body {
  height: auto;
  background-color: transparent;
}

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

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

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

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

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

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

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

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

.button:hover {
  background-color: #ff4700;
  box-shadow: none;
  -webkit-transition-property: none;
  transition-property: none;
  color: #fff;
}

.button.back {
  margin-right: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  border: 1px solid #969799;
  border-radius: 0px;
  background-color: transparent;
  box-shadow: none;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  color: #969799;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.hero-section {
  position: relative;
  width: 100%;
  height: 100vh;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 100px;
  padding-bottom: 100px;
  border-bottom: 1px none #dedede;
  border-top-style: none;
  background-color: transparent;
  background-image: url('../images/heroWhiteKeyboard.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  box-shadow: none;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 100;
  text-align: center;
}

.hero-section.subpage {
  position: relative;
  left: 0px;
  right: 0px;
  height: 600px;
  margin-top: 50px;
  margin-bottom: 0px;
  padding-bottom: 0px;
  background-image: url('../images/servicesB.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
  box-shadow: none;
}

.hero-section.subpage.contact {
  height: 600px;
  margin-top: 70px;
  background-image: url('../images/contactWMO.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
  box-shadow: none;
}

.hero-section.subpage.second-type {
  position: relative;
  height: 600px;
  margin-top: -25px;
  margin-bottom: 100px;
  background-color: #f8f8f8;
  background-image: none;
  box-shadow: none;
}

.hero-section.subpage.about {
  height: 600px;
  margin-top: 70px;
  background-image: url('../images/aboutWMO.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
  box-shadow: none;
}

.navbar {
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 999;
  display: block;
  width: 100%;
  padding-top: 12px;
  padding-bottom: 12px;
  border-top: 0px solid #1d4381;
  background-color: #fff;
  box-shadow: 0 0 6px -2px #828282;
  font-family: 'Changa One', Impact, sans-serif;
  color: #1d4381;
  text-align: center;
}

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

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

.section.about-ferrano.black {
  z-index: 0;
  padding-bottom: 60px;
  border-top-style: none;
  background-color: transparent;
  background-image: -webkit-linear-gradient(270deg, #1d4381, #1db24b);
  background-image: linear-gradient(180deg, #1d4381, #1db24b);
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: repeat;
  box-shadow: none;
}

.section.about-ferrano.black.services {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: transparent;
  background-image: -webkit-linear-gradient(270deg, #1d4381, #1db24b);
  background-image: linear-gradient(180deg, #1d4381, #1db24b);
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: repeat;
  color: transparent;
}

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

.section {
  padding-top: 80px;
  padding-bottom: 0px;
  box-shadow: none;
  opacity: 1;
  -webkit-transition: background-color 500ms ease;
  transition: background-color 500ms ease;
}

.numbers {
  margin-bottom: 0px;
  padding-bottom: 20px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 40px;
  line-height: 30px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 1px;
  text-transform: lowercase;
}

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

.white-tittle.fact {
  margin-bottom: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  font-family: Raleway, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 30px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 1px;
}

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

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

.overall-column.service-box._2 {
  padding-top: 0px;
  padding-bottom: 0px;
  border-style: solid;
  border-width: 0px;
  background-color: transparent;
}

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

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

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

.circle-icon-block.social:hover {
  border-top-color: transparent;
  border-bottom-color: transparent;
  background-color: #db4b4b;
  box-shadow: none;
  -webkit-transition: none 0ms ease;
  transition: none 0ms ease;
}

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

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

.socil-icon {
  display: block;
  width: 20px;
  margin-bottom: 0px;
  float: right;
  opacity: 1;
  -webkit-transition: opacity 700ms ease;
  transition: opacity 700ms ease;
}

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

.footer-big {
  margin-top: 0px;
  padding-top: 100px;
  padding-bottom: 0px;
  background-color: #292828;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.copyright {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  float: none;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #adafb3;
  font-size: 11px;
  font-weight: 100;
  text-align: center;
  letter-spacing: 2px;
  text-transform: none;
}

.nav-link {
  padding: 5px 20px;
  opacity: 1;
  -webkit-transition: color 500ms ease;
  transition: color 500ms ease;
  font-family: Oswald, sans-serif;
  color: #1d4381;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: none;
}

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

.nav-link:focus {
  color: #1db24b;
}

.nav-link.w--current {
  display: inline-block;
  padding-top: 5px;
  padding-bottom: 5px;
  border-radius: 0px;
  opacity: 1;
  font-family: Oswald, sans-serif;
  color: #1d4381;
  font-size: 15px;
  font-weight: 500;
  text-align: left;
  letter-spacing: 1px;
  text-transform: none;
}

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

.nav-link.w--current:active {
  color: #1db24b;
}

.nav-link.w--current:focus {
  color: #1db24b;
}

.h3-lower-headline {
  position: static;
  display: block;
  overflow: visible;
  padding-top: 20px;
  padding-bottom: 0px;
  float: none;
  border-top-style: none;
  border-bottom-style: none;
  border-bottom-width: 3px;
  font-family: Montserrat, sans-serif;
  color: #ff4700;
  font-size: 22px;
  line-height: 30px;
  font-weight: 700;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: none;
}

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

.h3-lower-headline._2.subpage {
  display: block;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: transparent;
  color: #1d4381;
  font-size: 50px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-shadow: none;
}

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

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

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

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

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

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

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

.icon-service._2 {
  width: 90px;
  height: 90px;
  padding: 24px;
  border: 1px solid #4a4a4a;
  border-radius: 50px;
  background-color: transparent;
  background-image: url('../images/responsive-black.png');
  background-position: 50% 50%;
  background-size: 35px;
  background-repeat: no-repeat;
}

.icon-service._2:hover {
  border-color: #db4b4b;
  background-color: #ff4700;
  background-image: url('../images/responsive.png');
}

.icon-service._2._1 {
  background-image: url('../images/settings-black.png');
}

.icon-service._2._1:hover {
  background-color: #ff4700;
  background-image: url('../images/responsive_1.png');
}

.icon-service._2._3 {
  background-image: url('../images/layout.png');
}

.icon-service._2._3:hover {
  background-color: #ff4700;
  background-image: url('../images/layout-white.png');
}

.menu-row {
  text-align: left;
}

.contact-map-fprm {
  position: relative;
  -webkit-transition: background-color 500ms ease;
  transition: background-color 500ms ease;
}

.hero-container {
  position: static;
  top: auto;
  display: block;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 50px;
  padding-bottom: 0px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  text-align: center;
}

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

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

.submit-button {
  width: 150px;
  padding-top: 15px;
  padding-bottom: 15px;
  float: left;
  border-radius: 0px;
  background-color: #1db24b;
  opacity: 1;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  font-family: Raleway, sans-serif;
  font-size: 14px;
  text-align: center;
  letter-spacing: 1px;
  text-transform: none;
}

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

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

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

.text-area {
  min-height: 150px;
  margin-bottom: 20px;
  border: 2px solid #f2f2f2;
  background-color: hsla(0, 0%, 96%, .49);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  font-family: Raleway, sans-serif;
  color: #4a4a4a;
  font-size: 14px;
  font-weight: 400;
  text-align: left;
  text-transform: none;
}

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

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

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

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

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

.column.media.sec {
  background-color: transparent;
  background-image: none;
}

.column.fact {
  padding-top: 20px;
  border-style: dotted;
  border-width: 2px;
  border-color: rgba(6, 40, 102, .6);
  background-image: -webkit-linear-gradient(270deg, hsla(0, 0%, 100%, .27), hsla(0, 0%, 100%, .27));
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, .27), hsla(0, 0%, 100%, .27));
  text-align: center;
}

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

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

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

.slider-clients {
  height: 100px;
  background-color: transparent;
}

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

.arrow {
  display: none;
}

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

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

.textbar._3 {
  border-bottom: 0px none transparent;
  border-top-style: none;
  border-top-width: 0px;
  background-color: #ff4700;
}

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

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

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

.tittle.portfolio-2 {
  display: inline-block;
  width: 100%;
  margin-top: -20px;
  padding-right: 10px;
  padding-left: 10px;
  color: #fc0;
  font-size: 15px;
  line-height: 20px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.tittle.service {
  display: block;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 15px;
  text-align: left;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: none;
}

.tittle.service.prices {
  color: #fff;
  font-size: 20px;
  line-height: 15px;
}

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

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

.category._2 {
  display: inline-block;
  margin-top: 0px;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

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

.text.text-bar-white {
  display: block;
  padding-top: 20px;
  padding-right: 10px;
  padding-left: 10px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 25px;
  font-style: normal;
  font-weight: 400;
  text-align: center;
  letter-spacing: 1px;
}

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

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

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

.footer-small {
  margin-top: 60px;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #212121;
}

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

.white-text-footer.contact {
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  color: #4a4a4a;
  font-size: 20px;
  font-weight: 700;
}

.white-text-footer.contact.contactonly {
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.newslater-text-field {
  padding-bottom: 8px;
  border-color: #4a4a4a;
  border-top-style: solid;
  border-top-width: 1px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  background-color: transparent;
  opacity: 1;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  font-family: Raleway, sans-serif;
  color: #969799;
  font-size: 13px;
  font-weight: 400;
  text-align: left;
}

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

.herotext-div {
  margin: 100px;
  padding: 50px 20px;
  background-image: -webkit-linear-gradient(270deg, hsla(0, 0%, 100%, .5), hsla(0, 0%, 100%, .5));
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, .5), hsla(0, 0%, 100%, .5));
}

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

.herotext-div.subtittle.subpage {
  display: block;
  margin: 100px 250px;
  padding: 20px 10px;
  float: none;
  background-image: -webkit-linear-gradient(270deg, hsla(0, 0%, 100%, .7), hsla(0, 0%, 100%, .7));
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, .7), hsla(0, 0%, 100%, .7));
  text-align: center;
}

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

.herotext-div.subtittle.subpage.services {
  margin-top: 100px;
  margin-right: 250px;
  margin-left: 250px;
  padding-top: 20px;
  padding-bottom: 20px;
  border-radius: 0px;
  background-image: -webkit-linear-gradient(270deg, hsla(0, 0%, 100%, .7), hsla(0, 0%, 100%, .7));
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, .7), hsla(0, 0%, 100%, .7));
  text-shadow: none;
}

.herotext-div.portfolio {
  margin-right: 250px;
  margin-left: 250px;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: hsla(0, 0%, 100%, .5);
  background-image: -webkit-linear-gradient(270deg, hsla(0, 0%, 100%, .6), hsla(0, 0%, 100%, .6));
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, .6), hsla(0, 0%, 100%, .6));
}

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

.herotext-div.portfolio._3.first {
  margin-top: 150px;
}

.herotext-div.portfoliowide {
  margin: 300px 250px 100px;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: transparent;
  background-image: -webkit-linear-gradient(270deg, hsla(0, 0%, 100%, .7), hsla(0, 0%, 100%, .7));
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, .7), hsla(0, 0%, 100%, .7));
}

