body{
  overflow-x: hidden;
}
h1{
  font-size:2rem !important;
}
/* Load More with script */
.logo_lg{
  margin-top:-3em;
  min-width:8em; 
  max-height:5em;
}
@media (max-width: 767px) {
  .logo_lg {
    margin-top: 0;
    min-width:5em;
    max-height: 3em;
  }
}
.sub-menu.mega-menu-column-2
.logo_sm{
  min-width:5em;
    min-height: 3em;
}

.logo_footer{
  margin-top:-2em;
  max-width:6em;
  max-height:4em;
}

@media (max-width: 767px) {
  .logo_footer{
    margin-top:-2em;
  }
}
.alert {
  border-radius:0%;
}

.divmore {
  display:none;
  padding: 10px;
  /* box-shadow: 0 1px 1px #ccc; */
  margin-bottom: 5px;
 
}
.divmore .totop {
  position: fixed;
  bottom: 10px;
  right: 20px;
}
.divmore .totop a {
  display: none;
}
/* .divmore a, a:visited {
  color: #33739E;
  text-decoration: none;
  display: block;
  margin: 10px 0;
} */
.divmore a:hover {
  text-decoration: none;
}
#loadMore {
  padding: 10px;
  text-align: center;
  background-color: #00ADEE;
  color: #000;
  /* border-radius: 8px; */
  /* border-width: 0 1px 1px 0; */
  /* border-style: solid; */
  border-color: #fff;
  /* box-shadow: 0 1px 1px #ccc; */
  transition: all 600ms ease-in-out;
  -webkit-transition: all 600ms ease-in-out;
  -moz-transition: all 600ms ease-in-out;
  -o-transition: all 600ms ease-in-out;
}
#loadMore:hover {
  background-color: #fff;
  color: #000;
}


/* Forms */


.php-email-form #loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #00ADEE;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

.php-email-form  #loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}


/* Mega Menu */

/* header */

