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: 500;
  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;
  display: block;
  padding-top: 50px;
  padding-bottom: 10px;
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.15);
  background-color: hsla(0, 0%, 100%, 0.3);
}

.nav-bar.second {
  position: relative;
  bottom: 0px;
  z-index: 1000;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: transparent;
  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;
}

.nav-bar.solid {
  background-color: rgba(243, 240, 240, 0.85);
}

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

.brand.main {
  top: -2px;
}

.brand.dropdown {
  margin-top: -2px;
}

.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: rgba(243, 240, 240, 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;
  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.black.single {
  padding: 10px 20px;
  font-size: 11px;
  text-align: center;
}

.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: #a09e9e;
  text-align: left;
  text-decoration: none;
  text-transform: none;
}

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

.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;
}

.nav-link.white-link {
  height: auto;
  border-style: none;
  color: #020202;
}

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

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

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

.nav-link.white-link.single {
  padding: 10px 20px;
  border-style: solid;
  border-color: transparent;
  color: #fff;
  font-size: 11px;
  text-align: center;
}

.nav-link.white-link.single:hover {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(243, 240, 240, 0.5);
  background-color: transparent;
  color: #f3f0f0;
}

.nav-link.white-link.single.w--current {
  border-width: 1px;
  border-color: transparent;
  background-color: transparent;
  color: #a4cf57;
}

.nav-link.white-link.dark-single {
  padding: 10px 20px;
  border-style: solid;
  border-color: transparent;
  color: #5a595b;
  font-size: 11px;
  text-align: center;
}

.nav-link.white-link.dark-single:hover {
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  background-color: hsla(0, 0%, 100%, 0.4);
  color: #0d9622;
}

.nav-link.white-link.dark-single.w--current {
  border-width: 1px;
  border-color: transparent;
  background-color: transparent;
  color: #fff;
}

.nav-link.dark {
  margin-top: -1px;
  color: #5a595b;
}

.nav-link.dark:hover {
  border-color: #fff;
  background-color: hsla(0, 0%, 100%, 0.25);
  color: #0d9622;
}

.hero-section {
  overflow: hidden;
  height: 100%;
  padding-top: 150px;
  padding-bottom: 150px;
}

.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-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-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.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 96.1%, 0.69), hsla(0, 0%, 100%, 0.8)), url('../images/photo-1468387576571-ee44d4c52d82_1.jpg');
  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/342343.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/342343.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: 38%;
  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: 600;
  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: 80px;
}

.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;
  font-weight: 500;
  text-align: left;
}

.hero-paragraph.center {
  padding-right: 180px;
  padding-left: 180px;
  font-weight: 500;
}

.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: 40px;
  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/590b4ee4bfc85f0bc1211be1_Page-With-Shadow-1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.section.video.alternative.gray {
  margin-top: 0px;
  padding-top: 100px;
  background-color: #f5f5f5;
}

.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_1.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.84), rgba(0, 0, 0, 0.84)), url('../images/julian-mora-141920_1.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;
  padding-bottom: 160px;
  float: none;
  background-color: #fff;
}

.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 {
  border-top: 1px solid rgba(0, 0, 0, 0.03);
  background-color: #f5f5f5;
}

.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.white.faq {
  padding-bottom: 110px;
}

.section.image {
  position: static;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: transparent;
  background-image: url('../images/people-silhouettes-60s-crowd-dTPGK3-clipart.png');
  background-position: 0px 0px;
  background-size: cover;
  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;
}

.section.about.middle {
  margin-top: -140px;
  padding-top: 200px;
  padding-bottom: 300px;
  background-image: none;
}

.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-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-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/59354e213b82d736ece07edd_wil-stewart-18242-1.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.85), rgba(0, 0, 0, 0.85)), url('../images/59354e213b82d736ece07edd_wil-stewart-18242-1.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.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_2.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.61), rgba(0, 0, 0, 0.61)), url('../images/david-marcu-114194_2.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-1-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-1-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(transparent), to(transparent)), url('../images/rsoxw9x-suy-kaleb-nimz-1.jpg');
  background-image: linear-gradient(180deg, transparent, transparent), url('../images/rsoxw9x-suy-kaleb-nimz-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/590b4ee4bfc85f0bc1211be1_Page-With-Shadow-1.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: #f3f0f0;
}

.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-project {
  padding-bottom: 120px;
}

.section.latest-project.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.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_1.jpg');
  background-image: linear-gradient(180deg, #f5f5f5, hsla(0, 0%, 96.1%, 0.91)), url('../images/photo-1468387576571-ee44d4c52d82_1.jpg');
  background-position: 0px 0px, 50% 0px;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.section.contact {
  padding-top: 0px;
}

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

.section.services-simple {
  padding-top: 50px;
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.09);
  background-color: transparent;
}

.section.whitesmoke {
  margin-top: 0px;
  padding-bottom: 160px;
  float: none;
  background-color: hsla(0, 0%, 96.1%, 0.4);
}

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

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

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

.container.center {
  position: relative;
  padding-top: 0px;
  padding-bottom: 0px;
  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: #0ec22b;
  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: #0d9622;
  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.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;
  font-weight: 600;
}

.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;
  background-image: url('../images/arrow-pointing-down.svg');
  background-size: 12px;
  color: #f3f0f0;
  font-weight: 500;
}

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

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

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

.button.rounded.padding.left-side {
  float: left;
  background-color: #0d9622;
}

.button.rounded.padding.left-side.orange {
  background-color: #ff7a00;
  text-transform: uppercase;
}

.button.rounded.padding.middle {
  float: none;
  background-color: #0d9622;
}

.button.rounded.top {
  margin-top: 40px;
  background-color: #0d9622;
}

.button.rounded.top:hover {
  background-color: #0d9622;
  color: #fff;
}

.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._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;
  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;
}

.button.right._100 {
  width: 100%;
}

.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;
}

.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;
}

.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;
}

.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;
}

.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;
}

.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;
}

.page-header.toggle {
  padding-top: 150px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.25))), -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.55)), to(rgba(0, 0, 0, 0.55))), url('../images/landscaper-illawarra-retaining-walls.jpg');
  background-image: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.25)), linear-gradient(180deg, rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.55)), url('../images/landscaper-illawarra-retaining-walls.jpg');
  background-position: 0px 0px, 0px 0px, 50% 100%;
  background-size: auto, auto, cover;
  background-attachment: scroll, scroll, scroll;
}

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

