
/* Load More with script */
body{
  overflow-x: hidden !important;
}
.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:#d4202d !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: 20px 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: 12px;
  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: 1500px;
  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: 100%; 	
    display: flex;
    flex-wrap: wrap;
    padding:20px 15px;
    }
    .header-sonka  .menu > ul > li .sub-menu.mega-menu-column-2{
      max-width: 1100px;
      width: 100%; 	
      display: flex;
      flex-wrap: wrap;
      padding:20px 15px;
      }
  .header-sonka  .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item{
  flex:0 0 25%;
  padding:0 6px;
  }
  .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/close-icon.svg) 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.svg) 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;
    }
    #cookieNotice.light p, #cookieNotice.light ul {
      color: #393d4d;
      color: var(--cookieNoticeProDark);
    }
    #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:#00ADEE;
border-color: #00ADEE;
}

.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: 5px 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: 30px 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: #d4202d;
 

}


@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 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;


}

/* .footer-logo {
margin-left: -25px;
} */

.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: 80px;

}

.menu-main>li{
margin-top: 1rem;

}

.topnav a {
  color: #fff !important;
  /* font-weight: bold; */
  font-size: 12px !important;
  margin-top: 0px;
}

.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;

}



.header-logo{
  width: 85px;
  height: 85px;
 margin-left:0em;
}

@media (min-width:992px) {

  
.header-logo{
  margin-top: 0px;
 margin-left:4em;
}

}




@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: -90px;
}

.dropdown-item {
  padding: 0.75rem 0.75rem;
}



.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.3) 40%, rgba(0, 0, 0, 0) 100%);
  background-size: cover;
  /* background:#00000040; */
}

.contact .office .office-item {

  background: #fff;

}

.btn-readmore {


  color: #d4202d;

}

.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: #18abd2;
  color: #000;
  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: left !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: #d4202d;
  color: white;
}

.peoplebtn.jcact {
  background-color: #d4202d;
  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:"Nunito",sans-serif;
  width: 95px;
  /* padding-top: 10px; */
}


.stats-section {
  background: url(../../img/awards.jpg) no-repeat center center/cover;
  /* background: linear-gradient(rgba(255, 255, 255, .1), rgba(0, 0, 0, 0.9)), url(../../img/awards.jpg); */
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background-size: cover;
  background-attachment: fixed;
  background-position: center center;
  background-repeat: no-repeat;
}

.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-section {
  background: url('kpa.JPG') no-repeat center center/cover;
  padding: 60px 0;
  position: relative;
  color: #fff;
} */

.overlay {
  background: rgba(0, 0, 0, 0.6);
  padding: 40px 20px;
}

.stats-container {
  max-width: 1200px;
  margin: 0 auto;
}

.awards .stat-card {
  background: rgba(255, 255, 255, 0.6);
  border-radius: 12px;
  padding: 20px;
  text-align: center;
  color: #333;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 300px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.awards .stat-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
}

.awards .icon {
  font-size:4.6rem;
  color: #007BFF;
  margin-bottom: 1rem;
}

.awards h4 {
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 10px;
}

.awards .value {
  font-size: 1.8rem;
  font-weight: bold;
  color: crimson;
  margin-top: auto;
}

/* Owl Carousel Stretch */
.owl-carousel .owl-item {
  display: flex;
  align-items: stretch;
}

.owl-carousel .stat-card {
  flex: 1;
}

/* Responsive Tweaks */
@media (max-width: 768px) {
  .awards .stat-card {
    min-height: 260px;
    padding: 15px;
  }
  .awards .icon {
    font-size: 2rem;
  }
  .awards .value {
    font-size: 1.5rem;
  }
}

/* Accessibility Focus */
.stat-card:focus-within {
  outline: 2px solid #007BFF;
  outline-offset: 4px;
}

.top-nav-text{

font-family: "Nunito", sans-serif;
background: #1f468c;
color: #fff !important;
height: 32px;
}

.border-secondary {

  border: 0;
}

.dropdown-menu {
  position: absolute;
  z-index: 1000;
  display: none;
  min-width: 10rem;
 

  border-radius: 0px;
}

.dropdown-menu >a{
  color: #000 !important;
 
}

.dropdown-menu >a:hover{
  color: #f6e714 !important;
 
}


.navtop-search-desktop{
background: transparent;
border: 0;
}

.kpa-tag {
  font-family: "Water Brush", cursive;
  font-weight: 400;
  font-style: normal;
  text-align: center;
  font-size: 1.9rem;
  padding-top: 1rem;
  margin-bottom: -1.5rem;
 color: #004080;
}

@media (max-width:992px){
.top-nav-text {
  height: 62px;
  background: transparent;
}

.kpa-tag {
  font-family: "Water Brush", cursive;
  font-size: 1.3rem;

}

}

