@charset "UTF-8";
/*Site Colors*/
/*Menu Colors*/
/*Link Colors*/
/*Button Colors*/
/*Text Colors*/
h1 {
  font-size: 36px;
  font-family: "Quicksand", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
  margin-bottom: 30px;
  color: #06113e;
}

h2 {
  font-size: 24px;
  font-family: "Quicksand", sans-serif;
  font-weight: 700;
  color: #06113e;
  margin-bottom: 30px;
  text-transform: uppercase;
}

h3 {
  font-size: 20.8px;
  font-family: "Quicksand", sans-serif;
  font-weight: 700;
  color: #06113e;
  margin-bottom: 30px;
  text-transform: uppercase;
}

h4 {
  font-size: 16px;
  font-family: "Quicksand", sans-serif;
  font-weight: 700;
  color: #06113e;
  margin-bottom: 30px;
  text-transform: uppercase;
}

h5 {
  font-size: 12.8px;
  font-family: "Quicksand", sans-serif;
  font-weight: 700;
  color: #06113e;
  margin-bottom: 30px;
  text-transform: uppercase;
}

h6 {
  font-size: 11.2px;
  font-family: "Quicksand", sans-serif;
  font-weight: 400;
  color: #06113e;
  margin-bottom: 30px;
  text-transform: uppercase;
}

p {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 30px;
  line-height: 19.6px;
}

a {
  font-size: 16px;
  text-decoration: none;
  color: #06113e;
}

a:hover {
  cursor: pointer;
  text-decoration: underline;
  color: #00AAC0;
}

.pageTitle {
  font-size: 36px;
  font-family: "Quicksand", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  padding-bottom: 30px;
}

.pageSubTitle {
  font-size: 16px;
  font-family: "Quicksand", sans-serif;
  font-weight: 400;
  color: #70757a;
  padding-bottom: 20px;
}

.pageSubTitle:empty {
  display: none;
}

.title-h1 {
  font-size: 36px;
  line-height: 1;
  font-family: "Quicksand", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  padding-bottom: 40px;
  margin: 0;
}

.title-h2 {
  font-size: 24px;
  font-family: "Quicksand", sans-serif;
  font-weight: 700;
  color: #06113e;
}

/*----------- Typography End ---------*/
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  line-height: 1;
  appearance: none;
  text-decoration: none;
}

body {
  color: #70757a;
  font-size: 16px;
  font-family: "Quicksand", sans-serif;
  font-weight: 400;
  font-style: normal;
  background: #fff;
}

.container {
  max-width: 1920px;
  width: 100%;
  margin: auto;
  position: relative;
  padding: 0;
  margin-top: 80px;
  margin-bottom: 80px;
}

footer .container {
  min-height: unset;
}

.miniContainer {
  padding: 50px 0;
}

.wrapper {
  max-width: 1200px;
  width: 100%;
  margin: auto;
  position: relative;
}

img {
  display: block;
  max-width: 100%;
  width: auto;
  margin: auto;
  height: auto;
}

.paging {
  display: block;
  text-align: center;
  width: 100%;
}

.paging-nav {
  border: 1px solid #c3c8cc;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  overflow: hidden;
  display: inline-flex;
  margin-top: 50px;
}
.paging-nav a,
.paging-nav div {
  display: flex;
  padding: 10px 15px;
  text-align: center;
  box-sizing: border-box;
  color: #70757a;
  vertical-align: top;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  line-height: 21.2px;
}
.paging-nav div {
  color: #fff;
  background: #06113e;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  margin: 5px 0;
}
.paging-nav a:hover {
  color: #fff;
  background: #06113e;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  margin: 5px 0;
  text-decoration: none;
}

select {
  max-width: 488px;
  width: 100%;
  background-color: #f7f7f7;
  background-image: url(../images/svg/arrow-down.svg);
  background-repeat: no-repeat;
  background-position: center right 20px;
  background-size: 12px;
  list-style: none;
  padding-left: 20px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  margin-left: 15px;
  border: none;
  padding: 10px;
}

