
/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
@font-face {
	font-family: myFirstFont;
	src: url('../fonts/ArbFONTS-Almarai-Regular.ttf');
  }

body {
  font-family: myFirstFont;
  color: #000;
  direction: rtl;
  height: 100vh;
  width: 100%;
}

a {
  text-decoration: none;
  color: #4f92af;
}

a:hover {
  color: #5eb8df;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
.font-primary {
  font-family: myFirstFont;
  color: #000;
}
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  padding: 20px 0;
  z-index: 10;
}

#header .logo h1 {
  font-size: 36px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 600;
}

ul.logo {
  list-style-type: none;
  padding: 0;
}
ul.logo li{
  display: inline-block;
}
ul.logo a{
  color: #000;
  font-weight: bold;
  font-size: 14px;
}
ul.logo a:hover,
ul.logo a.active{
  color: #a50000;
}
ul.logo a img{
  max-width: 27px;
}
#header .contact-link a {
  color: #fff;
  padding-right: 10px;
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

#header .contact-link a:hover {
  text-decoration: underline;
}

@media (max-width: 768px) {
  #header .logo h1 {
    font-size: 28px;
    padding: 8px 0;
  }
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  background:#fff;
  position: relative;
}

#hero h1 {
  margin: 0 0 20px 0;
  font-size: 30px;
  font-weight: 700;
  padding-right: 11%;
}

#hero h2 {
  margin-bottom: 30px;
  font-size: 24px;
}

ul.links{
  list-style-type: none;
  padding: 30px 0 0;
}
ul.links li{
  display: block;
  width: 100%;
  padding: 0 5px 10px 0;
}
ul.links li a{
  width: 100%;
  color: #a50000;
  font-size: 18px;
}
ul.links li a i{
  padding-left: 10px;
}
.download ul{
  list-style-type: none;
  padding: 10px 0 0;
}
.download ul li{
  padding-bottom: 10px;
  display: block;
}
.download ul li img{
  max-width: 135px;
}
/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 0;
}
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  padding: 10px 0 10px;
  color: #fff;
  font-size: 14px;
  border-top:1px solid #eee;
  position: absolute;
  bottom: 0;
  width: 100%;
  display: block;
}
#footer .copyright a{
  color: #000;
}
#footer .credits {
  padding-top: 10px;
  text-align: center;
  font-size: 13px;
  color: #fff;
}

#footer .credits a {
  color: #72a8bf;
}
.aboutus{
  padding: 40px 0;
}

.aboutus p{
  padding:0 20px 20px;
  text-align: right;
}


@media (max-width: 991px) {
  #footer{
    position: static;
  }
}

@media (max-width: 768px) {
  #hero h1 {
    font-size: 28px;
    padding:20px 0 ;
  }

  #hero h2 {
    font-size: 20px;
    margin-bottom: 30px;
  }
  ul.logo.text-right,
  .contact-phone.text-right,
  .copyright{
    text-align: center !important;
  }

}
