.menu-item-has-children.active a {
    color: #e82e31;
}

.txt_color {
    color: #e82e31;
}

.menu-item-has-children.active>a span::after {
    background-color: #e82e31 !important;
    transform: scaleX(1) !important;
}

.vlt-work__media {
    border: 1px solid #ccc;
}

.upload-btn-wrapper {
    margin-top: 30px;
}

.upload-btn-wrapper input[type=file] {
    width: 100%;
    max-width: 100%;
    color: #444;
    padding: 5px;
    background: #fff;
    border-bottom: 1px solid #d6d6d6;
    margin-top: 10px;
}

.upload-btn-wrapper input[type=file]::file-selector-button {
    margin-right: 20px;
    border: none;
    background: #e82e31;
    padding: 5px 8px;
    border-radius: 8px;
    color: #fff;
    cursor: pointer;
    transition: background .2s ease-in-out;
    font-size: 14px;
}

.upload-btn-wrapper input[type=file]::file-selector-button:hover {
    background: #ed5052;
}

@media screen and (max-width:991px) {
    .order1 {
        order: 2;
        display: flex;
        margin-top: 30px;
    }

    .order2 {
        order: 1;
        display: flex;
    }
}

h2 {
    font-size: 40px;
}

.text_justify {
    text-align: justify !important;
}

.cx_primary {
    color: #e82e31 !important;
}

.vlt-styled-list--style-3 li {
    display: block !important;
    padding-left: 20px;
    position: relative;
    font-size: 20px;
    text-transform: none;
    color: #525252;
    font-weight: 400;

}

.vlt-styled-list--style-3 li::before {
    margin-top: 7px;
    position: absolute;
    left: 0;
}

.vlt-nav--fullscreen__navigation ul.sf-menu li li a {
    font-size: 24px;
    color: #666;
}