.testimonial-slider {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	position: relative;
}

	.testimonial-slider-wrap,
	.testimonial-slide {
		display: -webkit-flex !important;
		display: -ms-flexbox !important;
		display: flex !important;
		-webkit-justify-content: start;
		    -ms-flex-pack: start;
		        justify-content: space-between;
		-webkit-align-items: stretch;
		    -ms-flex-align: stretch;
		        align-items: stretch;
	}
	
		.testimonial-quote {
			font-size: 200px;
			font-weight: 300;
			line-height: 1;
			padding-left: 120px;
			padding-right: 20px;
		}
	
			.testimonial-slide {
				line-height: 1.2;
				width: calc(100% - 50px);
				padding-right: 50px;
			}
		
				.testimonial-source-and-quote {
					display: -webkit-flex;
					display: -ms-flexbox;
					display: flex;
					-webkit-flex-direction: column;
					    -ms-flex-direction: column;
					        flex-direction: column;
					-webkit-align-items: flex-end;
					    -ms-flex-align: end;
					        align-items: flex-end;
					-webkit-justify-content: flex-start;
					    -ms-flex-pack: start;
					        justify-content: flex-start
				}
				
					.testimonials-source {
						font-size: 22px;
					}

/*slick*/
.testimonial-slide .slick-initialized .slick-slide {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.testimonial-slider-wrap .slick-prev,
.testimonial-slider-wrap .slick-next {
	padding: 10px 15px;
	background-color: transparent;
	color: #233452;
	font-size: 30px;
	font-weight: 300;
	line-height: 1;
	opacity: 1;
	position: absolute;
	z-index: 99;
	top: 50px;
	-ms-transform: translateY(-50%);
	    -webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	transition-property:  color;
	transition-duration: 0.2s;
	cursor: pointer;
}
	
.testimonial-slider-wrap:hover .slick-prev,
.testimonial-slider-wrap:hover .slick-next {
	opacity: 0.5;
}

.testimonial-slider-wrap .slick-prev:hover,
.testimonial-slider-wrap .slick-next:hover {
	color: white;
	opacity: 1;
}

.testimonial-slider-wrap .slick-prev {
	left: 0;
}
			
.testimonial-slider-wrap .slick-next {
	right: 0;
}
				
.testimonial-slider-wrap .slick-dots {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	    -webkit-align-items: center;
	        align-items: center;
	-ms-flex-pack: center;
	    -webkit-justify-content: center;
	        justify-content: center;
	width: 100%;
	margin: 5px 0 0;
	padding-left: 0;
	list-style-type: none;
	position: absolute;
	bottom: 15px;
	left: 0;
}

	.testimonial-slider-wrap .slick-dots button {
		display: block;
		width: 10px;
		height: 10px;
		margin: 0 5px;
		padding: 0;
		box-shadow: 0px 0px 1px 1px rgba(0,0,0,0.5);
		border-radius: 50%;
		overflow: hidden;
		text-indent: -9999px;
		transition-property: background-color;
		transition-duration: 0.1s;
	}
	
.testimonial-slider-wrap .slick-left-button {
	background-color: transparent;
	position: absolute;
    top: 0;
    height: 100%;
    border-right: 1px solid #eeeeee;
	cursor: pointer;
	transition-property: background-color;
    transition-duration: 0.2s;
}

.slick-right-button {
	background-color: transparent;
    position: absolute;
    height: 100%;
    top: 0;
    right: 0;
    border-left: 1px solid #eeeeee;
	cursor: pointer;
	transition-property: background-color;
    transition-duration: 0.2s;
}

.slick-left-button:hover,
.slick-prev:hover,
.slick-right-button:hover,
.slick-next:hover {
	background-color: grey;
}

.slick-prev:hover,
.slick-next:hover {
	border: none;
}

.slick-left-button .slick-prev,
.slick-right-button .slick-next {
	top: 50%;
}

.slick-left-button button,
.slick-right-button button {
	border: none;
	background: none;
	color: black;
	padding: 0 20px;
}

@media (max-width:1200px ) {
	.testimonial-slide.slick-slide {
		padding-top: 0 !important;
	}
}

@media ( max-width: 767px) {
	.testimonial-slide {
		-webkit-flex-direction: column;
		    -ms-flex-direction: column;
		        flex-direction: column;	
		padding: 0;
	}
	
	.testimonial-quote {
		padding-left: 0;
		padding-right: 0;
	}
	
	.testimonial-quote img {
		margin-left: auto;
		margin-right: auto;
	}
	.testimonial-source-and-quote {
		padding-top: 20px;
	}
	
	.testimonial-slider-wrap .slick-prev, 
	.testimonial-slider-wrap .slick-next {
		top:auto;
		bottom: 0;
	}
}
.two-halfs-columns {
	display: flex;
	align-items: stretch;
	justify-content: flex-end;
}

	.halfs-colums-box {
		width: 50%;
	}

		.halfs-columns-details {
			width: 318px;
			padding: 20px 0;
		}
		
			.two-halfs-columns .halfs-colums-box:first-child .halfs-columns-details {
				margin: 0 40px 0 auto;
			}

				.two-halfs-columns .halfs-colums-box:nth-child(2) .halfs-columns-details {
					margin: 0 auto 0 40px;
				}

			.halfs-column-image {
				height: 262px;
				display: flex;
				align-items: center;
			}

				.halfs-column-image img {
					display: block;
					margin: 0 auto;
				}

.halfs-column-heading {
	font-weight: 600;
	font-size: 20px;
}

.halfs-column-info {
	padding-top: 20px;
}

@media (max-width:767px) {
	.two-halfs-columns {
		display: block;
	}
	.halfs-colums-box {
		width: 100%;
		padding-left: 15px;
		padding-right: 15px;
	}
	
	.halfs-columns-details {
		width: 100%;
	}
	
	.two-halfs-columns .halfs-colums-box:nth-child(2) .halfs-columns-details,
	.two-halfs-columns .halfs-colums-box:first-child .halfs-columns-details {
		margin: 0;
	}
}.craft-design-ft-wrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.craft-design-ft-wrap .craft-right-column {
	flex-grow: 1;
}
.craft-footer-right-col {
	display: flex;
	justify-content: space-evenly;
	align-items: center;
}

.craft-ft-icon {
	display: flex;
    line-height: 1.2;
    align-items: flex-end;
	justify-content: flex-start;
}

.craft-ft-icon .fas {
	padding-right: 10px;
}

.ft-craft-right-text {
	line-height: 1.2;
}

.craft-ft-left-col {
	font-size: 20px;
}

.craft-left-column img {
	display: block;
}

@media (max-width:960px) {
	.ft-craft-right-text {
		font-size: 15px;
	}
	.craft-left-column img {
		margin-left: auto;
		margin-right: auto;
	}
	.craft-ft-left-col {
		font-size: 18px;
	}
}

@media (max-width:767px){
	
	.craft-design-ft-wrap {
		display: block;
		text-align: center;
	}
	.craft-footer-right-col {
		flex-direction: column;
		align-items: center;
	}
	
}

@media (max-width: 512px) {
	.craft-ft-left-col {
		font-size: 15px;
	}
}
