@font-face {
  font-family: 'neo-sans-arabic-regular';
  src: url('../fonts/neo-sans-arabic-regular.ttf')  format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'neo-sans-arabic-bold';
  src: url('../fonts/neo-sans-arabic-bold.ttf')  format('truetype');
  font-weight: normal;
  font-style: normal;
}


*,
*:before,
*:after {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

* {
	margin: 0px;
	padding: 0px;
	border: none;
	outline: none;
}

body {
	font-family: 'Roboto', 'neo-sans-arabic-regular', sans-serif;
	background-color: #fff;
	font-size: 14px;
	font-weight: 400;
}

ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family:'Roboto', 'neo-sans-arabic-bold', sans-serif;
	font-weight: 900;
	font-style: normal;
	margin: 0;
}

p {
	margin: 0;
}

html,
button,
input,
select,
textarea {
	color: #222;
}

::-moz-selection {
	background: #b3d4fc;
	text-shadow: none;
}

img {
	vertical-align: middle;

}

fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}

textarea {
	resize: vertical;
}


a,
button {
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

p {
	margin: 0;
}

a {
	cursor: pointer !important;
	text-decoration: none !important;
}

a:hover,
a:active,
a:focus,
a:visited {
	text-decoration: none !important;
}

input,
textarea,
a,
button {
	outline: none !important;
	text-decoration: none;
}

img {
	max-width: 100%;
}

.main-wrapper {
	position: relative;
	min-height: 100%;
    overflow-x: hidden;
    overflow-y: hidden;
	-webkit-transition: -webkit-transform .0s ease;
	transition: -webkit-transform .0s ease;
	transition: transform .0s ease;
	transition: transform .0s ease, -webkit-transform .0s ease;
}
.menu-toggle .main-wrapper {
	-webkit-transition: -webkit-transform .4s ease;
	transition: -webkit-transform .4s ease;
	transition: transform .4s ease;
	transition: transform .4s ease, -webkit-transform .4s ease;
}
.hamburger {
	width: 35px;
	height: 35px;
	border: none;
	position: relative;
	z-index: 0;
	float: right;
    margin-top: 40px;
	padding-left: 2px;
	padding-right: 2px;
	-webkit-transition: background-color .2s linear;
	-ms-transition: background-color .2s linear;
	transition: background-color .2s linear;
	display: none;
	margin-right: 0px;
	background-color: transparent;
}
.hamburger span {
	width: 20px;
	height: 2px;
	border-radius: 0px;
	background-color: #fff;
	display: block;
	margin-bottom: 4px;
	-webkit-transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
	-ms-transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
	transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger span:nth-child(2) {
	width: 15px;
}
.hamburger span:last-child {
	margin-bottom: 0;
	width: 9px;
}

/*mobile menu*/

.menu-mobile {
	position: fixed;
	right: 0px;
	top: 0px;
	bottom: 0;
	height: 100%;
	width: 250px;
	background: linear-gradient(180deg, rgba(201,121,0,1) 0%, rgba(245,149,4,1) 100%);
	z-index: 1001;
	overflow-y: auto;
	-webkit-transform: translateX(265px);
	-moz-transform: translateX(265px);
	-ms-transform: translateX(265px);
	-o-transform: translateX(265px);
	transform: translateX(265px);
	-webkit-transition: -webkit-transform .4s ease;
	transition: -webkit-transform .4s ease;
	transition: transform .4s ease;
	transition: transform .4s ease, -webkit-transform .4s ease;
	-webkit-box-shadow: -2px 0 20px 0 rgba(33, 23, 23, 0.68);
	box-shadow: -2px 0 20px 0 rgba(33, 23, 23, 0.68);
}
.brand-area {
	position: relative;
	padding-top: 20px;
}
.close_menu {
	position: absolute;
	top: 0;
	left: 0px;
	font-size: 24px;
	cursor: pointer;
	color: #363636;
	width: 35px;
	height: 35px;
	text-align: center;
	line-height: 35px;
	background-color: #fff;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.close_menu:hover {
	background-color: #767676;
	color: #fff;
}
.brand-area a {
	width: 90%;
	height: auto;
	display: block;
	background-size: contain;
	margin: 0px auto 0 auto;
	margin-top: 10px;
	text-align: center;
	margin-bottom: 20px;
}
.brand-area a > img {
	max-width: 100%;
	max-height: 100%;
}
.mmenu > ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}
.mmenu > ul li a {
	display: block;
	border-bottom: 1px solid rgba(255, 255, 255, 0.05);
	color: #fff;
	padding: 10px;
	transition: all .3s;
	font-size: 16px;
	text-transform: capitalize;
}
.mmenu > ul li a > i {
	margin-left: 5px;
}
.mmenu > ul li a:hover {
	background: #57A4C3;
	color: #fff;
	border-color: #57A4C3;
}
.register-mobile {
	margin-top: 0 !important;
}
.register-mobile li:last-child > a {
	border-bottom: 0;
}
.plusIcon {
	font-size: 14px;
	margin-left: 5px;
}
.m-overlay {
	position: fixed;
	content: '';
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	background: #333;
	z-index: 1000;
	opacity: 0;
	visibility: hidden;
	transition: all .3s;
}
.menu-toggle {
	overflow: hidden;
}
.menu-toggle .m-overlay {
	opacity: 0.6;
	visibility: visible;
}
.menu-toggle .menu-mobile {
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);

}
.menu-toggle .main-wrapper {

	-webkit-transform: translate3d(-250px, 0, 0);
	-moz-transform: translate3d(-250px, 0, 0);
	-ms-transform: translate3d(-250px, 0, 0);
	-o-transform: translate3d(-250px, 0, 0);
	transform: translate3d(-250px, 0, 0);

}
html.menu-toggle {
	overflow: hidden;
}

