:root {
  --steel-blue: #3b99d9;
  --steel-blue-2: #2e80b6;
  --dark-khaki: #a8d069;
  --medium-sea-green: #30ad64;
  --light-sea-green: #25ccbf;
  --light-sea-green-2: #20ac99;
  --sandy-brown: #f8c740;
  --goldenrod: #e2a62b;
  --khaki: #face6a;
  --sandy-brown-2: #e4b962;
  --salmon: #fd7072;
  --indian-red: #cf404d;
  --tan: #d39f9a;
  --dim-gray: #735260;
  --indian-red-2: #af4173;
  --brown: #822e50;
  --tomato: #e64c40;
  --firebrick: #bf3a30;
  --salmon-2: #fc7d64;
  --white-smoke: #ecf0f1;
  --silver: #bec3c7;
  --dim-gray-2: #49647b;
  --dark-slate-gray: #2d3e4f;
  --dark-slate-gray-2: #404047;
  --white-smoke-2: #f0f0f0;
  --white-smoke-3: #edeff2;
  --cadet-blue: #668cad;
  --pale-turquoise: #bfe0ff;
  --light-sky-blue: #69b9ff;
  --dodger-blue: #2e9dff;
  --black: #192024;
  --dim-gray-3: #676770;
  --light-slate-gray: #8e8e9c;
}

body {
  color: #6a859c;
  background-color: #edeff2;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 20px;
}

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

h2 {
  color: #676770;
  text-align: center;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 300;
  line-height: 36px;
}

h3 {
  color: #676770;
  letter-spacing: 7px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
}

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

h5 {
  color: #676770;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 300;
  line-height: 20px;
}

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

p {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 300;
  line-height: 25px;
}

.button {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #510d32;
  border-radius: 4px;
  margin-top: 30px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 12px 30px;
  font-size: 16px;
  font-weight: 300;
  line-height: 21px;
  text-decoration: none;
  transition: background-color .3s;
  display: inline-block;
}

.button:hover {
  background-color: #2e9dff;
}

.button.w--current {
  background-color: #2e80b6;
}

.button.full-width {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  display: block;
}

.navigation-link {
  color: #676770;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 30px;
  margin-top: 32px;
  padding-left: 20px;
  transition: all .3s ease-in-out;
}

.navigation-link:hover {
  color: #2e9dff;
  border-bottom-width: 2px;
  border-bottom-color: #510d32;
}

.navigation-link.w--current {
  border: 1px solid #d5d5d5;
}

.navigation-link.w--current:hover {
  color: #510d32;
  border-bottom-width: 2px;
  border-bottom-color: #510d32;
}

.navigation-bar {
  background-color: #fff;
  border-bottom: 1px solid #b1b1b1;
  box-shadow: 0 0 26px #000;
}

.navigation-menu {
  float: left;
  margin-top: 17px;
}

.brand-link {
  float: right;
  text-align: center;
  padding-top: 16px;
  padding-bottom: 16px;
}

.brand-link.w--current {
  float: right;
  text-align: center;
}

.section {
  text-align: center;
  background-color: #fff;
  padding-bottom: 50px;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
}

.section.accent {
  box-shadow: none;
  background-color: #fafafa;
  padding: 30px 0 1px;
}

