body {
    direction: ltr;
}

.nav_btns,
.half-rounded{
    border-radius: 0 30px 30px 0 !important;
}

.nav_btns img,
.fa-arrow-left-long,
.fa-arrow-right-long {
    transform: rotate(180deg);
}

.about-section::after {
    left: auto;
    right: 0;
}

.contact-section .input-group select[name=country_code]  {
    position: absolute;
    inset-inline-start: 0;
    top: 0;
    width: 100px;
    z-index: 99;
}
.contact-section .input-group input[name=phone] {
    padding-inline-start: 110px;
}
.contact-section  .input-group .form-control {
    border-right: 0px !important;
    border-left: 1px solid #c4c4c4 !important;
}