@media (max-width:991px) {
  .header-sonka  {
  display: block;
  width: 100%;
  position: relative;
  z-index: 99;
  /* padding:15px; */
  }
  
  }
  
  .header-sonka  .item-left{
  /* flex:0 0 17%; */
  flex:0 0 50%;
  
  
  }
  .header-sonka  .logo a{
  font-size: 30px;
  color:var(--btn-primary);
  font-weight: 700;
  text-decoration: none;
  }
  .header-sonka  .item-center{
  flex:0 0 66%;
  }
  .header-sonka  .item-right{
  flex:0 0 17%;
  display: flex;
  justify-content: flex-end;
  }
  .header-sonka  .item-right a{ 
     text-decoration: none;
     font-size: 20px;
     color:#222;
     display: inline-block;
     margin-left: 10px;
     transition: color 0.3s ease;
  }
  .header-sonka  .menu > ul > li{
  display: inline-block;
  line-height: 50px;
  margin-left: 25px;
  }
  .header-sonka  .menu > ul > li > a{
  font-size: 20px;
  font-weight: bold;
  position: relative;
  text-transform: capitalize;
  transition: color 0.3s ease;
  font-family: "Nunito", sans-serif;
  }

  .header-sonka  .menu > ul > li > a:hover{
   color:#9fcf67 !important;
    }


  .header-sonka  .menu > ul > li .sub-menu{
  position: absolute;
  z-index: 500;
  background-color:#ffffff;
  box-shadow: -2px 2px 70px -25px rgba(0,0,0,0.8); 
  padding: 0px 30px;
  transition: all 0.5s ease;
  margin-top:25px;
  opacity:0;
  visibility: hidden;
  /* border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px; */
  }
  @media(min-width: 991px){
  .header-sonka  .menu > ul > li.menu-item-has-children:hover .sub-menu{
  margin-top: 6px;
  visibility: visible;
  opacity: 1;
  }
  }
  .header-sonka  .menu > ul > li .sub-menu > ul > li{
  line-height: 3;

  }
  .header-sonka  .menu > ul > li .sub-menu > ul > li > a{
  display: inline-block;
  padding: 10px 0;
  font-size: 20px;
  color: #011A41;
  transition: color 0.3s ease;
  text-decoration: none;
  text-transform: capitalize;
  font-weight: 400;
  }
  .header-sonka  .menu > ul > li .single-column-menu{
  min-width: 280px;
  max-width: 350px;
  }
  .header-sonka  .menu > ul > li .sub-menu.mega-menu > .list-item > ul > li{
   line-height: 1;
   display: block; 
  }
  .header-sonka  .menu > ul > li .sub-menu.mega-menu > .list-item > ul > li > a {
    padding: 15px 10px;
  display: inline-block;
  border-bottom: 1px solid rgba(0, 0, 0, .4);
  font-weight: 300;
  color:#000 !important;
  transition: color 0.3s ease;

  }
  .header-sonka  .menu > ul > li .sub-menu.mega-menu{ 
    left: 50%;
    transform: translateX(-50%);	
  }
  
  .header-sonka  .menu > ul > li .sub-menu.mega-menu-column-4{
  max-width: 1100px;
  width: 100%; 	
  display: flex;
  flex-wrap: wrap;
  padding:20px 15px;
  }
  .header-sonka  .menu > ul > li .sub-menu.mega-menu-column-3{
    max-width: 1100px;
    width: 50%; 	
    display: flex;
    flex-wrap: wrap;
    padding:30px 5px;
    }
    .header-sonka  .menu > ul > li .sub-menu.mega-menu-column-2{
      max-width: 1100px;
      width: 40%; 	
      display: flex;
      flex-wrap: wrap;
      padding:20px 5px;
      margin-left:20%;
      }
  .header-sonka  .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item{
  flex:0 0 25%;
  padding:0 15px;
  }
  .header-sonka  .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item .title{
  font-size: 18px;
  color:#3f52b9;
  font-weight: 300;
  line-height: 2;
  padding:10px 0;
  }
  .header-sonka  .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item.text-center .title{
  text-align: center;
  }
  .header-sonka  .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item img{
  max-width: 100%;
  width: 100%;
  vertical-align: middle;
  margin-top: 10px;
  height: auto;
  object-fit: cover;
  }
  .header-sonka  .menu > ul > li .sub-menu.mega-menu > .list-item > ul > li > a:hover,
  .header-sonka  .menu > ul > li .sub-menu > ul > li > a:hover,
  .header-sonka  .item-right a:hover,
  .header-sonka  .menu > ul > li:hover > a{
  color:#000;
  }
  /* banner section */
  .banner-section{
  background-image: url('../img/banner.jpg');
  background-size: cover;
  background-position: center;
  height: 700px;
  width: 100%;
  display: block;
  }
  
  .mobile-menu-head,
  .mobile-menu-trigger{
  display: none;
  }
  
  /*responsive*/
  @media(max-width: 991px){
  
    
  .sticky-wrapper{
    display:none !important;
  
  }


  
  #sticky-header{
  position: fixed;
  top:0;
  right:0;
  left:0;
  z-index:1030;
  background-color: #fff;
  }
  
  .inner-banner{
    padding-top: 0;
  }
  
  .header-sonka  .item-center{
    order:3;
    flex:0 0 100%;
  }
  .header-sonka  .item-left,
  .header-sonka  .item-right{
    flex:0 0 auto;
  }
  .v-center{
    justify-content: space-between;
  }
  .header-sonka  .mobile-menu-trigger{
    display: flex;
    height: 50px;
    width: 50px;
    margin-left: 15px;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    /* border: 2px solid #000; */
      border-radius: 5px;
  }
  .header-sonka  .mobile-menu-trigger span{
    display: block;
    height: 3px;
    background-color: #333333;
    width: 38px;
    position: relative;
    margin-top: -10px;
  }
  .header-sonka  .mobile-menu-trigger span:before,
  .header-sonka  .mobile-menu-trigger span:after{
    content: '';
    position: absolute;
    left:0;
    width: 100%;
    height: 100%;
    background-color: #333333;
  }
  .header-sonka  .mobile-menu-trigger span:before{
    top:-8px;
  }
  .header-sonka  .mobile-menu-trigger span:after{
    top:8px;
  }
  .header-sonka  .item-right{
    align-items: center;
  }
  
  .header-sonka  .menu{
    position: fixed;
    width: 320px;
    background-color:#ffffff;
    left:0;
    top:0;
    height: 100%;
    overflow: hidden;
    transform: translate(-100%);
    transition: all 0.5s ease;
    z-index: 1099;
  }
  .header-sonka  .menu.active{
     transform: translate(0%);	
  }
  .header-sonka  .menu > ul > li {
    line-height: 4;
    margin:0;
    display: block;
  }
  .header-sonka  .menu > ul > li > a {
    line-height: 80px;
    height: 80px;
    padding:0 50px 0 15px;
    display: block;
    border-bottom: 1px solid rgba(0,0,0,0.1);
  }
  .header-sonka  .menu > ul > li > a svg {
    position: absolute;
    height: 20px;
    width: 30px;
    top:30px;
    right: 0;
    text-align: center;
    line-height: 50px;
    transform: rotate(-90deg);
  }
  .header-sonka  .menu .mobile-menu-head {
    display: flex;
    height: 60px;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 501;
    position: sticky;
    background-color: #ffffff;
    top:0;
  }
  .header-sonka  .menu .mobile-menu-head .go-back{
    height: 50px;
    width: 50px;
    border-right: 1px solid rgba(0,0,0,0.1);
    cursor: pointer;
    line-height: 50px;
    text-align: center;
    color:#000000;
    font-size: 16px;
    display: none;
  }
  .header-sonka  .menu .mobile-menu-head.active .go-back{
    display: block;
  }
  .header-sonka  .menu .mobile-menu-head .current-menu-title{
    font-size: 18px;
    font-weight: bold;
    color: #555;
  }


  .header-sonka  .menu .mobile-menu-head .mobile-menu-close{
      height: 50px;
    width: 50px;
    border-left: 1px solid rgba(0,0,0,0.1);
    cursor: pointer;
    line-height: 50px;
    text-align: center;
    color:#000000;	
    font-size: 25px;
  }
  .header-sonka  .menu .menu-main{
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
  }
  .header-sonka  .menu > ul > li .sub-menu.mega-menu,
  .header-sonka  .menu > ul > li .sub-menu{
    visibility: visible;
    opacity: 1;
    position: absolute;
    box-shadow: none;
    margin:0;
    padding:15px;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    padding-top: 65px;
    max-width: none;
    min-width: auto;
    display: none;
    transform: translateX(0%);
    overflow-y: auto;
  }
  .header-sonka  .menu > ul > li .sub-menu.active{
  display: block;
  }
  @keyframes slideLeft{
  0%{
    opacity:0;
    transform: translateX(100%);
  }
  100%{
      opacity:1;
    transform: translateX(0%);	
  }
  }
  @keyframes slideRight{
  0%{
    opacity:1;
    transform: translateX(0%);
  }
  100%{
      opacity:0;
    transform: translateX(100%);	
  }
  }
  .header-sonka  .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item img{
    margin-top:0;
  }
  .header-sonka  .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item.text-center .title{
    margin-bottom: 20px;
  }
  .header-sonka  .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item.text-center:last-child .title{
    margin-bottom:0px;
  }
  .header-sonka  .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item{
    flex: 0 0 100%;
        padding: 0px;
  }
  .header-sonka  .menu > ul > li .sub-menu > ul > li > a,
  .header-sonka  .menu > ul > li .sub-menu.mega-menu > .list-item > ul > li > a{
    display: block;
  }
  .header-sonka  .menu > ul > li .sub-menu.mega-menu > .list-item > ul {
    margin-bottom: 15px;
  }
  .menu-overlay{
    position: fixed;
    background-color: rgba(0,0,0,0.5);
    left:0;
    top:0;
    width: 100%;
    height: 100%;
    z-index: 1098;
    visibility: hidden;
    opacity:0;
    transition: all 0.5s ease;
  }
  .menu-overlay.active{
    visibility: visible;
    opacity:1;	
  }


  
