/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Sep 17 2025 | 09:35:08 */
/* 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 */ 

.span_yellow strong{
    color: #FFB000;
}
.link_yellow a{
    color: #FFB000;
}
.overflow_hidden{
	overflow: hidden;
}
.op_03{
	opacity: 0.3
}

p:last-child{
	padding-bottom: 0;
	margin-bottom: 0
}

@media (max-width:1024px) {
    

.site_menu nav.elementor-nav-menu--dropdown {
        position: absolute;
        right: -31px;
        z-index: 9999;
        width: 100vw;
        transform: none !important;
        left: auto;
        top: 48px !important;
        margin: 0 !important;
}
.home_link a.elementor-item:before{
    display: none;
}
.site_menu nav.elementor-nav-menu--dropdown .menu-item a.elementor-item{
        display: flex !important;
    padding: 15px 20px !important;
}
.site_menu .elementor-menu-toggle:after{
}
.site_menu .elementor-menu-toggle {
    margin: auto !important;
    top: 0;
    position: relative;
    right: 0;
    padding: 0 0 0 10px;
}
    .site_menu .elementor-menu-toggle>svg * {
    fill: #f47624;
}
}
@media (max-width:767px) {
    .site_menu nav.elementor-nav-menu--dropdown .menu-item a.elementor-item{
        font-size: 16px;
    }
	.site_menu nav.elementor-nav-menu--dropdown {
        right: -16px;
        top: 37px !important;
}
}

/* page body */
.banner_img{
	aspect-ratio: 1024 / 380;
	height: auto !important;
	width: 100%;
}
.text_shadow{
	    text-shadow: 3px 3px 10px rgba(91, 91, 91, 0.98);
}
.box-shadow{
	box-shadow: 0px 0px 10px 0px rgba(255, 255, 255, 0.5);
}

/* table */
.custom_table * {
    color: #fff;
}
.custom_table th, .custom_table td, .custom_table a, .custom_table p, .custom_table li, .custom_table ul, .custom_table ol {
    font-size: 17px;
    line-height: 1.5;
    font-family: 'Roboto';
}
.custom_table td, .custom_table th {
    padding: 8.5px;
    background: transparent !important;
    border: 1px solid #fff;
}

.custom_table table {
    border-collapse: collapse;
	margin-bottom: 0;
}

.custom_table {
    overflow-y: auto;
}