.halftext-halfimage .inner.left{
	padding-left: 7vw;
	width: 100%;
}
.halftext-halfimage .inner.left .text{
	padding:60px 70px 50px 0;
	overflow: hidden;
}
.halftext-halfimage .inner.right{
	padding-right: 7vw; 
	float: right;
	width:100%;
}
.halftext-halfimage .inner.right .text{
	height: 100%;
}
.halftext-halfimage .text h1,
.halftext-halfimage .text h2,
.halftext-halfimage .text h3,
.halftext-halfimage .text h1{
	margin-top:0;
}
.halftext-halfimage .text p strong{
	color: #c29e29;
	font-weight: 700;
}

.halftext-halfimage .text{
	position: relative;
}


.halftext-halfimage .text .quote-circle{
	position: absolute;
	right: -77px;
	top: 50%;
	transform: translate(0, -50%);
}
.halftext-halfimage ul li{
	padding-bottom: 15px;
}
.halftext-halfimage ul li:last-child{
	padding-bottom: 0;
}
.halftext-halfimage ul li strong{
	color:#35766b;
}
.tittle .halftext-halfimage h3{
	font-family:gilroy;
	font-size:27px;
}





.halftext-halfimage .image-text{
	display: flex;
}
.halftext-halfimage .image-text .inner.right .text {
    padding: 60px 0 50px 70px;
    overflow: hidden;
}







@media (max-width: 1600px){
	.halftext-halfimage .inner.left{
		padding:0 1vw;
	}
}
@media (max-width: 1025px){
		.halftext-halfimage .inner.left .text {
   	 	padding: 60px 22px 50px 0;
    	overflow: hidden;
	}
}
@media (max-width: 992px){
	.halftext-halfimage .col{
		padding:0;
		margin:0;
	}
	.halftext-halfimage .inner.left{
		padding:0 25px;
	}
	.halftext-halfimage .inner.left .text{
		padding: 60px 0px 60px 0;
	}
	.halftext-halfimage .text .quote-circle{
		position: relative;
		right: 0;
		top: 0;
		transform: inherit;
	}
	.halftext-halfimage .bg-cover{
		height: 280px;
	}

	.halftext-halfimage .image-text{
		display: block;
	}


	.halftext-halfimage .inner.right{
		padding:0;
	}
	.halftext-halfimage .image-text .inner.right .text{
		padding: 25px 25px;
	}

	.halftext-halfimage .blue-half-section{
		text-align: center;
	}
}

@media (max-width: 767px){
	.halftext-halfimage .blue-half-section h3{
		padding-top: 0 !important;
	}
}






