
.dg-container{
	width: 100%;
	position: relative;
	background-size:cover;
	padding-bottom:35px;
}
.dg-container .container{
	padding-top:25px;
	padding-bottom:20px;
}
.dg-wrapper{
	width: 481px;
	height: 316px;
	margin: 0 auto;
	position: relative;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-perspective: 1000px;
	-moz-perspective: 1000px;
	-o-perspective: 1000px;
	-ms-perspective: 1000px;
	perspective: 1000px;
}
.dg-wrapper a{
	width: 100%;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	text-align:center;
}
.dg-wrapper a.dg-transition{
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.dg-wrapper a .qt{
	text-align: center; 
	line-height: 1.4;
	color: #fff;
	font-size: 18px;
	font-weight:400;
	width: 100%;
	top:30px;
	display: none;
	position: relative;
	padding:10px 10px 15px 10px;
}
.dg-wrapper .quote-img{
	position:relative;
	padding-bottom:10px;
}
.dg-wrapper a.dg-center .qt{
	display: block;
}



.qt .name{
	font-size:22px;
	font-weight:500;
}

.qt p{
	font-size:15px;
	padding-top:5px;
	line-height:1.7;
}

.qt i{
	margin-left:15px;
	transition:.5s;
}

.qt i:hover{
	color:#4d9ae2; 
	transition:.5s;
}

.dg-container nav {
width: 100%;
position:relative;
z-index: 2;
bottom: 166px;
left: 0%;
margin-left: 0px;
background:none;
}
.dg-container nav span {
text-indent: -9000px;
float: left;
cursor: pointer;
width: 40px;
height: 157px;
opacity: 0.9;
}
.dg-container nav span:hover{
	opacity: 1;
}
.dg-container nav span.dg-prev {
/* background-position: 60px 36px; */
margin-left: 0px;
background: url(../images/arrow-left.png) no-repeat 0px 10px;
float:left;
}
.dg-container nav span.dg-next{
	margin-left: 10px;
background: url(../images/arrow-right.png) no-repeat 0px 10px;
float:right;
}


.mob-testimonial{
	display:none;
}


@media (max-width: 800px) {
	#dg-container{
		display:none;
	}
	.mob-testimonial{
		background: url(../images/wood3.jpg) no-repeat;
		background-size:cover;
		display:block;
	}
	.mob-testimonial .bx-wrapper .bx-viewport {
		background: none;
		border: none;
		box-shadow: none;
		left: 0px;
		transform: translateZ(0px);
		text-align:center;
	}
	.mob-testimonial .col-md-4{
		width:30%;
		left:37%;
		padding-top:35px;
	}
	.mob-testimonial .name{
		color:#fff;
		font-size:15px;
		font-weight:600;
		position:relative;
		top:4px;
	}
	.mob-testimonial p{
		font-size:14px;
		color:#fff;
		padding-top:8px;
	}
	.mob-testimonial .bx-wrapper .bx-controls-direction a {
		display:none;
	}
}