/*header*/

#header {
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	padding: 10px 0;
	z-index: 2;
}
.logo-site {
	float: left;
}
.logo-site a {
	display: inline-block;
}
.logo-site img{
	max-width: 140px;
}

.main_menu {
	float: right;
	margin-top: 20px;
    position: relative;
}
.main_menu:before {
    content: "";
    background: #fff;
    width: 1000%;
    height: 70px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}
.main_menu > li {
	float: left;
}
.main_menu > li:last-child {
	margin-right: 0;
}
.main_menu > li > a {
	display: block;
	color: #000;
	font-size: 14px;
	text-transform: capitalize;
    padding: 25px 20px;
}
/*

*/
.mPS2id-highlight-last {
    position: relative;
}
.mPS2id-highlight-last:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgb(201 121 0 / .05);
    z-index: -1
}
#header.fixed-header {
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	background: linear-gradient(180deg, rgba(201,121,0,1) 0%, rgba(245,149,4,1) 100%);
    box-shadow: 0 0 13px -6px #828282;
	z-index: 99999;
}
#header.fixed-header .logo-site img{
	max-width: 70px
}
#header.fixed-header .main_menu {
    margin-top: 10px;
}

/*section_home*/

.section_home {
	padding: 100px 0 100px;
	position: relative;
	width: 100%;
    background: linear-gradient(180deg, rgba(201,121,0,1) 0%, rgba(245,149,4,1) 100%);
}

.home_txt {
	margin-top: 100px;
    text-align: center;
    position: relative;
}
.home_txt h1 {
    color: rgb(255 255 255 / .15);
	font-size: 115px;
    text-transform: uppercase;
}
.text-fix {
    position: absolute;
    top: 25%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
}
.home_txt > p {
	color: #fff;
	font-size: 45px;
	margin-top: 20px;
    font-weight: bold;
    margin-bottom: 40px;
    text-transform: uppercase;
}
.home_txt img{
    max-width: 500px;
    position: relative;
    bottom: -60px;
}
.img-slide {
    position: relative;
}
.img-slide:before {
    content: "";
    background: transparent;
    border: 5px solid #fff;
    width: 250px;
    height: 350px;
    position: absolute;
    left: 230px;
    bottom: 100px;
    z-index: 0;
}

.download-app {
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    position: absolute;
    bottom: -180px;;
    background: #fff;
    border: 1px solid #F5F5F5;
    text-align: left;
    border-radius: 5px;
    border-top-left-radius: 0;
    z-index: 9;
}
.download-app:before {
    content: "";
    background: #C97900;
    width: 70%;
    height: 5px;
    position: absolute;
    top: -1px;
    left: -1px;
}
.download-app > .sec-title span {
    color: #86878A;
    font-size: 17px;
    line-height: 1.7;
    width: 70%;
    display: block;
    margin-top: 10px;
}
.download-app h2 {
    color: #C97900;
}
.btn-download-app {
	margin-top: 10px;
    position: relative;
}
.btn-download-app:before {
    content: "";
    width: 3px;
    height: 70px;
    background: #86878A;
    position: absolute;
    left: -30px;
    top: 50%;
    transform: translateY(-50%);
}
.btn-download-app li {
	padding: 10px 20px;
    border-radius: 15px;
	font-size: 14px;
    display: block;
    margin-left: 10px;
    transition: 0.5s;
    text-align: center;
    min-width: 160px;
}
.btn-download-app li i {
    font-size: 30px;
    margin-right: 20px;
}
.btn-download-app span {
    font-size: 10px;
    text-transform: uppercase;
}

