@charset "utf-8";
/* CSS Document */

@font-face {
  font-family: TheSans;
  src: url(../fonts/TheSans-Bold.otf);
}
@font-face {
  font-family: Neo-Sans;
  src: url(../fonts/../fonts/Neo-Sans-Arabic-Regular.ttf);
}
@font-face {
  font-family: Poppins-Bold;
  src: url(../fonts/../fonts/Poppins-Bold.otf);
}
@font-face{
	font-family: GE_SS_Two_Medium ;
	src: url(../fonts/GE_SS_Two_Medium.otf)
}
@font-face{
  font-family: NunitoSans ;
  src: url(../fonts/NunitoSans-Regular.ttf)
}


body {
  font-family: "GE_SS_Two_Medium";
}
a:hover,
a:focus {
  text-decoration: none;
}
.clicker {
  display: none !important;
}
.overlay .closebtn {
  display: none;
}
span.en,
i.en {
  font-family: "Poppins-Bold";
}
.en {
  font-family: "Poppins-Bold" !important;
}

a.btn{transition: all .3s !important;}
a.btn:hover {
    color: #fcff5e !important;
}
@media (max-width: 991px) {
  body {
    overflow-x:hidden;
  }
}


/* start header */

.header {
	    background-color: #e82828;
    background-position: bottom;
    padding: 20px 0;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9;
    width: 100%;
    transition: all 0.5s;
    box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.2);
    font-family: "Neo-Sans" !important;
}
.navigation .logo {
  font-family: "Droid:;Kufi-Bold";
  font-size: 17px;
  line-height: 42px;
  color: #ce291f;
  margin-top: 8px;
  display: inline-block;
}
.logo .logo1 {
  width: 130px;
  height: 50px;
}
.navigation .navbar-default {
  background-color: transparent;
  border: none;
  margin: 0;
  margin-top: 8px;
}
.navigation .navbar-default .navbar-nav {
  float: right;
  margin-right: -45px;
}
.navigation .navbar-default .navbar-nav li {
  margin: 0 7px;
}
.navigation .navbar-default .navbar-nav li:last-child {
  margin-left: 0;
}
.navigation .navbar-default .nav-left {
  float: left;
  margin: 0;
}
.navigation .navbar-default .navbar-nav li a,
.navigation .navbar-default .nav-left li a {
  font-family: "TheSans";
  font-size: 15px;
  line-height: 32px;
  color: #fff;
  padding: 5px;
  border: none;
  transition: all 0.3s;
}
.navigation .navbar-default .nav-left li a {
    font-size: 15px;
    padding: 5px 2px;
}
.navigation .navbar-default .nav-left li a.btn {
  font-size: 14px;
  color: #fff !important;
  border-radius: 5px;
  margin-right: 5px;
  background: -webkit-linear-gradient(
    bottom,
    rgb(40, 40, 40) 0%,
    rgb(71, 71, 71) 100%
  );
  background: -o-linear-gradient(
    bottom,
    rgb(40, 40, 40) 0%,
    rgb(71, 71, 71) 100%
  );
  background: linear-gradient(to top, rgb(40, 40, 40) 0%, rgb(71, 71, 71) 100%);
  box-shadow: 0px 5px 8px 0px rgb(189, 27, 27);
  width: 130px;
  height: 40px;
  line-height: 40px;
  padding: 0;
  text-align: center;
  transition: all 0.3s;
}
.navigation .navbar-default .nav-left li a.btn:hover {
  background: #fff;
  color: #e51c1c !important;
}
.navigation .navbar-default .navbar-nav li a:hover,
.navigation .navbar-default .nav-left li a:hover {
  color: #fdfe78 !important;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover {
  background-color: transparent;
}

.width {
  width: 100% !important;
}
.opacity {
  display: none !important;
}

.sub-menu {
    display: none;
    list-style: none;
    position: absolute;
    top: 30px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #f9f9f9;
    min-width: 180px;
    border: 1px solid #f9f9f9;
    border-radius: 2px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 999;
    padding-right: 0;
    transition: all .3s;
}

.sub-menu li {
  margin: 0 !important;
}
.sub-menu li a {
  display: block;
  width: 100%;
  color: #1d1f25 !important;
  padding: 10px 15px !important;
  text-decoration: none;
  line-height: 23px !important;
  text-align: center !important;
  border-radius: 2px;
  transition: all 0.3s;
}

.menu-item-has-children {
  position: relative;
}
.menu-item-has-children span {
  color: #fff;
  font-size: 10px;
  line-height: 42px;
  position: absolute;
  top: 0;
  left: -4px;
  transition: all 0.3s;
}
.sub-menu a:hover {
  background-color: rgb(233, 41, 41) !important;
  color: #fff !important;
}
.navigation .navbar-default .navbar-nav li .sub-menu a:hover {
  color: #fff !important;
}

.menu-item-has-children:hover .sub-menu{display: block !important;animation: fadeIn .5s;}

.menu-item-has-children:hover span {
  color: #fdfe78;
}

