.window {
    display: none;
}

nav ul {
	float: none;

}
nav ul li {
	display: inline-block;
	float: left;
}
nav ul li:not(:first-child) {
	margin-left: 25px;
}
.main-nav ul li a{
	font-size: 16px;
	font-weight: normal;
	line-height: 85px;
	font-weight: bold;
	}
.navbar-light{
	float: right;
}
nav ul li a {
	display: inline-block;
	outline: none;
	
	font-size: 18px;
	text-decoration: none;
	letter-spacing: 0.04em;
	line-height: 18px;
}
.main-nav-home  ul li a:hover {
	color: #e73e43;
	text-decoration: none;
}
@media screen and (max-width: 560px) {
	.nav-container {
		position: fixed;
		top: 0;
		left: 0;
		height: 100%;
		width: 100%;
		z-index: -1;
		background: #2F3293;
		opacity: 0;
		transition: all 0.2s ease;
	}
	.nav-container ul {
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		width: 100%;
	}
	.nav-container ul li {
		display: block;
		float: none;
		width: 100%;
		text-align: center;
		margin-bottom: 10px;
	}
	.nav-container ul li:nth-child(1) a {
		transition-delay: 0.2s;
	}
	.nav-container ul li:nth-child(2) a {
		transition-delay: 0.3s;
	}
	.nav-container ul li:nth-child(3) a {
		transition-delay: 0.4s;
	}
	.nav-container ul li:nth-child(4) a {
		transition-delay: 0.5s;
	}
	.nav-container ul li:not(:first-child) {
		margin-left: 0;
	}
	.nav-container ul li a {
		padding: 10px 25px 30px;
		opacity: 0;
		color: #fff;
		font-size: 34px;
		font-weight: 300;
		transform: translateY(-20px);
		transition: all 0.2s ease;
	}
	.nav-open {
		position: fixed;
		right: 10px;
		top: 10px;
		display: block;
		width: 48px;
		height: 48px;
		cursor: pointer;
		z-index: 9999;
		border-radius: 50%;
	}
	.nav-open i {
		display: block;
		width: 20px;
		height: 2px;
		background: #1f2227;
		border-radius: 2px;
		margin-left: 14px;
	}
	.nav-open i:nth-child(1) {
		margin-top: 16px;
	}
	.nav-open i:nth-child(2) {
		margin-top: 4px;
		opacity: 1;
	}
	.nav-open i:nth-child(3) {
		margin-top: 4px;
	}
}
#nav:checked + .nav-open {
	transform: rotate(45deg);
}
#nav:checked + .nav-open i {
	background: #fff;
	transition: transform 0.2s ease;
}
#nav:checked + .nav-open i:nth-child(1) {
	transform: translateY(6px) rotate(180deg);
}
#nav:checked + .nav-open i:nth-child(2) {
	opacity: 0;
}
#nav:checked + .nav-open i:nth-child(3) {
	transform: translateY(-6px) rotate(90deg);
}
#nav:checked ~ .nav-container {
	z-index: 9990;
	opacity: 1;
}
#nav:checked ~ .nav-container ul li a {
	opacity: 1;
	transform: translateY(0);
}
.hidden {
	display: none;
}

nav label {
	display: inherit;
}

.theme__logo img {
    height: 50px;
}
.main-nav .row{
	align-items: center;
}
@media (min-width: 992px){
.main-nav .col-lg-2{
width: 14.66666667%;
}
.main-nav  .col-lg-10 {
        width: 85.33333333%;
}
}

@media (min-width:768px) and (max-width:991px) {
header .container {
	max-width: 750px;
}
.inner_banner_content{
	padding:100px;}
}

