:root{
	--primary: #708090;
	--secondary: #B08B4F;
	--tertiary: #1A1A2E;
	--primaryfont: 'Raleway',Helvetica,Arial,Lucida,sans-serif;
	
}
.object-cover {
	object-fit: cover;
	height: 100%;
	width: 100%;
}
.btn-primary {
	color: #fff;
	background-color: var(--primary);
	border-radius: 0;
	padding: 12px 35px;
	font-weight: 500;
	font-size: 16px;
	text-transform: uppercase;
	border: 0;
}
.btn-primary:hover {
	color: #fff;
	background-color: var(--secondary);
	transition: .3s;
	border: 0;
	border: 0;
}
.btn-secondary {
	color: #fff;
	background-color: var(--secondary);
	border-radius: 0;
	padding: 12px 35px;
	font-weight: 500;
	font-size: 16px;
	text-transform: uppercase;
	border: 0;
}
.btn-secondary:hover {
	color: #fff;
	background-color: var(--primary);
	transition: .3s;
	border: 0;
}
.et-l.et-l--header {
	position: relative;
	z-index: 99;
}

.site-header {
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
}
body.home.logged-in.admin-bar {
    padding-top: 32px;
}
body.home.logged-in.admin-bar  .site-header {
	top: 32px;
}
body {
	padding-top: 134px;
}
body .container {
	width: 92%;
}
body.home {
	padding-top: 0;
}

body .site-header.fixed-header, body.et-db #et-boc .et-l .site-header.fixed-header {
	background-color: #fff !important;
	box-shadow: 0 0 10px rgba(0,0,0,.2);
}

.site-menu .et_pb_menu__logo {
	max-width: 100%;
	width: 260px;
	transition: .3s;
}
.fixed-header .site-menu .et_pb_menu__logo {
	width: 220px;
	transition: .3s;
}
.site-menu ul li.menu-btn {
	align-items: center !important;
}
body .site-menu ul li.menu-btn a {
	background-color: var(--primary);
	color: #fff !important;
	padding: 10px 24px !important;
	border-radius: 0;
	height: 36px;
	transition: .3s;
}
.site-menu ul li.menu-btn a:hover {
	color: #fff;
	opacity: .85;
	transition: .3s;
}
.site-menu ul li.menu-btn a i {
	margin-right: 10px;
}
.hero-content__col {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	justify-content: center;
	padding-left: 4%;
}
.hero-content__col .et_pb_module {
	max-width: 620px;
	width: 100%;
}
.home-slider__item {
	overflow: hidden;
	height: 75vh !important;
	max-height: 850px;
	min-height: 450px;
}

.home-slider .slick-prev::before, .home-slider .slick-next::before {
	display: none;
}
.home-slider .slick-arrow {
	transform: none;
	background-size: 8px !important;
	width: 70px;
	height: 35px;
	opacity: 1 !important;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	z-index: 9;
	font-weight: 500;
	color: #000;
	background-color: rgba(255,255,255,.4);
	backdrop-filter: blur(6px);
	-webkit-backdrop-filter: blur(6px);
	padding: 5px 10px;
}
.home-slider .slick-arrow:hover{
	opacity: .8;
	background-repeat: no-repeat;
}
.home-slider .slick-prev, .home-slider .slick-prev:hover, .home-slider .slick-prev:focus {
	background-image: url('../images/prev-icon-black.png');
	background-repeat: no-repeat;
	left: 0;
	background-position: 50% 50%;
	display: none !important;
}
.home-slider .slick-next, .home-slider .slick-next:hover, .home-slider .slick-next:focus {
	right: 20px;
	background-image: url('../images/next-icon-black.png');
	background-repeat: no-repeat;
	background-position: 86% center;
	font-size: 16px;
	padding-right: 25px;
	font-weight: 500;
	color: #000;
}
.feature-media__col .et_pb_image, .feature-media__col .et_pb_image .et_pb_image_wrap  {
	height: 100%;
	width: 100%;
}
.feature-media__col .et_pb_image .et_pb_image_wrap img {
	object-fit: cover;
	height: 100%;
	width: 100%;
}
.ta-row {
	margin-left: -15px;
	margin-right: -15px;
	display: flex;
	flex-wrap: wrap;
}

