:root {
  --black: black;
  --indian-red: #d26d61;
  --body-colour: #f8f8f8;
  --white: white;
  --slate-blue: #4d50e0;
  --grey: #75777b;
  --light-gray: rgba(0, 0, 0, .64);
  --pricing-features: rgba(2, 2, 2, .38);
  --nav-divider: rgba(255, 255, 255, .11);
  --nav-divider-white: rgba(248, 248, 248, .15);
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.nav-container {
  width: 100%;
  background-color: #000;
  border: 1px #000;
  padding-left: 5%;
  padding-right: 5%;
}

.navbar {
  z-index: 1000;
  width: 100%;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(0, 0, 0, .15);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: block;
  position: fixed;
  top: 0;
}

.hero-section {
  height: 100vh;
  background-image: url('../images/istockphoto-1355427063-2048x2048-transformed.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.hero-section.about {
  height: 60vh;
  background-image: url('../images/casadeigeraniabout.jpg');
}

.hero-section.about.socializzazione {
  background-image: url('../images/amis-aines-faisant-fete-ensemble-vue-face-min.jpg');
  background-attachment: fixed;
}

.hero-section.about.socializzazione.cucina {
  background-image: url('../images/cucinacasalinga.jpg');
  background-position: 50%;
  background-attachment: scroll;
}

.hero-section.about.socializzazione.cucina.atinfer {
  background-image: url('../images/assistenzainfermieristica.jpg');
  background-position: 50% 65%;
}

.hero-section.about.socializzazione.cucina.asss {
  background-image: url('../images/assistenzainfermieristica2.jpg');
}

.hero-section.about.socializzazione.cucina.asss.h24 {
  background-image: url('../images/h24.jpg');
  background-position: 50% 100%;
}

.hero-layer {
  z-index: 0;
  width: auto;
  height: auto;
  background-color: rgba(0, 0, 0, .7);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.hero-layer.white {
  background-color: rgba(255, 255, 255, .91);
  display: block;
}

.hero-layer.dark {
  background-color: rgba(0, 0, 0, .74);
  display: block;
}

.hero-layer.darker {
  background-color: rgba(0, 0, 0, .89);
}

.logo-text {
  color: var(--black);
  background-color: rgba(255, 255, 255, 0);
  border: 1px #fff;
  margin-top: 13px;
  font-size: 30px;
}

.nav-link {
  color: var(--black);
  letter-spacing: 1.5px;
  background-color: rgba(255, 255, 255, 0);
  flex-direction: column;
  justify-content: center;
  font-size: 12px;
  font-weight: 700;
  display: flex;
}

.nav-link:hover, .nav-link.w--current {
  color: var(--indian-red);
}

.body {
  background-color: var(--body-colour);
  letter-spacing: .5px;
  font-family: Montserrat, sans-serif;
}

.nav-menu {
  background-color: rgba(255, 255, 255, 0);
  margin-top: 6px;
  display: flex;
  top: 0;
}

.nav-divider {
  height: auto;
  border: .6px solid rgba(0, 0, 0, .07);
  margin: 0 2vw -12px;
  padding-bottom: 0;
  position: relative;
  top: -11px;
}

.nav-social-media-icon {
  width: 15px;
  height: 15px;
  margin: 21px 15px 8px;
  padding: 0;
}

.nav-social-media-div {
  display: none;
}

.nav-social-media-div.black {
  display: block;
}

.what-we-do-section {
  height: auto;
  background-color: #fff;
  background-image: url('../images/mother-daughter-having-fun-white-min.jpg');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: 600px;
  flex-direction: column;
  align-items: center;
  padding: 10vh 10% 7vh;
  display: flex;
}

.what-we-do-section.f {
  background-color: #fcfcfc;
  background-image: none;
  padding-top: 7vh;
}

.hero-header {
  z-index: 100;
  color: #fff;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  font-size: 60px;
  font-weight: 700;
  position: relative;
}

.hero-header.thin {
  text-align: center;
  margin-top: 16px;
  margin-bottom: 20px;
  font-size: 48px;
  font-weight: 100;
  line-height: 55px;
}

.hero-header.heavy {
  width: 534px;
  height: 97px;
  color: var(--white);
  text-align: center;
  color: #d26d61;
  margin-top: 10px;
  font-size: 52px;
  font-weight: 700;
  line-height: 55px;
}

.hero-paragraph {
  z-index: 10;
  color: #fff;
  letter-spacing: 8px;
  margin-top: 10px;
  font-size: 17px;
  position: relative;
}

.button {
  z-index: 10;
  background-color: var(--indian-red);
  border-radius: 20px;
  margin-top: 30px;
  padding-left: 30px;
  padding-right: 30px;
  font-size: 12px;
  font-weight: 700;
  position: relative;
}

.heading {
  z-index: 10;
  font-size: 38px;
  position: relative;
}

.heading.thin {
  color: #000;
  margin-top: 0;
  margin-bottom: -8px;
  font-weight: 600;
}

.heading.thin.purple {
  color: var(--slate-blue);
  background-color: rgba(77, 80, 224, 0);
  margin-top: -5px;
  font-weight: 200;
}

.heading.thin.white {
  color: #fff;
  margin-top: -6px;
  margin-left: 8px;
  position: relative;
}

.heading.thin.white.bottom {
  margin-top: 0;
}

.heading.thin.purchase {
  margin-left: 10px;
  margin-right: 10px;
}

.heading.thin.contact {
  margin-bottom: 0;
}

.heading.strong {
  color: var(--indian-red);
  margin-top: 5px;
  margin-bottom: 20px;
}

.heading.strong.white {
  color: #fff;
}

.heading.strong.white.call-number {
  margin-top: 0;
  font-size: 56px;
}

.heading.strong.white.dd {
  text-align: center;
  position: static;
}

.heading.strong.margin-left {
  margin-left: 5px;
}

.heading.strong.purchase {
  margin-top: 11px;
}

.heading.testimonial {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 100;
}

.heading.testimonial.strong {
  color: #fff;
  margin-top: -6px;
  font-weight: 700;
}

.heading.testimonial.strong.contact {
  color: #000;
}

.heading.contact {
  font-weight: 200;
}

.heading-paragraph {
  width: 700px;
  color: #000;
  text-align: center;
  letter-spacing: 1px;
  margin-top: 5px;
  margin-bottom: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  font-weight: 200;
  line-height: 22px;
}

.heading-paragraph.white {
  z-index: 10;
  color: rgba(255, 253, 253, .66);
  position: relative;
}

.heading-paragraph.sub {
  width: auto;
  color: #fff;
  text-align: left;
  margin-top: 20px;
  font-size: 17px;
  font-weight: 200;
  position: relative;
}

.heading-paragraph.sub.black {
  color: rgba(5, 5, 5, .7);
}

.heading-paragraph.sub.black.purchase {
  color: rgba(5, 5, 5, .82);
  margin-top: 0;
  font-size: 14px;
  font-weight: 500;
}

.heading-paragraph.w {
  text-align: left;
  padding-top: 8px;
}

.heading-paragraph.w.new {
  width: auto;
}

.features-div {
  width: 100%;
  height: 400px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
  display: flex;
}

.features-div.new {
  margin-top: -98px;
}

.features-div.new.ff {
  height: auto;
  background-color: #fff;
  margin-top: 0;
  position: static;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.feature-div {
  width: auto;
  height: auto;
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.feature-div.second, .feature-div.third, .feature-div.fourth {
  width: auto;
  height: auto;
}

.feature-div._3-col {
  width: 25%;
  height: 200px;
  background-color: var(--indian-red);
  align-items: center;
  margin-top: -98px;
  padding: 20px 10px 20px 15px;
  position: relative;
}

.feature-div._3-col.second._3 {
  background-color: var(--grey);
}

.feature-div._3-col.fifth {
  background-image: url('../images/paper-plane.svg');
}

.feature-div._3-col.sixth {
  background-image: url('../images/settings-2.svg');
}

.feature-heading {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
}

.feature-heading.strong {
  color: #fff;
}

.feature-heading.strong.b {
  color: #000;
}

.feature-heading.light {
  color: var(--grey);
  margin-top: -7px;
  font-weight: 100;
}

.feature-paragraph {
  width: 100%;
  color: #fff;
  letter-spacing: 0;
  margin-top: 10px;
  font-size: 14px;
}

.feature-paragraph.bb {
  color: #000;
  letter-spacing: 1px;
  font-size: 17px;
  font-weight: 200;
  line-height: 22px;
}

.feature-text-div {
  width: 400px;
}

.feature-icon {
  width: 50px;
  height: 45px;
  filter: invert();
  margin-right: 20px;
  position: relative;
  top: 0;
}

.feature-icon.s {
  margin-right: 0;
}

.skills-section {
  z-index: 100;
  height: 75vh;
  color: rgba(51, 51, 51, 0);
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/istockphoto-1157325773-2048x2048-transformed.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.our-team-section {
  height: auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 7vh;
  padding-bottom: 7vh;
  display: flex;
}

.skills-container {
  width: 100%;
  justify-content: center;
  padding-left: 10%;
  padding-right: 10%;
  display: flex;
}

.paragraph {
  z-index: 10;
  color: rgba(255, 246, 246, .72);
  letter-spacing: .6px;
  margin-top: 15px;
  font-size: 12px;
  position: relative;
}

.paragraph.black {
  color: rgba(0, 0, 0, .6);
}

.paragraph.testiominal {
  width: 75%;
  color: rgba(255, 255, 255, .54);
  text-align: center;
  letter-spacing: 1px;
  margin-top: 40px;
  font-size: 14px;
  line-height: 24px;
}

.skills-text-container {
  width: 45%;
}

.skills-bar-container {
  width: 45%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-left: 10%;
  display: flex;
}

.bar {
  z-index: 10;
  width: 100%;
  height: 20px;
  background-color: rgba(255, 255, 255, .07);
  border-radius: 20px;
  position: relative;
}

.bar-progress {
  width: 70%;
  height: 100%;
  background-color: var(--slate-blue);
  border-radius: 10px;
  position: relative;
}

.bar-progress.branding {
  width: 70%;
  background-color: var(--indian-red);
}

.bar-progress.web-design {
  width: 100%;
  background-color: var(--indian-red);
}

.bar-progress.user-experience {
  width: 85%;
  background-color: var(--indian-red);
}

.bar-progress.fun {
  width: 82%;
}

.bar-name {
  color: #fff;
  margin-top: 0;
  margin-bottom: 5px;
  font-weight: 400;
  position: relative;
  left: 2px;
}

.bar-div {
  width: 100%;
  margin: 13px;
}

.bar-number-indicator {
  width: 30px;
  height: 20px;
  background-color: #4d4d4d;
  border-radius: 5px;
  position: absolute;
  top: -120%;
  bottom: auto;
  left: auto;
  right: -3%;
}

.bar-number {
  color: #fff;
  text-align: center;
  font-size: 10px;
}

.our-team-header-div {
  display: flex;
}

.team-profile-container {
  width: 100%;
  height: 600px;
}

.team-profile-div {
  width: 30%;
  height: 100%;
  margin-left: 20px;
  margin-right: 20px;
}

.image {
  width: 100%;
  height: 60%;
}

.team-title {
  color: var(--light-gray);
  margin-top: 20px;
  margin-bottom: 0;
  font-weight: 500;
}

.team-name {
  margin-top: 5px;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 700;
}

.paragraph-3 {
  color: var(--light-gray);
  letter-spacing: .5px;
  margin-bottom: 0;
  font-size: 12px;
  line-height: 22px;
}

.slider {
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
}

.video-section {
  width: 100%;
  height: 60vh;
  background-image: url('../images/drew-beamer-Se7vVKzYxTI-unsplash.jpg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-top: 10vh;
  padding-bottom: 10vh;
  display: flex;
  position: relative;
}

.video-container {
  z-index: 10;
  width: 90%;
  justify-content: center;
  display: flex;
  position: relative;
}

.video-text-div {
  width: 45%;
}

.video-div {
  z-index: 10;
  width: 45%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-left: 5%;
  display: flex;
  position: relative;
}

.stats-section {
  height: 200px;
  background-color: var(--indian-red);
  justify-content: center;
  align-items: center;
  padding-top: 5vh;
  padding-bottom: 5vh;
  display: flex;
}

.flex-div {
  justify-content: center;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.icon {
  color: #cacaca;
  background-color: #fff;
  margin-top: 140px;
  margin-left: 40px;
}

.icon-2 {
  color: #cacaca;
  margin-top: 140px;
  margin-right: 40px;
}

.slide-nav {
  color: #e25656;
  display: none;
}

.slide {
  height: 400px;
}

.right-arrow, .left-arrow {
  height: 400px;
  margin-top: 0;
  margin-bottom: 0;
}

.counter-container {
  max-width: 1200px;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 23px;
  display: flex;
}

.counter-block {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.counter {
  color: #fff;
  margin-top: 0;
  margin-bottom: 19px;
  font-size: 60px;
}

.counter-support-text {
  color: var(--body-colour);
  margin-top: 0;
  font-size: 18px;
  font-weight: 600;
}

.div-block {
  z-index: 10;
  width: 1000px;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.div-block-2 {
  width: 100%;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.quote-name {
  background-color: var(--slate-blue);
  color: #fff;
  border-radius: 2px;
  margin-top: 30px;
  padding-left: 10px;
  padding-right: 10px;
}

.icon-3 {
  z-index: 100;
  width: auto;
  margin-left: 104px;
  padding-left: 52px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

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

.purchase-section {
  width: 100vw;
  height: 55vh;
  background-image: url('../images/nastuh-abootalebi-yWwob8kwOCk-unsplash-1.jpg');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.client-logo-section {
  height: 300px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.social-media-section {
  height: 75vh;
  background-image: url('../images/dane-deaner-_-KLkj7on_c-unsplash.jpg');
  background-position: 50% 70%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.pricing-section {
  height: 100vh;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.pricing-section.r {
  height: auto;
  padding-top: 7vh;
  padding-bottom: 7vh;
}

.call-section {
  height: 50vh;
  background-image: url('../images/assistenza-diurna.jpeg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.contact-us-section {
  background-color: #fff;
  flex-direction: column;
  align-items: center;
  padding-top: 10vh;
  padding-bottom: 10vh;
  display: flex;
}

.footer-section {
  height: 350px;
  background-color: #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.purchase-heading-container {
  z-index: 100;
  align-items: center;
  display: flex;
  position: relative;
}

.purchase-subheading {
  z-index: 10;
  color: var(--light-gray);
  letter-spacing: .5px;
  margin-top: 5px;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  position: relative;
}

.purchase-button {
  z-index: 10;
  background-color: var(--slate-blue);
  border-radius: 100px;
  margin-top: 60px;
  padding: 13px 30px;
  font-size: 11px;
  font-weight: 600;
  position: relative;
}

.work-section {
  width: 100vw;
  height: 100vh;
  display: none;
}

.testimonial-section {
  height: 65vh;
  background-image: url('../images/austin-distel-mpN7xjKQ_Ns-unsplash.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.testimonial-name {
  color: #fff;
  margin-bottom: 0;
}

.testimonial-job {
  color: #5c5b5b;
  margin-top: 0;
  font-weight: 400;
}

.testiomonial-slider {
  height: auto;
  background-color: rgba(221, 221, 221, 0);
}

.testimonial-left-arrow {
  z-index: 100;
  width: 100px;
  margin-left: 0;
  top: 0%;
  bottom: 0%;
  left: 15%;
  right: auto;
}

.testimonial-right-arrow {
  width: 100px;
  height: auto;
  color: #fff;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 15%;
}

.testimonial-slider-container {
  height: auto;
  background-color: rgba(0, 0, 0, 0);
}

.icon-4 {
  z-index: 1000;
  color: #fff;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 58%;
}

.testimonial-left-arrow-copy {
  z-index: 100;
  width: 100px;
  margin-left: 0;
  top: -13%;
  bottom: 0%;
  left: 20%;
  right: auto;
}

.quote-section {
  height: 55vh;
  background-image: url('../images/image.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.quote-slider-container {
  height: auto;
  background-color: rgba(0, 0, 0, 0);
}

.quote-slider {
  height: auto;
  background-color: rgba(221, 221, 221, 0);
}

.quote-left-arrow {
  z-index: 100;
  width: 100px;
  height: 100%;
  margin-left: 0;
  display: none;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 10%;
  right: auto;
}

.quote-right-arrow {
  width: 100px;
  height: 100%;
  color: #fff;
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 10%;
}

.mask, .mask-2 {
  width: 100vw;
}

.client-logo-container {
  width: 80%;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.client-logo {
  padding: 28px;
}

.paragraph-4 {
  width: 50%;
}

.social-media-icon {
  z-index: 10;
  width: 120px;
  height: auto;
  background-color: rgba(77, 80, 224, 0);
  border-radius: 20px;
  flex-direction: column;
  align-items: center;
  margin-left: 24px;
  margin-right: 24px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
}

.circle {
  width: 100px;
  height: 100px;
  opacity: 1;
  background-color: rgba(77, 80, 224, .32);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.social-media-name {
  color: #fff;
  text-align: center;
  margin-top: 7px;
  margin-bottom: 0;
}

.social-media-description {
  width: 100%;
  color: rgba(255, 255, 255, .53);
  text-align: center;
  margin-top: -4px;
  margin-bottom: 0;
  font-weight: 500;
}

.image-2 {
  width: 45px;
  height: 45px;
}

.social-media-icon-container {
  justify-content: center;
  margin-top: 30px;
  display: flex;
}

.pricing-container {
  height: auto;
  justify-content: center;
  align-items: center;
  display: flex;
}

.pricing {
  width: 280px;
  height: 380px;
  color: #020202;
  background-color: #eee;
  border-radius: 2px;
  flex-direction: column;
  align-items: center;
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
  position: relative;
}

.pricing.featured {
  width: 300px;
  height: 430px;
  position: relative;
}

.heading-2 {
  margin-top: 0;
  margin-bottom: 0;
}

.heading-3 {
  letter-spacing: 1px;
  margin-top: 10px;
  font-size: 50px;
  font-weight: 600;
}

.heading-4 {
  color: var(--pricing-features);
  margin-top: 0;
  margin-bottom: 20px;
  font-weight: 500;
}

.pricing-features-text {
  color: var(--pricing-features);
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 12px;
}

.italic-text {
  font-family: Material design iconic font, sans-serif;
  font-size: 18px;
  font-style: normal;
}

.pricing-button {
  z-index: 10;
  background-color: var(--slate-blue);
  border-radius: 100px;
  margin-top: 20px;
  padding: 12px 30px;
  font-size: 11px;
  font-weight: 600;
  position: relative;
}

.pricing-copy {
  width: 280px;
  height: 380px;
  color: #020202;
  background-color: #eee;
  border-radius: 5px;
  flex-direction: column;
  align-items: center;
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
}

.dollar-sign {
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 600;
  position: absolute;
  top: 10%;
  bottom: auto;
  left: 36%;
  right: auto;
}

.dollar-sign.premium {
  top: 12%;
  left: 35%;
}

.number-container {
  z-index: 10;
  width: 500px;
  height: 90px;
  background-color: rgba(210, 109, 97, .72);
  border-radius: 100px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.heading-5, .heading-6 {
  z-index: 10;
  position: relative;
}

.call-email-text {
  z-index: 10;
  color: #fff;
  margin-top: 30px;
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 300;
  position: relative;
}

.address-text {
  z-index: 10;
  width: 400px;
  color: #fff;
  text-align: center;
  margin-top: -18px;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 300;
  position: relative;
}

.address-text.ee {
  margin-top: 0;
  line-height: 22px;
}

.text-field {
  width: 650px;
  background-color: #eee;
  border: 1px #000;
  border-radius: 2px;
  padding-left: 15px;
  font-size: 12px;
}

.text-field.email {
  width: 325px;
  margin-right: 6px;
}

.text-field.phone-number {
  width: 320px;
}

.text-field.message {
  height: 150px;
  padding-top: 0;
  padding-bottom: 108px;
}

.contact-2-col {
  width: 650px;
  flex-direction: row;
  align-items: center;
  display: flex;
}

.contact-message {
  width: 650px;
  height: 150px;
  float: none;
  text-align: left;
  background-color: #eee;
  border: 1px #000;
  border-radius: 2px;
  padding-top: 0;
  padding-bottom: 121px;
  padding-left: 15px;
  font-size: 12px;
  overflow: auto;
}

.contact-message.email {
  margin-right: 6px;
}

.form-block {
  align-items: flex-start;
  display: flex;
}

.form {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.submit-button {
  background-color: var(--indian-red);
  letter-spacing: .7px;
  border-radius: 100px;
  margin-top: 5px;
  padding: 12px 30px;
  font-size: 10px;
  font-weight: 600;
}

.footer-header {
  color: #fff;
  margin-top: 50px;
}

.text-block {
  color: var(--slate-blue);
  margin-left: 8px;
  margin-right: 8px;
  font-family: Material design iconic font, sans-serif;
  font-size: 16px;
  transition: color .3s;
}

.text-block:hover {
  color: #fff;
}

.italic-text-2 {
  margin-left: 0;
  margin-right: 0;
  font-size: 18px;
  font-style: normal;
}

.footer-icon-div {
  margin-top: 10px;
  display: flex;
}

.italic-text-3 {
  font-style: normal;
}

.heading-7 {
  color: #fff;
  background-color: rgba(255, 255, 255, 0);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
}

.image-3 {
  color: #831414;
}

.image-4 {
  width: 12px;
  margin-right: 3px;
}

.div-block-3 {
  flex-direction: row;
  align-items: center;
  margin-top: 100px;
  display: flex;
}

.heading-8 {
  color: #fff;
  margin-top: -6px;
  margin-bottom: 0;
  font-size: 10px;
  font-weight: 300;
}

.text-block-2 {
  width: 20px;
  height: 40px;
  color: #fff;
  text-align: left;
  padding-top: 0;
  font-family: Material design iconic font, sans-serif;
  font-size: 25px;
  font-style: normal;
  text-decoration: none;
  position: relative;
  top: -9px;
  left: 4px;
}

.italic-text-4 {
  font-style: normal;
  text-decoration: none;
}

.div-block-4 {
  width: 40px;
  height: 40px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.link-block {
  width: 30px;
  height: 30px;
  background-color: var(--indian-red);
  border-radius: 2px;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  transition: background-color .2s;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 8%;
  left: auto;
  right: 2%;
}

.link-block:hover {
  background-color: #252525;
}

.div-block-5 {
  z-index: 2147483647;
  height: 100vh;
  background-color: var(--indian-red);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.lottie-animation {
  width: 200px;
  height: 200px;
}

.body-2 {
  background-color: var(--body-colour);
}

.elements-header {
  margin-top: 100px;
}

.features-section {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-6 {
  z-index: 99999;
  width: 200px;
  height: 60px;
  color: #ccc;
  background-color: #000;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  display: flex;
  position: fixed;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.div-block-6:hover {
  background-color: var(--slate-blue);
}

.heading-9 {
  text-align: center;
}

.work-card {
  width: auto;
  color: #111;
  text-align: center;
  text-decoration: none;
  display: block;
  position: relative;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.work-card-image-wrapper {
  margin-bottom: 0;
  position: relative;
  overflow: hidden;
}

.card-hover {
  z-index: 1;
  color: #fff;
  background-color: rgba(17, 17, 17, .3);
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.card-hover-info {
  letter-spacing: 3px;
  text-transform: uppercase;
  font-size: 16px;
}

.card-image {
  width: 100%;
}

.div-block-7 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.container {
  display: block;
}

.text-span {
  color: var(--indian-red);
  -webkit-text-stroke-color: var(--indian-red);
}

.div-block-8 {
  width: auto;
  height: auto;
  background-color: var(--indian-red);
  border-radius: 100%;
  margin-right: 20px;
  padding: 10px;
}

.text-span-2 {
  color: var(--grey);
}

.text-span-2.wh {
  color: #fff;
}

.div-block-9 {
  background-color: #fff;
  padding-top: 7vh;
  padding-bottom: 0;
}

.div-block-9._33 {
  padding-bottom: 7vh;
}

.container-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-right: 20px;
  display: block;
}

.columns {
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.heading-10 {
  background-color: var(--indian-red);
  color: #000;
  text-shadow: 0 0 1px rgba(0, 0, 0, .2);
  margin-top: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 25px;
  line-height: 30px;
}

.text-span-3, .text-span-4, .text-span-5, .text-span-6 {
  color: #fff;
}

.text-span-7 {
  text-align: center;
  font-weight: 100;
}

.color-hover {
  width: 100%;
  background-color: #faaf52;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.color-hover.down {
  height: 3px;
  background-color: var(--indian-red);
  height: 3px;
  background-color: #d26d61;
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0;
  right: 0;
}

.footer-v2 {
  color: #777;
  flex-wrap: wrap;
  padding-top: 64px;
  padding-bottom: 0;
  font-size: 13px;
  line-height: 20px;
  display: flex;
}

.footer-v2.dark-bg {
  color: rgba(255, 255, 255, .7);
}

.footer-bottom-left {
  text-align: left;
  flex-wrap: wrap;
  flex: 1;
  align-items: center;
  padding-top: 8px;
  padding-bottom: 8px;
  display: flex;
}

.social-link {
  width: 40px;
  height: 40px;
  justify-content: center;
  align-items: center;
  margin: 4px;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: inset 0 0 0 1px #ddd;
}

.social-link.dark-bg {
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .4);
}

.footer-v2-email {
  color: #777;
  text-decoration: none;
}

.footer-v2-email:hover {
  color: #111;
  text-decoration: underline;
}

.footer-v2-email.dark-bg, .footer-v2-email.dark-bg:hover {
  color: #fff;
}

.footer-v2-about {
  width: 33.33%;
  flex-direction: column;
  align-items: flex-start;
  padding-left: 15px;
  padding-right: 6%;
  display: flex;
}

.footer-bottom-right {
  text-align: right;
  flex-wrap: wrap;
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  padding-top: 8px;
  padding-bottom: 8px;
  display: flex;
}

.footer-bottom-v2 {
  width: 100%;
  color: #7c8499;
  border-top: 1px solid #ddd;
  justify-content: space-between;
  margin-top: 40px;
  margin-left: 15px;
  margin-right: 15px;
  padding-top: 24px;
  padding-bottom: 24px;
  font-size: 12px;
  line-height: 16px;
  display: flex;
}

.footer-bottom-v2.dark-bg {
  color: rgba(255, 255, 255, .6);
  border-top-color: rgba(255, 255, 255, .2);
}

.footer-text-left {
  margin-right: 16px;
}

.wrapper {
  width: 100%;
  max-width: 1200px;
  background-color: rgba(0, 0, 0, 0);
  padding-left: 42px;
  position: static;
}

.footer-v2-contact {
  align-items: flex-start;
  margin-bottom: 8px;
  display: flex;
}

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

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

.footer-v2-heading {
  color: #111;
  margin-bottom: 24px;
}

.footer-v2-heading.text-white {
  color: #fff;
  letter-spacing: 0;
  font-size: 16px;
}

.footer-text-right {
  margin-left: 16px;
}

.footer-v2-signature {
  height: auto;
  opacity: 1;
}

.hero-social-icon {
  z-index: 1;
  position: relative;
}

.social-icons {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.social-icons.left {
  flex-direction: row;
  justify-content: flex-start;
  margin-left: 0;
}

.link-v2 {
  color: #111;
  font-family: Oswald, sans-serif;
  font-size: 16px;
  line-height: 24px;
  text-decoration: none;
  transition: box-shadow .4s;
  display: inline-block;
  box-shadow: 0 2px #ddd;
}

.link-v2:hover {
  box-shadow: 0 2px #111;
}

.link-v2.white {
  color: #fff;
  box-shadow: 0 2px rgba(255, 255, 255, .2);
}

.link-v2.white:hover {
  box-shadow: 0 2px #fff;
}

.footer-v2-contacts {
  width: 25%;
  flex-direction: column;
  align-items: flex-start;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.footer-v2-nav-links {
  flex-direction: column;
  align-items: flex-start;
  margin-top: -6px;
  display: flex;
}

.footer-v-2-contact-list {
  flex-direction: column;
  align-items: flex-start;
  padding-bottom: 12px;
  display: flex;
}

.footer-v2-nav-link {
  color: #777;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-right: 8px;
  text-decoration: none;
}

.footer-v2-nav-link:hover {
  color: #111;
  text-decoration: underline;
}

.footer-v2-nav-link.dark-bg {
  color: #fff;
  letter-spacing: 0;
  font-weight: 200;
}

.footer-v2-nav-link.dark-bg:hover {
  color: #fff;
}

.footer-v2-follow {
  width: auto;
  flex-direction: column;
  align-items: flex-start;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.section {
  background-color: #fff;
  background-image: url('../images/testimonial.png');
  background-position: 50% 76%;
  background-size: cover;
  background-attachment: scroll;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 128px 6% 128px 0%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section.dark {
  color: #fff;
  background-image: linear-gradient(to right, #40424b, #1c1d24);
}

.section.dark.no-padding-vertical {
  z-index: 99999;
  background-color: #000;
  background-image: none;
  padding-top: 2vh;
  padding-bottom: 2vh;
  padding-left: 6%;
  position: static;
}

.footer-v2-contact-icon {
  width: 16px;
  margin-top: 2px;
  margin-right: 12px;
}

.footer-v2-nav {
  width: 16.66%;
  flex-direction: column;
  align-items: flex-start;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.div-block-10 {
  background-color: #000;
  padding-top: 7vh;
  padding-bottom: 7vh;
}

.container-3 {
  justify-content: space-between;
  display: flex;
}

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

.text-block-3.e {
  margin-top: 20px;
}

.text-block-4, .text-block-29 {
  color: #fff;
}

.text-span-8 {
  color: #f8f8f8;
}

.nav-link-3 {
  color: #000;
  letter-spacing: 1.5px;
  background-color: rgba(255, 255, 255, 0);
  flex-direction: column;
  justify-content: center;
  font-size: 12px;
  font-weight: 700;
  display: flex;
}

.nav-link-3:hover {
  color: #d26d61;
}

.nav-link-3.w--current {
  color: var(--indian-red);
}

.div-block-11 {
  background-color: #fff;
  padding-top: 7vh;
  padding-bottom: 0;
}

.div-block-11._33 {
  padding-bottom: 7vh;
}

.button-3 {
  z-index: 10;
  background-color: #d26d61;
  border-radius: 20px;
  margin-top: 30px;
  padding-left: 30px;
  padding-right: 30px;
  font-size: 12px;
  font-weight: 700;
  position: relative;
}

.heading-11 {
  z-index: 10;
  font-size: 38px;
  position: relative;
}

.heading-11.thin {
  color: #000;
  margin-top: 0;
  margin-bottom: 10px;
  font-weight: 100;
}

.heading-11.strong {
  color: #d26d61;
  margin-top: 5px;
  margin-bottom: 20px;
}

.div-block-12 {
  background-color: #000;
  padding-top: 7vh;
  padding-bottom: 7vh;
}

.container-4 {
  justify-content: space-between;
  display: flex;
}

.text-span-9 {
  color: #75777b;
}

.text-block-30 {
  color: #fff;
}

.div-block-13 {
  z-index: 2147483647;
  height: 100vh;
  background-color: #d26d61;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.link {
  color: #fff;
  font-size: 50px;
  text-decoration: none;
}

.section-40 {
  padding-top: 133px;
  padding-bottom: 50px;
}

.text-block-40 {
  font-family: Lato, sans-serif;
  font-size: 30px;
  font-weight: 300;
  line-height: 35px;
}

.text-block-41 {
  margin-top: 10px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.div-block-236 {
  height: 2px;
  background-color: rgba(0, 0, 0, .03);
  margin-top: 20px;
}

.text-block-42 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 25px;
}

.text-span-10 {
  font-size: 14px;
}

.container-27 {
  margin-top: 100px;
}

.bold-text {
  font-size: 12px;
}

.text-block-43, .text-block-44, .text-block-45 {
  color: #fff;
  font-weight: 700;
}

.text-block-46 {
  letter-spacing: 3px;
  font-size: 25px;
  font-weight: 700;
}

.text-block-47 {
  color: var(--white);
  padding-top: 29px;
  padding-bottom: 21px;
  font-size: 60px;
  font-weight: 700;
}

.text-block-48 {
  color: #fff;
  font-size: 30px;
  font-weight: 700;
}

.gras {
  font-weight: 700;
}

.text-block-49 {
  color: #fff;
  font-size: 42px;
  font-weight: 600;
  line-height: 60px;
}

.text-block-50 {
  font-size: 36px;
  font-weight: 700;
}

.bold-text-2 {
  font-size: 20px;
}

.tipo-1 {
  font-size: 24px;
}

.trasp {
  color: rgba(0, 0, 0, 0);
}

.bold-text-3 {
  font-size: 30px;
  line-height: 38px;
}

.paragraph-5 {
  font-size: 34px;
  font-weight: 700;
}

.paragraph-6 {
  color: #fff;
  text-align: center;
  font-size: 30px;
  font-weight: 700;
  line-height: 40px;
}

.point {
  font-size: 20px;
}

.trasparente {
  color: rgba(210, 109, 97, 0);
}

.traspa {
  color: rgba(255, 255, 255, 0);
}

.bold-text-4 {
  font-size: 25px;
}

.bianco {
  color: #fff;
}

.paragraph-7 {
  margin-bottom: 20px;
  font-size: 33px;
  font-weight: 100;
  line-height: 42px;
}

@media screen and (max-width: 991px) {
  .hero-layer.white {
    height: auto;
  }

  .nav-link {
    color: #fff;
    background-color: #000;
  }

  .what-we-do-section {
    padding-left: 5%;
    padding-right: 5%;
  }

  .heading.thin {
    font-size: 30px;
  }

  .heading.thin.purple {
    font-size: 34px;
  }

  .heading.thin.white {
    margin-top: 0;
  }

  .heading.thin.white.bottom {
    font-size: 28px;
  }

  .heading.strong.white {
    font-size: 30px;
  }

  .heading-paragraph {
    width: 80vw;
  }

  .features-div {
    width: 100%;
    height: auto;
  }

  .feature-div {
    height: auto;
    background-position: 0%;
    padding-top: 22px;
    padding-bottom: 22px;
  }

  .feature-div._3-col {
    width: 50%;
  }

  .skills-section {
    padding-left: 5%;
    padding-right: 5%;
  }

  .our-team-section {
    height: auto;
  }

  .skills-container {
    padding: 0% 5% 0;
  }

  .paragraph {
    font-size: 11px;
  }

  .skills-text-container {
    width: 50%;
  }

  .skills-bar-container {
    justify-content: center;
  }

  .team-profile-container {
    width: 100%;
    height: auto;
    padding-left: 5%;
    padding-right: 5%;
  }

  .team-profile-div {
    width: 50%;
  }

  .slider {
    height: auto;
  }

  .video-section {
    height: auto;
    padding-left: 5%;
    padding-right: 5%;
  }

  .video-container {
    width: auto;
  }

  .video-div {
    justify-content: center;
  }

  .stats-section {
    height: auto;
  }

  .flex-div {
    flex-wrap: wrap;
  }

  .icon {
    top: 50%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .icon-2 {
    top: 50%;
  }

  .slide {
    height: auto;
  }

  .right-arrow {
    height: auto;
    top: 0%;
    bottom: 0%;
    left: auto;
    right: 0%;
  }

  .left-arrow {
    height: auto;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: auto;
  }

  .counter-container {
    flex-direction: column;
    justify-content: center;
  }

  .counter-block {
    justify-content: center;
    align-items: center;
    margin-top: 15px;
    margin-bottom: 15px;
    display: flex;
  }

  .div-block {
    width: auto;
    height: auto;
    margin-left: 0;
    margin-right: 0;
    position: relative;
  }

  .div-block-2 {
    width: auto;
  }

  .client-logo-section {
    height: auto;
  }

  .social-media-section {
    height: auto;
    padding-top: 5%;
    padding-bottom: 5%;
  }

  .pricing-section {
    height: auto;
    padding-top: 10vh;
    padding-bottom: 10vh;
  }

  .contact-us-section {
    padding-left: 5%;
    padding-right: 5%;
  }

  .testimonial-left-arrow {
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: auto;
  }

  .testimonial-right-arrow {
    top: 0%;
    bottom: 0%;
    left: auto;
    right: 0%;
  }

  .quote-section {
    height: 55vh;
    padding-left: 0%;
    padding-right: 0%;
  }

  .quote-left-arrow {
    top: 3%;
    left: 6%;
  }

  .quote-right-arrow {
    top: 6%;
    right: 5%;
  }

  .mask {
    width: auto;
  }

  .client-logo-container {
    flex-wrap: wrap;
  }

  .social-media-icon {
    margin-top: 8px;
    margin-bottom: 8px;
  }

  .social-media-icon-container {
    flex-wrap: wrap;
  }

  .pricing-container {
    height: auto;
    flex-wrap: wrap;
  }

  .pricing.featured {
    height: auto;
    margin-bottom: 45px;
  }

  .work-card-image-wrapper {
    margin-bottom: 16px;
  }

  .footer-v2-about {
    width: 50%;
    padding-bottom: 40px;
    padding-left: 8px;
  }

  .footer-bottom-v2 {
    margin-left: 8px;
    margin-right: 8px;
  }

  .footer-v2-contacts {
    width: 50%;
    padding-bottom: 40px;
    padding-left: 8px;
    padding-right: 8px;
  }

  .footer-v2-follow {
    width: 50%;
    padding-bottom: 50px;
    padding-left: 8px;
    padding-right: 8px;
  }

  .section {
    padding: 80px 3%;
  }

  .footer-v2-nav {
    width: 50%;
    padding-bottom: 40px;
    padding-left: 8px;
    padding-right: 8px;
  }

  .nav-link-3 {
    color: #fff;
    background-color: #000;
  }

  .heading-11.thin {
    font-size: 30px;
  }
}

@media screen and (max-width: 767px) {
  .hero-header.thin {
    font-size: 45px;
  }

  .hero-header.heavy {
    text-align: center;
    text-align: center;
    font-size: 50px;
    line-height: 50px;
  }

  .hero-paragraph {
    width: 80%;
    text-align: center;
  }

  .heading.thin.purchase {
    font-size: 22px;
  }

  .heading.thin.purchase.first {
    font-size: 20px;
  }

  .heading.strong.purchase {
    font-size: 30px;
  }

  .work-card-image-wrapper {
    margin-bottom: 24px;
  }

  .footer-bottom-v2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .footer-text-right {
    margin-left: 0;
    margin-right: 16px;
  }
}

@media screen and (max-width: 479px) {
  .hero-section {
    height: 80vh;
    padding-left: 10%;
    padding-right: 10%;
  }

  .hero-layer, .hero-layer.dark {
    height: auto;
  }

  .what-we-do-section {
    padding-left: 10%;
    padding-right: 10%;
  }

  .hero-header.thin {
    width: 100%;
    text-align: center;
    margin-bottom: 0;
    padding-left: 0;
    font-size: 25px;
  }

  .hero-header.heavy {
    text-align: left;
    text-align: left;
    margin-top: 0;
    font-size: 30px;
  }

  .hero-paragraph {
    text-align: center;
  }

  .heading.thin {
    width: 100%;
    margin-bottom: 0;
    font-size: 35px;
    line-height: 40px;
  }

  .heading.thin.white {
    width: auto;
    height: 25px;
    text-align: center;
    font-size: 20px;
    line-height: 20px;
  }

  .heading.thin.white.bottom {
    width: 100%;
    height: auto;
    margin-left: 0;
    font-size: 20px;
    line-height: 25px;
  }

  .heading.thin.purchase {
    margin-top: -6px;
    margin-left: 0;
    margin-right: 0;
  }

  .heading.thin.purchase.first {
    margin-bottom: -14px;
  }

  .heading.thin.what-we-do {
    margin-bottom: 13px;
  }

  .heading.strong {
    margin-top: -6px;
    font-size: 25px;
  }

  .heading.strong.white {
    font-size: 20px;
    line-height: 22px;
  }

  .heading.strong.white.call-number {
    margin-top: 0;
    font-size: 30px;
  }

  .heading.strong.white.quotes {
    height: 20px;
    margin-top: 0;
    font-size: 20px;
  }

  .heading.strong.margin-left {
    margin-top: 7px;
    margin-left: 0;
    font-size: 40px;
  }

  .heading.strong.purchase {
    width: 100%;
  }

  .heading.strong.what-we-do {
    width: 100%;
    font-size: 32px;
  }

  .heading.testimonial {
    width: 100%;
  }

  .heading.testimonial.strong {
    text-align: left;
  }

  .heading.contact {
    width: 100%;
  }

  .heading-paragraph {
    width: 100%;
    text-align: left;
    margin-top: 10px;
    font-size: 14px;
  }

  .heading-paragraph.contact-us {
    margin-top: -2px;
  }

  .features-div.new.ff {
    width: 100%;
    display: block;
  }

  .feature-div {
    width: 100%;
    flex-direction: column;
  }

  .feature-div.second {
    width: auto;
    display: block;
  }

  .feature-div._3-col {
    width: 100%;
    height: auto;
    flex-direction: column;
    margin-top: 0;
    display: block;
  }

  .feature-paragraph, .feature-text-div {
    width: auto;
  }

  .feature-icon {
    position: static;
  }

  .skills-section {
    height: auto;
    padding: 10vh 10%;
  }

  .our-team-section {
    padding-left: 10%;
    padding-right: 10%;
  }

  .skills-container {
    width: 100%;
    flex-flow: column;
  }

  .paragraph.testiominal {
    width: 100%;
    text-align: center;
  }

  .skills-text-container {
    width: 100%;
  }

  .skills-bar-container {
    width: 100%;
    margin-top: 5%;
    margin-left: 0%;
  }

  .our-team-header-div {
    flex-wrap: wrap;
  }

  .team-profile-container {
    flex-direction: row;
    display: block;
  }

  .team-profile-div {
    width: 100%;
    margin: 23px 0;
  }

  .video-section {
    padding-left: 10%;
    padding-right: 10%;
  }

  .video-container {
    flex-wrap: wrap;
  }

  .video-text-div {
    width: 100%;
  }

  .video-div {
    width: 100%;
    margin-top: 10%;
    margin-left: 0%;
  }

  .flex-div {
    padding-left: 0%;
    padding-right: 0%;
  }

  .right-arrow {
    top: 0%;
    bottom: 0%;
    left: auto;
    right: -16%;
  }

  .left-arrow {
    left: -20%;
  }

  .div-block, .quote-slides {
    width: 100%;
  }

  .div-block-2 {
    flex-wrap: wrap;
    align-content: stretch;
  }

  .icon-3 {
    margin-left: 0;
    padding-left: 0;
    top: 77%;
    right: 57%;
  }

  .purchase-section {
    padding-left: 10%;
    padding-right: 10%;
  }

  .client-logo-section {
    padding-top: 10vh;
    padding-bottom: 10vh;
  }

  .social-media-section {
    height: auto;
    padding: 10vh 10%;
  }

  .pricing-section {
    padding-left: 10%;
    padding-right: 10%;
  }

  .call-section {
    padding: 10vh 10%;
  }

  .contact-us-section, .footer-section {
    padding-left: 10%;
    padding-right: 10%;
  }

  .purchase-heading-container {
    flex-wrap: wrap;
  }

  .purchase-subheading {
    margin-top: 15px;
  }

  .work-section {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: none;
  }

  .testimonial-section {
    padding: 10vh 10%;
    display: flex;
  }

  .testimonial-slider-container {
    width: 100%;
  }

  .icon-4 {
    margin-left: 0;
    padding-left: 0;
    top: 77%;
    right: 5%;
  }

  .quote-section {
    padding: 10vh 10%;
    display: flex;
  }

  .quote-left-arrow {
    width: 50%;
    height: 100%;
    top: 34%;
    left: 0%;
  }

  .quote-right-arrow {
    width: 50%;
    height: auto;
    top: 0%;
    bottom: -37%;
    right: 0%;
  }

  .mask {
    width: 100vw;
  }

  .mask-2 {
    width: 100%;
  }

  .social-media-icon {
    margin-top: 11px;
    margin-bottom: 11px;
  }

  .pricing {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .pricing.featured {
    width: 280px;
  }

  .number-container {
    width: 100%;
    height: 80px;
  }

  .call-email-text {
    width: 100%;
    text-align: center;
  }

  .address-text {
    width: 100%;
    margin-top: -8px;
    line-height: 25px;
  }

  .text-field.email, .text-field.phone-number, .text-field.name, .text-field.message {
    width: 100%;
  }

  .contact-2-col {
    width: 100%;
    flex-direction: column;
  }

  .form-block, .form {
    width: 100%;
  }

  .link-block {
    right: 7%;
  }

  .menu-button {
    width: auto;
    color: #fff;
    background-color: rgba(0, 0, 0, 0);
    top: 7px;
    left: 15px;
  }

  .icon-5 {
    width: auto;
    color: #fff;
    font-size: 35px;
  }

  .work-card {
    margin-bottom: 35px;
  }

  .div-block-8 {
    width: 70px;
    height: 70px;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .columns {
    flex-direction: column;
  }

  .heading-10 {
    padding-left: 5px;
    padding-right: 5px;
    font-size: 20px;
  }

  .footer-v2-about {
    width: 100%;
  }

  .wrapper {
    padding-left: 0;
  }

  .social-icons {
    justify-content: flex-start;
    margin-left: -1px;
  }

  .footer-v2-contacts, .footer-v2-follow, .footer-v2-nav {
    width: 100%;
  }

  .container-3 {
    flex-direction: column;
  }

  .icon-6 {
    width: auto;
    color: #fff;
    font-size: 35px;
  }

  .heading-11.thin {
    width: 100%;
    margin-bottom: 0;
    font-size: 35px;
    line-height: 40px;
  }

  .heading-11.strong {
    margin-top: -6px;
    font-size: 25px;
  }

  .container-4 {
    flex-direction: column;
  }

  .link {
    color: var(--white);
    text-transform: lowercase;
    cursor: pointer;
    font-size: 25px;
    text-decoration: none;
  }
}


@font-face {
  font-family: 'Material design iconic font';
  src: url('../fonts/Material-Design-Iconic-Font.woff2') format('woff2'), url('../fonts/Material-Design-Iconic-Font.eot') format('embedded-opentype'), url('../fonts/Material-Design-Iconic-Font.woff') format('woff'), url('../fonts/Material-Design-Iconic-Font.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}