@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Exo:wght@300;400;500;700&display=swap');

* {
  outline: none !important;
}

body {
  margin: 0;
  padding: 0;
  font-family: "Exo";
  font-size: 17px;
  color: #333;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
  font-weight: 400;
  background-color: #fff;
  line-height: 1.7;  
}

h1, h2, h3, h4, h5, h6 {
  text-transform: inherit;
  margin-bottom: 2.5rem; 
  letter-spacing: -0.02em;
  font-weight: 700;
}

h1 {
  font-size:  3rem;
}

h2 {
  font-size: 2.6rem;
}

h3 {
  font-size: 2.2rem;
}

h4 {
  font-size: 1.8rem;
}

h5 {
  font-size: 1.4rem;
  
}

h6 {
  font-size: 1rem;
}

.text-light {
  color: #fff !important;
}
/* HTML TAGS */
img {
  max-width: 100%;
}

figure {
  margin: 0;
}

/* FORM ELEMENTS */
input[type="text"], input[type="email"], input[type="search"], input[type="password"], input[type="submit"] {
  max-width: 100%;
  border: none;
  padding: 2rem 3.5rem;
  margin-bottom: 1rem;
  background: #f2f2f2;
  border-radius: 0.2rem;
}

input[type="checkbox"], input[type="radio"] {
  margin-right: 5px;
}

/* LINKS */
a {
  color: #333;
}

a:hover {
  text-decoration: none;
  color: #333;
}

/* CUSTOM CLASSES */
.overflow {
  overflow: hidden;
}

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
  padding-right: inherit;
  padding-left: inherit;
}

.row {
  margin-right: auto;
  margin-left: auto;
}

/* SPACINGS */
.no-spacing {
  margin: 0 !important;
  padding: 0 !important;
}

.no-bottom-spacing {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}
.spacing {
  margin: 5rem 0!important;
}
.padding-top {
  padding-top: 5rem !important;
}
.spacing-right {
  padding-right: 2.5rem;
}

/* CUSTOM CONTAINER */
.container {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}

/* ODOMETER */
.odometer-formatting-mark {
  display: none;
}

.odometer.odometer-auto-theme, .odometer.odometer-theme-car {
  padding: 0;
}

.odometer.odometer-auto-theme .odometer-digit, .odometer.odometer-theme-car .odometer-digit {
  padding: 0;
}

.odometer.odometer-auto-theme .odometer-digit .odometer-value, .odometer.odometer-theme-car .odometer-digit .odometer-value {
  text-indent: -5px;
}

.odometer.odometer-auto-theme .odometer-digit .odometer-digit-inner, .odometer.odometer-theme-car .odometer-digit .odometer-digit-inner {
  left: 0;
}

.odometer.odometer-auto-theme .odometer-digit .odometer-value, .odometer.odometer-theme-car .odometer-digit .odometer-value {
  text-indent: 0;
}

/* SWIPER BULLETS */
.swiper-pagination {
  width: 100%;
  display: block;
  position: relative;
  text-align: center;
}
.swiper-pagination .swiper-pagination-bullet {
  width: 50px;
  height: 4px;
  border-radius: 0 !important;
}
.swiper-pagination .swiper-pagination-bullet-active {
  background: #d5ad6e;
}

/* HAMBURGER */
.hamburger {
  width: 32px;
  height: 38px;
  position: relative;
  cursor: pointer;
  display: inline-block;
  padding-top: 3px;
}
.hamburger span {
  display: block;
  background: #fff;
}
.hamburger #hamburger {
  position: absolute;
  height: 100%;
  width: 100%;
}
.hamburger #hamburger span {
  width: 100%;
  height: 2px;
  position: relative;
  top: 0;
  left: 0;
  margin: 6px 0;
  transition: width ease 0.25s;
}
.hamburger #hamburger span:nth-child(1) {
  transition-delay: .5s;
  width: 100%;
}
.hamburger #hamburger span:nth-child(2) {
  transition-delay: .625s;
  width: 70%;
}
.hamburger #hamburger span:nth-child(3) {
  transition-delay: .75s;
  width: 100%;
  left: 0;
}
.hamburger #cross {
  position: absolute;
  height: 34px;
  width: 34px;
  transform: rotate(45deg);
  left: -2px;
  top: 2px;
}
.hamburger #cross span:nth-child(1) {
  height: 0%;
  width: 2px;
  position: absolute;
  top: 0;
  right: 16px;
  transition-delay: 0s;
  transition: height ease 0.25s;
}
.hamburger #cross span:nth-child(2) {
  width: 0%;
  height: 2px;
  position: absolute;
  left: 0;
  top: 16px;
  transition-delay: .25s;
  transition: width ease 0.25s;
}

.hamburger.open #hamburger span {
  width: 0%;
}
.hamburger.open #hamburger span:nth-child(1) {
  transition-delay: 0s;
}
.hamburger.open #hamburger span:nth-child(2) {
  transition-delay: .125s;
}
.hamburger.open #hamburger span:nth-child(3) {
  transition-delay: .25s;
}
.hamburger.open #cross span:nth-child(1) {
  height: 100%;
  transition-delay: .625s;
}
.hamburger.open #cross span:nth-child(2) {
  width: 100%;
  transition-delay: .375s;
}

/* ACCORDION */
.accordion {
  width: 100%;
  float: left;
  padding: 0;
  padding-right: 50px;
}
.accordion .card {
  background: none;
  border-radius: 0;
  border: none;
}
.accordion .card .card-header {
  background: none;
  padding: 0;
  border: none;
  margin-bottom: 0;
}
.accordion .card .card-header h5 a {
  width: 100%;
  float: left;
  padding: 2.5rem 0;
  border-bottom: 1px solid #ededed;
}
.accordion .card .card-header h5 a i {
  float: right;
  transform: translateY(7px);
}
.accordion .card .card-header h5 a:hover {
  color: #d5ad6e;
  border-color: #d5ad6e;
  text-decoration: none;
}
.accordion .card .card-body {
  width: 100%;
  padding: 2.5rem 0;
}
.accordion .card .card-body b {
  font-weight: 700;
}
.accordion .card .card-body ul > li {
 list-style-type: disclosure-closed; 
}
.accordion .card [aria-expanded="true"] {
  border-color: #d5ad6e !important;
}

/* SEARCH BOX */
.search-box {
  width: 100%;
  height: 100vh;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 3;
  background: #333;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  transition-duration: 500ms;
  -webkit-transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  opacity: 0;
  visibility: hidden;
  color: #fff;
}
.search-box .inner {
  width: 50vw;
  max-width: 700px;
  margin: 0 auto;
  text-align: center;
}
.search-box .inner form {
  width: 100%;
  display: block;
}
.search-box .inner form input[type="search"] {
  width: 100%;
  height: 70px;
  border: none;
  border-bottom: 4px solid #232222;
  background: none;
  font-size: 20px;
  margin-bottom: 30px;
  color: #fff;
}
.search-box .inner form input[type="submit"] {
  height: 70px;
  background: #d5ad6e;
  border: none;
  font-weight: 700;
  padding: 0 60px;
}
.search-box.active {
  opacity: 1;
  visibility: visible;
}

