@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400,600&display=swap");
@font-face {
  font-family: "termina_testmedium";
  src: url("/assets/fonts/terminatest-medium-webfont.woff2") format("woff2"), url("/assets/fonts/terminatest-medium-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
body, html {
  overflow-x: hidden !important;
}
body.expanded, html.expanded {
  overflow: hidden !important;
}

body {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #1e2526;
}
@media (max-width: 1199px) {
  body {
    font-size: 15px;
  }
}
@media (max-width: 991px) {
  body {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  body {
    font-size: 13px;
  }
}

html.sr .load-hidden {
  visibility: hidden;
}

a:focus,
.btn:focus,
button:focus {
  outline: none;
  box-shadow: none;
}

a:hover {
  text-decoration: none;
}

p, ul {
  line-height: 1.8;
  margin-bottom: 35px;
}
@media (max-width: 991px) {
  p, ul {
    margin-bottom: 30px;
  }
}
p strong, ul strong {
  font-weight: 600;
}

ul {
  padding-left: 25px;
}

.article-content .article-gallery-wrapper,
.article-content > img {
  margin-bottom: 35px;
}
@media (max-width: 991px) {
  .article-content .article-gallery-wrapper,
.article-content > img {
    margin-bottom: 30px;
  }
}
.article-content .article-spacer {
  width: 100%;
  height: 35px;
}
@media (max-width: 991px) {
  .article-content .article-spacer {
    height: 30px;
  }
}

h1,
h2,
h3,
h4 {
  font-family: "termina_testmedium", sans-serif;
}

h2 {
  margin-bottom: 35px;
  font-size: 40px;
}
@media (max-width: 1199px) {
  h2 {
    font-size: 35px;
    margin-bottom: 30px;
  }
}
@media (max-width: 991px) {
  h2 {
    font-size: 30px;
    margin-bottom: 25px;
  }
}
@media (max-width: 767px) {
  h2 {
    font-size: 25px;
    margin-bottom: 20px;
  }
}
@media (max-width: 575px) {
  h2 {
    font-size: 22px;
  }
}
h2 .h2-sm {
  display: block;
  font-size: 0.6em;
  font-family: "Poppins", sans-serif;
  color: #7b3921;
  margin-top: 5px;
  font-weight: 400;
}

h3 {
  font-size: 30px;
}
@media (max-width: 1199px) {
  h3 {
    font-size: 25px;
  }
}
@media (max-width: 767px) {
  h3 {
    font-size: 20px;
  }
}

h4 {
  font-size: 25px;
  line-height: 1.5;
}
@media (max-width: 1199px) {
  h4 {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  h4 {
    font-size: 19px;
  }
}

img {
  max-width: 100%;
}

/*-- HEADER --*/
header {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 60px 5% 0;
  z-index: 100;
}
@media (max-width: 767px) {
  header {
    padding-top: 25px;
  }
}
header #logo {
  width: 206px;
  height: 46px;
  float: left;
  position: relative;
}
@media (max-width: 767px) {
  header #logo {
    width: 160px;
  }
}
header #logo .logo-light,
header #logo .logo-dark {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: 100% auto;
  background-repeat: no-repeat;
  transition: 0.25s all linear;
}
header #logo .logo-light {
  background-image: url("/assets/img/logo.svg");
}
header #logo .logo-dark {
  background-image: url("/assets/img/logo-dark.svg");
  opacity: 0;
}
header .navbar-toggler {
  width: 50px;
  padding: 0;
  border: none;
}
@media (max-width: 767px) {
  header .navbar-toggler {
    width: 40px;
  }
}
header .navbar-toggler:hover .animated-icon span {
  background: #cead8f;
}
header .navbar-toggler:hover .animated-icon span:nth-child(1), header .navbar-toggler:hover .animated-icon span:nth-child(3) {
  width: 50%;
}
header .navbar-toggler .animated-icon {
  width: 100%;
  height: 30px;
  position: relative;
  margin: 0px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
@media (max-width: 767px) {
  header .navbar-toggler .animated-icon {
    height: 25px;
  }
}
header .navbar-toggler .animated-icon span {
  display: block;
  position: absolute;
  background: #fff;
  height: 2px;
  width: 100%;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  opacity: 1;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
header .navbar-toggler .animated-icon span:nth-child(1) {
  top: 0px;
  left: 0;
}
header .navbar-toggler .animated-icon span:nth-child(2) {
  top: 50%;
  margin-top: -1px;
  right: 0;
}
header .navbar-toggler .animated-icon span:nth-child(3) {
  bottom: 0;
  right: 0;
}
header .navbar-toggler .animated-icon.open span:nth-child(1),
header .navbar-toggler .animated-icon.open span:nth-child(3) {
  top: 50%;
  margin-top: 0px;
  left: 0 !important;
  right: auto !important;
  width: 100% !important;
}
header .navbar-toggler .animated-icon.open span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
header .navbar-toggler .animated-icon.open span:nth-child(2) {
  opacity: 0;
}
header .navbar-toggler .animated-icon.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
header.expanded #logo .logo-light {
  opacity: 0;
}
header.expanded #logo .logo-dark {
  opacity: 1;
}
header.expanded .navbar-toggler .animated-icon span {
  background: #1e2526;
}
header.expanded:hover .navbar-toggler .animated-icon span {
  background: #7b3921;
}

