html{
    overflow-x: hidden;
}
body{margin: 0px;font-family: 'Calibri' !important;

position: relative;}


@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: #000000;
    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: 99999;}
.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: 25px;margin-top: 3px;}
.ft-social a img{ float: left;width: 25px;margin-right: 20px;}
.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: 11111;}
.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: 0px;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: 35px;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){
        .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: 15px;}
.mob-b5-bx1-txt{border-bottom: transparent;}

.iner-bnr-hed h3{font-size: 19px;}
.iner-bnr-hed h2{font-size: 30px;line-height: 37px;}
.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;line-height: 37px;}
.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;line-height: 68px;}
.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;}

}






.social_chat_block {
    text-decoration: none;
    width: 172px;
    position: fixed;
    bottom: 10px;
    right: 5px;
    background: #fcf9e4;
    border: solid 1px #58585c24;
    z-index: 777;
    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: white;
    color: #118d25;
    text-decoration: none !important;
}




.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;#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%;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: #c38422;
    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(255 255 255 / 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: #ffffff;
    font-weight: 600;
    margin: 0;
}
.blog-right a p{
    font-size: 16px;
    color: #ffffff;
    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: #fff;
    margin-bottom: 20px;
    font-weight: 600;
    text-align: center;
    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;!i;!;
    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;!i;!;
    }
   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;!i;!;
        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: #c38422;
  padding: 0 !important;!i;!;
}

.main {
  width: 100%;
    /* height: 200vh; */
    min-height: 100%;
    display: flex;
    flex-direction: column;
}

.sidebar a {
    float:left;
    width:100%;
    text-decoration: none;
    color: #ffffff;
    font-size: 17px;
    background: linear-gradient(180deg, #000000 0%, #544226 100%);
    font-weight: 500;
    padding: 10px;
}

.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: #ffffff;
    /* background: #000; */
    margin: 0;
    padding: 10px;
    border-radius: 10px;
    /* text-align: center; */
}