/* SIDE WIDGET */
.side-widget {
  display: none;		   
  width: 400px;
  height: calc(100vh - 100px);
  max-width: 100%;
  flex-wrap: wrap;
  align-items: center;
  position: fixed;
  left: -100%;
  bottom: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  transition-duration: 500ms;
  -webkit-transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  background: #001F33;
  z-index: 5;
  box-shadow: 0 0 25px rgba(51, 51, 51, 0.25);
  padding: 5rem 2.5rem;
  color: #fff;
}
.side-widget .inner {
  display: inline-block;
  overflow-y: auto;
}
.side-widget .logo {
  width: 100%;
  display: block;
  margin-bottom: 40px;
}
.navbar .logo-mobile {
  display: none;
}
.side-widget .logo img {
  height: 40px;
}
.side-widget .show-mobile {
  display: none;
}
.side-widget .hide-mobile {
  display: block;
  overflow-x: hidden;
}
.side-widget .gallery {
  display: flex;
  flex-wrap: wrap;
  margin-left: -3px;
  margin-right: -3px;
}
.side-widget .gallery img {
  width: 50%;
  padding: 0 3px;
}
.side-widget p {
  width: 100%;
  display: block;
}
.side-widget .widget-title {
  width: 100%;
  display: block;
  font-weight: 700;
  color: #d5ad6e;
  font-size: 13px;
  margin-bottom: 10px;
  margin-top: 20px;
}
.side-widget .address {
  width: 100%;
  display: block;
  margin-top: 20px;
}
.side-widget .social-media {
  width: 100%;
  display: block;
  margin: 0;
  padding: 0;
}
.side-widget .social-media li {
  display: inline-block;
  margin-right: 20px;
  padding: 0;
  list-style: none;
}
.side-widget .social-media li a {
  color: #fff;
  font-size: 13px;
  font-weight: 700;
}
.side-widget .languages {
  width: 100%;
  display: block;
  margin-bottom: 20px;
  margin-top: 20px;
}
.side-widget .languages ul {
  width: 100%;
  display: block;
  margin: 0;
  padding: 0;
}
.side-widget .languages ul li {
  display: inline-block;
  margin-right: 10px;
  padding: 0;
  list-style: none;
}
.side-widget .languages ul li a {
  color: #fff;
  font-weight: 700;
  font-size: 18px;
}
.side-widget .site-menu {
  width: 100%;
  display: block;
  margin-bottom: 20px;
  margin-top: 20px;
}
.side-widget .site-menu ul {
  width: 100%;
  display: block;
  margin: 0;
  padding: 0;
}
.side-widget .site-menu ul li {
  display: block;
  margin: 3px 0;
  padding: 0;
  list-style: none;
}
.side-widget .site-menu ul li ul {
  display: none;
  padding-left: 10px;
  margin-bottom: 10px;
}
.side-widget .site-menu ul li i {
  display: inline-block;
  margin-left: 7px;
}
.side-widget .site-menu ul li a {
  color: #fff;
}
.side-widget small {
  font-size: 11px;
  width: 100%;
  display: block;
  margin-top: 20px;
}
.side-widget.active {
  left: 0;
}

/* GLOBAL BUTTON */
.button {
  display: inline-block;
  -webkit-transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -ms-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
  border-radius: 0.2rem;
}
.button i {
  display: inline-block;
  margin-left: 1vw;
  transform: translateY(0px);
  -webkit-transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -ms-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}
.button:hover {
  letter-spacing: .2px;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
}
.button:hover i {
  margin-left: 2vw;
}

/* CALL BUTTON */
.call {
  padding: 2rem 3.5rem;
  font-weight: 500;
  background: #d5ad6e;
  color: #fff;
}
.call:hover {
  text-decoration: none;
  color: #fff;
}

/* STANDARD BUTTON */
.standard {
  padding: 2rem 3.5rem;
  font-weight: 500;
  background: #d5ad6e;
  color: #fff;
}
.standard:hover {
  text-decoration: none;
  color: #fff;
}

/* TRANSPARENT BUTTON */
.transparent {
  padding: 2rem 3.5rem 0 0;
  font-weight: 700;
  color: #333;
}
.transparent:hover {
  text-decoration: none;
  color: #333;
}

/* TRANSPARENT SLIDER BUTTON */
.transparent-slider {
  padding: 2rem 3.5rem 0 0;
  font-weight: 700;
  color: #fff;
}
.transparent-slider:hover {
  text-decoration: none;
  color: #fff;
}

/* WHITE SPACES */
.white-space-top {
  position: relative;
}
.white-space-top:before {
  content: "";
  width: 100vw;
  height: 148px;
  background: #fff;
  position: absolute;
  left: 0;
  top: 0;
}

.white-space-bottom {
  position: relative;
}
.white-space-bottom:after {
  content: "";
  width: 100%;
  height: 140px;
  background: #ffffff;
  position: absolute;
  left: 0;
  bottom: 0;
}

/* PAGE TRANSITION */
.first-transition {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 15;
  right: 0;
  top: 0;
  background: #d5ad6e;
  animation: first-transition 1s;
  animation-fill-mode: forwards;
}

@keyframes first-transition {
  from {
    right: 0;
  }
  to {
    right: -100%;
  }
}
.page-transition {
  width: 0;
  height: 100%;
  position: fixed;
  z-index: 15;
  left: 0;
  top: 0;
  background: #d5ad6e;
  transition: all ease 1s;
}
.page-transition.active {
  width: 100%;
}

/* NAVBAR */
.navbar {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  position: fixed;
  z-index: 10;
  transition: top ease 1s;
  border-bottom: 1px solid #002843;
  padding: 0 5rem;
  box-shadow: 0 0.25rem 1rem rgba(0, 0, 0, 0.2);  
}
.navbar.sticky {
  background: #001F33;
}
.navbar.nav-down {
  top: 0;
  box-shadow: 0 0.25rem 1rem rgba(0, 0, 0, 0.2);
}
.navbar.nav-up {
  top: -100%;
}
.navbar .logo {
  margin-right: auto;
}
.navbar .logo a {
  display: block;
  margin: 0;
}
.navbar .logo a img {
  height: auto;
  margin-bottom: 2px;
}
.navbar .languages {
  display: inline-block;
  margin: 0 20px;
}
.navbar .languages ul {
  display: block;
  margin: 0;
  padding: 0;
}
.navbar .languages ul li {
  display: inline-block;
  margin: 0 5px;
  padding: 0;
  list-style: none;
}
.navbar .languages ul li a {
  display: inline-block;
  color: #fff;
  position: relative;
}
.navbar .languages ul li a:hover {
  text-decoration: none;
}
.navbar .languages ul li a:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 0;
  transition: width 0s ease, background .25s ease;
}
.navbar .languages ul li a:after {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  height: 2px;
  width: 0;
  background: #d5ad6e;
  transition: width .25s ease;
}
.navbar .languages ul li a:hover:before {
  width: 100%;
  background: #d5ad6e;
  transition: width .25s ease;
}
.navbar .languages ul li a:hover:after {
  width: 100%;
  background: transparent;
  transition: all 0s ease;
}
.navbar .site-menu {
  display: inline-block;
}
.navbar .site-menu ul {
  display: block;
  margin-bottom: -1px;
  padding: 0;
}
.navbar .site-menu ul li {
  display: inline-block;
  margin-right: 40px;
  padding: 0;
  list-style: none;
  position: relative;
}
.navbar .site-menu ul li:last-child {
  margin-right: 0px;
}
.navbar .site-menu ul li ul {
  display: none;
  position: absolute;
  left: -30px;
  background: #002843;
  padding: 30px;
}
.navbar .site-menu ul li ul:before {
  content: "";
  width: 100%;
  height: 20px;
  position: absolute;
  left: 0;
  top: -20px;
}
.navbar .site-menu ul li ul li {
  width: 100%;
  display: block;
  margin: 0;
  margin-bottom: 10px;
  white-space: nowrap;
}
.navbar .site-menu ul li ul li a:hover {
	color: #fff !important;
}
.navbar .site-menu ul li ul li:last-child {
  margin-bottom: 0;
}
.navbar .site-menu ul li ul li a {
  color: #fff;
  display: block;
  padding: 0;
}
.navbar .site-menu ul li:hover ul {
  display: block;
}
.navbar .site-menu ul li a {
  display: inline-block;
  color: #fff;
  position: relative;
  padding: 5rem 0;
}
.navbar .site-menu ul li a:not(.active):hover {
  text-decoration: none;
  color: #d5ad6e;
}
.navbar .site-menu ul li a:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: -1px;
  height: 1px;
  width: 0;
  transition: width 0s ease, background .25s ease;
}
.navbar .site-menu ul li a:after {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  bottom: -1px;
  height: 1px;
  width: 0;
  background: #d5ad6e;
  transition: width .25s ease;
}
.navbar .site-menu ul li a:hover:before {
  width: 100%;
  background: #d5ad6e;
  transition: width .25s ease;
}
.navbar .site-menu ul li a:hover:after {
  width: 100%;
  background: transparent;
  transition: all 0s ease;
}			  
.navbar .site-menu ul li a.active {
    color: #d5ad6e;
    border-bottom: 1px solid #d5ad6e;
}
.navbar .search {
  display: inline-block;
  color: #fff;
  font-size: 24px;
  cursor: pointer;
}
.navbar .hamburger {
  display: none;
  color: #fff;
}
.navbar .navbar-button {
  display: inline-block;
  font-size: 1.5rem;
  font-weight: 700;
  color: #fff;
  padding: 2rem 0 2rem 3.5rem;
  -webkit-transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -ms-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}
.navbar .navbar-button i {
  display: inline-block;
  margin-right: 2.5rem;
  -webkit-transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -ms-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}
