* {
  padding: 0;
  margin: 0;
}

@font-face {
  font-family: 'Roboto';
  src: url('../fonts/roboto/roboto-regular.ttf') format('truetype'),
  url('../fonts/roboto/roboto-regular.woff') format('woff'),
  url('../fonts/roboto/roboto-regular.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Roboto';
  src: url('../fonts/roboto/roboto-italic.ttf') format('truetype'),
  url('../fonts/roboto/roboto-italic.woff') format('woff'),
  url('../fonts/roboto/roboto-italic.woff2') format('woff2');
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: 'Roboto';
  src: url('../fonts/roboto/roboto-light.ttf') format('truetype'),
  url('../fonts/roboto/roboto-light.woff') format('woff'),
  url('../fonts/roboto/roboto-light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Roboto';
  src: url('../fonts/roboto/roboto-medium.ttf') format('truetype'),
  url('../fonts/roboto/roboto-medium.woff') format('woff'),
  url('../fonts/roboto/roboto-medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Roboto';
  src: url('../fonts/roboto/roboto-bold.ttf') format('truetype'),
  url('../fonts/roboto/roboto-bold.woff') format('woff'),
  url('../fonts/roboto/roboto-bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
}

body {
  background-color: #fff;
}

a, p, h1, h2, h3, h4, h5, h6 {
  font-family: 'Roboto', sans-serif;
}

h3 {
  font-size: 1.4em;
}

h4 {
  font-size: 1.2em;
}

p {
  font-size: 1em;
}

img::selection {
  background-color: transparent !important;
}

a.anchor {
  position: relative;
  display: block;
  top: -140px;
  visibility: hidden;
}

.back-to-top {
  position: fixed;
  bottom: 1rem;
  right: 1rem;
  width: 60px;
  height: 60px;
  text-align: center;
  vertical-align: middle;
  background-color: rgba(21, 23, 26, 0.5);
  border-radius: 0.5rem;
  display: none;
  transition: 500ms;
  z-index: 9999999;
}

.back-to-top i {
  font-size: 30px;
  color: #fff;
  margin-top: 15px;
  transition: 500ms;
}

#back-to-top:hover > .back-to-top {
  background-color: rgba(21, 23, 26, 0.8);
  transition: 500ms;
}

#back-to-top:hover > .back-to-top i {
  color: #0f246c;
  transition: 500ms;
}

#back-to-top:active > .back-to-top {
  background-color: rgba(21, 23, 26, 0.8);
  transition: 500ms;
}

#back-to-top:active > .back-to-top i {
  color: #e11119;
  transition: 500ms;
}

#back-to-top:focus > .back-to-top {
  background-color: rgba(21, 23, 26, 0.8);
  transition: 500ms;
}

#back-to-top:focus > .back-to-top i {
  color: #e11119;
  transition: 500ms;
}

/* Nav */

nav {
  width: 100%;
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: fixed;
  background: #fff;
  z-index: 999999;
  border-bottom: 4px solid #0f246c;
}

nav ::selection {
  background: #0f246c;
  color: #fff;
}

.nav-logo {
  width: auto;
  height: 48px;
}

.nav-right {
  float: right;
  text-align: right;
}

.nav-list {
  list-style: none;
  display: block;
}

.nav-item {
  display: inline-block;
  margin-left: 1rem;
  margin-right: 1rem;
  margin-top: 0.75rem;
}

.nav-item a {
  color: #3c6fe8;
  text-decoration: none !important;
  font-weight: 500;
  transition: 500ms;
}

.nav-item a:hover, .nav-item a:active, .nav-item a:focus {
  color: #0f246c;
  cursor: pointer;
  transition: 500ms;
}

.nav-item-social {
  display: inline-block;
  margin-left: 1rem;
  margin-top: 0.75rem;
}

.nav-item-social a {
  color: #1c4d89;
  text-decoration: none !important;
  font-weight: bold;
  transition: 500ms;
}

.nav-item-social a:hover, .nav-item-social a:active, .nav-item-social a:focus {
  color: #0f246c;
  cursor: pointer;
  transition: 500ms;
}

