.w-checkbox {
  display: block;
  margin-bottom: 5px;
  padding-left: 20px;
}

.w-checkbox::before {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

.w-checkbox::after {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  clear: both;
}

.w-checkbox-input {
  float: left;
  margin-bottom: 0px;
  margin-left: -20px;
  margin-right: 0px;
  margin-top: 4px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0px 0px 3px 1px #3898ec;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  color: #020202;
  font-size: 36px;
  line-height: 44px;
  font-weight: 600;
  text-align: left;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  color: #020202;
  font-size: 32px;
  line-height: 36px;
  font-weight: 600;
  text-align: left;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 24px;
  line-height: 30px;
  font-weight: 600;
  text-align: left;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  color: #020202;
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  text-align: left;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  text-align: left;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  line-height: 18px;
  font-weight: 500;
  text-align: left;
}

p {
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  color: #5e5e5e;
  font-size: 14px;
  line-height: 22px;
  font-weight: 300;
  text-align: left;
}

a {
  text-decoration: underline;
}

strong {
  font-family: 'Playfair Display', sans-serif;
  color: #000;
  font-size: 14px;
  font-weight: 600;
}

blockquote {
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 40px;
  border-style: solid;
  border-width: 1px 1px 1px 5px;
  border-color: #e9e9e9 #e9e9e9 #e9e9e9 #0ec22b;
  background-color: #fff;
  font-family: 'Playfair Display', sans-serif;
  color: #020202;
  font-size: 32px;
  line-height: 22px;
  font-style: italic;
  text-align: left;
}

.nav-bar {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.15);
  background-color: transparent;
}

.nav-bar.second {
  position: relative;
  bottom: 0px;
  z-index: 1000;
  background-color: hsla(0, 0%, 100%, 0);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.09);
}

.nav-bar.second.middle-logo {
  padding-top: 40px;
  padding-bottom: 0px;
  border-bottom-style: none;
  border-bottom-width: 0px;
  background-color: transparent;
  box-shadow: none;
}

.brand {
  position: static;
  display: inline-block;
  height: auto;
  max-width: 100%;
  padding-top: 15px;
  float: none;
}

.brand.w--current {
  padding-top: 15px;
}

.nav-link {
  margin-right: 2px;
  padding: 0px 2px;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, 0);
  border-radius: 100px;
  background-color: transparent;
  -webkit-transition: border 200ms ease, background-color 200ms ease;
  transition: border 200ms ease, background-color 200ms ease;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

.nav-link:hover {
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, 0.5);
  border-radius: 100px;
  background-color: transparent;
}

.nav-link.w--current {
  padding-bottom: 30px;
  border-bottom-color: #fff;
  background-color: rgba(0, 0, 0, 0.08);
  color: #fff;
}

.nav-link.alternative {
  margin-right: 10px;
  margin-left: 10px;
  border-style: none;
  text-decoration: none;
  text-transform: uppercase;
}

.nav-link.alternative:hover {
  border-style: none;
  border-radius: 0px;
}

.nav-link.black {
  height: auto;
  border-style: none;
  border-width: 0px;
  border-color: hsla(0, 0%, 100%, 0);
  border-radius: 0px;
  color: #020202;
}

.nav-link.black:hover {
  border-style: none;
  border-width: 0px;
  background-color: #f5f5f5;
}

.nav-link.black.middle {
  padding-top: 30px;
  padding-bottom: 30px;
}

.nav-link.black.middle:hover {
  background-color: transparent;
}

.nav-link.footer {
  display: block;
  margin-right: 0px;
  padding: 0px 0px 10px;
  border-style: none;
  border-width: 0px;
  background-color: transparent;
  -webkit-transition: color 400ms ease;
  transition: color 400ms ease;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  text-align: left;
  letter-spacing: 0px;
  text-decoration: none;
  text-transform: none;
}

.nav-link.footer:hover {
  color: #000;
}

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

.nav-link.footer.w--current:hover {
  color: #000;
}

.nav-link.blog {
  margin-right: 0px;
  padding: 0px;
  border-style: none;
  -webkit-transition: color 400ms ease;
  transition: color 400ms ease;
  font-family: Montserrat, sans-serif;
  color: #a09e9e;
  font-size: 14px;
  text-decoration: none;
  text-transform: none;
}

.nav-link.blog:hover {
  border-style: none;
  border-width: 0px;
  color: #fff;
}

.hero-section {
  overflow: hidden;
  height: 100%;
  padding-top: 150px;
  padding-bottom: 150px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(78, 76, 76, 0.65)), to(rgba(78, 76, 76, 0.65))), url('../images/photo-09.jpg');
  background-image: linear-gradient(180deg, rgba(78, 76, 76, 0.65), rgba(78, 76, 76, 0.65)), url('../images/photo-09.jpg');
  background-position: 0px 0px, 0px 50%;
  background-size: auto, 1440px;
}

.hero-section.homepage {
  position: relative;
  height: 675px;
  padding-top: 190px;
  padding-bottom: 80px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(73, 83, 0, 0.5)), to(rgba(73, 83, 0, 0.5))), url('../images/julentto-photography-184055.jpg');
  background-image: linear-gradient(180deg, rgba(73, 83, 0, 0.5), rgba(73, 83, 0, 0.5)), url('../images/julentto-photography-184055.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.hero-section.homepage.third {
  height: 675px;
  padding-top: 190px;
  padding-bottom: 80px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.4))), -webkit-gradient(linear, left top, left bottom, from(rgba(73, 83, 0, 0.41)), to(rgba(73, 83, 0, 0.41))), url('../images/jason-ortego-5386-1_1.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), linear-gradient(180deg, rgba(73, 83, 0, 0.41), rgba(73, 83, 0, 0.41)), url('../images/jason-ortego-5386-1_1.jpg');
  background-position: 0px 0px, 0px 0px, 50% 50%;
  background-size: auto, auto, cover;
  background-repeat: repeat, repeat, no-repeat;
  background-attachment: scroll, scroll, fixed;
}

.hero-section.homepage.natural {
  position: relative;
  overflow: hidden;
  height: 100%;
  padding-bottom: 0px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(33, 37, 0, 0.31)), to(rgba(33, 37, 0, 0.31))), -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.26)), to(rgba(0, 0, 0, 0.26))), url('../images/slide1.jpg');
  background-image: linear-gradient(180deg, rgba(33, 37, 0, 0.31), rgba(33, 37, 0, 0.31)), linear-gradient(180deg, rgba(0, 0, 0, 0.26), rgba(0, 0, 0, 0.26)), url('../images/slide1.jpg');
  background-position: 0px 0px, 0px 0px, 50% 0px;
  background-size: auto, auto, cover;
  background-repeat: repeat, repeat, no-repeat;
  background-attachment: scroll, scroll, fixed;
}

.hero-section.homepage.natural.middle {
  height: 600px;
  margin-right: 80px;
  margin-left: 80px;
  padding-top: 100px;
  padding-bottom: 0px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(33, 37, 0, 0.31)), to(rgba(33, 37, 0, 0.31))), -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.26)), to(rgba(0, 0, 0, 0.26))), url('../images/Dollarphotoclub_56332376-min.jpg');
  background-image: linear-gradient(180deg, rgba(33, 37, 0, 0.31), rgba(33, 37, 0, 0.31)), linear-gradient(180deg, rgba(0, 0, 0, 0.26), rgba(0, 0, 0, 0.26)), url('../images/Dollarphotoclub_56332376-min.jpg');
  background-position: 0px 0px, 0px 0px, 50% 0px;
  background-size: auto, auto, cover;
}

.hero-section.homepage.travel {
  height: 750px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.65)), to(rgba(0, 0, 0, 0.65))), url('../images/martin-burdon-178543.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.65)), url('../images/martin-burdon-178543.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.hero-section.homepage.seven {
  height: 750px;
  padding-top: 220px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 96.1%, 0.69)), to(hsla(0, 0%, 100%, 0.8))), url('../images/photo-1468387576571-ee44d4c52d82_1.jpeg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 96.1%, 0.69), hsla(0, 0%, 100%, 0.8)), url('../images/photo-1468387576571-ee44d4c52d82_1.jpeg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, 2463px;
  background-attachment: scroll, fixed;
}

.hero-section.homepage.second {
  background-image: radial-gradient(circle farthest-corner at 50% 50%, rgba(0, 0, 0, 0.26), rgba(0, 0, 0, 0.52)), url('../images/julentto-photography-184055.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.hero-section.banner {
  position: relative;
  overflow: visible;
  height: 700px;
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: none;
}

.hero-section.homepage-8 {
  height: 700px;
  padding-top: 220px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/danny-froese-1052.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/danny-froese-1052.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.hero-container {
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  text-align: center;
}

.hero-container.intro {
  padding-top: 0px;
}

.hero-container.natural {
  padding-right: 0px;
}

.hero-container.main-slider {
  position: relative;
  top: 35%;
  padding-top: 0px;
}

.hero-container.main-slider.box {
  padding-top: 0px;
}

.hero-container.video {
  padding-top: 60px;
}

.hero-container.second {
  padding-top: 0px;
}

.hero-tittle {
  margin-top: 0px;
  margin-bottom: 20px;
  padding-right: 0px;
  padding-left: 0px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 50px;
  line-height: 55px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.19);
}

.hero-tittle.intro {
  display: block;
  margin-top: 50px;
  margin-bottom: 10px;
  float: none;
  font-size: 48px;
  line-height: 61px;
  text-align: right;
}

.hero-tittle.intro.center {
  margin-top: 0px;
  font-size: 38px;
  line-height: 44px;
  text-align: center;
}

.hero-tittle.intro.center.all-caps {
  margin-bottom: 30px;
  padding-right: 100px;
  padding-left: 100px;
  font-family: Montserrat, sans-serif;
  font-size: 40px;
  line-height: 48px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.hero-tittle.black {
  margin-bottom: 50px;
  color: #020202;
  font-size: 40px;
  line-height: 45px;
}

.hero-tittle.black.thin {
  font-family: 'Playfair Display', sans-serif;
  font-weight: 300;
  letter-spacing: 1px;
  text-transform: none;
  text-shadow: none;
}

.hero-tittle.dark {
  color: #000;
  text-shadow: none;
}

.hero-tittle.left {
  padding-right: 0px;
  font-family: Montserrat, sans-serif;
  font-size: 50px;
  line-height: 58px;
  font-weight: 600;
  text-align: left;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.hero-tittle.left.top {
  margin-top: 50px;
  font-weight: 500;
}

.hero-tittle.left.top.middle {
  margin-top: 100px;
}

.hero-tittle._404 {
  font-size: 50px;
  line-height: 55px;
}

.hero-tittle.box {
  font-size: 48px;
  line-height: 58px;
  font-weight: 300;
  letter-spacing: 0px;
  text-transform: none;
}

.hero-tittle.padding {
  padding-right: 100px;
  padding-left: 100px;
}

.hero-paragraph {
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 25px;
  font-weight: 200;
  text-align: center;
}

.hero-paragraph.left {
  padding-left: 0px;
  font-family: Montserrat, sans-serif;
  text-align: left;
}

.section {
  position: static;
  display: block;
  overflow: visible;
  width: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #f5f5f5;
  font-family: Montserrat, sans-serif;
  text-align: center;
}

.section.video {
  overflow: hidden;
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(73, 83, 0, 0.21)), to(rgba(73, 83, 0, 0.21))), -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.7)), to(rgba(0, 0, 0, 0.7))), url('../images/hikersbay-hikersbay-3503.jpg');
  background-image: linear-gradient(180deg, rgba(73, 83, 0, 0.21), rgba(73, 83, 0, 0.21)), linear-gradient(180deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('../images/hikersbay-hikersbay-3503.jpg');
  background-position: 0px 0px, 0px 0px, 0px 0px;
  background-size: auto, auto, cover;
}

.section.video.new {
  padding-bottom: 0px;
  background-image: none;
}

.section.video.alternative {
  background-image: none;
}

.section.video.alternative.second {
  background-color: #f3f3f3;
  background-image: none;
}

.section.video.alternative.background {
  height: auto;
  background-color: transparent;
  background-image: url('../images/Page-With-Shadow.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.section.video.alternative.gray {
  display: block;
  margin-top: 10px;
  padding-top: 0px;
  padding-bottom: 100px;
  background-color: #fff;
}

.section.video.alternative.gray.lines {
  position: static;
  z-index: 0;
  overflow: visible;
  margin-top: 0px;
  padding-bottom: 0px;
  border-top: 0px none rgba(0, 0, 0, 0.03);
  border-bottom: 0px none rgba(0, 0, 0, 0.03);
  background-color: #fff;
  background-image: none;
}

.section.video.black {
  padding-bottom: 250px;
  background-color: #020202;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.84)), to(rgba(0, 0, 0, 0.84))), url('../images/julian-mora-141920.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.84), rgba(0, 0, 0, 0.84)), url('../images/julian-mora-141920.jpg');
  background-position: 0px 0px, 50% 100%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.section.testimonial {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #fff;
}

.section.white {
  margin-top: 0px;
  margin-bottom: 60px;
  padding-top: 0px;
  padding-bottom: 0px;
  float: none;
  border-top: 10px none #690577;
  border-bottom: 0px none #690577;
  border-radius: 0px;
  background-color: #5f5f5f;
  opacity: 1;
}

.section.white.padding {
  margin-top: 0px;
  padding-top: 100px;
  padding-bottom: 220px;
  background-image: none;
}

.section.white.fullwidth {
  padding-top: 260px;
  padding-right: 80px;
  padding-left: 80px;
}

.section.testimonials {
  padding-bottom: 100px;
  background-color: #e9e9e9;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 97.3%, 0.84)), to(hsla(0, 0%, 97.3%, 0.84)));
  background-image: linear-gradient(180deg, hsla(0, 0%, 97.3%, 0.84), hsla(0, 0%, 97.3%, 0.84));
}

.section.testimonials.new {
  position: relative;
  padding-top: 100px;
  padding-bottom: 180px;
  background-color: #f5f5f5;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(hsla(0, 0%, 96.1%, 0.85)));
  background-image: linear-gradient(180deg, #f5f5f5, hsla(0, 0%, 96.1%, 0.85));
}

.section.testimonials.gray {
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 97.3%, 0.84)), to(hsla(0, 0%, 97.3%, 0.84)));
  background-image: linear-gradient(180deg, hsla(0, 0%, 97.3%, 0.84), hsla(0, 0%, 97.3%, 0.84));
}

.section.testimonials.transparent {
  background-color: transparent;
  background-image: none;
}

.section.testimonials.transparent.lines {
  padding-bottom: 50px;
  border-top: 1px solid rgba(0, 0, 0, 0.03);
  background-color: #fff;
}

.section.white {
  position: relative;
  height: auto;
  background-color: transparent;
}

.section.white.cta {
  padding-bottom: 0px;
}

.section.white.services {
  padding-top: 0px;
  padding-bottom: 0px;
}

.section.image {
  position: static;
  margin-bottom: 40px;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: transparent;
  font-family: Montserrat, sans-serif;
}

.section.business {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url('../images/photo-09.jpg');
  background-position: 100% 50%;
  background-size: auto;
  background-attachment: scroll;
}

.section.white {
  padding-top: 100px;
  background-color: transparent;
}

.section.white.new {
  height: auto;
  padding-top: 0px;
  padding-bottom: auto;
  background-image: none;
}

.section.white {
  background-color: transparent;
  font-weight: 300;
}

.section.white.new {
  height: auto;
  padding-bottom: 100px;
  background-image: none;
}

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

.section.about {
  background-color: #272025;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(52, 22, 58, 0.89)), to(rgba(52, 22, 58, 0.89))), url('../images/121231.jpg');
  background-image: linear-gradient(180deg, rgba(52, 22, 58, 0.89), rgba(52, 22, 58, 0.89)), url('../images/121231.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
}

.section.about.middle {
  margin-top: -140px;
  padding-top: 200px;
  padding-bottom: 300px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(null), to(null)), url('../images/121231.jpg');
  background-image: linear-gradient(180deg, null, null), url('../images/121231.jpg');
  background-attachment: scroll, fixed;
}

.section.about.middle.nature {
  margin-top: -260px;
  padding-top: 260px;
  padding-bottom: 100px;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(24, 24, 24, 0.75)), to(rgba(24, 24, 24, 0.75))), url('../images/rsoxw9x-suy-kaleb-nimz-1.jpg');
  background-image: linear-gradient(180deg, rgba(24, 24, 24, 0.75), rgba(24, 24, 24, 0.75)), url('../images/rsoxw9x-suy-kaleb-nimz-1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.section.about.middle.causes {
  margin-top: -140px;
  padding-top: 200px;
  padding-bottom: 100px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.79)), to(rgba(0, 0, 0, 0.79))), url('../images/jason-ortego-5386-1_1.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.79), rgba(0, 0, 0, 0.79)), url('../images/jason-ortego-5386-1_1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.section.about.nature {
  padding-bottom: 240px;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/philipp-reiner-686_1.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/philipp-reiner-686_1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.section.about.second {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.85)), to(rgba(0, 0, 0, 0.85))), url('../images/wil-stewart-18242.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.85), rgba(0, 0, 0, 0.85)), url('../images/wil-stewart-18242.jpg');
  background-position: 0px 0px, 0px 50%;
  background-size: auto, cover;
}

.section.white {
  background-color: transparent;
}

.section.pricing-table {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/tomo-nogi-182913.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/tomo-nogi-182913.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.section.wellcome {
  display: block;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0px;
  padding-bottom: 100px;
  padding-left: 0px;
  background-color: transparent;
}

.section.wellcome.team {
  height: 800px;
  padding-top: 40px;
  padding-bottom: 40px;
}

.section.wellcome.new {
  padding-top: 150px;
  padding-bottom: 150px;
  background-image: url('../images/laptop.png');
  background-position: 80% 50%;
  background-size: 1500px;
  background-repeat: no-repeat;
}

.section.projects {
  padding-bottom: 0px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.85)), to(rgba(0, 0, 0, 0.85))), url('../images/rmp3qc71x10-jose-urbano.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.85), rgba(0, 0, 0, 0.85)), url('../images/rmp3qc71x10-jose-urbano.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.section.projects.white {
  background-image: none;
}

.section.tab-alternative {
  padding-top: 150px;
}

.section.lists {
  padding-right: 40px;
  padding-left: 40px;
}

.section.box {
  padding-top: 0px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.61)), to(rgba(0, 0, 0, 0.61))), url('../images/david-marcu-114194_1.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.61), rgba(0, 0, 0, 0.61)), url('../images/david-marcu-114194_1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.section.without-paddings {
  padding-top: 0px;
  background-color: transparent;
}

.section.without-paddings.second {
  padding-bottom: 0px;
  background-color: #f5f5f5;
}

.section.skills {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.58)), to(rgba(0, 0, 0, 0.58))), url('../images/jason-ortego-5386-1.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.58), rgba(0, 0, 0, 0.58)), url('../images/jason-ortego-5386-1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.section.skills.iphone {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(null), to(null)), url('../images/jason-ortego-5386-1_1.jpg');
  background-image: linear-gradient(180deg, null, null), url('../images/jason-ortego-5386-1_1.jpg');
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.section.toggle {
  padding-bottom: 260px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/rmp3qc71x10-jose-urbano.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/rmp3qc71x10-jose-urbano.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.section.gray-dark {
  background-color: transparent;
  background-image: url('../images/Page-With-Shadow.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.section.white-blog {
  padding-top: 0px;
  background-color: #fff;
}

.section.blog {
  padding-top: 0px;
  padding-bottom: 50px;
  background-color: #fff;
}

.section.homepages {
  padding: 140px 100px 50px;
  background-color: #f5f5f5;
}

.section.homepages.second {
  padding-top: 100px;
  background-color: #f5f5f5;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 96.1%, 0.74)), to(hsla(0, 0%, 96.1%, 0.74))), url('../images/Logo.svg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 96.1%, 0.74), hsla(0, 0%, 96.1%, 0.74)), url('../images/Logo.svg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, 70px;
}

.section.about-life {
  padding-top: 170px;
}

.section.team-no-padding {
  padding-top: 0px;
  padding-bottom: 0px;
}

.section.latest-blog.middle {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  background-color: #f8f8f8;
}

.section.full {
  padding-right: 40px;
  padding-left: 40px;
  background-color: transparent;
}

.section.black {
  background-color: #000;
}

.section.without-padding {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: transparent;
}

.section.without-padding.second {
  padding-top: 100px;
}

.section.blog-alternative {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.87)), to(rgba(0, 0, 0, 0.87))), url('../images/andrew-jasso-155771.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.87), rgba(0, 0, 0, 0.87)), url('../images/andrew-jasso-155771.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.section.padding {
  padding-bottom: 200px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(hsla(0, 0%, 96.1%, 0.91))), url('../images/photo-1468387576571-ee44d4c52d82.jpeg');
  background-image: linear-gradient(180deg, #f5f5f5, hsla(0, 0%, 96.1%, 0.91)), url('../images/photo-1468387576571-ee44d4c52d82.jpeg');
  background-position: 0px 0px, 50% 0px;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.section.contact {
  position: static;
  margin-top: 60px;
  padding-top: 0px;
  background-color: rgba(255, 255, 255, 0.2);
}

.section.contact:hover {
  background-color: #fff;
}

.section.related-cases {
  padding-top: 0px;
  background-color: transparent;
}

.section.services-simple {
  padding-top: 0px;
  padding-bottom: 80px;
  border-style: none;
  border-width: 0px;
  border-color: #9b9b9b;
  background-color: transparent;
  opacity: 1;
}

.container {
  position: relative;
  display: block;
  height: auto;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.container.center {
  position: relative;
  margin-top: 0px;
  padding-top: 0px;
  padding-bottom: 40px;
  text-align: center;
}

.container.center._2 {
  margin-bottom: 50px;
}

.container._2 {
  display: block;
  text-align: center;
}

.button {
  margin-top: 0px;
  margin-bottom: 10px;
  margin-left: 0%;
  padding-right: 30px;
  padding-left: 30px;
  float: none;
  border-radius: 4px;
  background-color: #8103a8;
  background-image: url('../images/arrow-pointing-down.svg');
  background-position: 115% 50%;
  background-size: 12px;
  background-repeat: no-repeat;
  -webkit-transition: background-position 350ms ease, background-color 300ms ease, border 300ms ease, padding 200ms ease;
  transition: background-position 350ms ease, background-color 300ms ease, border 300ms ease, padding 200ms ease;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 12px;
  line-height: 28px;
  font-weight: 500;
  text-transform: uppercase;
}

.button:hover {
  padding-right: 40px;
  padding-left: 20px;
  background-color: #580b70;
  background-image: url('../images/arrow-pointing-down.svg');
  background-position: 92% 50%;
  background-size: 12px;
  background-repeat: no-repeat;
}

.button.form {
  display: block;
  width: 100%;
  height: auto;
  margin: 20px auto 0px;
  padding: 10px 15px;
  float: none;
  border-style: none;
  border-radius: 3px;
  background-color: #0ec22b;
  background-image: none;
  -webkit-transition: background-color 400ms ease;
  transition: background-color 400ms ease;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 12px;
  line-height: 29px;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
}

.button.form:hover {
  border-style: none;
  border-color: #000;
  background-color: #000;
  background-image: none;
  box-shadow: none;
}

.button.center {
  float: right;
  border-style: none;
  border-width: 2px;
  border-color: rgba(16, 168, 189, 0.82);
  border-radius: 3px;
  background-color: rgba(16, 168, 189, 0.82);
  background-image: linear-gradient(135deg, #24c3e2, rgba(42, 111, 253, 0.88));
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  color: #fff;
  text-align: right;
}

.button.center:hover {
  border: 2px none #000;
  background-color: #fff;
  background-image: none;
  color: #000;
}

.button.center {
  border: 1px solid #10a8bd;
  border-radius: 3px;
  background-color: #fff;
}

.button.left-algiment {
  display: block;
  float: none;
  text-align: center;
}

.button.left-algiment {
  float: left;
}

.button.other-colors {
  background-color: #4d4d4d;
}

.button.other-colors:hover {
  background-color: #020202;
}

.button.other-colors.orange {
  border-radius: 0px;
  background-color: #ff7a00;
}

.button.other-colors.orange:hover {
  background-color: #ff5200;
}

.button.other-colors.rounded {
  background-color: #2a6ffd;
}

.button.outline {
  margin-bottom: 0px;
  border: 2px solid #000;
  background-color: transparent;
  background-image: url('../images/arrow-pointing-down2.svg');
  background-size: 12px;
  color: #000;
}

.button.outline.rounded {
  border-color: #13d632;
  color: #0ec22b;
}

.button.outline.rounded.white {
  margin-top: 30px;
  float: left;
  font-family: Montserrat, sans-serif;
}

.button.outline.rounded.white.center {
  float: none;
  font-family: Montserrat, sans-serif;
  text-align: center;
}

.button.outline.rounded.white.center:hover {
  border-style: solid;
  background-color: transparent;
}

.button.outline.rounded.black {
  border-color: #020202;
  color: #020202;
}

.button.outline.white {
  border-color: #f3f0f0;
  border-radius: 0px;
  background-image: url('../images/arrow-pointing-down.svg');
  background-size: 12px;
  color: #f3f0f0;
  font-weight: 500;
}

.button.square {
  border-radius: 0px;
}

.button.rounded {
  border-radius: 100px;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  text-transform: none;
}

.button.rounded.padding {
  margin-top: 30px;
  margin-right: 10px;
  float: left;
  text-align: left;
}

.button.rounded.padding.left-side {
  float: left;
}

.button.rounded.padding.middle {
  float: none;
  border-radius: 0px;
  background-color: #3383c0;
}

.button.rounded.top {
  margin-top: 40px;
  border-radius: 0px;
  background-color: #3383c0;
}

.button.hero {
  margin-top: 30px;
  margin-bottom: 0px;
  float: left;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  text-transform: none;
}

.button.orange {
  background-color: #ff7a00;
}

.button.orange:hover {
  background-color: #f60;
}

.button.left-side {
  float: none;
}

.button.contact {
  margin-top: 30px;
}

.button.contact.donation {
  display: block;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.button._404 {
  margin-top: 60px;
}

.button.headline {
  margin-top: 30px;
  margin-left: 0px;
}

.button.causes {
  display: block;
  width: 180px;
  margin-top: 10px;
  margin-right: auto;
  margin-left: auto;
}

.button.causes.singel {
  width: 180px;
  margin-top: 30px;
  margin-bottom: 0px;
}

.button.singel {
  display: block;
  width: 184px;
  margin-top: 40px;
  margin-right: auto;
  margin-left: auto;
}

.button.left {
  float: left;
}

.button.full {
  margin-bottom: 0px;
  margin-left: 0px;
  padding-top: 15px;
  padding-bottom: 13px;
  border: 1px solid #0ec22b;
  border-radius: 0px;
  background-color: #3383c0;
  background-image: none;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  line-height: 20px;
  letter-spacing: 2px;
}

.button.full:hover {
  padding-right: 30px;
  padding-left: 30px;
  border-color: #020202;
  background-color: #020202;
}

.button.right {
  width: 38%;
  height: 50px;
  margin-bottom: 0px;
  padding-right: 30px;
  padding-left: 20px;
}

.residential-page-header {
  padding-top: 150px;
  padding-bottom: 150px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/luca-baggio-112868_1.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/luca-baggio-112868_1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.residential-page-header.trial {
  padding-top: 150px;
  padding-bottom: 150px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(42, 42, 42, 0.86)), to(rgba(42, 42, 42, 0.86))), url('../images/photo-09.jpg');
  background-image: linear-gradient(180deg, rgba(42, 42, 42, 0.86), rgba(42, 42, 42, 0.86)), url('../images/photo-09.jpg');
  background-position: 0px 0px, 50% 100%;
  background-size: auto, auto;
}

.residential-page-header.trial.map {
  padding-top: 100px;
  padding-bottom: 100px;
  background-image: linear-gradient(135deg, rgba(42, 111, 253, 0.87) 26%, rgba(14, 179, 40, 0.83)), url('../images/mapgray_1.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.residential-page-header.trial.map.green {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(13, 150, 34, 0.8)), to(rgba(13, 150, 34, 0.8))), url('../images/mapgray.png');
  background-image: linear-gradient(180deg, rgba(13, 150, 34, 0.8), rgba(13, 150, 34, 0.8)), url('../images/mapgray.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.residential-page-header.button {
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 200px 0px 150px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/luca-baggio-112868_1.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/luca-baggio-112868_1.jpg');
  background-position: 0px 0px, 50% 57%;
  background-size: auto, cover;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition-property: none;
  transition-property: none;
}

.residential-page-header.pricing {
  padding-top: 200px;
  padding-bottom: 150px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.61)), to(rgba(0, 0, 0, 0.61))), url('../images/dqento8twsq-blake-richard-verdoorn.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.61), rgba(0, 0, 0, 0.61)), url('../images/dqento8twsq-blake-richard-verdoorn.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.residential-page-header.toggle {
  padding-top: 200px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.61)), to(rgba(0, 0, 0, 0.61))), url('../images/o0rzkkl072u-david-marcu_1.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.61), rgba(0, 0, 0, 0.61)), url('../images/o0rzkkl072u-david-marcu_1.jpg');
  background-position: 0px 0px, 50% 0px;
  background-size: auto, cover;
}

.residential-page-header.toggle.faq {
  padding-top: 200px;
}

.residential-page-header.tabs {
  padding-top: 200px;
  border-top-style: none;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/o0rzkkl072u-david-marcu_1.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/o0rzkkl072u-david-marcu_1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.residential-page-header.navigation {
  padding-top: 200px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/hgv_woqnp3y-aaron-benson_1.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/hgv_woqnp3y-aaron-benson_1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.residential-page-header.boxes {
  padding-top: 150px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.55)), to(rgba(0, 0, 0, 0.55))), url('../images/breno-machado-15030.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.55)), url('../images/breno-machado-15030.jpg');
  background-position: 0px 0px, 50% 0px;
  background-size: auto, cover;
}

.residential-page-header.cta {
  padding-top: 200px;
  padding-bottom: 150px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/andy-brunner-14324.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/andy-brunner-14324.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.residential-page-header.list {
  padding-top: 200px;
  padding-bottom: 150px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/breno-machado-15030.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/breno-machado-15030.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.residential-page-header.list.secong-cause-style {
  padding-top: 200px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/andy-brunner-14324.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/andy-brunner-14324.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.residential-page-header.list.cause-1 {
  padding-top: 200px;
}

.residential-page-header.icon-boxes {
  padding-top: 200px;
  padding-bottom: 150px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/chang-qing-16464.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/chang-qing-16464.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.residential-page-header.testimonials {
  padding-top: 200px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/danny-froese-1052.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/danny-froese-1052.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.residential-page-header.progress {
  padding-top: 150px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/david-marcu-114194_1.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/david-marcu-114194_1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.residential-page-header.footers {
  padding-top: 200px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/edewaa-foster-17093.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/edewaa-foster-17093.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.residential-page-header.counters {
  padding-top: 200px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.64)), to(rgba(0, 0, 0, 0.64))), url('../images/photo-1468387576571-ee44d4c52d82_1.jpeg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.64), rgba(0, 0, 0, 0.64)), url('../images/photo-1468387576571-ee44d4c52d82_1.jpeg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.residential-page-header.about {
  padding-top: 150px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(13, 150, 34, 0.89)), to(rgba(13, 150, 34, 0.89))), url('../images/luca-baggio-112868_1.jpg');
  background-image: linear-gradient(180deg, rgba(13, 150, 34, 0.89), rgba(13, 150, 34, 0.89)), url('../images/luca-baggio-112868_1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.residential-page-header.about.gallery {
  padding-top: 180px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.13)), to(rgba(0, 0, 0, 0.13))), url('../images/timber.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.13), rgba(0, 0, 0, 0.13)), url('../images/timber.jpg');
  background-position: 0px 0px, 50% 0%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
  opacity: 1;
}

.residential-page-header.services {
  padding-top: 180px;
  padding-bottom: 150px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.42)), to(rgba(0, 0, 0, 0.42))), url('../images/cement.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.42), rgba(0, 0, 0, 0.42)), url('../images/cement.jpg');
  background-position: 0px 0px, 50% 0%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.residential-page-header.services.second {
  padding-top: 160px;
  padding-bottom: 100px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 91.4%, 0.87)), to(hsla(0, 0%, 91.4%, 0.87))), url('../images/julentto-photography-184055.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 91.4%, 0.87), hsla(0, 0%, 91.4%, 0.87)), url('../images/julentto-photography-184055.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.residential-page-header.about-me {
  margin-bottom: -120px;
  padding-top: 120px;
  padding-bottom: 0px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#0d9622), to(#0d9622)), url('../images/luca-baggio-112868_1.jpg');
  background-image: linear-gradient(180deg, #0d9622, #0d9622), url('../images/luca-baggio-112868_1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.residential-page-header.team {
  padding-top: 180px;
  padding-bottom: 150px;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.37)), to(rgba(0, 0, 0, 0.37))), url('../images/tile_1.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.37), rgba(0, 0, 0, 0.37)), url('../images/tile_1.jpg');
  background-position: 0px 0px, 50% 100%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.residential-page-header.cause {
  height: 550px;
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
}

.residential-page-header.contact {
  padding-top: 200px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/Collazh.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/Collazh.jpg');
  background-position: 0px 0px, 50% 50%;
  background-repeat: repeat, no-repeat;
}

.residential-page-header.contact.second {
  padding-bottom: 160px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/rmp3qc71x10-jose-urbano.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/rmp3qc71x10-jose-urbano.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.residential-page-header.contact.third {
  padding-top: 180px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.13)), to(rgba(0, 0, 0, 0.13))), url('../images/pattern-tile.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.13), rgba(0, 0, 0, 0.13)), url('../images/pattern-tile.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.residential-page-header.team-members {
  padding-top: 150px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/sdmm_xh3bcu-aaron-benson.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/sdmm_xh3bcu-aaron-benson.jpg');
  background-position: 0px 0px, 50% 78%;
  background-size: auto, cover;
}

.residential-page-header.gallery-2 {
  padding-top: 200px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.81)), to(rgba(0, 0, 0, 0.81))), url('../images/luca-baggio-112868_1.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.81), rgba(0, 0, 0, 0.81)), url('../images/luca-baggio-112868_1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.residential-page-header.blog-2 {
  padding-top: 200px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/philipp-reiner-686_1.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/philipp-reiner-686_1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.residential-page-header.typography {
  padding-top: 200px;
}

.residential-page-header.cause-1 {
  padding-bottom: 200px;
}

.image-section-overlay {
  width: 100%;
  height: 100%;
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(44, 46, 49, 0.7)), to(rgba(44, 46, 49, 0.7))), url('../images/slide.jpg');
  background-image: linear-gradient(180deg, rgba(44, 46, 49, 0.7), rgba(44, 46, 49, 0.7)), url('../images/slide.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, repeat;
}

.image-section-overlay.color {
  width: 100%;
  height: 100%;
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: rgba(42, 42, 42, 0.86);
  background-image: linear-gradient(315deg, rgba(14, 179, 40, 0.93), rgba(42, 111, 253, 0.88) 69%), url('../images/photo-09_1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, repeat;
}

.image-section-overlay.color._3 {
  background-color: transparent;
  background-image: linear-gradient(135deg, rgba(245, 5, 255, 0.8), rgba(82, 0, 255, 0.69)), url('../images/photo-1468387576571-ee44d4c52d82.jpeg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, repeat;
}

.image-section-overlay.color._3._5 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(13, 150, 34, 0.85)), to(rgba(13, 150, 34, 0.85))), url('../images/dqento8twsq-blake-richard-verdoorn.jpg');
  background-image: linear-gradient(180deg, rgba(13, 150, 34, 0.85), rgba(13, 150, 34, 0.85)), url('../images/dqento8twsq-blake-richard-verdoorn.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, repeat;
}

.image-section-overlay.color.counter {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(13, 150, 34, 0.89)), to(rgba(13, 150, 34, 0.89))), url('../images/rmp3qc71x10-jose-urbano.jpg');
  background-image: linear-gradient(180deg, rgba(13, 150, 34, 0.89), rgba(13, 150, 34, 0.89)), url('../images/rmp3qc71x10-jose-urbano.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, repeat;
}

.image-section-overlay.color.counter.gray {
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 83.9%, 0.87)), to(hsla(0, 0%, 83.9%, 0.87))), url('../images/rmp3qc71x10-jose-urbano.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 83.9%, 0.87), hsla(0, 0%, 83.9%, 0.87)), url('../images/rmp3qc71x10-jose-urbano.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, repeat;
}

.image-section-overlay.dark {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(73, 83, 0, 0.23)), to(rgba(73, 83, 0, 0.23))), -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.58)), to(rgba(0, 0, 0, 0.58))), url('../images/o0rzkkl072u-david-marcu_1.jpg');
  background-image: linear-gradient(180deg, rgba(73, 83, 0, 0.23), rgba(73, 83, 0, 0.23)), linear-gradient(180deg, rgba(0, 0, 0, 0.58), rgba(0, 0, 0, 0.58)), url('../images/o0rzkkl072u-david-marcu_1.jpg');
  background-position: 0px 0px, 0px 0px, 50% 50%;
  background-size: auto, auto, cover;
  background-repeat: repeat, repeat, no-repeat;
  background-attachment: scroll, scroll, fixed;
}

