@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,300,700,800,400italic,300italic");
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

img {
  max-width: 100%;
}

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

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

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

[hidden],
template {
  display: none;
}

a {
  background: transparent;
}

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

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

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

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

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

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

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

figure {
  margin: 1em 40px;
}

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

pre {
  overflow: auto;
}

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

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

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

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

input {
  line-height: normal;
}

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

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

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

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

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

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

ul, li {
  list-style: none;
}

a {
  text-decoration: none;
}

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

.services:after, .footer_upper:after, .gallery:after, .contact:after {
  content: "";
  display: table;
  clear: both;
}

.services, .footer_upper, .gallery, .contact {
  *zoom: 1;
}
.services:before, .footer_upper:before, .gallery:before, .contact:before, .services:after, .footer_upper:after, .gallery:after, .contact:after {
  content: " ";
  display: table;
}
.services:after, .footer_upper:after, .gallery:after, .contact:after {
  clear: both;
}
.services_section img {
    border-radius: 2.5px;
}

/*

Usage for Clear fix

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

*/
* {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font-size: 16px;
  line-height: 1.5;
  font-family: "Open Sans", sans-serif;
  color: #4a4a4a;
  max-width: 1500px;
  margin: 0 auto;
}

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

.three, .two, .four {
	float: left;
	width: 30%;
	margin: 10px;
	border-radius: 2.5px;
	margin-bottom: 30px;
}

.two {
	width: 46%;
	float: none;
}

.four {
	width: 22%;
	min-width: 190px;
	float: none;
}

@media only screen and (max-width : 685px) {
	.three {
		width: 100%;
		margin: 0;
		margin-bottom: 20px;
	}
}

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

/* Remove Google autofill background */
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;
}

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

.Button {
  padding: 5px 25px;
  text-transform: uppercase;
  font-size: 14px;
  border-radius: 4px;
  border: 2px solid #ec0106;
  color: #ec0106;
  -webkit-transition-duration: 0.35s;
  -moz-transition-duration: 0.35s;
  -ms-transition-duration: 0.35s;
  -o-transition-duration: 0.35s;
  transition-duration: 0.35s;
  display: inline-block;
}
.Button:hover {
  border: 2px solid #002a56;
  color: #002a56;
}

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

header {
  padding: 10px 0px;
}

#logo, nav, .tel {
  display: inline-block;
  vertical-align: middle;
}

#logo {
  width: 200px;
  margin-right: 3%;
}

.tel {
  float: right;
  margin-top: 15px;
}
.tel img {
  width: 28px;
  display: inline-block;
  vertical-align: middle;
}
.tel a {
  display: inline-block;
  vertical-align: middle;
}

nav a, .tel a {
  color: #002a56;
}

nav ul li {
  display: inline-block;
  margin: 0px 6px;
  position: relative;
}
nav ul li:after {
  content: '';
  display: block;
  margin: auto;
  height: 3px;
  width: 0px;
  background: transparent;
  -webkit-transition: width .5s ease, background-color .5s ease;
  transition: width .5s ease, background-color .5s ease;
}
nav ul li:hover:after {
  width: 100%;
  background: #002a56;
}
nav ul li a {
  text-transform: uppercase;
  font-size: 14px;
  padding: 30px 0px;
}

.nav__item--active {
  color: #ec0106;
}

.burger-menu {
  position: relative;
  width: 40px;
  height: 59px;
  cursor: pointer;
  float: right;
  margin-left: 30px;
  z-index: 9999;
  display: none;
}

.burger {
  position: absolute;
  background: #002a56;
  width: 100%;
  height: 4px;
  top: 50%;
  right: 0px;
  margin-top: 0px;
  opacity: 1;
}

.burger::before {
  position: absolute;
  background: #002a56;
  width: 41px;
  height: 4px;
  top: 10px;
  content: "";
  display: block;
}

.burger::after {
  position: absolute;
  background: #002a56;
  width: 40px;
  height: 4px;
  bottom: 11px;
  content: "";
  display: block;
}

.burger::after, .burger::before, .burger {
  transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
}

.burger-menu.menu-on .burger::after {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  bottom: 0px;
}

.burger-menu.menu-on .burger::before {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  top: 0px;
}

.burger-menu.menu-on .burger {
  background: rgba(111, 111, 111, 0);
}

.main_image {
  position: relative;
}

.main_image__pic {
  width: 100%;
  display: block;
}

