@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;
}

a, a:visited, a:hover, a:active {
  color: inherit;
}

ul {
  padding: 0px;
}

#services:after, .ourClients:after, footer .container:after, .boxes:after, .commercial__content:after {
  content: "";
  display: table;
  clear: both;
}

.srt {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

#services, .ourClients, footer .container, .boxes, .commercial__content {
  *zoom: 1;
}
#services:before, .ourClients:before, footer .container:before, .boxes:before, .commercial__content:before, #services:after, .ourClients:after, footer .container:after, .boxes:after, .commercial__content:after {
  content: " ";
  display: table;
}
#services:after, .ourClients:after, footer .container:after, .boxes:after, .commercial__content:after {
  clear: both;
}

/*

Usage for Clear fix

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

*/
/* background image change */
/* Central main content */
#container {
  overflow: hidden;
  width: 100%;
}

#slider {
  width: 100%;
  height: 350px;
  position: relative;
  overflow: hidden;
  float: left;
}

#slider img {
  width: 100%;
}

.slide {
  position: absolute;
}

.slide-caption {
  position: absolute;
  left: 15%;
  color: white;
  top: 13%;
  max-width: 400px;
}
.slide-caption h2 {
  letter-spacing: 2px;
  font-size: 36px;
  margin-bottom: 0px;
}
.slide-caption p {
  margin-top: 0px;
  margin-bottom: 20px;
}

#prev, #next {
  float: left;
  margin-top: 130px;
  cursor: pointer;
  position: relative;
  z-index: 100;
  font-size: 30px;
  color: #EAEAEA;
}

#prev {
  margin-right: -45px;
  left: 80px;
}

#next {
  margin-left: -100px;
}

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

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

h1 {
  font-weight: 300;
  font-size: 1.6em;
  margin-bottom: 1.66667em;
}

h2 {
  font-family: "arial";
  font-weight: 100;
  font-size: 1.46667em;
}

h3 {
  font-size: 1.2em;
}

h4 {
  font-size: 1.06667em;
}

h5 {
  font-size: 0.8em;
}

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

.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: 0.33333em 1em;
  color: white;
  border-radius: 3px;
  text-transform: uppercase;
  border: 2px solid white;
  font-size: 1em;
  -webkit-transition-property: border, color;
  -moz-transition-property: border, color;
  -ms-transition-property: border, color;
  -o-transition-property: border, color;
  transition-property: border, color;
  -webkit-transition-delay: 0.3s, 0.5s;
  -moz-transition-delay: 0.3s, 0.5s;
  -ms-transition-delay: 0.3s, 0.5s;
  -o-transition-delay: 0.3s, 0.5s;
  transition-delay: 0.3s, 0.5s;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -ms-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.Button:hover {
  border: 2px solid #003471;
  color: #003471;
}

.logo {
  width: 9.66667em;
  display: block;
  margin: 0 auto;
  margin-top: 0.66667em;
}

.tagline {
  color: #003471;
  text-align: center;
  margin: 0;
  font-weight: 400;
}
.tagline span {
  font-weight: 900;
}

.nav__item--active {
     color: #0D1E71 !important;
}

.nav__mobile {
  display: none;
  float: right;
  font-size: 28px;
  color: #003471;
  margin-right: 10px;
  z-index: 99999;
  position: relative;
}

.nav__mobile--drop {
  background: #003471;
  padding: 1.33333em 0;
  text-align: center;
}
.nav__mobile--drop .nav__item {
  display: block;
  color: #fff;
}

.nav__mobile--color {
  color: #ed1c24;
}

.nav__item {
  text-transform: uppercase;
  font-weight: 300;
  margin: 0px 1.33333em;
  padding: 0.66667em 0px;
  color: #464545;
}


/* stroke */
nav ul li a,
nav ul li a:after,
nav ul li a:before {
  transition: all .5s;
}
nav ul li a{
  position: relative;
}
nav ul li a:after{
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 0%;
  content: '.';
  color: transparent;
  background: #003471;
  height: 1px;
}
nav ul li a:hover:after {
  width: 100%;
}

/* Services */
#services {
  text-align: center;
  margin-top: 5%;
  margin-bottom: 5%;
}
#services .services__item {
  margin-bottom: 3%;
}
#services h2 {
  color: #ed1c24;
  text-transform: uppercase;
  letter-spacing: 0.06667em;
  font-size: 1.33333em;
}

