
@import url(http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800);
@import url(http://fonts.googleapis.com/css?family=Lato:100,300,400,700,900,100italic,300italic,400italic,700italic,900italic);
@import url(http://fonts.googleapis.com/css?family=Montserrat:400,700);
@import url(http://fonts.googleapis.com/css?family=Open+Sans&subset=latin,cyrillic-ext,greek-ext,greek,vietnamese,latin-ext,cyrillic);
@import url(http://fonts.googleapis.com/css?family=Satisfy);

/* #PAGE LOAD */

body.royal_loader {
    background: none;
    visibility: hidden;
}
#royal_preloader {
    font-family: Arial;
    font-size: 12px;
    visibility: visible;
    position: fixed;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    z-index: 9999999999;
    -webkit-transition: opacity 0.2s linear 0.8s;
       -moz-transition: opacity 0.2s linear 0.8s;
        -ms-transition: opacity 0.2s linear 0.8s;
         -o-transition: opacity 0.2s linear 0.8s;
            transition: opacity 0.2s linear 0.8s;
}
#royal_preloader.complete {
    opacity: 0;
}
#royal_preloader .background {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background-color: #000000;
    -webkit-transition: background 0.5s linear;
       -moz-transition: background 0.5s linear;
        -ms-transition: background 0.5s linear;
         -o-transition: background 0.5s linear;
            transition: background 0.5s linear;
}
#royal_preloader.number .name {
    position: absolute;
    top: 20%;
    left: 0px;
    right: 0px;
    text-transform: uppercase;
    color: #000;
    text-align: center;
    opacity: 0;
    -webkit-transition: -webkit-transform 0.3s linear;
       -moz-transition: -moz-transform 0.3s linear;
        -ms-transition: -ms-transform 0.3s linear;
         -o-transition: -o-transform 0.3s linear;
            transition: transform 0.3s linear;
    -webkit-animation: fly 0.3s;
       -moz-animation: fly 0.3s;
        -ms-animation: fly 0.3s;
         -o-animation: fly 0.3s;
            animation: fly 0.3s;
}
#royal_preloader.number .percentage {
    color: #fff;
	font-family: 'Tajawal', sans-serif;
	font-weight:400;
    text-align: center;
    margin: -35px 0px 0px -110px;
    background-image: url('../images/footer_logo.png');
    background-repeat: no-repeat;
    background-position: 50% 0;
	background-size:145px 70px;
    padding-top: 75px;
    width: 220px;
    position: absolute;
    font-size: 16px;
    top: 50%;
    left: 50%;
    -webkit-transition: all 0.3s linear 0.5s;
       -moz-transition: all 0.3s linear 0.5s;
        -ms-transition: all 0.3s linear 0.5s;
         -o-transition: all 0.3s linear 0.5s;
            transition: all 0.3s linear 0.5s;
}
#royal_preloader.text .loader {
    position: absolute;
	font-family: 'Tajawal', sans-serif;
	font-weight:600;
	color: #edb112;
	text-shadow: 0 0 15px rgba(0,0,0,0.3);
	text-transform:uppercase;
    top: 50%;
    left: 50%;
    height: 40px;
    line-height: 40px;
    margin-top: -20px;
    font-size: 18px;
    white-space: nowrap;
}
#royal_preloader.text .loader div {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0%;
    background-color: #000000;
    opacity: 0.7;
    filter: alpha(opacity=70);
    -webkit-transition: left 0.3s linear;
       -moz-transition: left 0.3s linear;
        -ms-transition: left 0.3s linear;
         -o-transition: left 0.3s linear;
            transition: left 0.3s linear;
}
#royal_preloader.logo .loader {
    width: 140px;
    height: 40px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -70px 0px 0px -20px;
    overflow: hidden;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
}
#royal_preloader.logo .loader div {
    position: absolute;
    bottom: 0%;
    left: 0px;
    right: 0px;
    height: 100%;
    opacity: 0.7;
    filter: alpha(opacity=70);
    -webkit-transition: bottom 0.3s linear;
       -moz-transition: bottom 0.3s linear;
        -ms-transition: bottom 0.3s linear;
         -o-transition: bottom 0.3s linear;
            transition: bottom 0.3s linear;
}
#royal_preloader.logo .percentage {
    position: absolute;
    width: 80px;
    height: 40px;
    line-height: 40px;
    top: 50%;
    left: 50%;
    margin: 40px 0px 0px -40px;
    color: #000;
    text-align: center;
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
}

@-webkit-keyframes fly {
    0% { opacity: 0; top: 50%; }
    20% {opacity: 1; top: 40%; }
    100% { opacity: 0; top: 20%;}
}
@-moz-keyframes fly {
    0% { opacity: 0; top: 50%; }
    20% {opacity: 1; top: 40%; }
    100% { opacity: 0; top: 20%;}
}
@-ms-keyframes fly {
    0% { opacity: 0; top: 50%; }
    20% {opacity: 1; top: 40%; }
    100% { opacity: 0; top: 20%;}
}
@-o-keyframes fly {
    0% { opacity: 0; top: 50%; }
    20% {opacity: 1; top: 40%; }
    100% { opacity: 0; top: 20%;}
}
@keyframes fly {
    0% { opacity: 0; top: 50%; }
    20% {opacity: 1; top: 40%; }
    100% { opacity: 0; top: 20%;}
}


/* Morph Button: Default Styles */

