body {
  height: auto;
  background-color: transparent;
}
h1 {
  display: block;
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Lato, sans-serif;
  color: white;
  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: black;
  font-size: 22px;
  line-height: 36px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 1px;
  text-transform: none;
}
h3 {
  display: block;
  margin: 0px auto;
  font-family: Raleway, sans-serif;
  color: #014d6e;
  font-size: 15px;
  line-height: 30px;
  font-weight: 700;
  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: black;
  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: white;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: none;
}
.button:hover {
  background-color: #4a4a4a;
  box-shadow: none;
  -webkit-transition: none 0ms ease;
  transition: none 0ms ease;
  color: white;
}
.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: #db4b4b;
  box-shadow: none;
  -webkit-transition: none 0ms ease;
  transition: none 0ms ease;
  color: white;
}
.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;
  -webkit-transition-delay: initial;
  transition-delay: initial;
  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: #db4b4b;
  box-shadow: none;
  -webkit-transition: none 0ms ease;
  transition: none 0ms ease;
  color: white;
}
.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: white #dedede;
  background-color: transparent;
  box-shadow: none;
  text-decoration: none;
}
.button.white:hover {
  background-color: white;
  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;
  height: 100vh;
  max-width: 100%;
  margin-bottom: 0px;
  border-bottom: 1px none #dedede;
  border-top-style: none;
  background-color: transparent;
  background-image: -webkit-radial-gradient(50% 50%, circle closest-corner, rgba(0, 0, 0, 0) 1%, rgba(0, 0, 0, 0.18)), url('../images/imagebase14_06resized.jpg');
  background-image: radial-gradient(circle closest-corner at 50% 50%, rgba(0, 0, 0, 0) 1%, rgba(0, 0, 0, 0.18)), url('../images/imagebase14_06resized.jpg');
  background-position: 0px 0px, 50% 0px;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  box-shadow: none;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  text-align: center;
}
.hero-section.subpage {
  height: 350px;
  background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.09), rgba(0, 0, 0, 0.09)), url('../images/city.jpg');
  background-image: linear-gradient(rgba(0, 0, 0, 0.09), rgba(0, 0, 0, 0.09)), url('../images/city.jpg');
  background-repeat: repeat, repeat;
  box-shadow: none;
}
.hero-section.subpage.contact {
  width: 100%;
  height: 500px;
  margin-top: 86px;
  background-image: url('../images/M_bigstock-Businessman-Holding-Jigsaw-Puz-84843260.jpg');
  background-position: 50% 95px;
  background-size: 100% 500px;
  background-repeat: no-repeat;
  background-attachment: fixed;
  box-shadow: none;
}
.hero-section.subpage.contact.phone {
  background-image: url('../images/SplitShire_IMG_7348ps2.jpg');
}
.hero-section.subpage.contact.services.big {
  width: auto;
  height: 250px;
  background-image: url('../images/M_bigstock-Businessman-Holding-Jigsaw-Puz-84843260250pxh.jpg');
  background-size: auto 250px;
  background-repeat: no-repeat;
}
.hero-section.subpage.contact.services.big._500 {
  width: auto;
  height: 500px;
  background-size: cover;
}
.hero-section.subpage.contact.services.big.ratio-correct {
  width: auto;
  background-size: auto;
}
.hero-section.subpage.contact.services.small {
  height: 250px;
  background-image: url('../images/M_bigstock-Businessman-Holding-Jigsaw-Puz-84843260500pxh.jpg');
  background-position: 50% 86px;
  background-size: 100% 250px;
}
.hero-section.subpage.contact.services.chopped {
  top: auto;
  height: 350px;
  background-image: url('../images/M_bigstock-Businessman-Holding-Jigsaw-Puz-84843260cropped484.png');
  background-position: 50% 28px;
  background-size: 100% 350px;
}
.hero-section.subpage.second-type {
  height: 172px;
  background-color: #f8f8f8;
  background-image: none;
  background-position: 0% 0%;
  background-size: auto;
  background-repeat: repeat;
  background-attachment: scroll;
  box-shadow: none;
}
.hero-section.subpage.about {
  height: 500px;
  background-image: url('../images/S_bigstock-Business-presentation-on-corpo-93283829.jpg');
  background-position: 50% 54%;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: none;
}
.hero-section.subpage.solutions {
  background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.09) 1%, rgba(0, 0, 0, 0) 97%), url('../images/M_bigstock-Lighting-Decor-62513747.jpg');
  background-image: linear-gradient(rgba(0, 0, 0, 0.09) 1%, rgba(0, 0, 0, 0) 97%), url('../images/M_bigstock-Lighting-Decor-62513747.jpg');
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}
.hero-section.subpage.careers {
  height: 500px;
  margin-top: 18px;
  background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.09), rgba(0, 0, 0, 0.09)), url('../images/SplitShire-7070med.jpg');
  background-image: linear-gradient(rgba(0, 0, 0, 0.09), rgba(0, 0, 0, 0.09)), url('../images/SplitShire-7070med.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}
.hero-section.subpage.alternate {
  background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.09), rgba(0, 0, 0, 0.09)), url('../images/9011116378_32e56983e3_bps.jpg');
  background-image: linear-gradient(rgba(0, 0, 0, 0.09), rgba(0, 0, 0, 0.09)), url('../images/9011116378_32e56983e3_bps.jpg');
}
.hero-section.subpage.contact-page {
  overflow-x: hidden;
  overflow-y: hidden;
  height: 300px;
  margin-top: -6px;
  padding-top: 16px;
  padding-bottom: 0px;
  background-image: url('../images/9011116378_32e56983e3_b300crop.jpg'), -webkit-linear-gradient(rgba(9, 21, 107, 0.09) 5%, rgba(9, 21, 107, 0.09));
  background-image: url('../images/9011116378_32e56983e3_b300crop.jpg'), linear-gradient(rgba(9, 21, 107, 0.09) 5%, rgba(9, 21, 107, 0.09));
  background-position: 50% 173%, 0px 0px;
  background-size: 100% 250px, auto;
  background-repeat: no-repeat, repeat;
}
.hero-section.subpage.fiinished {
  background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.09), rgba(0, 0, 0, 0.09)), url('../images/M_bigstock-Businessman-Holding-Jigsaw-Puz-84843260cropped484.png');
  background-image: linear-gradient(rgba(0, 0, 0, 0.09), rgba(0, 0, 0, 0.09)), url('../images/M_bigstock-Businessman-Holding-Jigsaw-Puz-84843260cropped484.png');
  background-position: 0px 0px, 50% 104%;
  background-size: auto, auto 350px;
  background-repeat: repeat, no-repeat;
}
.navbar {
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 999;
  display: block;
  width: 100%;
  padding-top: 30px;
  padding-bottom: 7px;
  border-top: 3px solid #db4b4b;
  background-color: white;
  box-shadow: #828282 0px 0px 6px -2px;
  font-family:'Changa One', Impact, sans-serif;
  color: black;
  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 {
  border-top-style: none;
  background-color: #f6f6f6;
  box-shadow: none;
  font-family: Raleway, sans-serif;
}
.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;
  font-family: Raleway, sans-serif;
  color: white;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 1px;
  text-transform: none;
}
.white-tittle {
  margin-bottom: 30px;
  font-family: Georgia, Times, 'Times New Roman', serif;
  color: white;
  font-size: 40px;
  font-weight: 300;
  text-align: center;
}
.white-tittle.fact {
  margin-bottom: 20px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  font-family: Raleway, sans-serif;
  color: white;
  font-size: 50px;
  font-weight: 500;
  text-align: center;
}
.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-x: hidden;
  overflow-y: 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: #db4b4b;
  box-shadow: none;
  -webkit-transition: none 0ms ease;
  transition: none 0ms ease;
}
.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: 60px;
  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: Raleway, sans-serif;
  color: #828282;
  font-size: 12px;
  font-weight: 300;
  text-align: center;
  text-transform: none;
}
.nav-link {
  padding: 5px 20px;
  opacity: 1;
  -webkit-transition: color 500ms ease;
  transition: color 500ms ease;
  font-family: Bitter, serif;
  color: #014d6e;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: none;
}
.nav-link:hover {
  opacity: 1;
  -webkit-transition: none 0ms ease;
  transition: none 0ms ease;
  color: #8fadb4;
  letter-spacing: 1px;
}
.nav-link.w--current {
  display: inline-block;
  padding-top: 5px;
  padding-bottom: 5px;
  border-radius: 0px;
  opacity: 1;
  font-family: Bitter, serif;
  color: #105370;
  font-size: 15px;
  font-weight: 700;
  text-align: left;
  text-transform: none;
}
.nav-link.w--current:hover {
  border-radius: 0px;
  opacity: 1;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  color: #8fadb4;
}
.hero-headline {
  padding-top: 10px;
  padding-bottom: 0px;
  border-top-style: none;
  border-bottom-style: none;
  border-bottom-width: 3px;
  font-family: Raleway, sans-serif;
  color: white;
  font-size: 60px;
  line-height: 54px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: none;
}
.hero-headline._2 {
  margin-top: 15px;
  margin-bottom: 10px;
  color: #4a4a4a;
  font-size: 40px;
  font-weight: 700;
}
.hero-headline._2.subpage {
  display: block;
  margin-top: 13px;
  margin-bottom: 10px;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: transparent;
  color: white;
  font-size: 30px;
  font-weight: 600;
  text-align: center;
}
.hero-headline._2.subpage.small {
  margin-bottom: 0px;
  color: black;
  font-size: 16px;
  text-align: left;
  letter-spacing: 1px;
}
.hero-headline._2.subpage.small.left {
  float: right;
  color: #828282;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 1px;
}
.hero-headline._2.subpage.black {
  margin-top: 56px;
  color: black;
}
.hero-headline._2.subpage.black.moved {
  margin-top: 104px;
}
.hero-headline._2.subpage.careers {
  margin-top: -69px;
}
.hero-headline._2.contact {
  margin-top: 85px;
  color: white;
  font-size: 30px;
}
.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: #db4b4b;
  background-image: url('../images/responsive.png');
}
.icon-service._2._1 {
  background-image: url('../images/settings-black.png');
}
.icon-service._2._1:hover {
  background-color: #db4b4b;
  background-image: url('../images/responsive_1.png');
}
.icon-service._2._3 {
  background-image: url('../images/layout.png');
}
.icon-service._2._3:hover {
  background-color: #db4b4b;
  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: 167px;
  padding-bottom: 0px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  text-align: center;
}
.hero-container.mp {
  height: 100vh;
}
.hero-container.services {
  padding-top: 111px;
}
.hero-container.about {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  padding-top: 109px;
  padding-bottom: 0px;
}
.hero-container.home-page {
  padding-top: 285px;
}
.hero-container.absolute {
  position: absolute;
}
.social-dic-2 {
  display: block;
  margin-top: 20px;
  float: left;
}
.social-dic-2.contact {
  display: inline-block;
  float: left;
}
.submit-button {
  width: 25%;
  margin-bottom: 14px;
  padding-top: 15px;
  padding-bottom: 15px;
  float: left;
  border-radius: 4px;
  background-color: #db4b4b;
  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-top: 1px solid #f2f2f2;
  border-bottom: 1px solid #f2f2f2;
  border-radius: 0px;
  background-color: rgba(246, 246, 246, 0.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: 50px;
  margin-bottom: 20px;
  border-top: 1px solid #f2f2f2;
  border-bottom: 1px solid #f2f2f2;
  background-color: rgba(246, 246, 246, 0.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;
  background-image: url('../images/54900c217a09b8684bcbfa66_6543.jpg');
  background-size: cover;
}
.column.media.sec {
  background-color: #292929;
  background-image: none;
  background-position: 0% 0%;
  background-size: auto;
  background-repeat: repeat;
  background-attachment: scroll;
}
.column.fact {
  text-align: center;
}
.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;
  padding-top: 35px;
  padding-bottom: 35px;
  border-top: 1px solid #dedede;
  border-bottom: 1px solid #dedede;
  background-color: #f2f2f2;
  font-family: Raleway, sans-serif;
  color: white;
  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: #db4b4b;
}
.form-wrapper {
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  border-radius: 0px;
  background-color: white;
}
.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: uppercase;
}
.tittle.portfolio-2 {
  display: inline-block;
  width: 100%;
  color: white;
  font-size: 17px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}