/* homeContent */
.homeContent {
  text-align: center;
  width: 60%;
  margin: 0 auto;
}
.homeContent h1 {
  color: #ed1c24;
  text-transform: uppercase;
  letter-spacing: 0.06667em;
  font-size: 1.66667em;
  text-align: center;
}
.homeContent .Button {
  border: 2px solid #003471;
  color: #003471;
}
.homeContent .Button:hover {
  border: 2px solid #ed1c24;
  color: #ed1c24;
}
@media (max-width: 769px) {
  .homeContent {
    width: 100%;
  }
}

.homeContent p:last-of-type {
  margin-bottom: 4em;
}

/*Call to action */
.callToAction {
  background-size: cover;
  background-repeat: no-repeat;
  background: url("../img/callToAction.jpg");
  height: 19.53333em;
  text-align: center;
  color: #fff;
  padding: 4em 0;
  margin-top: 5.33333em;
  line-height: 3.33333em;
}
.callToAction h2 {
  text-transform: uppercase;
  letter-spacing: 0.06667em;
  font-size: 1.66667em;
  text-align: center;
}
.callToAction p,
.callToAction h2 {
  margin: 0px;
}
.callToAction .Button:hover {
  color: white;
}
.callToAction p {
  font-weight: lighter;
  font-style: italic;
}

/* Our clients */
.ourClients {
  margin-bottom: 60px;
}
.ourClients h2 {
  text-transform: uppercase;
  letter-spacing: 0.06667em;
  font-size: 1.66667em;
  text-align: center;
  color: #003471;
  margin-bottom: 40px;
}
.ourClients .ourClients__item {
  cursor: pointer;
  text-align: center;
  width: 14%;
}
.ourClients .ourClients__item img {
  width: 200px;
}

/* Mouse hover Our clients change image 1 */
.ourClients__item--one {
  background-image: url("../img/ourClients/1-dark.png");
  background-repeat: no-repeat;
  height: 100px;
  -webkit-transition-duration: 1s;
  -moz-transition-duration: 1s;
  -ms-transition-duration: 1s;
  -o-transition-duration: 1s;
  transition-duration: 1s;
}

.ourClients__item--one:hover {
  background-image: url("../img/ourClients/1.png");
}

/* Mouse hover Our clients change image 2 */
.ourClients__item--two {
  background-image: url("../img/ourClients/2-dark.png");
  background-repeat: no-repeat;
  height: 100px;
  -webkit-transition-duration: 1s;
  -moz-transition-duration: 1s;
  -ms-transition-duration: 1s;
  -o-transition-duration: 1s;
  transition-duration: 1s;
}

.ourClients__item--two:hover {
  background-image: url("../img/ourClients/2.png");
}

/* Mouse hover Our clients change image 3 */
.ourClients__item--three {
  background-image: url("../img/ourClients/3-dark.png");
  background-repeat: no-repeat;
  height: 100px;
  -webkit-transition-duration: 1s;
  -moz-transition-duration: 1s;
  -ms-transition-duration: 1s;
  -o-transition-duration: 1s;
  transition-duration: 1s;
}

.ourClients__item--three:hover {
  background-image: url("../img/ourClients/3.png");
}

/* Mouse hover Our clients change image 4 */
.ourClients__item--four {
  background-image: url("../img/ourClients/4-dark.png");
  background-repeat: no-repeat;
  height: 100px;
  -webkit-transition-duration: 1s;
  -moz-transition-duration: 1s;
  -ms-transition-duration: 1s;
  -o-transition-duration: 1s;
  transition-duration: 1s;
}

.ourClients__item--four:hover {
  background-image: url("../img/ourClients/4.png");
}

/* Mouse hover Our clients change image 5 */
.ourClients__item--five {
  background-image: url("../img/ourClients/5-dark.png");
  background-repeat: no-repeat;
  height: 100px;
  -webkit-transition-duration: 1s;
  -moz-transition-duration: 1s;
  -ms-transition-duration: 1s;
  -o-transition-duration: 1s;
  transition-duration: 1s;
}

.ourClients__item--five:hover {
  background-image: url("../img/ourClients/5.png");
}

/* Mouse hover Our clients change image 6 */
.ourClients__item--six {
  background-image: url("../img/ourClients/6-dark.png");
  background-repeat: no-repeat;
  height: 100px;
  -webkit-transition-duration: 1s;
  -moz-transition-duration: 1s;
  -ms-transition-duration: 1s;
  -o-transition-duration: 1s;
  transition-duration: 1s;
}

.ourClients__item--six:hover {
  background-image: url("../img/ourClients/6.png");
}

/* Mouse hover Our clients change image 7 */
.ourClients__item--seven {
  background-image: url("../img/ourClients/7-dark.png");
  background-repeat: no-repeat;
  height: 100px;
  -webkit-transition-duration: 1s;
  -moz-transition-duration: 1s;
  -ms-transition-duration: 1s;
  -o-transition-duration: 1s;
  transition-duration: 1s;
}

