.w-embed-youtubevideo {
  width: 100%;
  position: relative;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-size: cover;
  background-position: 50% 50%;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

body {
  font-family: Lato, sans-serif;
  color: #4f4f4f;
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
}

h1 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 3.75rem;
  line-height: 4.5rem;
  font-weight: 900;
  text-transform: uppercase;
}

h2 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 2.5rem;
  line-height: 2.5rem;
  font-weight: 900;
  text-transform: capitalize;
}

h3 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 900;
  text-transform: capitalize;
}

h4 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 25px;
  line-height: 25px;
  font-weight: 700;
  text-transform: capitalize;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 20px;
  font-weight: 700;
  text-transform: capitalize;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 16px;
  font-weight: 700;
  text-transform: capitalize;
}

p {
  margin-top: 25px;
  margin-bottom: 0px;
  font-size: 1.25rem;
  line-height: 1.875rem;
  font-weight: 400;
}

a {
  color: #ccc;
  text-decoration: underline;
}

.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;
  text-align: center;
}

.utility-page-form {
  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-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.logo {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.logo.small {
  width: 80%;
}

.button {
  padding: 20px 40px;
  border-style: solid;
  border-width: 2px;
  border-color: #c7313c;
  border-radius: 6px;
  background-color: #c7313c;
  font-size: 1.25rem;
  line-height: 1rem;
  font-weight: 800;
  letter-spacing: 2px;
  text-transform: capitalize;
}

.button:hover {
  background-color: transparent;
  color: #c7313c;
}

.button.secondary {
  background-color: transparent;
  color: #c7313c;
}

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

.button.mar_top-1 {
  margin-top: 10px;
}

.button.mar_top-2 {
  margin-top: 20px;
}

.button.mar_top-3 {
  margin-top: 40px;
  text-align: center;
}

.hero-section {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 194px;
  padding-bottom: 194px;
  -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;
}

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

.elements-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  padding: 60px 10%;
  -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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-row-gap: 50px;
}

.logo-wrapper {
  width: 230px;
  height: 80px;
}

.button-secondary {
  padding: 20px 40px;
  border-style: solid;
  border-width: 2px;
  border-color: #ccc;
  background-color: transparent;
  color: #ccc;
  font-size: 16px;
  font-weight: 800;
  letter-spacing: 2px;
  text-transform: uppercase;
}

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

.tab-primary {
  padding: 20px 40px;
  border-style: solid;
  border-width: 2px;
  border-color: #c7313c;
  -webkit-transition: background-color 300ms ease-out;
  transition: background-color 300ms ease-out;
  color: #4f4f4f;
  font-size: 0.875rem;
  line-height: 1rem;
  font-weight: 800;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.tab-primary:hover {
  background-color: #c7313c;
  color: #fff;
}

.tab-primary:focus {
  color: #ccc;
}

.tab-primary.w--current {
  color: #c7313c;
}

.tab-primary.w--current:hover {
  color: #fff;
}

.tab-secondary {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: none none solid;
  border-width: 2px;
  border-color: #ccc;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  font-size: 16px;
  line-height: 16px;
  font-weight: 700;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: capitalize;
}

.tab-secondary:hover {
  border-style: none none solid;
  background-color: #f6f3f1;
  color: #0a0a0a;
}

.color {
  width: 150px;
  height: 150px;
  background-color: #c7313c;
  color: #ccc;
}

.color.primary {
  width: 150px;
  height: 150px;
  background-color: #c7313c;
}

.color.secondary {
  width: 150px;
  height: 150px;
  background-color: #4b5ae0;
}

.color.tertiary {
  width: 150px;
  height: 150px;
  background-color: #4be0bc;
}

.color.quaternary {
  width: 150px;
  height: 150px;
  background-color: #faad39;
}

.color.neutral-1 {
  background-color: #0a0a0a;
}

.color.neutral-2 {
  background-color: #4f4f4f;
}

.color.neutral-3 {
  background-color: #f6f3f1;
}

.color.neutral-4 {
  background-color: #fff;
}

.color-card {
  width: auto;
  min-width: auto;
  padding: 10px;
  border-style: solid;
  border-width: 2px;
  border-color: #ccc;
}

.atom-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  grid-column-gap: 20px;
}

.element-tittle {
  margin-top: 40px;
}

.sub_heading-1 {
  font-size: 1.875rem;
  line-height: 2.5rem;
  font-weight: 900;
  text-transform: capitalize;
}

.sub_heading-1.color-primary {
  color: #c7313c;
}

.sub_heading-2 {
  font-size: 30px;
  line-height: 35px;
  text-transform: capitalize;
}

.heading {
  font-size: 2.5rem;
  line-height: 3rem;
}

.section {
  position: relative;
  padding: 80px 30px;
  border-bottom: 1px solid #e4ebf3;
  background-color: transparent;
}

.section.hero {
  padding-top: 190px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.7)), to(rgba(0, 0, 0, 0.7))), url('../images/hero4.png');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('../images/hero4.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  color: #fff;
}