.page-header.toggle.about-us {
  padding-top: 165px;
  padding-bottom: 135px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.25))), url('../images/landscape-gardener-illawarra.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.25)), url('../images/landscape-gardener-illawarra.jpg');
  background-position: 0px 0px, 0px 0px, 50% 0%;
  background-size: auto, auto, cover;
  background-attachment: scroll, scroll, scroll;
}

.page-header.toggle.landscape-services {
  padding-top: 165px;
  padding-bottom: 135px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.25))), url('../images/mulching-irrigation-landscaper.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.25)), url('../images/mulching-irrigation-landscaper.jpg');
  background-position: 0px 0px, 0px 0px, 50% 0%;
  background-size: auto, auto, cover;
  background-attachment: scroll, scroll, scroll;
}

.page-header.toggle.turf {
  padding-top: 165px;
  padding-bottom: 135px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.35)), to(rgba(0, 0, 0, 0.35))), -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.25))), url('../images/lawn-maintenance-wollongong.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.35)), linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.25)), url('../images/lawn-maintenance-wollongong.jpg');
  background-position: 0px 0px, 0px 0px, 50% 0%;
  background-size: auto, auto, cover;
  background-attachment: scroll, scroll, scroll;
}

.page-header.toggle.projects {
  padding-top: 165px;
  padding-bottom: 85px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.25))), url('../images/landscaper-illawarra-retaining-walls.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.25)), url('../images/landscaper-illawarra-retaining-walls.jpg');
  background-position: 0px 0px, 0px 0px, 50% 0%;
  background-size: auto, auto, cover;
  background-attachment: scroll, scroll, scroll;
}

.page-header.toggle.contact-us {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.25)), to(rgba(0, 0, 0, 0.25))), -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.25))), url('../images/wollongong-landscape-gardener.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.25)), linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.25)), url('../images/wollongong-landscape-gardener.jpg');
  background-position: 0px 0px, 0px 0px, 50% 40%;
  background-size: auto, auto, cover;
  background-attachment: scroll, scroll, scroll;
}

.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;
}

.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.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/hgv_woqnp3y-aaron-benson.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.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/5907a31fa7d5b130d67a07e0_breno-machado-15030.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.55)), url('../images/5907a31fa7d5b130d67a07e0_breno-machado-15030.jpg');
  background-position: 0px 0px, 50% 0px;
  background-size: auto, cover;
}

.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;
}

.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/5907a31fa7d5b130d67a07e0_breno-machado-15030.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/5907a31fa7d5b130d67a07e0_breno-machado-15030.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.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;
}

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

.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/ju-on-148561-1-1-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-1-1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.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/342343.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/342343.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.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;
}

.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;
}

.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.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.64), rgba(0, 0, 0, 0.64)), url('../images/photo-1468387576571-ee44d4c52d82_1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.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;
}

.page-header.about.gallery {
  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/julian-mora-141920_1.jpg');
  background-image: linear-gradient(180deg, rgba(13, 150, 34, 0.89), rgba(13, 150, 34, 0.89)), url('../images/julian-mora-141920_1.jpg');
  background-position: 0px 0px, 36% 36%;
  background-size: auto, cover;
}

.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/Apple-Macbook-Space-Grey.png');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/Apple-Macbook-Space-Grey.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, auto;
  background-repeat: repeat, no-repeat;
}

.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%);
}

.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;
}

.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/julentto-photography-184055.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/julentto-photography-184055.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.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;
}

.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/david-marcu-114194_2.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/david-marcu-114194_2.jpg');
  background-position: 0px 0px, 50% 50%;
  background-repeat: repeat, no-repeat;
}

.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;
}

.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/59354e213b82d736ece07edd_wil-stewart-18242-1.jpg');
  background-image: linear-gradient(180deg, rgba(13, 150, 34, 0.85), rgba(13, 150, 34, 0.85)), url('../images/59354e213b82d736ece07edd_wil-stewart-18242-1.jpg');
  background-position: 0px 0px, 50% 0px;
  background-size: auto, cover;
}

.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% 50%;
  background-size: auto, cover;
}

.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;
}

.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;
}

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

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

.image-section-overlay {
  width: 100%;
  height: 100%;
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: transparent;
}

.image-section-overlay.color {
  width: 100%;
  height: 100%;
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: rgba(42, 42, 42, 0.86);
  background-image: none;
}

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

.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(29, 29, 29, 0.55)), to(rgba(29, 29, 29, 0.55))), url('../images/illawarra-landscape-gardener_1.jpg');
  background-image: linear-gradient(180deg, rgba(29, 29, 29, 0.55), rgba(29, 29, 29, 0.55)), url('../images/illawarra-landscape-gardener_1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: 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_1.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_1.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: 33px;
  line-height: 40px;
  font-weight: 600;
  text-align: left;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.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: 500;
  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 {
  font-family: Montserrat, sans-serif;
  color: #000;
  font-weight: 600;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.heading.features.left-side {
  font-family: Montserrat, sans-serif;
  color: #000;
  text-align: left;
}

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

.heading.features.left-side {
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  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: 0px;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.heading.center.white-font {
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 32px;
  line-height: 40px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.heading.center.contact {
  padding-top: 40px;
  font-size: 24px;
  line-height: 30px;
}

.heading.numer {
  margin-top: 10px;
  margin-bottom: 0px;
  padding-bottom: 10px;
  border-bottom: 1px none rgba(0, 0, 0, 0.09);
  font-size: 36px;
  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;
}

.heading.top {
  font-weight: 600;
}

.heading.smaller {
  font-size: 24px;
  line-height: 30px;
}

.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 {
  padding-right: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  float: left;
  background-color: transparent;
  text-align: left;
}

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

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

.features-block.icon.gray {
  height: 100%;
  margin-bottom: 0px;
  padding: 40px 30px 30px;
  border-radius: 0px;
  background-color: #fff;
}

.features-block.icon.gray.left {
  border-top-left-radius: 30px;
}

.features-block.icon.gray.right {
  border-top-right-radius: 30px;
}

.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-size: 15px;
  font-weight: 500;
  letter-spacing: 1px;
}

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

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

.features-icon.small {
  position: relative;
  left: 1px;
  top: -9px;
  height: 50px;
  margin-right: 0px;
}

.features-icon.small.icon {
  left: 0px;
  top: -11px;
  height: 55px;
}

.features-icon.small.plant-icon {
  left: 3px;
  top: -11px;
  height: 55px;
}

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

.features-icon.page {
  width: 85px;
  height: 85px;
  margin-top: -12px;
}

.features-icon.thumb {
  position: relative;
  margin-top: -180px;
}

.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: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  font-family: Montserrat, sans-serif;
  color: #5e5e5e;
  font-style: normal;
  font-weight: 500;
  text-align: center;
}

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

.paragraph.center.name:hover {
  color: #0ec22b;
}

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

.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: 180px;
  padding-left: 180px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  text-transform: none;
}

h2.center.white {
  margin-bottom: 0px;
  padding-right: 180px;
  padding-left: 180px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  text-transform: none;
  text-align:center;
}

.paragraph.center.margin-top {
  margin-top: 60px;
}

.paragraph.left {
  padding-top: 0px;
  padding-bottom: 0px;
  font-family: Montserrat, sans-serif;
  color: #5e5e5e;
  font-size: 14px;
  font-weight: 500;
  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: 500;
}

.paragraph.testimonials {
  padding-top: 0px;
  padding-bottom: 0px;
  color: #5e5e5e;
  font-size: 16px;
  font-style: italic;
  text-align: center;
}

.paragraph.testimonials.white {
  font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
  color: #f3f0f0;
  font-size: 22px;
  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-bottom {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #0f0f0f;
  text-align: center;
}

.footer.dark-bottom._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;
}

.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;
}

