@import url(http://fonts.googleapis.com/earlyaccess/droidarabickufi.css);
body {
	background-color: #ffffff;
	color: #666;
	direction: rtl;
	text-align: right;
	font-size: 18px;
	font-family: 'Droid Arabic Kufi';
}
a {
	color: inherit;
	text-decoration: none;
	outline: none;
}
:focus, :active, a:focus, a:active, .btn, .btn:active, .btn:focus, input, input:active, input:active, input:focus, button:active, button:active, button:focus, .ui-slider-handle {
	outline: none !important;
}
a:focus, a:hover {
	color: inherit;
	outline: none;
	text-decoration: none;
}
[placeholder]:focus::-webkit-input-placeholder {
 transition: opacity 0.1s 0.1s ease;
 opacity: 0;
}
[placeholder]:focus:-moz-placeholder {
 transition: opacity 0.1s 0.1s ease;
 opacity: 0;
}
[placeholder]:focus::-moz-placeholder {
 transition: opacity 0.1s 0.1s ease;
 opacity: 0;
}
[placeholder]:focus:-ms-input-placeholder {
 transition: opacity 0.1s 0.1s ease;
 opacity: 0;
}
.form-control::-webkit-input-placeholder {
 color:#777;
}
.form-control::-moz-placeholder {
 color:#777;
}
.form-control:-moz-placeholder {
 color:#777;
}
.cursor-normal {
	cursor: default;
}
.color-primary {
	color: #c1c738;
}
.color-secondary {
	color: #555;
}
.btn {
	border-radius: 0;
}
.btn-rounded {
	border-radius: 35px;
}
.form-group label {
	color: #333;
	font-size: 0.8125rem;
}
.form-control, .form-control:focus {
	box-shadow: none;
	border-radius: 0;
	min-height: 38px;
	font-size: 0.875rem;
	border: 1px solid #0E4F68;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	color: #166e8f;
}
ul, ol {
	list-style-type: none;
	margin: 0;
	padding: 0
}
* > p:last-child {
	padding-bottom: 0px !important;
	margin-bottom: 0px !important;
}
.c-indicator {
	background-color: #ddd;
	top: 1px;
}
.m-b-10 {
	margin-bottom: 10px !important;
}
.big_title1 {
	color: #c1c738;
	font-size: 60px;
	position: relative;
	z-index: 999;
}
.big_title2 {
	color: #fff;
	font-size: 40px;
	position: relative;
	z-index: 999;
    line-height: 55px;
}
.img-center {
	margin: 0 auto;
}
.easing, a {
	-webkit-transition: all 500ms cubic-bezier(0.175, 0.885, 0.320, 1); /* older webkit */
	-webkit-transition: all 500ms cubic-bezier(0.175, 0.885, 0.320, 1.275);
	-moz-transition: all 500ms cubic-bezier(0.175, 0.885, 0.320, 1.275);
	-o-transition: all 500ms cubic-bezier(0.175, 0.885, 0.320, 1.275);
	transition: all 500ms cubic-bezier(0.175, 0.885, 0.320, 1.275); /* easeOutBack */
	-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1); /* older webkit */
	-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.275);
	-moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.275);
	-o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.275);
	transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.275); /* easeOutBack */
}
.navbar-dark .navbar-nav .open > .nav-link, .navbar-dark .navbar-nav .open > .nav-link:focus, .navbar-dark .navbar-nav .open > .nav-link:hover, .navbar-dark .navbar-nav .active > .nav-link, .navbar-dark .navbar-nav .active > .nav-link:focus, .navbar-dark .navbar-nav .active > .nav-link:hover, .navbar-dark .navbar-nav .nav-link.open, .navbar-dark .navbar-nav .nav-link.open:focus, .navbar-dark .navbar-nav .nav-link.open:hover, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.active:focus, .navbar-dark .navbar-nav .nav-link.active:hover {
	color: #AD6C60;
}
.header {
	width: 100%;
	position: absolute;
	z-index: 999999;
}
.header-scrolled {
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #F1F1F1;
	background-color: #FCFCFC;
}
/* ***********************
--------------------------------------
----------- NAVIGATION ---------
--------------------------------------
************************/
.navbar {
	padding: 0;
}
#cssmenu, #cssmenu ul, #cssmenu ul li, #cssmenu ul li a, #cssmenu #menu-button {
	margin: 0;
	padding: 0;
	float: right;
	border: 0;
	list-style: none;
	display: block;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#cssmenu {
	margin: 40px 0 0 0;
}
#cssmenu:after, #cssmenu > ul:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
#cssmenu #menu-button {
	display: none;
}
#cssmenu > ul > li {
	float: right;
}
#cssmenu.align-center > ul {
	font-size: 0;
	text-align: center;
}
#cssmenu.align-center > ul > li {
	display: inline-block;
	float: none;
}
#cssmenu.align-center ul ul {
	text-align: right;
}
#cssmenu.align-right > ul > li {
	float: left;
}
#cssmenu > ul > li > a {
	padding: 0 10px;
	font-size: 16px;
	color: #fff;
	font-family: 'Droid Arabic Kufi';
	text-transform: capitalize;
	border-left: 1px solid transparent;
	border-right: 1px solid transparent;
}
#cssmenu > ul > li.active > a {
	color: #c0c638;
}
#cssmenu > ul > li:hover > a {
	color: #c0c638;
}
#cssmenu > ul > li.has-sub > a {
	padding-left: 30px;
}
#cssmenu > ul > li.has-sub > a:after {
	position: absolute;
	top: 50%;
	margin-top: -1px;
	left: 11px;
	width: 8px;
	height: 2px;
	display: block;
	background: #dddddd;
	content: '';
}
#cssmenu > ul > li.has-sub > a:before {
	position: absolute;
	top: 50%;
	margin-top: -4px;
	left: 14px;
	display: block;
	width: 2px;
	height: 8px;
	background: #dddddd;
	content: '';
	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-ms-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
}
#cssmenu > ul > li.has-sub:hover > a:before {
	top: 50%;
	margin-top: 0px;
	height: 0;
}
#cssmenu ul ul {
	position: absolute;
	right: -9999px;
	top: 100%;
	z-index: 99;
	border: 1px solid #eee;
	background: #eee;
}
#cssmenu.align-right ul ul {
	text-align: right;
}
#cssmenu ul ul li {
	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-ms-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
}
#cssmenu li:hover > ul {
	right: auto;
}
#cssmenu.align-right li:hover > ul {
	right: auto;
	left: 0;
}
#cssmenu li:hover > ul > li {
}
#cssmenu ul ul ul {
	margin-right: 100%;
	top: 0;
	bottom: auto;
}
#cssmenu.align-right ul ul ul {
	margin-right: 0;
	margin-left: 100%;
}
#cssmenu ul ul li a {
	border-bottom: 1px solid rgba(150, 150, 150, 0.15);
	padding: 16px 15px;
	width: 270px;
	font-size: 14px;
	text-decoration: none;
	color: #555;
	font-weight: 400;
	background: #fff;
}
#cssmenu ul ul li:last-child > a, #cssmenu ul ul li.last-item > a {
	border-bottom: 0;
}
#cssmenu ul ul li:hover > a, #cssmenu ul ul li a:hover {
	background: #f5f5f5;
}
#cssmenu ul ul li.has-sub > a:after {
	position: absolute;
	top: 22px;
	left: 11px;
	width: 8px;
	height: 2px;
	display: block;
	background: #dddddd;
	content: '';
}
#cssmenu.align-right ul ul li.has-sub > a:after {
	left: auto;
	right: 11px;
}
#cssmenu ul ul li.has-sub > a:before {
	position: absolute;
	top: 19px;
	left: 14px;
	display: block;
	width: 2px;
	height: 8px;
	background: #dddddd;
	content: '';
	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-ms-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
}
#cssmenu.align-right ul ul li.has-sub > a:before {
	left: auto;
	right: 14px;
}
#cssmenu ul ul > li.has-sub:hover > a:before {
	top: 23px;
	height: 0;
}

