body {
  font-family: 'Open Sans', sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Merriweather, serif;
  color: #313131;
  font-size: 38px;
  line-height: 44px;
  font-weight: 300;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Merriweather, serif;
  font-size: 32px;
  line-height: 36px;
  font-weight: 700;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Merriweather, serif;
  font-size: 24px;
  line-height: 30px;
  font-weight: 400;
}

p {
  margin-bottom: 10px;
  font-family: 'Open Sans', sans-serif;
}

a {
  font-family: 'Open Sans', sans-serif;
  color: rgba(255, 255, 255, 0.85);
  text-decoration: underline;
}

.stylecontainer {
  padding: 20px;
}

.white {
  color: #fff;
}

.white.thin {
  margin-top: 0px;
  margin-bottom: 0px;
  font-weight: 400;
}

.body {
  background-color: #b6b6b6;
}

.specialtext {
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-weight: 300;
}

.button {
  border-radius: 3px;
  background-color: rgba(255, 255, 255, 0.85);
  -webkit-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
  color: #000;
}

.button:hover {
  background-color: #fff;
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.button.dark {
  background-color: rgba(0, 0, 0, 0.75);
  color: #fff;
}

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -275px;
  padding: 10px;
  -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;
}

.navlink {
  margin-right: 10px;
  margin-left: 10px;
  padding: 10px;
  -webkit-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
  color: rgba(255, 255, 255, 0.85);
}

.navlink:hover {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.navlink.w--current {
  color: rgba(255, 255, 255, 0.85);
  font-weight: 700;
}

.navlink.button {
  background-color: hsla(0, 0%, 100%, 0.85);
  color: rgba(0, 0, 0, 0.85);
}

.navlink.button.dark {
  background-color: rgba(0, 0, 0, 0.85);
  color: rgba(255, 255, 255, 0.85);
}

.navlink.dark {
  color: rgba(0, 0, 0, 0.85);
}

.title-line {
  width: 100%;
  height: 1px;
  margin-bottom: 5px;
  background-color: #fff;
}

.title-line.black {
  width: 325px;
  margin-right: auto;
  margin-left: auto;
  background-color: rgba(0, 0, 0, 0.72);
}

.title-line.black.smaller {
  width: 250px;
}

.title-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 5px;
  margin-left: 5px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.title {
  margin-bottom: 0px;
}

.title.white {
  margin-top: 0px;
  margin-right: 5px;
  margin-left: 5px;
}

.brand {
  margin-left: -275px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 0px;
  color: rgba(0, 0, 0, 0.85);
}

.brand.w--current {
  margin-left: -275px;
  color: rgba(255, 255, 255, 0.85);
}

.navbar {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  background-color: transparent;
}

.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  -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;
}

.background-video {
  height: 800px;
  max-height: 100vh;
  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));
}

.cta {
  position: absolute;
  left: auto;
  top: auto;
  right: 15%;
  bottom: 5%;
  width: 350px;
  text-align: center;
  text-transform: capitalize;
}

.section {
  padding-top: 20px;
  padding-bottom: 20px;
}

.hide {
  display: none;
}

.slider {
  height: 350px;
  background-color: hsla(0, 0%, 86.7%, 0);
}

.quote {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 400px;
  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-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.quotedperson {
  text-align: right;
}

.testimonial {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 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;
}

.quotation {
  position: absolute;
  opacity: 0.05;
}

.quotation.left {
  left: -30%;
  top: -30%;
  right: auto;
  bottom: auto;
}

.quotation.right {
  left: auto;
  top: auto;
  right: -30%;
  bottom: -30%;
}

.imageblock {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 85%;
  height: 350px;
  -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;
}

.image {
  width: 100%;
}

.div-block {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 15%;
  width: 50%;
  padding: 30px;
  background-color: rgba(0, 0, 0, 0.5);
}

.div-block.left {
  left: 0%;
  right: auto;
}

.service {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 25px;
}

.service.right {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.contact-form {
  padding-top: 40px;
  padding-bottom: 40px;
}

.contact-form-grid {
  display: -ms-grid;
  display: grid;
  margin-top: 40px;
  grid-auto-columns: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.stickysection {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: #000;
}

.half {
  width: 50%;
}

.half.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  height: 100vh;
  background-color: #000;
  background-image: url('../images/main-Image.jpg');
  background-position: 55% 50%;
  background-size: cover;
}

.half.sticky._2 {
  background-image: url('../images/mainImage-2.jpg');
  background-position: 35% 50%;
}

.half.content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  padding-top: 100px;
  padding-bottom: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: #fff;
}

.contentblock {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -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;
}

.center {
  width: 350px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  text-align: center;
}

.paragraph {
  width: 450px;
  margin-top: 40px;
  margin-bottom: 40px;
  font-size: 17px;
  line-height: 30px;
}

.dark {
  color: rgba(0, 0, 0, 0.85);
}

.video {
  width: 85%;
  margin-bottom: 60px;
}

.column-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.bioheading {
  font-weight: 300;
  text-align: center;
}

.columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.heading {
  text-align: center;
}

.div-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 400px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.container-2 {
  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;
}

.footer {
  padding-top: 40px;
  padding-bottom: 40px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: rgba(0, 0, 0, 0.03);
  text-align: center;
}

.footer-flex-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: left;
}

