@charset "UTF-8";

@import url("https://fonts.googleapis.com/css2?family=Cairo:wght@200..1000&display=swap");
/*-- Home One --*/
/*New color variable*/
/*-- Default CSS --*/
body {
  font-family: "Cairo", sans-serif;
  color: #777777;
  background-color: #ffffff;
  font-size: 16px;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1.3;
  font-family: "Cairo", sans-serif;
  color: #3f3e3e;
}

.fix-phone-arabic {
  direction: ltr;
  display: inline-block;
}


.navbar-light .side-nav .side-nav-left {
  margin-right: 14px;
  margin-left: auto;
}

.one-faq-area .faq-img {
  right: 0;
  left: auto;
}

.one-faq-area .faq-content .accordion a::after {
  left: auto;
  right: 35px;
}

.one-faq-area .faq-content .accordion p {
  padding: 0px 35px 25px 35px;
}

.one-service-area .service-advisor .advisor-content ul li i {
  transform: rotate(180deg);
}

.nice-select {
  padding-left: 18px;
  padding-right: 30px;
  text-align: left !important;
}

.nice-select::after {
  left: auto;
  right: 12px;
}

.nice-select .option {
  padding-left: 18px;
  padding-right: 29px;
  text-align: left;
}

.one-banner-area .banner-shape img:nth-child(1) {
  right: auto;
  left: 0;
}

.one-banner-area .banner-shape img:nth-child(2) {
  right: auto;
  left: 300px;
}

.one-banner-area .owl-theme .owl-nav {
  left: auto;
  right: 0;
}

.bx-right-arrow-alt::before {
  content: "\eb33";
}

.bx-left-arrow-alt::before {
  content: "\ebe6";
}

.owl-carousel .owl-stage-outer {
  direction: ltr;
}

.one-banner-area .banner-slider .banner-inner img {
  right: auto;
  left: 0;
  transform: rotate(0deg);
}

.one-footer-area .footer-item .footer-address ul li i {
  right: auto;
  left: 0;
}

.one-footer-area .footer-item .footer-address ul li {
  padding-right: auto;
  padding-left: 33px;
}

.one-service-area .service-item {
  padding: 20px 10px 18px;
}

.one-footer-area .footer-item .footer-logo ul li {
  margin-left: auto;
  margin-right: 5px;
}

/*.one-footer-area .footer-item .footer-logo ul li:last-child {
  margin-right: auto;
  margin-left: 0;
}*/

.one-faq-area .faq-content .accordion a::after {
  line-height: 31px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navbar-light .side-nav {
    position: absolute;
    top: 13px;
    left: auto;
    right: 70px;
  }
}

.why-choose-us-area::before {
  bottom: 0;
  top: auto;
}

,table th{background: #af841e; color: #000;}
