/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Dec 05 2025 | 20:56:47 */
.hero_btns{
	
}
div#page-container{
	padding: 0 !important;
}
header#main-header,
footer{
	display: none;
}
.hero_btns .et_pb_column {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 22px;
}
.hero_sec {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.hero_sec .et_pb_row {
    margin-top: 0;
    margin-bottom: 0;
}
.hero_logo {
    border-radius: 50%;
    padding: 3px;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.hero_logo img {
    height: 100% !important;
    object-fit: contain !important;
}