.flex__align--center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.flex__align--left {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.flex__align--right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.breadcrumb {
  margin: 0;
  margin-bottom: 50px;
  font-weight: 300;
  padding-top: 30px;
  text-align: center;
  display: flex;
  justify-content: center;
  gap: 15px;
  flex-wrap: wrap;
  padding-left: 1em;
  padding-right: 1em;
}

.breadcrumb a,
.breadcrumb div {
  padding-right: 10px;
  padding-left: 10px;
  font-weight: 300;
  color: #70757a;
  position: relative;
  padding-left: 0;
}

.breadcrumb a::after {
  content: "/";
  position: absolute;
  margin-left: 10px;
}

.breadcrumb a:first-child {
  padding-left: 0;
}

.breadcrumb a:hover {
  color: #06113e;
}

.relatedLinks {
  font-size: 16px;
  color: #06113e;
  font-weight: 400;
  margin-bottom: 30px;
}

.relatedLinks h3 {
  padding: 0 !important;
  margin-bottom: 5px !important;
  font-size: 16px;
  text-transform: lowercase;
  text-transform: capitalize;
  color: #06113e !important;
}

.relatedLinks a {
  color: #06113e;
  font-weight: 400;
}

.relatedLinks a:hover {
  color: #00AAC0;
}

.relatedLinks ul {
  margin-bottom: 0;
}

.relatedLinks ul li::marker {
  content: "-";
}

.notification {
  padding: 7px 9px;
  display: none;
}

.notificationError {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
  padding: 15px;
  margin: 20px 0px;
  border: 1px solid transparent;
  border-radius: 4px;
  display: none;
}

.notificationError {
  background: none repeat scroll 0 0 #fbe3e4;
  border-radius: 4px;
  padding: 10px;
  display: none;
  margin: 15px 0px;
  color: #721c24;
}

.notificationSuccess {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
  border-radius: 4px;
  padding: 10px;
  display: none;
}

.b-lazy {
  -webkit-transition: opacity 500ms ease-in-out;
  -moz-transition: opacity 500ms ease-in-out;
  -o-transition: opacity 500ms ease-in-out;
  transition: opacity 500ms ease-in-out;
  max-width: 100%;
  opacity: 0;
}

.b-lazy.b-loaded {
  opacity: 1;
}

svg {
  width: 25px;
  height: 25px;
}

a.btn,
.btn {
  font-family: "Quicksand", sans-serif;
  background: #06113e;
  color: #fff;
  border: 2px solid #fff;
  width: 100%;
  max-width: 251px;
  text-align: center;
  text-transform: uppercase;
  line-height: 19.6px;
  font-weight: 500;
  font-size: 16px;
  padding: 10px 15px;
  display: inline-block;
  text-decoration: none !important;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  line-height: 19.6px;
  font-weight: 500;
  font-size: 16px;
}

a.btn:hover,
.btn:hover {
  background: #fff;
  color: #06113e;
  text-decoration: none;
}

.btn-white,
a.btn-white {
  font-family: "Quicksand", sans-serif;
  background: #fff;
  color: #06113e;
  border: 2px solid #06113e;
  width: 100%;
  max-width: 251px;
  text-align: center;
  text-transform: uppercase;
  padding: 10px 15px;
  display: inline-block;
  text-decoration: none !important;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  line-height: 19.6px;
  font-weight: 500;
  font-size: 16px;
}

.btn-white:hover,
a.btn-white:hover {
  color: #fff !important;
  background: #06113e !important;
  border: 2px solid #fff;
  text-decoration: none;
}

.pill {
  padding: 5px 15px;
  background: #06113e;
  color: #fff;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  line-height: 19.6px;
  font-size: 16px;
}

.overlay:hover {
  text-decoration: none;
  position: relative;
}
.overlay:hover::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(248, 151, 29, 0.6);
}
.overlay:hover::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  background: url(../images/hover.png);
  background-repeat: no-repeat;
  background-position: center;
  width: 30px;
  height: 30px;
  z-index: 55555;
}

.display-none {
  display: none !important;
}

.content-height {
  min-height: 75vh;
}

/*----------- Utilities End ---------*/
table {
  margin-bottom: 25px;
  border-collapse: collapse;
}

table td,
table th {
  padding: 5px;
  line-height: 19.02px;
  border: 1px solid #06113e;
}

table th {
  color: #fff;
  background-color: #06113e;
}

table[border="0"] th,
table[border="0"] td {
  border: none;
}

/*******************************/
/*Lists*
/*******************************/
ul {
  padding-left: 5px;
}

ul li::marker {
  content: "•";
}

ul li,
ol li {
  padding-left: 5px;
  line-height: 21.8px;
}

ol {
  padding-left: 15px;
}

ul, ol {
  margin-bottom: 30px;
}

ul ul, ol ol {
  margin: 0;
}

