@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;700;900&display=swap");
body {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
}
@media (max-width: 1199px) {
  body {
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  body {
    font-size: 13px;
  }
}
@media (max-width: 767px) {
  body {
    font-size: 12px;
  }
}

p {
  color: #464646;
  line-height: 1.7;
  margin: 0 0 50px;
}
@media (max-width: 1199px) {
  p {
    margin: 0 0 45px;
  }
}
@media (max-width: 991px) {
  p {
    margin: 0 0 40px;
  }
}
@media (max-width: 767px) {
  p {
    margin: 0 0 35px;
  }
}
@media (max-width: 575px) {
  p {
    margin: 0 0 30px;
  }
}

img {
  max-width: 100%;
}

h2 {
  font-size: 40px;
  font-weight: 900;
  color: #182e44;
  margin-bottom: 50px;
}
@media (max-width: 1199px) {
  h2 {
    font-size: 35px;
    margin-bottom: 45px;
  }
}
@media (max-width: 991px) {
  h2 {
    font-size: 30px;
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  h2 {
    font-size: 25px;
    margin-bottom: 35px;
  }
}
h2 .h2-sub {
  font-size: 15px;
  display: block;
  padding-left: 125px;
  font-weight: 700;
  position: relative;
  margin-top: 15px;
  text-transform: uppercase;
  letter-spacing: 4px;
}
@media (max-width: 767px) {
  h2 .h2-sub {
    letter-spacing: 2px;
  }
}
h2 .h2-sub:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -2px;
  height: 4px;
  width: 110px;
  background: white;
  background: linear-gradient(90deg, rgba(24, 46, 68, 0) 0%, #182e44 50%, rgba(24, 46, 68, 0) 100%);
}

h3 {
  font-size: 30px;
  font-weight: 900;
  color: #182e44;
}

.padding-col {
  padding: 10%;
}
@media (max-width: 991px) {
  .padding-col {
    padding: 70px 30px;
  }
}
@media (max-width: 767px) {
  .padding-col {
    padding: 60px 15px;
  }
}
@media (max-width: 575px) {
  .padding-col {
    padding: 50px 0;
  }
}

a:focus,
.btn:focus,
button:focus {
  outline: none;
  box-shadow: none;
}

.custom-light-text {
  font-weight: 400;
}

.container-1400 {
  width: 92%;
  max-width: 1400px;
  margin: 0 auto;
}

.text-col {
  padding-top: 80px;
}
@media (max-width: 1199px) {
  .text-col {
    padding-top: 20px;
  }
}
@media (max-width: 767px) {
  .text-col {
    padding-top: 35px;
  }
}

.image-left {
  padding-right: 80px;
}
@media (max-width: 1299px) {
  .image-left {
    padding-right: 40px;
  }
}
@media (max-width: 991px) {
  .image-left {
    padding-right: 30px;
  }
}
@media (max-width: 767px) {
  .image-left {
    padding-right: 15px;
  }
}
.image-left img {
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

/*.rav-image {
    img {
        @include respond-below(xl){
            padding:40px 40px 0;
            border:1px solid #ccc;
            @include border-radius(10px);
        }

        @include respond-below(md){
            width:100%;
            max-width:300px;
        }
    }
}*/
.standard-btn {
  padding: 17px 30px;
  color: #182e44;
  border: 1px solid rgba(24, 46, 68, 0.3);
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: 2px;
  display: inline-block;
  margin: 0 5px 5px 0;
}
.standard-btn:hover {
  background: #182e44;
  color: #fff;
  text-decoration: none;
}
@media (max-width: 767px) {
  .standard-btn {
    padding: 12px 20px;
    letter-spacing: 1px;
  }
}

.top-banner {
  width: 100%;
  height: auto;
  background: url("/assets/img/banners/home-top.jpg") center center no-repeat;
  background-size: cover;
  color: #fff;
  float: left;
}
.top-banner .standard-btn {
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: #fff;
}
.top-banner .standard-btn:hover {
  background: #fff;
  color: #182e44;
  text-decoration: none;
}
.top-banner #logo {
  width: 122px;
}
@media (max-width: 1199px) {
  .top-banner #logo {
    width: 112px;
  }
}
@media (max-width: 991px) {
  .top-banner #logo {
    width: 92px;
  }
}
@media (max-width: 767px) {
  .top-banner #logo {
    width: 82px;
  }
}
@media (max-width: 575px) {
  .top-banner #logo {
    width: 72px;
  }
}
.top-banner .banner-content {
  margin: 160px 0 250px;
}
@media (max-width: 1199px) {
  .top-banner .banner-content {
    margin: 140px 0 230px;
  }
}
@media (max-width: 991px) {
  .top-banner .banner-content {
    margin: 120px 0 210px;
  }
}
@media (max-width: 767px) {
  .top-banner .banner-content {
    margin: 100px 0 190px;
  }
}
@media (max-width: 575px) {
  .top-banner .banner-content {
    margin: 80px 0 170px;
  }
}
.top-banner .banner-content h1 {
  font-size: 55px;
  font-weight: 900;
  margin-bottom: 50px;
}
@media (max-width: 1199px) {
  .top-banner .banner-content h1 {
    font-size: 50px;
    margin-bottom: 45px;
  }
}
@media (max-width: 991px) {
  .top-banner .banner-content h1 {
    font-size: 45px;
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .top-banner .banner-content h1 {
    font-size: 40px;
    margin-bottom: 35px;
  }
}
@media (max-width: 575px) {
  .top-banner .banner-content h1 {
    font-size: 30px;
    margin-bottom: 30px;
  }
}
.top-banner .banner-content h1 .pre-header {
  font-size: 15px;
  display: block;
  padding-left: 125px;
  font-weight: 700;
  position: relative;
  margin-bottom: 25px;
  text-transform: uppercase;
  letter-spacing: 4px;
}
@media (max-width: 1199px) {
  .top-banner .banner-content h1 .pre-header {
    font-size: 14px;
    padding-left: 115px;
  }
}
@media (max-width: 991px) {
  .top-banner .banner-content h1 .pre-header {
    font-size: 13px;
    padding-left: 105px;
    letter-spacing: 2px;
  }
}
@media (max-width: 767px) {
  .top-banner .banner-content h1 .pre-header {
    font-size: 12px;
    padding-left: 95px;
  }
}
@media (max-width: 575px) {
  .top-banner .banner-content h1 .pre-header {
    font-size: 10px;
    padding-left: 65px;
    letter-spacing: 1px;
  }
}
.top-banner .banner-content h1 .pre-header:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -2px;
  height: 4px;
  width: 110px;
  background: white;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, white 50%, rgba(255, 255, 255, 0) 100%);
}
@media (max-width: 1199px) {
  .top-banner .banner-content h1 .pre-header:before {
    width: 100px;
  }
}
@media (max-width: 991px) {
  .top-banner .banner-content h1 .pre-header:before {
    width: 90px;
  }
}
@media (max-width: 767px) {
  .top-banner .banner-content h1 .pre-header:before {
    width: 80px;
    margin-top: -3px;
  }
}
@media (max-width: 575px) {
  .top-banner .banner-content h1 .pre-header:before {
    width: 50px;
  }
}

