body {
  height: 100%;
  background-color: #424549;
  font-family: 'Source Sans Pro', sans-serif;
  color: #333;
  font-size: 15px;
  line-height: 23px;
}

h1 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 38px;
  line-height: 44px;
  font-weight: 700;
}

h2 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 29px;
  line-height: 36px;
  font-weight: 400;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  color: #1f6fff;
  font-size: 24px;
  line-height: 30px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 17px;
  line-height: 24px;
  font-weight: 700;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 15px;
  line-height: 18px;
  font-weight: 700;
}

p {
  margin-bottom: 15px;
}

a {
  color: #1f6fff;
  text-decoration: underline;
}

a:hover {
  color: #000;
}

li {
  margin-bottom: -3px;
  padding-left: 8px;
}

img {
  display: inline-block;
  max-width: 100%;
  border-radius: 3px;
}

blockquote {
  margin-bottom: 30px;
  padding: 0px 20px;
  border-left: 5px solid #e2e2e2;
  font-size: 20px;
  line-height: 29px;
}

figcaption {
  margin-top: 5px;
  padding-top: 5px;
  padding-bottom: 2px;
  border-radius: 3px;
  background-color: rgba(0, 0, 0, 0.04);
  color: #9e9e9e;
  font-size: 12px;
  line-height: 18px;
  text-align: center;
}

.navbar {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  padding-top: 40px;
  padding-bottom: 45px;
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.1);
  background-color: transparent;
}

.navbar.with-color-button {
  padding-bottom: 30px;
  background-color: rgba(0, 0, 0, 0.1);
}

.navbar.white {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #fff;
  box-shadow: 0 0 33px 0 rgba(0, 0, 0, 0.2);
}

.logo-block {
  z-index: 10;
  margin-right: 30px;
}

.logo-block.no-menu {
  z-index: 0;
}

.nav-menu {
  z-index: 1;
  margin-top: 5px;
  -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;
  border-radius: 4px;
}

.nav-link {
  margin-right: 3px;
  padding: 11px 15px;
  border: 1px solid transparent;
  border-radius: 5px;
  background-color: transparent;
  -webkit-transition: background-color 200ms ease, border 200ms ease;
  transition: background-color 200ms ease, border 200ms ease;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 13px;
  line-height: 12px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: capitalize;
}

.nav-link:hover {
  background-color: transparent;
  color: #49568a;
}

.nav-link.w--current {
  color: #49568a;
}

.nav-link.dropdown-toggle {
  padding-right: 30px;
}

.nav-link.dropdown-toggle.w--open {
  background-color: rgba(0, 0, 0, 0.1);
}

.nav-link.dropdown-toggle.light {
  padding-right: 30px;
}

.nav-link.dropdown-toggle.thin-light {
  padding-right: 29px;
}

.nav-link.light {
  margin-right: 2px;
  padding-top: 12px;
  padding-right: 12px;
  padding-left: 12px;
  color: #fff;
}

.nav-link.light:hover {
  border-color: hsla(0, 0%, 100%, 0.2);
}

.nav-link.light.w--current {
  border-color: hsla(0, 0%, 100%, 0.2);
}

.nav-link.color {
  display: block;
  margin-right: 0px;
  margin-bottom: 4px;
  background-color: hsla(0, 0%, 81.2%, 0.1);
}

.nav-link.with-color {
  background-color: #1fdb6a;
  color: #fff;
}

.nav-link.with-color:hover {
  background-color: #2f3338;
}

.nav-link.thin-light {
  margin-right: 2px;
  padding-right: 12px;
  padding-left: 12px;
  color: #fff;
}

.nav-link.thin-light.w--current {
  color: #fff;
}

.dropdown-list.w--open {
  overflow: hidden;
  margin-top: 10px;
  border-radius: 3px;
  background-color: #fff;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
}

.dropdown-list.sidebar.w--open {
  margin-bottom: 10px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  box-shadow: 0 0 3px 0 transparent;
}

.dropdown-link {
  padding-top: 6px;
  padding-bottom: 6px;
  border-right: 1px none #000;
  border-bottom: 1px solid #ddd9d9;
  -webkit-transition: background-color 200ms ease, color 200ms ease;
  transition: background-color 200ms ease, color 200ms ease;
  font-size: 13px;
}

.dropdown-link:hover {
  background-color: #1f6fff;
  color: #fff;
}

.dropdown-link.w--current {
  color: #1f6fff;
}

.dropdown-link.w--current:hover {
  color: #fff;
}

.container {
  position: relative;
  height: auto;
  max-width: 1090px;
  margin-right: auto;
  margin-left: auto;
}

.container.hero-container {
  height: 100%;
  text-align: center;
}

.container.testimonial-container {
  position: absolute;
  left: 0px;
  top: 50%;
  right: 0px;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

.container.centered {
  text-align: center;
}

.container.home-intro-container {
  height: 610px;
  margin-top: -127px;
  text-align: center;
}

.container.bottom-footer {
  padding: 21px 21px 18px;
  border-radius: 4px;
  background-color: #313438;
}

.container.footer-container {
  margin-bottom: 20px;
  padding: 25px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  font-size: 13px;
}

.container.team-container {
  margin-top: 40px;
  text-align: left;
}

.container.above-image-section {
  margin-bottom: -220px;
  text-align: center;
}

.button {
  margin-top: 20px;
  padding-right: 25px;
  padding-left: 25px;
  border-radius: 3px;
  background-color: #49568a;
  -webkit-transition: background-color 200ms ease, background-position 200ms ease, color 200ms ease, border 200ms ease, box-shadow 200ms ease;
  transition: background-color 200ms ease, background-position 200ms ease, color 200ms ease, border 200ms ease, box-shadow 200ms ease;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.button:hover {
  background-color: #0b4fc9;
  box-shadow: 0 8px 16px 4px rgba(0, 0, 0, 0.3);
  color: #fff;
}

.button.text-button {
  display: inline-block;
  margin-top: 10px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
  background-color: #1f6fff;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  color: #fff;
  line-height: 29px;
}

.button.text-button:hover {
  background-color: #000;
}

.button.green {
  background-color: #5ec045;
}

.button.green:hover {
  background-color: #6fdd53;
}

.button.green.full.outline:hover {
  border-color: #5ec045;
  background-color: #5ec045;
}

.button.purple {
  background-color: #b75dda;
}

.button.purple.full.outline:hover {
  border-color: #b75dda;
  background-color: #b75dda;
}

.button.full {
  display: block;
  text-align: center;
}

.button.full.outline {
  border: 1px solid #000;
  background-color: transparent;
  color: #000;
}

.button.full.outline:hover {
  border-color: #1f6fff;
  background-color: #1f6fff;
  color: #fff;
}

.button.icon-button {
  padding-top: 10px;
  padding-left: 51px;
  background-image: url('../images/Icon-download.png');
  background-position: 21px 50%;
  background-size: 16px;
  background-repeat: no-repeat;
}

.button.icon-button.download {
  background-image: url('../images/Icon-download.png');
}

.button.icon-button.download.green {
  margin-top: 30px;
  padding-left: 25px;
  background-color: #49568a;
  background-image: none;
}

.button.white-pricing-button {
  margin-top: 0px;
}

.button.full-submit {
  display: block;
  width: 25%;
  margin-top: 15px;
  border-radius: 50px;
}

.button.full-submit:hover {
  background-color: #020d26;
}

.button.submit-newsletter {
  width: 100%;
  height: 50px;
  margin-top: 0px;
  border-radius: 5px;
}

.button.slider-button {
  background-color: #5ec045;
}

.button.slider-button.outline {
  margin-left: 10px;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, 0.6);
  background-color: transparent;
}

.button.outline {
  border: 1px solid #fff;
  background-color: transparent;
}

.button.dark-outline {
  border: 2px solid #e4e4e4;
  background-color: transparent;
  color: #000;
}

.button.dark-outline:hover {
  border-color: #1f6fff;
  background-color: #1f6fff;
  color: #fff;
}

.button.pricing-start {
  display: block;
  margin-top: 0px;
  text-align: center;
}

.button._2 {
  margin-left: 10px;
  background-color: rgba(0, 0, 0, 0.6);
}

.button._2:hover {
  background-color: #fff;
  color: #1f6fff;
}

.button._2.green {
  background-color: #5ec045;
}

.button._2.green:hover {
  background-color: #73d859;
  color: #fff;
}

.button.continue-reading {
  margin-top: 10px;
  padding-right: 15px;
  padding-left: 15px;
  background-color: #36393f;
  font-size: 10px;
  line-height: 13px;
}

.button.continue-reading:hover {
  background-color: #1f6fff;
  box-shadow: 6px 6px 16px 4px rgba(0, 0, 0, 0.2);
}

.button.cta-button {
  width: 20%;
  margin-top: 5px;
  float: right;
  background-color: #5ec045;
  line-height: 31px;
  text-align: center;
}

.button.cta-button:hover {
  background-color: #73d65a;
}

.button.cta-button.white {
  background-color: #fff;
  color: #000;
}

.button.light {
  background-color: #fff;
  color: #000;
}

.section {
  position: relative;
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #fff;
}

.section.tint {
  background-color: #f5f5f5;
}

.section.app-info-section {
  padding-top: 70px;
  padding-bottom: 60px;
  background-color: #f7f7f7;
}

.section.dark {
  overflow: hidden;
  border: 0px solid #000;
  background-color: #3b3f46;
  color: #fff;
}

.section.top-line {
  border-top: 1px solid #ddd;
}

.section.overflow-none {
  overflow: hidden;
}

.section.bottom-space {
  padding-bottom: 150px;
}

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

.section.below-contact-form {
  padding-top: 240px;
  background-color: #f0f2f5;
}

.section.pricing-section {
  padding-bottom: 160px;
}

.section.bottom-line {
  border-bottom: 1px solid #e2e2e2;
}

.section.contact-us-section {
  padding-top: 55px;
  padding-bottom: 45px;
  border-bottom: 1px solid #e7e7e7;
}

.section.blog-intro-section {
  padding-bottom: 60px;
}

.section.feature-section {
  overflow: hidden;
  padding-top: 100px;
  padding-bottom: 100px;
}

.section.feature-section.odd {
  border-top: 1px solid #ececec;
  background-color: #fafafa;
}

.section.cta-section {
  background-color: #2a323f;
  color: #fff;
}

.section.blue-cta-section {
  background-color: #1f6fff;
  color: #fff;
}

.section.white-cta-section {
  color: #000;
}

.section.blog-page-section {
  background-color: #f5f5f5;
}

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

.section-title-wrapper.full {
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  text-align: left;
}

.section-title-wrapper.full.info {
  margin-bottom: 30px;
}

.section-title-wrapper.full.below-video {
  margin-top: 40px;
  margin-bottom: 30px;
  text-align: center;
}

.section-title-wrapper.full-centered {
  width: 100%;
}

.section-title-wrapper.full-centered.contact {
  margin-bottom: 10px;
}

.section-title-wrapper.small-title {
  margin-bottom: 30px;
}

.section-title-wrapper.info {
  margin-bottom: 30px;
}

.section-title-wrapper.cta {
  margin-bottom: 30px;
}

.section-title {
  margin-top: 0px;
  font-family: Roboto, sans-serif;
  color: #49568a;
  font-size: 2.3em;
  line-height: 1.2em;
  font-weight: 400;
}

.section-title.large {
  line-height: 47px;
}

.section-title.elements-title {
  margin-bottom: 0px;
}

.section-title.dont-miss {
  color: #b6b6b6;
  font-size: 24px;
  line-height: 29px;
}

.section-title.newsletter-title {
  margin-top: -6px;
  margin-bottom: 10px;
  font-size: 44px;
}

.section-description {
  margin-top: 30px;
  font-size: 21px;
  line-height: 27px;
  font-weight: 300;
}

.section-description.faded {
  margin-top: -10px;
  opacity: 0.6;
  font-weight: 400;
}

.section-description.small {
  width: 70%;
  margin-top: 25px;
  font-size: 20px;
  font-weight: 300;
}

.section-description.elements {
  margin-top: 10px;
}

.section-description.in-column {
  font-size: 19px;
  line-height: 26px;
}

.video-lightbox {
  display: block;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  box-shadow: 0 0 23px 0 rgba(0, 0, 0, 0.3);
}

.video-lightbox.large {
  margin-top: -180px;
}

.video-lightbox-block {
  overflow: hidden;
  height: 400px;
  border-radius: 4px;
  background-image: url('../images/Photo-8.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.video-lightbox-block.large {
  background-image: url('../images/Photo-6_1.jpg');
}

.video-lightbox-block.about-us {
  background-image: url('../images/Photo-8.jpg');
}

.video-lightbox-overlay {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
}

.video-lightbox-button {
  position: absolute;
  left: 0px;
  top: 53%;
  right: 0px;
  display: block;
  width: 60px;
  height: 60px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 16px;
  padding-left: 2px;
  border-radius: 100%;
  background-color: #5ec045;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
  -webkit-transition: -webkit-transform 200ms ease;
  transition: -webkit-transform 200ms ease;
  transition: transform 200ms ease;
  transition: transform 200ms ease, -webkit-transform 200ms ease;
  text-align: center;
}

.video-lightbox-button:hover {
  box-shadow: 0 0 13px 0 rgba(0, 0, 0, 0.5);
  -webkit-transform: translate(0px, -50%) scale(1.2);
  -ms-transform: translate(0px, -50%) scale(1.2);
  transform: translate(0px, -50%) scale(1.2);
}

.video-lightbox-button.large-color {
  position: static;
  top: 0px;
  width: 90px;
  height: 90px;
  padding-top: 30px;
  background-color: #5ec045;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
}

.video-lightbox-button.large-color:hover {
  background-color: #3b3b3b;
}

.video-lightbox-button.green {
  background-color: #5ec045;
}

.video-lightbox-button.line {
  padding-top: 16px;
  padding-left: 3px;
  border: 2px solid #fff;
  background-color: transparent;
}

.video-lightbox-icon {
  height: 25px;
}

.portfolio-tabs-menu {
  text-align: center;
}

.portfolio-tab-button {
  margin-right: 3px;
  margin-left: 3px;
  border-radius: 3px;
  background-color: #f8f8f8;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  color: #6f737a;
  font-size: 13px;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.portfolio-tab-button:hover {
  background-color: rgba(0, 0, 0, 0.1);
}

.portfolio-tab-button.w--current {
  background-color: #1f6fff;
  color: #fff;
}

.portfolio-tab-pane {
  padding-top: 30px;
}

.portfolio-row {
  margin-bottom: 20px;
}

.portfolio-image-block {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  height: 270px;
  border-radius: 4px;
  background-image: url('../images/Photo-13.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.portfolio-image-block.large {
  height: 560px;
  background-image: url('../images/Photo-2_1.jpg');
}

.portfolio-image-block.medium {
  margin-bottom: 20px;
}

.portfolio-overlay-block {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 4px;
  background-color: rgba(44, 45, 49, 0.8);
}

.portfolio-overlay-content-wrapper {
  position: absolute;
  left: 0px;
  top: 50%;
  right: 0px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
  color: #fff;
  text-align: center;
}

.portfolio-block-title {
  font-size: 18px;
  font-weight: 700;
}

.portfolio-block-subtitle {
  margin-top: 10px;
  font-size: 14px;
}

.testimonial-slider {
  height: 260px;
  margin-top: 60px;
  margin-bottom: 40px;
  padding-right: 70px;
  padding-left: 70px;
  -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;
  background-color: transparent;
}

.testimonial-slide {
  position: relative;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -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;
  -webkit-align-content: space-around;
  -ms-flex-line-pack: distribute;
  align-content: space-around;
}

.testimonial-slider-arrow {
  width: 60px;
  height: 60px;
  margin-right: 30px;
  margin-left: 20px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.1);
  border-radius: 100%;
  background-color: transparent;
  -webkit-transition: border 200ms ease, background-color 200ms ease;
  transition: border 200ms ease, background-color 200ms ease;
  color: #000;
  font-size: 15px;
}

.testimonial-slider-arrow:hover {
  border-color: transparent;
  background-color: rgba(0, 0, 0, 0.1);
}

.testimonial-block {
  position: relative;
  left: 0px;
  right: 0px;
  overflow: visible;
  padding-right: 40px;
  padding-left: 200px;
}

.testimonial-image {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 140px;
  height: 140px;
  margin-top: 8px;
  border-radius: 4px;
}

.testimonial-quote {
  font-size: 19px;
  line-height: 29px;
  font-weight: 300;
}

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

.testimonial-name {
  color: #1f6fff;
  font-size: 18px;
  font-weight: 700;
}

.testimonial-name.subtitle {
  margin-top: 5px;
  color: #b3b3b3;
  font-size: 13px;
  line-height: 19px;
  font-weight: 400;
}

.testimonial-name.green {
  color: #5ec045;
}

.elements-wrapper.centered {
  margin-top: 10px;
  text-align: center;
}

.element-column.left {
  padding-right: 50px;
}

.footer {
  padding-top: 65px;
  padding-bottom: 65px;
  background-color: #3e4346;
  color: #a0a0a0;
}

.footer-column {
  padding-right: 30px;
}

.image-section {
  background-image: url('../images/Photo-5_2.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.image-section.clients {
  background-image: url('../images/Photo-6.jpg');
}

.image-section.get-the-app {
  background-image: url('../images/Photo-4.jpg');
  background-position: 50% 30%;
}

.image-section.quote {
  background-image: url('../images/Photo-3_1.jpg');
}

.image-section.pricing {
  background-image: url('../images/Photo-1.jpg');
  background-size: cover;
}

.image-section.newsletter {
  background-image: url('../images/Photo-6_1.jpg');
}

.image-section.avatars {
  background-image: url('../images/Job-seeker-image.jpg');
  background-position: 50% 67%;
  background-size: contain;
}

.image-section.about-us {
  background-image: url('../images/Photo-5_2.jpg');
}

.image-section.about-us-2 {
  background-image: url('../images/Photo-1.jpg');
}

.image-section.about-us-3 {
  background-image: url('../images/Photo-1.jpg');
}

.image-section.ui-section {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #eee;
  background-image: linear-gradient(86deg, #eee 39%, hsla(0, 0%, 93.3%, 0.2)), url('../images/UI-Elements.jpg');
  background-position: 0px 0px, 100% 50%;
  background-size: auto, auto 700px;
  background-repeat: repeat, no-repeat;
}

.image-section-overlay {
  width: 100%;
  height: 100%;
  padding-top: 145px;
  padding-bottom: 105px;
  background-color: rgba(44, 46, 49, 0.7);
  color: #fff;
}

.image-section-overlay.pricing {
  background-color: rgba(44, 46, 49, 0.6);
}

.image-section-overlay.color {
  background-color: rgba(31, 111, 255, 0.9);
}

.image-section-overlay.dark-gradient {
  padding-bottom: 125px;
  background-color: rgba(32, 33, 36, 0.7);
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(42, 45, 48, 0)), color-stop(88%, rgba(24, 26, 29, 0.99)), color-stop(89%, #181a1d));
  background-image: linear-gradient(180deg, rgba(42, 45, 48, 0), rgba(24, 26, 29, 0.99) 88%, #181a1d 89%);
}

.image-section-overlay.dark {
  padding-top: 115px;
  padding-bottom: 185px;
  background-color: rgba(31, 111, 255, 0.9);
}

.image-section-overlay.black {
  background-color: rgba(27, 28, 31, 0.6);
}

.image-section-overlay.white-gradient {
  padding-top: 210px;
  padding-bottom: 240px;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(39%, #fff), to(hsla(0, 0%, 100%, 0)));
  background-image: linear-gradient(180deg, #fff 39%, hsla(0, 0%, 100%, 0));
  color: #000;
}

.image-section-overlay-block {
  display: block;
  width: 70%;
  margin-right: auto;
  margin-left: auto;
  color: #fff;
  text-align: center;
}

.image-section-overlay-title {
  font-size: 36px;
  line-height: 41px;
  font-weight: 400;
}

.image-section-overlay-title.subtitle {
  display: block;
  width: 70%;
  margin: 30px auto 10px;
  font-size: 18px;
  line-height: 26px;
  font-weight: 300;
}

.menu-button {
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, 0.1);
  border-radius: 4px;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  color: #fff;
}

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

.menu-button.w--open {
  border-color: #1fdb6a;
  background-color: #1fdb6a;
}

.menu-button.blue.w--open {
  border-color: #25395e;
  background-color: #25395e;
}

.hero-mockup-image {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: none;
  width: 557px;
}

.hero-mockup-description-block {
  width: 430px;
  text-align: left;
}

.white-hero-title {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Roboto, sans-serif;
  color: #49568a;
  font-size: 40px;
  line-height: 50px;
  font-weight: 300;
}

.small-hero-intro-title {
  margin-bottom: 10px;
  opacity: 1;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.25em;
  text-transform: uppercase;
}

.hero-description {
  color: #a3aab8;
}

.hero-description.light {
  color: #fff;
  font-size: 19px;
  line-height: 25px;
  font-weight: 300;
}

.devices-mockup-right {
  position: absolute;
  top: -50px;
  right: -450px;
  height: 565px;
}

.info-block-left {
  width: 56%;
}

.info-block-left.ui {
  width: 45%;
}

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

.info-block {
  width: 97%;
  float: left;
}

.info-icon {
  height: 17px;
  margin-top: 4px;
  margin-right: 8px;
  margin-bottom: 10px;
  float: left;
}

.info-title {
  margin-bottom: 13px;
  font-size: 16px;
  font-weight: 700;
}

.newsletter-form {
  position: relative;
  height: 175px;
  margin-top: -235px;
  margin-bottom: 110px;
  padding: 40px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px;
  background-color: #1f6fff;
  color: #fff;
}

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

.newsletter-column-right {
  padding-top: 20px;
}

.newsletter-field {
  width: 80%;
  height: 60px;
  padding-left: 34px;
  float: left;
  border: 0px solid #000;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.newsletter-submit {
  width: 20%;
  height: 60px;
  padding-right: 9px;
  padding-left: 9px;
  float: right;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  background-color: #5ec045;
  text-transform: uppercase;
}

.newsletter-submit:hover {
  background-color: #11b954;
}

.info-block-right {
  width: 50%;
  float: right;
}

.info-block-right.app-info {
  margin-top: 30px;
  margin-bottom: 30px;
}

.info-block-right.download-info {
  margin-top: 35px;
  margin-bottom: 40px;
}

.device-mockup-left {
  position: absolute;
  left: -80px;
  top: -150px;
  height: 560px;
}

.footer-title {
  margin-bottom: 12px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
}

.footer-link {
  display: block;
  margin-top: 7px;
  font-family: Montserrat, sans-serif;
  color: #949494;
  text-decoration: none;
}

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

.footer-link.social {
  padding-left: 20px;
  background-image: url('../images/Icon-facebook.png');
  background-position: 0px 50%;
  background-size: 12px;
  background-repeat: no-repeat;
}

.footer-link.social.youtube {
  background-image: url('../images/Icon-play-white.png');
}

.footer-link.social.google {
  background-image: url('../images/Icon-google.png');
}

.footer-link.social.twitter {
  background-image: url('../images/Icon-twitter.png');
}

.features-row {
  margin-top: 16px;
}

.feature-block {
  display: block;
  width: 70%;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.feature-block.wide {
  width: 90%;
  text-align: justify;
}

.feature-icon {
  width: 40px;
  padding: 0px;
}

.feature-icon.overall {
  width: 30px;
  margin-bottom: 15px;
}

.product-detail-right-title {
  position: static;
  margin-bottom: 15px;
  font-family: Montserrat, sans-serif;
  color: #1e2022;
  font-size: 16px;
  font-weight: 600;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
  mix-blend-mode: normal;
  -o-object-fit: fill;
  object-fit: fill;
}

.simple-footer {
  padding-top: 45px;
  background-color: #2a2d30;
}

.simple-bottom-footer {
  margin-top: 45px;
  padding-top: 35px;
  padding-bottom: 32px;
  background-color: #424549;
  color: #979da5;
}

.footer-inline-link {
  display: inline-block;
  margin-top: 5px;
  margin-right: 15px;
  color: #fff;
  font-size: 13px;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

.footer-inline-link:hover {
  color: hsla(0, 0%, 100%, 0.4);
}

.footer-social-icon {
  width: 35px;
  height: 35px;
  margin-top: -2px;
  margin-right: 5px;
  padding-top: 5px;
  border-radius: 100%;
  background-color: #4a4f53;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  text-align: center;
}

.footer-social-icon:hover {
  background-color: #1f6fff;
}

.footer-small-social-icon {
  height: 15px;
}

.hero-background-video {
  width: 100%;
  height: auto;
}

.hero-block-overlay {
  padding-top: 270px;
  padding-bottom: 250px;
  background-color: rgba(0, 0, 0, 0.25);
  color: #fff;
}

.hero-block-overlay.business {
  padding-top: 240px;
  padding-bottom: 130px;
}

.hero-block-overlay.business-2 {
  padding-top: 230px;
  padding-bottom: 0px;
  background-color: rgba(31, 111, 255, 0.8);
}

.hero-video-lightbox {
  margin-top: 40px;
}

.hero-description-title {
  display: block;
  width: 60%;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  opacity: 0.65;
  font-size: 24px;
  line-height: 31px;
  font-weight: 300;
}

.team-image-block {
  overflow: hidden;
  margin-bottom: 20px;
  border-radius: 4px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 0px;
  background-size: cover;
}

.team-image-block-overlay {
  overflow: hidden;
  width: 100%;
  padding: 45px 35px 35px;
  background-color: rgba(0, 0, 0, 0.3);
  color: #fff;
}

.team-block-title {
  font-size: 21px;
  font-weight: 700;
}

.team-block-title.subtitle {
  font-size: 15px;
  font-weight: 400;
}

.team-block-title.subtitle.small-subtitle {
  margin-bottom: -5px;
  line-height: 21px;
}

.team-block-title.smaller {
  font-size: 15px;
}

.team-social-button {
  width: auto;
  height: auto;
  margin-top: 20px;
  margin-right: 6px;
  padding-top: 9px;
  text-align: center;
  cursor: pointer;
}

.team-social-button:hover {
  opacity: 0.55;
}

.team-social-button.dark {
  margin-top: 0px;
  opacity: 0.4;
}

.team-social-button.dark:hover {
  opacity: 1;
}

.team-social-icon {
  height: 20px;
}

.team-social-icon.dark {
  height: 14px;
}

.team-outline-block {
  position: relative;
  padding: 18px 25px 20px 95px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}

.team-outline-block.light {
  border-color: hsla(0, 0%, 100%, 0.2);
}

.team-portrait-image {
  position: absolute;
  left: 20px;
  top: 20px;
  width: 60px;
  height: 60px;
  border-radius: 100%;
}

.small-section-title {
  margin-bottom: 8px;
  opacity: 0.6;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.small-section-title.smaller {
  margin-bottom: 15px;
  opacity: 0.4;
  font-size: 11px;
}

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

.client-logo {
  height: 50px;
  opacity: 0.3;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.client-logo:hover {
  opacity: 1;
}

.client-logo.small {
  height: 36px;
}

.image-hero {
  background-color: #0f1011;
  background-image: url('../images/Photo-2.jpg');
  background-position: 50% 0px;
  background-size: cover;
}

.image-hero.busines-2 {
  background-image: url('../images/Photo-11.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.image-hero.download {
  padding-top: 190px;
  padding-bottom: 120px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.4))), url('../images/Photo-9.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url('../images/Photo-9.jpg');
  background-position: 0px 0px, 50% 0px;
  background-size: auto, cover;
}

.contact-form {
  display: block;
  width: 550px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
}

.field {
  height: 50px;
  border: 0px solid #000;
  border-radius: 4px;
  background-color: hsla(0, 0%, 100%, 0.2);
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
}

.field:hover {
  background-color: #fff;
}

.field:focus {
  background-color: #fff;
}

.field.area {
  height: 200px;
  padding-top: 12px;
}

.field.email {
  margin-bottom: 0px;
  background-color: hsla(0, 0%, 100%, 0.8);
  text-align: center;
}

.field.email:focus {
  background-color: #fff;
}

.field.rounded {
  height: 40px;
  border-radius: 4px;
  background-color: #f2f3f7;
  -webkit-transition: background-color 200ms ease, box-shadow 200ms ease;
  transition: background-color 200ms ease, box-shadow 200ms ease;
}

.field.rounded:hover {
  background-color: #dfe1e7;
}

.field.rounded:focus {
  background-color: #fff;
  box-shadow: 4px 4px 15px 0 rgba(0, 0, 0, 0.2);
  color: #000;
}

.field.rounded.area {
  height: 100px;
}

.field.line {
  height: 46px;
  margin-bottom: 5px;
  padding-right: 0px;
  padding-bottom: 12px;
  padding-left: 0px;
  border-bottom-width: 2px;
  border-bottom-color: #e2e2e2;
  border-radius: 0px;
  -webkit-transition: background-color 200ms ease, border 200ms ease;
  transition: background-color 200ms ease, border 200ms ease;
  font-size: 13px;
}

.field.line:hover {
  border-bottom-color: #b6b6b6;
}

.field.line:focus {
  border-bottom-color: #1f6fff;
}

.field.line.area {
  height: 95px;
}

.success-message {
  padding-top: 30px;
  border-radius: 5px;
  background-color: #5ec045;
  color: #fff;
}

.success-message.transparant {
  padding-top: 42px;
  background-color: transparent;
}

.error-bg {
  padding-top: 12px;
  padding-bottom: 1px;
  border-radius: 3px;
  color: #e42121;
  font-size: 12px;
  text-align: center;
}

.large-hero-title {
  display: block;
  width: 90%;
  margin: 0px auto 30px;
  color: #fff;
  font-size: 45px;
  line-height: 47px;
  font-weight: 300;
}

.large-hero-title-bold {
  font-weight: 700;
}

.footer-logo {
  width: 200px;
  color: #fff;
  font-size: 19px;
  line-height: 17px;
  font-weight: 700;
  text-transform: uppercase;
}

.footer-logo.subtitle {
  opacity: 0.5;
  font-size: 11px;
  font-weight: 400;
  text-transform: none;
}

.footer-social-col-right {
  text-align: right;
}

.bottom-footer-paragraph {
  margin-bottom: 0px;
  float: left;
  color: #fff;
  font-size: 12px;
}

.bottom-footer-paragraph.right {
  float: right;
}

.bottom-footer-paragraph.dark {
  color: #94979e;
}

.bottom-footer-link {
  color: #91959c;
}

.bottom-footer-link:hover {
  color: hsla(0, 0%, 100%, 0.7);
}

.bottom-footer-link.dark {
  color: #1f6fff;
  text-decoration: none;
}

.bottom-footer-link.color {
  color: #babdc2;
  text-decoration: none;
}

.bottom-footer-link.color:hover {
  color: #1f6fff;
}

.description-paragraph {
  color: #a3a3a3;
  font-size: 14px;
  line-height: 22px;
}

.contact-section {
  position: relative;
  width: 100%;
  height: 500px;
}

.contact-map {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  height: 100%;
  padding-right: 320px;
}

.contact-section-overlay {
  position: relative;
  z-index: 10;
  width: 100%;
  height: 100%;
  padding-top: 130px;
  background-color: rgba(31, 111, 255, 0.86);
  color: #fff;
}

.outline-social-icon {
  width: 50px;
  height: 50px;
  margin-right: 2px;
  margin-left: 2px;
  padding-top: 11px;
  border: 1px solid #fff;
  border-radius: 100%;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
}

.outline-social-icon:hover {
  background-color: hsla(0, 0%, 100%, 0.2);
}

.overall-video-lightbox {
  display: block;
  overflow: hidden;
  width: 100%;
  height: 230px;
  border-radius: 4px;
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.3);
}

.overall-video-lightbox.hero-small {
  width: 250px;
  height: 161px;
  margin-top: 38px;
}

.overall-video-lightbox.in-slider {
  width: 430px;
  height: 280px;
  margin-left: 40px;
}

.overall-video-lightbox.large-hero {
  display: block;
  width: 90%;
  height: 330px;
  margin-right: auto;
  margin-left: auto;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}

.overall-video-lightbox.in-page-header {
  height: 215px;
}

.video-lightbox-image-block {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  height: 100%;
  border-radius: 4px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0.1))), url('../images/Photo-6_1.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), url('../images/Photo-6_1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.video-lightbox-image-block.hero {
  background-image: url('../images/Photo-7.jpg');
  background-position: 50% 50%;
  background-size: cover;
  text-align: center;
}

.video-lightbox-image-block.small-hero {
  background-image: url('../images/Photo-8.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.video-lightbox-image-block.slider {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0.1))), url('../images/Photo-13.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), url('../images/Photo-13.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.long-feature-block {
  position: relative;
  margin-top: 25px;
  padding-right: 20px;
  padding-left: 65px;
}

.long-feature-block.title-only {
  margin-top: 15px;
  padding-top: 3px;
  padding-left: 75px;
}

.left-feature-icon {
  position: absolute;
  left: 0px;
  top: 0px;
  height: 34px;
}

.long-feature-title {
  margin-bottom: 14px;
  font-size: 19px;
}

.long-feature-title.uppercase {
  margin-bottom: 4px;
  float: none;
  font-size: 17px;
  font-weight: 600;
  text-transform: none;
}

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

.info-column-right.responsive {
  padding-top: 50px;
  padding-bottom: 40px;
}

.pricing-row {
  margin-bottom: 40px;
}

.pricing-block {
  position: relative;
  padding: 60px 40px;
  border-radius: 4px;
  background-color: #f0f4f7;
  text-align: center;
}

.pricing-block.image {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/Photo-9.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/Photo-9.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  color: #fff;
}

.pricing-title {
  font-size: 13px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.pricing-price {
  margin-top: 10px;
  margin-bottom: 30px;
  font-size: 44px;
  line-height: 40px;
  font-weight: 700;
}

.pricing-paragraph {
  font-size: 13px;
  line-height: 22px;
}

.pricing-block-tag {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  display: block;
  width: 90px;
  margin-right: auto;
  margin-left: auto;
  padding: 6px 9px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  background-color: #5ec045;
  font-family: Montserrat, sans-serif;
  font-size: 9px;
  text-transform: uppercase;
}

.plan-tabs {
  margin-top: -20px;
}

.plan-tabs-menu {
  font-family: Montserrat, sans-serif;
  font-size: 11px;
  text-align: center;
  text-transform: uppercase;
}

.tab-button-left {
  border-style: solid;
  border-width: 1px 0px 1px 1px;
  border-color: #fff;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  background-color: transparent;
  font-family: 'Source Sans Pro', sans-serif;
  color: #fff;
  font-size: 12px;
  letter-spacing: 1px;
}

.tab-button-left:hover {
  background-color: hsla(0, 0%, 100%, 0.2);
  color: #fff;
}

.tab-button-left.w--current {
  background-color: #fff;
  color: #000;
}

.tab-button-right {
  border-style: solid;
  border-width: 1px 1px 1px 0px;
  border-color: #fff;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  background-color: transparent;
  font-family: 'Source Sans Pro', sans-serif;
  color: #fff;
  font-size: 12px;
  letter-spacing: 1px;
}

.tab-button-right:hover {
  background-color: hsla(0, 0%, 100%, 0.2);
  color: #fff;
}

.tab-button-right.w--current {
  background-color: #fff;
  color: #000;
}

.pricing-tab-pane {
  padding-top: 50px;
  text-align: center;
}

.white-pricing-block {
  overflow: hidden;
  border-radius: 5px;
  background-color: #fff;
  color: #000;
}

.white-pricing-block.color {
  background-color: #1f6fff;
  color: #fff;
}

.pricing-block-title {
  color: #b9b9b9;
}

.pricing-block-title.light {
  color: hsla(0, 0%, 100%, 0.5);
}

.pricing-block-price {
  color: #1f6fff;
  font-size: 44px;
  line-height: 50px;
  font-weight: 700;
}

.pricing-block-price.subtitle {
  color: #000;
  font-size: 11px;
  line-height: 20px;
}

.pricing-block-price.white {
  color: #fff;
}

.pricing-block-content-wrapper {
  padding: 24px;
}

.pricing-block-content-wrapper.bottom {
  background-color: #3e434d;
}

.pricing-feature-list {
  margin-bottom: 0px;
}

.pricing-feature-item {
  margin-bottom: 0px;
  padding: 14px 18px 13px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.pricing-feature-text {
  margin-bottom: 0px;
  font-size: 13px;
}

.browser-mockup-right {
  position: absolute;
  top: -35px;
  right: -395px;
  width: 770px;
  border: 1px solid #e6e6e6;
  border-radius: 3px;
  box-shadow: 3px 3px 33px 0 rgba(0, 0, 0, 0.1);
}

.browser-mockup-right.small {
  top: -15px;
  right: -165px;
  width: 560px;
}

.long-feature-icon-wrapper {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 50px;
  height: 50px;
  padding-top: 10px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.1);
  border-radius: 7px;
  text-align: center;
}

.long-feature-icon {
  height: 25px;
}

.overall-hero-title {
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 41px;
  font-weight: 700;
}

.overall-hero-description {
  display: block;
  width: 70%;
  margin-right: auto;
  margin-left: auto;
  opacity: 0.71;
  font-size: 19px;
  line-height: 24px;
  font-weight: 300;
}

.text-column {
  padding-right: 20px;
}

.text-column-title {
  display: inline-block;
  margin-bottom: 14px;
  font-size: 15px;
  line-height: 18px;
  font-weight: 700;
  text-transform: uppercase;
}

.text-column-title.number {
  margin-right: 10px;
  color: #1f6fff;
}

.top-line-block {
  margin-top: 35px;
  padding-top: 40px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.process-tab-pane {
  padding-top: 60px;
}

.process-tab-col-left {
  padding-right: 40px;
}

.process-tab-button {
  width: 100px;
  height: 100px;
  margin-right: 15px;
  margin-left: 15px;
  padding-top: 20px;
  padding-right: 12px;
  padding-left: 12px;
  border: 0px solid transparent;
  border-radius: 100%;
  background-color: #f5f5f5;
  box-shadow: 0 0 30px 0 transparent;
  -webkit-transition: box-shadow 200ms ease;
  transition: box-shadow 200ms ease;
  color: #c7c7c7;
  font-size: 13px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.process-tab-button:hover {
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
  color: #1f6fff;
}

.process-tab-button.w--current {
  border-color: rgba(0, 0, 0, 0.1);
  background-color: #fff;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
  color: #000;
  text-align: center;
}

.process-tab-icon {
  height: 30px;
  margin-bottom: 6px;
}

.process-tab-menu {
  margin-top: -50px;
  text-align: center;
}

.process-tabs-line {
  width: 100%;
  height: 1px;
  margin-top: 80px;
  background-color: rgba(0, 0, 0, 0.1);
}

.small-paragraph {
  margin-bottom: 0px;
  color: #838383;
  font-size: 14px;
  line-height: 20px;
}

.worldmap-left-wrapper {
  position: absolute;
  left: -141px;
  top: 17px;
  z-index: 1;
  width: 730px;
}

.map-contact-form {
  position: relative;
  z-index: 10;
  width: 500px;
  min-height: 450px;
  padding: 19px;
  float: right;
  background-color: hsla(0, 0%, 100%, 0.8);
}

.field-label {
  color: #989ba2;
  font-size: 13px;
  font-weight: 400;
  text-transform: uppercase;
}

.map-marker {
  position: absolute;
  left: 86px;
  top: 145px;
  width: 20px;
  height: 20px;
  border: 3px solid #fff;
  border-radius: 100%;
  background-color: #1f6fff;
}

.map-marker._2 {
  left: 344px;
  top: 164px;
}

.dark-field {
  height: 40px;
  margin-bottom: 7px;
  padding-left: 20px;
  border: 1px solid #707070;
  border-radius: 2px;
  -webkit-transition: box-shadow 200ms ease, border 200ms ease, background-color 200ms ease;
  transition: box-shadow 200ms ease, border 200ms ease, background-color 200ms ease;
  font-size: 13px;
}

.dark-field:hover {
  background-color: #dbdce2;
}

.dark-field:focus {
  background-color: #fff;
  box-shadow: 3px 3px 16px 0 rgba(0, 0, 0, 0.2);
}

.dark-field::-webkit-input-placeholder {
  color: #888;
}

.dark-field:-ms-input-placeholder {
  color: #888;
}

.dark-field::-ms-input-placeholder {
  color: #888;
}

.dark-field::placeholder {
  color: #888;
}

.dark-field.area {
  height: 148px;
  padding-top: 12px;
}

.dark-field.first {
  width: 95%;
}

.dark-field.sign-up {
  height: 50px;
  background-color: #fff;
  font-size: 15px;
}

.dark-field.sign-up:hover {
  background-color: hsla(0, 0%, 100%, 0.9);
}

.dark-field.sign-up:focus {
  box-shadow: 5px 5px 16px 0 rgba(0, 0, 0, 0.3);
}

.dark-field.sign-up.first {
  width: 95%;
}

.white-footer {
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #fff;
  font-size: 16px;
}

.dark-footer-title {
  margin-bottom: 21px;
  color: #1f6fff;
  font-size: 18px;
  font-weight: 300;
  text-transform: uppercase;
}

.light-footer-link {
  display: block;
  margin-bottom: 7px;
  color: #94979e;
  font-size: 13px;
  text-decoration: none;
}

.color-social-button {
  width: 30px;
  height: 30px;
  margin-right: 2px;
  margin-bottom: 4px;
  padding-top: 3px;
  border-radius: 4px;
  background-color: #4e5f97;
  text-align: center;
}

.color-social-button:hover {
  opacity: 0.8;
}

.color-social-button.twitter {
  background-color: #37a5e4;
}

.color-social-button.google {
  background-color: #e22047;
}

.footer-contact-info-block {
  margin-top: 20px;
  color: #94979e;
  font-size: 14px;
}

.bottom-footer-block {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.bottom-footer-block.white-footer-block {
  margin-top: 40px;
  color: #e1e1e4;
}

.portfolio-item-block {
  display: block;
  width: 100%;
  height: 160px;
  margin-bottom: 20px;
  border-radius: 4px;
  background-image: url('../images/Photo-8.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.portfolio-item-block:hover {
  opacity: 0.9;
}

.portfolio-item-title {
  display: block;
  margin-bottom: 15px;
  color: #000;
  font-size: 17px;
  font-weight: 700;
  text-decoration: none;
}

.portfolio-item-title:hover {
  color: #1f6fff;
}

.portfolio-item-description {
  color: #969696;
  font-size: 13px;
}

.hero-slider {
  height: 320px;
  background-color: transparent;
}

.hero-slider-arrow {
  margin-right: -90px;
  margin-left: -90px;
  opacity: 0.35;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  font-size: 18px;
}

.hero-slider-arrow:hover {
  opacity: 1;
}

.slider-bottom-nav {
  font-size: 10px;
}

.hero-slider-mockup {
  position: absolute;
  left: 0px;
  top: 0px;
  height: 300px;
}

.hero-slider-content-block {
  position: absolute;
  top: 10px;
  right: 0px;
  width: 410px;
}

.hero-slider-title {
  margin-top: 0px;
  margin-bottom: 20px;
  color: #fff;
  font-weight: 400;
}

.hero-slider-text {
  color: hsla(0, 0%, 100%, 0.5);
}

.hero-slider-section {
  position: relative;
  overflow: hidden;
  padding-top: 220px;
  padding-bottom: 90px;
  background-color: #1f6fff;
}

.hero-left-block {
  width: 480px;
  float: left;
}

.hero-title-large {
  margin-top: 0px;
  margin-bottom: 25px;
  color: #fff;
  font-size: 53px;
  line-height: 54px;
  font-weight: 300;
}

.hero-download-form {
  width: 350px;
  margin-bottom: 0px;
  padding: 24px;
  float: right;
  border-radius: 4px;
  background-color: #fff;
}

.large-pricing-block {
  padding-right: 51px;
  border-right: 2px solid #e4e4e4;
}

.large-pricing-block._2 {
  padding-right: 0px;
  padding-left: 50px;
  border-right-width: 0px;
}

.large-pricing-icon {
  height: 50px;
  margin-bottom: 20px;
}

.large-pricing-title {
  margin-bottom: 4px;
  text-transform: uppercase;
}

.large-pricing-title.price {
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 44px;
  line-height: 50px;
  font-weight: 700;
}

.pricing-features-list {
  width: 50%;
  margin-top: 20px;
  margin-bottom: 0px;
  float: left;
}

.pricing-feature-list-item {
  position: relative;
  margin-bottom: 6px;
  padding-left: 26px;
}

.pricing-list-icon {
  position: absolute;
  left: 0px;
  top: 3px;
  width: 15px;
}

.pricing-list-title {
  line-height: 21px;
}

.browser-mockup-left {
  position: absolute;
  left: -370px;
  top: -25px;
  width: 790px;
  border: 1px solid #e2e2e2;
  border-radius: 4px;
  box-shadow: 4px 4px 33px 0 rgba(0, 0, 0, 0.1);
}

.browser-mockup-left.small {
  left: -150px;
  top: -15px;
  width: 560px;
}

.feature-info-row {
  margin-top: 20px;
  margin-right: 0px;
  margin-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -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;
}

.feature-info-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  padding-right: 0px;
  padding-left: 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;
}

.feature-info-block {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  -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-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: justify;
}

.feature-info-icon {
  width: 60px;
  height: 60px;
  margin-right: auto;
  margin-left: auto;
  float: none;
}

.feature-info-title {
  margin-top: 8px;
  font-family: Montserrat, sans-serif;
  color: #707070;
  font-size: 12px;
  font-weight: 500;
  text-align: center;
  text-transform: capitalize;
}

.feature-info-paragraph {
  opacity: 0.7;
  font-size: 14px;
}

.checkbox {
  margin-top: 20px;
  margin-bottom: 0px;
  color: #979eac;
  font-size: 13px;
  line-height: 18px;
}

.checkbox:hover {
  color: #1f6fff;
}

.hero-main-title {
  margin-top: 0px;
  font-family: 'Source Sans Pro', sans-serif;
  color: #fff;
  font-size: 70px;
  line-height: 54px;
  font-weight: 600;
}

.hero-main-title.subtitle {
  display: block;
  width: 70%;
  margin: 35px auto 0px;
  font-size: 22px;
  line-height: 32px;
  font-weight: 200;
}

.home-intro-wrapper {
  position: absolute;
  left: 0px;
  top: 0px;
  display: inline-block;
  width: 30%;
  color: #9a9da3;
}

.home-intro-wrapper.mid {
  left: 250px;
  top: -56px;
  z-index: 10;
  width: 47%;
}

.home-intro-wrapper.right {
  left: auto;
  top: 0px;
  right: 0px;
}

.home-intro-link-block {
  display: block;
  overflow: hidden;
  width: 100%;
  height: 340px;
  border-radius: 3px;
  background-image: url('../images/Home-Business-1.jpg');
  background-position: 50% 0px;
  background-size: cover;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.3);
  text-decoration: none;
}

.home-intro-link-block:hover {
  text-decoration: none;
}

.home-intro-link-block._2 {
  height: 450px;
  background-image: url('../images/Home-Business-2.jpg');
  background-size: cover;
}

.home-intro-link-block._3 {
  background-image: url('../images/Home-App.jpg');
}

.intro-block-overlay {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 3px;
  background-color: transparent;
  opacity: 0;
  -webkit-transition: background-color 200ms ease, opacity 200ms ease;
  transition: background-color 200ms ease, opacity 200ms ease;
  color: #fff;
  text-align: center;
}

.intro-block-overlay:hover {
  background-color: rgba(0, 0, 0, 0.3);
  opacity: 1;
}

.intro-block-text-wrapper {
  display: block;
  width: 200px;
  margin-top: 40px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.intro-block-text-wrapper.mid {
  width: 68%;
}

.intro-block-text-wrapper.last {
  width: 240px;
  margin-left: auto;
  padding-left: 20px;
}

.intro-block-title {
  margin-bottom: 20px;
  color: #2e3241;
  font-size: 23px;
  font-weight: 600;
}

.homepage-row {
  display: block;
  width: 70%;
  margin-right: auto;
  margin-left: auto;
}

.homepage-column {
  padding-right: 15px;
  padding-left: 15px;
}

.homepage-link-block {
  position: relative;
  display: block;
  overflow: hidden;
  margin-bottom: 30px;
  border-radius: 4px;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.3);
}

.homepage-link-block:hover {
  opacity: 0.8;
}

.homepage-screenshot {
  width: 100%;
}

.home-mockup {
  position: absolute;
  left: -290px;
  top: 3px;
  z-index: 3;
  width: 715px;
}

.home-mockup.ipad {
  left: 85px;
  top: 59px;
  z-index: 4;
  width: 251px;
}

.home-mockup.iphone {
  left: 270px;
  top: 180px;
  z-index: 5;
  width: 130px;
}

.simple-white-footer {
  padding-top: 45px;
  padding-bottom: 45px;
  border-top: 1px solid #eee;
  background-color: #fff;
}

.dark-bottom-footer {
  padding-bottom: 0px;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 43.9%, 0.35);
  background-color: #fff;
  color: #6d7077;
  font-size: 14px;
}

.small-footer-title {
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  color: #49568a;
  font-size: 16px;
  line-height: 25px;
  font-weight: 600;
}

.footer-row-bottom {
  padding-top: 25px;
  padding-bottom: 25px;
}

.download-image-left {
  position: absolute;
  left: -200px;
  top: -65px;
  width: 640px;
}

.dropdown-icon {
  margin-right: 10px;
  opacity: 0.4;
}

.right-nav-menu {
  width: 300px;
  margin-left: 60px;
  padding: 31px;
  background-color: #fff;
  box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.3);
  text-align: left;
}

.hero-section {
  overflow: hidden;
  padding-top: 200px;
  padding-bottom: 200px;
  border-radius: 2px;
  background-image: radial-gradient(circle farthest-corner at 50% 50%, #fff, #eaebf3 80%);
}

.nav-menu-content-block {
  margin-top: 40px;
  padding: 20px;
  border: 2px solid #ebeef3;
  border-radius: 4px;
  text-align: center;
}

.app-store-button {
  height: 46px;
  border-radius: 4px;
}

.app-store-link-button {
  margin-bottom: 4px;
}

.app-store-link-button:hover {
  opacity: 0.8;
}

.nav-paragraph {
  margin-bottom: 20px;
  font-size: 12px;
  line-height: 18px;
}

.nav-title {
  margin-bottom: 8px;
  font-family: Montserrat, sans-serif;
  color: #1f6fff;
  font-size: 16px;
  font-weight: 700;
}

.half-image-section {
  width: 50%;
  height: 500px;
  float: left;
  background-image: url('../images/Photo-12_1.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.half-image-section.right {
  float: right;
  background-image: url('../images/Photo-8.jpg');
}

.half-content-section {
  width: 50%;
  height: 500px;
  padding: 90px;
  float: right;
  background-color: #fff;
}

.half-content-section.left {
  float: left;
}

.content-section-block {
  max-width: 450px;
  float: left;
}

.content-section-block.left {
  float: right;
}

.full-hero-content-block {
  display: block;
  width: 80%;
  margin-right: auto;
  margin-bottom: 80px;
  margin-left: auto;
  text-align: center;
}

.white-link {
  color: #fff;
}

.white-link:hover {
  color: hsla(0, 0%, 100%, 0.7);
}

.blocks-row {
  margin-bottom: 20px;
}

.color-block {
  position: relative;
  display: block;
  padding: 32px;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.1);
  -webkit-transition: -webkit-transform 200ms ease;
  transition: -webkit-transform 200ms ease;
  transition: transform 200ms ease;
  transition: transform 200ms ease, -webkit-transform 200ms ease;
  color: #8f8f8f;
  text-align: left;
  text-decoration: none;
}

.color-block-title {
  position: relative;
  z-index: 10;
  margin-bottom: 17px;
  color: #000;
  font-size: 19px;
  font-weight: 600;
}

.color-block-paragraph {
  position: relative;
  z-index: 10;
  margin-bottom: 0px;
  font-size: 13px;
  line-height: 19px;
}

.color-block-icon {
  position: absolute;
  top: 18px;
  right: 30px;
  z-index: 1;
  height: 40px;
  opacity: 1;
}

.bottom-paragraph {
  margin-top: 30px;
  margin-bottom: 0px;
}

.white-pricing-column {
  padding-right: 20px;
  padding-left: 20px;
  border-right: 1px solid rgba(0, 0, 0, 0.06);
}

.white-pricing-column:hover {
  color: #1f6fff;
}

.white-pricing-column.last {
  border-right-color: hsla(0, 0%, 84.7%, 0);
}

.transparant-pricing-block {
  padding: 34px 24px;
  border-radius: 4px;
  -webkit-transition: background-color 350ms ease, box-shadow 350ms ease, color 200ms ease;
  transition: background-color 350ms ease, box-shadow 350ms ease, color 200ms ease;
  text-align: center;
}

.transparant-pricing-block:hover {
  background-color: hsla(0, 0%, 100%, 0.4);
  box-shadow: 0 12px 33px 0 rgba(0, 0, 0, 0.2);
}

.transparant-pricing-block.highlight {
  background-color: #fff;
  box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.1);
}

.white-pricing-title {
  margin-bottom: 15px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.pricing-icon-block {
  display: inline-block;
  width: 100px;
  height: 100px;
  padding-top: 29px;
  border: 2px solid #dfdfdf;
  border-radius: 100%;
  text-align: center;
}

.pricing-icon {
  width: 40px;
  height: 40px;
  opacity: 0.28;
}

.white-price-title {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 44px;
  line-height: 40px;
  font-weight: 700;
}

.white-pricing-paragraph {
  color: #252525;
}

.subpage-header {
  padding-top: 190px;
  padding-bottom: 90px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(31, 111, 255, 0.9)), to(rgba(31, 111, 255, 0.9))), url('../images/Photo-5_2.jpg');
  background-image: linear-gradient(180deg, rgba(31, 111, 255, 0.9), rgba(31, 111, 255, 0.9)), url('../images/Photo-5_2.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  color: #fff;
  text-align: center;
}

.subpage-header.contact {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(31, 111, 255, 0.9)), to(rgba(31, 111, 255, 0.9))), url('../images/Photo-5_2.jpg');
  background-image: linear-gradient(180deg, rgba(31, 111, 255, 0.9), rgba(31, 111, 255, 0.9)), url('../images/Photo-5_2.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  color: #fff;
}

.subpage-header.contact-2 {
  background-image: linear-gradient(135deg, rgba(31, 111, 255, 0.9) 24%, rgba(31, 174, 255, 0.9)), url('../images/Photo-8.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.subpage-header.contact-1 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(31, 111, 255, 0.87)), to(rgba(31, 111, 255, 0.87))), url('../images/Photo-4.jpg');
  background-image: linear-gradient(180deg, rgba(31, 111, 255, 0.87), rgba(31, 111, 255, 0.87)), url('../images/Photo-4.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.subpage-header.with-contact-info {
  position: relative;
  padding-bottom: 230px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.6))), url('../images/Photo-5_1.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('../images/Photo-5_1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.subpage-header.pricing-1 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.4))), url('../images/Photo-1.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url('../images/Photo-1.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
}

.subpage-header.pricing-3 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(31, 111, 255, 0.7)), to(rgba(31, 111, 255, 0.7))), url('../images/Photo-12.jpg');
  background-image: linear-gradient(180deg, rgba(31, 111, 255, 0.7), rgba(31, 111, 255, 0.7)), url('../images/Photo-12.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.subpage-header.pricing-2 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.6))), url('../images/Photo-9.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('../images/Photo-9.jpg');
  background-position: 0px 0px, 50% 100%;
  background-size: auto, cover;
}

.subpage-header.pricing-4 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.4))), url('../images/Photo-1.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url('../images/Photo-1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.subpage-header.about-1 {
  padding-top: 190px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(25, 27, 31, 0.8)), to(rgba(25, 27, 31, 0.8))), url('../images/Photo-4.jpg');
  background-image: linear-gradient(180deg, rgba(25, 27, 31, 0.8), rgba(25, 27, 31, 0.8)), url('../images/Photo-4.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  text-align: left;
}

.subpage-header.pricing-5 {
  padding-bottom: 200px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(31, 111, 255, 0.8)), to(rgba(31, 111, 255, 0.8))), url('../images/Photo-5_2.jpg');
  background-image: linear-gradient(180deg, rgba(31, 111, 255, 0.8), rgba(31, 111, 255, 0.8)), url('../images/Photo-5_2.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.subpage-header.about-2 {
  padding-top: 180px;
  padding-bottom: 90px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(31, 111, 255, 0.8)), to(rgba(31, 111, 255, 0.8))), url('../images/Photo-5.jpg');
  background-image: linear-gradient(180deg, rgba(31, 111, 255, 0.8), rgba(31, 111, 255, 0.8)), url('../images/Photo-5.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.subpage-header.about-5 {
  padding-top: 250px;
  padding-bottom: 170px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/Photo-6_1.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/Photo-6_1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.subpage-header.ui {
  padding-top: 210px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/Photo-2.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/Photo-2.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.subpage-header.blog-1 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(31, 111, 255, 0.9)), to(rgba(31, 111, 255, 0.9))), url('../images/Photo-4.jpg');
  background-image: linear-gradient(180deg, rgba(31, 111, 255, 0.9), rgba(31, 111, 255, 0.9)), url('../images/Photo-4.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.subpage-header.sign-up-1 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(31, 111, 255, 0.9)), to(rgba(31, 111, 255, 0.9))), url('../images/Photo-4.jpg');
  background-image: linear-gradient(180deg, rgba(31, 111, 255, 0.9), rgba(31, 111, 255, 0.9)), url('../images/Photo-4.jpg');
  background-position: 0px 0px, 50% 0px;
  background-size: auto, cover;
}

