body{
    direction: ltr !important;
    text-align: left !important

}
/*  */
 
@media (max-width:991px) {
    .nav-ul{
       left: unset;
        right: 0;

    }
}

/* /////////////////////// */
.welcome::before {
    left: unset;
    top: unset;
    right: -59px;
    top: -350px;
    transform: rotate(-36deg);
    
}
.welcome_img_sm {
    left: unset;
    right: 0;
}
.welcome_text::before {
    right: unset;
    left: 0;
}
@media (max-width:991px) {
    .nav_ul{
       left: unset;
       right: 0;
    }
}