.tittle.service {
  display: block;
  color: black;
  text-align: left;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: none;
}
.tittle.third {
  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;
  color: #db4b4b;
  font-size: 13px;
  letter-spacing: 1px;
}
.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: 7px;
  color: white;
  font-size: 19px;
  letter-spacing: 0px;
}
.submit-button-newlatter {
  width: 100%;
  background-color: #db4b4b;
  -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-x: hidden;
  overflow-y: hidden;
}
.footer-small {
  margin-top: 45px;
  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 {
  display: block;
  margin: 40px auto 20px;
  font-family: Bitter, serif;
  color: #014d6e;
  font-size: 15px;
  font-weight: 700;
  text-align: left;
}
.white-text-footer.contact.intro {
  margin-bottom: 28px;
  padding-right: 22px;
  font-size: 20px;
  text-align: left;
}
.white-text-footer.contact.intro.black {
  font-family: Raleway, sans-serif;
  color: black;
}
.white-text-footer.contact.centered {
  width: 20%;
  font-family: Raleway, sans-serif;
  text-align: left;
}
.white-text-footer.contact.black {
  font-family: Raleway, sans-serif;
  color: black;
}
.white-text-footer.contact.black.no-margin {
  margin-bottom: 0px;
}
.white-text-footer.center {
  padding-left: 20px;
}
.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: white;
}
.herotext-div {
  margin: 48px auto auto;
  padding-bottom: 0px;
}
.herotext-div.subtittle {
  margin-top: 165px;
}
.herotext-div.subtittle.subpage {
  margin-top: 180px;
  margin-bottom: 0px;
  text-align: center;
}
.herotext-div.subtittle.subpage.second {
  margin-top: 105px;
  text-align: left;
}
.herotext-div.subtittle.subpage.contact {
  margin-top: -6px;
}
.herotext-div.subtittle.subpage.about {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  height: 225px;
  margin-top: 124px;
  padding-bottom: 0px;
}
.herotext-div.home-page {
  margin-top: 134px;
}
.paragraph-tittle {
  color: #4a4a4a;
  font-weight: 400;
  text-align: center;
  text-transform: none;
}
.team {
  display: block;
  overflow-x: hidden;
  overflow-y: 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;
  text-align: left;
}
.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 {
  display: block;
  width: 20%;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  padding-bottom: 5px;
  font-family: Raleway, sans-serif;
  color: #014d6e;
  font-size: 15px;
  text-align: left;
}
.text-fotter.contact {
  margin-bottom: 20px;
  padding-left: 20px;
  color: #969799;
}
.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: white;
}
.slider-testimonilas {
  display: block;
  width: 100%;
  height: 250px;
  border-bottom: 1px solid #dedede;
  border-top-style: none;
  border-top-color: #dedede;
  background-color: transparent;
}
.testimonilas-div {
  display: block;
  margin: 40px 250px 1px;
}
.text-testimonilas {
  margin-bottom: 0px;
  padding-bottom: 10px;
  color: #4a4a4a;
  font-size: 14px;
  line-height: 26px;
  text-align: left;
  letter-spacing: 1px;
}
.text-testimonilas.about {
  padding-top: 30px;
  padding-bottom: 30px;
  text-align: justify;
}
.big-portfolio-post {
  margin-top: 30px;
  margin-bottom: 0px;
}
.big-portfolio-post.multi {
  margin-top: 70px;
}
.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-top: 0px;
  padding-bottom: 0px;
  float: none;
  border: 1px solid #969799;
  border-radius: 0px;
  background-color: transparent;
  box-shadow: none;
  -webkit-transition-delay: initial;
  transition-delay: initial;
  color: #969799;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: none;
}
.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: white;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-delay: initial;
  transition-delay: initial;
}
.portfolio.second {
  padding-bottom: 0px;
  background-color: transparent;
}
.upper-headline {
  margin-bottom: 0px;
  color: white;
  font-size: 25px;
  font-weight: 300;
  text-align: center;
  text-transform: none;
}
.gray-section {
  background-color: transparent;
}
.slider1 {
  display: inline-block;
  text-align: center;
}
.contact-section {
  margin-top: 83px;
  margin-bottom: 83px;
  padding-bottom: 0px;
}
.contact-section.bottom-margin {
  margin-top: 104px;
  margin-bottom: 104px;
}
.contact-section.less-top-margin {
  margin-top: 25px;
  margin-bottom: 37px;
}
.contact-section.extra-height {
  margin-top: 117px;
  margin-bottom: 117px;
}
.logo {
  display: inline-block;
  margin-top: -17px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
}
.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: white;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.headerline-section.small.whi {
  color: white;
}
.headline-div-block {
  margin-bottom: 50px;
  text-align: center;
}
.headline-div-block.testimonials {
  margin-bottom: 0px;
  padding-top: 0px;
}
.portfolio-row._2 {
  margin-top: 0px;
  margin-bottom: 0px;
}
.service-section {
  padding-top: 100px;
  padding-bottom: 80px;
  border-top: 1px none #f0eded;
  border-bottom: 0px none #f0eded;
  background-color: #f8f8f8;
}
.service-section.second {
  padding-top: 80px;
  padding-bottom: 0px;
  background-color: transparent;
}
.features-text {
  margin-top: 10px;
  color: #4a4a4a;
  text-align: left;
}
.features-text.second {
  margin-bottom: 0px;
  color: #4a4a4a;
}
.service-icon {
  display: inline-block;
  width: 60px;
  height: 60px;
  margin-right: 20px;
  margin-bottom: 50px;
  padding: 15px;
  float: left;
  border-radius: 50px;
  background-color: #db4b4b;
  -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: 80px;
  padding-bottom: 80px;
}
.team-section {
  padding-top: 80px;
  padding-bottom: 0px;
  background-color: #f7f7f7;
}
.team-section.solutions {
  padding-bottom: 19px;
}
.team-text {
  color: #4a4a4a;
}
.tposition-team {
  margin-bottom: 10px;
  color: #828282;
}
.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 {
  color: #4a4a4a;
  text-align: left;
}
.media-text._3 {
  color: white;
}
.media-tittle {
  font-size: 20px;
  text-align: left;
  text-transform: none;
}
.media-tittle._3 {
  margin-bottom: 10px;
  color: white;
  text-transform: none;
}
.testimonials-name {
  margin-top: 20px;
  color: #db4b4b;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: none;
}
.image-ipad {
  border-top: 17px none black;
  border-top-left-radius: 0px;
}
.media-one {
  padding-top: 80px;
  text-align: center;
}
.media-one.second {
  background-color: #db4b4b;
  background-image: none;
  background-position: 0% 0%;
  background-size: auto;
  background-repeat: repeat;
  background-attachment: scroll;
}
.skills-div-block {
  width: 100%;
  height: 10px;
  margin-bottom: 5px;
  padding: 2px 3px;
  border-top: 1px solid #c2c2c2;
  border-bottom: 1px solid white;
  border-radius: 0px;
  background-color: #ededed;
}
.skills-line {
  display: block;
  width: 85%;
  height: 70%;
  border-radius: 0px;
  background-color: #db4b4b;
  background-image: none;
  background-position: 0% 0%;
  background-size: auto;
  background-repeat: repeat;
  background-attachment: scroll;
}
.skills-line._2 {
  width: 75%;
}
.skills-line._3 {
  width: 95%;
}
.skills-line._4 {
  width: 65%;
}
.skills-tittle._2 {
  float: none;
  color: black;
  font-size: 13px;
  font-weight: 500;
  text-align: left;
  letter-spacing: 1px;
}
.skills-tittle.percentual {
  display: block;
  float: right;
  color: black;
  font-size: 13px;
  text-align: left;
}
.column-media {
  height: 379px;
  background-color: #292929;
}
.column-media.sec {
  height: 379px;
  background-image: url('../images/12333.jpg');
  background-position: 50% 50%;
  background-size: cover;
}
.div-column {
  padding: 45px 30px 46px;
  background-color: transparent;
  text-align: left;
}
.service-tittle4 {
  margin-bottom: 15px;
  color: black;
  font-size: 15px;
  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: #db4b4b;
}
.open-text {
  display: inline-block;
  margin-right: 20px;
  font-family: Raleway, sans-serif;
  color: white;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
}
.arrow-mapp {
  margin-bottom: 4px;
  float: none;
}
.map {
  position: relative;
  z-index: 3;
  overflow-x: hidden;
  overflow-y: hidden;
}
.tags {
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 5px;
  padding-right: 5px;
  padding-left: 5px;
  border: 1px solid rgba(173, 175, 179, 0.27);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  color: #969799;
  text-align: left;
}
.tags:hover {
  border-color: #db4b4b;
  background-color: #db4b4b;
  color: white;
}
.filter-menu {
  margin-bottom: 30px;
  text-align: center;
}
.over-filter-button {
  margin-right: 5px;
  border: 1px solid #dedede;
  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 #dedede;
  background-color: #dedede;
}
.over-filter-button.w--current:hover {
  background-color: #dedede;
  color: white;
}
.over-filter-button.last {
  border-right-style: solid;
}
.over-filter-button.firts.w--current {
  border-right-style: solid;
  border-left-style: none;
}
.button-text {
  font-family: Raleway, sans-serif;
  color: #828282;
  font-size: 13px;
  font-weight: 400;
  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: white;
}
.white.new {
  color: white;
}
.media-section {
  padding-top: 120px;
  padding-bottom: 80px;
  background-image: url('../images/54247fc234f4f62752eb07ea_ABOUT PAGE.jpg');
  background-position: 50% 0px;
  background-size: cover;
  background-attachment: fixed;
}
.headline-big {
  margin-bottom: 40px;
  color: white;
  font-size: 54px;
  line-height: 55px;
  font-weight: 500;
}
.headline-big.texbar {
  font-size: 40px;
  font-weight: 700;
  letter-spacing: 2px;
}
.fact-col-section {
  padding-right: 0px;
  padding-left: 0px;
}
.fact-section {
  background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.86), rgba(0, 0, 0, 0.74)), url('../images/shutterstock_197574791.jpg');
  background-image: linear-gradient(rgba(0, 0, 0, 0.86), rgba(0, 0, 0, 0.74)), url('../images/shutterstock_197574791.jpg');
  background-position: 0% 0%, 50% 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}
