@import url('https://fonts.googleapis.com/css2?family=Tajawal&display=swap');


body,
div,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
span,
input,
textarea,
select,
option,
label {
    font-family: 'Tajawal', sans-serif !important;
}

#mainmenu li {
    float: right !important;
}

.customHeading {
    text-align: center;
    color: #FFF;
    font-size: 74px;
    margin-top: 40px;
}

.customHeading .dropping-texts {
    display: inline-block;
    width: auto;
    text-align: right;
    color: #fff !important;
    height: 55px;
    line-height: 55px;
    font-size: 40px;
    padding-top: 13px;
}

.contact-card::before {
    background-color: rgb(78 78 78 / 50%);
    backdrop-filter: blur(7px);
    content: '';
    right: 0;
    top: 0;
    width: 50%;
    height: 100%;
    position: absolute;
    z-index: -1;
  }

@media only screen and (max-width: 600px) {
    .missionLeftBorder{
     border: none !important;   
    }
    header.header-mobile #mainmenu>li>span { 
        right: unset;
        left: 0;
    }
    #mainmenu li.menu-item-has-children {
        text-align: right !important;
      }
    .customHeading {
        text-align: right;
        font-size: 30px;
        margin-top: 20px;
        line-height: 30px;
    }

    .subtitle {
        padding: 0px !important;
    }

    .customHeading .dropping-texts {
        width: 250px;
        line-height: 30px;
        font-size: 30px;
        margin: 0px !important;
    }

    .offset-lg-1-rtl {
        margin-right: 1% !important;
    }

    .philosophy {
        background: url('../images/new/mobile_ar.jpg') !important;
        background-size: cover !important;
        background-repeat: no-repeat !important;
        background-position: left !important;
    }
 
    #mainmenu li.menu-item-has-children {
        /* float: none !important;  */
         /* display: inline-block !important; */
    }
}

.philosophy {
    background: url('../images/new/desktop_ar.jpg');
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: left;
}

@media only screen and (max-width: 992px) {
    header.header-mobile #mainmenu {
        width: 100%;
        padding-left: unset;
        padding-right: 30px;
        position: absolute;
    }
}

.ul-check li:before {
    left: unset;
    right: 0;
    margin-right: 0;
    margin-left: 12px;
}

.ul-check li {
    padding-left: unset;
    padding-right: 30px;
}

/* RTL (Arabic) */
html[dir="rtl"] .testimonial-block .inner-box .shape::after,
html[dir="rtl"] .testimonial-block .inner-box .shape::before {
    left: -1px;
    /* move to left */
    right: auto;
    /* disable right */
}

/* Adjust clip-path for RTL */
html[dir="rtl"] .testimonial-block .inner-box .shape::after {
    -webkit-clip-path: polygon(100% 100%, 0 100%, 0 0);
    clip-path: polygon(100% 100%, 0 100%, 0 0);
}

html[dir="rtl"] .testimonial-block .inner-box .shape::before {
    -webkit-clip-path: polygon(100% 100%, 100% 0, 0 0);
    clip-path: polygon(100% 100%, 100% 0, 0 0);
}

.js-marquee {
    float: right !important;
}

.input-icon {
    right: unset !important;
    left: 20px !important;
    top: 6px;
}

#mainmenu>li>a {
    padding-right: 20px;
    font-size: 18px;
}

#slides {
    direction: ltr;
}

.footerMenu {
    padding: 0
}

.subscribe-form .form-group button[type=submit] {
    left: 8px;
    right: unset;
}

@keyframes scroll-marquee-arabic {
    0% {
        transform: translateX(50%);
    }

    100% {
        transform: translateX(0%);
    }
}
.dropdown-menu {
    transition: none !important;
    transform: none !important;
    right: 0 !important;
    left: auto !important;
    text-align: right;
}
.logo-marquee {
    display: flex;
    /* animation: scroll-marquee-arabic 20s linear infinite;
    animation-play-state: paused; */
    animation: none;
    width: max-content;
    white-space: nowrap;
    overflow: hidden;
}
.missionLeftBorder{
    border-right: 2px solid #dfdfdf
  }
.desktop-search-wrapper { 
    left: 0;
    right:unset;
}

/* RTL offset fix */
.offset-lg-1-rtl {
    margin-right: 9.333333%;
    /* same as offset-1 but from right */
    margin-left: 0;
}

.subtitle {
    font-size: 26px;
}

.whatsapp {
    right: unset;
    left: 10px;
}

#mainmenu li a.active:before {
    width: calc(80% - 5px);
}

.ourSolutionsDesktop .description {
    height: 50px !important;
}

.packagesSec .packList .packBox .packSpec li {
    text-align: right;
}

.packagesSec .packList .packBox .packSpec li:before {
    left: unset;
    right: 0;
    /* transform: rotateY(180deg); */
}

#close-connect-form {
    left: 18px;
    right:unset;
}

.digit {
    right: unset;
    left: 0;
}
#mainmenu li li a { 
    text-align: right;
}