@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap');
body{
	font-family: "Manrope", sans-serif;
  font-weight: 500;
  font-style: normal;
}
.creditbar-inner-wrap a {
    cursor: pointer;
}

header{
  	padding: 20px 0;
  border-bottom: 1px solid #eee;
}
p.err-msg {
    font-size: 12px !important;
    color: red !important;
}
span.thank-text {
    display: block;
    font-size: 20px;
    font-weight: 700;
    padding-bottom: 10px;
    color: #135b9e;
}
p.thank-you-msg {
    text-align: left;
    padding: 2rem 1rem;
    background: #ffffff70;
    margin: 2rem 0;
  	width:80%;
}

.banner-slider-section .swiper-slide .banner-background.inherit{
    object-fit: inherit;
}

#homepage-popup-thanks span.thank-text{color:#fff;}
#homepage-popup-thanks p.thank-you-msg {
    background: #0000002e;
}

header .container{
 width: 100%;
 max-width: 90%;
  margin: 0 auto;
  display:flex;  
  justify-content: space-between;
  align-items: center;
}

.menu-wrap{
 display: flex; 
}

.logo-img{
	display:block;
  width: 160px
}

.header ul {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
}

.header li a {
  display: block;
  padding: 10px 20px;
  text-decoration: none;
  color: #231F20;
  font-weight: 400;
  cursor: pointer;
}

.header li a:hover,
.header .menu-btn:hover {
  background-color: #f4f4f4;
}

.header .logo {
  display: block;
  float: left;
  font-size: 2em;
  padding: 10px 20px;
  text-decoration: none;
}

.header .early-access-btn {
    background: #135B9E;
  color:#fff;
}

/* menu */

.header .menu {
  clear: both;
  max-height: 0;
  transition: max-height .2s ease-out;
}

/* menu icon */

.header .menu-icon {
  cursor: pointer;
  display: inline-block;
  float: right;
  padding: 28px 20px;
  position: relative;
  user-select: none;
  display: none;
}

.header .menu-icon .navicon {
  background: #333;
  display: block;
  height: 2px;
  position: relative;
  transition: background .2s ease-out;
  width: 18px;
}

.header .menu-icon .navicon:before,
.header .menu-icon .navicon:after {
  background: #333;
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  transition: all .2s ease-out;
  width: 100%;
}

.header .menu-icon .navicon:before {
  top: 5px;
}

.header .menu-icon .navicon:after {
  top: -5px;
}

/* menu btn */

.header .menu-btn {
  display: none;
}

.header .menu-btn:checked ~ .menu {
  max-height: 240px;
}

.header .menu-btn:checked ~ .menu-icon .navicon {
  background: transparent;
}

.header .menu-btn:checked ~ .menu-icon .navicon:before {
  transform: rotate(-45deg);
}

.header .menu-btn:checked ~ .menu-icon .navicon:after {
  transform: rotate(45deg);
}

.header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before,
.header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
  top: 0;
}
.swiper-reels .swiper-slide-container img {
    height: 100%;
    object-fit: cover;
}

.header li a:hover, .header .menu-btn:hover {
    background-color: transparent;
    color: #003E77;
}
a.early-access-btn {
    border: 1px solid #135B9E;
}

/* 48em = 768px */

@media (min-width: 992px) {
  .header li {
    float: left;
  }
  .header li a {
    padding: 10px 30px;
  }
  .header .menu {
    clear: none;
    float: right;
    max-height: none;
  }
  .header .menu-icon {
    display: none;
  }
}

.swiper-reels .swiper-wrapper{
  height: 80%;
    margin-top: 30px;
}

.swiper-reels .swiper-slide-container {
    width: 100%;
}

video.carousel-video {
    width: 100%;
    //height: 500px;
  object-fit: cover;
    height: 100%;
    object-position: top;
}
.section-wrap {
    height: 80% !important;
}
.swiper-products .swiper-slide {
    height: 100%;
}

.swiper-products .swiper-button-prev, .swiper-products .swiper-button-next {
    color: #000;
}
.branches-slider {
    width: 90% !important;
    height: 100%;
    overflow: hidden;
    margin: auto;
}
h2.elementor-heading-title, .mrp-head {
    font-family: Manrope;
    font-size: 56px;
    font-weight: 700;
    text-align: center;
    color: #231F20;
}
.branches-slider h2.elementor-heading-title {
    margin-bottom: 1.5rem;
}

.branch-slide{height:100% !important;position:relative}

.branch-slide .image-overlay{display:none}
.branch-slide img{height:100% !important;object-fit:cover;}

.branch-slide:hover .image-overlay{
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(35, 31, 32, 0) 81.67%, #231F20 100%);
}

