.demo{background: #3d3d3d;}
.testimonial{padding: 35px 50px;margin: 0 20px 30px;border-radius: 0 70px 0 70px;border: 5px solid blue;border-left: none;border-right: none;text-align: center;}
.article_class{padding: 10px 20px;margin: 0 0px 0px 0px;border-left: none;border-right: none;text-align: center;}
.testimonial .pic,.article_class .pic{display: inline-block;width: 100px;height: 100px;border-radius: 50%;margin-bottom: 20px;overflow: hidden;}
.testimonial .pic img , .article_class .pic img{width: 100%;height: auto;}
.testimonial .title, .article_class .title{display: block;margin: 0 0 7px 0;font-size: 20px;font-weight: 600;color: blue;letter-spacing: 1px;text-transform: uppercase;}
.testimonial .post, .article_class .post{dsplay: block;font-size: 15px;color: #000;text-transform: capitalize;margin-bottom: 20px;}
.testimonial .description, .article_class .description{font-size: 16px;color: #000;line-height: 30px;}
.owl-theme .owl-controls ,.article_class .owl-controls{ margin-top: 0;}
.owl-theme .owl-controls .owl-page span{background: #fff;opacity: 0.8;transition: all 0.3s ease 0s;}
.owl-theme .owl-controls .owl-page.active span{background: blue; }
.testimonial_main_div{
	background-color:white;
}
.full_row{
	clear:both;
	float:left;
}

.box_testimonial{
	height: 100%;
	margin-bottom:2%;
}

.box_testimonial:nth-of-type(2n){
	margin-right: 0;
}

.box_testimonial:hover{
	color: #000000;
	opacity: 1.0;
}

.testimonial-text-section{
	font-size:14px;
	font-weight:bold;
	text-align: center;
}
.testimonial-text-section h2,.testimonial-text-section h3, .inline_it{
	display:inline-block;	
}
.testimonial-text-section p{
	text-align:left;
	font-weight: normal;
	margin-top: 0px;
}
.testimonial-text-section:hover, .inline_it:hover{
	cursor: pointer;
}

.article_class{padding: 10px 20px;margin: 0 0px 0px 0px;border-left: none;border-right: none;text-align: center;}

.owl-dots .active{
	background-color:#ffffff !important;
}
	
	
#latest_article_main_div_id{
	line-height:0;
}



@media screen and (max-width: 600px) {
	#testimonial_main_div_id{
		padding:0px;
	}
	.testimonial{
		padding:0px;
	}
	#testimonial1 .description{
		text-align:justify;
	}
	.first_testimonial{
		padding-top:17px;
	}
	#latest_article_main_div_id{
		line-height:0;
	}
	#testimonial_div_heading,#testimonial_div_ipad_heading{
		display:none;
	}
	#testimonial_div_mobile_heading{
		display:block;
	}
}

@media only screen and (min-width : 1024px) {
	.testimonial_div_heading {
		background-color:#cccccc;
		float: left;
	}
	.testimonial_div_heading h1, .testimonial_div_heading h2, .testimonial_div_heading p{
		margin: 0px;
	}
	.first_testimonial{
		padding-top:17px;
	}
	#latest_article_main_div_id{
		line-height:0;
	}
	.h2padding h2{
		font-size:1.6am;
	}
	#testimonial_div_heading,#testimonial_div_mobile_heading{
		display:none;
	}
	#testimonial_div_ipad_heading{
		display:block;
	}
}



@media screen and (min-width: 600px) and (max-width: 1024px) {
	.box_testimonial{
		float:  left;
		width:  46%;
		height: 100%;
		background-color: #ffffff;
		padding: 2% 2%;
		margin-left: 2%;
		margin-right:1%;
		border: 2px solid gray;
		border-radius: 4%;
	}
	#testimonial_div_heading,#testimonial_div_mobile_heading{
		display:none;
	}
	#testimonial_div_ipad_heading{
		display:block;
	}
}

@media screen and (max-width: 600px) { 
	.box_testimonial{
		float:  left;
		width:  92%;
		height: 100%;
		background-color: #ffffff;
		padding: 2% 2%;
		margin-left: 4%;
		border: 2px solid gray;
		border-radius: 4%;
		opacity: 1.0;
	}
}
