/* ------------------------------------ Start OT - CMS Parallax ------------------------------- */
#otcmsparallax {
  float: left;
  text-align: center;
  width: 100%;
  position: relative;
  margin:0 0 80px;
}
#otcmsparallax .parallex {
	background-color: #4b6660;
	float: left;
	height: 550px;
	width: 100%;
}
#otcmsparallax .testimonial-block {
    float: left;
    width: 100%;
    padding: 130px 0;
}
#otcmsparallax .ot-testimonial {
    float: none;
    width: 60%;
    display: inline-block;
    vertical-align: top;
    position: relative;
}
#otcmsparallax .ot-testimonial .card-img {
    float: none;
    display:inline-block;
    vertical-align:top;
    width: auto;
    margin:0 0 20px;
	position:relative;
}
#otcmsparallax .ot-testimonial .card-img img {
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    max-width: 100%;
    border:5px solid #fff;
}
#otcmsparallax .ot-testimonial .card-text {
    font: italic 400 14px/22px var(--secondary-font);
    color: #fff;
    padding:0 85px;
    position:relative;
    text-align:center;
	float:left;
	width:100%;
}
#otcmsparallax .ot-testimonial .card-img::after {
    content: "\e244";
    left: auto;
    margin: 0 auto;
    position: absolute;
    right: -22px;
    top: 60%;
    font-family: material icons;
    font-size: 36px;
    color: #222;
    text-align: center;
    bottom: auto;
    font-style:normal;
	background: #00a8e1;
    height: 47px;
    width: 47px;
    padding: 6px;
    border-radius: 50%;
    line-height: 37px;
}
#otcmsparallax .ot-testimonial .card-title {
    float: left;
    width: 100%;
    position: relative;
    text-align: center;
	margin:0;
}
#otcmsparallax .ot-testimonial .card-title h5 {
    float: left;
    width: 100%;
    text-align: center;
    font: 600 20px/24px var(--primary-font);
    color: #fff;
    padding:5px 0;
	margin:0;
}
#otcmsparallax .ot-testimonial .card-title h6 {
    float: left;
    width: 100%;
    font:300 14px/18px var(--secondary-font);
    color: #fff;
    margin:0 0 20px;
}
#otcmsparallax .owl-dots {
    float: left;
    width: 100%;
    margin:20px 0 0;
}
#otcmsparallax .owl-dots button {
    border: none;
    font-size: 0;
    height: 10px;
    width: 10px;
    background: #fff;
    border-radius: 50%;
    cursor: pointer;
    padding: 0;
    margin: 0 5px;
    transition: all 200ms ease-in-out;
}
#otcmsparallax .owl-dots button:hover {
    background: #ffcd22;
	border-color: #ffcd22;
}
#otcmsparallax .owl-dots button.active {
    height: 12px;
    width: 12px;
    background: #ffcd22;
	border-color: #ffcd22;
}
@media(max-width:1399px){
	#otcmsparallax .testimonial-block {
		padding: 91px 0;
	}
	#otcmsparallax .parallex {
	height: 480px;
	}
}
@media(max-width:1199px){
	#otcmsparallax {
		margin:0 0 50px;
	}
	#otcmsparallax .ot-testimonial .card-text {
		padding: 0 0px 20px;
	}
	#otcmsparallax .owl-dots {
    	margin:0;
	}
}
@media(max-width:991px) {
	#otcmsparallax .testimonial-block {
		padding: 81px 0;
	}
	#otcmsparallax .ot-testimonial .card-text {
		width: 100%;
		padding: 0 0 20px;
	}
	#otcmsparallax .parallex {
    height: 460px;
	}
	#otcmsparallax {
		margin:0 0 40px;
	}
}

@media(max-width:767px) {
    #otcmsparallax .ot-testimonial .card-text {
        width: 100%;
    }
    #otcmsparallax .ot-testimonial {
        width: 95%;
    }
    #otcmsparallax .parallex {
      	height: 100%;
    }
	#otcmsparallax .testimonial-block {
		padding: 53px 0;
	}
	
	#otcmsparallax {
		margin:0 0 40px;
	}
}
@media(max-width:544px) {
    #otcmsparallax .testimonial-block {
        padding: 60px 0;
    }
}
@media(max-width:543px) {
    #otcmsparallax .ot-testimonial {
        width: 100%;
    }
    #otcmsparallax .ot-testimonial .card-text {
        font-size:14px;
    }
	#otcmsparallax {
		margin:0 0 40px;
	}
}
@media(max-width:480px) {
#otcmsparallax .ot-testimonial .card-title h5 {
font-size:21px;
line-height:22px;
}
}