@media all and (max-width: 768px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min-resolution: 192dpi) and (max-width: 1024px), only screen and (min-resolution: 2dppx) and (max-width: 1024px) {
#cssmenu {
	width: 100%;
}
#cssmenu, #cssmenu ul, #cssmenu ul li, #cssmenu ul li a, #cssmenu #menu-button {
	float: none;
}
#cssmenu ul {
	width: 100%;
	display: none;
	overflow: hidden;
}
#cssmenu.align-center > ul {
	text-align: right;
}
#cssmenu ul li {
	width: 100%;
	border-top: 1px solid rgba(120, 120, 120, 0.2);
}
#cssmenu ul ul li, #cssmenu li:hover > ul > li {
	height: auto;
}
#cssmenu ul li a, #cssmenu ul ul li a {
	width: 100%;
	border-bottom: 0;
	padding: 15px 17px;
}
#cssmenu > ul > li {
	float: none;
	background: #111;
}
#cssmenu ul ul li a {
	padding: 10px 25px;
}
#cssmenu ul ul ul li a {
	padding-right: 35px;
}
#cssmenu ul ul li a {
	background: none;
}
#cssmenu ul ul li:hover > a, #cssmenu ul ul li.active > a {
}
#cssmenu ul ul, #cssmenu ul ul ul, #cssmenu.align-right ul ul {
	position: relative;
	right: 0;
	width: 100%;
	margin: 0;
	top: 100%;
	text-align: right;
}
#cssmenu > ul > li.has-sub > a:after, #cssmenu > ul > li.has-sub > a:before, #cssmenu ul ul > li.has-sub > a:after, #cssmenu ul ul > li.has-sub > a:before {
	display: none;
}
#cssmenu #menu-button {
	display: block;
	margin: 34px 0 0 5px;
	color: #c1c738;
	cursor: pointer;
	font-size: 28px;
	text-transform: uppercase;
	font-weight: 700;
	overflow: hidden;
	float: left;
}
#cssmenu .submenu-button {
	position: absolute;
	z-index: 99;
	left: 0;
	top: 0;
	display: block;
	border-right: 1px solid rgba(120, 120, 120, 0.2);
	height: 46px;
	width: 46px;
	cursor: pointer;
}
#cssmenu .submenu-button.submenu-opened {
	background: #f5f5f5;
}
#cssmenu ul ul .submenu-button {
	height: 34px;
	width: 34px;
}
#cssmenu .submenu-button:after {
	position: absolute;
	top: 22px;
	left: 19px;
	width: 8px;
	height: 2px;
	display: block;
	background: #dddddd;
	content: '';
}
#cssmenu ul ul .submenu-button:after {
	top: 15px;
	left: 13px;
}
#cssmenu .submenu-button.submenu-opened:after {
	background: #777;
}
#cssmenu .submenu-button:before {
	position: absolute;
	top: 19px;
	left: 22px;
	display: block;
	width: 2px;
	height: 8px;
	background: #dddddd;
	content: '';
}
#cssmenu ul ul .submenu-button:before {
	top: 12px;
	left: 16px;
}
#cssmenu .submenu-button.submenu-opened:before {
	display: none;
}
}
.navbar-brand {
	/*padding-top: 1.25rem;*/
	padding-bottom: 1.25rem;
	font-weight: bold;
}
.navbar-light .navbar-brand {
	color: #c1c738;
}
/** pre-header **/
.pre-header {
	background: #272C2E;
	padding: 5px 0;
}
.pre-header-light {
	background: #f8f8f8;
	padding: 0;
	border-bottom: 1px solid #eee;
}
.social-icons {
	margin-top: 35px;
	text-align: center;
}
.social-icons li {
	display: inline-block;
	margin: 0 4px;
}
.social-icons li a {
	color: #fff;
	display: block;
	width: 40px;
	font-size: 16px;
	height: 40px;
	background: #00c7e8;
	line-height: 35px;
	text-align: center;
	border: 2px solid transparent;
}
.social-icons li a:hover {
	background: #009EB8;
	border: 2px solid #00c7e8;
}
.facebook a{
    color: #fff !important;
	display: block !important;
	width: 40px !important;
	font-size: 16px !important;
	height: 40px !important;
	background: #00c7e8 !important;
	line-height: 35px !important;
	text-align: center !important;
	border: 2px solid transparent !important;
}
.facebook a:hover{
    background: #3B5998 !important;
	border: 2px solid #00c7e8 !important;
}
.Twitter a{
    color: #fff !important;
	display: block !important;
	width: 40px !important;
	font-size: 16px !important;
	height: 40px !important;
	background: #00c7e8 !important;
	line-height: 35px !important;
	text-align: center !important;
	border: 2px solid transparent !important;
}
.Twitter a:hover{
    background: #00ACED !important;
	border: 2px solid #00c7e8 !important;
}
.Youtube a{
    color: #fff !important;
	display: block !important;
	width: 40px !important;
	font-size: 16px !important;
	height: 40px !important;
	background: #00c7e8 !important;
	line-height: 35px !important;
	text-align: center !important;
	border: 2px solid transparent !important;
}
.Youtube a:hover{
    background: #EC2727 !important;
	border: 2px solid #00c7e8 !important;
}
.Google a{
    color: #fff !important;
	display: block !important;
	width: 40px !important;
	font-size: 16px !important;
	height: 40px !important;
	background: #00c7e8 !important;
	line-height: 35px !important;
	text-align: center !important;
	border: 2px solid transparent !important;
}
.Google a:hover{
    background: #DC4A38 !important;
	border: 2px solid #00c7e8 !important;
}
.dropdown-menu {
	right: 0px;
	float: right;
	min-width: 160px;
	padding: 0 0px;
	margin: 0 0px 0px;
	font-size: 14px;
	background-color: #FFF;
	background-clip: padding-box;
	border-radius: 0;
	border: none;
	-webkit-animation-duration: .3s;
	animation-duration: .3s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn
}
.dropdown-menu.dir-rtl {
	right: auto;
	left: 0;
}
.search-container {
	width: 300px;
	top: 56px;
	border-radius: 30px;
	overflow: hidden;
}
.search-container .form-control {
	border: none;
}
.form-control-lg, .input-group-lg > .form-control, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .btn {
	padding: 1.08rem 1.25rem;
	line-height: 1.333333;
	border-radius: 0;
}
.log-buttons {
	margin-top: 39px;
	float: left;
}
.log-buttons a {
	color: #fff;
	display: block;
	width: 32px;
	height: 32px;
	line-height: 27px;
	text-align: center;
	float: right;
	margin-right: 8px;
	font-size: 18px;
}
.slider-wrapper {
	direction: ltr;
	position:relative;
	z-index:999;
}
.slider-overlay {
	display:none;
}
/************************************/
.section {
	background: #fff;
	padding: 70px 0 70px 0;
	border-bottom: 1px solid #dedede;
}
.section-inverse {
	background: #f5f5f5;
	padding: 70px 0 40px 0;
	border-bottom: 1px solid #dedede;
}
.section-cell {
	padding: 70px 0 40px 0;
	border-bottom: 1px solid #dedede;
}
.section-full {
	padding: 0;
}
header > p {
	font-size: 1rem;
}
.section-title {
	text-align: center;
	position: relative;
	clear: both;
	margin-bottom: 30px;
}
.section-title:before {
	position: absolute;
	content: "";
	width: 100%;
	right: 0;
	left: 0;
	top: 24px;
	border-bottom: 3px solid #959595;
}
.section-title h2 {
	margin-bottom: 22px;
	font-size: 1.75rem;
	display: inline-block;
	background: #fff;
	padding: 0 20px;
	font-family: 'Droid Arabic Kufi';
	color: #263543;
	position: relative;
	z-index: 99;
}
/************background-bg*******************/
.background-bg1 {
	background: url(../images/background-img-1.jpg) center top no-repeat;
}
.paralax-bg {
	color: #fff;
	padding: 100px 0;
}
.paralax-bg h1 {
	color: #fff;
}
.paralax-bg h1 {
	font-size: 38px;
	margin: 15px 0px;
}
.paralax-overlay {
	position: relative;
}
.paralax-overlay:before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	background: rgba(0,0,0,.5);
	z-index: -1;
}
/********item-boxed******/
.image-hover {
	position: relative;
	overflow: hidden;
}
.image-hover a {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background: rgba(4,158,232,.3);
	z-index: 99;
	text-align: center;
	color: #fff;
	opacity: 0;
}
.image-hover:hover a {
	opacity: 1
}
.image-hover a i {
	position: absolute;
	top: 50%;
	right: 50%;
	margin-top: -17px;
	margin-right: -13px;
	transform: scale(1.5)
}
.image-hover:hover a i {
	transform: scale(1);
}
.image-hover img {
	transform: scale(1.05);
}
.image-hover:hover img {
	transform: scale(1.2);
}
.main-slider .owl-controls {
	position: relative;
	margin-top: -100px;
}
.main-slider {
	position: relative;
}
.slider-caption {
	width: 100%;
	height: 100%;
	color: #fff;
	padding: 10% 0;
	background: rgba(4, 158, 232, 0.2);
}
.slider-caption * {
}
.slider-caption h3, .slider-caption h2, .slider-caption p, .slider-caption span {
	color: #fff;
	float: right;
	position: relative;
	padding: 15px;
	background: rgba(0,0,0,.3);
}
/*-- Animation --*/

