:root {
    --ffamily:
    'Droid Arabic Kufi',sans-serif;
    --dark: #121152;
    --light: #ffd763;
    --orange:#fd9371;
    --green: #8cd102;
    --blue: #4643f4;--rd: 7px;
    }
html,body {
   direction: rtl;
   background: #fff;
   overflow-x: hidden;
}

body, input,button {
    font-family: var(--ffamily)
}
container {
   max-width: 1200px;
}
.flex-between {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
header {
    position: fixed;
    top: 0;
    z-index: 99;
    width: 100%;
    background: var(--dark);
}
header container {
    height: 100px;
}
a.whatsapp,a.phone {
    position: fixed;
    width: 55px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    z-index: 9999;
    color: #fff;
    left: 10px;
    border-radius: var(--rd);
}
a.whatsapp {
    background: #58dc5d;
    bottom: 10px;
}
a.phone {
   bottom: 71px;
   background: #007bff;
}
.logo img {
    height: 70px;
}
scrolltop.fa.fa-chevron-up {
    position: fixed;
    width: 55px;
    height: 55px;
    right: 10px;
    bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--dark);
    color: #fff;
    font-size: 29px;
    cursor: pointer;
    border-radius: var(--rd);
}

.main-menu {
    flex: 1;
    margin: 0 20px;
    color: #fff;
}

.main-menu li {
    margin-left: 20px;
    position: relative;
}
.main-menu .menu-item-has-children:after {
    content:'\f078';
    font-family:'font awesome 5 pro';
}
ul.sub-menu {
    position: absolute;
    list-style: none;
    width: 300px;
    background: #fff;
    padding: 10px;
    border-radius: 5px;
    box-shadow: 0 0 10px #0000004d;
    transition: .35s ease;
    visibility: hidden;
    opacity: 0;
}

ul.sub-menu li a {
    color: #000 !important;
    font-size: 17px;
    display: block;
    padding: 10px;
    border-bottom: 1px solid #ddd;
}

ul.sub-menu li {
    margin: 0;
}

li:hover ul.sub-menu {
    opacity: 1;
    visibility: visible;
}
article.top {
    background: var(--dark);
    color: #fff;
    position: relative;
    z-index: 1;
}

article.top container {
    height: 50px;
}

article.bottom container {
    background: var(--dark);
    height: 50px;
}

a.quick-whatsapp {
    background: var(--light);
    padding: 9px 24px;
    position: relative;
    z-index: 1;
    height: 100%;
}

article.bottom {
    color: #fff;
    position: relative;
    margin-top: -25px;
}

article.top:before {
    content: '';
    position: absolute;
    z-index: -1;
    width: 100%;
    left: 0;
    height: 100%;
    transform: skew(-10deg) translateX(30%);
    background: var(--light);
}

.social a {
    margin-left: 5px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    border-radius: 5px;
}

.hbox {
    margin-right: 20px;
    color: var(--dark);
}

.hbox i {
    margin-left: 10px;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--dark);
    color: #fff;
    font-size: 26px;
    border-radius: 50%;
    outline: 2px solid var(--light);
}

a.quick-whatsapp:after {
    content: '';
    position: absolute;
    width: 50px;
    height: 50px;
    right: -9px;
    top: 0;
    background: var(--light);
    transform: skew(15deg);
    z-index: -1;
}

.hbox span {
    color: #686868;
    font-size: 18px;
}

.main-menu li a:hover {
    color: var(--light);
}



article.bottom:before {
    content: '';
    position: absolute;
    width: 100%;
    left: 50%;
    background: var(--dark);
    height: 50px;
}


article.intro {
    position: relative;
    background: var(--dark);
    padding: 150px 10px 0 10px;
    z-index: 1;
    color: #fff;
}

.custom-shape-divider-bottom-1681328918 {
    position: absolute;
    bottom: -150px;
    left: 0;
    width: 100%;
    fill: var(--dark);
    z-index: -1;
    pointer-events: none;
}

.intro-image1 {
    position: absolute;
    right: 0;
    bottom: -60px;
}

.intro-image2 {
    position: absolute;
    left: 0;
    bottom: -50px;
}

.h1 {
    font-size: 33px;
    line-height: 60px;
    margin-bottom: 20px;
}