.image-section-overlay.counters {
  padding-bottom: 0px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 96.1%, 0.84)), to(hsla(0, 0%, 96.1%, 0.84))), url('../images/julian-mora-141920.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 96.1%, 0.84), hsla(0, 0%, 96.1%, 0.84)), url('../images/julian-mora-141920.jpg');
  background-position: 0px 0px, 50% 0px;
  background-size: auto, cover;
  background-repeat: repeat, repeat;
  text-align: center;
}

.heading {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  text-align: left;
  letter-spacing: 0px;
  text-transform: none;
}

.heading.title {
  margin-bottom: 20px;
  color: #fff;
  font-size: 36px;
  line-height: 36px;
}

.heading.title.center-white {
  margin-top: 0px;
  text-align: center;
  text-transform: none;
}

.heading.subtitle {
  margin-top: 20px;
  margin-bottom: 40px;
  padding-right: 0px;
  padding-left: 0px;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 21px;
  font-weight: 300;
  text-align: left;
}

.heading.subtitle.center.tinny-text {
  display: block;
  width: 82%;
  margin-right: auto;
  margin-left: auto;
  font-size: 16px;
  font-weight: 200;
  letter-spacing: 0px;
  text-transform: none;
}

.heading.features {
  margin-top: 10px;
  margin-bottom: 10px;
  color: #000;
  font-size: 16px;
  line-height: 21px;
  text-align: center;
}

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

.heading.features.blog {
  display: block;
  margin-top: 0px;
  margin-bottom: 8px;
  float: none;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  text-align: left;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.heading.features.blog:hover {
  color: #0d9622;
}

.heading.features.services {
  position: static;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-right: 60px;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-weight: 500;
  text-align: left;
  letter-spacing: 0px;
  text-transform: none;
}

.heading.features.left-side {
  position: static;
  display: block;
  margin-top: 20px;
  margin-bottom: 0px;
  margin-left: -40px;
  padding-right: 40px;
  padding-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Montserrat, sans-serif;
  color: #000;
  text-align: center;
}

.heading.features._2 {
  font-family: Montserrat, sans-serif;
  color: #0ec22b;
  font-style: normal;
  font-weight: 300;
  text-align: center;
  letter-spacing: 0px;
  text-transform: none;
}

.heading.features.left-side {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  text-align: left;
  letter-spacing: 1px;
}

.heading.features.cause {
  padding-right: 30px;
  padding-left: 30px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.heading.features.right {
  float: none;
  font-weight: 700;
  text-align: right;
  letter-spacing: 1px;
}

.heading.features.intro {
  margin-top: 30px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 600;
}

.heading.features.intro.default {
  margin-bottom: 50px;
}

.heading.features.left {
  margin-top: 10px;
  font-weight: 700;
  letter-spacing: 1px;
}

.heading.center {
  margin-top: 0px;
  margin-bottom: 60px;
  padding-bottom: 0px;
  font-family: Montserrat, sans-serif;
  color: #555;
  font-size: 28px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 0px;
  text-transform: none;
}

.heading.center.white-font {
  margin-bottom: 0px;
  padding-right: 0px;
  padding-left: 0px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 32px;
  line-height: 40px;
  font-weight: 300;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.heading.numer {
  margin-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.09);
  font-weight: 700;
  text-align: center;
}

.heading.numer.alternative {
  border-bottom-style: none;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.heading.white {
  color: #fff;
}

.heading.white.left {
  font-size: 70px;
  font-weight: 600;
}

.heading.left {
  margin-top: 0px;
  text-align: left;
}

.heading.left {
  margin-top: 0px;
}

.heading._2 {
  margin-top: 20px;
  text-transform: uppercase;
}

.heading.log-in {
  color: #fff;
  font-size: 24px;
  text-align: center;
}

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

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

.features-column {
  display: block;
  padding: 20px 0px;
  border-right: 1px solid hsla(0, 0%, 82.7%, 0.79);
  border-bottom: 1px solid hsla(0, 0%, 82.7%, 0.79);
  text-align: center;
}

.features-column._2 {
  border-right-style: none;
}

.features-column._4 {
  border-right-style: none;
  border-bottom-style: none;
}

.features-column._8 {
  border-bottom-style: none;
}

.features-block {
  position: relative;
  width: 100%;
  margin-top: 0px;
  margin-right: 0px;
  margin-left: 0px;
  padding: 20px;
  border-style: none;
  border-width: 1px;
  border-color: rgba(36, 195, 226, 0.4);
  border-radius: 5px;
  background-color: rgba(0, 0, 0, 0.24);
  text-align: center;
}

.features-block.icon {
  position: relative;
  display: block;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 20px;
  padding-right: 20px;
  padding-bottom: 0px;
  padding-left: 20px;
  border-right: 1px none hsla(0, 0%, 82.7%, 0.79);
  text-align: center;
}

.features-block.icon.alternative {
  height: auto;
  margin-top: 0px;
  padding-bottom: 30px;
  border-right-style: none;
  -webkit-transition: background-color 400ms ease;
  transition: background-color 400ms ease;
  text-align: center;
}

.features-block.icon.alternative:hover {
  background-color: #fff;
}

.features-block.icon.alternative {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  margin-left: 0px;
  padding-right: 140px;
  padding-bottom: 20px;
  padding-left: 140px;
  float: none;
  clear: none;
  -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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: transparent;
  text-align: left;
}

.features-block.icon.alternative:hover {
  float: left;
  background-color: transparent;
}

.features-block.icon._4 {
  margin-bottom: 0px;
  padding-bottom: 20px;
  background-color: transparent;
}

.features-block.icon.gray {
  padding-bottom: 30px;
  background-color: #f5f5f5;
}

.features-block.icon.gray {
  margin-bottom: 0px;
  padding: 30px 0px;
  border-radius: 0px;
  background-color: hsla(0, 0%, 100%, 0);
}

.features-block.icon.no-color {
  height: auto;
  margin-bottom: 0px;
  padding: 60px 80px;
  border-style: solid solid solid none;
  border-color: rgba(0, 0, 0, 0.13);
  border-radius: 0px;
  background-color: transparent;
  text-align: center;
}

.features-block.icon.no-color:hover {
  background-color: #f5f5f5;
}

.features-block.icon.no-color.contact {
  height: 220px;
}

.features-block.icon.clear {
  margin-bottom: 0px;
  padding: 20px;
  background-color: transparent;
  text-align: right;
}

.features-block.fact-box {
  border-style: solid;
  border-color: rgba(36, 195, 226, 0.24);
  background-color: rgba(0, 0, 0, 0.2);
}

.features-block.fact-box.new {
  border-color: hsla(0, 0%, 100%, 0.23);
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.07)), to(transparent));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.07), transparent);
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.17);
}

.features-block.transparent {
  padding-top: 0px;
  background-color: transparent;
}

.features-tittle {
  margin-top: 10px;
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 19px;
  line-height: 21px;
  font-weight: 500;
  text-align: center;
}

.features-tittle.fact {
  color: #f2c7ff;
  text-align: center;
}

.features-tittle.fact.title-fact {
  font-family: Montserrat, sans-serif;
  color: #cbeb95;
  font-weight: 400;
  letter-spacing: 1px;
}

.features-tittle.fact.title-fact.black {
  color: #0d9622;
}

.features-icon {
  height: auto;
  float: none;
  text-align: left;
}

.features-icon.small {
  position: static;
  height: auto;
  margin-top: -8px;
  margin-right: 0px;
  margin-left: 0px;
  clear: none;
}

.features-icon.small:active {
  opacity: 1;
}

.features-icon.center {
  display: block;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  text-align: center;
}

.mockup {
  position: static;
  left: -290px;
  top: 74px;
  z-index: 3;
  display: inline-block;
  width: 746px;
  max-width: 589px;
  padding-top: 26px;
  float: left;
  border-radius: 3px;
}

.mockup.right {
  left: auto;
  top: 3px;
  right: -290px;
  display: inline-block;
  width: 100%;
  padding-top: 0px;
  float: right;
}

.paragraph {
  margin-bottom: 0px;
  padding-top: 20px;
  padding-bottom: 20px;
  clear: none;
  border-left-style: none;
  font-family: 'Playfair Display', sans-serif;
  color: #5e5e5e;
  font-size: 14px;
  font-weight: 300;
  text-align: left;
}

.paragraph.center {
  display: block;
  margin-bottom: 20px;
  padding-top: 0px;
  padding-bottom: 0px;
  font-family: Montserrat, sans-serif;
  color: #5e5e5e;
  font-style: normal;
  text-align: left;
}

.paragraph.center.name {
  display: block;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 14px;
  line-height: 18px;
  font-style: normal;
  font-weight: 200;
  text-align: center;
  letter-spacing: 0px;
}

.paragraph.center.name:hover {
  color: #fff;
}

.paragraph.center.black {
  margin-bottom: 40px;
  padding-right: 200px;
  padding-left: 200px;
  font-family: Montserrat, sans-serif;
  color: #5f5f5f;
  font-size: 16px;
  line-height: 21px;
  font-style: normal;
  font-weight: 300;
  text-align: center;
}

.paragraph.center.black.clear {
  padding-right: 0px;
  padding-left: 0px;
}

.paragraph.center.black.card {
  display: block;
  margin-bottom: 20px;
  padding-right: 0px;
  padding-left: 0px;
  font-size: 14px;
}

.paragraph.center.white {
  margin-bottom: 0px;
  padding-right: 200px;
  padding-left: 200px;
  opacity: 1;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 300;
  text-align: center;
  text-transform: none;
}

.paragraph.left {
  padding-top: 0px;
  padding-bottom: 0px;
  font-family: Montserrat, sans-serif;
  color: #5e5e5e;
  font-size: 14px;
  font-weight: 300;
  text-align: left;
}

.paragraph.left.white {
  margin-bottom: 0px;
  padding-right: 0px;
  font-size: 14px;
}

.paragraph.white {
  margin-bottom: 25px;
  padding-top: 10px;
  padding-bottom: 0px;
  color: #fff;
  font-size: 13px;
  font-weight: 400;
}

.paragraph.white.left {
  font-weight: 200;
}

.paragraph.test {
  text-align: left;
}

.paragraph.testimonials {
  padding-top: 0px;
  padding-bottom: 0px;
  font-family: Montserrat, sans-serif;
  color: #5e5e5e;
  font-size: 18px;
  line-height: 26px;
  font-style: italic;
  text-align: center;
}

.paragraph.testimonials.white {
  font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
  color: #f3f0f0;
  line-height: 32px;
}

.paragraph.right {
  padding-top: 0px;
  padding-bottom: 0px;
  font-family: Montserrat, sans-serif;
  text-align: right;
}

.footer {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #1d1d1d;
}

.footer.dark-bootom {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #fff;
  color: #494949;
  text-align: center;
}

.footer.dark-bootom._2 {
  background-color: transparent;
}

.hero-wrapper {
  display: block;
  width: 319px;
  height: 400px;
  margin-right: auto;
  margin-left: auto;
  padding: 24px;
  float: none;
  border-radius: 5px;
  background-color: #fff;
  -webkit-transition: background-color 400ms ease;
  transition: background-color 400ms ease;
  color: #000;
}

.hero-wrapper:hover {
  background-color: #fff;
  -webkit-transform: perspective(1544px);
  transform: perspective(1544px);
}

.hero-wrapper.horizontal {
  width: 100%;
  height: auto;
}

.text-field {
  width: 100%;
  height: 50px;
  margin-right: 1%;
  margin-bottom: 15px;
  margin-left: 1%;
  border-style: none;
  background-color: #f8f8f8;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 13px;
  font-weight: 400;
  text-align: left;
}

.text-field.info {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  float: left;
  background-color: #f8f8f8;
}

.subtext-field {
  font-family: 'Open Sans', sans-serif;
  color: #a0a0a0;
  font-size: 13px;
  font-weight: 400;
  text-align: left;
}

.subtext-field.percentual {
  width: 100%;
  height: 50px;
  margin-right: 8px;
  float: left;
  border-style: none;
  border-radius: 3px;
  background-color: #f5f5f5;
  font-family: Montserrat, sans-serif;
  color: #020202;
  font-weight: 300;
}

.testimonial-slider {
  display: block;
  height: 400px;
  background-color: transparent;
}

.testimonial-arrow-icon {
  display: none;
  width: 50px;
  height: 50px;
  margin-top: 55px;
  margin-right: -70px;
  margin-left: -70px;
  padding-top: 13px;
  padding-bottom: 13px;
  border: 1px none #a0a0a0;
  border-radius: 60px;
  background-color: #fff;
  color: #a0a0a0;
  font-size: 20px;
}

.gray {
  color: #a0a0a0;
}

.pricing-row {
  padding-top: 0px;
  color: #333;
  text-align: left;
}

.pricing-block {
  height: auto;
  padding: 20px 20px 40px;
  border: 1px solid #e9e9e9;
  border-radius: 3px;
  background-color: #fff;
  -webkit-transition: opacity 200ms ease, all 400ms ease;
  transition: opacity 200ms ease, all 400ms ease;
  text-align: center;
}

.pricing-block:hover {
  box-shadow: 3px 3px 30px 0 rgba(0, 0, 0, 0.22);
  -webkit-transform: translate(0px, -5px);
  -ms-transform: translate(0px, -5px);
  transform: translate(0px, -5px);
}

.pricing-block.alternative {
  border-width: 16px;
  border-color: #fff;
  background-color: #f5f5f5;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.07);
}

.image-list-item {
  width: 18px;
  height: 18px;
  margin-top: 2px;
  margin-right: 10px;
  margin-bottom: 10px;
  padding-right: 0px;
  float: left;
}

.image-list-item.without-paddings {
  display: block;
  width: 18px;
  height: 18px;
  margin-top: 2px;
  float: left;
}

.pricing-list {
  margin-top: 15px;
  margin-bottom: 30px;
}

.info-div {
  width: 100%;
}

.news-text-section {
  margin-bottom: 14px;
  padding-right: 200px;
  padding-left: 200px;
  font-family: Montserrat, sans-serif;
  font-size: 36px;
  line-height: 38px;
  font-weight: 500;
  text-align: center;
}

.row-motion {
  position: static;
  z-index: 200;
  display: block;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 50px;
  padding-right: 10px;
  padding-left: 10px;
  border-bottom: 1px solid #c9c9c9;
  background-color: transparent;
  color: #b8b8b8;
}

.row-motion.skills {
  margin-bottom: 50px;
}

.row-motion.services-page {
  margin-top: -150px;
  border-radius: 0px;
  background-color: #fff;
  box-shadow: 0 -5px 20px 0 rgba(0, 0, 0, 0.09);
}

.row-motion.services-page.second {
  margin-top: -200px;
  margin-bottom: 100px;
}

.team-block-image {
  display: block;
  overflow: hidden;
  width: 80px;
  height: 80px;
  margin-right: auto;
  margin-bottom: 10px;
  margin-left: auto;
  float: none;
  border: 4px solid #e9e9e9;
  border-radius: 70px;
  background-color: #e4e4e4;
  background-image: url('../images/team-3.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.team-block-image._2 {
  display: block;
  margin-right: auto;
  margin-left: auto;
  float: none;
  background-image: url('../images/team-2.jpg');
  background-size: cover;
}

.team-block-image._3 {
  display: block;
  overflow: visible;
  margin-right: auto;
  margin-left: auto;
  float: none;
  background-image: url('../images/team-1.jpg');
  background-size: cover;
}

.team-testimonial-block {
  position: relative;
  display: block;
  padding: 40px 30px;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  color: #24c3e2;
  text-align: center;
}

.team-testimonial-block.transparent {
  display: block;
  width: 80%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  padding-right: 0px;
  padding-left: 0px;
  background-color: transparent;
  box-shadow: none;
}

.div-text {
  display: block;
  width: 100%;
  margin: 0px auto 20px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  text-align: left;
}

.div-text._2 {
  margin-top: 0px;
  margin-bottom: 59px;
  padding-top: 0px;
  padding-right: 40px;
  padding-left: 40px;
  text-align: center;
}

.div-text._2.top-padding {
  margin-top: 100px;
  margin-bottom: 60px;
}

.div-text._2.left {
  margin-bottom: 30px;
}

.div-text._2.left.no-padding {
  margin-top: 0px;
}

.div-text.presentation {
  margin-bottom: 100px;
}

.div-text.cause {
  margin-top: 200px;
}

.div-text.padding {
  margin-bottom: 60px;
}

.div-text.liciences {
  margin-bottom: 0px;
}

.containe {
  position: relative;
}

.containe.trial {
  display: block;
  margin-right: auto;
  margin-left: auto;
  color: #fff;
  text-align: center;
}

.trial-wrapper {
  display: block;
  width: 60%;
  margin-right: auto;
  margin-left: auto;
  float: none;
  clear: none;
  font-family: Montserrat, sans-serif;
  text-align: center;
}

.trial-wrapper.card {
  width: 100%;
  margin-bottom: 0px;
}

.trial-field {
  width: 60%;
  height: 50px;
  padding-left: 27px;
  float: left;
  border-style: none;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  background-color: #fff;
  font-size: 13px;
  line-height: 21px;
}

.trial-field.card {
  margin-bottom: 0px;
  padding-left: 20px;
  background-color: #f3f3f3;
}

.trial-button {
  display: block;
  width: 40%;
  height: 50px;
  float: right;
  border-style: none;
  border-width: 0px;
  border-color: rgba(0, 69, 78, 0.88);
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  background-color: rgba(0, 69, 78, 0.88);
  -webkit-transition: background-color 400ms ease;
  transition: background-color 400ms ease;
  color: #fff;
}

.trial-button:hover {
  background-color: #000;
}

.trial-button.sec {
  border-style: none;
  border-color: #000;
  background-color: rgba(2, 2, 2, 0.4);
}

.trial-button.sec:hover {
  background-color: #000;
  background-image: none;
}

.row {
  display: block;
  margin-bottom: 20px;
}

.row.skills {
  margin-top: 10px;
  margin-bottom: 0px;
}

.column {
  position: relative;
  display: block;
  margin-top: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-left: 0px;
  text-align: left;
}

.color-block {
  position: relative;
  height: 230px;
  padding: 32px;
  border: 3px solid #fff;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
  -webkit-transition: -webkit-transform 200ms ease;
  transition: -webkit-transform 200ms ease;
  transition: transform 200ms ease;
  transition: transform 200ms ease, -webkit-transform 200ms ease;
  text-align: left;
}

.color-block.licensing {
  height: auto;
}

.color-block-tittle {
  position: relative;
  z-index: 10;
  display: inline-block;
  margin-bottom: 17px;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 19px;
  line-height: 21px;
  font-weight: 700;
  text-align: left;
}

.portfolio-wrapper {
  position: relative;
  top: 50px;
  overflow: hidden;
  width: 100%;
  height: 300px;
  padding-right: 0px;
  padding-left: 0px;
  background-color: transparent;
  -webkit-transform: translate(0px, -50px);
  -ms-transform: translate(0px, -50px);
  transform: translate(0px, -50px);
  color: #fff;
}

.two-pieces-section {
  font-family: Montserrat, sans-serif;
}

.half-section-block {
  width: 50%;
  height: 600px;
  float: left;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(14, 194, 43, 0.78)), to(rgba(14, 194, 43, 0.78))), url('../images/philipp-reiner-686.jpg');
  background-image: linear-gradient(180deg, rgba(14, 194, 43, 0.78), rgba(14, 194, 43, 0.78)), url('../images/philipp-reiner-686.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.half-section-block._2 {
  position: relative;
  max-height: 600px;
  margin-bottom: 0px;
  padding: 90px;
  float: right;
  background-color: #020202;
  background-image: none;
}

.half-section-block._2.left {
  width: 50%;
  padding: 60px;
  float: left;
}

.half-section-block.right {
  float: right;
  background-image: url('../images/andrew-jasso-155771.jpg');
  background-position: 50% 100%;
  background-size: cover;
}

.content-list-item {
  margin-top: 10px;
  font-family: 'Playfair Display', sans-serif;
}

.content-list-item.box {
  margin-top: 30px;
}

.content-item {
  margin-bottom: 0px;
  padding-top: 8px;
  padding-bottom: 8px;
}

.icon-block-features {
  position: static;
  width: 100px;
  height: 100px;
  margin-right: 15px;
  margin-bottom: 20px;
  margin-left: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  float: none;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border: 0px none #d1d1d1;
  border-radius: 70px;
  background-color: #585858;
  text-align: center;
}

.icon-block-features:hover {
  border-color: #d1d1d1;
  background-color: #585858;
}

.icon-block-features.new {
  margin-bottom: 20px;
  background-color: #020202;
}

.icon-block-features.right {
  display: inline-block;
  max-width: 100px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 15px;
  float: none;
  text-align: center;
}

.icon-block-features.left {
  margin-bottom: 0px;
  float: none;
}

.tab-link {
  display: inline-block;
  width: 100px;
  height: 100px;
  margin-right: 15px;
  margin-left: 15px;
  padding: 38px 28px 28px;
  border: 1px solid #cfcfcf;
  border-radius: 100px;
  background-color: #fff;
}

.tab-link.w--current {
  width: 100px;
  height: 100px;
  margin-top: 0px;
  margin-right: 15px;
  margin-left: 15px;
  padding: 38px 12px 0px;
  border: 1px solid #0ec22b;
  border-radius: 100px;
  background-color: #fff;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
  -webkit-transition: box-shadow 200ms ease;
  transition: box-shadow 200ms ease;
  font-family: Montserrat, sans-serif;
  color: #000;
  text-align: center;
}

.overlay-image-pricing {
  width: 100%;
  height: 100%;
  padding-top: 145px;
  padding-bottom: 120px;
  background-color: rgba(42, 42, 42, 0.86);
  font-family: Montserrat, sans-serif;
}

.overlay-image-pricing.dark-background {
  padding-top: 100px;
  padding-bottom: 100px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(42, 42, 42, 0.86)), to(rgba(42, 42, 42, 0.86))), url('../images/photo-1428677361686-f9d23be145c9_1.jpg');
  background-image: linear-gradient(180deg, rgba(42, 42, 42, 0.86), rgba(42, 42, 42, 0.86)), url('../images/photo-1428677361686-f9d23be145c9_1.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
}

.hero-portfolio {
  padding-top: 190px;
  padding-bottom: 100px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(42, 42, 42, 0.86)), to(rgba(42, 42, 42, 0.86))), url('../images/photo-1428677361686-f9d23be145c9.jpg');
  background-image: linear-gradient(180deg, rgba(42, 42, 42, 0.86), rgba(42, 42, 42, 0.86)), url('../images/photo-1428677361686-f9d23be145c9.jpg');
  background-position: 0px 0px, 50% 100%;
  background-size: auto, 1000px;
}

.hero-portfolio.licensing {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(42, 42, 42, 0.86)), to(rgba(42, 42, 42, 0.86))), url('../images/julian-mora-141920.jpg');
  background-image: linear-gradient(180deg, rgba(42, 42, 42, 0.86), rgba(42, 42, 42, 0.86)), url('../images/julian-mora-141920.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.white-pricing-block {
  overflow: hidden;
  margin-top: 40px;
  margin-bottom: 0px;
  padding-bottom: 20px;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 0 50px 0 #000;
}

.pricing-wrapper-block {
  padding: 24px;
  color: #333;
  text-align: left;
}

.pricing-tittle {
  color: #24c3e2;
  font-weight: 700;
  text-align: center;
}

.pricing-tittle.sub {
  color: #000;
  font-size: 12px;
  font-weight: 300;
  text-align: center;
}

.pricing-text-pricing {
  color: #000;
  font-size: 44px;
  line-height: 50px;
  font-weight: 700;
  text-align: center;
}

.pricing-item {
  padding: 14px 18px 13px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.pricing-item-text {
  color: #000;
  text-align: center;
}

.pricing-content-block {
  display: block;
  overflow: hidden;
  padding: 24px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  background-color: hsla(0, 0%, 100%, 0.09);
  color: #fff;
  text-align: center;
}

.white {
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 12px;
  font-weight: 400;
}

.color {
  background-color: #24c3e2;
  color: #fff;
}

.laptop {
  max-width: 1500px;
  float: right;
}

.arroww {
  position: absolute;
  left: 37px;
  top: 172px;
  right: 0px;
  bottom: -14px;
}

.info-tes {
  position: relative;
  display: block;
  margin-top: 0px;
  margin-bottom: 20px;
  text-align: center;
}

.info-tes.team {
  position: static;
  top: 40%;
  width: 100%;
  height: 100%;
  padding-top: 86px;
  opacity: 1;
  text-align: center;
}

.intro-post {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  padding-top: 20px;
  padding-bottom: 10px;
  border-top: 1px solid hsla(0, 0%, 88.6%, 0.63);
  border-bottom: 1px none #e2e2e2;
}

.intro-post.lighter {
  border-top-color: hsla(0, 0%, 88.6%, 0.21);
}

.post-content {
  display: block;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: left;
}

.link-blog {
  text-decoration: none;
  text-transform: uppercase;
}

.about-us {
  position: relative;
  height: 360px;
  border: 15px solid #fff;
  border-radius: 10px;
  background-color: hsla(0, 0%, 100%, 0.79);
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}

.about-us:hover {
  box-shadow: 0 0 6px 0 #a3a3a3;
  -webkit-transform: translate(0px, -5px);
  -ms-transform: translate(0px, -5px);
  transform: translate(0px, -5px);
}

.about-us.box {
  left: 0px;
  top: 0px;
  right: 0px;
  width: auto;
  padding-top: 0px;
  border-color: #24c3e2;
  border-radius: 10px;
}

.testimonial-box {
  position: static;
  left: -8px;
  top: 0px;
  width: 50%;
  float: left;
}

.box-text-right {
  width: 50%;
  margin-top: 10px;
  padding-right: 10px;
  padding-bottom: 15px;
  float: right;
  text-align: left;
}

.heading3 {
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 25px;
  line-height: 33px;
  text-align: left;
  text-transform: uppercase;
}

.heading3.white {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.contact-box-detail {
  width: 100%;
  margin-top: 5px;
  margin-bottom: 0px;
  padding-top: 8px;
  padding-bottom: 11px;
  float: left;
  border-bottom: 1px solid hsla(0, 0%, 82.7%, 0.79);
}

.contact-text {
  display: inline;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  float: none;
  font-family: 'Open Sans', sans-serif;
  color: #000;
  font-weight: 400;
}

.contact-image-box {
  width: 13%;
  margin-right: 9px;
  float: left;
}

.blog {
  display: block;
  font-weight: 400;
  text-align: left;
}

.tab-menu {
  display: block;
  width: 80%;
  margin-right: auto;
  margin-bottom: 50px;
  margin-left: auto;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  text-align: center;
}

.tab-menu.alternative {
  margin-top: -50px;
  margin-bottom: 70px;
  border-bottom-style: none;
}

.video-content {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 340px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 3px;
}

.video-content.travel {
  box-shadow: 1px 1px 13px 4px rgba(0, 0, 0, 0.26);
}

.video {
  position: relative;
  overflow: hidden;
  width: auto;
  color: #10a8bd;
}

.play {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100px;
  height: 100px;
  margin-bottom: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  text-align: left;
}

.play-button {
  position: relative;
  z-index: 10;
  width: 75px;
  height: 75px;
  border-radius: 50px;
  background-color: #0d9622;
  background-image: url('../images/572684e92f3e6fea5d020828_play_1572684e92f3e6fea5d020828_play.png');
  background-position: 0px 0px;
  background-size: cover;
  -webkit-transition: -webkit-transform 200ms ease;
  transition: -webkit-transform 200ms ease;
  transition: transform 200ms ease;
  transition: transform 200ms ease, -webkit-transform 200ms ease;
  color: #10a8bd;
  font-size: 12px;
  text-align: left;
}

.play-button:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.front-video {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  border-radius: 5px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.01)), to(#10a8bd)), -webkit-gradient(linear, left top, left bottom, from(rgba(16, 168, 189, 0.62)), to(rgba(16, 168, 189, 0.62))), url('../images/shutterstock_326637644.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.01), #10a8bd), linear-gradient(180deg, rgba(16, 168, 189, 0.62), rgba(16, 168, 189, 0.62)), url('../images/shutterstock_326637644.jpg');
  background-position: 0px 0px, 0px 0px, 50% 50%;
  background-size: auto, auto, cover;
}

.front-video.image-overlay {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(14, 194, 43, 0.6)), to(rgba(14, 194, 43, 0.6))), url('../images/andy-brunner-14324.jpg');
  background-image: linear-gradient(180deg, rgba(14, 194, 43, 0.6), rgba(14, 194, 43, 0.6)), url('../images/andy-brunner-14324.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.front-video.image-overlay.travel {
  background-image: url('../images/luca-baggio-112868.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.div-service {
  width: 100px;
  height: 100px;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  padding: 30px;
  border: 5px none #bdbdbd;
  border-radius: 200px;
  background-color: rgba(0, 0, 0, 0.41);
}

.div-service.box {
  width: 80px;
  height: 80px;
  margin-top: -60px;
  padding: 24px 20px 20px;
}

.div-service.outline {
  border-style: solid;
  border-color: #0ec22b;
  background-color: transparent;
}

.social-icon {
  display: inline-block;
  overflow: visible;
  width: 25px;
  height: auto;
  margin-right: 15px;
  padding: 3px;
  float: left;
  border-style: none;
  border-radius: 30px;
  background-color: transparent;
}

.social-icon:hover {
  background-color: transparent;
}

.social-icon._2:hover {
  background-color: transparent;
}

.social-icon._3 {
  width: 38px;
  padding-left: 0px;
  float: none;
  color: transparent;
}

.social-icon._3:hover {
  background-color: transparent;
}

.social-icon.wrapper {
  width: 40px;
  height: 40px;
  margin-right: 5px;
  padding: 0px 7px 7px;
  border-radius: 100px;
  background-color: transparent;
  opacity: 1;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}

.social-icon.wrapper:hover {
  background-color: transparent;
  opacity: 1;
}

.social-icon.wrapper._4 {
  width: 40px;
  height: 40px;
  padding: 7px 3px 6px 4px;
}

.social-icon.wrapper.navbar {
  margin-right: 0px;
  padding: 9px;
  border-style: none;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, 0.25);
  border-radius: 3px;
}

.social-icon.wrapper.team {
  margin-right: 5px;
  margin-left: 5px;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, 0.25);
  border-radius: 3px;
}

.social-icon.wrapper.team.black {
  background-color: rgba(2, 2, 2, 0.35);
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  padding-top: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: radial-gradient(circle farthest-corner at 50% 50%, rgba(0, 0, 0, 0.59), #2a2a2a), url('../images/david-marcu-114194_1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.white-paragraph {
  color: #fff;
  font-size: 16px;
  font-weight: 300;
}

.image-iphone {
  margin-top: 20px;
  margin-left: 20px;
}

.font-icon {
  display: inline-block;
  margin-top: 0px;
  float: right;
  color: rgba(16, 168, 189, 0.18);
  font-size: 80px;
  font-style: italic;
}

.font-icon.number {
  display: block;
  margin-top: 10px;
  float: none;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  text-align: center;
  letter-spacing: 1px;
}

.font-icon.number.black {
  color: #000;
}

.font-icon.number.circle {
  display: inline-block;
  width: 100px;
  height: 100px;
  margin-top: -120px;
  padding: 30px;
  border: 1px none #000;
  border-radius: 100px;
  background-color: #0d9622;
}

.div-social {
  display: block;
  margin-top: 0px;
  margin-left: -13px;
  padding-top: 0px;
  float: none;
  text-align: left;
}

.div-social.footers {
  float: right;
}

.div-social.right {
  float: right;
}

.div-social.team {
  margin-top: 10px;
}

.sub-footer {
  height: auto;
  margin-top: 0px;
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 1px solid hsla(0, 0%, 100%, 0.07);
  background-color: transparent;
  text-align: center;
}

.background-video {
  position: relative;
  overflow: hidden;
  height: auto;
  background-color: #fff;
}

.background-video.intro {
  background-image: radial-gradient(circle farthest-corner at 50% 50%, rgba(0, 0, 0, 0.53), rgba(0, 0, 0, 0.73));
}

.background-video.homepage {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(2, 2, 2, 0.24)), to(rgba(2, 2, 2, 0.45)));
  background-image: linear-gradient(180deg, rgba(2, 2, 2, 0.24), rgba(2, 2, 2, 0.45));
}

