html{
        overflow-x: hidden;
}
body{
    overflow: hidden;
  margin: auto;
  font-family: "Cabin", sans-serif !important;

}


@media(min-width: 1366px){
.cmpad{
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}
}
@media(max-width: 1366px){
.cmpad{
  padding-left:80px;
  padding-right:80px;
}
}
@media(max-width: 991px){
.cmpad{
  padding-left:40px;
  padding-right:40px;
}

}
@media(max-width: 767px){
.cmpad{
  padding-left:15px;
  padding-right:15px;
}

}

p{
    margin-bottom: 0;
    color: #1B1F2A;
    font-size: 16px;
    font-weight: 400;
    line-height: 151%;
}

a{
  color: #1A1A1A;
  text-decoration: none !important;
  transition: all .3s ease;
    -webkit-transition: all .3s ease;
   font-size: 16px;
  font-weight: 500;
}
a:hover{
  text-decoration: none !important;
  transition: all .3s ease;
    -webkit-transition: all .3s ease;
}
ul {
    padding-left: 0px;
    list-style-type: none;
    margin: 0;
}
img{
    display: block;
  max-width: 100%;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}
.posrel{
  position: relative;
}













.btn {
      font-size: 16px;
    padding: 15px 22px;
    display: flex;
    font-weight: 500;
    border-radius: 54px;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
 
}
.btn span {
  display: flex;
  justify-content: center;
  align-items: center;
}

.btn span img {
  width: 15px !important;
  filter: brightness(0) invert(1);
}


@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  50% {
    opacity: 1;
  }
}
.mybtn-primary {
 position: relative;
    color: #ffffff!important;
     background: #01268F;
    min-width: auto;
    border: 1px solid transparent;
    z-index: 1;
  transition: background .3s ease;
}
.mybtn-primary:hover {
 color: #ffffff!important;
 background: #DE4E36;
}
.mybtn-primary:hover span img{
filter: brightness(0) invert(1);
}

.mybtn-secondary {
 position: relative;
    color: #ffffff;
     background: #DE4E36;
    min-width: auto;
    border: 1px solid transparent;
    z-index: 1;
  transition: background .3s ease;
}
.mybtn-secondary span img{
filter: brightness(0) invert(1);
}
.mybtn-secondary:hover {
 color: #fff;
 background: #01268F;

}


.mybtn-secondary {
 position: relative;
    color: #ffffff;
     background: #DE4E36;
    min-width: auto;
    border: 1px solid transparent;
    z-index: 1;
  transition: background .3s ease;
}
.mybtn-secondary span img{
filter: brightness(0) invert(1);
}
.mybtn-secondary:hover {
 color: #fff;
 background: #01268F;

}


.morebtn{
  font-size: 16px;
    color: #ffffff;
    background: #DE4E36;
    height: 31px;
    padding: 8px 15px;
    display: flex;
    align-items: center;
}

.morebtn:hover{
    background: #01268F;
    color: #fff;
}



.mybtn-third{
        padding: 0;
    color: #01268F;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.mybtn-third span img{
  filter: unset!important;
  width: 13px!important;
}
.mybtn-third:hover{
  color: #fff;
  gap: 7px;
}

.mybtn-frth {
 position: relative;
    color: #01268F;
     background: #fff;
    min-width: auto;
    border: 1px solid transparent;
    z-index: 1;
  transition: background .3s ease;
}
.mybtn-frth span img{
filter: unset;
}
.mybtn-frth:hover {
 color: #fff;
 background: #DE4E36;

}
.mybtn-frth:hover span img{
  filter: brightness(0) invert(1);
}



.mybtn-fill {
  position: relative;
  color: #00BAA6;
  background: transparent;
  background: #fff;
  border: 1px solid transparent;
  overflow: hidden;
  min-width: 161px;
  z-index: 1;
}

.mybtn-fill:hover {
  background: #00BAA6;
  color: #fff;
}

.mybtn-fill span {
  background: #ffffff;
  display: flex;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
}



/* Outer framed container with corner marks */
.frame{
position: relative;
    padding: 1px;
    border: 1px solid #00000030;
    display: inline-block;
}

/* Decorative crop/corner marks (small L shapes) */
.frame::before, .frame::after,
.frame .spn::before, .frame .spn::after{
    content: "";
    position: absolute;
    width: 4px;
    height: 4px;
    border: 2px solid #111;
    box-sizing: border-box;
    background: transparent;
}
/* top-left */
.frame::before{ left:-2px; top:-2px; border-right:none; border-bottom:none; }
/* top-right */
.frame::after{ right:-2px; top:-2px; border-left:none; border-bottom:none; }
/* We'll use span pseudo-elements for bottom corners */
.frame .spn::before{ left:-2px; bottom:-2px; border-right:none; border-top:none; }
.frame .spn::after{ right:-2px; bottom:-2px; border-left:none; border-top:none; }

