﻿/* home-concept-one */

.video-testimonial.home-concept-one{
}

.video-testimonial.home-concept-one .video-testimonial-item{
	width:100%;
	height:auto;
	float:left;
	background:#1a202d;
	text-align:center;
}

.video-testimonial.home-concept-one .video-testimonial-item > .holder{
	width:100%;
	height:auto;
	float:left;
}

.video-testimonial.home-concept-one .video-testimonial-item > .holder > .pic{
	width:100%;
	height:auto;
	float:left;
	opacity:0.3;
	transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
}

.video-testimonial.home-concept-one .video-testimonial-item:hover > .holder > .pic{
	opacity:0.2;
}

.video-testimonial.home-concept-one .video-testimonial-item > .holder > .pic img{
	width:100%;
	float:left;
}

.video-testimonial.home-concept-one .video-testimonial-item > .holder > .overlay{
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	z-index:1;
	width:auto;
	height:auto;
	padding:20px;
}

.video-testimonial.home-concept-one .video-testimonial-item > .holder > .overlay > .table{
	display:table;
	table-layout:fixed;
	width:100%;
	height:100%;
	margin:0;
}

.video-testimonial.home-concept-one .video-testimonial-item > .holder > .overlay > .table > .table-cell{
	display:table-cell;
	width:100%;
	height:100%;
	vertical-align:middle;
}

.video-testimonial.home-concept-one .video-testimonial-item > .holder > .overlay a{
	display:inline-block;
	width:auto;
	height:auto;
	padding:14px 35px 15px 35px;
	background:#ffd74d;
	border-radius:3px;
	transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
}

.video-testimonial.home-concept-one .video-testimonial-item > .holder > .overlay a:hover{
	background:#f8d065;
}

.video-testimonial.home-concept-one .video-testimonial-item > .holder > .overlay a i{
	font-size:35px;
	color:#1a202d;
	line-height:35px;
}

.video-testimonial.home-concept-one .owl-dots{
	width:100%;
	height:auto;
	margin:30px 0px 0px 0px;
	font-size:0;
}

.video-testimonial.home-concept-one.dot-left .owl-dots{
	text-align:left;
}

.video-testimonial.home-concept-one.dot-center .owl-dots{
	text-align:center;
}

.video-testimonial.home-concept-one.dot-right .owl-dots{
	text-align:right;
}

.video-testimonial.home-concept-one .owl-dots > .owl-dot{
	display:inline-block;
	vertical-align:top;
	width:auto;
	height:auto;
	margin:0px 4px 0px 4px;
}

.video-testimonial.home-concept-one .owl-dots > .owl-dot:first-child{
	margin:0px 4px 0px 0px;
}

.video-testimonial.home-concept-one .owl-dots > .owl-dot:last-child{
	margin:0px 0px 0px 4px;
}

.video-testimonial.home-concept-one .owl-dots > .owl-dot > span{
	display:block;
	width:12px;
	height:12px;
	background:#ffd74d;
	border-radius:50%;
	cursor:pointer;
	transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
}

.video-testimonial.home-concept-one .owl-dots > .owl-dot.active > span{
	background:#1a202d;
}