section {
  width: 100%;
  float: left;
  background: #f8f8f8;
  position: relative;
  padding: 100px 0;
}
@media (max-width: 1199px) {
  section {
    padding-bottom: 100px;
  }
}
@media (max-width: 991px) {
  section {
    padding-bottom: 80px;
  }
}
@media (max-width: 767px) {
  section {
    padding-bottom: 60px;
  }
}
@media (max-width: 575px) {
  section {
    padding-bottom: 40px;
  }
}
section.cta {
  padding-bottom: 0 !important;
}

.overlap-top {
  margin-top: -85px;
  margin-bottom: 130px;
}
@media (max-width: 1199px) {
  .overlap-top {
    margin-bottom: 110px;
  }
}
@media (max-width: 991px) {
  .overlap-top {
    margin-bottom: 90px;
  }
}
@media (max-width: 767px) {
  .overlap-top {
    margin-bottom: 70px;
  }
}
@media (max-width: 575px) {
  .overlap-top {
    margin-bottom: 50px;
  }
}

.service-block {
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  overflow: hidden;
}
.service-block p {
  margin: 40px 50px;
}
@media (max-width: 1299px) {
  .service-block p {
    margin: 30px 40px;
  }
}

.service-block-header {
  padding: 40px 50px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #efefef;
}
@media (max-width: 1299px) {
  .service-block-header {
    padding: 30px 40px;
  }
}
.service-block-header img {
  width: 60px;
  margin-right: 30px;
}
@media (max-width: 1299px) {
  .service-block-header img {
    width: 50px;
    margin-right: 20px;
  }
}
.service-block-header h3 {
  font-size: 27px;
  font-weight: 900;
  color: #182e44;
  margin: 0;
}
@media (max-width: 1299px) {
  .service-block-header h3 {
    font-size: 19px;
  }
}

#cta-image {
  width: 33%;
  height: 100%;
  background: url("/assets/img/office.jpg") center bottom;
  background-size: cover;
  position: absolute;
  right: 0;
  top: 0;
}
@media (max-width: 991px) {
  #cta-image {
    display: none;
  }
}

footer {
  width: 100%;
  float: left;
  background: #182e44;
  padding: 90px 0;
  height: auto;
}
@media (max-width: 767px) {
  footer {
    padding: 60px 0;
  }
}
footer #footer-logo {
  width: 110px;
  float: left;
}
@media (max-width: 991px) {
  footer #footer-logo {
    width: 90px;
  }
}
footer .footer-col {
  color: #fff;
  float: left;
  margin-left: 60px;
}
@media (max-width: 991px) {
  footer .footer-col {
    margin-left: 40px;
  }
}
@media (max-width: 767px) {
  footer .footer-col {
    clear: both;
    margin: 30px 0 0 0;
  }
}
footer .footer-col h3, footer .footer-col a {
  color: #fff;
  display: block;
}
footer .footer-col a {
  line-height: 1.7;
  font-size: 0.9em;
}
footer .footer-col a:hover {
  text-decoration: none;
  opacity: 0.75;
}
footer .footer-col h3 {
  text-transform: uppercase;
  margin-bottom: 15px;
  font-size: 1em;
}
footer .partners img {
  margin-left: 60px;
  float: right;
}
footer .partners img#invis-logo {
  width: 130px;
}
@media (max-width: 991px) {
  footer .partners img#invis-logo {
    width: 110px;
  }
}
@media (max-width: 767px) {
  footer .partners img#invis-logo {
    width: 80px;
  }
}
footer .partners img#colman-logo {
  width: 90px;
}
@media (max-width: 991px) {
  footer .partners img#colman-logo {
    width: 70px;
  }
}
@media (max-width: 767px) {
  footer .partners img#colman-logo {
    width: 50px;
  }
}
@media (max-width: 991px) {
  footer .partners img {
    margin-left: 30px;
  }
}
@media (max-width: 767px) {
  footer .partners img {
    margin: 0 30px 0 0;
    float: left;
  }
}

/*# sourceMappingURL=style.css.map */
