@media (min-width: 1199px) {	
	.w-about-img{
		position: absolute;
		z-index: 1;
		border-radius: 15px 0 0 15px;
		right: -18%;
		left: 0;
		overflow: hidden;
		height: 100%;
	}  
}

@media (max-width: 1199px) {
	.w-about-img{
		display: none;
	}
	.navbar-light .navbar-nav .nav-link {
		padding: 24px 13px;
	}
	.navbar-light .navbar-nav li:nth-child(4){
		margin-right: 24%;
	}
	.carousel-caption h1 {
		font-size: 44px;
	}
	.carousel-caption h3 {
		font-size: 38px;
	}
}
@media(min-width:992px) and (max-width:1199px)
{

}
@media (min-width: 992px) {

}
@media (max-width: 991px) {
	.breadcrumbs {
		margin-top: 50px;
	}
	.contact-list{
        display: none !important;
    }
}
@media(min-width:768px) and (max-width:991px)
{
	.carousel-caption h1 {
		font-size: 35px;
	}
	.carousel-caption h3 {
		font-size: 28px;
	}
}
@media (min-width: 768px) {

}

@media (max-width: 767px) {
	.carousel-caption p{
		display: none;
	}
    .support-icon, .contact-list{
        display: none !important;
    }
	.carousel-caption h1,.carousel-caption h3 {
		text-shadow: 2px 2px 5px #fff;
	}
	#edu-video{
		width: 100%;
		height: auto;
	}
	.carousel-container h4{
		color: white;
		text-align: center;
		margin: 0 0;
		font-weight: 200;
		text-shadow: #898F9C 1px 1px 2px;
	}
	.heading-title {
		font-size: 1.8rem;
	}
	.slider-area img {
		height: 400px;
	}
	.slider-area .carousel-control-next, 
	.slider-area .carousel-control-prev {
		display: none;
	}
	.carousel-caption h2{
		font-size: 2rem;
		line-height: 35px;
	}
}
@media (min-width: 575.5px) {
	.w-box-inner ul.check-list{
		column-count: 2;
	}
}
@media (max-width: 575px) {
	.slider-area img {
		height: 350px!important;
	  }
		.carousel-caption h2 {
			font-size: 1.6rem;
		}
		.carousel-caption p{
		  display: none;
		}
		.section-title-1 h1{
		  font-size: 1.8rem;
		}
		.m-phone-icon span{
				display: none;
			}
}

@media (max-width: 520px) {
	.carousel-item img{
		height: 300px;
	}
	.news-events .news-field .news-inner h5 {
		font-size: 0.85rem;
	}
	.news-events .news-field .news-inner p {
		display: none;
	}
}

@media (max-width: 450px) {
	.news-events .news-field .news-inner {
		max-height: 70px;
	}
	.news-events .news-field .news-inner img {
		height: 68px;
	}
	.header.navigation-inner .navbar-brand img {
		height: 59px;
	}
}
@media(max-width:368px)
{
	.news-events .news-field .news-inner {
		max-height: 70px;
	}
	.news-events .news-field .news-inner img {
		height: 68px;
	}
}