body, html {
	font-family: 'Tajawal',Sans-Serif;
	text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: antialiased !important;
	color: #000000;
	background:#FFFFFF;
	direction:rtl;
}
@font-face {
	font-family:HelveticaNeue;src:url(../fonts/HelveticaNeue/HelveticaNeueW23forSKY-Reg.ttf) format('truetype');
	font-weight:400;font-style:normal;}
h1 {
	font-weight: 700;
}
h1 strong {
	font-weight: 900;
}
h2 {
	font-size: 36px;
	margin: 0;
	font-family:'Tajawal',Sans-Serif;
}
h3 {
	font-size: 16px;
	font-weight: 700;
}
h5 {
	text-transform: uppercase;
	font-weight: 700;
	line-height: 20px;
}
p {
	font-family: 'Tajawal',Sans-Serif;
	font-size: 13px;
}
a {
	color: #5b777f;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
}
a, input, button {
	transition: all 0.5s;
}
a:hover, a:focus {
	text-decoration: none;
	color: #f1c40f;
}
.img-centered {
	margin: 0 auto;
}
ul, ol {
	list-style: none;
	margin:0;
	padding:0;
}
.clr {clear:both;}
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.clearfix {
	display: inline-block;
}
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
img {max-width: 100%;}
.d-flex {display: flex;}
.flex-center {align-items: center;}
@font-face {
  font-family: 'icomoon';
  src:  url('../fonts/fonts/icomoon.eot?5bd7pm');
  src:  url('../fonts/fonts/icomoon.eot?5bd7pm#iefix') format('embedded-opentype'),
    url('../fonts/fonts/icomoon.ttf?5bd7pm') format('truetype'),
    url('../fonts/fonts/icomoon.woff?5bd7pm') format('woff'),
    url('../fonts/fonts/icomoon.svg?5bd7pm#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-airplane-1:before {
  content: "\e900";
}
.icon-business-man-3:before {
  content: "\e901";
}
.icon-car-battery:before {
  content: "\e902";
}
.icon-car-check:before {
  content: "\e903";
}
.icon-car-four-wheel:before {
  content: "\e904";
}
.icon-credit-card:before {
  content: "\e905";
}
.icon-gearbox:before {
  content: "\e906";
}
.icon-headlight-low:before {
  content: "\e907";
}
.icon-headphone:before {
  content: "\e908";
}
.icon-oil-gauge:before {
  content: "\e909";
}
.icon-road-pin:before {
  content: "\e90a";
}
.icon-shield-2:before {
  content: "\e90b";
}
.icon-signal-warning:before {
  content: "\e90c";
}
.icon-smoke-free-area:before {
  content: "\e90d";
}
.icon-taxi-1:before {
  content: "\e90e";
}
.icon-thumbs-up-2:before {
  content: "\e90f";
}
.icon-truck-2:before {
  content: "\e910";
}
.icon-car-classic:before {
  content: "\e911";
}
.icon-car-econo:before {
  content: "\e912";
}
.icon-car-limo:before {
  content: "\e913";
}
.icon-car-minivan:before {
  content: "\e914";
}
.icon-car-suv:before {
  content: "\e915";
}
.icon-car-wagon:before {
  content: "\e916";
}

#header-scroll {position: fixed; top:0px; left: 0px; right: 0px; background: transparent; z-index: 999;
    -webkit-transform: scale(1) translateY(0px);
    -moz-transform: scale(1) translateY(0px);
    -ms-transform: scale(1) translateY(0px);
    -o-transform: scale(1) translateY(0px);
    transform: scale(1) translateY(0px);
    -webkit-transition: all 200ms;
    -moz-transition: all 200ms;
    -o-transition: all 200ms;
    transition: all 200ms;
}
#header-scroll.h-fixed {background: #FFFFFF;
    -webkit-transition: all 200ms;
    -moz-transition: all 200ms;
    -o-transition: all 200ms;
    transition: all 200ms;
	-webkit-box-shadow: 0 0px 7px #C2C2C2;
	-moz-box-shadow: 0 0px 7px #C2C2C2;
	-o-box-shadow: 0 0px 7px #C2C2C2;
	box-shadow: 0 0px 7px #C2C2C2;
}
#header-scroll .logo {
    display: inline-block;
    text-align: center;
    padding: 0px;
}
#header-scroll .logo img {max-height: 100px; margin-top: 10px;
    -webkit-transition: all 200ms;
    -moz-transition: all 200ms;
    -o-transition: all 200ms;
    transition: all 200ms;
}
#header-scroll .logo img.logo-b {display:none;}
#header-scroll.h-fixed .logo img {
	max-height: 60px;
    -webkit-transition: all 200ms cubic-bezier(0.175,0.885,0.320,1.275) 0s;
    -moz-transition: all 200ms cubic-bezier(0.175,0.885,0.320,1.275) 0s;
    -o-transition: all 200ms cubic-bezier(0.175,0.885,0.320,1.275) 0s;
    transition: all 200ms cubic-bezier(0.175,0.885,0.320,1.275) 0s;
}
#header-scroll.h-fixed .logo img.logo-a {display:none;}
#header-scroll.h-fixed .logo img.logo-b {display:block;}