.ourClients__item--seven:hover {
  background-image: url("../img/ourClients/7.png");
}

footer .lower {
  background: #25262B;
  padding: 7px;
  color: white;
}
footer .lower .lower__item {
  display: inline-block;
}
footer .lower .lower__item--obm {
  float: right;
}
footer .lower p {
  margin: 0px;
}
footer .lower a {
  color: teal;
}

footer .upper {
  background: #27282d;
  padding: 2em 0;
}
footer .upper h3 {
  text-transform: uppercase;
  color: white;
  letter-spacing: 2px;
}
footer .upper .nav__item {
  margin: 0px;
  padding: 0px;
  text-transform: capitalize;
  font-style: italic;
}
footer .upper .nav__item a {
  color: #8d8d8d;
}
footer .upper p, footer .upper a {
  font-style: italic;
}
footer .upper .fa {
  color: #c5ccdb;
}
footer .upper .upper__item--contact a {
  display: block;
}
footer .upper .upper__item--contact p {
  margin-bottom: 0px;
}
footer .upper .linkedin {
  margin-bottom: 10px;
}

.underline {
  width: 88px;
  height: 1px;
  background: white;
  margin: 5px 0px;
}

/* About page */
.boxes {
  clear: both;
}
.boxes .boxes__item--container {
  position: relative;
}
.boxes .boxes__item--caption {
  position: absolute;
  top: 0px;
  color: #fff;
  text-align: center;
  padding: 2vw;
  width: 100%;
}
.boxes__item--caption--2 {
  color: #003471 !important;
}
.boxes__item--caption--2 .Button{
  color:#fff;
  }
.boxes .boxes__item--caption p {
  margin-bottom: 50px;
}
.boxes .boxes__item--caption .Button:hover {
  color: white;
}
.boxes .boxes__item--caption h2 {
  text-transform: uppercase;
  letter-spacing: 0.06667em;
  font-size: 1.66667em;
  text-align: center;
  text-transform: capitalize;
}

.boxUnderline {
  width: 100px;
  height: 1px;
  background: #ed1c24;
  margin: 7px auto;
}

.about__content,
.projects__content {
  text-align: center;
  width: 60%;
  margin: 0 auto;
  margin-top: 50px;
}
.about__content h1,
.projects__content h1 {
  color: #ed1c24;
  text-transform: uppercase;
  letter-spacing: 0.06667em;
  font-size: 1.66667em;
  text-align: center;
}
.about__content .Button,
.projects__content .Button {
  border: 2px solid #003471;
  color: #003471;
}
.about__content .Button:hover,
.projects__content .Button:hover {
  border: 2px solid #ed1c24;
  color: #ed1c24;
}
@media (max-width: 769px) {
  .about__content,
  .projects__content {
    width: 100%;
  }
}
.about__content h1,
.projects__content h1 {
  color: #003471;
}

/* Projects */
.projects__content {
  margin-bottom: 70px;
}

.projects .boxes__item--container {
  margin-bottom: 3.5%;
}
.projects .boxes__item--caption {
  display: none;
}
.projects .boxes__item--caption .fa {
  font-size: 30px;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -ms-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.projects .boxes__item--caption .fa:hover {
  font-size: 35px;
  color: #ed1c24;
}
.projects .boxes__item--caption p {
  margin-bottom: 20px;
}

.boxes__item--help {
  color: #003471;
  font-weight: lighter;
  text-align: center;
}

/* Contact form */
form input, form textarea {
  width: 100%;
  margin-bottom: 16px;
  font-size: 15px;
  line-height: 1.4em;
  color: #555;
  border: none;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  background: rgba(0, 0, 0, 0.07);
  border-radius: 6px;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.12);
  padding: 7px;
}
form textarea:focus, form input:focus {
  outline: none;
  background: whitesmoke;
}
form input[type='submit'] {
  box-shadow: none;
  background: none;
  border: 2px solid #0F2071;
  color: black;
}

.contact .contact__item--heading {
  color: #003471;
  text-transform: uppercase;
  letter-spacing: 0.06667em;
  font-size: 1.66667em;
  text-align: center;
  text-align: center;
}

.contact__details h2 {
  text-transform: uppercase;
  letter-spacing: 0.13333em;
  font-size: 1.13333em;
  color: #003471;
}

