* {
    padding: 0px;
    margin: 0px;
}


:root {
    --top--section--bgcolor: #6ea6fc;
    --text-rellow: rgb(255, 196, 0);
    --achiv--bg-color: rgb(0, 0, 22);
    --achiv-menu-bg-color: rgb(179, 179, 179);
    --text-dark-blue: rgb(0, 0, 22);
    --achiv--bg-color: #179c8c;
}

.top-bg- {
    background-color: #17439c;
    border-radius:10px;
}

.top-bg-:hover {
    background-color: #6ea6f3;
}


.top-bg-color {
    background: var(--top--section--bgcolor);

}

.text-yellow {
    color: var(--text-rellow);
}

.line-height {
    line-height: 35px;
    font-weight: 600;
    color: #777777d6;
}

.bg-dark-white {
    background-color: var(--achiv-menu-bg-color);
}

.text-darkblue {
    color: var(--text-dark-blue);
}

.bg-dark-navy {
    background-color: var(--achiv--bg-color);
}

.marquee {
    display: inline-block;
    white-space: nowrap;
    /*   animation: scrollLeft 38s linear infinite; */
    /* padding-left: 101%; */
    overflow-x: hidden !important;
}

.marquee:hover {
    animation-play-state: paused;
}

@keyframes scrollLeft {
    0% {
        transform: translateX(0%);
    }

    100% {
        transform: translateX(-100%)
    }
}

.marquee:hover {
    animation-play-state: paused
}

.mrq {
    height: 225px;

}
/*
.mrq {
    height: 314px;

}
*/

.topp {
    color: black;
}

.top {
    color: rgb(87, 84, 84);
}

.mrq:nth-child(even) {
    color: red;
}

.nav-item {
    background-color: #17439c;
    margin: 0px 5px;
    padding: 0px 5px;

}

.nav-link:hover {
    padding: 5px 5px 5px;
    color: #6ea6f3;
}

.dropdown-menu {
    background-color: #17439c;
}

.dropdown-item:hover {
    background-color: #6ea6f3;
    /*padding: 5px 5px 5px;*/
}
.con-detail p{
    margin:0px !important;
    padding-bottom:5px;
}
.back-white {
    background-color: white;

}

.text-justify {
    text-align: justify;
}

/* @media (min-width: 768px) {
    .content {
      width: 100%;
      margin: 30px auto;
    }
} */

.content {
    width: 100%;
    position: relative;
    /* left: -40%; */
}

