@-ms-viewport {
    width: device-width;
}
@media (min-width: 1160px) {
	.header-container{
		margin: 0 0;
	}
	.navigation ul li{
		padding: 0 50px 0 50px;
	}
}
@media (min-width: 1024px) and (max-width: 1160px) {
	.header-container{
		margin: 0 0;
	}
	.header-middle{
		left: 10px;
		top: 0;
		margin: 0;
	}
	.menuicon{
		display: block;
	}
	.navigation{
		display: none;
	}
	.about-content{
		margin-top:99px;
	}
	.about-area{
		padding: 30px 0;
	}
	.about-info{
		padding: 0;
	}
	.about-info h1 {
		font-size: 26px;
		line-height: 30px;
		padding:0 0 20px 0;
	}
	.services-inner h4 {
		font-size: 18px;
		line-height: 20px;
	}
	ol.flex-control-nav{
		bottom:20px;
	}
	.owl-carousel .owl-nav button.owl-prev{
		left: 0;
	}
	.owl-carousel .owl-nav button.owl-next{
		right: 0;;
	}
}
@media (min-width: 770px) and (max-width: 1024px) {
	.header-container{
		margin: 0 0;
	}
	.header-middle{
		left: 10px;
		top: 0;
		margin: 0;
	}
	.menuicon{
		display: block;
	}
	.navigation{
		display: none;
	}
	.about-content{
		margin-top:99px;
	}
	.about-area{
		padding: 30px 0;
	}
	.about-info{
		padding: 0;
	}
	.about-info h1 {
		font-size: 26px;
		line-height: 30px;
		padding:0 0 20px 0;
	}
	.services-inner h4 {
		font-size: 18px;
		line-height: 20px;
	}
	ol.flex-control-nav{
		bottom:20px;
	}
	.owl-carousel .owl-nav button.owl-prev{
		left: 0;
	}
	.owl-carousel .owl-nav button.owl-next{
		right: 0;;
	}
}

@media (min-width: 480px) and (max-width: 770px) {
	.header-container{
		margin: 0 0;
	}
	.header-middle{
		left: 10px;
		top: 0;
		margin: 0;
	}
	.menuicon{
		display: block;
	}
	.navigation{
		display: none;
	}
	.about-content{
		margin-top:99px;
	}
	.about-area{
		padding: 30px 0;
	}
	.about-content-right{
		width: auto;
		float: none;
	}
	.about-content-left{
		width: auto;
		float: none;
	}
	.services-area{
		padding: 30px 0;
	}
	.services-item{
		width: 48%;
	}
	.footer-area{
		padding: 30px 0;
	}
	.footer-col{
		width: 100%;
		padding: 10px 0;
	}
	ol.flex-control-nav{
		bottom:20px;
	}
	.owl-carousel .owl-nav button.owl-prev{
		left: 0;
	}
	.owl-carousel .owl-nav button.owl-next{
		right: 0;;
	}

}

@media (max-width: 480px) {
	.header-container{
		margin: 0 0;
	}
	.header-middle{
		left: 10px;
		top: 0;
		margin: 0;
	}
	.menuicon{
		display: block;
	}
	.navigation{
		display: none;
	}
	.about-content{
		margin-top:99px;
	}
	.about-area{
		padding: 30px 0;
	}
	.about-content-right{
		width: auto;
		float: none;
	}
	.about-content-left{
		width: auto;
		float: none;
	}
	.services-area{
		padding: 30px 0;
	}
	.services-item{
		width: 100%;
		margin: 15px 0;
	}
	.footer-area{
		padding: 30px 0;
	}
	.footer-col{
		width: 100%;
		padding: 10px 0;
	}
	ol.flex-control-nav{
		bottom:20px;
	}
	.owl-carousel .owl-nav button.owl-prev{
		left: 0;
	}
	.owl-carousel .owl-nav button.owl-next{
		right: 0;;
	}
}

/* FLOAT THE WHOLE BLOCK */

@media (max-width: 768px) {
    .content-block {
        float: none !important;
        width: 100% !important;
        margin: 25px 0 !important;
        text-align: center;
    }

    .content-image {
        width: 100% !important;
        max-width: 100% !important;
        height: auto;
    }
}
