 
 
 /*responive max width to min width*/

/*@media 
(min-width: 992px) 
 and (max-width: 1200px){
	
}*/




/* iPads (landscape) ———– */

/*@media 
(min-width : 768px)
and (max-width : 1024px)
and (orientation : landscape) {

}*/

/* iPads (portrait) ———– */

/*@media 
(min-width : 768px)
and (max-width : 1024px)
and (orientation : portrait) {

}*/



/* iPads (landscape) ———– */
@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (orientation : landscape) {



/* Styles */
}

/* iPads (portrait) ———– */
@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (orientation : portrait) {

/* Styles */
}



@media (max-width: 1200px) {
	 
    
}

@media (max-width: 1199px) {
	.menu > li > a{
		font-size: 14px;
	} 
	.navbar-brand img {
	width: 300px;
}
.why-box-txt h3{
	font-size: 18px;
}
.why-sec-grid-outr .owl-carousel .owl-nav button.owl-prev {
	left: 0;
}
.why-sec-grid-outr .owl-carousel .owl-nav button.owl-next {
	right: 0;
}
.query-form-box-sec-outr h2{
	font-size: 30px;
}
.testimonial-heading-col-inr::before {
	left: -200px;
}
.testimonial-item-nme h2 {
	
	font-size: 16px;
}
.follow-mnu-outr label {
	
	margin-right: 10px;
}
.footer-mnu-inr ul {
	margin-left: 0px;
}
.footer-mnu-inr ul li a{
	font-size: 14px;
	padding: 0px 8px;
}
.follow-mnu-outr ul li a{
	height: 40px;
	width: 40px;
	line-height: 40px;
}
.slidr-caption h2 {
	font-size: 40px;
	
	
}
.slidr-caption h3 {
	font-size: 30px;
	
}
.slidr-btn{
	height: 50px;
width: auto;
font-size: 25px;
line-height: 36px;
}
.contact-form-box-outr h2 {
	font-size: 25px;
}
.contact-page-grid-inr .col-sm-4{
	width: 45%;
}
.contact-page-grid-inr .col-sm-8{
	width: 55%;
}
.subject-page-grid-inr .col-sm-4 {
	flex: 0 0 auto;
	width: 45%;
}
.subject-page-grid-inr .col-sm-8 {
	flex: 0 0 auto;
	width: 55%;
}
.testimonial-box-outr .testimonial-img-col{
	width: 30%;
}
.testimonial-box-outr .testimonial-txt-col{
	width: 70%;
}
    
}

/*responsinator screen size*/
@media (max-width: 1024px) {
	 
    
}

@media (max-width: 992px) {
	 
    
}