.affix {
  top: 0;
  width: 100%;
  transition: all.5s;
  padding: 20px 0 !important;
  position: fixed !important;
  animation-name: slide-down;
  animation-duration: 1.2s;
  background-image: linear-gradient(to right top, #eb1212, #ed2321, #ee302e, #ef3b3a, #f04545);4 100%);
  box-shadow: 0 1px 10px 5px #0e345266;
  -webkit-animation-name: slide-down; /* Safari 4.0 - 8.0 */
  -webkit-animation-duration: 1.2s; /* Safari 4.0 - 8.0 */
}

@-webkit-keyframes slide-down {
  from {
    top: -100px;
  }
  to {
    top: 0;
  }
}

/* Standard syntax */
@keyframes slide-down {
  from {
    top: -100px;
  }
  to {
    top: 0;
  }
}


.navigation .navbar-default .nav-left.client-nav {
  margin: 6px 0;
}
.navigation .navbar-default .nav-left.client-nav li a {
  font-size: 14px;
}
.navigation .navbar-default .nav-left.client-nav li:first-child {
  margin-left: 20px;
}
.navigation
  .navbar-default
  .nav-left.client-nav
  li.menu-item-has-children
  span {
  line-height: 32px;
}

.header-extra {
  height: 98px;
  width: 100%;
  background-color: #e82828;
}

/* start location nav menu */
.saudi_popover {
    position: absolute;
    bottom: 0px;
    left: 16%;
    transform: translateX(-50%);
    width: auto;
    height: auto;
    background-color: #ffffff;
    text-align: center;
    padding: 20px;
    border-radius: 25px 25px 25px 25px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    z-index: -1;
    opacity: 0;
    transition: all .3s;
    }
.saudi {
    display: inline-block;
}
.saudi i.fas.fa-map-marker-alt{ color:#fff;}
.saudi i.fas.fa-map-marker-alt:hover {color: #f0ee6f;}
.saudi:hover .saudi_popover {
    opacity: 1;
    z-index: 8;
    bottom: -45px; 
}
.contact_mobile li  {
    display: table !important;
    cursor: pointer;
    font-size: 21px;
    float: left;
    color: #fff;
    transition: all 0.3s;
    z-index: 9999;
    margin: 14px 6px;
    display: block;
}
.contact_mobile li a  {
color:white;
}
.contact_mobile li a:hover  {
color:yellow;
}

.saudi_mobile:hover .saudi_popover_mobile {    opacity: 1;
    z-index: 8;
    bottom: -45px;}

.contact_mobile i.fab.fa-whatsapp {font-size:23px}

.saudi_popover_mobile {
    position: absolute;
   bottom: -120px;
    width: auto;
    height: auto;
    background-color: #ffffff;
    text-align: center;
    padding: 20px;
    border-radius: 25px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    z-index: -1;
    opacity: 0;
    transition: all .3s;
}

    /* end location nav menu */

/* End header */

/*start privacy_policy*/

.privacy_policy{
  padding-bottom: 60px;
  font-family: NunitoSans ;
  direction: ltr;
}
.privacy_policy h1,
.privacy_policy h2,
.privacy_policy h3{
  font-weight: bold;
}
.privacy_policy .policy_header{
  background-color: #e92929;
  padding: 80px 0;
  text-align: center;
  color: #fff;
}
.privacy_policy .policy_header h1{
  font-size: 45px;
  margin: 0;
}
.privacy_policy h2{
  margin-top: 60px;
  margin-bottom: 30px;
  color: #e92929;
  font-size: 28px;
}
.privacy_policy p {
    font-size: 16px;
    line-height: 26px;
    color: #828282;
    text-transform: lowercase;
}
.privacy_policy h3{
  font-size: 20px;
  line-height: 28px;
  margin-top: 30px;
}

/*end privacy_policy*/


/* start footer-top */

.footer-top {
  background-color: #2a2a2a;
  padding: 50px 0;
  font-family: "Neo-Sans" !important;
}
.footer-top h1 {
  font-size: 18px;
  line-height: 20px;
  color: #fcff76;
  margin-bottom: 35px;
}
.footer-top h4 {
  font-size: 18px;
  line-height: 20px;
  color: #fcff76;
  margin-bottom: 35px;
}
.footer-top p {
  width: 92%;
  font-size: 14px;
  line-height: 30px;
  color: #fff;
  font-family: "Neo-Sans" !important;
}
.footer-top ul.bottom-nav {
  list-style: none;
  padding: 0;
  float: right;
  width: 100%;
}
ul.bottom-nav li {
    display: inline;
    background: #f7f7f721;
    padding: 0px 2px 0px 2px;
    margin: 2px;
}
.footer-top ul.bottom-nav li a {
    font-size: 12px;
    line-height: 23px;
    color: #fff;
    transition: all 0.3s;
}
.footer-top ul.bottom-nav li a:hover {
  color: #fcff76;
}
.footer-top ul.info {
  list-style: none;
  padding: 0;
}
.footer-top ul.info li {
  font-size: 14px;
  line-height: 30px;
  color: #fff;
}
.footer-top ul.info li span {
  color: #fcff76;
  margin-left: 3px;
}

/* end footer-top */


/* start footer */

footer {
  background-color: #222222;
  font-family: "Neo-Sans" !important;
}
footer .footer-nav {
  margin: 0;
}
footer .footer-nav li a {
  font-size: 14px;
  color: #fff;
  line-height: 70px;
  padding: 0 2px;
  transition: all 0.3s;
}
footer .footer-nav li a:hover {
  color: #fcff76;
}
footer .icons {
  margin: 0;
}
footer .icons li span {
  font-family: FontAwesome;
  font-size: 18px;
  line-height: 70px;
  color: #fcff76;
  font-weight: normal;
  padding: 0 10px;
}

/* end footer */

