/* 
USAGE:
    '[color_name]' : [color_value],
*/
/* text colors */
.txt-color-blue {
  color: #02418b !important;
}

.txt-color-red {
  color: #bb0005 !important;
}

.txt-color-grey {
  color: #5c5c5c !important;
}

.txt-color-white {
  color: #ffffff !important;
}

.txt-color-black {
  color: #000000 !important;
}

/* Font size */
.fs-1 {
  font-size: 1px !important;
}

.fs-2 {
  font-size: 2px !important;
}

.fs-3 {
  font-size: 3px !important;
}

.fs-4 {
  font-size: 4px !important;
}

.fs-5 {
  font-size: 5px !important;
}

.fs-6 {
  font-size: 6px !important;
}

.fs-7 {
  font-size: 7px !important;
}

.fs-8 {
  font-size: 8px !important;
}

.fs-9 {
  font-size: 9px !important;
}

.fs-10 {
  font-size: 10px !important;
}

.fs-11 {
  font-size: 11px !important;
}

.fs-12 {
  font-size: 12px !important;
}

.fs-13 {
  font-size: 13px !important;
}

.fs-14 {
  font-size: 14px !important;
}

.fs-15 {
  font-size: 15px !important;
}

.fs-16 {
  font-size: 16px !important;
}

.fs-17 {
  font-size: 17px !important;
}

.fs-18 {
  font-size: 18px !important;
}

.fs-19 {
  font-size: 19px !important;
}

.fs-20 {
  font-size: 20px !important;
}

.fs-21 {
  font-size: 21px !important;
}

.fs-22 {
  font-size: 22px !important;
}

.fs-23 {
  font-size: 23px !important;
}

.fs-24 {
  font-size: 24px !important;
}

.fs-25 {
  font-size: 25px !important;
}

/* Font Weight */
.fw-400 {
  font-weight: 400;
}

.fw-500 {
  font-weight: 500;
}

.fw-700 {
  font-weight: 700;
}

.fw-900 {
  font-weight: 900;
}

/*
* ROUNDED BORDERS
*/
.rounded-1 {
  border-radius: 1px !important;
}

.rounded-top-left-1 {
  border-top-left-radius: 1px !important;
}

.rounded-bottom-left-1 {
  border-bottom-left-radius: 1px !important;
}

.rounded-top-right-1 {
  border-top-right-radius: 1px !important;
}

.rounded-bottom-right-1 {
  border-bottom-right-radius: 1px !important;
}

.rounded-2 {
  border-radius: 2px !important;
}

.rounded-top-left-2 {
  border-top-left-radius: 2px !important;
}

.rounded-bottom-left-2 {
  border-bottom-left-radius: 2px !important;
}

.rounded-top-right-2 {
  border-top-right-radius: 2px !important;
}

.rounded-bottom-right-2 {
  border-bottom-right-radius: 2px !important;
}

.rounded-3 {
  border-radius: 3px !important;
}

.rounded-top-left-3 {
  border-top-left-radius: 3px !important;
}

.rounded-bottom-left-3 {
  border-bottom-left-radius: 3px !important;
}

.rounded-top-right-3 {
  border-top-right-radius: 3px !important;
}

.rounded-bottom-right-3 {
  border-bottom-right-radius: 3px !important;
}

.rounded-4 {
  border-radius: 4px !important;
}

.rounded-top-left-4 {
  border-top-left-radius: 4px !important;
}

.rounded-bottom-left-4 {
  border-bottom-left-radius: 4px !important;
}

.rounded-top-right-4 {
  border-top-right-radius: 4px !important;
}

.rounded-bottom-right-4 {
  border-bottom-right-radius: 4px !important;
}

.rounded-5 {
  border-radius: 5px !important;
}

.rounded-top-left-5 {
  border-top-left-radius: 5px !important;
}

.rounded-bottom-left-5 {
  border-bottom-left-radius: 5px !important;
}

.rounded-top-right-5 {
  border-top-right-radius: 5px !important;
}

.rounded-bottom-right-5 {
  border-bottom-right-radius: 5px !important;
}

.rounded-6 {
  border-radius: 6px !important;
}

.rounded-top-left-6 {
  border-top-left-radius: 6px !important;
}

.rounded-bottom-left-6 {
  border-bottom-left-radius: 6px !important;
}

.rounded-top-right-6 {
  border-top-right-radius: 6px !important;
}

.rounded-bottom-right-6 {
  border-bottom-right-radius: 6px !important;
}

