@media (max-width: 1150px) {
	.hero_background video{
		height:100%;
	}
}
@media (max-width:1200px) {
	.content_service_title {
		font-size:20px !important;
	}
}
@media (max-width: 992px) {
	.container{
		width:100%;
	}
	.header_navigation{
		font-size:16px;
	}
	.prefooter_button{
    	margin-top:2rem;
    }
    h1 {
    	padding-top:30px !important;
    }
    .owl-next, .owl-prev {
    	display:none !important;
    }
}

@media (max-width: 768px) {
	.header_navigation{
		display:none;
		clear:both;
		float:none;
		text-align:center;
		margin-top:1rem;
	}
	.header_nav_list li{
		display:block;
	}
	.header_top_search_input input{
		width:130px;
	}
	.menu_button{
		display:inline-block;
	}
	.column_shift{
		margin-right:0;
	}
	.hero_left{
		padding: 5rem 0;
		font-size:36px;
	}
	.hero_service {
    	height: 215px;
    	font-size: 30px;
    }
    h1 {
    	padding-top:30px !important;
    }
    .owl-next, .owl-prev {
    	display:none !important;
    }
}

@media (max-width: 686px) {
	.hero_service {
    	height: 193px;
    	font-size: 26px;
    }
    h1 {
    	padding-top:30px !important;
    }
    .owl-next, .owl-prev {
    	display:none !important;
    }
}

@media (max-width: 401px) {
	.hero_service {
    	height: 148px;
    	font-size: 16px;
    }
    h1 {
    	padding-top:30px !important;
    }
    .owl-next, .owl-prev {
    	display:none !important;
    }
}