.main_image_caption {
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  left: 40%;
  top: 50%;
  color: #fff;
}
.main_image_caption .main_image_caption--title {
  text-transform: uppercase;
  font-size: 50px;
  margin-bottom: 20px;
}
.main_image_caption .main_image_caption--content {
  max-width: 400px;
}
.main_image_caption .Button {
  margin-top: 20px;
  border: 2px solid #fff;
  color: #fff;
}
.main_image_caption .Button:hover {
  border: 2px solid #002a56;
  color: #002a56;
}

.content_section {
  padding: 30px 0px;
}
.content_section .content_section--title {
  color: #002a56;
  font-size: 23px;
  font-weight: 500;
}
.content_section span {
  color: #ec0106;
}

.content_section--center {
  text-align: center;
  max-width: 850px;
  display: block;
  margin: 0 auto;
}

.services {
  padding: 50px 0;
}
@media only screen and (max-width: 755px) {
  .services {
    padding: 40px 0;
  }
}
.services .services_section {
  float: left;
  width: 30%;
  text-align: center;
}
.services .services_section:nth-child(2) {
  margin: 0 5%;
}
.services .services_section .services_section--title {
  color: #002a56;
  text-transform: uppercase;
  font-weight: 500;
}

.contentImage {
  padding: 50px 0;
  text-align: center;
}
@media only screen and (max-width: 755px) {
  .contentImage {
    padding: 40px 0;
  }
}

.cta {
  background: #005699;
  padding: 20px 0px;
  text-align: center;
  color: #fff;
}
.cta .cta_icon, .cta .cta_text, .cta .Button {
  display: inline-block;
  vertical-align: middle;
}
.cta .cta_icon {
  width: 70px;
}
.cta .cta_text {
  margin: 0 5%;
  text-transform: uppercase;
  font-weight: 500;
}
.cta .Button {
  color: #fff;
  background: #fff;
  border: none;
  color: #002a56;
}

.fullWidthImage {
  position: relative;
  text-align: center;
}
.fullWidthImage .fullWidthImage_caption {
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  color: #fff;
}
.fullWidthImage .fullWidthImage_caption .Button {
  color: #fff;
  border: 2px solid;
}
.fullWidthImage .fullWidthImage_caption .fullWidthImage_text {
  max-width: 600px;
}
.fullWidthImage img {
  width: 100%;
  display: block;
}

.testimonials {
  text-align: center;
  padding: 50px 0;
}
@media only screen and (max-width: 755px) {
  .testimonials {
    padding: 40px 0;
  }
}

.testimonials_section {
  display: none;
}

.testimonials_section--text {
  max-width: 600px;
  margin: 0 auto;
  padding: 0 2%;
}

.testimonials_title {
  color: #002a56;
  font-size: 23px;
  font-weight: 500;
}

.footer_upper {
  background: #002a56;
  padding: 30px 0px;
}

.footer_upper_section {
  float: left;
  width: 23%;
  margin:1%;
}
.footer_upper_section img {
  display: block;
}
.footer_upper_section a, .footer_upper_section p {
  color: #fff;
}

.footer_upper_section--mail p {
  margin-top: 25px;
}

a {
  word-wrap: break-word;
}

.lowerFooter__logo {
  width: 127px;
}

.lowerFooter__obm {
  float: right;
  margin-top: 13px;
  color: #4a4a4a;
  font-size: 12px;
}
.lowerFooter__obm span {
  font-weight: bold;
  color: teal;
  -webkit-transition-duration: 0.35s;
  -moz-transition-duration: 0.35s;
  -ms-transition-duration: 0.35s;
  -o-transition-duration: 0.35s;
  transition-duration: 0.35s;
}
.lowerFooter__obm span:hover {
  color: #00b3b3;
}

.main_image_page__caption {
  position: absolute;
  bottom: -22px;
  color: #eaebe5;
  text-transform: uppercase;
  font-size: 40px;
  left: 5%;
}

.main_image_page__caption--text {
  margin: 0px;
}

.gallery {
  padding-top: 100px;
}

.gallery_item {
  float: left;
  width: 50%;
  position: relative;
}
.gallery_item:hover .gallery_item--overlay {
  opacity: 1;
}
.gallery_item:hover .gallery_item--overlay--icon {
  transform: rotate(-20deg);
}

.gallery_item--image {
  width: 100%;
}

