@charset "UTF-8";
.hero h1 {
  font-family: "helveticabold";
  font-size: 80px;
  line-height: 94px;
  letter-spacing: -2%;
  text-align: center;
}
.hero .intro-img {
  position: relative;
}
.hero .intro-img img {
  max-width: 100%;
}

.first-slide h1 {
  font-family: "helveticabold";
  font-size: 40px;
  line-height: 40px;
  transition: all 0.3s ease;
  text-align: center;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .first-slide h1 {
    font-size: 60px;
    line-height: 60px;
  }
}
@media (min-width: 1440px) {
  .first-slide h1 {
    font-size: 80px;
    line-height: 80px;
  }
}

.slide-second {
  text-align: center;
}
.slide-second .paragraph-block {
  max-width: 670px;
  margin: 0 auto 40px;
}

.forth-slide {
  text-align: center;
}
@media (max-width: 767px) {
  .forth-slide .paragraph-block p br {
    display: none;
  }
}
.forth-slide .cycle-img img {
  max-width: 80%;
}
@media (min-width: 768px) {
  .forth-slide .cycle-img img {
    max-width: 55%;
  }
}
@media (min-width: 1440px) {
  .forth-slide .cycle-img img {
    max-width: 100%;
  }
}

@media (max-width: 767px) {
  .six-slide {
    padding-top: 100px;
  }
}
.six-slide .paragraph-block {
  max-width: 775px;
}
.six-slide .compass-img {
  margin: 15px auto;
  text-align: center;
}
@media (min-width: 768px) {
  .six-slide .compass-img {
    margin: 30px auto;
  }
}
.six-slide .compass-img svg {
  max-width: 120px;
  height: auto;
}
@media (min-width: 768px) {
  .six-slide .compass-img svg {
    max-width: 200px;
  }
}
@media (min-width: 1200px) {
  .six-slide .compass-img svg {
    max-width: 180px;
  }
}
.six-slide .compass-img .needle {
  transform-origin: center center;
  /* pivot from compass center */
  animation: waggle 5s ease-in-out infinite;
}
@keyframes waggle {
  0% {
    transform: rotate(0deg);
  }
  20% {
    transform: rotate(25deg);
  }
  40% {
    transform: rotate(-20deg);
  }
  60% {
    transform: rotate(15deg);
  }
  80% {
    transform: rotate(-10deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
.six-slide .down-arrow {
  bottom: 80px;
}
@media (min-width: 1400px) {
  .six-slide .down-arrow {
    bottom: 100px;
  }
}
.six-slide .target-block {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-top: 50px;
  position: relative;
}
@media (max-width: 1199px) {
  .six-slide .target-block {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .six-slide .target-block {
    position: relative;
    left: 36%;
    margin-top: 0px;
  }
}
@media (min-width: 1200px) {
  .six-slide .target-block {
    flex-direction: row;
    align-items: flex-start;
    position: absolute;
    top: calc(100% - 70px);
    left: 62%;
    transform: translate(50%, -50%);
    margin-top: 0px;
  }
}
@media (min-width: 1300px) {
  .six-slide .target-block {
    left: 65%;
  }
}
.six-slide .target-block .arrow-img {
  margin-top: -90px;
}
@media (min-width: 1200px) {
  .six-slide .target-block .arrow-img {
    margin-top: 25px;
    position: absolute;
    left: -74px;
    z-index: 99;
  }
}
@media (max-width: 1199px) {
  .six-slide .target-block .arrow-img {
    margin-top: -38px;
    position: absolute;
    left: 22%;
    transform: translate(-50%, 0%);
  }
}
.six-slide .target-block .arrow-img img {
  max-width: 100%;
  animation: moveArrow 3s infinite ease-in-out;
}
@keyframes moveArrow {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(45px);
  }
  100% {
    transform: translateX(0);
  }
}
.six-slide .target-block .target-img img {
  max-width: 100%;
}
@media (max-width: 767px) {
  .six-slide .down-arrow {
    left: 10%;
  }
}

.third-slide h1 {
  font-family: "helveticabold";
  font-size: 40px;
  line-height: 40px;
  transition: all 0.3s ease;
  text-align: center;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .third-slide h1 {
    font-size: 60px;
    line-height: 60px;
  }
}
@media (min-width: 1440px) {
  .third-slide h1 {
    font-size: 80px;
    line-height: 80px;
  }
}
.third-slide .people-img {
  margin-top: 60px;
}

.strategic-block {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .strategic-block {
    flex-direction: column;
  }
}
.strategic-block p {
  font-family: Helvetica;
  font-weight: 700;
  font-size: 34px;
  line-height: 40px;
  text-align: center;
  margin: 0px;
}
@media (min-width: 480px) {
  .strategic-block p {
    font-size: 40px;
    line-height: 40px;
  }
}
@media (min-width: 768px) {
  .strategic-block p {
    font-size: 60px;
    line-height: 74px;
  }
}
@media (min-width: 1440px) {
  .strategic-block p {
    font-size: 80px;
    line-height: 94px;
  }
}
.strategic-block img {
  max-width: 30%;
  margin: 20px 0px;
}
@media (min-width: 768px) {
  .strategic-block img {
    max-width: 20%;
    margin: 0px;
  }
}
@media (min-width: 1640px) {
  .strategic-block img {
    max-width: 30%;
  }
}

.paragraph-block {
  max-width: 850px;
  margin: 0 auto 30px;
}
.paragraph-block p {
  font-family: Helvetica;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #343435;
  text-align: center;
}
@media (min-width: 390px) {
  .paragraph-block p {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (min-width: 768px) {
  .paragraph-block p {
    font-size: 20px;
    line-height: 32px;
  }
}
@media (min-width: 1440px) {
  .paragraph-block p {
    font-size: 24px;
    line-height: 34px;
  }
}
.paragraph-block p a {
  color: #fe5812;
  font-weight: 700;
  text-decoration: none;
}

.people-img {
  position: relative;
  text-align: center;
}
.people-img img {
  max-width: 100%;
  transition: width 0.3s ease;
}

.bulls-eye {
  text-align: center;
  margin-top: 100px;
  opacity: 0;
}
.bulls-eye img {
  max-width: 100%;
  display: inline-block;
}
@media (min-width: 768px) {
  .bulls-eye img {
    max-width: 50%;
  }
}

.bulls-eye-big {
  text-align: center;
  margin-top: 100px;
  opacity: 0;
}
.bulls-eye-big img {
  max-width: 100%;
  display: inline-block;
}
@media (min-width: 768px) {
  .bulls-eye-big img {
    max-width: 50%;
  }
}

.bulls-eye-more-big {
  text-align: center;
  margin-top: 100px;
  opacity: 0;
}
.bulls-eye-more-big img {
  max-width: 100%;
  display: inline-block;
}
@media (min-width: 768px) {
  .bulls-eye-more-big img {
    max-width: 50%;
  }
}

.down-arrow {
  text-align: center;
  position: absolute;
  left: 50%;
  bottom: 30px;
  transform: translateX(-50%);
  width: 40px;
  height: 40px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: transform 0.2s ease;
}
.down-arrow img {
  max-width: 100%;
  width: 100%;
  height: auto;
  animation: bounce 1.2s infinite;
  transition: width 0.3s ease;
}

/* Bouncing keyframes */
@keyframes bounce {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(8px);
  }
  100% {
    transform: translateY(0);
  }
}
/* Reduced motion preference */
@media (prefers-reduced-motion: reduce) {
  .down-arrow img {
    animation: none;
  }
}
.wildfire-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  text-align: center;
}
.wildfire-content p {
  font-size: 34px;
  font-weight: 300;
  color: #333;
  z-index: 2;
}
@media (min-width: 768px) {
  .wildfire-content p {
    font-size: 60px;
    line-height: 60px;
  }
}
@media (min-width: 1440px) {
  .wildfire-content p {
    font-size: 80px;
    line-height: 80px;
  }
}
.wildfire-content p strong {
  font-weight: 700;
}
.wildfire-content .wildfire-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.wildfire-content .wildfire-bg img {
  max-width: 300px;
  width: 100%;
  height: auto;
}

.active .wildfire-bg {
  animation: fadeToWhite 3s ease-in-out forwards;
}

@keyframes fadeToWhite {
  0% {
    filter: brightness(1) grayscale(0) contrast(1);
    opacity: 1;
  }
  100% {
    filter: brightness(2.5) grayscale(1.2) contrast(0.7);
    opacity: 0.7;
  }
}
.fp-section {
  overflow: hidden;
}

.fp-tableCell {
  display: flex;
  align-items: center;
}

.bulls-eye {
  visibility: hidden;
  opacity: 0;
  transform: scale(0);
  transition: opacity 0.4s ease, transform 0.4s ease;
}

.bulls-eye.animate {
  visibility: visible;
  animation: zoomInSlow 10s ease-in-out forwards;
  /* was 5s → now 10s */
}

@keyframes zoomInSlow {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  10% {
    transform: scale(0.6);
    opacity: 0.6;
  }
  25% {
    transform: scale(1.2);
    opacity: 1;
  }
  40% {
    transform: scale(2);
    opacity: 1;
  }
  55% {
    transform: scale(2.8);
    opacity: 1;
  }
  70% {
    transform: scale(3.5);
    opacity: 1;
  }
  80% {
    transform: scale(4);
    opacity: 1;
  }
  90% {
    transform: scale(4.5);
    opacity: 1;
  }
  100% {
    transform: scale(5);
    opacity: 1;
  }
}
section.vertical-scrolling {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: opacity 1.5s ease-in-out, visibility 1.5s ease-in-out;
  display: flex;
  justify-content: center;
  align-items: center;
}

section.active {
  opacity: 1;
  visibility: visible;
  z-index: 1;
  overflow: hidden;
  background: #fff;
}

body {
  padding-top: 100px;
}

header {
  background: #f4f3f3;
  padding: 28px 0px 20px;
  transition: background 0.4s ease, padding 0.4s ease;
  width: 100%;
  position: fixed;
  z-index: 888;
  top: 0px;
}
@media (min-width: 992px) {
  header {
    overflow: hidden;
  }
}
header.nav-open {
  background: #514b4a;
}
header.nav-open .nav-wrap .logo img.white-logo {
  display: block;
}
header.nav-open .nav-wrap .logo img.black-logo {
  display: none;
}
header .nav-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (min-width: 390px) and (max-width: 992px) {
  header .nav-wrap .logo {
    padding-left: 80px;
  }
}
header .nav-wrap .logo img {
  max-width: 226px;
}
header .nav-wrap .logo img.white-logo {
  display: none;
}
header .nav-wrap .nav-block {
  visibility: hidden;
  opacity: 0;
  transform: translateY(25px);
  pointer-events: none;
  transition: opacity 0.4s ease, transform 0.45s ease, visibility 0s linear 0.45s;
}
header .nav-wrap .nav-block.menu-open {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
  transition: opacity 0.4s ease, transform 0.45s ease, visibility 0s;
}
@media (max-width: 992px) {
  header .nav-wrap .nav-block.menu-open {
    position: absolute;
    top: 94px;
    background: #fe5812;
    left: 0;
    width: 100%;
    padding: 40px 80px 65px;
    border-bottom-right-radius: 80px;
  }
  header .nav-wrap .nav-block.menu-open:after {
    content: "";
    background: url(../images/flame-white-icon.svg) no-repeat;
    width: 150px;
    height: 188px;
    position: absolute;
    bottom: 16px;
    right: 16px;
    background-size: contain;
    opacity: 0.2;
  }
}
header .nav-wrap .nav-block ul {
  padding: 0px;
  margin: 0px;
  list-style: none;
  display: flex;
  gap: 40px;
}
@media (max-width: 992px) {
  header .nav-wrap .nav-block ul {
    flex-direction: column;
    width: 100%;
  }
}
header .nav-wrap .nav-block ul li {
  position: relative;
  z-index: 2;
}
header .nav-wrap .nav-block ul li a {
  font-family: Helvetica;
  font-weight: 700;
  font-size: 20px;
  line-height: normal;
  text-decoration: none;
  text-align: center;
  color: #fff;
  position: relative;
  padding: 0px 10px;
}
header .nav-wrap .nav-block ul li a.active:after {
  width: 100%;
}
header .nav-wrap .nav-block ul li a:hover:after {
  width: 100%;
}
header .nav-wrap .nav-block ul li a:after {
  content: "";
  position: absolute;
  top: 50px;
  left: 0;
  width: 0%;
  height: 5px;
  background: #fe5812;
  transition: width 0.3s ease;
  display: none;
}
@media (min-width: 992px) {
  header .nav-wrap .nav-block ul li a:after {
    display: block;
  }
}
header .nav-wrap .menu-icon {
  width: 28px;
  height: 16px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  cursor: pointer;
}
header .nav-wrap .menu-icon span {
  display: block;
  height: 2px;
  background: #909090;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
header .nav-wrap .menu-icon.active span:nth-child(1) {
  transform: rotate(45deg) translate(6px, 5px);
}
header .nav-wrap .menu-icon.active span:nth-child(2) {
  opacity: 0;
}
header .nav-wrap .menu-icon.active span:nth-child(3) {
  transform: rotate(-45deg) translate(5px, -5px);
}

.home-hero {
  margin-top: 30px;
}
@media (min-width: 992px) {
  .home-hero {
    margin-top: 60px;
  }
}
.home-hero .intro-img.top {
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .home-hero .intro-img.top {
    margin-bottom: 45px;
  }
}
.home-hero .intro-img.top img {
  max-width: 240px;
}
.home-hero .intro-img.bottom {
  margin-top: 10px;
}
@media (min-width: 992px) {
  .home-hero .intro-img.bottom {
    margin-top: 80px;
  }
}
.home-hero .intro-img.bottom img {
  max-width: 100%;
}
@media (min-width: 992px) {
  .home-hero .intro-img.bottom img {
    max-width: 380px;
  }
}
.home-hero .intro-text {
  max-width: 670px;
  margin: 0 auto;
}
@media (min-width: 1440px) {
  .home-hero .intro-text {
    max-width: 765px;
  }
}
.home-hero .intro-text h1 {
  font-family: Helvetica;
  font-weight: 700;
  font-size: 36px;
  line-height: 46px;
  color: #343435;
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .home-hero .intro-text h1 {
    font-size: 50px;
    line-height: 74px;
    margin-bottom: 24px;
  }
}
@media (min-width: 1440px) {
  .home-hero .intro-text h1 {
    font-size: 60px;
    line-height: 94px;
  }
}
.home-hero .intro-text p {
  font-family: Helvetica;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #343435;
  margin: 0px;
}
@media (min-width: 768px) {
  .home-hero .intro-text p {
    font-size: 20px;
    line-height: 32px;
    text-align: center;
  }
}
@media (min-width: 1440px) {
  .home-hero .intro-text p {
    font-size: 24px;
    line-height: 40px;
  }
}
.home-hero .intro-text p span {
  color: #fe5812;
  font-weight: 700;
  text-decoration: none;
}

.home-ideas {
  background: #938277;
  padding: 66px 0px 0px;
  text-align: center;
  margin-top: -21px;
}
.home-ideas h2 {
  font-family: Helvetica;
  font-weight: 700;
  font-size: 36px;
  line-height: 46px;
  color: #fff;
}
@media (min-width: 768px) {
  .home-ideas h2 {
    font-size: 50px;
    line-height: 74px;
  }
}
@media (min-width: 1440px) {
  .home-ideas h2 {
    font-size: 60px;
    line-height: 94px;
  }
}
.home-ideas p {
  font-family: Helvetica;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  .home-ideas p {
    font-size: 20px;
    line-height: 32px;
  }
}
@media (min-width: 1440px) {
  .home-ideas p {
    font-size: 24px;
    line-height: 40px;
    max-width: 800px;
  }
}
.home-ideas p:last-child {
  margin-bottom: 0px;
}
.home-ideas .tossing-backpack {
  margin-top: 25px;
}
@media (min-width: 768px) {
  .home-ideas .tossing-backpack {
    margin-top: 50px;
  }
}
.home-ideas .tossing-backpack img {
  max-width: 100%;
  position: relative;
  top: 10px;
}

.partner-content {
  text-align: center;
  margin: 70px 0px 50px;
}
@media (min-width: 768px) {
  .partner-content {
    margin: 50px 0px 90px;
  }
}
.partner-content h2 {
  font-family: Helvetica;
  font-weight: 700;
  font-size: 36px;
  line-height: 46px;
  color: #343435;
  letter-spacing: -0.9px;
}
@media (max-width: 767px) {
  .partner-content h2 {
    max-width: 360px;
    margin: 0 auto 10px;
  }
}
@media (min-width: 768px) {
  .partner-content h2 {
    font-size: 50px;
    line-height: 74px;
    margin-bottom: 0px;
  }
}
@media (min-width: 1440px) {
  .partner-content h2 {
    font-size: 60px;
    line-height: 94px;
  }
}
.partner-content p {
  font-family: Helvetica;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #343435;
  max-width: 710px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .partner-content p {
    font-size: 20px;
    line-height: 32px;
  }
}
@media (min-width: 1440px) {
  .partner-content p {
    font-size: 24px;
    line-height: 40px;
    max-width: 840px;
  }
}

.partners-list .list-inner {
  border-bottom: 1px solid #938277;
  margin-bottom: 40px;
  padding-bottom: 50px;
}
@media (min-width: 768px) {
  .partners-list .list-inner {
    margin-bottom: 70px;
    padding-bottom: 90px;
  }
}
.partners-list .list-inner .partner-box {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 220px;
  cursor: pointer;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.partners-list .list-inner .partner-box:hover .show-text-box {
  bottom: 0;
}
.partners-list .list-inner .partner-box img {
  max-width: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}
.partners-list .list-inner .partner-box .show-text-box {
  position: absolute;
  bottom: -100%;
  left: 0;
  width: 100%;
  background: rgba(244, 252, 252, 0.9);
  color: #fff;
  height: 100%;
  padding: 10px 2px;
  text-align: center;
  transition: bottom 0.4s ease;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.partners-list .list-inner .partner-box .show-text-box h3 {
  color: #fe5812;
  font-family: Helvetica;
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  text-transform: uppercase;
}
.partners-list .list-inner .partner-box .show-text-box p {
  font-family: Helvetica;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  color: #343435;
  margin: 0px;
}

.binoculars {
  text-align: center;
}
.binoculars img {
  max-width: 100%;
  position: relative;
  top: 15px;
  z-index: -1;
}

.insights-sec {
  background: #e9e4e1;
  padding: 50px 0px 40px;
}
.insights-sec .head {
  text-align: center;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .insights-sec .head {
    margin-bottom: 40px;
  }
}
.insights-sec .head h2 {
  font-family: Helvetica;
  font-weight: 700;
  font-size: 36px;
  line-height: 46px;
  color: #343435;
  margin: 0px;
}
@media (min-width: 768px) {
  .insights-sec .head h2 {
    font-size: 50px;
    line-height: 60px;
  }
}
@media (min-width: 1440px) {
  .insights-sec .head h2 {
    font-size: 60px;
    line-height: 60px;
  }
}
.insights-sec .insight-block .insight-img {
  margin-bottom: 35px;
}
.insights-sec .insight-block .insight-img img {
  max-width: 100%;
  width: 100%;
}
.insights-sec .insight-block .insight-content span {
  font-family: Helvetica;
  font-weight: 400;
  font-size: 18px;
  line-height: 40px;
  color: #000000;
}
.insights-sec .insight-block .insight-content h3 {
  font-family: Helvetica;
  font-weight: 700;
  font-size: 22px;
  line-height: 30px;
  color: #343435;
  letter-spacing: -0.6px;
}
@media (min-width: 1440px) {
  .insights-sec .insight-block .insight-content h3 {
    font-size: 26px;
  }
}
.insights-sec .insight-block .insight-content p {
  font-family: Helvetica;
  font-weight: 400;
  font-size: 17px;
  line-height: 30px;
  color: #000000;
  letter-spacing: -0.4px;
}
@media (min-width: 1440px) {
  .insights-sec .insight-block .insight-content p {
    font-size: 20px;
  }
}
.insights-sec .insight-block .insight-content a.cta {
  background: #fe5812;
  font-family: Helvetica;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  vertical-align: middle;
  width: max-content;
  height: 50px;
  color: #fff;
  text-decoration: none;
  padding: 10px 25px;
  display: flex;
  align-items: center;
  transition: background 0.35s ease, color 0.35s ease, border-color 0.35s ease, transform 0.3s ease;
}
.insights-sec .insight-block .insight-content a.cta:hover {
  background: #fff;
  color: #fe5812;
  border-color: #fe5812;
}
@media (min-width: 1440px) {
  .insights-sec .insight-block .insight-content a.cta {
    font-size: 20px;
  }
}
.insights-sec .view-more {
  margin-top: 40px;
  text-align: center;
}
@media (min-width: 768px) {
  .insights-sec .view-more {
    margin-top: 54px;
  }
}
.insights-sec .view-more a {
  font-family: Helvetica;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  color: #343435;
  text-decoration: none;
}
@media (min-width: 1440px) {
  .insights-sec .view-more a {
    font-size: 20px;
  }
}

.work-sec {
  padding: 80px 0px;
}
@media (min-width: 1440px) {
  .work-sec {
    padding: 110px 0px;
  }
}
.work-sec .head {
  text-align: center;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .work-sec .head {
    margin-bottom: 40px;
  }
}
.work-sec .head img {
  max-width: 100%;
  margin-bottom: 20px;
}
.work-sec .head h2 {
  font-family: Helvetica;
  font-weight: 700;
  font-size: 36px;
  line-height: 50px;
  color: #343435;
  margin: 0px;
}
@media (min-width: 768px) {
  .work-sec .head h2 {
    font-size: 50px;
    line-height: 60px;
  }
}
@media (min-width: 1440px) {
  .work-sec .head h2 {
    font-size: 60px;
    line-height: 60px;
  }
}
.work-sec .work-list .work-box img {
  max-width: 100%;
  width: 100%;
}
.work-sec .view-more {
  margin-top: 60px;
  text-align: center;
}
@media (min-width: 1440px) {
  .work-sec .view-more {
    margin-top: 88px;
  }
}
.work-sec .view-more a {
  font-family: Helvetica;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  color: #343435;
  text-decoration: none;
}
@media (min-width: 1440px) {
  .work-sec .view-more a {
    font-size: 20px;
  }
}

.lets-talk-sec {
  background: #938277;
  padding: 50px 0px 60px;
  text-align: center;
}
@media (min-width: 768px) {
  .lets-talk-sec {
    padding: 60px 0px 80px;
  }
}
@media (min-width: 1440px) {
  .lets-talk-sec {
    padding: 82px 0px 122px;
  }
}
.lets-talk-sec img {
  max-width: 80px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .lets-talk-sec img {
    max-width: 100%;
  }
}
@media (min-width: 1440px) {
  .lets-talk-sec img {
    margin-bottom: 28px;
  }
}
.lets-talk-sec h3 {
  font-family: Helvetica;
  font-weight: 700;
  font-size: 24px;
  line-height: 100%;
  color: #ffffff;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .lets-talk-sec h3 {
    font-size: 28px;
    margin-bottom: 28px;
  }
}
@media (min-width: 1440px) {
  .lets-talk-sec h3 {
    margin-bottom: 40px;
    font-size: 40px;
  }
}
.lets-talk-sec p {
  font-family: Helvetica;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  color: #000000;
  max-width: 560px;
  margin: 0 auto;
}
@media (min-width: 1440px) {
  .lets-talk-sec p {
    max-width: 820px;
    font-size: 24px;
    line-height: 40px;
  }
}
.lets-talk-sec a.cta {
  background: #fe5812;
  font-family: Helvetica;
  font-weight: 700;
  font-size: 14px;
  line-height: 14px;
  text-align: center;
  color: #fff;
  margin-top: 30px;
  min-width: 246px;
  height: 40px;
  display: inline-flex;
  text-decoration: none;
  align-items: center;
  justify-content: center;
  transition: background 0.35s ease, color 0.35s ease, border-color 0.35s ease, transform 0.3s ease;
}
.lets-talk-sec a.cta:hover {
  background: #fff;
  color: #fe5812;
  border-color: #fe5812;
}
@media (min-width: 1440px) {
  .lets-talk-sec a.cta {
    font-size: 20px;
    line-height: 20px;
    min-width: 358px;
    margin-top: 44px;
    height: 60px;
  }
}

.about-hero {
  margin-top: 60px;
  margin-bottom: 96px;
}
@media (max-width: 991px) {
  .about-hero {
    margin-top: 60px;
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .about-hero {
    margin-top: 50px;
    margin-bottom: 35px;
  }
}
@media (max-width: 767px) {
  .about-hero .intro-img {
    margin: 0 auto 25px;
    text-align: center;
  }
}
.about-hero .intro-img img {
  max-width: 100%;
}
@media (max-width: 767px) {
  .about-hero .intro-img img {
    max-width: 180px;
  }
}
.about-hero .intro-text {
  max-width: 765px;
  margin: 0 auto;
}
.about-hero .intro-text h1 {
  font-family: Helvetica;
  font-weight: 700;
  font-size: 36px;
  line-height: 46px;
  color: #343435;
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .about-hero .intro-text h1 {
    font-size: 50px;
    line-height: 80px;
    margin-bottom: 24px;
  }
}
@media (min-width: 1440px) {
  .about-hero .intro-text h1 {
    font-size: 60px;
    line-height: 94px;
  }
}
.about-hero .intro-text p {
  font-family: Helvetica;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #343435;
}
@media (min-width: 768px) {
  .about-hero .intro-text p {
    font-size: 20px;
    line-height: 32px;
  }
}
@media (min-width: 1440px) {
  .about-hero .intro-text p {
    font-size: 24px;
    line-height: 40px;
  }
}
.about-hero .intro-text p span {
  color: #fe5812;
  font-weight: 700;
  text-decoration: none;
}

.mountain-view {
  background: #938277;
}
.mountain-view .mountain-text {
  padding: 62px 0px 82px;
}
@media (max-width: 991px) {
  .mountain-view .mountain-text {
    padding: 52px 0px 52px;
  }
}
@media (max-width: 767px) {
  .mountain-view .mountain-text {
    padding: 46px 0px 26px;
  }
}
.mountain-view .mountain-text h2 {
  font-family: Helvetica;
  font-weight: 700;
  font-size: 36px;
  line-height: 42px;
  color: #fff;
}
@media (min-width: 992px) {
  .mountain-view .mountain-text h2 {
    font-size: 50px;
    line-height: 58px;
  }
}
@media (min-width: 1440px) {
  .mountain-view .mountain-text h2 {
    font-size: 60px;
    line-height: 70px;
  }
}
@media (max-width: 767px) {
  .mountain-view .mountain-text h2 {
    text-align: center;
  }
}
.mountain-view .mountain-text p {
  font-family: Helvetica;
  font-weight: 400;
  font-size: 20px;
  line-height: 32px;
  color: #fff;
  margin: 0px;
}
@media (max-width: 767px) {
  .mountain-view .mountain-text p {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (min-width: 1440px) {
  .mountain-view .mountain-text p {
    font-size: 24px;
    line-height: 40px;
  }
}
.mountain-view .mountain-img {
  position: relative;
  height: 100%;
}
.mountain-view .mountain-img img {
  max-width: 100%;
}
@media (max-width: 767px) {
  .mountain-view .mountain-img img {
    margin-bottom: -15px;
  }
}
@media (min-width: 768px) {
  .mountain-view .mountain-img img {
    position: absolute;
    right: 0;
    bottom: -14px;
    top: auto;
    left: auto;
    min-width: 120%;
  }
}
@media (min-width: 992px) {
  .mountain-view .mountain-img img {
    bottom: -22px;
  }
}
@media (min-width: 1024px) {
  .mountain-view .mountain-img img {
    right: -26%;
  }
}
@media (min-width: 1440px) {
  .mountain-view .mountain-img img {
    right: -17.3%;
  }
}

.leadership-team {
  margin: 66px 0px 90px;
}
@media (max-width: 991px) {
  .leadership-team {
    margin: 50px 0px 60px;
  }
}
@media (max-width: 767px) {
  .leadership-team {
    margin: 46px 0px 55px;
  }
}
.leadership-team.last-block ul.leadership-team-list {
  position: relative;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .leadership-team.last-block ul.leadership-team-list {
    padding-bottom: 50px;
    margin-bottom: 50px;
  }
}
@media (min-width: 992px) {
  .leadership-team.last-block ul.leadership-team-list {
    padding-bottom: 80px;
    margin-bottom: 80px;
  }
}
.leadership-team.last-block ul.leadership-team-list:before {
  content: "";
  position: absolute;
  left: 5%;
  top: auto;
  bottom: 0%;
  background-color: #938277;
  height: 1px;
  width: 95%;
}
.leadership-team ul.leadership-team-list {
  display: flex;
  align-items: flex-start;
  padding: 0px;
  list-style: none;
  margin: 0px -15px;
  flex-wrap: wrap;
  justify-content: center;
  row-gap: 15px;
}
@media (max-width: 767px) {
  .leadership-team ul.leadership-team-list {
    flex-direction: column;
    margin: 0px auto;
  }
}
.leadership-team ul.leadership-team-list li {
  width: 20%;
  padding: 0px 15px;
}
@media (max-width: 767px) {
  .leadership-team ul.leadership-team-list li {
    width: 200px;
    margin: 0 auto;
  }
}
.leadership-team ul.leadership-team-list li:hover a .name-box h4 {
  color: #fe5812;
}
.leadership-team ul.leadership-team-list li a {
  text-decoration: none;
}
.leadership-team ul.leadership-team-list li a .team-img {
  position: relative;
  margin-bottom: 26px;
}
.leadership-team ul.leadership-team-list li a .team-img:before {
  display: block;
  padding-top: 130%;
  content: "";
}
.leadership-team ul.leadership-team-list li a .team-img img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.leadership-team ul.leadership-team-list li a .name-box h4 {
  font-family: Helvetica;
  font-weight: 700;
  font-size: 20px;
  line-height: 22px;
  color: #343435;
}
@media (min-width: 1440px) {
  .leadership-team ul.leadership-team-list li a .name-box h4 {
    font-size: 24px;
    line-height: 26px;
  }
}
.leadership-team ul.leadership-team-list li a .name-box p {
  font-family: Helvetica;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #343435;
  margin: 0px;
}
@media (min-width: 1440px) {
  .leadership-team ul.leadership-team-list li a .name-box p {
    font-size: 18px;
    line-height: 24px;
  }
}
@media (min-width: 576px) {
  .leadership-team .team-popup .modal .modal-dialog {
    max-width: 1166px;
  }
}
.leadership-team .team-popup .modal .modal-dialog .modal-content {
  position: relative;
  border: none;
  border-radius: 0px;
  border-bottom-right-radius: 168px;
}
.leadership-team .team-popup .modal .modal-dialog .modal-content .btn-close {
  position: absolute;
  right: 30px;
  z-index: 1;
  top: 30px;
  font-size: 30px;
  padding: 0px;
}
.leadership-team .team-popup .modal .modal-dialog .modal-content .modal-body {
  padding: 0px;
  display: flex;
}
@media (max-width: 767px) {
  .leadership-team .team-popup .modal .modal-dialog .modal-content .modal-body {
    flex-direction: column;
  }
}
.leadership-team .team-popup .modal .modal-dialog .modal-content .modal-body .team-img {
  min-width: 300px;
}
.leadership-team .team-popup .modal .modal-dialog .modal-content .modal-body .team-img img {
  max-width: 100%;
  width: 100%;
  background-color: #beb099;
  border-bottom: 22px solid #fe5812;
}
.leadership-team .team-popup .modal .modal-dialog .modal-content .modal-body .team-popup-content {
  padding: 20px 54px 50px 40px;
  position: relative;
}
@media (min-width: 768px) {
  .leadership-team .team-popup .modal .modal-dialog .modal-content .modal-body .team-popup-content {
    padding: 40px 120px 50px 80px;
  }
}
@media (min-width: 1440px) {
  .leadership-team .team-popup .modal .modal-dialog .modal-content .modal-body .team-popup-content {
    padding: 50px 80px 70px 90px;
  }
}
.leadership-team .team-popup .modal .modal-dialog .modal-content .modal-body .team-popup-content .head {
  margin-bottom: 15px;
}
@media (min-width: 1440px) {
  .leadership-team .team-popup .modal .modal-dialog .modal-content .modal-body .team-popup-content .head {
    margin-bottom: 30px;
  }
}
.leadership-team .team-popup .modal .modal-dialog .modal-content .modal-body .team-popup-content .head h2 {
  font-family: Helvetica;
  font-weight: 700;
  font-size: 50px;
  line-height: 50px;
  color: #343435;
  margin-bottom: 15px;
}
@media (min-width: 1440px) {
  .leadership-team .team-popup .modal .modal-dialog .modal-content .modal-body .team-popup-content .head h2 {
    font-size: 60px;
    line-height: 60px;
  }
}
.leadership-team .team-popup .modal .modal-dialog .modal-content .modal-body .team-popup-content .head h2 span {
  font-weight: 300;
  display: block;
}
.leadership-team .team-popup .modal .modal-dialog .modal-content .modal-body .team-popup-content .head p {
  font-family: Helvetica;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #343435;
  margin: 0px;
}
@media (min-width: 1440px) {
  .leadership-team .team-popup .modal .modal-dialog .modal-content .modal-body .team-popup-content .head p {
    font-size: 20px;
    line-height: 30px;
  }
}
.leadership-team .team-popup .modal .modal-dialog .modal-content .modal-body .team-popup-content p {
  font-family: Helvetica;
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  color: #343435;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .leadership-team .team-popup .modal .modal-dialog .modal-content .modal-body .team-popup-content p {
    margin: 0px;
  }
}
.leadership-team .team-popup .modal .modal-dialog .modal-content .modal-body .team-popup-content a.mail-cta {
  font-family: Helvetica;
  font-weight: 700;
  font-size: 20px;
  line-height: 50px;
  color: #343435;
  text-decoration: none;
  margin-top: 15px;
  display: inline-block;
  position: relative;
  z-index: 2;
}
@media (min-width: 1440px) {
  .leadership-team .team-popup .modal .modal-dialog .modal-content .modal-body .team-popup-content a.mail-cta {
    margin-top: 30px;
  }
}
.leadership-team .team-popup .modal .modal-dialog .modal-content .modal-body .team-popup-content a.mail-cta img {
  max-width: 100%;
  margin-right: 10px;
}
.leadership-team .team-popup .modal .modal-dialog .modal-content .modal-body .team-popup-content .flame-icon {
  position: absolute;
  right: 25px;
  bottom: 25px;
  pointer-events: none;
}
@media (max-width: 767px) {
  .leadership-team .team-popup .modal .modal-dialog .modal-content .modal-body .team-popup-content .flame-icon {
    width: 250px;
  }
}
.leadership-team .team-popup .modal .modal-dialog .modal-content .modal-body .team-popup-content .flame-icon img {
  max-width: 100%;
}

.dd-team {
  overflow: hidden;
  position: relative;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .dd-team {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .dd-team {
    padding-top: 48px;
    margin-bottom: 0px;
  }
}
.dd-team:after {
  content: "";
  position: absolute;
  background: #787571;
  width: 100%;
  height: 94.2%;
  left: 0;
  top: 0;
  z-index: -1;
}
@media (min-width: 768px) {
  .dd-team:after {
    height: 92.2%;
    top: 3%;
  }
}
.dd-team .dd-team-img {
  position: relative;
}
@media (max-width: 767px) {
  .dd-team .dd-team-img {
    z-index: 1;
  }
}
.dd-team .dd-team-img:after {
  content: "";
  position: absolute;
  background-color: #fe5812;
  width: 1000%;
  height: 92.8%;
  left: calc(100% - 1px);
  top: 2.81%;
}
@media (max-width: 767px) {
  .dd-team .dd-team-img:after {
    left: -22px;
    top: 2.83%;
  }
}
.dd-team .dd-team-img img {
  max-width: 100%;
}
@media (max-width: 767px) {
  .dd-team .dd-team-img img {
    z-index: 1;
    position: relative;
  }
}
@media (max-width: 767px) {
  .dd-team .team-content {
    padding-bottom: 48px;
  }
}
.dd-team .team-content h2 {
  color: #ffffff;
  font-family: Helvetica;
  font-weight: 700;
  font-size: 36px;
  line-height: 42px;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .dd-team .team-content h2 {
    max-width: 350px;
    margin: 0 auto 15px;
  }
}
@media (min-width: 992px) {
  .dd-team .team-content h2 {
    font-size: 50px;
    line-height: 60px;
    margin-bottom: 15px;
  }
}
@media (min-width: 1440px) {
  .dd-team .team-content h2 {
    font-size: 60px;
    line-height: 70px;
  }
}
.dd-team .team-content p {
  color: #ffffff;
  font-family: Helvetica;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  margin: 0px;
}
@media (min-width: 768px) {
  .dd-team .team-content p {
    font-size: 20px;
    line-height: 26px;
  }
}
@media (min-width: 992px) {
  .dd-team .team-content p {
    line-height: 32px;
  }
}
@media (min-width: 1440px) {
  .dd-team .team-content p {
    font-size: 24px;
    line-height: 40px;
  }
}

.service-hero {
  margin-top: 22px;
  margin-bottom: 30px;
  position: relative;
}
@media (min-width: 768px) {
  .service-hero {
    margin-top: 96px;
    margin-bottom: 96px;
  }
}
.service-hero .container {
  position: relative;
}
.service-hero .intro-img {
  margin: 0px 0px 40px -10px;
}
@media (min-width: 768px) {
  .service-hero .intro-img {
    position: absolute;
    left: 0px;
    top: -60px;
    margin: 0px;
  }
}
.service-hero .intro-img img {
  max-width: 100%;
}
@media (min-width: 768px) {
  .service-hero .intro-img img {
    max-width: 85%;
  }
}
@media (min-width: 992px) {
  .service-hero .intro-img img {
    max-width: 100%;
  }
}
.service-hero .intro-text {
  max-width: 780px;
}
@media (min-width: 768px) {
  .service-hero .intro-text {
    padding-top: 35%;
    padding-left: 30px;
  }
}
@media (min-width: 1440px) {
  .service-hero .intro-text {
    max-width: 920px;
    padding-top: 30%;
  }
}
.service-hero .intro-text h1 {
  font-family: Helvetica;
  font-weight: 700;
  font-size: 36px;
  line-height: 42px;
  color: #343435;
  text-align: center;
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .service-hero .intro-text h1 {
    text-align: left;
    margin-bottom: 24px;
  }
}
@media (min-width: 992px) {
  .service-hero .intro-text h1 {
    font-size: 50px;
    line-height: 80px;
  }
}
@media (min-width: 1440px) {
  .service-hero .intro-text h1 {
    font-size: 60px;
    line-height: 94px;
  }
}
.service-hero .intro-text p {
  font-family: Helvetica;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #343435;
}
@media (min-width: 768px) {
  .service-hero .intro-text p {
    font-size: 20px;
    line-height: 32px;
  }
}
@media (min-width: 1440px) {
  .service-hero .intro-text p {
    font-size: 24px;
    line-height: 40px;
  }
}
.service-hero .intro-text p span {
  color: #fe5812;
  font-weight: 700;
  text-decoration: none;
}

.contact-hero {
  margin-top: 54px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .contact-hero {
    margin-top: 60px;
    margin-bottom: 40px;
  }
}
.contact-hero .container {
  position: relative;
}
.contact-hero .intro-img {
  text-align: center;
  margin-bottom: 40px;
}
.contact-hero .intro-img img {
  max-width: 100%;
}
@media (min-width: 768px) {
  .contact-hero .intro-img img {
    max-width: 54%;
  }
}
@media (min-width: 1440px) {
  .contact-hero .intro-img img {
    max-width: 100%;
  }
}
.contact-hero .intro-text {
  max-width: 892px;
  margin: 0 auto;
  text-align: center;
}
@media (min-width: 1440px) {
  .contact-hero .intro-text {
    max-width: 1070px;
  }
}
.contact-hero .intro-text h1 {
  font-family: Helvetica;
  font-weight: 700;
  font-size: 36px;
  line-height: 46px;
  color: #343435;
  margin-bottom: 25px;
}
@media (min-width: 768px) {
  .contact-hero .intro-text h1 {
    font-size: 50px;
    line-height: 60px;
  }
}
@media (min-width: 1440px) {
  .contact-hero .intro-text h1 {
    font-size: 60px;
    line-height: 72px;
  }
}
.contact-hero .intro-text p {
  font-family: Helvetica;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #343435;
  margin: 0px;
}
@media (min-width: 768px) {
  .contact-hero .intro-text p {
    font-size: 20px;
    line-height: 32px;
  }
}
@media (min-width: 1440px) {
  .contact-hero .intro-text p {
    font-size: 24px;
    line-height: 40px;
  }
}
.contact-hero .intro-text p a {
  color: #fe5812;
  font-weight: 700;
  text-decoration: none;
}

.service-block {
  padding: 50px 0px;
}
.service-block .icon {
  text-align: center;
  margin-bottom: 20px;
}
.service-block .icon img {
  max-width: 100%;
}
.service-block h2 {
  font-family: Helvetica;
  font-weight: 700;
  font-size: 36px;
  line-height: 46px;
  text-align: center;
  color: #343435;
  margin-bottom: 15px;
}
@media (min-width: 992px) {
  .service-block h2 {
    font-size: 50px;
    line-height: 50px;
    margin-bottom: 30px;
  }
}
@media (min-width: 1440px) {
  .service-block h2 {
    font-size: 60px;
    line-height: 50px;
  }
}
.service-block p {
  font-family: Helvetica;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #343435;
  max-width: 922px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  .service-block p {
    font-size: 20px;
    line-height: 32px;
  }
}
@media (min-width: 1440px) {
  .service-block p {
    max-width: 1100px;
    font-size: 24px;
    line-height: 40px;
  }
}
.service-block p a {
  color: #fe5812;
  font-weight: 700;
  text-decoration: none;
}
.service-block ul {
  display: flex;
  justify-content: center;
  padding: 0px;
  margin: 0px;
  list-style: none;
}
@media (max-width: 767px) {
  .service-block ul {
    flex-wrap: wrap;
  }
}
.service-block ul li {
  font-family: Helvetica;
  font-weight: 700;
  font-size: 18px;
  line-height: 26px;
  text-align: center;
  color: #343435;
  position: relative;
  padding-left: 25px;
}
@media (min-width: 768px) {
  .service-block ul li {
    font-size: 24px;
    line-height: 30px;
  }
}
@media (min-width: 1440px) {
  .service-block ul li {
    font-size: 28px;
  }
}
.service-block ul li:first-child {
  padding-left: 0px;
}
.service-block ul li:first-child:before {
  display: none;
}
.service-block ul li:before {
  content: "•";
  position: absolute;
  left: 10%;
  top: 18%;
  font-size: 22px;
  line-height: 1;
}
.service-block.last-block .container {
  position: relative;
}
.service-block.last-block .container:before {
  content: "";
  position: absolute;
  left: 5%;
  top: auto;
  bottom: -20%;
  background-color: #938277;
  height: 1px;
  width: 95%;
}

.white-gray {
  background: #f5f1ee;
}

.dark-gray {
  background: #ececec;
}

.contact-form {
  padding: 0px 0px 80px;
}
.contact-form form {
  max-width: 900px;
  margin: 0 auto;
}
@media (min-width: 1440px) {
  .contact-form form {
    max-width: 1070px;
  }
}
.contact-form form .form-group .form-control {
  border: 1.66px dotted #938277;
  border-radius: 0px;
  color: #938277;
  font-family: Helvetica;
  font-weight: 700;
  font-size: 20px;
  line-height: 60px;
  vertical-align: middle;
  text-align: center;
}
@media (min-width: 768px) {
  .contact-form form .form-group .form-control {
    font-size: 22px;
    line-height: 60px;
    text-align: left;
  }
}
@media (min-width: 1440px) {
  .contact-form form .form-group .form-control {
    font-size: 26px;
    line-height: 70px;
  }
}
.contact-form form .form-group .form-control::placeholder {
  color: #938277;
  opacity: 1;
}
.contact-form form .form-group .form-control::-ms-input-placeholder {
  color: #938277;
}
.contact-form form .form-group .submit {
  background: #fe5812;
  width: 100%;
  height: 60px;
  font-family: Helvetica;
  font-weight: 700;
  font-size: 20px;
  border-radius: 0px;
  line-height: 32px;
  text-align: center;
  color: #ffffff;
  transition: background 0.35s ease, color 0.35s ease, border-color 0.35s ease, transform 0.3s ease;
}
.contact-form form .form-group .submit:hover {
  background: #fff;
  color: #fe5812;
  border-color: #fe5812;
}
@media (min-width: 768px) {
  .contact-form form .form-group .submit {
    font-size: 22px;
  }
}
@media (min-width: 1440px) {
  .contact-form form .form-group .submit {
    height: 84px;
    font-size: 26px;
  }
}

.find-us .inner-block {
  position: relative;
  max-width: 800px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .find-us .inner-block {
    text-align: center;
  }
}
.find-us .inner-block img {
  max-width: 100%;
}
@media (max-width: 767px) {
  .find-us .inner-block .find-contant {
    text-align: center;
  }
}
@media (min-width: 768px) {
  .find-us .inner-block .find-contant {
    position: absolute;
    top: 50%;
    left: 70%;
    transform: translate(-50%, -50%);
    min-width: max-content;
  }
}
.find-us .inner-block .find-contant p {
  font-family: Helvetica;
  font-weight: 700;
  font-size: 32px;
  line-height: 40px;
  color: #343435;
}
@media (min-width: 768px) {
  .find-us .inner-block .find-contant p {
    font-size: 50px;
    line-height: 50px;
  }
}
@media (min-width: 1440px) {
  .find-us .inner-block .find-contant p {
    font-size: 60px;
    line-height: 70px;
  }
}
.find-us .inner-block .find-contant ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .find-us .inner-block .find-contant ul {
    justify-content: center;
  }
}
.find-us .inner-block .find-contant ul li {
  margin-left: 20px;
}
.find-us .inner-block .find-contant ul li:first-child {
  margin: 0px;
}
.find-us .inner-block .find-contant ul li a img {
  max-width: 100%;
}

.map-sec {
  padding: 40px 0px 90px;
}
@media (max-width: 767px) {
  .map-sec {
    padding: 40px 0px 50px;
    overflow: hidden;
  }
}
.map-sec .map-inner {
  max-width: 800px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .map-sec .map-inner {
    margin: 0px -15px;
  }
}
.map-sec .map-inner img {
  max-width: 100%;
}

.industrie-hero {
  margin-top: 50px;
  margin-bottom: 100px;
}
@media (max-width: 991px) {
  .industrie-hero {
    margin-top: 60px;
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .industrie-hero {
    margin-top: 40px;
    margin-bottom: 35px;
  }
}
.industrie-hero .row {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0px;
}
@media (min-width: 768px) {
  .industrie-hero .row {
    padding-bottom: 100px;
    border-bottom: 0.83px solid #938277;
  }
}
@media (min-width: 1440px) {
  .industrie-hero .row {
    max-width: 1250px;
  }
}
@media (max-width: 767px) {
  .industrie-hero .intro-img {
    margin: 0px auto 38px;
    text-align: center;
    max-width: 190px;
  }
}
.industrie-hero .intro-img img {
  max-width: 100%;
}
.industrie-hero .intro-text {
  max-width: 765px;
  margin: 0 auto;
}
.industrie-hero .intro-text h1 {
  font-family: Helvetica;
  font-weight: 700;
  font-size: 50px;
  line-height: 80px;
  color: #343435;
  margin-bottom: 24px;
}
@media (min-width: 1440px) {
  .industrie-hero .intro-text h1 {
    font-size: 60px;
    line-height: 94px;
  }
}
@media (max-width: 767px) {
  .industrie-hero .intro-text h1 {
    font-size: 36px;
    line-height: 42px;
    text-align: center;
    margin-bottom: 16px;
  }
}
.industrie-hero .intro-text p {
  font-family: Helvetica;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #343435;
}
@media (min-width: 768px) {
  .industrie-hero .intro-text p {
    font-size: 20px;
    line-height: 32px;
  }
}
@media (min-width: 1440px) {
  .industrie-hero .intro-text p {
    font-size: 24px;
    line-height: 40px;
  }
}

@media (max-width: 767px) {
  .industrie-wrap {
    overflow: hidden;
  }
}
.industrie-wrap .industrie-head {
  margin-bottom: 30px;
  padding: 0px 15px;
}
@media (min-width: 768px) {
  .industrie-wrap .industrie-head {
    padding: 0px;
  }
}
@media (min-width: 1440px) {
  .industrie-wrap .industrie-head .container {
    margin-left: auto;
    margin-right: auto;
    max-width: 1250px;
  }
}
@media (max-width: 767px) {
  .industrie-wrap .industrie-head.odd {
    margin: 0px;
  }
}
@media (max-width: 767px) {
  .industrie-wrap .industrie-head.odd h2 {
    background: rgba(147, 130, 119, 0.2509803922);
    min-height: 80px;
    align-items: center;
    position: relative;
    margin: 0px;
  }
  .industrie-wrap .industrie-head.odd h2::after {
    content: "";
    background: rgba(147, 130, 119, 0.2509803922);
    width: 100%;
    height: 100%;
    position: absolute;
    left: -100%;
  }
  .industrie-wrap .industrie-head.odd h2::before {
    content: "";
    background: rgba(147, 130, 119, 0.2509803922);
    width: 100%;
    height: 100%;
    position: absolute;
    right: -100%;
  }
}
@media (max-width: 767px) {
  .industrie-wrap .industrie-head.even {
    margin: 0px;
  }
}
@media (max-width: 767px) {
  .industrie-wrap .industrie-head.even h2 {
    min-height: 80px;
    align-items: center;
    margin: 0px;
  }
}
.industrie-wrap .industrie-head h2 {
  font-family: Helvetica;
  font-weight: 700;
  font-size: 22px;
  line-height: 30px;
  color: #343435;
  margin-bottom: 12px;
  display: flex;
  justify-content: space-between;
}
@media (min-width: 480px) {
  .industrie-wrap .industrie-head h2 {
    font-size: 28px;
    line-height: 32px;
  }
}
@media (min-width: 768px) {
  .industrie-wrap .industrie-head h2 {
    font-size: 36px;
    line-height: 42px;
  }
}
@media (min-width: 992px) {
  .industrie-wrap .industrie-head h2 {
    font-size: 50px;
    line-height: 58px;
  }
}
@media (min-width: 1440px) {
  .industrie-wrap .industrie-head h2 {
    font-size: 60px;
    line-height: 70px;
  }
}
.industrie-wrap .industrie-head h2 .mob-arrow {
  max-width: 100%;
  transition: transform 0.3s ease;
  cursor: pointer;
}
.industrie-wrap .industrie-head h2 .mob-arrow.active {
  transform: rotate(90deg);
}
@media (min-width: 768px) {
  .industrie-wrap .industrie-head h2 .mob-arrow {
    display: none;
  }
}
.industrie-wrap .industrie-head p {
  font-family: Helvetica;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #343435;
  margin: 0px;
}
@media (min-width: 768px) {
  .industrie-wrap .industrie-head p {
    font-size: 20px;
    line-height: 32px;
  }
}
@media (min-width: 1440px) {
  .industrie-wrap .industrie-head p {
    font-size: 24px;
    line-height: 40px;
  }
}
@media (max-width: 767px) {
  .industrie-wrap .industrie-head p {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease;
  }
}
.industrie-wrap .industrie-head p.active {
  max-height: 1000px;
  opacity: 1;
  visibility: visible;
  margin-top: 25px;
}
.industrie-wrap .industrie-list {
  margin-bottom: 85px;
}
@media (max-width: 767px) {
  .industrie-wrap .industrie-list {
    display: none;
    opacity: 0;
    height: 0;
    overflow: hidden;
    transition: all 0.4s ease;
    padding: 0px 15px;
    margin: 20px 0px 0px;
  }
}
.industrie-wrap .industrie-list.active {
  display: block;
  opacity: 1;
  height: auto;
  margin-bottom: 50px;
}
@media (min-width: 1440px) {
  .industrie-wrap .industrie-list .container {
    margin-left: auto;
    margin-right: auto;
    max-width: 1250px;
  }
}
.industrie-wrap .industrie-list .industrie-box {
  cursor: pointer;
  width: 100%;
  min-height: 204px;
  height: 204px !important;
  align-items: center !important;
  justify-content: center !important;
  display: flex !important;
  padding: 20px;
}
.industrie-wrap .industrie-list .industrie-box::before {
  display: none !important;
}
.industrie-wrap .industrie-list .industrie-box.bg-soft-cream {
  background-color: #efede5;
}
.industrie-wrap .industrie-list .industrie-box.bg-warm-taupe {
  background-color: #e4e0dd;
}
.industrie-wrap .industrie-list .industrie-box.bg-light-mist {
  background-color: #e3e3e3;
}
.industrie-wrap .industrie-list .industrie-box.bg-cool-gray {
  background-color: #e3e3e3;
}
.industrie-wrap .industrie-list .industrie-box.bg-pale-sand {
  background-color: #efebe5;
}
.industrie-wrap .industrie-list .industrie-box.bg-soft-beige {
  background-color: #e4e0dd;
}
.industrie-wrap .industrie-list .industrie-box:hover img {
  filter: grayscale(0%);
}
.industrie-wrap .industrie-list .industrie-box img {
  transition: all 0.2s;
  max-width: 100%;
  filter: grayscale(100%);
  margin: auto !important;
  position: relative !important;
  top: auto !important;
  left: auto !important;
  transform: none !important;
}

footer {
  background: #514b4a;
  padding: 80px 0px 0px;
}
@media (max-width: 767px) {
  footer {
    text-align: center;
  }
}
@media (min-width: 768px) {
  footer .col-md-3 {
    width: 20%;
  }
}
footer .foot-logo img {
  max-width: 100%;
}
footer .location h2 {
  color: #ff4c00;
  font-family: "helveticabold";
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
}
footer .location p {
  font-family: "helveticaregular";
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  margin: 0px;
  color: #fff;
}
@media (min-width: 1440px) {
  footer .location p {
    font-size: 16px;
    line-height: 24px;
  }
}
footer .location p a {
  text-decoration: none;
  color: #fff;
  word-wrap: break-word;
}
footer .footer-bottom {
  padding: 40px 0px;
}
footer .footer-bottom .bottom-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #ffffff;
  padding-top: 40px;
}
@media (max-width: 767px) {
  footer .footer-bottom .bottom-content {
    flex-direction: column;
  }
}
footer .footer-bottom .bottom-content p {
  font-family: "helveticaregular";
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  margin: 0px;
  color: #fff;
}
@media (max-width: 767px) {
  footer .footer-bottom .bottom-content p {
    font-size: 14px;
    line-height: 22px;
  }
}
@media (min-width: 1440px) {
  footer .footer-bottom .bottom-content p {
    font-size: 16px;
    line-height: 24px;
  }
}
footer .footer-bottom .bottom-content p a {
  text-decoration: none;
  color: #fff;
}
footer .footer-bottom .bottom-content ul {
  padding: 0px;
  margin: 0px;
  list-style: none;
  display: flex;
}
footer .footer-bottom .bottom-content ul li {
  position: relative;
}
footer .footer-bottom .bottom-content ul li:last-child:after {
  content: none;
}
footer .footer-bottom .bottom-content ul li:after {
  content: "";
  display: inline-block;
  width: 2px;
  height: 20px;
  background: #fff;
  margin: 0px 12px;
  vertical-align: middle;
  top: 30%;
  left: 0%;
  transform: translate(-50%, -50%);
  position: relative;
}
@media (max-width: 767px) {
  footer .footer-bottom .bottom-content ul li:after {
    margin: 0px 6px;
    height: 14px;
  }
}
footer .footer-bottom .bottom-content ul li a {
  font-family: "helveticaregular";
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  margin: 0px;
  color: #fff;
  text-decoration: none;
}
@media (max-width: 767px) {
  footer .footer-bottom .bottom-content ul li a {
    font-size: 14px;
    line-height: 22px;
  }
}
@media (min-width: 1440px) {
  footer .footer-bottom .bottom-content ul li a {
    font-size: 16px;
    line-height: 24px;
  }
}

@font-face {
  font-family: "helveticaregular";
  src: url("../fonts/helvetica-webfont.woff2") format("woff2"), url("../fonts/helvetica-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "helveticabold";
  src: url("../fonts/helvetica-bold-webfont.woff2") format("woff2"), url("../fonts/helvetica-bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "helveticabold_oblique";
  src: url("../fonts/helvetica-boldoblique-webfont.woff2") format("woff2"), url("../fonts/helvetica-boldoblique-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "helveticacompressed";
  src: url("../fonts/helvetica-compressed-5871d14b6903a-webfont.woff2") format("woff2"), url("../fonts/helvetica-compressed-5871d14b6903a-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "helveticaoblique";
  src: url("../fonts/helvetica-oblique-webfont.woff2") format("woff2"), url("../fonts/helvetica-oblique-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "helveticarounded_bold";
  src: url("../fonts/helvetica-rounded-bold-5871d05ead8de-webfont.woff2") format("woff2"), url("../fonts/helvetica-rounded-bold-5871d05ead8de-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
.container {
  max-width: 100%;
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
@media (min-width: 1440px) {
  .container {
    max-width: 1340px;
  }
}

body .modal-backdrop.show {
  opacity: 0.7;
}

.fadein {
  opacity: 0;
  transform: scale(0.85) translateY(20px);
  transition: all 1.2s cubic-bezier(0.22, 1, 0.36, 1);
}

.fadein.visible {
  opacity: 1;
  transform: scale(1) translateY(0);
}

.delay-1 {
  transition-delay: 0.2s;
}

.delay-2 {
  transition-delay: 0.4s;
}

.delay-3 {
  transition-delay: 0.6s;
}

.delay-4 {
  transition-delay: 0.8s;
}

.delay-5 {
  transition-delay: 1s;
}
