
body{
    direction: rtl;
    text-align: right;
    font-family: "DINNextLTArabic", sans-serif !important;
}
.send-message .form-control{
    text-align: right !important;
}
.brand, .lang-switch, .nav-toggle-btn{
    float: right;
}
#project .project-details .location i {
    color: #d02c30;
    padding-right: 0;
    padding-left: 10px;
}
.card-body a.btn {
    position: absolute;
    bottom: 21px;
    right: inherit;
    left: 30px;
}
.carousel-caption {
    position: absolute;
    padding: 0;
    left: initial;
    right: 0;
    width: 100%;
    bottom: 50%;
}
.section.active .loadtxt2 {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    color: #fff;
    font-size: 37px;
}
.slide-descr {
    color: #fff;
    font-size: 5vmin;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: -0.5px;
}
.float-social {
    z-index: 99999;
    top: 35%;
    right: 45px;
    width: 20px;
}
#pp-nav.right {
    right: inherit;
    left: 45px;
}
.slide-dark .main-title h2:before {
    border-right: solid 3px #fff;
    border-left: 0;
}
.main-title h2:before {
    border-right: solid 3px #2a2d77;
    border-left: 0;
    padding-right: 0;
    margin-top: -10px;
    display: table-cell;
    vertical-align: middle;
    content: ' ';
    padding-left: 1.15rem;
}
.hm-blk1 .icon-investment , .hm-blk1 .item-title{
    right: 30px;
    left: inherit;
}
.contact-item, .twitter-item {
    margin-bottom: 0.875rem;
    padding: 0 34px 0 0;
}
.contact-item.fax:before,
.contact-item.address:before,
.contact-item.phone:before,
.contact-item.email:before {
    font-size: 18px;
    font-family: "fontawesome";
    color: #fff;
    position: relative;
    width: 25px;
    margin-right: -35px;
    padding-right: 0;
    vertical-align: middle;
    background: #2a2d77;
    border-radius: 50%;
    height: 25px;
    display: inline-block;
    text-align: center;
    margin-left: 10px;
    top: 0;
}
.contact-item.phone a, .contact-item.fax a{
    direction: ltr;
    display: inline-block;
}
.menu {
    position: fixed;
    top: 0;
    left: 0;
    right: initial;
    bottom: 0;
    z-index: 999;
    background: #fff;
    max-width: 100%;
    width: 100%;
    padding: 3.75rem 4.375rem 3.25rem;
    display: flex;
    flex-direction: column;
    transition: transform .4s ease-in-out;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
}
@media (min-width: 576px){
    .menu {
        width: 28.5rem;
    }
}
#pp-nav ul li .pp-tooltip {
    margin-top: 7px;
    margin-right: 0px;
    margin-left: 5px;
    left: 20px;
    right: inherit;
    color: #d02c30;
    font-family: 'Barmeno', sans-serif;
}
#service-details .card .card-body .btn {
    float: left;
}
.carousel-item{
    margin-right: initial;
}
.carousel-control-prev{
    left: initial;
}
.carousel-control-next {
    right: initial;
}