.ta-col-6 {
	width: 50%;
	max-width: 100%;
	flex: 0 0 auto;
	padding-left: 15px;
	padding-right: 15px;
}
.consult-form .form-group {
	margin-bottom: 15px;
}
.consult-form label {
	font-size: 14px;
	margin-bottom: 5px;
}
.required {
	color: red;
}
.consult-form .form-control {
	background-color: #F7F8FA !important;
	border: 0;
	padding: 15px 15px;
	color: #000;
	width: 100%;
}
.consult-form textarea.form-control {
	width: 100%;
	max-width: 100%;
	min-width: 100%;
	height: 70px;
	max-height: 70px;
	min-height: 70px;
}
.ta-col-4 {
	width: 33.33%;
	max-width: 100%;
	flex: 0 0 auto;
	padding-left: 15px;
	padding-right: 15px;
	margin-bottom: 30px;
}
.ta-col-3 {
	width: 25%;
	max-width: 100%;
	flex: 0 0 auto;
	padding-left: 15px;
	padding-right: 15px;
	margin-bottom: 30px;
}
.home-products__col {
	margin-bottom: 30px;
}
.home-products__single {
	height: 100%;
	background-color: #fff;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	padding: 30px;
}
.products-page__products .home-products__single {
	background-color: #f5f5f5;
}
.home-products__icon {
	height: 60px;
	display: block;
	overflow: hidden;
}

.home-products__icon img {
	max-height: 100%;
}
.home-products__content {
	margin-top: 20px;
	font-size: 14px;
}
.home-products__content h3 {
	text-transform: uppercase;
	font-size: 20px;
}
.home-products__content h3 a {
	color: var(--primary);
}
.home-products__content h4 {
	font-size: 18px;
	line-height: 1.5;
	margin-top: 5px;
	color: var(--primary);
}
.home-products__btn {
	margin-top: 20px;
	font-weight: 500;
	font-size: 16px;
}

.feature-media__right .feature-col.feature-media__col {
	order: 2;
	margin-right: 0;
	margin-left: 3%;
}
.feature-list__blurb .et_pb_blurb_content {
	max-width: 100%;
}
.process-counter .et_pb_module_heading {
	background-color: var(--secondary);
	width: 50px;
	height: 50px;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	border-radius: 50px;
	color: #fff;
	margin: 0 auto;
	font-size: 30px;
	padding: 0;
}
.prcess-col__first {
	padding-top: 170px;
}

.prcess-col__third {
	padding-top: 90px;
}
.prcess-col__fourth {
	padding-top: 20px;
}
.home-project__link {
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
	aspect-ratio: 2/3;
	overflow: hidden;
	cursor: pointer;
}
.home-project__conent-wrap {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(transparent, rgba(0,0,0,.8));
}
.home-project__conent {
	position: absolute;
	top: 82%;
	text-align: center;
	height: 90%;
	width: 90%;
	left: 5%;
	color: #fff;
	padding: 15px;
	display: flex;
	flex-direction: column;
	transition: .5s;
} 
.home-project__link:hover .home-project__conent {
	justify-content: center;
	top: 5%;
	background-color: var(--primary);
	transition: .5s;	
}
.home-project__conent h4 {
	color: #fff;
	text-transform: uppercase;
}
.content-hover {
	opacity: 0;
	margin-top: 15px;
}
.home-project__link:hover .content-hover {
	opacity: 1;
}
.home-projects__btn {
	margin-top: 20px;
	display: block;
	font-weight: 500;
	font-size: 18px;
}
.cus-carousel .slick-track {
    display: flex !important;
}