#navigation {
  position: fixed;
  width: 100%;
  height: 100%;
  top: -100%;
  left: 0;
  z-index: 99;
  background: #f4f0ef;
  transition: 0.35s all linear;
  opacity: 1;
}
#navigation .nav-content {
  margin-top: 90px;
  opacity: 0;
  transition: 0.25s all linear;
  transition-delay: 0s;
}
@media (max-width: 767px) {
  #navigation .nav-content {
    margin-top: 50px;
  }
}
#navigation .nav-content .primary-menu {
  text-align: center;
}
#navigation .nav-content .primary-menu a {
  font-size: 35px;
  font-weight: 400;
  margin-bottom: 10px;
  display: block;
  color: #1e2526;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-family: "termina_testmedium", sans-serif;
}
#navigation .nav-content .primary-menu a:hover {
  color: #7b3921;
  text-decoration: none;
}
@media (max-width: 767px) {
  #navigation .nav-content .primary-menu a {
    font-size: 25px;
    margin-bottom: 10px;
  }
}
#navigation .nav-content .header-social {
  margin-top: 40px;
}
@media (max-width: 767px) {
  #navigation .nav-content .header-social {
    margin-top: 25px;
  }
}
#navigation .nav-content .header-social a {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border: 1px solid #1e2526;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  margin: 0 10px;
  color: #1e2526;
}
#navigation .nav-content .header-social a:hover {
  background: #7b3921;
  border-color: #7b3921;
  color: #fff;
}
@media (max-width: 767px) {
  #navigation .nav-content .header-social a {
    width: 40px;
    height: 40px;
    font-size: 15px;
  }
}
#navigation.expanded .nav-content {
  transition-delay: 0.5s;
}

.top-banner {
  position: relative;
  width: 100%;
  height: 100vh;
  min-height: 500px;
  background-color: #121212;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.top-banner:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
}
.top-banner .background-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #121212;
  background-size: cover;
  background-position: center;
  animation: zoomin 25s infinite;
  z-index: 0;
}
@media (max-width: 1199px) {
  .top-banner .background-wrapper {
    position: absolute;
    background-attachment: scroll;
    animation: none;
  }
}
@media (max-width: 1199px) {
  .top-banner {
    height: auto;
    min-height: 600px;
  }
}
@media (max-width: 991px) {
  .top-banner {
    min-height: 500px;
  }
}
@media (max-width: 767px) {
  .top-banner {
    height: auto;
    min-height: 350px;
  }
}
.top-banner .banner-content {
  position: relative;
  z-index: 10;
  margin: 40px 5% 0;
  width: 100%;
  text-align: center;
}
@media (max-width: 767px) {
  .top-banner .banner-content {
    margin: 140px 5% 90px;
  }
}
.top-banner .banner-content h1 {
  color: #fff;
  font-weight: 400;
  margin: 0 auto;
  font-size: 67px;
  max-width: 900px;
}
@media (max-width: 1199px) {
  .top-banner .banner-content h1 {
    font-size: 55px;
    margin-bottom: 0;
    margin-top: 30px;
  }
}
@media (max-width: 991px) {
  .top-banner .banner-content h1 {
    font-size: 45px;
    margin-top: 15px;
  }
}
@media (max-width: 767px) {
  .top-banner .banner-content h1 {
    font-size: 35px;
  }
}
@media (max-width: 575px) {
  .top-banner .banner-content h1 {
    font-size: 30px;
  }
}
.top-banner .banner-content .post-date {
  color: #cead8f;
  font-size: 1.1em;
  display: block;
  margin-top: 1.1em;
  font-style: italic;
}
.top-banner #scroll_link {
  position: absolute;
  bottom: 0;
  left: 50%;
  height: auto;
  width: 50px;
  text-align: center;
  z-index: 100;
  margin-left: -25px;
}
@media (max-width: 1199px) {
  .top-banner #scroll_link {
    display: none;
  }
}
.top-banner .scroll_label {
  color: #fff;
  font-size: 9px;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.top-banner .scroll_mask {
  overflow: hidden;
  display: block;
  height: 80px;
  width: 1px;
  margin: 10px auto 0;
}
.top-banner .scroll_animate_line {
  display: block;
  opacity: 0.5;
  margin: 0;
  -webkit-animation: scrollhint 1.6s infinite;
  animation: scrollhint 1.6s infinite;
  width: 1px;
  height: 100%;
  background: #fff;
}

.expanded #scroll_link {
  display: none;
}

