@media (max-width: 991px){
	.abt-explore h1{
		padding:15px;
		font-size: 30px;
	}
	.banner-content{
		font-size: 55px;
		width: 100%;
	}
	.container{
		max-width: 100%;
	}
	.abt-img{
         display: none;
	}
	.explore-block h3{
		font-size: 30px;
	}
	.explore-block p{
		font-size: 14px;
	}
	.explore-items > div:nth-child(2){
	border-right:0;
	border-bottom: 1px solid #fff;
}
.explore-items > div:nth-child(1){
	border-bottom: 1px solid #fff;
}
.explore-block  .container{
	margin:0; padding: 0;
}
.explore h1{
	font-size: 40px;
	line-height: 45px;
}
.contact-left{
	margin-bottom: 25px;
}
#clients .client-logo {
    padding: 80px;
}
}
@media (max-width: 767px){
	.coffee-nav {
    padding: 15px;
}
	.coffee-menu .social{
		padding-right: 0;
	}
	.home-about, .contact-coffee{
		padding: 45px 0;
	}
	.contacts,#clients {
		padding: 35px 0;
	}
	.client-list{
		margin: 45px 0 0 0;
	}
	.contact-coffee h2{
		font-size: 25px;
		padding-bottom: 15px;
	}
	.f-logo {
		display: inline;
		float: left;
		padding: 0 10px 0 0;
	}
	.explore img{
		max-width: 100px !important;
	}
	.coffee-menu .social{
		height: 50px;
	}
	.logo img{
		max-width: 90px;
	}
	.coffee-nav li {
    padding: 10px 15px;
}
.top-header{
	height: 100px;
}
.banner-content{
		font-size: 45px;
	}
.home-about h1{
	font-size: 35px;
}
.hamburger-menu {
    display: block;
}
.coffee-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;
}
.coffee-nav.show {
    right: 0;
}
}
@media (max-width: 575px){
	header {
    background-position: 75% center !important;
}
	.home-about h1{
		padding-bottom: 15px	;
	}
	.explore h1{
		font-size: 25px;
	}
	.capital-address p{
		font-size: 15px;
	}
	.home-about h1,#clients p{
		font-size: 21px;
	}
  .banner-content,{
		font-size: 35px;
	}
.explore h2{
	padding-top: 35px;
}
#clients .client-logo{
	padding: 25px;
}
.contact-left{
  padding: 0;
}
}
