@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,300,700,800,400italic,300italic");

/* line 11, ../scss/_reset.scss */

html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}


/* line 26, ../scss/_reset.scss */

img {
	max-width: 100%;
}


/* line 40, ../scss/_reset.scss */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
	display: block;
}


/* line 51, ../scss/_reset.scss */

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}


/* line 60, ../scss/_reset.scss */

audio:not([controls]) {
	display: none;
	height: 0;
}


/* line 70, ../scss/_reset.scss */

[hidden],
template {
	display: none;
}


/* line 78, ../scss/_reset.scss */

a {
	background: transparent;
}


/* line 86, ../scss/_reset.scss */

a:active,
a:hover {
	outline: 0;
}


/* line 94, ../scss/_reset.scss */

abbr[title] {
	border-bottom: 1px dotted;
}


/* line 102, ../scss/_reset.scss */

b,
strong {
	font-weight: bold;
}


/* line 109, ../scss/_reset.scss */

dfn {
	font-style: italic;
}


/* line 117, ../scss/_reset.scss */

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}


/* line 125, ../scss/_reset.scss */

mark {
	background: #ff0;
	color: #000;
}


/* line 133, ../scss/_reset.scss */

small {
	font-size: 80%;
}


/* line 141, ../scss/_reset.scss */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}


/* line 148, ../scss/_reset.scss */

sup {
	top: -0.5em;
}


/* line 152, ../scss/_reset.scss */

sub {
	bottom: -0.25em;
}


/* line 160, ../scss/_reset.scss */

img {
	border: 0;
}


/* line 167, ../scss/_reset.scss */

svg:not(:root) {
	overflow: hidden;
}


/* line 175, ../scss/_reset.scss */

figure {
	margin: 1em 40px;
}


/* line 182, ../scss/_reset.scss */

hr {
	box-sizing: content-box;
	height: 0;
}


/* line 191, ../scss/_reset.scss */

pre {
	overflow: auto;
}


/* line 201, ../scss/_reset.scss */

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}


/* line 221, ../scss/_reset.scss */

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}


/* line 230, ../scss/_reset.scss */

button {
	overflow: visible;
}


/* line 241, ../scss/_reset.scss */

button,
select {
	text-transform: none;
}


/* line 255, ../scss/_reset.scss */

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}


/* line 264, ../scss/_reset.scss */

button[disabled],
html input[disabled] {
	cursor: default;
}


/* line 272, ../scss/_reset.scss */

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}


/* line 281, ../scss/_reset.scss */

input {
	line-height: normal;
}


/* line 293, ../scss/_reset.scss */

* input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}


/* line 304, ../scss/_reset.scss */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}


/* line 313, ../scss/_reset.scss */

input[type="search"] {
	-webkit-appearance: textfield;
	box-sizing: content-box;
}


/* line 326, ../scss/_reset.scss */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}


/* line 333, ../scss/_reset.scss */

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}


/* line 343, ../scss/_reset.scss */

legend {
	border: 0;
	padding: 0;
}


/* line 351, ../scss/_reset.scss */

textarea {
	overflow: auto;
}


/* line 359, ../scss/_reset.scss */

optgroup {
	font-weight: bold;
}


/* line 367, ../scss/_reset.scss */

table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* line 373, ../scss/_reset.scss */

td,
th {
	padding: 0;
}


/* line 376, ../scss/_reset.scss */

ul,
li {
	list-style: none;
}


/* line 379, ../scss/_reset.scss */

a {
	text-decoration: none;
}


/* line 382, ../scss/_reset.scss */

ul {
	padding: 0px;
	margin: 0px;
}


/*

Usage for Clear fix

.container-with-floated-children {
  @extend %clearfix;
}

*/


/* line 5, ../scss/_base.scss */

* {
	box-sizing: border-box;
}


/* line 10, ../scss/_base.scss */

body {
	font-size: 15px;
	line-height: 1.6;
	font-family: "Open Sans", sans-serif;
	color: #909090;
	max-width: 1500px;
	margin: 0 auto;
}


