.section-1-home {
  height: 1000px;
}

.video-background {
  height: 1000px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.49)), to(rgba(0, 0, 0, 0.49)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.49), rgba(0, 0, 0, 0.49));
}

.div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 50%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
}

.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 325px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
}

.heading {
  font-family: Montserrat, sans-serif;
  font-size: 26px;
  line-height: 26px;
  font-style: normal;
  font-weight: 300;
  text-align: center;
}

.image {
  margin-bottom: 40px;
}

.header-text-one {
  margin-top: 0px;
  font-size: 36px;
  font-style: italic;
  font-weight: 400;
}

.image-2 {
  width: 50px;
  margin-right: 10px;
  padding-top: 20px;
}

.social-one {
  position: absolute;
}

.div-block-2 {
  position: absolute;
  left: 0px;
  top: 0px;
  overflow: hidden;
  width: 100px;
  height: 100px;
  clear: none;
}

.div-block-3 {
  position: relative;
  overflow: hidden;
  width: 250px;
  height: 250px;
  float: none;
  clear: none;
}

.image-3 {
  position: absolute;
  left: 0px;
  top: 0px;
  overflow: visible;
  min-width: 250px;
}

.icon-black {
  position: relative;
  top: 10px;
  overflow: hidden;
  height: 40%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.iconbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 50px;
  margin-right: 10px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
  border-style: solid;
  border-width: 2px;
  border-color: hsla(0, 0%, 100%, 0.5);
  border-radius: 1000px;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
}

.iconbox:hover {
  border-style: solid;
  border-width: 2px;
  border-color: rgba(0, 0, 0, 0.5);
  background-color: #aaa;
}

.icon-white-fb {
  position: static;
  bottom: 10px;
  overflow: visible;
  height: 40%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: transparent;
  opacity: 1;
}

.social-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 15px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
}

.icon-white-tw {
  position: static;
  bottom: 10px;
  overflow: visible;
  height: 30%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: transparent;
  opacity: 1;
}

.icon-white-yt {
  position: static;
  bottom: 10px;
  overflow: visible;
  height: 30%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: transparent;
  opacity: 1;
}

.header-text-two {
  font-size: 24px;
  font-style: italic;
}

.text-block {
  margin-top: 20px;
}

.nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.nav-bar {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  margin-bottom: -60px;
  background-color: rgba(0, 0, 0, 0.4);
}

.home-link {
  display: inline-block;
  color: grey;
}

.home-link:hover {
  color: #fff;
}

.home-link.w--current {
  display: inline-block;
  color: #555;
}

.section {
  height: 600px;
}

.tabs-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  padding-top: 20px;
  -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;
}

.heading-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.tab1text {
  color: #000;
  text-align: center;
}

.tabtextblock {
  display: block;
  padding-right: 250px;
  padding-left: 250px;
  text-align: center;
}

.tabs {
  margin-top: 0px;
}

.tabimage {
  width: 300px;
  height: 200px;
  margin: 20px 10px;
  background-color: #eee;
}

.headersection {
  text-align: center;
}

.div-block-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.tabprofileimage {
  width: 500px;
  height: 250px;
  margin-top: 20px;
  margin-bottom: 20px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
}

.tab2text {
  margin-left: 25px;
  padding-left: 0px;
  color: #000;
}

.tab2texts {
  margin-top: 0px;
  padding-top: 0px;
  color: #000;
}

.div-block-5 {
  display: block;
  height: auto;
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #000;
}

.section-3-testimonials {
  height: auto;
  margin-top: 0px;
  background-color: #000;
}

.block-quote {
  display: inline-block;
  height: 250px;
  padding-top: 65px;
  padding-bottom: 40px;
  -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;
  border: 1px none #000;
  color: #fff;
  text-align: center;
}

.italic-text {
  font-size: 24px;
  line-height: 26px;
}

.section-2-about {
  height: auto;
  margin-top: 0px;
  padding-top: 0px;
}

.bold-text {
  color: #888;
}

.heading-3 {
  text-align: center;
}

.container-3 {
  margin-top: 25px;
  margin-bottom: 25px;
}

.slideshowheader {
  color: #fff;
  line-height: 40px;
  text-align: center;
}

.section6 {
  height: 250px;
  margin-top: 0px;
}

.basedon {
  display: block;
  padding-top: 370px;
  color: #fff;
  font-size: 12px;
  line-height: 14px;
  text-align: center;
}

.slider {
  height: 500px;
}

.showcaseimages {
  width: 400px;
  height: 250px;
  margin: 10px;
}

.showcaserow {
  display: inline-block;
  margin-top: 25px;
  margin-bottom: 25px;
  padding-right: 150px;
  padding-left: 150px;
  -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;
  text-align: center;
}

.image-4 {
  width: 300px;
}

.section7 {
  height: 900px;
  margin-top: 0px;
  margin-bottom: 0px;
  background-color: #000;
}

._1 {
  margin-top: 25px;
  margin-bottom: 25px;
  background-color: #eee;
}

.section-7-videos {
  height: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  background-color: #333;
}

.video {
  width: 400px;
  height: 245px;
}

