/* TABLE OF CONTENTS 
 * 
 * GLOBAL
 * - Gap Column Default
 * 
 * SLIDER
 * - Margin Column
 * - Text Margin Bottom
 * - Height Background Image
 * - Thumbnail Width
 * - Slider Responsive
 * 
 * HOME
 * - Product Image Height
 * - Equal Height Products
 * 
 * INSULATORS
 * - Images Box Display
 * 
 * HIGH VOLTAGE
 * - Images Product Height
 * 
 * TRANSMISSION LINES - SERVICES
 * - Images Services Height
 * 
 * */

/* GLOBAL 
 * */
/* Gap Column Default */
.elementor-column-gap-default > .elementor-column > .elementor-element-populated {
	padding: 0;
}

/* SLIDER 
 * */
/* - Text Column Width */
.txt-slider {
	min-width: 480px !important;
}

/* - Margin Column */
.home-header > div {
	margin-right: 0 !important;
}

/* - Text Margin Bottom */
.col-txt-header {
	position: absolute !important;
	top: 50px;
	left: 0;
}

/* - Height Background Image */
.col-img-header {
	min-height: 700px !important;
}

/* - Thumbnail Width */
.txt-slider {
	min-width: 480px !important;
}
div#n2-ss-2 .nextend-thumbnail-horizontal .nextend-thumbnail-inner {
	max-width: 1180px;
	max-height: 150px;
	margin: 0 auto;
	margin-right: 0;
	margin-left: 480px;
}
div#n2-ss-2 .nextend-thumbnail-horizontal .nextend-thumbnail-scroller {
	grid-auto-columns: 1fr !important;
}

/* - Slider Responsive */
@media(max-width: 1025px) {
	.col-img-header, div#n2-ss-2 .nextend-thumbnail-default {
		width: 100% !important;
	}
	.col-txt-header {
		top: 0 !important;
	}
	.col-txt-header-inner {
		width: 100% !important;
		padding: 0 30px 30px 30px;
		background: rgba(255,255,255,0.9);
	}
	.heading-header > div {
		font-size: 2.5rem !important;
	}
	.par-header p {
		font-size: 1.1rem !important;
	}
	div#n2-ss-2 .nextend-thumbnail-horizontal .nextend-thumbnail-inner {
		margin-left: 0;
	}
}
@media(max-width: 768px) {
	.col-img-header {
		min-height: 600px !important;
		opacity: 0.5;
	}
	.heading-header > div {
		font-size: 2rem !important;
	}
	.par-header p {
		font-size: 1rem !important;
	}
	.col-txt-header-inner {
		background: rgba(255,255,255,0) !important;
	}
	.n-uc-11e3e39246fb9-inner, .n-uc-WPvZ5li4QqAF-inner, .n-uc-2GmQuz5f2BSc-inner, .n-uc-dtuSKFioH1Li-inner {
		opacity: 0.3;
	}
	div#n2-ss-2 .n2-ss-slider-2 {
		max-height: 500px !important;
	}
}

/* HOME
 * */
/* - Product Image Height */
@media(max-width: 1201px) {
	.product-img {
		min-height: 270px;
	}
}
@media(max-width: 1135px) {
	.product-img {
		min-height: 290px;
	}
}
@media(max-width: 1025px) {
	.product-img {
		min-height: 400px;
	}
}
@media(max-width: 768px) {
	.product-img {
		min-height: 250px;
	}
}

/* INSULATORS
 * */
/* - Images Box Display */
.elementor-widget-image-box .elementor-image-box-img {
    display: flex;
}
.elementor-image-box-content {
    padding: 20px;
}

/* HIGH VOLTAGE
 * */
/* - Images Product Height */
@media(max-width: 1025px) {
	.ts-img {
		min-height: 400px;
	}
}
@media(max-width: 768px) {
	.ts-img {
		min-height: 250px;
	}
}

/* TRANSMISSION LINES - SERVICES
 * */
/* - Images Services Height */
.s-tl-img {
	min-height: 700px;
}
@media(max-width: 1025px) {
	.s-tl-img {
		min-height: 500px;
	}
}
@media(max-width: 768px) {
	.s-tl-img {
		min-height: 300px;
	}
}