.morph-button {
	position: absolute;
	display: block;
	margin: 0 auto;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

@font-face {
    font-weight: normal;
    font-style: normal;
    font-family: 'Tajawal';
    src:url('../fonts/tajawal/Tajawal-regular-webfont.woff2') format('woff2'),
		url('../fonts/tajawal/Tajawal-regular-webfont.woff') format('woff'),
		url('../fonts/tajawal/tajawal-regular-webfont.ttf') format('truetype'),
		url('../fonts/tajawal/tajawal-regular-webfont.eot') format('embedded-opentype'),
		url('../fonts/tajawal/tajawal-regular-webfont.svg') format('svg');
}


@font-face {
	font-weight: normal;
	font-style: normal;
	font-family: 'awesome';
	src:url('../fonts/awesome/fontawesome-webfont.eot');
	src:url('../fonts/awesome/fontawesome-webfont.eot') format('embedded-opentype'),
		url('../fonts/awesome/fontawesome-webfont.woff') format('woff'),
		url('../fonts/awesome/fontawesome-webfont.ttf') format('truetype'),
		url('../fonts/awesome/fontawesome-webfont.svg') format('svg');
}
.morph-button > button {
	position: fixed;
	top:20px;
	left:30px;
	z-index:100;
	padding: 0 1em;
	font-family: 'awesome';
	font-size:14px;
	border: none;
	width:60px;
	height:60px;
	background-color: rgba(23, 52, 91, 0.8);
	color: #fff;
	text-transform: uppercase;
	cursor:pointer;
	font-weight: 700;
	line-height: 60px;
	overflow: hidden;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.morph-button > button:hover {
	color: #999494;
}
.morph-button > button:before {
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
	content: "\f0c9";
}
.morph-button.open > button {
	pointer-events: none;
}

.morph-content {
	pointer-events: none;
	overflow:hidden;
	width:100%;
	height:100%;
}

.morph-button.open .morph-content {
	pointer-events: auto;
}

/* Common styles for overlay and modal type (fixed morph) */
.morph-button-fixed,
.morph-button-fixed .morph-content {
	width: 300px;
	height: 60px;
}

.morph-button-fixed > button {
	z-index: 1000;
	-webkit-transition: opacity 0.1s 0.5s;
	transition: opacity 0.1s 0.5s;
}

.morph-button-fixed.open > button {
	opacity: 0;
	-webkit-transition: opacity 0.1s;
	transition: opacity 0.1s;
}

.morph-button-fixed .morph-content {
	position: fixed;
	z-index: 900;
	opacity: 0;
	-webkit-transition: opacity 0.3s 0.5s, width 0.4s 0.1s, height 0.4s 0.1s, top 0.4s 0.1s, left 0.4s 0.1s, margin 0.4s 0.1s;
	transition: opacity 0.3s 0.5s, width 0.4s 0.1s, height 0.4s 0.1s, top 0.4s 0.1s, left 0.4s 0.1s, margin 0.4s 0.1s;
}

.morph-button-fixed.open .morph-content {
	opacity: 1;
}

.morph-button-fixed .morph-content > div {
	visibility: hidden;
	height: 0;
	opacity: 0;
	-webkit-transition: opacity 0.1s, visibility 0s 0.1s, height 0s 0.1s;
	transition: opacity 0.1s, visibility 0s 0.1s, height 0s 0.1s;
}

.morph-button-fixed.open .morph-content > div {
	visibility: visible;
	height: auto;
	opacity: 1;
	-webkit-transition: opacity 0.3s 0.5s;
	transition: opacity 0.3s 0.5s;
}

.morph-button-fixed.active > button {
	z-index: 2000;
}

.morph-button-fixed.active .morph-content {
	z-index: 1900;
}

/* Transitions for overlay button and sidebar button */
.morph-button-overlay .morph-content,
.morph-button-sidebar .morph-content {
	-webkit-transition: opacity 0.3s 0.5s, width 0.4s 0.1s, height 0.4s 0.1s, top 0.4s 0.1s, left 0.4s 0.1s;
	transition: opacity 0.3s 0.5s, width 0.4s 0.1s, height 0.4s 0.1s, top 0.4s 0.1s, left 0.4s 0.1s;
}

.morph-button-overlay.open .morph-content,
.morph-button-sidebar.open .morph-content {
	-webkit-transition: width 0.4s 0.1s, height 0.4s 0.1s, top 0.4s 0.1s, left 0.4s 0.1s;
	transition: width 0.4s 0.1s, height 0.4s 0.1s, top 0.4s 0.1s, left 0.4s 0.1s;	
}

/* Morph Button Style: Overlay */
.morph-button.morph-button-overlay {
	margin: 30px auto;
}

.morph-button-overlay .morph-content {
	overflow: hidden;
	background: rgba(0, 51, 102, 0.9);
}

.morph-button-overlay.open .morph-content {
	top: 0 !important;
	left: 0 !important;
	width: 100%;
	height: 100%;
}

/* Morph Button Style: Modal */
.morph-button-modal::before {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 800;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
	pointer-events: none;
}

.morph-button-modal.open::before {
	opacity: 1;
	pointer-events: auto;
}

.morph-button-modal.active::before {
	z-index: 1800;
}

.morph-button-modal .morph-content {
	overflow: hidden;
	-webkit-transition: opacity 0.3s 0.5s, width 0.4s 0.1s, height 0.4s 0.1s, top 0.4s 0.1s, left 0.4s 0.1s, margin 0.4s 0.1s;
	transition: opacity 0.3s 0.5s, width 0.4s 0.1s, height 0.4s 0.1s, top 0.4s 0.1s, left 0.4s 0.1s, margin 0.4s 0.1s;
}

.morph-button-modal.open .morph-content {
	top: 50% !important;
	left: 50% !important;
	margin: -210px 0 0 -300px;
	width: 600px;
	height: 420px;
	-webkit-transition: width 0.4s 0.1s, height 0.4s 0.1s, top 0.4s 0.1s, left 0.4s 0.1s, margin 0.4s 0.1s;
	transition: width 0.4s 0.1s, height 0.4s 0.1s, top 0.4s 0.1s, left 0.4s 0.1s, margin 0.4s 0.1s;
}


/* Let's add some nice easing for all cases */
.morph-button .morph-content,
.morph-button.open .morph-content,
.morph-button-modal-4 .morph-clone {
	-webkit-transition-timing-function: cubic-bezier(0.7,0,0.3,1);
	transition-timing-function: cubic-bezier(0.7,0,0.3,1);
}

/* Helper classes */
.noscroll {
	overflow: hidden;
}

.morph-button-overlay.scroll .morph-content {
	overflow-y: scroll;
}

.morph-button-sidebar.scroll .morph-content {
	overflow: auto;
}

/* No JS fallback: let's hide the button and show the content */
.no-js .morph-button > button {
	display: none;
}

.no-js .morph-button {
	float: none;
}

.no-js .morph-button,
.no-js .morph-button .morph-content,
.no-js .morph-button .morph-content > div {
	position: relative;
	width: auto;
	height: auto;
	opacity: 1;
	visibility: visible;
	top: auto;
	left: auto;
	-webkit-transform: none;
	transform: none;
	pointer-events: auto;
}

.no-js .morph-button .morph-content .icon-close {
	display: none;
}

.no-js .morph-button-sidebar {
	width: 300px;
	position: fixed;
	top: 0;
	left: 0;
	margin: 0;
	height: 100%;
	background: #e85657;
	overflow: auto;
}

.no-transition {
	-webkit-transition: none !important;
	transition: none !important;
}

/* Media Queries */

@media screen and (max-width: 600px) {
	.morph-button-modal.open .morph-content {
		top: 0% !important;
		left: 0% !important;
		margin: 0;
		width: 100%;
		height: 100%;
		overflow-y: scroll;
		-webkit-transition: width 0.4s 0.1s, height 0.4s 0.1s, top 0.4s 0.1s, left 0.4s 0.1s;
		transition: width 0.4s 0.1s, height 0.4s 0.1s, top 0.4s 0.1s, left 0.4s 0.1s;
	}
}

@media screen and (max-width: 500px) {
	.morph-button-sidebar,
	.morph-button-sidebar .morph-content {
		width: 100% !important;
		height: 60px !important;
	}

	.morph-button-sidebar {
		bottom: 0px;
		left: 0px;
	}
}

@media screen and (max-width: 400px) {
	.morph-button-fixed,
	.morph-button-fixed .morph-content {
		width: 200px;
		height: 80px;
	}

	.morph-button-fixed > button {
		font-size: 75%;
	}

	.morph-button-inflow .morph-content .morph-clone {
		font-size: 0.9em;
	}

	.morph-button-modal-4,
	.morph-button-modal-4 .morph-content {
		width: 220px;
		height: 120px;
	}

	.morph-button-modal-4 > button {
		font-size: 100%;
		line-height: 50px;
	}

	.morph-button-modal-4 > button span {
		display: block;
	}

	.morph-button-modal-4 .morph-clone {
		right: 83px;
		bottom: 26px;
	}
}

/* Icons */
@font-face {
	font-weight: normal;
	font-style: normal;
	font-family: 'icomoon';
	src:url('../fonts/icomoon/icomoon.eot?i64fx9');
	src:url('../fonts/icomoon/icomoon.eot?#iefixi64fx9') format('embedded-opentype'),
		url('../fonts/icomoon/icomoon.woff?i64fx9') format('woff'),
		url('../fonts/icomoon/icomoon.ttf?i64fx9') format('truetype'),
		url('../fonts/icomoon/icomoon.svg?i64fx9#icomoon') format('svg');
}

.icon-close {
	z-index: 100;
	display: block;
	overflow: hidden;
	width: 3em;
	height: 3em;
	text-align: center;
	color: rgba(255,255,255,0.6);
	line-height: 3;
	cursor: pointer;
}

.icon:before {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	text-transform: none;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	font-family: 'icomoon';
	speak: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-camera:before {
	content: "\e017";
}

.icon-server:before {
	content: "\e022";
}

.icon-heart:before {
	content: "\e024";
}

.icon-zoom-in:before {
	content: "\e037";
}

.icon-microphone:before {
	content: "\e048";
}

.icon-cloud:before {
	content: "\e066";
}

.icon-user:before {
	content: "\e074";
}

.icon-briefcase:before {
	content: "\e075";
}

.icon-globe:before {
	content: "\e078";
}

.icon-cog::before {
	content: "\e600";
}

.icon-close::before {
	content: "\e601";
}

.icon-play::before {
	content: "\e602";
}

.icon-pause::before {
	content: "\e603";
}

.icon-close {
	position: absolute;
	top: 20px;
	right: 20px;
}

.icon-close:hover {
	color: #fff;
}

/* Styles for dummy content */

/* Style for overlay */

.content-style-overlay {
	text-align: center;
}
.content-style-overlay .menu-in-overlay{
	position:absolute;
	width:100%;
	top:50%;
	left:0;
	z-index:1000;
	margin-top:-130px;
}
.content-style-overlay .menu-in-overlay li{
	width:100%;
	text-align:center;
	margin-top:25px;
	margin-bottom:25px;
	font-family: 'Tajawal', sans-serif;
	font-weight:700;
	text-transform:uppercase;
	font-size:16px;
	color:#fff;
}

.content-style-overlay .menu-in-overlay li a {
	position: relative;
	outline: none;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	font-family: 'Tajawal', sans-serif;
	font-weight:400;
	font-size:16px;
	margin-left:18px;
}
.content-style-overlay .menu-in-overlay li a:hover,
.content-style-overlay .menu-in-overlay li a:focus {
	outline: none;
}

.content-style-overlay .menu-in-overlay li .cl-effect-11 a {
	color: #fff;
	text-shadow: none;
} 

.content-style-overlay .menu-in-overlay li .cl-effect-11 a::before {
	position: absolute;
	top: 3px;
	left: 0;
	overflow: hidden;
	max-width: 0;
	color: #edb112;
	content: attr(data-hover);
	-webkit-transition: max-width 0.5s;
	-moz-transition: max-width 0.5s;
	transition: max-width 0.5s;
	line-height: 16px;
	white-space: nowrap;
}

.content-style-overlay .menu-in-overlay li .cl-effect-11 a:hover::before,
.content-style-overlay .menu-in-overlay li .cl-effect-11 a:focus::before {
	max-width: 100%;
}



.content-style-overlay .icon-close {
	line-height: 2.8;
}

.content-style-overlay .icon-close:hover {
}




.logo{
	position: fixed;
	top: 0;
	width: 100%;
    height: 110px;
    background: url(../images/logo.png)no-repeat right center rgba(0,0,0,0.55);
    background-size: 195px 70px;
	z-index: 10;
}


.just_pattern { 
	background-image: url(../images/pattern.png); 
	position: absolute; 
	opacity: 1; 
	left: 0px;
	top: 0px;
	right:0;
	bottom:0;
	width: 100%;
	height: 100%; 
	z-index: 1; 
}



.text-line-pages { 
	position: relative; 
	margin:0 auto;
	text-align:center;
	width:120px;
	height:0px;
	border-top:1px dashed #fff;
	z-index: 200; 
}
.small-text-pages { 
	width:100%;
	color:#fff;
	font-family: 'Tajawal', sans-serif;
	font-weight:400;
	text-shadow: 0 0 5px rgba(0,0,0,0.6);
	text-transform:uppercase;
	text-align:center;
	font-size: 20px; 
	line-height:24px;
	z-index: 200; 
}


.flippy {
	position: relative;
	width:100%;
	padding-bottom:160px;
}
.flippy > * {
	position: absolute;
	opacity: 0;
	width:100%;
	top:-100px;
}
.flippy > *:first-child {
	opacity: 1;
	top: 0;
}
.z-index-pages{
	z-index:100;
}


*, *:after, *:before { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.clearfix:before, .clearfix:after { content: ''; display: table; }
.clearfix:after { clear: both; }



.top-section{
	position:relative;
	width:100%;
	margin:0 auto;
	overflow:hidden;
	z-index:2;
	background:#fff;
	padding-top:50px;
	padding-bottom:25px;
	margin-bottom:0px;
}
.top-section p{
	font-family: 'Tajawal', sans-serif;
	font-weight:400;
	color: #17345b;
	text-align:justify;
	font-size: 18px;
	direction: rtl;
	line-height: 36px;
}
.top-section .sections-link-pages{
	position:relative;
	text-align:center;
	width:100%;
	height:35px;
	margin-top:20px;
	z-index:10;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.top-section .sections-link-pages a {
	position: relative;
	outline: none;
	color: #edb112;
	text-decoration: none;
	text-transform: uppercase;
	font-family: 'Tajawal', sans-serif;
	font-weight:400;
	font-size:16px; 
	padding:11px 50px;
	background:#17345b;
}
.top-section .sections-link-pages .cl-effect-11 a {
	color: #dddddd;
	text-shadow: none;
	overflow: hidden;
} 
.top-section .sections-link-pages .cl-effect-11 a::before {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	max-width: 0;
	height:20px;
	color: #edb112;
	font-weight:400;
	margin-top:12px;
	margin-left:50px;
	content: attr(data-hover);
	-webkit-transition: max-width 0.8s;
	-moz-transition: max-width 0.8s;
	transition: max-width 0.8s;
}
.top-section .sections-link-pages a:after {
	font-family: 'awesome';
	content: '\f107';
	position: absolute;
	font-size:16px;
	line-height:8px;
	width: 12px;
	height: 12px;
	top: 18px;
	left: 0px;
	color: #edb112;
	opacity:0;
	z-index: 1;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.top-section .sections-link-pages a:hover:after,
.top-section .sections-link-pages a:active:after {
	left: 25px;
	opacity:1;
}




.work-together-section{
	position:relative;
	width:100%;
	margin:0 auto;
	overflow:hidden;
	z-index:2;
	background:#eeeeee;
	padding-top:30px;
	padding-bottom:30px;
}
.sections-link-pages{
	position:relative;
	text-align:center;
	width:100%;
	height:60px;
	margin-top:40px;
	z-index:10;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.sections-link-pages a {
	position: relative;
	outline: none;
	color: #edb112;
	text-decoration: none;
	text-transform: uppercase;
	font-family: 'Tajawal', sans-serif;
	font-weight:400;
	font-size:12px; 
	padding:15px 50px;
	background:#fff;
}
.sections-link-pages a:hover,
.sections-link-pages a:focus {
	outline: none;
}
.sections-link-pages .cl-effect-11 a {
	color: #edb112;
	text-shadow: none;
	overflow: hidden;
} 
.sections-link-pages .cl-effect-11 a::before {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	max-width: 0;
	height:18px;
	color: rgba(23, 52, 91, 1);
	font-weight:400;
	margin-top:13px;
	margin-left:50px;
	content: attr(data-hover);
	-webkit-transition: max-width 0.8s;
	-moz-transition: max-width 0.8s;
	transition: max-width 0.8s;
}
.sections-link-pages .cl-effect-11 a:hover::before,
.sections-link-pages .cl-effect-11 a:focus::before {
	max-width: 100%;
}
.sections-link-pages a:after {
	font-family: 'awesome';
	content: '\f105';
	position: absolute;
	font-size:12px;
	line-height:12px;
	width: 12px;
	height: 12px;
	top: 14px;
	left: 0px;
	color: #000;
	opacity:0;
	z-index: 1;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.sections-link-pages:hover,
.sections-link-pages:active {
}
.sections-link-pages a:hover:after,
.sections-link-pages a:active:after {
	left: 25px;
	opacity:1;
}




/* #Parallax Sections
================================================== */ 

.parallax-section { 
	position:relative;
	width:100%;
	margin:0 auto;
	overflow:hidden;
}

.parallax-work {
	background: url('../images/parallax/work.jpg') repeat fixed;
	background-size: contain;
	position: absolute;
	top: 0; 
	left: 0; 
	right: 0;
	bottom: 0;
	z-index: -1;
	width:100%;  
}
@media only screen and (min-width: 1930px) { .parallax-work { background-size: cover; } }
 @media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
	.parallax-work { background-size: cover; background-attachment: scroll; background-position: top center!important; }
}
@media only screen and (max-width: 959px) {
	.parallax-work { background-size: cover; background-attachment: scroll; background-position: top center!important; }
}
 

 
.parallax-work-down {
	background: url('../images/parallax/work-down.jpg') no-repeat center center;
	background-size: cover;
	position: absolute;
	top: 0; 
	left: 0; 
	right: 0;
	bottom: 0;
	z-index: -1;
	width:100%;  
}
  
.video-play-section {
	position:relative;
	text-align: center;
	width:100%;
	margin:0 auto;
	padding-top:100px;
	padding-bottom:100px;
}
.video-play-section img{
	width:100%;
	height:auto;
	display:block;
    -webkit-transition: all 400ms linear;
    -moz-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    -ms-transition: all 400ms linear;
    transition: all 400ms linear;
}
.video-play-section img:hover{
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}
.video-play-section h5{
	color:#fff;
	line-height: 36px;
	direction: rtl;
}  

#thevideo{ 
	display:none;
}
.overflow-video{ 
	width: 100%;
	height:auto;
	display:block;
	overflow:hidden;
}
.video{ 
	width: 100%;
	height:auto;
	display:block;
}
iframe{ 
	width:100%;
	height:auto;
	display:block;
}
 
  
#video_background { 
	position: relative; 
	width: 100%;
	height: auto;
	overflow: hidden;
}
 
.parallax-shareah {
	background: url('../images/parallax/shareah.jpg') repeat fixed;
	background-size: contain;
	position: absolute;
	top: 0; 
	left: 0; 
	right: 0;
	bottom: 0;
	z-index: -1;
	width:100%;  
}



.parallax-about {
	background: url('../images/parallax/about.jpg') repeat fixed;
	background-size: contain;
	position: absolute;
	top: 0; 
	left: 0; 
	right: 0;
	bottom: 0;
	z-index: -1;
	width:100%;  
}
@media only screen and (min-width: 1930px) { .parallax-about { background-size: cover; } }
 @media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
	.parallax-about { background-size: cover; background-attachment: scroll; background-position: top center!important; }
}
@media only screen and (max-width: 959px) {
	.parallax-about { background-size: cover; background-attachment: scroll; background-position: 65%!important; }
}


@media only screen and (min-width: 1930px) { .parallax-shareah { background-size: cover; } }
 @media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
	.parallax-shareah { background-size: cover; background-attachment: scroll; background-position: top center!important; }
}
@media only screen and (max-width: 959px) {
	.parallax-shareah { background-size: cover; background-attachment: scroll; background-position: top center!important; }
}



.parallax-about-down {
	background: url('../images/parallax/about-down.jpg') no-repeat center center;
	background-size: cover;
	position: absolute;
	top: 0; 
	left: 0; 
	right: 0;
	bottom: 0;
	z-index: -1;
	width:100%;  
}




#sync3 .item {
	position:relative;
    display: block;
	width: 100%;
	height: 460px;
}
#sync3 .item img{
    display: block;
    width: 100%;
	height:auto;
}
#sync3 .item .over-image{
    position:absolute;
	background:rgba(0,0,0,.8);
	top:30px;
	right:30px;
	padding:30px;
	z-index:100;
	max-width:400px;
}
#sync3 .item .over-image h6{
    text-align:justify;
	color:#fff;
	padding-bottom:20px;
	direction: rtl;
	margin-bottom: 25px;
}
#sync3 .item .over-image p{
    text-align:justify;
	color:#fff;
	direction: rtl;
	font-family: 'Tajawal';
}
#bar{
  width: 0%;
  max-width: 100%;
  height: 2px;
  background: #edb112;
}
#progressBar{
  width: 100%;
  background: #17345b;
}
#sync4 .item{
    text-align: center;
	margin:0 auto;
    cursor: pointer;
	height:5px;
	border-left:2px solid #fff;
	border-right:2px solid #fff;
	background: #17345b;
	-webkit-transition : all 0.2s ease-out;
	-moz-transition : all 0.2s ease-out;
	-o-transition :all 0.2s ease-out;
	transition : all0.2s ease-out;
}
#sync4 .item:hover {
	background:#edb112;
}
#sync4 .synced .item {
	background:#edb112;
}