.section.reviews {
  background-image: url('../images/Pattern-2.png');
  background-position: 0% 0%;
  background-size: auto;
  color: #fff;
  text-align: center;
}

.section.pattern-white {
  border-bottom-style: none;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.4)), to(hsla(0, 0%, 100%, 0.4))), url('../images/Pattern-1.png');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.4), hsla(0, 0%, 100%, 0.4)), url('../images/Pattern-1.png');
  background-position: 0px 0px, 0px 0px;
  color: #c7313c;
  text-align: center;
}

.section.testimonials {
  background-image: url('../images/Pattern-3.png');
  background-position: 0% 0%;
  background-size: auto;
  color: #fff;
  text-align: center;
}

.section.footer {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #0a0a0a;
  text-align: right;
}

.section.mar_bot-double {
  padding-top: 80px;
  padding-bottom: 80px;
}

.section.sub-hero {
  padding-top: 25px;
  padding-bottom: 25px;
  background-color: #c7313c;
  color: #fff;
}

.container {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}

.container.hero {
  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;
  grid-column-gap: 128px;
  grid-row-gap: 128px;
}

.container.nav {
  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;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.container.align-center {
  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: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container.form {
  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;
  grid-column-gap: 128px;
  grid-row-gap: 128px;
}

.container.form.sub-page {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
}

.container.form.sub-page.alight-top {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-column-gap: 50px;
}

.container.footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-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;
}

.container.card.shadow.flex-h {
  padding: 40px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 50px;
  grid-row-gap: 50px;
}

.container.card.shadow.flex-h:hover {
  outline-color: #c7313c;
  outline-offset: -5px;
  outline-style: none;
  outline-width: 5px;
}

.hero-wrapper {
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hero-split {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 46%;
  -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;
}

.margin-bottom-24px {
  margin-bottom: 24px;
}

.button-primary {
  padding: 12px 25px;
  background-color: #1a1b1f;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

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

.button-primary:active {
  background-color: #43464d;
}

.shadow-two {
  box-shadow: 0 4px 24px 0 rgba(150, 163, 181, 0.08);
}

.image {
  width: 500px;
  height: 500px;
  max-width: none;
  border-radius: 10px;
}

.image.form {
  width: 50%;
  height: 100%;
  -o-object-fit: fill;
  object-fit: fill;
}

.image.form.image-about {
  height: 360px;
  -o-object-fit: cover;
  object-fit: cover;
}

.image.contact-us {
  width: 100%;
  height: 300px;
  -o-object-fit: cover;
  object-fit: cover;
}

.type_lock-wrapper {
  width: 50%;
}

.type_lock-wrapper.with-5 {
  width: 50%;
}

.type_lock-wrapper.flex-v {
  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;
}

.type_lock-wrapper.flex-v.align-left {
  width: 100%;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: left;
}

.divider-element {
  margin-top: 15px;
  margin-bottom: 15px;
}

.tabs-wrapper {
  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;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}

.nav-bar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 30px;
  background-color: #fff;
}

.nav-bar.hide {
  display: none;
}

.burger-wrapper {
  display: none;
}

.image-absolute {
  position: static;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: auto;
  max-height: 620px;
  max-width: 730px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  -o-object-fit: contain;
  object-fit: contain;
}

.mar_bot-2 {
  margin-bottom: 20px;
}

.mar_bot-1 {
  margin-bottom: 10px;
}

.card-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
}

.card-wrapper.mar_top-4 {
  margin-top: 40px;
}

.card-wrapper.mar_top-4.mar_bot-6 {
  margin-bottom: 60px;
}

.card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 30px 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #fff;
  -webkit-transition: all 150ms ease;
  transition: all 150ms ease;
}

.card:hover {
  outline-color: #c7313c;
  outline-offset: -5px;
  outline-style: solid;
  outline-width: 5px;
}

.card.shadow {
  padding-right: 30px;
  padding-left: 30px;
  -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;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  box-shadow: 1px 1px 10px 0 rgba(0, 0, 0, 0.2);
  color: #4f4f4f;
  text-align: center;
}

.card.shadow:hover {
  border: 1px none #000;
  outline-color: #c7313c;
  outline-offset: -5px;
  outline-style: none;
  outline-width: 5px;
}

.card-image {
  width: 100%;
  height: 200px;
  max-width: none;
  border-radius: 10px;
  -o-object-fit: cover;
  object-fit: cover;
}

.card-image.with-4 {
  width: 40%;
}

.card-image.about-us {
  width: 40%;
  height: 600px;
}

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

