body{
	font-family: 'Nunito', sans-serif;
}

h1, h2, h3, h4, h5, h6{
	font-family: 'Barlow Condensed', sans-serif;
}
a{
	color: #476831;
	text-decoration: none;
}
a:hover{
	color: #659644;
}
@media (min-width: 1200px){
	.container{
		max-width: 1170px;
	}
}
.main-header-block{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 2;
}
.main-banner-block{
	width: 100%;
	position: relative;
}
.main-header-container{
	width: 100%;
	background-color: #fff;
	border-radius: 0 0 15px 15px;
	padding: 0 20px;
	box-shadow: 0px 3px 6px rgba(0,0,0,0.1);
}
.top-header-block{
	display: flex;
	justify-content: flex-end;
	flex-wrap: wrap;
	width: 100%;
}
.social-media-info ul{
	padding: 0;
	margin: 0 ;
	list-style: none;
	display: inline-flex;
	flex-wrap: wrap;
}
.social-media-info ul li {
    padding: 6px 10px;
}
.social-media-info ul li a{
	font-size: 14px;
	transition: all 0.5s;
	color: #000;
}
.social-media-info ul li a:hover{
	text-decoration: none;
	color: #486932;
}
.contact-detail-info {
    padding-left: 10px;
    display: inline-flex;
    align-items: center;
}
.contact-detail-info p{
	margin: 0;
	font-size: 18px;
	color: #000;
	font-weight: 500;

}
.contact-detail-info h6 {
    margin: 0;
    border-left: 1px solid #eee;
    font-size: 24px;
    color: #dddddd;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0;
    padding-left: 22px;
    margin-left: 24px;
    padding-top: 4px;
    padding-bottom: 5px;
}

