


/*** 

====================================================================
	testimonial-style
====================================================================

***/

.testimonial-style{
	position:relative;
	background:url(../images/background/testimonail-bg.png) repeat;
	padding: 50px 0px 50px;
}

.testimonial-style h2{
	margin-bottom:50px;
}
.text-leftt{
text-align:left;
}
.testimonial-block{
	position:relative;
	padding-left:18px;
	padding-bottom:15px;
}

.testimonial-block .inner-box{
	position:relative;
	background-color:#ffffff;
	border:1px solid #f0f0f0;
	padding:35px 25px 35px 50px;
	margin-bottom:35px;
}

.testimonial-block .inner-box:after{
	position:absolute;
	content:'';
	left:22px;
	bottom:-10px;
	display:inline-block;
	width:20px;
	height:20px;
	background-color:#ffffff;
	-ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.testimonial-block .inner-box h3{
    color: #000;
    font-size: 18px;
    line-height: 30px;
    font-weight: 600;
    padding: 0;
    margin: 0;
    margin-bottom: 5px;
}

.testimonial-block .inner-box .text{
	color: #000;
    font-size: 15px;
    line-height: 28px;
}

.testimonial-block .quote-icon{
	position:absolute;
	width:50px;
	height:45px;
	top:37px;
	left:0px;
	background-color:#4294e1;
	text-align:center;
	z-index:9;
}

.testimonial-block .quote-icon:before{
	position: absolute;
    content: '';
    left: 1px;
    top: -16px;
    width: 0;
    height: 0;
    border-bottom: 16px solid #4294e1;
    border-left: 18px solid transparent;
}

.testimonial-block .quote-icon span{
	font-size: 22px;
    color: #ffffff;
    line-height: 42px;
}

.testimonial-block > h4{
	position:relative;
	color:#222222;
	font-size:18px;
	margin-bottom:0px;
	font-weight:700;
}

.testimonial-block .desination{
	color:#4294e1;
}

.testimonail-carousel .owl-controls .owl-nav {
    margin: 0px !important;
    position: absolute;
    right: 0px;
    top: -100px;
}

.testimonail-carousel .owl-controls .owl-nav [class*="owl-"] {
    position: relative;
    display: inline-block;
    margin: 0px 0px 0px 1px;
    width: 35px;
    height: 35px;
    padding: 0px;
    color: #ffffff;
    font-size: 22px;
    line-height: 32px;
    text-align: center;
    border-radius: 0px;
    background: #4294e1 !important;
}

.testimonail-carousel .owl-controls .owl-nav [class*="owl-"]:hover{
	background-color:#000 !important;
}

.testimonail-carousel .owl-controls .owl-dots {
    display: none !important;
}

img.img60 {
    width: 100px !important;
    height: auto;
    margin-bottom: 5px;
}