@-webkit-keyframes scrollhint {
  0% {
    -webkit-transform: translateY(-110%);
    transform: translateY(-110%);
  }
  100% {
    -webkit-transform: translateY(110%);
    transform: translateY(110%);
  }
}
@keyframes zoomin {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
  50.02% {
    transform: scale(1.05);
  }
  to {
    transform: scale(1);
  }
}
.background-slider .background-wrapper {
  transition: 1s all linear;
  opacity: 0;
}
.background-slider .background-wrapper.active {
  opacity: 1;
}

.single #scroll_link {
  display: none;
}
.single .top-banner h1 {
  font-size: 45px;
  max-width: 1000px;
}
@media (max-width: 1199px) {
  .single .top-banner h1 {
    font-size: 40px;
    margin-bottom: 0;
    margin-top: 30px;
  }
}
@media (max-width: 991px) {
  .single .top-banner h1 {
    font-size: 35px;
    margin-top: 15px;
  }
}
@media (max-width: 767px) {
  .single .top-banner h1 {
    font-size: 30px;
  }
}
@media (max-width: 575px) {
  .single .top-banner h1 {
    font-size: 25px;
  }
}

.btn-white,
.btn-black {
  color: #fff;
  padding: 18px 35px;
  border: 1px solid #fff;
  display: inline-block;
  font-family: "termina_testmedium", sans-serif;
  text-transform: uppercase;
  font-size: 0.9em;
  transition: 0.25s all linear;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
}
.btn-white:hover,
.btn-black:hover {
  background: #cead8f;
  border-color: #cead8f;
  color: #1e2526;
  text-decoration: none;
}

.btn-black {
  color: #1e2526;
  border-color: #1e2526;
}
.btn-black:hover {
  background: #7b3921;
  border-color: #7b3921;
  color: #fff;
  text-decoration: none;
}

section {
  padding: 110px 0;
}
@media (max-width: 1199px) {
  section {
    padding: 100px 0;
  }
}
@media (max-width: 991px) {
  section {
    padding: 90px 0;
  }
}
@media (max-width: 767px) {
  section {
    padding: 70px 0;
  }
}
@media (max-width: 575px) {
  section {
    padding: 50px 0;
  }
}
section.full-img {
  height: 70vh;
  padding: 0;
  background-size: cover;
}
@media (max-width: 1199px) {
  section.full-img {
    height: 600px;
    background-attachment: scroll;
    background-position: center !important;
  }
}
@media (max-width: 991px) {
  section.full-img {
    height: 400px;
  }
}
@media (max-width: 575px) {
  section.full-img {
    height: 250px;
  }
}
section.light-grey-ground {
  background: #f4f0ef;
}

.container-fluid {
  padding: 0 5%;
}