.subtext-field.percentual.multiline {
  height: 120px;
}

.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;
}

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

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

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

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

.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/avatar-guy.png');
  background-position: 50% 50%;
  background-size: cover;
}

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

.team-block-image._3 {
  display: block;
  overflow: visible;
  margin-right: auto;
  margin-left: auto;
  float: none;
  background-image: url('../images/Team-2_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;
  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-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 10px;
  text-align: center;
}

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

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

.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 {
  width: 100%;
  margin-bottom: 10px;
  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);
  font-weight: 500;
}

.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.licensing.changelog {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 0px none transparent;
  background-color: transparent;
  box-shadow: none;
}

.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;
}

.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 {
  display: block;
  width: 70px;
  height: 70px;
  margin-right: 15px;
  margin-bottom: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  float: none;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  border: 0px none #d1d1d1;
  border-radius: 70px;
  background-color: rgba(90, 89, 91, 0.5);
  -webkit-transition: background-color 400ms ease;
  transition: background-color 400ms ease;
  text-align: center;
}

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

.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;
}

.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_1.jpg');
  background-image: linear-gradient(180deg, rgba(42, 42, 42, 0.86), rgba(42, 42, 42, 0.86)), url('../images/julian-mora-141920_1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.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;
}

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

.team-image.team {
  position: static;
  top: 40%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.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;
}

.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;
}

.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: 15px;
  border-style: none;
  border-width: 2px;
  border-color: rgba(16, 168, 189, 0.82);
  border-radius: 200px;
  background-color: #0ec22b;
}

.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;
}

.div-service.larger {
  padding: 8px;
}

.div-service.skilled {
  padding-top: 18px;
}

.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: 7px;
  border-radius: 100px;
  background-color: transparent;
  opacity: 0.3;
  -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._4.linkedin {
  padding-top: 0px;
}

.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;
  opacity: 0.5;
}

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

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

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

.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;
}

.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: inline-block;
  margin-top: 0px;
  float: none;
}

.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-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.23)), to(rgba(0, 0, 0, 0.89)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.23), rgba(0, 0, 0, 0.89));
}

.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 {
  height: 100vh;
  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: 0px;
  color: #5f5f5f;
  font-weight: 500;
  text-align: center;
}

.footer-logo {
  margin-bottom: 10px;
  text-align: center;
}

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

.nav-menu {
  margin-top: 0px;
  padding-top: 15px;
  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;
}

.nav-menu.top {
  padding-top: 14px;
}

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

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

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

.dropdown-toggle.black:hover {
  color: #020202;
}

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

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

.dropdown-arrow.dark {
  color: #5a595b;
}

.dropdown-list.w--open {
  position: absolute;
  left: 0px;
  top: 61px;
  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: 59px;
}

.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;
}

.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: 100%;
  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.color._3 {
  width: 98%;
}

.line.color._4 {
  width: 95%;
}

.line.color._5 {
  width: 90%;
}

.line.color._6 {
  width: 88%;
}

.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: 500;
  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.second {
  background-image: none;
}

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

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

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

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

.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_1.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_1.jpg');
  background-size: cover;
}

.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;
}

.image-fact.smaller {
  margin-top: 8px;
  margin-bottom: 24px;
  padding-right: 6px;
  padding-left: 6px;
}

.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;
}

.success-message {
  border-radius: 5px;
  background-color: #0d9622;
  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;
}

.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-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-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.35), rgba(29, 29, 29, 0.65)), url('../images/horticulturist-landscaper.jpg');
  background-position: 0px 0px, 75% 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;
}

.image-wrapper.thumbnail {
  width: 80px;
  height: 80px;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: 20px;
  padding-top: 0px;
  background-image: none;
}

.image-wrapper.thumbnail.video {
  background-image: url('../images/martin-burdon-178543.jpg');
  background-position: 0px 0px;
  background-size: 125px;
}

.image-wrapper.thumbnail.second-video {
  background-image: url('../images/david-marcu-114194_2.jpg');
  background-position: 0px 0px;
  background-size: 125px;
}

.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;
  color: #5f5f5f;
  font-weight: 500;
}

.link-licensing:hover {
  color: #020202;
}

.center-paragraph {
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  text-align: center;
  text-transform: none;
}

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

.center-paragraph.price {
  margin-bottom: 30px;
}

.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 {
  margin-top: 0px;
  color: #fff;
}

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

.link-page {
  color: #0d9622;
  text-decoration: none;
   -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

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

.footer-info a.link-page:hover {
  color:#ffffff;
}
}
.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: 20px;
  text-align: left;
}