.mobile-menu-head,
.mobile-menu-trigger{
display: block
 
}
  }


  /* End Mega Menu */

  /* Cookies */

  #cookieNotice.display-right {
      right: 80px;
      bottom: 40px;
      max-width: 395px;
    }
    
    #cookieNotice.light {
      background-color: #fff !important;
      background-color: var(--cookieNoticeProLight);
      color: #393d4d;
      color: var(--cookieNoticeProDark);
    }
    #cookieNotice {
      box-sizing: border-box;
      position: fixed;
      padding: 20px;
      border-radius: 10px;
      box-shadow: 0 6px 6px rgb(0 0 0 / 25%);
      font-family: inherit;
      z-index: 999997;
    }
    #cookieNotice #closeIcon {
      width: 20px;
      height: 20px;
      cursor: pointer;
      color: #bfb9b9;
      overflow: hidden;
      opacity: .85;
      z-index: 999999;
      position: absolute;
      top: 0;
      right: 0;
      background: url(../img/cookie-icon.png) 0 0 / 20px 20px no-repeat;
    }
    #cookieNotice * {
      margin: 0;
      padding: 0;
      text-decoration: none;
      list-style: none;
      box-sizing: border-box;
    }
    #cookieNotice .title-wrap {
      display: flex;
      align-items: center;
      margin-bottom: 10px;
      background: url(../img/cookie-icon.png) 0 0 / 40px 40px no-repeat;
      padding-left: 45px;
      height: 40px;
    }
    #cookieNotice .title-wrap svg {
      margin-right: 10px;
    }
    #cookieNotice h4 {
      font-family: inherit;
      font-weight: 300;
      font-size: 18px;
      color: var(--bs-secondary);
    }
    #cookieNotice.light p, #cookieNotice.light ul {
      color: #393d4d;
      color: var(--bs-secondary);
    }
    #cookieNotice p, #cookieNotice ul {
      font-size: 14px;
      margin-bottom: 20px;
    }
    #cookieNotice .btn-wrap {
      display: flex;
      flex-direction: row;
      font-weight: 300;
      justify-content: center;
      margin: 0 -5px 0 -5px;
      flex-wrap: wrap;
    }
    #cookieNotice .btn-wrap button {
      flex-grow: 1;
      padding: 0 7px;
      margin: 0 5px 10px 5px;
      border-radius: 20px;
      cursor: pointer;
      white-space: nowrap;
      min-width: 130px;
      line-height: 36px;
      border: none;
      font-family: inherit;
      font-size: 16px;
      transition: box-shadow .3s;
    }
    #cookieNotice button {
      outline: 0;
      border: none;
      appearance: none;
      -webkit-appearance: none;
      appearance: none;
    }
    #cookieNotice .btn-wrap button:hover {
      transition: box-shadow .4s cubic-bezier(.25,.8,.25,1),transform .4s cubic-bezier(.25,.8,.25,1);
      box-shadow: 0 2px 5px 0 rgb(0 0 0 / 30%);
      transform: translate3d(0,-1px,0);
    }
    /* End Cookies */

#searchModal {
      z-index: 1099;
  }

#search-form{
      width: 100%;
      margin: 0 auto;
      position: relative;
      justify-content: center !important;
      display: flex !important;

  }

  


@media (max-width: 991px){

.desktop-call-to-action{
  display: none !important;
  }

  /* .bg-holder{
top:-74px !important;
} */

}
/* 
@media  (max-width: 343px) {
.bg-holder {
  top: -92px !important;
}
}


@media  (min-width: 343px) and (max-width: 576px) {
.bg-holder {
  top: -42px !important;
}
}

@media (min-width: 576px) and (max-width: 992px) {
.bg-holder {
  top: -45px !important;
}
}

@media (min-width: 992px) and (max-width: 1155px) {
.bg-holder {
  top: -34px !important;
}
}

@media (min-width: 992px) and (max-width: 1155px) {
.bg-holder {
  top: -34px !important;
}
}

.bg-holder-counter {
position: absolute;
width: 100%;
min-height: 100%;
top: 0;
left: 0;
background-size: cover;
background-position: center;
overflow: hidden;
will-change: transform,opacity,filter;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
background-repeat: no-repeat;
z-index: 0;
}

@media (max-width: 991px) {
.bg-holder-counter {

top: 60px;

}
}

@media (min-width: 992px) and (max-width: 992px) {
.bg-holder-counter {
  top: 0px !important;
}
}

@media (min-width: 993px) and (max-width: 1155px) {
.bg-holder-counter {
  top: -34px !important;
}
}

@media (min-width: 1155px)  {
.bg-holder-counter {
  top: 1px !important;
}
}


.bg-holder-counter.overlay::before {
position: absolute;
content: "";
background: rgba(0,0,0,.25);
top: 0;
bottom: 0;
left: 0;
right: 0;
} */