.btn-download-app p {
    font-size: 17px;
    font-weight: bold;
}
.btn-download-app a {
	color: #C97900;
    display: flex;
    text-align: left;
    align-items: center;
    justify-content:center;
}
.btn-download-app li:hover {
	background: #fff;
}
.btn-download-app li:hover a {
    opacity: .35
}


/*sec_site*/

.sec_site {
	position: relative;
    padding: 240px 0 30px;
}
.box_sec {
	padding: 30px;
}
.box_sec ul {
    display: flex;
    flex-wrap: wrap;
    margin-top: 40px;
}
.box_sec ul li {
    width: 50%;
    display: flex;
    margin-bottom: 30px;
}
.box_sec img {
    max-width: 40px;
}
.box_sec figure {
    margin-right: 30px;
    width: 40px;
    margin-bottom: 0;
}
.box_img-about figure {
    margin-bottom: 0;
}
.box_sec p {
    text-align: left;
    color: #86878A;
    font-size: 17px;
    text-transform: uppercase;
    line-height: 1.4
}
.box_sec h2 {
	margin-bottom: 5px;
	color: #C97900;
    text-align: left;
}

.box_img-about {
    position: relative;
    padding-top: 50px;
}
.box_img-about:before {
    content: "";
    position: absolute;
    width: 1000%;
    height: 100%;
    background: linear-gradient(180deg, rgba(201,121,0,1) 0%, rgba(245,149,4,1) 100%);
    bottom: 0;
    left: 50px;
    z-index: -1;
    border-radius: 15px;
}

.our-about {
    background: #F5F5F5;
    padding: 40px 0; 
}

.box-our > figure {
    background: linear-gradient(180deg, rgba(201,121,0,1) 0%, rgba(245,149,4,1) 100%);
    border-radius: 50%;
    width: 70px;
    height: 70px;
    text-align: center;
    line-height: 70px;
}
.box-our > figure img {
    max-width: 30px;
}
.box-our:last-child figure img {
    max-width: 40px;
}
.box-our h2 {
    color: #C97900;
    margin-bottom: 30px;
}
.box-our p {
    color: #86878A;
    opacity: .65;
    line-height: 1.6;
    font-feature-settings: 16px;
}
.box-our ul li {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.box-our ul li figure {
    margin-right: 15px;
    width: 30px;
    margin-bottom: 0;
}
.box-our ul li h5 {
    font-size: 18px;
}

/*section_users*/

.section_users {
	position: relative;
	padding: 80px 0 0;
    background: #fff;
}
.box_img-user {
    padding-top: 50px;
}
.box_img-user:before {
    content: "";
    position: absolute;
    width: 1000%;
    height: 100%;
    background: linear-gradient(180deg, rgba(201,121,0,1) 0%, rgba(245,149,4,1) 100%);
    bottom: 0;
    right: 50px;
    z-index: -1;
    border-radius: 15px;
}
.box_img-user figure {
    margin-bottom: 0;
}
.box_place {
    margin-top: 30px;
}
.section_users .sec_head {
    text-align: left;
}

.section_users .sec_head h3 {
    color: #C97900;
    margin-bottom: 10px;
}
.box_place li {
    margin-bottom: 15px; 
    padding-left: 15px;
    position: relative;
}
.box_place li:before {
    content: "";
    background: #C97900;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 3px;
}
.box_place p {
    color: #86878A;
    opacity: .60;
}


.sec_head {
	margin-bottom: 60px;
    text-align: center;
    position: relative;
}
.sec_head h2 {
	color: #C97900;
	font-size: 40px;
	margin-bottom: 25px;
	font-weight: bold;
	text-transform: uppercase;
    position: relative;
    padding-bottom: 40px;
}
.sec_head h2:before {
    content: "";
    background: #C97900;
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 115px;
    height: 3px;
    transform: translateX(-50%);
}
.sec_head h2:after {
    content: "";
    background: #C97900;
    position: absolute;
    bottom: 10px;
    left: 50%;
    width: 70px;
    height: 3px;
    transform: translateX(-50%);
}
.sec_head strong {
	color: rgb(0 12 54 / .05);
    font-size: 60px;
    width: 100%;
    text-transform: uppercase;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%,-50%);
}


