section .row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}

.contact-area:before {
    content: none !important;
}

section .row::before,
section .row::after {
    content: none !important;
}

section .row>[class*='col-'] {
    display: flex;
    flex-direction: column;
}

.v-center {
    justify-content: center;
}

@media screen and (min-width:992px) {
    .header-margin {
        margin-top: 82px;
    }
}

.mt-10 {
    margin-top: 10px;
}

.mb-0 {
    margin-bottom: 0px !important;
}

@media screen and (max-width: 992px) {
    .header-margin {
        margin-top: 50px;
    }
    .change-order .col-xs-12:nth-of-type(1) {
        order: 3
    }
    .change-order .col-xs-12:nth-of-type(2) {
        order: 1
    }
    h3 {
        font-size: 30px;
    }
}

.w-100 {
    width: 100%;
}