@media screen and (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}

@media only screen and (max-width:991px){
	.banner-images img{
		width: 80%;
	}
	.banner_content strong{
	color: #fff;
    font-size: 36px !important; line-height: 40px !important;
}
	.about_image img{
		width: 80%;
	}
	.about_image:before {
		width: 95% !important;
		height: 100% !important;
		right: 13px !important;
		top: 10px !important;
	}
	.rs_pb_70{
		padding-bottom: 70px !important;
	}
	.res_border_none{
		border: none !important;
	}
	.single_counter{
		margin-bottom: 50px;
	}
	.single_testimonial{
		margin-bottom: 30px !important;
	}
	.single_blog .post-content{
		margin-top: 30px;
	}
	.contact_widget_area{
		margin-left: 0 !important;
		margin-bottom: 30px;
	}
	
}

@media only screen and (max-width: 767px) { 
	.main_menu{
		display:none;
	}
	.navbar-default .navbar-nav>li>a{
		color: #fff !important;
	}
	.navbar-default .navbar-nav>li>a:hover,
	.navbar-default .navbar-nav>li>a:focus{
		color: #b09199 !important;
	}
	.navbar-default .navbar-nav>.active>a, 
	.navbar-default .navbar-nav>.active>a:hover,
	.navbar-default .navbar-nav>.active>a:focus{
		color: #b09199 !important;
		background-color: transparent;
	}
	.mobile-nav{
		display: block !important;
	}
	.slicknav_btn {
		background: #f21e4e;
		border-radius: 0px;
		margin: 5px 0 0;
	}
	.slicknav_menu {
		display: block;
		background: transparent;
	}
	.slicknav_nav {
		color: #fff;
		margin: 0;
		padding: 15px 0;
		list-style: none;
		overflow: hidden;
		position: absolute;
		top: 75px;
		width: 350px;
		left: auto;
		right: -8%;
		background: #333;
		float: right;
		box-shadow: -1px 1px 1px rgba(20, 97, 255, 0.1);
	}
	.slicknav_btn {
		text-decoration: none;
		text-shadow: none;
		border-radius: 0;
		background-color: transparent;
	}
	.slicknav_menu .slicknav_icon-bar {
		width: 28px;
		height: 3px;
		-webkit-border-radius: 0px;
		-moz-border-radius: 0px;
		border-radius: 0;
		-webkit-box-shadow: 0;
		-moz-box-shadow: 0;
		box-shadow: 0;
	}
	.navbar-default.menu-shrink .slicknav_menu .slicknav_icon-bar{
		background: #fff;
	}
	.section_heading h2{
		font-size: 35px !important;
	}
	.banner_content{
	margin-top: 250px !important;
	text-align: center;
}
	.banner_content strong{
		font-size: 25px !important;
	}
	.banner_content h1{
		font-size: 40px !important;
	}
	
	.banner_content p{
		font-size: 13px !important;
	}
	.main_banner {
	height: 550px !important;
	background-size: cover;
	background-repeat: no-repeat;
}
    .main_banner2 {
	height: 400px !important;
	background-size: cover;
	background-repeat: no-repeat;
}
	.banner_bg{
	background-image: url(../images/banner4.jpg);
	background-size: cover;
	background-position: top center;
	position: relative;
}
	.banner_bg2{
	background-image: url(../images/home-banner.jpg);
	background-size: cover;
	background-position: top center;
	position: relative;
}

	.banner_bg_teaching{
	background-image: url(../images/banner5.jpg);
	background-size: cover;
	background-position: top center;
	position: relative;
		height: 400px;
}
	.about_image{
		text-align: center;
	}
	.about_image:before {
		display: none !important;
	}
	.about_content_area{
		margin-top: 50px;
	}
	.border_left{
		border-left: none !important;
	}
	.owl-nav{
		display: none;
	}
	.cta_content h3{
		font-size: 22px !important;
		margin-bottom: 0px !important;
	}
	.footer{
		text-align: center;
	}
	.footer .social-link  {
		float: inherit !important;
		padding-left: 0;
		margin-top: 20px;
	}
}

@media only screen and (max-width: 480px) { 
	.banner_content strong{
		font-size: 20px !important;
	}
	.banner_content h1{
		font-size: 25px !important;
	}
	
	.logo {width: 70%;}
}