.image-banner-and-text {
	background-repeat: no-repeat;
	background-size: cover;
}

	.h4.image-banner-heading {
		line-height: 1.75;
		font-size:27px;
	}

	

.text-image-wrap {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-align-items: flex-start;
	    -ms-flex-align: start;
	        align-items: flex-start;
}

	.text-image-image {
		max-width: 40.625%;
	}

		.text-image-image img {
			height: auto;
			max-width: 100%;
			display: block;
		}
	
		.text-image-wrap.text-right .text-image-image {
			-webkit-order: 0;
			    -ms-flex-order: 0;
			        order: 0;
			-webkit-flex-shrink: 1;
			    -ms-flex-negative: 1;
			        flex-shrink: 1;
			-webkit-flex-grow: 0;
			    -ms-flex-positive: 0;
			        flex-grow: 0;
		}

		.text-image-wrap.text-left .text-image-image {
			-webkit-order: 1;
			    -ms-flex-order: 1;
			        order: 1;
			-webkit-flex-shrink: 1;
			    -ms-flex-negative: 1;
			        flex-shrink: 1;
			-webkit-flex-grow: 0;
			    -ms-flex-positive: 0;
			        flex-grow: 0;
		}	
		
		.text-image-text {
			width: 59.375%;
		}
		
		.text-image-wrap.text-right .text-image-text {
			-webkit-order: 1;
			    -ms-flex-order: 1;
			        order: 1;
			-webkit-flex-shrink: 1;
			    -ms-flex-negative: 1;
			        flex-shrink: 1;
			-webkit-flex-grow: 1;
			    -ms-flex-positive: 1;
			        flex-grow: 1;
			padding-left: 40px;
		}
		
		.text-image-wrap.text-left .text-image-text {
			-webkit-order: 0;
			    -ms-flex-order: 0;
			        order: 0;
			-webkit-flex-shrink: 1;
			    -ms-flex-negative: 1;
			        flex-shrink: 1;
			-webkit-flex-grow: 1;
			    -ms-flex-positive: 1;
			        flex-grow: 1;
			padding-right: 40px;
		}

			.text-image-text .accent-text {
				text-transform: none;
			}
	