/* line 19, ../scss/_base.scss */

.container {
	width: 90%;
	margin: 0 auto;
}


/* line 23, ../scss/_base.scss */

.wrap {
	/* Keep footer at bottom */
	min-height: calc(100vh - 20px);
}


/* Remove Google autofill background */


/* line 28, ../scss/_base.scss */

input:-webkit-autofill {
	-webkit-box-shadow: 0 0 0 50px #E8E8E8 inset;
	/* Change the color to your own background color */
	-webkit-text-fill-color: #333;
}


/* line 32, ../scss/_base.scss */

input:-webkit-autofill:focus {
	-webkit-box-shadow: , 0 0 0 50px #E8E8E8 inset;
	-webkit-text-fill-color: #333;
}


/* line 36, ../scss/_base.scss */

.Button {
	padding: 12px 25px;
	color: #fff;
	text-transform: uppercase;
	font-size: 16px;
	background: #2b2f38;
	-webkit-transition-duration: 0.35s;
	transition-duration: 0.35s;
	display: inline-block;
}


/* line 45, ../scss/_utilities.scss */

.Button:hover {
	background: green;
}


/* line 42, ../scss/_base.scss */

nav ul li {
	display: inline-block;
	margin: 0px 10px;
}


/* line 45, ../scss/_base.scss */

nav ul li a {
	text-transform: uppercase;
}


/* line 51, ../scss/_base.scss */

.lowerFooter__logo {
	width: 150px;
}


/* line 54, ../scss/_base.scss */

.lowerFooter__obm {
	float: right;
	margin-top: 13px;
	color: #909090;
	font-size: 14px;
}


/* line 59, ../scss/_base.scss */

.lowerFooter__obm span {
	font-weight: bold;
	color: teal;
	-webkit-transition-duration: 0.35s;
	transition-duration: 0.35s;
}


/* line 63, ../scss/_base.scss */

.lowerFooter__obm span:hover {
	color: #00b3b3;
}

@font-face {
	font-family: 'norwester';
	src: url("../font/norwester.otf") format("truetype");
}

@font-face {
	font-family: 'kollektif';
	src: url("../font/Kollektif.ttf") format("truetype");
}


/* line 16, ../scss/_main.scss */

body {
	-webkit-font-smoothing: antialiased;
}


/* line 19, ../scss/_main.scss */

body p {
	font-family: 'Montserrat', sans-serif;
	font-weight: lighter;
}


/* line 25, ../scss/_main.scss */

input {
	display: block;
}


/* line 28, ../scss/_main.scss */

input,
textarea {
	width: 500px;
	border: none;
	background: #f6f6f6;
	margin: 10px 0px;
	border-radius: 3px;
	padding: 8px;
}


/* line 36, ../scss/_main.scss */

form {
	max-width: 500px;
	margin: 0 auto;
}


/* line 41, ../scss/_main.scss */

textarea:focus,
input:focus {
	outline: none;
}


/* line 44, ../scss/_main.scss */

input[type="submit"] {
	border: 2px solid #ec0106 !important;
	width: 300px;
	margin: 0 auto;
}


/* line 50, ../scss/_main.scss */

.error a {
	color: green;
}


/* line 55, ../scss/_main.scss */

.sent {
	font-size: 30px;
	text-align: center;
	color: green;
}


/* line 61, ../scss/_main.scss */

button,
input[type="submit"] {
	background-color: rgba(255, 255, 255, 0);
	padding: 11px 40px;
	border: 1px solid #fff;
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
	font-size: 11px;
	letter-spacing: 1px;
	margin-top: 40px;
	transition: ease 0.3s;
	-webkit-transition: ease 0.3s;
	-moz-transition: ease 0.3s;
	-o-transition: ease 0.3s;
	color: #fff;
}


/* line 77, ../scss/_main.scss */

button:hover,
input[type="submit"]:hover {
	background-color: rgba(0, 0, 0, 0.6);
}