.navbar .navbar-button:hover {
  text-decoration: none;
}

/* SLIDER */
.slider {
  width: 100%;
  height: 100vh;
  display: flex;
  flex-wrap: wrap;
  background-color: #001F33;
  position: relative;
  padding: 0 5rem;
  margin-bottom: 5rem;
}
.slider .container {
  display: flex;
  flex-wrap: wrap;
}
.slider .slider-content {
  width: 100%;
  position: relative;
  overflow: hidden;
  margin: 0;
  z-index: 2;
}
.slider .slider-content .swiper-slide {
  display: flex;
  align-items: center;
  word-break: break-word;
}
.slider .slider-content .inner {
  width: 100%;
  display: block;
  color: #fff;
  padding-top: 7.5rem;
}
.slider .slider-content .inner h2 {

}
.slider .slider-content .inner h2 b {
  -webkit-text-stroke: 1px #fff;
  text-stroke: 1px #fff;
  -webkit-text-fill-color: transparent;
  color: transparent;
}
.slider .slider-content .controls {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}
.slider .slider-content .controls .swiper-pagination {
  width: auto;
  display: inline-block;
  position: static;
  color: #d5ad6e;
}
.slider .slider-content .controls .swiper-pagination .swiper-pagination-current {
  font-size: 2rem;
  color: #fff;
}
.slider .slider-content .controls .button-prev {
  display: inline-block;
  text-align: center;
  background: #fff;
  border-radius: 0.2rem 0 0 0;
  color: #001F33;
  -webkit-transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -ms-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
  margin-left: auto;
  padding: 2rem;
}
.slider .slider-content .controls .button-prev:hover {
  background: #001F33;
  color: #fff;
}
.slider .slider-content .controls .button-next {
  display: inline-block;
  text-align: center;
  background: #fff;
  border-radius: 0 0.2rem 0 0;
  color: #001F33;
  -webkit-transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -ms-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
  margin-left: 0px;
  margin-right: 0;
  padding: 2rem;
}
.slider .slider-content .controls .button-next:hover {
  background: #001F33;
  color: #fff;
}
.slider .slider-main {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  margin: 0;
  position: absolute;
  right: 0;
  bottom: 0;			
}
.slider .slider-main .slide-image {
  width: 100%;
  height: 100%;
  display: inline-block;
  background-position: center !important;
  background-size: cover !important;
}
.slider .slider-main .header-box {
  width: 160px;
  height: 180px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: #d5ad6e;
  position: absolute;
  left: 30px;
  bottom: 30px;
  z-index: 1;
}
.slider .slider-main .header-box:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 14px 14px;
  border-color: transparent transparent #333 transparent;
  position: absolute;
  right: 4px;
  bottom: 4px;
}
.slider .slider-main .header-box b {
  font-size: 90px;
  height: 90px;
  line-height: 1;
  font-weight: 400;
  display: inline-block;
  transform: translateY(8px);
}
.slider .slider-main .header-box small {
  display: inline-block;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: 2px;
  transform: translateY(-8px);
}

/* PAGE HEADER */
.page-header {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  background-color: #001F33;
  position: relative;
  margin-bottom: 5rem;
  padding-top: 12.5rem;						 
}
.page-header .container {
  position: relative;
  color: #fff;
  padding-top: 5rem;
  padding-bottom: 5rem;
  padding-left: 5rem;
  padding-right: 5rem;
}
.page-header .container p {
  width: 100%;
  display: block;
  opacity: 0.7;
  margin-bottom: 2.5rem;
}
.page-header .container p a {
  color: #fff;
}
.page-header .container h1 {
  width: 100%;
  display: block;
}
.page-header .container ul {
  width: 100%;
  display: block;
  margin: 0;
  padding: 0;
}
.page-header .container ul li {
  display: inline-block;
  margin-right: 10px;
  padding: 0;
  font-size: 13px;
  font-weight: 700;
  color: #d5ad6e;
}
.page-header .container ul li:last-child:after {
  display: none;
}
.page-header .container ul li:after {
  content: "/";
  display: inline-block;
  margin-left: 15px;
  color: #fff;
}
.page-header .container ul li a {
  color: #fff;
}

/* CONTENT SECTION */
.content-section {
  width: 100%;
  display: block;
  padding: 0 5rem 5rem 5rem;
  position: relative;
}
.content-section .container {
  display: flex;
  flex-wrap: wrap;
} 
.content-section .container .row {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
.content-section .container ul > li {
  list-style-type: disclosure-closed;
}
.section-note {
  width: 100%;
  display: block;
  margin-top: 30px;
  text-align: center;
  font-size: 14px;
}

/* SECTION TITLE */
.section-title {
  width: 100%;
  display: block;
}
.section-title h6 {
  color: #002843;
}
.section-title p {
  width: 100%;
  display: block;
  margin-bottom: 0;
}

/* ICON CONTENT */
.icon-content {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  border-left: 2px solid #d5ad6e;
  padding: 2.5rem;
  position: relative;
}
.icon-content:before {
  content: "";
  width: 100%;
  height: 100%;
  background: #d5ad6e;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -ms-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
  opacity: 0;
  z-index: -1;
  box-shadow: 0 0 25px rgba(51, 51, 51, 0.25);
}
.icon-content:hover {
  border-color: #d5ad6e;
  color: #fff;
}
.icon-content:hover:before {
  opacity: 1;
}
.icon-content figure {
  width: 100%;
  display: block;
  margin-bottom: 50px;
}
.icon-content figure img {
  height: 70px;
}
.icon-content h3 {
  width: 100%;
  display: block;
}
.icon-content small {
  width: 100%;
  display: block;
}

/* SIDE IMAGE */
.side-image {
  width: 100%;
  display: block;
  margin: 0;
}
.side-image img {
  width: 100%;
}

/* SIDE CONTENT */
.side-content {
  width: 100%;
  display: block;
  margin: 0;
  padding-left: 50px;
}
.side-content figure {
  width: 100%;
  display: block;
  margin: 0;
}
.side-content figure img {
  height: 80px;
}
.side-content h6 {
  width: 100%;
  display: block;
  margin-top: 30px;
  margin-bottom: 2px;
}
.side-content h5 {
  margin-bottom: 20px;
}
.side-content b {
  font-weight: 700;
}
.side-content u {
  text-decoration: none;
  position: relative;
}
.side-content u:before {
  content: "";
  width: 100%;
  height: 6px;
  background: #d5ad6e;
  position: absolute;
  left: 0;
  bottom: 0;
  mix-blend-mode: multiply;
}
.side-content p {
  margin-bottom: 1.5rem;
}
.side-content small {
  width: 100%;
  display: block;
  font-size: 13px;
  opacity: 0.6;
}

/* COUNTER BOX */
.col-lg-3:nth-child(even) .counter-box {
  margin-top: 50%;
}

.counter-box {
  width: 100%;
  display: block;
  border: 1px solid #e8e8e8;
  padding: 30px;
  position: relative;
  -webkit-transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -ms-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}
.counter-box:hover {
  transform: translateY(-10px);
  box-shadow: 0 0 25px rgba(51, 51, 51, 0.25);
}
.counter-box:hover h6:before {
  width: 0;
}
.counter-box:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 14px 14px;
  border-color: transparent transparent #e8e8e8 transparent;
  position: absolute;
  right: 4px;
  bottom: 4px;
}
.counter-box .odometer {
  display: inline-block;
  font-size: 70px;
}
.counter-box .value {
  font-size: 24px;
}
.counter-box h6 {
  display: inline-block;
  letter-spacing: 2px;
  position: relative;
}
.counter-box h6:before {
  content: "";
  width: 100%;
  height: 6px;
  background: #d5ad6e;
  position: absolute;
  left: 0;
  bottom: 0;
  mix-blend-mode: multiply;
  -webkit-transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -ms-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}
.counter-box p {
  font-size: 13px;
  padding-right: 5%;
}

/* CONTACT BOX */
.contact-box {
  width: 100%;
  display: block;
  position: relative;
}
.contact-box figure {
  width: 100%;
  display: block;
  margin-bottom: 40px;
}
.contact-box figure img {
  height: 70px;
}
.contact-box h6 {
  color: #002843;
}
h6 span {
  font-weight: 300;
  text-transform: lowercase;
}

/* GOOGLE MAPS */
.google-maps {
  width: 100%;
  height: 40rem;
  display: block;
  border: none;
  filter: grayscale(100%);
}