.contact-detail-info p a,
.contact-detail-info h6 a{
	color: #000;
	text-decoration: none;
	transition: all 0.5s;
}
.contact-detail-info p a:hover,
.contact-detail-info h6 a:hover{
	color: #486932;	
}
.banner-block-main{
	position: relative;
}
.banner-block-main:before{
	content: "";
	display: block;	
	padding-top: 46%;
}
.subpage-banner.banner-block-main:before{
	padding-top:350px;
}
.subpage-banner.banner-block-main:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgba(0, 0, 0, 0.5);
    top: 0;
}
.subpage-banner .banner-content-block{
	top: 70%;
	z-index: 1;
}
.subpage-banner .banner-content-block h1{
	font-size: 60px;
	margin-bottom:0px;
}
.banner-block-main video, .banner-block-main > img{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.main-header-link {
    width: 100%;
    padding: 0px 91px;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    align-items: center;
}

.main-header-link .logo-block{
	width: auto;
}
.main-header-link .logo-block img{
	max-width: 111px;
}
.menu-link{
	padding-left: 100px;
}
.menu-link ul{
	padding: 0;
	margin: 0;
	list-style: none;
	display: inline-flex;
	flex-wrap: wrap;	
}
.menu-link ul li{
	padding: 10px 10px;
	position:relative;
}
.menu-link ul li a{
	font-size: 24px;
	color: #000;
	font-family: 'Barlow Condensed', sans-serif;
	font-weight: bold;
	display: inline-block;
	text-decoration: none;
	transition: all 0.5s;
	text-transform: uppercase;
}
.menu-link ul li a:hover, .menu-link ul li.current-menu-item a, .menu-link ul li.current-menu-parent a{
	color: #486932;
}
.menu-link ul li .sub-menu{
	display: none;
    position: absolute;
    background: rgba(71, 104, 49, 0.85);
    padding: 0px 0px 0px;
    top: 55px;
    width: 250px;
}
@media (min-width:768px){
    .menu-link ul li:hover .sub-menu {
        display: block;
    }    
}

.menu-link ul li .sub-menu li {
    padding: 0px;
    line-height: normal;
}
.menu-link ul li .sub-menu li a{
	padding: 5px 15px;
    display: block;
    font-size: 20px;
    color: #fff;
    letter-spacing: 1px;
    font-weight: 500;
}
.menu-link ul li .sub-menu li a:hover, .menu-link ul li .sub-menu li.current_page_item a{
    background: #6dab44;
}

.banner-content-block{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	right: 0;
	text-align: center;


}
.banner-content-block h1 {
    font-size: 100px;
    text-transform: uppercase;
    margin: 0 0 60px;
    color: #fff;
    font-weight: 600;
    text-shadow: 0px 3px 6px rgb(0 0 0 / 20%);
    letter-spacing: 1px;
    line-height: 0.9em;
}

.btn-block{
	height: 60px;
	border: 0px solid #fff;
	border-radius: 0px;
	color: #fff;
	background-color: #476831;
	font-size: 30px;
	font-family: 'Barlow Condensed', sans-serif;
	padding: 0 26px;
	line-height: 54px;
	font-weight: 600;
	letter-spacing: 0.5px;
	text-decoration: none;
	text-transform: uppercase;
	display: inline-block;
	transition: all 0.3s;
	position: relative;
}
.btn-block:before{
	content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    opacity: 0;
    transition: all 0.3s;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23fff' class='bi bi-chevron-right' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
}
.btn-block:hover{
	border-color: #476831;
	padding-right: 46px;
	color: #fff;

}
.btn-block:hover:before{
	right: 15px;
	opacity: 1;
}
.our-services-outdoor{
	padding: 50px 0 80px;
}
.dis-h1{
	width: 100%;
}
.dis-h1 h2 {
    font-size: 46px;
    color: #0c2c2b;
    text-transform: uppercase;
    width: 100%;
    line-height: 1.2em;
    font-weight: 700;
    letter-spacing: 0.5px;
}
.heading-block h2{
	text-align: center;
}
.dis-h1 h6 {
    font-size: 23px;
    color: #989898;
    width: 100%;
    line-height: 1.6em;
    font-weight: 500;
    font-family: 'Nunito', sans-serif;
}
.content-block {
    padding-left: 100px;
}
.our-services-listing{
	margin-top: 40px;
}
.services-box-block{
	width: 100%;
	border: 1px solid #efeff2;
	position: relative;
	overflow: hidden;
}
.service-block-img{
	position: relative;
}
.service-block-img:before{
	content: "";
	display: block;
	padding-top: 73%;
	transition: all 0.5s;
}
.service-block-img img{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: calc(100% + 10px);
	object-fit: cover;	
	transition: all 0.3s;
	margin-top: -10px;
}
.service-text {
    padding: 13px 30px 15px;
    transition: all 0.5s;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #fff;
    transition: all 0.3s;
    z-index: 1;
    
}
.service-text h2{
	color: #486831;
	margin: 0;
	transition: all 0.3s;
	opacity: 0;
}
.service-text-duplicate {
    padding: 13px 30px 15px;
    transition: all 0.5s;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    transition: all 0.3s linear;
    z-index: 1;
    
}
.service-text-duplicate span{
	color: #486831;
	margin: 0;
	transition: all 0.3s;
	font-size: 46px;
    font-family: 'Barlow Condensed', sans-serif;
    text-transform: uppercase;
    width: 100%;
    line-height: 1.2em;
    font-weight: 700;
    letter-spacing: 0.5px;
}
.services-box-block:before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	height: calc(100% - 80px);
	background-color: rgba(0,0,0,0.8);
	transition: all 0.3s linear;
	z-index: 1;
	opacity: 0;
}
.services-box-block:hover:before{
	height: 100%;
	opacity: 1;
	
}
.services-box-block:hover .service-text {
    bottom: -83px;
    
}
.services-box-block:hover .service-text-duplicate{
	bottom: 50%;
	transform: translateY(50%);
	transition-delay: 0.3s;
}
.services-box-block:hover .service-text-duplicate span{
	color: #fff;
}
.services-box-block:hover .service-text h2{
	color: #fff;
}
.services-box-block:hover .service-block-img img{
	margin-top: 0;
}
.our-core-value{
	width: 100%;
	background-image: url(../images/code-value-back.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-attachment: fixed;
	background-size: cover;
	position: relative;
	padding: 60px 0;
}
.our-core-value:before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0,0,0,0.6);
}
.our-core-value .container{
	position: relative;
	z-index: 1;
}
.our-core-value h2{
	color: #fff;
	text-align: center;
	margin-bottom: 50px;
}
.dis-h1 p{
	font-size: 18px;
	color: #fff;
	font-weight: 400;
	line-height: 1.3em;
	width: 100%;
}
.core-value-img-slider{
	width: 100%;
	border: 5px solid #fff;
	border-radius: 10px;
}
.core-value-img-slider .slick-arrow:before{
	content: "";
	width: 25px;
	height: 25px;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	display: inline-block;
	opacity: 1 !important;
}
.core-value-img-slider .slick-dots li{
	width: 10px;
}
.core-value-img-slider .slick-dots li button{
	width: 10px;
	padding: 5px 0;
}
.core-value-img-slider .slick-dots li button:before{
	width: 10px;
}
.core-value-img-slider .slick-arrow.slick-prev:before{
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23ffff' class='bi bi-chevron-left' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3E%3C/svg%3E");
}
.core-value-img-slider .slick-arrow.slick-next:before{
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23fff' class='bi bi-chevron-right' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
}
.core-value-img-slider .slick-arrow{
	opacity: 0;
	z-index: 1;
	transition: all 0.5s;
}
.core-value-img-slider:hover .slick-arrow{
	opacity: 1;
}
.core-value-img-slider:hover .slick-arrow.slick-prev{
	left: 10px;
}
.core-value-img-slider:hover .slick-arrow.slick-next{
	
	right: 15px;
}
.core-value-img-item{
	position: relative;
}
.core-value-img-item:before{
	content: "";
	display: block;
	padding-top: 50%;
}
.core-value-img-item img{
	border-radius: 10px;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	height: 100%;
	object-fit: cover;
}
.core-value-text {
    padding-right: 50px;
}
.core-value-img-slider .slick-dots {
    position: absolute;
    bottom: 6px;
    left: 0;
    right: 0;
}
.core-value-img-slider .slick-dots li{
	margin: 2px;
}
.core-value-img-slider .slick-dots li button:before {
    color: #fff;
}
.our-process-block{
	padding: 70px 0;
	overflow: hidden;
}
.our-process-block h2 {
    text-align: center;
    margin-bottom: 40px;
    color: #000;
}
.process-block-list{
	padding: 0 60px;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	width: 100%;
}
.process-text:first-child{
	clip-path: polygon(0% 0%, 66% 0, 100% 50%, 66% 100%, 0% 100%);
	padding: 0 30px 0 20px;
	width: 208px;

}
.process-text {
    background-color: #003301;
    min-height: 180px;
    display: inline-flex;
    justify-content: center;
    flex-wrap: wrap;
    text-align: center;
    align-items: center;
    width: 258px;
    margin: 0 0;
    clip-path: polygon(75% 0%, 100% 50%, 75% 100%, 0% 100%, 25% 50%, 0% 0%);
    padding: 0 30px 0 80px;
    transition: all 0.5s;
    margin: 10px 0;
}

