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

h1 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 70px;
  font-weight: 300;
  line-height: 44px;
  display: block;
}

h2 {
  color: #000;
  text-align: center;
  letter-spacing: 1px;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Raleway, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 36px;
}

h3 {
  color: #000;
  text-align: center;
  letter-spacing: 1px;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Raleway, sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 30px;
}

h4 {
  color: #4a4a4a;
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  font-family: Raleway, sans-serif;
  font-weight: 500;
  line-height: 20px;
}

h5 {
  float: none;
  color: #4a4a4a;
  text-align: center;
  letter-spacing: 0;
  text-transform: none;
  margin-top: 4px;
  margin-bottom: 7px;
  font-family: Raleway, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
}

h6 {
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
}

p {
  color: #000;
  text-align: center;
  letter-spacing: 0;
  text-indent: 0;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Raleway, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 21px;
}

.button {
  float: none;
  box-shadow: none;
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  text-transform: none;
  background-color: #db4b4b;
  border-radius: 4px;
  margin-top: 0;
  padding: 15px 20px;
  font-family: Raleway, sans-serif;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: all .5s;
  display: inline-block;
}

.button:hover {
  box-shadow: none;
  color: #fff;
  background-color: #4a4a4a;
  transition: none;
}

.button.back {
  box-shadow: none;
  color: #969799;
  letter-spacing: 1px;
  text-transform: none;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #969799;
  border-radius: 0;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 12px;
  font-weight: 500;
  transition: all .5s;
}

.button.back:hover {
  box-shadow: none;
  color: #fff;
  background-color: #db4b4b;
  border-color: #db4b4b;
  transition: none;
}

.button.next {
  float: right;
  box-shadow: none;
  color: #969799;
  text-align: center;
  letter-spacing: 1px;
  text-transform: none;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #969799;
  border-radius: 0;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 12px;
  font-weight: 500;
}

.button.next:hover {
  box-shadow: none;
  color: #fff;
  background-color: #db4b4b;
  border-color: #db4b4b;
  transition: none;
}

.button.second {
  box-shadow: none;
  letter-spacing: 1px;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #dedede;
  margin-right: 0;
  padding-left: 20px;
  padding-right: 20px;
  text-decoration: none;
}

.button.second:hover {
  box-shadow: none;
  color: #4a4a4a;
  background-color: #ededed;
}

.button.second.third {
  box-shadow: none;
  margin-top: 45px;
}

.button.white {
  box-shadow: none;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-color: #fff #dedede;
  margin-right: 0;
  padding: 15px 20px;
  text-decoration: none;
}

.button.white:hover {
  box-shadow: none;
  color: #4a4a4a;
  background-color: #fff;
  font-weight: 500;
  transition: none;
}

.button.sect {
  float: left;
  box-shadow: none;
  text-align: left;
  margin-top: 45px;
}

.button.sect:hover {
  box-shadow: none;
  background-color: #4a4a4a;
  transition: none;
}

.button.learn {
  box-shadow: none;
  margin-top: 30px;
}

.button.learn:hover, .button.learn:active, .button.learn:focus {
  box-shadow: none;
}

