body {
  height: 100%;
  font-family: Lato, sans-serif;
  color: #777;
  font-size: 14px;
  line-height: 21px;
  font-weight: 400;
}

h1 {
  margin: 10px 0px 30px;
  font-family: Raleway, sans-serif;
  color: #fff;
  font-size: 72px;
  line-height: 100px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 1px;
  text-transform: none;
  text-shadow: 0 1px 0 rgba(33, 33, 33, .2);
}

h2 {
  margin: 10px 0px;
  box-shadow: none;
  font-family: Raleway, sans-serif;
  color: #fff;
  font-size: 30px;
  line-height: 36px;
  font-style: normal;
  font-weight: 300;
  text-align: center;
  letter-spacing: 1px;
  text-shadow: 0 1px 0 rgba(0, 0, 0, .2);
}

h3 {
  margin: 0px;
  padding-bottom: 15px;
  font-family: Raleway, sans-serif;
  color: #222;
  font-size: 21px;
  line-height: 30px;
  font-weight: 400;
  text-align: left;
  letter-spacing: 1px;
  text-transform: uppercase;
}

h4 {
  margin: 10px 0px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}

h5 {
  margin: 10px 0px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}

h6 {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 7px;
  padding-right: 10px;
  padding-left: 40px;
  color: #999;
  font-size: 11px;
  line-height: 18px;
  font-weight: 700;
  text-transform: uppercase;
}

h6:hover {
  color: #222;
}

p {
  margin-top: 0px;
  margin-bottom: 5px;
  font-family: Raleway, sans-serif;
  font-size: 14px;
  text-align: left;
}

