@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: 'neo-sans-arabic-regular', sans-serif;
	background-color: #FFFCF7;
	font-size: 14px;
	font-weight: 400;
}

ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'neo-sans-arabic-bold', sans-serif;
	font-weight: normal;
	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%;
	-webkit-transition: -webkit-transform .0s ease;
	transition: -webkit-transform .0s ease;
	transition: transform .0s ease;
	transition: transform .0s ease, -webkit-transform .0s ease;
    overflow-x: hidden;
}
.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;
	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(185deg, rgba(244,65,60,1) 0%, rgba(168,50,46,1) 31%);
	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: 40px;
}
.main_menu > li {
	float: left;
	margin-right: 30px;
    position: relative;
}
.main_menu > li:last-child {
	margin-right: 0;
}
.main_menu > li > a {
	display: block;
	color: #fff;
	font-size: 14px;
	text-transform: capitalize;
    font-weight: bold;
}
/*

*/
.mPS2id-highlight-last {
    position: relative;
    color: #F286B8 !important
}
#header.fixed-header {
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	background: #1C1852;
	z-index: 999;
}
#header.fixed-header:before {
	content: "";
	position: absolute;
    background: #F286B8;
	top: 0;
	right: 0;
	width: 20%;
	height: 100%;
    z-index: 0
}
#header.fixed-header .logo-site img {
    max-width: 50px;
}
#header.fixed-header .main_menu {
    margin-top:25px;
}


/*section_home*/

.section_home {
	padding: 100px 0 100px;
	position: relative;
	width: 100%;
    background: #1C1852;
}
.section_home:before {
	content: "";
	position: absolute;
    background: #F286B8;
	top: 0;
	right: 0;
	width: 20%;
	height: 100%;
}
.home_txt {
	margin-top: 150px;
    padding-left: 20px;
}
.home_txt > span {
    color: #F286B8;
    position: relative;
    font-size: 24px;
    display: block;
    margin-bottom: 30px;
    padding-right: 100px
}
.home_txt > span:before {
    content: "";
    background: #F286B8;
    position: absolute;
    top: 0;
    left: -20px;
    height: 140px;
    width: 4px;
}
.home_txt h1 {
	color: #fff;
	font-size: 45px;
}
.home_txt > p {
	color: #fff;
    opacity: .6 !important;
	font-size: 16px;
	margin-top: 20px;
}
.download-app {
    margin-top: 50px;
}
.download-app > span {
    color: #000;
    font-size:17px
}
.btn-download-app {
	margin-top: 10px;
    display: flex
}
.btn-download-app li {
	padding: 10px 20px;
    border: 2px solid #F286B8;
    border-radius: 15px;
	font-size: 14px;
    display: inline-block;
    margin-right: 10px;
    transition: 0.5s;
    text-align: center;
    min-width: 50%;
}
.btn-download-app li:last-child {
    margin-right: 0;
}
.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: #fff;
    display: flex;
    text-align: left;
    align-items: center;
    justify-content:center;
}
.btn-download-app li:hover {
	background: #F286B8;
}
.btn-download-app li:hover a {
    color: #fff
}
.home_thumbs .item {
	margin: auto;
	text-align: right;
    position: relative
}
.home_thumbs .item img {
    max-width: 300px;
    animation-name: animate1;
    animation-duration: 4s;
    animation-iteration-count: infinite;
}
@keyframes animate1 {
    0% {
        transform: translateY(0)
    }
    50% {
        transform: translateY(40px)
    }
    100% {
        transform: translateY(0px)
    }
}

/*sec_site*/

.section_step {
	position: relative;
    padding: 40px 0;
}
.box-step {
	padding: 30px;
    text-align: center;
}
.box-step img {
    max-width: 170px;
}
.box-step figure {
    margin-bottom: 15px;
}
.box-step h4 {
	margin: 15px 0;
	color: #1C1852;
    font-size: 24px;
}
.box-step p {
    color: #1C1852;
    opacity: .5;
    font-size: 19px;
}


/*section_about*/