#header-scroll nav {float: left; margin-top: 40px;}
#header-scroll.h-fixed nav {margin-top: 30px;}
#header-scroll nav ul {display: block}
#header-scroll nav ul li {display: inline-block; margin: 0px;}
#header-scroll nav ul li a {color: #FFFFFF; margin-right: 65px; font-size: 16px; position: relative; font-weight: 600;}
#header-scroll.h-fixed nav ul li a {color:#000000;}
#header-scroll.h-fixed nav ul li a.active,
#header-scroll nav ul li a:hover {color:#ffa638;}
.section-title {
    text-align: center;
    padding: 50px 0;
    position: relative;
}
.section-title h2 {
    font-size: 40px;
    font-weight: 700;
    color: #ffa638;
    letter-spacing: 0;
    line-height: 50px;
}
.section-title h2::before {
    content: '';
    position: absolute;
    bottom: 70px;
    height: 5px;
    width: calc(50% - 100px);
    background-color: #ffa638;
    left: 0;
    border-radius: 5px;
}
.section-title h2::after {
    content: '';
    position: absolute;
    bottom: 70px;
    height: 5px;
    width: calc(50% - 100px);
    background-color: #ffa638;
    right: 0;
    border-radius: 5px;
}
.section-title p {
    font-size: 20px;
    font-weight: 500;
    color: #666666;
}

#first {
    width: 100%;
    position: relative;
	min-height: 100vh;
	z-index: 0;
}
#first .slider {
    height: 100vh;
    padding-bottom: 50px;
    overflow: hidden;
    position: relative;
}
#first #carousel-head {direction: ltr; border-radius: 0px 0px 80px 80px; overflow: hidden; height: 100%;}
#first #carousel-head .item {background: #000000}
#first #carousel-head .item img {opacity: 0.7;}
#first #carousel-head .owl-dots {
    position: absolute;
    width: 1170px;
    bottom: 30px;
    left: calc(50% - 600px);
    text-align: right;
}
#first #carousel-head .owl-dots .owl-dot {
    height: 9px;
    width: 25px;
    background: #d3d3d4;
    border-radius: 15px;
    display: inline-block;
    margin: 0px 2px;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
#first #carousel-head .owl-dots .owl-dot.active {background:#FFFFFF; width: 50px;}

#first .slider-text {
    position: absolute;
    top: 80px;
    left: 0;
    right: 0;
}
#first .hello-text {position: relative; z-index: 3;}
#first .hello-text h2 {
    font-size: 35px;
    font-weight: 800;
    line-height: 60px;
    color: #FFF;
    margin-top: 100px;
	text-shadow: 0px 0 5px #4F4F4F;
}
#first .hello-text p {
    color: #FFF;
    font-size: 22px;
    margin-top: 20px;
    line-height: 35px;
	max-width: 410px;
	text-shadow: 0px 0 5px #4F4F4F;
}
#first .hello-text .hello-buttons {}
#first .hello-text .hello-buttons a {
    color: #FFF;
    display: inline-block;
    font-size: 20px;
    padding: 5px 15px;
    margin-top: 30px;
    border-radius: 10px;
    margin-left: 30px;
    background: #ffa638;
    direction: ltr;
    border: 3px solid #ffa638;
    width: 170px;
    text-align: center;
}
#first .hello-text .hello-buttons a:hover {background: #FFF; color: #ffa638;}
#first .hello-img {
    position: absolute;
    width: 50%;
    z-index: 2;
    top: 60%;
    left: 0;
}
#first .bg-back {
    position: absolute;
    top: 90%;
    left: 0;
    opacity: 0.03;
	z-index: -1;
	max-height: 500px;
}
#aboutus {padding: 100px 0;}
#aboutus .about-images {
    position: relative;
    display: block;
    float: left;
    width: 130%;
    margin-top: 50px;
}
#aboutus .about-content {padding-top: 50px; padding-left: 50px;}
#aboutus .about-content p {color: #212121; font-size: 27px; margin-bottom: 10px;}
#privacy {}
#privacy .privacy-content {padding-bottom: 50px;}
#privacy .privacy-content p {font-size: 22px;}
#privacy .section-title h2::before,
#privacy .section-title h2::after {
	width: calc(50% - 190px);
}