.showcasevideos {
  display: block;
  width: 300px;
  margin-right: 200px;
  margin-left: 10px;
}

.showcasevideorow {
  display: block;
  width: 480px;
  height: 270px;
  margin-top: 25px;
  -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;
}

.html-embed {
  width: 480px;
  height: 270px;
}

.showcasevideo {
  width: 480px;
  height: 270px;
  margin-right: 10px;
  margin-left: 10px;
}

.div-block-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 25px;
  padding-bottom: 25px;
  -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;
  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-3-white {
  color: #fff;
  text-align: center;
}

.section-8-contact {
  display: block;
  height: auto;
  padding-top: 0px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(51, 51, 51, 0.75)), to(rgba(51, 51, 51, 0.75))), url('../images/lionhearts-contact-us.jpg');
  background-image: linear-gradient(180deg, rgba(51, 51, 51, 0.75), rgba(51, 51, 51, 0.75)), url('../images/lionhearts-contact-us.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.tab1text-white {
  background-color: transparent;
  color: #fff;
  text-align: center;
}

.div-block-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.button {
  margin-top: 25px;
  margin-bottom: 25px;
  background-color: #fff;
  color: #000;
}

.text-block-3 {
  text-align: center;
}

.text-block-3-white {
  color: #fff;
  text-align: center;
}

.text-block-white {
  margin-top: 20px;
  color: #fff;
  text-align: center;
}

.cta {
  margin-bottom: 5px;
  padding-top: 25px;
}

.text-block-4 {
  color: #555;
  text-align: center;
}

.div-block-9 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  -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;
}

