@media only screen and (max-width: 576px){
	.slider .content .sub-title{
		font-size: 16px!important;
	    padding-bottom: 20px;
	    display: inline-block;
	}
	.slider .content h2{
		font-size: 33px!important;
        line-height: 1.2;
	}
	.slider .content p{
		font-size: 16px!important;
	    line-height: 28px;
	    margin: 0 auto 30px;
	}
	.logo img {
        max-height: 50px;
    }
    .job-block .job-inner{
    	display: unset!important;
    }
    .job-block .job-inner .job-inner-left{
    	max-width: unset!important;
    }
    .job-block .job-inner .job-inner-right .job-type{
    	position: unset!important;
    }
}
@media only screen and (max-width: 992px){
	.topbar{
		display: none;
	}
	.header-bottom{
		padding: 20px 5%;
/*		background: rgba(0, 0, 0, 0.4);*/
	}
	.slider .slider-animation .animate{
		display: none;
	}
	.slider .content h2{
		font-size: 46px;
        line-height: 1.2;
	}
	.home-service-img img{
		width: 100%;
		margin-bottom: 40px;
	}
	.why-us-img{
		margin-bottom: 40px;
	}
}
@media only screen and (max-width: 1199px){
	.topbar-contact li:last-child{
		display: none;
	}
}