@media (min-width: 1200px) {
	.container {
		max-width: 1250px;
	}
}
@media (max-width: 767px) {
	.mobile-nav {
		display: flex;
		width: 40px;
		height: 40px;
		box-sizing: border-box;
		align-items: center;
		justify-content: center;
		font-size: 24px;
		color: #000;
		float: left;
	}
	.hamburger {
		display: flex;
		width: 50px;
		height: 40px;
		float: left;
		align-items: center;
		justify-content: center;
		flex-wrap: wrap;
		margin: 3px 0 0 0;
		box-sizing: border-box;
		padding: 5px;
		border: #fff 1px solid;
		border-radius: 5px;
	}
	.hamburger .line {
		width: 40px;
		height: 3px;
		background-color: #fff;
		display: block;
		margin: 2px auto;
		-webkit-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
	}

	.hamburger:hover {
		cursor: pointer;
	}
	body.menu-active #hamburger-1 .line:nth-child(2) {
		opacity: 0;
	}

	body.menu-active #hamburger-1 .line:nth-child(1) {
		transform: translateY(9.5px) rotate(45deg);
	}

	body.menu-active #hamburger-1 .line:nth-child(3) {
		transform: translateY(-9.5px) rotate(-45deg);
	}
	header .nav-menu {
		width: 90%;
		height: calc(100vh - 167px);
		position: fixed;
		z-index: 99;
		top: 167px;
		left: 0px;
		background-color: #fff;
		box-shadow: 0 7px 6px 2px rgb(0 0 0 / 20%);
		transform: translateX(-100%);
		-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		-ms-transition: all 0.3s ease;
		-o-transition: all 0.3s ease;
		transition: all 0.3s ease;
		overflow-y: auto;
	}
	body.menu-active {
		overflow: hidden !important;
	}
	body.menu-active header .nav-menu {
		transform: translateX(0);
	}
	header .nav-menu > ul {
		display: inline-block !important;
		width: 100% !important;
		align-items: inherit;
		column-gap: inherit;
		flex-wrap: inherit;
		/* max-height: 100%;
		overflow-y: scroll; */
	}
	header .nav-menu > ul > li {
		width: 100%;
		border-bottom: #ddd 1px solid;
	}
	header .nav-menu > ul > li > a:not(.btn-border) {
		width: 100%;
		padding: 10px 15px;
		border-radius: 0px !important;
		white-space: nowrap;
		text-align: left;
		-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		-ms-transition: all 0.3s ease;
		-o-transition: all 0.3s ease;
		transition: all 0.3s ease;
	}
	header .nav-menu > ul > li > ul {
		width: 100%;
		height: auto;
		display: none;
		position: static;
		z-index: 999;
		left: auto;
		top: auto;
		background-color: #ffc107;
		min-width: 250px;
		border-bottom: none;
		border-top: none;
	}
	/* header .nav-menu > ul > li > ul > li > ul > li:hover > ul,
	header .nav-menu > ul > li > ul > li:hover > ul,
	header .nav-menu > ul > li:hover > ul {
		display: none !important;
	} */
	header .nav-menu > ul > li > ul > li a {
		padding: 10px 15px;
		width: 100%;
		display: block;
		text-align: left;
		-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		-ms-transition: all 0.3s ease;
		-o-transition: all 0.3s ease;
		transition: all 0.3s ease;
		position: relative;
	}
	.owl-theme.middle-nav .owl-nav [class*="owl-"] {
		width: 30px;
	}
	.owl-theme.middle-nav .owl-nav [class*="owl-"] img {
		width: 100%;
		height: auto;
		display: block;
	}
	.aminated-txt .item .cover .header-content h2 {
		font-weight: 300;
		font-size: 18px;
		color: #ffc107;
	}
	.aminated-txt .item .cover .header-content h1 {
		font-size: 16px;
		font-weight: 600;
		margin: 5px 0 20px;
		word-spacing: 3px;
		color: #000;
		margin: 0px;
	}
	.education-block-section > ul {
		overflow: hidden;
		overflow-x: scroll;
		flex-wrap: nowrap;
		white-space: nowrap;
		margin-left: 0px !important;
		margin-right: 0px !important;
		-ms-overflow-style: none;
		scrollbar-width: none;
	}
	.education-block-section ul > li {
		width: 350px;
	}

	.education-block-section > ul::-webkit-scrollbar {
		display: none;
	}
	.education-block figcaption {
		margin: 0 0 0 15px;
		font-size: 16px;
		color: #fff;
		font-weight: 500;
		text-align: left;
		text-transform: uppercase;
	}
	.row-4 > li.col-lg-4 {
		flex: 0 0 auto;
		width: 50%;
	}
	.process-block {
		position: relative;
		padding: 25px !important;
		border: none;
	}
	.process-block span.count {
		font-size: 120px;
		font-weight: 700;
		color: #ededf1;
		z-index: 0;
	}
	.process-block .content-block .content h2 {
		font-size: 1.5rem;
		line-height: 1.19;
		color: #293856;
		font-size: 16px;
		font-weight: 500;
		margin: 15px 0 0 0;
	}
	.key-section .col-lg-6 {
		margin-top: 0px;
	}
	.key-full {
		width: 100%;
		height: auto;
		float: none;
	}
	.count-section.light-bg {
		background-color: #ffc107 !important;
	}
	.count-box {
		background-color: #ffc107;
		height: auto;
		padding: 30px;
		z-index: 9;
		position: relative;
		border-radius: 0px;
		box-shadow: none;
		align-items: center;
	}
	.count-box .col-md-3 {
		margin-top: 25px;
		background-color: #fff;
		padding-top: 15px;
		padding-bottom: 15px;
		box-shadow: 1px 1px 33px #e5e3e14a;
		border-radius: 20px;
	}
	.counter-item {
		margin-bottom: 0;
		position: relative;
		padding-left: 95px;
	}
	.key-features-section.deep-bg.pt-120.mt--66 {
		padding-top: 50px !important;
		margin-top: 0px !important;
	}
	.client-logo li {
		width: 100%;
		border: 1px solid #e5e5e5;
		float: left;
		margin: -1px 0 0 -1px;
		box-sizing: border-box;
		padding: 10px;
		text-align: center;
	}
	/* section.home-banner {
		display: none !important;
	} */
	section.business-section {
		/* display: none !important; */
		overflow: hidden;
	}
	/* section.count-section {
		display: none !important;
	} */
	/* section.key-features-section {
		display: none !important;
	} */
	/* section.news-section {
		display: none !important;
	} */
	/* section.logo-section {
		display: none !important;
	} */
	header .top-header .col-md-6 {
		flex: 0 0 auto !important;
		width: 50% !important;
	}
	.bottom-header {
		padding: 10px 0;
	}
	.nav-menu ul li a {
		color: #000;
	}
	.aminated-txt .cover .header-content {
		position: relative;
		padding-left: 0px;
	}
	.home-video {
		height: auto;
		position: relative;
	}
	.home-video video {
		display: none;
	}
	.aminated-txt .cover {
		padding: 15px 0;
		position: relative;
		width: 100%;
		height: auto;
		top: auto;
		left: auto;
		display: flex;
		align-items: center;
	}
	.aminated-txt .cover .header-content h1 {
		font-size: 26px;
	}
	.banner-cm-img {
		position: static;
		display: flex;
		justify-content: flex-end;
	}
	.banner-cm-img img {
		width: 100%;
		height: auto;
		display: block;
		margin-right: -12px !important;
		max-width: 200px;
		margin-top: -30px !important;
	}
	.aminated-txt .cover {
		padding: 25px 0 0;
	}
	.aminated-txt .cover .header-content .text-white {
		font-size: 22px;
	}
	.education-block figure {
		width: 45px;
		height: 45px;
		padding: 5px;
	}
	.education-block figcaption h3 {
		margin-left: 0px;
		font-size: 18px;
	}
	section.home-banner .icon-sec .row {
		flex-wrap: nowrap;
		white-space: nowrap;
		overflow-x: auto;
		min-height: 45px;
	}
	section.home-banner .icon-sec .row::-webkit-scrollbar {
		display: none;
	}
	section.home-banner .icon-sec .row > .col-md-4 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: none;
	}
	.default-title {
		margin: 0 0 14px 0;
		font-size: 26px;
	}
	.default-title span {
		font-size: 20px;
	}
	.business-section img.img-fluid.pl-20 {
		padding-left: 0px !important;
		margin-top: 35px;
		margin-bottom: 35px;
	}
	.row-process-portal .row-4 > li.col-lg-4 {
		flex: 0 0 auto;
		width: 100%;
	}
	.child-mb-25 > * {
		margin-bottom: 12px !important;
	}
	.key-full {
		margin-top: 0px !important;
		margin-bottom: 12px !important;
	}
	.key-over.mt-3 {
		margin-top: 12px !important;
		margin-bottom: 15px !important;
	}
	.count-section {
		background-color: #ffc107;
	}
	section.pb-50 {
		padding-bottom: 35px !important;
	}
	section.pt-50 {
		padding-top: 35px !important;
	}
	section.news-section .row > .col-lg-6:nth-child(2) {
		margin-bottom: 12px !important;
	}
	.banner-txt h2 {
		font-size: 18px;
		margin-bottom: 7px;
	}
	#breadcrumbs ul li:before {
		margin-right: 5px;
	}
	#breadcrumbs ul li,
	#breadcrumbs ul li a {
		font-size: 14px;
	}
	.full-banner img {
		min-height: 150px;
		object-fit: cover;
	}
	#breadcrumbs {
		display: inline-block;
		font-size: 14px;
		margin-top: 0;
		transform: none;
		font-weight: 600;
		border-radius: 0px;
	}
	img.w-100.pl-20 {
		padding: 0 !important;
		margin-bottom: 12px !important;
	}
	.business-section p {
		text-align: justify !important;
	}
	.apiip-page-content img {
		margin: 0 auto 12px;
		display: block;
	}
	.parallex-bg .container.mt--150 {
		margin-top: 0px !important;
	}
	.sub-heading {
		font-size: 26px;
	}
	.who-box {
		margin-top: 0px;
		height: 340px;
		text-align: center;
	}
	.content-wrapper.dashboard-inner.light-bg > .container > .row > .col-lg-3,
	section.pdf-sec > .container > .row > .col-md-4,
	.who-sec.pt-45.pb-45.light-bg > .container > .row > .col-md-4 {
		margin-bottom: 12px;
	}
	.content-wrapper.dashboard-inner.light-bg
		> .container
		> .row
		> .col-lg-3:last-child,
	section.pdf-sec > .container > .row > .col-md-4:last-child,
	.who-sec.pt-45.pb-45.light-bg > .container > .row > .col-md-4:last-child {
		margin-bottom: 0px;
	}
	.pdf-sec .card {
		margin-bottom: 0px;
	}
	#public-dashboard-table_wrapper .dataTables_length {
		display: inline-flex;
		align-items: center;
		float: left;
	}
	#public-dashboard-table_wrapper .dataTables_filter {
		display: inline-flex;
		align-items: center;
		float: right;
		margin-top: 0px;
	}
	#public-dashboard-table_wrapper .dataTables_filter input {
		height: 30px;
	}
	.c-holder {
		height: auto;
	}
	.feedback-section img.img-fluid {
		width: 150px;
		height: auto;
		display: block;
		margin: 0 auto 12px;
	}
	header .nav-menu > ul > li > ul > li > ul {
		display: none;
		position: relative;
		top: auto;
		left: auto;
		right: auto;
		border-bottom: none;
		background-color: #bd8e00;
		width: 100%;
		max-width: 100%;
	}
	.faq-section .text-area.mb-4 {
		margin-top: 0px !important;
		padding-top: 0px !important;
	}
	.text-area h3 {
		font-size: 28px;
		font-weight: 600;
	}
	header .nav-menu > ul > li > ul li a span.show-mobile,
	.show-mobile {
		display: inline-block;
	}
	header .nav-menu ul li.has-child.active > a > span > .fa-angle-down {
		transform: rotate(-180deg);
	}
	header .nav-menu > ul > li.has-child.active > a,
	header .nav-menu > ul > li > ul li.has-child.active > a {
		background-color: #ffc107 !important;
	}
}
