@import 'https://fonts.googleapis.com/earlyaccess/droidarabickufi.css';
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
a:hover img {
  opacity: 0.5;
}
body {
  font-family: 'Droid Arabic Kufi';
  direction: rtl;
  margin: 0px;
}
h1.title {
  display: none;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.row {
  margin: 0 -15px;
}
.header {
  margin-top: 13px;
  overflow: hidden;
}
.header .logo {
  text-align: center;
}
.showcase {
  background: url(/custom_files/images/background-green.png);
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
  position: relative;
  height: 625px;
  display: flex;
  align-items: center;
}
.showcase .content {
  text-align: right;
  color: #fff;
}
@media (min-width: 768px) {
  .showcase .content {
    float: right;
    width: 60%;
  }
}
.showcase .content #slogan {
  font-weight: bold;
}
@media (min-width: 768px) {
  .showcase .prototype {
    position: absolute;
    left: 0;
    top: 84px;
  }
  .showcase .prototype img {
    width: 73%;
    float: left;
  }
}
@media (max-width: 767px) {
  .showcase .prototype {
    display: none;
  }
}
.About {
  text-align: center;
  margin: 50px 0px;
}
.services {
  text-align: center;
  background: url(/custom_files/images/circle.png);
  overflow: hidden;
  background-repeat: no-repeat;
  background-position-x: 100%;
  display: flex;
  align-items: center;
}
@media (min-width: 768px) {
  .services {
    margin-top: -323px;
    height: 1057px;
  }
}
.services .service {
  padding: 15px;
}
@media (min-width: 768px) {
  .services .service {
    width: 33.3%;
    float: right;
  }
}
.how-works {
  text-align: center;
  background: url(/custom_files/images/background-who-to2.png);
  background-position:left top;
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  background-position-x: 100%;
  display: flex;
  align-items: center;
  position: relative;
}
.how-works .container {
  color: #fff;
}
@media (min-width: 768px) {
  .how-works {
    margin-top: -272px;
    height: 335px;
  }
}
.locations {
  background: url(/custom_files/images/background-who-to.png);
  background-size: cover;
  background-repeat: no-repeat;
  height: 570px;
  position: relative;
  overflow: hidden;
}
.locations h2 {
  text-align: center;
  margin: 40px 0;
}
.locations .content {
  font-size: 21px;
}
@media (min-width: 768px) {
  .locations .map {
    position: absolute;
    left: 133px;
    top: 100px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .locations .map {
    left: 0;
  }
}
@media (max-width: 767px) {
  .locations .map {
    display: none;
  }
}
.dowload-app {
  text-align: center;
  margin-bottom: 50px;
}
.dowload-app h2 {
  margin: 40px 0;
}
.dowload-app img {
  display: block;
  max-width: 100%;
}
.dowload-app a {
  display: inline-block;
}
.footer {
  background: #cdcdcd;
  overflow: hidden;
  font-family: monospace;
  padding: 10px 0;
}
@media (max-width: 767px) {
  .footer {
    text-align: center;
  }
  .footer div {
    padding: 5px 0;
  }
}
.footer .copyright {
	direction: ltr;
  }
@media (min-width: 768px) {
  .footer .copyright {
    float: left;
  }
}
@media (min-width: 768px) {
  .footer .developed {
    float: right;
  }
}
.footer .developed a {
  color: #0077B3;
  text-decoration: none;
}