.subpage-header.blog-2 {
  padding-top: 125px;
  padding-bottom: 0px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(28, 35, 49, 0.9)), to(rgba(28, 35, 49, 0.9))), url('../images/Photo-6_1.jpg');
  background-image: linear-gradient(180deg, rgba(28, 35, 49, 0.9), rgba(28, 35, 49, 0.9)), url('../images/Photo-6_1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.white-contact-form {
  width: 60%;
  height: 545px;
  margin-bottom: 0px;
  padding: 35px 45px;
  float: left;
  border-radius: 4px;
  background-color: #fff;
  color: #000;
  text-align: left;
}

.white-contact-form.centered {
  position: relative;
  z-index: 10;
  display: block;
  margin-right: auto;
  margin-bottom: -265px;
  margin-left: auto;
  float: none;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.07);
}

.contact-info-block-right {
  width: 35%;
  float: right;
}

.form-title {
  margin-top: 0px;
  line-height: 34px;
  font-weight: 600;
  text-align: center;
}

.form-title.subtitle {
  margin-top: 13px;
  margin-bottom: 40px;
  font-size: 16px;
  line-height: 16px;
  font-weight: 400;
}

.subpage-title {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 50px;
  line-height: 40px;
  font-weight: 400;
}

.subpage-title.smaller {
  font-size: 33px;
  line-height: 39px;
}

.subpage-title.blog-post-title {
  display: block;
  width: 80%;
  margin-right: auto;
  margin-left: auto;
  font-size: 46px;
  line-height: 49px;
}

.subpage-title.less-wide {
  display: block;
  width: 70%;
  margin-right: auto;
  margin-left: auto;
  line-height: 50px;
}

.page-subtitle {
  display: block;
  width: 65%;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 20px;
  line-height: 27px;
  font-weight: 300;
}

.page-subtitle.full {
  width: 100%;
}

.contact-info-column {
  text-align: center;
}

.contact-info-title {
  display: inline-block;
}

.contact-info-list-item {
  margin-top: 9px;
  margin-bottom: 5px;
}

.contact-info-button {
  display: block;
}

.contact-info-button.white-text {
  color: #fff;
}

.contact-info-button.white-text:hover {
  color: hsla(0, 0%, 100%, 0.59);
}

.contact-info-icon {
  height: 16px;
  margin-top: -2px;
  margin-right: 7px;
  opacity: 0.7;
}

.contact-popup {
  position: fixed;
  z-index: 2000;
  display: none;
  width: 100%;
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(31, 35, 42, 0.9);
}

.popup-block {
  position: relative;
  width: 360px;
  margin-right: auto;
  margin-left: auto;
  padding: 50px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.4);
}

.popup-contact-form {
  margin-bottom: 0px;
}

.popup-title {
  margin-bottom: 30px;
  font-size: 21px;
}

.popup-close-button {
  position: absolute;
  top: 25px;
  right: 25px;
  opacity: 0.2;
}

.popup-close-button:hover {
  opacity: 0.4;
}

.close-icon {
  height: 17px;
}

.contact-title-wrapper {
  margin-bottom: 30px;
}

.contact-info-block {
  height: 545px;
  padding: 45px 45px 0px;
  border-style: solid;
  border-width: 2px;
  border-color: hsla(0, 0%, 100%, 0.25);
  border-radius: 4px;
  text-align: left;
}

.small-contact-info-title {
  margin-bottom: 9px;
  opacity: 0.6;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
}

.contact-info-small-block {
  margin-bottom: 30px;
}

.contact-overlay-bar {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  padding-top: 40px;
  padding-bottom: 40px;
  border-top: 1px solid hsla(0, 0%, 100%, 0.1);
  color: #fff;
}

.contact-form-block {
  height: 445px;
  margin-bottom: 0px;
  padding: 40px;
  border-style: solid;
  border-width: 2px;
  border-color: rgba(0, 0, 0, 0.08);
  border-radius: 4px;
}

.contact-column-left {
  padding-right: 15px;
}

.contact-column-right {
  padding-left: 15px;
}

.contact-map-block {
  width: 100%;
  height: 468px;
  border: 2px solid #fff;
  border-radius: 10px;
}

.contact-map-wrapper {
  overflow: hidden;
  height: 445px;
  padding: 0px;
  border-style: solid;
  border-width: 0px;
  border-color: rgba(0, 0, 0, 0.06);
  border-radius: 20px;
}

.header-video-column-right {
  padding-left: 50px;
}

.cta-column-right {
  text-align: right;
}

.cta-title {
  font-size: 26px;
}

.cta-title.subtitle {
  margin-top: 20px;
  color: #a8a8a8;
  font-size: 16px;
}

.feature-blocks-row {
  margin-top: 10px;
  margin-bottom: 10px;
}

.feature-line-block {
  position: relative;
  display: block;
  padding: 25px 35px 25px 75px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.08);
  border-radius: 4px;
  text-align: left;
}

.small-feature-icon {
  position: absolute;
  left: 25px;
  top: 25px;
  width: 25px;
  height: 25px;
}

.small-feature-title {
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 700;
}

.pricing-features-row {
  margin-top: -195px;
}

.features-pricing-block {
  position: relative;
  overflow: hidden;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
  text-align: center;
}

.color-pricing-title {
  margin-bottom: 2px;
  color: #5ec045;
  font-size: 13px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.pricing-price-title {
  font-size: 34px;
  line-height: 40px;
}

.pricing-content-block {
  padding: 28px;
  border-bottom: 1px solid #f0f0f0;
}

.pricing-content-block.first {
  height: 115px;
  background-color: hsla(0, 0%, 95.3%, 0.5);
}

.pricing-feature-title {
  display: inline-block;
  color: #969696;
  font-size: 14px;
}

.pricing-feature-title.bold {
  margin-right: 7px;
  color: #000;
  font-weight: 700;
}

.feature-list {
  margin-bottom: 0px;
}

.feature-list-item {
  margin-bottom: 5px;
}

.pricing-decription {
  margin-bottom: 0px;
  color: #a3a3a3;
  font-size: 15px;
}

.team-wrapper {
  position: relative;
  margin-bottom: 20px;
}

.team-image {
  width: 170px;
  height: 140px;
  margin-right: 40px;
  float: left;
  border-radius: 5px;
  background-image: url('../images/Testimonial-12.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.team-title {
  font-size: 20px;
  font-weight: 600;
}

.team-title.title {
  margin-top: 1px;
  margin-bottom: 20px;
  color: #1f6fff;
  font-size: 13px;
  font-weight: 400;
  text-transform: uppercase;
}

.team-description {
  margin-bottom: 0px;
  font-size: 13px;
  line-height: 22px;
}

.team-member-block {
  padding: 30px 20px;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 0 13px 0 rgba(0, 0, 0, 0.09);
  text-align: center;
}

.team-member-image {
  width: 90px;
  height: 90px;
  margin-bottom: 11px;
  border-radius: 100%;
}

.team-member-tag {
  display: inline-block;
  margin-top: 4px;
  padding-right: 11px;
  padding-left: 11px;
  border-radius: 3px;
  background-color: #1f6fff;
  color: #fff;
  font-size: 11px;
  line-height: 20px;
  text-transform: uppercase;
}

.team-member-description {
  margin-top: 20px;
  margin-bottom: 20px;
  color: #838383;
  font-size: 12px;
  line-height: 18px;
}

.team-small-social-button {
  margin-right: 4px;
  margin-left: 4px;
  opacity: 0.37;
  cursor: pointer;
}

.team-small-social-button:hover {
  opacity: 1;
}

.team-small-social-icon {
  height: 15px;
}

.image-block-right {
  width: 100%;
  height: 200px;
  border-radius: 4px;
  background-image: url('../images/Photo-5_2.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.text-column-left {
  padding-right: 40px;
}

.image-block {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 240px;
  border-radius: 5px;
  background-image: url('../images/Photo-7.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

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

.image-block-description {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  padding: 25px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.7)));
  background-image: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.7));
  color: #fff;
  font-size: 12px;
}

.small-column-title {
  margin-bottom: 12px;
  font-size: 16px;
  font-weight: 700;
}

.overall-text-column {
  padding-right: 15px;
}

.gallery-lightbox {
  display: block;
  margin-bottom: 20px;
}

.gallery-lightbox.small-gallery {
  width: 96%;
  margin-bottom: 10px;
}

.gallery-image-block {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 300px;
  border-radius: 4px;
  background-image: url('../images/Photo-10.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.gallery-image-block._2 {
  background-image: url('../images/Photo-3.jpg');
}

.gallery-image-block._3 {
  background-image: url('../images/Z-1.jpg');
}

.gallery-image-block.small {
  height: 100px;
  background-image: url('../images/Photo-12_1.jpg');
}

.gallery-image-block.small._2 {
  background-image: url('../images/Photo-8.jpg');
}

.gallery-image-block.small._3 {
  background-image: url('../images/Photo-7.jpg');
}

.gallery-image-block.small._4 {
  background-image: url('../images/Photo-9.jpg');
}

.gallery-image-block.small._5 {
  background-image: url('../images/Photo-2_1.jpg');
}

.gallery-image-block.small._6 {
  background-image: url('../images/Photo-3_1.jpg');
}

.gallery-overlay-icon {
  position: absolute;
  left: 0px;
  top: 50%;
  right: 0px;
  display: block;
  width: 60px;
  height: 60px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 14px;
  border-radius: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  text-align: center;
}

.gallery-overlay-icon:hover {
  background-color: rgba(0, 0, 0, 0.7);
}

.view-icon {
  height: 35px;
}

.gallery-overlay-block {
  display: none;
  width: 100%;
  height: 100%;
  background-color: transparent;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
}

.gallery-overlay-block:hover {
  background-color: hsla(0, 0%, 100%, 0.2);
}

.stats-row {
  margin-top: 50px;
}

.stats-block {
  position: relative;
  padding-top: 14px;
  padding-left: 128px;
}

.stats-number {
  position: absolute;
  left: 0px;
  top: 0px;
  color: #1f6fff;
  font-size: 54px;
  line-height: 71px;
  font-weight: 700;
}

.intro-paragraph {
  margin-bottom: 20px;
  color: #a8a8a8;
  font-size: 17px;
  line-height: 26px;
}

.checklist-item {
  position: relative;
  margin-bottom: -3px;
  padding-left: 37px;
}

.check-icon {
  position: absolute;
  left: 0px;
  top: 2px;
  height: 15px;
}

.small-dropdown-icon {
  margin-right: 11px;
  opacity: 0.5;
  font-size: 12px;
}

.elements-title-wrapper {
  margin-bottom: 40px;
  text-align: center;
}

.social-button {
  width: 50px;
  height: 50px;
  margin-right: 2px;
  margin-left: 2px;
  padding-top: 12px;
  border-radius: 100%;
  background-color: #2f3538;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  text-align: center;
}

.social-button:hover {
  background-color: #6b7479;
}

.social-button.twitter {
  background-color: #46a4d3;
}

.social-button.twitter:hover {
  opacity: 0.8;
}

.social-button.facebook {
  background-color: #5963ac;
}

.social-button.facebook:hover {
  opacity: 0.8;
}

.social-button.google {
  background-color: #ec4545;
}

.social-button.google:hover {
  opacity: 0.8;
}

.social-button.rss {
  background-color: #ebba1f;
}

.social-button.rss:hover {
  opacity: 0.8;
}

.social-button.line {
  padding-top: 11px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.2);
  background-color: transparent;
  -webkit-transition: background-color 200ms ease, border 200ms ease;
  transition: background-color 200ms ease, border 200ms ease;
}

