/*======================*/
/* BASIC TYPOGRAPHY */
/*======================*/
@import url(https://fonts.googleapis.com/css?family=Exo+2:400,100,100italic,200,200italic,300,300italic,400italic,500,500italic,600,700,600italic,700italic,800,800italic,900,900italic);
@font-face {
	font-family: 'icomoon';
	src: url("../fonts/icomoon/icomoon.eot?srf3rx");
	src: url("../fonts/icomoon/icomoon.eot?srf3rx#iefix") format("embedded-opentype"), url("../fonts/icomoon/icomoon.ttf?srf3rx") format("truetype"), url("../fonts/icomoon/icomoon.woff?srf3rx") format("woff"), url("../fonts/icomoon/icomoon.svg?srf3rx#icomoon") format("svg");
	font-weight: normal;
	font-style: normal;
}
html {
	background: #fff;
}
body {
	font-family: 'Exo 2', sans-serif;
	font-size: 18px;
	font-weight: 300;
	line-height: 1.5;
	color: #7a7e89;
	background: #f7f7f7;
}
body.overflow {
	overflow-x: auto;
}
::-webkit-selection {
 color: #fff;
 background: #f9ad81;
}

::-moz-selection {
 color: #fff;
 background: #f9ad81;
}
::selection {
	color: #fff;
	background: #f9ad81;
}
a {
	color: #f9ad81;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
a:hover, a:focus, a:active {
	color: #f67d38;
	outline: none;
	text-decoration: none;
}
h1, h2, h3, h4, h5, h6 {
	font-family: "Exo 2", sans-serif;
	text-transform: uppercase;
}
p, ul li {
	font-weight: 200;
	font-size: 16px;
	color: #fff;
	margin-bottom: 20px;
}
#preloader {
	background: #fff;
	bottom: 0;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 9999;
}
#status {
	background-image: url(../images/loading.svg);
	background-position: center;
	background-repeat: no-repeat;
	height: 200px;
	left: 50%;
	margin: -100px 0 0 -100px;
	position: absolute;
	top: 50%;
	width: 200px;
}
#header {
	position: absolute;
	top: 50px;
	left: 0;
	z-index: 999;
	background: transparent;
	padding: 10px 0;
	width: 100%;
}
#header #logo {
	float: left;
	line-height: 1.2;
	position: relative;
}
#header #logo h1 {
	margin: 0;
	padding: 0;
}
#header #main-nav {
	float: right;
}
@media screen and (max-width: 768px) {
#header {
	background: #fff;
	top: 0;
}
#header #logo {
	top: -2px;
}
#header #main-nav {
	display: none;
}
}
/*======================*/
/* HEADER */
/*======================*/
#header #main-nav ul {
	padding: 0;
	margin: 4px 0 0 0;
}
#header #main-nav ul li {
	padding: 0;
	margin: 0;
	display: inline;
}
#header #main-nav ul li a {
	font-family: "Exo 2", sans-serif;
	font-size: 16px;
	font-weight: 300;
	color: #fff;
	text-decoration: none;
	margin-left: 30px;
	text-transform: uppercase;
	border-bottom: 2px solid transparent;
}
#header #main-nav ul li a:hover {
	text-decoration: none;
	color: #f9ad81;
}
#header #main-nav ul li.active a {
	color: #fff;
	border-bottom: 2px solid #f9ad81;
}
#header.navbar-fixed-top {
	position: fixed !important;
	background: #fff;
	-webkit-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
	-ms-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
	padding: 8px 0;
	top: 0;
	left: 0px;
}
#header.navbar-fixed-top #main-nav {
	float: right;
	margin-top: 5px;
}
#header.navbar-fixed-top #logo img {
	height: 45px;
}
#header.navbar-fixed-top #main-nav ul li a {
	font-family: "Exo 2", sans-serif;
	color: #7a7e89;
	text-decoration: none;
	margin-left: 30px;
	border-bottom: 2px solid transparent;
}
#header.navbar-fixed-top #main-nav ul li a:hover {
	text-decoration: none;
	color: #e14008;
}
#header.navbar-fixed-top #main-nav ul li.active a {
	color: #e14008;
	border-bottom: 2px solid #f9ad81;
}
#header #main-nav ul li a.contact {
	color: #fff;
	background: #1575a2;
	padding: 12px 18px;
	border-bottom: none;
}
#header.navbar-fixed-top #main-nav ul li.active a.contact {
	color: #fff;
	background: #e14008;
	border-bottom: none;
}
#header.navbar-fixed-top #main-nav ul li a.contact:hover {
	color: #fff;
	background: #e14008;
}
.js .to-animate, .js .to-animate-2, .js .animate-box {
	opacity: 0;
}
.nav-toggle {
	width: 25px;
	height: 25px;
	cursor: pointer;
	text-decoration: none;
}
.nav-toggle.active i::before, .nav-toggle.active i::after {
	background: #f9ad81;
}
.nav-toggle:hover, .nav-toggle:focus, .nav-toggle:active {
	outline: none;
	border-bottom: none !important;
}
.nav-toggle i {
	position: relative;
	display: -moz-inline-stack;
	display: inline-block;
	zoom: 1;
 *display: inline;
	width: 25px;
	height: 3px;
	color: #535659;
	font: bold 14px/.4 Helvetica;
	text-transform: uppercase;
	text-indent: -55px;
	background: #535659;
	transition: all .2s ease-out;
}
.nav-toggle i::before, .nav-toggle i::after {
	content: '';
	width: 25px;
	height: 3px;
	background: #535659;
	position: absolute;
	left: 0;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}
