.qss-testimonial-sec {
	width:100%;
	min-height: 500px;
	height:100vh;
	position: relative;
	background: #ddd;
	overflow: visible;
}
.qss-testimonial-sec .container {
	    position: absolute;
		top: 100px;
		left: 0;
		right: 0;
		z-index: 1;
		width: 100%;
		text-align: center;
}
.qss-testimonial-sec .sec-title h2 {
	font-family: 'Lato', sans-serif;
    font-size: 50px;
    font-weight: 700;
    color: #fff;
    text-align: center;
}
.qss-testimonial-sec #holder {
	max-width: 1200px;
	width: 98%;
	min-height: 360px;
	height:360px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}
.qss-testimonial-sec #image {
	width: 30%;
	height: 100%;
	float: left;
	position: relative;
	z-index: 200;
	background:;
	box-shadow:0px 40px 120px 0px rgba(0,0,0,.52);
	overflow: visible;
}
.qss-testimonial-sec #right{
	width: 70%;
	height: 100%;
	float: right;
	position: relative;
}
.qss-testimonial-sec #text {
	display:flex;
	align-items:center;
	width: 70%;
	height: 320px;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	z-index: 100;
	background: rgba(255,255,255,.57);
	box-shadow:0px 40px 120px 0px rgba(0,0,0,.52);
}
.qss-testimonial-sec a {
	display: block;
	text-decoration: none;
	outline: none;
	outline-color: none;

}
.qss-testimonial-sec #nav-cirlces {
	width: 100%;
	height: 20px;
	position: absolute;
	bottom: 8%;
	left: 50%;
	margin-left: -50px;
}
.qss-testimonial-sec .circle {
	width: 20px;
	height: 100%;
	float: left;
	border-radius:100%;
	border:2px solid #fff;
	margin:0 6px;
	cursor: pointer;
	-webkit-transition:all .75s  cubic-bezier(.86,.3,.07,1);
	-moz-transition:all .75s  cubic-bezier(.86,.3,.07,1);
	-o-transition:all .75s  cubic-bezier(.86,.3,.07,1);
	transition:all .75s  cubic-bezier(.86,.3,.07,1);
}
.qss-testimonial-sec #centerText {
	width: 100%;
	height:100%;
	position: absolute;
	margin-top:-100px;
	padding: 10px 0;
	overflow: visible;
}
.qss-testimonial-sec p {	
	width: 100%;
	height: 150px;
	position: absolute;
	top: 35px;
	left: 0;
	right: -150px;
	bottom: 0;
	font-family: 'Lato', sans-serif;
    font-size: 18px;
    color: #000000;
	margin: auto;	
	padding: 0 25px;
	text-align:left;
	opacity: 0;
	-webkit-transition:all 2s  cubic-bezier(.86,.3,.03,1) , opacity .7s cubic-bezier(.86,.3,.47,1) .3s;
	-moz-transition:all 2s  cubic-bezier(.86,.3,.03,1) , opacity .7s cubic-bezier(.86,.3,.47,1) .3s;
	-o-transition:all 2s  cubic-bezier(.86,.3,.03,1) , opacity .7s cubic-bezier(.86,.3,.47,1) .3s;
	transition:all 2s  cubic-bezier(.86,.3,.03,1) , opacity .7s cubic-bezier(.86,.3,.47,1) .3s;
}
.qss-testimonial-sec p.quote.active {
	right:0;
	opacity: 1;
	background: transparent;
}
.qss-testimonial-sec .quote .title {
	display: block;
    font-family: 'Lato', sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
    margin: 0 0 15px;
}
.qss-testimonial-sec .quote .text {
	display:block;
	font-family: 'Lato', sans-serif;
    font-size: 18px;
    color: #000000;
    line-height: 28px;
}
.qss-testimonial-sec .quote .info-text {
	display:block;
	padding-top:15px;
}
.qss-testimonial-sec .quote .author {
	display:block;
    font-family: 'Lato', sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: #000000;
}
.qss-testimonial-sec .quote .designation {
	display:block;
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #000000;
}
.qss-testimonial-sec .active {
	background: #fff;
}
.qss-testimonial-sec .img {
	width: 100%;
	height: 100%;
	position: absolute;
	right: -100%;
	background-position:  center !important;
	background-size:cover;	
	background-repeat: no-repeat;
	opacity: 0;
	z-index: 400;
	-webkit-transition:all 2s  cubic-bezier(.86,.3,.03,1) , opacity .7s cubic-bezier(.86,.3,.47,1) .3s;
	-moz-transition:all 2s  cubic-bezier(.86,.3,.03,1) , opacity .7s cubic-bezier(.86,.3,.47,1) .3s;
	-o-transition:all 2s  cubic-bezier(.86,.3,.03,1) , opacity .7s cubic-bezier(.86,.3,.47,1) .3s;
	transition:all 2s  cubic-bezier(.86,.3,.03,1) , opacity .7s cubic-bezier(.86,.3,.47,1) .3s;
}
.qss-testimonial-sec .img .video-play-button {
    position: absolute;
    z-index: 10;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    box-sizing: content-box;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 32px;
    height: 44px;
    border-radius: 50%;
    padding: 10px;
    cursor: pointer;
}
.qss-testimonial-sec .img .video-play-button span {
    display: block;
    position: relative;
    z-index: 3;
    width: 0;
    height: 0;
    border-left: 18px solid #fff;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
}
.qss-testimonial-sec .img .video-play-button:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 60px;
    height: 60px;
    background: #ec3636;
    border-radius: 50%;
    animation: pulse-border 1500ms ease-out infinite;
}
.qss-testimonial-sec .img .video-play-button:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 60px;
    height: 60px;
    background: #fa183d;
    border-radius: 50%;
    transition: all 200ms;
}
.qss-testimonial-sec .img.active{
	right:0;
	opacity: 1;
	z-index: 500;
}
.qss-testimonial-sec .jim-laitze {
	background: #fff url(../img/jim-laitze.jpg);
}
.qss-testimonial-sec .matthew-johnson {
	background: #fff url(../img/matthew-johnson.jpg);
}
.qss-testimonial-sec .iwan-postel {
	background: #fff url(../img/iwan-postel.jpg);
}
.qss-testimonial-sec .dana-love {
	background: #fff url(../img/dana-love.jpg);
}

