@charset "UTF-8";

/* [DEFAULT] Extra Small devices (landscape phones, 576px and under)*/
.carousalImage{
		max-height: 320px !important;
		min-height: 320px !important;
}

.processImage{
	max-height: 150px;
	max-width: 150px;
}

.serviceImage{
	max-height: 290px !important;
}

.logo-header-padding{
	padding-left: 0 !important;
}
	

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) { 
	.carousalImage{
		max-height: 320px !important;
	}
	
	.serviceImage{
		max-height: 290px !important;
	}
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) { 
	.carousalImage{
		max-height: 350px !important;
	}
	
	.serviceImage{
		max-height: 290px !important;
	}
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) { 
	.carousalImage{
		max-height: 350px !important;
	}
	
	.serviceImage{
		max-height: 320px !important;
	}
}

/* X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) { 
	.carousalImage{
		max-height: 450px !important;
	}
	
	.serviceImage{
		max-height: 320px !important;
	}
	
}

/* XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) { 
	.carousalImage{
		max-height: 450px !important;
	}
	
	.serviceImage{
		max-height: 350px !important;
	}
	
}