#features {padding: 100px 0 0 0; background: #FFFFFF; position: relative; z-index: 0;}
#features:before {
    content: "";
    background-image: url('../images/bg-features.png');
    width: 100%;
    position: absolute;
    height: 570px;
    top: 0;
    left: 0;
    background-repeat: repeat;
    background-size: cover;
    background-color: #303030;
}
#features .section-title h2::before,
#features .section-title h2::after {
	width: calc(50% - 170px);
}

#features .feature-boxs {margin-top: 75px;}
#features .feature-box {margin-bottom: 30px;}
#features .feature-box .box-ico {
    width: 100px;
    text-align: center;
    margin-left: 15px;
    background: #FFF;
    padding: 10px;
    height: 100px;
    border-radius: 10px;
    display: inline-block;
    box-shadow: 1px 1px 5px #474747;
}
#features .feature-box .box-contect {display: inline-block; color: #FFFFFF; text-shadow: 0px 0px 4px #474747;}
#features .feature-box .box-contect h2 {
    font-size: 23px;
    font-weight: 800;
    margin-bottom: 10px;
}
#features .feature-box .box-contect p {
    font-size: 16px;
    letter-spacing: 0;
    line-height: 21px;
}
#features .feature-box-three .box-ico,
#features .feature-box-four .box-ico {background: #ffa638; box-shadow: 1px 1px 5px #BDBDBD;}
#features .feature-box-three .box-contect,
#features .feature-box-four .box-contect {color: #000000; text-shadow: none;}

#features .feature-screen-img {text-align: center; padding-left: 50px; padding-top: 35px;}
#features .feature-screen-img img {max-width: 100%}
#features .bg-back {
    position: absolute;
    top: 570px;
    left: 0;
    opacity: 0.03;
	z-index: -1;
}

#service {padding:90px 0px 80px 0px; position: relative; z-index: 0}
#service .service-tittle {text-align: center;}
#service .service-tittle h2 {
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 20px;
}
#service .service-tittle p {font-size: 24px;}
#service .nav-tabs {border: 0px none; display: block; margin-bottom: 10px; text-align: center; white-space: nowrap; overflow: auto; padding-bottom: 5px}
#service .nav-tabs > li {
    float: none;
    margin: 0px;
	display: inline-block;
    text-align: center;
    padding: 0 5px;
}
#service .nav-tabs > li a {
	color: #FFF;
    display: block;
    font-size: 20px;
    padding: 3px 15px;
    border-radius: 5px;
    background: #000;
    width: 100%;
    text-align: center;
}
#service .nav-tabs > li.active a, 
#service .nav-tabs > li a:hover {background: #ffa638;}
#service .service-boxs {padding: 10px 0 50px 0;}
#service .service-boxs:before, #service .service-boxs:after {content: ""; display: table; clear: both;}
#service .service-boxs .service-box {
    text-align: center;
    background: #FFF;
    padding: 3px;
    box-shadow: 0px 0px 5px #CECECE;
    margin-bottom: 30px;
    border-radius: 8px;
}
#service .service-boxs .service-box .image {}
#service .service-boxs .service-box .image img {border-radius: 8px 8px 0px 0px;}
#service .service-boxs .service-box p {margin: 0; font-size: 15px; line-height: 50px; font-weight: 500;}


#screenshot {position: relative; padding: 100px 0px 150px 0px; background: #F6F6F6;}
#screenshot .section-title h2::before, #screenshot .section-title h2::after {
    width: calc(50% - 170px);
}
#screenshot img.screen-img {
    position: absolute;
    left: 50%;
    bottom: 223px;
    width: 255px;
    height: 485px;
    z-index: 111;
    transform: translateX(-50%);
}
#screenshot .screen-slider {
    margin-top: 55px;
	direction: ltr;
}
#screenshot .owl-carousel .owl-item img {transform: scale(0.96);
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
#screenshot .owl-carousel .owl-item.center img {transform: scale(1);}

#screenshot .screen-slider .owl-dots {
    text-align: center;
    margin-top: 80px;
}
#screenshot .screen-slider .owl-dots .owl-dot {
    height: 9px;
    width: 25px;
    background: #d3d3d4;
    border-radius: 15px;
    display: inline-block;
    margin: 0px 2px;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

#screenshot .screen-slider .owl-dots .active {
    background: #ffa638; width: 50px;
}

#download-apps {background: #FFFFFF; padding: 50px 0px; position: relative;}
#download-apps h2 {color: #ffa638; font-weight: 600; line-height: 50px;}
#download-apps .links {text-align: left}
#download-apps .links a {
    color: #FFF;
    display: inline-block;
    font-size: 20px;
    padding: 0px 15px;
    width: 190px;
	height: 50px;
	line-height: 44px;
    border-radius: 10px;
    margin-left: 30px;
    background: #ffa638;
    direction: ltr;
	box-shadow: 0px 0px 4px #CACACA;
	border: 3px solid #ffa638;
    text-align: center;
}
#download-apps .links a:hover {background: #FFF; color: #ffa638;}