.social-button.line:hover {
  border-color: transparent;
  background-color: rgba(0, 0, 0, 0.1);
}

.social-icon {
  height: 20px;
}

.element-container {
  position: relative;
  display: block;
  overflow: hidden;
  max-width: 1090px;
  margin-top: 30px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 5px;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
}

.element-container.navigation {
  height: 120px;
  background-color: #1f6fff;
}

.element-container.navigation._2 {
  background-color: #39404d;
}

.element-container.navigation._3 {
  height: 130px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/Photo-6.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/Photo-6.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.logo {
  height: 40px;
  margin-top: 3px;
}

.logo.responsive-menu {
  margin-top: 12px;
}

.video-section {
  width: 100%;
  height: auto;
}

.dark-footer-link {
  display: block;
  font-family: Montserrat, sans-serif;
  color: #49568a;
  font-size: 12px;
  line-height: 21px;
  font-weight: 500;
  text-decoration: none;
}

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

.footer-paragraph {
  margin-bottom: 0px;
}

.text-left {
  padding-right: 40px;
}

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

.table-item-wrapper {
  padding: 14px 14px 14px 24px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.09);
}

.table-item-wrapper.title {
  background-color: #1f6fff;
  color: #fff;
}

.table-title {
  font-family: Montserrat, sans-serif;
}

.license-image {
  height: 60px;
  border-radius: 4px;
}

.table-wrapper {
  overflow: hidden;
  border-radius: 4px;
  background-color: #fff;
}

.hero-video {
  height: auto;
}

.hero-overlay-block {
  width: 100%;
  height: 100%;
  padding-top: 240px;
  padding-bottom: 210px;
  background-color: rgba(31, 111, 255, 0.8);
}

.blog-posts-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: space-between;
  -ms-flex-line-pack: justify;
  align-content: space-between;
}

.blog-posts-list.archive {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.blog-post-item {
  position: relative;
  margin-bottom: 40px;
  padding-right: 40px;
  padding-left: 210px;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
}

.blog-post-image-block {
  display: block;
  overflow: hidden;
  height: 320px;
  margin-bottom: 20px;
  border-radius: 4px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
}

.blog-post-image-block.large {
  overflow: hidden;
  border-radius: 4px;
}

.blog-post-overlay {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.2);
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
}

.blog-post-overlay:hover {
  background-color: rgba(31, 111, 255, 0.3);
}

.blog-post-overlay.light {
  background-color: rgba(0, 0, 0, 0.1);
}

.blog-post-overlay.light:hover {
  background-color: rgba(31, 111, 255, 0.7);
}

.blog-date-block {
  position: absolute;
  left: 35px;
  top: 25px;
}

.blog-date-title {
  color: #fff;
  font-size: 11px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.blog-overlay-title {
  margin-bottom: 10px;
  color: #fff;
  font-size: 20px;
  line-height: 25px;
}

.blog-overlay-title.large {
  font-size: 27px;
  line-height: 29px;
}

.blog-post-title-wrapper {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  overflow: hidden;
  padding: 55px 35px 35px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(68%, rgba(0, 0, 0, 0.6)));
  background-image: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.6) 68%);
}

.post-author-block {
  font-size: 14px;
  line-height: 19px;
}

.blog-author-image {
  width: 20px;
  height: 20px;
  margin-right: 10px;
  float: left;
  border-radius: 2px;
}

.blog-author-name {
  display: inline-block;
  margin-top: 0px;
  float: left;
  color: #fff;
}

.blog-author-name.archive {
  margin-top: -2px;
  color: #b4b4b4;
  font-size: 14px;
}

.empty-state {
  border-radius: 3px;
  background-color: rgba(0, 0, 0, 0.08);
  text-align: center;
}

.blog-left-image-block {
  position: absolute;
  left: 0px;
  top: 0px;
  overflow: hidden;
  width: 180px;
  height: 265px;
  border-radius: 4px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
}

.blog-post-title-link {
  display: block;
  margin-bottom: 18px;
  font-size: 20px;
  line-height: 22px;
  text-decoration: none;
}

.blog-post-title-link.archive-title {
  margin-bottom: 10px;
}

.blog-post-date {
  margin-bottom: 7px;
  color: #bdbdbd;
  font-size: 13px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.blog-post-date.archive-date {
  display: inline-block;
  margin-top: 3px;
  margin-bottom: 0px;
  float: left;
  color: #b4b4b4;
  font-size: 14px;
  line-height: 13px;
  letter-spacing: 0px;
  text-transform: none;
}

.simple-blog-image-block {
  display: block;
  width: 100%;
  height: 170px;
  margin-bottom: 20px;
  border-radius: 3px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
}

.simple-blog-image-block.small {
  width: 90px;
  height: 85px;
  margin-right: 30px;
  float: left;
}

.simple-blog-post-item {
  margin-bottom: 20px;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
}

.simple-blog-post-item.archive {
  padding-right: 20px;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
}

.simple-blog-post-item.related {
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
}

.image-blog-post-item {
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
}

.blog-post-page-content {
  display: block;
  width: 80%;
  margin: -140px auto 60px;
  padding: 70px;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 0 33px 0 rgba(0, 0, 0, 0.04);
}

.blog-post-header {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
}

.blog-post-header-overlay {
  width: 100%;
  height: 100%;
  padding-top: 230px;
  padding-bottom: 190px;
  background-color: rgba(0, 0, 0, 0.3);
  color: #fff;
  text-align: center;
}

.blog-post-content {
  padding-right: 20px;
}

.single-post-author-block {
  display: block;
  width: 70%;
  margin-top: 40px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  text-align: left;
}

.post-author-line {
  display: block;
  width: 100%;
  height: 1px;
  margin-right: auto;
  margin-bottom: 40px;
  margin-left: auto;
  background-color: rgba(0, 0, 0, 0.1);
}

.post-author-photo {
  width: 70px;
  height: 70px;
  margin-top: 0px;
  margin-right: 30px;
  float: left;
}

.post-author-name {
  font-size: 19px;
  font-weight: 600;
}

.post-author-name.description {
  display: block;
  margin-top: 8px;
  color: #afafaf;
  font-size: 17px;
  line-height: 22px;
  font-weight: 300;
}

.feature-text-block {
  width: 440px;
  float: left;
}

.feature-text-block.right {
  float: right;
}

.main-feature-title {
  margin-top: 0px;
  margin-bottom: 30px;
  font-size: 35px;
  line-height: 37px;
}

.feature-intro-title {
  margin-bottom: 5px;
  color: #bebebe;
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.dark-cta-title {
  width: 70%;
  margin-top: 0px;
  margin-bottom: 0px;
  float: left;
  font-size: 22px;
  line-height: 28px;
  font-weight: 300;
}

.small-features-wrapper {
  margin-top: 30px;
}

.archive-info-block {
  display: inline-block;
  margin-right: 10px;
  float: left;
}

.archive-title-wrapper {
  display: inline-block;
  float: none;
}

.blog-single-post-date {
  margin-bottom: 10px;
  font-size: 17px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.sign-up-column-left {
  padding-left: 0px;
  text-align: left;
}

.sign-up-column-right {
  padding-right: 0px;
  padding-left: 0px;
}

.contact-form-title {
  margin-top: 0px;
  margin-bottom: 33px;
  color: #fff;
  font-size: 31px;
  font-weight: 500;
}

.contact-form-info-paragraph {
  width: 85%;
  margin-top: 30px;
  margin-bottom: 10px;
  color: #d8dfeb;
  font-size: 15px;
}

.sign-up-form {
  width: 100%;
  margin-bottom: 0px;
  padding-right: 60px;
}

.sign-up-info-block {
  padding: 20px 70px 25px;
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.1);
  color: #000;
  text-align: center;
}

.testimonial-text {
  color: #fff;
  font-size: 20px;
  line-height: 28px;
}

.testimonial-person-image {
  width: 40px;
  height: 40px;
  margin-right: 17px;
  float: left;
}

.testimonial-person-title {
  display: inline-block;
  float: left;
  color: #fff;
  font-weight: 600;
}

.testimonial-person-title.title {
  display: inline-block;
  opacity: 0.7;
  font-size: 14px;
  line-height: 17px;
  font-weight: 300;
}

.testimonial-person-title.dark {
  color: #000;
}

.testimonial-wrapper {
  margin-top: 35px;
  margin-bottom: 35px;
}

.testimonial-person-wrapper {
  display: block;
  width: 200px;
  margin-right: auto;
  margin-left: auto;
  text-align: left;
}

.full-sign-up-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 65%;
  height: 100%;
  padding-right: 20px;
  padding-left: 20px;
  float: left;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #1f6fff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(31, 111, 255, 0.8)), to(rgba(31, 111, 255, 0.8))), url('../images/Photo-3_1.jpg');
  background-image: linear-gradient(180deg, rgba(31, 111, 255, 0.8), rgba(31, 111, 255, 0.8)), url('../images/Photo-3_1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.full-sign-up-block.right {
  width: 35%;
  float: right;
  background-color: #fff;
  background-image: none;
  color: #000;
}

.full-page-sign-up-form {
  display: block;
  max-width: 380px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
}

.fields-column-left {
  padding-left: 0px;
}

.fields-column-right {
  padding-right: 0px;
  padding-left: 0px;
}

.sign-up-info-wrapper {
  display: block;
  max-width: 330px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.large-testimonial-text {
  font-size: 20px;
  line-height: 27px;
  font-weight: 400;
}

.testimonial-text-block {
  margin-top: 45px;
  margin-bottom: 35px;
}

.sign-up-logos-wrapper {
  padding-bottom: 40px;
  border-bottom: 1px solid #e7e7e7;
}

.sign-up-popup {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 2000;
  display: none;
  width: 100%;
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(31, 35, 42, 0.9);
}

.popup-sign-up-form {
  width: 100%;
  margin-bottom: 0px;
}

.sign-up-bottom-text {
  margin-top: 20px;
  margin-bottom: 5px;
  font-size: 13px;
  line-height: 20px;
}

.small-column-icon {
  height: 17px;
  margin-top: 3px;
  margin-right: 8px;
  float: left;
}

.portfolio-lightbox-overlay {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 5000;
  display: none;
  width: 100%;
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(13, 25, 46, 0.7);
}

.portfolio-image-wrapper {
  position: relative;
  display: block;
  overflow: visible;
  width: 80%;
  max-width: 1150px;
  margin-right: auto;
  margin-left: auto;
  box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.4);
}

.portfolio-image {
  width: 100%;
}

.close-lightbox-button {
  position: absolute;
  top: -54px;
  right: 0px;
  opacity: 0.6;
}

.close-lightbox-button:hover {
  opacity: 1;
}

.lightbox-close-icon {
  height: 30px;
}

.portfolio-lightbox-block {
  display: block;
  text-decoration: none;
}

.navbar-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1090px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hero-inline-image {
  position: absolute;
  left: auto;
  top: -37%;
  right: 0%;
  bottom: 0%;
  display: inline-block;
  width: 715px;
}

.widget-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 45px;
  background-color: #fff;
}

.widget-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 500px;
  -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;
  background-color: #000;
}

.widget-wrapper.top-60 {
  height: 490px;
  margin-top: -50px;
  background-color: #fff;
  box-shadow: 1px 1px 3px 0 #000, 1px 1px 20px -10px rgba(0, 0, 0, 0.36);
}

.widget-wrapper.top-60 {
  height: 490px;
  margin-top: -50px;
  background-color: #fff;
  box-shadow: 1px 1px 20px -10px rgba(0, 0, 0, 0.36);
}

.widget-left {
  position: relative;
  width: 50%;
  padding: 0px 30px 0px 70px;
  -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-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.widget-left._1 {
  width: 100%;
  padding-top: 60px;
  padding-bottom: 50px;
}

.widget-right {
  position: relative;
  display: block;
  width: 50%;
  padding: 0px 70px 0px 0px;
  -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-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.widget-right._1 {
  width: 100%;
  padding-top: 45px;
}

.widget-left-text {
  margin-bottom: 0px;
  padding-right: 130px;
  padding-bottom: 61px;
  padding-left: 0px;
  font-family: Montserrat, sans-serif;
  color: #707070;
  font-size: 12px;
  line-height: 18px;
  font-weight: 500;
}

.line {
  position: absolute;
  left: auto;
  top: 15%;
  right: 9%;
  bottom: 0%;
  display: inline-block;
  width: 1px;
  height: 280px;
  padding-left: 0px;
}

.small-hero-title {
  font-family: Montserrat, sans-serif;
  color: #49568a;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.hero-title {
  margin-top: 10px;
  margin-bottom: 40px;
  font-family: Roboto, sans-serif;
  color: #49568a;
  font-size: 3em;
  line-height: 1em;
  font-weight: 400;
}

.hero-button {
  padding-right: 30px;
  padding-left: 30px;
  border-radius: 5px;
  background-color: #49568a;
  color: #fff;
}

.widget-left-title {
  margin-top: 10px;
  margin-bottom: 22px;
  clear: none;
  font-family: Roboto, sans-serif;
  color: #49568a;
  font-size: 2em;
  line-height: 1.2em;
  font-weight: 300;
}

.widget-left-button {
  margin-top: 30px;
  padding-right: 30px;
  padding-left: 30px;
  border-radius: 5px;
  background-color: #49568a;
  color: #fff;
}

.company-video-section {
  position: relative;
  margin-bottom: 80px;
  background-color: #fff;
}

.company-video-left {
  width: 50%;
  padding: 0px 0px 20px;
}

.company-video-right {
  display: block;
  width: 50%;
  padding-left: 130px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.service-project-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.company-video-right-title {
  margin-top: 10px;
  margin-bottom: 18px;
  font-family: Roboto, sans-serif;
  color: #49568a;
  font-size: 2.2em;
  line-height: 1em;
  font-weight: 300;
  text-align: left;
}

.company-video-right-title.left-text {
  padding-left: 15px;
  color: #fff;
  font-size: 28px;
  line-height: 35px;
  font-weight: 400;
}

.company-video-right-text {
  margin-bottom: 0px;
  font-family: Roboto, sans-serif;
  color: #707070;
  font-size: 12px;
  line-height: 18px;
  font-weight: 500;
}

.company-video-right-text.bottom-padding {
  margin-bottom: 8px;
}

.small-company-video-title {
  font-family: Montserrat, sans-serif;
  color: #49568a;
  font-size: 11px;
  font-weight: 600;
  text-align: left;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.duration {
  margin-top: 10px;
  text-align: center;
}

.product-image-section {
  padding-bottom: 100px;
}

.produt-image-wrapper {
  box-shadow: 3px 3px 20px -6px #000;
}

.produt-image-wrapper.four {
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 43.9%, 0.12);
  box-shadow: 1px 1px 15px -4px hsla(0, 0%, 43.9%, 0.31);
}

.produt-image-wrapper.four {
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 43.9%, 0.12);
  box-shadow: 1px 1px 15px -4px hsla(0, 0%, 43.9%, 0.31);
}

.product-image-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.product-image-block.one {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.product-image-block.six {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.product-image-block.reverse {
  height: 350px;
}

.product-image-block.six {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.product-image-block.reverse {
  height: 350px;
}

.product-image-block-rightt {
  width: 50%;
  height: 350px;
  background-image: url('../images/home_furniture.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.product-image-block-rightt.image1 {
  background-image: url('../images/ro_02.jpg');
}

.product-image-block-rightt.image1.roedi {
  background-image: url('../images/ro_edi.jpg');
}

.product-image-block-rightt.image2 {
  background-image: url('../images/uf_02.jpg');
}

.product-image-block-rightt.image2.snd {
  background-image: url('../images/sd_03.jpg');
}

.product-image-block-rightt.image3 {
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 40%, 0.27);
  background-image: url('../images/wfi_02.jpg');
}

.product-image-block-rightt.image6 {
  background-image: url('../images/home_processpiping.jpg');
}

.product-image-block-rightt.image5 {
  background-image: url('../images/home_furniture.jpg');
}

.product-image-block-rightt.image4 {
  display: none;
}

.product-image-block-rightt.image3 {
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 40%, 0.27);
  background-image: url('../images/wfi_02.jpg');
}

.product-image-block-rightt.image2 {
  background-image: url('../images/uf_02.jpg');
}

.product-image-block-rightt.image1 {
  background-image: url('../images/ro_02.jpg');
}

.product-image-block-rightt.image8 {
  background-image: url('../images/home_processpiping.jpg');
}

.product-image-block-rightt.stank {
  background-image: url('../images/sd_03.jpg');
}

.product-image-block-left {
  width: 50%;
  height: 350px;
  padding: 35px 100px 0px 90px;
  background-color: #fff;
}

.product-image-block-left.right-block {
  padding-top: 35px;
  padding-right: 100px;
  padding-left: 90px;
}

.product-image-block-left.padding {
  padding-top: 35px;
  padding-right: 100px;
  padding-left: 140px;
}

.product-image-block-left._1 {
  width: 100%;
  margin-bottom: 20px;
}

.product-block-image {
  display: none;
  border-radius: 0px;
  -o-object-fit: fill;
  object-fit: fill;
}

.image-3 {
  border-radius: 0px;
}

.button-2 {
  padding: 16px 31px;
  font-size: 20px;
}

.hero-main-button {
  padding: 12px 30px;
  border-radius: 3px;
  background-color: #49568a;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
}

.hero-main-button.about-button {
  padding: 10px 36px;
  background-color: #095aba;
}

.body {
  background-color: #fff;
  color: #fff;
}

.product-image-title {
  margin-top: 10px;
  margin-bottom: 26px;
  font-family: Roboto, sans-serif;
  color: #49568a;
  font-size: 2.1em;
  line-height: 1.2em;
  font-weight: 300;
}

.product-image-text {
  margin-bottom: 0px;
  padding-bottom: 25px;
  padding-left: 0px;
  color: #707070;
  font-size: 14px;
  line-height: 18px;
}

.know-more-text {
  display: inline-block;
  padding-left: 15px;
  color: #49568a;
}

.arrow-icon {
  width: 150px;
}

.project-list-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 200px;
  margin-right: 30px;
  margin-bottom: -140px;
  margin-left: 30px;
  padding: 30px 10px;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 43.9%, 0.31);
  background-color: #fff;
  box-shadow: 1px 1px 13px -5px rgba(0, 0, 0, 0.34);
}

.project-list-box {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  padding: 40px 15px;
  -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;
  direction: ltr;
}

.project-list-title {
  display: inline-block;
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 2.5em;
  line-height: 1.2em;
  font-weight: 700;
}

.project-list-text {
  color: #707070;
}

.vertical-line {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: inline-block;
}

.project-list-box-content {
  display: inline-block;
}

.testimonial-section {
  padding-top: 200px;
  padding-bottom: 0px;
  background-color: #f0f3f6;
}

.testimonial-wrapper {
  margin-top: 0px;
  margin-bottom: 0px;
}

.testimonial-half-slide {
  width: 50%;
  height: 260px;
  margin-right: 30px;
  padding-right: 7px;
  padding-left: 60px;
}

.testimonial-text-block {
  position: relative;
  width: 390px;
  height: 210px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 30px 40px 30px 80px;
  background-color: #fff;
  box-shadow: 0 -1px 10px -6px rgba(0, 0, 0, 0.34);
}

.testimonial-text {
  margin-bottom: 35px;
  font-family: Roboto, sans-serif;
  color: #707070;
  font-size: 14px;
  line-height: 18px;
  font-weight: 300;
}

.testimonial-arrow-block {
  position: absolute;
  left: 40px;
  bottom: -26px;
  z-index: -1;
  width: 60px;
  height: 60px;
  background-color: #fff;
  box-shadow: 1px 0 10px -5px rgba(0, 0, 0, 0.39);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.testimonial-small-image {
  position: absolute;
  left: -5%;
  top: 36%;
  right: auto;
  bottom: 0%;
  width: 50px;
  height: 50px;
  float: left;
  border-radius: 100%;
  opacity: 1;
}

.testimonial-block-name {
  display: inline-block;
  color: #707070;
  font-size: 14px;
  line-height: 18px;
  font-weight: 600;
}

.testimonial-block-name.subtitle {
  display: inline-block;
  padding-right: 0px;
  padding-left: 10px;
  font-size: 16px;
  font-weight: 400;
}

.testimonial-image-circle {
  position: absolute;
  left: -12%;
  top: 22%;
  right: auto;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100px;
  height: 100px;
  -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;
  border-radius: 100%;
  background-color: #095aba;
  color: #2852f8;
}

.testimonial-image-circle.one {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80px;
  height: 80px;
  -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;
  border-radius: 100%;
  background-color: #fff;
}

.testimonial-small-image-rounded {
  width: 60px;
  height: 60px;
  border-radius: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 0%;
  object-position: 50% 0%;
}

.testimonial-small-image-rounded.three {
  -o-object-position: 100% 50%;
  object-position: 100% 50%;
}

.slide-nav {
  display: none;
}

.testimonial-icon-right {
  color: #49568a;
}

.testimonial-icon-left {
  color: #49568a;
}

.mask {
  height: 260px;
}

.testimonial-title-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.testimonial-title {
  margin-top: 10px;
  font-family: Roboto, sans-serif;
  color: #49568a;
  font-size: 35px;
  line-height: 43px;
  font-weight: 300;
}

.testimonial-small-title {
  font-family: Montserrat, sans-serif;
  color: #49568a;
  font-size: 14px;
  line-height: 18px;
  font-weight: 600;
  letter-spacing: 0.25em;
  text-transform: uppercase;
}

.testimonial-content-text {
  margin-bottom: 0px;
  padding-bottom: 20px;
  padding-left: 0px;
  color: #707070;
}

.clients-section {
  background-color: #e8efff;
}

.client-image-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 150px;
  height: 150px;
  padding-left: 15px;
  -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;
}

.client-slider {
  width: 20%;
  height: 160px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
}

.slide-nav-2 {
  display: none;
}

.client-mask {
  height: 160px;
}

.clinent-sliders-block {
  height: 160px;
  background-color: #e8efff;
}

.section-2 {
  height: 400px;
  background-color: #6d4242;
}

.client-arrow-left {
  margin-left: 10px;
  font-family: Roboto, sans-serif;
  color: #49568a;
  font-size: 25px;
  font-weight: 700;
}

.client-arrow-right {
  margin-right: 10px;
  font-family: Roboto, sans-serif;
  color: #49568a;
  font-size: 23px;
  font-weight: 700;
}

.facebook-2 {
  color: #fff;
}

.social-icons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
}

.social-text {
  display: inline-block;
  font-family: Montserrat, sans-serif;
  color: #49568a;
  font-size: 14px;
  font-weight: 600;
}

.small-social-icon {
  width: 22px;
  padding-right: 7px;
  padding-left: 7px;
}

.footer-logo-text {
  padding-top: 10px;
  color: #fff;
}

.small-social-icon-block.facebook {
  width: 30px;
}

.location-text {
  display: block;
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  color: #49568a;
  font-size: 0.8rem;
  line-height: 18px;
  font-weight: 500;
}

.contact-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.footer-bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 49px;
  -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;
  background-color: #091329;
}

.bold-text {
  color: #fff;
}

.contact-icon {
  display: block;
  width: 20px;
  color: #49568a;
}

.body-product {
  background-color: #fff;
}

.product-hero-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 400px;
  -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;
  background-image: url('../images/ro_02.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.product-hero-wrapper {
  height: 400px;
}

.product-hero-wrapper.overlay {
  background-color: #292d3f;
  mix-blend-mode: hard-light;
}

.product-hero-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
  color: #fff;
}