.footer-info {
  display: inline-block;
  margin-top: 10px;
  background-color: transparent;
  color: #964fa8;
  font-size: 12px;
  font-weight: 400;
  text-align: center;
}

.footer-logo {
  margin-bottom: 40px;
  opacity: 0.3;
  text-align: center;
}

.footer-logo.left {
  display: inline-block;
  margin-top: 10px;
  margin-bottom: 0px;
  float: left;
}

.b-importatnt {
  color: #000;
  font-size: 17px;
}

.nav-menu {
  margin-top: 0px;
  padding-top: 10px;
  padding-bottom: 0px;
}

.nav-menu.style-middle {
  padding-top: 0px;
  padding-bottom: 0px;
  float: none;
  border-top: 1px none rgba(0, 0, 0, 0.12);
  text-align: center;
}

.container-nav {
  height: 50px;
}

.dropdown-toggle {
  margin-top: 0px;
  padding: 10px 30px 10px 10px;
  color: #fff;
}

.dropdown-toggle.w--open {
  color: #fff;
}

.dropdown-toggle.black {
  display: inline-block;
  color: #020202;
}

.dropdown-toggle.black:hover {
  display: inline-block;
  margin-right: 0px;
  padding-right: 30px;
  background-color: #fff;
  opacity: 1;
  color: #be2ef6;
}

.dropdown-toggle.black.box:hover {
  color: #0d9622;
}

.dropdown-arrow {
  margin-right: 20px;
  padding-left: 10px;
  opacity: 0.53;
}

.dropdown-list.w--open {
  position: absolute;
  left: 0px;
  top: 63px;
  height: auto;
  background-color: rgba(0, 0, 0, 0.92);
}

.dropdown-list.big.w--open {
  width: 550px;
  padding: 15px;
}

.dropdown-list.second.w--open {
  top: 50px;
}

.dropdown-list.box.w--open {
  top: 100px;
}

.dropdown-link {
  width: 100%;
  padding-top: 12px;
  padding-right: 80px;
  padding-bottom: 12px;
  color: #a7a7a7;
  font-size: 11px;
  font-weight: 400;
}

.dropdown-link:hover {
  background-color: hsla(0, 0%, 100%, 0.06);
  color: #fff;
}

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

.about-section {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #3b3f46;
}

.about-section.without-padding {
  height: 700px;
  padding-bottom: 100px;
  background-color: transparent;
  background-image: url('../images/Collazh.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.about-section.full {
  padding-top: 100px;
  padding-bottom: 100px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 92, 0, 0.2)), to(rgba(255, 92, 0, 0.2))), url('../images/iPhones6_mockup_stage.jpg');
  background-image: linear-gradient(180deg, rgba(255, 92, 0, 0.2), rgba(255, 92, 0, 0.2)), url('../images/iPhones6_mockup_stage.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.center {
  text-align: center;
}

.line {
  height: 3px;
  border-radius: 0px;
  background-color: hsla(0, 0%, 65.5%, 0.21);
}

.line.color {
  width: 326px;
  background-color: #fd2a87;
}

.line.color._2 {
  width: 80%;
  height: 100%;
  border-radius: 100px;
  background-color: #0d9622;
  color: #0ec22b;
}

.line.color._92 {
  width: 92%;
  height: 100%;
  border-radius: 100px;
  background-color: #0d9622;
}

.line.color._76 {
  width: 76%;
  height: 100%;
  border-radius: 100px;
  background-color: #0d9622;
}

.line.big {
  height: 10px;
  border-radius: 100px;
}

.tittle-skills {
  margin-top: 0px;
  font-family: Montserrat, sans-serif;
  color: #020202;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  text-align: left;
}

.tittle-skills.percent {
  float: right;
  color: rgba(42, 111, 253, 0.88);
  font-weight: 400;
}

.tittle-skills.percent.green {
  color: #0d9622;
  font-weight: 600;
}

.tittle-skills.white-font {
  color: #fff;
}

.iphone {
  margin-top: -80px;
  margin-bottom: 100px;
}

.iphone.bottom {
  margin-top: 50px;
  margin-bottom: 0px;
}

.top-row {
  margin-top: -200px;
  margin-bottom: 100px;
}

.top-row.new {
  margin-bottom: 0px;
}

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

.div {
  height: 240px;
  background-image: url('../images/dqento8twsq-blake-richard-verdoorn_1.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.div._2 {
  background-image: none;
}

.div._2._2 {
  background-image: url('../images/slide-one.jpg');
  background-size: cover;
}

.div._2.nature {
  background-image: url('../images/sdmm_xh3bcu-aaron-benson.jpg');
}

.div._3 {
  background-image: url('../images/o0rzkkl072u-david-marcu.jpg');
}

.div._3._3 {
  background-image: url('../images/21331.jpg');
  background-position: 100% 50%;
  background-size: cover;
}

.div._3.nature {
  background-image: url('../images/martin-burdon-178543.jpg');
  background-size: cover;
}

.div._4 {
  background-image: url('../images/dgtrkzooe0w-ales-krivec.jpg');
  background-size: cover;
}

.div._4.nature {
  background-image: url('../images/n-sxa8vegdk-ales-krivec_1.jpg');
  background-size: cover;
}

.div._5 {
  background-image: url('../images/c-lad9xizbg-tim-gouw.jpg');
  background-size: cover;
}

.div._5.nature {
  background-image: url('../images/c-lad9xizbg-tim-gouw_1.jpg');
}

.div._6 {
  background-image: url('../images/hgv_woqnp3y-aaron-benson.jpg');
  background-size: cover;
}

.div._6.nature {
  background-image: url('../images/hgv_woqnp3y-aaron-benson_1.jpg');
}

.div-device {
  margin-top: 0px;
  margin-bottom: 0px;
}

.div-device.laptop {
  margin-top: -250px;
}

.image-ipads {
  margin-bottom: 50px;
}

.div-images {
  display: block;
  margin-top: -150px;
  text-align: center;
}

.image-fact {
  margin-bottom: 20px;
}

.wrapp-div {
  padding-left: 0px;
}

.separator {
  display: inline-block;
  width: 30px;
  height: 1px;
  margin: 30px 2px 50px;
  background-color: #24c3e2;
}

.separator.header {
  margin-top: 0px;
  margin-bottom: 0px;
  background-color: #c9c9c9;
}

.separator.header.center {
  background-color: #0ec22b;
}

.separator.header.center.white {
  background-color: #fff;
}

.image-girl {
  position: static;
  left: 0px;
  bottom: 0px;
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.success-message {
  border-radius: 5px;
  background-color: #56136e;
  font-family: 'Playfair Display', sans-serif;
  color: #fff;
}

.text-block-2 {
  font-family: 'Playfair Display', sans-serif;
  font-weight: 300;
}

.error-message {
  border-radius: 5px;
  background-color: red;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
}

.column-2 {
  position: relative;
  padding-right: 0px;
  padding-left: 0px;
}

.text-block-9 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
}

.text-block-10 {
  font-weight: 300;
}

.div-block {
  position: relative;
}

.slide-nav {
  margin-top: 0px;
}

.section-2 {
  padding-top: 300px;
  padding-bottom: 300px;
}

.section-2.coming-soon {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/jason-ortego-5386-1_1.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/jason-ortego-5386-1_1.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

._404-body {
  background-image: radial-gradient(circle farthest-corner at 50% 50%, rgba(0, 0, 0, 0.55), #1d1d1d), url('../images/andy-brunner-14324.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

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

.image-9 {
  display: block;
  max-width: 70%;
  margin-right: auto;
  margin-bottom: 40px;
  margin-left: auto;
  opacity: 0.37;
}

.log-in-text-field {
  border-radius: 5px;
  font-family: 'Playfair Display', sans-serif;
}

.log-in-button {
  border-radius: 5px;
  background-color: #0ec22b;
  -webkit-transition: background-color 400ms ease;
  transition: background-color 400ms ease;
  font-family: Montserrat, sans-serif;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.log-in-button:hover {
  background-color: #0d9622;
}

.text-block-11 {
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  font-weight: 300;
}

.table-item-wrapper {
  margin-bottom: 1px;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f5f5f5;
}

.table-item-wrapper.title {
  background-color: #0ec22b;
}

.table-title {
  padding-top: 25px;
  padding-bottom: 30px;
  padding-left: 20px;
  font-size: 16px;
  font-weight: 600;
}

.image-wrapper {
  width: 100%;
  height: 100px;
  margin-right: 0px;
  margin-bottom: 0px;
  padding-right: 0px;
  background-image: url('../images/luca-baggio-112868_1.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.image-wrapper:hover {
  background-image: url('../images/luca-baggio-112868_1.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.image-wrapper.thumbnail {
  width: 80px;
  height: 80px;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: 20px;
  padding-top: 0px;
  background-image: url('../images/gym.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.image-wrapper.thumbnail._12 {
  background-image: url('../images/stock-photo-collage-of-smiling-multi-ethnic-group-of-business-people-on-gray-background-561909199.jpg');
  background-size: cover;
}

.image-wrapper.thumbnail._13 {
  background-image: url('../images/Collazh_1.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.image-wrapper.icon {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
}

.image-wrapper.icon.liciences {
  padding-right: 20px;
  background-image: none;
  text-align: center;
}

.image-wrapper.icon.liciences.color {
  width: auto;
  height: auto;
  padding-right: 20px;
  background-color: rgba(95, 95, 95, 0.18);
  text-align: center;
}

.link-licensing {
  display: block;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 20px;
}

.center-paragraph {
  padding-right: 200px;
  padding-left: 200px;
  font-family: Montserrat, sans-serif;
  text-align: center;
}

.center-paragraph.box {
  font-size: 12px;
  font-weight: 400;
}

.name-customer {
  margin-top: 17px;
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  color: #020202;
  font-weight: 600;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.name-customer.white {
  display: block;
  margin-top: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-size: 14px;
}

.name-customer.second-style {
  margin-top: 0px;
}

.paragraph-29 {
  margin-bottom: 0px;
}

.link-page {
  color: #0d9622;
}

.link-page.w--current {
  color: #b1b1b1;
}

.center-div {
  position: absolute;
  left: 100px;
  top: 20%;
  right: 100px;
}

.different-font {
  font-family: 'Playfair Display', sans-serif;
  color: #000;
  font-style: normal;
  font-weight: 700;
  text-transform: none;
}

.different-font.white-color {
  color: #fff;
}

.separated-div-wrapper {
  display: block;
  height: 40px;
  margin: 20px auto 0px;
  text-align: center;
}

.separated-div-wrapper.left {
  margin-top: 40px;
  text-align: left;
}

.separated-div-wrapper.form {
  height: 20px;
}

.featured-image {
  height: 300px;
  border-radius: 5px;
  background-image: url('../images/luca-baggio-112868_1.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.category-tag {
  position: absolute;
  left: 20px;
  top: 20px;
  z-index: 10;
  display: block;
  padding: 7px 9px 6px;
  border-radius: 2px;
  background-color: #5cc489;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.12);
  color: #fff;
  font-weight: 500;
  text-align: left;
}

.feafured-text {
  position: absolute;
  left: 0px;
  top: auto;
  right: 0px;
  bottom: 0px;
  padding: 60px 20px 62px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.88)));
  background-image: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.88));
}

.featured-title {
  margin-top: 0px;
  margin-bottom: 4px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  text-align: left;
}

.featured-description {
  font-family: Montserrat, sans-serif;
  color: hsla(0, 0%, 100%, 0.7);
  font-weight: 300;
  text-align: left;
}

.featured-details {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  padding: 10px 20px 15px;
}

.author-image {
  width: 26px;
  margin-right: 10px;
  float: left;
  border-radius: 50px;
}

.author-image.blog {
  display: block;
  width: 60px;
  margin-right: auto;
  margin-bottom: 30px;
  margin-left: auto;
  float: none;
}

.author.lite {
  margin-top: 5px;
  float: left;
  font-family: Montserrat, sans-serif;
  color: hsla(0, 0%, 100%, 0.7);
  font-size: 12px;
  font-weight: 500;
  text-align: left;
}

.author.lite.blog {
  color: #fff;
  font-size: 16px;
}

.author.lite.black {
  color: #020202;
}

.thumbnail.date {
  margin-top: 5px;
  float: right;
  font-family: Montserrat, sans-serif;
  color: hsla(0, 0%, 100%, 0.7);
  font-size: 12px;
  font-weight: 500;
}

.thumbnail.date.blog {
  float: none;
  color: #fff;
  font-size: 16px;
}

.thumbnail.date.black {
  margin-left: 40px;
  float: left;
  color: #020202;
}

.dynamic-item {
  margin-bottom: 20px;
  border-radius: 5px;
}

.featured-wrapper {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 5px;
}

.div-block-5 {
  border-radius: 5px;
}

.portfolio-lightbox {
  width: 100%;
  height: 100%;
}

.image-lightbox {
  position: static;
  width: 100%;
  height: 100%;
  margin-right: 0px;
  background-color: #3383c0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#3383c0), to(#3383c0));
  background-image: linear-gradient(180deg, #3383c0, #3383c0);
  opacity: 1;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  -webkit-transition: opacity 375ms ease;
  transition: opacity 375ms ease;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.image-lightbox:hover {
  opacity: 0.56;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: perspective(373px);
  transform: perspective(373px);
}

.portfolio-overlay {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  padding: 20px 20px 0px;
  background-color: rgba(13, 150, 34, 0.85);
}

.portfolio-content {
  position: absolute;
  left: 40px;
  top: 40px;
  right: 83px;
  bottom: 201px;
  text-align: left;
}

.portfolio-content.alternative {
  position: static;
  margin-left: 0px;
  padding: 16px 20px 20px;
  background-color: #a04f76;
}

.project-name {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: none;
}

.project-name.black {
  color: #fff;
  font-weight: 500;
  letter-spacing: 0px;
  text-decoration: none;
  text-transform: none;
}

.project-description {
  font-family: Montserrat, sans-serif;
  color: hsla(0, 0%, 100%, 0.75);
  font-weight: 200;
}

.project-description.green {
  color: #fff;
  text-decoration: none;
}

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

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

.laptop-div {
  display: block;
  width: 80%;
  margin: 0px auto 60px;
  padding-right: 40px;
  padding-left: 40px;
}

.laptop-div.alternative {
  position: relative;
  z-index: 1000;
  width: 65%;
  margin-top: 60px;
  margin-bottom: 0px;
}

.laptop-div.middle {
  margin-bottom: 0px;
}

.div-footer {
  padding-top: 50px;
  padding-bottom: 0px;
  border-style: none;
  border-width: 1px;
  border-color: #696969;
  background-color: #a1a1a1;
}

.div-footer.big {
  padding-top: 80px;
  padding-bottom: 80px;
}

.small-footer {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #610479;
}

.element-wrapper {
  float: none;
  text-align: center;
}

.row-buttons {
  margin-bottom: 100px;
}

.row-buttons.bottom {
  margin-bottom: 0px;
}

.toggle-wrapper {
  display: block;
  width: 80%;
  margin-top: -1px;
  margin-right: auto;
  margin-left: auto;
}

.toggle-wrapper.box {
  width: 100%;
}

.toggle-content {
  overflow: hidden;
}

.toggle-header {
  width: 100%;
  padding: 20px 14px 18px 40px;
  border: 1px solid #e6e6e6;
  text-align: left;
}

.toggle-header:hover {
  background-color: #fcfcfc;
  color: #000;
}

.toggle-header.alternative {
  border-color: hsla(0, 0%, 90.2%, 0.26);
}

.toggle-header.alternative:hover {
  background-color: hsla(0, 0%, 98.8%, 0.07);
}

.heading-2 {
  display: inline-block;
  margin-top: 0px;
  margin-bottom: 20px;
  color: #5e5e5e;
  font-size: 14px;
  text-align: left;
  letter-spacing: 1px;
  text-transform: uppercase;
}

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

.toggle-icon {
  position: relative;
  top: 10px;
  right: 10px;
  width: 20px;
  height: 20px;
  float: right;
  border-radius: 2px;
  background-color: #0ec22b;
  background-image: url('../images/arrow-pointing-down.svg');
  background-position: 50% 50%;
  background-size: 12px;
  background-repeat: no-repeat;
  opacity: 1;
}

.toggle-space {
  padding: 30px 40px;
}

.dark-backround {
  padding-top: 100px;
  padding-bottom: 100px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(transparent)), url('../images/photo-1468387576571-ee44d4c52d82.jpeg');
  background-image: linear-gradient(180deg, #fff, transparent), url('../images/photo-1468387576571-ee44d4c52d82.jpeg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, scroll;
}

.dark-backround.second {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(73, 83, 0, 0.33)), to(rgba(73, 83, 0, 0.33))), -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.39)), to(rgba(0, 0, 0, 0.39))), url('../images/sdmm_xh3bcu-aaron-benson.jpg');
  background-image: linear-gradient(180deg, rgba(73, 83, 0, 0.33), rgba(73, 83, 0, 0.33)), linear-gradient(180deg, rgba(0, 0, 0, 0.39), rgba(0, 0, 0, 0.39)), url('../images/sdmm_xh3bcu-aaron-benson.jpg');
  background-position: 0px 0px, 0px 0px, 50% 0px;
  background-size: auto, auto, cover;
  background-repeat: repeat, repeat, no-repeat;
  background-attachment: scroll, scroll, fixed;
}

.dark-backround.testimonials {
  padding-top: 0px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(transparent)), url('../images/photo-1468387576571-ee44d4c52d82_1.jpeg');
  background-image: linear-gradient(180deg, #fff, transparent), url('../images/photo-1468387576571-ee44d4c52d82_1.jpeg');
}

.dark-backround.testimonials.gray {
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 97.3%, 0.84)), to(hsla(0, 0%, 97.3%, 0.63))), url('../images/photo-1468387576571-ee44d4c52d82.jpeg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 97.3%, 0.84), hsla(0, 0%, 97.3%, 0.63)), url('../images/photo-1468387576571-ee44d4c52d82.jpeg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, scroll;
}

.dark-backround.testimonials.homepage {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(hsla(0, 0%, 100%, 0.52))), url('../images/julian-mora-141920.jpg');
  background-image: linear-gradient(180deg, #f5f5f5, hsla(0, 0%, 100%, 0.52)), url('../images/julian-mora-141920.jpg');
}

.dark-backround.gray {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.4))), url('../images/photo-1468387576571-ee44d4c52d82.jpeg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url('../images/photo-1468387576571-ee44d4c52d82.jpeg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, scroll;
}

.tab-link-2 {
  background-color: transparent;
}

.tab-link-2.w--current {
  border-bottom: 1px solid #0ec22b;
  background-color: transparent;
}

.tab-pane {
  margin-top: 1px;
}

.text-block-12 {
  color: #000;
  font-weight: 600;
}

.text-block-13 {
  font-weight: 600;
}

.text-block-14 {
  font-weight: 600;
}

.tabs {
  border-top: 1px solid #ddd;
}

.list-item {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  text-align: center;
}

.list-item-2 {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  text-align: center;
}

.list-item-3 {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  text-align: center;
}

.paragraph-list {
  margin-bottom: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Montserrat, sans-serif;
  text-align: center;
}

.list-item-4 {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.list-item-5 {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.info-box {
  width: 100%;
  height: auto;
  padding: 40px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.09);
  border-radius: 5px;
  box-shadow: 0 20px 20px 0 rgba(0, 0, 0, 0.05);
}

.info-box.second {
  height: auto;
  border-color: #0ec22b;
}

.info-box.second.dark {
  height: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #0d9622;
}

.info-box.second.dark.black {
  border-color: #000;
  background-color: rgba(2, 2, 2, 0.73);
}

.info-box.white {
  height: auto;
  background-color: #fff;
}

.info-box.white.service {
  height: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
}

.info-box.white.in-section {
  margin-top: 40px;
}

.info-box.lists {
  height: 430px;
  background-color: #fff;
}

.info-box.lists.auto {
  height: auto;
}

.heading-3 {
  margin-top: 0px;
  font-family: Montserrat, sans-serif;
  font-size: 28px;
  font-weight: 500;
}

.heading-3.white {
  font-family: Montserrat, sans-serif;
  letter-spacing: 1px;
}

.heading-3.center {
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 500;
}

.box-text {
  margin-bottom: 30px;
}

.box-text.white.center.service {
  margin-bottom: 10px;
}

.skills {
  margin-top: 10px;
  margin-bottom: 20px;
}

.skills.first {
  margin-top: 30px;
  margin-bottom: 20px;
}

.call-to-action {
  display: block;
  margin: 0px auto auto 0px;
  padding: 20px;
  background-color: #3383c0;
}

.call-to-action.alternative {
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/luca-baggio-112868_1.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/luca-baggio-112868_1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.call-to-action.alternative.second {
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 85.9%, 0.5)), to(hsla(0, 0%, 85.9%, 0.5)));
  background-image: linear-gradient(180deg, hsla(0, 0%, 85.9%, 0.5), hsla(0, 0%, 85.9%, 0.5));
}

.call-to-action.alternative.fourth {
  border-bottom: 1px solid rgba(0, 0, 0, 0.11);
  background-image: none;
}

.cta-text {
  margin-top: 5px;
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 300;
}

.cta-text.white {
  margin-top: 5px;
  margin-bottom: 0px;
  padding-left: 30px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
}

.copy-container {
  margin-top: 0px;
  padding-top: 100px;
  padding-bottom: 100px;
}

.link {
  color: #0ec22b;
}

.important-text {
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 14px;
}

.testimonials-slider {
  background-color: transparent;
}

.slide-nav-2.drak {
  top: 100px;
}

.skills-wrapper {
  margin-bottom: 20px;
  padding-right: 0px;
  padding-left: 0px;
}

.footer-title {
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  color: hsla(0, 0%, 100%, 0.39);
  font-size: 16px;
  font-weight: 500;
}

.adress {
  margin-right: auto;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 14px;
  line-height: 22px;
  font-weight: 300;
  text-align: left;
  letter-spacing: 0%;
}

.blog-post-wrapper {
  width: 90%;
  padding-top: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid #3d3d3d;
}

.blog-post-wrapper.first {
  width: 90%;
  padding-top: 0px;
}

.info-post {
  color: #5f5f5f;
}

.nav-link-wrapper {
  padding-top: 20px;
  padding-bottom: 20px;
}

.navbar-section {
  height: auto;
}

.small-header {
  height: 40px;
  background-color: #0d9622;
}

.top-text {
  display: inline-block;
  margin-top: 7px;
  margin-right: 20px;
  margin-bottom: 7px;
  font-family: Montserrat, sans-serif;
  color: hsla(0, 0%, 100%, 0.5);
  font-size: 12px;
  font-weight: 300;
}

.box-service-image {
  width: auto;
  height: auto;
  margin-right: 0px;
  padding: 40px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#000)), url('../images/martin-burdon-178543.jpg');
  background-image: linear-gradient(180deg, transparent, #000), url('../images/martin-burdon-178543.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  box-shadow: 0 20px 20px 0 rgba(0, 0, 0, 0.16);
  text-align: left;
}

.box-service-image._2 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#000)), url('../images/n-sxa8vegdk-ales-krivec_1.jpg');
  background-image: linear-gradient(180deg, transparent, #000), url('../images/n-sxa8vegdk-ales-krivec_1.jpg');
  background-position: 0px 0px, 100% 78%;
  background-size: auto, cover;
  box-shadow: 14px 14px 20px 0 rgba(0, 0, 0, 0.16);
}

.box-service-image._3 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#000)), url('../images/wil-stewart-18242.jpg');
  background-image: linear-gradient(180deg, transparent, #000), url('../images/wil-stewart-18242.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.box-service-image.full {
  margin-right: 40px;
}

.box-service-image.lighter {
  height: 300px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(107, 52, 2, 0.35)), to(rgba(107, 52, 2, 0.35))), url('../images/martin-burdon-178543.jpg');
  background-image: linear-gradient(180deg, rgba(107, 52, 2, 0.35), rgba(107, 52, 2, 0.35)), url('../images/martin-burdon-178543.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.box-service-image.lighter._2 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(13, 150, 34, 0.34)), to(rgba(13, 150, 34, 0.34))), url('../images/philipp-reiner-686_1.jpg');
  background-image: linear-gradient(180deg, rgba(13, 150, 34, 0.34), rgba(13, 150, 34, 0.34)), url('../images/philipp-reiner-686_1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, 750px;
  box-shadow: none;
}

.box-service-image.lighter._3 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(42, 118, 253, 0.27)), to(rgba(42, 118, 253, 0.27))), url('../images/wil-stewart-18242.jpg');
  background-image: linear-gradient(180deg, rgba(42, 118, 253, 0.27), rgba(42, 118, 253, 0.27)), url('../images/wil-stewart-18242.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  box-shadow: none;
}

.box-service-image.lighter.first {
  box-shadow: none;
}

.container-2 {
  position: relative;
}

.text-area.gray {
  height: 100px;
  max-height: 100px;
  border-style: none;
  border-radius: 3px;
  background-color: #f5f5f5;
  font-family: 'Playfair Display', sans-serif;
  font-size: 13px;
}

.form-2 {
  display: block;
  width: 80%;
  margin-right: auto;
  margin-left: auto;
}

.text-block-15 {
  font-family: 'Playfair Display', sans-serif;
}

.div-image-tab {
  display: block;
  width: 100%;
  height: 300px;
  margin-right: auto;
  margin-bottom: 60px;
  margin-left: auto;
  border-radius: 5px;
  background-image: url('../images/andrew-jasso-155771.jpg');
  background-position: 50% 50%;
  background-size: cover;
  box-shadow: 0 20px 20px 0 rgba(0, 0, 0, 0.11);
}

.about-box-div {
  margin-top: 40px;
  text-align: left;
}

.column-5 {
  text-align: left;
}

.team-div {
  position: static;
  height: 300px;
  background-image: url('../images/Krishan-home.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.team-div._2 {
  background-image: url('../images/Nalin-home.jpg');
  background-position: 45% 12%;
  background-size: cover;
}

.team-div._3 {
  background-image: url('../images/neekhil-home.jpg');
  background-size: cover;
}

.team-div._3.second-style {
  height: 260px;
  background-image: url('../images/Krishan-home.jpg');
  background-size: cover;
  background-repeat: no-repeat;
}

.team-div._4 {
  background-image: url('../images/Team4.jpg');
}

.team-div._4.second-style {
  height: 260px;
  background-image: url('../images/Nalin-home.jpg');
  background-size: cover;
  background-repeat: no-repeat;
}

.team-div._5 {
  background-image: url('../images/team-2.jpg');
}

.team-div._6 {
  background-image: url('../images/Team5.jpg');
  background-size: cover;
}

.team-div._7 {
  background-image: url('../images/team-danny.jpg');
  background-size: cover;
}

.team-div._8 {
  background-image: url('../images/team-praveen.jpg');
  background-size: cover;
}

.team-div._9 {
  background-image: url('../images/team-harriet.jpg');
  background-position: 49% 0%;
  background-size: cover;
}

.team-div._9.second-style {
  height: 260px;
  background-image: url('../images/neekhil-home.jpg');
  background-size: cover;
  background-repeat: no-repeat;
}

.team-div._10 {
  background-image: url('../images/Team7.jpg');
}

.team-div._11 {
  background-image: url('../images/Team8.jpg');
  background-size: cover;
}

.team-div.circle {
  width: 300px;
  border-radius: 300px;
}

.overlay-div {
  display: block;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#3383c0), to(#3383c0));
  background-image: linear-gradient(180deg, #3383c0, #3383c0);
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}

.overlay-div:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#3383c0), to(#3383c0));
  background-image: linear-gradient(180deg, #3383c0, #3383c0);
  opacity: 0.9;
}

.overlay-div.circle {
  border-radius: 300px;
}

.setion-services {
  margin-top: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: rgba(167, 134, 88, 0.31);
}

.setion-services.gray {
  background-color: #f5f5f5;
}

.setion-services.about-life {
  margin-top: 0px;
  padding-top: 100px;
  padding-bottom: 0px;
  background-color: #fff;
}

.services-div {
  margin-top: 60px;
  border-radius: 5px;
  background-color: #fff;
}

.services-div.team {
  margin-top: 0px;
  padding: 10px 20px;
  border-radius: 0px;
  background-color: hsla(0, 0%, 100%, 0);
}

.hero-div-video {
  height: 700px;
  padding-top: 280px;
  padding-bottom: 100px;
}

.hero-div-video.imtro {
  height: 800px;
  padding-top: 220px;
}

.arrow {
  display: none;
}

.price-section {
  height: 700px;
  padding-top: 100px;
  background-color: #020202;
}

.div-blog-image {
  height: 500px;
  margin-top: 0px;
  background-image: url('../images/philipp-reiner-686.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.div-info {
  margin-top: 60px;
}

.div-author {
  float: right;
}

.column-6 {
  margin-left: 0px;
  padding-left: 0px;
}

.buttons-div {
  height: 100px;
  margin-top: 30px;
  padding-top: 30px;
  padding-bottom: 30px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.blog-div.over {
  margin-top: 0px;
  padding: 20px;
  background-color: #fff;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.blog-div.over.singel {
  box-shadow: 0 -20px 30px 0 rgba(0, 0, 0, 0.13);
}

.blog-div.over.cause {
  height: 600px;
  padding-right: 20px;
  padding-left: 20px;
}

.blog-div.over.second {
  padding-top: 0px;
}

.lighter-color {
  color: #a09e9e;
}

.link-blog-image {
  width: 110px;
  height: 110px;
  margin-right: 20px;
  border-radius: 6px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
  -webkit-transition: box-shadow 400ms ease;
  transition: box-shadow 400ms ease;
}

.link-blog-image:hover {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
  box-shadow: 5px 5px 16px 0 rgba(0, 0, 0, 0.19);
}

.donate-pop-up {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 9999;
  display: block;
  width: 100%;
  height: 100%;
  padding: 30px;
  background-color: rgba(0, 0, 0, 0.85);
  text-align: center;
}

.title-pop-up {
  margin-top: 0px;
  font-family: 'Playfair Display', sans-serif;
  color: rgba(0, 0, 0, 0.39);
  font-size: 30px;
  font-style: italic;
  font-weight: 400;
  text-align: center;
}

.upper-title {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: 'Playfair Display', sans-serif;
  color: #0d9622;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
}

.modal-close {
  position: absolute;
  top: 26px;
  right: 26px;
  width: 20px;
  height: 20px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: 20px;
}

.modal-close:hover {
  background-image: url('../images/Green_modalClose_1Green_modalClose.png');
  background-size: 20px;
}

.success-message-2 {
  margin-top: 30px;
  border-radius: 5px;
  background-color: #0d9622;
  font-family: 'Playfair Display', sans-serif;
  color: #fff;
}

.error-message-2 {
  border-radius: 5px;
  background-color: red;
  font-family: 'Playfair Display', sans-serif;
  color: #fff;
}

.homepage-tile {
  display: block;
}

.link-block {
  display: block;
  width: 90%;
  margin-right: auto;
  margin-left: auto;
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.19);
  -webkit-transition: box-shadow 500ms ease;
  transition: box-shadow 500ms ease;
}

.link-block:hover {
  box-shadow: 0 10px 43px 16px rgba(0, 0, 0, 0.19);
}

.link-block.default {
  width: 95%;
  height: 680px;
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url('../images/12345.jpg');
  background-position: 50% 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-headline-wrapper {
  padding-right: 0px;
  padding-left: 0px;
  text-align: center;
}

.my-image-div {
  height: 500px;
  border-radius: 20px;
  background-image: url('../images/team-1.jpg');
  background-position: 0px 0px;
  background-size: cover;
  box-shadow: 7px 7px 10px 0 rgba(0, 0, 0, 0.09);
}

.history-row {
  padding-top: 80px;
  padding-bottom: 60px;
  border-bottom: 1px solid #c9c9c9;
}

.iteam-block-wrapper {
  margin-bottom: 20px;
  background-color: #fff;
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.05);
}

.iteam-block-wrapper.singel {
  width: 100%;
  margin-bottom: 0px;
  box-shadow: none;
}

.iteam-block-wrapper.second-style {
  height: 400px;
  border-radius: 5px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0px 0px;
  background-size: cover;
}

.iteam-block-wrapper.second-style.singel {
  display: block;
  width: 400px;
  padding-bottom: 20px;
  float: none;
}

.cause-image-block {
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(45%, transparent), color-stop(75%, rgba(0, 0, 0, 0.52)));
  background-image: linear-gradient(180deg, transparent 45%, rgba(0, 0, 0, 0.52) 75%);
}

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

.percentual-div {
  position: relative;
  z-index: 1000;
  display: block;
  width: 90%;
  margin: -20px auto 10px;
  padding: 10px;
  background-color: #fff;
  box-shadow: 1px -10px 10px 0 rgba(0, 0, 0, 0.29);
}

.percentual-div.singel {
  width: 100%;
  margin-top: 0px;
  margin-bottom: 20px;
  padding: 0px;
  box-shadow: none;
}

.percentual-div.second-style {
  top: 18px;
  margin-top: 0px;
  background-color: rgba(0, 0, 0, 0.39);
  box-shadow: none;
}

.status {
  width: 50%;
  padding: 5px 10px 5px 20px;
  float: left;
  background-color: #0d9622;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-weight: 500;
  text-align: left;
}

.status.percentual-text {
  background-color: #2a6ffd;
  font-family: Montserrat, sans-serif;
  color: #fff;
  text-align: center;
}

.item-block {
  position: relative;
  top: 0px;
  right: 0px;
  height: 150px;
  text-align: center;
}

.item-block.second-style {
  top: -165px;
}

.donation-text {
  display: inline-block;
  font-family: Montserrat, sans-serif;
  color: #020202;
  font-size: 12px;
}

.donation-text.gray {
  margin-left: 2px;
  color: #797979;
}

.donation-text.gray.lighter {
  color: #d4d4d4;
  font-size: 20px;
}

.donation-text.gray.light {
  color: #d3d3d3;
}

.donation-text.white {
  color: #fff;
  font-size: 20px;
}

.donation-text.wjhite {
  color: #fff;
}

.important-text-3 {
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 600;
}

.text-block-17 {
  display: inline-block;
  margin-right: 6px;
  font-family: Montserrat, sans-serif;
}

.cuses-list-item {
  float: left;
}

.cuses-list-item.singel {
  width: 100%;
  height: auto;
  float: none;
}

.rich-text {
  margin-top: 10px;
  margin-bottom: 30px;
  text-align: center;
}

.page-header-overlay {
  height: 100%;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
}

.important-text-4 {
  font-family: Montserrat, sans-serif;
  font-size: 12px;
}

.info-team {
  padding-top: 10px;
  padding-bottom: 20px;
  background-color: #fff;
  text-align: center;
}

.team-wrapper {
  height: auto;
}

.dynamic-list-wrapper.home {
  margin-top: -140px;
}

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

.slider.box {
  height: 600px;
}

.slide {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(73, 83, 0, 0.5)), to(rgba(73, 83, 0, 0.5))), url('../images/andrew-jasso-155771.jpg');
  background-image: linear-gradient(180deg, rgba(73, 83, 0, 0.5), rgba(73, 83, 0, 0.5)), url('../images/andrew-jasso-155771.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, scroll;
}

.slide.first {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(29, 29, 29, 0.5)), to(rgba(29, 29, 29, 0.5))), url('../images/5907a46fd990625129a9fd50_clarisse-meyer-152699.jpg');
  background-image: linear-gradient(180deg, rgba(29, 29, 29, 0.5), rgba(29, 29, 29, 0.5)), url('../images/5907a46fd990625129a9fd50_clarisse-meyer-152699.jpg');
  background-position: 0px 0px, 50% 34%;
  background-size: auto, cover;
}