.herotext-div.portfoliophone {
  margin-top: 300px;
}

.herotext-div.portfoliosubtitle {
  margin-right: 250px;
  margin-left: 250px;
  padding-top: 20px;
  padding-bottom: 20px;
  background-image: -webkit-linear-gradient(270deg, hsla(0, 0%, 100%, .7), hsla(0, 0%, 100%, .7));
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, .7), hsla(0, 0%, 100%, .7));
}

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

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

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

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

.header-tittle.singel-portfolio {
  margin-top: 30px;
  margin-bottom: 0px;
  color: #000;
  line-height: 30px;
  text-align: center;
  letter-spacing: 1px;
  text-transform: none;
}

.team-wrapper {
  position: relative;
}

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

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

.text-fotter {
  margin-bottom: 0px;
  padding-bottom: 10px;
  color: #4a4a4a;
  font-size: 18px;
  line-height: 30px;
  text-align: left;
}

.text-fotter.contact {
  margin-bottom: 20px;
  color: #969799;
  font-size: 15px;
  line-height: 20px;
}

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

.team-tittle:hover {
  border-top: 5px solid #db4b4b;
  border-bottom: 0px none transparent;
  background-color: #fff;
}

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

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

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

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

.big-portfolio-post.multi {
  margin-top: 70px;
  margin-bottom: 50px;
  box-shadow: none;
}

.big-portfolio-post.multi.banners {
  padding-top: 50px;
  background-color: #e3e3e3;
}

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

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

.row-paginator {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: transparent;
}

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

.previouz {
  margin-top: 0px;
  padding: 0px 20px;
  float: left;
  border: 1px solid #969799;
  border-radius: 0px;
  background-color: transparent;
  box-shadow: none;
  color: #969799;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: none;
}

.previouz:hover {
  background-color: #ff4700;
  color: #f2f2f2;
}

.about-post-div {
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: transparent;
}

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

.error.big {
  border: 1px solid #db4b4b;
  background-color: transparent;
}

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

.portfolio.second {
  padding-top: 50px;
  padding-bottom: 50px;
  border-bottom: 1px solid #cfcfcf;
  background-color: #f8f8f8;
  background-image: none;
}

