@media (max-width: 1200px) {
	.header-area .main-nav .nav li {
		padding-left: 12px;
		padding-right: 12px;
	}

	.header-area .main-nav:before {
		display: none;
	}
}

@media (max-width: 1024px) {
	section.our-facts .video {
		margin-left: 0px !important;
	}

	.navbar-collapse.collapse.show {
		position: absolute;
		top: 0px !important;
		background: #293037;
		margin-top: 80px !important;
		width: 100%;
		display: block;
		left: 0px;
		text-align: center;
		justify-content: center;
	}

	.new-students {
		margin-top: 15px !important;
	}

	.navbar.navbar-expand-lg.navbar-dark {
		box-shadow: none !important;
		transition: none !important;
	}

	.accordions {
		margin-left: 0px !important;
	}
}

@media screen and (min-width: 992px) {
	.navbar {
		padding-top: 0px;
		padding-bottom: 0px;
		box-shadow: none !important;
	}

	.navbar .nav-item {
		padding: .5rem .5rem;
		margin: 0 .25rem;
	}

	/* makes the dropdown full width  */
	.navbar .dropdown {
		position: static;
	}

	.navbar .dropdown-menu {
		width: 100%;
		left: 0;
		right: 0;
		/*  height of nav-item  */
		top: 45px;
	}

	.navbar .dropdown:hover .dropdown-menu,
	.navbar .dropdown .dropdown-menu:hover {
		display: block !important;
	}

	.navbar .dropdown-menu {
		border: 1px solid rgba(0, 0, 0, .15);
		background-color: #fff;
	}

}

@media (max-width: 992px) {

	.main-banner .caption h2 {
		font-size: 64px;
	}

	#features {
		margin-bottom: 110px;
	}

	#features .feature-item {
		margin-bottom: 30px;
	}

	#our-classes .tabs-content {
		margin-left: 0px;
		margin-top: 30px;
	}

	.trainer-item {
		margin-bottom: 30px;
	}

	#contact-us #map {
		margin-bottom: -7px;
	}

	#contact-us .contact-form {
		padding: 30px;
	}

	#contact-us .contact-form #contact {
		padding: 30px;
	}

}

@media(min-width: 992px) and (max-width: 1200px) {
	.reach_out_div .btn {
		padding: 13px 10px;
	}

	.tab .row .col_new:nth-child(2) .workplace_card, .tab .row .col_new:nth-child(4) .workplace_card, .tab .row .col_new:nth-child(6) .workplace_card, .tab .row .col_new:nth-child(8) .workplace_card {
		background-color: #1c2329;
		transition: all .5s ease;
	  }
	
	  .tab .row .col_new:nth-child(2) .workplace_card:hover, .tab .row .col_new:nth-child(4) .workplace_card:hover, .tab .row .col_new:nth-child(6) .workplace_card:hover, .tab .row .col_new:nth-child(8) .workplace_card:hover{
		background-color: #d92727;
		transition: all .5s ease;
	  }

	  .tab .row .col_new:nth-child(1) .workplace_card, .tab .row .col_new:nth-child(3) .workplace_card, .tab .row .col_new:nth-child(5) .workplace_card, .tab .row .col_new:nth-child(7) .workplace_card {
		background-color: #d92727;
		transition: all .5s ease;
	  }
	
	  .tab .row .col_new:nth-child(1) .workplace_card:hover, .tab .row .col_new:nth-child(3) .workplace_card:hover, .tab .row .col_new:nth-child(5) .workplace_card:hover, .tab .row .col_new:nth-child(7) .workplace_card:hover{
		background-color: #1c2329;
		transition: all .5s ease;
	  }
}

@media (max-width: 991px) {

	html,
	body {
		overflow-x: hidden;
	}

	.mobile-top-fix {
		margin-top: 30px;
		margin-bottom: 0px;
	}

	.mobile-bottom-fix {
		margin-bottom: 30px;
	}

	.mobile-bottom-fix-big {
		margin-bottom: 60px;
	}

	#navbarNavDropdown {
		position: absolute;
		top: 80px;
		width: 98%;
		background: #3e444b;
		left: 1%;
		padding: 10px;
		text-align: center;
	}

	.form-inline.my-2.my-lg-0 {
		display: flex;
		justify-content: center;
	}
}

@media(min-width: 992px) {
	.drop_down_items li {
		padding-top: 20px !important;
		padding-bottom: 20px !important;
	}
}

@media (min-width:768px) and (max-width:991px) {
	.main-banner .caption h6 {
		font-size: 30px;
	}

	.tab .row .col_new:nth-child(2) .workplace_card, .tab .row .col_new:nth-child(3) .workplace_card, .tab .row .col_new:nth-child(6) .workplace_card, .tab .row .col_new:nth-child(7) .workplace_card {
		background-color: #1c2329;
		transition: all .5s ease;
	  }
	
	  .tab .row .col_new:nth-child(2) .workplace_card:hover, .tab .row .col_new:nth-child(3) .workplace_card:hover, .tab .row .col_new:nth-child(6) .workplace_card:hover, .tab .row .col_new:nth-child(7) .workplace_card:hover{
		background-color: #d92727;
		transition: all .5s ease;
	  }

	  .tab .row .col_new:nth-child(1) .workplace_card, .tab .row .col_new:nth-child(4) .workplace_card, .tab .row .col_new:nth-child(5) .workplace_card, .tab .row .col_new:nth-child(8) .workplace_card {
		background-color: #d92727;
		transition: all .5s ease;
	  }

	  .tab .row .col_new:nth-child(1) .workplace_card:hover, .tab .row .col_new:nth-child(4) .workplace_card:hover, .tab .row .col_new:nth-child(5) .workplace_card:hover, .tab .row .col_new:nth-child(8) .workplace_card:hover{
		background-color: #1c2329;
		transition: all .5s ease;
	  }
}

