body {
  height: 100%;
  font-family: 'Open Sans', sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin: 7px 0px 10px;
  -webkit-transition: text-shadow 500ms ease;
  transition: text-shadow 500ms ease;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 25px;
  line-height: 44px;
  font-weight: 700;
  text-transform: uppercase;
}

h1:hover {
  text-shadow: 0 0 29px #fff;
}

h2 {
  margin: 10px 0px;
  font-family: 'Open Sans', sans-serif;
  color: #000;
  font-size: 28px;
  line-height: 36px;
  font-weight: 800;
  text-transform: uppercase;
}

h3 {
  margin: 10px 0px 15px;
  font-family: 'Open Sans', sans-serif;
  color: #000;
  font-size: 50px;
  line-height: 39px;
  font-weight: 800;
  text-transform: uppercase;
}

h4 {
  margin: 10px 0px;
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}

h5 {
  margin: 10px 0px;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 12px;
  line-height: 20px;
  font-weight: 700;
  text-transform: uppercase;
}

h6 {
  margin: 10px 0px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
}

p {
  margin-top: 0px;
  margin-bottom: 5px;
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  line-height: 23px;
}

.button {
  display: inline-block;
  margin-top: 10px;
  padding: 10px 15px;
  border-radius: 3px;
  background-color: #fff;
  font-family: 'Open Sans', sans-serif;
  color: #000;
  text-align: center;
  text-decoration: none;
}

.button.slider {
  margin-top: 21px;
  background-color: hsla(0, 0%, 100%, 0.09);
  opacity: 0.4;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  color: #fff;
}

.button.slider:hover {
  border-radius: 24px;
  background-color: #f5a631;
  opacity: 1;
  color: #fff;
}

.button.submit {
  padding: 20px 25px;
  border: 2px solid #fff;
  background-color: transparent;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  color: #fff;
  font-size: 19px;
}

.button.submit:hover {
  padding-right: 50px;
  padding-left: 50px;
  border-color: #363836;
  border-radius: 37px;
  background-color: #1d3e23;
  color: #fff;
}

.navbar {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  padding-top: 45px;
  padding-bottom: 19px;
  background-color: transparent;
}

.navbar.newpadd {
  padding-top: 12px;
  padding-bottom: 12px;
  background-color: #1d3e23;
}

.logo-container.newbox {
  width: 25%;
  height: 100%;
  margin-right: 0px;
}

.logo-container.newbox.w--current {
  height: 25%;
  background-image: none;
  background-clip: border-box;
}

.nav-link {
  height: 45px;
  margin-top: 8px;
  margin-right: 5px;
  padding: 13px 12px 10px;
  opacity: 0.45;
  -webkit-transition: opacity 500ms ease, padding-top 500ms ease;
  transition: opacity 500ms ease, padding-top 500ms ease;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
}

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

.top-slider {
  height: 100%;
  background-color: #2c2d33;
}

.top-slider-container {
  position: relative;
  left: 0px;
  top: 30%;
  right: 0px;
  bottom: 0px;
  padding-right: 140px;
  padding-left: 140px;
  text-align: center;
}

.top-slider-slide {
  z-index: 10;
  background-image: url('../images/header-1.jpg');
  background-position: 50% 80%;
  background-size: cover;
}

.top-slider-slide._2 {
  background-image: url('../images/header-1-color.jpg');
}

.top-slider-slide._3 {
  background-image: url('../images/Street-5.jpg');
}

.top-slider-slide.landscape {
  background-image: url('../images/header-landscape-1.jpg');
}

.top-slider-slide.compass-backg {
  position: relative;
  bottom: -56px;
  background-image: url('../images/header-compass-right.jpg');
  background-position: 50% 50%;
}

.top-slider-slide.landscape-top-mountain {
  padding-top: 0px;
  background-image: url('../images/header-landscape-1.jpg');
  background-position: 50% 0%;
  background-size: cover;
}

.top-slider-slide.landscape-top-mountain-no {
  padding-top: 0px;
  background-image: url('../images/header-landscape-no-buildings2.jpg');
  background-position: 50% 0%;
  background-size: cover;
}

.top-slider-slide.landscape-top-mountain-mobile {
  padding-top: 0px;
  background-image: url('../images/header-landscape-no-buildings2.jpg');
  background-position: 50% 0%;
  background-size: cover;
}

.slider-title {
  font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
  color: #fff;
  font-size: 40px;
  line-height: 40px;
  font-weight: 400;
  text-transform: none;
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
}

