.w-form-formrecaptcha {
  margin-bottom: 8px;
}

body {
  font-family: Vollkorn, serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 32px;
  line-height: 38px;
  font-weight: 700;
}

h2 {
  margin: 10px 0px;
  font-family: Montserrat, sans-serif;
  font-size: 23px;
  line-height: 36px;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
}

h3 {
  margin: 0px 0px 20px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  text-transform: uppercase;
}

h4 {
  margin: 10px 0px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}

h5 {
  margin: 10px 0px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}

h6 {
  margin: 10px 0px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
}

p {
  margin-top: 0px;
  margin-bottom: 5px;
  font-family: Vollkorn, serif;
  font-size: 15px;
  line-height: 22px;
}

a {
  text-decoration: underline;
}

.button {
  display: inline-block;
  padding: 15px 33px;
  border-style: solid;
  border-width: 1px;
  border-color: #000;
  background-color: transparent;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 19px;
  font-style: normal;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
}

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

.button.form {
  margin-top: 23px;
  margin-bottom: 24px;
  padding-right: 54px;
  padding-left: 54px;
  border-width: 1px 1px 2px;
  border-color: #7ec4bd;
  color: #7ec4bd;
}

.button.form:hover {
  background-color: rgba(126, 196, 189, 0.34);
}

.header {
  display: block;
  padding: 149px 10px 150px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 0, 0, 0.77)), to(rgba(255, 0, 0, 0.77))), url('../images/head-bg.png');
  background-image: linear-gradient(180deg, rgba(255, 0, 0, 0.77), rgba(255, 0, 0, 0.77)), url('../images/head-bg.png');
  background-position: 0px 0px, 50% 70%;
  color: #fff;
  text-align: center;
}

.header.project-page {
  padding-top: 77px;
  padding-bottom: 77px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(100, 209, 198, 0.55)), to(rgba(100, 209, 198, 0.55))), url('../images/lake.jpg');
  background-image: linear-gradient(180deg, rgba(100, 209, 198, 0.55), rgba(100, 209, 198, 0.55)), url('../images/lake.jpg');
}

.navbar {
  position: relative;
  top: -10px;
  z-index: 999;
  display: block;
  overflow: visible;
  height: auto;
  margin-top: -39px;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #fff;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.nav-link {
  margin-top: 20px;
  margin-left: 20px;
  padding: 0px 20px 0px 10px;
  border-bottom: 2px solid transparent;
  -webkit-transition: none 0ms ease;
  transition: none 0ms ease;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  text-transform: none;
}

.nav-link:hover {
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
}

.nav-link.w--current {
  margin-top: 20px;
  color: #ffcb2d;
  font-size: 15px;
  font-weight: 400;
  text-transform: none;
}

.nav-link.current {
  margin-top: 9px;
  margin-right: 30px;
  margin-left: 30px;
  padding-right: 0px;
  padding-left: 0px;
  border-width: 0px;
  border-top-style: solid;
  border-top-color: #000;
  border-right-style: none;
  border-right-color: #000;
  border-left-style: solid;
  border-left-color: #000;
  color: #7b1232;
  font-size: 15px;
  font-weight: 300;
}

.logo-title {
  margin-top: 13px;
  float: left;
  font-family: Oswald, sans-serif;
  font-size: 22px;
  font-weight: 400;
  text-transform: uppercase;
}

.logo-img {
  position: relative;
  left: auto;
  top: auto;
  right: auto;
  bottom: auto;
  display: inline-block;
  width: 300px;
  height: auto;
  max-width: none;
  margin: 0px auto 0px 0px;
  padding: 0px;
  float: none;
}

.brand-block {
  left: -20px;
  top: 102px;
  bottom: 0px;
  margin-top: auto;
}

.main-heading {
  margin-top: 7px;
  font-family: Montserrat, sans-serif;
  font-size: 44px;
  line-height: 55px;
  font-style: normal;
  font-weight: 400;
  text-transform: uppercase;
}

.divider {
  display: block;
  width: 80px;
  height: 2px;
  margin: 28px auto;
  background-color: #fff;
}

.divider.grey {
  width: 50px;
  margin-bottom: 43px;
  border-style: solid;
  border-width: 1px;
  border-color: #000;
  background-color: rgba(0, 0, 0, 0.09);
  color: #d30029;
}

.divider.grey.service {
  width: 100%;
  margin-top: 0px;
  border-color: #000;
}

.divider.grey.service.groups {
  width: 20%;
  margin-top: 0px;
  margin-bottom: 20px;
  margin-left: 10px;
  padding-left: 0px;
  border-color: #fff;
  color: #7b1232;
  text-align: left;
}

.main-subtitle {
  font-family: Vollkorn, serif;
  color: hsla(0, 0%, 100%, 0.81);
  font-size: 18px;
  font-style: italic;
}

.about-section {
  position: relative;
  margin-top: auto;
  margin-bottom: 0px;
  padding-top: 40px;
  padding-bottom: 46px;
  padding-left: 0px;
  background-color: #fff;
  background-image: url('../images/background-tree-01.svg');
  background-position: 100% 100%;
  background-size: cover;
  background-attachment: scroll;
  text-align: center;
}

.about-text {
  margin-bottom: 40px;
  padding: 40px 40px 0px 0px;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 15px;
  line-height: 25px;
  text-align: left;
}

.x-icon {
  margin-top: -26px;
  margin-bottom: 34px;
  color: #f5f5f5;
}

.service-body {
  position: relative;
  top: -85px;
  display: block;
  padding: 50px 60px 305px;
  border: 1px solid transparent;
  background-color: #fff3f1;
  background-image: url('../images/tree-bg2.png');
  background-position: 0px 0px;
  background-size: cover;
  font-family: Montserrat, sans-serif;
  text-align: center;
}