/* line 87, ../scss/_main.scss */

header {
	background-color: rgba(26, 35, 126, 0.35);
	position: absolute;
	top: 0;
	z-index: 9990;
	width: 100%;
	max-width: 1500px;
}


/* line 95, ../scss/_main.scss */

header ul li {
	transition: ease 0.3s;
	-webkit-transition: ease 0.3s;
	-moz-transition: ease 0.3s;
	-o-transition: ease 0.3s;
	padding: 8.5px 10px;
	margin: 0;
}


/* line 104, ../scss/_main.scss */

header ul li a {
	text-transform: uppercase;
	color: #fff;
	font-size: 12px;
	font-weight: 500;
	font-family: 'Montserrat', sans-serif;
}


/* line 113, ../scss/_main.scss */

header ul li:hover {
	background-color: #043659;
}


/* line 118, ../scss/_main.scss */

nav {
	margin-top: 25px;
	text-align: center;
}

.header__contact--text a {
	color: #fff;
}


/* line 123, ../scss/_main.scss */

.logo {
	width: 90px;
	margin: 10.5px;
	-webkit-transition: ease 0.5s;
	transition: ease 0.5s;
	-webkit-transition: ease 0.3s;
	-moz-transition: ease 0.3s;
	-o-transition: ease 0.3s;
}


/* line 132, ../scss/_main.scss */

.header__contact {
	margin-top: 18px;
}


/* line 136, ../scss/_main.scss */

.header__contact--icon {
	width: 17.5%;
	float: left;
	padding: 5px;
}


/* line 142, ../scss/_main.scss */

.header__contact--text {
	float: left;
	color: #fff;
}


/* line 147, ../scss/_main.scss */

.header__contact--text h4 {
	margin: 0;
	font-family: "norwester", sans-serif;
	font-size: 13px;
	font-weight: 100;
	letter-spacing: 3px;
	margin-top: 2px;
}


/* line 156, ../scss/_main.scss */

.header__contact--text p {
	margin: 5px 0;
	font-size: 9px;
}


/* line 162, ../scss/_main.scss */

.fa-bars,
.fa-home {
	display: none!important;
	margin: 10px;
	color: #fff;
	font-size: 30px!important;
	position: absolute;
	top: 0;
	right: 0;
}


/* line 172, ../scss/_main.scss */

.sticky {
	position: fixed;
	width: 100%;
	color: #fff;
	z-index: 9999;
	background-color: rgba(26, 35, 126, 0.35);
}


/* line 179, ../scss/_main.scss */

.sticky .logo {
	width: 70px;
}


/* line 184, ../scss/_main.scss */

.mobileNav {
	display: none;
	position: absolute;
	z-index: 9999;
	top: 0;
	background-color: rgba(7, 53, 89, 0.9);
	width: 100%;
	height: 100vh;
	margin: 0;
	padding: 50px;
	text-align: center;
	line-height: 40px;
	text-transform: uppercase;
	margin-left: -10px;
}


/* line 199, ../scss/_main.scss */

.mobileNav ul {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
}


/* line 211, ../scss/_main.scss */

.mobileNav a {
	width: 100%;
	color: #fff;
	font-family: "norwester", sans-serif;
	font-size: 25px;
	transition: ease 0.3s;
	-webkit-transition: ease 0.3s;
	-moz-transition: ease 0.3s;
	-o-transition: ease 0.3s;
}


/* line 222, ../scss/_main.scss */

.mobileNav a:hover {
	font-size: 20px;
}


/* line 233, ../scss/_main.scss */

footer {
	background-color: #073559;
}


/* line 237, ../scss/_main.scss */

.footer__logo,
.footer__links,
.footer__links--box {
	display: inline-block;
	vertical-align: top;
}


/* line 242, ../scss/_main.scss */