.featured-image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 400px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  border-radius: 5px;
  background-image: url('../images/luca-baggio-112868_1.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.featured-image.img-1 {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(41%, transparent), to(rgba(0, 0, 0, 0.75))), url('../images/artificial-turf-wollongong.jpg');
  background-image: linear-gradient(180deg, transparent 41%, rgba(0, 0, 0, 0.75)), url('../images/artificial-turf-wollongong.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.featured-image.img-2 {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(41%, transparent), to(rgba(0, 0, 0, 0.75))), url('../images/landscaper-paving.jpg');
  background-image: linear-gradient(180deg, transparent 41%, rgba(0, 0, 0, 0.75)), url('../images/landscaper-paving.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.featured-image.img-3 {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(41%, transparent), to(rgba(0, 0, 0, 0.75))), url('../images/landscaper-decking.jpg');
  background-image: linear-gradient(180deg, transparent 41%, rgba(0, 0, 0, 0.75)), url('../images/landscaper-decking.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

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

.category-tag.orange {
  background-color: #ff7a00;
}

.category-tag.blue {
  background-color: #2a6ffd;
}

.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;
  line-height: 24px;
  font-weight: 600;
  text-align: left;
  text-decoration: none;
}

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

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

.author-image {
  width: 26px;
  margin-right: 10px;
  float: left;
  border-radius: 50px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0px 0px;
  background-size: cover;
}

.author.lite {
  margin-top: 5px;
  margin-right: 20px;
  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 {
  margin-right: 0px;
  color: #020202;
}

.thumbnail.date {
  display: block;
  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;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  text-decoration: none;
}

.featured-wrapper:hover {
  box-shadow: 0 6px 18px 2px rgba(0, 0, 0, 0.25);
  -webkit-transform: translate(0px, -6px);
  -ms-transform: translate(0px, -6px);
  transform: translate(0px, -6px);
}

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

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

.image-lightbox {
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.image-lightbox:hover {
  box-shadow: 0 6px 18px 0 rgba(0, 0, 0, 0.25);
  opacity: 1;
  -webkit-transform: translate(0px, -6px);
  -ms-transform: translate(0px, -6px);
  transform: translate(0px, -6px);
}

.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;
  height: auto;
  padding: 16px 20px 20px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  background-color: #fff;
}

.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: #000;
}

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

.project-description.green {
  color: #0d9622;
}

.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: 40px;
  padding-bottom: 0px;
  border-bottom: 1px solid transparent;
}

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

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

.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: 0px;
  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;
}

.dark-backround.second {
  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/horticulturist-landscaper.jpg');
  background-image: linear-gradient(180deg, rgba(29, 29, 29, 0.5), rgba(29, 29, 29, 0.5)), url('../images/horticulturist-landscaper.jpg');
  background-position: 0px 0px, 50% 0px;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

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

.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_1.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 97.3%, 0.84), hsla(0, 0%, 97.3%, 0.63)), url('../images/photo-1468387576571-ee44d4c52d82_1.jpg');
  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_1.jpg');
  background-image: linear-gradient(180deg, #f5f5f5, hsla(0, 0%, 100%, 0.52)), url('../images/julian-mora-141920_1.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_1.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url('../images/photo-1468387576571-ee44d4c52d82_1.jpg');
  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: 600;
}

.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 {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #0d9622;
}

.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: 20px;
  font-style: normal;
  font-weight: 500;
}

.cta-text.white {
  margin-top: 10px;
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  line-height: 30px;
  font-style: normal;
  font-weight: 500;
}

.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;
}

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

.footer-title {
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
}

.adress {
  color: #a09e9e;
  font-size: 16px;
  line-height: 30px;
}

.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 {
  position: static;
  height: auto;
  background-color: transparent;
}

.small-header {
  position: relative;
  z-index: 1200;
  height: 40px;
  background-color: #020202;
}

.top-text {
  display: inline-block;
  margin-top: 8px;
  margin-right: 20px;
  margin-bottom: 7px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: Montserrat, sans-serif;
  color: hsla(0, 0%, 100%, 0.7);
  font-size: 12px;
  font-weight: 400;
  cursor: pointer;
}

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

.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/59354e213b82d736ece07edd_wil-stewart-18242-1.jpg');
  background-image: linear-gradient(180deg, transparent, #000), url('../images/59354e213b82d736ece07edd_wil-stewart-18242-1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.box-service-image._3.full {
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#000)), url('../images/59354e213b82d736ece07edd_wil-stewart-18242-1.jpg');
  background-image: linear-gradient(180deg, transparent, #000), url('../images/59354e213b82d736ece07edd_wil-stewart-18242-1.jpg');
}

.box-service-image.full {
  margin-right: 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');
}

.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/59354e213b82d736ece07edd_wil-stewart-18242-1.jpg');
  background-image: linear-gradient(180deg, rgba(42, 118, 253, 0.27), rgba(42, 118, 253, 0.27)), url('../images/59354e213b82d736ece07edd_wil-stewart-18242-1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  box-shadow: none;
}

.box-service-image.lighter.first {
  background-image: -webkit-gradient(linear, left top, left bottom, from(null), to(null)), url('../images/martin-burdon-178543.jpg');
  background-image: linear-gradient(180deg, null, null), url('../images/martin-burdon-178543.jpg');
  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: 400px;
  background-image: url('../images/Team-4.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.team-div._2 {
  background-image: url('../images/Team-1.jpg');
}

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

.team-div._3.second-style {
  height: 260px;
}

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

.team-div._4.second-style {
  height: 260px;
}

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

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

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

.team-div._8 {
  height: 400px;
  background-image: url('../images/Team-3.jpg');
  background-size: cover;
}

.team-div._9 {
  background-image: url('../images/Team-1.jpg');
}

.team-div._9.second-style {
  height: 260px;
}

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

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

.overlay-div:hover {
  opacity: 1;
}

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

.section-icon-trio {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f3f0f0;
}

.section-icon-trio.gray {
  background-color: #f5f5f5;
}

.section-icon-trio.about-life {
  padding-bottom: 100px;
  background-color: #f5f5f5;
}

.services-div {
  border-radius: 5px;
  background-color: transparent;
}

.services-div.team {
  margin-top: -120px;
  padding: 10px 20px;
}

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

.hero-div-video.sixth {
  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;
}

.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: -100px;
  padding: 20px;
  background-color: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(74%, #fff), to(#f3f0f0));
  background-image: linear-gradient(180deg, #fff 74%, #f3f0f0);
  box-shadow: 0 -100px 30px 0 rgba(0, 0, 0, 0.13);
}

.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);
}

.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-4.jpg');
  background-position: 0px 0px;
  background-size: cover;
  box-shadow: 7px 7px 10px 0 rgba(0, 0, 0, 0.09);
}

.history-row {
  padding-top: 100px;
}

.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%);
  text-decoration: none;
}

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