.hero-section {
  height: 100%;
  box-shadow: none;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  background-image: radial-gradient(circle closest-corner, rgba(0, 0, 0, .2), rgba(0, 0, 0, .64)), url('../images/wide-shot-road-fully-covered-by-snow-with-pine-trees-both-sides-car-traces.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  border-top-style: none;
  border-bottom: 1px #dedede;
  margin-bottom: 0;
  transition: all .5s;
  position: relative;
}

.hero-section.subpage {
  height: 350px;
  box-shadow: none;
  background-image: linear-gradient(rgba(240, 30, 30, .71), rgba(240, 30, 30, .71)), url('../images/22222.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.hero-section.subpage.contact {
  box-shadow: none;
  background-image: url('../images/44444.jpg');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
  background-attachment: fixed;
}

.hero-section.subpage.second-type {
  height: 172px;
  box-shadow: none;
  background-color: #f8f8f8;
  background-image: none;
}

.hero-section.subpage.about {
  box-shadow: none;
  background-image: url('../images/11111.jpg');
  background-position: 50% 100%;
  background-repeat: repeat;
  background-size: cover;
  background-attachment: fixed;
}

.navbar {
  z-index: 999;
  width: 100%;
  color: #000;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/background.png');
  background-position: 0 0;
  background-size: auto;
  border-top: 3px solid #db4b4b;
  padding-top: 22px;
  padding-bottom: 13px;
  font-family: Changa One, Impact, sans-serif;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  box-shadow: 0 0 6px -2px #828282;
}

.section {
  padding-top: 110px;
  padding-bottom: 110px;
}

.section.about-ferrano {
  height: 100%;
  box-shadow: none;
  background-color: #f8f8f8;
  border-top: 1px solid #f0eded;
  padding-top: 80px;
  padding-bottom: 80px;
  transition-property: all;
  position: relative;
}

.section.about-ferrano.black {
  box-shadow: none;
  background-color: #f1f1f1;
  border-top-style: none;
  padding-top: 131px;
  padding-bottom: 131px;
}

.section.about-ferrano.black.hgh {
  padding-bottom: 0;
}

.section.facts {
  box-shadow: none;
  padding-top: 80px;
  padding-bottom: 80px;
}

.section {
  box-shadow: none;
  opacity: 1;
  padding-top: 80px;
  padding-bottom: 0;
  transition: background-color .5s;
}

.numbers {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  text-transform: none;
  margin-bottom: 0;
  font-family: Raleway, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.white-tittle {
  color: #fff;
  text-align: center;
  margin-bottom: 30px;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 40px;
  font-weight: 300;
}

.white-tittle.fact {
  color: #fff;
  text-align: center;
  margin-bottom: 20px;
  font-family: Raleway, sans-serif;
  font-size: 50px;
  font-weight: 500;
  transition: all .5s;
}

.overall-column {
  text-align: center;
  padding-top: 40px;
  padding-bottom: 40px;
}

.overall-column.service-box {
  text-align: center;
  background-color: #f8f8f8;
  border: 11px solid #292828;
  display: block;
}

.overall-column.service-box._2 {
  background-color: rgba(0, 0, 0, 0);
  border-style: solid;
  border-width: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.circle-icon-block {
  width: 40px;
  height: 40px;
  float: left;
  text-align: center;
  background-color: #dedede;
  border-radius: 50px;
  margin-right: 5px;
  padding: 12px;
  transition: all .5s;
  display: block;
}

.circle-icon-block:hover {
  box-shadow: none;
  background-color: #db4b4b;
  border-top-color: #00c2a2;
  border-bottom-color: #00c2a2;
  padding-top: 12px;
  padding-bottom: 12px;
  transition: none;
}

.circle-icon-block.social {
  width: 60px;
  height: 60px;
  float: left;
  background-color: #4a4a4a;
  border-top-style: none;
  border-top-width: 0;
  border-bottom-style: none;
  border-bottom-width: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  transition: background-color .5s;
  overflow: hidden;
}

.circle-icon-block.social:hover {
  box-shadow: none;
  background-color: #db4b4b;
  border-top-color: rgba(0, 0, 0, 0);
  border-bottom-color: rgba(0, 0, 0, 0);
  transition: none;
}

.circle-icon-block.social.contact {
  width: 35px;
  height: 35px;
  float: left;
  background-color: #4d4d4d;
  border-top-color: rgba(0, 0, 0, 0);
  border-bottom-color: rgba(0, 0, 0, 0);
  border-radius: 50px;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  transition-property: all;
}

.circle-icon-block.social.contact:hover {
  box-shadow: none;
  background-color: #db4b4b;
  border-top-color: #2897bd;
  border-bottom-color: #2897bd;
  border-radius: 50px;
  transition: none;
}

.socil-icon {
  width: 20px;
  float: right;
  opacity: 1;
  margin-bottom: 0;
  transition: opacity .7s;
  display: block;
}

.socil-icon:hover {
  opacity: 1;
}

.footer-big {
  background-color: #000;
  margin-top: 0;
  padding-top: 66px;
  padding-bottom: 0;
  transition: all .5s;
}

.copyright {
  float: none;
  color: #fff;
  text-align: center;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  font-family: Raleway, sans-serif;
  font-size: 14px;
  font-weight: 300;
}

.nav-link {
  opacity: 1;
  color: #080808;
  letter-spacing: 1px;
  text-transform: none;
  margin-top: 25px;
  padding: 5px 20px;
  font-family: Raleway, sans-serif;
  font-size: 13px;
  font-weight: 500;
  transition: color .5s;
}

.nav-link:hover {
  opacity: 1;
  color: #fff;
  letter-spacing: 1px;
  transition-property: none;
}

.nav-link.w--current {
  opacity: 1;
  color: #fff;
  text-align: left;
  text-transform: none;
  border-radius: 0;
  margin-top: 25px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: Raleway, sans-serif;
  font-size: 13px;
  font-weight: 500;
  display: inline-block;
}

.nav-link.w--current:hover {
  opacity: 1;
  color: #fff;
  border-radius: 0;
  transition-property: none;
}

.hero-headline {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-top-style: none;
  border-bottom-style: none;
  border-bottom-width: 3px;
  padding-top: 10px;
  padding-bottom: 0;
  font-family: Raleway, sans-serif;
  font-size: 60px;
  font-weight: 600;
  line-height: 54px;
}

.hero-headline._2 {
  color: #4a4a4a;
  margin-top: 15px;
  margin-bottom: 10px;
  font-size: 40px;
  font-weight: 700;
}

.hero-headline._2.subpage {
  color: #fff;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  margin-top: 0;
  margin-bottom: 10px;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 30px;
  font-weight: 600;
  display: block;
}

.hero-headline._2.subpage.small {
  color: #000;
  text-align: left;
  letter-spacing: 1px;
  margin-bottom: 0;
  font-size: 16px;
}

.hero-headline._2.subpage.small.left {
  float: right;
  color: #828282;
  letter-spacing: 1px;
  font-size: 13px;
  font-weight: 400;
}

.about-text {
  color: #828282;
  text-align: left;
  letter-spacing: 0;
  background-color: rgba(0, 0, 0, 0);
  margin-bottom: 0;
  font-family: Raleway, sans-serif;
  font-size: 14px;
  font-weight: 300;
}

.about-text._3 {
  color: #4a4a4a;
  text-align: left;
  font-size: 13px;
}

.about-text.details-project {
  color: #4a4a4a;
  letter-spacing: 0;
  line-height: 26px;
}

.icon-service {
  width: 80px;
  height: 80px;
  min-width: 0;
  float: none;
  text-align: center;
  background-color: #2eb6d1;
  border-radius: 70px;
  margin-bottom: 30px;
  padding: 25px;
  transition: all .5s;
  display: inline-block;
}

.icon-service:hover {
  background-color: #2897bd;
}

.icon-service._2 {
  width: 90px;
  height: 90px;
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/icons8-snow-100-1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 50px;
  border: 1px solid #4a4a4a;
  border-radius: 50px;
  padding: 24px;
}

.icon-service._2:hover {
  background-color: #db4b4b;
  background-image: url('../images/icons8-digger-641_1icons8-digger-64(1).png');
  background-size: 60px;
  border-color: #db4b4b;
}

.icon-service._2._1 {
  background-image: url('../images/icons8-snow-100.png');
  background-size: 45px;
}

.icon-service._2._1:hover {
  background-color: #db4b4b;
  background-image: url('../images/icons8-digger-80_1icons8-digger-80.png');
  background-size: 60px;
}

.icon-service._2._3 {
  background-image: url('../images/icons8-construction-52_1icons8-construction-52.png');
}

.icon-service._2._3:hover {
  background-color: #db4b4b;
  background-image: url('../images/icons8-construction-521_1icons8-construction-52(1).png');
}

.menu-row {
  text-align: left;
  margin-bottom: 63px;
}

.contact-map-fprm {
  transition: background-color .5s;
  position: relative;
}

.hero-container {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  transition: all .5s;
  display: block;
  position: static;
  top: auto;
}

.social-dic-2 {
  float: left;
  margin-top: 20px;
  display: block;
}

.social-dic-2.contact {
  float: left;
  display: inline-block;
}

.submit-button {
  width: 25%;
  float: left;
  opacity: 1;
  text-align: center;
  letter-spacing: 1px;
  text-transform: none;
  background-color: #db4b4b;
  border-radius: 4px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: Raleway, sans-serif;
  font-size: 14px;
  transition: all .5s;
}

.submit-button:hover {
  opacity: 1;
  background-color: #4a4a4a;
}

.text-field {
  opacity: 1;
  text-align: left;
  text-transform: none;
  background-color: rgba(246, 246, 246, .49);
  border: 2px solid #f2f2f2;
  border-radius: 0;
  margin-bottom: 10px;
  padding-top: 12px;
  padding-bottom: 12px;
  font-family: Raleway, sans-serif;
  font-size: 14px;
  font-weight: 400;
  transition: all .5s;
}

.text-field:hover {
  color: #4a4a4a;
  background-color: #f2f2f2;
}

.text-area {
  min-height: 150px;
  color: #4a4a4a;
  text-align: left;
  text-transform: none;
  background-color: rgba(246, 246, 246, .49);
  border: 2px solid #f2f2f2;
  margin-bottom: 20px;
  font-family: Raleway, sans-serif;
  font-size: 14px;
  font-weight: 400;
  transition: all .5s;
}

.text-area:hover {
  color: #4a4a4a;
  background-color: #f2f2f2;
}

.success-message {
  background-color: #db4b4b;
}

.success-message.big {
  color: #4a4a4a;
  background-color: #db4b4b;
  border-style: none;
  border-width: 0;
}

.column {
  text-align: left;
  padding-top: 10px;
  display: inline-block;
  position: relative;
}

.column.media {
  height: 379px;
  padding-top: 0;
}

.column.media.sec {
  background-color: rgba(0, 0, 0, 0);
  background-image: none;
}

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

.column.ipad {
  padding-top: 20px;
}

.clients {
  background-color: #f8f8f8;
  padding-top: 25px;
  padding-bottom: 25px;
}

.slider {
  width: 20%;
  opacity: 1;
  text-align: center;
}

.slider-clients {
  height: 100px;
  background-color: rgba(0, 0, 0, 0);
}

.image {
  opacity: .39;
  padding-top: 20px;
}

.arrow {
  display: none;
}

.slide-nav {
  margin-top: 20px;
  padding-top: 37px;
  display: none;
}

.textbar {
  color: #fff;
  text-align: left;
  background-color: #f2f2f2;
  border-top: 1px solid #dedede;
  border-bottom: 1px solid #dedede;
  margin-top: 0;
  padding-top: 35px;
  padding-bottom: 35px;
  font-family: Raleway, sans-serif;
  font-size: 21px;
  font-weight: 700;
}

.textbar._3 {
  background-color: #db4b4b;
  border-top-style: none;
  border-top-width: 0;
  border-bottom: 0 rgba(0, 0, 0, 0);
}

.form-wrapper {
  background-color: #fff;
  border-radius: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.portfolio-column {
  margin-top: 0;
  padding: 0;
  position: relative;
}

.tittle {
  float: none;
  color: #4a4a4a;
  text-align: center;
  text-transform: uppercase;
  padding-bottom: 0;
  font-family: Raleway, sans-serif;
  font-size: 14px;
  font-weight: 700;
  display: block;
}

.tittle.portfolio-2 {
  width: 100%;
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 17px;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
}

.tittle.service {
  color: #000;
  text-align: left;
  letter-spacing: 1px;
  text-transform: none;
  text-decoration: none;
  display: block;
}

.tittle.third {
  text-align: left;
  letter-spacing: 1px;
  text-transform: none;
  text-decoration: none;
}

.category {
  color: #c4c4c4;
  text-align: center;
  text-transform: uppercase;
  margin-top: 10px;
  font-family: Raleway, sans-serif;
  font-size: 12px;
}

.category._2 {
  color: #db4b4b;
  letter-spacing: 1px;
  font-size: 13px;
  display: inline-block;
}

.text {
  color: #4a4a4a;
  text-align: left;
  margin-bottom: 0;
  padding-top: 5px;
  font-family: Raleway, sans-serif;
  font-size: 19px;
  font-weight: 400;
}

.text.text-bar-white {
  color: #fff;
  letter-spacing: 0;
  padding-top: 7px;
  font-size: 19px;
  display: block;
}

.submit-button-newlatter {
  width: 100%;
  text-align: center;
  letter-spacing: 1px;
  text-transform: none;
  background-color: #db4b4b;
  font-family: Raleway, sans-serif;
  font-size: 13px;
  font-weight: 400;
  transition: all .5s;
}

.submit-button-newlatter:hover {
  background-color: #404040;
}

.wrapper {
  display: block;
  position: relative;
  overflow: hidden;
}

.footer-small {
  background-color: #1974ad;
  margin-top: 7px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.white-text-footer {
  color: #b3b4b5;
  text-align: left;
  letter-spacing: 2px;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Raleway, sans-serif;
  font-size: 14px;
  font-weight: 600;
}

.white-text-footer.contact {
  color: #4a4a4a;
  margin-bottom: 20px;
}

.newslater-text-field {
  opacity: 1;
  color: #969799;
  text-align: left;
  background-color: rgba(0, 0, 0, 0);
  border-color: #4a4a4a;
  border-top-style: solid;
  border-top-width: 1px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  padding-bottom: 8px;
  font-family: Raleway, sans-serif;
  font-size: 13px;
  font-weight: 400;
  transition: all .5s;
}

.newslater-text-field:hover {
  color: #fff;
}

.herotext-div {
  margin: 217px auto 250px;
  padding-bottom: 0;
}

.herotext-div.subtittle {
  margin-top: 165px;
}

.herotext-div.subtittle.subpage {
  text-align: center;
  margin-top: 180px;
  margin-bottom: 0;
}

.herotext-div.subtittle.subpage.second {
  text-align: left;
  margin-top: 105px;
}

.paragraph-tittle {
  color: #4a4a4a;
  text-align: center;
  text-transform: none;
  font-weight: 400;
}

.team {
  float: none;
  text-align: left;
  border-bottom-style: none;
  border-bottom-width: 1px;
  margin-top: 10px;
  display: block;
  overflow: hidden;
}

.header-tittle {
  margin-top: 0;
  font-family: Raleway, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.header-tittle.details.info {
  text-align: left;
  margin-top: 30px;
}

.header-tittle.singel-portfolio {
  text-align: left;
  margin-top: 30px;
  margin-bottom: 0;
}

.team-wrapper {
  position: relative;
}

.div-social {
  float: none;
  text-align: center;
  margin-top: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
  display: inline-block;
}

.div-social.portfolio-singe.singel {
  float: left;
  text-align: left;
}

.text-fotter {
  color: #969799;
  text-align: left;
  margin-bottom: 0;
  padding-bottom: 10px;
}

.text-fotter.contact {
  color: #969799;
  margin-bottom: 20px;
}

.team-tittle {
  text-align: center;
  background-color: #f8f8f8;
  border-top: 5px solid #dedede;
  border-bottom: 2px solid #f8f8f8;
  padding-top: 20px;
  padding-bottom: 20px;
  transition: all .5s;
}

.team-tittle:hover {
  background-color: #fff;
  border-top: 5px solid #db4b4b;
  border-bottom: 0 rgba(0, 0, 0, 0);
}

.slider-testimonilas {
  width: 100%;
  height: 250px;
  background-color: rgba(0, 0, 0, 0);
  border-top-style: none;
  border-top-color: #dedede;
  border-bottom: 1px #dedede;
  display: block;
}

.testimonilas-div {
  margin-top: 40px;
  margin-bottom: 1px;
  display: block;
}

.text-testimonilas {
  color: #4a4a4a;
  letter-spacing: 1px;
  font-size: 14px;
  line-height: 26px;
}

.big-portfolio-post {
  margin-top: 30px;
  margin-bottom: 0;
}

.big-portfolio-post.multi {
  margin-top: 70px;
}

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

.div-paginator.multi {
  margin-top: 0;
  margin-bottom: 40px;
}

.row-paginator {
  background-color: rgba(0, 0, 0, 0);
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

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

.previouz {
  float: none;
  box-shadow: none;
  color: #969799;
  letter-spacing: 1px;
  text-transform: none;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #969799;
  border-radius: 0;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 12px;
  font-weight: 500;
}

.about-post-div {
  background-color: rgba(0, 0, 0, 0);
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 30px;
}

.error {
  background-color: #dedede;
  font-family: Raleway, sans-serif;
}

.error.big {
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #db4b4b;
}

.portfolio {
  background-color: #fff;
  padding-top: 80px;
  padding-bottom: 80px;
  transition-property: all;
}

.portfolio.second {
  background-color: rgba(0, 0, 0, 0);
  padding-bottom: 0;
}

.upper-headline {
  color: #fff;
  text-align: center;
  text-transform: none;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 300;
}

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

.slider1 {
  text-align: center;
  display: inline-block;
}

.contact-section {
  padding-top: 80px;
  padding-bottom: 80px;
}

.logo {
  margin-top: 11px;
  margin-left: -24px;
  display: inline-block;
}

.brand {
  display: block;
}

.headerline-section {
  font-family: Raleway, sans-serif;
  font-weight: 500;
}

.headerline-section.small {
  color: #3a3a3a;
  text-align: center;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 46px;
  padding-bottom: 0;
  font-size: 15px;
  font-weight: 400;
}

.headerline-section.small.media {
  color: #969799;
  text-align: left;
  text-transform: none;
  margin-top: 0;
  font-size: 14px;
  font-weight: 400;
}

.headerline-section.small.media.separate {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 0;
  padding-bottom: 10px;
  font-weight: 600;
}

.headerline-section.small.whi {
  color: #fff;
}

.headerline-section.small.etr {
  margin-bottom: 12px;
}

.headline-div-block {
  text-align: center;
  margin-bottom: 23px;
}

.headline-div-block.testimonials {
  margin-bottom: 0;
  padding-top: 0;
}

.portfolio-row._2 {
  margin-top: 0;
  margin-bottom: 0;
}

.service-section {
  background-color: #f8f8f8;
  border-top: 1px #f0eded;
  border-bottom: 0 #f0eded;
  padding-top: 100px;
  padding-bottom: 100px;
}

.service-section.second {
  background-color: #fff;
  padding-top: 80px;
  padding-bottom: 86px;
}

.features-text {
  color: #4a4a4a;
  text-align: left;
  margin-top: 10px;
}

.features-text.second {
  color: #4a4a4a;
  margin-bottom: 0;
}

.service-icon {
  width: 60px;
  height: 60px;
  float: left;
  background-color: #db4b4b;
  border-radius: 50px;
  margin-bottom: 50px;
  margin-right: 20px;
  padding: 15px;
  transition: all .5s;
  display: inline-block;
}

.service-icon:hover {
  background-color: #4a4a4a;
}

.service-icon.new {
  width: 40px;
  height: 40px;
  background-color: rgba(0, 0, 0, 0);
  margin-bottom: 60px;
  padding: 0;
}

.vidider {
  width: 15px;
  height: 15px;
  float: none;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #828282;
  margin: 25px 0 50px;
  padding-top: 0;
  padding-bottom: 0;
  font-style: italic;
  display: block;
}

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

.team-section {
  background-color: #b6cfe8;
  padding-top: 17px;
  padding-bottom: 0;
}

.team-text {
  color: #4a4a4a;
}

.tposition-team {
  color: #828282;
  margin-bottom: 10px;
}

.skills {
  color: #4a4a4a;
  background-color: #f8f8f8;
  padding-top: 80px;
  padding-bottom: 80px;
}

.skills.div {
  background-color: rgba(0, 0, 0, 0);
  margin-top: 85px;
  padding-top: 0;
  padding-bottom: 0;
}

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

.skills.div.first.second {
  margin-top: 0;
}

.color {
  color: #adafb3;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: Raleway, sans-serif;
  font-size: 12px;
  font-weight: 500;
}

.media-text {
  color: #4a4a4a;
  text-align: left;
}

.media-text._3 {
  color: #fff;
}

.media-tittle {
  text-align: left;
  text-transform: none;
  font-size: 20px;
}

.media-tittle._3 {
  color: #fff;
  text-transform: none;
  margin-bottom: 10px;
}

.testimonials-name {
  color: #db4b4b;
  letter-spacing: 1px;
  text-transform: none;
  margin-top: 20px;
  font-size: 14px;
  font-weight: 700;
}

.image-ipad {
  border-top: 17px #000;
  border-top-left-radius: 0;
  margin-top: -34px;
}

.media-one {
  text-align: center;
  padding-top: 80px;
}

.media-one.second {
  background-color: #db4b4b;
  background-image: none;
}

.skills-div-block {
  width: 100%;
  height: 10px;
  background-color: #ededed;
  border-top: 1px solid #c2c2c2;
  border-bottom: 1px solid #fff;
  border-radius: 0;
  margin-bottom: 5px;
  padding: 2px 3px;
}

.skills-line {
  width: 85%;
  height: 70%;
  background-color: #db4b4b;
  background-image: none;
  border-radius: 0;
  display: block;
}

.skills-line._2 {
  width: 75%;
}

.skills-line._3 {
  width: 95%;
}

.skills-line._4 {
  width: 65%;
}

.skills-tittle._2 {
  float: none;
  color: #000;
  text-align: left;
  letter-spacing: 1px;
  font-size: 13px;
  font-weight: 500;
}

.skills-tittle.percentual {
  float: right;
  color: #000;
  text-align: left;
  font-size: 13px;
  display: block;
}

.media-section-fullwidth {
  height: auto;
  background-image: url('../images/big-special-tractor-is-removing-snow-from-forestal-road.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  flex-direction: row;
  justify-content: flex-end;
  display: block;
}

.media-section-fullwidth.service {
  height: auto;
  background-image: url('../images/44444.jpg');
  background-position: 50%;
  background-size: cover;
}

.column-media {
  height: auto;
  opacity: .86;
  background-color: #292929;
  padding: 40px 35px 40px 36px;
}

.column-media.sec {
  height: 379px;
  background-color: rgba(0, 0, 0, 0);
}

.div-column {
  width: 457px;
  float: left;
  text-align: left;
  background-color: #292929;
  padding: 45px 30px 46px;
  display: inline-block;
}

.service-tittle4 {
  color: #000;
  letter-spacing: 1px;
  text-transform: none;
  margin-bottom: 15px;
  font-size: 15px;
  font-weight: 700;
}

.mapp-section-one {
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  padding-top: 0;
  padding-bottom: 0;
}

.open {
  width: 100%;
  background-color: #db4b4b;
  padding-top: 40px;
  padding-bottom: 40px;
  display: inline-block;
}

.open-text {
  color: #fff;
  text-align: center;
  margin-right: 20px;
  font-family: Raleway, sans-serif;
  font-size: 18px;
  font-weight: 700;
  display: inline-block;
}

.arrow-mapp {
  float: none;
  margin-bottom: 4px;
}

.map {
  z-index: 3;
  position: relative;
  overflow: hidden;
}

.tags {
  color: #969799;
  text-align: left;
  border: 1px solid rgba(173, 175, 179, .27);
  margin-bottom: 5px;
  margin-right: 5px;
  padding-left: 5px;
  padding-right: 5px;
  transition: all .5s;
  display: inline-block;
}

.tags:hover {
  color: #fff;
  background-color: #db4b4b;
  border-color: #db4b4b;
}

.filter-menu {
  text-align: center;
  margin-bottom: 30px;
}

.over-filter-button {
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #dedede;
  border-radius: 1px;
  margin-right: 5px;
  transition: all .5s;
}

.over-filter-button:hover {
  background-color: #dedede;
}

.over-filter-button.w--current {
  background-color: #dedede;
  border: 1px solid #dedede;
}

.over-filter-button.w--current:hover {
  color: #fff;
  background-color: #dedede;
}

.over-filter-button.last {
  border-right-style: solid;
}

.over-filter-button.firts.w--current {
  border-left-style: none;
  border-right-style: solid;
}

.button-text {
  color: #828282;
  text-transform: none;
  font-family: Raleway, sans-serif;
  font-size: 13px;
  font-weight: 400;
}

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

.tags-div.contact {
  margin-bottom: 45px;
}

.white {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  padding-top: 0;
  padding-bottom: 0;
}

.white.new {
  color: #fff;
}

.media-section {
  background-image: linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, .6)), url('../images/3d-render-christmas-background-with-snow-gold-snowflake-design.jpg');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  padding-top: 100px;
  padding-bottom: 100px;
}

.headline-big {
  color: #fff;
  margin-bottom: 40px;
  font-size: 54px;
  font-weight: 500;
  line-height: 55px;
}

.headline-big.texbar {
  letter-spacing: 2px;
  font-size: 40px;
  font-weight: 700;
}

.fact-col-section {
  padding-left: 0;
  padding-right: 0;
}

.fact-section {
  height: auto;
  background-image: url('../images/young-man-clears-snow-front-house-sunny-frosty-day-cleaning-street-from-snow.jpg');
  background-position: 50% 100%;
  background-size: cover;
  background-attachment: fixed;
  padding-top: 100px;
  padding-bottom: 100px;
}

.fact-section.uu {
  background-image: url('../images/snow-clearing-tractor-clears-way-after-heavy-snowfall.jpg');
  background-position: 50%;
}

.fact-section.xhcn {
  background-image: linear-gradient(rgba(0, 0, 0, .34), rgba(0, 0, 0, .34)), url('../images/person-clearing-snow-with-shovel.jpg');
  background-position: 0 0, 50% 100%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.fact-right {
  height: 308px;
  background-color: rgba(130, 130, 130, .4);
}

.testimonials {
  padding-top: 100px;
}

.row-service-2 {
  margin-top: 50px;
}

.white-headline {
  color: #fff;
}

.portfolio-link {
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all .5s;
  display: block;
  position: absolute;
}

.portfolio-link:hover {
  z-index: 1;
  opacity: 1;
  background-color: rgba(0, 0, 0, .8);
  position: absolute;
}

.color-box {
  text-align: center;
  position: relative;
  top: 40%;
}

.imac-column {
  text-align: center;
  padding-right: 10px;
}

.navivation {
  margin-top: 13px;
  margin-bottom: 0;
}

.div-sign {
  width: 15%;
  opacity: .99;
  margin-top: 15px;
  display: inline-block;
}

.div-sign.headline {
  width: 15%;
  opacity: .8;
  margin-top: 0;
  display: inline-block;
}

.div-sign.service {
  width: 20%;
  margin-top: 0;
  margin-bottom: 10px;
}

.divider {
  width: 60px;
  height: 1px;
  background-color: #969799;
  margin-top: 10px;
  margin-bottom: 20px;
  display: inline-block;
}

.divider.separator {
  width: 100%;
  background-color: rgba(150, 151, 153, .6);
  margin-top: 50px;
  margin-bottom: 0;
}

.column-singel-p {
  text-align: left;
}

.image-portfolio {
  position: static;
  overflow: hidden;
}

.imac {
  margin-right: 0;
}

.about-us-section {
  padding-top: 80px;
  padding-bottom: 80px;
}

.error-message {
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #db4b4b;
}

.success-text {
  color: #fff;
}

.error-message-text {
  color: #969799;
}

.succes-mesage-big {
  color: #fff;
}

.service-text {
  color: #4a4a4a;
}

.button-full {
  color: #fff;
  letter-spacing: 1px;
  background-color: #0e89cf;
  border: 1px solid #fff;
  margin-top: 40px;
  padding: 15px 25px;
  font-family: Raleway, sans-serif;
  font-size: 14px;
  font-weight: 900;
  text-decoration: none;
  transition: all .5s;
  display: inline-block;
}

.button-full:hover {
  background-color: #4a4a4a;
}

.button-full.second {
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  margin-top: 0;
  font-weight: 400;
}

.button-full.second:hover {
  color: #4a4a4a;
  background-color: #fff;
  border-color: #fff;
  font-weight: 400;
}

.responsive-div {
  padding-left: 40px;
}

.contact-form {
  padding-top: 0;
  padding-bottom: 33px;
}

.contact-form-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  display: grid;
}

.form, .column-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-3 {
  margin-bottom: 47px;
}

.image-4 {
  margin-top: 18px;
}

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

.image-5.eds {
  margin-right: 20px;
}

.map-2 {
  height: 500px;
}

.html-embed {
  background-color: #b7d0e8;
  justify-content: center;
  align-items: center;
  display: flex;
}

.html-embed-2 {
  display: none;
}

.column-5 {
  height: 140.98px;
  background-color: #000;
  justify-content: center;
  align-items: center;
  margin-bottom: 1px;
  padding-top: 7px;
  padding-bottom: 20px;
  display: flex;
}

.heading {
  margin-top: 14px;
  font-size: 35px;
  line-height: 50px;
}

.heading.rrd {
  font-size: 18px;
}

.text-block-32 {
  margin-left: 0;
  font-size: 12px;
}

.link {
  color: #000;
  font-weight: 700;
}

.nav-top {
  height: 32px;
  color: #fff;
  background-color: #3d3d3d;
  flex-direction: column;
  align-items: center;
  padding-left: 24px;
  padding-right: 24px;
  font-size: 11px;
  line-height: 16px;
  display: none;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.nav-top.hgg {
  z-index: 1000;
  background-color: #0f89cf;
  padding-left: 0;
  padding-right: 10px;
  display: block;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.nav-top-social {
  justify-content: flex-end;
  align-items: center;
  padding-left: 12px;
  padding-right: 12px;
  display: flex;
}

.image-15 {
  margin-top: -2px;
}

.bold-text-3 {
  font-size: 13px;
}

.nav-top-info {
  align-items: center;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.social-link {
  width: 35px;
  height: 28px;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  padding: 5px;
  transition: background-color .3s;
  display: flex;
}

.social-link:hover {
  background-color: rgba(0, 0, 0, .08);
}

.green {
  color: #000;
  text-decoration: none;
}

.wrapper-2 {
  width: 100%;
  max-width: 1200px;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.wrapper-2.nav-top-wrapper {
  height: 100%;
  max-width: none;
  flex-direction: row;
  justify-content: space-between;
  display: flex;
}

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

.text-span {
  color: #000;
}

.map-3 {
  margin-top: 19px;
}

.div-block {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 29px;
  padding-top: 52px;
  display: flex;
}

.heading-2 {
  line-height: 25px;
}

.html-embed-3 {
  margin-top: 24px;
}

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

.section-2 {
  background-color: #b7d0e8;
}

.link-block-5, .link-block-6 {
  text-decoration: none;
  display: flex;
}

.container-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.text-block-38 {
  text-align: center;
  margin-bottom: 52px;
  font-size: 15px;
}

.heading-17 {
  text-align: center;
  margin-bottom: 52px;
}

.heading-17.vie-priv-e {
  color: #000;
  font-size: 63px;
  line-height: 59px;
}

.features-right {
  max-width: none;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: -16px;
  display: flex;
}

.container-20 {
  padding-bottom: 113px;
}

.features-block-two {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 46px;
  display: flex;
}

.features-image {
  width: 80px;
  height: 80px;
  object-fit: cover;
  margin-right: 16px;
}

.cookie-modal_button_text {
  color: #fff;
}

.cookie-modal_component {
  max-width: 32rem;
  background-color: #f7f7f7;
  border-radius: .25rem;
  flex-direction: column;
  margin-left: auto;
  margin-right: auto;
  font-size: .9375rem;
  line-height: 1.4;
  display: flex;
  position: relative;
  box-shadow: 0 4px 1rem rgba(38, 41, 38, .05);
}

.screenreader-only {
  width: 1px;
  height: 1px;
  margin: -1px;
  position: absolute;
  overflow: hidden;
}

.cookie-modal_closebutton {
  z-index: 5;
  width: 2.5rem;
  height: 2.5rem;
  cursor: pointer;
  background-color: #f3f7f2;
  border-radius: .25rem;
  justify-content: center;
  align-items: center;
  margin: 1.25rem 1.25rem -2.5rem auto;
  transition: background-color .2s cubic-bezier(.25, .46, .45, .94);
  display: flex;
  position: relative;
}

.link-4 {
  color: #0e89cf;
}

.cookie-modal_button-wrap {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #f3f7f2;
  border-radius: 0 0 .25rem .25rem;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 2rem;
  display: flex;
}

.cookie-modal_button-wrap.is-small {
  background-color: #0e89cf;
  justify-content: flex-start;
  padding: 1.5rem;
}

.cookie-popup_component {
  z-index: 9500;
  max-width: 25rem;
  position: fixed;
  top: auto;
  bottom: 1.25rem;
  left: auto;
  right: 1.25rem;
}

.cookie-modal_button {
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: .25rem;
  padding: .875em 1.5em 1rem;
  font-size: .9375rem;
  text-decoration: none;
  transition: color .2s cubic-bezier(.25, .46, .45, .94), background-color .2s cubic-bezier(.25, .46, .45, .94);
}

.cookie-modal_button:hover {
  background-color: #262926;
}

.cookie-modal_button.is-secondary {
  color: #515750;
  background-color: rgba(0, 0, 0, 0);
  padding-left: 0;
  padding-right: 0;
  font-size: .875rem;
  font-weight: 700;
}

.cookie-modal_button.is-secondary:hover {
  text-decoration: underline;
}

.cookie-modal_content-wrap {
  padding: 1.75rem 2rem;
}

.cookie-modal_content-wrap.is-small {
  padding: 1.5rem;
}

.cookie-modal_closebutton_line {
  width: 1rem;
  height: 2px;
  background-color: #515750;
  position: absolute;
}

.cookie-modal_closebutton_line.is-left {
  transform: rotate(45deg);
}

.cookie-modal_closebutton_line.is-right {
  transform: rotate(-45deg);
}

.cookie-modal_title {
  margin-bottom: .1875em;
  font-size: 1.25rem;
  font-weight: 700;
}

.cookie-modal_title.is-small {
  font-size: 1.1875rem;
}

.cookie-modal_styles {
  display: none;
}

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

html.w-mod-js [data-ix="media-show"] {
  opacity: 0;
  display: block;
  transform: translate(-100px);
}

html.w-mod-js [data-ix="hero-slider-2"], html.w-mod-js [data-ix="show-icon"], html.w-mod-js [data-ix="move-flypaper"], html.w-mod-js [data-ix="know-us"], html.w-mod-js [data-ix="show-hover-post-2"] {
  opacity: 0;
}

html.w-mod-js [data-ix="media-show-2"] {
  opacity: 0;
  display: block;
  transform: translate(0, 100px);
}

html.w-mod-js [data-ix="service-icon"], html.w-mod-js [data-ix="service-icon-2"], html.w-mod-js [data-ix="service-icon-3"] {
  opacity: 0;
  display: block;
  transform: translate(0, -47px);
}

html.w-mod-js [data-ix="mapp-none"], html.w-mod-js [data-ix="toggle-none"] {
  height: 0;
}

html.w-mod-js [data-ix="ipad-move"] {
  opacity: 0;
  display: block;
  transform: translate(50px);
}

html.w-mod-js [data-ix="button-line"] {
  opacity: 0;
  display: block;
  transform: scale(.01);
}

@media screen and (min-width: 1440px) {
  .nav-top.hgg {
    flex-direction: row;
    justify-content: space-between;
    padding-left: 179px;
    padding-right: 165px;
    display: flex;
  }

  .green {
    color: #000;
  }

  .wrapper-2.nav-top-wrapper {
    max-width: none;
  }
}

@media screen and (min-width: 1920px) {
  .text-block-32 {
    margin-left: 27px;
    font-size: 14px;
  }

  .nav-top.hgg {
    z-index: 3000;
    flex-direction: row;
    justify-content: space-between;
    padding-bottom: 1px;
    padding-left: 222px;
    padding-right: 302px;
    display: flex;
  }

  .nav-top-info {
    font-size: 13px;
  }

  .green {
    color: #000;
    text-decoration: none;
  }

  .wrapper-2.nav-top-wrapper {
    max-width: none;
  }
}

@media screen and (max-width: 991px) {
  body {
    height: auto;
  }

  h1 {
    letter-spacing: 0;
    font-size: 60px;
    line-height: 74px;
  }

  h3 {
    text-align: center;
  }

  p {
    margin-bottom: 0;
    font-size: 13px;
  }

  .button {
    box-shadow: none;
    margin-bottom: 20px;
  }

  .button.back, .button.next, .button.next.w--current {
    box-shadow: none;
  }

  .button.second {
    box-shadow: none;
    margin-right: 0;
  }

  .button.white {
    box-shadow: none;
  }

  .hero-section {
    box-shadow: none;
    background-image: radial-gradient(circle, rgba(0, 0, 0, .15), rgba(0, 0, 0, .6)), url('../images/wide-shot-road-fully-covered-by-snow-with-pine-trees-both-sides-car-traces.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, repeat;
    background-size: auto, cover;
    background-attachment: scroll, fixed;
    padding-bottom: 0;
  }

  .hero-section.subpage {
    background-image: linear-gradient(to bottom, null, null), url('../images/22222.jpg');
    background-position: 0 0, 100%;
  }

  .hero-section.subpage.contact {
    box-shadow: none;
    background-position: 95% 13%;
    background-size: auto;
  }

  .hero-section.subpage.second-type {
    box-shadow: none;
  }

  .navbar {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .section {
    padding-top: 110px;
    padding-bottom: 110px;
  }

  .section.facts {
    box-shadow: none;
  }

  .section {
    box-shadow: none;
    padding-top: 80px;
    padding-bottom: 0;
  }

  .numbers {
    margin-top: auto;
  }

  .white-tittle {
    margin-bottom: 0;
    font-size: 30px;
  }

  .white-tittle.fact {
    margin-bottom: 30px;
  }

  .menu-button {
    color: #fff;
    background-color: rgba(0, 0, 0, 0);
    border-radius: 0;
    margin-top: 26px;
    padding: 15px;
    transition: all .5s;
    display: inline-block;
  }

  .menu-button:hover {
    transition: none;
  }

  .menu-button.w--open {
    height: auto;
    float: right;
    color: #000;
    text-align: left;
    background-color: #f2f2f2;
    top: 0;
    left: 0;
  }

  .overall-column {
    margin-bottom: 50px;
  }

  .circle-icon-block {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .circle-icon-block:hover {
    box-shadow: none;
    padding-top: 2px;
    padding-bottom: 2px;
  }

  .circle-icon-block.social {
    padding-top: 2px;
  }

  .circle-icon-block.social.contact {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .footer-big {
    padding-top: 20px;
  }

  .copyright {
    float: left;
    text-align: center;
    margin-top: -12px;
    margin-bottom: 0;
    padding-top: 6px;
    padding-bottom: 0;
    padding-left: 0;
  }

  .nav-link {
    color: #969799;
    text-align: center;
    letter-spacing: 1px;
    background-color: rgba(0, 0, 0, 0);
    border-bottom: 1px #dedede;
    border-radius: 0;
    margin-top: 4px;
    margin-bottom: 4px;
    font-size: 15px;
    transition-property: all;
  }

  .nav-link:hover {
    color: #fff;
    background-color: rgba(255, 255, 255, .09);
    border-bottom: 1px #969799;
    border-radius: 0;
  }

  .nav-link.w--current {
    color: #969799;
    text-align: center;
    background-color: rgba(0, 0, 0, 0);
    border-radius: 5px;
    font-size: 15px;
    display: block;
  }

  .nav-link.w--current:hover {
    color: #fff;
    text-align: center;
    background-color: rgba(255, 255, 255, .2);
  }

  .hero-headline {
    text-shadow: none;
    margin-top: 0;
    margin-bottom: 30px;
    padding-bottom: 0;
    font-size: 50px;
  }

  .hero-headline._2 {
    text-shadow: none;
    margin-bottom: 0;
  }

  .hero-headline._2.subpage {
    text-shadow: none;
  }

  .hero-headline._2.subpage.small {
    text-shadow: none;
    margin-top: 14px;
  }

  .hero-headline._2.subpage.small.left {
    text-shadow: none;
  }

  .social-dic-2 {
    float: left;
    margin-top: 20px;
    display: block;
  }

  .social-dic-2.contact {
    margin-top: 20px;
  }

  .text-area {
    min-height: 260px;
  }

  .column.media {
    margin-bottom: 0;
  }

  .column.fact {
    text-align: center;
    padding-bottom: 30px;
  }

  .column.ipad {
    text-align: center;
    margin-bottom: 0;
  }

  .slider {
    width: 25%;
  }

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

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

  .footer-small {
    justify-content: center;
    align-items: center;
    margin-top: 45px;
    padding-top: 15px;
    padding-bottom: 15px;
    display: flex;
  }

  .white-text-footer {
    margin-top: 20px;
  }

  .herotext-div.subtittle {
    margin-top: 150px;
  }

  .herotext-div.subtittle.subpage.second {
    margin-top: 85px;
  }

  .team {
    float: none;
    text-align: center;
  }

  .header-tittle {
    text-align: left;
  }

  .div-social {
    text-align: center;
  }

  .text-fotter {
    font-size: 13px;
  }

  .slider-testimonilas {
    height: 260px;
  }

  .testimonilas-div {
    margin-left: 50px;
    margin-right: 50px;
  }

  .row-paginator {
    padding-bottom: 10px;
  }

  .previouz {
    box-shadow: none;
  }

  .upper-headline {
    margin-bottom: 0;
  }

  .logo {
    display: inline-block;
  }

  .brand {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .headerline-section.small.media {
    margin-top: 30px;
  }

  .headerline-section.small.media.separate, .headerline-section.small.media.first {
    margin-top: 0;
  }

  .headline-div-block {
    margin-bottom: 50px;
  }

  .service-section {
    padding-bottom: 60px;
  }

  .features-text.second {
    margin-bottom: 40px;
  }

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

  .service-icon.new {
    margin-bottom: 70px;
  }

  .vidider {
    margin-bottom: 35px;
  }

  .skills.div {
    margin-top: 50px;
  }

  .skills.div.first {
    margin-bottom: 50px;
  }

  .media-text._3 {
    font-size: 13px;
  }

  .media-tittle._3 {
    font-size: 23px;
  }

  .image-ipad {
    text-align: center;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .media-section-fullwidth, .media-section-fullwidth.service, .column-media {
    height: auto;
  }

  .white {
    padding-bottom: 0;
  }

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

  .fact-section.uu {
    background-position: 0%;
  }

  .fact-right {
    height: 250px;
  }

  .row-service-2 {
    margin-top: 0;
  }

  .imac-column {
    display: block;
    position: relative;
  }

  .nav-menu {
    background-color: rgba(0, 0, 0, .9);
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .div-sign {
    width: 10%;
  }

  .div-sign.service {
    width: 25%;
  }

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

  .about-us-section {
    padding-bottom: 60px;
  }

  .responsive-div {
    padding-right: 40px;
  }

  .html-embed-2 {
    display: none;
  }

  .text-block-32 {
    margin-left: 14px;
  }

  .text-block-32.email {
    display: none;
  }

  .nav-top {
    padding-left: 8px;
    padding-right: 8px;
  }

  .nav-top.hgg {
    padding-left: 14px;
    padding-right: 15px;
  }

  .nav-top-social, .nav-top-info {
    padding-left: 8px;
    padding-right: 8px;
  }

  .features-right {
    max-width: 100%;
  }

  .container-20 {
    padding-bottom: 96px;
  }
}

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

  h2 {
    font-size: 24px;
  }

  h4 {
    text-align: center;
  }

  p {
    margin-bottom: auto;
  }

  .button {
    box-shadow: none;
  }

  .button.back {
    float: none;
    box-shadow: none;
    margin-bottom: 0;
    padding-top: 5px;
    padding-bottom: 5px;
    display: inline-block;
    position: static;
  }

  .button.next {
    float: right;
    box-shadow: none;
    text-align: center;
    margin-bottom: 0;
    padding-top: 5px;
    padding-bottom: 5px;
    display: block;
  }

  .button.second {
    box-shadow: none;
    margin-right: 0;
  }

  .button.white, .hero-section, .hero-section.subpage.second-type {
    box-shadow: none;
  }

  .navbar {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .section.about-ferrano.black {
    padding-top: 81px;
    padding-bottom: 100px;
  }

  .section {
    box-shadow: none;
    padding-top: 80px;
    padding-bottom: 0;
  }

  .numbers {
    margin-top: auto;
  }

  .white-tittle {
    margin-bottom: 0;
  }

  .menu-button {
    border: 1px solid #fff;
    margin-top: 31px;
    margin-right: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: rgba(0, 0, 0, 0);
  }

  .circle-icon-block {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .circle-icon-block:hover {
    box-shadow: none;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .circle-icon-block.social {
    width: 50px;
    height: 50px;
    float: left;
    margin-bottom: 17px;
    padding: 10px;
  }

  .circle-icon-block.social:hover {
    box-shadow: none;
  }

  .circle-icon-block.social.contact {
    float: none;
    margin-top: 15px;
    margin-bottom: 30px;
    padding: 10px 12px;
    display: inline-block;
  }

  .socil-icon {
    margin-top: 0;
    margin-bottom: 0;
  }

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

  .copyright {
    float: none;
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 25px;
    padding-bottom: 15px;
  }

  .nav-link {
    color: #828282;
    font-size: 15px;
    transition-property: all;
  }

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

  .nav-link.w--current {
    color: #828282;
    margin-top: 0;
    font-size: 15px;
  }

  .nav-link.w--current:hover {
    color: #fff;
    background-color: rgba(130, 130, 130, .2);
    transition: none;
  }

  .hero-headline {
    text-shadow: none;
    font-size: 36px;
    line-height: 48px;
  }

  .hero-headline._2 {
    text-shadow: none;
  }

  .hero-headline._2.subpage {
    text-shadow: none;
    font-size: 29px;
  }

  .hero-headline._2.subpage.small {
    text-shadow: none;
    display: block;
  }

  .hero-headline._2.subpage.small.left {
    text-shadow: none;
  }

  .about-text {
    font-size: 14px;
  }

  .contact-map-fprm {
    text-align: center;
  }

  .hero-container {
    padding-left: 25px;
    padding-right: 25px;
  }

  .social-dic-2 {
    float: none;
    text-align: center;
    margin-top: 0;
    display: inline-block;
  }

  .social-dic-2.contact {
    width: 100%;
    display: inline-block;
    overflow: visible;
  }

  .submit-button {
    float: none;
    text-align: center;
    margin-bottom: 30px;
    display: inline-block;
  }

  .text-field, .text-area {
    text-align: center;
  }

  .column {
    text-align: center;
    display: inline-block;
    position: relative;
  }

  .slider {
    width: 33.3%;
  }

  .textbar, .form-wrapper, .column-button, .tittle, .white-text-footer {
    text-align: center;
  }

  .white-text-footer.contact {
    text-align: center;
    margin-bottom: 0;
  }

  .newslater-text-field {
    text-align: center;
  }

  .header-tittle.details {
    margin-top: 30px;
  }

  .div-social {
    text-align: center;
  }

  .text-fotter {
    text-align: center;
    font-size: 14px;
  }

  .slider-testimonilas {
    height: 310px;
  }

  .row-paginator {
    padding-bottom: 20px;
  }

  .previouz {
    float: left;
    box-shadow: none;
    margin-bottom: 0;
    padding-top: 5px;
    padding-bottom: 5px;
    display: block;
  }

  .previouz.w--current {
    box-shadow: none;
  }

  .headerline-section.small.media {
    margin-top: 30px;
    margin-bottom: 0;
  }

  .headerline-section.small.media.first {
    margin-top: 0;
  }

  .headline-div-block {
    margin-bottom: 25px;
  }

  .service-icon {
    margin-bottom: 46px;
  }

  .vidider {
    margin-bottom: 50px;
  }

  .media-tittle {
    text-align: center;
  }

  .skills-tittle._2 {
    display: block;
  }

  .media-section-fullwidth {
    background-position: 100% 100%;
    background-repeat: no-repeat;
    background-size: cover;
  }

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

  .headline-big.texbar {
    font-size: 26px;
  }

  .fact-right {
    height: 300px;
  }

  .div-sign {
    width: 12%;
    margin-top: 10px;
  }

  .div-sign.service {
    width: 12%;
  }

  .service-text {
    padding-left: 103px;
    padding-right: 104px;
  }

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

  .contact-form {
    padding: 40px 20px;
  }

  .column-2 {
    padding-top: 46px;
  }

  .image-3 {
    margin-bottom: 0;
  }

  .container {
    padding-left: 17px;
    padding-right: 17px;
  }

  .column-3, .column-4, .html-embed {
    display: none;
  }

  .html-embed-2 {
    display: block;
  }

  .nav-top-social {
    margin-left: 1px;
    padding-left: 0;
    padding-right: 0;
  }

  .image-16 {
    margin-bottom: 39px;
  }

  .container-20 {
    padding-bottom: 74px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .cookie-modal_closebutton {
    margin-right: 1.25rem;
  }

  .cookie-modal_button-wrap {
    padding: 1.5rem;
  }

  .cookie-modal_content-wrap {
    padding-bottom: 1.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 35px;
    line-height: 48px;
  }

  h2 {
    margin-bottom: 10px;
    font-size: 24px;
  }

  .button {
    box-shadow: none;
    margin-right: 0;
  }

  .button.back {
    box-shadow: none;
    text-align: center;
  }

  .button.next, .button.next.w--current, .button.second.third {
    box-shadow: none;
  }

  .button.second.third:hover {
    box-shadow: none;
    color: #4a4a4a;
  }

  .button.sect {
    box-shadow: none;
    margin-bottom: 0;
  }

  .hero-section {
    box-shadow: none;
  }

  .hero-section.subpage.second-type {
    height: 180px;
    box-shadow: none;
  }

  .section {
    box-shadow: none;
    padding-top: 50px;
    padding-bottom: 0;
  }

  .white-tittle {
    margin-bottom: 0;
    font-size: 22px;
  }

  .menu-button {
    margin-top: 24px;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .circle-icon-block:hover {
    box-shadow: none;
  }

  .circle-icon-block.social.contact {
    float: none;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 5px;
    padding-top: 10px;
    padding-left: 12px;
    padding-right: 12px;
    display: inline-block;
  }

  .footer-big {
    padding-bottom: 20px;
  }

  .nav-link {
    letter-spacing: 1px;
    font-size: 15px;
  }

  .nav-link:hover {
    letter-spacing: 1px;
  }

  .hero-headline {
    text-shadow: none;
    font-size: 30px;
    line-height: 39px;
  }

  .hero-headline._2 {
    text-shadow: none;
    font-size: 37px;
  }

  .hero-headline._2.subpage {
    text-shadow: none;
    font-size: 25px;
  }

  .hero-headline._2.subpage.small {
    text-align: center;
    text-shadow: none;
    font-size: 16px;
    line-height: 40px;
    display: block;
  }

  .hero-headline._2.subpage.small.left {
    float: none;
    text-shadow: none;
    margin-top: 0;
    font-size: 12px;
    line-height: 20px;
    display: block;
  }

  .hero-container {
    padding-top: 48px;
    display: block;
  }

  .social-dic-2 {
    float: none;
    text-align: center;
    display: inline-block;
  }

  .social-dic-2.contact {
    width: 100%;
    text-align: center;
    display: inline-block;
  }

  .submit-button {
    width: 100%;
  }

  .text-area {
    text-align: center;
  }

  .column {
    text-align: center;
    display: inline-block;
  }

  .column.media.sec {
    height: 580px;
  }

  .slider {
    width: 50%;
  }

  .white-text-footer, .white-text-footer.contact {
    text-align: center;
  }

  .herotext-div.subtittle {
    margin-top: 115px;
  }

  .herotext-div.subtittle.subpage {
    margin-top: 180px;
  }

  .text-fotter {
    text-align: center;
  }

  .slider-testimonilas {
    height: 375px;
  }

  .testimonilas-div {
    margin-left: 0;
    margin-right: 0;
  }

  .previouz, .previouz.w--current {
    box-shadow: none;
  }

  .upper-headline {
    margin-top: -76px;
  }

  .logo {
    margin-left: -12px;
    padding-left: 6px;
  }

  .service-icon, .service-icon.new {
    margin-bottom: 100px;
  }

  .vidider {
    margin-bottom: 50px;
  }

  .media-tittle {
    margin-bottom: 20px;
  }

  .skills-tittle._2 {
    float: none;
    display: block;
  }

  .media-section-fullwidth {
    background-position: 50%;
  }

  .column-media {
    height: auto;
  }

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

  .over-filter-button {
    margin-bottom: 5px;
    margin-right: 0;
  }

  .headline-big.texbar {
    margin-bottom: 0;
    font-size: 26px;
    line-height: 32px;
  }

  .fact-section {
    background-image: url('../images/christmas-photography-backdrop.jpg');
    background-position: 50%;
    background-size: cover;
    background-attachment: fixed;
  }

  .fact-section.uu {
    background-image: url('../images/snow-clearing-tractor-clears-way-after-heavy-snowfall.jpg');
    background-position: 0%;
    background-size: cover;
    background-attachment: fixed;
  }

  .fact-right {
    height: 400px;
  }

  .div-sign {
    width: 20%;
    margin-top: 0;
  }

  .div-sign.headline {
    display: none;
  }

  .div-sign.service {
    width: 20%;
  }

  .service-text {
    padding-left: 55px;
    padding-right: 55px;
  }

  .contact-form {
    padding-left: 0;
    padding-right: 0;
  }

  .image-5.eds {
    margin-right: 0;
  }

  .html-embed {
    display: block;
  }

  .column-5 {
    flex-direction: column;
    align-items: center;
  }

  .heading {
    font-size: 28px;
  }

  .heading.rrd {
    font-size: 14px;
  }

  .text-block-32, .text-block-32.email {
    display: block;
  }

  .nav-top.hgg {
    z-index: 3000;
    flex-direction: row;
    justify-content: center;
    display: block;
  }

  .nav-top-social {
    justify-content: center;
  }

  .image-15 {
    margin-top: 1px;
  }

  .wrapper-2.nav-top-wrapper {
    justify-content: center;
    display: block;
  }

  .heading-3 {
    font-size: 22px;
    line-height: 27px;
  }

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

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

  .features-right {
    margin-bottom: -30px;
  }

  .container-20 {
    padding-bottom: 70px;
  }

  .features-block-two {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
  }

  .features-image {
    margin-bottom: 10px;
  }

  .cookie-modal_component {
    max-width: 100%;
  }

  .cookie-modal_closebutton {
    margin-top: 1rem;
    margin-right: 1rem;
  }

  .cookie-modal_button-wrap.is-small {
    justify-content: space-between;
    padding: 1.25rem;
  }

  .cookie-popup_component {
    max-width: 100%;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .cookie-modal_button {
    flex: auto;
    padding-left: 1.25em;
    padding-right: 1.25em;
  }

  .cookie-modal_content-wrap.is-small {
    padding-bottom: 1.25rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}