.footer__logo {
	background-image: url("../images/footer.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	text-align: right;
}


/* line 249, ../scss/_main.scss */

.lowerFooter__logo {
	width: 90px;
	margin: 70px;
}


/* line 254, ../scss/_main.scss */

.footer__links {
	padding-top: 50px;
	padding-left: 50px;
}


/* line 261, ../scss/_main.scss */

.footer__links--box ul,
.footer__links--box .footer__links--section {
	text-transform: uppercase;
	line-height: 33px;
	font-size: 12px;
	font-family: 'Montserrat', sans-serif;
}


/* line 267, ../scss/_main.scss */

.footer__links--box ul a,
.footer__links--box ul p,
.footer__links--box .footer__links--section a,
.footer__links--box .footer__links--section p {
	color: #fff;
	transition: ease 0.3s;
	-webkit-transition: ease 0.3s;
	-moz-transition: ease 0.3s;
	-o-transition: ease 0.3s;
}


/* line 275, ../scss/_main.scss */

.footer__links--box ul p,
.footer__links--box .footer__links--section p {
	font-family: sans-serif;
	font-weight: 100;
	font-size: 11px;
	line-height: 25px;
	text-transform: none;
	margin: 0;
}


/* line 284, ../scss/_main.scss */

.footer__links--box ul strong,
.footer__links--box .footer__links--section strong {
	font-family: 'Montserrat', sans-serif;
}


/* line 288, ../scss/_main.scss */

.footer__links--box ul a:hover,
.footer__links--box .footer__links--section a:hover {
	color: #36a7cf;
}


/* line 294, ../scss/_main.scss */

.no-margin {
	margin-top: 2.5px !important;
}


/* line 304, ../scss/_main.scss */

.slider {
	position: relative;
}


/* line 308, ../scss/_main.scss */

.caption {
	position: absolute;
	top: 55%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	color: #fff;
	text-align: center;
}


/* line 320, ../scss/_main.scss */

.caption h2 {
	font-family: "norwester", sans-serif;
	text-transform: uppercase;
	font-size: 37.5px;
	font-weight: 400;
	letter-spacing: 2.5px;
	margin-bottom: 18px;
}


/* line 329, ../scss/_main.scss */

.caption p {
	font-family: "kollektif", sans-serif;
	font-size: 15px;
	margin: 0 21%;
	line-height: 22.5px;
}


/* line 337, ../scss/_main.scss */

.home__services {
	margin-bottom: 60px;
}


/* line 341, ../scss/_main.scss */

.home__services,
.home__services--box {
	text-align: center;
	margin-top: 15px;
}


/* line 346, ../scss/_main.scss */

.home__services--box,
.home__experts--box {
	display: inline-block;
}


/* line 349, ../scss/_main.scss */

.home__services--box img,
.home__experts--box img {
	border: solid #fff 7.5px;
	box-shadow: 0 0 30px 7px rgba(136, 136, 136, 0.4);
	transition: ease 0.3s;
	-webkit-transition: ease 0.3s;
	-moz-transition: ease 0.3s;
	-o-transition: ease 0.3s;
}


/* line 359, ../scss/_main.scss */

.home__services--box {
	padding: 20px;
	vertical-align: top;
}


/* line 363, ../scss/_main.scss */

.home__services--box h3 {
	text-transform: uppercase;
	color: #535b5e;
	letter-spacing: 3px;
	font-weight: 600;
}


/* line 370, ../scss/_main.scss */

.home__services--box p {
	font-family: inherit;
	font-size: 12.5px;
	margin: 0 10px;
}


/* line 376, ../scss/_main.scss */

.home__services--box button {
	background-color: #073559;
	color: #fff;
	margin-top: 20px;
}


/* line 382, ../scss/_main.scss */

.home__services--box button:hover {
	background-color: rgba(0, 0, 0, 0.6);
}


/* line 387, ../scss/_main.scss */

.home__services--box img:hover {
	transform: scale(1.045);
	-webkit-transform: scale(1.045);
	-moz-transform: scale(1.045);
	-ms-transform: scale(1.045);
	-o-transform: scale(1.045);
}


/* line 395, ../scss/_main.scss */

.home__quote {
	background-image: url("../images/quote.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	padding: 45px 0;
}


/* line 402, ../scss/_main.scss */

.home__quote--box {
	text-align: center;
	margin: 10px auto;
}


/* line 406, ../scss/_main.scss */

.home__quote--box h3 {
	font-family: "norwester", sans-serif;
	text-transform: uppercase;
	font-weight: 400;
	font-size: 35px;
	margin-bottom: 40px;
	margin: 0;
	color: #fff;
}


/* line 416, ../scss/_main.scss */

.home__quote--box p {
	font-family: inherit;
	font-size: 14px;
	color: #fff;
	margin: 20px 0;
}


/* line 423, ../scss/_main.scss */

.home__quote--box button {
	background-color: #36a7cf;
	color: #fff;
	margin-top: 20px;
	border: none;
}


/* line 430, ../scss/_main.scss */

.home__quote--box button:hover {
	background-color: rgba(0, 0, 0, 0.6);
}


/* line 435, ../scss/_main.scss */

.home__experts {
	text-align: center;
	padding: 45px 0;
	background-color: #e9e9e9;
}


/* line 440, ../scss/_main.scss */

.home__experts strong {
	font-weight: 600;
}


/* line 447, ../scss/_main.scss */

.home__experts--box h3,
.home__clients h3,
.home__carousel h3,
.title__text h3,
.contact h3 {
	font-family: "norwester", sans-serif;
	text-transform: uppercase;
	font-weight: 400;
	font-size: 30px;
	margin-bottom: 40px;
	margin: 0;
	color: #0a3352;
}


/* line 458, ../scss/_main.scss */

.home__experts--box {
	vertical-align: middle;
	text-align: left;
}


/* line 462, ../scss/_main.scss */

.home__experts--box h4 {
	color: #36a7cf;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: 500;
	line-height: 16px;
}


/* line 470, ../scss/_main.scss */

.home__experts--box p {
	font-family: inherit;
	font-size: 12.5px;
	color: #000;
	font-weight: 500;
}


/* line 477, ../scss/_main.scss */

.home__experts--box strong {
	font-weight: 800;
}


/* line 482, ../scss/_main.scss */

.home__experts--box img:hover {
	transform: scale(1.045);
	-webkit-transform: scale(1.045);
	-moz-transform: scale(1.045);
	-ms-transform: scale(1.045);
	-o-transform: scale(1.045);
}


/* line 490, ../scss/_main.scss */

.home__experts--padding {
	padding-left: 65px;
}


/* line 494, ../scss/_main.scss */

.home__clients {
	text-align: center;
	padding: 75px 0;
}


/* line 498, ../scss/_main.scss */

.home__clients .slider {
	width: 50%;
	margin: 0 auto;
	margin-top: 25px;
}


/* line 504, ../scss/_main.scss */

.home__clients h3 {
	margin-bottom: 40px;
}


/* line 511, ../scss/_main.scss */

.testimonals .sssnext,
.testimonals .sssprev {
	display: none;
}


/* line 515, ../scss/_main.scss */

.testimonals .just_text {
	font-size: 13px;
}


/* line 520, ../scss/_main.scss */

.home__quality {
	text-align: center;
	background-image: url("../images/high.jpg");
}


/* line 524, ../scss/_main.scss */

.home__quality .home__quote--box {
	background-color: #fff;
	padding: 50px 70px;
	width: 404px;
}


/* line 531, ../scss/_main.scss */

.home__carousel {
	margin: 20px auto;
	text-align: center;
	color: #36a7cf;
	padding: 40px 0;
}


/* line 537, ../scss/_main.scss */

.home__carousel h3 {
	margin-bottom: 30px;
}


/* line 542, ../scss/_main.scss */

#owl-demo .item {
	margin: 20px;
	box-shadow: 0 0 30px 7px rgba(136, 136, 136, 0.4);
	padding: 9px;
	margin: 26px;
	transition: ease 0.3s;
	-webkit-transition: ease 0.3s;
	-moz-transition: ease 0.3s;
	-o-transition: ease 0.3s;
}


/* line 553, ../scss/_main.scss */

#owl-demo .item:hover {
	transform: scale(1.045);
	-webkit-transform: scale(1.045);
	-moz-transform: scale(1.045);
	-ms-transform: scale(1.045);
	-o-transform: scale(1.045);
	box-shadow: 0 0 0px 0px rgba(136, 136, 136, 0.4);
}


