/* Responsive Design */

@media only screen and (max-width:1400px) { 


}

@media only screen and (max-width:1366px) { 

}


@media only screen and (max-width:1199px) {
	#navigation {
		padding: 25px 30px;
	}	
	.home-banner .blead {
		font-size: 16px;
		padding: 4px 20px;
	}
	.home-banner h1 {
		font-size: 60px;
		line-height: 77px;
	}	
	.ccol {
		width: 25%;
	}	
	.category-item h3 {
		font-size: 18px;
	}	
	
	.job-sidebar{
		padding-left: 0;
	}
}

@media only screen and (max-width:1024px) { 
	.ccol {
		width: 33.33%;
	}	
	.home-banner h1 {
		font-size: 52px;
		line-height: 58px;
		margin-bottom: 45px;
	}	
	.home-banner h6 {
		font-size: 32px;
		margin-bottom: 120px;
	}
}

@media only screen and (max-width: 991px){
	.job-sidebar {
		margin-top: 40px;
	}	
	.ccol {
		width: 50%;
	}
	.rev_arrow {
		display: inline-block;
		margin-bottom: 15px;
		margin-top: 15px;
	}
	.rev_arrow span{
		margin-right: 20px;
		margin-left: 0;
	}
	.footer-about,
	.single-footer{
		margin-bottom: 30px;
	}
	.footer-social{
		padding: 0;
		margin-top: 0px;
	}

	.footer-bottom {
		margin-top: 10px;
		text-align: center;
	}	
	.home-banner h1 {
		font-size: 36px;
		line-height: 44px;
		margin-bottom: 45px;
	}	
	.home-banner h6 {
		font-size: 22px;
		margin-bottom: 120px;
	}
}

@media only screen and (max-width: 768px){
	.job-search-box form {
		border-radius: 30px;
		padding: 20px 0;
	}	
	.job-search-box form .job-search-btn-wrapper .search-btn {
		display: flex;
		align-items: center;
		justify-content: center;
		padding: 10px 62px;
		margin-left: auto;
		margin-right: auto;
		border-radius: 30px ;
	}
	
	.home-banner h1 {
		font-size: 32px;
		line-height: 40px;
		margin-bottom: 45px;
	}	
	.home-banner h6 {
		font-size: 20px;
		margin-bottom: 120px;
	}
	.contact_list{
		margin-bottom: 30px;
	}
	.progress-wrap.active-progress{
		
	}
}
@media only screen and (max-width: 668px){

}
@media only screen and (max-width: 575px){
	#navigation {
		padding: 18px 15px;
	}	
	.ccol {
		width: 100%;
	}
	.site-logo a {
		display: block;
		width: 100px;
	}
	.home-banner {
		padding: 140px 0 100px;
	}	
	.nj-btn {
		top: 15px;
		right: 15px;
	}	
	.home-banner h1 {
		font-size: 32px;
		line-height: 33px;
		margin-bottom: 45px;
	}
	
.home-banner h6 {
		font-size: 18px;
		margin-bottom: 120px;
	}
}
@media only screen and (max-width: 444px){
.home-banner h1 {
		font-size: 32px;
		line-height: 33px;
		margin-bottom: 45px;
	}
	
.home-banner h6 {
		font-size: 19px;
		margin-bottom: 120px;
	}

.bg-btn {
	font-size: 22px;
}	
}
@media only screen and (max-width: 420px){
.home-banner h1 {
		font-size: 30px;
		line-height: 33px;
		margin-bottom: 35px;
	}
	
.home-banner h6 {
		font-size: 18px;
		margin-bottom: 100px;
	}

.bg-btn {
	font-size: 22px;
}	
}
@media only screen and (max-width: 390px){
.home-banner h1 {
		font-size: 28px;
		line-height: 33px;
		margin-bottom: 35px;
	}	
.home-banner h6 {
		font-size: 16px;
		margin-bottom: 90px;
	}		
.bg-btn {
	font-size: 22px;
}	
}
@media only screen and (max-width: 360px){
.home-banner h1 {
		font-size: 26px;
		line-height: 33px;
		margin-bottom: 35px;
	}	
.home-banner h6 {
		font-size: 16px;
		margin-bottom: 80px;
	}	
.bg-btn {
	font-size: 20px;
}	
}
@media only screen and (max-width: 344px){
.home-banner h1 {
		font-size: 23px;
		line-height: 25px;
		margin-bottom: 35px;
	}	
.home-banner h6 {
		font-size: 14px;
		margin-bottom: 65px;
		
	}	
.bg-btn {
	font-size: 18px;
}	
}