body{
    
    font-family: "Noto Sans Arabic", serif;
  }
  
  
  .gadient_color_green:after
  {
      background: linear-gradient(0deg, rgb(19 60 67 / 90%) 0%, rgba(1, 34, 115, 0.02) 66%, rgba(1, 34, 115, 0.04) 67%) !important;
  }
  
  .gadient_color_brown:after
  {
      background: linear-gradient(0deg, #b98125 0%, rgba(1, 34, 115, 0.02) 66%, rgba(1, 34, 115, 0.04) 67%) !important;
  }
  
  .hero-wrap.style2 .hero-slide-item {
      padding: 100px 0 100px;
  }

  .site_copyright,  .site_copyright a
  { 
    color: #29575f;
    font-size: 12px;
  }

  .site_copyright a:hover
  { 
    color: #b98125;
  }

  .section-title.style2 span, .content-title.style2 span
  {
    letter-spacing: 0px;
  }

  .text-justify
  {
    text-align: justify;
  }


  .category-box ul li a {
    color: #b6b6b6;

}

.site_services_list li
{
  margin-bottom: 10px;
  border-bottom: solid 1px #ededed;
  padding-top: 5px;
  padding-bottom: 15px;
}


.site_services_list li a {
  color: #b6b6b6;
}

.site_services_list li a:hover {
  color: #000;
}

.site_services_list li.site_serivce_active a
{
  color: #000;
}

  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .header-wrap .navbar .navbar-brand img {
        max-width: 160px;
    }
}


@media only screen and (max-width: 991px) {
    .header-wrap .navbar .navbar-brand img {
        max-width: 160px;
    }
}

  @media(max-width:992px)
  {
    .site_service_detail_row
    {
        flex-direction: column-reverse;
    }

    .site_copyright
    {
        padding-top: 20px;
        text-align: center;
    }
  }