/* line 562, ../scss/_main.scss */

#owl-demo .item img {
	display: block;
	width: 100%;
	height: auto;
}


/* line 574, ../scss/_main.scss */

.title {
	position: relative;
}


/* line 577, ../scss/_main.scss */

.title .title__text {
	position: absolute;
	top: 60%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	color: #fff;
	text-align: center;
	width: 27%;
	line-height: normal;
}


/* line 590, ../scss/_main.scss */

.title .title__text h3 {
	color: #fff;
	font-size: 40px;
	letter-spacing: 2.5px;
}


/* line 596, ../scss/_main.scss */

.title .title__text p {
	font-size: 14px;
}


/* line 602, ../scss/_main.scss */

.about__experts {
	margin-top: -7px;
}


/* line 605, ../scss/_main.scss */

.about__experts strong {
	font-weight: 600;
}


/* line 616, ../scss/_main.scss */

.gallery {
	text-align: center;
	margin-top: 25px;
	margin-bottom: 40px;
}


/* line 621, ../scss/_main.scss */

.gallery .gallery__item {
	display: inline-block;
	width: 28%;
	margin: 20px;
	text-align: left;
	vertical-align: middle;
}


/* line 627, ../scss/_main.scss */

.gallery .gallery__item a {
	color: #36a7cf;
}


