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

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

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: center;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 500;
  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;
}

li {
  color: var(--dim-grey);
  padding-bottom: 14px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.nav-link.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 {
  background-image: linear-gradient(#4e4c4ca6, #4e4c4ca6), url('../images/photo-09.jpg');
  background-position: 0 0, 0;
  background-size: auto, 1440px;
  height: 100%;
  padding-top: 150px;
  padding-bottom: 150px;
  overflow: hidden;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.section.about.middle {
  background-attachment: scroll, fixed;
  margin-top: -140px;
  padding-top: 200px;
  padding-bottom: 300px;
}

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

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

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

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

.section.wellcome.new {
  background-image: url('../images/small-urban-tree.jpeg');
  background-position: 80%;
  background-repeat: no-repeat;
  background-size: 537px;
  padding-top: 150px;
  padding-bottom: 150px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.button {
  float: none;
  color: #fff;
  text-transform: uppercase;
  background-color: #0ec22b;
  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.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: #0000;
  background-image: url('../images/arrow-pointing-down2.svg');
  background-size: 12px;
  border: 2px solid #000;
  margin-bottom: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.button.left {
  float: left;
}

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

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

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

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

.page-header.trial.map.green {
  background-image: linear-gradient(#0d9622c2, #0d9622c2), url('../images/ann-fossa-zuh7_uuUy9c-unsplash.jpg');
  background-position: 0 0, 50% 75%;
  background-size: auto, 1771px;
}

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

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

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

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

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

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

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

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

.page-header.icon-boxes {
  background-image: linear-gradient(#00000080, #00000080), 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(#00000080, #00000080), 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(#00000080, #00000080), 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(#00000080, #00000080), url('../images/edewaa-foster-17093.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  padding-top: 200px;
}

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

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

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

.page-header.services {
  background-image: linear-gradient(#00000080, #00000080), url('../images/Collazh.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(#e9e9e9de, #e9e9e9de), url('../images/julentto-photography-184055.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  padding-top: 160px;
  padding-bottom: 100px;
}

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

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

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

.page-header.team-members {
  background-image: linear-gradient(#00000080, #00000080), 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(#000000cf, #000000cf), url('../images/luca-baggio-112868.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  padding-top: 200px;
}

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

.image-section-overlay {
  background-color: #0000;
  background-image: linear-gradient(#2c2e31b3, #2c2e31b3), url('../images/slide.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
  width: 100%;
  height: 100%;
  padding-top: 100px;
  padding-bottom: 100px;
}

.image-section-overlay.color {
  background-color: #2a2a2adb;
  background-image: linear-gradient(315deg, #0eb328ed, #2a6ffde0 69%), url('../images/photo-09_1.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
  width: 100%;
  height: 100%;
  padding-top: 100px;
  padding-bottom: 100px;
}

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

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

.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.features {
  color: #000;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 21px;
}

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

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

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

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

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

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

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

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

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

.heading.numer {
  text-align: center;
  border-bottom: 1px solid #00000017;
  margin-top: 20px;
  padding-bottom: 20px;
  font-weight: 700;
}

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

.heading.white {
  color: #fff;
}

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

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

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

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

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

.features-column {
  text-align: center;
  border-bottom: 1px solid #d3d3d3c9;
  border-right: 1px solid #d3d3d3c9;
  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 {
  text-align: center;
  background-color: #0000003d;
  border: 1px #24c3e266;
  border-radius: 5px;
  width: 100%;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 20px;
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

.features-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 {
  float: none;
  text-align: left;
  height: auto;
}

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

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

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

.mockup.right {
  float: right;
  width: 100%;
  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: #5e5e5e;
  text-align: center;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-style: normal;
  display: block;
}

.paragraph.center.name {
  color: #0ec22b;
  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: #0ec22b;
}

.paragraph.center.black {
  color: #5e5e5e;
  text-align: center;
  margin-bottom: 40px;
  padding-left: 200px;
  padding-right: 200px;
  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.white {
  text-transform: none;
  text-transform: none;
  text-shadow: 1px 1px 3px #0003;
  margin-bottom: 0;
  padding-bottom: 21px;
  padding-left: 200px;
  padding-right: 200px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
}

.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.left.white {
  margin-bottom: 0;
  padding-right: 0;
  font-size: 14px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.gray {
  color: #a0a0a0;
}

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

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

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

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

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

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

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

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

.team-block-image {
  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;
  width: 80px;
  height: 80px;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  overflow: hidden;
}

.team-block-image._2 {
  float: none;
  background-image: url('../images/team-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 #0000001a;
}

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

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

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

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

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

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

.containe {
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.color-block-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 {
  color: #fff;
  background-color: #0000;
  width: 100%;
  height: 300px;
  padding-left: 0;
  padding-right: 0;
  position: relative;
  top: 50px;
  overflow: hidden;
  transform: translate(0, -50px);
}

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

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

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

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

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

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

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

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

.overlay-image-pricing {
  background-color: #2a2a2adb;
  width: 100%;
  height: 100%;
  padding-top: 145px;
  padding-bottom: 120px;
  font-family: Montserrat, sans-serif;
}

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

.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 #0000001a;
  padding: 14px 18px 13px;
}

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

.pricing-content-block {
  color: #fff;
  text-align: center;
  background-color: #ffffff17;
  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;
}

.arroww {
  position: absolute;
  inset: 172px 0 -14px 37px;
}

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

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

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

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

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

.about-us {
  padding-top: 50px;
}

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

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

.box-text-right {
  float: right;
  text-align: left;
  width: 50%;
  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 {
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.contact-box-detail {
  float: left;
  border-bottom: 1px solid #d3d3d3c9;
  width: 100%;
  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 {
  float: left;
  width: 13%;
  margin-right: 9px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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 #0000001f;
  padding-top: 0;
  padding-bottom: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.center {
  text-align: center;
}

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

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

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

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

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

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

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

.tittle-skills.percent {
  float: right;
  color: #2a6ffde0;
  font-weight: 400;
}

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

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

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

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

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

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

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

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

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

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

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

.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(#00000080, #00000080), url('../images/jason-ortego-5386-1.jpg');
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.author.lite {
  float: left;
  color: #ffffffb3;
  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: #ffffffb3;
  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: #0d9622d9;
  padding: 20px 20px 0;
  position: absolute;
  inset: 0;
}

.portfolio-overlay.pink {
  background-color: #df2b81bf;
}

.portfolio-overlay.orange {
  background-color: #ff7a00cc;
}

.portfolio-overlay.grey {
  background-color: #333333d9;
}

.portfolio-overlay.blue {
  background-color: #24c3e2cc;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.toggle-content {
  overflow: hidden;
}

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

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

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

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

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

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

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

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

.dark-backround {
  background-image: linear-gradient(#fff, #0000), url('../images/photo-1468387576571-ee44d4c52d82_1.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 {
  background-image: linear-gradient(#49530054, #49530054), linear-gradient(#00000063, #00000063), url('../images/park-493314_1280.jpeg');
  background-position: 0 0, 0 0, 50% 0;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
  background-attachment: scroll, scroll, fixed;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.navbar-section {
  height: auto;
}

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

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

.box-service-image {
  text-align: left;
  background-image: linear-gradient(#0000, #000), url('../images/martin-burdon-178543.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  width: auto;
  height: auto;
  margin-right: 0;
  padding: 40px;
  box-shadow: 0 20px 20px #00000029;
}

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

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

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

.box-service-image.lighter._2 {
  box-shadow: none;
  background-image: linear-gradient(#ff9d008f, #ff9d008f), url('../images/newbuildgardenfence.jpeg');
  background-position: 0 0, 50%;
  background-size: auto, 900px;
}

.box-service-image.lighter._3 {
  box-shadow: none;
  background-image: linear-gradient(#0f317980, #0f317980), url('../images/park-493314_1280.jpeg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.box-service-image.lighter.first {
  box-shadow: none;
  background-image: linear-gradient(#df2b81ab, #df2b81ab), url('../images/26411214388_bc4eeda82c_b.jpeg');
  background-size: auto, cover;
}

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

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

.team-div {
  background-image: url('../images/team-1.jpg');
  background-position: 50%;
  background-size: cover;
  height: 300px;
  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 {
  border-radius: 300px;
  width: 300px;
}

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

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

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

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

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

.arrow {
  display: none;
}

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

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

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

.div-author {
  float: right;
}

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

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

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

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

.lighter-color {
  color: #a09e9e;
}

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

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

.donate-pop-up {
  z-index: 9999;
  text-align: center;
  background-color: #000000d9;
  width: 100%;
  height: 100%;
  padding: 30px;
  display: block;
  position: fixed;
  inset: 0;
}

.title-pop-up {
  color: #00000063;
  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 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: 20px;
  width: 20px;
  height: 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;
}

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

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

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

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

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

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

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

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

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

.status {
  float: left;
  color: #fff;
  text-align: left;
  background-color: #0d9622;
  width: 50%;
  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 {
  text-align: center;
  height: 150px;
  position: relative;
  top: 0;
  right: 0;
}

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

.donation-text {
  color: #020202;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  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 {
  float: none;
  width: 100%;
  height: auto;
}

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

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

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

.team-wrapper {
  height: auto;
}

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

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

.slide.hero {
  background-image: linear-gradient(#0000, #0000), url('../images/simon-wilkes-jlVEj8IDPQc-unsplash.jpg');
}

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

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

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

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

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

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

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

.text-block-19, .text-block-20, .text-block-21, .text-block-22, .text-block-23, .text-block-24, .text-block-25, .text-block-26, .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;
  background-color: #000000d9;
  width: 100%;
  height: 100%;
  padding: 30px;
  display: none;
  position: fixed;
  inset: 0;
}

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

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

.donate-info-wrapper {
  background-color: #0000;
  padding: 20px 50px;
  box-shadow: -14px 14px 50px #0003;
}

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

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

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

.popup-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: #0ec22b;
  letter-spacing: 1px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 300;
}

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

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

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

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

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

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

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

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

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

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

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

.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 #0000002b;
}

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

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

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

.medium-bold {
  font-weight: 500;
}

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

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

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

.column-14 {
  padding-left: 0;
  padding-right: 0;
}

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

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

.column-16 {
  padding-left: 0;
  padding-right: 0;
}

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

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

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

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

.get-in-touch.trial.map.green {
  background-image: linear-gradient(#0d962259, #020202b3), url('../images/ann-fossa-zuh7_uuUy9c-unsplash.jpg');
  background-position: 0 0, 50% 75%;
  background-size: auto, 1771px;
}

.column-19 {
  object-position: 50% 100%;
  margin-top: 49px;
}

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

.intro.service {
  background-color: #0000;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  display: block;
}

.spacer {
  height: 32px;
  min-height: 32px;
}

.menu {
  z-index: 0;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.navigation-item {
  opacity: .6;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-top: 9px;
  padding-bottom: 9px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.navigation-item:hover {
  opacity: .9;
}

.navigation-item:active {
  opacity: .8;
}

.navigation-item.w--current {
  opacity: 1;
  color: #1a1b1f;
  font-weight: 600;
}

.navigation-item.w--current:hover {
  opacity: .8;
  color: #32343a;
}

.navigation-item.w--current:active {
  opacity: .7;
  color: #32343a;
}

.navigation-items {
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
}

.navigation-wrap {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.logo-image {
  display: block;
}

.navigation {
  z-index: 100;
  background-color: #fff;
  align-items: center;
  padding: 30px 50px;
  display: flex;
  position: sticky;
  top: 0;
  box-shadow: 0 2px 5px #0003;
}

.logo-link {
  z-index: 1;
}

.logo-link:hover {
  opacity: .8;
}

.logo-link:active {
  opacity: .7;
}

.button-2 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  border-radius: 0;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .4s, opacity .4s, color .4s;
}

.button-2:hover {
  color: #fff;
  background-color: #32343a;
}

.button-2:active {
  background-color: #43464d;
}

.button-2.cc-contact-us {
  z-index: 5;
  background-color: var(--lime-green-2);
  border-radius: 7px;
  position: relative;
}

.button-2.cc-contact-us:hover {
  background-color: var(--black);
}

.container-2 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.centered-subheading {
  text-align: left;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
}

.team-block {
  background-color: #fff;
  padding-bottom: 24px;
}

.team-member-image-two {
  margin-bottom: 18px;
}

.team-block-info {
  flex-direction: column;
  align-items: flex-start;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.team-member-name-two {
  text-align: left;
  margin-bottom: 12px;
  font-weight: 500;
}

.team-member-text {
  margin-bottom: 20px;
}

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

.block-quote {
  overflow-wrap: normal;
  margin-left: 144px;
  margin-right: 144px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
}

.emailtjs {
  background-color: var(--lime-green-2);
  text-align: center;
  border-radius: 7px;
  width: 120px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 9px;
  display: block;
}

.emailtjs:hover {
  background-color: var(--black);
}

.split {
  height: 150px;
  min-height: 100px;
}

.meet-the-team {
  padding-top: 50px;
}

.map-2 {
  display: none;
}

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

.text-span-3, .text-span-4, .text-span-5, .text-span-6, .text-span-7, .text-span-8 {
  font-weight: 700;
}

.section-3 {
  padding-top: 50px;
}

.image-18 {
  max-width: 50%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.image-19 {
  max-width: 70%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.epm-welcome {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 14px 30px 35px;
  position: relative;
}

.container-6 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.hero-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero-split {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.margin-bottom-24px {
  margin-bottom: 24px;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #ee9020;
}

.button-primary:active {
  background-color: #43464d;
}

.shadow-two {
  box-shadow: 0 4px 24px #96a3b514;
}

.epm-logo {
  width: 76%;
  min-width: 76%;
  max-width: 76%;
  padding-top: 0;
}

.epm-navbar {
  background-color: #fff;
  border-bottom: 1px solid #ccc;
  position: fixed;
  inset: 0% 0% auto;
}

.epm-h1 {
  color: #ee9020;
  text-transform: uppercase;
}

.epm-h1.orange {
  color: #ee9020;
}

.div-block-6 {
  margin-top: 14px;
}

.headerlink {
  color: #b76228;
  margin-right: 14px;
  padding-left: 7px;
  text-decoration: none;
}

.epm-about {
  background-color: #eee;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-7 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.hero-wrapper-2 {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 35px;
  display: flex;
}

.hero-split-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.shadow-two-2 {
  box-shadow: 0 4px 24px #96a3b514;
}

.margin-bottom-24px-2 {
  margin-bottom: 24px;
}

.button-primary-2 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-2:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-2:active {
  background-color: #43464d;
}

.heading-7 {
  text-transform: uppercase;
}

.epm-services {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 0 30px 80px;
  position: relative;
}

.team-circles {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.centered-heading {
  text-align: center;
  margin-bottom: 16px;
}

.centered-subheading-2 {
  text-align: center;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
}

.team-grid {
  grid-column-gap: 64px;
  grid-row-gap: 56px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 50px;
  display: grid;
}

.team-card {
  text-align: center;
  flex-direction: column;
  align-items: center;
  font-size: 14px;
  line-height: 22px;
  display: flex;
}

.team-member-image {
  object-fit: cover;
  border-radius: 50%;
  width: 270px;
  height: 270px;
  margin-bottom: 24px;
}

.team-member-name {
  margin-bottom: 6px;
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
}

.team-member-position {
  margin-bottom: 24px;
}

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

.courselist {
  color: #fff;
  padding-left: 21px;
}

.list-item-9 {
  list-style-type: none;
}

.servicecolumns {
  border: 1px #000;
  margin: 10px 0;
  padding: 0;
}

.servicecolumns.epm-columns {
  border-top-style: none;
  margin-top: 0;
  margin-bottom: 0;
}

.list-item-7, .list-item-11, .list-item-12, .list-item-13, .list-item-10 {
  list-style-type: none;
}

.heading-8 {
  width: 100%;
  font-size: 21px;
  font-weight: 500;
}

.heading-8.darkbg {
  border-top: 1px #333;
  border-bottom-width: 1px;
  border-bottom-color: #333;
  width: auto;
  margin: 0;
  padding: 7px 0;
}

.heading-8.darkbg.coursehead {
  color: #fff;
  text-align: left;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-bottom: 7px;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 21px;
}

.heading-8.darkbg.coursehead.courseduration {
  font-weight: 200;
}

.list-item-14 {
  list-style-type: none;
}

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

.columnsubbullet {
  padding-left: 18px;
}

.accordiontrigger {
  cursor: pointer;
}

.list-item-8, .list-item-6 {
  list-style-type: none;
}

.servicediv {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.servicediv.serviceblock {
  background-color: #ccc;
  background-image: linear-gradient(#069, #000);
  border-radius: 14px;
  margin-bottom: 25px;
  padding-left: 10px;
  padding-right: 10px;
}

.servicediv.serviceblock.accordion {
  background-image: linear-gradient(#ee9020, #b76228);
}

.list {
  width: 95%;
  padding-left: 30px;
}

.list.courselist {
  color: #fff;
  list-style-type: none;
}

.epm-service-list-item {
  padding-top: 0;
  padding-bottom: 0;
}

.epm-service-list-item.bodylist {
  color: var(--white-smoke);
  text-align: left;
  padding-bottom: 7px;
  font-family: Montserrat, sans-serif;
}

.image-2 {
  width: 100%;
  margin-bottom: 10px;
}

.paragraph-2 {
  padding-left: 0;
  padding-right: 0;
}

.paragraph-2.coursepara {
  color: #fff;
}

.list-item-16 {
  list-style-type: none;
}

.accordionitemcontent {
  overflow: hidden;
}

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

.epm-footer {
  background-color: #000;
}

.footer-dark {
  background-color: var(--black);
  border-bottom: 1px solid #e4ebf3;
  padding: 50px 30px 15px;
  position: relative;
}

.container-8 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.footer-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-content {
  grid-column-gap: 70px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: auto auto 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.title-small {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 16px;
}

.footer-link {
  color: #fff;
  margin-top: 12px;
  margin-bottom: 6px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
}

.footer-link:hover {
  color: #ee9020;
}

.footer-social-block {
  justify-content: flex-start;
  align-items: center;
  margin-top: 12px;
  margin-left: -12px;
  display: flex;
}

.footer-social-link {
  margin-left: 12px;
}

.footer-divider {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 70px;
  margin-bottom: 15px;
}

.footer-copyright-center {
  color: #ccc;
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 16px;
}

.footer-light {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px 40px;
  position: relative;
}

.footer-wrapper-two {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.footer-block-two {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer-title-2 {
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
}

.footer-link-two {
  color: #1a1b1f;
  margin-top: 20px;
  text-decoration: none;
}

.footer-link-two:hover {
  color: #1a1b1fbf;
}

.footer-form {
  width: 315px;
  max-width: 100%;
  margin-bottom: 0;
}

.footer-form-block {
  justify-content: center;
  align-items: center;
  margin-top: 24px;
  display: flex;
}

.footer-form-field {
  border: 1px solid #a6b1bf;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  height: 48px;
  margin-bottom: 0;
  padding: 12px 16px;
  font-size: 14px;
  line-height: 22px;
  transition: all .2s;
}

.footer-form-field:hover, .footer-form-field:focus {
  border-color: #76879d;
}

.footer-form-field::placeholder {
  color: #1a1b1fcc;
  font-size: 14px;
  line-height: 22px;
}

.footer-form-submit {
  background-color: #1a1b1f;
  background-image: url('../images/');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  width: 50px;
  height: 48px;
  transition: all .2s;
}

.footer-form-submit:hover {
  background-color: #3a4554;
}

.footer-divider-two {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.footer-bottom {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-copyright {
  color: #3a4554;
}

.footer-social-block-two {
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-left: -12px;
  display: flex;
}

.epm-contact {
  color: #333;
  background-color: #333;
}

.epm-h2-orange {
  color: #ee9020;
}

.epm-h1-tweak {
  color: #fff;
  font-size: 30px;
  font-weight: 300;
}

.paragraph-33 {
  color: #fff;
}

.paragraph-33.centred {
  text-align: center;
}

.contactdetail {
  color: #fff;
  text-align: center;
  font-size: 30px;
  font-weight: 300;
  text-decoration: none;
}

.contactdetail:hover, .contactdetail:active, .contactdetail:focus, .contactdetail:focus-visible, .contactdetail[data-wf-focus-visible] {
  text-decoration: none;
}

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

.link-2:hover {
  color: #b76228;
}

.brand-2 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.paragraph-34 {
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
}

.text-span-9 {
  font-size: 21px;
}

.mobileimage, .left-arrow, .right-arrow, .slide-nav-3 {
  display: none;
}

.columns-2 {
  margin-top: 7px;
}

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 (min-width: 1440px) {
  .team-member-image {
    width: 270px;
    height: 270px;
    max-height: none;
  }

  .footer-content {
    grid-template-columns: auto;
  }

  .title-small {
    color: #fff;
    margin-bottom: 0;
    font-family: Montserrat, sans-serif;
    font-weight: 300;
  }

  .footer-link {
    color: #fff;
    margin-bottom: 14px;
    font-family: Montserrat, sans-serif;
    font-weight: 300;
  }

  .footer-link:hover {
    color: #ee9020;
  }

  .footer-divider {
    margin-top: 21px;
  }

  .epm-contact {
    background-color: #333;
    padding-bottom: 30px;
  }

  .epm-h2-orange {
    color: #ee9020;
    text-align: center;
  }

  .epm-h2-orange.call {
    color: #ee9020;
  }

  .epm-h1-tweak {
    color: #fff;
    text-transform: uppercase;
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
  }

  .paragraph-32, .paragraph-33 {
    color: #fff;
  }

  .paragraph-33.centred {
    text-align: center;
  }

  .contactdetail {
    color: #fff;
    text-align: center;
    font-size: 28px;
    font-weight: 300;
  }

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

  .link-2:hover {
    color: #b76228;
  }

  .container-9 {
    padding-left: 14px;
    padding-right: 14px;
  }

  .image-13 {
    margin-top: 14px;
    margin-bottom: 14px;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .section.wellcome.new {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    padding-top: 100px;
    padding-bottom: 100px;
    display: block;
  }

  .section.projects {
    height: auto;
  }

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

  .container {
    text-align: center;
  }

  .container.center {
    height: auto;
  }

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

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

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

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

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

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

  .heading.numer.alternative {
    letter-spacing: 1px;
  }

  .heading.white.left {
    font-size: 60px;
    line-height: 30px;
  }

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

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

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

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

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

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

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

  .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 {
    width: 80%;
  }

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

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

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

  .image-iphone {
    margin-left: 0;
  }

  .font-icon {
    float: right;
  }

  .font-icon.number {
    text-align: center;
  }

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

  .icon {
    color: #fff;
    background-color: #0000;
  }

  .icon.middle {
    color: #020202;
  }

  .menu-button {
    background-color: #ffffff1f;
    margin-top: 0;
  }

  .menu-button.w--open {
    background-color: #ffffff4d;
  }

  .menu-button.gray {
    background-color: #72727245;
    border-radius: 5px;
  }

  .menu-button.gray.hamburger {
    float: none;
    text-align: center;
    background-color: #ffffff45;
  }

  .menu-button.gray.hamburger.middle {
    background-color: #0000;
  }

  .footer-logo.left {
    float: none;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .nav-menu {
    float: right;
    text-align: center;
    background-color: #000000e6;
    margin-left: 0;
    margin-right: 0;
  }

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

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

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

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

  .dropdown-list.w--open {
    background-color: #0000;
  }

  .dropdown-link {
    padding-left: 10px;
    padding-right: 20px;
    display: block;
  }

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

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

  .tittle-skills.percent {
    font-family: Open Sans, sans-serif;
  }

  .tittle-skills.percent.green {
    font-family: Montserrat, sans-serif;
  }

  .iphone {
    margin-top: -60px;
  }

  .image-girl {
    position: static;
  }

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

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

  .div-footer {
    padding-left: 20px;
    padding-right: 20px;
  }

  .info-box {
    margin-bottom: 40px;
  }

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

  .box-text.white.center.service {
    font-size: 14px;
  }

  .cta-text.white {
    margin-top: 0;
  }

  .adress {
    font-size: 12px;
  }

  .blog-post-wrapper, .blog-post-wrapper.first {
    width: 100%;
  }

  .info-post {
    font-size: 12px;
  }

  .box-service-image {
    padding-left: 30px;
    padding-right: 30px;
  }

  .box-service-image.lighter {
    height: auto;
  }

  .team-div._5.circle {
    margin-top: 20px;
  }

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

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

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

  .donate-pop-up {
    height: auto;
    display: block;
  }

  .upper-title {
    margin-bottom: 10px;
  }

  .my-image-div {
    background-position: 50%;
  }

  .cause-image-block {
    padding-bottom: 0;
    display: block;
  }

  .cuses-list-item.singel {
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .paragraph-30, .paragraph-31 {
    font-size: 12px;
  }

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

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

  .navigation-element {
    height: 80px;
  }

  .navigation-element.big {
    height: 120px;
  }

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

  .column-15, .column-17, .column-18 {
    text-align: center;
  }

  .menu-button-2 {
    padding: 0;
  }

  .menu-button-2.w--open {
    background-color: #0000;
  }

  .menu {
    margin-left: 30px;
    position: static;
  }

  .navigation-item {
    text-align: center;
    padding: 15px 30px;
    transition: background-color .4s, opacity .4s, color .4s;
  }

  .navigation-item:hover {
    background-color: #f7f8f9;
  }

  .navigation-item:active {
    background-color: #eef0f3;
  }

  .navigation-items {
    background-color: #fff;
  }

  .menu-icon {
    display: block;
  }

  .navigation-wrap {
    background-color: #fff;
  }

  .navigation {
    padding: 25px 30px;
  }

  .logo-link.w--current {
    flex: 1;
  }

  .button-2 {
    justify-content: center;
  }

  .button-2.cc-contact-us {
    display: none;
  }

  .container-2 {
    max-width: 728px;
  }

  .meet-the-team {
    height: auto;
    overflow: hidden;
  }

  .image-18 {
    max-width: 75%;
  }

  .image-19 {
    max-width: 90%;
  }

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

  .container-4 {
    max-width: 80%;
  }

  .container-6 {
    max-width: 728px;
  }

  .hero-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .container-7 {
    max-width: 728px;
  }

  .hero-wrapper-2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split-2 {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .team-grid {
    grid-column-gap: 40px;
  }

  .team-member-image {
    width: 190px;
    height: 190px;
  }

  .column-22 {
    align-self: flex-start;
  }

  .servicecolumns.epm-columns {
    align-items: flex-end;
    display: flex;
  }

  .servicediv {
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    display: block;
  }

  .column-3 {
    align-self: flex-start;
  }

  .container-8 {
    max-width: 728px;
  }

  .footer-content {
    grid-column-gap: 60px;
  }

  .footer-wrapper-two {
    flex-wrap: wrap;
  }

  .footer-form {
    width: 100%;
    margin-top: 40px;
  }

  .footer-form-container {
    max-width: 350px;
  }

  .contactdetail, .contactdetail:hover, .contactdetail:active, .contactdetail:focus, .contactdetail:focus-visible, .contactdetail[data-wf-focus-visible] {
    color: #fff;
  }

  .slider-2 {
    margin-top: 103px;
  }

  .mobileimage {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  blockquote {
    font-size: 20px;
  }

  .brand.middle {
    padding-left: 0;
  }

  .nav-link.alternative {
    margin-left: 0;
    margin-right: 0;
  }

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

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

  .hero-tittle {
    padding-right: 0;
    font-size: 50px;
    line-height: 60px;
  }

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

  .hero-paragraph {
    font-size: 15px;
  }

  .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.testimonials.new {
    padding-bottom: 100px;
  }

  .section.white.services {
    padding-left: 0;
    padding-right: 0;
  }

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

  .section.about.middle {
    margin-top: -88px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .section.about.middle.causes {
    margin-top: -60px;
    padding-top: 150px;
  }

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

  .section.projects.white.porfolio {
    padding-bottom: 50px;
  }

  .section.blog {
    height: auto;
  }

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

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

  .button.outline.white {
    float: none;
  }

  .button.causes {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .page-header.button {
    padding-top: 150px;
    padding-bottom: 100px;
  }

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

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

  .heading.center {
    margin-top: 0;
    font-size: 30px;
  }

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

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

  .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 {
    width: 100%;
    height: 150px;
  }

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

  .features-block.icon.no-color {
    border-bottom-style: none;
    height: auto;
    padding-top: 40px;
  }

  .features-block.fact-box {
    height: auto;
  }

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

  .paragraph.center.black, .paragraph.center.white {
    padding-left: 20px;
    padding-right: 20px;
  }

  .paragraph.center.white {
    width: 90%;
    padding-left: 20px;
    padding-right: 20px;
    display: inline-block;
  }

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

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

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

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

  .overlay-image-pricing.dark-background {
    background-color: #0000;
    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;
  }

  .div-social {
    float: none;
  }

  .icon {
    color: #fff;
  }

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

  .menu-button {
    margin-right: 10px;
  }

  .menu-button.gray.hamburger.w--open {
    text-align: center;
    margin-left: 10px;
  }

  .menu-button.gray.hamburger.middle {
    margin-left: 10px;
  }

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

  .dropdown-link {
    width: auto;
  }

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

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

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

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

  .name-customer.white {
    float: none;
  }

  .separated-div-wrapper {
    text-align: center;
  }

  .separated-div-wrapper.left {
    float: none;
    margin-top: 20px;
    margin-left: 0;
    margin-right: 0;
  }

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

  .toggle-wrapper {
    width: 100%;
  }

  .dark-backround.second {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .info-box.second.dark, .info-box.white.service {
    height: auto;
    margin-bottom: 60px;
  }

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

  .heading-3.white.center {
    float: none;
    text-align: center;
  }

  .box-text.white.center.service {
    font-size: 14px;
  }

  .skills.first {
    margin-top: 60px;
  }

  .call-to-action {
    text-align: center;
  }

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

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

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

  .skills-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .footer-title {
    margin-top: 30px;
  }

  .box-service-image {
    text-align: center;
    margin-bottom: 20px;
  }

  .box-service-image.lighter.first {
    margin-top: 20px;
  }

  .services-div {
    margin-left: 20px;
    margin-right: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .services-div.team {
    padding-left: 10px;
    padding-right: 10px;
  }

  .hero-div-video {
    background-image: linear-gradient(#00000080, #00000080), url('../images/ju-on-148561-1.jpg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
  }

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

  .donation-text.gray.light, .donation-text.white {
    float: none;
  }

  .team-wrapper {
    margin-bottom: 20px;
  }

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

  .top {
    margin-top: 50px;
  }

  .heading-5.center {
    margin-top: 0;
    font-size: 30px;
  }

  .column-13 {
    display: block;
  }

  .intro {
    padding: 100px 70px;
  }

  .spacer {
    background-color: #fff;
  }

  .navigation {
    padding: 20px 30px;
  }

  .logo-link {
    padding-left: 0;
  }

  .centered-subheading {
    max-width: 80%;
  }

  .image-18, .image-19 {
    max-width: 50%;
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .columns, .container-5, .column-20, .column-21 {
    background-color: #fff;
  }

  .epm-welcome, .epm-about, .epm-services, .team-circles {
    padding: 60px 15px;
  }

  .team-grid {
    grid-template-columns: 1fr 1fr;
  }

  .column-22 {
    padding-left: 0;
    padding-right: 0;
  }

  .servicecolumns.epm-columns {
    display: block;
  }

  .heading-8 {
    width: 100%;
  }

  .column-23, .column-3 {
    padding-left: 0;
    padding-right: 0;
  }

  .footer-dark {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .footer-content {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .footer-block {
    align-items: center;
  }

  .footer-link:hover {
    color: #ee9020;
  }

  .footer-social-block {
    margin-top: 20px;
    margin-left: -20px;
  }

  .footer-social-link {
    margin-left: 20px;
  }

  .footer-divider {
    margin-top: 60px;
  }

  .footer-light {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-copyright {
    font-size: 14px;
    line-height: 20px;
  }

  .footer-social-block-two {
    margin-top: 20px;
  }

  .contactdetail, .contactdetail:hover, .contactdetail:active, .contactdetail:focus, .contactdetail:focus-visible, .contactdetail[data-wf-focus-visible] {
    color: #fff;
  }

  .container-9 {
    margin-left: 21px;
    margin-right: 21px;
  }

  .slider-2 {
    display: none;
  }

  .mobileimage {
    margin-top: 44px;
    display: block;
  }
}

@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.banner {
    height: 600px;
  }

  .hero-container {
    padding-bottom: 0;
  }

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

  .hero-tittle {
    width: auto;
    padding-left: 10px;
    padding-right: 0;
    font-size: 34px;
    line-height: 42px;
  }

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

  .section {
    padding: 100px 10px;
  }

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

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

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

  .section.white {
    text-align: center;
    padding-bottom: 100px;
  }

  .section.about.middle {
    background-position: 0 0, 50%;
    background-size: auto, cover;
    margin-top: -40px;
    padding-top: 100px;
  }

  .section.about.middle.causes {
    margin-top: -40px;
    padding-top: 100px;
  }

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

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

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

  .section.blog {
    height: auto;
  }

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

  .button.causes {
    width: 70%;
  }

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

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

  .page-header.trial.map.green, .image-section-overlay.color {
    padding-top: 100px;
  }

  .heading.title.center-white {
    font-size: 30px;
  }

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

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

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

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

  .heading.center.white-font {
    font-size: 22px;
    line-height: 32px;
  }

  .heading.numer {
    font-size: 30px;
  }

  .features-block {
    height: auto;
  }

  .features-block.icon.alternative {
    width: 100%;
    height: auto;
    margin-bottom: 0;
    padding-top: 24px;
    padding-left: 0;
    padding-right: 0;
  }

  .features-block.icon.gray {
    height: auto;
    padding-top: 30px;
  }

  .features-block.icon.no-color {
    padding-left: 30px;
    padding-right: 30px;
  }

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

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

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

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

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

  .trial-wrapper {
    width: 90%;
  }

  .trial-field {
    float: none;
    text-align: center;
    border-radius: 3px;
    width: 100%;
    margin-bottom: 10px;
    margin-left: 0;
    padding-left: 11px;
  }

  .trial-button {
    border-radius: 3px;
    width: 100%;
  }

  .trial-button.sec {
    float: none;
    width: 100%;
  }

  .row {
    margin-bottom: 0;
  }

  .column {
    text-align: center;
  }

  .content-list-item {
    padding-left: 0;
  }

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

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

  .about-us, .about-us.box {
    height: auto;
  }

  .testimonial-box {
    float: none;
    margin-left: auto;
    margin-right: auto;
  }

  .box-text-right {
    float: none;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .heading3 {
    text-align: center;
  }

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

  .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 {
    color: #fff;
    width: auto;
    height: auto;
    padding: 0;
  }

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

  .menu-button {
    background-color: #ffffff29;
    margin-right: 10px;
  }

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

  .dropdown-link, .dropdown-link.w--current {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .about-section.without-padding {
    height: auto;
  }

  .line {
    width: auto;
  }

  .line.color {
    width: 100%;
  }

  .tittle-skills {
    font-size: 19px;
  }

  .iphone {
    margin-bottom: 60px;
  }

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

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

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

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

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

  .toggle-wrapper {
    width: 100%;
  }

  .dark-backround.testimonials {
    padding-left: 20px;
    padding-right: 20px;
  }

  .info-box.second.dark, .info-box.white.service {
    height: auto;
  }

  .box-text.white.center.service {
    text-align: center;
    font-size: 14px;
  }

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

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

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

  .small-header {
    height: auto;
  }

  .box-service-image.lighter.first {
    margin-top: 20px;
  }

  .team-div.circle {
    width: 280px;
    height: 280px;
  }

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

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

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

  .go-to {
    top: 5px;
    bottom: 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;
  }

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

  .navigation-element.big {
    height: 165px;
  }

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

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

  .heading-5.center.white-font {
    font-size: 22px;
    line-height: 32px;
  }

  .column-15, .column-17, .column-18 {
    text-align: center;
  }

  .get-in-touch.trial.map {
    padding-top: 80px;
  }

  .get-in-touch.trial.map.green {
    padding-top: 100px;
  }

  .intro {
    padding: 100px 10px;
  }

  .intro.service {
    padding-left: 20px;
    padding-right: 20px;
  }

  .menu-button-2, .menu-button-2.w--open {
    flex: none;
  }

  .menu {
    margin-left: 15px;
  }

  .navigation {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-2 {
    max-width: none;
  }

  .block-quote {
    margin-left: 30px;
    margin-right: 29px;
    padding-left: 21px;
    padding-right: 21px;
  }

  .meet-the-team {
    height: auto;
  }

  .container-6, .container-7 {
    max-width: none;
  }

  .centered-heading {
    margin-bottom: 24px;
  }

  .team-grid {
    grid-template-columns: 1fr;
  }

  .container-8 {
    max-width: none;
  }

  .footer-link:hover {
    color: #ee9020;
  }

  .footer-copyright-center {
    font-size: 12px;
  }

  .footer-wrapper-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-block-two {
    margin-top: 40px;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-social-block-two {
    margin-top: 20px;
  }

  .contactdetail, .contactdetail:hover, .contactdetail:active, .contactdetail:focus, .contactdetail:focus-visible, .contactdetail[data-wf-focus-visible] {
    color: #fff;
  }

  .link-2 {
    font-size: 16px;
  }

  .container-9 {
    margin-left: 21px;
    margin-right: 21px;
  }

  .slider-2 {
    margin-top: 164px;
  }

  .mobileimage {
    margin-top: 104px;
  }

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

#w-node-_4a04a000-785a-d7dd-dde4-fcf14530abdf-603946fc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1440px) {
  #w-node-_4a04a000-785a-d7dd-dde4-fcf14530abdf-603946fc {
    justify-self: end;
  }
}