.active .animated2 {
	-webkit-transition: opacity .3s;
	-moz-transition: opacity .3s;
	-ms-transition: opacity .3s;
	-o-transition: opacity .3s;
	transition: opacity .3s;
	-webkit-animation: fadeInUp .5s ease-in-out;
	animation: fadeInUp .5s ease-in-out;
}
.active .animated3 {
	-webkit-transition: opacity .3s;
	-moz-transition: opacity .3s;
	-ms-transition: opacity .3s;
	-o-transition: opacity .3s;
	transition: opacity .3s;
	-webkit-animation: fadeInLeft;
	animation: fadeInLeft .5s ease-in-out 200ms both;
}
.delay02 {
	-webkit-animation-delay: .2s; /* Chrome, Safari, Opera */
	animation-delay: .2s;
}
.delay04 {
	-webkit-animation-delay: .4s; /* Chrome, Safari, Opera */
	animation-delay: .4s;
}
.delay06 {
	-webkit-animation-delay: .6s; /* Chrome, Safari, Opera */
	animation-delay: .6s;
}
.delay08 {
	-webkit-animation-delay: .8s; /* Chrome, Safari, Opera */
	animation-delay: .8s;
}
/* simple */
.flip-container {
	-webkit-perspective: 1000;
	-moz-perspective: 1000;
	-ms-perspective: 1000;
	perspective: 1000;
	-ms-transform: perspective(1000px);
	-moz-transform: perspective(1000px);
	-moz-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
}
/* START: Accommodating for IE */
.flip-container:hover .back, .flip-container.hover .back {
	-webkit-transform: rotateY(0deg);
	-moz-transform: rotateY(0deg);
	-o-transform: rotateY(0deg);
	-ms-transform: rotateY(0deg);
	transform: rotateY(0deg);
}
.flip-container:hover .front, .flip-container.hover .front {
	-webkit-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	-o-transform: rotateY(180deg);
	transform: rotateY(180deg);
}
/* END: Accommodating for IE */

