.bg-site-primary {
  background-color: #02073f;
}

.text-color-site-primary {
  color: #02073f;
}

.btn-rounded {
  border-radius: 50px;
}

.page-breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: .75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #02073f !important;
  border-radius: .25rem;
  color: #fff;
}

.brochure-download span {
  color: #064160;
}

.brochure-download button.download-btn {
  border-radius: 50px;
}

.brochure-download button.download-btn a {
  color: #fff;
}

.brand-btn {
  overflow: hidden;
}

.brand-btn::after {
  /*background-color: #f00;*/
  height: 100%;
  left: -35%;
  top: 0;
  -webkit-transform: skew(50deg);
          transform: skew(50deg);
  -webkit-transition-duration: 0.6s;
          transition-duration: 0.6s;
  -webkit-transform-origin: top left;
          transform-origin: top left;
  width: 0;
}

.brand-btn:hover:after {
  height: 100%;
  width: 135%;
}

.side-form .list-group button h4 {
  text-transform: uppercase;
  font-weight: bolder;
}

.side-form .list-group .border input:focus {
  outline: none;
}

.side-form .list-group .border .borderless {
  border-top: 0px;
  border-right: 0px;
  border-left: 0px;
}

.side-form .list-group .border textarea:focus,
.side-form .list-group .border textarea.form-control:focus,
.side-form .list-group .border input.form-control:focus,
.side-form .list-group .border input[type=text]:focus,
.side-form .list-group .border input[type=password]:focus,
.side-form .list-group .border input[type=email]:focus,
.side-form .list-group .border input[type=number]:focus,
.side-form .list-group .border [type=text].form-control:focus,
.side-form .list-group .border [type=password].form-control:focus,
.side-form .list-group .border [type=email].form-control:focus,
.side-form .list-group .border [type=tel].form-control:focus,
.side-form .list-group .border [contenteditable].form-control:focus {
  -webkit-box-shadow: inset 0 -1px 0 #ddd;
          box-shadow: inset 0 -1px 0 #ddd;
}

.side-form .list-group .border .phone select {
  -webkit-box-flex: 1;
      -ms-flex: 1 40%;
          flex: 1 40%;
}

.side-form .list-group .border button {
  border: 2px solid #02073f !important;
}

footer {
  background-color: #224151;
  color: #fff;
}

footer a {
  color: #fff;
}

footer a:hover {
  color: #668A9D;
}

footer .footer-brand {
  font-size: 18px;
}

footer h3 {
  margin-bottom: 12px;
  font-weight: bold;
}

footer ul {
  padding-left: 0;
  list-style: none;
}

footer ul li {
  margin-bottom: 8px;
}

footer .social-handles-footer span {
  margin-right: 8px;
}

footer .social-handles-footer span i {
  color: #fff;
  font-size: 24px;
}

footer .social-handles-footer span i:hover {
  color: #fea900;
  cursor: pointer;
}

footer .sub-footer {
  background-color: #E1DEDE;
  color: #000;
}

section.hero {
  position: relative;
}

section.hero .color-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #02073f;
  opacity: .6;
}

section.hero .overlay-image {
  position: absolute;
  //height: 80%;
height: auto;
  right: 10.5%;
  bottom: -3px;
}

.hero .hero-img img.banner-img {
  /* height: 90vh; */
  position: relative;
  /* -o-object-fit: cover;
     object-fit: cover; */
     -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
}

.hero .overlay-container {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transform: translateY(14%);
          transform: translateY(14%);
}

.hero .overlay-container .overlay-content .content {
  color: #fff;
}

.hero .overlay-container .overlay-content .content h2 {
  font-weight: 900;
  font-size: 3rem;
}

.hero .overlay-container .overlay-content .content .tagline {
  margin-top: 16vh;
  text-transform: uppercase;
  font-weight: 900;
  margin-bottom: 34px;
  text-align: center;
  font-size: 3rem;
}

@media screen and (max-width: 768px) {
  .hero .overlay-container .overlay-content .content .tagline {
    margin-top: 0vh;
    font-size: 1.5rem;
  }
}
@media screen and ( max-width: 633px) {
  .tagline {
      font-size: 1rem;
  }
}

.hero .overlay-container .overlay-content button {
  padding: 1rem 4rem;
  background-color: #fff;
  border-radius: 50px;
  border: none;
  font-weight: bolder;
  text-transform: uppercase;
}

.hero .overlay-container .overlay-content button a {
  font-weight: bolder;
  color: #02073f;
}

.hero .overlay-container .overlay-content button:hover {
  color: #fff;
  background-color: #02073f;
}

.hero .overlay-container .overlay-content button:hover a {
  color: #fff;
}

.banner-points {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.banner-points .row {
  background-color: #064160;
}

.banner-points .col-md-6 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.banner-points .col-md-6 .point .point-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.banner-points .col-md-6 .point .point-icon img {
  -webkit-transition-duration: .3s;
          transition-duration: .3s;
}

.banner-points .col-md-6 .point .point-icon img:hover {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  -webkit-transition-duration: .3s;
          transition-duration: .3s;
}

.banner-points .col-md-6 p {
  font-size: 1.4rem;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
}

.ver-line {
  border-right: 2px solid #fff;
}

.hor-line {
  border-bottom: 2px solid #fff;
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
}

.bg-site-primary {
  background-color: #02073f;
}

.text-color-site-primary {
  color: #02073f;
}

.btn-rounded {
  border-radius: 50px;
}

.page-breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: .75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #02073f !important;
  border-radius: .25rem;
  color: #fff;
}