.percentual-div {
  position: relative;
  z-index: 1000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  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 {
  z-index: 200;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 0px;
  margin-bottom: 20px;
  padding: 0px;
  box-shadow: none;
}

.percentual-div.second-style {
  top: 18px;
  z-index: 200;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  background-color: rgba(0, 0, 0, 0.39);
  box-shadow: none;
}

.status {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding: 5px 10px 5px 20px;
  float: none;
  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;
  font-weight: 500;
}

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

.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 {
  position: relative;
  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/illawarra-landscape-gardener.jpg');
  background-image: linear-gradient(180deg, rgba(29, 29, 29, 0.5), rgba(29, 29, 29, 0.5)), url('../images/illawarra-landscape-gardener.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.slide.first.box {
  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/5592c53bfba0207d12ac7c9b_3361b5e1.jpg');
  background-image: linear-gradient(180deg, rgba(29, 29, 29, 0.5), rgba(29, 29, 29, 0.5)), url('../images/5592c53bfba0207d12ac7c9b_3361b5e1.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.41)), to(rgba(0, 0, 0, 0.41))), url('../images/turf-lawn-landscaper.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.41), rgba(0, 0, 0, 0.41)), url('../images/turf-lawn-landscaper.jpg');
  background-position: 0px 0px, 50% 85%;
  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-top: 20px;
  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 {
  -webkit-filter: grayscale(94%);
  filter: grayscale(94%);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.div-image:hover {
  -webkit-filter: none;
  filter: none;
}

.div-image.singel {
  -webkit-filter: none;
  filter: none;
  -webkit-transition: none 0ms ease;
  transition: none 0ms ease;
}

.portfolio-wrapper-second {
  margin-bottom: 20px;
}

.info-project-row {
  margin-top: 40px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
}

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

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

.slider-arrows {
  width: 60px;
  height: 60px;
  margin: 340px 20px 550px;
  border: 2px solid #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: 80px;
  bottom: 15px;
  width: 48px;
  height: 48px;
  border-radius: 5px;
  background-color: rgba(14, 194, 43, 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;
}

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

.big-image.intro {
  margin-top: 40px;
  margin-bottom: 60px;
}

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

.scroll-navbar {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 1100;
  display: block;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #fff;
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.1);
  -webkit-transform: translate(0px, -102px);
  -ms-transform: translate(0px, -102px);
  transform: translate(0px, -102px);
}

.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-20.dark {
  color: #5a595b;
}

.text-block-20.dark:hover {
  color: #0d9622;
}

.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;
}

.contact-full-wrapper {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 9999;
  display: none;
  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: -110px;
}

.popup-content-div {
  position: relative;
  overflow: hidden;
}

.contact-wrapper-div.in-devices {
  padding: 40px 52px 30px;
  border-radius: 20px;
  background-color: #fff;
}

.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;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
}

.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: 5px;
  background-color: #f4f4f4;
  font-family: Montserrat, sans-serif;
  font-weight: 300;
}

.text-field-popup:active {
  background-color: #ebebeb;
}

.text-field-popup:focus {
  background-color: #ebebeb;
}

.text-field-popup.area {
  overflow: auto;
  height: 100px;
  margin-bottom: 20px;
  padding-top: 0px;
  padding-bottom: 31px;
}

.text-field-popup.multi {
  height: 80px;
}

.close-button {
  position: absolute;
  top: 25px;
  right: 25px;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  background-color: #0ec22b;
  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: #0d9622;
  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;
  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: 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;
}

.subscribe-card {
  position: fixed;
  left: 25px;
  bottom: 25px;
  z-index: 3000;
  overflow: hidden;
  max-width: 375px;
  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;
}

.div-block-6 {
  position: relative;
  font-family: Montserrat, sans-serif;
}

.columns {
  margin-top: 40px;
}

.licence-items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  margin-right: auto;
  margin-bottom: -24px;
  margin-left: auto;
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.licence-item-firs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 24px;
  padding: 20px;
  -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: 1px solid #dde1e7;
  border-radius: 0px;
  background-color: #fff;
}

.image-div {
  width: 100px;
  height: 100px;
  background-image: url('../images/shutterstock_178724276.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.image-div.logo {
  width: 60px;
  height: 60px;
  margin-right: 20px;
  background-image: url('../images/111Movement-dark-middle.svg');
  background-position: 50% 100%;
  background-size: auto;
  background-repeat: no-repeat;
}

.licence-link {
  color: #343e52;
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
  text-decoration: none;
}

.licence-link:hover {
  color: #fa7000;
  text-decoration: underline;
}

.licence-link.changelog:hover {
  color: #0ec22b;
}

.top-padding {
  margin-top: 30px;
}

.flex-div.right-side {
  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;
  text-align: left;
}

.half-info-div {
  width: 50%;
}

.paragraph-large {
  display: block;
  width: 80%;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  padding-right: 0px;
  color: #8e929c;
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
  text-align: center;
}

.image-paddings {
  margin-bottom: 40px;
}

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

.author-div-image {
  width: 100px;
  height: 100px;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  border: 3px solid #f3f0f0;
  border-radius: 100px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
}

.info-div-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.nav-link-main {
  font-family: Montserrat, sans-serif;
  font-size: 11px;
  font-weight: 500;
  text-transform: uppercase;
}

.phone-link {
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #020202;
  text-decoration: none;
}

.phone-link:hover {
  color: #0d9622;
}

.feature-logo {
  padding-bottom: 40px;
}

.image-14 {
  position: relative;
  top: 0px;
}

.paragraph-32 {
  font-family: Montserrat, sans-serif;
}

.bold-text-2 {
  font-family: Montserrat, sans-serif;
}

.service-link {
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: Montserrat, sans-serif;
  color: #0d9622;
  text-decoration: none;
}

.service-link:hover {
  color: #020202;
}

.feature-image {
  border-radius: 6px;
}

.slide-3 {
  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-3.new {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.41)), to(rgba(0, 0, 0, 0.41))), url('../images/wollongong-landscaper-retaining-walls.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.41), rgba(0, 0, 0, 0.41)), url('../images/wollongong-landscaper-retaining-walls.jpg');
  background-position: 0px 0px, 50% 0%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, scroll;
}

.top-link {
  cursor: pointer;
}

.locations, h2.locations{
  color: rgba(243, 240, 240, 0.70);
  font-size: 14px;
  line-height: 28px;
  letter-spacing: 2px;
  text-indent: 4px;
}

.featured-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 65px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.slider-2 {
  height: auto;
}

.body {
  cursor: pointer;
}