.parallax-services {
	background: url('../images/parallax/services.jpg') repeat fixed;
	background-size: cover;
	position: absolute;
	top: 0; 
	left: 0; 
	right: 0;
	bottom: 0;
	z-index: -1;
	width:100%;  
}
@media only screen and (min-width: 1930px) { .parallax-services { background-size: cover; } }
 @media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
	.parallax-services { background-size: cover; background-attachment: scroll; background-position: top center!important; }
}
@media only screen and (max-width: 959px) {
	.parallax-services { background-size: cover; background-attachment: scroll; background-position: top center!important; }
}
 
 
 
.parallax-services-down {
	background: url('../images/parallax/services-down.jpg') no-repeat center center;
	background-size: cover;
	position: absolute;
	top: 0; 
	left: 0; 
	right: 0;
	bottom: 0;
	z-index: -1;
	width:100%;  
}
 
 
 
 
.parallax-contact {
	background: url('../images/parallax/contact.jpg') repeat fixed;
	background-size: contain;
	position: absolute;
	top: 0; 
	left: 0; 
	right: 0;
	bottom: 0;
	z-index: -1;
	width:100%;  
}
@media only screen and (min-width: 1930px) { .parallax-contact { background-size: cover; } }
 @media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
	.parallax-contact { background-size: cover; background-attachment: scroll; background-position: top center!important; }
}
@media only screen and (max-width: 959px) {
	.parallax-contact { background-size: cover; background-attachment: scroll; background-position: top center!important; }
}
 
 
 
 
.parallax-contact-down {
	background: url('../images/parallax/contact-down.jpg') no-repeat center center;
	background-size: cover;
	position: absolute;
	top: 0; 
	left: 0; 
	right: 0;
	bottom: 0;
	z-index: -1;
	width:100%;  
}
 
 
 