.slider.mar_top-4 {
  display: block;
  margin-top: 40px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.slider-div_line {
  width: 100%;
  height: 2px;
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: #fff;
}

.testimonial-name {
  font-size: 1.25rem;
  line-height: 1.563rem;
  font-weight: 900;
}

.slide-nav {
  position: static;
  height: auto;
}

.slide-2 {
  height: 48%;
}

.mask {
  width: 100%;
  height: 100%;
  padding-bottom: 0px;
}

.slide {
  width: 100%;
  height: 100%;
  min-height: auto;
  padding-right: 20%;
  padding-bottom: 0px;
  padding-left: 20%;
}

.slide_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 100%;
  min-height: 300px;
  -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;
  text-align: center;
}

.form-field {
  width: 100%;
  height: auto;
  max-width: 100%;
  min-height: auto;
  min-width: 100%;
  padding: 20px 25px;
  border: 1px solid #000;
}

.form-field::-webkit-input-placeholder {
  font-size: 1rem;
  line-height: 1rem;
  font-weight: 400;
}

.form-field:-ms-input-placeholder {
  font-size: 1rem;
  line-height: 1rem;
  font-weight: 400;
}

.form-field::-ms-input-placeholder {
  font-size: 1rem;
  line-height: 1rem;
  font-weight: 400;
}

.form-field::placeholder {
  font-size: 1rem;
  line-height: 1rem;
  font-weight: 400;
}

.form-field.text-field {
  min-height: 150px;
}

.form.mar_top-4 {
  margin-top: 40px;
}

.form-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;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-column-gap: 5px;
  grid-row-gap: 5px;
}

.form-container {
  width: 40%;
}

.form-container.with-5 {
  width: 50%;
}

.form-container.secondary {
  width: 50%;
  padding: 50px;
  background-color: #231f20;
  color: #fff;
}

.footer-right_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;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  color: hsla(0, 0%, 100%, 0.5);
}