/* line 631, ../scss/_main.scss */

.gallery .gallery__item h4 {
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 500;
	line-height: 16px;
	margin: 0;
	margin-top: 10px;
	margin-left: 20px;
}


/* line 641, ../scss/_main.scss */

.gallery .gallery__item p {
	font-style: italic;
	margin: 0;
	margin-left: 20px;
}


/* line 655, ../scss/_main.scss */

.contact {
	text-align: center;
	margin: 45px 0;
}


/* line 659, ../scss/_main.scss */

.contact p {
	font-family: 'open sans', sans-serif;
	font-size: 13px;
}


/* line 665, ../scss/_main.scss */

.map {
	margin-bottom: -6px;
}


/* line 669, ../scss/_main.scss */

form {
	margin-bottom: 80px;
	position: relative;
	color: #000;
}


/* line 674, ../scss/_main.scss */

form input {
	width: 45%;
	display: inline-block;
	margin-bottom: 40px;
}

form input[name="tel"] {
	width: 100%;
}


/* line 680, ../scss/_main.scss */

form input:nth-child(2) {
	float: left;
}


/* line 684, ../scss/_main.scss */

form input:nth-child(3) {
	float: right;
}


/* line 688, ../scss/_main.scss */

form .form__name {
	position: absolute;
	top: -30px;
	left: 0;
}


/* line 694, ../scss/_main.scss */

form .form__email {
	position: absolute;
	top: -30px;
	right: 32.5%;
}


/* line 700, ../scss/_main.scss */

form .form__message {
	position: absolute;
	top: 12%;
	left: 0;
}

form .form__message2 {
	position: absolute;
	top: 30.4%;
	left: 0;
}


/* line 706, ../scss/_main.scss */

form input,
form textarea {
	background-color: #e4f6ff;
}


/* line 710, ../scss/_main.scss */

form input[type="submit"] {
	background-color: #36a7ce;
	color: #fff;
	border: 1px solid #fff!important;
	width: auto;
}


/* line 2, ../scss/_grid.scss */