/* #About Section
================================================== */ 
 
#about { 
	position:relative;
	width:100%;
	overflow:hidden;
	z-index:2;
}
 
#about h1 { 
	font-family: 'Tajawal', sans-serif;
	padding-top:160px;
	text-shadow: 0 0 15px rgba(0,0,0,0.3);
	color:#eeeeee;
	font-weight: bold;
} 
.about-text-top { 
	position:relative;
	width:100%;
	overflow:hidden;
	z-index:2;
	padding-bottom:50px;
}
.about-text-top h5, h6 {
	padding-bottom:25px;
	text-align:right;
	direction: rtl;
	line-height: 30px;
}
.about-text-top p { 
	text-align:justify;
	direction: rtl;
	font-family: 'Tajawal';
}
.uper-text{ 
	font-size: 14px;
	line-height:24px;
	text-transform:uppercase;
	opacity: 0.8;;
	font-family: 'Tajawal', sans-serif;
	font-weight:400;
	direction: rtl;
	text-align: justify;
}
.padding-text-top{ 
	padding-top:0px;
}

.about-text-top .ten .columns {
	margin-left: 50px;
}

.columns h6 {
	padding-bottom: 0px !important;
	margin-top: 30px;
}
 
.team-top { 
	position:relative;
	text-align:center;
	width:100%;
	overflow:hidden;
	z-index:2;
	background:#fff;
	padding-top:50px;
	padding-bottom:60px;
}
.team-top h4 { 
	padding-bottom:25px;
}
.team-top .uper-text{ 
	text-align:center;
	padding-bottom:30px;
}
.member-wrap { 
	position:relative;
	text-align:center;
	width:100%;
	z-index:2;
	background: #e9e9e9;
	margin-top:62px;
	padding-top:92px;
	padding-bottom:30px;
	border-radius:3px;
}
.member-wrap h6 { 
	text-align: center;
}
.member-wrap span{
	font-family: 'Tajawal', sans-serif;
	font-weight:400;
	color: #706e6e;
	text-transform:uppercase;
	text-align:center;
	font-size: 14px; 
	width:100%;
	line-height:36px;
	padding-top:4px;
}
.member-wrap p{
	text-align:center;
	padding-top:20px;
	padding-left:30px;
	padding-right:30px;
	padding-bottom:20px;
	font-family: 'Tajawal';
}
.member-wrap img{ 
	position:absolute;
	top:-80px;
	left:50%;
	margin-left:-60px;
	width:150px;
	box-shadow: 0 0 15px rgba(0,0,0,0.4);
	border-radius:3px;
	z-index:200;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
	transition: all 300ms linear;
	background: #aaaaaa;
}
.member-wrap:hover img{ 
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

.member-wrap .social-bottom{
	text-align:center;
	padding-bottom:0;
	margin-bottom:0;
}




.skill-top { 
	position:relative;
	text-align:center;
	width:100%;
	overflow:hidden;
	z-index:-2;
	padding-top:50px;
	padding-bottom:2px;
}
.skill-top h4 { 
	padding-bottom:25px;
}
.skill-top .uper-text{ 
	text-align:center;
	padding-bottom:30px;
}


.skill { 
	list-style-type: none;
	margin: 0;
	text-align:left;
	width:100%;
	position:relative; 
	padding-top:32px;
}

.skill li { 
	position:relative; 
	margin-bottom:65px; 
	width:100%;
	background:#fff;
	height:6px; 	  
}

.skill li p { 
	position:relative; 
	top:-35px;
	font-family: 'Tajawal', sans-serif;
	font-weight:400;
	color:#292929;
	font-size:16px;
	text-transform:uppercase;
}
.skill li h3 { 
position: absolute;
    z-index: 10;
    top: -45px;
    right: 0px;
    color: #ffffff;
    width: 40px;
    height: 40px;
    border-radius: 2px;
    background: rgba(23, 52, 91, 1);
    line-height: 46px;
    /* font-style: italic; */
    font-family: 'Tajawal', sans-serif;
    font-weight: 400;
    font-size: 16px;
	text-align: center;
}

.bar { 
	height:4px; 
	margin:1px 2px;
	width:100%;  
	position:absolute;		
}

.bar-prc1 {
	width:31%;
	-moz-animation:graphic-design 2s ease-out;
	-webkit-animation:graphic-design 2s ease-out;
	background-color: #edb112;
}
.bar-prc2 {
	width:29%; 
	-moz-animation:graphic-design 2s ease-out;
	-webkit-animation:graphic-design 2s ease-out;
	background-color: #edb112;
}
.bar-prc3 {
	width:26%; 
	-moz-animation:graphic-design 2s ease-out;
	-webkit-animation:graphic-design 2s ease-out;
	background-color: #edb112;
}
.bar-prc4 {
	width:14%; 
	-moz-animation:graphic-design 2s ease-out;
	-webkit-animation:graphic-design 2s ease-out;
	background-color: #edb112;
}
.bar-prc5 {
	width:96%; 
	-moz-animation:graphic-design 2s ease-out;
	-webkit-animation:graphic-design 2s ease-out;
	background-color: #edb112;
}
.bar-prc6 {
	width:93%; 
	-moz-animation:graphic-design 2s ease-out;
	-webkit-animation:graphic-design 2s ease-out;
	background-color: #edb112;
}




.twit-section { 
	position:relative;
	width:100%;
	overflow:hidden;
	background:#fff;
	margin:0 auto;
	text-align:center;
	z-index:2;
	padding-top:50px;
	padding-bottom:45px;
}

.twit { 
	position:relative;
	width:100%;
	overflow:hidden;
	margin:0 auto;
	text-align:center;
}
.twit a{ 
	color: #edb112;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
.twit a:hover{ 
	color: #111111;
}
.twit p{ 
	margin:0 auto;
	font-family: 'Tajawal', sans-serif;
	font-weight:400;
	color: #706e6e;
	padding-top:20px;
	padding-bottom:30px;
	text-transform:uppercase;
	text-align:center;
	font-size: 12px; 
	line-height:18px;
}


.icon-twit  {
	font-family: 'FontAwesome';
	font-size: 26px;
	line-height: 26px;
	height: 26px;
	width:100%;
	color: #edb112; 
	text-align:center;
}
.twit-section .bx-wrapper .bx-prev {
	border:none; 
}

.twit-section .bx-wrapper .bx-next {
	border:none;
}


/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper{
	position:relative;
	width:100%;
}
.bx-wrapper .bx-prev {
	left: 50%;
	margin-left:-25px;
	bottom:0px;
	background:url(../images/arr11.png) no-repeat center center;
	background-size:15px 15px;
	-webkit-transition : all 0.2s ease-out;
	-moz-transition : all 0.2s ease-out;
	-o-transition :all 0.2s ease-out;
	transition : all 0.2s ease-out;  
}

.bx-wrapper .bx-next {
	right:50%;
	margin-right:-25px;
	bottom:0px;
	background:url(../images/arr22.png) no-repeat center center;
	background-size:15px 15px;
	-webkit-transition : all 0.2s ease-out;
	-moz-transition : all 0.2s ease-out;
	-o-transition :all 0.2s ease-out;
	transition : all 0.2s ease-out;  
}

.bx-wrapper .bx-prev:hover {
  -webkit-transform: scale(0.95);
  -moz-transform: scale(0.95);
  -ms-transform: scale(0.95);
  -o-transform: scale(0.95);
  transform: scale(0.95);
}

.bx-wrapper .bx-next:hover {
  -webkit-transform: scale(0.95);
  -moz-transform: scale(0.95);
  -ms-transform: scale(0.95);
  -o-transform: scale(0.95);
  transform: scale(0.95);
}

.bx-wrapper .bx-controls-direction a {
	position: absolute;
	outline: 0;
	width: 16px;
	height: 16px;
	text-indent: -9999px;
	z-index: 9;
}

.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}





 
/* #Work Section
================================================== */ 
 
#work { 
	position:relative;
	width:100%;
	overflow:hidden;
	padding-bottom:60px;
	z-index:2;
}
 
#work h1 { 
	padding-top:160px;
	text-shadow: 0 0 15px rgba(0,0,0,0.3);
	color:#eeeeee;
	font-weight: bold;
}

h4 {
	font-weight: bold;
}

#work h5 {
	margin-bottom: 50px;
}

 
.work-grid-container { 
	position:relative;
	padding-top:10px;
	padding-bottom:10px;
	width:100%;
	overflow:hidden;
	z-index:2;
	direction: rtl;
	float: right !important;
}
 
.grid-wrap {
	clear: both;
	margin: 0 auto;
	padding: 0;
	max-width: 1700px;
	direction: rtl;
}

.grid {
	margin: 0 auto;
	padding: 0;
	list-style: none;
	min-height: 500px;
	direction: rtl;
}