/* whitecorner */
.framew{
  position: relative;
    padding: 1px;
    border: 1px solid #ffffff4d;
    display: inline-block;
    }

/* Decorative crop/corner marks (small L shapes) */
.framew::before, .framew::after,
.framew .spn::before, .framew .spn::after{
    content: "";
    position: absolute;
    width: 4px;
    height: 4px;
    border: 2px solid #fff;
    box-sizing: border-box;
    background: transparent;
}
/* top-left */
.framew::before{ left:-2px; top:-2px; border-right:none; border-bottom:none; }
/* top-right */
.framew::after{ right:-2px; top:-2px; border-left:none; border-bottom:none; }
/* We'll use span pseudo-elements for bottom corners */
.framew .spn::before{ left:-2px; bottom:-2px; border-right:none; border-top:none; }
.framew .spn::after{ right:-2px; bottom:-2px; border-left:none; border-top:none; }





.mybtn-third .text {
      flex: 1;
    text-align: center;
    color: #000;
    padding: 0 15px;
    background-color: #fff;
    height: 100%;
    display: flex
;
    align-items: center;
     transition: all .3s ease;
    -webkit-transition: all .3s ease;
}
.mybtn-third .arrow {
  background-color: #121416;
  color: #fff;
  width: 36px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mybtn-third .arrow img{
  filter: brightness(0) invert(1);
}
.mybtn-third:hover .text{
  background-color: #121416;
  color: #fff;
}
.mybtn-third:hover .arrow{
  background-color: #fff;
}
.mybtn-third:hover .arrow img{
  filter: unset;
}


.bnrhed{
       font-size: 54px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 0px;
    line-height: 113%;
}
.mainhed{
       font-size: 45px;
    font-weight: 600;
    color: #1B1F2A;
    line-height: 115%;
}
.mainhed span{
      color: #01268F;
}


/* haeder */

.header{
  height: 0;
    position: relative;
    z-index: 11;
}
.header-inn {
    padding-top: 30px;
    padding-bottom: 30px;
}
.nav-header{
  max-width: 117px;
}

.hedrfll{
  justify-content: space-between;
  align-items: center;
}
.logo{
  width: 100%;
  float: left;

}
.logo img{
  width: 100%;
  max-width: 310px;
  float: left;
}
.hdr-menu{
    height: 100%;
}
.menus{
  display: flex;
      gap: 12px;
    flex-direction: row;
    justify-content: flex-end;
    height: 100%;
    align-items: center;
}


.megalistcust{
        padding: 20px 7px !important;
    display: flex !important
;
    align-items: flex-start;
    flex-direction: column;
    justify-content: flex-start;
}


/* Fixed header class */
.fixed-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  box-shadow: 0px 1px 11px #00000030;
  animation: slideDown 0.3s ease forwards;
  height: auto;
    padding: 10px 0px;
    background: #182100;
}

/* Optional animation */
@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}



/*mob*/
/* Wrapper */
/* Wrapper & Container */
.mobile-wrapper {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  float: right;
  height: 100%;
  display: flex
;
    align-items: center;
}

.content {
  background: transparent;
  display: block;
  width: 100%;
  height: 100%;
}

nav {
  position: relative;
}

/* Hide native checkbox */
nav input[type=checkbox] {
  position: absolute;
  opacity: 0;
  visibility: hidden;
}

/* Hamburger Icon */


.hamburger-label {
  position: relative;   /* Use absolute for positioning inside the container */
  top: 7px;        /* Aligns to the right side */
  z-index: 1100;
  width: 30px;
  height: 24px;
  cursor: pointer;
}
.mobile-container {
  position: relative;
}


.hamburger-label::before,
.hamburger-label::after {
  content: '';
  position: absolute;
  width: 30px;
  height: 4px;
  background-color: #DE4E36;
  left: 0;
      border-radius: 5px;
  transition: 0.3s ease;
}

.hamburger-label::before {
  top: 0;
}

.hamburger-label::after {
  top: 10px;
}

/* Becomes X when open */
#hamburger1:checked + .hamburger-label::before {
  transform: rotate(45deg);
  top: 8px;
}

#hamburger1:checked + .hamburger-label::after {
  transform: rotate(-45deg);
  top: 8px;
}

/* Overlay full menu */
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: #fff;
  overflow-y: auto;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
  transition: all 0.3s ease;
}

/* Show overlay */
#hamburger1:checked ~ .overlay {
  opacity: 1;
  visibility: visible;
}

/* Navigation links */
.nav-links {
  margin: 0px 0 0 0;
 padding: 125px 0;
 background: #01268F;
}

.nav-links li {
  list-style: none;
  /*border-bottom: 1px solid #ddd;*/
  transform: translateY(-20px);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
}

