html{
    overflow-x: hidden;
}
body{
    overflow: hidden;
    margin: auto;
    font-family: 'Calibri' !important;
}
.owl-carousel .owl-nav, .owl-dots {
    display: none;
}

@font-face {
    font-family: 'Calibri';
    src: url('../fonts/Calibri-Italic.eot');
    src: url('../fonts/Calibri-Italic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Calibri-Italic.woff2') format('woff2'),
        url('../fonts/Calibri-Italic.woff') format('woff'),
        url('../fonts/Calibri-Italic.ttf') format('truetype'),
        url('../fonts/Calibri-Italic.svg#Calibri-Italic') format('svg');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Calibri';
    src: url('../fonts/Calibri.eot');
    src: url('../fonts/Calibri.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Calibri.woff2') format('woff2'),
        url('../fonts/Calibri.woff') format('woff'),
        url('../fonts/Calibri.ttf') format('truetype'),
        url('../fonts/Calibri.svg#Calibri') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Calibri';
    src: url('../fonts/Calibri-Bold.eot');
    src: url('../fonts/Calibri-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Calibri-Bold.woff2') format('woff2'),
        url('../fonts/Calibri-Bold.woff') format('woff'),
        url('../fonts/Calibri-Bold.ttf') format('truetype'),
        url('../fonts/Calibri-Bold.svg#Calibri-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}



.container-nd {
  display: flex;
  width: 600px;
  margin: 0 auto;
  background: #fafafa;
}

.main {
  flex: 0 0 66.6666%;
  height: 1000px;
}




.ip-loader{
    margin-left: 0px!important;
    bottom: 40%!important;
    
}
.loader {
  width: 195px;
  display: inline-block;
  box-sizing: border-box;
  position: relative;

}
.c-leaf {
  position: relative;
  overflow: hidden;
  width: 195px;
  height: 145px;
  margin: 0 auto;
  background: #0c0803;
  transform: scale(1);
}

.c-leaf__icon {
  position: absolute;
  top: -1px;
  left: -1px;
  z-index: 1;
  width: 195px;
  height: 145px;
}

.c-leaf__fill {
  width: 195px;
    height: 145px;
    background: #0c0803;
    position: relative;
    z-index: 1;
    -webkit-animation: fillUp 1.5s ease-in-out infinite;
    animation: fillUp 1.5s ease-in-out infinite;
}

@-webkit-keyframes fillUp {
  0% {
    transform: translate(0, 135px);
  }
  100% {
    transform: translate(0, -135px);
  }
}

@keyframes fillUp {
  0% {
    transform: translate(0, 135px);
  }
  100% {
    transform: translate(0, -135px);
  }
}



.nav-pd {
    text-align: left;
    padding: 0px 0px;
    transform: rotate(15deg);
    max-width: 1235px;
}
.btn2 {
    float: right;
    margin-left: 18px;
    margin-top: 11px;
    position: relative;
    z-index: 999;
}
.btn2 img {
    width: 30px;
}
.menu2 {
    width: 30px !important;
    padding: 5px;
    margin-right: -31px;
    margin-top: -43px;
}

.menu-enq{
    float: right;
    margin-top: 39px;
    padding-left: 0px;
    position: relative;
    z-index: 1111;
    
}

.menu-enq a{
    font-weight: normal;
    font-size: 17px;
    color: #F9D928;
    height: 47px;
    border: 2px solid #C9B653;
    border-radius: 30px;
    width: 162px;
    float: right;
    text-decoration: none;
    text-align: center;
    padding: 9px 0px;
}
.menu-enq a:hover{color: #ffce63;border: 2px solid #ffce63;transition: background .5s ease;}
.menu-btn{
    float: right;
}
.stable{
    color: #F7E268!important;
}


.header_area{
    position: relative;
    height: 0;
    float: left;
    width: 100%;
    z-index: 999999;
}


#banner-video {
    float: left;
    width: 100%;
    height: 768px;
    background-size: cover;
    background-position: 50% 50%;
}
#banner-video:before {
    content: "";
    position: absolute;
    top: 0px;
    height: 768px !important;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 1;
    background:#0000008a;
    opacity: 0.8;
}
#myVideo {
    position: relative;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    float: left;
    width: 100%;
    margin-top: 0px;
    /*background: red;*/
    height: 768px !important;
    width: 100% !important;
    object-fit: cover;
    width: 100vw;
}
.banner-captions {
    float: left;
    width: 100%;
    padding-top: 121px;
    position: absolute;
    z-index: 1;
    height: 768px;
    display: flex;
    align-items: center;
}
.header-contnt{
    float: left;
    width: 100%;
    text-align: left;
}
.header-contnt h3{
    float: left;
    width: 100%;
    font-size: 24px;
    color: #E2E1E1;
    font-weight: normal;
    margin-bottom: 0px;
    font-style: italic;
}
.header-contnt h2{
    float: left;
    width: 100%;
    font-size: 85px;
    line-height: 90px;
    color: #FFFFFF;
    font-weight: bold;
    margin-bottom: 12px;
}
.header-contnt h2 span{
   background: -webkit-linear-gradient(0deg, rgba(255, 206, 99, 1) 37%, rgba(255, 222, 41, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.header-contnt p{
    font-weight: normal;
    font-size: 17px;
    color: #FFFFFF;
    margin-bottom: 23px;
    float: left;
    line-height: 25px;
    width: 100%;
}
.header-contnt a{
    float: left;
width: 180px;
height: 52px;
border-radius: 35px;
font-weight: normal;
font-size: 17px;
color: black;
background: linear-gradient(90deg, rgba(249,226,103,1) 0%, rgba(218,147,37,1) 50%, rgba(249,226,103,1) 100%) no-repeat;
  background-size: 300%;
  background-position: left center;
  transition: background .5s ease;
  text-decoration: none;
  text-align: center;
  padding: 13px 0px;
}
.header-contnt a:hover {
  background-size: 320%;
  background-position: right center;
}

.slider-ban .owl-nav {
    display: none;
}

.body1{float: left;width: 100%;padding: 48px 0px 48px 3%;
background:linear-gradient(90deg, rgba(255,255,255,1) 8%, rgba(252,248,226,1) 8%); }
.b2-img{float: left;width: 100%;padding-right: 30px;background: url(../images/b1-bac.webp);background-repeat: no-repeat;
background-size: 551px;background-position: center;}
.b2-img img{float: left;width: 100%;max-width: 721px;}
.b1-txt{float: left;width: 100%;padding-right: 12%;padding-top: 8px;}
.b1-txt h2{float: left;width: 100%;font-weight: bold;font-size: 54px;line-height: 59px;color: #000000;margin-bottom: 18px;}
.b1-txt p{float: left;width: 100%;font-weight: normal;font-size: 17px;line-height: 25px;color: #000000;margin-bottom: 33px;}
.b1-txt a{float: left;width: 180px;height: 52px;border-radius: 35px;font-weight: normal;font-size: 17px;
color: black;background: linear-gradient(90deg, rgba(249,226,103,1) 0%, rgba(218,147,37,1) 50%, rgba(249,226,103,1) 100%) no-repeat;
background-size: 300%;background-position: left center;transition: background .5s ease;text-decoration: none;text-align: center;padding: 13px 0px;
}
.b1-txt a:hover {background-size: 320%;background-position: right center;}

.b1-sldr-full{float: left;width: 100%;padding-top: 48px;}
.our-mission{float: left;width: 100%;border-radius: 20px;background: linear-gradient(90deg, #FFFFFF 0%, #FCF8E2 100%);
padding: 23px 31px 33px;transition: .5s ease;}
.our-mission img{float: left;width: 61px!important;margin-bottom: 19px;}
.our-mission h2{float: left;width: 100%;font-weight: bold;font-size: 27px;color: #000000;margin-bottom: 10px;}
.our-mission p{float: left;width: 100%;font-weight: normal;font-size: 17px;color: #000000;margin-bottom: 0px;line-height: 24px;}
.our-mission:hover{background: #FBE569;}
.slider-b1 .owl-nav {width: 100%;position: relative;margin-left: -76px;margin-top: -112px;}
.slider-b1 .owl-prev img {float: left;width: 33px;}
.slider-b1 .owl-next img {float: left;width: 33px;margin-left: -33px;margin-top: -70px;}

.body2{float: left;width: 100%;padding: 72px 0px;border-bottom: 1px solid #E0E0E0;}
.b2-bx{float: left;width: 100%;padding: 15px 15px;}
.b2-bx img{float: left;width: 85px;}
.b2-bx-txt{width: 100%;padding-left: 95px;}
.b2-bx-txt h2{float: left;width: 100%;font-weight: bold;font-size: 24px;color: #000000;margin-bottom: 8px;}
.b2-bx-txt p{float: left;width: 100%;font-weight: normal;font-size: 17px;color: #000000;margin-bottom: 0px;}
.b2-bx1{margin-bottom: 31px;}

.body3{float: left;width: 100%;padding: 43px 0px;}
.b3-hed{float: left;width: 100%;margin-bottom: 60px;}
.b3-hed h2{float: left;width: 60%;font-weight: bold;font-size: 55px;color: black;line-height: 59px;margin-bottom: 0px;}
.b3-hed p{float: right;width: 40%;font-weight: normal;font-size: 17px;color: black;line-height: 25px;margin-bottom: 0px;text-align: right;padding-top: 21px;}


.b3-bx{float: left;width: 100%;padding: 40px 25px 25px;
background: linear-gradient(180deg, #FFFFFF 0%, #FCF8E2 100%);border-radius: 30px;transition: .5s ease;position: relative;margin-bottom: 58px;}
.b3-bx h2{float: left;width: 100%;font-weight: bold;font-size: 25px;color: #000000;margin-bottom: 8px;transition: .5s ease;}
.b3-bx p{float: left;width: 100%;font-weight: normal;font-size: 17px;color: #000000;margin-bottom: 22px;line-height: 25px;}
.b3-bx:hover{background: linear-gradient(180deg, #DA9325 0%, #000000 100%);transition: .5s ease;}
.b3-bx:hover h2{color: white;transition: .5s ease;}
.b3-bx:hover p{color: white;transition: .5s ease;}
.b3-bx-img{float: left;width: 100%;position: relative;}
.b3-bx-img img{float: left;width: 100%;border-radius: 27px;}
.b3-bx-txt{float: left;width: 100%;position: absolute;bottom: 0; height: 100%;border-radius: 27px;
text-align: center;display: flex;justify-content: center;align-items: center;opacity: 0;transition: .5s ease;}
.b3-bx-txt a{width: 74px;height: 74px;padding: 21px 0px;background: white;border-radius: 20px;float: none;display: inline-block;}
.b3-bx-txt a img{width: 35px;float: none;border-radius: 0;transform: rotate(-35deg);}
.b3-bx:hover .b3-bx-txt{background: #ffb400ab;opacity: 1;}

.body4{float: left;width: 102%;background: #F3E9B5;margin-left: -4px;position: relative;z-index: 1;}

@keyframes scroll2 {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-650px * 6));
  }
}
.b4-slider {
  background: transparent;
  float: left;
  overflow: hidden;
  position: relative;
  width: 100%;
  background: #FBE569;
  padding: 15px 0px;
  transform: rotate(3deg);
}
.b4-slider .b4-slide-track {
  -webkit-animation: scroll2 28s linear infinite;
          animation: scroll2 28s linear infinite;
  display: flex;
  width: calc(100% * 12);
  
}
.b4-slide{
    padding-right: 18px;
}
.b4-slider .b4-slide h2{
    font-weight: normal;
    font-size: 38px;
    color: #4C4105;
    width: 100%;
    padding-left: 50px;
    margin-bottom: 0px;
}
.b4-slider .b4-slide img{
    float: left;
    width: 27px;
    margin-top: 13px;
   filter: brightness(0.8);
    opacity: 80%;
}
.body5{position: relative;float: left;width: 100%;padding: 55px 0px;background: url(../images/b5-bac.png);background-size: cover;background-repeat: no-repeat;}
.b5-hed{float: left;width: 100%;padding-top: 25px;}
.b5-hed h2{float: left;width: 100%;font-weight: bold;font-size: 55px;line-height: 59px;color: white;margin-bottom: 18px;}
.b5-hed p{float: left;width: 100%;font-weight: normal;font-size: 17px;line-height: 25px;color: white;margin-bottom: 33px;}
.b5-hed a{float: left;width: 180px;height: 52px;border-radius: 35px;font-weight: normal;font-size: 17px;
color: black;background: linear-gradient(90deg, rgba(249,226,103,1) 0%, rgba(218,147,37,1) 50%, rgba(249,226,103,1) 100%) no-repeat;
background-size: 300%;background-position: left center;transition: background .5s ease;text-decoration: none;text-align: center;padding: 13px 0px;
}
.b5-hed a:hover {background-size: 320%;background-position: right center;}
.b5-coutr{float: left;width: 100%;position: absolute;right: 73%;top: 0%;
z-index: 1;padding-top:50px;}
.b5-bx{float: left;width: 100%;padding-right: 47px;}
.b5-bx2{padding-right: 102px;padding-top: 58px;}
.b5-bx3{padding-right: 70px;padding-top: 40px;}
.b5-bx p{float: right;width: auto;font-weight: normal;font-size: 22px;color: white;margin-bottom: 0px;text-align: center;line-height: 26px;margin-top: -5px;}
.count .item1:after {content: '+';position: absolute;}
.count .item1 {color: white;font-size: 60px;font-weight: bold;float: left;text-align: right;
    position: relative;width: 100%;margin-top: 0px;margin-bottom: 0px;padding-right: 30px;}

.b5-logo{position: absolute;float: right;width: 603px;top: 65px;right: -157px;height: 603px;display: flex;justify-content: center;align-items: center;}
.b5-logo img{position: absolute;max-width: 47%;width: 100%;}
.b5-logo span{position: relative;float: right;width: 100%;height: 100%;border: 2px dashed #FBE569;border-radius: 58%;animation: rotateCircles 50s linear infinite;}
@keyframes rotateCircles {
  from {
    transform: rotate(0);
  } to {
    transform: rotate(360deg);
  }
}

.b5-sec2{float: left;width: 100%;padding-top: 45px;}
.b5-sec2 h3{float: left;width: 100%;font-weight: normal;font-size: 26px;color: #FFEA76;margin-bottom: 15px;font-style: italic;text-decoration: underline;}
.b5-sec2 h2{float: left;width: 100%;font-weight: bold;font-size: 55px;line-height: 59px;color: white;margin-bottom: 0px;}
.b5-bx-full{float: left;width: 100%;padding-top: 46px;}
.b5-bx-1{float: left;width: 40%;padding-right: 20px;}
.b5-bx1-txt{padding-left:15px;float: left;width: 100%;border-bottom: 1px solid #575E5D;height: 138px;}
.b5-bx1-txt h3{float: left;font-weight: normal;font-size: 25px;color: #C4A370;margin-top: 4px;}
.b5-bx1-txt h2{width: 100%;font-weight: bold;font-size: 30px;line-height: 36px;color: white;padding-left: 52px;margin-bottom: 0px;}

.b5-bx-1-1{float: left;width: 60%;padding-left: 20px;}
.b5-bx1-1-txt{padding-left:65px;float: left;width: 100%;border-bottom: 1px solid #575E5D;height: 138px;padding-right: 55px;}
.b5-bx1-1-txt p{float: left;width: 100%;font-weight: normal;font-size: 17px;color: white;line-height: 26px;margin-bottom: 0px;}

.line-bx{float: left;position: relative;}
.line-bx span{position: absolute;width: 3px;height: 621px;background: #6C542B;transform: rotate(-28.7deg);left: 48.4%;top: 41px;}

.b5-bx-2{width: 49%;}
.b5-bx-2-1{width: 51%;padding-left: 25px;}
.b5-bx2-1-txt{padding-right: 15px;}
.b5-bx2-txt{padding-left: 110px;}

.b5-bx-3{width: 58%;}
.b5-bx3-1-txt{padding-left: 15px;padding-right: 80px;}
.b5-bx-3-1{width: 42%;}
.b5-bx3-txt{padding-left: 0px;}

.b5-bx-4{width: 58%;}
.b5-bx4-1-txt{padding-left: 15px;padding-right: 80px;border-bottom: transparent;}
.b5-bx-4-1{width: 42%;}
.b5-bx4-txt{padding-left: 90px;border-bottom: transparent;}

.b5-bx1-butn{float: right;position: relative;z-index: 1;width: 67px;height: 67px;margin-top: -72px;margin-right: 0px;display: flex;justify-content: center;align-items: center;}
.b5-bx1-butn a{float: left;width: 17px;height: 17px;background: #FBE569;border-radius: 50%;text-align: center;transition: background .5s ease;}
.b5-bx1-butn a img{float: none;width: 44px;filter: brightness(1111111);opacity: 0;transition: background .5s ease;}
.b5-bx1-butn a:hover{float: left;width: 67px;height: 67px;background: #DD9A2B;border-radius: 50%;text-align: center;padding: 12px 0px;transition: background .5s ease;}
.b5-bx1-butn a:hover img{opacity: 1;transition: background .5s ease;}

.b5-bx3-butn{float: left;margin-left: -107px;}
.b5-bx4-butn{float: left;margin-left: -100px;margin-top: -114px;}


.body6{float: left;width: 100%;padding: 75px 0px 70px 0px;background: linear-gradient(180deg, #ffffff 0%, #FCF8E2 100%);}
.b6-img{float: left;width: 100%;}
.b6-img img{float: left;width: 100%;border-radius: 20px;}
.b6-txt{float: left;width: 100%;padding-left: 15px;}
.b6-txt h2{float: left;width: 100%;font-weight: bold;font-size: 55px;line-height: 59px;color: #000000;margin-bottom: 15px;}
.b6-txt p{float: left;width: 100%;font-weight: normal;font-size: 17px;line-height: 25px;color: #000000;margin-bottom: 0px;}

.b6-bx{float: left;width: 100%; border-radius: 10px;padding: 0 26px 28px;border: 1px solid #00000017;background: white;margin-top: 35px;transition: background .5s ease;}
.b6-bx span{float: left;width: 52px;height: 6px;border-radius: 4px;margin-top: -3px;margin-bottom: 23px;background: #FFE23E;transition: background .5s ease;}
.b6-bx h3{float: left;width: 100%;font-weight: bold;font-size: 23px;color: #000000;margin-bottom: 10px;}
.b6-bx p{float: left;width: 100%;font-weight: normal;font-size: 17px;color: #000000;margin-bottom: 0px;line-height: 23px;}
.b6-bx:hover{background: #FFE23E;border: 1px solid #FFE23E;}
.b6-bx:hover span{background: #DD9A2B;}

.footer{float: left;width: 100%;background: #080A0A;padding-top: 80px;position: relative;z-index: 999;}
.ft-ttl{float: left;width: 100%;text-align: center;margin-bottom: 45px;}
.ft-ttl h3{float: left;width: 100%;font-weight: normal;font-size: 21px;color: #BFC3C3;margin-bottom: 0px;}
/*.ft-ttl h2{float: left;width: 100%;font-weight: bold;font-size: 100px;margin-bottom: 0px; color: transparent;*/
/*  background: #f9e267;*/
/*  background: linear-gradient(*/
/*    90deg,*/
/*    #f9e267 0%,*/
/*    #da9325 7%,*/
/*    #f9e267 14%,*/
/*    #da9325 21%,*/
/*    #f9e267 28%,*/
/*    #da9325 35%,*/
/*    #f9e267 42%,*/
/*    #da9325 49%,*/
/*    #f9e267 56%,*/
/*    #da9325 63%,*/
/*    #f9e267 70%,*/
/*    #da9325 77%,*/
/*    #f9e267 84%,*/
/*    #da9325 91%,*/
/*    #f9e267 97%,*/
/*    #da9325 100%*/
/*  );background-clip: text;*/
/*  -webkit-background-clip: text;*/
/*  background-size: 500%;*/
/*  animation: color 10s linear infinite;}*/

/*@keyframes color {*/
/*  from {*/
/*    background-position: 0% 50%;*/
/*  }*/
/*  to {*/
/*    background-position: 100% 50%;*/
/*  }*/
/*}*/


.ft-ttl h2{
    float: left;width: 100%;
  color: transparent;
  margin-bottom: 0px;
  font-size: 100px;
  font-weight: bold;
  background-size: cover;
  background-image: url(../images/ft-wave.webp);
  -webkit-background-clip: text;
  animation: background-text-animation 15s linear infinite;
}
@keyframes background-text-animation {
  0%{
    background-position: left 0px top 50%;
  }
  50%{
    background-position: left 1500px top 50%;
  }
  100%{
    background-position: left 0px top 50%;
  }
}


.ft-logo{float: left;width: 100%;}
.ft-logo-img{float: left;width: 100%;max-width: 216px;margin-bottom: 35px;}
.ft-social{float: left;width: 100%;}
.ft-social h3{float: left;font-weight: bold;font-size: 17px;color: white;margin-bottom: 0px;margin-right: 12px;margin-top: 3px;}
.ft-social a img{float: left;width: 20px;margin-right: 9px;}
.quicklinks{float: left;width: 100%;padding-top: 40px;/* padding-left: 50px; */}
.quicklinks h2{float: left;width: 100%;font-weight: bold;font-size: 17px ;color: white;margin-bottom: 25px;}
.quicklinks1{float: left;/* width: 50%; */}
.quicklinks1 a{float: left;width: 100%;font-weight: normal;font-size: 15px ;color: #C2C2C2;margin-bottom: 10px;text-decoration: none;}

.ft-adrs{float: left;width: 100%;padding-top: 40px;/* padding-left: 137px; */}
.ft-adrs h2{float: left;width: 100%;font-weight: bold;font-size: 17px ;color: white;margin-bottom: 25px;}
.ft-adrs p{float: left;width: 100%;font-weight: normal;font-size: 15px ;color: #C2C2C2;margin-bottom: 16px;line-height: 25px;}
.quicklinks1 h2{font-size: 16px;margin-bottom: 10px;}
.quicklinks2{/* padding-left: 30px; */}
.ft-copy{float: left;width: 100%;padding: 25px 15px;border-top: 1px solid #ffffff1c;margin-top: 40px;}
.ft-copy p{float: left;width: 100%;font-weight: normal;font-size: 15px;color: white;margin-bottom: 0px;text-align: center;}


.inner-banner{float: left;width: 100%;background: linear-gradient(180deg, #000000 0%, #DA9325 100%);padding: 180px 0px 80px;position: relative;z-index: 11;}
.iner-bnr-hed{float: left;width: 100%;}
.iner-bnr-hed{float: left;width: 100%;text-align: left;}
.iner-bnr-hed h3{float: left;width: 100%;font-size: 24px;color: #E2E1E1;font-weight: normal;
    margin-bottom: 16px;font-style: italic;}
.iner-bnr-hed h2{float: left;width: 100%;font-size: 85px;color: #FFFFFF;font-weight: normal;margin-bottom: 12px;line-height: 90px;}
.iner-bnr-hed h2 span {
    background: -webkit-linear-gradient(0deg, rgba(255, 206, 99, 1) 37%, rgba(255, 222, 41, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.inner-banner img{position: absolute;top: 34%;width: 300px;right: -156px;opacity: 26%;}

.about{float: left;width: 100%;padding: 60px 0px;position: relative;overflow: hidden;z-index: 9999;}
.iner-ab-b1{ float: left; width: 100%;margin-bottom: 60px;}
.iner-ab-b1 img {float: left;width: 500px;margin-right: 70px;}
.iner-ab-b1 h2 {width: 100%;font-weight: normal;font-size: 55px;line-height: 59px;color: #000000;margin-bottom: 18px;padding-top: 15px;}
.iner-ab-b1 p { width: 100%;font-weight: normal;font-size: 17px; line-height: 25px;color: #000000;margin-bottom: 9px;}

.ab-mission{float: left;width: 100%;border-radius: 20px;background: linear-gradient(180deg, #FFFFFF 0%, #FCF8E2 100%);
padding: 23px 31px 33px;transition: .5s ease;}
.ab-mission img{float: left;width: 61px!important;margin-bottom: 19px;}
.ab-mission h2{float: left;width: 100%;font-weight: bold;font-size: 27px;color: #000000;margin-bottom: 10px;}
.ab-mission p{float: left;width: 100%;font-weight: normal;font-size: 17px;color: #000000;margin-bottom: 0px;line-height: 24px;}
.ab-mission:hover{background: #FBE569;}

.ab-body2{float: left;width: 100%;padding: 35px 0px;}
.ab-b2{float: left;width: 100%;border-radius: 25px;padding: 30px 0px;background: linear-gradient(180deg, #FCF8E2 0%, #FFFFFF 100%);}

.services-detail{float: left;width: 100%;padding: 60px 0px;background: #fafafa;}
.services-full{float: left;width: 100%;background: #FCF8E2;padding: 35px 15px;border-radius: 27px;margin-bottom: 55px;}
.services-img{float: left;width: 100%;position: relative;margin-top: 0px;}
.services-img img{float: left;width: 100%;border-radius: 27px;}
.services-txt{float: left;width: 100%;padding-top: 20px;/* background: white; *//* border-radius: 27px; */margin-bottom: 0px;}
.services-txt h2{float: left;width: 100%;font-weight: normal;font-size: 55px;color: black;line-height: 59px;margin-bottom: 15px;}
.services-txt p{float: left;width: 100%;font-weight: normal;font-size: 17px;color: black;line-height: 25px;margin-bottom: 0px;}

.carer-hed{float: left;width: 100%;text-align: center;margin-bottom: 38px;}
.carer-hed h2{float: left;width: 100%;font-weight: normal;font-size: 55px;margin-bottom: 18px;color: black;}
.carer-hed p{float: left;width: 100%;font-weight: normal;font-size: 17px;margin-bottom: 0px;color: black;line-height: 25px;}
.careers-frm{float: left;width: 100%;}
.contact-forms{float: left;width: 100%;}
.s-form {color: #12141d;display: block;font-weight: normal;font-size: 17px;height: 60px;margin-bottom: 30px;
    outline: none;background: #f0f0f0; width: 100%;padding-left: 0px;border: none;transition: all 500ms ease;
    outline: none;border: none;width: 100%;float: left;padding: 15px;border-radius: 10px;border: 1px solid transparent;
}
.career-labl {float: left;width: 100%;text-align: left;font-weight: normal;font-size: 17px;color: black;margin-bottom: 8px;}
.careers-buton{float: left;width: 100%;text-align: center;}
.careers-buton button{float: none;display: inline-block;width: 180px;height: 52px;border-radius: 35px;font-weight: normal;font-size: 17px;border:none;
color: black;background: linear-gradient(90deg, rgba(249,226,103,1) 0%, rgba(218,147,37,1) 50%, rgba(249,226,103,1) 100%) no-repeat;
background-size: 300%;background-position: left center;transition: background .5s ease;text-decoration: none;text-align: center;padding: 13px 0px;
}
.careers-buton button:hover {background-size: 320%;background-position: right center;}

.contact-full{float: left;width: 100%;padding: 40px 35px;background: url(../images/contact-bac.webp);background-size: cover;
    background-repeat: no-repeat;border-radius: 20px;margin-bottom: 50px;}
.contact-full h2{float: left;width: 100%;font-weight: normal;font-size: 55px;color: black;margin-bottom: 25px;}
.contact-bx{float: left;width: 100%;padding: 35px 25px;background: white;text-align: center;border: 1px solid #291b050f; border-radius: 15px;}
.contact-bx img{float: none;width: 50px;margin-bottom: 14px;}
.contact-bx p{float: left;width: 100%;font-weight: normal;font-size: 17px;line-height: 25px;color: #000000;margin-bottom: 1px;}
.contact-bx a{float: left;width: 100%;font-weight: normal;font-size: 17px;line-height: 25px;color: #000000;text-decoration: none;margin-bottom: 13px;}


.m-bx-1{float: left;border: 1px solid transparent;width: 100%;}
.m-bx-1 input{
    border-bottom: 1px solid #b0aaaa;
    color: black;
    display: block;
    font-weight: normal;
    font-size: 17px;
    /* text-transform: uppercase; */
    height: 49px;
    margin-bottom: 10px;
    padding: 0 20px;
    outline: none;
    background: #fcf8e2;
    width: 100%;
    border: none;
    
    border: solid 1px transparent;
    /* margin-top: 3px; */
    width: 100%;
    float: left;
    padding: 10px 20px;
    /* margin-top: 17px; */
    border-radius: 10px;
}
.ens-form{
    border-bottom: 1px solid #b0aaaa;
    color: black;
    display: block;
    font-weight: normal;
    font-size: 17px;
    height: 49px;
    margin-bottom: 25px;
    padding: 0 20px;
    outline: none;
    background: #fcf8e2;
    width: 100%;
    border: none;
   
    border: solid 1px transparent;
    width: 100%;
    float: left;
    padding: 10px 20px;
    border-radius: 10px; 
}
.close_form {display: block;position: absolute;width: 40px;height: 40px;right: 0;z-index: 999;top: 0;
    background: url(../images/close.svg) no-repeat center center;background-size: 20px 20px;
    text-indent: 100%;white-space: nowrap;overflow: hidden;border: none;cursor: pointer;}
#enroll .modal-content{background: linear-gradient(180deg, #DA9325 0%, #000000 100%);border: none;border-radius: 0px;
height: 100%;}
.mod-new{width: 100%;float: left;padding: 30px 40px;height: 100%;
    display: flex;
    align-items: center;}
.log-sec {width: 100%;float: left;background: #fcf8e2;padding: 35px;border-radius: 20px;}
.log-sec-hed h2{ float: left;width: 100%;font-weight: bold;font-size: 35px;color: #d99225;margin-bottom: 15px;}
.log-sec-hed p{ float: left;width: 100%;font-weight: normal;font-size: 17px;color: black;margin-bottom: 20px;line-height: 25px;}
.log-sec-hed h3{float: left;width: 100%;font-weight: normal;font-size: 29px;color: #d99225;margin-bottom: 5px;}
.log-sec-hed a{float: left;width: 100%;font-weight: normal;font-size: 17px;color: black;margin-bottom: 15px;text-decoration: none;}


.log-sec-hed{float: left;width: 50%;padding-right: 20px;}
.log-sec-hed2{float: left;width: 50%;background: white;padding: 15px;border-radius: 15px;}



.mod-right {width: 100%;float: left;height: 100%;;border-radius: 30px;display: flex;justify-content: left;align-items: center;}
.mod-right img{float: none; width: 100%;max-width: 76%;}
.m-bx-1-btn{float: left;width: 100%;margin-top: 15px;}
.m-bx-1 input::selected {background: red;}
#enroll{padding-right: 0px!important;}

@media (min-width: 992px){
.modal-lg {
    max-width: 100% !important;
    margin-top: 0px;
    margin-bottom: 0px;
    height: 100%;
}
}
@media (max-width: 991px){
.modal-lg {
    max-width: 100% !important;
    margin-top: 0px;
    margin-bottom: 0px;
    height: 100%;
}
}


.mob-b5-bxx{display: none;}






.services-bx{float: left;width: 100%;padding: 15px 15px;border-radius: 30px;background: transparent;border: 1px solid #d690241f;margin-bottom: 20px;}
.ser-bx-txt{float: left;width: 100%;padding: 25px 20px;background: white;border-radius: 20px;}
.ser-bx-txt img{float: left;width: 60px;margin-bottom: 12px;}
.ser-bx-txt h2{float: left;width: 100%;font-weight: bold;font-size: 25px;color: #000000;margin-bottom: 8px;transition: .5s ease;}
.ser-bx-txt p{float: left;width: 100%;font-weight: normal;font-size: 17px;color: #000000;margin-bottom: 0px;line-height: 25px;}


.service-callto{float: left;width: 100%;border-radius: 25px;padding: 100px 0px;background-image: url(../images/ser-callto.webp);
 background-size: cover;background-repeat: no-repeat;text-align: center;background-attachment: fixed;
 text-align: center;margin-top: 45px;}
.service-callto h2{float: left;width: 100%;font-weight: normal;font-size: 70px;line-height: 75px;color: white;margin-bottom: 18px;}
.service-callto p{ float: left;width: 100%;font-weight: normal;font-size: 17px; line-height: 25px;color: white;margin-bottom: 0px;}









@media (max-width: 575px){
    .quicklinks1 a {
     width: 50%!important;}
        .header-contnt h1 {
        font-size: 36px !important;
        line-height: 41px !important;
    }
.header-contnt h3{font-size: 18px;}
.header-contnt h2 br{display: none;}
.header-contnt h2{font-size: 36px;line-height: 41px;}
.header-contnt p br{display:none;}
.menu-enq{display: none;}
.nav-header{width: 145px!important;}
.banner-captions{padding-top: 152px;}
#banner-video{height: 550px;}
#banner-video:before{height: 550px!important;}
#myVideo{height: 550px!important;}
.banner-captions{height: 550px;}
.body1{padding: 48px 15px 35px;background: linear-gradient(180deg, rgba(255, 255, 255, 1) 5%, rgba(252, 248, 226, 1) 5%);}
.b2-img{padding-right: 0px;}
.b2-img{background-size: 100%;}
.b1-txt{padding:25px 10px 0px;}
.b1-txt h2{font-size: 38px;line-height: 42px;margin-bottom: 8px;}
.b1-txt p{margin-bottom: 20px;}
.b1-sldr-full{padding-left: 15px;padding-top: 35px;}
.slider-b1 .owl-nav{margin-top: 15px;margin-left: 0px;text-align: center;}
.slider-b1 .owl-next img{margin-left: 15px;margin-top: 0px;}
.body2{padding: 37px 0px;}
.b2-bx{padding: 15px;}
.b2-bx1{margin-bottom: 0px;}
.b3-hed{margin-bottom: 38px;}
.b3-hed h2{width: 100%;font-size: 38px;line-height: 42px;margin-bottom: 8px;}
.b3-hed h2 br{display: none;}
.b3-hed p{width: 100%;text-align: left;padding-top: 0px;}
.b3-hed p br{display: none;}
.b3-bx{padding: 30px 25px 25px;margin-bottom: 25px;}
.b4-slider .b4-slide img{width: 24px;margin-top: 2px;}
.b4-slider .b4-slide h2{font-size: 21px;padding-left: 32px;}
@keyframes scroll2 {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-300px * 6));
  }
}

.b5-hed h2{width: 100%;font-size: 38px;line-height: 42px;margin-bottom: 8px;}
.b5-hed h2 br{display: none;}
.b5-logo span{display: none;}
.b5-logo img{display: none;}
.b5-logo{position: relative;float: left;width: 100%;right: 0px;height: auto;padding:35px 15px 0px;top: 0;}
.b5-coutr {float: left;width: 100%;position: relative;right: 0;top: 0%;z-index: 1;padding-top:0px;}
.count .item1{text-align: left;padding-right: 0px;font-size: 38px;}
.b5-bx p{text-align: left;font-size: 18px;line-height: 24px;float: left;}
.b5-bx p br{display: none;}
.b5-bx2{padding: 0px;}
.b5-bx3{padding: 0px;}
.b5-bx{margin-bottom: 15px;padding-right:0px}
.b5-sec2{padding-top: 30px;}
.b5-sec2 h3{font-size: 21px;}
.b5-sec2 h2 br{display: none;}
.b5-sec2 h2{font-size: 38px;line-height: 42px;margin-bottom: 0px;}
.desk-b5-bxx{display: none;}
.mob-b5-bxx{display: block;}
.line-bx{display: none;}
.b5-bx-full{padding-top: 35px;}
.b5-bx-1{width: 100%;padding-right: 0px;}
.b5-bx1-txt{padding-left: 0px;height: auto;padding-bottom: 15px;}
.b5-bx1-txt h2 br{display: none;}
.b5-bx1-txt h2{padding-left: 35px;padding-right: 47px;font-size: 24px;margin-bottom: 8px;}
.b5-bx1-butn a:hover{width: 45px;height: 45px;padding: 10px 0px;}
.b5-bx1-butn a img{width: 26px;}
.b5-bx1-butn{width: 45px;height: 45px;margin-top: -45px;}
.b5-bx1-1-txt{padding-left: 0px;padding-right: 0px;border-bottom: none;height: auto;}

.body6{padding: 50px 0px;}
.b6-txt{padding-left: 0px;margin-top: 18px;}
.b6-txt h2{font-size: 38px;line-height: 42px;margin-bottom: 8px;}
.b6-txt h2 br{display: none;}
.b6-bx{margin-top: 25px;}
.footer{padding-top: 50px;}
.ft-ttl h3{font-size: 19px;}.ft-ttl h2{font-size: 55px;}
.ft-logo-img{float: none;margin-left: auto;margin-right: auto;display: block;margin-bottom: 20px;}
.ft-social h3{width: 100%;margin-right: 0px;margin-bottom: 15px;}
.quicklinks{padding-left: 0px;}
.quicklinks h2{margin-bottom: 18px;}
.ft-adrs{padding-left: 0px;padding-top: 20px;}.ft-adrs h2{margin-bottom: 18px;}
.quicklinks2{padding-left: 0;width: 100%;}
.mob-b5-bx1-txt{border-bottom: transparent;}

.iner-bnr-hed h3{font-size: 19px;}
.iner-bnr-hed h2{font-size: 30px !important;line-height: 37px !important;}
.inner-banner{padding: 155px 0px 45px;z-index: 0;}
.inner-banner img{width: 210px;right: -105px;}
.iner-ab-b1 img{width: 100%;max-width: 500px;margin-right: 0px;}
.iner-ab-b1 h2{float: left;font-size: 38px;line-height: 42px;margin-bottom: 8px;}
.iner-ab-b1 p{float: left;}.iner-ab-b1{margin-bottom: 35px;}.ab-mission{margin-bottom: 15px;}
.about{padding: 50px 0px 40px;}

.services-img{margin-top: 0px;}
.services-detail{padding: 50px 0px;}
.services-full{padding: 20px 15px;}
.services-txt{margin-top: 25px;padding: 30px 20px;margin-bottom: 0px;}
.services-txt h2{font-size: 38px;line-height: 42px;margin-bottom: 8px;}

.carer-hed h2{font-size: 38px;line-height: 42px;margin-bottom: 8px;}
.contact-full h2{font-size: 38px;line-height: 42px;margin-bottom: 13px;}
.contact-full{background: white;padding: 30px 20px;}
.contact-bx{margin-bottom: 15px;}

.service-callto{padding: 70px 15px;}
.service-callto h2 br{display: none;}
.service-callto h2{font-size: 42px;line-height: 48px;}
.service-callto p br{display: none;}

.b2-bx img{width:55px;}
.b2-bx-txt{padding-left:70px;}

}


@media (min-width: 576px) and (max-width: 767px){
  .header-contnt h3{font-size: 19px;}
.header-contnt h2 br{display: none;}
.header-contnt h2{font-size: 45px;line-height: 50px;}
.header-contnt p br{display: none;}
.menu-enq{display: none;}
.nav-header{width: 145px!important;}
.banner-captions{padding-top: 115px;}
#banner-video{height: 550px;}
#banner-video:before{height: 550px!important;}
#myVideo{height: 550px!important;}
.banner-captions{height: 550px;}
.body1{padding: 48px 15px 35px;background: linear-gradient(180deg, rgba(255, 255, 255, 1) 5%, rgba(252, 248, 226, 1) 5%);}
.b2-img{padding-right: 0px;}
.b2-img{background-size: 100%;}
.b1-txt{padding:25px 10px 0px;}
.b1-txt h2{font-size: 38px;line-height: 42px;margin-bottom: 8px;}
.b1-txt p{margin-bottom: 20px;}
.b1-sldr-full{padding-left: 15px;padding-top: 35px;}
.slider-b1 .owl-nav{margin-top: 15px;margin-left: 0px;text-align: center;}
.slider-b1 .owl-next img{margin-left: 15px;margin-top: 0px;}
.body2{padding: 37px 0px;}
.b2-bx{padding: 15px;}
.b2-bx1{margin-bottom: 0px;}
.b3-hed{margin-bottom: 38px;}
.b3-hed h2{width: 100%;font-size: 38px;line-height: 42px;margin-bottom: 8px;}
.b3-hed h2 br{display: none;}
.b3-hed p{width: 100%;text-align: left;padding-top: 0px;}
.b3-hed p br{display: none;}
.b3-bx{padding: 30px 25px 25px;margin-bottom: 25px;}
.b4-slider .b4-slide img{width: 24px;margin-top: 2px;}
.b4-slider .b4-slide h2{font-size: 21px;padding-left: 32px;}
@keyframes scroll2 {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-300px * 6));
  }
}

.b5-hed h2{width: 100%;font-size: 38px;line-height: 42px;margin-bottom: 8px;}
.b5-hed h2 br{display: none;}
.b5-logo span{display: none;}
.b5-logo img{display: none;}
.b5-logo{position: relative;float: left;width: 100%;right: 0px;height: auto;padding:35px 15px 0px;top: 0;}
.b5-coutr {float: left;width: 100%;position: relative;right: 0;top: 0%;z-index: 1;max-width: 516px;padding-top:0px;}
.count .item1{text-align: left;padding-right: 0px;font-size: 38px;}
.b5-bx p{text-align: left;font-size: 18px;line-height: 24px;float: left;}
.b5-bx p br{display: none;}
.b5-bx2{padding: 0px;}
.b5-bx3{padding: 0px;}
.b5-bx{margin-bottom: 15px;width: 33.3%;padding-right:0px;}
.b5-sec2{padding-top: 30px;}
.b5-sec2 h3{font-size: 21px;}
.b5-sec2 h2 br{display: none;}
.b5-sec2 h2{font-size: 38px;line-height: 42px;margin-bottom: 0px;}
.desk-b5-bxx{display: none;}
.mob-b5-bxx{display: block;}
.line-bx{display: none;}
.b5-bx-full{padding-top: 35px;}
.b5-bx-1{width: 100%;padding-right: 0px;}
.b5-bx1-txt{padding-left: 0px;height: auto;padding-bottom: 15px;}
.b5-bx1-txt h2 br{display: none;}
.b5-bx1-txt h2{padding-left: 35px;padding-right: 47px;font-size: 24px;margin-bottom: 8px;}
.b5-bx1-butn a:hover{width: 45px;height: 45px;padding: 10px 0px;}
.b5-bx1-butn a img{width: 26px;}
.b5-bx1-butn{width: 45px;height: 45px;margin-top: -45px;}
.b5-bx1-1-txt{padding-left: 0px;padding-right: 0px;border-bottom: none;height: auto;}

.body6{padding: 50px 0px;}
.b6-txt{padding-left: 0px;margin-top: 18px;}
.b6-txt h2{font-size: 38px;line-height: 42px;margin-bottom: 8px;}
.b6-txt h2 br{display: none;}
.b6-bx{margin-top: 25px;}
.footer{padding-top: 50px;}
.ft-ttl h3{font-size: 19px;}.ft-ttl h2{font-size: 55px;}
.ft-logo-img{float: none;margin-left: auto;margin-right: auto;display: block;margin-bottom: 20px;}
.ft-social h3{width: 100%;margin-right: 0px;margin-bottom: 15px;}
.quicklinks{padding-left: 0px;}
.quicklinks h2{margin-bottom: 18px;}
.quicklinks1{width: 40%;}
.ft-adrs{padding-left: 0px;padding-top: 20px;}.ft-adrs h2{margin-bottom: 18px;}
.quicklinks2{padding-left: 15px;}
.b1rwo{max-width: 540px;margin: auto;}
.mob-b5-bx1-txt{border-bottom: transparent;} 

.iner-bnr-hed h3{font-size: 19px;}
.iner-bnr-hed h2{font-size: 30px !important;line-height: 37px !important;}
.inner-banner{padding: 155px 0px 45px;}
.inner-banner img{width: 210px;right: -105px;}
.iner-ab-b1 img{width: 100%;max-width: 500px;margin-right: 0px;}
.iner-ab-b1 h2{float: left;font-size: 38px;line-height: 42px;margin-bottom: 8px;}
.iner-ab-b1 p{float: left;}.iner-ab-b1{margin-bottom: 35px;}.ab-mission{margin-bottom: 15px;}
.about{padding: 50px 0px 40px;} 

.services-img{margin-top: 0px;}
.services-detail{padding: 50px 0px;}
.services-full{padding: 25px 15px;}
.services-txt{margin-top: 25px;padding: 30px 20px;margin-bottom: 0px;}
.services-txt h2{font-size: 38px;line-height: 42px;margin-bottom: 8px;}

.carer-hed h2{font-size: 38px;line-height: 42px;margin-bottom: 8px;}
.contact-full h2{font-size: 38px;line-height: 42px;margin-bottom: 13px;}
.contact-full{background-position: right;padding: 30px 20px;}
.contact-bx{margin-bottom: 15px;}

.service-callto{padding: 70px 15px;}
.service-callto h2 br{display: none;}
.service-callto h2{font-size: 42px;line-height: 48px;}
.service-callto p br{display: none;}
}


@media (min-width: 768px) and (max-width: 991px){
    .body1{padding: 48px 15px 35px;background: linear-gradient(180deg, rgba(255, 255, 255, 1) 5%, rgba(252, 248, 226, 1) 5%);}
    .b1rwo{max-width: 696px;margin-left: auto;margin-right: auto;}
    .slider-b1 .owl-nav{margin-top: 15px;margin-left: 0px;text-align: center;}
.slider-b1 .owl-next img{margin-left: 15px;margin-top: 0px;}
.b2-dummy{display: none;}
.b3-hed p{width: 45%;}
.b3-hed h2{width: 55%;}
.b3-bx h2{font-size: 22px;}
.b3-bx{padding: 45px 15px 25px;margin-bottom: 20px;}

.line-bx span{left: 48%;transform: rotate(-18.7deg);height: 580px;top: 66px;}
.b5-bx1-txt{padding-left: 0px;}
.b5-bx1-txt h2{font-size: 20px;padding-left: 35px;line-height: 32px;}
.b5-bx1-1-txt{padding-left: 0px;padding-right: 0px;}
.b5-bx2-txt{padding-left: 0px;}
.b5-bx3-1-txt{padding-right: 15px;}
.b5-bx1-butn {width: 48px;height: 48px;margin-top: -48px;margin-right: -11px;}
.b5-bx1-butn a:hover{width: 48px;height: 48px;padding: 8px 0px;}
.b5-bx1-butn a img{width: 32px;}
.b5-bx3-butn {margin-left: -78px;}
.b5-bx4-butn {margin-left: -21px;}
.b5-bx-4-1{padding-left: 25px;}
.b5-logo span{display: none;}
.b5-logo img{display: none;}
.b5-logo{position: relative;float: left;width: 100%;right: 0px;height: auto;padding:35px 15px 0px;top: 0;}
.b5-coutr {float: left;width: 100%;position: relative;right: 0;top: 0%;z-index: 1;max-width: 696px;padding-top:0px;}
.count .item1{text-align: left;padding-right: 0px;font-size: 38px;}
.b5-bx p{text-align: left;font-size: 18px;line-height: 24px;float: left;}
.b5-bx p br{display: none;}
.b5-bx2{padding: 0px;}
.b5-bx3{padding: 0px;}
.b5-bx{margin-bottom: 15px;width: 33.3%;padding-right: 0px;}
.quicklinks{padding-left: 65px;}
.quicklinks1{width: 100%;}
.ft-adrs{padding-left: 80px;}
.quicklinks2{padding-left: 0px;}
.ft-social h3{margin-right: 15px;width:100%;margin-bottom:15px;}
.ft-social a img{margin-right: 17px;}
.iner-ab-b1 img{width: 375px;margin-right: 35px;}
.iner-bnr-hed h2{font-size: 56px !important;line-height: 68px !important;}
.header-contnt h2{font-size: 75px;line-height: 81px;}

.services-txt{padding: 30px 20px;}
.services-txt h2{font-size: 35px;line-height: 37px;}
.services-img{margin-top: 0px;}

.contact-full{background-position: center;}

.menu-enq{margin-right: 62px;}
.nav-toggle{z-index: 11;margin-top: -14px!important;}
.mod-right img{max-width: 140px;margin-bottom: 20px;}
.mod-right{justify-content: center;}


.nav-pd{max-width: 700px;}
}




@media (min-width: 992px) and (max-width: 1199px){
.b2-img{background-size: 100%;}    
.body1{padding: 48px 0px 115px 3%;}
.b5-logo{height: 500px;width: 500px;right: -139px;}
.b5-coutr{right: 64%;}
.b5-hed h2 br{display: none;}
.b5-bx1-txt h2{font-size: 29px;}
.line-bx span{transform: rotate(-25.7deg);left: 48%;}
.b5-bx3-butn{margin-left: -100px;}.b5-bx4-butn{margin-left: -102px;}
.quicklinks{padding-left: 22px;}
.ft-adrs{padding-left: 78px;}
.contact-full{background-position: center;}
.nav-menu > li > a{padding: 0px 20px!important;}
.b3-hed p br{display: none;}

.nav-pd{max-width:930px;}
.ft-social a img{margin-right:15px;}

}




.hidden-input-field {
        opacity: 0;
        position: absolute;
        top: 0;
        left: 0;
        height: 0;
        width: 0;
        z-index: -1;
    }
    









.blog-bx{float: left;width: 100%;padding-bottom: 35px;border-bottom: 1px solid #CCCCCC;margin-top: 40px;margin-bottom: 20px;}
.blog-bx img{float: left;width: 100%;border-radius: 30px;margin-bottom: 18px;}
.blog-bx h2{float: left;width: 100%;font-weight: 700;font-size: 22px;color: #000000;line-height: 27px;margin-bottom: 8px;}
.blog-bx p{float: left;width: 100%;font-weight: 400;font-size: 17px;line-height: 24px;color: #000000;margin-bottom: 25px;}
.blog-butn{ float: left;width: 100%;}

.blog-butn a{float: left;width: 180px;height: 52px;border-radius: 35px;font-weight: normal;font-size: 17px;
color: black;background: linear-gradient(90deg, rgba(249,226,103,1) 0%, rgba(218,147,37,1) 50%, rgba(249,226,103,1) 100%) no-repeat;
background-size: 300%;background-position: left center;transition: background .5s ease;text-decoration: none;text-align: center;padding: 13px 0px;
}
.blog-butn a:hover {background-size: 320%;background-position: right center;}

.posted-date{float:left;width:100%;font-size: 17px;padding-bottom: 5px;color: grey;}


.blog-hed{float: left;width: 100%;/* padding-left: 60px; *//* padding-right: 60px; */padding-top: 50px;}
.blog-hed h2{float: left;width: 100%;font-weight: 700;font-size: 52px;color:black;line-height: 61px;margin-bottom: 17px;}
.blog-hed h3{float: left;width: 100%;font-weight: 500;font-size: 21px;color:#7e5515;margin-bottom: 0px;}
.blog-img{float: left;width: 100%;margin-top: 40px;margin-bottom: 45px;}
.blog-img img{float: left;width: 100%;border-radius: 30px;}
.blog-hed p{float: left;width: 100% !important;font-weight: 400;font-size: 17px;color: #000000;margin-bottom: 18px;line-height: 25px;}
.blog-hed h4{float: left;width: 100%;font-weight: 700;font-size: 30px;color: #000000;margin-bottom: 10px;margin-top: 10px;}
.blog-hed h5{float: left;width: 100%;font-weight: 600;font-size: 18px;color: #AC49D1;margin-bottom: 20px;}




.grecaptcha-badge { 
    visibility: hidden !important;
}


.blog-left{
    
}
.blog-left a{
    
}
.blog-left a:hover{
    background: #f9deb6;
}
.blog-mid{
    
}
.blog-mid{
    
}.blog-left {
    position: absolute;
    top: 0; /* Adjust based on your header height */
    left: 0; /* Adjust spacing from the left */
    width: 220px; /* Set width to prevent layout shifting */
    background: #ca8822; /* Background color for visibility */
    /* padding: 15px; */
    /* box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); */
    z-index: 0; /* Ensures it stays above other elements */
    overflow: hidden;
    height: auto;
    overflow-y: scroll;
    max-height: 100vh;
}

.blog-left a {
    display: block;
    /* margin-bottom: 5px; */
    text-decoration: none;
    color: #ffffff;
    font-weight: bold;
    /* background: #191104; */
    padding: 15px;
    /* border-radius: 10px; */
    border-bottom: 1px solid rgb(255 255 255 / 21%);
    background: linear-gradient(70deg, #000000 0%, #776247 100%);
}

.blog-left a:hover {
    color: #323232; /* Highlight effect */
}.sticky {
  position: fixed;
  top: 0;
  width: 223px;
  max-width: 100%;
  height: 400px;
}
.blog-right{
    width: 100%;
    float: left;
    background: #FCF8E2;
    padding:20px;
    border-radius: 10px;
    margin-top: 50px;
}
.blog-right a{
    text-decoration: none;
    width: 100%;
    float: left;
    margin-bottom: 15px;
    border-bottom: 1px solid rgb(52 50 50 / 42%);
    margin-top: 15px;
    }
    
.blog-right a img{
    width: 70px;
    height: 70px;
    object-fit: cover;
    border-radius: 10px;
    float: left;
    margin-right: 15px;
}
.blog-right a h6{
    font-size: 20px;
    color: #000000;
    font-weight: 600;
    margin: 0;
}
.blog-right a p{
    font-size: 16px;
    color: #000000;
    font-weight: 400;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    padding-top: 5px;
}.blog-right h2{
   font-size: 22px;
   color: #000000;
   margin-bottom: 20px;
   font-weight: 600;
   text-align: left;
   /* background: #060504; */
   border-radius: 10px;
   /* padding: 13px; */
  }/* width */
::-webkit-scrollbar {
  width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #eec17c;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #fff;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #fff;
}
.filter-mob {
    width: auto;
    float: left;
    background: #cb8922;
    text-align: center;
    font-size: 15px;
    text-decoration: none;
    /* border-top-left-radius: 10px; */
    /* border-bottom-left-radius: 10px; */
    padding: 11px 34px;
    border-radius: 10px;
    top: 20px !important;
    position: relative;
}.filter-mob h5 {
    font-size: 15px;
    color: #fff;
    /* padding: 15px; */
    margin: 0;
    /* height: 50px; */
    font-weight: 600;
}@media (min-width: 992px) {
    .filter-mob {
        display: none;
    }
}@media (max-width: 991px) {
    .blog-left{
        width:90%;
    }
    .mob-fil-new {
        width: 99%;
        float: left;
        height: 57px;
        position: fixed;
        background: #cf8c23;
        margin-bottom: 0;
        border-bottom: 1px solid #cecece;
        left: 0;
        padding-left: 15px;
        padding-top: 11px;
        z-index: 9999999;
        top: 0;
    }
}@media (max-width: 991px) {
    .mob-fil-new h2 {
        margin-top: 0;
        font-size: 24px;
        font-weight: 700;
        color: #000;
        position: relative;
        margin-bottom: 40px;
    }
}@media (max-width: 991px) {
    .med-hide {
        /* display: none; */
        position: absolute;
        visibility: hidden;
        width: 100%;
        left: 0;
        transform: translate3d(-100%, 0, 0);
        transition: allease-in-out .6s;
        /* transition: visibility 0s .6s, transform .5scubic-bezier(.19,1,.22,1); */
        z-index: 999;
        PADDING: 0;
        /* width: 0; */
    }
}
@media (max-width: 991px) {
    .med-wd {
        width: 100% !important;
    }
}

@media (max-width: 991px) {
    .med-new {
        visibility: visible !important;
        transform: translatex(0) !important;
        transition: visibility 0s 0s, transform .7scubic-bezier(.19,1,.22,1) !important;
    }
}@media (max-width: 991px) {
    .wrapper *{
           margin: 0 !important;
    }.blog-hed h2{
        font-size: 36px;
        line-height: 116%;
 
    }
    .blog-hed{
        padding-top: 30px !important;
    }
   body{
       overflow:hidden;
   }.wrapper {
    display: block !important;
    clear: both;
    padding: 0 2%!important;
 
   }
    .filter-close img {
        width: 33px;
        height: 33px;
        background: #000000;
        float: right;
        padding: 7px;
        border-radius: 100%;
        position: absolute;
        right: 18px;
        top: 6px;
    }
     .filter-close {
        background: transparent !important;
        float: right;
    }
}@media (min-width: 992px) {
    .mob-fil-new {
        display: none;
    }
}



.sidebar {
  width: 100%;
  margin-top: 50px;
  height: 70vh;
  min-height: 200px;
  overflow: auto;
  position: sticky;
  top: 5%;
  background: #FCF8E2;
  padding: 0 !important;
}

.main {
  width: 100%;
  /* height: 200vh; */
  min-height: 100%;
  display: flex;
  flex-direction: column;
}

.sidebar a {
    float:left;
    width:100%;
    text-decoration: none;
    color: #000000;
    font-size: 17px;
    background: #FCF8E2;
    font-weight: 500;
    padding: 10px;
    border-bottom: 1px solid #cecece40;
}

.main,
.sidebar {
  /* border: 5px solid #222; */
  /* background-color: white; */
  border-radius: 10px;
  color: #222;
  padding: 15px;
}

.wrapper {
 display: flex;
 /* justify-content: space-between; */
 float: left;
 width: 100%;
 padding: 0 2%;
}
.mid{
    height: auto;
}

code, pre {
  background-color: #ccc;
  padding: 0 3px;
  border-radius: 5px;
}

.bottom {
  justify-self: bottom;
}

.sidebar h2{
    font-size: 28px;
    font-weight: 600;
    color: #000000;
    /* background: #000; */
    margin: 0;
    padding: 10px;
    border-radius: 10px;
    /* text-align: center; */
}
.serv-form h2{
    font-size: 30px;
    color: #000;
    font-weight: 600;
    margin-bottom: 15px;
}
.serv-form{
    width: 100%;
    float: left;
    background: #ffffff;
    padding: 20px;
    border-radius: 20px;
}
.serv-form form{
    
}
.serv-field{
    width: 100%;
    float: left;
    margin-bottom: 15px;
}
.serv-field label{
    width: 100%;
    float: left;
    font-size: 16px;
   
    font-weight: 500;
    margin-bottom: 5px;
}.serv-field input{
    border: 0;
    width: 100%;
    float: left;
       padding: 14px;
    background: #fcf8e2;
    border-radius: 10px;
}.serv-form button{
    width: 100%;
    background: linear-gradient(219deg, #000000 0%, #DA9325 100%);
    border: 0;
    color: #fff;
    font-size: 18px;
    padding: 10px;
    border-radius: 30px;
}
.serv-form button:hover {
    width: 100%;
    background: linear-gradient(-219deg, #000000 0%, #DA9325 100%);
}
.related-service{
    width: 100%;
    float: left;
    background: #FCF8E2;
    padding: 20px;
    border-radius: 10px;
    margin-top: 50px;
}
.related-service h2{
    font-size: 22px;
    color: #000000;
    margin-bottom: 20px;
    font-weight: 600;
    text-align: left;
    /* background: #060504; */
    border-radius: 10px;
    
}
.related-service a{
    width: 100%;
    float: left;
    font-size: 17px;
    color: #000;
    text-decoration: none;
    font-weight: 500;
    margin-bottom: 10px;
    border-bottom: 1px solid #cecece40;
    padding-bottom: 10px;
}
.related-service a:hover{
    
}
.blog-hed iframe{
    width:100%;
}
.blog-hed b span{
        font-size: 37px !important;

}.blog-hed td span{
        font-size: 16px !important;

}.blog-hed table{
    margin-left:0 !important;
}
.about h2{
    font-size: 30px;
    color: #000;
    font-weight: 600;
}
.about p{
    font-size: 16px;
    color: #000;
    font-weight: 400;
    margin: 0;
}
.about p b{
    font-size: 18px;
    margin-top: 10px;
    float: left;
    width: 100%;
}

.main-menu {
    position: fixed;
    top: -50%;
    left: -50%;
    height: 200%;
    width: 200%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    visibility: hidden;
    z-index: 9999999;
    transform: rotate(-15deg) translate3d(0, 0, 0);
}

.main-menu::before, .main-menu::after {
    display: block;
    content: "";
    position: absolute;
    left: 50%;
    width: 100%;
    height: 80%;
    
    transform-origin: center center;
    transition: all 500ms ease;
    will-change: transform;
    z-index: -1;
    /* background-image: url('../images/man-bg-pattern.png'); */
}

.main-menu::before{
    background: linear-gradient(180deg, #DA9325 0%, #a46b13 100%);
}
.main-menu::after{
    background: linear-gradient(180deg, #a46b13 0%, #000000 100%);
}


.main-menu::before {
    top: 51%;
    transform: translate(100%, -100%) translate3d(0, 0, 0);
}

.main-menu::after {
    top: 49%;
    transform: translate(-150%, 0%) translate3d(0, 0, 0);
    transition-delay: 100ms;
}

.main-menu .nav {
    position: relative;
    display: inline-block;
    padding: 0px;
    list-style: none;
    counter-reset: menu-counter;
    transform: rotate(15deg);
}

.main-menu .req-form1 {
    margin-bottom: 10px;
    opacity: 0;
    transform: translateX(-15px) translate3d(0, 0, 0);
    transition: all 100ms ease 100ms;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    max-width: 900px;
    user-select: none;
}
.main-menu .enquiry-form{
    transition: all 100ms ease 100ms; 
}
.main-menu .m-bx-1{
    transition: all 0ms ease 0ms; 
}
.main-menu .hd-address {
    margin-bottom: 10px;
    opacity: 0;
    transform: translateX(-15px) translate3d(0, 0, 0);
    transition: all 100ms ease 100ms;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.main-menu .nav__item a {
    color: white;
    font-size: 30px;
    font-weight: 700;
    letter-spacing: 2px;
    text-decoration: none;
    text-transform: uppercase;
    cursor: pointer;
    font-family: 'Futura Md BT';
}

.main-menu .nav__item a::before {
    /* content: counter(menu-counter, decimal-leading-zero) "//"; */
    /* counter-increment: menu-counter; */
}
.form-inner  h2{
    font-size: 30px;
    color: #f47920;
    font-weight: 600;
    margin-top: 40px;
}
.form-inner  p{
    font-size: 15px;
    color: #fff;
    line-height: 200%;
}
.main-menu.open {
    visibility: visible;
}

.main-menu.open::before {
    -webkit-animation: menu-in-left 500ms ease;
    animation: menu-in-left 500ms ease;
    transform: translate(-50%, -100%) translate3d(0, 0, 0);
    transition-duration: 0ms;
}

.main-menu.open::after {
    -webkit-animation: menu-in-right 500ms ease 100ms;
    animation: menu-in-right 500ms ease 100ms;
    transform: translate(-50%, 0%) translate3d(0, 0, 0);
    transition-duration: 0ms;
}

.main-menu.open .mod-right {
    opacity: 1;
    transform: translateX(0px) translate3d(0, 0, 0);
    transition: all 250ms ease;
}

.main-menu.open .mod-right:nth-child(0n) {
    transition-delay: 250ms;
}

.main-menu.open .mod-right:nth-child(1n) {
    transition-delay: 300ms;
}
.hd-address h6{
    font-size: 15px;
    color: #fff;
    line-height: 200%;
    margin-bottom: 34px;
}
.hd-address h2{
    color: #f47920;
    font-size: 30px;
    font-weight: 600;
}


.main-menu.open .mod-right:nth-child(2n) {
    transition-delay: 350ms;
}

.main-menu.open .mod-right:nth-child(3n) {
    transition-delay: 400ms;
}

.main-menu.open .nav__item:nth-child(4n) {
    transition-delay: 450ms;
}

.main-menu.open .nav__item:nth-child(5n) {
    transition-delay: 500ms;
}

.main-menu.open .nav__item:nth-child(6n) {
    transition-delay: 550ms;
}

.main-menu.open .nav__item:nth-child(7n) {
    transition-delay: 600ms;
}

.main-menu.open .nav__item:nth-child(8n) {
    transition-delay: 650ms;
}

.main-menu.open .nav__item:nth-child(9n) {
    transition-delay: 700ms;
}

.main-menu.open .nav__item:nth-child(10n) {
    transition-delay: 750ms;
}

.main-menu.open .nav__item:nth-child(11n) {
    transition-delay: 800ms;
}

.main-menu.open .nav__item:nth-child(12n) {
    transition-delay: 850ms;
}

.main-menu.open .nav__item:nth-child(13n) {
    transition-delay: 900ms;
}

.main-menu.open .nav__item:nth-child(14n) {
    transition-delay: 950ms;
}

.main-menu.open .nav__item:nth-child(15n) {
    transition-delay: 1000ms;
}

.main-menu.open .nav__item:nth-child(16n) {
    transition-delay: 1050ms;
}

.main-menu.open .nav__item:nth-child(17n) {
    transition-delay: 1100ms;
}

.main-menu.open .nav__item:nth-child(18n) {
    transition-delay: 1150ms;
}

.main-menu.open .nav__item:nth-child(19n) {
    transition-delay: 1200ms;
}

.main-menu.open .nav__item:nth-child(20n) {
    transition-delay: 1250ms;
}

.main-menu.open .nav__item a {
    transition: all 250ms ease;
}

.main-menu.open .enquiry-form {
    opacity: 1;
    transform: translateX(0px) translate3d(0, 0, 0);
    transition: all 250ms ease;
}

.main-menu.open .enquiry-form:nth-child(0n) {
    transition-delay: 250ms;
}

.main-menu.open .enquiry-form:nth-child(1n) {
    transition-delay: 300ms;
}

.main-menu.open .enquiry-form:nth-child(2n) {
    transition-delay: 350ms;
}

.main-menu.open .enquiry-form:nth-child(3n) {
    transition-delay: 400ms;
}

.main-menu.open .enquiry-form:nth-child(4n) {
    transition-delay: 450ms;
}

.main-menu.open .enquiry-form:nth-child(5n) {
    transition-delay: 500ms;
}

.main-menu.open .enquiry-form:nth-child(6n) {
    transition-delay: 550ms;
}

.main-menu.open .enquiry-form:nth-child(7n) {
    transition-delay: 600ms;
}

.main-menu.open .enquiry-form:nth-child(8n) {
    transition-delay: 650ms;
}

.main-menu.open .enquiry-form:nth-child(9n) {
    transition-delay: 700ms;
}

.main-menu.open .nav__item:nth-child(10n) {
    transition-delay: 750ms;
}

.main-menu.open .nav__item:nth-child(11n) {
    transition-delay: 800ms;
}

.main-menu.open .nav__item:nth-child(12n) {
    transition-delay: 850ms;
}

.main-menu.open .nav__item:nth-child(13n) {
    transition-delay: 900ms;
}

.main-menu.open .nav__item:nth-child(14n) {
    transition-delay: 950ms;
}

.main-menu.open .nav__item:nth-child(15n) {
    transition-delay: 1000ms;
}

.main-menu.open .nav__item:nth-child(16n) {
    transition-delay: 1050ms;
}

.main-menu.open .nav__item:nth-child(17n) {
    transition-delay: 1100ms;
}

.main-menu.open .nav__item:nth-child(18n) {
    transition-delay: 1150ms;
}

.main-menu.open .nav__item:nth-child(19n) {
    transition-delay: 1200ms;
}

.main-menu.open .nav__item:nth-child(20n) {
    transition-delay: 1250ms;
}

@-webkit-keyframes menu-in-left {
    0% {
        transform: translate(-150%, -100%) translate3d(0, 0, 0);
    }

    100% {
        transform: translate(-50%, -100%) translate3d(0, 0, 0);
    }
}

@keyframes menu-in-left {
    0% {
        transform: translate(-150%, -100%) translate3d(0, 0, 0);
    }

    100% {
        transform: translate(-50%, -100%) translate3d(0, 0, 0);
    }
}

@-webkit-keyframes menu-in-right {
    0% {
        transform: translate(100%, 0%) translate3d(0, 0, 0);
    }

    100% {
        transform: translate(-50%, 0%) translate3d(0, 0, 0);
    }
}

@keyframes menu-in-right {
    0% {
        transform: translate(100%, 0%) translate3d(0, 0, 0);
    }

    100% {
        transform: translate(-50%, 0%) translate3d(0, 0, 0);
    }
}

/*
 * Misc styles
 */
.content {
    max-width: 400px;
}

.content h1 {
    font-size: 1.6em;
}

.content p {
    line-height: 1.5;
}

.btn {
    position: relative;
    float: right;
    top: 0px;
    right: 0px;
    padding: 0px;
    color: #0e0c0e;
    text-align: center;
    font-size: 10px;
    font-weight: 900;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 1111;
}

.more {
    position: absolute;
    bottom: 15px;
    right: 15px;
    padding: 7px 21px;
    border-radius: 8px;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.2);
    font-family: "Source Sans Pro", sans-serif;
    font-size: 0.7rem;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    overflow: hidden;
    z-index: 1;
    -webkit-animation: reveal 5000ms cubic-bezier(0.87, -0.41, 0.19, 1.44);
    animation: reveal 5000ms cubic-bezier(0.87, -0.41, 0.19, 1.44);
}

.more::before {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    max-width: 20%;
    height: 100%;
    border-radius: 8px;
    background-color: rgba(0, 0, 0, 0);
    transition: max-width 0ms ease 250ms, background-color 250ms ease;
    transform: translate(-50%, -50%);
    z-index: -1;
}

.more:hover::before {
    max-width: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    transition: all 250ms ease;
}

@-webkit-keyframes reveal {
    0%, 90% {
        bottom: -30px;
    }

    100% {
        bottom: 15px;
    }
}

@keyframes reveal {
    0%, 90% {
        bottom: -30px;
    }

    100% {
        bottom: 15px;
    }
}
.field_area2{
    width: 100%;
    float: left;
    margin-bottom: 15px;
}
.field_area2 label{
    width: 100%;
    float: left;
    font-size: 15px;
    color: #fff;
    font-weight: 600;
}
.field_area2 input{
    width: 100%;
    float: left;
    border: 0;
    padding: 15px;
    border-radius: 20px;
}

.navigation {
  width: 100%;
  height: 70px;
  display: table;
  position: relative;
  /*font-family: inherit;*/
  /* background-color: #fff; */
}

.navigation * {
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}

.menu-str {
    padding-left: 15px;
    color: #160b70;
    font-weight: 600;
    font-size: 13px;
    padding-bottom: 10px;
    padding-top: 10px;
    float: left;
    width: 100%;
}

.navigation-portrait {
  height: 48px;
}

.navigation-fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 19998;
}

.navigation-hidden {
  width: 0 !important;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}

.align-to-right {
  float: right;
}

.nav-header {
  float: left;
  padding-top: 7px;
  width: 153px;
}
.nav-brand img {
        max-width: 100%;
    }

.navigation-hidden .nav-header {
  display: none;
}

.nav-brand {
  padding: 0;
  text-decoration: none !important;
}

.nav-brand:hover,
.nav-brand:focus {
  color: #343a40;
}

.navigation-portrait .nav-brand {
  font-size: 18px;
  line-height: 48px;
}

.nav-logo > img {
  height: 48px;
  margin: 11px auto;
  padding: 0 15px;
  float: left;
}

.nav-logo:focus > img {
  outline: initial;
}

.navigation-portrait .nav-logo > img {
  height: 36px;
  margin: 6px auto 6px 15px;
  padding: 0;
}

.nav-toggle {
  width: 30px;
  height: 30px;
  padding: 6px 2px 0;
  position: absolute;
  top: 50%;
  margin-top: -9px;
  right: 15px;
  display: none;
  cursor: pointer;
}

.nav-toggle:before {
  content: "";
  position: absolute;
  width: 24px;
  height: 2px;
  background-color: #d48f24;
  border-radius: 10px;
  box-shadow: 0 0.5em 0 0 #d48f24, 0 1em 0 0 #d48f24;
}

.navigation-portrait .nav-toggle {
  display: block;
}

.navigation-portrait .nav-menus-wrapper {
  width: 320px;
  height: 100%;
  top: 0;
  left: -400px;
  position: fixed;
  background-color: #fff;
  z-index: 20000;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  transition-duration: 0.2s;
  transition-timing-function: ease;
}

.navigation-portrait .nav-menus-wrapper.nav-menus-wrapper-right {
  left: auto;
  right: -400px;
}

.navigation-portrait .nav-menus-wrapper.nav-menus-wrapper-open {
  left: 0;
}

.navigation-portrait
  .nav-menus-wrapper.nav-menus-wrapper-right.nav-menus-wrapper-open {
  left: auto;
  right: 0;
}

.nav-menus-wrapper-close-button {
  width: 30px;
  height: 40px;
  margin: 10px 7px;
  display: none;
  float: right;
  color: #d48f24;
  font-size: 26px;
  cursor: pointer;
}

.navigation-portrait .nav-menus-wrapper-close-button {
  display: block;
}

.nav-menu {
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: normal;
  font-size: 0;
}

.navigation-portrait .nav-menu {
  width: 100%;
}

.navigation-landscape .nav-menu.nav-menu-centered {
  float: none;
  text-align: center;
}

.navigation-landscape .nav-menu.nav-menu-centered > li {
  float: none;
}

.nav-menu > li {
  display: inline-block;
  float: left;
  text-align: left;
}

.navigation-portrait .nav-menu > li {
  width: 100%;
  position: relative;
  border-top: solid 1px #f0f0f0;
}

.navigation-portrait .nav-menu > li:last-child {
  border-bottom: solid 1px #f0f0f0;
}

.nav-menu + .nav-menu > li:first-child {
  border-top: none;
}

.nav-menu > li > a {
  /*height: 35px;*/
  padding: 0px 9px 10px 9px;
  display: inline-block;
  text-decoration: none;
  font-size: 17px;
  font-weight: normal;
  color: #000000;
  transition: color 0.3s, background 0.3s;
}

.navigation-portrait .nav-menu > li > a {
  width: 100%;
  height: auto;
  padding: 12px 15px 12px 26px;
}

.nav-menu > li:hover > a,
.nav-menu > li.active > a,
.nav-menu > li.focus > a {
  color: #F7E268;
}

.nav-menu > li > a > i,
.nav-menu > li > a > [class*="ion-"] {
  width: 18px;
  height: 16px;
  line-height: 16px;
  transform: scale(1.4);
}

.nav-menu > li > a > [class*="ion-"] {
  width: 16px;
  display: inline-block;
  transform: scale(1.8);
}

.navigation-portrait .nav-menu.nav-menu-social {
  width: 100%;
  text-align: center;
}

.nav-menu.nav-menu-social > li {
  text-align: center;
  float: none;
  border: none !important;
}

.navigation-portrait .nav-menu.nav-menu-social > li {
  width: auto;
}

.nav-menu.nav-menu-social > li > a > [class*="ion-"] {
  font-size: 12px;
}

.nav-menu.nav-menu-social > li > a > .fa {
  font-size: 14px;
}

.navigation-portrait .nav-menu.nav-menu-social > li > a {
  padding: 15px;
}

.submenu-indicator {
  margin-left: 8px;
  margin-top: 6px;
  float: right;
  transition: all 0.2s;
  color: white;
  display: none;
}

.navigation-portrait .submenu-indicator {
  width: 54px;
  height: 44px;
  margin-top: 0;
  position: absolute;
  top: 0;
  right: 0;
  text-align: center;
  z-index: 20000;
}

.submenu-indicator-chevron {
  height: 6px;
  width: 6px;
  display: block;
  border-style: solid;
  border-width: 0 1px 1px 0;
  /* border-color: #ffffff #70798b #70798b white; */
  transform: rotate(45deg);
  transition: border 0.2s;
}

.navigation-portrait .submenu-indicator-chevron {
  position: absolute;
  top: 18px;
  left: 24px;
}

.nav-menu > li:hover > a .submenu-indicator-chevron,
.nav-menu > .active > a .submenu-indicator-chevron,
.nav-menu > .focus > a .submenu-indicator-chevron {
  border-color: transparent #967adc #967adc transparent;
}

.navigation-portrait .submenu-indicator.submenu-indicator-up {
  transform: rotate(-180deg);
}

.nav-overlay-panel {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: fixed;
  display: none;
  z-index: 19999;
}

.no-scroll {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.nav-search {
  height: 70px;
  float: right;
  padding-right: 165px;
  z-index: 19998;
  padding-top: 52px;
 /* border-right: solid 1px rgb(255 255 255 / 22%);*/
  padding-bottom: 0px;
}

.navigation-portrait .nav-search {
  height: 48px;
  padding: 0 10px;
  margin-right: 52px;
}

.navigation-hidden .nav-search {
  display: none;
}

.nav-search-button {
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  cursor: pointer;
  background-color: #fbfcfd;
}

.navigation-portrait .nav-search-button {
  width: 50px;
  height: 48px;
  line-height: 46px;
  font-size: 22px;
}

.nav-search-icon {
  width: 14px;
  height: 14px;
  margin: 2px 8px 8px 4px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  color: #343a40;
  text-align: left;
  text-indent: -9999px;
  border: 2px solid;
  border-radius: 50%;
  transform: rotate(-45deg);
}

.nav-search-icon:after,
.nav-search-icon:before {
  content: "";
  pointer-events: none;
}

.nav-search-icon:before {
  width: 2px;
  height: 11px;
  top: 11px;
  position: absolute;
  left: 50%;
  border-radius: 0 0 1px 1px;
  box-shadow: inset 0 0 0 32px;
  transform: translateX(-50%);
}

.nav-search-button:hover .nav-search-icon {
  color: #ff6b00;
}

.nav-search > form {
  width: 100%;
  height: 100%;
  padding: 0 auto;
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #fff;
  z-index: 99;
}

.nav-search-inner {
  width: 70%;
  height: 70px;
  margin: auto;
  display: table;
}

.navigation-portrait .nav-search-inner {
  height: 48px;
}

.nav-search-inner input[type="text"],
.nav-search-inner input[type="search"] {
  height: 70px;
  width: 100%;
  margin: 0;
  padding: 0 12px;
  font-size: 26px;
  text-align: center;
  color: #343a40;
  outline: none;
  line-height: 70px;
  border: none;
  background-color: transparent;
  transition: all 0.3s;
}

.navigation-portrait .nav-search-inner input[type="text"],
.navigation-portrait .nav-search-inner input[type="search"] {
  height: 48px;
  font-size: 18px;
  line-height: 48px;
}

.nav-search-close-button {
  width: 28px;
  height: 28px;
  display: block;
  position: absolute;
  right: 20px;
  top: 20px;
  line-height: normal;
  color: #343a40;
  font-size: 20px;
  cursor: pointer;
  text-align: center;
}

.navigation-portrait .nav-search-close-button {
  top: 10px;
  right: 14px;
}

.nav-button {
  margin: 18px 15px 0;
  padding: 8px 14px;
  display: inline-block;
  color: #fff;
  font-size: 14px;
  text-align: center;
  text-decoration: none;
  border-radius: 4px;
}

.nav-button:hover,
.nav-button:focus {
  color: #fff;
  text-decoration: none;
}

.navigation-portrait .nav-button {
  width: calc(100% - 52px);
  margin: 17px 26px;
}

.nav-text {
  margin: 25px 15px;
  display: inline-block;
  color: #343a40;
  font-size: 14px;
}

.navigation-portrait .nav-text {
  width: calc(100% - 52px);
  margin: 12px 26px 0;
}

.navigation-portrait .nav-text + ul {
  margin-top: 15px;
}

.nav-dropdown {
  min-width: 180px;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  list-style: none;
  z-index: 98;
  white-space: nowrap;
  margin-top: 0;
  width: 100%;
  border-radius: 20px;
}

.navigation-portrait .nav-dropdown {
  width: 100%;
  position: static;
  left: 0;
}

.nav-dropdown .nav-dropdown {
  left: 100%;
}

.nav-menu > li > .nav-dropdown {
  border-top: none;
  background: linear-gradient(90deg, rgba(249, 226, 103, 1) 0%, rgba(218, 147, 37, 1) 50%, rgba(249, 226, 103, 1) 100%) no-repeat;
  border-radius: 20px;
  padding: 13px 0;
}

.nav-dropdown > li {
  width: 20%;
  float: left;
  position: relative;
  text-align: left;
}

.nav-dropdown > li > a {
  width: 100%;
  padding: 16px 20px;
  display: inline-block;
  text-decoration: none;
  float: left;
  font-size: 16px;
  font-weight: normal;
  color: black;
  /* background: linear-gradient(90deg, rgba(249, 226, 103, 1) 0%, rgba(218, 147, 37, 1) 50%, rgba(249, 226, 103, 1) 100%) no-repeat; */
  background-size: 300%;
  transition: all ease-in-out .5s;
  -webkit-transition: all ease-in-out .5s;
}

.nav-dropdown > li:hover > a,
.nav-dropdown > li.focus > a {
  color: #363636 !important;
  background-color: transparent;
}

.nav-dropdown.nav-dropdown-left {
  right: 0;
}

.nav-dropdown > li > .nav-dropdown-left {
  left: auto;
  right: 100%;
}

.navigation-landscape .nav-dropdown.nav-dropdown-left > li > a {
  text-align: right;
}

.navigation-portrait .nav-dropdown > li > a {
  padding: 12px 20px 12px 30px;
}

.navigation-portrait .nav-dropdown > li > ul > li > a {
  padding-left: 50px;
}

.navigation-portrait .nav-dropdown > li > ul > li > ul > li > a {
  padding-left: 70px;
}

.navigation-portrait .nav-dropdown > li > ul > li > ul > li > ul > li > a {
  padding-left: 90px;
}

.navigation-portrait
  .nav-dropdown
  > li
  > ul
  > li
  > ul
  > li
  > ul
  > li
  > ul
  > li
  > a {
  padding-left: 110px;
}

.nav-dropdown .submenu-indicator {
  right: 15px;
  top: 10px;
  position: absolute;
}

.navigation-portrait .nav-dropdown .submenu-indicator {
  right: 0;
  top: 0;
}

.nav-dropdown .submenu-indicator .submenu-indicator-chevron {
  transform: rotate(-45deg);
}

.navigation-portrait
  .nav-dropdown
  .submenu-indicator
  .submenu-indicator-chevron {
  transform: rotate(45deg);
}

.nav-dropdown > li:hover > a .submenu-indicator-chevron,
.nav-dropdown > .focus > a .submenu-indicator-chevron {
  border-color: transparent #ff6b00 #ff6b00 transparent;
}

.navigation-landscape .nav-dropdown.nav-dropdown-left .submenu-indicator {
  left: 10px;
}

.navigation-landscape
  .nav-dropdown.nav-dropdown-left
  .submenu-indicator
  .submenu-indicator-chevron {
  transform: rotate(135deg);
}
.nav-dropdown-horizontal {
  width: 100%;
  left: 0;
  background-color: #fdfdfd;
  border-top: solid 1px #f0f0f0;
}

.nav-dropdown-horizontal .nav-dropdown-horizontal {
  width: 100%;
  top: 100%;
  left: 0;
}

.navigation-portrait .nav-dropdown-horizontal .nav-dropdown-horizontal {
  border-top: none;
}

.nav-dropdown-horizontal > li {
  width: auto;
  clear: none;
  position: static;
}

.navigation-portrait .nav-dropdown-horizontal > li {
  width: 100%;
}

.nav-dropdown-horizontal > li > a {
  position: relative;
}

.nav-dropdown-horizontal .submenu-indicator {
  height: 18px;
  top: 11px;
  transform: rotate(90deg);
}

.navigation-portrait .nav-dropdown-horizontal .submenu-indicator {
  height: 42px;
  top: 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

.navigation-portrait
  .nav-dropdown-horizontal
  .submenu-indicator.submenu-indicator-up {
  transform: rotate(-180deg);
}

.megamenu-panel {
  width: 25%;
  padding: 0px;
  display: none;
  position: absolute;
  font-size: 15px;
  font-weight: 400;
  z-index: 98;
  text-align: left;
  color: inherit;
  /*border-top: solid 1px #f0f0f0;*/
  /*background-color: #fdfdfd;*/
  /*box-shadow: 0 10px 20px rgba(0, 0, 0, 0.075);*/
}

.navigation-portrait .megamenu-panel {
  padding: 25px;
  position: static;
  display: block;
}

.megamenu-panel [class*="container"] {
  width: 100%;
}

.megamenu-panel [class*="container"] [class*="col-"] {
  padding: 0;
}

.megamenu-panel-half {
  width: 50%;
}

.megamenu-panel-quarter {
  width: 25%;
}

.navigation-portrait .megamenu-panel-half,
.navigation-portrait .megamenu-panel-quarter {
  width: 100%;
}

.megamenu-panel-row {
  width: 100%;
}

.megamenu-panel-row:before,
.megamenu-panel-row:after {
  content: "";
  display: table;
  line-height: 0;
}

.megamenu-panel-row:after {
  clear: both;
}

.megamenu-panel-row [class*="col-"] {
  display: block;
  min-height: 20px;
  float: left;
  margin-left: 3%;
}

.megamenu-panel-row [class*="col-"]:first-child {
  margin-left: 0;
}

.navigation-portrait .megamenu-panel-row [class*="col-"] {
  float: none;
  display: block;
  width: 100% !important;
  margin-left: 0;
  margin-top: 15px;
}

.navigation-portrait
  .megamenu-panel-row:first-child
  [class*="col-"]:first-child {
  margin-top: 0;
}

.megamenu-panel-row .col-1 {
  width: 5.583333333333%;
}

.megamenu-panel-row .col-2 {
  width: 14.166666666666%;
}

.megamenu-panel-row .col-3 {
  width: 22.75%;
}

.megamenu-panel-row .col-4 {
  width: 31.333333333333%;
}

.megamenu-panel-row .col-5 {
  width: 39.916666666667%;
}

.megamenu-panel-row .col-6 {
  width: 48.5%;
}

.megamenu-panel-row .col-7 {
  width: 57.083333333333%;
}

.megamenu-panel-row .col-8 {
  width: 65.666666666667%;
}

.megamenu-panel-row .col-9 {
  width: 74.25%;
}

.megamenu-panel-row .col-10 {
  width: 82.833333333334%;
}

.megamenu-panel-row .col-11 {
  width: 91.416666666667%;
}

.megamenu-panel-row .col-12 {
  width: 100%;
}

.megamenu-tabs {
  width: 100%;
  float: left;
  display: block;
}

.megamenu-tabs-nav {
  width: 20%;
  margin: 0;
  padding: 0;
  float: left;
  list-style: none;
}

.navigation-portrait .megamenu-tabs-nav {
  width: 100%;
}

.megamenu-tabs-nav > li > a {
  width: 100%;
  padding: 10px 16px;
  float: left;
  font-size: 13px;
  text-decoration: none;
  color: #343a40;
  border: solid 1px #eff0f2;
  outline: 0;
  background-color: #fff;
}

.megamenu-tabs-nav > li.active a,
.megamenu-tabs-nav > li:hover a {
  background-color: #f5f5f5;
}

.megamenu-tabs-pane {
  width: 80%;
  min-height: 30px;
  padding: 20px;
  float: right;
  display: none;
  font-size: 13px;
  color: #343a40;
  border: solid 1px #eff0f2;
  background-color: #fff;
}

.megamenu-tabs-pane.active {
  display: block;
}

.navigation-portrait .megamenu-tabs-pane {
  width: 100%;
}

.megamenu-lists {
  width: 100%;
  display: table;
}

.megamenu-list {
  width: 100%;
  margin: 0 0 15px;
  padding: 0;
  display: inline-block;
  float: left;
  list-style: none;
}

.megamenu-list:last-child {
  margin: 0;
  border: none;
}

.navigation-landscape .megamenu-list {
  margin: 0px 0;
  padding: 0px 0;
  border-right:none;
}

.navigation-landscape .megamenu-list:last-child {
  border: none;
}

.megamenu-list > li > a {
    width: 100%;
    padding: 15px 10px;
    display: inline-block;
    color: white;
    background: #12141D;
    text-decoration: none;
    font-size: 15px;
    font-weight: 500;
    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;
}

.megamenu-list > li > a:hover {
  background: #6801fa;
  
  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;
  color: #fff;
}

.megamenu-list > li.megamenu-list-title > a {
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  color: #343a40;
}

.megamenu-list > li.megamenu-list-title > a:hover {
  background-color: transparent;
}

.navigation-landscape .list-col-2 {
  width: 50%;
}

.navigation-landscape .list-col-3 {
  width: 33%;
}

.navigation-landscape .list-col-4 {
  width: 33%;
}

.navigation-landscape .list-col-5 {
  width: 20%;
}

.nav-menu > li > a {
  color: white;
  /*text-transform: uppercase;*/
}

.nav-dropdown > li > a {
  color: black;
  padding: 10px 20px;
  /*border-bottom: 1px solid #f6f6f6;*/
}

.nav-dropdown > li > a:hover,
.nav-dropdown > li > a:focus {
  color: black;
  background-size: 320%;
    background-position: right center;
    transition: background .5s ease;
}

.main_header_area.sticky {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #fff;
  z-index: 9999;
  box-shadow: 0 5px 30px rgba(0, 0, 0, 0.1);
}

.transparent-menu {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 99;
}

.navigation-portrait .nav-menu > li > a {
  width: 100%;
  height: auto;
  padding: 10px 10px 10px 30px;
}
.main_header_area{
  height: 0;
  position: relative;
  z-index: 111;
  padding-left: 0px;
    padding-right: 0px;
}

@media only screen and (min-width: 300px) and (max-width: 767px) {
  .nav-dropdown > li > a,
  .megamenu-list > li > a {
    width: 100%;
  }
}

@media (max-width: 991px){
.nav-menu > li > a{color: black;}
.stable {color: #d48f24 !important;}

.nav-menu > li:hover > a,
.nav-menu > li.active > a,
.nav-menu > li.focus > a {
  color: #d48f24;
}
.nav-dropdown > li {
    width: 100%;
    float: left;
    position: relative;
    text-align: left;
}.nav-menu > li > .nav-dropdown{
    background:transparent;
}
}

.container-pad{
    padding: 0 77px !important;
}

.overview{
    float: left;
    width: 100%;
    padding: 88px 0 108px 0;
    background-image: url(../images/ovr-bg.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin-bottom: 84px;
}

.ovr-cnt{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.ovr-txt{
    float: left;
    width: 63%;
}

.sc-icons img{
    width: 234px;
}

.ovr-txt h5{
    color: #332f1b;
    font-size: 23px;
    font-weight: bold;
    margin-bottom: 8px;
}

.sc-icons{
    display: flex;
    align-items: center;
    justify-content: left;
    gap: 16px;
}

.sc-icons img{
    width: 26px;
}

.star-box{
    float: left;
    width: 267px;
    height: 35px;
    padding: 0 19px;
    display: flex;
    align-items: center;
    gap: 8px;
    border-radius: 50px;
    position: relative;
    margin-top: 32px;
    margin-bottom: 16px;
}

.star-box::after{
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 50px;
    padding: 2px;
    
    background: linear-gradient(90deg, #f7dd63 0%, #e6b340 100%);
    
    background-size: 100% 100%;
    background-position: 0% 50%;
    -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
}

.star-box img{
    width: 98px;
}

.ovr-txt .star-box p{
    color: #000;
    font-size: 15px;
    font-weight: normal;
    margin-bottom: 0;
}

.ovr-txt h1{
    float: left;
    color: #DB7E12;
    font-size: 50px;
    font-weight: bold;
    line-height: 111%;
    margin-bottom: 16px;
}

.ovr-txt p{
    float: left;
    color: #6d6d6d;
    font-size: 17px;
    font-weight: normal;
    line-height: 188%;
    margin-bottom: 32px;
}

.ovr-btm{
    float: left;
    display: flex;
    align-items: center;
    gap: 32px;
    margin-bottom: 32px;
}

.ovr-btn a{
    float: left;
    width: 180px;
    height: 52px;
    padding: 13px 39px;
    border-radius: 50px;
    text-decoration: none;
    color: #000;
    font-size: 17px;
    font-weight: normal;
    line-height: 25.5px;
    margin-bottom: 0;
    background: #F7DD63;
    background: linear-gradient(90deg, #F9E267 0%, #da9325 50%, #F9E267 100%);
    
}

.ovr-btn:hover a{
    background: linear-gradient(90deg, #da9325 0%, #F9E267 50%, #da9325 100%);
}

.ovr-rating img{
    width: 306px;
}

.counter-wrapper {
    float: left;
    display: flex;
    gap: 24px;
    justify-content: left;
}

.counter-card {
    border: 1px solid #D6D6D6;
    border-radius: 16px;
    padding: 16px 18px;
    max-width: 215px;
    max-height: 101px;
    display: flex;
    align-items: center;
    gap: 16px;
}

.icon0 img{
    width: 56px;
    height: 56px;
}

.counter-card h3 {
    color: #0d0d0d;
    font-size: 38px;
    font-weight: bold;
    line-height: 50px;
    margin-bottom: 0;
}

.counter-card p {
    color: #0d0d0d;
    font-size: 18px;
    font-weight: normal;
    line-height: normal;
    margin: 0;
}

.ovr-form{
    width: 32%;
}

.iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag{
    background-color: #ffffff00 !important;
}

.iti{
    float: none !important;
}

.iti--allow-dropdown input, .iti--allow-dropdown input[type=text], .iti--allow-dropdown input[type=tel], .iti--separate-dial-code input, .iti--separate-dial-code input[type=text], .iti--separate-dial-code input[type=tel]{
    padding-left: 44px !important;
}

.iti__selected-flag{
    padding: 0 6px 0 0 !important;
}

.enquiry-form{
    margin-bottom: 0;
}

.serv-form2 {
    border: 1px solid #ddd;
    border-radius: 24px;
    padding: 24px 19px;
    background: #fff;
}

.serv-form2 h2 {
    text-align: center;
    margin-bottom: 35px;
    font-size: 32px;
    font-weight: bold;
    background: -webkit-linear-gradient(90deg, #F7DD63 0%, #E6B340 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.serv-field2 {
    position: relative;
    margin-bottom: 25px;
}

.serv-field2 label {
    position: absolute;
    top: -1px;
    left: 12px;
    z-index: 99;
    transform: translateY(-50%);
    font-family: Inter !important;
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 6px;
    color: #121826;
    background-color: #fff;
    padding: 0 4px;
}
.serv-field2 label span{
    background: -webkit-linear-gradient(90deg, #F7DD63 0%, #E6B340 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.serv-field2 input {
    width: 100%;
    padding: 12px 16px;
    border: 1px solid #D2D5DA;
    border-radius: 6px;
    font-family: Inter !important;
    font-size: 14px;
    font-weight: 400;
    outline: none;
    box-shadow: 0 1px 2px 0 #D2D5DA;
}

.input-field{
    width: 100%;
    padding: 12px 16px;
    border: 1px solid #D2D5DA;
    border-radius: 6px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: 0 1px 2px 0 #D2D5DA;
}

.input-field input{
    padding: 0;
    border: none;
    box-shadow: none;
}

.form-icon1{
    float: right;
    width: 18px;
}

.serv-field2 input:focus {
    border-color: #f4b400;
}

.serv-field2 .phone {
    letter-spacing: 0.5px;
}

.enquiry-form button {
    width: 100%;
    height: 60px;
    padding: 12px 0;
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    border: none;
    border-radius: 50px;
    cursor: pointer;
    background: linear-gradient(180deg, #000000 0%, #B57A1F 75%);
    transition: opacity 0.3s ease;
    margin-top: 10px;
}

.enquiry-form button:hover {
    background: linear-gradient(0deg, #000000 0%, #B57A1F 75%);
}

/* #scroll_spy_sec {
    position: sticky;
    top: 84px;               
    z-index: 1020;
    background: #ffffff;
    height: 58px;            
} */

#stickyTrigger{
    position: relative;
    float: left;
    width: 100%;
}

.scroll-head {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    height: 60px;
    padding: 0 6px;
    background-color: #000;
    border-radius: 50px;
    overflow-x: auto;        /* SAFE here */
    white-space: nowrap;
    scroll-behavior: smooth;
}

#scroll_spy_sec {
    background: #ffffff
}

.bg-black {
    box-shadow: none !important
}

/* #service_scrollspy .nav {
    justify-content: space-between
} */

#service_scrollspy .nav {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    padding: 0 6px;
    border: 1px solid #fff;
}

.sticky2 {
  position: fixed;
  top: 10px; 
  width: 100%;
  z-index: 99999;
}

#service_scrollspy .nav-link {
    color: #ffffff;
    border-radius: 50px;
    background-color: #ffffff00;
    text-decoration: none;
    font-size: 20px;
    font-weight: bold;
    padding: 7px 26px;
    transition: background 0.3s, color 0.3s;
}

#service_scrollspy .nav-link.active{
    background-color: #FFF8CC;
    color: #DB7E12;
    position: relative
}

.nav-link{
    float: left;
    width: 133px;
    height: 44px;
    color: #ffffff;
    border-radius: 50px;
    background-color: #ffffff00;
    text-decoration: none;
    font-size: 20px;
    font-weight: bold;
    padding: 6px 26px;
    transition: background 0.3s, color 0.3s;
}

.nav-link.active {
    background-color: #FFF8CC;
    color: #DB7E12;
}

.sb2{
    width: 98px;
}
.sb3{
    width: 90px;
}
.sb4{
    width: 150px;
}
.sb5{
    width: 169px;
}
.sb6{
    width: 96px;
}
.sb7{
    width: 114px;
}
.sb8{
    width: 87px;
}
.sb9{
    width: 124px;
}

.what{
    float: left;
    width: 100%;
    padding: 94px 0;
}

.what-content{
    display: flex;
    align-items: start;
    gap: 25px;
}

.what-lft{
    float: left;
    width: 595px;
}

.what-rht{
    float: left;
    width: 665px;
}

.what-img{
    float: left;
    width: 100%;
    position: relative;
    z-index: 9999;
}

.what-txt{
    float: left;
    width: 100%;
    position: relative;
    z-index: 999;
}

.wh-logo{
    float: left;
    width: 390px;
    position: absolute;
    left: -272px;
    bottom: 69px;
    z-index: 0;
}

.what-txt h3{
    font-size: 50px;
    font-weight: bold;
    line-height: 111%;
    margin-bottom: 16px;
}

.what-txt p{
    color: #6D6D6D;
    font-size: 17px;
    font-weight: normal;
    line-height: 188%;
    margin-bottom: 16px;
}

.wh-pnts{
    margin-bottom: 16px;
}

.pnt1{
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 23px;
}

.pnt1 h6{
    font-size: 20px;
    font-weight: normal;
    margin-bottom: 0;
}

.mb-0{
    margin-bottom: 0 !important;
}

.wh-btn{
    position: relative;
    z-index: 999;
}

.wh-btn a{
    float: left;
    width: 180px;
    height: 52px;
    padding: 13px 52px;
    border-radius: 50px;
    background: linear-gradient(90deg, #F9E267 0%, #da9325 50%, #F9E267 100%);
    text-decoration: none;
    color: #000;
    font-size: 17px;
    font-weight: normal;
    line-height: 25.5px;
}

.wh-btn:hover a{
    background: linear-gradient(90deg, #da9325 0%, #F9E267 50%, #da9325 100%);
}

.why{
    float: left;
    width: 100%;
    padding-top: 102px;
    background-image: url(../images/why-bg.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.why-txt h3{
    color: #ffffff;
    font-size: 50px;
    font-weight: bold;
    line-height: 111%;
    margin-bottom: 26px;
}
 .why-txt p{
    color: #c0c0c0!important;
    font-size: 17px;
    font-weight: normal;
    line-height: 188%;
    margin-bottom: 26px;
}

.why-btm{
    float: left;
    width: 100%;
    display: flex;
    align-items: end;
}

.why-img{
    margin-top: -90px;
    margin-left: -33px;
    /*margin-right:20px;*/
}

.why-btm{
    margin-top: 27px;
}
.pnt2 {
    float: left;
    clear: both; /* Ensures staggered pills stack correctly */
    width: 598px;
    
    /* CHANGE: allow the box to grow if text is long */
    min-height: 63px; 
    height: auto; 
    
    border-radius: 50px;
    background-color: #fff4b488;
    
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 39px;
    
    /* ADD: This stops text from touching the right edge */
    padding: 10px 30px 10px 13px; 
    box-sizing: border-box;
}

.pn2{
    width: 638px;
}

.pn3{
    width: 691px;
}

.pn4{
    width: 773px;
}

.pnt2 h6,.pnt2 h4{
    color: #ffffff;
    font-size: 20px;
    font-weight: normal;
    margin-bottom: 0;
    flex: 1;
    line-height: 1.3;
}

.key-features{
    float: left;
    width: 100%;
    padding-top: 109px;
    padding-bottom: 124px;
}

.key-head h3{
    font-size: 50px;
    font-weight: bold;
    line-height: 111%;
    margin-bottom: 0;
}

.key-txt{
    padding-left: 96px;
}

.key-txt p{
    color: #6D6D6D;
    font-size: 17px;
    font-weight: normal;
    line-height: 188%;
    margin-bottom: 26px;
}

.key-btn a{
    float: left;
    width: 180px;
    height: 52px;
    padding: 13px 43px;
    border-radius: 50px;
    background: linear-gradient(90deg, #F9E267 0%, #da9325 50%, #F9E267 100%);
    text-decoration: none;
    color: #000;
    font-size: 17px;
    font-weight: normal;
    line-height: 25.5px;
}

.features{
    float: left;
    width: 100%;
    padding-top: 61px;
}

.feature-box {
    padding: 31px 0 31px 23px;
    background-image: url(../images/key-bg.webp);
    background-repeat: no-repeat;
    background-position: right;
    background-size: cover;
    border-radius: 17px;
    border: 1px solid #E4E4E4;
    margin-bottom: 24px;
    position: relative;
    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;
}

.feature-box:hover{
    background-image: url(../images/key-bg2.webp);
}

.f-line{
    width: 78px;
    height: 7px;
    border-radius: 50px;
    background-color: #EEC751;
    position: absolute;
    top: -5px;
}

.f-circle{
    width: 45px;
    height: 45px;
    border-radius: 50px;
    background: linear-gradient(90deg, #f7dd63 0%, #e6b340 100%);
    display: flex;
    justify-content: center;
    align-items: center;
    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;
}

.feature-box:hover .f-circle{
    background: linear-gradient(180deg, rgba(0, 0, 0, 1) 0%, rgba(181, 122, 31, 1) 75%);
}

.f-circle2{
    width: 24px;
    height: 24px;
    border-radius: 50px;
    border: 3px solid #ffffff;
}

.feature-box h4 {
    font-size: 24px;
    font-weight: bold;
    margin-top: 17px;
    margin-bottom: 17px;
}

.feature-box p {
    font-size: 18px;
    font-weight: normal;
    line-height: 155%;
    margin-bottom: 0;
}

.feature-box p br{
    display: none;
}

.who{
    float: left;
    width: 100%;
    padding-top: 112px;
    padding-bottom: 98px;
    background-color: #FFFEF0;
}

.who-txt{
    text-align: center;
    margin-bottom: 34px;
}

.who-txt h3{
    font-size: 50px;
    font-weight: bold;
    line-height: 111%;
    margin-bottom: 24px;
}

.who-txt p{
    color: #6D6D6D;
    font-size: 17px;
    font-weight: normal;
    line-height: 188%;
    margin-bottom: 0;
}

.who-box{
    display: flex;
    align-items: start;
    gap: 13px;
    padding: 48px 0 48px 20px;
    margin-bottom: 24px;
    border-radius: 14px;
    border: 1px solid #DBDBDB;
    background-color: #ffffff;
    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;
}

.who-box:hover{
    border: 1px solid #DB7E12;
}

.who-box2{
    padding: 32px 0 32px 20px;
}

.who-icon{
    margin-top: 5px;
}

.box-txt h5{
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 6px;
}

.box-txt p{
    color: #6D6D6D;
    font-size: 17px;
    font-weight: normal;
    line-height: 188%;
    margin-bottom: 0;
}

.who-btn{
    display: table;
    margin: auto;
    margin-top: 24px;
}

.who-btn a{
    float: left;
    width: 180px;
    height: 52px;
    padding: 13px 52px;
    border-radius: 50px;
    background: linear-gradient(90deg, #F9E267 0%, #da9325 50%, #F9E267 100%);
    text-decoration: none;
    color: #000;
    font-size: 17px;
    font-weight: normal;
    line-height: 25.5px;
}

.steps{
    float: left;
    width: 100%;
    padding-top: 149px;
    padding-bottom: 96px;
}

.steps-content{
    float: left;
    width: 100%;
    display: flex;
    align-items: start;
    gap: 41px;
    text-align: left;
}

.steps-txt{
    float: left;
    width: 56%;
}

.steps-txt h3{
    font-size: 50px;
    font-weight: bold;
    line-height: 111%;
    margin-bottom: 24px;
}

.steps-txt p{
    color: #6D6D6D;
    font-size: 17px;
    font-weight: normal;
    line-height: 188%;
    margin-bottom: 14px;
}

.steps-img{
    width: 100%;
    margin-top: -68px;
}

.steps-pnt{
    float: left;
    width: 44%;
}

.timeline {
    position: relative;
    flex: 1;
    padding-left: 50px;
}

.timeline::before {
    content: "";
    position: absolute;
    left: 26px;
    top: 0;
    width: 0;
    border-left: 2px dashed #000;
    height: 95%;
}

.timeline-item {
    position: relative;
    margin-bottom: 79px;
}

.timeline-item:last-child {
    margin-bottom: 0;
}

.icon {
    position: absolute;
    left: -46px;
    top: 0px;
}

.icon img{
    width: 58px;
    height: 58px;
}

.timeline-content {
    margin-left: 30px;
}

.timeline-content h4 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 4px;
}

.timeline-content p {
    color: #5E5E5E;
    font-size: 17px;
    font-weight: normal;
    line-height: 155%;
    margin-bottom: 0;
}

.benifits{
    float: left;
    width: 100%;
    padding: 125px 0;
    background-color: #000;
}

.ben-txt{
    text-align: center;
}

.ben-txt h3{
    color: #fff;
    font-size: 50px;
    font-weight: bold;
    line-height: 111%;
    margin-bottom: 71px;
}

.ben-content{
    float: left;
    width: 100%;
}

.ben-col{
    display: flex;
    align-items: center;
    gap: 21px;
    margin-bottom: 23px;
}

.ben-box{
    width: 100%;
    border-radius: 16px;
    padding: 33px 0 33px 17px;
    background-color: #ffffff;
    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;
}

.ben-box p {
    min-height: 3em; 
    line-height: 1.5;
    margin-bottom: 0;
}

.ben-box:hover{
    border: 4px solid #DB7E12;
    background-color: #FFFEF0;
}

.ben-icon{
    width: 63px;
    height: 63px;
}

.ben-box h4{
    font-size: 24px;
    font-weight: bold;
    margin: 17px 0;
}

.ben-box p{
    font-size: 18px;
    font-weight: normal;
    line-height: 155%;
    margin-bottom: 0;
}

.ben-box2{
    width: 100%;
    padding: 33px 0 33px 17px;
}

.ben-btn{
    display: table;
    margin: auto;
}

.faqs{
    float: left;
    width: 100%;
    padding: 63px 0;
}

.faqs-txt h3{
    font-size: 50px;
    font-weight: bold;
    line-height: 111%;
    text-align: center;
    margin-bottom: 16px;
}

.accordion-container {
    max-width: 748px;
    margin: auto;
}

.accordion-item {
    background: #fff9e6;
    border-radius: 10px !important;
    margin-bottom: 16px;
    overflow: hidden;
    border: 1px solid #EAEAEA !important;
    background-color: #FFFEF0 !important;
}

.accordion-item.active {
    border: none !important;
    background: #F1CE57 !important;
}

.accordion-header {
    width: 100%;
    background: transparent;
    border: none;
    padding: 20px 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 20px;
    font-weight: bold;
    color: #101828;
    cursor: pointer;
    margin-bottom: 0;
    text-align: left;
}

.accordion-item.active .accordion-header{
    padding: 20px 24px 8px 24px;
}

.accordion-header .icon2{
    width: 24px !important;
    height: 24px !important;
}

.accordion-content {
    max-height: 0;
    overflow: hidden;
    padding: 0 24px;
    transition: max-height 0.3s ease, padding 0.3s ease;
}

.accordion-item.active .accordion-content {
    max-height: 200px;
    padding: 0 24px 20px;
}

.accordion-content p {
    color: #667085;
    font-size: 17px;
    font-weight: normal;
    margin-bottom: 0;
}

.features2{
    float: left;
    width: 100%;
    padding: 88px 0;
    background: url(../images/feature-bg.webp);
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
}

.f-txt{
    float: left;
    width: 100%;
}

.f-txt h3{
    text-align: center;
    font-size: 50px;
    font-weight: bold;
    line-height: 111%;
    margin-bottom: 24px;
}

.f-txt p{
    text-align: center;
    color: #6D6D6D;
    font-size: 17px;
    font-weight: normal;
    line-height: 188%;
    margin-bottom: 52px;
}

.f-content{
    float: left;
    width: 100%;
    display: flex;
    align-items: center;
    gap: 19px;
}

.f-box {
    width: 100%;
    border-radius: 17px;
    margin-bottom: 30px;
    background-color: #000;
    padding: 22px 0 22px 22px;
}

.f-box img{
    width: 52px;
    height: 52px;
}

.f-box h4{
    color: #fff;
    margin: 14px 0;
    font-size: 24px;
    font-weight: bold;
}

.f-box p{
    color: #C0C0C0;
    font-size: 17px;
    font-weight: normal;
    line-height: 155%;
    margin-bottom: 0;
}

.f-btn{
    display: table;
    margin: auto;
}

.testimonial{
    float: left;
    width: 100%;
     padding-top: 135px; 
    padding-bottom: 99px;
    background-color: #000000;
}

.test-head h3{
    color: #fff;
    font-size: 50px;
    font-weight: bold;
    line-height: 111%;
    margin-bottom: 0;
}

.test-txt{
    padding-left: 219px;
}

.test-txt p{
    color: #E5E5E5;
    font-size: 17px;
    font-weight: normal;
    line-height: 188%;
    margin-bottom: 26px;
}

.test-btn a{
    float: left;
    width: 180px;
    height: 52px;
    padding: 13px 22px;
    border-radius: 50px;
    background: linear-gradient(90deg, #F9E267 0%, #da9325 50%, #F9E267 100%);
    text-decoration: none;
    color: #000;
    font-size: 17px;
    font-weight: normal;
    line-height: 25.5px;
}

.test-content{
    padding-top: 55px;
    padding-left: 77px;
}

.test-box{
    width: 100%;
    padding: 32px;
    border-radius: 16px;
    background-color: #ffffff;
}

.test-box img{
    width: 122px !important;
}

.test-box p{
    margin-top: 20px;
    color: #0D0D0D;
    font-size: 17px;
    font-weight: normal;
    line-height: 24px;
    margin-bottom: 17px;
}

.test-box h4{
    color: #0D0D0D;
    font-size: 17px;
    font-weight: normal;
    line-height: 24px;
    margin-bottom: 3px;
}

.test-box h5{
    color: #808080;
    font-size: 15px;
    font-weight: normal;
    line-height: 18px;
    margin-bottom: 0;
}

.location{
    float: left;
    width: 100%;
    padding-top: 62px;
    padding-bottom: 94px;
    background-color: #FFFDE6;
}

.loc-content{
    float: left;
    width: 100%;
    display: flex;
    align-items: center;
    gap: 64px;
    margin-bottom: 72px;
}

.loc-img{
    width: 512px;
}

.loc-txt h3{
    font-size: 50px;
    font-weight: bold;
    line-height: 111%;
    margin-bottom: 24px;
}

.loc-txt p{
    color: #6D6D6D;
    font-size: 17px;
    font-weight: normal;
    line-height: 188%;
    margin-bottom: 28px;
}

.connect{
    float: left;
    width: 100%;
    padding-top: 101px;
    padding-bottom: 93px;
}

.cnt-box{
    float: left;
    width: 100%;
    padding: 26px 35px 37px 27px;
    border-radius: 20px;
    border: 1px solid #A9A9A9;
    background-color: #FFFDE6;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.cnt-txt h4{
    color: #0D0D0D;
    font-size: 24px;
    font-weight: bold;
    line-height: 30px;
    margin-bottom: 36px;
}

.author{
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 36px;
}

.author-txt h5{
    font-size: 20px;
    font-weight: normal;
    line-height: 30px;
    margin-bottom: 8px;
}

.author-txt p{
    color: #717272;
    font-size: 17px;
    font-weight: normal;
    line-height: 30px;
    margin-bottom: 0;
}

.cnt-txt p{
    font-size: 17px;
    font-weight: normal;
    line-height: 30px;
    margin-bottom: 0;
}

.cnt-btn a{
    float: left;
    width: 185px;
    height: 39px;
    padding: 7px 28px;
    border-radius: 50px;
    background: linear-gradient(90deg, #F9E267 0%, #da9325 50%, #F9E267 100%);
    text-decoration: none;
    color: #000;
    font-size: 17px;
    font-weight: normal;
    line-height: 25.5px;
}

.rld-serv{
    float: left;
    width: 100%;
    padding: 98px 0;
}

.serv-txt{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 36px;
}

.serv-txt h3{
    font-size: 50px;
    font-weight: bold;
    line-height: 111%;
}

.serv-btn a{
    float: left;
    width: 161px;
    height: 52px;
    padding: 13px 52px;
    border-radius: 50px;
    background: linear-gradient(90deg, #F9E267 0%, #da9325 50%, #F9E267 100%);
    text-decoration: none;
    color: #000;
    font-size: 17px;
    font-weight: normal;
    line-height: 25.5px;
}

.serv-col{
    display: flex;
    align-items: center;
    gap: 21px;
    margin-bottom: 21px;
}

.serv-box{
    float: left;
    width: 100%;
    padding: 23px 18px;
    text-align: center;
    border-radius: 16px;
    text-decoration: none;
    background-color: #FAFAF8;
    border: 0.5px solid #BFBFBF;
    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;
}

.serv-box:hover{
    background-color: #FFFDE6;
}

.serv-box h4{
    color: #212529;
    font-size: 24px;
    font-weight: bold;
    line-height: 24px;
    margin-bottom: 16px;
}

.serv-box p{
    color: #777777;
    font-size: 17px;
    font-weight: normal;
    line-height: 24px;
    margin-bottom: 16px;
}

.sb-btn h5{
    float: left;
    width: 100%;
    height: 46px;
    color: #fff;
    padding: 10px 0;
    font-size: 17px;
    margin-bottom: 0;
    border-radius: 8px;
    font-weight: normal;
    line-height: 25.5px;
    background-color: #141414;
    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;
}

.serv-box:hover .sb-btn h5{
    color: #000;
    background: linear-gradient(90deg, #F9E267 0%, #da9325 50%, #F9E267 100%);
}

.enq-box{
    float: left;
    width: 100%;
    background: url(../images/enq-bg.webp);
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    border-radius: 24px;
    padding: 50px 34px;
    display: flex;
    justify-content: space-between;
    align-items: end;
}

.enq-txt h3{
    font-size: 50px;
    font-weight: bold;
    line-height: 111%;
    margin-bottom: 13px;
}

.enq-txt p{
    color: #777777;
    font-size: 17px;
    font-weight: normal;
    line-height: 188%;
}

.enq-btn a{
    float: right;
    width: 180px;
    height: 52px;
    padding: 13px 45px;
    border-radius: 50px;
    background-color: #fff;
    text-decoration: none;
    color: #000;
    font-size: 17px;
    font-weight: normal;
    line-height: 25.5px;
    transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}

.enq-btn a:hover{
    background-color: #000;
    color: #fff;
}


@media (min-width:1025px) and (max-width:1199px){
    .counter-card h3{
        font-size: 34px;
    }
    .ovr-txt p br{
        display: none;
    }
    .what-txt p br{
        display: none;
    }
    .wh-logo{
        bottom: 390px;
    }
    .why-btm{
        flex-direction: column-reverse;
    }
    .why-img{
        margin-top: -40px;
    }
    .key-head h3 br{
        display: none;
    }
    .key-txt p br{
        display: none;
    }
    .key-txt{
        padding-left: 76px;
    }
    .feature-box{
        height: 250px;
    }
    .feature-box p br{
        display: none;
    }
    .who-txt p br{
        display: none;
    }
    .who-box{
        padding: 30px;
        height: 340px;
    }
    .box-txt p br{
        display: none;
    }
    .steps-img{
        margin-top: 40px;
    }
    .ben-box{
        height: 300px;
        padding: 33px 17px;
    }
    .ben-box p br{
        display: none;
    }
    .f-box{
        height: 310px;
        padding: 22px;
    }
    .f-box p br{
        display: none;
    }
    .test-head h3 br{
        display: none;
    }
    .test-box p br{
        display: none;
    }
    .serv-box{
        height: 270px;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .serv-box h4 br{
        display: none;
    }
    .serv-box p br{
        display: none;
    }
}

@media (min-width:992px) and (max-width:1024px){
    .overview{
        margin-bottom: 0;
    }
    .counter-card h3{
        font-size: 34px;
    }
    .ovr-txt p br{
        display: none;
    }
    .what-txt p br{
        display: none;
    }
    .wh-logo{
        bottom: 390px;
    }
    .why-btm{
        flex-direction: column-reverse;
    }
    .why-img{
        margin-top: -40px;
    }
    .key-head h3 br{
        display: none;
    }
    .key-txt p br{
        display: none;
    }
    .key-txt{
        padding-left: 76px;
    }
    .feature-box{
        height: 250px;
    }
    .feature-box p br{
        display: none;
    }
    .who-txt p br{
        display: none;
    }
    .who-box{
        padding: 30px;
        height: 340px;
    }
    .box-txt p br{
        display: none;
    }
    .steps-img{
        margin-top: 40px;
    }
    .ben-box{
        height: 300px;
        padding: 33px 17px;
    }
    .ben-box p br{
        display: none;
    }
    .f-box{
        height: 310px;
        padding: 22px;
    }
    .f-box p br{
        display: none;
    }
    .test-txt{
        padding-left: 164px;
    }
    .test-txt p br{
        display: none;
    }
    .test-head h3 br{
        display: none;
    }
    .test-box p br{
        display: none;
    }
    .loc-content{
        flex-direction: column;
    }
    .serv-box{
        height: 270px;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .serv-box h4 br{
        display: none;
    }
    .serv-box p br{
        display: none;
    }
    .enq-txt p br{
        display: none;
    }
    #myHeader{
        display: none;
    }
    .what{
        padding: 98px 0;
    }
}

@media (min-width:768px) and (max-width:991px){
    .overview{
        margin-bottom: 0;
    }
    .ovr-cnt{
        flex-direction: column;
    }
    .ovr-txt{
        width: 100%;
    }
    .ovr-form{
        width: 100%;
        padding-top: 40px;
    }
    .ovr-txt p br{
        display: none;
    }
    .what-content{
        flex-direction: column;
    }
    .what-lft, .what-rht{
        width: 100%;
    }
    .what-txt h3{
        text-align: center;
    }
    .what-txt p{
        text-align: center;
    }
    .wh-btn{
        display: table;
        margin: auto;
    }
    .what-txt p br{
        display: none;
    }
    .wh-logo{
        left: 0;
        right: 0;
        margin-inline: auto;
        bottom: 300px;
    }
    .why-txt{
        text-align: center;
    }
    .why-txt p br{
        display: none;
    }
    .why-btm{
        flex-direction: column-reverse;
    }
    .why-pnt{
        width: 100%;
    }
    .pnt2{
        width: 100%;
        padding: 0 13px;
    }
    .why-img{
        margin-top: -40px;
    }
    .key-head h3{
        text-align: center;
        margin-bottom: 26px;
    }
    .key-head h3 br{
        display: none;
    }
    .key-txt p{
        text-align: center;
    }
    .key-txt p br{
        display: none;
    }
    .key-txt{
        padding-left: 0;
    }
    .key-btn{
        display: table;
        margin: auto;
    }
    .feature-box{
        height: 310px;
    }
    .feature-box p br{
        display: none;
    }
    .who-txt p br{
        display: none;
    }
    .who-box{
        padding: 30px;
        height: auto;
    }
    .box-txt p br{
        display: none;
    }
    .steps-content{
        flex-direction: column;
    }
    .steps-txt{
        width: 100%;
    }
    .steps-txt h3{
        text-align: center;
    }
    .steps-txt h3 br{
        display: none;
    }
    .steps-txt p{
        text-align: center;
    }
    .ovr-btn{
        display: table;
        margin: auto;
    }
    .steps-img{
        width: 100%;
        margin-top: 40px;
    }
    .steps-pnt{
        width: 100%;
    }
    .ben-txt h3 br{
        display: none;
    }
    .ben-box{
        height: 340px;
        padding: 33px 17px;
    }
    .ben-box h4{
        font-size: 22px;
    }
    .ben-box p br{
        display: none;
    }
    .f-txt h3 br{
        display: none;
    }
    .f-content{
        flex-direction: column;
    }
    .f-box{
        height: auto;
        padding: 40px;
    }
    .f-box p br{
        display: none;
    }
    .test-txt{
        padding-left: 0;
    }
    .test-txt p br{
        display: none;
    }
    .test-txt p{
        text-align: center;
    }
    .test-head h3 br{
        display: none;
    }
    .test-head h3{
        text-align: center;
        margin-bottom: 24px;
    }
    .test-btn{
        display: table;
        margin: auto;
    }
    .test-box p br{
        display: none;
    }
    .loc-content{
        flex-direction: column;
    }
    .loc-txt h3{
        text-align: center;
    }
    .loc-txt h3 br{
        display: none;
    }
    .loc-txt p{
        text-align: center;
    }
    .serv-col{
        flex-direction: column;
    }
    .serv-box{
        height: auto;
    }
    .serv-box h4 br{
        display: none;
    }
    .serv-box p br{
        display: none;
    }
    .enq-box{
        flex-direction: column;
        align-items: center;
    }
    .enq-txt{
        text-align: center;
    }
    .enq-txt p br{
        display: none;
    }
    #myHeader{
        display: none;
    }
    .what{
        padding: 98px 0;
    }
}

@media (min-width:576px) and (max-width:767px){
    .overview{
        padding: 60px 0;
        margin-bottom: 0;
    }
    .ovr-cnt{
        flex-direction: column;
    }
    .ovr-txt{
        width: 100%;
        text-align: center;
    }
    .sc-icons{
        justify-content: center;
    }
    .star-box{
        float: none;
        display: inline-flex;
    }
    .ovr-txt h3{
        font-size: 40px;
    }
    .ovr-form{
        width: 100%;
        padding-top: 40px;
    }
    .ovr-btm{
        width: 100%;
        flex-direction: column;
    }
    .counter-wrapper{
        width: 100%;
        align-items: center;
        flex-direction: column;
    }
    .ovr-txt p br{
        display: none;
    }
    .what-content{
        flex-direction: column;
    }
    .what-lft, .what-rht{
        width: 100%;
    }
    .what-txt h3{
        font-size: 40px;
        text-align: center;
    }
    .what-txt p{
        text-align: center;
    }
    .wh-btn{
        display: table;
        margin: auto;
    }
    .what-txt p br{
        display: none;
    }
    .why{
        padding-top: 60px;
    }
    .wh-logo{
        left: 0;
        right: 0;
        margin-inline: auto;
        bottom: 380px;
    }
    .why-txt{
        text-align: center;
    }
    .why-txt h3{
        font-size: 40px;
    }
    .why-txt h3 br{
        display: none;
    }
    .why-txt p br{
        display: none;
    }
    .why-btm{
        flex-direction: column-reverse;
    }
    .why-pnt{
        width: 100%;
    }
    .pnt2{
        width: 100%;
        padding: 0 13px;
    }
    .why-img{
        margin-left: 0;
        margin-top: -40px;
    }
    .key-features{
        padding: 60px 0;
    }
    .key-head h3{
        font-size: 40px;
        text-align: center;
        margin-bottom: 26px;
    }
    .key-head h3 br{
        display: none;
    }
    .key-txt p{
        text-align: center;
    }
    .key-txt p br{
        display: none;
    }
    .key-txt{
        padding-left: 0;
    }
    .key-btn{
        display: table;
        margin: auto;
    }
    .feature-box{
        height: auto;
        padding: 31px 23px;
    }
    .feature-box p br{
        display: none;
    }
    .who{
        padding: 60px 0;
    }
    .who-txt h3{
        font-size: 40px;
    }
    .who-txt p br{
        display: none;
    }
    .who-box{
        padding: 30px;
        height: auto;
    }
    .box-txt p br{
        display: none;
    }
    .steps{
        padding: 60px 0;
    }
    .steps-content{
        flex-direction: column;
    }
    .steps-txt{
        width: 100%;
    }
    .steps-txt h3{
        font-size: 40px;
        text-align: center;
    }
    .steps-txt h3 br{
        display: none;
    }
    .steps-txt p{
        text-align: center;
    }
    .ovr-btn{
        display: table;
        margin: auto;
    }
    .steps-img{
        width: 100%;
        margin-top: 40px;
    }
    .steps-pnt{
        width: 100%;
    }
    .benifits{
        padding: 60px 0;
    }
    .ben-txt h3{
        font-size: 40px;
        margin-bottom: 50px;
    }
    .ben-txt h3 br{
        display: none;
    }
    .ben-col{
        flex-direction: column;
    }
    .ben-box{
        height: auto;
        padding: 30px;
    }
    .ben-box h4{
        font-size: 22px;
    }
    .ben-box p br{
        display: none;
    }
    .ben-box2{
        padding: 0;
    }
    .faqs{
        padding: 60px 0;
    }
    .faqs-txt h3{
        font-size: 40px;
    }
    .features2{
        padding: 60px 0;
    }
    .f-txt h3{
        font-size: 40px;
    }
    .f-txt h3 br{
        display: none;
    }
    .f-content{
        flex-direction: column;
    }
    .f-box{
        height: auto;
        padding: 40px;
    }
    .f-box p br{
        display: none;
    }
    .testimonial{
        padding: 60px 0;
    }
    .test-txt{
        padding-left: 0;
    }
    .test-txt p br{
        display: none;
    }
    .test-txt p{
        text-align: center;
    }
    .test-head h3{
        font-size: 40px;
    }
    .test-head h3 br{
        display: none;
    }
    .test-head h3{
        text-align: center;
        margin-bottom: 24px;
    }
    .test-btn{
        display: table;
        margin: auto;
    }
    .test-box p br{
        display: none;
    }
    .location{
        padding: 60px 0;
    }
    .loc-content{
        flex-direction: column;
    }
    .loc-img{
        width: 100%;
    }
    .loc-txt h3{
        font-size: 40px;
        text-align: center;
    }
    .loc-txt h3 br{
        display: none;
    }
    .loc-txt p{
        text-align: center;
    }
    .connect{
        padding: 60px 0;
    }
    .cnt-box{
        padding: 40px;
        flex-direction: column;
    }
    .cnt-txt h4{
        text-align: center;
    }
    .cnt-txt p{
        text-align: center;
        margin-bottom: 36px;
    }
    .author-txt p{
        text-align: left;
    }
    .serv-txt h3{
        font-size: 40px;
    }
    .serv-col{
        flex-direction: column;
    }
    .serv-box{
        height: auto;
    }
    .serv-box h4 br{
        display: none;
    }
    .serv-box p br{
        display: none;
    }
    .enq-box{
        flex-direction: column;
        align-items: center;
    }
    .enq-txt{
        text-align: center;
    }
    .enq-txt h3{
        font-size: 40px;
    }
    .enq-txt p br{
        display: none;
    }
    #myHeader{
        display: none;
    }
    .what{
        padding: 60px 0;
    }
    .iner-bnr-hed{
        text-align: center;
    }
}

@media(max-width: 575px){
    .overview{
        padding: 60px 0;
        margin-bottom: 0;
    }
    .ovr-cnt{
        flex-direction: column;
    }
    .ovr-txt{
        width: 100%;
        text-align: center;
    }
    .sc-icons{
        justify-content: center;
    }
    .star-box{
        float: none;
        display: inline-flex;
    }
    .ovr-txt h3{
        font-size: 36px;
    }
    .ovr-form{
        width: 100%;
        padding-top: 40px;
    }
    .ovr-btm{
        width: 100%;
        flex-direction: column;
    }
    .counter-wrapper{
        width: 100%;
        align-items: center;
        flex-direction: column;
    }
    .container-pad{
        padding-right: calc(var(--bs-gutter-x) * .5) !important;
        padding-left: calc(var(--bs-gutter-x) * .5) !important;
    }
    .ovr-txt p br{
        display: none;
    }
    .what-content{
        flex-direction: column;
    }
    .what-lft, .what-rht{
        width: 100%;
    }
    .what-txt h3{
        font-size: 36px;
        text-align: center;
    }
    .what-txt p{
        text-align: center;
    }
    .wh-btn{
        display: table;
        margin: auto;
    }
    .what-txt p br{
        display: none;
    }
    .why{
        padding-top: 50px;
    }
    .wh-logo{
        left: 0;
        right: 0;
        margin-inline: auto;
        bottom: 500px;
        width: 300px;
    }
    .why-txt{
        text-align: center;
    }
    .why-txt h3{
        font-size: 36px;
    }
    .why-txt h3 br{
        display: none;
    }
    .why-txt p br{
        display: none;
    }
    .why-btm{
        flex-direction: column-reverse;
    }
    .why-pnt{
        width: 100%;
    }
    .pnt2{
        width: 100%;
        height: auto;
        padding: 13px;
    }
    .why-img{
        width: 100%;
        margin-left: 0;
        margin-top: -40px;
    }
    .key-features{
        padding: 50px 0;
    }
    .key-head h3{
        font-size: 36px;
        text-align: center;
        margin-bottom: 26px;
    }
    .key-head h3 br{
        display: none;
    }
    .key-txt p{
        text-align: center;
    }
    .key-txt p br{
        display: none;
    }
    .key-txt{
        padding-left: 0;
    }
    .key-btn{
        display: table;
        margin: auto;
    }
    .feature-box{
        height: auto;
        padding: 31px 23px;
    }
    .feature-box p br{
        display: none;
    }
    .who{
        padding: 50px 0;
    }
    .who-txt h3{
        font-size: 36px;
    }
    .who-txt p br{
        display: none;
    }
    .who-box{
        padding: 30px;
        height: auto;
    }
    .box-txt p br{
        display: none;
    }
    .steps{
        padding: 50px 0;
    }
    .steps-content{
        flex-direction: column;
    }
    .steps-txt{
        width: 100%;
    }
    .steps-txt h3{
        font-size: 36px;
        text-align: center;
    }
    .steps-txt h3 br{
        display: none;
    }
    .steps-txt p{
        text-align: center;
    }
    .ovr-btn{
        display: table;
        margin: auto;
    }
    .steps-img{
        width: 100%;
        margin-top: 40px;
    }
    .steps-pnt{
        width: 100%;
    }
    .benifits{
        padding: 50px 0;
    }
    .ben-txt h3{
        font-size: 36px;
        margin-bottom: 50px;
    }
    .ben-txt h3 br{
        display: none;
    }
    .ben-col{
        flex-direction: column;
    }
    .ben-box{
        height: auto;
        padding: 30px;
    }
    .ben-box h4{
        font-size: 22px;
    }
    .ben-box p br{
        display: none;
    }
    .ben-box2{
        padding: 0;
    }
    .faqs{
        padding: 50px 0;
    }
    .faqs-txt h3{
        font-size: 36px;
    }
    .features2{
        padding: 50px 0;
    }
    .f-txt h3{
        font-size: 36px;
    }
    .f-txt h3 br{
        display: none;
    }
    .f-content{
        flex-direction: column;
    }
    .f-box{
        height: auto;
        padding: 40px;
    }
    .f-box p br{
        display: none;
    }
    .testimonial{
        padding: 50px 0;
    }
    .test-txt{
        padding-left: 0;
    }
    .test-content{
        padding-left: 15px;
    }
    .test-txt p br{
        display: none;
    }
    .test-txt p{
        text-align: center;
    }
    .test-head h3{
        font-size: 36px;
    }
    .test-head h3 br{
        display: none;
    }
    .test-head h3{
        text-align: center;
        margin-bottom: 24px;
    }
    .test-btn{
        display: table;
        margin: auto;
    }
    .test-box p br{
        display: none;
    }
    .location{
        padding: 50px 0;
    }
    .loc-content{
        flex-direction: column;
    }
    .loc-img{
        width: 100%;
    }
    .loc-txt h3{
        font-size: 36px;
        text-align: center;
    }
    .loc-txt h3 br{
        display: none;
    }
    .loc-txt p{
        text-align: center;
    }
    .connect{
        padding: 50px 0;
    }
    .cnt-box{
        padding: 40px;
        flex-direction: column;
    }
    .cnt-txt h4{
        text-align: center;
    }
    .cnt-txt p{
        text-align: center;
        margin-bottom: 36px;
    }
    .author-txt p{
        text-align: left;
    }
    .serv-txt h3{
        font-size: 36px;
    }
    .serv-col{
        flex-direction: column;
    }
    .serv-box{
        height: auto;
    }
    .serv-box h4 br{
        display: none;
    }
    .serv-box p br{
        display: none;
    }
    .enq-box{
        flex-direction: column;
        align-items: center;
    }
    .enq-txt{
        text-align: center;
    }
    .enq-txt h3{
        font-size: 36px;
    }
    .enq-txt p br{
        display: none;
    }
    #myHeader{
        display: none;
    }
    .what{
        padding: 60px 0;
    }
    .iner-bnr-hed{
        text-align: center;
    }
    .iner-bnr-hed{
        text-align: center;
    }
}

@media(max-width: 400px){
    .overview{
        padding: 60px 0;
        margin-bottom: 0;
    }
    .ovr-cnt{
        flex-direction: column;
    }
    .ovr-txt{
        width: 100%;
        text-align: center;
    }
    .sc-icons{
        justify-content: center;
    }
    .star-box{
        float: none;
        display: inline-flex;
    }
    .ovr-txt h3{
        font-size: 32px;
    }
    .ovr-rating img{
        width: 250px;
    }
    .ovr-form{
        width: 100%;
        padding-top: 40px;
    }
    .ovr-btm{
        width: 100%;
        flex-direction: column;
    }
    .counter-wrapper{
        width: 100%;
        align-items: center;
        flex-direction: column;
    }
    .container-pad{
        padding-right: calc(var(--bs-gutter-x) * .5) !important;
        padding-left: calc(var(--bs-gutter-x) * .5) !important;
    }
    .ovr-txt p br{
        display: none;
    }
    .what-content{
        flex-direction: column;
    }
    .what-lft, .what-rht{
        width: 100%;
    }
    .what-txt h3{
        font-size: 32px;
        text-align: center;
    }
    .what-txt p{
        text-align: center;
    }
    .wh-btn{
        display: table;
        margin: auto;
    }
    .what-txt p br{
        display: none;
    }
    .pnt1 h6{
        font-size: 18px;
    }
    .why{
        padding-top: 50px;
    }
    .wh-logo{
        left: 0;
        right: 0;
        margin-inline: auto;
        bottom: 500px;
        width: 300px;
    }
    .why-txt{
        text-align: center;
    }
    .why-txt h3{
        font-size: 32px;
    }
    .why-txt h3 br{
        display: none;
    }
    .why-txt p br{
        display: none;
    }
    .why-btm{
        flex-direction: column-reverse;
    }
    .why-pnt{
        width: 100%;
    }
    .pnt2{
        width: 100%;
        height: auto;
        padding: 13px;
    }
    .pnt2 h6{
        font-size: 18px;
    }
    .why-img{
        width: 100%;
        margin-left: 0;
        margin-top: -40px;
    }
    .key-features{
        padding: 50px 0;
    }
    .key-head h3{
        font-size: 32px;
        text-align: center;
        margin-bottom: 26px;
    }
    .key-head h3 br{
        display: none;
    }
    .key-txt p{
        text-align: center;
    }
    .key-txt p br{
        display: none;
    }
    .key-txt{
        padding-left: 0;
    }
    .key-btn{
        display: table;
        margin: auto;
    }
    .feature-box{
        height: auto;
        padding: 31px 23px;
    }
    .feature-box p br{
        display: none;
    }
    .who{
        padding: 50px 0;
    }
    .who-txt h3{
        font-size: 32px;
    }
    .who-txt p br{
        display: none;
    }
    .who-box{
        padding: 20px;
        height: auto;
    }
    .box-txt p br{
        display: none;
    }
    .steps{
        padding: 50px 0;
    }
    .steps-content{
        flex-direction: column;
    }
    .steps-txt{
        width: 100%;
    }
    .steps-txt h3{
        font-size: 32px;
        text-align: center;
    }
    .steps-txt h3 br{
        display: none;
    }
    .steps-txt p{
        text-align: center;
    }
    .timeline-item{
        margin-bottom: 50px;
    }
    .timeline::before{
        height: 92%;
    }
    .ovr-btn{
        display: table;
        margin: auto;
    }
    .steps-img{
        width: 100%;
        margin-top: 40px;
    }
    .steps-pnt{
        width: 100%;
    }
    .benifits{
        padding: 50px 0;
    }
    .ben-txt h3{
        font-size: 32px;
        margin-bottom: 50px;
    }
    .ben-txt h3 br{
        display: none;
    }
    .ben-col{
        flex-direction: column;
    }
    .ben-box{
        height: auto;
        padding: 30px;
    }
    .ben-box h4{
        font-size: 22px;
    }
    .ben-box p br{
        display: none;
    }
    .ben-box2{
        padding: 0;
    }
    .faqs{
        padding: 50px 0;
    }
    .faqs-txt h3{
        font-size: 32px;
    }
    .features2{
        padding: 50px 0;
    }
    .f-txt h3{
        font-size: 32px;
    }
    .f-txt h3 br{
        display: none;
    }
    .f-content{
        flex-direction: column;
    }
    .f-box{
        height: auto;
        padding: 40px;
    }
    .f-box p br{
        display: none;
    }
    .testimonial{
        padding: 50px 0;
    }
    .test-txt{
        padding-left: 0;
    }
    .test-content{
        padding-left: 15px;
    }
    .test-txt p br{
        display: none;
    }
    .test-txt p{
        text-align: center;
    }
    .test-head h3{
        font-size: 32px;
    }
    .test-head h3 br{
        display: none;
    }
    .test-head h3{
        text-align: center;
        margin-bottom: 24px;
    }
    .test-btn{
        display: table;
        margin: auto;
    }
    .test-box p br{
        display: none;
    }
    .location{
        padding: 50px 0;
    }
    .loc-content{
        flex-direction: column;
        margin-bottom: 50px;
    }
    .loc-img{
        width: 100%;
    }
    .loc-txt h3{
        font-size: 32px;
        text-align: center;
    }
    .loc-txt h3 br{
        display: none;
    }
    .loc-txt p{
        text-align: center;
    }
    .connect{
        padding: 50px 0;
    }
    .cnt-box{
        padding: 20px;
        flex-direction: column;
    }
    .cnt-txt h4{
        text-align: center;
    }
    .cnt-txt p{
        text-align: center;
        margin-bottom: 36px;
    }
    .author-txt p{
        text-align: left;
    }
    .serv-txt h3{
        font-size: 32px;
    }
    .serv-col{
        flex-direction: column;
    }
    .serv-box{
        height: auto;
    }
    .serv-box h4 br{
        display: none;
    }
    .serv-box p br{
        display: none;
    }
    .enq-box{
        flex-direction: column;
        align-items: center;
    }
    .enq-txt{
        text-align: center;
    }
    .enq-txt h3{
        font-size: 32px;
    }
    .enq-txt p br{
        display: none;
    }
    #myHeader{
        display: none;
    }
    .what{
        padding: 50px 0;
    }
    .iner-bnr-hed{
        text-align: center;
    }
}

.sticky-img{
    width: 114px !important;
    position: fixed;
    bottom: 74px;
    right: 77px;
    z-index: 9999999;
}

.social_chat_block {
    text-decoration: none;
    width: 172px;
    position: fixed;
    z-index: 99999999;
    bottom: 10px;
    right: 77px;
    background: #fff;
    border: solid 1px #58585c24;
    text-align: left;
    font-size: 17px;
    padding-left: 25px;
    padding-right: 25px;
    /* line-height: 42px; */
    color: black;
    font-weight: 500;
    transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
    border-radius: 50px;
    float: right;
    padding-top: 10px;
    padding-bottom: 10px;
}
.social_chat_block span {
    font-size: 18px;
    position: relative;
    top: 3px;
}
.wave {
    animation-name: wave-animation;
    animation-duration: 2.5s;
    animation-iteration-count: infinite;
    transform-origin: 70% 70%;
    display: inline-block;
}
.ftr-hand {
    width: 28px;
    margin-left: 8px;
}
.social_chat_block strong img {
    width: 28px;
    float: right;
}


@keyframes wave-animation {
    0% { transform: rotate( 0.0deg) }
   10% { transform: rotate(14.0deg) }  /* The following five values can be played with to make the waving more or less extreme */
   20% { transform: rotate(-8.0deg) }
   30% { transform: rotate(14.0deg) }
   40% { transform: rotate(-4.0deg) }
   50% { transform: rotate(10.0deg) }
   60% { transform: rotate( 0.0deg) }  /* Reset for the last half to pause */
  100% { transform: rotate( 0.0deg) }
}

@media (max-width: 500px) {
.social_chat_block{width:150px; padding-left:13px; padding-right:13px;}
.ftr-hand{width:22px; margin-left: 3px;}   
.social_chat_block span{font-size:17px;}
}

.social_chat_block:hover {
    background: #fcf9e4;
    color: #118d25;
    text-decoration: none !important;
}

.iti__arrow{
    position: relative !important;
    width: 12px !important;
    height: 12px !important;
    border: 0 !important;
}

.iti__arrow::after {
    content: "";
    position: absolute;
    top: 0;
    left: 2px;
    width: 8px;
    height: 8px;
    border-right: 1px solid #6C727F;
    border-bottom: 1px solid #6C727F;
    transform: rotate(45deg);
}