.whatsapp-chat {
  position: fixed;
  left: 10px;
  bottom: 100px;
  transition: 0.5s;
  z-index: 99;
}

.logo-img{
width:230px;
}


@media (min-width:991px) {
.navbar {

  flex-wrap: inherit;

}

.navbar-brand {
max-width:100px;
}


.logo-img{
width:230px;
}

.nav-link {
padding: 0;

}

.header-sonka .menu > ul > li > a {
font-size: 16px;
}

.video-top  {

margin-top: -100px;

}



}



  

.btn-search  {

width: 50px;
height: 50px;
border-radius: 50%;
border: 1px solid var(--btn-primary);
}

.btn-primary:hover {
color: #000;
background-color: #fff;
border-color: #fff;
}

.list-item ul {
padding-left: 0;
}


.header-sonka .menu > ul > li .sub-menu > .list-item > ul > li > a{

display: inline-block;
font-weight: 300;
color: #444;
transition: color 0.3s ease;}

.header-sonka .menu > ul > li .sub-menu > .list-item > ul > li > a:hover {
color: #000;
text-decoration: none;
}

.splide__arrow svg {
fill: #00ADEE;

}

.splide__arrow  {
background-color:  #000;

}

.service-box{
height: 415px;
}

.service-box-inst{

height: 320px;

}

@media (min-width:480px) and (max-width:991px) {

.service-box-inst {
height: 210px;
}

}

@media (min-width:405px) and (max-width:480px) {

.service-box-inst {
  height: 250px;
}

}

@media (min-width:366px) and (max-width:404px) {

  .service-box-inst {
    height: 260px;
  }
  
  }

@media (max-width:365px) {


.service-box-inst {
  height: 250px;
}

}

@media (min-width:366px) and (max-width:368px) {


.service-box-inst {
  height: 260px;
}

}

@media (min-width:312px) and (max-width:358px) {


.service-box-inst {
  height: 280px;
}

}

@media (min-width:313px) and (max-width:329px) {


.service-box-inst {
  height: 310px;
}

}

@media (max-width:312px)  {


.service-box-inst {
  height: 360px;
}

}


.wp-gr .rpi-dot.active {

background-color: #c6151f !important;

}

.service-box-inner{

height: 400px;

}


.learn-more{

bottom: 10px;
position: absolute;

}
 
.splide__pagination {
bottom: -2.5em;
}

.institution-filter img {

width: 100%;

}

.footer-logo img{

width:20%;

}