p.para {
    font-size: 20px;
    color:var(--blue)
}
.intro p.para {
    color: #cac9ff
}
.hboxes {
    background: #fff;
    padding: 25px;
    border-radius: 35px;
    box-shadow: 4px 20px 25px #0000002b;
}

.intro-image img {
    display: block;
}

article.intro:before {
    content: '';
    position: absolute;
    width: 300px;
    height: 300px;
    border: 20px solid;
    border-radius: 50%;
    left: -12%;
    top: 0;
    opacity: .1;
    z-index: -1;
}
article.intro:after {
    content: '';
    position: absolute;
    width: 300px;
    height: 300px;
    border: 20px solid;
    border-radius: 50%;
    right: -12%;
    bottom: 0;
    opacity: .1;
    z-index: -1;
}

a.order {
    padding: 10px 30px;
    border-radius: 35px;
    background: #25D366;
    margin: 15px 0 30px;
    width: fit-content;
    font-size: 23px;
    color: white;
    font-weight: bold;
}

a.order i {
    margin-left: 10px;
}

a.facebook {
    background: #1877F2;
}

a.twitter {
    background: #1DA1F2;
}

a.telegram {
    background: #004285;
}

a.linkedin {
    background: #0A66C2;
}

a.snapchat {
    background: #FFFC00;
    color: #000;
}

a.youtube {
    background: #CD201F;
}

a.instagram {
    background: #E4405F;
}

article.why-us {
    padding: 210px 10px  100px 10px;
    background-image: url(../images/bk1.png);
    background-position: -200px 220px;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
}

.why-box {
    padding: 8px;
    color: #545151;
    margin-bottom: 30px;
}

.why-box i {
    font-size: 39px;
    margin-left: 20px;
    color: var(--dark);
    font-weight: 500;
}

.why-box strong {
    font-size: 44px;
    display: block;
    line-height: 40px;
    color: var(--dark);
}
.why-boxes {
    margin-top: 50px;
}



.boxed {
}

article.why-us:before {
    content: '';
    position: absolute;
    z-index: -1;
    background-image: url(../images/bk2.png);
    top: 0;
    height: 100%;
    width: 100%;
    left: 0;
    background-position: bottom left;
    background-repeat: no-repeat;
}


article.categories {
    padding: 100px 10px;
    text-align: center;
    background: #f2f6ff;
}

a.category {
    background: #fff;
    display: block;
    padding: 30px;
    margin: 10px;
    border-radius: var(--rd);
    box-shadow: 0 0 25px #0000001c;
    transition: .35s ease;
}

a.category h3 {
    color: var(--dark);
    font-size: 22px;
    margin-bottom: 15px;
}

a.category p {
    color: #434242;
}

a.category:hover {
    background: var(--dark);
}


a.category:hover h3 {
    color:var(--light)
}
a.category:hover p {
    color:#fff
}

.mg30 {
    margin-top:30px
}

a.city {
    color: var(--dark);
    flex: 1;
    margin: 5px;
    padding: 20px;
    background: #fff;
    border-radius: var(--rd);
    font-size: 25px;
    min-width: 150px;
    text-align: center;
    display: flex;
    align-items: center;
    box-shadow: 0 0 13px #dfdfdf;
    justify-content: center;
    transition: .45s ease;
}

a.city i {
    font-size: 25px;
    margin-left: 10px;
}

article.cities {
    padding: 100px 0;
}

a.city:hover {
    background:var(--dark);
    color:#fff
}

article.call-us {
    padding: 45px;
    background: var(--dark);
    color: #fff;
    align-items: center;
    border-radius: var(--rd);
    margin-bottom: 100px;
}

a.phone-number {
    padding: 12px 24px;
    background: var(--light);
    color: #000;
    border-radius: var(--rd);
    font-size: 20px;
    font-weight: bold;
    transition: .5s ease;
}
a.phone-number i {
    margin-left:5px
}

article.call-us h2 {
    font-size: 34px;
}

a.phone-number:hover {
    color: #fff;
    background: var(--blue);
}

.plan-box {
    flex: 1;
    background: #fff;
    padding: 45px;
}

price {
    display: block;
    color: var(--blue);
    font-size: 50px;
}

h3.p-title {
    font-size: 25px;
}

.price-lists li {
    padding: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #eee;
}

a.btn.contact-btn {
    display: block;
    padding: 10px 30px;
    border-radius: 35px;
    background: #25D366;
    margin: 15px 0 30px;
    font-size: 23px;
    color: white;
    font-weight: bold;
    margin-top: 25px;
}

