@media (max-width: 1200px) {
	.skill .item{
		width: 200px;
		margin: auto;
	}
.explore {
	min-height: 750px;
}
.banner-content h1,.banner-content h2{
	font-size: 50px;
	line-height: 60px;
}
.banner-content{
    margin-left: 150px;
}
}
@media (max-width: 991px) {
	.banner-content{
    margin-left:50px;
}
.explore {
	min-height:unset !important;
}
.explore-block{
	position: relative !important;
	border: 0 !important;
}
.explore-items > div{
	border: 0 !important;
}
.banner-content h1,.banner-content h2{
	font-size: 45px;
	line-height: 60px;
}
.staffing h3{
	padding-bottom: 25px;
}
.about-sec{
	padding: 50px 25px;
}
.about-content-block .image{
	margin-bottom: 25px;
}
.about-content-block h5{
	padding: 25px 0 0 0;
}
}
@media (max-width: 767px) {
	.hire .content{
		text-align: center !important;
	}
.home-contact h2{
	font-size: 30px;
	line-height: 40px;
}
.banner-content h1,.banner-content h2{
	font-size: 35px;
	line-height: 40px;
}
.banner-content h2{
	text-align: center;
}
.banner-content h2:before{
	display: none;
}
.banner-content{
	margin-left: unset !important;
	width: 100%;

}
.mind-nav li a{
	color: #fff !important;
}
.hamburger-menu {
    display: block;
    top: 50px;
}
.mind-nav{
    position: fixed;
    top: 0;
    padding-top: 25px;
    right: -250px;
    height: 100%;
    width: 100%;
    max-width: 250px;
    display: block !important;
    background: #201f22;
    margin: 0;
    z-index: 9999;
    transition: all 0.5s ease;
}
.mind-nav.show {
    right: 0;
}
.expolore-logo img{
	max-width: 100%;
}
footer h3{
	margin: 0;
	padding: 15px 0 10px 0;
}
footer .social{
	margin: 10px 0 25px 0;
}
.mind-nav li{
	margin: 15px;
}
.staffing .staffing-block .list{
	padding: 75px 0;
	margin-bottom: 25px;
}
.inner-banner h1{
	font-size: 45px;
}
.contact-top{
	bottom:25px;
}
.services-details .skill .block{
		margin: auto;
	}
}
@media (max-width: 600px){

	.contact-address-area h3{
		text-align: center;
	}
	.services-details .content{
		padding:25px 15px;
	}

	.top-ul li{
		padding-right:5px;
	}
	.top-ul p{
		font-size: 10px;
	}
	.top-social{
		display: none !important;
	}
	.about-content-block h4{
		font-size: 30px;
	}
	.about-sec h2{
		font-size: 30px;
		line-height: 45px;
	}
	.about-sec h3{
		font-size: 25px;
		line-height: 35px;
	}
	.about-sec p{
		font-size: 19px;
		line-height: 25px;
	}
  .banner-content{
  	flex-direction: column;
  }
  .explore h2{
  	font-size: 30px;
  	line-height: 40px;
  	display: flex;
  	flex-direction: column;
  	justify-content: center;
  }
  .banner-content h1,.banner-content h2{
	font-size: 27px;
	line-height: 35px;
}
.about-content-block h3{
	font-size: 19px;
}
.about-content-block h4{
	font-size: 23px;
	line-height: 30px;
}
.contact-address-area{
	padding: 25px 0 !important;
}
}