.cus-carousel .slick-slide {
    height: inherit !important;
}
.testimonails-slider__single {
	background-color: #f5f5f5;
	padding: 30px 30px;
	margin: 0 15px;
	border-radius: 10px;
	position: relative;
	padding-bottom: 110px;
}

.testimonails-author {
	display: flex;
	align-items: center;
}

.testimonails-author__media {
	min-width: 90px;
	max-width: 90px;
	width: 90px;
	height: 90px;
	min-height: 90px;
	border-radius: 50%;
	overflow: hidden;
	margin-right: 15px;
}
.testimonails-author__media img {
	object-fit: cover;
	height: 100%;
	width: 100%;
}
.testimonails-author__info h3 {
	font-weight: 600;
	font-size: 24px;
}
.testimonails-author__info .star {
	color: var(--primary);
}
.testimonails-author__info h4{
	font-weight: normal;
	font-size: 18px;
	padding-bottom: 0;
}

.testimonails-content {
	padding: 20px 0;
	font-size: 18px;
	line-height: 1.7;
}
.testimonails-footer {
	position: absolute;
	bottom: 15px;
	right: 30px;
}
.testimonails-footer__icon {
	max-width: 100px;
	float: right;
}

.cus-carousel .slick-dots {
	bottom: -70px;
}

.cus-carousel .slick-dots li button:before {
	display: none;
}
.cus-carousel .slick-dots li button {
	background-color: transparent;
	border: 1px solid var(--secondary);
	width: 14px;
	height: 14px;
	border-radius: 50%;
}
.cus-carousel .slick-dots li.slick-active button {
	background-color: var(--secondary);
}




.footer-logo {
	border-radius: 0 0 10px 10px;
}
.newsletter-form .form-group {
	margin: 0 auto;
	width: 650px;
	max-width: 100%;
	position: relative;
}
.newsletter-form .form-group .form-control {
	background-color: transparent;
	width: 100%;
	color: var(--primary);
	border: 1px solid var(--primary);
	border-radius: 40px;
	padding: 10px 65px 10px 24px;
	text-transform: uppercase;
	height: 60px;
}
.newsletter-btn {
	position: absolute;
	right: 25px;
	top: 18px;
	font-size: 0;
	background-color: transparent;
	border: 0;
	width: 30px;
	height: 24px;
	background-image: url(../images/send-iocn.png);
	background-repeat: no-repeat;
	background-position: center center;
	cursor: pointer;
}
.footer-menu .menu-btn {
	display: none !important;
}
.contact-info__blurb {
	height: 100%;
}

.custom-modal {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    transform: scale(1.1);
    transition: visibility 0s linear 0.25s, opacity 0.25s 0s, transform 0.25s;
}
.custom-modal__content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: white;
    padding: 0;
    width: 600px;
	max-width: 94%;
    border-radius: 0.5rem;
}
.custom-modal__header {
	display: flex;
	padding: 15px 50px 15px 15px;
	align-items: center;
	position: relative;
	border-bottom: 1px solid #ccc;
}
.custom-modal__title{
	font-size: 20px;
	margin: 0 ;
	}
.modal-close {
	float: right;
	text-align: center;
	cursor: pointer;
	background-color: transparent;
	font-size: 42px;
	font-weight: 200;
	position: absolute;
	right: 10px;
	top: 0;
	opacity: .8;
}
.modal-close:hover {
    opacity: 1;
}
.show-custom__modal {
    opacity: 1;
    visibility: visible;
    transform: scale(1.0);
    transition: visibility 0s linear 0s, opacity 0.25s 0s, transform 0.25s;
	z-index: 950;
}
.custom-modal__body {
	padding: 30px 20px;
}

