@media only screen and (max-width: 1365px) {

}
@media only screen and (max-width: 1199px) {
	.navbar-nav > li > a {		
		padding: 25px 10px;		
	}	
}

@media only screen and (max-width: 991px) {
.container {
 	max-width: 100%;
}
.header-mobile {
	padding: 0 15px;
	width: 100%;
	display: block;
	border-bottom: 1px solid #e0e0e0;
}
.header-mobile-logo {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
}
.header-mobile-link {
	display: block;
	padding: 10px 0;
}
.header-mobile-link img {
	max-height: 40px;
}
.menu-switch {
	text-align: center;
	cursor: pointer;
	padding: 20px 0;
	position: relative;
}
.menu-switch span {
	background-color: #2C2826;
	height: 2px;
	width: 24px;
	display: block;
	margin: 0 auto 7px;
	position: relative;
}
.menu-switch .menu-bar-one {	
	animation: burger-hover 1s infinite ease-in-out alternate;
}
.menu-switch .menu-bar-two {
	animation: burger-hover 1s infinite ease-in-out alternate forwards .2s;
	transition: all .2s ease-in-out;
	right: 5px;
}
.menu-switch .menu-bar-three {
	animation:burger-hover 1s infinite ease-in-out alternate forwards .4s;
	margin-bottom: 0;	
	transition: all .4s ease-in-out;
}
.menu-switch.active {
	position: fixed;
	right: 15px;
	top: 0;
	z-index: 1002;
}
.menu-switch.active .menu-bar-one {
	bottom: -9px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.menu-switch.active .menu-bar-two {	
	opacity: 0;
}
.menu-switch.active .menu-bar-three {	
	top: -9px;
	-webkit-transform: rotate(-225deg);
	transform: rotate(-225deg);
}
.menu-open {
	overflow: hidden;
}
.header {
	background-color: #fff;
	opacity: 0;
	overflow-y: scroll;
	position: fixed;
	width: 100%;
	left: -100%;
	height: 100%;
	bottom: 0;
	top: 0;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;		
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	z-index: 1001;	
}
.header.mobile-active {
	opacity: 1;	
	left: 0;
}
.header-top {
	-ms-flex-order: 2;
	order: 2;
	border-bottom: none;
}
.header-outer{
	-ms-flex-order: 1;
	order: 1;
}
.header-sticky.sticked, 
.header-sticky {
 	position: static;
}
.header.sticky {
	padding-bottom: 0;
}
.header.fixed {
	padding-top: 0;
}
.header-fixed {
	position: static;
}
.header-transparent, 
.header-transparent.transparency {
	position: static;
}
.header-row {
	flex-wrap: wrap;
	border-bottom: 2px solid #222;
	padding-bottom: 35px;
}
.header-logo {
	width: 100%;
	justify-content: center;
	padding-top: 30px;
}
.header-logo .logo-link {	
	margin: 0;
}
.header-logo .logo {
	max-height: 70px !important;
}
.site-title {
	margin: 6px 0;
	float: left;
}
.header-enquiry {
	width: 100%;
}
.header-enquiry .btn {
	width: 80%;
	display: block;
	margin: 0 auto 15px;
}
.header-menu {
	padding: 0;
	width: 100%;
	flex-wrap: wrap;
}
.nav-menu {
	display: block;
	width: 100%;
}
.navbar-light .navbar-toggler{
 	border: none;
}
.navbar-dark .navbar-toggler {
	border-color: rgba(255,255,255,.5);
}
.navbar-toggler {
	margin: 10px 0;
	padding: 7px 7px;
	font-size: 16px;
	vertical-align: middle;
}
.navbar-toggler:hover, .navbar-toggler:focus {
	background: transparent;
}
.navbar-toggler span.menu-bar {
	background-color: #333333;
	height: 2px;
	width: 20px;
	display: block;
	margin: 0px auto 5px;
	position: relative;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.navbar-toggler.collapsed .menu-bar-one {	
	top: 0;
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}
.navbar-toggler.collapsed .menu-bar-two {	
	opacity: 1;
}
.navbar-toggler.collapsed .menu-bar-three {
	margin-bottom: 0;
	top: 0;
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}
.navbar-toggler .menu-bar-one {
	bottom: -7px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.navbar-toggler .menu-bar-two {
	opacity: 0;
}
.navbar-toggler .menu-bar-three {
	top: -7px;
	-webkit-transform: rotate(-225deg);
	transform: rotate(-225deg);
}

.navbar-dark .navbar-toggler-icon {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.8)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
.navbar-light .navbar-toggler-icon {	
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.8)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
.navbar-collapse {
	background-color: #fff;
	/* border-top: 2px solid #ddd; */
	/* box-shadow: 0 3px 2px rgba(0,0,0,0.3); */
	/* min-width: 270px; */
	/* left: 0; */
	width: 100%;
	/* position: absolute; */
	/* top: 100%; */
	/* z-index: 1000; */
}
.navbar-nav {
	margin: 0;
	text-align: left;
	padding: 15px;
}
.navbar-nav li {
 	display: block;
 	white-space: inherit;
 	width: 100%;
}
.navbar-nav li > a {
	border-bottom: none;
	margin: 3px 0;
	padding: 10px 5px;
	justify-content: center;
}
.navbar-nav li > a:hover, .navbar-nav li.current-menu-item > a, 
.navbar-nav li.current_page_item > a, .navbar-nav li:hover > a, 
.navbar-nav li.current_page_ancestor > a, .navbar-nav li.current-page-parent > a {
	border-bottom: none;
}
.navbar-nav > li.current-menu-item > a::before, 
.navbar-nav > li a:hover::before {
 	display: none;
}
.navbar-nav > li.menu-item-has-children > a::after {
	display: none;
}
.navbar-nav li.menu-item-has-children::after {
 	color: #2a2a2a;
 	content: "\f067";
 	display: block;
 	font-family: "Font Awesome 5 Free";
	font-weight: 600;
 	height: 36px;
 	line-height: 36px;
 	position: absolute;
 	right: 0;
 	text-align: center;
 	top: 4px;
 	width: 36px;
 	z-index: 99;
}
.navbar-nav li.menu-item-has-children.open::after {
 	content: "\f068";
}
.navbar-nav li:hover .sub-menu {
 	opacity: 0;
 	visibility: hidden;
}
.navbar-nav li.open > .sub-menu {
 	-moz-animation: none;
 	-webkit-animation: none;
 	animation: none;
 	display: block;
 	opacity: 1;
 	visibility: visible;
}
.navbar-nav .sub-menu {
 	background-color: transparent;
 	border: medium none;
 	box-shadow:none;
 	display: none;
 	float:none;
 	padding-left: 15px;
 	position: static;
 	width:100%;
}
.navbar-nav li .sub-menu a {
	border: none;
	color: #2a2a2a;
	text-align: center;
 	padding: 7px 5px;	
}
.navbar-nav .sub-menu a:hover {
 	background-color: transparent;
 	color: #c0c0c0;
}
.body-transparent .page-banner-section {
	padding-top: 0;
}
.slick-prev {
	left: 5px;
}
.slick-next {
	right: 5px;
}
.slick-prev, .slick-next {
	font-size: 20px;
	width: 40px;
	height: 40px;	
}
.slider-summery {
	padding: 0 50px;
}
.slider-content {
	max-width: 100%;
}
.slider-heading {
	font-size: 24px;
	margin-bottom: 10px;
	line-height: 30px;
}
.slider-content .btn {
	font-size: 14px;
	padding: 10px 32px;
}
.section-header {
	margin: 0 0 30px;	
}
.section-header.section-header-withallbtn {	
	padding-right: 0;
	text-align: center;
}
.section-header-withallbtn .view-all {
	position: static;
	display: block;
	text-align: center;
	margin-top: 15px;
}
.section-bigheading {
	left: 0;
	right: 0;
}
.about-section {
	padding: 30px 0;
}
.about-image-block {
	margin-bottom: 30px;
}
.list-blocks-section {
	padding: 20px 0 0;
	margin: 0;
}
.course-section {
	padding: 0 0 20px;
}
.gallery-section {
	padding: 0 0 30px;
	margin: 0;
}
.blog-section {
	padding: 10px 0 30px 0;
	/* margin-bottom: 30px; */
}
.blog-section .row {
	flex-wrap: nowrap;
	overflow-x: scroll;
}
.blog-section .blog-item {
	min-width: 320px;
	max-width: 320px;
}
.testimonial-section {
	margin-bottom: 0;
	padding: 0 0 30px;
}
.testimonial-carousel .slick-prev.slick-arrow {
	right: auto;
	left: 0;
}
.testimonial-header-col {
	padding: 20px 0 20px 0;
	max-width: 200px;
	margin: 0 auto;
}
.testimonial-header-column {
	width: 200px;
	height: 200px;
}
.testimonial-wrap {
	text-align: center;
}
.testimonail-image-title {
	justify-content: center;
}
.enquiry-section {
	margin: 0;
}
.enquiry-wrapper {
	padding: 25px;
}
.footer-section {
	padding-top: 120px;	
}
}
@media only screen and (max-width: 767px) {		
.header-top-left {
	text-align: center;
}
.header-top-right {
	text-align: center;
}
.header-top-left > ul > li > a {
	font-size: 13px;
	text-align: center;
	padding: 5px 10px;
}
.gallery-item {
	max-width: 50%;
}
.footer-section {
	padding-top: 60px;
}
.footer-opacity-candy {	
	max-height: 60px;
}
.copyright {
 	text-align: center;
}
.copyright p {
	margin: 10px 0;	
}
.footer-bottom-right {
	text-align: center;
}
.footer-social {
	text-align: center;
	margin: 0;
}
.footer-social-icon {	
	padding: 15px 0;	
}
.section-title {	
	font-size: 28px;
}
.page-banner-image .page-banner-title {
	float: left;
	width: 100%;
	font-size: 24px;
	margin: 0 0 10px;
}
.page-banner-image .breadcrumbs {	
	float: right;	
	width: 100%;
}
.masonry-wrapper {
	margin: 0 -7px;
}
.ms-item {
	padding: 7px;
}
.subpage-item.with-thumb .subpage-title {
	padding: 7px;
	font-size: 15px;
}
.post-summery {
 	padding: 15px;
}
.post-content > p {
 	max-height: auto;
 	overflow: hidden;
}
.slider-heading {
	font-size: 16px;
	line-height: 24px;
}
.slider-image img {
	min-height: 50vh;
}
.slider-content .btn {
	font-size: 13px;
	padding: 8px 20px;
}
.about-image-2 {	
	max-width: 135px;
	border: 5px solid rgba(255,255,255,0.5);
	box-shadow: 0 0 10px rgba(0,0,0,.2);
	border-radius: 10px;
}
.about-image-block {
	position: relative;
	padding-left: 25px;
	padding-right: 25px;
	padding-bottom: 25px;
}
.about-content p {
	line-height: 24px;
	font-size: 14px;
}
.gallery-items-row {
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
	-webkit-column-gap: 0;
	-moz-column-gap: 0;
	column-gap: 0;
}
.gallery-items {
	padding: 5px;
}
.blog-section .blog-item {
	min-width: 270px;
	max-width: 270px;
}
.page-admission-enquiry .content-section {	
	padding: 20px 15px 5px;
}
.single-course-image {
	height: auto;
}
.team-wrapper .row {
	margin: 0 -7.5px -15px;
}
.team-item {
	margin-bottom: 15px;
	padding: 0 7.5px;	
}
.team-image {	
	margin-bottom: 10px;	
}
.team-summery {	
	padding: 0 10px 5px;
}
.team-title {
	font-size: 14px;
}
.team-designation {	
	font-size: 13px;
}
}
@media only screen and (max-width: 575px) {
	.wpuf-dashboard-container .wpuf-navigation li {		
		min-width: 80px;
	}
	.wpuf-navigation li a {
		font-size: 8.5px;
		padding: 6px 6px;
		margin: 0 2px;
	}
	.wpuf-navigation li a i {		
		font-size: 16px;
		margin: 0 auto 5px;	
	}
	.video-play-summery iframe {		
		min-height: 200px;
	}
}
 @media only screen and (max-width: 479px) {
.h1, h1 {
 	font-size: 24px;
}
.gallery-item {
	max-width: 100%;
}
}