@import 'fontello.css';
* {
  outline: none !important;
}
html,
body {
  height: 100%;
}
body {
  font-family: 'Plus Jakarta Sans', sans-serif;
  color: #231f20;
  font-size: 0.75vw;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
::-moz-selection {
  background-color: #231f20;
  color: #fff;
}
::selection {
  background-color: #231f20;
  color: #fff;
}
img {
  max-width: 100%;
  height: auto;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}
h1,
.h1 {
  font-size: 38px;
}
h2,
.h2 {
  font-size: 32px;
}
h3,
.h3 {
  font-size: 26px;
}
h4,
.h4 {
  font-size: 20px;
}
h5,
.h5 {
  font-size: 16px;
}
h6,
.h6 {
  font-size: 14px;
  font-weight: 600;
}
a {
  color: #231f20;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
a:hover {
  color: #9a3113;
  text-decoration: none;
}
a:focus {
  color: #9a3113;
  text-decoration: none;
}
p {
  color: #3d3d3d;
  line-height: 1.8;
  margin: 0;
}
.form-group:last-child {
  margin-bottom: 0;
}
.form-control {
  padding: 0.75vw 1vw;
  height: auto;
  border-radius: 0;
  background-color: #fff;
  font-size: 0.75vw;
  box-shadow: none;
  border: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.form-control:focus {
  outline: none;
  box-shadow: none;
  border-color: transparent;
}
.form-select {
  border: 1px solid #e7e7e7;
  position: relative;
}
.form-select:after {
  content: '\e64b';
  font-family: 'themify';
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -9px;
  font-size: 13px;
}
.form-select select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  height: auto;
}
.form-container {
  padding: 2.5vw;
  background-color: #231f20;
  position: relative;
  margin-top: 3vw;
}
.form-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 0.75vw;
}
.form-full {
  grid-column: span 2;
}
.form-half {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 0.75vw;
}
.form-right {
  text-align: right;
}
textarea.form-control {
  height: 150px;
}
section {
  padding: 5vw 0;
  position: relative;
  overflow: hidden;
  z-index: 10;
  background-color: #fff;
}
.title {
  margin: 0 0 1.5vw 0;
  position: relative;
  z-index: 10;
}
.title.medium {
  width: 100%;
  max-width: 40vw;
  margin: 0 auto;
  margin-bottom: 1.5vw;
}
.title.small {
  width: 100%;
  max-width: 25vw;
  margin: 0 auto;
  margin-bottom: 1.5vw;
}
.title .red-dot {
  width: 0.4vw;
  height: 0.4vw;
}
.title.right {
  text-align: right;
}
.title.center {
  text-align: center;
}
.title h1 {
  margin: 0;
  font-weight: 700;
  font-size: 3vw;
}
.title h2 {
  margin: 0;
  font-weight: 700;
  font-size: 2.5vw;
}
.title h3 {
  margin: 0;
  font-weight: 700;
  font-size: 1.5vw;
}
.title h4 {
  font-size: 1vw;
  font-weight: 700;
  margin: 0 0 0.5vw 0;
  color: #9a3113;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.title p {
  font-size: 0.85vw;
  margin: 0.75vw 0 0 0;
  font-weight: 500;
}
#loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 20000;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
}
#mask {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}
#mask img {
  width: 14vw;
  margin-bottom: 1.5vw;
}
.loader {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  display: block;
  margin: 15px auto;
  position: relative;
  background: #fff;
  box-shadow: -24px 0 #fff, 24px 0 #fff;
  box-sizing: border-box;
  animation: shadowPulse 2s linear infinite;
}
@keyframes shadowPulse {
  33% {
    background: #fff;
    box-shadow: -24px 0 #9a3113, 24px 0 #fff;
  }
  66% {
    background: #9a3113;
    box-shadow: -24px 0 #fff, 24px 0 #fff;
  }
  100% {
    background: #fff;
    box-shadow: -24px 0 #fff, 24px 0 #9a3113;
  }
}
#topnav {
  position: fixed;
  right: 0;
  left: 0;
  top: 0;
  border: 0;
  z-index: 900;
  background-color: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#topnav.scroll {
  -webkit-box-shadow: 0 1.8vw 4vw -0.7vw rgba(0, 0, 0, 0.2);
  box-shadow: 0 1.8vw 4vw -0.7vw rgba(0, 0, 0, 0.2);
}
#topnav .main-bar {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
#topnav .container {
  padding: 0 1.5vw;
}
#topnav #navigation {
  height: 100%;
  position: absolute;
  right: 0;
}
#topnav .navbar-toggle.open span {
  position: relative;
}
#topnav .navbar-toggle.open span:first-child {
  top: 4px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#topnav .navbar-toggle.open span:nth-child(2) {
  display: none;
}
#topnav .navbar-toggle.open span:last-child {
  width: 100%;
  top: -3px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#topnav .navbar-toggle span {
  padding: 0 10px;
  height: 2px;
  width: 100%;
  background-color: #9a3113;
  display: block;
  margin-bottom: 5px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#topnav .navbar-toggle span:last-child {
  width: 75%;
  margin-bottom: 0;
}
#topnav .navbar-toggle:hover {
  background-color: transparent;
}
#topnav .navbar-toggle:hover span {
  background-color: #9a3113;
}
#topnav .navbar-toggle:focus {
  background-color: transparent;
}
#topnav .navigation-menu {
  display: flex;
  height: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
}
#topnav .navigation-menu > li {
  align-items: center;
  justify-content: center;
  display: flex;
  height: 100%;
  position: relative;
}
#topnav .navigation-menu > li:after {
  content: '';
  display: block;
  width: 0;
  height: 2px;
  background-color: #9a3113;
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transition: all 0.5s cubic-bezier(0.86, 0, 0.07, 1);
  transition: all 0.5s cubic-bezier(0.86, 0, 0.07, 1);
}
#topnav .navigation-menu > li:hover:after {
  width: 100%;
}
#topnav .navigation-menu > li > a {
  display: flex;
  align-items: center;
  height: 100%;
  font-size: 0.85vw;
  font-weight: 700;
  padding: 0 0.75vw;
  color: #231f20;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#topnav .navigation-menu > li > a:hover,