.project-modal .custom-modal__content {
	position: absolute;
	width: 1140px;
	max-width: 92%;
	height: 94vh;
	border-radius: 0;
}
.project-modal .custom-modal__header {
	padding: 0;
	border: 0;
}
.project-modal .custom-modal__body {
	padding: 0;
	height: 100%;
}
.project-modal__media {
	height: 100%;
	width: 100%;
	overflow: hidden;
}
.project-modal__media img {
	object-fit: cover;
	height: 100%;
	width: 100%;
}
.project-modal .modal-close {
	background-color: #fff;
	opacity: 1;
	width: 36px;
	height: 36px;
	border-radius: 50%;
	right: -15px;
	top: -15px;
	font-weight: 300;
	display: block;
	z-index: 20;
}
.project-modal__content {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	padding: 0 0 6% 6%;
	background: linear-gradient(rgba(255,255,255,0),rgba(0,0,0,.85));
	color: #fff;
}
.project-modal__content h3 {
	color: #fff;
	font-weight: 500;
	text-transform: uppercase;
}
.project-modal__content p {
	font-size: 18px;
}
.project-modal__content-btn .btn {
	border: 1px solid #fff;
	padding: 8px 35px;
	display: inline-block;
	color: #fff;
	margin-top: 20px;
	transition: .3s;
	text-transform: uppercase;
}
.project-modal__content-btn .btn:hover {
	color: var(--tertiary);
	background-color: #fff;
}
.single-product__hero {
	height: 70vh;
	min-height: 400px;
	position: relative;
	display: flex;
	color: #fff;
	background-size: cover;
	background-position: center center;
}
.single-product__hero:after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(112,128,144,0.85);
}
.product-hero__content {
	position: relative;
	z-index: 3;
	max-width: 100%;
	width: 550px;
}
.product-hero__content h1 {
	font-size: 52px;
	color: #fff;
	font-weight: 600;
}
.product-hero__content h2 {
	color: #fff;
	margin: 0 0 20px 0;
}

.section-padding {
	padding: 6% 0;
}

.ta-row.cus-feature {
	margin-left: -30px;
	margin-right: -30px;
}
.ta-row.cus-feature .ta-col-6 {
	padding-left: 30px;
	padding-right: 30px;
	display: flex;
	align-items: center;
}
.cus-feature__content h2 {
	font-size: 40px;
	margin-bottom: 10px;
}
.cus-feature .cus-feature__media-right, .bg-grey .ta-row.cus-feature .ta-col-6:first-child {
	order: 1;
}
.cus-feature__content ul {
	margin-top: 20px;
	padding: 0;
}
.cus-feature__content ul li {
	padding: 5px 0 5px 16px;
	position: relative;
}
.cus-feature__content ul li::before {
	content: "";
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background-color: var(--secondary);
	position: absolute;
	left: 0px;
	top: 16px;
}
.cus-feature__media {
	height: 100%;
	overflow: hidden;
}
.bg-grey {
	background-color: #f5f5f5;
}
.project-filter {
	display: flex;
	justify-content: center;
	padding: 0 !important;
	margin-left: -10px;
	margin-right: -10px;
	margin-bottom: 30px;
	list-style: none !important;
	flex-wrap: wrap;
	line-height: inherit !important;
}
.project-filter li {
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}
.project-filter__item {
	border: 1px solid var(--primary);
	padding: 10px 35px;
	color: #000;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 600;
	cursor: pointer;
	transition: .3s;
	display: block;
}

.project-filter__item:hover, .active .project-filter__item {
	color: #fff;
	background-color: var(--primary);
	transition: .3s;
}
.page-404 .product-hero__content {
	width: 100%;
}
.page-404__content {
	text-align: center;
	padding: 60px 0;
	color: #fff;
}
.page-404__media img {
	max-width: 230px;
}
.page-404__content h1 {
	font-size: 100px;
	text-transform: uppercase;
	font-weight: 900;
	color: #fff;
}
.page-404__content h2, .page-404__content h3{
	color: #fff;
}
.page-404-btn {
	margin-top: 30px;
}

