/* Theme Stylesheet */


/* Fonts */

@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700;1,900&display=swap');

body{
    font-family: "figtree", sans-serif;
	line-height: 33px;
	font-weight: 400;
	background-color: #fff;
	overflow-x: hidden!important;
}


/* Font Styles */

h1{
	font-size: 70px;
	line-height: 70px;
    font-weight: 900;
    font-family: "figtree", sans-serif;
	color:#0C1511;
	text-transform: uppercase;
	margin:0!important;
}
h1 strong{
	background-color: #BBE5D1;
	font-weight: 900;
	padding:10px 8px 0 8px;
	margin-left: -8px;
	margin-right: -8px;
}
@media (max-width:1660px) {
	h1{
		font-size: 60px;
		line-height: 60px;
	}
}
@media (max-width:1440px) {
	h1{
		font-size: 55px;
		line-height: 55px;
	}
}
@media (max-width:1024px) {
	h1{
		font-size: 50px;
		line-height: 50px;
	}
}
@media (max-width:800px) {
	h1{
		font-size: 45px;
		line-height: 45px;
	}
}
@media (max-width:550px) {
	h1{
		font-size: 40px;
		line-height: 40px;
	}
}
@media (max-width:440px) {
	h1{
		font-size: 36px;
		line-height: 36px;
	}
}
.policy h1,
.single-case_studies h1,
h2{
	font-size: 50px;
	line-height: 53px;
    font-weight: 900;
    font-family: "figtree", sans-serif;
	color:#0C1511;
    text-transform: uppercase;
}
.single-case_studies h1 strong,
h2 strong{
	background-color: #1EAA69;
	font-weight: 900;
	padding:10px 8px 0 8px;
	margin-left: -8px;
	margin-right: -8px;
}
@media (max-width:1660px) {
	.policy h1,
	.single-case_studies h1,
	h2{
		font-size: 46px;
		line-height: 50px;
	}
}
@media (max-width:1440px) {
	.policy h1,
	.single-case_studies h1,
	h2{
		font-size: 42px;
		line-height: 48px;
	}
}
@media (max-width:1024px) {
	.policy h1,
	.single-case_studies h1,
	h2{
		font-size: 36px;
		line-height: 40px;
	}
	.single-case_studies h1 strong,
	h2 strong {
		background-color: #1EAA69;
		font-weight: 900;
		padding: 8px 5px 0 5px;
		margin-left: -3px;
		margin-right: -5px;
	}
}
@media (max-width:800px) {
	.policy h1,
	.single-case_studies h1,
	h2{
		font-size: 32px;
		line-height: 36px;
	}
}
@media (max-width:440px) {
	.policy h1,
	.single-case_studies h1,
	h2{
		font-size: 28px;
		line-height: 32px;
	}
}
h3{
	font-size: 32px;
	line-height: 36px;
    font-weight: 400;
    font-family: "figtree", sans-serif;
	color:#0C1511;
    text-transform: initial;
}
@media (max-width:1660px) {
	h3{
		font-size: 28px;
		line-height: 32px;
	}
}
@media (max-width:1440px) {
	h3{
		font-size: 26px;
		line-height: 30px;
	}
}
@media (max-width:1024px) {
	h3{
		font-size: 24px;
		line-height: 28px;
	}
}
@media (max-width:550px) {
	h3{
		font-size: 22px;
		line-height: 26px;
	}
}
h4{
	font-size: 26px;
	line-height: 30px;
    font-weight: 400;
    font-family: "figtree", sans-serif;
	color:#1EAA69;
    text-transform: uppercase;
	font-style: italic;
}
@media (max-width:1500px) {
	h4{
		font-size: 24px;
		line-height: 28px;
	}
}
@media (max-width:1280px) {
	h4{
		font-size: 22px;
		line-height: 26px;
	}
}
@media (max-width:800px) {
	h4{
		font-size: 20px;
		line-height: 24px;
	}
}
@media (max-width:440px) {
	h4{
		font-size: 18px;
		line-height: 22px;
	}
}
h5{
	font-size: 20px;
	line-height: 22px;
    font-weight: 700;
    font-family: "figtree", sans-serif;
	color:#0C1511;
    text-transform: initial;
}
@media (max-width:1280px){
	h5{
		font-size: 18px;
		line-height: 22px;
	}
}
h6{
	font-size: 20px;
    line-height: 24px;
    font-weight: 400;
    font-family: "figtree", sans-serif;
	color:#1EAA69;
    text-transform: uppercase;
	font-style: italic;
}
@media (max-width:1440px){
	h6{
		font-size: 18px;
		line-height: 22px;
	}
}
@media (max-width:550px){
	h6{
		font-size: 16px;
		line-height: 20px;
	}
}
p{
	font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    font-family: "figtree", sans-serif;
    color: #0C1511;
	padding-bottom:25px;
}
p:last-child{
	padding-bottom:0;
}
p strong{
    font-weight: 800;
}
p a{
    font-weight: 800;
	text-decoration: underline;
}
@media (max-width:1440px){
	p{
		font-size: 16px;
		line-height: 26px;
		padding-bottom:20px;
	}
	p:last-child{
		padding-bottom:0;
	}
}
@media (max-width:1024px){
	p{
		font-size: 16px;
		line-height: 24px;
	}
}
small, small a{
	font-size: 13px;
    line-height: 16px;
    font-weight: 400;
    font-family: "figtree", sans-serif;
	color: #1EAA69;
}
@media (max-width:1440px){
	small, small a{
		font-size: 12px;
		line-height: 14px;
	}
}
a{
	text-decoration:none;
}
a:hover{
	text-decoration:none;
	color: #1EAA69;
}
li{
	font-size: 18px;
    line-height: 22px;
    font-weight: 400;
    font-family: "figtree", sans-serif;
    color: #0C1511;
	display: block;
	padding-bottom:15px;
}
@media (max-width:1550px){
	li{
		font-size: 16px;
		line-height: 20px;
		padding-bottom:10px;
	}
}

