.slider .owl-next, .slider .owl-prev {
	position:absolute;
	top:45%;
	transform:translateY(-50%);
	-webkit-transform:translateY(-50%)
}
.slider .owl-next {
	right:20px;
	display:flex
}
.slider .owl-prev {
	left:20px;
	display:flex
}
.slider .owl-nav .owl-next span, .slider .owl-nav .owl-prev span {
	font-size:30px!important;
	color:#607D8B
}
.slider .owl-dots {
	text-align:center;
	position:relative;
	bottom:30px
}
.slider .owl-dots .active {
	background:#607D8B!important
}
.slider .owl-dots .owl-dot {
	border:1px solid #607D8B!important;
	height:12px;
	width:12px;
	border-radius:50%;
	margin-right:3px
}
.bgslide {
	height:600px;
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center
}
/* Information section STARTS */
.latest-news{
	background:#fff;
	padding:10px;
	height:400px;
	margin-bottom:30px;
	overflow:hidden;
}
.event-list{
	background:#fff;
	padding:10px;
	height:400px;
	margin-bottom:30px;
	overflow:hidden;
}
.notice-board{
	background:#fff;
	padding:10px;
	height:400px;
	margin-bottom:30px;
	overflow:hidden;
}
.heading-sect {
    width: 100%;
    float: left;
    border-bottom: 1px solid #cfcfcf;
    background: #00aed9;
    color: white;
    padding: 10px;
    margin: 0px 0px 20px 0px;
}
.heading-sect h3{
	color:white;
}
.head-title {
    margin: 0px;
    padding: 0px;
    font-size: 16px;
    font-weight: 600;
    font-family: 'Roboto', sans-serif!important;
    color: #2196f3;
    padding-bottom: 5px;
}
.upcoming-event-list li {
    width: 100%;
    float: left;
    margin-bottom: 15px;
}
.upcoming-event-list{
	padding:0px;list-style:none;
}
.event-date {
	background: #03a9f4;
	width: 30px;
	float: left;
	text-align: center;
	font-size:14px;
	color: #fff;
	padding:8px;
	margin-right: 10px;
}
.notice-board-list li {
    width: 100%;
    float: left;
    margin-bottom: 15px;
}
.notice-board-list{
padding:0px; list-style:none;
}
.latest-news-ul{
	padding:0px;list-style:none;line-height: 40px;
}
/* Information section ENDS */
.aboutus img {
	border-radius:20px;
}
.aboutus h1 {
	padding-top:30px;
	font-size:28px;
}
.aboutus p, .aboutus b {
	font-size:16px;
    line-height: 31px;
    margin: 18px 0px;
}
/* TESTIMONIALS TESTIMONIALS TESTIMONIALS TESTIMONIALS TESTIMONIALS */
.testimonials .quote_2 {
	background:#f0f3fa;
	padding:15px 20px 5px 15px;
	border-radius:5px;
	margin-bottom:20px;
	width:100%;
	float:left
}
.testimonials .quote_2:after {
    content: '';
    border-style: solid;
    border-width: 25px 25px 0 18px;
    border-color: #f0f3fa transparent transparent;
    top: 30px;
    float: left;
    left: 5px;
    position: relative;
}
.testimonials .quote_2 p {
	padding:10px 10px 20px;
	font-size:16px;
	letter-spacing:.5px;
	color:#000;
	line-height:29px;
	min-height:180px;
	font-weight:400
}
.testimonials .dash_img {
	width:80px;
	height:100px;
	float:left;
	margin-left:10px
}
.testimonials .dash_img img {
	border-radius:50%;
	border:3px solid #fff;
	box-shadow:0 0 2px 0 #000
}
.testimonials .ratingsect {
	float:left;
	width:60%
}
.testimonials .ratingsect div {
	float:left;
	margin-left:20px;
	width:100%;
	text-align:left
}
.testimonials .fa-star {
	font-size:19px!important;
	color:#eabf00
}
.testimonials .testimonial-author a {
	color:#000;
	width:200px;
	float:left;
	text-align:left
}
.blogsect .owl-nav, .goof, .testimonials .owl-dots {
	text-align:center
}
.testimonials .owl-dots .owl-dot {
	border:1px solid #4caf50!important;
	height:12px;
	width:12px;
	border-radius:50%;
	margin:3px
}
/* TESTIMONIALS TESTIMONIALS TESTIMONIALS TESTIMONIALS TESTIMONIALS */
 @media screen and (max-width:600px) {
.bgslide {
height:220px
}
}
