/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Sep 11 2025 | 09:14:46 */
html {
	font-size: 62.5%;
}


.site_header.elementor-sticky--effects {
	box-shadow: 0px 10px 32px #22282d17;
}


.custom_accordion .e-n-accordion-item-title[aria-expanded="true"] {
	border-radius: 1rem 1rem 0 0;
}

.custom_accordion .e-n-accordion-item-title .e-n-accordion-item-title-icon {
	position: absolute;
	right: 2rem;
}
.newsletter_form #form-field-email {
	height: 7.7rem;
}
.newsletter_form .elementor-button.elementor-size-sm {
	position: absolute;
	right: 1rem;
	bottom: 1rem;
}
.footer_div::after {
	content: '';
	position: absolute;
	height: 100%;
	width: 1px;
	background: red;
	top: 0;
	right: 0;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.00) 0%, rgba(255, 255, 255, 0.10) 43.01%, rgba(255, 255, 255, 0.15) 100%);
}



















/* Media */

@media(max-width:1500px) and (min-width:1400px) {
	.e-con > .e-con-inner {
	max-width: 1320px;
}
	html {
	font-size: 58%;
}
}
@media(max-width:1399px) and (min-width:1200px) {
	.e-con > .e-con-inner {
	max-width: 1140px;
}
	html {
	font-size: 51%;
}
}
@media(max-width:1199px) and (min-width:1025px) {
	.e-con > .e-con-inner {
	max-width: 960px;
}
	html {
	font-size: 42%;
}
}



@media(max-width:768px) {
	.footer_div::after {
		display: none;	
	}
	.newsletter_form .elementor-button.elementor-size-sm {
	position: unset;
	right: unset;
	bottom: unset;
	border: 1px solid #fff !important;
	width: 100%;
	margin-top: 10px;
}
	.newsletter_form #form-field-email {
	height: 5.7rem;
}
}






