.gallery_item--overlay {
  position: absolute;
  bottom: 0px;
  top: 0px;
  left: 0px;
  right: 0px;
  background: rgba(236, 1, 6, 0.82);
  opacity: 0;
  transition: all 1s;
  -webkit-transition: all 1s;
  text-align: center;
  color: #fff;
  padding-top: 10%;
}
.gallery_item--overlay a {
  color: #fff;
}

.gallery_item--overlay--icon {
  display: block;
  margin: 10px auto 0 auto;
  -webkit-transition-duration: 0.3s;
  /* Safari */
  -webkit-transition-delay: 0.5s;
  /* Safari */
  transition-duration: 0.3s;
  transition-delay: 0.5s;
}

.gallery_item--overlay--title {
  font-size: 25px;
}

.gallery_item--overlay--desc {
  font-weight: bold;
}

.contact {
  padding: 50px 0;
}
@media only screen and (max-width: 755px) {
  .contact {
    padding: 40px 0;
  }
}

.contact_section {
  width: 50%;
  float: left;
}

.contact_section--details {
  width: 49%;
  display: inline-block;
  vertical-align: top;
}
.contact_section--details a {
  color: #4a4a4a;
}

.contact_section--details--email {
  font-size: 12px;
}

.contact_section_form input {
  display: block;
}
.contact_section_form input, .contact_section_form textarea {
  width: 500px;
  border: none;
  background: #f6f6f6;
  margin: 10px 0px;
  border-radius: 3px;
  padding: 8px;
}
.contact_section_form form {
  max-width: 500px;
  margin: 0 auto;
}

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

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

@media (max-width: 1180px) {
  nav ul {
    display: none;
  }

  .burger-menu {
    display: block;
  }

  .mobile_nav {
    -webkit-transition-duration: 0.35s;
    -moz-transition-duration: 0.35s;
    -ms-transition-duration: 0.35s;
    -o-transition-duration: 0.35s;
    transition-duration: 0.35s;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    overflow-y: auto;
    z-index: 10;
    background: #00afff;
  }
  .mobile_nav ul {
    display: block !important;
    text-align: center;
    margin-top: 140px;
  }
  .mobile_nav ul li {
    display: block;
    margin-bottom: 16px;
  }
  .mobile_nav ul li a {
    font-size: 22px;
    color: #fff;
  }
  .mobile_nav ul li a:hover {
    color: #cccccc;
  }
  .mobile_nav ul li ul {
    display: none;
    margin-top: 0px;
    left: 50%;
    transform: translate(-50%);
  }

  nav ul li:hover:after {
    background: none;
  }

  .main_image_caption .main_image_caption--title {
    font-size: 4.5vw;
  }

  .content_section--title {
    font-size: 20px !important;
  }
  .content_section--title br {
    display: none;
  }
}
@media (max-width: 782px) {
  #logo {
    display: block;
    margin: 0 auto;
    width: 150px;
  }

  .tel {
    float: none;
    text-align: center;
    display: block;
    margin-top: -20px;
  }

  .burger-menu {
    position: absolute;
    top: 0px;
    right: 5%;
  }

  .main_image_caption {
    display: none;
  }

  .cta .cta_icon, .cta .cta_text, .cta .Button {
    display: block;
    margin: 20px auto;
  }

  .cta .Button {
    width: 200px;
  }

  .footer_upper_section {
    display: inline-block;
    width: 100% !important;
    vertical-align: top;
    float: none;
    text-align: center;
  }
  .footer_upper_section img {
    margin: 0 auto;
  }

  .main_image_page__caption--text {
    display: none;
  }

  .gallery_item {
    width: 100%;
  }

  .contact_section_form input, .contact_section_form textarea {
    width: 100%;
  }
}
@media (min-width: 917px) {
  .content_section {
    max-width: 75%;
    margin: 0 auto;
  }

  .main_image_page__caption {
    left: 15%;
  }
}
@media (max-width: 1013px) {
  .services .services_section {
    width: 100%;
  }
  .services .services_section:nth-child(2) {
    margin: 10% 0%;
  }
  .services .services_section--text {
    max-width: 600px;
    margin: 20px auto;
  }

  .fullWidthImage_text, .fullWidthImage_title {
    display: none;
  }

  .footer_upper_section {
    display: inline-block;
    width: 47%;
    vertical-align: top;
    float: none;
  }
}
@media (max-width: 1089px) {
  .contact_section {
    width: 100%;
    text-align: center;
    margin-bottom: 50px;
  }
}
