/* Social Link */
.btn-social-icon {
  background-color: #fff;
  border-radius: 0%;
  font-family: "bootstrap-icons";
  color: #382767;
}
.social-icons {
  text-align: left;
  margin: 15px 0;
}
.social-icons i {
  font-size: 24px;
}
.social-icons a {
  /* border: 1px solid #aaaaaa; */
  border-radius: 35px;
  margin: 0px 5px;
  padding: 5px;
  /* width: 35px; */
  /* height: 35px; */
  vertical-align: middle;
}
.social-icons a:hover {
  scale: 1.05;
  animation-delay: 100;
  color: #a31e25;
}
.social-icons i {
  vertical-align: middle;
}
.social-icons .twitter-x {
  color: #000000;
}
.social-icons .instagram {
  color: #c3357d;
}

.social-icons .linkedin {
  color: #0a7eb9;
}

.social-icons .facebook {
  color: #415e9b;
}

.social-icons .whatsapp {
  color: #00893a;
}
.sharethis {
  border: none !important;
  font-size: 18px;
}

.banner-para p{
  color: #fff !important;
}

/* loader pre loader */
/* Define the keyframe animation for background change */
@keyframes changeBackground {
  0% {
    background-color: #001C53; /* Initial background color */
  }
  100% {
    background-color: #00893a; /* Final background color */
  }
}



/* Universities slides Start*/
.slick-slider {
  /* background-color: #fff; */
}
.slick-slider div {
  gap: 5px;
  /* background-color: transparent !important; */
}



.slick-slider img {
  width: 100% !important;
  height: 100px !important;
  object-fit: contain !important;
  margin: 0 auto;
  display: none;
}

.slick-slide > div {
    background-color: #ffffff;
    margin: 15px 10px 15px 10px;
    text-align: center;
    /* border: 1px solid #ccc; */
    /* box-shadow: 2px 0px 8px #888888; */
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.12);
    border-radius: 0px;
    transition: transform 0.4s;
    display: grid;
    /* box-shadow: 2px 0px 3px rgba(0, 0, 0, 0.2); */
}


.slick-slide > div:hover {
    transform: scale(1.1);
}

.slick-slide > div > div {
  padding: 10px;
  display: flex;
  vertical-align: middle;
}

/* Universities slides Ends*/

/* Loader styles */
#loader {
  height: 100%;
  width: 100%;
  background-color: #001C53;
  position: fixed;
  z-index: 99999999;
  top: 0;
  transition: all ease 0.7s;
  display: flex;
  align-items: center;
  justify-content: center;
  animation: changeBackground 0.7s ease 2.4s forwards; /* Apply the animation with delay */
  text-align:center;
}

#loader h1 {
  font-size: 64px;
  color: transparent;
  background: linear-gradient(to right, #fff, #fff);
  -webkit-background-clip: text;
  position: absolute;
  /* text-stroke: .5px white; */
  opacity: 0;
  font-weight: 900;
  animation-name: load;
  animation-duration: 2.0s;
  animation-delay: 0.2s;
  /* animation-timing-function: ; */
  text-transform: uppercase;
}

#loader h1:nth-child(2) {
  animation-delay: 2.4s;
}

/* #loader h1:nth-child(3) {
  animation-delay: 3.6s;
} */

@keyframes load {
  0% {
    opacity: 0;
  }

  10% {
    opacity: 1;
  }

  80% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@media (max-width: 600px) {
  #loader h1 {
    font-size: 9vw;
    
  }
}
.logo-img{
  a{
    padding: 10px !important;
    height: 98px;
  }
  a:before{
    height: 0px !important;
  }
  img{
    width: 200px;
    display: flex;
    margin-top: 14px;
  }
}

.main-logo{
  max-width: 340px;
}
.current_page_item > a{
  color: #008db9 !important;
}
.btn-box2{
  display: flex;
  align-items: center;
}
.edu-contact h2{
  font-size: 35px;
}

.user-links li a::before{
  font-family: 'Font Awesome 6 Pro';
  font-weight: 900;
  color: var(--theme-color1);
  content: "\f101";
  font-size: 14px;
  line-height: 0px;
  /* position: absolute; */
  top: 20px;
  /* margin-top: -25px; */
}

.bg-grey{
  background-color: #f8f8f8;
}

.university-logo{
  display: inline-flex;
}

.university-logo div{
  /* display: inline-flex; */
  background-color: #fff;
  width: 180px;
  height: 180px;
  padding: 10px 10px;
  margin: 5px 5px;
  align-content: center;
  transition: transform 0.4s;
}
.university-logo div:hover{
  transform: scale(1.1);
}

.university-logo img{
  /* margin: auto 0; */
  width: 180px;
  height: 140px;
  object-fit: contain;
}
.ec-title h2{
  font-size: 28px;
  text-transform: uppercase;
  color: #28457D;
}
.ec-aboutus{
  h3{margin-bottom: 5px;}
  p{
    line-height: 28px;
}

} 

.btn-apply{
  color: #fff !important;
  padding: 10px 20px;
  font-size: 20px;
  border-radius: 30px;
  margin-left: 20px;
  /* text-decoration: none; */
}
.btn-apply::before{
  /* background-color: #008D3B; */
  text-decoration: none !important;
}
.btn-apply:hover{
  color: #fff !important;
  background-color: #008D3B;
  text-decoration: none !important;
}

.wellcare-p h4{
  margin-bottom: 0px;
}
.bg-blue{
  background-color: #0082bf;
}
.contact-us-flex{
  h2{
    margin-top: 30px;
  color: #fff;
  }
  p{
    color: #fff;
    font-size: 18px;
    line-height: 1.7rem;
    font-weight: 500;
  }
  
;
  div{
    /* align-items: center; */
    place-content: center;
    padding-bottom: 30px;
    a{
      font-size: 16px;
      padding: 10px 15px;
      background-color: #00a753;
      border-radius: 30px;
    }
  }
  text-align: center;
}
.service-block-new{
  padding: 15px 10px !important;
  height: 160px;
  h4{
    font-size: 18px;
  }
  p{
    line-height: 1.6rem;
  }
}

.ec-content{
  h1,h2,h3,h4,h5{
    margin: 10px 0;
  }
  p{
    /* text-indent: 1em; */
    margin: 0;
  }
  strong{
    font-weight: 600;
  }
  ul{
    list-style-type: disc !important;
  }
  li{
    list-style: disc;
    margin-left: 20px;
  }
}
.header-style-two .main-box .nav-outer .navigation > li{
  padding: 10px 0;
}
@media (min-width: 1024px) & (max-width: 1399px) {
  .sticky-container{
    width: 100% !important;
    max-width: fit-content;
  }
  .header-style-two .main-box .nav-outer .navigation > li{
    padding: 10px 0;
    margin-right: 25px;
  }
  .sticky-header .main-menu .navigation > li{
    margin-left: 20px;
    padding: 10px 0;
  }
  .main-menu .navigation > li > a{
    font-size: 14px;
    
  }
  
}

@media (min-width: 1400px) {
  .sticky-container{
    width: 100% !important;
    max-width: fit-content;
  }
  .header-style-two .main-box .nav-outer .navigation > li{
    padding: 10px 0;
    margin-right: 34px;
  }
  .main-menu .navigation > li > a{
    font-size: 16px;
  }
}

@media (max-width: 1399.98px) {
  .content-choose{
    padding: 20px 5px !important;
  }
}

@media (min-width: 1024px) {
  .sticky-container{
    width: 100% !important;
    max-width: fit-content;
  }
  
}

