.no-js .owl-carousel, .owl-carousel.owl-loaded {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
}

.block-top-heading {
    text-transform: none;
}

.ico-box .icon img {
    max-width: 45px;
    max-height: 45px;
}

.form-group label {
    color: #ff0000;
}

.row > .col-md-12 > h3 {
    font-size: 18px;
    color: #ff0000;
}

.row > .col-md-12 > h4 {
    font-size: 14px;
    color: #ff7878;
}

.row > .col-md-12 > h5 {
    font-size: 14px;
    color: #02840c;
}


@media screen and (min-width: 1230px) {
    h3 {
        font-size: 1.2rem;
    }
    #work-section {
        padding-top: 0;
    }
}