:root {
  --dl7435: #ff7a00;
  --lime-green-2: #0ec22b;
  --white-smoke: #f3f0f0;
  --black: #020202;
  --midnight-blue: #0f3179e0;
  --sky-blue: #24c3e2;
  --lime-green: #13d632;
  --royal-blue: #2a6ffd;
  --forest-green: #0d9622;
  --dark-orange: #ff7a00;
  --deep-pink: #df2b81e0;
  --dim-grey: #5f5f5f;
  --dark-olive-green: #49530080;
  --dark-orange-2: #ff7a00;
}

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

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

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

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

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

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

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

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

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

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

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

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

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

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

a {
  text-decoration: underline;
}

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

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

.nav-bar {
  background-color: #0000;
  border-bottom: 1px solid #ffffff26;
  padding-top: 20px;
  padding-bottom: 20px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.nav-bar.second {
  z-index: 1000;
  background-color: #fff0;
  position: relative;
  bottom: 0;
  box-shadow: 0 1px 2px #00000017;
}

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

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

.nav-link {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #0000;
  border: 1px solid #fff0;
  border-radius: 100px;
  margin-right: 2px;
  padding: 0 2px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 500;
  text-decoration: none;
  transition: border .2s, background-color .2s;
}

.nav-link:hover {
  background-color: #0000;
  border-width: 1px;
  border-color: #ffffff80;
  border-radius: 100px;
}

.nav-link.w--current {
  color: #fff;
  background-color: #00000014;
  border-bottom-color: #fff;
  padding-bottom: 30px;
}

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

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

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

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

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

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

.nav-link.black.temp {
  display: none;
}

.nav-link.footer {
  color: #a09e9e;
  text-align: left;
  text-transform: none;
  background-color: #0000;
  border-style: none;
  border-width: 0;
  margin-right: 0;
  padding: 0 0 10px;
  font-family: Montserrat, sans-serif;
  text-decoration: none;
  transition: color .4s;
  display: block;
}

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

.nav-link.footer.hidelink, .nav-link.footer.hidelink.w--current {
  display: none;
}

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

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

.nav-link.stay-black {
  color: #020202;
  background-color: #0000;
}

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

.hero-section.homepage {
  background-image: linear-gradient(#49530080, #49530080), url('../images/julentto-photography-184055.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  height: 675px;
  padding-top: 190px;
  padding-bottom: 80px;
  position: relative;
}

.hero-section.homepage.third {
  background-image: linear-gradient(#0006, #0006), linear-gradient(#49530069, #49530069), url('../images/jason-ortego-5386-1-1-1.jpg');
  background-position: 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
  background-attachment: scroll, scroll, fixed;
  height: 675px;
  padding-top: 190px;
  padding-bottom: 80px;
}

.hero-section.homepage.natural {
  background-image: linear-gradient(#2125004f, #2125004f), linear-gradient(#00000042, #00000042), url('../images/slide1.jpg');
  background-position: 0 0, 0 0, 50% 0;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
  background-attachment: scroll, scroll, fixed;
  height: 100%;
  padding-bottom: 0;
  position: relative;
  overflow: hidden;
}

.hero-section.homepage.natural.middle {
  background-image: linear-gradient(#2125004f, #2125004f), linear-gradient(#00000042, #00000042), url('../images/Dollarphotoclub_56332376-min.jpg');
  background-position: 0 0, 0 0, 50% 0;
  background-size: auto, auto, cover;
  height: 600px;
  margin-left: 80px;
  margin-right: 80px;
  padding-top: 100px;
  padding-bottom: 0;
}

.hero-section.homepage.travel {
  background-image: linear-gradient(#000000a6, #000000a6), url('../images/martin-burdon-178543.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  height: 750px;
}

.hero-section.homepage.seven {
  background-image: linear-gradient(#f5f5f5b0, #fffc), url('../images/photo-1468387576571-ee44d4c52d82_1.jpg');
  background-position: 0 0, 50%;
  background-size: auto, 2463px;
  background-attachment: scroll, fixed;
  height: 750px;
  padding-top: 220px;
}

.hero-section.homepage.second {
  background-image: radial-gradient(circle, #00000042, #00000085), url('../images/hireMAX-BDL-022924BL.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

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

.hero-section.homepage-8 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/342343.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  height: 700px;
  padding-top: 220px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.hero-paragraph.center.home {
  font-size: 18px;
}

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

.section.video {
  background-color: #0000;
  background-image: linear-gradient(#49530036, #49530036), linear-gradient(#000000b3, #000000b3), url('../images/hikersbay-hikersbay-3503.jpg');
  background-position: 0 0, 0 0, 0 0;
  background-size: auto, auto, cover;
  padding-top: 100px;
  padding-bottom: 100px;
  overflow: hidden;
}

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

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

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

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

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

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

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

.section.white {
  float: none;
  background-color: #fff;
  margin-top: 0;
}

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

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

.section.testimonials {
  background-color: #e9e9e9;
  background-image: linear-gradient(#f8f8f8d6, #f8f8f8d6);
  padding-bottom: 100px;
  display: block;
}

.section.testimonials.new {
  background-color: #f5f5f5;
  background-image: linear-gradient(#f5f5f5, #f5f5f5d9);
  padding-top: 100px;
  padding-bottom: 180px;
  position: relative;
}

.section.testimonials.gray {
  background-image: linear-gradient(#f8f8f8d6, #f8f8f8d6);
}

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

.section.testimonials.transparent.lines {
  background-color: #f5f5f5;
  border-top: 1px solid #00000008;
}

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

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

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

.section.image {
  background-color: #0000;
  background-image: url('../images/people-silhouettes-60s-crowd-dTPGK3-clipart.png');
  background-position: 0 0;
  background-size: cover;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Montserrat, sans-serif;
  position: static;
}

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

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

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

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

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

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

.section.about {
  background-color: #272025;
}

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

.section.about.middle.nature {
  background-color: #0000;
  background-image: linear-gradient(#181818bf, #181818bf), url('../images/jason-ortego-5386-1-1-1.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  margin-top: -40px;
  padding-top: 100px;
  padding-bottom: 100px;
}

.section.about.middle.causes {
  background-image: linear-gradient(#000000c9, #000000c9), url('../images/jason-ortego-5386-1-1-1.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  margin-top: -140px;
  padding-top: 200px;
  padding-bottom: 100px;
}

.section.about.nature {
  background-color: #0000;
  background-image: linear-gradient(#00000080, #00000080), url('../images/philipp-reiner-686.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  padding-bottom: 240px;
}

.section.about.second {
  background-image: linear-gradient(#000000d9, #000000d9), url('../images/59354e213b82d736ece07edd_wil-stewart-18242-1.jpg');
  background-position: 0 0, 0;
  background-size: auto, cover;
}

.section.white {
  background-color: #0000;
}

.section.pricing-table {
  background-image: linear-gradient(#00000080, #00000080), url('../images/tomo-nogi-182913.jpg');
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

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

.section.projects {
  background-image: linear-gradient(#000000d9, #000000d9), url('../images/rmp3qc71x10-jose-urbano.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  padding-bottom: 0;
}

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

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

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

.section.box {
  background-image: linear-gradient(#0000009c, #0000009c), url('../images/david-marcu-114194_1.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  padding-top: 0;
}

.section.without-paddings {
  background-color: #0000;
  padding-top: 0;
}

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

.section.skills {
  background-image: linear-gradient(#00000094, #00000094), url('../images/jason-ortego-5386-1-1-1.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.section.skills.iphone {
  background-image: linear-gradient(#0000, #0000), url('../images/rsoxw9x-suy-kaleb-nimz-1.jpg');
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
}

.section.toggle {
  background-image: linear-gradient(#00000080, #00000080), url('../images/rmp3qc71x10-jose-urbano.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  padding-bottom: 260px;
}

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

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

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

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

.section.homepages.second {
  background-color: #f5f5f5;
  background-image: linear-gradient(#f5f5f5bd, #f5f5f5bd), url('../images/Logo.svg');
  background-position: 0 0, 50%;
  background-size: auto, 70px;
  padding-top: 100px;
}

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

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

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

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

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

.section.without-padding {
  background-color: #0000;
  padding-top: 0;
  padding-bottom: 0;
}

.section.blog-alternative {
  background-image: linear-gradient(#000000de, #000000de), url('../images/andrew-jasso-155771.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.section.padding {
  background-image: linear-gradient(#f5f5f5, #f5f5f5e8), url('../images/photo-1468387576571-ee44d4c52d82_1.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  padding-bottom: 200px;
}

.section.contact, .section.related-cases {
  background-color: #0000;
  padding-top: 0;
}

.section.services-simple {
  background-color: #0000;
  border-bottom: 1px solid #00000017;
  padding-top: 50px;
  padding-bottom: 40px;
}

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

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

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

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

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

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

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

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

.button.center {
  float: right;
  color: #fff;
  text-align: right;
  background-color: #10a8bdd1;
  background-image: linear-gradient(135deg, #24c3e2, #2a6ffde0);
  border: 2px #10a8bdd1;
  border-radius: 3px;
  transition: all .4s;
}

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

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

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

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

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

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

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

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

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

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

.button.outline.rounded.white.w--current {
  display: none;
}

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

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

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

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

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

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

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

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

.button.rounded.padding.middle {
  float: none;
}

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

.button.rounded.top:hover {
  background-color: #d37525;
}

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

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

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

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

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

.button.left {
  float: left;
}

.button.full {
  letter-spacing: 2px;
  background-color: #dc8235;
  background-image: none;
  border: 1px solid #dc8235;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 15px;
  padding-bottom: 13px;
  line-height: 20px;
  transition: all .2s;
}

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

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

.button.right:hover {
  background-color: #d37525;
}

.button._2-up {
  margin-left: 10px;
  margin-right: 10px;
}

.button.dark {
  background-color: #020202;
  margin-left: 10px;
  margin-right: 10px;
}

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

.page-header {
  background-image: linear-gradient(#00000080, #00000080), url('../images/luca-baggio-112868_1.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  padding-top: 150px;
  padding-bottom: 150px;
}

.page-header.trial {
  background-image: linear-gradient(#2a2a2adb, #2a2a2adb), url('../images/photo-09.jpg');
  background-position: 0 0, 50% 100%;
  background-size: auto, auto;
  padding-top: 150px;
  padding-bottom: 150px;
}

.page-header.trial.map {
  background-image: linear-gradient(135deg, #2a6ffdde 26%, #0eb328d4), url('../images/mapgray.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  padding-top: 100px;
  padding-bottom: 100px;
}

.page-header.trial.map.green {
  background-image: linear-gradient(#0d9622cc, #0d9622cc), url('../images/mapgray_1.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.page-header.button {
  filter: grayscale();
  background-image: linear-gradient(#00000080, #00000080), url('../images/luca-baggio-112868_1.jpg');
  background-position: 0 0, 50% 57%;
  background-size: auto, cover;
  margin-top: 0;
  margin-bottom: 0;
  padding: 200px 0 150px;
  transition-property: none;
}

.page-header.pricing {
  background-image: linear-gradient(#0000009c, #0000009c), url('../images/dqento8twsq-blake-richard-verdoorn_1.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  padding-top: 200px;
  padding-bottom: 150px;
}

.page-header.toggle {
  background-image: linear-gradient(#0000009c, #0000009c), url('../images/o0rzkkl072u-david-marcu.jpg');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
  padding-top: 200px;
}

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

.page-header.tabs {
  background-image: linear-gradient(#00000080, #00000080), url('../images/o0rzkkl072u-david-marcu.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-top-style: none;
  padding-top: 200px;
}

.page-header.navigation {
  background-image: linear-gradient(#00000080, #00000080), url('../images/hgv_woqnp3y-aaron-benson_1.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  padding-top: 200px;
}

.page-header.boxes {
  background-image: linear-gradient(#0000008c, #0000008c), url('../images/5907a31fa7d5b130d67a07e0_breno-machado-15030.jpg');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
  padding-top: 150px;
}

.page-header.cta {
  background-image: linear-gradient(#00000080, #00000080), url('../images/andy-brunner-14324.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  padding-top: 200px;
  padding-bottom: 150px;
}

.page-header.list {
  background-image: linear-gradient(#00000080, #00000080), url('../images/5907a31fa7d5b130d67a07e0_breno-machado-15030.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  padding-top: 200px;
  padding-bottom: 150px;
}

.page-header.list.secong-cause-style {
  background-image: linear-gradient(#00000080, #00000080), url('../images/andy-brunner-14324.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  padding-top: 200px;
}

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

.page-header.icon-boxes {
  background-image: linear-gradient(#00000080, #00000080), url('../images/ju-on-148561-1-1-1.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  padding-top: 200px;
  padding-bottom: 150px;
}

.page-header.testimonials {
  background-image: linear-gradient(#00000080, #00000080), url('../images/342343.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  padding-top: 200px;
}

.page-header.progress {
  background-image: linear-gradient(#00000080, #00000080), url('../images/david-marcu-114194.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  padding-top: 150px;
}

.page-header.footers {
  background-image: linear-gradient(#00000080, #00000080), url('../images/edewaa-foster-17093.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  padding-top: 200px;
}

.page-header.counters {
  background-image: linear-gradient(#000000a3, #000000a3), url('../images/photo-1468387576571-ee44d4c52d82_1.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  padding-top: 200px;
}

.page-header.about {
  background-image: url('../images/banner-orion.jpeg');
  background-position: 50%;
  background-size: cover;
  padding-top: 150px;
}

.page-header.about.gallery {
  background-image: linear-gradient(#0d9622e3, #0d9622e3), url('../images/julian-mora-141920.jpg');
  background-position: 0 0, 36% 36%;
  background-size: auto, cover;
}

.page-header.services {
  background-image: linear-gradient(#00000080, #00000080), url('../images/Apple-Macbook-Space-Grey.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, auto;
  padding-top: 150px;
  padding-bottom: 200px;
}

.page-header.services.second {
  filter: grayscale();
  background-image: linear-gradient(#e9e9e9de, #e9e9e9de), url('../images/julentto-photography-184055.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  padding-top: 160px;
  padding-bottom: 100px;
}

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

.page-header.team {
  background-image: linear-gradient(#00000080, #00000080), url('../images/julentto-photography-184055.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  padding-top: 120px;
  padding-bottom: 200px;
}

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

.page-header.contact {
  background-image: linear-gradient(#00000080, #00000080), url('../images/david-marcu-114194_1.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  padding-top: 200px;
}

.page-header.contact.second {
  background-image: linear-gradient(#00000080, #00000080), url('../images/rmp3qc71x10-jose-urbano.jpg');
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  padding-bottom: 160px;
}

.page-header.contact.third {
  background-image: linear-gradient(#333333d9, #333333d9), url('../images/banner-fort-worth-372061.jpg');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
}

.page-header.team-members {
  background-image: linear-gradient(#00000080, #00000080), url('../images/sdmm_xh3bcu-aaron-benson.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  padding-top: 150px;
}

.page-header.gallery-2 {
  background-image: linear-gradient(#000000cf, #000000cf), url('../images/luca-baggio-112868_1.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  padding-top: 200px;
}

.page-header.blog-2 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/philipp-reiner-686.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  padding-top: 200px;
}

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

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

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

.image-section-overlay.color {
  background-color: #2a2a2adb;
  background-image: none;
  width: 100%;
  height: 100%;
  padding-top: 100px;
  padding-bottom: 100px;
}

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

.image-section-overlay.color._3._5 {
  background-image: linear-gradient(#0d9622d9, #0d9622d9), url('../images/dqento8twsq-blake-richard-verdoorn_1.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
}

.image-section-overlay.color.counter {
  background-image: linear-gradient(#0d9622e3, #0d9622e3), url('../images/rmp3qc71x10-jose-urbano.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
}

.image-section-overlay.dark {
  background-image: linear-gradient(#4953003b, #4953003b), linear-gradient(#00000094, #00000094), url('../images/o0rzkkl072u-david-marcu.jpg');
  background-position: 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
  background-attachment: scroll, scroll, fixed;
}

.image-section-overlay.counters {
  text-align: center;
  background-image: linear-gradient(#f5f5f5d6, #f5f5f5d6), url('../images/julian-mora-141920.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
  padding-bottom: 0;
}

.heading {
  color: #000;
  text-align: left;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 33px;
  font-weight: 600;
  line-height: 40px;
}

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

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

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

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

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

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

.heading.features.services {
  color: #000;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.heading.features.services.left {
  text-align: left;
}

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

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

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

.heading.features.left-side.why {
  color: #666;
}

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

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

.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 {
  letter-spacing: 1px;
  margin-top: 10px;
  font-weight: 700;
}

.heading.center {
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  font-weight: 600;
}

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

.heading.numer {
  text-align: center;
  border-bottom: 1px #00000017;
  margin-top: 10px;
  margin-bottom: 0;
  padding-bottom: 10px;
  font-size: 36px;
  font-weight: 700;
}

.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 {
  text-align: left;
  margin-top: 0;
}

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

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

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

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

.features-block {
  text-align: center;
  background-color: #0000003d;
  border: 1px #24c3e266;
  border-radius: 5px;
  width: 100%;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 20px;
  position: relative;
}

.features-block.icon {
  text-align: center;
  border-right: 1px #d3d3d3c9;
  margin-top: 0;
  margin-bottom: 20px;
  margin-right: 0;
  padding-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  display: block;
  position: relative;
}

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

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

.features-block.icon.alternative {
  float: left;
  text-align: right;
  background-color: #0000;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

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

.features-block.icon.alternative.top {
  padding: 0 0 10px;
}

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

.features-block.icon.no-color {
  text-align: center;
  background-color: #0000;
  border-style: solid solid solid none;
  border-color: #00000021;
  border-radius: 0;
  height: auto;
  margin-bottom: 0;
  padding: 60px 80px;
}

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

.features-block.icon.no-color.contact {
  height: 220px;
  padding-left: 70px;
  padding-right: 70px;
}

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

.features-block.fact-box {
  background-color: #0003;
  border-style: solid;
  border-color: #24c3e23d;
}

.features-block.fact-box.new {
  background-color: #0000;
  background-image: linear-gradient(#00000012, #0000);
  border-color: #ffffff3b;
  box-shadow: 1px 1px 3px #0000002b;
}

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

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

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

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

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

.features-icon.small {
  height: 30px;
  margin-right: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.paragraph.white.left.card {
  margin-bottom: 100px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.gray {
  color: #a0a0a0;
}

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

.pricing-block {
  text-align: center;
  background-color: #fff;
  border: 1px solid #e9e9e9;
  border-radius: 3px;
  height: auto;
  padding: 20px 20px 40px;
  transition: opacity .2s, all .4s;
}

.pricing-block:hover {
  transform: translate(0, -5px);
  box-shadow: 3px 3px 30px #00000038;
}

.pricing-block.alternative {
  background-color: #f5f5f5;
  border-width: 16px;
  border-color: #fff;
  box-shadow: 0 0 0 1px #00000012;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.div-text._2 {
  text-align: center;
  margin-bottom: 0;
  padding-top: 0;
}

.div-text._2.top-padding {
  margin-top: 0;
  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: 0;
}

.containe {
  position: relative;
}

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

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

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

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

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

.trial-button {
  float: right;
  color: #fff;
  background-color: #00454ee0;
  border: 0 #00454ee0;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  width: 40%;
  height: 50px;
  transition: background-color .4s;
  display: block;
}

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

.trial-button.sec {
  background-color: #02020266;
  border-style: none;
  border-color: #000;
  font-weight: 500;
}

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

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

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

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

.color-block {
  text-align: left;
  background-color: #fff;
  border: 3px solid #fff;
  border-radius: 5px;
  height: 230px;
  padding: 32px;
  transition: transform .2s;
  position: relative;
  box-shadow: 0 0 30px #0000001a;
}

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

.color-block.licensing.changelog {
  box-shadow: none;
  background-color: #0000;
  border: 0 #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

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

.half-section-block {
  float: left;
  width: 50%;
  height: 600px;
}

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

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

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

.icon-block-features {
  float: left;
  text-align: center;
  background-color: #dddcdc;
  border: 0 #d1d1d1;
  border-radius: 70px;
  width: 70px;
  height: 70px;
  margin-bottom: 40px;
  margin-right: 15px;
  padding-top: 20px;
  padding-bottom: 20px;
  transition: background-color .4s;
}

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

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

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

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

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

.tab-link.w--current {
  color: #000;
  text-align: center;
  background-color: #fff;
  border: 1px solid #0ec22b;
  border-radius: 100px;
  width: 100px;
  height: 100px;
  margin-top: 0;
  margin-left: 15px;
  margin-right: 15px;
  padding: 38px 12px 0;
  font-family: Montserrat, sans-serif;
  transition: box-shadow .2s;
  box-shadow: 0 0 30px #0000001a;
}

.hero-portfolio {
  background-image: linear-gradient(#2a2a2adb, #2a2a2adb), url('../images/photo-1428677361686-f9d23be145c9.jpg');
  background-position: 0 0, 50% 100%;
  background-size: auto, 1000px;
  padding-top: 190px;
  padding-bottom: 100px;
}

.hero-portfolio.licensing {
  background-image: linear-gradient(#2a2a2adb, #2a2a2adb), url('../images/julian-mora-141920.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

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

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

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

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

.team-image.team {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 0;
  display: flex;
  position: static;
  top: 40%;
}

.intro-post {
  border-top: 1px solid #e2e2e2a1;
  border-bottom: 1px #e2e2e2;
  margin-top: 20px;
  padding-top: 20px;
  padding-bottom: 10px;
  display: flex;
}

.intro-post.lighter {
  border-top-color: #e2e2e236;
}

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

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

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

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

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

.tab-menu {
  text-align: center;
  border-bottom: 1px solid #0000001f;
  width: 80%;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

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

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

.video-content.travel {
  box-shadow: 1px 1px 13px 4px #00000042;
}

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

.play {
  text-align: left;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  margin-bottom: 30px;
  display: flex;
}

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

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

.front-video {
  background-image: linear-gradient(#ffffff03, #10a8bd), linear-gradient(#10a8bd9e, #10a8bd9e), url('../images/shutterstock_326637644.jpg');
  background-position: 0 0, 0 0, 50%;
  background-size: auto, auto, cover;
  border-radius: 5px;
  position: absolute;
  inset: 0;
}

.front-video.image-overlay {
  background-image: linear-gradient(#0ec22b99, #0ec22b99), url('../images/andy-brunner-14324.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

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

.div-service {
  background-color: #0ec22b;
  border: 2px #10a8bdd1;
  border-radius: 200px;
  width: 100px;
  height: 100px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  padding: 30px;
}

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

.div-service.outline {
  background-color: #0000;
  border-style: solid;
  border-color: #dc8235;
}

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

.social-icon:hover, .social-icon._2:hover {
  background-color: #0000;
}

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

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

.social-icon.wrapper {
  opacity: .3;
  background-color: #0000;
  border-radius: 100px;
  width: 40px;
  height: 40px;
  margin-right: 5px;
  padding: 7px;
  transition: all .4s;
}

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

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

.social-icon.wrapper.navbar {
  border: 1px #ffffff40;
  border-radius: 3px;
  margin-right: 0;
  padding: 9px;
}

.social-icon.wrapper.team {
  opacity: .5;
  border: 1px solid #ffffff40;
  border-radius: 3px;
  margin-left: 5px;
  margin-right: 5px;
}

.social-icon.wrapper.team.black {
  background-color: #02020259;
}

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

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.font-icon {
  float: right;
  color: #10a8bd2e;
  margin-top: 0;
  font-size: 80px;
  font-style: italic;
  display: inline-block;
}

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

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

.div-social {
  float: none;
  margin-top: 0;
  display: inline-block;
}

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

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

.sub-footer {
  text-align: center;
  background-color: #0000;
  border-top: 1px solid #ffffff12;
  height: auto;
  margin-top: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

.background-video {
  background-image: linear-gradient(#0000003b, #000000e3);
  height: auto;
  position: relative;
  overflow: hidden;
}

.background-video.intro {
  background-image: radial-gradient(circle, #00000087, #000000ba);
}

.background-video.homepage {
  background-image: linear-gradient(#0202023d, #02020273);
  height: 100vh;
}

.footer-info {
  color: #5f5f5f;
  text-align: center;
  margin-top: 10px;
  font-weight: 500;
  display: inline-block;
}

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

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

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

.nav-menu.style-middle {
  float: none;
  text-align: center;
  border-top: 1px #0000001f;
  padding-top: 0;
  padding-bottom: 0;
}

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

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

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

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

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

.dropdown-list.w--open {
  background-color: #000000eb;
  height: auto;
  position: absolute;
  top: 63px;
  left: 0;
}

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

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

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

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

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

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

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

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

.center {
  text-align: center;
}

.line {
  background-color: #a7a7a736;
  border-radius: 0;
  height: 3px;
}

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

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

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

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

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

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

.tittle-skills.percent {
  float: right;
  color: #2a6ffde0;
  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: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.div-block {
  position: relative;
}

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

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

.section-2.coming-soon {
  background-image: linear-gradient(#00000080, #00000080), url('../images/jason-ortego-5386-1-1-1.jpg');
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.name-customer.white {
  color: #fff;
  margin-top: 0;
}

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

.link-page {
  color: #d37525;
}

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

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

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

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

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

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

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

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

.feafured-text {
  background-image: linear-gradient(#0000, #000000e0);
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  padding: 60px 20px 62px;
  position: absolute;
  inset: auto 0 0;
}

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

.featured-description {
  color: #ffffffb3;
  text-align: left;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

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

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

.author.lite {
  float: left;
  color: #ffffffb3;
  text-align: left;
  margin-top: 5px;
  margin-right: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 500;
}

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

.author.lite.black {
  color: #020202;
  margin-right: 0;
}

.thumbnail.date {
  float: right;
  color: #ffffffb3;
  margin-top: 5px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 500;
  display: block;
}

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

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

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

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

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

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

.portfolio-overlay {
  z-index: 1;
  background-color: #0d9622d9;
  padding: 20px 20px 0;
  position: absolute;
  inset: 0;
}

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

.portfolio-content.alternative {
  background-color: #fff;
  height: auto;
  padding: 16px 20px 20px;
  position: static;
}

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

.project-name.black {
  color: #000;
}

.project-description {
  color: #ffffffbf;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

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

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

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

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

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

.div-footer {
  border-bottom: 1px solid #0000;
  padding-top: 50px;
  padding-bottom: 0;
}

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

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

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

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

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

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

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

.toggle-content {
  overflow: hidden;
}

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

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

.toggle-header.alternative {
  border-color: #e6e6e642;
}

.toggle-header.alternative:hover {
  background-color: #fcfcfc12;
}

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

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

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

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

.dark-backround {
  padding-top: 100px;
  padding-bottom: 100px;
}

.dark-backround.second {
  background-image: linear-gradient(#49530054, #49530054), linear-gradient(#00000063, #00000063), url('../images/sdmm_xh3bcu-aaron-benson.jpg');
  background-position: 0 0, 0 0, 50% 0;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
  background-attachment: scroll, scroll, fixed;
}

.dark-backround.second._2versions {
  background-image: linear-gradient(#0000, #0000), linear-gradient(#0000, #0000), url('../images/orion-bg-desktopplanningblur.jpg');
}

.dark-backround.testimonials {
  background-image: linear-gradient(#fff 14%, #0000), url('../images/photo-1468387576571-ee44d4c52d82_1.jpg');
  padding-top: 0;
}

.dark-backround.testimonials.gray {
  background-image: linear-gradient(#f8f8f8d6, #f8f8f8a1), url('../images/photo-1468387576571-ee44d4c52d82_1.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.dark-backround.testimonials.homepage {
  background-image: linear-gradient(#f5f5f5, #ffffff85), url('../images/julian-mora-141920.jpg');
}

.dark-backround.gray {
  background-image: linear-gradient(#0006, #0006), url('../images/photo-1468387576571-ee44d4c52d82_1.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.tab-link-2 {
  background-color: #0000;
}

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

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

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

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

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

.list-item, .list-item-2, .list-item-3 {
  text-align: center;
  border-top: 1px solid #0000001a;
}

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

.list-item-4, .list-item-5 {
  border-top: 1px solid #0000001a;
}

.info-box {
  border: 1px solid #00000017;
  border-radius: 5px;
  width: 100%;
  height: auto;
  padding: 40px;
  box-shadow: 0 20px 20px #0000000d;
}

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

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

.info-box.second.dark.black {
  background-color: #020202ba;
  border-color: #000;
}

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

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

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

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

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

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

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

.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 {
  background-color: var(--dl7435);
  padding-top: 50px;
  padding-bottom: 50px;
}

.call-to-action.alternative {
  background-color: #0000;
  background-image: linear-gradient(#00000080, #00000080), url('../images/luca-baggio-112868_1.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.call-to-action.alternative.second {
  background-image: linear-gradient(#dbdbdb80, #dbdbdb80);
}

.call-to-action.alternative.fourth {
  background-image: none;
  border-bottom: 1px solid #0000001c;
}

.call-to-action.home {
  display: none;
}

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

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

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

.link {
  color: #0ec22b;
}

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

.testimonials-slider {
  background-color: #0000;
}

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

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

.footer-title.hide {
  display: none;
}

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

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

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

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

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

.navbar-section {
  height: auto;
}

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

.top-text {
  color: #ffffff80;
  margin-top: 7px;
  margin-bottom: 7px;
  margin-right: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 300;
  display: inline-block;
}

.box-service-image {
  text-align: left;
  background-image: url('../images/card-salesmax.jpg');
  background-position: 50%;
  background-size: cover;
  width: auto;
  height: auto;
  margin-right: 0;
  padding: 40px;
  box-shadow: 0 20px 20px #00000029;
}

.box-service-image._2 {
  background-image: url('../images/card-select.jpg');
  background-position: 100% 78%;
  background-size: cover;
  box-shadow: 14px 14px 20px #00000029;
}

.box-service-image._3 {
  background-image: url('../images/card-orion.jpg');
  background-position: 50%;
  background-size: cover;
}

.box-service-image._3.full {
  background-image: linear-gradient(#0000, #000), url('../images/59354e213b82d736ece07edd_wil-stewart-18242-1.jpg');
}

.box-service-image.full {
  background-image: linear-gradient(#0000, #000), url('../images/martin-burdon-178543.jpg');
  margin-right: 40px;
}

.box-service-image.lighter {
  background-image: linear-gradient(#6b340259, #6b340259), url('../images/martin-burdon-178543.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  height: 300px;
}

.box-service-image.lighter._2 {
  box-shadow: none;
  background-image: linear-gradient(#0d962257, #0d962257), url('../images/philipp-reiner-686.jpg');
  background-position: 0 0, 50%;
  background-size: auto, 750px;
}

.box-service-image.lighter._3 {
  box-shadow: none;
  background-image: linear-gradient(#2a76fd45, #2a76fd45), url('../images/59354e213b82d736ece07edd_wil-stewart-18242-1.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.box-service-image.lighter.first {
  background-image: linear-gradient(to bottom, null, null), url('../images/martin-burdon-178543.jpg');
  box-shadow: none;
}

.container-2 {
  position: relative;
}

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

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

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

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

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

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

.team-div {
  background-image: url('../images/Team-4.jpg');
  background-position: 50%;
  background-size: cover;
  height: 400px;
  position: static;
}

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

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

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

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

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

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

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

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

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

.overlay-div {
  opacity: 0;
  background-image: linear-gradient(#0000009c, #0000009c);
  height: 100%;
  transition: opacity .4s;
}

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

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

.setion-services {
  padding-top: 0;
  padding-bottom: 0;
}

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

.setion-services.about-life {
  background-color: #f5f5f5;
  padding-bottom: 100px;
}

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

.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 {
  background-color: #020202;
  height: 700px;
  padding-top: 100px;
}

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

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

.div-author {
  float: right;
}

.buttons-div {
  border-top: 1px solid #0000001a;
  height: 100px;
  margin-top: 30px;
  padding-top: 30px;
  padding-bottom: 30px;
}

.blog-div.over {
  background-color: #fff;
  margin-top: -100px;
  padding: 20px;
  box-shadow: 0 -100px 30px #00000021;
}

.blog-div.over.singel {
  box-shadow: 0 -20px 30px #00000021;
}

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

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

.lighter-color {
  color: #a09e9e;
}

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

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

.homepage-tile {
  display: block;
}

.link-block {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  transition: box-shadow .5s;
  display: block;
  box-shadow: 0 10px 20px #00000030;
}

.link-block:hover {
  box-shadow: 0 10px 43px 16px #00000030;
}

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

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

.my-image-div {
  background-image: url('../images/Team-4.jpg');
  background-position: 0 0;
  background-size: cover;
  border-radius: 20px;
  height: 500px;
  box-shadow: 7px 7px 10px #00000017;
}

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

.iteam-block-wrapper {
  background-color: #fff;
  margin-bottom: 20px;
  box-shadow: 0 5px 5px #0000000d;
}

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

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

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

.cause-image-block {
  background-image: linear-gradient(#0000 45%, #00000085 75%);
  border-radius: 5px;
  width: 100%;
  height: 100%;
  text-decoration: none;
}

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

.percentual-div {
  z-index: 1000;
  background-color: #fff;
  width: 90%;
  margin: -20px auto 10px;
  padding: 10px;
  display: flex;
  position: relative;
  box-shadow: 1px -10px 10px #0000004a;
}

.percentual-div.second-style {
  z-index: 200;
  box-shadow: none;
  background-color: #00000063;
  margin-top: 0;
  display: flex;
  top: 18px;
}

.percentual-div.full {
  box-shadow: none;
  background-color: #f1f1f1;
  width: 100%;
  margin-top: 0;
}

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

.status.percentual-text {
  color: #fff;
  text-align: center;
  background-color: #2a6ffd;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Montserrat, sans-serif;
}

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

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

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

.donation-text.gray {
  color: #797979;
  margin-left: 2px;
  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 {
  margin-right: 6px;
  font-family: Montserrat, sans-serif;
  display: inline-block;
}

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

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

.page-header-overlay {
  background-color: #0000;
  background-image: linear-gradient(#00000080, #00000080);
  height: 100%;
}

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

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

.team-wrapper {
  height: auto;
}

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

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

.slider.box {
  height: 600px;
}

.slide {
  background-image: linear-gradient(#49530080, #49530080), url('../images/andrew-jasso-155771.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.slide.first {
  background-image: linear-gradient(#1d1d1d80, #1d1d1d80), url('../images/5907a46fd990625129a9fd50_clarisse-meyer-152699.jpg');
  background-position: 0 0, 50% 34%;
  background-size: auto, cover;
}

.slide.first.box {
  background-image: linear-gradient(#1d1d1d80, #1d1d1d80), url('../images/5592c53bfba0207d12ac7c9b_3361b5e1.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.slide.hero {
  background-image: linear-gradient(#0000004f, #0000004f), url('../images/slide-1.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.slide-2 {
  background-image: linear-gradient(#49530038, #49530038), linear-gradient(#00000069, #00000069), url('../images/rmp3qc71x10-jose-urbano.jpg');
  background-position: 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
  background-attachment: scroll, scroll, scroll;
}

.slide-2.new {
  background-image: linear-gradient(#00000069, #00000069), url('../images/ju-on-148561-1-1-1.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

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

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

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

.leaf {
  text-align: center;
}

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

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

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

.div-image {
  filter: grayscale(94%);
  transition: all .5s;
}

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

.div-image.singel {
  filter: none;
  transition: none;
}

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

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

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

.image-13 {
  transition: all .5s;
}

.slider-arrows {
  opacity: .3;
  border: 2px solid #fff;
  border-radius: 10px;
  width: 60px;
  height: 60px;
  margin-left: 20px;
  margin-right: 20px;
  transition: opacity .4s;
}

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

.go-to {
  background-color: #a75d1d;
  background-image: url('../images/d-arrow.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 16px;
  border-radius: 5px;
  width: 48px;
  height: 48px;
  transition: all .5s;
  position: fixed;
  bottom: 15px;
  right: 15px;
}

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

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

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

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

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

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

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

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

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

.text-block-19, .text-block-20, .text-block-21, .text-block-22, .text-block-23, .text-block-24, .text-block-25, .text-block-26 {
  font-size: 11px;
}

.text-block-26.nav-link.stay-black {
  color: #020202;
}

.text-block-27, .text-block-28, .text-block-29, .text-block-30, .text-block-31, .text-block-32, .text-block-33, .text-block-34, .text-block-35, .text-block-36, .text-block-37, .text-block-38 {
  font-size: 11px;
}

.contact-full-wrapper {
  z-index: 9999;
  background-color: #000000d9;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  inset: 0;
}

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

.popup-div.contact {
  transform: none;
  box-shadow: 0 20px 20px #00000008;
}

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

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

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

.algin-center {
  text-align: center;
  margin-top: 20px;
}

.sub-tittle.top {
  color: #dc8235;
  letter-spacing: 1px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 300;
}

.heading-4 {
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  font-weight: 600;
}

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

.field-label {
  letter-spacing: 1px;
  margin-bottom: 10px;
  padding-left: 5px;
  font-size: 12px;
}

.field-label.center {
  color: #0ec22b;
  text-transform: uppercase;
  font-family: Playfair Display, sans-serif;
  font-weight: 400;
}

.text-field-popup {
  background-color: #f4f4f4;
  border-style: none;
  border-radius: 5px;
  height: 50px;
  padding-left: 20px;
  font-family: Montserrat, sans-serif;
  font-weight: 300;
}

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

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

.close-button {
  background-color: #0ec22b;
  background-image: url('../images/White_modalNormal_1White_modalNormal.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 20px;
  border-radius: 50px;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 25px;
  right: 25px;
}

.close-button:hover {
  background-color: #0d9622;
  background-image: url('../images/White_modalNormal_1White_modalNormal.png');
  background-size: 20px;
}

.title-contact {
  margin-bottom: 0;
  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 {
  justify-content: center;
  display: flex;
}

.phone-side-features {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  width: 30%;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.feature-center {
  width: 33%;
}

.center-title {
  text-align: center;
  letter-spacing: 1px;
  margin-top: 10px;
}

.navigation-element {
  position: relative;
  inset: 0;
  overflow: hidden;
}

.navigation-element.big.middle {
  height: 228px;
}

.top-logo {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 0;
}

.body-padding {
  background-color: #e2e2e2;
  padding: 40px;
}

.body-padding.white, .content-div {
  background-color: #fff;
}

.content-div.gray {
  background-color: #f3f3f3;
}

.dynamic-list-wrapper-2 {
  border-radius: 5px;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.dynamic-list-3 {
  border-radius: 5px;
}

.subscribe-card {
  z-index: 3000;
  text-align: center;
  background-color: #fff;
  border-radius: 10px;
  padding: 25px;
  position: fixed;
  bottom: 25px;
  left: 25px;
  overflow: hidden;
  box-shadow: 0 6px 20px #0000002b;
}

.bold-text {
  font-family: Montserrat, sans-serif;
  font-size: 16px;
}

.close-card {
  z-index: 1000;
  text-align: left;
  background-color: #e6e6e6;
  background-image: url('../images/White_modalNormal_1White_modalNormal.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 12px;
  border-radius: 5px;
  width: 34px;
  height: 34px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: 4px;
  left: 4px;
}

.close-card:hover {
  background-color: #dc8235;
}

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

.columns {
  margin-top: 40px;
}

.licence-items {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 60%;
  margin-bottom: -24px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.licence-item-firs {
  background-color: #fff;
  border: 1px solid #dde1e7;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 24px;
  padding: 20px;
  display: flex;
}

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

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

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

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

.licence-link.changelog:hover {
  color: var(--lime-green-2);
}

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

.flex-div.right-side {
  text-align: left;
  justify-content: flex-end;
  display: flex;
}

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

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

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

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

.info-div-wrapper {
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

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

.galery-grid.icons-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.sticky {
  position: sticky;
  top: 120px;
}

.icons {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 75px;
}

.icons.two {
  background-image: url('../images/icons8-easy-250-1.png');
  background-size: contain;
}

.icons.one {
  background-image: url('../images/icons8-flying-duck-250-1.png');
  background-size: contain;
}

.icons.seventh {
  background-color: var(--black);
  background-image: url('../images/icons8-microscope-250.png');
  background-size: contain;
}

.icons.three {
  background-image: url('../images/icons8-stationery-250.png');
  background-size: contain;
}

.icons.sixth {
  background-color: var(--black);
  background-image: url('../images/icons8-headset-250.png');
  background-size: contain;
}

.icons.four {
  background-color: var(--black);
  background-image: url('../images/icons8-stationery-250-1.png');
  background-size: contain;
}

.icons.eight {
  background-color: var(--black);
  background-image: url('../images/icons8-iphone-x-250.png');
  background-size: contain;
}

.icons.nine {
  background-color: var(--black);
  background-image: url('../images/icons8-asia-250.png');
  background-size: contain;
}

.icons.nine.new {
  background-image: url('../images/icons8-leaf-128_1icons8-leaf-128.png');
}

.icons.ten {
  background-color: var(--black);
  background-image: url('../images/icons8-easy-250.png');
  background-size: contain;
}

.icons.new {
  background-color: var(--black);
  background-image: url('../images/icons8-save-close-128_1icons8-save-close-128.png');
  background-size: contain;
}

.grid-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  width: 100%;
  display: grid;
}

.grid-block.padding-top {
  grid-column-gap: 40px;
  grid-template-columns: 1fr 1fr;
  margin-top: 100px;
}

.box-service-image-2 {
  text-align: left;
  background-image: url('../images/card-assess.jpg');
  background-position: 50%;
  background-size: cover;
  width: auto;
  height: auto;
  margin-right: 0;
  padding: 40px;
  box-shadow: 0 20px 20px #00000029;
}

.box-service-image-2._2 {
  background-image: url('../images/card-select.jpg');
  background-position: 100% 78%;
  background-size: cover;
  box-shadow: 14px 14px 20px #00000029;
}

.box-service-image-2._3 {
  background-image: url('../images/card-orion.jpg');
  background-position: 50%;
  background-size: cover;
}

.box-service-image-2._3.full {
  background-image: linear-gradient(#0000, #000), url('../images/59354e213b82d736ece07edd_wil-stewart-18242-1.jpg');
}

.box-service-image-2.full {
  background-image: linear-gradient(#0000, #000), url('../images/martin-burdon-178543.jpg');
  margin-right: 40px;
}

.box-service-image-2.lighter {
  background-image: linear-gradient(#6b340259, #6b340259), url('../images/martin-burdon-178543.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  height: 300px;
}

.box-service-image-2.lighter._2 {
  box-shadow: none;
  background-image: linear-gradient(#0d962257, #0d962257), url('../images/philipp-reiner-686.jpg');
  background-position: 0 0, 50%;
  background-size: auto, 750px;
}

.box-service-image-2.lighter._3 {
  box-shadow: none;
  background-image: linear-gradient(#2a76fd45, #2a76fd45), url('../images/59354e213b82d736ece07edd_wil-stewart-18242-1.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.box-service-image-2.lighter.first {
  background-image: linear-gradient(to bottom, null, null), url('../images/martin-burdon-178543.jpg');
  box-shadow: none;
}

.box-service-image-copy {
  text-align: left;
  background-image: url('../images/card-salesmax.jpg');
  background-position: 50%;
  background-size: cover;
  width: auto;
  height: auto;
  margin-right: 0;
  padding: 40px;
  box-shadow: 0 20px 20px #00000029;
}

.box-service-image-copy._2 {
  background-image: url('../images/card-select.jpg');
  background-position: 100% 78%;
  background-size: cover;
  box-shadow: 14px 14px 20px #00000029;
}

.box-service-image-copy._3 {
  background-image: url('../images/card-berke.jpg');
  background-position: 50%;
  background-size: cover;
}

.box-service-image-copy._3.full {
  background-image: linear-gradient(#0000, #000), url('../images/59354e213b82d736ece07edd_wil-stewart-18242-1.jpg');
}

.box-service-image-copy.full {
  background-image: linear-gradient(#0000, #000), url('../images/martin-burdon-178543.jpg');
  margin-right: 40px;
}

.box-service-image-copy.lighter {
  background-image: linear-gradient(#6b340259, #6b340259), url('../images/martin-burdon-178543.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  height: 300px;
}

.box-service-image-copy.lighter._2 {
  box-shadow: none;
  background-image: linear-gradient(#0d962257, #0d962257), url('../images/philipp-reiner-686.jpg');
  background-position: 0 0, 50%;
  background-size: auto, 750px;
}

.box-service-image-copy.lighter._3 {
  box-shadow: none;
  background-image: linear-gradient(#2a76fd45, #2a76fd45), url('../images/59354e213b82d736ece07edd_wil-stewart-18242-1.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.box-service-image-copy.lighter.first {
  background-image: linear-gradient(to bottom, null, null), url('../images/martin-burdon-178543.jpg');
  box-shadow: none;
}

.box-service-image-copy-copy {
  text-align: left;
  background-image: url('../images/card-salesmax.jpg');
  background-position: 50%;
  background-size: cover;
  width: auto;
  height: auto;
  margin-right: 0;
  padding: 40px;
  box-shadow: 0 20px 20px #00000029;
}

.box-service-image-copy-copy._2 {
  background-image: url('../images/card-tti.jpg');
  background-position: 100% 78%;
  background-size: cover;
  box-shadow: 14px 14px 20px #00000029;
}

.box-service-image-copy-copy._3 {
  background-image: url('../images/card-orion.jpg');
  background-position: 50%;
  background-size: cover;
}

.box-service-image-copy-copy._3.full {
  background-image: linear-gradient(#0000, #000), url('../images/59354e213b82d736ece07edd_wil-stewart-18242-1.jpg');
}

.box-service-image-copy-copy.full {
  background-image: linear-gradient(#0000, #000), url('../images/martin-burdon-178543.jpg');
  margin-right: 40px;
}

.box-service-image-copy-copy.lighter {
  background-image: linear-gradient(#6b340259, #6b340259), url('../images/martin-burdon-178543.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  height: 300px;
}

.box-service-image-copy-copy.lighter._2 {
  box-shadow: none;
  background-image: linear-gradient(#0d962257, #0d962257), url('../images/philipp-reiner-686.jpg');
  background-position: 0 0, 50%;
  background-size: auto, 750px;
}

.box-service-image-copy-copy.lighter._3 {
  box-shadow: none;
  background-image: linear-gradient(#2a76fd45, #2a76fd45), url('../images/59354e213b82d736ece07edd_wil-stewart-18242-1.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.box-service-image-copy-copy.lighter.first {
  background-image: linear-gradient(to bottom, null, null), url('../images/martin-burdon-178543.jpg');
  box-shadow: none;
}

.checkbox-label {
  text-align: left;
  object-fit: fill;
}

.checkbox-label-2, .checkbox-label-3, .checkbox-label-4, .checkbox-label-5, .checkbox-label-6, .checkbox-label-7, .checkbox-label-8, .checkbox-label-9, .checkbox-label-10 {
  text-align: left;
}

.checkbox {
  font-size: 16px;
}

.form-3 {
  text-align: left;
}

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

  blockquote {
    font-size: 28px;
  }

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

  .nav-bar.second.middle-logo {
    height: auto;
  }

  .nav-bar.second.box {
    padding-left: 20px;
    padding-right: 20px;
  }

  .nav-link {
    text-align: left;
    border-width: 0;
    border-bottom-style: none;
    border-radius: 0;
    width: auto;
    margin-left: 20px;
    margin-right: 20px;
    padding: 15px 20px 15px 10px;
    position: static;
  }

  .nav-link:hover {
    background-color: #ffffff0f;
    border-style: none;
    border-width: 0;
    border-radius: 0;
  }

  .nav-link.alternative {
    margin-left: 10px;
    margin-right: 10px;
    padding: 10px;
  }

  .nav-link.alternative:hover {
    background-color: #0000;
  }

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

  .nav-link.black:hover {
    background-color: #ffffff0f;
  }

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

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

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

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

  .hero-section.homepage {
    height: 600px;
    padding-top: 180px;
    padding-bottom: 100px;
  }

  .hero-section.homepage.third {
    height: 650px;
    padding-top: 160px;
  }

  .hero-section.homepage.natural {
    height: auto;
    padding-bottom: 100px;
  }

  .hero-section.homepage.natural.middle {
    height: auto;
    margin-left: 0;
    margin-right: 0;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .hero-section.homepage.travel {
    height: auto;
  }

  .hero-section.homepage.second {
    padding-top: 150px;
  }

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

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

  .hero-container.main-slider.box {
    top: 25%;
  }

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

  .hero-tittle {
    padding-right: 0;
  }

  .hero-tittle.intro {
    margin-top: 30px;
    font-size: 36px;
    line-height: 42px;
  }

  .hero-tittle.intro.center.all-caps {
    padding-left: 40px;
    padding-right: 40px;
    font-size: 45px;
    line-height: 50px;
  }

  .hero-tittle.left {
    text-align: center;
    font-size: 55px;
    line-height: 60px;
  }

  .hero-tittle.left.top, .hero-tittle.left.top.middle {
    margin-top: 0;
  }

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

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

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

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

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

  .section.about.middle.causes {
    margin-top: -120px;
  }

  .section.about.nature {
    padding-bottom: 160px;
  }

  .section.wellcome.team {
    padding-left: 80px;
    padding-right: 80px;
  }

  .section.projects {
    height: auto;
  }

  .section.toggle {
    padding-bottom: 180px;
  }

  .section.gray-dark {
    background-position: -782px;
  }

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

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

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

  .container {
    text-align: center;
  }

  .container.center {
    height: auto;
  }

  .button.hero {
    float: none;
  }

  .button.causes {
    margin-top: 20px;
  }

  .heading.subtitle {
    padding-left: 100px;
    padding-right: 100px;
  }

  .heading.subtitle.center.tinny-text {
    width: 100%;
  }

  .heading.features.blog {
    color: #000;
  }

  .heading.features.blog.white {
    color: #fff;
    transition: color .4s;
  }

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

  .heading.features.services {
    font-size: 15px;
  }

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

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

  .heading.features.right, .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: 0;
  }

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

  .features-block.icon.alternative {
    float: none;
    width: 80%;
    height: auto;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    padding: 20px 0;
  }

  .features-block.icon.alternative:hover {
    float: none;
  }

  .features-block.icon.gray {
    margin-bottom: 0;
  }

  .features-block.icon.no-color {
    text-align: center;
    border-bottom-style: none;
    border-left-style: solid;
    border-right-style: none;
    height: 100%;
    padding: 40px 80px;
  }

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

  .features-block.icon.clear {
    text-align: center;
    padding-right: 20px;
  }

  .features-block.fact-box {
    text-align: center;
    margin-bottom: 20px;
  }

  .features-block.fact-box.new {
    height: 240px;
  }

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

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

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

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

  .row-motion {
    height: auto;
  }

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

  .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 {
    height: 280px;
    padding-left: 0;
    padding-right: 0;
    position: relative;
    top: 50px;
    left: 0;
    right: 0;
  }

  .half-section-block {
    width: 100%;
  }

  .half-section-block._2 {
    padding-top: 90px;
    padding-left: 40px;
    padding-right: 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 {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .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 {
    color: #fff;
    background-color: #0000;
  }

  .icon.middle {
    color: #020202;
  }

  .menu-button {
    background-color: #ffffff1f;
    margin-top: 0;
  }

  .menu-button.w--open {
    background-color: #ffffff4d;
  }

  .menu-button.gray {
    background-color: #72727245;
    border-radius: 5px;
  }

  .menu-button.gray.hamburger {
    float: none;
    text-align: center;
    background-color: #ffffff45;
  }

  .menu-button.gray.hamburger.middle {
    background-color: #0000;
  }

  .footer-logo.left {
    float: none;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .nav-menu {
    float: right;
    text-align: center;
    background-color: #000000e6;
    margin-left: 0;
    margin-right: 0;
  }

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

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

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

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

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

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

  .dropdown-link {
    padding-left: 10px;
    padding-right: 20px;
    display: block;
  }

  .dropdown-link:hover {
    background-color: #000;
  }

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

  .tittle-skills.percent {
    font-family: Open Sans, sans-serif;
  }

  .tittle-skills.percent.green {
    font-family: Montserrat, sans-serif;
  }

  .iphone, .iphone.top {
    margin-top: -60px;
  }

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

  .div-images {
    margin-top: -120px;
  }

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

  .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 {
    bottom: auto;
    right: -10px;
  }

  .laptop-div, .laptop-div.alternative {
    width: 100%;
  }

  .div-footer {
    padding-left: 20px;
    padding-right: 20px;
  }

  .info-box {
    margin-bottom: 40px;
  }

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

  .box-text.white.center.service {
    font-size: 14px;
  }

  .cta-text.white {
    margin-top: 0;
  }

  .adress {
    font-size: 12px;
  }

  .blog-post-wrapper, .blog-post-wrapper.first {
    width: 100%;
  }

  .info-post {
    font-size: 12px;
  }

  .box-service-image {
    padding-left: 30px;
    padding-right: 30px;
  }

  .box-service-image._3.full, .box-service-image.full {
    margin-right: 20px;
  }

  .box-service-image.lighter {
    height: auto;
  }

  .team-div._5.circle {
    margin-top: 20px;
  }

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

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

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

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

  .link-block.default {
    background-size: cover;
    width: 100%;
    height: 400px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .my-image-div {
    background-position: 50%;
  }

  .iteam-block-wrapper.second-style.singel {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .cause-image-block {
    padding-bottom: 0;
    display: block;
  }

  .cuses-list-item.singel {
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .team-wrapper.box {
    margin-bottom: 20px;
  }

  .dynamic-list-wrapper {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .dynamic-list-2.singel {
    float: none;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .left-side-div {
    padding-right: 0;
  }

  .paragraph-30, .paragraph-31 {
    font-size: 12px;
  }

  .div-wrapper {
    width: 100%;
  }

  .iphone-image {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .ipad {
    margin-top: 30px;
  }

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

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

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

  .phone-center-features {
    text-align: center;
    flex-direction: column;
  }

  .phone-side-features {
    text-align: center;
    flex-direction: row;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .sticky {
    position: relative;
    top: 0;
  }

  .grid-block.padding-top {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .box-service-image-2 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .box-service-image-2._3.full, .box-service-image-2.full {
    margin-right: 20px;
  }

  .box-service-image-2.lighter {
    height: auto;
  }

  .box-service-image-copy._3.full, .box-service-image-copy.full {
    margin-right: 20px;
  }

  .box-service-image-copy {
    padding-left: 30px;
    padding-right: 30px;
  }

  .box-service-image-copy._3.full, .box-service-image-copy.full {
    margin-right: 20px;
  }

  .box-service-image-copy.lighter {
    height: auto;
  }

  .box-service-image-copy-copy {
    padding-left: 30px;
    padding-right: 30px;
  }

  .box-service-image-copy-copy._3.full, .box-service-image-copy-copy.full {
    margin-right: 20px;
  }

  .box-service-image-copy-copy.lighter {
    height: auto;
  }
}

@media screen and (max-width: 767px) {
  blockquote {
    font-size: 20px;
  }

  .nav-bar.second.box {
    padding-left: 0;
    padding-right: 0;
  }

  .brand.middle {
    padding-left: 0;
  }

  .nav-link.alternative {
    margin-left: 0;
    margin-right: 0;
  }

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

  .hero-section.homepage.travel {
    height: auto;
  }

  .hero-section.homepage.second, .hero-section.homepage-8 {
    height: 600px;
  }

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

  .hero-container.intro {
    height: auto;
    padding: 0 20px 100px;
  }

  .hero-container.main-slider {
    top: 30%;
  }

  .hero-container.main-slider.box {
    top: 20%;
  }

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

  .hero-tittle {
    padding-right: 0;
    font-size: 50px;
    line-height: 60px;
  }

  .hero-tittle.intro {
    text-align: center;
  }

  .hero-tittle.intro.center.all-caps {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 36px;
    line-height: 40px;
  }

  .hero-tittle.left {
    text-align: center;
  }

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

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

  .hero-paragraph {
    font-size: 15px;
  }

  .hero-paragraph.left {
    text-align: center;
    padding-left: 40px;
    padding-right: 40px;
  }

  .section {
    padding: 100px 70px;
  }

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

  .section.video.alternative.background {
    background-position: 0;
  }

  .section.video.alternative.gray {
    padding-left: 30px;
    padding-right: 30px;
  }

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

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

  .section.testimonials.transparent.lines {
    padding-left: 50px;
    padding-right: 50px;
  }

  .section.white.services {
    padding-left: 0;
    padding-right: 0;
  }

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

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

  .section.about.middle {
    margin-top: -88px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .section.about.middle.nature {
    margin-top: 0;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section.about.middle.causes {
    margin-top: -60px;
    padding-top: 150px;
  }

  .section.about.nature {
    background-image: linear-gradient(to bottom, null, null), url('../images/philipp-reiner-686_1.jpg');
    background-size: auto, cover;
    padding-bottom: 140px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .section.wellcome.team {
    padding-left: 50px;
    padding-right: 50px;
  }

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

  .section.projects.white.porfolio {
    padding-bottom: 50px;
  }

  .section.gray-dark {
    background-position: 0 100%;
  }

  .section.blog {
    height: auto;
  }

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

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

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

  .section.padding {
    background-size: auto, cover;
  }

  .button.center {
    float: none;
  }

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

  .button.outline.white, .button.hero {
    float: none;
  }

  .button.cta {
    text-align: center;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
  }

  .button.causes {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .page-header.button {
    padding-top: 150px;
    padding-bottom: 100px;
  }

  .heading.subtitle {
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading.subtitle.center {
    font-size: 14px;
  }

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

  .heading.features.right, .heading.features.left {
    text-align: center;
  }

  .heading.center {
    margin-top: 0;
    font-size: 30px;
  }

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

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

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

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

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

  .features-block.icon.no-color {
    border-bottom-style: none;
    height: auto;
    padding-top: 40px;
  }

  .features-block.icon.clear {
    text-align: center;
  }

  .features-block.fact-box {
    height: auto;
  }

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

  .paragraph.center.black, .paragraph.center.white {
    padding-left: 20px;
    padding-right: 20px;
  }

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

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

  .hero-wrapper {
    height: 400px;
    margin-left: auto;
    margin-right: auto;
  }

  .hero-wrapper.horizontal {
    padding-left: 0;
    padding-right: 0;
  }

  .testimonial-slider {
    height: auto;
  }

  .pricing-block {
    height: auto;
    margin-bottom: 20px;
  }

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

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

  .team-block-image {
    margin-bottom: 30px;
  }

  .team-testimonial-block.transparent {
    height: auto;
  }

  .div-text._2 {
    height: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

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

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

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

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

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

  .row {
    margin-bottom: 0;
  }

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

  .color-block {
    height: auto;
  }

  .portfolio-wrapper {
    top: 100%;
  }

  .two-pieces-section {
    float: none;
  }

  .half-section-block {
    float: none;
    width: 100%;
    height: 500px;
  }

  .half-section-block._2 {
    float: none;
    width: 100%;
    height: 600px;
    padding: 50px;
  }

  .half-section-block._2.left {
    width: 100%;
    height: 700px;
    max-height: 700px;
    padding: 60px;
    display: inline-block;
  }

  .half-section-block.right {
    height: 600px;
  }

  .icon-block-features, .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: 0;
    margin-bottom: 0;
  }

  .heading3 {
    text-align: center;
  }

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

  .video-content {
    width: 100%;
    margin-left: auto;
    margin-right: 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 {
    text-align: center;
    margin-left: 10px;
  }

  .menu-button.gray.hamburger.middle {
    margin-left: 10px;
  }

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

  .dropdown-link {
    width: auto;
  }

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

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

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

  .div.third {
    background-image: url('../images/o0rzkkl072u-david-marcu_1.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% 0;
  }

  .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-bottom: 20px;
    margin-left: 0;
    margin-right: 0;
  }

  .slide-nav {
    margin-top: 50px;
    position: relative;
  }

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

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

  .name-customer.white {
    float: none;
  }

  .image-12 {
    display: none;
  }

  .center-div {
    top: 14%;
  }

  .separated-div-wrapper {
    text-align: center;
  }

  .separated-div-wrapper.left {
    float: none;
    margin-top: 20px;
    margin-left: 0;
    margin-right: 0;
  }

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

  .toggle-wrapper {
    width: 100%;
  }

  .dark-backround.second {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .info-box.second.dark, .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 {
    text-align: center;
    margin-bottom: 20px;
  }

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

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

  .skills-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .footer-title {
    margin-top: 30px;
  }

  .box-service-image {
    text-align: center;
    margin-bottom: 20px;
  }

  .box-service-image.lighter.first {
    margin-top: 20px;
  }

  .services-div {
    margin-left: 20px;
    margin-right: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .services-div.team {
    padding-left: 10px;
    padding-right: 10px;
  }

  .hero-div-video {
    background-image: linear-gradient(#00000080, #00000080), url('../images/ju-on-148561-1.jpg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
  }

  .hero-div-video.sixth {
    background-image: linear-gradient(#00000080, #00000080), url('../images/david-marcu-114194_2.jpg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    height: auto;
  }

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

  .link-block.default {
    height: 240px;
  }

  .iteam-block-wrapper.second-style.singel, .ieam-image-block {
    width: 100%;
  }

  .donation-text.gray.light, .donation-text.white {
    float: none;
  }

  .team-wrapper {
    margin-bottom: 20px;
  }

  .dynamic-list-wrapper {
    width: 70%;
    margin-top: 40px;
    padding-left: 0;
    padding-right: 0;
  }

  .dynamic-list-2.singel {
    float: none;
    width: 100%;
  }

  .row-presentation {
    margin-bottom: 0;
  }

  .div-wrapper {
    width: 100%;
  }

  .slider-arrows {
    display: none;
  }

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

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

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

  .close-button {
    top: 10px;
    right: 10px;
  }

  .phone-center-features {
    flex-direction: column;
  }

  .phone-side-features {
    text-align: center;
    flex-direction: row;
    width: 100%;
  }

  .feature-center {
    width: 100%;
  }

  .top {
    margin-top: 50px;
  }

  .licence-items, .licence-item-firs, .half-info-div {
    width: 100%;
  }

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

  .galery-grid {
    grid-template-columns: 1fr 1fr;
  }

  .grid-block {
    grid-template-columns: 1fr .5fr;
  }

  .box-service-image-2 {
    text-align: center;
    margin-bottom: 20px;
  }

  .box-service-image-2.lighter.first {
    margin-top: 20px;
  }

  .box-service-image-copy {
    text-align: center;
    margin-bottom: 20px;
  }

  .box-service-image-copy.lighter.first {
    margin-top: 20px;
  }

  .box-service-image-copy-copy {
    text-align: center;
    margin-bottom: 20px;
  }

  .box-service-image-copy-copy.lighter.first {
    margin-top: 20px;
  }
}

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

  .nav-link {
    margin-left: 0;
    margin-right: 0;
    padding-top: 15px;
    padding-bottom: 15px;
  }

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

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

  .hero-section.homepage {
    padding-top: 145px;
  }

  .hero-section.homepage.third {
    height: auto;
    padding-bottom: 80px;
  }

  .hero-section.homepage.second {
    height: 700px;
  }

  .hero-section.banner {
    height: 600px;
  }

  .hero-container {
    padding-bottom: 0;
  }

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

  .hero-container.main-slider {
    top: 30%;
  }

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

  .hero-tittle {
    width: auto;
    padding-left: 10px;
    padding-right: 0;
    font-size: 34px;
    line-height: 42px;
  }

  .hero-tittle.intro {
    text-align: center;
    font-size: 30px;
    line-height: 44px;
  }

  .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 {
    padding-left: 0;
    font-size: 30px;
    line-height: 35px;
    display: block;
  }

  .hero-tittle.box {
    font-size: 40px;
    line-height: 45px;
  }

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

  .hero-paragraph.left {
    padding-left: 0;
    padding-right: 0;
  }

  .section {
    padding: 100px 10px;
  }

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

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

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

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

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

  .section.white {
    text-align: center;
    padding-bottom: 100px;
  }

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

  .section.about.middle {
    background-image: linear-gradient(to bottom, null, null), url('../images/121231.jpg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    margin-top: -40px;
    padding-top: 100px;
  }

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

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

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

  .section.blog {
    height: auto;
  }

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

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

  .button.center {
    float: none;
  }

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

  .button.causes {
    width: 70%;
  }

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

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

  .page-header.trial.map.green, .image-section-overlay.color {
    padding-top: 100px;
  }

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

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

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

  .heading.center.white-font {
    font-size: 22px;
    line-height: 32px;
  }

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

  .features-block {
    height: auto;
  }

  .features-block.icon.alternative {
    width: 100%;
    height: auto;
    margin-bottom: 0;
    padding-top: 24px;
    padding-left: 0;
    padding-right: 0;
  }

  .features-block.icon.gray {
    height: auto;
    padding-top: 30px;
  }

  .features-block.icon.no-color {
    padding-left: 30px;
    padding-right: 30px;
  }

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

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

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

  .hero-wrapper {
    width: 90%;
    margin-top: 60px;
    margin-left: auto;
    margin-right: auto;
  }

  .testimonial-slider, .pricing-block {
    height: auto;
  }

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

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

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

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

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

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

  .trial-wrapper {
    width: 90%;
  }

  .trial-field {
    float: none;
    text-align: center;
    border-radius: 3px;
    width: 100%;
    margin-bottom: 10px;
    margin-left: 0;
    padding-left: 11px;
  }

  .trial-button {
    border-radius: 3px;
    width: 100%;
  }

  .trial-button.sec {
    float: none;
    width: 100%;
  }

  .row {
    margin-bottom: 0;
  }

  .column {
    text-align: center;
  }

  .color-block.licensing {
    padding: 20px;
  }

  .half-section-block {
    height: 550px;
  }

  .half-section-block._2 {
    height: 600px;
    max-height: 600px;
    padding-left: 10px;
    padding-right: 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: 0;
  }

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

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

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

  .heading3 {
    text-align: center;
  }

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

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

  .font-icon.number {
    font-weight: 500;
  }

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

  .icon {
    color: #fff;
    width: auto;
    height: auto;
    padding: 0;
  }

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

  .menu-button {
    background-color: #ffffff29;
    margin-right: 10px;
  }

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

  .dropdown-link, .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-left: 0;
    margin-right: 0;
  }

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

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

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

  .thumbnail.date {
    display: none;
  }

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

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

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

  .toggle-wrapper {
    width: 100%;
  }

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

  .dark-backround.testimonials {
    padding-left: 20px;
    padding-right: 20px;
  }

  .info-box.second.dark, .info-box.white.service {
    height: auto;
  }

  .box-text.white.center.service {
    text-align: center;
    font-size: 14px;
  }

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

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

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

  .small-header {
    height: auto;
  }

  .box-service-image._3.full, .box-service-image.full {
    margin-right: 0;
  }

  .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 {
    float: none;
    margin-bottom: 10px;
  }

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

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

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

  .column-10, .column-11 {
    text-align: center;
  }

  .link-block.default {
    height: 180px;
  }

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

  .dynamic-list-wrapper {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .slider.box {
    height: 550px;
  }

  .div-wrapper {
    width: 100%;
  }

  .go-to {
    top: 5px;
    bottom: auto;
    right: 5px;
  }

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

  .popup-div {
    width: 300px;
  }

  .contact-wrapper-div.in-devices {
    padding-left: 20px;
    padding-right: 20px;
  }

  .close-button {
    background-image: url('../images/White_modalNormal_1White_modalNormal.png');
    background-repeat: no-repeat;
    background-size: 20px;
    top: 5px;
    right: 5px;
  }

  .close-button:hover {
    background-size: 20px;
  }

  .phone-center-features {
    width: 100%;
  }

  .phone-side-features {
    flex-direction: column;
  }

  .navigation-element.big {
    height: 165px;
  }

  .body-padding {
    padding: 20px;
  }

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

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

  .licence-item-firs {
    flex-direction: column;
    justify-content: space-between;
    width: auto;
    padding: 15px 15px 14px;
  }

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

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

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

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

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

  .galery-grid {
    grid-template-columns: 1fr;
  }

  .galery-grid.icons-grid {
    grid-template-columns: 1fr 1fr;
  }

  .box-service-image-2._3.full, .box-service-image-2.full {
    margin-right: 0;
  }

  .box-service-image-2.lighter.first {
    margin-top: 20px;
  }

  .box-service-image-copy._3.full, .box-service-image-copy.full {
    margin-right: 0;
  }

  .box-service-image-copy._3.full, .box-service-image-copy.full {
    margin-right: 0;
  }

  .box-service-image-copy.lighter.first {
    margin-top: 20px;
  }

  .box-service-image-copy-copy._3.full, .box-service-image-copy-copy.full {
    margin-right: 0;
  }

  .box-service-image-copy-copy.lighter.first {
    margin-top: 20px;
  }
}

#w-node-_64435f64-d863-0f86-1ef0-4d8e22cb343c-7efb29de {
  align-self: start;
}

@media screen and (max-width: 991px) {
  #w-node-_64435f64-d863-0f86-1ef0-4d8e22cb343c-7efb29de, #w-node-_64435f64-d863-0f86-1ef0-4d8e22cb3444-7efb29de {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


