:root{
    --custom-yellow: #234A9A;
}

.menuzord.green .menuzord-menu > li.active > a, .menuzord.green .menuzord-menu > li:hover > a, .menuzord.green .menuzord-menu ul.dropdown li:hover > a {
    background-color: var(--custom-yellow);
}
#top-primary-nav .menuzord-menu > li{
    margin: 0 10px;
}
.service-block .inner-box:hover .thumb img{
    opacity: initial;
    transform: scale(1.2);
}
.news .date,
.news .date::before{
    background-color: var(--custom-yellow);
    color: black;
}

.contact-column{
    text-align: center;
    width: 80%;
    padding: 40px;
}

.btn-plain-text-with-arrow:after{
    color: var(--custom-yellow);
}
.btn-plain-text-with-arrow,
.btn-plain-text-with-arrow:hover::after{
    color: black;
}
#slider-1-slide-1-layer-20 > a{
    color: white;
}
.icon-theme-colored1.icon-dark a:hover{
    background-color: var(--custom-yellow);
    color: black;
}
rs-module .rs-layer{
    height: auto!important;
}
b, strong{
    font-weight: 800;
}
.about-content .row:not(:last-child){
    margin-bottom: 2rem;
}
.tm-sc-blog.blog-style1-current-theme article{
    margin-bottom: 30px;
}
.tm-sc-testimonials .tm-testimonial .star-rating{
    overflow: initial;
    width: 100%;
}
.whatsapp-button img {
    max-height: 60px;
    opacity: 0.7;
    transition: opacity 0.5s;
    position: fixed;
    right: 12px;
    bottom: 12px;
    z-index: 10;
}
.whatsapp-button:hover img{
    opacity: 1;
}
.scrollToTop{
    right: 75px;
}
.rs-layer a{
    color: white;
}
.post .entry-title{
    min-height: 58px;
}
.slide{
    width: 100%;
    height: 100%;
    background-size: cover;
}
.active-rs-slide > rs-sbg-px > rs-sbg-effectwrap > rs-sbg-wrap > rs-sbg{
    background-size: cover!important;
}
.contact-info-style5{
    font-size: 1rem;
}
@media (max-width: 569px){
    .logo-small{
        display: none;
    }
}

@media(max-width:768px) {
    .news .date{
        left: 20px;
    }
    .owl-carousel .owl-item .item{
        width: 100%;
    }
    .mobile-column-reverse{
        flex-direction: column-reverse;
    }
    .whatsapp-button img {
        opacity: 1;
    }
    .about-content img {
        max-width: 100%;
        min-width: 100%;
        height: auto;
    }
    .about-content .ml-70 {
        margin-left: 0px!important;
    }
    .about-content .mr-70 {
        margin-right: 0px!important;
    }
    .active-rs-slide > rs-sbg-px > rs-sbg-effectwrap > rs-sbg-wrap > rs-sbg{
        background-size: contain!important;
    }
    div.slot > div > div{
        background-size: contain!important;
    }
    rs-fullwidth-wrap{
        height: 40vw;
    }
    rs-module .no-mobile{
        display:none!important;
    }
    #rev_slider_1_1_wrapper{
        height: 120%!important;
    }
    #rev_slider_1_1{
        height: 100%!important;
    }
    .news-page-title{
        background-size: cover;
        height: 100%;
        background-repeat: no-repeat;
        background-position: initial !important;
    }
    .hidden-xs {
        display: none!important;
    }
}