.contact-form {
  width: 100%;
  display: block;
  padding: 5rem;
  background: #ffffff;
  position: relative;
  z-index: 1;
  margin-bottom: -20rem;
  box-shadow: 0 0 25px rgba(51, 51, 51, 0.25);
  border-radius: 0.2rem;
}
.contact-form input[type="text"] {
  width: 100%;
}
.contact-form textarea {
  width: 100%;
}
.contact-form .small {
  margin-bottom: 1.5rem;
  text-indent: 40px;
  font-size: 13px;
}

/* ISOTOPE FILTER */
.isotope-filter {
  width: 100%;
  display: block;
  margin-bottom: 40px;
  padding: 0;
}
.isotope-filter li {
  display: inline-block;
  margin-right: 30px;
  padding: 0;
  list-style: none;
  cursor: pointer;
  position: relative;
  font-weight: 700;
}
.isotope-filter li:last-child {
  margin-right: 0;
}
.isotope-filter li.current:before {
  width: 100%;
}
.isotope-filter li:hover:before {
  width: 100%;
}
.isotope-filter li:before {
  content: "";
  width: 0;
  height: 4px;
  background: #d5ad6e;
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -ms-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}

/* PROJECTS */
.projects {
  width: calc(100% + 60px);
  display: flex;
  flex-wrap: wrap;
  margin: 0 -30px;
  padding: 0;
}
.projects li {
  width: 50%;
  display: inline-block;
  margin-bottom: 50px;
  padding: 0 30px;
  list-style: none;
}
.projects li .project-box {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding-bottom: 50px;
  position: relative;
}
.projects li .project-box:hover img {
  filter: grayscale(0);
}
.projects li .project-box:hover figcaption {
  background: #d5ad6e;
  color: #333;
}
.projects li .project-box img {
  width: 100%;
  display: block;
  filter: grayscale(1);
  -webkit-transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -ms-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}
.projects li .project-box figcaption {
  position: absolute;
  left: 30px;
  bottom: 30px;
  padding: 30px;
  background: #333;
  color: #fff;
  -webkit-transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -ms-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}
.projects li .project-box figcaption h5 {
  display: block;
  margin: 0;
}
.projects li .project-box figcaption p {
  width: 100%;
  display: block;
  margin: 0;
  display: none;
}

/* PROJECT TEXT */
.project-specifications {
  width: calc(100% - 40px);
  display: block;
  background: #fff;
  box-shadow: 0 0 25px rgba(51, 51, 51, 0.25);
  padding: 50px;
  margin-left: 40px;
}
.project-specifications table {
  width: 100%;
  font-size: 15px;
}
.project-specifications table tr td:first-child {
  font-weight: 700;
  width: 120px;
  padding: 10px 0;
}

/* PROJECT SLIDER */
.project-slider {
  width: 100%;
  display: block;
  position: relative;
  overflow: hidden;
}
.project-slider .swiper-slide {
  max-width: 50vw;
}
.project-slider .swiper-slide.swiper-slide-active .project-box figcaption {
  opacity: 1;
}
.project-slider .swiper-slide .project-box {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding-bottom: 50px;
  position: relative;
}
.project-slider .swiper-slide .project-box:hover img {
  filter: grayscale(0);
}
.project-slider .swiper-slide .project-box img {
  width: 100%;
  display: block;
  filter: grayscale(1);
  -webkit-transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -ms-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}
.project-slider .swiper-slide .project-box figcaption {
  width: 70%;
  position: absolute;
  left: 30px;
  bottom: 15px;
  padding: 30px;
  background: #d5ad6e;
  color: #333;
  -webkit-transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -ms-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
  opacity: 0;
}
.project-slider .swiper-slide .project-box figcaption:after {
  content: "";
  width: 20%;
  height: 55px;
  background: url("../images/pattern-dot.png");
  background-size: 12px 12px;
  position: absolute;
  right: -25px;
  bottom: -25px;
}
.project-slider .swiper-slide .project-box figcaption h5 {
  display: block;
}
.project-slider .swiper-slide .project-box figcaption p {
  width: 100%;
  display: block;
  margin: 0;
}
.project-slider .swiper-pagination {
  width: 100%;
  float: left;
  position: static;
  margin-top: 20px;
}

/* SECTOR BOX */
.sector-box {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 40px;
  box-shadow: 1px 0 0 0 #eee, 0 1px 0 0 #eee, 1px 1px 0 0 #eee, 1px 0 0 0 #eee inset, 0 1px 0 0 #eee inset;
  position: relative;
  color: #333;
  -webkit-transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -ms-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}
.sector-box:hover {
  box-shadow: none;
  z-index: 1;
  text-decoration: none;
  background: #d5ad6e;
}
.sector-box:hover i {
  opacity: 1;
}
.sector-box span {
  font-weight: 700;
}
.sector-box i {
  margin-left: auto;
  opacity: 0.4;
  transform: translateY(3px);
}

/* CALCULATOR */
.calculator {
  background-color: #333;
  margin-top: 80px;
}
.calculator .section-title {
  color: #fff;
}
.calculator .bg-image {
  width: 40%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background-size: cover;
}
.calculator .form {
  width: 100%;
  display: block;
  padding: 50px;
  background: #fff;
  color: #333;
  position: relative;
}
.calculator .form .form-group {
  position: static;
  margin-bottom: 35px;
}
.calculator .form .form-group:last-child {
  margin-bottom: 0;
}
.calculator .form select {
  width: 300px;
  max-width: 100%;
  height: 58px;
  border: 1px solid #e5e5e5;
  padding: 0 20px;
}
.calculator .form .custom-checkbox {
  height: 58px;
  line-height: 58px;
  border: 1px solid #e5e5e5;
  cursor: pointer;
  padding: 0 30px;
  margin-right: 5px;
}
.calculator .form input[type="checkbox"] {
  display: none;
}
.calculator .form input[type="checkbox"]:checked + .custom-checkbox {
  border-color: #d5ad6e;
  background: #d5ad6e;
  color: #333;
}
.calculator .form .info-box {
  width: 65%;
  float: left;
  margin-top: 50px;
}
.calculator .form .info-box i {
  color: #4cd964;
  font-size: 20px;
  transform: translateY(2px);
}
.calculator .form .price-box {
  float: right;
  background: #d5ad6e;
  padding: 30px 50px;
  margin-right: -50px;
  margin-bottom: -50px;
}
.calculator .form .price-box small {
  width: 100%;
  display: block;
  font-weight: 700;
  margin-bottom: 5px;
}
.calculator .form .price-box span {
  font-size: 50px;
  font-weight: 800;
  line-height: 1;
}

/* STEP BOX */
.step-box {
  width: 100%;
  display: block;
  position: relative;
  z-index: 1;
}
.step-box:hover .image img {
  filter: grayscale(0);
}
.step-box:hover .content {
  bottom: 0;
}
.step-box:hover .content h6:before {
  width: 0;
}
.step-box * {
  -webkit-transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -ms-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}
.step-box .image {
  width: 100%;
  display: block;
  padding-right: 40px;
}
.step-box .image img {
  width: 100%;
  filter: grayscale(1);
}
.step-box .content {
  width: calc(100% - 40px);
  position: absolute;
  right: 0;
  bottom: -40px;
  z-index: 1;
  background: #d5ad6e;
  padding: 40px;
  box-shadow: 0 0 25px rgba(51, 51, 51, 0.25);
}
.step-box .content .icon {
  width: 100%;
  display: block;
  margin-bottom: 20px;
}
.step-box .content .icon img {
  height: 70px;
}
.step-box .content span {
  position: absolute;
  right: 40px;
  top: 40px;
  font-size: 1rem;
  color: #333;
  font-weight: 700;
  text-transform: uppercase;
}
.step-box .content h6 {
  display: inline-block;
  position: relative;
  margin-bottom: 20px;
}
.step-box .content p {
  width: 100%;
  display: block;
  margin: 0;
  opacity: 0.7;
}

/* INFO BOX DARK */
.info-box-dark {
  width: 100%;
  display: block;
  background: #f2f2f2;
  color: #333;
  padding: 5rem;
  position: relative;
  border-radius: 0.2rem;
  -webkit-transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -ms-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}