.h1-hero-headline {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  font-family: Montserrat, sans-serif;
  color: #1d4381;
  font-size: 70px;
  line-height: 54px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.gray-section {
  margin-top: 0px;
  background-color: transparent;
}

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

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

.logo {
  display: inline-block;
}

.brand {
  display: block;
}

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

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

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

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

.headerline-section.small.whi {
  padding-top: 20px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 25px;
}

.headline-div-block {
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: none;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 20px;
  text-align: center;
}

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

.headline-div-block.like {
  margin-right: 50px;
  margin-left: 50px;
  padding-bottom: 0px;
  background-image: -webkit-linear-gradient(270deg, rgba(38, 92, 134, .6), rgba(38, 92, 134, .6));
  background-image: linear-gradient(180deg, rgba(38, 92, 134, .6), rgba(38, 92, 134, .6));
}

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

.service-section {
  padding-top: 50px;
  padding-bottom: 50px;
  border-top: 1px none #f0eded;
  border-bottom: 0px none #f0eded;
}

.service-section.second {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: transparent;
}

.service-section.pricingpackages {
  padding-top: 20px;
}

.features-text {
  height: auto;
  margin-top: 20px;
  font-family: Raleway, sans-serif;
  color: #4a4a4a;
  font-size: 13px;
  text-align: left;
  letter-spacing: 0px;
}

.features-text.second {
  margin-top: 10px;
  padding-bottom: 10px;
  color: #4a4a4a;
}

.features-text.pricestext {
  color: #fff;
  font-size: 15px;
  line-height: 25px;
  letter-spacing: 1px;
}

.service-icon {
  display: inline-block;
  width: 60px;
  height: 60px;
  margin-right: 20px;
  margin-bottom: 50px;
  padding: 15px;
  float: left;
  border-radius: 50px;
  background-color: #ff4700;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

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

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

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

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

.ads-section.text-area {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-top: 50px;
  padding-bottom: 20px;
  border-style: none;
  background-color: #fff;
  font-size: 15px;
  line-height: 20px;
  text-align: left;
  letter-spacing: 1px;
}

.team-section {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #f7f7f7;
}

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

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

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

.skills.div {
  margin-top: 85px;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: transparent;
}

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

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

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

.media-text {
  margin-top: 20px;
  color: #4a4a4a;
  font-size: 15px;
  line-height: 25px;
  font-weight: 500;
  text-align: left;
  letter-spacing: 1px;
}

.media-text._3 {
  font-family: Raleway, sans-serif;
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 1px;
}

.media-tittle {
  font-family: Montserrat, sans-serif;
  color: #4a4a4a;
  font-size: 20px;
  text-align: left;
  text-transform: none;
}

.media-tittle._3 {
  margin-bottom: 10px;
  color: #fff;
  line-height: 30px;
  font-weight: 400;
  text-transform: none;
}

.media-tittle.showcaseportfolio {
  padding-top: 0px;
  padding-bottom: 20px;
  text-align: center;
}

.media-tittle.team {
  text-align: left;
}

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

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

.media-one {
  padding-top: 50px;
  background-color: #ff4700;
  text-align: center;
}

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

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

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

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

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

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

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

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

.media-section-fullwidth {
  height: auto;
  background-image: url('../images/everything.jpg'), url('../images/1111.jpg');
  background-position: -47px 50%, 50% 50%;
  background-size: cover, cover;
  background-repeat: no-repeat, repeat;
  background-attachment: fixed, scroll;
}

.media-section-fullwidth.service {
  height: 500px;
  padding-right: 0px;
  background-image: url('../images/creative.jpg');
  background-position: 0px 50%;
  background-size: cover;
}

.column-media {
  display: block;
  height: 500px;
  padding: 40px 35px;
  background-color: #1d4381;
}

.column-media.sec {
  height: 379px;
  background-color: transparent;
}

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

.service-tittle4 {
  margin-bottom: 15px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: none;
}

.mapp-section-one {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: transparent;
  text-align: center;
}

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

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

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

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

.tags {
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 5px;
  padding-right: 5px;
  padding-left: 5px;
  border: 1px solid hsla(220, 4%, 69%, .27);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  color: #969799;
  text-align: left;
}

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

.filter-menu {
  margin-bottom: 50px;
  padding-bottom: 20px;
  text-align: center;
}

.over-filter-button {
  margin-right: 5px;
  border: 1px solid #1db24b;
  border-radius: 1px;
  background-color: transparent;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

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

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

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

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

.over-filter-button.firts.w--current {
  border-style: solid;
  border-color: #1db24b;
  background-color: #1db24b;
}

.over-filter-button.firts.w--current:hover {
  background-color: #1db24b;
}

.over-filter-button.firts.w--current:active {
  background-color: #1db24b;
}

.button-text {
  font-family: Montserrat, sans-serif;
  color: #1d4381;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: none;
}

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

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

.white {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: transparent;
  color: #fff;
}

.white.new {
  color: #fff;
}

.media-section {
  padding-top: 150px;
  padding-bottom: 150px;
  background-image: url('../images/likeGreen.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: fixed;
}

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

.headline-big.texbar {
  padding-bottom: 10px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 40px;
  font-weight: 700;
  letter-spacing: 2px;
  text-shadow: none;
}

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

.fact-section {
  padding-top: 150px;
  padding-bottom: 150px;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 109, 182, .5), rgba(0, 109, 182, .5)), url('../images/clients.jpg');
  background-image: linear-gradient(180deg, rgba(0, 109, 182, .5), rgba(0, 109, 182, .5)), url('../images/clients.jpg');
  background-position: 0px 0px, 50% 0px;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, scroll;
  box-shadow: 1px 1px 3px 0 #000;
}

.fact-right {
  height: 308px;
  background-color: hsla(0, 0%, 51%, .4);
}

.testimonials {
  padding-top: 50px;
}

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

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

.white-headline {
  padding-bottom: 20px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 25px;
  font-weight: 400;
}

.portfolio-link {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.portfolio-link:hover {
  position: absolute;
  z-index: 1;
  background-color: rgba(2, 162, 51, .9);
  opacity: 1;
}

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

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

.nav-menu {
  position: relative;
  top: 10px;
  padding-top: 0px;
}

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

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

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

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

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

.divider.separator {
  width: 100%;
  margin-top: 50px;
  margin-bottom: 0px;
  background-color: hsla(220, 1%, 59%, .6);
}

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

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

.imac {
  margin-right: 0px;
}

.about-us {
  margin-top: 0px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.error-message {
  border: 1px solid #db4b4b;
  background-color: transparent;
}

.success-text {
  color: #fff;
}

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

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

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

.button-full {
  display: inline-block;
  width: 150px;
  margin-top: 40px;
  margin-right: 20px;
  margin-left: 0px;
  padding: 15px 25px;
  background-color: #1db24b;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #fff;
  font-size: 14px;
  text-align: center;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

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

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

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

.button-full.center {
  width: 200px;
}

.responsive-div {
  display: block;
  width: auto;
  padding-left: 40px;
  float: none;
}

.frontretina {
  padding-bottom: 20px;
}

.welcometext {
  padding-top: 0px;
  font-family: Montserrat, sans-serif;
  color: #727272;
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  text-align: left;
  letter-spacing: 1px;
}

.emaillink {
  padding: 5px;
  color: #1d4381;
  font-size: 18px;
  line-height: 15px;
  font-weight: 600;
  letter-spacing: 0px;
  text-decoration: none;
}

.emaillink:hover {
  color: #1db24b;
}

.wmolink {
  color: #1d4381;
  font-size: 18px;
  line-height: 15px;
  font-weight: 600;
  letter-spacing: 0px;
  text-decoration: none;
}

.wmolink:hover {
  color: #1db24b;
}

.price {
  font-family: Montserrat, sans-serif;
  color: #4a4a4a;
  font-size: 18px;
  line-height: 25px;
  font-weight: 400;
  text-align: left;
  letter-spacing: 1px;
}

.price.h2 {
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 30px;
  color: #000;
  font-size: 20px;
}

.price.business {
  padding-bottom: 20px;
  color: #fc0;
  font-size: 25px;
  text-align: center;
}

.pservices {
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 0px;
  font-family: Raleway, sans-serif;
  color: #4a4a4a;
  font-size: 15px;
  line-height: 25px;
  text-align: left;
  letter-spacing: 1px;
}

.singlepage {
  height: 450px;
  margin-right: 0px;
  margin-left: 0px;
  padding: 20px 10px 50px 15px;
  background-image: -webkit-linear-gradient(270deg, rgba(29, 67, 129, .9), rgba(29, 67, 129, .9));
  background-image: linear-gradient(180deg, rgba(29, 67, 129, .9), rgba(29, 67, 129, .9));
}

.mediumsize {
  height: 450px;
  margin-right: 0px;
  margin-left: 0px;
  padding: 20px 10px 50px 15px;
  background-image: -webkit-linear-gradient(270deg, rgba(29, 178, 75, .9), rgba(29, 178, 75, .9));
  background-image: linear-gradient(180deg, rgba(29, 178, 75, .9), rgba(29, 178, 75, .9));
}

.graphicdesign {
  height: 450px;
  margin-right: 0px;
  margin-left: 0px;
  padding: 20px 10px 50px 15px;
  background-image: -webkit-linear-gradient(270deg, rgba(255, 71, 0, .9), rgba(255, 71, 0, .9));
  background-image: linear-gradient(180deg, rgba(255, 71, 0, .9), rgba(255, 71, 0, .9));
}

.columnsinglepage {
  padding: 2px;
}

.columnmediumsize {
  padding: 2px;
}

.columngraphicdesign {
  padding: 2px;
}

.notes {
  margin-top: 40px;
  margin-bottom: 20px;
  padding-right: 10px;
  padding-left: 10px;
  color: #4a4a4a;
  font-size: 15px;
  font-style: italic;
  font-weight: 400;
  text-align: center;
}

.packages {
  padding-right: 8px;
  padding-left: 8px;
  color: #0098ff;
}

.services-welcome-bot {
  color: #fff;
  font-size: 15px;
  text-align: center;
}

.services-middle-text {
  position: static;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: inline-block;
  width: auto;
  min-width: auto;
  padding: 10px 300px;
  float: none;
  clear: none;
  direction: ltr;
  color: #fff;
  font-size: 15px;
  text-align: left;
  list-style-type: disc;
}

.services-list {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  display: block;
  overflow: visible;
  width: auto;
  float: none;
  direction: ltr;
  text-align: left;
  list-style-type: disc;
}

.services-1.business {
  padding-bottom: 20px;
  color: #fc0;
  font-size: 25px;
  text-align: center;
}

.services-2.services-middle-text {
  display: block;
  width: auto;
  min-width: auto;
  padding-right: 350px;
  padding-left: 350px;
  text-align: left;
}

.services-3.services-welcome-bot {
  padding-top: 20px;
}

.single {
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  letter-spacing: 1px;
}

.medium {
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  letter-spacing: 1px;
}

.graphic {
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  letter-spacing: 1px;
}

.hook {
  padding-bottom: 0px;
  background-color: transparent;
  font-family: Raleway, sans-serif;
  color: #fff;
  font-size: 22px;
  line-height: 30px;
  font-style: normal;
  font-weight: 400;
  text-align: left;
  letter-spacing: 2px;
}

.wedobusiness {
  margin: 10px;
  padding-bottom: 0px;
  font-family: Montserrat, sans-serif;
  color: #4a4a4a;
  font-size: 20px;
  font-weight: 700;
}

.wemake {
  margin-right: 10px;
  margin-bottom: 10px;
  margin-left: 10px;
  padding-bottom: 0px;
  font-family: Montserrat, sans-serif;
  color: #4a4a4a;
  font-size: 18px;
  line-height: 25px;
  font-weight: 700;
}

.serviceslist {
  margin-top: 10px;
  margin-right: 10px;
  margin-left: 10px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 30px;
  font-family: Montserrat, sans-serif;
  color: #ff4700;
  font-size: 18px;
  line-height: 25px;
  font-weight: 700;
  list-style-type: disc;
}

.letsstart {
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 16px;
}

.letsstart.price {
  color: #4a4a4a;
  font-size: 18px;
  text-transform: none;
}

.process {
  padding-top: 50px;
  padding-bottom: 50px;
}

.fun {
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 25px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 1px;
  text-transform: none;
}

.whattheysay {
  font-family: Montserrat, sans-serif;
  color: #4a4a4a;
  font-size: 20px;
}

.wow-text {
  margin-top: 180px;
}

.we-listen {
  margin-right: 10px;
  margin-left: 10px;
  padding: 20px 10px;
  background-image: -webkit-linear-gradient(270deg, rgba(29, 178, 75, .7), rgba(29, 178, 75, .7));
  background-image: linear-gradient(180deg, rgba(29, 178, 75, .7), rgba(29, 178, 75, .7));
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
}

.service-welcome {
  margin-bottom: 20px;
  padding: 10px;
  background-color: #e7e7e7;
}

.portfolio-slider {
  height: 600px;
  margin-bottom: 0px;
  padding-bottom: 0px;
}

.slide1 {
  display: inline-block;
  height: 500px;
  margin-bottom: 0px;
  background-color: #0098ff;
}

.slide-2 {
  height: auto;
  background-image: -webkit-linear-gradient(187deg, #1db24b, #1d4381 70%);
  background-image: linear-gradient(263deg, #1db24b, #1d4381 70%);
  background-position: 0px 0px;
  background-size: auto;
}

.slide-1 {
  background-image: url('../images/portfolio.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.slide-1.image2 {
  background-image: url('../images/portfolio2.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.slide-1.image3 {
  background-image: url('../images/Slide1Branding.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.slide {
  padding-top: 150px;
}

.slide.text {
  margin-right: 0px;
  padding: 30px;
  background-color: transparent;
  background-image: none;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 50px;
  text-align: left;
  text-transform: none;
  text-shadow: 4px 4px 5px #000;
}

.aroow-ikon {
  position: relative;
  display: inline-block;
  padding: 0px;
  border: 0px none transparent;
  border-radius: 0px;
  background-color: transparent;
  font-size: 20px;
  text-align: center;
}

.imageshadow {
  margin-bottom: 20px;
  padding-bottom: 0px;
  box-shadow: 0 5px 5px 5px rgba(0, 0, 0, .3);
}

.imageshadow.bcard {
  padding-bottom: 0px;
}

.imageshadow.check {
  margin-bottom: 40px;
  padding-bottom: 10px;
}

.imageshadow.banners {
  box-shadow: none;
}

.client-list {
  margin-top: 40px;
  margin-bottom: 40px;
  font-family: Raleway, sans-serif;
  font-size: 16px;
  line-height: 30px;
  font-weight: 500;
  letter-spacing: 1px;
}

.containerbackupforms {
  margin-top: 50px;
}

.portfolio-lower-headline {
  font-family: Montserrat, sans-serif;
  color: #1d4381;
  font-size: 50px;
  line-height: 30px;
  font-weight: 600;
  letter-spacing: 2px;
}

.contactfooter {
  color: #1db24b;
  text-decoration: none;
}

.contactfooter:hover {
  color: #ff7a00;
}

.teamrow {
  margin-top: 20px;
}

.nav-drop {
  padding-right: 20px;
  padding-left: 10px;
}

.dropdownlist.w--open {
  background-color: #fff;
}

.dropdownlink {
  padding-left: 30px;
  background-color: #fff;
  font-family: Oswald, sans-serif;
  color: #1d4381;
  font-size: 15px;
  letter-spacing: 1px;
}

.dropdownlink:hover {
  color: #1db24b;
}

.emailmeservices {
  color: #fff;
  font-weight: 600;
}

.emailmeservices:hover {
  color: #000;
  font-weight: 600;
}

.clientslist {
  padding-top: 50px;
  padding-right: 20px;
  padding-left: 20px;
  font-family: Raleway, sans-serif;
  color: #000;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 2px;
}

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

.linkwalterportfolio:hover {
  color: #ffeb00;
}

.arrowfront {
  height: auto;
  padding-top: 0px;
}

.arrow-container {
  display: block;
  max-height: auto;
  min-height: auto;
}

.arrowfr {
  padding: 5px;
  background-image: -webkit-linear-gradient(270deg, transparent, transparent);
  background-image: linear-gradient(180deg, transparent, transparent);
}

.arrowfr:hover {
  padding: 5px;
  background-image: -webkit-linear-gradient(270deg, rgba(29, 178, 75, .5), rgba(29, 178, 75, .5));
  background-image: linear-gradient(180deg, rgba(29, 178, 75, .5), rgba(29, 178, 75, .5));
  font-size: 12px;
  font-weight: 700;
}

.block {
  display: block;
  width: 1200px;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 100px;
  padding-left: 100px;
}

.top-section {
  margin-top: 150px;
}

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

.white-text-footer-mobile.contact {
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  color: #4a4a4a;
  font-size: 20px;
  font-weight: 700;
}

.white-text-footer-mobile.contact.contactonly {
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.optonlist {
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 20px;
  float: none;
  color: #4a4a4a;
  font-size: 15px;
  text-align: left;
  letter-spacing: 1px;
}

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

.column-4 {
  padding-right: 20px;
  padding-left: 20px;
}

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

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

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

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

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

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

html.w-mod-js *[data-ix="hero-slider"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="hero-slider-2"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="show-icon"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="move-flypaper"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="know-us"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="singel-post-2"] {
  opacity: 0;
  -webkit-transform: translate(0px, 45px);
  -ms-transform: translate(0px, 45px);
  transform: translate(0px, 45px);
}

html.w-mod-js *[data-ix="singel-post-3"] {
  opacity: 0;
  -webkit-transform: translate(0px, 45px);
  -ms-transform: translate(0px, 45px);
  transform: translate(0px, 45px);
}

html.w-mod-js *[data-ix="show-hover-post-2"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="load-skils"] {
  width: 0%;
}

html.w-mod-js *[data-ix="load-skils-2"] {
  width: 0%;
}

html.w-mod-js *[data-ix="load-skils-3"] {
  width: 0%;
}

html.w-mod-js *[data-ix="load-skils-4"] {
  width: 0%;
}

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

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

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

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

html.w-mod-js *[data-ix="features"] {
  display: block;
  opacity: 0;
  -webkit-transform: scale(0.01, 0.01);
  -ms-transform: scale(0.01, 0.01);
  transform: scale(0.01, 0.01);
}

html.w-mod-js *[data-ix="features-2"] {
  display: block;
  opacity: 0;
  -webkit-transform: scale(0.01, 0.01);
  -ms-transform: scale(0.01, 0.01);
  transform: scale(0.01, 0.01);
}

html.w-mod-js *[data-ix="features-3"] {
  display: block;
  opacity: 0;
  -webkit-transform: scale(0.01, 0.01);
  -ms-transform: scale(0.01, 0.01);
  transform: scale(0.01, 0.01);
}

html.w-mod-js *[data-ix="features-4"] {
  display: block;
  opacity: 0;
  -webkit-transform: scale(0.01, 0.01);
  -ms-transform: scale(0.01, 0.01);
  transform: scale(0.01, 0.01);
}

html.w-mod-js *[data-ix="features-5"] {
  display: block;
  opacity: 0;
  -webkit-transform: scale(0.01, 0.01);
  -ms-transform: scale(0.01, 0.01);
  transform: scale(0.01, 0.01);
}

html.w-mod-js *[data-ix="features-6"] {
  display: block;
  opacity: 0;
  -webkit-transform: scale(0.01, 0.01);
  -ms-transform: scale(0.01, 0.01);
  transform: scale(0.01, 0.01);
}

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

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

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

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

html.w-mod-js *[data-ix="hero-headline"] {
  display: block;
  opacity: 0;
  -webkit-transform: scale(0.01, 0.01);
  -ms-transform: scale(0.01, 0.01);
  transform: scale(0.01, 0.01);
}

html.w-mod-js *[data-ix="hero-headline-arrow"] {
  display: block;
  opacity: 0;
  -webkit-transform: scale(0.01, 0.01);
  -ms-transform: scale(0.01, 0.01);
  transform: scale(0.01, 0.01);
}

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

html.w-mod-js *[data-ix="arrow-zoom"] {
  display: block;
  opacity: 1;
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
}

@media (max-width: 991px) {
  body {
    height: auto;
  }
  h1 {
    font-size: 60px;
    line-height: 74px;
    letter-spacing: 0px;
  }
  h3 {
    text-align: center;
  }
  p {
    margin-bottom: 0px;
    font-size: 13px;
  }
  .button {
    margin-bottom: 20px;
    box-shadow: none;
  }
  .button.back {
    box-shadow: none;
  }
  .button.next {
    box-shadow: none;
  }
  .button.next.w--current {
    box-shadow: none;
  }
  .button.second {
    margin-right: 0px;
    box-shadow: none;
  }
  .button.white {
    box-shadow: none;
  }
  .hero-section {
    position: relative;
    left: 0px;
    top: 0px;
    right: 0px;
    width: 100%;
    height: 600px;
    margin-top: 0px;
    margin-bottom: 30px;
    padding-top: 0px;
    padding-bottom: 0px;
    background-image: url('../images/heroTab.jpg');
    background-position: 50% 0px;
    background-size: 100%;
    background-repeat: no-repeat;
    background-attachment: fixed;
    box-shadow: none;
  }
  .hero-section.subpage {
    background-image: url('../images/servicesSm.jpg');
    background-position: 50% 50%;
  }
  .hero-section.subpage.contact {
    margin-top: 80px;
    background-image: url('../images/contactSmall.jpg');
    background-position: 50% 0px;
    background-size: cover;
    background-attachment: scroll;
    box-shadow: none;
  }
  .hero-section.subpage.second-type {
    margin-top: 90px;
    margin-bottom: -30px;
    box-shadow: none;
  }
  .hero-section.subpage.second-type.porfolio {
    margin-top: -25px;
    margin-bottom: -40px;
    padding-bottom: 0px;
  }
  .hero-section.subpage.about {
    margin-top: 80px;
    margin-bottom: 0px;
    background-image: url('../images/aboutWMOSmall.jpg');
    background-size: cover;
  }
  .navbar {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .section {
    padding-top: 110px;
    padding-bottom: 110px;
  }
  .section.about-ferrano.black {
    bottom: 30px;
    padding-bottom: 40px;
    background-image: -webkit-linear-gradient(270deg, #1d4381, #1db24b);
    background-image: linear-gradient(180deg, #1d4381, #1db24b);
    background-position: 0px 0px;
  }
  .section.about-ferrano.black.services {
    padding: 40px 20px;
    background-color: transparent;
    background-position: 50% 50%;
  }
  .section.facts {
    box-shadow: none;
  }
  .section {
    padding-top: 80px;
    padding-bottom: 0px;
    box-shadow: none;
  }
  .numbers {
    margin-top: auto;
  }
  .white-tittle {
    margin-bottom: 0px;
    font-size: 30px;
  }
  .white-tittle.fact {
    margin-bottom: 10px;
  }
  .menu-button {
    top: 10px;
    bottom: -10px;
    display: inline-block;
    margin-top: 0px;
    padding: 15px;
    border-radius: 0px;
    background-color: #1d4381;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    color: #bfcfe9;
    text-align: left;
  }
  .menu-button:hover {
    -webkit-transition: none 0ms ease;
    transition: none 0ms ease;
  }
  .menu-button.w--open {
    left: 0px;
    top: 0px;
    height: auto;
    float: right;
    background-color: #f2f2f2;
    color: #1d4381;
    text-align: center;
  }
  .menu-button.w--open:hover {
    color: rgba(29, 67, 129, .7);
  }
  .menu-button.w--open:active {
    color: rgba(29, 67, 129, .7);
  }
  .overall-column {
    margin-bottom: 50px;
  }
  .circle-icon-block {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .circle-icon-block:hover {
    padding-top: 2px;
    padding-bottom: 2px;
    box-shadow: none;
  }
  .circle-icon-block.social {
    padding-top: 2px;
  }
  .circle-icon-block.social.contact {
    padding-top: 10px;
    padding-bottom: 10px;
    float: left;
  }
  .footer-big {
    padding-top: 20px;
    text-align: left;
  }
  .copyright {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 6px;
    padding-bottom: 0px;
    float: left;
    text-align: center;
  }
  .nav-link {
    margin-top: 4px;
    margin-bottom: 4px;
    border-bottom: 1px none #dedede;
    border-radius: 0px;
    background-color: transparent;
    -webkit-transition-property: all;
    transition-property: all;
    color: #d6d6d6;
    font-size: 15px;
    text-align: center;
    letter-spacing: 1px;
  }
  .nav-link:hover {
    border-bottom: 1px none #969799;
    border-radius: 0px;
    background-color: hsla(0, 0%, 100%, .09);
    color: #fff;
  }
  .nav-link.w--current {
    display: block;
    border-radius: 5px;
    background-color: transparent;
    color: #d6d6d6;
    font-size: 15px;
    text-align: center;
  }
  .nav-link.w--current:hover {
    background-color: hsla(0, 0%, 100%, .2);
    color: #fff;
    text-align: center;
  }
  .h3-lower-headline {
    margin-top: 0px;
    margin-bottom: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    color: #ff4700;
    font-size: 20px;
    line-height: 20px;
    font-weight: 700;
    text-shadow: none;
  }
  .h3-lower-headline._2 {
    margin-bottom: 0px;
    text-shadow: none;
  }
  .h3-lower-headline._2.subpage {
    font-size: 40px;
    line-height: 30px;
    text-shadow: none;
  }
  .h3-lower-headline._2.subpage.small {
    margin-top: 14px;
    text-shadow: none;
  }
  .h3-lower-headline._2.subpage.small.left {
    text-shadow: none;
  }
  .hero-container {
    margin-top: 20px;
    padding-top: 0px;
  }
  .social-dic-2 {
    position: static;
    display: inline-block;
    margin-top: 0px;
    float: none;
    text-align: center;
  }
  .social-dic-2.contact {
    margin-top: 20px;
  }
  .submit-button {
    width: 150px;
  }
  .text-area {
    min-height: 260px;
  }
  .column.media {
    margin-bottom: 0px;
  }
  .column.fact {
    padding-bottom: 0px;
    border-style: dotted;
    border-width: 2px;
    border-color: rgba(6, 40, 102, .6);
    text-align: center;
  }
  .column.ipad {
    margin-bottom: 0px;
    text-align: center;
  }
  .slider {
    width: 25%;
  }
  .column-button {
    text-align: center;
  }
  .tittle.portfolio-2 {
    padding-bottom: 20px;
    font-size: 25px;
    line-height: 25px;
  }
  .text {
    margin-bottom: 25px;
    text-align: center;
  }
  .portfolio-image {
    width: 100%;
    height: 100%;
    text-align: center;
  }
  .wrapper {
    position: static;
    overflow: visible;
    width: 100%;
    height: 100%;
  }
  .footer-small {
    margin-top: 45px;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .white-text-footer {
    margin-top: 20px;
    text-align: left;
  }
  .herotext-div {
    margin-top: 200px;
    margin-right: 70px;
    margin-left: 70px;
    padding: 30px 20px;
    background-image: -webkit-linear-gradient(270deg, hsla(0, 0%, 100%, .5), hsla(0, 0%, 100%, .5));
    background-image: linear-gradient(180deg, hsla(0, 0%, 100%, .5), hsla(0, 0%, 100%, .5));
  }
  .herotext-div.subtittle {
    margin-top: 150px;
  }
  .herotext-div.subtittle.subpage {
    margin-top: 300px;
    margin-right: 200px;
    margin-left: 200px;
    padding-right: 10px;
    padding-left: 10px;
  }
  .herotext-div.subtittle.subpage.second {
    margin-top: 85px;
  }
  .herotext-div.subtittle.subpage.services {
    margin: 300px 200px 100px;
  }
  .herotext-div.portfolio {
    margin-top: 120px;
    margin-right: 150px;
    margin-left: 150px;
  }
  .herotext-div.portfolio._3 {
    margin-top: 250px;
  }
  .herotext-div.portfolio._3.first {
    margin-top: 250px;
    margin-bottom: 200px;
  }
  .herotext-div.portfoliowide {
    margin-top: 330px;
    margin-right: 200px;
    margin-left: 200px;
  }
  .herotext-div.portfoliopad {
    margin-top: 330px;
    margin-right: 200px;
    margin-left: 200px;
    padding-top: 20px;
    padding-bottom: 20px;
    background-image: -webkit-linear-gradient(270deg, hsla(0, 0%, 100%, .7), hsla(0, 0%, 100%, .7));
    background-image: linear-gradient(180deg, hsla(0, 0%, 100%, .7), hsla(0, 0%, 100%, .7));
  }
  .herotext-div.front-phone {
    margin-bottom: 50px;
    background-image: -webkit-linear-gradient(270deg, hsla(0, 0%, 100%, .5), hsla(0, 0%, 100%, .5));
    background-image: linear-gradient(180deg, hsla(0, 0%, 100%, .5), hsla(0, 0%, 100%, .5));
  }
  .herotext-div.portfoliosubtitle {
    margin-top: 140px;
    margin-right: 200px;
    margin-left: 200px;
    padding-right: 10px;
    padding-left: 10px;
  }
  .team {
    float: none;
    text-align: center;
  }
  .header-tittle {
    text-align: left;
  }
  .div-social {
    text-align: center;
  }
  .text-fotter {
    font-size: 18px;
    text-align: left;
  }
  .text-fotter.contact {
    font-size: 18px;
    line-height: 30px;
    text-align: left;
  }
  .slider-testimonilas {
    height: 260px;
  }
  .testimonilas-div {
    margin-right: 50px;
    margin-left: 50px;
  }
  .text-testimonilas {
    text-align: center;
  }
  .row-paginator {
    padding-bottom: 10px;
  }
  .previouz {
    box-shadow: none;
  }
  .portfolio.second {
    width: 100%;
    height: 100%;
  }
  .h1-hero-headline {
    margin-bottom: 0px;
    font-size: 60px;
  }
  .gray-section {
    margin-top: 50px;
  }
  .contact-section {
    padding-top: 70px;
  }
  .logo {
    display: inline-block;
  }
  .brand {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .brand.w--current {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .headerline-section.small.media {
    margin-top: 30px;
  }
  .headerline-section.small.media.separate {
    margin-top: 0px;
  }
  .headerline-section.small.media.first {
    margin-top: 0px;
  }
  .headerline-section.small.whi {
    padding-top: 20px;
  }
  .headline-div-block {
    margin-bottom: 0px;
    padding-top: 0px;
  }
  .headline-div-block.like {
    padding-left: 0px;
  }
  .portfolio-row._2 {
    width: 100%;
    height: 100%;
  }
  .service-section {
    padding-bottom: 50px;
  }
  .service-section.second {
    margin-right: 0px;
    margin-left: 0px;
    padding: 10px 0px 30px;
  }
  .service-section.pricingpackages {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .features-text.second {
    margin-bottom: 40px;
  }
  .service-icon {
    margin-bottom: 20px;
  }
  .service-icon.new {
    margin-bottom: 70px;
  }
  .vidider {
    margin-bottom: 35px;
  }
  .ads-section.text-area {
    margin-top: -30px;
    padding-top: 40px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .skills.div {
    margin-top: 50px;
  }
  .skills.div.first {
    margin-bottom: 50px;
  }
  .media-text {
    margin-top: 20px;
    font-weight: 400;
    text-align: center;
  }
  .media-text._3 {
    font-family: Raleway, sans-serif;
    font-size: 15px;
  }
  .media-tittle {
    display: block;
    margin-top: 20px;
    font-family: Montserrat, sans-serif;
    font-size: 18px;
    line-height: 25px;
    font-weight: 400;
    text-align: center;
  }
  .media-tittle._3 {
    font-size: 20px;
    line-height: 25px;
  }
  .media-tittle.showcaseportfolio {
    font-weight: 700;
  }
  .media-tittle.team {
    text-align: center;
  }
  .image-ipad {
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
  .media-section-fullwidth {
    height: auto;
    background-image: url('../images/everythingSmall.jpg'), url('../images/1111.jpg');
    background-position: 50% 50%, 50% 50%;
    background-size: cover, cover;
    background-repeat: no-repeat, repeat;
    background-attachment: fixed, scroll;
  }
  .media-section-fullwidth.service {
    height: auto;
    margin-bottom: 20px;
    background-image: url('../images/creative.jpg'), -webkit-linear-gradient(270deg, null, null);
    background-image: url('../images/creative.jpg'), linear-gradient(180deg, null, null);
    background-position: 50% 50%, 0px 0px;
  }
  .column-media {
    height: auto;
    padding-right: 20px;
    padding-left: 20px;
    text-align: center;
  }
  .content-tab.filter {
    width: 100%;
    height: 100%;
  }
  .over-filter-button {
    padding-right: 10px;
    padding-left: 10px;
  }
  .over-filter-button.w--current {
    padding-right: 10px;
    padding-left: 10px;
  }
  .button-text {
    font-family: Montserrat, sans-serif;
  }
  .white {
    padding-bottom: 0px;
  }
  .media-section {
    background-image: url('../images/likeSmall.jpg');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
  }
  .headline-big.texbar {
    font-size: 30px;
  }
  .fact-section {
    margin-left: 0px;
    padding-right: 30px;
    padding-left: 30px;
    background-image: -webkit-linear-gradient(270deg, rgba(0, 109, 182, .5), rgba(0, 109, 182, .5)), url('../images/clinetsSmall.jpg');
    background-image: linear-gradient(180deg, rgba(0, 109, 182, .5), rgba(0, 109, 182, .5)), url('../images/clinetsSmall.jpg');
    background-position: 0px 0px, 0px 0px;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }
  .fact-right {
    height: 250px;
  }
  .row-service-2 {
    margin-top: 0px;
  }
  .portfolio-link {
    width: 100%;
    height: 100%;
    text-decoration: none;
  }
  .portfolio-link:hover {
    position: absolute;
    display: block;
  }
  .color-box {
    position: relative;
  }
  .imac-column {
    position: relative;
    display: block;
  }
  .nav-menu {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #1d4381;
  }
  .div-sign {
    width: 10%;
  }
  .div-sign.service {
    width: 25%;
  }
  .image-portfolio {
    text-align: center;
  }
  .imac {
    margin-right: auto;
    margin-left: auto;
  }
  .about-us {
    padding-right: 5px;
    padding-bottom: 20px;
    padding-left: 5px;
  }
  .button-full {
    display: inline-block;
    width: 150px;
    margin-top: 10px;
    margin-right: 10px;
    margin-left: 10px;
    padding-right: 20px;
    padding-left: 20px;
    float: none;
    clear: none;
    font-size: 14px;
  }
  .button-full.center {
    position: static;
    display: inline-block;
    overflow: visible;
    width: 200px;
    margin-top: 20px;
    clear: none;
  }
  .responsive-div {
    margin-left: 0px;
    padding-right: 20px;
    padding-left: 20px;
    text-align: center;
  }
  .welcometext {
    text-align: center;
  }
  .price {
    padding-right: 5px;
    padding-left: 5px;
    color: #4a4a4a;
  }
  .price.h2 {
    padding-bottom: 10px;
  }
  .pservices {
    padding-right: 5px;
    padding-left: 5px;
    font-size: 15px;
  }
  .singlepage {
    height: auto;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .mediumsize {
    height: auto;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .graphicdesign {
    height: auto;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .packages {
    padding-right: 8px;
    padding-left: 8px;
  }
  .wearecreativerow {
    margin-left: 0px;
    padding-right: 0px;
  }
  .services-2.services-middle-text {
    padding-right: 240px;
    padding-left: 240px;
  }
  .single {
    line-height: 25px;
  }
  .medium {
    line-height: 25px;
  }
  .graphic {
    line-height: 25px;
  }
  .hook {
    padding-right: 5px;
    padding-left: 5px;
    font-size: 16px;
    line-height: 25px;
    font-style: normal;
    text-align: left;
  }
  .wedobusiness {
    padding-right: 5px;
    padding-left: 5px;
    color: #4a4a4a;
    font-weight: 700;
  }
  .wemake {
    padding-right: 5px;
    padding-left: 5px;
    font-family: Montserrat, sans-serif;
    color: #4a4a4a;
    font-size: 18px;
    font-weight: 700;
  }
  .whattheysay {
    font-family: Montserrat, sans-serif;
  }
  .service-welcome {
    padding-bottom: 20px;
  }
  .slide-1 {
    background-image: url('../images/portfolioSmall.jpg');
    background-position: 50% 50%;
    background-size: cover;
    background-attachment: scroll;
  }
  .slide-1.image2 {
    background-image: url('../images/portfolio2Small.jpg');
    background-position: 50% 50%;
    background-size: cover;
  }
  .slide {
    padding-bottom: 0px;
  }
  .mask {
    margin-bottom: 0px;
    padding-top: 115px;
    padding-bottom: 0px;
  }
  .portfolio-lower-headline {
    font-size: 40px;
    line-height: 20px;
  }
  .contact-new {
    padding-right: 20px;
    padding-left: 20px;
  }
  .footercontainer {
    padding-right: 20px;
    padding-left: 20px;
  }
  .arrowfr {
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
  }
  .white-text-footer-mobile {
    margin-top: 20px;
    font-size: 20px;
    text-align: left;
  }
}

@media (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 {
    position: static;
    display: inline-block;
    margin-bottom: 0px;
    padding-top: 5px;
    padding-bottom: 5px;
    float: none;
    box-shadow: none;
  }
  .button.next {
    display: block;
    margin-bottom: 0px;
    padding-top: 5px;
    padding-bottom: 5px;
    float: right;
    box-shadow: none;
    text-align: center;
  }
  .button.second {
    margin-right: 0px;
    box-shadow: none;
  }
  .button.white {
    box-shadow: none;
  }
  .hero-section {
    background-position: 50% 0px;
    background-size: auto;
    box-shadow: none;
  }
  .hero-section.subpage {
    margin-top: 0px;
    margin-bottom: -67px;
    background-position: 0px 50%;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .hero-section.subpage.second-type {
    box-shadow: none;
  }
  .navbar {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .section.about-ferrano.black {
    padding-bottom: 20px;
  }
  .section.about-ferrano.black.services {
    padding-right: 10px;
    padding-bottom: 40px;
    padding-left: 10px;
    background-position: 50% 50%;
    background-size: contain;
  }
  .section {
    padding-top: 80px;
    padding-bottom: 0px;
    box-shadow: none;
  }
  .numbers {
    margin-top: auto;
  }
  .white-tittle {
    margin-bottom: 0px;
  }
  .menu-button {
    margin-top: 0px;
    margin-right: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .circle-icon-block {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .circle-icon-block:hover {
    padding-top: 10px;
    padding-bottom: 10px;
    box-shadow: none;
  }
  .circle-icon-block.social {
    width: 50px;
    height: 50px;
    margin-bottom: 17px;
    padding: 10px;
    float: left;
  }
  .circle-icon-block.social:hover {
    box-shadow: none;
  }
  .circle-icon-block.social.contact {
    display: inline-block;
    margin-top: 15px;
    margin-bottom: 30px;
    padding: 10px 12px;
    float: none;
  }
  .socil-icon {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .footer-big {
    text-align: center;
  }
  .copyright {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 25px;
    padding-bottom: 15px;
    float: none;
    text-align: center;
  }
  .nav-link {
    -webkit-transition-property: all;
    transition-property: all;
    color: #d6d6d6;
    font-size: 15px;
  }
  .nav-link:hover {
    color: #fff;
  }
  .nav-link.w--current {
    color: #d6d6d6;
    font-size: 15px;
  }
  .nav-link.w--current:hover {
    background-color: hsla(0, 0%, 51%, .2);
    -webkit-transition: none 0ms ease;
    transition: none 0ms ease;
    color: #fff;
  }
  .h3-lower-headline {
    margin-left: 0px;
    padding-right: 5px;
    padding-left: 5px;
    color: #ff4700;
    font-size: 18px;
    line-height: 20px;
    letter-spacing: 1px;
    text-shadow: none;
  }
  .h3-lower-headline._2 {
    text-shadow: none;
  }
  .h3-lower-headline._2.subpage {
    box-shadow: none;
    font-size: 30px;
    line-height: 30px;
    text-shadow: none;
  }
  .h3-lower-headline._2.subpage.small {
    display: block;
    text-shadow: none;
  }
  .h3-lower-headline._2.subpage.small.left {
    text-shadow: none;
  }
  .about-text {
    font-size: 14px;
  }
  .contact-map-fprm {
    text-align: center;
  }
  .hero-container {
    margin-top: 0px;
  }
  .social-dic-2 {
    display: inline-block;
    margin-top: 0px;
    float: none;
    text-align: center;
  }
  .social-dic-2.contact {
    display: inline-block;
    overflow: visible;
    width: 100%;
  }
  .submit-button {
    display: inline-block;
    margin-bottom: 30px;
    float: none;
    text-align: center;
  }
  .text-field {
    text-align: center;
  }
  .text-area {
    text-align: center;
  }
  .column {
    position: relative;
    display: inline-block;
    text-align: center;
  }
  .column.media {
    display: inline-block;
    margin-bottom: 300px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
  }
  .slider {
    width: 33.3%;
  }
  .textbar {
    text-align: center;
  }
  .form-wrapper {
    text-align: center;
  }
  .column-button {
    text-align: center;
  }
  .tittle {
    text-align: center;
  }
  .tittle.portfolio-2 {
    display: block;
    margin-top: -40px;
    font-size: 15px;
    line-height: 20px;
  }
  .tittle.service.prices {
    text-align: center;
  }
  .category._2 {
    margin-top: 0px;
  }
  .text.text-bar-white {
    text-align: center;
  }
  .white-text-footer {
    text-align: center;
  }
  .white-text-footer.contact {
    margin-bottom: 0px;
    padding-bottom: 20px;
    text-align: center;
  }
  .newslater-text-field {
    text-align: center;
  }
  .herotext-div {
    margin-top: 200px;
    margin-right: 30px;
    margin-left: 30px;
    background-image: -webkit-linear-gradient(270deg, rgba(38, 92, 134, .3), rgba(38, 92, 134, .3));
    background-image: linear-gradient(180deg, rgba(38, 92, 134, .3), rgba(38, 92, 134, .3));
  }
  .herotext-div.subtittle.subpage {
    margin-top: 300px;
    margin-right: 150px;
    margin-left: 150px;
  }
  .herotext-div.subtittle.subpage.services {
    margin-top: 300px;
    margin-right: 150px;
    margin-left: 150px;
  }
  .herotext-div.portfoliowide {
    margin-right: 150px;
    margin-left: 150px;
  }
  .herotext-div.portfoliopad {
    margin-right: 150px;
    margin-left: 150px;
  }
  .herotext-div.portfoliophone {
    margin-right: 150px;
    margin-left: 150px;
    padding-top: 20px;
    padding-bottom: 20px;
    background-image: -webkit-linear-gradient(270deg, hsla(0, 0%, 100%, .7), hsla(0, 0%, 100%, .7));
    background-image: linear-gradient(180deg, hsla(0, 0%, 100%, .7), hsla(0, 0%, 100%, .7));
  }
  .herotext-div.front-phone {
    background-image: -webkit-linear-gradient(270deg, hsla(0, 0%, 100%, .5), hsla(0, 0%, 100%, .5));
    background-image: linear-gradient(180deg, hsla(0, 0%, 100%, .5), hsla(0, 0%, 100%, .5));
  }
  .herotext-div.portfoliosubtitle {
    margin-right: 150px;
    margin-left: 150px;
    background-image: -webkit-linear-gradient(270deg, hsla(0, 0%, 100%, .7), hsla(0, 0%, 100%, .7)), -webkit-linear-gradient(270deg, rgba(38, 92, 134, .3), rgba(38, 92, 134, .3));
    background-image: linear-gradient(180deg, hsla(0, 0%, 100%, .7), hsla(0, 0%, 100%, .7)), linear-gradient(180deg, rgba(38, 92, 134, .3), rgba(38, 92, 134, .3));
  }
  .team {
    width: 100%;
    height: auto;
  }
  .header-tittle.details {
    margin-top: 30px;
  }
  .header-tittle.singel-portfolio {
    padding-right: 5px;
    padding-left: 5px;
    text-align: center;
  }
  .team-wrapper {
    width: 100%;
    height: 100%;
    text-align: center;
  }
  .team-column {
    text-align: center;
  }
  .div-social {
    text-align: center;
  }
  .text-fotter {
    font-size: 18px;
    text-align: center;
  }
  .text-fotter.contact {
    font-size: 18px;
    line-height: 30px;
    text-align: center;
  }
  .team-tittle {
    width: 100%;
    height: 100%;
  }
  .team-tittle:hover {
    border-style: solid none none;
    border-color: #ff4700;
    border-top-width: 10px;
  }
  .slider-testimonilas {
    height: 310px;
  }
  .row-paginator {
    padding-bottom: 20px;
  }
  .previouz {
    display: block;
    margin-bottom: 0px;
    padding-top: 5px;
    padding-bottom: 5px;
    float: left;
    box-shadow: none;
  }
  .previouz.w--current {
    box-shadow: none;
  }
  .h1-hero-headline {
    font-size: 50px;
    letter-spacing: 1px;
  }
  .gray-section {
    margin-top: 50px;
  }
  .brand.w--current {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .headerline-section.small.media {
    margin-top: 30px;
    margin-bottom: 0px;
  }
  .headerline-section.small.media.first {
    margin-top: 0px;
  }
  .headline-div-block.like {
    margin-right: 30px;
    margin-left: 30px;
  }
  .service-section {
    padding-top: 50px;
    padding-bottom: 20px;
  }
  .service-section.second {
    padding-top: 30px;
    padding-right: 10px;
    padding-left: 10px;
  }
  .features-text.pricestext {
    text-align: center;
  }
  .service-icon {
    margin-bottom: 46px;
  }
  .vidider {
    margin-bottom: 50px;
  }
  .ads-section.text-area {
    margin-top: -30px;
    padding-top: 40px;
    padding-right: 10px;
    padding-left: 10px;
  }
  .media-text {
    text-align: center;
  }
  .media-text._3 {
    font-family: Raleway, sans-serif;
    font-size: 15px;
  }
  .media-tittle {
    margin-top: 20px;
    text-align: center;
  }
  .skills-tittle._2 {
    display: block;
  }
  .media-section-fullwidth {
    background-position: 100% 100%;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .column-media {
    text-align: center;
  }
  .div-column {
    padding-right: 10px;
    padding-left: 10px;
  }
  .open-text {
    padding-right: 5px;
    padding-left: 5px;
  }
  .filter-menu {
    display: block;
  }
  .over-filter-button {
    padding-right: 10px;
    padding-left: 10px;
  }
  .over-filter-button.last {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 12px;
  }
  .button-text {
    display: inline-block;
    font-family: Montserrat, sans-serif;
    font-size: 13px;
  }
  .headline-big.texbar {
    font-size: 25px;
  }
  .fact-section {
    padding: 100px 20px;
    background-image: -webkit-linear-gradient(270deg, rgba(0, 109, 182, .5), rgba(0, 109, 182, .5)), url('../images/clinetsSmall.jpg');
    background-image: linear-gradient(180deg, rgba(0, 109, 182, .5), rgba(0, 109, 182, .5)), url('../images/clinetsSmall.jpg');
    background-position: 0px 0px, 0px 0px;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
    background-attachment: scroll, scroll;
  }
  .fact-right {
    height: 300px;
  }
  .portfolio-link {
    text-decoration: none;
  }
  .div-sign {
    width: 12%;
    margin-top: 10px;
  }
  .div-sign.service {
    width: 12%;
  }
  .about-us {
    padding-bottom: 20px;
  }
  .button-full {
    position: static;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    display: inline-block;
    width: 150px;
    margin-top: 20px;
    margin-right: 10px;
    margin-left: 10px;
    float: none;
    text-align: center;
  }
  .button-full.center {
    text-align: center;
  }
  .responsive-div {
    padding-right: 20px;
    padding-left: 20px;
  }
  .welcometext {
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 20px;
    padding-left: 20px;
    font-size: 18px;
    line-height: 25px;
  }
  .price {
    color: #4a4a4a;
    text-align: center;
  }
  .price.h2 {
    padding-bottom: 10px;
  }
  .pservices {
    margin-right: 5px;
    margin-left: 5px;
    font-size: 15px;
    text-align: center;
  }
  .services-1.business {
    font-size: 20px;
  }
  .services-2.services-middle-text {
    padding-right: 150px;
    padding-left: 150px;
  }
  .single {
    line-height: 25px;
    text-align: center;
  }
  .medium {
    line-height: 25px;
    text-align: center;
  }
  .graphic {
    line-height: 25px;
    text-align: center;
  }
  .hook {
    font-size: 16px;
    line-height: 25px;
    font-style: normal;
    text-align: center;
  }
  .wedobusiness {
    color: #4a4a4a;
    font-size: 18px;
    line-height: 25px;
    font-weight: 700;
    text-align: center;
  }
  .wemake {
    padding-bottom: 20px;
    font-family: Montserrat, sans-serif;
    color: #4a4a4a;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
  }
  .serviceslist {
    position: relative;
    left: 0px;
    padding-right: 100px;
    padding-left: 100px;
    float: none;
    clear: none;
    font-size: 18px;
    text-align: center;
    list-style-type: none;
  }
  .fun {
    margin-right: 10px;
    margin-left: 10px;
    text-align: center;
  }
  .wow-text {
    margin-top: 300px;
  }
  .slide-1 {
    display: inline-block;
    background-position: 50% 50%;
    background-size: cover;
  }
  .client-list {
    padding-right: 5px;
    padding-left: 5px;
  }
  .portfolio-lower-headline {
    font-size: 30px;
  }
  .teamrow {
    text-align: center;
  }
  .white-text-footer-mobile {
    font-size: 20px;
    text-align: center;
  }
  .white-text-footer-mobile.contact {
    margin-bottom: 0px;
    padding-bottom: 20px;
    text-align: center;
  }
}

@media (max-width: 479px) {
  h1 {
    font-size: 35px;
    line-height: 48px;
  }
  h2 {
    margin-bottom: 10px;
    font-size: 24px;
  }
  .button {
    margin-right: 0px;
    box-shadow: none;
  }
  .button.back {
    padding-right: 5px;
    padding-left: 5px;
    box-shadow: none;
    text-align: center;
  }
  .button.next {
    box-shadow: none;
  }
  .button.next.w--current {
    box-shadow: none;
  }
  .button.second.third {
    box-shadow: none;
  }
  .button.second.third:hover {
    box-shadow: none;
    color: #4a4a4a;
  }
  .button.sect {
    margin-bottom: 0px;
    box-shadow: none;
  }
  .hero-section {
    margin-top: 50px;
    background-image: -webkit-linear-gradient(270deg, hsla(0, 0%, 100%, .5), hsla(0, 0%, 100%, .5)), url('../images/heroTab.jpg');
    background-image: linear-gradient(180deg, hsla(0, 0%, 100%, .5), hsla(0, 0%, 100%, .5)), url('../images/heroTab.jpg');
    background-position: 0px 0px, 50% 0px;
    background-size: auto, auto;
    background-repeat: repeat, no-repeat;
    background-attachment: scroll, fixed;
    box-shadow: none;
  }
  .hero-section.subpage {
    margin-bottom: -120px;
    background-position: 50% 50%;
    background-size: 400px;
  }
  .hero-section.subpage.contact {
    margin-top: 80px;
    margin-bottom: -50px;
  }
  .hero-section.subpage.second-type {
    height: 180px;
    box-shadow: none;
  }
  .hero-section.subpage.about {
    background-image: url('../images/aboutWMOSmall.jpg');
    background-position: -43px 50%;
    background-size: cover;
  }
  .section.about-ferrano.black {
    padding-top: 60px;
    padding-bottom: 0px;
  }
  .section.about-ferrano.black.services {
    padding-right: 10px;
    padding-bottom: 40px;
    padding-left: 10px;
  }
  .section {
    padding-top: 50px;
    padding-bottom: 0px;
    box-shadow: none;
  }
  .white-tittle {
    margin-bottom: 0px;
    font-size: 22px;
  }
  .menu-button {
    top: 0px;
    display: inline-block;
    margin-top: 6px;
    padding-top: 15px;
    padding-bottom: 15px;
    font-family: Impact, Haettenschweiler, 'Franklin Gothic Bold', Charcoal, sans-serif;
    text-align: left;
  }
  .circle-icon-block:hover {
    box-shadow: none;
  }
  .circle-icon-block.social.contact {
    display: inline-block;
    margin-top: 20px;
    margin-bottom: 5px;
    padding-top: 10px;
    padding-right: 12px;
    padding-left: 12px;
    float: none;
    text-align: center;
  }
  .footer-big {
    padding-bottom: 20px;
  }
  .nav-link {
    font-size: 15px;
    letter-spacing: 1px;
  }
  .nav-link:hover {
    letter-spacing: 1px;
  }
  .h3-lower-headline {
    margin-bottom: 10px;
    padding-top: 10px;
    font-family: Montserrat, sans-serif;
    color: #ff4700;
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
    text-align: center;
    letter-spacing: 1px;
    text-shadow: none;
  }
  .h3-lower-headline._2 {
    font-size: 37px;
    text-shadow: none;
  }
  .h3-lower-headline._2.subpage {
    box-shadow: none;
    font-size: 25px;
    text-shadow: none;
  }
  .h3-lower-headline._2.subpage.small {
    display: block;
    font-size: 16px;
    line-height: 40px;
    text-align: center;
    text-shadow: none;
  }
  .h3-lower-headline._2.subpage.small.left {
    display: block;
    margin-top: 0px;
    float: none;
    font-size: 12px;
    line-height: 20px;
    text-shadow: none;
  }
  .hero-container {
    display: block;
    margin-top: -60px;
    margin-bottom: 0px;
    padding-bottom: 0px;
    background-image: none;
  }
  .social-dic-2 {
    display: inline-block;
    float: none;
    text-align: center;
  }
  .social-dic-2.contact {
    display: inline-block;
    width: 100%;
    text-align: center;
  }
  .submit-button {
    width: 150px;
  }
  .text-area {
    text-align: center;
  }
  .column {
    display: inline-block;
    text-align: center;
  }
  .column.media {
    top: 0px;
    bottom: 0px;
    height: 400px;
    margin-top: 0px;
    margin-bottom: auto;
    padding-top: 0px;
  }
  .column.media.sec {
    height: 580px;
  }
  .slider {
    width: 50%;
  }
  .tittle.portfolio-2 {
    display: block;
    margin-top: -50px;
    padding-top: 0px;
    padding-right: 5px;
    padding-left: 5px;
  }
  .category._2 {
    margin-top: 0px;
    padding-right: 5px;
    padding-left: 5px;
  }
  .text.text-bar-white {
    font-size: 16px;
    line-height: 22px;
  }
  .white-text-footer {
    text-align: center;
  }
  .white-text-footer.contact {
    margin-top: 10px;
    text-align: center;
  }
  .herotext-div {
    margin-top: 220px;
    margin-right: 20px;
    margin-left: 20px;
    padding: 20px 5px;
    background-image: -webkit-linear-gradient(270deg, rgba(38, 92, 134, .4), rgba(38, 92, 134, .4));
    background-image: linear-gradient(180deg, rgba(38, 92, 134, .4), rgba(38, 92, 134, .4));
  }
  .herotext-div.subtittle {
    margin-top: 115px;
  }
  .herotext-div.subtittle.subpage {
    margin-top: 300px;
    margin-right: 50px;
    margin-left: 50px;
  }
  .herotext-div.subtittle.subpage.services {
    margin-top: 270px;
    margin-right: 70px;
    margin-left: 70px;
    padding-top: 10px;
    padding-right: 0px;
    padding-bottom: 10px;
  }
  .herotext-div.portfolio._3 {
    margin-top: 350px;
    margin-right: 75px;
    margin-left: 75px;
  }
  .herotext-div.portfolio._3.first {
    margin-top: 350px;
  }
  .herotext-div.portfoliophone {
    margin-top: 430px;
    margin-right: 50px;
    margin-left: 50px;
    background-image: -webkit-linear-gradient(270deg, hsla(0, 0%, 100%, .7), hsla(0, 0%, 100%, .7));
    background-image: linear-gradient(180deg, hsla(0, 0%, 100%, .7), hsla(0, 0%, 100%, .7));
  }
  .herotext-div.front-phone {
    margin-top: 150px;
    padding: 30px 10px;
    background-image: none;
  }
  .herotext-div.portfoliosubtitle {
    margin-top: 170px;
    margin-right: 70px;
    margin-left: 70px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .team {
    height: auto;
  }
  .header-tittle.singel-portfolio {
    line-height: 20px;
  }
  .text-fotter {
    text-align: center;
  }
  .text-fotter.contact {
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 0px;
  }
  .slider-testimonilas {
    height: 375px;
  }
  .testimonilas-div {
    margin-right: 0px;
    margin-left: 0px;
  }
  .text-testimonilas {
    margin-right: 10px;
    margin-left: 10px;
    padding-left: 0px;
  }
  .previouz {
    box-shadow: none;
  }
  .previouz.w--current {
    box-shadow: none;
  }
  .portfolio {
    padding-top: 30px;
  }
  .portfolio.second {
    padding-top: 470px;
  }
  .h1-hero-headline {
    padding-bottom: 0px;
    font-size: 35px;
    line-height: 40px;
    letter-spacing: 1px;
  }
  .gray-section {
    margin-top: 100px;
  }
  .brand.w--current {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .headerline-section.small.whi {
    font-size: 15px;
    letter-spacing: 2px;
  }
  .headline-div-block.like {
    margin-right: 10px;
    margin-left: 10px;
  }
  .service-section.second {
    padding-right: 10px;
    padding-left: 10px;
  }
  .service-icon {
    margin-bottom: 100px;
  }
  .service-icon.new {
    margin-bottom: 100px;
  }
  .vidider {
    margin-bottom: 50px;
  }
  .ads-section.text-area {
    padding-right: 10px;
    padding-left: 10px;
  }
  .media-text {
    padding-bottom: 20px;
    text-align: center;
  }
  .media-text._3 {
    margin-bottom: 15px;
    font-family: Raleway, sans-serif;
    font-size: 14px;
  }
  .media-tittle {
    margin-top: 20px;
    margin-bottom: 20px;
    line-height: 30px;
    text-align: center;
  }
  .media-tittle._3 {
    font-size: 18px;
    line-height: 25px;
  }
  .media-tittle.showcaseportfolio {
    margin-right: 10px;
    margin-left: 10px;
  }
  .skills-tittle._2 {
    display: block;
    float: none;
  }
  .column-media {
    height: auto;
  }
  .div-column {
    padding-right: 10px;
    padding-left: 10px;
  }
  .open-text {
    padding-right: 5px;
    padding-left: 5px;
  }
  .over-filter-button {
    margin-right: 0px;
    margin-bottom: 5px;
  }
  .over-filter-button.last.w--current {
    overflow: visible;
  }
  .button-text {
    position: static;
  }
  .headline-big.texbar {
    margin-bottom: 0px;
    font-size: 20px;
    line-height: 32px;
    letter-spacing: 1px;
  }
  .fact-section {
    padding: 50px 20px;
    background-image: -webkit-linear-gradient(270deg, null, null), url('../images/clinetsSmall.jpg'), -webkit-linear-gradient(270deg, null, null), -webkit-linear-gradient(270deg, null, null);
    background-image: linear-gradient(180deg, null, null), url('../images/clinetsSmall.jpg'), linear-gradient(180deg, null, null), linear-gradient(180deg, null, null);
    background-position: 0px 0px, 50% 50%, 0px 0px, 0px 0px;
    background-size: auto, cover, auto, auto;
    background-repeat: repeat, no-repeat, repeat, repeat;
    background-attachment: scroll, scroll, scroll, scroll;
  }
  .fact-right {
    height: 400px;
  }
  .testimonials {
    padding-right: 10px;
    padding-left: 10px;
  }
  .white-headline {
    font-size: 15px;
  }
  .portfolio-link {
    text-decoration: none;
  }
  .div-sign {
    width: 20%;
    margin-top: 0px;
  }
  .div-sign.headline {
    display: none;
  }
  .div-sign.service {
    width: 20%;
  }
  .about-us {
    padding-bottom: 0px;
  }
  .button-full {
    position: static;
    display: inline-block;
    width: 150px;
    height: auto;
    margin-top: 20px;
    margin-right: 10px;
    margin-left: 0px;
    padding: 10px;
    float: none;
  }
  .responsive-div {
    width: auto;
    padding-right: 10px;
    padding-left: 10px;
  }
  .welcometext {
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 15px;
    padding-left: 15px;
    font-size: 16px;
    line-height: 25px;
  }
  .price {
    color: #4a4a4a;
    font-size: 18px;
  }
  .pservices {
    font-size: 15px;
  }
  .singlepage {
    margin-left: 0px;
    padding-left: 15px;
    color: transparent;
  }
  .mediumsize {
    color: transparent;
  }
  .graphicdesign {
    color: transparent;
  }
  .packages {
    padding-right: 0px;
    padding-left: 0px;
  }
  .services-list {
    font-size: 14px;
  }
  .services-2.services-middle-text {
    padding-right: 25px;
    padding-left: 25px;
  }
  .single {
    line-height: 25px;
  }
  .medium {
    line-height: 25px;
  }
  .graphic {
    line-height: 25px;
  }
  .hook {
    font-size: 16px;
    line-height: 22px;
    font-style: normal;
  }
  .wedobusiness {
    font-size: 16px;
    font-weight: 400;
  }
  .wemake {
    padding-top: 10px;
    color: #4a4a4a;
    font-size: 15px;
    font-weight: 400;
  }
  .serviceslist {
    left: 0px;
    right: 0px;
    padding-right: 0px;
    padding-left: 0px;
    direction: ltr;
    font-family: Montserrat, sans-serif;
    font-size: 15px;
    line-height: 25px;
    font-weight: 400;
    text-align: center;
    list-style-type: none;
  }
  .fun {
    font-size: 15px;
  }
  .wow-text {
    margin-top: 110px;
  }
  .we-listen {
    font-size: 18px;
    line-height: 25px;
  }
  .slide-1 {
    background-position: 50% 50%;
    background-size: cover;
  }
  .client-list {
    padding-right: 5px;
    padding-left: 5px;
  }
  .portfolio-lower-headline {
    font-size: 25px;
  }
  .contact-new {
    padding-right: 10px;
    padding-left: 10px;
  }
  .column-2 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .white-text-footer-mobile {
    font-size: 20px;
    text-align: center;
  }
  .white-text-footer-mobile.contact {
    margin-top: 10px;
    text-align: center;
  }
}

@font-face {
  font-family: 'Sqr721be';
  src: url('../fonts/SQR721BE.TTF') format('undefined');
  font-weight: 400;
  font-style: normal;
}