/*.gallery-left,
.gallery-right {
    width:60px;
    height:60px;
    background:#fff;
    position:absolute;
    top:50%;
    margin-top:-30px;
    @include box-shadow(0,0,5px,rgba(0,0,0,.2));
    left:-30px;
    @include border-radius(50%);
    z-index:10;
    display:flex;
    justify-content: center;
    align-items:center;
    font-size:16px;
    color:$black;
    transition:.25s all linear;

    &:hover {
        background:$red;
        color:#fff;
    }

    &:focus {
        @include box-shadow(0,0,5px,rgba(0,0,0,.2));
    }
}

.gallery-right {
    left:auto;
    right:-30px;
}

.gallery-left {
    visibility:hidden;
}

.gallery-wrapper {
    width:100%;
    overflow:hidden;
    position:relative;
    z-index:0;
}

.gallery-images {
    position:absolute;
    width:20000px;
    left:0;
    top:0;
    height:575px;
    transition:.75s left ease-out;
}

.gallery-item {
    float:left;

    img {
        width:100%;
    }

}

#icon-wrapper {
    width:100%;
    height:10px;
    text-align:center;

    .icon {
        cursor:pointer;
        width:10px;
        height:10px;
        background:$black;
        @include border-radius(50%);
        margin:0 15px;
        display:inline-block;
        opacity:.3;
        transition: .25s opacity linear;

        &.active {
            opacity:1;
        }
    }
}*/
.img-bg {
  background-size: cover;
  background-position: center center;
}

.info-col {
  padding: 125px 100px !important;
}
@media (max-width: 1399px) {
  .info-col {
    padding: 80px 80px !important;
  }
}
@media (max-width: 991px) {
  .info-col {
    padding: 60px 5% !important;
  }
}

.about-header {
  width: 100%;
  float: left;
  margin-bottom: 40px;
  display: flex;
  align-items: center;
}
@media (max-width: 1399px) {
  .about-header {
    margin-bottom: 30px;
  }
}
.about-header img {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  margin-right: 25px;
  width: 125px;
}
@media (max-width: 1399px) {
  .about-header img {
    width: 90px;
    margin-right: 20px;
  }
}
.about-header h3 {
  font-size: 25px;
}
@media (max-width: 1399px) {
  .about-header h3 {
    font-size: 20px;
  }
}
.about-header h3 .h3-sm {
  font-size: 0.75em;
  display: block;
  margin-top: 10px;
}

@media (max-width: 991px) {
  .about-img {
    height: 500px;
  }
}
@media (max-width: 767px) {
  .about-img {
    height: 350px;
  }
}
@media (max-width: 575px) {
  .about-img {
    height: 300px;
  }
}

@media (max-width: 991px) {
  .service-link-col {
    padding-left: 5px;
    padding-right: 5px;
  }
}