input, textarea, select {
  width: 100%;
  margin-bottom: 20px;
  padding: 20px;
  background-color: #f6f6f6;
  border: none;
  outline: none;
  position: relative;
  color: #70757a;
  font-family: "calibri", sans-serif;
  font-size: 16px;
}

.form-group {
  margin-bottom: 50px;
}
.form-group input, .form-group select, .form-group textarea {
  margin: 0;
}

.column-2,
.column-3 {
  display: flex;
  gap: 20px;
  width: 100%;
  margin-bottom: 20px;
}

.column-2 .col {
  width: 50%;
}

.column-3 .col {
  width: 33.3333%;
  padding: 0;
}

.selection-box {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.selection-box label {
  flex-basis: 150px;
  color: #06113e;
}
.selection-box input, .selection-box select {
  flex-grow: 0;
  width: 100%;
  margin: 0;
  max-width: 100%;
  color: #06113e;
}

select:hover {
  cursor: pointer;
}

form h2 {
  font-size: 20.8px;
}

.disclaimer {
  background: rgba(0, 114, 143, 0.15);
  color: #06113e;
  padding: 20px;
  margin-bottom: 30px;
}
.disclaimer h2 {
  font-size: 20.8px;
  padding: 0;
  margin-bottom: 0px;
  line-height: 32.4px;
}
.disclaimer p {
  font-size: 16px;
  line-height: 21.2px;
  margin-bottom: 20px;
}
.disclaimer li {
  font-size: 16px;
  line-height: 21.2px;
}
.disclaimer ul {
  list-style-type: disc;
  margin-bottom: 20px;
  padding-left: 15px;
}
.disclaimer ul li::marker {
  content: " • ";
}
.disclaimer a {
  color: #06113e;
  text-decoration: underline;
}

.section__heading {
  text-align: center;
}
.section__heading .title-h1 {
  position: relative;
}
.section__heading .title-h1::after {
  content: "";
  position: absolute;
  height: 2px;
  width: 177px;
  background: #06113e;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
}

.contentpage a {
  color: #06113e;
}
.contentpage a:hover {
  color: #00AAC0;
  text-decoration: none;
}
.contentpage p {
  line-height: 27.2px;
}
.contentpage .wrapper > *:last-child {
  margin-bottom: 0;
}

.services .services__container {
  margin-top: 30px;
  margin-left: -10px;
  margin-right: -10px;
  display: flex;
  flex-wrap: wrap;
}
.services .service__box {
  border: 1px solid #06113e;
  padding: 20px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  max-width: 100%;
  width: 100%;
  flex: 1 0 224px;
  margin: 10px;
}
.services .service__box .icon {
  background: #fff;
  padding: 10px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  max-width: 75px;
  margin: auto;
}
.services .service__box .heading {
  font-size: 18px;
  font-weight: 500;
  margin-top: 20px;
  line-height: 21.6px;
}
.services .service__box:hover {
  background: #06113e;
}
.services .service__box:hover .heading {
  color: #fff;
}

.section__banner {
  position: relative;
}
.section__banner .text, .section__banner .text p {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 40px;
  line-height: 48px;
  color: #fff;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  text-align: center;
  letter-spacing: 1px;
  font-weight: 600;
  width: 100%;
  margin: 0;
}
.section__banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #06113e;
  opacity: 0.8;
}

.reasons .reasons__container {
  display: flex;
}
.reasons .reason__image {
  width: 712px;
  flex: 0 0 auto;
}
.reasons .reason__text {
  width: 37.333333%;
  flex: 1 0 auto;
  padding-left: 40px;
}
.reasons .section__heading {
  text-align: left;
}
.reasons .section__heading .title-h1::after {
  left: 0;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
}
.reasons ul {
  margin-top: 40px;
  margin-bottom: 40px;
  padding-left: 0;
}
.reasons ul li {
  padding-left: 30px;
  line-height: 19.6px;
  margin-bottom: 20px;
  position: relative;
}
.reasons ul li::before {
  content: "";
  height: 27.2px;
  width: 21px;
  position: absolute;
  top: -5px;
  left: 0;
  background: url(../images/list-icon.png);
  background-position: top 3px left;
  background-repeat: no-repeat;
}
.reasons ul li::marker {
  content: "";
  display: none;
}

.footer__main {
  background: #06113e;
}