.nav-toggle i::before {
	top: -7px;
}
.nav-toggle i::after {
	bottom: -7px;
}
.nav-toggle:hover i::before {
	top: -10px;
}
.nav-toggle:hover i::after {
	bottom: -10px;
}
.nav-toggle.active i {
	background: transparent;
}
.nav-toggle.active i::before {
	top: 0;
	-webkit-transform: rotateZ(45deg);
	-moz-transform: rotateZ(45deg);
	-ms-transform: rotateZ(45deg);
	-o-transform: rotateZ(45deg);
	transform: rotateZ(45deg);
}
.nav-toggle.active i::after {
	bottom: 0;
	-webkit-transform: rotateZ(-45deg);
	-moz-transform: rotateZ(-45deg);
	-ms-transform: rotateZ(-45deg);
	-o-transform: rotateZ(-45deg);
	transform: rotateZ(-45deg);
}
.nav-toggle {
	position: absolute;
	top: 8px;
	right: 15px;
	z-index: 21;
	padding: 6px 0 0 0;
	display: block;
	margin: 0 auto;
	display: none;
	height: 44px;
	width: 25px;
	border-bottom: none !important;
}
/*======================*/
/* HOME */
/*======================*/
/*
 * Flexslider
 */
#home {
	min-height: 667px;
	position: relative;
	overflow: hidden;
}
#home .flexslider {
	border: none;
	position: relative;
	z-index: 1;
	margin-bottom: 0;
}
#home .flexslider .text {
	position: absolute;
	z-index: 99;
	width: 100%;
	top: 50%;
	margin-top: -160px;
	text-align: right;
}
#home .flexslider .text-right {
	padding: 0 0 0 118px;
}
#home .flexslider .text h2 {
	font-family: "Exo 2", sans-serif;
	font-size: 50px;
	font-weight: 200;
	color: #fff;
	display: -moz-inline-stack;
	display: inline-block;
	zoom: 1;
 *display: inline;
	margin: 0 0 30px 0;
	padding: 30px 0 30px 50px;
	border-bottom: 1px solid rgba(255,255,255,0.3);
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
#home .flexslider .text h2 span {
	font-weight: 600;
}
#home .flexslider .text p {
	font-weight: 200;
	color: #fff;
}
#home .oblique {
	background: url(../images/transform-bg.png) no-repeat;
	background-size: cover;/*background-color: rgba(226,83,33,0.5);*/
}
.oblique.startAnimation {
	animation: fromRightWithBounceAndSkew ease 1.2s forwards;
	-webkit-animation: fromRightWithBounceAndSkew ease 1.2s forwards;
}
.oblique {
	width: 60%;
	position: absolute;
	height: 100%;
	background-color: #e1e8e9;
	-webkit-transform: translate(100%, 0) skew(-8deg);
	-ms-transform: translate(100%, 0) skew(-8deg);
	transform: translate(100%, 0) skew(-8deg);
	right: 50%;
	top: 0px;
	z-index: 9;
}
#home .flexslider .text a.more {
	font-size: 18px;
	color: #fff;
	text-transform: uppercase;
	border: 1px solid rgba(255,255,255,1);
	display: inline-block;
	margin-top: 20px;
	padding: 16px 44px;
}
#home .flexslider .text a.more-down {
	width: 65px;
	height: 65px;
	background: #1575a2;
	border-radius: 50px;
	margin: -57px 0 0 -162px;
}
#home .flexslider .text .go {
	margin-top: 30px;
}
#home .flexslider .text .go a {
	font-family: "Roboto", sans-serif;
	font-size: 13px;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: #fff;
	font-weight: 400;
	display: block;
	position: relative;
	padding-bottom: 50px;
}
#home .flexslider .text .go a span {
	font-size: 20px;
	display: block;
	position: absolute;
	bototm: 0;
	left: 50%;
	margin-left: -16px;
	-webkit-animation: ani-mouse 2.5s linear infinite;
	-moz-animation: ani-mouse 2.5s linear infinite;
	animation: ani-mouse 2.5s linear infinite;
}
#home .flexslider .text .go a:hover {
	text-decoration: none;
}
#home .flexslider .text .go a:hover span {
	text-decoration: none;
}
#home .flexslider .slides li {
	background-repeat: no-repeat;
	background-size: cover;
}
#home .flexslider .overlay {
	position: absolute;
	z-index: 3;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	opacity: .3;
	background: #444853;
}
#home .flexslider .flex-direction-nav {
	display: none;
}
#main, #offcanvas {
	-webkit-transition: 0.8s;
	-o-transition: 0.8s;
	transition: 0.8s;
}
#offcanvas {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 9999;
	width: 275px;
	background: #444853;
	overflow-y: auto;
	padding: 50px 30px 30px 30px;
	-moz-transform: translateX(275px);
	-webkit-transform: translateX(275px);
	-ms-transform: translateX(275px);
	-o-transform: translateX(275px);
	transform: translateX(275px);
}
#offcanvas .offcanvas-close {
	position: absolute;
	top: 20px;
	right: 30px;
}
#offcanvas .offcanvas-close:before {
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "X";
	font-size: 30px;
	font-weight: 100;
	color: rgba(255, 255, 255, 0.5);
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
#offcanvas .offcanvas-close:hover:before {
	color: white;
}
#offcanvas nav ul {
	padding: 0;
	margin: 0;
}
#offcanvas nav ul li {
	padding: 0;
	margin: 0;
	list-style: none;
}
#offcanvas nav ul li a {
	font-size: 20px;
	font-weight: 400;
	display: block;
	color: rgba(255, 255, 255, 0.5);
	padding: 15px 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
