.services .service:nth-of-type(odd) img {
    border-radius: 24px 0 0 24px;
}

.services .service:nth-of-type(even) img {
    border-radius: 0 24px 24px 0;
}

.contact .left {
    right: 0;
    left: unset;
}

@media (max-width: 991.98px) {
    header .navbar .navbar-collapse {
        border-radius: 0 30px 30px 0;
        right: unset;
        left: 0;
    }

    header .navbar .navbar-collapse .scroll-box {
        direction: rtl;
    }

    header .navbar .navbar-collapse .content-box {
        direction: ltr;
    }
}