.footer-row .footer__logo {
  margin-bottom: 20px;
  text-align: center;
}
.footer-row .footer__logo svg {
  width: 148px;
  height: 148px;
  box-shadow: 0px 7px 8px -1px rgba(0, 0, 0, 0.38);
  -webkit-box-shadow: 0px 7px 8px -1px rgba(0, 0, 0, 0.38);
  -moz-box-shadow: 0px 7px 8px -1px rgba(0, 0, 0, 0.38);
  border-radius: 50%;
}

.footer__social {
  display: flex;
  justify-content: center;
}
.footer__social a {
  margin: 0 5px;
}
.footer__social a svg:hover .d {
  fill: #00AAC0;
}
.footer__social a:nth-child(1) svg {
  width: 20px;
  height: 20px;
}
.footer__social a:nth-child(2) svg {
  width: 20px;
  height: 20px;
}
.footer__social a:nth-child(3) svg {
  width: 20px;
  height: 20px;
}

.footer__top {
  padding: 40px 0;
}
.footer__top h3 {
  color: #06113e;
  font-size: 20.3px;
  position: relative;
  color: #fff;
  margin: 0;
  padding-bottom: 20px;
  margin-bottom: 30px;
}
.footer__top h3::after {
  content: "";
  position: absolute;
  height: 2px;
  width: 177px;
  background: #fff;
  bottom: 0;
  left: 0;
}
.footer__top a {
  color: #fff;
}
.footer__top a:hover {
  color: #00AAC0;
  text-decoration: none;
}

.footer-row {
  display: flex;
}

.footer-col {
  flex: 0 0 auto;
  width: 25%;
  padding: 0 10px;
}
.footer-col p {
  color: #fff;
}
.footer-col ul {
  padding-left: 10px;
}
.footer-col ul li {
  line-height: 27.2px;
  color: #fff;
}
.footer-col ul li::marker {
  content: "●";
  color: #fff;
  font-size: 16px;
}
.footer-col a {
  color: #fff;
}
.footer-col a:hover {
  color: #00AAC0;
}

.footer__bottom {
  text-align: center;
  padding: 0.5em 1em;
  border-top: 1px solid #fff;
}
.footer__bottom a {
  color: #fff;
  text-decoration: none;
}
.footer__bottom a:hover {
  color: #00AAC0;
}

.footer__bottom p {
  margin: 0;
  padding: 0;
  color: #fff;
  font-size: 12px;
  line-height: 27.2px;
}

.footer__bottom p a {
  font-size: 12px;
}

.content__images {
  margin-top: -30px;
  padding-top: 80px;
}

.content__images .images__holder {
  display: flex;
  flex-wrap: wrap;
  gap: 1em 10px;
}

.content__images .images__holder .image {
  max-width: 223px;
}

.content__images .images__holder .image p {
  font-size: 14px;
  color: #70757A;
  line-height: 18px;
  margin-top: 10px;
  margin-bottom: 0;
}

@media screen and (max-width: 1025px) {
  .services {
    padding-left: 1em;
    padding-right: 1em;
  }

  .reasons .reasons__container {
    flex-direction: column;
  }

  .reasons .reason__image {
    width: 100%;
  }

  .reasons .reason__text {
    width: 100%;
    margin-top: 40px;
    padding-left: 0;
  }

  .reasons {
    padding-left: 1em;
    padding-right: 1em;
  }

  .footer__top {
    padding-left: 1em;
    padding-right: 1em;
  }

  .content__images {
    display: flex;
    justify-content: center;
  }

  .content__images .images__holder {
    width: 93%;
  }
}
@media screen and (max-width: 769px) {
  .section__banner .text, .section__banner .text p {
    position: relative;
    top: 0;
    left: 0;
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    background: #06113e;
    font-size: 24px;
    line-height: 30px;
    padding: 2em;
  }

  .section__banner .text p {
    padding: 0;
  }

  .footer-row {
    flex-direction: column;
  }

  .footer-col {
    flex: 0 0 auto;
    width: 100%;
  }

  .content__images .images__holder {
    width: 94%;
  }
}
@media screen and (max-width: 576px) {
  .container {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .btn-white,
a.btn-white {
    max-width: 100%;
    width: 100%;
  }

  .about .btn-white {
    width: 100%;
  }

  .footer__social {
    margin-bottom: 20px;
  }

  .section__banner .text p {
    padding: 0;
  }

  .content__images .images__holder .image {
    max-width: 48%;
  }

  .content__images .images__holder {
    width: 100%;
  }

  .content__images {
    padding-top: 40px;
  }
}

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