body {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #333;
  font-size: 100%;
  line-height: 100%;
}

p {
  margin-bottom: 10px;
  font-family: 'Open Sans', sans-serif;
  line-height: 135%;
}

.hero-content {
  position: relative;
  left: 44px;
  display: block;
  max-width: 1000px;
  margin-top: 108px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 70px;
  padding-bottom: 85px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.hero-content.right {
  max-width: 1000px;
  margin-left: 54%;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.hero-h1 {
  position: relative;
  left: -12px;
  margin-top: 0px;
  margin-bottom: 29px;
  float: none;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 6.33em;
  line-height: 0.6em;
  font-weight: 300;
  text-align: left;
}

.hero-h1.page {
  font-size: 4.7em;
  line-height: 0.9em;
}

.hero-sub-text {
  position: relative;
  left: -3px;
  right: 27px;
  display: inline-block;
  width: 600px;
  padding-top: 0px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 1.5em;
  line-height: 1.5em;
  font-weight: 300;
  text-decoration: none;
  text-transform: none;
}

.hero-sub-text.right {
  width: 500px;
  margin-top: -106px;
  margin-left: 0px;
  clear: none;
  font-size: 1em;
  text-align: left;
}

.hero-sub-text.mid {
  display: block;
  width: auto;
  margin-top: 20px;
  text-align: center;
}

.hero-button {
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: 0px;
  padding: 12px 30px;
  border: 2px solid #ef4427;
  border-radius: 17px;
  background-color: #ef4427;
  -webkit-transition: background-color 200ms ease, border 200ms ease;
  transition: background-color 200ms ease, border 200ms ease;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 1.4em;
  line-height: 1em;
  font-weight: 100;
}

.hero-button:hover {
  border-color: #ef4427;
  background-color: #ef4427;
}

.nav-bar {
  position: fixed;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 100;
  display: none;
  padding: 20px;
  background-color: rgba(0, 0, 0, .4);
  cursor: pointer;
}

.ham {
  width: 25px;
}

.nav-menu {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 101;
  display: none;
  padding: 40px 80px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: rgba(0, 0, 0, .82);
}

.cta-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 35px;
  padding-left: 28px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.nav-menu-flex {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  margin-top: -40px;
  margin-right: -78px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-left: 1px solid #fff;
}

.nav-link {
  padding: 62px;
  border-top: 1px none #fff;
  border-bottom: 1px solid #fff;
  border-left: 0px none #fff;
  -webkit-transition: background-color 200ms ease, opacity 200ms ease, font-size 200ms ease, border 200ms ease, -webkit-transform 200ms ease;
  transition: background-color 200ms ease, opacity 200ms ease, font-size 200ms ease, border 200ms ease, -webkit-transform 200ms ease;
  transition: background-color 200ms ease, opacity 200ms ease, transform 200ms ease, font-size 200ms ease, border 200ms ease;
  transition: background-color 200ms ease, opacity 200ms ease, transform 200ms ease, font-size 200ms ease, border 200ms ease, -webkit-transform 200ms ease;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 100%;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.nav-link:hover {
  border-bottom-style: none;
  background-color: #ba0001;
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
  font-size: 0.9em;
}

.close-x {
  position: absolute;
  left: -69px;
  top: 6px;
  width: 45px;
  padding: 10px;
}

.outlined-button {
  padding: 32px;
  border: 1px solid #fff;
  background-color: transparent;
  -webkit-transition: background-color 200ms ease, color 200ms ease;
  transition: background-color 200ms ease, color 200ms ease;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
}

.outlined-button:hover {
  background-color: #fff;
  color: #850000;
}

.row-2 {
  display: block;
  width: 100%;
  height: 900px;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 10px solid #c4d231;
  background-image: url('../images/2nd-bg_image.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  color: #fff;
}

.row-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 10px solid #55c0b3;
  background-image: url('../images/3rd-bg_image.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  color: #fff;
  text-align: center;
}

.h2 {
  width: auto;
  margin-left: -10px;
  border-bottom-color: #55c0b3;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 4.5em;
  line-height: 1.1em;
  font-weight: 300;
  text-align: center;
  text-transform: none;
}

.h2.sm {
  display: inline-block;
  margin-top: 0px;
  margin-left: 0px;
  padding-bottom: 20px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-bottom: 10px solid #c4d231;
  direction: ltr;
  font-family: 'Open Sans', sans-serif;
  font-size: 1.5em;
  line-height: 1.5em;
  font-weight: 300;
  text-align: left;
  text-transform: none;
}

.h2.blue-bar {
  border-bottom-style: solid;
  border-bottom-width: 10px;
  line-height: 1.3em;
}

.h2.orange-bar {
  border-bottom: 10px solid #ef4427;
  line-height: 1.7em;
}

.h2.eca-blue-bar {
  border-bottom: 10px solid #42ace2;
}

.logo-nav {
  top: 0px;
  margin-top: 0px;
  background-color: transparent;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-weight: 300;
}

.logo-nav.color {
  margin-top: 0px;
  color: #3b3b3b;
}

.arrow {
  position: relative;
  top: -82px;
  display: none;
  width: 10%;
  margin-right: auto;
  margin-bottom: 1px;
  margin-left: auto;
  padding-top: 0px;
  -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;
}

.fixed-nav {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 500;
  display: none;
  background-color: transparent;
}

.new-nav-link {
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 0.8em;
  font-weight: 300;
  text-transform: uppercase;
}

.new-nav-link:hover {
  color: #42ace2;
}

.new-nav-link.w--current {
  color: #42ace2;
}

.new-nav-link.w--current:hover {
  color: #42ace2;
}

.new-nav-link.color {
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: 'Open Sans', sans-serif;
  color: #3b3b3b;
  font-weight: 300;
}

.new-nav-link.color:hover {
  color: #42ace2;
}

.dropdownlink {
  background-color: transparent;
  opacity: 1;
  font-family: 'Open Sans', sans-serif;
  color: #3b3b3b;
}

.dropdownlink:hover {
  color: #850000;
}

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

.scroll-nav {
  position: fixed;
  z-index: 99999999;
  display: none;
  width: 100vw;
  border-bottom: 3px solid rgba(37, 37, 37, .45);
  background-color: #fff;
  opacity: 1;
}

.row-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 900px;
  padding-top: 163px;
  padding-bottom: 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 10px solid #ef4427;
  background-image: url('../images/4th-bg_image.png'), -webkit-linear-gradient(270deg, #242e31, #242e31);
  background-image: url('../images/4th-bg_image.png'), linear-gradient(180deg, #242e31, #242e31);
  background-position: 50% 0px, 0px 0px;
  background-size: contain, auto;
  background-repeat: no-repeat, repeat;
}

.nav-bg {
  display: block;
  text-align: left;
}

.side-nav {
  position: fixed;
  left: 138px;
  top: 56%;
  z-index: 999999;
  display: inline-block;
  max-height: 100px;
  max-width: 25px;
  margin-top: -200px;
}

.navcircle {
  width: 26px;
  height: 28px;
  margin-top: -1px;
  margin-bottom: 17px;
}

.button {
  width: 25px;
  height: 25px;
  margin-bottom: 10px;
  border: 4px solid #fff;
  border-radius: 16px;
  -webkit-transition: background-color 200ms ease, all 200ms ease;
  transition: background-color 200ms ease, all 200ms ease;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 15px;
  line-height: 20px;
  font-weight: 400;
  letter-spacing: 0.5px;
}

.button:hover {
  width: 25px;
  height: 25px;
  border-width: 4px;
  background-color: rgba(66, 172, 226, .58);
}

.button:focus {
  background-color: rgba(66, 172, 226, .58);
}

.button.w--current {
  border-radius: 16px;
}

.button.w--current:hover {
  background-color: rgba(66, 172, 226, .58);
}

.side-nav-text {
  position: relative;
  left: -17px;
  top: -7px;
  right: 0px;
  display: inline;
  padding: 6px 10px 5px;
  float: right;
  font-family: 'Open Sans', sans-serif;
  font-size: 20px;
  line-height: 21px;
  font-weight: 100;
}

.side-nav-text.focus {
  font-family: 'Open Sans', sans-serif;
  font-size: 23px;
  font-weight: 100;
}

.home-arrow {
  position: static;
  display: inline-block;
  width: 100%;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
  font-size: 14px;
  line-height: 20px;
}

.link-arrow {
  position: absolute;
  left: 101px;
  right: 0px;
  bottom: 81px;
  z-index: 99999;
  display: block;
  width: 48px;
  margin-right: auto;
  margin-left: auto;
}

.arrow-down {
  width: 48px;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
}

.footer {
  height: 25vh;
  margin-top: 0px;
  padding: 0px;
  background-color: #1d1d1d;
  color: #1d1d1d;
}

.footer-text {
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  line-height: 150%;
}

.footer-text.right-side {
  margin-top: 25px;
  padding-top: 0px;
}

.hero-video-header {
  height: 50em;
  background-image: -webkit-linear-gradient(270deg, rgba(12, 31, 46, .5), rgba(12, 31, 46, .5)), url('../images/header-element.png'), url('../images/header.jpg');
  background-image: linear-gradient(180deg, rgba(12, 31, 46, .5), rgba(12, 31, 46, .5)), url('../images/header-element.png'), url('../images/header.jpg');
  background-position: 0px 0px, 50% 50%, 50% 29%;
  background-size: auto, cover, cover;
  background-repeat: repeat, no-repeat, no-repeat;
  background-attachment: scroll, scroll, scroll;
}

.projects {
  margin-left: -11px;
}

.projects-thum {
  width: 37em;
  height: 19em;
  background-image: -webkit-linear-gradient(270deg, rgba(12, 31, 46, .5), rgba(12, 31, 46, .5)), url('../images/1.jpg');
  background-image: linear-gradient(180deg, rgba(12, 31, 46, .5), rgba(12, 31, 46, .5)), url('../images/1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  -webkit-transition: background-color 200ms ease, background-position 200ms ease;
  transition: background-color 200ms ease, background-position 200ms ease;
}

.projects-thum:hover {
  background-image: url('../images/cover.png'), -webkit-linear-gradient(270deg, rgba(12, 31, 46, .75), rgba(12, 31, 46, .75)), url('../images/1.jpg');
  background-image: url('../images/cover.png'), linear-gradient(180deg, rgba(12, 31, 46, .75), rgba(12, 31, 46, .75)), url('../images/1.jpg');
  background-position: 50% 50%, 0px 0px, 50% 50%;
  background-size: auto, auto, cover;
  background-repeat: no-repeat, repeat, no-repeat;
  -webkit-transform: scale(1.06);
  -ms-transform: scale(1.06);
  transform: scale(1.06);
}

.projects-thum.box-2 {
  height: 19em;
  background-image: -webkit-linear-gradient(270deg, rgba(12, 31, 46, .5), rgba(12, 31, 46, .5)), url('../images/2.jpg');
  background-image: linear-gradient(180deg, rgba(12, 31, 46, .5), rgba(12, 31, 46, .5)), url('../images/2.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  -webkit-transition: background-color 400ms ease, all 400ms ease;
  transition: background-color 400ms ease, all 400ms ease;
}

.projects-thum.box-2:hover {
  background-image: url('../images/cover.png'), -webkit-linear-gradient(270deg, rgba(12, 31, 46, .75), rgba(12, 31, 46, .75)), url('../images/2.jpg');
  background-image: url('../images/cover.png'), linear-gradient(180deg, rgba(12, 31, 46, .75), rgba(12, 31, 46, .75)), url('../images/2.jpg');
  background-position: 50% 50%, 0px 0px, 50% 50%;
  background-size: contain, auto, cover;
  background-repeat: repeat, repeat, no-repeat;
}

.projects-thum.box-3 {
  height: 19em;
  background-image: -webkit-linear-gradient(270deg, rgba(12, 31, 46, .5), rgba(12, 31, 46, .5)), url('../images/3.jpg');
  background-image: linear-gradient(180deg, rgba(12, 31, 46, .5), rgba(12, 31, 46, .5)), url('../images/3.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.projects-thum.box-3:hover {
  background-image: url('../images/cover.png'), -webkit-linear-gradient(270deg, rgba(12, 31, 46, .75), rgba(12, 31, 46, .75)), url('../images/3.jpg');
  background-image: url('../images/cover.png'), linear-gradient(180deg, rgba(12, 31, 46, .75), rgba(12, 31, 46, .75)), url('../images/3.jpg');
  background-position: 50% 50%, 0px 0px, 50% 50%;
  background-size: contain, auto, cover;
  background-repeat: repeat, repeat, repeat;
}

.projects-thum.box-4 {
  height: 19em;
  background-image: -webkit-linear-gradient(270deg, rgba(12, 31, 46, .5), rgba(12, 31, 46, .5)), url('../images/4.jpg');
  background-image: linear-gradient(180deg, rgba(12, 31, 46, .5), rgba(12, 31, 46, .5)), url('../images/4.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.projects-thum.box-4:hover {
  background-image: url('../images/cover.png'), -webkit-linear-gradient(270deg, rgba(12, 31, 46, .75), rgba(12, 31, 46, .75)), url('../images/4.jpg');
  background-image: url('../images/cover.png'), linear-gradient(180deg, rgba(12, 31, 46, .75), rgba(12, 31, 46, .75)), url('../images/4.jpg');
  background-position: 50% 50%, 0px 0px, 50% 50%;
  background-size: contain, auto, cover;
  background-repeat: repeat, repeat, no-repeat;
}

.project-info {
  padding-top: 39px;
  padding-right: 107px;
  padding-left: 94px;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 1.5em;
  font-weight: 400;
}

.get-to-know-us {
  height: 100%;
  padding-bottom: 31px;
}

.section-header {
  margin-top: 0px;
  padding: 66px;
  font-family: Montserrat, sans-serif;
  color: #850000;
  font-size: 3em;
  text-align: center;
}

.sub-text-section {
  margin-top: -51px;
  margin-bottom: 0px;
  padding-top: 0px;
  font-family: Roboto, sans-serif;
  color: #3b3b3b;
  font-size: 1.9em;
  text-align: center;
}

.welcome-info {
  padding-top: 37px;
  padding-right: 26px;
}

.welcome-content {
  padding-top: 31px;
  padding-bottom: 104px;
}

.are-you {
  padding-bottom: 30px;
}

.clinet {
  width: 100%;
  height: 300px;
  background-image: -webkit-linear-gradient(270deg, rgba(12, 31, 46, .5), rgba(12, 31, 46, .5)), url('../images/2.jpg');
  background-image: linear-gradient(180deg, rgba(12, 31, 46, .5), rgba(12, 31, 46, .5)), url('../images/2.jpg');
  background-position: 0px 0px, 50% 18%;
  background-size: auto, cover;
  -webkit-transition: background-color 400ms ease, all 400ms ease;
  transition: background-color 400ms ease, all 400ms ease;
}

.clinet:hover {
  background-image: -webkit-linear-gradient(270deg, rgba(12, 31, 46, .8), rgba(12, 31, 46, .8)), url('../images/2.jpg');
  background-image: linear-gradient(180deg, rgba(12, 31, 46, .8), rgba(12, 31, 46, .8)), url('../images/2.jpg');
  background-position: 0px 0px, 50% 18%;
  background-size: auto, cover;
  -webkit-transform: scale(1.04);
  -ms-transform: scale(1.04);
  transform: scale(1.04);
}

.employee {
  width: 100%;
  height: 300px;
  background-image: -webkit-linear-gradient(270deg, rgba(186, 0, 1, .53), rgba(186, 0, 1, .53)), url('../images/ppl.jpg');
  background-image: linear-gradient(180deg, rgba(186, 0, 1, .53), rgba(186, 0, 1, .53)), url('../images/ppl.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  -webkit-transition: background-color 400ms ease, all 400ms ease;
  transition: background-color 400ms ease, all 400ms ease;
}

.employee:hover {
  background-image: -webkit-linear-gradient(270deg, rgba(186, 0, 1, .68), rgba(186, 0, 1, .68)), url('../images/ppl.jpg');
  background-image: linear-gradient(180deg, rgba(186, 0, 1, .68), rgba(186, 0, 1, .68)), url('../images/ppl.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  -webkit-transform: scale(1.04);
  -ms-transform: scale(1.04);
  transform: scale(1.04);
}

.options-texts {
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 119px 135px 0px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 36px;
  font-weight: 400;
  text-align: center;
}

.test-image {
  width: 450px;
  height: 300px;
  background-image: url('../images/header.jpg');
  background-position: 95% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.row-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  margin-top: -16px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/top-bg_image.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
}

.row-5 {
  position: relative;
  display: block;
  width: auto;
  height: auto;
  padding-top: 80px;
  padding-bottom: 80px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 10px solid #42ace2;
  background-image: url('../images/4th-bg_image.png'), -webkit-linear-gradient(270deg, #242e31, #242e31);
  background-image: url('../images/4th-bg_image.png'), linear-gradient(180deg, #242e31, #242e31);
  background-position: 50% 0px, 0px 0px;
  background-size: contain, auto;
  background-repeat: no-repeat, repeat;
}

.container {
  position: relative;
}

.testimonial-slider {
  height: 463px;
  padding-top: 20px;
  background-color: transparent;
}

.testimonial-slide {
  width: 33%;
  padding: 7px 5px 0px 15px;
}

.testimonial-block {
  position: relative;
  display: inline-block;
  padding: 7px 5px 40px 15px;
  border-radius: 4px;
  background-color: #fff;
}

.testimonial-info-block {
  margin-top: 20px;
}

.date {
  font-family: 'Open Sans', sans-serif;
  color: #42ace2;
  font-size: 54px;
}

.testimonial-slider-arrow {
  width: 60px;
  height: 60px;
  margin: 201.5px -70px 201.5px -80px;
  border: 1px solid #42ace2;
  border-radius: 100%;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.testimonial-slider-arrow:hover {
  background-color: #42ace2;
}

.slider-nav {
  display: none;
}

.blue {
  color: #42ace2;
}

.hero-loader-blue {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 200;
  display: block;
  overflow: visible;
  width: 100%;
  height: 10px;
  margin-bottom: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  background-image: -webkit-linear-gradient(270deg, #42ace2, #42ace2);
  background-image: linear-gradient(180deg, #42ace2, #42ace2);
}

.fixed-buttons-bottom-right {
  position: fixed;
  right: 30px;
  bottom: 30px;
  z-index: 200000;
}

.fixed-button {
  position: static;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 2000;
  padding: 0px 25px 10px;
  border: 1px solid #ef4427;
  border-radius: 19px;
  background-color: transparent;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  text-decoration: none;
}

.fixed-button:hover {
  border-color: rgba(239, 68, 39, .7);
  background-color: rgba(239, 68, 39, .7);
}

.close {
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 28px;
  line-height: 32px;
  font-weight: 300;
  text-decoration: none;
}

.wrapper {
  display: block;
  width: 55%;
  margin-right: auto;
  margin-bottom: 50px;
  margin-left: auto;
  text-align: center;
}

.text-block-right {
  display: block;
  margin-bottom: 50px;
  padding-top: 80px;
  padding-bottom: 80px;
  text-align: left;
}

.info-column-right {
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 70px;
}

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

html.w-mod-js *[data-ix="hide-nav-menu"] {
  opacity: 0;
  -webkit-transform: translate(100%, 0px);
  -ms-transform: translate(100%, 0px);
  transform: translate(100%, 0px);
}

html.w-mod-js *[data-ix="scroll-nav"] {
  -webkit-transform: translate(0px, -100%);
  -ms-transform: translate(0px, -100%);
  transform: translate(0px, -100%);
}

html.w-mod-js *[data-ix="side-bar-circles"] {
  -webkit-transform: scale(0.62, 0.62);
  -ms-transform: scale(0.62, 0.62);
  transform: scale(0.62, 0.62);
}

html.w-mod-js *[data-ix="hidden-sidebar-text"] {
  display: none;
  opacity: 0;
  -webkit-transform: translate(30px, 0px);
  -ms-transform: translate(30px, 0px);
  transform: translate(30px, 0px);
}

html.w-mod-js *[data-ix="hero-loadbar-top"] {
  width: 0px;
}

html.w-mod-js *[data-ix="slider-title-animation-load"] {
  opacity: 0;
  -webkit-transform: translate(-50px, 0px);
  -ms-transform: translate(-50px, 0px);
  transform: translate(-50px, 0px);
}

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

html.w-mod-js *[data-ix="slider-title-animation-2-load"] {
  opacity: 0;
  -webkit-transform: translate(50px, 0px);
  -ms-transform: translate(50px, 0px);
  transform: translate(50px, 0px);
}

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

@media (max-width: 991px) {
  .hero-content {
    left: 9px;
    max-width: 700px;
    margin-top: 45px;
  }
  .hero-content.right {
    max-width: 500px;
    margin-left: 29%;
  }
  .hero-h1.page {
    margin-bottom: 9px;
    font-size: 3em;
    line-height: 0.9em;
  }
  .hero-sub-text {
    left: -6px;
    padding-top: 0px;
    font-size: 1.2em;
    line-height: 1.5em;
  }
  .hero-sub-text.right {
    display: block;
    width: auto;
    margin: 0px auto 20px;
    padding-right: 40px;
    padding-left: 0px;
  }
  .hero-sub-text.mid {
    position: static;
    left: 74px;
    padding-right: 18px;
    padding-left: 18px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .hero-button {
    margin-left: -2px;
  }
  .row-2 {
    width: auto;
    height: 100%;
  }
  .row-3 {
    background-image: url('../images/3rd-bg_image.jpg');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .h2 {
    font-size: 3.7em;
  }
  .h2.sm {
    padding-top: 20px;
    padding-left: 0px;
    font-size: 1.4em;
    line-height: 1.4em;
  }
  .h2.orange-bar {
    display: inline-block;
    font-size: 4.5em;
  }
  .logo-nav {
    font-family: 'Open Sans', sans-serif;
    color: #3b3b3b;
    line-height: 41px;
    font-weight: 300;
  }
  .new-nav-link.color {
    color: #fff;
  }
  .new-nav-link.color:hover {
    color: #42ace2;
  }
  .scroll-nav {
    display: block;
    width: 100%;
  }
  .row-4 {
    height: 800px;
  }
  .menu {
    color: #42ace2;
    font-size: 3em;
  }
  .menu.w--open {
    background-color: #42ace2;
  }
  .menu.white {
    color: #fff;
  }
  .nav-bg {
    background-color: rgba(0, 0, 0, .76);
  }
  .side-nav {
    display: none;
  }
  .link-arrow {
    left: 0px;
    right: 0px;
    bottom: 56px;
  }
  .hero-video-header {
    display: block;
    width: auto;
    height: 30em;
    margin-top: 0px;
    padding-top: 54px;
  }
  .projects-thum {
    width: 25em;
  }
  .projects-thum:hover {
    background-image: url('../images/cover.png'), -webkit-linear-gradient(270deg, rgba(12, 31, 46, .7), rgba(12, 31, 46, .7)), url('../images/1.jpg');
    background-image: url('../images/cover.png'), linear-gradient(180deg, rgba(12, 31, 46, .7), rgba(12, 31, 46, .7)), url('../images/1.jpg');
    background-position: 50% 50%, 0px 0px, 50% 50%;
    background-size: contain, auto, cover;
    background-repeat: no-repeat, repeat, no-repeat;
  }
  .projects-thum.box-2:hover {
    background-image: url('../images/cover.png'), -webkit-linear-gradient(270deg, rgba(12, 31, 46, .75), rgba(12, 31, 46, .75)), url('../images/2.jpg');
    background-image: url('../images/cover.png'), linear-gradient(180deg, rgba(12, 31, 46, .75), rgba(12, 31, 46, .75)), url('../images/2.jpg');
    background-position: 50% 50%, 0px 0px, 50% 50%;
    background-size: contain, auto, cover;
  }
  .project-info {
    padding-right: 56px;
    padding-left: 58px;
    font-size: 1.5em;
    text-align: left;
  }
  .welcome-info {
    padding-top: 0px;
  }
  .welcome-content {
    padding-bottom: 34px;
  }
  .options-texts {
    padding-right: 69px;
    padding-left: 69px;
  }
  .test-image {
    width: 350px;
  }
  .row-5 {
    height: 75vh;
  }
  .testimonial-slider {
    height: 410px;
    padding-top: 5px;
  }
  .testimonial-slide {
    width: 50%;
  }
  .testimonial-block {
    margin-right: 29px;
    padding-top: 30px;
  }
  .testimonial-info-block {
    margin-top: 20px;
  }
  .testimonial-slider-arrow {
    width: 30px;
    height: 30px;
    margin: 190px 10px 190px -8px;
    font-size: 12px;
    line-height: 21px;
  }
  .blue {
    color: #42ace2;
  }
  .text-block-right {
    display: block;
    width: 100%;
    margin-right: auto;
    margin-bottom: 20px;
    margin-left: auto;
    padding-top: 0px;
    padding-right: 40px;
    padding-bottom: 0px;
  }
  .info-column-right {
    padding: 0px 10px 0px 50px;
  }
}

@media (max-width: 767px) {
  .hero-content {
    left: 0px;
    max-width: 550px;
    margin-top: 25px;
  }
  .hero-content.right {
    margin-left: 18%;
  }
  .hero-content.timeline {
    margin-top: 131px;
  }
  .hero-h1 {
    font-size: 4em;
  }
  .hero-h1.page {
    margin-bottom: 7px;
    font-size: 2em;
  }
  .hero-sub-text {
    left: -11px;
    font-size: 1em;
  }
  .hero-sub-text.right {
    width: 400px;
    margin-left: 11px;
    padding-left: 0px;
  }
  .hero-sub-text.mid {
    left: 1px;
    right: 38px;
  }
  .hero-button {
    margin-top: 0px;
    margin-left: -8px;
    font-size: 1em;
  }
  .row-2 {
    height: 900px;
  }
  .h2 {
    padding-right: 20px;
    padding-left: 20px;
    font-size: 2em;
    line-height: 1em;
  }
  .h2.sm {
    padding-left: 0px;
    font-size: 1.2em;
    line-height: 1.5em;
  }
  .h2.orange-bar {
    font-size: 2em;
  }
  .h2.eca-blue-bar {
    margin-left: 0px;
  }
  .row-4 {
    height: 700px;
    background-image: url('../images/4th-bg_image.png'), -webkit-linear-gradient(270deg, null, null);
    background-image: url('../images/4th-bg_image.png'), linear-gradient(180deg, null, null);
    background-position: 0px 0px, 0px 0px;
  }
  .hero-video-header {
    display: block;
    width: auto;
    height: 25em;
    margin-top: 0px;
    padding-top: 46px;
    background-image: -webkit-linear-gradient(270deg, null, null), url('../images/header-element.png'), url('../images/header.jpg');
    background-image: linear-gradient(180deg, null, null), url('../images/header-element.png'), url('../images/header.jpg');
    background-position: 0px 0px, 50% 0px, -157px 43px;
    background-size: auto, cover, cover;
  }
  .projects-thum {
    width: 22em;
  }
  .project-info {
    padding-right: 36px;
    padding-left: 36px;
  }
  .section-header {
    font-size: 2em;
  }
  .sub-text-section {
    margin-top: -63px;
    font-size: 1.4em;
  }
  .welcome-info {
    padding-bottom: 34px;
    text-align: center;
  }
  .welcome-content {
    padding-bottom: 0px;
  }
  .are-you {
    padding-bottom: 0px;
  }
  .test-image {
    width: 550px;
    margin-bottom: 34px;
  }
  .row-1 {
    border-bottom: 10px solid #42ace2;
  }
  .row-5 {
    height: auto;
  }
  .testimonial-slide {
    width: 100%;
    padding-right: 9px;
    padding-bottom: 10px;
    padding-left: 9px;
    text-align: center;
  }
  .testimonial-block {
    margin-right: 0px;
    padding-right: 30px;
    padding-left: 30px;
  }
  .testimonial-slider-arrow {
    margin: 162px 3px;
    background-color: #42ace2;
  }
  .fixed-button {
    z-index: 20000;
    background-color: #ef4427;
  }
}

@media (max-width: 479px) {
  .hero-content {
    margin-top: 71px;
  }
  .hero-content.right {
    max-width: 200px;
    margin-bottom: 71px;
    margin-left: 6%;
  }
  .hero-content.timeline {
    max-width: 575px;
  }
  .hero-h1 {
    font-size: 4em;
  }
  .hero-h1.page {
    margin-bottom: 9px;
    font-size: 1.5em;
    line-height: 1.1em;
  }
  .hero-sub-text {
    width: 100%;
    margin-right: -44px;
    margin-bottom: 12px;
    padding-top: 0px;
    font-size: 0.9em;
  }
  .hero-sub-text.right {
    left: -19px;
    width: 300px;
    margin-left: 42px;
  }
  .hero-sub-text.mid {
    left: -6px;
    width: 300px;
    margin-right: 0px;
    font-size: 1em;
  }
  .hero-button {
    margin-top: 1px;
    margin-left: -11px;
    padding-right: 41px;
    padding-left: 41px;
    font-size: 1.3em;
  }
  .row-2 {
    height: 1100px;
    margin-top: 0px;
  }
  .row-3 {
    height: 75vh;
    padding-right: 0px;
    background-position: 0px 0px;
  }
  .h2 {
    font-size: 1.9em;
  }
  .h2.sm {
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 20px;
    padding-right: 0px;
    padding-left: 0px;
    font-size: 1.3em;
    line-height: 1.5em;
  }
  .h2.blue-bar {
    display: inline-block;
    margin-left: 0px;
  }
  .h2.orange-bar {
    font-size: 2em;
  }
  .h2.eca-blue-bar {
    position: static;
    left: -108px;
    display: inline-block;
    margin-top: 0px;
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .arrow {
    width: 25%;
  }
  .scroll-nav {
    left: 0px;
    top: 0px;
    right: 0px;
    width: auto;
    padding-bottom: 0px;
  }
  .row-4 {
    height: auto;
    padding: 25px;
    background-image: url('../images/4th-bg_image.png'), -webkit-linear-gradient(270deg, null, null);
    background-image: url('../images/4th-bg_image.png'), linear-gradient(180deg, null, null);
    background-position: 0px 0px, 0px 0px;
  }
  .footer {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .footer-text.right-side {
    margin-top: -12px;
  }
  .hero-video-header {
    display: block;
    margin-top: 0px;
    padding-top: 0px;
    background-image: url('../images/header-element.png'), -webkit-linear-gradient(270deg, rgba(12, 31, 46, .5), rgba(12, 31, 46, .5)), url('../images/header.jpg');
    background-image: url('../images/header-element.png'), linear-gradient(180deg, rgba(12, 31, 46, .5), rgba(12, 31, 46, .5)), url('../images/header.jpg');
    background-position: 95% 50%, 0px 0px, 60% 19%;
    background-size: cover, auto, auto;
    background-repeat: no-repeat, repeat, no-repeat;
    background-attachment: scroll, scroll, scroll;
  }
  .welcome-info {
    margin-bottom: 21px;
    padding-top: 0px;
    padding-right: 9px;
    padding-left: 9px;
    text-align: center;
  }
  .test-image {
    width: 300px;
    background-position: 84% 50%;
  }
  .row-5 {
    height: auto;
    padding: 25px;
  }
  .container {
    display: block;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .testimonial-slider {
    left: 20px;
    margin-left: 0px;
    padding-left: 0px;
  }
  .testimonial-slide {
    left: -7px;
    width: 100%;
    padding: 7px 9px 10px;
    clear: none;
  }
  .testimonial-block {
    display: block;
    width: auto;
    margin-left: 0px;
    text-align: center;
  }
  .testimonial-slider-arrow {
    display: block;
    margin: 212px 2px 212px -25px;
  }
  .slider-nav {
    left: -118px;
  }
  .close {
    font-size: 15px;
  }
  .wrapper {
    width: 100%;
    margin-bottom: 30px;
    text-align: center;
  }
  .text-block-right {
    padding-right: 20px;
    padding-left: 20px;
  }
  .info-column-right {
    padding-left: 0px;
  }
}