.slider-title.small {
  display: inline-block;
  margin-bottom: 33px;
  border-bottom: 2px solid #f5a631;
  font-size: 20px;
}

.slider-title.small.green {
  color: #0eaa16;
  font-size: 40px;
  font-weight: 300;
  text-transform: none;
}

.slider-title.description {
  margin-top: 30px;
  font-size: 38px;
  line-height: 44px;
  text-transform: none;
}

.slider-title._2 {
  font-weight: 800;
}

.slider-title.small-header {
  font-size: 33px;
  line-height: 33px;
}

.slider-title.small-header.fx-header-text {
  margin-top: 63px;
}

.slider-title.small-header.fx-header-text-mobile {
  margin-top: 63px;
}

.slider-title.small-header-2 {
  font-size: 33px;
  line-height: 33px;
}

.slider-title.small-header-2.fx-header-text {
  margin-top: 63px;
  font-size: 24px;
  line-height: 27px;
}

.section.intro {
  padding-top: 60px;
  padding-bottom: 60px;
  text-align: center;
  text-shadow: 1px 1px 6px #000;
}

.section.sectors {
  position: static;
  padding-top: 200px;
  padding-bottom: 101px;
  text-align: center;
}

.section.sectors.new-size {
  padding-top: 67px;
  padding-bottom: 25px;
}

.section.intro-image {
  height: 250px;
  background-color: #2c2d33;
  background-image: url('../images/sky-new.jpg');
  background-size: cover;
  background-attachment: fixed;
}

.section.info {
  padding-top: 150px;
  padding-bottom: 80px;
  text-align: center;
}