.js .grid {
	background: url(../img/loading.gif) no-repeat 50% 100px;
}

.js .grid.loaded {
	background: none;
}

.grid li {
	display: inline-block;
	overflow: hidden;
	width: 400px;
	text-align: left;
	vertical-align: top;
}
.grid li img{
	width: 100%;
	height:auto;
	display:block;
}

@media only screen and (max-width: 479px) {
.grid li {
	width: 270px;
}
}

.js .grid li {
	display: none;
	float: left;
}

.js .grid.loaded li {
	display: block;
}


/* Anchor and image */
.grid li > a,
.grid li img {
	display: block;
	outline: none;
	border: none;
}

.grid li > a {
	position: relative;
	overflow: hidden;
	margin: 10px;
}

/* Curtain element */
.grid .curtain {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
	width: 100%;
	height: 100%;
	background: #edb112;
}

.grid.swipe-right .curtain {
	-webkit-transform: translate3d(-100%,0,0);
	transform: translate3d(-100%,0,0);
}

.grid.swipe-down .curtain {
	-webkit-transform: translate3d(0,-100%,0);
	transform: translate3d(0,-100%,0);
}

.grid.swipe-rotate .curtain {
	width: 200%;
	height: 200%;
	-webkit-transform: rotate3d(0,0,1,90deg);
	transform: rotate3d(0,0,1,90deg);
	-webkit-transform-origin: top left;
	transform-origin: top left;
}

/* Shadow */
.grid .curtain::after {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,1);
	content: '';
}

.grid.swipe-right .curtain::after,
.grid.swipe-rotate .curtain::after {
	left: -100%;
}

.grid.swipe-down .curtain::after {
	top: -100%;
}

/* Title */
.grid li h3 {
	position: absolute;
	bottom: 0;
	left: 0;
	margin: 0;
	padding: 20px;
	width: 100%;
	background: rgba(23, 52, 91, 1);
	color: #ffffff;
	text-align: center;
	text-transform: uppercase;
	font-family: 'Tajawal', sans-serif;
	font-weight:400;
	font-size: 22px;
	-webkit-transition: -webkit-transform 0.2s, color 0.2s;
	transition: transform 0.2s, color 0.2s;
}

/* Pseudo element for hover effect */
.grid li > a::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100.5%;
	height: 100.5%;
	border: 1px solid #edb112;
	background: rgba(0,0,0,0);
	content: '';
	-webkit-transition: border-width 0.3s, border-color 0.2s;
	transition: border-width 0.3s, border-color 0.2s;
	
}

/* Hover effects */
.grid li.shown:hover h3 {
	color: #ffffff;
	-webkit-transform: translate3d(0,-30px,0);
	transform: translate3d(0,-30px,0);
	background: rgba(23, 52, 91, 1);
	box-shadow: 2px 2px 3px #cccccc;
}

.grid li.shown:hover > a::before {
	border-width: 14px;
	border-color: #edb112;
}

.grid li.shown:hover > a {
	box-shadow: 3px 3px 11px #999999;

}


/* #Shareah Section
================================================== */ 
 
#shareah { 
	position:relative;
	width:100%;
	overflow:hidden;
	z-index:2;
}
 
#shareah h1 { 
	font-family: 'Tajawal', sans-serif;
	padding-top:160px;
	text-shadow: 0 0 11px rgba(0,0,0,0.75);
	color:#eeeeee;
	font-weight: bold;
} 
.shareah-text-top { 
	position:relative;
	width:100%;
	overflow:hidden;
	z-index:2;
	padding-bottom:50px;
}
.shareah-text-top h5, h6 {
	padding-bottom:25px;
	text-align:right;
	direction: rtl;
	line-height: 30px;
}
.shareah-text-top p { 
	text-align:justify;
	direction: rtl;
	font-family: 'Tajawal';
}


/* Animations */

/* Swipe right */
.grid.swipe-right li.animate .curtain {
	-webkit-animation: swipeRight 1.5s cubic-bezier(0.6,0,0.4,1) forwards;
	animation: swipeRight 1.5s cubic-bezier(0.6,0,0.4,1) forwards;
}

@-webkit-keyframes swipeRight {
	50%, 60% { -webkit-transform: translate3d(0,0,0); }
	100% { -webkit-transform: translate3d(100%,0,0); }
}

@keyframes swipeRight {
	50%, 60% { transform: translate(0); }
	100% { transform: translate3d(100%,0,0); }
}

/* Swipe down */
.grid.swipe-down li.animate .curtain {
	-webkit-animation: swipeDown 1.5s cubic-bezier(0.6,0,0.4,1) forwards;
	animation: swipeDown 1.5s cubic-bezier(0.6,0,0.4,1) forwards;
}

@-webkit-keyframes swipeDown {
	50%, 60% { -webkit-transform: translate3d(0,0,0); }
	100% { -webkit-transform: translate3d(0,100%,0); }
}

@keyframes swipeDown {
	50%, 60% { transform: translate(0); }
	100% { transform: translate3d(0,100%,0); }
}

/* Swipe rotate */
.grid.swipe-rotate li.animate .curtain {
	-webkit-animation: swipeRotate 1.5s ease forwards;
	animation: swipeRotate 1.5s ease forwards;
}

@-webkit-keyframes swipeRotate {
	50%, 60% { -webkit-transform: rotate3d(0,0,1,0deg); }
	100% { -webkit-transform: rotate3d(0,0,1,-90deg); }
}

@keyframes swipeRotate {
	50%, 60% { transform: rotate3d(0,0,1,0deg); }
	100% { transform: rotate3d(0,0,1,-90deg); }
}

/* Shadow */
.grid li.animate .curtain::after {
	-webkit-animation: fadeOut 1.5s ease forwards;
	animation: fadeOut 1.5s ease forwards;
	-webkit-animation-delay: inherit;
	animation-delay: inherit;
}

@-webkit-keyframes fadeOut {
	50%, 60% { opacity: 1; }
	100% { opacity: 0; }
}

@keyframes fadeOut {
	50%, 60% { opacity: 1; }
	100% { opacity: 0; }
}

/* Hide image and title and show at half time */
.js .grid li img,
.js .grid li h3 {
	visibility: hidden;
}

.grid li.animate img,
.grid li.animate h3 {
	-webkit-animation: showMe 1.5s step-end forwards;
	animation: showMe 1.5s step-end forwards;
}

@-webkit-keyframes showMe {
	from { visibility: hidden; }
	60%, 100% { visibility: visible; }
}

@keyframes showMe {
	from { visibility: hidden; }
	60%, 100% { visibility: visible; }
}

.grid li.shown img,
.grid li.shown h3 {
	visibility: visible;
} 
 
 
 
 
.numbers-section{
	position:relative;
	width:100%;
	margin:0 auto;
	overflow:hidden;
	z-index:-2;
	background: #fff;
	padding-top:50px;
	padding-bottom:50px;
} 
 
 
 .facts-wrap{
	position: relative; 
	width: 100%;
	margin:0 auto;
	text-align:center;
}
.facts-wrap h5{
	font-family: 'Tajawal', sans-serif;
	font-weight:400;
	padding-top:15px;
	color: #706e6e;
	text-transform:uppercase;
	text-align:center;
	font-size: 18px; 
	line-height:18px;
}
.facts-wrap-num{
	font-family: 'Sifonn-Basic';
	font-size: 60px; 
	line-height:60px;
	color: #edb112;
	width:100%;
	margin:0 auto;
	text-align:center;
}  
 
 
 
/* #Projects
================================================== */

/* Expander Item Styles */
	.relative{
		position: relative;
	}
	.portfolio{
		width:100%;
		height: auto;
		margin:0 auto;
		max-width: 960px;
	}
	
	.expander-wrap {
		position:relative;
		display: none;
		text-align: center;
	}

	#expander-wrap{
		position: relative;
		width:100%;
		max-width:960px;
		margin:0 auto;
		overflow: hidden;
	}


/* Expander Item Controls */

	.project-controls{
		position: relative;
		width:100%;
		height: auto;
		top:50px;
		max-width: 960px;
		margin:0 auto;
	}

	.expander-inner{
		position: relative;
	}

	.cls-btn{
		width:100%;
		padding: 0;
		margin: 0 auto;
		display: block;
		height: auto;
	}

	.expander-wrap .cls-btn .close {
		position:relative;
		display: inline-block;
		color:#000;
		top:0;
		margin-top:50px;
		width:auto;
		height:auto;
		font-size:30px;
		font-weight:100;
		text-align:center;
		cursor: pointer;
		float:none;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;
	}

	.expander-close:hover {
		color:#3a3a3a;
		cursor:pointer;
	}

.project{
	position: relative; 
	width: 100%;
}

#project-single-slider{
	position: relative; 
	margin: 0 auto;
	width: 100%;
	overflow:hidden;
	z-index:2;
	padding-top:10px;
	padding-bottom:20px;
}

#project-single-slider .bx-wrapper .bx-prev {
	bottom:20px;
}
#project-single-slider .bx-wrapper .bx-next {
	bottom:20px; 
}
#last-work{
	position: relative; 
	margin: 0 auto;
	padding-bottom:20px;
	width: 100%;
	overflow:hidden;
	z-index:2;
}
#last-work img{
	width: 100%;
	height:auto;
	display:block;
}
#last-work h4{
	text-align:center;
	padding-bottom:20px;
}
#last-work h6{
	text-align:left;
	padding-bottom:25px;
}
#last-work p{
	text-align:left;
	padding-bottom:30px;
}
#last-work p:last-child{
	padding-bottom:0;
}
#slider-wrap{
	position: relative; 
	margin: 0 auto;
	width: 100%;
	overflow:hidden;
	z-index:2;
}
#slider-wrap img{
	width: 100%;
	height:auto;
	display:block;
}
.padding-project{
	padding-top:50px;
	padding-bottom:50px;
}
 

 .flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;}

