/* Scss Document */
.sector-item a, .service-item a, .parallax-caption {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%; }

body {
  color: #242424;
  font-family: 'Open Sans',Helvetica,Arial,sans-serif;
  font-size: 16px; }

.container-fluid {
  max-width: 1500px; }

#header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  transition: padding 0.4s;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0); }
  #header.scrolled {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.25); }
  @media screen and (max-width: 992px) {
    #header {
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.25); } }
  #header .container-fluid {
    position: relative;
    max-width: 1800px;
    /*@media screen and (max-width: $break-lg){#topContactBar {display:none !important}}*/ }
    #header .container-fluid #logo {
      position: absolute;
      top: 30px;
      left: 20px;
      transition: top ease 0.4s;
      z-index: 1; }
      #header .container-fluid #logo img {
        transition: height ease 0.4s; }
    #header .container-fluid .nav-item.active .nav-link {
      color: #ee3a42; }
    #header .container-fluid .nav-link {
      text-align: center; }
    @media screen and (min-width: 992px) {
      #header .container-fluid .nav-item {
        border-right: 1px solid #ee3a42; }
        #header .container-fluid .nav-item .nav-link {
          color: #0e3a66; }
          #header .container-fluid .nav-item .nav-link:hover {
            text-decoration: none;
            color: red; } }
    @media screen and (min-width: 992px) and (max-width: 1400px) {
      #header .container-fluid .nav-link {
        padding: 8px 12px;
        font-size: 14px; } }
    @media screen and (min-width: 1400px) {
      #header .container-fluid .nav-link {
        padding: 3px 20px;
        font-size: 14px; } }
    #header .container-fluid #topContactBar li {
      margin-right: 20px; }
      #header .container-fluid #topContactBar li i {
        color: red; }
      #header .container-fluid #topContactBar li a {
        color: #0e3a66;
        transition: color ease 0.2s; }
        #header .container-fluid #topContactBar li a:hover {
          text-decoration: none;
          color: #ee3a42; }
    #header .container-fluid .navbar {
      padding: 0.5rem 0; }
      @media screen and (min-width: 992px) {
        #header .container-fluid .navbar {
          padding: 1.5rem 0; } }
      @media screen and (min-width: 992px) {
        #header .container-fluid .navbar .navbar-nav {
          max-height: inherit !important;
          overflow: inherit !important; } }
  @media screen and (min-width: 992px) {
    #header .nav-item.dropdown .dropdown-menu {
      padding-top: 25px;
      border: 0; } }
  @media screen and (max-width: 992px) {
    #header .nav-item.dropdown .dropdown-menu {
      text-align: center; } }
  #header .nav-item.dropdown:hover .dropdown-menu {
    display: block; }
  #header .dropdown-item:focus, #header .dropdown-item:hover {
    background: none;
    color: #ee3a42; }
  @media screen and (max-width: 992px) {
    #header .navbar-collapse {
      padding: 1.5rem 0; } }

#header.scrolled #logo {
  top: 15px; }
  #header.scrolled #logo img {
    height: 52px;
    width: auto; }

.mobile-contact i {
  color: red; }

.nav-item.active .nav-link {
  color: #ee3a42; }

.embed-responsive-gallery:before {
  padding-top: 32%; }

#top_gallery.owl-carousel {
  opacity: 0;
  transition: opacity ease 0.2s; }
  #top_gallery.owl-carousel.owl-loaded {
    opacity: 1; }
  #top_gallery.owl-carousel .embed-responsive-item {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center; }
  @media screen and (min-width: 992px) {
    #top_gallery.owl-carousel .caption {
      position: absolute;
      top: 50%;
      left: 10%;
      width: 80%;
      height: auto;
      transform: translateY(0);
      transition: all ease-out 0.5s;
      opacity: 0; } }
  @media screen and (min-width: 1400px) {
    #top_gallery.owl-carousel .caption {
      width: 40%; } }
  #top_gallery.owl-carousel .caption .h2 {
    font-weight: 800;
    color: #fff;
    background-color: #ee3a42; }
  #top_gallery.owl-carousel .caption .h4 {
    font-weight: 300;
    color: #fff;
    font-size: 22px;
    background-color: #0e3a66; }
  @media screen and (min-width: 992px) {
    #top_gallery.owl-carousel .caption.show {
      opacity: 1;
      transform: translateY(-33px); } }
  @media screen and (min-width: 992px) {
    #top_gallery.owl-carousel .owl-nav {
      opacity: 0;
      transition: opacity 0.4s; } }
  #top_gallery.owl-carousel .owl-prev, #top_gallery.owl-carousel .owl-next {
    position: absolute;
    transform: translateY(-50%);
    left: 2%;
    top: 30%; }
    @media screen and (min-width: 992px) {
      #top_gallery.owl-carousel .owl-prev, #top_gallery.owl-carousel .owl-next {
        top: 50%; } }
    #top_gallery.owl-carousel .owl-prev i, #top_gallery.owl-carousel .owl-next i {
      font-size: 20px;
      color: #0e3a66;
      transition: color 0.2s;
      padding: 0; }
      #top_gallery.owl-carousel .owl-prev i:hover, #top_gallery.owl-carousel .owl-next i:hover {
        color: #416793; }
      @media screen and (min-width: 992px) {
        #top_gallery.owl-carousel .owl-prev i, #top_gallery.owl-carousel .owl-next i {
          font-size: 50px; } }
  #top_gallery.owl-carousel .owl-next {
    right: 2%;
    left: unset; }

