html{
        overflow-x: hidden;
}
body{
    margin: auto;
    overflow-x: hidden;
    font-family: 'Neue Montreal' !important;
    
}

p{
    margin-bottom: 0;
}
@font-face {
    font-family: 'Neue Montreal';
    src: url('../fonts/NeueMontreal-Bold.woff2') format('woff2'),
        url('../fonts/NeueMontreal-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Neue Montreal';
    src: url('../fonts/NeueMontreal-Medium.woff2') format('woff2'),
        url('../fonts/NeueMontreal-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Neue Montreal';
    src: url('../fonts/NeueMontreal-BoldItalic.woff2') format('woff2'),
        url('../fonts/NeueMontreal-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Neue Montreal';
    src: url('NeueMontreal-Light.woff2') format('woff2'),
        url('NeueMontreal-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Neue Montreal';
    src: url('../fonts/NeueMontreal-MediumItalic.woff2') format('woff2'),
        url('../fonts/NeueMontreal-MediumItalic.woff') format('woff');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Neue Montreal';
    src: url('../fonts/NeueMontreal-LightItalic.woff2') format('woff2'),
        url('../fonts/NeueMontreal-LightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Neue Montreal';
    src: url('../fonts/NeueMontreal-Regular.woff2') format('woff2'),
        url('../fonts/NeueMontreal-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Neue Montreal';
    src: url('../fonts/NeueMontreal-Italic.woff2') format('woff2'),
        url('../fonts/NeueMontreal-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}@font-face {
    font-family: 'Noto Serif Display';
    src: url('../fonts/NotoSerifDisplay-Italic.eot');
    src: url('../fonts/NotoSerifDisplay-Italic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/NotoSerifDisplay-Italic.woff2') format('woff2'),
        url('../fonts/NotoSerifDisplay-Italic.woff') format('woff'),
        url('../fonts/NotoSerifDisplay-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Noto Serif Display';
    src: url('../fonts/NotoSerifDisplay-Regular.eot');
    src: url('../fonts/NotoSerifDisplay-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/NotoSerifDisplay-Regular.woff2') format('woff2'),
        url('../fonts/NotoSerifDisplay-Regular.woff') format('woff'),
        url('../fonts/NotoSerifDisplay-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
#owl-demo .item h1{
  display: block;
  width: 100%;
  height: auto;
  text-align:center;
}
#owl-demo .item{
  padding:40px 0;
}
.slide-progress:after{
    position: absolute;
    content:'';
    /* background: #F8DBB6; */
    /* width: 100%; */
    /* height: 4px; */
}
.slide-progress {
  width: 0;position:relative;
  max-width: 80%;
  height: 4px;
  background: #F69C2A;
  float: left;
}

.stats-section {
  background: #F5EFEB;
  padding: 80px 20px;
  float: left;
  width: 100%;
}

.stats-container {
  /* max-width: 1200px; */
  margin: auto;
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 30px;
}

.stats-left h2 {
  font-size: 56px;
  font-weight: 500;
  line-height: 1.2;
  color: #1F3240;
}

.stats-left h2 span {
  font-weight: 400;
  font-family: 'Noto Serif Display';
  font-style: italic;
}

.stats-left p {
  margin: 20px 0 30px;
  color: #5c5c5c;
  line-height: 160%;
  max-width: 480px;
  font-size: 18px;
  color: #6D6B6A;
}

.btn-group {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 40px;
}

.btn-primary {
  background: #c5531a;
  color: #fff;
  padding: 10px 22px;
  border-radius: 6px;
  text-decoration: none;
  font-size: 14px;
}

.btn-arrow {
  background: #c5531a;
  color: #fff;
  padding: 10px 14px;
  border-radius: 6px;
  text-decoration: none;
}

.image-box img {
  width: 100%;
  /* border-radius: 14px; */
  /* margin-top: 20px; */
  height: 314px;
  object-fit: cover;
}

/* RIGHT SIDE */
.stat-box{
    width: 100%;
    float: left;
    padding-top: 140px;
    border-top: 1px solid #cecece;
    border-right: 1px solid #cecece;
    padding-left: 10px;
}
.stats-right {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  /* gap: 40px; */
  align-content: start;
  padding-right: 3px;
}.odometer.odometer-auto-theme .odometer-value, .odometer.odometer-theme-default .odometer-value {
    text-align: center;
    font-family: 'Neue Montreal' !important;
}

.stat-box h3 {
  font-size: 67px;
  color: #1F3240;
  margin-bottom: 10px;
  font-weight: 500;
}

.stat-box p {
  font-size: 16px;
  color: #6D6B6A;
  line-height: 1.6;
  font-weight: 400;
  padding-bottom: 15px;
}

/* CTA CARD */
.cta-box {
  background: #c5531a;
  color: #fff;
  padding: 30px;
  border-radius: 14px;
  grid-column: 2 / 3;
}

.cta-box p {
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 20px;
}

.cta-box a {
  color: #fff;
  font-size: 14px;
  text-decoration: none;
  font-weight: 500;
}

/* RESPONSIVE */
@media (max-width: 992px) {
  .stats-container {
    grid-template-columns: 1fr;
  }

  .stats-right {
    grid-template-columns: 1fr 1fr;
  }

  .cta-box {
    grid-column: span 2;
  }
}

@media (max-width: 600px) {
  .stats-right {
    grid-template-columns: 1fr;
  }

  .cta-box {
    grid-column: span 1;
  }
}


.p1-left{width: 100%;float: left;margin-top: 105px;position: relative;}
.p1-left h6{font-size: 16px;color: #312E43;font-weight: 500;margin-bottom: 20px;float: left;width: 100%;}
.p1-left p{
    font-size: 32px;
    font-weight: 500;
    line-height: 161%;
    margin-top: 20px;
    margin-bottom: 20px;
}
.pr-bx-img:before {
    content: '';
    position: absolute;
    top: -100%;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(227, 130, 29, 0.45), rgba(227, 130, 29, 0.15), rgba(227, 130, 29, 0));
    opacity: 0;
    z-index: 2;
}
.pr-bx-img{
    float:left;width:100%;position:relative;overflow:hidden;
}
.pr-bx-img:hover::before {
    animation: bulbOn 0.8s ease-out forwards;
}
.image-box:before {
    content: '';
    position: absolute;
    top: -100%;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(227, 130, 29, 0.45), rgba(227, 130, 29, 0.15), rgba(227, 130, 29, 0));
    opacity: 0;
    z-index: 2;
}
.abt1:before{
   content: '';
  position: absolute;
  top: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    to bottom,
    rgba(227, 130, 29, 0.45),
    rgba(227, 130, 29, 0.15),
    rgba(227, 130, 29, 0)
  );
  opacity: 0;
  z-index: 2;
}.why-us-img:before{
   content: '';
  position: absolute;
  top: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    to bottom,
    rgba(227, 130, 29, 0.45),
    rgba(227, 130, 29, 0.15),
    rgba(227, 130, 29, 0)
  );
  opacity: 0;
  z-index: 2;
}
@-webkit-keyframes circle {
  0% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  100% {
    width: 200%;
    height: 200%;
    opacity: 0;
  }
}
@keyframes circle {
  0% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  100% {
    width: 200%;
    height: 200%;
    opacity: 0;
  }
}.why-us-img:hover::before {
    animation: bulbOn 0.8s ease-out forwards;
}.image-box:hover::before {
    animation: bulbOn 0.8s ease-out forwards;
}
.abt1:hover::before{
     animation: bulbOn 0.8s ease-out forwards;


}@keyframes bulbOn {
  0% {
    top: -100%;
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  100% {
    top: 100%;
    opacity: 0;
  }
}
.product-cat{width: 100%;float: left;padding: 100px 0 100px 9%;}
.product-cat h6{color: #F69C2A;font-weight: 500;margin-bottom: 20px;float: left;width: 100%;font-size: 16px;text-transform: uppercase;}
.product-cat h2{color: #1F3240;font-size: 56px;width: 40%;font-weight: 500;margin: 0;}
.product-cat h2 span{font-weight: 400;font-family: 'Noto Serif Display';font-style: italic;}
.pr-box{width: 100%;margin-bottom: 30px;float: left;position: relative;}
.pr-box img{height: 516px;object-fit: cover;width: 100%;}
.pr-box h5{
    text-transform: uppercase;
    font-size: 20px;
    color: #000;
    font-weight: 500;
    float: left;
    width: 100%;
    margin-top: 10px;
}

 .abt1{float: left;width: 100%;position: relative;overflow: hidden;}
 .op{position: absolute;bottom: -150px;right: -110px;}
 .abt1-img{width: 100%;}
 .abt1:hover .abt1-img{}
.banner{width: 100%;float: left;margin-top: 0;position: relative;overflow: hidden;}
.ban-img{
  
width: 100%;
  
float: left;
}

.image-slider {
      z-index: 0;
      margin: 0 auto;
      padding: 0;
      width: 100%;
      height: 100vh;
      float: left;
}

.image-slide {
      height: 100vh;
      margin: 0 auto;
}

.slick-slide.slick-center {
      transform: scale(1.2);
      transition: transform .8s 1.4s cubic-bezier(.84, 0, .08, .99);
}

.slick-slide {
      transition: transform .7s cubic-bezier(.84, 0, .08, .99);
}

.slider-control {
      margin: 0%;
      position: absolute;
      z-index: 2;
      bottom: 4%;
      left: 15%;
      transform: translate(-50%, -50%);
      display: flex;
}



button:focus {
      outline: none;
}




.text-slider-wrapper {
      z-index: 2;
      position: absolute;
      width: 100%;
      top: 38%;
}

.text-slider {
      margin: 0%;
      padding: 0%;
      height: 100vh;
}

.text-slide h1 {
      color: #fff;
      font-size: 55px;
      font-weight: 700;
      width: 55%;
}

@media(max-width: 990px) {
      .block-2, .overlay {
            display: none;
      }

      .block-1 {
            width: 50%;
      }

      .block-3 {
            width: 12%;
      }

      .slide-slick {
            display: none !important;
      }

      .text-slide h1 {
            font-size: 32px !important;
            width: 89%;
      }

      .text-slider-wrapper {
            position: absolute;
            top: 39% !important;
      }

      .slider-control {
            left: 22.5%;
      }
}
.text-slide h6{

font-size: 23px;

color: #fff;

font-weight: 500;

text-decoration: underline;
}.text-slide h1 span{
  
color: #d6cffa;
}.image-slide {
    height: 100vh;
    margin: 0 auto;
    float: left;
}

.social_chat_block {
    border: 1px solid #23537c;
    border-radius: 30px;
    width: 172px;
    position: fixed;
    bottom: 10px;
    right: 2%;
    background: #ffffff;
    /* border: solid 1px #58585c24; */
    z-index: 9;
    text-align: left;
    text-decoration: none;
    font-size: 15px;
    padding-left: 25px;
    /* transform: skewX(-15deg); */
    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; 
    transform: skewX(15deg);
    font-weight: 600;
    color: #23537c;
}.ftr-hand {
    width: 28px;
    transform: skewX(15deg);
    margin-left: 8px;
}
.wave {
    animation-name: wave-animation;
    animation-duration: 2.5s;
    animation-iteration-count: infinite;
    transform-origin: 70% 70%;
    display: inline-block;
}.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) }
}


.float-sm-new {
   background: #0c0c16;
    /*text-transform: uppercase;*/
    padding: 8px 8px 11px 23px;
    width: 242px;
    position: fixed;
    right: -170px;
    z-index: 11;
    font: normal normal 10px Arial;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
   top: 41%;
    height: 50px;
    text-align: left;
    line-height: 34px;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;

}

.float-sm-new img {
    margin-right: 15px;
    margin-left: 5px;
    width: 30px;
}

.float-instt {
   color: #fff!important;
    text-decoration: none;
    text-align: center;
    line-height: 38px!important;
    vertical-align: top!important;
    font-size: 15px;
    text-decoration: none;
}

.float-sm-new:hover {
    right: 0
}

.float-sm-new2 {
    top: calc(40% + 60px);
    /*top: 50%;*/
    background-color:#d8033d;
}

.float-sm-new2 img{
    width: 30px !important;
}
.float-sm-new3 {
    top: 320px
}

.float-sm-new4 {
    top: 375px
}










.header {
    width: 100%;
    float: left;
    position: relative;
    z-index: 11;;
}
.main-hdr{
    width: 100%;
    float: right;
    padding-top: 52px;
    padding-left: 0;
    position: relative;
}
.logo{
    /* width: 100%; */
    /* float: left; */
    /* padding-top: 18px; */
    /* padding-bottom: 18px; */
}#main-header .header-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.logo img{
    width: 100%;
    float: left;
    /* max-width: 127px; */
}
.head-menu{
    
    width: 100%;
    float: left;
}
.red{
    width: auto;
    float: left;
    padding-left: 13px;
    padding-top: 4px;
}
.red img{
    width: 100%;
    float: left;
    max-width: 27px;
}

/*222*/







/* ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ Floating small-slider aligned above active dot */


/*222*/




.owl-carousel .owl-nav.disabled {
    display: none;
}


.slider-ban .owl-dots {
    position: absolute;
    bottom: 36px;
    right: 9%;
    display: flex;
    gap: 18px;
    z-index: 10;
}
.slider-ban .owl-dots button span {
    background: white;
    width: 95px;
    height: 3px;
    display: block;
    position: relative;
    z-index: 999;
}
.slider-ban .owl-dot.active span {
    background: #a5a7a7;
}

.small-slider {
    position: absolute;
    bottom: 55px; /* Just above dots */
    left: 0;
    transition: left 0.4s ease;
    z-index: 20;
    width: 95px;
}


.small-slider .item {
    width: 100%;
}
.small-slider .item img {
    width: 100%;
}

.small-img {
  width: 95px !important;
  height: auto;
}
.banner {
    /* width: 100%; */
    /* float: left; */
    /* position: relative; */
    /* margin-top: -162px; */
}
.banner img{
    width: 100%;
    float: left;
    position: relative;
}
.bnt-tex{
    width: 100%;
    float: left;
    position: absolute;
    top: 255px;
}
.bnt-tex h2{
    width: 50%;
    float: left;
    text-align: left;
    color: #FFFFFF;
    margin-bottom: 0;
    font-size: 56px;
    font-weight: 600;
    line-height: 120%;
    padding-bottom: 30px;
}
.read-more {
    float: left;
}

.read-more a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 191px;
    height: 49px;
    padding: 0 6px 0px 13px;
    background: #FFFFFF;
    color: #F30344;
    text-decoration: none;
    font-size: 16px;
    font-weight: 400;
    border-radius: 42px;
    box-sizing: border-box;
    overflow: hidden;
    transition: color 0.3s ease;
}

/* Animated hover background */
.read-more a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 0%;
    height: 100%;
    background-color: #F30344;
    z-index: 0;
    transition: width 0.4s ease;
    border-radius: 42px;
}

.read-more a:hover::before {
    width: 100%;
}

/* Text should appear above background */
.read-more .btn-text,
.read-more .cir {
    position: relative;
    z-index: 1;
    transition: color 0.3s ease, background 0.3s ease;
}

/* On hover, change text and .cir styles */
.read-more a:hover .btn-text {
    color: #FFFFFF;
}

.read-more a:hover .cir {
    background: #FFFFFF;
}

/* Circle arrow container */
.read-more .cir {
    width: 38px;
    height: 38px;
    border-radius: 100%;
    background: #F30344;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

/* Arrow image */
.read-more .cir img {
    max-width: 12px;
    width: 100%;
    height: auto;
    transition: filter 0.3s ease;
}

/* Optional: Invert arrow color on hover (if using a red arrow image) */
.read-more a:hover .cir img {
    filter: invert(1);
}





.section2{
    width: 100%;
    float: left;
    padding: 80px 0;
}
.stin-main{
    width: 100%;
    float: left;
}
.allbx{
    float: left;
    background-image: url('../images/star.png');
    width: 13px;
    height: 13px;
    margin-top: 5px;
    background-size: contain;
}.stion-allbx h6 img{
        width: 13px;
    height: 13px;
    margin-top: -2px;
    margin-right: 6px;
}
.stion-allbx h6{
    width: auto;
    float: left;
    text-align: left;
    color: #F96011;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 0;
    padding-left: 16px;
}
.stion-allbx{
    width: 40%;
    float: left;
}.stion-allbx p{
    color: #383838;
    font-size: 16px;
    font-weight: 400;
    margin-top: 113px;
    width: 98%;
    float: left;
    line-height: 164%;
}
.section2-pera{
    width: 60%;
    float: left;
    padding-left: 0;
    margin-top: -11px;
}

.section2-pera1 {
  padding-bottom: 18px;
  width: auto;
  float: left;
}

.section2-pera1 span {color: #7D7D7D;}

.section2-pera1 p {
  float: left;
  width: 100%;
  font-size: 40px;
  font-weight: 500;
  line-height: 140%;
  color: #000;
}







.cound{
    width: auto;
    float: left;
    padding-top: 45px;
    padding-right: 118px;

}
.cound h4{
    width: 100%;
    float: left;
    text-align: left;
   
    margin-bottom: 0;

    
}
.cound h5{
    width: 100%;
    float: left;
    text-align: left;
    color: #606060;
    font-size: 22px;
    font-weight: 400;
    margin-bottom: 0;
    padding-top: 5px;
}



.counter-box {
    /* font-size: 75px; */
    /* font-weight: 600; */
    height: 84px;
    display: inline-flex
;
    align-items: flex-start;
    /* white-space: nowrap; */
    /* font-variant-numeric: tabular-nums; */
    gap: 0;
    overflow: hidden;
    /* background: linear-gradient(to bottom, #80C747 0%, #343E2C 100%); */
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    user-select: none;
    position: relative;
}
.number-block {
    display: flex
;
    flex-direction: column;
    transition: transform 2.5s ease-in-out;
    padding: 0;
    margin: 0;
}
.suffix-container {
    font-weight: 400;
    font-size: 80px;
    background: #DC093E;
    background: linear-gradient(246deg, rgba(220, 9, 62, 1) 0%, rgba(101, 9, 30, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    
}
.suffix-container span {
    margin-left: 0.02em;
}



.number-block div {
    font-size: 80px;
    font-weight: 400;
    background: #DC093E;
background: linear-gradient(246deg, rgba(220, 9, 62, 1) 0%, rgba(101, 9, 30, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    height: 100px;
    display: flex;
    overflow: hidden;
    gap: 0;
    position: relative;
}



.counter-box {  
}
.digit-wrapper {
    display: inline-flex;
    position: relative;
    overflow: hidden;
    height: 100px;
    min-width: 1ch;
}
.digit {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    transition: transform 1s ease-in-out;
}
.digit div {
    height: 100px;
    line-height: 100px;
    display: flex
;
    justify-content: center;
    align-items: center;
    background: #DC093E;
background: linear-gradient(246deg, rgba(220, 9, 62, 1) 0%, rgba(101, 9, 30, 1) 100%);
     -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.digit-wrapper {
    display: inline-flex
;
    position: relative;
    overflow: hidden;
    height: 100px;
    min-width: 1ch;
}
.suffix {
    display: inline-block;
    margin-left: 7px;
    /* position: relative; */
    margin-top: 15px;
}
.section3{width: 100%;float: left;background: #FFFAEE;padding-top: 70px;padding-bottom: 99px;position: relative;overflow: hidden;}
.s3-innsideimg {
  width: auto;
  float: left;
  position: absolute;
  right: 0;
  top: 0;
}

.s3-innsideimg svg {
  width: 690px;
  float: left;
}

.cls-2 {
  stroke: #870927;
  fill: transparent;
  transition: fill 3s ease-in-out, stroke 3s ease-in-out;
}

.s3-innsideimg:hover .cls-2 {
  fill: #f30344;
  stroke: #f30344;
}



.stion3-hd{
    width: 100%;
    float: left;
}
.inx-all{
    width: 50%;
    float: left;
}
.llsqr{
    float: left;
    background-image: url(../images/star.png);
    width: 13px;
    height: 13px;
    margin-top: 5px;
    background-size: contain;
    margin-right: 10px;
}
.inx-all h2{
    font-size: 18px;
    color: #F96011;
    font-weight: 600;
}
.stion3-hd h3{
    font-size: 51px;
    color: #240C00;
    font-weight: 500;
    padding-bottom: 45px;
}
.stion3-hd h3 span {
  background: linear-gradient(90deg, #ffffff, #f30344, #ffffff);
  background-size: 200% auto; /* Twice as wide for smooth movement */
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: leftToRightGradient 4s linear infinite;
}

@keyframes leftToRightGradient {
  0% {
    background-position: 0% center;
  }
  100% {
    background-position: 200% center;
  }
}


.body3main{
    width: 100%;
    float: left;
}
.accordion {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
    height: 544px;
}
.accordion .tabs.is-active {
    flex: 2;
    flex-shrink: 0;
}
.accordion .tabs.is-active .tab-header {
    width: 0;
    visibility: hidden;
    opacity: 0;
}


.accordion .tabs .tab-header {
    display: flex
;
    flex-direction: column;
    justify-content: space-between;
    color: black;
    width: 100%;
    visibility: visible;
    opacity: 1;
}
.accordion .tabs .tab-header .text > div {
    position: absolute;
    /* transform: rotate(270deg); */
    transform-origin:center;
    width: 100%;
    bottom: 20px;
    font-weight: 600;
    font-size: 28px;
    color: white;
    text-transform: capitalize;
    padding-left: 10px;
    /* line-height: 29px; */
}

.accordion .tabs .tab-header .text > section {
    position: absolute;
    transform: rotate(270deg);
    transform-origin:center;
    width: 100%;
    top: -40px;
    font-weight: 500;
    font-size: 24px;
    color: white;
    /* line-height: 29px; */
}














.accordion .tabs.is-active .tab-content {
    visibility: visible;
    opacity: 1;
}
.accordion .tabs .tab-content {
    visibility: hidden;
    opacity: 0;
    color: white;
    /* position: relative; */
    width: 100%;
    /* bottom: 0; */
    float: left;
}
.accordion .tabs.is-active .tab-content .tab-content-wrapper {
    visibility: visible;
    opacity: 1;
    width: 100%;
    height: 544px;
    /* float: left; */
    padding: 30px 15px;
    background-size: cover;
    background-repeat: no-repeat;
    /*background-image: url('../images/CardItem.png');
    background: #484E54;*/
}
.accordion .tabs .tab-content .tab-content-wrapper {
    position: absolute;
    z-index: 3;
    left: 0;
    bottom: 0;
    visibility: hidden;
    opacity: 0;
    transition: all 0.5s 0.3s;
}
.accordion .tabs .tab-content .tab-img {
    position: absolute;
    top: 0rem;
    left: 0rem;
    right: 0rem;
    height: auto;
    width: auto;
    min-width: 100%;
    min-height: 100%;
    z-index: 2;
}
.accordion .tabs .tab-content .tab-img img {
    width: 100%;
    height: 544px;
    object-fit: cover;
}
.accordion .tabs.is-active::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    /* background-color: rgba(0, 0, 0, 0.5); */
    z-index: 2;
}
.accordion .tabs + .tabs {
    border-left: 0.1rem solid #8F8F8F;
}
.accordion .tabs2 {
    background: url(../images/wws2.webp);
    background-position: center;
}
.accordion .tabs {
    flex: 1;
    background-size: cover;
    background-repeat: no-repeat;
    /* padding: 25px;*/
    display: flex;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    transition: all 0.5s;
    width: 96%;
    margin: 0px 1% 0px 0px;
}
.tab-para1 {
    font-weight: 600;
    font-size: 48px;
    color: #FFFFFF;
    padding-bottom: 14px;
    margin-bottom: 0;
    text-transform: capitalize;
    position: absolute;
    bottom: 60px;
}
.tab-para {
    width: 89%;
    font-weight: 400;
    font-size: 16px;
    line-height: 151%;
    color: #FFFFFF;
    position: absolute;
    bottom: 22px;
    margin-bottom: 0px;
}
.section4{
    width: 100%;
    float: left;
  background: #FEE8EE;
background: linear-gradient(150deg, rgba(254, 232, 238, 1) 0%, rgba(254, 232, 238, 1) 28%, rgba(252, 196, 211, 1) 70%, rgba(249, 128, 160, 1) 100%);
padding: 100px 0;
}
.section4main{
    width: 100%;
    float: left;
}
.sertion4-hd {
    width: 51%;
    float: left;
}
.s-4 h2{
background: #000000;
background: linear-gradient(100deg, rgba(0, 0, 0, 1) 0%, rgba(102, 102, 102, 1) 100%);
-webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.sertion4-hd h3{
width: 100%;
float: left;
text-align: left;
color: #060606;
font-weight: 400;
margin-bottom: 0;
font-size: 55px;
line-height: 120%;
padding-top: 24px;
}
.sertion4-hd h3 span {
 background: linear-gradient(90deg, #000000, #f30344, #000000);
  background-size: 200% auto; /* Twice as wide for smooth movement */
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: leftToRightGradient 4s linear infinite;
}

@keyframes leftToRightGradient {
  0% {
    background-position: 0% center;
  }
  100% {
    background-position: 200% center;
  }
}










.sertion4-p {
    padding-left: 55px;
    padding-top: 60px;
    width: 49%;
    float: left;
}
.sertion4-p p{
    width: 100%;
    float: left;
    text-align: left;
    color: #575757;
    font-size: 18px;
    font-weight: 400;
    line-height: 151%;
    padding-bottom: 25px;
}
.s4-a a{
width: 161px;
height: 49px;
color: #F30344;
border: 1px solid #F30344;
background: transparent;


}
.section5{
padding: 100px 0;
    width: 100%;
    float: left;
}
.section5-hd{
    width: 100%;
    float: left;
}

.s-5 {
    display: flex;
    align-items: center;       /* Vertically center .llsqr and h2 */
    justify-content: center;   /* Horizontally center the whole block */
                  /* Space between square and text */
}

.s-5 h2{

    background: #000000;
    background: linear-gradient(100deg, rgba(0, 0, 0, 1) 0%, rgba(102, 102, 102, 1) 100%);
  -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

}
.section5-hd h3{
    width: 100%;
    float: left;
    text-align: center;
    color: #060606;
    margin-bottom: 0;
    font-size: 55px;
    font-weight: 400;
    line-height: 120%;
    padding-top: 24px;
    padding-bottom: 50px;
}
.section5-hd h3 span {
background: linear-gradient(90deg, #000000, #f30344, #000000);
  background-size: 200% auto; /* Twice as wide for smooth movement */
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: leftToRightGradient 4s linear infinite;
}

@keyframes leftToRightGradient {
  0% {
    background-position: 0% center;
  }
  100% {
    background-position: 200% center;
  }
}











.section5-fimg{
    width: 55%;
    float: left;
    position: relative;
        overflow: hidden;
}
.section5-fimg:hover::before {
    -webkit-animation: shine .75s;
    animation: shine .75s;
}
.section5-fimg:before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    background: linear-gradient(to right, rgb(255 255 255 / 23%) 0%, rgb(255 255 255 / 31%) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}
@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}
@keyframes shine {
  100% {
    left: 125%;
  }
}













.stn5-imgtext{
    width: auto;
    float: left;
    position: absolute;
    bottom: 0;
    left: 24px;
}
.stn5-imgtext h2{
    width: 100%;
    float: left;
    text-align: left;
    color: #FFFFFF;
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 0;
    padding-bottom: 15px;

}
.stn5-imgtext p{
    width: 100%;
    float: left;
    text-align: left;
    color: #A4A4A4;
    font-size: 16px;
    font-weight: 400;
    line-height: 130%;
    padding-bottom: 24px;
}
.colorfullimg{
    width: 30%;
    float: left;
    position: relative;
    overflow: hidden;
}

.colorfullimg:hover::before {
    -webkit-animation: shine .75s;
    animation: shine .75s;
}
.colorfullimg:before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    background: linear-gradient(to right, rgb(255 255 255 / 23%) 0%, rgb(255 255 255 / 31%) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}









.colorfullimg img{
    width: 100%;
    float: left;
    max-width: 314px;
}
.colorfullimg-atag h6 {
    width: 100%;
    float: left;
    text-align: left;
    color: #FFFFFF;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 0;
    padding-bottom: 13px;
}
.Frame57 {
    width: auto;
    float: left;
    position: absolute;
    left: 40px;
    top: 148px;
}
.Frame57 h5{
    width: 100%;
    float: left;
    text-align: left;
    color: #FFFFFF;
    font-size: 30px;
    font-weight: 600;
}

.colorfullimg-atag{
   
    width: auto;
    float: left;
    position: absolute;
    bottom: 120px;
    left: 26px;
}
.colorfula a::before{
    border: 1px solid white;
}
.colorfula a{
background: white;
width: 123px;
height: 38px;
font-size: 13px;
}

.read-more .st-5rd {
    width: 25px;
    height: 25px;
}
/*.clier{
    padding-bottom: 55px !important;
}*/
.cints {
    width: 100%;
    float: left;
    padding-top: 55px;
}
.clints-img{
    width: 100%;
    float: left;
}
.clints-img img{
    width: 100%;
    float: none;
    margin: auto;
    display: flex;
    text-align: center;
    max-width: 90%;
}
.clint-carousel .owl-dots{
    display: none;
}
.service-carousel .owl-dots{
    display: none;
}
.cints h6{

    width: 100%;
    float: left;
    text-align: center;
    color: #060606;
    margin-bottom: 0;
    font-size: 50px;
    font-weight: 400;
    line-height: 120%;
    padding-top: 24px;
    padding-bottom: 50px;

}
.cints h6 span {
background: linear-gradient(90deg, #000000, #f30344, #000000);
  background-size: 200% auto; /* Twice as wide for smooth movement */
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: leftToRightGradient 4s linear infinite;
}


.section5-fimg img{
    width: 100%;
    float: left;
    max-width: 610px;
}
.stion5-2img{
    width: 45%;
    float: left;
    padding-left: 14px;
    overflow: hidden;
}
.Frame59:hover::before {
    -webkit-animation: shine .75s;
    animation: shine .75s;
}
.Frame59:before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 46%;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    background: linear-gradient(to right, rgb(255 255 255 / 23%) 0%, rgb(255 255 255 / 31%) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}
.Frame59{
    overflow: hidden;
}
.Frame59 img{
    width: 100%;
    float: left;
    max-width: 521px;
    margin-bottom: 17px;
}

.stion5-2innimg{
       /* margin-bottom: 17px;*/
}
.lift-lastimg{
    width: 70%;
    float: left;
    overflow: hidden;
    position: relative;
}
.lift-lastimg:hover::before {
    -webkit-animation: shine .75s;
    animation: shine .75s;
}
.lift-lastimg:before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    background: linear-gradient(to right, rgb(255 255 255 / 23%) 0%, rgb(255 255 255 / 31%) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}
.lift-lastimg img{
    width: 100%;
    float: left;
    max-width: 860px;
    height: 390px;
    object-fit: cover;
}
.testimoni-carousel .owl-dots{
    display: none;
}
.testimoniyal{
    width: 100%;
    float: left;
    background-image: url(../images/bg222.webp);
    padding-top: 124px;
    padding-bottom: 98px;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.testimonial-main{
    border: 1px solid #2f1b21;
    width: 100%;
    float: left;
    padding: 35px 22px;
    background: #140609;
background: linear-gradient(170deg, rgba(20, 6, 9, 1) 0%, rgba(23, 23, 25, 1) 100%);

}
.testimonial-main p{
    width: 100%;
    float: left;
    text-align: left;
    color: #FCEAEA;
    font-size: 15px;
    font-weight: 400;
padding-bottom: 55px;
    line-height: 30px;

}
.testimonial-main img{
    width: 100%;
    float: left;
    max-width: 67px;
     margin-top: 7px;
}
.text-names{
    width: 78%;
    float: left;
    padding-left: 15px;
}
.text-names h4{
    width: 100%;
    float: left;
    text-align: left;
    color: #FCEAEA;
    font-size: 20px;
    font-weight: 400;
    padding-bottom: 12px;
    margin-bottom: 0;
    padding-top: 7px;
}
.text-names h4 span{
    font-size: 16px;
    font-weight: 300;
}
.text-names img{
    width: 100%;
    float: left;
    max-width: 85px;
    margin: 0;

}
.last-section{
    width: 100%;
    float: left;
    padding: 95px 0;
}
.last-smain{
    width: 100%;
    float: left;
    position: relative;
}
.last-smain img{
    width: 100%;
    float: left;

}

.lstbgmob{
    width: 100%;
    float: left;
    display: none;
    position: relative;
}
.lstbgmob img{
    width: 100%;
    float: left;
}



.last-section-text{
    width: auto;
    float: left;
    position: absolute;
    top: 75px;
    left: 38px;

}
.last-section-text h3{
    width: 100%;
    float: left;
    text-align: left;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 0;
    background: #ffffff;
background: linear-gradient(136deg, rgba(255, 255, 255, 1) 0%, rgba(0, 0, 0, 1) 100%);
-webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    padding-bottom: 17px;
}
.last-section-text h2{
    width: 100%;
    float: left;
    text-align: left;
    color: #FFFFFF;
    margin-bottom: 0;
    font-size: 55px;
    font-weight: 500;
    line-height: 116%;
    padding-bottom: 17px;
}
.last-section-text h2 span{
    background: linear-gradient(90deg, #ffffff, #f30344, #ffffff);
  background-size: 200% auto; /* Twice as wide for smooth movement */
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: leftToRightGradient 4s linear infinite;
}

@keyframes leftToRightGradient {
  0% {
    background-position: 0% center;
  }
  100% {
    background-position: 200% center;
  }
}












.lst-stion a{
    width: 227px;

}
.footer{
    position: relative;
    width: 100%;
    float: left;
    background: #060606;
    padding-top: 75px;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url('../images/footer.webp');

}
.star-ftr{
    width: auto;
    float: left;
}
.star-ftr img{
    width: auto;
    float: left;
    max-width: 17px;;
}
.star-ftr h6{
color: #a3a3a3bd;
    /* float: left; */
    font-size: 13px;
    font-weight: 200;
    width: 100%;
    /*padding-left: 28px;*/
    margin-bottom: 0;
}
.star-ftr h6 span {
    position: relative;
    top: -3px;
    right: 2px;
}


.ftr-mainbx{
    border-top:1px solid #343434;
    border-bottom: 1px solid #343434;

}
.ftrlogo{
    width: 100%;
    float: left;
    padding: 13px 0;
    
}

.ftrlogo img{
    width: 100%;
    float: left;
    max-width: 604px;
}
.ftr-links{
 padding-left: 11px;
    width: 100%;
    float: left;
    padding-top: 47px;
}
.add-f1 {
    width: 40%;
    float: left;
}
.add-f2{
    width: 60%;
    float: left;
}
.add-f3{
    position: relative;
    width: 100%;
    float: left;
}


.ftr-links h2{
    width: 100%;
    float: left;
    text-align: left;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 0;
    padding-bottom: 16px;
}

.ftr-links a{
    width: 100%;
    float: left;
    text-align: left;
    color: #E3E3E3;
    font-size: 15px;
    font-weight: 400;
    text-decoration: none;
     padding-bottom: 17px;
}
.ftr-links p{
    width: 100%;
    float: left;
    text-align: left;
    color: #E3E3E3;
    font-size: 15px;
    font-weight: 400;
    text-decoration: none;
    padding-bottom: 17px;
    line-height: 27px;
}
.ftrexh2{
    padding-top: 35px;
}
.ftrexh3{
   padding-top: 66px;
}
.copy{
    width: 100%;
    float: left;
    padding: 33px 0;
}
.copy h2{
    width: 50%;
    float: left;
    text-align: left;
    color: #FFFFFF;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
}
.copy h3{
     width: 50%;
    float: left;
    text-align: right;
    color: #FFFFFF;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
}
.copy h3 a{
    text-decoration: none;
     color: #FFFFFF;
}
.shedow{
    width: auto;
    float: left;
    position: absolute;

}
.shedow img{
    width: 100%;
    float: left;
}
.hed2 {
    padding-bottom: 20px;
}
.inner-pagehd{
    width: 100%;
    float: left;
    padding: 65px 0;
   background: #000000;
background: linear-gradient(100deg, rgba(0, 0, 0, 0.93) 0%, rgba(92, 1, 26, 1) 55%, rgba(243, 3, 68, 1) 100%);
}
.inner-pagehd h2 {
    width: 100%;
    float: left;
    text-align: left;
    color: white;
    font-size: 55px;
    font-weight: 500;
    margin-bottom: 0;
}
.innerpage-abt{
    padding: 60px 0;
    width: 100%;
    float: left;
}
.innerabthds{
    width: 100%;
    float: left;
}
.innerabthds h3 {
    width: 100%;
    float: left;
    text-align: center;
    color: #060606;
    margin-bottom: 0;
    font-size: 55px;
    font-weight: 400;
    line-height: 120%;
    padding-bottom: 30px;
}

.innerabthds h3 span {
   background: linear-gradient(90deg, #000000, #f30344, #000000);
  background-size: 200% auto; /* Twice as wide for smooth movement */
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: leftToRightGradient 4s linear infinite;
}

@keyframes leftToRightGradient {
  0% {
    background-position: 0% center;
  }
  100% {
    background-position: 200% center;
  }
}













.innerabthds p{
    width: 100%;
    float: left;
    text-align: center;
    color: #575757;
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 0px;
    padding: 0 144px 20px;
}
.innerabthds img {
    width: 100%;
    float: none;
    margin-left: auto;
    margin-right: auto;
    /* padding-top: 25px; */
    display: block;
    text-align: center;
    max-width: 1000px;
    height: 360px;
    object-fit: cover;
}
.vmv{
    background: #FEE8EE;
    background: linear-gradient(150deg, rgba(254, 232, 238, 1) 0%, rgba(254, 232, 238, 1) 28%, rgba(252, 196, 211, 1) 70%, rgba(249, 128, 160, 1) 100%);
    width: 100%;
    float: left;
    /* background: #060606; */
    padding: 50px 0;
}
.vmv-main{width: 100%;
    float: left;
    padding: 35px 22px;
    /* background: #140609; 
    *//* background: linear-gradient(170deg, rgba(20, 6, 9, 1) 0%, rgba(23, 23, 25, 1) 100%); */
}
.vmv-main p{
    width: 100%;
    float: left;
    text-align: left;
    color: #000000;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
}
.vmv-main h2{
    width: 100%;
    float: left;
    text-align: left;
    color: #000000;
    margin-bottom: 0;
    font-size: 35px;
    font-weight: 500;
    padding-top: 18px;
    padding-bottom: 18px;
}
.vmv-main img{
    width: 100%;
    float: left;
    max-width: 80px;
    filter: invert(1);
}
.whyus-bx{
    background: #060606;
    width: 100%;
    float: left;
    padding: 90px 0;
}
.whyus-hd{
    width: 100%;
    float: left;
    
}
.whyus-hd p{
    padding: 0 18%;
    width: 100%;
    float: left;
    text-align: center;
    color: #ffffff;
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
}
.whyus-hd h2{width: 100%;float: left;text-align: center;color: #ffffff;margin-bottom: 0;font-size: 55px;font-weight: 400;padding-bottom: 30px;}
.why-innbx {

    margin-top: 30px;
    /*border-radius: 30px;*/
    padding: 30px 20px;
    width: 100%;
    float: left;
    /* border: 1px solid #bb0935; */
  }
.why-innbx img{
    width: 100%;
    float: none;
    margin-left: auto;
    margin-right: auto;
    display: block;
    text-align: center;
    max-width: 45px;
}
.why-innbx h2{
    padding-top: 15px;
    width: 100%;
    float: left;
    text-align: left;
    font-size: 30px;
    margin-bottom: 0;
    font-weight: 400;
    color: #ffffff;
}
.why-innbx p {
    width: 100%;
    float: left;
    text-align: left;
    color: #FCEAEA;
    padding-top: 15px;
    line-height: 30px;
    font-size: 16px;
    font-weight: 400;
}
.chingimg{
    width: 100%;
    float: left;
}
.chingimg img {
    width: 100%;
    float: none;
    margin-left: auto;
    margin-right: auto;
    display: block;
    text-align: center;
    max-width: ;
    margin-top: 123px;
}
.rit h2,
.rit p {
    float: right;
    text-align: right;
}
.bounce2 {
    animation: bounce2 2s ease infinite;
}
@keyframes bounce2 {
  0%, 20%, 50%, 80%, 100% {transform: translateY(0);}
  40% {transform: translateY(-30px);}
  60% {transform: translateY(-15px);}
}
.products{
    width: 100%;
    float: left;
    padding: 60px 0;
}
.pro-main{
    margin-bottom: 30px;
   width: 100%;
   background: #7a7a7a1c;
    float: left;
  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;
}
.pro-main:hover .pro-main-txt img {
    opacity: 1;
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}
.pro-main img {
    width: 100%;
    margin: auto;
    float: none;
    display: block;
    text-align: center;
}
.pro-main h2 {
    width: 100%;
    float: left;
    text-align: left;
    color: black;
    font-size: 24px;
    font-weight: 600;
    padding-bottom: 8px;
   margin-bottom: 0;
}
.pro-main p {
   width: 76%;
   float: left;
   text-align: left;
   color: black;
   font-size: 16px;
   font-weight: 400;
 line-height: 151%;
}
.pro-main-txt {
    position: relative;
    width: 100%;
    float: left;
    padding: 40px 0 40px 30px;
    overflow: hidden;
}
.pro-main-txt img {
    position: absolute;
    width: 129px;
    float: right;
    right: -42px;
    top: 0px;
    opacity: 0.2;
}
.service-inn{
    width: 100%;
    float: left;
    padding: 60px 0;
   
}
.inner-abtimg {
    width: 100%;
    float: left;
}
.inner-abtimg img {
    margin-bottom: 23px;
    max-width: 508px;
    margin-top: 35px;
    float: right;
    width: 100%;
    margin-left: 46px;
    /* border-radius: 30px; */
}
.inner-abtimg h3 {

width: auto;

    text-align: left;
    color: #060606;
    margin-bottom: 0;
    font-size: 55px;
    font-weight: 400;
    line-height: 120%;
    padding-bottom: 15px;

}
.inner-abtimg h3 span {
  background: linear-gradient(90deg, #000000, #f30344, #000000);
  background-size: 200% auto; /* Twice as wide for smooth movement */
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: leftToRightGradient 4s linear infinite;
}

@keyframes leftToRightGradient {
  0% {
    background-position: 0% center;
  }
  100% {
    background-position: 200% center;
  }
}
.inner-abtimg p {
    width:auto;
   
    text-align: justify;
    color: #575757;
    font-weight: 400;
    font-size: 16px;
      line-height: 30px;
    margin-bottom: 0px;
}
/*homelift*/


.withkyodo{
    width: auto;
    text-align: left;

}
.inn-withkyodo {
    padding-top: 40px;
    width: 50%;
    text-align: left;
    float: left;
}
.inn-withkyodo img{
    margin-bottom: 0px;
    margin-top: 0;
     max-width: 50px;
    width: 100%;
  margin-left: 0;
  float: left;
    
   /* 
    color: #ff9752;
    color: #0070f0;*/
    
}
.benifit-mainimg {
    margin-top: 45px;
    float: right;
}
.moddrize{
    width: 100%;
    float: left;
}
.moddrize h6{
    padding-top: 50px;
    width: 100%;
    float: left;
    text-align: center;
    color: black;
    margin-bottom: 0;
    font-size: 45px;
    font-weight: 400;
    padding-bottom: 30px;
}
.inn-withkyodo h6{
 width: auto;
    float: left;
    font-size: 50px;
    font-weight: 700;
    padding-right: 19px;
    margin-bottom: 0;
    color: #45c491;
    padding-top: 15px;
}
.Benefits-product{
    width: 100%;
    float: left;
    margin-top: 40px;
    background: #65091c05;
}
.Benefits-product img {
    width: 100%;
    float: left;
    max-width: 460px;
    height: 300px;
    object-fit: cover;
}
.bnft-prdct-txt {
    padding: 80px 49px 0px 38px;
    width: 58%;
    float: left;
}
.bn-txt2 {
    padding: 45px 49px 0px 38px;
}
.bn-txt3 {
    padding: 65px 49px 0px 38px;
}

.bn-txt4 {
    padding: 57px 49px 0px 38px;
}
.bn-txt5 {
    padding: 67px 49px 0px 38px;
}
.bn-txt6 {
    padding: 20px 49px 0px 38px;
}
.tka{
    padding-top: 10px;
    width: 100%;
    float: left;
}
.tka img {
    width: 100%;
    float: none;
    margin: auto;
    text-align: center;
    height: 400px;
    object-fit: cover;
}
.Mod-ele{
    width: 100%;
    float: left;
    padding-top: 45px;
}

























.Mod-ele-hdy{
    width: 100%;
    float: left;
    
}
.Mod-ele-hdy h5{
padding-top: 50px;
    width: 100%;
    float: left;
    text-align: center;
    color: black;
    margin-bottom: 0;
    font-size: 45px;
    font-weight: 400;
   
}

.Mod-ele-hdy h5 span {
  background: linear-gradient(90deg, #000000, #f30344, #000000);
  background-size: 200% auto; /* Twice as wide for smooth movement */
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: leftToRightGradient 4s linear infinite;
}










.Mod-ele img {
    margin-bottom: 23px;
    max-width: 440px;
height: 320px;;
    float: right;
    width: 100%;
    margin-left: 46px;
    object-fit: cover;
    
}
.Mod-eleh3 h3{
padding-top: 0 !important;
}
.Mod-ele h3 {
    padding-top: 30px;
    width: auto;
    text-align: left;
    color: #060606;
    margin-bottom: 0;
    font-size: 29px;
    font-weight: 400;
    line-height: 135%;
    padding-bottom: 15px;
}
.Mod-ele p {
    width: auto;
    text-align: justify;
    color: #575757;
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 0px;
}




/*right*/
.Mod-ele-right{
    width: 100%;
    float: left;
    padding-top: 45px;
}


.Mod-ele-right img {
    margin-bottom: 23px;
    max-width: 440px;

    float: left;
    width: 100%;
    object-fit: cover;
    margin-right: 46px;
    
}
.Mod-ele-right h3 {
    padding-top: 30px;
    width: auto;
    text-align: left;
    color: #060606;
    margin-bottom: 0;
    font-size: 29px;
    font-weight: 400;
    line-height: 135%;
    padding-bottom: 15px;
}
.Mod-ele-right p {
    width: auto;
    text-align: justify;
    color: #575757;
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 0px;
}
.Mod-btn{
    width: 100%;
    float: left;
}


.Mod-btn .nav {
    border: 0 !important;
    background: #f40345;
    width: 36%;
    padding: 10px;
    border-radius: 10px;
    float: none;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px !important;
    margin-bottom: 25px;
}
.Mod-btn .nav-item {
    border-radius: 10px;
}
.Mod-btn .nav-link {
    border-radius: 10px;
    background: #f40345;
    font-size: 15px;
    color: #ffffff;
    border: 0 !important;
    font-size: 15px;
 
    font-weight: 500;
}
.Mod-btn .nav-link.active {
    background:#fff;
    color: #6D6D6D;
}
.Mod-btn .nav-link {
    border-radius: 10px;
   background: #f40345;
    font-size: 15px;
     color: #ffffff;
    border: 0 !important;
    font-size: 17px;
   
    font-weight: 600;
}

.Mod-btn .tab-content p {
    padding-top: 20px;

    color: #575757;
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 0px;
    padding-bottom: 20px;
}
.Mod-btn .tab-content img {
    float: left;
    width: 28px;
    height: auto;
    margin-right: 0;
    margin-bottom: 0;
}
.Mod-btn .tab-content h6 {
    position: relative;
    width: 100%;
    font-weight: 500;
    font-size: 15px;
    color: #575757;
    padding-left: 44px;
    margin-top: -1px;
    margin-bottom: 0px;
    line-height: 30px;

}
.Mod-btn .tab-content h5 {
   color: #060606;
    margin-bottom: 0;
    font-size: 30px;
    font-weight: 400;
    line-height: 120%;
    padding-bottom: 15px;
    width: 100%;
    float: left;

}






















.bnft-prdct-txt h2{
width: 100%;
    float: left;
    text-align: left;
    color: black;
    font-size: 24px;
    font-weight: 600;
    padding-bottom: 18px;
    margin-bottom: 0;
}
.bnft-prdct-txt p {
    width:100%;
    float: left;
    text-align: left;
    color: black;
    font-size: 16px;
    font-weight: 400;
    line-height: 151%;
}


.benefits{
    padding-top: 75px;
}

.inn-withkyodo h5 {
   
    padding-bottom: 12px;
    width: 100%;
    float: left;
    text-align: left;
    margin-bottom: 0px;
    text-align: left;
    font-size: 19px;
    font-weight: 400;
}
.inn-withkyodo p{
    float: left;
    text-align: left;
    line-height: 27px;
}
.inn-withkyodo-text {
    float: left;
    padding-left: 0;
    width: 90%;
}



















.hm-lift{
    width: 100%;
    float: left;
    padding-top: 70px;
}
.inner-hlift {
    width: 100%;
    float: left;
}

.inner-hlift img {
    max-width: 560px;
    margin-top: 26px;
    float: right;
    width: 100%;
    margin-left: 54px;
    /* border-radius: 30px; */
}

.inner-hlift h3 {
    padding-top: 27px;
    width: auto;
    text-align: left;
    color: #060606;
    margin-bottom: 0;
    font-size: 55px;
    font-weight: 400;
    line-height: 120%;
    padding-bottom: 15px;
}
.inner-hlift p {
    width: auto;
    text-align: justify;
    color: #575757;
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 0px;
}
.inner-hlift h3 span {
  background: linear-gradient(90deg, #000000, #f30344, #000000);
  background-size: 200% auto; /* Twice as wide for smooth movement */
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: leftToRightGradient 4s linear infinite;
}
.tickservice{
    width: 100%;
    float: left;
    
}
.tickservice-pfg img {
    float: left;
    width: 28px;
    height: auto;
    margin-right: 0;
    margin-bottom: 0;
}
.tickservice-pfg h4{
    width: 100%;
    font-weight: 500;
    font-size: 15px;
   color: #575757;
    padding-left: 44px;
    margin-top: 2px;
    margin-bottom: 0px;
    line-height: 30px;
}
.tickmain{
    width: 100%;
    float: left;

}
.n-esclater{
    width: 100%;
    float: left;
   
}
.n-esclater h2{
    width: 100%;
    float: left;
    text-align: left;
    font-weight: 500;
    font-size: 32px;
    color: black;
    padding-bottom: 14px;
    margin-bottom: 0;
    line-height: 130%;
}
.n-esclater p{
  width: auto;
    text-align: justify;
    color: #575757;
    font-weight: 400;
    font-size: 15px;
    line-height: 30px;
    margin-bottom: 0px;
    padding-right: 60px;

}
.n-esclater-main{
    padding: 60px 0;
    width: 100%;
    float: left;
    background: #FEE8EE;
    background: linear-gradient(150deg, rgba(254, 232, 238, 1) 0%, rgba(254, 232, 238, 1) 28%, rgba(252, 196, 211, 1) 70%, rgba(249, 128, 160, 1) 100%);


}
.add-peragraph{
    padding-bottom: 30px;
}

/*homelift*/













.service-hdy{
    width: 100%;
    float: left;
}
.service-hdy h5 {
    padding-top: 50px;
    width: 100%;
    float: left;
    text-align: center;
    color: #f40345;
    margin-bottom: 0;
    font-size: 45px;
    font-weight: 400;
    padding-bottom: 30px;
}
.service-hdybx {
    /*height: 150px;*/
    /* border-radius: 25px; */
    margin-bottom: 25px;
    width: 100%;
    float: left;
    border: 1px solid #a9a9a97a;
    padding: 25px 20px;
}
.service-hdybx h4 {
    margin-bottom: 0px;
    text-align: left;
    font-size: 19px;
    font-weight: 400;
}
.service-hdybx img {
    width: 100%;
    float: left;
    text-align: left;
    max-width: 45px;
   
}
.service-hdybxtxt {
    float: left;
    padding-left: 24px;
    width: 85%;
}
.service-hdybx p {
    width: 100%;
    /* float: left; */
    text-align: left;
    color: black;
    font-size: 15px;
    font-weight: 400;
    padding-top: 10px;
    line-height: 24px;
}
.service-ist{
    padding: 50px 0;
    width: 100%;
    float: left;
     background-image: url(../images/bg222.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

}
.service-ist h6{
    width: 100%;
    float: left;
    text-align: left;
    color: #FFFFFF;
    margin-bottom: 0;
    font-size: 45px;
    font-weight: 400;
    padding-bottom: 25px;
}
.service-ist-bxs{
   width: 100%;
    float: left;
    padding: 35px 22px;
    background: #140609;
    background: linear-gradient(170deg, rgba(20, 6, 9, 1) 0%, rgba(23, 23, 25, 1) 100%);

}
.service-ist-imgtxt img {
    width: 100%;
    max-width: 500px;
    float: left;
    height: 200px;
    object-fit: cover;
}
.service-ist-imgtxt{
    width: 100%;
    float: left;

}
.service-ist-imgtxt h2 {
    font-weight: 500;
    font-size: 26px;
    color: #FFFFFF;
    float: left;
    text-align: left;
    margin-bottom: 0;
    padding: 20px 0;
}
.service-ist-imgtxt p{
width: 100%;
    float: left;
    text-align: left;
    color: #FCEAEA;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    padding-bottom: 25px;

}





.contactuspage{
    width: 100%;
    float: left;
    padding: 60px 0;
}
.contactpagemap{
    width: 100%;
    float: left;
    padding-bottom: 60px;
}
.contactpagemap h2{
    float: left;
    width: 100%;
    color: black;
    font-size: 35px;
    font-weight: 600;
    padding-top: 25px;
    padding-bottom: 20px;
}







.ct-left h1 {
    width: 100%;
    float: left;
    text-align: left;
    color: black;
    margin-bottom: 0;
    font-size: 55px;
    font-weight: 400;
    line-height: 116%;
    padding-top: 24px;
    padding-bottom: 20px;
}
.ct-left h1 span {
  background: linear-gradient(90deg, #000000, #f30344, #000000);
  background-size: 200% auto; /* Twice as wide for smooth movement */
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: leftToRightGradient 4s linear infinite;
}

@keyframes leftToRightGradient {
  0% {
    background-position: 0% center;
  }
  100% {
    background-position: 200% center;
  }
}
.ct-left p {
    width: 100%;
    float: left;
    text-align: left;
    color: #575757;
    font-size: 18px;
    font-weight: 400;
    line-height: 151%;
    padding-bottom: 25px;
}
.ct-box {
    float: left;
    width: 49%;
    background: #f41e5805;
    margin-top: 10px;
    padding: 25px 20px;
   /* border-radius: 20px;*/
    margin-right: 1%;
    border: 1px solid black;
}
.ct-box img{
width: 100%;
    float: left;
    max-width: 49px;
}
.ct-box h5 {
    padding-top: 12px;
    font-size: 20px;
    font-weight: 600;
    color: #f30344;
    width: 100%;
    float: left;
}
.ct-box h4 {
    width: 100%;
    color: #000;
    font-size: 15px;
    margin: 0;
    font-weight: 400;
    line-height: 180%;
    float: left;
}
.ct-box h4 a{
    text-decoration: none;
      color: #000;
}
.ct-right {
    margin-top: 69px;
    width: 100%;
    float: left;
    padding: 45px;
   /* border-radius: 20px;*/
    background: #060606;
    background-position: center;
}
.ct-field {
    width: 100%;
    float: left;
    margin-bottom: 20px;
}
.ct-field label {
    padding-bottom: 10px;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    width: 100%;
    float: left;
}
.ct-field input {
    width: 100%;
    float: left;
    padding: 15px;
    /*border-radius: 10px;*/
    border: 0;
    background: #fff;
    margin-top: 5px;
}
.ct-field textarea {
    height: 153px;
    width: 100%;
    float: left;
    padding: 15px;
    border-radius: 10px;
    border: 0;
    background: #fff;
}

@media (min-width: 992px) {
    .modal-lg {
        max-width: 920px !important;
    }
}
#enroll .modal-content {
    /* background: #000; */
    background-size: cover;
    border-radius: 0px;
    background: #655F5F;
    background: #000000;
background: linear-gradient(131deg, rgba(0, 0, 0, 1) 0%, rgba(83, 5, 26, 1) 100%);
 border: none;
}
.close_form {
    border-radius: 30px;
    display: block;
    position: absolute;
    width: 40px;
    height: 40px;
    right: 5px;
    z-index: 999;
    top: 15px;
    background: #500519 url(../images/close.svg) no-repeat center center;
    background-size: 20px 20px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    border: none;
    cursor: pointer;
}
.mod-new {
    width: 100%;
    float: left;
    padding: 30px;
}
.log-sec {
    width: 100%;
    float: left;
    background: #fff;
    padding: 50px 30px;
   /* border-radius: 30px;*/
}

.log-field {
    width: 100%;
    float: left;
    margin-bottom: 15px;
}
.log-field label {
        margin-bottom: 10px;
    font-size: 15px;
    color: #000;
    width: 100%;
    font-weight: 500;
}
.log-field input {
    width: 100%;
    float: left;
    padding: 13px;
    border: 1px solid #d1d1d1;
   /* border-radius: 10px;*/
    font-size: 15px;
}
.log-sec p {
    font-size: 14px;
    color: #817f7f;
    text-align: center;
    font-weight: 400;
    margin-top: 20px;
    float: left;
}
.mod-right {
    width: 100%;
    float: left;
    padding: 30px 30px;
}
.mod-right img{
width: 100%;
    max-width: 200px;
    float: none;
    margin: auto;
    display: block;
    text-align: center;
}
.mod-right a {
    width: 100%;
    float: left;
    padding-bottom: 10px;
    font-size: 22px;
    color: #f30344;
    text-decoration: none;
}
.mod-right h6 {
    font-size: 32px;
    color: #fff;
    font-weight: 500;
    margin-top: 25px;
    margin-bottom: 25px;
}
.time-mod {
    font-size: 20px;
    color: #b3b3b3;
    font-weight: 400;
    margin-top: 30px;
}

.addhphone{
    height: 199px;
}


@media(max-width:400px){
    
    
    .accordion .tabs.is-active .tab-content .tab-content-wrapper{
/*        background: #424a4f !important;
*/   
 }
.accordion .tabs .tab-content .tab-img img {
 
    height: 350px !important;
    
}

        .inn-withkyodo-text {
        width: 100% !important;
    }
.inn-withkyodo h6 {
    padding: 20px 0;
}

.Mod-btn .nav {
    width: 55% !important;
}






.service-ist h6 {
    font-size: 33px !important;
}
   




.sb-star {
    top: 28px !important;
    left: 23px !important;
    position: relative !important;
}




.n-esclater h2{
    font-size: 29px;
}


    .ct-left h1 {
        font-size: 35px !important;
    }
        .ct-left h1 br{
display: none;
        }
        .inner-pagehd h2 {
        font-size: 35px !important;
    }
    .service-hdy h5 {
        font-size: 33px !important;
    }
.ftr-links a {
    
        line-height: 20px !important;
    }


.bnt-tex h2 {
        font-size: 30px !important;
        width: 100%;
        text-align: center;
    }

    .cound h5 {
        font-size: 18px !important;
    }


    .stion3-hd h3 {
        font-size: 32px !important;
        margin-bottom: 0;
        padding-bottom: 15px !important;
    }

.sertion4-hd h3 {
        font-size: 35px !important;
    }

.section5-hd h3 {
       font-size: 35px !important;
    }
.stn5-imgtext h2 {
     font-size: 24px !important;
}

.stn5-imgtext {
    left: 15px;
}

.stn5-imgtext p br{
    display: none !important;
}

.f-60 {
    height: auto !important;
}

.f-60 h6 {
    width: 100% !important;
    padding: 30px 0 30px 6% !important;
}

.f-60-right {
    width: 100% !important;
}


.colorfullimg-atag {
   
    bottom: 105px !important;
    left: 25px !important;
}
.colorfullimg-atag h6 {
        font-size: 24px !important;
    }
.Frame57 h5 {
    font-size: 24px !important;
}


    .cints h6 {
        font-size: 40px !important;
    }


.last-section-text h2 {
        font-size: 35px !important;
    }


.copy {
    padding: 25px 0 !important;
}

    .innerabthds h3 {
        font-size: 35px !important;
    }


    .inner-abtimg h3 {
        font-size: 37px !important;
    }

.service-hdybxtxt {
    float: left;
    padding-left: 0;
    width: 100%;
    padding-top: 15px;
}

.b2-slide img {
   
    max-width: 100% !important;
    padding: 0 5px !important;
}
.mod-right {
    padding: 0;
}
.log-sec {
    margin-top: 10px;
    padding: 30px 17px;
}

.section2-pera1 span {
}.section2-pera1 p {
    text-align: center;
    font-size: 30px;
}
.text-names {
    width: 70%;
}
.text-names h4{
    font-size: 19px;
}
.ftr-mainbx {
       
        padding-bottom: 40px !important;
    }

.star-ftr {
    position: absolute !important;
    bottom: 93px !important;
}


.star-ftr h6 {
    
    font-size: 10px !important;
    padding-bottom: 13px !important;
   
}
.abt-hdybxtxt {
    padding-top: 15px;
    padding-left: 0 !important;
    width: 100% !important;
}



}


@media(max-width:1199px){
.service-hdybx {
    height: auto;
}
}
@media(max-width:575px){
    #asad{
        border-radius:0 !important;
    }
    .logo img {
    width: 148px!important;
}
    #owl-demo .owl-nav{
        display: none;
    }
 .blog-sec h6 {
    text-align: center !important;}
    .bt-max8 {
    float: none !important;
    margin: auto !important;
    display: table;
    position: relative;
    right: 30px !important;
}.blog-sec h2 {
    color: #1F3240;
    font-size: 35px !important;
    font-weight: 500;
    width: 100% !important;
    text-align: center !important;
    float: left;
}
    .bt-max6 {
    float: none !important;
    margin: auto;
    display: table;
    position: relative;
    right: 30px;
}
    .right-brand img {
    display: none;
}.left2-brand {
    float: left;
    position: relative;
    width: 100% !important;
    margin-top: 20px !important;
    text-align: center;
}.brand2-img {
    float: left;
    width: 100% !important;
    position: relative;
    overflow: hidden;
    margin-bottom: 20px !important;
}.brand2 {
    width: 100% !important;
    float: left !important;
    margin-right: 0 !important;
    max-height: 290px !important;
}
    .why-box {
    text-align: center !important;}
    .why-us-img img {
    height: auto !important;
}.why-us-sec {
    width: 100%;
    float: left;
    padding: 60px 0 !important;
}.why-us-text {
    width: 100%;
    float: left;
    margin-top: 20px;
}.why-us-text h2 {
    color: #1F3240;
    font-size: 34px !important;
    font-weight: 500;
    width: 100%;
    float: left;
    text-align: center !important;
}.why-us-text h6 {
    color: #F69C2A;
    font-weight: 500;
    margin-bottom: 10px !important;
    float: left;
    width: 100%;
    text-align: center;
    font-size: 16px;
}
.product-cat {
    width: 100%;
    float: left;
    padding: 100px 7% 50px !important;
}
.pr-box {
    width: 100%;
    margin-bottom: 0 !important;}
    .default-btn5 .btn-right-i {
    position: absolute;
    right: -44px !important;
    top: 50%;
    transform: translateY(-50%);
    display: inline-block;
    height: 36px !important;
    width: 39px !important;
    line-height: 22px !important;
    text-align: center;
    border-radius: 4px;
    background-color: #ffffff;
    color: white;
    transition: 0.6s;
    font-size: 17px !important;
    opacity: 1;
}.cta1 .ar-img5 {
    margin-top: 14px !important;
    width: 18px !important;
    margin-right: 15px !important;
    float: left !important;
    filter: invert(1);
    margin-left: 12px !important;
    /* height: 12px !important; */
}.default-btn5 {
    /* display: inline-flex; */
    justify-content: center !important;
    /* align-items: center; */
    font-size: 13px !important;
    font-weight: 500;
    background-color: #ffffff;
    color: #000000;
    border-radius: 4px !important;
    padding: 8px 12px !important;
    position: relative;
    /* margin-right: 50px; */
    transition: 0.6s;
    text-decoration: none;
    float: left !important;
}.bt-max5 {
    position: absolute;
    bottom: 30px;
    left: 5%;
    right: inherit !important;
}.default-btn5 .btn-left-i {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    display: inline-block;
    height: 36px;
    width: 48px;
    line-height: 49px;
    text-align: center;
    border-radius: 4px;
    /* background-color: #fcd3bf; */
    color: black;
    transition: 0.6s;
    font-size: 19px;
    opacity: 0;
}.ar-img {
    margin-top: 13px !important;}
    .product-cat h6 {
    text-align: center;}.cta1 h2 {
    position: absolute;
    top: 20px;
    left: 5%;
    font-size: 16px !important;
    color: #fff;
    width: 50%;
}
    .stat-box{
            border: none !important;
        padding: 0;
        text-align: center;
    }.or-box a {
    font-size: 16px;
    color: #fff;
    padding: 15px;
    margin-top: 150px;
    float: left;
    text-align: center;
    width: 100%;
}.or-box {
    text-align: center;}
    .product-cat h2 {
    color: #1F3240;
    font-size: 36px !important;
    width: 100% !important;
    font-weight: 500;
    text-align: center !important;
}
    .left-brand {
    width: 100% !important;
    float: left;
    position: relative;
    text-align: center !important;
}.left-brand h2 {
    color: #ffffff;
    font-size: 34px !important;
    font-weight: 500;
    width: 100% !important;
    float: left;
    position: relative;
}.left-brand p {
    font-size: 16px !important;
    width: 100% !important;
}
.dot1, .dot2, .dot3, .dot4, .dot5, .dot6{
    display: none;
}
    .global-sec h6{
        text-align: center;
    }
    .global {
    position: absolute;
    top: 333px !important;
    width: 100% !important;
    right: 0 !important;
    padding: 10px;
}
    .cta-right {
    width: 100% !important;
    background: #BC4D03;
    float: right !important;
    margin-top: 2% !important;
    padding: 20px;
}.r-left {
    width: 100% !important;     
    text-align: center;
    float: left;
}.cta-right p {
     margin-bottom: 0 !important; 
      text-align: center;
}.global-sec h2 {
    color: #1F3240;
    font-size: 40px !important;
    font-weight: 500;
    width: 100% !important;
    text-align: center !important;
}.global-sec p {
    font-size: 15px !important;
    color: #6D6B6A;
    font-weight: 400;
    line-height: 161%;
    width: 100% !important;
    text-align: center !important;
}.global-sec {
    width: 100%;
    float: left;
    padding: 80px 0 80px !important;
    position: relative;
}.bt-max7 {
    float: none !important;
    margin: 250px auto 0 !important;
    display: table !important;     
       position: relative;
        right: 30px;
}
    .cta-left h2 {
    color: #ffffff;
    font-size: 38px !important;
    font-weight: 500;
    width: 100%;
    text-align: center;
}.cta-left p {
        width: 100% !important;
    text-align: center !important;
}.cta-left {
    width: 100% !important;
    float: left;
}
    .ptb {
    font-size: 32px !important;}
    #sub-page-intro p {
    text-align: center;
    float: left;
    width: 100%;
    color: #232323;
    font-weight: 400;
    font-size: 15px;
    line-height: 28px;
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-bottom: 0;
}
    .pro-form form button{
  /* float: left !important; */
  }
    .pro-left {
    width: 100% !important;
    float: left;
    text-align: center;
}
.pro-50 {
    width: 100% !important;
    float: left;
    margin-right: 0 !important;
}    .cnt-bg1{
        margin-bottom: 20px;
    }.map-form form{
        margin-bottom: 20px;
    }
    .bath-sec2 h2 {
    font-size: 30px !important;}
    .product-sec h6{
        width: 100%;
        float: left;
        text-align: center;
    }.product-sec h1 {
    font-size: 30px !important;
    color: #240C00;
    font-weight: 500;
    width: 100%;
    text-align: center !important;
}.product-sec p {
    text-align: center;}
    .product-sec-img {
    width: 100% !important;
    float: left;
    margin-right: 0 !important;
    height: auto !important;
    object-fit: cover;
    border-radius: 20px;
}
    .bgabts img{
        float: none !important;
    }
    .foot-50 ul li a{
    width: 50% !important;
    }.foot-100 li a{
        width: 100% !important;
    }.footer-col:last-child{
        margin-left: inherit !important;
        text-align: center !important;
    }.footer-bottom p{
        margin-bottom:10px;
    }
    .footer-logo{
            display: block;
    margin: auto;
    }
    .footer-right-logo{
        display: none;
    }
    .panel7 {
      padding: 30px 0 !important;
}
    .default-btn4 span{
        display: none !important;
    }.p7-text h2 {
    font-size: 13px !important;
    color: #fff;
    font-weight: 600;
    width: 65% !important;
}.p7-text {
    position: absolute;
    bottom: 12px !important;
    left: 15px !important;
}.default-btn4 {
    /* display: inline-flex; */
    justify-content: center;
    /* align-items: center; */
    font-size: 12px !important;
    font-weight: 500;
    background-color: #000000;
    color: #ffffff;
    border-radius: 50px;
    padding: 10px 21px !important;
    position: relative;
    /* margin-right: 50px; */
    transition: 0.6s;
    text-decoration: none;
    float: left;
    margin-top: 0 !important;
}
    .p6-text2 p {
    font-size: 14px !important;
    color: #FEFEFE;
    text-align: left;
    line-height: 151%;
    font-weight: 400;
    padding-left: 2%;
    margin-top: 20px !important;
    float: right;
    width: 66% !important;
}.p6-text2 h4 {
    font-size: 49px !important;
    color: #fff;
    font-weight: 500;
    float: left;
}
    .panel6 h6 {
    font-size: 18px;
    color: #F96011;
    text-align: center;
    font-weight: 600;
}.panel6 h2 {
    font-size: 32px !important;
    color: #000;
    font-weight: 500;
    text-align: center !important;
    width: 100% !important;
    margin-bottom: 20px;
}.p6-text h4 {
    font-size: 25px !important;
    color: #fff;
    font-weight: 500;
    width: 100% !important;
}.p6-text p{
    width: 100% !important;}
    .choose-box2 h5 {
       width: 96% !important;

}
    .choose-box1 h5 {
    font-size: 21px !important;
        color: #fff;
        font-weight: 600;
        position: absolute;
        bottom: 64px !important;
        width: 66% !important;
        left: 15px;
}.choose-box1 p {
    font-size: 16px;
    color: #A4A4A4;
    position: absolute;
    bottom: 20px !important;
    left: 15px;
    line-height: 136%;
    width: 96% !important;
    font-weight: 400;
    margin: 0;
}.choose-box2 img {
    max-width: 100%;
    width: 120px !important;
    position: absolute;
    right: 0;
    animation: floatMap 4s 
ease-in-out infinite alternate;
    top: 50px !important;
}
    .choose-box1 img {
    max-width: 100%;
    width: 180px !important;}
    .why-choose h2 {
    font-size: 32px !important;}
    .accordion .tabs.is-active {
    flex: 5;
    flex-shrink: 0;
}    .tab-para1 {
        font-size: 19px !important;
        bottom: 120px;
    }
.text{
    display: none;
}
    .s3-right {
    width: 100%;
    float: left;
    text-align: center;
}
    .inx-all {
    width: 100%;
    float: left;
    text-align: center !important;
}.s3-right p {
    color: #6D6D6D;
    font-size: 16px;
    font-weight: 400;
    line-height: 151% !important;
    margin-bottom: 15px !important;
    margin-top: 0 !important;
}
    .p3-right h2 {
    font-size: 32px !important;}.p3-box {
    width: 100% !important;}.p3-box span{
        width: 100% !important;
    }
  .p3-right h2 {
    font-size: 30px;}
    .p3-right {
    width: 100%;
    float: left;
    text-align: center;
    padding-top: 35px !important;
}
    .slick-next {
    right: 5px !important;
}
.slick-prev {
    left: 5px !important;
}.p3-left-text {
    position: absolute;
    bottom: 14px !important;
    left: 33px !important;}
    .default-btn2{
        display: table;
        margin: 10px auto;
        float:none !important;
    }.panel2 h2 {
    font-size: 32px !important;}
.bt-max{
            width: 100%;
            text-align: center;
            float: left;
    }.default-btn{
        float:none !important;
        margin: 10px auto;
        display: table;
        right: 30px;
    }.section2-pera1 p {
    text-align: center;
    float: left;
    width: 100%;
    font-size: 30px!important;}
.ban-left{
    display: none;
}
.ban-right {
    position: relative !important;
    bottom: 50px !important;
    z-index: 9;
    right: 0 !important;
    text-align: center !important;
    width: 100% !important;
}
    .float-sm-new {
        top: 40%;
    }
    .float-sm-new2 {
        /*top: 46%;*/
        top:calc(40% + 60px);
    }

.tka img{
    float: none;
    margin-left: auto;
    margin-right: auto;
    display: block;
    text-align: center;
    height: 188px;
}

.Mod-ele-hdy h5{
    font-size: 35px;
    text-align: left;
}

.Mod-ele img{
    height: 291px;
   
    
    margin-left: 0;
    float: left;
    max-width: 100%;
}
.Mod-ele-right img{
    max-width: 100%;
    margin-right: 0;
    height: 291px;
}
.tickservice-pfg img {
    height: auto !important;
}







    .abt111 {
        padding-bottom: 35px !important;
    }

.add-f1 {
    width: 100%;
    padding-bottom: 30px;
}
.add-f2 {
    width: 100%;
}

.add-f2 a{
    width: 100% !important;
}

.star-ftr h6 br{
    display: none;
}


.star-ftr {
    position: absolute !important;
    bottom: 93px !important;
}


.star-ftr h6 {
    
    font-size: 10px;
    padding-bottom:26px;

}





.n-esclater p{
    padding-right: 0;
}
.n-esclater-main {
    padding: 0px 0 45px 0px;
}
.n-esclater h2 {
    padding-top: 45px;
}



.inner-hlift img {
    
    margin-top: 0px;
    float: none;
    width: 100%;
   margin: auto;
   text-align: center;
   display: block;

}
.inner-hlift h3 br{
    display: none;
}
.inner-hlift p {
    padding-bottom: 70px;
}
.inner-hlift h3{
    font-size: 40px;
    padding-top: 25px;
}






.tickservice{
    padding: 0;
}
.tickservice-hd {
    width:100% !important;
}
.tickservice-hd h2{
    text-align: left !important;
    width: 100% !important;
    font-size: 24px !important;
}
.tickservice-pfg {
    width: 100% !important;
    padding-top: 10px !important;
    padding-left: 0px !important;
}









.colorfullimg-atag{
    bottom: 100px;
}


.whyus-bx {
    padding: 50px 0;
}









.pro-main p {
    width: 100%;
}
.pro-main-txt{
    padding: 40px 23px 40px 30px;
}
    .pro-main:hover .pro-main-txt img {
        opacity: 0.2;
    }

.innerabthds img{
    height: 200px;
}
    .sertion4-hd {
    width: 100% !important;
    float: left;
}.sertion4-p {
    padding-left: 0 !important;
    padding-top: 10px !important;
    width: 100% !important;
    float: left;
}
    .f-60 h6 {
    font-size: 20px;}.f6-carousel {
    width: 29%;}.f7-carousel {
    width: 27%;}
    .ct-box {
    float: left;
    width: 49%;
    background: #f41e5805;
    margin-top: 10px;
    padding: 20px 10px;
    /* border-radius: 20px; */
    margin-right: 1%;
    border: 1px solid black;
}
    .innerabthds p {
        text-align: left;
        padding: 0px 0 30px 0px;
    }
    .inner-abtimg h3 {
   
    font-size: 45px;
        padding-top: 25px;
        padding-bottom: 25px;
}
.service-hdy h5 {
    font-size: 40px;
      text-align: left;
}

    
   
    .whyus-hd p {
        text-align: left;
    padding: 0;}
.innerabthds h3 {
    text-align: left;
    font-size: 45px;
}
.vmv-main {
    padding: 25px 0;
}
.why-innbx {
    padding: 30px 0;
    margin-top: 0;
}
.nav-dropdown{
    margin-left: 0;
}
.rit h2, .rit p {
    float: left;
    text-align: left;
}
.chingimg img{
 margin: 25px 0;;
}
.whyus-hd h2 {
    text-align: left;
    width: 100%;
    float: left;
   
    color: #ffffff;
    margin-bottom: 0;
    font-size: 40px;
    font-weight: 400;
    padding-bottom: 20px;
}
.red {
    display: none;
}

    .inner-pagehd h2 {
        font-size: 40px;
    }
    .inner-abtimg img {
float: none;
margin: auto;
display: block;
text-align: center;
    }
.inner-pagehd{
    padding: 50px 0;
}

.ct-left h1{
    font-size: 45px;
}
.ct-right{
padding: 45px 30px;
    margin-top: 25px;
}
.contactpagemap h2 {
    padding-top: 0;
}

.extra-slider{
    display:none;
}
.slider-ban .owl-dots{
     display:none;
}
    .banner img {
        height: 300px;
        object-fit: cover;
    }
.bnt-tex h2 {
   font-size: 45px;

}    .bnt-tex {
    
        position: relative;
        top: unset;
        padding: 30px 0;
    }
.stion-allbx p{
    margin-top:10px !important;        width: 100%;
}
.stion-allbx h6 {
    width: 100%;
    text-align: center;
    /* float: left; */
    /* text-align: left; */
    padding-left: 0;
    /* color: #000000; */
    /* font-size: 24px; */
    /* font-weight: 400; */
    /* margin-bottom: 0; */
    /* padding-left: 16px; */
    /* display: inline-block; */
}.section2 {
    width: 100%;
    float: left;
    padding: 0;
}.number-block div {
    font-size: 50px;
}.cound h5 {
  
  font-size: 22px;
    
}
.counter-box {
    height: 60px;
}
    

.last-smain {
    display: none;
}
    .lstbgmob {
        display: block;
        padding-top: 35px;
        background: #67091d;
    }
.last-section-text {
        width: 100%;
        float: left;
        position: relative;
        top: unset;
        left: unset;
        background: #67091d;
        padding-bottom: 50px;
        /* padding-left: 25px; */
        padding-top: 40px;
    }
.ftr-mainbx {
    border-top: unset;
    padding-bottom: 45px;
}
.footer {
    padding-top: 45px;
}

.suffix-container {
    font-weight: 400;
    font-size: 50px;
    background: #DC093E;
    background: linear-gradient(246deg, rgba(220, 9, 62, 1) 0%, rgba(101, 9, 30, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.stion-allbx {
    width: 100%;
    float: left;
    text-align: center;
}.section2-pera {
        width: 100%;
        float: left;
        padding-left: 0;
        padding-top: 20px;
        margin-top: 0;
    }.cound {
        width: 50%;
        float: left;
        padding-top: 36px;
        padding-right: 0%;
    }
#animated-text span {
    font-size: 28px;
}
.cnd2{
    width: 100%;
   
}
.stion3-hd h3 {
}
.accordion .tabs .tab-header .text > section{
    top: 28px;
}

.tab-para1{
    font-size: 22px;
}
.tab-para{
    font-size: 14px;
}
.tab-para br{
    display: none;

}

.sertion4-hd h3 br{
    display:none;
}
.sertion4-hd h3 {
    font-size: 45px;  
}
.sertion4-hd h3 br{
    display: none; 
}
.f-60 h6 {
    padding: 76px 0 76px 3%;
}
.section5-hd h3 {
      font-size: 45px;
}

.section5-fimg {
    width: 100%;
    float: left;
    position: relative;
}

.stion5-2img {
    width: 100%;
    float: left;
    padding-left: 0;
    margin-top: 15px;
}.stion5-2img img {
    width: 100%;
    float: left;
    max-width: 100%;
    margin-bottom: 15px;
}.colorfullimg {
    width: 100%;
    float: left;
    position: relative;
}
.f-60 h6 {
    font-size: 20px !important;
}

.f-60 h6{
    padding: 76px 0 76px 4%;
}
.colorfullimg-atag h6{
    font-size: 30px;
}
.Frame57 {
        left: 22px;
        top: 95px;
    }
.section5 {
    padding: 70px 0;
}
.testimoniyal {
    padding-top: 90px;
    padding-bottom: 85px;
}
.testimonial-main p {
    padding-bottom: 40px;
}
.testimonial-main {
    margin-bottom: 28px;
}
.clints-img img{
    max-width: 100%;
}
.cints h6 {
    font-size: 45px;
    padding-bottom: 25px;
}
.cints {
            padding-bottom: 25px;
    padding-top: 25px;
}
    .colorfullimg img {
        width: 100%;
        float: left;
        max-width: 100%;
       
        height: 320px;
        object-fit: cover;
    }.lift-lastimg {
    width: 100%;
    float: left;
    margin-top: 15px;
}.lift-lastimg img {
    width: 100%;
    float: left;
    max-width: 100%;
    height: 300px;
}.last-section-text h3{
    display:none;
}
.ftr-links{
    padding-left:0 !important;
}
.ftr-links a {
    width: 50%;}

.last-section-text h2{
    font-size: 45px;
}
    .banner {
        background: #060606;
    }


    .bnt-tex {
         background: #060606;
       
    }
.last-section {
    padding: 0;
}.copy h2 {
    width: 100%;
    float: left;
    text-align: left;
    color: #FFFFFF;
    margin-bottom: 0;
    font-size: 13px;
    font-weight: 400;
}.copy h3 {
    width: 100%;
    float: left;
    text-align: left;
    color: #FFFFFF;
    margin-bottom: 0;
    font-size: 13px;
    padding-top: 10px;
    font-weight: 400;
}.ftrexh3 {
    padding-top: 15px;
}.ftr-links {
    padding-left: 28px;
    width: 100%;
    float: left;
    padding-top: 15px;
}    .ftrexh2 {
        padding-top: 25px;
    }


.benifit-mainimg {
    margin-top: auto;
    float: none;
}
.inn-withkyodo {
    width: 100%;
    padding-top: 0;
}
.inn-withkyodo-text {
    width: 87%;
}

.Benefits-product img{
    max-width: 100%;
}
.bnft-prdct-txt {
    padding: 20px 37px 20px 33px;
    width: 100%;
}
.moddrize h6 {
    font-size: 27px;
    text-align: left;
}



}
@media(max-width:991px){
    .red{
        display:none;
    }
    .openModalBtn .arrow-icon{
        margin-top:10px;
    }
}

@media(min-width:576px) and (max-width:767px){
      #owl-demo .owl-nav{
        display: none;
    }
    .bt-max9 {
    float: none !important;
    position: relative;
    right: 6% !important;
    display: table !important;
    margin: auto !important;
}
    .global-sec h2 {
    color: #1F3240;
    font-size: 56px;
    font-weight: 500;
    width: 100% !important;
}.global-sec p {
    width: 100% !important;
}.cta-left {
    width: 100% !important;
    float: left;
}.cta-left h2 {
    color: #ffffff;
    font-size: 43px !important;
    font-weight: 500;
    width: 100%;
}.cta-right {
    width: 100% !important;
    background: #BC4D03;
    float: right;
    margin-top: 0 !important;
    padding: 20px !important;
}
    .left-brand p {
    color: #A9A9A9;
    font-size: 18px;
    line-height: 161%;
    width: 100% !important;
}.left2-brand {
    float: left;
    position: relative;
    width: 100% !important;
    margin-top: 30px !important;
}.global {
    position: relative !important;
    top: 20px !important;
    width: 100% !important;
    right: 0 !important;
}
.cta1 h2 {
    position: absolute;
    top: 20px;
    left: 5%;
    font-size: 31px !important;
    color: #fff;
    width: 50%;
}.bt-max5 {
    position: absolute;
    bottom: 30px;
    right: 18% !important;
}.why-us-img img {
    width: 100%;
    height: auto !important;
    object-fit: cover;
}.why-us-text {
    margin-top: 20px;
}
.dot1, .dot2, .dot3, .dot4, .dot5, .dot6{
    display: none;
}
       .p1-left {
     margin-top: 40px !important;
}.abt1-img {
    width: 100%;
    margin-top: 20px !important;
}.stats-left h2 {
    text-align: center;}.stats-left p {
    text-align: center;}
    #sub-page-intro p {
    padding-left: 0 !important;
    padding-right: 0 !important;
}.product-cat h2 {
    color: #1F3240;
    font-size: 56px !important;
    width: 100% !important;
    font-weight: 500;
    text-align: center !important;
}.product-cat h6 {
    text-align: center;}
     .cnt-bg1{
        margin-bottom: 20px;
    }.map-form form{
        margin-bottom: 20px;
    }.abt-hightlighted{
        padding-left: 0 !important;
    }
    .product-sec-img {
    width: 280px !important;
    float: left;
    margin-right: 20px !important;
    height: 320px !important;
    object-fit: cover;
    border-radius: 20px;
}.product-sec h1 {
    font-size: 28px !important;}
    .about-sec1 h6 img{
        height:auto !important;
    }
    .srvhg h3 {
    font-size: 35px !important;}
    .about-sec1 img {
     height: 250px !important;}.about-sec1 h6 {
    padding-top: 0 !important;
}.about-sec1 h1 {
    font-size: 25px !important;}.about-sec1 p {
    font-size: 14px !important;}
    .footer-col ul li a{
        width: 50% !important;
    }.footer-col:last-child {
    margin-left: inherit !important;
    text-align: center !important;
}
    .footer-top{
        flex-direction: row !important;
    }
    .p61 {
    width: 100% !important;
    float: left;
    height: 230px !important;border-radius: 5px;
    object-fit: cover;
}.p7-text {
    position: absolute;
    bottom: 40px !important;
    left: 30px !important;
}.p7-text h2 {
    font-size: 21px !important;
    color: #fff;
    font-weight: 600;
    width: 70% !important;
}
    .p6-text2 p {
    font-size: 15px !important;
    color: #FEFEFE;
    text-align: left;
    line-height: 151%;
    font-weight: 400;
    padding-left: 2% !important;
    margin-top: 1px !important;
    float: right !important;
    width: 100% !important;
}.p6-text2 h4 {
    font-size: 38px !important;
    color: #fff;
    font-weight: 500;
    float: left;
}
    .choose-box1 p{
        width: 54% !important;
    }.panel6 h2 {
    font-size: 36px !important;
    width: 100% !important;
    margin-bottom: 20px !important;
}.p6-text {
    position: absolute;
    left: 15px !important;
    top: 18px !important;
    height: 100% !important;
}.p6-text h4 {
    font-size: 19px !important;
    color: #fff;
    font-weight: 500;
    width: 96% !important;
}.p6-text p {
    position: absolute;
    bottom: 50px !important;
    color: #fff;
    font-size: 12px !important;
    font-weight: 400;
    border-left: 3px solid #f96011;
    width: 97% !important;
    padding-left: 10px;
    line-height: 143%;
}
    .text{
        display: none !important; 
    }
    .s3-right p {
    color: #6D6D6D;
    font-size: 14px !important;}
    .default-btn2{
        display:table;margin:auto;float:none !important;
    }
    .bt-max{
            /* width: 100%; */
            float: none;
            text-align: center;
            display: table;
            margin: auto;
    }.default-btn{
           float: none !important;
        display: table;
        margin: auto;
    }
 .ban-left {
    position: absolute;
    bottom: 276px !important;
    z-index: 99;
    width: 100% !important;
    overflow: hidden;
    text-align: center;
    left: 0;
}
.benifit-mainimg {
    margin-top: auto;
    float: none;
}
.inn-withkyodo {
    width: 100%;
}
.inn-withkyodo-text {
    width: 87%;
}

.Benefits-product img{
    max-width: 100%;
}
.bnft-prdct-txt {
    padding: 20px 37px 20px 33px;
    width: 100%;
}
.moddrize h6 {
    text-align: left;
    font-size: 30px;
}


.tka img{
    float: none;
    margin-left: auto;
    margin-right: auto;
    display: block;
    text-align: center;
    height: 188px;
}

.Mod-ele-hdy h5{
    font-size: 38px;
    text-align: left;
}

.Mod-ele img{
    height: 291px;
   
    
    margin-left: 0;
    float: left;
    max-width: 100%;
}
.tickservice-pfg img {
    height: auto !important;
}
.Mod-ele-right img{
    max-width: 100%;
    margin-right: 0;
    height: 291px;
}
  .abt111 {
        padding-bottom: 35px !important;
    }
.star-ftr {
    position: absolute !important;
    bottom: 93px !important;
}


.star-ftr h6 {
    
    font-size: 10px !important;
    padding-bottom:26px !important;

}

.add-f1 {
    width: 100%;
    padding-bottom: 30px;
}
.add-f2 {
    width: 100%;
}

.add-f2 a{
    width: 100% !important;
}








.n-esclater p{
    padding-right: 0;
}
.n-esclater-main {
    padding: 0px 0 45px 0px;
}
.n-esclater h2 {
    padding-top: 45px;
}
.inner-hlift img {
    
    margin-top: 0px;
    float: none;
    width: 100%;
   margin: auto;
   text-align: center;
   display: block;

}

.inner-hlift p {
    padding-bottom: 70px;
}
.inner-hlift h3{
    font-size: 40px;
    padding-top: 25px;
}










.tickservice{
    padding: 0;
}
.tickservice-hd {
    width:100% !important;
}
.tickservice-hd h2{
    width: 100% !important;
    font-size: 35px !important;
    text-align: left !important;
}
.tickservice-pfg {
    width: 100% !important;
    padding-top: 10px !important;
    padding-left: 0px !important;
}








    .sertion4-hd {
    width: 100% !important;
    float: left;
}.sertion4-p {
    padding-left: 0 !important;
    padding-top: 10px !important;
    width: 100% !important;
    float: left;
}
    .f-60 h6 {
    font-size: 20px;}.f6-carousel {
    width: 29%;}.f7-carousel {
    width: 27%;}
    .ct-box {
    float: left;
    width: 49%;
    background: #f41e5805;
    margin-top: 10px;
    padding: 20px 10px;
    /* border-radius: 20px; */
    margin-right: 1%;
    border: 1px solid black;
}
    .innerabthds p {
        text-align: left;
        padding: 0px 0 30px 0px;
    }
    .inner-abtimg h3 {
   
    font-size: 45px;
        padding-top: 25px;
        padding-bottom: 25px;
}
.service-hdy h5 {
    text-align: left;
    font-size: 40px;
}

    
   
    .whyus-hd p {
        text-align: left;
    padding: 0;}
.innerabthds h3 {
    text-align: left;
    font-size: 45px;
}
.vmv-main {
    padding: 25px 0;
}
.why-innbx {
    padding: 30px 0;
    margin-top: 0;
}
.nav-dropdown{
    margin-left: 0;
}
.rit h2, .rit p {
    float: left;
    text-align: left;
}
.chingimg img{
 margin: 25px 0;;
}
.whyus-hd h2 {
    width: 100%;
    float: left;
  text-align: left;
    color: #ffffff;
    margin-bottom: 0;
    font-size: 40px;
    font-weight: 400;
    padding-bottom: 20px;
}
.red {
    display: none;
}

    .inner-pagehd h2 {
        font-size: 40px;
    }
    .inner-abtimg img {
float: none;
margin: auto;
display: block;
text-align: center;
    }
.inner-pagehd{
    padding: 50px 0;
}

.ct-left h1{
    font-size: 45px;
}
.ct-right{
padding: 45px 30px;
    margin-top: 25px;
}
.contactpagemap h2 {
    padding-top: 0;
}

.extra-slider{
    display:none;
}
.slider-ban .owl-dots{
     display:none;
}
    .banner img {
        height: 350px;
        object-fit: cover;
    }.ar-img-ban{
        height:auto !important;
    }
.bnt-tex h2 {
   font-size: 30px;
   width: 100%;
   text-align: center;
}    .bnt-tex {
    
        position: relative;
        top: unset;
        padding: 30px 0;
    }
.stion-allbx p{
    padding-top: 0;
    margin-top: 10px;
    margin-t
CONTAIN-INTRINSIC-BLOCK-SIZE: AUTO 100PX;
    margin-t
CONTAIN-INTRINSIC-BLOCK-SIZE: AUTO 100PX;
    text-align: center;
}
.stion-allbx h6 {
    width: 100%;
    float: left;
    text-align: center;
    /* color: #000000; */
    /* font-size: 24px; */
    /* font-weight: 400; */
    margin-bottom: 0;
    padding-left: 0;
}.section2 {
    width: 100%;
    float: left;
    padding: 65px 0;
}.number-block div {
    font-size: 50px;
}.cound h5 {
  
  font-size: 22px;
    
}
.counter-box {
    height: 60px;
}
    

.last-smain {
    display: none;
}
 .lstbgmob {
        display: block;
        padding-top: 35px;
        background: #67091d;
    }
.last-section-text {
        width: 100%;
        float: left;
        position: relative;
        top: unset;
        left: unset;
        background: #67091d;
        padding-bottom: 50px;
        /* padding-left: 25px; */
        padding-top: 40px;
    }
.ftr-mainbx {
    padding-bottom: 38px;
    border-top: unset;
}
.footer {
    padding-top: 45px;
}

.suffix-container {
    font-weight: 400;
    font-size: 50px;
    background: #DC093E;
    background: linear-gradient(246deg, rgba(220, 9, 62, 1) 0%, rgba(101, 9, 30, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.stion-allbx {
    width: 100%;
    float: left;
}.section2-pera {
        width: 100%;
        float: left;
        padding-left: 0;
        padding-top: 20px;
        margin-top: 0;
        text-align: center;
    }.cound {
        width: 50%;
        float: left;
        padding-top: 36px;
        padding-right: 0%;
    }
#animated-text span {
    font-size: 28px;
}
.cnd2{
    width: 100%;
   
}
.stion3-hd h3 {
 font-size: 35px;
}
.accordion .tabs .tab-header .text > section{
    top: 28px;
}

.tab-para1{
    font-size: 22px;
    bottom: 120px;
}
.tab-para{
    font-size: 14px;
}
.tab-para br{
    display: none;

}

.sertion4-hd h3 br{
    display:none;
}
.sertion4-hd h3 {
    font-size: 45px;  
}
.sertion4-hd h3 br{
    display: none; 
}
.f-60 h6 {
    padding: 76px 0 76px 3%;
}
.section5-hd h3 {
      font-size: 45px;
}

.section5-fimg {
    width: 100%;
    float: left;
    position: relative;
}

.stion5-2img {
    width: 100%;
    float: left;
    padding-left: 0;
    margin-top: 15px;
}.stion5-2img img {
    width: 100%;
    float: left;
    max-width: 100%;
    margin-bottom: 15px;
}.colorfullimg {
    width: 100%;
    float: left;
    position: relative;
}
.f-60 h6{
    padding: 76px 0 76px 4%;
}
.colorfullimg-atag h6{
    font-size: 30px;
}
.Frame57 {
        left: 22px;
        top: 95px;
    }
.section5 {
    padding: 70px 0;
}
.testimoniyal {
    padding-top: 90px;
    padding-bottom: 85px;
}
.testimonial-main p {
    padding-bottom: 40px;
}
.testimonial-main {
    margin-bottom: 28px;
}
.clints-img img{
    max-width: 100%;
}
.cints h6 {
    font-size: 45px;
}
.cints {
    padding-bottom: 25px;
    padding-top: 25px;
}
    .colorfullimg img {
        width: 100%;
        float: left;
        max-width: 100%;
       
        height: 320px;
        object-fit: cover;
    }.lift-lastimg {
    width: 100%;
    float: left;
    margin-top: 15px;
}.lift-lastimg img {
    width: 100%;
    float: left;
    max-width: 100%;
    height: 300px;
}.last-section-text h3{
    display:none;
}
.ftr-links{
    padding-left:0 !important;
}
.ftr-links a {
    width: 50%;}

.last-section-text h2{
    font-size: 45px;
}
    .banner {
        /* background: #060606; */
        padding-bottom: 67px;
    }


    .bnt-tex {
         background: #060606;
       
    }
    .whyus-bx {
        padding: 50px 0;
    }
.last-section {
    padding: 0;
}.copy h2 {
    width: 100%;
    float: left;
    text-align: left;
    color: #FFFFFF;
    margin-bottom: 0;
    font-size: 13px;
    font-weight: 400;
}.copy h3 {
    width: 100%;
    float: left;
    text-align: left;
    color: #FFFFFF;
    margin-bottom: 0;
    font-size: 13px;
    padding-top: 10px;
    font-weight: 400;
}.ftrexh3 {
    padding-top: 15px;
}.ftr-links {
    padding-left: 28px;
    width: 100%;
    float: left;
    padding-top: 15px;
}.ftrexh2 {
    padding-top: 15px;
}
}
@media(min-width:768px) and (max-width:991px){
    .blog-box h5 {
    font-size: 20px !important;}
    .dot1, .dot2, .dot3, .dot4, .dot5, .dot6{
        display: none;
    }.left2-brand {
    float: left;
    position: relative;
    width: 100% !important;
    margin-top: 30px !important;
}.global-sec h2 {
    color: #1F3240;
    font-size: 35px !important;
    font-weight: 500;
    width: 40% !important;
}.bt-max9 {
    float: none !important;
    position: relative !important;
    right: 6%;
    margin: auto !important;
    display: table !important;
}
    .cta1 h2 {
    position: absolute;
    top: 20px;
    left: 5%;
    font-size: 37px !important;
    color: #fff;
    width: 50%;
}.why-us-text h2 {
    color: #1F3240;
    font-size: 33px !important;
    font-weight: 500;
}.bt-max5 {
    position: absolute;
    bottom: 30px;
    right: 13% !important;
}
    .ban-left h1 {
    font-size: 35px !important;
    color: #fff;
    font-weight: 500;
}.p1-left {
    width: 100%;
    float: left;
    margin-top: 0 !important;
}.product-cat h2 {
    color: #1F3240;
    font-size: 56px;
    width: 100% !important;
    font-weight: 500;
}.p1-left p {
    font-size: 25px !important;}
    .pro-50 {
    width: 100% !important;
    float: left;
    margin-right: 0 !important;
}
  .product-sec-img {
    width: 300px !important;
    float: left;
    margin-right: 20px !important;
    height: 300px !important;
    object-fit: cover;
    border-radius: 20px;
}.product-sec h1 {
    font-size: 31px !important;}
    .footer-top{
        flex-direction: row !important;
    }    .footer-columns {
        flex-direction: row !important; 
               text-align: left !important;}
    .p6-text h4{
        width: 90% !important;
    }.p6-text2 p{
        width: 100% !important;
    }.p7-text {
    position: absolute;
    bottom: 65px !important;
    left: 30px;
}.p7-text h2 {
     width: 62% !important;
     font-size: 30px !important;
}
    .choose5-box{
        min-height: 251px !important;
    }
    .choose-box1 img{
        width: 180px !important;
    }.choose-box2 img{
                width: 120px !important;
            }.choose-box2 h5{
                width: 80% !important;
            }.choose4-text p {
    font-size: 16px !important;
    color: #fff;
    padding-right: 6% !important;
    line-height: 135%;
    font-weight: 600;
}
    .choose-box1 p{
        width: 90% !important;
    }
  .accordion .tabs .tab-header .text > div{
    font-size: 16px !important;
  }.tab-para1 {
    font-size: 33px !important;
    bottom: 110px !important;
}
.service-inn .col-lg-2{
    display:none;
}
.moddrize h6 {
    text-align: left;
}

.Benefits-product img {
    max-width: 100%;
}
.bnft-prdct-txt {
    padding: 24px 49px 25px 38px !important;
    width: 100% !important;
}







.inn-withkyodo {
    width: 100%;
}
.benifit-mainimg img{
    max-width: 100% !important;
    margin-left: 0 !important;
}
.benifit-mainimg {
    margin-top: 0;
    float: left;
}
.tka img{
    float: none;
    margin-left: auto;
    margin-right: auto;
    display: block;
    text-align: center;
    height: 273px;
}

.Mod-ele-hdy h5{
    font-size: 38px;
    text-align: left;
}

.Mod-ele img{
    height: auto;
   
    
    margin-left: 0;
    float: left;
    max-width: 100%;
}
.Mod-ele-right img{
    max-width: 100%;
    margin-right: 0;
}
.Mod-btn .nav {
    width: 58%;
}






.service-hdy h5 {
    text-align: left;
}
.abt-hdybxtxt{
    padding-left: 0 !important;
    width: 100% !important;
    padding-top: 15px !important;
}





.whyus-hd h2 {
    text-align: left;
}
.whyus-hd p {
    padding: 0;
    text-align: left;
    
}
.innerabthds h3{
    font-size: 40px;
       text-align: left;
}
.innerabthds p{
     text-align: left;
}
.star-ftr {
    position: absolute !important;
    bottom: 71px !important;
}


.star-ftr h6 {
    
    font-size: 10px !important;
    padding-bottom:26px !important;

}


  .sb-star {
    top: 10px !important;
    left: 9px !important;
}
.sb-star img {
    max-width: 20px !important;
}


  .add-f1 {
    width: 100%;
    padding-bottom: 30px;
    } 
.add-f2 {
    width: 100%;
}
.ftrexh3 {
    padding-top: 30px;
}

.n-esclater p{
    padding-right: 0;
}
.n-esclater-main {
    padding: 0px 0 45px 0px;
}
.n-esclater h2 {
    padding-top: 45px;
}
.inner-hlift img {
    max-width: 560px;
    margin-top: 0px; 
    float: none;
    width: 100%;
    margin: auto;
    display: block;
    text-align: center;
}

.inner-hlift h3 {
    padding-top: 40px;
    font-size: 50px;
}
.inner-hlift p {
    padding-bottom: 60px;
}






.tickservice-pfg{
    padding-left: 60px !important;
}
.tickservice{
    padding: 0;
}
.tickservice-hd h2{
   font-size: 40px !important;
        text-align: left !important;
}

.abt111 {
    padding-bottom: 45px !important; 
}
    .text-names {
    width: 76%;
}.footer {
        padding-top: 30px;
    }
    .ftr-mainbx {
        padding-bottom: 50px;
    border-top: unset;
}
    .f7-carousel {
    width: 29% !important;
    float: left;
    height: 150px !important;
    overflow: hidden;
}.f6-carousel {
    width: 29% !important;
    float: left;
    height: 150px !important;
    overflow: hidden;
}.f6-carousel .item img {
    width: 64px !important;
}.f7-carousel .item img {
    width: 64px !important;
}
    .f-60 h6 {
   font-size: 17px !important;
        padding: 21px 0 19px 3% !important;
   
    width: 41% !important;
   
   
}
 .lstbgmob {
        display: block;
        padding-top: 35px;
        background: #67091d;
    }

.last-smain {
    display: none;
}
.testimonial-main {
    margin-bottom: 25px;
}
.testimonial-main p {
    padding-bottom: 35px;
}
.lift-lastimg {
    width: 68%;
    float: right;
}
.section5 {
    padding: 60px 0;
}
.Frame57 {
 
    left: 24px;
    top: 85px;
}
.Frame57 h5 {
    font-size: 27px;
}.f-60 {
    background: linear-gradient(150deg, rgb(244 3 69) 0%, rgb(246 61 112) 28%, rgb(246 57 109) 70%, rgba(249, 128, 160, 1) 100% 100%);
    width: 100%;
    float: left;
    height: 150px !important;
    margin-bottom: 20px;
}
    .inner-abtimg img {
    max-width: 420px;}
    .inner-abtimg img {
    max-width: 328px;
    margin-top: 15px;
    float: right;
    width: 100%;
    margin-left: 35px;
    /* border-radius: 30px; */
}
.inner-abtimg h3 {

    font-size: 40px;
}
    .bnt-tex {
   top: 160px;
}.bnt-tex h2 {
   font-size: 28px;
}
.ct-left h1 {
    font-size: 45px;
}
.small-img {
    height: auto !important;
}
.banner img{
    height: 450px;
    object-fit: cover;
}.stion-allbx {
    width: 47%;
    float: left;
}  
  .section2-pera1 p{
    font-size: 30px;
}  
    .section2-pera {
    width: 53%;
    padding-left: 0;
    margin-top: 0;
    padding-top: 0;
    }
    #animated-text span {
        font-size: 39px;
    }

.section2 {
    padding: 70px 0;
}

       .cound {
        width: 33.3%;
        float: left;
        padding-top: 39px;
        padding-right: 6%;
    }.accordion .tabs .tab-header .text > section{
    top:0;
}
.stion3-hd h3 {
    font-size: 45px;
}
.tab-para br{
    display: none;
}
.sertion4-hd h3 br{
   display: none;
}
.sertion4-hd h3 {
    font-size: 45px;
}
.sertion4-p {
    padding-left: 39px;
     padding-top: 0px; 
}
.section5-hd h3{
    font-size: 45px;
}
.stn5-imgtext p br{
display: none;
}
.stn5-imgtext h2 {
    font-size: 25px;
}
.colorfullimg-atag {
    width: auto;
    float: left;
    position: absolute;
    bottom: 71px;
    left: 15px;
}.lift-lastimg img {
    width: 100%;
    float: left;
    max-width: 860px;
    height: 259px;
}
    
.last-section-text {
        width: 100%;
        float: left;
        position: relative;
        top: unset;
        left: unset;
        background: #67091d;
        padding-bottom: 50px;
        /* padding-left: 25px; */
        padding-top: 40px;
    }
.last-section {
    padding: 0px;
    background: #060606;
}


.last-section-text h2 {
   font-size: 45px;
}
.ftrlogo img {
  
    max-width: 300px;
    float: none;
    margin: auto;
    display: block;
    text-align: center;
}.ftr-links{
    padding:0 !important;
}.ftr-links a {
    width: 50%;
}
.cints {
    width: 100%;
    float: left;
    padding-top: 40px;
    padding-bottom: 40px;
}

.inner-pagehd h2 {
    font-size: 50px;
}

.innerabthds p {
  padding: 0 0 25px;
}
.chingimg img {
    width: 57%;
    margin-top: 40px;
}
.rit h2, .rit p {
    float: left;
    text-align: left;
}
.nav-dropdown {
    margin-left: 0;
}
.service-ist-imgtxt h2 {
    font-size: 24px;
}
.service-hdybxtxt {
  
    padding-left: 0;
    width: 100%;
    padding-top: 15px;
}




}
@media(min-width:992px) and (max-width:1024px){
    .bt-max8 {
    float: left;
    margin-top: 20px;
    position: relative;
    right: 22px;
}
    .ban-left h1 {
    font-size: 47px !important;}.p1-left {
    width: 100%;
    float: left;
    margin-top: 35px !important;
}.product-cat h2 {
    width: 60% !important;
}.left-brand h2 {
    font-size: 60px !important;}
      .p7-text {
    bottom: 70px !important;}.p7-text h2 {
    font-size: 46px !important;}
    .choose5-box{
        min-height: 345px !important;
    }.footer-columns {
  gap: 38px !important;}
.choose5-box img {
    width: 220px !important;
  }
    .choose-box1 p{
        width: 60% !important;
    }.choose-box2 img {
    width: 180px !important;}
    .accordion .tabs .tab-header .text > div{
         font-size: 21px !important;
    }.tab-para1 {
    font-size: 30px !important;
    bottom: 87px !important;
}.choose-box1 img {
    width: 215px !important;}
  .p3-right h2 {
    font-size: 40px !important;}.p3-right {
       padding-top: 0 !important;
}.p3-left-text {
    position: absolute;
    bottom: 13px !important;
    left: 35px !important;}
.slick-prev {
    left: -40px !important;}    .slick-next{
    right: -40px !important;}
.p3-box img {
    width: 45px !important;
}.p3-box span {
    font-size: 13px !important;}
.moddrize h6 {
    text-align: left;
}


.Benefits-product img {
    max-width: 100%;
}
.bnft-prdct-txt {
    padding: 24px 49px 25px 38px !important;
    width: 100% !important;
}







.inn-withkyodo {
    width: 100%;
}
.benifit-mainimg img{
    max-width: 100% !important;
    margin-left: 0 !important;
}
.benifit-mainimg {
    margin-top: 0;
    float: left;
}
.tka img{
    float: none;
    margin-left: auto;
    margin-right: auto;
    display: block;
    text-align: center;
    height: 273px;
}

.Mod-ele-hdy h5{
    font-size: 38px;
    text-align: left;
}

.Mod-ele img{
    height: 500px;
   
    
    margin-left: 0;
    float: left;
    max-width: 100%;
}
.Mod-ele-right img{
    max-width: 100%;
    margin-right: 0;
    height: 500px;
}
.Mod-btn .nav {
    width: 58%;
}
.tickservice-pfg img {
    height: auto !important;
    
}







.Mod-ele h3 {
    padding-top: 0;
}
.Mod-ele-right h3 {
    padding-top: 0px;
}
.Mod-btn .nav{
    width: 43%;
}
.tickservice-pfg {
    width: 47% !important;
}






    .service-hdy h5 {
    text-align: left;
}
    
    .abt-hdybxtxt {
   
    padding-left: 0 !important;
    width: 100% !important;
    padding-top: 15px !important;
}
    .star-ftr {
   bottom: -126px;
    position: relative;
}
.ftrlogo img {
    margin-top: 95px;
} 
.f-60 h6 {
    font-size: 19px !important;
}
  .ftr-links a {
    line-height: 22px;
} 
.n-esclater h2{
    font-size: 30px;
}
.inner-hlift h3 br{
    display: none;
}
.inner-hlift img {
    max-width: 430px;
    margin-top: 107px;
}







   .bnt-tex h2{
    font-size: 45px;
   }
.bnt-tex {
    top: 175px;
}
.section2 {
    padding: 90px 0;
}
.main-hdr{
    padding-left: 0;
}

.red{
    display: none;
}
.nav-menu > li > a{
    padding: 0 12px;
}
.stion-allbx {
    width: 45%;
}
.section2-pera1 p{
    font-size: 30px;
}
.section2-pera {
    width: 55%;
    padding-left: 0px;
    margin-top: 0px;
}
.chingimg img{
    margin-top: 180px;
}
#animated-text span{
    font-size: 40px;
}
.tab-para br{
    display: none;
}
.sertion4-hd h3 br{
display: none;
}
.sertion4-hd h3 {
    font-size: 50px;
}
.sertion4-p {
    padding-left: 50px;
    padding-top: 20px;
}

.section5-fimg {
    width: 58%;
}

.stion5-2img {
    width: 42%;
}

.lift-lastimg img {
 
   
    height: 349px;
   
    margin-left: 19px;
}
.Frame57 {
    top: 115px;
}
.testimonial-main p{
    font-size: 14px;
    padding-bottom: 35px;
}
.last-section-text h2{
    font-size: 45px;
}
.last-section-text{
    top: 50px;
}
.ftr-links {
    padding-left: 0 !important;
}
.ftr-links {
    width: 104%;
}
.inner-abtimg img {
    max-width: 435px;
}
.service-hdybxtxt {
    width: 82%;
}

.service-ist-imgtxt h2{
    font-size: 22px;
}
.ct-left h1{
    padding-top: 0px;
    padding-bottom: 10px;
}
}

@media(min-width: 1200px) and (max-width: 1300px){
    .footer-columns {
    gap: 68px !important;
}
}


@media(min-width:1025px) and (max-width:1199px){
    .p7-text{
        bottom: 60px !important;
    }
    .footer-columns {
    gap: 68px !important;}
    .accordion .tabs .tab-header .text > div{
        font-size: 20px !important;
    }.choose5-box{
        min-height: 345px !important;
    }.choose5-box img {
      width: 200px !important;}
.choose-box2 img {
    width: 180px !important;}
    .choose-box1 img {
    width: 180px !important;}.choose-box1 p{width: 65% !important;}
    .stion3-hd h3 {
    font-size: 42px !important;}.tab-para {
    width: 94% !important;
     font-size: 14px !important;}.tab-para1 {
    font-size: 30px !important;}
.p3-right h2 {
    font-size: 40px !important;}
.p3-left-text {
    position: absolute;
    bottom: 13px !important;}.p3-box img {
    width: 45px !important;
}.p3-right {
    padding-top: 0 !important;
}.p3-box span {
    font-size: 14px !important;}
.inn-withkyodo-text{

width: 88%;
}
.inn-withkyodo {
    width: 65%;
}
.withkyodo {
    width: 74%;
}
.benifit-mainimg {
    margin-top: 121px;
}
.bnft-prdct-txt {
    padding: 61px 49px 0px 38px;
    width: 50%;
}
.bn-txt2 {
    padding: 19px 49px 0px 38px;
}
.bn-txt3 {
        padding: 40px 49px 0px 38px;
    }
    .bn-txt3 {
       
        width: 50%;
    }
    .bn-txt4 {
        padding: 40px 49px 0px 38px;
    }
.bn-txt5 {
        padding: 19px 49px 0px 38px;
    }


        .bn-txt6 {
        padding: 9px 15px 10px 21px;
    }


.Mod-ele h3 {
    padding-top: 0;
}
.Mod-ele-right h3 {
    padding-top: 0px;
}
.Mod-btn .nav{
    width: 43%;
}
.tickservice-pfg {
    width: 47% !important;
}



.abt-hdybxtxt {
   
    padding-left: 0 !important;
    width: 100% !important;
    padding-top: 15px !important;
}
.star-ftr {
   
    position: relative;
    bottom: -126px;
}

.ftrlogo img {
    margin-top: 95px;
}     
.f-60 h6 {
    font-size: 19px !important;
}
.ftr-links a {
    line-height: 22px;
} 
.inner-hlift h3 br{
    display: none;
}
.inner-hlift img {
    max-width: 430px;
    margin-top: 107px;
}



     .bnt-tex h2{
    font-size: 50px;
   }
.bnt-tex {
    top: 175px;
}
.section2 {
    padding: 90px 0;
}
.main-hdr{
    padding-left: 0;
}

.red{
    display: none;
}
.nav-menu > li > a{
    padding: 0 12px;
}
.stion-allbx {
    width: 40%;
}
.section2-pera1 p{
    font-size: 33px;
}
.section2-pera {
    width: 60%;
    padding-left: 10px;
    margin-top: 0;
}
.chingimg img{
    margin-top: 180px;
}
#animated-text span{
    font-size: 40px;
}
.tab-para br{
    display: none;
}
.sertion4-hd h3 br{
display: none;
}
.sertion4-hd h3 {
    font-size: 50px;
}
.sertion4-p {
    padding-left: 50px;
    padding-top: 20px;
}

.section5-fimg {
    width: 58%;
}

.stion5-2img {
    width: 42%;
}

.lift-lastimg img {
 
   
    height: 349px;
   
    margin-left: 19px;
}
.Frame57 {
    top: 115px;
}
.testimonial-main p{
    padding-bottom: 35px;
}
.last-section-text h2{
    font-size: 45px;
}
.last-section-text{
    top: 50px;
}
.ftr-links {
    padding-left: 0 !important;
}
.ftr-links {
    width: 104%;
}
.inner-abtimg img {
    max-width: 435px;
}
.service-hdybxtxt {
    width: 82%;
}

.service-ist-imgtxt h2{
    font-size: 22px;
}
.ct-left h1{
    padding-top: 0px;
    padding-bottom: 10px;
}


}


.f-60{
    position: relative;
        background: linear-gradient(150deg, rgb(244 3 69) 0%, rgb(246 61 112) 28%, rgb(246 57 109) 70%, rgba(249, 128, 160, 1) 100% 100%);
    width: 100%;
    float: left;
    height: 245px;
    margin-bottom: 20px;
    overflow: hidden;
}
.f-60 h6 {
   font-size: 22px;
    padding: 69px 12px 51px 6%;
    float: left;
    width: 42%;
    color: #fff;
    margin: 0;
    font-weight: 600;
} 
.f-60 h6 span {
    position: relative;
    font-size: 20px;
    left: 3px;
    top: -3px;
}



.carousel-container {
      height: 300px;
      overflow: hidden;
      position: relative;
      width: 300px;
      margin: auto;
    }
.sb-star{
    top: 40px;
    left: 29px;
    position: absolute;
    width: auto;
    float: left;
}
.sb-star img{
    width: 100%;
    float: left;
    max-width: 25px;
}





    .b2-ext .b2-slide-track {
  -webkit-animation: scroll2-down 39s linear infinite;
  animation: scroll2-down 39s linear infinite;
  display: flex;
  flex-direction: column; /* Stack items vertically */
  height: calc(100% * 20); /* Adjust based on item count */
}

@keyframes scroll2-down {
  0% {
    transform: translateY(calc(-652px * 10)); /* Start from higher point */
  }
  100% {
    transform: translateY(0); /* Scroll down to 0 */
  }
}


.b2-slider {
    left: 0;
    transform: rotate(0deg);
   /* background: #8EB935;*/
    z-index: 1;
    float: left;
    overflow: hidden;
    position: relative;
    width: 48%;
    /* padding: 19px 0px; */
    bottom: 0;
}
.b2-slide img{
    width: 100%;
    float: left;
    max-width: 140px;
    margin-bottom: 12px;
}

.b2-slide-track {
  -webkit-animation: scroll2 30s linear infinite;
  animation: scroll2 30s linear infinite;
  display: flex;
  flex-direction: column; /* Vertical layout */
  width: 100%;
  height: calc(100% * 20); /* Adjust to your content height */
}

@keyframes scroll2 {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(calc(-100px * 10)); /* Replace 100px with the actual item height */
  }
}

.b2s2{
    float: right;
    width: 48%;
}


.b2s2 .b2-slide-track {
  -webkit-animation: scroll2-down 30s linear infinite;
  animation: scroll2-down 30s linear infinite;
  display: flex;
  flex-direction: column; /* Vertical stacking */
  width: 100%;
  height: calc(100% * 20); /* Adjust as needed */
}

@keyframes scroll2-down {
  0% {
    transform: translateY(calc(-100px * 10)); /* Start higher */
  }
  100% {
    transform: translateY(0); /* Move downward to normal position */
  }
}





    .carousel-inner-vertical {
      display: flex;
      flex-direction: column;
      transition: transform 0.5s ease-in-out;
    }

    .carousel-track img {
      height: auto;
    width: 80px;
      object-fit: cover;
    }

.f-60-right {
    width: 56%;
    float: left;
    height: 245px;
    overflow: hidden;
}.loading img {
    width: 200px;
    animation: reveal-bottom 2s ease-in-out forwards;
    clip-path: inset(100% 0 0 0); /* Start fully hidden from bottom */
}

@keyframes reveal-bottom {
  to {
    clip-path: inset(0 0 0 0); /* Fully revealed */
  }
}

.f7-carousel .item img{
    width:80px;
}
.f7-carousel{
        width: 42%;
    float: left;
    height: 245px;
    overflow: hidden;
    top: 18px;
}
.f6-carousel .item img{
    width:80px;
}
.f6-carousel{
        width: 42%;
    float: left;
    height: 245px;
    overflow: hidden;
}
.abt111 {
  
    float: none;
    max-width: 1000px;
    width: 100%;
    margin: auto;
    display: block;
    text-align: center;
    padding-bottom: 75px;
}
.abt-hdybx {
    margin-bottom: 25px;
    width: 100%;
    float: left;
    border: 1px solid #a9a9a97a;
    padding: 25px 20px;
}
.abt-hdybx img {
    width: 100%;
    float: left;
    text-align: left;
    max-width: 45px;
}
.abt-hdybxtxt {
    float: left;
    padding-left: 20px;
    width: 85%;
}
.abt-hdybx h3 {
    margin-bottom: 0px;
    text-align: left;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
}
.abt-hdybx p {
    width: 100%;
    /* float: left; */
    text-align: left;
    color: black;
    font-size: 15px;
    font-weight: 400;
    padding-top: 10px;
    line-height: 24px;
}

.tickservice-hd{
    width: 100%;
    float: left;
}
.tickservice-hd h2 {
    width: 100%;
    text-align: center;
    color: #060606;
    margin-bottom: 0;
    font-size: 55px;
    font-weight: 400;
    line-height: 120%;
    padding-bottom: 30px;
}
.tickservice-pfg {
    width: 50%;
    float: left;
    padding-top: 30px;
    /* padding-left: 76px; */
}








@media (min-width: 1200px) {
.star-ftr {
    position: relative;
    bottom: -71px;
}
}







@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1198px;
    }

    .section5-fimg img{
        max-width: 630px;
    }

    .stion5-2img {
        padding-left: 5px;
    }
.lift-lastimg img{
    height: 408px;
}
.colorfullimg img{
    max-width: 330px;
}

.innerabthds img{
    height: 412px;
}

.tickservice {
    padding: 0 86px;
}
.tickservice-pfg {
    width: 50%;
    
}

.f-60 h6 {
    font-size: 22px;
   padding: 71px 12px 51px 6%;
}

.abt-hdybxtxt {
    padding-left: 22px;
    width: 83%;
}

.Mod-ele h3 {
    padding-top: 55px;
}

.epad{

}
.abt-hdybx h3 {
    font-size: 19px;
}
.siimg-mac {
        margin-top: 80px !important;
    }

.float-sm-new2 {
    top: 51%;
    
}
.float-sm-new2 {
    top: calc(41% + 60px);
}
}



.whtsapp {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 15px;
    right: 15px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    z-index: 100;
    display: flex;
    align-items: center;
    justify-content: center;
}

.whtsapp img {
    width: 32px;
   /* height: 32px;*/
}
.mob-whybx{
    display: none;
}



@media(max-width: 991px){
.whyus-bx{
    display: none;
}
.mob-whybx{
    display: block;
}
}

.no-scroll {
  overflow: hidden;
  position: fixed;
  width: 100%;
}




.s4-a button {
    width: 161px;
    height: 49px;
    color: #F30344;
    border: 1px solid #F30344;
    background: transparent;
}
.read-more button {
    position: relative;
    display: flex
;
    align-items: center;
    justify-content: space-between;
    width: 191px;
    height: 49px;
    padding: 0 6px 0px 13px;
    background: #FFFFFF;
    color: #F30344;
    text-decoration: none;
    font-size: 16px;
    font-weight: 400;
    border-radius: 42px;
    box-sizing: border-box;
    overflow: hidden;
    transition: color 0.3s ease;
}
.read-more button::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 0%;
    height: 100%;
    background-color: #F30344;
    z-index: 0;
    transition: width 0.4s ease;
    border-radius: 42px;
}


.read-more button:hover::before {
    width: 100%;
}

/* Text should appear above background */
.read-more .btn-text,
.read-more .cir {
    position: relative;
    z-index: 1;
    transition: color 0.3s ease, background 0.3s ease;
}

/* On hover, change text and .cir styles */
.read-more button:hover .btn-text {
    color: #FFFFFF;
}

.read-more button:hover .cir {
    background: #FFFFFF;
}




/* Optional: Invert arrow color on hover (if using a red arrow image) */
.read-more button:hover .cir img {
    filter: invert(1);
}




/*newcss*/


.neeservice-inn {
    width: 100%;
    float: left;
    padding: 60px 0;
}
.second-nes{
    width: 100%;
    float: left;
}
.second-nes-hd{
    width: 100%;
    float: left;
    padding-bottom: 60px;
}
.second-nes-hd h2{
   
    width: 100%;
    float: left;
    text-align: center;
    color: #f40345;
    margin-bottom: 0;
    font-size: 45px;
    font-weight: 400;
    padding-bottom: 30px;
}

.second-nes-hd p{
   width: 100%;
    text-align: center;
    color: #575757;
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 0px;
    
}
.second-nw-imgandhead{
    width: 100%;
    float: left;
    padding-bottom: 60px;
}
.second-nw-imgandhead p {
    width: 100%;
    text-align: justify;
   color: #575757;
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 0px;
   
}
.second-nw-imgandhead img {
    margin-bottom: 23px;
    max-width: 508px;
    
    float: right;
    width: 100%;
    margin-left: 46px;
    /* border-radius: 30px; */
}
.second-nw-imgandhead h3 {
    width: auto;
    text-align: left;
    color: #060606;
    margin-bottom: 0;
   font-size: 40px;
    font-weight: 400;
    line-height: 120%;
    padding-bottom: 15px;
}
.whyyouneed{
    width: 100%;
    float: left;
    padding-bottom: 60px;
}
.whyyouneed h3{
    width: 100%;
    float: left;
    text-align: left;
    color: #f40345;
    margin-bottom: 0;
    font-size: 45px;
    font-weight: 400;
    padding-bottom: 30px;
}
.whyyouneed p{
    width: 100%;
    text-align: left;
    color: #575757;
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 0px;
}
.whyyouneed .tickservice-pfg{
width: 100%;
float: left;
padding-bottom: 30px;
}
.included {
    padding-top: 50px;
    width: 100%;
    float: left;
    padding-bottom: 50px;
    background: #f1f1f1e6;
}
.included-hds{
    width: 100%;
    float: left;
}
.included-hds h2{
    width: 100%;
    float: left;
    text-align: left;
    color: #f40345;
    margin-bottom: 0;
    font-size: 45px;
    font-weight: 400;
    padding-bottom: 30px;
}
.included-hds p {
    width: 100%;
    text-align: left;
    color: #575757;
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 0px;
}
.included-hds .tickservice-pfg{
    width: 100%;
    float: left;
    padding-bottom: 30px;
}
.issue{
    padding: 60px 0;
    width: 100%;
    float: left;
}
.issue-main{
     width: 100%;
    float: left;
}
.issue-main h2{
    width: auto;
    text-align: left;
    color: #060606;
    margin-bottom: 0;
    font-size: 36px;
    font-weight: 400;
    line-height: 120%;
    padding-bottom: 15px;
}
.issue-main p {
    width: 100%;
    text-align: justify;
    color: #575757;
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 0px;
}
.issue-main img {
    margin-bottom: 23px;
    max-width: 508px;
    float: right;
    width: 100%;
    margin-left: 46px;
    /* border-radius: 30px; */
}

.issue-main-second{
    padding-top: 50px;
     width: 100%;
    float: left;
    padding-bottom: 50px;
}
.issue-main-second h2{
    width: auto;
    text-align: left;
    color: #060606;
    margin-bottom: 0;
    font-size: 36px;
    font-weight: 400;
    line-height: 120%;
    padding-bottom: 15px;
}
.issue-main-second p {
    width: 100%;
    text-align: justify;
    color: #575757;
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 0px;
}
.issue-main-img img {
    margin-bottom: 23px;
    max-width: 508px;
    float: left;
    width: 100%;
    margin-right: 46px;
    /* border-radius: 30px; */
}
.issue-main-second-text{

}
.issue-main-second-text .tickservice-pfg{
padding-bottom: 20px;
}
.cost {
    padding: 30px 20px 0px 30px;
    background: #f1f1f1e6;
    width: 100%;
    float: left;
    border: 1px solid #f40345;
}
.cost h2 {
    width: 100%;
    float: left;
    text-align: left;
    color: #f40345;
    margin-bottom: 0;
    font-size: 40px;
    font-weight: 400;
    padding-bottom: 30px;
}
.cost p {
    float: left;
    width: 100%;
    text-align: left;
    color: #575757;
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 0px;
    padding-bottom: 30px;
}
.cost .tickservice-pfg{
width: 100%;
padding-top: 0px;
padding-bottom: 25px;
}
.includedtw{
    background-size: cover;
    background-image: url('../images/Frequency.png');
}
.costtw {
    border: unset;
    background: unset;
    padding: 0;
}
.costmain {
    width: 100%;
    float: left;
    padding: 40px 0;
}
.claddings{
    width: 100%;
    float: left;
}
.claddings h3{
    width: 100%;
    float: left;
    text-align: left;
    color: gray;
    font-weight: bold;
    font-size: 17px;
    margin-bottom: 0;
    padding-bottom: 20px;
}
.claddings-boxs {
        
    padding: 20px 10px;
    background: #f1f1f169;
    width: 100%;
    float: left;
    border: 1px solid #f40345;
}
.claddings-boxs img{
    width: 20%;
    float:none;
    margin: auto;
    display: block;
    text-align: center;

}
.claddings-boxs h3{
    padding-top: 10px;
    width: 100%;
    float: left;
    text-align: center;
    color: #f40345;
    font-size: 15px;
    font-weight: 500;
}
.claddings p{
    padding-top: 30px;
    padding-bottom: 50px;
    width: 100%;
    text-align: left;
    color: #575757;
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 0px;
}
.sni-er .tickservice-pfg{
    padding: 30px 0;
}
.sni-er .tickservice-pfg img{
    float: left;
    width: 28px;
    height: auto;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 0;
} 
.wtf{
    width: 100%;
    float: left;
    padding: 50px 0;
}
.wtf h3{
width: 100%;
    float: left;
    text-align: left;
    color: #f40345;
    margin-bottom: 0;
    font-size: 40px;
    font-weight: 400;
    padding-bottom: 30px;
}
.wtf p{
    width: 100%;
    text-align: left;
    color: #575757;
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 0px;
}
.dihc {
    margin-left: 10px;
    height: 175px;
    width: 24%;
    float: left;
    border: 1px solid #f40345;
    padding: 15px;

    /* Flexbox centering */
    display: flex;
    flex-direction: column;      /* stack h6 and p vertically */
    align-items: center;         /* center horizontally */
    justify-content: center;     /* center vertically */
    text-align: center;          /* center text */
}

.dihc h6 {
    color: black;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 10px; /* spacing before paragraph */
    padding: 0;
}

.dihc p {
    text-align: center;
    color: black;
    font-size: 14px;
    font-weight: 400;
    margin: 0;
    padding: 0;
}
.aour{
    width: 100%;
    float: left;
}
.sni-er h5{
    padding-bottom: 16px;
    width: 100%;
    float: left;
    text-align: left;
   color: gray;
    font-weight: bold;
    font-size: 17px;

}
.etps img{
    margin-top: 0;
}
.includedtw p{
color: white; 

}
.includedtw .tickservice-pfg h4{
color: white;
}




@media (max-width: 400px){



    .second-nes-hd h2 {
        font-size: 33px !important;

}
.second-nw-imgandhead h3 {
            font-size: 33px !important;
        }


    .whyyouneed h3 {
        font-size: 33px !important;
    }


  
    .included-hds h2 {
        font-size: 33px !important;
    }


    .cost h2 {
        font-size: 33px !important;
    }

.issue-main-second h2 {
     font-size: 33px !important;
}

}





@media (max-width: 575px){
    .mainhed {
    margin-top: 15px;    font-size: 38px!important;
}
    .stats-left p {
    text-align: center;}
    .stats-left h2 {
    font-size: 38px !important;
    text-align: center !important;}
    .p1-left {
    text-align: center;
    margin-top: 60px;
    }.p1-left p {
    font-size: 22px !important;
}.abt1 {
    margin-top: 20px;}
    .pro-left h2 {
    color: #1F3240;
    font-size: 40px !important;
    font-weight: 500;
}
    #about-banner h2{
        text-align: center !important;
        font-size: 40px !important;
        margin-top: 180px !important;
    }
    .cr-wd h2 {
    font-size: 31px !important;}
    .vertical-sec h1 {
    font-size: 32px !important;}#ct-sec h3 {
    float: left;
    width: 100%;
    font-size: 26px !important;
    font-weight: 600;
    margin-bottom: 10px !important;
    line-height: 37px !important;
    text-align: center;
}.abt-hightlighted{
        padding-left: 0 !important;
        text-align:center;
}


    .swl {
    text-align: center !important;}
.about-sec1 h1 {
    font-size: 31px !important;
    text-align: center;}
.b3-effect{
    width: 100% !important;
}.about-sec1 p{
        text-align: center !important;
}.srvhg h3 {
    font-size: 31px !important;}
.about-sec1 h6 {
    float: left;
    text-align: center;
    width: 100%;}
.about-sec1 h6 img{
    float: none;
}
.claddings-boxs{
    margin-bottom: 18px;
}
.dihc{
    width: 90%;
}








        .whyyouneed h3 br{
            display: none;

        }

.etps img {
    margin-bottom: 30px;
}

.second-nes-hd h2{
        font-size: 40px;
        text-align: left;
    }
.second-nes-hd p{
    text-align: left;
}

.second-nw-imgandhead img {

    float: none;
        margin: auto;
        display: block;
        text-align: center;
        margin-bottom: 25px;
}

    .second-nw-imgandhead h3{
        font-size: 40px;
        text-align: left;
    }
.whyyouneed h3 {
 font-size: 40px;
        text-align: left;
}

.included-hds h2{
    font-size: 40px;
        text-align: left;
}
.cost h2 {
    font-size: 40px;
        text-align: left;
}
}




@media(min-width:576px) and (max-width:767px){

    .ban-right {
        width: 100% !important;
        float: left;
        text-align: center;
        right: 0 !important;
        padding: 0 21px;
        bottom: 144px !important;
    }

.claddings-boxs{
    margin-bottom: 18px;
}
.dihc{
    width: 90%;
}


.etps img {
    margin-bottom: 30px;
}

.second-nes-hd h2{
        font-size: 40px;
        text-align: left;
    }
.second-nes-hd p{
    text-align: left;
}

.second-nw-imgandhead img {

    float: none;
        margin: auto;
        display: block;
        text-align: center;
        margin-bottom: 25px;
}

    .second-nw-imgandhead h3{
        font-size: 40px;
        text-align: left;
    }
.whyyouneed h3 {
 font-size: 40px;
        text-align: left;
}

.included-hds h2{
    font-size: 40px;
        text-align: left;
}
.cost h2 {
    font-size: 40px;
        text-align: left;
}
}



@media(min-width:768px) and (max-width:991px){

.sni-er .tickservice-pfg {
    width: 100%;
}
.dihc {
    margin-left: 10px;
    height: 175px;
    width: 48%;
}
.second-nes-hd h2{
    text-align: left;
}


.second-nes-hd p {
    text-align: left;
}
.second-nw-imgandhead img {
    margin-bottom: 23px;
    max-width: 100%;
    float: none;
    margin-left: auto;
    margin-right: auto;
}

.issue-main img {
    margin-bottom: 23px;
    width: 100%;
    max-width: 100%;
    float: none;
    margin-left: auto;
    margin-right: auto;
}


.issue-main-img img {
    margin-bottom: 23px;
    max-width: 100%;
    float: none;
    margin-left: auto;
    margin-right: auto;
}


.issue-main-second-text .tickservice-pfg{
    width: 100%;
}


}

@media(min-width:992px) and (max-width:1024px){

.dihc h6 {
    font-size: 16px;
}

.dihc p {
    font-size: 13px;
}
.dihc {
     margin-left: 0px; 
    height: 175px;
    width: 25%;
}


.sni-er .tickservice-pfg {
    width: 100% !important;
}
.issue-main-second-text .tickservice-pfg{
    width: 100% !important;
}


.included-hds .tickservice-pfg {
    width: 100% !important;
}
.whyyouneed .tickservice-pfg{
width: 100% !important;
}
.second-nes-hd h2{
    text-align: left;
}


.second-nes-hd p {
    text-align: left;
}
.second-nw-imgandhead img {
    margin-bottom: 23px;
    max-width: 100%;
    float: none;
    margin-left: auto;
    margin-right: auto;
}

.issue-main img {
    margin-bottom: 23px;
    width: 100%;
    max-width: 100%;
    float: none;
    margin-left: auto;
    margin-right: auto;
}


.issue-main-img img {
    margin-bottom: 23px;
    max-width: 100%;
    float: none;
    margin-left: auto;
    margin-right: auto;
}


.issue-main-second-text .tickservice-pfg{
    width: 100%;
}


}
@media(min-width:1025px) and (max-width:1199px){


.dihc h6 {
    font-size: 16px;
}

.dihc p {
    font-size: 13px;
}
.dihc {
     margin-left: 0px; 
    height: 175px;
    width: 25%;
}
.whyyouneed .tickservice-pfg {
    width: 100% !important;
}.included-hds .tickservice-pfg {
    width: 100% !important;
}
.issue-main-img img {
    margin-bottom: 23px;
    max-width: 430px;
}
.sni-er .tickservice-pfg {
    width: 39% !important;
}
Skodtec

.issue-main-img img {
    margin-top: 60px;
}
}



@media (min-width: 1400px) {
    .issue-main-second-text .tickservice-pfg {
        width: 51%;
    }

    .sni-er .tickservice-pfg {
    width: 52%;
}
}














.ban-left{position: absolute;bottom: 35px;z-index: 99;width: 43%;overflow: hidden;}
.ban-left h6{
    border: 1px solid;
    /* border-image: linear-gradient(163deg, #dcd8d2, #ffffff08) 1; */
    padding: 10px 15px;
    float: left;
    background: #ffffff30;
    border-radius: 30px;
    margin-right: 2%;
    font-size: 16px;
    color: #fff;
    border: 1px solid #ffffff;
    border-radius: 30px; /* your border-radius */
    padding: 10px 20px;
    background: linear-gradient(#ffffff00, #ffffff70) padding-box, /* inner background */ linear-gradient(45deg, #ffffff00, #ffcc000a) border-box;     /* gradient border */
}

.default-btn {
    /* display: inline-flex; */
    justify-content: center;
    /* align-items: center; */
    font-size: 16px;
    font-weight: 500;
    background-color: #BC4D03;
    color: #ffffff;
    border-radius: 4px;
    padding: 13px 27px;
    position: relative;
    height: 51px;
    /* margin-right: 50px; */
    transition: 0.6s;
    text-decoration: none;
    float: left;
    border: 0;
}

.default-btn-ban {
    /* display: inline-flex; */
    justify-content: center;
    /* align-items: center; */
    font-size: 16px;
    font-weight: 500;
    background-color: #ffffff;
    color: #000000;
    border-radius: 4px;
    padding: 13px 22px;
    position: relative;
    height: 51px;
    /* margin-right: 50px; */
    transition: 0.6s;
    text-decoration: none;
    float: left;
}

.default-btn .btn-left-i {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    display: inline-block;
    height: 52px;
    width: 52px;
    line-height: 58px;
    text-align: center;
    border-radius: 4px;
    /* background-color: #fcd3bf; */
    color: black;
    transition: 0.6s;
    font-size: 22px;
    opacity: 0;
}

.default-btn-ban .btn-left-i {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    display: inline-block;
    height: 51px;
    width: 52px;
    line-height: 58px;
    text-align: center;
    border-radius: 4px;
    /* background-color: #fcd3bf; */
    color: black;
    transition: 0.6s;
    font-size: 22px;
    opacity: 0;
}

.default-btn .btn-right-i {
    position: absolute;
    right: -56px;
    top: 49%;
    transform: translateY(-50%);
    display: inline-block;
    height: 51px;
    width: 52px;
    line-height: 58px;
    text-align: center;
    border-radius: 4px;
    background-color: #bc4d03;
    color: white;
    transition: 0.6s;
    font-size: 22px;
    opacity: 1;
}

.default-btn-ban .btn-right-i {
    position: absolute;
    right: -56px;
    top: 49%;
    transform: translateY(-50%);
    display: inline-block;
    height: 51px;
    width: 52px;
    line-height: 58px;
    text-align: center;
    border-radius: 4px;
    background-color: #ffffff;
    color: white;
    transition: 0.6s;
    font-size: 22px;
    opacity: 1;
}

.default-btn:hover .btn-left-i {
    /* opacity: 1; */
    visibility: visible;
    background-color: #f69c2a;
    color: black;
    /* left: -55px; */
    /* opacity: 1; */
}

.default-btn-ban:hover .btn-left-i {
    opacity: 1;
    visibility: visible;
    background-color: #f69c2a;
    color: black;
    left: -55px;
    opacity: 0;
}
.default-btn:hover {
    background-color: #f69c2a;
    color: #ffffff;
    /* margin-left: 50px; */
    margin-right: 0;
}.default-btn-ban:hover {
    background-color: #f69c2a;
    color: #ffffff;
    /* margin-left: 50px; */
    margin-right: 0;
}
.default-btn-ban:hover span img{
    filter:none !important;
}
.default-btn:hover .btn-right-i {
    background-color: #f69c2a;
    color: #f0da69;
    /* opacity: 0; */
    /* right: 0; */
}
.default-btn-ban:hover .btn-right-i {
    background-color: #f69c2a;
    color: #f0da69;
    /* opacity: 0; */
    /* right: 0; */
}
.default-btn5 {
    /* display: inline-flex; */
    justify-content: center;
    /* align-items: center; */
    font-size: 16px;
    font-weight: 500;
    background-color: #ffffff;
    color: #000000;
    border-radius: 4px;
    padding: 14px 30px;
    position: relative;
    /* margin-right: 50px; */
    transition: 0.6s;
    text-decoration: none;
    float: left;
}

.default-btn5 .btn-left-i {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    display: inline-block;
    height: 52px;
    width: 52px;
    line-height: 58px;
    text-align: center;
    border-radius: 4px;
    /* background-color: #fcd3bf; */
    color: black;
    transition: 0.6s;
    font-size: 22px;
    opacity: 0;
}

.default-btn5 .btn-right-i {
    position: absolute;
    right: -56px;
    top: 50%;
    transform: translateY(-50%);
    display: inline-block;
    height: 51px;
    width: 52px;
    line-height: 58px;
    text-align: center;
    border-radius: 4px;
    background-color: #ffffff;
    color: white;
    transition: 0.6s;
    font-size: 22px;
    opacity: 1;
}

.default-btn5:hover .btn-left-i {
    opacity: 1;
    visibility: visible;
    background-color: #f69c2a;
    color: black;
    left: -55px;
    opacity: 1;
}

.default-btn5:hover {
    background-color: #f69c2a;
    color: #ffffff;
    margin-left: 50px;
    margin-right: 0;
}

.default-btn5:hover .btn-right-i {
    background-color: #f95f0f;
    color: #f0da69;
    opacity: 0;
    right: 0;
}

.ar-img{
}
.ban-right{position: absolute;bottom: 40px;z-index: 9;right: 5%;width: 40%;}
.ban-right p{
    font-size: 16px;
    color: #fff;
    font-weight: 400;
    line-height: 170%;
    margin-bottom: 15px;
}
.default-btn2 {
    /* display: inline-flex; */
    justify-content: center;
    /* align-items: center; */
    font-size: 18px;
    font-weight: 500;
    background-color: #f95f0f;
    color: #ffffff;
    border-radius: 50px;
    padding: 15px 30px;
    position: relative;
    /* margin-right: 50px; */
    transition: 0.6s;
    text-decoration: none;
    float: left;
}

.default-btn2 .btn-left-i {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    display: inline-block;
    height: 52px;
    width: 52px;
    line-height: 58px;
    text-align: center;
    border-radius: 50px;
    /* background-color: #fcd3bf; */
    color: black;
    transition: 0.6s;
    font-size: 22px;
    opacity: 0;
}

.default-btn2 .btn-right-i {
    position: absolute;
    right: -50px;
    top: 50%;
    transform: translateY(-50%);
    display: inline-block;
    height: 52px;
    width: 52px;
    line-height: 58px;
    text-align: center;
    border-radius: 50px;
    background-color: #f95f0f;
    color: white;
    transition: 0.6s;
    font-size: 22px;
    opacity: 1;
}

.default-btn2:hover .btn-left-i {
    opacity: 1;
    visibility: visible;
    background-color: #000000;
    color: black;
    left: -50px;
    opacity: 1;
}

.default-btn2:hover {
    background-color: #000;
    color: #ffffff;
    margin-left: 50px;
    margin-right: 0;
}

.default-btn2:hover .btn-right-i {
    background-color: #f95f0f;
    color: #f0da69;
    opacity: 0;
    right: 0;
}

.ar-img8{/* filter: invert(1); */margin-top: 21px !important;width: 18px !important;margin-right: 0px !important;float: left !important;margin-left: 17px !important;}


.default-btn3 {
    /* display: inline-flex; */
    justify-content: center;
    /* align-items: center; */
    font-size: 18px;
    font-weight: 500;
    background-color: #f95f0f;
    color: #ffffff;
    border-radius: 50px;
    padding: 15px 30px;
    position: relative;
    /* margin-right: 50px; */
    transition: 0.6s;
    text-decoration: none;
    float: none;
    display: table;
    margin: 30px auto 0;
}

.default-btn3 .btn-left-i {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    display: inline-block;
    height: 52px;
    width: 52px;
    line-height: 58px;
    text-align: center;
    border-radius: 50px;
    /* background-color: #fcd3bf; */
    color: black;
    transition: 0.6s;
    font-size: 22px;
    opacity: 0;
}

.default-btn3 .btn-right-i {
    position: absolute;
    right: -50px;
    top: 50%;
    transform: translateY(-50%);
    display: inline-block;
    height: 52px;
    width: 52px;
    line-height: 58px;
    text-align: center;
    border-radius: 50px;
    background-color: #f95f0f;
    color: white;
    transition: 0.6s;
    font-size: 22px;
    opacity: 1;
}

.default-btn3:hover .btn-left-i {
    opacity: 1;
    visibility: visible;
    background-color: #000000;
    color: black;
    left: -50px;
    opacity: 1;
}

.default-btn3:hover {
    background-color: #000;
    color: #ffffff;
}

.default-btn3:hover .btn-right-i {
    background-color: #f95f0f;
    color: #f0da69;
    opacity: 0;
    right: 0;
}

.ar-img2{
    margin-top: 20px;
    width: 12px !important;
    margin-right: 0px;
    float: left !important;
    filter: invert(1);
    margin-left: 21px;
}.ar-img5 {
    margin-top: 21px;
    width: 18px;
    margin-right: 0px;
    float: left !important;
    filter: invert(1);
    margin-left: 17px;
    /* height: 12px !important; */
}
.ar-img{
    margin-top: 21px !important;
    width: 18px !important;
    margin-right: 0px !important;
    float: left !important;
    margin-left: 17px !important;
    /* height: 12px !important; */
}


.default-btn4 {
    /* display: inline-flex; */
    justify-content: center;
    /* align-items: center; */
    font-size: 18px;
    font-weight: 500;
    background-color: #000000;
    color: #ffffff;
    border-radius: 50px;
    padding: 15px 30px;
    position: relative;
    /* margin-right: 50px; */
    transition: 0.6s;
    text-decoration: none;
    float: left;
    margin-top: 10px;
}

.default-btn4 .btn-left-i {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    display: inline-block;
    height: 52px;
    width: 52px;
    line-height: 58px;
    text-align: center;
    border-radius: 50px;
    /* background-color: #fcd3bf; */
    color: black;
    transition: 0.6s;
    font-size: 22px;
    opacity: 0;
}

.default-btn4 .btn-right-i {
    position: absolute;
    right: -50px;
    top: 50%;
    transform: translateY(-50%);
    display: inline-block;
    height: 52px;
    width: 52px;
    line-height: 58px;
    text-align: center;
    border-radius: 50px;
    background-color: #000000;
    color: white;
    transition: 0.6s;
    font-size: 22px;
    opacity: 1;
}

.default-btn4:hover .btn-left-i {
    opacity: 1;
    visibility: visible;
    background-color: #ffffff;
    color: #000000;
    left: inherit;
    opacity: 1;
    right: -46px;
}

.default-btn4:hover {
    background-color: #ffffff;
    color: #000000;
}

.default-btn4:hover .btn-right-i {
    background-color: #f95f0f;
    color: #f0da69;
    opacity: 0;
    right: 0;
}



@media (min-width: 1300px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        /* max-width: 1200px; */
    }
}
.panel2{float: left;width: 100%;background: #FFFAEE;padding: 60px 0;}
.panel2 h6{text-align: center;font-size: 18px;color: #F96011;font-weight: 600;}
.panel2 h6 img{width: 13px;height: 13px;margin-top: -2px;margin-right: 6px;}
.panel2 h2{
    font-size: 51px;
    color: #240C00;
    font-weight: 500;
    text-align: center;
    margin-bottom: 30px;
}
.panel2 .slick-slider{
    width: 100%;
    margin: auto;
}
.pro-cat-text{
    opacity: 0;
    position:absolute;
    bottom: 48px;
    text-align: center;
    width: 390px;
    left: 0;
}
.slick-center .pro-cat-text{
    opacity:1;
}
.panel3{width: 100%;float: left;padding: 80px 0;}
.p3-left {position: relative;width: 100%;float: left;}
.p3-left img{width: 100%;}
.p3-left-text {position: absolute;bottom: 23px;left: 37px;color: #FEFEFE;font-size: 16px;font-weight: 400;line-height: 155%;}
.p3-left-text p{

}
.p3-right {width: 100%;float: left;padding-top: 15px;}
.p3-right h6{font-size: 18px;color: #F96011;font-weight: 600;}
.p3-right h6 img{width: 13px;height: 13px;margin-right: 8px;}
.p3-right h2{font-size: 51px;color: #240C00;font-weight: 500;}
.p3-box{width: 50%;float: left;margin-top: 30px;}
.p3-box img{width: 64px;}
.p3-box h5{font-size: 24px;color: #240C00;margin-top: 10px;font-weight: 500;}
.p3-box span{
    font-size: 16px;
    color: #717171;
    line-height: 151%;
    font-weight: 400;
    width: 86%;
    float: left;
}
.s3-right{

}
.s3-right p{
    color: #6D6D6D;
    font-size: 16px;
    font-weight: 400;
    line-height: 151%;
    margin-bottom: 15px;
    margin-top: 43px;
}
.tab-header img{
    width: 40px;
    height: 40px;
    position: absolute;
    right: 10px;
    top: 10px;
}
.tab-content-wrapper img{
 width: 40px;
    height: 40px;
    position: absolute;
    right: 10px;
    top: 10px;
}
.tabs a{width: 100%;
    float: left;
    height: 544px;
    position: relative;
    z-index: 9999;
    bottom: 0;
}
.why-choose{width: 100%;float: left;padding: 70px 0;}
.why-choose h6{text-align: center;font-size: 18px;color: #F96011;font-weight: 600;}
.why-choose h6 img{width: 13px;height: 13px;margin-top: -2px;margin-right: 6px;}
.choose-box1{width: 100%;float: left;background-image: url('../images/choose1-bg.png');background-size: cover;background-repeat: no-repeat;background-position: center;position: relative;min-height: 306px;margin-top: 30px;}
.why-choose h2{
        font-size: 51px;
    color: #240C00;
    font-weight: 500;
    text-align: center;
}
.choose-box1 h5{font-size: 24px;color: #fff;font-weight: 600;position: absolute;bottom: 60px;left: 15px;}
.choose-box1 p{font-size: 16px;color: #A4A4A4;position: absolute;bottom: 20px;left: 15px;line-height: 136%;width: 50%;font-weight: 400;margin: 0;}
.choose-box1 img{
    max-width: 100%;
    width: 280px;
    position: absolute;
    right: 0;
    top: 15px;
    animation: floatMap 4s 
ease-in-out infinite alternate;
}/* Floating / gentle bounce animation */
@keyframes floatMap {
    0%   { transform: translateY(0) scale(1); }
    25%  { transform: translateY(-10px) scale(1.02); }
    50%  { transform: translateY(0) scale(1); }
    75%  { transform: translateY(10px) scale(1.02); }
    100% { transform: translateY(0) scale(1); }
}.choose-box2{width: 100%;float: left;
    background-image: url('../images/choose-bg2.png');background-size: cover;background-repeat: no-repeat;background-position: center;position: relative;min-height: 306px;margin-top: 30px;}
.choose-box2 h5{font-size: 24px;color: #fff;font-weight: 600;position: absolute;bottom: 15px;left: 15px;width: 50%;}
.choose-box2 p{font-size: 16px;color: #A4A4A4;position: absolute;bottom: 20px;left: 15px;line-height: 136%;width: 50%;font-weight: 400;margin: 0;}
.choose-box2 img{
    max-width: 100%;
    width: 280px;
    position: absolute;
    right: 0;
    animation: floatMap 4s 
ease-in-out infinite alternate;
    top: 15px;
}
.choose-box2 span{font-size: 16px;color: #fff;font-weight: 700;margin-left: 15px;margin-top: 15px;float: left;background: #cccccc30;padding: 6px 20px 8px;border-radius: 30px;clear: both;border: 1px solid #ffffff54;}
.choose3-box{width: 100%;float: left;margin-top: 20px;position: relative;}
.choose3-box img{width: 100%;}
.choose3-text{position: absolute;bottom: 20px;left: 15px;padding-right: 15px;}
.choose3-text p{font-size: 16px;color: #fff;font-weight: 400;margin-bottom: 5px;line-height: 151%;}
.choose3-text h5{
        font-size: 22px;
    color: #fff;
    font-weight: 600;
}
.choose4-box{width: 100%;float: left;margin-top: 20px;position: relative;}
.choose4-box img{width: 100%;}
.choose4-text{position: absolute;top: 20%;z-index: 99;left: 20px;}
.choose4-text p{font-size: 24px;color: #fff;padding-right: 2%;line-height: 135%;font-weight: 600;}
.choose4-text a{font-size: 14px;color: #000;font-weight: 600;background: #fff;text-decoration: none;padding: 15px 30px;margin-top: 10px;float: left;border-radius: 30px;}
.choose4-text a:hover{background: #000;color: #fff;}
.choose5-box{width: 100%;float: left;background-image: url('../images/choose3-bg.webp');background-size: cover;background-position: center;position: relative;margin-top: 20px;min-height: 436px;}
.choose5-box img{max-width: 100%;width: 300px;display: block;margin: 30px auto 0;animation: floatMap 4s 
ease-in-out infinite alternate;}
.choose5-text{position: absolute;bottom: 25px;left: 20px;padding-right: 20px;}
.choose5-text h5{font-size: 22px;color: #fff;font-weight: 600;}
.choose5-text p{
    font-size: 16px;
    color: #fff;
    font-weight: 400;
    line-height: 151%;
    margin: 0;
}
.panel6{width: 100%;float: left;background: #FFFAEE;padding: 70px 0;}
.panel6 h6{font-size: 18px;color: #F96011;font-weight: 600;}
.panel6 h6 img{/* float: left; *//* background-image: url(../images/star.png); */width: 13px;height: 13px;/* margin-top: 5px; */background-size: contain;margin-right: 10px;}
.panel6 h2{font-size: 42px;color: #000;font-weight: 500;width: 73%;margin-bottom: 20px;}
.p6-box1 {width: 100%;float: left;margin-top: 20px;position: relative;}.panel6 h2 span{
    color: #7D7D7D;
}
.p61{width: 100%;float: left;}
.p6-text{position: absolute;left: 15px;top: 30px;height: 100%;}
.p6-text img{display: none;}
.p6-text p{position: absolute;bottom: 50px;color: #fff;font-size: 16px;font-weight: 400;border-left: 3px solid #f96011;width: 70%;padding-left: 10px;line-height: 143%;}.p6-text h4{
    font-size: 33px;
    color: #fff;
    font-weight: 500;
    width: 50%;
}
.p6-box2
{width: 100%;float: left;margin-top: 20px;position: relative;}
.p6-box2 {

}
.p62{width: 100%;}
.p6-text2{position: absolute;bottom: 10px;left: 20px;}
.p6-text2 h4{font-size: 58px;color: #fff;font-weight: 500;float: left;}
.p6-text2 p{
    font-size: 15px;
    color: #FEFEFE;
    text-align: left;
    line-height: 151%;
    font-weight: 400;
    padding-left: 2%;
    margin-top: 20px;
    float: right;
    width: 70%;
}
.panel7{width: 100%;float: left;padding: 70px 0;}
.p7-box{position: relative;width: 100%;float: left;}
.p7-box img{width: 100%;}
.p7-text{position: absolute;bottom: 80px;left: 30px;}
.p7-text h2{font-size: 49px;color: #fff;font-weight: 600;width: 50%;}

.footer {
    background: #000;
    color: #fff;
    padding: 40px 0 10px;
}

.footer-top {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 0 0 40px;
    border-bottom: 1px solid #1b1b1b;
}

.footer-logo img,
.footer-right-logo img {
    width: 145px;
}

.footer-columns {
    display: flex;
    gap: 168px;
    margin-top: 40px;
    column-count: 4;
}

.footer-col h4 {
    font-size: 16px;
    margin-bottom: 12px;
    font-weight: 600;
    font-size: 18px;
    color: #fff;
    font-weight: 600;
}

.footer-col ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-col ul li {
    margin-bottom: 8px;
    font-size: 14px;
    opacity: 0.8;
}

.footer-col ul li a {
    text-decoration: none;
    font-size: 16px;
    color: #B2B3B1;
    font-weight: 400;
    line-height: 151%;
    padding-top: 10px;
    float: left;
    width: 100%;
}

.footer-col ul li a:hover {
    opacity: 1;
}

.footer-bottom {
    margin-top: 50px;
    border-top: 1px solid #1b1b1b;
    padding: 15px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer-social a {
    margin-left: 15px;
    color: #fff;
    font-size: 16px;
    text-decoration: none;
}

.footer-social a:hover img {
    transform: rotateY(360deg);
    transform-style: preserve-3d;
    transition: transform 0.8s;
}

/* RESPONSIVE */
@media(max-width: 991px) {
    .footer-top {
        flex-direction: column;
        text-align: center;
    }

    .footer-columns {
        flex-direction: column;
        margin-top: 30px;
        gap: 25px;
        text-align: center;
    }

    .footer-right-logo {
        margin-top: 20px;
    }

    .footer-bottom {
        flex-direction: column;
        text-align: center;
        gap: 10px;
    }
}
.footer-row {
    display: flex;
    gap: 60px;        /* controls spacing between columns 1,2,3 */
}

.footer-col:last-child {
    margin-left: auto;   /* pushes only the last column to far right */
    text-align: left;    /* or right if you want */
}
.footer-bottom{
    
}.footer-bottom p{
    font-size: 16px;
    color: #B2B3B1;
    font-weight: 400;
}
.footer-social{
    float: right;
}
.footer-social a{
    
}.footer-social a img{
    width: 35px;
}
#about-banner {
    float: left;
    width: 100%;
    height: 100%;
    background: linear-gradient(
326deg, rgba(219, 84, 15, 1) -10%, rgba(0, 0, 0, 1) 79%);
    height: 300px;
    margin-top: -162px;
}.abt-sld h2 {
    float: left;
    width: 100%;
    font-size: 35px;
    font-weight: bold;
    color: white;
    padding-top: 100px;
    padding-left: 25px;
}#ct-sec h3 {
    float: left;
    width: 100%;
    color: #240C00;
    font-size: 35px;
    font-weight: 600;
    margin-bottom: 35px;
    line-height: 45px;
}.abt-hightlighted {
    float: left;
    width: 100%;
    font-size: 18px;
    color: #000000;
    line-height: 31px;
    padding-top: 0;
    padding-left: 40px;
}.insurance-section {
    float: left;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 3px;
    padding-bottom: 49px;
}.cnt-bg1 {
    float: left;
    width: 100%;
    background: rgb(255 229 215);
    border-radius: 8px;
    padding: 25px;
    min-height: 240px;
}.cnt-bg1 img {
    width: 55px;
    margin-bottom: 18px;
}.cnt-bg1 h4 {
    float: left;
    width: 100%;
    color: black;
    font-size: 20px;
    font-weight: bold;
}.cnt-bg1 p {
    float: left;
    width: 100%;
    font-size: 17px;
    color: #000000;
    line-height: 28px;
    margin-bottom: 6px;
}.spt-bg {
    background: rgb(255 242 163);
}.spt-bg2 {
    background: rgb(255 232 191);
}.map-form {
    float: left;
    width: 100%;
    margin-bottom: 50px;
}.map-form form {
    float: left;
    width: 100%;
    padding: 20px;
    border-radius: 10px;
    border: solid 1px rgb(0 0 0 / 27%);
}.map-form form h5 {
    float: left;
    width: 100%;
    font-size: 27px;
    color: black;
    font-weight: 600;
    padding-top: 10px;
}.map-form form p {
    font-size: 15px;
    float: left;
    width: 100%;
    color: black;
    line-height: 151%;
    padding-bottom: 15px;
    padding-top: 3px;
}.tlt-hlp {
    float: left;
    width: 100%;
    color: black;
    font-size: 15px;
    padding-bottom: 6px;
    font-weight: 500;
    text-transform: capitalize;
    padding-top: 10px;
}.career-frmcnt {
    border: 1px solid rgb(0 0 0 / 31%) !important;
    color: black;
    display: block;
    padding-left: 15px !important;
    font-weight: 400;
    font-size: 15px;
    height: 55px;
    margin-bottom: 16px !important;
    padding: 0 20px;
    outline: none;
    background: #ffffff;
    width: 100%;
    padding-left: 0px;
    border: none;
    transition: all 500ms ease;
    /* border: solid 1px rgb(255 255 255 / 32%); */
    margin-top: 3px;
    width: 100%;
    /* font-family: 'Arial' !important; */
    float: left;
    padding: 7px 10px;
    margin-top: 3px;
    border-radius: 8px;
}.map-border {
    border-radius: 10px;
}
#about-banner h2{
    font-size: 45px;
    color: #fff;
    text-align: left;
    margin-top: 210px;
    font-weight: 700;
}
#ct-sec{
    float: left;
    width: 100%;
    padding: 70px 0;
}.tel-cnt {
    float: left;
    width: 100%;
    font-size: 17px;
    color: #000000;
    line-height: 28px;
    margin-bottom: 6px;
}.careerban2 {
    float: left;
    width: 100%;
    padding: 70px 0;
    background: #FFFAEE;
}.cr-wd h6{text-align: center;font-size: 18px;color: #F96011;font-weight: 600;}
.cr-wd h6 img{width: 13px;height: 13px;margin-top: -2px;margin-right: 6px;}.cr-wd {
    margin-right: auto;
    margin-left: auto;
    width: 770px;
    max-width: 100%;
}.cr-wd h2 {
           font-size: 51px;
           color: #240C00;
           font-weight: 500;
           text-align: center;
           margin-bottom: 20px;
}

.cr-wd p {
       width: auto;
       text-align: center;
       color: #101010;
       font-size: 16px;
       margin-bottom:40px;
       font-weight: 400;
       line-height: 169%;
}.contact-label {
    float: left;
    width: 100%;
    text-align: left;
    font-size: 15px;
    color: #000;
    font-weight: 600;
}.mct_form {
    color: #000000;
    display: block;
    font-size: 15px;
    height: 50px;
    margin-bottom: 25px !important;
    padding: 0 20px;
    outline: none;
    background: #ffffff;
    width: 100%;
    padding-left: 0px;
    border: none;
    transition: all 500ms ease;
    border: solid 1px rgb(241 241 241);
    width: 100%;
    float: left;
    padding: 10px;
    margin-top: 10px;
    border-radius: 10px;
}.mct_form:hover {
    border-bottom: 1px solid #ffe3d4;
}
.product-sec{width: 100%;float: left;padding: 70px 0;}
.product-sec-img{width: 400px;float: left;margin-right: 40px;height: 400px;object-fit: cover;border-radius: 20px;}
.product-sec p{font-size: 16px;color: #717171;line-height: 151%;font-weight: 400;margin-top: 10px;}
.product-sec h1{font-size: 51px;color: #240C00;font-weight: 500;}
.product-sec h6{font-size: 18px;color: #F96011;font-weight: 600;padding-top: 0;}
.product-sec h6 img{width: 13px;height: 13px;margin-right: 8px;}


.circle-logo2{
  width: 120px;
    height: 120px;
    display: flex;
    position: relative;
    float: right;
    top: 0;
    right: 0;
    justify-content: center;
    align-items: center;
}
.circle-logo2 .logoicn{
  width: 55px;
  position: relative;
}
.circle-logo2 .logtext{
width: 100%;
position: absolute;
animation: rotateText2 10s linear infinite;
}
@keyframes rotateText2 {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
.bath-sec2
{
    float: left;
    width: 100%;
    background: #FFFAEE;
    padding: 60px 0;
}.product-box:hover{
    border-color: #f96011;
}.product-box:hover img{
    transform: scale(1.1);
}
.bath-sec2 h2{font-size: 51px;color: #240C00;font-weight: 500;text-align: center;}
.product-box{width: 100%;float: left;margin-top: 30px;border: 1px solid #cecece;border-radius: 20px;padding: 10px;overflow: hidden;background: #fff;transition: all ease-in-out .5s;-webkit-transition: all ease-in-out .5s;-moz-transition: all ease-in-out .5s;}
.product-box img{width: 100%;float: left;height: 300px;border-radius: 20px;object-fit: contain;background: #fff;transition: all 
ease-in-out .5s;-webkit-transition: all 
ease-in-out .5s;-moz-transition: all ease-in-out .5s;}
.vertical-sec
{width: 100%;float: left;padding: 70px 0 0;}
.vertical-sec h1{font-size: 51px;color: #240C00;font-weight: 500;text-align: center;margin-bottom: 30px;}
.vertical-sec h6{font-size: 18px;color: #F96011;font-weight: 600;padding-top: 25px;text-align: center;}
.vertical-sec h6 img
{width: 13px;height: 13px;margin-right: 8px;}
.verti-box{width: 100%;float: left;position: relative;margin-top: 20px;}
.verti-box img{width: 100%;height: 400px;object-fit: cover;border-radius: 20px;}
.verti-text{position: absolute;bottom: 13px;left: 0;text-align: center;width: 100%;}
.verti-text h2{
    font-size: 28px;
    color: #fff;
    font-weight: 600;
}



.slider {
  position: relative;
  z-index: 200;
  padding: 0 0px;
  margin: 5rem auto;
  /* max-width: 900px; */
  width: 100%;
}

.slick-arrow {
  position: absolute;
  top: 50%;
  width: 30px;
  height: 30px;
  line-height: 27px;
  border-radius: 5px;
  margin-top: -25px;
  border: none;
  background: transparent;
  color: #fff;
  font-family: monospace;
  font-size: 1.5rem;
  z-index: 300;
  outline: none;
}

.slick-prev {
  left: -50px;
  text-align: left;
  background: linear-gradient(270deg, rgba(249, 96, 17, 1) 27%, rgba(255, 167, 121, 1) 79%);
}

.slick-next {
  right: -50px;
  text-align: right;
  background: linear-gradient(270deg,rgba(249, 96, 17, 1) 27%, rgba(255, 167, 121, 1) 79%);
}



.item.slick-slide {
  width: 400px;
  height: 600px !important;
  transition: transform .4s;
  position: relative;
}

.slick-slide:after {
  content:'';
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  /* background: rgba(0,0,0,.5); */
  transition: transform .4s;
}

.item.slick-slide {
  transform: scale(0.7)  translate(640px);
}

.item.slick-slide.slick-center + .slick-slide {
  transform: scale(0.8) translate(-250px);
  z-index: 10;
  border-radius: 20px;
}

.item.slick-slide.slick-center + .slick-slide + .item.slick-slide {
  transform: scale(0.7)  translate(-640px);
  z-index: 5;
  border-radius: 20px;
}

.item.slick-slide.slick-active {
  transform: scale(0.8) translate(250px);
  border-radius: 20px;
}

.item.slick-slide.slick-center {
  /* margin: 0 -10%; */
  transform: scale(1);
  z-index: 30;
  border-radius: 20px;
}

.slick-center:after {
  opacity: 0;
}
.panel2 h4{
    position: absolute;
    bottom: 64px;
    text-align: center;
    font-size: 27px;
    width: 100%;
    color: #fff;
    font-weight: 600;
    text-transform: capitalize;
}.panel2 .a2{
    position: absolute;
    bottom: 34px;
    display: table;
    margin: auto;
    width: 100%;
    text-align: center;
    z-index: 999;
}.panel2 .a2 a{
    font-size: 16px;
    color: #fff;
    border: 1px solid #ffffff;
    border-radius: 10px;
    padding: 10px 40px;
    background: linear-gradient(#ffffff00, #ffffff26) padding-box, /* inner background */ linear-gradient(45deg, #ffffff00, #ffcc000a) border-box;
    text-decoration: none;
}.panel2 .a2 a:hover{
    background:#f96011;
    border-color: #f96011;
}
.panel2 h4{
    opacity: 0;
}.panel2 a{
    opacity: 0;
}
.slick-center  h4{
    opacity: 1 !important;
}.slick-center  a{
    opacity: 1 !important;
}
.slick-dots{

}
.slick-dots li{
    
}
.about-sec1{float: left;width: 100%;padding: 70px 0;}
.about-sec1 h1{
    font-size: 51px;
    color: #240C00;
    font-weight: 500;
}
.about-sec1 img{width: 100%;float: left;margin-right: 40px;height: 610px;object-fit: cover;border-radius: 20px;max-width: 100%;transition: all ease-in-out .5s;-webkit-transition: all ease-in-out .5s;}
.about-sec1 p{
    font-size: 16px;
    color: #717171;
    line-height: 180%;
    font-weight: 400;
    margin-top: 10px;
}
.about-sec1 h6{
    font-size: 18px;
    color: #F96011;
    font-weight: 600;
    padding-top: 25px;
}
.about-sec1 h6 img{
        width: 13px;
        height: 13px;
        margin-right: 8px;
        object-fit: contain;
        border-radius: 0;
        max-width: max-content;
        margin-top: 4px;
}#section-one {
    float: left;
    width: 100%;
    height: 100%;
    padding-top: 58px;
    padding-bottom: 58px;
    background: #FFFAEE;
}.srvhg {
    float: left;
    width: 100%;
}.srvhg h3 {
      font-size: 51px;
      text-align: center;
      color: #240C00;
      font-weight: 500;
      margin-bottom: 30px;
}.srvhg h3 span {
    color: #ed1c24;
    font-weight: 500;
}.bgabts {
    background: #fff0f2;
    margin-bottom: 30px;
}
.swl {
    background: #ffffff;
    float: left;
    width: 100%;
    border-radius: 20px;
    padding: 25px;
    padding-top: 35px;
}.bgabts img {
    width: 65px;
    float: left;
    margin-left: 0px !important;
    margin-bottom: 16px;
}.bgabts h4 {
    font-size: 22px;
}

.swl h4 {
    float: left;
    width: 100%;
    color: black;
    font-size: 20px;
    font-weight: 600;
    line-height: 29px;
    padding-bottom: 4px;
}.bgabts p {
}
.swl p {
    float: left;
    width: 100%;
    font-size: 15px;
    line-height: 172%;
    color: #717171;
    font-weight: 400;
}
.srvhg{

}
.srvhg h6{font-size: 18px;color: #F96011;font-weight: 600;padding-top: 25px;text-align: center;}
.srvhg h6 img{
    width: 13px;
    height: 13px;
    margin-right: 8px;
    object-fit: contain;
    border-radius: 0;
    max-width: max-content;
}.b3-effect:hover img{
    transform: scale(1.1);
}
.b3-effect{
        position: relative;
        overflow: hidden;
        border-radius: 20px;
        width: 40%;
        float: left;
        margin-right: 40px;
        z-index: 999;
}.b3-effect::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    background: rgb(255 255 255 / 22%);
    transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -200%, 0);
    transition: transform 1.8s 
ease;
    z-index: 2;
    pointer-events: none;
}.b3-effect:hover::before {
    transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 200%, 0);
}



.verti-overlay{position: absolute;top: 0;width: 100%;height: 0;background: #f95e12;border-radius: 20px;display: flex;padding: 0 15px;flex-direction: column;     /* stack p + a vertically */justify-content: center;    /* vertical center */align-items: center;        /* horizontal center */text-align: center;opacity: 0;transition: all ease-in-out .5s;-webkit-transition: all ease-in-out .5s;}
.verti-overlay p{font-size: 16px;color: #ffffff;line-height: 151%;font-weight: 400;margin-bottom: 20px;}
.verti-overlay a{font-size: 16px;color: #fff;border: 1px solid #ffffff;border-radius: 10px;padding: 10px 40px;background: linear-gradient(#ffffff00, #ffffff26) padding-box, /* inner background */ linear-gradient(45deg, #ffffff00, #ffcc000a) border-box;text-decoration: none;}.verti-overlay a:hover{background: #000;border-color: #000;}
.verti-box:hover .verti-overlay{
    height: 100%;
    opacity: 1;
}.inx-all h2 img {
    width: 13px;
    height: 13px;
    margin-top: -2px;
    margin-right: 6px;
}
.cta1{width: 100%;float: left;position: relative;}
.cta1-img{
    width: 100%;
}
.bt-max5{
    position: absolute;
    bottom: 30px;
    right: 7%;
}
.cta1 h2{position: absolute;top: 20px;left: 5%;font-size: 56px;color: #fff;width: 50%;}
.cta1 h2 span{
    font-weight: 400;
    font-family: 'Noto Serif Display';
    font-style: italic;
}
.why-us-sec{width: 100%;float: left;padding: 90px 0;}
.why-us-img{float: left;width: 100%;position: relative;overflow: hidden;}
.why-us-img img{width: 100%;height: 885px;object-fit: cover;}
.why-us-text{

}
.why-us-text h6{color: #F69C2A;font-weight: 500;margin-bottom: 20px;float: left;width: 100%;font-size: 16px;text-transform: uppercase;}
.why-us-text h2{color: #1F3240;font-size: 56px;font-weight: 500;}
.why-us-text h2 span{font-weight: 400;font-family: 'Noto Serif Display';font-style: italic;}
.why-box{width: 100%;float: left;border: 1px solid #CCCCCC;padding: 24px;border-radius: 20px;margin-top: 20px;transition: all ease-in-out .5s;-webkit-transition: all ease-in-out .5s;}
.why-box img{width: 46px;height: 46px;margin-bottom: 10px;}
.why-box h5{font-size: 20px;color: #000;font-weight: 500;}
.why-box p{font-size: 18px;color: #000;font-weight: 400;line-height: 162%;}
.why-box:hover{
    border-color: #f69c2a;
}
@media (min-width: 992px) {
  .why-us-sec .col-lg-5 {
        flex: 0 0 auto;
        width: 51.666667%;
    }
    .why-us-sec .col-lg-7 {
        flex: 0 0 auto;
        width: 47.3%;
    }
}
.brand-sec{width: 100%;float: left;background: #000000;padding: 80px 0;position: relative;}
.left-brand{width: 70%;float: left;position: relative;}
.left-brand h6{color: #F69C2A;font-weight: 500;margin-bottom: 0;font-size: 16px;text-transform: uppercase;}
.left-brand h2{color: #ffffff;font-size: 74px;font-weight: 500;width: 100%;float: left;position: relative;}
@keyframes gradient {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}.left-brand .dot1{width: 25px;height: 80px;background: #fff;border-radius: 100%;position: absolute;left: 46%;background: linear-gradient(117deg, rgb(255 209 152) 23%, rgb(255 255 255) 77%);border-radius: 100%;animation: gradient 3s ease infinite;background-size: 320% 330%;top: 0;}
.left-brand .dot2{width: 17px;height: 80px;background: #fff;border-radius: 100%;position: absolute;left: 49.5%;top: 0;background: linear-gradient(117deg, rgb(255 216 167) 23%, rgb(255 255 255) 77%);border-radius: 100%;animation: gradient 3s ease infinite;background-size: 320% 330%;}
.left-brand .dot3{width: 14px;height: 80px;background: #fff;border-radius: 100%;position: absolute;left: 51.9%;top: 0;background: linear-gradient(117deg, rgb(255 217 170) 23%, rgb(255 255 255) 77%);border-radius: 100%;animation: gradient 3s ease infinite;background-size: 320% 330%;}
.left-brand .dot4{width: 9px;height: 80px;background: #fff;border-radius: 100%;position: absolute;left: 54.2%;top: 0;background: linear-gradient(117deg, rgb(255 230 199) 23%, rgb(255 255 255) 77%);border-radius: 100%;animation: gradient 3s ease infinite;background-size: 320% 330%;}
.left-brand .dot5{width: 8px;height: 80px;background: #fff;border-radius: 100%;position: absolute;left: 55.7%;top: 0;background: linear-gradient(117deg, rgb(255 228 193) 23%, rgb(255 255 255) 77%);border-radius: 100%;animation: gradient 3s ease infinite;background-size: 320% 330%;}
.left-brand .dot6{width: 5px;height: 80px;background: #fff;border-radius: 100%;position: absolute;left: 57%;top: 0;background: linear-gradient(117deg, rgb(255 203 138) 23%, rgb(255 255 255) 77%);border-radius: 100%;animation: gradient 3s ease infinite;background-size: 319% 328%;overflow: hidden;}
.left-brand h2 span{font-weight: 400;font-family: 'Noto Serif Display';font-style: italic;}
.left-brand p{color: #A9A9A9;font-size: 18px;line-height: 161%;width: 70%;}
.left2-brand{float: left;position: relative;width: 70%;margin-top: 40px;}
.brand2{width: 94%;float: left;margin-right: 20px;max-height: 290px;}
.brand1{width: 198px;margin-bottom: 20px;}.left2-brand p{font-size: 18px;color: #A9A9A9;font-weight: 400;line-height: 160%;}
.right-brand{width: 30%;float: right;position: absolute;top: 20px;right: 4%;}
.right-brand img{
    width: 100%;
}.bt-max6{float: left;margin-top: 10px;}
.bt-max6 a:hover img{
    filter:none;
}
.default-btn6 {
    /* display: inline-flex; */
    justify-content: center;
    /* align-items: center; */
    font-size: 16px;
    font-weight: 500;
    background-color: #ffffff;
    color: #000000;
    border-radius: 4px;
    padding: 14px 30px;
    height: 51px;
    position: relative;
    /* margin-right: 50px; */
    transition: 0.6s;
    text-decoration: none;
    float: left;
}

.default-btn6 .btn-left-i {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    display: inline-block;
    height: 52px;
    width: 52px;
    line-height: 58px;
    text-align: center;
    border-radius: 4px;
    /* background-color: #fcd3bf; */
    color: black;
    transition: 0.6s;
    font-size: 22px;
    opacity: 0;
}

.default-btn6 .btn-right-i {
    position: absolute;
    right: -56px;
    top: 49%;
    transform: translateY(-50%);
    display: inline-block;
    height: 51px;
    width: 52px;
    line-height: 58px;
    text-align: center;
    border-radius: 4px;
    background-color: #ffffff;
    color: white;
    transition: 0.6s;
    font-size: 22px;
    opacity: 1;
}

.default-btn6:hover .btn-left-i {
    opacity: 1;
    /* visibility: visible; */
    background-color: #f69c2a;
    color: black;
    left: 0;
    opacity: 0;
    display: none;
}

.default-btn6:hover {
    background-color: #f69c2a;
    color: #ffffff;
    /* margin-left: 50px; */
    margin-right: 0;
}

.default-btn6:hover .btn-right-i {
    background-color: #f69c2a;
    color: #f0da69;
    /* opacity: 0; */
    /* right: 0; */
}
.brand2-img {
    float: left;
    width: 57%;
    position: relative;
    overflow: hidden;
}.brand2-img:hover::before {
    animation: bulbOn 0.8s ease-out forwards;
}
.brand2-img:before {
    content: '';
    position: absolute;
    top: -100%;
    left: 0;
    width: 94%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(227, 130, 29, 0.45), rgba(227, 130, 29, 0.15), rgba(227, 130, 29, 0));
    opacity: 0;
    z-index: 2;
}

.bt-max7{float: left;margin-top: 20px;}

.default-btn7 {
    /* display: inline-flex; */
    justify-content: center;
    /* align-items: center; */
    font-size: 16px;
    font-weight: 500;
    background-color: #BC4D03;
    color: #ffffff;
    border-radius: 4px;
    padding: 14px 30px;
    position: relative;
    /* margin-right: 50px; */
    height: 51px;
    transition: 0.6s;
    text-decoration: none;
    float: left;
}

.default-btn7 .btn-left-i {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    display: inline-block;
    height: 52px;
    width: 52px;
    line-height: 58px;
    text-align: center;
    border-radius: 4px;
    /* background-color: #fcd3bf; */
    color: black;
    transition: 0.6s;
    font-size: 22px;
    opacity: 0;
}

.default-btn7 .btn-right-i {
    position: absolute;
    right: -56px;
    top: 50%;
    transform: translateY(-50%);
    display: inline-block;
    height: 51px;
    width: 52px;
    line-height: 58px;
    text-align: center;
    border-radius: 4px;
    background-color: #BC4D03;
    color: white;
    transition: 0.6s;
    font-size: 22px;
    opacity: 1;
}

.default-btn7:hover .btn-left-i {
    opacity: 1;
    visibility: visible;
    background-color: #f69c2a;
    color: black;
    left: -55px;
    opacity: 1;
}

.default-btn7:hover {
    background-color: #f69c2a;
    color: #ffffff;
    margin-left: 50px;
    margin-right: 0;
}

.default-btn7:hover .btn-right-i {
    background-color: #f95f0f;
    color: #f0da69;
    opacity: 0;
    right: 0;
}
.global-sec{width: 100%;float: left;padding: 80px 0;position: relative;}
.global-sec h6{color: #F69C2A;font-weight: 500;margin-bottom: 0;font-size: 16px;}
.global-sec h2{color: #1F3240;font-size: 56px;font-weight: 500;width: 40%;}
.global-sec h2 span{font-weight: 400;font-family: 'Noto Serif Display';font-style: italic;}
.global-sec p{font-size: 18px;color: #6D6B6A;font-weight: 400;line-height: 161%;width: 45%;}
.global{
    position: absolute;
    top: 70px;
    width: 52%;
    right: 5%;
    animation: slowFloat 3s ease-in-out infinite;
}@keyframes slowFloat {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-20px);
  }
}
.cta2{width: 100%;float: left;background-image: url('../images/cta2.webp');background-size: cover;background-position: center;padding: 80px 0;background-attachment: fixed;}
.cta-left{width: 60%;float: left;}
.cta-left h2{color: #ffffff;font-size: 56px;font-weight: 500;width: 100%;}
.cta-left h2 span{font-weight: 400;font-family: 'Noto Serif Display';font-style: italic;}
.cta-left p{font-size: 16px;color: #fff;font-weight: 400;line-height: 160%;width: 70%;}
.cta-right {width: 40%;background: #BC4D03;float: right;margin-top: 20%;padding: 20px;}
.cta-right p{font-size: 16px;color: #fff;font-weight: 400;line-height: 160%;}
.r-left{width: 50%;float: left;}
.r-left h5{font-size: 73px;color: #fff;font-weight: 500;margin: 0;}
.r-left h6{font-size: 19px;color: #fff;font-weight: 500;}
.r-right{margin-top: 40px;}.bt-max8{float: left;margin-top: 20px;}

.default-btn8 {
    /* display: inline-flex; */
    justify-content: center;
    /* align-items: center; */
    font-size: 16px;
    font-weight: 500;
    background-color: #ffffff;
    color: #000000;
    border-radius: 4px;
    padding: 14px 30px;
    position: relative;
    /* margin-right: 50px; */
    height: 51px;
    transition: 0.6s;
    text-decoration: none;
    float: left;
}

.default-btn8 .btn-left-i {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    display: inline-block;
    height: 52px;
    width: 52px;
    line-height: 58px;
    text-align: center;
    border-radius: 4px;
    /* background-color: #fcd3bf; */
    color: black;
    transition: 0.6s;
    font-size: 22px;
    opacity: 0;
}

.default-btn8 .btn-right-i {
    position: absolute;
    right: -56px;
    top: 49%;
    transform: translateY(-50%);
    display: inline-block;
    height: 51px;
    width: 52px;
    line-height: 58px;
    text-align: center;
    border-radius: 4px;
    background-color: #ffffff;
    color: white;
    transition: 0.6s;
    font-size: 22px;
    opacity: 1;
}

.default-btn8:hover .btn-left-i {
    /* opacity: 1; */
    visibility: visible;
    background-color: #f69c2a;
    color: black;
    /* left: -55px; */
    /* opacity: 1; */
}

.default-btn8:hover {
    background-color: #f69c2a;
    color: #ffffff;
    /* margin-left: 50px; */
    margin-right: 0;
}

.default-btn8:hover .btn-right-i {
    background-color: #f69c2a;
    color: #f0da69;
    /* opacity: 0; */
    /* right: 0; */
}
.default-btn8:hover .btn-right-i img{
    filter:none !important;
}
.bt-max9{float: right;position: relative;right: 6%;}

.default-btn9 {
    /* display: inline-flex; */
    justify-content: center;
    /* align-items: center; */
    font-size: 16px;
    font-weight: 500;
    background-color: #BC4D03;
    color: #ffffff;
    border-radius: 4px;
    padding: 14px 30px;
    height: 51px;
    position: relative;
    /* margin-right: 50px; */
    transition: 0.6s;
    text-decoration: none;
    float: left;
}

.default-btn9 .btn-left-i {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    display: inline-block;
    height: 52px;
    width: 52px;
    line-height: 58px;
    text-align: center;
    border-radius: 4px;
    /* background-color: #fcd3bf; */
    color: black;
    transition: 0.6s;
    font-size: 22px;
    opacity: 0;
}

.default-btn9 .btn-right-i {
    position: absolute;
    right: -56px;
    top: 50%;
    transform: translateY(-50%);
    display: inline-block;
    height: 51px;
    width: 52px;
    line-height: 58px;
    text-align: center;
    border-radius: 4px;
    background-color: #BC4D03;
    color: white;
    transition: 0.6s;
    font-size: 22px;
    opacity: 1;
}

.default-btn9:hover .btn-left-i {
    /* opacity: 1; */
    visibility: visible;
    background-color: #f69c2a;
    color: black;
    left: -55px;
    /* opacity: 1; */
}

.default-btn9:hover {
    background-color: #f69c2a;
    color: #ffffff;
    margin-left: 50px;
    margin-right: 0;
}

.default-btn9:hover .btn-right-i {
    background-color: #f69c2a;
    color: #f0da69;
    /* opacity: 0; */
    /* right: 0; */
}
.footer-main {
    width: 100%;
    background: #000;
    color: #fff;
    float: left;
    padding: 60px 0 0;
}

.footer-heading h3 {
    font-size: 48px;
    line-height: 110%;
    font-weight: 500;
    float: left;
}
.footer-heading h3 span{
        font-weight: 400;
    font-family: 'Noto Serif Display';
    font-style: italic;
}


/* -------------------------------- */
/* Buttons (your code + effects) */
/* -------------------------------- */

.ftr-buttons {
    display: flex;
    gap: 12px;
    /* margin-top: 28px; */
}

.ftr-buttons button {
    border-radius: 40px;
    font-size: 16px;
    font-weight: 500;
    height: 53px;
    width: 164px;
    cursor: pointer;
    transition: 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.ftr-buttons a {
    border-radius: 40px;
    font-size: 16px;
    font-weight: 500;
    height: 53px;
    width: 164px;
    cursor: pointer;
    transition: 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/* Fix missing dot in your class selector */
.btn-get-ftr {
    position: relative;
    overflow: hidden;
    background: linear-gradient(90deg, rgba(0,69,32,1) 0%, rgba(0,171,79,1) 100%);
    color: #fff;
    border: none;
    padding: 0 4px 0 22px;
    height: 53px;
    width: 164px;
    border-radius: 40px;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    transition: transform 0.3s ease;
}

/* Left curtain */
.btn-get-ftr::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 50%;
    height: 100%;
    background: rgba(255,255,255,0.20);
    transition: left 0.45s ease;
}

/* Right curtain */
.btn-get-ftr::after {
    content: "";
    position: absolute;
    top: 0;
    right: -100%;
    width: 50%;
    height: 100%;
    background: rgba(255,255,255,0.15);
    transition: right 0.45s ease;
}

/* On hover: both curtains slide to center */
.btn-get-ftr:hover::before {
    left: 0;
}

.btn-get-ftr:hover::after {
    right: 0;
}






.btn-learn-ftr {
    position: relative;
    overflow: hidden;
    color: #fff;
     background-color: #1E1E1ECC;
    border: 1px solid #000;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    justify-content: center !important;
    width: 158px !important;
    height: 53px;
    border-radius: 40px;
    font-size: 16px;
    cursor: pointer;
    transition: transform 0.3s ease;
}

/* Glossy curtain sweeping from right â†’ left */
.btn-learn-ftr::after {
    content: "";
    position: absolute;
    top: 0;
    right: -120%;        /* hidden initially */
    width: 120%;
    height: 100%;
    background: linear-gradient(
        90deg,
        rgba(255,255,255,0) 0%,
        rgba(255,255,255,0.28) 50%,
        rgba(255,255,255,0) 100%
    );
    transition: right 0.45s ease;
}

/* On hover: curtain moves inward */
.btn-learn-ftr:hover::after {
    right: 0;
}







/* -------------------------------- */
/* Footer layout */
/* -------------------------------- */

.footer-divider {
    /* margin: 40px 0; */
    /* border: 0; */
    /* border-bottom: 1px solid #222; */
}

.footer-content {
    display: flex;
    justify-content: space-between;
    gap: 25px;
    padding-right: 0;
    float: left;
    padding-left: 0;
    width: 100%;
    padding-top: 60px;
    padding-bottom: 0;
    /* border-bottom: 1px solid #262323; */
}

.footer-left {
    width: 27%;
}

.footer-logo {
    width: 187px;
    margin-bottom: 20px;
}

.footer-desc {
    color: #838383;
    margin-top: 10px;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    width: 100%;
}

.footer-links {
    width: 75%;
    display: flex;
    justify-content: space-between;
}

.footer-links h4 {
    font-size: 19px;
    margin-bottom: 25px;
    font-weight: 500;
    color: #E9ECEC;
    line-height: 32px;
}

.footer-links a {
    color: #838383;
    display: block;
    margin-bottom: 20px;
    text-decoration: none;
    transition: 0.2s;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
}

.footer-links a:hover {
    color: #ffffff;
}
.footer-disclaimer span{
    font-weight: 500;
    color: #E9ECEC;
}

/* Contact box */
.contact-col{
        flex: 1 0 9%;
}
.contact-box {
    display: flex;
    gap: 18px;
    margin-bottom: 18px;
    font-weight: 400;
    color: #838383;
    font-size: 16px;
    line-height: 24px;
}

.contact-icon {width: 42px;object-fit: contain;height: 42px;}

/* Disclaimer */
.footer-disclaimer {
    font-size: 16px;
    color: #838383;
    line-height: 30px;
    padding-bottom: 25px;
    font-weight: 400;
    padding-top: 25px;
    border-bottom: 1px solid #262323;
}

/* Bottom bar */
.footer-bottom {
    /* display: flex; */
    /* justify-content: space-between; */
    align-items: center;
    font-size: 14px;
    display: inline;
    color: #838383;
    text-align: center;
    font-weight: 400;
    padding: 25px 0px;
    float: left;
    width: 100%;
}

.footer-social img {
    width: 28px;
    /* margin-left: 18px; */
    cursor: pointer;
    /* opacity: 0.8; */
    transition: 0.2s;
}

.footer-social img:hover {
    opacity: 1;
}

.footer-heading {
    display: flex;
    justify-content: space-between;
    float: left;
    align-items: center;
    width: 100%;
    padding-bottom: 50px;
    border-bottom: 1px solid #262323;
}
.footer-social {
    display: flex;
    gap: 16px;
}
.footer-heading h3 div{
    float: right;
    width: auto;
    color: #BC4D03;
    padding-left: 10px;
}
.blog-sec {width: 100%;float: left;padding: 80px 0;}
.blog-sec h6{/* text-align: center; */color: #F69C2A;font-weight: 500;margin-bottom: 0;font-size: 16px;text-transform: uppercase;}
.blog-sec h2{color: #1F3240;font-size: 56px;font-weight: 500;/* width: 100%; *//* text-align: center; */float: left;}
.blog-sec h2 span{font-weight: 400;font-family: 'Noto Serif Display';font-style: italic;}

.blog-box{width: 100%;float: left;margin-top: 30px;background: #F5EFEB;}
.blog-box-img{width: 100%;float: left;height: 264px;object-fit: cover;border-bottom: 5px solid #F69C2A;margin-bottom: 20px;}
.blg-date{font-size: 15px;width: 100%;float: left;margin-top: 10px;padding-left: 15px;color: #000;opacity: .5;}
.blog-box h5{f
FONT-WEIGHT: 200;f;font-size: 24px;color: #000;font-weight: 500;padding: 10px 15px;float: left;}
.blog-box a{width: 51px;height: 51px;background: #fff;float: left;margin-left: 15px;margin-bottom: 20px;border-radius: 4px;display: flex;align-items: center;text-align: center;}
.blog-box a img{/* filter: invert(1); */width: 14px;height: 14px;object-fit: contain;display: block;margin: auto;}
.blog-box a:hover{background: #bc4d03;}.blog-box a:hover img{
    filter: invert(1);
}
.ban-left{

}
.ban-left h1 span{
    /* color: #AEAEAE; */
    font-weight: 400;
    font-family: 'Noto Serif Display';
    font-style: italic;
}
.ban-left h1{
    font-size: 67px;
    color: #fff;
    font-weight: 500;
}
.or-box{width: 100%;height: 347px;float: left;background-color: #bc4d03;background-image: url('../images/bg2.png');background-size: 80%;background-repeat: no-repeat;background-position: center;}
.or-box a{
    font-size: 16px;
    color: #fff;
    padding: 15px;
    margin-top: 164px;
    float: left;
}
.or-box p{
    font-size: 16px;
    color: #fff;
    font-weight: 400;
    padding: 15px;
}


/* --- Header Section Styling --- */
#main-header {
    background-color: transparent;
    position: absolute; /* Make header sticky */
    top: 20px;
    z-index: 9999;
    height: 0;
    float: left;
    width: 100%;
}

.header-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 0 !important;
}

.logo img {
    width: 187px; /* Adjust as needed */
}

.nav-links {
    list-style: none;
    display: flex;
    padding: 3px 5px;
    border: 1px solid #8c867e;
    border-radius: 30px;
    margin-bottom: 0px;
    background-color: #f3f3f366;
}

.nav-item {
    position: relative;
    padding: 0px 10px;
    transition: background-color 0.3s ease;
}
.sticky .nav-item a{
    color:#000
}.sticky .nav-item a img{
   filter:invert(1);
}
.nav-item a {
    letter-spacing: 0.5px;
    text-decoration: none;
    color: #fff;
    font-weight: 500;
    display: flex;
    align-items: center;
    height: 100%;
    font-size: 16px;
    padding: 9px 10px;
    border-radius: 30px;
}

.active-dot {
    height: auto;
    width: 33px;
    margin-right: 5px;
    margin-top: -9px;
}

/* Hover effect: Green background like dragging way */
.nav-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background-color: #f69c2a; /* Light green tint */
    transition: width 0.3s ease-out;
    z-index: 1;
    border-radius: 30px;
}

.nav-item:hover::before {
    width: 100%;
}

.nav-item a {
    position: relative;
    z-index: 2; /* Keep text above the hover background */
}

/* Active state: Show the indicator/dot */
.nav-item.active .active-dot {
    display: inline-block !important; /* Overwrite inline style */
}
.nav-item.active::before {
    width: 100%;
}
/* Join Button */
.btn-join {
    background-color: #fff;
    color: #000;
    border: none;
    padding: 0px 22px;
    border-radius: 40px;
    font-weight: 500;
    cursor: pointer;
    width: 140px;
    transition: background-color 0.3s;
    height: 51px;
    border: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 16px;
    letter-spacing: 0.5px;
}
.btn-join:hover{
    background-color: green;
    color: #fff;
}
.btn-join:hover .arrow-icon{
    transform: rotate(45deg);

filter: invert(1);
}
.sticky .arrow-icon{
    filter:none;
}

.arrow-icon {
    width: 35px;
    filter: invert(1);
    transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
}
.arrow-icon:hover{
    opacity: .4;
}
.arrow-icon2 {
    width: 45px !important;
}

@media (max-width: 991px) {
    .btn-join {
display: none;
    }
    .desktop-nav {
        display: none;
    }
    .menu-toggle {
        display: block;
        font-size: 30px;
        cursor: pointer;
        color: #e5841f;
    }
}

@media (min-width: 992px) {
    .menu-toggle {
        display: none;
    }
}

/* Stylish Glass BG Off-Canvas Mobile Menu */
.mobile-menu {
    position: fixed;
    top: 0;
    right: -300px;
    width: 300px;
    height: 100%;
    /* background: rgba(44, 62, 80, 0.9); */ /* Semi-transparent dark background */
    backdrop-filter: blur(10px); /* Frosted Glass Effect */
    -webkit-backdrop-filter: blur(10px); /* Safari support */
    /* box-shadow: -4px 0 20px rgba(0, 0, 0, 0.3); */
    border-left: 1px solid rgba(255, 255, 255, 0.1); /* Light border for definition */
    z-index: 9999;
    transition: right 0.3s cubic-bezier(0.4, 0, 0.2, 1); /* Smoother transition */
    padding: 20px;
    box-sizing: border-box;
    overflow-y: scroll;
}

.mobile-menu.is-open {
    right: 0;
}

.menu-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1040;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.3s ease-in-out, visibility 0.3s;
}

.menu-overlay.is-visible {
    visibility: visible;
    opacity: 1;
}

.menu-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.menu-header .logo img {
    height: 71px;
    width: auto;
    object-fit: contain;
}

.close-menu {
    font-size: 1.5rem;
    color: #fff;
    cursor: pointer;
}

.mobile-nav-links {
    list-style: none;
    padding: 0;
    margin-top: 20px;
}

.mobile-nav-item a {
    display: block;
    padding: 15px 0;
    color: #ecf0f1;
    text-decoration: none;
    font-size: 17px;
    font-weight: 500;
    transition: color 0.2s;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-nav-item a:hover,
.mobile-nav-item.active a {
    color: #da7717;
}

.join-link-mobile {background-color: #fff;color: #000 !important;width: auto !important;text-align: center;margin-top: 24px;border-radius: 30px;}


/* Stylish Two-Column Modal for Join Now Form */

.modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.85);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.3s ease, visibility 0.3s;
    padding: 20px;
    box-sizing: border-box;
}

.modal-overlay.is-visible {
    visibility: visible;
    opacity: 1;
}

.modal-content {
    background-color: #fff;
    padding: 40px;
    border-radius: 15px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.6);
    width: 95%;
    max-width: 800px; /* Increased max width for two columns */
    position: relative;
    background-image: url('../images/op.png');
    /* overflow: hidden; */
    background-repeat: no-repeat;
    background-position: 100% 105%;
    background-size: 96px;
}

.close-button {
    position: absolute;
    top: 15px;
    right: 20px;
    font-size: 2.5rem;
    color: #F69C2A;
    cursor: pointer;
    transition: color 0.2s;
}

.close-button:hover {
    color: #333;
    /* transform: rotate(90deg); */
}

.modal-header-form {
    text-align: center;
    margin-bottom: 30px;
    padding-bottom: 15px;
    border-bottom: 2px solid #F69C2A;
}

.modal-header-form h2 {
   font-size: 38px; /* Adjust font size as needed */
   font-weight: 500;
   line-height: 125%;
   margin-bottom: 16px;
   color: #000; /* Dark text color */
}.modal-header-form h2 span{
    font-weight: 400;
    font-family: 'Noto Serif Display';
    font-style: italic;
}

.modal-header-form p {
    color: #838383;
    font-size: 16px;
    font-weight: 400;
}

.join-form {
    display: flex;
    flex-wrap: wrap; /* Allows columns to wrap on smaller screens */
    gap: 20px; /* Spacing between columns and rows */
}

.join-form .form-group {
    flex: 1 1 calc(50% - 10px); /* Two columns: 50% width minus half the gap */
    margin-bottom: 0;
}

@media (max-width: 600px) {
    .join-form .form-group {
        flex: 1 1 100%; /* Stack columns on very small screens */
    }
    .modal-content {
        padding: 25px;
    }
}

.join-form label {
    display: block;
    font-weight: 500;
    color: #000;
    margin-bottom: 8px;
    font-size: 0.95rem;
}

.join-form label i {
    margin-right: 8px;
    color: #F69C2A; /* Accent color for icons */
}

.join-form input[type="text"],
.join-form input[type="email"],
.join-form input[type="password"],
.join-form input[type="tel"] {
    width: 100%;
    padding: 14px 15px;
    border: none;
    border-radius: 11px;
    font-size: 15px;
    background-color: #fff3e4;
    transition: border-color 0.3s, box-shadow 0.3s;
    box-sizing: border-box;
    font-weight: 400;
}

.iti { width: 100%; }
.iti__country-list { z-index: 2001; }

.join-form input:focus {
    /* border-color: #34db72; */
    box-shadow: 0 0 8px rgb(0 128 0 / 10%);
    background-color: #fff;
    outline: none;
}.nav-item.active .active-dot {
    display: inline-block !important;
}.nav-item.active::before {
    width: 100%;
}.ar-img-ban {
    margin-top: 21px !important;
    width: 18px !important;
    filter: invert(1);
    margin-right: 0px !important;
    float: left !important;
    margin-left: 17px !important;
    /* height: 12px !important; */
}.abt {
    overflow: hidden;
    position: relative;
    width: 100%;
}.abt img {
    object-fit: cover;
    /* border-radius: 16px; */
    width: 100%;
    height: 100%;
}.mainhed {
    font-size: 47px;
    font-weight: 500;
    color: #1F3240;
    line-height: 121%;
}.cmpad p {
    margin-bottom: 0;
    color: #7D7878;
    font-size: 16px;
    font-weight: 400;
    line-height: 169%;
}.con-field input {
    width: 100%;
    float: left;
    padding: 14px;
    border: 1px solid #C6C6C6;
    border-radius: 8px;
    font-size: 16px;
    color: #74757D;
    background: #FDFDFD;
    height: 60px;
    outline: none !important;
    margin-bottom: 15px;
}.con-field textarea {
    width: 100%;
    float: left;
    background: #FDFDFD;
    padding: 12px;
    border: 1px solid #C6C6C6;
    border-radius: 8px;
    font-size: 16px;
    margin-bottom: 15px;
    color: #74757D;
    height: 170px;
    outline: none !important;
}.contactcrd .cont-card {
    background: #ffe3d1;
    padding: 15px;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    height: 100%;
}.contactcrd .cont-card span {
    background: #bc4d03;
    width: 46px;
    height: 46px;
    border-radius: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
}.contactcrd .cont-card span img {
    width: 24px;
}.contactcrd .cont-card .desc {
    font-size: 18px;
    font-weight: 500;
    color: #000;
    margin-top: 10px;
}.contactcrd .cont-card .cont {
    color: #7D7878;
    font-size: 16px;
    font-weight: 400;
}.contactcrd .cont-card p a {
    color: #7D7878;
    font-size: 16px;
    font-weight: 400;
}.map {
    margin-top: 73px;
}
.innerban{width: 100%;float: left;background-image: url('../images/innerban.png');background-size: cover;background-position: 81% 0%;background-repeat: no-repeat;position: relative;height: 400px;background-attachment: fixed;}
.innerban h2{
    text-align: center;
    margin-top: 185px;
    font-size: 60px;
    color: #fff;
    position: relative;
    z-index: 9;
}
.innerban:after{
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 0;
    background: #000;
    opacity: .6;
}
.abt-full{width: 100%;float: left;padding: 70px 0;}
.abt-im1{
    float: left;
    width: 100%;
    position: relative;
    overflow: hidden;
}.abt-im1:before {
    content: '';
    position: absolute;
    top: -100%;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(227, 130, 29, 0.45), rgba(227, 130, 29, 0.15), rgba(227, 130, 29, 0));
    opacity: 0;
    z-index: 2;
}
.abt-im1:hover::before{
        animation: bulbOn 0.8s ease-out forwards;
}
.abt-im1 img{
    width: 100%;
    height: 540px;
    object-fit: cover;
}
.abt-full h6{
    color: #F69C2A;
    font-weight: 500;
    margin-bottom: 15px;
    float: left;
    width: 100%;
    font-size: 16px;
}
.abt-full h1{
    color: #1F3240;
    font-size: 56px;
    font-weight: 500;
}
.abt-full h1 span{
font-weight: 400;
    font-family: 'Noto Serif Display';
    font-style: italic;
}
.abt-full p{
    font-size: 16px;
    color: #242323;
    font-weight: 400;
    line-height: 188%;
}
.abt2-ico:before{
    /* opacity: 0; */
    /* transform: scale(1.2); */2); */
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    /* -webkit-animation: blobbing-reverse 25s ease-in-out infinite both alternate; */
    /* animation: blobbing-reverse 25s ease-in-out infinite both alternate; */
}
.abt2{background: #ffffff;padding: 80px 20px 0px;float: left;width: 100%;}
.abt2 h6{color: #F69C2A;font-weight: 500;margin-bottom: 0;float: left;text-transform: uppercase;width: 100%;font-size: 16px;text-align: center;}
.abt2 h2{color: #1F3240;font-size: 56px;font-weight: 500;text-align: center;}.abt2 h2 span{
    font-weight: 400;
    font-family: 'Noto Serif Display';
    font-style: italic;
}
.abt2-box{width: 100%;float: left;margin-top: 30px;text-align: center;}
.abt2-ico img{width: 92px;/* filter: invert(1); */display: block;margin: auto;height: 120px;object-fit: contain;}
.abt2-box h5{

}
.abt2-box p{
    
}.abt2-ico img {
    animation: border-transform-default 10s linear infinite alternate forwards;
    max-width: 100%;
}
.abt2-ico{
      margin-bottom: 30px;
      position: relative;
      z-index: 1;
      width: 100%;
      height: 100%;
      padding: 20px;
}
.abt2-ico:before{position: absolute;content: "";width: 100%;height: 100%;top: 0;left: 0;background-color: #F69C2A;z-index: -1;animation: border-transform-default-two 10s linear infinite alternate forwards;}@keyframes border-transform-default {
    0%,to {
        border-radius: 63% 37% 54% 46%/55% 48% 52% 45%
    }

    14% {
        border-radius: 40% 60% 54% 46%/49% 60% 40% 51%
    }

    28% {
        border-radius: 54% 46% 38% 62%/49% 70% 30% 51%
    }

    42% {
        border-radius: 61% 39% 55% 45%/61% 38% 62% 39%
    }

    56% {
        border-radius: 61% 39% 67% 33%/70% 50% 50% 30%
    }

    70% {
        border-radius: 50% 50% 34% 66%/56% 68% 32% 44%
    }

    84% {
        border-radius: 46% 54% 50% 50%/35% 61% 39% 65%
    }
}
.abt2-ico img{
      animation: border-transform-default 10s linear infinite alternate forwards;
      max-width: 100%;
}
@keyframes border-transform-default-two {
    0%,to {
        border-radius: 63% 37% 54% 46%/55% 48% 52% 45%
    }

    14% {
        border-radius: 54% 46% 38% 62%/49% 70% 30% 51%
    }

    28% {
        border-radius: 40% 60% 54% 46%/49% 60% 40% 51%
    }

    42% {
        border-radius: 61% 39% 55% 45%/61% 38% 62% 39%
    }

    56% {
        border-radius: 50% 50% 34% 66%/56% 68% 32% 44%
    }

    70% {
        border-radius: 61% 39% 67% 33%/70% 50% 50% 30%
    }

    84% {
        border-radius: 46% 54% 50% 50%/35% 61% 39% 65%
    }
}

#sub-page-intro {
    float: left;
    width: 100%;
    padding-top: 70px;
    padding-bottom: 70px;
    border-bottom: 1px solid #cecece;
}
#sub-page-intro h6 {
    float: left;
    width: 100%;
    color: #1F3240;
    text-align: center;
    font-size: 50px;
    font-weight: 500;
    line-height: 140%;
}
#sub-page-intro p {
    text-align: center;
    float: left;
    width: 100%;
    color: #232323;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    padding-left: 125px;
    padding-right: 125px;
    padding-bottom: 0;
}
.career-frn {
    float: left;
    width: 100%;
}
.push-left {
    float: left;
}
.frm-titel {
    float: left;
    padding-bottom: 5px;
    width: 100%;
    color: #232323;
    font-size: 15px;
    font-weight: 500;
    margin-top: 16px;
}
.career-frm {
    /* border: 1px solid #b0aaaa; */
    color: #131616;
    display: block;
    padding-left: 15px !important;
    font-weight: 400;
    font-size: 15px;
    height: 55px;
    margin-bottom: 5px !important;
    padding: 0 20px;
    outline: none;
    width: 100%;
    padding-left: 0px;
    border: none;
    transition: all 500msease;
    border: solid 1px #1d3d8f40;
    margin-top: 3px;
    width: 100%;
    float: left;
    padding: 7px 10px;
    margin-top: 3px;
    border-radius: 8px;
}
.cpt {
    padding-top: 12px;
}
.career-msg-btn {
    float: left;
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: center;
    font-size: 15px;
    color: #ffffff;
    font-weight: 600;
    background: rgb(56, 58, 58);
    background: linear-gradient(315deg, rgba(56, 58, 58, 1) 0%, rgba(9, 13, 13, 1) 100%);
    border-radius: 12px;
    margin-right: 7px;
    margin-top: 30px;
}
.cpt-snd {
    padding-top: 33px;
    float: left;
}
#sub-page-intro h5{color: #F69C2A;font-weight: 500;margin-bottom: 0;float: left;width: 100%;font-size: 16px;text-align: center;text-transform: uppercase;}
#sub-page-intro h6 span{
    font-weight: 400;
    font-family: 'Noto Serif Display';
    font-style: italic;
}.spad2 p{
    font-size: 15px;
    color: #000;
    line-height: 160%;
    font-weight: 400;
}
.abtus{
    width: 100%;
    float: left;
    padding: 70px 0;
}.mainhed span{
    font-weight: 400;
    font-family: 'Noto Serif Display';
    font-style: italic;
}
.abt:after{

}.dt-sc-section-wrapper:not([data-speed="2"]) { background-position: center !important; background-attachment: scroll !important; }
.dt-sc-section-wrapper[data-speed="1"] { background-attachment: fixed !important; }

.dt-sc-flex{ display: flex; flex-wrap: wrap; }
div[class*="dt-sc-flex"]{ align-items: center; display: flex; flex-wrap: wrap; }


.dt-sc-flex-space-between { justify-content: space-between; }
.dt-sc-flex-space-between >*:last-child { justify-content: flex-end; text-align: right; }
.dt-sc-flex-space-between>*:first-child { justify-content: flex-start; text-align: left; }
.dt-sc-flex-space-between> *:only-child{ margin: auto; text-align: center; }
.dt-sc-flex-end { justify-content: flex-end}
.dt-sc-flex-end .logo+* { margin-left: auto; margin-right: 15px;}
.dt-sc-flex-space-between.logo-center .logo { display: flex;  flex-wrap: wrap;  justify-content: center; }
.dt-sc-flex-space-between.logo-center>*:nth-last-child(2) { order: -1; justify-content: left; }
.dt-sc-flex-space-between.logo-center>*:nth-last-child(2).logo { justify-content: left; }
.dt-sc-margin-auto{ margin:auto !important;}
.dt-sc-list-inline {  display: flex;  flex-wrap: wrap;}

div[class*="dt-sc-flex"]> :only-child form {  float: none;}
.row-reverse { direction: rtl; }
.text-link > svg{ margin: 0 10px;}
  
  #shopify-section-inner-page-icon-box-section.inner-page-icon-box-section .dt-sc-overlay:before { 
    color: var(--DTPrimaryColor); 
    color: #f5f5f5;    
    background: currentcolor; 
    opacity: 0.5;
  } 
  #shopify-section-inner-page-icon-box-section.inner-page-icon-box-section .dt-sc-heading .dt-sc-main-heading { 
    color: var(--DTColor_Heading); color:#2d2a2a; } 
  #shopify-section-inner-page-icon-box-section.inner-page-icon-box-section .dt-sc-heading .dt-sc-sub-heading { 
    color: var(--DTColor_Heading); color:#2d2a2a; } 
  #shopify-section-inner-page-icon-box-section.inner-page-icon-box-section .dt-sc-heading .dt-sc-heading-description { 
    color: var(--DTColor_Body); color:; } 
  #shopify-section-inner-page-icon-box-section.inner-page-icon-box-section .dt-sc-heading .dt-sc-btn { 
    background: var(--DT_Button_BG_Color); color: var(--DT_Button_Text_Color);
    background:; color:; }
  #shopify-section-inner-page-icon-box-section.inner-page-icon-box-section .dt-sc-heading .dt-sc-btn:hover { 
    background: var(--DT_Button_BG_Hover_Color);
      background:; 
      color: var(--DT_Button_Text_Hover_Color); color:; }

  #shopify-section-inner-page-icon-box-section.inner-page-icon-box-section .dt-sc-icon-box-section .dt-sc-icon-box {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    align-items: flex-start;
    margin-top: 30px;
  }

  #shopify-section-inner-page-icon-box-section.inner-page-icon-box-section .dt-sc-icon-box-section .dt-sc-icon-box .dt-sc-icon-image {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 70px;
    height: 70px;
    transition: var(--DTBaseTransition);
  }

  #shopify-section-inner-page-icon-box-section.inner-page-icon-box-section .dt-sc-icon-box-section .dt-sc-icon-box .dt-sc-icon-image img,
  #shopify-section-inner-page-icon-box-section.inner-page-icon-box-section .dt-sc-icon-box-section .dt-sc-icon-box .dt-sc-icon-image i { font-size: 30px; }

  #shopify-section-inner-page-icon-box-section.inner-page-icon-box-section .dt-sc-icon-box-section .dt-sc-icon-box .dt-sc-icon-content {
    width: 100%;    
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
  }
  
  #shopify-section-inner-page-icon-box-section.inner-page-icon-box-section .dt-sc-icon-box-section .dt-sc-icon-box .dt-sc-icon-image + .dt-sc-icon-content {
    width: calc(100% - 70px);
    padding: 0 0 0 30px;    
  }
  
  #shopify-section-inner-page-icon-box-section.inner-page-icon-box-section .dt-sc-icon-box-section .dt-sc-icon-box.dt-sc-reverse-columns .dt-sc-icon-image + .dt-sc-icon-content {
    padding: 0 30px 0 0;
  }

  #shopify-section-inner-page-icon-box-section.inner-page-icon-box-section .dt-sc-icon-box-section .dt-sc-icon-box .dt-sc-icon-content h4 {
    padding: 0;
    font-size: 20px;
    margin-bottom: 5px;
  }
  #shopify-section-inner-page-icon-box-section.inner-page-icon-box-section .dt-sc-icon-box-section .dt-sc-icon-box .dt-sc-icon-content h4 a:hover{color:var(--DTLinkHoverColor);}
#shopify-section-inner-page-icon-box-section.inner-page-icon-box-section .dt-sc-icon-box-section .dt-sc-icon-box .dt-sc-icon-content h4 a{
    padding: 0;
    margin: 0 0 15px;
    font-size: 20px;
  }
  #shopify-section-inner-page-icon-box-section.inner-page-icon-box-section .dt-sc-icon-box-section .dt-sc-icon-box.dt-sc-reverse-columns .dt-sc-icon-content {
    align-items: flex-end;
    text-align: right;    
  }
  
  #shopify-section-inner-page-icon-box-section.inner-page-icon-box-section .dt-sc-icon-box-section .dt-sc-icon-box .dt-sc-icon-content h4 {
    color: var(--DTColor_Heading); color:#2d2a2a; }  
      #shopify-section-inner-page-icon-box-section.inner-page-icon-box-section .dt-sc-icon-box-section .dt-sc-icon-box .dt-sc-icon-content h4 a{
    color: var(--DTColor_Heading);
    color: #c25407;
    } 
  #shopify-section-inner-page-icon-box-section.inner-page-icon-box-section .dt-sc-icon-box-section .dt-sc-icon-box .dt-sc-icon-content .dt-sc-description  {
    color: var(--DTColor_Body);
    color: #282626;
    font-size: 15px;
    }
  #shopify-section-inner-page-icon-box-section.inner-page-icon-box-section .dt-sc-icon-box-section .dt-sc-icon-box .dt-sc-icon-image {
    background: var(--DT_Button_BG_Color);
    color: var(--DT_Button_Text_Color);
    background-color: #c15306;
    color: #ffffff;
    }
  #shopify-section-inner-page-icon-box-section.inner-page-icon-box-section .dt-sc-icon-box-section .dt-sc-icon-box:hover .dt-sc-icon-image {
    background-color: var(--DT_Button_BG_Hover_Color);
    color: var(--DT_Button_Text_Hover_Color);
    background-color: transparent;
    color: #c15306;
    }

  
  #shopify-section-inner-page-icon-box-section.inner-page-icon-box-section .dt-sc-icon-box-section .dt-sc-icon-box
  {
  display: block;
  text-align: center;
  }
  #shopify-section-inner-page-icon-box-section.inner-page-icon-box-section .dt-sc-icon-box-section .dt-sc-icon-box .dt-sc-icon-image
  {
  margin: 0 auto;
  outline: 1px solid #fff;
  outline-offset: -5px;
  transition: all ease-in-out .5s;
  }
  
  #shopify-section-inner-page-icon-box-section.inner-page-icon-box-section .dt-sc-heading .dt-sc-sub-heading
  {
    font-family: var(--DTFontTypo_Body);
    font-weight: 400;
    font-size: 20px;
  }
  #shopify-section-inner-page-icon-box-section.inner-page-icon-box-section .dt-sc-heading .dt-sc-main-heading
  {
    font-size: 36px;
    text-transform: uppercase;
    font-weight: bold;
  }
  #shopify-section-inner-page-icon-box-section.inner-page-icon-box-section .dt-sc-icon-box-section .dt-sc-icon-box .dt-sc-icon-content h4
  {
  font-size: 24px;
  text-transform: uppercase;
  text-decoration: none;
  }
   #shopify-section-inner-page-icon-box-section.inner-page-icon-box-section .dt-sc-icon-box-section .dt-sc-icon-box .dt-sc-icon-content h4 a
  {
  font-size: 24px;
  text-transform: capitalize;
  text-decoration: none;
  }
  #shopify-section-inner-page-icon-box-section.inner-page-icon-box-section .dt-sc-icon-box-section .dt-sc-icon-box .dt-sc-icon-image + .dt-sc-icon-content
  {
   width: 100%;
   padding: 0 50px;
   margin-top: 30px;
  }
  #shopify-section-inner-page-icon-box-section.inner-page-icon-box-section .dt-sc-icon-box-section .dt-sc-icon-box:hover .dt-sc-icon-image
  {
  outline-color: #c15306;
  }
  @media (max-width: 1300px) 
  {
  #shopify-section-inner-page-icon-box-section.inner-page-icon-box-section .dt-sc-icon-box-section .dt-sc-icon-box .dt-sc-icon-image + .dt-sc-icon-content
    {
     padding: 0;
    }
  }
  @media only screen and (max-width: 1024px) and (min-width: 700px)
  {
    .dt-sc-icon-box-section.dt-sc-column.three-column
    {
      grid-template-columns: repeat(2,1fr);
    }
  }
  @media only screen and (max-width: 700px) and (min-width: 450px)
  {
    #shopify-section-inner-page-icon-box-section.inner-page-icon-box-section .dt-sc-icon-box-section .dt-sc-icon-box .dt-sc-icon-image + .dt-sc-icon-content p.dt-sc-description
    {
    padding: 0 5%;
    }
  }.dt-sc-column.three-column {
    grid-template-columns: repeat(3, 1fr);
}.dt-sc-column {
    display: grid;
    width: 100%;
    grid-gap: var(--DTGutter_Width);
    margin-bottom: 30px;
    margin-left: 0;
    padding: 0;
    grid-auto-flow: row dense;
}
.bg3{width: 100%;float: left;background-image: url('../images/bg3.webp');background-size: 46% 100%;background-position: left;background-repeat: no-repeat;background-color: #f5efeb;}
.bg3-right{padding: 50px 6% 50px 10%;float: right;}
.bg3-box{width: 100%;float: left;margin-top: 10px;transition: all ease-in-out .5s;-webkit-transition: all ease-in-out .5s;}
.bg3-box img{width: 60px;float: left;margin-right: 20px;background: #3eacf9;transition: all ease-in-out .5s;-webkit-transition: all ease-in-out .5s;padding: 5px;filter: invert(1);margin-top: 12px;margin-bottom: 20px;}
.bg3-box h5{color: #1F3240;font-size: 25px;font-weight: 500;margin: 0;}
.bg3-box p{
    font-size: 16px;
    color: #242323;
    font-weight: 400;
    line-height: 188%;
}.bg3-box h5 span{
    font-weight: 400;
    font-family: 'Noto Serif Display';
    font-style: italic;
}.bg3-box:hover img{
    background: #1878df;
}
.desktop-nav ul li ul{
    display: none;
    position: absolute;
    background: #f3f3f3b0;
    padding: 0;
    border: 1px solid #cecece;
    width: 200px;
    text-align: center;
    left: -54px;
    top: 40px;
    border-radius: 0 0 10px 10px;
    /* z-index: -2; */
    border-top: 6px solid transparent;
}.desktop-nav ul li:hover ul{
    display: block;
}.desktop-nav ul li ul li{
    list-style: none;
    width: 100%;
    color: #000;
    border-bottom: 1px solid #cecece2b;
    text-align: center;
}.desktop-nav ul li ul li a{
    color: #222222;
    text-align: center;
    width: 100%;
    display: block;
}.desktop-nav ul li ul li a:hover{
    color: #bb741b;
}
.pro-det{float: left;width: 100%;padding: 70px 0;}
.pro-left h6{
    color: #F69C2A;
    font-weight: 500;
    margin-bottom: 0;
    float: left;
    width: 100%;
    font-size: 16px;
}
.pro-img1{width: 100%;border-radius: 10px;}
.pro-left h2{color: #1F3240;font-size: 56px;font-weight: 500;}
.pro-left h2 span{font-weight: 400;font-family: 'Noto Serif Display';font-style: italic;}
.pro-left p{font-size: 16px;color: #242323;font-weight: 400;line-height: 188%;}
.pro-50{width: 48%;float: left;margin-right: 2%;min-height: 470px;}
.pro-50 img{width: 100%;height: 300px;border-radius: 10px;object-fit: cover; border: 1px solid #cecece;}
.pro-50 h3{font-size: 20px;float: left;width: 100%;margin-top: 10px;color: #c15406;}
.pro-50 p{
    font-size: 15px;
    line-height: 160%;
    margin-bottom: 30px;
}.pro-0-img{
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
}.pro-left{
    width: 100%;
    float: left;
}
.pro-0-img:after{
    position: absolute;
    content: '';   
     top: -100%;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(227, 130, 29, 0.45), rgba(227, 130, 29, 0.15), rgba(227, 130, 29, 0));
    opacity: 0;
    z-index: 2;
}
.pro-0-img:hover::after{
    animation: bulbOn 0.8s ease-out forwards;
}.pro-5-img{
    position: relative;
    overflow: hidden;
    margin-bottom: 0;   
}
.pro-5-img:after{
    position: absolute;
    content: '';   
     top: -100%;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(227, 130, 29, 0.45), rgba(227, 130, 29, 0.15), rgba(227, 130, 29, 0));
    opacity: 0;
    z-index: 2;
}
.pro-5-img:hover::after{
    animation: bulbOn 0.8s ease-out forwards;
}
.pro-form{width: 100%;float: left;background: #ffe3d1;padding: 20px;border-radius: 10px;}
.pro-form h2{color: #1F3240;font-size: 40px;font-weight: 500;}
.pro-form h2 span{font-weight: 400;font-family: 'Noto Serif Display';font-style: italic;}
.pro-form form{width: 100%;float: left;}
.pro-field{width: 100%;float: left;margin-top: 10px;}
.pro-field label{font-size: 15px;color: #000;font-weight: 500;width: 100%;float: left;}
.pro-field input{width: 100%;float: left;border: 1px solid #cecece;background: #fff;padding: 10px;border-radius: 10px;margin-top: 5px;font-size: 14px;color: #000;}
.pro-field textarea{width: 100%;float: left;border: 1px solid #cecece;background: #fff;padding: 10px;border-radius: 10px;margin-top: 5px;font-size: 14px;color: #000;margin-bottom: 20px;height: 130px;}
.pro-field select{width: 100%;float: left;border: 1px solid #cecece;background: #fff;padding: 10px;border-radius: 10px;margin-top: 5px;font-size: 14px;color: #000;}
.pro-field select option{font-size: 14px;color: #000;}

.connectus-bg {
    float: left;
    width: 100%;
    border-radius: 20px;
    padding: 15px;
    background-color: #c15306;
    margin-top: 30px;
}
.connectus-bg h4 {
    float: left;
    width: 100%;
    color: #000000;
    font-size: 20px;
    text-align: center;
    margin-top: 15px;
    font-weight: 500;
    line-height: 30px;
    background: white;
    padding: 15px;
    border-radius: 17px;
    -webkit-box-shadow: -1px 2px 30px -15px rgb(0 0 0 / 75%);
    -moz-box-shadow: -1px 2px 30px -15px rgba(0,0,0,.75);
    box-shadow: -1px 2px 30px -15px rgb(0 0 0 / 20%);
}

.mail-bg {
    float: left;
    width: 100%;
    padding: 20px;
    border-radius: 20px;
    background-color: #ffffff;
    color: black;
    text-align: center;
    margin-bottom: 10px;
}
.mail-bg span {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 18px;
    border-bottom: solid 1px rgb(70 85 98 / 12%);
    padding-bottom: 6px;
    margin-bottom: 10px;
    color: #c15306;
    font-weight: 500;
}
.mail-bg strong {
    color: black;
    float: left;
    width: 100%;
    font-weight: 500;
    font-size: 14px;
    padding-bottom: 5px;
}
.mail-bg {
    float: left;
    width: 100%;
    padding: 20px;
    border-radius: 20px;
    background-color: #ffffff;
    color: black;
    text-align: center;
    margin-bottom: 10px;
}
.openModalBtn{
    background: transparent;
    border: 0;
}
.abt:after{
        position: absolute;
        content: '';
        top: -100%;
        left: 0;
        width: 96%;
        height: 100%;
        background: linear-gradient(to bottom, rgba(227, 130, 29, 0.45), rgba(227, 130, 29, 0.15), rgba(227, 130, 29, 0));
        opacity: 0;
        z-index: 2;
}.abt:hover::after {
    animation: bulbOn 0.8s ease-out;
    }
    .or-box a img{
        width: 15px;
        filter: invert(1);
    } 
.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  background: #fff;
  height: 84px;
  z-index: 999;
}
.logo-sticky {
  display: none;
}

/* Sticky State */
.sticky {
  background: #ffffff; /* change bg */
  box-shadow: 0 10px 30px rgba(0,0,0,0.08);
  padding: 12px 0;
}
.sticky #main-header{
    top:0;
}

/* Logo swap */
.sticky .logo-default {
  display: none;
}
.sticky .logo-sticky {
  display: block;
  max-width: 170px;
}
.pr-box a{position: absolute;top: 9px;z-index: 999;right: 22px;text-decoration: none;font-size: 16px;color: #fff;font-weight: 500;display: none;}
.pr-box a img{height: 30px;width: 30px !important;display: inline !important;background: transparent;margin-left: 8px;border: 1px solid #cececeba;border-radius: 4px;}
.pr-box:hover a{display: block;}
.mob-ul{
    display: none;
}
.mobile-nav-item:hover ul{
    display: block;
}.mob-ul li{
    list-style: none;
}.mob-ul{
    padding: 0;
}
@media(max-width:991px){
    .mob-hide{
        display: none;
    }
}
@media(max-width: 575px){
    .contact-box{
            align-items: center;
    vertical-align: middle;
    width: 210px !important;
    margin: auto;
    display: table;
    }.contact-icon {
    width: 42px;
    object-fit: contain;
    height: 42px;
    margin-right: 10px;
    margin-top: 0;
    float: left;
}
.contact-box div{
        display: flow-root;
}.footer-bottom{
    margin-top: 20px !important;
}
.contact-box a{
        text-align: left !important;
    width: 100% !important;
}
    .innerban {
    width: 100%;
    float: left;
    background-image: url(../images/innerban.png);
    background-size: cover;
    background-position: 47% 15%;
    background-repeat: no-repeat;
    position: relative;
    height: 334px;
    background-attachment: fixed;
}.innerban h2 {
    text-align: center;
    margin-top: 159px;
    font-size: 40px;
    color: #fff;
    position: relative;
    z-index: 9;
}.abt-im1 img {
    width: 100%;
    height: auto;
    object-fit: cover;
    margin-bottom: 20px;
}.abt-full h6 {
    text-align: center;
}.abt-full h1 {
    color: #1F3240;
    font-size: 32px;
    font-weight: 500;
    float: left;
    text-align: center;
}.abt-full p{
    text-align: center;
}.bg3 {
    width: 100%;
    float: left;
    background-image: url(../images/bg3.webp);
    background-size: 100% 100%;
    background-position: top;
    background-repeat: no-repeat;
    background-color: #f5efeb;
    background-size: contain;
    padding-top: 200px;
}.bg3-right {
    padding: 65px 3% 50px 3%;
    float: right;
}.bg3-box {
    width: 100%;
    float: left;
    margin-top: 10px;
    transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
}.bg3-box p {
    font-size: 14px;
    color: #242323;
    font-weight: 400;
    line-height: 188%;
}
    .abt2 h2 br{
        display:none;
    }
    .abt2 h2 {
    color: #1F3240;
    font-size: 40px;
    font-weight: 500;
    text-align: center;
}.dt-sc-column.three-column {
    grid-template-columns: repeat(1, 1fr);
}#shopify-section-inner-page-icon-box-section.inner-page-icon-box-section .dt-sc-icon-box-section .dt-sc-icon-box .dt-sc-icon-image + .dt-sc-icon-content {
    width: 100%;
    padding: 0 50px;
    margin-top: 15px;
}.footer-heading {
    display: block;
}.footer-heading h3 {
    font-size: 32px;
    text-align: center;
    width: 100%;
    width: 100%;
}.footer-heading h3 div{
        float: none;
        display: inline;
        padding: 0;
}
    
    .bt-max9 {
    /* float: left; */
    position: relative;
    /* left: 2%; */
    margin-top: 10px;
    right: 30px !important;
    display: table;
    margin: auto;
    float: none;
}.footer-content {
    display: block;
    justify-content: space-between;
}.footer-left {
    width: 100%;
}.footer-desc {
    text-align: center;}.footer-links a {
    color: #838383;
    display: block;
    margin-bottom: 20px;
    text-decoration: none;
    transition: 0.2s;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    width: 50%;
    float: left;
    text-align: center;
}.footer-links h4 {
    font-size: 19px;
    margin-bottom: 25px;
    font-weight: 500;
    color: #E9ECEC;
    width: 100%;
    line-height: 32px;
    float: left;
    text-align: center;
}.footer-links {
    width: 100%;
    display: block;
    justify-content: space-between;
}.footer-links a {
    color: #838383;
    display: block;
    margin-bottom: 20px;
    text-decoration: none;
    transition: 0.2s;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    width: 50%;
    float: left;
    text-align: center;
}
}
.image-box{
    width: 100%;
    float: left;
    position: relative;
    margin-top: 40px;
    overflow: hidden;
}
@media(min-width: 576px) and (max-width: 767px){
    .footer-heading h3 {
    font-size: 33px;
}.abt-im1 img {
    width: 100%;
    height: auto;
    object-fit: cover;
    margin-bottom: 20px;
}.abt2 h2 br{
    display: none;
}.footer-logo {
    width: 145px;
    margin-bottom: 20px;
}.col {
    flex: 1 0 0%;
    float: left;
    width: 100%;
}.footer-links {
    width: 45%;
    display: inline;
    justify-content: normal;
}.footer-left {
    width: 50%;
}.bg3 {
    width: 100%;
    float: left;
    background-image: url(../images/bg3.webp);
    background-size: 100%!important;
    background-position: top!important;
    background-repeat: no-repeat;
    background-color: #f5efeb;
    padding-bottom: 0px!important;
}.bg3-right {
    padding: 50px 6% 50px 10%;
    float: right;
    margin-top: 350px!important;
}
}
@media(min-width: 768px) and (max-width: 991px){
    .abt-im1 {
    margin-bottom: 10px !important;
}.bg3-box p {
    font-size: 14px !important;
    color: #242323;
    font-weight: 400;
    line-height: 171% !important;
}
}
@media(min-width: 992px) and (max-width: 1024px){
    .abt-full h1 {
    color: #1F3240;
    font-size: 39px;
    font-weight: 500;
}
}
#section-one {
    float: left;
    width: 100%;
    height: 100%;
    padding-top: 58px;
    padding-bottom: 0;
}
.bgc {
    width: 100%;
    float: left;
    margin-bottom: 30px;
}
.ptb {
    font-size: 53px;
    font-weight: 500;
    line-height: 125%;
    margin-bottom: 38px;
    color: #1F3240;
    float: left;
    width: 100%;
    text-align: center;
    margin-top: 15px;
}
.ptb span{
        font-weight: 400;
    font-family: 'Noto Serif Display';
    font-style: italic;
}

.bgc img {
    width: 100%;
}
.bgc-img {
    width: 100%;
    /* border-radius: 20px; */
    margin-right: 0px;
    margin-left: 0px !important;
    float: left !important;
}.contc {
    float: left;
    width: 100%;
    /* padding-top: 25px; */
    padding-bottom: 0;
}.date {
    float: left;
    width: 100%;
    font-size: 16px;
    padding-bottom: 5px;
    color: #dd7a19;
    font-weight: 500;
}.contc h3 {
    float: left;
    width: 100%;
    font-size: 22px;
    color: #000000;
    font-weight: 500;
    line-height: 31px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    padding-top: 2px;
}#section-one p {
    /* float: left; */
    line-height: 28px;
    width: 100%;
    color: #000000;
    font-size: 16px;
    padding-bottom: 25px;
    margin-bottom: 0;
}.related-srv {
    float: left;
    width: 100%;
    color: #c35607;
    font-size: 26px;
    font-weight: 500;
    margin-top: 20px;
    margin-bottom: 20px;
}.micro-srv {
    float: left;
    width: 100%;
    padding: 25px;
    background-color: #ffefda;
    margin-bottom: 20px;
    /* border-radius: 13px; */
}
.micro-srv:hover {
    background-color: #ffe7c8;
}

.post-date {
    float: left;
    width: 100%;
    font-size: 15px;
    font-weight: 500;
    color: #c35607;
    padding-top: 3px;
    padding-bottom: 5px;
}.micro-srv h3 {
    float: left;
    width: 100%;
    color: black;
    line-height: 24px;
    font-size: 16px;
    font-weight: 500;
}.date-dts {
    float: left;
    width: 100%;
    font-size: 18px;
    padding-bottom: 5px;
    color: #e1801c;
    font-weight: 500;
    margin-bottom: 17px;
    margin-top: 9px;
}
.bgc-img:before{
        content: '';
    position: absolute;
    top: -100%;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(227, 130, 29, 0.45), rgba(227, 130, 29, 0.15), rgba(227, 130, 29, 0));
    opacity: 0;
    z-index: 2;
}.bgc-img:hover::before {
    animation: bulbOn 0.8s ease-out forwards;
}
.bgc-img{
    position: relative;
    width: 100%;
    float: left;
    overflow: hidden;
    margin-bottom: 20px;
}
.slider{position:relative;overflow:hidden;margin:0;border-radius:4px;overflow:hidden;width: 100% !important;/* z-index: 0; */}
        .slider ul{position:relative;margin:0;padding:0;height: 540px;list-style:none;width:100%;overflow:hidden;left:0;}
        .slider ul li{position:absolute;display:block;float:left;margin:0;padding:0;width: 100%;text-align:center;transition: ease-out 0.4s;color: #fff;font-size: 22px;display: flex;}
        .slider ul li span{margin:auto;color: #AEAEAE;font-weight: 400;font-family: 'Noto Serif Display';font-style: italic;}
        .slider ul li.active{left: 0;}
        .slider ul li.slider2{}
        .slider ul li.slider3{}
        .slider ul li.slider4{background: #8FC33A;height:350px;}
        .slider ul li.slider5{background: #F7882F;}
        .slider ul li.slider6{background: #43C0F6}
        .slider ul li.slider7{background: #F81B84;}
        /*controls*/
        .controls{-webkit-transition:all 0.5s ease;opacity: 0;}
        .control_prev,
        .control_next{position:absolute;top:40%;z-index:999;display:block;padding:20px;width:auto;height:auto;background:rgba(51, 51, 51, 0.33);color:#fff;text-decoration:none;font-weight:600;font-size:18px;opacity:0;cursor:pointer;}
        .slider:hover .controls{-webkit-transition:all 0.5s ease;opacity: 1;}
        .slider:hover .controls .control_prev,
        .slider:hover .controls .control_next{opacity:0.8}
        .control_prev{left:0;border-radius: 0 10px 10px 0;}
        .control_next{right:0;border-radius:10px 0 0 10px;}
        .slider:hover .controls .control_prev:hover,
        .slider:hover .controls .control_next:hover{opacity:1;-webkit-transition:all 0.2s ease;}
        @media(max-width: 575px){
            .banner{
                display: none;
            }
              .mob-text {
                         position: absolute;
                         width: 100%;
                         bottom: 0%;
                         background: #000000d9;
                         z-index: 9999;
                         padding: 10px;
                         }
                .mob-text  p{
                    
                }
            .mob-text h1 {
    font-size: 40px;
    color: #fff;
    font-weight: 500;
}
        }
        @media(min-width: 576px) {
            #asad{
                display: none;
            }
                    }
#asad img{
    width:100%;
    height: 540px;
    object-fit:cover;
}
#owl-demo .owl-nav{position: absolute;top: -35px;right: 5%;}
#owl-demo .owl-prev{margin-right: 10px;}
#owl-demo .owl-next img{width: 40px;}
#owl-demo .owl-next{

}
#owl-demo .owl-prev img{width: 40px;}

#demo-content {
    padding-top: 100px;
}

#loader-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000000;
}

#loader {
  display: block;
  position: relative;
  left: 50%;
  top: 50%;
  width: 150px;
  height: 150px;
  margin: -75px 0 0 -75px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #f2f2f2;
  
    -webkit-animation: spin 2s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
          animation: spin 2s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
  z-index:1001;   
}

    #loader:before {
    content:"";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #f2f2f2;
    
      -webkit-animation: spin 3s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
          animation: spin 3s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
  }

      #loader:after {
    content:"";
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #f2f2f2;
    
     -webkit-animation: spin 1.5s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
               animation: spin 1.5s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
  }
  
      @-webkit-keyframes spin { 
           0%   { 
           -webkit-transform: rotate(0deg);  /* Chrome, Opera 15+, Safari 3.1+  */
           -ms-transform: rotate(0deg);  /* IE 9 */
           transform: rotate(0deg);  /* Firefox 16+, IE 10+, Opera */
        }

            100% { 
           -webkit-transform: rotate(360deg);  /* Chrome, Opera 15+, Safari 3.1+  */
           -ms-transform: rotate(360deg);  /* IE 9 */
           transform: rotate(360deg);  /* Firefox 16+, IE 10+, Opera */

         }
        }

        @keyframes spin {
           0%   { 
           -webkit-transform: rotate(0deg);  /* Chrome, Opera 15+, Safari 3.1+  */
           -ms-transform: rotate(0deg);  /* IE 9 */
           transform: rotate(0deg);  /* Firefox 16+, IE 10+, Opera */

       }

           100% { 
           -webkit-transform: rotate(360deg);  /* Chrome, Opera 15+, Safari 3.1+  */
           -ms-transform: rotate(360deg);  /* IE 9 */
           transform: rotate(360deg);  /* Firefox 16+, IE 10+, Opera */

       }
    }
  
      #loader-wrapper .loader-section {
        position:fixed;
        top: 0;
        width: 51%;
        height: 100%;
        background: #ffffff;
        z-index: 1000;
    }
    
    #loader-wrapper .loader-section.section-left {
      left:0;
    }
    
    #loader-wrapper .loader-section.section-right {
      right:0;
    }
    
    /* Loaded Styles */
    .loaded #loader-wrapper .loader-section.section-left {
           -webkit-transform: translateX(-100%);  /* Chrome, Opera 15+, Safari 3.1+  */
               -ms-transform: translateX(-100%);  /* IE 9 */
                   transform: translateX(-100%);  /* Firefox 16+, IE 10+, Opera */

            -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045,0.355, 1.000);  /* Android 2.1+, Chrome 1-25, iOS 3.2-6.1, Safari 3.2-6  */
                    transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045,0.355, 1.000);  /* Chrome 26, Firefox 16+, iOS 7+, IE 10+, Opera, Safari 6.1+  */        
    }
    
    .loaded #loader-wrapper .loader-section.section-right {
           -webkit-transform: translateX(100%);  /* Chrome, Opera 15+, Safari 3.1+  */
               -ms-transform: translateX(100%);  /* IE 9 */
                   transform: translateX(100%);  /* Firefox 16+, IE 10+, Opera */ 

            -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045,0.355, 1.000);  /* Android 2.1+, Chrome 1-25, iOS 3.2-6.1, Safari 3.2-6  */
                    transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045,0.355, 1.000);  /* Chrome 26, Firefox 16+, iOS 7+, IE 10+, Opera, Safari 6.1+  */        
    }   
    .loaded #loader {
      opacity: 0;
      
            -webkit-transition: all 0.3s ease-out;  /* Android 2.1+, Chrome 1-25, iOS 3.2-6.1, Safari 3.2-6  */
                    transition: all 0.3s ease-out;  /* Chrome 26, Firefox 16+, iOS 7+, IE 10+, Opera, Safari 6.1+  */     
    }
    .loaded #loader-wrapper {
      visibility: hidden;
           -webkit-transform: translateY(-100%);  /* Chrome, Opera 15+, Safari 3.1+  */
               -ms-transform: translateY(-100%);  /* IE 9 */
                   transform: translateY(-100%);  /* Firefox 16+, IE 10+, Opera */      
      
            -webkit-transition: all 0.3s 1s ease-out;  /* Android 2.1+, Chrome 1-25, iOS 3.2-6.1, Safari 3.2-6  */
                    transition: all 0.3s 1s ease-out;  /* Chrome 26, Firefox 16+, iOS 7+, IE 10+, Opera, Safari 6.1+  */        
    }

.loader {
  height: 3px;
  width: 250px;
  display: block;
  top: 46%;
  --c: no-repeat linear-gradient(#dc8b26 0 0);
  background: var(--c), var(--c), #c25507;
  background-size: 60% 100%;
  animation: l16 3s infinite;
  position: relative;
  z-index: 1001;
  margin-left: auto;
  margin-right: auto;
}
@keyframes l16 {
  0%   {background-position:-150% 0,-150% 0}
  66%  {background-position: 250% 0,-150% 0}
  100% {background-position: 250% 0, 250% 0}
}


.loaded .loader {
    opacity: 0;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}


#content {
    margin: 0 auto;
    padding-bottom: 50px;
    width: 80%;
    max-width: 978px;
}




@keyframes pulsing {

  to {

    box-shadow: 0 0 0 30px rgba(232, 76, 61, 0);

  }

}


.contact_icon {
    background-color: #ffffff;
    color: #fff;
    width: 60px;
    height: 60px;
    font-size: 30px;
    border-radius: 50px;
    text-align: center;
    box-shadow: 2px 2px 3px #999;
    position: fixed;
    bottom: 15px;
    right: 25px;
    z-index: 1111;
    transform: translatey(0px);
    animation: pulse 1.5s infinite;
    box-shadow: 0 0 0 0 #ffffff;
    -webkit-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -moz-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -ms-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    font-weight: normal;
    font-family: sans-serif;
    text-decoration: none !important;
    transition: all 300ms ease-in-out;
}


.contact_icon img{
    width: 28px;
    /* -webkit-filter: brightness(0) invert(1); */
    /* filter: brightness(0) invert(1); */
    top: 4px;
    position: relative;
}

.say-hi{
    float: left;
    position: fixed;
    bottom: 23px;
    right: 102px;
    z-index: 1111;
    background: white;
    border-radius: 8px;
    font-size: 15px;
    color: black;
    font-weight: 500;
    padding: 15px;
    padding-top: 6px;
    padding-bottom: 7px;
}

.wave {
  animation-name: wave-animation;  /* Refers to the name of your @keyframes element below */
  animation-duration: 2.5s;        /* Change to speed up or slow down */
  animation-iteration-count: infinite;  /* Never stop waving :) */
  transform-origin: 70% 70%;       /* Pivot around the bottom-left palm */
  display: inline-block;
}

@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) }
}

.ftr-hand {
    width: 21px;
    margin-left: -1px;
    position: relative;
    top: -1px;
    margin-right:0px;
}

.chatnew_icon {
    background-color: #ec3396;
    color: #fff;
    width: 60px;
    height: 60px;
    font-size: 30px;
    border-radius: 50px;
    text-align: center;
    box-shadow: 2px 2px 3px #999;
    position: fixed;
    bottom: 104px;
    right: 25px;
    z-index: 1111;
    transform: translatey(0px);
    animation: pulse 1.5s infinite;
    box-shadow: 0 0 0 0 #ec3396;
    -webkit-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -moz-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -ms-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    font-weight: normal;
    font-family: sans-serif;
    text-decoration: none !important;
    transition: all 300ms ease-in-out;
}


.sticky-icon {
    z-index: 999;
    position: fixed;
    top: 34%;
    right: 2%;
    width: 53px;
    height:106px;
    background:#dc8b26;
    display: flex;
    flex-direction: column;
    border-radius: 50px;
}

.st-tel{
  width: 53px;
    height: 53px;
   
    border-radius: 50px;
    text-align: center;  
}

.st-tel:hover{
     background: #000000;
}

.st-tel:hover img {
        -webkit-filter: brightness(0) invert(1);
    filter: none; 
}

.st-tel img{
   -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
    width: 25px;
    top: 12px;
    position: relative;
}


.st-mail{
  width: 53px;
    height: 53px;
   margin-top: 1px;
    border-radius: 50px;
    text-align: center;  
}

.st-mail:hover{
     background: #000000;
}

.st-mail img{
   -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
    width: 25px;
    top: 12px;
    position: relative;
}.odometer.odometer-auto-theme, .odometer.odometer-theme-default {
    line-height: 1.1em;
    font-family: 'Neue Montreal' !important;
}
.arrow-vect{
        position: relative;
        top: 1px;
        width: 12px;
        left: 4px;
}
.bdr-rd1{
    border-top-left-radius:10px; border-top-right-radius:10px;
}.bdr-rd2{
    border-bottom-left-radius:10px; border-bottom-right-radius:10px;
}
.all-pro{
    width: 100%;
    float: left;
    margin-top: 30px;
    background: #bc4d03;
    border-radius: 10px;
}
.all-pro a{
    width: 100%;
    float: left;
    font-size: 18px;
    padding: 20px 10px;
    border-bottom: 1px solid #b96732;
    color: #fff;
    text-decoration: none;
    /* border-radius: 10px; */
    margin-bottom: 0px;
}
.all-pro a:hover{
    background: #f69c2a;
}
.all-pro a.act{
    background: #e88921;
}


.hidden-input-field {
        opacity: 0;
        position: absolute;
        top: 0;
        left: 0;
        height: 0;
        width: 0;
        z-index: -1;
    }