/* Coverage page */
.coverage__content {
  text-align: center;
  width: 60%;
  margin: 0 auto;
}
.coverage__content h1 {
  color: #ed1c24;
  text-transform: uppercase;
  letter-spacing: 0.06667em;
  font-size: 1.66667em;
  text-align: center;
}
.coverage__content .Button {
  border: 2px solid #003471;
  color: #003471;
}
.coverage__content .Button:hover {
  border: 2px solid #ed1c24;
  color: #ed1c24;
}
@media (max-width: 769px) {
  .coverage__content {
    width: 100%;
  }
}
.coverage__content h1 {
  color: #003471;
}
.coverage__content img {
    width: 50%;
}

.commercial__content h1 {
  text-transform: uppercase;
  letter-spacing: 0.06667em;
  font-size: 1.66667em;
  text-align: center;
  color: #003471;
}
.commercial__content .Button {
  border: 2px solid #003471;
  color: #003471;
}
.commercial__content .commercial2 {
  display: none;
}
.commercial__content img {
  margin-top: 40px;
}

/** Larger screen **/
@media (min-width: 769px) {
  .container {
    max-width: 1200px;
  }
}
/** Smaller screen **/
@media (max-width: 769px) {
  .contact__details {
    width: 49%;
    display: inline-block;
  }

  .slide-caption p {
    display: none;
  }

  #services .services__item {
    margin-bottom: 10%;
  }

  form {
    width: 70%;
    margin: 0 auto;
  }

  [class^='col-'] {
    margin: 10px 0px;
  }

  .homeContent {
    width: 100%;
  }

  .ourClients .ourClients__item {
    margin-bottom: 35px;
  }

  footer .upper {
    text-align: center;
  }

  .underline {
    margin: 10px auto;
  }
}
/* CALC STYLES */
@media (min-width: 769px) {
  [class^='col-'] {
    float: left;
    padding: 0 1rem;
  }

  .col-1 {
    width: calc(100% / 12);
  }

  .col-2 {
    width: calc(100% / 12 * 2);
    /* 2 twelves of grid space */
  }

  .col-3 {
    width: calc(100% / 12 * 3);
  }

  .col-4 {
    width: calc(100% / 12 * 4);
  }

  .col-5 {
    width: calc(100% / 12 * 5);
  }

  .col-6 {
    width: calc(100% / 12 * 6);
  }

  .col-7 {
    width: calc(100% / 12 * 7);
  }

  .col-8 {
    width: calc(100% / 12 * 8);
  }

  .col-9 {
    width: calc(100% / 12 * 9);
  }

  .col-10 {
    width: calc(100% / 12 * 10);
  }

  .col-11 {
    width: calc(100% / 12 * 11);
  }

  .col-12 {
    width: calc(100% / 12 * 12);
  }
}
/** Mobile Menu **/
@media (max-width: 866px) {
  .nav__mobile {
    display: block;
  }

  nav,
  #prev,
  #next {
    display: none;
  }
}
/** Mobile Menu **/
@media (min-width: 867px) {
  nav {
    display: block !important;
  }
  nav ul {
    text-align: center;
  }
  nav .nav__item {
    display: inline-block;
  }

  .nav__mobile--drop {
    background: none;
    padding: 0;
  }
  .nav__mobile--drop .nav__item {
    color: #464545;
    display: inline-block;
  }
}
/** Slider gap underneath **/
@media (max-width: 733px) {
  #container {
    margin-bottom: -10%;
  }
}
@media (max-width: 585px) {
  #container {
    margin-bottom: -21%;
  }
}
@media (max-width: 459px) {
  #container {
    margin-bottom: -45%;
  }
}
/* Our clients smaller screens */
@media (max-width: 920px) {
  .ourClients {
    display: none;
  }
}
/** Boxes with captions  **/
@media (max-width: 881px) {
  .boxes .col-6 {
    width: 100%;
    text-align: center;
  }
  .boxes .col-6 .boxes__item--caption {
    padding: 4.66667em;
  }
}
/** Boxes with captions  **/
@media (max-width: 551px) {
  .boxes .col-6 .boxes__item--caption {
    padding: 1em;
    font-size: 12px;
  }
  .boxes .col-6 .boxes__item--caption p {
    margin-bottom: 30px;
  }

  footer .lower .lower__item--obm {
    float: none;
  }

  footer .lower .lower__item {
    display: block;
    text-align: center;
  }
}
@media (max-width: 911px) {
  .commercial__content .commercial2 {
    display: block;
  }
}
#testimonial {
  margin: 80px 0px;
}
#testimonial p {
  display: none;
  text-align: center;
  font-size: 22px;
  color: #0b0b0b;
}
#testimonial span {
  display: block;
  color: #003471;
}



/* extra images in projects */
.col-6 img {
max-height: 402px;
}

.col-6a {
	width: 33.3%;
}