.section_about {
    position: relative;
    padding: 80px 0;
    background: #1C1852;
}
.section_about:before {
	content: "";
	position: absolute;
    background: #F286B8;
	top: 0;
	left: 0;
	width: 20%;
	height: 100%;
}
.title-site {
    padding-right: 20px;
    text-align: right;
}
.title-site > span {
    color: #F286B8;
    position: relative;
    font-size: 24px;
    display: block;
    margin-bottom: 30px;
}
.title-site > span:before {
    content: "";
    background: #F286B8;
    position: absolute;
    top: 0;
    right: -20px;
    height: 140px;
    width: 4px;
}
.title-site h2 {
	color: #fff;
	font-size: 45px;
}
.title-site > p {
	color: #fff;
    opacity: .6 !important;
	font-size: 22px;
	margin-top: 20px;
}
.box_sec {
    position: absolute;
    z-index: 9;
    bottom: -180px;
}
.box_sec img {
    max-width: 300px;
    animation-name: animate2;
    animation-duration: 4s;
    animation-iteration-count: infinite;
}
@keyframes animate2 {
    0% {
        transform: translateY(0)
    }
    50% {
        transform: translateY(40px)
    }
    100% {
        transform: translateY(0px)
    }
}

/*sec_head*/

.sec_head {
	margin-bottom: 30px;
    text-align: center
}
.sec_head h2 {
	color: #153179;
	font-size: 33px;
	margin-bottom: 5px;
	font-weight: bold;
	text-transform: uppercase;
    position: relative;
}
.sec_head p {
	font-size: 16px;
    margin-top: 10px;
    width: 70%;
    text-align: center;
    margin: auto;
    color: #1C1852;
    opacity: .5
}

/*section_features*/

.section_features {
    position: relative;
	padding: 120px 0 40px;
}
.section_features .row {
    justify-content: center
}
.box-feat {
    border: 1px solid rgb(242 134 184 / .3);
    padding: 30px 10px;
    border-radius: 10px;
    text-align: center;
    margin-bottom: 30px;
}
.box-feat figure {
    width: 120px;
    height: 120px;
    line-height: 120px;
    text-align: center;
    border-radius: 50%;
    margin: 10px auto;
    background: #FEF3F8
}
.box-feat figure img {
    max-width: 70px
}
.box-feat .sec-title h3 {
    font-size: 22px;
    color: #1C1852;
    margin-bottom: 10px;
}
.box-feat .sec-title p {
    color: #1C1852;
    opacity: .5
}

/*section_howtouse*/

.section_howtouse {
	padding: 80px 0;
    background: rgb(242 134 184 / .16)
}
.box-use {
    background: #fff;
    padding: 20px;
    border-radius: 5px;
}
.box-use strong {
    color: #F286B8;
    display: block;
    position: relative;
    margin-bottom: 40px;
    font-size: 35px;
}
.box-use strong:before {
    content: "";
    background: #F286B8;
    width: 3px;
    height: 80px;
    position: absolute;
    left: -20px;
    top: -10px;
}
.box-use h3 {
    color: #1C1852;
    font-size: 21px;
    margin-bottom: 15px;
}
.box-use p {
    color: #1C1852;
    opacity: .5
}


/*section_customer*/

.section_customer {
	position: relative;
	padding: 60px 0;
}
.content-cust figure {
    text-align: center;
}
.content-cust figure img {
    width: 110px !important;
    height: 110px;
    border-radius: 50%;
    border: 3px solid #F286B8;
    margin: auto;
}
.content-cust .sec-title {
    text-align: center;
    margin-bottom: 50px;
}
.content-cust .sec-title h4 {
    color: #1C1852;
    margin-bottom: 5px;
}
.content-cust .sec-title p {
    color: #1C1852;
}
.ph-cust {
    position: relative;
    width: 40%;
    margin: auto;
    text-align: center;
    color: #1C1852;
    font-size: 17px;
}
.ph-cust:before {
    content: "";
    background: url(../images/qout.svg);
    background-size: contain;
    width: 100px;
    height: 70px;
    position: absolute;
    top: -40px;
    right: -50px;
    opacity: .2
}

#slider-customer .owl-nav > button {
  position: absolute;
  top:0;
  bottom: 0;
  width: 70px;
  height: 40px;
  line-height: 30px;
  text-align: center;
  color: #F286B8;
  font-size: 36px;
  margin: auto;
}
#slider-customer .owl-nav > button.owl-prev{
  left:0;
}
#slider-customer .owl-nav > button.owl-next{
  right:0;
}
#slider-customer .owl-nav > button i{
    width: 100%;
    display: block;
    font-size: 24px;
    background: rgb(242 134 184 / .1);
    line-height: 50px;
    border-radius: 5px;  
}
#slider-customer .owl-nav {
    display: block !important
}


