.body {
  background-color: #f5f5f5;
  font-family: Poppins, sans-serif;
  color: #000;
  font-weight: 300;
}

.hero-section {
  position: relative;
  height: 100vh;
  background-color: #000;
}

.hero-tabs-div {
  width: 100%;
  height: 100%;
}

.hero-tabs-content {
  display: block;
  height: 100%;
}

.hero-tab-1 {
  height: 100vh;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.25)), to(rgba(0, 0, 0, 0.25))), url('../images/photo-of-balcony-near-trees-1022936-LR.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.25)), url('../images/photo-of-balcony-near-trees-1022936-LR.jpg');
  background-position: 0px 0px, 50% 70%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, scroll;
  text-decoration: none;
}

.hero-tabs-menu {
  position: absolute;
  left: auto;
  top: auto;
  right: 3%;
  bottom: 3%;
  z-index: 1000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.hero-tab-2 {
  height: 100vh;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.25)), to(rgba(0, 0, 0, 0.25))), url('../images/apartment-architecture-art-books-276724-LR.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.25)), url('../images/apartment-architecture-art-books-276724-LR.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.hero-tab-3 {
  height: 100vh;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.25)), to(rgba(0, 0, 0, 0.25))), url('../images/indoor-pool-2506990-LR.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.25)), url('../images/indoor-pool-2506990-LR.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, auto 125%;
  background-repeat: repeat, no-repeat;
}

.hero-tab-link {
  margin-right: 15px;
  margin-left: 15px;
  border-bottom: 1px solid hsla(0, 0%, 96.1%, 0.5);
  background-color: transparent;
  color: #f5f5f5;
}

.hero-tab-link.w--current {
  border-bottom-color: #f5f5f5;
  background-color: transparent;
}

.navbar {
  position: fixed;
  z-index: 2000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 70px;
  padding: 0px 30px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.logo-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #f5f5f5;
  text-decoration: none;
}

.rm-logo-text {
  margin-top: 18px;
  margin-left: 15px;
  letter-spacing: 3px;
}

.nav-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
}

.hero-content-grid {
  display: -ms-grid;
  display: grid;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.hero-wrapper-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1.5fr 1fr;
  grid-template-columns: 1.5fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  text-align: center;
}

.hero-heading {
  width: 48vw;
  margin-top: 5px;
  font-family: 'Noto Serif', sans-serif;
  color: #f5f5f5;
  font-weight: 400;
}

.hero-heading.hhw {
  color: #f5f5f5;
  text-shadow: 1px 0 8px #000;
}

.hero-sub {
  color: #f5f5f5;
  font-size: 16px;
}

.hero-link {
  display: inline-block;
  margin-top: 13px;
  border-style: none none solid;
  border-width: 0px 0px 1px;
  border-color: #f5f5f5;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  color: #f5f5f5;
  font-size: 16px;
  text-decoration: none;
}

.hero-link:hover {
  color: #90191c;
}

.hero-link:active {
  border-style: none none solid;
  border-width: 0px 0px 1px;
  border-color: #90191c;
}

.hero-link.offwhite {
  margin-top: -5px;
  border-style: none none solid;
  border-width: 1px;
  border-color: #f5f5f5;
  color: #f5f5f5;
  text-shadow: none;
}

.hero-link.offwhite.shadow {
  text-shadow: 1px 1px 2px #000;
}

.hero-link.herowhite {
  color: #fff;
}

.hero-link.black {
  border-bottom-color: #000;
  color: #000;
}

.hero-link.black:hover {
  border-bottom-color: #90191c;
  color: #90191c;
}

.hero-link.black:active {
  color: #c51419;
}