@media ( max-width: 960px ) {
	.text-image {
		padding-bottom: 50px !important;
		padding-top: 50px !important;
	}
	
	.text-image-wrap {
		-webkit-flex-direction: column;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
	
		.text-image-text {
			max-width: 100%;
			width: 100%;
		}
	
		.text-image-image {
			margin-left: auto;
			margin-right: auto;
			padding-bottom: 30px;
			max-width: 100%;
		}
	
		.text-image-wrap.text-left .text-image-text {
			padding-right: 0;
		}
	
		.text-image-wrap.text-right .text-image-text {
			padding-left: 0;
		}
}
.simple-text-wrap {
	margin-left: auto;
	margin-right: auto;
}

.accent-text {
	text-transform: uppercase;
	font-size: 16px;
}

@media ( max-width: 960px ) {
	h2.h3 br {
		display: none;
	}
	
	.simple-text {
		padding-bottom: 50px !important;
		padding-top: 50px !important;
		color: inherit;
	}
}

@media ( max-width: 600px ){
	body.home .simple-text h2.module-heading{
		font-size: 30px;
	}
}
/*testimonial*/ 
.reviews-detail{
	line-height: 1.85;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: flex-start;
	    -webkit-align-items: flex-start;
	        align-items: flex-start;
	-ms-flex-direction: column;
	    -webkit-flex-direction: column;
	        flex-direction: column;
	padding: 30px;
	text-align: left;
}

.testimonial-card-wrap .slick-track{
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: stretch;
	    -ms-flex-align: stretch;
	        align-items: stretch;
	-webkit-justify-content: space-around;
	    -ms-flex-pack: distribute;
	        justify-content: space-around;
	padding-top: 40px;
}
.reviews-detail-wrap.slick-slide{
	height: auto;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: stretch;
	    -ms-flex-align: stretch;
	        align-items: stretch;
	background: white;
	margin-right: 40px;
	box-shadow: 0 0 15px 0 rgba(243,243,243,0.50);
	border-radius: 4px;
}

.testimonial-card-section-heading .h4 {
	font-weight: 600;
}

.customer-review{
	max-width: 340px;
	font-size:14px;
	-webkit-flex-grow: 1;
	    -ms-flex-positive: 1;
	        flex-grow: 1;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
}
.customer-name .h5{
	font-weight: 600;
	text-align: left;
	padding-bottom: 0;
}

.testi-date {
	width: 100%;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding-top: 30px;
	text-transform: uppercase;
	font-weight: 400;
}

.reviews-detail-wrap.slick-slide:last-child{
	margin-right: 0;
}

.testimonial-card-wrap .slick-prev, .testimonial-card-wrap .slick-next {
		width:30px;
		height: 30px;
		color: #000000;
		font-size: 20px;
		line-height: 1;
		position: absolute;
		border-radius: 50%;
		z-index: 99;
		top: 100%;
		-ms-transform: translateY(-50%);
		    -webkit-transform: translateY(-50%);
		        transform: translateY(-50%);
		transition-property:  background-color, color;
		transition-duration: 0.2s;
		cursor: pointer;
	}
		.testimonial-card-wrap .slick-prev {
			left: 0;
		}
			.testimonial-card-wrap .fa-angle-left:before{
				position: absolute;
				top:50%;
				-ms-transform: translate(-4px, -11px);
				    -webkit-transform: translate(-4px, -11px);
				        transform: translate(-4px, -11px);
			}

			.testimonial-card-wrap .fa-angle-right:before{
				position: absolute;
				top:50%;
				-ms-transform: translate(-2px, -11px);
				    -webkit-transform: translate(-2px, -11px);
				        transform: translate(-2px, -11px);
			}

		.testimonial-card-wrap .slick-next {
			right: -18px;
		}

		.testimonial-card-wrap .slick-left-button:hover, 
		.testimonial-card-wrap .slick-prev:hover, 
		.testimonial-card-wrap .slick-right-button:hover, 
		.testimonial-card-wrap .slick-next:hover {
			background-color: transparent;
		}

@media ( max-width:1200px ) {
	.reviews-detail-wrap.slick-slide {
		padding-top: 0 !important;
		padding-bottom: 20px;
	}
}

@media ( max-width: 600px ) {
	.reviews-detail-wrap.slick-slide {
		margin-right: 0;
	}
	
	.customer-review {
		max-width: 100%;
	}
	
	.testimonial-card-wrap .slick-next {
		right: -22px;
	}
}.footer-5-content {
	display: flex;
	align-items: stretch;
}

	.box {
		width:100%;
		padding: 40px 30px;
		font-size: 14px;
	}

	.box:first-child:nth-last-child(4), .box:first-child:nth-last-child(4) ~ .box {
		width:25%;
	}

	.icon-list-item {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-align: start;
		align-items: flex-start;
		-ms-flex-pack: justify;
		justify-content: space-between;
		margin-bottom: 15px;
	}

	.icon-list-item > .fa,
	.icon-list-item > .fas {
		font-size: 24px;
		line-height: 1;
	}

	.icon-list-text {
		width: calc(100% - 40px);
		text-align: left;
	}

	.icon-list-text a {
		color: inherit;
		text-decoration: none;
	}

@media (max-width:1200px) {
	.footer-5-content {
		padding-left: 0;
		padding-right: 0;
	}	
}

@media (max-width: 1023px) {
	.footer-5-content {
		flex-wrap: wrap;
	}
	
	.box:first-child:nth-last-child(4), .box:first-child:nth-last-child(4) ~ .box {
    	width: 50%;
	}
}

@media ( max-width: 767px ) {
	.box {
		width: 100% !important;
	}
}