.info-box-dark:hover {
  transform: translateY(-10px);
  box-shadow: 0 0 25px rgba(51, 51, 51, 0.25);
}
.info-box-dark:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 30px 30px 0;
  border-color: transparent #f2f2f2 transparent transparent;
  position: absolute;
  right: 10%;
  bottom: -15px;
}
.info-box-dark h6 {
  width: 100%;
  display: block;
}
.info-box-dark p {
  width: 100%;
  display: block;
  opacity: 0.75;
}
.info-box-dark p:last-child {
  margin-bottom: 0;
}

/* CTA BOX YELLOW */
.cta-box-yellow {
  width: calc(100% - 50px);
  display: block;
  background: #d5ad6e;
  color: #333;
  padding: 50px;
  position: relative;
  margin-bottom: 148px;
}
.cta-box-yellow h4 {
  width: 100%;
  display: block;
  margin-bottom: 20px;
}
.cta-box-yellow p {
  width: 100%;
  margin-bottom: 1.5rem;
}
.cta-box-yellow .button {
  display: inline-block;
  height: 68px;
  line-height: 68px;
  padding: 0 40px;
  background: #333;
  color: #d5ad6e;
  font-size: 13px;
  font-weight: 700;
  -webkit-transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -ms-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}
.cta-box-yellow .button:hover {
  text-decoration: none;
}

/* SERVICE LIST BOX */
.services-list-box {
  width: 100%;
  display: block;
  background: #fff;
  padding: 50px;
  transform: translateY(100px);
  margin-bottom: 100px;
}
.services-list-box h4 {

}
.services-list-box p {
  width: 100%;
  display: block;
  margin-bottom: 20px;
}
.services-list-box ul {
  width: 100%;
  display: block;
  padding-left: 20px;
  margin-bottom: 30px;
}
.services-list-box ul li {
  margin: 10px 0;
}
.services-list-box .button {
  display: inline-block;
  height: 68px;
  line-height: 68px;
  padding: 0 40px;
  background: #333;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  -webkit-transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -ms-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}
.services-list-box .button:hover {
  text-decoration: none;
  background: #d5ad6e;
  color: #333;
}

/* CUSTOM LIST */
.custom-list {
  width: 100%;
  display: block;
  margin: 0;
  padding: 0;
}
.custom-list li {
  width: 100%;
  display: block;
  margin: 0;
  padding: 20px 0;
  list-style: none;
  font-size: 20px;
  font-weight: 700;
  position: relative;
}
.custom-list li:hover:before {
  background: #d5ad6e;
  width: 100%;
}
.custom-list li:before {
  content: "";
  width: 30%;
  height: 1px;
  background: #eee;
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -ms-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}
.custom-list li i {
  font-size: 14px;
  display: inline-block;
  margin-right: 8px;
}

/* CERTIFICATE */
.certificate {
  -webkit-transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -ms-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}
.certificate:hover {
  box-shadow: 0 0 25px rgba(51, 51, 51, 0.25);
}
.certificate img {
  border: 1px solid #ededed;
}
.certificate figcaption {
  font-size: 14px;
}

/* OUR HISTORY */
.our-history {
  width: 100%;
  display: block;
  overflow: hidden;
  position: relative;
}
.our-history .swiper-pagination {
  position: absolute;
  height: 1px;
  left: 0;
  top: 50px;
  background: #eee;
}
.our-history .swiper-pagination-progressbar-fill {
  background: #d5ad6e;
}
.our-history .swiper-slide:hover b:after {
  background: #d5ad6e;
}
.our-history .swiper-slide {
  z-index: 1;
}
.our-history figure {
  width: 100%;
  padding: 0 15px;
}
.our-history p {
  width: 100%;
  display: block;
  padding: 0 15px;
  font-size: 14px;
}
.our-history b {
  width: 100%;
  height: 50px;
  display: inline-block;
  margin-bottom: 20px;
  text-align: center;
  position: relative;
}
.our-history b:after {
  content: "";
  width: 12px;
  height: 12px;
  background: #eee;
  border-radius: 50%;
  position: absolute;
  left: calc(50% - 6px);
  bottom: -6px;
}
.our-history .controls {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-top: 30px;
}
.our-history .controls .button-prev {
  width: 80px;
  height: 80px;
  line-height: 80px;
  display: inline-block;
  text-align: center;
  background: #f2f3f5;
  border-radius: 50%;
  color: #333;
  -webkit-transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -ms-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
  margin: 0 2px;
}
.our-history .controls .button-prev:hover {
  background: #d5ad6e;
}
.our-history .controls .button-next {
  width: 80px;
  height: 80px;
  line-height: 80px;
  display: inline-block;
  text-align: center;
  background: #f2f3f5;
  border-radius: 50%;
  color: #333;
  -webkit-transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -ms-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
  margin: 0 2px;
  margin-right: 0;
}
.our-history .controls .button-next:hover {
  background: #d5ad6e;
}

.sign {
  padding: 2.5rem 0;
  width: 100%; 
  opacity: 0.5;
}

/* CORE VALUES BOX */
.core-values-box {
  width: 100%;
  display: block;
  border: 1px solid #e8e8e8;
  padding: 30px;
  position: relative;
  -webkit-transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -ms-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
  margin: 15px 0;
}
.core-values-box:hover {
  transform: translateY(-10px);
  box-shadow: 0 0 25px rgba(51, 51, 51, 0.25);
}
.core-values-box:hover h6:before {
  width: 0;
}
.core-values-box:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 14px 14px;
  border-color: transparent transparent #e8e8e8 transparent;
  position: absolute;
  right: 4px;
  bottom: 4px;
}
.core-values-box figure {
  width: 100%;
  display: block;
  margin-bottom: 20px;
}
.core-values-box figure img {
  height: 80px;
}
.core-values-box h6 {
  display: inline-block;
  letter-spacing: 2px;
  position: relative;
}
.core-values-box h6:before {
  content: "";
  width: 100%;
  height: 6px;
  background: #d5ad6e;
  position: absolute;
  left: 0;
  bottom: 0;
  mix-blend-mode: multiply;
  -webkit-transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -ms-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}
.core-values-box p {
  font-size: 20px;
  padding-right: 5%;
}

/* DIRECTOR TEAM */
.director-team {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  border: 1px solid #e8e8e8;
  position: relative;
  -webkit-transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -ms-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
  margin: 15px 0;
}
.director-team:hover {
  transform: translateY(-10px);
  box-shadow: 0 0 25px rgba(51, 51, 51, 0.25);
}
.director-team:hover h6:before {
  width: 0;
}
.director-team:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 14px 14px;
  border-color: transparent transparent #e8e8e8 transparent;
  position: absolute;
  right: 4px;
  bottom: 4px;
}
.director-team figure {
  width: 45%;
  display: block;
  margin: 0;
}
.director-team .content {
  width: 55%;
  display: inline-block;
  padding: 0 30px;
}
.director-team h6 {
  display: inline-block;
  letter-spacing: 2px;
  position: relative;
}
.director-team h6:before {
  content: "";
  width: 100%;
  height: 6px;
  background: #d5ad6e;
  position: absolute;
  left: 0;
  bottom: 0;
  mix-blend-mode: multiply;
  -webkit-transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -ms-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}
.director-team small {
  width: 100%;
  display: block;
  font-size: 20px;
  margin-bottom: 10px;
}
.director-team b {
  width: 100%;
  display: block;
  font-weight: 700;
}

/* SALES TEAM */
.sales-team {
  width: 100%;
  display: block;
  -webkit-transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -ms-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
  position: relative;
  padding: 2.5rem 1rem;
}
.sales-team:hover {
  background: #f2f2f2;
  box-shadow: 0 0 25px rgba(51, 51, 51, 0.25);
  z-index: 1;
}
.sales-team:hover figure img {
  mix-blend-mode: multiply;
}
.sales-team figure {
  width: 100%;
  display: block;
  margin: 0;
}
.sales-team figure img {
  width: 100%;
  filter: grayscale(1);
  -webkit-transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -ms-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}
.sales-team .infos {
  width: 100%;
  display: block;
  text-align: center;
  padding-top: 2.5rem;
  position: relative;
  line-break: anywhere;				   
}
.sales-team h6 {
  width: 100%;
  display: block;
}
.sales-team small {
  width: 100%;
  display: block;
  opacity: 0.5;
}
.sales-team b {
  width: 100%;
  display: block;
  font-weight: 700;
}
.sales-team ul {
  display: inline-block;
  margin: 0;
  padding: 0;
}
.sales-team ul li {
  display: inline-block;
  margin: 0 6px;
  padding: 0;
  list-style: none;
}
.sales-team ul li a {
  color: #333;
  font-size: 13px;
}

