.w-embed-youtubevideo {
  width: 100%;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.mobileHide { display: inline;}
   /* Smartphone Portrait and Landscape */
   @media only screen
   and (min-device-width : 320px)
   and (max-device-width : 480px){  .mobileHide { display: none;}}
   
}











.button-wrapper-cta {
  display: block;
  text-align: center;
  margin-top: 50px;
}

.cta-button {
  border: none;
  border-radius: 2em;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
  display: inline-block;
  font-family: Montserrat, sans-serif;
  font-size: 1em;
  text-decoration: none;
  padding: 1em 2em;
  width: auto;
}

.consult-button {
    
  background-color: #1bc6c9;
  color: #fff !important;
  border: none;
  border-radius: 2em;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
  display: inline-block;
  font-family: Montserrat, sans-serif;
  font-size: 1em;
  text-decoration: none;
  padding: 1em 2em;
  width: auto;
}

.consult-button-nav{
    
  background-color: #1bc6c9;
  color: #fff !important;
  border: none;
  border-radius: 2em;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
  display: inline-block;
  font-family: Montserrat, sans-serif;
  font-size: 10px;
  text-decoration: none;
  padding: 1em 2em;
  width: auto;
}

.button-cta {
  background-color: #1bc6c9;
  color: #fff !important;
}