.grid-container {
	padding-left: 10px;
	padding-right: 10px;
	margin-left: auto;
	margin-right: auto;
}


/* line 8, ../scss/_grid.scss */

img {
	width: 100%;
}
form input {
    float: none !important;
    width: 96%;
    display: block;
    margin:0 0 15px;
}

form#quoteForm {
    display: flex;
    flex-wrap: wrap;
    text-align: left;
}

form#quoteForm .form-group {
    flex: 0 0 50%;
}

form#quoteForm .form-group label {
    display: block;
    font-size: 14px;
    opacity: 0.8;
}

form#quoteForm .form-group.green_btn {
    flex: 0 0 100%;
}

/* Media Queries
================================ */

@media (min-width: 1px) and (max-width: 767px) {
	/* line 16, ../scss/_grid.scss */
	.grid-container > [class^="grid-"] {
		padding-top: 5px;
		padding-bottom: 5px;
	}
	/* line 20, ../scss/_grid.scss */
	.hide-mobile {
		display: none;
	}
	
	.title__text h1, .title__text h2 {font-size: 1.2em;}
	form#quoteForm .form-group {
    flex: 0 0 100%;
}
}

@media (min-width: 768px) {
	/* Columns
  ================================ */
	/* line 30, ../scss/_grid.scss */
	.grid-container > [class^="grid-"] {
		float: left;
		min-height: 1px;
		padding-left: 10px;
		padding-right: 10px;
		margin-left: 2%;
	}
	/* line 37, ../scss/_grid.scss */
	.grid-container > [class^="grid-"]:first-child {
		margin-left: 0;
	}
	/* line 40, ../scss/_grid.scss */
	.grid-container > [class^="grid-"]:last-child {
		float: right;
	}
	/* Columns are 65px wide, with 20px gutters
  =========================================== */
	/* line 47, ../scss/_grid.scss */
	.grid-1 {
		width: 6.5%;
	}
	/* line 50, ../scss/_grid.scss */
	.grid-2 {
		width: 15%;
	}
	/* line 53, ../scss/_grid.scss */
	.grid-3 {
		width: 23.5%;
	}
	/* line 56, ../scss/_grid.scss */
	.grid-4 {
		width: 32%;
	}
	/* line 59, ../scss/_grid.scss */
	.grid-5 {
		width: 40.5%;
	}
	/* line 62, ../scss/_grid.scss */
	.grid-6 {
		width: 49%;
	}
	/* line 65, ../scss/_grid.scss */
	.grid-7 {
		width: 57.5%;
	}
	/* line 68, ../scss/_grid.scss */
	.grid-8 {
		width: 66%;
	}
	/* line 71, ../scss/_grid.scss */
	.grid-9 {
		width: 74.5%;
	}
	/* line 74, ../scss/_grid.scss */
	.grid-10 {
		width: 83%;
	}
	/* line 77, ../scss/_grid.scss */
	.grid-11 {
		width: 91.5%;
	}
	/* line 80, ../scss/_grid.scss */
	.grid-12 {
		width: 100%;
	}
	/* Clearfix
  ================================ */
	/* line 88, ../scss/_grid.scss */
	.grid-container:after,
	.group:after {
		content: " ";
		display: table;
		clear: both;
	}
}

@media (min-width: 1200px) {
	/* line 95, ../scss/_grid.scss */
	.grid-container {
		max-width: 1100px;
	}
}

@media only screen and (max-width: 1140px) {
	/* line 6, ../scss/_responsive.scss */
	.header__contact {
		position: absolute;
		top: 0;
		left: 60%;
		transform: translateX(-50%);
		width: inherit;
	}
	/* line 12, ../scss/_responsive.scss */
	header .grid-8 {
		width: 73%;
	}
	/* line 17, ../scss/_responsive.scss */
	nav {
		float: right!important;
	}
	/* line 20, ../scss/_responsive.scss */
	nav ul {
		text-align: right;
	}
	/* line 25, ../scss/_responsive.scss */
	.caption {
		width: 80%;
	}
	/* line 29, ../scss/_responsive.scss */
	.home__services--box {
		width: 27.5%;
	}
	/* line 33, ../scss/_responsive.scss */
	.home__experts--box {
		width: 40%;
	}
	/* line 37, ../scss/_responsive.scss */
	.title__text {
		width: 35%!important;
	}
	/* line 41, ../scss/_responsive.scss */
	.gallery .grid-9 {
		width: 100%;
	}
}