#nav-quote-button {
  padding: 8px 16px;
  border: 3px solid #3c6fe8;
  border-radius: 8px;
  color: #3c6fe8;
  background-color: transparent;
  box-shadow: inset 0 0 0 0 #3c6fe8;
  text-decoration: none !important;
  font-weight: bold;
  font-size: 1em;
  transition: 800ms;
}
#nav-quote-button:hover, #nav-quote-button:active, #nav-quote-button:focus {
  color: #fff;
  box-shadow: inset 0 0 0 30px #3c6fe8;
  transition: 600ms;
}

#toggleNav {
  text-decoration: none !important;
}

#toggleNav i {
  font-size: 2em;
  color: #3c6fe8;
}

.nav-social {
  display: none;
}

footer {
  padding-top: 40px;
  padding-bottom: 20px;
  background-color: #0f246c;
}

footer a {
  text-decoration: none !important;
  color: #fff;
  transition: 599ms;
}

footer a:hover, footer a:focus, footer a:active {
  color: #f5f5f5;
  transition: 500ms;
}

footer p {
  font-size: 1em;
  line-height: 1;
}

footer i {
  margin-right: 10px;
}

footer h4 {
  color: #fff;
  margin-bottom: 24px;
  font-size: 1.2em;
}

footer ::selection {
  background: #ffffff;
  color: #0f246c;
}

.footer-logo {
  width: auto;
  height: 60px;
  margin-bottom: 20px;
}

.footer-right img {
  display: block;
  width: auto;
  max-width: 300px;
  height: auto;
  float: right;
  margin-top: 40px;
}

.footer-bottom {
  padding-top: 32px;
  margin-top: 16px;
  border-top: 1px solid #fff;
}

.footer-bottom p {
  color: #fff;
}

.footer-bottom-left {
  text-align: left;
}

.footer-bottom-right {
  text-align: right;
}

.logo-1477 {
  height: 32px;
  width: auto;
  display: inline-block;
  margin-left: 12px;
}