.nav-links li a,
.submenu-label {
  text-decoration: none;
  display: block;
  padding: 10px 15px;
  font-size: 18px;
    font-weight: 500;
    
  text-align: center;
  color: white;

}

.nav-links li a:hover,
.submenu-label:hover {
  color: #5794de;
}

/* Animate in when menu opens */
#hamburger1:checked ~ .overlay .nav-links li {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}

#hamburger1:checked ~ .overlay .nav-links li:nth-child(1) { transition-delay: 0s; }
#hamburger1:checked ~ .overlay .nav-links li:nth-child(2) { transition-delay: 0.1s; }
#hamburger1:checked ~ .overlay .nav-links li:nth-child(3) { transition-delay: 0.2s; }
#hamburger1:checked ~ .overlay .nav-links li:nth-child(4) { transition-delay: 0.3s; }

/* Submenu */
.has-submenu {
  position: relative;
}

.has-submenu input[type="checkbox"] {
  display: none;
}

.submenu {
  display: none;
  background: #0e3563;
}

.submenu li a {
  font-size: 16px;
  padding: 10px 40px;
  border-top: 1px solid #144b8aa8;
}

.has-submenu input[type="checkbox"]:checked ~ .submenu {
  display: block;
  padding-left: 0;
}

@media(min-width:992px){
  .mobile-wrapper{
    display: none;
  }
}
/*mob*/

.header_menu_area ul li a img{
  margin-left: 0px;
        margin-left: 0px;
    width: 13px;
}

.header_menu_area {
    position: relative;
    text-align: center;
}
.header_menu_area > ul {
    padding-right: 0px;
    padding: 0px 0px 0px 0px;
    width: auto;
    float: left;
    vertical-align: middle;
    display: flex;
    align-items: center;
}

.header_menu_area > ul > li {
    display: inline-block;
    vertical-align: middle;
    width: auto;
    color: #000000;
    float: left;
    text-decoration: none;
    list-style-type: none;
    position: relative;
    padding: 0px 12px;
    z-index: 1;
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
    text-decoration: none;
    text-align: center;
}
.menu li {
    display: inline-block;
    position: relative;
    z-index: 100;
}
.header_menu_area > ul > li > a {
    position: relative;
    display: flex;
    gap: 4px;
    float: left;
    color: #1B1F2A;
    text-decoration: none;
    font-weight: 500;
    font-style: normal;
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}

.header_menu_area > ul > li > a.stable{
  color: #2054a8;
}

.header_menu_area > ul > li > a:hover{
    color: #2054a8;
}
/* .stable{
  color: #ffffff !important;
} */



.menu ul {
    visibility: hidden;
    opacity: 0;
    margin: 0;
    top: 0px;
    padding: 0;
    width: 270px;
    position: absolute;
    right: 20px;
    padding-top: 30px;
    right: 0;
    bottom: 0;
    background: transparent;
    z-index: 99999;
    -moz-transform: perspective(600px) rotateX(-90deg);
    -ms-transform: perspective(600px) rotateX(-90deg);
    -o-transform: perspective(600px) rotateX(-90deg);
    
    -o-transition: -o-transform .5s ease,opacity .6s ease,max-height .6s step-end,max-width .6s step-end,padding .6s step-end;
   
}
.menu li:hover>ul {
    visibility: visible;
    opacity: 1;
    transition: all .5s ease-out;
    height: auto;
    right: 0;
}
.submenu2{
         right: -100% !important;
    padding-top: 0px !important;
}
.menu-padding2{
  padding-bottom: 10px!important;
  border-radius: 0 0 8px 8px;
}
.menu-padding1{
  padding-top: 10px!important;
  border-radius: 8px 8px 0 0 ;
}
.menu ul li a:hover, .menu ul li:hover>a {
        background: #396dab;
    color: #ffffff;
    text-decoration: none;
    transform: rotate(0);
    -ms-transform: rotate(0);
    -webkit-transform: rotate(0);
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}
.menu li:first-child {
    margin-left: 0;
}
.menu li:first-child {
    margin-left: 0;
}
.menu ul li {
     display: block;
    padding: 15px;
    float: left;
    background: 0 0;
    margin: 0;
    padding: 2px 10px;
    background: #fff;
    width: 100%;
    position: relative;
 
}
.menu li {
    display: inline-block;
    position: relative;
    z-index: 100;
    /* z-index: 9; */
    /* padding-bottom: 50px; */
}
.menu ul li a {
    width: 100%;
    font-size: 16px;
    font-weight: 400;
    padding: 10px;
    display: block;
    color: #ffffff;
    background: #2054a8;
    text-align: -webkit-match-parent;
    text-decoration: none;
    border-radius: 7px;
    /* margin-bottom: 10px; */
    text-align: left;
}



/*overlay*/

