body{
    direction: rtl;
    font-family: "Almarai", serif !important;
}
.header.header-1 .top-header .header-right-socail h6,
.header.header-1 .main-header-wraper .header-right .header-contact .text span,
.header.header-1 .main-header-wraper .header-right .header-contact .text h5,
.header.header-3 .top-header .header-cta ul li a, .banner__content h1, .banner__content .description p,
.color-d_black, .text-capitalize, .theme-btn, .company-skill__content .title:not(h6) span, .color-pd_black,
.color-white, .counter, .description, .title, .footer-1 .single-footer-wid ul li a,
.section-title h2, .section-title h5, .service_element .service_info > li, h6, .author_element .author .author_name p,
.author_element .author .author_name h5, .process__widget h4, .services-details__content h2, .page-banner__content h1,
.services-details__content ul li, .services-details__content p, p{
    font-family: "Almarai", serif !important;
}
header.header-1 .top-header .header-cta ul li a i{
    margin-left: 10px;
    margin-right: 0;
}
header.header-1 .main-menu ul > li > a i{
    margin-right: 5px;
    margin-left: 0;
}
.slick-list{
    direction: ltr;
}
.progress-bar__wrapper .single-progress-bar .progress-bar .placeholder{
    right: 80%;
    left: inherit;
    margin-right: -40px;
    margin-left: 0;
}
.company-skill-home-3 .popup-video{
    right: 307px;
    left: inherit;
}
.text-lg-end {
    text-align: left !important;
}
.theme-btn i{
    margin-right: 10px;
    margin-left: 0;
}
.similar-work__item, .slider-item{
    text-align: right;
    margin-bottom: 16px;
}
.competitive-edge__item{
    padding: 32.5px 24px 34px 10px;
}
.mr-20 {
    margin-left: 20px;
    margin-right: 0;
}
.footer-1 .single-footer-wid ul li a:before{
    right: 0;
    left: inherit;
}
.footer-1 .single-footer-wid ul li a{
    padding-right: 15px;
    padding-left: 0;
}
header.header-3 .top-header .header-cta ul li:after{
    left: -20px;
    right: inherit;
}


#animated {
    position: relative;
    font-family: sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    overflow: hidden;
    background: linear-gradient(90deg, #043e90, #2d2d2d, #4069FF);
    background-repeat: no-repeat;
    background-size: 80%;
    animation: animate 3s linear infinite;
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(255, 255, 255, 0);
    padding-left: 12px;
}

/* 3 ease-in-out */
@keyframes animate {
    0% {
        background-position: -500%;
    }

    100% {
        background-position: 500%;
    }
}
.ani-txt{
    font-weight: 900; 
    font-size: 74px; 
    /* border-bottom: 4px solid #043e90;  */
    display: inline-block;
    width: max-content;
}
.ani-txt::after{
    content: "";
    width: 100%;
    height: 4px;
    background-color: #043e90;
    margin: 0px 0;
    display: block;
}
.description ul li{
    list-style-type: circle;
}

.service_element .service_info > li{
    padding-right: 25px;
    padding-left: 0;
}
.service_element .service_info > li::after{
    right: 0;
    left: inherit;
}
.author_element .author .author_img{
    margin-left: 20px;
}

.services-details__content ul li:after{
    right: 0;
    left: inherit;
}
.services-details__content ul li{
    padding-right: 50px;
    padding-left: 0;
}

.breadcrumb-item+.breadcrumb-item::before{
    float: right;
}
.page-banner .breadcrumb .breadcrumb-item + .breadcrumb-item{
    padding-right: 15px;
    padding-left: 0;
}
.page-banner__media{
    margin-left: calc(-50vw + 50%) !important;
    margin-right: 0 !important;
}
.page-banner .breadcrumb .breadcrumb-item + .breadcrumb-item:before{
    padding-left: 15px;
    padding-right: 0;
}
.mobile-nav .navigation ul:not(.dropdown-menu) > li.dropdown.is-open > .dropdown-menu{
    text-align: right;
}