.footer-logo-link {
  max-height: 60px;
  min-width: 60px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.footer-image {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 0% 50%;
  object-position: 0% 50%;
}

.footer-heading {
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 1.5;
}

.footer-link {
  display: block;
  margin-bottom: 10px;
  color: #444;
  text-decoration: none;
}

.footer-link:hover {
  text-decoration: underline;
}

.div-block-3 {
  text-align: center;
}

.div-block-4 {
  text-align: center;
}

.playicon {
  position: absolute;
  left: 2%;
  top: auto;
  right: auto;
  bottom: 2%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
  opacity: 0.5;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  font-size: 20px;
  text-decoration: none;
}

.playicon:hover {
  opacity: 1;
  -webkit-transform: scale(1.02) translate(0px, -2px);
  -ms-transform: scale(1.02) translate(0px, -2px);
  transform: scale(1.02) translate(0px, -2px);
  color: #fff;
}

.playicontext {
  margin-left: 5px;
}

.banner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 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;
  background-color: rgba(182, 122, 255, 0.85);
}

.black {
  color: #333;
  text-transform: uppercase;
}

.banner-text {
  text-transform: uppercase;
}

@media screen and (max-width: 991px) {
  .nav-menu {
    margin-right: -50px;
  }
  .brand {
    margin-left: -50px;
  }
  .brand.w--current {
    margin-left: 0px;
  }
  .container {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .paragraph {
    width: 350px;
  }
  .columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .div-block-2 {
    padding-right: 15px;
    padding-left: 15px;
  }
  .footer {
    padding-right: 20px;
    padding-left: 20px;
  }
  .playicontext {
    margin-left: 5px;
    font-size: 20px;
    text-decoration: none;
  }
}

@media screen and (max-width: 767px) {
  .white.thin {
    color: #000;
  }
  .nav-menu {
    margin-right: 0px;
  }
  .navlink.dark {
    color: rgba(255, 255, 255, 0.85);
  }
  .title-line.black.smaller {
    margin-bottom: 20px;
  }
  .brand {
    margin-left: 0px;
  }
  .container {
    -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;
  }
  .background-video {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    min-height: 75vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -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;
  }
  .cta {
    left: 0%;
    right: 0%;
    margin-right: auto;
    margin-left: auto;
    font-size: 24px;
    font-weight: 300;
  }
  .quote {
    width: 350px;
  }
  .quotation.left {
    left: -20%;
    top: -20%;
  }
  .quotation.right {
    right: -20%;
    bottom: -20%;
  }
  .imageblock {
    width: 50%;
    height: auto;
  }
  .image {
    width: auto;
    max-width: 630px;
  }
  .div-block {
    position: static;
    left: auto;
    top: auto;
    right: 0%;
    bottom: 0%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
    margin-right: auto;
    margin-left: auto;
    padding-top: 5px;
    padding-bottom: 5px;
    -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;
    background-color: transparent;
  }
  .service {
    margin-bottom: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .service.right {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .contact-form {
    padding: 20px;
  }
  .stickysection {
    display: block;
  }
  .half.sticky {
    position: static;
    width: 100%;
    height: 250px;
    clear: both;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/main-Image.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/main-Image.jpg');
    background-position: 0px 0px, 80% 15%;
    background-size: auto, 200%;
  }
  .half.sticky._2 {
    height: 300px;
    background-image: url('../images/mainImage-2.jpg'), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
    background-image: url('../images/mainImage-2.jpg'), linear-gradient(180deg, transparent, transparent);
    background-position: 0% 15%, 0px 0px;
    background-size: 100%, auto;
  }
  .half.content {
    position: static;
    z-index: 1;
    width: 100%;
    min-height: 0vh;
    padding-top: 20px;
    padding-bottom: 0px;
  }
  .contentblock {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .paragraph {
    width: 85%;
    margin-top: 0px;
    margin-bottom: 20px;
    padding-top: 10px;
  }
  .video {
    margin-bottom: 0px;
  }
  .container-2 {
    -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;
  }
  .image-2 {
    margin-bottom: 25px;
  }
  .footer {
    padding: 40px 20px;
  }
  .footer-image {
    -o-object-fit: contain;
    object-fit: contain;
  }
  .playicon {
    font-size: 14px;
  }
  .playicontext {
    font-size: 14px;
  }
}

@media screen and (max-width: 479px) {
  .white.thin {
    margin-bottom: 5px;
  }
  .title-line.black {
    width: 90%;
  }
  .title.white {
    font-size: 32px;
  }
  .cta {
    width: auto;
    padding: 10px;
  }
  .quote {
    width: 75%;
  }
  .imageblock {
    width: 100%;
  }
  .div-block {
    display: block;
    width: 100%;
  }
  .service {
    display: block;
    margin-bottom: 20px;
  }
  .half.sticky {
    background-image: -webkit-gradient(linear, left top, left bottom, from(null), to(null)), url('../images/main-Image.jpg');
    background-image: linear-gradient(180deg, null, null), url('../images/main-Image.jpg');
    background-position: 0px 0px, 50% 0%;
  }
  .center {
    width: 100%;
  }
  .paragraph {
    width: 90%;
  }
  .video {
    width: 100%;
  }
  .div-block-2 {
    width: 100%;
  }
  .footer {
    padding-right: 20px;
    padding-left: 20px;
    text-align: left;
  }
  .footer-flex-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .footer-logo-link {
    height: 60px;
  }
  .footer-heading {
    margin-top: 20px;
  }
  .banner-text {
    padding-right: 10px;
    padding-left: 10px;
    text-align: center;
  }
}

#w-node-7f57d366a3c1-2dfd849c {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

@media screen and (max-width: 479px) {
  #w-node-7f57d366a3b1-2dfd849c {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }
  #w-node-7f57d366a3b5-2dfd849c {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }
  #w-node-7f57d366a3b9-2dfd849c {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }
  #w-node-7f57d366a3bd-2dfd849c {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }
}