/* Bare minimum styles */
.slider {
	-ms-touch-action: none; /* Prevent default touch actions on Windows 8. Only required for IE10 */
	overflow: auto; /* Not required but recommended for accessibility when JavaScript is turned off */
	position: relative;
	touch-action: none; /* Prevent default touch actions on Windows 8. Supported in IE11+ */
}

/* AnySlider can be styled to your liking. This is just example styles */
.slider {
	background: white;

}

/* The arrows can of course also be styled to your liking. This is just example styles */
.as-prev-arrow, .as-next-arrow {
	
	cursor: pointer;
	filter: alpha(opacity=0);
	height: 20px;
	opacity: 1;
	overflow: hidden;
	position: absolute;
	text-indent: 100%;
	bottom: 20px;
	white-space: nowrap;
	width: 20px;
	z-index: 1;
}

.as-prev-arrow {
	background: url(../images/arrow_left.png) no-repeat;
	left: 10px;
}

.as-next-arrow {
background: url(../images/arrow_right.png) no-repeat;
	left: 30px;
}

.slider:hover .as-prev-arrow, .slider:hover .as-next-arrow {
	filter: alpha(opacity=1);
	opacity: 1;
}

/* The same rules for styling apply here. Style to your liking */
.as-nav {
	bottom: -10px;
	left: 50%;
	margin-left: -27px;
	position: absolute;
	text-align: left;
	width: 54px;
	z-index: 1;
}

.as-nav a {
	background: url(../demo/img/bullets.png) no-repeat;
	height: 16px;
	display: inline-block;
	margin: 0 1px;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	width: 16px;
}

a.as-active, .as-nav a:hover {
	background-position: 0 -16px;
}

/* Other styles not related to AnySlider */

.slider-wrapper {
	height: 275px;
	position: relative;
}
 
.post_slider{
height:310px;
margin-bottom:10px;
}
.post_content_slider {
height:310px;
}
.post_content_slider p {
margin-top:0px;
}
.post_content_slider div{
 padding:0px 8px;
}

.post_content_slider .read_more_post{
position:absolute;
background: steelblue;
color: white;
padding: 7px;
right:7px;
bottom: 10px;
cursor:pointer;
}

#testimonials {
background: white;
margin-bottom:10px;
}

.testimonials_slider{
height:300px;
padding:0px 9px;
}
.testimonials_slider p{
text-align:justify;
}
.test_mem_na{
position: absolute;
bottom: 30px;
left:7px;
color: crimson;
font-size: 18px;
}
.testimonials_slider .as-prev-arrow {
	left: inherit; 
	right: 30px !important;
}

.testimonials_slider .as-next-arrow {
left: inherit;
 right: 10px !important;
}

.qu_head_left, .qu_head{
font-size: 45px;
color: yellowgreen;
font-family: bold;
}
.qu_head{
float: right;
margin-top: 24px;
}