.related-project-img {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.div-block-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-right: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.c10 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 90px 5%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.c10_container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.c10_block {
  width: 50%;
  min-height: 200px;
  padding-right: 55px;
}

.c10_icon {
  width: 55px;
  margin-bottom: 25px;
}

.c10_title {
  margin-bottom: 10px;
  color: rgba(118, 126, 173, 0.59);
  font-weight: 700;
  letter-spacing: 1px;
}

.paragraph-content {
  padding-right: 30px;
}

.paragraph-33 {
  font-family: Montserrat, sans-serif;
}

.bold-span {
  font-weight: 700;
  text-decoration: none;
}

.services-text {
  display: block;
  width: 100%;
  margin: 60px auto;
  padding-right: 30px;
  padding-left: 30px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  text-align: left;
}

.services-text._2 {
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 10px;
  text-align: center;
}

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

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

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

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

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

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

.services-paragraph {
  margin-bottom: 60px;
}

.services-links {
  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;
}

.icon-block-services {
  display: block;
  width: 70px;
  height: 70px;
  margin-bottom: 0px;
  padding-top: 20px;
  padding-bottom: 20px;
  float: none;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  border: 0px none #d1d1d1;
  border-radius: 70px;
  background-color: rgba(90, 89, 91, 0.5);
  -webkit-transition: background-color 400ms ease;
  transition: background-color 400ms ease;
  text-align: center;
}

.icon-block-services:hover {
  border-color: #d1d1d1;
  background-color: #0d9622;
}

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

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

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

.icon-block-services.page {
  position: relative;
  z-index: 999;
  width: 100px;
  height: 100px;
  margin-top: -125px;
  margin-bottom: 30px;
  background-color: #0d9622;
}

.services-nav {
  margin-right: auto;
  margin-left: auto;
  padding-right: 120px;
  padding-left: 120px;
}

.service-icon-link {
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.service-icon-link:hover {
  -webkit-transform: translate(0px, -6px);
  -ms-transform: translate(0px, -6px);
  transform: translate(0px, -6px);
}

.project-thumb-link {
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  text-decoration: none;
}

.project-thumb-link:hover {
  box-shadow: 0 6px 18px 0 rgba(0, 0, 0, 0.25);
  -webkit-transform: translate(0px, -6px);
  -ms-transform: translate(0px, -6px);
  transform: translate(0px, -6px);
}

.link-block-2 {
  position: relative;
  text-align: left;
}

.thumb {
  text-decoration: none;
}

.img-click {
  padding-top: 10px;
  padding-left: 20px;
  font-size: 12px;
  font-style: italic;
}

.div-block-8 {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.hide {display:none;}

@media screen and (max-width: 991px) {
  li {
    margin-bottom: 5px;
  }

  blockquote {
    font-size: 28px;
  }

  .nav-bar {
    padding-top: 55px;
    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 {
    border-bottom: 1px solid hsla(0, 0%, 100%, 0.12);
    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.black.single {
    padding-top: 25px;
    padding-bottom: 25px;
    padding-left: 10px;
    border-bottom: 1px solid hsla(0, 0%, 100%, 0.12);
    text-align: left;
  }

  .nav-link.footer {
    margin-left: 0px;
  }

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

  .nav-link.blog {
    margin-left: 0px;
    font-size: 12px;
  }

  .nav-link.white-link {
    color: #fff;
  }

  .nav-link.white-link:hover {
    background-color: hsla(0, 0%, 100%, 0.06);
  }

  .nav-link.white-link.middle {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .nav-link.white-link.single {
    padding-top: 25px;
    padding-bottom: 25px;
    padding-left: 10px;
    border-bottom: 1px solid hsla(0, 0%, 100%, 0.12);
    text-align: left;
  }

  .nav-link.white-link.dark-single {
    width: 100%;
    padding-top: 25px;
    padding-bottom: 25px;
    padding-left: 10px;
    border-bottom: 1px solid hsla(0, 0%, 100%, 0.12);
    color: #f3f0f0;
    text-align: left;
  }

  .nav-link.white-link.dark-single:hover {
    border-top-style: none;
    border-right-style: none;
    border-bottom-color: rgba(243, 240, 240, 0.12);
    border-left-style: none;
    background-color: transparent;
  }

  .nav-link.white-link.dark-single.w--current {
    color: #a4cf57;
  }

  .nav-link.dark {
    border-bottom: 1px solid hsla(0, 0%, 100%, 0.12);
    color: #f3f0f0;
  }

  .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: 60px;
    padding-left: 60px;
    font-size: 38px;
    line-height: 43px;
  }

  .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._404 {
    padding-right: 0px;
    padding-left: 0px;
    font-size: 32px;
    line-height: 38px;
  }

  .hero-tittle.box {
    line-height: 85px;
  }

  .hero-paragraph.left {
    padding-right: 50px;
    padding-left: 50px;
    font-size: 14px;
    text-align: center;
  }

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

  .section.video.alternative.background {
    background-position: 56% 50%;
  }

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

  .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 {
    padding-right: 80px;
    padding-left: 80px;
  }

  .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-project.white {
    padding-right: 20px;
    padding-left: 20px;
  }

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

  .section.whitesmoke.fullwidth {
    padding-right: 20px;
    padding-left: 20px;
  }

  .container {
    text-align: center;
  }

  .container.center {
    height: auto;
  }

  .button.outline.white {
    line-height: 18px;
  }

  .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 {
    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;
    padding-right: 20px;
    padding-left: 20px;
  }

  .features-block.icon.gray.left {
    padding-right: 20px;
    padding-left: 20px;
  }

  .features-block.icon.gray.middle {
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
  }

  .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;
  }

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

  .paragraph.center.white, h2.center.white {
    padding-right: 100px;
    padding-left: 100px;
  }

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

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

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

  .testimonial-slider {
    height: 460px;
  }

  .pricing-block {
    height: auto;
  }

  .image-list-item {
    margin-bottom: 20px;
  }

  .image-list-item.without-paddings {
    margin-bottom: 0px;
  }

  .row-motion {
    height: auto;
  }

  .row-motion.services-page {
    margin-right: 10px;
    margin-left: 10px;
  }

  .div-text._2 {
    padding-right: 0px;
  }

  .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;
  }

  .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;
  }

  .icon-block-features.new {
    margin-bottom: 20px;
  }

  .icon-block-features.left {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }

  .team-image.team {
    padding-top: 100px;
  }

  .video-content.travel {
    margin-top: 60px;
  }

  .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: left;
  }

  .dropdown-toggle {
    padding-left: 0px;
  }

  .dropdown-toggle.w--open {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .dropdown-toggle.black {
    color: #fff;
  }

  .dropdown-toggle.black:hover {
    color: #fff;
  }

  .dropdown-arrow {
    margin-right: 0px;
    padding-left: 0px;
  }

  .dropdown-arrow.dark {
    color: #f3f0f0;
  }

  .dropdown-list.w--open {
    position: relative;
    top: 0px;
    background-color: transparent;
  }

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

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

  .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;
  }

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

  ._404-body {
    background-position: 0px 0px, 65% 50%;
  }

  ._404-container {
    padding-right: 40px;
    padding-left: 40px;
  }

  .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;
  }

  .center-div {
    top: 18%;
  }

  .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 {
    padding-right: 40px;
    padding-left: 40px;
  }

  .cta-text.white {
    margin-top: 0px;
    font-size: 20px;
    line-height: 26px;
  }

  .slide-nav-2 {
    top: 340px;
  }

  .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._5.circle {
    margin-top: 20px;
  }

  .team-div.circle {
    display: block;
    margin: 20px auto;
  }

  .hero-div-video.sixth {
    padding-top: 160px;
  }

  .lighter-color {
    font-size: 12px;
  }

  .link-blog-image {
    display: block;
  }

  .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-top: 0px;
    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;
  }

  .slider-arrows {
    margin-top: 340px;
    margin-bottom: 340px;
  }

  .ipad {
    margin-top: 30px;
  }

  .column-12 {
    margin-bottom: -1px;
  }

  .scroll-navbar {
    -webkit-transform: translate(0px, -102px);
    -ms-transform: translate(0px, -102px);
    transform: translate(0px, -102px);
  }

  .text-block-20.dark {
    color: #f3f0f0;
  }

  .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;
  }

  .licence-items {
    width: 80%;
  }

  .feature-image {
    margin-top: 60px;
  }

  .featured-text {
    padding-bottom: 45px;
  }

  .paragraph-content {
    font-size: 12px;
  }

  .services-text._2 {
    padding-right: 0px;
  }

  .services-text._2.left {
    margin-top: 0px;
  }

  .services-text._2.left.top {
    width: 80%;
    margin-top: 40px;
  }

  .icon-block-services {
    margin-bottom: 30px;
  }

  .icon-block-services.new {
    margin-bottom: 20px;
  }

  .icon-block-services.left {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }

  .services-nav {
    padding-right: 60px;
    padding-left: 60px;
  }
}