/*--------------------------------------------------------------
# Global Footer
--------------------------------------------------------------*/
.footer {
color: var(--default-color);
background-color: #f1f7fc;
border-top: 1px solid color-mix(in srgb, #00ADEE, transparent 75%);
font-size: 14px;
position: relative;
}

.footer .footer-top {
padding-top: 50px;
}

.footer .footer-about .logo {
line-height: 1;
margin-bottom: 25px;
}

.footer .footer-about .logo img {
max-height: 40px;
margin-right: 6px;
}

.footer .footer-about .logo span {
color: var(--heading-color);
font-family: var(--heading-font);
font-size: 26px;
font-weight: 300;
letter-spacing: 1px;
}

.footer .footer-about p {
font-size: 14px;
font-family: var(--heading-font);
}

.footer .social-links a {
display: flex;
align-items: center;
justify-content: center;
width: 40px;
height: 40px;
border-radius: 50%;
border: 1px solid  #444444;
font-size: 16px;
color: color-mix(in srgb, var(--default-color), transparent 20%);
margin-right: 10px;
transition: 0.3s;
}

.footer .social-links a:hover {
color:#9fcf67;
border-color: #9fcf67;
}

.footer h4 {
font-size: 16px;
font-weight: 300;
position: relative;
padding-bottom: 12px;
}

.footer .footer-links {
margin-bottom: 30px;
}

.footer .footer-links ul {
list-style: none;
padding: 0;
margin: 0;
}

.footer .footer-links ul i {
padding-right: 2px;
font-size: 12px;
line-height: 0;
}

.footer .footer-links ul li {
padding: 10px 0;
display: flex;
align-items: center;
}

.footer .footer-links ul li:first-child {
padding-top: 0;
}

.footer .footer-links ul a {
color: color-mix(in srgb, var(--default-color), transparent 30%);
display: inline-block;
line-height: 1;
}

.footer .footer-links ul a:hover {
color: var(--accent-color);
}

.footer .footer-contact p {
margin-bottom: 5px;
}

.footer .copyright {
padding-top: 25px;
padding-bottom: 25px;
border-top: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
}

.footer .copyright p {
margin-bottom: 0;
}

.footer .credits {
margin-top: 8px;
font-size: 13px;
}


/*-----------------------------------------------
|   Hover Box
-----------------------------------------------*/
.hoverbox {
position: relative;
overflow: hidden;
}
.hoverbox .hoverbox-content {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
opacity: 0;
-webkit-transition: opacity 0.2s ease-in-out;
transition: opacity 0.2s ease-in-out;
margin: 0 !important;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.hoverbox .hoverbox-primary-content {
position: absolute;
top: 0;
left: 0;
width: 100%;
min-height: 100%;
}
.hoverbox:hover .hover-box-content-initial, .hoverbox:focus .hover-box-content-initial {
opacity: 0;
}
.hoverbox:hover .hoverbox-content, .hoverbox:focus .hoverbox-content {
opacity: 1;
}
.hoverbox:hover .as-hoverbox-content, .hoverbox:focus .as-hoverbox-content {
z-index: 1;
}

.hoverbox-content-gradient {
background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(var(--posh-black)));
background: linear-gradient(transparent, var(--posh-black));
}

[data-dismiss=dropdown] *,
[data-bs-offset-top] *,
[data-bs-toggle=collapse] *,
[data-bs-toggle=tooltip] *,
[data-bs-toggle=popover] * {
pointer-events: none;
}

hr {
background: #efbf04; 
}

.fa-sysre {
padding: 10px;
font-size: 30px;
width: 20px;
text-align: center;
text-decoration: none;
/* margin: 5px 2px; */
display: inherit;
}

.fa-sysre-whatsapp {
padding: 27px !important;

}

.fa-sysre:hover {
  opacity: 0.7;
}

.fa-whatsapp-sysre {
background-image: url('../../img/social/whatsapp.png');
color: white;
background-size: contain;
background-repeat: no-repeat;
}
  
.school-img{
border-radius: 20px;
border: 1px solid #d0202b;

}


/*** Team Start ***/
.team .team-item .team-img {
position: relative;
overflow: hidden;
border-top-left-radius: 10px;
border-top-right-radius: 10px;
} 

.team .team-item .team-img img {
transition: 0.5s;
}

.team .team-item:hover .team-img img {
transform: scale(1.1);
}

.team .team-item .team-img::after {
content: "";
position: absolute;
width: 100%;
height: 0;
top: 0;
left: 0;
border-top-left-radius: 10px;
border-top-right-radius: 10px;
transition: 0.5s;
}

.team .team-item:hover .team-img::after {
height: 100%;
background: rgba(255, 255, 255, 0.3);
}

.team .team-item .team-img .team-icon {
position: absolute;
bottom: 20px;
right: 20px;
margin-bottom: -100%;
transition: 0.5s;
z-index: 9;
}

.team .team-item:hover .team-img .team-icon {
margin-bottom: 0;
}

.team .team-item .team-title {
color: var(--bs-white);
background: var(--bs-primary);
border-bottom-left-radius: 10px;
border-bottom-right-radius: 10px;
transition: 0.5s;
}

.team .team-item .team-title h4 {
color: var(--bs-white);
}

.team .team-item:hover .team-title {
background: var(--bs-dark);
}
/*** Team End ***/

#crumbs a {

color: #f6e714;

}


/* wp-post navigation */

.wpb-posts-nav {
display: grid;
grid-template-columns: 1fr 1fr;
grid-gap: 50px;
align-items: center;
max-width: 1200px;
margin: 100px auto;
}

.wpb-posts-nav a {
display: grid;
grid-gap: 20px;
align-items: center;
}

.wpb-posts-nav h4,
.wpb-posts-nav strong {
margin: 0;
}

.wpb-posts-nav a svg {
display: inline-block;
margin: 0;
vertical-align: middle;
}

.wpb-posts-nav > div:nth-child(1) a {
grid-template-columns: 100px 1fr;
text-align: left;
}

.wpb-posts-nav > div:nth-child(2) a {
grid-template-columns: 1fr 100px;
text-align: right;
}

.wpb-posts-nav__thumbnail {
display: block;
margin: 0;
}

.wpb-posts-nav__thumbnail img {
border-radius: 10px;
}

.insight-title{
font-size: 1.333rem;

}

.nav-title{
font-size: 12px;

}

.newsgallery {
background: var(--bs-dark);
}

.newsgallery-item {
display: flex;
flex-direction: column;
list-style: none;
}


.newsgallery-item a {
line-height: 35px;
color: var(--bs-body);
transition: 0.5s;
display: flex;
}

.newsgallery-item p {
line-height: 35px;
}


.newsgallery {
position: relative;
overflow: hidden;
}

.newsgallery img {
transition: 0.5s;
}

.newsgallery:hover img {
transform: scale(1.2);
}

.newsgallery .newsgallery-search-icon {
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
display: flex;
align-items: center;
justify-content: center;
transition: 0.5s;
opacity: 0;
}

.newsgallery:hover .newsgallery-search-icon {
opacity: 1;
background: rgba(0, 0, 0, .6);
}

.shareit a {
display: flex;
justify-content: center;
align-items: center;
width: 45px;
height: 45px;
font-size: 20px;
background-color: #1f468c;
color: #f6e714;
opacity: 0.90;
transition: opacity 0.15s linear;
text-decoration: none;

padding: 10px;
border-radius: 5px;
}

.shareit a:hover {
opacity: 1;
color: #9fcf67;
 

}


@media (max-width:300px){

.shareit a {
 display: table;
 width:1px;
}
}


/* Comment Section */