@media screen and (min-width: 768px) {
	.accordion-head {
		padding: 1rem;
		font-size: 1.2rem;
	}
}

@media (min-width: 767px) {
	.header-area .main-nav .nav {
		display: flex !important;
	}
}

@media (max-width: 767px) {
	.header-area .main-nav .logo {
		color: #1e1e1e;
	}

	.header-area.header-sticky .nav li a:hover,
	.header-area.header-sticky .nav li a.active {
		color: #d92727 !important;
		opacity: 1;
	}

	.header-areas {
		background-color: #202831;
		padding: 0px 15px;
		height: 80px;
		box-shadow: none;
		text-align: center;

	}

	.header-area .container {
		padding: 0px;
	}

	.header-area .logo {
		/* margin-left: 30px; */
		margin-left: 0;
	}

	.header-area .menu-trigger {
		display: block !important;
	}

	.header-area .main-nav {
		overflow: hidden;
	}

	.header-area .main-nav .nav {
		float: none;
		width: 100%;
		display: none;
		-webkit-transition: all 0s ease 0s;
		-moz-transition: all 0s ease 0s;
		-o-transition: all 0s ease 0s;
		transition: all 0s ease 0s;
		margin-left: 0px;
	}

	.header-area .main-nav .nav li:first-child {
		border-top: 1px solid #eee;
	}

	.header-area .main-nav .nav li:last-child {
		width: 100%;
		background-color: #d92727;
		color: #fff;
	}

	.header-area .main-nav .nav li:last-child a {
		background-color: #d92727 !important;
	}

	.header-area .main-nav .nav li:last-child a:hover,
	.header-area .main-nav .nav li:last-child:hover a {
		background-color: #d92727 !important;
		color: #fff !important;
	}

	.header-area.header-sticky .nav {
		margin-top: 80px !important;
	}

	.header-area .main-nav .nav li {
		width: 100%;
		background: #fff;
		border-bottom: 1px solid #eee;
		padding-left: 0px !important;
		padding-right: 0px !important;
	}

	.header-area .main-nav .nav li a {
		height: 50px !important;
		line-height: 50px !important;
		padding: 0px !important;
		border: none !important;
		background: #f7f7f7 !important;
		color: #232d39 !important;
	}

	.header-area .main-nav .nav li:last-child a {
		color: #fff !important;
	}

	.header-area .main-nav .nav li a:hover {
		background: #eee !important;
		color: #d92727 !important;
	}

	.header-area .main-nav .nav li.submenu ul {
		position: relative;
		visibility: inherit;
		opacity: 1;
		z-index: 1;
		transform: translateY(0%);
		transition-delay: 0s, 0s, 0.3s;
		top: 0px;
		width: 100%;
		box-shadow: none;
		height: 0px;
	}

	.header-area .main-nav .nav li.submenu ul li a {
		font-size: 12px;
		font-weight: 400;
	}

	.header-area .main-nav .nav li.submenu ul li a:hover:before {
		width: 0px;
	}

	.header-area .main-nav .nav li.submenu ul.active {
		height: auto !important;
	}

	.header-area .main-nav .nav li.submenu:after {
		color: #3B566E;
		right: 25px;
		font-size: 14px;
		top: 15px;
	}

	.header-area .main-nav .nav li.submenu:hover ul,
	.header-area .main-nav .nav li.submenu:focus ul {
		height: 0px;
	}

	.py-100 {
		padding: 40px 0px !important;
	}

	.tab .row .col_new:nth-child(even) .workplace_card {
		background-color: #d92727;
		transition: all .5s ease;
	}

	.tab .row .col_new:nth-child(even) .workplace_card:hover {
		background-color: #1c2329;
		transition: all .5s ease;
	}

	.tab .row .col_new:nth-child(odd) .workplace_card {
		background-color: #1c2329;
		transition: all .5s ease;
	}

	.tab .row .col_new:nth-child(odd) .workplace_card:hover {
		
		background-color: #d92727;
		transition: all .5s ease;
	}

	.tab-menu ul{
		gap: 30px;
	}

}

@media(max-width: 575px) {
	.about_img .shape_1 {
		top: -10%;
		right: -20px;
	}

	.about_img .shape_2 {
		bottom: -10%;
		left: -20px;
	}

	.about_img .shape_1 img,
	.about_img .shape_2 img {
		width: 80px;
	}

	.yellow_text.banner_head {
		font-size: 40px;
	}

	.main-banner .caption h2 {
		font-size: 28px;
	}

	.feature-item.feature_div {
		text-align: center;
	}

	.feature-item.feature_div img {
		float: none;
		margin: 0 auto !important;
	}

	.feature-item.feature_div a {
		margin: 0 !important;
		display: block;
	}

	.main-banner .caption {
		width: 90%;
	}

	.caption .main-button a {
		padding: 12px;
	}

	section.apply-now .item {
		padding: 20px;
	}

	.accordions {
		padding: 20px;
	}

	.accordion-head {
		padding-bottom: 0;
	}

	.accordion-body>.content {
		padding: 0;
	}

	#trainers .trainer-item {
		padding: 20px;
	}

	#trainers .trainer-item ul.social-icons li {
		margin-right: 5px;
	}

	.banner_heading_text {
		font-size: 36px;
	}

	.head_text {
		font-size: 26px;
	}
}

@media (max-width: 450px) {
	.feature-item .right-content a.text-button {
		margin-left: 130px;
	}

	.cta-content h2 {
		font-size: 25px;
	}

	section.our-facts h2 {
		font-size: 28px;
		margin-bottom: 0px !important;
	}

	.section-heading {
		margin-bottom: 15px;
	}

}