.rounded-7 {
  border-radius: 7px !important;
}

.rounded-top-left-7 {
  border-top-left-radius: 7px !important;
}

.rounded-bottom-left-7 {
  border-bottom-left-radius: 7px !important;
}

.rounded-top-right-7 {
  border-top-right-radius: 7px !important;
}

.rounded-bottom-right-7 {
  border-bottom-right-radius: 7px !important;
}

.rounded-8 {
  border-radius: 8px !important;
}

.rounded-top-left-8 {
  border-top-left-radius: 8px !important;
}

.rounded-bottom-left-8 {
  border-bottom-left-radius: 8px !important;
}

.rounded-top-right-8 {
  border-top-right-radius: 8px !important;
}

.rounded-bottom-right-8 {
  border-bottom-right-radius: 8px !important;
}

.rounded-9 {
  border-radius: 9px !important;
}

.rounded-top-left-9 {
  border-top-left-radius: 9px !important;
}

.rounded-bottom-left-9 {
  border-bottom-left-radius: 9px !important;
}

.rounded-top-right-9 {
  border-top-right-radius: 9px !important;
}

.rounded-bottom-right-9 {
  border-bottom-right-radius: 9px !important;
}

.rounded-10 {
  border-radius: 10px !important;
}

.rounded-top-left-10 {
  border-top-left-radius: 10px !important;
}

.rounded-bottom-left-10 {
  border-bottom-left-radius: 10px !important;
}

.rounded-top-right-10 {
  border-top-right-radius: 10px !important;
}

.rounded-bottom-right-10 {
  border-bottom-right-radius: 10px !important;
}

.rounded-11 {
  border-radius: 11px !important;
}

.rounded-top-left-11 {
  border-top-left-radius: 11px !important;
}

.rounded-bottom-left-11 {
  border-bottom-left-radius: 11px !important;
}

.rounded-top-right-11 {
  border-top-right-radius: 11px !important;
}

.rounded-bottom-right-11 {
  border-bottom-right-radius: 11px !important;
}

.rounded-12 {
  border-radius: 12px !important;
}

.rounded-top-left-12 {
  border-top-left-radius: 12px !important;
}

.rounded-bottom-left-12 {
  border-bottom-left-radius: 12px !important;
}

.rounded-top-right-12 {
  border-top-right-radius: 12px !important;
}

.rounded-bottom-right-12 {
  border-bottom-right-radius: 12px !important;
}

.rounded-13 {
  border-radius: 13px !important;
}

.rounded-top-left-13 {
  border-top-left-radius: 13px !important;
}

.rounded-bottom-left-13 {
  border-bottom-left-radius: 13px !important;
}

.rounded-top-right-13 {
  border-top-right-radius: 13px !important;
}

.rounded-bottom-right-13 {
  border-bottom-right-radius: 13px !important;
}

.rounded-14 {
  border-radius: 14px !important;
}

.rounded-top-left-14 {
  border-top-left-radius: 14px !important;
}

.rounded-bottom-left-14 {
  border-bottom-left-radius: 14px !important;
}

.rounded-top-right-14 {
  border-top-right-radius: 14px !important;
}

.rounded-bottom-right-14 {
  border-bottom-right-radius: 14px !important;
}

.rounded-15 {
  border-radius: 15px !important;
}

.rounded-top-left-15 {
  border-top-left-radius: 15px !important;
}

.rounded-bottom-left-15 {
  border-bottom-left-radius: 15px !important;
}

.rounded-top-right-15 {
  border-top-right-radius: 15px !important;
}

.rounded-bottom-right-15 {
  border-bottom-right-radius: 15px !important;
}

.rounded-16 {
  border-radius: 16px !important;
}

.rounded-top-left-16 {
  border-top-left-radius: 16px !important;
}

.rounded-bottom-left-16 {
  border-bottom-left-radius: 16px !important;
}

.rounded-top-right-16 {
  border-top-right-radius: 16px !important;
}

.rounded-bottom-right-16 {
  border-bottom-right-radius: 16px !important;
}

.rounded-17 {
  border-radius: 17px !important;
}

.rounded-top-left-17 {
  border-top-left-radius: 17px !important;
}

.rounded-bottom-left-17 {
  border-bottom-left-radius: 17px !important;
}

.rounded-top-right-17 {
  border-top-right-radius: 17px !important;
}

.rounded-bottom-right-17 {
  border-bottom-right-radius: 17px !important;
}

