/* Custom CSS */
.scheader {
	position: fixed !important;
	width: 100%;
}

.sticky {
	background-color: #000 !important;
}

.inputpadding .elementor-field-textual.elementor-size-md {
	padding: 0 !important;
}
.scheader .elementor-element-populated {
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
.scheader.sticky .elementor-element-populated {
	padding: 3px 10px !important;
}
