/*
	Theme Name: Advance Windows & Doors Web
	Description: Custom Theme For Advance Windows & Doors Web
	Version: 1.0.0
	Author: Developer
*/
@font-face {
	font-family: 'Jost';
	src: url('assets/fonts/Jost-Regular.woff2') format('woff2'),
	url('assets/fonts/Jost-Regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Jost';
	src: url('assets/fonts/Jost-Medium.woff2') format('woff2'),
	url('assets/fonts/Jost-Medium.woff') format('woff');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Jost';
	src: url('assets/fonts/Jost-SemiBold.woff2') format('woff2'),
	url('assets/fonts/Jost-SemiBold.woff') format('woff');
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Jost';
	src: url('assets/fonts/Jost-Bold.woff2') format('woff2'),
	url('assets/fonts/Jost-Bold.woff') format('woff');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}
html{
	font-size: 10px;
	scroll-behavior: smooth;
}
body{
	background: #080808;
	font-size: 1.6rem;
	font-family: 'Actor', sans-serif;
	font-family: 'Jost', sans-serif;
	font-weight: normal;
	color: #fff;
	line-height: 1.5;
	margin: 0;
	min-width: 320px;
	padding: 12rem 0 0;
	position: relative;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-text-size-adjust: none;
}
*{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
img{
	display: inline-block;
	height: auto;
	max-width: 100%;
	vertical-align: middle;
}
img:last-child{
	margin-bottom: 0;
}
img:first-child{
	margin-top: 0;
}
iframe{
	max-width: 100%;
}
b,
strong{
	font-weight: bold;
}
a,
.button,
label,
input[type="submit"]{
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
	outline: none!important;
}
a{
	color: #00EDD9;
	display: inline-block;
	text-decoration: underline;
}
a:hover{
	color: #00c9b8;
}
.button{
	background-color: #00EDD9;
	border-radius: 0.5rem;
	color: #000;
	cursor: pointer;
	display: inline-block;
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 1.5;
	padding: 0.8125em 2.2125em;
	text-align: center;
	transition: all 0.2s linear;
	text-decoration: none;
}
.button:hover{
	background-color: #00a799;
	color: #fff;
}
.button-white{
	background-color: #fff;
}
.button-white:hover{
	background-color: #00a799;
	color: #fff;
}
p,
ul,
ol{
	margin: 0 0 1.5em;
}
p:last-child,
ul:last-child,
ol:last-child{
	margin-bottom: 0;
}
ul{
	padding-left: 1.2em;
}
ol{
	padding-left: 1.8em;
}
.fz-18{
	font-size: 1.8rem;
}
h1,h2,h3,h4,h5{
	font-weight: bold;
}
h1,
.h1{
	font-size: 6rem;
	font-weight: bold;
	line-height: 1.1667em;
	margin: 0 0 0.5em;
}
h2{
	font-size: 4.8rem;
	font-weight: 500;
	line-height: 1.25;
}
h3{
	font-size: 3.2rem;
	font-weight: bold;
	line-height: 1.4375;
	margin: 0.625em 0;
}
h4{
}
h5{
}
h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child{
	margin-top: 0;
}
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child{
	margin-bottom: 0;
}
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="search"],
select,
textarea{
	background-color: #0F0F0F;
	border-radius: 0.2rem;
	box-shadow: none;
	border: none;
	display: block;
	color: #fff;
	font-size: 1.4rem;
	font-family: inherit;
	font-weight: 500;
	line-height: 1.5;
	height: auto;
	padding: 1em;
	width: 100%;
}
input:focus,
select:focus,
textarea:focus{
	outline: none;
}
::-webkit-input-placeholder {color:#BFBFBF; opacity: 1;transition: all 0.2s linear;}
::-moz-placeholder          {color:#BFBFBF; opacity: 1;transition: all 0.2s linear;}
:-moz-placeholder           {color:#BFBFBF; opacity: 1;transition: all 0.2s linear;}
:-ms-input-placeholder      {color:#BFBFBF; opacity: 1;transition: all 0.2s linear;}
:focus::-webkit-input-placeholder {opacity: 0;}
:focus::-moz-placeholder          {opacity: 0;}
:focus:-moz-placeholder           {opacity: 0;}
:focus:-ms-input-placeholder      {opacity: 0;}
select{
	background-image: url('assets/img/icons/select-icon.svg');
	background-repeat: no-repeat;
	background-position: center right 1em;
	background-size: 0.75em auto;
	cursor: pointer;
	color: #BFBFBF;
	padding-right: 2.5em;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
select::-ms-expand {
	display: none;
}
select.changed{
	color: #fff;
}
textarea{
	height: 9em;
	padding: 1em;
	resize: none;
}
button[type="submit"],
input[type="submit"]{
	background-color: #00EDD9;
	border: none;
	border-radius: 0.5rem;
	color: #000;
	cursor: pointer;
	display: inline-block;
	font-family: inherit;
	font-weight: 500;
	font-size: 1.6rem;
	line-height: 1.5;
	padding: 0.8125em 2.2125em;
	transition: all 0.2s linear;
	text-align: center;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
button[type="submit"]:hover,
input[type="submit"]:hover{
	background-color: #00a799;
	color: #fff;
}
.cf-row{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 -1.5rem;
}
.cf-col{
	padding: 0 1.5rem 3rem;
	width: 100%;
}
.cf-col-6{
	width: 50%;
}
.cf-col.cf-col-submit{
	padding-bottom: 0;
}
.cf-label{
	font-size: 1.8rem;
	font-weight: 500;
	line-height: 1;
	margin-bottom: 1rem;
}
.wpcf7-not-valid{
	border-color: #df0000!important;
}
.wpcf7-form-control-wrap{
	display: block;
}
.wpcf7-checkbox .first{
	margin-left: 0;
}
.wpcf7-checkbox label{
	display: inline-block;
	position: relative;
	padding-left: 2rem;
}
.wpcf7-checkbox input{
	height: 1.2rem;
	display: inline-block;
	margin: 0;
	left: 0;
	position: absolute;
	vertical-align: middle;
	top: 0.2em;
	width: 1.2rem;
}
.wpcf7-checkbox + span.wpcf7-not-valid-tip{
	position: relative;
}
div.wpcf7 .ajax-loader{
	position: absolute;
}
span.wpcf7-not-valid-tip{
	font-size: 0.9em;
	color: #df0000;
	line-height: 1.2;
	margin-top: 5px;
	position: absolute;
}
.wpcf7-spinner{
	height: 20px;
	margin: 0;
	position: absolute;
	width: 20px;
}
.wpcf7 form .wpcf7-response-output{
	color: #fff;
	border: none;
	margin: 1em auto 0;
	padding: 0.875em 1em;
	text-align: center;
	width: 100%;
}
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output,
.wpcf7 form.spam .wpcf7-response-output{
	background: #df0000;
}
.wpcf7 form.sent .wpcf7-response-output{
	background: #00a651;
}
.container{
	max-width: 123rem;
	margin: 0 auto;
	padding-left: 3rem;
	padding-right: 3rem;
	width: 100%;
}
.container-lg{
	max-width: 147rem;
}
/*--------Social---------*/
.social-block ul{
	display: flex;
	flex-wrap: wrap;
	line-height: 1;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.social-block li{
	display: inline-block;
	margin-right: 1.5rem;
	vertical-align: middle;
}
.social-block li:last-child{
	margin-right: 0;
}
.social-block a{
	color: #fff;
	display: block;
	vertical-align: middle;
}
.social-block a:hover{
	color: #00EDD9;
}
.social-block svg{
	display: block;
	height: 3rem;
	width: auto;
}
/*--------------Header--------------*/
.header{
	background: #000;
	color: #fff;
	position: fixed;
	left: 0;
	top: 0;
	text-align: left;
	width: 100%;
	z-index: 101;
}
.header:before,
.header:after{
	background-image: url('assets/img/icons/triangle-shape.svg');
	background-repeat: no-repeat;
	background-position: left bottom;
	background-size: contain;
	content: "";
	display: block;
	height: 7.8rem;
	position: absolute;
	pointer-events: none;
	width: 13rem;
}
.header:before{
	bottom: 0;
	right: 50%;
	margin-right: 83rem;
}
.header:after{
	height: 8rem;
	right: 0;
	top: 0;
	transform: rotate(180deg);
	width: 15rem;
}
.header-inner{
	padding: 2.6rem 0;
	position: relative;
	transition: all 0.2s linear;
	z-index: 2;
}
.header-row{
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	max-width: 147rem;
	margin: 0 auto;
	padding: 0 3rem;
	width: 100%;
}
.header-col-left{
	width: 33%;
}
.header-col-center{
	text-align: center;
	width: 34%;
}
.header-col-right{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-end;
	width: 33%;
}
.header-contacts{
	position: relative;
	z-index: 101;
}
.header-contacts ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.header-contacts li{
	margin-bottom: 0.5em;
}
.header-contacts li:last-child{
	margin-bottom: 0;
}
.header-contacts a{
	color: inherit;
	display: inline-block;
	padding-left: 1.75em;
	position: relative;
	text-decoration: none;
}
.header-contacts a:hover{
	color: #00EDD9;
}
.header-contacts svg{
	left: 0;
	max-width: 1.25em;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
.header-logo{
	position: relative;
	z-index: 101;
}
.header-logo a{
	display: inline-block;
	vertical-align: middle;
}
.header-logo img{
	display: inline-block;
	height: 6.8rem;
	vertical-align: middle;
	width: auto;
	transition: all 0.2s linear;
}
#touch-menu{
	background-image: url('assets/img/icons/menu-icon-white.svg');
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 1.2em auto;
	display: block;
	cursor: pointer;
	font-weight: 500;
	padding-left: 1.5em;
	position: relative;
	transition: all 0.2s linear;
	z-index: 101;
}
#touch-menu:hover{
	color: #00EDD9;
}
.header-cta{
	position: relative;
	z-index: 101;
	margin-left: 3rem;
}
.navigation-wrap{
	display: none;
}
.navigation ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.navigation a{
	color: #fff;
	display: block;
	position: relative;
	text-decoration: none;
}
.navigation li > a:hover,
.navigation li.current-menu-item > a,
.navigation li.current-menu-parent > a{
	color: #00EDD9;
}
.body-scroll .header-inner{
	box-shadow: 0 3px 0.5rem rgba(0,0,0,0.15);
	padding: 1.5rem 0;
}
.body-scroll .header-logo img{
	height: 5.6rem;
}
.menu-open .header{
	box-shadow: none;
}
/*--------------Footer-----------*/
.footer{
	background: #000;
	color: #bfbfbf;
	padding: 4rem 0 3.5rem;
	position: relative;
	overflow: hidden;
}
.footer:before,
.footer:after{
	background-image: url('assets/img/icons/triangle-shape.svg');
	background-repeat: no-repeat;
	background-position: left bottom;
	background-size: contain;
	content: "";
	display: block;
	height: 15.2rem;
	position: absolute;
	pointer-events: none;
	width: 25.6rem;
}
.footer:before{
	bottom: 0;
	right: 50%;
	margin-right: 70rem;
}
.footer:after{
	height: 21.1rem;
	left: 50%;
	margin-left: 60rem;
	top: 0;
	transform: rotate(180deg);
	width: 35.8rem;
}
.footer a{
	color: #fff;
	text-decoration: none;
}
.footer a:hover{
	color: #00EDD9;
}
.footer .container{
	position: relative;
	z-index: 2;
}
.footer-row{
	display: flex;
	flex-wrap: wrap;
	margin: 0 -1.5rem;
}
.footer-col{
	padding: 0 1.5rem 3rem;
	width: 33.33%;
}
.footer-logo-col,
.footer-social-col{
	padding-bottom: 2rem;
	width: 50%;
}
.footer-social-col{
	align-self: center;
}
.footer-copyright-col{
	padding-bottom: 0;
	text-align: center;
	width: 100%;
}
.footer-divider{
	border-top: 1px solid rgba(255,255,255,0.2);
	margin-bottom: 3rem;
}
.footer-divider2{
	margin-bottom: 1.5rem;
}
.footer-logo a{
	display: inline-block;
	vertical-align: middle;
}
.footer-logo img{
	display: inline-block;
	height: auto;
	vertical-align: middle;
	width: 20.8rem;
}
.footer-social ul{
	justify-content: flex-end;
}
.footer-content{
	max-width: 39rem;
}
.footer-accreditation ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	list-style-type: none;
	padding: 0;
	text-align: center;
}
.footer-accreditation li{
	margin: 0 1rem 1rem;
}
.footer-accreditation img{
	display: inline-block;
	height: 4.4rem;
	vertical-align: middle;
	width: auto;
}
.footer-nav ul{
	columns: 2;
	list-style-type: none;
	padding: 0;
}
.footer-nav li{
	margin-bottom: 1em;
}
/*-----------Default--------*/
.sect-pad{
	padding: 10rem 0;
}
.pt-0{
	padding-top: 0!important;
}
.pb-0{
	padding-bottom: 0!important;
}
.def-content hr{
	border: none;
	border-top: 1px solid rgba(255,255,255,0.2);
	margin: 1.8em 0;
}
.def-content h1{
	font-size: 1.8em;
	margin: 1.2em 0 0.6em;
}
.def-content h2{
	font-size: 1.6em;
	margin: 1.2em 0 0.6em;
}
.def-content h3{
	font-size: 1.4em;
	margin: 1.2em 0 0.6em;
}
.def-content h1:first-child,
.def-content h2:first-child,
.def-content h3:first-child{
	margin-top: 0;
}
.def-content p,
.def-content ul,
.def-content ol{
	margin-bottom: 1.5em;
}
.def-content p:last-child,
.def-content ul:last-child,
.def-content ol:last-child{
	margin-bottom: 0;
}
.def-content .video-container{
	margin: 1.8em 0;
}
/*--------------Home-----------*/
.slider-button-prev,
.slider-button-next{
	background-image: url('assets/img/icons/arrow-right-dark.svg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: 1.4rem auto;
	border: 1px solid #464646;
	border-radius: 2.1rem;
	cursor: pointer;
	display: inline-block;
	height: 4.2rem;
	transition: all 0.2s linear;
	width: 6rem;
}
.slider-button-prev{
	transform: rotate(180deg);
}
.slider-button-prev:hover,
.slider-button-next:hover{
	background-color: #464646;
	background-image: url('assets/img/icons/arrow-right-white.svg');
}
.video-container{
	padding-top: 56.25%;
	position: relative;
}
.video-container iframe{
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
.sect-heading{
	padding-bottom: 6rem;
	text-align: center;
}
.sect-heading h2{
	margin-bottom: 1rem;
}
.sect-heading h2:last-child{
	margin-bottom: 0;
}
.home-top-section{
	background-color: #000;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	color: #fff;
	position: relative;
}
.home-top-section:after{
	background: linear-gradient(to top, #080808, transparent);
	bottom: 0;
	content: "";
	display: block;
	height: 100%;
	left: 0;
	max-height: 57rem;
	position: absolute;
	width: 100%;
	z-index: 3;
}
.home-top-bg{
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1;
}
.home-top-video{
	display: block;
	height: 100%;
	left: 0;
	width: 100%;
	position: absolute;
	top: 0;
	overflow: hidden;
	z-index: 2;
}
.home-top-video video{
	display: block;
	height: 100%;
	pointer-events: none;
	min-width: 100%;
	object-position: center;
	object-fit: cover;
	width: 100%;
}
.home-top-video iframe{
	width: 100%;
	width: 100vw;
	height: 56.25vw;
	min-height: 100%;
	min-height: 100vh;
	min-width: 177.77vh;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.home-top-inner{
	display: flex;
	align-items: flex-end;
	justify-content: center;
	min-height: calc(100vh - 12rem);
	padding: 20rem 0 10rem;
	position: relative;
	z-index: 4;
}
.home-top-content{
	font-size: 1.8rem;
	font-weight: 500;
	text-align: center;
}
.home-top-content h1{
	margin: 0 0 0.35em;
	text-transform: uppercase;
}
.home-top-content h1:last-child{
	margin-bottom: 0;
}
.home-top-content .button{
	margin-top: 0.5rem;
}
.benefits-section{
	background: #282828;
	padding: 3rem 0;
	pointer-events: none;
}
.benefits-slider .swiper-slide{
	margin-right: 5rem;
	width: auto;
}
.benefits-slider .swiper-wrapper{
	transition-timing-function: linear!important;
}
.benefit-item{
	background-image: url('assets/img/icons/check-icon.svg');
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 1.25em auto;
	font-size: 3.2rem;
	font-weight: bold;
	line-height: 1.25;
	padding-left: 1.5625em;
	text-transform: uppercase;
	white-space: nowrap;
}
.home-intro-section{
	padding: 10rem 0 8rem;
	position: relative;
	overflow: hidden;
}
.home-intro-section:before,
.home-intro-section:after{
	background-image: url('assets/img/icons/advance-logo.svg');
	content: "";
	display: block;
	height: 20rem;
	opacity: 0.1;
	position: absolute;
	top: 10rem;
	width: 88rem;
}
.home-intro-section:before{
	margin-right: 62rem;
	right: 50%;
}
.home-intro-section:after{
	margin-left: 62rem;
	left: 50%;
}
.home-intro-content{
	text-align: center;
}
.home-intro-content p:first-child{
	color: #646464;
	font-size: 4.8rem;
	font-weight: 500;
}
.home-intro-img{
	margin-top: 10rem;
}
.home-intro-img img{
	display: block;
	height: auto;
	width: 100%;
}
.home-info-section{
	padding-bottom: 12rem;
	bottom: -145px;
}
.home-info-row{
	display: flex;
	flex-wrap: wrap;
	margin: 0 -1.5rem 4rem;
}
.home-info-row:last-child{
	margin-bottom: 0;
}
.home-info-img-col{
	padding: 0 1.5rem;
	width: 50%;
}
.home-info-content-col{
	align-self: center;
	padding: 0 1.5rem;
	width: 50%;
}
.home-info-img img{
	display: inline-block;
	vertical-align: middle;
}
.home-info-content h3{
	font-size: 2.6rem;
	font-weight: bold;
	line-height: inherit;
	margin: 0 0 1rem;
	text-transform: uppercase;
}
.home-energy-section{
	padding-bottom: 12rem;
}
.home-energy-block{
	background: #1B1B1B;
	border-radius: 0.6rem;
	padding: 7rem 8rem;
}
.home-energy-row{
	display: flex;
	flex-wrap: wrap;
	margin: 0 -1.5rem;
}
.home-energy-img-col{
	padding: 0 1.5rem;
	width: 50%;
}
.home-energy-content-col{
	padding: 0 1.5rem;
	align-self: center;
	width: 50%;
}
.home-energy-img img{
	display: inline-block;
	vertical-align: middle;
}
.home-energy-content h3{
	font-size: 2.6rem;
	font-weight: bold;
	line-height: inherit;
	margin: 0 0 1rem;
	text-transform: uppercase;
}
.gallery-section{
	background: #000;
	padding: 10rem 0 7rem;
	position: relative;
	overflow: hidden;
}
.gallery-section:before{
	background: #171717;
	content: "";
	display: block;
	height: 100%;
	left: 16%;
	position: absolute;
	transform: skewX(-25deg);
	transform-origin: 0 0;
	top: 0;
	width: 55%;
}
.gallery-section .container{
	position: relative;
	z-index: 2;
}
.home-gal-heading{
	display: flex;
	flex-wrap: wrap;
	margin: 0 -1.5rem 3rem;
}
.home-gal-heading-content-col{
	align-self: center;
	padding: 0 1.5rem;
	width: 50%;
}
.home-gal-heading-img-col{
	padding: 0 1.5rem;
	width: 50%;
}
.home-gal-heading-img img{
	display: inline-block;
	vertical-align: middle;
}
.home-gal-heading-content{
	max-width: 48rem;
}
.home-gal-heading-content h2{
	margin-bottom: 2rem;
}
.home-gal-heading-content p{
	color: #bfbfbf;
}
.gallery-grid{
	display: flex;
	flex-wrap: wrap;
	margin: 0 -1.5rem;
}
.gallery-grid-sizer,
.gallery-grid-item{
	display: inline-block;
	padding: 0 1.5rem 3rem;
	width: 50%;
}
.gallery-grid-item img{
	display: block;
	height: auto;
	width: 100%;
}
.accreditations-section{
	padding: 12rem 0 8rem;
}
.accreditations-row{
	display: flex;
	flex-wrap: wrap;
	margin: 0 -2rem;
}
.accreditation-item-wrap{
	padding: 0 2rem 4rem;
	width: 33.33%;
}
.accreditation-item{
	border-radius: 0.6rem;
	border: 1px solid #00EDD9;
	box-shadow: 0 0 2rem rgba(0,237,217,0.3);
	color: #bfbfbf;
	height: 100%;
	font-size: 1.4rem;
	line-height: 1.42857;
	padding: 4.6rem 3rem 3rem;
	text-align: center;
}
.accreditation-item h4{
	color: #00EDD9;
	font-size: 3.2rem;
	font-weight: 600;
	line-height: 1.5;
	margin: 0.7em 0;
}
.accreditation-item h4:first-child{
	margin-top: 0;
}
.contact-section{
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	position: relative;
	overflow: hidden;
}
.contact-section-inner{
	background: rgba(0,0,0,0.8);
	padding: 10rem 0 6.2rem;
	position: relative;
}
.contact-section-inner:before{
	background: #080808;
	bottom: 0;
	content: "";
	display: block;
	height: 84%;
	left: 0;
	position: absolute;
	transform: skewY(-16deg);
	transform-origin: right top;
	width: 100%;
}
.contact-section .container{
	position: relative;
	z-index: 2;
}
.contact-row{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 -1.5rem;
}
.contact-form-col{
	padding: 0 1.5rem;
	width: 50%;
}
.contact-content-col{
	max-width: 60rem;
	padding: 0 1.5rem;
	width: 50%;
}
.contact-form h2{
	margin-bottom: 0.625em;
}
.contact-form form{
	background: #000;
	border: 2px solid rgba(0,237,217,0.5);
	border-radius: 0.6rem;
	padding: 5rem;
}
.contact-content-logo{
	margin-bottom: 21rem;
}
.contact-content-logo img{
	display: block;
	height: auto;
	max-width: 80%;
	width: 36rem;
}
.contact-content{
	color: #bfbfbf;
	max-width: 49rem;
}
.contact-content hr{
	border: none;
	border-top: 1px solid rgba(255,255,255,0.2);
	margin: 1.25em 0;
}
ul.contact-list{
	font-size: 1.8rem;
	font-weight: 500;
	color: #fff;
	list-style-type: none;
	padding: 0;
}
ul.contact-list li{
	margin-bottom: 3rem;
}
ul.contact-list li:last-child{
	margin-bottom: 0;
}
ul.contact-list a{
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 4rem auto;
	color: inherit;
	display: flex;
	align-items: center;
	min-height: 4rem;
	padding-left: 5.5rem;
	text-decoration: none;
}
ul.contact-list a:hover{
	color: #00EDD9;
}
.contact-list-email a{
	background-image: url('assets/img/icons/email-icon-bg.svg');
}
.contact-list-phone a{
	background-image: url('assets/img/icons/phone-icon-bg.svg');
}
.contact-list-address a{
	background-image: url('assets/img/icons/marker-icon-bg.svg');
}
.contact-list-web a{
	background-image: url('assets/img/icons/web-icon-bg.svg');
}
/*---------About----------*/
.top-section{
	background-color: #000;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	color: #fff;
	position: relative;
}
.top-section:after{
	background: linear-gradient(to top, #080808, transparent);
	bottom: 0;
	content: "";
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	width: 100%;
	z-index: 3;
}
.top-section-bg{
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1;
}
.top-section-inner{
	display: flex;
	align-items: center;
	justify-content: center;
	height: 74.5rem;
	max-height: calc(100vh - 12rem);
	padding: 11rem 0 5rem;
	position: relative;
	z-index: 4;
}
.top-section-content{
	font-size: 1.8rem;
	font-weight: 500;
	text-align: center;
}
.top-section-content h1{
	margin: 0 0 0.2em;
	text-transform: uppercase;
}
.top-section-content h1:last-child{
	margin-bottom: 0;
}
.about-intro-section{
	padding: 12rem 0 10rem;
}
.about-intro-row{
	display: flex;
	flex-wrap: wrap;
	margin: 0 -1.5rem;
}
.about-intro-img-col{
	padding: 0 1.5rem;
	width: 50%;
}
.about-intro-content-col{
	align-self: center;
	padding: 0 1.5rem;
	width: 50%;
}
.about-intro-img{
	position: relative;
}
.about-intro-img:before{
	border-left: 2px solid #00EDD9;
	border-top: 2px solid #00EDD9;
	content: "";
	display: block;
	height: 82%;
	left: -2rem;
	position: absolute;
	top: -2rem;
	width: 82%;
}
.about-intro-img img{
	display: inline-block;
	vertical-align: middle;
}
.about-intro-content{
	color: #bfbfbf;
	max-width: 56rem;
	margin-left: auto;
}
.about-intro-content h2{
	border-bottom: 4px solid #00EDD9;
	color: #fff;
	display: inline-block;
	font-weight: bold;
	margin-bottom: 0.9em;
	position: relative;
}
.about-values-section{
	background: #171717;
	padding: 8rem 0;
}
.about-values-content{
	color: #bfbfbf;
	padding: 4rem 10rem 6rem;
	position: relative;
	text-align: center;
}
.about-values-content:before,
.about-values-content:after{
	content: "";
	display: block;
	height: 10rem;
	position: absolute;
	width: 10rem;
}
.about-values-content:before{
	border-left: 2px solid #00EDD9;
	border-top: 2px solid #00EDD9;
	left: 0;
	top: 0;
}
.about-values-content:after{
	border-right: 2px solid #00EDD9;
	border-bottom: 2px solid #00EDD9;
	bottom: 0;
	right: 0;
}
.about-values-content h2{
	border-bottom: 4px solid #00EDD9;
	color: #fff;
	display: inline-block;
	font-weight: bold;
	margin-bottom: 0.9em;
	position: relative;
}
.about-values-content p{
	max-width: 52em;
	margin-left: auto;
	margin-right: auto;
}
.about-gallery-section{
	padding: 10rem 0 7rem;
	position: relative;
}
.about-gallery-section:before{
	background: #0E0E0E;
	content: "";
	display: block;
	height: 100%;
	left: 25%;
	position: absolute;
	transform: skewX(-25deg);
	transform-origin: 0 0;
	top: 0;
	width: 42%;
}
.about-gallery-section .container{
	position: relative;
	z-index: 2;
}
.about-gal-heading{
	padding-bottom: 9rem;
	text-align: center;
}
.about-gal-heading img{
	display: inline-block;
	height: auto;
	max-width: 80%;
	vertical-align: middle;
	width: 44.8rem;
}
.range-heading{
	padding-bottom: 3rem;
	text-align: center;
}
.range-heading h2{
	margin-bottom: 1rem;
}
.range-heading p{
	color: #bfbfbf;
}
.range-filter{
	margin-top: 5rem;
}
.range-filter ul{
	color: #dcdcdc;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	list-style-type: none;
	font-weight: 500;
	margin: 0 -1.5rem;
	padding: 0;
	text-align: center;
}
.range-filter li{
	padding: 0 1.5rem 3rem;
}
.range-filter span{
	border: 1px solid #a9a9a9;
	border-radius: 0.5rem;
	cursor: pointer;
	display: inline-block;
	min-width: 10em;
	padding: 0.75em 1em;
	transition: all 0.2s linear;
}
.range-filter span.is-checked{
	border-color: #00EDD9;
	color: #00EDD9;
}
.range-grid{
	display: flex;
	flex-wrap: wrap;
	margin: 0 -1rem;
}
.range-grid-sizer,
.range-grid-item{
	display: inline-block;
	padding: 0 1rem 2rem;
	width: 50%;
}
.range-grid-item img{
	display: block;
	height: auto;
	width: 100%;
}
.choose-row{
	display: flex;
	flex-wrap: wrap;
	margin: 0 -1.5rem;
}
.choose-item-wrap{
	padding: 0 1.5rem 3rem;
	width: 25%;
}
.choose-item{
	background-color: #000;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	display: flex;
	align-items: flex-end;
	min-height: 34.6rem;
	height: 100%;
	position: relative;
}
.choose-item-content{
	background: linear-gradient(to bottom, transparent, #000);
	font-size: 1.8rem;
	font-weight: 600;
	line-height: 1.33;
	padding: 10rem 2rem 3rem;
	position: relative;
	z-index: 2;
	width: 100%;
}
.choose-item-num{
	color: #00EDD9;
	font-size: 6rem;
	font-weight: 600;
	font-style: italic;
	line-height: 1;
	margin-bottom: 1.6rem;
}
.choose-item-num:last-child{
	margin-bottom: 0;
}
.finishes-section{
	padding-bottom: 4rem;
}
.finishes-row{
	display: flex;
	flex-wrap: wrap;
	margin: 0 -1.5rem;
}
.finishes-item-wrap{
	padding: 0 1.5rem 8rem;
	width: 33.33%;
}
.finishes-item-thumb{
	margin-bottom: 2rem;
	padding-top: 100%;
	position: relative;
}
.finishes-item-thumb img{
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	object-fit: cover;
	width: 100%;
}
.finishes-item-title{
	font-size: 2.4rem;
}
.brochure-section{
	padding-bottom: 12rem;
}
.brochure-img{
	text-align: center;
}
.brochure-img img{
	display: inline-block;
	vertical-align: middle;
}
.info-section{
	background: #0d0d0d;
	position: relative;
	overflow: hidden;
}
.info-section:before,
.info-section:after{
	background-image: url('assets/img/icons/triangle-shape.svg');
	background-repeat: no-repeat;
	background-position: left bottom;
	background-size: contain;
	content: "";
	display: block;
	height: 22rem;
	position: absolute;
	pointer-events: none;
	width: 38rem;
}
.info-section:before{
	bottom: 0;
	right: 50%;
	margin-right: 58rem;
}
.info-section:after{
	height: 25.4rem;
	left: 50%;
	margin-left: 53rem;
	top: 0;
	transform: rotate(180deg);
	width: 43rem;
}
.info-section .container{
	position: relative;
	z-index: 2;
}
.info-row{
	display: flex;
	flex-wrap: wrap;
	margin: 0 -1.5rem 10rem;
}
.info-row:last-child{
	margin-bottom: 0;
}
.info-img-col{
	padding: 0 1.5rem;
	width: 50%;
}
.info-content-col{
	align-self: center;
	padding: 0 1.5rem;
	width: 50%;
}
.info-img img{
	display: inline-block;
	vertical-align: middle;
}
.info-content{
	max-width: 54rem;
	margin-left: auto;
}
.info-content p{
	color: #bfbfbf;
}
.info-content .button{
	margin-top: 0.5em;
}
.doors-range-section .range-grid-item,
.doors-range-section .range-grid-sizer{
	width: 33.33%;
}
.door-finishes-section{
	text-align: center;
}
.door-finishes-img img{
	display: inline-block;
	vertical-align: middle;
}
.allum-img img{
	display: inline-block;
	vertical-align: middle;
}
.contact-intro-section{
	padding: 12rem 0;
}
.contact-intro-row{
	display: flex;
	flex-wrap: wrap;
	margin: 0 -1.5rem;
}
.contact-intro-img-col{
	padding: 0 1.5rem;
	width: 50%;
}
.contact-intro-content-col{
	align-self: center;
	padding: 0 1.5rem;
	width: 50%;
}
.contact-intro-img{
	max-width: 57rem;
	position: relative;
}
.contact-intro-img:before{
	border-right: 2px solid #00EDD9;
	border-bottom: 2px solid #00EDD9;
	content: "";
	display: block;
	height: 82%;
	right: -2rem;
	position: absolute;
	bottom: -2rem;
	width: 82%;
}
.contact-intro-img img{
	display: inline-block;
	vertical-align: middle;
}
.contact-intro-content{
	color: #bfbfbf;
}
.contact-intro-content h2{
	border-bottom: 4px solid #00EDD9;
	color: #fff;
	display: inline-block;
	font-weight: bold;
	margin-bottom: 0.9em;
	position: relative;
}
.allum-img img {
	width: 100%;
}
/*----------------Responsive--------------*/
@media only screen and (max-width : 1400px) {
	.home-top-inner{
		padding: 24rem 0 6rem;
	}
}
@media only screen and (max-width : 1200px) {
	.home-intro-content p:first-child{
		font-size: 4rem;
	}
	.contact-form form{
		padding: 3rem;
	}
	.home-energy-block{
		padding: 3rem;
	}
	.contact-intro-img:before{
		content: none;
		display: none;
	}
	
}
@media only screen and (max-width : 991px) {
	h1{
		font-size: 5rem;
	}
	h2{
		font-size: 4rem;
	}
	h2{
		font-size: 3.2rem;
	}
	html.menu-open{
		overflow: hidden;
	}
	.header:before,
	.header:after{
		content: none;
		display: none;
	}
	.header-contacts{
		font-size: 1.4rem;
	}
	.header-cta{
		margin-left: 2rem;
	}
	.header-cta a{
		padding: 0.6em 1em;
	}
	.navigation-wrap{
		background: #000;
		color: #fff;
		display: none;
		height: 100%;
		left: 0;
		padding: 8rem 0 0;
		position: fixed;
		top: 0;
		width: 100%;
		z-index: 99;
	}
	.navigation{
		font-size: 3rem;
		height: 100%;
		display: flex;
		justify-content: center;
		align-items: center;
		overflow: auto;
		padding: 0 2rem 4rem;
		text-align: center;
		width: 100%;
	}
	.navigation ul{
		list-style-type: none;
		max-width: 50rem;
		margin: auto;
		padding: 0;
		width: 100%;
	}
	.navigation ul li{
		display: block;
		margin: 1em 0 0;
		width: 100%;
	}
	.navigation ul li.header-cta-link{
		margin: 1.2em 0 0;
	}
	.navigation ul li.header-cta-link + li.header-cta-link{
		margin-top: 0.5em;
	}
	.navigation .header-cta-link a{
		font-size: 1.8rem;
	}
	.navigation ul .header-cta-link a{
		width: 100%;
	}
	.navigation a{
		color: #fff;
		display: inline-block;
		position: relative;
	}
	.navigation li.current-menu-item > a,
	.navigation li.current-menu-parent > a{
		font-weight: bold;
	}
	.navigation .menu-item-has-children > a:after{
		content: " +";
	}
	.navigation .menu-item-has-children > a.active:after{
		content: " -";
	}
	.navigation ul ul{
		font-size: 0.8em;
		display: none;
	}
	.navigation ul ul li{
		margin-top: 0.5em;
	}
	.navigation ul ul a{
		color: inherit;
	}
	.navigation ul ul a:before{
		content: "- ";
	}
	.footer:before,
	.footer:after{
		content: none;
		display: none;
	}
	.benefits-slider .swiper-slide{
		margin-right: 3rem;
	}
	.benefit-item{
		font-size: 2.4rem;
	}
	.home-intro-content p:first-child{
		font-size: 3.6rem;
	}
	.accreditations-row{
		margin: 0 -1rem;
	}
	.accreditation-item-wrap{
		padding: 0 1rem 2rem;
	}
	.accreditation-item{
		padding: 2rem;
	}
	.accreditation-item h4{
		font-size: 2.4rem;
	}
	.choose-item-wrap{
		width: 50%;
	}
	.finishes-item-wrap{
		padding-bottom: 4rem;
	}
	.finishes-item-title{
		font-size: 2rem;
	}
	.doors-range-section .range-grid-item,
	.doors-range-section .range-grid-sizer{
		width: 50%;
	}
}
@media only screen and (max-width : 767px) {
	body{
		padding-top: 8.4rem;
	}
	h1{
		font-size: 4rem;
	}
	h2{
		font-size: 3rem;
	}
	h3{
		font-size: 2.4rem;
	}
	.fz-18{
		font-size: 1.6rem;
	}
	.container{
		padding: 0 2rem;
	}
	.sect-pad{
		padding: 6rem 0;
	}
	.sect-heading{
		padding-bottom: 4rem;
	}
	.header-inner{
		padding: 2rem 0;
	}
	.header-row{
		padding: 0 2rem;
	}
	.header-col-left{
		width: 20%;
	}
	.header-col-center{
		width: 50%;
	}
	.header-col-right{
		width: 25%;
	}
	.header-logo img,
	.body-scroll .header-logo img{
		height: 4.4rem;
	}
	.header-contacts ul{
		align-items: center;
		display: flex;
	}
	.header-contacts li{
		margin: 0 0.8rem;
	}
	.header-contacts li:first-child{
		margin-left: 0;
	}
	.header-contacts li:last-child{
		margin-right: 0;
	}
	.header-contacts a{
		padding: 0;
	}
	.header-contacts svg{
		max-width: 2.2rem;
		position: relative;
		top: auto;
		transform: none;
	}
	.header-contacts span{
		display: none;
	}
	.header-cta{
		display: none;
	}
	.home-top-content{
		font-size: inherit;
	}
	.home-top-content h1{
		font-size: 3rem;
	}
	.navigation{
		font-size: 2.6rem;
	}
	.footer{
		text-align: center;
	}
	.footer-col{
		padding-bottom: 3.5rem;
		width: 100%;
	}
	.footer-copyright-col{
		padding-bottom: 0;
	}
	.footer-logo img{
		width: 16rem;
	}
	.footer-social ul{
		justify-content: center;
	}
	.footer-nav ul{
		columns: 1;
	}
	.footer-nav li:last-child{
		margin-bottom: 0;
	}
	.home-top-inner{
		min-height: 1px;
		padding: 24rem 0 4rem;
	}
	.benefits-section{
		padding: 2.5rem 0;
	}
	.benefits-slider .swiper-slide{
		margin-right: 2.5rem;
	}
	.benefit-item{
		font-size: 2rem;
	}
	.home-intro-content p:first-child{
		font-size: 2.2rem;
	}
	.home-intro-img{
		margin-top: 6rem;
	}
	.home-info-img-col{
		padding-bottom: 3rem;
		width: 100%;
	}
	.home-info-content-col{
		width: 100%;
	}
	.home-info-content h3{
		font-size: 2rem;
	}
	.home-energy-block{
		background: transparent;
		padding: 0;
	}
	.home-energy-img-col{
		padding-bottom: 3rem;
		width: 100%;
	}
	.home-energy-content-col{
		width: 100%;
	}
	.home-energy-content h3{
		font-size: 2rem;
	}
	.home-gal-heading{
		margin-bottom: 1.2rem;
	}
	.home-gal-heading-content-col{
		padding-bottom: 3rem;
		width: 100%;
	}
	.home-gal-heading-img-col{
		width: 100%;
	}
	.gallery-grid{
		margin: 0 -0.6rem;
	}
	.gallery-grid-sizer,
	.gallery-grid-item{
		padding: 0 0.6rem 1.2rem;
		width: 100%;
	}
	.accreditation-item-wrap{
		width: 100%;
	}
	.accreditation-item-wrap:last-child{
		padding-bottom: 0;
	}
	.accreditation-item h4{
		font-size: 2.2rem;
	}
	.contact-form-col{
		padding-bottom: 6rem;
		width: 100%;
	}
	.contact-content-col{
		width: 100%;
	}
	.contact-form form{
		padding: 3rem 2rem;
	}
	.contact-content-logo{
		margin-bottom: 4rem;
	}
	.contact-content-logo img{
		width: 16rem;
	}
	ul.contact-list{
		font-size: inherit;
	}
	ul.contact-list li{
		margin-bottom: 2rem;
	}
	.top-section-inner{
		height: auto;
		max-height: 100rem;
		min-height: 42rem;
		padding: 8rem 0 5rem;
	}
	.about-intro-img-col{
		padding-bottom: 3rem;
		width: 100%;
	}
	.about-intro-content-col{
		width: 100%;
	}
	.about-intro-img:before{
		left: -1rem;
		top: -1rem;
	}
	.about-intro-content{
		max-width: 100%;
	}
	.about-values-content{
		padding: 2rem 1rem 3rem;
	}
	.about-values-content:before,
	.about-values-content:after{
		height: 3rem;
		width: 3rem;
	}
	.about-gal-heading{
		padding-bottom: 3rem;
	}
	.about-gal-heading img{
		width: 18rem;
	}
	.range-filter{
		margin-top: 3rem;
	}
	.range-filter ul{
		margin: 0 -0.5rem;
	}
	.range-filter li{
		padding: 0 0.5rem 1rem;
		width: 100%;
	}
	.range-filter span{
		min-width: 1px;
		width: 100%;
	}
	.range-grid{
		margin: 0 -0.5rem;
	}
	.range-grid-sizer,
	.range-grid-item{
		padding: 0 0.5rem 1rem;
		width: 100%;
	}
	.choose-item-wrap{
		padding-bottom: 2rem;
		width: 100%;
	}
	.choose-item-wrap:last-child{
		padding-bottom: 0;
	}
	.choose-item{
		min-height: 30rem;
	}
	.choose-item-num{
		font-size: 5rem;
	}
	.finishes-item-wrap{
		padding-bottom: 4rem;
		width: 100%;
	}
	.finishes-item-wrap:last-child{
		padding-bottom: 0;
	}
	.finishes-item-thumb{
		margin-bottom: 1.5rem;
	}
	.info-row{
		margin-bottom: 5rem;
	}
	.info-img-col{
		padding-bottom: 3rem;
		width: 100%;
	}
	.info-content-col{
		width: 100%;
	}
	.doors-range-section .range-grid-item,
	.doors-range-section .range-grid-sizer{
		width: 100%;
	}
	.contact-intro-img-col{
		padding-bottom: 3rem;
		width: 100%;
	}
	.contact-intro-content-col{
		width: 100%;
	}
}
@media only screen and (max-width : 380px) {
}
@media only screen and (min-width : 768px) {
	.home-info-row:nth-child(odd) .home-info-img-col{
		text-align: right;
		order: 2;
	}
	.home-info-row:nth-child(odd) .home-info-content-col{
		order: 1;
	}
	.info-row:nth-child(even) .info-img-col{
		text-align: right;
		order: 2;
	}
	.info-row:nth-child(even) .info-content-col{
		order: 1;
	}
	.info-row:nth-child(even) .info-content{
		margin: 0;
	}
	
}
@media only screen and (min-width : 992px) {
	.navigation-wrap{
		background: #000;
		font-size: 1.8rem;
		line-height: 1.33em;
		margin-left: -3rem;
		min-width: 22rem;
		padding: 0 3rem;
		position: absolute;
		top: 100%;
	}
	.navigation > ul > li{
		border-bottom: 1px solid #232323;
		white-space: nowrap;
	}
	.navigation > ul > li > a{
		padding: 1.2rem 0;
	}
	.navigation li.current-menu-item > a{
		font-size: 1.33em;
		font-weight: bold;
		line-height: 1;
	}
	.navigation ul ul{
		background: #fff;
		box-shadow: 0px 30px 30px rgba(0,0,0,0.1);
		border-radius: 0 0 0.6rem 0.6rem;
		border-top: none;
		display: block;
		left: 0;
		padding: 1em 1.5em;
		position: absolute;
		transform: translateY(10px);
		transition: all 0.15s linear;
		text-align: left;
		top: 100%;
		opacity: 0;
		visibility: hidden;
		z-index: 55;
	}
	.navigation ul ul li{
		display: block;
		padding: 0.3em 0;
		white-space: nowrap;
		width: 100%;
	}
	.navigation ul ul a{
		display: block;
		color: #858585;
		padding: 0;
	}
	.navigation ul ul > li > a:hover,
	.navigation ul ul > li.current-menu-item > a{
		color: #703981;
	}
	.navigation ul > li:hover > ul{
		opacity: 1;
		transform: translateY(0);
		visibility: visible;
	}
	.navigation ul ul ul{
		display: none;
	}
	.navigation > ul > li.menu-item-has-children > a{
		background-image: url('assets/img/icons/angle-down.svg');
		background-position: right center;
		background-repeat: no-repeat;
		background-size: 1rem auto;
		padding-right: 1em;
	}
	
}
@media only screen and (min-width : 1220px) {
}
/*
@media only screen and (min-width : 1500px) {
	html{
		font-size: 0.67vw;
	}
}
@media only screen and (min-width : 2400px) {
	html{
		font-size: 16px;
	}
}
*/