@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: 60px;
    font-size: 32px;
    line-height: 38px;
  }

  .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._404 {
    padding-right: 0px;
    padding-left: 0px;
    font-size: 24px;
    line-height: 30px;
  }

  .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-left: 30px;
  }

  .section.white.leaf {
    padding-bottom: 150px;
  }

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

  .section.testimonials.transparent.lines {
    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;
  }

  .section.whitesmoke.leaf {
    padding-bottom: 150px;
  }

  .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;
  }

  .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._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;
    line-height: 36px;
  }

  .heading.white.left {
    margin-bottom: 40px;
    float: none;
  }

  .heading._2 {
    font-size: 29px;
  }

  .heading.top {
    margin-top: 20px;
  }

  .features-block {
    height: auto;
    padding-right: 15px;
    padding-left: 15px;
  }

  .features-block.icon.alternative {
    height: auto;
  }

  .features-block.icon.alternative {
    width: 100%;
  }

  .features-block.icon.gray.left {
    border-top-right-radius: 30px;
  }

  .features-block.icon.gray.right {
    border-top-right-radius: 0px;
  }

  .features-block.icon.gray.middle {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
  }

  .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, h2.center.white {
    padding-right: 60px;
    padding-left: 60px;
  }

  .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;
  }

  .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: 10px;
    padding-left: 10px;
  }

  .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;
  }

  .white {
    float: none;
    text-align: left;
  }

  .team-image {
    margin-top: 20px;
  }

  .team-image.team {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .heading3 {
    text-align: center;
  }

  .heading3.white {
    float: none;
    text-align: left;
  }

  .video-content {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }

  .video-content.travel {
    margin-top: 60px;
  }

  .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;
  }

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

  .dropdown-link {
    width: auto;
  }

  .about-section.without-padding {
    height: auto;
    padding-right: 20px;
    padding-left: 20px;
    background-position: 100% 50%;
  }

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

  .div.second {
    background-image: url('../images/photo-1468387576571-ee44d4c52d82.jpeg');
  }

  .div.third {
    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;
  }

  .section-2 {
    padding-right: 30px;
    padding-left: 30px;
  }

  ._404-container {
    padding-right: 20px;
    padding-left: 20px;
  }

  .table-title {
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
  }

  .image-wrapper {
    width: 98%;
    height: 180px;
    margin-right: 0px;
  }

  .name-customer {
    letter-spacing: 1px;
  }

  .name-customer.white {
    float: none;
    text-align: center;
  }

  .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;
  }

  .featured-image {
    height: 500px;
  }

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

  .cta-text {
    margin-bottom: 20px;
    text-align: center;
  }

  .cta-text.white {
    margin-bottom: 20px;
    float: none;
  }

  .slide-nav-2 {
    top: 400px;
  }

  .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;
  }

  .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.sixth {
    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-6 {
    padding-left: 20px;
  }

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

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

  .blog-div.over.cause {
    height: 800px;
  }

  .link-blog-image {
    display: none;
  }

  .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;
  }

  .scroll-navbar {
    -webkit-transform: translate(0px, -102px);
    -ms-transform: translate(0px, -102px);
    transform: translate(0px, -102px);
  }

  .contact-full-wrapper {
    z-index: 10000;
  }

  .popup-div {
    overflow: visible;
    width: 400px;
  }

  .contact-wrapper-div.in-devices {
    padding-top: 20px;
    padding-bottom: 10px;
  }

  .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%;
  }

  .top {
    margin-top: 50px;
  }

  .licence-items {
    width: 100%;
  }

  .licence-item-firs {
    width: 100%;
  }

  .half-info-div {
    width: 100%;
  }

  .paragraph-large {
    width: 100%;
    font-size: 18px;
    line-height: 26px;
  }

  .phone-link {
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
  }

  .phone-link:hover {
    color: #0d9622;
  }

  .locations, h2.locations {
    font-size: 12px;
    line-height: 24px;
  }

  .c10_block {
    width: 100%;
    margin-bottom: 25px;
    padding-right: 0px;
  }

  .services-text._2 {
    height: auto;
    padding-right: 10px;
    padding-left: 10px;
  }

  .services-text._2.left {
    margin-top: 70px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .services-text._2.left.in-gray {
    margin-top: 0px;
    margin-bottom: 70px;
  }

  .services-text._2.left.top {
    width: 90%;
    margin-top: 40px;
  }

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

  .services-text.padding {
    margin-bottom: 80px;
  }

  .icon-block-services {
    margin-bottom: 20px;
  }

  .icon-block-services.new {
    margin-bottom: 20px;
  }

  .icon-block-services.left {
    text-align: center;
  }

  .icon-block-services.page {
    margin-top: -105px;
  }
}