.price-lists li i {
    margin-left: 10px;
    font-size: 11px;
}

.mg50 {
    margin-top: 50px;
}

.plan-box:nth-child(2) {
    background: var(--blue);
    color: #fff;
}

.plan-box:nth-child(2) price {
    color: var(--light);
}

.plan-box:nth-child(2) .price-lists li {
    border-color: #ffffff4a;
}

article.questions {
    background: url(../images/contact_bg.jpg);
    background-size: cover;
    background-position: center;
    padding: 130px 0;
    position: relative;
    z-index: 1;
}

div.questions {
    background: #fff;
    padding: 70px;
    border-radius: var(--rd);
}

faq--body {
    padding: 15px;
    border: 1px solid #d9d9d9;
    display: block;
    margin-bottom: 15px;
    border-radius: var(--rd);
    cursor: pointer;
    transition: .35s ease;
}

question {
    color: var(--dark);
    font-size: 19px;
    font-weight: bold;
    align-items: center;
}
question i {
    margin-left:10px
}
answer {
    display: none;
}
table td {
    background: #f8f8f8;
    padding: 10px;
    border-radius: 5px;
}

table {
    width: 100%;
}
faq--body:hover {
    background: #f4f4f4;
}

faq--body:first-child answer {
    display: block;
}

article.questions:before {
    content: '';
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    background: var(--dark);
    opacity: .8;
}

article.blog {
    padding: 100px 0px;
}

a.block {
    display: block;
    padding: 25px;
}

.bk-image {
    height: 260px;
    position: relative;
    font-size: 0;
    background: #e6e6e6;
    border-radius: var(--rd);
}

.bk-image img {
    width: 100%;
    height: 100%;
    border-radius: var(--rd);
    object-fit: cover;
    object-position: top;
}

span.cat {
    position: absolute;
    bottom: 0;
    right: 0;
    font-size: 14px;
    padding: 9px 25px;
    color: #fff;
    background: var(--dark);
    border-radius: 25px 0 0 0;
}

.bkdtl {
    padding: 10px 0 0 0;
}

.bkdtl li {
    margin-left: 20px;
}

.bkdtl li i {
    color: var(--blue);
    margin-left: 8px;
}

