.loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  pointer-events: none;
  z-index: 9999;
}
.loader .loader-inner {
  position: absolute;
  top: 25vh;
  left: 50%;
  transform: translate(-50%, 0%);
  width: 290px;
  height: 290px;
}
.loader .loader-inner img {
  width: 100%;
}

.page-template-template-newhome-2025 header {
  position: absolute;
}

.page-template-template-newhome-2025 .cta-btns {
  display: none !important;
}

.page-template-template-newhome-2025 header .menu-btn__line {
  background: #fff;
}

.new-home-banner {
  background: #000;
  height: 100vh;
  min-height: 800px;
  padding-top: 190px;
  padding-bottom: 50px;
  position: relative;
}
@media (max-width: 1440px) {
  .new-home-banner {
    min-height: 750px;
  }
}
@media (max-width: 767px) {
  .new-home-banner {
    padding-top: 110px;
  }
}
.new-home-banner .banner-bars {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  transform-origin: 50% 50%;
  z-index: 1;
  overflow: hidden;
}
.new-home-banner .banner-bars .banner-bar {
  position: absolute;
  top: -640px;
  left: -640px;
  transform-origin: center center;
  opacity: 0;
  transition: all 1s ease-in-out;
}
.new-home-banner .banner-bars .banner-bar img {
  display: block;
  width: auto;
  height: auto;
  max-width: none;
}
@media (max-width: 1440px) {
  .new-home-banner .banner-bars .banner-bar img {
    max-width: 60vw;
  }
}
@media (max-width: 991px) {
  .new-home-banner .banner-bars .banner-bar img {
    max-width: 65vw;
  }
}
.new-home-banner .banner-bars .banner-bar:nth-child(1) {
  transition-delay: 0s;
}
@media (max-width: 1440px) {
  .new-home-banner .banner-bars .banner-bar:nth-child(1) {
    left: -10%;
  }
}
@media (max-width: 991px) {
  .new-home-banner .banner-bars .banner-bar:nth-child(1) {
    left: -20%;
    top: 5%;
  }
}
@media (max-width: 767px) {
  .new-home-banner .banner-bars .banner-bar:nth-child(1) {
    left: -10%;
    top: 40%;
  }
}
.new-home-banner .banner-bars .banner-bar:nth-child(2) {
  top: -80%;
  left: 15%;
  transform: rotate(-155deg) translate(10%, 30%);
  transition-delay: 0.4s;
}
@media (max-width: 1440px) {
  .new-home-banner .banner-bars .banner-bar:nth-child(2) {
    top: -56%;
  }
}
@media (max-width: 991px) {
  .new-home-banner .banner-bars .banner-bar:nth-child(2) {
    top: -30%;
    left: 10%;
  }
}
@media (max-width: 767px) {
  .new-home-banner .banner-bars .banner-bar:nth-child(2) {
    top: 18%;
    left: 20%;
    transform: rotate(-155deg) translate(-50%, -50%);
  }
}
.new-home-banner .banner-bars .banner-bar:nth-child(3) {
  top: -10%;
  left: auto;
  right: -20%;
  transform: rotate(-75deg) translate(60%, 40%);
  transition-delay: 0.8s;
}
@media (max-width: 1440px) {
  .new-home-banner .banner-bars .banner-bar:nth-child(3) {
    right: -26%;
  }
}
@media (max-width: 991px) {
  .new-home-banner .banner-bars .banner-bar:nth-child(3) {
    top: 15%;
    right: -25%;
    transform: rotate(-75deg) translate(50%, -40%);
  }
}
@media (max-width: 767px) {
  .new-home-banner .banner-bars .banner-bar:nth-child(3) {
    top: 45%;
    right: -120px;
    transform: rotate(-75deg) translate(40%, -35%);
  }
}
body.loaded .new-home-banner .banner-bars .banner-bar {
  opacity: 1;
}
body.loaded .new-home-banner .banner-bars .banner-bar:nth-child(1) {
  top: 0;
  left: 0;
}
@media (max-width: 767px) {
  body.loaded .new-home-banner .banner-bars .banner-bar:nth-child(1) {
    top: 240px;
    left: -80px;
  }
}
body.loaded .new-home-banner .banner-bars .banner-bar:nth-child(2) {
  transform: rotate(-155deg) translate(0, 0);
}
body.loaded .new-home-banner .banner-bars .banner-bar:nth-child(3) {
  transform: rotate(-75deg) translate(0, 0);
}
.new-home-banner .container {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  z-index: 5;
}
.new-home-banner__content {
  opacity: 0;
  transition: opacity 1.2s ease-in-out 1.2s;
}
body.loaded .new-home-banner__content {
  opacity: 1;
}
.new-home-banner__content h1 {
  margin-bottom: 15px;
  color: #fff;
  font-size: 116px; /* fallback; GSAP sets fluid size via .banner-title-fluid */
  font-weight: 300;
  line-height: 0.95;
}
@media (max-width: 767px) {
  .new-home-banner__content h1 {
    position: relative;
    padding-top: 220px;
  }
}
.new-home-banner__content h1 span {
  display: block;
}
.new-home-banner__content h1 span.mid-text {
  margin-top: 15px;
}
.new-home-banner__content h1 span.mid-text strong {
  color: #FCB526;
  font-weight: 700;
}
.new-home-banner__content h1 span.mid-text .banner-gif {
  width: 185px;
  height: 125px;
  display: inline-block;
  background: #fff;
  vertical-align: middle;
  position: relative;
  top: 0;
  overflow: hidden;
  pointer-events: none;
}
@media (max-width: 767px) {
  .new-home-banner__content h1 span.mid-text .banner-gif {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 200px;
    margin-bottom: 15px;
  }
}
.new-home-banner__content h1 span.mid-text .banner-gif img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.new-home-banner__content h1 span:last-child {
  color: #009D6A;
  font-weight: 600;
}
@media (max-width: 767px) {
  .new-home-banner__content h1 span:last-child {
    line-height: 1.5;
  }
}
.new-home-banner__content h1 span:last-child sup {
  color: #4DB2E5;
  top: 0;
}
.new-home-banner__content h1 span,
.new-home-banner__content h1 sup {
  font-size: 100%;
}
.new-home-banner__content__description {
  width: 100%;
  max-width: 560px;
}
.new-home-banner__content__description p {
  color: #fff;
  font-size: 20px;
}
@media (max-width: 1440px) {
  .new-home-banner__content__description p {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .new-home-banner__content__description p {
    font-size: 16px;
  }
}
.new-home-banner__content button.scroll-down-btn {
  background: transparent;
  line-height: 0;
  padding: 0;
  border: none;
  color: #fff;
}
.new-home-banner__content button.scroll-down-btn span {
  display: inline-block;
  width: 31px;
  height: 31px;
  background: rgba(217, 217, 217, 0.31);
  border-radius: 100%;
  margin-left: 10px;
}
.new-home-banner__content button.scroll-down-btn span svg {
  position: relative;
  top: 3px;
}

.image-grid-wrapper {
  background-color: #000;
  padding: 0 13px;
  position: relative;
}
.image-grid-wrapper .image-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: 140px;
  grid-auto-flow: dense;
  gap: 14px;
  position: relative;
  overflow: visible;
}
@media (max-width: 991px) {
  .image-grid-wrapper .image-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .image-grid-wrapper .image-grid {
    grid-auto-rows: 90px;
  }
}
.image-grid-wrapper .image-grid .pin-spacer {
  width: auto !important;
  height: auto !important;
}
.image-grid-wrapper .image-grid .image-item {
  position: relative;
  overflow: hidden;
  border-radius: 14px;
  cursor: pointer;
  border: solid 1px transparent;
  will-change: transform;
  transform: translateZ(0);
  transition: opacity 0.5s ease, visibility 0.5s ease;
}
@media (max-width: 767px) {
  .image-grid-wrapper .image-grid .image-item {
    transform: none !important;
  }
}
.image-grid-wrapper .image-grid .image-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.image-grid-wrapper .image-grid .image-item {
  /* Overlay for text/info */
}
.image-grid-wrapper .image-grid .image-item .image-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent);
  color: white;
  padding: 15px;
  padding-right: 110px;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.image-grid-wrapper .image-grid .image-item .image-overlay .overlay-title {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
  color: #fff;
}
.image-grid-wrapper .image-grid .image-item .image-overlay .overlay-description p {
  font-size: 12px;
  font-weight: 300;
  margin: 0;
  color: #fff;
}
.image-grid-wrapper .image-grid .image-item .image-overlay .overflow-tag {
  position: absolute;
  right: 15px;
  bottom: 23px;
  font-size: 12px;
  font-weight: 300;
  margin: 0;
  color: #fff;
}
.image-grid-wrapper .image-grid .image-item:hover .image-overlay {
  opacity: 1;
}
.image-grid-wrapper .image-grid .image-item {
  /* Custom heights for each image */
}
.image-grid-wrapper .image-grid .image-item:nth-child(5), .image-grid-wrapper .image-grid .image-item:nth-child(7) {
  grid-row: span 1;
}
@media (max-width: 991px) {
  .image-grid-wrapper .image-grid .image-item:nth-child(5), .image-grid-wrapper .image-grid .image-item:nth-child(7) {
    grid-row: span 2;
  }
}
.image-grid-wrapper .image-grid .image-item:nth-child(2), .image-grid-wrapper .image-grid .image-item:nth-child(4), .image-grid-wrapper .image-grid .image-item:nth-child(8), .image-grid-wrapper .image-grid .image-item:nth-child(11) {
  grid-row: span 3;
}
@media (max-width: 991px) {
  .image-grid-wrapper .image-grid .image-item:nth-child(2), .image-grid-wrapper .image-grid .image-item:nth-child(4), .image-grid-wrapper .image-grid .image-item:nth-child(8), .image-grid-wrapper .image-grid .image-item:nth-child(11) {
    grid-row: span 2;
  }
}
.image-grid-wrapper .image-grid .image-item:nth-child(1), .image-grid-wrapper .image-grid .image-item:nth-child(3), .image-grid-wrapper .image-grid .image-item:nth-child(6), .image-grid-wrapper .image-grid .image-item:nth-child(10), .image-grid-wrapper .image-grid .image-item:nth-child(12) {
  grid-row: span 2;
}
@media (max-width: 767px) {
  .image-grid-wrapper .image-grid .image-item:nth-child(3) {
    grid-column: span 2;
  }
}
.image-grid-wrapper .image-grid .image-item:nth-child(9) {
  grid-row: span 2;
  grid-column: span 2;
}
.image-grid-wrapper .image-grid .image-item.makeItFix {
  max-width: unset !important;
  max-height: 720px !important;
}
@media (max-width: 991px) {
  .image-grid-wrapper .image-grid .image-item.makeItFix {
    max-height: 520px !important;
  }
}
@media (max-width: 767px) {
  .image-grid-wrapper .image-grid .image-item.makeItFix {
    max-height: 320px !important;
  }
}
.image-grid-wrapper .image-grid .image-item.blank-image-item {
  position: relative;
  overflow: visible;
}

