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

a {
  text-decoration: underline;
}

.social-icon {
  width: 50px;
  height: 50px;
  margin-right: 7px;
  margin-left: 7px;
  border-radius: 100%;
  background-image: url('../images/facebook.svg');
  background-position: 50% 50%;
  background-size: 20px;
  background-repeat: no-repeat;
  box-shadow: 0 0 0 1px hsla(0, 0%, 100%, 0.3);
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}

.nav-op-closed{
  transition: 0.4s;
}

.nav-op-open{
  transition: 0.4s;
  background-color: #e6e6e6 !important;
}
.social-icon:hover {
  box-shadow: 0 0 0 1px hsla(0, 0%, 100%, 0.8);
}

.social-icon.pin {
  background-image: url('../images/pinterest.svg');
}

.social-icon.twitter {
  background-image: url('../images/twitter.svg');
}

.social-icon.linked {
  background-image: url('../images/linkedin.svg');
}

.painters {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  display: none;
  width: 57%;
  max-width: none;
  min-width: 700px;
  margin-top: -69px;
  float: left;
}

.brand {
  top: 14px;
}

.brand.scroll {
  top: 16px;
}

.brand.scroll {
  top: 16px;
}

.dropdown-list.w--open {
  overflow: hidden;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 7px 7px 12px -4px rgba(0, 0, 0, 0.09);
}

.big-heading-slider {
  margin-bottom: 20px;
  color: #fff;
  font-size: 62px;
  line-height: 60px;
}

.big-heading-slider.smaller-big {
  font-size: 60px;
  line-height: 60px;
}

.small-heading-banner {
  display: inline-block;
  margin-bottom: 20px;
  padding-bottom: 5px;
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.4);
  color: #fff;
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.navigation-link {
  display: inline-block;
  padding-right: 15px;
  padding-left: 15px;
  color: #fff;
  font-size: 17px;
  font-weight: 600;
}

.navigation-link.w--current {
  color: #fff;
}

.navigation-link.search {
  position: relative;
  top: 15px;
  width: 30px;
  height: 30px;
  margin-left: 10px;
  float: right;
  background-image: url('../images/magnifying-glass.svg');
  background-position: 50% 50%;
  background-size: 20px;
  background-repeat: no-repeat;
}

.navigation-link.search.color {
  background-image: url('../images/5a43b51380557a000178d6fa_magnifying-glass-1.svg');
  background-size: 20px;
}

.navigation-link.dark {
  color: #f2725f;
  text-decoration: none;
}

.navigation-link.dark:hover {
  color: #6540fb;
}

.navigation-link.dark.tzevacolor {
  white-space: normal;
  background-clip: border-box;
  cursor: pointer;
}

.navigation-link.drop {
  padding-right: 25px;
}

.navigation-link.drop.dark {
  padding-right: 15px;
  cursor: pointer;
}

.navigation-link.drop.dark {
  padding-right: 10px;
  padding-left: 10px;
}

.navigation-link.dark {
  padding: 15px 8px;
  color: #f37360;
  text-decoration: none;
}

.navigation-link.dark:hover {
  color: #e26957;
}

.dropdown-link {
  padding-top: 12px;
  padding-bottom: 12px;
  color: #818187;
  font-size: 15px;
  font-weight: 600;
}

.dropdown-link:hover {
  background-color: #6540fb;
  color: #fff;
}

.dropdown-link.w--current {
  background-color: #6540fb;
  color: #fff;
}

.paragraph-white {
  display: block;
  margin-bottom: -18px;
  direction: ltr;
  color: #333;
  font-size: 18px;
  line-height: 27px;
  text-align: center;
  text-decoration: none;
  text-transform: none;
}

.paragraph-white.in-project {
  text-shadow: 1px 1px 10px rgba(0, 0, 0, 0.4);
}

.paragraph-white.paragraphgetknow {
  margin: 0px 236px;
}

.paragraph-white.getintouchp {
  margin-right: 266px;
  margin-left: 266px;
}

.paragraph-white.tesp {
  text-align: left;
}

.navigation {
  position: relative;
  left: 0px;
  padding: 15px 20px;
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.15);
  background-color: transparent;
}

.social-wrapper {
  position: absolute;
  right: 50%;
  bottom: 30px;
  z-index: 100;
  display: block;
  -webkit-transform: translate(50%, 0px);
  -ms-transform: translate(50%, 0px);
  transform: translate(50%, 0px);
}

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

.top-margin {
  margin-top: 19px;
}

.top-margin.for-features {
  margin-top: 50px;
}

.top-margin.big-section {
  margin-top: 120px;
}

.top-margin.intouchactoion {
  margin-bottom: 12px;
}

.container-fluid {
  position: relative;
  z-index: 1;
  display: block;
  height: auto;
  max-width: 1200px;
  margin-right: auto;
  margin-bottom: 1px;
  margin-left: auto;
  padding-right: 20px;
  padding-bottom: 5px;
  padding-left: 20px;
  color: #f2725f;
  background-clip: border-box;
}