#topnav .navigation-menu > li > a:focus {
  color: #9a3113;
}
#topnav .navigation-menu > li .submenu li a i {
  margin-right: 5px;
}
#topnav .navigation-menu > li.has-submenu > a:after {
  content: '\e64b';
  font-family: 'themify';
  margin-left: 3px;
}
#topnav .logo {
  padding: 12px 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#topnav .logo img {
  height: 70px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#topnav .logo .logo-light {
  display: block;
}
#topnav .logo .logo-dark {
  display: none;
}
#topnav .logo .logo-min {
  display: none;
}
.menu-extras {
  display: none;
}
#home {
  padding: 0;
  height: 100%;
  border: 0;
}
#home .centrize {
  z-index: 100;
}
#home-slider {
  border: 0;
  margin: 0;
  height: 100%;
}
#home-slider .slides {
  height: 100%;
}
#home-slider .slides > li {
  height: 100%;
}
#home-slider.kenburn .slide-image {
  transition: transform 6s ease 0s;
  -webkit-transition: -webkit-transform 6s ease 0s;
  -moz-transition: -moz-transform 6s ease 0s;
  -moz-transform-origin: center center;
}
#home .flex-direction-nav {
  position: absolute;
  bottom: 4vw;
  right: 20%;
  left: initial;
  z-index: 20;
}
#home-slider .flex-direction-nav > li {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3vw;
  height: 3vw;
  background-color: transparent;
  border: 2px solid #fff;
  border-radius: 100%;
  z-index: 2000;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#home-slider .flex-direction-nav > li.flex-nav-prev {
  margin-right: 10px;
}
#home-slider .flex-direction-nav > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: #fff;
  text-align: center;
}
#home-slider .flex-direction-nav > li:hover {
  background-color: #9a3113;
  border-color: #9a3113;
}
.flexslider .cover-bg {
  transform: scale(1);
  -webkit-transform: scale(1);
  transition: all 5s cubic-bezier(0.85, 0, 0.3, 1);
  -webkit-transition: all 5s cubic-bezier(0.85, 0, 0.3, 1);
}
.flex-active-slide .cover-bg {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
}
.slide-logo {
  display: block;
  width: 8vw;
  margin-bottom: 1vw;
}
.slide-image {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.slide-image.ff-fix {
  position: absolute;
}
.slide-wrap {
  display: flex;
  justify-content: center;
  height: 100%;
  width: 100%;
  position: relative;
  background-color: rgba(33, 40, 45, 0.6);
  z-index: 200;
}
.slide-content {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 10;
  color: #fff;
}
.slide-content h1 {
  font-weight: 700;
  font-size: 3.5vw;
  margin: 0 0 1vw 0;
  width: 100%;
  max-width: 35vw;
}
.slide-content p {
  font-size: 1vw;
  font-weight: 600;
  color: #fff;
  line-height: 1.8;
  width: 100%;
  max-width: 35vw;
}
.slide-content .btn-mid {
  margin-top: 1.5vw;
}
.flex-control-nav {
  display: none;
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
  bottom: 20px;
  z-index: 100;
}
.flex-control-nav > li {
  width: 25px;
  text-align: center;
  margin-bottom: 0.75vw;
  display: inline-block;
}
.flex-control-paging > li > a {
  width: 12px;
  height: 12px;
  text-indent: -9999px;
  display: block;
  margin: auto;
  z-index: 1000;
  border: 1px solid rgba(255, 255, 255, 0.65);
  cursor: pointer;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.flex-control-paging > li > a.flex-active:before {
  content: '';
  position: absolute;
  left: 2px;
  top: 2px;
  right: 2px;
  bottom: 2px;
  background-color: #fff;
}
.alert {
  border-radius: 0;
  font-size: 16px;
  background-color: transparent;
}
.alert.alert-danger {
  border-color: #e74c3c;
  color: #e74c3c;
}
.alert.alert-success {
  border-color: #2ecc71;
  color: #2ecc71;
}
.centrize {
  display: table;
  table-layout: fixed;
  height: 100%;
  width: 100%;
  position: relative;
}
.upper {
  text-transform: uppercase;
}
.ov-v {
  overflow: visible;
}
.ov-h {
  overflow: hidden;
}
.b-0 {
  border: 0 !important;
}
.bt-0 {
  border-top: 0 !important;
}
.br-0 {
  border-right: 0 !important;
}
.bb-0 {
  border-bottom: 0 !important;
}
.bl-0 {
  border-left: 0 !important;
}
.border-top {
  border-top: 1px solid #e7e7e7;
}
.border-right {
  border-right: 1px solid #e7e7e7;
}
.border-bottom {
  border-bottom: 1px solid #e7e7e7;
}
.border-left {
  border-left: 1px solid #e7e7e7;
}
.m-0 {
  margin: 0 !important;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.mt-0 {
  margin-top: 0 !important;
}
.mr-0 {
  margin-right: 0 !important;
}
.ml-0 {
  margin-left: 0 !important;
}
.mb-10 {
  margin-bottom: 10px !important;
}
.mr-10 {
  margin-right: 10px !important;
}
.ml-10 {
  margin-left: 10px !important;
}
.mt-10 {
  margin-top: 10px !important;
}
.mb-15 {
  margin-bottom: 0.75vw !important;
}
.mr-15 {
  margin-right: 0.75vw !important;
}
.ml-15 {
  margin-left: 0.75vw !important;
}
.mt-15 {
  margin-top: 0.75vw !important;
}
.mb-25 {
  margin-bottom: 25px !important;
}
.mr-25 {
  margin-right: 25px !important;
}
.ml-25 {
  margin-left: 25px !important;
}
.mt-25 {
  margin-top: 25px !important;
}
.mb-50 {
  margin-bottom: 50px !important;
}
.mr-50 {
  margin-right: 50px !important;
}
.ml-50 {
  margin-left: 50px !important;
}
.mt-50 {
  margin-top: 50px !important;
}
.p-0 {
  padding: 0 !important;
}
.pb-0 {
  padding-bottom: 0 !important;
}
.pt-0 {
  padding-top: 0 !important;
}
.pr-0 {
  padding-right: 0 !important;
}
.pl-0 {
  padding-left: 0 !important;
}
.pb-15 {
  padding-bottom: 0.75vw;
}
.pr-15 {
  padding-right: 0.75vw;
}
.pl-15 {
  padding-left: 0.75vw;
}
.pt-15 {
  padding-top: 0.75vw;
}
.pb-25 {
  padding-bottom: 25px;
}
.pr-25 {
  padding-right: 25px;
}
.pl-25 {
  padding-left: 25px;
}
.pt-25 {
  padding-top: 25px;
}
.pb-50 {
  padding-bottom: 50px;
}
.pr-50 {
  padding-right: 50px;
}
.pl-50 {
  padding-left: 50px;
}
.pt-50 {
  padding-top: 50px;
}
.bg-grey {
  background-color: #f6f6f6;
}
.red-dot {
  display: inline-flex;
  width: 0.6vw;
  height: 0.6vw;
  margin-left: 2px;
  background-color: #e27152;
}
.top-overlay {
  opacity: 1;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 5;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-color: rgba(33, 40, 45, 0.6);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.overlay {
  opacity: 1;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 5;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background: rgb(0, 0, 0);
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.9) 0%,
    rgba(0, 0, 0, 0) 50%
  );
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.cover-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: all 0.6s cubic-bezier(0.85, 0, 0.3, 1);
  -webkit-transition: all 0.6s cubic-bezier(0.85, 0, 0.3, 1);
}
.link-down {
  position: absolute;
  left: 20vw;
  bottom: -2.5vw;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 20;
}
.link-down img {
  opacity: 1;
  width: 10vw;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.link-down:hover img {
  opacity: 0.5;
}
.btn-down {
  position: absolute;
  bottom: 2.5vw;
  background-color: #fff;
  color: #231f20;
  width: 3vw;
  height: 3vw;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.btn-down i {
  pointer-events: none;
}
.link-down:hover .btn-down {
  background-color: #9a3113;
  color: #fff;
}
.btn-mid {
  outline: none !important;
  border: none !important;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  padding: 0.85vw 2vw;
  letter-spacing: 1px;
  text-align: center;
  text-transform: none;
  touch-action: manipulation;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  z-index: 1;
  color: #fff;
  background-color: #e27152;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.btn-mid:after {
  content: '';
  position: absolute;
  -webkit-transition-duration: 800ms;
  transition-duration: 800ms;
  width: 200%;
  height: 200%;
  top: 110%;
  left: 50%;
  background-color: #9a3113;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  border-radius: 50%;
  z-index: -1;
}
.btn-mid:hover:after {
  top: -40%;
}
.btn-mid span {
  color: #fff;
  font-size: 0.75vw;
  font-weight: 700;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  letter-spacing: 1px;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
}
.btn-mid i {
  display: inline-flex;
  margin-left: 0.5vw;
  margin-right: -0.5vw;
}
.btn-center {
  display: block;
  text-align: center;
  margin-top: 2vw;
}
.about-full {
  display: block;
  width: 100%;
}
.about-full img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about-medium {
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 35vw;
}
.about-medium p {
  text-align: center;
  font-size: 0.85vw;
}
.project-main {
  height: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px;
  position: relative;
  margin-top: 3vw;
}
.project-box {
  position: relative;
  width: 100%;
  aspect-ratio: 1 / 1.25;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  border-right: 1px solid rgba(255, 255, 255, 0.6);
}
.project-box:last-child {
  border: none;
}
.project-box:hover .overlay {
  opacity: 0;
}
.project-info {
  padding: 1.5vw 2vw;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 15;
  width: 100%;
}
.project-info h3 {
  font-weight: 700;
  font-size: 1.2vw;
  color: #fff;
}
.project-info span {
  color: #fff;
  font-weight: 600;
  font-size: 0.85vw;
  opacity: 0.8;
  margin: 0.35vw 0 0 0;
  display: block;
}
.project-bg {
  position: absolute;
  top: 100%;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #9a3113;
  z-index: -1;
  transition: all 0.65s cubic-bezier(0.755, 0.05, 0.855, 0.06);
}
.project-box.active .project-bg {
  top: 0;
}
#top {
  height: 40vw;
  min-height: 300px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-top: 94px;
}
.top-title h1,
.top-title p {
  color: #fff;
}
.top-title {
  width: 100%;
  max-width: 30vw;
}
.top-title h4 {
  color: #e27152;
  font-size: 1.2vw;
}
.top-title span {
  color: #fff;
  font-weight: 600;
  font-size: 1vw;
  opacity: 0.8;
}
#top .cover-bg {
  background-attachment: fixed;
}
.about-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  grid-gap: 5vw;
}
.about-info {
  display: block;
  padding: 5vw 0;
}
.about-info h4 {
  font-weight: 700;
  margin: 0 0 2vw 0;
  line-height: 1.4;
}
.about-info p {
  margin: 0;
}
.about-info .btn-right {
  margin-top: 2vw;
}
.about-img {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1.5fr 1fr;
  grid-gap: 1vw;
}
.about-img span {
  position: relative;
  padding: 1vw;
  overflow: hidden;
}
.about-img span:nth-child(2) {
  background-color: #9a3113;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  margin-top: 2vw;
}
.about-img span:nth-child(3) {
  background-color: #231f20;
}
.about-img span h2 {
  font-size: 1.2vw;
  font-weight: 700;
  color: #fff;
  margin: 0;
}
.content-main {
  background-color: #f6f6f6;
  padding: 3vw;
}
.content-main p {
  font-weight: 600;
  font-size: 0.85vw;
  margin: 0 0 1vw 0;
}
.content-main p:last-child {
  margin-bottom: 0;
}
.contact-info {
  background-color: #fff;
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 2.5vw;
}
.contact-box {
  display: grid;
  grid-template-columns: 2.5vw 1fr;
  grid-gap: 1vw;
  align-items: center;
}
.contact-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.5vw;
  height: 2.5vw;
  background-color: #e27152;
  color: #fff;
}
.contact-box h3 {
  margin: 0 0 0.5vw 0;
  font-size: 1.1vw;
  font-weight: 700;
}
.team-main {
  height: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  position: relative;
  margin-top: 3vw;
  grid-gap: 1vw;
}
.team-box {
  position: relative;
  width: 100%;
  height: auto;
  display: flex;
  align-items: flex-end;
  flex-direction: column;
  overflow: hidden;
  box-shadow: 0px 0px 36px rgba(0, 0, 0, 0.08);
}
.team-box:last-child {
  border: none;
}
.team-box:hover .overlay {
  opacity: 0;
}
.team-box img {
  margin: 0 auto;
}
.team-info {
  padding: 1vw;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 15;
  width: 100%;
  background-color: #9a3113;
}
.team-info h3 {
  font-weight: 700;
  font-size: 1.1vw;
  color: #fff;
}
.team-info span {
  color: #fff;
  font-weight: 600;
  font-size: 0.85vw;
  opacity: 0.8;
  margin: 0.35vw 0 0 0;
  display: block;
}
.project-gallery {
  display: block;
  padding: 0 1.5vw;
  overflow: hidden;
  grid-row-start: 1;
  margin-left: -1.5vw;
  margin-right: -1.5vw;
}
.slider-single a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  height: 30vw;
}
.slider-single .slick-list,
.slider-nav .slick-list {
  padding: 0;
  margin: 0;
}
.slider-nav {
  margin-left: -0.5vw;
  margin-right: -0.5vw;
  margin-top: 1vw;
}
.slider-nav div {
  position: relative;
  display: block;
  overflow: hidden;
  height: 5vw;
  margin: 0;
  cursor: pointer;
}
.slider-nav .slick-slide {
  margin: 0 0.5vw;
}
.slider-nav .slick-slide.is-active .cover-bg {
  opacity: 0.7;
}
.slick-arrow {
  opacity: 1;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: ;
  color: #9a3113;
  width: 3vw;
  height: 3vw;
  border-radius: 100%;
  border: 2px solid #9a3113;
  cursor: pointer;
  outline: none !important;
  font-size: 0;
  z-index: 10;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.slick-arrow:hover {
  background-color: #9a3113;
  color: #fff;
}
.slick-arrow.slick-disabled {
  pointer-events: none;
  border-color: #999;
  color: #999;
}
.slick-prev {
  left: -1.5vw;
  margin: auto;
}
.slick-next {
  right: -1.5vw;
  margin: auto;
}
.slick-prev:before {
  content: '\e927';
  font-size: 1vw;
  font-family: 'fontello';
}
.slick-next:before {
  content: '\e928';
  font-size: 1vw;
  font-family: 'fontello';
}
.project-gallery a:hover .cover-bg {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
}
.detail-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 4vw;
  margin-bottom: 4vw;
}
.box-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 1vw;
}
.detail-info p {
  margin-bottom: 1vw;
}
.detail-info p:last-child {
  margin-bottom: 0;
}
.detail-info a {
  margin-top: 1.5vw;
}
.detail-info ul {
  padding-left: 20px;
}
.detail-info ul li {
  color: #3d3d3d;
}
.detail-box h4 {
  font-weight: 700;
  font-size: 1vw;
  color: #9a3113;
  margin: 0 0 0.35vw 0;
}
.detail-box p {
  font-weight: 600;
}
.detail-box {
  padding: 1vw;
  box-shadow: 0px 0px 36px rgba(0, 0, 0, 0.08);
}
.message-container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 0 1vw;
  width: 100%;
  height: 100%;
}
.message-logo {
  text-align: center;
  margin: 0 auto;
  margin-bottom: 1.5vw;
}
.message-logo img {
  width: 12vw;
}
.message-container h3 {
  color: #014637;
}
.message-container .title {
  width: 100%;
  max-width: 32vw;
}
.message-container .btn-link {
  margin-top: 25px;
}
.message-container .btn-mid {
  margin-top: 30px;
}
.slick-slide.project-box {
  display: inline-flex !important;
  margin: 0 0.5vw !important;
}
.slick-slide.project-box .project-bg {
  top: 0 !important;
}
.company-grid {
  margin-top: 3vw;
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 1vw;
}
.company-grid .project-bg {
  top: 0 !important;
}
.company-grid .grid-2 .project-box {
  aspect-ratio: 1.5 / 1;
}
.grid-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 1vw;
}
.grid-3 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 1vw;
}
footer {
  position: relative;
  padding: 4vw 0;
  z-index: 10;
  background-color: #231f20;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.5fr repeat(2, 1fr) auto;
  grid-gap: 3vw;
}
.footer-logo {
  margin-bottom: 2vw;
  text-align: center;
}
.footer-logo img {
  width: 10vw;
}
.footer-copy p {
  color: #fff;
  text-align: center;
}
.footer-title {
  color: #fff;
  margin-bottom: 0.75vw;
  font-weight: 700;
  font-size: 1vw;
}
.footer-column {
  display: flex;
  flex-direction: column;
}
.footer-column a {
  color: #fff;
  display: flex;
  margin: 0.3vw 0;
}
.footer-column a:hover {
  opacity: 0.6;
}
.footer-column h3 {
  font-weight: 700;
  margin: 0 0 1vw 0;
  color: #fff;
}
.footer-icon {
  display: grid !important;
  grid-template-columns: 2vw 1fr !important;
  grid-gap: 0.75vw !important;
  align-items: center;
}
.footer-column i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2vw;
  height: 2vw;
  background-color: #fff;
  color: #231f20;
}
.footer-social {
  display: flex;
  align-items: center;
  grid-gap: 6px;
}
.footer-social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.5vw;
  height: 2.5vw;
  font-size: 1vw;
  background-color: #fff;
  color: #231f20;
}
.footer-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 30px;
  align-items: center;
}
.footer-split img {
  width: 100%;
  height: auto;
}