#submit {
background: var(--custom-btn-bg-color);
border: none;
border-radius: var(--border-radius-large);
color: var(--white-color);
font-size: var(--p-font-size);
font-weight: var(--font-weight-semibold);
transition: all 0.3s;
margin-bottom: 0;
padding:10px;
}

#submit:hover{
background: var(--custom-btn-bg-hover-color);
border-color: transparent;
}

#comments {
font-size: 1.5rem;
}

#reply-title{

font-size: 1.5rem;

}


.author-comment-link {
font-size: var(--copyright-font-size);
font-weight: var(--font-weight-semibold);
}


.list-group-item.active {

color: #fff;
}

@media (max-width:767px)
{


.section-padding-inner {

padding-top: 7rem;

}

}

.intro-text{
background: #fff;
padding: 3rem;
/* opacity: 0.6; */
}

.list-group {

list-style: none;
}


.chat-button-circle {
width: 100px !important;
  height: 100px !important;
bottom: 13px !important;
  font-size: 15px !important;
}

/* for half screen video */
/* 
.bg-holder {
position: relative;
} */


@media (max-width:991px)
{

/* .bg-holder {

  height: 350px;

}  */

.intro-text {
  background: #fff;
  padding: 3rem;
    padding-top: 3rem;
  padding-top: 0rem;
}



}

@media (min-width: 576px) {
.header-classic {
  min-height: 32.313rem;
height: 628px;
}

}

.navbar-elixir {

margin-bottom: 0;

}



  /* for half screen video */


  .swiper-button-prev svg {

   color: #fff;
  

  }

  .swiper-button-next svg {

    color: #fff;
   

   }


   /*--------------------------------------------------------------
# Contact Section
--------------------------------------------------------------*/
.contact .info-item+.info-item {
margin-top: 40px;
}

.contact .info-item i {
color: #f6e714;
background: #00ADEE;
font-size: 20px;
width: 44px;
height: 44px;
display: flex;
justify-content: center;
align-items: center;
border-radius: 50px;
transition: all 0.3s ease-in-out;
margin-right: 15px;
}

.contact .info-item h3 {
padding: 0;
font-size: 18px;
font-weight: 300;
margin-bottom: 5px;
}

.contact .info-item p {
padding: 0;
margin-bottom: 0;
font-size: 14px;
}

.contact .php-email-form {
height: 100%;
}

.contact .php-email-form input[type=text],
.contact .php-email-form input[type=email],
.contact .php-email-form input[type=phone],
.contact .php-email-form textarea {
font-size: 14px;
padding: 10px 15px;
box-shadow: none;
border-radius: 0;
color: var(--default-color);
background-color: color-mix(in srgb, var(--background-color), transparent 50%);
border-color: color-mix(in srgb, var(--default-color), transparent 80%);
}

.contact .php-email-form input[type=text]:focus,
.contact .php-email-form input[type=email]:focus,
.contact .php-email-form textarea:focus {
border-color: var(--accent-color);
}

.contact .php-email-form input[type=text]::placeholder,
.contact .php-email-form input[type=email]::placeholder,
.contact .php-email-form textarea::placeholder {
color: color-mix(in srgb, var(--default-color), transparent 70%);
}

.contact .php-email-form button[type=submit] {
color: #000;
background: #18abd2;
border: 0;
padding: 10px 36px;
transition: 0.4s;
border-radius: 50px;
}

.contact .php-email-form button[type=submit]:hover {
  color: #000;
  background: #18abd290;
}

.results li {

list-style: none;


}

.navbar-elixir {
box-shadow: 0 1px 3px rgb(0, 0, 0);
}

hr {
background:
#555;
}

.btn-primary:hover {

border:1px solid;
}

@media (min-width: 993px) {
.menu-item-has-children:hover svg {
  transform: rotate(3.142rad) !important;
  transition:
600ms ease all;
}
}
.bg-100{
background-color: #f1f7fc;
}


.desktoponly{
display: block;
}

.mobileonly{
display: none !important;
}


@media (max-width:991px) {

.desktoponly{
  display: none;
}

.mobileonly{
  display: block  !important;
}


}

.navbar {
max-height: 60px;

}

.menu-main>li{
margin-top: 1rem;

}

.topnav a {
color: #111;
font-weight: bold;
font-size: 10px;
margin-top: 4px;
}

.topnav a:hover {
  color: #1f468c
  }



.navtop-search{
  margin-top: 0px;
}


@media (max-width:992px) {

  .topnav a {
   
    margin-top: 10px;
    }

  
  .navtop-search{
    margin-top: 10px;
  }
  
  }
  

.dropdown-menu.show {
z-index: 1021;
}

.top-nav-btn{
font-size: 12px;
font-weight: bold !important;
background-color:#1255ff !important;
color: #fff !important;
}



.header-logo{
  width: 140px;
  height: 140px;
 
}

@media (min-width:992px) {

  
.header-logo{
  margin-top: -58px;
 
}

}




@media (max-width:991px) {

  .navbar-brand {
 
    margin-top: -108px;
  }

  
.header-logo{

  width:100px;
  height:100px;
  margin-top: 8px;
  
}

.header-sonka  .menu .mobile-menu-head {

  height: 45px;

}


  
  
}


.navbar-toggler {
  font-size: 1.8rem;
    color: #333;
    margin-top: -84px;
}

.dropdown-item {
  padding: 0.75rem 1.6rem;
}