/* Buttons */
input[type="submit"],
.btn{
	background-color: transparent;
	color: #0C1511;
	text-transform: uppercase;
	font-size: 18px;
	font-family: "figtree", sans-serif;
	font-weight: 900;
    height: auto;
    padding: 11px 30px 8px 30px;
    line-height: uppercase;
    text-align: center;
    box-shadow: none;
    border: 2px solid #0C1511;
	position: relative;
	text-decoration: none;
	border-radius: 0;
	width: fit-content;
}
@media (max-width:1440px){
	.btn{
		font-size: 16px;
	}
}
.btn:after{
	content:"";
	height: calc(100% + 10px);
	width: calc(100% + 10px);
	position: absolute;
	top:-5px;
	left: -5px;
	border: 8px solid #1EAA69;
	opacity: 0.5;
	z-index: 1;
}
.btn:hover{
    background-color: #1EAA69!important;
	border: 2px solid #1EAA69;
	color: #0C1511;
}
.btn:hover:after{
	display: none;
}
.dark{
	color: #fff;
	border: 2px solid #fff;
}
.black{
	background-color: #0C1511;
	color: #1EAA69;
	text-transform: uppercase;
	font-size: 20px;
	font-family: "figtree", sans-serif;
	font-weight: 400;
    height: auto;
    padding: 11px 30px 8px 30px;
    line-height: uppercase;
	font-style: italic;
    text-align: center;
    box-shadow: none;
    border: 0;
	position: relative;
}
@media (max-width:1440px){
	.btn.black{
		font-size: 16px;
	}
}
.btn.black:after{
	display: none;
}
.btn.black:hover{
    background-color: #1EAA69!important;
	border: 0;
	color: #0C1511;
}


/* Main Blog Page */
.blog .title-area{
	padding-top:80px;
	position: relative;
}
.blog .title-area .logo-icon{
    width: 600px;
    height: 600px;
    position: absolute;
    right:-3vw;
    top: -150px;
	z-index: -1;
	display: block;
}
.blog-page #nav-below{
	display: flex;
    justify-content: center;
	margin-bottom: 80px;
}
.blog-page .nav-next a{
	display: flex;
    align-items: center;
}
.blog-page .nav-previous a{
	display: flex;
    align-items: center;
}
.blog-page .nav-next i{
	margin-left: 10px;
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    background-color: #0C1511;
    padding: 9px 14px 7px 15px;
    border-radius: 50px;
    line-height: 24px;
}
.blog-page .nav-previous i{
    margin-right: 10px;
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    background-color: #0C1511;
    padding: 9px 14px 7px 15px;
    border-radius: 50px;
    line-height: 24px;
}