.section.home {
  z-index: 3;
  background-color: #0000;
  background-image: url('../images/expertise.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 60px;
  padding-bottom: 0;
}

.section.contact {
  padding-top: 50px;
}

.section._2 {
  background-color: #e7e7e7;
}

.hero-heading {
  color: #fff;
  letter-spacing: 4px;
  text-transform: uppercase;
  text-shadow: -4px -4px 5px #00000075;
  margin-bottom: 30px;
  font-family: Montserrat, sans-serif;
  font-size: 60px;
  font-weight: 600;
  line-height: 60px;
  position: relative;
  inset: 54% 0 50%;
  transform: translate(0, -50px);
}

.hero-subheading {
  float: left;
  color: #000;
  letter-spacing: 3px;
  text-transform: uppercase;
  background-color: #f7f7f76e;
  padding: 7px 7px 7px 60px;
  font-size: 25px;
  font-weight: 300;
  line-height: 25px;
  position: relative;
  left: 0;
}

.section-heading {
  margin-top: 0;
  margin-bottom: 25px;
}

.section-heading.centered {
  color: #676770;
  text-align: center;
  letter-spacing: 5px;
  text-transform: uppercase;
  font-size: 30px;
  font-weight: 300;
}

.section-subheading.center {
  color: #8e8e9c;
  text-align: center;
  letter-spacing: 3px;
  text-transform: none;
  font-size: 18px;
  font-weight: 300;
}

.section-title-group {
  text-align: left;
  margin-bottom: 60px;
}

.form-field {
  border: 0 solid #000;
  border-radius: 3px;
  height: 45px;
  margin-bottom: 17px;
  box-shadow: 0 0 0 1px #4040474d;
}

.form-field.text-area {
  height: 110px;
}

.footer {
  text-align: left;
  background-color: #fff;
  border-top: 1px dashed #d5d5d5;
  padding-top: 35px;
  padding-bottom: 35px;
}

.footer.center {
  text-align: center;
  background-color: #383838;
  border-top: 1px solid #dbdbdb;
}

.footer-text {
  color: #9e9e9e;
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 16px;
}

.info-icon {
  float: left;
}

.footer-link {
  color: #668cad;
  border-bottom: 1px solid #d5d5e0;
  margin-bottom: 6px;
  padding-bottom: 10px;
  font-size: 14px;
  font-weight: 300;
  text-decoration: none;
  display: block;
}

.footer-link:hover {
  color: #008cffd6;
}

.footer-link.with-icon {
  margin-left: 30px;
}

.form {
  margin-top: 40px;
}

.spc {
  text-align: left;
}

.testimonial-content {
  color: #000;
  text-align: center;
  text-transform: none;
  width: 100%;
  padding: 30px 100px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  display: block;
  position: relative;
  inset: 50% 0;
  transform: translate(0, -50%);
}

.hero-slide {
  background-image: url('../images/litigation.jpg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.hero-slide.testimonial {
  background-color: #c4c4c4;
  background-image: none;
  margin-left: 0;
  margin-right: 0;
}

.hero-slide._1 {
  background-image: url('../images/conveyancing-1600x600.jpg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.hero-slide._2 {
  background-image: url('../images/notarial_W5xcHn2Qu25j5asAhi1V-1600x450.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.hero-slide._3 {
  background-image: url('../images/labour_4wer7OvzTNOSmEMm0lsP-1080x626.jpg');
  background-position: 50%;
  background-size: cover;
}

.hero-slide._4 {
  background-image: url('../images/commercial-law.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.hero-slide._5 {
  background-image: url('../images/last-will-1698x1131.jpg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.hero-slider {
  border-bottom: 10px solid #510d32;
  height: 500px;
}

.h2 {
  color: #fff;
  margin-top: 10px;
  margin-bottom: 0;
  padding-bottom: 16px;
  font-family: Lato, sans-serif;
  font-size: 24px;
  font-weight: 400;
}

.h2.testimonial {
  color: #fff;
  font-size: 26px;
  font-weight: 300;
}

.link-text {
  color: #838383;
  font-weight: 300;
  text-decoration: underline;
}

.testimonial-slider {
  border-top: 5px solid #510d32;
  height: 400px;
  margin: 11px;
}

.service-image {
  width: 100%;
  height: 200px;
}

.service-image._1 {
  background-image: url('../images/conveyancing-1600x600.jpg');
  background-position: 50%;
  background-size: cover;
}

.service-image._2 {
  background-image: url('../images/notarial-420x280.jpg');
  background-position: 50%;
  background-size: contain;
}

.service-image._3 {
  background-image: url('../images/labour_4wer7OvzTNOSmEMm0lsP-1080x626.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.service-image._4 {
  background-image: url('../images/commercial-law.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.service-image._5 {
  background-image: url('../images/last-will-1698x1131.jpg');
  background-position: 50%;
  background-size: cover;
}

.services-heading {
  color: #000;
  text-align: left;
  text-transform: none;
  margin-bottom: 40px;
  font-family: Lato, sans-serif;
  font-weight: 300;
  text-decoration: none;
}

.service-row-item {
  border-bottom: 1px solid #e0e0e0;
  margin-bottom: 15px;
  padding-bottom: 15px;
}

.service-row-item._1 {
  text-align: left;
}

.h1 {
  color: #510d32;
  text-align: center;
  margin-bottom: 30px;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-right: 10px;
  font-family: Lato, sans-serif;
  font-weight: 300;
}

.services-heading-div {
  background-color: #f7f7f7;
  margin-bottom: 50px;
}

.overlay {
  z-index: 10;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
}

.logo {
  margin-bottom: 7px;
  position: relative;
}

.script {
  color: #510d32;
  letter-spacing: 16px;
  margin-right: -11px;
  padding-right: 0;
  font-family: Montserrat, sans-serif;
  font-size: 80px;
  font-weight: 400;
}

.home-section-content {
  z-index: 2;
  position: relative;
}

.services-body-text {
  color: #646464;
  text-align: left;
  margin-top: -30px;
  font-size: 18px;
}

.bullet-points {
  font-size: 14px;
}

.contact-number {
  color: #707070;
  text-align: right;
  background-color: #fff;
  padding-right: 20px;
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 300;
  text-decoration: none;
}

.contact-link {
  float: right;
  background-color: #fff;
  text-decoration: none;
  display: block;
  position: static;
}

.body {
  background-color: #fff;
}

.column {
  border: 1px solid #999;
  padding-left: 0;
  padding-right: 0;
}

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

.employee-text {
  color: #646464;
  text-align: left;
  margin-top: 30px;
  font-size: 18px;
}

.spacer {
  height: 110px;
}

html.w-mod-js [data-ix="fade-in-bottom-page-loads"] {
  opacity: 0;
  transform: translate(0, 50px);
}

html.w-mod-js [data-ix="fade-in-left-scroll-in"] {
  opacity: 0;
  transform: translate(-50px);
}

html.w-mod-js [data-ix="fade-in-right-scroll-in"] {
  opacity: 0;
  transform: translate(50px);
}

html.w-mod-js [data-ix="fade-in-top-scroll-in"] {
  opacity: 0;
  transform: translate(0, -50px);
}

html.w-mod-js [data-ix="fade-in-bottom-scroll-in"] {
  opacity: 0;
  transform: translate(0, 50px);
}

html.w-mod-js [data-ix="bounce-in-scroll-in"] {
  opacity: 0;
  transform: scale(.6);
}

html.w-mod-js [data-ix="scale-on-scroll"] {
  opacity: 0;
  transform: scale(.01);
}

@media screen and (max-width: 991px) {
  .navigation-link {
    color: #6d6d6d;
    text-align: center;
    text-transform: uppercase;
    height: 50px;
    padding: 13px;
    font-family: Lato, sans-serif;
    font-size: 20px;
  }

  .navigation-link.w--current {
    color: #000;
    text-align: center;
    text-transform: uppercase;
    height: 50px;
    padding: 13px;
    font-family: Lato, sans-serif;
    font-size: 20px;
  }

  .hamburger-button {
    border: 1px solid #d3d3d3;
    margin-top: 15px;
    padding: 27px;
    font-size: 40px;
  }

  .hamburger-button.w--open {
    color: #575757;
    background-color: #ececec;
  }

  .navigation-menu {
    color: #444;
    background-color: #afafafe0;
    padding-bottom: 20px;
  }

  .brand-link, .brand-link.w--current {
    float: left;
  }

  .section.home {
    padding-top: 60px;
    padding-bottom: 0;
  }

  .testimonial-content {
    text-transform: none;
    font-size: 16px;
  }

  .hero-slide.testimonial {
    font-size: 16px;
  }

  .h1 {
    text-align: center;
  }

  .contact-number {
    text-align: right;
    padding-right: 0;
    font-size: 16px;
  }

  .contact-link {
    float: none;
    text-align: center;
    padding-right: 20px;
  }
}

@media screen and (max-width: 767px) {
  .button.full-width {
    margin-left: auto;
    margin-right: auto;
  }

  .hamburger-button {
    margin-right: 10px;
  }

  .brand-link.w--current {
    float: left;
  }

  .hero-heading {
    margin-bottom: 15px;
    font-size: 50px;
  }

  .hero-subheading {
    font-size: 18px;
  }

  .form-field.text-area {
    display: block;
  }

  .spc {
    margin-bottom: 30px;
  }

  .contact-link {
    padding-right: 11px;
  }
}

@media screen and (max-width: 479px) {
  .button {
    margin-bottom: 25px;
  }

  .hamburger-button {
    padding: 30px;
  }

  .brand-link.w--current {
    float: left;
  }

  .hero-heading {
    font-size: 25px;
  }

  .hero-subheading {
    display: block;
  }

  .section-subheading.center {
    line-height: 30px;
  }

  .service-image._1, .service-image._2, .service-image._3, .service-image._4, .service-image._5 {
    margin-bottom: 10px;
  }

  .h1 {
    font-size: 28px;
  }

  .script {
    font-size: 51px;
  }
}