.brochure-download span {
  color: #064160;
}

.brochure-download button.download-btn {
  border-radius: 50px;
}

.brochure-download button.download-btn a {
  color: #fff;
}

.brand-btn {
  overflow: hidden;
}

.brand-btn::after {
  /*background-color: #f00;*/
  height: 100%;
  left: -35%;
  top: 0;
  -webkit-transform: skew(50deg);
          transform: skew(50deg);
  -webkit-transition-duration: 0.6s;
          transition-duration: 0.6s;
  -webkit-transform-origin: top left;
          transform-origin: top left;
  width: 0;
}

.brand-btn:hover:after {
  height: 100%;
  width: 135%;
}

.side-form .list-group button h4 {
  text-transform: uppercase;
  font-weight: bolder;
}

.side-form .list-group .border input:focus {
  outline: none;
}

.side-form .list-group .border .borderless {
  border-top: 0px;
  border-right: 0px;
  border-left: 0px;
}

.side-form .list-group .border textarea:focus,
.side-form .list-group .border textarea.form-control:focus,
.side-form .list-group .border input.form-control:focus,
.side-form .list-group .border input[type=text]:focus,
.side-form .list-group .border input[type=password]:focus,
.side-form .list-group .border input[type=email]:focus,
.side-form .list-group .border input[type=number]:focus,
.side-form .list-group .border [type=text].form-control:focus,
.side-form .list-group .border [type=password].form-control:focus,
.side-form .list-group .border [type=email].form-control:focus,
.side-form .list-group .border [type=tel].form-control:focus,
.side-form .list-group .border [contenteditable].form-control:focus {
  -webkit-box-shadow: inset 0 -1px 0 #ddd;
          box-shadow: inset 0 -1px 0 #ddd;
}

.side-form .list-group .border .phone select {
  -webkit-box-flex: 1;
      -ms-flex: 1 40%;
          flex: 1 40%;
}

.side-form .list-group .border button {
  border: 2px solid #02073f !important;
}

footer {
  background-color: #224151;
  color: #fff;
}

footer a {
  color: #fff;
}

footer a:hover {
  color: #668A9D;
}

footer .footer-brand {
  font-size: 18px;
}

footer h3 {
  margin-bottom: 12px;
  font-weight: bold;
}

footer ul {
  padding-left: 0;
  list-style: none;
}

footer ul li {
  margin-bottom: 8px;
}

footer .social-handles-footer span {
  margin-right: 8px;
}

footer .social-handles-footer span i {
  color: #fff;
  font-size: 24px;
}

footer .social-handles-footer span i:hover {
  color: #fea900;
  cursor: pointer;
}

footer .sub-footer {
  background-color: #E1DEDE;
  color: #000;
}

.home-form img {
  position: relative;
  width: 100%;
}

.home-form .side-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.home-form .side-overlay .flex-wrapper {
  border: 2px solid #064160;
  background-color: #fff;
  opacity: 0.8;
}

.home-form .side-overlay .flex-wrapper h4 {
  color: #02073f;
  font-weight: 700;
}

.home-form .side-overlay .flex-wrapper p {
  font-weight: 500;
}

.home-form .home-page-form {
  background-color: #668A9D;
}

.home-form .home-page-form h5 {
  font-weight: bold;
  color: #02073f;
}

.abroad-form {
  background-color: #668A9D;
}

.abroad-form .jumbotron {
  color: #542A43;
}

.abroad-form .jumbotron h3 {
  font-weight: bold;
}

.abroad-form .country-width-limiter {
  width: 140px;
}

#quote-carousel {
  padding: 0 10px 30px 10px;
  margin-top: 60px;
}

#quote-carousel .carousel-control {
  background: none;
  color: #CACACA;
  font-size: 2.3em;
  text-shadow: none;
  margin-top: 30px;
}

#quote-carousel .carousel-indicators {
  position: relative;
  right: 50%;
  top: auto;
  bottom: 0px;
  margin-top: 20px;
  margin-right: -19px;
}

#quote-carousel .carousel-indicators li {
  width: 50px;
  height: 50px;
  cursor: pointer;
  border: 1px solid #ccc;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  opacity: 0.4;
  overflow: hidden;
  -webkit-transition: all .4s ease-in;
  transition: all .4s ease-in;
  vertical-align: middle;
}

#quote-carousel .carousel-indicators .active {
  width: 128px;
  height: 128px;
  opacity: 1;
  -webkit-transition: all .2s;
  transition: all .2s;
}

.item blockquote {
  border-left: none;
  margin: 0;
}

.item blockquote p:before {
  content: "\f10d";
  font-family: 'Fontawesome';
  float: left;
  margin-right: 10px;
}
/*# sourceMappingURL=indexPage.css.map */