@media (max-width: 992px) {
  nav {
    height: auto;
    display: block;
    padding-top: 20px;
    padding-bottom: 0px !important;
  }
  .nav-logo {
    width: auto;
    height: 40px;
  }
  .nav-left {
    display: block;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
  .nav-right {
    display: block;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    float: none;
  }
  .nav-item {
    margin-left: 15px;
    margin-right: 15px;
  }
  .footer-bottom-left {
    text-align: center;
    margin-bottom: 20px;
  }
  .footer-bottom-right {
    text-align: center;
  }
}

@media (max-width: 992px) {
  .footer-left {
    width: 100%;
    text-align: center;
  }
  .footer-middle {
    width: 100%;
    text-align: center;
    margin-top: 40px;
  }
  .footer-right {
    width: 100%;
    text-align: center;
    margin-top: 40px;
  }
  .footer-bottom-left {
    width: 100%;
    text-align: center;
    margin-top: 40px;
  }
  .footer-bottom-right {
    width: 100%;
    text-align: center;
  }
}

@media (max-width: 1200px) {
  .nav-left {
    display: block;
    width: 100%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
  .nav-right {
    display: block;
    width: 100%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
  nav {
    height: auto;
    display: block;
    padding-top: 20px;
    padding-bottom: 20px;
    width: 100%;
    position: fixed;
    background: #fff;
    z-index: 999999;
    border-bottom: 2px solid #0f246c;
  }
}

@media (max-width: 992px) {
  nav {
    height: auto;
    display: block;
    padding-top: 20px;
    padding-bottom: 20px;
    width: 100%;
    position: fixed;
    background: #fff;
    z-index: 999999;
    border-bottom: 2px solid #0f246c;
  }
  .nav-list {
    display: none;
  }
  .nav-list-mobile {
    padding-top: 0;
    padding-left: 0 !important;
    display: none;
  }
  .nav-item {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
  }
  .nav-logo {
    max-width: 80%;
    height: auto;
    width: auto;
    max-height: 80px;
    padding-bottom: 10px;
    margin-top: 0;
  }
  #toggleNav {
    display: block;
  }
  .nav-social {
    display: block;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .nav-social-col-left {
    float: left;
    text-align: left;
    display: inline-block;
    width: 50% !important;
  }
  .nav-social-col-right {
    float: right;
    text-align: right;
    display: inline-block;
    width: 50% !important;
  }
  .nav-social a {
    color: #fff;
    font-size: 1.2em;
    transition: 500ms;
  }
  .nav-social a:hover, .nav-social a:active, .nav-social a:focus {
    color: #e11119;
    transition: 500ms;
  }
  .nav-social a::selection {
    background-color: #fff;
    color: #000;
  }
}

@media(max-width: 380px) {
  .nav-logo {
    max-width: 60%;
  }
}

@media(min-width: 993px) {
  #toggleNav {
    display: none;
  }
}

.hero {
  width: 100vw;
  height: 60vh;
  background-image: url('../images/hero-bg.webp');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.hero-text {
  padding-top: calc(15vh + 120px);
}

.hero-text h1 {
  color: #fff;
  line-height: 1.4;
  margin-top: 0;
}

.hero-text h2 {
  color: #fff;
  margin-top: 20px;
  line-height: 1;
}

.hero-text p {
  color: #fff;
  margin-top: 20px;
  line-height: 1;
}

.hero-text a {
  color: #fff;
  text-decoration: none;
  transition: 500ms;
}

.hero-text a:hover, .hero-text a:focus, .hero-text a:active {
  color: #0f246c;
  text-decoration: none;
  transition: 500ms;
}

.hero-small {
  width: 100vw;
  height: 35vh;
  background-image: url('../images/hero-bg.webp');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.hero-small .hero-text {
  padding-top: calc(5vh + 110px);
}

.hero-text {
  padding-top: calc(15vh + 120px);
}

@media (max-width: 1200px) {
  .hero-small .hero-text {
    padding-top: calc(5vh + 130px);
  }

  .hero-small-2 .hero-text {
    padding-top: calc(5vh + 130px);
  }

  .hero-small-3 .hero-text {
    padding-top: calc(5vh + 130px);
  }
}

.hero-text h1 {
  color: #fff;
  line-height: 1.4;
  margin-top: 0;
}

.hero-text h2 {
  color: #fff;
  margin-top: 20px;
  line-height: 1;
}

.hero-text p {
  color: #fff;
  margin-top: 20px;
  line-height: 1;
}

.hero-text a {
  color: #fff;
  text-decoration: none;
  transition: 500ms;
}

.hero-text a:hover, .hero-text a:focus, .hero-text a:active {
  color: #0f246c;
  text-decoration: none;
  transition: 500ms;
}

.section-1 {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #fff;
  width: 100vw;
}

.section-1 h2 {
  font-size: 1.6em;
  color: #3c6fe8;
  margin-bottom: 20px;
}

.section-1 h3 {
  font-size: 1.2em;
  color: #0f246c;
  margin-bottom: 20px;
}

.section-1 a {
  color: #0f246c;
  text-decoration: none;
  transition: 500ms;
  font-weight: bold;
}

.section-1 a:hover, .section-1 a:active, .section-1 a:focus {
  color: #3c6fe8;
  text-decoration: none;
  transition: 500ms;
}

.section-1 ul {
  padding-left: 0px;
  list-style: none;
}

.section-1 ul li {
  margin-top: 10px;
}

.section-1 ul li:first-child {
  margin-top: 0;
}

.section-2 {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #fff;
  width: 100vw;
}

.section-2 h2 {
  font-size: 1.6em;
  color: #3c6fe8;
  margin-bottom: 20px;
}

.section-2 h3 {
  font-size: 1.2em;
  color: #0f246c;
  margin-bottom: 10px;
}

.section-2 ul {
  padding-left: 0px;
  list-style: none;
}

.section-2 ul li {
  margin-top: 10px;
}

.section-2 ul li:first-child {
  margin-top: 0;
}

.section-2 a {
  color: #0f246c;
  text-decoration: none;
  transition: 500ms;
  font-weight: bold;
}

.section-2 a:hover, .section-2 a:active, .section-2 a:focus {
  color: #3c6fe8;
  text-decoration: none;
  transition: 500ms;
}

.section-3 {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #fff;
  width: 100vw;
}

.section-3 h2 {
  font-size: 1.6em;
  color: #3c6fe8;
  margin-bottom: 20px;
}

.section-3 h3 {
  font-size: 1.2em;
  color: #0f246c;
  margin-bottom: 10px;
}

.section-3 ul {
  padding-left: 0px;
  list-style: none;
}

.section-3 ul li {
  margin-top: 10px;
}

.section-3 ul li:first-child {
  margin-top: 0;
}

.section-3 a {
  color: #0f246c;
  text-decoration: none;
  transition: 500ms;
  font-weight: bold;
}

.section-3 a:hover, .section-3 a:active, .section-3 a:focus {
  color: #3c6fe8;
  text-decoration: none;
  transition: 500ms;
}

.section-4 {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #f5f5f5;
  width: 100vw;
}

.section-4 h2 {
  font-size: 1.6em;
  color: #3c6fe8;
  margin-bottom: 20px;
}

.section-4 h3 {
  font-size: 1.2em;
  color: #0f246c;
  margin-bottom: 10px;
}

.section-4 ul {
  padding-left: 0px;
  list-style: none;
}

.section-4 ul li {
  margin-top: 10px;
}

.section-4 ul li:first-child {
  margin-top: 0;
}

.section-4 a {
  color: #0f246c;
  text-decoration: none;
  transition: 500ms;
  font-weight: bold;
}

.section-4 a:hover, .section-4 a:active, .section-4 a:focus {
  color: #3c6fe8;
  text-decoration: none;
  transition: 500ms;
}

.section-5 {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #f5f5f5;
  width: 100vw;
}

.section-5 h2 {
  font-size: 1.6em;
  color: #3c6fe8;
  margin-bottom: 20px;
}

.section-5 h3 {
  font-size: 1.2em;
  color: #0f246c;
  margin-bottom: 10px;
}

.section-5 ul {
  padding-left: 0px;
  list-style: none;
}

.section-5 ul li {
  margin-top: 10px;
}

.section-5 ul li:first-child {
  margin-top: 0;
}

.section-5 a {
  color: #0f246c;
  text-decoration: none;
  transition: 500ms;
  font-weight: bold;
}

.section-5 a:hover, .section-5 a:active, .section-5 a:focus {
  color: #3c6fe8;
  text-decoration: none;
  transition: 500ms;
}

.contact {
  padding-bottom: 40px;
  padding-top: 40px;
  background-color: #f5f5f5;
  width: 100vw;
}

.contact h2 {
  font-size: 1.6em;
  color: #3c6fe8;
  margin-bottom: 20px;
}

.contact a {
  color: #0f246c;
  text-decoration: none;
  transition: 500ms;
  font-weight: bold;
}

.contact a:hover, .contact a:active, .contact a:focus {
  color: #3c6fe8;
  text-decoration: none;
  transition: 500ms;
}

@media (max-width: 992px) {
  .contact h2, .contact h3, .contact p {
    text-align: center;
  }
}

.certification {
  width: 100vw;
  padding-top: 40px;
  background-color: #ffffff;
}

.certification img {
  width: 80%;
  height: auto;
}

.gallery {
  width: 100vw;
  padding-top: 40px;
  padding-bottom: 20px;
  background-color: #f5f5f5;
}

.gallery img {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}

.gallery h2 {
  font-size: 1.6em;
  color: #3c6fe8;
  margin-bottom: 20px;
}

.gallery a {
  color: #0f246c;
  text-decoration: none;
  transition: 500ms;
  font-weight: bold;
}

.gallery a:hover, .gallery a:active, .gallery a:focus {
  color: #3c6fe8;
  text-decoration: none;
  transition: 500ms;
}

@media (max-width: 992px) {
  .gallery h2, .gallery h3, .gallery p {
    text-align: center;
  }
}

.cta {
  position: relative;
  width: 100%;
  background-color: #3c6fe8;
  padding-top: 40px;
  padding-bottom: 40px;
  border-bottom: 4px solid #0f246c;
}

.cta-contents {
  display: table;
}

.cta-left {
  display: table-cell;
  text-align: left;
  vertical-align: middle;
}

.cta-right {
  display: table-cell;
  text-align: right;
  float: right;
  vertical-align: middle;
  width: auto;
}

.cta h3 {
  color: #fff;
  font-size: 1.8em;
  line-height: 1;
}

.cta-btn {
  display: block;
  width: fit-content;
  padding: 8px 16px;
  border: 3px solid #fff;
  border-radius: 8px;
  color: #fff;
  background-color: transparent;
  box-shadow: inset 0 0 0 0 #fff;
  text-decoration: none !important;
  font-weight: bold;
  font-size: 1em;
  float: right;
  transition: 800ms;
}

.cta-btn:hover, .cta-btm:active, .cta-btn:focus {
  color: #3c6fe8;
  box-shadow: inset 0 0 0 30px #fff;
  transition: 600ms;
}

.cta ::selection {
  background: #fff;
  color: #3c6fe8;
}

.section-1-contents {
  display: table;
}

.section-1-left {
  display: table-cell;
  vertical-align: middle;
  padding-left: 16px;
  padding-right: 16px;
}

.section-1-right {
  display: table-cell;
  vertical-align: middle;
  padding-left: 16px;
  padding-right: 16px;
}

.section-1-right img {
  width: 100%;
  height: auto;
}

.section-2-contents {
  display: table;
}

.section-2-left {
  display: table-cell;
  vertical-align: middle;
  padding-left: 16px;
  padding-right: 16px;
}

.section-2-right {
  display: table-cell;
  vertical-align: middle;
  padding-left: 16px;
  padding-right: 16px;
}

.section-2-left img {
  width: 100%;
  height: auto;
}

.section-3-contents {
  display: table;
}

.section-3-left {
  display: table-cell;
  vertical-align: middle;
  padding-left: 16px;
  padding-right: 16px;
}

.section-3-right {
  display: table-cell;
  vertical-align: middle;
  padding-left: 16px;
  padding-right: 16px;
}

.section-3-right img {
  width: 100%;
  height: auto;
}

.section-4-contents {
  display: table;
}

.section-4-left {
  display: table-cell;
  vertical-align: middle;
  padding-left: 16px;
  padding-right: 16px;
}

.section-4-right {
  display: table-cell;
  vertical-align: middle;
  padding-left: 16px;
  padding-right: 16px;
}

.section-4-left img {
  width: 100%;
  height: auto;
}

.section-4-right img {
  width: 100%;
  height: auto;
}

.section-5-contents {
  display: table;
}

.section-5-left {
  display: table-cell;
  vertical-align: middle;
  padding-left: 16px;
  padding-right: 16px;
}

.section-5-right {
  display: table-cell;
  vertical-align: middle;
  padding-left: 16px;
  padding-right: 16px;
}

.section-5-right img {
  width: 100%;
  height: auto;
}

.section-1 ::selection {
  background-color: #0f246c;
  color: #fff;
}

.section-2 ::selection {
  background-color: #0f246c;
  color: #fff;
}

.section-3 ::selection {
  background-color: #0f246c;
  color: #fff;
}

.section-4 ::selection {
  background-color: #0f246c;
  color: #f5f5f5;
}

.section-5 ::selection {
  background-color: #0f246c;
  color: #f5f5f5;
}

.contact ::selection {
  background-color: #0f246c;
  color: #fff;
}

.gallery ::selection {
  background-color: #0f246c;
  color: #fff;
}

.quote-form-section ::selection {
  background-color: #0f246c;
  color: #fff;
}

.thank-you ::selection {
  background-color: #0f246c;
  color: #fff;
}

.hero-text ::selection {
  background-color: #0f246c;
  color: #fff;
}

.areas ::selection {
  background-color: #0f246c;
  color: #fff;
}

@media(max-width: 800px) {
  .cta-left {
    width: 100%;
    display: block;
    text-align: center;
    margin-bottom: 20px;
  }
  .cta-right {
    width: 100%;
    display: block;
  }
  .cta-contents {
    display: block;
  }
  .cta-btn {
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 992px) {
  .footer-right img {
    float: none;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
  }
  .section-1-contents {
    display: block;
  }
  .section-1-right {
    width: 100%;
    display: block;
    text-align: center;
  }
  .section-1-left {
    width: 100%;
    display: block;
    text-align: center;
  }
  .section-2-contents {
    display: block;
  }
  .section-2-right {
    width: 100%;
    display: block;
    text-align: center;
  }
  .section-2-left {
    width: 100%;
    display: block;
    text-align: center;
    margin-bottom: 20px;
  }
  .section-3-contents {
    display: block;
  }
  .section-3-right {
    width: 100%;
    display: block;
    text-align: center;
  }
  .section-3-left {
    width: 100%;
    display: block;
    text-align: center;
  }
  .section-4-contents {
    display: block;
  }
  .section-4-right {
    width: 100%;
    display: block;
    text-align: center;
  }
  .section-4-left {
    width: 100%;
    display: block;
    text-align: center;
    margin-bottom: 20px;
  }
  .section-5-contents {
    display: block;
  }
  .section-5-right {
    width: 100%;
    display: block;
    text-align: center;
  }
  .section-5-left {
    width: 100%;
    display: block;
    text-align: center;
  }
  .hero-small {
    height: 40vh;
  }
  .hero-small .hero-text h1 {
    font-size: 1.6em;
  }
}

.policy {
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #fff;
  width: 100vw;
}

.policy h4 {
  font-size: 1.2em;
  color: #3c6fe8;
  margin-bottom: 20px;
  margin-top: 40px;
}

.policy ::selection {
  background-color: #0f246c;
  color: #fff;
}

.policy td {
  width: 50%;
  padding: 8px;
  border: 1px solid #000;
}

.policy a {
  color: #0f246c;
  text-decoration: none;
  transition: 500ms;
  font-weight: bold;
}

.policy a:hover, .policy a:active, .policy a:focus {
  color: #3c6fe8;
  text-decoration: none;
  transition: 500ms;
}

.payment-options {
  margin-top: 20px;
}

.payment-options img {
  width: 60%;
  max-width: 300px;
  height: auto;
}

.gallery-wrapper {
  padding-top: 80px;
  padding-bottom: 60px;
  width: 100%;
  background-color: #fff;
}

.gallery-image-wrapper {
  margin-bottom: 20px;
}

.gallery-image {
  width: 100%;
  height: auto;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.alt-btn {
  display: block;
  width: fit-content;
  padding: 8px 16px;
  border: 3px solid #0f246c;
  border-radius: 8px;
  color: #0f246c;
  background-color: transparent;
  box-shadow: inset 0 0 0 0 #0f246c;
  text-decoration: none !important;
  font-weight: bold;
  font-size: 1em;
  transition: 800ms;
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
  margin-bottom: 20px;
}

.alt-btn:hover, .alt-btm:active, .alt-btn:focus {
  color: #f5f5f5 !important;
  box-shadow: inset 0 0 0 30px #0f246c;
  transition: 600ms;
}

.alt-btn-2 {
  display: block;
  width: fit-content;
  padding: 8px 16px;
  border: 3px solid #0f246c;
  border-radius: 8px;
  color: #0f246c;
  background-color: transparent;
  box-shadow: inset 0 0 0 0 #0f246c;
  text-decoration: none !important;
  font-weight: bold;
  font-size: 1em;
  transition: 800ms;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}

.alt-btn-2:hover, .alt-btm:active, .alt-btn:focus {
  color: #f5f5f5 !important;
  box-shadow: inset 0 0 0 30px #0f246c;
  transition: 600ms;
}

.alt-btn-left {
  display: block;
  width: fit-content;
  padding: 8px 16px;
  border: 3px solid #0f246c;
  border-radius: 8px;
  color: #0f246c;
  background-color: transparent;
  box-shadow: inset 0 0 0 0 #0f246c;
  text-decoration: none !important;
  font-weight: bold;
  font-size: 1em;
  transition: 800ms;
  margin-top: 2rem;
}

.alt-btn-left:hover, .alt-btn-left:active, .alt-btn-left:focus {
  color: #f5f5f5 !important;
  box-shadow: inset 0 0 0 30px #0f246c;
  transition: 600ms;
}

@media(max-width: 992px) {
  .alt-btn-left {
    margin-bottom: 2rem;
    margin-left: auto;
    margin-right: auto;
  }
}

.video {
  max-width: 100%;
  height: auto;
}

.areas {
  padding-top: 40px;
  padding-bottom: 40px;
  width: 100%;
  background-color: #fff;
}

.testimonials {
  width: 100%;
  display: block;
  background-color: #f5f5f5;
  padding: 40px;
}

.testimonials ::selection {
  background: #0f246c;
  color: #f5f5f5;
}

.testimonials h3 {
  color: #3c6fe8;
  margin-bottom: 40px;
}

.testimonials h3::selection {
  background: #0f246c;
  color: #f5f5f5;
}

.testimonials-2 {
  width: 100%;
  display: block;
  background-color: #fff;
  padding: 40px;
}

.testimonials-2 ::selection {
  background: #0f246c;
  color: #fff;
}

.testimonials-2 h3 {
  color: #3c6fe8;
  margin-bottom: 40px;
}

.testimonials-2 h3::selection {
  background: #0f246c;
  color: #fff;
}

.carousel {
  padding: 0 !important;
}

.carousel-item {
  text-align: center;
}

.carousel-item p {
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  color: #000;
}

.carousel-item ::selection {
  background: #0f246c;
  color: #fff;
}

.testimonial-title {
  margin-bottom: 20px;
  margin-top: 0;
}

.testimonial-para {
  margin-bottom: 20px;
}

.testimonial-rating {
  margin-bottom: 20px;
}

.testimonial-rating i {
  color: #0f246c;
}

.testimonial-name {
  font-size: 0.8em;
  color: #7d7d7d;
  font-weight: bold;
}

.carousel-control-prev, .carousel-control-next {
  color: #000 !important;
  text-decoration: none !important;
  font-size: 3em;
}

.areas h2 {
  font-size: 1.6em;
  color: #3c6fe8;
  margin-bottom: 20px;
}

.areas h3 {
  font-size: 1.2em;
  color: #0f246c;
  margin-bottom: 20px;
}

.areas a {
  color: #0f246c;
  text-decoration: none;
  transition: 500ms;
  font-weight: bold;
}

.areas a:hover, .areas a:active, .areas a:focus {
  color: #3c6fe8;
  text-decoration: none;
  transition: 500ms;
}

.quote-form-section {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #fff;
  width: 100vw;
}

.quote-form-section h2 {
  font-size: 1.6em;
  color: #3c6fe8;
  margin-bottom: 20px;
}

.quote-form-section h3 {
  font-size: 1.2em;
  color: #0f246c;
  margin-bottom: 20px;
}

.quote-form-section a {
  color: #0f246c;
  text-decoration: none;
  transition: 500ms;
  font-weight: bold;
}

.quote-form-section a:hover, .quote-form-section a:active, .quote-form-section a:focus {
  color: #3c6fe8;
  text-decoration: none;
  transition: 500ms;
}

@media (max-width: 992px) {
  .section-1-contents {
    display: flex;
    flex-flow: column;
  }
  .section-2-contents {
    display: flex;
    flex-flow: column;
  }
  .mobile-1 {
    order: 1;
  }
  .mobile-2 {
    order: 2;
    margin-top: 2rem;
  }
}

.thank-you {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #fff;
  width: 100vw;
}

.thank-you h2 {
  font-size: 1.6em;
  color: #3c6fe8;
  margin-bottom: 20px;
}

.thank-you h3 {
  font-size: 1.2em;
  color: #0f246c;
  margin-bottom: 20px;
}