.process-text span{
	text-transform: uppercase;
	font-size: 18px;
	color: #fff;
	font-family: 'Nunito', sans-serif;
	font-weight: 600;
	letter-spacing: 0.5px;

}

.process-text:nth-child(2){
	background-color: #476831;
}
.process-text:nth-child(3){
	background-color: #5f8443;
}
.process-text:nth-child(4){
	background-color: #779f5a;
}
.process-text:nth-child(5){
	background-color: #779f5a;
}
.process-text:nth-child(6){
	background-color: #a5ce88;
}
.process-text:hover{
	clip-path: circle(50% at 50% 50%) !important;
}
.process-text:nth-child(1):hover{
	background-image: url(../images/code-value-1.jpg);
}
.process-text:nth-child(2):hover{
	background-image: url(../images/code-value-2.jpg);
}
.process-text:nth-child(3):hover{
	background-image: url(../images/code-value-3.jpg);
}
.process-text:nth-child(4):hover{
	background-image: url(../images/code-value-4.jpg);
}
.process-text:nth-child(5):hover{
	background-image: url(../images/code-value-1.jpg);
}
.process-text:nth-child(6):hover{
	background-image: url(../images/code-value-2.jpg);
}

.before-after-block{
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: flex-start;
	margin: 70px 0;
}
.before-after-img{
	width: calc(50% - 10px);
	position: relative;
	
	transition: all 0.5s;
}
.before-after-img:before{
	content: "";
	display: block;
	padding-top: 60%;
}
.before-after-img > img{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.5s;
}
.before-after-img:hover{
	transform: scale(1.03);
	box-shadow: 0px 30px 20px rgba(0,0,0,0.2);
}
.before-text-content{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0,0,0,0.5);
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	text-align: center;
	padding: 20px;
	opacity: 0;
	transition: all 0.5s;
	visibility: hidden;
}
.before-text-content p{
	font-size: 18px;
	color: #fff;
	font-family: 'Nunito', sans-serif;
	margin: 0;	
}
.before-after-img:hover .before-text-content{
	opacity: 1;
	visibility: visible;
}
.before-text-block{
	position: absolute;
	bottom: -11px;
	left: 0;
	right: 0;
	text-align: center;
}
.before-after-block .before-after-img:nth-child(2){
	margin-top: 40px;
}

.before-after-block .before-after-img:nth-child(2):before{
	padding-top: calc(60% + 30px);
}

