body, html {
	font-family: 'Tajawal',Sans-Serif;
	text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: antialiased !important;
	color: #000000;
	background:#FFF9F1;
	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: #FEC46F;
}
.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;}


#header-scroll {position: fixed; top:0px; left: 0px; right: 0px; z-index: 999;
	background: #FFF9F1;
	border-radius: 0px 0px 40px 40px;
	padding: 20px 0;
    -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 {
	border-radius: 0px 0px 20px 20px;
    -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;
    -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: 70px;
    -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: #47363E; margin-right: 65px; font-size: 16px; position: relative; font-weight: 600;}
#header-scroll.h-fixed nav ul li a {color:#47363E;}
#header-scroll.h-fixed nav ul li a.active,
#header-scroll nav ul li a:hover {color:#FEC46F;}
.section-title {
    text-align: center;
    padding: 20px 0;
    position: relative;
}
.section-title h2 {
    font-size: 40px;
    font-weight: 700;
    color: #47363E;
    letter-spacing: 0;
    line-height: 45px;
    display: inline-block;
    margin: 0 auto;
    position: relative;
    padding: 0 35px;
}
.section-title h2::before {
    content: '';
    position: absolute;
    bottom: 0;
    height: 45px;
    width: 7px;
    background-color: #ffa638;
    right: 0;
    border-radius: 5px;
}
.section-title p {
    font-size: 20px;
    font-weight: 500;
    color: #666666;
}

#first {
	background: #FFF9F1;
	background-image: url('../images/circles at header.png');
	background-repeat: no-repeat;
	background-size: 130%;
	background-position: bottom;
	color: #FFF;
    width: 100%;
    position: relative;
	z-index: 0;
	padding-top: 160px;
}
#first h3 {color: #FFFFFF; font-size: 34px; margin: 50px 0;}
#first p {color: #FFFFFF; margin-bottom: 50px; font-size: 24px; max-width: 480px;}
#first .buttons-apps {}
#first .buttons-apps a {
    display: inline-block;
    background: #fec46f;
    color: #47363E;
    direction: ltr;
    font-size: 18px;
    padding: 5px 15px;
    border-radius: 5px;
    margin: 0 0 15px 15px;
}
#first .buttons-apps a:hover {}
#first .hello-img {margin: 50px 0;}
#first .features-boxs {
    display: flex;
    padding: 15px 0;
    background: #FFF;
    border-radius: 50px;
    text-align: center;
    color: #000;
    margin: 0 80px;
    box-shadow: 0px 0px 9px #B3B3B3;
}
#first .features-boxs .features-box {padding: 0px; border-left: 1px solid #EFB08F; flex: 1;}
#first .features-boxs .features-box:last-child {border: 0px none;}
#first .features-boxs .features-box img {max-width: 120px; margin-bottom: 15px;}
#first .features-boxs .features-box p {color: #47363E; font-weight: 600; margin: 0;}




#aboutus {background: #FFF9F1; padding: 100px 0;}
#aboutus .about-images {
    position: relative;
    display: block;
    float: left;
    width: 120%;
    margin-top: 130px;
}
#aboutus .about-content {padding-top: 50px; padding-left: 10px; text-align: center;}
#aboutus .about-content p {color: #47363E; font-size: 24px; margin-bottom: 10px; font-weight: 400;}

#features {padding: 100px 0 100px 0; background: #FFFFFF; position: relative; z-index: 0;}
#features .feature-boxs {margin: 50px 0;}
#features .feature-box {display: flex; align-items: center; justify-content: center;}
#features .feature-box .box-image {background: #FFF9F1; border-radius: 15px; margin-bottom: 15px; display: none;}
#features .feature-box .box-ico {flex: 1; background: #FFF9F1; border-radius: 15px 15px 0px 15px;}
#features .feature-box .box-contect {flex: 1; text-align: center;}
#features .feature-box .box-contect h2 {
    font-size: 24px;
    font-weight: 800;
    margin-top: 0px;
    margin-bottom: 20px;
}
#features .feature-box .box-contect p {
    font-size: 22px;
    letter-spacing: 0;
    line-height: 27px;
	font-weight: 400;
	padding: 0 80px;
}

#screens {background: #FFF9F1; padding: 100px 0;}
#screens .screens-app {background: #FFFFFF; border-radius: 40px; margin-top: 30px;}
#footer {
	background-image: url('../images/bg-footer.png');
	background-repeat: repeat;
	background-size: cover;
	background-color: #47363E;
	padding: 50px 0 50px 0;
	margin-top: 100px;
}
#footer h2 {color: #FFFFFF; font-size: 34px; margin: 50px 0;}
#footer p {color: #FFFFFF; margin-bottom: 50px; font-size: 24px;}
#footer .buttons-apps {}
#footer .buttons-apps a {
    display: inline-block;
    background: #fec46f;
    color: #47363E;
    direction: ltr;
    font-size: 18px;
    padding: 5px 15px;
    border-radius: 5px;
    margin: 0 0 15px 15px;
}
#footer .buttons-apps a:hover {}
#footer .image {}
#footer .image img {position: absolute; left: 0; top: -150px;}


section#footer {
    padding: 20px 0;
    background-color: #47363e;
    margin-top: 35px;
}
    #footer {
    background-image: url();
    background-color: #15212A;
    margin-top: 0;
}
#features .feature-box .box-contect p {
    color: #000 !important;
}
#features .feature-box .box-contect h2 {
    color: #000;
}
h1, h2, h3, h4, h5, h6, p, b, .navbar-main, textarea, .home-shortcuts, .fromer {
    font-family: 'Almarai', sans-serif !important;
}
.logo img {
    height: 100px;
}
            

@media (max-width: 1200px) {
}
@media (max-width: 991px) {
	#header-scroll nav ul li a {margin-right: 25px;}
	#first .buttons-apps a {margin: 0 0 15px 5px;}
	#first .hello-text h2 {margin-top: 30px;}
	#first .features-boxs {margin: 30px 0px 0 0px;}
	#aboutus {padding: 0px;}
	#aboutus .about-content p {font-size: 16px;}
	#features .feature-box .box-contect h2 {font-size: 20px;}
	#features .feature-box .box-contect p {font-size: 20px; padding: 0 30px;}
}

@media (max-width: 767px) {
	#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;}
	.section-title h2 {font-size: 30px;}
	#first {text-align: center; background-size: 1200px;}
	#first h2 {max-width: inherit;}
	#first p {margin-left: auto; margin-right: auto;}
	#first .buttons-apps a {margin: 0 0 15px 0; font-size: 14px;}
	#first .hello-img {
		margin: 30px auto;
		padding: 0 50px;
		width: 100%;
		z-index: 2;
		top: 100%;
		left: 0;
	}
	#first .features-boxs .features-box img {max-width: 90px;}
	#first .features-boxs .features-box p {font-size: 16px; font-weight: 400;}
	#aboutus .about-content {padding: 0px; text-align: center;}
	#aboutus .about-content p {font-size: 18px;}
	#aboutus .about-images {width: 100%;}
	#features .feature-box {margin-bottom: 30px; display: block;}
	#features .feature-box .box-image {display: block; width: 100%;}
	#features .feature-box .box-ico {display: none;}
	#footer {position: relative; text-align: center;}
	#footer .col-sm-4.pull-left {position: inherit;}
	#footer .image img {
		position: absolute;
		left: calc(50% - 120px);
		max-width: 160px;
		bottom: 85%;
		top: auto;
	}
	#footer .buttons-apps a {margin: 0 0 15px 0px;font-size: 14px;}
}