/*section_application*/

.section_photo_app {
    padding: 50px 0;
    text-align: center;
    position: relative;
}
.section_photo_app:after {
    content: "";
	position: absolute;
    background: #1C1852;
	top: 0;
	left: 0;
	width: 100%;
	height: 80%;
    z-index: 1
}
.section_photo_app:before {
    content: "";
	position: absolute;
    background: #F286B8;
	top: 0;
	right: 0;
	width: 20%;
	height: 80%;
    z-index: 2
}
.section_photo_app .container {
    position: relative;
    z-index: 3
}
#slider-photo-app img {
    max-width: 300px !important; 
    height: 320px;
}
.section_photo_app .title-site {
    padding-left: 20px;
    padding-right: initial;
    text-align: left;
    padding-top: 40px;
}
.section_photo_app .title-site > span:before {
    left: -20px;
    right: auto;
}
#slider-photo-app .owl-dots.disabled {
    display: block !important
}
.owl-dots {
    text-align: left;
    position: absolute;
    left: 0;
    bottom: 0;
}
#slider-photo-app .owl-dot {
    background: #F286B8;
    opacity: .7;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    display: inline-block;
    margin: 0 5px
}
#slider-photo-app .owl-dot.active {
    opacity: 1;
    width: 10px;
    height: 10px;
}

/*contact us*/

.content-contact {
    display: flex;
    padding: 60px 0;
    
}
.list-contact {
    width: 30%;
    margin-right: 15px;
    padding: 70px 20px;
    background: #fff;
    border-radius: 15px;
    border: 1px solid rgb(28 24 82 / .12);
}
.box-contact {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
}
.box-contact:last-child {
    margin-bottom: 0
}
.box-contact figure {
    background: #F286B8;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 15px;
    border-radius: 50%;
    color: #fff;
    font-size: 20px;
}
.box-contact h6 {
    color: #1C1852;
    font-size: 18px;
    margin-bottom: 5px;
}
.box-contact p {
    color: #1C1852;
    font-size: 14px;
}
.form-contact {
    width: 70%;
}
.form-contact .form-group {
    margin-bottom: 20px;
}
.form-contact .form-group:last-child {
    margin-bottom: 0;
    margin-top: 60px;
}
.form-control {
    background: #fff;
    border: 1px solid rgb(28 24 82 / .12);
    height: 55px;
    border-radius: 10px;
}
textarea.form-control {
    height: 120px;
}
.btn-site {
    background: #1C1852;
    display: inline-block;
    border-radius: 8px;
    color: #fff !important;
    font-weight: 500;
    text-align: center;
    display: flex;
    height: 45px;
    align-items: center;
    justify-content: center;
    width: 150px;
    position: relative;
    overflow: hidden;
    font-size: 17px;
}
.btn-site span {
    position: relative;
    z-index: 3
}
.btn-site:before {
    background: #F286B8;
    position: absolute;
    content: "";
    top: 0;
    height: 100%;
    left: -10px;
    width: 0%;
    transform: skew(-10deg);
    transition-duration: .6s;
    z-index:0;
}
.btn-site:hover:before {
    position: absolute;
    content: "";
    top: 0;
    left: -10px;
    width: 120%;
    z-index: 0
}


/*footer*/

#footer {
	padding: 25px 0;
	background: #1C1852;
}
.ft-top {
    padding:  0 0 30px;
}
.ft-top .row {
    align-items: center
}
.ft-top .btn-download-app li {
    border: 1px solid #F286B8;
}
.link-about-site li {
    display: inline-block;
    margin-left: 20px;
    padding-left: 20px;
    position: relative
}
.link-about-site li a {
    color: #fff;
    font-size: 19px;
}
.link-about-site li a i {
    color: #fff
}
.link-about-site li a:hover {
    color: #000;
    font-size: 14px;
}

.ft-bottom {
    padding: 30px 0 0;
    border-top: 1px solid rgb(255 255 255 / .4)
}
.copyright {
	text-align: center;
	color: #fff;
	font-size: 14px;
}