.flip-container, .front, .back {
	width: 110px;
	height: 110px;
	text-align: center;
	margin: 0 auto 30px auto;
}
.flipper {
	-webkit-transition: 0.6s;
	-webkit-transform-style: preserve-3d;
	-ms-transition: 0.6s;
	-moz-transition: 0.6s;
	-moz-transform: perspective(1000px);
	-moz-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transition: 0.6s;
	transform-style: preserve-3d;
	position: relative;
}
.front, .back {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition: 0.6s;
	-webkit-transform-style: preserve-3d;
	-webkit-transform: rotateY(0deg);
	-moz-transition: 0.6s;
	-moz-transform-style: preserve-3d;
	-moz-transform: rotateY(0deg);
	-o-transition: 0.6s;
	-o-transform-style: preserve-3d;
	-o-transform: rotateY(0deg);
	-ms-transition: 0.6s;
	-ms-transform-style: preserve-3d;
	-ms-transform: rotateY(0deg);
	transition: 0.6s;
	transform-style: preserve-3d;
	transform: rotateY(0deg);
	position: absolute;
	top: 0;
	left: 0;
}
.front {
	-webkit-transform: rotateY(0deg);
	-ms-transform: rotateY(0deg);
	z-index: 1;
}
.back {
	-webkit-transform: rotateY(-180deg);
	-moz-transform: rotateY(-180deg);
	-o-transform: rotateY(-180deg);
	-ms-transform: rotateY(-180deg);
	transform: rotateY(-180deg);
}
.front span, .back span {
	display: block;
	transform: rotate(-45deg);
	width: 100%;
	height: 100%;
	line-height: 110px;
	color: #fff;
	font-size: 28px;
	font-family: 'Droid Arabic Kufi';
	background: #166e8f;
}
.front span i, .back span i {
	font-size: 50px;
}
.hexa-post {
	text-align: center;
	padding: 0 35px;
	margin-top: 40px;
}
.hexa-post p {
	margin-top: 50px;
}
.hexa-icon {
	transform: rotate(45deg);
}
.service {
	border: 1px solid #ddd;
	border-radius: 5px;
	padding: 70px 30px 40px 30px;
	text-align: center;
	position: relative;
	background: #fff;
	box-shadow: 0 0 3px rgba(0,0,0,.2);
	margin-bottom: 50px;
}
.service:hover {
	box-shadow: 0 0 4px 2px rgba(0,0,0,.2);
}
.service:hover .btn {
	box-shadow: 0 0 4px 2px rgba(0,0,0,.2);
	background: #c1c738;
	color: #fff;
	border-color: #c1c738;
}
.service h3 {
	border-bottom: 2px solid #166e8f;
	padding-bottom: 15px;
	margin-bottom: 15px;
}
.service:hover h3 {
	color: #c1c738;
	border-color: #c1c738;
}
.service p {
	text-align: right;
	margin: 0;
    color: #166e8f;
}
.service .btn {
	box-shadow: 0 0 3px rgba(0,0,0,.2);
	position: absolute;
	bottom: -20px;
	left: 50%;
	margin-left: -52px;
}
.ch-item {
	width: 100px;
	height: 100px;
	position: absolute;
	left: 50%;
	margin-left: -50px;
	top: -50px;
}
.ch-info-wrap, .ch-info {
	position: absolute;
	border-radius: 50%;
	width: 100px;
	height: 100px;
	line-height: 84px;
	text-align: center;
	font-size: 50px;
	color: #263543;
}
.ch-info {
	border: 1px solid #ddd;
}
.ch-info-wrap {
	background: #fff;
}
.ch-info > div {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background-position: center center;
	-webkit-backface-visibility: hidden; /*Just for webkit to have a smooth font*/
}
.ch-info .ch-info-front {
	line-height: 96px;
	-webkit-transition: all 0.6s ease-in-out;
	-moz-transition: all 0.6s ease-in-out;
	-o-transition: all 0.6s ease-in-out;
	-ms-transition: all 0.6s ease-in-out;
	transition: all 0.6s ease-in-out;
}
.ch-info .ch-info-back {
	opacity: 0;
	color: #fff;
	background: #c1c738;
	pointer-events: none;
	-webkit-transform: scale(1.5);
	-moz-transform: scale(1.5);
	-o-transform: scale(1.5);
	-ms-transform: scale(1.5);
	transform: scale(1.5);
	-webkit-transition: all 0.4s ease-in-out 0.2s;
	-moz-transition: all 0.4s ease-in-out 0.2s;
	-o-transition: all 0.4s ease-in-out 0.2s;
	-ms-transition: all 0.4s ease-in-out 0.2s;
	transition: all 0.4s ease-in-out 0.2s;
}
.service:hover .ch-info-front {
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-o-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	opacity: 0;
}
.service:hover .ch-info-back {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	opacity: 1;
	pointer-events: auto;
}
.grid-cell {
	text-align: center;
	margin: 110px auto 150px auto;
}
.cell-item {
	display: inline-block;
	text-align: center;
	width: 305px;
	margin-bottom: -60px;
}
/* simple */
.flip-container2 {
	width: 206px;
	height: 206px;
	margin: 0 auto;
	-webkit-perspective: 1000;
	-moz-perspective: 1000;
	-ms-perspective: 1000;
	perspective: 1000;
	-ms-transform: perspective(1000px);
	-moz-transform: perspective(1000px);
	-moz-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
}
/* START: Accommodating for IE */
.flip-container2:hover .back2, .flip-container2.hover .back2 {
	-webkit-transform: rotateY(0deg);
	-moz-transform: rotateY(0deg);
	-o-transform: rotateY(0deg);
	-ms-transform: rotateY(0deg);
	transform: rotateY(0deg);
}
.flip-container2:hover .front2, .flip-container2.hover .front2 {
	-webkit-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	-o-transform: rotateY(180deg);
	transform: rotateY(180deg);
}
/* END: Accommodating for IE */

