/* ------------------------------------------------------------------------------
	Typography
-------------------------------------------------------------------------------*/

@import url(http://fonts.googleapis.com/css?family=Open%20Sans:300,400,500,600,700);
@import url(http://fonts.googleapis.com/css?family=Merriweather:300,400,500,600,700);
p {
	font-size: 13px;
	line-height: 22.4px;
	color: #6c7279;
}
h1 {
	font-size: 65px;
	color: #2d3033;
}
h2 {
	font-size: 40px;
	color: #2d3033;
}
h3 {
	font-size: 28px;
	color: #2d3033;
	font-weight: 300;
}
h4 {
	font-size: 22px;
	color: #2d3033;
	font-weight: 400;
}
h5 {
	font-size: 16px;
	color: #2d3033;
	text-transform: uppercase;
	font-weight: 700;
}
.btn {
	background-color: #1d91b9;
	color: #fff;
	font-size: 13px;
	font-weight: 600;
	border: 0;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	display: inline-block;
	text-transform: uppercase;
}
.btn:hover, .btn:focus {
	background-color: #26506c;
	color: #fff;
}
.btn-large {
	padding: 15px 40px;
}
/* ------------------------------------------------------------------------------
	Global Styles
-------------------------------------------------------------------------------*/
a:hover, a:focus {
	text-decoration: none;
	-moz-transition: background-color, color, 0.3s;
	-o-transition: background-color, color, 0.3s;
	-webkit-transition: background-color, color, 0.3s;
	transition: background-color, color, 0.3s;
}
body {
	font-family: "Open Sans", Arial, sans-serif;
	font-weight: 400;
	color: #6c7279;
	background-color: #f4f4f4;
}
ul, ol {
	margin: 0;
	padding: 0;
}
ul li {
	list-style: none;
}
.section {
	padding: 75px 0;
}
.no-padding {
	padding: 0;
}
.no-gutter [class*=col-] {
	padding-right: 0;
	padding-left: 0;
}
.space {
	margin-top: 60px;
}
/* ------------------------------------------------------------------------------
	Header
-------------------------------------------------------------------------------*/
#header {
	position: fixed;
	width: 100%;
	z-index: 999;
	
}
#header .header-content {
	margin: 0 auto;
	max-width: 1170px;
	padding: 60px 0;
	width: 100%;
	transition: padding 0.3s;
}
#header .logo {
	float: left;
	font-size:24px;
	font-weight:700;
	color:#fff;
	text-decoration:none;
	text-transform:uppercase;
	letter-spacing:2px;
	
}
#header .logo-img {
	padding-top: 0px;
	justify-content: center;
	width: 45px;
	display: inline-block;
    vertical-align: middle;
	margin-right: 10px;
}
#header.fixed {
	background-color: #fafafa;
}
#header.fixed a {
	color: #000;
}
#header.fixed a.active {
	color: #1d91b9;
}
#header.fixed .header-content {
	border-bottom: 0;
	padding: 25px 0;
}
#header.fixed .nav-toggle {
	top: 18px;
	color: #000;
}
.navigation.open {
	opacity: 0.9;
	visibility: visible;
	-moz-transition: opacity 0.5s;
	-o-transition: opacity 0.5s;
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
}
.navigation {
	float: right;
	line-height: 40px;
}
.navigation li {
	display: inline-block;
}
.navigation a {
	color: rgba(255, 255, 255, 0.75) ;
	font-size: 14px;
	font-weight: 700;
	margin-left: 40px;
	text-transform: uppercase;
}
.navigation a:hover, .navigation a.active {
	color: #fff ;
}
.ln-ar {
	margin-left: 60px !important;
	margin-right: 5px;
	font-size: 17px !important;
	outline-style: solid;
	outline-width: 2px;
	outline-offset: 3px;
}
.ln-en {
	margin-left: 60px !important;
	margin-right: 5px;
	outline-style: solid;
	outline-width: 2px;
	outline-offset: 3px;
}
.nav-toggle {
	display: none;
	height: 44px;
	overflow: hidden;
	position: fixed;
	right: 5%;
	text-indent: 100%;
	top: 32px;
	margin-top: 8px;
	white-space: nowrap;
	width: 44px;
	z-index: 99999;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.nav-toggle:before, .nav-toggle:after {
	border-radius: 50%;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-moz-backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-transition-property: -moz-transform;
	-o-transition-property: -o-transform;
	-webkit-transition-property: -webkit-transform;
	transition-property: transform;
}
.nav-toggle:before {
	background-color: #26506c;
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-webkit-transform: scale(1);
	transform: scale(1);
	-moz-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
}
.nav-toggle:after {
	background-color: #1d91b9;
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-webkit-transform: scale(0);
	transform: scale(0);
	-moz-transition-duration: 0s;
	-o-transition-duration: 0s;
	-webkit-transition-duration: 0s;
	transition-duration: 0s;
}
.nav-toggle span {
	background-color: #fff;
	bottom: auto;
	display: inline-block;
	height: 3px;
	left: 50%;
	position: absolute;
	right: auto;
	top: 50%;
	width: 18px;
	z-index: 10;
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}
.nav-toggle span:before, .nav-toggle span:after {
	background-color: #fff;
	content: "";
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-moz-backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-transition: -moz-transform 0.3s;
	-o-transition: -o-transform 0.3s;
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
}
.nav-toggle span:before {
	-moz-transform: translateY(-6px) rotate(0deg);
	-ms-transform: translateY(-6px) rotate(0deg);
	-webkit-transform: translateY(-6px) rotate(0deg);
	transform: translateY(-6px) rotate(0deg);
}
.nav-toggle span:after {
	-moz-transform: translateY(6px) rotate(0deg);
	-ms-transform: translateY(6px) rotate(0deg);
	-webkit-transform: translateY(6px) rotate(0deg);
	transform: translateY(6px) rotate(0deg);
}
.nav-toggle.close-nav:before {
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-webkit-transform: scale(0);
	transform: scale(0);
}
.nav-toggle.close-nav:after {
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-webkit-transform: scale(1);
	transform: scale(1);
}
.nav-toggle.close-nav span {
	background-color: rgba(255, 255, 255, 0);
}
.nav-toggle.close-nav span:before, .nav-toggle.close-nav span:after {
	background-color: #fff;
}
.nav-toggle.close-nav span:before {
	-moz-transform: translateY(0) rotate(45deg);
	-ms-transform: translateY(0) rotate(45deg);
	-webkit-transform: translateY(0) rotate(45deg);
	transform: translateY(0) rotate(45deg);
}
.nav-toggle.close-nav span:after {
	-moz-transform: translateY(0) rotate(-45deg);
	-ms-transform: translateY(0) rotate(-45deg);
	-webkit-transform: translateY(0) rotate(-45deg);
	transform: translateY(0) rotate(-45deg);
}
/* ------------------------------------------------------------------------------
	Banner
-------------------------------------------------------------------------------*/
.banner {
	background-image: url(../images/Planet.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	-moz-background-size: cover;
	-o-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
	background-attachment: fixed;
	min-height: 600px;
	height: 100vh;
}
.banner-text {
	padding-top: 30%;
}
.banner-text h1 {
	color: #fff;
	font-family: "Open Sans", Arial, sans-serif;
	font-size: 65px;
	font-weight: 700;
	/*text-transform: uppercase;*/
}
.banner-text h2 {
	color: #fff;
	font-family: "Open Sans", Arial, sans-serif;
	font-size: 35px;
	font-weight: 600;
	/*text-transform: uppercase;*/
}
.banner-text p {
	color: rgba(255, 255, 255, 0.60);
	font-size: 18px;
	font-weight: 400;
	line-height: 24px;
	margin-top: 30px;
	margin-bottom: 80px;
}
/* ==========================================================================
	$intro
========================================================================== */
.intro {
	background-color: #26506c;
}
.intro h3 {
	color: #fff;
	margin-top: 0;
	margin-bottom: 25px;
}
.intro p {
	color: rgba(255, 255, 255, 0.75);
	font-weight: 400;
}
.intro br {
	content: "";
	display: block;
	margin-top: 5px;
}
/* ==========================================================================
	$Services
========================================================================== */
.services-section {
	padding: 75px 0;
	background-color: #fff;
	text-align: center;
}
.services-section h3 {
	color: rgb(20, 20, 20);
	margin-top: 0;
	margin-bottom: 30px;
	font-weight: 500;
}
.services-title:after {
	display: block;
	content: '';
	width: 100%;
	height: 19px;
	background: url('../images/separator.png') center center no-repeat;
	fill: #000;
	margin-top: 30px;
	margin-bottom: 45px;
}
.services {
	background-color: #f0f0f0;
	padding: 90px 61px 98px;
	border-radius: 25px;
	display: flex;
  	justify-content: center;
  	flex-direction: column;
}
.cards-row {
	display: flex;
}
.cards-col {
	flex: 1;
	margin-right: 30px;
	margin-left: 30px;
}
.services .separator {
	width: 30px;
	height: 2px;
	background-color: #1d91b9;
	margin: 20px auto 0;
}
.services .separator:hover {
	background-color: #00c7fc;
}
.services p {
	font-size: 15px;
	color: rgba(0, 0, 0, 0.75);
	font-weight: 600;
	display: inline-block;
  vertical-align: middle;
}
.services br {
	content: "";
	display: block;
	margin-top: 5px;
}
/* ------------------------------------------------------------------------------
	 goals
-------------------------------------------------------------------------------*/
.goals-section {
	padding-top: 75px;
	text-align: center;
}
.goals-section h3 {
	color: rgb(20, 20, 20);
	margin-top: 0;
	margin-bottom: 30px;
	font-weight: 500;
}
.goals-title:after {
	display: block;
	content: '';
	width: 100%;
	height: 19px;
	background: url('../images/separator.png') center center no-repeat;
	fill: #000;
	margin-top: 30px;
	margin-bottom: 45px;
}
.goals {
	margin-bottom: 50px;
	padding-left: 30px;
	padding-right: 30px;
}
.goals-content {
	padding: 0 15px;
	margin-top: 30px;
	
}
.goals .icon {
	color: #1d91b9;
	font-size: 50px;
}
.goals p {
	font-size: 15px;
	line-height: 22.4px;
	color: rgba(0, 0, 0, 0.75);
}
.goals .icon:hover {
	color: #00c7fc;
}
/* ------------------------------------------------------------------------------
	 strategy
-------------------------------------------------------------------------------*/
.strategy{
	background-color: #fff;
}
.strategy .strategy-text {
	padding: 48px;
}
.strategy .separator {
	width: 70px;
	height: 2px;
	background-color: #1d91b9;
}
.strategy .strategy-img {
min-height: 480px;
background-size: cover;
}

.strategy .strategy-text p {
	color: darkslategrey;
	font-weight: 300;
  }
  
@media (min-width: 768px) {
.strategy .strategy-text {
	padding: 112px;
}
}
/* ------------------------------------------------------------------------------
	 contact
-------------------------------------------------------------------------------*/
.contact-section {
	padding: 75px 0 80px;
	text-align: center;
}
.contact-section h3 {
	color: rgb(20, 20, 20);
	margin-top: 0;
	margin-bottom: 30px;
	font-weight: 500;
}
.contact-section h4 {
	font-size: 18px;
	color: #2d3033;
	font-weight: 400;
}
.contact-title:after {
	display: block;
	content: '';
	width: 100%;
	height: 19px;
	background: url('../images/separator.png') center center no-repeat;
	fill: #000;
	margin-top: 30px;
	margin-bottom: 45px;
}
.contact {
	margin-bottom: 50px;
	padding-left: 30px;
	padding-right: 30px;
}
.contact-content {
	padding: 0 15px;
	margin-top: 30px;
	
}
.contact .icon {
	color: #1d91b9;
	font-size: 50px;
}
.contact p {
	font-size: 15px;
	line-height: 22.4px;
	color: rgba(0, 0, 0, 0.75);
}
.contact a {
	font-size: 18px;
	color: #1d91b9;
	text-decoration: none;
	font-weight: 400;
	display: block
}
.contact a:hover {
	color: #00c7fc;
	text-decoration: underline;
  }

.social-icons a {
	border: 3px solid #101012;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background-color: #888;
	color: #101012;
	display: block;
	font-size: 26px;
	height: 52px;
	line-height: 46px;
	margin-right: 0px;
	text-align: center;
	margin-left: auto;
  	margin-right: auto;
	width: 52px;
}
.social-icons a:hover {
	background-color: #3b5998;
	border-color: #8b9dc3;
	color: #fff;
}
/* ------------------------------------------------------------------------------
	 Footer
-------------------------------------------------------------------------------*/
.footer {
	text-align: left;
	background-color: #101012;
}
.footer-bottom {
	padding: 5px 0;
}
.footer .footer-col {
	margin-bottom: 0px;
}
/*.footer .copyright {
	position: absolute;
  	bottom: 20px;
	color: #000;
}*/
.footer h5 {
	color: #fff;
}
.footer h5 {
	margin-bottom: 20px;
}
.footer p {
	color: rgba(255, 255, 255, 0.5);
}
.footer .footer-share {
	margin-top: 0;
}
.footer .footer-share li {
	display: inline-block;
	float: none;
}
.footer .footer-share a {
	border: none;
	font-size: 21px;
	color: rgba(255, 255, 255, 0.25);
}
.footer .fa-heart {
	color: #e84545;
	font-size: 11px;
	margin: 0 2px;
}