/* Blog Page Responsive */
@media (max-width: 1536px){

}
@media (max-width: 1440px){

}
@media (max-width: 1366px){

}
@media (max-width: 1280px){

}
@media (max-width: 1024px){
	.blog-page .col-md-3{
		width:33.3333%;
		flex: 0 33.3333%;
		max-width:33.3333%;
		margin-bottom:30px;
	}
}
@media (max-width: 800px){
	.blog-page .col-md-3{
		width:50%;
		flex: 0 50%;
		max-width:50%;
		margin-bottom:30px;
	}
}
@media (max-width: 768px){
}
@media (max-width: 414px){
	.blog-page .col-md-3{
		width:100%;
		flex: 0 100%;
		max-width:100%
	}
}
@media (max-width: 390px){

}
@media (max-width: 360px){

}




/* Single Blog Post */
.single-blog.halftext-halfimage{
	position: relative;
}
.single-blog.halftext-halfimage .logo-icon {
	width: 600px;
	height: 600px;
	position: absolute;
	left: -3vw;
	bottom: -200px;
	z-index: -1;
	display: block;
}
.single-blog.halftext-halfimage .row{
	border: 2px solid #0C1511;
	padding:80px 40px;
	margin:0;
}
.single-blog.halftext-halfimage h1{
	margin-bottom:0!important;
}
.single-blog.halftext-halfimage .left-col {
	padding: 40px 2.5vw;
	display: flex;
}
.single-blog.halftext-halfimage .left-col .inner{
	display: flex;
}
.single-blog.halftext-halfimage .left-col .content{
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.single-blog.halftext-halfimage .bg-image{
	min-height: 450px;
}
.single-blog .content-col{
	width: 60%;
	flex:0 60%;
	max-width: 60%;
	margin:0 auto;
	padding:0 0 40px 0;
}
.single-blog .content-col img{
	float: left;
	margin:0 25px 25px 0;
}
.single-blog .content-col p{
	width: 100%;
	display: inline-block;
}
.single-blog .back-btn{
	margin-top:10px;
}
.single-blog.related h2 strong{
	background-color: #BBE5D1;
}
.single-blog.related h2{
	padding-bottom:30px;
}
.single-blog.related .line-block{
    padding:0 0 50px 0;
    display: flex;
    align-items: center;
}
.single-blog.related .line-block .circle{
    height: 24px;
    width: 24px;
    border-radius: 100%;
    border:2px solid #1EAA69;
}
.single-blog.related .line-block .line{
    flex-grow: 1;
    height: 2px;
    background-color: #1EAA69;
	width: calc(100% - 8vw - 24px);
	margin-right: -8vw;
}
/* Single Blog Post Responsive */
@media (max-width: 1660px){
	.single-blog.halftext-halfimage .row {
		padding: 50px 30px;
	}
	.single-blog.halftext-halfimage .bg-image {
		min-height: 400px;
	}
	.single-blog.halftext-halfimage .bg-image::after {
		height: calc(100% + 60px);
		top: -30px;
	}
	.right-overlay .halftext-halfimage .bg-image::after {
		right: 6vw;
		left: auto;
	}
	.single-blog .content-col {
		width: 70%;
		flex: 0 70%;
		max-width: 70%;
		margin: 0 auto;
		padding: 0 0 35px 0;
	}
	.single-blog.related .line-block .circle {
		height: 22px;
		width: 22px;
	}
	.single-blog.related .line-block .line {
		flex-grow: 1;
		height: 2px;
		background-color: #1EAA69;
		width: calc(100% - 6vw - 22px);
		margin-right: -6vw;
	}
	.single-blog.halftext-halfimage .logo-icon {
		width: 500px;
		height: 500px;
		position: absolute;
		left: -3vw;
		bottom: -150px;
		z-index: -1;
		display: block;
	}
	.post-type-archive-case_studies .title-area .logo-icon {
		width: 500px;
		height: 500px;
		position: absolute;
		right: -3vw;
		top: -150px;
		z-index: -1;
		display: block;
	  }
}
@media (max-width: 1440px){
	.single-blog.halftext-halfimage {
		padding: 60px 0;
	}
	.single-blog .content-col {
		width: 80%;
		flex: 0 80%;
		max-width: 80%;
		margin: 0 auto;
		padding: 0 0 30px 0;
	}
	.single-blog.related .line-block .circle {
		height: 20px;
		width: 20px;
	}
	.single-blog.related .line-block .line {
		flex-grow: 1;
		height: 2px;
		background-color: #1EAA69;
		width: calc(100% - 4vw - 20px);
		margin-right: -4vw;
	}
	.single-blog.halftext-halfimage .logo-icon {
		width: 450px;
		height: 450px;
		position: absolute;
		left: -3vw;
		bottom: -100px;
		z-index: -1;
		display: block;
	}
	.post-type-archive-case_studies .title-area .logo-icon {
		width: 450px;
		height: 450px;
		position: absolute;
		right: -3vw;
		top: -150px;
		z-index: -1;
		display: block;
	}
}
@media (max-width: 1280px){
	.single-blog.halftext-halfimage {
		padding: 50px 0;
	}
	.single-blog.halftext-halfimage .row {
		padding: 40px 20px;
	}
	.right-overlay .halftext-halfimage .bg-image::after {
		right: 4vw;
		left: auto;
		height: calc(100% + 40px);
		top: -20px;
	}
	.single-blog.halftext-halfimage .bg-image {
		min-height: 350px;
	}
	.single-blog .content-col {
		width: 90%;
		flex: 0 90%;
		max-width: 90%;
		margin: 0 auto;
	}
	.single-blog .content-col img {
		float: left;
		margin: 0 20px 20px 0;
	}
	.single-blog.related .line-block {
		padding: 0 0 40px 0;
	}
}
@media (max-width: 1024px){
	.single-blog .content-col {
		width: 100%;
		flex: 0 100%;
		max-width: 100%;
		margin: 0 auto;
		padding: 0 15px 20px 15px;
	}
	.single-blog.halftext-halfimage {
		padding: 40px 0;
	}
	.single-blog.halftext-halfimage .left-col {
		padding: 0px 15px;
	}
	.single-blog.halftext-halfimage .right-col {
		margin-top: 30px;
	}
	.single-blog.related .line-block .circle {
		height: 18px;
		width: 18px;
	}
	.single-blog.related .line-block .line {
		flex-grow: 1;
		height: 2px;
		background-color: #1EAA69;
		width: calc(100% - 4vw - 18px);
		margin-right: -4vw;
	}
	.single-blog.halftext-halfimage .logo-icon {
		display: none;
	}
	.post-type-archive-case_studies .title-area .logo-icon {
		width: 400px;
		height: 400px;
		position: absolute;
		right: -3vw;
		top: -100px;
		z-index: -1;
		display: block;
	}
}
@media (max-width: 800px){
	.single-blog .content-col img {
		float: left;
		margin: 0 15px 15px 0;
	}
}
@media (max-width: 550px){
	.single-blog.halftext-halfimage .row {
		padding: 30px 10px;
	}
	.right-overlay .halftext-halfimage .bg-image::after {
		right: 4vw;
		left: auto;
		height: calc(100% + 20px);
		top: -10px;
	}
	.single-blog .content-col img {
		float: left;
		margin: 0 0 15px 0;
		width: 100%;
		height: auto;
	}
	.single-blog.halftext-halfimage {
		padding: 30px 0;
	}
	.post-type-archive-case_studies .title-area .logo-icon {
		width: 300px;
		height: 300px;
		position: absolute;
		right: -3vw;
		top: -80px;
		z-index: -1;
		display: block;
	}
}
@media (max-width: 440px){
	.single-blog.halftext-halfimage .row {
		padding: 20px 5px;
	}
	.single-blog.related .line-block {
		padding: 0 0 30px 0;
	}
}
@media (max-width: 380px){
	.single-blog.halftext-halfimage .bg-image {
		min-height: 300px;
	}
}
@media (max-width: 360px){

}



.alioth-page-nav .page-title{
	line-height: 150px;
}


/* Forms */
label{
	margin-bottom:15px;
}
label label{
	margin-bottom:0;
}
input{
	height: 48px;
	width: 100%;
	border-radius: 0;
	background-color: #fff;
	border: 0;
	padding:8px 20px 5px 20px;
}
input::placeholder{
	font-size: 18px;
	color: #0C1511;
}
input [type="submit"]{
	padding: 14px 30px 11px 30px;
}
textarea{
	height: 150px;
	width: 100%;
	border-radius: 0;
	background-color: #fff;
	border: 0;
	padding:15px 20px 5px 20px;
}
textarea::placeholder{
	font-size: 18px;
	color: #0C1511;
}
select{
	height: 48px;
	width: 100%;
	border-radius: 0;
	background-color: #fff;
	border: 0;
	padding:8px 20px 5px 20px;
	font-size: 18px;
	color: #0C1511;
	margin-bottom:15px;
    appearance:none;
	-moz-appearance:none;
    -webkit-appearance:none;
	position: relative;
}
form .list{
	position: relative;
}
form .list:after{
	content:"\f078";
	font-family: 'Font Awesome 6 Pro';
	position: absolute;
	right: 20px;
	top: 8px;
	font-size: 20px;
}	
.wpcf7-spinner {
	position: absolute;
	bottom: 0;
	right: 0;
}
@media (max-width:1024px) {
	input::placeholder,
	textarea::placeholder,
	select{
		font-size: 16px;
	}
	input {
		padding: 8px 15px 5px 15px;
	}
	textarea{
		height: 130px;
		padding:15px 15px 5px 15px;
	}	
	select{
		padding: 8px 15px 5px 15px;
		margin-bottom: 10px;
	}
	label {
		margin-bottom: 10px;
	}
	input[type="submit"] {
		font-size: 16px;
		padding: 15px 30px 12px 30px;
	}
}
@media (max-width:440px) {
	label {
		margin-bottom: 8px;
	}
	select{
		margin-bottom: 8px;
	}
}



/* Case Studies */
.post-type-archive-case_studies .title-area{
	padding-top:80px;
	position: relative;
}
.post-type-archive-case_studies .title-area .logo-icon{
    width: 600px;
    height: 600px;
    position: absolute;
    right:-3vw;
    top: -150px;
	z-index: -1;
	display: block;
}
.post-type-archive-case_studies .case-studies-feed-full {
	padding-top: 40px;
}
.post-type-archive-case_studies .case-studies-feed-full .col-md-4{
	margin-bottom:30px;
}




/* Single Case Studies */
.single-case_studies .intro{
	padding-top:100px;
	padding-bottom:40px;
	position: relative;
}
.single-case_studies .intro img{
    width: 600px;
    height: 600px;
    position: absolute;
    left:-3vw;
    bottom: -200px;
	z-index: -1;
}
.single-case_studies .intro .row{
	border: 2px solid #1EAA69;
	margin:0;
	padding:50px;
}
.single-case_studies .intro h4{
	width: fit-content;
	background: #0C1511;
	position: absolute;
	top: -80px;
	z-index: 1;
	left: 15px;
	padding: 15px 20px 12px 20px;
}
.single-case_studies .intro .left-col{
	padding-top:30px;
	padding-bottom:30px;
	padding-right:5vw;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
}
.single-case_studies .intro h1{
	padding-bottom:30px;
}
.single-case_studies .intro p strong span{
	color:#1EAA69;
}
.single-case_studies .intro p:last-child{
	padding-top:30px;
}
.single-case_studies .intro .right-col{
	display: flex;
}
.single-case_studies .intro .bg-image{
	position: relative;
}
.single-case_studies .intro .bg-image:after{
    content:"";
    background-color: #1EAA69;
    opacity: 0.3;
    height: calc(100% + 50px);
    width: 40%;
    top:-25px;
    z-index: 1;
    left:1vw;
    position: absolute;
}

.single-case_studies .installation{
	padding-top:100px;
	padding-bottom:40px;
}
.single-case_studies .installation .row{
	margin:0;
}
.single-case_studies .installation .left-col{
	padding: 0 5vw 0 9.5vw;
}
.single-case_studies .installation h2{
	padding-bottom:20px;
	margin-bottom:30px;
	width: 100%;
	border-bottom:2px solid #1EAA69
}
.single-case_studies .installation .right-col{
	padding-right: 0;
	overflow: hidden;
}
.single-case_studies .installation .slick-list{
	margin-left:-15px;
	margin-right:-15px;
}
.single-case_studies .installation .slick-slide{
	padding:0 15px;
	width: 395px;
}
.single-case_studies .installation .slick-slide .bg-image{
	min-height: 395px;
	width: auto;
	display: flex;
	align-items: flex-end;
	padding: 20px;
}
.single-case_studies .installation .slick-slide .wp-caption-text{
	background-color: #fff;
	padding:10px 20px 5px 20px;
	width: 100%;
}
.single-case_studies .installation button.slick-next{
	bottom: -55px;
	right: 7vw;
	left: auto;
}
button.slick-prev{
	position: absolute;
	display: flex;
  	align-items: center;
  	justify-content: center;
	height: 63px;
	width: 63px;
	background-color: #BBE5D1;
	border-radius: 100%;
	font-size: 0;
}
button.slick-next::after{
  	content: "\f0a9";
	font-family: "Font Awesome 6 Pro";
	font-size: 40px;
	color: #0C1511;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 100;
}
.single-case_studies .installation button.slick-prev{
	bottom: -55px;
	right: calc(7vw + 63px + 10px);
	left: auto;
}
button.slick-next{
	position: absolute;
	display: flex;
  	align-items: center;
  	justify-content: center;
	height: 63px;
	width: 63px;
	background-color: #BBE5D1;
	border-radius: 100%;
	font-size: 0;
}
button.slick-prev::after{
	content: "\f0a8";
  font-family: "Font Awesome 6 Pro";
  font-size: 40px;
  color: #0C1511;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 100;
}
.single-case_studies .installation .right-col h4{
	width: calc(100% - 63px - 63px - 30px - 7vw);
	padding-top: 12px;
}
/* .single-case_studies .conclusions{
	padding-top:40px;
	padding-bottom:40px;
}
.single-case_studies .conclusions .row{
	border: 2px solid #1EAA69;
	margin:0;
	padding:80px 50px;
}
.single-case_studies .conclusions .left-col{
	padding-right:3vw;
}
.single-case_studies .conclusions .left-col h2 strong{
	background-color: #BBE5D1;
}
.single-case_studies .conclusions .right-col{
	padding-left:3vw
}
.single-case_studies .conclusions .right-col p:last-child{
	padding-top:30px;
} */
.single-case_studies .related{
	padding-top:40px;
	padding-bottom:40px;
}
.single-case_studies .related .top-col{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-bottom:40px;
}
.single-case_studies .related .top-col h2 strong{
	background-color: #BBE5D1;
}
.single-case_studies .related .bottom-col{
	width: 100%;
}
.single-case_studies .related .bg-image{
	min-height: 535px;
	padding:20px;
	display: flex;
	align-items: flex-end;
}
.single-case_studies .related h2{
	flex-grow: 1;
}
.single-case_studies .related .text{
	background-color: #fff;
	padding:20px 20px 15px 20px;
}
.single-case_studies .related .text h4{
	padding-bottom:10px;
	width: 100%;
	margin-bottom: 10px;
	border-bottom:1px solid #1EAA69;
}
.single-case_studies .related .slick-list{
	margin-left:-15px;
	margin-right:-15px;
}
.single-case_studies .related .slick-slide{
	padding: 0 15px;
}
.single-case_studies .related button.slick-next{
	top: 50%;
	right: -5vw;
	left: auto;
	transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	z-index: 1;
}
.single-case_studies .related button.slick-prev{
	top: 50%;
	left: -5vw;
	right: auto;
	transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	z-index: 1;
}

.slick-disabled{
	opacity: 0.3!important;
}
@media (max-width:1660px) {
	.single-case_studies .intro p:last-child {
		padding-top: 15px;
	}
	.single-case_studies .intro p{
		padding-bottom:20px;
	}
	.single-case_studies .intro p:last-child{
		padding-bottom:0;
	}
	.single-case_studies .intro .left-col {
		padding-top: 20px;
		padding-bottom: 20px;
		padding-right: 4vw;
	}
	.single-case_studies .intro {
		padding-top: 90px;
		padding-bottom: 35px;
	}
	.single-case_studies .installation .left-col {
		padding: 0 4vw 0 8.5vw;
	}
	.single-case_studies .installation {
		padding-top: 60px;
		padding-bottom: 35px;
	}
	.single-case_studies .installation .slick-slide .bg-image {
		min-height: 350px;
		padding: 15px;
	}
	.single-case_studies .installation button.slick-prev{
		bottom: -55px;
		right: calc(6vw + 55px + 10px);
		left: auto;
		height: 55px;
		width: 55px;
	}
	.single-case_studies .installation button.slick-next {
		bottom: -55px;
		right: 6vw;
		left: auto;
		height: 55px;
		width: 55px;
	}
	button.slick-prev::after,
	button.slick-next::after{
		font-size: 36px;
	}
	.single-case_studies .installation .right-col h4 {
		width: calc(100% - 55px - 55px - 30px - 6vw);
		padding-top: 15px;
		font-size: 24px;
		line-height: 28px;
	}
	.single-case_studies .intro img {
		width: 500px;
		height: 500px;
		position: absolute;
		left: -3vw;
		bottom: -150px;
		z-index: -1;
	}
}
@media (max-width:1440px) {
	.single-case_studies .intro .row {
		border: 2px solid #1EAA69;
		margin: 0;
		padding: 40px 30px;
	}
	.single-case_studies .intro p{
		padding-bottom:15px;
	}
	.single-case_studies .intro p:last-child{
		padding-bottom:0;
	}
	.single-case_studies .intro h1 {
		padding-bottom: 20px;
	}
	.single-case_studies .intro .left-col {
		padding-top: 10px;
		padding-bottom: 10px;
		padding-right: 3vw;
	}
	.single-case_studies .intro {
		padding-top: 70px;
		padding-bottom: 30px;
	}
	.single-case_studies .intro h4 {
		width: fit-content;
		background: #0C1511;
		position: absolute;
		top: -67px;
		z-index: 1;
		left: 15px;
		padding: 13px 20px 10px 20px;
	}
	.single-case_studies .intro p:last-child {
		padding-top: 10px;
	}
	.single-case_studies .installation .left-col {
		padding: 0 3vw 0 6vw;
	}
	.single-case_studies .installation button.slick-prev{
		bottom: -55px;
		right: calc(4vw + 55px + 10px);
		left: auto;
		height: 55px;
		width: 55px;
	}
	.single-case_studies .installation button.slick-next {
		bottom: -55px;
		right: 4vw;
		left: auto;
		height: 55px;
		width: 55px;
	}
	button.slick-prev::after,
	button.slick-next::after{
		font-size: 36px;
	}
	.single-case_studies .installation .right-col h4 {
		width: calc(100% - 55px - 55px - 30px - 4vw);
		padding-top: 15px;
		font-size: 22px;
		line-height: 26px;
	}
	.single-case_studies .installation h2 {
		padding-bottom: 15px;
		margin-bottom: 20px;
	}
	.single-case_studies .intro img {
		width: 400px;
		height: 400px;
		position: absolute;
		left: -3vw;
		bottom: -100px;
		z-index: -1;
	}
}
@media (max-width:1280px){
	.single-case_studies .installation .left-col {
		padding: 0 3vw 0 4vw;
	}
	.single-case_studies .installation {
		padding-top: 25px;
		padding-bottom: 25px;
	}
	.single-case_studies .installation .right-col h4 {
		width: calc(100% - 55px - 55px - 30px - 4vw);
		padding-top: 15px;
		font-size: 20px;
		line-height: 24px;
	}
	.single-case_studies .installation h2 {
		padding-bottom: 10px;
		margin-bottom: 15px;
	}
}
@media (max-width:1024px){
	.single-case_studies .intro .left-col{
		width: 100%;
		flex:0 100%;
		max-width: 100%;
	}
	.single-case_studies .intro .right-col{
		width: 100%;
		flex:0 100%;
		max-width: 100%;
	}
	.single-case_studies .intro .bg-image{
		min-height: 350px;
		margin-top:15px;
	}
	.single-case_studies .intro .row {
		padding: 30px 20px 40px 20px;
	}
	.single-case_studies .intro .bg-image::after {
		content: "";
		background-color: #1EAA69;
		opacity: 0.3;
		height: calc(100% + 30px);
		width: 30%;
		top: -15px;
		z-index: 1;
		left: auto;
		position: absolute;
		right: 2vw;
	}
	.single-case_studies .intro p {
		padding-bottom: 10px;
	}
	.single-case_studies .intro p:last-child {
		padding-top: 0;
	}
	.single-case_studies .intro h1 {
		padding-bottom: 12px;
	}
	.single-case_studies .intro .left-col {
		padding-top: 10px;
		padding-bottom: 10px;
		padding-right: 15px;
	}
	.single-case_studies .intro .row {
		padding: 30px 15px 35px 15px;
	}
	.single-case_studies .intro h4 {
		width: fit-content;
		background: #0C1511;
		position: absolute;
		top: -55px;
		z-index: 1;
		left: 15px;
		padding: 11px 20px 8px 20px;
	}
	.single-case_studies .intro {
		padding-top: 60px;
		padding-bottom: 20px;
	}
	.single-case_studies .installation .left-col {
		padding: 0 4vw 0 4vw;
		width: 100%;
		flex:0 100%;
		max-width: 100%;
	}
	.single-case_studies .installation .right-col {
		width: 100%;
		flex:0 100%;
		max-width: 100%;
		padding-left:4vw;
		padding-top:30px;
	}
	.single-case_studies .installation button.slick-prev {
		bottom: 50%;
		left:0;
		transform: translate(-50%, 0);
		-moz-transform: translate(-50%, 0);
		-webkit-transform: translate(-50%, 0);
		z-index: 1;
	}
	.single-case_studies .installation button.slick-next {
		bottom: 50%;
		right:0;
		transform: translate(-50%, 0);
		-moz-transform: translate(-50%, 0);
		-webkit-transform: translate(-50%, 0);
		z-index: 1;
	}
	.single-case_studies .installation .right-col h4 {
		width: 100%;
		padding-top: 10px;
		font-size: 20px;
		line-height: 24px;
		text-align: center;
	}
	.single-case_studies .installation {
		padding-top: 20px;
		padding-bottom: 20px;
	}
}
@media (max-width:800px){
	.single-case_studies .intro {
		padding-top: 50px;
		padding-bottom: 20px;
	}
	.single-case_studies .installation .slick-slide .bg-image {
		min-height: 325px;
	}
	.single-case_studies .intro img {
		display: none;
	}
}
@media (max-width:550px){
	button.slick-next {
		height: 50px;
		width: 50px;
		z-index: 1;
	}
	button.slick-prev {
		height: 50px;
		width: 50px;
		z-index: 1;
	}
	button.slick-prev::after,
	button.slick-next::after {
		font-size: 34px;
	}
	.slick-disabled {
		opacity: 0 !important;
	}
	.single-case_studies .intro .row {
		padding: 25px 5px 25px 5px;
	}
	.single-case_studies .intro .bg-image{
		min-height: 300px;
		margin-top:10px;
	}
	.single-case_studies .intro .bg-image::after {
		content: "";
		background-color: #1EAA69;
		opacity: 0.3;
		height: calc(100% + 20px);
		width: 35%;
		top: -10px;
		z-index: 1;
		left: auto;
		position: absolute;
		right: 2vw;
	}
	.single-case_studies .intro h4 {
		width: fit-content;
		background: #0C1511;
		position: absolute;
		top: -47px;
		z-index: 1;
		left: 15px;
		padding: 11px 20px 8px 20px;
	}
	.single-case_studies .installation h2 {
		padding-bottom: 5px;
		margin-bottom: 10px;
	}
}
@media (max-width:440px){
	.single-case_studies .intro .bg-image{
		min-height: 275px;
		margin-top:10px;
	}
	.single-case_studies .installation .right-col{
		padding-right:4vw;
	}
	.single-case_studies .installation .right-col h4 {
		width: 100%;
		padding-top: 0;
		font-size: 18px;
		line-height: 22px;
	}
	.single-case_studies .installation button.slick-next {
		bottom: 50%;
		right: -9vw;
	}
	.single-case_studies .installation button.slick-prev {
		bottom: 50%;
		left: 4vw;
	}
}
@media (max-width:380px){
	button.slick-next {
		height: 40px!important;
		width: 40px!important;
		z-index: 1;
	}
	button.slick-prev {
		height: 40px!important;
		width: 40px!important;
		z-index: 1;
	}
	button.slick-prev::after,
	button.slick-next::after {
		font-size: 26px!important;
	}
	.single-case_studies .intro .bg-image{
		min-height: 250px;
		margin-top:10px;
	}
	.single-case_studies .intro .row {
		padding: 20px 0px 20px 0px;
	}
	.single-case_studies .intro h4 {
		width: fit-content;
		background: #0C1511;
		position: absolute;
		top: -40px;
		z-index: 1;
		left: 15px;
		padding: 9px 15px 5px 15px;
	}
	.single-case_studies .intro {
		padding-top: 40px;
		padding-bottom: 20px;
	}
	.single-case_studies .installation .slick-slide .bg-image {
		min-height: 300px;
	}
	.single-case_studies .installation .right-col h4 {
		font-size: 16px;
		line-height: 20px;
	}
}