@media (min-width:992px) and (max-width:1199px) {
#cssmenu > ul > li {
	margin-left: 35px;
}
#cssmenu > ul > li > a {
	padding: 0;
}
#cssmenu {
	margin: 20px 0 0 0;
}



.banner-text {
	width: 70%;
}


.abt-rght {
	width: 53%;
	float: right;
	padding-left: 30px;
	margin-bottom: 30px;
	padding-bottom: 95px;
}


.services-item {
	padding: 20px;
	min-height: 495px;
}
.services-des h2 {
	margin-bottom: 15px;
}


.solu-des {
	position: absolute;
	top: 35px;
	left: 35px;
	right: 35px;
	bottom: 0;
	//padding: 50px;
	text-decoration: none;
	transition: all 0.2s ease-in-out 0s;
}
.solu-des h3 {
	color: #fff;
	font-size: 25px;
	margin-top: 0;
	font-weight: 700;
	line-height: 27px;
}
.solu-des p {
	margin: 0;
	color: #fff;
	line-height: 22px;
}


.contt-address img {
	width: 50px;
}


.main-footer .col-md-5 {
	width: 39%;
}
.main-footer .col-md-2 {
	width: 22%;
}

.ftr-abt p {
	line-height: 28px;
	margin: 0;
	font-size: 14px;
	color: #bbb;
}

.ftr-services {
	padding-left: 0;
}
.ftr-list ul li a {
	color: #bbb;
	font-size: 14px;
	transition: all 0.4s ease 0s;
	text-transform: uppercase;
}


.copyright .col-md-5 {
	width: 40%;
}
.copyright .col-md-2 {
	width: 20%;
}
#cssmenu > ul > li > a::before {
	bottom: -4px;
}
.solution-item {
	height: 500px;
}
#cssmenu li:hover > ul {
	right: 0;
}


}


@media (min-width:768px) and (max-width:991px) {
body {
	//padding-top: 132px;
}
.logo {
	text-align: center;
}
.logo img {
	max-width: 100%;
	height: auto;
}
#cssmenu {
	float: right;
	padding-right: 0;
	width: 100%;
	text-align: right;
	margin: 15px 0 0 0;
}
#cssmenu > ul > li {
	float: none;
	margin-left: 12px;
}
#cssmenu > ul > li > a {
	padding: 0;
	font-size: 14px;
}

.banner-block {
	height: 630px;
	z-index: 1;
}
.banner-block::after {
	position: absolute;
	content: "";
	background-image: url("../images/banner.jpg");
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
	background-size: cover;
	background-position: center center;
}
.banner-block img {
	display: none;
}

.banner-text {
	width: 90%;
}


.heading-main h2 {
	font-size: 28px;
	line-height: 38px;
}


.abt-rght {
	width: 53%;
	margin-bottom: 20px;
	padding-bottom: 51px;
}

.services-item {
	min-height: 470px;
}


.whychoose {
	transform: translateY(0);
}
.whychoose .inner-box:hover .bg-layer {
	opacity: 1;
}
.whychoose.active .inner-box.inner-box:hover .bg-layer {
	opacity: 1;
}
.whychoose.active .inner-box .bg-layer {
	opacity: 0;
}

.solutions-row {
	margin-top: -30px;
}
.solu-item {
	margin-top: 30px;
}


.contact-right {
	padding: 0;
}
.contt-address img {
	width: 40px;
}
.lower-box {
	position: relative;
	padding: 0;
	box-shadow: none;
}
.contact-frm {
	background: transparent;
	box-shadow: none;
	border: 0;
	padding: 0;
	margin-left: 0;
}




.ftr-abt {
	text-align: center;
	margin-bottom: 30px;
}

.ftr-services {
	padding-left: 0;
}

.copyright {
	text-align: center;
}
.cpy-txt p {
	margin: 0 0 15px 0;
}
.ftr-scl {
	margin: 15px 0 0 0;
	text-align: center;
}
#cssmenu > ul > li > a::before {
	bottom: -4px;
}

.solution-data ul li {
	font-size: 16px;
}
#cssmenu li:hover > ul {
	right: 0;
}

}