@media (min-width:991px) and (max-width:1175px){
  .top-nav-text
  {
    height: 62px;
    background: #1f468c;

    
}

.kpa-tag {

  text-align: left;

}

.gt_option a {
  color: #000000 !important;

}

.gt_selected a {
  color: #000000 !important;

}

  } 

  .accordion {
    font-family: 'Segoe UI', sans-serif;
    background: transparent;
    border: none;
    border-radius: 0;
  }
  
  .accordion-item {
    border: none;
    border-radius: 0;
    margin: 0;
  }
  
  .accordion-header {
    background: transparent;
    padding: 15px 20px;
    cursor: pointer;
    font-weight: 600;
    font-size: 1rem;
    color: #004080;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid rgba(0, 64, 128, 0.3); /* ✅ sleek, semi-transparent line */
    border-radius: 0;
  }
  
  .accordion-header .icon {
    transition: transform 0.3s ease;
    color: #004080;
  }
  
  /* Accordion body/content */
  .accordion-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease;
    padding: 0 20px;
    font-size: 0.95rem;
    color: #333;
    line-height: 1.6;
    background: transparent;
    border: none;
    border-radius: 0;
    transition: max-height 0.4s ease;
  max-height: 0;
  
  }
  
  /* Show content */
  .accordion-content.show {
    padding: 15px 20px;
    max-height: 100000px;

  }
  
 
  
/* Slider Section */
.fund .slider {
  width: 100%;
  height: 400px;
  position: relative;
  overflow: hidden;
}


.fund .slides {
  position: relative;
  width: 100%;
  max-width: 100%;
  height: 400px;
}

.fund .slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 1s ease-in-out;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  animation: zoomOut 10s ease-in-out infinite;
}

@media (max-width: 768px) {

  .fund .slider {
    height: 250px !important;
  }

  .fund .slide {
    background-size: cover; /* Full fit on mobile */
    background-position: center center;
  }

  .fund .slide-text {
    padding: 20px;
    font-size: 90%;
  }

  .fund .slide-text h2 {
    font-size: 24px;
  }

  .slider-nav button {
    font-size: 16px;
    padding: 5px 8px;
  }
}


@keyframes zoomOut {
  0% {
    background-size: 110%;
  }
  50% {
    background-size: 115%;
  }
  100% {
    background-size: 110%;
  }
}




.fund .slide.active {
  opacity: 1;
  z-index: 1;
}

.fund .slide-text {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  color: white;
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4); /* semi-transparent overlay */
  width: 100%;
}

.fund .slide-title {
  font-size: 36px;
  font-weight: bold;
  color: #ffffff;
  margin: 0;
}


.fund .slide-heading {
  font-size: 18px;
  font-weight: 600;
  color: #f0f0f0;
  margin: 0 0 8px 0;
  text-transform: uppercase;
  letter-spacing: 1px;
}


.fund .slide-text h2 {
  font-size: 48px; /* Bigger heading */
  margin-bottom: 15px;
  color: white; 
}

.fund .slide-text p {
  font-size: 18px;
  max-width: 600px;
}



/* Slider nav arrows */
.fund .slider-nav {
  position: absolute;
  top: 50%;
  width: 100%;
  display: flex;
  justify-content: space-between;
  transform: translateY(-50%);
  padding: 0 20px;
  z-index: 2;
}

.fund .slider-nav button {
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  border: none;
  font-size: 24px;
  padding: 10px 16px;
  cursor: pointer;
  transition: background 0.3s;
}

.fund .slider-nav button:hover {
  background-color: rgba(0, 0, 0, 0.8);
}


/* Pause zoom animation when hovering over slide */
.fund .slider:hover .slide {
  animation-play-state: paused;
}

.fund .nav-dots {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
  display: flex;
  justify-content: center;
  align-items: center;
}

.fund .dot {
  width: 20px;
  height: 8px;
  background: white;
  border-radius: 2px;
  opacity: 0.6;
  cursor: pointer;
  transition: all 0.3s ease;
  border: 1px solid #ccc;
  margin-right: 5px;
}

.fund .dot.active {
  background: #007bff;
  opacity: 1;
  border-color: #007bff;
}

.fund .dot:hover {
  transform: scale(1.1);
}



/* Full-width info section touching both sides */
.fund .info-section {
  display: flex;
  width: 100vw;
  margin: 0;
  padding: 0;
  background-color: transparent;
}

/* Individual blocks with different colors */
.fund .info-block {
  flex: 1;
  color: white;
  padding: 40px 20px;
  text-align: center;
  transition: transform 0.3s;
}

.fund .info-block h3 {

  color: white;

}

.fund .info-block:nth-child(1) {
  background-color: #004080; /* Dark Blue */
}

.fund .info-block:nth-child(2) {
  background-color: #007bff; /* Lighter Blue */
}

/* Optional: hover effect */
.fund .info-block:hover {
  transform: scale(1.02);
}

@media (max-width: 768px) {
  .fund .info-section {
    flex-direction: column;
  }

  .fund .info-block {
    width: 100%;
  }
}


@media (max-width: 768px) {
  .fund  .slides {
    flex-direction: column;
    height: 280px;
  }

  .fund .info-section {
    flex-direction: column;
    align-items: center;
  }

  .fund .slide-text h2 {
    font-size: 20px;
  }

  .fund .slide-title {
    font-size: 12px;
  }

  .fund .slide-heading {
    font-size: 12px;
  }

  .fund .slide-text p {
    font-size: 12px;
   
  }
}