/* TAB CONTENT */
.tab-left {
  width: 100%;
  display: block;
  background: #333;
  color: #fff;
  padding: 50px;
}
.tab-left h2 {
  width: 100%;
  display: block;
  margin-bottom: 30px;
}
.tab-left ul {
  width: 100%;
  display: block;
  margin-bottom: 50px;
  padding: 0;
}
.tab-left ul li {
  width: 100%;
  display: block;
  margin: 0;
  padding: 8px 0;
  list-style: none;
}
.tab-left ul li.active a:before {
  width: 100%;
}
.tab-left ul li a {
  color: #fff;
  font-size: 22px;
  font-weight: 800;
  display: inline-block;
  position: relative;
}
.tab-left ul li a:hover {
  text-decoration: none;
  color: #d5ad6e;
}
.tab-left ul li a:before {
  content: "";
  width: 0;
  height: 5px;
  background: #d5ad6e;
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -ms-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}
.tab-left p {
  width: 100%;
  display: block;
  margin: 0;
}

.tab-right {
  width: 100%;
  display: block;
}
.tab-right .tab-item {
  display: none;
}
.tab-right .tab-item img {
  width: 100%;
}
.tab-right .tab-item:first-child {
  display: block;
}

/* VIDEO BOX */
.video-box {
  width: 100%;
  height: 0;
  display: block;
  margin: 0;
  background: #333;
  position: relative;
  padding-bottom: 56.25%;
}
.video-box .play-btn {
  width: 100px;
  height: 100px;
  line-height: 95px;
  display: inline-block;
  position: absolute;
  right: calc(50% - 50px);
  top: calc(50% - 50px);
  z-index: 1;
  text-align: center;
  border-radius: 50%;
  border: 2px solid #fff;
  color: #fff;
  font-size: 20px;
  text-indent: 2px;
}
.video-box .play-btn:hover {
  background: #d5ad6e;
  border-color: #d5ad6e;
  color: #333;
}
.video-box video {
  width: 100%;
  display: block;
  margin: 0;
  opacity: 0.5;
  filter: grayscale(1);
}

/* TESTIOMONIALS SLIDER */
.testimonials-slider {
    margin-top: -200px;
    position: relative;
    overflow: hidden;
    margin-left: 5rem;
	margin-right: 5rem;
}
.testimonials-slider .controls {
  display: inline-block;
  position: static;
  margin-top: 30px;
}
.testimonials-slider .controls .swiper-pagination {
  width: auto;
  display: inline-block;
  position: static;
  font-size: 26px;
  color: #9a9a9a;
}
.testimonials-slider .controls .swiper-pagination .swiper-pagination-current {
  font-size: 54px;
  color: #333;
}
.testimonials-slider .controls .button-prev {
  display: inline-block;
  text-align: center;
  background: #d5ad6e;
  border-radius: 0.2rem;
  color: #333;
  -webkit-transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -ms-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
  margin-left: auto;
  padding: 2rem;
}
.testimonials-slider .controls .button-prev:hover {
  background: #333;
  color: #fff;
}
.testimonials-slider .controls .button-next {
  display: inline-block;
  text-align: center;
  background: #d5ad6e;
  border-radius: 0.2rem;
  color: #333;
  -webkit-transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -ms-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
  margin-left: 0.5vw;
  margin-right: 0;
  padding: 2rem;
}
.testimonials-slider .controls .button-next:hover {
  background: #333;
  color: #fff;
}
.testimonials-slider .testimonial {
  width: 100%;
  float: left;
  padding: 30px;
  background: #fff;
  position: relative;
}
.testimonials-slider .testimonial:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 20px 20px 0;
  border-color: transparent #fff transparent transparent;
  position: absolute;
  bottom: -20px;
  right: 30px;
}
.testimonials-slider .testimonial p {
  width: 100%;
  display: block;
  margin-bottom: 30px;
  color: #565656;
}
.testimonials-slider .testimonial i {
  width: 60px;
  height: 60px;
  line-height: 60px;
  float: left;
  background: #f2f2f2;
  color: #333;
  text-align: center;
  font-size: 30px;
  margin-right: 20px;
  margin-top: -8px;
}
.testimonials-slider .testimonial h6 {
  margin-bottom: 0;
}

/* LOGO ITEMS */
.logo-item {
  width: 100%;
  display: block;
  margin: 0;
  -webkit-transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -ms-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
  padding: 0 20px 20px 0;
}
.logo-item img {
  width: 100%;
}

/* RECENT NEWS */
.recent-news {
  width: 100%;
  display: block;
  position: relative;
  -webkit-transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -ms-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}
.recent-news:hover {
  transform: translateY(-10px);
  box-shadow: 0 0 25px rgba(51, 51, 51, 0.25);
}
.recent-news:hover figure img {
  filter: none;
}
.recent-news:hover .content h3 a {
  background-size: 100% 100%;
}
.recent-news figure {
  width: 100%;
  max-height: 25rem;
  display: block;
  margin: 0;
  position: relative;
  overflow: hidden;
  background: #d5ad6e;
}
.recent-news figure img {
  width: 100%;
  max-width: inherit;
  min-height: 220px;
  filter: grayscale(1);
}
.recent-news .content {
  width: 100%;
  height: 100%;
  display: block;
  padding: 2.5rem;
  border: 1px solid #ededed;
}
.recent-news .content small {
  display: inline-block;
  padding: .5rem 1rem;
  background: #d5ad6e;
  margin-bottom: 1.5rem;
  color: #fff;
}
.recent-news .content h3 {
  width: 100%;
  display: block;
  margin-bottom: 1.5rem;
}
.recent-news .content h3 a:hover {
  text-decoration: none;
}
.recent-news .content .author {
  width: 100%;
  display: block;
  font-size: 0.8rem;
}
.recent-news .content .author img {
  height: 2.5rem;
  display: inline-block;
  border-radius: 50%;
  margin-right: 15px;
}
.recent-news .content .author b {
  font-weight: 700;
}

/* NEWS BOX */
.news-box {					 
  width: 100%;
  display: block;
  position: relative;
  -webkit-transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -ms-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}
.post {				 
  max-width: 100%;
}
.news-box:hover .content h3 a {
  background-size: 100% 100%;
}
.news-box figure {
  width: 100%;
  display: block;
  margin: 0;
  position: relative;
  overflow: hidden;
  background: #d5ad6e;
}
.news-box figure img {
  width: 100%;
  max-width: inherit;
}
.news-box .content {
  width: 100%;
  display: block;
}
.news-box .content small {
  display: inline-block;
  padding: 4px 8px;
  background: #d5ad6e;
  margin-bottom: 20px;
  color: #fff;
}
.news-box .content h3 {
  width: 100%;
  display: block;
  margin-bottom: 30px;
}
.news-box .content .author {
  width: 100%;
  display: block;
  margin-bottom: 2.5rem;
  font-size: 13px;
}
.news-box .content .author img {
  height: 50px;
  display: inline-block;
  border-radius: 50%;
  margin-right: 15px;
}
.news-box .content .author b {
  font-weight: 700;
}
.news-box .content h6 {
  margin: 30px 0;
}
.news-box .content strong {
  font-weight: 700;
}
.news-box .content figure {
  margin: 30px 0;
}
.news-box .content blockquote {
  width: 100%;
  display: block;
  padding: 40px;
  background: #d5ad6e;
  color: #333;
  font-size: 19px;
}
.news-box .content ul {
  padding-left: 20px;
}
.news-box .content ul li {
  margin: 4px 0;
}

/* SIDEBAR */
.sidebar {
  width: 100%;
  display: block;
  padding-left: 30px;
}
.sidebar .widget {
  width: 100%;
  display: block;
  border: 1px solid #e8e8e8;
  padding: 50px;
  margin-bottom: 50px;
}
.sidebar .widget:last-child {
  margin-bottom: 0;
}
.sidebar .widget .widget-title {
  width: 100%;
  display: block;
  position: relative;
  z-index: 1;
  font-weight: 800;
  letter-spacing: 3px;
  font-size: 18px;
  margin-bottom: 30px;
  padding-bottom: 30px;
}
.sidebar .widget .widget-title:before {
  content: "";
  width: 100%;
  height: 6px;
  background: #d5ad6e;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  mix-blend-mode: difference;
}
.sidebar .widget form {
  width: 100%;
  display: block;
}
.sidebar .widget form input[type="submit"] {
  margin-top: 10px;
  background: #333;
  color: #fff;
}
.sidebar .widget .categories {
  width: 100%;
  display: block;
  margin: 0;
  padding: 0;
}
.sidebar .widget .categories li {
  width: 100%;
  display: block;
  margin: 4px 0;
  padding: 0;
  list-style: none;
}
.sidebar .widget .categories li a {
  color: #333;
  font-size: 19px;
}

