/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/





.headerSearch .e-search-input {
    border-radius: 30px !important;
    height: 57px !important;
	color: rgba(255,255,255,0.56);
	padding-right:65px !important;
	padding-left:29px !important;
}
.steelProductWrap{ cursor: pointer;}


.steelProductWrap .elementor-widget-button,
.steelProductWrap .elementor-widget-text-editor{
    opacity: 0;
	transition: all 400ms !important;
	height: 0;
	visibility: hidden;
}

.elementor-editor-active .steelProductWrap .elementor-widget-button,
.elementor-editor-active .steelProductWrap .elementor-widget-text-editor,
.steelProductWrap:hover .elementor-widget-button,
.steelProductWrap:hover .elementor-widget-text-editor{
    opacity: 1;
    height: auto;
	visibility: visible;
}


.oilHead{
	transition: all 400ms !important;
}
.steelProductWrap:hover .oilHead{
	padding-bottom: 20px !important;
	border-color: transparent !important;
}


.steelProductWrap:hover .elementor-widget-divider{
	opacity: 0;
	margin: 0 !important;
}

.steelProductWrapInner{
	position: absolute !important;
	top: 25%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transition: all 400ms !important;
}
.steelProductWrap:hover .steelProductWrapInner{
	top: 50%;
}

.petroliumSlider .swiper-pagination.swiper-pagination-progressbar {
    top: unset;
    bottom: -80px;
    width: 81%;
    border-radius: 5px;
}
.CommonTableStyle .row-1{
	background-color:#F6F7FA;
}
table caption+thead tr:first-child td{
	border-block-start:none !important;
}
.tablepress.CommonTableStyle>:where(thead,tfoot)>tr>* {
	background-color: #F6F7FA !important;
}

table tbody>tr:nth-child(odd)>td, table tbody>tr:nth-child(odd)>th {
    background-color: #F6F9FF !important;
}

.tablepress>:where(thead,tfoot)>tr>* {
    background-color: #fff !important;
}
.table-shortcode .column-2{
	text-align:center;
}
/* Full table border + full rounded corners */
.CommonTableStyle {
    border: 1px solid #dcdcdc !important;
    border-radius: 12px !important;
    overflow: hidden !important; /* required for clean radius */
}
.tablepress{
	margin: 0 !important;
}
.tablepress {
	 --text-color:  #606060 !important;
}
	
.CommonTableStyle thead {
	height: 85px;
	vertical-align: middle;
}
.CommonTableStyle thead tr th {
	font-size: 22px;
	color: #0B292E;
	line-height: 26px;
	font-weight: 600;
    font-family: "Instrument Sans", Sans-serif;
    border-block-start: unset !important;
letter-spacing: -0.03em;
text-transform: capitalize;
}

.CommonTableStyle thead tr th:first-child {
	padding-left: 35px;
}


.CommonTableStyle tbody tr:first-child td{
	height: 72px;
	vertical-align: middle;
	font-size: 18px;
	font-weight: 500;
	color: #0B292E;
    font-family: "Instrument Sans", Sans-serif;
	letter-spacing: -0.03em;
}
.CommonTableStyle caption{
	display:none;
}
.CommonTableStyle tbody tr:not(:first-child) td{
	font-weight: 500;
	font-family: 'Manrope', sans-serif;
	color: #606060;
	padding-top: 16px;
	padding-bottom: 16px;
		letter-spacing: -0.03em;
}
.CommonTableStyle tbody tr td:first-child{
	padding-left: 35px;
}
.tablepress>:where(tbody.row-striping)>:nth-child(even of :where(:not(.child,.dtrg-group)))>*{
    background-color: #fff !important;
}









@media only screen and (max-width: 1550px) {
	.petroliumSlider .swiper-pagination.swiper-pagination-progressbar {
	    width: 76%;
	}

}



@media only screen and (max-width: 1200px) {
	.petroliumSlider .swiper-pagination.swiper-pagination-progressbar {
	    width: 70%;
	}
	.CommonTableStyle thead tr th {
		font-size: 20px;
	}
}

@media only screen and (max-width: 1024px) {
	.petroliumSlider .swiper-pagination.swiper-pagination-progressbar {
	    width: 64%;
	}
	.CommonTableStyle thead tr th:first-child,
	.CommonTableStyle tbody tr td:first-child{
		padding-left: 20px;
	}
}

@media only screen and (max-width: 880px) {
	.petroliumSlider .swiper-pagination.swiper-pagination-progressbar {
	    width: 56%;
	}

}


@media only screen and (max-width: 767px) {
	.petroliumSlider .swiper-pagination.swiper-pagination-progressbar {
	   display: none !important;
	}
	.CommonTableStyle tbody tr:first-child td,
	.CommonTableStyle thead tr th {
		font-size: 16px;
	}
	.CommonTableStyle thead tr th:first-child,
	.CommonTableStyle tbody tr td:first-child{
		padding-left: 10px;
	}

  .globalButtonStyle .elementor-button-content-wrapper {
    gap: 4px !important;
}
.main-head-sec .header-button .elementor-button-icon {
    width: 0px !important;
    height: 0px !important;
    
}
.globalButtonStyle .elementor-button-icon {
    width: 35px !important;
    height: 35px !important;
	}


}