div,input,td,th,textarea,a,h1,h2,h3,h4,h5,p,button{font-family:  inherit!important; font-weight: bold!important;}
body  {direction: rtl}
.mobile-nav-toggle {
    left: 0;
    top: 0;
    
}
.mobile-nav * {
    text-align: right;
}

.main-nav > ul > li{float: right}

.main-nav .drop-down > a:after {
    content: "\f107";
    font-family: FontAwesome;
    padding-left: 0;
    padding-right: 10px;
}

.main-nav a:hover, .main-nav .active > a {
    color: #007bff;
}

.main-nav a {
  color: #fff !important;
  padding: 8px 15px;
  font-size: 17px;
  margin-right: 15px;
  border-radius: 6px;
  cursor: pointer;
  transition: all .3s ease-in-out;
  font-weight: normal !important;
}

.main-nav .drop-down ul a:hover, .main-nav .drop-down ul .active > a, .main-nav .drop-down ul li:hover > a { color: #007bff;}

.main-nav .drop-down ul a {
    font-size: 14px;
    color: #000;
}

.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 ,
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 ,
.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12
{
	float:right;
    text-align: right;
}


#why-us {
position: relative;
}
#why-us .overlay {
  width: 100%;
  height: 100%;
  background-color: #9eb603e0;
  color: #333;
  padding: 40px 0px;
}

#why-us .card {
  background-color: rgb(236, 241, 212);
  color: #333;
    border: none;
}

#why-us .card-text {font-size: 15px}
#why-us .card:hover {
    background: #fff;
}


 #why-us .card p {
    color: #333;
    line-height: 1.9em;
}

#why-us .card i {
  color: #f58a20;
}

.section-bg {
    background: #fafafa;
}

#services img {
    max-height: 140px;
    margin: auto;
    display: block;
}
#services .price {font-size: 14.5px;color: red;text-align: center;margin-top: 12px}
#services .title {
    margin-left: 0;
    font-weight: 700;
    margin-bottom: 0;
    font-size: 18px;
    text-align: center;
    margin-top: 9px;
}





.owl-slide-title{ font-size: 21px; text-align: center;color: #fff;padding: 15px; background:rgba(0, 0, 0, 0.71)}
.owl-slide-subtitle{ font-size: 15px; text-align: center;color: #fff;padding: 15px; background:rgba(0, 0, 0, 0.71)}





:root {
  --main-white-color: white;
  --main-black-color: black;
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

.static {
  position: static;
}

.cover {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.owl-carousel .owl-slide {
  position: relative;
  height: 100vh;
  background-color: lightgray;
}

.owl-carousel .owl-slide-animated {
  transform: translateX(20px);
  opacity: 0;
  visibility: hidden;
  transition: all 0.05s;
}

.owl-carousel .owl-slide-animated.is-transitioned {
  transform: none;
  opacity: 1;
  visibility: visible;
  transition: all 0.5s;
}

.owl-carousel .owl-slide-title.is-transitioned {
  transition-delay: 0.2s;
}

.owl-carousel .owl-slide-subtitle.is-transitioned {
  transition-delay: 0.35s;
}

.owl-carousel .owl-slide-cta.is-transitioned {
  transition-delay: 0.5s;
}

.owl-carousel .owl-dots,
.owl-carousel .owl-nav {
  position: absolute;
}

.owl-carousel .owl-dots .owl-dot,
.owl-carousel .owl-nav [class*="owl-"]:focus {
  outline: none;
}

.owl-carousel .owl-dots .owl-dot span {
  background: transparent;
  border: 1px solid var(--main-black-color);
  transition: all 0.2s ease;
}

.owl-carousel .owl-dots .owl-dot:hover span,
.owl-carousel .owl-dots .owl-dot.active span {
  background: var(--main-black-color);
}

.owl-carousel .owl-nav {
position: unset;
}

.owl-carousel .owl-nav svg {
  opacity: 0.3;
  transition: opacity 0.3s;
}

.owl-carousel .owl-nav button:hover svg {
  opacity: 1;
}

.owl-carousel .owl-nav [class*="owl-"]:hover {
  background: transparent;
}



@media screen and (max-width: 575px) {
  .owl-carousel .owl-nav {
    top: 5%;
  }
  
  .owl-carousel .owl-nav svg {
    width: 24px;
    height: 24px;
  }
}