.slide.first.box {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(29, 29, 29, 0.19)), to(rgba(29, 29, 29, 0.19))), url('../images/roof-tiles.jpg');
  background-image: linear-gradient(180deg, rgba(29, 29, 29, 0.19), rgba(29, 29, 29, 0.19)), url('../images/roof-tiles.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.slide.hero {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.31)), to(rgba(0, 0, 0, 0.31))), url('../images/slide-1.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.31), rgba(0, 0, 0, 0.31)), url('../images/slide-1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.slide-2 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(73, 83, 0, 0.22)), to(rgba(73, 83, 0, 0.22))), -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.41)), to(rgba(0, 0, 0, 0.41))), url('../images/rmp3qc71x10-jose-urbano.jpg');
  background-image: linear-gradient(180deg, rgba(73, 83, 0, 0.22), rgba(73, 83, 0, 0.22)), linear-gradient(180deg, rgba(0, 0, 0, 0.41), rgba(0, 0, 0, 0.41)), url('../images/rmp3qc71x10-jose-urbano.jpg');
  background-position: 0px 0px, 0px 0px, 50% 50%;
  background-size: auto, auto, cover;
  background-repeat: repeat, repeat, no-repeat;
  background-attachment: scroll, scroll, scroll;
}

.slide-2.new {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.57)), to(rgba(0, 0, 0, 0.57))), url('../images/copper-tubes.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.57), rgba(0, 0, 0, 0.57)), url('../images/copper-tubes.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, scroll;
}

.dynamic-list-2 {
  display: block;
  text-align: left;
}

.dynamic-list-2.singel {
  float: right;
}

.left-side-div {
  padding-right: 40px;
}

.leaf {
  text-align: center;
}

.row-presentation {
  margin-bottom: 80px;
}

.forest-icon {
  margin-bottom: 20px;
}

.div-wrapper {
  display: block;
  width: 80%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0px;
  padding-left: 0px;
}

.minus-padding {
  margin-top: -50px;
}

