@media (min-width: 1200px){
	
}
@media(max-width: 1199px){
	.top-header span{
		font-size: 12px!important;
	}
	
}
@media(max-width: 991px){
	.top-header{
		height: 20px;
	}
	.top-header ul{
		display: none;
	}
	.top-header i{
		display: none;
	}
	.top-header span{
		display: none;
	}
	.nav-item{
		border-bottom: 1px solid #e0e0e0;
	}
	.nav-link{
		padding: 20px 30px!important;
	}
	.line-menu{
		display: none;
	}
	.btn-read-more{
		padding: 15px 20px;
	}
	.btn-contact{
		padding: 15px 20px;
	}
	.simple-tagline{
		width: 100%;
	}
	.navbar-brand img{
		width: 100px;
		height: 40px;
	}
	.message-section{
		width: 100%;
		height: auto;
		float: left;
		background-color: #F9F9F9;
	}
	.address-section{
		width: 100%;
		height: auto;
		background-color: #fff;
		float: left;
	}
	.btn-apply-form{
		margin: 20px 30px;
	}

}
@media(max-width: 767px){
	.about-second{
		bottom: -50px!important;
	}
	.about-third{
		bottom: -70px!important;
	}
	.about-company{
		margin-top: 100px!important;
	}
	.count{
		font-size: 20px;
	}
	.plus{
		font-size: 20px;
	}
	.total-work svg{
		width: 30px;
		height: 30px;
	}
	.counter-p{
		font-size: 12px;
	}
	.photo-sec{
		width: 100%;
		height: 500px;
		float: left;
	}
	.photo-sec img{
		width: 100%;
		height: 500px;
	}
	.quality-bar{
		width: 100%;
		height: 600px;
		background-color: #323232;
		float: left;
	}
	.label{
		font-size: 10px!important;
		letter-spacing: 1.5px!important;
		font-weight: 500!important;
	}
	
}


@media all and (min-width: 992px) {
	.navbar .nav-item .dropdown-menu{ display: none; }
	.navbar .nav-item:hover .nav-link{ color: #000; }
	.navbar .nav-item:hover .dropdown-menu{ display: block; }
	.navbar .nav-item .dropdown-menu{ margin-top:0; }

	.navbar-expand-lg .navbar-nav .nav-link {
	    padding-right: 0;
	    padding-left: 0;
	}
}	

@media (min-width: 576px){
	#popupLong .modal-dialog {
	    max-width: 700px;
	    margin: 1.75rem auto;
	}
}

@media (min-width: 768px) and (max-width: 991px){
	.stars li{
		font-size: 20px;
	}
}