.header-sonka  .menu > ul > li .sub-menu.mega-menu-column-3 > .list-item{
  flex:0 0 33.33%;
  padding:0 15px;
  }
  .header-sonka  .menu > ul > li .sub-menu.mega-menu-column-3 > .list-item .title{
  font-size: 18px;
  color:#3f52b9;
  font-weight: 300;
  line-height: 2;
  padding:10px 0;
  }
  .header-sonka  .menu > ul > li .sub-menu.mega-menu-column-3 > .list-item.text-center .title{
  text-align: center;
  }
  .header-sonka  .menu > ul > li .sub-menu.mega-menu-column-3 > .list-item img{
  max-width: 100%;
  width: 100%;
  vertical-align: middle;
  margin-top: 10px;
  height: auto;
  object-fit: cover;
  }

  .header-sonka  .menu > ul > li .sub-menu.mega-menu-column-3 > .list-item img{
    margin-top:0;
  }
  .header-sonka  .menu > ul > li .sub-menu.mega-menu-column-3 > .list-item.text-center .title{
    margin-bottom: 20px;
  }
  .header-sonka  .menu > ul > li .sub-menu.mega-menu-column-3 > .list-item.text-center:last-child .title{
    margin-bottom:0px;
  }




  .header-sonka  .menu > ul > li .sub-menu.mega-menu-column-2 > .list-item{
    flex:0 0 50%;
    padding:0 15px;
    }
    .header-sonka  .menu > ul > li .sub-menu.mega-menu-column-2 > .list-item .title{
    font-size: 18px;
    color:#3f52b9;
    font-weight: 300;
    line-height: 2;
    padding:10px 0;
    }
    .header-sonka  .menu > ul > li .sub-menu.mega-menu-column-2 > .list-item.text-center .title{
    text-align: center;
    }
    .header-sonka  .menu > ul > li .sub-menu.mega-menu-column-2 > .list-item img{
    max-width: 100%;
    width: 100%;
    vertical-align: middle;
    margin-top: 10px;
    height: auto;
    object-fit: cover;
    }

    .header-sonka  .menu > ul > li .sub-menu.mega-menu-column-2 > .list-item img{
      margin-top:0;
    }
    .header-sonka  .menu > ul > li .sub-menu.mega-menu-column-2 > .list-item.text-center .title{
      margin-bottom: 20px;
    }
    .header-sonka  .menu > ul > li .sub-menu.mega-menu-column-2 > .list-item.text-center:last-child .title{
      margin-bottom:0px;
    }
 

 
@media (max-width:991px) {

  .header-sonka  .menu > ul > li .sub-menu.mega-menu-column-3 > .list-item{
    flex: 0 0 100%;
  }

  .header-sonka  .menu > ul > li .sub-menu.mega-menu-column-2 > .list-item{
    flex: 0 0 100% ;
  }

}


.list-group-item-action:hover, .list-group-item-action:focus {
background-color: rgba(221, 202, 150, 0.2);
}

.sino-mobmenu>a {
  font-size: 14px !important;
  text-transform: capitalize !important;
  font-weight: bold !important;
}

@media (min-width: 991px) {
  .navbar-brand {

    z-index: 1;
  }

}

@media (max-width: 991px) {

  .navbar-elixir {
    box-shadow: 0 0px 0px rgb(0, 0, 0);
    background: transparent;
  }


}

.carousel-header .carousel-inner .carousel-item {
  position: relative;
  min-height: 628px;
}

.carousel-header .carousel-inner .carousel-item .carousel-caption {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: left;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.6) 40%, rgba(0, 0, 0, 0) 100%);
  background-size: cover;
  /* background:#00000040; */
}

.contact .office .office-item {

  background: #fff;

}

.btn-readmore {


  color: #9fcf67;

}

.btn-readmore:hover {


  color: #1f468c;

}

.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
  display: block;
}

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
  background: var(--bs-secondary);
  color: #fff;
  padding: 0px 15px 0px 15px !important;
  border-radius: 5px;
  margin-top: 10px;
  margin-left: 10px;
}

.service .service-item {

  font-size: 13px;

}

.service .service-item .service-inner .service-title .service-content h4 {
  border-bottom: 1px solid rgba(255, 255, 255, .7);
  font-weight: bold;
  font-size: 15px;
}


.service .service-item .service-inner .service-title .service-title-name h4 {
  font-weight: bold;
  font-size: 15px;
}

@media (min-width: 1200px) {
  h4, .h4 {
    font-size: 1.2rem;
    font-weight: bold;
  }
}

@media (max-width: 991px) {

.footer-about{


    text-align: center !important;
  

}

.social-links-mobile {
  margin: 0 auto;
  width: 50%;


}

}

.news-block-info{
  font-size: 10px;
  font-weight: 400;
}

.contact .office .office-item-2 {
 
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  background: #f0f5fb;

}

.bg-tertiary{
background: #f6e714;
color: #000;
}

.hidepeople {
  /* float: left;
  width: 33.33%; */
  display: none; /* Hide all elements by default */
}

.showpeople {
  display: block;
}


.peoplebtn {
  /* border: none; */
  /* outline: none; */
  padding: 4px 30px;
  background-color: #1f468c;
  color: white;
  font-size: 12px !important;

  text-align: center;
  /* margin-top:10px; */
}

.peoplebtn:hover {
  background-color: #9fcf67;
  color: white;
}

.peoplebtn.jcact {
  background-color: #9fcf67;
  color: white;
}



.accordion-button {

  font-weight: bold;

}

#flags {
  text-align: center !important;
  width: 50px !important;
  width: 100%;
  margin: auto;
}

