/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Dec 02 2024 | 14:55:32 */
@import url('https://fonts.googleapis.com/css2?family=Roboto');
h1,h2,h3,h4{
    font-family: "Roboto Condensed",Sans-serif;
    margin:0 0 12px 0 !important;
}
p,figure{
    margin:0 0 12px 0 !important;
}
figure{
    line-height:0;        
}
figure > table,figure > figcaption{
    line-height:initial;        
}
ol,ul{
    font-size:16px;
}
ul li{
    list-style-type:inherit;
    padding:0;
    margin:0 0 12px 0;
}
a:hover{
        text-decoration: none;
}
header{
    position: sticky;
    top: 0px;
    z-index:999;
}
.header li{
    margin:0;
}
.all-height{
    height:100%;
}
.col-box{
    flex-wrap:wrap !important;
}
.col-2-box-list{
	width:50%;
	max-width:50%;
    height:auto;
    padding:10px;
}
.col-3-box-list{
	width:33.3333%;
	max-width:33.3333%;
    height:auto;
    padding:10px;
}
.col-4-box-list{
	width:25%;
	max-width:25%;
    height:auto;
    padding:10px;
}
.col-6-box-list{
	width:16.6667%;
	max-width:16.6667%;
    height:auto;
    padding:10px;
}
:where(body .col-box){
    gap: 0px;
}
.all-height figure{
    height: 90%;
}
.wp-block-image img {
    height: 100%;
}
.home-table-1{
    border-radius: 10px;	
}
.home-table-1 thead {
	color:#FFFFFF;
    background: linear-gradient(180deg, #FF0420 0%, #BD0507 100%);
}
.imgbig {
    transform: rotate(0deg);
}
.imgbig img {
    width: 100%;
    height: 100%;
    transition: scale 400ms;
}
.imgbig:hover img {
    scale: 110%;
}
@media (max-width: 780px){
    .col-m1-box-list{
        width:100%;
        max-width:100%;
    }	
    .col-m2-box-list{
        width:50%;
        max-width:50%;
    }
    .col-m3-box-list{
        width:33.3333%;
        max-width:33.3333%;
    }
	.reverse {
		flex-direction: column-reverse;
	}	
}