.image-grid-section-heading {
	padding-bottom: 20px;
}

	.image-grid-section-heading .module-heading,
	.image-grid-section-heading .module-heading a{
		color: #ffffff;
		text-transform: uppercase;
	}

.image-module-image {
    width: 18%;
    padding-right: 15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	-webkit-box-align: stretch;
	    -ms-flex-align: stretch;
	        align-items: stretch;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}

.image-module-image:last-child {
	padding-right: 0;
}
.image-grid-items {
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-ms-flex-pack: justify;
	    -webkit-box-pack: justify;
	        justify-content: space-between;
	-ms-flex-align: stretch;
	    -webkit-box-align: stretch;
	        align-items: stretch;
}

		.image-module-image img,
		.image-module-image a{
			display: block;
			margin-left: auto;
			margin-right: auto;
			text-decoration: none;
			line-height: 1.2;
			
		}

.image-link-heading {
	padding-top: 5px;
	text-align: center;
	
}

@media (max-width: 1370px) {
	.images-grid-wrap {
		padding-left: 15px;
		padding-right: 15px;
	}
}
@media ( max-width:1200px ) {
	
	.image-grid-items {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		-ms-flex-pack: center;
		    -webkit-box-pack: center;
		        justify-content: center;
	}
	
	.image-module-image {
		margin-bottom: 20px;
		padding-right: 20px;
	}
	.image-module-image {
   		 width: 33.33%;
    	padding-right: 15px;
	} 
	.image-module-image :last-child {
		padding-right: 0;
	}
}

@media (max-width: 767px) {
	.image-module-image {
   		 width: 50%;
	}
	.image-link-heading {
		font-size: 18px;
	}
	.image-module-image img,
	.image-module-image a{		
		width: 100%;
		height: auto;
	}
}

@media (max-width: 480px) {
	.image-module-image {
   		width: 100%;
		max-width: 210px;
	} 
}







.simple-text {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.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;
	}
	

}

/*testimonial*/ 
.testimonial-cards {
	background-repeat: no-repeat;
	background-size: cover;
}
.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;
}

.testi-date {
	-webkit-flex-grow: 1;
	    -ms-flex-positive: 1;
	        flex-grow: 1;
	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-content {
	padding-bottom: 70px;
	padding-top: 70px;
}

	#footer-logo {
		padding-bottom: 50px;
	}

		#footer-logo img {
			display: block;
		}

	.footer-icons {
		display: flex;
		justify-content: flex-start;
		align-items: center;
	}

		.footer-icon-text {
			padding-right: 20px;
		}

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

				.footer-icon-text .fa {
					padding-right: 5px;
				}

#footer-copyright {
	padding-bottom: 20px;
	padding-top: 20px;
	text-align: center;
	font-size: 85%;
}

	#footer-copyright-and-zd-logo {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}

		#ft-zd-logo {
			padding-top: 10px;
			text-align: center;
		}

			#ft-zd-logo img {
				width: 50%;
				height: auto;
			}

/*media queries*/
@media ( max-width: 767px ) {
	#footer-content {
		padding-bottom: 50px;
		padding-top: 50px;
	}
	
		#footer-logo img {
			height: auto;
			width: 300px;
		}

		.footer-icons {
			flex-direction: column;
		}

			.footer-icon-text {
				padding-bottom: 10px;
				padding-right: 0;
			}
}