/******************************MEDIA QUERIES***********************/
@media (min-width:2280px) {
.container {
	width: 2100px;
}
}
@media (min-width:1900px) {
.container {
	width: 1700px;
}
}
@media (min-width:1600px) {
.container {
	width: 1400px;
}
}
@media screen and (max-width: 1100px) {
.menu li a {
	padding: 35px 7px;
	display: block;
	color: #0c3858;
	font-size: 15px;
	text-transform: uppercase;
}	
.sol-each {
	border: 1px solid #0c3858;
	border-radius: 10px;
	padding: 20px 30px;
	height: auto;
	margin-bottom:20px;
}
.footer-each ul li a {
	text-transform: uppercase;
	font-size: 12px;
}
.logo img {
	margin: 32px auto;
}
.menu {
	float: none;
}
}

 @media screen and (max-width: 980px) {
	 .container{
		width:960px; 
	 }
.contact-section .map-container iframe {
	padding-left: 15px !important;
	height:auto;
}
.top-header .footer-social li a {
	color: #f2af5e;
	font-size: 15px;
	display: block;
	padding: 0 0 0 5px;
}
.serv-box {
	width: 50%;
	margin-bottom: 30px;
}
.abt2 {
	position: absolute;
	bottom: -10%;
	right: -50%;
}
.footer-each{
	height: 280px;
}
 }
 @media screen and (max-width: 950px) {
}
 @media screen and (max-width: 812px) {
.logo img {
	margin: 32px 0;
}
.container{
	width:auto !important;	
}
.menu {
	/* display: none; */
	position: fixed;
	top: 0;
	left: -100%;
	right: 0;
	display: block;
	background: #0c3858;
	z-index: 9999999;
	height: 100%;
	max-width: 240px;
	transition: all ease-in-out 0.5s;
	-webkit-transition: all ease-in-out 0.5s;
	-moz-transition: all ease-in-out 0.5s;
	-ms-transition: all ease-in-out 0.5s;
	-o-transition: all ease-in-out 0.5s;
}
.menu-toggle {
	color: #000;
	font-size: 24px;
	cursor: pointer;
	text-align: right;
	display:block;
}

.menu-toggle .fa {
	position: absolute;
	top: 100px;
	right: 23px;
	color: #fff;
	z-index: 999;
	background: #ce9045;
	padding: 5px;
	font-size: 17px;
}
.menu li {
	margin: 0;
	float: none;
	display: block;
	text-align: center;
}
.menu li a{
	padding: 10px 0;
	color: #fff;
	font-size: 15px;
}
/*.menu li a:hover, .menu li a:focus, .menu li.active a {
	color: #fff;
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
}*/
.menu > li > ul {
	visibility: hidden;
	opacity: 0;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	background: #F2AF5E;
	transform: translateY(2em);
	-webkit-transform: translateY(2em);
	-moz-transform: translateY(2em);
	-ms-transform: translateY(2em);
	-o-transform: translateY(2em);
	z-index: 99;
	transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
	-webkit-transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
	-moz-transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
	-ms-transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
	-o-transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
	border-top: 2px solid #0c3858;
}
 }
  @media screen and (max-width: 736px) {
.abt2 {
	position: absolute;
	bottom: 0%;
	right: 0;
}
.footer-each{
	height: auto;
}
.inner-con-info {
	position: inherit;
	top: 0;
	background: #ce9045;
	left: 0;
	padding: 20px 20px;
	box-shadow: 0 0 12px #ccc;
	margin-bottom: 30px;
}
.inner-con-info::before {
	display:none;	
}
}
 @media screen and (max-width: 667px) {
.top-header {
	display: none;
}
.menu-toggle .fa {
	position: absolute;
	top: 30px;
	right: 23px;
	color: #fff;
	z-index: 999;
	background: #ce9045;
	padding: 5px;
	font-size: 17px;
}
.abt2 {
	position: inherit;
	bottom: 0%;
	right: 0;
}
}
 @media screen and (max-width: 568px) {

.abt1 img {
	width: 250px;
	height: 250px;
	object-fit: cover;
}


.copy, .power{
	width:100%;	
}
.copy p, .power p{
	text-align: center;
	float:none;
}
.serv-box {
	width: 100%;
	margin-bottom: 30px;
}
.inner-banner img {
	width: 100%;
	height: 230px;
	object-fit: cover;
}
.in-banner-content {
	width: 100%;
}
}
 @media screen and (max-width: 480px) {

}
 @media screen and (max-width: 375px) {
}
 @media screen and (max-width: 320px) {

}