/* PAGINATION */
.pagination {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin: 0;
}
.pagination .page-item {
  display: inline-block;
}
.pagination .page-item .page-link {
  height: 60px;
  line-height: 60px;
  padding: 0 40px;
  border-radius: 0 !important;
  font-size: 12px;
  font-weight: 700;
  color: #333;
  outline: none !important;
}
.pagination .page-item .page-link:focus {
  outline: none !important;
}

/* FOOTER BAR */
.footer-bar {
  width: 100%;
  display: block;
  padding: 5rem 5rem;
  position: relative;
  overflow: hidden;
  color: #fff;
  background-color: #001F33;
  border-bottom: 1px solid #002843;
}
.footer-bar .sales-representive {
  display: inline-block;
  margin-left: 2vw;
}
.footer-bar .sales-representive a {
  display: inline-block;
  font-weight: 500;
  position: relative;
  color: inherit;
}

/* FOOTER */
.footer {
  width: 100%;
  display: block;
  position: relative;
  padding: 5rem;
  background-color: #001F33;
  color: #fff;
}
.low {
  width: 100%;
  display: block;
  position: relative;
  padding: 5rem;
  background-color: #002843;
  color: #fff;
}
.footer .scroll-top {
  background: #d5ad6e;
  position: fixed;
  display: flex;
  right: 5rem;
  bottom: 15%;
  z-index: 1;
  color: #333;
  padding: 2.5rem;
  border-radius: 0.2rem;
  opacity: 0.25;
  
  display: none;
}
.footer .scroll-top:hover {
  opacity: 1;
}
.footer .widget-title {
  width: 100%;
  display: block;
}
.footer h6 {
  color: #d5ad6e;
}
.footer address {
  width: 100%;
  display: block;
  margin: 0;
}
.footer address p {
  width: 100%;
  display: block;
}
.footer a {
  color: #fff;
}
.footer address a:hover {
  color: #fff;
  font-weight: 400;
}
.footer form {
  width: 100%;
  display: block;
}
.footer form input[type="email"] {
  width: 100%;
  color: #333;
  margin-bottom: 1rem;
}
.footer .footer-bottom {
  width: 100%;
  display: flex;
  font-size: 0.8rem;
}
.footer .footer-bottom a {
  color: #fff;
  opacity: 0.7;
}
.footer .footer-bottom a:hover {
  color: #d5ad6e !important;
}

.footer-bottom .left {
	flex: 1;
}

.footer .footer-bottom ul {
	margin-bottom: 0;
	padding-left: 0;
}	

.footer .footer-bottom ul li {
  display: inline-block;
  padding: 0;
  list-style: none;
}

.footer .footer-bottom .left li {
	margin-right: 20px;
}

.footer .footer-bottom ul li a:hover {
  color: #333;
  font-weight: 400;
}

.footer-bottom .right li:first-child {
  margin-right: 20px;
}

.recommendation-row {
	justify-content: space-between;
}

@media screen and (max-width: 991px) {
	.content-section .container {
		flex-direction: column;
	}

	.news-box {
	  max-width: 100%;
	}
}
@media screen and (max-width: 767px) {
	.footer form {
		flex-direction: column;
	}
	.footer form input[type=email] {
		flex: initial;
		margin-bottom: 20px;
	}
	.footer .footer-bottom {
		flex-direction: column;
		text-align: center;
		padding: 25px 0;
	}
	
	.footer-bottom .left {
		display: flex;
		justify-content: space-evenly;
		flex: 0;
		margin-bottom: 25px !important;
	}
	
	.footer .footer-bottom ul li {
		margin-right: 0;
	}
	
	.footer .footer-bottom .left li {
		margin-right: 0;
	}
	
	.footer-bottom .right li:first-child {
		margin-right: 0px;
	}
}

/* COOKIES*/
	
.cookies {
  width: 100%;
  position: fixed;
  bottom: 0;
  background-color: #002843;
  z-index: 99999;
  padding: 5rem;
  color: #fff;
  display: none;
}

.cookies a {
  color: #fff;
  cursor: pointer;
}

/* SALES SPECIALIST FORM */
#sales-specialist-form {
  width: 500px;
  max-width: 100%;
  display: none;
  padding: 40px;
}
#sales-specialist-form .form-group span {
  display: inline-block;
  margin-left: 12px;
  background: #fff;
  padding: 0 6px;
  transform: translateY(14px);
  color: #8b8b8b;
  font-size: 15px;
}
#sales-specialist-form .form-group:last-child {
  margin: 0;
}

.fancybox-close-small {
  transform: scale(1.5);
  top: 10px;
  right: 10px;
}

/* YES NO SWITCHER*/
.yes-no {
  width: 100%;
  display: block;
  position: relative;
  background: #333;
  border: 4px solid #333;
}
.yes-no .switch {
  width: 100%;
  height: 50px;
  text-align: center;
  -webkit-transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -ms-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}
.yes-no .switch span {
  position: absolute;
  width: 50%;
  height: 100%;
  top: 0;
  left: 0;
  background: #d5ad6e;
  font-weight: 700;
  -webkit-transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -ms-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}
.yes-no label {
  cursor: pointer;
  line-height: 50px;
  -webkit-transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -ms-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
  font-weight: 700;
}
.yes-no label[for=yes] {
  position: absolute;
  z-index: 1;
  left: 0px;
  width: 50%;
  height: 100%;
  margin: 0;
  color: #fff;
}
.yes-no label[for=no] {
  position: absolute;
  width: 50%;
  height: 100%;
  right: 0px;
  z-index: 1;
  color: #fff;
  margin: 0;
}
.yes-no input[type=radio] {
  display: none;
}
.yes-no #no:checked ~ .switch {
  background: #d5ad6e;
}
.yes-no #no:checked ~ .switch span {
  background: #333;
}
.yes-no #no:checked ~ .switch span:after {
  background: none;
}
.yes-no #yes:checked ~ .switch label[for=yes] {
  color: #333;
  font-weight: 700;
}
.yes-no #no:checked ~ .switch label[for=no] {
  color: #333;
}

/* RANGE SLIDER */
.range-slider {
  width: 100%;
  display: block;
}

.range-slider__range {
  -webkit-appearance: none;
  width: 100%;
  height: 10px;
  border-radius: 0;
  background: #f2f2f2;
  outline: none;
  padding: 0;
  margin: 0;
}

.range-slider__range::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #d5ad6e;
  cursor: pointer;
  -webkit-transition: background .15s ease-in-out;
  transition: background .15s ease-in-out;
}

.range-slider__range::-moz-range-thumb {
  width: 20px;
  height: 20px;
  border: 0;
  border-radius: 50%;
  background: #d5ad6e;
  cursor: pointer;
  -moz-transition: background .15s ease-in-out;
  transition: background .15s ease-in-out;
}

.range-slider__range:active::-moz-range-thumb {
  background: #d5ad6e;
}

.range-slider__range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 25px rgba(51, 51, 51, 0.25);
}

.range-slider__value {
  position: relative;
  width: 60px;
  color: #333;
  line-height: 20px;
  text-align: center;
  background: #d5ad6e;
  padding: 5px 10px;
}

::-moz-range-track {
  background: #d5ad6e;
  border: 0;
}

input::-moz-focus-inner, input::-moz-focus-outer {
  border: 0;
}

.recommendation {
   max-width: calc(16.666667% - 1rem);
   margin-bottom: 1rem;
}

.blog-latest {
	max-width: calc(33.333333% - 2.5rem);
}

.blog-latest-row {
	justify-content: space-between;
}


#header-video {
  height: 100vh;
  width: 100vw;
  position: absolute;
  left: 0;
}

#video-overlay {
  position: absolute;
  width: 100vw;
  height: 100vh;
  background-color: rgba(19, 40, 85, 0.7);
  z-index: 1;
}

.video-js
{

  z-index: 0  !important;

  width: 100% !important;
  height: 100% !important;

  -o-object-fit: cover !important;

  object-fit: cover !important;
}

