/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */

html {
	font-family: sans-serif; /* 1 */
	-ms-text-size-adjust: 100%; /* 2 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
	margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
	display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
	display: inline-block; /* 1 */
	vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
	display: none;
	height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */

[hidden],
template {
	display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
	background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */

a:active,
a:hover {
	outline: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
	border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
	font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
	font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
	font-size: 2em;
	margin: .67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
	background: #ff0;
	color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -.5em;
}

sub {
	bottom: -.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
	border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
	overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
	margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
	box-sizing: content-box;
	height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
	overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
	color: inherit; /* 1 */
	font: inherit; /* 2 */
	margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
	overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
	text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button; /* 2 */
	cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
	cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
	line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */

input[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	box-sizing: content-box; /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: .35em .625em .75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
	border: 0; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
	overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
	font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

.nav-drop ul,
.pagination ul,
.accordion,
.accordion .slide ul,
.link-section ul,
.info-box ul,
.our-contact ul,
.footer-links,
.social-links {
	margin: 0;
	padding: 0;
	list-style: none;
}

.clearfix:after,
.container:after,
.nav-drop:after {
	content: "";
	display: block;
	clear: both;
}

.ellipsis {
	white-space: nowrap; /* 1 */
	text-overflow: ellipsis; /* 2 */
	overflow: hidden;
}

html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	box-sizing: inherit;
}

* {
	max-height: 1000000px;
}

body {
	color: #62676c;
	background: #fff;
	font: 16px/1.5 "Montserrat", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	min-width: 320px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

img {
	max-width: 100%;
	height: auto;
}

.gm-style img {
	max-width: none;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.h {
	font-family: inherit;
	font-weight: bold;
	margin: 0 0 .5em;
	color: inherit;
}

h1,
.h1 {
	font-size: 40px;
}

h2,
.h2 {
	font-size: 32px;
}

h3,
.h3 {
	font-size: 30px;
}

h4,
.h4 {
	font-size: 21px;
}

h5,
.h5 {
	font-size: 17px;
}

h6,
.h6 {
	font-size: 15px;
}

p {
	margin: 0 0 20px;
}

a {
	color: #39f;
	text-decoration: none;
}

a:hover,
a:focus {
	text-decoration: none;
}

form,
fieldset {
	margin: 0;
	padding: 0;
	border-style: none;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="search"],
input[type="password"],
textarea {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	box-sizing: border-box;
	border: 1px solid #62676c;
	padding: .4em .7em;
}

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
input[type="password"]:focus,
textarea:focus {
	border-color: #000;
}

input[type="text"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #62676c;
}

input[type="text"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
textarea::-moz-placeholder {
	opacity: 1;
	color: #62676c;
}

input[type="text"]:-moz-placeholder,
input[type="tel"]:-moz-placeholder,
input[type="email"]:-moz-placeholder,
input[type="search"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
textarea:-moz-placeholder {
	color: #62676c;
}

input[type="text"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #62676c;
}

input[type="text"].placeholder,
input[type="tel"].placeholder,
input[type="email"].placeholder,
input[type="search"].placeholder,
input[type="password"].placeholder,
textarea.placeholder {
	color: #62676c;
}

select {
	-webkit-border-radius: 0;
}

textarea {
	resize: vertical;
	vertical-align: top;
}

button,
input[type="button"],
input[type="reset"],
input[type="file"],
input[type="submit"] {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	cursor: pointer;
}

#wrapper {
	overflow: hidden;
	position: relative;
	width: 100%;
}

#header {
	-webkit-transition: top .3s linear;
	transition: top .3s linear;
	position: fixed;
	top: 5px;
	left: 0;
	right: 0;
	z-index: 20;
}

.fixed-header #header {
	top: 0;
}

.container {
	max-width: 1180px;
	padding: 0 20px;
	margin: 0 auto;
}

.nav-opener {
	display: inline-block;
	vertical-align: top;
	width: 30px;
	height: 20px;
	float: right;
	overflow: hidden;
	position: relative;
	top: 31px;
	z-index: 3;
}

.nav-opener:hover:before,
.nav-opener:hover:after,
.nav-opener:hover span {
	background: #2c90d6;
}

.nav-opener:before,
.nav-opener:after,
.nav-opener span {
	width: 30px;
	height: 4px;
	-webkit-transition: all .3s linear;
	transition: all .3s linear;
	position: absolute;
	z-index: 3;
	left: 0;
	background: #033b7a;
}

.nav-opener:before {
	content: "";
	top: 0;
}

.nav-active .nav-opener:before {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	top: 8px;
}

.nav-opener:after {
	content: "";
	bottom: 0;
}

.nav-active .nav-opener:after {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	bottom: 8px;
}

.nav-opener span {
	top: 8px;
}

.nav-active .nav-opener span {
	left: -30px;
}

.logo-wrapp {
	float: left;
	position: relative;
}

.logo-wrapp:before,
.logo-wrapp:after {
	width: 9999px;
	height: 36px;
	-webkit-transition: background .3s linear;
	transition: background .3s linear;
	content: "";
	background: white;
	position: absolute;
	top: 50%;
	left: 100%;
	z-index: 3;
	-webkit-transform: translate(-1px, -51%);
	-ms-transform: translate(-1px, -51%);
	transform: translate(-1px, -51%);
}

.fixed-header .logo-wrapp:before,
.fixed-header .logo-wrapp:after {
	background: white;
}

.logo-wrapp:after {
	left: auto;
	right: 100%;
	-webkit-transform: translate(1px, -51%);
	-ms-transform: translate(1px, -51%);
	transform: translate(1px, -51%);
}

.logo {
	width: 180px;
	height: 83px;
	overflow: hidden;
	position: relative;
}

.logo a {
	width: 200px;
	height: 82px;
	-webkit-transition: background .3s linear;
	transition: background .3s linear;
	display: block;
	background: white;
	border-radius: 50%;
	padding: 10px;
	position: absolute;
	top: 0;
	left: -10px;
	z-index: 3;
}

.fixed-header .logo a {
	background: white;
}

.logo img {
	vertical-align: top;
}

.nav-drop {
	-webkit-transition: -webkit-transform .3s linear;
	transition: transform .3s linear;
	position: absolute;
	top: 100%;
	right: 0;
	z-index: 10;
	background: rgba(255, 255, 255, .83);
	border-radius: 10px 0 0 10px;
	padding: 20px;
	border: 2px solid #033b7a;
	border-right: none;
	-webkit-transform: translate(100%, 0);
	-ms-transform: translate(100%, 0);
	transform: translate(100%, 0);
}

.nav-active .nav-drop {
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
}

.nav-drop ul li {
	font-size: 15px;
	line-height: 17px;
	margin: 0 0 7px;
}

.nav-drop ul a {
	-webkit-transition: color .3s linear;
	transition: color .3s linear;
	color: #000;
	text-decoration: none;
}

.nav-drop ul a:hover {
	color: #2c90d6;
}

.nav-drop ul a.anchor-active {
	color: #2c90d6;
}

a {
	-webkit-transition: color .3s linear;
	transition: color .3s linear;
}

h1,
h2,
h3,
h4,
h5 {
	font-weight: normal;
}

.visual-section > .container {
	position: relative;
}

.slideshow {
	position: relative;
	height: 450px;
}

.slideshow .slide {
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 1;
}

.slideshow .slide:before {
	content: "";
	background: rgba(4, 35, 59, .22);
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
}

.slideshow .slide.active {
	z-index: 2;
}

.pagination {
	position: absolute;
	bottom: 15px;
	left: 50%;
	z-index: 5;
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
}

.pagination ul {
	overflow: hidden;
}

.pagination ul li {
	-webkit-transition: border-color .3s linear;
	transition: border-color .3s linear;
	width: 13px;
	height: 13px;
	border-radius: 50%;
	background: #fff;
	float: left;
	margin: 0 5px;
	border: 3px solid transparent;
}

.pagination ul li.active,
.pagination ul li:hover {
	border-color: #033b7a;
}

.pagination ul a {
	display: block;
	text-indent: -9999px;
}

.description-box {
	font-size: 17px;
	background: #000e1e;
	color: #fff;
	margin: 0 -20px;
	padding: 20px;
}

.description-box h3 {
	font-weight: 400;
	margin: 0 0 15px;
	padding: 0 0 10px;
	position: relative;
}

.description-box h3:after {
	width: 50%;
	height: 2px;
	content: "";
	background: #fff;
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 3;
}

.services-section {
	margin: 0 0 30px;
}

.services-section > .container {
	padding: 20px;
	max-width: 1140px;
	background: #eef2f7;
}

.services-section h3,
.services-section .title {
	color: #033b7a;
	margin: 0 0 25px;
	display: block;
}

.services-section h3 {
	font-family: "Montserrat", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.services-section .title {
	font-size: 16px;
	line-height: 25px;
}

.col-1 {
	font-size: 14px;
	line-height: 25px;
	font-family: "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.accordion > li.active .opener {
	color: #fff;
	background: #033b7a;
	border-color: #033b7a;
}

.accordion > li.active .opener:before {
	background: #fff;
}

.accordion > li.active .opener:after {
	display: none;
}

.accordion .opener {
	-webkit-transition: all .3s linear;
	transition: all .3s linear;
	display: block;
	color: #033b7a;
	border: 1px solid #b2c2d9;
	background: #d5dce6;
	text-decoration: none;
	padding: 15px;
	position: relative;
	text-transform: uppercase;
}

.accordion .opener:before,
.accordion .opener:after {
	width: 15px;
	height: 3px;
	content: "";
	background: #033b7a;
	position: absolute;
	top: 50%;
	right: 18px;
	z-index: 3;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
}

.accordion .opener:after {
	-webkit-transform: translate(0, -50%) rotate(-90deg);
	-ms-transform: translate(0, -50%) rotate(-90deg);
	transform: translate(0, -50%) rotate(-90deg);
}

.accordion .opener:hover {
	color: #fff;
	background: #033b7a;
	border-color: #033b7a;
}

.accordion .opener:hover:before,
.accordion .opener:hover:after {
	background: #fff;
}

.accordion .slide ul li {
	border: 1px solid #ebebeb;
	padding: 15px;
	background: #fff;
}

.accordion .slide ul a {
	-webkit-transition: color .3s linear;
	transition: color .3s linear;
	text-decoration: none;
	color: #8b9096;
}

.accordion .slide ul a:hover {
	color: #033b7a;
}

.location-box {
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	height: 500px;
	padding: 5px 0;
}

.location-box h3 {
	font-weight: normal;
	color: #033b7a;
	text-align: center;
	text-transform: uppercase;
}

.link-section {
	background: #f4f4f4;
	border-bottom: 5px solid #033b7a;
	padding: 20px 0;
}

.link-section ul {
	overflow: hidden;
}

.link-section ul li {
	text-transform: uppercase;
	margin: 0 0 10px;
	padding: 0 4px;
	float: left;
	width: 50%;
}

.link-section ul a {
	-webkit-transition: color .3s linear;
	transition: color .3s linear;
	color: #033b7a;
	text-decoration: none;
}

.link-section ul a:hover {
	color: #2c90d6;
}

.info-box {
	background: #f9f9fb;
	padding: 20px;
	margin: 0 -20px;
}

.info-box h2 {
	color: #033b7a;
	margin: 0 0 15px;
	text-align: center;
}

.info-box ul li {
	font-size: 19px;
	line-height: 28px;
	margin: 0 0 15px;
	padding: 0 0 0 40px;
	position: relative;
}

.info-box ul li:before {
	content: "\e906";
	color: #033b7a;
	position: absolute;
	top: 50%;
	left: 0;
	z-index: 3;
	font-size: 25px;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
}

.phone-holder {
	font-size: 22px;
	line-height: 28px;
	padding: 15px 0 0;
	color: #033a79;
}

.phone-holder .call {
	display: block;
}

.phone-holder .call + span {
	display: block;
	font-weight: 300;
	margin: 0 0 10px;
}

.phone-holder a[href^="tel:"] {
	font-size: 41px;
	line-height: 43px;
	display: block;
	color: #031f40;
	font-weight: bold;
	text-decoration: none;
}

.phone-holder a[href^="tel:"]:hover {
	text-decoration: underline;
}

.quality-section {
	color: #fff;
	text-align: center;
}

.section-headding {
	background: rgba(3, 31, 64, .89);
	padding: 15px 20px;
}

.section-headding h2 {
	margin: 0 0 10px;
	text-transform: uppercase;
}

.section-headding .headding-title {
	font-size: 18px;
	line-height: 22px;
	display: block;
}

.certificate-box-1,
.certificate-box-2 {
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	position: relative;
	padding: 40px 20px;
}

.certificate-box-1:before,
.certificate-box-2:before {
	content: "";
	background: rgba(7, 47, 100, .89);
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
}

.certificate-box-2:before {
	background: rgba(3, 31, 64, .89);
}

.certificate-description {
	font-size: 20px;
	line-height: 22px;
	position: relative;
	z-index: 3;
}

.certificate-description p {
	margin: 0 0 10px;
}

.certificate-description a {
	font-size: 32px;
	line-height: 34px;
	text-transform: uppercase;
	text-decoration: none;
	color: #fff;
}

.certificate-description a:hover {
	text-decoration: underline;
}

.icon-box {
	width: 100px;
	height: 100px;
	background: #fff;
	border-radius: 50%;
	margin: 0 auto 15px;
	position: relative;
}

.icon-box i {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	color: #033b7a;
	font-size: 55px;
}

.contact-section {
	background: #033b7a;
	color: #fff;
	padding: 20px 0;
	overflow: hidden;
}

.our-contact {
	background: #2c90d6;
	padding: 40px 20px;
	margin: 0 auto 30px;
	max-width: 375px;
}

.our-contact h3 {
	font-size: 32px;
	line-height: 34px;
	margin: 0 0 15px;
	text-transform: uppercase;
}

.our-contact ul {
	font-family: "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.our-contact ul li {
	position: relative;
	margin: 0 0 34px;
	padding: 0 0 0 30px;
}

.our-contact ul li:last-child {
	margin: 0 0 10px;
}

.our-contact ul li > i[class^="icon"] {
	font-size: 20px;
	position: absolute;
	top: 2px;
	left: 5px;
	z-index: 3;
}

.our-contact ul li address {
	font-style: normal;
	margin: 0;
}

.our-contact ul .item-headding {
	display: block;
	margin: 0 0 2px;
}

.our-contact ul p {
	margin: 0;
}

.our-contact ul a {
	color: #fff;
	text-decoration: none;
}

.our-contact ul a:hover {
	text-decoration: underline;
}

.form-holder form {
	width: 100%;
}

.input-row {
	font-family: "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	color: #fff;
}

.input-row input,
.input-row textarea {
	width: 100%;
	height: 35px;
	line-height: 35px;
	border: none;
	border-bottom: 1px solid #fff;
	outline: none;
	background: none;
	padding: 0;
	color: #fff;
}

.input-row input::-webkit-input-placeholder,
.input-row textarea::-webkit-input-placeholder {
	color: #fff;
}

.input-row input::-moz-placeholder,
.input-row textarea::-moz-placeholder {
	opacity: 1;
	color: #fff;
}

.input-row input:-moz-placeholder,
.input-row textarea:-moz-placeholder {
	color: #fff;
}

.input-row input:-ms-input-placeholder,
.input-row textarea:-ms-input-placeholder {
	color: #fff;
}

.input-row input.placeholder,
.input-row textarea.placeholder {
	color: #fff;
}

.input-row input.input-error,
.input-row textarea.input-error {
	border-bottom: 1px solid red;
}

.input-row input.sucsess,
.input-row textarea.sucsess {
	border-bottom: 1px solid green;
}

.input-row textarea {
	height: 120px;
	min-width: 200px;
	min-height: 120px;
}

.button-holder {
	overflow: hidden;
	padding: 10px 0;
}

.button-holder button {
	font-size: 21px;
	line-height: 23px;
	-webkit-transition: color .3s linear;
	transition: color .3s linear;
	color: #fff;
	border: none;
	outline: none;
	background: none;
	float: right;
	position: relative;
}

.button-holder button:hover {
	color: #2c90d6;
}

.button-holder button:before {
	display: inline-block;
	vertical-align: middle;
	content: "\e904";
	font-size: 30px;
	margin: 0 5px;
}

#footer {
	background: #252d35;
	padding: 20px 0 0;
}

#footer > .container {
	color: #fff;
	text-align: center;
}

.footer-logo {
	text-align: center;
	margin: 0 0 24px;
}

.footer-logo a {
	color: #fff;
}

.footer-logo a i {
	font-size: 70px;
}

.footer-links {
	margin: 0 0 20px;
}

.footer-links li {
	font-size: 15px;
	line-height: 17px;
	margin: 0 0 10px;
}

.footer-links a {
	color: #fff;
}

.footer-links a:hover {
	color: #2c90d6;
}

.social-links {
	font-size: 0;
	line-height: 0;
	letter-spacing: -4px;
	padding: 20px 0;
}

.social-links li {
	font-size: 56px;
	line-height: 52px;
	display: inline-block;
	vertical-align: top;
	letter-spacing: normal;
	margin: 0 5px;
}

.social-links a {
	color: #fff;
}

.social-links a:hover {
	color: #2c90d6;
}

.copyright {
	font-size: 14px;
	line-height: 16px;
	background: #596572;
	color: #fff;
	text-align: center;
	padding: 20px;
}

.copyright p {
	margin: 0;
}

@font-face {
	font-family: "icomoon";
	src: url("../fonts/icomoon.eot?nlccmw");
	src: url("../fonts/icomoon.eot?nlccmw#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?nlccmw") format("truetype"), url("../fonts/icomoon.woff?nlccmw") format("woff"), url("../fonts/icomoon.svg?nlccmw#icomoon") format("svg");
	font-weight: normal;
	font-style: normal;
}

[class^="icon-"],
[class*=" icon-"] {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: "icomoon" !important;
	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;
}

.icon-hand:before {
	content: "\e909";
}

.icon-piople:before {
	content: "\e90a";
}

.icon-logo:before {
	content: "\e90b";
}

.icon-mail:before {
	content: "\e900";
}

.icon-faceboock:before {
	content: "\e901";
}

.icon-instagram:before {
	content: "\e902";
}

.icon-linkedin:before {
	content: "\e903";
}

.icon-plane:before {
	content: "\e904";
}

.icon-location:before {
	content: "\e905";
}

.icon-question:before {
	content: "\e906";
}

.icon-clock:before {
	content: "\e907";
}

.icon-phone:before {
	content: "\e908";
}

.icon-fonts,
.info-box ul li:before,
.button-holder button:before {
	font-family: "icomoon" !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
}

@media screen and (min-width: 480px) {
	.link-section ul li {
		width: 33.33%;
		padding: 0 5px;
	}

	.footer-links {
		font-size: 0;
		line-height: 0;
		letter-spacing: -4px;
	}

	.footer-links li {
		display: inline-block;
		vertical-align: top;
		letter-spacing: normal;
		padding: 0 15px;
	}
}

@media (min-width: 480px) {
	.phone-holder .call + span {
		display: inline-block;
		vertical-align: super;
	}

	.phone-holder a[href^="tel:"] {
		display: inline-block;
		vertical-align: super;
		margin: 0 0 0 10px;
	}
}

@media screen and (min-width: 768px) {
	.link-section ul li {
		width: 25%;
		padding: 0 15px;
		margin: 0 0 15px;
	}

	.flex-container {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
	}

	.footer-links {
		margin: 0 0 10px;
	}

	.footer-links li {
		padding: 0 24px;
	}

	.footer-links li + li {
		border-left: 1px solid #fff;
	}

	.social-links li {
		margin: 0 12px;
	}
}

@media (min-width: 768px) {
	.info-box ul li {
		padding: 0 0 0 50px;
		margin: 0 0 32px;
	}

	.info-box ul li:before {
		left: 12px;
		top: 0;
		-webkit-transform: translate(0, 0);
		-ms-transform: translate(0, 0);
		transform: translate(0, 0);
	}

	.phone-holder {
		padding: 39px 0 0 16px;
		overflow: hidden;
		margin: 0 0 40px;
	}

	.contact-section {
		padding: 0;
	}

	.our-contact {
		float: left;
		max-width: 100%;
		width: 45%;
		margin: 0;
	}

	.form-holder {
		float: right;
		width: 55%;
		padding: 23px 20px 10px;
	}
}

@media screen and (min-width: 769px) {
	.col-1 {
		float: left;
		width: 60%;
		padding: 0 20px 0 0;
	}

	.col-2 {
		float: right;
		width: 40%;
	}
}

@media (min-width: 769px) {
	.info-box {
		max-width: 809px;
		margin: 0 auto;
		padding: 81px 100px 20px;
	}

	.info-box h2 {
		font-size: 45px;
		line-height: 47px;
		text-transform: uppercase;
		font-weight: normal;
		margin: 0 0 53px;
	}
}

@media screen and (min-width: 1024px) {
	#header {
		min-height: 145px;
		top: 12px;
	}

	.nav-opener {
		display: none;
	}

	.logo-wrapp {
		width: 296px;
		height: 144px;
		float: none;
		position: absolute;
		top: 0;
		left: 50%;
		z-index: 3;
		-webkit-transform: translate(-50%, 0);
		-ms-transform: translate(-50%, 0);
		transform: translate(-50%, 0);
	}

	.logo-wrapp:before,
	.logo-wrapp:after {
		background: rgba(255, 255, 255, .83);
		height: 83px;
		-webkit-transform: translate(0, -51%);
		-ms-transform: translate(0, -51%);
		transform: translate(0, -51%);
	}

	.logo-wrapp:after {
		-webkit-transform: translate(0, -51%);
		-ms-transform: translate(0, -51%);
		transform: translate(0, -51%);
	}

	.logo {
		width: 296px;
		height: 144px;
	}

	.logo a {
		width: 365px;
		height: 143px;
		background: rgba(255, 255, 255, .83);
		padding: 21px 36px;
		left: -34px;
		z-index: 15;
	}

	.nav-drop {
		position: relative;
		top: 62px;
		left: 0;
		-webkit-transform: translate(0, 0);
		-ms-transform: translate(0, 0);
		transform: translate(0, 0);
		background: none;
		border: none;
		border-radius: 0;
		padding: 0;
		height: 0;
	}

	.nav-drop ul {
		float: left;
	}

	.nav-drop ul + ul {
		float: right;
		padding: 0 34px 0 0;
	}

	.nav-drop ul li {
		float: left;
		margin: 0 20px 10px;
	}

	.slideshow {
		height: 956px;
	}

	.pagination {
		bottom: 45px;
	}

	.description-box {
		position: absolute;
		bottom: 100px;
		left: 50%;
		z-index: 5;
		background: rgba(0, 14, 30, .63);
		width: 749px;
		-webkit-transform: translate(-50%, 0);
		-ms-transform: translate(-50%, 0);
		transform: translate(-50%, 0);
	}

	.services-section {
		margin: 0 0 55px;
	}

	.location-box {
		height: 633px;
		padding: 10px;
	}

	.link-section ul li {
		width: 20%;
	}

	.phone-holder .call {
		line-height: 1px;
	}

	#footer {
		padding: 42px 0 0;
	}
}

@media (min-width: 1024px) {
	.info-box {
		position: relative;
		-webkit-transform: translate(110px, 0);
		-ms-transform: translate(110px, 0);
		transform: translate(110px, 0);
	}

	.info-box:before {
		width: 293px;
		content: "";
		background: url(../images/img-7.jpg) no-repeat;
		position: absolute;
		top: 0;
		bottom: 0;
		left: -224px;
		z-index: 5;
	}

	.quality-section {
		overflow: hidden;
		position: relative;
	}

	.section-headding {
		position: absolute;
		top: 10px;
		left: 50%;
		z-index: 5;
		-webkit-transform: translate(-50%, 0);
		-ms-transform: translate(-50%, 0);
		transform: translate(-50%, 0);
		background: none;
		width: 810px;
		padding: 20px 0 0;
	}

	.section-headding h2 {
		font-size: 45px;
		line-height: 50px;
	}

	.certificate-box-1,
	.certificate-box-2 {
		float: left;
		width: 50%;
		padding: 164px 40px 61px;
		text-align: right;
	}

	.certificate-box-2 {
		text-align: left;
	}

	.certificate-description {
		display: inline-block;
		vertical-align: top;
		text-align: center;
	}
}

@media screen and (min-width: 1200px) {
	.nav-drop ul li {
		margin: 0 41px 10px;
	}

	.pagination {
		bottom: 81px;
	}

	.pagination ul li {
		margin: 0 12px;
	}

	.description-box {
		left: 40px;
		bottom: 112px;
		-webkit-transform: translate(0, 0);
		-ms-transform: translate(0, 0);
		transform: translate(0, 0);
		padding: 40px 30px;
	}

	.description-box h3 {
		text-transform: uppercase;
		line-height: 40px;
	}

	.services-section > .container {
		margin: -55px auto 0;
		position: relative;
		z-index: 5;
		box-shadow: 2px 0 16px rgba(0, 0, 0, .29);
		padding: 60px 20px 47px;
	}

	.col-1 {
		width: 68%;
		padding: 0 40px 0 26px;
	}

	.col-2 {
		width: 31%;
		padding: 23px 48px 0 0;
	}

	.accordion .opener {
		padding: 15px 25px;
	}

	.accordion .slide ul li {
		padding: 11px 28px 10px;
	}

	.link-section {
		padding: 48px 0 40px;
	}

	.link-section ul li {
		width: 16.5%;
	}

	.our-contact {
		width: 410px;
		padding: 65px 48px 54px;
	}

	.our-contact h3 {
		margin: 0 0 31px;
	}

	.our-contact ul li {
		padding: 0 0 0 38px;
	}

	.form-holder {
		width: 64%;
		padding: 58px 0 10px 82px;
	}

	.form-holder p {
		margin: 0 0 45px;
	}

	.form-holder form {
		overflow: hidden;
	}

	.input-col {
		float: left;
		width: 50%;
		padding: 0 20px 0 0;
		margin: 0 0 -30px;
	}

	.input-col + .input-col {
		padding: 0 0 0 20px;
	}

	.input-row {
		padding: 0 0 49px;
	}

	.input-row.big-row {
		clear: both;
		padding: 0;
		margin: 0 0 25px;
	}

	.social-links {
		padding: 13px 0;
		margin: 0 0 12px;
	}
}

@media (min-width: 1200px) {
	.section-headding {
		top: 50px;
	}

	.certificate-box-1,
	.certificate-box-2 {
		padding: 188px 110px 78px;
	}

	.certificate-description p {
		margin: 0 0 30px;
	}

	.icon-box {
		width: 139px;
		height: 139px;
		margin: 0 auto 44px;
	}

	.icon-box i {
		font-size: 72px;
	}
}
