/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Aug 19 2024 | 13:17:26 */
/* Add your CSS code here.

For example:
.example {
    color: red;
}

For brushing up on your CSS knowledge, check out http://www.w3schools.com/css/css_syntax.asp

End of comment */ 

section.elementor-section.inner-banner-section {
    padding: 150px 0;
}


@media (max-width: 1800px){
	section.elementor-section.inner-banner-section {
    padding: 120px 0;
	}
}
@media (max-width: 1600px){
	section.elementor-section.inner-banner-section {
    padding: 50px 0;
	}
}
@media (max-width: 768px){
	section.elementor-section.inner-banner-section {
    padding: 100px 0;
	margin-top: 80px !important;
	}
}
@media (max-width: 576px){
	section.elementor-section.inner-banner-section {
    margin-top: 60px !important;
	}
}