.reels-slider-section .swiper-slide:nth-child(odd) {
    transform: rotateZ(0deg);
}
.about-section-wrap{background: #e6f2ea;}
.about-section-wrap {
    background: #e6f2ea !important;
}
.location-wrap{
	height:80% !important;
  overflow: hidden;
}



.swiper-button-next, .swiper-button-prev{color:#000;}


/* Banner CSS */

.banner-wrap {
  width: 90%;
  height: 100%;
  margin: auto;
  display: flex;
  align-items: center;
  gap: 40px;
}

.banner-image-wrap {
  height: 100%;
  width: 40%;
}

.banner-image-wrap img {
  height: 100%;
  width: 100%;
  display: block;
  object-fit: cover;
  object-position: top;
}

.banner-image-wrap img.mobile{
  display: none;
}

.banner-slider-section .swiper-slide {
  position: relative;
}

.banner-slider-section .swiper-slide .banner-background {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
}

.banner-slider-section .swiper-slide .banner-background.mobile {
  display: none;
}

.banner-slider-section .swiper-slide .banner-background {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
  z-index: -1;
  object-position: top;
}

.banner-slider-section .swiper-slide.first-slide .banner-image-wrap img {
  object-fit: contain;
  object-position: center;
}

.banner-content {
  text-align: center;
  width: 60%;
}

.banner-content .quote-text {
  font-size: 28px;
  color: #135B9E;
  font-weight: 500;
  margin-bottom: 20px;
}

.banner-content .heading {
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 40px;
}

.banner-content .banner-tag {
  font-size: 48px;
  font-weight: 800;
}

.banner-slider-section .swiper-slide.third-slide .banner-content .banner-tag {
  margin-bottom: 10px;
}

.banner-content .sub-heading {
  font-size: 24px;
}

@media (max-width:1200px) {
  .banner-content .quote-text {
    font-size: 24px;
  }

  .banner-content .heading {
    font-size: 32px;
  }

  .banner-content .banner-tag {
    font-size: 44px;
  }

  .banner-content .sub-heading {
    font-size: 22px;
  }
}

@media (max-width:640px) {
  .banner-wrap {
    flex-direction: column-reverse;
    height: 100%;
    gap: 0;
    justify-content: flex-end;
  }

  .banner-slider-section .swiper-slide .banner-background.desktop {
    display: none;
  }

  .banner-slider-section .swiper-slide .banner-background.mobile {
    display: block;
    width: 100%;
    object-fit: fill;
    height: 100%;
    object-position: top;
    }
  

  .banner-content {
    width: 100%;
  }

  .banner-image-wrap {
    width: 100%;
    height: 50%;
  }

  .banner-content .quote-text {
    font-size: 18px;
  }

  .banner-content .heading {
    font-size: 22px;
    margin-bottom: 20px
}

.banner-content .banner-tag {
  font-size: 28px;
}

.banner-image-wrap img.mobile{
  display: block;
  object-fit: cover;
}

.banner-image-wrap img.desktop{
  display: none;
}
  
    .show-desktop-banner{display:none;}

}


    *{margin:0;padding:0;}
    img{height:auto;width:100%;max-width:100%;}
    a{text-decoration:none;}
    p{margin:0;}
    .mrp-head{font-family:"Manrope", sans-serif;font-optical-sizing:auto;font-weight:700;font-style:normal;}
    .tiger-para{padding:40px 0;}
    .left{width:89%;}
    .tiger-head{font-size:68px!important;font-weight:700;line-height:81.6px;color:#231F20;}
    .right{width:100%;}
    .right img{object-fit:contain; height:100%;transform: scale(1.2);}
    .tiger-btn{padding:16px 20px;background-color:#135B9E;border:none;cursor:pointer;text-decoration:none!important;}
    .btn{color:white;text-decoration:none;font-family:"Manrope", sans-serif;font-optical-sizing:auto;font-size:17px;font-weight:500;}
    .btn-cont{margin-top:16px;}
    .tiger-btn:hover{background-color:white;border:1px solid #135B9E;color:#135B9E;}
    .carousel-image{object-fit:cover;}
    .right-mobile{display:none;}
    .img-caps{display:none;width:100%;position:absolute;bottom:10px;font-family:"manrope", sans-serif;font-size:30px;font-weight:700;text-align:center;color:#fff;margin:0!important;}
    .timeline-slider{margin:0 auto;}
    .img-caps{text-transform:uppercase;}
    .swiper-products{width:90%!important;max-width:100%!important;margin-left:auto!important;}
  .swiper-reels{width:90%!important;max-width:100%!important;}
    //.branches-slider .swiper-wrapper{justify-content:center!important;}
    .img-caption{display:none;position:absolute;bottom:0;text-align:center;width:100%;color:white;font-family:"manrope", sans-serif!important;font-size:50px;font-weight:700!important;color:white!important;text-transform: uppercase;}
    .bg-gradient-08  .swiper-products-wrap .swiper-slide{height:auto!important;}
    .branches-slider .branch-slide:hover .img-caption{display:block!important;}
    .swiper-products .swiper-button-prev,.swiper-products .swiper-button-next{bottom:90px!important;}
    .static-text,.img-slide,.dynamic-text,.timeline{text-align:center;}
    .swiper-slide.carousel-item .img-slide{visibility:hidden;}
    .static-text{display:none;}
    .static-texts{position:absolute;top:0;z-index:5;left:6%;}
    .static-texts h2{font-size:56px;}
    .timeline{display:flex;align-items:center;justify-content:space-between;position:absolute;bottom:10%;width:100%;padding:0 32px;}
    .line{height:25px;width:0;border:1px solid #231F2033;}
    .img-slide img{width:100%;}


/*location slider */
.swiper-location {
    width: 90% !important;
    max-width: 100% !important;
    margin: 20px auto !important;
}

.swiper-location .swiper-wrapper {
    height: 80%;
    margin-top: 30px;
}

.swiper-location .swiper-slide {
    height: auto;
}

.swiper-slide-container.swiper-location-slide {
    height: 100%;
    width: 100%;
}

.swiper-slide-container.swiper-location-slide img{
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.swiper-location-slide:hover figcaption{
 display: block; 
}

    //@media (max-width:1490px){
    .mrp-head{font-size:68px!important;}
    }
    @media (max-width: 1280px){
    .static-texts h2{font-size:36px;margin-bottom:0;margin-top:0;}
    }

    @media (max-width:1024px){
    .tiger-para{padding:15px 0;}
    
    h2{font-size:40px!important;}
    }
    @media (max-width: 995px){
    .static-texts{position:relative;padding-left:6%;left:0;padding-right:5%;}
    .static-texts h2 br{display:none;}
    .line{border:1px solid white;}
    }
    @media screen and (min-width: 768px) and (max-width: 995px){
    .line{border:1px solid #231f2061;}
    }
    @media (max-width:768px){
    .carousel-item{height:100dvh;}
    .timeline-slider{height:85vh;}
    .timeline-slider .carousel-item{height:100%;}
    .timeline{bottom:20%;}
    .right-mobile{display:flex;justify-content:end;margin-top:-100px;z-index:0;}
    .btn{z-index:5;position:relative;}
    .right-mobile img{height:471px;width:295px;}
    .left{margin:20px;}
    
    .timeline-slider .static-text,.timeline-slider .dynamic-text{display:block;}
    .timeline span{font-size:48px;font-weight:500;line-height:0.5;color:#FFFFFF;}
    .timeline .line{border-color:#FFFFFFB2;}
    .mrp-head{font-size:38px!important;line-height:45px!important;font-weight:700;margin-bottom:15px;}
    h2{font-size:38px!important;}
    .tiger-para{font-size:13px!important;font-weight:400!important;line-height:19.5px;padding:0;margin:10px 0;position:relative;z-index:3;}
    .tiger-btn{padding:16px 18px;font-size:13px;font-weight:500;}
    .dynamic-text p{text-align:left;}
    .img-slide{padding:15px;}
    .static-text p{margin:0;}
    .timeline-slider .carousel-image{height:410px!important;}
    }
    @media (max-width:600px){
    .timeline-slider img{height:310px!important;}
    .timeline{bottom:25%;}
    }
    @media (max-width:450px){
    .timeline-slider .carousel-image{height:350px!important;}
    }
    @media (max-width:425px){
    .img-slide img{height:410px;}
    .timeline-slider .carousel-image{height:310px!important;}
    }
    @media (max-width:375px){
    .img-slide img{height:350px;}
    }
    .tiger-btn:hover{background-color:white;border:0;}
    .tiger-btn{transition:all 0.5s ease-out;}
    .show-mobile{display:none;}
    .vertical-scroll{height:auto;overflow:hidden;position:relative;}
    @media only screen and (min-device-width: 320px) and (max-device-width: 767px){
    .show-desktop{display:none;}
    .show-mobile{display:block;}
    //.swiper-container-h img{height:100%;object-fit:fill;}
    }
   
    /*! CSS Used from: Embedded */
    //.swiper-container{width:100%;height:100dvh;}
   // .swiper-slide{text-align:center;font-size:18px;background:#fff;display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;height:100dvh;}
    .swiper-container-h .swiper-pagination-bullet{border-radius:2px;width:12px;height:12px;rotate:45deg;background:#000000;margin-right:10px !important}
    .swiper-container-h .swiper-pagination.swiper-pagination-bullets.swiper-pagination-horizontal{top:auto;bottom:20px;}
    .about-section{display:flex;grid-template-columns:50% 50%;align-items:center;width:90%;margin:auto;max-width:100%;}
      h2.mrp-head.tiger-head {
        font-family: Manrope;
        font-weight: 700;
        line-height: 75.6px;
        letter-spacing: -0.03em;
        text-align: left;
        font-size: 60px !important;
        margin-bottom: 18px;
  }
    p.mrp-para.tiger-para{padding-top:0;text-align:left;color:#231F20CC;font-weight:400;padding-bottom:25px;font-size: 16px;}
    .tiger-btn{font-size:14px;font-weight:500;border-radius:2px;padding:16px;border:1px solid transparent;}
    .btn-cont{text-align:left;}
    a.tiger-btn.btn:hover{border:1px solid #135B9E;}
    .swiper-products{width:100%;margin:20px auto;}
    .swiper-product-slide{text-align:center;font-size:18px;background:aliceblue;height:auto;max-width:600px;margin:auto;display:flex;align-items:center;}
    //.swiper-products{padding-top:2rem;}
    .swiper-product-slide:hover .img-caps{display:block;}
    .swiper-product-slide .img-caps{display:none;}
    .swiper-product-slide{position:relative;    height: 100%;}
.swiper-product-slide img {
    height: 100%;
    object-fit: cover;
}
    .img-caps{background:rgba(0, 0, 0, 0.5);bottom:0;}
    .swiper-products .swiper-button-prev,.swiper-products .swiper-button-next{width:30px;height:30px;padding:20px;}
    //.swiper-button-next{left:53%!important;}
    .swiper-products-wrap{align-items:center;}
    //.swiper-products-wrap .swiper-slide{height:650px!important;}
    .timeline-slider{display:flex;}
    .swiper-slide.carousel-item{display:flex;align-items:center;justify-content:center;flex-direction:column;width:33.3333%;box-sizing:border-box;}
    .static-text,.img-slide,.dynamic-text,.timeline{text-align:center;}
    .swiper-slide.carousel-item .dynamic-text{visibility:visible;width:70%;text-align:left;}
    .swiper-slide.carousel-item .img-slide{visibility:hidden;}
    .swiper-slide.carousel-item{position:relative;}
    .swiper-slide.carousel-item .dynamic-text{position:absolute;}
    .swiper-slide.carousel-item .timeline{position:absolute;bottom:10%;font-size:36px;color:#231f2061;}
    .static-text{display:none;}
    .static-texts{position:absolute;top:9.2%; z-index:5;left:6%;}
    .static-texts h2{
      width: 400px;
      font-family: Manrope;
      font-size: 56px;
      font-weight: 700;
      line-height: 61.6px;
      text-align: left;
      text-transform: capitalize;
	}
    .static-texts p {
        text-align: justify;
        margin-bottom: 15px;
    }
    .timeline{display:flex;align-items:center;justify-content:space-between;position:absolute;bottom:10%;width:100%;padding:0 32px;}
    .line{height:25px;width:0;border:1px solid #231F2033;}
    .img-slide img{width:100%;}
    @media (max-width: 1280px){
    .static-texts h2{font-size:36px;margin-bottom:0;margin-top:0;}
    }
    @media (max-width: 995px){
    .static-texts{position:relative;padding-left:6%;left:0;padding-right:5%;}
    .static-texts h2 br{display:none;}
    .line{border:1px solid white;}
    .swiper-slide.carousel-item .timeline{position:absolute;bottom:10%;font-size:36px;color:white;}
    }
    @media screen and (min-width: 768px) and (max-width: 995px){
    .swiper-slide.carousel-item .timeline{position:absolute;bottom:10%;font-size:36px;color:#231f2061;}
    .line{border:1px solid #231f2061;}
    }
    @media screen and (max-width: 768px){
    .swiper-slide.carousel-item .dynamic-text{visibility:visible!important;position:relative;width:100%;}
    .swiper-slide.carousel-item .timeline{position:absolute;bottom:25%;font-size:36px;color:white;}
    }


    .contact-details h4{color:#FFFFFF;font-family:"Manrope", Sans-serif;font-size:40px;font-weight:700;line-height:48px;margin-bottom:10px;}
.contact-details{position:absolute;bottom:50px;padding-left:5%;text-align:left;}
.contact-details img{width:20px;margin-right:10px;}
.contact-section{display:grid;grid-template-columns:50% 50%;align-items:center;background:#F2EFEA;}
.elements-wrap img{width:21px;}
.contact-content h2{font-family:Manrope;font-size:56px;font-weight:700;text-align:left;margin-bottom:20px}
.contact-section{display:grid;grid-template-columns:47% 47%;align-items:center;background:#F2EFEA;grid-column-gap:6%;position:relative;}
.elements-wrap {
    text-align: justify;
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}
.elements-wrap img{margin-right:8px;}
.elements-wrap span{margin-right:20px;font-family:Manrope;font-size:18px;font-weight:400;line-height:21.6px;text-align:left;color:#231F20;}
.contact-form-wrap{padding-top:1rem;padding-right:10%;padding-bottom: 1rem;}
.form-main-wrap{margin-top:1rem;}
.form-main-wrap span.wpcf7-form-control-wrap{margin-bottom:10px;}
.form-main-wrap .wpcf7-form-control.wpcf7-text{margin-bottom:0!important;}
.form-main-wrap input::placeholder{color:#231F20!important;font-family:Manrope;font-size:18px;font-weight:400;line-height:19.8px;text-align:left;}
.form-main-wrap  input[type="submit"]{margin-top:20px;transition:all 0.5s ease-out;}
.form-main-wrap input[type="submit"]:hover{background:transparent!important;color:#135B9E;border:1px solid #135B9E;}
p.alert-message{font-family:Manrope;font-size:12px;font-weight:300;line-height:18px;text-align:left;color:#231F20;}
.form-main-wrap .wpcf7 input.wpcf7-form-control:not([type=submit]){border-bottom:1px solid #231F20!important;border-radius:0!important;}
.contact-details a{
	color: #FFFFFFCC;
    display: flex;
    text-decoration: none !important;
    align-items: center;
}
.credit-wrapper{width:90%;max-width:100%;margin:auto;display:grid;grid-template-columns:60% 40%;align-items:center;}
.creditbar-wrap{background:#001426;padding:5px 0;}
.creditbar-inner-wrap{display:flex;color:#fff;align-items:center;}
.credit-social-wrap img{width:26px;margin:0 10px;}
.credit-social-wrap{text-align:end;}
.creditbar-inner-wrap p{margin-bottom:0;}
.creditbar-inner-wrap li{padding-right:3rem;position:relative;display: flex;align-items: center;}
.creditbar-inner-wrap li:before{content:'';position:absolute;width:8px;height:8px;left:-28px;border-radius:2px;rotate:45deg;background:#FFFFFF33;}
.creditbar-inner-wrap ul {
    display: flex;
    align-items: center;
    padding-left: 0;
    list-style: none;
}
.creditbar-inner-wrap a,.creditbar-inner-wrap p{font-family:Manrope;font-size:12px;font-weight:300;line-height:16.8px;text-align:right;color:#FFFFFF;text-decoration:none!important;}
.creditbar-inner-wrap li:first-child:before{display:none;}
.contact-offers {
    display: flex;
    align-items: center;
}
.form-field input{
    margin-bottom: 18px;
    font-weight: 300;
    font-size: 14px;
    line-height: 1.5rem;
    background: #FFFFFF1A;
    border: none !important;
    box-shadow: none !important;
}
 
.form-field input{
    border-bottom: 1px solid #231F20 !important;
    border-radius: 0 !important;
    width: 100%;
    padding: 12px 16px;
    height: 60px !important;
    font-size: 14px !important;
}
 
.form-field input:focus-visible{
    border: 0;
    outline: 0;
}
 
.err-msg{
    display: none;
}
 
 
.submit-btn{
    font-family: "manrope", sans-serif !important;
    width: 100% !important;
    background-color: #135B9E !important;
    border-radius: 4px;
    font-Weight: 500;
    font-Size: 14px !important;
    Line-height: 14px;
    color: white;
    margin-top: 20px;
    transition: all 0.5s ease-out;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05);
    padding: 20px 40px;
    border: 1px solid transparent;
  	margin-bottom: 15px;
    cursor: pointer;
}
 
.submit-btn:hover{
    background: transparent !important;
    color: #135B9E;
    border: 1px solid #135B9E;
}

.swiper-container{width:100%;height:calc(100dvh - 82px);}
.swiper-slide{text-align:center;font-size:18px;background:#fff;display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;height:calc(100dvh - 82px);}
.swiper-products{width:100%;margin:20px auto;}
//.swiper-products{padding-top:2rem;}
.img-caps{background:rgba(0, 0, 0, 0.5);bottom:0;}
.swiper-products .swiper-button-prev,.swiper-products .swiper-button-next{width:30px;height:30px;padding:20px;}
.swiper-button-next:after,.swiper-button-prev:after{font-size:40px!important; font-weight:800;}
//.swiper-button-next{left:53%!important;}
.swiper-products-wrap{align-items:center;height: 80%;margin-top: 30px;}
//.swiper-products-wrap .swiper-slide{height:650px!important;}

.disable-scroll::-webkit-scrollbar{
	display:none;
}


.disable-scroll{
    min-height: 100dvh;
    overflow: hidden;
    position: fixed;
    width: 100%;
}

.disable-scroll .site-content{
	overflow:hidden;
}


.mySwiper {
    width: 90%;
    height: 100%;
    overflow: hidden; 
    margin: auto;
}
.mySwiper .swiper-wrapper {
    display: flex;
}
.mySwiper .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 33.3333%; /* Adjust to show 3 slides at a time */
    box-sizing: border-box;
}
.mySwiper .static-text,
.mySwiper .img-slide,
.mySwiper .dynamic-text,
.mySwiper .timeline {
    text-align: center;
}



.mySwiper .swiper-slide.carousel-item .dynamic-text {
    visibility: visible;
    width: 70%;
text-align: left;
}
.mySwiper .swiper-slide.carousel-item .img-slide, .swiper-slide.carousel-item.swiper-slide-active 
.dynamic-text,.swiper-slide.carousel-item.swiper-slide-prev .dynamic-text {
    visibility: hidden;
}
.mySwiper .swiper-slide.carousel-item.swiper-slide-active .img-slide {
    visibility: visible;
}
.mySwiper .swiper-slide {
    position: relative;
}
.mySwiper .swiper-slide .dynamic-text {
    position: absolute;
}

.mySwiper .swiper-slide.carousel-item .timeline{
    position: absolute;
    bottom: 16.8%;
    font-size: 36px;
    color: #231f2061;

}
.mySwiper .swiper-slide.carousel-item.swiper-slide-active .timeline {
    color: white;
    font-size: 50px !important;
    bottom: 15.8%;
}
.mySwiper .static-text { display: none; }
.mySwiper .static-texts {
    position: absolute;
    top: 0;
    z-index: 5;
    left: 6%;

}
.mySwiper .static-texts h2  {
    font-size: 56px;
}
.mySwiper .timeline {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    bottom: 10%;
    width: 100%;
    padding: 0 32px;
}

.mySwiper .line {
    height: 25px;
    width: 0;
    border: 1px solid #231F2033;
}
.mySwiper .img-slide img {
    width: 100%;
}
@media (max-width: 1280px) {
    .mySwiper .static-texts h2 {
        font-size: 36px;
        margin-bottom: 0;
        margin-top: 0;

    }
}

@media (max-width: 995px) {
    .mySwiper .swiper-slide.carousel-item.swiper-slide-active .img-slide{
        visibility: visible;
    }
    .mySwiper .swiper-main-container {
        display: flex;
        flex-direction: column-reverse;
    }
    .mySwiper .static-texts {
        position: relative;
        padding-left: 6%;
        left: 0;
        padding-right: 5%;
    }
    .mySwiper .static-texts h2 br {
        display: none;
    }
    .mySwiper .line {
        border: 1px solid white;
    }
    .mySwiper .swiper-slide.carousel-item .timeline {
        position: absolute;
        bottom: 10%;
        font-size: 36px;
        color: white;
    }
}

//@media screen and (min-width: 768px) and (max-width: 995px){
  
    .mySwiper .swiper-slide.carousel-item.swiper-slide-active .dynamic-text {
        visibility: visible;
    }
    .mySwiper .swiper-slide.carousel-item .timeline {
        position: absolute;
        top: -70px;
        font-size: 36px;
        color: #231f2061;
    }
    .mySwiper .line {
        border: 1px solid #231f2061;
    }
}

@media screen and (max-width: 768px){ 
    .mySwiper  .swiper-slide.carousel-item .dynamic-text {
        visibility: visible !important;
        position: absolute;
        width: 100%;
        bottom: 20px;
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.3));
    }
    .mySwiper  .swiper-slide.carousel-item .timeline {
        position: absolute;
        top: -70px;
        font-size: 36px;
        bottom: unset !important;
        color: black;
    }
}

@media screen and (max-width: 640px){
 .swiper-container{width:100%;height:calc(100dvh - 82px);} 
  .swiper-container-h .swiper-pagination-bullet {
    border-radius: 2px;
    width: 8px;
    height: 8px;
    rotate: 40deg;
    background: #000000;
}
  
  .swiper-container-h .swiper-pagination.swiper-pagination-bullets.swiper-pagination-horizontal {
      top: auto;
      bottom: 40px;
	}
  
}

/* pop-up-css */

.popup {
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.4);
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  z-index: 999;
}
.popup .popup__content {
  text-align:left;
  width: 80%;
  max-width: 900px;
  padding: 0;
  background: white;
  color: black;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  box-sizing: border-box;
}
.popup .popup__content .close {
  position: absolute;
  right: 13px;
  top: 20px;
  width: 20px;
  display: block;
  z-index: 9;
}
.popup .popup__content .close span {
  cursor: pointer;
  position: fixed;
  width: 15px;
  height: 3px;
  background: #099ccc;
}
.popup .popup__content .close span:nth-child(1) {
  transform: rotate(45deg);
}
.popup .popup__content .close span:nth-child(2) {
  transform: rotate(135deg);
}

.popup-cont {
  display: grid;
  grid-template-columns: 2fr 1fr;
  background-color: #003465;
}

.contact-popup {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 20px;
  width: 80%;
  margin: 0 auto;
}

.contact-popup h2,
.contact-popup p {
  color: #FFFFFF;
}

.contact-popup h2{
  font-size: 40px;
  line-height: 1.1;
  text-align: left;
}

.contact-popup p {
  font-weight: 300;
  font-size: 14px;
  line-height: 1.5rem;
  letter-spacing: 1px;
  text-align: left
}

.privacy-cont{
	height: max-content !important;
}

.privacy-cont p{
	margin: 0 !important;
}

.img-cont-popup {
  position: relative;
  background: linear-gradient(179.98deg, rgba(0, 0, 0, 0) 51.17%, rgba(0, 0, 0, 0.5) 108.71%);
}

.img-caps-popup {
  position: absolute;
  text-align: center;
  color: #FFFFFF;
  font-size: 28px;
  width: 100%;
  bottom: 0;
  font-weight: 500;
  line-height: 1.5rem;
}

.pum-container {
  padding: 0 !important;
}

.wpcf7 input.wpcf7-form-control:not([type=submit]),
.wpcf7 textarea.wpcf7-form-control {
  margin-bottom: 18px;
  font-weight: 300;
  font-size: 14px;
  line-height: 1.5rem;
  background: #FFFFFF1A;
	border: none !important;
	box-shadow: none !important;
}

.pop-up-contact form {
  margin-top: 30px;
}

.pop-up-contact .wpcf7-submit {
  width: max-content !important;
}

.pop-up-contact input[type="submit"] {
  background-color: white !important;
  color: #231F20;
  font-size: 14px;
  line-height: 1rem;
  padding: 16px 20px 14px 20px !important;
  border-radius: 0 !important;
}

.pop-up-contact input[type="submit"]:hover {
  background-color: #063563 !important;
  color: white !important;
  border: 1px solid white;
}

.pum-theme-1303 .pum-content + .pum-close, .pum-theme-enterprise-blue .pum-content + .pum-close{
	background: none !important;
	box-shadow: none !important;
	font-size: 30px !important;
	padding: 0 !important;
	right: -60px !important;
}

.mobile-banner{
	display: none !important;
}

.terms-of-use {
    height: 100% !important;
    overflow-y: auto;
    padding: 0 20px 0 10px;
  font-size: 14px;
}

.terms-of-use h2{
	font-size: 24px !important;
	margin: 20px 0 !important;
	color: #1c5c9b;
}

.pum-theme-1302 .pum-title, .pum-theme-lightbox .pum-title{
	font-weight: 600 !important;
	font-size: 50px !important;
	line-height: 1.5 !important;
	color: #1c5c9b !important;
	background-color: #e7f2ea;
	margin: 0 !important;
	border-radius: 5px !important;
	padding-left: 15px;
}

.pum-theme-1302 .pum-content, .pum-theme-lightbox .pum-content{
	border-radius: 5px !important;
}
.limitation {
    padding-bottom: 10px;
}

.terms-of-use p {
	margin: 5px 0 !important;
}


.pum-theme-1302 .pum-container, .pum-theme-lightbox .pum-container{
	border: none !important;
}


.pum-theme-1302 .pum-content + .pum-close, .pum-theme-lightbox .pum-content + .pum-close{
	top: 10px !important;
	right: 10px !important;
}

.popup-form input::placeholder{
 	color: #fff;
 	font-weight: 300;
}

.popup-form input{
 	color: #fff 
}

.img-cont-popup img{
  height: 100%;
  object-fit: cover;
}

.popup-form .btn-wrap{
 display: flex; 
}

.popup-form .btn-wrap .submit-btn{
  width: fit-content !important;
  background-color: #fff !important;
  padding: 16px 24px;
  border-radius: 0;
  color: #231F20
}

#tnc-popup, #privacy-popup{
 position: fixed; 
}



#tnc-popup .popup__content, #privacy-popup .popup__content{
  height: 85%;
  overflow: hidden;
  padding:10px
}

#tnc-popup .popup-inner-content,  #privacy-popup .popup-inner-content{
    padding: 0;
    background-color: #e7f2ea;
    height: 100%;
  	overflow: hidden;
}

.contact-wrap {
    height: 100%;
}

.contact-wrap > img{
    height: 100%;
    object-fit: cover;
}
/* width */
 ::-webkit-scrollbar {
  width: 5px;
}

/* Track */
 ::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #888; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555; 
}
.disclaimer {
    padding-bottom: 10px;
}

    @media (max-width:1200px){
    .mrp-head,h2{font-size:36px!important;line-height:1!important;margin:0;}
    .tiger-para{padding:25px 0;}
      h2.mrp-head.tiger-head {font-size:54px!important}
    }


@media (max-width:992px){
  .button_container {
    position: relative;
    top: 0;
    right: 5%;
    height: 25px;
    width: 35px;
    cursor: pointer;
    z-index: 100;
    transition: opacity 0.25s ease;
  }
  .button_container.active .top {
    transform: translateY(11px) translateX(0) rotate(45deg);
    background: #2e3c49;
  }
  .button_container.active .middle {
    opacity: 0;
    background: #2e3c49;
  }
  .button_container.active .bottom {
    transform: translateY(-11px) translateX(0) rotate(-45deg);
    background: #2e3c49;
  }
  .button_container span {
    background: #2e3c49;
    border: none;
    height: 4px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.35s ease;
    cursor: pointer;
  }
  .button_container span:nth-of-type(2) {
    top: 11px;
  }
  .button_container span:nth-of-type(3) {
    top: 22px;
  }

  .overlay {
    position: fixed;
    background: #fff;
    top: 0;
    left: 0;
    width: 100%;
    height: 0%;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.35s, visibility 0.35s, height 0.35s;
    overflow: hidden;
  }
  .overlay.open {
    opacity: 1;
    visibility: visible;
    height: 100%;
    z-index: 9;
  }
  .overlay.open li {
    animation: fadeInRight 0.5s ease forwards;
    animation-delay: 0.35s;
    margin-bottom: 15px;
  }
  .overlay.open li:nth-of-type(2) {
    animation-delay: 0.4s;
  }
  .overlay.open li:nth-of-type(3) {
    animation-delay: 0.45s;
  }
  .overlay.open li:nth-of-type(4) {
    animation-delay: 0.5s;
  }
  
  .overlay.open li:last-child{
    display: none;
  }
  
  .overlay nav {
    position: relative;
    height: 90%;
    top: 50%;
    transform: translateY(-50%);
    font-size: 30px;
    font-weight: 600;
    text-align: left;
    width: 80%;
    margin: auto;
  }
  .overlay ul {
    list-style: none;
    padding: 0;
    margin: 0 auto;
    display: inline-block;
    position: relative;
    height: 100%;
  }
  .overlay ul li {
    display: block;
    position: relative;
    opacity: 0;
  }
  .overlay ul li a {
    display: block;
    position: relative;
    color: #000;
    text-decoration: none;
    overflow: hidden;
    font-weight: 500;
  }
  .overlay ul li a:hover:after, .overlay ul li a:focus:after, .overlay ul li a:active:after {
    width: 100%;
  }
  .overlay ul li a:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0%;
    transform: translateX(-50%);
    height: 3px;
    background: #FFF;
    transition: 0.35s;
  }

  @keyframes fadeInRight {
    0% {
      opacity: 0;
      left: 20%;
    }
    100% {
      opacity: 1;
      left: 0;
    }
  }
  
  .header .menu{
    max-height: 100%;
    transition: none
  }
}

@media (min-width:991px){
.section-wrap.product-offering, .section-wrap.swiper-products, .section-wrap.swiper-location {
    margin-top: -20px !important;
}
}


.designed-by {
  flex: 0 0 auto;
}

.designed-by p {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.2;
  color: #fff;
  margin-bottom: 4px;
}

.designed-by a {
  color: #135b9e;
  font-weight: 500;
}

.weq-logo-cont {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 4px;
    width: 100%;
    height: 27px;
    padding: 4px 10px 4px 10px;
    gap: 4px;
  position: relative;
}

.designed-by p{
  margin-bottom: 0;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}

.designed-by:hover a p {
  opacity: .7;
    text-decoration: underline;
}

.designed-by a{
  z-index: 9;
}

.weq-logo-cont:before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 50px;
    padding: 0.8px;
    background: linear-gradient(90deg, rgba(255, 255, 255, .35) 0%, rgba(242, 146, 56, .6) 100%);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    /* pointer-events: none; */
}

.weq-logo-cont p {
    font-size: 11px;
    font-weight: 400;
    line-height: 1.2;
}

.credit-wrapper{
    display: flex;
    justify-content: space-between;
}

@media (max-width:900px){
    .credit-wrapper{
        flex-wrap: wrap;
        row-gap: 10px;
    }
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
    .creditbar-inner-wrap {
         order: 0 !important; 
    }
    
    .credit-social-wrap{
        margin-bottom: 0 !important;
    }
    
    .credit-wrapper{
        flex-wrap: wrap;
    }
}

@media (max-width:600px){
 .creditbar-inner-wrap{
    flex-wrap: wrap;
    }
    
    .weq-logo-cont{
        padding:2px 5px;
    }
    
    .creditbar-inner-wrap{
        flex-direction: column-reverse;
        align-items: flex-start;
    }
    
    
    .credit-wrapper{
        gap: 10px;
    }
    
    
}