#notices{

  font-weight: 400;
  color: #333;

}

#notices td{

  font-size: 14px;

}

.table-striped > tbody > tr:nth-of-type(2n+1) {
  color: #555;
}




/* .gt_container-rmvkip .gt_switcher {

  margin-top: -30px;
} */

/* 12th July 2025 changes */

 p,ul{
  text-align: justify;
  text-justify: inter-word;
}

.service-cards .card {
  position: relative;
  flex: 1;
  min-width: 260px;
  background: #fff;
  border: 1px solid #ddca96;
  padding: 60px 20px 30px; /* enough space for icon overlap */
  text-align: center;
  box-shadow: 0 2px 10px rgba(0,0,0,0.05);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  border-radius: 0;
  overflow: hidden; /* or visible if you want icon shadows */
  height: 400px; /* ensures consistency in carousel */
}



 .service-cards  .sino-icon {
  font-size: 32px;
  padding: 27px;
  background: #22468c;
  color: #FFF;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  top: 40px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  box-shadow: 0 4px 12px #22468c;
  border: 5px double #FFF;
}

.service-cards h3 {
  font-size: 1.1rem;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 50px; /* pushes content below icon */
  margin-bottom: 15px;
}

.service-cards p {
  font-size: 0.95rem;
  color: #333;
  line-height: 1.5;
  margin-bottom: 20px;
  flex-grow: 1; /* this pushes the button to the bottom */
}

.service-cards .btn {
  margin-top: auto;
  display: inline-block;
  padding: 12px 25px;
  background: linear-gradient(to right, #000, #004080);
  color: white;
  text-transform: uppercase;
  font-weight: 600;
  border-radius: 3px;
  text-decoration: none;
  transition: background 0.3s ease;
}

.service-cards .btn:hover {
  background: linear-gradient(to left, #00274d, #004080);
}


.owl-carousel .card {
  /* height: 100%; */
  display: flex;
  flex-direction: column;
      height: 400px;
}



.card:hover {
border: 2px solid;
 transition: all 0.3s ease;
}


tfoot input {
        width: 100%;
        padding: 3px;
        box-sizing: border-box;
    }


.list-group-item {
    border: 0px;
  border-bottom: 1px solid rgba(0,0,0,.125) !important;
}

.list-item>h6 {

text-transform: uppercase;

}

.menu-main p,ul{
  text-align: start;

}

.text-dark{
  color:#626161 !important;
}
.arrow_icon{
  font-size:1.8rem !important;
  margin-top:-0.3em !important;
}
p,.p_span{
  font-weight: bolder !important; 
}
li,h6,tr{
  font-weight: 550 !important; 
}
.footer-links li{
  font-weight:normal !important; 
}
.h-item{
  font-weight: 401 !important; 
}

.carousel-item img {
  height: 600px;
  object-fit: cover;
  width: 100%;
}
.thumbs img {
  width: 100px;
  height: 60px;
  object-fit: cover;
  cursor: pointer;
  opacity: 0.6;
  border: 2px solid transparent;
  transition: 0.3s ease;
}
.thumbs img.active-thumb {
  opacity: 1;
  border-color: #007bff;
}
.thumbs {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px; /* spacing between thumbs */
}

.thumb-wrapper {
  flex: 0 1 22%; /* 4 in a row on small devices */
  max-width: 100px;
}

.thumb-wrapper img {
  width: 100%;
  height: 60px;
  object-fit: cover;
  cursor: pointer;
  opacity: 0.6;
  border: 2px solid transparent;
  transition: 0.3s ease;
}

.thumb-wrapper img.active-thumb {
  opacity: 1;
  border-color: #007bff;
}

/* Optional: tighter layout for small screens */
@media (max-width: 480px) {
  .thumb-wrapper {
    flex: 0 1 30%; /* 3 per row on very small screens */
  }
}
.btn-close{
  cursor: pointer;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e") !important;
  opacity: 1;
}
@media (max-width: 767px) { /* targets screens smaller than tablets */
    .mobile-margin-style {
        margin-top: -8.8rem !important;
    }
    .desktop-only{
        display: none !important;
    }
}
.list-heading {
  font-weight:650 !important; /* Semi-bold */
  font-size: large !important;
}
/* Gotham Regular (Book) */
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/ufonts.com_gotham-book-1-opentype.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}

/* Gotham Medium */
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
}

/* Gotham Bold */
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
}

/* Gotham Black */
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
}

/* Gotham Italic */
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/GOTHAM-BOOKITALIC_0.OTF') format('opentype');
  font-weight: 400;
  font-style: italic;
}

body, p, h1, h2, h3, h4, h5, h6, a, span, div {
  font-family: 'Gotham', sans-serif !important;
  word-spacing: normal !important;
  white-space: normal !important;
}
.text-left-custom {
  text-align: left !important;
  word-spacing: normal !important;
  white-space: normal !important;
}