/* Styles for main-video animation */
.main-video {
  position: relative;
  width: 100%;
  height: 740px;
  overflow: visible;
  pointer-events: none;
  background-color: #000;
}
@media (max-width: 1440px) {
  .main-video {
    height: 640px;
  }
}
@media (max-width: 1199px) {
  .main-video {
    height: 520px;
  }
}
@media (max-width: 767px) {
  .main-video {
    height: 320px;
  }
}
.main-video__item.makeItFix {
  position: absolute;
  z-index: 1000;
  will-change: transform, width, height, top, left;
  pointer-events: auto;
  overflow: hidden;
  border-radius: 14px;
  max-width: calc(100% - 160px);
  margin-bottom: 83px;
}
@media (max-width: 991px) {
  .main-video__item.makeItFix {
    max-width: calc(100% - 26px);
  }
}
.main-video__item.makeItFix video {
  width: 100% !important;
  height: 100%;
  object-fit: cover;
  display: block;
}

.stick-placeholder {
  height: 100vh;
  height: 100dvh;
}

.sticky-container {
  background-color: #000;
  position: relative;
  height: 100dvh;
}
.sticky-container .sticky-slide {
  width: 100%;
  height: 100dvh;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background: #000;
  counter-increment: sticky-slide;
}
.sticky-container .sticky-slide * {
  color: #fff;
}
.sticky-container .sticky-slide__content {
  max-width: calc(100% - 160px);
  padding: 130px 0;
}
@media (max-width: 767px) {
  .sticky-container .sticky-slide__content {
    padding: 30px 0;
    max-width: calc(100% - 26px);
  }
}
.sticky-container .sticky-slide__content h2 {
  font-size: 70px;
  font-weight: 300;
  margin: 0 0 40px;
  position: relative;
}
@media (max-width: 1440px) {
  .sticky-container .sticky-slide__content h2 {
    font-size: 52px;
  }
}
@media (max-width: 1199px) {
  .sticky-container .sticky-slide__content h2 {
    font-size: 42px;
  }
}
@media (max-width: 767px) {
  .sticky-container .sticky-slide__content h2 {
    font-size: 28px;
  }
}
.sticky-container .sticky-slide__content h2::before {
  content: counter(sticky-slide, decimal-leading-zero);
  font-size: 70px;
  font-weight: 300;
  font-family: "Space Grotesk", sans-serif;
  position: absolute;
  right: 0;
  top: 0;
}
@media (max-width: 1440px) {
  .sticky-container .sticky-slide__content h2::before {
    font-size: 52px;
  }
}
@media (max-width: 1199px) {
  .sticky-container .sticky-slide__content h2::before {
    font-size: 42px;
  }
}
@media (max-width: 767px) {
  .sticky-container .sticky-slide__content h2::before {
    font-size: 28px;
  }
}
.sticky-container .sticky-slide__content__description {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  border-top: solid 1px #474747;
  border-bottom: solid 1px #474747;
  padding: 40px 0;
}
@media (max-width: 991px) {
  .sticky-container .sticky-slide__content__description {
    flex-wrap: wrap;
  }
}
.sticky-container .sticky-slide__content__description h4 {
  font-size: 32px;
  font-weight: 400;
  margin: 0;
}
@media (max-width: 1440px) {
  .sticky-container .sticky-slide__content__description h4 {
    font-size: 28px;
  }
}
@media (max-width: 1199px) {
  .sticky-container .sticky-slide__content__description h4 {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .sticky-container .sticky-slide__content__description h4 {
    font-size: 21px;
  }
}
.sticky-container .sticky-slide__content__description p {
  font-size: 24px;
  line-height: 1.6;
  margin-bottom: 30px;
}
.sticky-container .sticky-slide__content__description p:last-of-type {
  margin: 0;
}
@media (max-width: 1440px) {
  .sticky-container .sticky-slide__content__description p {
    font-size: 20px;
  }
}
@media (max-width: 1199px) {
  .sticky-container .sticky-slide__content__description p {
    font-size: 18px;
  }
}
.sticky-container .sticky-slide__content__description .description_left_content {
  width: 340px;
}
@media (max-width: 991px) {
  .sticky-container .sticky-slide__content__description .description_left_content {
    width: 100%;
    margin-bottom: 20px;
  }
}
.sticky-container .sticky-slide__content__description .description_right_content {
  width: 60%;
}
@media (max-width: 991px) {
  .sticky-container .sticky-slide__content__description .description_right_content {
    width: 100%;
  }
}

.company-section {
  padding: 80px 0;
}
@media (max-width: 1440px) {
  .company-section {
    padding: 60px 0;
  }
}
@media (max-width: 1199px) {
  .company-section {
    padding: 40px 0;
  }
}
.company-section .heading {
  margin-bottom: 40px;
}
.company-section .heading h2 {
  font-size: 70px;
  font-weight: 300;
  margin: 0 0 35px;
}
@media (max-width: 1440px) {
  .company-section .heading h2 {
    font-size: 52px;
  }
}
@media (max-width: 1199px) {
  .company-section .heading h2 {
    font-size: 42px;
  }
}
.company-section .heading .heading-btn {
  font-size: 20px;
  font-weight: 300;
  padding: 2px 24px;
  line-height: 1.6;
  background: #000;
  color: #fff;
  border-radius: 100px;
  display: inline-block;
}
.company-section .heading .heading-btn:hover {
  background: #474747;
}
.company-section .company-image {
  width: 100%;
  max-width: 525px;
}
@media (max-width: 991px) {
  .company-section .company-image {
    max-width: 100%;
    margin-bottom: 20px;
  }
}
.company-section .company-image img {
  width: 100%;
  height: auto;
}
.company-section h4 {
  font-weight: 500;
  font-size: 48px;
  margin: 0 0 25px;
}
@media (max-width: 1440px) {
  .company-section h4 {
    font-size: 38px;
  }
}
@media (max-width: 1199px) {
  .company-section h4 {
    font-size: 28px;
  }
}
.company-section p {
  font-size: 24px;
  line-height: 1.6;
  margin-bottom: 30px;
  font-weight: 300;
}
@media (max-width: 1440px) {
  .company-section p {
    font-size: 20px;
  }
}
@media (max-width: 1199px) {
  .company-section p {
    font-size: 18px;
  }
}
.company-section p:last-of-type {
  margin: 0;
}
.company-section .year-of-experience {
  margin-top: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.company-section .year-of-experience h6 {
  font-size: 128px;
  color: #C8C8C8;
  font-weight: 700;
  margin: 0;
}
@media (max-width: 1199px) {
  .company-section .year-of-experience h6 {
    font-size: 90px;
  }
}
.company-section .company-clients-slider {
  margin-top: 60px;
}
@media (max-width: 1199px) {
  .company-section .company-clients-slider {
    margin-top: 40px;
  }
}
@media (max-width: 767px) {
  .company-section .company-clients-slider {
    max-width: calc(100% - 26px);
    margin-left: auto;
    margin-right: auto;
  }
}
.company-section .company-clients-slider .swiper .swiper-slide {
  width: 140px;
  height: 140px;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .company-section .company-clients-slider .swiper .swiper-slide {
    width: 120px;
    height: 120px;
  }
}
.company-section .company-clients-slider .swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center center;
}

.trust-section {
  background: #000;
  padding: 80px 0;
}
@media (max-width: 1440px) {
  .trust-section {
    padding: 60px 0;
  }
}
@media (max-width: 1199px) {
  .trust-section {
    padding: 40px 0;
  }
}
.trust-section .heading {
  border-bottom: solid 1px #474747;
  padding-bottom: 50px;
  padding-right: 120px;
  position: relative;
}
@media (max-width: 767px) {
  .trust-section .heading {
    padding-right: 100px;
  }
}
.trust-section .heading h2 {
  font-size: 60px;
  font-weight: 300;
  margin: 0;
  color: #fff;
}
@media (max-width: 1440px) {
  .trust-section .heading h2 {
    font-size: 52px;
  }
}
@media (max-width: 1199px) {
  .trust-section .heading h2 {
    font-size: 32px;
  }
}
.trust-section .heading .trust-slider-counter {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 30px;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.45);
}
@media (max-width: 1199px) {
  .trust-section .heading .trust-slider-counter {
    font-size: 24px;
  }
}
.trust-section .heading .trust-slider-counter big {
  font-size: 55px;
  font-weight: 300;
  color: #fff;
}
@media (max-width: 1199px) {
  .trust-section .heading .trust-slider-counter big {
    font-size: 42px;
  }
}
.trust-section .trust-slider .swiper.trustSlider .swiper-slide {
  opacity: 0.3;
  padding-top: 50px;
}
.trust-section .trust-slider .swiper.trustSlider .swiper-slide.swiper-slide-active {
  opacity: 1;
}
.trust-section .trust-slider .swiper.trustSlider .swiper-slide blockquote {
  width: 92%;
  border: none;
  font-size: 32px;
  font-weight: 300;
  color: #fff;
  position: relative;
  margin: 0 auto;
  margin-bottom: 30px;
  line-height: 1.8;
}
@media (max-width: 1440px) {
  .trust-section .trust-slider .swiper.trustSlider .swiper-slide blockquote {
    font-size: 26px;
  }
}
@media (max-width: 1199px) {
  .trust-section .trust-slider .swiper.trustSlider .swiper-slide blockquote {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .trust-section .trust-slider .swiper.trustSlider .swiper-slide blockquote {
    font-size: 18px;
  }
}
.trust-section .trust-slider .swiper.trustSlider .swiper-slide blockquote::before {
  content: "";
  width: 100px;
  height: 100px;
  background: url("../images/quote-left-icon.png") no-repeat center center;
  position: absolute;
  left: -55px;
  top: -30px;
  opacity: 0.34;
}
@media (max-width: 767px) {
  .trust-section .trust-slider .swiper.trustSlider .swiper-slide blockquote::before {
    width: 80px;
    height: 80px;
    left: -20px;
    top: -40px;
    background-size: 100%;
  }
}
.trust-section .trust-slider .swiper.trustSlider .swiper-slide .author {
  display: flex;
  align-items: flex-start;
  padding-bottom: 35px;
}
.trust-section .trust-slider .swiper.trustSlider .swiper-slide .author .author-image {
  width: 80px;
  height: 80px;
  border-radius: 30px;
  overflow: hidden;
}
@media (max-width: 1440px) {
  .trust-section .trust-slider .swiper.trustSlider .swiper-slide .author .author-image {
    width: 70px;
    height: 70px;
  }
}
.trust-section .trust-slider .swiper.trustSlider .swiper-slide .author .author-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.trust-section .trust-slider .swiper.trustSlider .swiper-slide .author .author-name {
  width: 92%;
  margin: 0 auto;
}
.trust-section .trust-slider .swiper.trustSlider .swiper-slide .author .author-name h3 {
  font-size: 24px;
  font-weight: 500;
  margin: 0;
  color: #fff;
}
@media (max-width: 1440px) {
  .trust-section .trust-slider .swiper.trustSlider .swiper-slide .author .author-name h3 {
    font-size: 22px;
  }
}
@media (max-width: 1199px) {
  .trust-section .trust-slider .swiper.trustSlider .swiper-slide .author .author-name h3 {
    font-size: 20px;
  }
}
.trust-section .trust-slider .swiper.trustSlider .swiper-slide .author .author-name p {
  font-size: 24px;
  font-weight: 300;
  margin: 0;
  color: #fff;
}
@media (max-width: 1440px) {
  .trust-section .trust-slider .swiper.trustSlider .swiper-slide .author .author-name p {
    font-size: 20px;
  }
}
@media (max-width: 1199px) {
  .trust-section .trust-slider .swiper.trustSlider .swiper-slide .author .author-name p {
    font-size: 16px;
  }
}
.trust-section .trustSliderThumb {
  padding-top: 35px;
  border-top: solid 1px #474747;
}
.trust-section .trustSliderThumb .swiper-slide {
  width: 250px;
  opacity: 0.3;
  display: flex;
  justify-content: center;
  height: auto;
}
.trust-section .trustSliderThumb .swiper-slide img {
  width: 100%;
  max-width: 140px;
  height: auto;
  object-fit: contain;
  object-position: center center;
}
.trust-section .trustSliderThumb .swiper-slide.swiper-slide-thumb-active {
  opacity: 1;
}

.instagram-section {
  padding: 80px 0 40px;
}
@media (max-width: 1440px) {
  .instagram-section {
    padding: 60px 0 40px;
  }
}
@media (max-width: 1199px) {
  .instagram-section {
    padding: 40px 0;
  }
}
.instagram-section .heading h2 {
  font-size: 60px;
  font-weight: 300;
  margin: 0 0 30px;
}
@media (max-width: 1440px) {
  .instagram-section .heading h2 {
    font-size: 52px;
  }
}
@media (max-width: 991px) {
  .instagram-section .heading h2 {
    font-size: 32px;
  }
}

.instagram-gallery-list[data-feed_layout=carousel] .instagram-gallery-item {
  height: 370px !important;
}

/*# sourceMappingURL=new-home.css.map */
