/*
Theme Name:     Engitech Child
Theme URI:      http://wpdemo.archiwp.com/engitech/
Description:    Make your modifications to [Parent Theme] in this child theme.
Author:         Oceanthemes
Author URI:     http://oceanthemes.net/
Version:        2.0
Template:       engitech
*/

@import url("../engitech/style.css");
 
/* =Theme customization starts here
------------------------------------------------------- */
/*.imagebox .elementor-widget-container .ot-image-box img{
	min-height:230px !important;
}*/

@media screen and (min-width: 2400px) {
	.imagebox .elementor-widget-container .ot-image-box img{
		min-height:578px !important;		
	}
	.imagebox1 .elementor-widget-container .ot-image-box img{
		width:100% !important;
	}
}
@media screen and (max-width: 1920px) {
	.imagebox .elementor-widget-container .ot-image-box img{
		min-height:446px !important;
	}
	.imagebox1 .elementor-widget-container .ot-image-box img{
		width:100% !important;
	}
}
@media screen and (max-width: 1201px) {
	.imagebox .elementor-widget-container .ot-image-box img{
		min-height:280px !important;
	}
}
@media screen and (max-width: 1025px) {
	.imagebox .elementor-widget-container .ot-image-box img{
		min-height:238px !important;
	}
}
@media screen and (max-width: 881px) {
	.imagebox .elementor-widget-container .ot-image-box img{
		min-height:200px !important;
	}
}
@media screen and (max-width: 768px) {
	.imagebox .elementor-widget-container .ot-image-box img{
		min-height:178px !important;
	}
}
@media screen and (max-width: 360px) {
	.imagebox1 .elementor-widget-container .ot-image-box img{
		min-height:250px !important;		
	}
}
/* Remove Overlay in Our Products Home Page */
	.imagebox .elementor-widget-container .ot-image-box .overlay, .imagebox1 .elementor-widget-container .ot-image-box .overlay{
		z-index: 1;
		opacity: 1 !important;
		background: none !important;
	}
	.imagebox .elementor-widget-container .ot-image-box img, .imagebox1 .elementor-widget-container .ot-image-box img{
		filter: none !important;
	}

.entry-content {
    padding: 190px 0 110px !important;
}

.contact-info a:hover{
	color:#000 !important;
}