.flip-containe2r, .front2, .back2 {
	width: 206px;
	height: 206px;
	text-align: center;
	margin: 0 auto 30px auto;
}
.flipper2 {
	-webkit-transition: 0.6s;
	-webkit-transform-style: preserve-3d;
	-ms-transition: 0.6s;
	-moz-transition: 0.6s;
	-moz-transform: perspective(1000px);
	-moz-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transition: 0.6s;
	transform-style: preserve-3d;
	position: relative;
}
.front2, .back2 {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition: 0.6s;
	-webkit-transform-style: preserve-3d;
	-webkit-transform: rotateY(0deg);
	-moz-transition: 0.6s;
	-moz-transform-style: preserve-3d;
	-moz-transform: rotateY(0deg);
	-o-transition: 0.6s;
	-o-transform-style: preserve-3d;
	-o-transform: rotateY(0deg);
	-ms-transition: 0.6s;
	-ms-transform-style: preserve-3d;
	-ms-transform: rotateY(0deg);
	transition: 0.6s;
	transform-style: preserve-3d;
	transform: rotateY(0deg);
	position: absolute;
	top: 0;
	left: 0;
}
.front2 {
	-webkit-transform: rotateY(0deg);
	-ms-transform: rotateY(0deg);
	transform: rotateY(0deg);
	z-index: 1;
}
.back2 {
	-webkit-transform: rotateY(-180deg);
	-moz-transform: rotateY(-180deg);
	-o-transform: rotateY(-180deg);
	-ms-transform: rotateY(-180deg);
	transform: rotateY(-180deg);
}
.front2 span, .back2 span {
	display: block;
	transform: rotate(-45deg);
	width: 206px;
	height: 206px;
	line-height: 37px;
	color: #166e8f !important;
	font-size: 30px;
	font-family: 'Droid Arabic Kufi';
	background: #fff;
	box-shadow: 0 0 5px rgba(0,0,0,.2);
}
.front2 span i, .back2 span i {
	font-size: 50px;
}
.hexa-post2 {
	text-align: center;
	padding: 0 35px;
	margin-top: 40px;
}
.hexa-post2 p {
	margin-top: 50px;
}
.hexa-icon2 {
	width: 206px;
	height: 206px;
	display: table;
	vertical-align: middle;
	transform: rotate(45deg);
	color:#166e8f;
}
.table-d {
	vertical-align: middle;
	display: table;
	width: 100%;
	height: 100%;
}
.table-cell {
	vertical-align: middle;
	display: table-cell;
}
.hexa-icon2 img {
	max-width: 80%;
	height: auto;
}
.up-img {
	float: left;
	margin-right: 20px;
	margin-bottom: 30px;
	background: #fff;
	text-align: center;
	max-width: 200px;
	-moz-box-shadow: rgba(1,2,2,0.08) 0px 1px 1.96px 0.04px;
	-webkit-box-shadow: rgba(1,2,2,0.08) 0px 1px 1.96px 0.04px;
	box-shadow: rgba(1,2,2,0.08) 0px 1px 1.96px 0.04px;
	transition: all 0.2s ease-in-out 0s;
	transform: translateY(0) !important;
}
.up-img:hover {
	-moz-box-shadow: 0 10px 35px 5px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 10px 35px 5px rgba(0,0,0,0.2);
	box-shadow: 0 10px 35px 5px rgba(0,0,0,0.2);
	transform: translateY(-8px) !important;
}
.up-img:last-child {
	margin-right: 0;
}
.up-img h3 {
	font-size: 18px;
	margin: 10px 0;
}
/****************************************************************/
.img-wrapper {
	position: relative;
	overflow: hidden;
	background: #333;
}
.post-block {
	text-align: center;
	background: #fff;
	border: 1px solid #eee;
	margin-bottom: 30px;
	box-shadow: 0 0 3px rgba(0,0,0,.2);
	border-bottom: 4px solid #0072bc;
}
.post-block img {
	max-width: 100%;
	transform: scale(1.1) rotate(0deg);
    height: 150px;
}
.post-block:hover {
	background: #0072bc;
	box-shadow: 0 0 5px rgba(0,0,0,.4);
	border-color: #bbb;
	border-bottom: 4px solid #0072bc;
}
.post-block:hover img {
	transform: scale(1.6) rotate(15deg);
	opacity: .5;
}
.post-block h3 {
	font-size: 19px;
	margin: 14px 0 14px 0;
}
.post-block:hover h3 {
	color: #fff;
}
.img-btn {
	display: block;
	width: 45px;
	height: 45px;
	line-height: 45px;
	background: #0072bc;
	color: #fff;
	border-radius: 50%;
	font-size: 18px;
	position: absolute;
	top: 50%;
	margin-top: -22.5px;
	opacity: 0;
	-webkit-transition: opacity 0.2s, -webkit-transform 0.35s;
	transition: opacity 0.2s, transform 0.35s;
	-webkit-transform: translate3d(0, 40px, 0);
	transform: translate3d(0, 40px, 0);
}
.zoom-btn {
	right: 30%;
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
}
.url-btn {
	left: 30%;
}
.img-btn:hover {
	color: #fff;
}
.post-block:hover .img-btn {
	-webkit-transition-delay: 0.05s;
	transition-delay: 0.05s;
	-webkit-transition-duration: 0.35s;
	transition-duration: 0.35s;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	opacity: 1;
}
.post-block:hover .zoom-btn {
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
}
.tab-con {
	margin: 30px 0;
}
.tab-con p {
	margin-bottom: 30px;
}
.tab-nav {
}
.tab-nav li {
	display: inline-block;
	padding: 0 0 0 7px;
}
.tab-nav li a {
	font-size: 16px;
	font-weight: bold;
	display: block;
	height: 40px;
	line-height: 40px;
	padding: 0 20px;
	border-radius: 20px;
	border: 2px solid transparent;
}
.tab-nav li a.active {
	border: 2px solid #ddd;
}
.circle-img {
	width: 250px;
	height: 250px;
	border-radius: 50%;
	position: relative;
	background: #fff;
	text-align: center;
	margin: 30px auto;
	-webkit-box-shadow: 0 0 3px rgba(0,0,0,.2);
	box-shadow: 0 0 3px rgba(0,0,0,.2);
}
.circle-img img {
	max-width: 72%;
	height: auto;
}
.circle-img:hover {
	transform: scale(1.08);
	-webkit-box-shadow: 0 3px 5px 3px rgba(0,0,0,0.2);
	box-shadow: 0 3px 5px 3px rgba(0,0,0,0.2);
}
.overlay-img {
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 50%;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.5);
	z-index: 99;
	opacity: 0;
	-webkit-transition: opacity 0.2s, -webkit-transform 0.35s;
	transition: opacity 0.2s, transform 0.35s;
	-webkit-transform: rotateY(-90deg);
	transform: rotateY(-90deg);
}
.circle-img:hover .overlay-img {
	-webkit-transition-delay: 0.05s;
	transition-delay: 0.05s;
	-webkit-transition-duration: 0.35s;
	transition-duration: 0.35s;
	-webkit-transform: rotateY(0deg);
	transform: rotateY(0deg);
	opacity: 1;
}
.overlay-img h4 a {
	color: #fff;
}
/****************************************************************/
.Footer {
	position: relative;
	background: #10688a;
	background: -moz-linear-gradient(left, #579bc6 0%, #10688a 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #579bc6 0%, #10688a 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #579bc6 0%, #10688a 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#579bc6', endColorstr='#10688a', GradientType=1 ); /* IE6-9 */
	padding: 0 0 70px 0;
}
.slogan {
	display: inline-block;
	text-align: center;
	color: #fff;
	height: 60px;
	line-height: 55px;
	padding: 0 50px;
	top: -15px;
	font-size: 17px;
	position: relative;
	margin: 0 auto 30px auto;
	background: #c1c738;
}
.slogan:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 60px;
	background: #c1c738;
	-webkit-transform: skew(30deg);
	transform: skew(30deg);
	display: block;
	left: -20px;
	top: 0;
}
.slogan:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 60px;
	top: 0;
	background: #c1c738;
	-webkit-transform: skew(-30deg);
	transform: skew(-30deg);
	display: block;
	right: -20px;
}
.arrow-slogan {
	display: block;
	position: absolute;
	top: 0;
	width: 0;
	height: 0;
	border-left: 9px solid transparent;
	border-right: 9px solid transparent;
	border-bottom: 15px solid #999E26;
	z-index: 9999;
}
.a-r {
	right: -46px;
}
.a-l {
	left: -46px;
}
.slogan p {
	position: relative;
	z-index: 9999;
}
.footer-widget {
}
.Widget {
	margin-bottom: 40px;
}
.Footer .Widget {
	color: #fff;
	margin-bottom: 30px;
}
.Widget-title {
	margin-bottom: 20px;
	position: relative;
	padding-bottom: 15px;
}
.Widget-title h3 {
	font-size: 20px;
	text-transform: capitalize;
	margin: 0;
	color: #fff;
}
.Widget-title:before {
	content: '';
	width: 130px;
	height: 3px;
	background-color: #fff;
	position: absolute;
	right: 0;
	bottom: 0;
}
.footer-list ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.footer-list ul li {
	margin-bottom: 5px;
    font-size:16px;
}
.footer-list ul li a {
	position: relative;
}
.footer-list ul li a:before {
	content: "\f104";
	font-family: FontAwesome;
	margin-left: 10px;
	color: #C1C1C1;
}
.footer-list ul li a:hover {
	color: rgba(255,255,255,.7);
}
.footer-logo {
	text-align: center;
}
.footer-logo img {
	margin: 0 auto 30px;
	text-align: center;
}