.div-block {
  height: 400px;
  background-image: url('../images/ro_02.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
  background-color: #dac5c5;
}

.hero-product-wrapper {
  height: 380px;
  background-image: url('../images/sd_03.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.hero-product-overlay {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 380px;
  -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;
  background-color: #435287;
  opacity: 0.96;
}

.hero-product-title {
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 35px;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
  mix-blend-mode: normal;
}

.hero-product-title.top-90 {
  margin-top: 60px;
  margin-bottom: 0px;
  font-size: 2.3em;
  line-height: 1.2em;
}

.hero-product-section {
  height: 380px;
}

._360-viewer-section {
  padding-top: 70px;
  padding-bottom: 70px;
}

._360-viewer-content-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

._360-product-viewer-text-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

._360-product-viewer-title {
  padding-bottom: 10px;
  font-size: 18px;
  text-align: center;
}

._360-product-viewer-text {
  text-align: center;
}

._360-viewer-small-title {
  font-family: Montserrat, sans-serif;
  color: #49568a;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

._360-viewer-title {
  margin-top: 10px;
  margin-bottom: 30px;
  clear: none;
  font-family: Roboto, sans-serif;
  color: #49568a;
  font-size: 2.3em;
  line-height: 1.2em;
  font-weight: 300;
  text-align: center;
}

.product-detail-section {
  position: relative;
  overflow: hidden;
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #fff;
}

.product-detail-section.ro-padding {
  padding-top: 40px;
  padding-bottom: 40px;
}

.product-detail-wrapper {
  position: static;
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #f6f6f6;
}

.product-detail-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.product-detail-left {
  width: 40%;
  padding-right: 90px;
}

.product-detail-right {
  width: 50%;
}

.product-detail-small-title {
  padding-left: 20px;
  font-family: Montserrat, sans-serif;
  color: #49568a;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.25em;
  text-transform: uppercase;
}

.product-detail-title {
  margin-top: 10px;
  margin-bottom: 20px;
  clear: none;
  font-family: Roboto, sans-serif;
  color: #49568a;
  font-size: 2.6em;
  line-height: 1.1em;
  font-weight: 400;
  text-align: left;
  text-transform: uppercase;
}

.product-detail-left-text {
  margin-bottom: 8px;
  font-size: 16px;
}

.product-detail-paragraph {
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 19px;
  text-align: left;
}

.product-detail-paragraph.bottom-padding {
  margin-bottom: 8px;
}

.prdouct-detail-absolute-image {
  position: absolute;
  left: auto;
  top: 7%;
  right: -36%;
  bottom: 0%;
  z-index: 0;
  overflow: hidden;
  width: 800px;
  margin-right: 350px;
}

.prdouct-detail-absolute-image.pts {
  top: -2%;
  right: -21%;
  width: 600px;
}

.prdouct-detail-absolute-image.pts.pc-img {
  top: 2%;
  right: -3%;
  width: 250px;
}

.prdouct-detail-absolute-image.pts.pcpimg {
  top: 5%;
  right: -25%;
  width: 507px;
}

.prdouct-detail-absolute-image.pts.pou-img {
  top: 2%;
  right: -3%;
  width: 250px;
}

.prdouct-detail-absolute-image.cip-img {
  top: -2%;
  right: -9%;
  width: 471px;
}

.prdouct-detail-absolute-image.cip-img.pc-img {
  top: 1%;
  right: -3%;
  width: 300px;
}

.prdouct-detail-absolute-image.cip-img.pcpimg {
  top: 5%;
  right: -15%;
  width: 500px;
}

.prdouct-detail-absolute-image.dp-ab-img {
  top: 8%;
  right: -54%;
  width: 850px;
}

.prdouct-detail-absolute-image.ro-ab-img {
  right: -38%;
  width: 800px;
}

.prdouct-detail-absolute-image.cip-sip-img {
  top: 2%;
  right: -35%;
  width: 704px;
}

.prdouct-detail-absolute-image.pou-ab-img {
  top: 2%;
  right: -17%;
  width: 400px;
}

.product-extra-block._10-percent {
  width: 10%;
  height: 360px;
}

.product-detail-right-text {
  margin-bottom: 0px;
  padding-top: 10px;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 14px;
  line-height: 18px;
  text-align: left;
}

.product-detail-right-text.bottom-padding {
  margin-bottom: 8px;
  font-family: 'Source Sans Pro', sans-serif;
}

.single-product-section {
  margin-top: 40px;
  padding-bottom: 40px;
}

.single-product-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 28px;
  margin-bottom: 148px;
}

.single-product-block.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.single-product-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -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;
}

.single-product-left.align-left {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.single-product-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -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-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.single-product-right.left-190 {
  padding-left: 190px;
}

.single-product-right.right-190 {
  padding-right: 190px;
}

.single-product-shape {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 300px;
  height: 300px;
  margin-left: 62px;
  -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;
  border-style: solid;
  border-width: 1px;
  border-color: #e9e9e9;
  border-radius: 50px;
  box-shadow: 10px 10px 1px 5px #d2d8e7;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.single-product-shape.background-color {
  box-shadow: 7px 7px 14px 5px #d6e7d2;
}

.single-product-shape.box-shadow {
  box-shadow: 10px 10px 1px 5px #d6e7d2;
}

.single-product-shape.box-shadow.pwt-background {
  width: 510px;
  border-style: none;
  border-radius: 0px;
  background-image: none;
  background-size: auto;
  background-repeat: repeat;
  box-shadow: none;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.single-product-shape.box-shadow.dp-background-1 {
  position: relative;
  width: 510px;
  border-style: none;
  border-radius: 0px;
  background-image: none;
  background-size: auto;
  background-repeat: repeat;
  box-shadow: none;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

.single-product-shape.box-shadow-1 {
  box-shadow: 10px 10px 1px 5px #e7d2e6;
}

.single-product-shape.box-shadow-1.dp-background2 {
  width: 510px;
  border-style: none;
  border-radius: 0px;
  background-image: none;
  background-size: auto;
  box-shadow: none;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.single-product-shape.box-shadow-2 {
  box-shadow: 10px 10px 1px 5px #d2dfe7;
}

.single-product-shape.dp-background {
  width: 510px;
  border-style: none;
  border-radius: 0px;
  background-image: none;
  background-size: auto;
  background-repeat: repeat;
  box-shadow: none;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.single-product-image {
  width: 271px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.single-product-image.two {
  width: 207px;
}

.single-product-image.two.pre-system-hide {
  display: none;
}

.single-product-image.two.dt-hide {
  position: absolute;
  display: block;
  width: 508px;
  border-radius: 0px;
  box-shadow: none;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.single-product-image.four {
  width: 235px;
}

.single-product-image.zero {
  width: 300px;
}

.single-product-image.zero.dp-hide {
  display: none;
}

.single-product-image.dp-hide-1 {
  display: none;
}

.product-detail-check-box-text {
  padding-left: 10px;
  font-family: 'Source Sans Pro', sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
}

.product-detail-check-box-image {
  width: 18px;
}

.check-box-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 10px;
  -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;
}

.small-line {
  padding-right: 10px;
}

.product-small-line-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.service-project-section {
  margin-top: 60px;
  margin-bottom: 60px;
  background-color: #fff;
}

.service-project-left {
  width: 40%;
  padding: 20px;
}

.service-project-left.service {
  width: 50%;
}

.service-project-right {
  display: block;
  width: 60%;
  padding-right: 50px;
  padding-left: 36px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.service-project-right.servces2 {
  width: 50%;
  margin-bottom: 50px;
}

.service-project-title {
  margin-top: 8px;
  margin-bottom: 25px;
  font-family: Roboto, sans-serif;
  color: #000;
  font-size: 2em;
  line-height: 1.1em;
  font-weight: 500;
  text-align: left;
}

.service-project-text {
  margin-bottom: 40px;
  font-family: Montserrat, sans-serif;
  color: #707070;
  font-size: 13px;
  line-height: 18px;
  font-weight: 500;
}

.service-project-small-title {
  font-family: Montserrat, sans-serif;
  color: #49568a;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.project-number-block {
  display: none;
}

.project-number-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100px;
  height: 125px;
  -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;
  border: 3px solid #000;
}

.project-number-title {
  margin-top: 10px;
  margin-bottom: 60px;
  font-family: Roboto, sans-serif;
  color: #000;
  font-size: 4em;
  line-height: 1.2em;
  font-weight: 700;
}

.project-number-text-box {
  width: 85%;
  padding-left: 20px;
}

.project-number-text {
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 20px;
  line-height: 25px;
  font-weight: 600;
}

.service-detail-section {
  margin-top: 50px;
  margin-bottom: 60px;
}

.service-detail-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.service-detail-left {
  width: 50%;
  padding-right: 40px;
}

.service-detail-right {
  width: 50%;
}

.service-detail-small-title {
  font-family: Montserrat, sans-serif;
  color: #49568a;
  font-size: 13px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.service-detail-title {
  margin-top: 8px;
  margin-bottom: 20px;
  font-family: Roboto, sans-serif;
  color: #000;
  font-size: 2em;
  line-height: 1.1em;
  font-weight: 500;
  text-align: left;
}

.service-detail-text {
  margin-bottom: 25px;
  font-family: Montserrat, sans-serif;
  color: #707070;
  line-height: 20px;
  font-weight: 500;
}

.service-detail-icon-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 32px;
  padding-top: 10px;
  padding-right: 10px;
  padding-left: 10px;
}

.service-detail-icon-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.service-detail-icon-box.one {
  padding-left: 50px;
}

.project-detail-text {
  display: inline-block;
  padding-left: 10px;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 18px;
  line-height: 25px;
  font-weight: 500;
}

.service-detail-icon-wrapper {
  position: relative;
}

.service-detail-horizontal-line {
  position: absolute;
  left: 40%;
  top: 11%;
  right: 0%;
  bottom: 0%;
  height: 109px;
}

.service-detail-vertical-line {
  position: absolute;
  left: 0%;
  top: 50%;
  right: 0%;
  bottom: auto;
  width: 425px;
}

.other-service-section {
  padding-top: 25px;
  padding-bottom: 25px;
  background-color: #f4f6ff;
}

.other-service-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.other-service-block {
  width: 33.333%;
  padding: 15px;
  text-align: center;
  text-decoration: none;
}

.other-service-block-title {
  padding-top: 25px;
  font-family: Roboto, sans-serif;
  color: #000;
  font-size: 18px;
  line-height: 25px;
  font-weight: 500;
}

.other-service-title {
  margin-top: 8px;
  margin-bottom: 15px;
  padding-right: 10px;
  padding-left: 13px;
  font-family: Roboto, sans-serif;
  color: #000;
  font-size: 2.4em;
  line-height: 1.1em;
  font-weight: 300;
  text-align: left;
}

.service-project-image.about-img {
  display: block;
  width: 340px;
  height: 400px;
  -o-object-fit: cover;
  object-fit: cover;
}

.detail-icon {
  width: 32px;
}

.about-company-section {
  margin-top: 60px;
  margin-bottom: 80px;
}

.about-company-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 71px;
  -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;
}

.about-detail-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 13px;
  padding-bottom: 13px;
  -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;
}

.about-detail-title {
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  color: #1e2022;
  font-size: 15px;
  line-height: 21px;
  font-weight: 600;
}

.about-detail-text {
  margin-bottom: 0px;
  padding-right: 41px;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 13px;
  line-height: 18px;
  font-weight: 500;
  text-align: left;
}

.about-detail-list {
  display: inline-block;
  padding-left: 20px;
}

.about-detail-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33.33%;
  padding-right: 10px;
  padding-left: 10px;
  -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;
}

.about-company-video-overlay {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-color: rgba(27, 42, 100, 0.6);
}

.about-company-video-section {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 490px;
  margin-bottom: 60px;
  -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;
  background-color: #fff;
  background-image: url('../images/team_03.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.about-service-project-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.about-company-video-left {
  width: 50%;
  padding: 20px;
  -o-object-fit: cover;
  object-fit: cover;
}

.about-company-video-right {
  display: block;
  width: 50%;
  padding-left: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.about-company-video-right-title {
  margin-top: 10px;
  margin-bottom: 30px;
  padding-left: 116px;
  font-family: Roboto, sans-serif;
  color: #49568a;
  font-size: 36px;
  line-height: 46px;
  font-weight: 300;
  text-align: left;
}

.about-company-video-right-title.left-text {
  margin-bottom: 27px;
  padding-left: 0px;
  color: #fff;
  font-size: 2em;
  line-height: 1.1em;
  font-weight: 400;
}

.about-company-video-right-text {
  margin-bottom: 0px;
  padding-bottom: 8px;
  padding-left: 0px;
  font-family: Montserrat, sans-serif;
  color: #f0f0f0;
  font-size: 15px;
  line-height: 21px;
  font-weight: 400;
}

.our-team-section {
  padding-bottom: 90px;
}

.our-team-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.our-team-block {
  position: relative;
  display: none;
  width: 33.33%;
  -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;
}

.our-team-image {
  width: 250px;
  height: 320px;
  border-radius: 0px;
  -o-object-fit: cover;
  object-fit: cover;
}

.our-team-absolute {
  position: absolute;
  left: 3%;
  top: auto;
  right: 0%;
  bottom: -20%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  height: 180px;
  padding-left: 20px;
  -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-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-image: url('../images/788.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.our-team-member-title {
  padding-bottom: 10px;
  padding-left: 10px;
  font-family: Montserrat, sans-serif;
  color: #49568a;
  font-size: 15px;
  line-height: 21px;
  font-weight: 600;
}

.our-team-member-text {
  padding-left: 10px;
  font-family: Roboto, sans-serif;
  color: #49568a;
  font-size: 14px;
  font-weight: 400;
}

.our-team-title {
  padding-left: 50px;
  font-family: Roboto, sans-serif;
  color: #49568a;
  font-size: 32px;
  font-weight: 500;
}

.about-hero-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 300px;
  -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;
  background-color: #49568a;
}

.about-hero-title {
  padding-top: 82px;
  font-family: Roboto, sans-serif;
  font-weight: 500;
}

.service-arrow-link {
  cursor: pointer;
}

.about-project-right {
  display: block;
  width: 60%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.about-detail-icon {
  width: 70px;
  height: 60px;
}

.contact-hero-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 300px;
  padding-top: 60px;
  -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;
  background-color: #2c396b;
}

.address-section {
  margin-top: 80px;
  margin-bottom: 80px;
}

.address-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.address-block-left {
  width: 50%;
}

.address-block-right {
  width: 50%;
  padding-left: 160px;
  -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;
}

.address-detail-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  padding-bottom: 20px;
  -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-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #49568a;
}

.address-box.top {
  padding-top: 15px;
}

.address-box.aligan-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.address-box.aligan-left.top {
  padding-top: 20px;
}

.address-line {
  width: 335px;
}

.address-line.add-line {
  padding-top: 25px;
  padding-bottom: 25px;
}

.small-adress-title {
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
}

.address-project-small-title {
  font-family: Montserrat, sans-serif;
  color: #49568a;
  font-size: 12px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.footer1 {
  padding-top: 26px;
  padding-bottom: 26px;
  background-color: #020d26;
}

.body-2 {
  background-color: #fff;
}

.footer1-column-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 177px;
  padding-right: 30px;
  -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-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #49568a;
}

.footer1-logo-text-copy {
  padding-top: 10px;
  color: #fff;
}

.footer-1column-copy {
  padding-right: 30px;
  color: #49568a;
}

.footer-column-copy {
  padding-right: 30px;
}

.footer-column-copy {
  padding-right: 30px;
}

.dark-footer-link-copy {
  display: block;
  margin-bottom: 7px;
  font-family: Montserrat, sans-serif;
  color: #49568a;
  text-decoration: none;
}

.dark-footer-link-copy:hover {
  color: #fff;
}

.dark-footer-link-copy {
  display: block;
  margin-bottom: 7px;
  font-family: Montserrat, sans-serif;
  color: #e7e0e0;
  text-decoration: none;
}

.dark-footer-link-copy:hover {
  color: #fff;
}

.dark-footer-link-copy {
  display: block;
  margin-bottom: 7px;
  font-family: Montserrat, sans-serif;
  color: #e7e0e0;
  text-decoration: none;
}

.dark-footer-link-copy:hover {
  color: #fff;
}

.dark-footer-link-copy {
  display: block;
  margin-bottom: 7px;
  font-family: Montserrat, sans-serif;
  color: #e7e0e0;
  text-decoration: none;
}

.dark-footer-link-copy:hover {
  color: #fff;
}

.contact-block-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.contact-block-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.contact-block-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #49568a;
}

.location-text-copy {
  display: block;
  margin-bottom: 0px;
  padding-bottom: 18px;
  padding-left: 10px;
  font-family: Montserrat, sans-serif;
  color: #49568a;
  font-size: 14px;
  line-height: 23px;
  font-weight: 400;
}

.location-text-copy {
  display: block;
  margin-bottom: 0px;
  padding-bottom: 18px;
  padding-left: 10px;
  font-family: Montserrat, sans-serif;
  color: #49568a;
  font-size: 14px;
  line-height: 23px;
  font-weight: 400;
}

.location-text-copy {
  display: block;
  margin-bottom: 0px;
  padding-bottom: 18px;
  padding-left: 10px;
  font-family: Montserrat, sans-serif;
  color: #49568a;
  font-size: 14px;
  line-height: 23px;
  font-weight: 400;
}

.small-footer-title-copy {
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  color: #49568a;
  font-size: 17px;
  font-weight: 500;
}

.image-6 {
  color: #2943ad;
}

.gdsgdsg {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 313px;
  margin-top: -27px;
  border-bottom-right-radius: 222px;
  background-color: #d3d8ec;
}

.div-block-3 {
  position: relative;
  width: 27%;
}

.feature-products-section {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #eeeff6;
}

.fp-absolute.one {
  position: static;
  left: 11%;
  top: -25%;
  right: 0%;
  bottom: 0%;
  width: 190px;
}

.fp-absolute.zero {
  position: static;
  left: 9%;
  top: -17%;
  right: 0%;
  bottom: 0%;
  width: 240px;
}

.fp-absolute.two {
  position: static;
  left: 3%;
  top: -15%;
  right: 0%;
  bottom: 0%;
  width: 230px;
}

.fp-absolute.three {
  position: static;
  left: 12%;
  top: -23%;
  right: 0%;
  bottom: 0%;
  width: 225px;
}

.fp-absolute.four {
  position: static;
  left: 26%;
  top: -26%;
  right: 0%;
  bottom: 0%;
  width: 116px;
}

.fp-absolute.five {
  position: static;
  left: 23%;
  top: -25%;
  right: 0%;
  bottom: 0%;
  width: 140px;
}

.fp-absolute.six {
  position: absolute;
  left: 3%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: none;
}

.fp-absolute.seven {
  position: absolute;
  left: 5%;
  top: 2%;
  right: 0%;
  bottom: 0%;
  display: none;
  width: 260px;
}

.feature-product-slide {
  width: 25%;
  padding: 40px 3px 40px 80px;
}

.fp-relative {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 280px;
  height: 190px;
  padding-right: 0px;
  padding-left: 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;
  background-color: #fff;
  box-shadow: 2px 2px 11px -3px #797979;
}

.fp-relative.background {
  background-image: url('../images/DistributedPiping_01.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.fp-relative.background1 {
  background-image: url('../images/pipe_R1_14.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.mask-2 {
  height: 380px;
}

.slider-2 {
  height: 380px;
  padding-right: 15px;
  padding-left: 15px;
  -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;
  background-color: #eeeff6;
}

.icon {
  color: #414866;
}

.icon-2 {
  color: #414866;
}

.slide-nav-3 {
  display: block;
}

.feture-product-slide-text-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 280px;
  padding-bottom: 15px;
  -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-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.feture-product-slide-text-block:hover {
  color: #414866;
}

.slider-small-title {
  font-family: Montserrat, sans-serif;
  color: #000;
  font-weight: 500;
}

.slider-small-title:hover {
  color: #414866;
}

.slider-big-title {
  font-family: Roboto, sans-serif;
  color: #707070;
  font-size: 15px;
  font-weight: 500;
  text-align: center;
  text-transform: capitalize;
}

.slider-big-title:hover {
  color: #414866;
}

.clean-room-wrapper {
  padding-top: 40px;
  padding-bottom: 40px;
}

.clean-room-slide {
  position: relative;
}

.cip-sip-slider {
  display: none;
  height: 450px;
  background-color: #fff;
}

.cip-sip-slider.one {
  display: block;
  height: 450px;
}

.clean-room-mask {
  height: 450px;
}

.clean-room-absolute-1 {
  position: absolute;
  left: 30%;
  top: 4%;
  right: 0%;
  bottom: 0%;
  width: 360px;
}

.clean-room-absolute-2 {
  position: absolute;
  left: 30%;
  top: 4%;
  right: 0%;
  bottom: 0%;
  width: 360px;
}

.clean-room-absolute-3 {
  position: absolute;
  left: 25%;
  top: 8%;
  right: 0%;
  bottom: 0%;
  width: 524px;
}

.clean-room-absolute-4 {
  position: absolute;
  left: 37%;
  top: 6%;
  right: 0%;
  bottom: 0%;
  width: 290px;
}

.clean-room-absolute-5 {
  position: absolute;
  left: 35%;
  top: 6%;
  right: 0%;
  bottom: 0%;
  width: 346px;
}

.cr-arrows {
  display: block;
  color: #49568a;
}

.panorama-section {
  padding-bottom: 100px;
}

.panorama-wrapper {
  overflow: hidden;
  width: 100%;
}

._360-title {
  font-family: Roboto, sans-serif;
  color: #707070;
  font-size: 20px;
  line-height: 25px;
  font-weight: 300;
  text-align: center;
}

.panorama-text {
  color: #707070;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
}

.location-text-1 {
  display: block;
  margin-bottom: 0px;
  padding-bottom: 15px;
  padding-left: 10px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
}

.location-text-copy {
  display: block;
  margin-bottom: 0px;
  padding-bottom: 15px;
  padding-left: 10px;
  font-family: Montserrat, sans-serif;
  color: #49568a;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
}

.html-embed {
  width: 100%;
  height: 613px;
  max-width: 100%;
}

.about-video-text {
  padding-top: 10px;
  font-family: Montserrat, sans-serif;
  color: #707070;
  font-size: 12px;
  font-weight: 600;
  text-align: center;
}

.know-more-link {
  font-family: Montserrat, sans-serif;
  font-size: 14px;
}

.clients-title {
  margin-top: 25px;
  margin-bottom: 0px;
  font-family: Roboto, sans-serif;
  color: #49568a;
  font-size: 35px;
  line-height: 43px;
  font-weight: 300;
  text-align: center;
}

.contact-icon-box {
  width: 50px;
  margin-right: auto;
  margin-left: auto;
}

.contact-icon-box.mail {
  width: 22px;
}

.contact-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.contact-wrapper-block.add-block {
  -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;
}

.box1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-bottom: 5px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.box1.add-box-1 {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #fff;
}

.box2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 6px;
}

.box2.add-box-2 {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.box3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.box3.add-box-3 {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.icon-box-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 15%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.icon-box-left.add-left {
  width: 8%;
}

.icon-box-right {
  width: 70%;
}

.icon-box-text {
  font-family: Montserrat, sans-serif;
  color: #49568a;
  font-size: 12px;
  line-height: 18px;
  font-weight: 500;
}

.icon-box-text.add-text {
  color: #fff;
}

.phone-icon {
  width: 22px;
}

.mail-icon {
  width: 26px;
}

.location-icon {
  width: 19px;
}

.social-icon-box {
  width: 34px;
}

.facebook {
  width: 23px;
}

.small-text-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.product-small-line {
  width: 25px;
}

.feature-product-button {
  padding: 7px 18px;
  border-radius: 3px;
  background-color: #49568a;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
}

.feature-product-button.w--current {
  padding: 7px 18px;
}

.button-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 280px;
  padding-top: 26px;
  -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-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.sproduct-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.sproduct-wrapper.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.sproduct-wrapper.reverse-block {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.sproduct-block {
  width: 5px;
}

.sproduct-block.left-side {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding: 80px;
  -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;
}

.sproduct-block.left-side.block-low-padding {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 40px;
}

.sproduct-block.left-side.rightside {
  padding: 40px;
}

.sproduct-block.right-side {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding-left: 70px;
  -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;
}

._3d-box {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 320px;
  height: 320px;
  -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;
  border: 1px solid #d2d8e7;
  border-radius: 50px;
  background-color: #fff;
  box-shadow: 14px 14px 3px 0 #d2d8e7;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

._3d-box.yellow {
  border-color: #d6e7d2;
  box-shadow: 14px 14px 3px 0 #d6e7d2;
}

._3d-box.pink {
  border-color: #e7d2e6;
  box-shadow: 14px 14px 3px 0 #e7d2e6;
}

._3d-box.light-blue {
  border-color: #d2dfe7;
  box-shadow: 14px 14px 3px 0 #d2dfe7;
}

._3d-box.br-box {
  width: 500px;
  height: 500px;
  border-style: none;
  border-radius: 0px;
  box-shadow: none;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

._3d-image {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

._3d-image.br-img {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

._3d-image.sd-img {
  position: absolute;
  z-index: 2;
  width: 291px;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

._3d-image.plc-img {
  width: 119px;
}

._3d-image.ddm-img {
  width: 226px;
}

._3d-image.ufs-img {
  width: 249px;
}

._3d-image.ds-img {
  width: 240px;
}

._3d-image.ads-img {
  width: 228px;
}

._3d-image.msf-img {
  width: 248px;
}

._3d-image.snd-img {
  width: 280px;
}

._3d-image.snd-img.roedi {
  width: 350px;
}

._3d-image.cip-img {
  width: 250px;
}

._3d-image.pou-img {
  width: 204px;
}

._3d-image.crf-img {
  width: 163px;
}

._3d-image.tscp-img {
  position: relative;
}

.single-product-right-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -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-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.single-product-right-copy.left-190 {
  padding-left: 190px;
}

.single-product-right-copy.right-190 {
  padding-right: 190px;
}

.single-product-right-copy.left-190-copy {
  width: 100%;
  margin-top: 70px;
  margin-bottom: 70px;
  padding-left: 190px;
}

.single-product-right-copy.left-190-copy-copy {
  width: 100%;
  margin-top: 70px;
  margin-bottom: 70px;
  padding-right: 190px;
  padding-left: 0px;
}

.sproduct-text-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 150px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.sproduct-text-block.reverse-text {
  padding-right: 150px;
  padding-left: 0px;
}

.sproduct-text-block.reverse-text.less-padding {
  padding-right: 119px;
}

.service-img {
  width: 360px;
  height: 165px;
}

.add-line-img {
  width: 248px;
  padding-top: 25px;
  padding-bottom: 25px;
}

.line-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.about-video-img {
  display: none;
  width: 420px;
  height: 270px;
  -o-object-fit: cover;
  object-fit: cover;
}

.html-embed-2 {
  display: block;
  overflow: hidden;
  width: auto;
  height: 290px;
  max-width: 100%;
  -o-object-fit: fill;
  object-fit: fill;
}

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

.vimeo-video-block {
  width: 100%;
}

.vimeo-video-block.hide {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.vimeo-video-block.s-hide._1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.video {
  display: none;
}

.about-video-embed {
  display: none;
  overflow: hidden;
  width: auto;
  height: 530px;
  max-width: 100%;
  -o-object-fit: fill;
  object-fit: fill;
}

.about-video-embed._1 {
  display: block;
  height: 300px;
  margin-top: 25px;
}

._360img-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-bottom: 0px;
  -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-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

._360img.dpimg {
  padding-bottom: 23px;
}

._360img.ro-img {
  width: 550px;
}

._360img.pou-img {
  width: 347px;
}

._360controler {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.dp-section {
  padding-top: 70px;
  padding-bottom: 70px;
}

.dp-wrapper {
  padding-top: 0px;
  padding-bottom: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.dp-slider {
  height: 600px;
  max-width: 100%;
  background-color: #fff;
}

.dp-mask {
  height: 600px;
}

.dp-slide {
  position: relative;
}

.dp-slide.one {
  background-image: url('../images/distributedpiping_01.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: repeat;
}

.dp-slide.two {
  background-image: url('../images/distributedpiping_02.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.dp-slide.three {
  background-image: url('../images/distributedpiping_06.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.dp-slide.four {
  background-image: url('../images/distributedpiping_05.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.dp-absolute1 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.dp-absolute2 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
}

.dp-absolute3 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
}

.dp-absolute4 {
  position: absolute;
  left: 30%;
  top: 4%;
  right: 0%;
  bottom: 0%;
  width: 360px;
}

.cip-sip-section {
  padding-top: 70px;
  padding-bottom: 70px;
}

.cip-sip-wrapper {
  padding-top: 40px;
  padding-bottom: 40px;
}

.cip-sip-mask {
  height: 450px;
}

.cip-sip-slide {
  position: relative;
}

.cip-sip-absolute {
  position: absolute;
  left: 30%;
  top: 4%;
  right: 0%;
  bottom: 0%;
  width: 360px;
  max-width: 100%;
  background-image: url('../images/CIP_01.png');
  background-position: 50% 50%;
  background-size: auto;
}

.cip-sip-absolute.one {
  background-image: none;
}

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

.process-piping-mask {
  overflow: hidden;
  height: 600px;
}

.slide-2 {
  background-image: url('../images/ProcessPiping.jpg');
  background-position: 0px 0px;
  background-size: auto;
}

.slide-3 {
  background-image: url('../images/cip_02a.png');
  background-position: 50% 50%;
  background-size: cover;
}

.slide-4 {
  max-width: 100%;
  background-image: url('../images/cip_03.png');
  background-position: 50% 50%;
  background-size: cover;
}

.slide-5 {
  max-width: 100%;
  background-image: url('../images/cip_02a.png');
  background-position: 50% 50%;
  background-size: cover;
}

.cipsip-slide {
  position: relative;
}

.slide-7 {
  max-width: 100%;
  background-image: url('../images/CIP_12.png');
  background-position: 50% 50%;
  background-size: auto;
}

.slide-8 {
  background-image: url('../images/DistributedPiping_04.png');
  background-position: 50% 50%;
  background-size: cover;
}

.cip-absolute._1 {
  position: relative;
  left: 25%;
  display: block;
  height: 100%;
}

.cip-absolute._2 {
  position: absolute;
  left: 10%;
  height: 100%;
}

.cip-absolute._3 {
  position: absolute;
  left: 25%;
  height: 100%;
}

.cip-absolute._4 {
  position: absolute;
  left: 10%;
  height: 100%;
}

.piping-absolute._2 {
  position: absolute;
}

.piping-absolute._3 {
  position: absolute;
}

.process-slider {
  height: 600px;
}

.piping-slide._1 {
  position: relative;
}

.slide-nav-bottom-dots {
  position: relative;
}

.section-3 {
  padding-top: 30px;
}

.grid {
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
}

.div-block-4 {
  border-style: solid;
  border-width: 100px;
  border-color: hsla(0, 0%, 95.8%, 0.72);
  border-radius: 90px;
}

.widget-section-new {
  display: none;
  padding-bottom: 45px;
}

.columns {
  margin-top: -50px;
  background-color: #fff;
  box-shadow: 1px 1px 20px -10px #000;
}

.newcipsip-slider {
  display: inline-block;
  width: 100%;
  height: 750px;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.cip-slide-one {
  background-color: #fff;
  background-image: url('../images/cip_2.png');
  background-position: 50% 50%;
  background-size: cover;
}

.cip-slide-two {
  background-color: #fff;
  background-image: url('../images/cip_03.png');
  background-position: 50% 50%;
  background-size: cover;
}

.cip-slide-four {
  background-color: #fff;
  background-image: url('../images/cip_12a.png');
  background-position: 50% 50%;
  background-size: cover;
}

.cip-slide-three {
  background-color: #fff;
  background-image: url('../images/cip_02.png');
  background-position: 50% 50%;
  background-size: cover;
}

.slide-nav-cip {
  margin-bottom: -45px;
}

.slide-nav-4 {
  margin-bottom: -45px;
}

.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;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.section1 {
  height: 100vh;
  margin-top: 52px;
}

.div-block-5 {
  width: 50%;
  padding-left: 67px;
}

.slider-3 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.container-2 {
  height: auto;
}

.feature-info-row-2 {
  margin-top: 20px;
  margin-right: 0px;
  margin-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -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;
}

.feature-info-column-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  padding-right: 0px;
  padding-left: 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;
}

.feature-info-title-2 {
  margin-top: 8px;
  font-family: Montserrat, sans-serif;
  color: #707070;
  font-size: 12px;
  font-weight: 500;
  text-align: center;
  text-transform: capitalize;
}

.hero-main-button-2 {
  padding: 12px 30px;
  border-radius: 3px;
  background-color: #49568a;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
}

.hero-main-button-2.you {
  margin-left: 482px;
  -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;
}

.line-2 {
  position: absolute;
  left: auto;
  top: 7%;
  right: 9%;
  bottom: 0%;
  display: inline-block;
  width: 1px;
  height: 272px;
}

.dropdown-link-2 {
  padding-top: 6px;
  padding-bottom: 6px;
  border-right: 1px none #000;
  border-bottom: 1px solid #ddd9d9;
  -webkit-transition: background-color 200ms ease, color 200ms ease;
  transition: background-color 200ms ease, color 200ms ease;
  font-size: 13px;
}

.dropdown-link-2:hover {
  background-color: #1f6fff;
  color: #fff;
}

.dropdown-link-2.w--current {
  color: #1f6fff;
}

.dropdown-link-2.w--current:hover {
  color: #fff;
}

.nav-link-2 {
  margin-right: 3px;
  padding: 11px 15px;
  border: 1px solid transparent;
  border-radius: 5px;
  background-color: transparent;
  -webkit-transition: background-color 200ms ease, border 200ms ease;
  transition: background-color 200ms ease, border 200ms ease;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 13px;
  line-height: 12px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: capitalize;
}

.nav-link-2:hover {
  background-color: transparent;
  color: #49568a;
}

.nav-link-2.w--current {
  color: #49568a;
}

.nav-link-2.dropdown-toggle {
  padding-right: 30px;
}

.nav-link-2.dropdown-toggle.w--open {
  background-color: rgba(0, 0, 0, 0.1);
}

.container-3 {
  position: relative;
  height: auto;
  max-width: 1090px;
  margin-right: auto;
  margin-left: auto;
}

.container-3.hero-container {
  height: 100%;
  text-align: center;
}

.small-hero-title-2 {
  font-family: Montserrat, sans-serif;
  color: #49568a;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.hero-title-2 {
  margin-top: 10px;
  margin-bottom: 40px;
  font-family: Roboto, sans-serif;
  color: #49568a;
  font-size: 3em;
  line-height: 1em;
  font-weight: 400;
}

.widget-left-text-2 {
  margin-bottom: 0px;
  padding-right: 130px;
  padding-bottom: 61px;
  padding-left: 0px;
  font-family: Montserrat, sans-serif;
  color: #707070;
  font-size: 12px;
  line-height: 18px;
  font-weight: 500;
}

.widget-left-title-2 {
  margin-top: 10px;
  margin-bottom: 22px;
  clear: none;
  font-family: Roboto, sans-serif;
  color: #49568a;
  font-size: 2em;
  line-height: 1.2em;
  font-weight: 300;
}

.widget-section-2 {
  padding-bottom: 45px;
  background-color: #fff;
}

.widget-right-2 {
  position: relative;
  width: 50%;
  padding: 0px 70px 0px 0px;
}

.widget-left-2 {
  position: relative;
  width: 50%;
  padding: 0px 30px 0px 70px;
}

.company-video-right-title-2 {
  margin-top: 10px;
  margin-bottom: 18px;
  font-family: Roboto, sans-serif;
  color: #49568a;
  font-size: 2.2em;
  line-height: 1em;
  font-weight: 300;
  text-align: left;
}

.about-video-text-2 {
  padding-top: 10px;
  font-family: Montserrat, sans-serif;
  color: #707070;
  font-size: 12px;
  font-weight: 600;
  text-align: center;
}

.vimeo-video-block-2 {
  width: 499px;
}

.vimeo-video-block-2.hide {
  display: none;
}

.small-company-video-title-2 {
  font-family: Montserrat, sans-serif;
  color: #49568a;
  font-size: 11px;
  font-weight: 600;
  text-align: left;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.html-embed-4 {
  display: block;
  overflow: hidden;
  -o-object-fit: fill;
  object-fit: fill;
}

.html-embed-4.hide {
  display: none;
}

.about-video-embed-2 {
  overflow: hidden;
  -o-object-fit: fill;
  object-fit: fill;
}

.company-video-right-text-2 {
  margin-bottom: 0px;
  font-family: Roboto, sans-serif;
  color: #707070;
  font-size: 12px;
  line-height: 18px;
  font-weight: 500;
}

.company-video-right-text-2.bottom-padding {
  margin-bottom: 8px;
}

.company-video-section-2 {
  position: relative;
  margin-bottom: 80px;
  background-color: #fff;
}

.company-video-right-2 {
  display: block;
  width: 50%;
  padding-left: 130px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.company-video-left-2 {
  width: 50%;
  padding: 20px;
}

.product-image-section-2 {
  padding-bottom: 100px;
}

.product-image-text-2 {
  margin-bottom: 0px;
  padding-bottom: 25px;
  padding-left: 0px;
  color: #707070;
  font-size: 14px;
  line-height: 18px;
}

.product-image-title-2 {
  margin-top: 10px;
  margin-bottom: 26px;
  font-family: Roboto, sans-serif;
  color: #49568a;
  font-size: 2.1em;
  line-height: 1.2em;
  font-weight: 300;
}

.know-more-text-2 {
  display: inline-block;
  padding-left: 15px;
  color: #49568a;
}

.product-image-block-left-2 {
  width: 50%;
  height: 350px;
  padding: 35px 150px 0px 90px;
  background-color: #fff;
}

.product-image-block-left-2.padding {
  padding-top: 35px;
  padding-right: 100px;
  padding-left: 90px;
}

.product-image-block-left-2.right-block {
  padding-top: 35px;
  padding-right: 100px;
  padding-left: 90px;
}

.panorama-section-2 {
  padding-bottom: 100px;
}

.panorama-wrapper-2 {
  overflow: hidden;
}

._360-title-2 {
  font-family: Roboto, sans-serif;
  color: #707070;
  font-size: 20px;
  line-height: 25px;
  font-weight: 300;
  text-align: center;
}

.panorama-text-2 {
  color: #707070;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
}

.project-list-box-2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  padding: 40px 15px;
  -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;
}

.project-list-text-2 {
  color: #707070;
}

.project-list-wrapper-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 200px;
  margin-right: 30px;
  margin-bottom: -140px;
  margin-left: 30px;
  padding: 30px 10px;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 43.9%, 0.31);
  background-color: #fff;
  box-shadow: 1px 1px 13px -5px rgba(0, 0, 0, 0.34);
}

.testimonial-section-2 {
  padding-top: 200px;
  padding-bottom: 0px;
  background-color: #f0f3f6;
}

.testimonial-content-text-2 {
  margin-bottom: 0px;
  padding-bottom: 20px;
  padding-left: 0px;
  color: #707070;
}

.testimonial-text-block-2 {
  position: relative;
  width: 390px;
  height: 210px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 30px 40px 30px 80px;
  background-color: #fff;
  box-shadow: 0 -1px 10px -6px rgba(0, 0, 0, 0.34);
}

.testimonial-slider-2 {
  height: 260px;
  margin-top: 60px;
  margin-bottom: 40px;
  padding-right: 70px;
  padding-left: 70px;
  -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;
  background-color: transparent;
}

.testimonial-icon-left-2 {
  color: #49568a;
}

.testimonial-icon-right-2 {
  color: #49568a;
}

.testimonial-wrapper-2 {
  margin-top: 0px;
  margin-bottom: 0px;
}

.testimonial-text-2 {
  margin-bottom: 35px;
  font-family: Roboto, sans-serif;
  color: #707070;
  font-size: 14px;
  line-height: 18px;
  font-weight: 300;
}

.testimonial-title-2 {
  margin-top: 10px;
  font-family: Roboto, sans-serif;
  color: #49568a;
  font-size: 35px;
  line-height: 43px;
  font-weight: 300;
}

.testimonial-small-title-2 {
  font-family: Montserrat, sans-serif;
  color: #49568a;
  font-size: 14px;
  line-height: 18px;
  font-weight: 600;
  letter-spacing: 0.25em;
  text-transform: uppercase;
}

.testimonial-block-name-2 {
  display: inline-block;
  color: #707070;
  font-size: 14px;
  line-height: 18px;
  font-weight: 600;
}

.testimonial-block-name-2.subtitle {
  display: inline-block;
  padding-right: 0px;
  padding-left: 10px;
  font-size: 16px;
  font-weight: 400;
}

.mask-3 {
  height: 260px;
}

.testimonial-half-slide-2 {
  width: 50%;
  height: 260px;
  margin-right: 30px;
  padding-right: 7px;
  padding-left: 60px;
}

.client-image-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 150px;
  height: 150px;
  -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;
}

.client-arrow-right-2 {
  margin-right: 10px;
  font-family: Roboto, sans-serif;
  color: #49568a;
  font-size: 23px;
  font-weight: 700;
}

.clients-title-2 {
  margin-top: 25px;
  margin-bottom: 0px;
  font-family: Roboto, sans-serif;
  color: #49568a;
  font-size: 35px;
  line-height: 43px;
  font-weight: 300;
  text-align: center;
}

.clinent-sliders-block-2 {
  height: 160px;
  background-color: #e8efff;
}

.client-arrow-left-2 {
  margin-left: 0px;
  font-family: Roboto, sans-serif;
  color: #49568a;
  font-size: 25px;
  font-weight: 700;
}

.icon-box-left-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 15%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.icon-box-text-2 {
  font-family: Montserrat, sans-serif;
  color: #49568a;
  font-size: 12px;
  line-height: 18px;
  font-weight: 500;
}

.dark-footer-link-2 {
  display: block;
  font-family: Montserrat, sans-serif;
  color: #49568a;
  font-size: 12px;
  line-height: 21px;
  font-weight: 500;
  text-decoration: none;
}

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

.small-footer-title-2 {
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  color: #49568a;
  font-size: 16px;
  line-height: 25px;
  font-weight: 600;
}

.social-icons-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
}

.client-arrow-left-3 {
  margin-left: 0px;
  font-family: Roboto, sans-serif;
  color: #49568a;
  font-size: 25px;
  font-weight: 700;
}

.team-slider {
  display: block;
}

.teamslide1 {
  width: 33.33%;
}

.our-team {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.bg-inage._2-blockl {
  width: 100%;
  height: 380px;
  background-image: url('../images/praveen.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.bg-inage._2-blockl._10 {
  height: 400px;
}

.bg-inage._3-block {
  width: 100%;
  height: 540px;
  background-image: url('../images/ajeet_gujar.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.bg-inage._4-block {
  width: 100%;
  height: 500px;
  background-image: url('../images/durga-rao_1.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.bg-inage._5-block {
  width: 100%;
  height: 400px;
  background-image: url('../images/venu_gopal.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.bg-inage._6-block {
  width: 100%;
  height: 400px;
  background-image: url('../images/madhuri.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.bg-inage._6-block._7 {
  height: 520px;
  background-image: url('../images/apparao_lagudu_02.jpg');
}

.bg-inage._1 {
  width: 100%;
  height: 450px;
  background-image: url('../images/madhu.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.ourteam-title-n {
  margin-top: -120px;
  padding: 10px 20px;
  font-family: Montserrat, sans-serif;
  color: #49568a;
  font-weight: 600;
}

.ourteam-title-n._10 {
  margin-left: -12px;
  padding-right: 0px;
  padding-left: 0px;
}

.icon-image {
  margin-top: 180px;
}

.image-10._10 {
  margin-left: -35px;
}

.team-small-title {
  margin-top: -5px;
  margin-left: 18px;
  font-family: Montserrat, sans-serif;
  color: #49568a;
  font-size: 12px;
  line-height: 18px;
  font-weight: 500;
  text-align: left;
}

.team-small-title._10 {
  margin-left: -12px;
}

.slide-nav-bottom {
  margin-bottom: -69px;
}

.text-block {
  margin-left: -282px;
  padding-top: 140px;
}

.italic-text {
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.div-block-6 {
  height: 100%;
  padding-top: 95px;
}

.team_image {
  display: none;
}

.product-detail-check-box-text-2 {
  padding-left: 10px;
  font-size: 12px;
  line-height: 18px;
}

.divblock_bulletpoints {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.thankyou-heading {
  color: #020d26;
  text-align: center;
}

.thankyou-botton {
  display: inline-block;
  margin-bottom: -125px;
  margin-left: 450px;
  padding: 12px 50px;
  border-radius: 20px;
  background-color: #49568a;
  text-align: left;
}

.thankyou-paragraph {
  padding-right: 30px;
  padding-left: 30px;
  font-family: Montserrat, sans-serif;
  color: #707070;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
}

.thankyouheading {
  margin-top: -35px;
  color: #878484;
}

.div-block-7 {
  text-align: center;
}

.image-11 {
  margin-left: -320px;
}

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

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

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

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

html.w-mod-js *[data-ix="fade-in-on-load"] {
  opacity: 0;
  -webkit-transform: translate(0px, 30px);
  -ms-transform: translate(0px, 30px);
  transform: translate(0px, 30px);
}

html.w-mod-js *[data-ix="fade-in-on-load-2"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="fade-in-on-load-3"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="fade-in-on-load-4"] {
  opacity: 0;
}

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

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

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

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

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

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

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

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

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

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

html.w-mod-js *[data-ix="fade-in-zoom"] {
  opacity: 0;
  -webkit-transform: scale(0.9, 0.9);
  -ms-transform: scale(0.9, 0.9);
  transform: scale(0.9, 0.9);
}

html.w-mod-js *[data-ix="fade-in-zoom-2"] {
  opacity: 0;
  -webkit-transform: scale(0.9, 0.9);
  -ms-transform: scale(0.9, 0.9);
  transform: scale(0.9, 0.9);
}

html.w-mod-js *[data-ix="fade-in-zoom-3"] {
  opacity: 0;
  -webkit-transform: scale(0.9, 0.9);
  -ms-transform: scale(0.9, 0.9);
  transform: scale(0.9, 0.9);
}

html.w-mod-js *[data-ix="hide-popup"] {
  display: none;
  opacity: 0;
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}

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

html.w-mod-js *[data-ix="fade-in-on-load-5"] {
  opacity: 0;
  -webkit-transform: translate(0px, 30px);
  -ms-transform: translate(0px, 30px);
  transform: translate(0px, 30px);
}

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

@media screen and (min-width: 1920px) {
  .navbar.white {
    padding-top: 20px;
    padding-bottom: 20px;
    box-shadow: 1px 0 15px -11px rgba(0, 0, 0, 0.2);
  }

  .nav-link {
    font-size: 16px;
    line-height: 26px;
  }

  .dropdown-link {
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 16px;
  }

  .container {
    max-width: 1380px;
  }

  .container.extra {
    max-width: 1490px;
  }

  .button.full-submit {
    width: 150px;
    height: 50px;
    padding: 13px 30px;
    border-radius: 50px;
    font-size: 16px;
  }

  .section-title {
    margin-bottom: 30px;
    font-size: 3.125em;
    line-height: 1.2em;
  }

  .testimonial-slider {
    height: 350px;
    margin-top: 70px;
    margin-bottom: 80px;
  }

  .feature-icon.overall {
    width: 40px;
  }

  .product-detail-right-title {
    font-family: Montserrat, sans-serif;
    font-size: 18px;
    line-height: 27px;
  }

  .footer-logo {
    width: 230px;
  }

  .bottom-footer-paragraph {
    font-size: 16px;
  }

  .map-contact-form {
    width: 600px;
  }

  .dark-field {
    padding-top: 25px;
    padding-bottom: 25px;
    border-color: #707070;
    font-size: 16px;
  }

  .dark-field::-webkit-input-placeholder {
    font-family: Montserrat, sans-serif;
    color: #888;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
  }

  .dark-field:-ms-input-placeholder {
    font-family: Montserrat, sans-serif;
    color: #888;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
  }

  .dark-field::-ms-input-placeholder {
    font-family: Montserrat, sans-serif;
    color: #888;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
  }

  .dark-field::placeholder {
    font-family: Montserrat, sans-serif;
    color: #888;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
  }

  .dark-field.area {
    padding-top: 16px;
    padding-bottom: 25px;
  }

  .feature-info-icon {
    width: 80px;
    height: 80px;
  }

  .feature-info-title {
    font-size: 14px;
  }

  .dark-bottom-footer {
    background-color: #fff;
  }

  .small-footer-title {
    font-size: 20px;
    line-height: 27px;
    font-weight: 600;
  }

  .footer-row-bottom {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .hero-section {
    height: 749.4249877929688px;
    padding-top: 250px;
    padding-bottom: 250px;
  }

  .logo.fixed {
    height: 55px;
  }

  .dark-footer-link {
    margin-bottom: 0px;
    font-size: 14px;
    line-height: 25px;
  }

  .navbar-container {
    max-width: 1380px;
  }

  .hero-inline-image {
    top: -37%;
    width: 900px;
  }

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

  .widget-wrapper.top-60 {
    height: 540px;
    margin-top: -60px;
  }

  .widget-wrapper.top-60 {
    height: 540px;
    margin-top: -60px;
  }

  .widget-left {
    padding: 75px 75px 75px 100px;
  }

  .widget-right {
    padding: 40px 100px 40px 30px;
  }

  .widget-left-text {
    padding-right: 100px;
    padding-bottom: 63px;
    color: #707070;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
  }

  .line {
    top: 16%;
    right: 6%;
    width: 2px;
    height: 330px;
  }

  .hero-title {
    margin-bottom: 50px;
    font-size: 3.4375em;
    line-height: 1.1em;
  }

  .widget-left-title {
    margin-bottom: 24px;
    font-size: 2.5em;
    line-height: 1.2em;
  }

  .company-video-section {
    margin-bottom: 90px;
  }

  .company-video-left {
    padding-left: 0px;
  }

  .company-video-right {
    padding-left: 87px;
  }

  .company-video-right-title {
    margin-bottom: 17px;
    font-size: 3.12em;
    line-height: 1.1em;
  }

  .company-video-right-text {
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
  }

  .small-company-video-title {
    font-size: 14px;
  }

  .produt-image-wrapper.four {
    border-color: hsla(0, 0%, 43.9%, 0.38);
    box-shadow: 1px 1px 15px -4px hsla(0, 0%, 43.9%, 0.54);
  }

  .produt-image-wrapper.four {
    border-color: hsla(0, 0%, 43.9%, 0.38);
    box-shadow: 1px 1px 15px -4px hsla(0, 0%, 43.9%, 0.54);
  }

  .product-image-block.one {
    height: 416px;
  }

  .product-image-block.reverse {
    height: 416px;
    -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;
  }

  .product-image-block.reverse {
    height: 416px;
    -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;
  }

  .product-image-block-rightt {
    height: 416px;
  }

  .product-image-block-rightt.image3 {
    border-style: solid;
    border-width: 1px;
    border-color: hsla(0, 0%, 43.9%, 0.28);
  }

  .product-image-block-rightt.image3 {
    border-style: solid;
    border-width: 1px;
    border-color: hsla(0, 0%, 43.9%, 0.28);
  }

  .product-image-block-left {
    height: 416px;
    padding-top: 90px;
    padding-right: 156px;
    padding-left: 108px;
  }

  .product-image-block-left.right-block {
    padding-top: 62px;
    padding-left: 108px;
  }

  .product-image-block-left.padding {
    padding-left: 108px;
  }

  .button-2 {
    border-radius: 3px;
    background-color: #49568a;
    color: #fff;
  }

  .hero-main-button {
    padding: 15px 35px;
    font-size: 16px;
  }

  .hero-main-button.about-button {
    padding: 16px 50px;
    background-color: #095aba;
    font-size: 16px;
    font-weight: 500;
  }

  .product-image-title {
    margin-bottom: 33px;
    font-size: 2.6em;
    line-height: 1.2em;
  }

  .product-image-text {
    margin-bottom: 34px;
    padding-bottom: 0px;
    font-family: Montserrat, sans-serif;
    font-size: 14px;
    line-height: 19px;
  }

  .project-list-wrapper {
    height: 253px;
  }

  .project-list-box {
    padding: 20px;
  }

  .project-list-box.two {
    color: #707070;
  }

  .project-list-title {
    margin-bottom: 0px;
    font-size: 3.375em;
    line-height: 1.3em;
  }

  .project-list-text {
    font-size: 22px;
  }

  .vertical-line {
    right: -3%;
    height: 187px;
  }

  .testimonial-section {
    height: auto;
    padding-top: 210px;
    font-size: 24px;
  }

  .testimonial-half-slide {
    height: 350px;
    padding-right: 53px;
    padding-left: 80px;
  }

  .testimonial-text-block {
    width: 510px;
    height: 306px;
    padding: 50px 53px 60px 93px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .testimonial-text {
    margin-bottom: 40px;
    font-family: Roboto, sans-serif;
    font-size: 16px;
    line-height: 25px;
    font-weight: 300;
  }

  .testimonial-block-name {
    font-family: Montserrat, sans-serif;
    color: #707070;
    font-size: 16px;
  }

  .testimonial-block-name.subtitle {
    padding-left: 26px;
    font-size: 16px;
    font-weight: 500;
  }

  .testimonial-image-circle {
    left: -14%;
    top: 19%;
    width: 138px;
    height: 138px;
  }

  .testimonial-image-circle.one {
    width: 110px;
    height: 110px;
  }

  .testimonial-small-image-rounded {
    width: 87px;
    height: 87px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 57% -4%;
    object-position: 57% -4%;
  }

  .testimonial-small-image-rounded.three {
    -o-object-position: 100% 50%;
    object-position: 100% 50%;
  }

  .mask {
    height: 350px;
  }

  .testimonial-title {
    font-size: 2.2em;
    line-height: 1.1em;
  }

  .testimonial-small-title {
    font-size: 16px;
    letter-spacing: 0.2em;
  }

  .testimonial-content-text {
    font-family: Roboto, sans-serif;
    font-size: 16px;
    line-height: 25px;
    font-weight: 300;
  }

  .clients-section {
    padding-top: 30px;
    padding-bottom: 25px;
  }

  .client-image-block {
    width: 200px;
    height: 200px;
  }

  .client-slider {
    height: 200px;
  }

  .client-mask {
    height: 200px;
  }

  .clinent-sliders-block {
    height: 200px;
  }

  .social-icons {
    padding-top: 10px;
  }

  .footer-logo-text {
    font-size: 18px;
    line-height: 26px;
  }

  .location-text {
    padding-bottom: 23px;
    font-size: 18px;
    line-height: 26px;
  }

  .footer-bottom {
    height: 60px;
    background-color: #091329;
  }

  .bold-text {
    font-size: 16px;
  }

  .hero-product-wrapper {
    height: 470px;
  }

  .hero-product-overlay {
    height: 479px;
  }

  .hero-product-title.top-90 {
    margin-top: 80px;
    font-size: 3.12em;
    line-height: 1.2em;
  }

  ._360-viewer-section {
    z-index: 9;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  ._360-viewer-content-block {
    margin-top: 100px;
    margin-bottom: 100px;
  }

  ._360-product-viewer-text-block {
    margin-top: 30px;
  }

  ._360-viewer-small-title {
    font-size: 14px;
  }

  ._360-viewer-title {
    margin-bottom: 45px;
    font-size: 3.12em;
    line-height: 1.2em;
  }

  .product-detail-section {
    position: relative;
    overflow: hidden;
    padding-top: 84px;
    padding-bottom: 98px;
    background-color: #fff;
  }

  .product-detail-section.ro-padding {
    padding-top: 79px;
    padding-bottom: 79px;
  }

  .product-detail-wrapper {
    position: static;
    padding-top: 105px;
    padding-bottom: 105px;
    background-color: #f6f6f6;
    background-image: none;
  }

  .product-detail-left {
    padding-right: 100px;
  }

  .product-detail-small-title {
    font-size: 14px;
  }

  .product-detail-title {
    margin-bottom: 37px;
    font-family: Roboto, sans-serif;
    font-size: 3.6em;
    line-height: 1.2em;
    font-weight: 400;
  }

  .product-detail-left-text {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 14px;
  }

  .product-detail-paragraph {
    margin-bottom: 20px;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 14px;
  }

  .prdouct-detail-absolute-image {
    position: absolute;
    left: auto;
    top: 32px;
    right: -18%;
    bottom: auto;
    z-index: 0;
    overflow: visible;
    margin-top: 75px;
    margin-right: 0px;
  }

  .prdouct-detail-absolute-image.pts {
    top: -19%;
    right: -29%;
    width: 1023px;
  }

  .prdouct-detail-absolute-image.pts.pc-img {
    top: -9%;
    right: -5%;
    width: 367px;
  }

  .prdouct-detail-absolute-image.pts.pcpimg {
    top: 6%;
    right: -11%;
    width: 630px;
  }

  .prdouct-detail-absolute-image.pts.pou-img {
    top: 1%;
    right: -5%;
    width: 350px;
  }

  .prdouct-detail-absolute-image.cip-img {
    top: 0%;
    right: -11%;
    width: 600px;
  }

  .prdouct-detail-absolute-image.cip-img.pc-img {
    top: -9%;
    right: -5%;
    width: 400px;
  }

  .prdouct-detail-absolute-image.cip-img.pcpimg {
    top: 3%;
    right: -15%;
    width: 658px;
  }

  .prdouct-detail-absolute-image.dp-ab-img {
    top: 86px;
    right: -34%;
    width: 1045px;
  }

  .prdouct-detail-absolute-image.ro-ab-img {
    top: 42px;
    right: -34%;
    width: 1100px;
  }

  .prdouct-detail-absolute-image.cip-sip-img {
    top: 62px;
    right: -24%;
    width: 918px;
  }

  .prdouct-detail-absolute-image.pou-ab-img {
    right: -9%;
    width: 516px;
  }

  .prdouct-detail-absolute-image.pp-img {
    top: 84px;
    right: -22%;
    width: 804px;
  }

  .product-detail-right-text {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 14px;
    line-height: 22px;
  }

  .product-detail-right-text.bottom-padding {
    font-size: 14px;
  }

  .single-product-section {
    margin-top: 40px;
    margin-bottom: 0px;
    padding-bottom: 40px;
  }

  .single-product-left {
    -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;
  }

  .single-product-left.align-left {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .single-product-shape {
    width: 380px;
    height: 380px;
  }

  .single-product-image.four {
    width: 284px;
  }

  .product-detail-check-box-text {
    font-size: 14px;
    line-height: 18px;
  }

  .product-detail-check-box-image {
    width: 20px;
  }

  .service-project-section {
    margin-top: 160px;
    margin-bottom: 70px;
  }

  .service-project-left {
    width: 40%;
  }

  .service-project-right {
    padding-right: 47px;
    padding-left: 40px;
  }

  .service-project-right.servces2 {
    margin-bottom: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .service-project-title {
    margin-bottom: 33px;
    font-size: 2.5em;
    line-height: 1.2em;
  }

  .service-project-text {
    margin-bottom: 47px;
    font-family: Montserrat, sans-serif;
    font-size: 18px;
    line-height: 25px;
    font-weight: 600;
  }

  .service-project-small-title {
    font-family: Montserrat, sans-serif;
    font-size: 14px;
    line-height: 18px;
  }

  .project-number-box {
    width: 130px;
    height: 172px;
    border-width: 4px;
  }

  .project-number-title {
    font-size: 5.125em;
    line-height: 88px;
  }

  .project-number-text {
    font-family: Montserrat, sans-serif;
    font-size: 24px;
    line-height: 30px;
    font-weight: 600;
  }

  .service-detail-section {
    margin-bottom: 80px;
  }

  .service-detail-left {
    padding-right: 84px;
  }

  .service-detail-small-title {
    font-family: Montserrat, sans-serif;
    font-size: 14px;
    line-height: 18px;
  }

  .service-detail-title {
    font-size: 2.5em;
    line-height: 1.2em;
  }

  .service-detail-text {
    font-family: Montserrat, sans-serif;
    font-size: 18px;
    line-height: 25px;
    font-weight: 600;
  }

  .service-detail-icon-block {
    margin-bottom: 50px;
    padding-bottom: 0px;
  }

  .project-detail-text {
    font-family: Montserrat, sans-serif;
    font-size: 24px;
    line-height: 28px;
  }

  .service-detail-horizontal-line {
    left: 43%;
    top: 10%;
    width: 2px;
    height: 136px;
  }

  .service-detail-vertical-line {
    width: 526px;
    height: 2px;
  }

  .other-service-block-title {
    padding-top: 25px;
    font-size: 22px;
  }

  .other-service-title {
    margin-bottom: 37px;
    padding-right: 35px;
    padding-left: 40px;
    font-size: 3.125em;
    line-height: 1.2em;
    font-weight: 300;
  }

  .service-project-image {
    width: 523px;
    height: 384px;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .service-project-image.about-img {
    width: 473px;
    height: 502px;
  }

  .detail-icon {
    width: 37px;
  }

  .about-company-section {
    margin-bottom: 123px;
  }

  .about-company-wrapper {
    margin-bottom: 105px;
  }

  .about-detail-wrapper {
    padding-top: 21px;
    padding-bottom: 21px;
  }

  .about-detail-title {
    font-family: Montserrat, sans-serif;
    font-size: 18px;
    line-height: 25px;
  }

  .about-detail-text {
    padding-right: 70px;
    padding-left: 0px;
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
  }

  .about-detail-list {
    padding-left: 40px;
  }

  .about-company-video-overlay {
    background-color: rgba(27, 42, 100, 0.6);
  }

  .about-company-video-section {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 617px;
    margin-bottom: 95px;
    -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;
  }

  .about-company-video-right {
    padding-left: 130px;
  }

  .about-company-video-right-title {
    font-size: 50px;
    line-height: 58px;
  }

  .about-company-video-right-title.left-text {
    padding-left: 0px;
    font-size: 2.5em;
    line-height: 1.1em;
    font-weight: 500;
  }

  .about-company-video-right-text {
    padding-bottom: 28px;
    padding-left: 0px;
    font-family: Montserrat, sans-serif;
    font-size: 18px;
    line-height: 26px;
    font-weight: 500;
  }

  .our-team-section {
    padding-bottom: 110px;
  }

  .our-team-block {
    display: none;
  }

  .our-team-image {
    width: 287px;
    height: 372px;
  }

  .our-team-absolute {
    left: 7%;
    bottom: -21%;
    width: 250px;
    height: 224px;
    padding-left: 31px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .our-team-member-title {
    padding-bottom: 23px;
    padding-left: 0px;
    font-family: Montserrat, sans-serif;
    line-height: 26px;
    font-weight: 600;
  }

  .our-team-member-text {
    padding-left: 0px;
    font-family: Montserrat, sans-serif;
    line-height: 20px;
  }

  .our-team-title {
    margin-bottom: 41px;
    padding-left: 95px;
    font-size: 2.5em;
    line-height: 1.2em;
  }

  .about-hero-section {
    height: 400px;
  }

  .about-hero-title {
    font-size: 45px;
  }

  .about-project-right {
    padding-left: 30px;
  }

  .about-detail-icon {
    width: 86px;
    height: 75px;
  }

  .contact-hero-section {
    height: 400px;
    padding-top: 80px;
  }

  .address-block-right {
    padding-right: 0px;
    padding-left: 150px;
  }

  .address-detail-block {
    padding: 51px 0px;
  }

  .address-line {
    width: 428px;
    height: 2px;
  }

  .address-line.add-line {
    display: block;
    width: 429px;
    height: 2px;
    padding-top: 27px;
    padding-bottom: 27px;
    font-family: Montserrat, sans-serif;
    color: #fff;
  }

  .small-adress-title {
    margin-bottom: 26px;
    font-size: 18px;
    font-weight: 600;
  }

  .address-project-small-title {
    font-family: Montserrat, sans-serif;
    font-size: 14px;
    line-height: 18px;
  }

  .footer1-logo-text-copy {
    font-size: 18px;
    line-height: 26px;
  }

  .dark-footer-link-copy {
    font-size: 18px;
    line-height: 26px;
  }

  .dark-footer-link-copy {
    font-size: 18px;
    line-height: 26px;
  }

  .dark-footer-link-copy {
    font-size: 18px;
    line-height: 26px;
  }

  .dark-footer-link-copy {
    font-size: 18px;
    line-height: 26px;
  }

  .location-text-copy {
    padding-bottom: 23px;
    font-size: 18px;
    line-height: 26px;
  }

  .location-text-copy {
    padding-bottom: 23px;
    font-size: 18px;
    line-height: 26px;
  }

  .location-text-copy {
    padding-bottom: 23px;
    font-size: 18px;
    line-height: 26px;
  }

  .small-footer-title-copy {
    font-size: 20px;
  }

  .gdsgdsg {
    height: 349px;
  }

  .div-block-3 {
    width: 31%;
  }

  .feature-products-section {
    padding-top: 0px;
    padding-bottom: 60px;
    background-color: #eeeff6;
  }

  .feature-products-wrapper {
    width: 100%;
    max-width: 1700px;
    margin-right: auto;
    margin-left: auto;
  }

  .feature-products-block {
    width: 25%;
  }

  .feature-products-relative {
    position: relative;
    width: 400px;
    height: 250px;
    background-color: #fff;
  }

  .feature-products-absolute {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
  }

  .fp-absolute {
    position: absolute;
    left: 18%;
    top: -26%;
    right: 0%;
    bottom: 0%;
    width: 250px;
  }

  .fp-absolute.one {
    position: static;
    left: 9%;
    top: -29%;
    width: 250px;
  }

  .fp-absolute.zero {
    position: static;
    left: 7%;
    width: 300px;
  }

  .fp-absolute.two {
    position: static;
    left: 3%;
    top: -6%;
    width: 300px;
  }

  .fp-absolute.three {
    position: static;
    width: 260px;
  }

  .fp-absolute.four {
    left: 23%;
    width: 151px;
  }

  .fp-absolute.five {
    left: 18%;
    top: -29%;
    width: 174px;
  }

  .fp-absolute.six {
    left: 3%;
    top: -6%;
    width: 331px;
  }

  .fp-absolute.seven {
    width: 270px;
  }

  .feature-product-slide {
    width: 25%;
    padding: 100px 15px 36px 7px;
  }

  .fp-relative {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 400px;
    height: 250px;
    padding: 15px;
    -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;
    background-color: #fff;
    box-shadow: 11px 11px 20px -5px hsla(0, 0%, 43.9%, 0.17);
  }

  .mask-2 {
    height: 525px;
  }

  .slider-2 {
    height: 525px;
    background-color: #eeeff6;
  }

  .icon {
    color: #49568a;
  }

  .icon-2 {
    color: #49568a;
  }

  .slide-nav-3 {
    display: block;
    color: #707070;
  }

  .feture-product-slide-text-block {
    width: 373px;
  }

  .slider-small-title {
    font-size: 18px;
  }

  .slider-big-title {
    padding-top: 16px;
    font-size: 18px;
  }

  .clean-room-wrapper {
    padding-top: 100px;
  }

  .cip-sip-slider {
    height: 500px;
  }

  .clean-room-mask {
    height: 500px;
  }

  .clean-room-absolute-1 {
    width: 400px;
  }

  .clean-room-absolute-2 {
    width: 400px;
  }

  .clean-room-absolute-3 {
    width: 600px;
  }

  .clean-room-absolute-4 {
    width: 725px;
  }

  .clean-room-absolute-5 {
    width: 400px;
  }

  .panorama-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -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-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  ._360-title {
    font-size: 24px;
    line-height: 30px;
  }

  .location-text-1 {
    padding-bottom: 23px;
    font-size: 16px;
    line-height: 26px;
  }

  .location-text-copy {
    padding-bottom: 23px;
    font-size: 18px;
    line-height: 26px;
  }

  .html-embed {
    width: 100%;
    height: 720px;
  }

  .about-video-text {
    color: #707070;
    font-size: 16px;
  }

  .clients-title {
    margin-top: 0px;
    font-size: 3em;
    line-height: 1.1em;
  }

  .box1 {
    padding-bottom: 11px;
  }

  .box2 {
    padding-bottom: 11px;
  }

  .icon-box-left {
    width: 13%;
  }

  .icon-box-text {
    font-size: 14px;
    line-height: 20px;
  }

  .phone-icon {
    width: 26px;
  }

  .mail-icon {
    width: 26px;
  }

  .location-icon {
    width: 22px;
  }

  .social-icon-box {
    width: 40px;
  }

  .facebook {
    width: 30px;
  }

  .feature-product-button {
    padding: 10px 20px;
    font-size: 16px;
  }

  .feature-product-button.w--current {
    padding: 10px 20px;
  }

  .button-block {
    width: 400px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .sproduct-block.left-side {
    position: relative;
  }

  .sproduct-block.left-side.block-low-padding {
    padding: 60px;
  }

  ._3d-box {
    width: 380px;
    height: 380px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  ._3d-box.br-box {
    width: 550px;
    height: 550px;
  }

  ._3d-image.sd-img {
    position: absolute;
    z-index: 1;
    width: 428px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  ._3d-image.plc-img {
    position: absolute;
    left: auto;
    top: auto;
    width: 156px;
  }

  ._3d-image.ddm-img {
    width: 319px;
  }

  ._3d-image.ufs-img {
    width: 305px;
  }

  ._3d-image.ds-img {
    width: 296px;
  }

  ._3d-image.ads-img {
    width: 268px;
  }

  ._3d-image.msf-img {
    width: 290px;
  }

  ._3d-image.snd-img {
    width: 350px;
  }

  ._3d-image.cip-img {
    width: 320px;
  }

  ._3d-image.pou-img {
    width: 245px;
  }

  ._3d-image.crf-img {
    width: 197px;
  }

  ._3d-image.tscp-img {
    position: absolute;
    z-index: 1;
    width: 460px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  ._3d-image.suv-img {
    position: absolute;
    z-index: 1;
    width: 440px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  .sproduct-text-block.reverse-text.less-padding {
    padding-right: 130px;
  }

  .service-img {
    width: 371px;
    height: 172px;
  }

  .image-7 {
    width: 794px;
    height: 467px;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .add-line-img {
    width: 349px;
  }

  .line-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
    -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-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .about-video-img {
    display: none;
    width: 557px;
    height: 309px;
  }

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

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

  .html-embed-3 {
    width: 696px;
  }

  .vimeo-video-block {
    width: 660px;
  }

  .vimeo-video-block.hide {
    display: block;
  }

  .vimeo-video-block.s-hide {
    display: none;
  }

  .about-video-embed {
    display: none;
  }

  ._360img-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -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-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  ._360img {
    width: 600px;
  }

  ._360img.ro-img {
    width: 750px;
  }

  ._360img.pou-img {
    width: 447px;
  }

  .absolute-img-block {
    position: absolute;
    left: auto;
    top: 149%;
    right: -18%;
    bottom: 0%;
    z-index: 3;
    overflow: hidden;
    height: 597px;
  }

  .dp-slider {
    height: 750px;
  }

  .dp-mask {
    height: 750px;
  }

  .dp-slide {
    background-image: url('../images/DistributedPiping_03.png');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .dp-slide.one {
    background-image: url('../images/PurifiedWaterPipe_01.png');
  }

  .dp-slide.two {
    background-image: url('../images/CleanSteam_01.png');
    background-position: 50% 100%;
  }

  .dp-slide.three {
    background-image: url('../images/DistributedPiping_03.png');
  }

  .dp-slide.four {
    background-image: url('../images/DistributedPiping_04.png');
    background-position: 50% 100%;
  }

  .dp-absolute1 {
    width: 400px;
  }

  .dp-absolute2 {
    width: 400px;
  }

  .dp-absolute3 {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: none;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .dp-absolute4 {
    width: 400px;
  }

  .cip-sip-mask {
    height: 500px;
  }

  .cip-sip-absolute {
    width: 560px;
  }

  .cip-sip-absolute.one {
    left: 25%;
    width: 792px;
  }

  .process-piping-mask {
    height: 750px;
  }

  .process-slider {
    height: 750px;
  }

  .slide-nav-5 {
    margin-bottom: -85px;
  }

  .feature-info-title-2 {
    font-size: 14px;
  }

  .hero-main-button-2 {
    padding: 15px 35px;
    font-size: 16px;
  }

  .line-2 {
    top: 16%;
    right: 6%;
    width: 2px;
    height: 330px;
  }

  .dropdown-link-2 {
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 16px;
  }

  .nav-link-2 {
    font-size: 16px;
    line-height: 26px;
  }

  .container-3 {
    max-width: 1380px;
  }

  .hero-title-2 {
    margin-bottom: 50px;
    font-size: 3.4375em;
    line-height: 1.1em;
  }

  .widget-left-text-2 {
    padding-right: 100px;
    padding-bottom: 63px;
    color: #707070;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
  }

  .widget-left-title-2 {
    margin-bottom: 24px;
    font-size: 2.5em;
    line-height: 1.2em;
  }

  .widget-section-2 {
    padding-bottom: 60px;
  }

  .widget-right-2 {
    padding: 40px 100px 40px 30px;
  }

  .widget-left-2 {
    padding: 75px 75px 75px 100px;
  }

  .company-video-right-title-2 {
    margin-bottom: 17px;
    font-size: 3.12em;
    line-height: 1.1em;
  }

  .about-video-text-2 {
    color: #707070;
    font-size: 16px;
  }

  .vimeo-video-block-2 {
    width: 660px;
  }

  .vimeo-video-block-2.hide {
    display: block;
  }

  .vimeo-video-block-2.s-hide {
    display: block;
  }

  .small-company-video-title-2 {
    font-size: 14px;
  }

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

  .html-embed-4.hide {
    display: block;
  }

  .about-video-embed-2 {
    display: block;
  }

  .company-video-right-text-2 {
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
  }

  .company-video-section-2 {
    margin-bottom: 90px;
  }

  .company-video-right-2 {
    padding-left: 87px;
  }

  .company-video-left-2 {
    padding-left: 0px;
  }

  .product-image-text-2 {
    margin-bottom: 34px;
    padding-bottom: 0px;
    font-family: Montserrat, sans-serif;
    font-size: 14px;
    line-height: 19px;
  }

  .product-image-title-2 {
    margin-bottom: 33px;
    font-size: 2.6em;
    line-height: 1.2em;
  }

  .product-image-block-left-2 {
    height: 416px;
    padding-top: 90px;
    padding-right: 156px;
    padding-left: 108px;
  }

  .product-image-block-left-2.padding {
    padding-left: 108px;
  }

  .product-image-block-left-2.right-block {
    padding-top: 62px;
    padding-left: 108px;
  }

  .panorama-wrapper-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -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-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .html-embed-5 {
    width: 100%;
  }

  ._360-title-2 {
    font-size: 24px;
    line-height: 30px;
  }

  .project-list-box-2 {
    padding: 20px;
  }

  .project-list-box-2.two {
    color: #707070;
  }

  .project-list-text-2 {
    font-size: 22px;
  }

  .project-list-wrapper-2 {
    height: 253px;
  }

  .testimonial-section-2 {
    height: auto;
    padding-top: 210px;
    font-size: 24px;
  }

  .testimonial-content-text-2 {
    font-family: Roboto, sans-serif;
    font-size: 16px;
    line-height: 25px;
    font-weight: 300;
  }

  .testimonial-text-block-2 {
    width: 510px;
    height: 306px;
    padding: 50px 53px 60px 93px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .testimonial-slider-2 {
    height: 350px;
    margin-top: 70px;
    margin-bottom: 80px;
  }

  .testimonial-text-2 {
    margin-bottom: 40px;
    font-family: Roboto, sans-serif;
    font-size: 16px;
    line-height: 25px;
    font-weight: 300;
  }

  .testimonial-title-2 {
    font-size: 2.2em;
    line-height: 1.1em;
  }

  .testimonial-small-title-2 {
    font-size: 16px;
    letter-spacing: 0.2em;
  }

  .testimonial-block-name-2 {
    font-family: Montserrat, sans-serif;
    color: #707070;
    font-size: 16px;
  }

  .testimonial-block-name-2.subtitle {
    padding-left: 26px;
    font-size: 16px;
    font-weight: 500;
  }

  .mask-3 {
    height: 350px;
  }

  .testimonial-half-slide-2 {
    height: 350px;
    padding-right: 53px;
    padding-left: 80px;
  }

  .client-image-block-2 {
    width: 200px;
    height: 200px;
  }

  .clients-title-2 {
    margin-top: 0px;
    font-size: 3em;
    line-height: 1.1em;
  }

  .clinent-sliders-block-2 {
    height: 200px;
  }

  .icon-box-left-2 {
    width: 13%;
  }

  .icon-box-text-2 {
    font-size: 14px;
    line-height: 20px;
  }

  .dark-footer-link-2 {
    margin-bottom: 0px;
    font-size: 14px;
    line-height: 25px;
  }

  .small-footer-title-2 {
    font-size: 20px;
    line-height: 27px;
    font-weight: 600;
  }

  .social-icons-2 {
    padding-top: 10px;
  }

  .team-slider {
    display: block;
    background-color: transparent;
  }

  .teamslide1 {
    width: 30%;
    margin-left: 65px;
  }

  .our-team {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 15px;
    margin-bottom: 15px;
    margin-left: -70px;
    -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;
  }

  .our-team._2 {
    background-image: url('../images/PRAVEEN-VARMAMANAGING-PARTNER--FINANCE-HR-HEAD.jpg');
  }

  .our-team._3 {
    background-image: url('../images/AJEET-GUJAR--CHIEF-TECHINCAL-CON.JPG');
  }

  .bg-inage {
    width: 75%;
    height: 450px;
    background-image: url('../images/MADHU-VARMAMANAGING-PARTNER_00000.jpg');
    background-position: 50% 50%;
    background-size: cover;
  }

  .bg-inage._2-blockl {
    height: 600px;
    background-image: url('../images/PRAVEEN-VARMAMANAGING-PARTNER--FINANCE-HR-HEAD.jpg');
  }

  .bg-inage._2-blockl._10 {
    height: 620px;
  }

  .bg-inage._3-block {
    height: 580px;
    background-image: url('../images/ajeet_gujar.jpg');
  }

  .bg-inage._4-block {
    height: 600px;
    background-image: url('../images/Durga-rao.jpg');
  }

  .bg-inage._5-block {
    height: 600px;
    background-image: url('../images/VENU-GOPAL--SALES-MANAGER.JPG');
  }

  .bg-inage._6-block {
    height: 580px;
    background-image: url('../images/madhuri_01.jpg');
  }

  .bg-inage._6-block._7 {
    height: 650px;
    background-image: url('../images/apparao_lagudu_02.jpg');
  }

  .bg-inage._1 {
    height: 550px;
  }

  .ourteam-title-n {
    margin-top: -120px;
    padding-right: 15px;
    padding-left: 15px;
    font-family: Montserrat, sans-serif;
    color: #49568a;
    font-weight: 600;
    text-transform: uppercase;
  }

  .ourteam-title-n._10 {
    margin-left: -20px;
  }

  .icon-image {
    margin-top: 160px;
  }

  .icon-new {
    margin-right: -163px;
  }

  .team-small-title {
    margin-left: 4px;
    padding-right: 10px;
    padding-left: 10px;
    font-family: Montserrat, sans-serif;
    color: #49568a;
    font-size: 14px;
    line-height: 20px;
  }

  .team-small-title._10 {
    margin-left: -30px;
  }

  .slide-nav-bottom {
    margin-bottom: -70px;
  }

  .product-detail-check-box-text-2 {
    font-size: 14px;
    line-height: 18px;
  }

  .thankyou-botton {
    margin-left: 600px;
  }

  .thankyou-paragraph {
    padding-right: 100px;
    padding-left: 100px;
  }

  .html-embed-6 {
    width: 100%;
  }
}

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

  .navbar {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
  }

  .navbar.with-color-button {
    padding-bottom: 20px;
  }

  .navbar.white {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-menu {
    margin-top: 0px;
    border-radius: 0px;
    background-color: #000;
  }

  .nav-link {
    width: 100%;
    max-width: 1200px;
    margin-right: 0px;
    margin-left: 0px;
    padding-left: 35px;
    border-radius: 0px;
    color: #fff;
  }

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

  .nav-link.dropdown-toggle {
    color: #fff;
  }

  .nav-link.light {
    width: 100%;
    max-width: 1500px;
    margin-right: 0px;
    padding-right: 35px;
    padding-left: 35px;
    border-color: transparent;
    border-radius: 0px;
  }

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

  .nav-link.light.w--current {
    border-color: transparent;
  }

  .nav-link.color {
    padding-left: 25px;
    border-radius: 60px;
    color: #000;
  }

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

  .dropdown {
    width: 100%;
    max-width: 1500px;
  }

  .dropdown-list.w--open {
    margin-top: 0px;
    border-radius: 0px;
    box-shadow: 0 0 0 0 transparent;
  }

  .dropdown-link {
    padding-left: 35px;
  }

  .dropdown-link:hover {
    background-color: #49568a;
    color: #fff;
  }

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

  .container.hero-container {
    max-width: 900px;
  }

  .container.footer-container {
    font-size: 12px;
    line-height: 20px;
  }

  .container.team-container {
    margin-top: 20px;
  }

  .container.equal {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 715px;
    margin-right: auto;
    margin-left: auto;
    -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;
  }

  .button.text-button {
    font-size: 10px;
    line-height: 27px;
  }

  .button.pricing-button {
    padding-right: 11px;
    padding-left: 11px;
    font-size: 11px;
    line-height: 17px;
  }

  .button.white-pricing-button {
    padding-right: 15px;
    padding-left: 15px;
  }

  .button.full-submit {
    width: 45%;
    font-size: 14px;
  }

  .button.dark-outline {
    margin-top: 10px;
  }

  .button.cta-button {
    width: 30%;
    margin-top: 15px;
  }

  .section {
    padding: 45px;
  }

  .section.tint.overflow-none {
    padding-top: 45px;
    padding-right: 35px;
    padding-left: 35px;
  }

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

  .section.below-contact-form {
    padding-bottom: 35px;
  }

  .section.pricing-section {
    padding-bottom: 180px;
  }

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

  .section-title-wrapper {
    width: 85%;
    margin-bottom: 40px;
  }

  .section-title-wrapper.full {
    margin-bottom: 20px;
    padding-right: 40px;
  }

  .section-title-wrapper.full.info {
    margin-bottom: 20px;
  }

  .section-title {
    margin-bottom: 4px;
    font-size: 25px;
    line-height: 32px;
  }

  .section-title.large {
    line-height: 37px;
  }

  .section-title.newsletter-title {
    font-size: 34px;
  }

  .section-description {
    margin-top: 20px;
    font-size: 19px;
  }

  .section-description.faded {
    margin-top: 7px;
  }

  .section-description.small {
    width: 80%;
  }

  .section-description.in-column {
    font-size: 18px;
    line-height: 25px;
  }

  .video-lightbox-block.large {
    height: 270px;
  }

  .video-lightbox-block.about-us {
    height: 250px;
  }

  .portfolio-image-block {
    height: 210px;
  }

  .portfolio-image-block.large {
    height: 440px;
  }

  .portfolio-block-title {
    font-size: 16px;
    line-height: 19px;
  }

  .portfolio-block-subtitle {
    margin-top: 5px;
    margin-bottom: 10px;
    font-size: 11px;
    line-height: 18px;
  }

  .testimonial-slider-arrow {
    width: 30px;
    height: 30px;
    margin-right: -20px;
    margin-left: -20px;
    font-size: 13px;
  }

  .testimonial-block {
    padding-right: 0px;
  }

  .testimonial-quote {
    font-size: 15px;
  }

  .footer {
    padding: 45px;
  }

  .image-section.ui-section {
    padding-right: 45px;
    padding-left: 45px;
    background-size: auto, cover;
  }

  .image-section-overlay {
    padding: 90px 45px;
  }

  .image-section-overlay.color {
    padding: 90px 45px;
  }

  .image-section-overlay.dark-gradient {
    padding: 70px 45px;
  }

  .image-section-overlay.dark {
    padding-top: 80px;
    padding-bottom: 190px;
  }

  .image-section-overlay.white-gradient {
    padding-bottom: 120px;
  }

  .image-section-overlay-block {
    width: 90%;
  }

  .menu-button {
    margin-right: 20px;
  }

  .hero-mockup-image {
    left: auto;
    top: auto;
    right: 0%;
    bottom: 26%;
    width: 385px;
  }

  .hero-mockup-description-block {
    width: 350px;
  }

  .white-hero-title {
    font-size: 33px;
    line-height: 41px;
  }

  .small-hero-intro-title {
    margin-bottom: 10px;
  }

  .devices-mockup-right {
    top: -21px;
    right: -408px;
  }

  .info-block-left.ui {
    width: 55%;
  }

  .info-icon {
    height: 14px;
    margin-right: 4px;
  }

  .newsletter-form {
    height: 145px;
    margin-top: -205px;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .newsletter-column-right {
    padding-top: 10px;
  }

  .newsletter-field {
    width: 75%;
  }

  .newsletter-submit {
    width: 25%;
  }

  .device-mockup-left {
    left: -117px;
    top: -72px;
    height: 510px;
  }

  .features-row {
    margin-top: 30px;
  }

  .feature-block {
    width: 90%;
  }

  .feature-block.wide {
    text-align: left;
  }

  .feature-icon.overall {
    width: 25px;
  }

  .product-detail-right-title {
    margin-bottom: 10px;
  }

  .footer-inline-link {
    margin-right: 9px;
    font-size: 12px;
  }

  .hero-background-video {
    background-image: url('../images/Photo-9.jpg');
    background-position: 50% 50%;
    background-size: cover;
  }

  .hero-block-overlay {
    padding: 170px 45px 140px;
  }

  .hero-block-overlay.business {
    padding-top: 150px;
    padding-bottom: 120px;
    background-color: rgba(0, 0, 0, 0.45);
  }

  .hero-block-overlay.business-2 {
    padding-top: 150px;
    padding-right: 45px;
    padding-left: 45px;
  }

  .hero-description-title {
    width: 70%;
    font-size: 22px;
  }

  .team-block-title.smaller {
    font-size: 13px;
    line-height: 19px;
  }

  .team-outline-block {
    padding-right: 5px;
    padding-left: 85px;
  }

  .team-portrait-image {
    top: 27px;
    width: 50px;
    height: 50px;
  }

  .client-logo {
    height: 40px;
  }

  .client-logo.small {
    height: 26px;
  }

  .image-hero.download {
    padding: 140px 45px 50px;
  }

  .large-hero-title {
    width: 90%;
  }

  .contact-section {
    height: 340px;
  }

  .contact-map {
    height: 100%;
    padding-right: 240px;
  }

  .contact-section-overlay {
    padding-top: 50px;
  }

  .overall-video-lightbox.in-slider {
    width: 280px;
    margin-left: 30px;
  }

  .overall-video-lightbox.in-page-header {
    height: 285px;
  }

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

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

  .pricing-block {
    padding: 50px 30px 30px;
  }

  .pricing-price {
    font-size: 34px;
    line-height: 30px;
  }

  .pricing-feature-item {
    padding-top: 9px;
    padding-bottom: 9px;
  }

  .pricing-feature-text {
    font-size: 12px;
  }

  .browser-mockup-right {
    top: 9px;
    right: -288px;
    width: 540px;
  }

  .browser-mockup-right.small {
    right: -316px;
  }

  .overall-hero-title {
    font-size: 41px;
    line-height: 53px;
  }

  .overall-hero-description {
    width: 80%;
  }

  .text-column {
    padding-right: 10px;
    padding-bottom: 10px;
  }

  .text-column-title {
    font-size: 13px;
  }

  .process-tab-col-left {
    padding-right: 30px;
  }

  .worldmap-left-wrapper {
    left: -101px;
    top: 27px;
    width: 670px;
  }

  .map-marker._2 {
    left: 296px;
    top: 146px;
  }

  .white-footer {
    padding-right: 45px;
    padding-left: 45px;
  }

  .hero-slider-arrow {
    margin-right: 0px;
    margin-left: 0px;
  }

  .slider-bottom-nav {
    margin-bottom: -20px;
    padding-left: 30px;
    text-align: left;
  }

  .hero-slider-mockup {
    left: 20px;
    top: 61px;
    height: 190px;
  }

  .hero-slider-content-block {
    top: 16px;
    width: 360px;
  }

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

  .hero-slider-section {
    padding: 140px 45px 70px 0px;
  }

  .hero-left-block {
    width: 390px;
  }

  .hero-title-large {
    font-size: 36px;
    line-height: 44px;
  }

  .hero-download-form {
    width: 260px;
  }

  .large-pricing-block {
    padding-right: 30px;
  }

  .large-pricing-block._2 {
    padding-left: 30px;
  }

  .pricing-list-title {
    font-size: 11px;
    line-height: 18px;
  }

  .browser-mockup-left {
    left: -360px;
    top: 4px;
    width: 580px;
  }

  .browser-mockup-left.small {
    left: -336px;
    top: 1px;
  }

  .feature-info-title {
    margin-top: 0px;
    font-size: 13px;
  }

  .feature-info-paragraph {
    text-align: left;
  }

  .hero-main-title {
    font-size: 60px;
    line-height: 44px;
  }

  .hero-main-title.subtitle {
    width: 80%;
    margin-bottom: 30px;
    line-height: 34px;
  }

  .home-intro-wrapper.mid {
    left: 181px;
  }

  .intro-block-text-wrapper {
    font-size: 13px;
  }

  .intro-block-text-wrapper.mid {
    width: 75%;
  }

  .intro-block-text-wrapper.last {
    width: 210px;
  }

  .homepage-row {
    width: 100%;
  }

  .homepage-column {
    padding-right: 9px;
    padding-left: 9px;
  }

  .home-mockup {
    left: -350px;
    top: -27px;
  }

  .home-mockup.ipad {
    left: 25px;
    top: 19px;
  }

  .home-mockup.iphone {
    left: 170px;
    top: 140px;
  }

  .dark-bottom-footer {
    padding-bottom: 0px;
    font-size: 12px;
    line-height: 20px;
  }

  .footer-row-bottom {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 40px;
  }

  .download-image-left {
    top: -23px;
    width: 560px;
  }

  .dropdown-icon {
    margin-right: 30px;
  }

  .right-nav-menu {
    z-index: 2000;
  }

  .hero-section {
    padding-top: 160px;
    padding-bottom: 80px;
    padding-left: 45px;
  }

  .half-image-section {
    height: 470px;
  }

  .half-content-section {
    height: 470px;
    padding: 45px 35px 45px 45px;
  }

  .full-hero-content-block {
    width: 100%;
    margin-bottom: 50px;
  }

  .color-block {
    padding: 25px;
  }

  .color-block-title {
    margin-bottom: 11px;
    font-size: 15px;
  }

  .color-block-icon {
    top: 20px;
    right: 20px;
    height: 30px;
  }

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

  .pricing-icon-block {
    width: 80px;
    height: 80px;
    padding-top: 25px;
  }

  .pricing-icon {
    width: 30px;
    height: 30px;
  }

  .white-price-title {
    font-size: 35px;
  }

  .white-pricing-paragraph {
    font-size: 13px;
    line-height: 20px;
  }

  .subpage-header {
    padding: 140px 45px 60px;
  }

  .subpage-header.contact-1 {
    padding-top: 110px;
  }

  .subpage-header.about-1 {
    padding-top: 140px;
  }

  .subpage-header.pricing-5 {
    padding-bottom: 170px;
  }

  .subpage-header.about-2 {
    padding-top: 150px;
    padding-bottom: 50px;
  }

  .subpage-header.about-5 {
    padding-top: 180px;
    padding-bottom: 80px;
  }

  .subpage-header.ui {
    padding: 150px 45px 50px;
  }

  .subpage-header.blog-1 {
    padding-bottom: 50px;
  }

  .subpage-header.blog-2 {
    padding-top: 90px;
  }

  .white-contact-form {
    padding: 25px;
  }

  .subpage-title.blog-post-title {
    width: 90%;
    font-size: 40px;
  }

  .subpage-title.less-wide {
    width: 90%;
    font-size: 46px;
    line-height: 52px;
  }

  .page-subtitle {
    width: 80%;
  }

  .contact-info-block {
    padding: 25px;
    font-size: 13px;
  }

  .cta-column-right {
    padding-top: 30px;
  }

  .cta-title {
    font-size: 28px;
    line-height: 24px;
  }

  .pricing-features-row {
    margin-top: -160px;
  }

  .team-image {
    width: 120px;
    margin-right: 20px;
  }

  .team-member-image {
    width: 80px;
    height: 80px;
    margin-bottom: 10px;
  }

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

  .overall-text-column {
    padding-right: 0px;
    padding-left: 0px;
  }

  .stats-block {
    padding-left: 118px;
  }

  .stats-title {
    font-size: 11px;
  }

  .intro-paragraph {
    font-size: 15px;
    line-height: 25px;
  }

  .checklist-item {
    margin-bottom: -5px;
    font-size: 13px;
  }

  .small-dropdown-icon {
    margin-right: 21px;
  }

  .elements-title-wrapper {
    margin-bottom: 30px;
  }

  .video-section {
    background-image: url('../images/Photo-2.jpg');
    background-position: 50% 50%;
    background-size: cover;
  }

  .transparant-menu-button {
    width: 50px;
    height: 50px;
    margin-right: 20px;
    padding-top: 14px;
    padding-right: 0px;
    padding-left: 0px;
    border-radius: 4px;
    background-color: rgba(0, 0, 0, 0.1);
    color: #fff;
    text-align: center;
  }

  .transparant-menu-button:hover {
    background-color: rgba(0, 0, 0, 0.3);
  }

  .transparant-menu-button.w--open {
    background-color: #000;
  }

  .pricing-column-left {
    padding-left: 0px;
  }

  .pricing-column-right {
    padding-right: 0px;
  }

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

  .fixed-nav-menu-button {
    width: 50px;
    height: 50px;
    margin-right: 10px;
    padding-top: 14px;
    padding-right: 0px;
    padding-left: 0px;
    border-radius: 4px;
    background-color: #49568a;
    color: #fff;
    text-align: center;
  }

  .fixed-nav-menu-button:hover {
    background-color: #2b2b2b;
  }

  .fixed-nav-menu-button.w--open {
    background-color: #000;
  }

  .hero-video {
    background-image: url('../images/Photo-9.jpg');
    background-position: 0px 0px;
    background-size: 800px;
  }

  .hero-overlay-block {
    padding-top: 180px;
    padding-bottom: 180px;
    background-color: rgba(31, 111, 255, 0.85);
  }

  .blog-posts-list {
    -webkit-align-content: space-between;
    -ms-flex-line-pack: justify;
    align-content: space-between;
  }

  .blog-post-item {
    padding-right: 20px;
    padding-left: 10px;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .blog-left-image-block {
    position: static;
    width: 100%;
    height: 130px;
  }

  .blog-post-summary {
    font-size: 14px;
    line-height: 22px;
  }

  .simple-blog-image-block {
    height: 150px;
  }

  .blog-post-page-content {
    width: 90%;
    padding: 50px;
  }

  .blog-post-header-overlay {
    padding-top: 170px;
    padding-bottom: 170px;
  }

  .feature-text-block {
    width: 400px;
  }

  .dark-cta-title {
    width: 60%;
  }

  .contact-form-info-paragraph {
    width: 90%;
    font-size: 14px;
  }

  .sign-up-form {
    padding-right: 20px;
  }

  .sign-up-info-block {
    padding-right: 50px;
    padding-left: 50px;
  }

  .full-sign-up-block {
    width: 60%;
  }

  .full-sign-up-block.right {
    width: 40%;
  }

  .full-page-sign-up-form {
    max-width: 360px;
  }

  .sign-up-info-wrapper {
    max-width: 250px;
  }

  .large-testimonial-text {
    font-size: 18px;
  }

  .portfolio-item {
    padding-right: 5px;
    padding-left: 5px;
  }

  .portfolio-image-wrapper {
    width: 90%;
  }

  .navbar-container {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }

  .hero-inline-image {
    top: -25%;
    width: 460px;
  }

  .widget-wrapper.top-60 {
    margin-top: -50px;
  }

  .widget-wrapper.top-60 {
    margin-top: -50px;
  }

  .widget-left {
    width: 100%;
    padding-left: 0px;
  }

  .widget-right {
    width: 100%;
  }

  .widget-right._1 {
    margin-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
  }

  .line {
    display: none;
  }

  .small-hero-title {
    font-size: 10px;
    line-height: 20px;
  }

  .hero-title {
    margin-bottom: 30px;
    font-size: 35px;
    line-height: 43px;
  }

  .hero-button {
    display: inline-block;
  }

  .widget-left-title {
    margin-bottom: 30px;
    font-size: 32px;
    line-height: 37px;
  }

  .widget-left-button {
    display: inline-block;
  }

  .company-video-section {
    margin-bottom: 50px;
  }

  .company-video-left {
    width: 100%;
    padding: 18px 0px;
  }

  .company-video-right {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
  }

  .service-project-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .company-video-right-title {
    margin-bottom: 30px;
    font-size: 26px;
    line-height: 35px;
    text-align: center;
  }

  .company-video-right-text {
    font-size: 14px;
  }

  .small-company-video-title {
    font-size: 10px;
    line-height: 20px;
    text-align: center;
  }

  .product-image-section {
    padding-bottom: 50px;
  }

  .product-image-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .product-image-block.one {
    margin-bottom: 300px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .product-image-block.five {
    margin-top: -300px;
  }

  .product-image-block.six {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .product-image-block.reverse {
    margin-bottom: 300px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .product-image-block.six {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .product-image-block.reverse {
    margin-top: -315px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .product-image-block-rightt {
    width: 100%;
  }

  .product-image-block-rightt.image2.snd {
    min-height: 100%;
  }

  .product-image-block-left {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 280px;
    padding-top: 30px;
    padding-right: 58px;
    padding-left: 58px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }

  .product-image-block-left.right-block {
    height: 280px;
    padding: 30px 58px 0px;
  }

  .product-image-block-left.padding {
    padding-top: 30px;
    padding-left: 20px;
  }

  .product-image-block-left._1 {
    -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;
  }

  .hero-main-button {
    -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-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .product-image-title {
    margin-bottom: 30px;
    font-size: 32px;
    line-height: 37px;
  }

  .project-list-wrapper {
    margin-bottom: 0px;
  }

  .project-list-box {
    width: 50%;
  }

  .project-list-title {
    font-size: 43px;
  }

  .project-list-text {
    font-size: 14px;
  }

  .testimonial-section {
    padding-top: 20px;
  }

  .testimonial-half-slide {
    width: 100%;
    padding-right: 60px;
    padding-left: 60px;
  }

  .testimonial-block-name {
    font-size: 16px;
  }

  .testimonial-block-name.subtitle {
    font-size: 14px;
  }

  .mask {
    height: 340px;
    padding-left: 50px;
  }

  .testimonial-small-title {
    font-size: 10px;
    line-height: 20px;
  }

  .client-slider {
    width: 25%;
  }

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

  .contact-icon {
    width: 24px;
  }

  .hero-product-title.top-90 {
    font-size: 30px;
  }

  ._360-viewer-section {
    padding-top: 35px;
    padding-bottom: 35px;
  }

  ._360-viewer-small-title {
    font-size: 10px;
    line-height: 20px;
  }

  ._360-viewer-title {
    margin-bottom: 30px;
    font-size: 32px;
    line-height: 37px;
  }

  .product-detail-section {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .product-detail-section.ro-padding {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .product-detail-block {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .product-detail-left {
    width: 50%;
    padding: 5px 5px 5px 20px;
  }

  .product-detail-right {
    width: 50%;
  }

  .product-detail-small-title {
    font-size: 10px;
    line-height: 20px;
  }

  .product-detail-title {
    margin-bottom: 25px;
    font-size: 28px;
    line-height: 37px;
  }

  .product-detail-left-text {
    margin-bottom: 15px;
  }

  .prdouct-detail-absolute-image {
    display: none;
  }

  .product-extra-block._10-percent {
    width: 0%;
    height: 0px;
  }

  .single-product-section {
    margin-bottom: 0px;
  }

  .single-product-block {
    margin-bottom: 80px;
    -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-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .single-product-block.reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .single-product-left {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    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;
  }

  .single-product-right {
    width: 100%;
    margin-top: 119px;
    padding-bottom: 0px;
    padding-left: 60px;
  }

  .single-product-shape {
    width: 350px;
    height: 350px;
  }

  .single-product-image.two {
    width: 240px;
  }

  .single-product-image.four {
    width: 270px;
  }

  .single-product-image.zero {
    width: 300px;
  }

  .check-box-block.services {
    margin-left: 0px;
  }

  .service-project-left {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding: 18px 18px 25px;
    -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;
  }

  .service-project-left.service {
    width: 100%;
  }

  .service-project-right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
    -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;
  }

  .service-project-right.servces2 {
    width: 100%;
  }

  .service-project-title {
    margin-bottom: 30px;
    font-size: 26px;
    line-height: 35px;
    text-align: center;
  }

  .service-project-text {
    padding-right: 100px;
    padding-left: 100px;
    font-size: 14px;
    text-align: center;
  }

  .project-number-box {
    width: 30%;
  }

  .project-number-title {
    font-size: 55px;
  }

  .service-detail-wrapper {
    -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-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .service-detail-left {
    width: 100%;
  }

  .service-detail-right {
    width: 100%;
  }

  .service-detail-small-title {
    text-align: center;
  }

  .service-detail-title {
    margin-bottom: 30px;
    font-size: 26px;
    line-height: 35px;
    text-align: center;
  }

  .service-detail-text {
    padding-right: 118px;
    padding-left: 118px;
    font-size: 14px;
    text-align: center;
  }

  .service-detail-icon-block {
    -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;
  }

  .service-detail-horizontal-line {
    left: 50%;
  }

  .service-detail-vertical-line {
    left: 22%;
  }

  .other-service-title {
    margin-bottom: 30px;
    padding-left: 12px;
    font-size: 26px;
    line-height: 35px;
  }

  .about-company-wrapper {
    -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-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .about-detail-title {
    margin-bottom: 10px;
  }

  .about-service-project-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -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;
  }

  .about-company-video-left {
    padding: 18px;
  }

  .about-company-video-right {
    padding-right: 20px;
  }

  .about-company-video-right-title {
    margin-bottom: 30px;
    font-size: 26px;
    line-height: 35px;
  }

  .about-company-video-right-text {
    display: block;
    font-size: 14px;
  }

  .our-team-wrapper {
    -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;
  }

  .our-team-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -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;
  }

  .our-team-image {
    width: 200px;
    height: 280px;
  }

  .our-team-absolute {
    left: -3%;
    padding-left: 0px;
  }

  .our-team-title {
    padding-left: 21px;
  }

  .about-project-right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
    -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;
  }

  .address-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -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;
  }

  .address-block-left {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 40%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -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;
  }

  .address-block-right {
    width: 50%;
    padding-right: 40px;
    padding-left: 40px;
  }

  .address-detail-block {
    padding-right: 15px;
    padding-left: 15px;
  }

  .small-adress-title {
    font-size: 16px;
  }

  .location-text-copy {
    font-size: 14px;
  }

  .location-text-copy {
    font-size: 14px;
  }

  .location-text-copy {
    font-size: 14px;
  }

  .gdsgdsg {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 120px;
  }

  .div-block-3 {
    width: 24%;
  }

  .fp-absolute.zero {
    left: 18%;
    width: 256px;
  }

  .fp-absolute.two {
    left: 11%;
  }

  .fp-absolute.three {
    left: 14%;
  }

  .fp-absolute.four {
    left: 30%;
    width: 139px;
  }

  .fp-absolute.six {
    left: 11%;
  }

  .fp-absolute.seven {
    left: 14%;
  }

  .feature-product-slide {
    width: 50%;
    padding-right: 0px;
    padding-left: 20px;
  }

  .fp-relative {
    width: 330px;
    height: 160px;
    margin-right: 0px;
    margin-left: 0px;
  }

  .mask-2 {
    height: 270px;
  }

  .slider-2 {
    height: 270px;
  }

  .slide-nav-3 {
    margin-bottom: -50px;
  }

  .clean-room-wrapper {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .clean-room-absolute-3 {
    left: 16%;
  }

  .clean-room-absolute-4 {
    left: 13%;
  }

  .clean-room-absolute-5 {
    width: 280px;
  }

  .panorama-section {
    padding-bottom: 50px;
  }

  .location-text-1 {
    font-size: 14px;
  }

  .location-text-copy {
    font-size: 14px;
  }

  .html-embed {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 450px;
    -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;
  }

  .icon-box-text {
    padding-left: 5px;
  }

  .sproduct-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .sproduct-wrapper.reverse-block {
    margin-top: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .sproduct-block.left-side {
    width: 100%;
  }

  .sproduct-block.right-side {
    width: 100%;
    padding-left: 0px;
  }

  .single-product-right-copy {
    width: 100%;
    margin-top: 119px;
    padding-bottom: 0px;
    padding-left: 60px;
  }

  .sproduct-text-block {
    padding-left: 0px;
  }

  .sproduct-text-block.reverse-text {
    padding-right: 88px;
  }

  .sproduct-text-block.reverse-text.less-padding {
    padding-right: 0px;
  }

  .dp-section {
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .cip-sip-section {
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .process-piping-mask {
    height: 400px;
  }

  .cip-absolute._1 {
    left: 10%;
  }

  .process-slider {
    height: 400px;
  }

  .columns {
    padding-left: 10px;
  }

  .column {
    margin-bottom: 50px;
  }

  .newcipsip-slider {
    height: 500px;
  }

  .div-block-5 {
    padding-left: 0px;
  }

  .div {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }

  .heading {
    padding-left: 75px;
  }

  .paragraph {
    padding-left: 75px;
  }

  .image-9 {
    padding-top: 35px;
  }

  .feature-info-title-2 {
    margin-top: 0px;
    font-size: 13px;
  }

  .dropdown-link-2 {
    padding-left: 35px;
  }

  .dropdown-link-2:hover {
    background-color: #49568a;
    color: #fff;
  }

  .nav-link-2 {
    width: 100%;
    max-width: 1200px;
    margin-right: 0px;
    margin-left: 0px;
    padding-left: 35px;
    border-radius: 0px;
    color: #fff;
  }

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

  .nav-link-2.dropdown-toggle {
    color: #fff;
  }

  .fixed-nav-menu-button-2 {
    width: 50px;
    height: 50px;
    margin-right: 10px;
    padding-top: 14px;
    padding-right: 0px;
    padding-left: 0px;
    border-radius: 4px;
    background-color: #49568a;
    color: #fff;
    text-align: center;
  }

  .fixed-nav-menu-button-2:hover {
    background-color: #2b2b2b;
  }

  .fixed-nav-menu-button-2.w--open {
    background-color: #000;
  }

  .container-3 {
    padding-right: 15px;
    padding-left: 15px;
  }

  .container-3.hero-container {
    max-width: 900px;
  }

  .container-3.equal {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 715px;
    margin-right: auto;
    margin-left: auto;
    -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;
  }

  .small-hero-title-2 {
    font-size: 10px;
    line-height: 20px;
  }

  .hero-title-2 {
    margin-bottom: 30px;
    font-size: 35px;
    line-height: 43px;
  }

  .widget-left-title-2 {
    margin-bottom: 30px;
    font-size: 32px;
    line-height: 37px;
  }

  .company-video-right-title-2 {
    margin-bottom: 30px;
    font-size: 26px;
    line-height: 35px;
  }

  .small-company-video-title-2 {
    font-size: 10px;
    line-height: 20px;
  }

  .company-video-right-text-2 {
    font-size: 14px;
  }

  .company-video-right-2 {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
  }

  .company-video-left-2 {
    width: 100%;
    padding: 18px;
  }

  .product-image-title-2 {
    margin-bottom: 30px;
    font-size: 32px;
    line-height: 37px;
  }

  .product-image-block-left-2 {
    width: 100%;
    margin-bottom: -351px;
  }

  .product-image-block-left-2.padding {
    margin-bottom: 0px;
  }

  .product-image-block-left-2.leftpadding {
    margin-bottom: 0px;
  }

  .product-image-block-left-2.rightpadding {
    margin-bottom: 0px;
  }

  .panorama-section-2 {
    margin-top: -100px;
  }

  .html-embed-5 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    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;
  }

  .project-list-box-2 {
    width: 50%;
  }

  .project-list-text-2 {
    font-size: 14px;
  }

  .project-list-wrapper-2 {
    margin-bottom: 0px;
  }

  .testimonial-section-2 {
    padding-top: 20px;
  }

  .testimonial-small-title-2 {
    font-size: 10px;
    line-height: 20px;
  }

  .testimonial-block-name-2 {
    font-size: 16px;
  }

  .testimonial-block-name-2.subtitle {
    font-size: 14px;
  }

  .mask-3 {
    height: 340px;
  }

  .testimonial-half-slide-2 {
    width: 100%;
    padding-right: 60px;
    padding-left: 60px;
  }

  .thankyou-botton {
    margin-left: 280px;
  }
}

@media screen and (max-width: 767px) {
  .navbar {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 10px;
  }

  .navbar.white {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-link {
    padding-left: 25px;
  }

  .nav-link.light {
    padding-right: 25px;
    padding-left: 25px;
  }

  .dropdown-link {
    padding-left: 25px;
  }

  .container.testimonial-container {
    position: relative;
    top: 0%;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .container.home-intro-container {
    height: auto;
  }

  .container.bottom-footer {
    border-radius: 0px;
  }

  .container.footer-container {
    margin-bottom: 0px;
    border-width: 0px;
    border-radius: 0px;
  }

  .container.above-image-section {
    margin-bottom: -130px;
  }

  .container.equal {
    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;
  }

  .button.text-button {
    display: inline-block;
  }

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

  .button.icon-button.download.green {
    margin-top: 20px;
  }

  .button.pricing-button {
    margin-top: 10px;
  }

  .button.full-submit {
    width: 25%;
    font-size: 14px;
  }

  .button.slider-button {
    margin-top: 10px;
  }

  .button.cta-button {
    width: 50%;
    float: none;
  }

  .section {
    padding: 25px;
  }

  .section.tint.overflow-none {
    padding-top: 25px;
  }

  .section.app-info-section {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .section.bottom-space {
    padding-bottom: 120px;
  }

  .section.pricing-section {
    padding-bottom: 130px;
  }

  .section.feature-section {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .section.cta-section {
    padding-top: 35px;
    padding-bottom: 35px;
    text-align: center;
  }

  .section-title-wrapper {
    width: 95%;
    margin-bottom: 40px;
  }

  .section-title-wrapper.full {
    margin-bottom: 30px;
  }

  .section-title-wrapper.full.info {
    text-align: center;
  }

  .section-title-wrapper.full.below-video {
    margin-bottom: 0px;
    padding-right: 0px;
  }

  .section-title-wrapper.small-title {
    margin-bottom: 19px;
  }

  .section-title {
    margin-bottom: 10px;
    font-size: 26px;
    line-height: 30px;
  }

  .section-title.large {
    line-height: 37px;
  }

  .section-description.small {
    width: 100%;
    font-size: 18px;
  }

  .video-lightbox-block {
    height: 260px;
  }

  .video-lightbox-block.large {
    height: 250px;
  }

  .video-lightbox-button.large-color {
    width: 70px;
    height: 70px;
    padding-top: 22px;
  }

  .portfolio-tab-button {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 3px;
    margin-left: 0px;
    border-style: solid;
    border-width: 1px;
    border-color: rgba(0, 0, 0, 0.1);
    text-align: center;
  }

  .portfolio-tab-pane {
    padding-top: 20px;
  }

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

  .portfolio-image-block {
    height: 150px;
  }

  .portfolio-image-block.large {
    height: 280px;
  }

  .portfolio-image-block.medium {
    margin-bottom: 0px;
  }

  .portfolio-block-subtitle {
    font-size: 12px;
  }

  .testimonial-slider {
    height: auto;
    margin-top: 30px;
    margin-bottom: 20px;
    padding-right: 60px;
    padding-left: 60px;
  }

  .testimonial-block {
    position: relative;
    padding-right: 30px;
    padding-left: 30px;
    text-align: center;
  }

  .testimonial-image {
    position: static;
    display: block;
    width: 90px;
    height: 90px;
    margin: 0px auto 10px;
  }

  .testimonial-quote {
    font-size: 14px;
    line-height: 22px;
  }

  .element-column {
    padding-right: 0px;
    padding-left: 0px;
  }

  .element-column.left {
    padding-right: 0px;
    padding-bottom: 20px;
    padding-left: 0px;
  }

  .footer {
    padding: 0px;
  }

  .footer-row {
    padding-right: 25px;
    padding-left: 25px;
  }

  .footer-row.block {
    padding-right: 0px;
    padding-left: 0px;
  }

  .footer-row.white-footer-row {
    padding-right: 0px;
    padding-left: 0px;
  }

  .footer-column {
    padding-right: 15px;
    padding-bottom: 20px;
    padding-left: 15px;
  }

  .footer-column.last {
    padding: 0px 15px;
  }

  .image-section.ui-section {
    padding: 25px;
  }

  .image-section-overlay {
    padding: 60px 25px;
  }

  .image-section-overlay.pricing {
    padding-top: 45px;
    padding-bottom: 45px;
  }

  .image-section-overlay.color {
    padding: 25px;
  }

  .image-section-overlay.dark-gradient {
    padding: 45px 25px;
  }

  .image-section-overlay.dark {
    padding-top: 60px;
  }

  .image-section-overlay.white-gradient {
    padding-top: 140px;
    padding-bottom: 110px;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(12%, #fff), to(hsla(0, 0%, 100%, 0.6)));
    background-image: linear-gradient(180deg, #fff 12%, hsla(0, 0%, 100%, 0.6));
  }

  .image-section-overlay-block {
    width: 90%;
  }

  .image-section-overlay-title {
    font-size: 30px;
    line-height: 36px;
  }

  .image-section-overlay-title.subtitle {
    width: 100%;
    margin-top: 20px;
  }

  .menu-button {
    width: 50px;
    height: 50px;
    padding-top: 13px;
    padding-right: 0px;
    padding-left: 0px;
    text-align: center;
  }

  .hero-mockup-image {
    position: relative;
    right: 0px;
    z-index: -23;
    display: block;
    width: 70%;
    margin: 30px auto -40px;
  }

  .hero-mockup-description-block {
    display: block;
    width: 80%;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }

  .devices-mockup-right {
    position: relative;
    top: 0px;
    right: 0px;
    width: 100%;
    height: auto;
  }

  .info-block-left {
    width: 100%;
  }

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

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

  .info-block {
    padding-right: 0px;
    padding-left: 0px;
  }

  .newsletter-form {
    height: auto;
    margin-top: -145px;
    margin-bottom: 60px;
    padding: 30px 20px 20px;
    text-align: center;
  }

  .newsletter-column-left {
    padding-right: 0px;
    padding-left: 0px;
  }

  .newsletter-column-right {
    padding-top: 20px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .newsletter-field {
    margin-bottom: 0px;
  }

  .info-block-right {
    width: 100%;
  }

  .info-block-right.app-info {
    text-align: center;
  }

  .info-block-right.download-info {
    width: 100%;
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .device-mockup-left {
    position: static;
    left: -170px;
    display: block;
    width: 90%;
    height: auto;
    margin-right: auto;
    margin-left: auto;
  }

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

  .feature-column {
    padding-right: 0px;
    padding-bottom: 10px;
    padding-left: 0px;
  }

  .feature-block {
    width: 100%;
  }

  .feature-block.wide {
    width: 100%;
    text-align: center;
  }

  .feature-icon.overall {
    margin-bottom: 10px;
  }

  .product-detail-right-title {
    margin-bottom: 10px;
  }

  .simple-bottom-footer {
    margin-top: 25px;
    padding-right: 25px;
    padding-left: 25px;
    text-align: left;
  }

  .hero-block-overlay {
    padding-top: 120px;
    padding-bottom: 90px;
  }

  .hero-block-overlay.business {
    padding: 130px 25px 60px;
  }

  .hero-block-overlay.business-2 {
    padding-top: 120px;
  }

  .hero-description-title {
    width: 90%;
    margin-top: 20px;
    opacity: 0.95;
    font-size: 20px;
  }

  .team-image-block {
    margin-bottom: 10px;
  }

  .team-outline-block {
    padding-bottom: 16px;
    padding-left: 97px;
  }

  .team-portrait-image {
    top: 20px;
    width: 60px;
    height: 60px;
  }

  .logo-column {
    padding-right: 0px;
    padding-bottom: 3px;
    padding-left: 0px;
  }

  .image-hero.download {
    padding: 110px 25px 40px;
  }

  .contact-form {
    width: 100%;
  }

  .field.email {
    margin-bottom: 10px;
  }

  .large-hero-title {
    width: 100%;
    margin-bottom: 20px;
    font-size: 28px;
    line-height: 36px;
  }

  .footer-social-col-right {
    padding-top: 10px;
    padding-left: 0px;
    text-align: left;
  }

  .bottom-footer-paragraph {
    margin-bottom: 7px;
    float: none;
  }

  .bottom-footer-paragraph.right {
    float: none;
  }

  .bottom-footer-paragraph.dark {
    float: none;
  }

  .footer-logo-column-left {
    padding-right: 0px;
    padding-left: 0px;
  }

  .footer-menu-column {
    padding-right: 0px;
    padding-bottom: 10px;
    padding-left: 0px;
  }

  .contact-section {
    height: 310px;
  }

  .overall-video-lightbox.hero-small {
    width: 100%;
    height: 190px;
    margin-top: 30px;
  }

  .overall-video-lightbox.in-slider {
    width: 100%;
    height: 200px;
    margin-left: 0px;
  }

  .overall-video-lightbox.large-hero {
    height: 210px;
  }

  .overall-video-lightbox.in-page-header {
    height: 195px;
  }

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

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

  .pricing-column {
    padding-right: 0px;
    padding-bottom: 10px;
    padding-left: 0px;
  }

  .pricing-block {
    padding: 30px;
  }

  .pricing-block.image {
    padding-top: 50px;
  }

  .pricing-price {
    margin-bottom: 20px;
  }

  .pricing-tab-pane {
    padding-top: 30px;
  }

  .browser-mockup-right {
    position: relative;
    top: 0px;
    right: 0px;
    width: 100%;
    margin-bottom: 30px;
  }

  .browser-mockup-right.small {
    position: static;
    width: 100%;
    margin-top: 30px;
    margin-bottom: 0px;
  }

  .overall-hero-title {
    font-size: 30px;
    line-height: 33px;
  }

  .overall-hero-description {
    width: 90%;
  }

  .text-column {
    padding-right: 0px;
    padding-bottom: 10px;
    padding-left: 0px;
  }

  .text-column.last {
    padding-bottom: 0px;
  }

  .top-line-block {
    margin-top: 25px;
    padding-top: 30px;
  }

  .process-tab-pane {
    padding-top: 40px;
  }

  .process-tab-col-left {
    padding-right: 0px;
    padding-left: 0px;
  }

  .process-tab-col-right {
    padding-left: 0px;
  }

  .process-tab-button {
    width: 80px;
    height: 80px;
    margin-right: 9px;
    margin-left: 9px;
    font-size: 10px;
    line-height: 12px;
  }

  .process-tab-icon {
    height: 23px;
  }

  .process-tab-menu {
    margin-top: -39px;
  }

  .worldmap-left-wrapper {
    position: relative;
    left: 0px;
    top: 0px;
    display: block;
    width: 420px;
    margin-right: auto;
    margin-left: auto;
  }

  .map-contact-form {
    width: 100%;
    margin-bottom: 0px;
    padding: 0px;
  }

  .map-marker {
    left: 48px;
    top: 101px;
  }

  .map-marker._2 {
    left: 195px;
    top: 83px;
  }

  .dark-field.sign-up {
    height: 40px;
  }

  .dark-field.sign-up.first {
    width: 100%;
  }

  .white-footer {
    padding: 25px;
  }

  .dark-footer-title {
    margin-bottom: 10px;
  }

  .light-footer-link {
    margin-bottom: 4px;
  }

  .bottom-footer-block.white-footer-block {
    margin-top: 0px;
  }

  .hero-slider {
    height: auto;
  }

  .slider-bottom-nav {
    padding-left: 0px;
    text-align: center;
  }

  .hero-slider-mockup {
    position: relative;
    left: 0px;
    top: 0px;
    display: block;
    width: 60%;
    height: auto;
    margin-right: auto;
    margin-left: auto;
  }

  .hero-slider-content-block {
    position: relative;
    top: 0px;
    width: 100%;
    margin-top: 40px;
    padding-right: 0px;
    padding-left: 0px;
    text-align: center;
  }

  .hero-slider-title {
    margin-bottom: 15px;
    font-size: 28px;
    line-height: 31px;
  }

  .hero-slider-section {
    padding: 90px 0px 25px;
  }

  .hero-left-block {
    width: 100%;
  }

  .hero-title-large {
    font-size: 31px;
    line-height: 38px;
  }

  .hero-download-form {
    width: 100%;
    margin-top: 30px;
  }

  .large-pricing-block {
    padding-right: 0px;
    border-right-style: none;
    border-right-width: 0px;
  }

  .large-pricing-block._2 {
    padding-left: 0px;
  }

  .large-pricing-icon {
    margin-top: 7px;
    margin-right: 20px;
    margin-bottom: 0px;
    float: left;
  }

  .large-pricing-title.price {
    font-size: 34px;
    line-height: 40px;
  }

  .pricing-features-list {
    margin-top: 10px;
  }

  .pricing-list-title {
    font-size: 13px;
    line-height: 20px;
  }

  .browser-mockup-left {
    position: relative;
    left: 0px;
    top: 0px;
    width: 100%;
    margin-bottom: 30px;
  }

  .browser-mockup-left.small {
    position: static;
    width: 100%;
    height: auto;
    margin-top: 30px;
    margin-bottom: 0px;
  }

  .feature-info-row {
    margin-top: 0px;
  }

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

  .feature-info-block {
    margin: 5px auto;
  }

  .feature-info-icon {
    margin-top: -12px;
  }

  .feature-info-title {
    margin-top: 10px;
    margin-bottom: 13px;
  }

  .hero-main-title {
    margin-bottom: 10px;
    font-size: 40px;
  }

  .hero-main-title.subtitle {
    margin-top: 0px;
    font-size: 16px;
    line-height: 25px;
  }

  .home-intro-wrapper {
    position: static;
    width: 100%;
  }

  .home-intro-wrapper.mid {
    width: 100%;
  }

  .home-intro-link-block {
    height: 300px;
  }

  .home-intro-link-block._2 {
    height: 300px;
  }

  .home-intro-link-block._3 {
    height: 270px;
  }

  .intro-block-text-wrapper {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .intro-block-text-wrapper.mid {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 40px;
  }

  .intro-block-text-wrapper.last {
    width: 100%;
  }

  .homepage-column {
    padding-right: 0px;
    padding-left: 0px;
  }

  .home-mockup {
    left: -350px;
    top: 0px;
    right: -350px;
    display: block;
    width: auto;
    height: 290px;
    margin-right: auto;
    margin-left: auto;
  }

  .home-mockup.ipad {
    top: 59px;
    right: -200px;
    width: auto;
    height: 210px;
  }

  .home-mockup.iphone {
    top: 102px;
    right: -220px;
    width: auto;
    height: 170px;
  }

  .simple-white-footer {
    padding-right: 25px;
    padding-left: 25px;
    text-align: center;
  }

  .footer-row-bottom {
    display: block;
    margin-bottom: 20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -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;
  }

  .download-image-left {
    position: relative;
    left: 0px;
    right: 0px;
    width: 100%;
    margin-top: -80px;
  }

  .right-nav-menu {
    width: 80%;
    padding: 20px;
  }

  .hero-section {
    padding: 130px 25px 50px;
    text-align: center;
  }

  .app-store-link-button {
    margin-right: 2px;
    margin-left: 2px;
  }

  .half-image-section {
    width: 100%;
    height: 250px;
  }

  .half-content-section {
    width: 100%;
    height: auto;
    padding: 25px;
  }

  .half-content-section.left {
    border-top: 1px solid #ececec;
  }

  .content-section-block.left {
    float: none;
  }

  .blocks-row {
    margin-bottom: 0px;
  }

  .block-column {
    padding-right: 0px;
    padding-bottom: 10px;
    padding-left: 0px;
  }

  .bottom-paragraph {
    margin-top: 20px;
    font-size: 13px;
  }

  .white-pricing-column {
    padding-right: 0px;
    padding-bottom: 10px;
    padding-left: 0px;
    border-right-width: 0px;
  }

  .transparant-pricing-block {
    border-style: solid;
    border-width: 1px;
    border-color: rgba(0, 0, 0, 0.1);
  }

  .subpage-header {
    padding: 110px 25px 40px;
  }

  .subpage-header.contact-1 {
    padding-top: 90px;
  }

  .subpage-header.with-contact-info {
    padding-bottom: 300px;
  }

  .subpage-header.about-1 {
    padding-top: 100px;
  }

  .subpage-header.about-2 {
    padding-top: 130px;
    padding-bottom: 30px;
  }

  .subpage-header.about-3 {
    padding-top: 90px;
  }

  .subpage-header.about-5 {
    padding-top: 140px;
    padding-bottom: 70px;
  }

  .subpage-header.ui {
    padding-top: 110px;
    padding-right: 35px;
    padding-left: 35px;
  }

  .subpage-header.blog-1 {
    padding-bottom: 30px;
  }

  .subpage-header.sign-up-1 {
    padding-top: 120px;
  }

  .subpage-header.blog-2 {
    padding-top: 80px;
  }

  .white-contact-form {
    width: 100%;
    height: auto;
    text-align: left;
  }

  .white-contact-form.centered {
    margin-bottom: -245px;
  }

  .contact-info-block-right {
    width: 100%;
    margin-top: 20px;
  }

  .form-title {
    margin-bottom: 10px;
    text-align: left;
  }

  .form-title.subtitle {
    margin-bottom: 30px;
  }

  .subpage-title {
    font-size: 30px;
  }

  .subpage-title.blog-post-title {
    font-size: 32px;
    line-height: 39px;
  }

  .subpage-title.less-wide {
    font-size: 36px;
    line-height: 42px;
  }

  .page-subtitle {
    width: 100%;
    margin-top: 10px;
  }

  .contact-google-map {
    height: 270px;
  }

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

  .contact-popup {
    overflow: auto;
  }

  .popup-block {
    top: 25px;
    width: 90%;
    margin-bottom: 25px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .contact-info-block {
    height: auto;
    padding-bottom: 6px;
  }

  .contact-overlay-bar {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .contact-form-block {
    height: auto;
    padding: 25px;
  }

  .contact-column-left {
    padding-right: 0px;
    padding-bottom: 20px;
    padding-left: 0px;
  }

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

  .contact-map-block {
    height: 300px;
  }

  .contact-map-wrapper {
    height: auto;
  }

  .header-video-column-right {
    padding-right: 0px;
    padding-left: 0px;
  }

  .cta-column-left {
    text-align: center;
  }

  .cta-column-right {
    padding-top: 0px;
    text-align: center;
  }

  .feature-blocks-row {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .feature-blocks-column {
    padding-right: 0px;
    padding-bottom: 10px;
    padding-left: 0px;
  }

  .features-pricing-block {
    margin-bottom: 20px;
  }

  .team-image {
    height: 150px;
  }

  .team-member-block {
    margin-bottom: 10px;
  }

  .text-column-left {
    padding-right: 0px;
    padding-bottom: 20px;
    padding-left: 0px;
  }

  .image-block {
    height: 180px;
  }

  .gallery-image-block {
    height: 220px;
  }

  .gallery-image-block._2 {
    height: 160px;
  }

  .gallery-image-block._3 {
    height: 160px;
  }

  .gallery-image-block.small._2 {
    height: 100px;
  }

  .gallery-image-block.small._3 {
    height: 100px;
  }

  .stats-column {
    padding-left: 0px;
  }

  .stats-block {
    padding-top: 0px;
    padding-left: 0px;
  }

  .stats-number {
    position: static;
    width: 80px;
    margin-right: 20px;
    float: left;
    font-size: 40px;
    line-height: 50px;
  }

  .stats-title {
    margin-top: 16px;
    font-size: 13px;
  }

  .element-container.navigation {
    height: 80px;
  }

  .logo {
    height: 30px;
    margin-top: 10px;
  }

  .transparant-menu-button {
    width: 40px;
    height: 40px;
    padding-top: 8px;
  }

  .home-mockup-column {
    height: 290px;
  }

  .pricing-column-right {
    padding-top: 30px;
    padding-bottom: 10px;
    padding-left: 0px;
  }

  .hero-portfolio-slide {
    padding-right: 20px;
    padding-bottom: 40px;
    padding-left: 20px;
  }

  .portfolio-col-left {
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
  }

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

  .text-left {
    padding-right: 0px;
    padding-bottom: 20px;
    padding-left: 0px;
  }

  .video-column-right {
    padding-right: 0px;
    padding-left: 0px;
  }

  .field-column {
    padding-right: 0px;
    padding-left: 0px;
  }

  .white-footer-column {
    padding-right: 0px;
    padding-bottom: 20px;
    padding-left: 0px;
  }

  .about-column-left {
    padding-right: 0px;
    padding-bottom: 30px;
    padding-left: 0px;
  }

  .about-us-col-left {
    padding-right: 0px;
    padding-bottom: 20px;
    padding-left: 0px;
  }

  .video-column-right-2 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .gallery-column-right {
    padding-right: 0px;
    padding-left: 0px;
  }

  .bottom-gallery-column-left {
    padding-left: 0px;
  }

  .bottom-gallery-column-right {
    padding-right: 0px;
  }

  .image-column-right {
    padding-right: 0px;
    padding-left: 0px;
  }

  .hero-overlay-block {
    padding: 130px 25px;
  }

  .blog-posts-list {
    display: block;
  }

  .blog-post-item {
    margin-bottom: 30px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .blog-post-image-block {
    height: 240px;
  }

  .blog-date-block {
    left: 25px;
  }

  .blog-overlay-title.large {
    font-size: 20px;
    line-height: 25px;
  }

  .blog-post-title-wrapper {
    padding-right: 25px;
    padding-bottom: 25px;
    padding-left: 25px;
  }

  .blog-left-image-block {
    height: 195px;
  }

  .simple-blog-post-item {
    padding-right: 0px;
    padding-left: 0px;
  }

  .image-blog-post-item {
    padding-right: 0px;
    padding-left: 0px;
  }

  .blog-post-page-content {
    width: 100%;
    margin-bottom: 40px;
    padding: 25px;
  }

  .blog-post-header-overlay {
    padding-top: 140px;
  }

  .single-post-author-block {
    width: 100%;
  }

  .post-author-name.description {
    font-size: 15px;
  }

  .feature-text-block {
    width: 100%;
  }

  .dark-cta-title {
    width: 100%;
    float: none;
  }

  .team-member-item {
    margin-bottom: 10px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .blog-single-post-date {
    width: 90%;
  }

  .sign-up-column-left {
    padding-right: 0px;
    padding-bottom: 40px;
  }

  .sign-up-form {
    padding-right: 0px;
  }

  .sign-up-info-block {
    padding: 25px;
  }

  .testimonial-wrapper {
    margin-top: 15px;
    margin-bottom: 25px;
  }

  .full-sign-up-block {
    display: block;
    width: 100%;
    height: auto;
    padding: 40px;
  }

  .full-sign-up-block.right {
    width: 100%;
  }

  .full-page-sign-up-form {
    max-width: 1500px;
  }

  .fields-column-left {
    padding-right: 0px;
  }

  .sign-up-info-wrapper {
    max-width: 1500px;
  }

  .portfolio-item {
    padding-right: 0px;
    padding-bottom: 10px;
    padding-left: 0px;
  }

  .close-lightbox-button {
    top: -33px;
  }

  .lightbox-close-icon {
    height: 20px;
  }

  .hero-inline-image {
    position: static;
    left: auto;
    top: auto;
    right: 0%;
    bottom: 0%;
    display: block;
    margin-top: 20px;
  }

  .widget-section {
    padding-bottom: 380px;
  }

  .widget-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .widget-wrapper.top-60 {
    margin-top: 350px;
  }

  .widget-wrapper.top-60 {
    margin-top: 360px;
  }

  .widget-left {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-top: 24px;
    padding-right: 0px;
    padding-left: 20px;
    -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-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .widget-left._1 {
    margin-top: 0px;
    margin-bottom: 40px;
    padding-bottom: 0px;
    padding-left: 0px;
  }

  .widget-right {
    width: 100%;
    margin-top: 65px;
  }

  .widget-right._1 {
    margin-top: 0px;
    margin-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
  }

  .widget-left-text {
    padding-right: 0px;
    padding-bottom: 45px;
    font-size: 14px;
  }

  .line {
    display: none;
  }

  .hero-title {
    font-size: 35px;
    line-height: 40px;
  }

  .widget-left-title {
    font-size: 30px;
    line-height: 36px;
  }

  .company-video-left {
    width: 100%;
  }

  .company-video-right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding-right: 30px;
    padding-left: 30px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .service-project-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .company-video-right-title {
    padding-left: 0px;
    font-size: 28px;
    line-height: 35px;
  }

  .company-video-right-text {
    overflow: visible;
    padding-left: 0px;
    font-size: 14px;
  }

  .small-company-video-title {
    padding-left: 0px;
  }

  .produt-image-wrapper.four {
    margin-top: 80px;
  }

  .product-image-block.reverse {
    height: 300px;
  }

  .product-image-block.reverse {
    margin-bottom: 365px;
  }

  .product-image-block-rightt {
    height: 320px;
    background-size: contain;
    background-repeat: no-repeat;
  }

  .product-image-block-rightt.image1 {
    height: 300px;
  }

  .product-image-block-rightt.image1.roedi {
    height: 300px;
  }

  .product-image-block-rightt.image2 {
    height: 300px;
    background-size: contain;
    background-repeat: no-repeat;
  }

  .product-image-block-rightt.image3 {
    height: 300px;
  }

  .product-image-block-rightt.image5 {
    height: 300px;
  }

  .product-image-block-rightt.image2 {
    height: 320px;
    background-size: contain;
    background-repeat: no-repeat;
  }

  .product-image-title {
    font-size: 30px;
    line-height: 36px;
  }

  .product-image-text {
    font-size: 14px;
  }

  .project-list-section {
    padding-bottom: 20px;
  }

  .project-list-wrapper {
    padding-top: 260px;
    padding-bottom: 260px;
    -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-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .project-list-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 25px;
    -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;
  }

  .project-list-box.one {
    -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;
  }

  .project-list-title {
    font-size: 37px;
  }

  .project-list-text {
    font-family: Montserrat, sans-serif;
    line-height: 18px;
  }

  .vertical-line {
    display: none;
  }

  .project-list-box-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -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-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

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

  .testimonial-half-slide {
    margin-right: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 50px;
  }

  .testimonial-text-block {
    width: 350px;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 20px 0px 20px 69px;
  }

  .testimonial-block-name {
    font-size: 16px;
  }

  .testimonial-block-name.subtitle {
    font-size: 14px;
  }

  .mask {
    padding-top: 40px;
    padding-left: 0px;
  }

  .testimonial-content-text {
    font-size: 14px;
  }

  .client-slider {
    width: 33.333%;
  }

  .social-icons {
    padding-left: 192px;
  }

  .hero-product-title.top-90 {
    font-size: 35px;
  }

  ._360-viewer-title {
    font-size: 30px;
    line-height: 36px;
  }

  .product-detail-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .product-detail-left {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -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-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .product-detail-title {
    font-size: 30px;
    line-height: 36px;
  }

  .product-detail-left-text {
    text-align: center;
  }

  .product-detail-paragraph {
    padding-right: 0px;
    text-align: center;
  }

  .product-detail-right-text {
    text-align: center;
  }

  .single-product-section {
    margin-bottom: 0px;
  }

  .single-product-block {
    margin-bottom: 80px;
  }

  .single-product-shape {
    width: 320px;
    height: 320px;
  }

  .single-product-image.two {
    width: 220px;
  }

  .single-product-image.four {
    width: 250px;
  }

  .single-product-image.zero {
    width: 280px;
  }

  .check-box-block.services {
    margin-left: 0px;
  }

  .footer-wrapper {
    -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-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .service-project-left {
    width: 100%;
  }

  .service-project-right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding-right: 30px;
    padding-left: 30px;
    -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;
  }

  .service-project-title {
    padding-left: 0px;
    font-size: 28px;
    line-height: 35px;
  }

  .service-project-text {
    padding-right: 0px;
    padding-left: 0px;
    font-size: 14px;
  }

  .project-number-box {
    width: 36%;
  }

  .project-number-title {
    margin-bottom: 55px;
    font-size: 50px;
  }

  .service-detail-section {
    margin-bottom: 50px;
  }

  .service-detail-left {
    padding-bottom: 16px;
  }

  .service-detail-title {
    padding-left: 0px;
    font-size: 28px;
    line-height: 35px;
  }

  .service-detail-text {
    padding-right: 35px;
    padding-left: 35px;
    font-size: 14px;
    text-align: center;
  }

  .service-detail-horizontal-line {
    left: 49%;
  }

  .service-detail-vertical-line {
    left: 12%;
  }

  .other-service-wrapper {
    -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;
  }

  .other-service-title {
    padding-left: 14px;
    font-size: 28px;
    line-height: 35px;
  }

  .about-company-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .about-detail-title {
    margin-bottom: 10px;
  }

  .about-detail-text {
    text-align: center;
  }

  .about-detail-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .about-company-video-overlay {
    display: block;
  }

  .about-company-video-section {
    margin-top: -60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .about-service-project-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .about-company-video-left {
    width: 100%;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .about-company-video-right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding-right: 30px;
    padding-left: 30px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .about-company-video-right-title {
    padding-left: 0px;
    font-size: 28px;
    line-height: 35px;
  }

  .about-company-video-right-title.left-text {
    margin-bottom: 10px;
    padding-left: 0px;
  }

  .about-company-video-right-text {
    padding-left: 0px;
    font-size: 14px;
  }

  .our-team-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .our-team-block {
    display: none;
    width: 100%;
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .our-team-image {
    width: 280px;
    height: 300px;
  }

  .our-team-absolute {
    left: 19%;
  }

  .our-team-title {
    padding-left: 123px;
  }

  .about-project-right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding-right: 30px;
    padding-left: 30px;
    -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;
  }

  .address-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .address-block-left {
    width: 100%;
  }

  .address-block-right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer1-wrapper-copy {
    -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-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .footer1-column-copy {
    padding-right: 15px;
    padding-bottom: 20px;
    padding-left: 15px;
  }

  .footer1-column-copy.last {
    padding: 0px 15px;
  }

  .footer-1column-copy {
    padding-right: 15px;
    padding-bottom: 20px;
    padding-left: 15px;
  }

  .footer-1column-copy.last {
    padding: 0px 15px;
  }

  .footer-column-copy {
    padding-right: 15px;
    padding-bottom: 20px;
    padding-left: 15px;
  }

  .footer-column-copy.last {
    padding: 0px 15px;
  }

  .footer-column-copy {
    padding-right: 15px;
    padding-bottom: 20px;
    padding-left: 15px;
  }

  .footer-column-copy.last {
    padding: 0px 15px;
  }

  .gdsgdsg {
    height: 200px;
  }

  .div-block-3 {
    width: 100%;
  }

  .fp-absolute.one {
    left: 19%;
    width: 274px;
  }

  .fp-absolute.zero {
    left: 15%;
    width: 325px;
  }

  .fp-absolute.two {
    top: -14%;
    width: 323px;
  }

  .fp-absolute.three {
    left: 17%;
    width: 264px;
  }

  .fp-absolute.four {
    left: 28%;
    width: 170px;
  }

  .fp-absolute.five {
    left: 24%;
    width: 200px;
  }

  .feature-product-slide {
    width: 90%;
    margin-left: 40px;
  }

  .fp-relative {
    width: 420px;
    height: 190px;
  }

  .mask-2 {
    height: 290px;
  }

  .slider-2 {
    height: 290px;
  }

  .feture-product-slide-text-block {
    width: 420px;
  }

  .clean-room-slide {
    width: 100%;
  }

  .clean-room-absolute-1 {
    left: 24%;
    top: 15%;
    width: 269px;
  }

  .clean-room-absolute-2 {
    left: 26%;
    top: 20%;
    width: 247px;
  }

  .clean-room-absolute-3 {
    top: 25%;
    width: 374px;
  }

  .clean-room-absolute-4 {
    left: 7%;
    top: 20%;
    width: 429px;
  }

  .clean-room-absolute-5 {
    left: 30%;
    top: 24%;
    width: 204px;
  }

  .panorama-section {
    padding-bottom: 30px;
  }

  .panorama-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -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-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .html-embed {
    width: 100%;
    height: 300px;
  }

  .icon-box-left {
    padding-left: 60px;
  }

  .html-embed-2 {
    height: 270px;
  }

  .vimeo-video-block {
    padding-bottom: 20px;
  }

  .dp-wrapper {
    padding-bottom: 20px;
  }

  .dp-slider {
    height: 400px;
  }

  .dp-mask {
    height: 400px;
  }

  .dp-slide {
    width: 100%;
  }

  .dp-absolute1 {
    left: 24%;
    top: 15%;
    width: 269px;
  }

  .dp-absolute2 {
    left: 24%;
    top: 15%;
    width: 269px;
  }

  .dp-absolute3 {
    left: 24%;
    top: 15%;
    width: 269px;
  }

  .dp-absolute4 {
    left: 24%;
    top: 15%;
    width: 269px;
  }

  .cip-sip-slide {
    width: 100%;
  }

  .cip-sip-absolute {
    left: 24%;
    top: 15%;
    width: 269px;
  }

  .process-piping-mask {
    height: 300px;
  }

  .process-slider {
    height: 300px;
  }

  .column {
    margin-bottom: 100px;
  }

  .newcipsip-slider {
    height: 360px;
  }

  .slide-nav-5 {
    display: block;
  }

  .div-block-5 {
    width: 100%;
  }

  .div {
    max-height: 5vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -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;
  }

  .slide-nav-6 {
    margin-bottom: -101px;
  }

  .feature-info-row-2 {
    margin-top: 0px;
  }

  .feature-info-column-2 {
    padding-right: 0px;
    padding-bottom: 10px;
    padding-left: 0px;
  }

  .feature-info-title-2 {
    margin-top: 10px;
    margin-bottom: 13px;
  }

  .line-2 {
    display: none;
  }

  .dropdown-link-2 {
    padding-left: 25px;
  }

  .nav-link-2 {
    padding-left: 25px;
  }

  .container-3.equal {
    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;
  }

  .hero-title-2 {
    font-size: 35px;
    line-height: 40px;
  }

  .widget-left-text-2 {
    font-size: 14px;
  }

  .widget-left-title-2 {
    font-size: 30px;
    line-height: 36px;
  }

  .widget-right-2 {
    width: 100%;
    margin-top: 20px;
  }

  .widget-left-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -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-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .company-video-right-title-2 {
    padding-left: 0px;
    font-size: 28px;
    line-height: 35px;
  }

  .small-company-video-title-2 {
    padding-left: 0px;
  }

  .company-video-right-text-2 {
    padding-left: 0px;
    font-size: 14px;
  }

  .company-video-section-2 {
    margin-top: 300px;
  }

  .company-video-right-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding-right: 30px;
    padding-left: 30px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .company-video-left-2 {
    width: 100%;
  }

  .product-image-text-2 {
    font-size: 14px;
  }

  .product-image-title-2 {
    font-size: 30px;
    line-height: 36px;
  }

  .panorama-section-2 {
    margin-top: -100px;
  }

  .panorama-wrapper-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -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-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .html-embed-5 {
    width: 100%;
    height: 500px;
  }

  .project-list-box-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -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;
  }

  .project-list-box-2.one {
    -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;
  }

  .project-list-text-2 {
    font-family: Montserrat, sans-serif;
    line-height: 18px;
  }

  .project-list-wrapper-2 {
    padding-top: 280px;
    padding-bottom: 280px;
    -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-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .testimonial-section-2 {
    padding-top: 20px;
    padding-bottom: 50px;
  }

  .testimonial-content-text-2 {
    font-size: 14px;
  }

  .testimonial-text-block-2 {
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 20px 0px 20px 69px;
  }

  .testimonial-slider-2 {
    height: auto;
  }

  .testimonial-text-2 {
    padding-right: 62px;
  }

  .testimonial-block-name-2 {
    font-size: 16px;
  }

  .testimonial-block-name-2.subtitle {
    font-size: 14px;
  }

  .mask-3 {
    height: 350px;
  }

  .testimonial-half-slide-2 {
    margin-right: 0px;
    padding-right: 38px;
    padding-bottom: 0px;
    padding-left: 50px;
  }

  .footer-wrapper-2 {
    -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-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .thankyou-botton {
    margin-left: 180px;
  }
}

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

  h2 {
    font-size: 24px;
    line-height: 29px;
  }

  blockquote {
    margin-bottom: 20px;
    padding-right: 0px;
    padding-left: 15px;
    border-left-width: 3px;
    font-size: 17px;
    line-height: 23px;
  }

  .navbar {
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
  }

  .navbar.white {
    padding-bottom: 10px;
  }

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

  .button {
    margin-top: 10px;
    padding-right: 19px;
    padding-left: 19px;
    font-size: 11px;
    line-height: 21px;
  }

  .button.icon-button.download.green {
    margin-top: 15px;
  }

  .button.full-submit {
    width: 40%;
    font-size: 14px;
  }

  .button.slider-button {
    width: 100%;
    margin-top: 0px;
  }

  .button.slider-button.outline {
    margin-top: 5px;
    margin-left: 0px;
  }

  .button._2 {
    margin-left: 4px;
  }

  .button.cta-button {
    width: 80%;
    padding-right: 15px;
    padding-left: 15px;
  }

  .section {
    padding: 25px;
  }

  .section.tint.overflow-none {
    padding: 20px;
  }

  .section.app-info-section {
    padding-top: 20px;
    padding-bottom: 20px;
  }

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

  .section.pricing-section {
    padding-bottom: 120px;
  }

  .section.contact-us-section {
    padding-top: 35px;
    padding-bottom: 25px;
  }

  .section.blue-cta-section {
    text-align: center;
  }

  .section.white-cta-section {
    text-align: center;
  }

  .section.blog-page-section {
    padding: 0px;
  }

  .section-title-wrapper {
    width: 100%;
    margin-bottom: 30px;
  }

  .section-title-wrapper.full {
    margin-bottom: 20px;
    padding-right: 0px;
  }

  .section-title-wrapper.full.info {
    margin-bottom: 20px;
    padding-right: 0px;
    text-align: center;
  }

  .section-title {
    font-size: 25px;
    line-height: 34px;
  }

  .section-title.large {
    line-height: 30px;
  }

  .section-description {
    margin-top: 14px;
    font-size: 15px;
    line-height: 23px;
  }

  .section-description.faded {
    font-size: 15px;
  }

  .section-description.small {
    width: 100%;
    margin-top: 15px;
    font-size: 17px;
    line-height: 25px;
  }

  .section-description.in-column {
    margin-bottom: 10px;
    font-size: 17px;
  }

  .video-lightbox-block {
    height: 170px;
  }

  .video-lightbox-block.large {
    height: 180px;
  }

  .video-lightbox-block.about-us {
    height: 140px;
  }

  .video-lightbox-button {
    width: 50px;
    height: 50px;
    padding-top: 13px;
  }

  .video-lightbox-button.large-color {
    width: 60px;
    height: 60px;
    padding-top: 17px;
  }

  .video-lightbox-button.line {
    padding-top: 12px;
  }

  .video-lightbox-icon {
    height: 20px;
  }

  .portfolio-image-block.large {
    height: 220px;
  }

  .testimonial-slider {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .testimonial-slider-arrow {
    margin-right: -10px;
    margin-left: -10px;
  }

  .testimonial-block {
    padding-right: 30px;
    padding-left: 30px;
  }

  .testimonial-image {
    width: 70px;
    height: 70px;
  }

  .testimonial-quote {
    font-size: 13px;
    line-height: 20px;
  }

  .footer-row {
    padding-right: 20px;
    padding-left: 20px;
  }

  .image-section.ui-section {
    background-image: linear-gradient(86deg, #eee 39%, hsla(0, 0%, 93.3%, 0.8)), url('../images/UI-Elements.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }

  .image-section-overlay {
    padding-top: 45px;
    padding-bottom: 45px;
  }

  .image-section-overlay.color {
    padding: 20px;
  }

  .image-section-overlay.dark {
    padding-top: 30px;
  }

  .image-section-overlay-block {
    width: 100%;
  }

  .image-section-overlay-title {
    font-size: 24px;
    line-height: 29px;
    font-weight: 300;
  }

  .image-section-overlay-title.subtitle {
    width: 100%;
    margin-top: 16px;
    font-size: 14px;
    line-height: 23px;
  }

  .menu-button {
    width: 40px;
    height: 40px;
    margin-top: 2px;
    padding-top: 8px;
    padding-right: 0px;
    padding-left: 0px;
    text-align: center;
  }

  .hero-mockup-image {
    position: static;
    width: 100%;
    margin-top: 20px;
  }

  .hero-mockup-description-block {
    width: 100%;
  }

  .white-hero-title {
    margin-top: 5px;
    margin-bottom: 20px;
    font-size: 26px;
    line-height: 31px;
  }

  .small-hero-intro-title {
    margin-bottom: 5px;
    font-size: 12px;
  }

  .hero-description {
    font-size: 13px;
    line-height: 19px;
  }

  .info-block-left {
    width: 100%;
  }

  .info-block-left.ui {
    display: block;
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }

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

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

  .info-block {
    width: 90%;
    float: none;
    font-size: 14px;
  }

  .info-icon {
    height: 20px;
    margin-top: 0px;
    margin-right: 11px;
    margin-bottom: 0px;
    float: left;
  }

  .info-title {
    margin-bottom: 4px;
  }

  .newsletter-form {
    margin-bottom: 40px;
  }

  .newsletter-field {
    width: 100%;
    height: 50px;
    padding-left: 0px;
    border-radius: 5px;
    font-size: 12px;
    text-align: center;
  }

  .newsletter-submit {
    width: 100%;
    height: 40px;
    margin-top: 5px;
    border-radius: 5px;
    font-size: 13px;
  }

  .info-block-right.app-info {
    width: 100%;
    margin-top: 0px;
    margin-bottom: 0px;
    text-align: center;
  }

  .device-mockup-left {
    position: relative;
    left: 0px;
    top: 0px;
    display: block;
    width: 90%;
    height: auto;
    margin-right: auto;
    margin-left: auto;
  }

  .feature-block.wide {
    font-size: 13px;
  }

  .feature-icon {
    width: 30px;
  }

  .product-detail-right-title {
    margin-bottom: 13px;
  }

  .simple-footer {
    padding-top: 35px;
  }

  .simple-bottom-footer {
    padding: 20px 20px 13px;
  }

  .footer-inline-link {
    margin-top: -1px;
    margin-right: 7px;
  }

  .hero-block-overlay {
    padding: 90px 25px 40px;
  }

  .hero-block-overlay.business {
    padding-top: 90px;
    padding-bottom: 20px;
  }

  .hero-block-overlay.business-2 {
    padding-top: 90px;
    padding-right: 25px;
    padding-left: 25px;
  }

  .hero-video-lightbox {
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .hero-description-title {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 20px;
    font-size: 15px;
    line-height: 20px;
  }

  .team-image-block-overlay {
    padding: 25px;
  }

  .team-outline-block {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 80px;
  }

  .team-portrait-image {
    left: 10px;
    top: 10px;
  }

  .small-section-title {
    font-size: 11px;
    line-height: 21px;
  }

  .logo-column {
    padding-right: 5px;
    padding-left: 5px;
  }

  .client-logo {
    height: 28px;
  }

  .image-hero.download {
    padding: 80px 20px 20px;
  }

  .large-hero-title {
    font-size: 23px;
    line-height: 26px;
  }

  .bottom-footer-paragraph {
    margin-top: 10px;
    margin-bottom: 10px;
    line-height: 18px;
  }

  .bottom-footer-paragraph.right.dark {
    margin-top: 10px;
  }

  .footer-logo-column-left {
    padding-bottom: 10px;
  }

  .description-paragraph {
    font-size: 12px;
    line-height: 19px;
  }

  .contact-map {
    padding-right: 110px;
  }

  .overall-video-lightbox {
    height: 140px;
  }

  .overall-video-lightbox.hero-small {
    height: 140px;
  }

  .overall-video-lightbox.in-slider {
    height: 120px;
  }

  .overall-video-lightbox.large-hero {
    height: 130px;
  }

  .overall-video-lightbox.in-page-header {
    height: 145px;
  }

  .long-feature-block {
    padding-right: 10px;
    padding-left: 55px;
  }

  .long-feature-block.title-only {
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 65px;
  }

  .long-feature-title {
    margin-bottom: 7px;
  }

  .long-feature-title.uppercase {
    font-size: 16px;
    line-height: 21px;
  }

  .plan-tabs {
    margin-top: 0px;
  }

  .tab-button-left {
    margin-bottom: 4px;
    border-width: 1px;
    border-radius: 60px;
    text-align: center;
  }

  .tab-button-right {
    border-width: 1px;
    border-radius: 60px;
    text-align: center;
  }

  .tab-button-right.w--current {
    border-radius: 60px;
  }

  .pricing-tab-pane {
    padding-top: 20px;
  }

  .overall-hero-title {
    font-size: 27px;
    line-height: 31px;
  }

  .overall-hero-description {
    font-size: 14px;
    line-height: 22px;
  }

  .top-line-block {
    margin-top: 20px;
    padding-top: 20px;
  }

  .process-tab-pane {
    padding-top: 20px;
  }

  .process-tab-button {
    display: inline-block;
    width: 60px;
    height: 60px;
    margin-top: 19px;
    margin-right: 2px;
    margin-left: 2px;
    padding-top: 9px;
    border-width: 1px;
    border-color: rgba(0, 0, 0, 0.1);
  }

  .process-tab-icon {
    height: 13px;
  }

  .worldmap-left-wrapper {
    width: 260px;
  }

  .map-marker {
    left: 24px;
    top: 56px;
  }

  .map-marker._2 {
    left: 115px;
    top: 53px;
  }

  .dark-field.area {
    height: 98px;
  }

  .dark-field.sign-up {
    margin-bottom: 5px;
  }

  .portfolio-item-title {
    margin-bottom: 9px;
  }

  .hero-slider-mockup {
    width: 70%;
  }

  .hero-slider-content-block {
    margin-top: 20px;
  }

  .hero-slider-title {
    font-size: 21px;
    line-height: 27px;
  }

  .hero-slider-text {
    font-size: 13px;
    line-height: 19px;
  }

  .hero-title-large {
    margin-bottom: 20px;
    font-size: 25px;
    line-height: 30px;
  }

  .large-pricing-icon {
    margin-right: 10px;
  }

  .large-pricing-title {
    font-size: 12px;
  }

  .large-pricing-title.price {
    line-height: 30px;
  }

  .pricing-features-list {
    width: 100%;
    margin-top: 1px;
  }

  .pricing-list-icon {
    top: 2px;
    width: 13px;
  }

  .pricing-list-title {
    line-height: 17px;
  }

  .feature-info-row {
    margin-top: 0px;
  }

  .feature-info-column {
    margin-bottom: 0px;
    padding-bottom: 0px;
  }

  .feature-info-column.last {
    padding-bottom: 0px;
  }

  .feature-info-icon {
    height: 60px;
    margin-top: -3px;
  }

  .feature-info-title {
    margin-top: 10px;
    margin-bottom: 12px;
  }

  .hero-main-title {
    font-size: 30px;
    line-height: 37px;
  }

  .hero-main-title.subtitle {
    width: 90%;
    margin-top: 15px;
    margin-bottom: 20px;
    font-size: 15px;
    line-height: 22px;
  }

  .intro-block-text-wrapper.mid {
    margin-bottom: 30px;
  }

  .intro-block-title {
    margin-bottom: 10px;
  }

  .homepage-link-block {
    margin-bottom: 20px;
  }

  .home-mockup {
    height: 160px;
  }

  .home-mockup.ipad {
    top: 30px;
    right: -115px;
    height: 120px;
  }

  .home-mockup.iphone {
    top: 52px;
    right: -61px;
    height: 100px;
  }

  .simple-white-footer {
    padding: 35px 15px;
  }

  .footer-row-bottom {
    display: block;
  }

  .download-image-left {
    margin-top: -40px;
    margin-bottom: -20px;
  }

  .hero-section {
    padding: 80px 25px 35px;
  }

  .nav-menu-content-block {
    margin-top: 20px;
    padding: 10px;
  }

  .app-store-button {
    height: 35px;
  }

  .full-hero-content-block {
    margin-bottom: 30px;
  }

  .color-block {
    padding: 20px;
  }

  .bottom-paragraph {
    margin-top: 10px;
  }

  .white-pricing-title {
    margin-bottom: 5px;
  }

  .pricing-icon-block {
    width: 60px;
    height: 60px;
    padding-top: 14px;
  }

  .white-price-title {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 30px;
  }

  .subpage-header {
    padding-top: 90px;
    padding-bottom: 20px;
  }

  .subpage-header.contact {
    padding-top: 80px;
  }

  .subpage-header.contact-2 {
    padding-top: 80px;
  }

  .subpage-header.contact-1 {
    padding-top: 80px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .subpage-header.with-contact-info {
    padding-top: 80px;
    padding-bottom: 240px;
  }

  .subpage-header.pricing-2 {
    padding-bottom: 30px;
  }

  .subpage-header.about-2 {
    padding: 90px 20px 20px;
  }

  .subpage-header.about-3 {
    padding-top: 80px;
  }

  .subpage-header.about-5 {
    padding-top: 100px;
    padding-bottom: 50px;
  }

  .subpage-header.ui {
    padding: 94px 25px 30px;
  }

  .subpage-header.blog-1 {
    padding-top: 80px;
    padding-bottom: 15px;
  }

  .subpage-header.sign-up-1 {
    padding-top: 80px;
  }

  .subpage-header.blog-2 {
    padding-top: 60px;
  }

  .white-contact-form.centered {
    margin-bottom: -225px;
  }

  .form-title {
    font-size: 25px;
    line-height: 24px;
  }

  .form-title.subtitle {
    margin-bottom: 20px;
    font-size: 15px;
    line-height: 19px;
  }

  .subpage-title {
    font-size: 20px;
    line-height: 20px;
  }

  .subpage-title.smaller {
    font-size: 22px;
    line-height: 25px;
  }

  .subpage-title.blog-post-title {
    width: 90%;
    font-size: 23px;
    line-height: 29px;
  }

  .subpage-title.less-wide {
    width: 100%;
    font-size: 27px;
    line-height: 35px;
  }

  .page-subtitle {
    margin-top: 10px;
    font-size: 15px;
    line-height: 23px;
  }

  .contact-google-map {
    height: 200px;
  }

  .contact-info-list {
    margin-bottom: 0px;
  }

  .contact-info-list-item {
    margin-top: 4px;
    margin-bottom: 4px;
  }

  .popup-block {
    width: 83%;
    padding: 20px;
  }

  .contact-info-small-block {
    margin-bottom: 10px;
  }

  .cta-column-left {
    padding-right: 0px;
    padding-left: 0px;
  }

  .cta-title {
    font-size: 21px;
    line-height: 22px;
    font-weight: 700;
  }

  .cta-title.subtitle {
    margin-top: 12px;
    margin-bottom: 6px;
    font-size: 13px;
    line-height: 22px;
    font-weight: 400;
  }

  .feature-line-block {
    padding: 15px 25px 15px 55px;
  }

  .small-feature-icon {
    left: 15px;
    top: 15px;
  }

  .pricing-content-block {
    padding: 15px;
  }

  .pricing-content-block.first {
    height: auto;
  }

  .team-wrapper {
    margin-bottom: 10px;
  }

  .team-image {
    width: 60px;
    height: 50px;
    margin-right: 20px;
    margin-bottom: 0px;
  }

  .team-title.title {
    margin-bottom: 10px;
  }

  .team-member-block {
    margin-bottom: 12px;
    padding-bottom: 20px;
    font-size: 15px;
    line-height: 22px;
  }

  .image-block-right {
    height: 140px;
  }

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

  .image-block {
    height: 140px;
  }

  .gallery-image-block {
    height: 150px;
  }

  .gallery-image-block._2 {
    height: 120px;
  }

  .gallery-image-block._3 {
    height: 120px;
  }

  .gallery-image-block.small {
    height: 60px;
  }

  .gallery-image-block.small._2 {
    height: 60px;
  }

  .gallery-image-block.small._3 {
    height: 60px;
  }

  .stats-row {
    margin-top: 30px;
  }

  .stats-title {
    margin-top: 6px;
  }

  .intro-paragraph {
    line-height: 23px;
  }

  .elements-title-wrapper {
    margin-bottom: 20px;
  }

  .element-container.navigation {
    height: 60px;
    margin-top: 10px;
  }

  .element-container.navigation._3 {
    height: 70px;
  }

  .logo {
    margin-top: 5px;
  }

  .logo.fixed {
    margin-top: 6px;
  }

  .transparant-menu-button {
    margin-right: 0px;
  }

  .home-mockup-column {
    height: 180px;
  }

  .pricing-column-right {
    padding-bottom: 15px;
  }

  .white-footer-column {
    padding-bottom: 10px;
  }

  .fixed-nav-menu-button {
    width: 40px;
    height: 40px;
    margin-right: 0px;
    padding-top: 9px;
  }

  .license-image {
    height: 40px;
  }

  .hero-overlay-block {
    padding: 90px 15px 110px;
  }

  .blog-posts-list.related {
    padding-right: 25px;
    padding-left: 25px;
  }

  .blog-post-item {
    margin-bottom: 30px;
    padding-left: 0px;
  }

  .blog-post-image-block {
    height: 210px;
    margin-bottom: 10px;
  }

  .blog-date-block {
    top: 15px;
  }

  .blog-overlay-title {
    font-size: 19px;
    line-height: 23px;
  }

  .blog-overlay-title.large {
    font-size: 17px;
    line-height: 21px;
  }

  .blog-post-title-wrapper {
    padding-top: 35px;
  }

  .blog-author-image {
    width: 15px;
    height: 16px;
    margin-right: 7px;
  }

  .blog-author-name.archive {
    font-size: 13px;
  }

  .blog-left-image-block {
    position: static;
    height: 105px;
    margin-right: 20px;
    margin-bottom: 10px;
    float: left;
  }

  .blog-post-title-link {
    margin-bottom: 18px;
    font-size: 19px;
  }

  .blog-post-title-link.archive-title {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 19px;
  }

  .blog-post-title-link.side-image {
    margin-bottom: 10px;
  }

  .blog-post-summary {
    margin-bottom: 9px;
    line-height: 21px;
  }

  .blog-post-date {
    margin-bottom: 5px;
    font-size: 11px;
    line-height: 20px;
  }

  .blog-post-date.archive-date {
    font-size: 13px;
  }

  .simple-blog-image-block {
    height: 140px;
  }

  .simple-blog-image-block.small {
    width: 60px;
    height: 65px;
    margin-right: 15px;
  }

  .simple-blog-post-item.archive {
    margin-bottom: 20px;
    padding-right: 0px;
    padding-bottom: 20px;
    padding-left: 0px;
    border-bottom: 1px solid #e7e7e7;
  }

  .blog-post-page-content {
    margin-top: 0px;
    padding-bottom: 15px;
    border-radius: 0px;
    box-shadow: none;
    font-size: 14px;
    line-height: 22px;
  }

  .blog-post-header-overlay {
    padding-top: 120px;
    padding-bottom: 60px;
  }

  .single-post-author-block {
    margin-top: 20px;
    padding-top: 0px;
  }

  .post-author-line {
    margin-bottom: 20px;
  }

  .post-author-photo {
    width: 40px;
    height: 40px;
    margin-right: 20px;
  }

  .post-author-name {
    margin-bottom: 7px;
    font-size: 16px;
    line-height: 20px;
  }

  .post-author-name.description {
    margin-top: 4px;
    font-size: 12px;
    line-height: 18px;
  }

  .main-feature-title {
    margin-bottom: 20px;
    font-size: 29px;
    line-height: 32px;
  }

  .dark-cta-title {
    font-size: 21px;
    line-height: 25px;
  }

  .archive-info-block {
    margin-right: 6px;
  }

  .archive-title-wrapper {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 8px;
  }

  .blog-single-post-date {
    display: block;
    margin-right: auto;
    margin-left: auto;
    font-size: 12px;
    line-height: 13px;
  }

  .contact-form-title {
    margin-bottom: 25px;
    font-size: 31px;
  }

  .contact-form-info-paragraph {
    width: 100%;
    font-size: 13px;
    line-height: 20px;
  }

  .full-sign-up-block {
    padding: 30px;
  }

  .testimonial-text-block {
    margin-top: 25px;
    margin-bottom: 25px;
  }

  .sign-up-logos-wrapper {
    padding-bottom: 20px;
  }

  .widget-section {
    padding-bottom: 254px;
  }

  .widget-wrapper.top-60 {
    margin-top: 260px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .widget-wrapper.top-60 {
    margin-top: 400px;
  }

  .widget-left {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0px;
    padding: 0px 20px;
    -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-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .widget-right {
    margin-top: 10px;
    padding-top: 10px;
    padding-right: 0px;
  }

  .widget-left-text {
    padding-right: 0px;
    padding-bottom: 30px;
  }

  .small-hero-title {
    font-size: 11px;
  }

  .hero-title {
    font-size: 30px;
  }

  .widget-left-title {
    padding-right: 26px;
    font-size: 30px;
    line-height: 36px;
  }

  .company-video-left {
    padding-top: 0px;
    padding-right: 0px;
  }

  .company-video-right-title {
    font-size: 25px;
    line-height: 33px;
  }

  .small-company-video-title {
    font-size: 11px;
  }

  .product-image-section {
    padding-bottom: 50px;
  }

  .produt-image-wrapper.four {
    margin-top: 0px;
  }

  .product-image-block.one {
    margin-top: 15px;
  }

  .product-image-block.one.piping {
    margin-top: 0px;
  }

  .product-image-block.six {
    margin-top: -80px;
    padding-bottom: 20px;
  }

  .product-image-block.six {
    margin-top: 0px;
  }

  .product-image-block.reverse {
    margin-bottom: 275px;
  }

  .product-image-block-rightt {
    height: 180px;
  }

  .product-image-block-rightt.image1 {
    height: 180px;
  }

  .product-image-block-rightt.image1.roedi {
    height: 180px;
  }

  .product-image-block-rightt.image2 {
    height: 180px;
    background-size: contain;
    background-repeat: no-repeat;
  }

  .product-image-block-rightt.image2.snd {
    min-height: 60%;
  }

  .product-image-block-rightt.image3 {
    height: 180px;
    background-size: contain;
    background-repeat: no-repeat;
  }

  .product-image-block-rightt.image5 {
    height: 180px;
  }

  .product-image-block-rightt.image3 {
    background-size: contain;
    background-repeat: no-repeat;
  }

  .product-image-block-rightt.image2 {
    height: 180px;
    background-size: contain;
    background-repeat: no-repeat;
  }

  .product-image-block-left {
    margin-bottom: 75px;
    padding: 20px;
  }

  .product-image-block-left.right-block {
    margin-bottom: 35px;
    padding: 20px;
    text-align: left;
  }

  .product-image-block-left.padding {
    margin-bottom: 0px;
    padding: 20px;
  }

  .product-image-block-left._1 {
    margin-bottom: 50px;
    padding-top: 134px;
  }

  .product-image-title {
    font-size: 30px;
    line-height: 36px;
  }

  .arrow-icon {
    height: 8px;
  }

  .project-list-wrapper {
    margin-right: 15px;
    margin-left: 15px;
    padding: 270px 0px;
  }

  .project-list-text {
    text-align: center;
  }

  .testimonial-section {
    padding-top: 20px;
    padding-bottom: 0px;
  }

  .testimonial-wrapper {
    padding-left: 40px;
  }

  .testimonial-half-slide {
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
  }

  .testimonial-text-block {
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 10px 0px;
  }

  .testimonial-text {
    margin-top: 20px;
    text-align: center;
  }

  .testimonial-arrow-block {
    bottom: -10px;
    width: 30px;
    height: 30px;
  }

  .testimonial-block-name {
    padding-left: 10px;
    font-size: 16px;
  }

  .testimonial-block-name.subtitle {
    font-size: 14px;
  }

  .testimonial-image-circle {
    left: 180px;
    top: auto;
    right: 0%;
    bottom: -16%;
    display: none;
    width: 80px;
    height: 80px;
  }

  .testimonial-image-circle.one {
    width: 60px;
    height: 60px;
  }

  .testimonial-small-image-rounded {
    width: 50px;
    height: 50px;
  }

  .testimonial-icon-right {
    margin-right: 5px;
  }

  .testimonial-icon-left {
    margin-left: 5px;
  }

  .mask {
    height: 340px;
    margin-right: 42px;
    padding-left: 0px;
  }

  .testimonial-title {
    font-size: 30px;
  }

  .testimonial-small-title {
    font-size: 11px;
  }

  .testimonial-content-text {
    padding-right: 15px;
    padding-left: 15px;
    text-align: center;
  }

  .client-image-block {
    width: 100%;
  }

  .client-slider {
    width: 100%;
  }

  .clinent-sliders-block {
    padding-right: 15px;
  }

  .social-icons {
    padding-left: 95px;
  }

  .footer-bottom {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
  }

  .hero-product-wrapper {
    background-position: 50% 50%;
    background-size: cover;
  }

  .hero-product-title.top-90 {
    font-size: 28px;
    line-height: 35px;
  }

  ._360-viewer-small-title {
    font-size: 11px;
    text-align: center;
  }

  ._360-viewer-title {
    font-size: 30px;
    line-height: 36px;
  }

  .product-detail-small-title {
    font-size: 11px;
  }

  .product-detail-title {
    font-size: 30px;
    line-height: 36px;
  }

  .product-detail-paragraph {
    padding-right: 0px;
    text-align: left;
  }

  .single-product-section {
    -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;
  }

  .single-product-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -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-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .single-product-block {
    margin-top: 0px;
    margin-bottom: 60px;
    -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;
  }

  .single-product-left {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .single-product-right {
    margin-top: 60px;
    padding-right: 15px;
    padding-left: 15px;
  }

  .single-product-shape {
    width: 200px;
    height: 200px;
  }

  .single-product-shape.box-shadow {
    width: 200px;
    height: 200px;
  }

  .single-product-shape.box-shadow-1 {
    width: 200px;
    height: 200px;
  }

  .single-product-shape.box-shadow-2 {
    width: 200px;
    height: 200px;
  }

  .single-product-image.two {
    width: 130px;
  }

  .single-product-image.four {
    width: 130px;
  }

  .check-box-block {
    -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;
  }

  .check-box-block.services {
    margin-left: 0px;
  }

  .service-project-section {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .service-project-left {
    padding: 0px 10px;
  }

  .service-project-right {
    padding-top: 30px;
  }

  .service-project-title {
    font-size: 22px;
    line-height: 33px;
  }

  .service-project-small-title {
    font-size: 14px;
  }

  .project-number-box {
    width: 40%;
  }

  .project-number-title {
    margin-bottom: 50px;
    font-size: 45px;
  }

  .service-detail-section {
    margin-bottom: 50px;
  }

  .service-detail-title {
    margin-bottom: 20px;
    font-size: 25px;
    line-height: 33px;
  }

  .project-detail-text {
    font-size: 16px;
  }

  .service-detail-horizontal-line {
    left: 51%;
  }

  .other-service-wrapper {
    -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-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .other-service-block {
    width: 100%;
  }

  .other-service-title {
    margin-bottom: 20px;
    padding-left: 12px;
    font-size: 25px;
    line-height: 33px;
  }

  .about-detail-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .about-detail-title {
    margin-bottom: 13px;
    text-align: center;
  }

  .about-detail-block {
    width: 100%;
    margin-bottom: 15px;
  }

  .about-company-video-left {
    margin-top: 0px;
  }

  .about-company-video-right {
    margin-top: 0px;
  }

  .about-company-video-right-title {
    font-size: 25px;
    line-height: 33px;
  }

  .about-company-video-right-title.left-text {
    padding-left: 0px;
    font-size: 23px;
  }

  .our-team-block {
    display: none;
  }

  .our-team-image {
    width: 230px;
    height: 280px;
  }

  .our-team-absolute {
    left: -1%;
    padding-left: 20px;
  }

  .our-team-title {
    padding-left: 65px;
  }

  .address-section {
    margin-right: 10px;
    margin-left: 10px;
  }

  .address-block-right {
    padding-right: 0px;
    padding-left: 0px;
  }

  .address-detail-block {
    padding-right: 15px;
    padding-left: 15px;
  }

  .small-adress-title {
    font-size: 16px;
  }

  .gdsgdsg {
    height: 183px;
  }

  .fp-absolute.one {
    left: 13%;
    top: -21%;
    width: 219px;
  }

  .fp-absolute.zero {
    left: 10%;
    top: -8%;
    width: 239px;
  }

  .fp-absolute.two {
    top: 14%;
    width: 223px;
  }

  .fp-absolute.three {
    left: 12%;
    top: -20%;
    width: 228px;
  }

  .fp-absolute.four {
    left: 25%;
    top: -20%;
    width: 135px;
  }

  .fp-absolute.five {
    left: 20%;
    width: 167px;
  }

  .fp-absolute.six {
    left: 4%;
    top: 5%;
  }

  .fp-absolute.seven {
    left: 5%;
    top: 6%;
  }

  .feature-product-slide {
    width: 100%;
    margin-left: 0px;
  }

  .fp-relative {
    width: 290px;
    height: 165px;
  }

  .feture-product-slide-text-block {
    width: 285px;
    padding-bottom: 10px;
  }

  .clean-room-wrapper {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .clean-room-slide {
    width: 100%;
    margin-left: 0px;
    padding-left: 0px;
  }

  .clean-room-absolute-1 {
    left: 16%;
    top: 30%;
    width: 191px;
  }

  .clean-room-absolute-2 {
    left: 15%;
    top: 29%;
    width: 200px;
  }

  .clean-room-absolute-3 {
    left: 9%;
    top: 34%;
    width: 245px;
  }

  .clean-room-absolute-4 {
    left: 0%;
    top: 32%;
    width: 442px;
  }

  .clean-room-absolute-5 {
    left: 22%;
    width: 176px;
  }

  .panorama-text-block {
    margin-top: 120px;
  }

  .html-embed {
    height: 200px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .clients-title {
    font-size: 30px;
  }

  .icon-box-left {
    padding-left: 25px;
  }

  .button-block {
    padding-top: 10px;
  }

  .sproduct-block.left-side {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
  }

  .sproduct-block.left-side.block-low-padding {
    padding: 0px;
  }

  .sproduct-block.right-side {
    padding-right: 20px;
    padding-left: 20px;
  }

  .single-product-right-copy {
    margin-top: 60px;
    padding-right: 15px;
    padding-left: 15px;
  }

  .html-embed-2 {
    height: 220px;
  }

  .dp-wrapper {
    padding-bottom: 0px;
  }

  .dp-slider {
    height: 250px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .dp-mask {
    height: 250px;
  }

  .dp-slide {
    width: 100%;
    margin-left: 0px;
    padding-left: 0px;
  }

  .dp-slide.one {
    background-repeat: no-repeat;
  }

  .dp-absolute1 {
    left: 16%;
    top: 30%;
    width: 191px;
  }

  .dp-absolute2 {
    left: 16%;
    top: 30%;
    width: 191px;
  }

  .dp-absolute3 {
    left: 16%;
    top: 30%;
    width: 191px;
  }

  .dp-absolute4 {
    left: 16%;
    top: 30%;
    width: 191px;
  }

  .cip-sip-slide {
    width: 100%;
    margin-left: 0px;
    padding-left: 0px;
  }

  .cip-sip-absolute {
    left: 16%;
    top: 30%;
    width: 191px;
  }

  .process-piping-mask {
    height: 180px;
  }

  .process-slider {
    height: 180px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .widget-section-new {
    padding-bottom: 0px;
  }

  .columns {
    margin-top: -25px;
  }

  .newcipsip-slider {
    height: 220px;
  }

  .slide-nav-5 {
    display: block;
  }

  .feature-info-column-2.last {
    padding-bottom: 0px;
  }

  .feature-info-title-2 {
    margin-top: 10px;
    margin-bottom: 12px;
  }

  .fixed-nav-menu-button-2 {
    width: 40px;
    height: 40px;
    margin-right: 0px;
    padding-top: 9px;
  }

  .small-hero-title-2 {
    font-size: 11px;
  }

  .hero-title-2 {
    font-size: 30px;
  }

  .widget-left-title-2 {
    font-size: 30px;
    line-height: 36px;
  }

  .widget-left-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 200px;
    padding: 20px;
    -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-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .company-video-right-title-2 {
    font-size: 25px;
    line-height: 33px;
  }

  .small-company-video-title-2 {
    font-size: 11px;
  }

  .company-video-section-2 {
    margin-top: 335px;
  }

  .product-image-title-2 {
    font-size: 30px;
    line-height: 36px;
  }

  .product-image-block-left-2 {
    padding: 20px;
  }

  .product-image-block-left-2.padding {
    padding-right: 20px;
    padding-left: 20px;
  }

  .product-image-block-left-2.right-block {
    padding-right: 20px;
    padding-left: 20px;
  }

  .panorama-section-2 {
    padding-top: 0px;
  }

  .html-embed-5 {
    width: 100%;
    height: 300px;
  }

  .project-list-section-2 {
    padding-bottom: 20px;
  }

  .project-list-text-2 {
    text-align: center;
  }

  .project-list-wrapper-2 {
    padding-top: 280px;
    padding-bottom: 280px;
  }

  .testimonial-section-2 {
    padding-bottom: 19px;
  }

  .testimonial-content-text-2 {
    padding-right: 15px;
    padding-left: 15px;
    text-align: center;
  }

  .testimonial-text-block-2 {
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 10px 20px;
  }

  .testimonial-slider-2 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .testimonial-icon-left-2 {
    margin-left: 5px;
  }

  .testimonial-icon-right-2 {
    margin-right: 5px;
  }

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

  .testimonial-title-2 {
    font-size: 30px;
  }

  .testimonial-small-title-2 {
    font-size: 11px;
  }

  .testimonial-block-name-2 {
    padding-left: 10px;
    font-size: 16px;
  }

  .testimonial-block-name-2.subtitle {
    font-size: 14px;
  }

  .mask-3 {
    height: 270px;
  }

  .testimonial-half-slide-2 {
    margin-right: 0px;
    padding-right: 0px;
    padding-bottom: 12px;
    padding-left: 0px;
  }

  .client-image-block-2 {
    width: 100%;
  }

  .clients-title-2 {
    font-size: 30px;
  }

  .thankyou-botton {
    margin-left: 85px;
  }

  .thankyou-paragraph {
    padding-right: 10px;
    padding-left: 10px;
  }

  .image-11 {
    margin-left: -265px;
  }
}
