@font-face {
  font-family: 'Avenir-Medium';
  src: url(../fonts/Avenir-Medium.woff2) format("woff2"),
    url(../fonts/Avenir-Medium.woff) format("woff");
  font-weight: normal;
  font-style: normal
}

@font-face {
  font-family: 'Avenir-Black';
  src: url(../fonts/Avenir-Black.woff2) format("woff2"),
    url(../fonts/Avenir-Black.woff) format("woff");
  font-weight: normal;
  font-style: normal
}

@font-face {
  font-family: 'Avenir-Roman';
  src: url(../fonts/Avenir-Roman.woff2) format("woff2"),
    url(../fonts/Avenir-Roman.woff) format("woff");
  font-weight: normal;
  font-style: normal
}

@font-face {
  font-family: 'HelveticaNe-Roman';
  src: url(../fonts/HelveticaNeueLTPro-Roman.woff2) format("woff2"),
    url(../fonts/HelveticaNeueLTPro-Roman.woff) format("woff");
  font-weight: normal;
  font-style: normal
}

@font-face {
  font-family: 'HelveticaNe-Bold';
  src: url(../fonts/HelveticaNeueLTPro-Roman.woff) format("woff"),
  url(../fonts/HelveticaNeueLTPro-Bd.woff2) format("woff2");
  font-weight: normal;
  font-style: normal
}
.grid-container {
  max-width: 85rem
}
body {
  background: #1c3a46;
  margin: 0 auto;
  padding: 0;
  overflow-x: hidden!important;
  max-width: 1920px!important
}
.change-padding {
    transition: all 0.4s ease;
    padding-top: 20px;
    z-index: 4;
}

.padding {
    transition: all 0.2s ease;
    padding-top: 30px;

}
header {
  height: 136px!important;

}

header.scrolled .sticky {
    box-shadow: 0 2px 8px rgb(0 0 0 / 25%);
}

.sticky.is-stuck {
    position: fixed;
    z-index: 9999;
    width: 100%;
    background: #1c3a46;
    margin-top: 0!important
}
.logo-scroll {
    transition: all 0.4s;
    width: 180px!important;
}
/* header.scroll .logo {
  width: 180px;
transition: all 0.4s;
} */
header .logo {
  width: 230px;
  transition: all 0.2s;
}
/* header.scroll .nav-bar {
  margin-top: 1.25em;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
} */
header .nav-bar {
  float: right;
  list-style: none;
  margin-top: 2em;
  margin-left: 0
}

header .nav-bar li {
  display: inline;

}

header .nav-bar li a {
  color: #fff;
  padding: 20px 0 20px 40px;
  font-family: 'Avenir-Medium';
  font-size: 20px
}
header .nav-bar li a:hover {
  color:#dedc04;
  text-decoration: underline;
}
#hero {
  position: relative;
  height: 779px;
  width: 100%;
  min-height: 779px;
  background: url('../images/hero-background.jpg');
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover
}
#hero .background-overlay {
  position: absolute;
  z-index: 6;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(28, 58, 70, 1);
  mix-blend-mode: hard-light;
}
#hero .top-overlay {
  position: absolute;
  top: 0;
  right: 0;
  z-index:9;
  width: 100%;
  max-width: 500px;
  mix-blend-mode: hard-light;

}
#hero .bottom-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index:9;

  width: 100%;
  max-width: 500px;
  mix-blend-mode: hard-light;
}
#hero h1 {
  position: absolute;
  z-index: 10;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  font-size: 40px;
  left: 0;
  right: 0;
  text-align: center;
  font-family: 'Avenir-Black';
}
#about-us {
  padding-top: 40px;
  padding-bottom: 60px;
  background: #1c3a46;
}

#about-us .content{
  padding-left: 40px;
  padding-right: 40px;
  max-width: 1000px;
  margin: 0 auto;

}
.text-center h1 {
    font-family: 'Avenir-Black';
    font-size: 46px;
    color: #dedc04
}
.text-center hr {
  max-width: 70px;
  border-bottom: 10px solid #008e39;
  margin: 0 auto 30px
}


#about-us .content p, .text-center p {
  color: #fff;
  font-size: 24px;
  font-family: 'Avenir-Roman';
  line-height: 1.2;

}
#about-us .content p.bold {
  margin-top: 1.5em;
  font-family: 'Avenir-Black';
}

#photo-bar{
  position: relative;
    background: #1c3a46;
    height: 422px;

}

#photo-bar-bottom {
  position: relative;
    background: #1c3a46;
    height: 415px;
}
.paroller {
  height: 265px;
    position: relative;
    z-index: 9;
    background-size: cover;
    background-repeat: no-repeat;

}
#photo-bar .top-overlay-bg, #photo-bar-bottom .top-overlay-bg {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
     mix-blend-mode: hard-light;
}

#our-portfolio, #contact-us {
  margin-top: -60px;
  padding-bottom: 80px;
  position: relative;
  z-index: 11
}
.portfolio-details .details {
  min-height: 400px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;

}

.portfolio-details .details .overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 141, 54, 0.85);
    mix-blend-mode: multiply;
      transition: all .5s ease-in-out;
}