#offcanvas nav ul li a:hover {
	color: #e14008;
}
#offcanvas nav ul li.active a {
	font-size: 20px;
	font-weight: 400;
	color: #e14008;
}
.offcanvas-visible #offcanvas {
	-moz-transform: translateX(0px);
	-webkit-transform: translateX(0px);
	-ms-transform: translateX(0px);
	-o-transform: translateX(0px);
	transform: translateX(0px);
}
#services, #about, #contact {
	padding: 70px 0;
}

@media screen and (max-width: 768px) {
#services, #about, #contact {
	padding: 30px 0;
}
}
h3 {
	font-size: 36px;
	font-weight: 300;
	color: #fff;
	position: relative;
	display: block;
	margin: 0 0 40px 0;
	padding-bottom: 13px;
	line-height: 1.2;
}
h3:after {
	content: "";
	position: absolute;
	display: block;
	width: 50px;
	height: 2px;
	background: #f17245;
	left: 50%;
	margin-left: -25px;
	bottom: 0;
}
h3 span {
	color: #f17245;
	display: block;
}
h3 span span {
	color: #fff;
	display: inline-block;
}
/*======================*/
/* ABOUT */
/*======================*/
#about {
	background: #115568 url(../images/about-bg.jpg) no-repeat left;
	background-size: cover;
}
#about h3:after {
	left: 5%;
	margin-left: -25px;
	bottom: 0;
}
#about ul {
	margin: 80px 0 0 -85px;
	padding: 0;
}
#about ul li {
	list-style-type: none;
	background: url(../images/bullet.png) no-repeat left 14px;
	margin: 0 0 20px 0;
	padding: 0 0 0 65px;
}
#about ul li span {
	display: block;
	border-radius: 3px;
	padding: 10px 20px;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