.dis-h1 h1{
	font-size: 100px;
    text-transform: uppercase;
    margin: 0 0 0;
    color: #fff;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 0.9em;
    font-family: 'Nunito', sans-serif;
}
.space-transforming-block{
	width: 100%;
	padding: 0 0 60px;
}
.space-transforming-block .dis-h1 h2{
	text-align: center;
	margin-bottom: 30px;
	color: #000;
}
.transforming-block-box{
	width: 100%;
	position: relative;
	transition: all 0.5s;
}
.transforming-block-box:before{
	content: "";
	display: block;
	padding-top: 127%;
}
.transforming-block-box:after{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-position: center;
	background-repeat: no-repeat;
	background-image: linear-gradient(to bottom, rgba(255,0,0,0), rgba(0,0,0,0.8));
	transition: all 0.5s;
}
.transforming-block-box img{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;	
}
.transforming-text{
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	text-align: center;
	transform: translateY(-50%);
	z-index: 1;
}
.transforming-text h3{
	font-family: 'Nunito', sans-serif;
	color: #fff;	
	font-size: 24px;
	font-weight: bold;
	margin: 0 0 15px;
}
.transforming-text span{
	font-family: 'Nunito', sans-serif;
	color: #c2c2c2;	
	font-size: 16px;
	margin: 0;
	letter-spacing: 3px;
}
.transforming-block-box:hover{
	transform: scale(1.01);
	box-shadow: 0px 30px 20px rgba(0,0,0,0.2);
}
.transforming-block-box:hover:after{
	background-image: linear-gradient(to bottom, rgba(0,0,0,0.7), rgba(0,0,0,0.7));
	transition: all 0.5s;
} 
.contact-form-block{
	width: 100%;
	background: linear-gradient(29deg, rgba(1,51,1,1) 0%, rgba(1,51,1,1) 63%, rgba(94,131,66,1) 100%);
	padding: 90px 0 100px;
}
.form-header h2{
	color: #fff;
	margin-bottom: 40px;
}
.contact-form-container{
	margin: 0 -15px;
	display: inline-flex;
	flex-wrap: wrap;
}
.form-grm-block{
	padding: 0 15px;
	width: 100%;
	margin-bottom: 40px;
}
.int-text{
	width: 100%;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
    height: 55px;
    color: #fff;
    background-color: transparent;
    padding: 0 15px;
 	font-family: 'Nunito', sans-serif;   
    font-size: 19px;
}
textarea.int-text{
	resize: none;
}
.int-text:focus{
	outline: none;
}
.sub-block{
	width: 50%;
}
.int-text::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #fff;
}
.int-text::-moz-placeholder { /* Firefox 19+ */
  color: #fff;
}
.int-text:-ms-input-placeholder { /* IE 10+ */
  color: #fff;
}
.int-text:-moz-placeholder { /* Firefox 18- */
  color: #fff;

}
input.sub-btn, .contact-form form input[type="submit"], .post-btn, .searchform input[type="submit"]{
    background-color: #486831;
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    height: 44px;
    padding: 0 44px;
    text-transform: uppercase;
    border: 0;
    letter-spacing: 1px;
    font-weight: 600;
	display: inline-flex;
	align-items: center;
    transition: all 0.5s;
}
input.sub-btn:hover, .post-btn:hover, .searchform input[type="submit"]:hover{
	color: #fff;
	background-color: #8d8d8d;
}
.textarea-block{
	margin-bottom: 20px;
}
.footer-block{
	background-color: #000000;
	padding: 50px 0;
}
.footer-newsletter {
    width: 100%;
    background-color: #476831;
    padding: 40px;
    display: inline-flex;
    margin-bottom: 90px;
    flex-wrap: wrap;
}
.newsletter-left-text{
	width: 50%;
	display: inline-flex;
	justify-content: flex-start;
	align-items: center;
}
.newsletter-icon{
	margin-right: 16px;
}
.newsletter-icon img{
	width: 50px;
}
.newsletter-text{
	flex: 1;
}
.newsletter-text h4{
	font-size: 28px;
	color: #fff;
	font-weight: 600;
	text-transform: uppercase;
	margin: 0;
}
.newsletter-text p {
    font-size: 16px;
    color: rgba(255,255,255,0.6);
    font-weight: 400;
    margin: 0;
}
.newsletter-form{
	width: 50%;
	display: inline-flex;
	justify-content: flex-end;
	flex-wrap: wrap;
}
.newsletter-form-block{
	width: auto;
	display: inline-flex;
	flex-wrap: wrap;
}
.newsletter-form-block input[type="email"]{
	height: 50px;
	padding: 0 17px;
	background-color: #eeeeee;
	color: #000;
	font-family: 'Nunito', sans-serif;
	border: 0;
	min-width: 250px;
}
.newsletter-form-block input[type="email"]:focus{
	outline: none;
}
.newsletter-form-block button, .newsletter-form-block input[type="submit"]{
	height: 50px;
	background-color: transparent;	
	border: 1px solid #fff;
	font-size: 20px;
	padding: 0 15px;
	text-transform: uppercase;
	color: #fff;
	transition: all 0.5s;
	position: relative;
	top: 1px;
	background-repeat: no-repeat;
    background-position: right 10px center;
}
.newsletter-form-block button:before, .newsletter-form-block input[type="submit"]:before{
	content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    opacity: 0;
    transition: all 0.3s;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23fff' class='bi bi-chevron-right' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
}
.newsletter-form-block button:hover, .newsletter-form-block input[type="submit"]:hover{
	border-color: #476831;
	padding-right: 28px;
    color: #fff;
    padding-left: 10px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23fff' class='bi bi-chevron-right' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
}
.newsletter-form-block button:hover:before, .newsletter-form-block input[type="submit"]:hover:before{
	right: 0;
	opacity: 1;
}
.newsletter-form-block p{
	margin-bottom: 0px;
}
.newsletter-form-block .ajax-loader{
	display: none;
}
.link-footer-block{
	width: 100%;
}
.link-footer-block h4{
	font-size: 20px;
	font-family: 'Nunito', sans-serif;
	color: #fff;
	padding-bottom: 20px;
	border-bottom: 1px solid rgba(255,255,255,0.2);
	margin-bottom: 25px;
}
ul.link-text, .link-footer-block ul.menu{
	width: 100%;
	padding: 0;
	margin: 0;
	list-style: none;
}
ul.link-text li, .link-footer-block ul.menu li{
	width: 100%;
	padding: 5px 0;
}
ul.link-text li a, .link-footer-block ul.menu li a{
	font-size: 16px;
	font-family: 'Barlow Condensed', sans-serif;
	color: #fff;
	text-decoration: none;
	transition: all 0.5s;
}
ul.link-text li a:hover, .link-footer-block ul.menu li a:hover{
	color: #476831;
}
ul.social-media-block{
	width: 100%;
	padding: 0;
	margin: 20px 0 0;
	list-style: none;
	display: inline-flex;
}
ul.social-media-block li{
	margin: 0 8px 0 0;
}
ul.social-media-block li a{
	width: 25px;
	height: 25px;
	background-color: #fff;
	color: #383838;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	text-decoration: none;
	transition: all 0.5s;
}
ul.social-media-block li a:hover{
	background-color: #476831;
	color: #fff;
}