.footer_tabs-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.section_img-container {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 100%;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.arrow {
  width: 5%;
}

.color-primary {
  color: #c7313c;
}

.color-primary.mar_top-2 {
  margin-top: 20px;
}

.gird {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.gird._3x2 {
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}

.gird._3x2.mar_top-3 {
  margin-top: 40px;
}

.price {
  color: #c7313c;
  font-size: 1.25rem;
  font-weight: 900;
}

.contact-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: auto;
  padding: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.map {
  width: 100.000023%;
  height: 300px;
}

.map.mar_top {
  margin-top: 40px;
}

.mar_v-2 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.footer-left-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  color: hsla(0, 0%, 100%, 0.5);
}

.linkblock--social {
  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;
  grid-column-gap: 10px;
}

.social-icon {
  width: 40px;
}

.card__button {
  padding: 12px 25px;
  border-radius: 10px;
  background-color: #c7313c;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
  font-size: 12px;
  line-height: 20px;
  font-weight: 900;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.card__button:hover {
  background-color: #4f4f4f;
  color: #fff;
}

.card__button:active {
  background-color: #43464d;
}

.highlight {
  color: #c7313c;
  font-size: 18px;
}

.call-text {
  padding-top: 5px;
  padding-bottom: 5px;
  color: #c7313c;
  font-size: 18px;
  font-weight: 700;
}

.services__disc {
  width: 60%;
  color: #0a0a0a;
  font-size: 0.9rem;
  line-height: 1.4rem;
  text-align: center;
}

.card__heading {
  font-size: 1.5rem;
  line-height: 2rem;
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 3rem;
  }

  .logo-wrapper.logo--footer {
    width: 180px;
    height: 70px;
  }

  .tab-primary {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 150px;
    margin: 10px auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-color: #fff;
    color: #fff;
  }

  .tab-primary:hover {
    background-color: #fff;
    color: #c7313c;
  }

  .tab-secondary {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
  }

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

  .section.hero {
    padding-top: 100px;
  }

  .section.footer {
    text-align: right;
  }

  .section.mar_bot-double {
    padding-bottom: 250px;
  }

  .section.sub-hero {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .container {
    z-index: 90;
    max-width: none;
  }

  .container.hero {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .container.form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .container.form.inverted {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .container.card.shadow.flex-h {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .hero-wrapper {
    margin-bottom: -40px;
    -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;
  }

  .hero-split {
    max-width: 100%;
    margin-bottom: 40px;
  }

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

  .image.form {
    width: 450px;
    height: 450px;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .type_lock-wrapper {
    width: 100%;
  }

  .type_lock-wrapper.with-5 {
    width: 90%;
  }

  .tabs-wrapper {
    position: absolute;
    left: 0%;
    top: 100%;
    right: 0%;
    bottom: 0%;
    z-index: 100;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100vw;
    height: 346px;
    padding-top: 30px;
    padding-bottom: 30px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    background-color: #0a0a0a;
  }

  .nav-bar {
    position: relative;
    z-index: 100;
  }

  .burger-wrapper {
    position: static;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: auto;
    z-index: 100;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 80px;
    height: 80px;
    padding: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #c7313c;
  }

  .burger-wrapper.w--open {
    background-color: #ccc;
    -webkit-transition: background-color 200ms ease;
    transition: background-color 200ms ease;
  }

  .burger {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 2rem;
    line-height: 1rem;
  }

  .nav-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .nav-ekg-line {
    display: none;
  }

  .image-absolute {
    position: static;
    width: auto;
    height: 100%;
  }

  .card-wrapper.mar_top-4.mar_bot-6 {
    display: -ms-grid;
    display: grid;
    grid-auto-columns: 1fr;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .card {
    padding: 20px 30px;
  }

  .card.shadow {
    padding-right: 20px;
    padding-left: 20px;
  }

  .card-image.about-us {
    width: 100%;
    height: 500px;
  }

  .slide {
    padding-right: 10%;
    padding-left: 10%;
  }

  .slide_wrapper {
    width: 100%;
    height: 430px;
  }

  .form-container {
    width: 100%;
  }

  .form-container.secondary {
    width: 100%;
  }

  .section_img-container {
    width: 100%;
    height: 50%;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .price {
    font-size: 1rem;
  }

  .contact-container {
    width: 100%;
  }

  .footer-left-wrapper {
    grid-column-gap: 8px;
    grid-row-gap: 20px;
  }

  .linkblock--social {
    grid-column-gap: 0px;
    grid-row-gap: 10px;
  }

  .services__disc {
    width: 70%;
  }

  .card__heading {
    font-size: 1.2rem;
    line-height: 1.5rem;
  }

  .linkblock__text {
    width: 81px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 2.5rem;
  }

  h2 {
    font-size: 2rem;
  }

  .section {
    padding: 60px 15px;
  }

  .section.footer {
    text-align: right;
  }

  .section.mar_bot-double {
    padding-bottom: 350px;
  }

  .container.form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .container.footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }

  .image {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .image.form {
    width: 100%;
  }

  .type_lock-wrapper.with-5 {
    width: 100%;
  }

  .tabs-wrapper {
    top: 100%;
  }

  .nav-bar {
    padding-right: 15px;
    padding-left: 15px;
  }

  .card {
    padding: 15px 30px;
  }

  .card.shadow {
    padding-right: 15px;
    padding-left: 15px;
  }

  .mask {
    height: 100%;
  }

  .slide {
    height: auto;
    padding-right: 15%;
    padding-left: 15%;
  }

  .slide_wrapper {
    height: 100%;
    min-height: 500px;
  }

  .footer-right_wrapper {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .arrow {
    width: 10%;
  }

  .gird._3x2.mar_top-3 {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .footer-left-wrapper {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .services__disc {
    width: 90%;
    font-size: 0.9rem;
    line-height: 1.3rem;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 2rem;
  }

  h2 {
    font-size: 1.7rem;
    line-height: 2.3rem;
  }

  .button.mar_top-3 {
    margin-top: 30px;
    padding: 15px 30px;
    line-height: 1.3rem;
  }

  .logo-wrapper {
    width: 180px;
    height: 65px;
  }

  .tab-secondary {
    padding-right: 8px;
    padding-left: 8px;
    font-size: 12px;
  }

  .sub_heading-1.color-primary {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .container {
    max-width: none;
  }

  .container.form.inverted {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .container.footer {
    grid-column-gap: 0px;
    grid-row-gap: 20px;
  }

  .container.card.shadow.flex-h {
    padding: 15px;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .image {
    width: 100%;
    height: 300px;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .image.form {
    width: 100%;
    height: 300px;
  }

  .nav-bar {
    padding: 10px 15px;
  }

  .card-wrapper.mar_top-4 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .card-wrapper.mar_top-4.mar_bot-6 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .card {
    height: 160px;
  }

  .card.shadow {
    height: auto;
  }

  .slide {
    padding-right: 10%;
    padding-left: 10%;
  }

  .form-container {
    width: 100%;
  }

  .form-container.secondary {
    padding: 20px;
  }

  .footer_tabs-wrapper {
    grid-column-gap: 10px;
  }

  .section_img-container {
    height: 40%;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .arrow {
    overflow: visible;
    width: 5%;
  }

  .arrow_icon {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    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;
    -o-object-fit: contain;
    object-fit: contain;
  }

  .gird._3x2.mar_top-3 {
    margin-top: 30px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .footer-left-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .services__disc {
    width: 100%;
    font-size: 0.7rem;
    line-height: 1.1rem;
  }
}