.service-link {
  position: relative;
  overflow: hidden;
  display: block;
}
.service-link figure {
  overflow: hidden;
  margin: 0;
}
.service-link img {
  width: 100%;
  position: relative;
  display: block;
  z-index: 1;
  transition: 0.5s all linear;
}
.service-link .link-detail {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10;
  top: 0;
  left: 0;
  color: #fff;
  text-align: center;
  background: rgba(0, 0, 0, 0.3);
  transition: 0.5s all linear;
}
.service-link .link-detail h3 {
  font-size: 32px;
  text-transform: uppercase;
}
@media (max-width: 1199px) {
  .service-link .link-detail h3 {
    font-size: 25px;
  }
}
@media (max-width: 991px) {
  .service-link .link-detail h3 {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .service-link .link-detail h3 {
    text-transform: none;
    font-size: 16px;
  }
}
@media (max-width: 575px) {
  .service-link .link-detail h3 {
    font-size: 14px;
  }
}
@media (max-width: 399px) {
  .service-link .link-detail h3 {
    font-size: 12px;
  }
}
.service-link .link-detail h3 .italic-serif {
  font-family: "Times New Roman", serif;
  font-style: italic;
  font-size: 0.75em;
  display: block;
  text-transform: none;
  font-weight: normal;
  margin-bottom: 15px;
}
@media (max-width: 1199px) {
  .service-link .link-detail h3 .italic-serif {
    margin-bottom: 10px;
  }
}
@media (max-width: 991px) {
  .service-link .link-detail h3 .italic-serif {
    margin-bottom: 5px;
    font-size: 0.9em;
  }
}
.service-link:hover img {
  transform: scale(1.1);
}
.service-link:hover .link-detail {
  background: rgba(0, 0, 0, 0.6);
  /*color:$black;*/
}

/*------------------------------------*\
    FOOTER
\*------------------------------------*/
footer {
  width: 100%;
  float: left;
  padding: 90px 0;
  position: relative;
  background: #1e2526;
  color: #fff;
}
@media (max-width: 991px) {
  footer {
    padding: 70px 0 60px;
  }
}
@media (max-width: 767px) {
  footer {
    padding: 60px 0 40px;
  }
}
footer * {
  transition: 0.25s all linear;
}
footer hr {
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.1);
  border: none;
  margin: 35px 0 20px;
}
footer #footer-logo {
  width: 200px;
  float: left;
  margin-bottom: 25px;
  clear: both;
}
@media (max-width: 991px) {
  footer #footer-logo {
    margin-bottom: 50px;
    width: 180px;
  }
}
footer .footer-col {
  margin-left: 80px;
  float: right;
}
footer .footer-col .contact-block {
  margin-bottom: 25px;
}
@media (max-width: 991px) {
  footer .footer-col .contact-block {
    margin-bottom: 35px;
  }
}
footer .footer-col:last-of-type {
  margin-left: 0;
}
footer .footer-col h3 {
  font-size: 1em;
  margin-bottom: 20px;
  font-weight: 700;
}
@media (max-width: 991px) {
  footer .footer-col h3 {
    margin-bottom: 10px;
  }
}
footer .footer-col a {
  color: #fff;
  font-size: 0.9em;
  display: block;
  line-height: 1.7;
  font-weight: 400;
  margin-bottom: 10px;
}
footer .footer-col a:hover {
  color: #cead8f;
}
@media (max-width: 991px) {
  footer .footer-col a {
    margin-bottom: 5px;
  }
}
footer .footer-col a.contact-link {
  padding-left: 30px;
  position: relative;
}
footer .footer-col a.contact-link i {
  position: absolute;
  left: 0;
  top: 4px;
}
@media (max-width: 991px) {
  footer .footer-col a.contact-link {
    padding-left: 25px;
  }
}
footer .footer-col a:hover {
  text-decoration: none;
}
@media (max-width: 991px) {
  footer .footer-col {
    float: left;
    clear: both;
    margin-left: 0;
    margin-right: 50px;
  }
}
footer .footer-social {
  float: left;
  clear: both;
  margin-bottom: 25px;
}
footer .footer-social a {
  margin-left: 25px;
  color: #fff;
  float: right;
}
footer .footer-social a:hover {
  text-decoration: none;
}
footer .footer-social a i {
  font-size: 1em;
}
footer .copyright {
  font-size: 10px;
  opacity: 0.8;
}

.pre-h1 {
  color: #fff;
  margin-bottom: 30px;
  text-transform: uppercase;
  font-size: 15px;
  font-style: italic;
  letter-spacing: 2px;
  display: block;
}

.breadcrumbs {
  margin-bottom: 35px;
}
@media (max-width: 1199px) {
  .breadcrumbs {
    margin-bottom: 30px;
  }
}
@media (max-width: 991px) {
  .breadcrumbs {
    margin-bottom: 25px;
  }
}
@media (max-width: 767px) {
  .breadcrumbs {
    margin-bottom: 20px;
  }
}
.breadcrumbs a {
  color: #fff;
  margin-left: 5px;
  margin-right: 5px;
  text-transform: uppercase;
  font-size: 15px;
  font-style: italic;
  letter-spacing: 2px;
}
@media (max-width: 991px) {
  .breadcrumbs a {
    font-size: 14px;
    letter-spacing: 1px;
  }
}
.breadcrumbs a i {
  margin-left: 10px;
}
.breadcrumbs a:hover {
  color: #cead8f;
}

.image-left,
.about-image-left {
  padding-right: 60px;
}
.image-left img,
.about-image-left img {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
}
@media (max-width: 1199px) {
  .image-left,
.about-image-left {
    padding-right: 35px;
  }
}
@media (max-width: 991px) {
  .image-left,
.about-image-left {
    padding-right: 15px;
  }
}

@media (max-width: 991px) {
  .about-image-left {
    padding-right: 35px;
  }
}
@media (max-width: 767px) {
  .about-image-left {
    padding-right: 15px;
  }
}

.text-col,
.about-text-col {
  padding-top: 40px;
}
@media (max-width: 1199px) {
  .text-col,
.about-text-col {
    padding-top: 0px;
  }
}
@media (max-width: 991px) {
  .text-col,
.about-text-col {
    padding-top: 35px;
  }
}