.portfolio-details .details .overlay.overlay-active {
  z-index: 10;
  mix-blend-mode: unset;

}
.portfolio-details .details .overlay .text {

    position: relative;
    overflow: hidden;
    transition: all .5s ease-in-out;
    background: #dedc04;
    text-align: center;
    height: 0;
    width: 100%;

}
.portfolio-details .details .overlay.overlay-active .text {
    height: 100%;
}
.portfolio-details .details .overlay .text .sub {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  padding-left: 4em;
  padding-right: 4em
}
.portfolio-details .details .overlay .text p {
  color: #1c3a45;
  font-family: 'HelveticaNe-Roman';
  font-size: 21px;
  line-height: 1.2;
  margin-bottom: 0;
  /* margin-top: .5em */
  /* border-bottom: 3px solid #fff */
}
.portfolio-details .details .overlay .text h6 {
font-weight: 900;
color: #1c3a45;
font-size: 21px;
margin-top: .5em;
margin-bottom: 0;
line-height: 1.2
}
.portfolio-details .details .overlay .text p:last-of-type {
  margin-top: 0
}

.portfolio-details .details .overlay.overlay-active .text hr {
  max-width: 30px;
  border-bottom: 3px solid #fff;
  margin: 10px auto 10px
}
.portfolio-details .details .text-title {
  position: absolute;
    z-index: 9;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    text-align: center;
    color: #fff;
    padding: 20px 20px 0;
    transition: all .1s ease-out;
    opacity: 1

}
.portfolio-details .details .text-title.title-hide {
  opacity: 0
}
.portfolio-details .details .text-title h3 {
  font-family: 'Avenir-Black';
  font-size: 36px;
  line-height: 1.2;
  margin-bottom: 0
}

.portfolio-details .details .text-title p {
  font-size: 26px;
    font-family: 'Avenir-Medium';
    margin-bottom: 0
}
.portfolio-details .details .text-title hr {
  max-width: 50px;
  border-bottom: 6px solid #dedc04;
}
#contact-us .content {
  max-width: 1000px;
  padding: 40px 40px 20px;
  margin: 0 auto
}

#contact-us .contact-details {
  color:#fff
}
#contact-us .contact-details h5 {
  font-family: 'Avenir-Black';
  font-size: 24px;
  line-height: 1.2;
  margin-bottom: 0
}

#contact-us .contact-details h6, #contact-us .contact-details p span {
  font-size: 22px;
    font-family: 'Avenir-Roman';
    color: #dedc04
}

#contact-us .contact-details p, #contact-us .contact-details p a {
  font-size: 22px;
    font-family: 'Avenir-Roman';
    color: #fff
}

@media screen and (max-width: 1099px) {
  #our-portfolio, #contact-us {
    margin-top: 0
  }
}
@media screen and (max-width: 1255px) and (min-width: 1024px) {
  .portfolio-details .details .text-title h3 {
    font-size: 34px
  }
  .portfolio-details .details .overlay .text .sub{
    padding-left: 40px;
    padding-right: 40px
  }



}
@media screen and (max-width: 900px) and (min-width: 640px) {

  .portfolio-details .details .overlay .text {
    padding: 20px
  }
}
@media screen and (max-width: 1023px) {
  .grid-container, #hero h1 {
    padding-left: 30px;
    padding-right: 30px
  }
  #hero {
    height: 600px;
    min-height: 600px
  }
  #hero .top-overlay, #hero .bottom-overlay {
    max-width: 350px
  }
}
@media screen and (max-width: 768px) {
  header .nav-bar li a {
    padding-left: 20px;
    font-size: 16px
  }

  .portfolio-details .details .text-title h3 {
    font-size: 28px
  }
}

@media screen and (max-width: 639px) {
  header {
    padding-bottom: 20px
  }
  header.scroll {
    padding-bottom: 0;
    padding-top: 15px
  }
  header .logo-left {
    text-align: center;
  }
  header .logo-left .logo {
    width: 130px;
  }
  header .nav-bar {
    float: unset;
    text-align: center;
  }

  header .nav-bar li a {
    padding: 10px;
    font-size: 16px
  }
  #hero {
    height: 500px;
    min-height: 500px;
  }
  #hero .top-overlay, #hero .bottom-overlay {
    max-width: 250px;
}
  #hero h1 {
    font-size: 35px
  }
  .text-center h1 {
    font-size: 38px
  }
  #about-us .content {
    padding-left: unset;
    padding-right: unset
  }
  .portfolio-details .details .text-title h3 {
    font-size:30px
  }
  #about-us .content p, .text-center p,#contact-us .contact-details h5 {
    font-size: 20px
  }
  #contact-us .contact-details h6, #contact-us .contact-details p span {
    font-size: 18px
  }
  #photo-bar, #photo-bar-bottom, #photo-bar .top-overlay-bg, #photo-bar-bottom .top-overlay-bg {
    height: unset


}
/*

  #photo-bar-bottom .show-for-small-only {
    height: 135px;
    object-fit: cover;
    width: 100%
  } */
  /* .paroller {
    height: 268px
  } */
}
