html {
    font-size: 14px;
    font-family: Andalus;
    word-spacing: 0;
    letter-spacing: 0;
    white-space: normal;
}


@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

/*html {
  position: relative;
  min-height: 100%;
}
*/

.main-menu{
    direction:rtl;
}

.breadcrumb__area
{
    direction:ltr;
}
/*body {
    margin-bottom: 60px;
}*/
.p-animation {
    direction: rtl;
    padding-right: 0px;
}

.hero__title-3-wrap {
    direction: rtl;
}

.hero__title-3-wrap p {
    direction: rtl;
    padding-right:0px;

}

.faq__list .accordion-item.style-2 .accordion-button::after {
    left: 20px;
    right: auto;
    /*background: transparent;*/
}




.footer__service li::before {
    position: absolute;
    content: "\f104";
    width: 20px;
    height: 20px;
    left: 0;
    top: 3px;
    font-weight: 700;
    font-family: "Font Awesome 6 Free";
    color: var(--main-color-one);
    font-size: 14px;
    direction:rtl;
}