
.navbar-logo-left {
  margin-top: 1.5rem;
  margin-bottom: 0.5rem;
}

.navbar-logo-left-container {
  z-index: 5;
  width: 1030px;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding: 15px 20px;
  background-color: transparent;
}

.navbar-logo-left-container.shadow-three {
  width: 100%;
  max-width: 1140px;
  margin-bottom: 0px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.container {
  width: 100%;
  max-width: 940px;
  margin-right: auto;
  margin-left: auto;
}

.navbar-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-menu-two {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-link {
  margin-right: 5px;
  margin-left: 5px;
  padding: 5px 10px;
  color: #1a1b1f;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.25px;
  text-decoration: none;
}

.nav-link:hover {
  color: rgba(26, 27, 31, 0.75);
}

.nav-link:focus-visible {
  border-radius: 4px;
  outline-color: #0050bd;
  outline-offset: 0px;
  outline-style: solid;
  outline-width: 2px;
  color: #0050bd;
}

.nav-link[data-wf-focus-visible] {
  border-radius: 4px;
  outline-color: #0050bd;
  outline-offset: 0px;
  outline-style: solid;
  outline-width: 2px;
  color: #0050bd;
}

.nav-dropdown {
  margin-right: 5px;
  margin-left: 5px;
}

.nav-dropdown-toggle {
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.25px;
}

.nav-dropdown-toggle:hover {
  color: rgba(26, 27, 31, 0.75);
}

.nav-dropdown-toggle:focus-visible {
  border-radius: 5px;
  outline-color: #0050bd;
  outline-offset: 0px;
  outline-style: solid;
  outline-width: 2px;
  color: #0050bd;
}

.nav-dropdown-toggle[data-wf-focus-visible] {
  border-radius: 5px;
  outline-color: #0050bd;
  outline-offset: 0px;
  outline-style: solid;
  outline-width: 2px;
  color: #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  border-radius: 12px;
  background-color: #fff;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible {
  border-radius: 5px;
  outline-color: #0050bd;
  outline-offset: 0px;
  outline-style: solid;
  outline-width: 2px;
  color: #0050bd;
}

.nav-dropdown-link[data-wf-focus-visible] {
  border-radius: 5px;
  outline-color: #0050bd;
  outline-offset: 0px;
  outline-style: solid;
  outline-width: 2px;
  color: #0050bd;
}

.nav-divider {
  width: 1px;
  height: 22px;
  margin-right: 15px;
  margin-left: 15px;
  background-color: #e4ebf3;
}

.nav-link-accent {
  margin-right: 20px;
  margin-left: 5px;
  padding: 5px 10px;
  color: #1a1b1f;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  letter-spacing: 0.25px;
  text-decoration: none;
}

.nav-link-accent:hover {
  color: rgba(26, 27, 31, 0.75);
}

.button-primary {
  padding: 12px 25px;
  background-color: #1a1b1f;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.button-primary:hover {
  background-color: #32343a;
  color: #fff;
}

.button-primary:active {
  background-color: #43464d;
}

.w-embed:before,
.w-embed:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
.w-embed:after {
  clear: both;
}
.w-video {
  width: 100%;
  position: relative;
  padding: 0;
}
.w-video iframe,
.w-video object,
.w-video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.hero-subscribe-right {
  position: relative;
  border-bottom: 1px solid #e4ebf3;
  background-color: #f5f7fa;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#086784), to(#002e3c));
  background-image: linear-gradient(180deg, #086784, #002e3c);
  -o-object-fit: none;
  object-fit: none;
}

.hero-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hero-split {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 46%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.shadow-two {
  box-shadow: 0 4px 24px 0 rgba(150, 163, 181, 0.08);
}

.margin-bottom-24px {
  margin-bottom: 24px;
}

.hero-form {
  margin-bottom: 12px;
}

.hero-form-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.hero-form-input {
  width: 240px;
  height: auto;
  margin-right: 9px;
  margin-bottom: 0px;
  padding: 5px 16px;
  border-style: solid;
  border-width: 1px;
  border-color: #d1d6db;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #1a1b1f;
  font-size: 14px;
  line-height: 20px;
}

.hero-form-input:hover {
  border-color: #76879d;
}

.hero-form-input:focus {
  border-color: #76879d;
}

.hero-form-input::-webkit-input-placeholder {
  color: rgba(26, 27, 31, 0.8);
}

.hero-form-input:-ms-input-placeholder {
  color: rgba(26, 27, 31, 0.8);
}

.hero-form-input::-ms-input-placeholder {
  color: rgba(26, 27, 31, 0.8);
}

.hero-form-input::placeholder {
  color: rgba(26, 27, 31, 0.8);
}

.text-link-arrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #1a1b1f;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.arrow-embed {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 2px;
}

.team-slider {
  position: relative;
  max-width: 1600px;
  border-bottom: 1px none #e4ebf3;
  background-color: #fff;
}

.centered-heading {
  font-family: adrianna, sans-serif;
  color: #707070;
  font-size: 3rem;
  line-height: 3rem;
  font-weight: 400;
  text-align: center;
}

.centered-subheading {
  max-width: 530px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.team-slider-wrapper {
  height: auto;
  margin-top: 50px;
  background-color: transparent;
}

.team-slide-wrapper {
  width: 30%;
  margin-right: 5%;
}

.team-block {
  padding-bottom: 24px;
  background-color: #fff;
}

.team-member-image-two {
  margin-bottom: 18px;
}

.team-block-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 24px;
  padding-left: 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.team-member-name-two {
  margin-bottom: 12px;
  font-weight: 600;
}

.team-member-text {
  margin-bottom: 20px;
}

.team-slider-arrow {
  display: none;
}

.team-slider-nav {
  position: static;
  bottom: -60px;
  margin-top: 24px;
  font-size: 10px;
}

.testimonial-stack {
  position: relative;
  padding: 80px 30px;
  border-bottom: 1px solid #e4ebf3;
}

.testimonial-card-three {
  padding: 64px 42px;
  background-color: #f5f7fa;
  text-align: center;
}

.testimonial-card-content {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 580px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.testimonial-card-heading {
  margin-bottom: 24px;
}

.testimonial-text-three {
  font-size: 24px;
  line-height: 32px;
}

.testimonial-info-four {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.testimonial-image {
  width: 60px;
  height: 60px;
  margin-right: 16px;
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
}

.testimonial-image.centered {
  width: 80px;
  height: 80px;
  margin-right: 0px;
  margin-bottom: 16px;
}

.testimonial-author-name-three {
  margin-bottom: 10px;
}

.footer-light {
  position: relative;
  padding: 80px 30px 40px;
  border-bottom: 1px solid #e4ebf3;
}

.footer-wrapper-two {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.footer-block-two {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.footer-title {
  font-size: 18px;
  line-height: 32px;
  font-weight: 500;
}

.footer-link-two {
  margin-top: 20px;
  color: #1a1b1f;
  text-decoration: none;
}

.footer-link-two:hover {
  color: rgba(26, 27, 31, 0.75);
}

.footer-form {
  width: 315px;
  max-width: 100%;
  margin-bottom: 0px;
}

.footer-form-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 24px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-form-field {
  height: 48px;
  margin-bottom: 0px;
  padding: 12px 16px;
  border-style: solid;
  border-width: 1px;
  border-color: #a6b1bf;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-size: 14px;
  line-height: 22px;
}

.footer-form-field:hover {
  border-color: #76879d;
}

.footer-form-field:focus {
  border-color: #76879d;
}

.footer-form-field::-webkit-input-placeholder {
  color: rgba(26, 27, 31, 0.8);
  font-size: 14px;
  line-height: 22px;
}

.footer-form-field:-ms-input-placeholder {
  color: rgba(26, 27, 31, 0.8);
  font-size: 14px;
  line-height: 22px;
}

.footer-form-field::-ms-input-placeholder {
  color: rgba(26, 27, 31, 0.8);
  font-size: 14px;
  line-height: 22px;
}

.footer-form-field::placeholder {
  color: rgba(26, 27, 31, 0.8);
  font-size: 14px;
  line-height: 22px;
}

.footer-form-submit {
  width: 50px;
  height: 48px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  background-color: #1a1b1f;
  background-image: url('../images/');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.footer-form-submit:hover {
  background-color: #3a4554;
}

.footer-divider-two {
  width: 100%;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 40px;
  background-color: #e4ebf3;
}

.footer-copyright {
  color: #3a4554;
  font-size: 1rem;
  line-height: 1rem;
}

.footer-social-block-two {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-left: -12px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-social-link {
  margin-left: 12px;
}

.div-block {
  height: 575px;
  padding-top: 20%;
  padding-right: 3rem;
  padding-left: 3rem;
  background-image: url('../images/basketball.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.columns {
  display: block;
  width: auto;
  height: auto;
  max-width: 1900px;
  -o-object-fit: cover;
  object-fit: cover;
}

.section {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f7fbfc), to(#c8d7e2));
  background-image: linear-gradient(180deg, #f7fbfc, #c8d7e2);
}

.heading {
  font-family: adrianna, sans-serif;
  color: #002e3c;
  font-size: 2.3rem;
  line-height: 3rem;
  letter-spacing: -2px;
}

.heading-2 {
  margin-top: 3rem;
  margin-bottom: 3rem;
  font-family: adrianna, sans-serif;
  color: #707070;
  font-size: 2.5rem;
  line-height: 3rem;
  text-align: center;
  letter-spacing: -2px;
}

.paragraph {
  font-family: adrianna, sans-serif;
  color: #707070;
  font-size: 1.6rem;
  line-height: 2.75rem;
  text-align: center;
}

.paragraph-2 {
  margin-top: 4rem;
  background-color: transparent;
  font-family: adrianna, sans-serif;
  color: #707070;
  font-size: 1.25rem;
  text-align: center;
  letter-spacing: -1px;
}

.bold-text {
  color: #fff;
  text-align: center;
}

.paragraph-3 {
  font-family: adrianna, sans-serif;
  color: #fff;
  font-size: 1.4rem;
  line-height: 2.5rem;
  text-align: center;
}

.heading-3 {
  font-family: adrianna, sans-serif;
  color: #fff;
  font-size: 2.25rem;
  line-height: 2.5rem;
  text-align: center;
}

.paragraph-4 {
  margin-bottom: 2rem;
  font-family: adrianna, sans-serif;
  color: #fff;
  font-size: 1.4rem;
  text-align: center;
}

.paragraph-5 {
  font-family: adrianna, sans-serif;
  color: #fff;
  font-size: 1.4rem;
  text-align: center;
}

.heading-4 {
  font-family: adrianna, sans-serif;
  color: #fff;
  font-size: 5rem;
  line-height: 1;
  font-weight: 400;
  text-align: center;
  letter-spacing: -1px;
}

.heading-5 {
  margin-top: 20px;
  font-family: adrianna, sans-serif;
  color: #fff;
  font-size: 2rem;
  text-align: center;
}

.heading-6 {
  color: #086784;
  font-size: 2rem;
  line-height: 3rem;
  text-align: center;
}

.heading-7 {
  font-family: adrianna, sans-serif;
  color: #707070;
  font-size: 2rem;
  line-height: 2.7rem;
  font-weight: 400;
}

.block-quote, .thank-you {
  border: 1px none #000;
  font-family: adrianna, sans-serif;
  color: #fff;
  font-size: 2rem;
  line-height: 3rem;
}

.paragraph-6 {
  margin-bottom: 3rem;
  font-family: adrianna, sans-serif;
  color: #fff;
  font-size: 1.4rem;
  line-height: 2rem;
  text-align: center;
}

.div-block-2 {
 height:360px;
 padding: 1rem 2.2rem;
 background-color: #002e3c;
}

.div-block-3 {
  background-color: #002e3c;
}

.div-block-4 {
  margin-right: auto;
  margin-left: auto;
  background-color: #570228;
}

.link {
  color: #086784;
  text-decoration: none;
}

.image {
  display: block;
  width: 15rem;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  float: none;
  text-align: right;
}

.paragraph-7 {
  font-family: adrianna, sans-serif;
  color: #002e3c;
  font-size: 1.6rem;
  line-height: 2.75rem;
}

.paragraph-8 {
  color: #707070;
}


.image-2 {
  height: 81px;
  margin-bottom: 3rem;
}

.paragraph-9 {
  margin-bottom: 3rem;
  font-family: adrianna, sans-serif;
  color: #fff;
  font-size: 1.1rem;
  line-height: 2rem;
  font-weight: 400;
  text-align: center;
}

.button {
  color: #fff;
  display: block;
  margin-right: 5%;
  margin-left: 5%;
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #a50544;
  font-family: adrianna, sans-serif;
  font-size: 1rem;
  line-height: 1rem;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
}

.heading-8 {
  margin-bottom: 2rem;
margin-top: 5rem;
  font-family: adrianna, sans-serif;
  color: #fff;
  font-size: 4rem;
  line-height: 4rem;
  font-weight: 700;
  text-align: center;
  text-shadow: 0 7px 18px rgba(0, 0, 0, 0.5);
}

.heading-9 {
  font-family: adrianna, sans-serif;
  color: #fff;
  font-size: 2.1rem;
  line-height: 2.4rem;
  font-weight: 400;
  text-align: center;
  text-shadow: 0 4px 12px #000;
}

.div-block-5 {
  height: 215px;
  background-image: url('../images/yoga-sm.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.column-2 {
  height: auto;
  padding-right: 0px;
  padding-left: 0px;
}

.column-3 {
  height: auto;
  padding-right: 0px;
  padding-left: 0px;
}

.image-3 {
  max-height: 100%;
  max-width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.columns-2 {
  margin-bottom: 0rem;
}

.image-4 {
  height: 81px;
  margin-top: 0rem;
  margin-bottom: 0rem;
}

.link-2 {
  color: #002e3c;
  text-decoration: none;
}

.link-3 {
  color: #002e3c;
  text-decoration: none;
}

.paragraph-10 {
  font-family: adrianna, sans-serif;
  color: #707070;
  font-size: 1.25rem;
  line-height: 1.5rem;
  font-weight: 400;
}

.bold-text-2 {
  color: #086784;
  text-decoration: none;
}

.form-bkg-box {
  position: relative;
  padding: 5rem 3rem;
  border-bottom: 1px solid #e4ebf3;
  background-color: #f5f7fa;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#086784), to(#002e3c));
  background-image: linear-gradient(180deg, #086784, #002e3c);
  -o-object-fit: none;
  object-fit: none;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.columns-6 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

@media screen and (max-width: 991px) {
  .container {
    max-width: 728px;
  }

  .nav-menu-wrapper {
    background-color: transparent;
  }

  .nav-menu-two {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 10px;
    padding: 20px;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50px;
    background-color: #fff;
    box-shadow: 0 8px 50px 0 rgba(0, 0, 0, 0.05);
  }

  .nav-link {
    padding-right: 5px;
    padding-left: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .menu-button {
    padding: 12px;
  }

  .menu-button.w--open {
    background-color: #a6b1bf;
    color: #fff;
  }

  .hero-wrapper {
    margin-bottom: -40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .hero-split {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .team-slide-wrapper {
    width: 47%;
    margin-right: 6%;
  }

  .footer-form {
    width: 100%;
    margin-top: 40px;
  }

  .footer-form-container {
    max-width: 350px;
  }

  .div-block {
    display: block;
    height: auto;
    min-height: 605px;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .heading {
    margin-right: 100px;
    margin-left: 100px;
    font-size: 2.2rem;
    line-height: 2.7rem;
  }

  .heading-4 {
    font-size: 5rem;
    line-height: 5rem;
    font-weight: 400;
  }

  .block-quote {
    font-size: 1.7rem;
    line-height: 2.6rem;
  }

  .paragraph-6 {
    font-size: 1.2rem;
    line-height: 1.8rem;
  }

  .div-block-2 {
    height: auto;
    min-height: 390px;
  }

  .paragraph-7 {
    font-size: 1.4rem;
    line-height: 2.3rem;
  }

  .div-block-5 {
    position: static;
    clear: none;
  }

  .paragraph-10 {
    padding-left: 0%;
  }
}

@media screen and (max-width: 767px) {
  .navbar-logo-left-container {
    max-width: 100%;
  }

  .navbar-brand {
    padding-left: 0px;
  }

  .nav-menu-two {
    padding-bottom: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    border-radius: 20px;
  }

  .nav-link {
    display: inline-block;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px 0 rgba(0, 0, 0, 0.05);
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-divider {
    width: 200px;
    height: 1px;
    max-width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .nav-link-accent {
    display: inline-block;
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .hero-subscribe-right {
    padding: 0px 15px;
  }

  .testimonial-stack {
    padding: 60px 15px;
  }

  .testimonial-text-three {
    font-size: 20px;
    line-height: 28px;
  }

  .footer-light {
    padding-right: 15px;
    padding-left: 15px;
  }

  .footer-bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .footer-copyright {
    font-size: 14px;
    line-height: 20px;
  }

  .footer-social-block-two {
    margin-top: 20px;
  }

  .footer-social-link {
    margin-left: 20px;
  }

  .heading {
    margin-right: 25px;
    margin-left: 25px;
  }

  .heading-2 {
    margin-right: 25px;
    margin-left: 25px;
  }

  .paragraph {
    margin-right: 25px;
    margin-left: 25px;
  }

  .paragraph-2 {
    margin-right: 25px;
    margin-left: 25px;
  }

  .heading-4 {
    font-size: 5.5rem;
  }

  .heading-7 {
    font-size: 1.75rem;
    line-height: 2rem;
  }

  .block-quote {
    font-size: 1.7rem;
    line-height: 2.6rem;
  }

  .paragraph-6 {
    font-size: 1.2rem;
    line-height: 1.4rem;
  }

  .div-block-2 {
    min-height: auto;
  }

  .image {
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 2rem;
    float: none;
    text-align: center;
  }

  .paragraph-9 {
    font-size: 1.25rem;
  }

  .div-block-5 {
    height: auto;
    min-height: 300px;
  }

  .form-bkg-box {
    padding: 60px 15px;
  }
}

@media screen and (max-width: 479px) {
  .container {
    max-width: none;
  }

  .navbar-brand {
    display: block;
    width: 250px;
    margin-right: auto;
    margin-left: auto;
  }

  .nav-menu-two {
    clear: both;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .hero-form {
    margin-bottom: 15px;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }

  .hero-form-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .hero-form-input {
    width: 100%;
    height: 48px;
    margin-bottom: 10px;
  }

  .team-slide-wrapper {
    width: 100%;
    margin-right: 0%;
  }

  .testimonial-card-three {
    padding-right: 24px;
    padding-left: 24px;
  }

  .testimonial-info-four {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }

  .footer-copyright {
    margin-right: 10px;
    margin-left: 10px;
    text-align: center;
  }

  .footer-social-block-two {
    margin-top: 20px;
  }

  .div-block {
    min-height: 530px;
     padding-right: 1rem;
  padding-left: 1rem;
  padding-top: 6rem;
  padding-bottom: 1rem;
  }

  .heading {
    font-size: 1.9rem;
    line-height: 2.2rem;
  }

  .heading-2 {
    font-size: 2.1rem;
    line-height: 2.6rem;
  }

  .paragraph {
    font-size: 1.4rem;
    line-height: 2.3rem;
  }

  .bold-text {
    font-size: 1.1rem;
  }

  .paragraph-3 {
    font-size: 1.1rem;
    line-height: 1.9rem;
  }

  .heading-3 {
    font-size: 2rem;
    line-height: 2.2rem;
  }

  .heading-4 {
    font-size: 4rem;
    line-height: 4rem;
  }

  .heading-7 {
    margin-bottom: 1.3rem;
    font-size: 1.4rem;
  }

  .block-quote {
    font-size: 1.4rem;
    line-height: 2rem;
  }

  .paragraph-6 {
    font-size: 1rem;
    line-height: 1.6rem;
  }
  
  .paragraph-7 {
    font-size: 1.2rem;
    line-height: 2.1rem;
  }

  .image-2 {
    display: block;
    width: 250px;
    margin-right: auto;
    margin-left: auto;
  }

  .heading-8 {
    font-size: 3rem;
    line-height: 3rem;
  }

  .image-4 {
    display: block;
    width: 250px;
    height: auto;
    margin-right: auto;
    margin-left: auto;
    float: left;
  }

  .paragraph-10 {
    margin-top: 2rem;
    padding-right: 0rem;
    padding-left: 0%;
  }

  .column-4 {
    display: block;
  }
}

