/*!
 * Start Bootstrap - Busines Frontpage (https://startbootstrap.com/template-overviews/business-frontpage)
 * Copyright 2013-2017 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-business-frontpage/blob/master/LICENSE)
 */

 /* body {
  padding-top: 54px;
} */
@media screen and (max-width: 350px) {
  .business-header {
     height: 66px;
     width: 100%;

  }

  .img-brand {
    width: 100%!important
  }
}
@media screen and (max-width: 500px) {
  .business-header {
     height: 85px;
     width: 100%;

  }

  .img-brand {
    width: 100%!important
  }
}
@media screen and (max-width: 700px) {
  .business-header {
     height: 155px;
     width: 100%;

  }


}
@media screen and (max-width: 600px) {
  .business-header {
     height: 105px;
     width: 100%;

  }

}
@media screen and (min-width: 800px) {

 .business-header {
     width: 100%;
    height: 180px;
  }
  .img-brand {
    width: 160px
  }
}
@media screen and (min-width: 992px) {

  /* body {
    padding-top: 56px;
  } */
  .business-header {
     width: 100%;
    height: 276px;
  }

}







/*
.business-header {
  height: 50vh;
  min-height: 300px;
  background: url('http://placehold.it/1920x400') center center no-repeat scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}*/

.card {
  height: 100%;
}
.dropdown-menu > li > a:hover, .dropdown-menu > .active > a:hover {
  text-decoration: underline;
}
@media (max-width: 767px) {
  .navbar-nav  {
     display: inline;
  }
  .navbar-default .navbar-brand {
    display: inline;
  }
  .navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
  }
  .navbar-default .navbar-nav .dropdown-menu > li > a {
    color: red;
    background-color: #ccc;
    border-radius: 4px;
    margin-top: 2px;
  }
   .navbar-default .navbar-nav .open .dropdown-menu > li > a {
     color: #333;
   }
   .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
   .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
     background-color: #ccc;
   }

   .navbar-nav .open .dropdown-menu {
     border-bottom: 1px solid white;
     border-radius: 0;
   }
  .dropdown-menu {
      padding-left: 10px;
  }
  .dropdown-menu .dropdown-menu {
      padding-left: 20px;
   }
   .dropdown-menu .dropdown-menu .dropdown-menu {
      padding-left: 30px;
   }
   li.dropdown.open {
    border: 0px solid red;
   }

}

@media (min-width: 768px) {
  ul.nav li:hover > ul.dropdown-menu {
    display: block;
  }
  #navbar {
    text-align: center;
  }
}

.font-thuluth{
  font-family: DecoType Thuluth;
}

.font-cairo, .font-cairo-header {
    font-family: "Cairo", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-variation-settings:
      "slnt" 0;
  }

  .font-cairo-header {
    font-size: 50px;
  }