.fact-right {
  height: 308px;
  background-color: rgba(130, 130, 130, 0.4);
}
.testimonials {
  padding-top: 80px;
}
.row-service-2 {
  margin-top: 50px;
}
.white-headline {
  color: white;
}
.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(0, 0, 0, 0.8);
  opacity: 1;
}
.color-box {
  position: relative;
  top: 40%;
  text-align: center;
}
.imac-column {
  padding-right: 10px;
  text-align: center;
}
.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: rgba(150, 151, 153, 0.6);
}
.column-singel-p {
  text-align: left;
}
.image-portfolio {
  position: static;
  overflow-x: hidden;
  overflow-y: hidden;
}
.about-us-section {
  margin-bottom: -35px;
  padding-top: 55px;
  padding-bottom: 55px;
}
.error-message {
  border: 1px solid #db4b4b;
  background-color: transparent;
}
.success-text {
  color: white;
}
.error-message-text {
  color: #969799;
}
.succes-mesage-big {
  color: white;
}
.service-text {
  color: #4a4a4a;
}
.button-full {
  display: inline-block;
  margin-top: 40px;
  padding: 15px 25px;
  background-color: #db4b4b;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  font-family: Raleway, sans-serif;
  color: white;
  font-size: 14px;
  letter-spacing: 1px;
  text-decoration: none;
}
.button-full:hover {
  background-color: #4a4a4a;
}
.button-full.second {
  margin-top: 0px;
  border: 1px solid white;
  background-color: transparent;
  font-weight: 400;
}
.button-full.second:hover {
  border-color: white;
  background-color: white;
  color: #4a4a4a;
  font-weight: 400;
}
.email {
  margin-top: 22px;
  margin-bottom: -22px;
  font-size: 20px;
}
.services-links {
  text-decoration: none;
}
.vertical-nav-container {
  width: 25%;
  float: left;
}
.vertical-nav-bar {
  float: left;
  background-color: transparent;
}
.vertical-nav-menu {
  padding-left: 116px;
  float: none;
}
.v-nav-menu {
  width: 61%;
  padding-left: 43px;
  float: none;
}
.vertical-nav-link {
  padding-right: 5px;
  padding-left: 5px;
}
.vertical-nav-link.bottom {
  margin-left: 1px;
  padding-right: 30px;
  padding-left: 30px;
}
.vertical-links {
  padding-top: 21px;
  float: left;
  font-family: Raleway, sans-serif;
  color: #0f45f3;
  font-size: 20px;
  text-decoration: none;
}
.vertical-links.w--current {
  font-family: Raleway, sans-serif;
  color: black;
}
.vertical-links.blue {
  float: left;
  color: #0082f3;
  text-align: left;
}
.text-testimonials {
  margin-bottom: auto;
  font-size: 15px;
  text-align: justify;
}
.text-testimonials.margin-removed {
  margin-bottom: 0px;
  padding-right: 38px;
  direction: ltr;
  font-size: 15px;
  text-align: justify;
  list-style-type: none;
}
.text-block {
  float: left;
  font-size: 20px;
}
.text-block.consulting {
  margin-top: 50px;
  float: left;
}
.div-block-v-nav {
  float: right;
}
.top-red {
  background-color: #db4b4b;
}
.top-nav-red-back {
  padding-top: 19px;
  padding-bottom: 19px;
}
.logo-red-back {
  padding-top: 12px;
  padding-bottom: 4px;
}
.top-red-nav-link {
  color: rgba(255, 255, 255, 0.88);
}
.copyright-hp {
  margin-left: -87px;
  padding-left: 0px;
  float: right;
  background-image: -webkit-linear-gradient(3deg, rgba(255, 255, 255, 0.61) 5%, rgba(255, 255, 255, 0.18) 94%);
  background-image: linear-gradient(87deg, rgba(255, 255, 255, 0.61) 5%, rgba(255, 255, 255, 0.18) 94%);
  font-family: Bitter, serif;
  color: black;
  font-size: 16px;
  font-weight: 700;
}
.full-screen-picture {
  width: 100%;
  height: 100%;
  margin-top: 92px;
  background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.09), rgba(0, 0, 0, 0.18) 96%), url('../images/imagebase14_06600h.jpg');
  background-image: linear-gradient(rgba(0, 0, 0, 0.09), rgba(0, 0, 0, 0.18) 96%), url('../images/imagebase14_06600h.jpg');
  background-position: 0px 0px, 50% 12%;
  background-size: auto, 100% 600px;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}