.button-cta:hover {
  background-color: #000000;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

body {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}



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: 300;
  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 #1bc6c9;
  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: rgba(0, 0, 0, 0.20);
  border-bottom: 1px solid rgba(255, 255, 255, .15);
  padding-top: 20px;
  padding-bottom: 20px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

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

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

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

.nav-link {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(255, 255, 255, 0);
  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: rgba(0, 0, 0, 0);
  border-width: 1px;
  border-color: rgba(255, 255, 255, .5);
  border-radius: 100px;
}

.nav-link.w--current {
  color: #fff;
  background-color: rgba(0, 0, 0, .08);
  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 {
  height: auto;
  color: #020202;
  border-style: none;
}

.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: rgba(0, 0, 0, 0);
}

.nav-link.footer {
  color: #a09e9e;
  text-align: left;
  text-transform: none;
  background-color: rgba(0, 0, 0, 0);
  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.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;
}

.hero-section {
  height: 100%;
  background-image: linear-gradient(rgba(255, 255, 255, .2), rgba(255, 255, 255, .2)), url('../images/66807508_s.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  padding-top: 150px;
  padding-bottom: 150px;
  overflow: hidden;
}

.hero-section.homepage {
  height: 675px;
  background-image: linear-gradient(to top, rgba(209, 209, 209, 0) 44%, #fff), url('../images/1_o0HleR7BSe8W-pTnmucqHA.jpeg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  padding-top: 190px;
  padding-bottom: 80px;
  position: relative;
}

.hero-section.homepage.third {
  width: auto;
  height: 700px;
  text-shadow: 1px 1px 6px #000;
  object-fit: fill;
  background-image: url('../images/macbook-69.png'), url('../images/Untitled-7.png');
  background-position: 50% 60%, 50% 70%;
  background-repeat: no-repeat, no-repeat;
  background-size: 600px 300px, cover;
  background-attachment: scroll, fixed;
  padding-top: 70px;
  padding-bottom: 80px;
  position: static;
  overflow: visible;
}

.hero-section.homepage.natural {
  height: 100%;
  background-image: linear-gradient(rgba(33, 37, 0, .31), rgba(33, 37, 0, .31)), linear-gradient(rgba(0, 0, 0, .26), rgba(0, 0, 0, .26)), url('../images/apfel-as2t.png');
  background-position: 0 0, 0 0, 50% 0;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, auto;
  background-attachment: scroll, scroll, fixed;
  padding-bottom: 0;
  position: relative;
  overflow: hidden;
}

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

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

.hero-section.homepage.seven {
  height: 750px;
  background-image: linear-gradient(rgba(255, 255, 255, .2), rgba(255, 255, 255, .2)), url('../images/orca.jpg');
  background-position: 0 0, 100%;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  padding-top: 220px;
}

.hero-section.homepage.seven.found {
  background-image: linear-gradient(rgba(255, 255, 255, .2), rgba(255, 255, 255, .2)), url('../images/276922.jpg');
  background-position: 0 0, 0 0;
}

.hero-section.homepage.seven.agile {
  background-image: linear-gradient(rgba(255, 255, 255, .18), rgba(255, 255, 255, .18)), url('../images/0aebf3618db1315eb04eaaca7478fc37-700.jpg');
  background-position: 0 0, 0 0;
}

.hero-section.homepage.seven.mata {
  background-image: linear-gradient(rgba(255, 255, 255, .25), rgba(255, 255, 255, .25)), url('../images/Raccoon-Mickey-Watkins.jpg');
  background-position: 0 0, 50% 0;
  position: relative;
}

.hero-section.homepage.seven.career {
  background-image: linear-gradient(rgba(255, 255, 255, .2), rgba(255, 255, 255, .2)), url('../images/beaver_dam_1050x700.jpg');
  background-position: 0 0, 50% 0;
}

.hero-section.homepage.seven.matp {
  background-image: linear-gradient(rgba(255, 255, 255, .2), rgba(255, 255, 255, .2)), url('../images/1200px-Adler_jagt_WikimediaUserAWWE83.jpg');
  background-position: 0 0, 100% 0;
}

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

.hero-section.homepage.natural {
  height: 600px;
  background-image: linear-gradient(rgba(255, 255, 255, .2), rgba(255, 255, 255, .2)), url('../images/david-marcu-114194.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  padding-top: 83px;
  padding-bottom: 0;
  position: relative;
  overflow: hidden;
}

.hero-section.homepage.natural.mobile {
  background-image: linear-gradient(rgba(255, 255, 255, .2), rgba(255, 255, 255, .2)), url('../images/rsz_cropped-1920-1080-870360.png');
  background-position: 0 0, 0%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.hero-section.banner {
  height: 700px;
  background-image: url('../images/tawny_owl_nests_pw_1-2.jpg');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  overflow: visible;
}

.hero-section.homepage-8 {
  height: 700px;
  background-image: linear-gradient(rgba(255, 255, 255, .2), rgba(255, 255, 255, .2)), url('../images/tawny_owl_nests_pw_1-2.jpg');
  background-position: center center;
  background-size: auto, cover;
  padding-top: 81px;
}

.hero-section.homepage-8.mobile {
  background-image: linear-gradient(rgba(255, 255, 255, .2), rgba(255, 255, 255, .2)), url('../images/tawny_owl_nests_pw_1-2.jpg');
  background-position: 0 0, 0 0;
}

.hero-section.homepage-perf {
  height: 700px;
  background-image: linear-gradient(rgba(255, 255, 255, .2), rgba(255, 255, 255, .2)), url('../images/horse.jpg');
  background-position: center center;
  background-size: auto, cover;
  padding-top: 150px;
}

.hero-section.homepage-perf.mobile {
  background-image: linear-gradient(rgba(255, 255, 255, .2), rgba(255, 255, 255, .2)), url('../images/horse.jpg');
  background-position: 0 0, 0 0;
}

.hero-section.homepage-8.mobile.resources {
  background-image: linear-gradient(rgba(255, 255, 255, .2), rgba(255, 255, 255, .2)), url('../images/c-lad9xizbg-tim-gouw.jpg');
  background-position: 0 0, 0%;
}

.hero-section.mobile-desktop {
  height: 700px;
}

.hero-section.mobile-desktop._2021 {
  background-image: url('../images/66807508_s.jpg');
  background-position: 50%;
  background-size: cover;
}

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

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

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

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

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

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

.hero-tittle {
  color: #f3f0f0;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-shadow: -1px 2px 2px #000, 1px 1px 3px rgba(0, 0, 0, .19);
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 60px;
  padding-left: 0;
  padding-right: 0;
  font-family: Montserrat, sans-serif;
  font-size: 40px;
  font-weight: 400;
  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-top: 100px;
  padding-left: 100px;
  padding-right: 100px;
  font-family: Montserrat, sans-serif;
  font-size: 34px;
  font-weight: 300;
  line-height: 48px;
}

.hero-tittle.intro.center.all-caps.home {
  padding-top: 60px;
}

.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: #f3f0f0;
  text-shadow: 1px 1px 6px #000;
  padding-top: 0;
}

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

.hero-tittle.dark.found.desktop {
  text-align: right;
}

.hero-tittle.dark.found.desktop.mob.land {
  padding-top: 50px;
}

.hero-tittle.dark.training {
  padding-top: 87px;
}

.hero-tittle.dark.training.mobile {
  padding-left: 0;
}

.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: 100px;
  padding-top: 40px;
  font-size: 32px;
  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-tittle.dark {
  color: #f3f0f0;
  text-shadow: 1px 1px 6px #000;
  padding-top: 0;
}

.hero-tittle.dark.career {
  text-align: left;
  padding-top: 200px;
  padding-left: 140px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.hero-tittle.dark.matp {
  text-align: left;
  padding-top: 0;
}

.hero-tittle.dark.agile {
  text-align: right;
  padding-top: 200px;
}

.hero-tittle.dark.agile.land {
  padding-top: 220px;
}

.hero-tittle.dark.adv.desktop {
  text-align: right;
  padding-top: 40px;
  font-size: 36px;
}

.hero-tittle.dark.adv.desktop.adv-mob.land.smart {
  text-align: left;
  padding-top: 100px;
}

.hero-tittle.dark.adv.desktop.adv-mob.land.smart.tab {
  text-align: left;
}

.hero-tittle.dark.adv.desktop.adv-mob.land.smart.tab.resources {
  padding-top: 146px;
  padding-left: 60px;
}

.hero-tittle.dark.adv.desktop.adv-mob.land.smart.tab.resources.mobile {
  padding-top: 78px;
}

.hero-tittle.dark.mata.desktop {
  text-align: left;
  position: relative;
  top: -70px;
}

.hero-tittle.mobile {
  float: none;
  padding-top: 200px;
  padding-left: 220px;
}

.hero-tittle.mobile.phone._2 {
  text-align: left;
  padding-top: 0;
  padding-left: 0;
  font-size: 40px;
}

.hero-tittle.wearable {
  padding-top: 26px;
  padding-left: 165px;
}

.hero-tittle.mobapp {
  padding-top: 346px;
  padding-left: 165px;
}

.hero-tittle.perf {
  padding-top: 46px;
  padding-left: 180px;
}

.hero-tittle.wearable.mob {
  padding-left: 0;
}

.hero-tittle.web {
  padding-top: 102px;
}

.hero-tittle.web.tab {
  padding-top: 129px;
}

.hero-tittle.web.tab.desk, .hero-tittle.web.tablet {
  padding-top: 290px;
}

.hero-tittle.web.tablet.phone.desktop {
  padding-top: 124px;
}

.hero-high {
  color: #f3f0f0;
  text-shadow: 1px 1px 6px #000;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 30px;
  padding-left: 0;
  padding-right: 0;
  font-family: Montserrat, sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 55px;
}

.hero-low {
  color: #f3f0f0;
  text-shadow: 0px 0px 10px #000;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 170px;
  padding-left: 0;
  padding-right: 0;
  font-family: Montserrat, sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 55px;
}

.hero-lower {
  color: #f3f0f0;
  text-shadow: 0px 0px 10px #000;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 200px;
  padding-left: 0;
  padding-right: 0;
  font-family: Montserrat, sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 55px;
}

.hero-lowermore {
  color: #f3f0f0;
  text-shadow: 0px 0px 10px #000;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 260px;
  padding-left: 0;
  padding-right: 0;
  font-family: Montserrat, sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 55px;
}

.hero-tittle.smart {
  text-align: left;
  padding-top: 100px;
  padding-left: 100px;
}

.hero-tittle.smart.tab.mobile {
  padding-top: 60px;
}

.hero-tittle.auto-mob.mob.auto {
  padding-top: 111px;
}

.hero-tittle.auto-mob.mob.auto.desk {
  padding-top: 103px;
}

.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;
  text-shadow: 1px 1px 3px #000;
  margin-top: 40px;
  padding-top: 0;
  padding-left: 0;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  font-style: italic;
  font-weight: 300;
}

.hero-paragraph.left.mob-tab {
  font-size: 20px;
}

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

.section.video {
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(rgba(73, 83, 0, .21), rgba(73, 83, 0, .21)), linear-gradient(rgba(0, 0, 0, .7), rgba(0, 0, 0, .7)), 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 {
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/Page-With-Shadow.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

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

.section.video.alternative.gray.lines {
  border-top: 1px solid rgba(0, 0, 0, .03);
  border-bottom: 1px solid rgba(0, 0, 0, .03);
}

.section.video.black {
  background-color: #020202;
  background-image: linear-gradient(rgba(0, 0, 0, .84), rgba(0, 0, 0, .84)), 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: 220px;
}

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

.section.white.mobile.resources {
  margin-bottom: 40px;
  padding-top: 0;
}

.section.testimonials {
  background-color: #e9e9e9;
  background-image: linear-gradient(rgba(248, 248, 248, .84), rgba(248, 248, 248, .84));
  padding-bottom: 100px;
}

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

.section.testimonials.gray {
  background-image: linear-gradient(rgba(248, 248, 248, .84), rgba(248, 248, 248, .84));
}

.section.testimonials.transparent {
  background-color: rgba(0, 0, 0, 0);
  background-image: none;
}

.section.testimonials.transparent.lines {
  background-color: #f5f5f5;
  border-top: 1px solid rgba(0, 0, 0, .03);
}

.section.white {
  width: 100%;
  height: auto;
  margin-top: 0;
  margin-bottom: 100px;
  padding-top: 0;
  position: relative;
}

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

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

.section.white.mata {
  background-color: #fff;
}

.section.white.faq {
  padding-top: 60px;
}

.section.image {
  background-color: rgba(0, 0, 0, 0);
  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: rgba(0, 0, 0, 0);
  padding-top: 100px;
}

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

.section.white {
  background-color: rgba(0, 0, 0, 0);
  font-weight: 300;
}

.youtube-video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow:hidden;
}

.youtube-video-container iframe, .youtube-video-container embed, .youtube-video-container object {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

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

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

.section.about {
  background-color: #272025;
  background-image: linear-gradient(rgba(52, 22, 58, .89), rgba(52, 22, 58, .89)), url('../images/121231.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
}

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

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

.section.about.middle.causes {
  background-image: linear-gradient(rgba(0, 0, 0, .79), rgba(0, 0, 0, .79)), url('../images/jason-ortego-5386-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: rgba(0, 0, 0, 0);
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/philipp-reiner-686_1.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(rgba(0, 0, 0, .85), rgba(0, 0, 0, .85)), url('../images/wil-stewart-18242.jpg');
  background-position: 0 0, 0;
  background-size: auto, cover;
}

.section.white {
  background-color: rgba(0, 0, 0, 0);
}

.section.pricing-table {
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), 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 {
  width: 100%;
  height: auto;
  max-height: none;
  background-color: rgba(0, 0, 0, 0);
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 5px;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

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

.section.projects {
  background-image: linear-gradient(rgba(0, 0, 0, .85), rgba(0, 0, 0, .85)), 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(rgba(0, 0, 0, .61), rgba(0, 0, 0, .61)), 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: rgba(0, 0, 0, 0);
  padding-top: 0;
}

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

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

.section.skills.iphone {
  background-image: linear-gradient(to bottom, null, null), url('../images/jason-ortego-5386-1_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(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), 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: rgba(0, 0, 0, 0);
  background-image: url('../images/Page-With-Shadow.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(rgba(245, 245, 245, .74), rgba(245, 245, 245, .74)), 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: rgba(0, 0, 0, 0);
  padding-left: 40px;
  padding-right: 40px;
}

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

.section.without-padding {
  background-color: rgba(0, 0, 0, 0);
  padding-top: 0;
  padding-bottom: 0;
}

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

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

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

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

.section.related-cases {
  background-color: rgba(0, 0, 0, 0);
  padding-top: 0;
}

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

.section.wellcome {
  width: 100%;
  background-color: rgba(0, 0, 0, 0);
  margin-left: auto;
  margin-right: auto;
  padding: 70px 0 60px;
  display: block;
}

.section.top {
  background-image: linear-gradient(to top, #000, rgba(0, 0, 0, 0)), url('../images/c-lad9xizbg-tim-gouw.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  padding-top: 40px;
}

.section.bottom {
  padding-bottom: 40px;
}

.section.mobile-qa-types {
  background-image: linear-gradient(rgba(255, 255, 255, .2), rgba(255, 255, 255, .2)), url('../images/feat-1800x0-c-center.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.container {
  height: auto;
  text-align: center;
  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;
  text-align: center;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
}

.button {
  float: none;
  color: #fff;
  text-transform: uppercase;
  background-color: #1bc6c9;
  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: #0d9622;
  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 {
  width: 100%;
  height: auto;
  float: none;
  color: #fff;
  text-align: center;
  background-color: #1bc6c9;
  background-image: none;
  border-style: none;
  border-radius: 3px;
  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: rgba(16, 168, 189, .82);
  background-image: linear-gradient(135deg, #24c3e2, rgba(42, 111, 253, .88));
  border: 2px rgba(16, 168, 189, .82);
  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.left-algiment {
  float: none;
  text-align: center;
  float: left;
  display: block;
}

.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: rgba(0, 0, 0, 0);
  background-image: url('../images/arrow-pointing-down2.svg');
  background-size: 12px;
  border: 2px solid #000;
  margin-bottom: 0;
}

.button.outline.rounded {
  color: #1bc6c9;
  border-color: #13d632;
}

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

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

.button.outline.rounded.white.center:hover {
  background-color: rgba(0, 0, 0, 0);
  border-style: solid;
}

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

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

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

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

.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.contact {
  margin-top: 30px;
}

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

.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-image: none;
  border: 1px solid #1bc6c9;
  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 {
  width: 38%;
  height: 50px;
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 30px;
}

.page-header {
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), 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(rgba(42, 42, 42, .86), rgba(42, 42, 42, .86)), 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, rgba(42, 111, 253, .87) 26%, rgba(14, 179, 40, .83)), url('../images/mapgray_1.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(rgba(13, 150, 34, .8), rgba(13, 150, 34, .8)), url('../images/mapgray.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.page-header.button {
  filter: grayscale();
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), 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(rgba(0, 0, 0, .61), rgba(0, 0, 0, .61)), url('../images/dqento8twsq-blake-richard-verdoorn.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  padding-top: 200px;
  padding-bottom: 150px;
}

.page-header.toggle {
  background-image: linear-gradient(rgba(0, 0, 0, .61), rgba(0, 0, 0, .61)), url('../images/o0rzkkl072u-david-marcu_1.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(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/o0rzkkl072u-david-marcu_1.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-top-style: none;
  padding-top: 200px;
}

.page-header.navigation {
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), 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(rgba(0, 0, 0, .55), rgba(0, 0, 0, .55)), url('../images/breno-machado-15030.jpg');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
  padding-top: 150px;
}

.page-header.cta {
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), 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(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/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(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/andy-brunner-14324.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  padding-top: 200px;
}

.page-header.list.cause-1 {
  height: 1000px;
  background-image: linear-gradient(rgba(255, 255, 255, .2), rgba(255, 255, 255, .2)), url('../images/rsz_adobewolfstock.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  padding-top: 200px;
}

.page-header.list.cause-peacock {
  height: 1000px;
  background-image: linear-gradient(rgba(255, 255, 255, .2), rgba(255, 255, 255, .2)), url('../images/peacock.jpg');
  background-position: left;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  padding-top: 200px;
  height: 700px;
}

.page-header.list.cause-octopus {
  height: 1000px;
  background-image: linear-gradient(rgba(255, 255, 255, .2), rgba(255, 255, 255, .2)), url('../images/octopus.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  padding-top: 200px;
  height: 700px;
}

.page-header.list.cause-beaver {
  height: 1000px;
  background-image: linear-gradient(rgba(255, 255, 255, .2), rgba(255, 255, 255, .2)), url('../images/beaver.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  padding-top: 200px;
  height: 700px;
}

.page-header.list.cause-raven {
  height: 1000px;
  background-image: linear-gradient(rgba(255, 255, 255, .2), rgba(255, 255, 255, .2)), url('../images/raven.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  padding-top: 200px;
  height: 700px;
}

.page-header.list.cause-deer {
  height: 1000px;
  background-image: linear-gradient(rgba(255, 255, 255, .2), rgba(255, 255, 255, .2)), url('../images/deer.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  padding-top: 200px;
  height: 700px;
}

.page-header.list.cause-frog {
  height: 1000px;
  background-image: linear-gradient(rgba(255, 255, 255, .2), rgba(255, 255, 255, .2)), url('../images/frog.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  padding-top: 200px;
  height: 700px;
}

.page-header.list.cause-squirrel {
  height: 1000px;
  background-image: linear-gradient(rgba(255, 255, 255, .2), rgba(255, 255, 255, .2)), url('../images/squirrel.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  padding-top: 200px;
  height: 700px;
}

.page-header.list.cause-owl {
  height: 1000px;
  background-image: linear-gradient(rgba(255, 255, 255, .2), rgba(255, 255, 255, .2)), url('../images/owl.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  padding-top: 200px;
  height: 700px;
}

.page-header.list.cause-1.mob.web {
  background-image: linear-gradient(rgba(255, 255, 255, .2), rgba(255, 255, 255, .2)), url(''), url('../images/Untitled-7.png');
  background-position: 0 0, 48% 55%, 100%;
  background-repeat: repeat, no-repeat, repeat;
  background-size: auto, 600px, cover;
  background-attachment: scroll, scroll, scroll;
}

.page-header.list.cause-1.mob.web.phone {
  height: 700px;
}

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

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

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

.page-header.footers {
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), 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(rgba(0, 0, 0, .64), rgba(0, 0, 0, .64)), url('../images/photo-1468387576571-ee44d4c52d82_1.jpeg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  padding-top: 200px;
}

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

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

.page-header.services {
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/Collazh_1.jpg');
  background-position: 0 0, 0;
  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(rgba(233, 233, 233, .87), rgba(233, 233, 233, .87)), 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(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/julentto-photography-184055.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  padding-top: 120px;
  padding-bottom: 200px;
}

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

.page-header.contact {
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/homepage_small.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  padding-top: 200px;
}

.page-header.contact.second {
  background-image: linear-gradient(rgba(250, 248, 248, .2), rgba(250, 248, 248, .2)), url('../images/homepage_small.jpg');
  background-position: 0 0, 30% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  padding-bottom: 80px;
}

.page-header.contact.third {
  background-image: linear-gradient(rgba(13, 150, 34, .85), rgba(13, 150, 34, .85)), url('../images/homepage_small.jpg');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
}

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

.page-header.gallery-2 {
  background-image: linear-gradient(rgba(0, 0, 0, .81), rgba(0, 0, 0, .81)), 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(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/philipp-reiner-686_1.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 {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(rgba(44, 46, 49, .7), rgba(44, 46, 49, .7)), url('../images/slide.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
  padding-top: 100px;
  padding-bottom: 100px;
}

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

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

.image-section-overlay.color._3._5 {
  background-image: linear-gradient(rgba(13, 150, 34, .85), rgba(13, 150, 34, .85)), url('../images/dqento8twsq-blake-richard-verdoorn.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
}

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

.image-section-overlay.color.counter.gray {
  background-image: linear-gradient(rgba(214, 214, 214, .87), rgba(214, 214, 214, .87)), 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(rgba(73, 83, 0, .23), rgba(73, 83, 0, .23)), linear-gradient(rgba(0, 0, 0, .58), rgba(0, 0, 0, .58)), url('../images/o0rzkkl072u-david-marcu_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;
}

.image-section-overlay.counters {
  text-align: center;
  background-image: linear-gradient(rgba(245, 245, 245, .84), rgba(245, 245, 245, .84)), 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: 500;
  line-height: 40px;
}

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

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

.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 {
  width: 82%;
  letter-spacing: 0;
  text-transform: none;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
  font-weight: 200;
  display: block;
}

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

.heading.features.services.training {
  color: #f3f0f0;
  text-shadow: 1px 1px 6px #000;
}

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

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

.heading.features.left-side {
  width: 99.93%;
  text-align: left;
  letter-spacing: 1px;
  margin-left: auto;
  margin-right: auto;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  display: block;
}

.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-size: 14px;
  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-size: 14px;
  font-weight: 700;
}

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

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

.heading.center.white-font.thanks {
  margin-top: 0;
}

.heading.center.white-font.thanks.desktop {
  text-align: left;
}

.heading.center._26 {
  font-size: 26px;
}

.heading.center._26.mob.home {
  padding-top: 10px;
}

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

.heading.numer.alternative {
  border-bottom-style: none;
  font-family: Montserrat, sans-serif;
  font-size: 28px;
  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.center {
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  font-weight: 500;
}

.features-column {
  text-align: center;
  border-bottom: 1px solid rgba(211, 211, 211, .79);
  border-right: 1px solid rgba(211, 211, 211, .79);
  padding: 20px 0;
  display: block;
}

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

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

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

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

.features-block.icon {
  text-align: center;
  border-right: 1px rgba(211, 211, 211, .79);
  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 {
  height: auto;
  text-align: center;
  border-right-style: none;
  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: rgba(0, 0, 0, 0);
  margin-top: 0;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.features-block.icon.alternative:hover {
  float: left;
  background-color: rgba(0, 0, 0, 0);
}

.features-block.icon._4 {
  background-color: rgba(0, 0, 0, 0);
  margin-bottom: 0;
  padding-bottom: 20px;
}

.features-block.icon.gray {
  width: 100%;
  float: none;
  opacity: 1;
  color: #f3f0f0;
  background-color: #e6e6e6;
  border-radius: 5px;
  padding-top: 30px;
  padding-bottom: 30px;
}

.features-block.icon.gray.training {
  background-color: rgba(5, 5, 5, .21);
}

.features-block.icon.gray.mobile {
  background-color: rgba(41, 41, 41, .6);
}

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

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

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

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

.features-block.icon.gray {
  width: 100%;
  float: none;
  opacity: 1;
  color: #f3f0f0;
  background-color: #e6e6e6;
  border-radius: 5px;
  padding-top: 30px;
  padding-bottom: 30px;
}

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

.features-block.fact-box.new {
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(rgba(0, 0, 0, .07), rgba(0, 0, 0, 0));
  border-color: rgba(255, 255, 255, .23);
  box-shadow: 1px 1px 3px rgba(0, 0, 0, .17);
}

.features-block.transparent {
  background-color: rgba(0, 0, 0, 0);
  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-weight: 400;
}

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

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

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

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

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

.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: #5f5f5f;
  text-align: center;
  margin-bottom: 0;
  padding-top: 40px;
  padding-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  display: block;
}

.paragraph.center.image {
  color: #5f5f5f;
  text-align: center;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 10px;
  font-style: italic;
  font-weight: 300;

}

.paragraph.center.name {
  color: #1bc6c9;
  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: 200;
  line-height: 18px;
  display: block;
}

.paragraph.center.name:hover {
  color: #1bc6c9;
}

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

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

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

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

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

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

.paragraph.center.black.smart.mob.resources {
  text-align: center;
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
}

.paragraph.center.black.smart.mob.resources.heading {
  padding-top: 20px;
  font-weight: 500;
}

.paragraph.center.black.smart.mob.resources.subtext {
  padding-bottom: 60px;
}

.paragraph.center.white {
  color: #f3f0f0;
  text-transform: none;
  text-shadow: 0 2px 2px #000;
  margin-bottom: 0;
  padding-top: 32px;
  padding-left: 200px;
  padding-right: 200px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 300;
}

.paragraph.center.white.thanks {
  padding-top: 140px;
}

.paragraph.center.white.thanks.land {
  color: #6b6b6b;
  text-shadow: 1px 1px 1px #a5a5a5;
  font-weight: 600;
}

.paragraph.center.white.thanks.land.mob {
  color: #f3f0f0;
  text-align: left;
  padding-left: 0;
  font-weight: 400;
}

.paragraph.center.white.home {
  padding-top: 60px;
}

.paragraph.center.black {
  color: #5e5e5e;
  text-align: center;
  padding-top: 40px;
  padding-right: 100px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: 21px;
}

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

.paragraph.center.black {
  color: #5e5e5e;
  text-align: center;
  margin-bottom: 0;
  padding: 0 150px 20px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 21px;
}

.paragraph.center.black.bold {
  padding-bottom: 0;
  font-weight: 500;
}

.paragraph.center.black.bold.light {
   font-size: 14px;
  padding-bottom: 0;
  font-weight: 500;
}

.paragraph.center.black.mobile {
  padding-bottom: 0;
}

.paragraph.center.black.mobile.covered {
  padding-bottom: 20px;
  padding-left: 110px;
  padding-right: 110px;
}

.paragraph.center.black.mobile.covered.mobqa.kick {
  margin-left: 0;
  margin-right: 0;
}

.paragraph.center.bolder {
  font-weight: 300;
}

.paragraph.center.bolder.contact {
  text-shadow: 1px 1px 6px #c7c7c7;
  padding-top: 80px;
  padding-left: 0;
  padding-right: 0;
  font-style: italic;
  font-weight: 400;
}

.paragraph.center.mobile-qa-types {
  color: #e0e0e0;
  text-shadow: 0 1px 2px #8a8a8a;
  font-weight: 300;
}

.paragraph.center.new {
  font-weight: 300;
}

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

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

.paragraph.left.center.tab, .paragraph.left.center {
  text-align: left;
  font-weight: 300;
}

.paragraph.left.email {
  width: auto;
  font-size: 13px;
  font-weight: 400;
}

.paragraph.left.footer {
  width: auto;
  color: #2c2c2c;
  padding-left: 40px;
  font-size: 13px;
  font-weight: 400;
  background-color: rgba(0, 0, 0, 0);
  text-decoration: none;
  
}

.paragraph.left.footer:hover {
color: #1bc6c9;
  
}

.paragraph.left.call {
  font-size: 13px;
  font-weight: 400;
}

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

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

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

.paragraph.testimonials {
  color: #979797;
  text-align: center;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  font-size: 16px;
  font-style: italic;
}

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

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

.paragraph.left {
  color: #5e5e5e;
  text-align: left;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Montserrat, 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: #1bc6c9;
  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: #1bc6c9;
}

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

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

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

.footer.dark-bootom._2 {
  background-color: rgba(0, 0, 0, 0);
}

.hero-wrapper {
  width: 319px;
  height: 400px;
  float: none;
  color: #000;
  background-color: #fff;
  border-radius: 5px;
  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;
}

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

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

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

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

.testimonial-slider {
  height: 400px;
  background-color: rgba(0, 0, 0, 0);
  display: block;
}

.testimonial-arrow-icon {
  width: 50px;
  height: 50px;
  color: #a0a0a0;
  background-color: #fff;
  border: 1px #a0a0a0;
  border-radius: 60px;
  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 {
  height: auto;
  text-align: center;
  background-color: #fff;
  border: 1px solid #e9e9e9;
  border-radius: 3px;
  padding: 20px 20px 40px;
  transition: opacity .2s, all .4s;
}

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

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

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

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

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

.info-div {
  width: 100%;
}

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

.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 rgba(0, 0, 0, .09);
}

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

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

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

.team-block-image._3 {
  float: none;
  background-image: url('../images/team-1.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 rgba(0, 0, 0, .1);
}


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

.div-text {
  width: 100%;
  color: #fff;
  text-align: left;
  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: 60px;
  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 {
  width: 60%;
  float: none;
  clear: none;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  font-family: Montserrat, sans-serif;
  display: block;
}

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

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

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

.trial-button {
  width: 40%;
  height: 50px;
  float: right;
  color: #fff;
  background-color: rgba(0, 69, 78, .88);
  border: 0 rgba(0, 69, 78, .88);
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  transition: background-color .4s;
  display: block;
}

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

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

.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 {
  height: 230px;
  text-align: left;
  background-color: #fff;
  border: 3px solid #fff;
  border-radius: 5px;
  padding: 32px;
  transition: transform .2s;
  position: relative;
  box-shadow: 0 0 30px rgba(0, 0, 0, .1);
}

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

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

.portfolio-wrapper {
  width: 100%;
  height: 300px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  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 {
  width: 50%;
  height: 600px;
  float: left;
  background-image: linear-gradient(rgba(14, 194, 43, .78), rgba(14, 194, 43, .78)), url('../images/philipp-reiner-686.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

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

.half-section-block._2.left {
  width: 50%;
  float: left;
  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 {
  width: 70px;
  height: 70px;
  float: left;
  text-align: center;
  background-color: #dddcdc;
  border: 0 #d1d1d1;
  border-radius: 70px;
  margin-bottom: 40px;
  margin-right: 15px;
  padding-top: 20px;
  padding-bottom: 20px;
  transition: background-color .4s;
}

.icon-block-features:hover {
  background-color: rgba(27, 198, 201, 0.76);
  border-color: #d1d1d1;
}

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

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

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

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

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

.tab-link.w--current {
  width: 100px;
  height: 100px;
  color: #000;
  text-align: center;
  background-color: #fff;
  border: 1px solid #1bc6c9;
  border-radius: 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 rgba(0, 0, 0, .1);
}

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

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

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

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

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

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

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

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

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

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

.pricing-content-block {
  color: #fff;
  text-align: center;
  background-color: rgba(255, 255, 255, .09);
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  padding: 24px;
  display: block;
  overflow: hidden;
}

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

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

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

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

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

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

.intro-post {
  border-top: 1px solid rgba(226, 226, 226, .63);
  border-bottom: 1px #e2e2e2;
  margin-top: 20px;
  padding-top: 20px;
  padding-bottom: 10px;
  display: flex;
}

.intro-post.lighter {
  border-top-color: rgba(226, 226, 226, .21);
}

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

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

.about-us {
  height: 360px;
  background-color: rgba(255, 255, 255, .79);
  border: 15px solid #fff;
  border-radius: 10px;
  transition: all .4s;
  position: relative;
}

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

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

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

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

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

.heading3.white {
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-shadow: 0 1px 6px #000;
  margin-top: 111px;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.heading3.white.home {
  padding-top: 0;
}

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

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

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

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

.tab-menu {
  width: 80%;
  text-align: center;
  border-bottom: 1px solid rgba(0, 0, 0, .12);
  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 {
  width: 100%;
  min-height: 340px;
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

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

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

.play {
  width: 100px;
  height: 100px;
  text-align: left;
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
  display: flex;
}

.play-button {
  z-index: 10;
  width: 75px;
  height: 75px;
  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;
  font-size: 12px;
  transition: transform .2s;
  position: relative;
}

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

.front-video {
  background-image: linear-gradient(rgba(255, 255, 255, .01), #10a8bd), linear-gradient(rgba(16, 168, 189, .62), rgba(16, 168, 189, .62)), url('../images/shutterstock_326637644.jpg');
  background-position: 0 0, 0 0, 50%;
  background-size: auto, auto, cover;
  border-radius: 5px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.front-video.image-overlay {
  background-image: linear-gradient(rgba(14, 194, 43, .6), rgba(14, 194, 43, .6)), 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 {
  width: 100px;
  height: 100px;
  background-color: rgba(27, 198, 201, 0.76);
  border: 2px rgba(16, 168, 189, .82);
  border-radius: 200px;
  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: rgba(0, 0, 0, 0);
  border-style: solid;
  border-color: #1bc6c9;
}

.div-service.training {
  background-color: rgba(14, 194, 43, .56);
}

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

.social-icon:hover, .social-icon._2:hover {
  background-color: rgba(0, 0, 0, 0);
}

.social-icon._3 {
  width: 38px;
  float: none;
  color: rgba(0, 0, 0, 0);
  padding-left: 0;
}

.social-icon._3:hover {
  background-color: rgba(0, 0, 0, 0);
}

.social-icon.wrapper {
  width: 40px;
  height: 40px;
  opacity: .5;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 100px;
  margin-right: 5px;
  padding: 7px;
  transition: all .4s;
}

.social-icon.wrapper:hover {
  opacity: 1;
  background-color: rgba(0, 0, 0, 0);
}

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

.social-icon.wrapper.navbar {
  border: 1px rgba(255, 255, 255, .25);
  border-radius: 3px;
  margin-right: 0;
  padding: 9px;
}

.social-icon.wrapper.team {
  border: 1px solid rgba(255, 255, 255, .25);
  border-radius: 3px;
  margin-left: 5px;
  margin-right: 5px;
}

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

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

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

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

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

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

.font-icon {
  float: right;
  color: rgba(16, 168, 189, .18);
  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.black {
  color: #000;
}

.font-icon.number.circle {
  width: 100px;
  height: 100px;
  background-color: #0d9622;
  border: 1px #000;
  border-radius: 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 {
  height: auto;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border-top: 1px solid rgba(255, 255, 255, .07);
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 20px;
}

.background-video {
  height: auto;
  background-image: linear-gradient(rgba(0, 0, 0, .23), rgba(0, 0, 0, .89));
  position: relative;
  overflow: hidden;
}

.background-video.intro {
  opacity: .85;
  background-image: none;
}

.background-video.homepage {
  background-image: linear-gradient(rgba(2, 2, 2, .24), rgba(2, 2, 2, .45));
}

.footer-info {
  color: #4d4d4d;
  text-align: center;
  margin-top: 10px;
  display: inline-block;
}

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

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

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

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

.nav-menu.style-middle {
  float: none;
  text-align: center;
  border-top: 1px rgba(0, 0, 0, .12);
  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-toggle.black, .dropdown-toggle.black:hover {
  color: #020202;
}

.dropdown-toggle.contact {
  padding-right: 10px;
}

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

.dropdown-list.w--open {
  height: auto;
  background-color: rgba(0, 0, 0, .92);
  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 {
  width: 100%;
  color: #a7a7a7;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-right: 80px;
  font-size: 11px;
  font-weight: 400;
}

.dropdown-link-con {
  width: 100%;
  color: #FFFFFF;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-right: 0px;
  font-size: 11px;
  font-weight: 400;
  text-shadow: 1px 1px 4px #000;
  font-size: 11px;
  text-decoration: none;
}

.dropdown-link:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, .06);
}

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

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

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

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

.center {
  text-align: center;
}

.line {
  height: 3px;
  background-color: rgba(167, 167, 167, .21);
  border-radius: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.div-device {
  margin-top: 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 {
  width: 30px;
  height: 1px;
  background-color: #24c3e2;
  margin: 30px 2px 50px;
  display: inline-block;
}

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

.separator.header.center {
  height: 3px;
  background-color: #1bc6c9;
}

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

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

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

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

.success-message {
  color: #fff;
  background-color: #0d9622;
  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 {
  background-image: url('../images/photo-1491555103944-7c647fd857e6.jpeg');
  background-position: 50%;
  background-size: cover;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

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

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

.div-block {
  position: relative;
}

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

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

.section-2.coming-soon {
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/jason-ortego-5386-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, rgba(0, 0, 0, .55), #1d1d1d), url('../images/photo-1551701114-f53fbadc5d3a.jpeg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

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

.image-9 {
  max-width: 70%;
  opacity: .37;
  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: #1bc6c9;
  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: #1bc6c9;
}

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

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

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

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

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

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

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

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

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

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

.center-paragraph {
  text-align: center;
  font-family: Montserrat, sans-serif;
}

.center-paragraph.box {
  color: #f3f0f0;
  font-size: 14px;
  font-weight: 400;
}

.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-size: 22px;
  font-style: italic;
  font-weight: 600;
}

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

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

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

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

.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 {
  height: 40px;
  text-align: center;
  margin: 20px auto 10px;
  display: block;
}

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

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

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

.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 rgba(0, 0, 0, .12);
}

.feafured-text {
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, .88));
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  padding: 60px 20px 62px;
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0;
  right: 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: rgba(255, 255, 255, .7);
  text-align: left;
  font-family: Montserrat, sans-serif;
  font-weight: 300;
}

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

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

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

.author.lite {
  float: left;
  color: rgba(255, 255, 255, .7);
  text-align: left;
  margin-top: 5px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 500;
}

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

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

.thumbnail.date {
  float: right;
  color: rgba(255, 255, 255, .7);
  margin-top: 5px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 500;
}

.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: rgba(13, 150, 34, .85);
  padding: 20px 20px 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

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

.portfolio-content.alternative {
  height: auto;
  background-color: #fff;
  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: rgba(255, 255, 255, .75);
  font-family: Montserrat, sans-serif;
  font-weight: 200;
}

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

.column3 {
  background-image: url('../images/vermilion-lakes-1920x1080-banff-national-park-4k-5278.jpg'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%, 0 0;
  background-size: cover, 125px;
  padding-left: 0;
  padding-right: 0;
}

.column-4 {
  background-image: url('../images/tawny_owl_nests_pw_1-2 serv.jpg');
  background-position: 50%, 50%;
  background-size: cover;
  padding-left: 0;
  padding-right: 0;
}

.laptop-div {
  width: 80%;
  margin: 0 auto;
  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 rgba(0, 0, 0, 0);
  padding-top: 50px;
  padding-bottom: 0;
}

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

.small-footer {

  background-color: rgba(0, 0, 0, 0);
  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 {
  width: 100%;
  text-align: left;
  border: 1px solid #e6e6e6;
  padding: 20px 14px 18px 40px;
}

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

.toggle-header.alternative {
  border-color: rgba(230, 230, 230, .26);
}

.toggle-header.alternative:hover {
  background-color: rgba(252, 252, 252, .07);
}

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

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

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

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

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

.dark-backround.second {
  opacity: 1;
  background-image: linear-gradient(rgba(255, 255, 255, .2), rgba(255, 255, 255, .2)), url('../images/feat-1800x0-c-center.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  padding-top: 140px;
}

.dark-backround.second.training {
  opacity: .9;
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url('../images/phone_home.jpg');
}

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

.dark-backround.testimonials.gray {
  opacity: 1;
  background-color: #f7f7f7;
  background-image: none;
  padding-top: 60px;
  padding-bottom: 60px;
}

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

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

.tab-link-2 {
  background-color: rgba(0, 0, 0, 0);
}

.tab-link-2.w--current {
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 1px solid #1bc6c9;
}

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

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

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

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

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

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

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

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

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

.info-box.second {
  height: auto;
  border-color: #1bc6c9;
}

.info-box.second.dark {
  height: auto;
  opacity: .7;
  background-color: rgba(2, 2, 2, .5);
  border-style: none;
  padding-top: 20px;
  padding-bottom: 20px;
}

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

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

.info-box.white.service {
  height: auto;
  opacity: .7;
  text-align: center;
  background-color: rgba(2, 2, 2, .5);
  padding-top: 20px;
  padding-bottom: 20px;
}

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

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

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

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

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

.heading-3.white.center {
  color: #f3f0f0;
}

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

.heading-3.center.training {
  font-size: 16px;
}

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

.box-text.white.center.service {
  color: #f3f0f0;
  margin-bottom: 10px;
  font-size: 14px;
}

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

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

.call-to-action {
  background-color: #0d9622;
  padding-top: 50px;
  padding-bottom: 50px;
}

.call-to-action.alternative {
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), 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(rgba(219, 219, 219, .5), rgba(219, 219, 219, .5));
}

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

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

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

.link {
  color: #1bc6c9;
}

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

.testimonials-slider {
  background-color: rgba(0, 0, 0, 0);
}

.slide-nav-2 {
  color: #0a0a0a;
  background-color: rgba(0, 0, 0, 0);
}

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

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

.blog-post-wrapper {
  width: 90%;
  border-bottom: 1px solid #3d3d3d;
  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 {
  height: 40px;
  background-color: #0d9622;
}

.top-text {
  color: rgba(255, 255, 255, .5);
  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 {
  width: auto;
  height: 300px;
  text-align: left;
  background-image: linear-gradient(rgba(255, 255, 255, .2), rgba(255, 255, 255, .2)), url('../images/tawny_owl_nests_pw_1-2 serv.jpg');
  background-position: 50%, 50%;
  background-size: auto, cover;
  margin-right: 0;
  padding: 20px 40px 40px;
  text-decoration: none;
  display: block;
  box-shadow: 0 20px 20px rgba(0, 0, 0, .16);
}

.box-service-image._2 {
  background-image: linear-gradient(rgba(0, 0, 0, 0), #000), url('../images/n-sxa8vegdk-ales-krivec.jpg');
  background-position: 0 0, 100% 78%;
  background-size: auto, cover;
  box-shadow: 14px 14px 20px rgba(0, 0, 0, .16);
}

.box-service-image._3 {
  background-image: linear-gradient(rgba(0, 0, 0, 0), #000), url('../images/wil-stewart-18242.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

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

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

.box-service-image.lighter._2 {
  background-image: linear-gradient(rgba(255, 255, 255, .2), rgba(255, 255, 255, .2)), url('../images/Untitled-7.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  padding-top: 20px;
  text-decoration: none;
  display: block;
  box-shadow: 0 20px 20px rgba(0, 0, 0, .16);
}

.box-service-image.lighter._4 {
  clear: none;
  background-image: linear-gradient(rgba(255, 255, 255, .2), rgba(255, 255, 255, .2)), url('../images/wearable serv.jpeg');
  background-position: 0 0, 50%;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
  text-decoration: none;
  box-shadow: 0 20px 20px rgba(0, 0, 0, .16);
}

.box-service-image.lighter.first {
  cursor: pointer;
  background-image: linear-gradient(rgba(255, 253, 253, .2), rgba(255, 253, 253, .2)), url('../images/66807508_s.jpg');
  background-position: 0 0, 47%;
  background-size: auto, cover;
  padding-top: 20px;
  text-decoration: none;
  display: block;
}

.container-2 {
  position: relative;
}

.text-area.gray {
  height: 100px;
  max-height: 100px;
  background-color: #f5f5f5;
  border-style: none;
  border-radius: 3px;
  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 {
  width: 100%;
  height: 300px;
  background-image: url('../images/andrew-jasso-155771.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 5px;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  box-shadow: 0 20px 20px rgba(0, 0, 0, .11);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.overlay-div.circle {
  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.imtro {
  height: 800px;
  opacity: 1;
  padding-top: 220px;
  padding-bottom: 100px;
}

.hero-div-video.imtro.mob {
  height: 700px;
}

.arrow {
  display: none;
}

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

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

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

.div-author {
  float: right;
}

.buttons-div {
  height: 100px;
  border-top: 1px solid rgba(0, 0, 0, .1);
  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 rgba(0, 0, 0, .13);
}

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

.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 {
  width: 110px;
  height: 110px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  border-radius: 6px;
  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 rgba(0, 0, 0, .19);
}

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

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

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

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

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

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

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

.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 rgba(0, 0, 0, .19);
}

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

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

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

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

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

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

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

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

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

.cause-image-block {
  width: 100%;
  height: 100%;
  background-image: linear-gradient(rgba(0, 0, 0, 0) 45%, rgba(0, 0, 0, .52) 75%);
  border-radius: 5px;
}

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

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

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

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

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

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

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

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

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

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

.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 {
  width: 100%;
  height: auto;
  float: none;
}

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

.page-header-overlay {
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5));
}

.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 {
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
}

.slider.box {
  height: 600px;
}

.slide {
  background-image: linear-gradient(rgba(73, 83, 0, .5), rgba(73, 83, 0, .5)), 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(rgba(29, 29, 29, .5), rgba(29, 29, 29, .5)), url('../images/5907a46fd990625129a9fd50_clarisse-meyer-152699.jpg');
  background-position: 0 0, 50% 34%;
  background-size: auto, cover;
}

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

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

.slide-2 {
  background-image: linear-gradient(rgba(73, 83, 0, .22), rgba(73, 83, 0, .22)), linear-gradient(rgba(0, 0, 0, .41), rgba(0, 0, 0, .41)), 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(rgba(0, 0, 0, .41), rgba(0, 0, 0, .41)), url('../images/ju-on-148561-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;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.dot.w--current {
  background-color: #1bc6c9;
  border-style: none;
}

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

.text-block-19 {
  text-shadow: 0 1px 6px #000;
  font-size: 11px;
}

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

.text-block-23 {
  text-shadow: 0 1px 6px #000;
  font-size: 11px;
}

.text-block-24 {
  text-shadow: 1px 1px 4px #000;
  font-size: 11px;
}


.text-block-24.contact {
  color: #fff;
}

.text-block-25, .text-block-26, .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;
}

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

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

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

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

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

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

.popup-div {
  width: 550px;
  background-color: #fff;
  border-radius: 20px;
  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 rgba(0, 0, 0, .03);
}

.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: #1bc6c9;
  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-size: 28px;
  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: #1bc6c9;
  text-transform: uppercase;
  font-family: Playfair Display, sans-serif;
  font-weight: 400;
}

.text-field-popup {
  height: 50px;
  background-color: #f4f4f4;
  border-style: none;
  border-radius: 5px;
  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 {
  width: 50px;
  height: 50px;
  background-color: #1bc6c9;
  background-image: url('../images/White_modalNormal_1White_modalNormal.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 20px;
  border-radius: 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 {
  width: 30%;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  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;
  top: 0;
  bottom: 0;
  left: 0;
  right: 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 {
  background-color: #fff;
}

.body-padding.white.adv {
  padding: 0;
}

.body-padding.mata {
  background-color: #fff;
  padding: 0;
}

.body-padding.matp {
  background-color: #fdfdfd;
  padding: 0;
}

.content-div {
  background-color: #fff;
}

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

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

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

.image-17 {
  margin-bottom: 30px;
}

.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 rgba(0, 0, 0, .17);
}

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

.close-card {
  z-index: 1000;
  width: 34px;
  height: 34px;
  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;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: 4px;
  left: 4px;
}

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

.background-video-2 {
  height: 600px;
  position: relative;
}

.section-3 {
  opacity: 1;
  color: #fff9f9;
  background-image: linear-gradient(rgba(248, 248, 248, .65) 100%, #fff), url('../images/julian-mora-141920.jpg');
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  padding-top: 0;
  padding-bottom: 30px;
}

.container-3 {
  padding-bottom: 60px;
}

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

.bold-text-2 {
  font-family: Montserrat, sans-serif;
  font-size: 26px;
  font-weight: 500;
}

.italic-text {
  color: #01a2a5;
  font-family: Montserrat, sans-serif;
  font-size: 26px;
}

.blue-text {
  color: #01a2a5;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
}

.italic-text-bak {
  color: #a7a7a7;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 28px;
}

.text-span-2 {
  color: #5f5f5f;
  font-weight: 500;
}

.text-span-blue {
  color: #01a2a5;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  text-decoration: none;
 
}

.text-span-blue-center {
  color: #01a2a5;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  text-decoration: none;
  text-align: center;
}

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

.text-span-4, .text-span-5, .text-span-6 {
  color: #5f5f5f;
  font-weight: 500;
}

.text-span-7 {
  color: #0d9622;
  font-weight: 500;
}

.text-span-8 {
  color: #5f5f5f;
  font-style: normal;
  font-weight: 500;
}

.text-span-9, .text-span-10, .text-span-11, .text-span-12, .text-span-13, .text-span-14, .text-span-15 {
  color: #5f5f5f;
  font-weight: 500;
}

.text-span-16 {
  color: #0d9622;
  font-weight: 500;
}

.text-span-17 {
  color: #5f5f5f;
  font-weight: 500;
}

.text-span-18 {
  color: #0d9622;
  font-weight: 500;
}

.text-span-19 {
  color: #5f5f5f;
  font-weight: 500;
}

.image-18 {
  width: 500px;
  opacity: .75;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 20px;
}

.italic-text-2 {
  font-style: italic;
}

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

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

.section-4 {
  width: auto;
  text-align: center;
  background-color: #f5f5f5;
  background-image: linear-gradient(rgba(255, 255, 255, .4), rgba(255, 255, 255, .4)), url('../images/c-lad9xizbg-tim-gouw_1.jpg');
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  padding-top: 100px;
  padding-bottom: 100px;
  font-family: Montserrat, sans-serif;
  display: block;
  position: static;
  overflow: visible;
}

.section-4.wellcome {
  width: 100%;
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(rgba(255, 255, 255, .6), rgba(255, 255, 255, .6));
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 60px;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.section-4.training {
  background-image: linear-gradient(rgba(252, 252, 252, .2), rgba(252, 252, 252, .2)), url('../images/cropped-1920-1080-870360.jpg');
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.section-5 {
  margin-top: 40px;
  padding-top: 20px;
  padding-bottom: 40px;
}

.section-5.kick {
  padding-top: 40px;
}

.text-block-39 {
  text-transform: capitalize;
  font-weight: 700;
  position: static;
}

.image-19 {
  max-width: 60%;
  padding-top: 20px;
}

.heading-6 {
  color: #f3f0f0;
  text-align: center;
  font-size: 24px;
  font-style: italic;
  font-weight: 400;
}

.image-20 {
  width: 10%;
  opacity: 1;
  padding-top: 20px;
}

.image-21 {
  padding-top: 22px;
}

.section-6 {
  padding-top: 80px;
  position: relative;
}

.image-22 {
  width: 50%;
  float: none;
  clear: none;
  text-align: center;
  position: static;
}

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

.section-7.white {
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  position: relative;
}

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

.section-7.white.services.resources {
  padding-top: 60px;
}

.columns {
  padding-top: 20px;
}

.section-8 {
  height: 700px;
  background-image: url('../images/66807508_s.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.section-8.lands {
  background-image: linear-gradient(rgba(252, 252, 252, .21), rgba(252, 252, 252, .21)), url('../images/66807508_s.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.section-8.lands.mobile {
  overflow: hidden;
}

.paragraph-32 {
  color: #f3f0f0;
  text-align: center;
  text-shadow: 0 1px 4px #000;
  padding-top: 40px;
  padding-left: 0;
  font-size: 18px;
}

.paragraph-32._2 {
  text-align: center;
  padding-left: 148px;
}

.paragraph-32._2.mob-qa.land {
  text-align: left;
  padding-left: 0;
}

.paragraph-32.wear {
  text-align: center;
  padding-top: 10px;
  padding-left: 0;
}

.paragraph-32.perf {
  text-align: center;
  padding-top: 29px;
  padding-left: 0;
}

.paragraph-32.wear.mobile.hide {
  padding-left: 0;
}

.paragraph-32.wear.mobile.hide.mob {
  padding-left: 111px;
}

.paragraph-32.found.desktop {
  text-align: right;
}

.paragraph-32.mobile, .paragraph-32.mobile._2021 {
  padding-left: 165px;
}

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

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

.section-9 {
  height: auto;
}

.column-15 {
  height: 600px;
  background-image: url('../images/maxresdefault-1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.column-16 {
  height: 500px;
  opacity: .88;
  background-image: url('../images/unnamed.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 22px;
  box-shadow: 4px 4px 11px #000;
}

.column-167 {
  height: 500px;
  opacity: .88;
  background-image: url('../images/unnamed.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 22px;
  box-shadow: 4px 4px 11px #000;
}

.column-168 {
  height: 500px;
  opacity: .88;
  background-image: url('../images/switch1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 22px;
  box-shadow: 4px 4px 11px #000;
}

.column-trees {
  height: 470px;
  opacity: .88;
  background-image: url('../images/switch1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 22px;
  box-shadow: 4px 4px 11px #000;
}

.column-16.smart {
  background-image: url('../images/KelleyBeekeeping-seotool-19912-AGuideTo-BlogBanner1-1.png');
  border: 1px #000;
  border-radius: 0;
  box-shadow: 4px 4px 11px #000;
}

.column-167.smart {
  background-image: url('../images/KelleyBeekeeping-seotool-19912-AGuideTo-BlogBanner1-1.png');
  border: 1px #000;
  border-radius: 0;
  box-shadow: 4px 4px 11px #000;
}

.column-16.smart.smaller {
  box-shadow: 3px 3px 8px #000;
}

.column-167.smart.smaller {
  box-shadow: 3px 3px 8px #000;
}

.column-16.wear {
  background-image: url('../images/Collazh_1.jpg');
  background-position: 0%;
}

.ai.wear {
  height: 500px;
  opacity: .88;
  background-image: url('../images/ai_owl.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 22px;
  box-shadow: 2px 2px 8px #000;
}

.column-16.wear.tab.smallpic {
  box-shadow: 2px 2px 8px #000;
}

.column-16.smaller {
  filter: grayscale();
  background-image: url('../images/iStock-680287340.jpg');
  background-position: 60%;
  background-size: cover;
  box-shadow: 3px 3px 8px #000;
}

.column-167.smaller {
  filter: grayscale();
  background-image: url('../images/lynx.jpg');
  background-position: 60%;
  background-size: cover;
  box-shadow: 3px 3px 8px #000;
}

.column-168.smaller {
  background-image: url('../images/switch1.jpg');
  background-position: 60%;
  background-size: cover;
  box-shadow: 3px 3px 8px #000;
}

.column-16.smaller2 {
  filter: grayscale();
  background-image: url('../images/orca.jpg');
  background-position: 40%;
  background-size: cover;
  box-shadow: 3px 3px 8px #000;
}

.column-16.smaller.automated {
  background-image: url('../images/sun.jpg');
}

.column-166 {
  height: 500px;
  opacity: .88;
  background-image: url('../images/unnamed.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 22px;
  box-shadow: 4px 4px 11px #000;
}

.column-166.smart {
  background-image: url('../images/KelleyBeekeeping-seotool-19912-AGuideTo-BlogBanner1-1.png');
  border: 1px #000;
  border-radius: 0;
  box-shadow: 4px 4px 11px #000;
}

.column-166.smart.smaller {
  box-shadow: 3px 3px 8px #000;
}

.column-166.wear {
  background-image: url('../images/Collazh_1.jpg');
  background-position: 0%;
}

.column-166.wear.tab.smallpic {
  box-shadow: 2px 2px 8px #000;
}

.column-166.smaller {
  background-image: url('../images/iStock-680287340.jpg');
  background-position: 60%;
  background-size: cover;
  box-shadow: 3px 3px 8px #000;
}

.column-166.smaller.automated {
  background-image: url('../images/sun.jpg');
}

.column-168.smaller {
  background-image: url('../images/switch1.jpg');
  background-position: 60%;
  background-size: cover;
  box-shadow: 3px 3px 8px #000;
}

.column-168.smaller.automated {
  background-image: url('../images/switch1.jpg') no-repeat 50% 0;
  margin: 0 auto;
}

.container-4 {
  padding-top: 190px;
}

.container-4.mob-qa.phone {
  padding-top: 60px;
}

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

.columns-3 {
  position: relative;
}

.column-18 {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.image-23 {
  width: auto;
  object-fit: fill;
}

.image-24 {
  width: auto;
  object-fit: scale-down;
}

.container-5 {
  background-image: url('../images/cropped-1920-1080-870360.jpg');
  background-position: 50%;
  background-size: cover;
}

.container-6 {
  background-image: url('../images/photo-1491555103944-7c647fd857e6.jpeg');
  background-position: 0 0;
  background-size: 125px;
}

.section-10 {
  height: 700px;
  background-image: linear-gradient(rgba(255, 255, 255, .2), rgba(255, 255, 255, .2)), url('../images/HPAM44-1.png');
  background-position: 0 0, 50% 100%;
  background-size: auto, cover;
}

.section-10.wear {
  background-image: linear-gradient(rgba(255, 255, 255, .2), rgba(255, 255, 255, .2)), url('../images/photo-1491555103944-7c647fd857e6.jpeg');
  background-position: 0 0, 50%;
}

.section-10.webhealth {
  background-image: linear-gradient(rgba(255, 255, 255, .2), rgba(255, 255, 255, .2)), url('../images/geese5.webp');
  background-position: 0 0, 50%;
}

.section-10.wear.mobile.tablet.phone.phones.mobile2021 {
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url('../images/66807508_s.jpg');
}

.section-10.wear.mobile.tablet.phone.phones.index {
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url('../images/index2.jpeg');
}

.section-10.mob {
  background-image: linear-gradient(rgba(255, 255, 255, .25), rgba(255, 255, 255, .25)), url('../images/HPAM44-1.jpg');
  background-position: left;
  background-size: auto, cover;
}

.section-10.mob.mobile.auto.phones {
  background-image: url('../images/iStock-671796532.jpg'), linear-gradient(rgba(255, 255, 255, .25), rgba(255, 255, 255, .25)), url('../images/HPAM44-1.jpg');
  background-position: left;
  background-repeat: no-repeat;
  background-size: cover;

}


.section-10.mob.mobile.auto.phones.automation {
  opacity: .78;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-image: url('../images/bees.jpg'), linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
  background-position: 50% 60%, 0 0;
  background-repeat: no-repeat;
  background-size: cover;
    
}

.section-10.mob.mobile.auto.phones.realautomation {
  opacity: .78;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-image: url('../images/HPAM44-1a.png'), linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
  background-position: right;
  background-repeat: no-repeat;
  background-size: cover;
}

.section-10.mob.mobile.auto.phones.trees {
  opacity: .78;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-image: url('../images/trees.jpg'), linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
  background-position: 50% 60%, 0 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.container-7 {
  margin-bottom: 0;
}

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

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

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

.container-8 {
  padding: 60px;
}

.youtube {
  object-fit: fill;
}

.column-118 {
  clear: none;
}

.scroll-navbar-2 {
  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 rgba(0, 0, 0, .1);
}

.sticky-nav {
  z-index: 1;
  background-color: #f4f4f4;
  padding: 20px;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.nav-grid {
  width: 100%;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content max-content max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin: 0;
  padding: 0;
  display: grid;
}

.nav-logo-link {
  height: 60px;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  display: block;
}

.nav-logo {
  width: auto;
  height: 100%;
  object-fit: contain;
  object-position: 0% 50%;
}

.nav-link-2 {
  color: #444;
  margin-left: 0;
  margin-right: 0;
  padding: 10px 0;
  text-decoration: none;
  display: block;
}

.nav-link-2:hover {
  text-decoration: underline;
}

.button-3 {
  opacity: 1;
  text-align: center;
  background-color: rgba(182, 182, 182, .51);
  border-radius: 5px;
  margin-top: 40px;
  box-shadow: 1px 1px 3px #000;
}

.paragraph-33 {
  color: #f3f0f0;
  text-align: left;
  text-shadow: 0 1px 4px #000;
  padding-top: 46px;
  padding-left: 100px;
  font-size: 18px;
  position: static;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.paragraph-33.adv.desktop {
  text-align: right;
  padding-top: 40px;
  position: static;
}

.paragraph-33.adv.desktop.land.smart {
  text-align: left;
}

.paragraph-33.adv.desktop.land.smart.tab.mob.resources {
  padding-left: 60px;
}

.paragraph-33.agile.desktop {
  text-align: right;
  padding-top: 40px;
  position: static;
}

.paragraph-33.mata.desktop {
  float: none;
  clear: none;
  text-align: left;
  padding-top: 0;
  padding-left: 0;
  position: relative;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.paragraph-33.auto {
  text-align: center;
  padding-left: 0;
}

.paragraph-33.career {
  padding-top: 300px;
  padding-left: 141px;
  position: absolute;
}

.paragraph-33.matp {
  padding-left: 0;
}

.link-2 {
  text-decoration: underline;
}

.link-2.chat {
  color: #696969;
  cursor: pointer;
  font-size: 13px;
  font-weight: 400;
  text-decoration: none;
}

.bolder, .text-span-20 {
  color: #5f5f5f;
  font-weight: 500;
}

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

.link-3 {
  text-decoration: none;
}

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

.resources-link {
  color: #008486;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  text-decoration: none;
}

.resources-link2 {
  color: #008486;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  text-decoration: none;
}

.resources-link3 {
  color: #008486;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  text-decoration: none;
}

.italic-text-3 {
  font-family: Montserrat, sans-serif;
  font-style: normal;
  font-weight: 300;
}

.text-span-21 {
  font-weight: 500;
}

.block-quote {
  background-color: #f7f7f7;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
}

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

.text-span-22 {
  color: #05ce78;
  font-family: Changa One, Impact, sans-serif;
  font-size: 29px;
  font-weight: 800;
}

.text-span-23 {
  font-weight: 500;
}

.text-span-23.kick {
  color: #5f5f5f;
}

.text-span-24, .text-span-25 {
  font-weight: 500;
}

.section-12 {
  height: 700px;
  background-image: url('../images/66807508_s.jpg');
  background-position: 50%;
  background-size: cover;
}

.name-customer-2 {
  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;
}

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

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

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

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

.link-4 {
  font-weight: 500;
}

html.w-mod-js [data-ix="hide-project-overlay-on-initial"] {
  opacity: 0;
}

html.w-mod-js [data-ix="move-portfolio-content-on-initial"] {
  opacity: 0;
  transform: translate(20px);
}

html.w-mod-js [data-ix="toggle-content-initial-appe"] {
  height: 0;
}

html.w-mod-js [data-ix="go-top-on-load"] {
  opacity: 0;
  transform: translate(0, 100px);
}

html.w-mod-js [data-ix="hide-scroll-navigation-on-initial"] {
  display: none;
}

html.w-mod-js [data-ix="0-on-load"] {
  opacity: 0;
  transform: translate(15px);
}

html.w-mod-js [data-ix="hide-popup-on-initial"] {
  opacity: 0;
  display: none;
  transform: scale(1.1);
}

html.w-mod-js [data-ix="fade-in-on-load-right"] {
  opacity: 0;
  transform: translate(40px);
}

html.w-mod-js [data-ix="fade-in-on-load-left"] {
  opacity: 0;
  transform: translate(-40px);
}

html.w-mod-js [data-ix="fade-in-on-load-right-2"] {
  opacity: 0;
  transform: translate(40px);
}

html.w-mod-js [data-ix="fade-in-on-load"], html.w-mod-js [data-ix="fade-in-on-load-2"], html.w-mod-js [data-ix="fade-in-on-load-3"] {
  opacity: 0;
  transform: translate(0, 30px);
}

html.w-mod-js [data-ix="fade-in-on-scroll"] {
  opacity: 0;
  transform: translate(0, 20px);
}

html.w-mod-js [data-ix="fade-in-on-scroll-right"] {
  opacity: 0;
  transform: translate(20px);
}

html.w-mod-js [data-ix="fade-in-on-scroll-left"] {
  opacity: 0;
  transform: translate(-20px);
}

html.w-mod-js [data-ix="fade-in-on-scroll-5"], html.w-mod-js [data-ix="fade-in-on-scroll-3"], html.w-mod-js [data-ix="fade-in-on-scroll-2"], html.w-mod-js [data-ix="fade-in-on-scroll-4"] {
  opacity: 0;
  transform: translate(0, 20px);
}

html.w-mod-js [data-ix="subscribe-card"] {
  opacity: 0;
  transform: translate(-74px);
}

@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 {
    width: auto;
    text-align: left;
    border-width: 0;
    border-bottom-style: none;
    border-radius: 0;
    margin-left: 20px;
    margin-right: 20px;
    padding: 15px 20px 15px 10px;
    position: static;
  }

  .nav-link:hover {
    background-color: rgba(255, 255, 255, .06);
    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: rgba(0, 0, 0, 0);
  }

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

  .nav-link.black:hover {
    background-color: rgba(255, 255, 255, .06);
  }

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

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

  .nav-link.footer:hover {
    background-color: rgba(0, 0, 0, 0);
  }

  .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.seven {
    background-image: linear-gradient(to bottom, null, null), url('../images/Raccoon-Mickey-Watkins.jpg');
    background-position: 0 0, 50%;
  }

  .hero-section.homepage.seven.found {
    background-image: linear-gradient(rgba(255, 252, 252, .2), rgba(255, 252, 252, .2)), url('../images/adobewolfstock.jpg');
    background-position: 0 0, 100% 0;
  }

  .hero-section.homepage.seven.found.mob {
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url('../images/276922.jpg');
    background-position: 0 0, 50% 0;
  }

  .hero-section.homepage.seven.found.mob._2 {
    background-image: linear-gradient(rgba(253, 253, 253, .2), rgba(253, 253, 253, .2)), url('../images/276922.jpg');
    background-position: 0 0, 50% 0;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
  }

  .hero-section.homepage.seven.agile {
    background-image: linear-gradient(rgba(255, 253, 253, .2), rgba(255, 253, 253, .2)), url('../images/0aebf3618db1315eb04eaaca7478fc37-700.jpg');
    background-position: 0 0, 50% 0;
  }

  .hero-section.homepage.seven.career {
    background-image: linear-gradient(rgba(255, 253, 253, .25), rgba(255, 253, 253, .25)), url('../images/rsz_1rsz_1rsz_6dc2b1_ac55486885b04e968557154348a1de64_mv2_d_3276_2223_s_2.jpg');
    background-position: 0 0, 50%;
  }

  .hero-section.homepage.seven.career.tab {
    background-image: linear-gradient(rgba(255, 255, 255, .2), rgba(255, 255, 255, .2)), url('../images/beaver_dam_1050x700.jpg');
  }

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

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

  .hero-section.homepage.natural.mob {
    background-image: linear-gradient(rgba(252, 252, 252, .2), rgba(252, 252, 252, .2)), url('../images/david-marcu-114194.jpg');
    background-attachment: scroll, fixed;
  }

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

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

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

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

  .hero-tittle {
    padding-top: 44px;
    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.dark.found.desktop {
    padding-bottom: 0;
  }

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

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

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

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

  .hero-tittle.dark.career.tab {
    padding-top: 260px;
    padding-left: 40px;
  }

  .hero-tittle.dark.matp.tab {
    padding-top: 102px;
  }

  .hero-tittle.web.tab {
    padding-top: 67px;
  }

  .hero-tittle.web.tab.desk.tablet, .hero-tittle.web.tablet {
    padding-top: 220px;
  }

  .hero-tittle.web.tablet.phone.desktop {
    padding-top: 65px;
  }

  .hero-tittle.smart.tab {
    padding-top: 178px;
  }

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

  .hero-paragraph.left.mob-tab, .hero-paragraph.left.tab {
    font-weight: 400;
  }

  .section {
    padding-bottom: 20px;
  }

  .section.video.alternative.gray.lines {
    padding-left: 100px;
    padding-right: 100px;
  }

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

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

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

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

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

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

  .section.wellcome.new {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    padding-top: 100px;
    padding-bottom: 100px;
    display: block;
  }

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

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

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

  .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 {
    height: auto;
    width: 80%;
    float: none;
    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 {
    height: 100%;
    text-align: center;
    border-bottom-style: none;
    border-left-style: solid;
    border-right-style: none;
    padding: 40px 80px;
  }

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

  .features-block.icon.clear {
    text-align: center;
    padding-right: 20px;
  }

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

  .features-block.fact-box {
    text-align: center;
    margin-bottom: 20px;
  }

  .features-block.fact-box.new {
    height: 240px;
  }

  .mockup.right {
    float: none;
    margin-left: auto;
    margin-right: auto;
  }

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

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

  .paragraph.center.black.auto, .paragraph.center.black.smart.mob {
    padding-left: 10px;
    padding-right: 10px;
  }

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

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

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

  .paragraph.center.black.adv-tab {
    padding-left: 30px;
    padding-right: 30px;
  }

  .paragraph.center.black.agile-tab {
    padding-left: 20px;
    padding-right: 20px;
  }

  .paragraph.center.mobile-qa-types {
    padding-left: 10px;
    padding-right: 10px;
  }

  .paragraph.left {
    text-align: left;
  }
  
    .paragraph.left.pad {
    text-align: left;
    padding-left: 20px;
    padding-right: 20px;
  }

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

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

  .text-field.info {
    width: 100%;
  }

  .testimonial-slider {
    height: 460px;
  }

  .pricing-block {
    height: auto;
  }

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

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

  .news-text-section {
    padding-left: 100px;
    padding-right: 100px;
  }

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

  .color-block-tittle {
    font-size: 16px;
    display: inline-block;
  }

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

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

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

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

  .pricing-text-pricing {
    font-size: 40px;
  }

  .arroww {
    top: 216px;
  }

  .info-tes.team {
    padding-top: 100px;
  }

  .about-us {
    height: auto;
    overflow: hidden;
  }

  .about-us.box {
    height: auto;
    margin-bottom: 20px;
    overflow: hidden;
  }

  .heading3.white {
    padding-bottom: 60px;
    overflow: visible;
  }

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

  .image-iphone {
    margin-left: 0;
  }

  .font-icon {
    float: right;
  }

  .font-icon.number {
    text-align: center;
  }

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

  .icon {
    color: #bcf4f6;
    background-color: rgba(0, 0, 0, 0);
  }

  .icon.middle {
    color: #bcf4f6;
  }

  .icon.dark {
    color: #bcf4f6;
  }

  .menu-button {
    background-color: rgba(108, 108, 108, 0.3);
    margin-top: 0;
  }

  .menu-button.w--open {
    background-color: rgba(255, 255, 255, .3);
  }

  .menu-button.gray {
    background-color: rgba(114, 114, 114, .27);
    border-radius: 5px;
  }

  .menu-button.gray.hamburger {
    float: none;
    text-align: center;
    background-color: rgba(255, 255, 255, .27);
  }

  .menu-button.gray.hamburger.middle {
    background-color: rgba(0, 0, 0, 0);
  }

  .footer-logo.left {
    float: none;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .nav-menu {
    float: right;
    text-align: center;
    background-color: rgba(0, 0, 0, .9);
    margin-left: 0;
    margin-right: 0;
  }

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

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

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

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

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

  .dropdown-list.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .dropdown-link {
    padding-left: 10px;
    padding-right: 20px;
    display: block;
  }

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

  .dropdown-link.w--current {
    background-color: rgba(0, 0, 0, 0);
  }

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

  .image-girl {
    position: static;
  }

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

  .table-title {
    padding-bottom: 5px;
  }

  .image-wrapper {
    width: 72px;
    height: 70px;
    margin-bottom: 0;
    margin-right: 0;
    padding-right: 0;
  }

  .center-paragraph.box {
    font-size: 14px;
  }

  .center-div {
    top: 18%;
  }

  .separated-div-wrapper.form {
    margin-top: 10px;
  }

  .feafured-text {
    padding-top: 40px;
  }

  .featured-description {
    margin-bottom: 20px;
  }

  .thumbnail.date {
    float: right;
  }

  .portfolio-content {
    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 {
    background-position: 50%;
    padding-bottom: 71px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .box-service-image._3.full, .box-service-image.full {
    margin-right: 20px;
  }

  .box-service-image.lighter {
    height: auto;
  }

  .box-service-image.lighter._4 {
    padding-bottom: 70px;
  }

  .box-service-image.lighter.first {
    background-position: 65% 40%;
  }

  .team-div._5.circle {
    margin-top: 20px;
  }

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

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

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

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

  .donate-pop-up {
    height: auto;
    display: block;
  }

  .upper-title {
    margin-bottom: 10px;
  }

  .link-block.default {
    width: 100%;
    height: 400px;
    background-size: cover;
    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;
  }

  .image-14 {
    margin-top: 30px;
  }

  .image-15 {
    display: none;
  }

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

  .go-to {
    display: none;
  }

  .donate-full-wrapper {
    display: block;
  }

  .pop-up, .pop-up-content, .donate-info-wrapper {
    height: 100%;
  }

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

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

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

  .phone-center-features {
    text-align: center;
    flex-direction: column;
  }

  .phone-side-features {
    width: 100%;
    text-align: center;
    flex-direction: row;
    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;
  }

  .section-4.wellcome {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .image-20 {
    padding-top: 160px;
  }

  .paragraph-32.found.desktop.land {
    font-weight: 400;
  }

  .paragraph-32.training-mob {
    text-shadow: 0 2px 4px #000;
    font-weight: 400;
  }

  .column-16 {
    background-position: 50%;
  }

  .column-16.wear.tab {
    background-position: 20%;
  }

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

  .columns-4 {
    height: 300px;
  }

  .dropdown-list-2.w--open {
    background-color: rgba(0, 0, 0, 0);
    position: relative;
    top: 0;
  }

  .paragraph-33.adv.desktop.land, .paragraph-33.agile.desktop.land.mob {
    font-weight: 400;
  }

  .paragraph-33.mata.desktop.mob._2.tab {
    padding-top: 98px;
  }

  .paragraph-33.mata.desktop.mob._2.tab.land {
    font-weight: 400;
  }

  .paragraph-33.career.tab {
    padding-top: 340px;
    padding-left: 40px;
  }

  .paragraph-33.career.tab.mob, .paragraph-33.matp.tab {
    font-weight: 400;
  }
}

@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;
    background-position: 0 0, 0%;
  }

  .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.seven.found {
    background-image: linear-gradient(rgba(255, 255, 255, .2), rgba(255, 255, 255, .2)), url('../images/adobewolfstock.jpg');
    background-position: 0 0, 70%;
  }

  .hero-section.homepage.seven.agile {
    background-image: linear-gradient(rgba(255, 255, 255, .2), rgba(255, 255, 255, .2)), url('../images/0aebf3618db1315eb04eaaca7478fc37-700.jpg');
    background-position: 0 0, 70% 0;
  }

  .hero-section.homepage.seven.matp {
    background-image: linear-gradient(rgba(255, 255, 255, .2), rgba(255, 255, 255, .2)), url('../images/cd2eae4ee794a4b9a6c1db85e755f61f.jpg');
    background-position: 0 0, 0%;
  }

  .hero-section.homepage.seven.matp.mob {
    background-image: linear-gradient(rgba(255, 255, 255, .2), rgba(255, 255, 255, .2)), url('../images/1200px-Adler_jagt_WikimediaUserAWWE83.jpg');
    background-position: 0 0, 50%;
  }

  .hero-section.homepage.second {
    height: 600px;
  }

  .hero-section.homepage.natural {
    background-image: linear-gradient(to bottom, null, null), url('../images/david-marcu-114194_1.jpg');
    background-position: 0 0, 100%;
    padding-top: 160px;
    padding-bottom: 100px;
  }

  .hero-section.homepage.natural.mob {
    background-image: linear-gradient(rgba(252, 252, 252, .2), rgba(252, 252, 252, .2)), url('../images/david-marcu-114194.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    background-attachment: scroll, fixed;
  }

  .hero-section.banner {
    background-position: 50%;
  }

  .hero-section.homepage-8 {
    height: 600px;
  }

  .hero-container {
    text-align: center;
    padding-top: 49px;
    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: 119px;
  }

  .hero-tittle {
    padding-top: 59px;
    padding-right: 0;
    font-size: 40px;
    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.dark.found.desktop {
    padding-left: 10px;
  }

  .hero-tittle.dark.found.desktop.mob.land {
    padding-right: 10px;
  }

  .hero-tittle.left {
    text-align: center;
  }

  .hero-tittle.left.top {
    padding-top: 0;
  }

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

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

  .hero-tittle.dark.matp.tab {
    padding-left: 10px;
  }

  .hero-tittle.dark.agile.land, .hero-tittle.dark.adv.desktop.adv-mob.land {
    padding-right: 10px;
  }

  .hero-tittle.dark.adv.desktop.adv-mob.land.smart.tab {
    padding-left: 60px;
  }

  .hero-tittle.dark.mata.desktop.mob.land {
    padding-left: 10px;
  }

  .hero-tittle.mobile.phone._2 {
    padding-left: 0;
  }

  .hero-tittle.web.tablet.phone {
    padding-top: 40px;
  }

  .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.video.alternative.gray.lines {
    padding-left: 60px;
    padding-right: 60px;
  }

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

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

  .section.testimonials.transparent.lines {
    padding-left: 50px;
    padding-right: 50px;
  }

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

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

  .page-header.list.cause-1 {
    background-image: linear-gradient(rgba(255, 255, 255, .2), rgba(255, 255, 255, .2)), url('../images/adobewolfstock.jpg');
    background-position: 0 0, 50%;
  }

  .page-header.list.cause-1.mob.web.tab {
    background-image: linear-gradient(rgba(255, 255, 255, .2), rgba(255, 255, 255, .2)), url('../images/Untitled-7.png');
    background-position: 0 0, 50%;
    background-repeat: repeat, repeat;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
  }

  .page-header.list.cause-1.mob.web.phone {
    height: 600px;
    background-image: linear-gradient(rgba(255, 255, 255, .2), rgba(255, 255, 255, .2)), url('../images/Untitled-7.png');
    background-position: 0 0, 100%;
    background-repeat: repeat, repeat;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
  }

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

  .heading.center {
    margin-top: 0;
    font-size: 30px;
  }

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

  .features-column._4, .features-column._8 {
    border-bottom-style: solid;
  }

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

  .features-block.icon.alternative {
    height: auto;
    width: 100%;
    height: 150px;
  }

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

  .features-block.icon.no-color {
    height: auto;
    border-bottom-style: none;
    padding-top: 40px;
  }

  .features-block.icon.clear {
    text-align: center;
  }

  .features-block.fact-box {
    height: auto;
  }

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

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

  .paragraph.center.black, .paragraph.center.white, .paragraph.center.black, .paragraph.center.black {
    padding-left: 20px;
    padding-right: 20px;
  }

  .paragraph.center.black.matp-tab {
    padding-left: 10px;
    padding-right: 10px;
  }

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

  .paragraph.left.center.tab {
    padding-left: 20px;
  }

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

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

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

  .hero-wrapper {
    height: 400px;
    margin-left: auto;
    margin-right: auto;
  }

  .hero-wrapper.horizontal {
    padding-left: 0;
    padding-right: 0;
  }

  .text-field.info {
    width: 98%;
  }

  .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 {
    width: 100%;
    height: 500px;
    float: none;
  }

  .half-section-block._2 {
    width: 100%;
    height: 600px;
    float: none;
    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;
  }

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

  .overlay-image-pricing.dark-background {
    background-color: rgba(0, 0, 0, 0);
    background-image: linear-gradient(to bottom, null, null), url('../images/photo-1428677361686-f9d23be145c9_2.jpg');
    background-position: 0 0, 50%;
  }

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

  .arroww {
    top: 194px;
  }

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

  .info-tes.team {
    margin-top: 0;
    margin-bottom: 0;
  }

  .about-us.box {
    height: auto;
  }

  .heading3 {
    text-align: center;
  }

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

  .contact-text {
    float: none;
    padding-top: 0;
    display: block;
  }

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

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

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

  .div-social {
    float: none;
  }

  .icon {
    color: #bcf4f6;
  }

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

  .icon.dark {
    color: #bcf4f6;
  }

  .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 {
    height: auto;
    background-position: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .about-section.full {
    background-image: linear-gradient(to bottom, null, null), url('../images/iPhones6_mockup_stage.jpg');
    background-position: 0 0, 0;
  }

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

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

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

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

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

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

  .div._6 {
    background-image: url('../images/ucywe5mztmu-jeremy-cai.jpg');
    background-position: 100% 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;
  }

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

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

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

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

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

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

  .hero-div-video.imtro {
    height: auto;
    background-image: url('../images/cropped-1920-1080-870360.jpg');
    background-position: 50%;
    background-size: cover;
  }

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

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

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

  .donate-pop-up {
    width: auto;
    height: auto;
  }

  .title-pop-up {
    font-size: 25px;
  }

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

  .homepage-tile {
    margin-bottom: 60px;
  }

  .homepage-tile.last {
    margin-bottom: 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 {
    width: 100%;
    float: none;
  }

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

  .div-wrapper {
    width: 100%;
  }

  .slider-arrows {
    display: none;
  }

  .donate-full-wrapper {
    padding: 30px;
  }

  .pop-up {
    width: 400px;
  }

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

  .popup-div {
    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 {
    width: 100%;
    text-align: center;
    flex-direction: row;
  }

  .feature-center {
    width: 100%;
  }

  .row-blog, .top {
    margin-top: 50px;
  }

  .section-4 {
    padding: 100px 70px;
  }

  .section-4.training {
    background-image: linear-gradient(rgba(255, 255, 255, .2), rgba(255, 255, 255, .2)), url('../images/cropped-1920-1080-870360.jpg');
    background-position: 0 0, 50% 0;
  }

  .image-20 {
    padding-top: 20px;
  }

  .section-7 {
    padding: 100px 70px;
  }

  .section-7.white.services {
    padding-left: 0;
    padding-right: 0;
  }

  .section-8 {
    background-position: 70%;
  }

  .section-8.lands {
    background-image: linear-gradient(rgba(255, 255, 255, .2), rgba(255, 255, 255, .2)), url('../images/66807508_s.jpg');
    background-position: 0 0, 30%;
  }

  .paragraph-32 {
    padding-left: 10px;
  }

  .paragraph-32._2 {
    padding-left: 0;
  }

  .paragraph-32._2.mob-qa.land, .paragraph-32.wear.mobile.hide {
    display: none;
  }

  .paragraph-32.found.desktop.land {
    padding-right: 10px;
  }

  .separated-div-wrapper-2 {
    text-align: center;
  }

  .separated-div-wrapper-2.left {
    float: none;
    margin-top: 20px;
    margin-left: 0;
    margin-right: 0;
  }

  .column-16 {
    background-position: 50%;
  }

  .sticky-nav {
    position: relative;
  }

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

  .paragraph-33.adv.desktop.land {
    padding-right: 10px;
  }

  .paragraph-33.adv.desktop.land.smart.tab {
    padding-left: 60px;
  }

  .paragraph-33.agile.desktop.land {
    padding-right: 10px;
  }

  .paragraph-33.mata.desktop.mob._2.tab.land {
    padding-left: 10px;
  }

  .paragraph-33.auto.mob.hide {
    display: none;
  }

  .paragraph-33.matp.tab {
    padding-left: 10px;
  }

  .paragraph-33.smart-mob.hide {
    display: none;
  }

  .home-tablet {
    padding-left: 40px;
    padding-right: 40px;
  }

  .home-tablet.mob.title {
    font-weight: 400;
  }

  .footer-info-2 {
    text-align: center;
  }

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

  .team-block-image-2 {
    margin-bottom: 30px;
  }

  .team-image {
    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 {
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url('../images/66807508_s.jpg');
    background-position: 0 0, 30%;
  }

  .hero-section.homepage {
    background-position: 0 0, 25%;
    padding-top: 145px;
  }

  .hero-section.homepage.third {
    height: auto;
    background-position: 50% 100%, 50% 70%;
    padding-top: 65px;
    padding-bottom: 80px;
  }

  .hero-section.homepage.seven {
    height: 600px;
    background-image: linear-gradient(rgba(255, 254, 254, .2), rgba(255, 254, 254, .2)), url('../images/orca.jpg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
  }

  .hero-section.homepage.seven.found {
    background-image: linear-gradient(rgba(255, 252, 252, .2), rgba(255, 252, 252, .2)), url('../images/wolf_snow.jpg');
    background-position: 0 0, 90%;
  }

  .hero-section.homepage.seven.found.mob._2 {
    background-image: linear-gradient(rgba(255, 255, 255, .2), rgba(255, 255, 255, .2)), url('../images/276922.jpg');
    background-position: 0 0, 32% 0;
  }

  .hero-section.homepage.seven.found.mob._2.phones {
    background-image: linear-gradient(rgba(255, 253, 253, .2), rgba(255, 253, 253, .2)), url('../images/phone_deer.jpg');
  }

  .hero-section.homepage.seven.agile.mob {
    height: 600px;
    background-image: linear-gradient(rgba(255, 255, 255, .2), rgba(255, 255, 255, .2)), url('../images/0aebf3618db1315eb04eaaca7478fc37-700.jpg');
    background-position: 0 0, 70% 20%;
    padding-top: 137px;
  }

  .hero-section.homepage.seven.mata {
    background-image: linear-gradient(rgba(255, 253, 253, .2), rgba(255, 253, 253, .2)), url('../images/1200px-Adler_jagt_WikimediaUserAWWE83.jpg');
    background-position: 0 0, 60%;
  }

  .hero-section.homepage.seven.mata.mob {
    background-image: linear-gradient(rgba(255, 255, 255, .2), rgba(255, 255, 255, .2)), url('../images/Raccoon-Mickey-Watkins.jpg');
    background-position: 0 0, 45% 0;
    padding-top: 181px;
  }

  .hero-section.homepage.seven.mata.mob.small {
    background-image: linear-gradient(rgba(255, 255, 255, .2), rgba(255, 255, 255, .2)), url('../images/Raccoon-Mickey-Watkins.jpg');
    background-position: 0 0, 40% 0;
  }

  .hero-section.homepage.seven.career {
    background-image: linear-gradient(rgba(255, 255, 255, .25), rgba(255, 255, 255, .25)), url('../images/rsz_1rsz_1rsz_6dc2b1_ac55486885b04e968557154348a1de64_mv2_d_3276_2223_s_2.jpg');
    background-position: 0 0, 65%;
  }

  .hero-section.homepage.seven.career.tab.phones {
    background-image: linear-gradient(rgba(255, 255, 255, .2), rgba(255, 255, 255, .2)), url('../images/phone_beaver.jpg');
  }

  .hero-section.homepage.seven.matp {
    background-image: linear-gradient(rgba(255, 253, 253, .2), rgba(255, 253, 253, .2)), url('../images/cd2eae4ee794a4b9a6c1db85e755f61f.jpg');
    background-position: 0 0, 28%;
  }

  .hero-section.homepage.seven.matp.mob._2 {
    background-image: linear-gradient(rgba(255, 255, 255, .2), rgba(255, 255, 255, .2)), url('../images/1200px-Adler_jagt_WikimediaUserAWWE83.jpg');
    background-position: 0 0, 60%;
  }

  .hero-section.homepage.second {
    height: 700px;
  }

  .hero-section.homepage.natural {
    background-image: linear-gradient(rgba(255, 255, 255, .2), rgba(255, 255, 255, .2)), url('../images/david-marcu-114194_1.jpg');
    background-position: 0 0, 60%;
  }

  .hero-section.homepage.natural.mobile {
    background-image: linear-gradient(rgba(255, 255, 255, .2), rgba(255, 255, 255, .2)), url('../images/cropped-1920-1080-870360.jpg');
    background-position: 0 0, 50% 0;
    background-size: auto, cover;
    padding-top: 102px;
    padding-bottom: 113px;
  }

  .hero-section.homepage.natural.mob {
    background-image: linear-gradient(rgba(255, 255, 255, .2), rgba(255, 255, 255, .2)), url('../images/david-marcu-114194_1.jpg');
    background-position: 0 0, 60%;
    background-attachment: scroll, scroll;
    padding-top: 70px;
  }

  .hero-section.homepage.phones {
    background-image: linear-gradient(to top, rgba(209, 209, 209, 0) 44%, #fff), url('../images/phone_bears.jpg');
  }

  .hero-section.banner {
    height: 600px;
    background-position: 50%;
  }

  .hero-section.homepage-8.mobile {
    background-image: linear-gradient(rgba(255, 255, 255, .2), rgba(255, 255, 255, .2)), url('../images/tawny_owl_nests_pw_1-2 serv.jpg');
    background-position: center bottom;
    padding-top: 137px;
  }

  .hero-section.homepage-8.mobile.resources {
    background-image: linear-gradient(to bottom, null, null), url('../images/Caribou-Bull-Bedded-8-85.jpg');
    background-position: 0 0, 50%;
  }

  .hero-section.mobile-qa-mob {
    background-image: linear-gradient(rgba(255, 255, 255, .2), rgba(255, 255, 255, .2)), url('../images/66807508_s.jpg');
    background-position: 0 0, 30% 0;
  }

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

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

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

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

  .hero-tittle {
    width: auto;
    padding-top: 75px;
    padding-left: 0;
    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.intro.center.all-caps.home.mob {
    padding-top: 30px;
  }

  .hero-tittle.intro.center.all-caps.home.mob.quick {
    font-weight: 400;
  }

  .hero-tittle.black.thin {
    font-size: 30px;
    line-height: 35px;
  }

  .hero-tittle.dark.found.desktop {
    padding-top: 100px;
    padding-left: 20px;
  }

  .hero-tittle.dark.found.desktop.mob {
    padding-top: 220px;
    padding-right: 20px;
  }

  .hero-tittle.dark.found.desktop.mob.land.mobile {
    padding-top: 178px;
  }

  .hero-tittle.dark.found.desktop.mob.land.mobile._2 {
    padding-top: 151px;
  }

  .hero-tittle.dark.training.mobile {
    padding-top: 22px;
    padding-left: 0;
  }

  .hero-tittle.left {
    padding-left: 0;
    font-size: 30px;
    line-height: 35px;
    display: block;
  }

  .hero-tittle.left.top {
    padding-top: 0;
  }

  .hero-tittle.box {
    font-size: 40px;
    line-height: 45px;
  }

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

  .hero-tittle.dark.career.tab {
    padding-top: 100px;
  }

  .hero-tittle.dark.career.tab.mob {
    padding-top: 450px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero-tittle.dark.matp.tab {
    padding-top: 90px;
  }

  .hero-tittle.dark.agile {
    padding-top: 140px;
    padding-right: 10px;
  }

  .hero-tittle.dark.adv.desktop.adv-mob {
    padding-top: 154px;
    padding-right: 20px;
  }

  .hero-tittle.dark.adv.desktop.adv-mob.land.smart.tab {
    text-align: center;
    padding-top: 140px;
    padding-left: 10px;
  }

  .hero-tittle.dark.adv.desktop.adv-mob.land.smart.tab.resources.mobile {
    padding-top: 167px;
    padding-left: 10px;
  }

  .hero-tittle.dark.mata.desktop.mob {
    text-align: center;
    padding-top: 0;
    padding-left: 0;
  }

  .hero-tittle.mobile.phone {
    padding-left: 0;
  }

  .hero-tittle.mobile.phone._2 {
    padding-top: 0;
  }

  .hero-tittle.wearable.mob {
    padding-left: 0;
  }

  .hero-tittle.smart.tab.mobile {
    padding-top: 186px;
    padding-left: 19px;
  }

  .hero-tittle.auto-mob {
    padding-top: 0;
  }

  .hero-tittle.auto-mob.mob {
    padding-top: 92px;
  }

  .hero-tittle.auto-mob.mob.mobile {
    padding-top: 52px;
    padding-left: 0;
  }

  .hero-tittle.auto-mob.mob.auto {
    padding-top: 17px;
  }

  .hero-paragraph.left {
    margin-top: 16px;
    padding-left: 0;
    padding-right: 0;
    font-weight: 400;
  }

  .hero-paragraph.left.mob-tab {
    text-shadow: 1px 1px 3px #000;
    margin-top: 38px;
    font-size: 20px;
    font-weight: 400;
  }

  .hero-paragraph.left.tab {
    margin-top: 38px;
    font-size: 20px;
  }

  .section {
    padding: 0 10px 20px;
  }

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

  .section.video.alternative.gray.lines {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section.white {
    padding: 40px 0 100px;
  }

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

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

  .section.white.mobile {
    padding-bottom: 40px;
  }

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

  .section.testimonials.new.mobile {
    padding-top: 40px;
    padding-bottom: 40px;
  }

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

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

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

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

  .section.wellcome.mobile {
    padding-top: 40px;
    padding-bottom: 0px;
  }

  .button.center {
    float: none;
  }

  .button.outline.rounded.white {
    float: left;
    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 {
    padding-top: 100px;
  }

  .page-header.list.cause-1 {
    background-image: linear-gradient(rgba(255, 255, 255, .2), rgba(255, 255, 255, .2)), url('../images/rsz_adobewolfstock.png');
    background-size: auto, cover;
  }

  .page-header.list.cause-1.mob {
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url('../images/Untitled-7.png');
    background-position: 0 0, 50%;
    background-size: auto, cover;
  }


  .page-header.list.cause-1.mob.web.tab {
    background-image: linear-gradient(rgba(255, 255, 255, .2), rgba(255, 255, 255, .2)), url('../images/Untitled-7.png');
    background-position: 0 0, 50%;
  }

  .page-header.list.cause-1.mob.web.tab.mobile {
    height: 600px;
  }

  .page-header.list.cause-1.mob.web.phone {
    height: 600px;
    background-image: linear-gradient(rgba(255, 255, 255, .2), rgba(255, 255, 255, .2)), url('../images/Untitled-7.png');
    background-position: 0 0, 50%;
  }

  .page-header.list.cause-1.mob.web.phone.phones {
    background-image: linear-gradient(rgba(255, 255, 255, .2), rgba(255, 255, 255, .2)), url('../images/Untitled-7.png');
  }
  

  .page-header.list.cause-1.mobile {
    height: 630px;
    background-image: linear-gradient(rgba(255, 255, 255, .2), rgba(255, 255, 255, .2)), url('../images/rsz_adobewolfstock.png');
    background-position: 0 0, 45%;
  }

  .page-header.list.cause-1.mobile.phones {
    background-image: linear-gradient(rgba(255, 255, 255, .2), rgba(255, 255, 255, .2)), url('../images/phone_wolf.jpg');
  }

  .page-header.contact.second.phones {
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url('../images/homepage_small.jpg');
    background-position: 0 0, 0 0;
    background-size: auto, cover;
  }

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

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

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

  .heading.features.left-side {
    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.center.white-font.thanks.desktop.mob {
    text-align: center;
    padding-top: 0;
  }

  .heading.center._26 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .heading.center._26.wear-mob, .heading.center._26.auto-mob, .heading.center._26.train-mob {
    padding-left: 10px;
    padding-right: 10px;
  }

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

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

  .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.alternative.mobile {
    padding-top: 46px;
  }

  .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, .paragraph.center.black.auto, .paragraph.center.black.smart.mob {
    padding-left: 10px;
    padding-right: 10px;
  }

  .paragraph.center.white {
    white-space: pre-wrap;
    object-fit: scale-down;
    padding-left: 20px;
    padding-right: 20px;
    overflow: visible;
  }

  .paragraph.center.white.thanks.land.mob {
    color: #f3f0f0;
    text-align: center;
    font-weight: 400;
  }

  .paragraph.center.white.thanks.land.mob.mobile {
    padding-top: 83px;
    padding-right: 0;
    display: none;
    overflow: visible;
  }

  .paragraph.center.white.home.mob {
    padding-top: 57px;
  }

  .paragraph.center.black.home.mob {
    padding-left: 10px;
    padding-right: 10px;
  }

  .paragraph.center.black {
    margin-bottom: 0;
  }

  .paragraph.center.black.mobile, .paragraph.center.black.mobile.covered.mobqa, .paragraph.center.black.found.mob, .paragraph.center.black.adv-tab.mob, .paragraph.center.black.agile-tab.mob, .paragraph.center.black.mata-mob, .paragraph.center.black.boost-mob {
    padding-left: 10px;
    padding-right: 10px;
  }

  .paragraph.center.bolder.contact.phones {
    color: #bdbdbd;
    text-shadow: none;
  }

  .paragraph.left {
    text-align: left;
    letter-spacing: normal;
    object-fit: fill;
    font-size: 13px;
    overflow: hidden;
  }

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

  .paragraph.testimonials {
    object-fit: cover;
    overflow: visible;
  }

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

  .news-text-section {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 24px;
    line-height: 30px;
  }

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

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

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

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

  .trial-wrapper {
    width: 90%;
  }

  .trial-field {
    width: 100%;
    float: none;
    text-align: center;
    border-radius: 3px;
    margin-bottom: 10px;
    margin-left: 0;
    padding-left: 11px;
  }

  .trial-button {
    width: 100%;
    border-radius: 3px;
  }

  .trial-button.sec {
    width: 100%;
    float: none;
  }

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

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

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

  .about-us, .about-us.box {
    height: auto;
  }

  .testimonial-box {
    float: none;
    margin-left: auto;
    margin-right: auto;
  }

  .box-text-right {
    width: 80%;
    float: none;
    margin-left: auto;
    margin-right: auto;
  }

  .heading3 {
    text-align: center;
  }

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

  .heading3.white.home.mob, .heading3.white.mob {
    text-align: center;
  }

  .contact-text {
    padding-top: 0;
  }

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

  .image-iphone {
    margin-top: 0;
    margin-bottom: 20px;
    margin-left: 0;
    display: none;
  }

  .font-icon.number {
    font-weight: 500;
  }

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

  .icon {
    width: auto;
    height: auto;
    color: #8fecf0;
    padding: 0;
  }

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

  .icon.dark {
    color: #8fecf0;
  }

  .menu-button {
    background-color: rgba(108, 108, 108, 0.3);
    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;
  }

  .image-girl {
    display: none;
  }

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

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

  .div-block, .div-block-2, .div-block-3 {
    margin-left: 0;
    margin-right: 0;
  }

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

  .image-wrapper {
    width: 80%;
  }

  .image-wrapper.thumbnail._12, .image-wrapper.thumbnail._13 {
    margin-left: 0;
  }

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

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

  .image-12 {
    display: none;
  }

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

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

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

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

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

  .toggle-wrapper {
    width: 100%;
  }

  .dark-backround.testimonials {
    padding-left: 20px;
    padding-right: 20px;
  }

  .dark-backround.testimonials.gray {
    padding-bottom: 49px;
  }

  .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.imtro {
    height: auto;
    background-image: url('../images/cropped-1920-1080-870360.jpg'), linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
    background-position: 50% 0, 0 0;
    background-size: auto, auto;
  }

  .hero-div-video.imtro.mob {
    background-image: url('../images/rsz_cropped-1920-1080-870360.png');
    background-position: 80%;
    background-size: cover;
  }

  .hero-div-video.imtro.mob.phone {
    height: 550px;
    background-image: url('../images/homephone.jpg');
  }

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

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

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

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

  .donate-pop-up {
    width: 100%;
  }

  .title-pop-up {
    font-size: 25px;
  }

  .upper-title {
    margin-bottom: 5px;
  }

  .column-10, .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 {
    display: block;
    top: 5px;
    bottom: auto;
    right: 5px;
  }

  .go-to.w--current {
    top: auto;
    bottom: 5px;
    left: auto;
    right: 5px;
  }

  .go-to.current {
    top: auto;
    bottom: 15px;
    right: 15px;
  }

  .go-to.current.w--current {
    top: auto;
    bottom: 5px;
    left: auto;
    right: 5px;
  }

  .donate-full-wrapper {
    padding: 30px 10px;
  }

  .pop-up {
    width: 280px;
  }

  .donate-info-wrapper {
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .popup-div {
    width: 300px;
  }

  .contact-wrapper-div.in-devices {
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-field-popup.area {
    white-space: normal;
    overflow: auto;
  }

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

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

  .section-4 {
    padding: 100px 10px;
  }

  .section-4.wellcome {
    padding: 40px 20px 20px;
  }

  .section-4.training {
    background-image: linear-gradient(rgba(255, 255, 255, .2), rgba(255, 255, 255, .2)), url('../images/cropped-1920-1080-870360.jpg');
    background-position: 0 0, 50% 0;
  }

  .image-20 {
    padding-top: 20px;
  }

  .image-21 {
    padding-top: 0;
  }

  .section-7 {
    padding: 100px 10px;
  }

  .section-8 {
    background-image: url('../images/66807508_s.jpg');
    background-position: 20%;
    background-size: cover;
  }

  .section-8.lands {
    background-image: linear-gradient(rgba(255, 255, 255, .2), rgba(255, 255, 255, .2)), url('../images/66807508_s.jpg');
    background-position: 0 0, 30%;
  }

  .section-8.lands.mobile {
    background-image: linear-gradient(rgba(255, 255, 255, .2), rgba(255, 255, 255, .2)), url('../images/66807508_s.jpg');
    background-position: 0 0, 20% 100%;
  }

  .paragraph-32 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .paragraph-32._2 {
    padding-top: 90px;
  }

  .paragraph-32._2.mob-qa {
    padding-top: 175px;
    padding-left: 40px;
    padding-right: 40px;
    font-size: 22px;
    display: none;
  }

  .paragraph-32.wear.mobile {
    padding-top: 113px;
    font-size: 20px;
  }

  .paragraph-32.wear.mobile.hide {
    display: none;
  }

  .paragraph-32.found.desktop.land {
    font-weight: 400;
  }

  .paragraph-32.training-mob {
    padding-top: 60px;
    font-weight: 400;
  }

  .column-16 {
    background-position: 20%;
  }

  .column-16.smart.smaller {
    height: 300px;
    margin-top: 0;
    padding-bottom: 0;
  }

  .column-16.wear.tab.smallpic {
    height: 300px;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    object-fit: fill;
    background-position: 50% 25%;
    background-size: cover;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: 0;
    display: block;
  }

  .column-16.smaller {
    height: 300px;
  }

  .container-4.mob-qa {
    padding-top: 132px;
  }

  .container-4.mob-qa.phone {
    padding-top: 0;
  }

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

  .section-10.wear.mobile {
    height: 650px;
  }

  .section-10.wear.mobile.tablet.phone.phones {
    background-image: linear-gradient(rgba(255, 255, 255, .2), rgba(255, 255, 255, .2)), url('../images/wearable serv.jpeg');
  }
  

  .section-10.wear.mobile.tablet.phone.phones.mobile2021._1 {
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url('../images/66807508_s.jpg');
    background-position: 0 0, 38%;
  }

  .section-10.mob {
    background-image: linear-gradient(rgba(246, 245, 245, .25), rgba(246, 245, 245, .25)), url('../images/HPAM44-1.png');
   
  }

  .section-10.mob.mobile {
    height: 600px;
  }

  .section-10.mob.mobile.auto.phones {
    background-image: linear-gradient(rgba(255, 255, 255, .2), rgba(255, 255, 255, .2)), url('../images/iStock-671796532.jpg');
    background-position: left;
    background-repeat: no-repeat;
    background-size: cover;

  }
  
  .section-10.mob.mobile.auto.faqs {
    background-image: linear-gradient(rgba(255, 255, 255, .2), rgba(255, 255, 255, .2)), url('../images/HPAM44-1.jpg');
 
  }

  .sticky-nav {
    padding: 0;
  }

  .nav-grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: 100px;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .nav-logo-link {
    border-top: 1px solid #c4c4c4;
  }

  .nav-link-2 {
    border-top: 1px solid #c4c4c4;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .paragraph-33 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .paragraph-33.adv.desktop.land {
    font-weight: 400;
  }

  .paragraph-33.adv.desktop.land.smart.tab.mob {
    display: none;
  }

  .paragraph-33.agile.desktop.land.mob {
    font-weight: 400;
  }

  .paragraph-33.mata.desktop.mob {
    padding-left: 8px;
  }

  .paragraph-33.mata.desktop.mob._2 {
    text-align: center;
    padding-top: 95px;
    padding-left: 0;
    padding-right: 0;
  }

  .paragraph-33.mata.desktop.mob._2.tab {
    padding-top: 57px;
  }

  .paragraph-33.mata.desktop.mob._2.tab.land {
    padding-top: 143px;
    font-weight: 400;
  }

  .paragraph-33.auto.mob {
    padding-right: 0;
    font-size: 20px;
    font-weight: 300;
  }

  .paragraph-33.auto.mob.hide {
    display: none;
  }

  .paragraph-33.career.tab.mob {
    padding-top: 600px;
    font-weight: 400;
  }

  .paragraph-33.career.tab.mob.phone {
    text-align: center;
    padding-left: 20px;
  }

  .paragraph-33.matp.tab {
    font-weight: 400;
  }

  .paragraph-33.smart-mob {
    padding-top: 60px;
    font-size: 20px;
  }

  .paragraph-33.smart-mob.hide {
    display: none;
  }

  .section-11 {
    height: auto;
    overflow: hidden;
  }

  .home-tablet.mob {
    padding-left: 0;
    padding-right: 0;
  }

  .home-tablet.mob.title {
    font-weight: 500;
  }

  .image-25 {
    background-color: rgba(0, 0, 0, 0);
  }

  .footer-info-2 {
    text-align: center;
  }
}


