.menu .nav {
    flex-direction: row-reverse;
}

.header__bar > .row {
    flex-direction: row-reverse;
}

.header .nav > li + li {
    margin-right: 2.5rem;
    margin-left: 0
}

.sectionHeading__subtitle {
    text-align: right;
    justify-content: flex-end;
}

.-about .sectionHeading__title, .-about .sectionHeading__text {
    text-align: right;
}

.sectionHeading__button {
    display: flex;
    justify-content: flex-end;
}

.button.-dark {
    background-color: #002D4C !important;
}

.service__button {
    display: flex;
    justify-content: flex-end;
}

.main-container {
    flex-direction: row-reverse;
}

.fade-overlay {
    transform: scale(-1, 1);
}

.fade-overlay svg {
    transform: scale(-1, 1);
}

.att-name {
    text-align: center;
    font-size: 3rem;
    color: #002D4C;
    margin-bottom: 10px;
}

.employee-position {
    text-align: center;
}

.hide-tablet-sm {
    text-align: right;
    margin-top: 20px;
}

.location-item {
    padding-right: 90px;
    padding-left: 0;
    text-align: right;
}

body .location-item .location-icon {
    right: 0;
    left: auto;
}

.foot h2::after {
    margin-left: auto;
}

.contact-wrap .form-group ::placeholder {
    color: #002d4c;
    text-align: right;
}

.contact-wrap .form-group input, .contact-wrap .form-group textarea {
    padding: 10px;
}

.form-group {
    text-align: right;
}