.footer-copyright {
  position: absolute;
  right: 0px;
  bottom: 0px;
  margin-right: 13px;
  font-family: Bitter, serif;
  color: black;
  font-size: 13px;
  font-weight: 400;
  text-align: right;
}
.hero-section-text-conatiner {
  padding-top: 111px;
}
.interior-hero-text {
  margin-top: -64px;
}
.bottom-section {
  position: static;
  left: 0px;
  right: 0px;
  bottom: 0px;
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #bdbdbd;
}
._4-column-row {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding: 50px 49px;
  text-align: center;
}
.footer-copyright-grey {
  padding-right: 25px;
  padding-bottom: 11px;
  float: right;
}
.footer-copyright-grey.centered {
  font-family: Raleway, sans-serif;
}
.footer-copyright-grey.center {
  margin-top: 39px;
  font-family: Raleway, sans-serif;
}
.footer-copyright-grey.mp {
  margin-top: 47px;
  padding-right: 50px;
  padding-left: 0px;
  float: right;
  font-family: Raleway, sans-serif;
  text-align: left;
}
.footer-copyright-grey.home-page {
  position: fixed;
  right: 0px;
  bottom: 0px;
  font-family: Raleway, sans-serif;
  font-weight: 700;
}
.small-text {
  padding-right: 4px;
  font-family: Raleway, sans-serif;
  color: #014d6e;
  font-size: 13px;
  text-align: left;
}
.small-text.no-indent.margin-bottom.bot-mar {
  text-align: left;
}
.small-text.margin-right {
  padding-right: 50px;
}
.small-text.padding-both {
  padding-right: 65px;
  padding-left: 65px;
}
.small-text.padding-both.removed {
  padding-left: 0px;
  font-size: 15px;
}
.small-text.bot-mar {
  font-family: Raleway, sans-serif;
}
.footer-section {
  margin-top: 17px;
  background-color: #bdbdbd;
}
.bottom-div-block {
  display: block;
  width: 50%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 26px;
  padding-bottom: 26px;
}
.bottom-div-block.percentage-change {
  width: auto;
  padding-top: 41px;
  padding-bottom: 41px;
}
.careers {
  margin-top: 28px;
  padding-right: 73px;
  padding-left: 73px;
}
.careers.small.padding-off {
  margin-top: -26px;
}
.align-left {
  font-family: Raleway, sans-serif;
  font-size: 13px;
  font-weight: 700;
  text-align: left;
}
.bottom-4-column-row {
  margin-top: 45px;
  margin-bottom: 20px;
}
.b-copyright {
  padding-right: 43px;
  font-family: Bitter, serif;
  font-size: 13px;
  text-align: right;
}
.b-copyright.small {
  font-family: Raleway, sans-serif;
}
.services-header {
  font-family: Raleway, sans-serif;
  color: black;
  font-size: 30px;
  font-weight: 600;
  text-transform: none;
}
.footer-container {
  margin-top: -25px;
  margin-bottom: -30px;
  padding-top: 0px;
  padding-right: 7px;
  padding-bottom: 0px;
}
.full-s-picture {
  width: auto;
  height: 100vh;
  background-image: url('../images/imagebase14_06760common.jpg');
  background-position: 50% -93px;
  background-size: cover;
  background-repeat: no-repeat;
}
.solutions-body {
  height: 250px;
  margin-top: 94px;
  background-image: url('../images/M_bigstock-Businessman-Holding-Jigsaw-Puz-84843260cropped484.png');
  background-position: 0px 0px;
  background-size: 100% 250px;
  background-repeat: no-repeat;
  background-attachment: scroll;
}
.contact-middle-section {
  padding-top: 0px;
}
.about-us-hero-section {
  height: 400px;
  background-image: url('../images/M_bigstock-Business-presentation-on-corpo-93283829250crop.jpg');
  background-position: 0px 90px;
  background-size: 100% 400px;
  background-repeat: no-repeat;
}
.careers-main-section {
  width: 100%;
  height: 400px;
  margin-top: 69px;
  padding-top: 0px;
  background-image: url('../images/SplitShire-7070med.jpg');
  background-position: 50% 1%;
  background-size: 100% 600px;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.bottom-container {
  padding-top: 41px;
  padding-bottom: 41px;
  font-family: Raleway, sans-serif;
}
.full-length-image-not-background {
  position: relative;
}
.full-length-image-trial {
  position: static;
  height: 250px;
}
.full-length-image-text-trial {
  position: absolute;
  margin-top: 118px;
  margin-left: 422px;
  font-size: 21.3px;
}
.make-it-absolute {
  position: absolute;
  padding-top: 125px;
  padding-left: 450px;
}
.new {
  margin-top: -31px;
  font-family: Raleway, sans-serif;
  color: black;
  font-size: 30px;
}
.meet-you-picture {
  width: 100%;
  height: 400px;
}
.meet-you-picture.medium {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  height: 350px;
  margin-top: 89px;
}
.meet-you-picture.small {
  height: 250px;
}
.just-a-section {
  height: 100vh;
  background-image: url('../images/shutterstock_67128502.jpg');
  background-position: 50% 0px;
  background-size: cover;
  background-repeat: no-repeat;
}
.red-submit-button {
  width: 25%;
  border-radius: 3px;
  background-color: #db4b4b;
  font-family: Raleway, sans-serif;
  font-size: 18px;
}
.red-submit-button:hover {
  background-color: #4a4a4a;
}
.first-text-field {
  display: none;
}
.name-field {
  display: none;
}
.prev-contact-form {
  margin-top: -155px;
  margin-bottom: 31px;
}
.section-form {
  margin-top: 15px;
  margin-bottom: 23px;
}
.contact-form-heading {
  margin-bottom: 8px;
  font-size: 15px;
  font-weight: 700;
  text-align: left;
}
.contact-form-heading.projects {
  margin-top: 13px;
  margin-bottom: 17px;
  font-size: 20px;
}
.form-container {
  margin-top: 186px;
}
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);
  -ms-transform: scale(0.01);
  transform: scale(0.01);
}
html.w-mod-js *[data-ix="features-2"] {
  display: block;
  opacity: 0;
  -webkit-transform: scale(0.01);
  -ms-transform: scale(0.01);
  transform: scale(0.01);
}
html.w-mod-js *[data-ix="features-3"] {
  display: block;
  opacity: 0;
  -webkit-transform: scale(0.01);
  -ms-transform: scale(0.01);
  transform: scale(0.01);
}
html.w-mod-js *[data-ix="features-4"] {
  display: block;
  opacity: 0;
  -webkit-transform: scale(0.01);
  -ms-transform: scale(0.01);
  transform: scale(0.01);
}
html.w-mod-js *[data-ix="features-5"] {
  display: block;
  opacity: 0;
  -webkit-transform: scale(0.01);
  -ms-transform: scale(0.01);
  transform: scale(0.01);
}
html.w-mod-js *[data-ix="features-6"] {
  display: block;
  opacity: 0;
  -webkit-transform: scale(0.01);
  -ms-transform: scale(0.01);
  transform: scale(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);
  -ms-transform: scale(0.01);
  transform: scale(0.01);
}
html.w-mod-js *[data-ix="button-line"] {
  display: block;
  opacity: 0;
  -webkit-transform: scale(0.01);
  -ms-transform: scale(0.01);
  transform: scale(0.01);
}
html.w-mod-js *[data-ix="hero-slider-3"] {
  opacity: 0;
}
@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 {
    padding-bottom: 0px;
    background-image: url('../images/imagebase14_06resized.jpg');
    background-position: 50% 50%;
    background-size: cover;
    box-shadow: none;
  }
  .hero-section.subpage.contact {
    background-position: 50% 50%;
    background-size: cover;
    box-shadow: none;
  }
  .hero-section.subpage.second-type {
    box-shadow: none;
  }
  .navbar {
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .section {
    padding-top: 110px;
    padding-bottom: 110px;
  }
  .section.facts {
    box-shadow: none;
  }
  .section {
    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: 30px;
  }
  .menu-button {
    display: inline-block;
    margin-top: 0px;
    padding: 15px;
    border-radius: 0px;
    background-color: #f2f2f2;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
  }
  .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: black;
    text-align: left;
  }
  .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;
  }
  .footer-big {
    padding-top: 20px;
  }
  .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: #969799;
    font-size: 15px;
    text-align: center;
    letter-spacing: 1px;
  }
  .nav-link:hover {
    border-bottom: 1px none #969799;
    border-radius: 0px;
    background-color: rgba(255, 255, 255, 0.09);
    color: white;
  }
  .nav-link.w--current {
    display: block;
    border-radius: 5px;
    background-color: transparent;
    color: #969799;
    font-size: 15px;
    text-align: center;
  }
  .nav-link.w--current:hover {
    background-color: rgba(255, 255, 255, 0.2);
    color: white;
    text-align: center;
  }
  .hero-headline {
    margin-top: 0px;
    margin-bottom: 30px;
    padding-bottom: 0px;
    font-size: 50px;
    text-shadow: none;
  }
  .hero-headline._2 {
    margin-bottom: 0px;
    text-shadow: none;
  }
  .hero-headline._2.subpage {
    text-shadow: none;
  }
  .hero-headline._2.subpage.small {
    margin-top: 14px;
    text-shadow: none;
  }
  .hero-headline._2.subpage.small.left {
    text-shadow: none;
  }
  .social-dic-2 {
    display: block;
    margin-top: 20px;
    float: left;
  }
  .social-dic-2.contact {
    margin-top: 20px;
  }
  .text-area {
    min-height: 60px;
  }
  .column.media {
    margin-bottom: 0px;
  }
  .column.fact {
    padding-bottom: 30px;
    text-align: center;
  }
  .column.ipad {
    margin-bottom: 0px;
    text-align: center;
  }
  .slider {
    width: 25%;
  }
  .column-button {
    text-align: center;
  }
  .text {
    margin-bottom: 25px;
    text-align: center;
  }
  .footer-small {
    margin-top: 45px;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .white-text-footer {
    margin-top: 20px;
  }
  .herotext-div {
    margin-top: -39px;
  }
  .herotext-div.subtittle {
    margin-top: 150px;
  }
  .herotext-div.subtittle.subpage.second {
    margin-top: 85px;
  }
  .team {
    float: none;
    text-align: center;
  }
  .header-tittle {
    text-align: left;
  }
  .div-social {
    text-align: center;
  }
  .text-fotter {
    font-size: 13px;
  }
  .slider-testimonilas {
    height: 260px;
  }
  .testimonilas-div {
    margin-right: 50px;
    margin-left: 50px;
  }
  .row-paginator {
    padding-bottom: 10px;
  }
  .previouz {
    box-shadow: none;
  }
  .upper-headline {
    margin-bottom: 0px;
  }
  .logo {
    display: inline-block;
    margin-top: -31px;
    margin-bottom: -30px;
  }
  .brand {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .headerline-section.small.media {
    margin-top: 30px;
  }
  .headerline-section.small.media.separate {
    margin-top: 0px;
  }
  .headerline-section.small.media.first {
    margin-top: 0px;
  }
  .headline-div-block {
    margin-bottom: 50px;
  }
  .service-section {
    padding-bottom: 60px;
  }
  .features-text.second {
    margin-bottom: 40px;
  }
  .service-icon {
    margin-bottom: 20px;
  }
  .service-icon.new {
    margin-bottom: 70px;
  }
  .vidider {
    margin-bottom: 35px;
  }
  .skills.div {
    margin-top: 50px;
  }
  .skills.div.first {
    margin-bottom: 50px;
  }
  .media-text._3 {
    font-size: 13px;
  }
  .media-tittle._3 {
    font-size: 23px;
  }
  .media-tittle.tablet {
    margin-left: -35px;
  }
  .media-tittle.tablet.margin-removed {
    margin-left: -77px;
  }
  .image-ipad {
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
  .white {
    padding-bottom: 0px;
  }
  .fact-right {
    height: 250px;
  }
  .row-service-2 {
    margin-top: 0px;
  }
  .imac-column {
    position: relative;
    display: block;
  }
  .nav-menu {
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: rgba(0, 0, 0, 0.9);
  }
  .div-sign {
    width: 10%;
  }
  .div-sign.service {
    width: 25%;
  }
  .divider {
    margin-left: -35px;
  }
  .divider.margin-removed.locch {
    margin-left: -77px;
  }
  .imac {
    margin-right: auto;
    margin-left: auto;
  }
  .about-us-section {
    padding-bottom: 60px;
    float: none;
  }
  .text-testimonials {
    margin-left: -77px;
  }
  .div-block-v-nav {
    width: 58%;
    padding-left: 32px;
    float: none;
  }
  .column-2-consulting {
    padding-left: 0px;
  }
  .full-screen-picture {
    background-position: 0px 0px, 50% 50%;
  }
  .careers {
    font-size: 24px;
  }
}
@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 {
    box-shadow: none;
  }
  .hero-section.subpage.second-type {
    box-shadow: none;
  }
  .navbar {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .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: #828282;
    font-size: 15px;
  }
  .nav-link:hover {
    color: white;
  }
  .nav-link.w--current {
    color: #828282;
    font-size: 15px;
  }
  .nav-link.w--current:hover {
    background-color: rgba(130, 130, 130, 0.2);
    -webkit-transition: none 0ms ease;
    transition: none 0ms ease;
    color: white;
  }
  .hero-headline {
    font-size: 36px;
    text-shadow: none;
  }
  .hero-headline._2 {
    text-shadow: none;
  }
  .hero-headline._2.subpage {
    font-size: 29px;
    text-shadow: none;
  }
  .hero-headline._2.subpage.small {
    display: block;
    text-shadow: none;
  }
  .hero-headline._2.subpage.small.left {
    text-shadow: none;
  }
  .about-text {
    font-size: 14px;
  }
  .contact-map-fprm {
    text-align: center;
  }
  .social-dic-2 {
    display: inline-block;
    margin-top: 0px;
    float: none;
    text-align: center;
  }
  .social-dic-2.contact {
    display: inline-block;
    overflow-x: visible;
    overflow-y: 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;
  }
  .slider {
    width: 33.3%;
  }
  .textbar {
    text-align: center;
  }
  .form-wrapper {
    padding-right: 14px;
    padding-left: 14px;
    text-align: center;
  }
  .column-button {
    text-align: center;
  }
  .tittle {
    text-align: center;
  }
  .white-text-footer {
    text-align: center;
  }
  .white-text-footer.contact {
    margin-bottom: 0px;
    text-align: center;
  }
  .white-text-footer.contact.intro.black {
    padding-left: 16px;
    font-size: 17px;
  }
  .white-text-footer.contact.centered {
    width: 40%;
    padding-left: 13px;
    text-align: center;
  }
  .white-text-footer.contact.black {
    margin-bottom: 9px;
  }
  .newslater-text-field {
    text-align: center;
  }
  .herotext-div.home-page.ml {
    margin-top: 31px;
  }
  .header-tittle.details {
    margin-top: 30px;
  }
  .div-social {
    text-align: center;
  }
  .text-fotter {
    width: 40%;
    font-size: 14px;
    text-align: center;
  }
  .slider-testimonilas {
    height: 310px;
  }
  .text-testimonilas {
    padding-right: 13px;
    padding-left: 13px;
  }
  .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;
  }
  .headerline-section.small.media {
    margin-top: 30px;
    margin-bottom: 0px;
  }
  .headerline-section.small.media.first {
    margin-top: 0px;
  }
  .service-icon {
    margin-bottom: 46px;
  }
  .vidider {
    margin-bottom: 50px;
  }
  .media-tittle.tablet.margin-removed {
    margin-left: -100px;
  }
  .skills-tittle._2 {
    display: block;
  }
  .div-column {
    padding-right: 10px;
    padding-left: 10px;
  }
  .fact-right {
    height: 300px;
  }
  .div-sign {
    width: 12%;
    margin-top: 10px;
  }
  .div-sign.service {
    width: 12%;
  }
  .divider.margin-removed {
    margin-left: -88px;
  }
  .divider.margin-removed.locch {
    margin-left: -100px;
  }
  .button-full {
    margin-top: 20px;
  }
  .email {
    margin-bottom: 13px;
  }
  .text-testimonials {
    margin-left: -100px;
    padding-right: 4px;
  }
  .text-testimonials.margin-removed {
    margin-left: -100px;
  }
  .full-screen-picture {
    background-image: url('../images/imagebase14_06resized.jpg');
    background-position: 50% 50%;
    background-size: cover;
  }
  .footer-copyright-grey.centered {
    display: block;
    margin-top: 18px;
    margin-right: auto;
    margin-left: auto;
    float: none;
    text-align: center;
  }
  .small-text.no-indent.margin-bottom.bot-mar {
    margin-bottom: 13px;
  }
  .small-text.margin-right.padding {
    padding-bottom: 20px;
  }
  .small-text.margin-right.padding.removed {
    padding-right: 0px;
  }
  .small-text.padding-both.removed {
    padding-right: 0px;
    padding-left: 0px;
  }
  .small-text.bot-mar {
    margin-bottom: 13px;
  }
  .careers.small {
    font-size: 21px;
  }
  .solutions-body {
    background-image: url('../images/M_bigstock-Businessman-Holding-Jigsaw-Puz-84843260cropped484.png');
    background-position: 0px 0px;
    background-size: 800px;
    background-repeat: no-repeat;
    background-attachment: scroll;
  }
  .careers-main-section {
    background-image: url('../images/SplitShire-7070med.jpg');
    background-position: 0px 0px;
    background-size: cover;
    background-repeat: repeat;
    background-attachment: scroll;
  }
}
@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 {
    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 {
    box-shadow: none;
  }
  .hero-section.subpage.second-type {
    height: 180px;
    box-shadow: none;
  }
  .section {
    padding-top: 50px;
    padding-bottom: 0px;
    box-shadow: none;
  }
  .white-tittle {
    margin-bottom: 0px;
    font-size: 22px;
  }
  .menu-button {
    margin-top: 6px;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .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;
  }
  .hero-headline {
    font-size: 35px;
    line-height: 45px;
    text-shadow: none;
  }
  .hero-headline._2 {
    font-size: 37px;
    text-shadow: none;
  }
  .hero-headline._2.subpage {
    font-size: 25px;
    text-shadow: none;
  }
  .hero-headline._2.subpage.small {
    display: block;
    font-size: 16px;
    line-height: 40px;
    text-align: center;
    text-shadow: none;
  }
  .hero-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;
  }
  .hero-container.mp {
    background-image: -webkit-radial-gradient(50% 50%, circle, rgba(255, 255, 255, 0) 5%, black), url('../images/imagebase14_06resized.jpg');
    background-image: radial-gradient(circle at 50% 50%, rgba(255, 255, 255, 0) 5%, black), url('../images/imagebase14_06resized.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
  }
  .hero-container.about {
    display: block;
  }
  .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: 100%;
  }
  .text-area {
    text-align: center;
  }
  .column {
    display: inline-block;
    text-align: center;
  }
  .column.media.sec {
    height: 580px;
  }
  .slider {
    width: 50%;
  }
  .white-text-footer {
    text-align: center;
  }
  .white-text-footer.contact {
    text-align: center;
  }
  .white-text-footer.contact.centered {
    width: 80%;
  }
  .herotext-div.subtittle {
    margin-top: 115px;
  }
  .herotext-div.subtittle.subpage {
    margin-top: 180px;
  }
  .herotext-div.subtittle.subpage.about {
    margin-top: 29px;
  }
  .text-fotter {
    width: 80%;
    text-align: center;
  }
  .slider-testimonilas {
    height: 375px;
  }
  .testimonilas-div {
    margin-right: 0px;
    margin-left: 0px;
  }
  .text-testimonilas.about {
    margin-top: -270px;
    padding-bottom: 0px;
  }
  .previouz {
    box-shadow: none;
  }
  .previouz.w--current {
    box-shadow: none;
  }
  .upper-headline {
    margin-top: -112px;
    margin-right: 14px;
    color: white;
  }
  .contact-section {
    margin-top: 15px;
  }
  .contact-section.extra-height {
    margin-top: 40px;
  }
  .logo {
    display: block;
  }
  .logo.mp {
    margin-top: -13px;
  }
  .service-icon {
    margin-bottom: 100px;
  }
  .service-icon.new {
    margin-bottom: 100px;
  }
  .vidider {
    margin-bottom: 50px;
  }
  .media-tittle {
    margin-bottom: 20px;
  }
  .media-tittle.tablet {
    margin-top: 23px;
    padding-left: 55px;
  }
  .skills-tittle._2 {
    display: block;
    float: none;
  }
  .column-media {
    height: 580px;
  }
  .div-column {
    padding-right: 10px;
    padding-left: 10px;
  }
  .over-filter-button {
    margin-right: 0px;
    margin-bottom: 5px;
  }
  .fact-right {
    height: 400px;
  }
  .div-sign {
    width: 20%;
    margin-top: 0px;
  }
  .div-sign.service {
    width: 20%;
  }
  .divider {
    margin-left: 20px;
    padding-left: 57px;
  }
  .divider.margin-removed.locch {
    margin-left: -31px;
  }
  .email {
    font-size: 15px;
  }
  .text-testimonials {
    padding-left: 55px;
  }
  .column-2-consulting.left-padding {
    padding-left: 73px;
  }
  .full-screen-picture {
    background-position: 56% 50%;
    background-repeat: no-repeat;
  }
  .footer-copyright-grey.center {
    display: block;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
  .footer-copyright-grey.mp {
    display: block;
    margin-right: auto;
    margin-left: auto;
    float: none;
    text-align: center;
  }
  .small-text.no-indent.margin-bottom {
    margin-bottom: 13px;
  }
  .small-text.margin-right.padding.removed {
    padding-right: 0px;
  }
  .small-text.padding-both.removed {
    padding-right: 10px;
    padding-left: 10px;
  }
  .small-text.bot-mar {
    margin-bottom: 17px;
  }
  .bottom-div-block.percentage-change {
    width: 75%;
  }
  .careers.small.padding-off {
    padding-right: 21px;
    padding-left: 21px;
    font-size: 19px;
  }
  .b-copyright.small {
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-left: 24px;
    font-size: 12px;
    text-align: center;
  }
  .solutions-body {
    background-image: url('../images/M_bigstock-Businessman-Holding-Jigsaw-Puz-84843260cropped484.png');
    background-position: 50% 50%;
    background-size: auto 200px;
    background-repeat: no-repeat;
    background-attachment: scroll;
  }
  .about-us-hero-section {
    height: 500px;
    background-image: url('../images/M_bigstock-Business-presentation-on-corpo-93283829250crop.jpg');
    background-position: 0px 102px;
    background-size: 307px;
    background-repeat: no-repeat;
  }
  .careers-main-section {
    background-image: url('../images/SplitShire-7070med.jpg');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .meet-you-picture.medium {
    height: 250px;
  }
}