.expertise-block{
	width: 100%;
	padding: 0 0 150px;
}
.expertise-block .dis-h1{
	margin-bottom: 80px;
}
.expertise-block .dis-h1 h2{
	text-align: center;
	color: #000;
}
.meet-team-slider-block{
	
	padding: 76px 0 0;
	position: relative;
}
.meet-team-slider-block:before{
	background-color: #a6a6a6;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 70%;
}
.meet-slider-continer{
	width: 100%;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.meet-slider-item.prev-slide-1 {
    width: 25%;
    align-self: flex-end;
    margin-bottom: 120px;
    display: block;
}
.meet-slider-item.active-slide{
	width: 45%;
}
.meet-slider-item.next-slide-1  {
    width: 30%;
    align-self: flex-end;
    margin-bottom: 90px;
    display: block;
}
.meet-slider-item .meetslider-items-img{
	position: relative;
	overflow: hidden;
}
.meet-slider-item .meetslider-items-img:before{
	display: block;
	content: "";
	padding-top: 118%;
}
.meet-slider-item .meetslider-items-img img{
	position: absolute;
	top: 0;	
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.team-slider-main{
	position: relative;
}
.team-heading{
	position: absolute;
    top: 50px;
    left: 15px;
    max-width: 25%;
    font-size: 22px;
    color: #fff;
    font-family: 'Nunito', sans-serif;
    width: 100%;
    font-weight: 600;
    letter-spacing: 1px;
}
.tema-detail-info{
	width: 100%;
	margin-top: 10px;
}
.tema-detail-info h5{
	font-size: 18px;
	color: #595d5f;
	width: 100%;
	margin: 0;
	font-family: 'Nunito', sans-serif;
	letter-spacing: 0.54px;
	font-weight: 400;
}
.tema-detail-info span{
	font-size: 14px;
	color: #b5b5b5;
	width: 100%;
	margin: 0;
	font-family: 'Nunito', sans-serif;
	letter-spacing: 0.5px;
	font-weight: 400;
}
.slider-arrow {
    position: absolute;
    bottom: 55px;
    right: calc(50% + -229px);
    display: flex;
    left: auto;
    justify-content: flex-end;
}
.slider-arrow button{
	width: 88px;
	height: 137px;
	background-color: #f8f8f6;
	position: relative;
	border: 0;
	overflow: hidden;
	transition: all 0.5s;
}
.slider-arrow button:first-child{
	background-color: #e9eae5;
}
.slider-arrow button .arrow-icon {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    text-align: center;
    color: #9dafbd;
    transform: translateY(-50%);
    transition: all 0.5s;
}
.slider-arrow button .arrow-icon svg {
    width: 23px;
    height: auto;
}
.slider-arrow button .arrow-text{
	position: absolute;
    top: 45%;
    left: -60px;
    right: 0;
    text-align: center;
    color: #9dafbd;
    font-weight: 500;
    font-size: 16px;
    transform: rotate(-90deg) translateY(-50%);
    transform-origin: 50% 50%;
    opacity: 0;
    transition: all 0.5s;
}	
.slider-arrow button:hover .arrow-icon{
	left: 100%;
	opacity: 0;
}
.slider-arrow button:hover .arrow-text{
	left: 20px;
	opacity: 1;
	color: #	aaaaaa;
}
.slider-arrow button:hover{
	background-color: #f0f0f0;
}
.view-profile-link {
    position: absolute;
    top: 38px;
	left: -37px;
    
}

.view-profile-link a{
	font-size: 16px;
	background-color: #fff;
	height: 87px;
	padding: 0 37px;
	color: #575757;
	line-height: 87px;
	transform: rotate(-90deg);
	display: inline-block;
	text-decoration: none;
	margin-left: -66px;
	transition: margin 0.5s;
}
.meet-slider-item:hover .view-profile-link a{
	margin-left: 0;
}


.animated-icon1{
width: 30px;
height: 20px;
position: relative;
margin: 0px;
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg);
-webkit-transition: .5s ease-in-out;
-moz-transition: .5s ease-in-out;
-o-transition: .5s ease-in-out;
transition: .5s ease-in-out;
cursor: pointer;
}

.animated-icon1 span {
display: block;
position: absolute;
height: 3px;
width: 100%;
border-radius: 9px;
opacity: 1;
left: 0;
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg);
-webkit-transition: .25s ease-in-out;
-moz-transition: .25s ease-in-out;
-o-transition: .25s ease-in-out;
transition: .25s ease-in-out;
}

.animated-icon1 span {
background: #476831;
}


.animated-icon1 span:nth-child(1) {
top: 0px;
}

.animated-icon1 span:nth-child(2) {
top: 10px;
}

.animated-icon1 span:nth-child(3) {
top: 20px;
}

.animated-icon1.open span:nth-child(1) {
top: 11px;
-webkit-transform: rotate(135deg);
-moz-transform: rotate(135deg);
-o-transform: rotate(135deg);
transform: rotate(135deg);
}

.animated-icon1.open span:nth-child(2) {
opacity: 0;
left: -60px;
}