.container-fluid.center {
  position: relative;
  top: 38%;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

.container-fluid.center.second {
  top: 43%;
}

.container-fluid.header {
  max-width: none;
  margin-right: 135px;
  margin-left: 135px;
}

.container-fluid.maincont {
  margin-top: 53px;
  margin-bottom: 96px;
}

.container-fluid.services {
  margin-bottom: 28px;
}

.button {
  display: inline-block;
  padding: 14px 30px;
  border-radius: 5px;
  background-color: transparent;
  box-shadow: inset 0 0 0 2px #6540fb;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #6540fb;
  font-size: 16px;
  font-weight: 600;
}

.button:hover {
  background-image: linear-gradient(49deg, #bf40fb, #3452ff);
  box-shadow: inset 0 0 0 2px transparent;
  color: #fff;
}

.button.white {
  box-shadow: inset 0 0 0 2px #fff;
  color: #fff;
}

.button.white:hover {
  box-shadow: inset 0 0 0 2px transparent;
}

.button.white {
  background-image: url('../images/Whitebrushstroke.png');
  background-position: 50% 50%;
  background-size: cover;
  box-shadow: inset 0 0 0 2px #fff;
  color: #000;
}

.button.white:hover {
  box-shadow: inset 0 0 0 2px transparent;
}

.button-divider {
  display: inline-block;
  width: 20px;
}

.icon {
  margin-right: 5px;
  font-size: 14px;
}

.icon.gray {
  color: #ccc;
}

.banner {
  position: relative;
  height: 800px;
  background-color: #6540fb;
  background-image: linear-gradient(225deg, rgba(191, 64, 251, 0.85), rgba(52, 82, 255, 0.8)), url('../images/hero_01.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.banner.style-5 {
  position: relative;
  overflow: hidden;
  height: 17%;
  min-height: auto;
  padding-top: 80px;
  background-color: #fff;
  background-image: none;
  background-position: 0px 0px;
}

.scroll-navigation {
  position: fixed;
  left: 0px;
  top: 0%;
  right: 0px;
  display: none;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 24px;
  background-color: transparent;
  background-clip: border-box;
}

.scroll-navigation.whitenva {
  top: 0%;
  display: none;
  overflow: visible;
  background-color: #fff;
  box-shadow: 1px 1px 16px -10px #000;
}

.left-padding {
  display: block;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-right: 88px;
  -webkit-transition: box-shadow 1000ms ease;
  transition: box-shadow 1000ms ease;
}

.section {
  position: relative;
  z-index: 0;
  overflow: hidden;
  padding: 80px 15px 70px;
  background-color: #f5f4f3;
}

.section.gray {
  position: relative;
  z-index: 1;
  height: 382px;
  padding-top: 80px;
  background-color: #fddfd5;
  box-shadow: 0 0 13px -7px grey;
}

.section.gradient {
  height: auto;
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #fff;
}

.section.conatctsection {
  background-color: #fdded4;
}

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

._1 {
  display: inline-block;
  margin-bottom: 20px;
  padding-bottom: 5px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-bottom: 1px solid #333;
  color: #333;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
}

._1._2 {
  border-bottom-style: none;
  border-bottom-color: #333;
  color: #fff;
  font-size: 23px;
  font-weight: 700;
  text-transform: none;
}

._1._2._88888 {
  border-bottom-style: solid;
  color: #333;
}

._1.gallery {
  width: 150px;
}

._1.testi {
  width: 200px;
  font-weight: 700;
}

._1.contact {
  width: 200px;
  font-weight: 700;
}

._1._9999 {
  width: 230px;
}

.paragraph-bigger {
  margin-bottom: 0px;
  padding-right: 120px;
  padding-left: 120px;
  color: #333;
  font-size: 19px;
  line-height: 32px;
}

.relative-features-content {
  position: relative;
  z-index: 10;
}

.round-highlight {
  position: absolute;
  z-index: 0;
  width: 250px;
  height: 250px;
  border-radius: 100%;
  background-color: hsla(0, 0%, 100%, 0.2);
  -webkit-filter: blur(70px);
  filter: blur(70px);
}

.round-highlight.in-about {
  width: 450px;
  height: 450px;
}

.round-highlight.in-circle {
  left: 30px;
  right: 0px;
  bottom: -30px;
  width: 120px;
  height: 120px;
  background-color: hsla(0, 0%, 100%, 0.8);
}

.round-highlight.in-testi {
  left: 0px;
  bottom: -107px;
  width: 300px;
  height: 300px;
}

.slide-with-padding {
  padding-bottom: 20px;
}

.row {
  display: block;
  padding-right: 60px;
  padding-left: 60px;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

.features-wrapper {
  position: relative;
  display: block;
  overflow: hidden;
  width: 92%;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  padding: 30px 25px 20px;
  border-radius: 5px;
  background-color: #6540fb;
  cursor: pointer;
}

.features-wrapper:hover {
  box-shadow: 0 15px 25px -7px rgba(0, 0, 0, 0.1);
}

.features-wrapper.center-full {
  padding: 50px 35px 40px;
  text-align: center;
}

.features-wrapper.center-full._9 {
  padding-top: 30px;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #fff;
}

.features-wrapper.center-full._9.testimonials-wrapper {
  z-index: 10;
  width: 83%;
  margin-top: 40px;
  border-radius: 10px;
  box-shadow: 0 -1px 22px 9px #e4e0e0;
  -webkit-transition: top 1000ms ease;
  transition: top 1000ms ease;
}

.features-wrapper.center-full._9.testimonials-wrapper:hover {
  top: -27px;
  margin-top: 41px;
  margin-bottom: 10px;
  box-shadow: 0 -1px 20px -3px #585656;
}

.features-wrapper.center-full.servicediv {
  background-color: #fff;
}

.features-wrapper.color-2 {
  background-color: #2ac4ea;
}

.features-wrapper.color-2.center-full.servicediv {
  background-color: #fff;
}

.features-wrapper.servicediv {
  background-color: #fbbc05;
}

.features-wrapper.servicediv:hover {
  background-color: rgba(251, 188, 5, 0.95);
}

.features-wrapper._1 {
  background-color: #ff1053;
}

.features-wrapper._1:hover {
  background-color: rgba(255, 16, 83, 0.95);
}

.features-wrapper.color-3 {
  background-color: #3452ff;
}

.features-wrapper.color-3:hover {
  background-color: rgba(52, 82, 255, 0.95);
}

.features-wrapper.color-6 {
  background-color: #34a853;
}

.features-wrapper.color-6:hover {
  background-color: rgba(52, 168, 83, 0.95);
}

.features-wrapper._9 {
  background-color: #2ac4ea;
}

.features-wrapper._9.center-full.servicediv {
  background-color: #fff;
  -webkit-transition: margin 1500ms ease;
  transition: margin 1500ms ease;
}

.features-wrapper._9.center-full.servicediv:hover {
  top: 0px;
  bottom: 0px;
  margin-top: 32px;
  margin-bottom: 20px;
}

.features-wrapper.servicediv-copy {
  background-color: #fbbc05;
}

.features-wrapper.servicediv-copy:hover {
  background-color: rgba(251, 188, 5, 0.95);
}

.slide-navigation {
  position: relative;
  padding-top: 25px;
  padding-left: 10px;
  opacity: 0.5;
  font-size: 10px;
  text-align: left;
}

.slide-navigation.center {
  display: none;
  padding-top: 0px;
  text-align: center;
}

.slide-navigation.make-center {
  display: none;
  text-align: center;
}

.left-arrow {
  display: none;
  overflow: visible;
}

.top-title {
  margin-bottom: 20px;
}

.features-title {
  margin-top: 10px;
  color: #f37260;
  font-size: 22px;
  font-weight: 600;
}

.features-title.black {
  margin-top: 34px;
  color: #121217;
}

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

.div-block-2 {
  display: block;
  width: auto;
  margin-right: auto;
  margin-left: auto;
}

.heading-white {
  position: relative;
  z-index: 1;
  margin-top: 2px;
  margin-bottom: 24px;
  color: #f2725f;
  text-align: center;
}

.features-content {
  position: relative;
  overflow: hidden;
  margin-top: -10px;
  margin-bottom: -30px;
}

.about-wrapper-photo {
  display: block;
  overflow: hidden;
  width: 550px;
  height: 550px;
  margin-right: auto;
  margin-left: auto;
  border-top-right-radius: 50px;
  border-bottom-left-radius: 50px;
  background-image: url('../images/Untitled-3.jpg');
  background-position: 100% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: 0 10px 20px -7px rgba(0, 0, 0, 0.2);
}

.features-icon {
  position: relative;
  overflow: hidden;
  width: 120px;
  height: 120px;
  margin-right: 20px;
  float: left;
  border-radius: 100%;
  background-color: #6540fb;
  background-image: url('../images/heart.svg');
  background-position: 50% 50%;
  background-size: 50px;
  background-repeat: no-repeat;
  box-shadow: inset -4px -4px 30px 0 rgba(0, 0, 0, 0.1);
}

.features-icon._2 {
  background-color: #2ac4ea;
  background-image: url('../images/cursor.svg');
}

.features-icon._5 {
  background-color: #34a853;
  background-image: url('../images/browser.svg');
}

.features-icon._3 {
  display: block;
  background-color: #fbbc05;
  background-image: url('../images/brightness.svg');
}

.features-icon._4 {
  background-color: #ff1053;
  background-image: url('../images/tablet.svg');
}

.features-icon._6 {
  background-color: #3452ff;
  background-image: url('../images/image.svg');
}

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

.half-section {
  position: relative;
  width: 50%;
  height: 750px;
  float: left;
}

.half-section._8 {
  height: 568px;
  background-image: url('../images/crew-88128-1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.half-section.gradient {
  overflow: visible;
  width: 50%;
  height: auto;
  background-color: #ec8272;
}

.half-section.gradient.test {
  height: auto;
  background-color: #fff;
}

.half-section.gradient {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 750px;
  padding-top: 0px;
  background-color: #f37360;
}

.half-section.image-3 {
  background-image: url('../images/Half_page_painter.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.center-div {
  position: relative;
  top: 50%;
  display: block;
  width: 70%;
  margin-right: auto;
  margin-left: auto;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

.center-div.add-padding {
  position: relative;
  top: 289px;
  padding-right: 194px;
}

.center-div.add-padding {
  top: 0px;
  display: block;
  padding-right: 144px;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.section-2 {
  position: relative;
  display: block;
  overflow: hidden;
  margin-right: auto;
  margin-left: auto;
  padding-top: 80px;
  padding-bottom: 80px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.wrapper {
  left: 0px;
  top: 0px;
  right: 0px;
  display: block;
  width: 100%;
  max-width: 1230px;
  margin-top: 25px;
  margin-right: auto;
  margin-left: auto;
  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: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.slider-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 89%;
  height: 570px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 10px;
  background-color: transparent;
  box-shadow: 0 0 20px 1px grey;
}

.slider-arrow {
  color: #f2725f;
}

.slide-nav {
  color: #096ad0;
}

.testi-name {
  margin-top: 0px;
  margin-bottom: 5px;
  font-size: 19px;
  font-weight: 600;
}

.testi-name.white {
  margin-top: -18px;
  color: #333;
  font-weight: 700;
}

.testimonials-wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 40px;
  border-radius: 5px;
  background-color: #6540fb;
  box-shadow: 0 15px 25px -7px rgba(0, 0, 0, 0.1);
}

.testimonials-wrapper._4 {
  background-color: #ff1053;
}

.testimonials-wrapper._2 {
  background-color: #2ac4ea;
}

.testimonials-wrapper._2.testimonialdiv {
  width: 90%;
  margin-right: auto;
}

.testimonials-wrapper._7 {
  background-color: #fa9494;
}

.testimonials-wrapper._7.testimonialdiv {
  -webkit-transition: box-shadow 6000ms ease;
  transition: box-shadow 6000ms ease;
}

.testimonials-wrapper._7.testimonialdiv:hover {
  width: 90%;
  box-shadow: 0 0 25px 6px #7e7e7e;
}

.testimonials-wrapper._5 {
  background-color: #34a853;
}

.testimonials-wrapper._3 {
  background-color: #fbbc05;
}

.testimonials-wrapper._3.testimonialdiv {
  margin-right: auto;
}

.testimonials-wrapper._6 {
  background-color: #3452ff;
}

.testimonials-wrapper._9 {
  background-color: #bf40fb;
}

.testimonials-wrapper._8 {
  background-color: #bcc5ee;
}

.testimonials-wrapper.testimonialdiv {
  top: 0px;
  width: 90%;
  margin-top: 40px;
  margin-right: auto;
  margin-left: auto;
  background-color: #fff;
  box-shadow: 0 0 45px 5px #bebaba;
  -webkit-transition: top 700ms ease;
  transition: top 700ms ease;
}

.testimonials-wrapper.testimonialdiv:hover {
  top: -9px;
}

.testimonials-wrapper.testimonialdiv.servicediv {
  width: 80%;
  height: auto;
  margin-right: auto;
  margin-left: auto;
  padding-top: 22px;
  box-shadow: 0 0 50px 8px #bebaba;
  -webkit-transition-duration: 700ms;
  transition-duration: 700ms;
}

.mask {
  overflow: visible;
}

.mask.mask-on {
  overflow: hidden;
  padding-bottom: 30px;
}

.column-3 {
  display: block;
  margin-top: 11px;
  margin-bottom: 15px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

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

.testi-photo {
  width: 80px;
  height: 80px;
  margin-right: 15px;
  border-radius: 100%;
  background-image: url('../images/man.png');
  background-position: 50% 50%;
  background-size: cover;
}

.testi-photo.photo-3 {
  background-image: url('../images/team-11.jpg');
}

.testi-photo.photo-6 {
  background-image: url('../images/team-6.jpg');
}

.testi-photo.photo-2 {
  background-image: url('../images/team-10.jpg');
}

.testi-photo.photo-4 {
  background-image: url('../images/team-7.jpg');
}

.testi-photo.photo-5 {
  background-image: url('../images/team-5.jpg');
}

.testi-name-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 43px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #333;
}

.success-message {
  background-color: #34a853;
  color: #fff;
  font-size: 16px;
}

.text-field {
  height: 50px;
  margin-bottom: 25px;
  padding-left: 0px;
  border-style: none none solid;
  border-width: 1px;
  border-color: #000 #000 #757474;
  background-color: transparent;
  color: #919197;
  font-size: 18px;
  font-style: italic;
}

.text-field:active {
  border-bottom-color: #6540fb;
}

.text-field:focus {
  border-bottom-color: #6540fb;
}

.text-field::-webkit-input-placeholder {
  color: #919197;
  font-style: italic;
}

.text-field:-ms-input-placeholder {
  color: #919197;
  font-style: italic;
}

.text-field::-ms-input-placeholder {
  color: #919197;
  font-style: italic;
}

.text-field::placeholder {
  color: #919197;
  font-style: italic;
}

.text-field.area {
  height: auto;
  padding-bottom: 35px;
}

.error-message {
  background-color: #ff1053;
  color: #fff;
  text-align: center;
}

.field-label {
  color: #333;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: none;
}

.form-block {
  width: 60%;
}

.form-block.center-form {
  display: block;
  width: 50%;
  margin-right: auto;
  margin-left: auto;
}

.footer {
  padding-top: 70px;
  padding-bottom: 25px;
}

.footer-title {
  margin-top: 0px;
  margin-bottom: 10px;
  color: #333;
  font-size: 18px;
}

.line-divider {
  width: 100%;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 25px;
  background-color: #ededed;
}

.copyright-link {
  display: inline-block;
  color: #919197;
  text-decoration: underline;
}

.copyright-link.w--current {
  display: inline-block;
  color: #919197;
  text-decoration: underline;
}

.tzevalink {
  display: block;
  margin-top: 15px;
  margin-right: 0px;
  padding-right: 8px;
  padding-left: 8px;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  font-family: Poppins, sans-serif;
  color: #f2725f;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  text-transform: capitalize;
  cursor: pointer;
}

.tzevalink:hover {
  color: #ca5341;
}

.nav-menu-2 {
  top: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  font-size: 16px;
}

.text-span {
  font-size: 15px;
}

.body {
  overflow: visible;
  font-family: Poppins, sans-serif;
}

.text-span-2 {
  font-family: Poppins, sans-serif;
}

.columns {
  display: block;
  margin: 92px 0px 31px;
}

.heading {
  margin-bottom: 37px;
  color: #333;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
}

.heading-2 {
  width: 112%;
  margin-top: 25px;
  margin-bottom: 25px;
  color: #f37360;
  font-size: 60px;
  line-height: 58px;
}

.column-4 {
  display: block;
  margin-top: 138px;
  border: 1px none #000;
}

.container {
  display: block;
  margin-top: 0px;
  margin-bottom: 60px;
}

.columns-2 {
  display: block;
  margin-top: 23px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.column-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0px;
}

.paragraph {
  max-width: 380px;
  margin-top: 37px;
  margin-bottom: 30px;
  color: #333;
}

.paragraph.paragraph-white.headerp {
  width: 101%;
  max-width: none;
  text-align: left;
}

.callactionimage {
  display: inline-block;
  width: 170px;
  margin-top: 40px;
  margin-right: 0px;
  float: none;
  clear: none;
  -webkit-transform: skew(-17deg, 0deg) skew(39deg, 0deg) skew(-20deg, 0deg);
  -ms-transform: skew(-17deg, 0deg) skew(39deg, 0deg) skew(-20deg, 0deg);
  transform: skew(-17deg, 0deg) skew(39deg, 0deg) skew(-20deg, 0deg);
  -webkit-transition: -webkit-transform 250ms ease;
  transition: -webkit-transform 250ms ease;
  transition: transform 250ms ease;
  transition: transform 250ms ease, -webkit-transform 250ms ease;
  text-align: center;
  cursor: pointer;
}

.callactionimage:hover {
  max-width: 100%;
}

._123 {
  position: relative;
  left: 0%;
  top: -31px;
  right: 0px;
  bottom: 0%;
  display: block;
  margin-top: 0px;
  margin-left: 0px;
  padding-left: 0px;
  -webkit-transition: color 400ms ease;
  transition: color 400ms ease;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
}

._123:hover {
  margin-left: 39px;
  color: #dd8678;
  font-size: 16px;
}

._123.tzevalink {
  position: relative;
  left: 0px;
  right: 0px;
  display: inline-block;
  margin-top: -14px;
  margin-left: 27px;
  padding-right: 0px;
  color: #f2725f;
  font-size: 14px;
}

._123.tzevalink:hover {
  color: #f2725f;
}

._123.tzevalink.storycontact {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -5px;
  font-size: 19px;
}

.grid {
  grid-auto-rows: minmax(auto, 1fr);
  grid-template-areas: "." "Area";
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.heading-3 {
  display: block;
  margin-top: 20px;
  margin-bottom: auto;
  color: #f37360;
  font-size: 38px;
  line-height: 48px;
  font-weight: 700;
  text-align: center;
}

.heading-3.serviceheading {
  margin-top: 10px;
  margin-bottom: 0px;
  font-size: 30px;
  text-align: center;
}

.heading-3.aboutheader {
  margin-right: 203px;
  margin-left: 203px;
  font-size: 38px;
  line-height: 48px;
  letter-spacing: normal;
}

.heading-3.headingservice {
  margin-top: 0px;
  margin-bottom: 37px;
}

.image-4 {
  position: relative;
  top: auto;
  z-index: 100;
  display: inline-block;
  overflow: visible;
  width: 60px;
  padding: 0px;
  border-radius: 0px;
  background-color: transparent;
  background-clip: border-box;
  -o-object-fit: fill;
  object-fit: fill;
}

.image-5 {
  width: 60px;
  -webkit-transition: width 1000ms ease;
  transition: width 1000ms ease;
}

.image-5:hover {
  width: 60px;
  margin-top: 0px;
  margin-bottom: 0px;
}

.div-block-3 {
  position: absolute;
  left: auto;
  top: auto;
  right: -18%;
  bottom: 27%;
  z-index: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 600px;
  height: 600px;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  border-radius: 50300px;
  background-color: #e5e5e5;
  -o-object-fit: fill;
  object-fit: fill;
}

.div-block-3.dib-block-orange {
  left: -126px;
  top: auto;
  right: auto;
  bottom: -49px;
  overflow: hidden;
  background-color: #fddfd5;
}

.div-block-3.grey {
  right: -12%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.column-6 {
  padding-right: 5px;
  padding-left: 5px;
}

.column-7 {
  padding-right: 5px;
  padding-left: 5px;
}

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

.column-9 {
  position: relative;
  z-index: 1;
  padding-right: 5px;
  padding-left: 5px;
}

.column-10 {
  padding-right: 5px;
  padding-left: 5px;
}

.column-11 {
  padding-right: 5px;
  padding-left: 5px;
}

.paragraph-2 {
  color: #333;
}

.paragraph-3 {
  color: #333;
}

.paragraph-4 {
  color: #333;
}

.paragraph-5 {
  color: #333;
}

.paragraph-6 {
  color: #333;
}

.paragraph-7 {
  color: #333;
}

.image-6 {
  display: block;
}

.image-6.features-icon {
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 10px;
  border-radius: 100%;
  box-shadow: none;
  -webkit-transition: box-shadow 2000ms ease;
  transition: box-shadow 2000ms ease;
}

.image-6.features-icon:hover {
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 10px;
  box-shadow: 0 0 20px -10px #222;
}

.image-7 {
  position: relative;
  display: block;
  margin-top: 46px;
}

.paragraph-8 {
  color: #fff;
}

.grid-2 {
  width: 300px;
  justify-items: start;
}

.whitelink {
  position: relative;
  display: block;
  margin-top: -34px;
  -webkit-transition: color 400ms ease;
  transition: color 400ms ease;
  color: #fff;
  font-size: 19px;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
}

.whitelink:hover {
  color: #fff;
}

.whitelink:focus {
  outline:none !important;
}

._987 {
  display: block;
  margin-top: 15px;
  margin-right: 0px;
  padding-right: 8px;
  padding-left: 8px;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  font-family: Poppins, sans-serif;
  color: #f2725f;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  text-transform: capitalize;
  cursor: pointer;
}

._987:hover {
  color: #ca5341;
}

._987.oranglink {
  position: relative;
  top: -36px;
  display: inline-block;
  margin-top: 0px;
  margin-left: 38px;
  padding-left: 0px;
}

._987.oranglink:hover {
  color: #ec8272;
}

.image-8 {
  position: relative;
  top: 0px;
  width: 100%;
}

.image-9 {
  border-radius: 10px;
}

.image-9.galleryimage {
  max-width: 100%;
  margin-top: 0px;
  box-shadow: 5px 5px 9px -10px #000;
}

.image-10 {
  max-width: 100%;
  border-radius: 10px;
}

.image-11 {
  max-width: 100%;
  border-radius: 10px;
}

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

.paragraph-9 {
  color: #818181;
  font-size: 18px;
}

.paragraph-10 {
  color: #818181;
  font-size: 18px;
}

.paragraph-11 {
  color: #818181;
  font-size: 18px;
}

.paragraph-12 {
  margin-top: -11px;
  color: #b4b1b1;
}

.column-13 {
  position: relative;
  top: 0px;
  bottom: 0px;
}

.section-3 {
  background-color: #ec8272;
}

.mask-2 {
  overflow: hidden;
  width: auto;
  max-width: none;
  padding-top: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  -o-object-fit: fill;
  object-fit: fill;
}

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

.image-12 {
  position: relative;
  top: 0px;
  display: block;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
}

.servicecol {
  padding-right: 0px;
  padding-left: 0px;
}

.image-13 {
  position: absolute;
  left: auto;
  top: 379px;
  right: auto;
  bottom: auto;
  max-width: 121%;
}

.image-14 {
  position: absolute;
  left: auto;
  top: 41px;
  right: -26%;
  bottom: 0%;
  z-index: 1;
}

.image-15 {
  position: absolute;
  left: auto;
  top: 237px;
  right: 17%;
  bottom: 0%;
  z-index: 1;
}

.image-16 {
  position: absolute;
  left: 10%;
  top: -60px;
  right: auto;
  bottom: 0%;
  z-index: 1;
}

.image-17 {
  position: absolute;
  left: -47%;
  top: 401px;
  right: auto;
  bottom: 0%;
}

.paragraph-white-2 {
  color: #000;
}

.paragraph-white-2.storyp {
  color: #fff;
}

.paragraph-white-2.storyp.paragraph-white.storyp2 {
  text-align: left;
}

.heading-white-2 {
  color: #fff;
}

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

.heading-white-2.storyhead.heading-3.storyhead2 {
  text-align: left;
}

.image-18 {
  position: absolute;
  left: auto;
  top: auto;
  right: 5%;
  bottom: 153px;
  width: 75%;
  max-width: 90%;
  margin-right: auto;
  margin-left: 0px;
}

.container-fluid-2 {
  display: block;
  overflow: visible;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 5px;
  padding-bottom: 5px;
}

.scroll-navigation-2 {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  display: block;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #fff;
  box-shadow: 0 3px 20px 0 rgba(0, 0, 0, 0.05);
}

.div-block-4 {
  margin-top: 0px;
}

.columns-4 {
  margin-bottom: 35px;
}

.div-block-5 {
  position: relative;
}

.columns-5 {
  padding-right: 40px;
  padding-left: 40px;
}

.form {
  margin-top: 80px;
}

.navigation-2 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 100%;
  padding: 0px 20px;
  border-bottom: 1px none hsla(0, 0%, 100%, 0.15);
  background-color: transparent;
}

.navigation-2.scrollingnav {
  top: 0%;
  display: block;
  padding-top: 0px;
  padding-bottom: 0px;
  border-bottom-style: none;
  background-color: #fff;
  box-shadow: 1px 1px 20px -13px #000;
}

.image-20 {
  width: 154px;
  max-width: none;
}

@media screen and (max-width: 991px) {
  .painters {
    display: block;
    width: 100%;
    height: 300px;
    max-width: 100%;
  }
  .brand {
    top: 10px;
    width: 18%;
    padding-left: 0px;
  }
  .dropdown-list.w--open {
    border-radius: 0px;
    box-shadow: none;
  }
  .big-heading-slider {
    font-size: 50px;
    line-height: 60px;
  }
  .big-heading-slider.smaller-big {
    font-size: 50px;
  }
  .small-heading-banner {
    font-size: 18px;
  }
  .nav-menu {
    background-color: #515157;
  }
  .navigation-link {
    display: block;
    padding-top: 17px;
    padding-bottom: 17px;
  }
  .paragraph-white.paragraphgetknow {
    margin-right: 60px;
    margin-left: 60px;
  }
  .paragraph-white.getintouchp {
    margin-right: 15px;
    margin-left: 15px;
  }
  .navigation {
    padding-right: 15px;
    padding-left: 15px;
  }
  .flex-row {
    display: block;
  }
  .container-fluid.header {
    margin-right: 20px;
    margin-left: 20px;
  }
  .container-fluid.maincont {
    padding-right: 20px;
    padding-left: 20px;
  }
  .icon {
    margin-right: 20px;
  }
  .banner {
    height: 800px;
  }
  .banner.style-5 {
    height: 595px;
  }
  .scroll-navigation {
    width: 92%;
    margin-right: 28px;
    margin-left: 28px;
    padding-top: 0px;
  }
  .scroll-navigation.whitenva {
    display: none;
  }
  .menu-button {
    padding: 13px;
    color: hsla(0, 0%, 100%, 0.8);
    font-size: 26px;
    font-weight: 400;
  }
  .menu-button.w--open {
    background-color: transparent;
    color: #fff;
  }
  .left-padding {
    padding-right: 0px;
  }
  .section.gray {
    height: auto;
    padding-bottom: 80px;
  }
  .round-highlight.in-testi {
    width: 300px;
  }
  .slide-navigation {
    text-align: center;
  }
  .features-title.black {
    margin-top: 28px;
    font-size: 15px;
    line-height: 27px;
    font-weight: 700;
  }
  .div-block-2 {
    width: 90%;
  }
  .about-wrapper-photo {
    margin-top: 40px;
  }
  .top-margin-device {
    margin-top: 40px;
  }
  .half-section {
    width: 100%;
    height: 500px;
  }
  .half-section.gradient {
    width: 100%;
  }
  .center-div.add-padding {
    margin-top: 44px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .section-2 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .wrapper {
    padding-right: 30px;
    padding-left: 30px;
  }
  .testimonials-wrapper {
    margin-bottom: 20px;
  }
  .mask {
    overflow: hidden;
  }
  .testi-photo {
    width: 81px;
  }
  .form-block.center-form {
    width: 90%;
  }
  .columns {
    display: block;
    margin-top: 31px;
    float: none;
    clear: none;
  }
  .heading {
    font-size: 14px;
    text-decoration: none;
  }
  .heading-2 {
    margin-top: -26px;
    margin-bottom: -26px;
    font-size: 28px;
    line-height: 35px;
  }
  .column-4 {
    margin-top: -59px;
  }
  .paragraph.paragraph-white.headerp {
    margin-bottom: 0px;
    font-size: 11px;
    line-height: 17px;
  }
  .heading-3.aboutheader {
    margin-right: 15px;
    margin-left: 15px;
  }
  .paragraph-5 {
    float: none;
    clear: none;
  }
  .paragraph-6 {
    font-size: 12px;
    line-height: 18px;
  }
  .column-13 {
    display: block;
    overflow: visible;
    padding-right: 20px;
    padding-left: 20px;
  }
  .image-13 {
    top: 407px;
    right: 10%;
    max-width: 87%;
  }
  .image-14 {
    top: 252px;
    right: 7%;
    width: 100px;
    max-width: 90%;
  }
  .image-15 {
    top: 326px;
    right: 34%;
    width: 137px;
  }
  .image-16 {
    left: 6%;
    top: 204px;
    right: 0%;
    width: 152px;
  }
  .image-17 {
    left: -350px;
    width: 39%;
    max-width: 95%;
  }
  .image-18 {
    left: 15%;
    top: auto;
    right: auto;
    bottom: 12%;
    overflow: visible;
    margin-top: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .image-19 {
    width: 127px;
    max-width: 151%;
  }
  .navigation-2 {
    padding-top: 0px;
    padding-right: 39px;
    padding-left: 39px;
  }
}

@media screen and (max-width: 767px) {
  .brand {
    width: 25%;
  }
  .big-heading-slider.smaller-big {
    font-size: 39px;
    line-height: 40px;
  }
  .small-heading-banner {
    font-size: 16px;
  }
  .banner {
    height: 700px;
  }
  .paragraph-bigger {
    padding-right: 20px;
    padding-left: 20px;
  }
  .features-wrapper {
    width: 100%;
    margin-left: 0px;
  }
  .about-wrapper-photo {
    width: 450px;
    height: 450px;
  }
  .center-div.add-padding {
    padding-right: 0px;
  }
  .center-div.add-padding {
    padding-right: 0px;
  }
  .slider-arrow {
    font-size: 28px;
  }
  .slide-nav {
    font-size: 10px;
  }
  .form-block {
    width: 100%;
  }
  .heading {
    font-size: 15px;
    line-height: 19px;
  }
  .heading-2 {
    font-size: 35px;
    line-height: 44px;
  }
  .paragraph.paragraph-white.headerp {
    font-size: 14px;
    line-height: 24px;
  }
}

@media screen and (max-width: 479px) {
  .painters {
    display: block;
    overflow: visible;
    width: 100%;
    height: 22%;
    max-width: 100%;
    min-width: auto;
    margin-top: 0px;
  }
  .brand {
    width: 50%;
  }
  .brand.scroll {
    z-index: 1;
    display: block;
    width: 50%;
    margin-top: 0px;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }
  .big-heading-slider {
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 40px;
  }
  .small-heading-banner {
    font-size: 13px;
  }
  .paragraph-white {
    font-size: 14px;
    line-height: 21px;
  }
  .paragraph-white.paragraphgetknow {
    margin-right: 0px;
    margin-left: 0px;
  }
  .paragraph-white.getintouchp {
    margin-right: 10px;
    margin-left: 10px;
  }
  .navigation {
    padding-right: 5px;
  }
  .social-wrapper {
    width: 100%;
    text-align: center;
  }
  .top-margin {
    display: block;
    text-align: center;
  }
  .container-fluid.center {
    top: 34%;
  }
  .container-fluid.center.second.more-up {
    top: 33%;
  }
  .container-fluid.header {
    margin-top: 0px;
  }
  .container-fluid.maincont {
    margin-top: -22px;
  }
  .banner.style-5 {
    height: auto;
    padding-bottom: 118px;
  }
  .scroll-navigation {
    z-index: 1;
    display: block;
  }
  .scroll-navigation.whitenva {
    display: block;
  }
  .section.gray {
    height: auto;
  }
  .section.testisection {
    padding-right: 0px;
    padding-left: 0px;
  }
  ._1 {
    font-size: 12px;
    letter-spacing: 2px;
  }
  .round-highlight.in-testi {
    margin-right: auto;
    margin-left: auto;
  }
  .features-title.black {
    margin-top: 4px;
  }
  .features-content {
    text-align: center;
  }
  .about-wrapper-photo {
    width: 270px;
    height: 270px;
  }
  .features-icon {
    margin-right: 0px;
    margin-bottom: 15px;
    float: none;
  }
  .top-margin-device {
    margin-top: 8px;
  }
  .half-section.gradient {
    width: 100%;
    height: 664px;
    padding-top: 0px;
  }
  .center-div {
    width: 95%;
  }
  .center-div.add-padding {
    margin-top: -12px;
    text-align: center;
  }
  .wrapper {
    height: auto;
  }
  .slider-2 {
    width: 100%;
    height: auto;
  }
  .left-arrow-2 {
    width: 60px;
  }
  .slider-arrow {
    margin-right: 20px;
    margin-left: 20px;
    font-size: 22px;
  }
  .right-arrow {
    width: 60px;
  }
  .slide-nav {
    height: 32px;
    font-size: 8px;
  }
  .testimonials-wrapper {
    padding: 20px;
  }
  .testimonials-wrapper._2.testimonialdiv {
    margin-right: auto;
  }
  .testimonials-wrapper._3.testimonialdiv {
    margin-right: auto;
  }
  .testimonials-wrapper.testimonialdiv {
    margin-right: auto;
    margin-left: auto;
  }
  .testimonials-wrapper.testimonialdiv.servicediv {
    padding-bottom: 31px;
  }
  .column-3 {
    text-align: left;
  }
  .testi-photo {
    width: 60px;
    height: 60px;
  }
  .footer {
    padding-top: 25px;
    padding-bottom: 1px;
    text-align: center;
  }
  .nav-menu-2 {
    position: relative;
    z-index: 2;
    display: block;
  }
  .heading {
    margin-bottom: 0px;
    font-size: 11px;
    text-decoration: none;
  }
  .heading-2 {
    width: 100%;
    margin-top: 8px;
    font-size: 22px;
    line-height: 30px;
    text-indent: 0px;
  }
  .column-4 {
    margin-top: -9px;
  }
  .paragraph {
    font-size: 11px;
  }
  .paragraph.paragraph-white.headerp {
    margin-top: 35px;
    margin-bottom: 26px;
    font-size: 12px;
    line-height: 20px;
  }
  .callactionimage {
    position: relative;
    display: inline-block;
    width: 160px;
  }
  ._123.tzevalink {
    overflow: hidden;
    margin-top: -15px;
    margin-right: auto;
    margin-left: auto;
    font-size: 12px;
    line-height: 24px;
  }
  ._123.tzevalink.storycontact {
    display: block;
    margin-right: auto;
    margin-left: auto;
    font-size: 16px;
    text-align: center;
  }
  .heading-3 {
    font-size: 32px;
    line-height: 40px;
  }
  .heading-3.serviceheading {
    font-size: 22px;
    line-height: 36px;
  }
  .heading-3.aboutheader {
    font-size: 19px;
    line-height: 24px;
  }
  .heading-3.headingservice {
    margin-bottom: 40px;
    font-size: 30px;
    line-height: 38px;
  }
  .image-6.features-icon {
    display: inline-block;
  }
  .grid-2 {
    width: 100%;
    margin-top: -46px;
  }
  .whitelink {
    font-size: 16px;
  }
  .column-13 {
    margin-top: 3px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .mask-2 {
    height: auto;
  }
  .image-13 {
    top: 164px;
    right: auto;
    width: 94%;
    max-width: none;
  }
  .image-14 {
    top: 17px;
    right: 11%;
    width: 99px;
    max-width: none;
  }
  .image-15 {
    left: 11%;
    top: 94px;
    right: auto;
    width: 131px;
    max-width: none;
  }
  .image-16 {
    display: none;
  }
  .image-18 {
    top: 21%;
    bottom: auto;
  }
  .scroll-navigation-2 {
    display: block;
  }
  .columns-5 {
    padding-right: 8px;
    padding-left: 8px;
  }
  .navigation-2 {
    padding-top: 0px;
    padding-right: 5px;
    border-bottom-style: none;
  }
  .navigation-2.scrollingnav {
    display: block;
  }
  .services {
    margin-top: 57px;
  }
}

@media screen and (max-width: 479px) {
  #w-node-24ff957865db-f5e34c08 {
    -ms-grid-column-align: start;
    justify-self: start;
  }
  #w-node-c28606124a06-f5e34c08 {
    -ms-grid-column-align: end;
    justify-self: end;
  }
  #w-node-0946b8ba6dea-f5e34c08 {
    -ms-grid-column-align: center;
    justify-self: center;
  }
  #w-node-041e5aeeb969-f5e34c08 {
    -ms-grid-column-align: center;
    justify-self: center;
    -webkit-box-ordinal-group: 10000;
    -webkit-order: 9999;
    -ms-flex-order: 9999;
    order: 9999;
  }
}