/* Icon Fonts
*********************************/
/* Font-face Icons */
@font-face {
	font-family: 'flexslider-icon';
	src:url('font/flexslider-icon.eot');
	src:url('font/flexslider-icon.eot?#iefix') format('embedded-opentype'),
		url('font/flexslider-icon.woff') format('woff'),
		url('font/flexslider-icon.ttf') format('truetype'),
		url('font/flexslider-icon.svg#flexslider-icon') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* FlexSlider Necessary Styles
*********************************/
.flexslider {margin: 0; padding: 0;}
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {width: 100%; display: block;}
.flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .slides element */
.slides:after {content: "\0020"; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .slides {display: block;}
* html .slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {display: block;}

/* FlexSlider Default Theme
*********************************/
.flexslider { margin: 0 0 60px; background: #fff; border: 4px solid #fff; position: relative; -webkit-border-radius: 4px; -moz-border-radius: 4px; -o-border-radius: 4px; border-radius: 4px; -webkit-box-shadow: 0 1px 4px rgba(0,0,0,.2); -moz-box-shadow: 0 1px 4px rgba(0,0,0,.2); -o-box-shadow: 0 1px 4px rgba(0,0,0,.2); box-shadow: 0 1px 4px rgba(0,0,0,.2); zoom: 1; }
.flex-viewport { max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; -o-transition: all 1s ease; transition: all 1s ease; }
.loading .flex-viewport { max-height: 300px; }
.flexslider .slides { zoom: 1; }
.carousel li { margin-right: 5px; }

/* Direction Nav */
.flex-direction-nav {*height: 0;}
.flex-direction-nav a  { display: block; width: 35px; height: 50px; position: absolute; top: 50%;margin-top:-25px;z-index: 100; overflow: hidden; opacity: 1; cursor: pointer; color: rgba(0,0,0,0);  -webkit-transition: all .3s ease; -moz-transition: all .3s ease; transition: all .3s ease; }
.flex-direction-nav .flex-prev { left: 0;background:url('../images/arr1.png') no-repeat center center; background-color:rgba(60,60,60,.7); }
.flex-direction-nav .flex-next { right: 0;  background:url('../images/arr2.png') no-repeat center center;background-color:rgba(60,60,60,.7);  }
.flexslider:hover .flex-prev { opacity: 0.7;  }
.flexslider:hover .flex-next { opacity: 0.7;  }
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover { opacity: 1; }
.flex-direction-nav .flex-disabled { opacity: 0!important; filter:alpha(opacity=0); cursor: default; }
.flex-direction-nav a:before  {}
.flex-direction-nav a.flex-next:before  {}

/* Pause/Play */
.flex-pauseplay a { display: block; width: 20px; height: 20px; position: absolute; bottom: 5px; left: 10px; opacity: 0.8; z-index: 10; overflow: hidden; cursor: pointer; color: #000; }
.flex-pauseplay a:before  { font-family: "flexslider-icon"; font-size: 20px; display: inline-block; content: '\f004'; }
.flex-pauseplay a:hover  { opacity: 1; }
.flex-pauseplay a.flex-play:before { content: '\f003'; }

/* Control Nav */
.flex-control-nav {width: 100%; position: absolute; bottom: -40px; text-align: center;}
.flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
.flex-control-paging li a {width: 11px; height: 11px; display: block; background: #666; background: rgba(0,0,0,0.5); cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); -moz-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); -o-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); box-shadow: inset 0 0 3px rgba(0,0,0,0.3); }
.flex-control-paging li a:hover { background: #333; background: rgba(0,0,0,0.7); }
.flex-control-paging li a.flex-active { background: #000; background: rgba(0,0,0,0.9); cursor: default; }

.flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.flex-control-thumbs img:hover {opacity: 1;}
.flex-control-thumbs .flex-active {opacity: 1; cursor: default;}

@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev { opacity: 1; left: 10px;}
  .flex-direction-nav .flex-next { opacity: 1; right: 10px;}
 } 
 
 
 
 
 
 
 
 
/* #Services Section
================================================== */ 
 
#services { 
	position:relative;
	width:100%;
	overflow:hidden;
	z-index:2;
}
 
#services h1 { 
	padding-top:160px;
	text-shadow: 0 0 15px rgba(0,0,0,0.3);
	color:#eeeeee;
	font-weight: bold;
} 
 
 
 
.services-top { 
	position:relative;
	text-align:center;
	width:100%;
	overflow:hidden;
	z-index:2;
	padding:60px;
	background: url('../images/nafaes_orn.png') no-repeat bottom left;
	background-position: 20px 100px;
	background-size: 500px;
}
.services-top h4 { 
	padding-bottom:25px;
	margin-top: 30px;
}

 #services h4 { 
	padding-bottom:25px;
	margin-top: 30px;
}

.services-top .uper-text{ 
	text-align:justify !important;
	padding-bottom:30px;
	font-size: 16px !important;
	opacity: 1 !important;
	direction: rtl;
}


#sync5 #bar{
  width: 0%;
  max-width: 100%;
  height: 1px;
  background: #edb112;
}
#sync5 #progressBar{
  width: 100%;
  background: #17345b;
}
#sync5 .item .services-big-top-box { 
	position:relative;
	text-align:center;
	margin:0 auto;
	width:100%;
	overflow:hidden;
	background: rgba(255,255,255,0.65);
	z-index:2;
	padding-top:30px;
	padding-bottom:30px;
}  
#sync5 .item .services-big-top-box img{ 
	margin:0 auto;
	text-align:center;
	width:60px;
	height:60px;
	margin-bottom:20px;
	display:block;
}   
#sync5 .item .services-big-top-box h6{ 
	margin:0 auto;
	text-align:center;
	margin-bottom:20px;
} 
#sync5 .item .services-big-top-box p{ 
	margin:0 auto;
	text-align:center;
	padding-left:30px;
	padding-right:30px;
	font-family: 'tajawal';
	direction: rtl;
	font-size: 16px;
} 


 
 
#sync6 .item .services-top-box { 
	position:relative;
	text-align:center;
	margin:0 auto;
	width:100%;
	cursor:pointer;
	background: rgba(255,255,255,0.65);
	z-index:2;
	margin-top:20px;
	padding-top:20px;
	padding-bottom:20px;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}  
#sync6 .item .services-top-box:hover {
	background: #17345b;
} 
#sync6 .item .services-top-box img{ 
	margin:0 auto;
	text-align:center;
	width:20px;
	height:20px;
	margin-bottom:5px;
	display:block;
} 
#sync6 .item .services-top-box h6{
	font-family: 'Tajawal', sans-serif;
	font-weight:400;
	font-size: 12px; 
	line-height: 14px; 
	text-align:center;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
#sync6 .item .services-top-box:hover h6{ 
	color:#fff;
}
 
#sync6 .synced .item .services-top-box h6 {
	color:#fff;
} 
#sync6 .synced .item .services-top-box {
	background: #17345b;
}
#sync6 .item .services-top-box  .arrow-up{
  left:50%;
  width:0;
  height:0;
  position:absolute;
  top:-6px;
  margin-left:-7px;
  border-left:7px solid transparent;
  border-right:7px solid transparent;
  border-bottom:7px solid #17345b;
  display:none;
    -webkit-transition: all 400ms linear;
    -moz-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    -ms-transition: all 400ms linear;
    transition: all 400ms linear;
} 
#sync6 .item .services-top-box:hover  .arrow-up{
  display:block;
}
#sync6 .synced .item .services-top-box  .arrow-up{
  display:block;
}
 
 
 
 .clients { 
	position:relative;
	text-align:center;
	width:100%;
	background:#fff;
	overflow:hidden;
	z-index:2;
	padding-top:50px;
	padding-bottom:60px;
}
.clients h4 { 
	padding-bottom:25px;
}
.clients .uper-text{ 
	text-align:center;
	padding-bottom:30px;
}
 
 
 .clients-wrap { 
	position:relative;
	text-align:center;
	margin:0 auto;
	width:100%;
	overflow:hidden;
	border-top:1px solid rgba(100,100,100,.2);
	border-bottom:1px solid rgba(100,100,100,.2);
	cursor:pointer;
	z-index:2;
	padding-top:20px;
	padding-bottom:20px;
} 
 .clients-wrap img{ 
	text-align:center;
	margin:0 auto;
	width:130px;
	display:block;
}
 .clients-wrap .mask{ 
	position:absolute;
	text-align:center;
	margin:0 auto;
	top:-100%;
	left:0;
	width:100%;
	height:100%;
	background: #17345b;
	z-index:5;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
} 
 .clients-wrap:hover .mask{ 
	top:0;
} 
 .clients-wrap .mask p{ 
	position:absolute;
	text-align:center;
	top:50%;
	margin-top:-65px;
	left:0;
	width:100%;
	font-family: 'Tajawal', sans-serif;
	font-weight:400;
	color: #fff;
	text-transform:uppercase;
	font-size: 14px;
	line-height:20px;
	z-index:6;
	padding: 10px;
	direction: rtl;
} 
 
 
  .values-wrap { 
	position:relative;
	text-align:center;
	margin:0 auto;
	width:100%;
	overflow:hidden;
	border-top:1px solid rgba(100,100,100,.2);
	border-bottom:1px solid rgba(100,100,100,.2);
	cursor:pointer;
	z-index:2;
	padding-top:20px;
	padding-bottom:20px;
} 
 .values-wrap img{ 
	text-align:center;
	margin:0 auto;
	width:130px;
	display:block;
}
 .values-wrap .mask{ 
	position:absolute;
	text-align:center;
	margin:0 auto;
	top:-100%;
	left:0;
	width:100%;
	height:100%;
	background: #17345b;
	z-index:5;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
} 
 .values-wrap:hover .mask{ 
	top:0;
} 
 .values-wrap .mask p{ 
	position:absolute;
	text-align:center;
	top:50%;
	margin-top:-50px;
	left:0;
	width:100%;
	font-family: 'Tajawal', sans-serif;
	font-weight:400;
	color: #fff;
	text-transform:uppercase;
	font-size: 14px;
	line-height:20px;
	z-index:6;
	padding: 10px;
	direction: rtl;
} 

