.navbar {
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 1px solid rgba(255, 255, 255, .1);
  padding-top: 23px;
  padding-bottom: 20px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.navbar.white {
  background-color: #fff;
  border-color: #000 #000 #1bafaf;
  border-bottom-width: 2px;
  padding-top: 16px;
  padding-bottom: 14px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  box-shadow: 0 0 33px rgba(0, 0, 0, .2);
}

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

.image-7 {
  margin-top: 13px;
}

.nav-menu {
  z-index: 1;
  border-radius: 4px;
  margin-top: 5px;
}

.nav-link {
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 5px;
  margin-right: 3px;
  padding: 11px 15px;
  font-size: 13px;
  line-height: 12px;
  transition: background-color .2s, border .2s;
}

.nav-link:hover {
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(0, 0, 0, .2);
}

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

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

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

.image-hero.busines-2 {
  background-image: linear-gradient(rgba(204, 113, 207, .55), rgba(204, 113, 207, .55)), url('../images/sea-bg.jpg');
  background-position: 0 0, 50% 39%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

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

.buttonc {
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #1f6fff;
  border-radius: 3px;
  margin-top: 20px;
  padding-left: 25px;
  padding-right: 25px;
  font-size: 12px;
  font-weight: 600;
  transition: background-color .2s, background-position .2s, color .2s, border .2s, box-shadow .2s;
}

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

.buttonc.outline {
  background-color: #1bafaf;
  border: 1px #fff;
}

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

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

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

.buttonc.full-submit {
  width: 100%;
  background-color: #1bafaf;
  margin-top: 15px;
  display: block;
}

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

.section-description.homemenu {
  color: rgba(255, 255, 255, .67);
  margin-top: 16px;
}

.overall-hero-title {
  margin-top: 0;
  margin-bottom: 1px;
  padding-left: 13px;
  padding-right: 13px;
  font-family: Montserrat, sans-serif;
  font-size: 36px;
  font-weight: 400;
}

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

.hero-block-overlay.business-2 {
  background-color: rgba(0, 0, 0, .47);
  padding-top: 196px;
  padding-bottom: 59px;
}

.client-logo {
  height: 60px;
  opacity: .3;
  transition: opacity .2s;
}

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

.small-section-title {
  opacity: .6;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 600;
}

.container {
  position: relative;
}

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

.section.tint {
  background-color: #f5f5f5;
  padding: 17px 21px 21px;
  display: block;
}

.section.feature-section {
  background-image: url('../images/bgcolor-1.png');
  background-position: 0 0;
  background-size: cover;
  padding-top: 156px;
  padding-bottom: 156px;
  overflow: hidden;
}

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

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

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

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

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

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

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

.main-feature-title {
  margin-top: 0;
  margin-bottom: 30px;
  font-family: Montserrat, sans-serif;
  font-size: 35px;
  font-weight: 600;
  line-height: 37px;
}

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

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

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

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

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

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

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

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

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

.feature-intro-title.homesection {
  padding-top: 139px;
}

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

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

.section-4.feature-section {
  background-image: url('../images/bgcolor-1.png');
  background-position: 0 0;
  background-size: cover;
  padding-top: 156px;
  padding-bottom: 156px;
  overflow: hidden;
}

.section-4.feature-section.odd {
  background-color: #fafafa;
  background-image: linear-gradient(rgba(155, 155, 155, .11), rgba(155, 155, 155, .11)), url('../images/bgcolor-2.png');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  border-top: 1px solid #ececec;
  padding-top: 77px;
  padding-bottom: 224px;
}

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

.dark-field {
  height: 40px;
  background-color: #edeef1;
  border: 0 solid #000;
  border-radius: 2px;
  margin-bottom: 7px;
  padding-left: 20px;
  font-size: 13px;
  transition: box-shadow .2s, border .2s, background-color .2s;
}

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

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

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

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

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

.section-5 {
  background-color: #fff;
  border-top: 1px solid #1bafaf;
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

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

.map-marker._2 {
  background-color: #1bafaf;
  top: 234px;
  left: 145px;
}

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

.recaptcha {
  margin-top: 20px;
}

.map-contact-form {
  z-index: 10;
  width: 380px;
  min-height: 450px;
  float: right;
  background-color: rgba(255, 255, 255, .8);
  padding: 19px;
  position: relative;
}

.section-title {
  margin-top: 0;
  padding-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 46px;
  font-weight: 300;
  line-height: 39px;
}

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

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

.mylink {
  color: #8d8d8d;
  margin-top: 0;
  font-size: 14px;
  text-decoration: none;
}

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

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

.color-social-button.twitter {
  color: #1b86af;
  background-color: #1bafaf;
  display: none;
}

.text-block {
  color: #000;
  text-transform: none;
  font-size: 13px;
  text-decoration: none;
}

.paragraph {
  text-align: center;
}

.image-8 {
  padding-bottom: 19px;
}

.white-footer {
  background-color: #f0f0f0;
  border-top: 1px solid #1bafaf;
  padding-top: 26px;
  padding-bottom: 32px;
  font-size: 16px;
}

.div-block {
  text-align: center;
}

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

.dark-footer-title.newtitle {
  text-align: center;
  margin-bottom: 6px;
  display: none;
}

.paragraph-2, .paragraph-3 {
  font-family: Montserrat, sans-serif;
}

@media screen and (max-width: 991px) {
  .navbar {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
  }

  .navbar.white {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .nav-menu {
    background-color: #292c31;
    border-radius: 0;
    margin-top: 0;
  }

  .nav-link {
    width: 100%;
    max-width: 1200px;
    color: #fff;
    border-radius: 0;
    margin-left: 0;
    margin-right: 0;
    padding-left: 35px;
  }

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

  .fixed-nav-menu-button {
    width: 50px;
    height: 50px;
    color: #fff;
    text-align: center;
    background-color: #1b86af;
    border-radius: 4px;
    margin-right: 10px;
    padding-top: 14px;
    padding-left: 0;
    padding-right: 0;
  }

  .fixed-nav-menu-button:hover {
    background-color: #3ba6cf;
  }

  .fixed-nav-menu-button.w--open {
    background-color: #000;
  }

  .full-hero-content-block {
    width: 100%;
    margin-bottom: 50px;
  }

  .overall-hero-description {
    width: 80%;
  }

  .buttonc.cta-button {
    width: 30%;
    margin-top: 15px;
  }

  .section-description {
    margin-top: 20px;
    font-size: 19px;
  }

  .overall-hero-title {
    font-size: 41px;
    line-height: 53px;
  }

  .hero-block-overlay {
    padding: 170px 45px 140px;
  }

  .hero-block-overlay.business-2 {
    padding-top: 150px;
    padding-left: 45px;
    padding-right: 45px;
  }

  .client-logo {
    height: 40px;
  }

  .section {
    padding: 45px;
  }

  .section.feature-section {
    background-position: 50%;
    background-size: auto;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section-title-wrapper {
    width: 85%;
    margin-bottom: 40px;
  }

  .browser-mockup-right {
    width: 540px;
    margin-top: 34px;
    margin-left: 0;
    margin-right: 31px;
    padding-top: 0;
    padding-left: 70px;
    padding-right: 0;
    top: 9px;
    right: -288px;
    transform: rotateX(0)rotateY(180deg)rotateZ(0);
  }

  .feature-text-block {
    width: 400px;
  }

  .feature-intro-title.homesection {
    padding-top: 88px;
  }

  .dark-cta-title {
    width: 60%;
  }

  .section-4 {
    padding: 45px;
  }

  .section-4.feature-section {
    background-position: 50%;
    background-size: auto;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section-4.feature-section.odd {
    padding-top: 46px;
    padding-bottom: 136px;
  }

  .browser-mockup-left {
    width: 580px;
    top: 4px;
    left: -360px;
  }

  .section-5 {
    padding: 45px;
  }

  .map-marker._2 {
    top: 146px;
    left: 296px;
  }

  .worldmap-left-wrapper {
    width: 670px;
    top: 27px;
    left: -101px;
  }

  .section-title {
    margin-bottom: 4px;
    font-size: 31px;
    line-height: 30px;
  }

  .white-footer {
    padding-left: 45px;
    padding-right: 45px;
  }
}

@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;
  }

  .overall-hero-description {
    width: 90%;
  }

  .buttonc.cta-button {
    width: 50%;
    float: none;
  }

  .overall-hero-title {
    font-size: 30px;
    line-height: 33px;
  }

  .hero-block-overlay {
    padding-top: 120px;
    padding-bottom: 90px;
  }

  .hero-block-overlay.business-2 {
    padding-top: 120px;
  }

  .section {
    padding: 25px;
  }

  .section.feature-section {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .logo-column {
    padding-bottom: 3px;
    padding-left: 0;
    padding-right: 0;
  }

  .section-title-wrapper {
    width: 95%;
    margin-bottom: 40px;
  }

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

  .browser-mockup-right {
    width: 100%;
    margin-bottom: 30px;
    position: relative;
    top: 0;
    right: 0;
  }

  .feature-text-block {
    width: 100%;
  }

  .feature-intro-title.homesection {
    padding-top: 0;
  }

  .dark-cta-title {
    width: 100%;
    float: none;
  }

  .section-4 {
    padding: 25px;
  }

  .section-4.feature-section {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .section-4.feature-section.odd {
    background-image: linear-gradient(rgba(255, 255, 255, .87), rgba(255, 255, 255, .87)), url('../images/bgcolor-2.png');
    background-position: 0 0, 0 0;
    background-size: auto, cover;
    padding-bottom: 46px;
  }

  .browser-mockup-left {
    width: 100%;
    margin-bottom: 30px;
    position: relative;
    top: 0;
    left: 0;
  }

  .section-5 {
    padding: 25px;
  }

  .map-marker {
    top: 101px;
    left: 48px;
  }

  .map-marker._2 {
    top: 83px;
    left: 195px;
  }

  .worldmap-left-wrapper {
    width: 420px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: relative;
    top: 0;
    left: 0;
  }

  .map-contact-form {
    width: 100%;
    margin-bottom: 0;
    padding: 0;
  }

  .section-title {
    margin-bottom: 10px;
    font-size: 26px;
    line-height: 30px;
  }

  .field-column {
    padding-left: 0;
    padding-right: 0;
  }

  .white-footer {
    padding: 25px;
  }

  .dark-footer-title {
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 479px) {
  .navbar {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 10px;
  }

  .navbar.white {
    padding-bottom: 10px;
  }

  .logo-block.w--current {
    margin-right: auto;
  }

  .image-7 {
    margin-top: 12px;
  }

  .nav-link {
    color: #000;
    background-color: #cfcfcf;
  }

  .nav-link.w--current {
    color: #2e2e2e;
    background-color: #ececec;
  }

  .fixed-nav-menu-button {
    width: 40px;
    height: 40px;
    background-color: #1bafaf;
    margin-right: 0;
    padding-top: 9px;
  }

  .full-hero-content-block {
    margin-bottom: 30px;
  }

  .overall-hero-description {
    font-size: 14px;
    line-height: 22px;
  }

  .buttonc {
    margin-top: 10px;
    padding-left: 19px;
    padding-right: 19px;
    font-size: 11px;
    line-height: 21px;
  }

  .buttonc.cta-button {
    width: 80%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .section-description {
    margin-top: 14px;
    font-size: 15px;
    line-height: 23px;
  }

  .section-description.homemenu {
    font-size: 18px;
  }

  .overall-hero-title {
    padding-left: 27px;
    padding-right: 27px;
    font-size: 23px;
    line-height: 31px;
  }

  .hero-block-overlay {
    padding: 90px 25px 40px;
  }

  .hero-block-overlay.business-2 {
    padding: 118px 25px 11px;
  }

  .client-logo {
    height: 28px;
  }

  .small-section-title {
    font-size: 11px;
    line-height: 21px;
  }

  .section {
    padding: 25px;
  }

  .section.blue-cta-section {
    text-align: center;
  }

  .logo-column {
    padding-left: 5px;
    padding-right: 5px;
  }

  .section-title-wrapper {
    width: 100%;
    margin-bottom: 30px;
  }

  .main-feature-title {
    margin-bottom: 20px;
    font-size: 29px;
    line-height: 32px;
  }

  .browser-mockup-right {
    width: 100%;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .long-feature-block {
    padding-left: 55px;
    padding-right: 10px;
  }

  .long-feature-block.title-only {
    padding-top: 0;
    padding-left: 65px;
    padding-right: 0;
  }

  .long-feature-title {
    margin-bottom: 7px;
  }

  .long-feature-title.uppercase {
    font-size: 16px;
    line-height: 21px;
  }

  .dark-cta-title {
    font-size: 21px;
    line-height: 25px;
  }

  .section-4 {
    padding: 25px;
  }

  .section-4.feature-section.odd {
    background-image: linear-gradient(rgba(255, 255, 255, .89), rgba(255, 255, 255, .89)), url('../images/bgcolor-2.png');
    background-position: 0 0, 0 0;
    background-size: auto, cover;
  }

  .dark-field.area {
    height: 98px;
  }

  .section-5 {
    padding: 25px;
  }

  .map-marker {
    top: 56px;
    left: 24px;
  }

  .map-marker._2 {
    top: 53px;
    left: 115px;
  }

  .worldmap-left-wrapper {
    width: 260px;
  }

  .section-title {
    font-size: 25px;
    line-height: 26px;
  }

  .white-footer {
    padding-top: 40px;
  }
}
