
/*-- Testimonial Section --*/
.dg-container{
	width: 100%;
	height: auto;
	position: relative;
	background:url(../images/wood2.jpg) no-repeat;
	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 .dg-img{
	padding: 40px 0px 0px 0px;
}
.dg-wrapper a .qt{
	text-align: center;
	background:rgba(0, 0, 0, .4);
	line-height: 1.4;
	text-shadow: 2px 2px 1px rgba(79, 79, 79, .6);
	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;
	text-shadow: 2px 2px 1px rgba(79, 79, 79, .6);
}

.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;
}

/*-- Index 6 --*/
.mobile-show{
	background: url(../images/slide1.jpg) no-repeat;
	background-size:cover;
	padding-top:50px;
}

.mobile-show h2{
	font-size:55px;
	font-weight:500;
	padding-top:10px;
	line-height:1.2;
}

.mobile-show p{
	line-height:24px;
	padding-top:5px;
}






@media (max-width: 800px) {
	#dg-container{
		display:none;
	}
	.mob-testimonial{
		background:url(../images/wood2.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;
		
		background:rgba(0, 0, 0, .4);
		color:#fff;
		padding-top:8px;
	}
	.mob-testimonial .bx-wrapper .bx-controls-direction a {
		display:none;
	}
	.features img {
		width: 100%;
	}
	.home-2 .tour{
		display:none;
	}
	.hero-section .purchase-btn{
		text-align:left;
	}
	.flip-clock-wrapper{
		left:1%;
	}
	.top-support img{
		width:100%;
	}
	.mobile-show img{
		width:100%;
	}
	.mobile-show{
		padding-bottom:40px;
	}
}

@media (max-width: 768px) {
	.navbar{
		padding-bottom:0px;
	}
	.nav{
		left:5px;
	}
	.navbar-toggle{
		top:14px;
	}
	.navbar-brand{
		padding-top:17px;
	}
	.navbar-header{
		padding-bottom:25px;
	}
	.navbar-nav > li > a {
		padding: 10px 10px 10px;
		border-bottom:0px;
	}
	.navbar-default .navbar-nav > li:hover > a{
		border-bottom:0px;
	}
	.nav > li > .active{
		border-bottom:none;
	}
	.dropdown{
		display:none;
	}
	ul.nav li.dropdown:hover ul.dropdown-menu{ display:none; }
	ul.nav li.dropdown:focus ul.dropdown-menu{ display:none; }
	.navbar-nav > li > .dropdown-menu{
		left:0px;
		right:auto;
	}
	.for-mob-menu{
		list-style:none;
		display:block;
	}
}

@media (max-width: 680px) {
	.home-2 p{
		display:none;
	}
	#parallax-bg6 {
		font-size:50px;
		right:40px;
	}
	.subscribe input{
		width:50%;
		margin-left:15%;
	}
}