.slide1 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(54, 43, 7, 0.5)), to(rgba(54, 43, 7, 0.5))), url('../images/lionhearts-packages-1.jpg');
  background-image: linear-gradient(180deg, rgba(54, 43, 7, 0.5), rgba(54, 43, 7, 0.5)), url('../images/lionhearts-packages-1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.slidw1 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(51, 51, 51, 0.5)), to(rgba(51, 51, 51, 0.5))), url('../images/lionhearts-packages-1.jpg');
  background-image: linear-gradient(180deg, rgba(51, 51, 51, 0.5), rgba(51, 51, 51, 0.5)), url('../images/lionhearts-packages-1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.slide2 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(54, 43, 7, 0.5)), to(rgba(54, 43, 7, 0.5))), url('../images/lionhearts-packages-2.jpg');
  background-image: linear-gradient(180deg, rgba(54, 43, 7, 0.5), rgba(54, 43, 7, 0.5)), url('../images/lionhearts-packages-2.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.slide3 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(131, 100, 1, 0.5)), to(rgba(131, 100, 1, 0.5))), url('../images/lionhearts-packages-3.jpg');
  background-image: linear-gradient(180deg, rgba(131, 100, 1, 0.5), rgba(131, 100, 1, 0.5)), url('../images/lionhearts-packages-3.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.tab-link-tab-1 {
  color: #333;
}

.div-block-10 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.div-block-11 {
  padding-top: 0px;
}

.div-block-12 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.heading-3-copy {
  text-align: center;
}

.headersection-white {
  color: #fff;
  text-align: center;
}

.section-2 {
  background-color: #000;
}

.div-block-13 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.div-block-14 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.div-block-15 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.watch-videos-button {
  display: none;
}

.section-6-photos {
  background-color: #000;
}

.section-3 {
  background-color: #000;
}

@media screen and (max-width: 991px) {
  .header-text-two {
    font-size: 22px;
    text-align: center;
  }

  .nav {
    display: inline-block;
    margin-right: 0px;
    margin-left: 0px;
    -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;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    text-align: center;
  }

  .nav-bar {
    display: block;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    text-align: center;
  }

  .home-link.w--current {
    color: #555;
    text-align: center;
  }

  .section {
    height: 625px;
    margin-top: 15px;
    margin-bottom: 15px;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .tabtextblock {
    padding-right: 50px;
    padding-left: 50px;
  }

  .tabs {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .tabimage {
    width: 200px;
    height: 125px;
    max-width: 100%;
  }

  .headersection {
    font-size: 34px;
  }

  .tabprofileimage {
    width: auto;
    height: auto;
    margin-bottom: 25px;
  }

  .tab2texts {
    margin-top: 0px;
  }

  .section-3-testimonials {
    margin-top: 0px;
  }

  .text-block-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    line-height: 26px;
  }

  .section-2-about {
    display: block;
    height: auto;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .container-3 {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .slideshowheader {
    line-height: 36px;
  }

  .section6 {
    margin-top: 0px;
  }

  .basedon {
    padding-top: 370px;
  }

  .showcaseimages {
    height: 200px;
    padding: 10px;
  }

  .showcaserow {
    display: -ms-grid;
    display: grid;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    padding-top: 25px;
    padding-right: 50px;
    padding-left: 50px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    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;
    text-align: center;
  }

  .section7 {
    height: 1000px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .section-7-videos {
    height: auto;
    padding-right: 0px;
    padding-left: 0px;
  }

  .showcasevideo {
    padding-top: 25px;
  }

  .div-block-6 {
    display: block;
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .section-8-contact {
    height: auto;
    padding-right: 0px;
    padding-left: 0px;
  }

  .icon {
    color: #fff;
  }

  .headersection-white {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 34px;
  }

  .div-block-13 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .html-embed-2 {
    padding-top: 25px;
  }

  .watch-videos-button {
    display: none;
  }

  .nav-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -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;
    background-color: #000;
    text-align: center;
  }

  .menu-button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -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;
    background-color: #333;
    opacity: 0.5;
  }
}

@media screen and (max-width: 767px) {
  .video-background {
    height: 800px;
    color: #333;
  }

  .container {
    padding-top: 240px;
  }

  .image {
    max-width: 90%;
  }

  .header-text-one {
    color: #fff;
  }

  .header-text-two {
    color: #fff;
    font-size: 20px;
  }

  .section {
    height: 650px;
  }

  .tabtextblock {
    padding-right: 25px;
    padding-left: 25px;
  }

  .tabimage {
    display: inline-block;
    width: auto;
    height: auto;
  }

  .headersection {
    font-size: 32px;
    line-height: 34px;
  }

  .tabprofileimage {
    display: inline-block;
    width: auto;
    height: auto;
  }

  .italic-text {
    font-size: 22px;
    line-height: 24px;
  }

  .text-block-2 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .section-2-about {
    height: auto;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-bottom: 0px;
  }

  .bold-text {
    font-size: 16px;
  }

  .basedon {
    padding-top: 370px;
  }

  .showcaseimages {
    height: auto;
    margin: 0px;
    padding: 0px;
  }

  .showcaserow {
    margin-right: 15px;
    margin-left: 15px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .section7 {
    height: 775px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .section-7-videos {
    height: auto;
  }

  .section-8-contact {
    height: auto;
    padding-right: 0px;
    padding-left: 0px;
  }

  .icon {
    color: #fff;
  }

  .text-block-5 {
    color: #fff;
  }

  .lightbox-link {
    display: inline-block;
  }

  .div-block-10 {
    padding-top: 50px;
  }

  .headersection-white {
    font-size: 32px;
    line-height: 34px;
  }

  .watch-videos-button {
    display: inline-block;
    border: 2px solid #fff;
    background-color: transparent;
    text-align: center;
  }

  .div-block-16 {
    text-align: center;
  }

  .nav-menu {
    display: block;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
}

@media screen and (max-width: 479px) {
  .section-1-home {
    height: 500px;
  }

  .video-background {
    height: 500px;
  }

  .container {
    padding-top: 125px;
  }

  .header-text-one {
    font-size: 22px;
  }

  .header-text-two {
    width: 200px;
    font-size: 18px;
  }

  .section {
    height: 400px;
  }

  .tab-pane-tab-1 {
    width: auto;
    padding-right: 20px;
  }

  .tabtextblock {
    padding-right: 20px;
    padding-left: 20px;
  }

  .tabs {
    display: block;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .tabimage {
    width: 100%;
    height: 100%;
  }

  .headersection {
    margin-top: 1px;
    font-size: 28px;
    line-height: 30px;
    text-align: center;
  }

  .tabprofileimage {
    height: auto;
  }

  .div-block-5 {
    height: auto;
  }

  .section-3-testimonials {
    height: auto;
  }

  .block-quote {
    height: 300px;
    padding-top: 40px;
  }

  .italic-text {
    font-size: 18px;
    line-height: 20px;
  }

  .section-2-about {
    height: auto;
  }

  .bold-text {
    font-size: 14px;
  }

  .container-2 {
    height: 250px;
  }

  .section6 {
    height: 250px;
  }

  .basedon {
    padding-top: 370px;
    color: #fff;
    font-size: 10px;
    line-height: 12px;
  }

  .showcaseimages {
    width: auto;
    height: auto;
    margin: 0px;
    padding: 20px 0px 0px;
  }

  .showcaserow {
    display: inline-block;
    margin-right: 10px;
    margin-left: 10px;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    justify-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
  }

  .section7 {
    height: 500px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .section-7-videos {
    height: auto;
  }

  .showcasevideo {
    display: none;
    width: auto;
    height: auto;
  }

  .heading-3-white {
    margin-top: 0px;
    font-size: 28px;
  }

  .div-block-7 {
    display: block;
    -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;
    text-align: center;
  }

  .section-8-contact {
    height: auto;
    padding-top: 0px;
    padding-bottom: 0px;
    background-color: #000;
  }

  .icon {
    color: #fff;
  }

  .div-block-10 {
    padding-top: 50px;
  }

  .div-block-11 {
    padding-top: 25px;
  }

  .headersection-white {
    margin-top: 0px;
    font-size: 28px;
    line-height: 30px;
    text-align: center;
  }

  .nav-menu {
    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;
  }
}

@media screen and (max-width: 991px) {
  #w-node-e2013cba65b2-28c1cda1 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }

  #w-node-6f342e75c578-28c1cda1 {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }

  #w-node-8cf30c1db54b-28c1cda1 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }
}