.rounded-18 {
  border-radius: 18px !important;
}

.rounded-top-left-18 {
  border-top-left-radius: 18px !important;
}

.rounded-bottom-left-18 {
  border-bottom-left-radius: 18px !important;
}

.rounded-top-right-18 {
  border-top-right-radius: 18px !important;
}

.rounded-bottom-right-18 {
  border-bottom-right-radius: 18px !important;
}

.rounded-19 {
  border-radius: 19px !important;
}

.rounded-top-left-19 {
  border-top-left-radius: 19px !important;
}

.rounded-bottom-left-19 {
  border-bottom-left-radius: 19px !important;
}

.rounded-top-right-19 {
  border-top-right-radius: 19px !important;
}

.rounded-bottom-right-19 {
  border-bottom-right-radius: 19px !important;
}

.rounded-20 {
  border-radius: 20px !important;
}

.rounded-top-left-20 {
  border-top-left-radius: 20px !important;
}

.rounded-bottom-left-20 {
  border-bottom-left-radius: 20px !important;
}

.rounded-top-right-20 {
  border-top-right-radius: 20px !important;
}

.rounded-bottom-right-20 {
  border-bottom-right-radius: 20px !important;
}

.rounded-21 {
  border-radius: 21px !important;
}

.rounded-top-left-21 {
  border-top-left-radius: 21px !important;
}

.rounded-bottom-left-21 {
  border-bottom-left-radius: 21px !important;
}

.rounded-top-right-21 {
  border-top-right-radius: 21px !important;
}

.rounded-bottom-right-21 {
  border-bottom-right-radius: 21px !important;
}

.rounded-22 {
  border-radius: 22px !important;
}

.rounded-top-left-22 {
  border-top-left-radius: 22px !important;
}

.rounded-bottom-left-22 {
  border-bottom-left-radius: 22px !important;
}

.rounded-top-right-22 {
  border-top-right-radius: 22px !important;
}

.rounded-bottom-right-22 {
  border-bottom-right-radius: 22px !important;
}

.rounded-23 {
  border-radius: 23px !important;
}

.rounded-top-left-23 {
  border-top-left-radius: 23px !important;
}

.rounded-bottom-left-23 {
  border-bottom-left-radius: 23px !important;
}

.rounded-top-right-23 {
  border-top-right-radius: 23px !important;
}

.rounded-bottom-right-23 {
  border-bottom-right-radius: 23px !important;
}

.rounded-24 {
  border-radius: 24px !important;
}

.rounded-top-left-24 {
  border-top-left-radius: 24px !important;
}

.rounded-bottom-left-24 {
  border-bottom-left-radius: 24px !important;
}

.rounded-top-right-24 {
  border-top-right-radius: 24px !important;
}

.rounded-bottom-right-24 {
  border-bottom-right-radius: 24px !important;
}

.rounded-25 {
  border-radius: 25px !important;
}

.rounded-top-left-25 {
  border-top-left-radius: 25px !important;
}

.rounded-bottom-left-25 {
  border-bottom-left-radius: 25px !important;
}

.rounded-top-right-25 {
  border-top-right-radius: 25px !important;
}

.rounded-bottom-right-25 {
  border-bottom-right-radius: 25px !important;
}

body {
  font-family: "Nunito Sans", sans-serif;
}

h1 {
  font-size: 48px;
  font-weight: 800;
}
@media (max-width: 768px) {
  h1 {
    font-size: 32px;
  }
}

h2 {
  font-size: 34px;
  font-weight: 800;
  color: #02418b;
}
@media (max-width: 768px) {
  h2 {
    font-size: 24px;
  }
}

h3 {
  font-size: 30px;
  font-weight: normal;
}
@media (max-width: 768px) {
  h3 {
    font-size: 22px;
  }
}

h5 {
  font-weight: 800;
}
@media (max-width: 768px) {
  h5 {
    font-size: 16px;
  }
}

@media (max-width: 768px) {
  p,
  a {
    font-size: 14px;
  }
}

.text-blue {
  color: #02418b;
}

section {
  padding: 50px;
}
@media (max-width: 767px) {
  section {
    padding: 30px;
  }
}

