/*------------------------------------------------------------------
  Global
-------------------------------------------------------------------*/

@import url('https://fonts.googleapis.com/css?family=Montserrat:700');
@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700');
@import url('https://fonts.googleapis.com/css?family=PT+Sans:400,700');
/*
	font-family: 'Montserrat', sans-serif;
	font-family: 'Roboto', sans-serif;
	font-family: 'PT Sans', sans-serif;
*/

html, body {
	background: #f7f8fb;
}

body {
	overflow-x: hidden;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	
	font-family: 'Roboto', sans-serif;
}

* {
	-webkit-font-smoothing: antialiased;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	-moz-tap-highlight-color: rgba(0,0,0,0);
	
	font-family: 'Roboto', sans-serif;
}

::-webkit-input-placeholder {color:#c0c0c0 !important; font-weight: 300 !important;}
::-moz-placeholder          {color:#c0c0c0 !important; font-weight: 300 !important;}/* Firefox 19+ */
:-moz-placeholder           {color:#c0c0c0 !important; font-weight: 300 !important;}/* Firefox 18- */
:-ms-input-placeholder      {color:#c0c0c0 !important; font-weight: 300 !important;}

/*------------------------------------------------------------------
  Reset
-------------------------------------------------------------------*/

a {
	font-family: 'Roboto', sans-serif;
	
	-webkit-transition: all 0.2s ease-in-out;
	   -moz-transition: all 0.2s ease-in-out;
	     -o-transition: all 0.2s ease-in-out;
	        transition: all 0.2s ease-in-out;
}

a,
a:hover,
a:focus,
a:visited,
a:active,
input,
input:hover,
input:focus,
select,
select:hover,
select:focus,
input:active;
select,
option,
form {
	outline: none !important;
}

textarea {
	width: 100% !important;
}

.embed-container {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	max-width: 100%;
}
.embed-container iframe,
.embed-container object,
.embed-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Zoom Cross */
.cross-sell__list-item {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    overflow: hidden;
    max-width: 320px;
    transition: transform .2s cubic-bezier(.68, -.55, .265, 3)
}

.cross-sell__list-item:active,
.cross-sell__list-item:focus,
.cross-sell__list-item:hover {
    /*transform: translateY(-5px)*/
    -webkit-transform: scale(1.03);
	-moz-transform: scale(1.03);
	-o-transform: scale(1.03);
	-ms-transform: scale(1.03);
	transform: scale(1.03);
}


@media (min-width: 640px) {
	
}

/*------------------------------------------------------------------
  Header
-------------------------------------------------------------------*/

.header {
	z-index: 999999;
}

/* Logo */
.header .uk-logo h1 {
	color: #ffffff;
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
	margin: 0;
}

.header .uk-logo .uk-navbar-subtitle {
	color: #ffffff;
	font-size: 10px;
	line-height: 1.6;
	letter-spacing: 1px;
}

/* Sticky */
.header .uk-sticky {
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.header .uk-sticky.uk-active {
	background: rgba(0, 94, 121, 0.9);
	border-bottom: 1px solid rgba(255, 255, 255, 0);
	
	-webkit-box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.2);
}

/* Navbar */
.header .uk-navbar-nav > li > a,
.header .uk-navbar-item,
.header .uk-navbar-toggle {
	min-height: 60px;
	padding-left: 0;
	padding-right: 0;
	margin-left: 20px;
	margin-right: 20px;
	
	font-family: 'Roboto', sans-serif;
}

.header .uk-navbar-nav > li > a {
	color: #64d7f6 !important;
	text-transform: none;
	border-bottom: 3px solid transparent;
	margin-bottom: -3px;
}

.header .uk-navbar-nav > li > a:hover,
.header .uk-navbar-nav > li > a:focus {
	color: #b9f0ff !important;
}

.header .uk-navbar-nav > li.uk-active > a {
	border-bottom: 3px solid #ffffff;
}

/* Toggle */
.header .uk-navbar-toggle {
	color: #64d7f6;
}

.header .uk-navbar-toggle:hover,
.header .uk-navbar-toggle:focus {
	color: #ffffff;
}


/* Offcanvas */

.uk-offcanvas-overlay::before {
  background: rgba(0, 0, 0, 0.75);
}

.uk-offcanvas-bar {
	background: #015e78;
}

#login .uk-modal-dialog {
	max-width: 350px !important;
}
#login .uk-modal-title {
	font-size: 24px;
}

/*------------------------------------------------------------------
  About
-------------------------------------------------------------------*/

.about {
	margin-top: -61px;
	padding-top: 130px;
	
	position: relative;
	z-index: 0;
	
	-webkit-gradient(linear, left top, right top, from(#015e78), to(#003d51));
	background: -webkit-linear-gradient(top, #015e78, #003d51);
	background: -moz-linear-gradient(top, #015e78, #003d51);
	background: -o-linear-gradient(top, #015e78, #003d51);
	background: -ms-linear-gradient(top, #015e78, #003d51);
	background: linear-gradient(top, rgba(0,94,121,0.79) 0%, rgba(0,61,82,0.02) 100%);
	background-color: #015e78;
}

.about-square {
	content: '';
	background: -webkit-gradient(linear, left top, right top, from(rgba(0, 94, 121, 0)), to(rgba(0, 61, 82, 1)));
	background: -webkit-linear-gradient(top, rgba(0, 94, 121, 0), rgba(0, 61, 82, 1));
	background: -moz-linear-gradient(top, rgba(0, 94, 121, 0), rgba(0, 61, 82, 1));
	background: -o-linear-gradient(top, rgba(0, 94, 121, 0), rgba(0, 61, 82, 1));
	background: -ms-linear-gradient(top, rgba(0, 94, 121, 0), rgba(0, 61, 82, 1));
	background: linear-gradient(top, rgba(0, 94, 121, 0), rgba(0, 61, 82, 1));
	background-color: rgba(0, 94, 121, 0);
	
	width:1000px;
	height: 1000px;
	margin-top: -500px;
	margin-right: -900px;
	
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	border-radius: 30px;
	
	-webkit-transform: rotate(130deg);
	-moz-transform: rotate(130deg);
	-o-transform: rotate(130deg);
	-ms-transform: rotate(130deg);
	transform: rotate(130deg);
}

@media (min-width: 640px) {
	.about-square {
		margin-right: -700px;
	}
}

@media (min-width: 960px) {
	.about-square {
		margin-right: -600px;
	}
}

@media (min-width: 1600px) {
	.about-square {
		margin-right: -200px;
	}
}

.about h2.uk-heading-primary {
	color: #ffffff;
	font-family: 'Montserrat', sans-serif;
	font-size: 32px;
	font-weight: 700;
	letter-spacing: 3.6px;
	text-transform: uppercase;
}

.about h3.uk-heading-secondary {
	color: #ffffff;
	font-size: 24px;
	font-weight: 300;
	line-height: 1.33;
}

.about p.about-content {
	color: #ffffff;
	font-size: 14px;
	line-height: 1.71;
	letter-spacing: -0.4px;
}

.about .uk-button-get {
	background: -webkit-gradient(linear, left top, right top, from(#fad961), to(#f76b1c));
	background: -webkit-linear-gradient(top, #fad961, #f76b1c);
	background: -moz-linear-gradient(top, #fad961, #f76b1c);
	background: -o-linear-gradient(top, #fad961, #f76b1c);
	background: -ms-linear-gradient(top, #fad961, #f76b1c);
	background: linear-gradient(top, #fad961, #f76b1c);
	background-color: #fad961;
	
	font-family: 'PT Sans', sans-serif;
	font-size: 16px;
	letter-spacing: 5px;
}

/*------------------------------------------------------------------
  Services
-------------------------------------------------------------------*/

.services-contant .uk-card .uk-card-title {
	color: #081c46;
	font-family: 'PT Sans', sans-serif;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.33;
}

.services-contant .uk-card p {
	color: #081c46;
	font-family: 'PT Sans', sans-serif;
	font-size: 12px;
	line-height: 1.33;
}

/*------------------------------------------------------------------
  Jobs
-------------------------------------------------------------------*/

.jobs {
	position: relative;
}

.jobs:before {
	content: '';
	background: #00465c;
	width: 500px;
	height: 500px;
	
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	
	position: absolute;
	left: 50%;
	top: 50%;
	
	margin-left: -250px;
	margin-top: -250px;
}

.jobs h2.uk-heading-primary {
	margin-top: 70px;
	color: #ffffff;
	font-family: 'Montserrat', sans-serif;
	font-size: 32px;
	font-weight: 700;
	letter-spacing: 3.6px;
	text-transform: uppercase;
}

.jobs p.jobs-content {
	max-width: 450px;
	margin: 30px auto;
	padding: 0 15px;
	
	color: #f7f8fb;
	font-size: 14px;
	line-height: 1.71;
	letter-spacing: -0.4px;
}

/*------------------------------------------------------------------
  Footer
-------------------------------------------------------------------*/

.contact {
	position: relative;
	z-index: 0;
	
	-webkit-gradient(linear, left top, right top, from(#015e78), to(#003d51));
	background: -webkit-linear-gradient(top, #015e78, #003d51);
	background: -moz-linear-gradient(top, #015e78, #003d51);
	background: -o-linear-gradient(top, #015e78, #003d51);
	background: -ms-linear-gradient(top, #015e78, #003d51);
	background: linear-gradient(top, rgba(0,94,121,0.79) 0%, rgba(0,61,82,0.02) 100%);
	background-color: #015e78;
}

.contact-square {
	content: '';
	background: -webkit-gradient(linear, left top, right top, from(rgba(0, 94, 121, 0)), to(rgba(0, 61, 82, 1)));
	background: -webkit-linear-gradient(top, rgba(0, 94, 121, 0), rgba(0, 61, 82, 1));
	background: -moz-linear-gradient(top, rgba(0, 94, 121, 0), rgba(0, 61, 82, 1));
	background: -o-linear-gradient(top, rgba(0, 94, 121, 0), rgba(0, 61, 82, 1));
	background: -ms-linear-gradient(top, rgba(0, 94, 121, 0), rgba(0, 61, 82, 1));
	background: linear-gradient(top, rgba(0, 94, 121, 0), rgba(0, 61, 82, 1));
	background-color: rgba(0, 94, 121, 0);
	
	width:1000px;
	height: 1000px;
	margin-top: -550px;
	margin-left: -800px;
	
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	border-radius: 30px;
	
	-webkit-transform: rotate(-130deg);
	-moz-transform: rotate(-130deg);
	-o-transform: rotate(-130deg);
	-ms-transform: rotate(-130deg);
	transform: rotate(-130deg);
}

@media (min-width: 640px) {
	.contact-square {
		margin-left: -700px;
	}
}

@media (min-width: 960px) {
	.contact-square {
		margin-left: -500px;
	}
}

@media (min-width: 1600px) {
	.contact-square {
		margin-left: -50px;
	}
}

.contact h2.uk-heading-primary {
	color: #ffffff;
	font-family: 'Montserrat', sans-serif;
	font-size: 32px;
	font-weight: 700;
	letter-spacing: 3.6px;
	text-transform: uppercase;
	
	margin-bottom: 50px;
}

.contact p.contact-content {
	max-width: 960px;
	margin:0 auto;
	padding: 0 15px;
	
	color: #f7f8fb;
	font-size: 14px;
	line-height: 1.71;
	letter-spacing: -0.4px;
}


/*------------------------------------------------------------------
  Footer
-------------------------------------------------------------------*/

.footer h4 {
	font-family: 'Montserrat', sans-serif;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.6;
	letter-spacing: 1px;
	color: #00465c;
	text-transform: uppercase;
}

.footer p {
	font-size: 12px;
	font-weight: 400;
	line-height: 1.6;
	letter-spacing: 1px;
	color: #00465c;
}








