.section.footer {
  padding-top: 200px;
  padding-bottom: 200px;
  background-color: #2c2d33;
  background-image: url('../images/azimuth-bottom-jpg-color.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: fixed;
  text-align: center;
}

.section.footer.top-contact {
  padding-top: 86px;
}

.section.footer.top-contact.zoom-image {
  background-image: url('../images/azimuth-bottom-zoom.jpg');
}

.section.footer.top-contact.zoom-image-logo {
  height: 81vh;
  padding-top: 0px;
  padding-bottom: 81px;
  background-image: url('../images/azimuth-bottom-logo-image.jpg');
  background-position: 20% 10%;
  background-size: cover;
  background-attachment: scroll;
}

.section.footer.new-contact {
  padding-top: 64px;
  padding-bottom: 39px;
}

.section.footer.new-contact-size {
  padding-top: 94px;
  padding-bottom: 52px;
  padding-left: 0px;
}

.section.footer.new-contact-size-2 {
  max-height: none;
  margin-left: 0px;
  padding-top: 94px;
  padding-bottom: 0px;
  padding-left: 0px;
  background-image: url('../images/azimuth-bottom-jpg-2400.jpg');
  background-position: 0% 0%;
  background-size: 1200px;
  background-repeat: repeat;
  background-attachment: fixed;
}

.section.footer.contact-prop13 {
  max-height: 100%;
  max-width: 100%;
  margin-left: 0px;
  padding-top: 33px;
  padding-bottom: 33px;
  padding-left: 0px;
  background-image: none;
}

.section.footer.contact-prop14 {
  max-height: 100%;
  max-width: 100%;
  margin-left: 0px;
  padding-top: 33px;
  padding-bottom: 33px;
  padding-left: 0px;
  background-image: url('../images/azimuth-bottom-jpg.jpg');
  background-position: 50% 100%;
  background-size: auto;
  background-repeat: repeat;
}

.section.footer.contact-prop13-other {
  max-height: 100%;
  max-width: 100%;
  margin-left: 0px;
  padding-top: 33px;
  padding-bottom: 33px;
  padding-left: 0px;
  background-image: url('../images/azimuth-bottom-zoom.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.section.footer.new-contact-prop12 {
  max-height: none;
  margin-left: 0px;
  padding-top: 94px;
  padding-bottom: 0px;
  padding-left: 0px;
  background-image: url('../images/azimuth-bottom-jpg-2400.jpg');
  background-position: 800vw 100vh;
  background-size: auto;
  background-repeat: repeat;
  background-attachment: fixed;
}

.section.footer.contact-prop15 {
  max-height: 100%;
  max-width: 100%;
  margin-left: 0px;
  padding-top: 33px;
  padding-bottom: 33px;
  padding-left: 0px;
  background-image: url('../images/azimuth-bottom-zoom-darker.jpg');
  background-position: 0% 50%;
  background-attachment: scroll;
}

.section.footer.contact-prop16 {
  max-height: 100%;
  max-width: 100%;
  margin-left: 0px;
  padding-top: 33px;
  padding-bottom: 33px;
  padding-left: 0px;
  background-image: url('../images/azimuth-bottom-zoom-darker-15B.jpg');
  background-position: 0% 50%;
  background-attachment: scroll;
}

.section.footer.contact-prop16 {
  max-height: 100vh;
  max-width: 100vw;
  margin-left: 0px;
  padding-top: 33px;
  padding-bottom: 33px;
  padding-left: 0px;
  background-image: url('../images/azimuth-bottom-zoom-darker-15B.jpg');
  background-position: 0% 50%;
  background-attachment: scroll;
}

.section.footer-top {
  padding-top: 100px;
  padding-bottom: 0px;
  border-top: 1px solid #dbdbdb;
  background-color: #bccab6;
  -webkit-transition: background-color 500ms ease, padding-bottom 500ms ease;
  transition: background-color 500ms ease, padding-bottom 500ms ease;
  text-align: center;
}

.section.footer-top:hover {
  padding-top: 31px;
  padding-bottom: 0px;
  background-color: #f0f1f5;
}

.section.content-menu {
  overflow: hidden;
  padding-top: 50px;
  padding-bottom: 35px;
  border-top: 1px solid #e0e0e0;
  -webkit-transition: padding-bottom 500ms ease, padding-top 500ms ease;
  transition: padding-bottom 500ms ease, padding-top 500ms ease;
  text-align: center;
}

.section.content-menu:hover {
  padding-top: 110px;
  padding-bottom: 50px;
  background-color: #f5a631;
}

.section.footer-top-new {
  padding-top: 32px;
  padding-bottom: 0px;
  border-top: 1px solid #dbdbdb;
  background-color: #bccab6;
  -webkit-transition: background-color 500ms ease, padding-bottom 500ms ease;
  transition: background-color 500ms ease, padding-bottom 500ms ease;
  text-align: center;
}

.section.footer-top-new:hover {
  padding-top: 31px;
  padding-bottom: 0px;
  background-color: #f0f1f5;
}

.top-info-column {
  padding-right: 0px;
  padding-bottom: 30px;
  padding-left: 0px;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  text-align: center;
}

.top-info-column:hover {
  background-color: rgba(196, 184, 167, 0.09);
}

.h2-small {
  margin-top: -8px;
  margin-bottom: 22px;
  color: #cecfd9;
  font-size: 20px;
  font-weight: 300;
  text-transform: none;
}

.link {
  font-family: 'Open Sans', sans-serif;
  color: #f5a631;
  font-size: 15px;
  text-decoration: none;
}

.link:hover {
  color: #ffdaa3;
  text-decoration: underline;
}

.link.top-info {
  display: inline-block;
  margin-top: 16px;
  padding: 7px 13px 8px;
  border-radius: 25px;
  background-color: #f5a631;
  -webkit-transition: background-color 500ms ease, border-radius 500ms ease;
  transition: background-color 500ms ease, border-radius 500ms ease;
  color: #fff;
}

.link.top-info:hover {
  border-radius: 3px;
  background-color: #000;
  color: #fff;
  text-decoration: none;
}

.link.content-menu-link {
  display: inline-block;
  margin-right: 10px;
  padding: 7px 13px 8px;
  border: 2px solid transparent;
  border-radius: 25px;
  background-color: #fff;
  -webkit-transition: background-color 500ms ease, border-radius 500ms ease;
  transition: background-color 500ms ease, border-radius 500ms ease;
  color: #f5a631;
}

.link.content-menu-link:hover {
  border-width: 2px;
  border-color: #000;
  border-radius: 25px;
  background-color: #000;
  color: #fff;
  text-decoration: none;
}

.link.email {
  color: #c6d6cd;
}

.profile-image {
  display: block;
  width: 170px;
  height: 170px;
  margin: -270px auto 80px;
  border-style: solid;
  border-width: 4px;
  border-color: #f9faf9;
  border-radius: 90px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0px 0px;
  background-size: auto;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.5);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.profile-image:hover {
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.5);
}

.h3-small {
  margin-bottom: 33px;
  color: #cecfd9;
  font-size: 30px;
  font-weight: 300;
}

.h3-small.intro {
  display: inline-block;
  margin-top: 0px;
  margin-bottom: 45px;
  padding-bottom: 13px;
  border-bottom: 2px solid #bcbdc2;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  font-family: 'Open Sans', sans-serif;
  color: #1d3e23;
  font-size: 60px;
  font-weight: 300;
  text-transform: uppercase;
  text-shadow: none;
}

.h3-small.intro.white {
  position: static;
  box-shadow: none;
  color: #fff;
  line-height: 46px;
}

.h3-small.intro.extraline {
  box-shadow: 0 2px 0 0 #fff;
}

.h3-small.intro.white-footer {
  position: static;
  padding-top: 41px;
  box-shadow: none;
  color: #fff;
  line-height: 46px;
}

.h3-small.intro.white-footer.right-align {
  padding-left: 170px;
}

.h3-small.secret-white {
  color: #fff;
}

.h3-small.sectors {
  display: inline-block;
  margin-top: 0px;
  margin-bottom: 45px;
  padding-bottom: 13px;
  border-bottom: 2px solid #bcbdc2;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  font-family: 'Open Sans', sans-serif;
  color: #1d3e23;
  font-size: 60px;
  font-weight: 300;
  text-transform: uppercase;
  text-shadow: none;
}

.h3-small.sectors.white {
  position: static;
  box-shadow: none;
  color: #fff;
  line-height: 46px;
}

.h3-small.sectors.extraline {
  box-shadow: 0 2px 0 0 #fff;
}

.content-slider {
  height: 800px;
  background-color: #2c2d33;
}

.content-slider-slide {
  padding-top: 235px;
  background-image: url('../images/Person-7.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.content-slider-slide._2 {
  background-image: url('../images/Mac-3.jpg');
}

.content-slider-slide._3 {
  background-image: url('../images/Mac.jpg');
}

.content-slider-container {
  text-align: center;
}

.content-slider-nav {
  padding-bottom: 130px;
}

.info-row {
  margin-right: 0px;
  margin-left: 0px;
  padding-bottom: 75px;
  border-bottom: 2px solid hsla(0, 0%, 83.9%, 0.49);
}

.info-row._2 {
  margin-top: 75px;
  margin-right: 0px;
  margin-left: 0px;
  border-bottom-style: none;
}

.info-column {
  padding-right: 25px;
  padding-left: 25px;
}

.footer-title {
  margin-bottom: 18px;
  font-family: 'Open Sans', sans-serif;
  color: #000;
  font-size: 43px;
  font-weight: 300;
}

.footer-title.white {
  color: #fff;
  font-size: 50px;
  font-weight: 800;
  text-transform: uppercase;
}

.footer-link {
  display: inline-block;
  margin-top: 15px;
  margin-right: 25px;
  padding-right: 25px;
  border-right: 1px solid hsla(0, 0%, 100%, 0.49);
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 15px;
  text-decoration: none;
}

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

.footer-link.end {
  border-right-style: none;
}

.footer-container {
  padding-right: 200px;
  padding-left: 200px;
}

.footer-container.contact-right {
  padding-right: 60px;
}

.footer-container.contact-center {
  padding-right: 60px;
  padding-left: 49px;
}

.footer-container.contact-center-new {
  padding-right: 0px;
  padding-left: 0px;
}

.footer-container.contact-left-new {
  display: block;
  padding-right: 0px;
  padding-left: 0px;
}

.footer-container.footer-backgr-prop13 {
  display: block;
  padding-right: 0px;
  padding-left: 0px;
}

.footer-container.footer-backgr-prop14 {
  display: block;
  padding-right: 0px;
  padding-left: 0px;
  background-image: url('../images/azimuth-bottom-jpg-NEW-Size.jpg');
  background-position: 0px 0px;
  background-size: 1000px;
}

.footer-container.footer-backgr-prop15 {
  display: block;
  max-width: 940vw;
  padding-right: 0px;
  padding-left: 0px;
}

.form-field {
  height: 65px;
  margin-bottom: 5px;
  border: 3px solid #fff;
  border-radius: 4px;
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
}

.form-field:hover {
  background-color: hsla(0, 0%, 100%, 0.8);
}

.form-field:focus {
  box-shadow: 0 0 13px 0 #000;
}

.form-field.area {
  height: 150px;
  padding-top: 19px;
}

.paragraph-white {
  color: #fff;
}

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

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

.paragraph-white.center.smaller {
  font-size: 12px;
  line-height: 18px;
  font-weight: 300;
}

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

.paragraph-white.left-contact.smaller {
  font-size: 12px;
  line-height: 18px;
  font-weight: 300;
}

.footer-form {
  margin-top: 50px;
  margin-bottom: 60px;
  padding-bottom: 60px;
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.29);
}

.discover-more-title {
  margin-top: -74px;
  margin-bottom: 35px;
  color: #fff;
  font-size: 25px;
  font-weight: 300;
  text-transform: uppercase;
}

.menu-button {
  display: inline-block;
  width: 45px;
  height: 45px;
  margin-top: 8px;
  padding-top: 9px;
  padding-right: 10px;
  padding-left: 10px;
  border: 2px solid hsla(0, 0%, 100%, 0.29);
  border-radius: 3px;
  -webkit-transition: background-color 500ms ease;
  transition: background-color 500ms ease;
}

.menu-button:hover {
  border-color: #f5a631;
  background-color: #f5a631;
}

.menu-button.gototop {
  margin-top: 50px;
  background-color: #1d3e23;
}

.slider-arrow-icon {
  width: 45px;
  height: 45px;
  padding-top: 11px;
  padding-bottom: 10px;
  background-color: transparent;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  font-size: 25px;
  font-weight: 700;
}

.slider-arrow-icon:hover {
  border-radius: 5px;
  background-color: rgba(0, 0, 0, 0.49);
}

.image-top {
  width: 100%;
  height: 150px;
  margin-bottom: 23px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0px 0px;
  background-size: auto;
}

.image-top.casestudy {
  width: 90%;
  height: auto;
}

.top-info-description {
  padding-right: 15px;
  padding-left: 15px;
}

.top-info-description.new-color {
  margin-bottom: 19px;
  color: #1d3e23;
  font-weight: 300;
}

.success-message {
  padding-top: 25px;
  border-radius: 3px;
  background-color: #f5a631;
  color: #fff;
}

.error-message {
  margin-top: 28px;
  padding-top: 13px;
  background-color: #f99;
}

.work-icon-symbol {
  display: block;
  width: 50px;
  height: 50px;
  margin-right: auto;
  margin-bottom: 9px;
  margin-left: auto;
  padding-top: 10px;
  padding-right: 10px;
  padding-left: 10px;
  border: 2px solid rgba(245, 166, 49, 0.4);
  background-color: rgba(245, 166, 49, 0.4);
}

.work-column {
  padding: 20px 10px 10px;
  -webkit-transition: background-color 500ms ease;
  transition: background-color 500ms ease;
  text-align: center;
}

.work-column:hover {
  background-color: #f5a631;
}

.work-row {
  margin-top: 34px;
}

.work-title {
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}

.bold-text {
  font-weight: 400;
}

.bold-text-2 {
  color: #517cc7;
  font-weight: 400;
}

.text-green {
  margin-bottom: 30px;
  color: #1d3e23;
  font-size: 21px;
  line-height: 27px;
  font-weight: 300;
  text-shadow: none;
}

.sectors {
  font-family: 'Open Sans', sans-serif;
  color: #1d3e23;
  line-height: 33px;
  font-weight: 300;
}

.list-sectors {
  color: #1d3e23;
  font-size: 13px;
  text-align: left;
  list-style-type: disc;
}

.text-green-list {
  width: 100%;
  margin-bottom: 30px;
  padding-left: 81px;
  color: #1d3e23;
  font-size: 18px;
  line-height: 27px;
  font-weight: 300;
  text-align: left;
  text-shadow: none;
}

.text-green-list.list-items {
  margin-bottom: 6px;
}

.paragraph {
  color: #1d3e23;
}

.div-block {
  position: static;
  width: 100%;
  margin-left: 67px;
  -o-object-fit: fill;
  object-fit: fill;
}

.image-line {
  padding-bottom: 13px;
  border-style: none none solid;
  border-width: 1px 1px 2px;
  border-color: #fcf7f7;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.columns {
  display: block;
  padding-right: 0px;
  padding-left: 65px;
}

.bold-text-3 {
  font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
  font-size: 18px;
}

.slider-title-2 {
  font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
  color: #fff;
  font-size: 40px;
  line-height: 40px;
  font-weight: 400;
  text-transform: none;
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
}

.slider-title-2.small {
  display: inline-block;
  margin-bottom: 33px;
  border-bottom: 2px solid #f5a631;
  font-size: 20px;
}

.slider-title-2.small.green {
  color: #0eaa16;
  font-size: 40px;
  font-weight: 300;
  text-transform: none;
}

.slider-title-2.description {
  margin-top: 30px;
  font-size: 38px;
  line-height: 44px;
  text-transform: none;
}

.slider-title-2._2 {
  font-weight: 800;
}

.slider-title-2.small-header {
  font-size: 33px;
  line-height: 33px;
}

.slider-title-2.small-header.fx-header-text {
  margin-top: 63px;
}

.slider-title-2.small-header-2 {
  font-size: 33px;
  line-height: 33px;
}

.slider-title-2.small-header-2.fx-header-text {
  margin-top: 0px;
  font-size: 24px;
  line-height: 27px;
}

.logo-bottom {
  padding-top: 26px;
}

.logo-bottom.logo-bottom-contact {
  padding-left: 46px;
}

.bottom-footer-contact {
  background-color: #1d3e23;
}

.footer-green {
  margin-bottom: 0px;
  padding-top: 15px;
  padding-bottom: 24px;
}

.transparent-backgr {
  padding-top: 18px;
  padding-bottom: 18px;
  background-color: rgba(0, 0, 0, 0.46);
}

.div-block-2 {
  background-color: rgba(1, 29, 3, 0.01);
  background-image: -webkit-gradient(linear, left top, right top, from(#09220a), to(#2a7536));
  background-image: linear-gradient(90deg, #09220a, #2a7536);
}

.menu-container-new {
  max-width: none;
  margin-right: 0px;
  margin-left: 15px;
  padding-right: 0px;
}

.logo-top-further {
  padding-right: 0px;
}

.image-logo {
  max-width: 100%;
}

.image-logo.centered {
  margin-right: 0px;
  margin-left: 71px;
  padding-left: 0px;
}

.image-logo.mobile-left {
  margin-right: 0px;
  margin-left: 71px;
  padding-left: 0px;
}

.menu-container-center {
  max-width: 1047%;
  margin-right: 71px;
  margin-left: 9px;
  padding-right: 69px;
  padding-left: 71px;
}

.transparent-backgr-new {
  padding-top: 45px;
  padding-bottom: 92px;
  background-color: rgba(0, 0, 0, 0.46);
}

.logo-bottom-new {
  padding-top: 0px;
}

.logo-bottom-new.logo-bottom-contact {
  padding-left: 46px;
}

.column-new-contact {
  margin-right: 0px;
  margin-left: 0px;
}

.transparent-backgr-new-contact {
  padding-top: 45px;
  padding-bottom: 38px;
  background-color: rgba(0, 0, 0, 0.46);
}

.column-contact-left {
  padding-left: 38px;
  text-align: left;
}

.transparent-backgr-new-contact-copy {
  padding-top: 45px;
  padding-bottom: 38px;
  background-color: rgba(0, 0, 0, 0.46);
}

.backgr-new-contact {
  padding-top: 64px;
  padding-bottom: 152px;
  background-color: transparent;
  text-shadow: 4px 4px 3px #000;
}

.backgr-new-contact.upper {
  padding-top: 78px;
  padding-bottom: 97px;
}

.backgr-new-contact.upper-19 {
  padding-top: 50px;
  padding-bottom: 59px;
}

.backgr-new-contact.bottom-19 {
  padding-top: 18px;
  padding-bottom: 104px;
}

.column-2-contact-left {
  padding-left: 135px;
}

.image {
  position: absolute;
  left: 23%;
  top: 0%;
  right: auto;
  bottom: 10px;
  max-height: 15%;
  max-width: 20%;
  text-align: left;
}

.column-2-contact-prop13 {
  padding-top: 26px;
  padding-left: 135px;
}

.column-prop15 {
  max-width: 1800vw;
  margin-right: 0px;
  margin-left: 0px;
}

.column-contact-left-prop15 {
  padding-left: 73px;
  text-align: left;
}

@media screen and (max-width: 991px) {
  h2 {
    font-size: 23px;
  }

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

  .logo-container {
    padding-left: 29px;
  }

  .nav-link {
    display: inline-block;
  }

  .top-slider-container {
    padding-right: 100px;
    padding-left: 100px;
  }

  .top-slider-slide.landscape-top-mountain {
    background-position: 50% 10vh;
  }

  .top-slider-slide.landscape-top-mountain-no {
    background-position: 50% 10vh;
  }

  .top-slider-slide.landscape-top-mountain-mobile {
    background-position: 50% 10vh;
  }

  .slider-title {
    font-size: 55px;
  }

  .section.intro {
    padding: 54px 30px 42px;
  }

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

  .section.intro-image {
    background-position: 0% 0%;
    background-attachment: scroll;
    -webkit-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }

  .section.info {
    padding-top: 90px;
    padding-bottom: 0px;
  }

  .section.footer {
    padding-top: 100px;
    padding-bottom: 100px;
    background-attachment: scroll;
  }

  .section.footer-top {
    padding-top: 70px;
    padding-bottom: 90px;
    background-color: #bccab6;
  }

  .section.content-menu {
    padding-top: 110px;
    padding-bottom: 50px;
    background-color: #f5a631;
  }

  .section.content-menu:hover {
    padding-top: 130px;
    padding-bottom: 70px;
  }

  .section.footer-top-new {
    padding-top: 34px;
    padding-bottom: 27px;
    background-color: #bccab6;
  }

  .section.footer-top-new:hover {
    padding-bottom: 41px;
  }

  .h2-small {
    font-size: 19px;
  }

  .profile-image {
    margin-top: -230px;
    margin-bottom: 40px;
  }

  .content-slider-container {
    padding-right: 30px;
    padding-left: 30px;
  }

  .info-row {
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .info-row._2 {
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .footer-container {
    padding-right: 110px;
    padding-left: 110px;
  }

  .work-icon-symbol {
    border-color: #fff;
    background-color: #f5a631;
  }

  .work-column:hover {
    background-color: rgba(245, 166, 49, 0.29);
  }

  .top-menu-button {
    width: 60px;
    height: 60px;
    padding-top: 10px;
    padding-right: 18px;
    padding-left: 9px;
    -webkit-transition: background-color 500ms ease;
    transition: background-color 500ms ease;
  }

  .top-menu-button:hover {
    border-radius: 3px;
    background-color: #f5a631;
  }

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

  .top-menu-icon {
    color: #fff;
    font-size: 42px;
    font-weight: 700;
  }

  .nav-menu-container {
    padding-top: 10px;
    padding-bottom: 17px;
    background-color: rgba(0, 0, 0, 0.49);
  }

  .text-green-list {
    margin-bottom: 2px;
    padding-left: 0px;
  }

  .slider-title-2 {
    font-size: 55px;
  }

  .image-logo.centered {
    max-width: 100vw;
    margin-left: 0px;
  }

  .image-logo.mobile-left {
    max-width: 100vw;
    margin-left: 0px;
  }
}

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

  h3 {
    margin-bottom: 10px;
    font-size: 35px;
  }

  .navbar {
    padding-top: 20px;
    padding-right: 20px;
    background-color: rgba(0, 0, 0, 0.2);
  }

  .nav-link {
    display: block;
    height: auto;
    margin-top: 0px;
    margin-right: 0px;
    padding-top: 18px;
    padding-bottom: 15px;
    border-bottom: 1px solid hsla(0, 0%, 100%, 0);
    opacity: 1;
    text-align: center;
  }

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

  .top-slider {
    height: 550px;
  }

  .top-slider-container {
    top: 150px;
    padding-right: 75px;
    padding-left: 75px;
  }

  .slider-title {
    font-size: 40px;
    line-height: 45px;
  }

  .slider-title.description {
    font-size: 17px;
    line-height: 30px;
  }

  .section.intro {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .section.sectors {
    padding-right: 30px;
    padding-bottom: 75px;
    padding-left: 30px;
  }

  .section.info {
    padding-top: 50px;
    padding-bottom: 0px;
  }

  .section.footer {
    padding-top: 75px;
    padding-bottom: 75px;
  }

  .section.footer-top {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .section.footer-top:hover {
    padding-bottom: 50px;
  }

  .section.content-menu {
    padding-bottom: 35px;
  }

  .section.content-menu:hover {
    padding-bottom: 50px;
  }

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

  .section.footer-top-new:hover {
    padding-bottom: 50px;
  }

  .h2-small {
    font-size: 23px;
  }

  .link.content-menu-link {
    margin-bottom: 10px;
  }

  .h3-small {
    font-size: 25px;
    line-height: 29px;
  }

  .content-slider {
    height: 500px;
  }

  .content-slider-slide {
    padding-top: 75px;
  }

  .content-slider-nav {
    padding-bottom: 50px;
  }

  .info-row {
    padding-bottom: 50px;
  }

  .info-row._2 {
    margin-top: 50px;
  }

  .info-column {
    padding-right: 30px;
    padding-left: 30px;
  }

  .footer-title.white {
    font-size: 40px;
  }

  .footer-link {
    margin-right: 10px;
    padding-right: 10px;
  }

  .footer-container {
    padding-right: 60px;
    padding-left: 60px;
  }

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

  .nav-menu-container {
    padding: 0px 0px 35px;
    background-color: rgba(0, 0, 0, 0.9);
  }

  .image-column {
    padding-right: 30px;
    padding-bottom: 20px;
    padding-left: 30px;
  }

  .image-column._2 {
    padding-top: 20px;
  }

  .text-green-list {
    padding-right: 18px;
    padding-left: 35px;
  }

  .text-green-list.mobilew {
    margin-right: 0px;
    padding-right: 143px;
    padding-left: 11px;
    font-size: 18px;
    line-height: 24px;
  }

  .text-green-list.mobileh-2 {
    margin-right: 0px;
    padding-right: 143px;
    padding-left: 11px;
    font-size: 18px;
    line-height: 24px;
  }

  .slider-title-2 {
    font-size: 40px;
    line-height: 45px;
  }

  .slider-title-2.description {
    font-size: 17px;
    line-height: 30px;
  }
}

@media screen and (max-width: 479px) {
  h3 {
    margin-bottom: 17px;
    font-size: 22px;
    line-height: 23px;
  }

  .button.submit {
    line-height: 10px;
  }

  .navbar.newpadd.mobile-nav {
    padding-right: 0px;
    padding-left: 11px;
  }

  .logo-container.newbox {
    padding-left: 0px;
  }

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

  .top-slider-slide.landscape-top-mountain-mobile {
    background-position: 50% 0%;
    background-size: 1000px;
    background-repeat: repeat;
    background-attachment: scroll;
  }

  .slider-title {
    font-size: 25px;
    line-height: 33px;
  }

  .slider-title.description {
    font-size: 15px;
    line-height: 22px;
  }

  .slider-title.small-header.fx-header-text-mobile {
    font-size: 26px;
    line-height: 30px;
  }

  .section.footer.contact-prop15.mobilebottom {
    background-position: 50% 50%;
  }

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

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

  .section.footer-top-new {
    padding-right: 30px;
    padding-left: 30px;
  }

  .h2-small {
    margin-bottom: 12px;
    line-height: 26px;
  }

  .link.content-menu-link {
    display: block;
    margin-right: 0px;
    margin-bottom: 4px;
  }

  .h3-small {
    margin-top: -10px;
    font-size: 18px;
  }

  .h3-small.intro {
    margin-bottom: 20px;
  }

  .h3-small.intro.mobileh3 {
    line-height: 60px;
  }

  .h3-small.secret-white {
    font-size: 17px;
  }

  .h3-small.sectors {
    margin-bottom: 20px;
  }

  .content-slider-container {
    padding-right: 40px;
    padding-left: 40px;
  }

  .info-row._2 {
    padding-bottom: 30px;
  }

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

  .footer-title.white {
    font-size: 31px;
  }

  .footer-link {
    display: block;
    margin-right: 0px;
    margin-bottom: -6px;
    padding-right: 0px;
    padding-bottom: 6px;
    border-bottom: 1px solid hsla(0, 0%, 100%, 0.2);
    border-right-style: none;
  }

  .footer-container {
    padding-right: 30px;
    padding-left: 30px;
  }

  .form-field {
    height: 45px;
    font-size: 13px;
  }

  .image-top {
    height: 170px;
  }

  .top-info-description {
    font-size: 14px;
    line-height: 21px;
  }

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

  .top-menu-button {
    padding-right: 0px;
    padding-left: 0px;
  }

  .work-title {
    font-size: 9px;
  }

  .text-green-list {
    padding-right: 9px;
    padding-left: 21px;
    font-size: 15px;
    line-height: 21px;
  }

  .text-green-list.mobileh-2 {
    padding-right: 48px;
    padding-left: 0px;
    font-size: 13px;
    line-height: 21px;
  }

  .text-green-list.mobilevalue {
    padding-left: 0px;
  }

  .text-green-list.list-items {
    margin-bottom: 10px;
    padding-right: 20px;
    padding-left: 18px;
  }

  .div-block.mobileh-2div {
    margin-left: 12px;
  }

  .image-line.fx-logo-mobile {
    width: 66%;
  }

  .slider-title-2 {
    font-size: 25px;
    line-height: 33px;
  }

  .slider-title-2.description {
    font-size: 15px;
    line-height: 22px;
  }

  .image-logo.centered {
    max-width: 60vw;
  }

  .image-logo.mobile-left {
    max-width: 60vw;
    padding-top: 4px;
    padding-left: 0px;
  }

  .list-item {
    line-height: 21px;
  }

  .list-item-2 {
    line-height: 21px;
  }
}