.page-404-btn .btn {
	display: inline-block;
}
.single-category .single-product__hero {
	height: auto;
	min-height: inherit;
	padding: 150px 0;
}
  
 .single-category .product-hero__content {
	text-align: center;
	width: 100%;
}
@media (max-width: 1366px){
	.section-heading .et_pb_module_heading, .cus-feature__content h2 {
		font-size: 36px !important;
	}
}

@media (max-width: 1199px){
	body {
		padding-top: 125px;
	}
	.site-menu ul li {
		padding-left: 7px !important;
		padding-right: 6px !important;
	}
	.site-menu .et_pb_menu__logo {
		width: 200px;
	}
	.fixed-header .site-menu .et_pb_menu__logo {
		width: 210px;
	}
	.section-heading .et_pb_module_heading, .cus-feature__content h2 {
		font-size: 30px !important;
	}
}

@media (max-width: 980px){
	.site-menu .et_mobile_menu {
		padding: 10px;
	}
	.site-menu .et_mobile_menu a {
		padding: 10px 20px;
		border-bottom: 1px solid rgba(255,255,255,.2);
	}
	body .site-menu ul li.menu-btn a {
		display: inline-block;
		margin-top: 10px;
		padding: 6px 20px !important;
	}
	.home-hero {
		padding-top: 130px !important;
	}
	.home-hero__row {
		display: flex;
		flex-direction: column;
	}
	.et_pb_column.hero-media__col {
		order: -1;
	}
	.home-slider__item {
		height: auto !important;
		max-height: 500px;
		min-height: inherit !important;
		aspect-ratio: 16/8;
	}
	.hero-content__col {
		padding-right: 4%;
		margin-top: 50px;
	}
	.hero-content__col .et_pb_module {
		max-width: 100%;
	}
	.ta-col-4.home-products__col {
		width: 50%;
	}
	.prcess-col__first {
		padding-top: 0;
	}
	.prcess-col__third {
		padding-top: 0;
	}
	.prcess-col__fourth {
		padding-top: 40px;
	}
	.home-projects {
		max-width: 450px;
		margin: 0 auto;
		width: 100%;
	}
	.ta-col-4.home-projects__col {
		width: 100%;
	}
	.home-project__link {
		aspect-ratio: 1/1.2;
	}
	.home-project__conent {
		top: 80%;
	} 
	.footer-menu .et_pb_menu__menu {
		display: block !important;
	}
	.footer-menu .et_mobile_nav_menu {
		display: none !important;
	}
	.footer-menu .et_pb_menu__wrap {
		justify-content: flex-start;
	}
	.footer-menu .et_pb_menu__wrap {
		justify-content: center !important;
	}
	.ta-row.cus-feature .ta-col-6 {
		width: 100%;
	}
	.cus-feature__content {
		padding-top: 40px;
	}
	.cus-feature .cus-feature__media-right, .bg-grey .ta-row.cus-feature .ta-col-6:first-child {
		order: 0;
	}
	.single-category .single-product__hero {
		padding: 100px 0;
	}
}

@media (max-width: 767px){
	body {
		padding-top:107px;
	}
	.home-hero {
		padding-top: 103px !important;
	}
	.site-menu .et_pb_menu__logo {
		width: 220px;
	}
	.fixed-header .site-menu .et_pb_menu__logo {
		width: 190px;
	}
	.single-category .single-product__hero {
		padding: 75px 0;
	}
} 

@media (max-width: 576px){
	body {
		padding-top:107px;
	}
	.ta-col-4.home-products__col {
		width: 100%;
	}
	.consult-form .ta-col-6 {
		width: 100%;
	}
	.product-hero__content h1 {
		font-size: 42px;
	}
	.product-hero__content h2 {
		font-size: 24px;
	}
}

@media (max-width: 479px){
	.prcess-col__third, .prcess-col__fourth {
		padding-top: 0;
	}
	.section-heading .et_pb_module_heading, .cus-feature__content h2 {
		font-size: 23px !important;
	}
	
}