@media (max-width:767px) {
body {
	padding-top: 0;
}
header .main-header {
	position: static;
}
.main-header {
	padding: 12px 0 0 0;
}

.logo-white {
	display: none;
}
.logo-black {
	display: block;
}

.logo {
	text-align: center;
}
.logo img {
	height: 60px;
}


.hdr-menu {
	padding-right: 20px;
}

#cssmenu {
	margin: 10px 0 0 0;
}
#cssmenu.small-screen #menu-button {
	padding: 12px 0;
	color: #222;
	font-size: 20px;
	text-align: center;
}
#cssmenu.small-screen #menu-button::before {
	position: absolute;
	top: 16px;
	left: 50%;
	right: inherit;
	width: 25px;
	background: #222;
	margin-left: 40px;
}
#cssmenu.small-screen #menu-button::after {
	position: absolute;
	top: 22px;
	left: 50%;
	right: inherit;
	height: 8px;
	width: 25px;
	border-top: 2px solid #222;
	border-bottom: 2px solid #222;
	margin-left: 40px;
}
#cssmenu.small-screen #menu-button.menu-opened::before {
	top: 23px;
	width: 25px;
	background: #222;
}
#cssmenu.small-screen #menu-button.menu-opened::after {
	top: 23px;
	width: 25px;
	background: #222;
}
#cssmenu > ul > li {
	margin-left: 0;
}
#cssmenu.small-screen ul li:last-child {
	border-bottom: 1px solid rgba(120, 120, 120, 0.2);
}
#cssmenu > ul > li > a {
	padding: 0;
	line-height: 45px;
	text-align: center;
	color: #222;
}
#cssmenu > ul > li > a::before {
	display: none;
}


.banner-block {
	height: 330px;
	z-index: 1;
}
.banner-block::after {
	position: absolute;
	content: "";
	background-image: url("../images/banner.jpg");
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
	background-size: cover;
	background-position: center center;
}
.banner-block img {
	display: none;
}
.banner-text {
	width: 90%;
}
.banner-text h4 {
	font-size: 34px;
	margin-bottom: 5px;
}
.banner-text h2 {
	font-size: 43px;
	line-height: 50px;
	margin-bottom: 0;
}
.banner-text p {
	font-size: 17px;
	line-height: 26px;
}



.pd-60 {
	padding: 40px 0;
}

.heading-main h2 {
	font-size: 28px;
	line-height: 38px;
}
.hdng-mrgn {
	margin-bottom: 35px;
}

.heading-des {
	margin-top: 10px;
}


.abt-rght {
	width: 100%;
	padding-left: 0;
	margin-bottom: 40px;
	padding-bottom: 0;
}
.abt-logo-txt {
	line-height: 106px;
	padding-top: 0;
}

.abt-cntnt {
	float: left;
	width: 100%;
}


.why-choose {
	padding: 40px 0 0 0;
}
.whychoose {
	transform: translateY(0);
	border-bottom: 1px solid rgba(255,255,255,0.15);
}
.whychoose .inner-box:hover .bg-layer {
	opacity: 1;
}
.whychoose.active .inner-box.inner-box:hover .bg-layer {
	opacity: 1;
}
.whychoose.active .inner-box .bg-layer {
	opacity: 0;
}

.whychoose::before {
	display: none;
}



.solutions-row {
	margin-top: -30px;
}
.solu-item {
	margin-top: 30px;
}



.contact-right {
	padding: 0;
	margin-bottom: 30px;
}
.contt-address img {
	width: 50px;
}


.lower-box {
	position: relative;
	padding: 0;
	box-shadow: none;
}
.contact-frm {
	background: transparent;
	box-shadow: none;
	border: 0;
	padding: 0;
	margin-left: 0;
}
.contact-frm-btn {
	text-align: center;
}






.ftr-abt {
	text-align: center;
	margin-bottom: 30px;
}

.ftr-services {
	padding-left: 0;
}

.ftr-widget {
	text-align: center;
}

.ftr-hdng {
	margin: 20px 0;
}
.ftr-hdng::before {
	display: none;
}

.copyright {
	text-align: center;
}
.cpy-txt p {
	margin: 0 0 15px 0;
}
.ftr-scl {
	margin: 15px 0 0 0;
	text-align: center;
}








}

@media (min-width:320px) and (max-width:480px) {
.gallery-sec a img {
	height: 150px !important;
}
.breadcrumb-sec h3 {
	font-size: 25px;

}
.solution-data ul li {
	font-size: 16px;
}
.solution-item {
	 height: auto; 

}