.topnav-langauage .dropdown-menu{

  min-width: 4.4rem ;
  padding:0;

}

.dropdown .dropdown-menu a:hover {

  color: #f6e714;
}

.sticky-top-color{
  background: #fff;
}

.sticky-top {
  position: sticky !important;

}

@media (max-width: 991px) {

.header-sonka .menu > ul > li .sub-menu.mega-menu > .list-item > ul > li > a {

  font-weight: bold;
  color: #333 !important;
}

.carousel-header .carousel-inner .carousel-item .carousel-caption {

  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 30%, rgba(0, 0, 0, 0) 100%);

}

}

.mobile-app img{
  width:100px;
  height:30px;

}


@media (max-width: 768px) {

.whatsapp-chat {
 
  left: 0px;

}

}

.gt_switcher {
  font-family:"Open Sans",sans-serif;
  width: 95px;
  padding-top: 10px;
}


.stats-section {
  background: url('kpa.JPG') no-repeat center center/cover;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.overlay {
  background: rgba(0, 0, 0, 0.6); /* dark overlay for contrast */
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.stats-container {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  justify-content: center;
}

.stat-card {
  background: white;
  border-radius: 12px;
  padding: 1.5rem;
  width: 200px;
  text-align: center;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s;
}

.stat-card:hover {
  transform: translateY(-5px);
}

.icon {
  font-size: 2.5rem;
  margin-bottom: 0.5rem;
}

.value {
  font-size: 1.8rem;
  color: crimson;
  font-weight: bold;
}

/*** Carousel Hero Header Start ***/
.header-carousel .header-carousel-item img {
    object-fit: cover;
}


@media (min-width: 1200px) {
    .header-carousel .header-carousel-item,
    .header-carousel .header-carousel-item img {
        height: 700px;
    }
}

@media (max-width: 1199px) {
    .header-carousel .header-carousel-item,
    .header-carousel .header-carousel-item img {
        height: 1200px;
    }
}

.header-carousel .owl-nav .owl-prev {
    display: none;
}

.header-carousel .owl-nav .owl-next {
    position: absolute;
    width: 60px;
    height: 60px;
    bottom: -60px;
    right: 50%;
    transform: translateY(-50%);
    margin-right: -60px;
    border-radius: 60px;
    background: var(--bs-secondary);
    color: var(--bs-secondary);
    font-size: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
}
.header-carousel .owl-nav .owl-next:hover {
    background: var(--bs-primary);
    border:solid 1px var(--bs-secondary);
    color: var(--bs-secondary);
}

.header-carousel .owl-nav .owl-next i {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    animation-name: carousel-next-btn;
    animation-duration: 4s;
    animation-delay: 1s;
    animation-iteration-count: infinite;
    transition: 1s;
}

@keyframes carousel-next-btn {
    0%  {margin-top: 35%;}
    50%  {margin-bottom: 70%;}
    100% {margin-top: 35%;}
}

.header-carousel .header-carousel-item .carousel-caption {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .5);
    display: flex;
    align-items: center;
}

.carousel-caption .ticket-form {
    background: rgba(255, 255, 255, 0.4);
    border-radius: 10px;
}

.header-carousel .header-carousel-item img {
    animation-name: image-zoom;
    animation-duration: 10s;
    animation-delay: 1s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    transition: 1s;
}

@keyframes image-zoom {
    0%  {width: 100%; height: 100%;}

    25% {width: 115%; height: 115%;}

    50% {width: 130%; height: 130%;}

    75% {width: 120%; height: 120%;}

    100% {width: 100%; height: 100%;}
}
/*** Carousel Hero Header End ***/
.more_about_us {
  position: relative;
  overflow: hidden;         /* ensures the wave stays inside */
  z-index: 1;
  display: inline-block;    /* make sure it's treated like a button */
  padding: 12px 24px;
  background: #f8f9fa;
  color: #000;
  transition: color 0.3s ease;
  cursor: pointer;      /* optional, makes it look nicer */
}

.more_about_us::before {
  content: "";
  position: absolute;
  top: 100%;               /* start just below the button */
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--bs-primary);
  z-index: -1;
  transition: top 0.4s ease;
  border-radius: inherit;   /* keep corners consistent */
}

.more_about_us:hover::before {
  top: 0;                   /* slide up to cover the button */
}

.more_about_us:hover {
  color: #fff;              /* text color changes for contrast */
}
/*** Blog Start ***/
.blog .blog-item {
    border-radius: 10px;
}

.blog .blog-item .blog-img {
    position: relative;
    overflow: hidden;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    transition: 0.5s;
}

.blog .blog-item .blog-img img {
    transition: 0.5s;
}

.blog .blog-item:hover .blog-img img {
    transform: scale(1.2);
}

.blog .blog-item .blog-img::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background: rgba(0, 0, 0, .3);
    z-index: 1;
}

.blog .blog-item .blog-img .blog-category {
    position: absolute;
    top: 25px;
    left: 25px;
    border-radius: 10px;
    color: var(--bs-white);
    background: var(--bs-primary);
    z-index: 5;
}

.blog .blog-item .blog-img .blog-date {
    position: absolute;
    bottom: 25px;
    left: 25px;
    color: var(--bs-white);
    z-index: 5;
}

.blog .blog-item .blog-content {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    background: var(--bs-light);
}
/*** Blog End ***/
.text-gold {
  color: #d9a130 !important;
}

.bg-gold {
  background-color: #d9a130 !important;
}