.div-image {
  min-width: 0px;
  background-color: #3383c0;
  opacity: 1;
  -webkit-transform: scale3d(1none, 1none, 1none);
  transform: scale3d(1none, 1none, 1none);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.div-image.singel {
  position: static;
  height: 500px;
  -webkit-filter: none;
  filter: none;
  -webkit-transition: none 0ms ease;
  transition: none 0ms ease;
}

.portfolio-wrapper-second {
  max-width: none;
  margin-bottom: 0px;
}

.info-project-row {
  margin-top: 30px;
}

.title-column {
  margin-bottom: 0px;
  color: #000;
  font-size: 14px;
}

.image-13 {
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.slider-arrows {
  width: 60px;
  height: 60px;
  margin-right: 20px;
  margin-left: 20px;
  border: 2px none #fff;
  border-radius: 10px;
  opacity: 0.3;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}

.slider-arrows:hover {
  opacity: 1;
}

.go-to {
  position: fixed;
  right: 15px;
  bottom: 15px;
  display: none;
  width: 48px;
  height: 48px;
  border-radius: 5px;
  background-color: rgba(0, 0, 0, 0.27);
  background-image: url('../images/d-arrow.svg');
  background-position: 50% 50%;
  background-size: 16px;
  background-repeat: no-repeat;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.go-to:hover {
  background-color: #0ec22b;
}

.go-to.w--current {
  display: none;
}

.image-16 {
  position: relative;
  z-index: 1000;
  margin-top: -40px;
  text-align: center;
}

.row-color {
  margin-bottom: 5px;
}

.scroll-navbar {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 1100;
  display: inline-block;
  overflow: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  background-color: #fff;
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.1);
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.dot-container {
  position: fixed;
  left: 3%;
  top: 43%;
  z-index: 5;
}

.div-dot {
  margin-bottom: 4px;
}

.dot {
  width: 12px;
  height: 12px;
  margin-top: 10px;
  margin-right: 10px;
  border: 1px solid #fff;
  border-radius: 30px;
  background-color: transparent;
}

.dot.w--current {
  border-style: none;
  background-color: #0ec22b;
}

.dot-text {
  position: relative;
  left: 0px;
  bottom: 2px;
  display: inline-block;
  padding: 6px 12px;
  border-radius: 5px;
  background-color: rgba(0, 0, 0, 0.8);
  font-family: Montserrat, sans-serif;
  color: #fff;
}

.text-block-19 {
  font-size: 11px;
}

.text-block-20 {
  font-size: 11px;
}

.text-block-21 {
  font-size: 11px;
}

.text-block-22 {
  font-size: 11px;
}

.text-block-23 {
  font-size: 11px;
}

.text-block-24 {
  font-size: 11px;
}

.text-block-25 {
  font-size: 11px;
}

.text-block-26 {
  font-size: 11px;
}

.text-block-27 {
  font-size: 11px;
}

.text-block-28 {
  font-size: 11px;
}

.text-block-29 {
  font-size: 11px;
}

.text-block-30 {
  font-size: 11px;
}

.text-block-31 {
  font-size: 11px;
}

.text-block-32 {
  font-size: 11px;
}

.text-block-33 {
  font-size: 11px;
}

.text-block-34 {
  font-size: 11px;
}

.text-block-35 {
  font-size: 11px;
}

.text-block-36 {
  font-size: 11px;
}

.text-block-37 {
  font-size: 11px;
}

.text-block-38 {
  font-size: 11px;
}

.donate-full-wrapper {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 9999;
  display: none;
  width: 100%;
  height: 100%;
  padding: 30px;
  background-color: rgba(0, 0, 0, 0.85);
}

.pop-up {
  position: relative;
  left: 0px;
  top: 50%;
  right: 0px;
  display: block;
  width: 550px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 20px;
  background-color: #fff;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

.pop-up-content {
  position: relative;
  overflow: hidden;
}

.donate-info-wrapper {
  padding: 20px 50px;
  background-color: transparent;
  box-shadow: -14px 14px 50px 0 rgba(0, 0, 0, 0.2);
}

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

.contact-full-wrapper {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 9999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.85);
}

.popup-div {
  position: relative;
  left: 0px;
  top: 50%;
  right: 0px;
  display: block;
  width: 550px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 20px;
  background-color: #fff;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

.popup-div.contact {
  box-shadow: 0 20px 20px 0 rgba(0, 0, 0, 0.03);
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.popup-div.contact.top {
  margin-top: 0px;
}

.popup-content-div {
  position: relative;
  overflow: hidden;
}

.contact-wrapper-div.in-devices {
  padding: 40px 52px 30px;
  border-radius: 0px;
  background-color: #e4e4e4;
}

.algin-center {
  margin-top: 20px;
  text-align: center;
}

.sub-tittle.top {
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  color: #0ec22b;
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 1px;
}

.heading-4 {
  margin-top: 0px;
  margin-bottom: 20px;
  color: #000;
  font-weight: 300;
  text-align: center;
  text-transform: none;
}

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

.field-label {
  margin-bottom: 10px;
  padding-left: 5px;
  font-size: 12px;
  letter-spacing: 1px;
}

.field-label.center {
  font-family: 'Playfair Display', sans-serif;
  color: #0ec22b;
  font-weight: 400;
  text-transform: uppercase;
}

.text-field-popup {
  height: 50px;
  padding-left: 20px;
  border-style: none;
  border-radius: 0px;
  background-color: #fff;
  font-family: Montserrat, sans-serif;
  font-weight: 300;
}

.text-field-popup:active {
  background-color: #ebebeb;
}

.text-field-popup:focus {
  background-color: #f3f3f3;
}

.text-field-popup.area {
  overflow: scroll;
  height: 100px;
  margin-bottom: 20px;
  padding-top: 0px;
  padding-bottom: 60px;
}

.close-button {
  position: absolute;
  top: 25px;
  right: 25px;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  background-color: #810e9b;
  background-image: url('../images/White_modalNormal_1White_modalNormal.png');
  background-position: 50% 50%;
  background-size: 20px;
  background-repeat: no-repeat;
}

.close-button:hover {
  background-color: #510563;
  background-image: url('../images/White_modalNormal_1White_modalNormal.png');
  background-size: 20px;
}

.title-contact {
  margin-bottom: 0px;
  padding-bottom: 10px;
}

.error-message-6 {
  height: 50px;
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ff5454;
  font-family: 'Playfair Display', sans-serif;
}

.logo-in-form {
  margin-bottom: 10px;
}

.phone-center-features {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.phone-side-features {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  padding-right: 15px;
  padding-left: 15px;
  -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;
  text-align: center;
}

.feature-center {
  width: 33%;
}

.center-title {
  margin-top: 10px;
  text-align: center;
  letter-spacing: 1px;
}

.navigation-element {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  overflow: hidden;
}

.navigation-element.big.middle {
  height: 228px;
}

.top-logo {
  padding-top: 20px;
  padding-bottom: 0px;
  text-align: center;
}

.body-padding {
  padding: 0px 40px 40px;
  background-color: #e2e2e2;
}

.body-padding.white {
  background-color: #fff;
}

.content-div {
  background-color: #fff;
}

.content-div.gray {
  background-color: #f3f3f3;
}

.dynamic-list-wrapper-2 {
  display: block;
  width: 80%;
  margin-right: auto;
  margin-left: auto;
  border-radius: 5px;
}

.dynamic-list-3 {
  border-radius: 5px;
}

.image-17 {
  margin-bottom: 30px;
}

.subscribe-card {
  position: fixed;
  left: 25px;
  bottom: 25px;
  z-index: 3000;
  overflow: hidden;
  padding: 25px;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.17);
  text-align: center;
}

.bold-text {
  font-family: Montserrat, sans-serif;
  font-size: 16px;
}

.close-card {
  position: absolute;
  left: 4px;
  top: 4px;
  z-index: 1000;
  display: block;
  width: 34px;
  height: 34px;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  border-radius: 5px;
  background-color: #e6e6e6;
  background-image: url('../images/White_modalNormal_1White_modalNormal.png');
  background-position: 50% 50%;
  background-size: 12px;
  background-repeat: no-repeat;
  text-align: left;
}

.close-card:hover {
  background-color: #13d632;
}

.text-block-39 {
  display: block;
  color: #f3f0f0;
}

.image-18 {
  position: static;
  z-index: 10;
  display: block;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0px 0px;
  background-size: 125px;
}

.slide-3 {
  background-color: #000;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.14)), to(rgba(0, 0, 0, 0.14))), url('../images/steel-rods.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.14), rgba(0, 0, 0, 0.14)), url('../images/steel-rods.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, scroll;
}

.button-2 {
  display: inline-block;
  border-radius: 0px;
  background-color: #b6b6b6;
  font-weight: 300;
}

.button-3 {
  border-radius: 0px;
  background-color: #7507a0;
}

.text-block-40 {
  margin-left: 200px;
}

.text-block-41 {
  margin-top: 0px;
  margin-bottom: 30px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 300;
  text-align: center;
}

.container-3 {
  margin-top: 0px;
  margin-bottom: 0px;
  border-style: none none solid;
  border-width: 0px 0px 1px;
  border-color: #000 #000 #c9c9c9;
}

.list-2 {
  padding-right: 20px;
  padding-left: 0px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 28px;
  font-weight: 300;
}

.list-item-6 {
  font-size: 14px;
  text-align: left;
}

.text-block-42 {
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 14px;
  line-height: 22px;
  font-weight: 300;
  text-align: left;
}

.container-4 {
  margin-top: 0px;
}

.container-5 {
  margin-top: 60px;
}

.heading-5 {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-right: 30px;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
}

.heading-6 {
  font-weight: 400;
  text-align: center;
}

.heading-1 {
  margin-top: 0px;
  margin-bottom: 40px;
  font-size: 32px;
  font-weight: 200;
  text-align: center;
}

.container-6 {
  margin-bottom: 40px;
}

.commercial-page-header {
  padding-top: 150px;
  padding-bottom: 150px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/luca-baggio-112868_1.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/luca-baggio-112868_1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.commercial-page-header.trial {
  padding-top: 150px;
  padding-bottom: 150px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(42, 42, 42, 0.86)), to(rgba(42, 42, 42, 0.86))), url('../images/photo-09.jpg');
  background-image: linear-gradient(180deg, rgba(42, 42, 42, 0.86), rgba(42, 42, 42, 0.86)), url('../images/photo-09.jpg');
  background-position: 0px 0px, 50% 100%;
  background-size: auto, auto;
}

.commercial-page-header.trial.map {
  padding-top: 100px;
  padding-bottom: 100px;
  background-image: linear-gradient(135deg, rgba(42, 111, 253, 0.87) 26%, rgba(14, 179, 40, 0.83)), url('../images/mapgray_1.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.commercial-page-header.trial.map.green {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(13, 150, 34, 0.8)), to(rgba(13, 150, 34, 0.8))), url('../images/mapgray.png');
  background-image: linear-gradient(180deg, rgba(13, 150, 34, 0.8), rgba(13, 150, 34, 0.8)), url('../images/mapgray.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.commercial-page-header.button {
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 200px 0px 150px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/luca-baggio-112868_1.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/luca-baggio-112868_1.jpg');
  background-position: 0px 0px, 50% 57%;
  background-size: auto, cover;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition-property: none;
  transition-property: none;
}

.commercial-page-header.pricing {
  padding-top: 200px;
  padding-bottom: 150px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.61)), to(rgba(0, 0, 0, 0.61))), url('../images/dqento8twsq-blake-richard-verdoorn.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.61), rgba(0, 0, 0, 0.61)), url('../images/dqento8twsq-blake-richard-verdoorn.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.commercial-page-header.toggle {
  padding-top: 200px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.61)), to(rgba(0, 0, 0, 0.61))), url('../images/o0rzkkl072u-david-marcu_1.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.61), rgba(0, 0, 0, 0.61)), url('../images/o0rzkkl072u-david-marcu_1.jpg');
  background-position: 0px 0px, 50% 0px;
  background-size: auto, cover;
}

.commercial-page-header.toggle.faq {
  padding-top: 200px;
}

.commercial-page-header.tabs {
  padding-top: 200px;
  border-top-style: none;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/o0rzkkl072u-david-marcu_1.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/o0rzkkl072u-david-marcu_1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.commercial-page-header.navigation {
  padding-top: 200px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/hgv_woqnp3y-aaron-benson_1.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/hgv_woqnp3y-aaron-benson_1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.commercial-page-header.boxes {
  padding-top: 150px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.55)), to(rgba(0, 0, 0, 0.55))), url('../images/breno-machado-15030.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.55)), url('../images/breno-machado-15030.jpg');
  background-position: 0px 0px, 50% 0px;
  background-size: auto, cover;
}

.commercial-page-header.cta {
  padding-top: 200px;
  padding-bottom: 150px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/andy-brunner-14324.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/andy-brunner-14324.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.commercial-page-header.list {
  padding-top: 200px;
  padding-bottom: 150px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/breno-machado-15030.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/breno-machado-15030.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.commercial-page-header.list.secong-cause-style {
  padding-top: 200px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/andy-brunner-14324.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/andy-brunner-14324.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.commercial-page-header.list.cause-1 {
  padding-top: 200px;
}

.commercial-page-header.icon-boxes {
  padding-top: 200px;
  padding-bottom: 150px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/chang-qing-16464.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/chang-qing-16464.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.commercial-page-header.testimonials {
  padding-top: 200px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/danny-froese-1052.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/danny-froese-1052.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.commercial-page-header.progress {
  padding-top: 150px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/david-marcu-114194_1.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/david-marcu-114194_1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.commercial-page-header.footers {
  padding-top: 200px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/edewaa-foster-17093.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/edewaa-foster-17093.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.commercial-page-header.counters {
  padding-top: 200px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.64)), to(rgba(0, 0, 0, 0.64))), url('../images/photo-1468387576571-ee44d4c52d82_1.jpeg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.64), rgba(0, 0, 0, 0.64)), url('../images/photo-1468387576571-ee44d4c52d82_1.jpeg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.commercial-page-header.about {
  padding-top: 150px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(13, 150, 34, 0.89)), to(rgba(13, 150, 34, 0.89))), url('../images/luca-baggio-112868_1.jpg');
  background-image: linear-gradient(180deg, rgba(13, 150, 34, 0.89), rgba(13, 150, 34, 0.89)), url('../images/luca-baggio-112868_1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.commercial-page-header.about.gallery {
  padding-top: 180px;
  padding-bottom: 150px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.27)), to(rgba(0, 0, 0, 0.27))), url('../images/pipes.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.27), rgba(0, 0, 0, 0.27)), url('../images/pipes.jpg');
  background-position: 0px 0px, 36% 36%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  opacity: 1;
}

.commercial-page-header.services {
  padding-top: 150px;
  padding-bottom: 200px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/Collazh_1.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/Collazh_1.jpg');
  background-position: 0px 0px, 0px 50%;
  background-size: auto, auto;
  background-repeat: repeat, no-repeat;
}

.commercial-page-header.services.second {
  padding-top: 160px;
  padding-bottom: 100px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 91.4%, 0.87)), to(hsla(0, 0%, 91.4%, 0.87))), url('../images/julentto-photography-184055.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 91.4%, 0.87), hsla(0, 0%, 91.4%, 0.87)), url('../images/julentto-photography-184055.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.commercial-page-header.about-me {
  margin-bottom: -120px;
  padding-top: 120px;
  padding-bottom: 0px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#0d9622), to(#0d9622)), url('../images/luca-baggio-112868_1.jpg');
  background-image: linear-gradient(180deg, #0d9622, #0d9622), url('../images/luca-baggio-112868_1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.commercial-page-header.team {
  padding-top: 120px;
  padding-bottom: 200px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/banner2.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/banner2.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, contain;
}

.commercial-page-header.cause {
  height: 550px;
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
}

.commercial-page-header.contact {
  padding-top: 200px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/Collazh.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/Collazh.jpg');
  background-position: 0px 0px, 50% 50%;
  background-repeat: repeat, no-repeat;
}

.commercial-page-header.contact.second {
  padding-bottom: 160px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/rmp3qc71x10-jose-urbano.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/rmp3qc71x10-jose-urbano.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.commercial-page-header.contact.third {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(13, 150, 34, 0.85)), to(rgba(13, 150, 34, 0.85))), url('../images/wil-stewart-18242.jpg');
  background-image: linear-gradient(180deg, rgba(13, 150, 34, 0.85), rgba(13, 150, 34, 0.85)), url('../images/wil-stewart-18242.jpg');
  background-position: 0px 0px, 50% 0px;
  background-size: auto, cover;
}

.commercial-page-header.team-members {
  padding-top: 150px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/sdmm_xh3bcu-aaron-benson.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/sdmm_xh3bcu-aaron-benson.jpg');
  background-position: 0px 0px, 50% 78%;
  background-size: auto, cover;
}

.commercial-page-header.gallery-2 {
  padding-top: 200px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.81)), to(rgba(0, 0, 0, 0.81))), url('../images/luca-baggio-112868_1.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.81), rgba(0, 0, 0, 0.81)), url('../images/luca-baggio-112868_1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.commercial-page-header.blog-2 {
  padding-top: 200px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/philipp-reiner-686_1.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/philipp-reiner-686_1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.commercial-page-header.typography {
  padding-top: 200px;
}

.commercial-page-header.cause-1 {
  padding-bottom: 200px;
}

.slide-2-mill-hill {
  background-image: url('../images/mill-hill-2.jpg');
  background-position: 0px 0px;
  background-size: 960px;
}

.heading-7 {
  position: static;
  top: 450px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.slide-5 {
  background-image: url('../images/ruislip-7.jpg');
  background-position: 50% 0px;
  background-size: 105%;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.slider-2-mill-hill {
  height: 500px;
}

.heading-8 {
  margin-left: 20px;
  font-size: 30px;
  font-weight: 300;
}

.container-7 {
  margin-top: 20px;
}

.subhead {
  color: #fff;
  font-weight: 700;
}

.paragraph-32 {
  margin-top: 10px;
  padding-right: 20px;
  padding-left: 20px;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
}

.navbar-2 {
  position: fixed;
  left: 0px;
  top: -71px;
  right: 0px;
  display: inline-block;
  overflow: visible;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.rich-text-block {
  display: block;
  overflow: visible;
}

.text-block-43 {
  position: static;
  top: 30px;
  display: inline;
}

.heading-9 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.slide-1-mill-hill {
  position: static;
  background-image: url('../images/mill-hill-1.jpg');
  background-position: 50% 50%;
  background-size: 960px;
  background-repeat: no-repeat;
}

.div-block-6 {
  display: block;
}

.text-block-44 {
  position: absolute;
  top: 0px;
  right: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
  padding-right: 10px;
  float: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-weight: 200;
}

.div-block-7 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  display: inline-block;
  width: 100%;
  height: 40px;
  background-color: rgba(0, 0, 0, 0.58);
}

.list-3 {
  padding-left: 0px;
  font-family: Montserrat, sans-serif;
  font-weight: 300;
}

.list-item-7 {
  padding-top: 0px;
  list-style-type: none;
}

.list-item-8 {
  padding-top: 0px;
  list-style-type: none;
}

.list-item-9 {
  padding-top: 0px;
  list-style-type: none;
}

.list-item-10 {
  padding-top: 0px;
  list-style-type: none;
}

.list-item-11 {
  padding-right: 20px;
  list-style-type: none;
}

.container-8 {
  margin-bottom: 80px;
}

.image-19 {
  background-image: url('../images/Bathrooms5.jpg'), -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5)));
  background-image: url('../images/Bathrooms5.jpg'), linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
  background-position: 0px 0px, 0px 0px;
  background-size: 125px, auto;
}

.slide-7 {
  background-image: url('../images/Bathrooms7.jpg');
  background-position: 0px 0px;
  background-size: contain;
}

.slide-8 {
  background-image: url('../images/Bathrooms6.jpg');
  background-position: 0px 0px;
  background-size: 960px;
}

.list-item-12 {
  padding-top: 0px;
  list-style-type: none;
}

.slide-9 {
  background-image: url('../images/ruislip-4.jpg');
  background-position: 0px 0px;
  background-size: contain;
}

.slide-5-ruislip {
  background-image: url('../images/ruislip-3.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.column-15 {
  padding-right: 0px;
}

.slide-4-mill-hill {
  background-image: url('../images/mill-hill-2.jpg');
  background-position: 0px 0px;
  background-size: 960px;
}

.slide-11 {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  height: 500px;
  background-image: url('../images/watford-1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-12 {
  position: static;
  background-image: url('../images/ruislip-5.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.mask {
  position: static;
  overflow: hidden;
}

.slide-1-32 {
  position: static;
  background-image: url('../images/75-Great-North-Way-1.jpg');
  background-position: 50% 50%;
  background-size: 960px;
  background-repeat: no-repeat;
}

.slide-2-ha7 {
  background-image: url('../images/Southfields2.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-3-ha7 {
  background-image: url('../images/home-32.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-4-32 {
  background-image: url('../images/53-Great-North-Way-4.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-5-32 {
  background-image: url('../images/53-Great-North-Way-5.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-6-32 {
  background-image: url('../images/75-Great-North-Way-6.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-7-32 {
  background-image: url('../images/53-Great-North-Way-7.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slider-bathrooms {
  height: 500px;
}

.slider-1-bathrooms {
  position: static;
  background-image: url('../images/Bathrooms3.jpg');
  background-position: 50% 50%;
  background-size: 960px;
  background-repeat: no-repeat;
}

.silder-2-bathrooms {
  background-image: url('../images/Bathrooms1.jpg');
  background-position: 0px 0px;
  background-size: 960px;
}

.silder-4-bathrooms {
  background-image: url('../images/Bathrooms7.jpg');
  background-size: cover;
  background-repeat: no-repeat;
}

.slider-5-bathrooms {
  background-image: url('../images/Bathrooms6.jpg');
  background-position: 0px 0px;
  background-size: 960px;
}

.slider-2 {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  height: 500px;
}

.slider-1-ruislip {
  background-image: url('../images/ruislip-5.jpg');
  background-position: 0px 0px;
  background-size: 960px;
  background-repeat: no-repeat;
}

.slide-2-ruislip {
  background-image: url('../images/ruislip-8.jpg');
  background-position: 0px 0px;
  background-size: 960px;
  background-repeat: no-repeat;
}

.slider-3-ruislip {
  background-image: url('../images/ruislip-7.jpg');
  background-position: 50% 50%;
  background-size: 960px;
  background-repeat: no-repeat;
}

.slider-4-ruislip {
  background-image: url('../images/ruislip-4.jpg');
  background-position: 50% 0px;
  background-size: 960px;
  background-repeat: no-repeat;
}

.slide-6-ruislip {
  background-image: url('../images/ruislip-6.jpg');
  background-position: 0px 0px;
  background-size: 960px;
}

.slide-13 {
  position: relative;
}

.mask-2 {
  position: relative;
}

.slider-3 {
  position: relative;
  height: 500px;
}

.slider-1-watford {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  height: 500px;
  background-image: url('../images/watford-1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slider-2-watford {
  position: relative;
  background-image: url('../images/watford-2.jpg');
  background-position: 50% -16px;
  background-size: cover;
  background-repeat: no-repeat;
}

.slider-external {
  height: 500px;
  background-image: url('../images/mill-hill-1_1.jpg');
  background-position: 0px 0px;
  background-size: 960px;
}

.slide-1-external {
  position: static;
  background-image: url('../images/external-1.jpg');
  background-position: 50% 50%;
  background-size: 960px;
  background-repeat: no-repeat;
}

.slide-2-external {
  background-image: url('../images/mill-hill-2.jpg');
  background-position: 0px 0px;
  background-size: 960px;
}

.slide-3-external {
  background-image: url('../images/ruislip-7.jpg');
  background-position: 50% 0px;
  background-size: 105%;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.slide-14 {
  background-image: url('../images/banner6.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-5-external {
  background-image: url('../images/banner6.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-15 {
  background-image: url('../images/ruislip-6.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

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

.container-9 {
  margin-top: 0px;
}

.text-block-45 {
  margin-top: 60px;
  margin-bottom: 60px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 24px;
  font-weight: 300;
  text-align: center;
}

.heading-10 {
  margin-top: 0px;
  margin-bottom: 40px;
  font-weight: 300;
  text-align: center;
}

.heading-11 {
  margin-bottom: 60px;
  font-weight: 500;
  text-align: center;
}

.container-10 {
  margin-bottom: 0px;
}

.columns {
  margin-bottom: 0px;
}

.container-11 {
  margin-bottom: 30px;
}

.features-icon-electrical {
  height: auto;
  float: none;
  text-align: left;
}

.features-icon-electrical.small {
  position: static;
  height: auto;
  margin-top: 0px;
  margin-right: 0px;
  clear: none;
}

.features-icon-electrical.center {
  display: block;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  text-align: center;
}

.features-icon-boiler {
  height: auto;
  float: none;
  text-align: left;
}

.features-icon-boiler.small {
  position: static;
  height: auto;
  margin-top: -15px;
  margin-right: 0px;
  clear: none;
}

.features-icon-boiler.center {
  display: block;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  text-align: center;
}

.features-icon-repairs {
  height: auto;
  float: none;
  text-align: left;
}

.features-icon-repairs.small {
  position: static;
  height: auto;
  margin-top: -2px;
  margin-right: 0px;
  margin-left: 7px;
  clear: none;
}

.features-icon-repairs.center {
  display: block;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  text-align: center;
}

.container-12 {
  margin-bottom: 0px;
  padding-bottom: 0px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.5)), to(hsla(0, 0%, 100%, 0.5)));
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.5), hsla(0, 0%, 100%, 0.5));
}

.section-3 {
  margin-top: 0px;
  background-color: #fff;
  background-image: none;
}

.navbar-2-scroll {
  position: fixed;
  left: 0%;
  top: 0px;
  right: 0%;
  z-index: 300;
  display: inline-block;
  overflow: visible;
  height: 60px;
  margin-top: -60px;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  background-color: #fff;
  box-shadow: -2px 2px 10px 0 rgba(0, 0, 0, 0.26);
}

.dropdown-toggle-copy {
  margin-top: 0px;
  padding: 10px 30px 10px 10px;
  color: #fff;
}

.dropdown-toggle-copy.w--open {
  color: #fff;
}

.dropdown-toggle-copy.black {
  display: inline-block;
  color: #020202;
}

.dropdown-toggle-copy.black:hover {
  display: inline-block;
  margin-right: 0px;
  padding-right: 30px;
  opacity: 1;
  color: #be2ef6;
}

.dropdown-toggle-copy.black.box:hover {
  color: #0d9622;
}

.container-13 {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #fff;
}

.text-box-24 {
  font-family: Montserrat, sans-serif;
  color: #6e6e6e;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0px;
  text-transform: capitalize;
}

.text-box-24:hover {
  border-style: none none solid;
  border-width: 3px;
  border-color: #610479 #610479 #3383c0;
  color: #3383c0;
}

.text-box-24:active {
  border-style: none none solid;
  border-width: 3px;
  border-color: #000 #000 #000 #880c7c;
}

.text-box-24.w--current {
  padding-top: 20px;
  padding-bottom: 20px;
  color: #555;
  font-size: 16px;
  font-weight: 300;
}

.navbar-3 {
  background-color: #fff;
}

.brand-2 {
  position: relative;
  width: 140px;
  height: 70px;
  margin-top: 0px;
  margin-left: 0px;
  padding-top: 5px;
  padding-left: 0px;
  text-align: left;
}

.brand-2.w--current {
  margin-top: 0px;
  padding-top: 5px;
  background-image: none;
}

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

.navbar-5 {
  background-color: #fff;
}

.navbar-6 {
  background-color: #fff;
}

.navbar-7 {
  background-color: #fff;
}

.navbar-8 {
  background-color: #fff;
}

.navbar-9 {
  background-color: #fff;
}

.navbar-10 {
  background-color: #fff;
}

.navbar-11 {
  background-color: #fff;
}

.navbar-12 {
  background-color: #fff;
}

.navbar-13 {
  background-color: #fff;
}

.list-item-13 {
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  line-height: 22px;
  font-weight: 300;
}

.list-4 {
  padding-left: 0px;
}

.list-item-14 {
  font-family: Montserrat, sans-serif;
  line-height: 22px;
}

.container-nav-scroll {
  height: 50px;
}

.text-box-24-scroll {
  padding-top: 8px;
  font-family: Montserrat, sans-serif;
  color: #555;
  font-size: 11px;
  letter-spacing: 0px;
  text-transform: none;
}

.text-box-24-scroll:hover {
  border-bottom: 2px none #bd1fc3;
  color: #bd1fc3;
}

.text-box-24-scroll.w--current {
  margin-top: 0px;
  padding-top: 8px;
  padding-bottom: 20px;
  color: #555;
  letter-spacing: 0px;
  text-transform: none;
}

.text-box-24-scroll.w--current:hover {
  color: #bc08cc;
}

.image-20 {
  padding-top: 0px;
}

.navbar-14 {
  background-color: #fff;
}

.navbar-15 {
  background-color: #fff;
}

.slider-harrow {
  height: 500px;
}

.slide-harrow-1 {
  position: static;
  background-image: url('../images/rumble-tumble1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-2-harrow {
  background-image: url('../images/rumble-tumble2.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-3-harrow {
  background-image: url('../images/rumble-tumble3.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-4-harrow {
  background-image: url('../images/rumble-tumble4.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-5-harrow {
  background-image: url('../images/rumble-tumble5.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-6-harrow {
  background-image: url('../images/rumble-tumble6.jpg');
  background-position: 50% -1%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-7-harrow {
  background-image: url('../images/rumble-tumble7.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-8-harrow {
  background-image: url('../images/rumble-tumble8.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-9-harrow {
  background-image: url('../images/rumble-tumble9.jpg');
  background-position: 50% 50%;
  background-size: 960px;
  background-repeat: no-repeat;
}

.slide-10-harrow {
  background-image: url('../images/rumble-tumble10.jpg');
  background-position: 50% 50%;
  background-size: 960px;
  background-repeat: no-repeat;
}

.column-16 {
  padding-left: 320px;
}

.column-17 {
  padding-right: 320px;
}

.slide-1-wembley {
  position: static;
  background-image: url('../images/wembley1.jpg');
  background-size: 960px;
  background-repeat: no-repeat;
}

.slide-2-wembley {
  background-image: url('../images/wembley2.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-3-wembley {
  background-image: url('../images/wembley3.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.slide-4-wembley {
  background-image: url('../images/wembley4.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.slide-5-wembley {
  background-image: url('../images/wembley5.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-6-wembley {
  background-image: url('../images/wembley6.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-7-wembley {
  background-image: url('../images/wembley7.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-8-wembley {
  background-image: url('../images/wembley8.jpg');
  background-position: 50% 50%;
  background-size: 960px;
  background-repeat: no-repeat;
}

.slide-9-wembley {
  background-image: url('../images/wembley11.jpg');
  background-position: 50% 50%;
  background-size: 960px;
  background-repeat: no-repeat;
}

.div-block-8 {
  padding-right: 250px;
  padding-left: 250px;
}

.div-block-9 {
  margin-top: 0px;
  padding-right: 250px;
  padding-left: 250px;
}

.customer-charter-pop-up {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 9999;
  display: none;
  width: 100%;
  height: 100%;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  background-color: rgba(0, 0, 0, 0.85);
}

.paragraph-list-charter {
  margin-bottom: 40px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 50px;
  font-family: Montserrat, sans-serif;
  line-height: 40px;
  text-align: left;
}

.text-block-46 {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  float: none;
  clear: none;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Montserrat, sans-serif;
  color: #f3f0f0;
  font-size: 14px;
  line-height: 26px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 0.5px;
}

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

.section-4 {
  margin-top: 0px;
  margin-right: 0px;
  margin-left: auto;
  padding-top: 20px;
  padding-bottom: 70px;
  background-color: rgba(2, 2, 2, 0.47);
}

.section-5 {
  margin-top: 0px;
}

.heading-home {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 20px;
  padding-bottom: 10px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 38px;
  line-height: 40px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 0px;
  text-transform: none;
}

.heading-home.title {
  margin-bottom: 20px;
  color: #fff;
  font-size: 36px;
  line-height: 36px;
}

.heading-home.title.center-white {
  margin-top: 0px;
  text-align: center;
  text-transform: none;
}

.heading-home.subtitle {
  margin-top: 20px;
  margin-bottom: 40px;
  padding-right: 0px;
  padding-left: 0px;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 21px;
  font-weight: 300;
  text-align: left;
}

.heading-home.subtitle.center.tinny-text {
  display: block;
  width: 82%;
  margin-right: auto;
  margin-left: auto;
  font-size: 16px;
  font-weight: 200;
  letter-spacing: 0px;
  text-transform: none;
}

.heading-home.features {
  margin-top: 10px;
  margin-bottom: 10px;
  color: #000;
  font-size: 16px;
  line-height: 21px;
  text-align: center;
}

.heading-home.features.white {
  color: #fff;
}

.heading-home.features.blog {
  display: block;
  margin-top: 0px;
  margin-bottom: 8px;
  float: none;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  text-align: left;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.heading-home.features.blog:hover {
  color: #0d9622;
}

.heading-home.features.services {
  font-family: Montserrat, sans-serif;
  color: #000;
  font-weight: 600;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.heading-home.features.left-side {
  font-family: Montserrat, sans-serif;
  color: #000;
  text-align: left;
}

.heading-home.features._2 {
  font-family: Montserrat, sans-serif;
  color: #0ec22b;
  font-style: normal;
  font-weight: 300;
  text-align: center;
  letter-spacing: 0px;
  text-transform: none;
}

.heading-home.features.left-side {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  text-align: left;
  letter-spacing: 1px;
}

.heading-home.features.cause {
  padding-right: 30px;
  padding-left: 30px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.heading-home.features.right {
  float: none;
  font-weight: 700;
  text-align: right;
  letter-spacing: 1px;
}

.heading-home.features.intro {
  margin-top: 30px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 600;
}

.heading-home.features.intro.default {
  margin-bottom: 50px;
}

.heading-home.features.left {
  margin-top: 10px;
  font-weight: 700;
  letter-spacing: 1px;
}

.heading-home.center {
  margin-top: 0px;
  margin-bottom: 30px;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 32px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.heading-home.center.white-font {
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 32px;
  line-height: 40px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.heading-home.numer {
  margin-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.09);
  font-weight: 700;
  text-align: center;
}

.heading-home.numer.alternative {
  border-bottom-style: none;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

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

.heading-home.white.left {
  font-size: 70px;
  font-weight: 600;
}

.heading-home.left {
  margin-top: 0px;
  text-align: left;
}

.heading-home.left {
  margin-top: 0px;
}

.heading-home._2 {
  margin-top: 20px;
  text-transform: uppercase;
}

.heading-home.log-in {
  color: #fff;
  font-size: 24px;
  text-align: center;
}

.heading-home.white-font {
  color: #fff;
}

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

.slide-16 {
  background-image: url('../images/5556850F6FEF47338114CBC35B1CAFC3.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.text-block-42-mission {
  color: #757575;
}

.subhead-copy {
  color: #000;
  font-weight: 400;
  text-transform: none;
}

.text-block-47 {
  text-align: left;
}

.columns-3 {
  margin-bottom: auto;
  padding-right: 30px;
  padding-bottom: 40px;
  padding-left: 100px;
}

.container-14 {
  margin-top: 0px;
}

.tabs-2 {
  margin-bottom: 0px;
  text-align: left;
}

.tabs-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  justify-items: stretch;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: start;
  -ms-flex-line-pack: start;
  align-content: start;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.tab-link-tab-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: #e4e4e4;
}

.tab-link-tab-3:hover {
  background-color: #d7d7d7;
}

.tab-link-tab-3.w--current {
  display: inline-block;
  background-color: #b1b1b1;
}

.checkbox-label {
  text-align: left;
}

.checkbox-field {
  position: static;
}

.div-block-11 {
  margin-bottom: 10px;
  padding: 10px;
  background-color: #fff;
  font-family: Montserrat, sans-serif;
}

.select-field {
  margin-bottom: 0px;
}

.tab-link-tab-1 {
  background-color: #fff;
}

.tab-link-tab-1:hover {
  background-color: #d7d7d7;
}

.tab-link-tab-1.w--current {
  background-color: #5f5f5f;
}

.tab-link-tab-1.w--current:hover {
  background-color: #d7d7d7;
}

.tab-link-tab-2 {
  background-color: #d1d9df;
}

.tab-link-tab-2:hover {
  background-color: #d7d7d7;
}

.tab-link-tab-2.w--current {
  background-color: #e4e4e4;
}

.tab-link-tab-2.w--current:hover {
  background-color: #cecece;
}

.text-block-48 {
  color: #000;
}

.image-21 {
  display: inline-block;
  text-align: center;
}

.div-block-12 {
  position: static;
  display: inline-block;
  text-align: center;
}

.image-22 {
  position: static;
  display: block;
}

.div-block-13 {
  border-style: none;
}

.image-23 {
  display: block;
  margin-bottom: 20px;
  padding-right: 380px;
  padding-left: 380px;
  text-align: center;
}

.text-block-49 {
  padding-left: 10px;
  color: rgba(95, 95, 95, 0.79);
  font-weight: 300;
  text-align: left;
}

.div-block-14 {
  margin-bottom: 10px;
}

.tab-link-tab-1-2 {
  background-color: #e4e4e4;
}

.tab-link-tab-1-2:hover {
  background-color: #cecece;
}

.tab-link-tab-1-2.w--current {
  background-color: #b1b1b1;
}

.text-block-50 {
  font-family: Montserrat, sans-serif;
}

.text-block-51 {
  font-family: Montserrat, sans-serif;
}

.overlay-div-home {
  display: block;
  height: 100%;
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}

.overlay-div-home:hover {
  opacity: 1;
}

.overlay-div-home.circle {
  border-radius: 300px;
}

.column-18 {
  z-index: 300;
  padding: 0px 0px 0px 20px;
  border-style: none;
  border-width: 5px;
  border-color: #fff;
  background-color: #fff;
}

.column-19 {
  z-index: 300;
  padding-top: 0px;
  padding-bottom: 40px;
  padding-left: 20px;
  border-style: none;
  border-width: 5px;
  border-color: #fff;
  background-color: hsla(0, 0%, 100%, 0);
}

.heading-featured {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 33px;
  line-height: 40px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.heading-featured.title {
  margin-bottom: 20px;
  color: #fff;
  font-size: 36px;
  line-height: 36px;
}

.heading-featured.title.center-white {
  margin-top: 0px;
  text-align: center;
  text-transform: none;
}

.heading-featured.subtitle {
  margin-top: 20px;
  margin-bottom: 40px;
  padding-right: 0px;
  padding-left: 0px;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 21px;
  font-weight: 300;
  text-align: left;
}

.heading-featured.subtitle.center.tinny-text {
  display: block;
  width: 82%;
  margin-right: auto;
  margin-left: auto;
  font-size: 16px;
  font-weight: 200;
  letter-spacing: 0px;
  text-transform: none;
}

.heading-featured.features {
  margin-top: 10px;
  margin-bottom: 10px;
  color: #000;
  font-size: 16px;
  line-height: 21px;
  text-align: center;
}

.heading-featured.features.white {
  color: #fff;
}

.heading-featured.features.blog {
  display: block;
  margin-top: 0px;
  margin-bottom: 8px;
  float: none;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  text-align: left;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.heading-featured.features.blog:hover {
  color: #0d9622;
}

.heading-featured.features.services {
  font-family: Montserrat, sans-serif;
  color: #000;
  font-weight: 600;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.heading-featured.features.left-side {
  font-family: Montserrat, sans-serif;
  color: #000;
  text-align: left;
}

.heading-featured.features._2 {
  font-family: Montserrat, sans-serif;
  color: #0ec22b;
  font-style: normal;
  font-weight: 300;
  text-align: center;
  letter-spacing: 0px;
  text-transform: none;
}

.heading-featured.features.left-side {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  text-align: left;
  letter-spacing: 1px;
}

.heading-featured.features.cause {
  padding-right: 30px;
  padding-left: 30px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.heading-featured.features.right {
  float: none;
  font-weight: 700;
  text-align: right;
  letter-spacing: 1px;
}

.heading-featured.features.intro {
  margin-top: 30px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 600;
}

.heading-featured.features.intro.default {
  margin-bottom: 50px;
}

.heading-featured.features.left {
  margin-top: 10px;
  font-weight: 700;
  letter-spacing: 1px;
}

.heading-featured.center {
  margin-top: 60px;
  margin-bottom: 0px;
  padding-bottom: 20px;
  font-family: Montserrat, sans-serif;
  color: #555;
  font-size: 38px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 0px;
  text-transform: none;
}

.heading-featured.center.white-font {
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 32px;
  line-height: 40px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.heading-featured.numer {
  margin-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.09);
  font-weight: 700;
  text-align: center;
}

.heading-featured.numer.alternative {
  border-bottom-style: none;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

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

.heading-featured.white.left {
  font-size: 70px;
  font-weight: 600;
}

.heading-featured.left {
  margin-top: 0px;
  text-align: left;
}

.heading-featured.left {
  margin-top: 0px;
}

.heading-featured._2 {
  margin-top: 20px;
  text-transform: uppercase;
}

.heading-featured.log-in {
  color: #fff;
  font-size: 24px;
  text-align: center;
}

.heading-featured.white-font {
  color: #fff;
}

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

.paragraph-featured {
  margin-bottom: 0px;
  padding-top: 20px;
  padding-bottom: 20px;
  clear: none;
  border-left-style: none;
  font-family: 'Playfair Display', sans-serif;
  color: #5e5e5e;
  font-size: 14px;
  font-weight: 300;
  text-align: left;
}

.paragraph-featured.center {
  display: block;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  font-family: Montserrat, sans-serif;
  color: #5e5e5e;
  font-style: normal;
  text-align: center;
}

.paragraph-featured.center.name {
  display: block;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 14px;
  line-height: 18px;
  font-style: normal;
  font-weight: 200;
  text-align: center;
  letter-spacing: 0px;
}

.paragraph-featured.center.name:hover {
  color: #fff;
}

.paragraph-featured.center.black {
  margin-bottom: 40px;
  padding-right: 200px;
  padding-left: 200px;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 16px;
  line-height: 21px;
  font-style: normal;
  font-weight: 300;
  text-align: center;
}

.paragraph-featured.center.black.clear {
  padding-right: 0px;
  padding-left: 0px;
}

.paragraph-featured.center.black.card {
  display: block;
  margin-bottom: 20px;
  padding-right: 0px;
  padding-left: 0px;
  font-size: 14px;
}

.paragraph-featured.center.white {
  margin-bottom: 0px;
  padding-right: 200px;
  padding-left: 200px;
  opacity: 1;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 200;
  text-transform: none;
}

.paragraph-featured.left {
  padding-top: 0px;
  padding-bottom: 0px;
  font-family: Montserrat, sans-serif;
  color: #5e5e5e;
  font-size: 14px;
  font-weight: 300;
  text-align: left;
}

.paragraph-featured.left.white {
  margin-bottom: 0px;
  padding-right: 0px;
  font-size: 14px;
}

.paragraph-featured.white {
  margin-bottom: 25px;
  padding-top: 10px;
  padding-bottom: 0px;
  color: #fff;
  font-size: 13px;
  font-weight: 400;
}

.paragraph-featured.white.left {
  font-weight: 200;
}

.paragraph-featured.test {
  text-align: left;
}

.paragraph-featured.testimonials {
  padding-top: 0px;
  padding-bottom: 0px;
  font-family: Georgia, Times, 'Times New Roman', serif;
  color: #5e5e5e;
  font-size: 18px;
  line-height: 26px;
  font-style: italic;
  text-align: center;
}

.paragraph-featured.testimonials.white {
  font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
  color: #f3f0f0;
  line-height: 32px;
}

.paragraph-featured.right {
  padding-top: 0px;
  padding-bottom: 0px;
  font-family: Montserrat, sans-serif;
  text-align: right;
}

.portfolio-content-2 {
  position: absolute;
  left: 40px;
  top: 40px;
  right: 83px;
  bottom: 201px;
  text-align: left;
}

.portfolio-content-2.alternative {
  position: static;
  margin-left: 0px;
  padding: 16px 20px 20px;
  background-color: #602b70;
  color: #5d0b72;
}

.portfolio-content-3 {
  position: absolute;
  left: 40px;
  top: 40px;
  right: 83px;
  bottom: 201px;
  text-align: left;
}

.portfolio-content-3.alternative {
  position: static;
  margin-left: 0px;
  padding: 16px 20px 20px;
  background-color: #a38732;
  color: #1072bd;
}

.portfolio-content-4 {
  position: absolute;
  left: 40px;
  top: 40px;
  right: 83px;
  bottom: 201px;
  text-align: left;
}

.portfolio-content-4.alternative {
  position: static;
  margin-left: 0px;
  padding: 16px 20px 20px;
  background-color: #ad553a;
  color: #16bd10;
}

.portfolio-content-5 {
  position: absolute;
  left: 40px;
  top: 40px;
  right: 83px;
  bottom: 201px;
  text-align: left;
}

.portfolio-content-5.alternative {
  position: static;
  margin-left: 0px;
  padding: 16px 20px 20px;
  background-color: #879441;
}

.portfolio-content-6 {
  position: absolute;
  left: 40px;
  top: 40px;
  right: 83px;
  bottom: 201px;
  text-align: left;
}

.portfolio-content-6.alternative {
  position: static;
  margin-left: 0px;
  padding: 16px 20px 20px;
  background-color: #7b7585;
  color: #417279;
}

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

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

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

.image-24 {
  display: inline-block;
  text-align: center;
}

.div-block-15 {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-25 {
  position: relative;
  display: block;
  margin-bottom: 20px;
  clear: none;
  text-align: center;
}

.paragraph-33 {
  color: #000;
}

.paragraph-34 {
  color: #000;
}

.heading-about {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  text-align: left;
  letter-spacing: 0px;
  text-transform: none;
}

.heading-about.title {
  margin-bottom: 20px;
  color: #fff;
  font-size: 36px;
  line-height: 36px;
}

.heading-about.title.center-white {
  margin-top: 0px;
  text-align: center;
  text-transform: none;
}

.heading-about.subtitle {
  margin-top: 20px;
  margin-bottom: 40px;
  padding-right: 0px;
  padding-left: 0px;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 21px;
  font-weight: 300;
  text-align: left;
}

.heading-about.subtitle.center.tinny-text {
  display: block;
  width: 82%;
  margin-right: auto;
  margin-left: auto;
  font-size: 16px;
  font-weight: 200;
  letter-spacing: 0px;
  text-transform: none;
}

.heading-about.features {
  margin-top: 10px;
  margin-bottom: 10px;
  color: #000;
  font-size: 16px;
  line-height: 21px;
  text-align: center;
}

.heading-about.features.white {
  color: #fff;
}

.heading-about.features.blog {
  display: block;
  margin-top: 0px;
  margin-bottom: 8px;
  float: none;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  text-align: left;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.heading-about.features.blog:hover {
  color: #0d9622;
}

.heading-about.features.services {
  font-family: Montserrat, sans-serif;
  color: #000;
  font-weight: 600;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.heading-about.features.left-side {
  font-family: Montserrat, sans-serif;
  color: #000;
  text-align: left;
}

.heading-about.features._2 {
  font-family: Montserrat, sans-serif;
  color: #0ec22b;
  font-style: normal;
  font-weight: 300;
  text-align: center;
  letter-spacing: 0px;
  text-transform: none;
}

.heading-about.features.left-side {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  text-align: left;
  letter-spacing: 1px;
}

.heading-about.features.cause {
  padding-right: 30px;
  padding-left: 30px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.heading-about.features.right {
  float: none;
  font-weight: 700;
  text-align: right;
  letter-spacing: 1px;
}

.heading-about.features.intro {
  margin-top: 30px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 600;
}

.heading-about.features.intro.default {
  margin-bottom: 50px;
}

.heading-about.features.left {
  margin-top: 10px;
  font-weight: 700;
  letter-spacing: 1px;
}

.heading-about.center {
  margin-top: 0px;
  margin-bottom: 30px;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 32px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.heading-about.center.white-font {
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 32px;
  line-height: 40px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.heading-about.numer {
  margin-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.09);
  font-weight: 700;
  text-align: center;
}

.heading-about.numer.alternative {
  border-bottom-style: none;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

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

.heading-about.white.left {
  font-size: 70px;
  font-weight: 600;
}

.heading-about.left {
  margin-top: 0px;
  text-align: left;
}

.heading-about.left {
  margin-top: 0px;
}

.heading-about._2 {
  margin-top: 20px;
  text-transform: uppercase;
}

.heading-about.log-in {
  color: #fff;
  font-size: 24px;
  text-align: center;
}

.heading-about.white-font {
  color: #fff;
}

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

.columns-4 {
  position: static;
  display: inline;
  margin-top: 40px;
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 0px;
  padding-left: 0px;
  float: none;
  clear: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
}

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

.div-block-16 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.column-23 {
  padding-right: 20px;
  padding-left: 20px;
}

.column-24 {
  padding-right: 20px;
  padding-left: 20px;
}

.column-25 {
  display: block;
  padding-right: 20px;
  padding-left: 20px;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.column-26 {
  padding-right: 20px;
  padding-left: 20px;
}

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

.column-28 {
  padding-right: 20px;
  padding-left: 20px;
}

.column-29 {
  padding-left: 60px;
}

.italic-text {
  padding-bottom: 20px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

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

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

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

.columns-5 {
  margin-right: 0px;
  margin-left: 0px;
  float: none;
}

.columns-6 {
  margin-right: 0px;
  margin-left: 0px;
}

.container-15 {
  padding-left: 0px;
}

.container-16 {
  position: static;
  display: inline-block;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: rgba(95, 95, 95, 0.14);
}

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

.column-34 {
  overflow: visible;
  padding-left: 0px;
}

.column-35 {
  padding-left: 0px;
}

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

.columns-7 {
  margin-right: 0px;
  margin-left: 0px;
}

.icon-block-features-electric {
  position: static;
  width: 100px;
  height: 100px;
  margin-right: 0px;
  margin-bottom: 20px;
  margin-left: 0px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 0px;
  float: none;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border: 0px none #d1d1d1;
  border-radius: 70px;
  background-color: #3f606f;
  text-align: center;
}

.icon-block-features-electric:hover {
  border-color: #d1d1d1;
  background-color: #3f606f;
}

.icon-block-features-electric.new {
  margin-bottom: 20px;
  background-color: #020202;
}

.icon-block-features-electric.right {
  display: inline-block;
  max-width: 100px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 15px;
  float: none;
  text-align: center;
}

.icon-block-features-electric.left {
  margin-bottom: 0px;
  float: none;
}

.icon-block-features-responsive {
  position: static;
  width: 100px;
  height: 100px;
  margin-right: 15px;
  margin-bottom: 20px;
  margin-left: 0px;
  padding-top: 20px;
  padding-bottom: 20px;
  float: none;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border: 0px none #d1d1d1;
  border-radius: 70px;
  background-color: #bb933c;
  text-align: center;
}

.icon-block-features-responsive:hover {
  border-color: #d1d1d1;
  background-color: #bb933c;
}

.icon-block-features-responsive.new {
  margin-bottom: 20px;
  background-color: #020202;
}

.icon-block-features-responsive.right {
  display: inline-block;
  max-width: 100px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 15px;
  float: none;
  text-align: center;
}

.icon-block-features-responsive.left {
  margin-bottom: 0px;
  float: none;
}

.icon-block-features-landlord {
  position: static;
  width: 100px;
  height: 100px;
  margin-right: 15px;
  margin-bottom: 20px;
  margin-left: 0px;
  padding-top: 20px;
  padding-bottom: 20px;
  float: none;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border: 0px none #d1d1d1;
  border-radius: 70px;
  background-color: #7d778b;
  text-align: center;
}

.icon-block-features-landlord:hover {
  border-color: #d1d1d1;
  background-color: #7d778b;
}

.icon-block-features-landlord.new {
  margin-bottom: 20px;
  background-color: #020202;
}

.icon-block-features-landlord.right {
  display: inline-block;
  max-width: 100px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 15px;
  float: none;
  text-align: center;
}

.icon-block-features-landlord.left {
  margin-bottom: 0px;
  float: none;
}

.icon-block-features-plumbing {
  position: static;
  width: 100px;
  height: 100px;
  margin-right: 15px;
  margin-bottom: 20px;
  margin-left: 0px;
  padding-top: 20px;
  padding-bottom: 20px;
  float: none;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border: 0px none #d1d1d1;
  border-radius: 70px;
  background-color: #854765;
  text-align: center;
}

.icon-block-features-plumbing:hover {
  border-color: #d1d1d1;
  background-color: #854765;
}

.icon-block-features-plumbing.new {
  margin-bottom: 20px;
  background-color: #020202;
}

.icon-block-features-plumbing.right {
  display: inline-block;
  max-width: 100px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 15px;
  float: none;
  text-align: center;
}

.icon-block-features-plumbing.left {
  margin-bottom: 0px;
  float: none;
}

.icon-block-features-carpentry {
  position: static;
  width: 100px;
  height: 100px;
  margin-right: 15px;
  margin-bottom: 20px;
  margin-left: 0px;
  padding-top: 20px;
  padding-bottom: 20px;
  float: none;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border: 0px none #d1d1d1;
  border-radius: 70px;
  background-color: #af7435;
  text-align: center;
}

.icon-block-features-carpentry:hover {
  border-color: #d1d1d1;
  background-color: #af7435;
}

.icon-block-features-carpentry.new {
  margin-bottom: 20px;
  background-color: #020202;
}

.icon-block-features-carpentry.right {
  display: inline-block;
  max-width: 100px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 15px;
  float: none;
  text-align: center;
}

.icon-block-features-carpentry.left {
  margin-bottom: 0px;
  float: none;
}

.icon-block-features-plastering {
  position: static;
  width: 100px;
  height: 100px;
  margin-right: 15px;
  margin-bottom: 20px;
  margin-left: 0px;
  padding-top: 20px;
  padding-bottom: 20px;
  float: none;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border: 0px none #d1d1d1;
  border-radius: 70px;
  background-color: #a3a3a3;
  text-align: center;
}

.icon-block-features-plastering:hover {
  border-color: #d1d1d1;
  background-color: #a3a3a3;
}

.icon-block-features-plastering.new {
  margin-bottom: 20px;
  background-color: #020202;
}

.icon-block-features-plastering.right {
  display: inline-block;
  max-width: 100px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 15px;
  float: none;
  text-align: center;
}

.icon-block-features-plastering.left {
  margin-bottom: 0px;
  float: none;
}

.icon-block-features-tiiling {
  position: static;
  width: 100px;
  height: 100px;
  margin-right: 15px;
  margin-bottom: 20px;
  margin-left: 0px;
  padding-top: 20px;
  padding-bottom: 20px;
  float: none;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border: 0px none #d1d1d1;
  border-radius: 70px;
  background-color: #9c964d;
  text-align: center;
}

.icon-block-features-tiiling:hover {
  border-color: #d1d1d1;
  background-color: #9c964d;
}

.icon-block-features-tiiling.new {
  margin-bottom: 20px;
  background-color: #020202;
}

.icon-block-features-tiiling.right {
  display: inline-block;
  max-width: 100px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 15px;
  float: none;
  text-align: center;
}

.icon-block-features-tiiling.left {
  margin-bottom: 0px;
  float: none;
}

.portfolio-content-georgian {
  position: absolute;
  left: 40px;
  top: 40px;
  right: 83px;
  bottom: 201px;
  text-align: left;
}

.portfolio-content-georgian.alternative {
  position: static;
  margin-left: 0px;
  padding: 16px 20px 20px;
  background-color: #366b81;
}

.portfolio-content-bathrooms {
  position: absolute;
  left: 40px;
  top: 40px;
  right: 83px;
  bottom: 201px;
  text-align: left;
}

.portfolio-content-bathrooms.alternative {
  position: static;
  margin-left: 0px;
  padding: 16px 20px 20px;
  background-color: #e6a722;
}

.portfolio-content-ruislip {
  position: absolute;
  left: 40px;
  top: 40px;
  right: 83px;
  bottom: 201px;
  text-align: left;
}

.portfolio-content-ruislip.alternative {
  position: static;
  margin-left: 0px;
  padding: 16px 20px 20px;
  background-color: #045679;
}

.portfolio-content-wembley {
  position: absolute;
  left: 40px;
  top: 40px;
  right: 83px;
  bottom: 201px;
  text-align: left;
}

.portfolio-content-wembley.alternative {
  position: static;
  margin-left: 0px;
  padding: 16px 20px 20px;
  background-color: #94558b;
}

.portfolio-content-harow {
  position: absolute;
  left: 40px;
  top: 40px;
  right: 83px;
  bottom: 201px;
  text-align: left;
}

.portfolio-content-harow.alternative {
  position: static;
  margin-left: 0px;
  padding: 16px 20px 20px;
  background-color: #416f92;
}

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

.columns-8 {
  margin-right: 0px;
  margin-left: 0px;
}

.text-block-53 {
  margin-bottom: 60px;
  padding-right: 100px;
  padding-bottom: 0px;
  padding-left: 100px;
  color: #2c2c2c;
  font-size: 14px;
  line-height: 24px;
  font-weight: 300;
  text-align: left;
}

.text-span {
  font-weight: 700;
}

.text-span-2 {
  font-weight: 700;
}

.text-span-3 {
  font-weight: 700;
}

.text-span-4 {
  font-weight: 700;
}

.text-span-5 {
  font-weight: 700;
}

.text-span-6 {
  font-weight: 700;
}

.text-span-7 {
  font-weight: 700;
}

.text-span-8 {
  font-weight: 700;
}

.text-span-9 {
  font-weight: 700;
}

.text-span-10 {
  font-weight: 700;
}

.text-span-11 {
  font-weight: 700;
}

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

.right-arrow {
  display: block;
}

.column-41 {
  padding-left: 20px;
}

.column-42 {
  padding-right: 20px;
}

.paragraph-35 {
  margin-bottom: 40px;
}

.paragraph-36 {
  margin-bottom: 40px;
}

.portfolio-content-kitchens {
  position: absolute;
  left: 40px;
  top: 40px;
  right: 83px;
  bottom: 201px;
  text-align: left;
}

.portfolio-content-kitchens.alternative {
  position: static;
  margin-left: 0px;
  padding: 16px 20px 20px;
  background-color: #3383c0;
}

.portfolio-content-ruislip-resident {
  position: absolute;
  left: 40px;
  top: 40px;
  right: 83px;
  bottom: 201px;
  text-align: left;
}

.portfolio-content-ruislip-resident.alternative {
  position: static;
  margin-left: 0px;
  padding: 16px 20px 20px;
  background-color: #899c35;
}

.portfolio-content-mill-hill-resident {
  position: absolute;
  left: 40px;
  top: 40px;
  right: 83px;
  bottom: 201px;
  text-align: left;
}

.portfolio-content-mill-hill-resident.alternative {
  position: static;
  margin-left: 0px;
  padding: 16px 20px 20px;
  background-color: #b86f2b;
}

.portfolio-content-external-resident {
  position: absolute;
  left: 40px;
  top: 40px;
  right: 83px;
  bottom: 201px;
  text-align: left;
}

.portfolio-content-external-resident.alternative {
  position: static;
  margin-left: 0px;
  padding: 16px 20px 20px;
  background-color: rgba(75, 75, 75, 0.9);
}

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

.columns-9 {
  margin-right: 0px;
  margin-left: 0px;
}

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

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

.portfolio-content-herbert-way {
  position: absolute;
  left: 40px;
  top: 40px;
  right: 83px;
  bottom: 201px;
  text-align: left;
}

.portfolio-content-herbert-way.alternative {
  position: static;
  margin-left: 0px;
  padding: 16px 20px 20px;
  background-color: #395e96;
}

.portfolio-content-53-great-north-way {
  position: absolute;
  left: 40px;
  top: 40px;
  right: 83px;
  bottom: 201px;
  text-align: left;
}

.portfolio-content-53-great-north-way.alternative {
  position: static;
  margin-left: 0px;
  padding: 16px 20px 20px;
  background-color: #812939;
}

.portfolio-content-75-great-north-way {
  position: absolute;
  left: 40px;
  top: 40px;
  right: 83px;
  bottom: 201px;
  text-align: left;
}

.portfolio-content-75-great-north-way.alternative {
  position: static;
  margin-left: 0px;
  padding: 16px 20px 20px;
  background-color: #489c7f;
}

.portfolio-content-southfields {
  position: absolute;
  left: 40px;
  top: 40px;
  right: 83px;
  bottom: 201px;
  text-align: left;
}

.portfolio-content-southfields.alternative {
  position: static;
  margin-left: 0px;
  padding: 16px 20px 20px;
  background-color: #c2a13f;
}

.column-46 {
  padding-left: 10px;
}

.slide-17 {
  background-image: url('../images/53-Great-North-Way-7.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.right-arrow-2 {
  display: block;
}

.slide-18 {
  background-image: url('../images/53-Great-North-Way-8.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-19 {
  background-image: url('../images/53-Great-North-Way-9.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-1-33 {
  background-image: url('../images/Southfields9.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-1-34 {
  background-image: url('../images/Southfields10.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-1-35 {
  background-image: url('../images/Herbert-Road-12.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.container-17 {
  margin-bottom: 140px;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-transform: scale3d(1none, 1none, 1none);
  transform: scale3d(1none, 1none, 1none);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.slide-1-32-herbert {
  position: static;
  background-image: url('../images/Herbert-Road-1.jpg');
  background-position: 50% 50%;
  background-size: 960px;
  background-repeat: no-repeat;
}

.slide-1-32-53 {
  position: static;
  background-image: url('../images/53-Great-North-Way-1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-1-32-south {
  position: static;
  background-image: url('../images/Southfields1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-1-32-georgian {
  position: static;
  background-image: url('../images/32-1.jpg');
  background-position: 50% 50%;
  background-size: 960px;
  background-repeat: no-repeat;
}

.body {
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.33)), to(hsla(0, 0%, 100%, 0.33)));
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.33), hsla(0, 0%, 100%, 0.33));
}

.section-about {
  position: static;
  display: block;
  overflow: visible;
  width: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #f5f5f5;
  font-family: Montserrat, sans-serif;
  text-align: center;
}

.section-about.video {
  overflow: hidden;
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(73, 83, 0, 0.21)), to(rgba(73, 83, 0, 0.21))), -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.7)), to(rgba(0, 0, 0, 0.7))), url('../images/hikersbay-hikersbay-3503.jpg');
  background-image: linear-gradient(180deg, rgba(73, 83, 0, 0.21), rgba(73, 83, 0, 0.21)), linear-gradient(180deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('../images/hikersbay-hikersbay-3503.jpg');
  background-position: 0px 0px, 0px 0px, 0px 0px;
  background-size: auto, auto, cover;
}

.section-about.video.new {
  padding-bottom: 0px;
  background-image: none;
}

.section-about.video.alternative {
  background-image: none;
}

.section-about.video.alternative.second {
  background-color: #f3f3f3;
  background-image: none;
}

.section-about.video.alternative.background {
  height: auto;
  background-color: transparent;
  background-image: url('../images/Page-With-Shadow.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.section-about.video.alternative.gray {
  margin-top: 0px;
  padding-top: 0px;
  background-color: #f5f5f5;
}

.section-about.video.alternative.gray.lines {
  position: static;
  z-index: 0;
  overflow: visible;
  margin-top: -181px;
  padding-bottom: 20px;
  border-top: 1px solid rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.03);
  background-color: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.74)), to(hsla(0, 0%, 100%, 0.74))), url('../images/tile.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.74), hsla(0, 0%, 100%, 0.74)), url('../images/tile.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.section-about.video.black {
  padding-bottom: 250px;
  background-color: #020202;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.84)), to(rgba(0, 0, 0, 0.84))), url('../images/julian-mora-141920.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.84), rgba(0, 0, 0, 0.84)), url('../images/julian-mora-141920.jpg');
  background-position: 0px 0px, 50% 100%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.section-about.testimonial {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #fff;
}

.section-about.white {
  margin-top: 0px;
  padding-top: 40px;
  padding-bottom: 100px;
  float: none;
  border-top: 10px none #690577;
  border-bottom: 6px none #690577;
  border-radius: 0px;
  background-color: #5f5f5f;
  background-image: none;
  background-position: 0px 0px;
  opacity: 1;
}

.section-about.white.padding {
  margin-top: 0px;
  padding-top: 100px;
  padding-bottom: 220px;
  background-image: none;
}

.section-about.white.fullwidth {
  padding-top: 260px;
  padding-right: 80px;
  padding-left: 80px;
}

.section-about.testimonials {
  padding-bottom: 100px;
  background-color: #e9e9e9;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 97.3%, 0.84)), to(hsla(0, 0%, 97.3%, 0.84)));
  background-image: linear-gradient(180deg, hsla(0, 0%, 97.3%, 0.84), hsla(0, 0%, 97.3%, 0.84));
}

.section-about.testimonials.new {
  position: relative;
  padding-top: 100px;
  padding-bottom: 180px;
  background-color: #f5f5f5;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(hsla(0, 0%, 96.1%, 0.85)));
  background-image: linear-gradient(180deg, #f5f5f5, hsla(0, 0%, 96.1%, 0.85));
}

.section-about.testimonials.gray {
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 97.3%, 0.84)), to(hsla(0, 0%, 97.3%, 0.84)));
  background-image: linear-gradient(180deg, hsla(0, 0%, 97.3%, 0.84), hsla(0, 0%, 97.3%, 0.84));
}

.section-about.testimonials.transparent {
  background-color: transparent;
  background-image: none;
}

.section-about.testimonials.transparent.lines {
  padding-bottom: 50px;
  border-top: 1px solid rgba(0, 0, 0, 0.03);
  background-color: #fff;
}

.section-about.white {
  position: relative;
  height: auto;
  background-color: transparent;
}

.section-about.white.cta {
  padding-bottom: 0px;
}

.section-about.white.services {
  padding-top: 0px;
  padding-bottom: 0px;
}

.section-about.image {
  position: static;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: transparent;
  font-family: Montserrat, sans-serif;
}

.section-about.business {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url('../images/photo-09.jpg');
  background-position: 100% 50%;
  background-size: auto;
  background-attachment: scroll;
}

.section-about.white {
  padding-top: 100px;
  background-color: transparent;
}

.section-about.white.new {
  height: auto;
  padding-top: 0px;
  padding-bottom: auto;
  background-image: none;
}

.section-about.white {
  background-color: transparent;
  font-weight: 300;
}

.section-about.white.new {
  height: auto;
  padding-bottom: 100px;
  background-image: none;
}

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

.section-about.about {
  background-color: #272025;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(52, 22, 58, 0.89)), to(rgba(52, 22, 58, 0.89))), url('../images/121231.jpg');
  background-image: linear-gradient(180deg, rgba(52, 22, 58, 0.89), rgba(52, 22, 58, 0.89)), url('../images/121231.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
}

.section-about.about.middle {
  margin-top: -140px;
  padding-top: 200px;
  padding-bottom: 300px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(null), to(null)), url('../images/121231.jpg');
  background-image: linear-gradient(180deg, null, null), url('../images/121231.jpg');
  background-attachment: scroll, fixed;
}

.section-about.about.middle.nature {
  margin-top: -260px;
  padding-top: 260px;
  padding-bottom: 100px;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(24, 24, 24, 0.75)), to(rgba(24, 24, 24, 0.75))), url('../images/rsoxw9x-suy-kaleb-nimz-1.jpg');
  background-image: linear-gradient(180deg, rgba(24, 24, 24, 0.75), rgba(24, 24, 24, 0.75)), url('../images/rsoxw9x-suy-kaleb-nimz-1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.section-about.about.middle.causes {
  margin-top: -140px;
  padding-top: 200px;
  padding-bottom: 100px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.79)), to(rgba(0, 0, 0, 0.79))), url('../images/jason-ortego-5386-1_1.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.79), rgba(0, 0, 0, 0.79)), url('../images/jason-ortego-5386-1_1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.section-about.about.nature {
  padding-bottom: 240px;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/philipp-reiner-686_1.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/philipp-reiner-686_1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.section-about.about.second {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.85)), to(rgba(0, 0, 0, 0.85))), url('../images/wil-stewart-18242.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.85), rgba(0, 0, 0, 0.85)), url('../images/wil-stewart-18242.jpg');
  background-position: 0px 0px, 0px 50%;
  background-size: auto, cover;
}

.section-about.white {
  background-color: transparent;
}

.section-about.pricing-table {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/tomo-nogi-182913.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/tomo-nogi-182913.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.section-about.wellcome {
  display: block;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0px;
  padding-bottom: 100px;
  padding-left: 0px;
  background-color: transparent;
}

.section-about.wellcome.team {
  height: 800px;
  padding-top: 80px;
  background-image: url('../images/team.jpg');
  background-position: 50% 100%;
  background-size: auto;
  background-repeat: no-repeat;
}

.section-about.wellcome.new {
  padding-top: 150px;
  padding-bottom: 150px;
  background-image: url('../images/laptop.png');
  background-position: 80% 50%;
  background-size: 1500px;
  background-repeat: no-repeat;
}

.section-about.projects {
  padding-bottom: 0px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.85)), to(rgba(0, 0, 0, 0.85))), url('../images/rmp3qc71x10-jose-urbano.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.85), rgba(0, 0, 0, 0.85)), url('../images/rmp3qc71x10-jose-urbano.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.section-about.projects.white {
  background-image: none;
}

.section-about.tab-alternative {
  padding-top: 150px;
}

.section-about.lists {
  padding-right: 40px;
  padding-left: 40px;
}

.section-about.box {
  padding-top: 0px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.61)), to(rgba(0, 0, 0, 0.61))), url('../images/david-marcu-114194_1.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.61), rgba(0, 0, 0, 0.61)), url('../images/david-marcu-114194_1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.section-about.without-paddings {
  padding-top: 0px;
  background-color: transparent;
}

.section-about.without-paddings.second {
  padding-bottom: 0px;
  background-color: #f5f5f5;
}

.section-about.skills {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.58)), to(rgba(0, 0, 0, 0.58))), url('../images/jason-ortego-5386-1.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.58), rgba(0, 0, 0, 0.58)), url('../images/jason-ortego-5386-1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.section-about.skills.iphone {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(null), to(null)), url('../images/jason-ortego-5386-1_1.jpg');
  background-image: linear-gradient(180deg, null, null), url('../images/jason-ortego-5386-1_1.jpg');
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.section-about.toggle {
  padding-bottom: 260px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/rmp3qc71x10-jose-urbano.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/rmp3qc71x10-jose-urbano.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.section-about.gray-dark {
  background-color: transparent;
  background-image: url('../images/Page-With-Shadow.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.section-about.white-blog {
  padding-top: 0px;
  background-color: #fff;
}

.section-about.blog {
  padding-top: 0px;
  padding-bottom: 50px;
  background-color: #fff;
}

.section-about.homepages {
  padding: 140px 100px 50px;
  background-color: #f5f5f5;
}

.section-about.homepages.second {
  padding-top: 100px;
  background-color: #f5f5f5;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 96.1%, 0.74)), to(hsla(0, 0%, 96.1%, 0.74))), url('../images/Logo.svg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 96.1%, 0.74), hsla(0, 0%, 96.1%, 0.74)), url('../images/Logo.svg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, 70px;
}

.section-about.about-life {
  padding-top: 170px;
}

.section-about.team-no-padding {
  padding-top: 0px;
  padding-bottom: 0px;
}

.section-about.latest-blog.middle {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  background-color: #f8f8f8;
}

.section-about.full {
  padding-right: 40px;
  padding-left: 40px;
  background-color: transparent;
}

.section-about.black {
  background-color: #000;
}

.section-about.without-padding {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: transparent;
}

.section-about.without-padding.second {
  padding-top: 100px;
}

.section-about.blog-alternative {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.87)), to(rgba(0, 0, 0, 0.87))), url('../images/andrew-jasso-155771.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.87), rgba(0, 0, 0, 0.87)), url('../images/andrew-jasso-155771.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.section-about.padding {
  padding-bottom: 200px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(hsla(0, 0%, 96.1%, 0.91))), url('../images/photo-1468387576571-ee44d4c52d82.jpeg');
  background-image: linear-gradient(180deg, #f5f5f5, hsla(0, 0%, 96.1%, 0.91)), url('../images/photo-1468387576571-ee44d4c52d82.jpeg');
  background-position: 0px 0px, 50% 0px;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.section-about.contact {
  position: static;
  padding-top: 0px;
  background-color: rgba(36, 195, 226, 0.2);
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.63)), to(hsla(0, 0%, 100%, 0.63))), url('../images/tile.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.63), hsla(0, 0%, 100%, 0.63)), url('../images/tile.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.section-about.contact:hover {
  background-color: #d1d1d1;
}

.section-about.related-cases {
  padding-top: 0px;
  background-color: transparent;
}

.section-about.services-simple {
  padding-top: 50px;
  padding-bottom: 50px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.09);
  background-color: transparent;
  opacity: 1;
}

.checkbox-label-2 {
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}

.checkbox-label-3 {
  font-family: Montserrat, sans-serif;
}

.checkbox-label-4 {
  font-family: Montserrat, sans-serif;
}

.checkbox-label-5 {
  font-family: Montserrat, sans-serif;
}

.column-47 {
  color: #969696;
  font-weight: 300;
}

.column-48 {
  color: #969696;
}

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

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

.slide-22 {
  background-image: url('../images/Herbert-Road-4.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-23 {
  background-image: url('../images/Herbert-Road-9.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.slide-1-36 {
  background-image: url('../images/Herbert-Road-3.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-1-37 {
  background-image: url('../images/75-Great-North-Way-6.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-3-south {
  background-image: url('../images/Southfields3.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-4-south {
  background-image: url('../images/Southfields4.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-5-south {
  background-image: url('../images/Southfields5.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-6-south {
  background-image: url('../images/Southfields6.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-7-south {
  background-image: url('../images/Southfields7.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-8-south {
  background-image: url('../images/Southfields8.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-9-south {
  background-image: url('../images/Southfields9.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-10-south {
  background-image: url('../images/Southfields10.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-1-great {
  position: static;
  background-image: url('../images/75-Great-North-Way-1.jpg');
  background-position: 50% 50%;
  background-size: 960px;
  background-repeat: no-repeat;
}

.slide-2-great {
  background-image: url('../images/75-Great-North-Way-2.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-3-great {
  background-image: url('../images/75-Great-North-Way-3.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-4-great {
  background-image: url('../images/75-Great-North-Way-4.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-5-great {
  background-image: url('../images/75-Great-North-Way-5.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-6-great {
  background-image: url('../images/75-Great-North-Way-6.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-6-53 {
  background-image: url('../images/53-Great-North-Way-6.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-5-53 {
  background-image: url('../images/53-Great-North-Way-5.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-4-53 {
  background-image: url('../images/53-Great-North-Way-4.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-3-53 {
  background-image: url('../images/53-Great-North-Way-3.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-2-53 {
  background-image: url('../images/75-Great-North-Way-2.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-6-75-great {
  background-image: url('../images/75-Great-North-Way-6.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-1-herbert {
  position: static;
  background-image: url('../images/Herbert-Road-1.jpg');
  background-position: 50% 50%;
  background-size: 960px;
  background-repeat: no-repeat;
}

.slide-2-herbert {
  background-image: url('../images/Herbert-Road-2.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.slide-3-herbert {
  background-image: url('../images/Herbert-Road-3.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-4-herbert {
  background-image: url('../images/Herbert-Road-4.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-5-herbert {
  background-image: url('../images/Herbert-Road-5.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-6-herbert {
  background-image: url('../images/Herbert-Road-6.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-7-herbert {
  background-image: url('../images/Herbert-Road-7.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-8-herbert {
  background-image: url('../images/Herbert-Road-8.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-9-herbert {
  background-image: url('../images/Herbert-Road-9.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-10-herbert {
  background-image: url('../images/Herbert-Road-10.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-10herbert {
  background-image: url('../images/Herbert-Road-11.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-11-herbert {
  background-image: url('../images/Herbert-Road-11.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-12-herbert {
  background-image: url('../images/Herbert-Road-12.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.button-services {
  margin-top: 0px;
  margin-bottom: 10px;
  margin-left: 0%;
  padding-right: 30px;
  padding-left: 30px;
  float: none;
  border-radius: 4px;
  background-color: #8103a8;
  background-image: url('../images/arrow-pointing-down.svg');
  background-position: 115% 50%;
  background-size: 12px;
  background-repeat: no-repeat;
  -webkit-transition: background-position 350ms ease, background-color 300ms ease, border 300ms ease, padding 200ms ease;
  transition: background-position 350ms ease, background-color 300ms ease, border 300ms ease, padding 200ms ease;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 12px;
  line-height: 28px;
  font-weight: 500;
  text-transform: uppercase;
}

.button-services:hover {
  padding-right: 40px;
  padding-left: 20px;
  background-color: #580b70;
  background-image: url('../images/arrow-pointing-down.svg');
  background-position: 92% 50%;
  background-size: 12px;
  background-repeat: no-repeat;
}

.button-services.form {
  display: block;
  width: 100%;
  height: auto;
  margin: 20px auto 0px;
  padding: 10px 15px;
  float: none;
  border-style: none;
  border-radius: 3px;
  background-color: #0ec22b;
  background-image: none;
  -webkit-transition: background-color 400ms ease;
  transition: background-color 400ms ease;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 12px;
  line-height: 29px;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
}

.button-services.form:hover {
  border-style: none;
  border-color: #000;
  background-color: #000;
  background-image: none;
  box-shadow: none;
}

.button-services.center {
  float: right;
  border-style: none;
  border-width: 2px;
  border-color: rgba(16, 168, 189, 0.82);
  border-radius: 3px;
  background-color: rgba(16, 168, 189, 0.82);
  background-image: linear-gradient(135deg, #24c3e2, rgba(42, 111, 253, 0.88));
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  color: #fff;
  text-align: right;
}

.button-services.center:hover {
  border: 2px none #000;
  background-color: #fff;
  background-image: none;
  color: #000;
}

.button-services.center {
  border: 1px solid #10a8bd;
  border-radius: 3px;
  background-color: #fff;
}

.button-services.left-algiment {
  display: block;
  float: none;
  text-align: center;
}

.button-services.left-algiment {
  float: left;
}

.button-services.other-colors {
  background-color: #4d4d4d;
}

.button-services.other-colors:hover {
  background-color: #020202;
}

.button-services.other-colors.orange {
  border-radius: 0px;
  background-color: #ff7a00;
}

.button-services.other-colors.orange:hover {
  background-color: #ff5200;
}

.button-services.other-colors.rounded {
  background-color: #2a6ffd;
}

.button-services.outline {
  margin-bottom: 0px;
  border: 2px solid #000;
  background-color: transparent;
  background-image: url('../images/arrow-pointing-down2.svg');
  background-size: 12px;
  color: #000;
}

.button-services.outline.rounded {
  border-color: #13d632;
  color: #0ec22b;
}

.button-services.outline.rounded.white {
  margin-top: 30px;
  float: left;
  font-family: Montserrat, sans-serif;
}

.button-services.outline.rounded.white.center {
  float: none;
  font-family: Montserrat, sans-serif;
  text-align: center;
}

.button-services.outline.rounded.white.center:hover {
  border-style: solid;
  background-color: transparent;
}

.button-services.outline.rounded.black {
  border-color: #020202;
  color: #020202;
}

.button-services.outline.white {
  border-color: #f3f0f0;
  border-radius: 0px;
  background-image: url('../images/arrow-pointing-down.svg');
  background-size: 12px;
  color: #f3f0f0;
  font-weight: 500;
}

.button-services.square {
  border-radius: 0px;
}

.button-services.rounded {
  border-radius: 100px;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  text-transform: none;
}

.button-services.rounded.padding {
  margin-top: 30px;
  margin-right: 10px;
  float: left;
  text-align: left;
}

.button-services.rounded.padding.left-side {
  float: left;
}

.button-services.rounded.padding.middle {
  float: none;
  border-radius: 0px;
  background-color: #610479;
}

.button-services.rounded.top {
  margin-top: 40px;
  border-radius: 0px;
  background-color: #610479;
}

.button-services.hero {
  margin-top: 30px;
  margin-bottom: 0px;
  float: left;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  text-transform: none;
}

.button-services.orange {
  background-color: #ff7a00;
}

.button-services.orange:hover {
  background-color: #f60;
}

.button-services.left-side {
  float: none;
}

.button-services.contact {
  margin-top: 30px;
}

.button-services.contact.donation {
  display: block;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.button-services._404 {
  margin-top: 60px;
}

.button-services.headline {
  margin-top: 30px;
  margin-left: 0px;
}

.button-services.causes {
  display: block;
  width: 180px;
  margin-top: 10px;
  margin-right: auto;
  margin-left: auto;
}

.button-services.causes.singel {
  width: 180px;
  margin-top: 30px;
  margin-bottom: 0px;
}

.button-services.singel {
  display: block;
  width: 184px;
  margin-top: 40px;
  margin-right: auto;
  margin-left: auto;
}

.button-services.left {
  float: left;
}

.button-services.full {
  margin-bottom: 0px;
  margin-left: 0px;
  padding-top: 15px;
  padding-bottom: 13px;
  border: 1px solid #0ec22b;
  border-radius: 0px;
  background-color: #3383c0;
  background-image: none;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  line-height: 20px;
  letter-spacing: 2px;
}

.button-services.full:hover {
  padding-right: 30px;
  padding-left: 30px;
  border-color: #020202;
  background-color: #020202;
}

.button-services.right {
  width: 38%;
  height: 50px;
  margin-bottom: 0px;
  padding-right: 30px;
  padding-left: 20px;
}

.icon-block-features-brick {
  position: static;
  width: 100px;
  height: 100px;
  margin-right: 15px;
  margin-bottom: 20px;
  margin-left: 0px;
  padding-top: 20px;
  padding-bottom: 20px;
  float: none;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border: 0px none #d1d1d1;
  border-radius: 70px;
  background-color: #855223;
  text-align: center;
}

.icon-block-features-brick:hover {
  border-color: #d1d1d1;
  background-color: #855223;
}

.icon-block-features-brick.new {
  margin-bottom: 20px;
  background-color: #020202;
}

.icon-block-features-brick.right {
  display: inline-block;
  max-width: 100px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 15px;
  float: none;
  text-align: center;
}

.icon-block-features-brick.left {
  margin-bottom: 0px;
  float: none;
}

.icon-block-features-pm {
  position: static;
  width: 100px;
  height: 100px;
  margin-right: 15px;
  margin-bottom: 20px;
  margin-left: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  float: none;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border: 0px none #d1d1d1;
  border-radius: 70px;
  background-color: #471850;
  text-align: center;
}

.icon-block-features-pm:hover {
  border-color: #d1d1d1;
  background-color: #471850;
}

.icon-block-features-pm.new {
  margin-bottom: 20px;
  background-color: #020202;
}

.icon-block-features-pm.right {
  display: inline-block;
  max-width: 100px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 15px;
  float: none;
  text-align: center;
}

.icon-block-features-pm.left {
  margin-bottom: 0px;
  float: none;
}

.section-6 {
  margin-bottom: 80px;
  border-top: 6px none #610479;
  border-bottom: 6px none #610479;
  border-radius: 0px;
}

.text-block-pm {
  margin-top: 60px;
  margin-bottom: 60px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
  text-align: left;
}

.section-7 {
  margin-top: 40px;
  padding-top: 20px;
  padding-bottom: 40px;
  background-color: #fff;
}

.columns-10 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.section-8 {
  background-color: #e9ecee;
}

.container-18 {
  margin-bottom: 60px;
}

.text-block-commercial {
  padding-top: 0px;
  padding-right: 20px;
  font-size: 14px;
}

.text-span-12 {
  font-size: 20px;
  font-weight: 400;
}

.text-block-54 {
  padding-top: 20px;
  padding-right: 0px;
  font-family: Montserrat, sans-serif;
  color: hsla(0, 0%, 100%, 0.48);
  font-size: 12px;
  font-weight: 300;
}

.div-block-17 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 220px;
}

.column-49 {
  padding-bottom: 40px;
  padding-left: 20px;
  color: #5e5e5e;
}

.column-50 {
  padding-left: 20px;
  color: #5e5e5e;
}

.columns-11 {
  margin-right: 0px;
  margin-left: 0px;
}

.section-9 {
  margin-top: 30px;
  padding-top: 20px;
  padding-bottom: 0px;
}

.columns-12 {
  margin-top: 0px;
  margin-bottom: 50px;
}

.container-19 {
  border-bottom: 1px solid #c9c9c9;
}

.paragraph-banner {
  margin-bottom: 0px;
  padding-top: 20px;
  padding-bottom: 20px;
  clear: none;
  border-left-style: none;
  font-family: 'Playfair Display', sans-serif;
  color: #5e5e5e;
  font-size: 14px;
  font-weight: 300;
  text-align: left;
}

.paragraph-banner.center {
  display: block;
  margin-bottom: 20px;
  padding-top: 0px;
  padding-bottom: 0px;
  font-family: Montserrat, sans-serif;
  color: #5e5e5e;
  font-style: normal;
  text-align: left;
}

.paragraph-banner.center.name {
  display: block;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 14px;
  line-height: 18px;
  font-style: normal;
  font-weight: 200;
  text-align: center;
  letter-spacing: 0px;
}

.paragraph-banner.center.name:hover {
  color: #fff;
}

.paragraph-banner.center.black {
  margin-bottom: 40px;
  padding-right: 200px;
  padding-left: 200px;
  font-family: Montserrat, sans-serif;
  color: #5f5f5f;
  font-size: 16px;
  line-height: 21px;
  font-style: normal;
  font-weight: 300;
  text-align: center;
}

.paragraph-banner.center.black.clear {
  padding-right: 0px;
  padding-left: 0px;
}

.paragraph-banner.center.black.card {
  display: block;
  margin-bottom: 20px;
  padding-right: 0px;
  padding-left: 0px;
  font-size: 14px;
}

.paragraph-banner.center.white {
  margin-bottom: 0px;
  padding-right: 200px;
  padding-left: 200px;
  opacity: 1;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 300;
  text-align: center;
  text-transform: none;
}

.paragraph-banner.left {
  padding-top: 0px;
  padding-bottom: 0px;
  font-family: Montserrat, sans-serif;
  color: #5e5e5e;
  font-size: 14px;
  font-weight: 300;
  text-align: left;
}

.paragraph-banner.left.white {
  margin-bottom: 0px;
  padding-right: 0px;
  font-size: 14px;
}

.paragraph-banner.white {
  margin-bottom: 25px;
  padding-top: 10px;
  padding-bottom: 0px;
  color: #fff;
  font-size: 13px;
  font-weight: 400;
}

.paragraph-banner.white.left {
  font-weight: 200;
}

.paragraph-banner.test {
  text-align: left;
}

.paragraph-banner.testimonials {
  padding-top: 0px;
  padding-bottom: 0px;
  font-family: Montserrat, sans-serif;
  color: #5e5e5e;
  font-size: 18px;
  line-height: 26px;
  font-style: italic;
  text-align: center;
}

.paragraph-banner.testimonials.white {
  font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
  color: #f3f0f0;
  line-height: 32px;
}

.paragraph-banner.right {
  padding-top: 0px;
  padding-bottom: 0px;
  font-family: Montserrat, sans-serif;
  text-align: right;
}

.column-51 {
  padding-top: 10px;
  padding-bottom: 20px;
}

.image-26 {
  padding: 0px 20px 0px 0px;
}

.columns-13 {
  padding-top: 60px;
}

.heading-12 {
  font-size: 18px;
  font-weight: 400;
}

.container-20 {
  padding-bottom: 50px;
  border-bottom: 1px solid #c9c9c9;
}

.div-block-18 {
  padding-right: 0px;
  padding-left: 0px;
}

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

.column-53 {
  padding-left: 0px;
}

.column-54 {
  padding-left: 0px;
}

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

.container-21 {
  padding-bottom: 20px;
  border-bottom: 1px solid #c9c9c9;
}

.section-10 {
  background-color: transparent;
}

.text-block-55 {
  padding-top: 10px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 12px;
  font-weight: 300;
  text-align: left;
}

.slider-1-kitchen {
  position: static;
  background-image: url('../images/Herbert-Road-2.jpg');
  background-size: 960px;
  background-repeat: no-repeat;
}

.silder-2-kitchen {
  background-image: url('../images/Herbert-Road-8.jpg');
  background-position: 0px 0px;
  background-size: 960px;
}

.slider-3-kitchen {
  background-image: url('../images/75-Great-North-Way-3.jpg');
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-20-kitchen {
  background-image: url('../images/53-Great-North-Way-5.jpg');
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-21-kitchen {
  background-image: url('../images/53-Great-North-Way-7.jpg');
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.image-27 {
  max-width: 600px;
  min-width: 100px;
}

.section-11 {
  padding-top: 60px;
}

.text-span-13 {
  font-weight: 600;
}

.text-span-14 {
  font-weight: 600;
}

.text-span-15 {
  font-weight: 600;
}

.text-span-16 {
  font-weight: 600;
}

.background-video-2 {
  overflow: hidden;
  background-color: #fff;
}

.slide-2-ha7-final {
  background-image: url('../images/32-5.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-3-ha7-final {
  background-image: url('../images/home-32.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-4-ha7-final {
  background-image: url('../images/32-2.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-5-ha7-final {
  background-image: url('../images/32-9.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-6-ha7-final {
  background-image: url('../images/32-7.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-7-ha7-final {
  background-image: url('../images/32-6.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-2-south {
  background-image: url('../images/Southfields2.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

html.w-mod-js *[data-ix="hide-project-overlay-on-initial"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="move-portfolio-content-on-initial"] {
  opacity: 0;
  -webkit-transform: translate(20px, 0px);
  -ms-transform: translate(20px, 0px);
  transform: translate(20px, 0px);
}

html.w-mod-js *[data-ix="toggle-content-initial-appe"] {
  height: 0px;
}

html.w-mod-js *[data-ix="go-top-on-load"] {
  opacity: 0;
  -webkit-transform: translate(0px, 100px);
  -ms-transform: translate(0px, 100px);
  transform: translate(0px, 100px);
}

html.w-mod-js *[data-ix="hide-scroll-navigation-on-initial"] {
  display: none;
}

html.w-mod-js *[data-ix="0-on-load"] {
  opacity: 0;
  -webkit-transform: translate(15px, 0px);
  -ms-transform: translate(15px, 0px);
  transform: translate(15px, 0px);
}

html.w-mod-js *[data-ix="hide-popup-on-initial"] {
  display: none;
  opacity: 0;
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}

html.w-mod-js *[data-ix="fade-in-on-load-right"] {
  opacity: 0;
  -webkit-transform: translate(40px, 0px);
  -ms-transform: translate(40px, 0px);
  transform: translate(40px, 0px);
}

html.w-mod-js *[data-ix="fade-in-on-load-left"] {
  opacity: 0;
  -webkit-transform: translate(-40px, 0px);
  -ms-transform: translate(-40px, 0px);
  transform: translate(-40px, 0px);
}

html.w-mod-js *[data-ix="fade-in-on-load-right-2"] {
  opacity: 0;
  -webkit-transform: translate(40px, 0px);
  -ms-transform: translate(40px, 0px);
  transform: translate(40px, 0px);
}

html.w-mod-js *[data-ix="fade-in-on-load"] {
  opacity: 0;
  -webkit-transform: translate(0px, 30px);
  -ms-transform: translate(0px, 30px);
  transform: translate(0px, 30px);
}

html.w-mod-js *[data-ix="fade-in-on-load-2"] {
  opacity: 0;
  -webkit-transform: translate(0px, 30px);
  -ms-transform: translate(0px, 30px);
  transform: translate(0px, 30px);
}

html.w-mod-js *[data-ix="fade-in-on-load-3"] {
  opacity: 0;
  -webkit-transform: translate(0px, 30px);
  -ms-transform: translate(0px, 30px);
  transform: translate(0px, 30px);
}

html.w-mod-js *[data-ix="fade-in-on-scroll"] {
  opacity: 0;
  -webkit-transform: translate(0px, 20px);
  -ms-transform: translate(0px, 20px);
  transform: translate(0px, 20px);
}

html.w-mod-js *[data-ix="fade-in-on-scroll-right"] {
  opacity: 0;
  -webkit-transform: translate(20px, 0px);
  -ms-transform: translate(20px, 0px);
  transform: translate(20px, 0px);
}

html.w-mod-js *[data-ix="fade-in-on-scroll-left"] {
  opacity: 0;
  -webkit-transform: translate(-20px, 0px);
  -ms-transform: translate(-20px, 0px);
  transform: translate(-20px, 0px);
}

html.w-mod-js *[data-ix="fade-in-on-scroll-5"] {
  opacity: 0;
  -webkit-transform: translate(0px, 20px);
  -ms-transform: translate(0px, 20px);
  transform: translate(0px, 20px);
}

html.w-mod-js *[data-ix="fade-in-on-scroll-3"] {
  opacity: 0;
  -webkit-transform: translate(0px, 20px);
  -ms-transform: translate(0px, 20px);
  transform: translate(0px, 20px);
}

html.w-mod-js *[data-ix="fade-in-on-scroll-2"] {
  opacity: 0;
  -webkit-transform: translate(0px, 20px);
  -ms-transform: translate(0px, 20px);
  transform: translate(0px, 20px);
}

html.w-mod-js *[data-ix="fade-in-on-scroll-4"] {
  opacity: 0;
  -webkit-transform: translate(0px, 20px);
  -ms-transform: translate(0px, 20px);
  transform: translate(0px, 20px);
}

html.w-mod-js *[data-ix="subscribe-card"] {
  opacity: 0;
  -webkit-transform: translate(-74px, 0px);
  -ms-transform: translate(-74px, 0px);
  transform: translate(-74px, 0px);
}

@media screen and (max-width: 991px) {
  li {
    margin-bottom: 5px;
  }

  blockquote {
    font-size: 28px;
  }

  .nav-bar {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-bar.second.middle-logo {
    height: auto;
  }

  .nav-bar.second.box {
    padding-right: 20px;
    padding-left: 20px;
  }

  .nav-link {
    position: static;
    width: auto;
    margin-right: 20px;
    margin-left: 20px;
    padding: 15px 20px 15px 10px;
    border-width: 0px;
    border-bottom-style: none;
    border-radius: 0px;
    text-align: left;
  }

  .nav-link:hover {
    border-style: none;
    border-width: 0px;
    border-radius: 0px;
    background-color: hsla(0, 0%, 100%, 0.06);
  }

  .nav-link.alternative {
    margin-right: 10px;
    margin-left: 10px;
    padding: 10px;
  }

  .nav-link.alternative:hover {
    background-color: transparent;
  }

  .nav-link.black {
    color: #fff;
  }

  .nav-link.black:hover {
    background-color: hsla(0, 0%, 100%, 0.06);
  }

  .nav-link.black.middle {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .nav-link.footer {
    margin-left: 0px;
  }

  .nav-link.footer:hover {
    background-color: transparent;
  }

  .nav-link.blog {
    margin-left: 0px;
    font-size: 12px;
  }

  .hero-section.homepage {
    height: 600px;
    padding-top: 180px;
    padding-bottom: 100px;
  }

  .hero-section.homepage.third {
    height: 650px;
    padding-top: 160px;
  }

  .hero-section.homepage.natural {
    height: auto;
    padding-bottom: 100px;
  }

  .hero-section.homepage.natural.middle {
    height: auto;
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .hero-section.homepage.travel {
    height: auto;
  }

  .hero-section.homepage.second {
    padding-top: 150px;
  }

  .hero-container {
    padding-top: 0px;
    text-align: center;
  }

  .hero-container.intro {
    padding-top: 0px;
  }

  .hero-container.main-slider.box {
    top: 25%;
  }

  .hero-container.video {
    padding-top: 100px;
  }

  .hero-tittle {
    padding-right: 0px;
  }

  .hero-tittle.intro {
    margin-top: 30px;
    font-size: 36px;
    line-height: 42px;
  }

  .hero-tittle.intro.center.all-caps {
    padding-right: 40px;
    padding-left: 40px;
    font-size: 45px;
    line-height: 50px;
  }

  .hero-tittle.left {
    font-size: 55px;
    line-height: 60px;
    text-align: center;
  }

  .hero-tittle.left.top {
    margin-top: 0px;
  }

  .hero-tittle.left.top.middle {
    margin-top: 0px;
  }

  .hero-tittle.box {
    line-height: 85px;
  }

  .hero-paragraph.left {
    padding-right: 50px;
    padding-left: 50px;
    font-size: 14px;
    text-align: center;
  }

  .section.video.alternative.gray {
    padding-bottom: 0px;
  }

  .section.video.alternative.gray.lines {
    padding-right: 100px;
    padding-left: 100px;
  }

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

  .section.white.fullwidth {
    padding-right: 20px;
    padding-left: 20px;
  }

  .section.about.middle.causes {
    margin-top: -120px;
  }

  .section.about.nature {
    padding-bottom: 160px;
  }

  .section.wellcome.team {
    width: 100%;
    padding-right: 80px;
    padding-left: 80px;
    background-size: auto;
  }

  .section.wellcome.new {
    display: block;
    padding-top: 100px;
    padding-bottom: 100px;
    background-image: none;
    background-size: auto;
    background-repeat: repeat;
  }

  .section.projects {
    height: auto;
  }

  .section.toggle {
    padding-bottom: 180px;
  }

  .section.gray-dark {
    background-position: -782px 50%;
  }

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

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

  .section.latest-blog.white {
    padding-right: 20px;
    padding-left: 20px;
  }

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

  .container {
    text-align: center;
  }

  .container.center {
    height: auto;
  }

  .button.hero {
    float: none;
  }

  .button.causes {
    margin-top: 20px;
  }

  .heading.subtitle {
    padding-right: 100px;
    padding-left: 100px;
  }

  .heading.subtitle.center.tinny-text {
    width: 100%;
  }

  .heading.features.blog {
    color: #000;
  }

  .heading.features.blog.white {
    -webkit-transition: color 400ms ease;
    transition: color 400ms ease;
    color: #fff;
  }

  .heading.features.blog.white:hover {
    color: #0d9622;
  }

  .heading.features.services {
    font-size: 15px;
  }

  .heading.features.left-side {
    margin-left: -10px;
    font-family: Montserrat, sans-serif;
    font-weight: 600;
    letter-spacing: 1px;
  }

  .heading.features.cause {
    font-size: 14px;
  }

  .heading.features.right {
    text-align: center;
  }

  .heading.features.left {
    text-align: center;
  }

  .heading.numer.alternative {
    letter-spacing: 1px;
  }

  .heading.white.left {
    font-size: 60px;
    line-height: 30px;
  }

  .heading.left {
    margin-top: 0px;
  }

  .heading.top {
    margin-top: 40px;
  }

  .features-block.icon.alternative {
    height: auto;
    padding-bottom: 20px;
  }

  .features-block.icon.alternative {
    width: 80%;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    padding-top: 20px;
    padding-right: 0px;
    padding-left: 0px;
    float: none;
  }

  .features-block.icon.alternative:hover {
    float: none;
  }

  .features-block.icon.gray {
    margin-bottom: 0px;
  }

  .features-block.icon.no-color {
    height: 100%;
    padding: 40px 80px;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: solid;
    text-align: center;
  }

  .features-block.icon.no-color.contact {
    height: auto;
  }

  .features-block.icon.clear {
    padding-right: 20px;
    text-align: center;
  }

  .features-block.fact-box {
    margin-bottom: 20px;
    text-align: center;
  }

  .features-block.fact-box.new {
    height: 240px;
  }

  .mockup.right {
    margin-right: auto;
    margin-left: auto;
    float: none;
  }

  .paragraph.center.black {
    padding-right: 40px;
    padding-left: 40px;
  }

  .paragraph.center.white {
    padding-right: 100px;
    padding-left: 100px;
  }

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

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

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

  .text-field.info {
    width: 100%;
  }

  .testimonial-slider {
    height: 460px;
  }

  .pricing-block {
    height: auto;
  }

  .image-list-item {
    margin-bottom: 20px;
  }

  .image-list-item.without-paddings {
    margin-bottom: 0px;
  }

  .news-text-section {
    padding-right: 100px;
    padding-left: 100px;
  }

  .row-motion {
    height: auto;
  }

  .div-text._2.left {
    margin-top: 0px;
  }

  .div-text._2.left.top {
    width: 80%;
    margin-top: 40px;
  }

  .row {
    margin-bottom: 10px;
  }

  .column {
    text-align: center;
  }

  .color-block {
    height: 290px;
    margin-bottom: 10px;
  }

  .color-block-tittle {
    display: inline-block;
    font-size: 16px;
  }

  .portfolio-wrapper {
    position: relative;
    left: 0px;
    top: 50px;
    right: 0px;
    height: 280px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .half-section-block {
    width: 100%;
  }

  .half-section-block._2 {
    padding-top: 90px;
    padding-right: 40px;
    padding-left: 40px;
  }

  .half-section-block._2.left {
    width: 100%;
    padding-top: 120px;
    padding-right: 90px;
  }

  .icon-block-features {
    margin-bottom: 30px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    border-radius: 70px;
  }

  .icon-block-features.new {
    margin-bottom: 20px;
  }

  .icon-block-features.left {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }

  .pricing-text-pricing {
    font-size: 40px;
  }

  .arroww {
    top: 216px;
  }

  .info-tes.team {
    padding-top: 100px;
  }

  .about-us {
    overflow: hidden;
    height: auto;
  }

  .about-us.box {
    overflow: hidden;
    height: auto;
    margin-bottom: 20px;
  }

  .video-content.travel {
    margin-top: 60px;
  }

  .image-iphone {
    margin-left: 0px;
  }

  .font-icon {
    float: right;
  }

  .font-icon.number {
    text-align: center;
  }

  .div-social.footers {
    float: none;
  }

  .icon {
    background-color: transparent;
    color: #fff;
  }

  .icon.middle {
    color: #020202;
  }

  .menu-button {
    margin-top: 0px;
    background-color: hsla(0, 0%, 100%, 0.12);
  }

  .menu-button.w--open {
    background-color: hsla(0, 0%, 100%, 0.3);
  }

  .menu-button.gray {
    border-radius: 5px;
    background-color: hsla(0, 0%, 44.7%, 0.27);
  }

  .menu-button.gray.hamburger {
    float: none;
    background-color: hsla(0, 0%, 100%, 0.27);
    text-align: center;
  }

  .menu-button.gray.hamburger.middle {
    background-color: transparent;
  }

  .footer-logo.left {
    display: block;
    margin-right: auto;
    margin-left: auto;
    float: none;
  }

  .nav-menu {
    margin-right: 0px;
    margin-left: 0px;
    float: right;
    background-color: rgba(0, 0, 0, 0.9);
    text-align: center;
  }

  .dropdown-toggle {
    padding-left: 0px;
  }

  .dropdown-toggle.w--open {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .dropdown-toggle.black {
    color: #fff;
  }

  .dropdown-arrow {
    margin-right: 0px;
    padding-left: 0px;
  }

  .dropdown-list.w--open {
    background-color: transparent;
  }

  .dropdown-link {
    display: block;
    padding-right: 20px;
    padding-left: 10px;
  }

  .dropdown-link:hover {
    background-color: #000;
  }

  .dropdown-link.w--current {
    background-color: transparent;
  }

  .tittle-skills.percent {
    font-family: 'Open Sans', sans-serif;
  }

  .tittle-skills.percent.green {
    font-family: Montserrat, sans-serif;
  }

  .iphone {
    margin-top: -60px;
  }

  .iphone.top {
    margin-top: -60px;
  }

  .top-row.new {
    margin-bottom: 50px;
  }

  .div-images {
    margin-top: -120px;
  }

  .image-girl {
    position: static;
  }

  .section-2 {
    padding-top: 200px;
    padding-bottom: 150px;
  }

  .table-title {
    padding-bottom: 5px;
  }

  .image-wrapper {
    width: 72px;
    height: 70px;
    margin-right: 0px;
    margin-bottom: 0px;
    padding-right: 0px;
  }

  .center-paragraph.box {
    font-size: 14px;
  }

  .name-customer {
    margin-bottom: 0px;
  }

  .center-div {
    top: 18%;
  }

  .separated-div-wrapper.form {
    margin-top: 10px;
  }

  .feafured-text {
    padding-top: 40px;
  }

  .featured-description {
    margin-bottom: 20px;
  }

  .thumbnail.date {
    float: right;
  }

  .portfolio-content {
    right: -10px;
    bottom: auto;
  }

  .laptop-div {
    width: 100%;
  }

  .laptop-div.alternative {
    width: 100%;
  }

  .div-footer {
    padding-right: 20px;
    padding-left: 20px;
  }

  .info-box {
    margin-bottom: 40px;
  }

  .info-box.lists {
    height: auto;
  }

  .box-text.white.center.service {
    font-size: 14px;
  }

  .call-to-action {
    margin-right: 0px;
    margin-left: 0px;
  }

  .cta-text.white {
    margin-top: 0px;
  }

  .slide-nav-2.drak {
    padding-top: 40px;
  }

  .adress {
    font-size: 12px;
  }

  .blog-post-wrapper {
    width: 100%;
  }

  .blog-post-wrapper.first {
    width: 100%;
  }

  .info-post {
    font-size: 12px;
  }

  .box-service-image {
    padding-right: 30px;
    padding-left: 30px;
  }

  .box-service-image._3.full {
    margin-right: 20px;
  }

  .box-service-image.full {
    margin-right: 20px;
  }

  .box-service-image.lighter {
    height: auto;
  }

  .team-div {
    height: 400px;
  }

  .team-div._5.circle {
    margin-top: 20px;
  }

  .team-div.circle {
    display: block;
    margin: 20px auto;
  }

  .setion-services.about-life {
    padding-bottom: 10px;
  }

  .hero-div-video.imtro {
    padding-top: 160px;
  }

  .lighter-color {
    font-size: 12px;
  }

  .link-blog-image {
    display: none;
  }

  .donate-pop-up {
    display: block;
    height: auto;
  }

  .upper-title {
    margin-bottom: 10px;
  }

  .link-block.default {
    width: 100%;
    height: 400px;
    padding-top: 0px;
    padding-bottom: 0px;
    background-size: cover;
  }

  .my-image-div {
    background-position: 50% 50%;
  }

  .iteam-block-wrapper.second-style.singel {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }

  .cause-image-block {
    display: block;
    padding-bottom: 0px;
  }

  .cuses-list-item.singel {
    display: block;
    margin-top: 40px;
    margin-right: auto;
    margin-left: auto;
  }

  .team-wrapper.box {
    margin-bottom: 20px;
  }

  .dynamic-list-wrapper {
    display: block;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }

  .dynamic-list-2.singel {
    display: block;
    margin-right: auto;
    margin-left: auto;
    float: none;
  }

  .left-side-div {
    padding-right: 0px;
  }

  .paragraph-30 {
    font-size: 12px;
  }

  .paragraph-31 {
    font-size: 12px;
  }

  .div-wrapper {
    width: 100%;
  }

  .iphone-image {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .image-14 {
    margin-top: 30px;
  }

  .image-15 {
    display: none;
  }

  .column-12 {
    margin-bottom: -1px;
  }

  .donate-full-wrapper {
    display: block;
  }

  .pop-up {
    height: 100%;
  }

  .pop-up-content {
    height: 100%;
  }

  .donate-info-wrapper {
    height: 100%;
  }

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

  .contact-full-wrapper {
    z-index: 9998;
  }

  .heading-4 {
    font-weight: 600;
  }

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

  .phone-side-features {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    text-align: center;
  }

  .feature-center {
    width: 100%;
  }

  .column-13 {
    display: none;
  }

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

  .navigation-element {
    height: 80px;
  }

  .navigation-element.big {
    height: 120px;
  }

  .navigation-element.big.middle {
    height: 190px;
  }

  .slide-1-mill-hill {
    background-image: url('../images/mill-hill-1_1.jpg');
    background-position: 50% 50%;
    background-size: cover;
  }

  .slide-1-32 {
    background-image: url('../images/32-1.jpg');
    background-position: 50% 50%;
    background-size: cover;
  }

  .slider-1-bathrooms {
    background-image: url('../images/75-Great-North-Way-5.jpg');
    background-position: 50% 50%;
    background-size: cover;
  }

  .slider-2-watford {
    background-position: 50% 50%;
  }

  .slide-1-external {
    background-image: url('../images/32-1.jpg');
    background-position: 50% 50%;
    background-size: cover;
  }

  .dropdown-toggle-copy {
    padding-left: 0px;
  }

  .dropdown-toggle-copy.w--open {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .dropdown-toggle-copy.black {
    color: #fff;
  }

  .brand-2.w--current {
    margin-left: 10px;
  }

  .slide-harrow-1 {
    background-image: url('../images/32-1.jpg');
    background-position: 50% 50%;
    background-size: cover;
  }

  .column-17 {
    display: none;
  }

  .columns-2 {
    display: none;
  }

  .slide-1-wembley {
    background-image: url('../images/32-1.jpg');
    background-position: 50% 50%;
    background-size: cover;
  }

  .customer-charter-pop-up {
    z-index: 9998;
  }

  .heading-home.subtitle {
    padding-right: 100px;
    padding-left: 100px;
  }

  .heading-home.subtitle.center.tinny-text {
    width: 100%;
  }

  .heading-home.features.blog {
    color: #000;
  }

  .heading-home.features.blog.white {
    -webkit-transition: color 400ms ease;
    transition: color 400ms ease;
    color: #fff;
  }

  .heading-home.features.blog.white:hover {
    color: #0d9622;
  }

  .heading-home.features.services {
    font-size: 15px;
  }

  .heading-home.features.left-side {
    font-family: Montserrat, sans-serif;
    font-weight: 600;
    letter-spacing: 1px;
  }

  .heading-home.features.cause {
    font-size: 14px;
  }

  .heading-home.features.right {
    text-align: center;
  }

  .heading-home.features.left {
    text-align: center;
  }

  .heading-home.numer.alternative {
    letter-spacing: 1px;
  }

  .heading-home.white.left {
    font-size: 60px;
    line-height: 30px;
  }

  .heading-home.left {
    margin-top: 0px;
  }

  .heading-home.top {
    margin-top: 40px;
  }

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

  .heading-featured.subtitle {
    padding-right: 100px;
    padding-left: 100px;
  }

  .heading-featured.subtitle.center.tinny-text {
    width: 100%;
  }

  .heading-featured.features.blog {
    color: #000;
  }

  .heading-featured.features.blog.white {
    -webkit-transition: color 400ms ease;
    transition: color 400ms ease;
    color: #fff;
  }

  .heading-featured.features.blog.white:hover {
    color: #0d9622;
  }

  .heading-featured.features.services {
    font-size: 15px;
  }

  .heading-featured.features.left-side {
    font-family: Montserrat, sans-serif;
    font-weight: 600;
    letter-spacing: 1px;
  }

  .heading-featured.features.cause {
    font-size: 14px;
  }

  .heading-featured.features.right {
    text-align: center;
  }

  .heading-featured.features.left {
    text-align: center;
  }

  .heading-featured.numer.alternative {
    letter-spacing: 1px;
  }

  .heading-featured.white.left {
    font-size: 60px;
    line-height: 30px;
  }

  .heading-featured.left {
    margin-top: 0px;
  }

  .heading-featured.top {
    margin-top: 40px;
  }

  .paragraph-featured.center.black {
    padding-right: 40px;
    padding-left: 40px;
  }

  .paragraph-featured.center.white {
    padding-right: 100px;
    padding-left: 100px;
  }

  .paragraph-featured.left {
    text-align: left;
  }

  .paragraph-featured.left.center {
    text-align: center;
  }

  .paragraph-featured.right {
    text-align: center;
  }

  .portfolio-content-2 {
    right: -10px;
    bottom: auto;
  }

  .portfolio-content-3 {
    right: -10px;
    bottom: auto;
  }

  .portfolio-content-4 {
    right: -10px;
    bottom: auto;
  }

  .portfolio-content-5 {
    right: -10px;
    bottom: auto;
  }

  .portfolio-content-6 {
    right: -10px;
    bottom: auto;
  }

  .heading-about.subtitle {
    padding-right: 100px;
    padding-left: 100px;
  }

  .heading-about.subtitle.center.tinny-text {
    width: 100%;
  }

  .heading-about.features.blog {
    color: #000;
  }

  .heading-about.features.blog.white {
    -webkit-transition: color 400ms ease;
    transition: color 400ms ease;
    color: #fff;
  }

  .heading-about.features.blog.white:hover {
    color: #0d9622;
  }

  .heading-about.features.services {
    font-size: 15px;
  }

  .heading-about.features.left-side {
    font-family: Montserrat, sans-serif;
    font-weight: 600;
    letter-spacing: 1px;
  }

  .heading-about.features.cause {
    font-size: 14px;
  }

  .heading-about.features.right {
    text-align: center;
  }

  .heading-about.features.left {
    text-align: center;
  }

  .heading-about.numer.alternative {
    letter-spacing: 1px;
  }

  .heading-about.white.left {
    font-size: 60px;
    line-height: 30px;
  }

  .heading-about.left {
    margin-top: 0px;
  }

  .heading-about.top {
    margin-top: 40px;
  }

  .icon-block-features-electric {
    margin-bottom: 30px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    border-radius: 70px;
  }

  .icon-block-features-electric.new {
    margin-bottom: 20px;
  }

  .icon-block-features-electric.left {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }

  .icon-block-features-responsive {
    margin-bottom: 30px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    border-radius: 70px;
  }

  .icon-block-features-responsive.new {
    margin-bottom: 20px;
  }

  .icon-block-features-responsive.left {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }

  .icon-block-features-landlord {
    margin-bottom: 30px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    border-radius: 70px;
  }

  .icon-block-features-landlord.new {
    margin-bottom: 20px;
  }

  .icon-block-features-landlord.left {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }

  .icon-block-features-plumbing {
    margin-bottom: 30px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    border-radius: 70px;
  }

  .icon-block-features-plumbing.new {
    margin-bottom: 20px;
  }

  .icon-block-features-plumbing.left {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }

  .icon-block-features-carpentry {
    margin-bottom: 30px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    border-radius: 70px;
  }

  .icon-block-features-carpentry.new {
    margin-bottom: 20px;
  }

  .icon-block-features-carpentry.left {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }

  .icon-block-features-plastering {
    margin-bottom: 30px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    border-radius: 70px;
  }

  .icon-block-features-plastering.new {
    margin-bottom: 20px;
  }

  .icon-block-features-plastering.left {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }

  .icon-block-features-tiiling {
    margin-bottom: 30px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    border-radius: 70px;
  }

  .icon-block-features-tiiling.new {
    margin-bottom: 20px;
  }

  .icon-block-features-tiiling.left {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }

  .portfolio-content-georgian {
    right: -10px;
    bottom: auto;
  }

  .portfolio-content-bathrooms {
    right: -10px;
    bottom: auto;
  }

  .portfolio-content-bathrooms.alternative {
    margin-bottom: auto;
    padding-bottom: 40px;
  }

  .portfolio-content-ruislip {
    right: -10px;
    bottom: auto;
  }

  .portfolio-content-wembley {
    right: -10px;
    bottom: auto;
  }

  .portfolio-content-harow {
    right: -10px;
    bottom: auto;
  }

  .portfolio-content-kitchens {
    right: -10px;
    bottom: auto;
  }

  .portfolio-content-ruislip-resident {
    right: -10px;
    bottom: auto;
  }

  .portfolio-content-ruislip-resident.alternative {
    padding-bottom: 40px;
  }

  .portfolio-content-mill-hill-resident {
    right: -10px;
    bottom: auto;
  }

  .portfolio-content-mill-hill-resident.alternative {
    padding-bottom: 40px;
  }

  .portfolio-content-external-resident {
    right: -10px;
    bottom: auto;
  }

  .portfolio-content-herbert-way {
    right: -10px;
    bottom: auto;
  }

  .portfolio-content-herbert-way.alternative {
    padding-bottom: 40px;
  }

  .portfolio-content-53-great-north-way {
    right: -10px;
    bottom: auto;
  }

  .portfolio-content-53-great-north-way.alternative {
    padding-bottom: 40px;
  }

  .portfolio-content-75-great-north-way {
    right: -10px;
    bottom: auto;
  }

  .portfolio-content-75-great-north-way.alternative {
    padding-bottom: 40px;
  }

  .portfolio-content-southfields {
    right: -10px;
    bottom: auto;
  }

  .slide-1-32-herbert {
    background-image: url('../images/32-1.jpg');
    background-position: 50% 50%;
    background-size: cover;
  }

  .slide-1-32-53 {
    background-image: url('../images/32-1.jpg');
    background-position: 50% 50%;
    background-size: cover;
  }

  .slide-1-32-south {
    background-image: url('../images/Southfields1.jpg');
    background-position: 50% 50%;
    background-size: cover;
  }

  .slide-1-32-georgian {
    background-image: url('../images/32-1.jpg');
    background-position: 50% 50%;
    background-size: cover;
  }

  .section-about.video.alternative.gray.lines {
    padding-right: 100px;
    padding-left: 100px;
  }

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

  .section-about.white.fullwidth {
    padding-right: 20px;
    padding-left: 20px;
  }

  .section-about.about.middle.causes {
    margin-top: -120px;
  }

  .section-about.about.nature {
    padding-bottom: 160px;
  }

  .section-about.wellcome.team {
    width: 100%;
    padding-right: 80px;
    padding-left: 80px;
    background-size: auto;
  }

  .section-about.wellcome.new {
    display: block;
    padding-top: 100px;
    padding-bottom: 100px;
    background-image: none;
    background-size: auto;
    background-repeat: repeat;
  }

  .section-about.projects {
    height: auto;
  }

  .section-about.toggle {
    padding-bottom: 180px;
  }

  .section-about.gray-dark {
    background-position: -782px 50%;
  }

  .section-about.blog {
    padding-bottom: 100px;
  }

  .section-about.homepages {
    padding-top: 100px;
  }

  .section-about.latest-blog.white {
    padding-right: 20px;
    padding-left: 20px;
  }

  .section-about.without-padding.second {
    padding-top: 0px;
    padding-bottom: 100px;
  }

  .slide-1-great {
    background-image: url('../images/75-Great-North-Way-1.jpg');
    background-position: 50% 50%;
    background-size: cover;
  }

  .slide-1-herbert {
    background-image: url('../images/Herbert-Road-1.jpg');
    background-position: 50% 50%;
    background-size: cover;
  }

  .button-services.hero {
    float: none;
  }

  .button-services.causes {
    margin-top: 20px;
  }

  .icon-block-features-brick {
    margin-bottom: 30px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    border-radius: 70px;
  }

  .icon-block-features-brick.new {
    margin-bottom: 20px;
  }

  .icon-block-features-brick.left {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }

  .icon-block-features-pm {
    margin-bottom: 30px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    border-radius: 70px;
  }

  .icon-block-features-pm.new {
    margin-bottom: 20px;
  }

  .icon-block-features-pm.left {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }

  .paragraph-banner.center.black {
    padding-right: 40px;
    padding-left: 40px;
  }

  .paragraph-banner.center.white {
    padding-right: 100px;
    padding-left: 100px;
  }

  .paragraph-banner.left {
    text-align: left;
  }

  .paragraph-banner.left.center {
    text-align: center;
  }

  .paragraph-banner.right {
    text-align: center;
  }

  .slider-1-kitchen {
    background-image: url('../images/32-1.jpg');
    background-position: 50% 50%;
    background-size: cover;
  }
}

@media screen and (max-width: 767px) {
  blockquote {
    font-size: 20px;
  }

  .nav-bar.second.box {
    padding-right: 0px;
    padding-left: 0px;
  }

  .brand.middle {
    padding-left: 0px;
  }

  .nav-link.alternative {
    margin-right: 0px;
    margin-left: 0px;
  }

  .hero-section.homepage {
    height: 550px;
  }

  .hero-section.homepage.third {
    height: 550px;
    padding-bottom: 100px;
  }

  .hero-section.homepage.natural {
    padding-top: 160px;
    padding-bottom: 100px;
  }

  .hero-section.homepage.natural.middle {
    margin-right: 0px;
    margin-left: 0px;
  }

  .hero-section.homepage.travel {
    height: auto;
  }

  .hero-section.homepage.second {
    height: 600px;
  }

  .hero-section.homepage-8 {
    height: 600px;
  }

  .hero-container {
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    text-align: center;
  }

  .hero-container.intro {
    height: auto;
    padding: 0px 20px 100px;
  }

  .hero-container.main-slider {
    top: 30%;
  }

  .hero-container.main-slider.box {
    top: 20%;
  }

  .hero-container.video {
    padding-top: 0px;
  }

  .hero-tittle {
    padding-right: 0px;
    font-size: 50px;
    line-height: 60px;
  }

  .hero-tittle.intro {
    text-align: center;
  }

  .hero-tittle.intro.center.all-caps {
    padding-right: 20px;
    padding-left: 20px;
    font-size: 36px;
    line-height: 40px;
  }

  .hero-tittle.left {
    text-align: center;
  }

  .hero-tittle.box {
    line-height: 85px;
  }

  .hero-tittle.padding {
    padding-right: 50px;
    padding-left: 50px;
  }

  .hero-paragraph {
    font-size: 15px;
  }

  .hero-paragraph.left {
    padding-right: 40px;
    padding-left: 40px;
    text-align: center;
  }

  .section {
    padding: 100px 70px;
  }

  .section.video.alternative {
    padding-right: 20px;
    padding-left: 20px;
  }

  .section.video.alternative.background {
    background-position: 0px 50%;
  }

  .section.video.alternative.gray {
    padding-right: 30px;
    padding-bottom: 0px;
    padding-left: 30px;
  }

  .section.video.alternative.gray.lines {
    padding-right: 60px;
    padding-left: 60px;
  }

  .section.white.leaf {
    padding-bottom: 150px;
  }

  .section.testimonials.new {
    padding-bottom: 100px;
  }

  .section.testimonials.transparent.lines {
    margin-bottom: 28px;
    padding-right: 50px;
    padding-left: 50px;
  }

  .section.white.services {
    padding-right: 0px;
    padding-left: 0px;
  }

  .section.white {
    padding-right: 30px;
    padding-left: 30px;
  }

  .section.white.new {
    padding-bottom: 100px;
  }

  .section.about.middle {
    margin-top: -88px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .section.about.middle.nature {
    margin-top: 0px;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section.about.middle.causes {
    margin-top: -60px;
    padding-top: 150px;
  }

  .section.about.nature {
    padding-right: 20px;
    padding-bottom: 140px;
    padding-left: 20px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(null), to(null)), url('../images/philipp-reiner-686.jpg');
    background-image: linear-gradient(180deg, null, null), url('../images/philipp-reiner-686.jpg');
    background-size: auto, cover;
  }

  .section.wellcome.team {
    padding-right: 50px;
    padding-left: 50px;
  }

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

  .section.projects.white.porfolio {
    padding-bottom: 50px;
  }

  .section.gray-dark {
    background-position: 0px 100%;
  }

  .section.blog {
    height: auto;
  }

  .section.homepages {
    padding-right: 50px;
    padding-left: 50px;
  }

  .section.team-no-padding {
    padding: 0px 20px 20px;
  }

  .section.without-padding {
    padding-right: 20px;
    padding-left: 20px;
  }

  .section.padding {
    background-size: auto, cover;
  }

  .container.center {
    margin-bottom: -20px;
  }

  .button.center {
    float: none;
  }

  .button.outline.rounded.white {
    float: left;
  }

  .button.outline.white {
    float: none;
  }

  .button.hero {
    float: none;
  }

  .button.cta {
    display: inline-block;
    margin-top: 20px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }

  .button.causes {
    display: block;
    width: 50%;
    margin-right: auto;
    margin-left: auto;
  }

  .residential-page-header.button {
    padding-top: 150px;
    padding-bottom: 100px;
  }

  .heading.subtitle {
    padding-right: 20px;
    padding-left: 20px;
  }

  .heading.subtitle.center {
    font-size: 14px;
  }

  .heading.features.left-side {
    margin-top: 0px;
    margin-left: 0px;
  }

  .heading.features._2 {
    font-size: 16px;
  }

  .heading.features.cause {
    font-size: 16px;
  }

  .heading.features.right {
    text-align: center;
  }

  .heading.features.left {
    text-align: center;
  }

  .heading.center {
    margin-top: 0px;
    font-size: 30px;
  }

  .heading.white.left {
    margin-bottom: 40px;
    float: none;
  }

  .heading._2 {
    font-size: 29px;
  }

  .heading.top {
    margin-top: 20px;
  }

  .features-column {
    border-right-style: none;
  }

  .features-column._4 {
    border-bottom-style: solid;
  }

  .features-column._8 {
    border-bottom-style: solid;
  }

  .features-block {
    height: auto;
    padding-right: 15px;
    padding-left: 15px;
  }

  .features-block.icon.alternative {
    height: auto;
  }

  .features-block.icon.alternative {
    width: 100%;
    height: 150px;
  }

  .features-block.icon._4 {
    height: auto;
  }

  .features-block.icon.no-color {
    height: auto;
    padding-top: 40px;
    border-bottom-style: none;
  }

  .features-block.icon.clear {
    text-align: center;
  }

  .features-block.fact-box {
    height: auto;
  }

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

  .paragraph.center.black {
    padding-right: 20px;
    padding-left: 20px;
  }

  .paragraph.center.white {
    padding-right: 20px;
    padding-left: 20px;
  }

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

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

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

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

  .hero-wrapper {
    height: 400px;
    margin-right: auto;
    margin-left: auto;
  }

  .hero-wrapper.horizontal {
    padding-right: 0px;
    padding-left: 0px;
  }

  .text-field.info {
    width: 98%;
  }

  .testimonial-slider {
    height: auto;
  }

  .pricing-block {
    height: auto;
    margin-bottom: 20px;
  }

  .image-list-item.without-paddings {
    margin-bottom: 0px;
    float: left;
  }

  .row-motion.skills {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .team-block-image {
    margin-bottom: 30px;
  }

  .team-testimonial-block.transparent {
    height: auto;
  }

  .div-text._2 {
    height: auto;
    padding-right: 20px;
    padding-left: 20px;
  }

  .div-text._2.left {
    margin-top: 70px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .div-text._2.left.in-gray {
    margin-top: 0px;
    margin-bottom: 70px;
  }

  .div-text._2.left.top {
    width: 90%;
    margin-top: 40px;
  }

  .div-text._2.left.no-padding {
    margin-top: 0px;
  }

  .div-text.padding {
    margin-bottom: 80px;
  }

  .row {
    margin-bottom: 0px;
  }

  .row.skills {
    margin-bottom: 50px;
  }

  .color-block {
    height: auto;
  }

  .portfolio-wrapper {
    top: 100%;
  }

  .two-pieces-section {
    float: none;
  }

  .half-section-block {
    width: 100%;
    height: 500px;
    float: none;
  }

  .half-section-block._2 {
    width: 100%;
    height: 600px;
    padding: 50px;
    float: none;
  }

  .half-section-block._2.left {
    display: inline-block;
    width: 100%;
    height: 700px;
    max-height: 700px;
    padding: 60px;
  }

  .half-section-block.right {
    height: 600px;
  }

  .icon-block-features {
    margin-bottom: 20px;
  }

  .icon-block-features.new {
    margin-bottom: 20px;
  }

  .icon-block-features.left {
    text-align: center;
  }

  .overlay-image-pricing.dark-background {
    background-color: transparent;
    background-image: -webkit-gradient(linear, left top, left bottom, from(null), to(null)), url('../images/photo-1428677361686-f9d23be145c9_2.jpg');
    background-image: linear-gradient(180deg, null, null), url('../images/photo-1428677361686-f9d23be145c9_2.jpg');
    background-position: 0px 0px, 50% 50%;
  }

  .white {
    float: none;
    text-align: center;
  }

  .arroww {
    top: 194px;
  }

  .info-tes {
    margin-top: 20px;
  }

  .info-tes.team {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .about-us.box {
    height: auto;
  }

  .heading3 {
    text-align: center;
  }

  .heading3.white {
    float: none;
    text-align: left;
  }

  .contact-text {
    display: block;
    padding-top: 0px;
    float: none;
  }

  .video-content {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }

  .video-content.travel {
    margin-top: 60px;
  }

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

  .div-social {
    float: none;
  }

  .icon {
    color: #fff;
  }

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

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

  .menu-button.gray.hamburger.w--open {
    margin-left: 10px;
    text-align: center;
  }

  .menu-button.gray.hamburger.middle {
    margin-left: 10px;
  }

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

  .dropdown-link {
    width: auto;
  }

  .about-section.without-padding {
    height: auto;
    padding-right: 20px;
    padding-left: 20px;
    background-position: 100% 50%;
  }

  .about-section.full {
    background-image: -webkit-gradient(linear, left top, left bottom, from(null), to(null)), url('../images/iPhones6_mockup_stage.jpg');
    background-image: linear-gradient(180deg, null, null), url('../images/iPhones6_mockup_stage.jpg');
    background-position: 0px 0px, 0px 50%;
  }

  .about-section.full.about {
    padding-right: 20px;
    padding-left: 20px;
  }

  .iphone {
    margin-top: 0px;
    margin-bottom: 80px;
  }

  .div._2 {
    background-image: url('../images/photo-1468387576571-ee44d4c52d82.jpeg');
  }

  .div._3 {
    background-image: url('../images/o0rzkkl072u-david-marcu.jpg');
  }

  .div._4 {
    background-image: url('../images/dgtrkzooe0w-ales-krivec.jpg');
  }

  .div._5 {
    background-image: url('../images/c-lad9xizbg-tim-gouw.jpg');
  }

  .div._6 {
    background-image: url('../images/ucywe5mztmu-jeremy-cai.jpg');
    background-position: 100% 0px;
  }

  .div-device {
    margin-top: -40px;
  }

  .div-device.laptop {
    margin-top: -180px;
  }

  .div-images {
    margin-top: -70px;
  }

  .separator.header.center.white {
    float: none;
  }

  .column-2 {
    display: block;
  }

  .div-block {
    margin-right: 0px;
    margin-bottom: 20px;
    margin-left: 0px;
  }

  .slide-nav {
    position: relative;
    margin-top: 50px;
  }

  .div-block-2 {
    margin-right: 100px;
    margin-left: 100px;
  }

  .div-block-3 {
    margin-right: 0px;
    margin-left: 0px;
  }

  .section-2 {
    padding-right: 30px;
    padding-left: 30px;
  }

  .table-title {
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
  }

  .image-wrapper {
    width: 98%;
    height: 180px;
    margin-right: 0px;
  }

  .name-customer {
    margin-bottom: 0px;
    letter-spacing: 1px;
  }

  .name-customer.white {
    float: none;
  }

  .image-12 {
    display: none;
  }

  .center-div {
    top: 14%;
  }

  .separated-div-wrapper {
    text-align: center;
  }

  .separated-div-wrapper.left {
    margin-top: 20px;
    margin-right: 0px;
    margin-left: 0px;
    float: none;
  }

  .div-footer {
    padding-right: 10px;
    padding-left: 10px;
  }

  .toggle-wrapper {
    width: 100%;
  }

  .dark-backround.second {
    padding-right: 20px;
    padding-left: 20px;
  }

  .info-box {
    margin-bottom: 30px;
  }

  .info-box.second.dark {
    height: auto;
    margin-bottom: 60px;
  }

  .info-box.white.service {
    height: auto;
    margin-bottom: 60px;
  }

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

  .heading-3.white.center {
    float: none;
    text-align: center;
  }

  .box-text.white.center.service {
    font-size: 14px;
  }

  .skills.first {
    margin-top: 60px;
  }

  .call-to-action {
    margin-top: 0px;
    padding-bottom: 40px;
    text-align: center;
  }

  .cta-text {
    margin-bottom: 20px;
    text-align: center;
  }

  .cta-text.white {
    margin-bottom: 20px;
    float: none;
  }

  .testimonials-slider {
    margin-bottom: 70px;
  }

  .slide-nav-2 {
    top: 340px;
  }

  .slide-nav-2.drak {
    margin-top: 220px;
    margin-bottom: 0px;
    padding-top: 0px;
  }

  .skills-wrapper {
    padding-right: 0px;
    padding-left: 0px;
  }

  .footer-title {
    margin-top: 30px;
  }

  .box-service-image {
    margin-bottom: 20px;
    text-align: center;
  }

  .box-service-image.lighter.first {
    margin-top: 20px;
  }

  .team-div {
    height: 300px;
    background-position: 50% 30%;
  }

  .team-div._9 {
    background-position: 49% 20%;
  }

  .services-div {
    margin-right: 20px;
    margin-left: 20px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .services-div.team {
    padding-right: 10px;
    padding-left: 10px;
  }

  .hero-div-video {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/ju-on-148561-1.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/ju-on-148561-1.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
  }

  .hero-div-video.imtro {
    height: auto;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/david-marcu-114194.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/david-marcu-114194.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
  }

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

  .blog-div.over {
    padding-top: 30px;
  }

  .blog-div.over.cause {
    height: 800px;
  }

  .donate-pop-up {
    width: auto;
    height: auto;
  }

  .title-pop-up {
    font-size: 25px;
  }

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

  .homepage-tile {
    margin-bottom: 60px;
  }

  .homepage-tile.last {
    margin-bottom: 0px;
  }

  .link-block.default {
    height: 240px;
  }

  .iteam-block-wrapper.second-style.singel {
    width: 100%;
  }

  .ieam-image-block {
    width: 100%;
  }

  .donation-text.gray.light {
    float: none;
  }

  .donation-text.white {
    float: none;
  }

  .team-wrapper {
    margin-bottom: 20px;
  }

  .dynamic-list-wrapper {
    width: 70%;
    margin-top: 40px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .dynamic-list-2.singel {
    width: 100%;
    float: none;
  }

  .row-presentation {
    margin-bottom: 0px;
  }

  .div-wrapper {
    width: 100%;
  }

  .slider-arrows {
    display: none;
  }

  .donate-full-wrapper {
    padding: 30px;
  }

  .pop-up {
    width: 400px;
  }

  .contact-full-wrapper {
    z-index: 10000;
  }

  .popup-div {
    overflow: visible;
    width: 400px;
  }

  .contact-wrapper-div.in-devices {
    padding-top: 20px;
    padding-bottom: 10px;
  }

  .text-field-popup.area {
    padding-right: 20px;
  }

  .close-button {
    top: 10px;
    right: 10px;
  }

  .phone-center-features {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .phone-side-features {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    text-align: center;
  }

  .feature-center {
    width: 100%;
  }

  .row-blog {
    margin-top: 50px;
  }

  .top {
    margin-top: 50px;
  }

  .heading-5 {
    margin-bottom: 30px;
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .heading-1 {
    margin-top: -28px;
    margin-bottom: 60px;
  }

  .commercial-page-header.button {
    padding-top: 150px;
    padding-bottom: 100px;
  }

  .slide-6-ruislip {
    background-position: 50% 50%;
  }

  .text-block-45 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .brand-2 {
    margin-left: 10px;
  }

  .brand-2.w--current {
    margin-left: 10px;
  }

  .customer-charter-pop-up {
    z-index: 10000;
  }

  .text-block-46 {
    margin-bottom: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .heading-home.subtitle {
    padding-right: 20px;
    padding-left: 20px;
  }

  .heading-home.subtitle.center {
    font-size: 14px;
  }

  .heading-home.features._2 {
    font-size: 16px;
  }

  .heading-home.features.cause {
    font-size: 16px;
  }

  .heading-home.features.right {
    text-align: center;
  }

  .heading-home.features.left {
    text-align: center;
  }

  .heading-home.center {
    margin-top: 0px;
    font-size: 30px;
  }

  .heading-home.white.left {
    margin-bottom: 40px;
    float: none;
  }

  .heading-home._2 {
    font-size: 29px;
  }

  .heading-home.top {
    margin-top: 20px;
  }

  .tabs-2 {
    display: block;
    overflow: visible;
    padding-right: 0px;
    clear: none;
  }

  .tabs-menu {
    display: block;
    overflow: visible;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .tab-link-tab-3 {
    padding-right: 220px;
  }

  .div-block-11 {
    padding-bottom: 78px;
  }

  .tab-link-tab-2 {
    margin-bottom: 10px;
    padding-right: 220px;
  }

  .tab-link-tab-1-2 {
    margin-top: 0px;
    margin-bottom: 10px;
    padding-top: 10px;
    padding-right: 220px;
  }

  .column-19 {
    margin-bottom: 40px;
  }

  .heading-featured.subtitle {
    padding-right: 20px;
    padding-left: 20px;
  }

  .heading-featured.subtitle.center {
    font-size: 14px;
  }

  .heading-featured.features._2 {
    font-size: 16px;
  }

  .heading-featured.features.cause {
    font-size: 16px;
  }

  .heading-featured.features.right {
    text-align: center;
  }

  .heading-featured.features.left {
    text-align: center;
  }

  .heading-featured.center {
    margin-top: 0px;
    font-size: 30px;
  }

  .heading-featured.white.left {
    margin-bottom: 40px;
    float: none;
  }

  .heading-featured._2 {
    font-size: 29px;
  }

  .heading-featured.top {
    margin-top: 20px;
  }

  .paragraph-featured.center.name {
    text-align: center;
  }

  .paragraph-featured.center.black {
    margin-bottom: 0px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .paragraph-featured.center.white {
    padding-right: 20px;
    padding-left: 20px;
  }

  .paragraph-featured.left {
    text-align: left;
  }

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

  .paragraph-featured.white {
    text-align: center;
  }

  .paragraph-featured.right {
    text-align: center;
  }

  .paragraph-33 {
    margin-bottom: 40px;
  }

  .heading-about.subtitle {
    padding-right: 20px;
    padding-left: 20px;
  }

  .heading-about.subtitle.center {
    font-size: 14px;
  }

  .heading-about.features._2 {
    font-size: 16px;
  }

  .heading-about.features.cause {
    font-size: 16px;
  }

  .heading-about.features.right {
    text-align: center;
  }

  .heading-about.features.left {
    text-align: center;
  }

  .heading-about.center {
    margin-top: 0px;
    font-size: 30px;
  }

  .heading-about.white.left {
    margin-bottom: 40px;
    float: none;
  }

  .heading-about._2 {
    font-size: 29px;
  }

  .heading-about.top {
    margin-top: 20px;
  }

  .icon-block-features-electric {
    margin-bottom: 20px;
  }

  .icon-block-features-electric.new {
    margin-bottom: 20px;
  }

  .icon-block-features-electric.left {
    text-align: center;
  }

  .icon-block-features-responsive {
    margin-top: 40px;
    margin-bottom: 20px;
  }

  .icon-block-features-responsive.new {
    margin-bottom: 20px;
  }

  .icon-block-features-responsive.left {
    text-align: center;
  }

  .icon-block-features-landlord {
    margin-bottom: 20px;
  }

  .icon-block-features-landlord.new {
    margin-bottom: 20px;
  }

  .icon-block-features-landlord.left {
    text-align: center;
  }

  .icon-block-features-plumbing {
    margin-top: 40px;
    margin-bottom: 20px;
    margin-left: 0px;
  }

  .icon-block-features-plumbing.new {
    margin-bottom: 20px;
  }

  .icon-block-features-plumbing.left {
    text-align: center;
  }

  .icon-block-features-carpentry {
    margin-bottom: 20px;
  }

  .icon-block-features-carpentry.new {
    margin-bottom: 20px;
  }

  .icon-block-features-carpentry.left {
    text-align: center;
  }

  .icon-block-features-plastering {
    margin-top: 40px;
    margin-bottom: 20px;
    margin-left: 0px;
  }

  .icon-block-features-plastering.new {
    margin-bottom: 20px;
  }

  .icon-block-features-plastering.left {
    text-align: center;
  }

  .icon-block-features-tiiling {
    margin-bottom: 20px;
  }

  .icon-block-features-tiiling.new {
    margin-bottom: 20px;
  }

  .icon-block-features-tiiling.left {
    text-align: center;
  }

  .portfolio-content-bathrooms.alternative {
    padding-bottom: 20px;
  }

  .column-39 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .column-40 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .mask-5 {
    height: 400px;
  }

  .portfolio-content-ruislip-resident.alternative {
    padding-bottom: 20px;
  }

  .portfolio-content-mill-hill-resident.alternative {
    padding-bottom: 20px;
  }

  .portfolio-content-herbert-way.alternative {
    padding-bottom: 20px;
  }

  .portfolio-content-53-great-north-way.alternative {
    padding-bottom: 20px;
  }

  .portfolio-content-75-great-north-way.alternative {
    padding-bottom: 20px;
  }

  .section-about {
    padding: 100px 70px;
  }

  .section-about.video.alternative {
    padding-right: 20px;
    padding-left: 20px;
  }

  .section-about.video.alternative.background {
    background-position: 0px 50%;
  }

  .section-about.video.alternative.gray {
    padding-right: 30px;
    padding-bottom: 0px;
    padding-left: 30px;
  }

  .section-about.video.alternative.gray.lines {
    padding-right: 60px;
    padding-left: 60px;
  }

  .section-about.white.leaf {
    padding-bottom: 150px;
  }

  .section-about.testimonials.new {
    padding-bottom: 100px;
  }

  .section-about.testimonials.transparent.lines {
    margin-bottom: 28px;
    padding-right: 50px;
    padding-left: 50px;
  }

  .section-about.white.services {
    padding-right: 0px;
    padding-left: 0px;
  }

  .section-about.white {
    padding-right: 30px;
    padding-left: 30px;
  }

  .section-about.white.new {
    padding-bottom: 100px;
  }

  .section-about.about.middle {
    margin-top: -88px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .section-about.about.middle.nature {
    margin-top: 0px;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section-about.about.middle.causes {
    margin-top: -60px;
    padding-top: 150px;
  }

  .section-about.about.nature {
    padding-right: 20px;
    padding-bottom: 140px;
    padding-left: 20px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(null), to(null)), url('../images/philipp-reiner-686.jpg');
    background-image: linear-gradient(180deg, null, null), url('../images/philipp-reiner-686.jpg');
    background-size: auto, cover;
  }

  .section-about.wellcome.team {
    padding-right: 50px;
    padding-left: 50px;
  }

  .section-about.projects {
    padding-bottom: 100px;
  }

  .section-about.projects.white.porfolio {
    padding-bottom: 50px;
  }

  .section-about.gray-dark {
    background-position: 0px 100%;
  }

  .section-about.blog {
    height: auto;
  }

  .section-about.homepages {
    padding-right: 50px;
    padding-left: 50px;
  }

  .section-about.team-no-padding {
    padding: 0px 20px 20px;
  }

  .section-about.without-padding {
    padding-right: 20px;
    padding-left: 20px;
  }

  .section-about.padding {
    background-size: auto, cover;
  }

  .button-services.center {
    float: none;
  }

  .button-services.outline.rounded.white {
    float: left;
  }

  .button-services.outline.white {
    float: none;
  }

  .button-services.hero {
    float: none;
  }

  .button-services.cta {
    display: inline-block;
    margin-top: 20px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }

  .button-services.causes {
    display: block;
    width: 50%;
    margin-right: auto;
    margin-left: auto;
  }

  .icon-block-features-brick {
    margin-top: 40px;
    margin-bottom: 20px;
    margin-left: 0px;
  }

  .icon-block-features-brick.new {
    margin-bottom: 20px;
  }

  .icon-block-features-brick.left {
    text-align: center;
  }

  .icon-block-features-pm {
    margin-bottom: 20px;
  }

  .icon-block-features-pm.new {
    margin-bottom: 20px;
  }

  .icon-block-features-pm.left {
    text-align: center;
  }

  .text-block-pm {
    padding-right: 10px;
    padding-left: 10px;
  }

  .section-7 {
    margin-right: 10px;
    margin-left: 10px;
  }

  .paragraph-banner.center.name {
    text-align: center;
  }

  .paragraph-banner.center.black {
    padding-right: 20px;
    padding-left: 20px;
  }

  .paragraph-banner.center.white {
    padding-right: 20px;
    padding-left: 20px;
  }

  .paragraph-banner.left {
    text-align: left;
  }

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

  .paragraph-banner.white {
    text-align: center;
  }

  .paragraph-banner.right {
    text-align: center;
  }

  .container-21 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .text-block-55 {
    padding-bottom: 40px;
  }

  .column-56 {
    margin-bottom: 20px;
  }

  .column-57 {
    display: none;
  }

  .column-58 {
    display: none;
  }

  .paragraph-37 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .column-59 {
    padding-left: 0px;
  }

  .column-60 {
    padding-left: 0px;
  }
}

@media screen and (max-width: 479px) {
  blockquote {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 12px;
  }

  .nav-link {
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .nav-link.alternative {
    display: block;
    text-align: center;
  }

  .nav-link.black.middle {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .hero-section.homepage {
    padding-top: 145px;
  }

  .hero-section.homepage.third {
    height: auto;
    padding-bottom: 80px;
  }

  .hero-section.homepage.second {
    height: 700px;
  }

  .hero-section.banner {
    height: 600px;
  }

  .hero-container {
    padding-bottom: 0px;
  }

  .hero-container.intro {
    padding-top: 0px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .hero-container.main-slider {
    top: 30%;
  }

  .hero-container.video {
    padding-top: 0px;
  }

  .hero-tittle {
    width: auto;
    padding-right: 0px;
    padding-left: 10px;
    font-size: 34px;
    line-height: 42px;
  }

  .hero-tittle.intro {
    font-size: 30px;
    line-height: 44px;
    text-align: center;
  }

  .hero-tittle.intro.center {
    font-size: 30px;
    line-height: 41px;
  }

  .hero-tittle.intro.center.all-caps {
    font-size: 25px;
    line-height: 33px;
  }

  .hero-tittle.black.thin {
    font-size: 30px;
    line-height: 35px;
  }

  .hero-tittle.left {
    display: block;
    padding-left: 0px;
    font-size: 30px;
    line-height: 35px;
  }

  .hero-tittle.box {
    font-size: 40px;
    line-height: 45px;
  }

  .hero-tittle.padding {
    padding-right: 10px;
    padding-left: 10px;
  }

  .hero-paragraph.left {
    padding-right: 0px;
    padding-left: 0px;
  }

  .section {
    padding: 100px 10px;
  }

  .section.video.alternative.gray {
    width: 100%;
    padding-right: 10px;
    padding-bottom: 0px;
    padding-left: 10px;
  }

  .section.video.alternative.gray.lines {
    padding-right: 20px;
    padding-left: 20px;
  }

  .section.white {
    margin-bottom: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
  }

  .section.white.padding {
    padding-right: 20px;
    padding-left: 20px;
  }

  .section.white.leaf {
    padding-bottom: 150px;
  }

  .section.testimonials.new {
    padding-bottom: 100px;
  }

  .section.testimonials.transparent.lines {
    margin-top: 0px;
    margin-bottom: 140px;
    padding-top: 0px;
  }

  .section.white {
    padding-bottom: 100px;
    text-align: center;
  }

  .section.white.new {
    padding-bottom: 80px;
  }

  .section.white.new {
    padding-bottom: 100px;
  }

  .section.about.middle {
    margin-top: -40px;
    padding-top: 100px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(null), to(null)), url('../images/121231.jpg');
    background-image: linear-gradient(180deg, null, null), url('../images/121231.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
  }

  .section.about.middle.nature {
    margin-top: -40px;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section.about.middle.causes {
    margin-top: -40px;
    padding-top: 100px;
  }

  .section.about.nature {
    padding-bottom: 100px;
  }

  .section.wellcome {
    padding-right: 20px;
    padding-left: 20px;
  }

  .section.wellcome.team {
    height: 500px;
    padding: 40px 20px 0px;
    background-position: 50% 100%;
    background-size: 380px;
  }

  .section.projects {
    padding-bottom: 0px;
  }

  .section.lists {
    padding-right: 20px;
    padding-left: 20px;
  }

  .section.blog {
    height: auto;
  }

  .section.homepages {
    padding-right: 20px;
    padding-left: 20px;
  }

  .section.full {
    padding-right: 0px;
    padding-left: 0px;
  }

  .button.center {
    float: none;
  }

  .button.outline.rounded.white {
    float: left;
  }

  .button.causes {
    width: 70%;
  }

  .button.right {
    width: 100%;
    margin-top: 3px;
  }

  .residential-page-header.trial.map {
    padding-top: 80px;
  }

  .residential-page-header.trial.map.green {
    padding-top: 100px;
  }

  .image-section-overlay.color {
    padding-top: 100px;
  }

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

  .heading.subtitle.center.tinny-text {
    line-height: 20px;
  }

  .heading.features.left-side {
    margin-left: 10px;
    font-size: 14px;
  }

  .heading.features._2 {
    font-size: 16px;
  }

  .heading.features.left-side {
    margin-bottom: 0px;
    font-size: 14px;
  }

  .heading.features.right {
    font-size: 14px;
  }

  .heading.center {
    margin-top: 0px;
    padding-bottom: 0px;
    font-size: 22px;
    line-height: 32px;
  }

  .heading.center.white-font {
    font-size: 22px;
    line-height: 32px;
  }

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

  .features-block {
    height: auto;
  }

  .features-block.icon.alternative {
    padding-top: 24px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .features-block.icon.alternative {
    width: 100%;
    height: auto;
    margin-bottom: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
  }

  .features-block.icon.gray {
    height: auto;
    padding-top: 30px;
  }

  .features-block.icon.no-color {
    padding-right: 30px;
    padding-left: 30px;
  }

  .features-block.icon.clear {
    width: 100%;
  }

  .paragraph.center.white {
    padding-right: 20px;
    padding-left: 20px;
  }

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

  .paragraph.testimonials {
    display: block;
    margin-bottom: 0px;
    padding-right: 10px;
    padding-bottom: 0px;
    padding-left: 10px;
    font-size: 16px;
  }

  .hero-wrapper {
    width: 90%;
    margin-top: 60px;
    margin-right: auto;
    margin-left: auto;
  }

  .testimonial-slider {
    height: auto;
  }

  .pricing-block {
    height: auto;
  }

  .image-list-item {
    margin-bottom: 20px;
  }

  .image-list-item.without-paddings {
    margin-bottom: 0px;
  }

  .news-text-section {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
    font-size: 24px;
    line-height: 30px;
  }

  .row-motion.skills {
    margin-bottom: 10px;
  }

  .team-testimonial-block.transparent {
    width: 100%;
    padding-right: 0px;
    padding-bottom: 20px;
    padding-left: 0px;
  }

  .div-text._2 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .div-text._2.left {
    margin-top: 40px;
  }

  .trial-wrapper {
    width: 90%;
  }

  .trial-field {
    width: 100%;
    margin-bottom: 10px;
    margin-left: 0px;
    padding-left: 11px;
    float: none;
    border-radius: 3px;
    text-align: center;
  }

  .trial-button {
    width: 100%;
    border-radius: 3px;
  }

  .trial-button.sec {
    width: 100%;
    float: none;
  }

  .row {
    margin-bottom: 0px;
  }

  .column {
    text-align: center;
  }

  .color-block.licensing {
    padding: 20px;
  }

  .half-section-block {
    height: 550px;
  }

  .half-section-block._2 {
    height: 600px;
    max-height: 600px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .half-section-block._2.left {
    height: 700px;
    max-height: 700px;
    padding: 90px 10px;
  }

  .half-section-block.right {
    height: 700px;
    max-height: 700px;
  }

  .content-list-item {
    padding-left: 0px;
  }

  .icon-block-features {
    margin-bottom: 60px;
  }

  .white {
    float: none;
    text-align: left;
  }

  .laptop {
    max-width: 532px;
    float: right;
  }

  .about-us {
    height: auto;
  }

  .about-us.box {
    height: auto;
  }

  .testimonial-box {
    margin-right: auto;
    margin-left: auto;
    float: none;
  }

  .box-text-right {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
    float: none;
  }

  .heading3 {
    text-align: center;
  }

  .heading3.white {
    text-align: left;
  }

  .contact-text {
    padding-top: 0px;
  }

  .social-icon.wrapper {
    float: left;
  }

  .image-iphone {
    display: none;
    margin-top: 0px;
    margin-bottom: 20px;
    margin-left: 0px;
  }

  .font-icon.number {
    font-weight: 500;
  }

  .div-social {
    float: none;
  }

  .div-social.right {
    float: none;
  }

  .icon {
    width: auto;
    height: auto;
    padding: 0px;
    color: #fff;
  }

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

  .menu-button {
    margin-right: 10px;
    background-color: hsla(0, 0%, 100%, 0.16);
  }

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

  .dropdown-link {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .dropdown-link.w--current {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .about-section.without-padding {
    height: auto;
  }

  .line {
    width: auto;
  }

  .line.color {
    width: 100%;
  }

  .tittle-skills {
    font-size: 19px;
  }

  .iphone {
    margin-bottom: 60px;
  }

  .div {
    height: 200px;
  }

  .div-device {
    margin-top: -30px;
  }

  .div-device.laptop {
    margin-top: -140px;
  }

  .div-images {
    margin-top: -40px;
  }

  .image-girl {
    display: none;
  }

  .text-block-7 {
    font-family: 'Open Sans', sans-serif;
  }

  .text-block-8 {
    font-weight: 300;
  }

  .div-block {
    margin-right: 0px;
    margin-left: 0px;
  }

  .div-block-2 {
    margin-right: 0px;
    margin-left: 0px;
  }

  .div-block-3 {
    margin-right: 0px;
    margin-left: 0px;
  }

  .table-title {
    padding-top: 15px;
    padding-right: 20px;
    padding-bottom: 15px;
    font-size: 12px;
    text-align: center;
  }

  .image-wrapper {
    width: 80%;
  }

  .image-wrapper.thumbnail._12 {
    margin-left: 0px;
  }

  .image-wrapper.thumbnail._13 {
    margin-left: 0px;
  }

  .link-licensing {
    padding-top: 20px;
  }

  .name-customer {
    margin-top: 0px;
  }

  .name-customer.white {
    text-align: center;
  }

  .center-div {
    left: 10px;
    top: 14%;
    right: 10px;
  }

  .separated-div-wrapper.form {
    margin-top: 20px;
  }

  .author.lite.blog {
    display: block;
    float: none;
    text-align: center;
  }

  .thumbnail.date.blog {
    text-align: center;
  }

  .laptop-div.middle {
    padding-right: 0px;
    padding-left: 0px;
  }

  .toggle-wrapper {
    width: 100%;
  }

  .dark-backround.testimonials {
    padding-right: 20px;
    padding-left: 20px;
  }

  .info-box.second.dark {
    height: auto;
  }

  .info-box.white.service {
    height: auto;
  }

  .box-text.white.center.service {
    font-size: 14px;
    text-align: center;
  }

  .call-to-action {
    margin-top: auto;
    margin-bottom: 60px;
  }

  .cta-text.white {
    padding-left: 0px;
    text-align: center;
  }

  .testimonials-slider {
    overflow: visible;
    clear: both;
  }

  .slide-nav-2 {
    top: 350px;
  }

  .slide-nav-2.drak {
    margin-top: 400px;
  }

  .nav-link-wrapper {
    padding-left: 0px;
  }

  .small-header {
    height: auto;
  }

  .box-service-image._3.full {
    margin-right: 0px;
  }

  .box-service-image.full {
    margin-right: 0px;
  }

  .box-service-image.lighter.first {
    margin-top: 20px;
  }

  .team-div {
    height: 350px;
  }

  .team-div.circle {
    width: 280px;
    height: 280px;
  }

  .hero-div-video {
    padding-top: 200px;
  }

  .hero-div-video.imtro {
    height: auto;
  }

  .div-author {
    margin-bottom: 10px;
    float: none;
  }

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

  .blog-div.over.cause {
    height: 1200px;
  }

  .link-blog-image {
    display: none;
  }

  .donate-pop-up {
    width: 100%;
  }

  .title-pop-up {
    font-size: 25px;
  }

  .upper-title {
    margin-bottom: 5px;
  }

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

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

  .link-block.default {
    height: 180px;
  }

  .item-block.second-style {
    top: -190px;
  }

  .dynamic-list-wrapper {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
  }

  .slider.box {
    height: 550px;
  }

  .div-wrapper {
    width: 100%;
  }

  .go-to {
    top: 5px;
    right: 5px;
    bottom: auto;
  }

  .donate-full-wrapper {
    padding: 30px 10px;
  }

  .pop-up {
    width: 280px;
  }

  .donate-info-wrapper {
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
  }

  .contact-full-wrapper {
    z-index: 9998;
  }

  .popup-div {
    width: 300px;
  }

  .contact-wrapper-div.in-devices {
    padding-right: 20px;
    padding-left: 20px;
  }

  .close-button {
    top: 5px;
    right: 5px;
    background-image: url('../images/White_modalNormal_1White_modalNormal.png');
    background-size: 20px;
    background-repeat: no-repeat;
  }

  .close-button:hover {
    background-size: 20px;
  }

  .phone-center-features {
    width: 100%;
  }

  .phone-side-features {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .navigation-element.big {
    height: 165px;
  }

  .body-padding {
    padding: 20px;
  }

  .subscribe-card {
    left: 20px;
    right: 20px;
    bottom: 20px;
  }

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

  .commercial-page-header.trial.map {
    padding-top: 80px;
  }

  .commercial-page-header.trial.map.green {
    padding-top: 100px;
  }

  .slide-2-mill-hill {
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .slide-1-mill-hill {
    background-image: url('../images/mill-hill-1_1.jpg');
    background-position: 80% 100%;
  }

  .text-block-44 {
    text-align: right;
  }

  .slide-2-ha7 {
    background-image: url('../images/32-5.jpg');
    background-position: 25% 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .slide-3-ha7 {
    background-image: url('../images/home-32.jpg');
    background-position: 50% 50%;
  }

  .slide-4-32 {
    background-image: url('../images/32-2.jpg');
    background-position: 25% 50%;
  }

  .slide-5-32 {
    background-image: url('../images/32-6.jpg');
  }

  .slide-6-32 {
    background-image: url('../images/32-7.jpg');
  }

  .slide-7-32 {
    background-image: url('../images/32-9.jpg');
    background-position: 70% 50%;
  }

  .slider-1-bathrooms {
    background-image: url('../images/Herbert-Road-11.jpg');
    background-position: 55% 50%;
  }

  .silder-2-bathrooms {
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .slider-1-ruislip {
    background-position: 0% 50%;
    background-size: cover;
  }

  .slide-2-ruislip {
    background-position: 50% 50%;
    background-size: cover;
  }

  .slider-3-ruislip {
    background-position: 10% 50%;
    background-size: cover;
  }

  .slider-4-ruislip {
    background-position: 50% 50%;
    background-size: cover;
  }

  .slide-6-ruislip {
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .brand-2 {
    width: 100px;
    margin-left: 10px;
    padding-left: 0px;
    background-size: 100px;
  }

  .brand-2.w--current {
    width: 140px;
    background-position: 0% 50%;
    background-size: 100px;
  }

  .customer-charter-pop-up {
    z-index: 9998;
  }

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

  .heading-home.title.center-white {
    font-size: 30px;
  }

  .heading-home.subtitle.center.tinny-text {
    line-height: 20px;
  }

  .heading-home.features.left-side {
    font-size: 14px;
  }

  .heading-home.features._2 {
    font-size: 16px;
  }

  .heading-home.features.left-side {
    margin-bottom: 0px;
    font-size: 14px;
  }

  .heading-home.features.right {
    font-size: 14px;
  }

  .heading-home.center {
    margin-top: 0px;
    font-size: 22px;
    line-height: 32px;
  }

  .heading-home.center.white-font {
    font-size: 22px;
    line-height: 32px;
  }

  .heading-home.numer {
    font-size: 30px;
  }

  .container-14 {
    padding-left: 0px;
  }

  .tab-link-tab-3 {
    padding-right: 100px;
  }

  .tab-link-tab-2 {
    padding-right: 100px;
  }

  .tab-link-tab-1-2 {
    padding-right: 100px;
  }

  .heading-featured.title.center-white {
    font-size: 30px;
  }

  .heading-featured.subtitle.center.tinny-text {
    line-height: 20px;
  }

  .heading-featured.features.left-side {
    font-size: 14px;
  }

  .heading-featured.features._2 {
    font-size: 16px;
  }

  .heading-featured.features.left-side {
    margin-bottom: 0px;
    font-size: 14px;
  }

  .heading-featured.features.right {
    font-size: 14px;
  }

  .heading-featured.center {
    margin-top: 0px;
    font-size: 22px;
    line-height: 32px;
  }

  .heading-featured.center.white-font {
    font-size: 22px;
    line-height: 32px;
  }

  .heading-featured.numer {
    font-size: 30px;
  }

  .paragraph-featured.center.white {
    padding-right: 20px;
    padding-left: 20px;
  }

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

  .heading-about.title.center-white {
    font-size: 30px;
  }

  .heading-about.subtitle.center.tinny-text {
    line-height: 20px;
  }

  .heading-about.features.left-side {
    font-size: 14px;
  }

  .heading-about.features._2 {
    font-size: 16px;
  }

  .heading-about.features.left-side {
    margin-bottom: 0px;
    font-size: 14px;
  }

  .heading-about.features.right {
    font-size: 14px;
  }

  .heading-about.center {
    margin-top: 0px;
    font-size: 22px;
    line-height: 32px;
  }

  .heading-about.center.white-font {
    font-size: 22px;
    line-height: 32px;
  }

  .heading-about.numer {
    font-size: 30px;
  }

  .column-29 {
    padding-left: 0px;
  }

  .icon-block-features-electric {
    margin-bottom: 20px;
    margin-left: 10px;
  }

  .icon-block-features-responsive {
    margin-bottom: 20px;
    margin-left: 10px;
  }

  .icon-block-features-landlord {
    margin-bottom: 20px;
    margin-left: 10px;
  }

  .icon-block-features-plumbing {
    margin-bottom: 20px;
    margin-left: 10px;
  }

  .icon-block-features-carpentry {
    margin-bottom: 20px;
    margin-left: 10px;
  }

  .icon-block-features-plastering {
    margin-bottom: 20px;
    margin-left: 10px;
  }

  .icon-block-features-tiiling {
    margin-bottom: 20px;
    margin-left: 10px;
  }

  .mask-3 {
    height: 450px;
    margin-bottom: 0px;
    padding-bottom: 0px;
  }

  .mask-4 {
    height: 600px;
    margin-bottom: 0px;
  }

  .slide-17 {
    background-position: 20% 50%;
  }

  .slide-18 {
    background-position: 90% 50%;
  }

  .container-17 {
    margin-bottom: 60px;
  }

  .slide-1-32-south {
    background-image: url('../images/Southfields1.jpg');
    background-position: 50% 50%;
  }

  .slide-1-32-georgian {
    background-position: 50% 50%;
  }

  .section-about {
    padding: 100px 10px;
  }

  .section-about.video.alternative.gray {
    width: 100%;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
  }

  .section-about.video.alternative.gray.lines {
    padding-right: 20px;
    padding-left: 20px;
  }

  .section-about.white {
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
  }

  .section-about.white.padding {
    padding-right: 20px;
    padding-left: 20px;
  }

  .section-about.white.leaf {
    padding-bottom: 150px;
  }

  .section-about.testimonials.new {
    padding-bottom: 100px;
  }

  .section-about.testimonials.transparent.lines {
    margin-top: -64px;
    margin-bottom: 220px;
    padding-top: 0px;
  }

  .section-about.white {
    padding-bottom: 100px;
    text-align: center;
  }

  .section-about.white.new {
    padding-bottom: 80px;
  }

  .section-about.white.new {
    padding-bottom: 100px;
  }

  .section-about.about.middle {
    margin-top: -40px;
    padding-top: 100px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(null), to(null)), url('../images/121231.jpg');
    background-image: linear-gradient(180deg, null, null), url('../images/121231.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
  }

  .section-about.about.middle.nature {
    margin-top: -40px;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section-about.about.middle.causes {
    margin-top: -40px;
    padding-top: 100px;
  }

  .section-about.about.nature {
    padding-bottom: 100px;
  }

  .section-about.wellcome {
    padding-right: 20px;
    padding-left: 20px;
  }

  .section-about.wellcome.team {
    height: 500px;
    padding: 40px 20px 0px;
    background-position: 50% 100%;
    background-size: 380px;
  }

  .section-about.projects {
    padding-bottom: 0px;
  }

  .section-about.lists {
    padding-right: 20px;
    padding-left: 20px;
  }

  .section-about.blog {
    height: auto;
  }

  .section-about.homepages {
    padding-right: 20px;
    padding-left: 20px;
  }

  .section-about.full {
    padding-right: 0px;
    padding-left: 0px;
  }

  .slide-23 {
    background-position: 100% 50%;
  }

  .slide-1-great {
    background-image: url('../images/75-Great-North-Way-1.jpg');
    background-position: 50% 50%;
  }

  .slide-5-great {
    background-position: 100% 50%;
  }

  .slide-6-53 {
    background-position: 30% 50%;
  }

  .slide-4-53 {
    background-position: 90% 10%;
  }

  .slide-1-herbert {
    background-image: url('../images/Herbert-Road-1.jpg');
  }

  .slide-9-herbert {
    background-position: 100% 50%;
  }

  .slide-10-herbert {
    background-position: 20% 50%;
  }

  .button-services.center {
    float: none;
  }

  .button-services.outline.rounded.white {
    float: left;
  }

  .button-services.causes {
    width: 70%;
  }

  .button-services.right {
    width: 100%;
    margin-top: 3px;
  }

  .icon-block-features-brick {
    margin-bottom: 20px;
    margin-left: 10px;
  }

  .icon-block-features-pm {
    margin-bottom: 60px;
  }

  .paragraph-banner.center.white {
    padding-right: 20px;
    padding-left: 20px;
  }

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

  .paragraph-banner.testimonials {
    margin-bottom: 0px;
    padding-right: 10px;
    padding-bottom: 0px;
    padding-left: 10px;
  }

  .container-21 {
    padding-bottom: 0px;
  }

  .image-28 {
    background-image: url('../images/32-5.jpg');
    background-position: 50% 50%;
    background-size: contain;
  }

  .slide-2-ha7-final {
    background-image: url('../images/32-5.jpg');
    background-position: 25% 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .slide-3-ha7-final {
    background-image: url('../images/home-32.jpg');
    background-position: 50% 50%;
  }

  .slide-4-ha7-final {
    background-image: url('../images/32-2.jpg');
    background-position: 25% 50%;
  }

  .slide-5-ha7-final {
    background-image: url('../images/32-6.jpg');
  }

  .slide-6-ha7-final {
    background-image: url('../images/32-7.jpg');
  }

  .slide-7-ha7-final {
    background-image: url('../images/32-9.jpg');
    background-position: 70% 50%;
  }

  .slide-2-south {
    background-image: url('../images/Southfields2.jpg');
    background-position: 0% 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .column-57 {
    display: none;
  }

  .column-61 {
    padding-left: 0px;
  }
}

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

#w-node-7f44387df72d-12b5f940 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