h3.block-title {
    color: var(--blue);
    border-bottom: 1px solid #ededed;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

footer {
    padding: 100px 10px;
    background: var(--dark);
    color: #fff;
    position: relative;
    margin-top: 150px;
}

h2.footer--title {
    color: var(--light);
    font-size: 25px;
    margin-bottom: 20px;
}

.footer-menu a {
    display: block;
    background: #ffffff12;
    padding: 6px;
    border-radius: var(--rd);
    margin: 5px;
}

.footer-list i {
    margin-left: 10px;
    font-size: 20px;
    color: var(--light);
}

.footer-list li {
    margin-bottom: 10px;
}

.custom-shape-divider-footer {
    position: absolute;
    top: -150px;
    right: 0;
    transform: rotate(180deg);
    width: 100%;
    fill: var(--dark);
}

single {
    display: block;
    margin-top: 180px;
}

flex-center.dates div {
    margin-left: 20px;
    margin-bottom: 20px;
}

post-content {
    display: block;
    padding: revert;
    margin: revert;
}

post-content h2 ,post-content h3 ,post-content h4 ,post-content h5 {
    background: #f8f8f8;
    color: var(--dark);
    padding: 19px;
    margin: 20px 0;
    border-radius: var(--rd);
}
post-content * {
    max-width:100%
}
post-content p ,
post-content ul ,
post-content ol {
    margin:20px 0
}
.aligncenter {
    display:block;
    margin:auto
}

post-content a {
    color:#e13637
}

post-thumbnail {
    display: block;
    border: 2px solid #eee;
    margin-bottom: 20px;
}

aside {
    margin-right: 20px;
}

post-thumbnail img {
    display: block;
}

a.a-link {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
    border-radius: var(--rd);
    border: 1px solid #f8f8f8;
    margin-bottom: 15px;
    transition: .45s ease;
    background: #fcfcfc;
    flex-wrap: wrap;
}

a.a-link img {
    width: 60px;
    height: 60px;
    border-radius: var(--rd);
    margin-left: 17px;
    background: #eee;
}

a.a-link:hover {
    color: #fff;
    background: var(--dark);
}

form.search-box {
    background: #eee;
    padding: 10px;
    display: flex;
    margin-bottom: 20px;
    border-radius: var(--rd);
}

form.search-box input {
    background: #fff;
    padding: 11px;
    border-radius: 0 var(--rd) var(--rd) 0;
}

button.submit {
    background: var(--dark);
    width: 200px;
    color: #fff;
    border-radius: var(--rd);
}

aside-title {
    display: block;
    font-size: 18px;
    margin-bottom: 20px;
    color: var(--dark);
    background: #f7f7f7;
    padding: 10px;
    border-radius: var(--rd);
    text-align: center;
    font-weight: bold;
}

.all-services {
    display: flex;
    flex-wrap: wrap;
}

a.ac {
    width: calc(50% - 10px);
    margin: 5px;
    text-align: center;
    padding: 15px;
    font-size: 16px;
    border: 1px solid #e8e8e8;
    border-radius: var(--rd);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .35s ease;
}

a.ac:hover {
    color: #fff;
    background: var(--dark);
}

article.footer-bottom {
    text-align: center;
    background: var(--dark);
    color: #fff;
    border-top: 1px solid #ffffff2e;
    padding: 15px;
}
footer-social a {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    color: #fff;
    margin: 5px;
    border-radius: 5px;
}
.sf-post-tags li a {
    margin: 5px;
    background: #eee;
    color: #000;
    padding: 6px;
    display: block;
}


.mobile-menu-holder {
    position: fixed;
    width: 100%;
    top: 0;
    height: 100%;
    background: rgb(6 19 44 / 70%);
    z-index: 99999999;
    transition: var(--tr);
    transform: translateX(100%);
    opacity: 0;
    visibility: hidden;
}

.mobile-menu {
    position: absolute;
    width: 280px;
    height: 100%;
    background: #fff;
    transition: var(--tr);
    transform: translateX(100%);
    transition-delay: .34s;
    display: flex;
    flex-direction: column;
}

.mobile-menu logo {
    padding: 10px;
    flex: initial;
}

.mobile-menu logo a ,.mobile-menu logo a img {
    height: 50px
}

.mobile-menu ul.sub-menu {
    position: static;
    transform: translate(0);
    box-shadow: 0 0;
    visibility: visible;
    opacity: 1;
    width: 100%;
    background: #efefef;
    display: none;
    border-radius: 0;
    padding: 15px;
}

.mobile-menu ul.sub-menu ul.sub-menu {
    background: #d3d3d3cc;
    margin: 0 -15px 7px -15px;
    width: calc(100% + 30px);
}

.mobile-menu-holder.open {
    transform: translateX(0);
    opacity: 1;
    visibility: visible
}

.mobile-menu-holder.open .mobile-menu {
    transform: translateX(0)
}

.mobile-menu li {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    flex-direction: row-reverse
}

.mobile-menu li a {
    display: block;
    padding: 5px 10px;
    font-size: 13px;
    flex: 1
}

.mobile-menu li.menu-item-has-children:before {
    content: '\f078';
    font-family: 'font awesome 5 pro';
    margin-inline-end: 5px;font-size: 13px;
}

.mobile-menu .sub-menu li {
    border-color: #0000003d;
}

.mobile-menu > ul {
    flex: 1;
    overflow: auto;
}

@media(max-width:1199px) {
      
    article.intro ,article.why-us{
        padding:50px 10px;
    }
    single {
        margin-top:0;
        padding:15px
    }
    single ul {
        margin-right:20px
    }
  .custom-shape-divider-bottom-1681328918,.custom-shape-divider-footer {
     display:none
  }
    footer {
        margin-top:0
    } 
   
}
@media (max-width:1023px) {
     header {
        padding: 0 10px;
        color:#fff;
        font-size: 32px;
    }
    header container {
        height:60px
    }
    .logo img {
        height:50px
    }
    .main-menu {
        display:none
    }
}
@media (max-width:767px){
    div.questions {
        padding: 20px;
    }

   footer .flex-1 {
       min-width:100%;
   }
    .intro p.para {
        font-size:16px
    }
    .h1 {
        font-size:25px
 
    }
    aside {
        margin:15px 0
    }
    .search-box {
        display:none!important
    }
}