.service-body.grey {
  height: 13%;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 40px;
  padding-bottom: 80px;
  padding-left: 0px;
  background-color: #d30029;
  background-image: url('../images/testimony-bg.png'), -webkit-gradient(linear, left top, left bottom, from(#7b1232), to(#7b1232));
  background-image: url('../images/testimony-bg.png'), linear-gradient(180deg, #7b1232, #7b1232);
  background-size: cover, auto;
}

.service-body.contact {
  background-color: #7ec4bd;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d30029), to(#d30029)), url('../images/footer-bg.jpg');
  background-image: linear-gradient(180deg, #d30029, #d30029), url('../images/footer-bg.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
  font-family: Vollkorn, serif;
}

.service-body.footer {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #000;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#000), to(#000));
  background-image: linear-gradient(180deg, #000, #000);
}

.grey-icon-wrapper {
  margin-bottom: 38px;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #fff;
}

.big-icon {
  padding-bottom: 0px;
}

.project-wrapper {
  position: relative;
  bottom: 0px;
  display: block;
  -webkit-transition: bottom 300ms ease;
  transition: bottom 300ms ease;
  color: #333;
  text-decoration: none;
}

.project-wrapper:hover {
  bottom: 8px;
}

.team-image {
  margin-bottom: 21px;
  border-radius: 100%;
}

.role {
  margin-bottom: 16px;
  font-family: Vollkorn, serif;
  font-size: 17px;
  font-style: italic;
}

.social-link {
  width: 29px;
  height: 29px;
  margin: 3px;
  padding-top: 5px;
  padding-left: 1px;
  border-radius: 100%;
  background-color: #f5f5f5;
  box-shadow: inset 0 0 0 1px transparent;
  -webkit-transition: box-shadow 300ms ease;
  transition: box-shadow 300ms ease;
}

.social-link:hover {
  box-shadow: inset 0 0 0 2px #7ec4bd;
}

.team-title {
  margin-bottom: 7px;
}

.testimonial-slider {
  height: auto;
  background-color: transparent;
}

.quote-icon {
  margin-bottom: 37px;
}

.arrow {
  width: 40px;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  color: #e3e3e3;
  font-size: 30px;
}

.arrow:hover {
  color: #333;
}

.testimonial-slide {
  width: 50%;
  padding: 30px 34px 29px;
  text-align: center;
}

.testimonial-slide.left-border {
  border-left: 2px solid rgba(0, 0, 0, 0.04);
}

.mask {
  display: block;
  width: 95%;
  margin-right: auto;
  margin-left: auto;
}

.team-row {
  margin-bottom: 20px;
}

.testimonial {
  margin-bottom: 22px;
  font-size: 26px;
  line-height: 33px;
}

.from {
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  color: #ababab;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
}

.icon-wrapper {
  height: 95px;
  margin-bottom: 10px;
  padding-top: 13px;
}

.icon-wrapper._2 {
  padding-top: 20px;
}

.footer-logo {
  margin-bottom: 15px;
  opacity: 0.4;
}

.contact-text {
  font-family: Montserrat, sans-serif;
  color: #212121;
  font-size: 17px;
}

.link {
  color: #1c1c1c;
}

.social-wrapper {
  display: block;
  margin-bottom: 11px;
  margin-left: 33%;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
  text-align: left;
  text-decoration: none;
}

.social-wrapper:hover {
  opacity: 0.43;
}

.footer-text {
  font-family: Montserrat, sans-serif;
  color: hsla(0, 0%, 100%, 0.4);
  font-size: 20px;
}

.social-link-text {
  display: inline-block;
  font-family: Montserrat, sans-serif;
}

.social-icon {
  margin-top: -6px;
  margin-right: 9px;
}

.field {
  height: 57px;
  margin-bottom: 0px;
  padding-top: 17px;
  padding-bottom: 17px;
  border: 0px solid #000;
  background-color: hsla(0, 0%, 100%, 0.2);
  box-shadow: inset 3px 0 0 0 transparent;
  color: #7ec4bd;
  font-size: 18px;
  font-style: italic;
}

.field:focus {
  box-shadow: inset 3px 0 0 0 #7ec4bd;
}

.field.large {
  height: 127px;
}

.field.darker {
  background-color: hsla(0, 0%, 100%, 0.18);
  -webkit-transition: box-shadow 300ms ease;
  transition: box-shadow 300ms ease;
}

.form-wrapper {
  padding-right: 20%;
  padding-left: 20%;
}

.success-message {
  padding-top: 82px;
  padding-bottom: 82px;
  border-style: solid;
  border-width: 1px 1px 2px;
  border-color: #7ec4bd;
  background-color: transparent;
  color: #7ec4bd;
}

.project-info {
  margin-bottom: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #fff;
}

.project-title {
  margin-bottom: 4px;
  color: #d30029;
  font-size: 20px;
  font-weight: 700;
}

.nav-menu {
  left: 60px;
  top: 0px;
  height: 40%;
  margin-top: auto;
  margin-right: 0px;
  padding-top: 0px;
  padding-right: 82px;
  padding-left: 50px;
  border-radius: 100px 0px 0px;
  background-color: transparent;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 500;
}

.grow-row {
  margin-bottom: 42px;
}

.screenshot {
  margin-bottom: 43px;
}

.face {
  margin-bottom: 10px;
  border-radius: 100%;
}

.container {
  margin-top: 0px;
  padding-top: 0px;
}

.heading {
  position: relative;
  left: -55px;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: -34px;
  padding-top: 88px;
  color: #000;
  font-size: 30px;
  font-weight: 700;
  text-align: left;
  text-transform: none;
}

.heading-2 {
  padding-top: 8px;
  padding-right: 0px;
  padding-left: 0px;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 20px;
  line-height: 30px;
  font-weight: 300;
  text-align: left;
  text-transform: none;
}

.heading-3 {
  position: static;
  left: -31px;
  display: inline;
  margin-top: auto;
  margin-bottom: auto;
  margin-left: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 30px;
  font-weight: 700;
  text-align: left;
  text-transform: capitalize;
}

.heading-3.clients {
  left: -5px;
  margin-left: -89px;
  padding-top: 36px;
  padding-bottom: 0px;
  padding-left: 0px;
  color: #fff;
  text-align: left;
}

.image {
  max-width: 150%;
  margin-top: 31px;
  margin-right: 0px;
  margin-left: -163px;
  padding-top: 0px;
  padding-right: 0px;
  padding-left: 0px;
  float: left;
}

.column {
  margin-top: 0px;
  padding-right: 0px;
  padding-left: 0px;
}

.container-2 {
  padding-top: 100px;
  padding-right: 59px;
  padding-left: 0px;
}

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

.heading-4 {
  position: relative;
  left: -49px;
  width: 225.75px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 0px;
  border-radius: 10px;
  color: #f5f5f5;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  text-transform: none;
}

.paragraph {
  padding-left: 10px;
  font-family: Montserrat, sans-serif;
  color: #f5f5f5;
  text-align: left;
}

.paragraph-2 {
  padding-left: 10px;
  font-family: Montserrat, sans-serif;
  color: #f5f5f5;
  text-align: left;
}

.heading-5 {
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 10px;
  color: #f5f5f5;
  font-size: 20px;
  font-weight: 700;
  text-align: left;
  text-transform: none;
}

.heading-6 {
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 10px;
  color: #f5f5f5;
  font-size: 20px;
  font-weight: 700;
  text-align: left;
  text-transform: none;
}

.paragraph-3 {
  padding-left: 10px;
  font-family: Montserrat, sans-serif;
  color: #f5f5f5;
  text-align: left;
}

.heading-7 {
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 20px;
  font-weight: 600;
  text-transform: capitalize;
}

.text-block {
  font-family: Montserrat, sans-serif;
  font-size: 12px;
}

.text-block-2 {
  font-family: Montserrat, sans-serif;
  font-size: 12px;
}

.text-block-3 {
  font-family: Montserrat, sans-serif;
  font-size: 12px;
}

.heading-8 {
  color: #000;
  font-size: 40px;
  font-weight: 400;
}

.heading-9 {
  color: #fff;
}

.heading-10 {
  color: #fff;
}

.heading-11 {
  color: #fff;
}

.heading-12 {
  color: #fff;
  font-size: 40px;
}

.columns {
  height: 600px;
  padding-bottom: 0px;
  background-color: #fff;
}

.container-3 {
  margin-right: 40px;
  margin-left: 43px;
  padding-top: 0px;
}

.nav-link-2 {
  margin-top: 30px;
  margin-left: 34px;
  padding: 0px;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 30px;
  font-weight: 700;
}

.address {
  position: relative;
  margin-top: -60px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 80px;
  background-color: #fff;
  text-align: center;
}

.heading-13 {
  margin-top: 130px;
  padding-top: 50px;
  padding-bottom: 50px;
  font-family: Montserrat, sans-serif;
  color: #f5f5f5;
  font-size: 40px;
  font-weight: 400;
}

.heading-14 {
  padding-bottom: 22px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 25px;
  font-weight: 400;
}

.text-span {
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 15px;
  font-weight: 400;
  text-decoration: underline;
}

.columns-2 {
  padding-bottom: 0px;
}

.paragraph-4 {
  margin-bottom: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 15px;
  font-weight: 700;
}

.link-2 {
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 15px;
}

.link-3 {
  color: #000;
  font-size: 20px;
}

.paragraph-5 {
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 15px;
}

.link-4 {
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 400;
}

.paragraph-6 {
  margin-bottom: 0px;
}

.image-2 {
  margin-right: 16px;
  padding-right: 0px;
  cursor: pointer;
}

.image-3 {
  margin-right: 16px;
  cursor: pointer;
}

.image-4 {
  margin-right: 16px;
  cursor: pointer;
}

.container-4 {
  padding-top: 0px;
}

.container-5 {
  margin-top: 20px;
  margin-bottom: 62px;
  padding-top: 0px;
}

.image-5 {
  cursor: pointer;
}

.video-header {
  width: 100%;
  height: 100%;
  margin-top: -109px;
  padding-top: 87px;
  padding-bottom: 350px;
  background-image: none;
  background-position: 0px 0px;
  background-size: auto;
}

.container-6 {
  margin-top: 50px;
  padding-left: 2px;
}

.heading-15 {
  margin-left: 0px;
  padding-top: 22px;
  font-family: Montserrat, sans-serif;
  color: #f5f5f5;
  font-size: 50px;
  font-weight: 700;
}

.head2 {
  margin-top: 0px;
  margin-left: 0px;
  padding-top: 10px;
  padding-bottom: 15px;
  font-family: Montserrat, sans-serif;
  color: #ffcb2d;
  font-size: 50px;
}

.text-span-2 {
  color: #7b1232;
}

.bold-text {
  line-height: 30px;
  font-weight: 500;
  text-align: left;
}

.column-6 {
  height: 100%;
  padding-bottom: 0px;
  background-image: url('../images/tree.png');
  background-position: 100% 100%;
  background-size: contain;
  background-repeat: repeat-x;
  background-attachment: scroll;
  line-height: 100%;
}

.image-6 {
  position: static;
  left: auto;
  top: auto;
  margin-top: -50px;
  margin-bottom: 0px;
  margin-left: 135px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
}

.individual {
  height: 70px;
  margin-top: 20px;
  margin-bottom: 0px;
  padding-bottom: 0px;
  border-style: solid;
  border-width: 3px;
  border-color: #7b1232;
  border-radius: 0px;
  background-color: #7b1232;
}

.individual.team {
  height: 70px;
  border-color: transparent;
  border-radius: 0px;
  background-color: #cdaf63;
}

.individual.organization {
  height: 70px;
  border-color: transparent;
  border-radius: 0px;
  background-color: #80bfd6;
}

.list-item {
  font-family: Montserrat, sans-serif;
  color: #ffcb2d;
  font-size: 15px;
  text-align: left;
}

.list-item-2 {
  font-family: Montserrat, sans-serif;
  color: #ffcb2d;
  font-size: 15px;
  text-align: left;
}

.text-span-3 {
  color: #fff;
}

.text-span-4 {
  color: #fff;
}

.team {
  height: 250px;
  margin-top: 20px;
  border-style: solid;
  border-width: 3px;
  border-color: #7b1232;
  border-radius: 5px;
  background-color: #7b1232;
}

.organization {
  height: 250px;
  margin-top: 20px;
  border-style: solid;
  border-width: 3px;
  border-color: #7b1232;
  border-radius: 5px;
  background-color: #7b1232;
}

.paragraph-7 {
  position: relative;
  margin-top: -276px;
  padding: 30px;
  border: 1px solid #f5f5f5;
  border-radius: 5px;
  background-color: #f5f5f5;
  font-family: Montserrat, sans-serif;
  color: #000;
  text-align: left;
}

.text-span-5 {
  color: #7b1232;
}

.columns-3 {
  margin-top: 40px;
}

.paragraph-8 {
  padding-top: 0px;
  padding-right: 40px;
  padding-left: 0px;
  font-family: Montserrat, sans-serif;
  color: #f5f5f5;
  font-weight: 400;
  text-align: left;
}

.slide {
  margin-top: 20px;
  margin-bottom: 20px;
  border-radius: 5px;
  color: #000;
}

.text-span-6 {
  color: #000;
}

.heading-16 {
  margin-top: 60px;
  padding-right: 20px;
  padding-bottom: 0px;
  padding-left: 0px;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 40px;
  text-align: left;
}

.paragraph-9 {
  padding-top: 0px;
  padding-right: 20px;
  padding-left: 10px;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 20px;
  text-align: left;
}

.paragraph-10 {
  position: relative;
  top: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 20px;
  padding-right: 0px;
  padding-left: 35px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 13px;
  font-weight: 300;
  text-align: left;
}

.column-7 {
  padding-right: 0px;
}

.form-2 {
  padding-top: 30px;
  padding-right: 20px;
  padding-left: 10px;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 15px;
  text-align: left;
}

.text-field {
  padding-left: 0px;
  border-style: none none solid;
  border-width: 1px 1px 2px;
  border-color: #000;
  font-size: 13px;
  font-weight: 300;
}

.text-field:focus {
  box-shadow: 0 3px 0 0 #7b1232;
}

.field-label {
  padding-top: 10px;
  font-weight: 400;
}

.field-label-2 {
  padding-top: 10px;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}

.html-embed {
  margin-top: 0px;
  padding-top: 15px;
  padding-right: 5px;
  padding-left: 5px;
  border-style: solid;
  border-width: 3px;
  border-color: #d9dadb;
}

.submit-button {
  padding-right: 40px;
  padding-left: 40px;
  border: 2px solid #000;
  background-color: transparent;
  color: #000;
  font-weight: 400;
}

.column-8 {
  padding-right: 0px;
  padding-left: 0px;
}

.column-8.tablet {
  margin-top: 29px;
}

.field-label-3 {
  padding-top: 10px;
  font-weight: 400;
}

.field-label-4 {
  padding-top: 10px;
  font-weight: 400;
}

.text-field-2 {
  padding-left: 0px;
  border-style: none none solid;
  border-width: 3px 3px 2px;
  border-color: #000;
  font-size: 13px;
  font-weight: 300;
}

.text-field-3 {
  padding-left: 0px;
  border-style: none none solid;
  border-width: 1px 1px 2px;
  border-color: #000;
  font-size: 13px;
  font-weight: 300;
  text-align: left;
}

.button-2 {
  width: 120px;
  margin-left: 0px;
  border-style: solid;
  border-width: 2px;
  border-color: #fff;
  background-color: transparent;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
}

.image-7 {
  margin: 0px 0px 7px -17px;
  padding-top: 0px;
  padding-right: 0px;
  padding-left: 0px;
}

.link-block {
  margin-top: 3px;
  padding-top: 0px;
}

.column-9 {
  padding-left: 60px;
}

.column-10 {
  padding-left: 0px;
}

.column-11 {
  margin-top: 0px;
}

.column-12 {
  margin-top: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-left: 0px;
}

.image-8 {
  position: static;
  display: inline-block;
  margin-bottom: 23px;
  padding-top: 0px;
}

.description {
  left: -1px;
  top: 91px;
  right: 0px;
  margin-top: 0px;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  border-bottom-right-radius: 80px;
  background-color: #fff;
  cursor: pointer;
}

.column-14 {
  position: relative;
  left: -31px;
  top: 86px;
  padding-right: 0px;
  padding-left: 0px;
}

.background-video {
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-filter: none;
  filter: none;
  cursor: pointer;
}

.background-video:hover {
  -webkit-filter: none;
  filter: none;
}

.section-2 {
  padding-top: 60px;
  padding-bottom: 0px;
  padding-left: 40px;
  background-color: rgba(255, 255, 255, 0.91);
  background-image: none;
  -webkit-filter: none;
  filter: none;
}

.container-7 {
  margin-top: -54px;
}

.slider {
  width: 100%;
  height: 150px;
  background-color: transparent;
}

.div-block {
  position: relative;
  width: 2px;
  height: 90px;
  margin-top: 0px;
  padding-top: 0px;
  border-style: solid;
  border-width: 2px 0px 2px 2px;
  border-color: #fff;
}

.column-15 {
  padding-right: 0px;
  padding-left: 65px;
}

.lottie-animation {
  margin-top: -62px;
  padding-top: 0px;
}

.image-9 {
  margin-top: -21px;
  margin-left: 194px;
  padding-right: 0px;
  padding-left: 24px;
}

.slide-nav {
  padding-top: 20px;
  padding-bottom: 0px;
}

.paragraph-11 {
  padding-top: 25px;
  font-family: Montserrat, sans-serif;
  color: #fff;
}

.paragraph-12 {
  padding-top: 14px;
  font-family: Montserrat, sans-serif;
  color: #fff;
}

.section-3 {
  position: relative;
  display: block;
  height: 3px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d9dadb), to(#d9dadb));
  background-image: linear-gradient(180deg, #d9dadb, #d9dadb);
}

.container-8 {
  height: 1px;
  margin-top: 0px;
  margin-bottom: 59px;
  background-color: #7b1232;
}

.image-10 {
  display: inline-block;
  max-width: 100%;
  margin-left: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.column-16 {
  padding-top: 50px;
}

.image-11 {
  position: relative;
  left: 130px;
  margin-top: -32px;
  margin-left: 0px;
  padding-left: 0px;
}

.image-12 {
  margin-left: -10px;
  padding-top: 51px;
}

.paragraph-13 {
  margin-bottom: 0px;
  padding-bottom: 25px;
  font-family: Montserrat, sans-serif;
  color: #7b1232;
  text-align: left;
}

.team-col {
  padding-right: 0px;
  padding-left: 0px;
  background-color: #7b1232;
}

.image-13 {
  position: static;
  padding-top: 4px;
  padding-left: 31px;
  -webkit-filter: hue-rotate(312deg);
  filter: hue-rotate(312deg);
  cursor: pointer;
}

.image-13:hover {
  -webkit-filter: none;
  filter: none;
}

.div-block-2 {
  border-bottom-right-radius: 50px;
  background-color: #fff;
}

.paragraph-14 {
  padding: 10px 20px 0px 5px;
  font-family: Montserrat, sans-serif;
  color: #7b1232;
  font-size: 12px;
  text-align: left;
}

.list-item-3 {
  color: #7b1232;
  font-size: 12px;
  text-align: left;
}

.list-item-4 {
  padding-bottom: 10px;
  color: #7b1232;
  font-size: 12px;
  text-align: left;
}

.columns-5 {
  margin-top: 66px;
}

.text-span-7 {
  color: #7b1232;
}

.text-span-8 {
  color: #7b1232;
}

.section-4 {
  height: auto;
  min-height: auto;
  margin-bottom: 0px;
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #7b1232;
}

.columns-6 {
  padding-top: 0px;
}

.image-14 {
  padding-top: 20px;
  color: #f5f5f5;
}

.paragraph-15 {
  position: relative;
  top: auto;
  padding-top: 0px;
  padding-left: 7px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 13px;
  font-weight: 300;
  text-align: left;
}

.columns-7 {
  padding-top: 0px;
}

.heading-17 {
  margin-top: 0px;
  padding-top: 20px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-weight: 300;
}

.image-15 {
  margin-left: 0px;
}

.image-16 {
  margin-left: 0px;
}

.column-18 {
  left: -35px;
}

.column-19 {
  left: -70px;
}

.column-20 {
  left: -105px;
}

.image-17 {
  padding-bottom: 15px;
}

.heading-18 {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: -16px;
  padding-top: 44px;
  padding-right: 0px;
  padding-left: 0px;
  font-size: 30px;
}

.columns-8 {
  padding-bottom: 0px;
}

.column-21 {
  border-right: 0px solid #fff;
}

.column-22 {
  position: relative;
  margin-bottom: 20px;
}

.column-23 {
  padding-left: 30px;
}

.column-24 {
  border: 3px solid transparent;
}

.image-18 {
  border: 1px solid #f5f5f5;
  border-radius: 100%;
}

.image-19 {
  position: relative;
  left: -44px;
  top: -30px;
}

.slide-2 {
  height: 270px;
  border: 2px solid transparent;
  background-color: transparent;
  font-weight: 300;
}

.slide-2._2 {
  height: 250px;
}

.image-20 {
  position: relative;
  left: -16px;
  top: 269px;
}

.icon-2 {
  margin-top: 150px;
  margin-left: 24px;
  padding-top: 0px;
  border-radius: 20px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
  background-image: linear-gradient(180deg, transparent, transparent);
  color: #7b1232;
  font-size: 14px;
  font-weight: 100;
}

.arrow-bg {
  position: relative;
  top: -1px;
  width: 30px;
  height: 30px;
  margin: 96px 20px 94px 26px;
  padding-top: 7px;
  border-radius: 20px;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: linear-gradient(180deg, #fff, #fff);
  color: #7b1232;
  font-size: 14px;
}

.image-21 {
  position: relative;
  left: 220px;
  top: 19px;
  border: 1px solid #f5f5f5;
  border-radius: 100%;
}

.slide-nav-2 {
  display: none;
  color: transparent;
}

.paragraph-16-1 {
  padding-top: 92px;
  padding-right: 107px;
  padding-left: 95px;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  text-align: left;
}

.right-arrow {
  height: 80%;
  margin-top: 0px;
  margin-right: 0px;
  margin-left: 0px;
  border-right: 1px none #7b1232;
  border-left: 2px solid #7b1232;
  background-color: transparent;
}

.slider-2 {
  background-color: transparent;
}

.image-22 {
  position: relative;
  left: 51px;
  overflow: visible;
}

.image-23 {
  position: relative;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  margin-top: 12px;
  margin-right: 16px;
  padding-right: 0px;
  padding-left: 15px;
}

.column-25 {
  background-color: transparent;
  color: transparent;
}

.service {
  position: relative;
  margin-top: 30px;
  padding-top: 0px;
}

.navbar-2 {
  position: fixed;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 9999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 5vw;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  border: 0px none #000;
  background-color: transparent;
}

.dot-wraper {
  margin-top: 170px;
  margin-right: 20px;
  cursor: pointer;
}

.vertical-nav {
  left: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 10px;
  height: 1px;
  max-height: 2px;
  max-width: 2px;
  margin-top: 18px;
  margin-right: 7px;
  padding: 5px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-flex-wrap: wrap-reverse;
  -ms-flex-wrap: wrap-reverse;
  flex-wrap: wrap-reverse;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: flex-end;
  -ms-flex-line-pack: end;
  align-content: flex-end;
  border-style: solid;
  border-width: 1px;
  border-color: #7b1232;
  border-radius: 100%;
  background-color: #7b1232;
  cursor: pointer;
}

.vertical-nav:hover {
  border-color: #ffcb2d;
  background-color: #ffcb2d;
}

.vertical-nav:active {
  border-color: #7b1232;
  background-color: #ffcb2d;
}

.vertical-nav:visited {
  border-color: #ffcb2d;
  background-color: #ffcb2d;
}

.container-9 {
  border: 0px solid transparent;
}

.nav-link-4 {
  margin-top: 30px;
  margin-left: -10px;
  padding: 5px;
  border-radius: 100%;
  background-color: #7b1232;
}

.nav-link-4.w--current {
  border-radius: 20px;
}

.about {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1px;
  height: 1px;
  max-height: 2px;
  max-width: 2px;
  margin-top: 12px;
  margin-right: 7px;
  padding: 5px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  border-style: solid;
  border-width: 1px;
  border-color: #7b1232;
  border-radius: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#7b1232), to(#7b1232));
  background-image: linear-gradient(180deg, #7b1232, #7b1232);
}

.services {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1px;
  height: 1px;
  max-height: 2px;
  max-width: 2px;
  margin-top: 12px;
  margin-right: 7px;
  padding: 5px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  border-style: solid;
  border-width: 1px;
  border-color: #7b1232;
  border-radius: 100%;
  background-color: #7b1232;
}

.testimonial {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 12px;
  margin-right: 7px;
  margin-bottom: 0px;
  padding: 5px;
  border-style: solid;
  border-width: 1px;
  border-color: #7b1232;
  border-radius: 100%;
  background-color: #7b1232;
}

.contact {
  margin-top: 12px;
  margin-right: 7px;
  padding: 5px;
  border-style: solid;
  border-width: 1px;
  border-color: #7b1232;
  border-radius: 100%;
  background-color: #7b1232;
}

.horizontal-menu {
  top: 1px;
  margin-left: 0px;
  padding: 10px 30px;
  color: #7b1232;
  font-size: 13px;
  font-weight: 400;
}

.mask-2 {
  border-left: 0px none #000;
}

.image-24 {
  display: block;
  margin-left: 20px;
  padding-left: 0px;
}

.column-26 {
  padding-top: 0px;
}

.image-25 {
  margin-top: 8px;
  margin-left: -15px;
  padding-top: 0px;
}

.left-arrow {
  height: 80%;
  margin-top: 30px;
  margin-left: -13px;
  padding-left: 0px;
  border-style: none solid none none;
  border-width: 1px 2px 1px 1px;
  border-color: #7b1232;
}

.div-block-3 {
  width: 68%;
  margin-left: 102px;
  padding-left: 0px;
  border-style: solid;
  border-width: 1px;
  border-color: #7b1232;
}

.div-block-4 {
  border-right: 1px solid #7b1232;
}

.div-block-5 {
  width: 68%;
  margin-top: -32px;
  margin-left: 66px;
  border-top: 2px solid #7b1232;
}

.arrow-bg-copy {
  position: relative;
  top: 51px;
  width: 30px;
  height: 30px;
  margin-top: 72px;
  margin-bottom: 94px;
  margin-left: 20px;
  padding-top: 7px;
  border-radius: 20px;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: linear-gradient(180deg, #fff, #fff);
  color: #7b1232;
  font-size: 14px;
}

.image-26 {
  position: relative;
  left: 100px;
  top: -9px;
}

.image-27 {
  position: relative;
  left: -326px;
  top: 254px;
}

.columns-9 {
  margin-top: 6px;
}

.button-3 {
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.paragraph-17 {
  position: relative;
  left: -39px;
  top: 298px;
  display: block;
  margin-bottom: 6px;
  margin-left: -8px;
  padding: 0px 10px 1px 6px;
  float: left;
  border-style: solid;
  border-width: 1px;
  border-color: #7b1232;
  border-radius: 8px;
  background-color: #7b1232;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 12px;
}

.column-27 {
  position: static;
}

.columns-10 {
  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-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.heading-19 {
  margin-top: 20px;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  text-transform: capitalize;
}

.image-28 {
  position: relative;
  left: 107px;
  top: -32px;
}

.image-29 {
  position: relative;
  left: 105px;
  top: -38px;
}

.image-30 {
  position: relative;
  left: 31px;
  top: -26px;
}

.navbar-3 {
  position: fixed;
  left: auto;
  top: 35%;
  right: 0%;
  bottom: 0%;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 128px;
  margin-top: 0px;
  margin-right: 17px;
  padding-top: 0px;
  padding-bottom: 120px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-color: transparent;
}

.nav-menu-2 {
  position: fixed;
}

.menu-link-1 {
  position: relative;
  left: 7px;
  width: auto;
  margin-top: 1px;
  margin-left: -16px;
  padding: 6px 10px 5px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 3px;
  background-color: #7b1232;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  text-decoration: none;
}

.side-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-left: 6px;
}

.dots {
  position: static;
  display: block;
  width: 8px;
  height: 8px;
  max-height: 1px;
  max-width: 1px;
  margin-top: 8px;
  margin-left: 13px;
  padding: 5px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-style: solid;
  border-width: 1px;
  border-color: #7b1232;
  border-radius: 20px;
  background-color: #7b1232;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  font-size: 2px;
  line-height: 1px;
}

.dots:hover {
  background-color: #7b1232;
}

.dots:active {
  background-color: #7b1232;
}

.dots:focus {
  background-color: #7b1232;
}

.dots:visited {
  border-color: #7b1232;
  background-color: #7b1232;
}

.dots.w--current {
  background-color: #7b1232;
}

.dots.w--current:visited {
  background-color: #7b1232;
}

.dots.current {
  border-color: #7b1232;
  background-color: #7b1232;
}

.column-31 {
  left: 81px;
  top: -6px;
  background-color: #cdaf63;
}

.column-32 {
  left: 75px;
  top: -12px;
  background-color: #80bfd6;
}

.div-block-7 {
  width: 350px;
  height: auto;
  padding-left: 10px;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  border-radius: 0px 0px 80px;
  background-color: #fff;
}

.service-description {
  margin-bottom: 0px;
  padding: 10px 10px 0px;
  font-family: Montserrat, sans-serif;
  color: #7b1232;
  font-size: 12px;
  text-align: left;
}

.service-name {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  text-transform: capitalize;
}

.div-block-8 {
  width: 120px;
  background-color: #7b1232;
}

.column-33 {
  top: 1px;
  margin-top: 0px;
  padding-left: 10px;
}

.div-block-9 {
  width: 350px;
  height: auto;
  padding-right: 10px;
  padding-left: 10px;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  border-bottom-right-radius: 80px;
  background-color: #fff;
}

.div-block-10 {
  width: 120px;
  background-color: #cdaf63;
}

.div-block-11 {
  width: 350px;
  height: auto;
  padding-right: 10px;
  padding-left: 10px;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  border-bottom-right-radius: 80px;
  background-color: #fff;
}

.div-block-12 {
  width: 120px;
  background-color: #80bfd6;
}

.image-31 {
  position: static;
  left: -32px;
  top: 0px;
}

.column-34 {
  left: -120px;
  top: 76px;
  padding-right: 10px;
  padding-left: 10px;
}

.column-35 {
  top: 76px;
}

.column-36 {
  left: -120px;
  top: 152px;
}

.column-37 {
  top: 152px;
}

.column-38 {
  left: -120px;
  top: 228px;
}

.column-39 {
  left: -140px;
  top: 228px;
}

.column-40 {
  left: -140px;
  top: 152px;
}

.column-41 {
  left: -140px;
  top: 76px;
}

.list-item-5 {
  color: #7b1232;
  font-size: 12px;
  text-align: left;
}

.list-item-6 {
  color: #7b1232;
  font-size: 12px;
  text-align: left;
}

.list-item-7 {
  color: #7b1232;
  font-size: 12px;
  text-align: left;
}

.list-item-8 {
  text-align: left;
}

.list-item-9 {
  text-align: left;
}

.list-3 {
  color: #7b1232;
  font-size: 12px;
  text-align: left;
}

.div-block-13 {
  height: 1px;
  margin-top: 14px;
  border-style: solid;
  border-width: 1px;
  border-color: #7b1232;
  background-color: #7b1232;
}

.column-45 {
  display: block;
}

.link-block-3 {
  margin-left: 32px;
  padding-top: 6px;
}

.column-46 {
  position: static;
}

.container-10 {
  margin-top: auto;
  padding-top: 40px;
}

.section-heading {
  position: relative;
  left: 4px;
  right: 0px;
  display: block;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 30px;
  border: 1px solid transparent;
  font-family: Montserrat, sans-serif;
  color: #000;
  text-align: left;
}

.text-span-10 {
  color: #7b1232;
}

.image-34 {
  position: relative;
  left: 80px;
  display: inline-block;
  padding-right: 0px;
}

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

.column-48 {
  display: none;
}

.div-block-14 {
  display: block;
  justify-items: stretch;
  grid-auto-flow: row;
  grid-auto-columns: 200%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: minmax(200%, 200%);
  grid-template-columns: minmax(200%, 200%);
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  background-color: #fff;
}

.column-49 {
  left: 44px;
}

.bold-text-2 {
  color: #7b1232;
}

.image-35 {
  position: relative;
  left: -34px;
}

.column-50 {
  top: -56px;
}

.columns-11 {
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-top: 0px;
}

.text-span-11 {
  color: #7b1232;
}

.text-span-12 {
  color: #7b1232;
}

.container-11 {
  margin-bottom: 39px;
  padding-bottom: 0px;
}

.container-12 {
  margin-bottom: 50px;
}

.text-span-13 {
  color: #7b1232;
}

.image-36 {
  position: relative;
  left: 0px;
  right: 0px;
  display: inline-block;
}

.image-37 {
  position: static;
  left: auto;
}

.image-38 {
  position: relative;
  left: 0px;
  display: inline-block;
  text-align: center;
}

.image-39 {
  position: relative;
  left: 0px;
  right: auto;
  display: inline-block;
}

.container-13 {
  display: none;
}

.column-51 {
  left: auto;
}

.column-52 {
  position: relative;
  left: auto;
}

.column-56 {
  padding-right: 0px;
  padding-left: 0px;
}

.column-58 {
  padding-right: 0px;
  padding-left: 0px;
}

.column-59 {
  display: none;
}

.column-60 {
  display: none;
}

.image-40 {
  position: relative;
  left: -21px;
  top: -21px;
  display: inline-block;
}

.column-61 {
  left: auto;
  text-align: center;
}

.text-span-14 {
  color: #7b1232;
}

.columns-15 {
  margin-right: auto;
  margin-left: auto;
}

.columns-16 {
  position: relative;
  left: auto;
}

.columns-17 {
  position: relative;
  left: 20px;
  top: -7px;
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 0px;
  padding-left: 0px;
}

.columns-18 {
  position: relative;
  left: -70px;
}

.heading-20 {
  position: relative;
  left: -161px;
  top: 23px;
  color: #000;
}

.columns-20 {
  display: none;
}

.columns-21 {
  display: none;
}

.column-62 {
  display: block;
}

.grid {
  display: none;
}

.columns-23 {
  display: none;
}

.columns-24 {
  display: none;
}

.columns-25 {
  display: none;
}

.columns-26 {
  display: none;
}

.columns-27 {
  display: none;
}

.columns-28 {
  display: none;
}

.column-75 {
  display: none;
}

.columns-29 {
  display: none;
}

.columns-31 {
  display: none;
}

.column-76 {
  display: none;
}

.slider-3 {
  display: none;
}

.section-heading-copy {
  position: relative;
  left: -15px;
  top: -19px;
  right: 0px;
  display: block;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 30px;
  border: 1px solid transparent;
  font-family: Montserrat, sans-serif;
  color: #000;
  text-align: left;
}

.list-item-10 {
  color: #7b1232;
  text-align: left;
}

.list-item-11 {
  color: #7b1232;
  text-align: left;
}

.list-5 {
  padding-bottom: 54px;
}

.heading-28 {
  display: none;
}

.image-48 {
  display: none;
}

.section-5 {
  padding-top: 200px;
  padding-bottom: 200px;
}

.div-block-24 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: block;
  width: auto;
  height: auto;
  text-align: center;
}

.container-17 {
  position: static;
  min-height: 30%;
  margin-top: -99px;
}

.navbar-4 {
  display: none;
  background-color: transparent;
}

.nav-menu-3 {
  left: 172px;
  top: 187px;
  padding-right: 150px;
  padding-left: 115px;
  border-top-left-radius: 100px;
  background-color: #ddd;
}

.nav-link-5 {
  padding: 10px 30px;
  font-family: Montserrat, sans-serif;
  color: #7b1232;
  font-size: 14px;
}

.nav-link-6 {
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Montserrat, sans-serif;
  color: #7b1232;
}

.nav-link-7 {
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Montserrat, sans-serif;
  color: #7b1232;
}

.nav-link-8 {
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Montserrat, sans-serif;
  color: #7b1232;
}

.brand {
  top: 63px;
  display: none;
}

.html-embed-2 {
  display: none;
}

.image-49 {
  width: 300px;
}

.body {
  margin-top: -1px;
}

.heading-29 {
  display: 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;
  -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;
  text-align: center;
}

.heading-30 {
  margin-top: 0px;
  margin-bottom: 30px;
  color: #7b1232;
}

.div-block-25 {
  font-family: Montserrat, sans-serif;
}

.button-4 {
  position: relative;
  left: 22%;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 50%;
  margin-top: 26px;
  padding-right: 0px;
  padding-left: 0px;
  border-style: solid;
  border-width: 2px;
  border-color: #7b1232;
  background-color: transparent;
  font-family: Montserrat, sans-serif;
  color: #7b1232;
}

.lottie-animation-2 {
  color: #7b1232;
}

.button-5 {
  left: -7.8125px;
}

html.w-mod-js *[data-ix="slide-down"] {
  display: block;
  opacity: 0;
  -webkit-transform: translate(0px, -100px);
  -ms-transform: translate(0px, -100px);
  transform: translate(0px, -100px);
}

html.w-mod-js *[data-ix="slide-down-2"] {
  display: block;
  opacity: 0;
  -webkit-transform: translate(0px, -100px);
  -ms-transform: translate(0px, -100px);
  transform: translate(0px, -100px);
}

html.w-mod-js *[data-ix="slide-down-3"] {
  display: block;
  opacity: 0;
  -webkit-transform: translate(0px, -100px);
  -ms-transform: translate(0px, -100px);
  transform: translate(0px, -100px);
}

html.w-mod-js *[data-ix="slide-down-4"] {
  display: block;
  opacity: 0;
  -webkit-transform: translate(0px, -100px);
  -ms-transform: translate(0px, -100px);
  transform: translate(0px, -100px);
}

html.w-mod-js *[data-ix="service"] {
  opacity: 0.22;
}

html.w-mod-js *[data-ix="move-right-on-load"] {
  opacity: 0;
  -webkit-transform: translate(15px, 0px);
  -ms-transform: translate(15px, 0px);
  transform: translate(15px, 0px);
}

html.w-mod-js *[data-ix="description"] {
  opacity: 0;
  -webkit-transform: translate(0px, -130px);
  -ms-transform: translate(0px, -130px);
  transform: translate(0px, -130px);
}

html.w-mod-js *[data-ix="description-3"] {
  opacity: 0;
  -webkit-transform: translate(0px, -130px);
  -ms-transform: translate(0px, -130px);
  transform: translate(0px, -130px);
}

html.w-mod-js *[data-ix="description-2"] {
  opacity: 0;
  -webkit-transform: translate(0px, -130px);
  -ms-transform: translate(0px, -130px);
  transform: translate(0px, -130px);
}

@media (max-width: 991px) {
  .navbar {
    height: 150px;
    margin-top: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .nav-link {
    margin: 0px auto;
    padding-top: 15px;
    padding-bottom: 16px;
    color: #fff;
    font-size: 20px;
    text-align: center;
  }
  .nav-link:hover {
    border-bottom-color: transparent;
  }
  .nav-link.w--current {
    margin-top: 0px;
  }
  .nav-link.current:hover {
    border-style: none;
    border-color: #000;
  }
  .logo-img {
    top: 0px;
    width: 100%;
    height: 137%;
    margin-top: 0px;
    margin-left: 0px;
  }
  .main-heading {
    font-size: 38px;
    line-height: 44px;
  }
  .about-section {
    padding-bottom: 0px;
    padding-left: 0px;
  }
  .service-body {
    margin-bottom: 0px;
    padding-top: 50px;
    padding-bottom: 254px;
  }
  .service-body.grey {
    padding-top: 0px;
  }
  .project-wrapper:hover {
    -webkit-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }
  .social-wrapper {
    margin-left: 30%;
  }
  .menu-button {
    position: relative;
    left: -12px;
    top: 0%;
    right: 0%;
    bottom: auto;
    z-index: 999;
    display: none;
    margin-top: 7px;
    padding: 10px;
    background-color: transparent;
    color: #7b1232;
    font-size: 32px;
  }
  .menu-button.w--open {
    position: -webkit-sticky;
    position: sticky;
    z-index: 99;
    background-color: transparent;
    color: #7ec4bd;
  }
  .nav-menu {
    left: auto;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: none;
    width: 5%;
    margin-top: 0px;
    margin-right: 0px;
    padding-top: 20px;
    padding-bottom: 40px;
    border-radius: 0px 0px 0px 80px;
    background-color: #7b1232;
  }
  .heading {
    left: -6px;
    bottom: 0px;
    margin-left: -30px;
    padding-top: 94px;
    font-size: 30px;
  }
  .heading-2 {
    margin-top: 0px;
    padding-top: 0px;
  }
  .heading-3 {
    padding-top: 40px;
    padding-left: 19px;
    font-size: 30px;
  }
  .heading-3.clients {
    left: 7px;
    margin-left: -37px;
    padding-top: 62px;
    padding-bottom: 20px;
    padding-left: 0px;
  }
  .image {
    position: static;
    margin-left: 0px;
    padding-top: 0px;
    padding-left: 0px;
    float: none;
  }
  .container-2 {
    padding-top: 31px;
    padding-right: 20px;
  }
  .heading-4 {
    position: relative;
    top: -8px;
    height: 50px;
    margin-top: 10px;
  }
  .container-3 {
    margin-top: 0px;
  }
  .icon {
    position: relative;
    left: 4px;
    display: none;
    margin-top: 47px;
    margin-right: 20px;
    padding-top: 8px;
    padding-left: 0px;
    color: #7b1232;
  }
  .address {
    padding-right: 60px;
    padding-left: 60px;
  }
  .video-bg {
    padding-left: 60px;
  }
  .container-6 {
    padding-top: 5px;
    padding-left: 20px;
  }
  .head2 {
    padding-top: 18px;
  }
  .image-6 {
    margin-left: 43px;
    padding-top: 28px;
  }
  .image-6.phone-holizontal {
    margin-top: 8px;
  }
  .individual {
    position: relative;
    left: -32px;
    height: 50px;
  }
  .individual.team {
    background-color: #cdaf63;
  }
  .individual.organization {
    position: relative;
    left: -15px;
    top: -57px;
    width: 150px;
    height: 50px;
    margin-top: 36px;
    background-color: #80bfd6;
  }
  .team {
    height: 320px;
  }
  .organization {
    height: 320px;
  }
  .paragraph-8 {
    padding-right: 10px;
  }
  .heading-16 {
    margin-top: 22px;
    font-size: 30px;
  }
  .paragraph-10 {
    padding-top: 0px;
  }
  .description {
    left: -55px;
    top: 86px;
    padding-right: 5px;
    padding-left: 5px;
    border-style: none;
    background-color: transparent;
  }
  .section-2 {
    padding-top: 124px;
    padding-bottom: 0px;
  }
  .column-15 {
    padding-left: 0px;
  }
  .image-9 {
    margin-left: 0px;
  }
  .slide-nav {
    padding-top: 40px;
  }
  .paragraph-11 {
    padding-top: 14px;
  }
  .paragraph-12 {
    padding-top: 8px;
  }
  .image-10 {
    margin-top: 0px;
  }
  .image-11 {
    left: -106px;
    margin-left: 161px;
  }
  .columns-4 {
    margin-right: 0px;
    margin-left: 0px;
  }
  .image-12 {
    padding-top: 52px;
  }
  .paragraph-13 {
    font-family: Montserrat, sans-serif;
    color: #7b1232;
    text-align: left;
  }
  .image-13 {
    position: relative;
  }
  .paragraph-14 {
    width: 280px;
    padding-top: 5px;
    padding-right: 0px;
    padding-left: 10px;
  }
  .section-4 {
    height: 130px;
  }
  .image-14 {
    padding-top: 0px;
  }
  .image-15 {
    position: relative;
    left: 0px;
  }
  .image-16 {
    position: relative;
    left: 15px;
  }
  .column-18 {
    left: -31px;
  }
  .column-19 {
    left: -33px;
  }
  .column-20 {
    left: -50px;
  }
  .column-21 {
    padding-left: 50px;
  }
  .image-21 {
    left: 188px;
  }
  .paragraph-16-1 {
    margin-left: 32px;
    padding-right: 80px;
    padding-left: 80px;
  }
  .right-arrow {
    left: auto;
    top: -1%;
    right: -12%;
    bottom: 0%;
    margin-bottom: 59px;
  }
  .services {
    max-height: 2px;
    max-width: 2px;
  }
  .horizontal-menu {
    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: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    color: #fff;
  }
  .icon-4 {
    margin-right: 0px;
    padding-right: 0px;
    color: #7b1232;
  }
  .menu-button-2 {
    display: none;
    margin-left: -14px;
    padding-top: 164px;
    padding-left: 0px;
  }
  .image-24 {
    margin-top: 26px;
  }
  .link-block-2 {
    position: relative;
  }
  .div-block-3 {
    position: relative;
    left: 2px;
    top: -1px;
  }
  .image-26 {
    top: -13px;
  }
  .image-27 {
    left: -195px;
    top: 244px;
  }
  .descriptions {
    position: relative;
    left: 57px;
    top: -8px;
    width: 300px;
    border-style: solid;
    border-width: 2px;
    border-color: #fff;
    border-bottom-right-radius: 80px;
    background-color: #fff;
  }
  .list-2 {
    margin-bottom: 0px;
  }
  .div-block-6 {
    position: relative;
    left: 24px;
    top: -41px;
    margin-top: 36px;
    background-color: #cdaf63;
  }
  .heading-19 {
    position: relative;
    top: 3px;
    height: 50px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #f5f5f5;
    font-size: 18px;
    font-weight: 500;
    text-transform: capitalize;
  }
  .image-28 {
    position: relative;
    left: 55px;
    top: -41px;
  }
  .image-29 {
    position: relative;
    left: 54px;
    top: -57px;
  }
  .image-30 {
    position: relative;
    left: -1px;
    top: -16px;
  }
  .ind-text {
    position: relative;
    top: -8px;
    width: 300px;
    border-style: solid;
    border-width: 1px;
    border-color: #fff;
    border-bottom-right-radius: 80px;
    background-color: #fff;
  }
  .org-text {
    position: relative;
    left: 57px;
    top: -55px;
    width: 300px;
    padding-top: 3px;
    padding-bottom: 5px;
    border-bottom-right-radius: 80px;
    background-color: #fff;
  }
  .navbar-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .menu-link-1 {
    padding-right: 10px;
    padding-left: 10px;
    text-decoration: none;
  }
  .div-block-7 {
    width: 350px;
  }
  .service-description {
    padding-top: 0px;
  }
  .div-block-9 {
    width: 350px;
  }
  .div-block-11 {
    width: 350px;
  }
  .column-34 {
    left: -48px;
  }
  .column-35 {
    top: 74px;
  }
  .column-36 {
    left: -48px;
    top: 150px;
  }
  .column-38 {
    left: -47px;
  }
  .column-39 {
    left: -66px;
  }
  .column-40 {
    left: -68px;
    top: 149px;
  }
  .column-41 {
    left: -68px;
  }
  .div-block-13 {
    margin-bottom: 37px;
  }
  .image-32 {
    position: relative;
  }
  .section-heading {
    font-size: 32px;
  }
  .image-34 {
    left: 50px;
  }
  .column-47 {
    left: 0px;
  }
  .column-49 {
    left: 10px;
  }
  .image-35 {
    position: relative;
    left: -50px;
  }
  .column-50 {
    left: -19px;
    top: -21px;
  }
  .columns-11 {
    position: relative;
    bottom: 35px;
  }
  .image-37 {
    display: block;
    margin-top: 0px;
  }
  .container-13 {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-bottom: 0px;
  }
  .column-51 {
    left: 40px;
  }
  .column-52 {
    left: 0px;
  }
  .column-53 {
    bottom: auto;
  }
  .image-40 {
    display: none;
  }
  .div-block-15 {
    position: relative;
    left: 48px;
  }
  .heading-20 {
    position: relative;
    left: -25px;
    top: 30px;
  }
  .columns-19 {
    margin-top: 19px;
  }
  .list-4 {
    margin-bottom: 0px;
  }
  .section-heading-copy {
    display: none;
    font-size: 32px;
  }
  .heading-28 {
    position: relative;
    left: 42px;
    top: 18px;
    display: block;
    font-family: Montserrat, sans-serif;
    color: #000;
  }
  .text-span-19 {
    color: #7b1232;
  }
  .image-48 {
    position: relative;
    left: 29px;
    display: block;
  }
}

@media (max-width: 767px) {
  .header {
    padding-top: 45px;
    padding-bottom: 45px;
  }
  .navbar {
    position: relative;
    height: 1%;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
  }
  .nav-link.current:hover {
    border-style: none;
  }
  .logo-title {
    margin-top: 6px;
  }
  .logo-img {
    left: -5px;
    top: 41px;
    display: inline-block;
    width: 120px;
    height: auto;
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .brand-block {
    top: 64px;
    height: 70%;
  }
  .about-section {
    margin-top: 0px;
    margin-bottom: 30px;
    padding: 0px 20px 30px;
    border: 0px none #000;
    border-radius: 0px;
    background-image: none;
    background-size: auto;
  }
  .about-text {
    padding-right: 0px;
  }
  .x-icon {
    margin-bottom: 21px;
  }
  .service-body {
    position: static;
    margin-top: auto;
    margin-left: 0px;
    padding: 30px 20px 80px;
    float: none;
    clear: none;
  }
  .service-body.grey {
    position: static;
    height: 350px;
    margin-top: 0px;
    margin-bottom: 79px;
    padding-bottom: 0px;
    background-image: url('../images/testimony-bg.png'), -webkit-gradient(linear, left top, left bottom, from(#7b1232), to(#7b1232));
    background-image: url('../images/testimony-bg.png'), linear-gradient(180deg, #7b1232, #7b1232);
    background-position: 0px 0px, 0px 0px;
    background-size: cover, auto;
  }
  .grey-icon-wrapper {
    display: inline-block;
    margin-bottom: 16px;
    padding: 34px 56px;
  }
  .grey-icon-wrapper.push-top {
    margin-top: 30px;
  }
  .big-icon {
    padding-bottom: 20px;
  }
  .testimonial-slide {
    width: 100%;
  }
  .testimonial-slide.left-border {
    border-left-width: 0px;
  }
  .icon-wrapper {
    height: 85px;
  }
  .icon-wrapper._2 {
    margin-top: 37px;
  }
  .social-wrapper {
    margin-left: 0%;
    text-align: center;
  }
  .form-wrapper {
    padding-right: 10%;
    padding-left: 10%;
  }
  .menu-button {
    position: static;
    top: 31px;
    display: none;
    margin-top: 0px;
    margin-left: -8px;
  }
  .nav-menu {
    position: absolute;
    left: 0%;
    top: -347%;
    right: 0%;
    bottom: auto;
    display: none;
    padding-top: 20px;
    padding-bottom: 29px;
    background-color: #f5f5f5;
  }
  .member {
    padding-bottom: 47px;
  }
  .grow-row {
    margin-bottom: 0px;
  }
  .screenshot {
    width: 90%;
  }
  .heading {
    position: relative;
    left: 0px;
    margin-top: 92px;
    margin-left: 0px;
    padding-top: 0px;
    padding-left: 20px;
    color: #fff;
  }
  .heading-2 {
    margin-top: 5px;
    padding-top: 7px;
    font-size: 30px;
    line-height: 4px;
  }
  .heading-3 {
    position: relative;
    left: -181px;
    top: -5px;
    border-top: 1px none #000;
    font-size: 30px;
  }
  .heading-3.clients {
    left: -162px;
    top: 40px;
    margin-left: 0px;
    padding-top: 0px;
    padding-left: 20px;
  }
  .image {
    padding-top: 0px;
  }
  .container-2 {
    position: relative;
    padding-bottom: 0px;
  }
  .heading-4 {
    top: -8px;
  }
  .container-3 {
    padding-top: 0px;
  }
  .icon {
    margin-top: 29px;
    padding-top: 0px;
    color: #7b1232;
  }
  .address {
    top: -83px;
    margin-bottom: 0px;
    padding: 0px;
  }
  .columns-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .container-4 {
    padding-top: 0px;
  }
  .container-5 {
    padding-top: 0px;
  }
  .column-3 {
    position: relative;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    padding-right: 0px;
  }
  .column-4 {
    margin-top: 0px;
    padding-bottom: 50px;
    padding-left: 0px;
  }
  .column-5 {
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .container-6 {
    padding-left: 20px;
  }
  .heading-15 {
    padding-left: 0px;
    font-family: Montserrat, sans-serif;
    font-size: 30px;
    font-weight: 700;
  }
  .head2 {
    margin-top: -5px;
    padding-top: 0px;
    padding-bottom: 10px;
    padding-left: 0px;
    font-size: 30px;
    font-weight: 700;
    text-align: left;
  }
  .bold-text {
    font-size: 20px;
    line-height: 20px;
  }
  .column-6 {
    position: static;
    height: auto;
    clear: none;
  }
  .image-6 {
    margin-left: 51px;
  }
  .image-6.phone-holizontal {
    margin-top: 32px;
    margin-left: 162px;
    padding-left: 0px;
  }
  .individual {
    position: relative;
    left: 46px;
    bottom: -77px;
    width: 200px;
    height: 70px;
  }
  .individual.organization {
    left: 48px;
    top: 29px;
    bottom: -77px;
    width: 200px;
    margin-top: 0px;
  }
  .team {
    height: 420px;
  }
  .organization {
    height: 420px;
  }
  .paragraph-7 {
    padding-right: 20px;
    padding-left: 20px;
  }
  .paragraph-8 {
    display: block;
    margin-left: 0px;
    padding-right: 0px;
  }
  .heading-16 {
    position: relative;
    left: -146px;
    top: 18px;
  }
  .paragraph-9 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .paragraph-10 {
    padding-left: 0px;
  }
  .column-7 {
    margin-top: 0px;
    padding-left: 0px;
  }
  .form-2 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .html-embed {
    margin-top: 67px;
    padding-right: 0px;
  }
  .button-2 {
    margin-left: 0px;
    padding-bottom: 9px;
  }
  .column-10 {
    padding-right: 22px;
    padding-left: 22px;
  }
  .column-11 {
    display: block;
    margin-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .column-12 {
    border-top: 1px none #000;
  }
  .description {
    position: relative;
    left: 0px;
    border-style: none;
    border-right-width: 0px;
    border-right-color: transparent;
    border-bottom-right-radius: 0px;
    background-color: transparent;
  }
  .background-video {
    width: 100%;
    max-width: none;
  }
  .div-block {
    height: 50px;
    margin-left: 0px;
  }
  .column-15 {
    padding-left: 0px;
  }
  .image-9 {
    padding-left: 0px;
  }
  .section-3 {
    top: 0px;
    display: block;
  }
  .container-8 {
    padding-left: 0px;
  }
  .column-16 {
    top: -27px;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .image-11 {
    margin-left: 138px;
  }
  .paragraph-13 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .image-13 {
    width: 431px;
    padding-top: 0px;
  }
  .paragraph-14 {
    padding-right: 20px;
    padding-left: 20px;
  }
  .list-item-3 {
    padding-bottom: 0px;
  }
  .list-item-4 {
    padding-bottom: 0px;
  }
  .section-4 {
    position: relative;
    height: auto;
    margin-top: -82px;
  }
  .columns-6 {
    position: relative;
    top: -28px;
    padding-top: 0px;
  }
  .image-17 {
    position: relative;
    left: 59px;
    top: 65px;
    display: none;
    width: auto;
    padding-bottom: 0px;
  }
  .column-21 {
    padding-left: 10px;
  }
  .column-22 {
    padding-bottom: 20px;
  }
  .slide-2 {
    left: 4px;
  }
  .arrow-bg {
    left: -4px;
    top: -46px;
  }
  .image-21 {
    left: 214px;
  }
  .paragraph-16-1 {
    margin-left: 0px;
    padding-right: 100px;
    padding-left: 100px;
  }
  .right-arrow {
    left: auto;
    top: 0%;
    right: 0%;
    bottom: 0%;
    height: 80%;
  }
  .column-25 {
    display: block;
  }
  .horizontal-menu {
    color: #7b1232;
  }
  .image-24 {
    position: relative;
    left: -73px;
  }
  .image-25 {
    position: relative;
    left: -81px;
  }
  .left-arrow {
    left: 0%;
    top: 0%;
    right: auto;
    bottom: 0%;
  }
  .div-block-3 {
    left: 35px;
    top: 2px;
    display: none;
    width: 65%;
    margin-left: 100px;
  }
  .div-block-5 {
    display: none;
    width: 65%;
  }
  .arrow-bg-copy {
    top: -3px;
  }
  .image-26 {
    position: absolute;
    left: 12%;
    top: 0%;
    right: auto;
    bottom: 0%;
    display: none;
    margin-top: -15px;
    margin-left: -3px;
  }
  .image-27 {
    position: absolute;
    left: auto;
    top: 0%;
    right: 16%;
    bottom: 0%;
    display: none;
    margin-top: -30px;
  }
  .columns-9 {
    margin-top: 0px;
  }
  .column-27 {
    text-align: left;
  }
  .columns-10 {
    position: relative;
  }
  .text-span-9 {
    color: #000;
  }
  .column-28 {
    display: none;
  }
  .list {
    padding-bottom: 20px;
    padding-left: 82px;
  }
  .descriptions {
    position: relative;
    left: 43px;
    top: -4px;
    width: 400px;
    border-right: 3px solid #fff;
    border-radius: 0px 0px 80px;
    background-color: #fff;
  }
  .column-29 {
    margin-top: 0px;
  }
  .list-2 {
    padding-bottom: 20px;
  }
  .column-30 {
    display: none;
  }
  .div-block-6 {
    width: 200px;
    height: 50px;
  }
  .navbar-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 200px;
  }
  .menu-link-1 {
    padding-right: 10px;
    padding-left: 10px;
    text-decoration: none;
  }
  .div-block-7 {
    position: relative;
    left: 175px;
    right: 0px;
    width: 300px;
  }
  .service-description {
    width: 280px;
  }
  .service-name {
    position: relative;
    left: -4px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .div-block-8 {
    position: relative;
    left: 55px;
  }
  .column-33 {
    position: static;
    left: 0px;
    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;
  }
  .div-block-9 {
    position: relative;
    left: 175px;
    right: 0px;
    width: 300px;
  }
  .div-block-10 {
    position: relative;
    left: 55px;
    right: 0px;
  }
  .div-block-11 {
    position: relative;
    left: 175px;
    right: 0px;
    width: 300px;
  }
  .div-block-12 {
    position: relative;
    left: 55px;
  }
  .image-31 {
    left: 23px;
    right: 0px;
    width: 300px;
  }
  .column-34 {
    position: static;
    left: 0px;
    top: 0px;
    right: 0px;
  }
  .column-35 {
    position: static;
    left: 0px;
    top: 0px;
  }
  .column-36 {
    position: static;
    left: 0px;
    top: 0px;
  }
  .column-37 {
    position: static;
    left: 0px;
    top: 0px;
  }
  .column-38 {
    position: static;
    left: 0px;
    top: 0px;
    right: 0px;
  }
  .column-39 {
    position: static;
    left: 0px;
    top: 0px;
  }
  .column-40 {
    position: static;
    left: 0px;
    top: 0px;
    right: 0px;
  }
  .column-41 {
    position: static;
    left: 0px;
    top: 0px;
    display: block;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .image-32 {
    left: 23px;
    right: 0px;
    width: 300px;
  }
  .column-44 {
    left: -192px;
  }
  .image-33 {
    position: relative;
    left: 23px;
    right: 0px;
    width: 300px;
  }
  .link-block-3 {
    margin-left: 0px;
  }
  .section-heading {
    margin-top: 37px;
    text-align: center;
  }
  .column-47 {
    display: none;
  }
  .column-48 {
    display: none;
  }
  .column-49 {
    display: none;
  }
  .image-35 {
    position: relative;
    left: 22%;
    top: -235px;
    right: 0%;
    bottom: 0%;
  }
  .column-50 {
    left: 190px;
    top: 83px;
    right: 0px;
    display: none;
  }
  .columns-11 {
    bottom: 34px;
  }
  .column-51 {
    left: 40px;
    display: none;
  }
  .column-53 {
    display: none;
  }
  .column-54 {
    left: auto;
    right: 150px;
  }
  .columns-12 {
    position: relative;
    left: 157px;
    right: auto;
    display: block;
  }
  .columns-13 {
    display: none;
  }
  .columns-14 {
    display: none;
  }
  .column-55 {
    display: none;
  }
  .columns-16 {
    display: none;
  }
  .columns-19 {
    display: none;
  }
  .container-14 {
    display: none;
  }
  .sec-head-mob {
    position: relative;
    left: -40px;
    top: 29px;
    font-family: Montserrat, sans-serif;
    color: #000;
    text-align: left;
  }
  .columns-20 {
    display: block;
    margin-top: 50px;
  }
  .text-span-15 {
    color: #7b1232;
  }
  .heading-21 {
    position: relative;
    left: -38px;
    top: 0px;
    font-family: Montserrat, sans-serif;
    color: #000;
  }
  .columns-21 {
    position: relative;
    top: 64px;
    display: block;
  }
  .column-62 {
    display: block;
  }
  .text-span-16 {
    position: relative;
    color: #7b1232;
  }
  .columns-22 {
    display: none;
  }
  .grid {
    display: -ms-grid;
    display: grid;
    grid-auto-columns: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 16px;
    grid-template-areas: ".";
    -ms-grid-columns: 1fr 0px 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto 16px auto;
    grid-template-rows: auto auto;
  }
  .div-block-16 {
    height: 60px;
    border: 1px solid transparent;
    background-color: #7b1232;
  }
  .heading-22 {
    padding-right: 10px;
    padding-left: 10px;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
  }
  .image-41 {
    height: auto;
  }
  .div-block-17 {
    border: 1px solid #f5f5f5;
    border-bottom-right-radius: 80px;
    background-color: #f5f5f5;
  }
  .paragraph-18 {
    padding-right: 10px;
    padding-left: 10px;
    font-family: Montserrat, sans-serif;
    color: #7b1232;
    font-size: 12px;
    text-align: left;
  }
  .column-63 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .div-block-18 {
    position: relative;
    top: 10px;
    background-color: #7b1232;
  }
  .column-64 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .heading-23 {
    position: relative;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
  }
  .column-65 {
    display: none;
  }
  .paragraph-19 {
    padding-right: 10px;
    padding-left: 10px;
    font-family: Montserrat, sans-serif;
    color: #7b1232;
    font-size: 12px;
    text-align: left;
  }
  .column-66 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .div-block-19 {
    border: 1px solid #f5f5f5;
    border-bottom-right-radius: 80px;
    background-color: #f5f5f5;
  }
  .columns-23 {
    display: block;
  }
  .columns-24 {
    display: block;
  }
  .list-4 {
    padding-bottom: 10px;
  }
  .heading-24 {
    padding-top: 10px;
    padding-bottom: 10px;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    text-align: center;
  }
  .div-block-20 {
    background-color: #cdaf63;
  }
  .column-67 {
    top: -10px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .column-68 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .columns-25 {
    position: relative;
    top: 0px;
    display: block;
  }
  .div-block-21 {
    border: 1px solid #f5f5f5;
    border-bottom-right-radius: 80px;
    background-color: #f5f5f5;
  }
  .column-69 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .columns-26 {
    position: relative;
    top: 20px;
    display: block;
  }
  .column-70 {
    display: none;
  }
  .column-71 {
    top: 10px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .div-block-22 {
    background-color: #80bfd6;
  }
  .heading-25 {
    padding-top: 10px;
    padding-bottom: 10px;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
  }
  .column-72 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .div-block-23 {
    border: 1px solid #f5f5f5;
    border-bottom-right-radius: 80px;
    background-color: #f5f5f5;
  }
  .column-73 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .columns-27 {
    display: block;
  }
  .columns-28 {
    display: block;
  }
  .column-74 {
    display: none;
  }
  .column-75 {
    display: none;
  }
  .heading-26 {
    position: relative;
    left: -28px;
    top: 20px;
    color: #7b1232;
    text-align: left;
  }
  .text-span-17 {
    color: #000;
  }
  .container-15 {
    display: none;
  }
  .columns-29 {
    position: relative;
    top: -35px;
    display: block;
  }
  .columns-30 {
    display: none;
  }
  .heading-27 {
    position: relative;
    left: -40px;
    top: 20px;
    font-family: Montserrat, sans-serif;
    color: #000;
    text-align: left;
  }
  .text-span-18 {
    color: #7b1232;
  }
  .columns-31 {
    position: relative;
    top: 42px;
    display: block;
    margin-top: 0px;
    padding-top: 0px;
  }
  .column-77 {
    padding-left: 40px;
  }
  .image-43 {
    position: relative;
    top: -30px;
  }
  .slider-3 {
    display: block;
    background-color: transparent;
  }
  .slide-nav-3 {
    display: none;
  }
  .paragraph-20 {
    position: relative;
    top: -18px;
    padding-top: 0px;
    padding-right: 260px;
    padding-left: 20px;
    font-family: Montserrat, sans-serif;
    color: #000;
    font-size: 13px;
    font-weight: 300;
  }
  .slide-3 {
    top: 43px;
    height: 150px;
  }
  .left-arrow-2 {
    position: relative;
    left: -25%;
    top: -92%;
    right: auto;
    bottom: 0%;
    height: 100px;
  }
  .right-arrow-2 {
    position: relative;
    left: -87px;
    top: -357px;
    height: 150px;
  }
  .icon-5 {
    width: auto;
    height: auto;
    border-radius: 19px;
    background-color: #fff;
    color: #7b1232;
  }
  .mask-3 {
    top: -41px;
    height: 300px;
  }
  .image-44 {
    position: relative;
    left: -8px;
  }
  .image-45 {
    position: relative;
    left: -26px;
  }
  .image-46 {
    position: relative;
    left: -28px;
  }
  .image-47 {
    position: relative;
    top: -24px;
  }
  .section-heading-copy {
    margin-top: 37px;
    text-align: center;
  }
}

@media (max-width: 479px) {
  .navbar {
    position: -webkit-sticky;
    position: sticky;
    height: 5%;
    margin-top: 0px;
    margin-left: 0px;
    padding-top: 0px;
  }
  .nav-link {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .nav-link.w--current {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .nav-link.current {
    margin-top: 20px;
    margin-bottom: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
    border-bottom-style: none;
    border-bottom-color: #fff;
    -webkit-transition: border-color 300ms ease;
    transition: border-color 300ms ease;
  }
  .nav-link.current:hover {
    border: 0px solid #000;
  }
  .logo-img {
    left: 0px;
    top: 26px;
    width: 100px;
    height: 100%;
    margin: 24px 0px 0px auto;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .brand-block {
    top: 69px;
    height: 50%;
  }
  .main-heading {
    font-size: 34px;
    line-height: 38px;
  }
  .about-section {
    top: -47px;
    padding: 0px 10px;
    border: 0px none #000;
    background-image: url('../images/tree-bg.png');
    background-position: 50% 50%;
  }
  .about-text {
    padding-top: 0px;
  }
  .service-body {
    position: relative;
    margin-top: 0px;
    padding-top: 0px;
    padding-bottom: 72px;
  }
  .service-body.grey {
    position: static;
    height: auto;
    margin-top: -85px;
    margin-bottom: 40px;
    padding-right: 0px;
  }
  .grey-icon-wrapper {
    display: block;
  }
  .form-wrapper {
    padding-right: 5%;
    padding-left: 5%;
  }
  .menu-button {
    position: absolute;
    left: auto;
    top: 50px;
    right: 0%;
    display: inline;
  }
  .menu-button.w--open {
    position: absolute;
    top: 27px;
    margin-left: 0px;
    padding-right: 0px;
  }
  .nav-menu {
    position: absolute;
    left: 0%;
    top: 101%;
    right: 0%;
    bottom: auto;
    display: none;
    width: auto;
    height: auto;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    border-bottom-left-radius: 0px;
    background-color: #d9dada;
  }
  .heading {
    left: 200px;
    margin-top: 40px;
    padding-bottom: 19px;
    padding-left: 0px;
    font-size: 25px;
  }
  .heading-2 {
    display: none;
    margin-top: 1px;
    padding-top: 4px;
    font-size: 30px;
  }
  .heading-3 {
    left: 0px;
    margin-top: 2px;
    font-size: 25px;
  }
  .heading-3.clients {
    left: 0px;
    padding-left: 0px;
  }
  .container-2 {
    padding-top: 0px;
    padding-right: 0px;
  }
  .column-2 {
    padding-right: 0px;
  }
  .container-3 {
    width: 100%;
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 49px;
    padding-left: 0px;
  }
  .icon {
    left: 37px;
    top: -28px;
    display: block;
    margin-top: 5px;
    margin-right: 30px;
    padding-top: 26px;
    color: #7b1232;
  }
  .address {
    top: -103px;
    padding-top: 20px;
  }
  .columns-2 {
    display: block;
  }
  .column-4 {
    padding-top: 30px;
  }
  .column-5 {
    padding-top: 30px;
  }
  .video-bg {
    padding-left: 10px;
  }
  .container-6 {
    margin-top: 120px;
    padding-left: 20px;
  }
  .heading-15 {
    margin-top: -50px;
    margin-bottom: -14px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    font-size: 20px;
    font-weight: 700;
  }
  .head2 {
    margin-top: 6px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    font-size: 20px;
    font-weight: 700;
  }
  .column-6 {
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
    background-attachment: scroll;
  }
  .image-6 {
    margin-left: 12px;
    padding-top: 82px;
  }
  .image-6.phone-holizontal {
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 60px;
    padding-top: 110px;
    padding-left: 0px;
  }
  .individual {
    height: 70px;
    margin-bottom: 40px;
  }
  .team {
    height: 250px;
    margin-bottom: 40px;
  }
  .organization {
    height: 250px;
    margin-bottom: 40px;
  }
  .heading-16 {
    left: 0px;
    font-size: 25px;
  }
  .paragraph-9 {
    position: relative;
    top: 126px;
    padding-right: 10px;
    padding-left: 10px;
    font-size: 15px;
  }
  .paragraph-10 {
    margin-top: 20px;
    padding-left: 0px;
  }
  .form-2 {
    position: relative;
    top: 134px;
    padding-right: 10px;
    padding-left: 10px;
    float: none;
    clear: none;
  }
  .html-embed {
    position: relative;
    top: 78px;
  }
  .column-8.tablet {
    margin-top: 10px;
  }
  .button-2 {
    margin-left: 0px;
  }
  .column-10 {
    top: -107px;
    display: block;
    overflow: visible;
    padding-right: 10px;
    padding-left: 10px;
  }
  .column-11 {
    top: 0px;
    display: block;
    clear: none;
  }
  .description {
    padding-top: 50px;
    padding-left: 10px;
  }
  .column-14 {
    padding-top: 50px;
  }
  .background-video {
    position: relative;
    margin-bottom: 0px;
    float: none;
    clear: none;
  }
  .section-3 {
    position: -webkit-sticky;
    position: sticky;
  }
  .paragraph-13 {
    padding-top: 25px;
    padding-bottom: 40px;
  }
  .section-4 {
    top: 0px;
    height: 5%;
  }
  .columns-6 {
    top: -6px;
  }
  .image-17 {
    left: 0px;
    top: 144px;
    display: block;
  }
  .column-21 {
    padding-left: 10px;
  }
  .column-22 {
    padding-bottom: 10px;
  }
  .column-24 {
    position: relative;
    display: inline-block;
  }
  .slide-2 {
    left: auto;
    height: auto;
    margin-top: -35px;
  }
  .arrow-bg {
    left: -25px;
    top: -15px;
    margin-top: 32px;
  }
  .image-21 {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    display: inline;
    margin-right: auto;
    margin-left: 86px;
  }
  .paragraph-16-1 {
    position: relative;
    left: 7px;
    top: 33px;
    margin-top: auto;
    margin-left: 0px;
    padding-top: 0px;
    padding-right: 5px;
    padding-left: 5px;
  }
  .right-arrow {
    position: relative;
    left: 127px;
    top: -102%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 30%;
    margin-top: -17px;
    margin-bottom: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-right-width: 0px;
    border-left-width: 0px;
  }
  .service {
    top: -43px;
    margin-top: 0px;
  }
  .horizontal-menu {
    left: 97px;
    padding-left: 0px;
    color: #7b1232;
    text-align: right;
  }
  .horizontal-menu:hover {
    color: #7b1232;
  }
  .horizontal-menu:active {
    color: #7b1232;
  }
  .horizontal-menu:focus {
    color: #7b1232;
  }
  .horizontal-menu:visited {
    color: #7b1232;
  }
  .left-arrow {
    position: relative;
    left: 23%;
    top: -71%;
    right: auto;
    bottom: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 30%;
    margin-left: 18px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-right-width: 0px;
    border-left-width: 0px;
  }
  .div-block-3 {
    left: -67px;
    display: none;
  }
  .div-block-4 {
    display: none;
  }
  .div-block-5 {
    position: relative;
    left: -29px;
    display: none;
  }
  .arrow-bg-copy {
    left: 29px;
    top: 18px;
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .image-26 {
    left: -133px;
    top: 14px;
    display: none;
    margin-top: 0px;
  }
  .image-27 {
    left: 129px;
    top: -18px;
    display: none;
  }
  .column-27 {
    display: none;
  }
  .column-29 {
    display: none;
  }
  .navbar-3 {
    display: none;
  }
  .menu-link-1 {
    padding-right: 10px;
    padding-left: 10px;
    color: #fff;
    text-decoration: none;
  }
  .div-block-7 {
    left: 23px;
    width: auto;
  }
  .service-description {
    position: relative;
    left: auto;
  }
  .service-name {
    left: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 13px;
  }
  .div-block-8 {
    left: -20px;
    width: 100px;
  }
  .column-33 {
    position: relative;
    left: 20px;
    top: 0px;
  }
  .div-block-9 {
    left: auto;
    width: auto;
  }
  .div-block-10 {
    left: -21px;
  }
  .div-block-11 {
    left: auto;
    top: -10px;
    width: auto;
    max-width: 100%;
  }
  .div-block-12 {
    left: -22px;
  }
  .image-31 {
    width: auto;
  }
  .column-34 {
    left: 20px;
  }
  .column-35 {
    position: relative;
    left: 21px;
  }
  .column-36 {
    left: 26px;
  }
  .column-37 {
    position: relative;
    left: 23px;
  }
  .column-38 {
    left: 26px;
  }
  .column-39 {
    left: 27px;
    padding-top: 10px;
  }
  .column-40 {
    left: 26px;
  }
  .column-41 {
    position: relative;
    left: -22px;
  }
  .div-block-13 {
    margin-top: -38px;
  }
  .image-32 {
    left: auto;
  }
  .column-42 {
    display: none;
  }
  .column-43 {
    display: none;
  }
  .image-33 {
    left: auto;
  }
  .link-block-3 {
    margin-left: 0px;
  }
  .section-heading {
    text-align: center;
  }
  .column-48 {
    display: none;
    overflow: hidden;
  }
  .column-49 {
    position: absolute;
    left: auto;
    display: none;
  }
  .image-35 {
    position: relative;
    left: -169px;
    top: -19px;
  }
  .container-12 {
    display: none;
  }
  .image-36 {
    position: static;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    display: none;
  }
  .image-37 {
    position: relative;
  }
  .image-38 {
    display: none;
  }
  .column-52 {
    display: none;
  }
  .columns-13 {
    margin-bottom: 30px;
  }
  .columns-14 {
    margin-bottom: 30px;
  }
  .column-55 {
    display: none;
    overflow: hidden;
  }
  .column-56 {
    display: none;
  }
  .column-57 {
    display: none;
  }
  .column-58 {
    display: none;
  }
  .column-59 {
    display: none;
  }
  .sec-head-mob {
    left: auto;
    font-size: 25px;
    text-align: left;
  }
  .heading-21 {
    left: 11px;
    top: 5px;
    font-size: 25px;
    text-align: left;
  }
  .heading-26 {
    left: 10px;
    font-size: 25px;
    text-align: left;
  }
  .heading-27 {
    left: 10px;
    padding-bottom: 23px;
    font-size: 25px;
  }
  .columns-31 {
    position: relative;
    top: 34px;
    padding-top: 0px;
    background-color: #fff;
  }
  .column-77 {
    display: none;
  }
  .column-78 {
    display: none;
  }
  .column-79 {
    display: none;
  }
  .image-42 {
    width: 100%;
  }
  .column-80 {
    top: -67px;
    padding-left: 10px;
  }
  .image-43 {
    position: relative;
    left: 29px;
    top: -72px;
  }
  .slider-3 {
    display: block;
  }
  .paragraph-20 {
    padding-right: 20px;
    padding-left: 20px;
  }
  .left-arrow-2 {
    position: relative;
    left: -16%;
    top: -17%;
    height: 50px;
  }
  .right-arrow-2 {
    position: relative;
    left: 51px;
    top: -101px;
    height: 50px;
  }
  .mask-3 {
    top: -32px;
    height: auto;
  }
  .column-81 {
    display: none;
  }
  .column-82 {
    position: relative;
    top: -35px;
    background-color: #fff;
  }
  .recaptcha {
    left: -5px;
  }
  .columns-32 {
    display: block;
    overflow: auto;
  }
  .container-16 {
    position: static;
  }
  .section-heading-copy {
    text-align: center;
  }
  .list-5 {
    position: relative;
    top: -23px;
    margin-top: 0px;
  }
  .image-49 {
    position: relative;
    top: -16px;
  }
  .heading-29 {
    display: block;
    font-family: Montserrat, sans-serif;
    font-weight: 300;
    text-align: left;
    white-space: normal;
  }
}

@font-face {
  font-family: 'Wingdings';
  src: url('../fonts/Wingdings.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Medium.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}