.social-wrapper {
  position: absolute;
  left: 2%;
  top: auto;
  right: auto;
  bottom: 2%;
  z-index: 1250;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  height: 30px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.social-link {
  margin-right: 4px;
  margin-left: 4px;
  color: #f5f5f5;
  font-size: 18px;
  text-decoration: none;
}

.home-services {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  padding-top: 120px;
  padding-bottom: 90px;
  -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;
}

.service-container {
  display: -ms-grid;
  display: grid;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.service-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 325px;
  padding: 35px 28px 28px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-style: solid;
  border-width: 2px;
  border-color: #90191c;
  -webkit-transition: all 275ms ease;
  transition: all 275ms ease;
}

.service-wrapper:hover {
  background-color: #90191c;
  color: #f5f5f5;
}

.service-wrapper.sw-black {
  margin-right: 20px;
  margin-left: 20px;
  background-color: #90191c;
  color: #f5f5f5;
}

.service-wrapper.sw1 {
  cursor: se-resize;
}

.service-wrapper.sw2 {
  cursor: s-resize;
}

.service-wrapper.sw3 {
  cursor: sw-resize;
}

.service-wrapper.sw4 {
  cursor: ne-resize;
}

.service-wrapper.sw5 {
  cursor: n-resize;
}

.service-wrapper.sw6 {
  cursor: nw-resize;
}

.service-title {
  margin-bottom: 20px;
  font-family: 'Noto Serif', sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.text-block {
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: 400;
}

.service-wrapper-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  margin-bottom: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.home-about {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  padding-top: 136px;
  padding-bottom: 136px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

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

.about-body {
  font-size: 16px;
  line-height: 23px;
}

.about-wrapper {
  margin-right: 60px;
}

.div-block-3 {
  width: 1250px;
  background-image: url('../images/photo-of-mirrors-in-bathroom-2507016-LR.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.stripe-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #90191c;
}

.stripe-heading {
  margin-top: -5px;
  font-family: 'Noto Serif', sans-serif;
  color: #f5f5f5;
  font-weight: 400;
}

.seal {
  height: 500px;
  margin-bottom: -50px;
  background-image: url('../images/TRM-Wax-Seal.jpg');
  background-position: 50% 65%;
  background-size: cover;
  background-repeat: no-repeat;
}

.unusual-tag {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#f5f5f5));
  background-image: linear-gradient(180deg, #f5f5f5, #f5f5f5);
}

.unusual-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 50px;
  padding-right: 40px;
  padding-left: 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

.footer-container {
  height: 100%;
}

.footer-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 150px;
  padding-right: 40px;
  padding-left: 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 96.1%, 0)), color-stop(31%, #f5f5f5));
  background-image: linear-gradient(180deg, hsla(0, 0%, 96.1%, 0), #f5f5f5 31%);
}

.div-block-5 {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: 50px 50px;
  grid-template-rows: 50px 50px;
}

.div-block-6 {
  background-image: url('../images/R-RM.svg');
  background-position: 50% 0%;
  background-size: 45px 45px;
  background-repeat: no-repeat;
}

.footer-description-wrapper {
  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;
}

.div-block-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.description {
  max-width: 300px;
  margin-top: 10px;
  margin-bottom: 0px;
}

.footer-links-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.footer-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 25px;
  margin-left: 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.location {
  margin-right: 20px;
  margin-left: 20px;
}

.footer-sub {
  margin-bottom: 10px;
  color: #90191c;
  font-weight: 400;
}

.footer-text-link {
  margin-bottom: 5px;
  color: #000;
  text-decoration: none;
}

.footer-text-link:hover {
  color: #90191c;
}

.footer-paragraph-location {
  max-width: 200px;
}

.contact-hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 40vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/person-holding-black-pen-1109541-LR.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/person-holding-black-pen-1109541-LR.jpg');
  background-position: 0px 0px, 50% 60%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.heading {
  font-family: Poppins, sans-serif;
  color: #f5f5f5;
  font-weight: 400;
  letter-spacing: 2px;
}

.body-2 {
  background-color: #f5f5f5;
  font-family: Poppins, sans-serif;
  font-weight: 300;
}

.contact-main {
  display: block;
  height: auto;
  padding-top: 120px;
  padding-bottom: 100px;
}

.contact-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.conatct-link-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.contact-link {
  color: #90191c;
  text-align: center;
  text-decoration: none;
}

.contact-span {
  color: #000;
  font-size: 20px;
  line-height: 24px;
}

.field-label {
  font-weight: 400;
}

.field-label-2 {
  font-weight: 400;
}

.field-label-3 {
  font-weight: 400;
}

.submit-button {
  border: 1.5px solid #000;
  background-color: transparent;
  -webkit-transition: all 100ms ease;
  transition: all 100ms ease;
  color: #000;
}

.submit-button:hover {
  border-color: #f5f5f5;
  background-color: #90191c;
  color: #f5f5f5;
}

.submit-button:active {
  border-radius: 10px;
  background-color: #801214;
}

.text-field {
  margin-bottom: 30px;
  padding-right: 0px;
  padding-left: 0px;
  border-style: none none solid;
  border-width: 1px;
  border-color: #000 #000 rgba(0, 0, 0, 0.5);
  background-color: transparent;
}

.text-field:hover {
  border-bottom-color: #000;
}

.text-field-2 {
  border-bottom: 1px solid #000;
  background-color: transparent;
}

.textarea {
  border-bottom: 1px solid #000;
  background-color: transparent;
}

.success-message {
  margin-right: 10%;
  margin-left: 10%;
  border-radius: 8px;
}

.nav-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 4px;
  box-shadow: 0 0 0 2px #f5f5f5;
  -webkit-transition: border-radius 200ms ease;
  transition: border-radius 200ms ease;
  cursor: pointer;
}

.nav-button:hover {
  border-radius: 10px;
}

.nav-button:active {
  border-radius: 15px;
}

.image {
  width: 25px;
  height: 25px;
}

.nav-menu {
  position: absolute;
  left: auto;
  top: 120%;
  right: 70px;
  bottom: auto;
  z-index: 2000;
  width: 170px;
  padding-top: 25px;
  padding-bottom: 25px;
  border-radius: 10px;
  background-color: hsla(0, 0%, 96.1%, 0.9);
  box-shadow: 4px 4px 20px 10px rgba(0, 0, 0, 0.25);
  -webkit-transform-origin: 100% 0%;
  -ms-transform-origin: 100% 0%;
  transform-origin: 100% 0%;
}

.nav-link {
  display: block;
  padding: 15px 10px;
  color: #000;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
}

.nav-link:hover {
  color: #90191c;
}

.nav-link:active {
  color: #c51419;
}

.about-heading {
  font-family: 'Noto Serif', sans-serif;
  color: #90191c;
  font-size: 28px;
  line-height: 34px;
  font-weight: 400;
}

.div-block-9 {
  width: 900px;
  height: 150px;
  margin-top: -2px;
  margin-left: -362px;
  background-color: #f5f5f5;
}

.hero-wrapper-right {
  position: absolute;
  left: auto;
  top: 0%;
  right: 5%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  text-align: right;
}

.hero-wrapper-left {
  position: absolute;
  left: 5vw;
  top: 45vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 991px) {
  .hero-tabs-menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }
  .hero-tab-link {
    text-align: center;
  }
  .hero-tab-link.w--current {
    text-align: center;
  }
  .hero-heading {
    font-size: 23px;
    line-height: 30px;
  }
  .description {
    max-width: 200px;
    font-size: 12px;
    line-height: 16px;
  }
  .footer-links {
    margin-right: 10px;
    margin-left: 10px;
  }
  .footer-text-link {
    font-size: 12px;
    line-height: 16px;
  }
  .footer-paragraph-location {
    max-width: 150px;
    font-size: 12px;
    line-height: 16px;
  }
  .hero-wrapper-left {
    top: 50%;
  }
  .text-block-2 {
    text-align: center;
  }
  .text-block-3 {
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .hero-tab-1 {
    background-position: 50% 0%;
    background-size: cover;
  }
  .hero-tabs-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .hero-heading {
    margin-bottom: 5px;
    font-size: 22px;
    line-height: 26px;
  }
  .hero-sub {
    font-size: 14px;
  }
  .service-container {
    padding-right: 10px;
    padding-left: 10px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }
  .service-wrapper.sw2 {
    cursor: sw-resize;
  }
  .service-wrapper.sw3 {
    cursor: row-resize;
  }
  .service-wrapper.sw4 {
    cursor: row-resize;
  }
  .service-wrapper.sw5 {
    cursor: ne-resize;
  }
  .service-wrapper.sw6 {
    cursor: nw-resize;
  }
  .home-about {
    padding-top: 75px;
    padding-bottom: 75px;
  }
  .about-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .about-wrapper {
    margin-right: 0px;
    margin-bottom: 35px;
    padding-right: 10px;
    padding-left: 10px;
    text-align: center;
  }
  .div-block-3 {
    width: 85%;
    height: 250px;
  }
  .unusual-div {
    background-color: #fff;
  }
  .footer {
    background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0)), color-stop(11%, #f5f5f5));
    background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0), #f5f5f5 11%);
  }
  .footer-wrapper {
    height: auto;
    padding-top: 45px;
    padding-bottom: 10px;
    background-image: none;
  }
  .footer-links-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .contact-wrapper {
    padding-right: 25px;
    padding-left: 25px;
  }
  .contact-span {
    font-size: 16px;
  }
  .hero-wrapper-right {
    padding-right: 0px;
    padding-left: 0px;
  }
  .hero-wrapper-left {
    position: absolute;
    top: 45%;
  }
}

@media screen and (max-width: 479px) {
  .hero-section {
    position: relative;
  }
  .hero-tab-1 {
    background-position: 50% 0%;
    background-size: auto 150vh;
    background-attachment: scroll;
  }
  .hero-tabs-menu {
    display: none;
  }
  .rm-logo-text {
    display: none;
  }
  .hero-heading {
    width: 85vw;
    font-size: 20px;
    line-height: 26px;
    font-weight: 400;
  }
  .hero-link.header {
    font-size: 12px;
  }
  .social-wrapper {
    position: absolute;
  }
  .service-container {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto auto;
  }
  .service-wrapper.sw1 {
    min-height: 100px;
    cursor: default;
  }
  .service-wrapper.sw2 {
    min-height: 100px;
    cursor: default;
  }
  .service-wrapper.sw3 {
    min-height: 100px;
    cursor: default;
  }
  .service-wrapper.sw4 {
    min-height: 100px;
    cursor: default;
  }
  .service-wrapper.sw5 {
    min-height: 100px;
    cursor: default;
  }
  .service-wrapper.sw6 {
    min-height: 100px;
    cursor: default;
  }
  .home-about {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .about-body {
    font-size: 12px;
    line-height: 18px;
  }
  .div-block-3 {
    height: 200px;
  }
  .stripe-section {
    height: 150px;
    padding-right: 22px;
    padding-left: 22px;
  }
  .stripe-heading {
    margin-bottom: 25px;
    text-align: center;
  }
  .seal {
    background-position: 35% 65%;
  }
  .unusual-div {
    padding-right: 9px;
    padding-left: 9px;
  }
  .footer-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }
  .footer-description-wrapper {
    margin-bottom: 20px;
  }
  .description {
    max-width: 250px;
  }
  .footer-links-wrapper {
    margin-bottom: 10px;
  }
  .footer-links {
    margin-top: 4px;
    margin-bottom: 4px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }
  .contact-main {
    height: auto;
    padding-top: 79px;
    padding-bottom: 79px;
  }
  .conatct-link-wrapper {
    margin-bottom: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .contact-link {
    margin-bottom: 30px;
  }
  .nav-menu {
    display: none;
  }
  .hero-wrapper-right {
    left: auto;
    top: 0%;
    right: 8%;
    bottom: 0%;
    text-align: center;
  }
  .hero-wrapper-left {
    left: 0%;
    top: 23%;
    right: 0%;
    bottom: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }
}

#w-node-e147e92f6fa2-a0d32311 {
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-ddabe7702ead-a0d32311 {
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-9e6d814735ad-a0d32311 {
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-a8c0c734436d-a0d32311 {
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