/*section_features*/

.section_applicationScreens {
	position: relative;
	padding: 100px 0 30px;
	background: #F5F5F5;
}
.box-screens {
    padding: 90px 50px;
}
.box-screens h3 {
    color: #C97900;
    margin-bottom: 20px;
}
.box-screens p {
    color: #86878A;
    font-size: 17px;
    line-height: 1.7
}
.img-screen img {
    max-width: 300px;
    margin-right: auto;
}
#slider-photo-app {
    position: relative;
    width: 80%;
    margin: auto;
}
#slider-photo-app:before {
    content: "";
    background: transparent;
    border: 5px solid #C97900;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 100%;
    height: 80%;
    border-radius: 10px;
}
#slider-photo-app .owl-nav > button {
  position: absolute;
  bottom: 100px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  color:#C97900;
    opacity: .30;
  font-size: 36px;
  margin: auto;
}
#slider-photo-app .owl-nav > button.owl-prev{
  left:80px;
}
#slider-photo-app .owl-nav > button.owl-next{
  left:40px;
}
#slider-photo-app .owl-nav > button i{
    width: 100%;
    height: 100%;
    display: block;
    font-size: 24px;
    line-height: 50px;
    border-radius: 50%;  
}



/*section_places*/

.section_connect {
	padding: 80px 0 200px;
    position: relative;
}

.section_connect:before {
    content: "";
    background: url(../images/bg-fott.png) no-repeat bottom;
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    z-index: -1
}
.list-contact {
    display: flex;
    justify-content: center;
    margin: 60px 0;
}
.list-contact li {
    width: 33.3334%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.list-contact li figure {
    margin-bottom: 0;
    margin-right: 30px
}
.list-contact li h5 {
    font-weight: 500;
    margin-bottom: 5px;
}
.list-contact li p{
    color: #7A7676
}
.form-group {
    position: relative;
}
.form-group i {
    position: absolute;
    left: 20px;
    top: 15px;
    font-size: 25px;
    color: #C97900
}
.form-control{
    border: 1px solid #E0E0E0;
    height: 60px;
    border-radius: 5px;
    padding-left: 60px;
}
textarea.form-control{
    height: 180px;
    padding-top: 15px;
}

.btn-send {
    background: #C97900;
    width: 100%;
    height: 60px;
    text-align: center;
    line-height: 60px;
    border-radius: 5px;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
}
.form-contact {
    width: 60%;
    margin: auto;
}

/*footer*/

#footer {
    position: absolute;
	padding: 25px 0;
    width: 100%;
    bottom: 0;
    z-index: 1;
    border-top: 1px solid rgb(134 135 138 / .30);
}
.copyright {
	text-align: right;
	color: #86878A;
	font-size: 16px;
    margin-top: 20px;
}
.link-about-site li {
    display: inline-block;
    padding-right: 20px;
    position: relative
}
.powerBy {
    color: #86878A;
    font-size: 16px;
}
.powerBy a {
    font-weight: bold;
}
.link-about-site li a i {
    color: #86878A;
    font-size: 22px
}
.link-about-site li a:hover {
    color: #000;
    font-size: 14px;
}


/**/

.section_our_client{
  background-color: #EFEFEF;
  padding: 100px 0 30px;
}
#client-slider{
  padding: 60px 0 0;
}
.client-link{
  position: relative;
  height: 75px;
  text-align: center;
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.client-link > img{
  margin: auto;
  width: auto !important;
  max-height: 100%;
}
.client-link{
  border: 1px solid #C3C3C3;
}
#client-slider .owl-controls{
  margin-top: 50px !important;
}
#client-slider .owl-dots .owl-dot span{
  width: 13px;
  height: 13px;
  display: inline-block;
    border-radius: 50%;
  background-color: transparent;
  border:2px solid #000000;
  opacity: 0.3;
  margin: 10px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
#client-slider .owl-dots .owl-dot.active span,
#client-slider .owl-dots .owl-dot span:hover{
  background-color: #000;
  opacity: 1;
}
#client-slider .owl-dots {
    text-align: center;
    margin-top: 40px;
}