.side-menu-4 {
    position: relative;
    top: 7px;
    right: 0;
    z-index: 999;
    width: auto;
    float: right;
        padding-left: 11px;
}

.burger-menu img {
  width: 26px;
 
  cursor: pointer;
}

.overlay-menu {
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  text-align: center;
  z-index: 102;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  display: flex;
  background: rgba(0, 0, 0, 0.95);
}

.overlay-menu.active {
  opacity: 1;
  visibility: visible;
}

.overlay-wrap {
  display: flex;
  width: 100%;
  height: 100%;
}

.left-area,
.right-area {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  padding: 40px;
}
.right-areamain{
  width: 100%;
  float: left;
}
.right-areamain h2{
  width: 100%;
  float: left;
  text-align: left;
  color: white;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 0;
}
.right-areamain p{
  width: 100%;
  float: left;
  text-align: left;
  color: white;
  font-size: 14px;
  font-weight: 400;
}
.left-area h6{
  width: 100%;
  float: left;
  text-align: left;
  color: white;
  font-size: 55px;
    font-weight: 500;
    line-height: 127%;
    margin-bottom: 0;
}

.left-area {
  background: #121416;
  color: white;
  text-align: left;
}

.right-area {
  background: #FD421B;
  color: #A8A8A8;
      box-shadow: -1px 0px 13px #10346057;
  text-align: left;
}

.left-area nav ul {
  list-style: none;
  padding: 0;
}

.left-area nav li {
  margin-bottom: 20px;
}

