body {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}
h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  line-height: 44px;
  font-weight: 700;
}
h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  line-height: 36px;
  font-weight: 700;
}
h3 {
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  font-size: 19px;
  line-height: 30px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}
h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}
h5 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  color: #b5bbc7;
  font-size: 13px;
  line-height: 20px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}
h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
}
p {
  margin-bottom: 5px;
  font-family: Lato, sans-serif;
  color: #878991;
  font-size: 17px;
  line-height: 23px;
  font-weight: 300;
  text-align: center;
}
.button {
  display: inline-block;
  margin-top: 15px;
  padding: 12px 15px;
  border-radius: 2px;
  background-color: #decaaf;
  -webkit-transition: background-color 500ms ease;
  -o-transition: background-color 500ms ease;
  transition: background-color 500ms ease;
  font-family: Lato, sans-serif;
  color: white;
  font-size: 13px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}
.button:hover {
  background-color: #50cca9;
}
.navbar {
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #f2f2f2;
  background-color: white;
  box-shadow: rgba(0, 0, 0, 0.09) 0px 1px 0px 0px;
}
.page-content {
  padding-top: 80px;
  padding-bottom: 80px;
}
.page-content.tint {
  background-color: #f0f2f2;
}
.page-content.text-slider-sectin {
  background-color: #f0f2f2;
}
.text-slider {
  height: 170px;
  background-color: transparent;
}
.text-slider-title {
  margin-top: 0px;
  margin-bottom: 15px;
  font-family: Lato, sans-serif;
  color: #50cca9;
  font-size: 35px;
  font-weight: 300;
  text-transform: uppercase;
}
.text-slider-title.description {
  color: #a2a4ab;
  font-size: 18px;
  line-height: 24px;
  font-weight: 300;
  text-transform: none;
}
.nav-link {
  margin-right: 25px;
  margin-left: 0px;
  padding: 30px 0px 25px;
  border-bottom: 3px none transparent;
  font-family: Lato, sans-serif;
  color: #b5b5b5;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.nav-link:hover {
  border-bottom-color: #2c9c7c;
  color: black;
}
.nav-link.w--current {
  border-bottom-color: #50cca9;
  color: #50cca9;
}
.tab-slider-nav {
  height: 200px;
  margin-top: -200px;
  padding-top: 60px;
  background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.90) 99%);
  background-image: -o-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.90) 99%);
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.90) 99%);
  text-align: center;
}
.tab-slide {
  position: relative;
  display: block;
  overflow-x: visible;
  overflow-y: visible;
  height: 700px;
  min-height: 0px;
  min-width: 0px;
  margin-left: 1px;
  padding-top: 165px;
  padding-left: 1px;
  float: none;
  clear: none;
  background-image: url('../images/businessman2.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.tab-slide._2 {
  background-image: url('../images/posterbien.jpg');
}
.tab-slide._3 {
  background-image: url('../images/proceso2.jpg');
}
.tab-slide._4 {
  background-image: url('../images/opp2.jpg');
  background-position: 50% 28%;
}
.tab-slider-button {
  display: inline-block;
  width: 200px;
  height: 70px;
  margin-right: 36px;
  padding-top: 0px;
  padding-right: 20px;
  padding-left: 25px;
  border-left-style: solid;
  border-left-width: 2px;
  background-color: transparent;
  opacity: 0.5;
  -webkit-transition: border 500ms ease;
  -o-transition: border 500ms ease;
  transition: border 500ms ease;
}
.tab-slider-button:hover {
  border-left-color: white;
  opacity: 1;
}
.tab-slider-button.w--current {
  border-left-color: #50cca9;
  background-color: transparent;
  opacity: 1;
}
.tab-slider-title {
  margin-top: 0px;
  font-family: Lato, sans-serif;
  color: white;
  font-size: 55px;
  line-height: 50px;
  font-weight: 400;
  text-align: left;
  text-transform: none;
  list-style-type: none;
  text-shadow: rgba(0, 0, 0, 0.49) 0px 0px 3px;
}
.tab-slider-title.description {
  margin-top: 20px;
  font-family: Lato, sans-serif;
  color: white;
  font-size: 19px;
  line-height: 23px;
  font-weight: 400;
  text-transform: none;
}
.tab-slider-title.top-title {
  display: inline-block;
  margin-top: 0px;
  margin-bottom: 25px;
  padding: 5px 15px;
  border-radius: 2px;
  background-color: #50cca9;
  font-size: 14px;
  line-height: 25px;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-shadow: none;
}
.tab-button-title {
  margin-top: 0px;
  margin-bottom: 13px;
  font-family: Lato, sans-serif;
  color: white;
  font-size: 15px;
  line-height: 20px;
}
.tab-button-title._2 {
  margin-bottom: 0px;
  color: rgba(255, 255, 255, 0.49);
  font-size: 15px;
  font-weight: 400;
}
.tab-slider {
  background-color: #323538;
}
.tab-slide-container {
  padding-right: 290px;
  text-align: left;
}
.section-title {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  font-size: 35px;
  line-height: 30px;
  font-weight: 900;
  text-transform: uppercase;
}
.section-title-block {
  margin-bottom: 50px;
  padding-right: 200px;
  padding-left: 200px;
  text-align: center;
}
.divider {
  display: block;
  width: 50%;
  height: 3px;
  margin-top: 30px;
  margin-bottom: 30px;
  background-color: rgba(0, 0, 0, 0.09);
}
.divider.left-aligned {
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: 0px;
  text-align: center;
}
.divider.centered {
  margin-right: auto;
  margin-left: auto;
}
.skill-block {
  width: 100%;
  height: 30px;
  margin-bottom: 10px;
  float: none;
  clear: none;
  border-radius: 2px;
  background-color: #5d6169;
  opacity: 1;
}
.skill-level {
  width: 80%;
  height: 100%;
  background-color: #50cca9;
  opacity: 1;
  -webkit-transition: background-color 500ms ease;
  -o-transition: background-color 500ms ease;
  transition: background-color 500ms ease;
}
.skill-level:hover {
  background-color: #383b42;
}
.footer {
  padding-top: 100px;
  padding-bottom: 60px;
  background-color: white;
  text-align: center;
}
.overall-tab-button {
  margin-right: 5px;
  margin-left: 5px;
  padding-right: 20px;
  padding-left: 20px;
  border-style: solid;
  border-width: 2px;
  border-color: rgba(0, 0, 0, 0.10);
  border-radius: 2px;
  background-color: transparent;
  -webkit-transition-delay: initial;
  -o-transition-delay: initial;
  transition-delay: initial;
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.overall-tab-button:hover {
  border-color: rgba(0, 0, 0, 0.29);
}
.overall-tab-button.w--current {
  border-color: #50cca9;
  background-color: #50cca9;
  color: white;
}
.overall-tab-menu {
  margin-bottom: 20px;
  text-align: center;
}
.footer-tab-pane {
  overflow-x: visible;
  overflow-y: visible;
  height: 330px;
  padding-top: 30px;
}
.left-column {
  padding-right: 100px;
}
.text-slider-left {
  padding-right: 60px;
  text-align: right;
}
.text-slider-right {
  padding-top: 20px;
  padding-left: 30px;
}
.client-row {
  margin-bottom: 14px;
}
.client-block {
  width: 100%;
  height: 100px;
  padding: 22px 20px;
  background-color: white;
  -webkit-transition-delay: initial;
  -o-transition-delay: initial;
  transition-delay: initial;
}
.client-block:hover {
  background-color: rgba(255, 255, 255, 0.49);
}
.white-column {
  padding: 20px;
  background-color: white;
}
.white-column.not-white {
  padding-left: 40px;
  background-color: transparent;
}
.feature-title {
  margin-bottom: 15px;
  line-height: 25px;
}
.feature-image {
  display: inline-block;
  width: 35px;
  min-width: 0px;
  margin-top: -21px;
  margin-bottom: 10px;
}
.overall-list-item {
  padding-bottom: 10px;
}
.overall-list-item.last {
  padding-bottom: 0px;
}
.list-icon {
  width: 30px;
  margin-top: 5px;
  margin-right: 15px;
  margin-bottom: 15px;
  float: left;
}
.footer-title {
  margin-top: 0px;
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
}
.footer-column {
  padding-top: 55px;
}
.some-button {
  width: 80px;
  height: 80px;
  margin-top: 65px;
  margin-right: 3px;
  margin-left: 3px;
  padding-top: 21px;
  padding-right: 20px;
  padding-left: 20px;
  border-style: solid;
  border-width: 3px;
  border-color: rgba(0, 0, 0, 0.10);
  border-radius: 100%;
  background-color: #5d6169;
  -webkit-transition: border 500ms ease, background-color 500ms ease;
  -o-transition: border 500ms ease, background-color 500ms ease;
  transition: border 500ms ease, background-color 500ms ease;
}
.some-button:hover {
  border-color: black;
  background-color: #50cca9;
}
.some-button.small {
  width: 30px;
  height: 30px;
  margin-top: 0px;
  margin-right: 1px;
  margin-left: 1px;
  padding-top: 2px;
  padding-right: 5px;
  padding-left: 5px;
  border-width: 2px;
  border-color: #50cca9;
  background-color: #50cca9;
  opacity: 0.4;
}
.some-button.small:hover {
  background-color: #50cca9;
  opacity: 1;
}
.contact-form {
  display: block;
  width: 500px;
  margin-right: auto;
  margin-left: auto;
}
.field {
  height: 50px;
  margin-bottom: 2px;
  padding-left: 17px;
  border: 2px solid #f0f2f2;
  background-color: #f0f2f2;
  -webkit-transition: background-color 500ms ease;
  -o-transition: background-color 500ms ease;
  transition: background-color 500ms ease;
  font-family: Lato, sans-serif;
  font-size: 15px;
}
.field:hover {
  background-color: white;
}
.field:focus {
  border-color: #50cca9;
  color: black;
}
.field.area {
  height: 120px;
  padding-top: 17px;
}
.submit-button {
  width: 100%;
  margin-top: 10px;
  padding: 8px 20px;
  border-radius: 2px;
  background-color: #5d6169;
  -webkit-transition: background-color 500ms ease;
  -o-transition: background-color 500ms ease;
  transition: background-color 500ms ease;
  font-family: Lato, sans-serif;
  color: white;
  font-weight: 700;
  text-transform: uppercase;
}
.submit-button:hover {
  background-color: #50cca9;
}
.logo {
  position: static;
  display: block;
  overflow-x: visible;
  overflow-y: visible;
  width: 200px;
  margin-top: 5px;
  margin-bottom: 0px;
  float: none;
  clear: none;
  background-image: url('../images/DataRush.jpeg');
  background-size: contain;
  background-repeat: no-repeat;
  font-family:'Trebuchet MS', 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Tahoma, sans-serif;
}
.dot {
  color: #50cca9;
}
.nav-link-container {
  float: left;
  text-align: center;
}
.logo-container {
  display: block;
  height: 77px;
  margin-right: 60px;
  padding-top: 8px;
  float: left;
  text-align: center;
}
.slider-arrow {
  width: 50px;
  height: 40px;
  margin-right: 0px;
  padding-top: 9px;
  background-color: #d0d4db;
  -webkit-transition: background-color 500ms ease;
  -o-transition: background-color 500ms ease;
  transition: background-color 500ms ease;
  font-size: 22px;
  font-weight: 700;
}
.slider-arrow:hover {
  background-color: #393b40;
}
.slider-arrow.left {
  margin-left: 0px;
}
.client-logo {
  display: block;
  height: 60px;
  margin-right: auto;
  margin-left: auto;
}
.overall-row {
  -webkit-transition: all 500ms ease-in;
  -o-transition: all 500ms ease-in;
  transition: all 500ms ease-in;
  text-align: center;
}
.photos-row {
  background-color: #5d6169;
}
.photo-column {
  height: 300px;
  padding-right: 0px;
  padding-left: 0px;
  background-color: #5d6169;
  background-image: url('../images/cashlessss.jpg');
  background-position: 50% 50%;
  background-size: cover;
}
.photo-column._3 {
  background-image: url('../images/monedero.jpg');
}
.photo-column._2 {
  background-image: url('../images/control.jpg');
}
.photo-column._4 {
  background-image: url('../images/lealtad.jpg');
}
.photo-column._5 {
  background-image: url('../images/Desk-3.jpg');
}
.photo-column._6 {
  background-image: url('../images/boletos.gif');
}
.content-tab-pane {
  padding-top: 25px;
  text-align: center;
}
.team-member-column {
  height: 300px;
  padding-right: 0px;
  padding-left: 0px;
  background-image: url('../images/20140530-IMG_0223.jpg');
  background-position: 50% 50%;
  background-size: cover;
}
.team-member-column._2 {
  background-image: url('../images/olp.jpg');
}
.team-member-column._3 {
  background-image: url('../images/ilext.jpg');
}
.team-member-column._4 {
  background-image: url('../images/Testimonial-15.jpg');
}
.team-member-column._5 {
  background-image: url('../images/Testimonial-7.jpg');
}
.team-member-column._6 {
  background-image: url('../images/Testimonial-14.jpg');
}
.image-column-overlay {
  width: 100%;
  height: 100%;
  padding-top: 180px;
  padding-right: 30px;
  padding-left: 30px;
  -webkit-transition: background-color 500ms ease;
  -o-transition: background-color 500ms ease;
  transition: background-color 500ms ease;
}
.image-column-overlay:hover {
  background-color: rgba(45, 47, 51, 0.8);
}
.overlay-title {
  margin-top: 0px;
  margin-bottom: 5px;
  font-family: Lato, sans-serif;
  color: white;
  font-size: 30px;
  line-height: 29px;
  font-weight: 900;
  text-transform: uppercase;
  text-shadow: rgba(0, 0, 0, 0.6) 0px 0px 3px;
}
.overlay-title._2 {
  margin-bottom: 10px;
  color: #f0f2f2;
  font-size: 19px;
  line-height: 22px;
  font-weight: 400;
  text-transform: none;
}
.fun-photo-column {
  height: 300px;
  padding-right: 0px;
  padding-left: 0px;
  background-color: #5d6169;
  background-image: url('../images/Person-6.jpg');
  background-position: 50% 50%;
  background-size: cover;
}
.fun-photo-column._2 {
  background-image: url('../images/Person-14.jpg');
}
.fun-photo-column._3 {
  background-image: url('../images/Interior-1.jpg');
}
.fun-photo-column._5 {
  background-image: url('../images/Person-29.jpg');
}
.fun-photo-column._6 {
  background-image: url('../images/Person-16.jpg');
}
.fun-photo-column._4 {
  background-image: url('../images/Random-3.jpg');
}
.link {
  -webkit-transition: color 500ms ease;
  -o-transition: color 500ms ease;
  transition: color 500ms ease;
  color: #50cca9;
  text-decoration: none;
}
.link:hover {
  color: black;
}
.contact-icon {
  display: block;
  width: 45px;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
}
.success-bg {
  padding-top: 16px;
  border-radius: 2px;
  background-color: #e0bd90;
}
.success-text {
  color: #917653;
  font-weight: 400;
}
.text-slider-image {
  display: block;
  width: 160px;
  margin-right: auto;
  margin-left: auto;
}
.go-to-top-button {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 2000;
  overflow-x: auto;
  overflow-y: auto;
  width: 40px;
  height: 40px;
  padding-top: 7px;
  padding-right: 10px;
  padding-left: 10px;
  border: 2px solid black;
  border-radius: 2px;
  background-color: #5d6169;
  opacity: 0.12;
  -webkit-transition: opacity 500ms ease;
  -o-transition: opacity 500ms ease;
  transition: opacity 500ms ease;
}
.go-to-top-button:hover {
  opacity: 1;
}
.left-arrow {
  width: 50px;
}
.right-arrow {
  width: 50px;
}
html.w-mod-js.w-mod-no-ios *[data-ix="grow-skill-level-1"] {
  width: 0%;
}
html.w-mod-js.w-mod-no-ios *[data-ix="grow-skill-level-2"] {
  width: 0%;
}
html.w-mod-js.w-mod-no-ios *[data-ix="grow-skill-level-3"] {
  width: 0%;
}
html.w-mod-js.w-mod-no-ios *[data-ix="grow-skill-level-4"] {
  width: 0%;
}
html.w-mod-js.w-mod-no-ios *[data-ix="fade-in-from-top"] {
  opacity: 0;
  -webkit-transform: translate(0px, -15px);
  -ms-transform: translate(0px, -15px);
  -o-transform: translate(0px, -15px);
  transform: translate(0px, -15px);
}
html.w-mod-js.w-mod-no-ios *[data-ix="fade-in-from-top-2"] {
  opacity: 0;
  -webkit-transform: translate(0px, -15px);
  -ms-transform: translate(0px, -15px);
  -o-transform: translate(0px, -15px);
  transform: translate(0px, -15px);
}
html.w-mod-js.w-mod-no-ios *[data-ix="fade-in-from-top-3"] {
  opacity: 0;
  -webkit-transform: translate(0px, -15px);
  -ms-transform: translate(0px, -15px);
  -o-transform: translate(0px, -15px);
  transform: translate(0px, -15px);
}
html.w-mod-js *[data-ix="0-opacity-some-block"] {
  opacity: 0.03;
  -webkit-transform: translate(0px, 10px);
  -ms-transform: translate(0px, 10px);
  -o-transform: translate(0px, 10px);
  transform: translate(0px, 10px);
}
html.w-mod-js *[data-ix="header-title"] {
  opacity: 0;
  -webkit-transform: translate(0px, 15px);
  -ms-transform: translate(0px, 15px);
  -o-transform: translate(0px, 15px);
  transform: translate(0px, 15px);
}
html.w-mod-js *[data-ix="header-title-2"] {
  opacity: 0;
}
html.w-mod-js *[data-ix="header-title-3"] {
  opacity: 0;
}
@media (max-width: 991px) {
  .navbar {
    height: 80px;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .page-content {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .page-content.text-slider-sectin {
    padding-top: 30px;
    padding-bottom: 40px;
  }
  .nav-link {
    width: 100%;
    max-width: 100%;
    margin-right: 0px;
    padding-top: 23px;
    padding-bottom: 23px;
    padding-left: 30px;
    border-bottom: 2px solid rgba(0, 0, 0, 0.09);
    -webkit-transition: background-color 500ms ease;
    -o-transition: background-color 500ms ease;
    transition: background-color 500ms ease;
    color: white;
    font-size: 16px;
  }
  .nav-link:hover {
    border-bottom-color: black;
    background-color: #46494f;
    color: white;
  }
  .tab-slide {
    height: 600px;
    padding-top: 115px;
  }
  .tab-slider-button {
    width: 22%;
    margin-right: 10px;
    padding-right: 0px;
    padding-left: 12px;
  }
  .tab-slider {
    clear: both;
  }
  .tab-slide-container {
    padding-right: 200px;
  }
  .section-title-block {
    padding-right: 100px;
    padding-left: 100px;
  }
  .footer {
    padding-top: 50px;
    padding-bottom: 40px;
  }
  .left-column {
    padding-right: 40px;
  }
  .text-slider-left {
    padding-top: 15px;
    padding-right: 10px;
  }
  .client-row {
    margin-bottom: 5px;
  }
  .client-column {
    padding-right: 5px;
    padding-left: 5px;
  }
  .client-block {
    height: 90px;
  }
  .white-column.not-white {
    padding-right: 0px;
    padding-left: 25px;
  }
  .nav-link-container {
    float: none;
    background-color: #50cca9;
  }
  .logo-container {
    height: 80px;
    padding-top: 10px;
  }
  .text-slider-row {
    padding-right: 50px;
    padding-left: 50px;
  }
  .client-logo {
    height: 50px;
  }
  .photo-column {
    height: 240px;
  }
  .team-member-column {
    height: 240px;
  }
  .image-column-overlay {
    padding-top: 125px;
  }
  .overlay-title {
    font-size: 27px;
  }
  .fun-photo-column {
    height: 240px;
  }
  .menu-button {
    width: 80px;
    height: 80px;
    padding-top: 22px;
    padding-left: 16px;
    background-color: #50cca9;
    color: white;
    font-size: 37px;
    text-align: center;
  }
  .menu-button:hover {
    background-color: #42b393;
  }
  .menu-button.w--open {
    background-color: #5d6169;
  }
}
@media (max-width: 767px) {
  .page-content {
    padding-right: 30px;
    padding-left: 30px;
  }
  .page-content.text-slider-sectin {
    padding-right: 0px;
    padding-bottom: 30px;
    padding-left: 0px;
  }
  .text-slider {
    height: auto;
  }
  .text-slider-title {
    font-size: 29px;
  }
  .text-slider-title.description {
    font-size: 17px;
  }
  .nav-link {
    padding-top: 16px;
    padding-bottom: 16px;
    padding-left: 25px;
  }
  .tab-slider-nav {
    height: auto;
    margin-top: 0px;
    padding: 25px 30px;
    background-color: #5d6169;
    background-image: none;
    background-position: 0% 0%;
    background-size: auto;
    background-repeat: repeat;
    background-attachment: scroll;
  }
  .tab-slide {
    height: 370px;
    padding-top: 100px;
    padding-right: 30px;
    padding-left: 30px;
  }
  .tab-slider-button {
    width: 100%;
    height: auto;
    margin-right: 7px;
    margin-bottom: 3px;
    padding-bottom: 10px;
  }
  .tab-slider-title {
    font-size: 43px;
    line-height: 44px;
  }
  .tab-slider-title.top-title {
    margin-bottom: 17px;
    padding-top: 2px;
    padding-bottom: 2px;
    font-size: 11px;
    text-shadow: none;
  }
  .tab-button-title {
    margin-bottom: 5px;
    font-size: 17px;
    line-height: 18px;
  }
  .tab-slider {
    display: inline-block;
  }
  .tab-slide-container {
    padding-right: 0px;
  }
  .section-title-block {
    margin-bottom: 30px;
  }
  .divider.left-aligned {
    margin-right: auto;
    margin-left: auto;
  }
  .footer {
    padding-right: 30px;
    padding-left: 30px;
  }
  .left-column {
    padding-right: 0px;
    padding-bottom: 20px;
    padding-left: 0px;
  }
  .text-slider-left {
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .text-slider-right {
    padding-top: 5px;
    padding-right: 30px;
  }
  .client-row {
    margin-bottom: 0px;
  }
  .client-column {
    padding-right: 5px;
    padding-bottom: 2px;
    padding-left: 5px;
  }
  .white-column {
    height: 300px;
  }
  .white-column.not-white {
    padding: 45px 25px 0px;
    text-align: center;
  }
  .contact-form {
    width: 100%;
  }
  .logo-container {
    padding-left: 25px;
  }
  .text-slider-row {
    text-align: center;
  }
  .right-column {
    padding-right: 0px;
    padding-left: 0px;
  }
  .photo-column {
    height: 200px;
  }
  .team-member-column {
    height: 200px;
  }
  .image-column-overlay {
    padding-top: 90px;
    padding-right: 15px;
    padding-left: 15px;
  }
  .overlay-title {
    font-size: 20px;
  }
  .overlay-title._2 {
    font-size: 15px;
    line-height: 17px;
  }
  .fun-photo-column {
    height: 200px;
  }
  .text-slider-image {
    width: 125px;
  }
}
@media (max-width: 479px) {
  .page-content {
    padding: 30px 26px 30px 25px;
  }
  .text-slider-title {
    font-size: 25px;
    line-height: 27px;
  }
  .nav-link {
    padding-left: 20px;
  }
  .tab-slider-nav {
    padding: 20px 25px;
  }
  .tab-slide {
    position: relative;
    padding-right: 25px;
    padding-left: 25px;
  }
  .tab-slider-button {
    width: 100%;
    margin-bottom: 2px;
    padding-top: 4px;
    padding-bottom: 6px;
  }
  .tab-slider-title {
    font-size: 30px;
    line-height: 30px;
  }
  .tab-slider-title.description {
    margin-top: 10px;
    font-size: 16px;
    line-height: 20px;
  }
  .tab-slider-title.top-title {
    margin-bottom: 10px;
    text-shadow: none;
  }
  .tab-button-title {
    margin-bottom: 3px;
    font-size: 15px;
  }
  .section-title {
    font-size: 29px;
  }
  .section-title-block {
    margin-bottom: 20px;
    padding-right: 30px;
    padding-left: 30px;
  }
  .divider.centered {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .footer {
    padding: 30px 25px;
  }
  .overall-tab-button {
    margin-right: 0px;
    margin-bottom: 2px;
    margin-left: 0px;
    text-align: center;
  }
  .footer-tab-pane {
    height: auto;
    padding-top: 0px;
  }
  .text-slider-right {
    padding-right: 0px;
    padding-left: 0px;
  }
  .client-column {
    padding-bottom: 5px;
  }
  .client-block {
    height: auto;
    padding-right: 10px;
    padding-left: 10px;
  }
  .white-column {
    height: auto;
  }
  .white-column.not-white {
    padding-right: 16px;
    padding-left: 15px;
  }
  .footer-column {
    padding-top: 20px;
  }
  .some-button {
    width: 60px;
    height: 60px;
    margin-top: 30px;
    padding-top: 14px;
    padding-right: 13px;
    padding-left: 13px;
  }
  .logo-container {
    padding-left: 20px;
  }
  .slider-arrow {
    width: 30px;
  }
  .slider-arrow.left {
    width: 30px;
  }
  .client-logo {
    height: 40px;
  }
  .photo-column {
    height: 230px;
    margin-bottom: 1px;
  }
  .content-tab-pane {
    padding-top: 0px;
  }
  .team-member-column {
    height: 230px;
    margin-bottom: 1px;
  }
  .image-column-overlay {
    padding-top: 115px;
  }
  .overlay-title {
    font-size: 29px;
  }
  .overlay-title._2 {
    font-size: 17px;
  }
  .fun-photo-column {
    height: 230px;
    margin-bottom: 1px;
  }
  .text-slider-image {
    width: 90px;
    margin-bottom: 5px;
  }
  .left-arrow {
    width: 30px;
  }
  .right-arrow {
    width: 30px;
  }
}