.animated-icon1.open span:nth-child(3) {
top: 11px;
-webkit-transform: rotate(-135deg);
-moz-transform: rotate(-135deg);
-o-transform: rotate(-135deg);
transform: rotate(-135deg);
}

article .entry-header{
	display: none;
}
article .entry-content{
	padding: 70px 0px;
}
.post-detail{
	padding: 70px 0px;
}
.post-detail article .entry-content{
	padding: 0px;
}
.post-detail img{
	max-width: 100%;
}
.post-date-category {
    margin-top: 20px;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
}
.content-info h3{
	margin-bottom: 20px;
	color: #476831;
}
.content-info .social-wrap h3{
	margin-top: 20px;
	margin-bottom: 10px;
}
.content-info .address p {
    margin-bottom: 10px;
    display: flex;
    grid-column-gap: 8px;
}
.content-info .address p i {
    margin-top: 5px;
	width: 19px;
    text-align: center;
}
.content-info .address p a {
    color: #000;
    text-decoration: none;
}
.content-info .address a:hover {
    color: #476831;
}
.social-wrap ul {
    padding: 0px;
    list-style-type: none;
    display: flex;
    align-items: center;
    grid-column-gap: 20px;
}
.social-wrap ul li a {
    font-size: 18px;
    color: #212529;
}
.social-wrap ul li a:hover {
    color: #476831;
}

.contact-form form span input, .contact-form form span textarea, .searchform input, .wpcf7-form select, [type="text"]{
    width: 100%;
    margin-bottom: 10px;
    border: 1px solid #c7c7c7;
    background:whitesmoke ;
    padding: 10px;
}

.contact-form form span textarea {
    height: 150px;
}

.team-member {
    border-bottom: 1px solid #dcdcdc;
    padding-bottom: 50px;
    margin-bottom: 50px;
}
.team-member.last-member{
	border-bottom: none;
	margin-bottom: 0px;
}
.team-member h4{
	margin-top: 10px;
	margin-bottom: 0px;
}
.team-member h5{
	margin-bottom: 0px;
}

.new-banner {
    padding: 60px 0px 0px;
}
.search_form {
    margin-top: 50px;
}
.new-banner .row {
    align-items: center;
}
.new-banner-content h6.read-title {
    font-size: 20px;
    margin-bottom: 20px;
}
.new-banner-content .new-banner-description {
    font-size: 18px;
    margin-bottom: 30px;
}
.demo-btn {
    width: 100%;
    margin-top: 20px;
}
.wp-block-button a, .wp-block-button__link, .demo-btn a{
    background-color: #486831;
    box-shadow: none;
    text-transform: unset;
    font-weight: 600;
    font-size: 16px;
    padding: 0 40px;
    transition: all 0.3s;
    height: 45px;
    line-height: 45px;
    color: #fff;
    display: inline-block;
    letter-spacing: 1px;
}
.wp-block-button a, .wp-block-button__link, .demo-btn a:hover {
    background-color: #8d8d8d;
}
.gp_hero-img img {
    max-width: 100%;
    height: auto;
}
.cat_list {
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}
.blog .col-lg-4.col-sm-6, .archive .col-lg-4.col-sm-6, .category .col-lg-4.col-sm-6 {
    margin-bottom: 25px;
}
article.rpost.post p:first-child {
    padding-left: 0;
    padding-right: 0;
}
.rpost .thumb img {
    border-radius: 10px;
    width: 100%;
	height: auto;
}
article.rpost.post {
    background: #f9f8f8;
    height: 100%;
    border-radius: 10px;
    padding: 5px;
    font-size: 16px;
    line-height: 1.5em;
    margin-bottom: 5px;
}
.rpost h4 {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.5;
}
article.rpost.post p, article.rpost.post h6, article.rpost.post h4, article.rpost.post > a{
	padding-left: 15px;
    padding-right: 15px;
}
article.rpost.post > a {
    display: block;
}
.rpost .readmore {
    font-weight: 600;
}
ul.blognav {
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}
ul.blognav li {
    display: inline-block;
    margin: 0 15px;
}
ul.blognav li a {
    color: #88949c;
    font-size: 18px;
    border-bottom: solid 2px transparent;
    padding: 10px 0;
    display: block;
    font-weight: 400;
}
ul.blognav li a:hover, ul.blognav li.isActive > a, ul.blognav li.current-menu-item a {
    color: #486831;
    border-bottom-color: #486831;
}
.searchform > div{
	position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
}
.widget_categories{
	margin-top: 10px;
}
.widget_categories ul{
	margin: 0;
    padding: 0;
    list-style-type: none;
}
.widget_categories ul li {
    margin-bottom: 5px;
    font-size: 18px;
}
.search-results-wrap {
    padding: 60px 0 85px;
}
.search-results-row {
    display: flex;
    margin-top: 20px;
    grid-column-gap: 20px;
}
.search-results-img {
    width: 250px;
}
.search-results-img img {
    max-width: 100%;
    height: auto;
}
.search-results-content {
    width: calc(100% - 250px);
}
.search-results-content .search-results-post-title {
    font-size: 20px;
    font-weight: bold;
}