.home-hero {
  height: 90vh;
  background-image: url(../img/hero.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
}
@media (max-width: 768px) {
  .home-hero {
    height: auto;
    margin-top: 80px;
  }
}

.inner-hero {
  height: 90vh;
  background-image: url(../img/inner-hero.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
}
@media (max-width: 768px) {
  .inner-hero {
    height: 65vh;
  }
}

.get-quote {
  padding-top: 100px;
}
@media (max-width: 768px) {
  .get-quote {
    height: auto;
  }
}

.blue {
  background-image: url(../img/blue-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.white {
  background-color: #e9ebed;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.black {
  background-image: -webkit-linear-gradient(330deg, #34383e 0%, #181a1d 100%);
  background-image: -o-linear-gradient(330deg, #34383e 0%, #181a1d 100%);
  background-image: linear-gradient(120deg, #34383e 0%, #181a1d 100%);
}

.btn-primary {
  padding: 10px 25px;
  background-color: #02418b;
  -webkit-box-shadow: 0px 16px 39px 0px rgba(2, 65, 139, 0.5);
  -moz-box-shadow: 0px 16px 39px 0px rgba(2, 65, 139, 0.5);
  box-shadow: 0px 16px 39px 0px rgba(2, 65, 139, 0.5);
  color: white;
  border-radius: 6px;
  border: none;
  text-transform: uppercase;
  font-weight: bold;
}

.btn-primary-sm {
  padding: 8px 16px;
  background-color: #02418b;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(2, 65, 139, 0.5);
  -moz-box-shadow: 0px 0px 20px 0px rgba(2, 65, 139, 0.5);
  box-shadow: 0px 0px 20px 0px rgba(2, 65, 139, 0.5);
  color: white;
  border-radius: 6px;
  border: none;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
}
.btn-primary-sm:hover {
  color: white;
}

.btn-white {
  padding: 10px 25px;
  background-color: white;
  -webkit-box-shadow: 0px 0px 17px 0px rgba(255, 255, 255, 0.837);
  -moz-box-shadow: 0px 0px 17px 0px rgba(255, 255, 255, 0.837);
  box-shadow: 0px 0px 17px 0px rgba(255, 255, 255, 0.837);
  color: #02418b;
  border-radius: 6px;
  border: none;
  text-transform: uppercase;
  font-weight: bold;
}
.btn-white:hover {
  background-color: white;
  color: #02418b;
}
.btn-white:focus {
  background-color: white;
  color: #02418b;
  border: none;
}

.swiper-container {
  width: calc(100% - 50px);
  margin: 0px auto;
  height: auto;
  border-radius: 6px;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 145px;
  height: auto;
  border-radius: 6px;
}
@media (max-width: 767.91px) {
  .swiper-slide img {
    width: 100px;
  }
}

.swiper-slide.img {
  width: 145px;
  height: 68px;
  background: white;
  border-radius: 0px;
  overflow: hidden;
}
.swiper-slide.img img {
  width: 145px;
  height: 68px;
  -o-object-fit: scale-down;
  object-fit: scale-down;
  padding: 10px;
}

.swiper-slide.testimonial {
  min-height: 200px;
  width: 145px;
  background: white;
  border-radius: 5px;
  overflow: hidden;
  display: block;
  padding: 20px;
}

.swiper-slide.gallery {
  min-height: 200px;
  background: white;
  border-radius: 0px;
  overflow: hidden;
}
.swiper-slide.gallery img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  padding: 5px;
}

.img-logo {
  width: 145px;
  height: 68px;
  background: white;
  border-radius: 5px;
  overflow: hidden;
  -o-object-fit: scale-down;
  object-fit: scale-down;
}

.swiper-button-next {
  -webkit-transform: translateX(50px) translateY(70px);
  -ms-transform: translateX(50px) translateY(70px);
  transform: translateX(50px) translateY(70px);
  position: absolute;
  z-index: 999;
  background-image: url(../img/arw-right.svg);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center;
}
@media (max-width: 767.91px) {
  .swiper-button-next {
    -webkit-transform: translateX(20px) translateY(83px);
    -ms-transform: translateX(20px) translateY(83px);
    transform: translateX(20px) translateY(83px);
  }
}
.swiper-button-next.testimonial {
  -webkit-transform: translateX(20px) translateY(10px);
  -ms-transform: translateX(20px) translateY(10px);
  transform: translateX(20px) translateY(10px);
}

.swiper-button-prev {
  -webkit-transform: translateX(-50px) translateY(70px);
  -ms-transform: translateX(-50px) translateY(70px);
  transform: translateX(-50px) translateY(70px);
  position: absolute;
  z-index: 999;
  background-image: url(../img/arw-left.svg);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center;
}
@media (max-width: 767.91px) {
  .swiper-button-prev {
    -webkit-transform: translateX(-20px) translateY(83px);
    -ms-transform: translateX(-20px) translateY(83px);
    transform: translateX(-20px) translateY(83px);
  }
}
.swiper-button-prev.testimonial {
  -webkit-transform: translateX(-20px) translateY(10px);
  -ms-transform: translateX(-20px) translateY(10px);
  transform: translateX(-20px) translateY(10px);
}

.swiper-button-next::after {
  display: none;
}

.swiper-button-prev::after {
  display: none;
}

form.get-quote {
  font-family: "Nunito Sans", sans-serif;
  color: white;
}
form.get-quote label {
  display: none;
}
form.get-quote .form-control {
  background-color: transparent;
  border: 0;
  border-radius: 0;
}
form.get-quote .form-control::-webkit-input-placeholder {
  color: white;
  opacity: 1;
}
form.get-quote .form-control:-ms-input-placeholder {
  color: white;
  opacity: 1;
}
form.get-quote .form-control::-ms-input-placeholder {
  color: white;
  opacity: 1;
}
form.get-quote .form-control::placeholder {
  color: white;
  opacity: 1;
}
form.get-quote .form-input {
  border-bottom: 1px solid white;
  color: white;
  font-size: 14px;
  padding: 8px 5px;
}

img.footer-logo {
  width: 200px;
}
@media (max-width: 768px) {
  img.footer-logo {
    width: 150px;
  }
}

@media (max-width: 767px) {
  .ft {
    font-size: 12px;
  }
}

img.header-logo {
  width: 200px;
}
@media (max-width: 768px) {
  img.header-logo {
    width: 150px;
  }
}

img.vid-placeholder {
  width: auto;
}
@media (max-width: 768px) {
  img.vid-placeholder {
    width: 100%;
  }
}

.vid-embed {
  height: 100%;
  width: 100%;
}
.vid-embed-container {
  max-width: 753px;
  max-height: 402px;
  height: 100%;
  width: 100%;
}

nav {
  position: fixed;
  width: 100%;
  line-height: 60px;
  z-index: 999;
  -webkit-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
}
@media (max-width: 991px) {
  nav .nav-item {
    line-height: 40px;
  }
}

@media (max-width: 991px) {
  nav.navbar {
    background: white;
  }
}

nav.white {
  background: white;
  -webkit-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
}

@media (max-width: 991px) {
  .navbar-collapse {
    background: white;
    padding: 15px;
  }
}

img.success {
  width: 280px;
}
@media (max-width: 768px) {
  img.success {
    width: 150px;
  }
}

.bread-crumb {
  background: none;
  display: contents;
}
.bread-crumb li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 10px 0px;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  color: #5c5c5c;
}
.bread-crumb li::before {
  content: "/";
  padding: 0px 10px;
}
.bread-crumb li:first-child::before {
  content: " ";
  padding: 0px 0px;
}

.checklist {
  list-style-image: url("../img/check.png");
}
.checklist li {
  margin-bottom: 10px;
}
.checklist li::marker {
  margin-right: 10px;
}

.thumb-circle {
  width: 200px;
  height: 200px;
  overflow: hidden;
  border-radius: 100%;
  display: contents;
}
@media (max-width: 768px) {
  .thumb-circle {
    width: 150px;
    height: 150px;
  }
}
.thumb-circle img {
  width: 200px;
  height: 200px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 100%;
  margin-right: 20px;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .thumb-circle img {
    width: 150px;
    height: 150px;
  }
}

.thumb-testimonial-profile {
  width: 50px;
  height: 50px;
  overflow: hidden;
  border-radius: 100%;
  display: contents;
}
.thumb-testimonial-profile img {
  width: 50px;
  height: 50px;
  -o-object-fit: scale-down;
  object-fit: scale-down;
  border-radius: 100%;
  border: 1px solid #efefef;
}
@media (min-width: 768px) {
  .img-thumbnail {
    padding: 0.625rem;
    border-radius: 0.375rem;
  }
}

.box-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border: 1px solid #e9ebed;
  height: 100%;
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
  overflow: hidden;
}
.box-item .img {
  height: 195px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #e9ebed;
}
.box-item .txt {
  padding: 1rem;
}
.box-item .txt h5 {
  font-size: 1rem;
}
.box-item .txt p {
  font-size: 0.75rem;
  margin-bottom: 0rem;
}
.box-item .footer {
  padding: 1rem;
}
.box-item .footer .btn {
  border: 1px solid #e9ebed;
}
