.elementor-kit-15{--e-global-color-primary:#C9A361;--e-global-color-secondary:#000000;--e-global-color-text:#787B7C;--e-global-color-accent:#61CE70;--e-global-color-6d8bdb5:#FFFFFF;--e-global-typography-primary-font-family:"proxima-nova";--e-global-typography-primary-font-size:60px;--e-global-typography-primary-font-weight:700;--e-global-typography-secondary-font-family:"proxima-nova";--e-global-typography-secondary-font-size:60px;--e-global-typography-secondary-font-weight:700;--e-global-typography-text-font-family:"ibm-plex-sans";--e-global-typography-text-font-size:17px;--e-global-typography-text-font-weight:500;--e-global-typography-accent-font-family:"ibm-plex-sans";--e-global-typography-accent-font-size:17px;--e-global-typography-accent-font-weight:500;color:#787B7C;font-family:"ibm-plex-sans", Sans-serif;font-size:16px;font-weight:500;--e-page-transition-entrance-animation:e-page-transition-slide-out-down;--e-page-transition-animation-duration:700ms;--e-preloader-animation:eicon-spin;--e-preloader-animation-duration:25s;--e-preloader-delay:900ms;--e-preloader-width:250px;--e-preloader-max-width:250px;}.elementor-kit-15 button,.elementor-kit-15 input[type="button"],.elementor-kit-15 input[type="submit"],.elementor-kit-15 .elementor-button{background-color:#FFFFFF;font-family:"proxima-nova", Sans-serif;font-size:22px;font-weight:700;line-height:32px;color:var( --e-global-color-primary );border-style:solid;border-width:3px 3px 3px 3px;border-color:var( --e-global-color-primary );border-radius:0px 0px 0px 0px;}.elementor-kit-15 button:hover,.elementor-kit-15 button:focus,.elementor-kit-15 input[type="button"]:hover,.elementor-kit-15 input[type="button"]:focus,.elementor-kit-15 input[type="submit"]:hover,.elementor-kit-15 input[type="submit"]:focus,.elementor-kit-15 .elementor-button:hover,.elementor-kit-15 .elementor-button:focus{background-color:var( --e-global-color-primary );color:#FFFFFF;}.elementor-kit-15 e-page-transition{background-color:var( --e-global-color-primary );}.elementor-kit-15 a:hover{text-decoration:none;}.elementor-kit-15 h1{color:#000000;font-family:"proxima-nova", Sans-serif;font-size:60px;font-weight:800;}.elementor-kit-15 h2{color:#000000;font-family:"proxima-nova", Sans-serif;font-size:55px;font-weight:700;}.elementor-kit-15 h3{color:#000000;font-family:"proxima-nova", Sans-serif;font-size:80px;font-weight:700;}.elementor-kit-15 h4{color:#000000;font-family:"proxima-nova", Sans-serif;font-size:50px;font-weight:700;}.elementor-kit-15 h5{color:#000000;font-family:"proxima-nova", Sans-serif;font-size:34px;font-weight:700;}.elementor-kit-15 h6{color:#000000;font-family:"proxima-nova", Sans-serif;font-size:26px;font-weight:400;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1378px;}.e-con{--container-max-width:1378px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */body,html {overflow-x: hidden;}

body {line-height:1.4 !important;}

.section {padding-top:80px !important;}

.fade-slide-header-left {
  opacity: 0;
  transform: translateX(-20px);
  animation: fadeSlideIn 1s ease-out forwards;
  animation-delay: 0.8s;
}


.fade-slide-header-right {
  opacity: 0;
  transform: translateX(20px);
  animation: fadeSlideIn 1s ease-out forwards;
  animation-delay: 0.8s;
}

@keyframes fadeSlideIn {
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.scroll-gallery-final {
  position: relative;
  height: 600vh;
}

.gallery-frame {
  position: sticky;
  top: 0;
  height: 100vh;
  width: 100%;
  overflow: hidden;

}

.gallery-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  clip-path: inset(0 100% 0 0);
  z-index: 1;
  pointer-events: none;
  transition: none;
    margin-top:2%;
}

.gallery-img.img1 {
  clip-path: inset(0 0 0 0);
  z-index: 0;
}


.wipe-box {
  clip-path: inset(0 100% 0 0);
  transition: clip-path 0s;
  will-change: clip-path;
}

.scrolling-carousel .swiper-wrapper,
.scrolling-carousel-2 .swiper-wrapper,
.scrolling-carousel-3 .swiper-slide  {
  display: flex !important;
  flex-wrap: nowrap !important;
}

.scrolling-carousel .swiper-slide,
.scrolling-carousel-2 .swiper-slide,
.scrolling-carousel-3 .swiper-slide  {
  flex: 0 0 200px !important;
  height: 200px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
}

.scrolling-carousel .swiper-slide img,
.scrolling-carousel-2 .swiper-slide,
.scrolling-carousel-3 .swiper-slide  img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.pp-info-box-icon-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 120px;
}

.pp-info-box-icon {
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 768px) {
}/* End custom CSS */