@media (max-width: 72.25rem) {
}

@media (max-width: 60rem) {
}

@media (max-width: 45rem) {
#cssmenu {
	margin: 0px 0 0 0;
}
.log-buttons {
	margin-top: 37px;
	float: left;
	position: absolute;
	top: 0;
	left: 50px;
}
.service {
	margin-bottom: 90px;
}
.cell-item {
	display: block;
	text-align: center;
	width: 100%;
	margin-bottom: 70px;
}
.flip-containe2r, .front2, .back2, .front2 span, .back2 span, .hexa-icon2, .flip-container2 {
	width: 146px;
	height: 146px;
}
.tab-nav li {
	display: inline-block;
	padding: 0 0 0 0px;
}
.tab-nav li a {
	font-size: 15px;
}
.up-img {
	float: left;
	margin: 20px 20px 0 0;
}
.slogan:before, .slogan:after, .arrow-slogan, .blanck {
	display: none;
}
.slogan {
	height: auto;
	line-height: 35px;
	padding: 20px 50px;
}
.big_title1 {
	font-size: 40px;
}
.big_title2 {
	font-size: 21px;
}
}

@media (max-width: 34rem) {
}
.sticky-nav {
	position:fixed;
	width:100%;
	z-index:9999999;
	background:#fff;
	box-shadow:0 0 3px rgba(0,0,0,.5);
}
.sticky-nav #cssmenu > ul > li > a {
	color:#000;
}
.sticky-nav #cssmenu > ul > li:hover > a,.sticky-nav #cssmenu > ul > li.active > a  {
    color: #c0c638;
}
.sticky-nav .navbar-brand {
    padding-top: 1rem;
    padding-bottom: 1rem;
    font-weight: bold;
    max-width: 90px;
}
.sticky-nav #cssmenu {
    margin: 30px 0 0 0;
}
.sticky-nav .log-buttons {
    margin-top: 27px;
}
.gotop {
    background-color: #166e8f;
    z-index: 999999999999999;
    border-radius: 0;
    border: 1px solid #145F7B;
    width: 40px;
    height: 40px;
    position: fixed;
    display: none;
    bottom: 30px;
    right: 30px;
    color: #fff;
    font-size: 20px;
    text-align: center;
	line-height:38px;
    cursor: pointer;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
	transform:rotate(45deg);
}
.gotop i {
	transform:rotate(-45deg);
}
.contatct-sec {
	position:fixed;
	right:-500px;
	width:500px;
	padding:30px;
	top:35%;
	background-color: #166e8f;
    z-index: 99;
	-webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.contatct-sec:hover {
	right:0;
}
.contatct-sec-btn {
	position:absolute;
	width: 50px;
	height:160px;
	top:0;
	background-color: #166e8f;
	right:100%;
	color:#fff;
	text-align:center;
}
.contatct-sec-btn span {
	display: block;
	width: 160px;
	height: 50px;
	transform: rotate(-90deg);
	position: absolute;
	top: 55px;
	left: -55px;
	line-height: 48px;
}