@media (max-width: 991px) {
	.menu > li > a{
		text-align: center;
	}
	.navbar-collapse{
		background:#fff;
	}
	.navbar-toggler{
		border-color:  #008acc;
	}
	.navbar-toggler:focus{
	box-shadow: 0px 0px 0px 2px #008acc
	}
	.navbar-toggler .navbar-toggler-icon{
		background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 138, 204, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
	}
	.why-box-col{
		width: 100%
	}
	.query-pic-col {
	width: 100%;
}
.query-form-col{
	width: 100%;
}
.query-pic-outr{
	max-width: 300px;
	margin: 0 auto 20px;
}
.query-grid-outr{
	padding: 30px 0px;
}
.education-pic-col{
	width: 100%;
}
.education-txt-col{
	width: 100%;
}
.testimonial-heading-col-outr{
	width: 100%;
}
.testimonial-slidr-col{
	width: 100%;
}
.testimonial-heading-col-outr::before  {
	content: "";
position: absolute;
background-color: #008acc;
right: -5058px;
height: 100%;
width: 5000px;
top: 0;
bottom: 0;
background-image: none;
left:0;
}
.testimonial-heading-col-outr::after {
	left: -4988px;
}
.testimonial-heading-col-inr {
	max-width: 290px;
	margin: 0 auto;
	padding-top: 30px;
}
.testimonial-slidr-outr {
	margin-top: 0px;
}
.testimonial-slidr-outr .owl-nav{
	position: static;
}
.testimonial-slidr-outr .owl-nav button{
	
	height: 30px;
width: 30px;
border: 1px solid #212529 !important;
background: #fff !important;
	transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
}
.testimonial-slidr-outr .owl-theme .owl-nav [class*="owl-"]:hover{
	background: #fff !important;
color: #008acc !important;
border-color: #008acc !important;
}
.testimonial-slidr-outr .owl-nav button:hover{
	
}

.testimonial-slidr-outr .owl-nav  button.owl-prev {
  left: 0;
}
.testimonial-slidr-outr .owl-nav  button.owl-next {
  right: 0;
}
.footer-mnu-outr{
	float: none !important;
}
.footer-mnu-inr ul{
	justify-content: center;
	flex-wrap:wrap;
	height: auto;
}
.follow-mnu-outr{
	float: none !important;
	margin-top: 10px;
	justify-content: center;
}
.slidr-caption{
	text-align: center;
}
.carousel-item{
	height: 500px;
}
.about-box-col{
	width: 100%;
}
.about-pic-col{
	width: 100%;
}
.about-pic-outr{
	max-width: 500px;
	margin: 15px auto 0;
}
.team-grid-col{
	width: 100%;
}
.team-box-outr{
	max-width: 300px;
	margin-left: auto;
	margin-right: auto;
}
.subject-grid-outr .col-sm-4{
	width: 50%;
}
.query-page-grid-inr  .col-sm-7{
	width: 100%;
}
.query-page-grid-inr  .col-sm-5{
	width: 100%;
	margin-top: 20px;
}
.testimonial-box-col{
	width: 50%;
}
.contact-page-grid-inr .col-sm-4{
	width: 100%;
}
.contact-page-grid-inr .col-sm-8{
	width: 100%;
}
.contact-page-grid-inr {
	
	padding-right: 0;
}
.subject-page-grid-inr .col-sm-8 {
	flex: 0 0 auto;
	width: 100%;
} 
.subject-page-grid-inr .col-sm-4 {
	flex: 0 0 auto;
	width: 100%;
} 
.subject-page-grid-inr{
	margin-top: -40px;
}
.subject-content-outr{
	padding-left: 0px;
}
.carousel-item{
	background: none #008acc !important;
	
}
.header-outr.fixed .navbar-brand img{
	width:200px;
}
.navbar-close {
	cursor: pointer;
	width: 90%;
	background: #ddd;
	text-align: right;
	padding: 15px 24px 15px;
}
.navbar-collapse {
	position: fixed;
	left: -100%;
	top: 0px;
	bottom: 0;
	z-index: 999;
	background: rgba(0,0,0,0.5);
	height: 100% !important;
	width: 100%;
	transition: all 0.5s ease-in-out 0s;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
}
.navbar-collapse.show {
	left: 0;
	transition: all 0.5s ease-in-out 0s;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
}
.menu {
	width: 90%;
	height: 100%;
	background: #fff;
	margin-left: 0 !important;
	overflow-y: auto;
	overflow-x: hidden;
}
.collapse:not(.show) {
	display: block !important;
}
.navbar-close a:hover {
	color: #008acc;
}
.testimonial-grid-outr .col-sm-6{
	width: 100%;
}
.testimonial-heading-col-inr{
	padding-bottom: 30px;
}

}

@media (max-width: 768px) {
	
	
}

@media (max-width: 767px) {
	.query-form-box-sec-outr h2 {
	font-size: 25px;
}
.query-form .col-sm-6{
	width: 100%;
}
.slidr-caption h2 {
	font-size: 30px;
}
.slidr-caption h3 {
	font-size: 25px;
}
.subject-grid-outr .col-sm-4{
	width: 100%;
}
.contact-form-box-outr h2 {
	font-size: 20px;
}
.testimonial-box-col{
	width: 100%;
}
	
}