@media(max-width:991px) {
.theme__logo img {
	height: 50px;
}
.window {
	position: relative;
	display: block;
	width: 360px;
	height: auto;
	margin: 100px auto 0;
	box-shadow: inherit;
	/*overflow: hidden;*/
	border-radius: 3px;
	background: transparent;
}
.window .header {
	position: absolute;
	display: block;
	top: 6px;
	left: 0;
	height: 70px;
	width: 100%;
	background: #fff;
	overflow: hidden;
	transition: all 0.5s ease-out, background 1s ease-out;
	transition-delay: 0.2s;
	z-index: 1;
}
.main-logo {
	margin-right: 0;
}
.window .header .burger-container {
	position: relative;
	display: inline-block;
	height: 50px;
	width: 50px;
	cursor: pointer;
	transform: rotate(0deg);
	transition: all 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: transparent;
	top: 4px;
	left: 7px;
}
.window .header .burger-container #burger {
	width: 18px;
	height: 8px;
	position: relative;
	display: block;
	margin: -4px auto 0;
	top: 50%;
}
.window .header .burger-container #burger .bar {
	width: 100%;
	height: 2px;
	display: block;
	position: relative;
	background: #000;
	transition: all 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
	transition-delay: 0s;
}
.window .header .burger-container #burger .bar.topBar {
	transform: translateY(0px) rotate(0deg);
}
.window .header .burger-container #burger .bar.btmBar {
	transform: translateY(6px) rotate(0deg);
}
.window .header .icon {
	position: absolute;
	left: 57%;
	transform: translate(-61%, -50%);
	top: 30px;
}
.window .header .icon.icon-bag {
	right: 0;
	top: 0;
	left: auto;
	transform: translateX(0px);
	transition: transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99);
	transition-delay: 0.65s;
}
.main-logo img {
	height: 50px;
}
.window .header ul.menu {
	position: relative;
	display: block;
	padding: 0px 38px 0;
	list-style: none;
	margin-top: 10px;
}
.window .header ul.menu li.menu-item {
	border-bottom: 1px solid #333;
	margin-top: 5px;
	transform: scale(1.15) translateY(14px);
	opacity: 0;
	transition: transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99), opacity 0.6s cubic-bezier(0.4, 0.01, 0.165, 0.99);
}
.window .header ul.menu li.menu-item:nth-child(1) {
	transition-delay: 0.49s;
}
.window .header ul.menu li.menu-item:nth-child(2) {
	transition-delay: 0.42s;
}
.window .header ul.menu li.menu-item:nth-child(3) {
	transition-delay: 0.35s;
}
.window .header ul.menu li.menu-item:nth-child(4) {
	transition-delay: 0.28s;
}
.window .header ul.menu li.menu-item:nth-child(5) {
	transition-delay: 0.21s;
}
.window .header ul.menu li.menu-item:nth-child(6) {
	transition-delay: 0.14s;
}
.window .header ul.menu li.menu-item:nth-child(7) {
	transition-delay: 0.07s;
}
.window .header ul.menu li.menu-item a {
	display: block;
	position: relative;
	color: #000;
	font-weight: 100;
	text-decoration: none;
	font-size: 22px;
	line-height: 2.35;
	font-weight: 400;
	width: 100%;
}
.window .header.menu-opened {
	height: 100%;
	background-color: #fff;
	transition: all 0.3s ease-in, background 0.5s ease-in;
	transition-delay: 0.25s;
}
.window .header.menu-opened .burger-container {
	transform: rotate(90deg);
}
.window .header.menu-opened .burger-container #burger .bar {
	transition: all 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99);
	transition-delay: 0.2s;
}
.window .header.menu-opened .burger-container #burger .bar.topBar {
	transform: translateY(4px) rotate(45deg);
}
.window .header.menu-opened .burger-container #burger .bar.btmBar {
	transform: translateY(3px) rotate(-45deg);
}
.window .header.menu-opened ul.menu li.menu-item {
	transform: scale(1) translateY(0px);
	opacity: 1;
}
.window .header.menu-opened ul.menu li.menu-item:nth-child(1) {
	transition-delay: 0.27s;
}
.window .header.menu-opened ul.menu li.menu-item:nth-child(2) {
	transition-delay: 0.34s;
}
.window .header.menu-opened ul.menu li.menu-item:nth-child(3) {
	transition-delay: 0.41s;
}
.window .header.menu-opened ul.menu li.menu-item:nth-child(4) {
	transition-delay: 0.48s;
}
.window .header.menu-opened ul.menu li.menu-item:nth-child(5) {
	transition-delay: 0.55s;
}
.window .header.menu-opened ul.menu li.menu-item:nth-child(6) {
	transition-delay: 0.62s;
}
.window .header.menu-opened ul.menu li.menu-item:nth-child(7) {
	transition-delay: 0.69s;
}
.window .header.menu-opened ul.menu li.menu-item:nth-child(8) {
	transition-delay: 0.75s;
}
.window .header.menu-opened ul.menu li.menu-item:nth-child(9) {
	transition-delay: 0.82s;
}
.window .header.menu-opened ul.menu li.menu-item:nth-child(10) {
	transition-delay: 0.89s;
}
.window .header.menu-opened ul.menu li.menu-item:nth-child(11) {
	transition-delay: 0.95s;
}
.window .header.menu-opened .icon.icon-bag {
	transform: translateX(75px);
	transition-delay: 0.3s;
}
.window .content {
	font-family: "Ek Mukta", sans-serif;
	padding: 67px 4% 0;
	text-align: justify;
	overflow: scroll;
	max-height: 100%;
}
 .window .content::-webkit-scrollbar {
 display: none;
}
.window .content h2 {
	margin-bottom: 0px;
	letter-spacing: 1px;
}
.window .content img {
	width: 95%;
	position: relative;
	display: block;
	margin: 75px auto 75px;
}
.window .content img:nth-of-type(2) {
	margin: 75px auto;
}
.window {
	width: 100%;
	height: auto;
	margin: 0;
	border-radius: 0px;
}
.window .header {
	position: fixed;
	top: 0;
	z-index: 9;
	
}
.top__header__shape:before {
	content: "";
	background: url(https://ncrit.in/kt/av-industries/wp-content/themes/av-industries/assets/img/header-brand-colors.svg);
	position: fixed;
	left: 0;
	width: 100%;
	height: 6px;
	content: '';
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	top: 0;
	z-index: 9;
}
header {
	display: none;
}
.menu-opened ul.menu {
	position: fixed;
}
.window.mobile__sec {
	display: block;	
}
.menu-opened .dropdown-menu {
	position: relative;
}
.dropdown-toggle {
	margin-top: 40px;
}
.infra__info__content {
	padding: 30px;
}
}