.button {
  display: block;
  max-width: 80%;
  margin: 23px auto 5px;
  padding: 10px 25px;
  float: none;
  border: 2px solid #feda2e;
  border-radius: 4px;
  background-color: #feda2e;
  font-family: Ubuntu, Helvetica, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.button:hover {
  border: 2px solid #0b94bf;
  background-color: #0b94bf;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
}

.button.hero {
  display: inline-block;
  margin-right: 20px;
  margin-left: auto;
  padding: 9px 30px;
  border: 1px solid #fff;
  background-color: #fff;
  -webkit-transition: background-color 500ms ease, color 500ms ease;
  transition: background-color 500ms ease, color 500ms ease;
  color: #222;
  font-size: 12px;
  font-weight: 700;
  text-align: center;
}

.button.hero:hover {
  background-color: transparent;
  color: #fff;
}

.button.download {
  margin-top: 0px;
}

.section {
  display: block;
  padding: 10px 20px 40px;
}

.section.dark {
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  background-color: #f5f5f5;
  background-image: none;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.section.dark.folio {
  padding-top: 20px;
  padding-bottom: 20px;
}

.section.bg-image {
  padding-top: 125px;
  padding-bottom: 125px;
  background-image: url('../images/hodgepodge.png');
  background-position: 50% 66%;
  background-size: auto;
  background-repeat: repeat;
  background-attachment: scroll;
}

.section.map {
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  box-shadow: none;
}

.section.iphone {
  background-color: #f0f0f0;
  background-image: none;
}

.hero-text {
  margin-top: 300px;
  text-align: center;
}

.hero-text.about-text {
  margin-top: 0px;
  padding-top: 0px;
}

.services {
  position: static;
  margin-bottom: 10px;
  padding-right: 10px;
  padding-left: 10px;
  font-family: 'Didact Gothic', sans-serif;
}

.icon {
  position: static;
  display: block;
  width: 30%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  padding-bottom: 10px;
  text-align: left;
}

.portfolio-text {
  display: block;
  margin-top: 93px;
}

.portfolio-text.left-up {
  margin-top: 65px;
}

.gallery-text {
  padding-right: 144px;
  padding-bottom: 30px;
  padding-left: 144px;
  text-align: center;
}

.center-tittle {
  font-family: Ubuntu, Helvetica, sans-serif;
  color: #333;
  text-align: center;
  text-transform: uppercase;
}

.center-tittle.big-title {
  padding-bottom: 40px;
  font-size: 72px;
  font-weight: 700;
  text-transform: none;
}

.job-title {
  display: inline-block;
  padding-top: 0px;
  padding-bottom: 30px;
  float: none;
  border-bottom: 1px solid rgba(0, 0, 0, .2);
  font-family: Georgia, Times, 'Times New Roman', serif;
  font-style: italic;
  letter-spacing: 1px;
  text-decoration: none;
}

.testatmonial-text {
  margin-top: 10px;
  padding-right: 9px;
  font-family: 'Didact Gothic', sans-serif;
  color: #333;
  font-size: 18px;
  line-height: 28px;
  text-align: left;
}

.name {
  display: inline-block;
  padding-top: 0px;
  padding-bottom: 15px;
  border-bottom: 1px solid #333;
  font-family: Ubuntu, Helvetica, sans-serif;
  color: #333;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.social-team {
  position: static;
  left: 0px;
  right: 0px;
  bottom: 0px;
  padding-top: 20px;
}

.team2 {
  padding-top: 20px;
}

.h1-dark {
  margin-top: -24px;
  color: #222;
  text-align: left;
}

.field {
  margin-top: 25px;
  margin-bottom: 25px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.address {
  padding-top: 30px;
}

.conatct-info {
  margin-top: 0px;
}

.support-text {
  margin-top: 50px;
}

.footer {
  padding-top: 24px;
  padding-bottom: 24px;
  background-color: #333;
}

.footer.mobile {
  font-family: 'Didact Gothic', sans-serif;
  color: #fff;
}

.footer-logo {
  margin-bottom: 10px;
  float: none;
  opacity: 1;
}

.social-wrapper {
  margin-bottom: 10px;
  float: none;
  text-align: left;
}

.social-link {
  padding-right: 5px;
  padding-left: 5px;
  opacity: 1;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.social-link:hover {
  padding-top: 0px;
  opacity: 1;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.footlogo {
  position: static;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  margin-bottom: 20px;
  opacity: 1;
  text-align: left;
}

.footlogo:hover {
  opacity: 1;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.social-icon {
  padding-right: 10px;
  opacity: 0.25;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.social-icon:hover {
  opacity: 1;
}

.align-right {
  text-align: right;
}

.google-map {
  height: 300px;
  margin-top: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.image-wrapper {
  width: 40%;
  float: left;
}

.info-wrapper {
  width: 60%;
  float: right;
}

.nav-link {
  display: inline-block;
  margin-top: 3px;
  padding: 7px 15px;
  -webkit-transition: color 500ms ease;
  transition: color 500ms ease;
  font-family: Ubuntu, Helvetica, sans-serif;
  color: #aaa;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.nav-link:hover {
  color: #fff;
}

.nav-link:active {
  color: #feda2e;
}

.nav-link:focus {
  color: #feda2e;
}

.nav-link.w--current {
  color: #feda2e;
}

.nav-menu {
  position: relative;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: inline-block;
  min-width: 250px;
  padding-top: 0px;
  padding-right: 15px;
  float: right;
  background-color: transparent;
  opacity: 1;
}

.menu-button {
  padding-top: 18px;
  background-color: transparent;
}

.menu-button.w--open {
  background-color: transparent;
}

.left-image {
  margin-bottom: 10px;
  text-align: center;
}

.work {
  margin-bottom: 0px;
  text-align: center;
}

.contact-link {
  color: #777;
  text-decoration: none;
}

.portfolio {
  position: static;
  height: 251px;
  min-height: 0px;
}

.portfolio.one {
  margin-bottom: 20px;
  padding: 10px;
  background-image: url('../images/1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.portfolio.two {
  padding: 10px;
  background-image: url('../images/2.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.portfolio.three {
  padding: 10px;
  background-image: url('../images/3.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.portfolio.four {
  padding: 10px;
  background-image: url('../images/4.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.portfolio.five {
  padding: 10px;
  background-image: url('../images/5.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.portfolio.six {
  padding: 10px;
  background-image: url('../images/6.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.portfolio-title {
  width: 100%;
  height: 100%;
  min-width: 0px;
  padding-top: 112px;
  background-color: rgba(0, 0, 0, .7);
  font-size: 18px;
}

.portfolio-info {
  font-family: Raleway, sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  text-transform: uppercase;
}

.portfolio-link {
  width: 100%;
  height: 100%;
  text-decoration: none;
}

.slider {
  height: 120%;
}

.survey-slider {
  height: auto;
  min-height: 750px;
}

.nav-bar {
  position: fixed;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: rgba(24, 34, 61, .85);
}

.logo {
  padding-top: 0px;
  padding-bottom: 0px;
}

.client-logo {
  opacity: 0.8;
  text-align: center;
}

.client-logo:hover {
  opacity: 1;
}

.back-icon {
  float: left;
  opacity: 0.3;
  text-align: center;
}

.back-icon:hover {
  opacity: 1;
}

.portfolio-back {
  text-align: left;
}

.back-link {
  text-align: right;
  text-decoration: none;
}

.prev-link {
  padding-top: 0px;
  color: #999;
  font-size: 20px;
  text-decoration: none;
}

.prev-link:hover {
  color: #222;
}

.prev-icon {
  padding-top: 3px;
  float: left;
  text-align: right;
}

.prev-icon.next {
  float: right;
}

.success-message {
  border-radius: 6px;
  background-color: #52b350;
  color: #fff;
}

.error-message {
  border-radius: 6px;
  background-color: #fa8282;
  color: #fff;
}

.prev-text {
  padding-top: 4px;
  padding-left: 15px;
  float: right;
}

.slide-1 {
  display: inline-block;
  background-image: -webkit-linear-gradient(315deg, rgba(0, 0, 0, .3), hsla(0, 0%, 100%, .01)), url('../images/Hero-img.jpg');
  background-image: linear-gradient(135deg, rgba(0, 0, 0, .3), hsla(0, 0%, 100%, .01)), url('../images/Hero-img.jpg');
  background-position: 0px 0px, 50% 0px;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, scroll;
}

.slide-1-B {
  display: inline-block;
/*  background-image: -webkit-linear-gradient(315deg, rgba(0, 0, 0, .3), hsla(0, 0%, 100%, .01)), url('../images/Hero-img.jpg');
  background-image: linear-gradient(135deg, rgba(0, 0, 0, .3), hsla(0, 0%, 100%, .01)), url('../images/Hero-img.jpg');*/
  background-position: 0px 0px, 50% 0px;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, scroll;
}

.slide-2 {
  background-image: url('../images/hero22.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.accent-text {
  padding-bottom: 33px;
  font-family: Raleway, sans-serif;
  color: #fff;
  font-size: 72px;
  font-weight: 700;
  text-align: center;
}

.formsuccess {
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: 'Didact Gothic', sans-serif;
  color: #0b94bf;
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
  text-align: center;
}

.big-title {
  padding-bottom: 50px;
  font-size: 72px;
  font-weight: 700;
  text-align: center;
  text-transform: none;
}

.big-title.big-left-title {
  margin-top: -24px;
  margin-bottom: 0px;
  padding-bottom: 20px;
  color: #222;
  text-align: left;
}

.portfolio-image-left {
  height: 350px;
  padding-right: 10px;
  padding-left: 0px;
  background-image: url('../images/portfolio-work-big2.jpg');
  background-position: 50% 25%;
  background-size: cover;
  background-repeat: no-repeat;
}

.portfolio-image-right {
  height: 350px;
  padding-right: 0px;
  padding-left: 10px;
  background-image: url('../images/portfolio-work-big3.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.portfolio-top-image {
  margin-bottom: 20px;
}

.portfolio-left-image {
  padding-right: 10px;
  padding-left: 10px;
}

.portfolio-right-image {
  padding-right: 10px;
  padding-left: 10px;
}

.top-image {
  margin-bottom: 0px;
}

.portfolio-image {
  padding-right: 0px;
  padding-left: 0px;
}

.hero-heading {
  margin-top: 0px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 68px;
  line-height: 85px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.hero-intro {
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 28px;
  line-height: 30px;
  font-weight: 400;
}

.paragraph {
  margin-bottom: 0px;
  font-family: 'Didact Gothic', sans-serif;
  color: #333;
  font-size: 18px;
  line-height: 28px;
  text-align: left;
}

.link {
  display: block;
  font-family: Ubuntu, Helvetica, sans-serif;
  color: #409bb5;
  text-decoration: none;
}

.learnlink {
  display: block;
  margin-bottom: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Ubuntu, Helvetica, sans-serif;
  color: #0b94bf;
  font-size: 18px;
  text-align: left;
  text-decoration: none;
}

.learnlink:hover {
  text-transform: uppercase;
}

.heading-2 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Ubuntu, Helvetica, sans-serif;
  color: #333;
  font-size: 32px;
  line-height: 36px;
  font-weight: 700;
  text-transform: uppercase;
}

.heading-2.white {
  color: #fff;
}

.cta-heading {
  margin-top: 10px;
  margin-bottom: 20px;
  padding-bottom: 10px;
  font-family: Ubuntu, Helvetica, sans-serif;
  color: #fff;
  font-size: 26px;
  line-height: 36px;
  font-weight: 700;
  text-transform: uppercase;
}

.paragraph-2 {
  font-family: 'Didact Gothic', sans-serif;
  font-size: 18px;
  line-height: 28px;
}

.ctatext {
  padding-right: 50px;
  font-family: 'Didact Gothic', sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
}

.column {
  position: relative;
  margin-top: 30px;
}

.section-cta {
  display: block;
  padding-top: 50px;
  padding-bottom: 90px;
}

.section-cta.dark {
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  background-color: #f5f5f5;
  background-image: none;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.section-cta.dark.folio {
  padding-top: 20px;
  padding-bottom: 20px;
}

.section-cta.bg-image {
  padding-top: 125px;
  padding-bottom: 125px;
  background-image: url('../images/hodgepodge.png');
  background-position: 50% 66%;
  background-size: auto;
  background-repeat: repeat;
  background-attachment: scroll;
}

.section-cta.map {
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  box-shadow: none;
}

.section-cta.iphone {
  padding-bottom: 50px;
  border-radius: 4px;
  background-color: #0b94bf;
  background-image: none;
  font-family: Ubuntu, Helvetica, sans-serif;
}

.help-block-heading {
  margin-top: 0px;
  font-family: Ubuntu, Helvetica, sans-serif;
  color: #0b94bf;
  line-height: 28px;
  text-align: center;
  text-transform: none;
}

.heading-4 {
  margin-top: 0px;
  font-family: Ubuntu, Helvetica, sans-serif;
  color: #333;
  line-height: 44px;
  text-align: left;
}

.heading-4.intro-text {
  margin-top: 20px;
  text-align: center;
}

.footertext {
  font-family: 'Didact Gothic', sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  letter-spacing: 1px;
}

.row {
  margin-bottom: 14px;
}

.footerhead {
  margin-bottom: 25px;
  font-family: Ubuntu, Helvetica, sans-serif;
  color: #fff;
  font-weight: 300;
}

.helpblock {
  font-family: 'Didact Gothic', sans-serif;
  color: #333;
  font-size: 18px;
  line-height: 28px;
  text-align: left;
}

.helplink {
  display: block;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Ubuntu, Helvetica, sans-serif;
  color: #0b94bf;
  font-size: 18px;
  text-align: center;
  text-decoration: none;
}

.helplink:hover {
  text-transform: uppercase;
}

.footerbutton {
  position: static;
  display: block;
  max-width: 75%;
  margin-top: 15px;
  margin-bottom: 15px;
  padding: 10px 0px;
  float: none;
  border: 2px solid #feda2e;
  border-radius: 4px;
  background-color: #feda2e;
  font-family: Ubuntu, Helvetica, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.footerbutton:hover {
  border: 2px solid #0b94bf;
  background-color: #0b94bf;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
}

.footerbutton.hero {
  display: inline-block;
  margin-right: 20px;
  margin-left: auto;
  padding: 9px 30px;
  border: 1px solid #fff;
  background-color: #fff;
  -webkit-transition: background-color 500ms ease, color 500ms ease;
  transition: background-color 500ms ease, color 500ms ease;
  color: #222;
  font-size: 12px;
  font-weight: 700;
  text-align: center;
}

.footerbutton.hero:hover {
  background-color: transparent;
  color: #fff;
}

.footerbutton.download {
  margin-top: 0px;
}

.footerbutton.full-button {
  position: static;
  display: block;
  max-width: 100%;
}

.footerlink {
  display: block;
  color: #fff;
  font-size: 14px;
  line-height: 28px;
  letter-spacing: 1px;
  text-decoration: none;
}

.image {
  color: #fff;
}

.image-2 {
  display: inline-block;
  opacity: 1;
}

.html-embed {
  position: static;
  top: 0px;
  right: 0px;
  bottom: 0px;
}

.column-3 {
  margin-top: 20px;
}

.columnc {
  margin-top: 0px;
  border-style: none solid;
  border-right-width: 1px;
  border-right-color: #0b94bf;
  border-left-width: 1px;
  border-left-color: #0b94bf;
}

.div-block {
  margin-top: 0px;
  padding-top: 200px;
  background-image: url('../images/Headerband3.jpg');
  background-position: 52% 0px;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.container {
  display: block;
}

.heading-5 {
  padding-top: 200px;
}

.columnl {
  display: block;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-style: none solid;
  border-width: 5px 1px;
  border-color: #0b94bf;
}

.full-button {
  display: block;
  margin-top: 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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border: 2px solid #feda2e;
  border-radius: 4px;
  background-image: -webkit-linear-gradient(270deg, #feda2e, #feda2e);
  background-image: linear-gradient(180deg, #feda2e, #feda2e);
  font-family: Ubuntu, Helvetica, sans-serif;
  color: #333;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.full-button:hover {
  border-color: #0b94bf;
  background-image: -webkit-linear-gradient(270deg, #0b94bf, #0b94bf);
  background-image: linear-gradient(180deg, #0b94bf, #0b94bf);
  color: #fff;
}

.row-2 {
  margin-bottom: 20px;
}

.section-3 {
  background-image: -webkit-linear-gradient(270deg, #0b94bf, #0b94bf);
  background-image: linear-gradient(180deg, #0b94bf, #0b94bf);
}

.intro-text {
  font-family: Ubuntu, Helvetica, sans-serif;
  color: #333;
  line-height: 35px;
  text-align: center;
  letter-spacing: 0px;
}

.banner-text {
  margin-bottom: 0px;
  font-family: Ubuntu, Helvetica, sans-serif;
  color: #333;
  font-size: 18px;
  line-height: 35px;
  font-weight: 700;
  text-align: center;
}

.container-3 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.paragraph-3 {
  font-family: Ubuntu, Helvetica, sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 35px;
  text-align: center;
  letter-spacing: 0px;
}

.section-4 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.heading-6 {
  margin-top: 0px;
  margin-bottom: 0px;
}

.tab-link {
  background-image: -webkit-linear-gradient(270deg, #0b94bf, #0b94bf);
  background-image: linear-gradient(180deg, #0b94bf, #0b94bf);
  color: #fff;
}

.tab-link:hover {
  background-image: -webkit-linear-gradient(270deg, rgba(11, 148, 191, .98), rgba(11, 148, 191, .98));
  background-image: linear-gradient(180deg, rgba(11, 148, 191, .98), rgba(11, 148, 191, .98));
}

.tab-link:active {
  background-image: -webkit-linear-gradient(270deg, #0b94bf, #0b94bf);
  background-image: linear-gradient(180deg, #0b94bf, #0b94bf);
}

.div-block-2 {
  height: 400px;
  background-image: url('../images/pushups.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.faq {
  margin-top: 0px;
  background-color: #fff;
  font-family: Ubuntu, Helvetica, sans-serif;
  color: #333;
  line-height: 44px;
  cursor: pointer;
}

.faq:hover {
  color: #0b94bf;
}

.heading-7 {
  font-family: Ubuntu, Helvetica, sans-serif;
  color: #333;
  font-size: 18px;
  line-height: 25px;
}

.answer {
  display: inline-block;
  margin-bottom: 20px;
  padding: 5px;
  border-style: none;
  border-width: 3px 3px 1px;
  border-color: rgba(11, 148, 191, .5) rgba(11, 148, 191, .5) #0b94bf;
  background-color: transparent;
  font-family: 'Didact Gothic', sans-serif;
  color: #0b94bf;
  font-size: 18px;
  line-height: 28px;
}

.list-item {
  font-family: 'Didact Gothic', sans-serif;
  color: #0b94bf;
  font-size: 18px;
  line-height: 25px;
}

.list-item-2 {
  font-family: 'Didact Gothic', sans-serif;
  color: #333;
  font-size: 18px;
  line-height: 28px;
}

.answer2 {
  border-radius: 4px;
  font-family: 'Didact Gothic', sans-serif;
  color: #0b94bf;
  font-size: 18px;
  line-height: 28px;
}

.heading-8 {
  font-family: Ubuntu, Helvetica, sans-serif;
  color: #333;
  font-size: 32px;
  line-height: 36px;
  font-weight: 700;
  text-transform: uppercase;
}

.subanswer {
  padding-top: 5px;
  padding-left: 5px;
  font-family: 'Didact Gothic', sans-serif;
  font-size: 18px;
}

.answer-3 {
  margin-bottom: 20px;
  padding: 5px;
  border-style: none;
  border-width: 3px;
  border-color: rgba(11, 148, 191, .5);
  border-radius: 4px;
  font-family: 'Didact Gothic', sans-serif;
  color: #0b94bf;
  font-size: 18px;
  line-height: 28px;
}

.answer4 {
  margin-bottom: 20px;
  padding: 5px;
  border-style: none;
  border-width: 3px;
  border-color: rgba(11, 148, 191, .5);
  border-radius: 4px;
  font-family: 'Didact Gothic', sans-serif;
  color: #0b94bf;
  font-size: 18px;
  line-height: 28px;
}

.answer5 {
  margin-bottom: 20px;
  padding: 5px;
  border-style: none;
  border-width: 3px;
  border-color: rgba(11, 148, 191, .5);
  border-radius: 4px;
  font-family: 'Didact Gothic', sans-serif;
  color: #0b94bf;
  font-size: 18px;
  line-height: 28px;
}

.answer6 {
  margin-bottom: 20px;
  padding: 5px;
  border-style: none;
  border-width: 3px;
  border-color: rgba(11, 148, 191, .5);
  border-radius: 4px;
  font-family: 'Didact Gothic', sans-serif;
  color: #0b94bf;
  font-size: 18px;
  line-height: 28px;
}

.heading-9 {
  display: block;
}

.text-span {
  font-family: Ubuntu, Helvetica, sans-serif;
  font-weight: 700;
  text-decoration: none;
}

.heading-10 {
  font-family: Ubuntu, Helvetica, sans-serif;
  color: #333;
  line-height: 44px;
}

.heading-11 {
  font-family: Ubuntu, Helvetica, sans-serif;
}

.heading-12 {
  font-family: Ubuntu, Helvetica, sans-serif;
}

.bluecta {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #0b94bf;
  background-image: -webkit-linear-gradient(270deg, rgba(11, 148, 191, .35), rgba(11, 148, 191, .35)), url('../images/kbell3.jpg');
  background-image: linear-gradient(180deg, rgba(11, 148, 191, .35), rgba(11, 148, 191, .35)), url('../images/kbell3.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
}

.columnr {
  display: block;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-style: none solid;
  border-width: 5px 1px;
  border-color: #0b94bf;
}

.columnl2 {
  display: block;
  padding-right: 20px;
  padding-bottom: 10px;
  padding-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border: 1px none #0b94bf;
}

.row-3 {
  border: 1px solid #0b94bf;
}

.columnr2 {
  display: block;
  padding-right: 20px;
  padding-bottom: 10px;
  padding-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-style: none none none solid;
  border-width: 1px;
  border-color: #0b94bf;
}

.paragraph-4 {
  font-family: Ubuntu, Helvetica, sans-serif;
  color: #333;
  font-size: 18px;
  line-height: 28px;
}

.row-4 {
  margin-top: 40px;
}

.corptest {
  position: relative;
  padding-top: 10px;
  background-color: #f5f5f5;
}

.row-6 {
  margin-right: auto;
  margin-left: auto;
}

.div-block-3 {
  padding-bottom: 10px;
  border-bottom: 1px solid #0b94bf;
}

.image-3 {
  position: static;
  top: 25%;
  bottom: auto;
}

.image-4 {
  display: block;
  margin-right: auto;
  margin-left: auto;
  text-align: left;
}

.row-7 {
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  padding-bottom: 10px;
  border-bottom: 1px solid #0b94bf;
}

.row-8 {
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #0b94bf;
}

.row-9 {
  margin-bottom: 20px;
  padding-bottom: 10px;
  border: 1px solid #0b94bf;
}

.testatmonial-text-2 {
  padding: 5px 10px 8px 20px;
  background-color: rgba(11, 148, 191, .45);
  font-family: 'Didact Gothic', sans-serif;
  color: #333;
  font-size: 18px;
  line-height: 28px;
  text-align: left;
}

.row-10 {
  margin-top: 20px;
}

.emphasized-text {
  font-size: 12px;
  line-height: 0px;
}

.emphasized-text-2 {
  font-size: 12px;
  line-height: 10px;
}

.text-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.dropdown-toggle {
  padding: 0px;
}

.dropdown-link {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  background-color: rgba(24, 34, 61, .85);
  font-family: Ubuntu, Helvetica, sans-serif;
  color: #fff;
  font-weight: 700;
}

.dropdown-link:hover {
  background-color: rgba(0, 0, 0, .8);
  color: #feda2e;
}

.dropdown-link.w--current {
  background-color: rgba(0, 0, 0, .8);
  color: #feda2e;
}

.corppara {
  height: 400px;
  background-image: url('../images/seminarpara.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.nav-link-2 {
  display: inline-block;
  margin-top: 3px;
  padding: 7px 15px;
  -webkit-transition: color 500ms ease;
  transition: color 500ms ease;
  font-family: Ubuntu, Helvetica, sans-serif;
  color: #aaa;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  cursor: default;
}

.nav-link-2:hover {
  color: #fff;
}

.nav-link-2:active {
  color: #feda2e;
}

.nav-link-2.w--current {
  color: #feda2e;
}

.columnmobile {
  display: block;
  padding-bottom: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border: 1px none #0b94bf;
}

.image-5 {
  display: block;
  margin-top: 25px;
  margin-right: auto;
  margin-left: auto;
  text-align: left;
}

.unordered-list {
  margin-top: 9px;
}

.formlabel {
  font-family: Ubuntu, Helvetica, sans-serif;
  color: #0b94bf;
  font-size: 18px;
  line-height: 30px;
}

.text-field {
  margin-bottom: 20px;
  border-style: none none solid;
  border-bottom-width: 1px;
  border-bottom-color: #333;
  background-color: #fafafa;
  font-family: 'Didact Gothic', sans-serif;
}

.row-11 {
  border-bottom: 0px solid #333;
}

.text-span-2 {
  font-size: 18px;
  font-weight: 300;
}

.asterisk {
  color: #777;
  font-weight: 300;
}

.checkbox {
  font-family: 'Didact Gothic', sans-serif;
  color: #333;
  font-size: 18px;
}

.small-note {
  font-size: 10px;
  font-weight: 300;
}

.box {
  width: 25px;
  height: 25px;
  border: 2px solid #0b94bf;
}

.div-block-4 {
  margin-bottom: 11px;
}

.submit-button {
  padding-right: 20px;
  padding-left: 20px;
  border: 1px none #0b94bf;
  border-radius: 4px;
  background-color: #0b94bf;
  font-family: Ubuntu, Helvetica, sans-serif;
}

.html-embed-2 {
  position: static;
  display: block;
}

.contact-block {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #f0f0f0;
  font-size: 18px;
}

.success-message-2 {
  padding-right: 0px;
  padding-left: 0px;
  background-color: transparent;
}

.text-block-2 {
  font-family: 'Didact Gothic', sans-serif;
  font-size: 12px;
  line-height: 24px;
}

.nav-link-highlight {
  display: inline-block;
  margin-top: 3px;
  padding: 7px 15px;
  border-style: none;
  background-color: #0b94bf;
  -webkit-transition: color 500ms ease;
  transition: color 500ms ease;
  font-family: Ubuntu, Helvetica, sans-serif;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.nav-link-highlight:hover {
  background-color: #feda2e;
  color: #18223d;
}

.nav-link-highlight:active {
  color: #18223d;
}

.nav-link-highlight:focus {
  color: #fff;
}

.nav-link-highlight.w--current {
  color: #feda2e;
}

.slide-nav {
  font-size: 10px;
}

.testamonialslide {
  background-color: #fff;
}

.block-quote {
  display: block;
  max-width: 75%;
  margin: 10px auto 0px;
  border-style: none;
  font-family: 'Didact Gothic', sans-serif;
  color: #333;
  font-size: 28px;
  line-height: 36px;
  font-style: italic;
}

.text-span-3 {
  text-align: right;
}

.block-quote-name {
  display: block;
  max-width: 75%;
  margin-top: 10px;
  margin-right: auto;
  margin-left: auto;
  float: none;
  border-style: none;
  font-family: 'Didact Gothic', sans-serif;
  color: #333;
  font-size: 22px;
  line-height: 24px;
  font-style: italic;
  text-align: right;
}

.section-5 {
  margin-bottom: 40px;
  padding-top: 40px;
  background-color: #fff;
}

.slider-2 {
  height: 250px;
}

.link-2 {
  display: inline;
  text-decoration: none;
}

.info-block {
  margin-right: 10px;
  margin-left: 10px;
  padding-right: 0px;
  padding-bottom: 0px;
  background-color: transparent;
}

.column-4 {
  padding-right: 30px;
}

.column-5 {
  padding-right: 20px;
  padding-left: 20px;
}

.form-block {
  padding-right: 10px;
  padding-left: 10px;
  border-radius: 4px;
  background-color: #fafafa;
}

.infoblocks {
  display: block;
  padding: 50px 20px;
}

.infoblocks.dark {
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  background-color: #f5f5f5;
  background-image: none;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.infoblocks.dark.folio {
  padding-top: 20px;
  padding-bottom: 20px;
}

.infoblocks.bg-image {
  padding-top: 125px;
  padding-bottom: 125px;
  background-image: url('../images/hodgepodge.png');
  background-position: 50% 66%;
  background-size: auto;
  background-repeat: repeat;
  background-attachment: scroll;
}

.infoblocks.map {
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  box-shadow: none;
}

.infoblocks.iphone {
  background-color: #f0f0f0;
  background-image: none;
}

.trainer {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #f5f5f5;
}

.clients {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #fff;
}

.formerror {
  font-family: 'Didact Gothic', sans-serif;
  color: #333;
  font-size: 12px;
}

.centered-text {
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: 'Didact Gothic', sans-serif;
  color: #333;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  text-align: center;
}

.studio-heading {
  margin-top: 0px;
  font-family: Ubuntu, Helvetica, sans-serif;
  color: #333;
  line-height: 44px;
  text-align: left;
}

.studio-heading.intro-text {
  margin-top: 20px;
  text-align: center;
}

.subtext {
  margin-bottom: 0px;
  font-family: 'Didact Gothic', sans-serif;
  color: #333;
  font-size: 18px;
  line-height: 28px;
  text-align: left;
}

.nav-menu-mobile {
  position: relative;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: inline-block;
  min-width: 250px;
  padding-top: 0px;
  padding-right: 15px;
  float: right;
  background-color: transparent;
  opacity: 1;
}

.navlink-mob {
  display: inline-block;
  margin-top: 3px;
  padding: 7px 15px;
  -webkit-transition: color 500ms ease;
  transition: color 500ms ease;
  font-family: Ubuntu, Helvetica, sans-serif;
  color: #aaa;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.navlink-mob:hover {
  color: #fff;
}

.navlink-mob:active {
  color: #feda2e;
}

.navlink-mob:focus {
  color: #feda2e;
}

.navlink-mob.w--current {
  color: #feda2e;
}

.image-6 {
  margin-top: 10px;
  padding-top: 0px;
}

.navbar-2 {
  position: fixed;
  background-color: rgba(24, 34, 61, .85);
}

.navbar-3 {
  position: static;
  left: 0px;
  top: 0px;
  right: 0px;
  overflow: visible;
}

html.w-mod-js *[data-ix="hero-text"] {
  opacity: 0.04;
  -webkit-transform: scale(0.5, 0.5);
  -ms-transform: scale(0.5, 0.5);
  transform: scale(0.5, 0.5);
}

html.w-mod-js *[data-ix="fade-in"] {
  opacity: 0.04;
  -webkit-transform: scale(0.5, 0.5);
  -ms-transform: scale(0.5, 0.5);
  transform: scale(0.5, 0.5);
}

html.w-mod-js *[data-ix="left-image"] {
  display: block;
  opacity: 0.4300000000000001;
  -webkit-transform: translate(-100px, 0px);
  -ms-transform: translate(-100px, 0px);
  transform: translate(-100px, 0px);
}

html.w-mod-js *[data-ix="left-image-2"] {
  display: block;
  opacity: 0.4300000000000001;
  -webkit-transform: translate(100px, 0px);
  -ms-transform: translate(100px, 0px);
  transform: translate(100px, 0px);
}

html.w-mod-js *[data-ix="hero-image"] {
  display: block;
  opacity: 0;
  -webkit-transform: translate(0px, 100px);
  -ms-transform: translate(0px, 100px);
  transform: translate(0px, 100px);
}

@media (max-width: 991px) {
  h1 {
    margin-top: 0px;
    margin-bottom: 8px;
    font-size: 54px;
    text-shadow: 0 0 0 #000;
  }
  h2 {
    margin-top: 0px;
    margin-bottom: 0px;
    box-shadow: none;
    font-size: 24px;
    text-shadow: 0 0 0 #000;
  }
  h3 {
    font-size: 17px;
    line-height: 28px;
  }
  p {
    font-size: 13px;
  }
  .button {
    position: static;
    display: block;
    margin-right: auto;
    margin-left: auto;
    float: none;
  }
  .section.dark {
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
  }
  .section.bg-image {
    position: static;
    background-position: 50% 50%;
    background-attachment: scroll;
  }
  .hero-text {
    margin-top: 250px;
  }
  .hero-text.about-text {
    margin-top: 0px;
  }
  .portfolio-text {
    margin-top: 46px;
  }
  .portfolio-text.left-up {
    margin-top: 25px;
  }
  .job-title {
    margin-top: 4px;
  }
  .social-team {
    top: 0px;
  }
  .image-wrapper {
    padding-right: 18px;
  }
  .nav-link {
    float: none;
    clear: none;
  }
  .nav-link.w--current {
    float: none;
    clear: none;
  }
  .nav-menu {
    position: relative;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    float: right;
    background-color: transparent;
  }
  .menu-button.w--open {
    position: relative;
    clear: none;
  }
  .portfolio.one {
    margin-bottom: 20px;
  }
  .nav-bar {
    padding-top: 10px;
    padding-bottom: 10px;
    float: right;
  }
  .mobile-icon {
    clear: none;
    color: #fff;
  }
  .accent-text {
    font-size: 54px;
  }
  .hero-heading {
    margin-bottom: 30px;
    font-size: 55px;
    line-height: 60px;
  }
  .section-cta.dark {
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
  }
  .section-cta.bg-image {
    position: static;
    background-position: 50% 50%;
    background-attachment: scroll;
  }
  .column-2 {
    left: 0px;
    right: 0px;
    bottom: 0px;
  }
  .div-block {
    padding-top: 180px;
    background-position: 54% 0px;
  }
  .dropdown-link {
    float: right;
    clear: right;
  }
  .nav-link-2 {
    position: static;
    float: right;
    clear: right;
  }
  .menu-button-2.w--open {
    float: right;
  }
  .html-embed-2 {
    display: block;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
  .nav-link-highlight {
    float: right;
    clear: right;
  }
  .column-4 {
    padding-right: 10px;
  }
  .infoblocks.dark {
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
  }
  .infoblocks.bg-image {
    position: static;
    background-position: 50% 50%;
    background-attachment: scroll;
  }
  .container-4 {
    padding-left: 0px;
  }
  .row-12 {
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 10px;
    padding-left: 10px;
  }
  .nav-menu-mobile {
    position: static;
    width: auto;
    height: auto;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 18px;
    float: right;
    background-color: transparent;
  }
  .navlink-mob {
    float: none;
    clear: none;
  }
  .navlink-mob.w--current {
    float: none;
    clear: none;
  }
}

@media (max-width: 767px) {
  h1 {
    margin-bottom: 26px;
    padding-bottom: 0px;
    font-size: 36px;
    line-height: 60px;
  }
  h2 {
    margin-bottom: 0px;
    box-shadow: none;
    font-size: 18px;
    text-shadow: #000 0px 0px 0px;
  }
  h3 {
    line-height: 27px;
    text-align: center;
  }
  p {
    text-align: center;
  }
  .button {
    position: static;
    display: block;
    margin-top: 30px;
  }
  .button.hero {
    margin-top: 0px;
  }
  .section {
    margin-bottom: 0px;
    padding-top: 43px;
    padding-bottom: 43px;
  }
  .section.dark {
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
  }
  .section.dark.folio {
    padding-bottom: 0px;
  }
  .section.bg-image {
    padding-top: 60px;
    padding-bottom: 60px;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
  }
  .hero-text {
    margin-top: 100px;
  }
  .hero-text.about-text {
    margin-top: -10px;
  }
  .services {
    margin-bottom: 30px;
    padding-top: 0px;
    text-align: center;
  }
  .portfolio-text {
    padding-right: 20px;
    padding-left: 20px;
    text-align: center;
  }
  .portfolio-text.left-up {
    margin-top: 0px;
    padding-right: 10px;
    padding-bottom: 50px;
    padding-left: 10px;
  }
  .gallery-text {
    padding-right: 25px;
    padding-left: 25px;
  }
  .testatmonial-text {
    text-align: left;
  }
  .name {
    text-align: left;
  }
  .team2 {
    padding-top: 0px;
  }
  .h1-dark {
    margin-bottom: 0px;
    padding-bottom: 31px;
    text-align: center;
  }
  .contact-form {
    padding-right: 20px;
    padding-left: 20px;
  }
  .address {
    text-align: center;
  }
  .conatct-info {
    padding-bottom: 60px;
    text-align: center;
  }
  .footer {
    padding-right: 13px;
    padding-left: 13px;
  }
  .footer-logo {
    display: block;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
  .social-wrapper {
    display: block;
    width: 170px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 0px;
  }
  .footlogo {
    display: block;
    width: 200px;
    margin-right: auto;
    margin-left: auto;
  }
  .h3phone {
    text-align: center;
  }
  .image-wrapper {
    text-align: right;
  }
  .testamonial {
    margin-bottom: 54px;
  }
  .nav-link {
    float: none;
    clear: none;
  }
  .nav-menu {
    position: static;
    height: 100%;
    margin-top: 0px;
    padding-bottom: 20px;
  }
  .left-image {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .portfolio.one {
    margin-bottom: 20px;
  }
  .portfolio.two {
    margin-bottom: 20px;
  }
  .portfolio.three {
    margin-bottom: 20px;
  }
  .portfolio.four {
    margin-bottom: 20px;
  }
  .portfolio.five {
    margin-bottom: 20px;
  }
  .portfolio.six {
    margin-bottom: 20px;
  }
  .nav-bar {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .logo {
    padding-top: 10px;
  }
  .client-logo {
    margin-bottom: 50px;
  }
  .portfolio-back {
    padding-bottom: 40px;
    text-align: center;
  }
  .prev-icon {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 30px;
    text-align: center;
  }
  .portfolio-page-mobile {
    padding-bottom: 30px;
    text-align: center;
  }
  .accent-text {
    color: #fff;
    font-size: 25px;
    font-weight: 900;
  }
  .hero-heading {
    margin-bottom: 30px;
    font-size: 55px;
    line-height: 60px;
  }
  .ctatext {
    margin-right: 20px;
    margin-left: 20px;
    padding-right: 0px;
  }
  .section-cta {
    margin-bottom: 0px;
    padding-top: 43px;
    padding-bottom: 43px;
  }
  .section-cta.dark {
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
  }
  .section-cta.dark.folio {
    padding-bottom: 0px;
  }
  .section-cta.bg-image {
    padding-top: 60px;
    padding-bottom: 60px;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
  }
  .helpblock {
    text-align: center;
  }
  .footerbutton {
    display: block;
    margin-top: 30px;
    margin-right: auto;
    margin-left: auto;
  }
  .footerbutton.hero {
    margin-top: 0px;
  }
  .footerlink {
    float: none;
  }
  .column-3 {
    position: relative;
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-right: 20px;
    padding-left: 20px;
  }
  .div-block {
    background-position: 54% 0px;
    font-size: 55px;
  }
  .bluecta {
    background-image: -webkit-linear-gradient(270deg, null, null), url('../images/kbell3.jpg');
    background-image: linear-gradient(180deg, null, null), url('../images/kbell3.jpg');
    background-position: 0px 0px, 50% 0px;
  }
  .corptest {
    margin-bottom: 54px;
  }
  .testatmonial-text-2 {
    text-align: left;
  }
  .nav-link-2 {
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    float: left;
    clear: left;
  }
  .block-quote {
    margin-bottom: 10px;
    padding-bottom: 3px;
  }
  .slider-2 {
    height: 300px;
  }
  .infoblocks {
    margin-bottom: 0px;
    padding-top: 43px;
    padding-bottom: 43px;
  }
  .infoblocks.dark {
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
  }
  .infoblocks.dark.folio {
    padding-bottom: 0px;
  }
  .infoblocks.bg-image {
    padding-top: 60px;
    padding-bottom: 60px;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
  }
  .container-5 {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    background-color: rgba(24, 34, 61, .85);
  }
  .dropdown-list {
    margin-top: 50px;
    background-color: rgba(24, 34, 61, .85);
  }
  .nav-menu-mobile {
    position: static;
    display: block;
    height: 100%;
    margin-top: 60px;
    padding-bottom: 20px;
    float: none;
    clear: none;
    background-color: #0b94bf;
  }
  .navlink-mob {
    float: none;
    clear: none;
    color: #fff;
    font-size: 18px;
  }
  .text-block-3 {
    float: right;
    color: #fff;
    text-transform: uppercase;
  }
  .dropdown {
    float: right;
    clear: right;
  }
  .image-7 {
    margin-top: 10px;
    padding-top: 0px;
  }
  .container-8 {
    background-color: rgba(24, 34, 61, .85);
  }
  .nav-link-3 {
    position: relative;
    float: left;
    clear: left;
  }
  .nav-link-4 {
    position: static;
    clear: left;
  }
  .nav-link-5 {
    display: block;
    clear: none;
    background-color: #409bb5;
    font-family: Ubuntu, Helvetica, sans-serif;
    font-size: 18px;
    text-transform: uppercase;
  }
  .menu-button-3 {
    background-color: transparent;
    color: #fff;
  }
  .menu-button-3:active {
    background-color: #409bb5;
  }
  .menu-button-3.w--open {
    background-color: #409bb5;
  }
  .navbar-3 {
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
  }
}

@media (max-width: 479px) {
  h1 {
    margin-top: 0px;
    margin-bottom: 15px;
    font-size: 25px;
    line-height: 40px;
    text-shadow: #000 0px 0px 0px;
  }
  h2 {
    margin-bottom: -10px;
    padding-top: 0px;
    padding-bottom: 10px;
    box-shadow: none;
    font-size: 13px;
    line-height: 28px;
    font-weight: 400;
    text-shadow: 0 0 0 #000;
  }
  h3 {
    padding-bottom: 20px;
    font-size: 18px;
    text-align: center;
  }
  p {
    padding-right: 20px;
    padding-bottom: 0px;
    text-align: center;
  }
  .button.hero {
    padding: 6px 13px;
  }
  .section {
    padding-top: 50px;
    padding-bottom: 10px;
    text-align: left;
  }
  .section.dark {
    padding-top: 50px;
    padding-bottom: 50px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
  }
  .section.dark.iphone {
    padding-bottom: 50px;
  }
  .section.bg-image {
    padding-top: 30px;
    padding-bottom: 30px;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .section.iphone {
    padding-bottom: 50px;
  }
  .hero-text {
    margin-top: 170px;
  }
  .hero-text.about-text {
    margin-top: 18px;
  }
  .services {
    margin-bottom: 0px;
    padding-bottom: 40px;
    text-align: center;
  }
  .icon {
    display: block;
    text-align: left;
  }
  .portfolio-text {
    margin-top: 40px;
    padding-left: 22px;
    text-align: center;
  }
  .portfolio-text.left-up {
    margin-top: 0px;
    padding-bottom: 50px;
    padding-left: 0px;
  }
  .gallery-text {
    padding-right: 20px;
    padding-left: 10px;
    text-align: center;
  }
  .center-tittle {
    padding-bottom: 20px;
    padding-left: 10px;
    font-size: 18px;
    text-align: center;
  }
  .testatmonial-text {
    text-align: center;
  }
  .name {
    text-align: center;
  }
  .social-team {
    top: 0px;
  }
  .team2 {
    padding-top: 70px;
  }
  .h1-dark {
    padding-top: 0px;
    padding-bottom: 10px;
    text-shadow: 0 0 0 #000;
  }
  .address {
    text-align: center;
  }
  .conatct-info {
    text-align: center;
  }
  .footer.mobile {
    display: block;
  }
  .social-wrapper {
    padding-top: 0px;
  }
  .image-wrapper {
    width: 100%;
    float: none;
    text-align: center;
  }
  .info-wrapper {
    width: 100%;
    float: none;
    text-align: center;
  }
  .nav-link {
    float: left;
    clear: left;
    background-color: rgba(24, 34, 61, .85);
  }
  .nav-menu {
    position: static;
    left: 0px;
    top: 0px;
    right: auto;
    bottom: auto;
    height: 100%;
    margin-top: 0px;
    padding-bottom: 30px;
  }
  .menu-button {
    position: relative;
    float: right;
  }
  .portfolio.three {
    margin-bottom: 20px;
  }
  .slider-1 {
    padding-left: 16px;
  }
  .nav-bar {
    overflow: auto;
  }
  .logo {
    position: static;
    display: block;
    width: 150px;
    margin-right: auto;
    margin-left: auto;
    clear: none;
    text-align: left;
  }
  .mobile-icon {
    position: relative;
    overflow: visible;
  }
  .accent-text {
    padding-top: 18px;
    padding-bottom: 5px;
  }
  .formsuccess {
    padding-bottom: 0px;
    padding-left: 20px;
  }
  .big-title {
    padding-bottom: 20px;
    font-size: 36px;
  }
  .big-title.big-left-title {
    text-align: center;
  }
  .hero-heading {
    display: block;
    overflow: visible;
    max-width: 80%;
    margin-right: auto;
    margin-bottom: 30px;
    margin-left: auto;
    font-size: 40px;
    line-height: 60px;
    letter-spacing: 1px;
  }
  .paragraph {
    max-width: 100%;
    margin-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .heading-2 {
    margin-bottom: 10px;
  }
  .cta-heading {
    margin-top: 0px;
  }
  .ctatext {
    margin-right: 20px;
    margin-left: 20px;
    padding-right: 0px;
  }
  .section-cta {
    padding-top: 50px;
    padding-bottom: 50px;
    text-align: left;
  }
  .section-cta.dark {
    padding-top: 50px;
    padding-bottom: 50px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
  }
  .section-cta.dark.iphone {
    padding-bottom: 50px;
  }
  .section-cta.bg-image {
    padding-top: 30px;
    padding-bottom: 30px;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .section-cta.iphone {
    padding-bottom: 50px;
  }
  .helpblock {
    padding-right: 10px;
    padding-left: 10px;
    text-align: left;
  }
  .footerbutton.hero {
    padding: 6px 13px;
  }
  .footerbutton.mobile {
    max-width: 100%;
  }
  .column-2 {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .div-block {
    background-position: 54% 0px;
  }
  .banner-text {
    display: block;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-left: 20px;
  }
  .paragraph-3 {
    padding-left: 20px;
  }
  .subanswer {
    text-align: left;
  }
  .answer-3 {
    text-align: left;
  }
  .answer4 {
    text-align: left;
  }
  .answer5 {
    text-align: left;
  }
  .answer6 {
    text-align: left;
  }
  .bluecta {
    background-image: -webkit-linear-gradient(270deg, null, null), url('../images/kbell3.jpg');
    background-image: linear-gradient(180deg, null, null), url('../images/kbell3.jpg');
    background-position: 0px 0px, 50% 50%;
  }
  .testatmonial-text-2 {
    display: block;
    max-width: 100%;
    margin-top: 20px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 20px;
    text-align: left;
  }
  .dropdown-link {
    margin-top: 75px;
  }
  .slide-nav {
    background-color: #fff;
  }
  .slider-2 {
    height: auto;
  }
  .infoblocks {
    padding-top: 50px;
    padding-bottom: 10px;
    text-align: left;
  }
  .infoblocks.dark {
    padding-top: 50px;
    padding-bottom: 50px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
  }
  .infoblocks.dark.iphone {
    padding-bottom: 50px;
  }
  .infoblocks.bg-image {
    padding-top: 30px;
    padding-bottom: 30px;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .infoblocks.iphone {
    padding-bottom: 50px;
  }
  .centered-text {
    padding-bottom: 0px;
    padding-left: 20px;
  }
  .mask {
    background-color: #fff;
  }
  .html-embed-3 {
    margin-top: 10px;
  }
  .studio-heading {
    margin-bottom: 0px;
  }
  .subtext {
    max-width: 100%;
    margin-top: -15px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .container-5 {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    background-color: rgba(24, 34, 61, .85);
  }
  .dropdown-list.w--open {
    position: static;
    float: none;
    clear: none;
  }
  .navbar {
    color: #fff;
  }
  .nav-menu-2 {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    margin-top: 60px;
    background-color: rgba(24, 34, 61, .85);
  }
  .nav-menu-mobile {
    position: static;
    left: 0px;
    top: 0px;
    right: auto;
    bottom: auto;
    height: 100%;
    margin-top: 0px;
    padding-bottom: 30px;
  }
  .navlink-mob {
    float: left;
    clear: left;
    background-color: rgba(24, 34, 61, .85);
  }
  .mobiletest {
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    display: block;
    overflow: auto;
  }
  .mobilenav {
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    overflow: auto;
    background-color: rgba(24, 34, 61, .85);
  }
  .link-block.w--current {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 10px;
  }
  .text-block-3 {
    float: right;
    color: #fff;
    text-align: right;
    text-transform: uppercase;
  }
  .dropdown-toggle-2 {
    padding-right: 20px;
  }
  .dropdown-link-2 {
    float: left;
    clear: left;
    font-family: 'Didact Gothic', sans-serif;
    color: #fff;
    text-transform: uppercase;
  }
  .dropdown-link-2:active {
    font-family: 'Didact Gothic', sans-serif;
    color: #feda2e;
  }
  .dropdown-link-3 {
    float: right;
  }
  .dropdown-link-top {
    margin-top: 20px;
    float: left;
    clear: left;
    font-family: 'Didact Gothic', sans-serif;
    color: #fff;
    text-align: left;
    text-transform: uppercase;
  }
  .dropdown-link-top:active {
    font-family: 'Didact Gothic', sans-serif;
    color: #feda2e;
  }
  .dropdown {
    position: fixed;
    top: 0px;
    right: 20px;
    bottom: 0px;
    float: right;
  }
  .dropdown-list-2 {
    float: left;
    clear: right;
  }
  .brand {
    padding-left: 0px;
  }
  .brand.w--current {
    display: block;
    width: 170px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0px;
  }
  .container-6 {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .container-7 {
    width: 100%;
  }
  .nav-link-5 {
    color: #fff;
  }
  .menu-button-3 {
    background-color: transparent;
  }
  .menu-button-3:active {
    background-color: #409bb5;
  }
  .menu-closed {
    color: #fff;
  }
  .menu-closed:active {
    color: #18223d;
  }
  .navbar-3 {
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    overflow: visible;
  }
  .brand-2 {
    overflow: visible;
  }
}