.qss-testimonial-sec #bg{
	width: 100%;
	height: 100%;
	position: absolute;
}
.qss-testimonial-sec .slide {
	width: 100%;
	height: 100%;
	position: absolute;
	/*right: -100%;*/
	opacity: 0;	
	-webkit-transition:all 1.5s ease;
	-moz-transition:all 1.5s ease;
	-o-transition:all 1.5s ease;
	transition:all 1.5s ease;	
}
.qss-testimonial-sec .slide.active{
	/*right: 0%;*/
	opacity: 1;
}
.qss-testimonial-sec .jim-laitze-bg{
	background: #fff url(../img/jim-laitze-bg.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.qss-testimonial-sec .matthew-johnson-bg {
	background: #fff url(../img/matthew-johnson-bg.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.qss-testimonial-sec .dana-love-bg {
	background: #fff url(../img/dana-love-bg.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.qss-testimonial-sec .iwan-postel-bg {
	background: #fff url(../img/iwan-postel-bg.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

@media screen and (max-width:1600px) {
	.qss-testimonial-sec .sec-title h2 {
		font-size: 42px;
	}
}
@media screen and (max-width:1440px) {
	.qss-testimonial-sec .sec-title h2 {
		font-size: 36px;
	}
}
@media screen and (max-width:1280px) {
	.qss-testimonial-sec .sec-title h2 {
		font-size: 30px;
	}
}
@media screen and (max-width:1279px) {
	.qss-testimonial-sec #holder {
		max-width:960px;
	}
	.qss-testimonial-sec .quote .title {
		font-size: 22px;
		margin-bottom:10px;
	}
	.qss-testimonial-sec .quote .text {
		font-size: 16px;
		line-height:26px;
	}
	.qss-testimonial-sec .quote .author {
		font-size: 18px;
	}
	.qss-testimonial-sec .quote .info-text {
		padding-top:10px;
	}
}
@media screen and (max-width:991px) {
	.qss-testimonial-sec #holder {
		max-width: 720px;
	}
	.qss-testimonial-sec p {
		top:0;
	}
	.qss-testimonial-sec .quote .title {
		font-size: 20px;
		line-height:26px;
	}
	.qss-testimonial-sec .quote .text {
		font-size: 15px;
		line-height:22px;
	}
	.qss-testimonial-sec #centerText {
		top:55px;
	}
	.qss-testimonial-sec .container {
		top:45px;
	}
}

@media screen and (max-width:639px){
	.qss-testimonial-sec {
/* 		height:30vh; */
	}
	.qss-testimonial-sec .container {
		top:40px;
	}
	.qss-testimonial-sec .sec-title h2 {
		font-size: 28px;
	}
	.qss-testimonial-sec #holder{
		max-width: 100%;
		width: 92%;
		min-height: 380px;
		height:100%;
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		margin: auto;
	}
	.qss-testimonial-sec #image .img{
		background-position:100% auto !important;
		background-size:contain !important;
	}
	.qss-testimonial-sec #image{
		width: 320px;
		height:180px;
		float: left;
		position: absolute;
		top: 50%;
		left: 50%;
		margin-top: -280px;
		margin-left: -160px;
	}
	.qss-testimonial-sec #right{
		width: 100%;
		height: 100%;
		float: right;
		position: relative;
		background: blue;
	}
	.qss-testimonial-sec #text{
		position: absolute;
		left: 0;
		right: 0;
		top: 150px;
		bottom: 0;
		width:100%;
		height: 420px;
		margin-top:-100px;
		padding: 150px 0!important;
		overflow: visible;
		margin: auto;
	}
	.qss-testimonial-sec #centerText{
		width: 100%;
		height:200px;
		position: absolute;
		top: 30%;
		margin-top:-100px;
		padding: 120px 0!important;
		overflow: visible;
	}
	.qss-testimonial-sec p {
		padding-left:15px;
		padding-right:15px;
	}
	.qss-testimonial-sec #nav-cirlces {
		bottom:50px;
	}

}
