@import url("https://use.typekit.net/uxb6cww.css");
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300&display=swap");
html {
  font-size: 100%; }

/*16px*/
body {
  background-color: #fff;
  font-family: obvia, sans-serif;
  font-weight: 200;
  line-height: 1.80;
  color: #546670;
  padding-top: 60px; }

p {
  font-family: "Open Sans", sans-serif; }

h1, h2, h3 {
  font-family: obvia, sans-serif;
  font-weight: 800;
  line-height: 1.15; }

h4, h5 {
  font-family: obvia, sans-serif;
  font-weight: 300;
  line-height: 1.15; }

h1 {
  margin-top: 0;
  font-size: 3.052em; }

h2 {
  font-size: 2.441em; }

h3 {
  font-size: 1.953em; }

h4 {
  font-size: 1.563em; }

h5 {
  font-size: 1.25em; }

small, .text-small {
  font-size: 0.8em;
  font-weight: 200; }

.text-primary {
  color: #645faa !important; }

.text-secondary {
  color: #3d85c6 !important; }

.bg-light {
  background-color: rgba(53, 72, 83, 0.1); }

.bg-dark {
  background-color: rgba(53, 72, 83, 0.9); }

/* Header */
.header-hero {
  background-image: url("/assets/header-hero-bgimage-2.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  height: 250px;
  position: relative; }

@media (min-width: 768px) {
  .header-hero {
    background-image: url("/assets/header-hero-bgimage-2.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    height: 600px;
    position: relative; } }
.header-hero__wrapper {
  position: absolute;
  bottom: 0;
  background-color: rgba(53, 72, 83, 0.9);
  padding: 25px; }

.header-hero__inside {
  margin-top: auto 0;
  padding: 0px 0px 0px 0px;
  text-align: center; }

@media (min-width: 768px) {
  .header-hero__inside {
    margin-top: -40px;
    padding: 0px 0px 20px 0px; } }
.header-hero__label {
  color: #fff;
  text-transform: uppercase;
  font-weight: 200; }

.header-hero__label--mobile {
  color: #546670;
  text-transform: uppercase;
  font-weight: 200; }

.header-hero__cta {
  padding: 12px 20px;
  border-radius: 5px;
  border: none;
  color: #fff;
  max-width: 100%;
  font-weight: 300;
  background: #3d85c6;
  background: linear-gradient(90deg, #3d85c6 0%, #645faa 100%); }

.header-hero__cta--mobile {
  padding: 12px 20px;
  border-radius: 15px;
  border: none;
  color: #fff;
  max-width: 100%;
  font-weight: 300;
  background: #3d85c6;
  background: linear-gradient(90deg, #3d85c6 0%, #645faa 100%);
  cursor: pointer; }

/* Card */
.feature-card {
  padding: 30px;
  background-color: #ffffff;
  border-radius: 15px 15px 0px 0px;
  -webkit-box-shadow: 0px 0px 14px -4px rgba(0, 0, 0, 0.34);
  -moz-box-shadow: 0px 0px 14px -4px rgba(0, 0, 0, 0.34);
  box-shadow: 0px 0px 14px -4px rgba(0, 0, 0, 0.34); }

.feature-card:hover {
  padding: 30px;
  background-color: #ffffff;
  border-radius: 15px 15px 0px 0px;
  -webkit-box-shadow: 0px 0px 14px -4px rgba(0, 0, 0, 0.34);
  -moz-box-shadow: 0px 0px 14px -4px rgba(0, 0, 0, 0.34);
  box-shadow: 0px 0px 14px -4px rgba(0, 0, 0, 0.34); }

.feature-card__image {
  width: 50px; }

.feature-card__headline {
  text-transform: uppercase;
  font-weight: 500;
  color: #3d85c6; }

.feature-card__line {
  height: 3px;
  background-color: #3d85c6;
  width: 100px; }

.feature-card__cta {
  padding: 15px 30px;
  background-color: #6be5f2;
  border-radius: 0px 0px 15px 15px;
  font-weight: 600;
  color: #fff; }

.feature-card__link {
  color: #fff; }

.feature-card__link:hover {
  text-decoration: underline;
  color: #fff; }

/* Mission */
.mission {
  background-color: rgba(84, 102, 112, 0.2); }

.mission__image {
  width: 100%; }

/* Testimonial */
.testimonial__image {
  width: 80px;
  height: 80px;
  border-radius: 50%; }

/* Buttons */
.btn {
  padding: 12px 25px;
  border-radius: 30px;
  border: none;
  color: #fff;
  font-weight: 400;
  opacity: 1;
  transition: .5s; }

.btn__nav {
  padding: 7px 25px;
  border-radius: 30px;
  border: none;
  color: #fff;
  font-weight: 300;
  opacity: 1;
  transition: .5s; }

.btn:hover {
  transition: .5s;
  opacity: .8; }

.btn--primary {
  background: #3d85c6;
  background: linear-gradient(90deg, #3d85c6 0%, #645faa 100%); }

.btn--primary:hover {
  color: #fff; }

.btn__nav--primary {
  background: #3d85c6;
  background: linear-gradient(90deg, #3d85c6 0%, #645faa 100%); }

.btn__nav--primary:hover {
  color: #fff; }

.btn--outlined {
  background-color: transparent;
  border: 1px solid #ffffff; }

.btn--outlined:hover {
  background-color: #ffffff;
  border: 1px solid #ffffff;
  color: #3d85c6; }

.btn--close {
  background-color: transparent;
  color: #546670; }

.btn--close:hover {
  background-color: transparent; }

/* Navigation */
.navbar {
  padding: 15px 20px 15px 20px; }

.navbar-brand {
  width: 220px; }

@media (min-width: 768px) {
  .navbar-brand {
    width: 260px; } }
.nav-item {
  border-bottom: 3px solid #ffffff;
  padding: 0px 10px; }

.nav-item:hover {
  border-bottom: 3px solid #645faa; }

.nav-item:active {
  border-bottom: 3px solid #645faa; }

.nav-link:hover {
  color: #645faa !important; }

.dropdown-item {
  font-weight: 300 !important; }

.dropdown-item.active, .dropdown-item:active {
  background-color: #645faa !important; }

.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0); }

.navbar-nav .dropdown-menu {
  margin-bottom: 15px; }

.footer-nav__wrapper {
  margin: 0;
  padding: 0; }

.footer-nav__link {
  list-style-type: none;
  margin: 0;
  padding: 0;
  color: #ffffff; }

/* Forms */
::-webkit-input-placeholder {
  /* Edge */
  font-weight: 200; }

:-ms-input-placeholder {
  /* Internet Explorer */
  font-weight: 200; }

::placeholder {
  font-weight: 200; }

.contact__label {
  color: #546670;
  text-transform: uppercase;
  font-weight: 200; }

.contact {
  padding: 70px 0px;
  background-color: rgba(53, 72, 83, 0.1); }

.form-control {
  font-weight: 200;
  color: #546670;
  border: none;
  height: 45px; }

.form-control--border {
  font-weight: 200;
  color: #546670;
  border: 1px solid #cccccc;
  height: 45px; }

.form-control__textarea {
  font-weight: 200;
  color: #546670;
  border: 1px solid #cccccc;
  width: 100%;
  padding: 10px 15px;
  border-radius: 5px; }

.form-control__textarea--border {
  font-weight: 200;
  color: #546670;
  border: none;
  width: 100%;
  padding: 10px 15px;
  border-radius: 5px; }

.hl-app input[type=text] {
  background-color: red !important; }

/* Switch */
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px; }

.switch input {
  opacity: 0;
  width: 0;
  height: 0; }

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s; }

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s; }

input:checked + .slider {
  background-color: #2196F3; }

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3; }

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px); }

/* Rounded sliders */
.slider.round {
  border-radius: 34px; }

.slider.round:before {
  border-radius: 50%; }

/* Multi Step */
#regForm {
  background-color: #ffffff;
  margin: 0px auto;
  font-family: Raleway;
  padding: 40px;
  width: 70%;
  min-width: 300px; }

input {
  display: block;
  width: 100%;
  height: calc(1.5em + .75rem + 2px);
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 200;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  color: #546670;
  border: 1px solid #e2e2e2; }

select {
  display: block;
  width: 100%;
  height: calc(1.5em + .75rem + 2px);
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 200;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da !important;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  color: #546670;
  border: 1px solid #e2e2e2; }

/* Mark input boxes that gets an error on validation: */
input.invalid {
  background-color: #ffdddd; }

/* Hide all steps by default: */
.tab {
  display: none; }

button {
  background-color: #4CAF50;
  color: #ffffff;
  border: none;
  padding: 10px 20px;
  font-size: 17px;
  font-family: Raleway;
  cursor: pointer; }

button:hover {
  opacity: 0.8; }

#prevBtn {
  background-color: #bbbbbb; }

/* Make circles that indicate the steps of the form: */
.step {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbbbbb;
  border: none;
  border-radius: 50%;
  display: inline-block;
  opacity: 0.5; }

.step.active {
  opacity: 1; }

/* Mark the steps that are finished and valid: */
.step.finish {
  background-color: #4CAF50; }

/* General */
.card {
  margin-top: 10px !important; }

.card-header {
  background-color: #ffffff !important;
  border-bottom: none; }

.success {
  display: none;
  background: #E1F8ED;
  margin-top: 5px;
  margin-bottom: 50px;
  padding: 20px; }
  .success.is-active {
    display: block; }

.loading {
  display: none; }
  .loading.is-active {
    display: block; }

/* HighLevel Overrides */
/* calendar Section Box Shadow  */
#hl_widget > div {
  -webkit-box-shadow: 0px 0px 22px 0px rgba(0, 0, 0, 0.1) !important;
  -moz-box-shadow: 0px 0px 22px 0px rgba(0, 0, 0, 0.1) !important;
  box-shadow: 0px 0px 22px 0px rgba(0, 0, 0, 0.1) !important;
  padding: 30px !important;
  border-radius: 10px 10px 10px 10px;
  -moz-border-radius: 10px 10px 10px 10px;
  -webkit-border-radius: 10px 10px 10px 10px;
  border: 0px solid #000000; }

/* calendar Section Box Shadow  */
/* calendar border  */
#hl_widget > div > div.hl_widget-body > div > div > div > div > div.hl_widget--pick-date > div.vdpComponent.date-picker-calendar > div,
#hl_widget > div > div.hl_widget-body > div > div > div > div > div.hl_widget--pick-date > div.vdpComponent.date-picker-calendar > div > div {
  -webkit-box-shadow: 0px 0px 1px 0px red;
  -moz-box-shadow: 0px 0px 1px 0px red;
  box-shadow: 0px 0px 1px 0px red;
  border-radius: 5px !important; }

/* calendar border  */
/* calendar date and hover color */
.vdpCell.selected .vdpCellContent {
  color: #fff !important;
  background: red !important; }

.vdpCell.selected .vdpCellContent:hover {
  color: #fff !important;
  background: red !important; }

.selectable .vdpCellContent {
  color: red !important;
  border-radius: 50% !important;
  font-weight: 500 !important; }

.vdpCell.selectable:hover .vdpCellContent {
  color: #fff !important;
  background: red !important; }

/* calendar date and hover color */
/* Select Date Button color */
#hl_widget > div > div.hl_widget-footer > button {
  border-color: red !important;
  background-color: red !important;
  color: #fff !important; }

/* Select Date Button color */
/* Time Active color , Hover Color , Border Color */
.hl-app .hl_widget-step1 .hour-select input:checked + label {
  background-color: red !important;
  border-color: red !important;
  color: #fff !important; }

.hl-app a {
  color: #2a2a2a !important; }

.hl-app .hl_button.--primary {
  border-color: red !important;
  background-color: red !important;
  color: #fff; }

.hl-app .hl_widget-step1 .hour-select label {
  display: block;
  cursor: pointer;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  padding: 7px 20px;
  border: 1px solid red !important;
  border-radius: 4px;
  max-width: 150px;
  margin: 0 auto;
  font-weight: 500; }

.hl-app .hl_widget-step1 .hour-select label:hover {
  color: #fff !important;
  background-color: red !important; }

/* Time Active color , Hover Color , Border Color */
/* calander Arrow Color */
.vdpArrowNext::after {
  margin-left: -.5em;
  border-left-color: red !important; }

.vdpArrowPrev::after {
  margin-left: -.8em;
  border-right-color: red !important; }

/* calander Arrow Color */
/* For mobile Select Time color */
@media only screen and (max-width: 649px) {
  .hl-app .--primary {
    border-color: red !important;
    background-color: red !important;
    color: #fff; } }
/* For mobile Select Time color */

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


.about__headline {
    background-color: #645FAA;
    padding: 25px 0px;
    font-weight: 800 !important;
}

.about__quote-wrapper {
    background-color: #f3f3f3;
    padding: 30px 25px;

    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
}

.about__quote-wrapper h4 {
    font-weight: 600 !important;
    line-height: 36px;
    color: #645FAA;
    text-align: left;
}

.about__quote-wrapper h5 {
    font-weight: 600 !important;
    line-height: 36px;
    color: #546670;
    text-align: left;
}

.check-box {
    background-color: red;
    height: 15px !important;
    display: inline-block !important;
    width: 20px !important;
}

input::placeholder {
  color: #cfcfcf;
}

::-webkit-input-placeholder { /* Edge */
  color: #cfcfcf;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #cfcfcf;
}

::placeholder {
  color: #cfcfcf;
}

select{
  width: 150px;
  height: 30px;
  padding: 5px;
  color: green;
}
select option { color: black; }
select option:first-child{
  color: green;
}