.screen-reader-text{
	display: none;
}
.searchform input[type="text"] {
    width: calc(100% - 110px);
}
.searchform input[type="submit"]{
	height: 46px;
	padding: 0px 27px;
}
.martin-pagination{
	margin-bottom:60px;
}
.pagination-separator {
    display: none;
}
.pagination {
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: .25rem;
}
.pagination {
    margin-top: 3rem;
}
.pagination .nav-links {
    align-items: baseline;
    display: flex;
    flex-wrap: wrap;
    font-size: 1.8rem;
    font-weight: 600;
    margin: -1.5rem 0 0 -2.5rem;
    width: calc(100% + 2.5rem);
}
.pagination .nav-links {
    justify-content: center;
    margin: 0;
    font-size: 18px;
}
.nav-links > * {
    margin: 0 0 0 -1px;
    font-size: 13px;
    font-weight: 300;
    min-width: 42px;
    text-align: center;
    padding: 10px;
    border: solid 1px #d1d4d8;
    text-decoration: none !important;
}
.nav-links .placeholder {
    display: none;
    visibility: hidden;
}
.nav-links > .current {
    background: #476831;
    border-color: #476831;
    color: #fff;
}
.pagination .dots {
    color: #6d6d6d;
}
.slider-container {
    width: 100%;
    width: 100%;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.meet-slider-item:not(.active-slide) .tema-detail-info,
.meet-slider-item:not(.active-slide) .view-profile-link{
	display: none;
}

.first-slide-active .meet-slider-item.active-slide{
	order: 2;
}
.first-slide-active .meet-slider-item.prev-slide-1{
	order: 1;
}
.first-slide-active .meet-slider-item.next-slide-1{
	order: 3;
}

.last-slide-active .meet-slider-item.active-slide{
	order: 2;
}
.last-slide-active .meet-slider-item.prev-slide-1{
	order: 1;
}
.last-slide-active .meet-slider-item.next-slide-1{
	order: 3;
}

span.toggle-menu-link {
    margin-left: auto;
    width: 30px;
    height: 30px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    /* border: 1px solid rgba(0,0,0,0.1); */
    background-color: rgba(0,0,0,0.05);
    position: absolute;
    top: 20px;
    right: 20px;
}

@media (min-width: 768px){
	.menu-icon{display: none;}
	.menu-link{display: block !important;}
	span.toggle-menu-link{display: none;}
}


@media (max-width: 1599px){
	.banner-block-main:before{padding-top: 56%;}
	.dis-h1 h1{font-size: 80px;}
	.before-after-img:before{padding-top: 70%;}
	.before-after-block .before-after-img:nth-child(2):before{padding-top: calc(70% + 30px);}
	.banner-content-block h1{font-size: 80px;}
	.process-text{width: 211px;padding: 0 30px 0 60px;}
	.process-text:first-child{width: 178px;}
}	
@media (max-width: 1199px){
	.banner-block-main:before{padding-top: 61%;}
	.main-header-link{padding: 10px 71px 20px;}
	.banner-content-block{margin-top: 90px;}
	.subpage-banner .banner-content-block{margin-top: 0px;}
	.content-block{padding-left: 30px;}
	.dis-h1 h2,.service-text-duplicate span{font-size: 42px;}
	.service-text{padding: 13px 20px 15px;}
	.process-text{min-height: 160px;}
	.process-block-list{padding: 0;}
	.dis-h1 h1{font-size: 70px;}
	.expertise-block .dis-h1{margin-bottom: 40px;}
	.slider-arrow{right: calc(50% + -187px);}
	.expertise-block{padding: 0 0 100px;}
	.transforming-text h3{font-size: 20px;}
	.contact-form-block{padding: 90px 0 60px;}
	.slider-arrow button{height: 117px;}
	.before-text-block{bottom: -8px;}
	.core-value-text{padding-right: 20px;}
}
@media (max-width: 991px){
	.subpage-banner .banner-content-block{margin-top: 90px;}
	.main-header-link{padding: 10px 0 20px;}
	.menu-link ul li a{font-size: 20px;}
	.menu-link{padding-left: 38px;}
	.contact-detail-info h6{font-size: 20px;}
	.banner-content-block h1{font-size: 67px;}
	.banner-block-main:before{display: none;}
	.banner-content-block{position: relative;transform: unset;}
	.banner-block-main{padding: 150px 0;}
	.btn-block{font-size: 22px;}
	.dis-h1 h2,.service-text-duplicate span{font-size: 40px;}
	.content-block{padding-left: 0;}
	.dis-h1 h6{font-size: 20px;}
	.services-box-block{margin-bottom: 24px;}
	.our-services-listing{justify-content: center;}
	.our-services-outdoor{padding: 50px 0 55px;}
	.core-value-img-slider{margin-top: 30px;}
	.our-core-value h2{margin-bottom: 30px;}
	.our-core-value{padding: 60px 0 40px;}
	.process-text span{font-size: 16px;}
	.process-text{padding: 0 10px 0 50px;width: 208px;}
	.dis-h1 h1{font-size: 60px;}
	.before-text-content p{font-size: 16px;}
	.before-text-block{bottom: -5px;}
	.before-after-block{margin: 70px 0 30px}
	.slider-arrow button{width: 68px;}
	.slider-arrow{right: calc(50% + -139px);}
	.view-profile-link a{height: 69px;line-height: 69px;padding: 0 20px;margin-left: -56px;}
	.team-heading{font-size: 20px;left: 0;}
	.meet-team-slider-block{padding: 56px 0 0;}
	.expertise-block{padding: 0 0 70px;}
	.transforming-block-box{margin: 12px 0;}
	.contact-form-block{padding: 60px 0 30px;}
	.newsletter-left-text{width: 100%;}
	.newsletter-form{width: 100%;margin-top: 20px;}
	.view-profile-link{top: 30px;left: -29px;}
	.newsletter-form-block{width: 100%;}
	.newsletter-form-block input[type="email"]{flex: 1}
	.footer-newsletter{margin-bottom: 60px;padding: 30px;}
	.core-value-text{text-align: center;padding-right: 0;}
}
@media (max-width: 767px){
	.menu-link{display: none;padding: 0;}
	.contact-detail-info{padding-left: 0;}
	.top-header-block{justify-content: center;border-bottom: 1px solid #eee;}
	.main-header-link{padding: 0px 0 10px;}
	.contact-detail-info h6{padding-left: 16px;margin-left: 16px;}
	.social-media-info{padding-right: 16px;margin-right: 16px;border-right: 1px solid #eee;}
	.banner-content-block h1{font-size: 47px;margin-bottom: 30px;}
	.banner-content-block{margin-top: 100px;}
	.banner-block-main{padding: 100px 0;}
	.btn-block{font-size: 20px;height: 50px;line-height: 44px;}
	.dis-h1 h2,.service-text-duplicate span{font-size: 36px;}
	.content-block{text-align: center;}
	.process-text:first-child{width: 168px;}
	.process-text{min-height: 110px;}
	.process-text{width: 190px;}
	.our-process-block h2{margin-bottom: 20px;}
	.before-after-img{width: 100%;}
	.before-after-block .before-after-img:nth-child(2){margin-top: 24px;}
	.our-process-block{padding: 50px 0 30px;}
	.before-after-block{margin: 60px 0 30px;}
	.meet-slider-item.prev-slide-1{display: none;}
	.meet-slider-item.next-slide-1{display: none;}
	.meet-slider-item.active-slide{width: 100%;}
	.slider-arrow{right: 0;}
	.team-heading{position: unset;max-width: 100%;text-align: center;margin-bottom: 20px;}
	.link-footer-block h4{margin-bottom: 5px;padding-bottom: 10px;}
	.link-footer-block{margin-bottom: 30px;}
	.footer-newsletter{padding: 15px;}
	.newsletter-form-block button{font-size: 18px;}
	.core-value-img-slider .slick-arrow.slick-next{right: 0;}
	.core-value-img-slider .slick-arrow.slick-prev{left: 0;}

	.main-header-link .logo-block{width: 100%;display: flex;justify-content: space-between;align-items: center;}
	.menu-icon button:focus{outline: none;border: 0;box-shadow: none;}
	.menu-link {position: absolute;top: calc(100% - 10px);left: 0;right: 0;background-color: #fff;border-radius: 0 0 15px 15px;border-top: 1px solid #eee;padding: 11px 0;}
	.menu-link ul{flex-direction: column;width: 100%;}
	.menu-link ul li{text-align: left;display: flex;justify-content: space-between;flex-wrap: wrap;    padding: 10px 20px;}
	.main-header-container{position: relative;}
	.space-transforming-block .container-fluid{max-width: 540px;}
	.menu-link ul li .sub-menu {position: unset;left: 0;right: 0;width: 100%;background-color: transparent;}
	.menu-link ul li .sub-menu li a{font-size: 16px;color: #000;}
}
@media (max-width: 575px){

	.contact-detail-info p{font-size: 14px;}
	.contact-detail-info h6{font-size: 16px;}
	.contact-detail-info h6{padding-left: 5px;margin-left: 5px;}
	.banner-block-main{padding: 100px 0 70px;}
	.banner-content-block h1{font-size: 40px;}
	.dis-h1 h2,.service-text-duplicate span{font-size: 32px;}
	.dis-h1 h6{font-size: 18px;}
	.social-media-info{padding-right: 5px;margin-right: 5px;}
	.social-media-info ul li{padding: 6px 5px;}
	.main-header-container{padding: 0 10px;}
	.social-media-info ul li a{font-size: 13px;}
	.process-text span{font-size: 11px;}
	.process-text{padding: 0 10px 0 36px;}
	.process-text:first-child{width: 138px;}
	.dis-h1 h1{font-size: 50px;}
	.before-after-img:before{padding-top: 100%;}
	.before-after-block .before-after-img:nth-child(2):before{padding-top: calc(100% + 30px);}
	.slider-arrow button{height: 87px;width: 58px;}
	.transforming-block-box:before{padding-top: 100%;}
	.sub-block{width: 100%;}
	.newsletter-form-block input[type="email"]{flex: 0 0 100%}
	.newsletter-form-block{justify-content: center;}
	.newsletter-form-block button{margin-top: 10px;}
	.newsletter-text h4{font-size: 26px;}
	.int-text{font-size: 16px;height: 46px;padding: 0 10px;}
	.process-text{width: 144px;}

}