#about ul li span:hover {
	font-weight: 200;
	color: #fff;
	position: relative;
	/*text-shadow: 1px 1px 1px #000;*/
	background: #1575a2;
}
#about ul li span:hover:after {
	right: 100%;
	top: 21px;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(255, 255, 255, 0);
	border-right-color: #1575a2;
	border-width: 10px;
	margin-top: -10px;
}
#about h4 {
	width: 300px;
	text-indent: -99999px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
	margin-left: -150px;
	margin-bottom: -40px;
}
/*======================*/
/* SERVICES */
/*======================*/
#services {
	min-height: 768px;
	background: #ba9a8f url(../images/services-bg.jpg) no-repeat;
	background-size: cover;
}
.img-grid h2 {
	font-size: 24px;
	font-weight: 300;
	color: #1575a2;
	text-transform: capitalize;
}
.img-grid h2 span {
	display: block;
}
.img-grid {
	width: 100%;
	height: 265px;
	position: relative;
	overflow: hidden;
	float: left;
	margin-bottom: 30px;
}
#services h3 {
	margin-bottom: 55px;
}

@media screen and (max-width: 480px) {
.img-grid {
	margin-bottom: 15px;
}
}
.img-grid a {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	/*  opacity: 0;*/
	z-index: 12;
	background: rgba(255, 255, 255, 0.8);
	text-align: center;
	-webkit-transition: 0.8s;
	-o-transition: 0.8s;
	transition: 0.8s;
}
.img-grid a > div {
	position: absolute;
	bottom: 0;
	left: 0;
	text-align: center;
	width: 100%;
	padding-bottom: 30px;
	-webkit-transition: 0.8s, ease-out;
	-o-transition: 0.8s, ease-out;
	transition: 0.8s, ease-out;
}
.img-grid:hover > a {
	opacity: 1;
	background: rgba(255, 255, 255, 1);
}
.img-grid:hover > a > div {
	bottom: 20px;
}
.img-grid a button {
	font-size: 50px;
	font-weight: 100;
	color: #fff;
	background: #1575a2;
	border: none;
	outline: none;
	line-height: 11px;
	position: absolute;
	padding: 14px 10px 20px 10px;
	bottom: 0;
	right: 0;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
.img-grid a:hover button {
	background: #f17245;
}
/*======================*/
/* CONTACT */
/*======================*/
#contact {
	background: #ab4320 url(../images/contact-bg.jpg) no-repeat;
	background-size: cover;
}
.contact-form h4 {
	font-size: 30px;
	font-weight: 300;
	text-transform: capitalize;
	color: #fff;
	text-align: left;
	margin-bottom: 40px;
}
.contact-form .btn {
	font-size: 30px;
	font-weight: 300;
	color: #fff;
	text-transform: capitalize;
	background: #1575a2;
	padding: 3px 30px;
}
#contact .col-sm-1:before {
	width: 1px;
	height: 180px;
	display: block;
	position: absolute;
	background: #fff;
	border-right: 1px white;
	content: '';
	margin-top: 80%;
	left: 50%
}
#contact .contact-info {
	background: #d6410e;
	margin-top: 75px;
	padding: 23px 35px 6px;
	text-align: left;
}
#contact .contact-info p span {
	font-size: 29px;
	font-weight: 400;
	display: block;
}
#contact .contact-info p {
	font-size: 24px;
	font-weight: 300;
	line-height: 28px;
}
#contact .contact-info p a {
	color: #fff;
}
#contact .careers-info {
	background: #346c89;
	margin-top: 10px;
	padding: 21px 35px 6px;
	text-align: left;
}
#contact .careers-info h4 {
	font-size: 29px;
	font-weight: 300;
	color: #fff;
	text-transform: capitalize;
	margin: 0 0 10px 0;
	padding: 0;
}
#contact .careers-info p {
	line-height: 22px;
}
.form-control {
	box-shadow: none;
	background: #fff;
	height: 45px;
	font-size: 16px;
	font-weight: 300;
}
.form-control:active, .form-control:focus {
	outline: none;
	box-shadow: none;
	border-color: #f9ad81;
}
/*======================*/
/* FOOTER */
/*======================*/
#footer {
	padding: 30px 0 20px 0;
	font-size: 14px;
}
#footer p {
	font-size: 13px;
	color: #686868;
}
#footer p span {
	color: #e14008;
}
#footer a {
	color: #f67d38;
	background: #fff;
}
#footer a:hover {
	text-decoration: underline;
}
#footer p {
	margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
