@media only screen and (max-width: 1199px) {
	.container {
		max-width: 100%;
	}
	.container-custom {	
		padding: 0 15px;		
	}		
}

@media only screen and (max-width: 991px) {
	.header.sticky {
		padding-bottom: 60px;
	}
	.header.fixed {
		padding-top: 60px;
	}
	.header-logo {
		width: 100%;
		justify-content: space-between;
	}	
	.header-logo .logo-link {
		padding: 5px 0;
	}
	.header-logo .logo-link .logo {
		max-height: 50px !important;
	}
	.nav-menu {
		display: block;
	}
	.menu-open {
		overflow: hidden;
	}
	.navbar-light .navbar-toggler{
		border: none;
	}
	.navbar-dark .navbar-toggler {
		border: none;
		color: rgb(255, 255, 255);
	}	
	.navbar-toggler {
		margin: 10px 0;
		padding: 7px 0;
		font-size: 16px;	
	}
	.navbar-toggler:hover, .navbar-toggler:focus{
		outline: none;
	}	
	.navbar-toggler span {
		background-color: #262626;
		height: 2px;
		width: 24px;
		display: block;
		margin: 0 auto 7px;
		position: relative;
		transition: all .2s ease-in-out;
	}
	.navbar-toggler .menu-bar-one {
		bottom: -9px;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		animation: burger-hover 1s infinite ease-in-out alternate;
	}
	.navbar-toggler .menu-bar-two {	
		animation: burger-hover 1s infinite ease-in-out alternate forwards .4s;
		opacity: 0;
	}
	.navbar-toggler .menu-bar-three {	
		margin-bottom: 0;	
		animation: burger-hover 1s infinite ease-in-out alternate forwards .2s;
		top: -9px;
		-webkit-transform: rotate(-225deg);
		transform: rotate(-225deg);
	}
	.navbar-toggler.collapsed .menu-bar-one {
		bottom: 0;
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	.navbar-toggler.collapsed .menu-bar-two {
		opacity: 1;			
		right: 5px;
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	.navbar-toggler.collapsed .menu-bar-three {			
		top: 0;		
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}		
	.navbar-toggler span.navbar-menu-icon {
		color: rgba(0,0,0,0.7);
		font-size: 20px;
		margin-right: 5px;
	}
	.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, 1)' 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");
	}
	/* .header-sticky.sticked .navbar-collapse {
		top: 60px;
		height: calc(100% - 60px);
	} */
	.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;
		/* height: calc(100% - 60px); */
		transition: all .3s ease-in-out;
		padding: 0;
		overflow-y: scroll;
	}
	.navbar-collapse.show {
		left: 0;
	}
	.navbar-nav {	
		padding: 15px;
	}
	.navbar-nav > li {
		display: block;
		white-space: inherit;
		width: 100%;
		position: relative;
	}
	.navbar-nav > li > a {
		border-bottom: 1px solid #dbdbdb;
		margin: 0;
		padding: 10px 0;
		line-height: 20px;
		text-transform: capitalize;
	}
	.navbar-nav > li.menu-item-has-children > a::after, 
	.mega-menu-item li.menu-item-has-children > a::after {
		display: none;
	}
	.navbar-nav li.menu-item-has-children::after {
		border-left: 1px solid #f0f0f0;
		color: #262626;
		content: "\f067";
		display: block;
		font-family: "Font Awesome 5 Free", sans-serif;;
		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: 10px;
		position: static;
		width:100%;
	}
	.navbar-nav li .sub-menu a {
		padding: 8px 5px;
		color: #262626;
		line-height: 20px;
	}
	.navbar-nav .sub-menu a:hover {
		background-color: transparent;
		color: #676767;
	}
	.navbar-nav > li.menu-item-has-children > a::after {	
		float: right;
	}
	.footer-call-wrap {
		padding: 20px;
		flex-wrap: wrap;
		justify-content: center;
		text-align: center;
	}
	.footer-call-number {
		margin-bottom: 15px;
	}
	.section {
		margin-bottom: 50px;
	}
	.section-header {
		margin: 0 0 30px;		
	}
	.slider-summery {	
		width: 100%;		
	}
	.slider-content {	
		text-align: center;
	}
	.slider-description {
		max-width: 100%;	
	}
	.about-section {
		padding: 50px 0 40px;
		margin-bottom: 0;
	}
	.about-content h1, .about-content h2 {
		font-size: 24px;
		margin-bottom: 10px;
	}
	.about-content h4 {
		margin-bottom: 10px;
	}
	.about-content p {
		line-height: 24px;
	}
	.course-section {
		margin-bottom: 20px;
	}
	.course-wrapper .row {
		margin: 0 -10px;
	}
	.course-wrapper .course-item {		
		margin-bottom: 20px;
		padding: 0 10px;
	}
	.course-summery {
		padding: 15px;		
	}
	.product-section {
		margin-bottom: 30px;	
	}
	.enquiry-section {	
		padding: 50px 0 25px;
	}	
	.course-banner-title {
		font-size: 32px;
		font-weight: 700;
		margin-bottom: 10px;
	}
	.blog-section {
		margin-bottom: 30px;
	}
	.blog-wrapper .row {
		margin: 0 -10px;
	}
	.blog-item {
		margin-bottom: 20px;
		padding: 0 10px;
	}
	.blog-summery {		
		padding: 15px;
	}
	.testimonial-section {
		margin-bottom: 40px;
	}
	.gallery-section {
		margin-bottom: 30px;
	}
	.client-section {
		margin-bottom: 40px;
	}
	.usp-section {		
		padding: 50px 0 35px;
	}
	.usp-wrapper .row {
		margin: 0 -10px;
	}
	.usp-item {
		margin-bottom: 15px;
		padding: 0 10px;
	}
	.usp-wrap {	
		padding: 20px 15px;		
	}
	.usp-icon {		
		margin: 0 auto 15px;	
	}
	.usp-title {
		font-size: 16px;
		margin-bottom: 10px;
	}
	.usp-desc {		
		line-height: 24px;
	}
	.product-wrapper .row {
		margin: 0 -10px;
	}
	.product-item {
		margin-bottom: 20px;
		padding: 0 10px;
	}
	.single-product-top {
		padding: 15px;
	}
	.video-wrapper .row {
		margin-left: -7.5px;
		margin-right: -7.5px;
	}
	.video-item {
		margin-bottom: 15px;
		padding: 0 7.5px;
	}	
}
@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, .header-top-right > ul > li > a {
		padding: 10px 5px;
		font-size: 12px;
		line-height: 15px;
	}
	.header-top-right > ul > li:last-child > a {
		padding-right: 5px;
	}	
	.footer-top {
		padding: 30px 0 0;
	}
	.footer-column {
		margin-bottom: 20px;
	}
	.footer-column li {
		display: inline-block;
		width: 49%;
	}
	.footer-widget-title {	
		font-size: 18px;	
		margin: 0 0 7px 0;
		line-height: 24px;
	}
	.copyright {
		text-align: center;
	}
	.copyright p {
		margin: 10px 0;	
	}
	.footer-bottom-right {
		text-align: center;
	}
	.footer-social-icon {
		margin: 5px 0;
		text-align: center;
	}
	.footer-call-wrap {
		padding: 15px;		
	}
	.footer-call-number {	
		font-size: 18px;
	}
	.footer-call-number a {
		display: block;
	}
	.view-all {
		margin-top: 30px;
	}
	.section {
		margin-bottom: 30px;
	}
	.section-header {
		margin: 0 0 20px;
	}
	.section-title {
		font-size: 24px;
	}
	.text-center .section-description {
		margin: 10px auto 0;
	}
	.section-description {
		margin-top: 10px;	
	}
	.slick-arrow {
		width: 35px;
		height: 35px;
		font-size: 20px;
	}
	.slider-subheading {	
		font-size: 16px;
	}
	.slider-heading {	
		font-size: 30px;
		margin: 10px 0;
	}
	.slider-description {	
		font-size: 13px;
	}
	.about-section {
		padding: 30px 0 20px;
		margin-bottom: 0;
	}
	.about-image {
		margin-bottom: 20px;
	}
	.about-content h1, .about-content h2 {
		font-size: 24px;
	}
	.about-content h4 {	
		font-size: 16px;
	}
	.about-content p {
		line-height: 24px;
	}
	.course-section {
		margin-bottom: 15px;
	}
	.course-wrapper .row {
		margin: 0 -7.5px;
	}
	.course-wrapper .course-item {		
		margin-bottom: 15px;
		padding: 0 7.5px;
	}
	.enquiry-section {
		padding: 30px 0;		
	}
	.enquiry-content {		
		margin-bottom: 20px;
	}
	.enquiry-icon {
		font-size: 42px;
		margin-bottom: 20px;
		line-height: 1;
	}	
	.enquiry-content h2 {
		margin-bottom: 20px;
	}
	.enquiry-content p {
		margin-bottom: 10px;		
	}
	.enquiry-form {		
		padding: 15px;
	}	
	.course-banner-summery {
		margin-top: 30px;
		padding: 15px 0 15px 15px;
	}
	.course-banner-summery::before {		
		width: 100px;		
	}
	.course-banner-title {
		font-size: 24px;	
		margin-bottom: 10px;
		line-height: 30px;
	}
	.course-banner-summery p {
		font-size: 14px;
		margin-bottom: 15px;
	}
	.course-banner-desc ul li {
		line-height: 24px;
		font-size: 14px;		
		margin-bottom: 5px;
		padding-left: 25px;		
	}
	.blog-section {
		margin-bottom: 15px;
	}
	.blog-wrapper .row {
		margin: 0 -7.5px;
	}
	.blog-item {
		margin-bottom: 15px;
		padding: 0 7.5px;
	}
	.testimonial-section {
		margin-bottom: 30px;
	}
	.testimonial-carousel {
		margin: 0 -10px;
		padding: 0 30px;
	}
	.gallery-section {
		margin-bottom: 15px;
	}
	.gallery-wrapper .row {
		margin: 0 -7.5px;
	}
	.gallery-items {
		margin-bottom: 15px;
		padding: 0 7.5px;
	}
	.gallery-wrap {	
		border: 5px solid #fff;
	}	
	.client-section {
		margin-bottom: 20px;
	}
	.client-carousel {
		margin: 0 -7.5px;
	}
	.client-item {
		padding: 10px 7.5px;
	}
	.usp-section {
		padding: 30px 0 15px;
	}
	.usp-wrapper .row {
		margin: 0 -7.5px;
	}
	.usp-item {
		margin-bottom: 15px;
		padding: 0 7.5px;
	}
	.usp-second.usp-item {
		margin-top: 0;
	}
	.page-banner-image .page-banner-title {	
		font-size: 24px;
		margin: 0 0 10px;
	}	
	.masonry-wrapper {
		margin: 0 -7px;
	}
	.ms-item {
		padding: 7px;
	}
	.content-wrapper {
		padding: 20px 0;
	}
	.course-content-block {		
		padding: 15px;
		margin-bottom: 25px;
	}	
	.product-wrapper .row {
		margin: 0 -7.5px;
	}
	.product-item {
		margin-bottom: 15px;
		padding: 0 7.5px;
	}
	.product-summery {
		padding: 10px 10px 10px;		
	}
	.product-title {
		font-size: 14px;
	}
	.single-product-image {
		margin-bottom: 15px;
	}
	.single-product-enquiry {		
		padding: 15px;		
	}
	.contact-page-map {
		margin: 10px 0;
		padding: 10px;
	}	
}
@media only screen and (max-width: 575px) {
	.h1, h1 {
		font-size: 24px;
   }
	.video-wrap iframe {
		width: 100%;
		height: 200px;
	}
}
