/*
Theme Name: AB and Partners
Theme URI: https://abandpartners.net
Author: WossAgency
Author URI: https://woss.agency
Description:
Version: 1.0.1
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: abandpartners
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/

/* ============================================== */
/* ================ general styles ================ */
/* ============================================== */

body{
	font-family: 'Open Sans', sans-serif;
	margin: 0;
	padding: 0;
	color: #000000;
	font-size: 16px;
	font-weight: 400;
	line-height: 2;
	opacity: 0;
  transition: opacity 2s;
  -webkit-transition: opacity 2s;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}
h1, h2, h3, h4{
	font-family: 'Cormorant Garamond', serif;
	margin: 0;
	padding: 0;
}
figure, img{
	padding: 0;
	margin: 0;
}
a:hover{
	color: inherit;
	text-decoration: none;
}
a{
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.btn:focus, .btn:active,
a:focus, a:active,
input:focus, input:active,
textarea:focus, textarea:active,
select:focus, select:active,
button:focus, button:active,
span:focus, span:active{
	outline: 0;
	box-shadow: none;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
input, textarea, select{
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

/* Buttons */
.default-dark-btn{
	position: relative;
	display: inline-block;
	font-size: 18px;
	font-weight: 500;
	color: #86754D;
	border-radius: 0;
	margin: 0;
	padding: 0;
	height: 40px;
	line-height: 40px;
}
.default-dark-btn:after{
	content: "";
	position: absolute;
	bottom: 0px;
	left: 0;
	width: calc(100%);
	height: 1px;
	background-color: #86754D;
	transition: transform .5s cubic-bezier(.17,.67,.39,1.01);
	transform-origin: center left;
}
.default-dark-btn:hover:after{
	transform: scaleX(0);
	transform-origin: center right;
}
.default-dark-btn:hover,
.default-dark-btn:focus{
	color: #86754D;
}
.default-light-btn{
	position: relative;
	display: inline-block;
	font-size: 18px;
	font-weight: 500;
	color: #ffffff;
	border-radius: 0;
	margin: 0;
	padding: 0;
	height: 40px;
	line-height: 40px;
}
.default-light-btn:after{
	content: "";
	position: absolute;
	bottom: 0px;
	left: 0;
	width: calc(100%);
	height: 1px;
	background-color: #ffffff;
	transition: transform .5s cubic-bezier(.17,.67,.39,1.01);
	transform-origin: center left;
}
.default-light-btn:hover:after{
	transform: scaleX(0);
	transform-origin: center right;
}
.default-light-btn:hover,
.default-light-btn:focus{
	color: #ffffff;
}
.border-white-btn{
	color: #ffffff;
	font-size: 16px;
	font-weight: 600;
	padding: 15px 45px;
	border-radius: 4px;
	border: 1px solid;
	border-color: #ffffff;
	background-color: transparent;
}
.border-white-btn:hover,
.border-white-btn:focus{
	color: #000000;
	background-color: #ffffff;
}

/* Headings */
.site-heading h1,
.site-heading h2,
.site-heading h3,
.site-heading h4,
.site-heading h5,
.site-heading h6,
.site-heading p{
	margin: 0;
	padding: 0;
}
.site-heading h2{
	font-size: 62px;
	font-weight: 400;
	letter-spacing: 1px;
	text-transform: uppercase;
}
.site-heading h2 b{
	font-weight: 400;
	padding-left: 50px;
}
.site-heading h3{
	font-size: 44px;
	font-weight: 400;
}
.site-heading h5{
	font-size: 16px;
	font-weight: 500;
	text-transform: uppercase;
}
.site-heading h6{
	font-size: 18px;
	font-weight: 500;
}
.site-heading p{
	font-size: 18px;
	opacity: .5;
}
.site-heading-white{
	color: #ffffff;
}

/* Spacing */
.site-row-p15x{
	padding-top: 15px;
	padding-bottom: 15px;
}
.site-row-pt15x{
	padding-top: 15px;
}
.site-row-pb15x{
	padding-bottom: 15px;
}
.site-row-p30x{
	padding-top: 30px;
	padding-bottom: 30px;
}
.site-row-pt30x{
	padding-top: 30px;
}
.site-row-pb30x{
	padding-bottom: 30px;
}
.site-row-p35x{
	padding-top: 35px;
	padding-bottom: 35px;
}
.site-row-pt35x{
	padding-top: 35px;
}
.site-row-pb35x{
	padding-bottom: 35px;
}
.site-row-p70x{
	padding-top: 70px;
	padding-bottom: 70px;
}
.site-row-pt70x{
	padding-top: 70px;
}
.site-row-pb70x{
	padding-bottom: 70px;
}
.site-row-p50x{
	padding-top: 50px;
	padding-bottom: 50px;
}
.site-row-pt50x{
	padding-top: 50px;
}
.site-row-pb50x{
	padding-bottom: 50px;
}
.site-row-p100x{
	padding-top: 100px;
	padding-bottom: 100px;
}
.site-row-pt100x{
	padding-top: 100px;
}
.site-row-pb100x{
	padding-bottom: 100px;
}
.site-row-p140x{
	padding-top: 140px;
	padding-bottom: 140px;
}
.site-row-pt140x{
	padding-top: 140px;
}
.site-row-pb140x{
	padding-bottom: 140px;
}
.site-row-p150x{
	padding-top: 150px;
	padding-bottom: 150px;
}
.site-row-pt150x{
	padding-top: 150px;
}
.site-row-pb150x{
	padding-bottom: 150px;
}
.site-row-pl100x{
	padding-left: 100px;
}
.site-row-pr100x{
	padding-right: 100px;
}

/* Container */
.site-container-fluid{
	padding-left: 100px;
	padding-right: 100px;
}
@media (min-width: 1200px){
.container{
    max-width: 1440px;
	}
}

/* VC Styles */
.wpb_button, .wpb_content_element, ul.wpb_thumbnails-fluid>li{
	margin-bottom: 0 !important;
}
.vc_col-has-fill>.vc_column-inner, .vc_row-has-fill+.vc_row-full-width+.vc_row>.vc_column_container>.vc_column-inner, .vc_row-has-fill+.vc_row>.vc_column_container>.vc_column-inner, .vc_row-has-fill>.vc_column_container>.vc_column-inner{
	padding-top: 0 !important;
}
.vc_section.vc_section-has-fill, .vc_section.vc_section-has-fill+.vc_row-full-width+.vc_section, .vc_section.vc_section-has-fill+.vc_section{
	padding-top: 0 !important;
}
.wpb_text_column h1,
.wpb_text_column h2,
.wpb_text_column h3,
.wpb_text_column h4,
.wpb_text_column h5,
.wpb_text_column h6{
	margin-bottom: 15px;
}
.wpb_text_column a{
	color: #8E5123;
  text-decoration: underline;
}

/* ============================================== */
/* ================ header styles ================ */
/* ============================================== */

/* Navigation */
.site-header{
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 99;
	transition: 0.3s ease;
}
.site-header-fixed{
	border-bottom: 1px solid #E1E1E1;
	background-color: #ffffff;
}
.site-header-fixed .site-logo svg,
.site-header-fixed .search-icon svg,
.site-header-fixed .search-close-icon svg{
	fill: #000000;
}
.site-header-fixed .search-form-open input.search-field{
	border-color: #000000;
}
.site-header-fixed input.search-field{
	color: #000000;
}
.site-header-fixed .site-nav .site-menu-open a{
	color: #000000;
	border-color: #000000;
}
.site-header-fixed .site-menu-open a>div span{
	background-color: #000000;
}
.site-menu{
	align-items: center;
	display: flex;
	margin-left: auto;
}
.site-logo svg{
	fill: #ffffff;
	height: 45px;
}
.site-nav{
	padding: 20px 100px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	align-items: center;
	background-color: transparent;
	transition: all .2s ease-in-out;
}
.site-nav-single{
	padding: 20px 100px 20px 100px;
	background-color: #ffffff;
}
.site-nav-single .site-logo svg,
.site-nav-single .search-close-icon svg,
.site-nav-single .search-icon svg{
	fill: #000000;
}
.site-nav-single input.search-field{
	color: #000000;
}
.site-nav-single .site-menu-open a,
.site-nav-single .search-form-open input.search-field{
	border-color: #000000;
}
.site-nav-single .site-menu-open a>div span{
	background-color: #000000;
}
.site-nav-single input.search-field::placeholder{
  color: #000000;
}
.site-nav-single input.search-field:-ms-input-placeholder{
 color: #000000;
}
.site-nav-single input.search-field::-ms-input-placeholder{
	color: #000000;
}
.site-nav-single .site-menu-open a:hover>div span{
	background-color: #ffffff !important;
}
.site-nav-single .site-menu-open a{
	color: #000000 !important;
	border-color: #000000 !important;
}
.site-nav-single .site-menu-open a:hover{
	color: #ffffff !important;
	background-color: #000000 !important;
}
.site-menu-lang .wpml-ls-legacy-dropdown{
	width: auto;
	background-color: transparent;
}
.site-menu-lang>.wpml-ls-legacy-dropdown a.wpml-ls-item-toggle{
	color: #ffffff;
	height: 30px;
	line-height: 30px;
}
.site-menu-lang>.wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:focus,
.site-menu-lang>.wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:active{
	outline: 0;
	box-shadow: none;
}
.site-menu-lang .wpml-ls-legacy-dropdown a{
	font-size: 16px;
	font-weight: 400;
	text-transform: uppercase;
	color: #ffffff;
	border: none;
	padding: 0 15px 0 0 !important;
	margin: 0;
	background-color: transparent;
}
.site-menu-lang .wpml-ls-legacy-dropdown a:hover,
.site-menu-lang .wpml-ls-legacy-dropdown a:focus,
.site-menu-lang .wpml-ls-legacy-dropdown .wpml-ls-current-language:hover>a{
	outline: 0;
	box-shadow: none;
	background-color: transparent !important;
}
.site-menu-lang .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:after{
	font-size: 9px;
	right: 0;
}
.site-menu-lang .wpml-ls-legacy-dropdown .wpml-ls-sub-menu:focus,
.site-menu-lang .wpml-ls-legacy-dropdown .wpml-ls-sub-menu:active,
.site-menu-lang .wpml-ls-legacy-dropdown:focus,
.site-menu-lang .wpml-ls-legacy-dropdown:active{
	outline: 0;
	box-shadow: none;
}
.site-menu-lang .wpml-ls-legacy-dropdown .wpml-ls-sub-menu{
	border: none;
	width: 55px;
	padding: 10px;
	text-align: center;
	border-radius: 12px !important;
	background-color: #ffffff;
	box-shadow: 0 0 20px 0 rgb(0 0 0 / 6%);
}
.site-menu-lang .wpml-ls-legacy-dropdown .wpml-ls-sub-menu li:first-child{
	padding-bottom: 10px !important;
}
.site-menu-lang .wpml-ls-legacy-dropdown .wpml-ls-sub-menu li a{
	color: #000000 !important;
	padding: 0 !important;
	margin: 0 !important;
}
.site-menu-lang .wpml-ls-legacy-dropdown .wpml-ls-sub-menu li a:hover,
.site-menu-lang .wpml-ls-legacy-dropdown .wpml-ls-sub-menu li a:focus{
	color: #86754D !important;
}
.site-menu-lang .wpml-ls-legacy-dropdown .wpml-ls-sub-menu{
	top: 31px !important;
}
.site-header .site-menu-lang .wpml-ls-legacy-dropdown a:hover,
.site-header .site-menu-lang .wpml-ls-legacy-dropdown a:focus{
	color: #ffffff;
}
.site-header-fixed .site-menu-lang .wpml-ls-legacy-dropdown a,
.site-nav-single .site-menu-lang .wpml-ls-legacy-dropdown a{
	color: #000000;
}
.site-header-fixed .site-menu-lang .wpml-ls-legacy-dropdown a:hover,
.site-header-fixed .site-menu-lang .wpml-ls-legacy-dropdown a:focus,
.site-nav-single .site-menu-lang .wpml-ls-legacy-dropdown a:hover,
.site-nav-single .site-menu-lang .wpml-ls-legacy-dropdown a:focus{
	color: #000000;
}

/* Search */
.site-menu-search{
	padding: 0 40px;
}
.search-close-icon,
.search-icon{
	cursor: pointer;
	padding: 0;
	margin: 0;
	line-height: 35px;
	border: none;
	box-shadow: none;
	text-shadow: none;
	background-color: transparent;
}
.search-close-icon{
	visibility: hidden;
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
}
.search-icon{
	visibility: visible;
	opacity: 1;
	top: 0;
	right: 0;
	position: absolute;
	transition: all .2s ease-in-out;
}
.search-close-icon svg{
	fill: #ffffff;
	height: 14px;
}
.search-icon svg{
	fill: #ffffff;
	height: 18px;
}
.menu-search-form{
	width: 18px;
	position: relative;
	transition: all .4s ease-in-out;
}
.search-form-open{
	width: 300px;
}
.search-form-open input.search-field{
	width: 100%;
	border-radius: 0;
	box-shadow: none;
	border-top: none;
	border-right: none;
	border-left: none;
	border-bottom: 1px solid #ffffff;
}
.search-form-open .search-close-icon{
	visibility: visible;
	opacity: 1;
}
.search-form-open .search-icon{
	visibility: hidden;
	opacity: 0;
}
input.search-field{
	padding: 0 30px;
	font-size: 14px;
	font-weight: 400;
	color: #ffffff;
	background-color: transparent;
	border: none;
	width: 0;
	height: 35px;
	box-shadow: none;
}
input.search-field::placeholder {
	font-size: 14px;
  color: #ffffff;
  opacity: 1;
}
input.search-field:-ms-input-placeholder{
font-size: 14px;
 color: #ffffff;
}
input.search-field::-ms-input-placeholder{
	font-size: 14px;
	color: #ffffff;
}

/* Menu Wrapper */
.menu-primary-nav-container ul li,
.site-menu-socials ul li{
  opacity: 0;
}
.site-menu-open .menu-open a:hover{
	color: #000000;
	background-color: #ffffff;
}
.site-menu-open .menu-open a:hover div>span{
	background-color: #000000;
}
.site-nav .site-menu-open a{
	padding: 0;
	display: flex;
	width: 150px;
	height: 50px;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	color: #ffffff;
	font-size: 16px;
	font-weight: 400;
	border-radius: 30px;
	border: 2px solid rgb(255 255 255 / 40%);
}
.site-menu-open a>div{
	width: 35px;
	height: 12px;
	margin-left: 10px;
	position: relative;
}
.site-menu-open a>div span:nth-child(1){
	top: 0px;
}
.site-menu-open a>div span:nth-child(2){
	top: 10px;
	width: 35px;
}
.site-menu-open a>div span{
	display: block;
	position: absolute;
	width: 35px;
	height: 2px;
	background: #ffffff;
	content: " ";
	left: 0;
}
.site-menu-wrapper .modal-dialog,
.site-menu-wrapper .modal-content{
	border: none;
	border-radius: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	max-width: 80%;
	margin: 0 0 0 auto;
	border: none;
	padding: 0;
}
.site-menu-wrapper .modal .modal-aside{
	transform: translate(0);
	transition: transform .2s;
}
.site-menu-wrapper .modal.fixed-left .modal-aside{
	margin-left:auto;
	transform: translateX(100%);
}
.site-menu-wrapper .modal.show .modal-aside{
	transform: translateX(0);
}
.site-menu-wrapper .modal-header{
	position: absolute;
	right: 100px;
	top: 20px;
	padding: 0;
	margin: 0;
	border: none;
	align-items: center;
  display: flex;
  margin-left: auto;
	z-index: 9;
}
.site-menu-wrapper .search-icon svg,
.site-menu-wrapper .search-close-icon svg{
	fill: #000000;
}
.site-menu-wrapper .search-form-open input.search-field{
	color: #000000;
	border-bottom: 1px solid #000000;
}
.site-menu-wrapper .menu-close a{
	padding: 0;
	display: flex;
	width: 150px;
	height: 50px;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	color: #ffffff !important;
	font-size: 16px;
	font-weight: 400;
	border-radius: 30px;
	border: none;
	background-color: #000000;
}
.site-menu-wrapper .menu-close a>div{
	position: relative;
	margin-left: 10px;
  width: 25px;
  height: 25px;
}
.site-menu-wrapper .menu-close a>div:before,
.site-menu-wrapper .menu-close a>div:after{
  position: absolute;
  left: 12px;
  content: ' ';
  height: 25px;
  width: 2px;
  background-color: #ffffff;
}
.site-menu-wrapper .menu-close a>div:before{
  transform: rotate(45deg);
}
.site-menu-wrapper .menu-close a>div:after{
  transform: rotate(-45deg);
}
.site-menu-wrapper .modal-body{
	display: flex;
	align-items: center;
	padding: 0;
	margin: 0;
	border: none;
	border-radius: 0;
	box-shadow: none;
}
.site-menu-wrapper .modal-body .menu-primary-nav-container{
	height: 100%;
	width: 50%;
	margin-left: 20%;
	display: flex;
	align-items: center;
}
.site-menu-wrapper .modal-body .menu{
	padding: 0;
	margin: 0;
	list-style: none;
}
.site-menu-wrapper .modal-body .menu li{
	margin-bottom: 20px;
}
.site-menu-wrapper .modal-body .menu li:last-of-type{
	margin-bottom: 0;
}
.site-menu-wrapper .modal-body .menu li a{
	display: inline-block;
	color: #000000;
	font-size: 48px;
	line-height: normal;
}
.site-menu-wrapper .modal-body .menu li a::after{
	content: '';
	display: block;
	width: 0;
	height: 1px;
	transition: width .3s;
	background-color: #000000;
}
.site-menu-wrapper .modal-body .menu li a:hover::after{
    width: 100%;
}
.site-menu-wrapper .modal-body .menu li{
	font-family: 'Cormorant Garamond', serif;
	display: flex;
	align-items: flex-start;
}
.site-menu-wrapper .modal-body .menu li span{
	color: #86754D;
	font-size: 22px;
	margin-right: 10px;
}
.site-menu-socials{
	width: 50%;
}
.site-menu-socials ul{
	padding: 0;
	margin: 0;
	list-style: none;
}
.site-menu-socials ul li{
	margin-bottom: 5px;
}
.site-menu-socials ul li:last-child{
	margin-bottom: 0;
}
.site-menu-socials ul li a{
	font-size: 18px;
	color: #86754D;
	text-transform: uppercase;
}
.site-menu-socials ul li a:hover{
  opacity: .5;
}

/* ============================================== */
/* ================ elements styles ============= */
/* ============================================== */

/* Slider Element */
.off{display:none;}
.hidden{
	opacity: 0;
}
.site-slider{
	height: 100vh;
	position: relative;
	background: #000000;
}
.site-slider-slide{
	position: relative;
}
.site-slider-slide:focus,
.site-slider-slide:active{
	outline: 0;
	box-shadow: none;
}
.site-slider-slide:before{
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(0,0,0,.4);
}
.site-slider-image img{
	display: block;
	object-fit: cover;
	object-position: center center;
	width: 100%;
	height: 100vh;
}
.site-slider .slick-prev{
	position: absolute;
	top: 50%;
	left: 100px;
	z-index: 9;
	cursor: pointer;
	transform: translateY(-50%);
}
.site-slider .slick-next{
	position: absolute;
	top: 50%;
	right: 100px;
	z-index: 9;
	cursor: pointer;
	transform: translateY(-50%);
}
.site-slider .slick-prev svg,
.site-slider .slick-next svg{
	fill: #ffffff;
	height: 30px;
}
.site-slider-caption{
	text-align: left;
	position: absolute;
	color: #ffffff;
	top: 50%;
	left: 0;
	right: 0;
	width: 50%;
	padding: 0 0 0 100px;;
	transform: translateY(-50%);
}
.site-slider-caption h1{
	font-size: 68px;
	font-weight: 400;
	line-height: 1;
}
.site-slider-caption-inner{
	padding-left: 100px;
}
.site-slider-caption p{
	font-size: 20px;
	font-weight: 400;
	line-height: 2;
	margin: 0;
	padding: 30px 0;
}
.site-slider-caption .btn{
	position: relative;
	display: inline-block;
	font-size: 18px;
	font-weight: 500;
	color: #ffffff;
	border-radius: 0;
	margin: 0;
	height: 40px;
	padding: 0;
	line-height: 40px;
}
.site-slider-caption .btn::after{
	content: "";
	position: absolute;
	bottom: 0px;
	left: 0;
	width: calc(100%);
	height: 1px;
	background-color: #ffffff;
	transition: transform .5s cubic-bezier(.17,.67,.39,1.01);
	transform-origin: center left;
}
.site-slider-caption .btn:hover:after{
	transform: scaleX(0);
	transform-origin: center right;
}
.site-slider-bar{
	position: absolute;
	display: flex;
	justify-content: center;
	margin: 0;
	padding: 0;
	bottom: 30px;
	z-index: 99;
	left: 0;
	right: 0;
	list-style-type: none;
}
.site-slider-bar div{
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0;
	margin: 0 15px 0 0;
	width: 80px;
	height: 10px;
}
.site-slider-bar div:last-child{
  margin: 0;
}
.site-slider-bar div span.site-slider-bar-item{
  width: 100%;
  height: 2px;
  background-color: rgba(255, 255, 255, 0.4);
  display: block;
}
.site-slider-bar div span.site-slider-bar-item .site-slider-bar-active{
  background-color: rgba(255, 255, 255, 1);
  width: 0%;
  height: 2px;
}

/* Image with Icon */
.image-block-animated{
	display: flex;
	position: relative;
}
.image-block-top .animated-element{
	position: absolute;
	top: 0;
	right: 0;
}
.image-block-bottom .animated-element{
	position: absolute;
	bottom: 0;
	right: 0;
}
.image-block-top .image-link{
	padding-top: 70px;
	padding-right: 70px;
	width: 80%;
	margin-left: auto;
	z-index: 9;
}
.image-block-bottom .image-link{
	padding-bottom: 70px;
	padding-right: 70px;
	width: 80%;
	margin-left: auto;
	z-index: 9;
}
.image-block-animated .animated-element svg{
	height: 325px;
}
.image-block-animated .svg-element{
  stroke-dasharray: 1000;
  stroke-dashoffset: 0;
  animation: dash 5s linear;
}
@keyframes dash {
  from {
    stroke-dashoffset: 1000;
  }
  to {
    stroke-dashoffset: 0;
  }
}

/* Category Block */
.category-row{
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: -15px;
	margin-right: -15px;
}
.category-col{
	-ms-flex: 0 0 33.3333%;
	flex: 0 0 33.3333%;
	max-width: 33.3333%;
	position: relative;
	width: 100%;
	padding-left: 15px;
	padding-right: 15px;
}
.category-title{
	padding-bottom: 35px;
}
.category-title h2{
	color: #000000;
	font-size: 62px;
	font-weight: 400;
	letter-spacing: 1px;
	text-transform: uppercase;
}
.category-title h2 b{
	font-weight: 400;
	padding-left: 50px;
}
.category-block{
	position: relative;
}
.category-block a{
	color: #ffffff;
}
.category-block-image{
	height: 700px;
}
.category-block-image:hover::before{
	background-color: rgba(0,0,0,0.7);
}
.category-block-image::before{
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0,0,0,0.3);
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.category-block-image img{
	display: block;
	object-fit: cover;
	width: 100%;
	height: 700px;
}
.category-block-title h5{
	font-size: 28px;
	font-weight: 400;
	padding: 0;
	margin: 0;
	text-transform: uppercase;
}
.category-block-title{
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	-ms-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}

/* Clients Logo */
.clients-holder{
	padding-top: 70px;
	display: inline-block;
}
.clients-item{
	width: 20%;
	float: left;
	text-align: center;
}
.clients-item img{
	max-width: 65%;
	filter: grayscale(100%);
}

/* Reviews Carousel */
.reviews-carousel-title{
	position: absolute;
	top: 50px;
	z-index: 9;
	left: 100px;
}
.reviews-carousel-title h2{
	color: #ffffff;
	font-size: 62px;
	font-weight: 400;
	letter-spacing: 1px;
	text-transform: uppercase;
}
.reviews-carousel-title h2 b{
	font-weight: 400;
	padding-left: 50px;
}
.reviews-carousel{
	padding-top: 100px;
	padding-bottom: 50px;
	background-color: #000000;
}
.reviews-carousel .reviews-carousel-slide:focus,
.reviews-carousel .reviews-carousel-slide:active{
	outline: 0;
	box-shadow: none;
}
.reviews-carousel .reviews-carousel-slide .reviews-item{
	padding-left: 50px;
	padding-right: 50px;
}
.reviews-carousel .reviews-carousel-slide{
	pointer-events: none;
}
.reviews-carousel .reviews-carousel-slide.slick-active{
	pointer-events: inherit;
}
.reviews-carousel .slick-next,
.reviews-carousel .slick-prev{
	position: absolute;
	top: 50%;
	z-index: 9;
	cursor: pointer;
	transform: translateY(-50%);
}
.reviews-carousel .slick-prev{
	left: 100px;
}
.reviews-carousel .slick-next{
	right: 100px;
}
.reviews-carousel .slick-next svg,
.reviews-carousel .slick-prev svg{
	height: 30px;
	fill: #ffffff;
}
.reviews-carousel .slick-dots{
	display: flex;
	justify-content: center;
	margin: 50px 0 0 0;
	padding: 0;
	z-index: 99;
	list-style-type: none;
}
.reviews-carousel .slick-dots li{
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0;
	margin: 0 15px 0 0;
	width: 60px;
	height: 2px;
}
.reviews-carousel .slick-dots li:last-of-type{
	margin: 0;
}
.reviews-carousel .slick-dots button{
	display: block;
	width: 60px;
	height: 2px;
	padding: 0;
	margin: 0;
	border: none;
	opacity: .6;
	background-color: #ffffff;;
	text-indent: -9999px;
}
.reviews-carousel .slick-dots li.slick-active button{
	opacity: 1;
	background-color: #ffffff;
}
.reviews-item a{
	color: #ffffff;
	text-decoration: none;
}
.reviews-item-holder{
	position: relative;
}
.reviews-item-holder::before{
	content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
	z-index: 1;
  background-color: rgba(0,0,0,0.5);
}
.reviews-item-image img{
	filter: grayscale(100%);
}
.reviews-item-body{
	position: absolute;
	left: 30px;
	bottom: 30px;
	z-index: 9;
}
.reviews-item-body h5{
	font-size: 22px;
	padding: 0;
	margin: 0 0 5px 0;
	font-weight: 500;
	text-transform: uppercase;
}
.reviews-item-body p{
	color: #ffffff;
  opacity: .5;
	font-size: 18px;
	padding: 0;
	margin: 0;
}
.reviews-item-icon{
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 9;
	-ms-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
.reviews-item-icon svg{
	height: 70px;
}

/* Services List */
.services-list{
	padding-top: 50px;
}
.services-list .services-item,
.services-list .services-item .card-header{
	border: none;
	padding: 0;
	margin: 0;
	box-shadow: none;
	border-radius: 0;
	background-color: transparent;
}
.services-list .services-item{
	padding: 20px 0;
	border-bottom: 1px solid #8C8C8C;
}
.services-list .services-item .card-header h5{
	position: relative;
	padding: 0;
	margin: 0;
}
.services-list .services-item .card-header h5 .btn{
	display: block;
	text-align: left;
	font-size: 20px;
	width: 100%;
	font-weight: 400;
	color: #000000;
	padding: 0;
	margin: 0;
	border: none;
	border-radius: 0;
	text-decoration: none;
	text-transform: uppercase;
	background-color: transparent;
}
.services-item-close,
.services-item-open{
	position: absolute;
	top: 0;
	right: 0;
}
.services-item-close svg,
.services-item-open svg{
	fill: #000000;
}
.services-item-close svg{
	height: 16px;
	width: 20px;
}
.services-item-open svg{
	height: 20px;
	width: 20px;
}
.services-list span[aria-expanded="false"] .services-item-open{
	visibility: visible;
	opacity: 1;
}
.services-list span[aria-expanded="false"] .services-item-close{
	visibility: hidden;
	opacity: 0;
}
.services-list span[aria-expanded="true"] .services-item-open{
	visibility: hidden;
	opacity: 0;
}
.services-list span[aria-expanded="true"] .services-item-close{
	visibility: visible;
	opacity: 1;
}
.services-list .services-item .card-body{
	padding: 20px 50px 0 0;
	margin: 0;
}
.services-list .services-item .card-body p{
	font-size: 18px;
	opacity: .5;
	margin: 0 0 20px 0;
}
.services-list .services-item .card-body a{
	font-size: 18px;
	font-weight: 500;
	color: #86754D;
	border-radius: 0;
	margin: 0;
	padding: 0;
	border: none
}

/* Counter */
.site-counter-holder{
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.site-counter{
	position: relative;
	width: 100%;
	-ms-flex: 0 0 33.3333%;
	flex: 0 0 33.3333%;
	max-width: 33.3333%;
}
.site-counter h4{
	font-size: 52px;
	font-weight: 400;
	margin-bottom: 10px;
	text-transform: uppercase;
}
.site-counter p{
	font-size: 16px;
	opacity: .5;
	padding: 0;
	margin: 0;
	text-transform: uppercase;
}

/* Services Single Boxes */
.services-box-list{
	padding: 70px 0;
	background-color: #1E1E1E;
}
.services-box-list .services-box-item:last-of-type .services-box-item-holder{
	padding-bottom: 0 !important;
}
.services-box-item{
	color: #ffffff;
	padding: 0 100px;
}
.services-box-item-holder{
	align-items: center;
	display: flex;
	padding: 25px 0;
	border-top: 1px solid #3C3C3C;
}
.services-box-title{
	width: 20%;
}
.services-box-title h5{
	font-size: 18px;
  font-weight: 500;
	margin: 0;
	text-transform: uppercase;
}
.services-box-description{
	width: 50%;
	margin-right: 5%;
	margin-left: 5%;
}
.services-box-description p{
	opacity: .5;
	margin: 0 0 20px 0;
}
.services-box-description a{
	position: relative;
	display: inline-block;
	font-size: 18px;
	font-weight: 500;
	color: #86754D;
	border-radius: 0;
	margin: 0;
	padding: 0;
}
.services-box-description a::after{
	content: "";
	position: absolute;
	bottom: 0px;
	left: 0;
	width: calc(100%);
	height: 1px;
	background-color: #86754D;
	transition: transform .5s cubic-bezier(.17,.67,.39,1.01);
	transform-origin: center left;
}
.services-box-description a:hover::after{
	transform: scaleX(0);
	transform-origin: center right;
}
.services-box-image{
	width: 20%;
}
.services-box-image figure{
	height: 250px;
}
.services-box-image figure img{
	display: block;
	object-fit: cover;
	width: 100%;
	height: 250px;
}
.single-services .page-content .page-description{
	padding-left: 0;
}

/* Team Boxes */
.team-box-list{
	padding: 70px 0;
	background-color: #1E1E1E;
}
.team-box-category{
	padding: 0 100px;
}
.team-box-holder{
	padding: 25px 0 15px 0;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	border-top: 1px solid #3C3C3C;
}
.team-box-title h5{
	color: #ffffff;
	font-size: 18px;
	font-weight: 500;
	margin: 0;
	text-transform: uppercase;
}
.team-box-col-sm{
	position: relative;
	width: 100%;
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%;
}
.team-box-col-lg{
	position: relative;
	width: 100%;
	-ms-flex: 0 0 75%;
	flex: 0 0 75%;
	max-width: 75%;
}
.team-box-position-holder{
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -5px;
	margin-left: -5px;
}
.team-box-position{
	position: relative;
	width: 100%;
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%;
	padding-right: 5px;
	padding-left: 5px;
	margin-bottom: 10px;
}
.team-box-caption{
	position: absolute;
	top: 0;
	left: 5px;
	right: 5px;
	bottom: 0;
	background: linear-gradient(to bottom,transparent 55%,rgba(0,0,0,.8));
}
.team-box-caption-details{
	color: #ffffff;
	opacity: .7;
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	padding: 20px;
	width: 100%;
}
.team-box-caption-details h6{
	font-size: 18px;
	font-weight: 500;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
}
.team-box-caption-details p{
	padding: 0;
	margin: 0;
}

/* About Carousel */
.about-carousel{
	padding: 70px 0;
	background-color: #000000;
}
.about-item{
	max-width: 70%;
	margin: 0 auto;
}
.about-carousel .about-carousel-slide:focus,
.about-carousel .about-carousel-slide:active{
	outline: 0;
	box-shadow: none;
}
.about-carousel .slick-next,
.about-carousel .slick-prev{
	position: absolute;
	top: 50%;
	z-index: 9;
	cursor: pointer;
	transform: translateY(-50%);
}
.about-carousel .slick-prev{
	left: 100px;
}
.about-carousel .slick-next{
	right: 100px;
}
.about-carousel .slick-next svg,
.about-carousel .slick-prev svg{
	height: 30px;
	fill: #ffffff;
}
.about-carousel .slick-dots{
	display: flex;
	justify-content: center;
	margin: 0;
	padding: 0;
	z-index: 99;
	list-style-type: none;
}
.about-carousel .slick-dots li{
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0;
	margin: 0 15px 0 0;
	width: 60px;
	height: 2px;
}
.about-carousel .slick-dots li:last-of-type{
	margin: 0;
}
.about-carousel .slick-dots button{
	display: block;
	width: 60px;
	height: 2px;
	padding: 0;
	margin: 0;
	border: none;
	opacity: .6;
	background-color: #ffffff;;
	text-indent: -9999px;
}
.about-carousel .slick-dots li.slick-active button{
	opacity: 1;
	background-color: #ffffff;
}
.about-item a{
	color: #ffffff;
	text-decoration: none;
}
.about-item-holder{
	position: relative;
}
.about-item-holder::before{
	content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
	z-index: 1;
  background-color: rgba(0,0,0,0.5);
}
.about-item-image img{
	filter: grayscale(100%);
}
.about-item-body{
	position: absolute;
	left: 30px;
	bottom: 30px;
	z-index: 9;
}
.about-item-body h5{
	font-size: 22px;
	padding: 0;
	margin: 0 0 5px 0;
	font-weight: 500;
	text-transform: uppercase;
}
.about-item-body p{
	color: #ffffff;
  opacity: .5;
	font-size: 18px;
	padding: 0;
	margin: 0;
}
.about-item-icon{
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 9;
	-ms-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
.about-item-icon svg{
	height: 70px;
}

/* Service Single Page */
.page-content{
	padding-top: 160px;
	padding-bottom: 70px;
}
.page-content .page-description{
	padding-left: 100px;
}
.page-content .site-counter-holder{
	padding-left: 100px;
}
.page-breadcrumbs{
	padding-bottom: 15px;
}
.page-breadcrumbs ol{
	padding: 0;
	margin: 0;
	background-color: transparent
}
.page-breadcrumbs .breadcrumb-item.active{
	color: #86754D;
}
.page-breadcrumbs ol li{
	font-size: 16px;
	font-weight: 500;
	text-transform: uppercase;
}
.page-breadcrumbs ol li a{
	color: #000000;
}
.page-breadcrumbs p{
	margin: 0;
}
.page-breadcrumbs p a{
	color: #000000;
}
.page-breadcrumbs p{
	color: #000000;
	font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
}
.page-breadcrumbs p span.breadcrumb_last{
	color: #86754D;
}
.page-title{
	padding-bottom: 30px;
}
.page-title h1{
	font-size: 62px;
	font-weight: 400;
	letter-spacing: 1px;
	text-transform: uppercase;
}
.page-description p{
	font-size: 18px;
	padding: 0;
	margin: 0;
	opacity: .5;
}
.page-description p a{
	color: #86754D;
	text-decoration: underline;
}

/* ============================================== */
/* ================ blog styles ================= */
/* ============================================== */

/* Blog Page */
.blog-page{
	padding-top: 160px;
	padding-bottom: 70px;
	background-color: #F6F5F5;
}
ul.blog-page-nav{
	margin: 0 0 35px 0;
	list-style: none;
}
ul.blog-page-nav li{
	position: relative;
	padding-right: 100px;
	display: inline-block;
}
ul.blog-page-nav li:last-child::after{
	content: none;
}
ul.blog-page-nav li::after{
	position: absolute;
	right: 25px;
	left: auto;
	top: 15px;
	content: '';
	display: block;
	width: 50px;
	height: 1px;
	background-color: rgb(0 0 0 / 30%);
}
ul.blog-page-nav li a{
	position: relative;
	display: block;
	color: #000000;
	font-size: 16px;
	font-weight: 500;
	text-transform: uppercase;
}
ul.blog-page-nav li a:hover,
ul.blog-page-nav li a:focus{
	color: #86754D;
}
ul.blog-page-nav li.current-cat a{
	color: #86754D;
}
ul.blog-page-nav li:last-of-type{
	margin-right: 0;
}
.blog-page .page-breadcrumbs,
.blog-page .page-title,
.blog-page .blog-page-nav{
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
	position: relative;
	padding-right: 15px;
	padding-left: 15px;
}
.blog-posts-list{
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
}
.blog-posts-list .blog-list-item{
	margin-bottom: 0;
}
.blog-list-item{
	-ms-flex: 0 0 33.3333%;
	flex: 0 0 33.3333%;
	max-width: 33.3333%;
	position: relative;
	padding-right: 15px;
	padding-left: 15px;
	margin-bottom: 30px;
}
.blog-list-item-big{
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
}
.blog-list-holder{
	display: flex;
  height: 100%;
  flex-direction: column;
	background-color: #ffffff;
}
.blog-details{
	padding: 25px 25px 0 25px;
}
.blog-details span{
	opacity: .5;
	font-size: 16px;
	text-transform: uppercase;
}
.blog-details h4{
	font-size: 22px;
	margin: 0;
	padding: 5px 0 0 0;
	line-height: 1.5;
	text-transform: uppercase;
}
.blog-details h4 a{
	color: #000000;
}
.blog-link-holder{
	margin-top: auto;
	padding: 0 25px 25px 25px;
}
.blog-link-button{
	margin: 25px 0 0 0;
	padding: 10px 0 0 0;
	border-top: 1px solid #D9D9D9;
}
.blog-link-button a.btn-link{
	display: inline-block;
	font-size: 18px;
	font-weight: 500;
	color: #86754D;
	border-radius: 0;
	margin: 0;
	padding: 0;
	text-decoration: none;
}
.blog-link-button a.btn-link::after{
	content: '';
	display: block;
	width: 0;
	height: 1px;
	transition: width .3s;
	background-color: #86754D;
}
.blog-link-button a.btn-link:hover::after{
	width: 100%;
}
.blog-image figure{
	overflow: hidden;
	height: 40vh;
}
.blog-list-item-big .blog-image figure{
	height: 60vh;
}
.blog-image figure img{
	transform: scale(1);
	object-fit: cover;
  height: 100%;
  width: 100%;
  object-position: center center;
	transition: transform .6s cubic-bezier(.28,0,.18,1);
}
.blog-image figure:hover img{
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.blog-page-pagination{
	padding-top: 40px;
	text-align: center;
}
.blog-page-pagination span.current{
	color: #000000;
}
.blog-page-pagination a.next,
.blog-page-pagination a.prev{
	color: #000000;
	font-weight: 700;
	border-radius: 50%;
	line-height: 32px;
	border: 1px solid #CECDCD;
}
.blog-page-pagination a,
.blog-page-pagination span{
	display: inline-block;
	width: 35px;
	height: 35px;
	color: #808080;
	font-size: 16px;
	line-height: 35px;
	text-align: center;
}

/* Single Blog */
.single-post-header{
	padding-top: 160px;
	padding-bottom: 70px;
	background-color: #F6F5F5;
}
.single-post-header figure{
	height: 60vh;
}
.single-post-header figure img{
	object-fit: cover;
	height: 100%;
	width: 100%;
	object-position: center center;
}
.single-post-details{
	padding: 0 50px;
}
.single-post-title{
	padding: 15px 0 20px 0;
}
.single-post-title h1{
	font-size: 48px;
  font-weight: 400;
}
.single-post-category a{
	position: relative;
	display: block;
	color: #86754D;
	font-size: 16px;
	font-weight: 500;
	text-transform: uppercase;
}
.single-post-category a:hover{
	opacity: .5
}
.single-post-date span{
	opacity: .5;
	font-size: 16px;
	text-transform: uppercase;
}
.single-post-social{
	padding-top: 20px;
}
.single-post-social ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
.single-post-social ul li{
	display: inline-block;
	margin-right: 20px;
}
.single-post-social ul li a{
	color: #000000;
	display: block;
	width: 40px;
	height: 40px;
	line-height: 35px;
	text-align: center;
	border-radius: 50%;
	border: 1px solid #C2C2C2;
}
.single-post-social ul li:last-child{
	margin-right: 0;
}
.single-post-social svg{
	fill: #000000;
	height: 15px;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.single-post-content{
	padding-top: 70px;
	padding-bottom: 70px;
}
.single-post-content blockquote{
	padding-left: 20px;
	border-left: 3px solid #86754D;
}
.single-post-content p,
.single-post-content li{
	margin-bottom: 15px;
}
.single-post-content ol,
.single-post-content ul{
	padding: 0;
}
.single-post-content h1,
.single-post-content h2,
.single-post-content h3,
.single-post-content h4,
.single-post-content h5,
.single-post-content h6{
	margin-bottom: 20px;
}
.single-post-content .aligncenter{
	display: block;
	margin: 0 auto;
	text-align: center;
}
.single-post-content .alignleft{
	display: block;
	margin-right: auto;
	text-align: left;
}
.single-post-content .alignright{
	display: block;
	margin-left: auto;
	text-align: right;
}
.single-post-content a:hover{
	opacity: .6;
}
.single-post-content a{
	color: #86754D;
	text-decoration: underline;
}
.single-post-content img{
	max-width: 100%;
	height: auto;
	margin-bottom: 15px;
}
.single-post-content img:last-of-type{
	margin-bottom: 0;
}
.single-post-content iframe{
	width: 100%;
	border: none;
	margin: 15px 0;
	box-shadow: none;
}
.single-post-content .wp-block-image .alignleft{
	margin: 0 25px 0 0;
}
.single-post-content .wp-block-image .alignright{
	margin: 0 0 0 25px;
}
.single-post-footer{
	padding: 70px 100px;
	background-color: #F6F5F5;
}
.single-post-footer h5{
	font-size: 20px;
  font-weight: 400;
  padding: 0 0 25px 0;
  margin: 0 0 25px 0;
  text-transform: uppercase;
  border-bottom: 1px solid #E1E1E1;
}
.site-icon-box .site-icon-box-icon{
	text-align: center;
	margin-bottom: 15px;
}
.site-icon-box img{
	max-width: 100px;
	margin: 0;
}
.site-icon-box-caption p{
	padding: 0;
	margin: 0;
	text-align: center;
}

/* ============================================== */
/* ================ projects styles ================ */
/* ============================================== */

/* Projects Page */
.projects-page{
	padding-top: 160px;
	padding-bottom: 70px;
	background-color: #F6F5F5;
}
.projects-page .page-breadcrumbs,
.projects-page .page-title,
.projects-page .blog-page-nav{
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
	position: relative;
	padding-right: 15px;
	padding-left: 15px;
}

/* Projects Items */
.projects-wrapper{
	padding: 70px 100px;
	background-color: #f6f6f6;
}
.projects-wrapper h5{
	font-size: 20px;
	font-weight: 400;
	padding: 0 0 25px 0;
	margin: 0 0 25px 0;
	text-transform: uppercase;
	border-bottom: 1px solid #E1E1E1;
}
.projects-list{
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
}
.projects-page .projects-list-item{
	margin-bottom: 30px;
}
.projects-list-item{
	-ms-flex: 0 0 33.3333%;
	flex: 0 0 33.3333%;
	max-width: 33.3333%;
	position: relative;
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
}
.projects-list-holder{
	display: flex;
  height: 100%;
  flex-direction: column;
	background-color: #ffffff;
}
.project-details{
	padding: 25px 25px 0 25px;
}
.project-details span{
	opacity: .5;
	font-size: 16px;
	text-transform: uppercase;
}
.project-details h4{
	font-size: 22px;
	margin: 0;
	padding: 5px 0 0 0;
	line-height: 1.5;
	text-transform: uppercase;
}
.project-details h4 a{
	color: #000000;
}
.project-link-holder{
	margin-top: auto;
	padding: 0 25px 25px 25px;
}
.project-link-button{
	margin: 25px 0 0 0;
	padding: 10px 0 0 0;
	border-top: 1px solid #D9D9D9;
}
.project-link-button a.btn-link{
	display: inline-block;
	font-size: 18px;
	font-weight: 500;
	color: #86754D;
	border-radius: 0;
	margin: 0;
	padding: 0;
	text-decoration: none;
}
.project-link-button a.btn-link::after{
	content: '';
	display: block;
	width: 0;
	height: 1px;
	transition: width .3s;
	background-color: #86754D;
}
.project-link-button a.btn-link:hover::after{
	width: 100%;
}
.project-image figure{
	overflow: hidden;
	height: 40vh;
}
.project-image figure img{
	transform: scale(1);
	object-fit: cover;
	height: 100%;
  width: 100%;
	object-position: center center;
	transition: transform .6s cubic-bezier(.28,0,.18,1);
}
.project-image figure:hover img{
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

/* Single Project  */
.single-project-header{
	padding-top: 160px;
	padding-bottom: 70px;
	background-color: #F6F5F5;
}
.single-project-breadcrumbs ol{
	padding: 0;
	margin: 0;
	background-color: transparent;
}
.single-project-breadcrumbs ol li{
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
}
.single-project-breadcrumbs ol li a{
  color: #000000;
}
.single-project-breadcrumbs .breadcrumb-item.active{
  color: #86754D;
}
.single-project-breadcrumbs p{
	margin: 0;
}
.single-project-breadcrumbs p a{
	color: #000000;
}
.single-project-breadcrumbs p{
	color: #000000;
	font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
}
.single-project-breadcrumbs p span.breadcrumb_last{
	color: #86754D;
}
.single-project-image{
	height: 60vh;
}
.single-project-image img{
	object-fit: cover;
	height: 100%;
	width: 100%;
	object-position: center center;
}
.single-project-title{
  padding: 15px 0 20px 0;
}
.single-project-title h1{
  font-size: 48px;
  font-weight: 400;
}
.single-project-description p{
	margin-bottom: 10px;
}
.single-project-description a{
	color: #86754d;
    text-decoration: underline;
}
.single-project-description p:last-of-type{
	margin-bottom: 0;
}
.single-project-content{
	padding-top: 70px;
	padding-bottom: 70px;
}
.single-project-content iframe{
	width: 100%;
}
.single-project-content img{
	max-width: 100%;
  height: auto;
}
.single-project-content p,
.single-project-content li{
	margin-bottom: 15px;
	line-height: 2.2;
}
.single-project-content p:last-of-type,
.single-project-content li:last-of-type{
	margin-bottom: 0;
}
.single-project-content a{
	color: #86754D !important;
	text-decoration: underline !important;
}
.single-project-gallery{
	padding: 35px 0 70px 0;
	background: #111111;
}
.single-project-cta-btn{
	margin-top: 35px;
	text-align: center;
	width: 100%;
}
.single-project-cta-btn .btn{
	text-decoration: none !important;
}
.gallery-count{
	display: block;
	font-size: 20px;
	font-weight: 300;
	text-align: center;
	margin-bottom: 35px;
	color: white;
}
.project-gallery-holder .gallery-image{
	padding: 0 50px;
}
.project-gallery-holder .gallery-image img{
	width: auto;
	max-height: 600px;
}
.project-gallery-holder .slick-next{
	cursor: pointer;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	height: 45px;
	width: 45px;
	line-height: 45px;
	border-radius: 50%;
	text-align: center;
	border: none;
	right: 50px;
	background-color: #ffffff;
	transition: all .2s ease-in-out;
}
.project-gallery-holder .slick-prev{
	cursor: pointer;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	height: 45px;
	width: 45px;
	line-height: 45px;
	border-radius: 50%;
	text-align: center;
	border: none;
	left: 50px;
	background-color: #ffffff;
	z-index: 1;
	transition: all .2s ease-in-out;
}
.project-gallery-holder .slick-next svg, .project-gallery-holder .slick-prev svg{
		height: 45px;
		width: 20px;
		stroke: #000000;
}

/* Home Call to Action */
.site-cta-section{
	position: relative;
}
.site-cta-holder:before{
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(0,0,0,.5);
}
.site-cta-image img{
	display: block;
	object-fit: cover;
	object-position: center center;
	width: 100%;
	height: 60vh;
}
.site-cta-caption{
	text-align: center;
	position: absolute;
	color: #ffffff;
	top: 50%;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 100%;
	transform: translateY(-50%);
}
.site-cta-caption-title{
	position: relative;
	display: inline-block;
}
.site-cta-caption-title h2{
	font-size: 62px;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.site-cta-caption p{
	font-size: 15px;
	line-height: 1.8;
	padding: 0;
	margin: 25px 0;
}
.site-cta-caption-button{
	margin-top: 35px;
}
.site-cta-caption-button .btn{
	position: relative;
    display: inline-block;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    border-radius: 0;
    margin: 0;
    padding: 0;
    height: 40px;
    line-height: 40px;
}
.site-cta-caption-button .btn:hover:after{
    transform: scaleX(0);
    transform-origin: center right;
}
.site-cta-caption-button .btn::after{
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: calc(100%);
	height: 1px;
	background-color: #fff;
	transition: transform .5s cubic-bezier(.17,.67,.39,1.01);
	transform-origin: center left;
}



.single-page-cta-block{
	padding-top: 70px;
	padding-bottom: 70px;
}
.single-page-cta-content h2{
	font-size: 62px;
    font-weight: 400;
    letter-spacing: 1px;
	padding-bottom: 30px;
    text-transform: uppercase;
}
.single-page-cta-content p{
	font-size: 18px;
    padding: 0 0 30px 0;
    margin: 0;
    opacity: .5;
}
.single-page-cta-image figure{
	height: 60vh;
}
.single-page-cta-image figure img{
	object-fit: cover;
    height: 100%;
    width: 100%;
    object-position: 100% 100%;
}
.blog-reviews-wrapper{
	padding: 0 100px 70px 100px;
	background-color: #f6f6f6;
}
.blog-reviews-wrapper h5{
	font-size: 20px;
    font-weight: 400;
    padding: 0 0 25px 0;
    margin: 0 0 25px 0;
    text-transform: uppercase;
    border-bottom: 1px solid #E1E1E1;
}
.blog-reviews-wrapper .blog-list-item{
	margin-bottom: 0;
}

/* ============================================== */
/* ================ press page ================ */
/* ============================================== */

/* Page Elements */
.press-items-list .wpb_wrapper{
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
}
.press-item{
	-ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
	position: relative;
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-bottom: 50px;
}
.press-item-details h2{
	font-size: 32px;
	font-weight: 400;
	margin-top: 15px;
	margin-bottom: 15px;
}
.press-item-image figure{
	height: 400px;
}
.press-item-image figure img{	
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;	
}
.press-item-details .btn-link{
	position: relative;
	display: inline-block;
	font-size: 18px;
	font-weight: 500;
	color: #86754D;
	border-radius: 0;
	margin: 0;
	padding: 0;
	height: 40px;
	line-height: 40px;
	text-decoration: none;
}
.press-item-details .btn-link::after{
	content: "";
	position: absolute;
	bottom: 0px;
	left: 0;
	width: calc(100%);
	height: 1px;
	background-color: #86754D;
	transition: transform .5s cubic-bezier(.17,.67,.39,1.01);
	transform-origin: center left;
}
.press-item-details .btn-link:hover::after{
	transform: scaleX(0);
	transform-origin: center right;
}
.page-id-49 .page-title{
	padding-bottom: 0;
}

/* ============================================== */
/* ================ careers page ================ */
/* ============================================== */

/* Page Elements */
.careers-wrapper{
	padding: 70px 100px;
	background-color: #1E1E1E;
}
.careers-single-wrapper{
	padding-bottom: 70px;
}
.careers-single-wrapper ul,
.careers-single-wrapper ol{
	padding: 0 0 0 20px;
	margin: 0 0 15px 0;
}
.careers-single-wrapper ul:last-of-type,
.careers-single-wrapper ol:last-of-type,
.careers-single-wrapper p:last-of-type{
	margin-bottom: 0;
}
.careers-single-wrapper p{
	margin-bottom: 15px;
}
.careers-wrapper .careers-item:first-of-type{
	margin: 0;
}
.careers-item-holder a{
	color: #ffffff;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.careers-item{
	padding: 25px 0 0 0;
	margin: 25px 0 0 0;
	border-top: 1px solid #3C3C3C;
}
.careers-item-caption span{
	font-size: 16px;
	opacity: .5;
}
.careers-item-caption h5{
	font-size: 18px;
  font-weight: 500;
	padding: 0 0 5px 0;
	margin: 0;
	text-transform: uppercase;
}
.careers-item svg{
	height: 25px;
	width: auto;
	fill: #ffffff;
}
.single-careers .page-title{
	padding-bottom: 0;
}
.page-id-51 .page-title{
	padding-bottom: 0;
}

/* Careers Form */
.site-careers-form-title h5{
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 35px;
	text-transform: uppercase;
}
.site-careers-form label{
	font-size: 16px;
  padding: 0;
  margin: 0;
}
.site-careers-form input{
	color: #86754D;
	margin: 0;
	padding: 0;
	width: 100%;
	border: none;
	border-radius: 0;
	box-shadow: none;
	border-bottom: 1px solid #000000;
}
.site-careers-form input:focus,
.site-careers-form input:active{
	border-color: #dedede;
}
.site-careers-form-item{
	margin-bottom: 20px;
}
.site-careers-form-btn{
	position: relative;
	display: inline-block;
}
.site-careers-form-btn .ajax-loader{
	position: absolute;
	top: 10px;
	width: 20px;
	height: 20px;
	right: -35px;
	margin: 0;
	padding: 0;
}
.site-careers-form-btn input.wpcf7-submit{
	font-size: 16px;
	font-weight: 500;
	color: #86754D;
	border-radius: 0;
	margin: 0;
	padding: 0;
	width: auto;
	height: 40px;
	line-height: 40px;
	border: none;
	background-color: transparent;
}
.site-careers-form .site-careers-form-btn::after{
	content: "";
	position: absolute;
	bottom: 0px;
	left: 0;
	width: calc(100%);
	height: 1px;
	background-color: #86754D;
	transition: transform .5s cubic-bezier(.17,.67,.39,1.01);
	transform-origin: center left;
}
.site-careers-form .site-careers-form-btn:hover::after{
	transform: scaleX(0);
	transform-origin: center right;
}
.site-careers-form-cv{
	margin-bottom: 20px;
}
.site-careers-form-cv br{
	display: none;
}
.site-careers-form-cv p{
	padding: 0;
	margin: 0;
}
.site-careers-form-cv input.wpcf7-file{
	visibility: hidden;
	width: auto;
	height: 0px;
	border: none;
}
.site-careers-form-cv .wpcf7-form-control-wrap{
	position: absolute;
}
.site-careers-form-upload label{
	font-size: 16px;
	font-weight: 500;
	cursor: pointer;
	padding: 10px 30px;
	display: inline-block;
  background-color: #000000;
  color: #ffffff;
	margin-top: 10px;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.site-careers-form-upload label:hover{
	background-color: #333333;
}
.site-careers-form-upload label svg{
	height: 15px;
	margin-right: 10px;
}
.cv-file-options{
	display: flex;
	align-items: center;
	position: relative;
}
.site-careers-form-upload #cv-chosen{
	color: #999999;
	display: block;
}
.site-careers-form-upload #cv-remove{
	cursor: pointer;
	position: relative;
	width: 15px;
	height: 15px;
	margin-left: 20px;
}
.site-careers-form-upload #cv-remove::before,
.site-careers-form-upload #cv-remove::after{
	position: absolute;
	content: ' ';
	height: 15px;
	width: 2px;
	background-color: #000000;
}
.site-careers-form-upload #cv-remove::before{
	transform: rotate(45deg);
}
.site-careers-form-upload #cv-remove::after{
	transform: rotate(-45deg);
}

/* ============================================== */
/* ================ contact page ================ */
/* ============================================== */

/* Small CTA Form */
.cta-small-form .ajax-loader{
	display: none;
}
.cta-small-form{
	color: #000000;
	padding: 15px 15px 25px 15px;
	border-radius: 30px;
	border: 1px solid #000000
}
.cta-small-form-item label{
	color: #000000;
	opacity: .5;
    font-size: 16px;
    padding: 0;
    margin: 0;
}
.cta-small-form .row .col-md-6{
	border-right: 1px solid #000000;
}
.cta-small-form .row .col-md-6:last-of-type{
	border-right: none;
}
.cta-small-form-item input{
    color: #000000;
	font-size: 18px;	
    margin: 0;
    padding: 0;
    width: 100%;
    border: none;
    border-radius: 0;
    box-shadow: none;
	text-align: center;
    background-color: transparent;
}
.cta-small-form-btn{
	text-align: center;
	margin-bottom: 20px;
}
.cta-small-form-btn input{
	color: #000000;
    text-align: center;
    font-size: 22px;	
    font-weight: 600;
    text-transform: uppercase;
	width: auto;
	border: none;
	line-height: normal;
}

/* Contact Form Errors */
.wpcf7 form .wpcf7-response-output,
.wpcf7 form.invalid .wpcf7-response-output, 
.wpcf7 form.unaccepted .wpcf7-response-output{
	padding: 0;
	margin: 0;
	border: none;
}

/* Contact Form */
.site-contact-form{
	margin-top: 50px;
}
.site-contact-form label{
	font-size: 16px;
	padding: 0;
	margin: 0;
}
.site-contact-form select{
	cursor: pointer;
	color: #000000;
	margin: 0;
	padding: 10px 0;
	width: 100%;
	border: none;
	border-radius: 0;
	box-shadow: none;
	background-color: transparent;
	border-bottom: 1px solid #000000;
}
.site-contact-form input,
.site-contact-form textarea{
	color: #86754D;
	margin: 0;
	padding: 0;
	width: 100%;
	border: none;
	border-radius: 0;
	box-shadow: none;
	background-color: transparent;
	border-bottom: 1px solid #000000;
}
.site-contact-form input:focus,
.site-contact-form input:active,
.site-contact-form textarea:focus,
.site-contact-form textarea:active{
	border-color: #dedede;
}
.site-contact-form textarea{
	resize: none;
	height: 150px;
}
.site-contact-form-item{
	margin-top: 20px;
}
.site-contact-form-btn{
	position: relative;
	display: inline-block;
}
.site-contact-form-btn .ajax-loader{
	position: absolute;
	top: 10px;
	width: 20px;
	height: 20px;
	right: -35px;
	margin: 0;
	padding: 0;
}
.site-contact-form-btn input.wpcf7-submit{
	font-size: 16px;
	font-weight: 500;
	color: #86754D;
	border-radius: 0;
	margin: 0;
	padding: 0;
	width: auto;
	height: 40px;
	line-height: 40px;
	border: none;
	background-color: transparent;
}
.site-contact-form .site-contact-form-btn::after{
	content: "";
	position: absolute;
	bottom: 0px;
	left: 0;
	width: calc(100%);
	height: 1px;
	background-color: #86754D;
	transition: transform .5s cubic-bezier(.17,.67,.39,1.01);
	transform-origin: center left;
}
.site-contact-form .site-contact-form-btn:hover::after{
	transform: scaleX(0);
	transform-origin: center right;
}
.page-content .wpcf7-response-output,
.site-careers-wrapper .wpcf7-response-output{
	padding: 35px 0 0 0 !important;
	margin: 0 !important;
	border: none !important;
}
.page-content .wpcf7-not-valid-tip,
.site-careers-wrapper .wpcf7-not-valid-tip{
	font-size: 14px !important;
}

/* Locations Element */
.company-locations{
  padding: 70px 100px;
  background-color: #1E1E1E;
}
.company-locations-title{
	margin: 0 0 25px 0;
	padding: 0 0 25px 0;
	border-bottom: 1px solid #3C3C3C;
}
.company-locations-title h5{
	color: #ffffff;
	font-size: 18px;
	font-weight: 500;
	margin: 0;
	text-transform: uppercase;
}
.company-locations-holder{
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
}
.company-locations-item{
	position: relative;
	width: 100%;
	-ms-flex: 0 0 20%;
	flex: 0 0 20%;
	max-width: 20%;
	padding-right: 15px;
	padding-left: 15px;
}
.company-locations-item span{
	font-size: 16px;
	color: #ffffff;
}
.company-locations-item p{
	font-size: 16px;
	color: #ffffff;
	margin: 0 0 10px 0;
	padding: 0;
	opacity: .5;
}
.company-locations-item a{
	font-size: 16px;
	color: #ffffff;
	text-decoration: underline;
}

/* Map */
.site-map{
	padding: 0 !important;
	margin: 0 !important;
	border: none !important;
	height: 600px !important;
	width: 100% !important;
	filter: gray !important;
	-webkit-filter: grayscale(99%) !important;
	-webkit-backface-visibility: hidden !important;
}

/* ============================================== */
/* ================ search page ================= */
/* ============================================== */

.search-page{
	padding-top: 160px;
	padding-bottom: 70px;
	background-color: #F6F5F5;
}
.search-page .page-breadcrumbs,
.search-page .page-title,
.search-page h2.nothing-found-title{
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
	position: relative;
	padding-right: 15px;
	padding-left: 15px;
}
.search-page h2.nothing-found-title{
	font-size: 42px;
	opacity: .5;
	font-weight: 400;
}
.search-list-item{
	-ms-flex: 0 0 33.3333%;
	flex: 0 0 33.3333%;
	max-width: 33.3333%;
	position: relative;
	padding-right: 15px;
	padding-left: 15px;
	margin-bottom: 30px;
}
.search-list-holder{
	display: flex;
  height: 100%;
  flex-direction: column;
  background-color: #ffffff;
}
.search-details{
	padding: 25px 25px 0 25px;
}
.search-details h4{
	font-size: 22px;
	margin: 0;
	padding: 5px 0 0 0;
	line-height: 1.5;
	text-transform: uppercase;
}
.search-details h4 a{
	color: #000000;
}
.search-link-holder{
	margin-top: auto;
	padding: 0 25px 25px 25px;
}
.search-link-button{
	margin: 25px 0 0 0;
	padding: 10px 0 0 0;
	border-top: 1px solid #D9D9D9;
}
.search-link-button a.btn-link{
	display: inline-block;
	font-size: 18px;
	font-weight: 500;
	color: #86754D;
	border-radius: 0;
	margin: 0;
	padding: 0;
	text-decoration: none;
}
.search-link-button a.btn-link::after{
	content: '';
	display: block;
	width: 0;
	height: 1px;
	transition: width .3s;
	background-color: #86754D;
}
.search-link-button a.btn-link:hover::after{
	width: 100%;
}
.search-image figure{
	overflow: hidden;
	height: 40vh;
}
.search-image figure img{
	transform: scale(1);
	object-fit: cover;
  height: 100%;
  width: 100%;
  object-position: center center;
	transition: transform .6s cubic-bezier(.28,0,.18,1);
}
.search-image figure:hover img{
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

/* ============================================== */
/* ================ footer styles =============== */
/* ============================================== */

/* Top */
.site-footer{
	padding: 70px 0 25px 0;
	background-color: #111111;
}
.site-footer-top .widget ul{
	padding: 0;
	margin: 0;
	list-style: none;
}
.site-footer-top .widget ul li{
	margin-bottom: 5px;
}
.site-footer-top .widget ul li:last-child{
	margin-bottom: 0;
}
.site-footer-top .widget ul li a{
	display: inline-block;
	font-size: 16px;
	color: #ffffff;
	text-transform: uppercase;
}
.site-footer-top .widget ul li a:after{
	content: '';
	display: block;
	width: 0;
	height: 1px;
	transition: width .3s;
	background-color: #ffffff;
}
.site-footer-top .widget ul li a:hover:after{
	width: 100%;
}

/* Subscribe */
.footer-subscribe h3{
	color: #ffffff;
	font-size: 62px;
	padding: 0;
	margin: 0 0 15px 0;
}
.footer-subscribe p{
	color: #ffffff;
	opacity: .5;
	margin: 0 0 20px 0;
	font-size: 18px;
}
.footer-subscribe-input{
	position: relative;
	display: inline-block;
}
.footer-subscribe-input input{
	color: #ffffff;
	font-size: 16px;
	height: 50px;
	padding: 0 20px;
	border: 1px solid #ffffff;
	background-color: transparent;
}
.footer-subscribe-input input.wpcf7-submit{
	position: absolute;
	right: -100px;
	top: 0;
	padding: 0;
	height: 50px;
	width: 100px;
	font-size: 22px;
	border-left: none;
}
.footer-subscribe-input input.wpcf7-submit:hover{
	color: #000000;
	background-color: #ffffff;
}
.footer-subscribe-input .ajax-loader{
	opacity: 0 !important;
	display: none !important;
	visibility: hidden !important;
}
.footer-subscribe-input .wpcf7-not-valid-tip{
	display: none;
}
.site-footer-top .wpcf7-response-output{
	font-size: 14px !important;
	padding: 0 !important;
	margin: 0 !important;
	border: none !important;
	color: #ffffff !important;
}

/* Middle */
.site-footer-socials{
	padding: 25px 0;
	margin: 70px 0 25px 0;
	width: 100%;
	border-top: 1px solid rgb(255 255 255 / 50%);
	border-bottom: 1px solid rgb(255 255 255 / 50%);
}
.site-footer-socials ul{
	padding: 0;
	margin: 0;
	display: flex;
	list-style: none;
	width: 100%;
}
.site-footer-socials ul li{
	width: 33.3333%;
	text-align: center;
	border-right: 1px solid rgb(255 255 255 / 50%);
}
.site-footer-socials ul li:last-of-type{
	border: none;
}
.site-footer-socials ul li a{
	color: #ffffff;
	font-size: 28px;
	font-weight: 400;
	text-transform: uppercase;
}

/* Bottom */
.site-footer-copyright p{
	color: #ffffff;
	opacity: .5;
	font-size: 16px;
	margin: 0;
	line-height: 50px;
}
.site-footer-scroll{
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.site-footer-scroll span{
	color: #ffffff;
	font-size: 15px;
	opacity: .5;
	margin-right: 15px;
	text-transform: uppercase;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.site-footer-scroll svg{
	fill: #ffffff;
	height: 50px;
	border: 1px solid rgb(255 255 255 / 30%);
	border-radius: 50px;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.site-footer-scroll a:hover span{
	opacity: 1;
}
.site-footer-scroll a:hover svg{
	fill: #000000;
	background-color: #ffffff;
	border-color: #ffffff;
}


/* ============================================== */
/* ================ responsive styles =========== */
/* ============================================== */

@media (max-width: 1440px) {

	.container {
	  max-width: 1300px;
	}
	.company-locations{
		padding: 70px 50px;
	}
	.site-menu-wrapper .modal-header{
		right: 50px;
	}
	.reviews-carousel .slick-next{
		right: 50px;
	}
	.reviews-carousel .slick-prev{
		left: 50px;
	}
	.site-container-fluid{
		padding-left: 50px;
		padding-right: 50px
	}
	.site-slider-caption{
		width: 60%;
		padding: 0 0 0 50px;
	}
	.site-nav{
		padding: 20px 50px;
	}
	.services-box-item{
		padding: 0 50px;
	}
	.category-block-image,
	.category-block-image img{
		height: 600px;
	}
	.image-block-top .image-link,
	.image-block-bottom .image-link{
		width: 80%;
	}
	.image-block-animated .animated-element svg{
		height: 250px;
	}
	.image-block-top .image-link{
		padding-top: 50px;
    padding-right: 50px;
	}
	.image-block-bottom .image-link{
		padding-bottom: 50px;
		padding-right: 50px;
	}
	.page-content .page-description{
		padding-left: 70px;
	}
	.page-title h1{
		font-size: 56px;
	}
	.page-content .site-counter-holder{
		padding-left: 70px;
	}
	.about-carousel .slick-prev{
		left: 50px;
	}
	.about-carousel .slick-next{
		right: 50px;
	}
	.team-box-category{
		padding: 0 50px;
	}
	.projects-wrapper{
		padding: 70px 50px;
	}
	.project-details {
	  padding: 15px 15px 0 15px;
	}
	.project-link-holder {
	  padding: 0 15px 15px 15px;
	}
	.project-link-button {
	  margin: 15px 0 0 0;
	}
	.careers-wrapper{
		padding: 70px 50px;
	}
	.services-box-image figure,
	.services-box-image figure img{
		height: 200px;
	}
	.single-post-footer{
		padding: 70px 50px;
	}
	.blog-reviews-wrapper{
		padding: 0 50px 70px 50px;
	}
	.single-page-cta-content h2{
		font-size: 56px;
	}
	.single-page-cta-image figure{
		height: 50vh;
	}

}

@media (max-width: 1300px) {

	.container {
	  max-width: 1200px;
	}
	.press-item-image figure{
		height: 300px;
	}

}

@media (max-width: 1200px) {
	.site-cta-caption-title h2{
		font-size: 48px;
	}
	.blog-reviews-wrapper {
		padding: 0 15px 70px 15px;
	}
	.page-content{
		padding-top: 150px;
	}
	.blog-page{
		padding-top: 150px;
	}
	.search-page{
		padding-top: 150px;
	}
	.projects-page{
		padding-top: 150px;
	}
	.single-post-footer{
		padding: 70px 15px;
	}
	.single-project-header{
		padding-top: 150px;
	}
	.single-post-header{
		padding-top: 150px;
	}
	.project-gallery-holder .gallery-image img{
		max-height: 500px;
	}
	.project-gallery-holder .gallery-image{
		padding: 0 30px;
	}
	.services-box-image figure,
	.services-box-image figure img{
		height: 170px;
	}
	.projects-wrapper {
	  padding: 70px 15px;
	}
	.careers-wrapper{
		padding: 70px 15px;
	}
	.company-locations{
		padding: 70px 15px;
	}
	.services-box-item{
		padding: 0 15px;
	}
	.site-menu-wrapper .modal-header{
		right: 15px;
	}
	.site-nav{
		padding: 15px;
	}
	.site-slider-caption{
	  padding: 0 0 0 15px;
	}
	.site-container-fluid {
	  padding-left: 15px;
	  padding-right: 15px;
	}
	.reviews-carousel .slick-next{
		right: 15px;
	}
	.reviews-carousel .slick-prev{
		left: 15px;
	}
	.site-slider-caption h1{
		font-size: 54px;
	}
	.site-slider-caption-inner{
		padding-left: 50px;
	}
	.site-slider-caption p{
		font-size: 18px;
	}
	.site-row-p70x{
		padding-top: 35px;
		padding-bottom: 35px;
	}
	.services-list{
		padding-top: 35px;
	}
	.category-title h2{
		font-size: 48px;
	}
	.category-block-image, .category-block-image img{
		height: 500px;
	}
	.reviews-carousel-title h2{
		font-size: 48px;
	}
	.site-heading h2{
		font-size: 48px;
	}
	.services-list .services-item .card-header h5 .btn{
		font-size: 18px;
	}
	.services-list .services-item .card-body p{
		font-size: 16px;
	}
	.site-heading p{
		font-size: 16px;
	}
	.site-heading h3{
		font-size: 38px;
	}
	.reviews-carousel-title{
		top: 20px;
	}
	.reviews-carousel{
		padding-top: 70px;
		padding-bottom: 35px;
	}
	.reviews-carousel .reviews-carousel-slide .reviews-item{
		padding-left: 25px;
		padding-right: 25px;
	}
	.reviews-item-icon svg{
		height: 50px;
	}
	.footer-subscribe h3{
		font-size: 48px;
	}
	.site-footer{
		padding: 35px 0 25px 0;
	}
	.site-footer-socials{
		margin: 35px 0 25px 0;
	}
	.site-footer-socials ul li a{
		font-size: 22px;
	}
	.site-row-pl100x{
		padding-left: 50px;
	}
	.page-content .page-description{
		padding-left: 50px;
	}
	.page-content .site-counter-holder{
		padding-left: 50px;
	}
	.about-carousel .slick-next{
		right: 15px;
	}
	.about-carousel .slick-prev{
		left: 15px;
	}
	.team-box-category{
		padding: 0 15px;
	}
	.page-title h1 {
	  font-size: 54px;
	}
	.page-description p{
		font-size: 16px;
	}
	.single-project-title h1{
		font-size: 38px;
	}
	.single-project-breadcrumbs p{
		font-size: 14px;
	}
	.project-gallery-holder .slick-next{
		right: 15px;
	}
	.project-gallery-holder .slick-prev{
		left: 15px;
	}
	.single-post-title h1{
		font-size: 38px;
	}
	.single-post-details{
		padding: 0 15px;
	}
	.single-post-social{
		padding-top: 15px;
	}
	.single-post-title{
		padding: 15px 0 15px 0;
	}
	.single-post-social ul li a{
		width: 30px;
		height: 30px;
		line-height: 25px;
	}
	.single-post-social svg{
		height: 13px;
	}
	.single-page-cta-content h2{
		font-size: 54px;
	}
	.single-page-cta-image figure {
		height: 45vh;
	}

}

@media (max-width: 992px) {

}

@media (max-width: 768px) {
	.single-page-cta-content h2{
		font-size: 42px;
	}
	.single-page-cta-block{
		padding-top: 35px;
		padding-bottom: 35px;
	}
	.single-page-cta-block .offset-md-1{
		margin-left: 0;
	}
	.single-page-cta-block .col-md-5{
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.site-row-p150x {
	    padding-top: 100px;
	    padding-bottom: 100px;
	}
	.project-image figure{
	  height: 30vh;
	}
	.search-image figure{
		height: 30vh;
	}
	.blog-image figure{
		height: 30vh;
	}
	.blog-list-item-big .blog-image figure{
		height: 30vh;
	}
	.single-project-image{
		height: 40vh;
	}
	.single-post-header figure{
		height: 40vh;
	}
	.category-row .category-col:nth-child(1),
	.category-row .category-col:nth-child(2){
		padding-right: 0;
	}
	.search-page{
		padding-top: 105px;
		padding-bottom: 35px;
	}
	.search-list-item{
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.page-title h1{
		font-size: 42px;
	}
	.search-details {
	  padding: 15px 15px 0 15px;
	}
	.search-link-holder {
	  padding: 0 15px 15px 15px;
	}
	.search-link-button{
		margin: 15px 0 0 0;
	}
	.site-slider-caption{
		width: 80%;
	}
	.blog-posts-list{
		flex-wrap: nowrap;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
		-ms-overflow-style: -ms-autohiding-scrollbar;
	}
	.blog-posts-list .blog-list-item{
		-ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%;
	}
	.single-post-footer{
		padding: 35px 15px;
	}
	.single-project-gallery{
		padding-top: 15px;
		padding-bottom: 35px
	}
	.gallery-count{
		margin-bottom: 15px;
	}
	.single-post-header{
		padding-top: 105px;
		padding-bottom: 35px;
	}
	.single-post-content{
		padding-top: 35px;
		padding-bottom: 35px;
	}
	.single-post-footer{
		padding-top: 35px;
		padding-bottom: 35px;
	}
	.single-project-content{
		padding-top: 35px;
		padding-bottom: 35px;
	}
	.project-gallery-holder .gallery-image img{
		height: 350px;
	}
	.project-gallery-holder .gallery-image{
		padding: 0 15px;
	}
	.single-project-header{
		padding-top: 105px;
		padding-bottom: 35px;
	}
	.projects-page .projects-list-item{
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.projects-page{
		padding-top: 105px;
		padding-bottom: 35px;
	}
	.blog-page{
		padding-top: 105px;
		padding-bottom: 35px;
	}
	.blog-page-pagination{
		padding-top: 5px;
	}
	.blog-details {
	  padding: 15px 15px 0 15px;
	}
	.blog-link-holder{
		padding: 0 15px 15px 15px;
	}
	.blog-link-button{
		margin: 15px 0 0 0;
	}
	ul.blog-page-nav li::after{
		right: 10px;
		width: 25px;
	}
	ul.blog-page-nav li{
		padding-right: 50px;
	}
	.projects-wrapper {
	  padding: 35px 15px;
	}
	.careers-wrapper{
		padding: 35px 15px;
	}
	.company-locations{
		padding: 35px 15px 0 15px;
	}
	.company-locations-item{
		-ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
		margin-bottom: 35px;
	}
	.services-box-list{
		padding: 35px 0;
	}
	.team-box-list{
		padding: 35px 0;
	}
	.site-menu-wrapper .modal-dialog, .site-menu-wrapper .modal-content{
		max-width: 90%;
	}
	.site-menu-wrapper .menu-close a{
		width: 140px;
		height: 40px;
	}
	.site-menu-search{
		padding: 0 20px;
	}
	.site-footer-top .offset-md-3{
		margin-left: 20%;
	}
	.footer-subscribe-input input{
		width: 100%;
	}
	.image-block-top .image-link, .image-block-bottom .image-link{
		width: 100%;
	}
	.image-block-bottom .image-link{
		padding-bottom: 25px;
		padding-right: 25px;
	}
	.image-block-top .image-link{
		padding-top: 25px;
		padding-right: 25px;
	}
	.site-row-pl100x{
		padding-left: 0;
	}
	.site-slider-caption-inner{
		padding-left: 0;
	}
	.category-row{
		flex-wrap: nowrap;
		white-space: nowrap;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
		-ms-overflow-style: -ms-autohiding-scrollbar;
	}
	.category-col{
		-ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%;
	}
	.site-logo svg{
		height: 40px;
	}
	.site-nav .site-menu-open a{
		width: 140px;
		height: 40px;
	}
	.page-content .page-description{
		padding-left: 0;
	}
	.page-content .site-counter-holder{
		padding-left: 0;
	}
	.page-content{
	  padding-top: 105px;
	  padding-bottom: 35px;
	}
	.about-carousel{
		padding: 35px 0;
	}
	.about-item{
		max-width: 80%;
	}
	.about-item-icon svg{
		height: 50px;
	}
	.team-box-position{
		-ms-flex: 0 0 50%;
	  flex: 0 0 50%;
	  max-width: 50%;
	}
	.site-contact-form{
		margin-top: 35px;
	}	
	.projects-list{
		flex-wrap: nowrap;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
		-ms-overflow-style: -ms-autohiding-scrollbar;
	}
	.projects-list-item{
		-ms-flex: 0 0 60%;
		flex: 0 0 60%;
		max-width: 60%;
	}
	.blog-list-item{
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.site-menu-wrapper .modal-body .menu-primary-nav-container{
		width: 60%;
		margin-left: 10%;
	}
	.blog-reviews-wrapper .row{
		flex-wrap: nowrap;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
		-ms-overflow-style: -ms-autohiding-scrollbar;
	}
	.blog-reviews-wrapper .row .blog-list-item{
		-ms-flex: 0 0 60%;
		flex: 0 0 60%;
		max-width: 60%;
	}
	.blog-reviews-wrapper {
		padding: 0 15px 35px 15px;
	}
	.press-item{
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.press-item-details h2{
		font-size: 28px;
	}

}

@media (min-width: 576px) {

	.about-carousel .slick-dots{
		visibility: hidden;
		opacity: 0;
	}

}

@media (max-width: 576px) {

	.blog-reviews-wrapper .row .blog-list-item{
		-ms-flex: 0 0 85%;
		flex: 0 0 85%;
		max-width: 85%;
	}
	.single-page-cta-image figure {
		height: 35vh;
	}
	.single-page-cta-content h2{
		font-size: 32px;
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.single-page-cta-content p{
		padding: 0 0 20px 0;
	}
	.single-page-cta-block .col-md-5{
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.site-slider-caption{
		width: 100%;
		padding: 0 15px;
	}
	.single-post-header{
		padding-top: 85px;
	}
	.single-post-details{
		padding: 0;
	}
	.single-post-title h1{
		font-size: 32px;
	}
	.single-project-header{
		padding-top: 85px;
	}
	.single-project-title h1{
		font-size: 32px;
	}
	.project-gallery-holder .gallery-image img{
		height: 300px;
	}
	.blog-list-item,
	.blog-list-item-big{
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.blog-page-nav{
		flex-wrap: nowrap;
		white-space: nowrap;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
		-ms-overflow-style: -ms-autohiding-scrollbar;
	}
	.projects-list-item{
		-ms-flex: 0 0 85%;
		flex: 0 0 85%;
		max-width: 85%;
	}
	.reviews-item-body{
		left: 15px;
		bottom: 10px;
	}
	.reviews-item-body p{
		font-size: 16px;
	}
	.reviews-item-body h5{
		font-size: 18px;
		margin: 0;
	}	
	.services-box-image figure,
	.services-box-image figure img{
		height: 220px;
	}
	.site-contact-form label{
		font-size: 15px;
	}
	.site-contact-form{
		margin-top: 10px;
	}
	.company-locations-item{
		-ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
		margin-bottom: 35px;
	}
	.page-content{
		padding-top: 85px;
	}
	.site-footer {
	  padding: 15px 0 15px 0;
	}
	.site-footer-socials {
		padding: 15px 0;
	  margin: 15px 0 15px 0;
	}
	.site-footer-scroll svg{
		height: 35px;
	}
	.site-footer-top .offset-md-3{
	  margin-left: 0;
	}
	.site-footer-top .col-md-2{
		padding-top: 20px;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	#wpcf7-f71-o1 .wpcf7-response-output{
		padding-top: 10px;
		opacity: .5;
	}
	.site-footer-top .widget ul li a{
		font-size: 14px;
	}
	.site-footer-top .widget ul li{
		margin-bottom: 0;
	}
	.footer-subscribe-input{
		width: 100%;
	}
	.footer-subscribe-input input{
		height: 45px;
		font-size: 14px;
		padding: 0 10px;
	}
	.footer-subscribe-input input.wpcf7-submit{
		height: 45px;
	}
	.site-footer-socials ul li a{
		font-size: 16px;
	}
	.site-footer-copyright p{
		font-size: 14px;
		text-align: center;
	}
	.footer-subscribe-input input.wpcf7-submit{
		right: 0;
		width: 50px;
		border-left: 1px solid #ffffff;
	}
	.footer-subscribe h3{
		font-size: 38px;
		margin: 0px 0 5px 0;
	}
	.footer-subscribe p{
		font-size: 16px;
	}
	.site-heading h2{
		font-size: 38px;
	}
	.site-heading h2 br{
		display: none;
	}
	.site-heading h2 b{
		padding-left: 0;
	}
	.services-list{
		padding-top: 15px;
	}
	.image-block-bottom,
	.image-block-top{
		padding-top: 35px;
	}
	.image-block-top .image-link,
	.image-block-bottom .image-link{
		width: 70%;
    margin-left: 0;
	}
	.image-block-bottom .animated-element{
		bottom: 70px;
	}
	.services-list .services-item .card-body{
		padding: 20px 0 0 0;
	}
	.image-block-animated .animated-element svg{
		height: 200px
	}
	.image-block-top .animated-element{
		top: 100px;
	}
	.image-block-top .image-link {
	  padding-top: 0;
	  padding-right: 0;
	}
	.image-block-bottom .image-link {
	  padding-bottom: 0;
	  padding-right: 0;
	}
	.reviews-carousel .slick-next,
	.reviews-carousel .slick-prev{
		display: none !important;
	}
	.reviews-carousel-title{
		position: static;
		padding-left: 15px;
		padding-right: 15px;
		padding-bottom: 35px;
		text-align: center;
	}
	.reviews-carousel .slick-dots{
		margin: 35px 0 0 0;
	}
	.reviews-carousel-title h2{
		font-size: 38px;
	}
	.reviews-carousel-title h2 br{
		display: none;
	}
	.reviews-carousel-title h2 b{
		padding-left: 0;
	}
	.reviews-carousel {
	  padding-top: 35px;
	}
	.reviews-carousel .reviews-carousel-slide .reviews-item {
	  padding-left: 15px;
	  padding-right: 15px;
	}
	.category-block-image, .category-block-image img{
		height: 400px;
	}
	.category-col {
	  -ms-flex: 0 0 70%;
	  flex: 0 0 70%;
	  max-width: 70%;
	}
	.category-title h2{
		font-size: 38px;
	}
	.category-title h2 br{
		display: none;
	}
	.category-title h2 b{
		padding-left: 0;
	}
	.site-row-pb30x{
		padding-bottom: 15px;
	}
	.site-heading h3{
		font-size: 32px;
	}
	.site-slider-caption h1{
		font-size: 36px;
	}
	.site-slider-caption h1 br,
	.site-slider-caption p br{
		display: none;
	}
	.site-slider-caption p{
		padding: 15px 0;
		font-size: 16px;
	}
	.site-slider,
	.site-slider-image img{
		height: 85vh;
	}
	.site-nav .site-menu-open a>span{
		display: none;
	}
	.site-logo svg{
		height: 35px;
	}
	.site-nav .site-menu-search{
		display: none;
	}
	.site-nav .site-menu-open a{
		width: auto;
		height: auto;
		border: none;
		padding: 0;
		margin: 0;
	}
	.site-nav .site-menu-open a>div{
		margin-left: 0;
		width: 30px;
	}
	.site-menu-open a>div span{
		width: 30px !important;
	}
	.site-menu-wrapper .modal-body .menu-primary-nav-container{
		margin-left: 5%;
	}
	.search-form-open{
		width: auto;
	}
	.site-menu-search{
		padding: 0 15px 0 15px;
	}
	.site-menu-wrapper .modal-body .menu li a{
		font-size: 32px;
	}
	.site-menu-wrapper .modal-body .menu li{
		margin-bottom: 10px;
	}
	.site-menu-socials ul li a{
		font-size: 16px;
	}
	.site-menu-socials{
		width: 40%;
		margin-left: 10%;
	}
	.site-menu-socials ul li{
		display: inline-block;
	}
	.site-menu-wrapper .modal-dialog, .site-menu-wrapper .modal-content{
		max-width: 95%;
	}
	.site-menu-open .menu-open a:hover,
	.site-menu-open .menu-open a:focus{
		background-color: transparent;
	}
	.team-box-col-sm,
	.team-box-col-lg{
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.team-box-title{
		padding-bottom: 20px;
	}
	.team-box-caption-details{
		padding: 10px;
	}
	.page-title h1 {
	  font-size: 32px;
	}
	.page-title{
		padding-bottom: 15px;
	}
	.about-carousel .slick-next,
	.about-carousel .slick-prev{
		display: none !important;
	}
	.about-item{
		max-width: 100%;
		padding-left: 15px;
		padding-right: 15px;
	}
	.about-item-body{
		left: 15px;
		bottom: 10px;
	}
	.about-item-body p{
		font-size: 16px;
	}
	.about-item-body h5{
		margin: 0;
		font-size: 18px;
	}
	.site-counter{
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.about-carousel .slick-dots{
		visibility: visible;
		opacity: 1;
		margin: 35px 0 0 0;
	}
	.services-box-item-holder{
		flex-direction: column;
	}
	.services-box-title,
	.services-box-description,
	.services-box-image{
		width: 100%;
		margin: 0;
	}
	.services-box-image{
		order: 1;
		padding-bottom: 25px;
	}
	.services-box-title{
		order: 2;
		margin-bottom: 15px;
	}
	.services-box-description{
		order: 3;
	}
	.services-box-description p{
		margin: 0 0 10px 0;
	}
	.page-description p br{
		display: none;
	}
	.site-menu-lang{
		padding-right: 20px;
	}
	.projects-page .projects-list-item{
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.single-post-header .row{
		-webkit-flex-wrap: wrap-reverse;
		-ms-flex-wrap: wrap-reverse;
		flex-wrap: wrap-reverse;
	}
	.blog-posts-list .blog-list-item{
		-ms-flex: 0 0 85%;
    flex: 0 0 85%;
    max-width: 85%;
	}
	.project-details h4{
		font-size: 20px;
	}
	.project-link-button a.btn-link{
		font-size: 16px;
	}
	.blog-details h4{
		font-size: 20px;
	}
	.blog-link-button a.btn-link{
		font-size: 16px;
	}
	.single-post-social{
		padding-bottom: 20px;
	}
	.blog-page{
		padding-top: 85px;
	}
	.search-page{
		padding-top: 85px;
	}
	.search-list-item{
	  -ms-flex: 0 0 100%;
	  flex: 0 0 100%;
	  max-width: 100%;
	}
	ul.blog-page-nav{
		margin: 0 0 20px 0;
	}
	.projects-page{
		padding-top: 85px;
	}
	.search-details h4{
		font-size: 20px;
	}
	.search-link-button a.btn-link{
		font-size: 16px;
	}
	.gallery-count{
		font-size: 18px;
	}
	.projects-wrapper h5{
		padding: 0 0 15px 0;
    margin: 0 0 15px 0;
	}
	.single-post-footer h5{
		padding: 0 0 15px 0;
    margin: 0 0 15px 0;
	}
	.site-map{
		height: 450px !important;
	}
	.site-slider-bar div{
		width: 45px;
	}
	.clients-item{
		width: 50%;
		padding-left: 15px;
		padding-right: 15px;
	}
	.clients-holder{
		padding-top: 15px;
		margin-left: -15px;
		margin-right: -15px;
	}
	.clients-item img{
		max-width: 100%;
	}
	.site-cta-caption-title h2{
		font-size: 38px;
	}
	.mobile-space-x25{
		margin-bottom: 25px;
	}
	.press-item{
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
		margin-bottom: 25px;
	}
	.press-item-image figure{
		height: 200px;
	}
	.press-item-details h2{
		font-size: 24px;
	}
}