.left-area nav a {
  color: white;
  font-size: 40px;
  text-decoration: none;
}
.close img{
  width: 100%;
  max-width: 30px;
  filter: brightness(0) invert(1);
}
.overlay-menu .close {
  position: absolute;
    right: 60px;
    top: 55px;
    font-size: 30px;
    background: #121416;
    border-radius: 30px;
    cursor: pointer;
    opacity: 0.5;
    z-index: 10;
    transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.overlay-menu .close:hover {
  opacity: 1;
}
.right-area-main{
  width: 100%;
  float: left;
  margin-bottom: 30px;
}
.right-area-main h2{
  width: 100%;
  float: left;
  text-align: left;
  color: white;
  font-size: 35px;
  font-weight: 500;
}
.right-area-main p{
  width: 100%;
  float: left;
  text-align: left;
  color: white;
  font-size: 15px;
  font-weight: 400;
}
.right-area-main a{
  width: 100%;
  float: left;
  text-align: left;
  color: white;
  font-size: 15px;
  font-weight: 400;
  text-decoration: none;
}
.left-area form {
    width: 100%;
    float: left;
    margin-top: 40px;
    transition-delay: 300ms;
}
.ham-field {
    width: 100%;
    float: left;
    margin-bottom: 20px;
}
.ham-field label {
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    width: 100%;
    float: left;
    margin-bottom: 5px;
}
.ham-field input {
    width: 100%;
    float: left;
    padding: 12px;
    border: none!important;
    border-radius: 10px;
    font-size: 15px;
    color: #000;
    height: 51px;
    outline:none!important;
}
.ham-field textarea {
    width: 100%;
    float: left;
    padding: 12px;
      border: none!important;
    border-radius: 10px;
    font-size: 16px;
    color: #000;
    height: 150px;
    outline:none!important;
}




/*---------------------------------------*/
/*:::::::::::::::::SLIDER::::::::::::::::*/
/*---------------------------------------*/
.slider{
    
    width: 100%;
    position: relative;
    top: 0;
    background: url(../img/slider/banner-background.webp);
    background-size: cover;
    background-repeat: no-repeat;
         padding-top: 107px;
    padding-bottom: 65px;
     background-position: bottom;
}

.bnr-txt{
     height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 1;
    position: relative;   
}
.bnr-txt .para{
  font-size: 24px;
  font-weight: 500;
}
.bnr-hed{
         font-size: 3.4rem;
    color: #1B1F2A;
    font-weight: 600;
}
.bnr-hed span{
       color: #01268F;
       font-weight: 700;
}
.bnr-imge{
        position: relative;
    display: flex;
    align-items: center;
        justify-content: center;
        z-index: 1;
}
.bnr-imge img{
    width: 100%;
max-width: 542px;
}


.spad{
  padding-top: 80px;
  padding-bottom: 80px;
}
.spad2{
   padding-top: 70px;
  padding-bottom: 70px;
}

@keyframes zoomIn {
    from {
      opacity: 0;
      -webkit-transform: scale3d(0.3, 0.3, 0.3);
      transform: scale3d(0.3, 0.3, 0.3);
    }
  
    50% {
      opacity: 1;
    }
  }



/* lnguagelab */
.subhdr{
  font-size: 24px;
  font-weight: 500;
}
.lnguagelabcard{
position: relative;
    background: #EEF4FD;
    border-radius: 14px;
    padding: 30px 20px;
}
.lnguagelabcard .cont{
  color: #01268F;
  font-size: 21px;
  font-weight: 600;
  margin-bottom: 5px;
}
.lnguagelabcard .desc{
  color: #667085;
  font-size: 16px;
  font-weight: 400;
  display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
  margin-bottom: 0;
}   
.lnguagelabcard .cardbtn{
 width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    background: #FFFFFF;
    border-radius: 50%;
}   
.lnguagelabcard .cardbtn img{
  width: 15px;
  transform: rotate(-45deg);
}
.lnguagelabcard .cardcnt{
  display: flex;
}
.cardcnt .cardtxt{
width: calc(100% - 50px);
}
.lnguagelabcard .cardimg{
  margin-top: 45px;
  border-radius: 12px;
  overflow: hidden;
}
.lnguagelabcard .cardimg img{
  border-radius: 12px;
}
.lnguagelabcard:hover .cardbtn{
  background: #DE4E36;
}
.lnguagelabcard:hover .cardbtn img{
 filter: brightness(0) invert(1);
  transform: rotate(0);
}
.lnguagelabcard:hover .cardimg img{
  transform: scale(1.1);
}


.lnguagelabcard2{
  background: #DE4E36;
}
.lnguagelabcard2 .cont{
  color: #ffffff;
}
.lnguagelabcard2 .desc{
  color: #ffffff;
  opacity: 75%;
}   
.lnguagelabcard2 .cardimg{
  margin-top: 0;
  margin-bottom: 45px;
}
.lnguagelabcard2:hover .cardbtn{
  background: #01268F;
}


/* languagelab-india */
.languagelab-india{
  background: #EEF4FD;
}
.labindia{
      height: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}
.labindia img{
  object-fit: contain;
  max-width: 574px;
      width: 100%;
}
.labindia {
    justify-content: flex-start;
}
.labindia-txt{
  padding: 55px 0 25px 0;
}
.labindia-txt{
      display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    padding: 65px 0;
}


/* functions */
.functionsfull{
  padding: 0 25px;
}
.functionsin{
  background: #EEF4FD;
  border-radius: 20px;
}
.functioncard{
      display: flex;
    flex-direction: row;
    align-items: flex-end;
}
.functioncard .crdimg{
      width: 73px;
    height: 73px;
    background: #01268F;
    border-radius: 0 25px 0 25px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.functioncard .crd-txt{
  width: calc(100% - 73px);
    background: #DBEAFF;
    padding: 7px 15px;
    display: flex;
    min-height: 54px;
    border-radius: 0 10px 10px 0;
    align-items: center;
}
.functioncard .crd-txt .cont{
color: #01268F;
line-height: 20px;
font-weight: 500;
margin-bottom: 0px;
}


/* benefits */
.benefitcard{
      position: relative;
    background: #EEF4FD;
    border-radius: 14px;
    height: 100%;
}
.benefitcard .cardimg img{
  border-radius: 14px 0 0 0;
}
.benefitcard .cardtxt{
  padding: 25px;
}
.benefitcard .cardtxt .cont{
  color: #01268F;
  font-weight: 500;
  font-size: 24px;
  line-height: 26px;
  margin-bottom: 3px;
}
.benefitcard .cardtxt .desc{
  color: #667085;
  margin-bottom: 0px;
  display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.benefitcard:hover .morebtn{
  background: #01268F;
}

/* news */
.newsfull{
  background: url(../img/images/news-background.webp);
  background-size: cover;
  background-repeat: no-repeat;
}
.newsfull .mainhed{
  color: #fff;
}
.newscrd{
  background: #fff;
  padding: 20px 13px;
  position: relative;
  border-radius: 15px;
}
.newscrd .cont{
  color: #1B1F2A;
      display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.newscrd .cardimg{
  margin-top: 20px;
}
.newscrd:hover{
background: #EEF4FD;
transition: all .3s ease;
    -webkit-transition: all .3s ease;
}
.newscrd .mybtn-third{
  padding: 0;
  transition: all .3s ease;
    -webkit-transition: all .3s ease;
}
.newscrd:hover .mybtn-third{
gap: 13px;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}





.mytab{
  margin-top: 85px;
}
.mytab .nav-tabs{
  border: none!important;
  gap: 0;
}

.mytab .nav-tabs .nav-link{
        font-weight: 500;
    color: #777777 !important;
    font-size: 24px;
    border: none !important;
    padding: 0px 0px 22px;
    background: transparent;
    border-radius: 0;
    border-bottom: 3px solid #777777!important;
}
.mytab .nav-tabs .nav-link.active{
opacity: 100%;
color: #00AFEE !important;
border-bottom: 3px solid #00AFEE!important;
}
.mytab-bx{
  border-radius: 16px;
  background: #2054A8;
  padding: 30px 30px 20px;
  height: 100%;
}

.mytab .tab-content h3{
      font-size: 32px;
    color: #ffffff;
    font-weight: 500;
    margin-bottom: 8px;
}
.mytab .tab-content p{
    color: #B9CBE9;
}
.mytab .tab-content .cont-img{
  margin: 30px 0;
}



/* contactcta */
.con-cta{
  background: url(../img/images/cta-bac.svg) no-repeat;
  background-size: cover;
    border-radius: 16px;
    padding: 24px 30px;
        background-position: center;
      height: auto;
}
.con-cta .mainhed{
  font-size: 46px;
}
.con-cta p{
color: #000000;
font-size: 20px;
font-weight: 500;
}


.con-cta .cta-card{
         display: flex;
    height: 100%;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    justify-content: space-between;
    padding: 35px 40px;
    max-width: 100%;
    position: relative;

}
.con-cta .subhed span{
  background: transparent;
    border-radius: unset;
    width: auto;
    height: auto;
    margin-left: 3px;
}
.con-cta-round{
     position: absolute;
    right: -56px;
    margin-top: -60px;
}









/* CONTACTFROM */
.con-field{
    margin-bottom: 12px;
}
.con-desc {
  border-radius: 5px;
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 20px;
  
}

.con-desc .cont-img {
 width: 36px;
    height: 36px;
    background: #2e7bd7;
  border-radius: 50%;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.con-desc p {
  margin-bottom: 0;
  width: calc(100% - 51px);
  color: #ffffff;}
.con-desc p a{
    color: #ffffff!important;
    font-weight:400;
}
.cont-img img {
  width: 22px;
}

.con-field label {
    font-size: 16px;
    color: #ac8530;
    font-weight: 500;
    width: 100%;
    float: left;
    margin-bottom: 5px;
        display: flex;
    gap: 5px;
    align-items: center;
}
.con-field input {
    width: 100%;
    float: left;
    padding: 14px;
    border: 1px solid #C6C6C6;
    border-radius: 8px;
    font-size: 16px;
    color: #74757D;
        background: #FDFDFD;
    height: 60px;
    outline:none!important;
}
.con-field textarea {
    width: 100%;
    float: left;
         background: #FDFDFD;
    padding: 12px;
      border: 1px solid #C6C6C6;
    border-radius: 8px;
    font-size: 16px;
    color: #74757D;
    height: 170px;
    outline:none!important;
}
.con-field select {
    width: 100%;
    float: left;
    padding: 14px;
    border: 1px solid #C6C6C6;
    border-radius: 8px;
    font-size: 16px;
    color: #74757D;
        background: #FDFDFD;
    height: 60px;
    outline:none!important;
}

.bookingfrm input,
.bookingfrm textarea,
.bookingfrm select{
height: 46px!important;
padding: 10px 14px;
background: #ac853047;
}

.modal-dialog{
  display: flex;
  height: 100vh;
  align-items: center;
}

/* modal */
@media (min-width: 992px) {
    .modal-lg {
        max-width: 800px !important;
    }
}
#booking .modal-content {
    /* background: #000; */
    background-size: cover;
    border-radius: 20px;
        background: #fff;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left;
 border: none;
}
.close_form {
    border-radius: 30px;
    display: block;
    position: absolute;
    width: 40px;
    height: 40px;
    right: 5px;
    z-index: 999;
    top: 15px;
    background: #ac8530  url(../img/icons/close.svg) no-repeat center center;
    background-size: 15px 15px;
    text-indent: 100%;
    white-space: nowrap;
        background-position-x: 12px;
    overflow: hidden;
    border: none;
    cursor: pointer;
}
.mod-new {
    width: 100%;
    float: left;
    padding: 30px;
}




/*top side*/
/* Sidebar Container */
#sidebar {
    position: fixed;
    top: 0;
    right: 0;
    width: 30%; /* 50% width as requested */
    height: 100%; /* Full screen height */
    z-index: 1000;
    color: #d9d9d9;
    border-top-left-radius: 20px;
    transform: translateX(100%) translateZ(-500px);
background-color: rgba(0,0,0,0.18);
    backdrop-filter: blur(60px);
    /* BOOK CLOSED STATE */
    transform-origin: right center;
    transform: perspective(1400px) rotateY(-90deg);
    opacity: 0;
   

    transition:
        transform 1.2s cubic-bezier(0.23, 1, 0.32, 1),
        opacity 0.6s ease,
        visibility 0s 1.2s;
         visibility: hidden;
    
    padding: 0px 20px 0px 40px;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;

background: #B90723;
    background: linear-gradient(
316deg, #031334, #2054A8);

    overflow-y: auto;

    /* smooth scrolling */
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;

}

.sidebar-open #sidebar {
    transform: perspective(1400px) rotateY(0deg);
    opacity: 1;
    visibility: visible;
    transition:
        transform 1.2s cubic-bezier(0.23, 1, 0.32, 1),
        opacity 0.6s ease;
}


body.sidebar-open {
    overflow: hidden;
    height: 100vh;
}



.close-btn {
    color: #ffffff;
    font-size: 60px;
    text-decoration: none;
    line-height: 0.5;
    transition: color 0.3s;
    margin-top: 0px;
    float: left;
    text-align: left;
    position: absolute;
    top: -42px;
    /* font-weight: 200; */
}


.sidebar-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
    padding-bottom: 10px;
    position: relative;
}

.sidebar-content {
    display: flex;
    flex-direction: column;
    gap: 17px;
}

.quick-enquiry {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.sidebar-title {
    font-size: 20px;
    font-weight: 500;
    
    color: #fff;
}
.sd-address p {
    float: left;
    width: 100%;
    font-size: 20px;
    font-weight: 500;
    color: white;
    line-height: 30px;
    margin-bottom: 0px;
}
.sidebar-title:hover{
        color: #969595;

}
.sd-logo img {
    width: 262px;
}
.hmbrsocial a span img{
  filter: brightness(0) invert(1);
  opacity: 55%;
}











/* footer */

footer {
  background: #fff;
  background-size: cover;
  background-repeat: no-repeat;
}
.ft-top{
   border-bottom: 1px solid #6131951d;
    background: #DE4E36;
    padding: 25px 30px;
    border-radius: 20px;
}
.ft-top .mainhed{
  color: #fff;
}
.ft-top .para{
  color: #fff;
}
.ft-logo {
    max-width: 100%;
    width: 370px;
    margin-bottom: 15px;
}

.ft-logo img {
    width: 100%
}
.ft-social {
    flex-direction: row;
    gap: 15px;
    display: flex;
}

.ft-social a {
    display: flex;
    width: 40px;
    height: 40px;
    background-color: #DE4E36;
    border-radius: 30px;
    justify-content: center;
    align-items: center;
}
.ft-social a span img{
  filter: brightness(0) invert(1);
}
.ft-social a:hover span img{
     animation-name: zoomIn;
    animation-duration: .5s;
    animation-iteration-count: 1;
}
.quicklink h2 {
    font-size: 24px;
    font-weight: 500;
    color: #1B1F2A;
    margin-bottom: 8px;
}
.quicklink p {
        font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 10px;
}
.quicklink p a{
    color: #1B1F2A;
    font-size: 16px;
    font-weight: 400;
}
.quicklink p a:hover{
    color: #000000;
}

.foot-list li a {
    display: flex;
    color: #1B1F2A;
    font-size: 16px;
    font-weight: 400;
}
.foot-list li a:hover{
    color: #000000;
}
.foot-list li p {
    display: flex;
    flex-direction: row;    
    align-items: flex-start;
    gap: 12px;
    line-height: 27px;
}
.foot-list li {
    padding: 4px 0;
}
.copy{
    border-top: 1px solid rgb(97 49 149 / 16%);
}












@media (min-width:992px) and (max-width:1199px){

.header_menu_area > ul > li > a {
  font-size: 15px;
}
.header_menu_area > ul > li {
  padding: 0px 10px 0px 1px;
}

.nav-menu > li > a {
    padding: 0px 6px!important;
    font-size: 14px;
  }
  .nav-header {
    width: 238px;
}
.nav-search{
  padding-top: 17px!important;
}
}

@media(max-width: 1199px){
  .bnr-hed {
    font-size: 3rem;
  }
  
  .bnrtext{
    padding-right: 25px;
  }
  .bnrhed{
    font-size: 50px;
  }



}



@media(max-width: 991px){
  .bnr-hed {
    font-size: 2.4rem;
  }
  .logo img {
    max-width: 250px;
  }
  .header-inn {
    padding-top: 20px;
    padding-bottom: 20px;
}
.slider{
  padding-top: 120px
}
.bnr-imge{
  margin-top: 20px;
}
.lnguagelabcard{
  height: 100%;
}
.lnguagelabcard .cont{
  font-size: 18px;
}


    .ft-email {
        padding: 30px 15px;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        gap: 25px;
        border-bottom: 1px solid #B3B3B3;
    }
    .ft-addres{
      padding: 30px 15px;
       
    }
    .quicklink{
      padding: 0;
      margin-bottom: 0px!important;
    }
    .ft-email p{
      margin-bottom: 0px;
    }
    .email-box{
      max-width: 250px;
    }

.menus{
  display: none;
}
.side-menu-4{
  display: none;
}
.hdr-menu{
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.bnrtext{
  padding-right: 15px;
}
.bnrhed{
  font-size: 50px;
}

.shining:before{
  left: -106%;
}
.mainhed {
       font-size: 30px;
    }

.spad{
  padding-top: 60px;
  padding-bottom: 60px;
}
.spad2{
   padding-top: 60px;
  padding-bottom: 60px;
}
.quicklink{
  margin-bottom: 25px;
}
.abt{
  margin-top: 15px;
}

.cta{
  height: auto;
}
.cta-card {
  
    padding: 50px 40px;
}


.ft-social{
  margin-bottom: 25px!important;
}

.f-top{
  width: 280px;
}

.groupsec{
  padding-top: 0px;
}
.navigation-portrait .megamenu-panel{
  padding: 12px!important;
}
.megamenu-panel {
width: 100%!important;}
.nav-toggle {
margin-top: -26px!important;}



        .nav-menu > li > a.stable {
        color: #956600 !important;
    }
.nav-menu > li:hover > a,
.nav-menu > li.active > a,
.nav-menu > li.focus > a {
  color: #956600!important;
}
.nav-menu > li > a img{
  filter: brightness(0);
}
.megamenu-list > li > a:hover{
  color: #956600!important;
}

}






@media(max-width: 767px){
    
  .ft-email{
    flex-direction: column;
    align-items: flex-start;
  }
  
  
  .bnrtext{
    flex-direction: column;
            align-items: flex-start;
  }
  
  .bnrhed{
    max-width: 100%;
    width: 100%;
  }
  .bnrsecnd{
    max-width: 100%;
    width: 100%;
  }
 
  .banner{
    height: auto;
  }
  
.bnrtxt-slider {
    padding-bottom: 35px;
}
.bnrhed{
  font-size: 40px;
}
.abtcont{
  padding-left: 0;
  width: 100%;
  padding-right: 0;
}
 .ft-email h3{
  font-size: 22px;
 }
  .copy p{
    text-align: center;
  }

  .callto-bx{
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
    padding: 50px 25px;
  }
  .callto-bx p{
    max-width: 100%;
  }
 
    .f-top{
      display: none;
    }
   .con-cta {
    height: auto;
   }
    .con-cta .cta-card{
      max-width: 100%;
      padding: 50px 30px;
    }
    
    .inerpage-hed{
              flex-direction: column;
        width: 100%;
        display: flex;
        align-items: flex-start !important;
        justify-content: center !important;
    }
    .innerpagehd .mainhed{
      width: 100%;
      max-width: 100%!important;
    }
    .quicklink1{
      width: 100%;
    }
    .quicklink2{
      width: 100%;
    }
    .quicklink{
      padding: 15px;
    }
    .copy{
          flex-direction: column-reverse;
    }
    
}


@media(max-width: 575px){
	.bnr-txt .para{
  font-size: 18px;
}
	.subhdr{
  font-size: 18px;
}
   .bnr-hed {
        font-size: 1.5rem;
    }
  .quicklink{
    padding: 0;
  }
  .con-cta{
    background-position: right;
    padding: 70px 30px;
  }
 
.mytab .nav-tabs .nav-link{
  padding: 0 0 15px!important;
}
.mytab .nav-tabs{
  flex-direction: column;
}
  .bnr-contnt p{
    font-size: 14px;
  }

.ft-top{
  flex-direction: column;
      align-items: flex-start;
      padding-bottom: 20px;
      margin-bottom: 20px;
      gap: 15px;
}
    .countbx {
      padding: 10px;
    }
    .serv-contsec{
      flex-wrap: wrap;
    }
    .atributes-card h3 {
      font-size: 19px;
    }
.bnrhed{
  font-size: 32px;
}
.nav-header{
  width: 160px;
}
.abtmain{
  max-width: 100%;
}
.mainhed {
                font-size: 28px;
    }
    


.spad{
  padding-top: 35px;
  padding-bottom: 35px;
}
.spad2{
   padding-top: 35px;
  padding-bottom: 35px;
}
.quicklink{
  margin-bottom: 16px;
}
.quicklink2{
  padding-top: 0px;
}
.circle-logo2 {
    width: 55px;
    height: 55px;
}
.ft-logo {
    max-width: 100%;
    width: 170px;
}
.foter-logo {
    padding-top: 40px;
    padding-bottom: 40px;
    margin-bottom: 40px;
}
.slide-con li a {
                  width: 42px;
        height: 42px;
      }

    .slide-con li a img{
  width: 22px;
}
.copy p br{
  display: block;
}
.copy p span{
  display: none;
}

.subhed {
  font-size: 15px;
}
    .cta-card {
        padding: 50px 15px;
    }
 
    .f-btm {
    margin-top: 20px;
}

}


@media(max-width: 360px){
     .mainhed {
        font-size: 22px;
    } 
    .bnrtxt-slider {
        padding-top: 190px;
    }


}











