@import url('https://fonts.googleapis.com/css?family=Shadows+Into+Light');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,400i,600,600i,700');
.testimonail-item-box{
	background-color: #eda21d;
	padding: 75px 0;
}
.testimonial-content-area{
	font-family: 'Shadows Into Light', cursive;
	font-weight: 300;
	background-color: #fff;
	padding: 60px 60px 40px;
	font-size: 25px;
	line-height: 1.5;
	color: #222221;
	-webkit-box-shadow: -5px 5px 20px 0 rgba(0,0,0,0.6);
	box-shadow: -5px 5px 20px 0 rgba(0,0,0,0.6);
}

.testimonial-content-area h5{
	font-family: 'Shadows Into Light', cursive !important;
	color: #222221;
	font-size: 25px;
	line-height: 1.5;
	float: right;
	padding: 0 15px 5px;
	border-bottom: 1px solid #222221;
	text-transform: capitalize !important;
}
.testimonail-item-box .row{
	position: relative;
}
.ti-col-2{
	float: right;
	padding: 0 100px;
}
.ti-col-1{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.ti-quote{
	position: absolute;
	background-repeat: no-repeat;
	background-position: left top;
	background-attachment: scroll;
	width: 72px;
	height: 50px;
}
.ti-quote-dark-top{
	background-image: url(../images/img-quote-dark-top.png);
	left: 0;
	top: 0;
}
.ti-quote-dark-bot{
	background-image: url(../images/img-quote-dark-bottom.png);
	right: 0;
	bottom: 0;
}
.ti-col-1 h3{
	font-family: 'Open Sans', sans-serif !important;
	font-size: 48px !important;
	font-weight: bold !important;
	color: #252525 !important;
	line-height: 1.2 !important;
	margin: 0 !important;
}
.testimonail-item-box:nth-child(even){
	background-color: #3b3b3b;
}
.testimonail-item-box:nth-child(even) .ti-col-1 h3{
	color: #eda21d !important;
}
.testimonail-item-box:nth-child(even) .ti-col-1{
	left: auto;
	right: 0;
}
.testimonail-item-box:nth-child(even)  .ti-col-2{
	float: left;
}
.testimonail-item-box:nth-child(even) .ti-quote-dark-top{
	background-image: url(../images/img-quote-yellow-top.png);
}
.testimonail-item-box:nth-child(even)  .ti-quote-dark-bot{
	background-image: url(../images/img-quote-yellow-bottom.png);
}
@media (max-width: 1199px) {
	.ti-quote{
		background-size: 50px auto;
		width: 50px;
    	height: 36px;
	}
	.ti-col-2{
		padding: 0 70px;
	}
}
@media (max-width: 992px) {
	.testimonail-item-box{
		padding: 50px 0;
	}
	.ti-col-1{
		position: relative;
		display: block;
		height: auto;
		text-align: center;
	}
	.ti-col-1 h3{
		margin-bottom: 40px !important;
		font-size: 35px !important;
	}
}
@media (max-width: 767px) {
	.ti-col-2{
		padding: 0 15px;
	}
	.testimonial-content-area{
		    padding: 20px 20px 20px;
	}
	.ti-quote{
		background-size: 40px auto;
		width: 40px;
    	height: 30px;
	}
	.ti-quote-dark-top{
		    left: 30px;
    		top: -15px;
	}
	.ti-quote-dark-bot{
		right: 30px;
		bottom: -15px;
	}
	.ti-col-1 h3{
		font-size: 28px;
	}
}