.vjs-tech
{
  -o-object-fit: cover;
  object-fit: cover;
}

.vjs-control-bar
{
  opacity: 1 !important;
}

.vjs-big-play-button,
.vjs-progress-control,
.vjs-play-control,
.vjs-fullscreen-control,
.vjs-seek-to-live-control
{
  display: none;
}

.vjs-volume-control
{
  display: none;
  right: 20px !important;
}
	
/* RESPONSIVE MEDIUM  */
@media only screen and (max-width: 1199px), only screen and (max-device-width: 1199px) {
  .navbar .navbar-button {
    padding: 0 15px;
    margin-left: 20px;
  }

  .navbar .navbar-button i {
    margin: 0;
  }

  .navbar .navbar-button span {
    display: none;
  }

  .slider .slider-content .inner h2 {
  }

  .counter-box .odometer {
    font-size: 55px;
  }

  .project-slider .swiper-slide {
    max-width: 70vw;
  }

  .calculator .form .info-box {
    width: 60%;
  }

  .logo-item {
    padding: 0 15px;
  }

  .footer-bar h2 {
    padding: 0;
  }
}
/* RESPONSIVE TABLET  */
@media only screen and (max-width: 991px), only screen and (max-device-width: 991px) {
   .recommendation {
	 max-width: calc(50% - 1rem);
	 margin-bottom: 1rem;
   }				  
   .navbar .hamburger {
	display: inline-block;
   }
	
  .side-widget {
	display: flex;			  
    box-shadow: none;
  }

  .side-widget .show-mobile {
    display: block;
  }

  .side-widget .hide-mobile {
    display: none;
  }

  .counter-box .value {
    margin-right: 20px;
  }

  .step-box {
    margin: 15px 0;
  }

  .step-box .image {
    padding-right: 0;
  }

  .step-box .content {
    bottom: 30px;
    right: 30px;
  }

  .accordion {
    padding-right: 0;
  }

  .cta-box-yellow {
    width: 100%;
  }

  .custom-list {
    margin-top: 30px;
  }

  .certificate {
    margin: 15px 0;
  }

  .projects li {
    width: 100%;
  }

  .project-specifications {
    width: 100%;
    margin-top: 30px;
    margin-left: 0;
  }

  .sidebar {
    padding-left: 0;
    margin-top: 50px;
  }

  .navbar .site-menu {
    display: none;
  }

  .navbar .navbar-button span {
    display: inline-block;
    margin-left: 6px;
  }
  
  .page-header .container {
	padding-left: 2.5rem;
	padding-right: 2.5rem;
  }

  .slider {
    height: 100vh;
	padding: 0 2.5rem;
  }
  
  .white-space-bottom::after {
	display: none;
  }

  .slider .slider-main {
    width: 100%;
    position: static;
	display: none;
  }

  .slider .slider-content {
    width: 100%;
    margin-right: 0;
  }

  .slider .slider-content .controls .swiper-pagination .swiper-pagination-current {
    color: #fff;
  }

  .icon-content {
    margin: 15px 0;
  }

  .side-content {
    padding-left: 0;
    margin-top: 30px;
  }

  .col-lg-3:nth-child(even) .counter-box {
    margin-top: 0;
  }

  .counter-box {
    margin: 15px 0;
  }

  .project-slider .swiper-slide {
    max-width: inherit;
  }

  .calculator .form .info-box {
    width: 100%;
    margin-top: 0;
    margin-bottom: 30px;
  }

  .calculator .form .price-box {
    width: calc(100% + 100px);
  }

  .row.no-gutters .col {
    width: 33%;
    flex-basis: 33%;
    flex-grow: inherit;
    margin: 0 auto;
  }

  .sales-team {
    margin: 15px 0;
  }

  .logo-item {
    margin: 15px 0;
  }

  .col-lg-5 .recent-news {
    margin-bottom: 30px;
  }

  .footer-bar .sales-representive {
    margin-left: 0;
    margin-top: 30px;
  }

  .footer address {
    margin-bottom: 50px;
  }
}
/* RESPONSIVE MOBILE */
@media only screen and (max-width: 767px), only screen and (max-device-width: 767px) {

  h1 {
    font-size:  2rem;
  }

  h2 {
    font-size: 1.8rem;
  }

  h3 {
    font-size: 1.6rem;
  }

  h4 {
    font-size: 1.4rem;
  }

  h5 {
    font-size: 1.2rem;
  }

  h6 {
    font-size: 1rem;
  } 

  .page-header {
    padding-top: 7.5rem;
  }
  
  .content-section {
	padding: 0 2.5rem 2.5rem 2.5rem;
  }
  
  .content-section .container .row .spacing-right {
    padding-right: 0;
    margin-bottom: 2.5rem;
  }
  
  .blog-latest {
	max-width: 100%;
  }

  .blog-latest-row {
	justify-content: initial;
  }
  .contact-form {
	margin-bottom: -25%;
  }
  
  .accordion .card .card-header h5 a {
    padding: 2.5rem 2.5rem 2.5rem 0;
  }
  
  .side-widget {
    width: 100%;
	/*height: 100vh;*/
  }

  .search-box .inner {
    width: 90vw;
  }
  
  .navbar {
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
	padding: 2.5rem 2.5rem;
  }

  .navbar .navbar-button span {
    display: none;
  }

  .navbar .languages {
    display: none;
  }

  .navbar .navbar-button {
    margin-left: 0;
	padding: 0 0 0 2.5rem;
  }
  
  .navbar .logo-mobile {
    display: inline-block;
    margin-right: auto;
  }
  
  .navbar .logo {
    display: none;
  }
  
  .hamburger {
	padding-top: 5px;
  }
  
  .hamburger #cross {
	top: 4px;
  }

  .slider .slider-content {
    margin-bottom: 5rem;
	margin-top: 5rem; 					
  }

  .slider .slider-content .controls {
    padding: 0;
    width: 100%;
    display: none;
  }

  .slider .slider-content .inner {
    padding-bottom: 30px;
  }

  .slider .slider-content .inner h2 {

  }

  .slider .slider-content .inner p {
    margin-bottom: 30px;
  }

  .icon-content {
    width: 100%;
    margin: 15px 0;
  }

  .icon-content small {
    margin-bottom: 30px;
  }

  .project-slider .swiper-slide .project-box figcaption {
    width: 100%;
    position: static;
  }

  .project-slider .swiper-slide .project-box figcaption h5 {

  }

  .project-slider .swiper-slide .project-box figcaption:after {
    bottom: 0;
  }

  .calculator .bg-image {
    display: none;
  }

  .row.no-gutters .col {
    width: 100%;
    flex-basis: 100%;
  }

  .testimonials-slider {
    width: 100%;
    margin: 0;
  }

  .testimonials-slider .controls {
    display: none;
  }

  .contact-form {
    padding: 2.5rem;
  }

  .news-box .content h3 {

  }

  .sidebar .widget {
    padding: 2.5rem;
  }

  .isotope-filter li {
    font-size: 15px;
    margin-right: 20px;
  }

  .projects li .project-box figcaption {
    width: calc(100% - 60px);
    left: 30px;
    padding: 20px;
  }
  
  .info-box-dark {
	padding: 2.5rem;
  }

  .project-specifications {
    padding: 30px;
  }

  .cta-box-yellow {
    padding: 30px;
  }

  .cta-box-yellow h4 {

  }

  .calculator .form {
    padding: 30px;
  }
  
  .footer {
	padding: 2.5rem;
  }

  .footer-bar {
    padding: 5rem 2.5rem;
  }
  
  .footer-bar sup {
    top: 0;
    margin-left: 0;
  }

  .footer-bar .sales-representive {
    line-height: inherit;
  }

  .footer-bar .sales-representive b {
    color: #d5ad6e;
  }

  .footer-bar .sales-representive b:before {
    display: none;
  }

  .footer-bar .sales-representive figure {
    width: 100%;
  }

  .footer .scroll-top {
    right: 25px;
  }

  .footer .footer-bottom ul {
    float: left;
  }

  .footer .footer-bottom ul li {
    margin-left: 0;
    margin-right: 10px;
  }
  .call {
	padding: 2rem;
	font-size: inherit;
  }
  .lni {
	font: normal normal 700 1rem/1 'LineIcons';
  }
  
  .button i {
	display: none;
  }
  
  input[type="text"], input[type="email"], input[type="search"], input[type="password"], input[type="submit"] {
    padding: 2rem 2.5rem;
  }
}