/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Aug 19 2026 | 18:02:55 */
.carblockone{
	overflow: hidden;
}
.carblockone .elementor-image-box-content {
    padding: 20px;
}



.elmentor-btn-cs{
    background-color: #ff5b40;
    font-family: "Open Sans", Sans-serif;
    font-size: 16px;
    font-weight: 600;
    fill: #fff;
    color: #fff;
    border-style: solid;
    border-width: 3px 3px 3px 3px;
    border-color: #ff5b40;
    border-radius: 50px 50px 50px 50px !important;
    padding: 20px 40px 20px 40px !important;
}
.elmentor-btn-cs:hover{
	background-color: #d90000;
	border-color: #d90000;
}