.values-wrap h5 {
	font-weight: bold;
}
 

.plans { 
	position:relative;
	text-align:center;
	width:100%;
	overflow:hidden;
	z-index:2;
	padding-top:50px;
	padding-bottom:60px;
	background: url('../images/nafaes_orn.png') no-repeat bottom left;
	background-position: 20px 0px;
	background-size: 500px;
}

.plans h4 { 
	padding-bottom:25px;
}
.plans .uper-text{ 
	text-align:center;
	padding-bottom:30px;
} 
 
 
 
.plan-single{ 
	position:relative;
	text-align:center;
	width:100%;
    background: rgba(255,255,255,0.65);	border-radius:3px;
	overflow:hidden;
	z-index:2;
	padding-top:30px;
	padding-bottom:5px;
	-webkit-transform: scale(0.95);
	-moz-transform: scale(0.95);
	-ms-transform: scale(0.95);
	-o-transform: scale(0.95);
	transform: scale(0.95);
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
	transition: all 200ms linear;
	direction: rtl;
	height: 400px;
	border: 1px rgba(23, 52, 91, 0.3) solid;
}
.plan-single:hover{ 
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}
.featured{ 
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
} 
 
.plan-icon { 
	position:relative;
	color: #cccccc;
	text-align:right;
	font-size:30px;
	line-height:22px;
	margin-bottom:20px;
	margin-right: 10px;
} 
.plan-single h5{ 
	padding-bottom:10px;
} 
.plan-single h5 span{ 
	font-size:80%;
}
.featured h5{ 
	color: #edb112;
}
.plan-single p{
	font-family: 'Tajawal', sans-serif;
	font-weight:400;
	text-align:right;
	text-transform:uppercase;
	font-size: 16px;
	line-height:22px;
	padding:10px;
	color: #575757;
	direction: rtl;
} 
 

.plan-single .sections-link-pages{
	position:relative;
	text-align:center;
	width:100%;
	height:60px;
	margin-top:35px;
	z-index:10;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.plan-single .sections-link-pages a {
	position: relative;
	outline: none;
	color: #edb112;
	text-decoration: none;
	text-transform: uppercase;
	font-family: 'Tajawal', sans-serif;
	font-weight:400;
	font-size:12px; 
	padding:12px 50px;
	background:#e9e9e9;
}
.plan-single .sections-link-pages a:hover,
.plan-single .sections-link-pages a:focus {
	outline: none;
}
.plan-single .sections-link-pages .cl-effect-11 a {
	color: #edb112;
	text-shadow: none;
	overflow: hidden;
} 
.plan-single .sections-link-pages .cl-effect-11 a::before {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	max-width: 0;
	height:16px;
	color: #000;
	font-weight:400;
	margin-top:9px;
	margin-left:50px;
	content: attr(data-hover);
	-webkit-transition: max-width 0.8s;
	-moz-transition: max-width 0.8s;
	transition: max-width 0.8s;
}
.plan-single .sections-link-pages .cl-effect-11 a:hover::before,
.plan-single .sections-link-pages .cl-effect-11 a:focus::before {
	max-width: 100%;
}
.plan-single .sections-link-pages a:after {
	font-family: 'awesome';
	content: '\f105';
	position: absolute;
	font-size:12px;
	line-height:12px;
	width: 12px;
	height: 12px;
	top: 20px;
	left: 0px;
	color: #000;
	opacity:0;
	z-index: 1;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.plan-single .sections-link-pages a:hover:after,
.plan-single .sections-link-pages a:active:after {
	left: 25px;
	opacity:1;
}
 
 



.testimonials{ 
	position:relative;
	text-align:left;
	width:100%;
	background:#fff;
	padding-top:50px;
	padding-bottom:50px;
	overflow:hidden;
	z-index:2;
}
.testimonials-wrap{ 
	position:relative;
	text-align:left;
	width:100%;
	overflow:hidden;
	z-index:2;
}
.testimonials-wrap p{ 
	text-align:left;
	padding-top:20px;
	padding-left:85px;
	text-transform: uppercase;
	font-family: 'Tajawal', sans-serif;
	color: #706e6e;
	font-weight:400;
	font-size:10px;
}
.testimonials-wrap p span{ 
	color: #edb112;
	font-weight:800;
	font-size:12px;
}
.testimonials-wrap img{ 
	float:left;
	width:60px;
	height:60px;
	border-radius:50%;
	border:4px solid #edb112;
}
.testimonials-wrap  .arrow-right{
	position:absolute;
  left:59px;
  width:0;
  height:0;
  position:absolute;
  top:24px;
  border-top:7px solid transparent;
  border-bottom:7px solid transparent;
  border-left:7px solid #edb112;
}

 
 /* #Contact Section
================================================== */ 
 
#contact { 
	position:relative;
	width:100%;
	overflow:hidden;
	z-index:2;
}
 
#contact h1 { 
	padding-top:160px;
	text-shadow: 0 0 15px rgba(0,0,0,0.3);
	color:#eeeeee;
	font-weight: bold;
}


.send-mess { 
	position:relative;
	text-align:center;
	width:100%;
	overflow:hidden;
	z-index:2;
	padding-bottom:60px;
}
.send-mess h4 { 
	padding:45px 0;
}
.send-mess .uper-text{ 
	text-align:center;
	padding-bottom:30px;
}

 
	#ajax-form {
		width: 100%;
		font-family: 'Tajawal', sans-serif;
		font-weight:400;
		text-transform:uppercase;
		margin-left: auto;
		margin-right: auto;
		color:#7a7a7a;
		text-align:left;
	}
	label {
		display: block;
		font-family: 'Tajawal', sans-serif;
		font-weight:400;
		text-transform:uppercase;
		font-size:12px;
		line-height:12px;
		padding-bottom:10px;
		direction: rtl;
		text-align: right;	
	}

	input{
		width: 100%;
		border:none;
		background:#fff;
		font-family: 'Tajawal', sans-serif;
		font-weight:400;
		font-size:12px;
		line-height:18px;
		margin-bottom: 15px;
		padding-top: 10px;
		padding-bottom: 10px;
	}
	textarea {
		width: 100%;
		background:#fff;
		font-family: 'Tajawal', sans-serif;
		font-weight:400;
		font-size:12px;
		line-height:18px;
		height:120px;
		padding-top: 10px;
		padding-bottom: 10px;
		padding-left:0;
		padding-right:0;
		border:none;
	}
	.error {
		color: #edb112;
	font-family: 'Tajawal', sans-serif;
	font-weight:400;
	text-transform:uppercase;
		font-size:12px;
		line-height:18px;
		display: none;
	}
	#ajaxsuccess {
		background: #f5f5f5;
		color:#17345b;
		font: 16px/70px 'Tajawal';
		height:60px;
		display: none;
		padding-left:10px;
		width: 100%;
		margin-left: auto;
		margin-right: auto;
		margin-top: 30px;
	}
#err-form{
	text-align:center;
}
#ajax-form button{
	text-align:center;
	background: #fff;
	font-family: 'Tajawal', sans-serif;
	font-weight:400;
	text-transform:uppercase;
	font-size: 14px;
	line-height:22px;
	color:#edb112;
 }
#ajax-form button:hover{
	background: #17345b;
 }
 #ajax-form button:active,
	#ajax-form textarea:active,
	#ajax-form input:active {	
	  color: #17345b;
	outline:1px solid #fff;}
	#ajax-form textarea:active,
	#ajax-form input:hover {	
	  color: #17345b;
	outline:1px solid #fff;}
	#ajax-form textarea,
	#ajax-form input {	
	  color: #17345b;
	outline:1px solid #fff;}

#ajax-form input[type="text"]{
	padding-left:2%;
	padding-right:2%;
}
#ajax-form input[type="text"], textarea{
	padding-left:2%;
	padding-right:2%;
	direction: rtl;
}

 
.logo-contact { 
position: relative;
    margin: 0 auto;
    text-align: center;
    margin-top: 200px;
    margin-bottom: 200px;
    width: 320px;
    background: rgba(255,255,255,0.75);
    z-index: 2;
	transition: transform 0.5s ease-out;
} 

.map_link {
	padding: 0;
	margin: 0;
}

.logo-contact:hover {
	-webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
	transform: scale(1.1);
	box-shadow: rgba(60,60,60,.7);
	transition: transform 0.5s ease-in;
}



/* #Footer
================================================== */ 