@media screen and (min-width: 992px) {
  #top_gallery.owl-carousel:hover .owl-nav {
    opacity: 1; } }
section {
  padding: 5rem 0;
  position: relative; }

.customHTML {
  line-height: 1.8;
  font-weight: 300;
  font-size: 18px; }
  .customHTML p {
    padding-bottom: 15px;
    padding-top: 0;
    margin: 0; }
  .customHTML b, .customHTML strong {
    font-weight: 700;
    color: #0e3a66; }
  .customHTML h1, .customHTML .h1, .customHTML h2, .customHTML .h2 {
    color: #ee3a42;
    font-size: 3rem;
    text-transform: uppercase;
    font-weight: 700;
    margin: 0;
    padding-bottom: 2.5rem; }
  .customHTML h2, .customHTML .h2 {
    font-size: 2.5rem;
    padding-bottom: 2rem; }
  .customHTML h3, .customHTML .h3 {
    font-size: 2rem;
    font-weight: 700; }
  .customHTML h4, .customHTML .h4 {
    font-size: 2rem;
    font-weight: 300;
    padding-bottom: 2rem; }
  .customHTML li {
    padding-bottom: .5rem; }
  .customHTML a:not(.btn) {
    position: relative;
    color: #ee3a42;
    text-decoration: none; }

.section-blue .customHTML b, .section-blue .customHTML strong {
  font-weight: 700;
  color: #ffffff; }

.section-blue a.email-link {
  color: #fff; }

.sector-item {
  background-color: #ee3a42;
  padding: 60px 20px;
  position: relative;
  color: #fff;
  overflow: hidden; }
  .sector-item a {
    z-index: 1; }
  .sector-item i {
    font-size: 2.5rem;
    position: relative;
    top: 0;
    transition: top ease-out 0.4s; }
  .sector-item li {
    padding-top: 15px; }
  .sector-item .h4 {
    position: relative; }
  .sector-item .sector-inner {
    position: relative; }
    .sector-item .sector-inner ul {
      list-style: none;
      padding-left: 0; }
  .sector-item:before {
    position: absolute;
    content: '';
    top: -75%;
    /* left: 0; */
    right: -81%;
    /* bottom: 0; */
    width: 150%;
    height: 150%;
    background: rgba(223, 56, 63, 0.6);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transition: all ease-in 0.4s; }

.sector-item:hover:before {
  top: -150%;
  right: -150%; }
.sector-item:hover i {
  top: -10px; }

.awards {
  box-shadow: 0 -2px 6px 0 rgba(0, 0, 0, 0.1), 0 -6px 20px 0 rgba(0, 0, 0, 0.05); }

.section-blue {
  background-color: #0e3a66;
  color: #fff; }
  .section-blue button, .section-blue .btn {
    color: #fff; }

@media screen and (min-width: 992px) {
  .lg-section {
    height: 75vh; }

  .sm-section {
    height: 35vh; }

  .md-section {
    height: 50vh; } }
.service-blocks {
  opacity: 0;
  top: 50px;
  position: relative;
  transition: all ease-in 0.4s 1s; }

.inview .service-blocks {
  opacity: 1;
  top: 0; }

.service-item {
  background-color: #0b2c4c;
  position: relative;
  overflow: hidden;
  transition: background ease 0.2s;
  color: #fff; }
  .service-item .service-image {
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    min-height: 375px; }
  .service-item a {
    z-index: 1; }
  .service-item .bkg-icon {
    position: absolute;
    color: #fff;
    opacity: 0.02;
    font-size: 700px;
    top: 60%;
    left: -10%;
    transform: translateY(-50%);
    transition: opacity ease 0.2s; }
    .service-item .bkg-icon.twist-45 {
      transform: translateY(-50%) rotate(45deg); }
  .service-item .image-icon {
    position: absolute;
    color: #0e3a66;
    font-size: 180px;
    bottom: -30px;
    right: -30px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    z-index: 1; }
    .service-item .image-icon.twist-90 {
      -webkit-transform: rotate(-90deg);
      transform: rotate(-90deg); }
  .service-item img {
    transition: transform ease 0.2s; }
  .service-item:hover {
    background-color: #0f3050; }
    .service-item:hover .bkg-icon {
      opacity: 0.05; }
    .service-item:hover img {
      transform: scale(1.04); }
  .service-item .service-inner {
    padding: 14% 3rem; }
    @media screen and (max-width: 992px) {
      .service-item .service-inner {
        padding: 40px; } }
    @media screen and (max-width: 767px) {
      .service-item .service-inner {
        padding: 25px; } }

.parallax-caption {
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 60%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 60%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 60%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 );
  /* IE6-9 */
  color: #0e3a66; }
  @media screen and (max-width: 992px) {
    .parallax-caption {
      background-color: #fff;
      position: relative; } }

@media screen and (min-width: 992px) {
  .parallax-inner {
    position: relative;
    top: 50px;
    opacity: 0;
    transition: all ease-in 0.4s 0.5s; }

  .inview .parallax-inner {
    top: 0;
    opacity: 1; } }
.form-check-label {
  font-size: 14px; }
  .form-check-label span {
    font-size: 16px; }

button, .btn {
  font-weight: 700;
  font-size: 18px;
  color: #0e3a66;
  float: right;
  line-height: 40px; }
  button i, .btn i {
    font-size: 40px;
    color: #ee3a42;
    padding-left: 15px;
    transition: font-weight 0.15s ease-in-out; }
  button:hover, .btn:hover {
    text-decoration: none;
    color: #ee3a42; }
    button:hover i, .btn:hover i {
      font-weight: 900; }

.awards ul {
  top: 50px;
  position: relative;
  opacity: 0;
  transition: all ease-in 0.4s; }

.awards.inview ul {
  opacity: 1;
  top: 0; }

footer {
  color: #6f6f6f;
  line-height: 1.8;
  font-weight: 300;
  font-size: 16px; }
  @media screen and (max-width: 992px) {
    footer {
      font-size: 14px; } }
  footer p {
    padding-bottom: 15px;
    padding-top: 0;
    margin: 0; }
  footer b, footer strong {
    font-weight: 700; }
  footer li {
    padding-bottom: .5rem; }
  footer a {
    color: #6f6f6f;
    position: relative; }
    footer a:hover {
      text-decoration: none;
      color: #ee3a42; }
  footer .footer-bottom {
    background-color: #ee3a42;
    color: #fff;
    font-size: 14px;
    font-weight: 400; }
    footer .footer-bottom li {
      margin: 0;
      padding-left: 10px;
      padding-bottom: 0; }
      footer .footer-bottom li a {
        color: #fff; }
        footer .footer-bottom li a:hover {
          text-decoration: underline; }

footer a:before, .customHTML a:before, .sector-item .sector-inner .h4:before {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background-color: #ee3a42;
  -webkit-transition: all ease 0.4s;
  -moz-transition: all ease 0.4s;
  transition: all ease 0.4s;
  content: ""; }

footer a:hover:before, .customHTML a:not(.btn):hover:before {
  width: 100%; }

.sector-item .sector-inner .h4:before {
  margin: 0 auto;
  background-color: #fff;
  bottom: -10px; }

.sector-item:hover .sector-inner .h4:before {
  width: 25%; }

#social-icons a {
  font-size: 36px;
  color: #0e3a66;
  transition: color ease 0.4s; }
  #social-icons a:hover {
    color: #416793; }

.get-directions {
  color: #0e3a66; }
  .get-directions i {
    font-size: 28px;
    padding-left: 5px; }
    @media screen and (max-width: 767px) {
      .get-directions i {
        font-size: 20px; } }
  .get-directions:hover {
    color: #0e3a66; }
  .get-directions:before {
    background-color: #0e3a66; }

.image-grid .embed-responsive-item {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  transition: transform ease 0.4s; }
  .image-grid .embed-responsive-item:before {
    content: '';
    background-color: #0e3a66;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    opacity: 0.2;
    transition: opacity ease 0.2s; }
  .image-grid .embed-responsive-item:hover {
    transform: scale(1.05); }
    .image-grid .embed-responsive-item:hover:before {
      opacity: 0; }