@media (max-width: 991px) {
  .about-text-col {
    padding-top: 0;
  }
}
@media (max-width: 767px) {
  .about-text-col {
    padding-top: 35px;
  }
}

.project-link figure {
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  transition: 0.5s all linear;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: 0;
  overflow: hidden;
}
.project-link figure img {
  object-fit: cover;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  transition: 0.5s all linear;
}
.project-link .link-title {
  font-size: 1.3em;
  padding: 10px 0 5px;
  position: relative;
  color: #1e2526;
  float: left;
  overflow: hidden;
}
.project-link .link-title:after {
  content: "";
  position: absolute;
  width: 0;
  height: 1px;
  background: #7b3921;
  left: 0;
  bottom: 0;
  transition: 0.25s all linear;
}
.project-link:hover figure {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.project-link:hover figure img {
  transform: scale(1.1);
}
.project-link:hover .link-title {
  color: #7b3921;
}
.project-link:hover .link-title:after {
  width: 100%;
}

.news-link {
  color: #1e2526;
}
.news-link h3 {
  font-size: 22px;
  margin: 25px 0 10px;
  line-height: 1.35;
}
@media (max-width: 1199px) {
  .news-link h3 {
    font-size: 20px;
  }
}
@media (max-width: 991px) {
  .news-link h3 {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .news-link h3 {
    font-size: 16px;
  }
}
.news-link p {
  font-size: 0.8em;
  margin: 0;
}
.news-link:hover {
  color: #7b3921;
}

/*@keyframes slide-out-slide-in {
    0%{
		-webkit-transform:translateZ(0);
		transform:translateZ(0);
	}

	50%{
		-webkit-transform:translate3d(100%,0,0);
		transform:translate3d(100%,0,0);
	}

	50.02%{
		-webkit-transform:translate3d(-100%,0,0);
		transform:translate3d(-100%,0,0);
	}to{
		-webkit-transform:translateZ(0);
		transform:translateZ(0);
	}
  }*/
/*.img-comp-container {
  position: relative;
  aspect-ratio:16/9;
}

.img-comp-img {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;

}

.img-comp-img img {
  display: block;
  vertical-align: middle;
  max-width:none;
  height:100%;
}

.img-comp-slider {
  position: absolute;
  top:50% !important;
  margin-top:-20px;
  z-index: 9;
  cursor: ew-resize;
  width: 100px;
  height: 40px;
  background: #000;
  background-size:100% auto;
  opacity: .8;
}*/
.gallery {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .gallery {
    margin-bottom: 0;
  }
}
.gallery:last-of-type {
  margin-bottom: 0;
}
.gallery img {
  width: 100%;
}

.form-wrapper {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
  background: #fff;
  padding: 60px;
}
@media (max-width: 1199px) {
  .form-wrapper {
    padding: 25px;
  }
}

.contact-info {
  color: #1e2526;
  display: block;
  padding: 30px 0;
  border-bottom: 1px solid #ccc;
  position: relative;
}
.contact-info.social a {
  margin-right: 10px;
  font-size: 1.1em;
}
.contact-info .contact-label {
  font-family: "termina_testmedium", sans-serif;
  display: block;
  margin-bottom: 5px;
  text-transform: uppercase;
  font-size: 1em;
}
.contact-info .contact-label i {
  margin-right: 10px;
}
.contact-info a {
  color: #1e2526;
}
.contact-info a:hover {
  color: #7b3921;
}

#back-to-top {
  width: 40px;
  height: 40px;
  background: #cead8f;
  color: #fff;
  position: fixed;
  bottom: -100px;
  right: 20px;
  z-index: 1000;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  transition: 0.25s all linear;
}
#back-to-top:hover {
  background: #7b3921;
  color: #fff;
}
#back-to-top.scrolled {
  bottom: 20px;
}

#recents-wrapper .sidebar-link {
  padding: 25px 0;
  border-bottom: 1px solid #ccc;
  display: block;
}
#recents-wrapper .sidebar-link h4 {
  font-size: 1.1em;
  line-height: 1.4;
  margin: 0 0 5px;
  color: #1e2526;
}
#recents-wrapper .sidebar-link .date {
  font-size: 0.8em;
  color: #7b3921;
}
#recents-wrapper .sidebar-link:hover h4 {
  color: #7b3921;
}

/*# sourceMappingURL=style.css.map */