#footer { 
	position:relative;
	width:100%;
	background:rgba(23, 52, 91, 1);
	padding-top:100px;
	padding-bottom:100px;
	z-index:2;
} 
#footer .back-top{
	position: absolute; 
	cursor:pointer;
	top:-10px;
	left:50%;
	margin-left:-20px;
	width:40px;
	height:40px;
	font-family: 'FontAwesome';
	color: #edb112;
	border-top-left-radius:3px;
	border-top-right-radius:3px;
	text-align:center;
	z-index:10000;	
	font-size: 22px;
	line-height: 40px;
	background:rgba(23, 52, 91, 1);
	-webkit-box-shadow: 0 -5px 15px -5px #000;
	-moz-box-shadow: 0 -5px 15px -5px #000;
	box-shadow: 0 -5px 15px -5px #000;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
#footer .back-top:hover{
	-webkit-box-shadow: 0 -5px 5px -5px #000;
	-moz-box-shadow: 0 -5px 5px -5px #000;
	box-shadow: 0 -5px 5px -5px #000;
}

#footer p{
	font-family: 'Tajawal', sans-serif;
	font-weight:400;
	color: #fff;
	text-transform:uppercase;
	font-size: 12px;
	line-height:22px;
	text-align:left;
	padding-left:30px;
} 
#footer p a{
	font-family: 'Tajawal', sans-serif;
	font-weight:400;
	color: #fff;
	text-transform: lowercase;
	font-size: 12px;
	line-height:22px;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
} 
#footer p a:hover{
	color: #edb112;
} 
#footer p span{
	font-weight:800;
	font-size: 16px;
	line-height:22px;
}

.logo-footer{
	position:relative;
	text-align:left;
	width:180px;
	height:70px;
	background:url('../images/footer_logo.png')no-repeat center center;
	background-size:145px 70px;
	z-index:10;
}

 
.icon-footer{
	font-family: 'FontAwesome'; 
	font-size:16px;
	line-height: 22px;
	color: #edb112;
	text-align:center;
	margin-left:-26px;
	z-index:6;
	padding-right:20px;
} 



.social-bottom{ 
	position:relative;
	width:100%;
	z-index:12;
	height:25px;
	margin-bottom:15px;
}
.list-social li {
    padding:0; 
    list-style: none;
	text-align:center; 
	width:25px;
    display: inline-block;
	cursor:pointer;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear; 
}

.list-social li.icon-soc a {
	font-family: 'FontAwesome';
	font-size: 16px;
	line-height: 25px;
	width:25px;
	opacity:1;
	color: #edb112;
	margin:0;
	padding:0;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear; 
}
.list-social li:hover{
}
.list-social li:hover.icon-soc a{
	opacity:.6;
}





 	.tipper { height: 1px; left: -99999px; position: absolute; pointer-events: none; top: -99999px; width: 1px;z-index:100000; }
	.tipper .tipper-content { background: rgba(0, 0, 0, 0.95);box-shadow: 0 0 25px rgba(0,0,0,0.5);text-transform:uppercase; border-radius: 3px; color: #fff; display: block; float: left; font-family: 'Tajawal', sans-serif; font-size: 10px; margin: 0; padding: 6px 20px; position: relative; white-space: nowrap; }
	.tipper .tipper-caret { background: url('../images/tipper-icon.png') no-repeat; display: block; height: 11px;  position: absolute; width: 100%; }

	.tipper.right .tipper-content { box-shadow: 1px 0 3px rgba(0, 0, 0, 0.25); }
	.tipper.right .tipper-caret { background-position: left center; left: -5px; top: 0; }

	.tipper.left .tipper-content { box-shadow: -1px 0 3px rgba(0, 0, 0, 0.25); }
	.tipper.left .tipper-caret { background-position: right center; right: -5px; top: 0; }

	.tipper.top .tipper-caret,
	.tipper.bottom .tipper-caret { display: block; float: none; height: 5px;  width: 12px;margin-left:-6px; }

	.tipper.top .tipper-content { box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.25); }
	.tipper.top .tipper-caret { background-position: center bottom; bottom: -5px; left: 0; text-align:center;}

	.tipper.bottom .tipper-content { box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25); }
	.tipper.bottom .tipper-caret { background-position: center top; top: -5px; left: 0; }
	

.top-section .nafaes-test p {
	font-size: 44px;
}

	.nafaesinv-cont {
		width:auto;
		direction: ltr;
	}
	
	.nafaesinv-cont p {
		text-align: center;
	}
	
	.nafaesinv-cont a {
		color: #17345b;
	}
	
	.nafaesinv-cont a:hover {
		color: #ececec;
		background-color: #17345b;
	}
	
	
	.nafaesinv-cont .icon-footer {
		color: #17345b;
	}

	.nafaesinv-logo {
		width: 200px;
		text-align: center;
		margin: 0 auto;
	}

	.nafaesinv-logo-img {
		width: 200px;
	}

	
/*==================*/
.cardContainer {
    direction: rtl;
    padding: 100px 0;
    text-align: center;
    font-family: 'Tajawal';
    margin-bottom: -60px;
    background: url(../images/nafaes_orn.png) no-repeat bottom left;
    background-size: 500px;
	background-position: 20px 500px;
}

.card {
	color: #fff;
    display: inline-block;
    width: 50%;
    padding: 0px;
    border-radius: 10px;
    margin: 30px auto;
    height: 250px;
    background-color: rgba(255,255,255, 1);
    border: 1px white solid;
    box-shadow: 0 1px 2px rgba(0,0,0,0.15);
    transition: all 0.3s ease-in-out;
}

.card p {
    font-size: 18px;
    padding:10px;
}
.cardContainer:after {
    content: "";
    display: table;
    clear: both;
}
.card h2 {
	background:rgba(23, 52, 91, 1);
    width: 100%;
	height:50px;
	margin-top: 0px;
   	padding:10px;
   	text-align: center;
   	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	color: white;
	font-family: 'Tajawal'; 
	font-size: 24px;  
}

.card ul {
  direction: rtl;
  text-align: right;
  list-style-type: square;
  padding: 35px;
}

.card ul li {
	color: rgba(23, 52, 91, 1);
	font-family: 'Tajawal';
	line-height: 22px;
}

.card:hover::after {
  content: '';
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  opacity: 0;
  border-radius: 5px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.3);
  transition: opacity 0.3s ease-in-out;
}


@media screen and (max-width: 600px) {
      .card {
		 width: 90%;
		 height: 360px;
      }
   }




/* #Media Queries
================================================== */


@media only screen and (max-width: 800px) {
	.cardContainer {
	background-position: -140px 800px;
}

.plans {
	background-position: -100px 1150px;
}

.services-top {
	background-position: -100px 500px;
	padding: 0;
}

.plan-single {
	height: 330px;
}

#sync5 .item .services-big-top-box {

}

}

@media only screen and (min-width: 1200px) and (max-width: 1699px) {
}

@media only screen and (min-width: 960px) and (max-width: 1199px) {

}

@media only screen and (min-width: 768px) and (max-width: 959px) {
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
#footer p{
	text-align:center;
	padding-left:0px;
} 
.logo-footer{
	text-align:center;
	margin:0 auto;
}
.social-bottom{ 
	margin:0 auto;
	text-align:center;
}
}

@media only screen and (min-width: 320px) and (max-width: 479px) {
#footer p{
	text-align:center;
	padding-left:0px;
} 
.logo-footer{
	text-align:center;
	margin:0 auto;
}
.social-bottom{ 
	margin:0 auto;
	text-align:center;
}
#sync3 .item .over-image{
	top:0px;
	left:0px;
	padding:0;
	z-index:100;
	max-width:100%;
	width:100%;
	height: 460px;
}
#sync3 .item .over-image h6{
	padding-top:20px;
	padding-right:20px;
	padding-left:20px;
	font-size: 16px;
	font-weight: bold;
}
#sync3 .item .over-image p{
	padding-bottom:20px;
	padding-right:20px;
	padding-left:20px;
}

#sync3 .item img {
	background-size: contain;
	width: auto;
}
}

@media only screen and (max-width: 319px) {
#footer p{
	text-align:center;
	padding-left:0px;
} 
.logo-footer{
	text-align:center;
	margin:0 auto;
}
.social-bottom{ 
	margin:0 auto;
	text-align:center;
}
#sync3 .item .over-image{
	top:0px;
	left:0px;
	padding:0;
	z-index:100;
	max-width:100%;
	width:100%;
}
#sync3 .item .over-image h6{
	padding-top:20px;
	padding-right:20px;
	padding-left:20px;
}
#sync3 .item .over-image p{
	padding-bottom:20px;
	padding-right:20px;
	padding-left:20px;
}
}



/* #Font-Face
================================================== */



@font-face {
    font-family: 'OpenSans-Light-webfont';
    src: url('font/OpenSans-Light-webfont.eot');
    src: url('font/OpenSans-Light-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/OpenSans-Light-webfont.woff') format('woff'),
         url('font/OpenSans-Light-webfont.ttf') format('truetype'),
         url('font/OpenSans-Light-webfont.svg#BebasNeueRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Sifonn-Basic';
    src: url('font/Sifonn-Basic.eot');
    src: url('font/Sifonn-Basic.eot?#iefix') format('embedded-opentype'),
         url('font/Sifonn-Basic.woff') format('woff'),
         url('font/Sifonn-Basic.ttf') format('truetype'),
         url('font/Sifonn-Basic.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Sifonn-Basic-Outline';
    src: url('font/Sifonn-Basic-Outline.eot');
    src: url('font/Sifonn-Basic-Outline.eot?#iefix') format('embedded-opentype'),
         url('font/Sifonn-Basic-Outline.woff') format('woff'),
         url('font/Sifonn-Basic-Outline.ttf') format('truetype'),
         url('font/Sifonn-Basic-Outline.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