.nav-toggle {
	display: block;
}
.offcanvas-visible .nav-toggle {
	z-index: 999999 !important;
}
}
.animated {
	-webkit-animation-duration: .3s;
	animation-duration: .3s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

/* Arrow Animations */
@-webkit-keyframes ani-mouse {
 0% {
 opacity: 1;
 top: 29%;
}
 15% {
 opacity: 1;
 top: 50%;
}
 50% {
 opacity: 0;
 top: 50%;
}
 100% {
 opacity: 0;
 top: 29%;
}
}
@-moz-keyframes ani-mouse {
 0% {
 opacity: 1;
 top: 29%;
}
 15% {
 opacity: 1;
 top: 50%;
}
 50% {
 opacity: 0;
 top: 50%;
}
 100% {
 opacity: 0;
 top: 29%;
}
}
@keyframes ani-mouse {
 0% {
 opacity: 1;
 top: 29%;
}
 15% {
 opacity: 1;
 top: 50%;
}
 50% {
 opacity: 0;
 top: 50%;
}
 100% {
 opacity: 0;
 top: 29%;
}
}
.modal-content {
	padding: 20px 60px;
	box-shadow: none;
	border-radius: 0;
}
.modal-dialog a.close {
	display: block;
	position: relative;
	position: absolute;
	overflow: hidden;
	top: -2px;
	right: -42px;
	z-index: 9999;
	opacity: .7;
}
.modal-content h3 {
	font-size: 37px;
	text-transform: capitalize;
	font-weight: 400;
	color: #1575a2;
	margin-bottom: 20px;
}
.modal-content h3:after {
	display: none;
}
.modal-content h4 {
	font-size: 24px;
	text-transform: capitalize;
	font-weight: 400;
	color: #1575a2;
	margin-bottom: 20px;
}
.modal-content p {
	font-size: 16px;
	line-height: 18px;
	color: #595959;
	font-weight: 300;
}
.modal-content ul {
	margin: 0 0 0 3px;
	padding: 0;
}
.modal-content ul li {
	font-size: 23px;
	color: #e14008;
	line-height: 18px;
	list-style-type: square;
	margin-bottom: 8px;
}
.modal-content ul li span {
	font-size: 16px;
	font-weight: 300;
	color: #595959;
}
.modal-content .row.border {
	position: relative;
	overflow: hidden;
	margin-bottom: 20px;
}
.modal-content .row.border:after {
	width: 370px;
	position: absolute;
	display: block;
	content: "";
	height: 1px;
	background: #e14008;
	bottom: 0;
	left: 30%;
}
.modal-content .contact-more {
	position: absolute;
	right: -39px;
	bottom: 0;
}