@media screen and (max-width: 479px) {
  blockquote {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 12px;
  }

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

  .nav-bar.solid {
    padding-top: 50px;
  }

  .brand.dropdown {
    margin-top: 2px;
  }

  .nav-link {
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom-width: 1px;
    border-bottom-color: hsla(0, 0%, 100%, 0.12);
  }

  .nav-link.alternative {
    display: block;
    text-align: center;
  }

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

  .nav-link.white-link.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: 20%;
  }

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

  .hero-tittle {
    width: auto;
    padding-right: 30px;
    padding-left: 30px;
    font-size: 24px;
    line-height: 29px;
  }

  .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._404 {
    font-size: 20px;
    line-height: 26px;
  }

  .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: 80px 10px 100px;
  }

  .section.video.alternative.gray {
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
  }

  .section.white {
    padding-right: 20px;
    padding-bottom: 100px;
    padding-left: 20px;
  }

  .section.white.padding {
    padding-right: 20px;
    padding-left: 20px;
  }

  .section.white.leaf {
    padding-bottom: 150px;
  }

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

  .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 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .section.projects {
    padding-bottom: 0px;
  }

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

  .section.blog {
    height: auto;
    padding-bottom: 60px;
  }

  .section.homepages {
    padding-right: 20px;
    padding-left: 20px;
  }

  .section.latest-project {
    padding-bottom: 100px;
  }

  .section.full {
    padding-right: 0px;
    padding-left: 0px;
  }

  .section.contact {
    position: static;
  }

  .section.whitesmoke {
    padding-right: 0px;
    padding-bottom: 100px;
    padding-left: 0px;
  }

  .section.whitesmoke.padding {
    padding-right: 20px;
    padding-left: 20px;
  }

  .section.whitesmoke.leaf {
    padding-bottom: 150px;
  }

  .button.center {
    float: none;
  }

  .button.outline.rounded.white {
    float: left;
  }

  .button.rounded.orange {
    display: none;
  }

  .button.causes {
    width: 70%;
  }

  .button.right {
    width: 100%;
    margin-top: 3px;
  }

  .page-header.trial.map {
    padding-top: 80px;
  }

  .page-header.trial.map.green {
    padding-top: 100px;
  }

  .image-section-overlay.color {
    padding-top: 100px;
  }

  .heading {
    font-size: 24px;
    line-height: 30px;
  }

  .heading.subtitle.center.tinny-text {
    line-height: 20px;
  }

  .heading.features.left-side {
    font-size: 14px;
  }

  .heading.features._2 {
    font-size: 16px;
  }

  .heading.features.left-side {
    margin-bottom: 0px;
    clear: both;
    font-size: 14px;
  }

  .heading.features.right {
    font-size: 14px;
  }

  .heading.center {
    margin-top: 0px;
    font-size: 22px;
    line-height: 28px;
  }

  .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: 20px;
    padding-left: 20px;
  }

  .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%;
  }

  .features-icon.page {
    width: 65px;
    height: 65px;
  }

  .paragraph.center.white, h2.center.white {
    padding-right: 40px;
    padding-left: 40px;
  }

  .paragraph.center.margin-top {
    padding-right: 10px;
    padding-left: 10px;
  }

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

  .paragraph.testimonials.white {
    font-size: 16px;
    line-height: 24px;
  }

  .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;
  }

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

  .team-testimonial-block.transparent {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
  }

  .div-text._2 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .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 {
    display: block;
    margin-bottom: 20px;
  }

  .white {
    float: none;
    text-align: left;
  }

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

  .heading3 {
    text-align: center;
  }

  .heading3.white {
    text-align: left;
  }

  .social-icon.wrapper {
    float: left;
  }

  .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 {
    padding-right: 20px;
    padding-left: 20px;
    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;
  }

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

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

  .div-block {
    margin-right: 0px;
    margin-left: 0px;
  }

  ._404-container {
    padding-right: 10px;
    padding-left: 10px;
  }

  .table-title {
    padding-top: 15px;
    padding-right: 20px;
    padding-bottom: 15px;
    font-size: 12px;
    text-align: center;
  }

  .image-wrapper {
    width: 80%;
  }

  .link-licensing {
    padding-top: 20px;
  }

  .name-customer.white {
    text-align: center;
  }

  .center-div {
    left: 10px;
    top: 14%;
    right: 10px;
  }

  .featured-image {
    height: 400px;
  }

  .author.lite.blog {
    display: block;
    float: none;
    text-align: center;
  }

  .thumbnail.date {
    display: none;
  }

  .thumbnail.date.blog {
    text-align: center;
  }

  .thumbnail.date.black {
    display: none;
  }

  .laptop-div.middle {
    padding-right: 0px;
    padding-left: 0px;
  }

  .toggle-wrapper {
    width: 100%;
  }

  .toggle-space {
    padding-right: 0px;
    padding-left: 0px;
  }

  .dark-backround.second {
    padding-top: 50px;
  }

  .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;
  }

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

  .slide-nav-2 {
    top: 350px;
  }

  .nav-link-wrapper {
    padding-left: 0px;
  }

  .small-header {
    display: block;
    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.circle {
    width: 280px;
    height: 280px;
  }

  .hero-div-video {
    padding-top: 200px;
  }

  .hero-div-video.sixth {
    height: auto;
  }

  .div-author {
    margin-bottom: 10px;
    float: none;
  }

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

  .column-6.hide {
    display: none;
  }

  .blog-div.over.cause {
    height: 1200px;
  }

  .link-blog-image {
    display: none;
  }

  .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;
    display: none;
  }

  .go-to.w--current {
    left: auto;
    top: auto;
    right: 0%;
    bottom: 0%;
  }

  .scroll-navbar {
    -webkit-transform: translate(0px, -102px);
    -ms-transform: translate(0px, -102px);
    transform: translate(0px, -102px);
  }

  .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;
  }

  .dynamic-list-wrapper-2 {
    width: 100%;
  }

  .subscribe-card {
    left: 20px;
    right: 20px;
    bottom: 20px;
  }

  .licence-item-firs {
    width: auto;
    padding: 15px 15px 14px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .image-div {
    width: 100px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .image-div.logo {
    margin-right: 0px;
    margin-bottom: 20px;
  }

  .licence-link {
    margin-right: 10px;
  }

  .licence-link.changelog {
    margin-right: 0px;
    text-align: center;
  }

  .paragraph-large {
    width: 90%;
    font-size: 18px;
    line-height: 24px;
  }

  .phone-link {
    display: block;
  }

  .image-14 {
    max-width: 85%;
  }

  .services-text {
    margin-bottom: 20px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .services-text._2 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .services-text._2.left {
    margin-top: 40px;
  }

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

  .icon-block-services.page {
    width: 85px;
    height: 85px;
    margin-top: -85px;
  }

  .services-nav {
    padding-right: 30px;
    padding-left: 30px;
  }

  .contact-div {
    position: relative;
  }
  .hide-small {display:none;}
}

