.hero-slider .hero-caption-item .caption-item, .inner-page-banner .page-banner:before {
    background-color: rgba(0, 0, 0, 0.7) !important;
}

.service-pages.layout-1 .service-item:hover .service-title, .service-pages.layout-2 .service-item:hover .service-title, .service-pages.layout-4 .service-item:hover .service-title, .service-pages.layout-5 .service-item:hover .service-title {
     border-bottom: 1px solid #ffffff !important;
}

li#menu-item-1127 > a span:after {
        font-family: 'Font Awesome\ 5 Free';
        font-weight: 900;
        content: "\f0d7";
        font-size: 12px;
        right: 0;
        position: absolute;
        margin-right: 10px;
}
 

li#menu-item-1131 > a span:after {
        font-family: 'Font Awesome\ 5 Free';
        font-weight: 900;
        content: "\f0d7";
        font-size: 12px;
        right: 0;
        position: absolute;
        margin-right: 10px;
}


@media only screen and (max-width:1200px) and (min-width:1024px){
        footer .column-element .column-label {
            font-size: 20px !important;
        }
}

@media only screen and (min-width:1024px){
    li#menu-item-1131 ul.sub-menu {
        display: grid !important;
        grid-template-columns: 1fr 1fr;
        grid-template-rows: repeat(3, 1fr);
        grid-auto-flow: column;
        width: 600px;
    }
    
    li#menu-item-1131 ul.sub-menu a {
        height: 100%;
        display: flex;
        align-items: center;
    }
}