.widgets {
    background-image: url("../img/ihfw-bg-footer\ \(2\).png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
   
 

}

.bet {
    border: 2px solid #17439c;
    border-radius: 50%;
    width: 3rem;
    height: 3rem;
    left: -10px;
    position: relative;
}

.bett {
    border: 2px solid #17439c;
    border-radius: 50%;
    width: 3rem;
    height: 3rem;
    left: 10px;
    position: relative;
}

.bett:hover {
    background-color: #6ea6f3;
}

.bet:hover {
    background-color: #6ea6f3;
}

.gmi {
    max-width: 100%;
    height: auto;
}

.bor {

    border:2px solid #17439c;
    margin-top: 17px;

}
.text-dan{
    color:#17439c;
}

.nnn {
    text-align: justify;
}

.notice {
    background-color: #17439c;
}

.phone {
    text-decoration: none;
    color: white;
}

.phone:hover {
    color:#6ea6f3;
}

.phon {
    color:#6ea6f3;
    text-decoration: none;
}

.phon:hover {
    color: #6ea6f3;
}

.act {
    background-image: url("../img/activites.png")
  
}

.going {
    text-decoration: none;
    margin: 0px 5px;
    padding: 0px 5px;

}

.tea {
    background: #ffffff;
    /*margin-left: 140px;*/
    position: relative;
    transition: all .5s;
}

.tea {
    background: #ffffff;
    /*margin-right: 140px;*/
    position: relative;
    transition: all .5s;
}
.tea:hover a{
    color: white !important;
}
.teaa:hover a{
    color: white !important;
}
.teaa {
    background: #ffffff;
    /*margin-right: 140px;*/
    position: relative;
    transition: all .5s;
}

@media (max-width: 425px) {
    .tea {
        margin-left: 0px 0px !important;
        font-size: 1.1rem !important;

    }

    .teaa {
        margin: 0px 0px !important;


    }

    .teaa>h5 {
        font-size: 1.1rem !important;
    }
}

.tea::before {
    content: "";
    clip-path: ellipse(15% 100% at 0% 0%);
    width: 65%;
    height: 64px;
    background: #6ea6f3;
    top: 0%;
    position: absolute;
    left: 0%;
    transition: all 1s ease-out;
}

.teaa::before {
    content: "";
    clip-path: ellipse(15% 100% at 0% 0%);
    width: 74%;
    height: 64px;
    background: #6ea6f3;
    top: 0%;
    position: absolute;
    left: 0%;
    transition: all 1s ease-out;
}

.teaa:hover::before {
    content: "";





    -webkit-clip-path: circle(141.4% at 0 0);
    clip-path: circle(141.4% at 0 0);


    width: 100%;
    height: 64px;
    background: #6ea6f3;
    top: 0%;
    position: absolute;
    left: 0%;
    transition: all 1s ease-out;
}







.tea:hover::before {
    content: "";





    -webkit-clip-path: circle(141.4% at 0 0);
    clip-path: circle(141.4% at 0 0);


    width: 100%;
    height: 64px;
    background: #6ea6f3;
    top: 0%;
    position: absolute;
    left: 0%;
    --transition__duration: .5s;
}

/* .img{
    background-image: url("../img/logo.jpeg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    
    
    

}
 */
 .modal-dialog{
    display: flex !important;
justify-content: center !important;
align-items: center !important;
}
@media (min-width: 576px) {

.modal-dialog {
    max-width: 70% !important;
    margin: 1.75rem auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* .content {
    width: 90% !important;
    position: relative;
} */

}
/* .content {
    width: 70%;
    position: relative;
  
} */
@media (min-width: 576px) {

    .content {
        width: 100% !important;
        position: relative;
        /* left: -40%; */
    }
}
.border-rd-10{
     border-radius:4px;
    
}

.w-h-fixed{

        background: #6ea6f3;
        height:auto;
        border-radius:4px;
       
}
.fixed-p{
    font-weight: 500;
    font-size:1.3rem;
    position:absolute;
    left:0px;
    right:0px;
    margin:auto;
    bottom:15px;
    color:white;
}
/* .navbar-expand-lg .navbar-nav:hover .dropdown-menu {
    position: absolute;
    display: block !important;
  } */
  /*13-06-23-----change-*/
  .atten-anim{
      -webkit-animation: blink 400ms infinite alternate;
	        animation: blink 400ms infinite alternate;
  }
  @-webkit-keyframes blink {
	to { color: #17439c; }
	form { color: white; }
}
@keyframes blink {
	0% { color: #17439c; }
	100% { color: white; }
}
.owl-carousel .owl-item img {
border-radius:4px !important;

}
.chat-area-input{
   padding: 2% 4% 0% 5%; 
    
}
.height-50vh {
  height: 50vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
/*NEW-CHANGE-26/06/2023*/
.border-rd-4 {
  border-radius: 4px;
  border: 2px solid #17439c;
  margin:0;
  
}
.height410px {
  height: 516px;
}
.height298px {
  height: 404px;
}
@media (max-width: 590px){
    .height298px {
  height: auto !important;
}
}
@media (max-width: 1140px){
    .content-3lines-ellipsis {
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

}
.border-left{
    border-left:2px solid #ffffff;
}
.pl-3{
    padding-left:3px;
}
.hr-ds-bdr{
  height: 2px !important;
background-color: #fff !important;
  opacity: 1 !important;
}
.f-06-p{
     font-size: 1.5rem;
  font-weight: 500;
}

.lh-1{
    line-height: 1 !important;
}
.box-shdow-op{
    box-shadow: -1px 1px 5px 2px rgba(0,0,0,0.75);
-webkit-box-shadow: -1px 1px 5px 2px rgba(0,0,0,0.75);
-moz-box-shadow: -1px 1px 5px 2px rgba(0,0,0,0.75);
}
.bg-b-gray{
    background: #82828217;
}
.dep-bg-img{
    background-image:url("../img/on-going-courses-bg.png");
}
.dep-hr{
    height:5px !important;
   background-color: #fff !important;
opacity: 1 !important;
}
/*.dropdown-toggle::after {*/
/*  margin-left: 11.3em !important;*/
/*  border-top: .5em solid !important;*/
/*  border-right: .6em solid transparent !important;*/
/*  border-left: .7em solid transparent !important;*/
/*}*/
.tablinks{
    cursor: pointer;
}
.height236px{
    height:236px;
}
/**/
/*.card-paragraph {*/
/*    font-size: x-small;*/
/*}*/

.card {
    background: rgb(248, 247, 247);
    border: none;
}

.card-height {
    height: 2px !important;
    width: 100%;
}

.back-paragraph {
    background: #6ea6fc !important;
    ;
}

.image-border {
    border: 3px solid #17439c !important;
    border-radius: 8px;

}

.btn-button {
    font-size: x-small !important;



}
.content-3lines-ellipsis {
  -webkit-box-orient: vertical;
  display: block;
  display: -webkit-box;
  font-size: 16px;
  /*height: 72px;*/
  -webkit-line-clamp: 9;
  line-height: 24px;
  margin: 0 auto;
  /*max-width: 400px;*/
  overflow: hidden;
  text-overflow: ellipsis;
}
.cursor-pointer{
    cursor: pointer;
}
.z-200-index{
    z-inedx:200;
}
.slider-left-btn:hover {
    
}
.slider-left-btn {
  cursor: pointer !important;
  background: #17439c !important;
  padding: 8px !important;
  border-radius: 50px !important;
}
.slider-right-btn {
  cursor: pointer !important;
  background: #6ea6f3 !important;
  padding: 8px !important;
  border-radius: 50px !important;
}
.slider-left-btn2 {
  cursor: pointer !important;
  background: #17439c !important;
  padding: 8px !important;
  border-radius: 50px !important;
}
.slider-right-btn2 {
  cursor: pointer !important;
  background: #6ea6f3 !important;
  padding: 8px !important;
  border-radius: 50px !important;
}
.owl-theme .owl-nav [class*="owl-"]:hover {
  background: #86979100 !important;
  color: #FFF;
  text-decoration: none;
}
.d-togl::after{
    margin-left: 8.3em !important;
}