@media only screen and (max-width: 999px) {
	/* line 49, ../scss/_responsive.scss */
	nav {
		display: none!important;
	}
	/* line 53, ../scss/_responsive.scss */
	.fa-bars,
	.fa-home {
		display: inherit!important;
	}
	/* line 57, ../scss/_responsive.scss */
	.title__text {
		width: 60%!important;
	}
}

@media only screen and (max-width: 900px) {
	/* line 63, ../scss/_responsive.scss */
	.home__services--box {
		width: 40%;
	}
	/* line 67, ../scss/_responsive.scss */
	.home__quote--box {
		width: 80%;
	}
	/* line 71, ../scss/_responsive.scss */
	.home__experts--box {
		width: 80%;
	}
	/* line 75, ../scss/_responsive.scss */
	.home__experts--padding {
		padding-left: 0;
		margin-top: 30px;
	}
}

@media only screen and (max-width: 850px) {
	/* line 82, ../scss/_responsive.scss */
	header {
		position: inherit;
		background-color: #043659;
	}
	/* line 87, ../scss/_responsive.scss */
	.caption {
		top: 50%;
	}
	/* line 90, ../scss/_responsive.scss */
	.caption h2 {
		font-size: 30px;
		margin-top: 0;
	}
	/* line 95, ../scss/_responsive.scss */
	.caption p {
		font-size: 13px;
	}
	/* line 99, ../scss/_responsive.scss */
	.caption button {
		margin-top: 30px;
	}
	/* line 104, ../scss/_responsive.scss */
	.home__clients .slider {
		width: 80%;
	}
	/* line 108, ../scss/_responsive.scss */
	.title__text {
		top: 50%!important;
	}
}

@media only screen and (max-width: 777px) {
	/* line 114, ../scss/_responsive.scss */
	.footer__logo,
	.footer__links {
		width: 100%;
		text-align: center;
	}
	/* line 119, ../scss/_responsive.scss */
	.footer__links {
		padding: 0;
	}
	/* line 123, ../scss/_responsive.scss */
	.footer__links--box {
		margin: 15px;
		width: 80%;
	}
	/* line 128, ../scss/_responsive.scss */
	.footer__links--box:nth-child(2) {
		border-bottom: solid 2px #fff;
		border-top: solid 2px #fff;
		padding: 20px 0;
	}
	/* line 134, ../scss/_responsive.scss */
	.gallery .gallery__item {
		width: 40%;
	}
}

@media only screen and (max-width: 599px) {
	/* line 140, ../scss/_responsive.scss */
	.caption,
	.title__text p {
		display: none;
	}
	/* line 144, ../scss/_responsive.scss */
	.title__text {
		width: 100%!important;
	}
	/* line 148, ../scss/_responsive.scss */
	.home__services--box {
		width: 95%;
		margin: 10px 0;
	}
	/* line 153, ../scss/_responsive.scss */
	form {
		width: 90%;
	}
	/* line 156, ../scss/_responsive.scss */
	form textarea {
		width: 100%;
	}
	/* line 160, ../scss/_responsive.scss */
	form .form__email {
		left: 55%;
		width: 40%;
		text-align: left;
	}
}

@media only screen and (max-width: 499px) {
	/* line 169, ../scss/_responsive.scss */
	.home__quality .home__quote--box {
		width: 90%;
		padding: 45px 30px;
	}
	/* line 174, ../scss/_responsive.scss */
	.gallery .gallery__item {
		width: 90%;
	}
}