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-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
}

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

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

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

p {
  margin-top: 0px;
  margin-bottom: 7px;
  font-family: Raleway, sans-serif;
  color: #818590;
  font-size: 15px;
  line-height: 22px;
}

.button {
  display: inline-block;
  width: 185px;
  height: 40px;
  margin-top: 27px;
  margin-right: 32px;
  margin-bottom: 15px;
  padding: 11px 15px;
  border-radius: 10px;
  background-color: #019ade;
  -webkit-transition: background-color 350ms ease-in;
  transition: background-color 350ms ease-in;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 13px;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.button:hover {
  background-color: #2677ad;
}

.button.w--current {
  -webkit-transition: background-color 750ms ease-in;
  transition: background-color 750ms ease-in;
}

.button.outline {
  padding-top: 7px;
  padding-bottom: 7px;
  border: 3px solid #fff;
  background-color: transparent;
  -webkit-transition: all 750ms ease-in;
  transition: all 750ms ease-in;
}

.button.outline:hover {
  border-color: #fff;
  background-color: transparent;
  opacity: 0.7;
  color: #fff;
}

.button.features {
  width: 210px;
  margin-right: 0px;
  padding-top: 9px;
  padding-bottom: 9px;
  background-color: #00a26e;
  -webkit-transition: background-color 750ms ease-in;
  transition: background-color 750ms ease-in;
  font-size: 15px;
  font-weight: 400;
}

.button.features:hover {
  background-color: #2677ad;
}

.button.features.w--current {
  -webkit-transition: background-color 200ms ease-in;
  transition: background-color 200ms ease-in;
}

.button.features.brohurebutton {
  display: block;
  margin-right: auto;
  margin-left: auto;
  background-color: #004773;
  color: #fff;
}

.button.dark-blue {
  background-color: #2677ad;
  -webkit-transition: background-color 750ms ease-in;
  transition: background-color 750ms ease-in;
}

.button.dark-blue:hover {
  background-color: #1e5d87;
}

.button.dark-blue.hire-us {
  display: block;
  margin-right: auto;
  margin-left: auto;
  -webkit-transition: background-color 200ms ease-in;
  transition: background-color 200ms ease-in;
}

.button.get-a-quote {
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-transition: background-color 750ms ease-in;
  transition: background-color 750ms ease-in;
}

.button.submit {
  display: block;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  background-color: #004773;
  -webkit-transition: background-color 750ms ease-in;
  transition: background-color 750ms ease-in;
}

.button.side-bar {
  margin-top: 8px;
  float: left;
  border-radius: 10px;
  -webkit-transition: background-color 750ms ease-in;
  transition: background-color 750ms ease-in;
}

.button.portfolio {
  margin-top: 4px;
}

.button.facebook {
  width: 227px;
  margin-right: 25px;
  padding-top: 11px;
  padding-bottom: 0px;
  border-radius: 5px;
  background-color: #3b5999;
  -webkit-transition: background-color 200ms ease-in;
  transition: background-color 200ms ease-in;
}

.button.facebook:hover {
  background-color: #31497d;
}

.button.twitter {
  width: 227px;
  margin-right: 25px;
  float: none;
  border-radius: 5px;
  background-color: #55acee;
  -webkit-transition: background-color 200ms ease-in;
  transition: background-color 200ms ease-in;
}

.button.twitter:hover {
  background-color: #4e92c7;
}

.content-section {
  padding-top: 140px;
  padding-bottom: 120px;
  background-color: rgba(101, 164, 173, .37);
}

.content-section.blue {
  display: block;
  overflow: hidden;
  height: auto;
  padding-top: 165px;
  padding-bottom: 145px;
  background-color: #2786c2;
}

.content-section.blue.portfolio {
  height: 100%;
}

.content-section.blue.map {
  padding-top: 136px;
  padding-bottom: 60px;
  background-color: #004773;
}

.content-section.blue.how-we-work {
  margin-top: 0px;
  padding-top: 60px;
  padding-bottom: 60px;
  border: 2px solid #009db3;
  background-color: #004773;
  background-image: url('../images/panels.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.content-section.big-screen-shot {
  position: relative;
  overflow: hidden;
  height: 500px;
  background-image: url('../images/');
  background-position: 0% 52%;
  background-size: cover;
  background-repeat: no-repeat;
}

.content-section.case-study {
  padding: 25px 10px 100px;
}

.content-section.more-projects {
  margin-top: 0px;
  padding-top: 60px;
  padding-bottom: 20px;
  background-color: #f5f5f5;
  text-align: center;
}

.hero-section {
  position: relative;
  z-index: 4;
  height: auto;
  margin-top: 100px;
  padding-top: 100px;
  padding-bottom: 60px;
  background-color: #2786c2;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(rgba(0, 131, 110, .2))), url('../images/solar8.jpg');
  background-image: linear-gradient(180deg, #fff, rgba(0, 131, 110, .2)), url('../images/solar8.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, scroll;
  text-align: center;
}

.hero-section.mobilehero {
  margin-top: 0px;
  padding-top: 600px;
  background-image: url('../images/1.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.slider {
  height: 833px;
}

.slide-1 {
  margin-top: 121px;
  background-image: url('../images/tshirt-ftr.jpg');
  background-size: cover;
  background-repeat: repeat-x;
  background-attachment: scroll;
}

.hero-container {
  position: absolute;
  left: 0px;
  top: 225px;
  right: 0px;
  height: 275px;
  padding-right: 20px;
  padding-left: 20px;
  text-align: center;
}

.title {
  margin-top: 4px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 21px;
  font-weight: 700;
  text-transform: uppercase;
}

.title.white {
  position: relative;
  margin-top: 5px;
  margin-bottom: 30px;
  padding-right: 10px;
  padding-left: 10px;
  color: #2786c2;
  font-weight: 400;
  text-align: center;
}

.title.white.company {
  float: left;
  font-size: 15px;
}

.title.white.centered {
  color: #fff;
  font-size: 30px;
}

.title.white.social-button {
  margin-top: 0px;
  font-size: 13px;
}

.title.white.tags {
  margin-top: 0px;
}

.title.title-in-video-box {
  color: #fff;
  text-align: justify;
}

.title.title-in-mini-features {
  position: relative;
  left: 40px;
  top: -23px;
  margin-top: 0px;
  float: left;
  clear: both;
  text-align: left;
}

.title.title-in-mini-features.extended-box {
  left: 52px;
}

.title.portfolio {
  margin-top: 15px;
  margin-bottom: 5px;
}

.title.member {
  margin-top: 15px;
  margin-bottom: 5px;
}

.title.side-menu-bar {
  margin-top: 0px;
  margin-bottom: 13px;
  padding-bottom: 0px;
}

.title.why-us {
  margin-top: 14px;
}

.title.blue {
  margin-top: -45px;
  color: #004773;
}

.title.black {
  color: #c412b2;
}

.h1 {
  margin-bottom: 15px;
  font-family: Raleway, sans-serif;
  color: #fff;
  font-size: 45px;
  line-height: 50px;
}

.sub-heading {
  margin-bottom: 11px;
  font-family: Raleway, sans-serif;
  color: #fff;
  font-size: 33px;
  line-height: 45px;
  font-weight: 300;
}

.sub-heading.black {
  border-radius: 16px;
  background-color: #4750fc;
}

.h1-light-text {
  font-family: Raleway, sans-serif;
  font-size: 45px;
  line-height: 54px;
  font-weight: 300;
}

.h1-light-text.black {
  padding-right: 15px;
  padding-left: 15px;
  border-radius: 13px;
  background-color: #4750fc;
  text-decoration: none;
}

.background-container {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  overflow: hidden;
  height: auto;
  background-image: url('../images/Wholesale-Screen-Printed-T-Shirts.jpg');
  background-size: cover;
  background-repeat: no-repeat;
}

.dot-pattern {
  height: 833px;
  background-image: url('../images/Dot-pattern.png');
  background-repeat: repeat-x;
}

.slide-2 {
  position: relative;
  height: auto;
}

.left-arrow.testimonials {
  margin-left: -70px;
}

.right-arrow.testimonials {
  margin-right: -70px;
}

.brand {
  left: 0px;
  margin-top: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  float: left;
}

.brand.w--current {
  margin-top: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.menu-link {
  height: auto;
  margin-right: 10px;
  margin-left: 10px;
  padding: 0px;
  border-bottom: 0px none #4750fc;
  -webkit-transition: all 250ms ease-in;
  transition: all 250ms ease-in;
  font-family: Montserrat, sans-serif;
  color: #00836e;
  font-size: 12px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.menu-link:hover {
  display: inline-block;
  height: auto;
  margin-right: 10px;
  padding-right: 0px;
  padding-left: 0px;
  border-style: solid;
  border-width: 1px 1px 4px;
  border-bottom-color: #3299db;
  color: #000;
  text-decoration: none;
}

.menu-link.w--current {
  padding-top: 0px;
  padding-left: 0px;
  border-bottom-style: none;
  border-bottom-color: #3299db;
  color: #00836e;
  font-size: 12px;
}

.menu-link.w--current:hover {
  height: auto;
  margin-right: 10px;
  padding-top: 0px;
  padding-bottom: 0px;
  border-bottom-style: solid;
  border-bottom-width: 4px;
  color: #000;
  line-height: 20px;
}

.menu-link.services {
  margin-right: 10px;
  margin-left: 10px;
  color: #00836e;
  text-align: center;
}

.menu-link.services:hover {
  color: #000;
}

.contact-us-block {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 4;
  width: 229px;
  height: 120px;
  margin-top: 10px;
  margin-right: 50px;
  padding: 29px;
  background-color: transparent;
  background-image: url('../images/button_callToday.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-attachment: scroll;
  box-shadow: none;
}

.content-wrapper {
  text-align: center;
}

.numering {
  position: static;
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  color: #f4f4f4;
  font-size: 170px;
  font-weight: 400;
}

.numering.blue {
  position: relative;
  left: 0px;
  right: 0px;
  bottom: 0px;
  margin-bottom: -19px;
  color: #2786c2;
}

.numering._03 {
  margin-bottom: -19px;
}

.h2 {
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: Raleway, sans-serif;
  color: #454545;
  font-size: 44px;
  line-height: 50px;
  text-align: center;
}

.h2.white {
  position: relative;
  left: 0px;
  right: 0px;
  bottom: 0px;
  margin-top: 10px;
  margin-bottom: 20px;
  color: #00836e;
}

.h2.white.centered {
  color: #fff;
}

.h2.why-us {
  margin-top: 0px;
  margin-bottom: 0px;
}

.h2.case-study {
  margin-top: -7px;
  margin-bottom: 53px;
  color: #fff;
}

.h2-light-text {
  font-size: 44px;
  font-weight: 300;
}

.feature-box {
  position: relative;
  width: 100%;
  height: auto;
  margin-top: 50px;
  margin-bottom: 0px;
  padding-bottom: 0px;
  line-height: 25px;
  text-align: center;
}

.feature-box.heart {
  background-image: none;
}

.feature-box.browser-icon {
  position: relative;
  background-image: none;
}

.icon-bg {
  height: 125px;
  margin-top: -30px;
  margin-bottom: 20px;
  background-image: url('../images/circle.png');
  background-position: 50% 0px;
  background-size: 120px;
  background-repeat: no-repeat;
  text-align: center;
}

.icon-bg.design {
  margin-top: -30px;
}

.h3 {
  font-family: Raleway, sans-serif;
  color: #454545;
  font-size: 20px;
  text-align: left;
}

.h3.our-services {
  width: 100%;
  margin-top: 0px;
}

.h3.h3-features {
  color: #000;
  line-height: 25px;
  text-align: center;
}

.h3.centered {
  margin-top: 0px;
  text-align: center;
}

.h3.float-left {
  float: left;
}

.h3.float-left.percentage {
  float: right;
  font-family: Montserrat, sans-serif;
  color: #e0e0e0;
  font-size: 13px;
  font-weight: 700;
}

.h3.case-study {
  margin-top: 10px;
}

.h3.other-projects {
  margin-top: 10px;
  text-align: center;
}

.h3-light-text {
  font-weight: 300;
}

.how-we-work-column {
  text-align: left;
}

.white {
  color: #fff;
}

.white.testimonial {
  margin-top: 16px;
  font-family: Raleway, sans-serif;
  font-size: 15px;
  font-weight: 700;
}

.white.testimonial.light-text {
  margin-top: 16px;
  padding-top: 0px;
  float: none;
  font-weight: 700;
}

.paragraph-white {
  display: inline-block;
  margin-bottom: 20px;
  float: left;
  color: #000;
  font-size: 17px;
  line-height: 24px;
  text-align: justify;
}

.paragraph-white.centered {
  padding-right: 21px;
  padding-left: 21px;
  float: none;
  color: #fff;
  font-size: 20px;
  text-align: center;
}

.know-more-box {
  position: relative;
  width: 100%;
  height: auto;
  min-width: 0px;
  margin-top: 30px;
  padding-top: 40px;
  padding-bottom: 0px;
  float: left;
  background-image: url('../images/top-dot.jpg'), url('../images/Bottom-dot.jpg');
  background-position: 50% 0px, 50% 100%;
  background-repeat: repeat-x, repeat-x;
}

.know-more-box.video-box {
  padding-top: 25px;
}

.play-button {
  position: relative;
  left: 30%;
  top: -79%;
  bottom: 125px;
  display: inline-block;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  opacity: 0.76;
  -webkit-transition: opacity 200ms ease-in;
  transition: opacity 200ms ease-in;
}

.play-button:hover {
  opacity: 1;
}

.link {
  position: relative;
  right: auto;
  bottom: auto;
  margin-top: 5px;
  float: left;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 13px;
  text-decoration: none;
  text-transform: uppercase;
}

.mini-arrow {
  position: relative;
  left: 10px;
  top: 6px;
  float: left;
  background-color: transparent;
}

.title-link {
  position: relative;
  right: 0px;
  bottom: 0px;
  display: block;
  margin-right: auto;
  margin-left: auto;
  float: none;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 13px;
  text-align: right;
}

.title-link.blue {
  color: #3299db;
}

.mini-features-container {
  position: relative;
  top: 39px;
  display: block;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.mini-features {
  position: relative;
  display: block;
  width: auto;
  height: 420px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0px;
  padding-left: 5px;
  border: 1px solid #e7e7e7;
  border-radius: 45px;
  background-color: #2786c2;
}

.mini-features-block {
  position: relative;
  width: 33.33%;
  height: 61px;
  margin-top: 13px;
  margin-right: 0px;
  padding-left: 30px;
  float: left;
  clear: none;
}

.mini-features-icon {
  margin-right: 5px;
  float: left;
}

.h4 {
  float: left;
  font-family: Raleway, sans-serif;
  color: #fff;
  font-size: 15px;
  text-align: left;
}

.h4-light-text {
  color: #fff;
  font-weight: 300;
}

.paragraph-dark-text {
  padding-left: 0px;
  line-height: 24px;
}

.paragraph-dark-text.skills {
  color: #000;
  text-align: justify;
}

.paragraph-dark-text.testimonials {
  padding-right: 0px;
  font-family: Raleway, sans-serif;
  color: #000;
  font-size: 13px;
  line-height: 20px;
  text-align: center;
}

.paragraph-dark-text.case-study {
  font-weight: 400;
  text-align: left;
}

.laptop {
  max-width: 2000px;
  margin-top: 150px;
  float: right;
}

.features-icon {
  padding-top: 16px;
}

.features-icon.screen {
  padding-top: 24px;
}

.browser {
  max-width: 2000px;
}

.paragraph-white-text {
  color: #fff;
  line-height: 24px;
  text-align: justify;
}

.paragraph-white-text.case-study {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.paragraph-white-text.extratext {
  font-size: 17px;
}

.featured-desings-test {
  width: 265px;
  margin-right: 10px;
  float: left;
}

.portfolio-sample {
  width: 30.33%;
  margin-top: 45px;
  margin-right: 14px;
  margin-left: 14px;
  float: left;
}

.portfolio-sample.more-projects {
  position: relative;
  width: 100%;
  margin-right: 10px;
  margin-bottom: 10px;
  margin-left: 10px;
  padding-bottom: 20px;
  background-color: #fff;
}

.subtitle {
  font-family: Raleway, sans-serif;
  color: #616161;
  font-weight: 400;
}

.sample-content {
  width: 220px;
  padding-right: 8px;
  padding-left: 12px;
  font-family: Raleway, sans-serif;
  color: #616161;
  font-size: 15px;
  text-align: left;
}

.sample-content.main-page {
  position: static;
  width: 100%;
  float: none;
}

.portfolio-link {
  text-decoration: none;
}

.portfolio-works {
  margin-top: 70px;
  margin-bottom: 55px;
  text-align: left;
}

.team-member {
  position: relative;
  width: 30%;
  margin-top: 30px;
  margin-right: 15px;
  margin-left: 15px;
  padding-bottom: 60px;
  float: left;
  background-color: #fff;
  text-align: center;
}

.team-profiles {
  margin-top: 60px;
  margin-bottom: 55px;
  text-align: center;
}

.social-icons {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  height: 57px;
  padding-top: 17px;
  padding-bottom: 17px;
  border-top: 1px solid #eaeaea;
}

.social-icon {
  position: relative;
  margin-right: 10px;
  float: left;
}

.team-member-description {
  margin-bottom: 33px;
  padding-right: 13px;
  padding-left: 13px;
  line-height: 23px;
}

.skills-container {
  margin-top: 102px;
}

.icon-holder {
  width: 67px;
  height: 67px;
  margin-top: 23px;
  margin-right: 22px;
  margin-bottom: 94px;
  padding-top: 17px;
  padding-bottom: 17px;
  float: left;
  border-radius: 50%;
  background-color: #3299db;
}

.skills-box {
  width: 95%;
  padding-top: 18px;
  padding-bottom: 18px;
}

.skills-box.top-and-bottom-dividers {
  padding-top: 10px;
  padding-bottom: 10px;
  border-top: 1px solid #e7e7e7;
  border-bottom: 1px solid #e7e7e7;
}

.featured-skills-column {
  border-right: 1px solid #e7e7e7;
}

.bar {
  width: 100%;
  height: 18px;
  border-right: 1px none #f4f4f4;
  border-radius: 25px;
  background-color: #f4f4f4;
}

.bar.blue {
  position: relative;
  top: -18px;
  width: 100%;
  background-color: #3299db;
}

.bar.blue.branding {
  width: 90%;
}

.bar.blue.illustration {
  width: 80%;
}

.bar.blue.photography {
  width: 85%;
}

.bar.blue.art-direction {
  width: 85%;
}

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

.skill-percentage-container {
  height: auto;
}

.testimonials-slider {
  height: auto;
  margin-top: 71px;
  padding-bottom: 70px;
  clear: none;
  background-color: #019ade;
}

.text-bubble {
  position: relative;
  width: 100%;
  padding: 16px 21px;
  border-radius: 10px;
  background-color: #fff;
}

.testimonial-person {
  margin-top: 28px;
  float: none;
}

.testimonial-picture {
  margin-right: 14px;
  float: left;
  border: 4px solid #e7e7e7;
  border-radius: 50%;
}

.light-text {
  font-family: Raleway, sans-serif;
  font-weight: 300;
}

.testimonial {
  width: 95%;
  margin-right: 0px;
  padding-top: 39px;
  padding-right: 0px;
  padding-left: 23px;
  float: none;
  text-align: left;
}

.tip {
  position: absolute;
  left: 20px;
  right: 0px;
  bottom: -11px;
}

.quotes {
  position: absolute;
  left: -27px;
  top: -17px;
}

.testimonial-wrapper {
  position: relative;
  width: 33.33%;
  float: left;
}

.image {
  position: relative;
  left: -26px;
  top: -28px;
  float: left;
}

.image.back {
  position: relative;
  left: -28px;
  top: 29px;
  margin-right: 15px;
  float: left;
}

.image.back.featured-design {
  left: -10px;
  top: -10px;
  margin-right: 0px;
}

.image.front {
  position: absolute;
  left: 10px;
  top: -13px;
}

.image.front.featured-design {
  left: 52px;
  top: 14px;
}

.image.back {
  left: -20px;
  top: 14px;
}

.contact-info {
  width: auto;
  height: auto;
  padding-top: 30px;
  float: left;
  font-family: Montserrat, sans-serif;
  color: #595959;
  font-size: 16px;
  font-weight: 400;
  text-align: right;
}

.contact-info.side-bar {
  height: 5%;
  margin-bottom: 14px;
  padding-top: 6px;
}

.contact-info.side-bar.top-divider {
  width: 100%;
  height: 48px;
  margin-bottom: 0px;
  padding-top: 14px;
  border-top: 1px solid #e7e7e7;
  border-bottom-style: none;
  border-bottom-width: 0px;
}

.contact-info.top-divider {
  width: 100%;
  height: 40px;
  float: left;
  border-top: 1px solid #f4f6f5;
}

.contact-text {
  padding-left: 30px;
  float: left;
  background-image: url('../images/pin.png');
  background-position: 0px 50%;
  background-size: 16px;
  background-repeat: no-repeat;
  font-family: Montserrat, sans-serif;
  color: #818590;
}

.contact-text.phone {
  background-image: url('../images/phone-icon.png');
  background-size: 18px;
  font-size: 30px;
}

.contact-text.address {
  background-size: 16px;
  font-size: 15px;
}

.contact-text.pin {
  background-size: 16px;
}

.contact-text.email {
  background-image: url('../images/Blue-email-icon.png');
  background-size: 18px;
}

.contact-us-wrapper {
  margin-top: 10px;
  padding: 33px 31px 25px;
  border-top-style: none;
  border-radius: 5px;
  background-color: #fff;
}

.input-box {
  position: relative;
  width: 100%;
  height: 55px;
  padding-right: 10px;
  padding-left: 10px;
  float: left;
  border-style: none;
  border-top-width: 1px;
  border-radius: 3px;
  background-color: #e2e2e2;
  font-family: Raleway, sans-serif;
  color: #000;
  font-size: 18px;
  font-weight: 600;
}

.input-box:focus {
  border-color: #019ade #019ade #019ade rgba(1, 154, 222, .4);
  border-bottom-width: 1px;
  box-shadow: inset 0 1px 16px 1px hsla(0, 0%, 41%, .12);
}

.input-box.message {
  height: 110px;
}

.input-box.message.side-bar {
  height: 100px;
  margin-top: 10px;
  padding-top: 15px;
  padding-bottom: 0px;
}

.input-box.message.big-form {
  padding-top: 18px;
}

.input-box.side-menu-bar {
  height: 49px;
  margin-top: 11px;
  margin-bottom: 17px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.field-name {
  margin-left: 10px;
  float: left;
  font-family: Raleway, sans-serif;
  color: #000;
  font-weight: 500;
}

.field-name.field2 {
  margin-top: 40px;
}

.field-name.field2.mobilecheck2 {
  color: #fff;
}

.row {
  margin-bottom: 16px;
}

.column {
  padding-right: 12px;
  padding-left: 12px;
}

.footer-wrapper {
  text-align: center;
}

.footer {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #00a26e;
}

.footer-text {
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 11px;
  font-weight: 400;
  text-align: left;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.contact-link {
  font-family: Raleway, sans-serif;
  color: #818590;
  font-size: 100%;
  font-weight: 500;
  text-decoration: none;
}

.icon {
  margin-bottom: 20px;
  margin-left: 30px;
  float: right;
}

.icon.floated-right {
  margin: 10px 30px 43px 0px;
  float: left;
}

.services-block {
  margin-bottom: 19px;
  padding-top: 20px;
  padding-bottom: 0px;
  text-align: left;
}

.services-block.top-and-bottom-dividers {
  padding-top: 35px;
  padding-bottom: 0px;
  border-top: 1px solid #e7e7e7;
  border-bottom: 1px solid #e7e7e7;
}

.features {
  color: #000;
}

.our-services {
  text-align: justify;
}

.our-services-heading-block {
  padding-left: 0%;
  text-align: left;
}

.fixed-nav-bar {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  width: 100%;
  height: 80px;
  padding-top: 13px;
  background-color: #fff;
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, .25);
}

.nav-bar {
  position: relative;
  z-index: 1000;
  overflow: visible;
  width: 100%;
  height: 80px;
  padding-top: 13px;
  background-color: #fff;
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, .43);
}

.fixed-nav-bar {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  width: 100%;
  height: 130px;
  padding-top: 0px;
  border-style: none;
  border-bottom-width: 6px;
  border-bottom-color: #4750fc;
  background-color: hsla(0, 0%, 100%, .99);
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, .5);
}

.nav-menu-mobile {
  position: relative;
  z-index: 1001;
  padding: 36px 0px 0px;
}

.side-menu {
  position: fixed;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 2000;
  display: none;
  overflow: visible;
  width: 25%;
  height: 100%;
  padding-top: 30px;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #fff;
  box-shadow: -1px 0 10px 0 rgba(0, 0, 0, .3);
}

.side-menu-bar {
  margin-bottom: 0px;
  padding-bottom: 20px;
}

.side-menu-bar.welcome-text {
  margin-bottom: 20px;
  padding-bottom: 13px;
  border-bottom: 1px solid #e7e7e7;
}

.close-button {
  position: absolute;
  top: 15px;
  right: 21px;
}

.bg-social-icon {
  position: relative;
  left: 0px;
  display: block;
  width: 25px;
  height: 25px;
  margin-right: 11px;
  float: left;
  border-radius: 50%;
  background-color: #019ade;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
}

.bg-social-icon:hover {
  background-color: #2677ad;
}

.social-icons-wrapper {
  position: relative;
  top: 52px;
  width: 100%;
  margin-top: -37px;
  float: left;
}

.front {
  position: absolute;
  top: -6px;
  right: 5%;
  display: block;
}

.left-column {
  text-align: left;
}

.screenshot-perspective-3 {
  position: absolute;
  left: 8px;
  top: 281px;
  max-width: 2000px;
  float: left;
}

.screenshot-perspective-2 {
  position: absolute;
  left: 10px;
  top: 91px;
  max-width: 2000px;
}

.screenshot-perspective-1 {
  position: absolute;
  left: 5px;
  top: -103px;
  max-width: 2000px;
}

.column-2 {
  text-align: left;
}

.filter {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  height: 500px;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, .45)), color-stop(38%, transparent), to(rgba(0, 0, 0, .77)));
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, .45), transparent 38%, rgba(0, 0, 0, .77));
}

.case-study-row {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  margin-top: 0px;
}

.outline-bg {
  position: relative;
  top: -26px;
  height: 38px;
  margin-right: 13px;
  margin-bottom: 13px;
  padding: 6px 21px 0px;
  float: left;
  border: 3px solid #fff;
  border-radius: 25px;
}

.case-study-section {
  width: 100%;
  height: 100%;
  margin-bottom: 28px;
}

.case-study-description {
  position: relative;
  left: 0px;
  width: 100%;
  margin-left: 0px;
  padding: 8px 5px 8px 8px;
  text-align: left;
}

.case-study-description.top-divider {
  border-top: 1px solid #f4f4f4;
}

.description {
  margin-top: 6px;
}

.column-1 {
  padding-right: 1%;
  padding-left: 1%;
}

.case-study-heading {
  padding-top: 18px;
}

.screenshots-sample {
  width: 30%;
  margin-right: 0px;
  margin-bottom: 14px;
  margin-left: 14px;
  float: right;
}

.screenshots {
  margin-top: 22px;
}

.slider-more-projects {
  height: auto;
  padding-bottom: 110px;
  background-color: #f5f5f5;
}

.slide-nav {
  margin-bottom: 52px;
}

.arrow-icon {
  margin-top: 130px;
  color: #c7c7c7;
}

.guy-support {
  position: relative;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  margin-right: auto;
  margin-left: auto;
  float: none;
}

.back {
  position: relative;
  top: 11px;
  right: -8%;
  display: block;
  float: none;
}

.learn-more {
  width: 100%;
  height: 66px;
  margin-top: 11px;
  padding-top: 14px;
  padding-bottom: 14px;
  float: left;
  border-top: 1px solid #f4f6f5;
}

.learn-more.spacing {
  height: auto;
  padding-bottom: 0px;
  float: left;
}

.iphone-left {
  position: relative;
  top: 21px;
  right: -4%;
  float: left;
}

.iphone-right {
  position: absolute;
  left: 30%;
  top: -12px;
  float: none;
}

.imac-screen {
  position: relative;
  left: -4%;
  bottom: 6px;
  display: block;
  max-width: 420px;
  margin-right: auto;
  margin-left: auto;
  float: right;
}

.learn-more-buttons {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
}

.facebook-icon {
  position: relative;
  left: -8px;
  top: -3px;
  bottom: 0px;
  float: left;
}

.imac-container {
  position: relative;
  display: block;
  width: 40%;
  height: 23%;
  min-width: 595px;
  margin-top: 25px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  padding-left: 0%;
  background-image: url('../images/shirts.fw.png');
  background-position: 50% 48%;
  background-size: contain;
  background-repeat: no-repeat;
  text-align: center;
}

.wireless-keyboard {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  width: 20%;
  height: 30%;
  min-width: 296px;
  margin-right: auto;
  margin-left: auto;
  background-image: url('../images/Apple-Wireless-Keyboard.png');
  background-position: 50% 50%;
  background-size: 340px;
  background-repeat: no-repeat;
}

.pens-holder {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  width: 30%;
  height: 27%;
  background-image: url('../images/pen-holder.png');
  background-position: 100% 100%;
  background-size: 135px;
  background-repeat: no-repeat;
}

.pencils-and-red-moleskine {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  width: 33%;
  height: 26%;
  background-image: url('../images/pencils-and-moleskine.png');
  background-position: 100% 0px;
  background-size: 190px;
  background-repeat: no-repeat;
}

.coffe-cup {
  position: absolute;
  width: 81%;
  height: 30%;
  background-image: url('../images/Graphic-Design.png');
  background-position: 100% 50%;
  background-size: 140px;
  background-repeat: no-repeat;
}

.mouse {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  width: 74%;
  height: 26%;
  background-image: url('../images/Magic-Mouse.png');
  background-position: 100% 0px;
  background-size: 115px;
  background-repeat: no-repeat;
}

.black-eyeglasses {
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: 20%;
  height: 26%;
  background-image: url('../images/screen_printing.png');
  background-position: 0px 0px;
  background-size: 100px;
  background-repeat: no-repeat;
}

.find-us {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0%;
  margin-top: 0%;
  margin-left: 20px;
  padding-bottom: 3%;
}

.sucess-message {
  padding-top: 20px;
}

.our-services-text-container {
  width: 75%;
  height: auto;
  float: none;
}

.video-pop-up {
  height: 190px;
  float: left;
}

.lightbox {
  width: 248px;
  height: 165px;
  margin-right: 15px;
  margin-bottom: 15px;
  background-image: none;
}

.why-us-slider {
  display: block;
  overflow: hidden;
  height: auto;
  margin-top: 105px;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 30px;
  background-color: transparent;
}

.arrow-left {
  color: #019ade;
}

.arrow-rigth {
  color: #019ade;
}

.contact-info-container {
  width: 100%;
  float: left;
}

.case-study-header-container {
  position: relative;
  height: 100%;
  padding-bottom: 30px;
}

.text-links {
  color: #818590;
  text-decoration: none;
}

.text-links:hover {
  color: #3299db;
}

.why-us-box {
  position: absolute;
  width: 100%;
  min-height: 395px;
  margin-bottom: 40px;
  padding-right: 15px;
  padding-bottom: 10px;
  float: left;
  border: 15px solid #f4f6f5;
}

.why-us-box.left {
  position: static;
  width: 100%;
  min-width: 0%;
  padding-right: 15px;
  padding-bottom: 10px;
  float: right;
}

.why-us-box.right-box {
  position: relative;
  overflow: hidden;
}

.image-container {
  position: relative;
  left: 0px;
  right: 0px;
  bottom: -10px;
  display: block;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  float: left;
}

.why-us-text-container {
  width: 100%;
  margin-top: 5px;
  margin-left: 10px;
  padding-right: 20px;
  float: none;
}

.why-us-paragraph {
  text-align: left;
}

.why-us-slide {
  padding-right: 7%;
  padding-left: 5%;
}

.why-us-slide._2 {
  padding-right: 5%;
}

.other-project-slide {
  padding-right: 7%;
  padding-left: 5%;
}

.logoheader {
  margin-top: -14px;
  padding-top: 0px;
}

.headingmenu {
  text-decoration: underline;
}

.fieldmargins {
  display: block;
  margin-left: 40px;
  padding-right: 0px;
  color: #878787;
  font-size: 16px;
  line-height: 30px;
  font-weight: 700;
  text-align: left;
}

.checkbox {
  width: 30px;
  height: 30px;
  margin-top: 5px;
  margin-left: 4px;
  background-color: #fff;
  color: #000;
}

.checkbox.check2 {
  margin-top: 40px;
}

.field-labels {
  margin-top: 10px;
  padding-left: 30px;
  color: #000;
  text-align: left;
}

.field-labels.grey {
  color: #000;
}

.submitbutton {
  display: inline-block;
  width: 200px;
  margin-top: 25px;
  margin-right: auto;
  margin-left: auto;
}

.formwrapper {
  margin-top: 30px;
}

.menulink {
  display: block;
  margin: 20px auto 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 14px;
  line-height: 4px;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
}

.menulink:hover {
  border-bottom: 2px none #4750fc;
  color: #00cead;
  text-decoration: none;
}

.menulink.w--current {
  margin-top: 20px;
  margin-bottom: 0px;
  padding-bottom: 0px;
  font-size: 14px;
}

.tabs {
  padding-right: 10px;
  padding-left: 10px;
  border: 1px solid #00b39d;
  border-top-left-radius: 14px;
  border-top-right-radius: 14px;
  border-bottom-left-radius: 14px;
  background-color: #c4e6fc;
  font-family: Montserrat, sans-serif;
  color: #004773;
  font-size: 12px;
  line-height: 14px;
  font-weight: 700;
  text-align: center;
}

.tabs.w--current {
  display: inline-block;
  border-top-left-radius: 14px;
  border-top-right-radius: 15px;
  background-color: #fff;
  font-family: Montserrat, sans-serif;
  color: #004773;
  font-size: 12px;
  line-height: 14px;
}

.top10 {
  margin-top: 0px;
  color: #fff;
  text-align: center;
}

.top10section {
  display: block;
  padding-top: 60px;
  background-color: #00836e;
}

.tabpane {
  height: 500px;
  margin-bottom: 60px;
  padding: 40px 0px;
  border-radius: 20px;
  background-color: #fff;
  color: #000;
}

.scrolltext {
  overflow: auto;
  height: 420px;
  margin-bottom: 10px;
  padding-right: 20px;
  padding-left: 20px;
  color: #004773;
  font-size: 18px;
}

.header1 {
  margin-top: 10px;
  margin-bottom: 24px;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-weight: 400;
}

.text1 {
  margin-bottom: 14px;
  padding-right: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  color: #fff;
  text-align: center;
}

.column1 {
  background-color: #00836e;
  box-shadow: 5px 0 18px 0 rgba(0, 0, 0, .5), 0 0 16px -24px rgba(0, 0, 0, .62);
}

.column1.mobilecolumn {
  background-color: #002d49;
}

.contactus {
  display: block;
  padding-top: 30px;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 16px;
}

.contactus.w--current {
  padding-top: 30px;
  color: #000;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
}

.contactuslink {
  display: block;
  padding-top: 60px;
  font-family: Montserrat, sans-serif;
  color: #00836e;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
}

.navbar2 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 33;
  display: block;
  height: 44px;
  margin-top: 80px;
  background-color: #009db3;
  box-shadow: 0 1px 3px 0 #000;
}

.navbar2.mobilenavbar2 {
  height: 44px;
  margin-top: 131px;
  background-color: #0772b4;
}

.agentsignup {
  display: block;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #009db3;
}

.solarcalcbutton {
  width: 300px;
  margin-right: 10px;
  margin-bottom: 30px;
  margin-left: 10px;
  border-radius: 10px;
  background-color: #00bcd6;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  text-align: center;
}

.solarcalcbutton.w--open {
  margin-bottom: 10px;
}

.solarcalcbutton.calcbuttonweb {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #004773;
  color: #e2e2e2;
}

.dropdown {
  display: block;
  margin-right: auto;
  margin-left: auto;
  border: 1px solid #fff;
  border-radius: 10px;
  background-color: #00b39d;
  font-family: Montserrat, sans-serif;
  font-size: 23px;
  text-align: center;
}

.factfinderbuttons {
  display: block;
  margin-top: 30px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 10px;
  background-color: #004773;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  text-align: center;
}

.tabsmenu {
  position: relative;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
}

.topsection {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 25;
  display: block;
  height: 100px;
  margin-top: 26px;
  margin-right: auto;
  margin-left: auto;
}

.formsection {
  margin-top: 94px;
  background-color: #fff;
}

.toptitle {
  display: block;
  margin-top: 10px;
  margin-right: auto;
  margin-left: auto;
  font-family: 'Open Sans', sans-serif;
  color: #009db3;
  font-weight: 400;
  text-align: center;
}

.miniheader {
  margin-top: 30px;
  padding-left: 30px;
  background-color: #004773;
  color: #fff;
}

.labels {
  color: #004773;
}

.embed {
  position: static;
  display: block;
  overflow: hidden;
  width: 1175px;
  height: 1400px;
  margin-right: auto;
  margin-left: auto;
}

.enbedsection {
  display: block;
  overflow: hidden;
  width: 1175px;
  height: 645px;
  margin-right: auto;
  margin-left: auto;
}

.success {
  background-color: transparent;
  background-image: none;
  background-size: auto;
}

.successtext {
  color: #fff;
  font-size: 79px;
  line-height: 157%;
}

.video {
  box-shadow: 1px 1px 3px 0 #000;
}

.email-text {
  color: #004773;
  font-size: 17px;
  text-align: center;
}

.paypal {
  display: block;
  margin-top: 20px;
  margin-right: auto;
  margin-left: 50px;
  padding-top: 0px;
}

.imageborder {
  padding-bottom: 30px;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.imagemargin {
  padding-top: 5px;
  padding-bottom: 5px;
}

.subhead-text {
  padding-top: 10px;
  padding-bottom: 40px;
  font-family: Raleway, sans-serif;
  font-size: 18px;
  font-weight: 600;
  text-align: justify;
}

.submitform {
  display: block;
  width: 349px;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 8px;
  font-size: 20px;
}

.heading {
  position: relative;
  top: -400px;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-top: 0px;
  opacity: 1;
  font-family: Montserrat, sans-serif;
  color: #002d49;
  font-weight: 300;
}

.section {
  margin-bottom: 100px;
}

.paragraph-text {
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 16px;
  text-align: justify;
}

.video-format {
  margin-top: 50px;
}

.mid-image {
  margin-top: 48px;
}

.about-us-image {
  margin-top: 24px;
}

.homeimages {
  margin-top: 30px;
}

html.w-mod-js *[data-ix="display-none-on-load"] {
  display: none;
}

html.w-mod-js *[data-ix="side-menu-display-none-on-load"] {
  display: none;
  -webkit-transform: translate(350px, 0px);
  -ms-transform: translate(350px, 0px);
  transform: translate(350px, 0px);
}

html.w-mod-js *[data-ix="pen-holder"] {
  opacity: 0;
  -webkit-transform: translate(-400px, 0px);
  -ms-transform: translate(-400px, 0px);
  transform: translate(-400px, 0px);
}

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

html.w-mod-js *[data-ix="magic-mouse"] {
  opacity: 0;
  -webkit-transform: translate(400px, 0px);
  -ms-transform: translate(400px, 0px);
  transform: translate(400px, 0px);
}

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

html.w-mod-js *[data-ix="pencils-and-moleskine"] {
  opacity: 0;
  -webkit-transform: translate(-400px, 0px);
  -ms-transform: translate(-400px, 0px);
  transform: translate(-400px, 0px);
}

html.w-mod-js *[data-ix="apple-wireless-keyboard"] {
  display: block;
  -webkit-transform: translate(0px, 200px);
  -ms-transform: translate(0px, 200px);
  transform: translate(0px, 200px);
}

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

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

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

html.w-mod-js *[data-ix="perspective-screen"] {
  opacity: 0;
  -webkit-transform: translate(0px, -300px);
  -ms-transform: translate(0px, -300px);
  transform: translate(0px, -300px);
}

html.w-mod-js *[data-ix="show-up-from-left"] {
  opacity: 0;
  -webkit-transform: translate(-350px, 0px);
  -ms-transform: translate(-350px, 0px);
  transform: translate(-350px, 0px);
}

html.w-mod-js *[data-ix="show-up-from-right"] {
  opacity: 0;
  -webkit-transform: translate(350px, 0px);
  -ms-transform: translate(350px, 0px);
  transform: translate(350px, 0px);
}

html.w-mod-js *[data-ix="show-up"] {
  opacity: 0;
  -webkit-transform: translate(0px, 25px);
  -ms-transform: translate(0px, 25px);
  transform: translate(0px, 25px);
}

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

html.w-mod-js *[data-ix="show-up-3"] {
  opacity: 0;
  -webkit-transform: translate(0px, 25px);
  -ms-transform: translate(0px, 25px);
  transform: translate(0px, 25px);
}

html.w-mod-js *[data-ix="show-up-4"] {
  opacity: 0;
  -webkit-transform: translate(0px, 25px);
  -ms-transform: translate(0px, 25px);
  transform: translate(0px, 25px);
}

html.w-mod-js *[data-ix="iphone-6-left"] {
  opacity: 0;
  -webkit-transform: translate(-64px, 0px);
  -ms-transform: translate(-64px, 0px);
  transform: translate(-64px, 0px);
}

html.w-mod-js *[data-ix="iphone-6-right"] {
  opacity: 0;
  -webkit-transform: translate(64px, 0px);
  -ms-transform: translate(64px, 0px);
  transform: translate(64px, 0px);
}

html.w-mod-js *[data-ix="imac-screeen"] {
  opacity: 0;
  -webkit-transform: translate(-64px, 0px);
  -ms-transform: translate(-64px, 0px);
  transform: translate(-64px, 0px);
}

html.w-mod-js *[data-ix="design-front"] {
  opacity: 0;
  -webkit-transform: translate(0px, -55px);
  -ms-transform: translate(0px, -55px);
  transform: translate(0px, -55px);
}

html.w-mod-js *[data-ix="design-back"] {
  opacity: 0;
  -webkit-transform: translate(0px, 55px);
  -ms-transform: translate(0px, 55px);
  transform: translate(0px, 55px);
}

html.w-mod-js *[data-ix="guy-support"] {
  opacity: 0;
  -webkit-transform: scale(0.88, 0.88);
  -ms-transform: scale(0.88, 0.88);
  transform: scale(0.88, 0.88);
}

html.w-mod-js *[data-ix="pen-test"] {
  opacity: 0;
  -webkit-transform: translate(-300px, 0px);
  -ms-transform: translate(-300px, 0px);
  transform: translate(-300px, 0px);
}

html.w-mod-js *[data-ix="show-up-more-projects"] {
  opacity: 0;
  -webkit-transform: translate(0px, 25px);
  -ms-transform: translate(0px, 25px);
  transform: translate(0px, 25px);
}

html.w-mod-js *[data-ix="show-up-more-projects-2"] {
  opacity: 0;
  -webkit-transform: translate(0px, 25px);
  -ms-transform: translate(0px, 25px);
  transform: translate(0px, 25px);
}

html.w-mod-js *[data-ix="show-up-more-projects-3"] {
  opacity: 0;
  -webkit-transform: translate(0px, 25px);
  -ms-transform: translate(0px, 25px);
  transform: translate(0px, 25px);
}

html.w-mod-js *[data-ix="show-up-more-projects-4"] {
  opacity: 0;
  -webkit-transform: translate(0px, 25px);
  -ms-transform: translate(0px, 25px);
  transform: translate(0px, 25px);
}

html.w-mod-js *[data-ix="speaker-left"] {
  display: block;
  -webkit-transform: translate(0px, -200px);
  -ms-transform: translate(0px, -200px);
  transform: translate(0px, -200px);
}

html.w-mod-js *[data-ix="speaker-right"] {
  display: block;
  -webkit-transform: translate(0px, -200px);
  -ms-transform: translate(0px, -200px);
  transform: translate(0px, -200px);
}

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

html.w-mod-js *[data-ix="juice-glass"] {
  opacity: 0;
  -webkit-transform: translate(400px, 0px);
  -ms-transform: translate(400px, 0px);
  transform: translate(400px, 0px);
}

html.w-mod-js *[data-ix="show-up-social-button"] {
  opacity: 0;
  -webkit-transform: translate(0px, 25px);
  -ms-transform: translate(0px, 25px);
  transform: translate(0px, 25px);
}

html.w-mod-js *[data-ix="show-up-social-button-2"] {
  opacity: 0;
  -webkit-transform: translate(0px, 25px);
  -ms-transform: translate(0px, 25px);
  transform: translate(0px, 25px);
}

@media (max-width: 991px) {
  .content-section {
    overflow: hidden;
    width: 100%;
  }
  .content-section.blue {
    overflow: hidden;
  }
  .content-section.blue.portfolio {
    height: 100%;
    padding-bottom: 140px;
  }
  .content-section.blue.testimonials-background {
    height: 100%;
    padding-bottom: 140px;
  }
  .content-section.blue.how-we-work {
    position: relative;
  }
  .content-section.more-projects {
    padding-bottom: 80px;
  }
  .hero-section {
    overflow: hidden;
  }
  .hero-container {
    margin-top: 50px;
  }
  .title.white {
    text-align: left;
  }
  .title.white.centered {
    text-align: center;
  }
  .h1 {
    font-size: 40px;
  }
  .sub-heading {
    font-size: 32px;
  }
  .h1-light-text {
    font-size: 40px;
    line-height: 38px;
  }
  .background-container {
    position: relative;
    left: 0px;
    top: 0px;
    right: auto;
    bottom: auto;
    overflow: hidden;
    width: auto;
    height: 833px;
    background-image: url('../images/Dot-pattern.png'), url('../images/example-bg.png');
    background-size: auto, cover;
    background-repeat: repeat-x, no-repeat;
  }
  .left-arrow {
    top: -86px;
  }
  .right-arrow {
    top: -86px;
  }
  .menu-link {
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 23px;
    padding-bottom: 0px;
    border-width: 1px;
    border-color: #f4f4f4;
    border-top-style: solid;
    border-right-style: solid;
    border-left-style: solid;
    text-align: center;
  }
  .menu-link:hover {
    border-style: none;
    background-color: #f4f4f4;
  }
  .menu-link.w--current {
    border-bottom-style: none;
  }
  .contact-us-block {
    box-shadow: none;
  }
  .numering.blue {
    text-align: left;
  }
  .numering.blue.centered {
    text-align: center;
  }
  .h2.white {
    text-align: left;
  }
  .h2.white.centered {
    text-align: center;
  }
  .h2.case-study {
    margin-top: 0px;
  }
  .feature-box.heart {
    position: relative;
  }
  .h3.other-projects {
    margin-top: 10px;
  }
  .how-we-work-column {
    text-align: justify;
  }
  .white.testimonial.light-text {
    padding-left: 0px;
    float: left;
  }
  .know-more-box {
    width: 100%;
    height: auto;
  }
  .play-button {
    position: relative;
  }
  .column-right {
    position: absolute;
    margin-top: 681px;
  }
  .mini-features-container {
    padding-right: 29px;
    padding-left: 29px;
  }
  .mini-features {
    width: auto;
  }
  .mini-features-block {
    min-width: 181px;
    padding-left: 25px;
  }
  .paragraph-dark-text.skills {
    padding-right: 0px;
  }
  .paragraph-dark-text.testimonials {
    padding-right: 0px;
  }
  .browser {
    position: relative;
    left: -64px;
    top: 61px;
    width: 330%;
    float: left;
  }
  .portfolio-sample {
    width: 45.33%;
  }
  .portfolio-sample.more-projects {
    display: block;
    width: 60%;
    min-width: 0px;
    margin-right: auto;
    margin-left: auto;
    float: none;
  }
  .sample-content {
    width: 100%;
  }
  .team-member {
    width: 44%;
    margin-left: 26px;
  }
  .team-profiles {
    text-align: center;
  }
  .icon-holder {
    margin-bottom: 99px;
  }
  .bar {
    position: relative;
    width: 100%;
  }
  .skills-column-right {
    padding-right: 22px;
    padding-left: 22px;
  }
  .text-bubble {
    width: 100%;
    height: 100%;
    padding-bottom: 9px;
  }
  .image.back.featured-design {
    top: -9px;
  }
  .image.front.featured-design {
    top: 9px;
  }
  .icon {
    margin-top: 25px;
  }
  .icon.floated-right {
    margin-left: 0px;
  }
  .our-services-heading-block {
    padding-left: 0%;
  }
  .fixed-nav-bar {
    position: absolute;
  }
  .menu-bg.w--open {
    background-color: #f4f4f4;
  }
  .nav-menu-mobile {
    position: absolute;
    padding-right: 25px;
    padding-left: 25px;
    background-color: #fff;
  }
  .screenshot-perspective-1 {
    position: relative;
    left: 0px;
    top: auto;
    right: 5px;
    bottom: 0px;
  }
  .column-2 {
    position: relative;
    margin-top: 65px;
  }
  .case-study-row {
    left: 0px;
    right: 0px;
    bottom: 0px;
    height: auto;
  }
  .slider-more-projects {
    height: auto;
    min-width: 0px;
    padding-bottom: 80px;
  }
  .slide-nav {
    margin-bottom: 31px;
  }
  .back {
    right: -4%;
  }
  .imac-container {
    height: 42%;
    background-image: url('../images/imac.png');
  }
  .wireless-keyboard {
    width: 45%;
  }
  .pencils-and-red-moleskine {
    width: 28%;
  }
  .mouse {
    width: 86%;
  }
  .screenshots-container {
    position: relative;
    left: 0px;
    top: 0px;
    right: 0px;
  }
  .lightbox {
    margin-right: 15px;
    margin-left: 0px;
  }
  .why-us-slider {
    width: 100%;
  }
  .why-us-box {
    min-height: 0px;
  }
  .why-us-box.left {
    min-height: 0px;
  }
  .why-us-box.right-box {
    position: static;
    width: 100%;
  }
}

@media (max-width: 767px) {
  p {
    margin-bottom: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .button {
    margin-top: 43px;
  }
  .button.get-a-quote {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
  }
  .button.submit {
    margin-right: 0px;
  }
  .content-section.blue {
    overflow: hidden;
  }
  .content-section.case-study {
    position: relative;
    overflow: hidden;
  }
  .hero-container {
    margin-top: 35px;
  }
  .title.white.centered {
    text-align: center;
  }
  .h1 {
    font-size: 36px;
    line-height: 43px;
  }
  .sub-heading {
    font-size: 26px;
    line-height: 37px;
  }
  .h1-light-text {
    font-size: 36px;
  }
  .background-container {
    overflow: hidden;
    background-position: 0% 0%, 50% 78px;
  }
  .brand {
    float: left;
  }
  .numering.blue {
    margin-bottom: -19px;
  }
  .numering.blue.centered {
    text-align: center;
  }
  .h2 {
    font-size: 42px;
  }
  .h2.white.centered {
    text-align: center;
  }
  .h2.why-us {
    margin-top: 10px;
    line-height: 49px;
  }
  .feature-box {
    display: block;
    width: 85%;
    height: auto;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
  .feature-box.heart {
    display: block;
    width: 85%;
    height: auto;
  }
  .h3.h3-features {
    text-align: center;
  }
  .h3.other-projects {
    margin-top: 10px;
  }
  .how-we-work-column {
    padding-right: 20px;
    padding-left: 20px;
    text-align: left;
  }
  .paragraph-white.centered {
    padding-right: 35px;
    padding-left: 35px;
  }
  .know-more-box.video-box {
    padding-top: 15px;
    padding-bottom: 10px;
  }
  .column-right {
    margin-top: 780px;
  }
  .mini-features-container {
    padding-left: 29px;
  }
  .mini-features {
    position: absolute;
    left: 83px;
    bottom: 0px;
    overflow: hidden;
    width: 76%;
    padding-left: 8%;
  }
  .mini-features-block {
    display: block;
    width: 50%;
    min-width: 190px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0px;
    float: left;
    clear: none;
  }
  .laptop {
    position: relative;
    top: 769px;
    margin-bottom: 0px;
    float: right;
  }
  .browser {
    left: -66px;
    top: -17px;
    width: 190%;
  }
  .paragraph-white-text {
    padding-right: 0px;
  }
  .know-more-description {
    margin-right: 10px;
    text-align: left;
  }
  .portfolio-sample {
    width: 45%;
    margin-right: 8px;
    margin-left: 8px;
  }
  .portfolio-sample.more-projects {
    width: 60%;
  }
  .portfolio-works {
    padding-left: 4%;
  }
  .team-member {
    position: relative;
    display: block;
    width: 75%;
    margin-right: auto;
    margin-left: auto;
    float: none;
  }
  .team-profiles {
    margin-top: 70px;
  }
  .skills-container {
    margin-top: 70px;
  }
  .icon-holder {
    margin-bottom: 80px;
  }
  .skills-box {
    width: 100%;
  }
  .featured-skills-column {
    padding-right: 20px;
    padding-left: 20px;
  }
  .testimonials-slider {
    position: relative;
    display: block;
    margin-top: 70px;
    margin-left: 20%;
    padding-bottom: 90px;
  }
  .text-bubble {
    width: 100%;
    padding-bottom: 15px;
  }
  .testimonial {
    width: 100%;
    padding-left: 25px;
  }
  .testimonial-wrapper {
    display: block;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 25%;
    float: none;
  }
  .slide {
    overflow: hidden;
  }
  .image.front.featured-design {
    left: 46px;
    top: 15px;
  }
  .contact-info {
    float: none;
  }
  .contact-us-wrapper {
    margin-right: 20px;
    margin-left: 20px;
    padding-right: 15px;
    padding-left: 15px;
  }
  .column {
    padding-right: 0px;
    padding-left: 0px;
  }
  .our-services-heading-block {
    margin-bottom: 70px;
  }
  .menu-bg {
    float: right;
  }
  .front {
    left: 13%;
    right: 0%;
  }
  .left-column {
    padding-right: 20px;
    padding-left: 20px;
  }
  .case-study-row {
    left: 0px;
    right: 0px;
    bottom: 0px;
  }
  .description {
    padding-left: 0px;
  }
  .case-study-heading {
    padding-bottom: 0px;
  }
  .screenshots-sample {
    width: 47%;
  }
  .column-case-study {
    top: 21px;
  }
  .guy-support {
    display: block;
  }
  .back {
    margin-bottom: 10px;
    float: none;
  }
  .learn-more {
    width: 99%;
    margin-top: 23px;
  }
  .learn-more.spacing {
    width: 99%;
    margin-top: 23px;
  }
  .iphone-left {
    margin-bottom: 15px;
  }
  .iphone-right {
    left: 20%;
  }
  .imac-screen {
    position: relative;
    left: -46%;
    display: block;
    float: none;
  }
  .imac-container {
    width: 40%;
    min-width: 568px;
    background-size: 542px;
  }
  .our-services-column {
    padding-right: 20px;
    padding-left: 20px;
  }
  .lightbox {
    margin-top: 10px;
    margin-right: 15px;
    margin-left: 15px;
  }
  .clicktocall {
    font-weight: 700;
    text-align: center;
  }
  .image-4 {
    display: inline-block;
  }
}

@media (max-width: 479px) {
  body {
    overflow: visible;
  }
  p {
    padding-right: 0px;
    padding-left: 0px;
  }
  .button {
    position: relative;
    margin-top: 30px;
    margin-right: 0px;
    margin-bottom: 0px;
    float: none;
  }
  .button.submit {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .button.portfolio {
    margin-top: 10px;
  }
  .button.facebook {
    margin-right: 0px;
  }
  .button.twitter {
    margin-right: 0px;
  }
  .content-section {
    padding-top: 170px;
  }
  .content-section.blue {
    position: relative;
  }
  .content-section.blue.portfolio {
    height: 100%;
  }
  .content-section.blue.testimonials-background {
    height: 100%;
  }
  .content-section.blue.map {
    margin-top: 70px;
  }
  .content-section.big-screen-shot {
    background-position: -229px 69%;
  }
  .content-section.case-study {
    position: static;
    top: -110px;
    margin-bottom: 30px;
    padding-top: 30px;
    padding-right: 20px;
    padding-bottom: 0px;
  }
  .content-section.mobile3 {
    margin-top: 320px;
    padding-bottom: 39px;
  }
  .hero-section {
    height: 690px;
  }
  .hero-section.mobilehero {
    display: block;
    margin-top: 0px;
    padding-top: 120px;
    padding-bottom: 0px;
  }
  .slider {
    height: 690px;
  }
  .hero-container {
    top: 120px;
    margin-top: 29px;
    padding-right: 10px;
    padding-left: 10px;
  }
  .title.white.centered {
    text-align: center;
  }
  .title.white.mobiletitle {
    font-size: 19px;
    text-align: center;
  }
  .title.title-in-video-box {
    margin-top: 0px;
    margin-bottom: 5px;
  }
  .title.blue {
    color: transparent;
  }
  .h1 {
    margin-top: 10px;
    font-size: 31px;
    line-height: 42px;
  }
  .sub-heading {
    margin-bottom: 30px;
    font-size: 21px;
    line-height: 25px;
  }
  .h1-light-text {
    font-size: 31px;
    line-height: 42px;
  }
  .background-container {
    height: 691px;
    background-image: url('../images/Dot-pattern.png'), url('../images/example-bg.png');
    background-position: 0% 0%, 50% 42%;
    background-repeat: repeat-x, no-repeat;
  }
  .right-arrow {
    margin-right: -18px;
  }
  .brand {
    position: static;
  }
  .numering.blue {
    text-align: left;
  }
  .numering.blue.centered {
    text-align: center;
  }
  .h2 {
    font-size: 42px;
    line-height: 48px;
  }
  .h2.white {
    line-height: 45px;
  }
  .h2.white.centered {
    text-align: center;
  }
  .h2.why-us {
    font-size: 40px;
    line-height: 46px;
  }
  .h2.mobileheader {
    margin-top: -13px;
  }
  .h2-light-text {
    line-height: 34px;
  }
  .feature-box {
    display: block;
  }
  .h3 {
    margin-top: 10px;
  }
  .h3.our-services {
    float: left;
  }
  .how-we-work-column {
    text-align: center;
  }
  .paragraph-white {
    padding-right: 10px;
    padding-left: 10px;
    float: left;
  }
  .paragraph-white.centered {
    padding-right: 20px;
    padding-left: 20px;
  }
  .know-more-box {
    padding-top: 5px;
  }
  .know-more-box.video-box {
    width: 100%;
    height: 100%;
    padding-bottom: 15px;
    float: left;
    text-align: center;
  }
  .play-button {
    left: 0%;
  }
  .link {
    position: relative;
    float: left;
  }
  .title-link {
    float: left;
  }
  .column-right {
    margin-top: 1000px;
  }
  .mini-features-container {
    position: relative;
    z-index: 2;
    padding-right: 0px;
    padding-left: 0px;
  }
  .mini-features {
    position: absolute;
    left: 53px;
    bottom: 0px;
    width: 69%;
    padding-right: 0px;
    padding-left: 25px;
  }
  .mini-features.solarcalcmobile {
    position: static;
    margin-bottom: 68px;
  }
  .mini-features-block {
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0px;
    float: none;
  }
  .paragraph-dark-text {
    padding-right: 0px;
    padding-left: 0px;
    text-align: justify;
  }
  .paragraph-dark-text.skills {
    margin-bottom: 3px;
  }
  .browser {
    left: 0px;
    right: 0px;
  }
  .paragraph-white-text {
    width: auto;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
  }
  .know-more-description {
    display: block;
    margin-right: 0px;
    padding-top: 15px;
    padding-bottom: 15px;
    float: left;
    text-align: left;
  }
  .featured-desings-test {
    height: 306px;
  }
  .portfolio-sample {
    width: 91%;
  }
  .portfolio-sample.more-projects {
    width: 90%;
    margin: 35px auto 0px;
  }
  .sample-content {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .portfolio-works {
    margin-top: 45px;
  }
  .team-member {
    width: 91%;
    padding-bottom: 60px;
  }
  .skills-container {
    margin-top: 65px;
  }
  .icon-holder {
    margin-bottom: 130px;
    text-align: center;
  }
  .skills-box {
    padding-bottom: 10px;
    text-align: left;
  }
  .skills-box.top-and-bottom-dividers {
    padding-bottom: 10px;
  }
  .skills-column-right {
    margin-top: 13px;
    padding-right: 15px;
  }
  .skill-percentage-container {
    margin-top: 19px;
  }
  .testimonials-slider {
    margin-right: auto;
    margin-left: 20px;
    padding-left: 0px;
  }
  .testimonial {
    width: 100%;
  }
  .testimonial-wrapper {
    width: 100%;
    padding-right: 15%;
    padding-left: 3%;
  }
  .image.back.featured-design {
    position: static;
    float: left;
  }
  .contact-info {
    margin-top: 7px;
    padding-top: 14px;
  }
  .input-box {
    width: 90%;
    margin-right: 10px;
    margin-left: 10px;
  }
  .field-name.field2.mobilecheck2 {
    margin-top: 20px;
  }
  .column {
    padding-right: 0px;
    padding-left: 0px;
  }
  .footer.mobile5 {
    padding-top: 40px;
  }
  .contact-link {
    float: none;
  }
  .icon {
    margin-right: 108px;
    margin-bottom: 26px;
    margin-left: 0px;
    float: left;
  }
  .icon.floated-right {
    margin-right: 108px;
    margin-bottom: 20px;
    margin-left: 0px;
  }
  .services-block {
    margin-top: 36px;
    padding-bottom: 0px;
  }
  .services-block.top-and-bottom-dividers {
    margin-bottom: 15px;
    padding-bottom: 30px;
  }
  .our-services {
    float: left;
  }
  .our-services-heading-block {
    padding-left: 0px;
    text-align: center;
  }
  .nav-menu-mobile {
    position: absolute;
  }
  .front {
    left: 13%;
    height: 320px;
    margin-right: 20%;
    margin-left: 5%;
  }
  .left-column {
    padding-right: 20px;
  }
  .case-study-heading {
    margin-top: 0px;
  }
  .screenshots-sample {
    width: 97%;
  }
  .slide-nav {
    margin-bottom: -7px;
  }
  .column-case-study {
    top: 21px;
    padding-right: 0px;
  }
  .guy-support {
    display: block;
    float: none;
  }
  .back {
    margin-bottom: 15px;
  }
  .learn-more {
    height: 62px;
    margin-top: 0px;
    padding-top: 9px;
    border-top-style: none;
  }
  .learn-more.spacing {
    margin-top: 22px;
    margin-bottom: 10px;
    border-top-style: solid;
    border-top-color: #e7e7e7;
  }
  .iphone-left {
    left: 6%;
  }
  .iphone-right {
    left: 30%;
  }
  .imac-screen {
    left: -170px;
    width: 383px;
  }
  .our-services-text-container {
    width: 100%;
  }
  .lightbox {
    position: relative;
    margin-left: 0px;
  }
  .why-us-slider {
    clear: none;
  }
  .why-us-box.left {
    display: block;
    margin-right: auto;
    margin-left: auto;
    float: none;
  }
  .why-us-box.right-box {
    position: static;
    display: block;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 20px;
    float: none;
  }
  .why-us-slide {
    padding-right: 1%;
    padding-left: 1%;
  }
  .column1.mobilecolumn {
    margin-top: -91px;
  }
  .contactuslink {
    display: block;
  }
  .navbar2.mobilenavbar2 {
    height: 73px;
  }
  .agentsignup {
    display: block;
  }
  .solarcalcbutton {
    display: block;
    width: 300px;
    margin-right: auto;
    margin-left: auto;
    background-color: #00cead;
  }
  .solarcalcbutton.calcbuttonweb {
    display: inline-block;
    margin-top: 10px;
  }
  .embed.embedmobile {
    position: static;
    left: 0px;
    top: 0px;
    bottom: 0px;
    display: block;
    width: 1151px;
  }
  .mobileembedsection {
    overflow: hidden;
    height: 1750px;
  }
  .mobileembed {
    overflow: hidden;
    height: 1750px;
  }
  .subhead-text.mobiletextmargin {
    padding-right: 14px;
    padding-left: 14px;
  }
  .mobileheader {
    margin-top: 100px;
    margin-bottom: 0px;
    font-family: Raleway, sans-serif;
    font-size: 21px;
    text-align: center;
  }
  .clicktocall {
    position: relative;
    display: block;
    height: 40px;
    max-height: 40px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    background-color: #00a26e;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
  }
  .image-2 {
    display: inline-block;
  }
  .imageborder2 {
    padding-right: 10px;
    padding-bottom: 20px;
    padding-left: 10px;
  }
  .mobilehero {
    padding-top: 20px;
  }
  .image-4 {
    position: static;
    z-index: 1000;
  }
  .heromobiletext {
    color: #4750fc;
    font-weight: 700;
    text-align: center;
  }
  .bold-text {
    background-color: transparent;
    color: #2786c2;
    font-size: 16px;
  }
  .bold-text.mobileherotext2 {
    display: block;
    padding-top: 0px;
  }
  .mobilehero3 {
    display: inline-block;
    padding-top: 0px;
    font-size: 16px;
  }
  .texthero {
    display: block;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    color: #2786c2;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
  }
  .bold-text-2 {
    display: block;
    margin-right: auto;
    margin-left: auto;
    font-size: 18px;
  }
  .bold-text-3 {
    display: inline-block;
    margin-right: auto;
    margin-left: auto;
    font-size: 24px;
    line-height: 24px;
  }
  .link-block {
    display: inline-block;
    margin-top: 36px;
    text-decoration: none;
  }
  .container {
    display: block;
    text-align: center;
  }
  .text-block {
    text-align: center;
  }
  .textblock2 {
    color: #2786c2;
    font-size: 18px;
  }
  .phonenumber {
    padding-bottom: 10px;
    color: #2786c2;
    font-size: 30px;
    font-weight: 700;
    text-align: center;
  }
}

