/* Tc Testimonial block start */
#testimonial-carousel{padding:0;}
.tctestimonialcmsblock-wrapper{width:73%;margin:0 auto;direction: ltr !important;position:relative}
.tctestimonialcmsblock-wrapper:before {
   content: "";
    background-image: url(../img/01.gif);
    background-position: center;
    background-size: 75px;
    width: 80px;
    height: 80px;
    background-repeat: no-repeat;
    position: absolute;
    top: 35px;
    bottom: auto;
    right: -26%;
    left: auto;
    margin: 0 auto;
    text-align: center;
    display: block;
}
#tctestimonialcmsblock{
	padding: 87px 0 55px 0;
	background-image: url(../img/parallex.jpg);
	background-repeat:repeat;
	background-size: cover;
	margin-bottom: 0;
	position: relative;
	-webkit-animation: 150s scroll infinite linear;
	-moz-animation: 150s scroll infinite linear;
	-o-animation: 150s scroll infinite linear;
	-ms-animation: 150s scroll infinite linear;
	animation: 150s scroll infinite linear;

}
@-webkit-keyframes scroll{
  100%{
    background-position:-3000px 0;
  }
}
#tctestimonialcmsblock:before {
   content: "";
    background-image: url(../img/03.gif);
    background-position: center;
    background-size: 75px;
    width: 80px;
    height: 80px;
    background-repeat: no-repeat;
    position: absolute;
    top: 53%;
    bottom: auto;
    right: auto;
    left: 13%;
    margin: 0 auto;
    text-align: center;
    display: block;

}
#tctestimonialcmsblock:after {
    content: "";
    background-image: url(../img/02.gif);
    background-position: center;
    background-size: 75px;
    width: 80px;
    height: 80px;
    background-repeat: no-repeat;
    position: absolute;
    top: 40%;
    bottom: auto;
    right: auto;
    left: 10%;
    margin: 0 auto;
    text-align: center;
    display: block;
}
#tctestimonialcmsblock .testimonial-inner {
    position: relative;
}
#tctestimonialcmsblock .testimonial-inner:before {
    content: "";
    background-image: url(../img/top-img.png);
    background-position: center;
    width: 85px;
    height: 139px;
    background-repeat: no-repeat;
    position: absolute;
    top: -21%;
    bottom: auto;
    right: auto;
    left: 20%;
    margin: 0 auto;
    text-align: center;
    display: block;
}
#tctestimonialcmsblock .testimonial-inner:after {
    content: "";
    background-image: url(../img/bottom-img.png);
    background-position: center;
    width: 89px;
    height: 190px;
    background-repeat: no-repeat;
    position: absolute;
    top: auto;
    bottom:0;
    right: 20%;
    left: auto;
    margin: 0 auto;
    text-align: center;
    display: block;
}
#tctestimonialcmsblock .name a{
	display: inline-block;
	font-weight: 700;
	margin-top: 0;
	text-transform: uppercase;
	font-size: 16px;
	color: #000000;
	margin-bottom: 10px;
}
#tctestimonialcmsblock .designation a{
    font-size: 14px;
    line-height: 24px;
}
#tctestimonialcmsblock .designation a:hover{color:#BDBF19;}
#tctestimonialcmsblock .testmonial-image{
	background-color: #ffffff;	
	border-radius: 50%;
	-webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    -moz-border-radius: 50%;
    display: inline-block;
	overflow: hidden;
	margin:0 15px;
}
#tctestimonialcmsblock .testmonial-detail {
    display: inline-block;
    vertical-align: top;
    margin-top: 0;
    text-align: center;
}
.product_inner_cms {
	display: inline-block;
	vertical-align: top;
	margin-top: 25px;
}
#testimonial-carousel .item.cms_face{
    background-color: #ffffff;
    margin: 70px 99px 20px;
    padding: 90px 50px 45px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    -moz-border-radius: 5px;
    height: 270px;
    font-weight: 100;
    position: relative;
    box-shadow: -0.5px 4.598px 13px 0px rgba( 0, 0, 0,0.1 );

}
#testimonial-carousel .item.cms_face:before {
	content: "";
	background-image: url(../img/testimonial-quote.svg);
	background-position: center;
	background-size: 40px;
	height: 50px;
	width: 50px;
	line-height: 50px;
	background-repeat: no-repeat;
	position: absolute;
	top: -19px;
	bottom: auto;
	right: 0;
	left: 0;
	margin: 0 auto;
	text-align: center;
	display: block;
	z-index: 9;
}
#testimonial-carousel .item.cms_face:after {
    content: "";
    background-image: url(../img/quot-bg.png);
    background-position: center;
    height: 120px;
    width: 120px;
    line-height: 50px;
    background-repeat: no-repeat;
    position: absolute;
    top: -55px;
    bottom: auto;
    right: 0;
    left: 0;
    margin: 0 auto;
    text-align: center;
    display: block;
	-webkit-animation: rotation 15s infinite linear;
}
@-webkit-keyframes rotation {
		from {
				-webkit-transform: rotate(0deg);
		}
		to {
				-webkit-transform: rotate(359deg);
		}
}
#tctestimonialcmsblock .desc{
    font-size: 14px;
    line-height: 28px;
}
/*#tctestimonialcmsblock .desc:before{
	font-family: 'FontAwesome';
	content: '\f10d';
	font-size: 30px;
	color: #4A341F;
	text-align: center;
	margin-bottom: 20px;
	display: block;
}*/
@media (max-width: 1499px) {
	#tctestimonialcmsblock .testimonial-inner:after{
		    right: 11%;
	}
}
@media (max-width: 1399px) {
	.tctestimonialcmsblock-wrapper:before{
		    right: -16%;
	}
	#tctestimonialcmsblock .testimonial-inner:before{
		    left: 10%;
	}
	
}
@media (max-width: 1299px) {
	#tctestimonialcmsblock:before{
		    left: 6%;
	}
	#tctestimonialcmsblock:after{
		    left: 2%;
	}
}
@media (max-width: 1249px) {
	.tctestimonialcmsblock-wrapper{
		width: auto;
		margin: 0 20px;
	}
	#tctestimonialcmsblock:before {
    	left: 12%;
	}
	#tctestimonialcmsblock:after {
    	left: 8%;
	}
	.tctestimonialcmsblock-wrapper:before {
    	right: -7%;
	}
}
@media (max-width: 1199px) {
	#tctestimonialcmsblock .testimonial-inner:before,
	.tctestimonialcmsblock-wrapper:before,
	#tctestimonialcmsblock:after,
	#tctestimonialcmsblock:before,
	#tctestimonialcmsblock .testimonial-inner:after{
		display:none;
	}
	#testimonial-carousel .item.cms_face{
		margin: 70px 45px 20px;
		padding: 90px 30px 45px;
	}
	#tctestimonialcmsblock {
    	padding: 67px 0 45px 0;
	}
}
@media (max-width: 767px) {
	#tctestimonialcmsblock .desc{
		padding:0;	
	}
	#tctestimonialcmsblock {
    	padding: 30px 0 45px 0;
	}
	#testimonial-carousel .item.cms_face {
		margin: 70px 5px 20px;
		padding: 90px 30px 45px;
	}

}

@media (max-width: 479px) {
	.product_inner_cms{
		    margin-top: 5px;
	}
	#testimonial-carousel .item.cms_face{
		padding:90px 0 45px;
	}

}


/* Tc  Testimonial block end */
