/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Mar 04 2024 | 17:31:21 */
.sv-list .wpb_single_image {
    text-align: center;
    margin-bottom: 0;
}
.sv-list .wpb_single_image img {
    height: 200px;
    width: auto;
    display: block;
    margin: auto;
}

.slogan strong {
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-weight: 700;
    font-size: 1.6em;
}
.slogan {
    background: var(--hs-bl);
    border-radius: 1.6em;
    color: var(--hs-y);
    font-size: 1.2em;
    margin: 1em 0;
}

h2 {
    font-size: 2em;
}

.bo {
    border-radius: 1em;
    box-shadow: 4px 4px var(--hs-bl);
}
.bo img {
    border-radius: 1em;
}

.vc_images_carousel .vc_carousel-indicators li {
    background: var(--hs-bl);
}

.vc_images_carousel ol.vc_carousel-indicators {
    margin-bottom: -50px !important;
    margin-bottom: -15% !important;
}

.vc_images_carousel .vc_carousel-indicators li {
    margin-right: 6px;
}

.comingsoon {
    background: var(--hs-b);
    background: #67b3de38;
    padding-top: 1em;
}

.comingsoon img {
    mix-blend-mode: multiply;
}

.comingsoon .wpb_text_column {
    padding: 2em;
}

@media screen and (max-width: 549px) {
	.vc_btn3-container.vc_btn3-inline, .vc_btn3-container.vc_btn3-inline * {
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 20px;
	margin-right: 0;
}
	
	.vc_btn3.vc_btn3-size-lg.vc_btn3-icon-left:not(.vc_btn3-o-empty) {
    padding-left: 36px;
    /* text-align: center; */
}
	
.comingsoon .wpb_text_column {
    padding: 2em 0;
    margin-top: 0 !important;
    padding-top: 0;
}
	
}