@media (max-width: 736px) {
	
	
}

@media (max-width: 667px) {
	
	
}

@media (max-width: 600px) {
	
	.why-box-outr{
		padding-left: 20px;
		padding-right: 20px;
	}	
   .education-txt-outr h3{
	   font-size: 25px;
   }	
   .edu-read-btn{
	   width:150px;
	   height: 50px;
	   font-size: 17px;
line-height: 28px;
   }
   .carousel-item {
	height: 380px;
}
.page-banner-outr{
	height: 380px;
}

}

@media (max-width: 568px) {
	
		 

}


@media (max-width: 480px) {
	
	.education-txt-outr h2{
		font-size: 20px;
	}	
    .index-about-text-inr h2{
		font-size: 20px;
	}	
	.index-about-text-inr h3{
		font-size: 25px;
	}
	.index-about-text-inr h4 {
	
	font-size: 20px;
	
}
.testimonial-heading-col-inr {
	max-width: 135px;
	margin: 0 auto;
	padding-top: 30px;
}
.slidr-caption h2 {
	font-size: 22px;
}
.slidr-caption h3 {
	font-size: 20px;
}
.slidr-btn{
	font-size: 20px;
}
.query-page-grid-inr .contact-form-box-outr h2 {
	font-size: 18px;
}
.top-contact-mnu-outr{
	float: none !important;
	text-align: center;
}
.top-contact-mnu-outr ul li:first-child{
	margin-left: 0px;
}
.testimonial-heading-col-inr {
	max-width: 185px;
	margin: 0 auto;
	padding-top: 30px;
}
.testimonial-box-outr .testimonial-img-col{
	width: 100%;
}
.testimonial-box-outr .testimonial-txt-col{
	width: 100%;
}
.testimonial-img-outr{
	width: 200px;
	margin:0 auto;
}
.testimonial-box-outr .testimonial-txt-outr{
	padding-left: 15px;
}
.testimonial-box-outr .testimonial-txt-outr .testimonial-item-text{
	height: auto;
}

}

@media (max-width: 414px) {
	.top-contact-mnu-outr ul li{
	margin-left: 9px;
	font-size: 12px;
}
.navbar-brand img {
	width: 224px;
}
.navbar-toggler{
	padding-left: 8px;
	padding-right: 8px;
}
.section-heading h2{
	font-size: 22px;
}
.query-form-box-sec-outr h2 {
	font-size: 20px;
}
.education-txt-outr h3 {
	font-size: 20px;
}
.book-modal-body h3{
	font-size: 20px;
}
.education-txt-outr ul li {
	font-size: 16px;
	
}

.testimonial-item-nme h2{
	font-size: 16px;
}
.follow-mnu-outr ul li a {
	height: 35px;
	width: 35px;
	line-height: 35px;
}
.slidr-caption h2 {
	font-size: 19px;
}
.slidr-caption h3 {
	font-size: 17px;
}
.slidr-btn {
	font-size: 15px;
}
.carousel-item {
	height: 300px;
}
.page-banner-outr{
	height: auto;
	padding-top: 45%;
}

.query-page-grid-inr .contact-form-box-outr h2 {
	font-size: 15px;
}
.contact-addr-grid-inr{
	padding-left: 15px;
	padding-right: 15px;
}
.contact-addr-grid-inr .addr-box-text h2 {
	
	font-size: 20px;
}
.addr-box-text{
	font-size: 14px;
}
.subject-content-outr h3{
	font-size: 20px;
}   
.subject-content-outr h5{
	font-size: 15px;
}
.subject-page-grid-inr .contact-form-box-outr{
	padding-left: 15px;
	padding-right: 15px;
}
.box-heading{
	font-size: 20px;
}


}

@media (max-width: 384px) {
	
   

}
@media (max-width: 375px) {
	
   

}

@media (max-width: 360px) {
	
   

}

@media (max-width: 320px) {
	
   

}
/*responsinator screen size*/