

 /* ====== rimpa ========== */

.fullHeight-scrollElement{
    height: calc(100 * var(--vh));
    overflow: auto;
  }

  .ld_view_base.fullHeight-scrollElement{
 overflow-y: auto;
 overflow-x: hidden;
  }


  .wht_customScroll {
    scrollbar-color: rgba(255, 255, 255, 0.7) rgba(234, 234, 234, 0.5);
    scrollbar-width: thin;
  }
  
  .wht_customScroll::-webkit-scrollbar {
    width: 1px;
  }
  
  /* Track */
  .wht_customScroll::-webkit-scrollbar-track {
    box-shadow: inset 0 0 1px rgba(234, 234, 234, 0.5);
    border-radius: 10px;
  }
  
  /* Handle */
  .wht_customScroll::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.7);
    border-radius: 10px;
  }
  
  /* Handle on hover */
  .wht_customScroll::-webkit-scrollbar-thumb:hover {
    background: rgba(255, 255, 255, 0.7);
  }
  
.landing-001-sec {
padding-top: 100px;
}
.landing-001-sec .topInfoText{
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 9px;
    color: #7b828c;
    letter-spacing: 1px;
    margin-bottom: 10px;
}

.landing-001-video-slider{
    position: relative;
}

  .landing-001-video-slider .swiper-container {
    width: 100%;
    height: 100%;
  }

  .landing-001-video-slider .swiper-slide {
    /* Center slide text vertically */
    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;
  }

  .landing-001-video-slider .swiper-slide-aBlock{
      display: inline-block;
  }
  .landing-001-video-slider .video-slider-a-tag{
    display: block;
    width: 100%;
    height: 620px;
  }
  .landing-001-video-slider .video-slider-all-content{
    width: 100%;
    height: 620px;
    position: relative;
  }
  /* .landing-001-video-slider .video-slider-all-content:hover{
    border: 1px solid #75630a;
  } */

  .landing-001-video-slider .video-slider-img-holder{
    border: 1px solid #000;
  }
  .landing-001-video-slider .video-slider-img-holder:hover{
    border: 1px solid #75630a;
  }

  .landing-001-video-slider .video-slider-all-content .videoPlay-img-holder {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: auto;
    transform: translateY(-50%) scale(1);
    width: 120px;
    height: 120px;
    transition: all 0.3s ease-in-out;
    transform-origin: center;
    }

    .landing-001-video-slider .video-slider-all-content .videoPlay-img-holder img{
        width: 100%;
        height: 100%;
        object-fit: cover;  
    }

  .landing-001-video-slider  .video-slider-img-holder{
    width: 100%;
    height: 100%;
  }
  .landing-001-video-slider  .video-slider-img-holder img{
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .landing-001-video-slider .video-slider-dsc-content{
        position: absolute;
        bottom: 30px;
        left: 30px;
        max-width: 450px;
  }
  .landing-001-video-slider .video-slider-dsc-content .sm-InfoText{
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 9px;
    line-height: 1.3;
    color: #ffffff;
    letter-spacing: 1px;
  }

  .landing-001-video-slider .video-slider-dsc-content .headingText{
    font-family: 'BebasNeue' !important;
    font-weight: normal;
    font-size: 52px;
    line-height: 46px;
    color: #ffffff;
    letter-spacing: 1px;
    font-weight: 500;
    margin: 0 0 4px 0;
  }  
  
  .landing-001-video-slider .video-slider-dsc-content .dscText p{
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 12px; 
    line-height: 20px;
    color: #ffffff;
    margin: 0;
  }

  .over-contantboxs .tile-base .topInfoText{
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 9px;
    color: #7b828c;
    letter-spacing: 1px;
    margin-bottom: 15px;
}

/* ========= new detail page ============== */

.detail-001-sec{
  padding-top: 100px;
  }
  .detail-001-sec .topInfoText{
      font-family: Arial, Helvetica, sans-serif;
      font-weight: normal;
      font-size: 9px;
      color: rgb(123, 130, 140) !important;
      letter-spacing: 1px;
      margin-bottom: 10px;
      display: inline-block;
      
  }
  .detail-001-sec .topInfoText:hover{
  color: #e2c21a !important;
  }
  .detail-001-sec .topInfoText .ic-back-arrow{
    font-size: 12px;
    margin: 0;
    margin-right: 3px;
    line-height: initial;
    float: none;
    vertical-align: middle;
    display: inline-block;
    width: auto;
  }

  


.detail-001-content-holder .video-all-content{
  width: 100%;
  height: 620px;
  position: relative;
}

.detail-001-content-holder .video-all-content .videoPlay-img-holder {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: auto;
  transform: translateY(-50%) scale(1);
  width: 120px;
  height: 120px;
  transition: all 0.3s ease-in-out;
  transform-origin: center;
  }

  .detail-001-content-holder .video-all-content .videoPlay-img-holder img{
      width: 100%;
      height: 100%;
      object-fit: cover;  
  }

  .detail-001-content-holder  .video-img-holder{
    width: 100%;
    height: 100%;
  }
  .detail-001-content-holder  .video-img-holder img{
    width: 100%;
    height: 100%;
    object-fit: cover;
  }


.detail-001-content-holder .video-dsc-content{
    position: absolute;
    bottom: 30px;
    left: 30px;
    max-width: 450px;
}
.detail-001-content-holder .video-dsc-content .sm-InfoText{
font-family: Arial, Helvetica, sans-serif;
font-weight: normal;
font-size: 9px;
line-height: 1.3;
color: #ffffff;
letter-spacing: 1px;
}

.detail-001-content-holder .video-dsc-content .headingText{
font-family: 'BebasNeue' !important;
font-weight: normal;
font-size: 52px;
line-height: 46px;
color: #ffffff;
letter-spacing: 1px;
font-weight: 500;
margin: 0 0 4px 0;
}  

.detail-001-content-holder .video-dsc-content .dscText p{
font-family: Arial, Helvetica, sans-serif;
font-weight: normal;
font-size: 12px;
line-height: 20px;
color: #ffffff;
margin: 0;
}


.detail-002-sec{
  padding-top: 40px;
  padding-bottom: 100px;
}

.detail-002-sec .topInfoText{
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 9px;
  color: #7b828c;
  letter-spacing: 1px;
  margin-bottom: 20px;
  display: inline-block;
}


.detail-002-sec .detail-list-content ul{
 margin: 0;
 padding: 0;
 list-style: none;
}

.detail-002-sec .detail-list-content ul li{
  font-weight: normal;
  font-size: 16px;
  color: #7b828c;
  line-height: 31px;
  letter-spacing: 0;
  margin-bottom: 5px;
  font-family: 'Abel', sans-serif;
}

.detail-002-sec .detail-list-content ul li a{
  font-weight: normal;
  font-size: 16px;
  color: rgb(123, 130, 140) !important;
  line-height: 31px;
  letter-spacing: 0;
  margin-bottom: 4px;
  font-family: 'Abel', sans-serif;
}
.detail-002-sec .detail-list-content ul li a:hover{
  color: #e2c21a !important;
}
.detail-002-sec .detail-list-content ul li a .ic-link{
  font-size: 9px;
  margin-left: 2px;
}



.v-align-base .videoPlay-img-holder,.v-middle-box .videoPlay-img-holder {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: auto;
  transform: translateY(-50%) scale(1);
  width: 120px;
  height: 120px;
  transition: all 0.3s ease-in-out;
  transform-origin: center;
  border-radius: 100%;
  }

.v-align-base .videoPlay-img-holder img , .v-middle-box .videoPlay-img-holder img{
    width: 100%;
    height: 100%;
    object-fit: cover;  
}
.v-align-base .videoPlay-img-holder:hover,.v-middle-box .videoPlay-img-holder:hover{
  background-color: rgba(0,0,0,1);
}

.videopopupjs__content{
  width: 80%;
}

.hero-slider .per_popup_base .per_popup{
z-index: 2;
}
.hero-slider .per_popup_base .arrow-down{
  transform: translateX(-50%) translateY(-50%) rotate(
45deg
);
  border: none;
  width: 14px;
  height: 14px;
  background-color: transparent;
  margin: 0;
  transform-origin: bottom left;
  bottom: -6px;
  z-index: 1;
  left: auto;
  position: absolute;
  right: 7px;
}

.on-web-menu .fb-club9, .ld_view_base .fb-club9 { animation-duration: 0.9s; animation-delay: 0.9s; }
.on-web-menu .fb-club10, .ld_view_base .fb-club10 { animation-duration: 1s; animation-delay: 1s; }
.on-web-menu .fb-club11, .ld_view_base .fb-club11 { animation-duration: 1.1s; animation-delay: 1.1s; }
.on-web-menu .fb-club12, .ld_view_base .fb-club12 { animation-duration: 1.2s; animation-delay: 1.2s; }
.on-web-menu .fb-club13, .ld_view_base .fb-club13 { animation-duration: 1.3s; animation-delay: 1.3s; }
.on-web-menu .fb-club14, .ld_view_base .fb-club14 { animation-duration: 1.4s; animation-delay: 1.4s; }
.on-web-menu .fb-club15, .ld_view_base .fb-club15 { animation-duration: 1.5s; animation-delay: 1.5s; }
.on-web-menu .fb-club16, .ld_view_base .fb-club16 { animation-duration: 1.6s; animation-delay: 1.6s; }
.on-web-menu .fb-club17, .ld_view_base .fb-club17 { animation-duration: 1.7s; animation-delay: 1.7s; }
.on-web-menu .fb-club18, .ld_view_base .fb-club18 { animation-duration: 1.8s; animation-delay: 1.8s; }
.on-web-menu .fb-club19, .ld_view_base .fb-club19 { animation-duration: 1.9s; animation-delay: 1.9s; }
.on-web-menu .fb-club20, .ld_view_base .fb-club20 { animation-duration: 2s; animation-delay: 2s; }
.on-web-menu .fb-club21, .ld_view_base .fb-club21 { animation-duration: 2.1s; animation-delay: 2.1s; }
.on-web-menu .fb-club22, .ld_view_base .fb-club22 { animation-duration: 2.2s; animation-delay: 2.2s; }
.on-web-menu .fb-club23, .ld_view_base .fb-club23 { animation-duration: 2.3s; animation-delay: 2.3s; }
.on-web-menu .fb-club24, .ld_view_base .fb-club24 { animation-duration: 2.4s; animation-delay: 2.4s; }
.on-web-menu .fb-club25, .ld_view_base .fb-club25 { animation-duration: 2.5s; animation-delay: 2.5s; }
.on-web-menu .fb-club26, .ld_view_base .fb-club26 { animation-duration: 2.6s; animation-delay: 2.6s; }
.on-web-menu .fb-club27, .ld_view_base .fb-club27 { animation-duration: 2.7s; animation-delay: 2.7s; }
.on-web-menu .fb-club28, .ld_view_base .fb-club28 { animation-duration: 2.8s; animation-delay: 2.8s; }
.on-web-menu .fb-club29, .ld_view_base .fb-club29 { animation-duration: 2.9s; animation-delay: 2.9s; }
.on-web-menu .fb-club30, .ld_view_base .fb-club30 { animation-duration: 3s; animation-delay: 3s; }
.on-web-menu .fb-club31, .ld_view_base .fb-club31 { animation-duration: 3.1s; animation-delay: 3.1s; }
.on-web-menu .fb-club32, .ld_view_base .fb-club32 { animation-duration: 3.2s; animation-delay: 3.2s; }
.on-web-menu .fb-club33, .ld_view_base .fb-club33 { animation-duration: 3.3s; animation-delay: 3.3s; }
.on-web-menu .fb-club34, .ld_view_base .fb-club34 { animation-duration: 3.4s; animation-delay: 3.4s; }
.on-web-menu .fb-club35, .ld_view_base .fb-club35 { animation-duration: 3.5s; animation-delay: 3.5s; }
.on-web-menu .fb-club36, .ld_view_base .fb-club36 { animation-duration: 3.6s; animation-delay: 3.6s; }
.on-web-menu .fb-club37, .ld_view_base .fb-club37 { animation-duration: 3.7s; animation-delay: 3.7s; }
.on-web-menu .fb-club38, .ld_view_base .fb-club38 { animation-duration: 3.8s; animation-delay: 3.8s; }
.on-web-menu .fb-club39, .ld_view_base .fb-club39 { animation-duration: 3.9s; animation-delay: 3.9s; }
.on-web-menu .fb-club40, .ld_view_base .fb-club40 { animation-duration: 4s; animation-delay: 4s; }


.per_popup_base{
  min-width: 60px;
  bottom: 50.7%;
}

.line-onhover:hover {
  box-shadow: 0px 0px 0px 1px #75630a;
  border: none;
}

/* ==== newwatchpage-body === */
header#page-header.transparent-header {
  background-color: transparent !important;
}
.doc-previewbox .v-middle{
  position: relative;
}
.newwatchpage-body .over-contantboxs{
background: none;
}

.newwatchpage-body .teams-swiper-sty .sl-slider-wrapper .swiper-slide blockquote.new-slider-content-box{
  bottom: 120px;
}
.newwatchpage-body .fact_sheet.dark-mode{
background-color: #000000;
}

.case-study-page.newwatchpage-body .section-01 .swiper1 .deta-append-inside-slider{
  bottom: 0;
  height: 104px;
  display: flex;
  align-items: center;
  background-color: #000000;
}
.newwatchpage-body .next-prev-wrap.custom_bottom_arrow{
  bottom: 30px;
}
.newwatchpage-body #page-header.fixed{
  /* background-color: #000000; */
  background-color: transparent;
  /* margin: 0;
  padding: 30px 0;
  padding-top: 30px; */
}
/* .newwatchpage-body #page-header.fixed #nav-menu-container, #nav-menu-container1{
  margin-top: 5px;
} */
/* .newwatchpage-body .mobile-nav-toggle-new.web {
  top: 30px;
} */
.newwatchpage-body .tile-contant-box h3 {
  font-size: 32px;
  line-height: 30px;
}
/* .newwatchpage-body #page-header #logo, .newwatchpage-body #page-header-mobile .logo {
  margin-top: 3px;
} */
.w-100{
  width: 100%;
}