#footer {
	background-image: url('../images/bg-footer.png');
	background-repeat: repeat;
	background-size: cover;
	background-color: #343434;
	padding: 100px 0 150px 0;
}
#footer .logo {}
#footer .logo img {max-width: 110px; margin-bottom: 30px;}
#footer .links {}
#footer .links a {
    cursor: pointer;
    color: #ffa638;
    display: block;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 30px;
}
#footer .links a:hover {color: #df8618;}
#footer .contact-us {}
#footer .contact-us h2 {
    color: #FFFFFF;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 30px;
}
#footer .contact-us a {
    display: block;
    color: #ffa638;
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 20px;
}
#footer .contact-us a:hover {color: #df8618;}
#footer .contact-us a img {width: 25px; margin-left: 10px;}
#footer .footer-counts {
    text-align: center;
    border-top: 1px solid #fff;
    margin-top: 30px;
    padding-top: 50px;
}
#footer .footer-count {
    text-align: center;
    height: 100px;
    width: 100px;
    background: #FFF;
    border-radius: 150px;
    display: inline-block;
}
#footer .footer-count h2 {
    font-size: 16px;
    font-weight: 700;
    color: #000;
    margin-top: 28px;
}
#footer .footer-count h3 {font-size: 27px; color: #ffa638; margin: 0;}

@media (max-width: 1200px) {
	#screenshot img.screen-img {
		position: absolute;
		left: 50%;
		bottom: 229px;
		width: 205px;
		height: 389px;
		z-index: 111;
		transform: translateX(-50%);
	}
}
@media (max-width: 991px) {
	#screenshot img.screen-img {
		position: absolute;
		left: 50%;
		bottom: 223px;
		width: 275px;
		height: 521px;
		z-index: 111;
		transform: translateX(-50%);
	}
}
@media (max-width: 991px) {
	#first #carousel-head .owl-dots {display: none;}
	#first .hello-text h2 {margin-top: 30px;}
	#first .hello-text .hello-buttons a {margin: 10px 0 0 0;}
	#aboutus {padding: 0px;}
	#aboutus .about-content p {font-size: 16px;}
	#features .feature-box .box-contect {width: calc(100% - 119px); vertical-align: middle;}
	#features .feature-box .box-contect h2 {font-size: 18px;}
	#features .feature-screen-img {padding-top: 145px;}
	#download-apps h2 {font-size: 30px;}
	#download-apps .links a {width: 49%; margin: 0px;}
	#features .feature-box .box-contect {width: calc(100% - 119px); vertical-align: middle;}
}

@media (max-width: 767px) {
	.section-title h2 {font-size: 30px;}
	.section-title h2::before, .section-title h2::after {width: calc(50% - 80px);}
	#features .section-title h2::before, #features .section-title h2::after {width: calc(50% - 120px);}
	#screenshot .section-title h2::before, #screenshot .section-title h2::after {width: calc(50% - 125px);}
	#privacy .section-title h2::before,
	#privacy .section-title h2::after {
		width: calc(50% - 140px);
	}

	#header-scroll.h-fixed {display: none;}
	#header-scroll .logo {display: block;}
	#header-scroll .logo img {margin: 10px auto 0 auto;}
	#header-scroll nav {display: none;}
	#first {text-align: center;}
	#first .hello-text h2 {max-width: inherit;}
	#first .hello-text p {margin-left: auto; margin-right: auto;}
	#first .hello-img {
		margin-top: 30px;
		padding: 0 50px;
		width: 70%;
		z-index: 2;
		top: 100%;
		left: 15%;
	}
	#first #carousel-head .owl-stage-outer,
	#first #carousel-head .owl-stage-outer .owl-stage,
	#first #carousel-head .owl-stage-outer .owl-item,
	#first #carousel-head .owl-stage-outer .owl-item .item,
	#first #carousel-head .owl-stage-outer .owl-item .item img {height: 100%}
	#aboutus .about-content {padding: 0px; text-align: center;}
	#aboutus .about-content p {font-size: 18px;}
	#aboutus .about-images {width: 100%;}
	#screenshot .single-screen {text-align: center;}
	#screenshot .single-screen img {max-width: 220px; margin: 0 auto;}
	#download-apps h2 {
		font-size: 30px;
		text-align: center;
		margin-bottom: 15px;
	}
	#footer .logo {text-align: center;}
	#footer .logo img {margin-bottom: 30px; display: inline-block;}
	#footer .links, #footer .contact-us {text-align: center;}
}












