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-family: 'Open Sans', sans-serif;
  color: #faf7f7;
  font-size: 38px;
  line-height: 44px;
  font-weight: 700;
  text-align: center;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  color: hsla(0, 0%, 100%, 0.78);
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
  text-align: center;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: 'Droid Sans', sans-serif;
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Merriweather, serif;
  color: #3cc3b2;
  font-size: 17px;
  line-height: 24px;
  font-weight: 700;
}

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

p {
  margin-bottom: 0px;
  font-family: 'Open Sans', sans-serif;
  color: #66686b;
  text-align: justify;
}

label {
  display: block;
  margin-top: 18px;
  margin-bottom: 5px;
  padding-top: 0px;
  font-weight: 700;
}

strong {
  margin-bottom: 3px;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: 700;
}

.hero-section {
  position: static;
  width: 100%;
  height: 800px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 0px;
}

.logo {
  position: static;
  left: 0px;
  top: 0px;
  margin: 26px 2px 26px 21px;
  padding: 0px;
  float: none;
  clear: none;
  text-align: center;
}

.nav-link {
  position: static;
  display: inline-block;
  width: auto;
  height: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 20px 16px 20px 20px;
  border: 2px none #fd4f00;
  border-radius: 7px;
  background-color: transparent;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #000;
  font-size: 19px;
  line-height: 0px;
  font-weight: 400;
  text-align: left;
}

.nav-container {
  background-color: transparent;
}

.navbar {
  position: relative;
  left: 0px;
  top: 50px;
  right: 0px;
  z-index: 10;
  display: block;
  margin-top: 0px;
  margin-right: -4px;
  margin-left: 0px;
  padding: 10px 0px;
  background-color: #fff;
  background-image: none;
  background-size: auto;
  color: transparent;
  font-size: 20px;
  text-align: center;
}

.hero-image {
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.44)), to(rgba(0, 0, 0, 0.44))), url('../images/ITWebProductShot.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.44), rgba(0, 0, 0, 0.44)), url('../images/ITWebProductShot.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
}

.hometext {
  position: relative;
  left: 0px;
  top: 0px;
  z-index: 1;
  padding-top: 55px;
  padding-bottom: 0px;
}

.logo-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 0px;
  padding-top: 29px;
  padding-right: 0px;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.button {
  display: block;
  width: 95px;
  margin: 5px auto 8px;
  padding-top: 7px;
  padding-bottom: 7px;
  border-radius: 7px;
  background-color: #66686b;
  font-family: Merriweather, serif;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.29);
}

.button.project-page {
  position: static;
  left: 0px;
  top: 0px;
  z-index: 10;
  display: inline-block;
  width: 166px;
  margin-right: 15px;
  float: none;
  box-shadow: inset 0 0 6px 0 #66686b;
}

.button.project-page:hover {
  background-color: #66686b;
}

.nav-column {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.nav-col-1 {
  position: static;
  left: 0px;
  top: 0px;
  right: 0px;
  display: block;
  overflow: visible;
  height: 100%;
  padding-top: 33px;
  padding-right: 62px;
  padding-left: 0px;
  -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: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-color: rgba(161, 172, 172, 0.5);
  -webkit-perspective: 1036px;
  perspective: 1036px;
}

.nav-button-container {
  display: inline-block;
  width: auto;
  padding-top: 0px;
  padding-left: 33px;
}

.nav-menu {
  display: block;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.main-tet-col {
  padding-top: 169px;
}

.highlighted-text {
  line-height: 53px;
}

.fb {
  bottom: 0px;
  display: block;
  width: 31px;
  margin-top: 5px;
  margin-right: 0px;
  margin-left: -6px;
  padding-right: 0px;
  background-color: transparent;
  color: #fff;
  font-size: 9px;
}

.fb:hover {
  opacity: 0.5;
}

.twitr {
  margin-top: 12px;
}

.home-hero-section {
  position: static;
  height: 90vh;
  margin-top: 50px;
  margin-left: -5px;
  border-radius: 0px;
  background-image: url('../images/ITWebProductShot.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-attachment: fixed;
}

.social-media-section {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 10;
  height: auto;
  max-height: 50px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-right: 15px;
  padding-left: 15px;
  background-color: #3cc3b2;
}

.sm-button {
  margin-top: 5px;
  padding-right: 7px;
  float: right;
}

.fb-icon {
  width: 30px;
  margin-top: 5px;
  margin-right: 5px;
  float: right;
}

.insta {
  width: 31px;
  margin-top: 5px;
  margin-right: 5px;
  float: right;
}

.insta:hover {
  opacity: 0.7;
}

.skype {
  width: 31px;
  margin-top: 5px;
  margin-right: 5px;
  float: right;
}

.skype:hover {
  background-color: transparent;
  opacity: 0.7;
}

.navlinkicon {
  position: relative;
  margin-left: 5px;
  padding: 15px;
  border-radius: 10px;
  font-family: 'Open Sans', sans-serif;
  color: #929497;
  font-weight: 700;
}

.navlinkicon:hover {
  border-radius: 10px;
  background-color: transparent;
  color: #66686b;
}

.navlinkicon.w--current {
  color: #fd4f00;
}

.navlinkicon.current-nav-tab {
  font-family: 'Open Sans', sans-serif;
  color: #fd4f00;
  font-weight: 700;
}

.navlinkicon.current-nav-tab:hover {
  border-radius: 10px;
  background-color: transparent;
  color: #fd4f00;
}

.hero-container {
  height: 86vh;
}

.hero-text-box {
  position: absolute;
  top: 20px;
  width: 100%;
  margin-top: 274px;
  padding-top: 30px;
  padding-bottom: 20px;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#2d3033), to(rgba(0, 0, 0, 0.51)));
  background-image: linear-gradient(180deg, #2d3033, rgba(0, 0, 0, 0.51));
  text-align: center;
}

.hero-text {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  border-radius: 10px;
  background-color: transparent;
  font-family: Merriweather, serif;
  color: #f8fffe;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  text-align: center;
  text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.59);
}

.hero-text.banner {
  margin-bottom: 0px;
}

.what-we-do-section {
  padding-top: 30px;
  padding-bottom: 50px;
  background-color: #2d3033;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#34373a), to(#419e93));
  background-image: linear-gradient(180deg, #34373a, #419e93);
}

.what-we-do-ul {
  display: inline-block;
  width: auto;
  margin-top: 50px;
  margin-bottom: 7px;
  padding-bottom: 12px;
  float: none;
  text-align: center;
}

.what-we-do-list-item {
  display: inline-block;
  width: 30%;
  height: 420px;
  margin-top: 0px;
  margin-right: 5px;
  margin-left: 5px;
  padding: 15px 10px;
  float: left;
  border: 1px solid #faf8f8;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.49);
  text-align: center;
}

.what-we-do-list-item.responsive {
  width: 30%;
  height: 430px;
  padding: 20px;
  float: left;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.45);
}

.what-we-do-list-item.design {
  width: 30%;
  height: 420px;
  margin-right: 10px;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.53);
}

.what-we-do-list-item.branding {
  width: 33%;
}

.what-we-do-list-item.move-down {
  margin-top: 5px;
}

.what-we-do-container {
  display: block;
  padding-top: 50px;
  text-align: center;
}

.h2-grey {
  font-family: Bitter, serif;
  color: #fff;
  font-size: 28px;
  font-weight: 700;
  text-transform: none;
}

.white-h4 {
  font-family: Merriweather, serif;
  color: #fff;
  font-size: 18px;
}

.white-text-block {
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 13px;
  text-align: justify;
}

.white-text-block.bigger {
  font-size: 16px;
  line-height: 22px;
}

.hover-image-changeover {
  display: inline-block;
  width: 200px;
  height: 200px;
  float: none;
  background-image: url('../images/icon-branding-rollover.png');
  background-position: 0px 0px;
  background-size: cover;
  -webkit-transition: -webkit-transform 300ms ease;
  transition: -webkit-transform 300ms ease;
  transition: transform 300ms ease;
  transition: transform 300ms ease, -webkit-transform 300ms ease;
}

.hover-image-changeover:hover {
  background-image: url('../images/icon-branding.png');
  background-size: cover;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.hover-img-changeover-website {
  display: inline-block;
  width: 200px;
  height: 200px;
  float: none;
  background-image: url('../images/icon-website-rollover.png');
  background-position: 0px 0px;
  background-size: cover;
  -webkit-transition: -webkit-transform 300ms ease;
  transition: -webkit-transform 300ms ease;
  transition: transform 300ms ease;
  transition: transform 300ms ease, -webkit-transform 300ms ease;
}

.hover-img-changeover-website:hover {
  background-image: url('../images/icon-websites.png');
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.hover-img-changeover-design {
  display: inline-block;
  width: 200px;
  height: 200px;
  background-image: url('../images/icon-design-rollover.png');
  background-position: 0px 0px;
  background-size: cover;
  -webkit-transition: -webkit-transform 300ms ease;
  transition: -webkit-transform 300ms ease;
  transition: transform 300ms ease;
  transition: transform 300ms ease, -webkit-transform 300ms ease;
}

.hover-img-changeover-design:hover {
  background-image: url('../images/icon-design.png');
  background-size: cover;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.email-button {
  display: inline-block;
  margin: 6px 13px 10px 0px;
  padding: 9px 15px;
  float: right;
  border-radius: 10px;
  background-color: #fd4f00;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
}

.email-button:hover {
  background-color: #ada6a6;
  opacity: 1;
}

.email-button.submit {
  margin-left: 0px;
  float: none;
  text-align: left;
}

.lightbox-css {
  width: 23%;
  margin-right: 5px;
  margin-bottom: 5px;
  margin-left: 5px;
  float: none;
  text-align: center;
}

.orange-h4 {
  color: #fd4f00;
}

.lightbox-div {
  display: inline-block;
  margin-bottom: 30px;
  text-align: center;
}

.work-section {
  margin-top: 57px;
  padding-top: 10px;
  padding-bottom: 10px;
  background-image: url('../images/BGround.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.work-section.index {
  margin-top: 0px;
}

.example-button {
  margin-top: 10px;
  margin-bottom: 15px;
  float: none;
  border-radius: 10px;
  background-color: #3cc3b2;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  text-align: left;
}

.example-button:hover {
  background-color: #ada6a6;
}

.about-us-col {
  display: block;
  border-radius: 5px;
  background-color: transparent;
  text-align: center;
}

.fb-feed-col {
  text-align: center;
}

.text-block {
  display: inline-block;
  max-width: 400px;
  margin-bottom: 10px;
  padding: 15px;
  background-color: transparent;
  font-family: 'Open Sans', sans-serif;
  color: #66686b;
  font-size: 13px;
  text-align: center;
}

.text-block.white {
  color: #2d3033;
}

.about-fb-row {
  margin-bottom: 0px;
  background-color: transparent;
}

.footer {
  position: static;
  left: 0%;
  right: 0%;
  bottom: 0%;
  z-index: auto;
  overflow: visible;
  min-height: 100px;
  min-width: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 15px;
  padding-bottom: 15px;
  float: none;
  clear: none;
  background-color: #fd4f00;
}

.footer-white-text {
  margin-top: 10px;
}

.about-main-section {
  height: 100vh;
  margin-top: 55px;
  margin-bottom: auto;
  padding-bottom: 33px;
  float: none;
  background-image: url('../images/AllItems2_1.jpg');
  background-position: 0px 0px;
  background-size: cover;
  color: transparent;
  text-align: center;
}

.about-text-div {
  width: auto;
  max-width: 500px;
  margin-top: 50px;
  margin-right: 15px;
  padding: 20px 15px;
  float: none;
  border-radius: 10px;
  background-color: rgba(45, 48, 51, 0.93);
  opacity: 1;
  color: #070707;
  text-align: left;
}

.about-us-h4 {
  font-family: Merriweather, serif;
  color: #3cc3b2;
  text-align: center;
}

.slide-1 {
  width: 100%;
}

.slider-services-css {
  height: auto;
}

.services-tabs {
  margin-top: 34px;
}

.tab-text {
  padding-top: 15px;
  padding-bottom: 15px;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  background-color: #d3cfcf;
  font-family: 'Open Sans', sans-serif;
  color: #5e66b0;
  font-size: 16px;
  line-height: 1.8;
  font-weight: 700;
  text-align: center;
  text-transform: none;
}

.tab-headers {
  font-family: 'Open Sans', sans-serif;
  color: #5e66b0;
  font-size: 18px;
  font-weight: 700;
  text-transform: none;
}

.tab-link-1.w--current {
  width: auto;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background-color: #d3cfcf;
}

.row-services {
  margin-top: 0px;
  margin-bottom: 40px;
}

.text-black-copy {
  margin-top: 0px;
  font-family: 'Open Sans', sans-serif;
  color: #66686b;
  font-weight: 400;
}

.text-black-copy.small {
  font-size: 11px;
  line-height: 16px;
  text-align: justify;
}

.services {
  color: #fd4f00;
  font-size: 20px;
}

.h1-services {
  margin-bottom: 16px;
  padding-top: 0px;
  font-family: Merriweather, serif;
  color: #fd4f00;
}

.h1-services.white {
  display: inline-block;
  color: #fd4f00;
  font-size: 24px;
  text-align: center;
}

.h1-services.purple {
  color: #5e66b0;
  text-align: center;
}

.form {
  display: block;
  width: 350px;
  text-align: left;
}

.form.webform {
  width: auto;
  max-width: 800px;
}

.contact-div {
  position: static;
  display: inline-block;
  width: 100%;
  margin-top: 0px;
  float: none;
  background-color: transparent;
  line-height: 1em;
  text-align: center;
}

.contact-container {
  display: block;
  text-align: center;
}

.rich-text-formatting {
  color: #2d3033;
  text-align: justify;
}

.rich-text-formatting p {
  font-family: 'Open Sans', sans-serif;
  color: #66686b;
}

.rich-text-formatting h4 {
  font-family: 'Open Sans', sans-serif;
  color: #2d3033;
}

.rich-text-formatting.work {
  display: inline-block;
  max-width: 700px;
  text-align: left;
}

.website-q-section {
  margin-top: 30px;
  padding-top: 50px;
  padding-bottom: 20px;
  background-color: #3cc3b2;
  text-align: center;
}

.web-q-copy {
  margin-top: 0px;
  margin-bottom: 5px;
}

.help-image {
  position: relative;
  left: 0px;
  top: 0px;
  bottom: 0px;
  display: inline-block;
  margin-top: 0px;
  padding-top: 0px;
  float: none;
  clear: none;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fece00), to(#fece00));
  background-image: linear-gradient(180deg, #fece00, #fece00);
}

.label {
  margin: 0px 5px 5px;
  padding-top: 0px;
  color: #2d3033;
  text-align: left;
}

.checkbox {
  display: inline-block;
  margin-right: 13px;
  margin-bottom: 0px;
}

.webq-logo {
  margin-top: 0px;
  margin-bottom: 4px;
  padding-top: 5px;
  padding-bottom: 5px;
  border-radius: 10px;
  background-color: #000;
}

.webq-logo-img {
  margin-bottom: -16px;
  padding: 5px;
  border-radius: 0px;
  background-color: transparent;
}

.current-tab {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.current-tab.w--current {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background-color: #d3cfcf;
}

.non-current-tab {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background-color: #fff;
}

.tab-img {
  margin-top: 20px;
  text-align: center;
}

.tab-pain {
  border-radius: 10px;
  background-color: #d3cfcf;
}

.tab-header {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  font-family: 'Open Sans', sans-serif;
  color: #66686b;
  font-weight: 700;
}

.tab-header.w--current {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background-color: #d3cfcf;
}

.tab-header.current {
  color: #5e66b0;
}

.pricing-section {
  height: auto;
  margin-bottom: auto;
  padding-top: 0px;
  padding-bottom: 43px;
  background-image: url('../images/BGround.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.faetured-thumbnail {
  margin-top: 20px;
  padding: 6px;
}

.feature-wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 280px;
  box-shadow: 1px 1px 3px 0 #ada6a6;
}

.h2 {
  margin-bottom: 13px;
  font-family: Merriweather, serif;
  color: #66686b;
  font-size: 24px;
  font-weight: 400;
}

.divider {
  height: 2px;
  margin-top: 9px;
  margin-bottom: 5px;
  background-color: #929497;
}

.featured-image {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  overflow: hidden;
  width: 100%;
  height: auto;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: -webkit-transform 500ms ease;
  transition: -webkit-transform 500ms ease;
  transition: transform 500ms ease;
  transition: transform 500ms ease, -webkit-transform 500ms ease;
}

.featured-image:hover {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.category {
  position: absolute;
  left: 10px;
  top: 10px;
  z-index: 10;
  width: auto;
  height: auto;
  margin-left: 0px;
  padding: 5px 12px;
  border: 5px none #000;
  border-radius: 5px;
  background-color: #fdb600;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
}

.category.recent {
  position: static;
  left: 23px;
  z-index: 10;
  margin-top: 11px;
  float: left;
}

.category.print {
  left: 91px;
  top: 10px;
  background-color: #5e66b0;
}

.category.print.recent {
  left: 104px;
  margin-left: 6px;
}

.category.print.recent.only {
  left: 22px;
}

.category.web {
  left: 148px;
  background-color: #3cc3b2;
}

.category.web.only {
  left: 24px;
  top: 43px;
}

.category.web.recent {
  margin-left: 8px;
}

.feature-div-block {
  position: relative;
  overflow: hidden;
  width: auto;
  height: auto;
  opacity: 1;
}

.feature-div-block:hover {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.project-name {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 48px;
  margin-bottom: 5px;
  padding-left: 10px;
  background-color: transparent;
  font-family: Merriweather, serif;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
}

.featured-div {
  position: relative;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#000));
  background-image: linear-gradient(180deg, transparent, #000);
}

.feature-text {
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 22px;
  z-index: 10;
  height: auto;
  padding-top: 0px;
  color: #fff;
}

.gradient {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 10;
  overflow: visible;
  width: auto;
  height: auto;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.72)));
  background-image: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.72));
  opacity: 1;
}

.gradient:hover {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.project-summary {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 10px;
  z-index: 10;
  display: block;
  padding-left: 10px;
  font-family: Merriweather, serif;
  color: #fff;
  font-weight: 400;
}

.text-wrapper {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 88px;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(69%, rgba(0, 0, 0, 0.61)));
  background-image: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.61) 69%);
}

.h6-purple {
  margin-top: 19px;
  color: #5e66b0;
  font-style: italic;
  text-align: justify;
}

.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;
  border-style: none;
}

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

.featured-block {
  width: auto;
  height: auto;
}

.featured-block {
  overflow: visible;
  width: auto;
  height: 250px;
}

.feature-col {
  position: static;
  padding-top: 10px;
  padding-bottom: 10px;
}

.link-block {
  width: 100%;
  background-color: transparent;
  text-decoration: none;
}

.feature-name {
  position: absolute;
  left: 10px;
  bottom: 59px;
  z-index: 10;
  overflow: visible;
  width: auto;
  height: auto;
  font-family: Merriweather, serif;
  color: #fff;
  font-size: 24px;
}

.feat-gradient {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.71)));
  background-image: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.71));
}

.feature-text-wrapper {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  height: 60%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(63%, rgba(0, 0, 0, 0.74)));
  background-image: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.74) 63%);
}

.recent-thumbnail-wrapper {
  display: inline-block;
  overflow: hidden;
  width: 290px;
  height: 309px;
  margin: 5px;
  padding: 0px;
  float: left;
  border: 1px none #000;
  background-color: #fff;
  box-shadow: 1px 1px 3px 0 #ada6a6;
  text-decoration: none;
}

.recent-thumbnail-wrapper:hover {
  background-color: #ece4e4;
  opacity: 1;
}

.recent-thumb-image {
  position: relative;
  height: 150px;
  background-image: url('../images/WorkBL2.jpg');
  background-position: 93% 4%;
  background-size: cover;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: -webkit-transform 483ms ease;
  transition: -webkit-transform 483ms ease;
  transition: transform 483ms ease;
  transition: transform 483ms ease, -webkit-transform 483ms ease;
}

.recent-thumb-image:hover {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.recent-thumb-image.subliminal {
  background-image: url('../images/WorkSub1.jpg');
  background-position: 50% 50%;
}

.recent-thumb-image.clt {
  background-image: url('../images/LgWorkCLT1.jpg');
  background-position: 50% 50%;
  background-size: 500px;
}

.recent-thumb-image.sn {
  background-image: url('../images/banner2.jpg');
  background-position: 50% 50%;
  background-size: 368px;
}

.recent-thumb-image.ndole {
  background-image: url('../images/LgWorkNdole1.jpg');
  background-position: 50% 50%;
}

.recent-thumb-image.bwanaburgers {
  background-image: url('../images/LgWorkBB6.jpg');
}

.recent-thumb-image.ladylace {
  background-image: url('../images/LadyLace1000x600.png');
  background-position: 50% 50%;
  background-size: cover;
}

.recent-thumb-image.icontribe {
  background-image: url('../images/banner6.jpg');
}

.recent-thumb-image.zamfire {
  background-image: url('../images/Zamfire1000x1000.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.recent-text-wrapper {
  position: relative;
  left: 0px;
  right: 0px;
  bottom: 0px;
  overflow: visible;
  height: auto;
  margin-top: 9px;
  padding: 5px 5px 10px 6px;
  background-color: transparent;
}

.recent-h4 {
  color: #000;
  text-align: center;
  text-decoration: none;
}

.logo-image-recent-thumb {
  position: static;
  left: 0px;
  right: 0px;
  bottom: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-top: 2px;
  text-align: center;
}

.recent-link-block {
  margin: 6px 6px 0px 4px;
  background-color: transparent;
  background-image: none;
  text-decoration: none;
}

.recent-link-block:hover {
  background-image: none;
}

.thumbnails-section {
  margin: 0px;
  padding: 35px 5px;
  background-image: url('../images/BGround.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.projects-section {
  height: auto;
  margin-top: 60px;
  padding-top: 20px;
  background-color: #fff;
}

.project-header {
  color: #fd4f00;
}

.main-img-projects {
  overflow: hidden;
  width: auto;
  height: auto;
  padding-bottom: 27px;
  border-radius: 0px;
}

.button-div {
  margin-bottom: 20px;
  text-align: center;
}

._404 {
  font-family: Merriweather, serif;
  color: #5e66b0;
  font-size: 21px;
}

.about-h1 {
  margin-bottom: -4px;
  font-family: Merriweather, serif;
  color: #3cc3b2;
  font-size: 29px;
}

.fb-feed-section {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #fff;
  background-image: url('../images/BGround.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.pattern-divider {
  width: auto;
  height: 30px;
  background-image: url('../images/patternBanner.png');
  background-position: 0px 0px;
  background-size: contain;
}

.hero-text-2 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Merriweather, serif;
  color: #fd4f00;
  font-size: 36px;
  text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.6);
}

.hero-text-3 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Merriweather, serif;
  font-size: 28px;
}

.lastest-image {
  border-radius: 5px;
  -webkit-transition: -webkit-transform 300ms ease;
  transition: -webkit-transform 300ms ease;
  transition: transform 300ms ease;
  transition: transform 300ms ease, -webkit-transform 300ms ease;
}

.lastest-image:hover {
  opacity: 1;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.image {
  position: relative;
  left: 0px;
  top: 0px;
}

.container {
  position: static;
}

.nav-menu-2 {
  padding-top: 20px;
}

.centre-div {
  display: block;
  border: 1px none #000;
  color: transparent;
  text-align: center;
}

.centre-div.white {
  padding-bottom: 20px;
  padding-left: 20px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  background-color: transparent;
}

.section {
  margin-top: 55px;
  background-image: url('../images/BGround.jpg');
  background-position: 0px 0px;
  background-size: 1000px;
}

.section-2 {
  margin-top: 54px;
  padding-top: 30px;
  background-image: url('../images/BGround.jpg');
  background-position: 0px 0px;
  background-size: 1000px;
}

.div-block {
  position: static;
  left: 0px;
  top: 0px;
  right: 0px;
  display: inline-block;
  margin-top: 0px;
  padding-top: 0px;
  padding-left: 0px;
  float: right;
}

.orange-h3 {
  padding-left: 20px;
  font-family: Merriweather, serif;
  color: #fd4f00;
}

.orange-h3.no-space {
  margin-bottom: 0px;
}

.what-text {
  display: inline-block;
  max-width: 500px;
  margin-top: 25px;
  margin-right: 20px;
  float: none;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #f3f6f6;
  font-size: 16px;
  line-height: 18px;
  text-align: left;
}

.infographic {
  max-width: 700px;
  margin-top: 20px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
  background-image: linear-gradient(180deg, transparent, transparent);
}

.qoute-form {
  display: inline-block;
  min-width: 0px;
  margin-top: 20px;
  padding: 20px;
  float: left;
  border-radius: 10px;
  background-color: #3cc3b2;
}

.form-2 {
  display: block;
  margin-top: 0px;
  padding: 0px 10px;
  background-color: #3cc3b2;
}

.quick-qoute {
  margin-top: 10px;
  margin-bottom: 0px;
  background-color: transparent;
  font-family: Merriweather, serif;
  color: #fd4f00;
  font-size: 24px;
  font-weight: 700;
}

.div-block-2 {
  height: 4px;
  margin-bottom: 20px;
  padding-left: 0px;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, right top, from(#fd4f00), to(#3cc3b2));
  background-image: linear-gradient(90deg, #fd4f00, #3cc3b2);
}

.what-header {
  margin-bottom: 0px;
  padding: 20px;
  border-radius: 10px;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, right top, from(#3cc3b2), to(#5e66b0));
  background-image: linear-gradient(90deg, #3cc3b2, #5e66b0);
  font-family: Merriweather, serif;
  color: #fff;
  font-size: 32px;
  font-weight: 700;
  text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.31);
}

.what-header.no-raduis-bottom {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  background-color: #5e66b0;
  background-image: -webkit-gradient(linear, left top, right top, from(#3cc3b2), to(#5e66b0));
  background-image: linear-gradient(90deg, #3cc3b2, #5e66b0);
}

.what-subhead {
  margin-top: 22px;
  margin-right: 20px;
  float: none;
  font-family: Merriweather, serif;
  color: #f3f6f8;
  font-size: 18px;
  line-height: 24px;
}

.success {
  border-radius: 10px;
  background-color: #3cc3b2;
}

.sucess-text {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #2d3033;
  font-size: 14px;
  font-weight: 700;
}

.error-text {
  color: #000;
}

.section-3 {
  position: fixed;
  display: block;
  margin-top: 0px;
  padding-top: 51px;
  padding-bottom: 50px;
  background-image: url('../images/BGround.jpg');
  background-position: 0px 0px;
  background-size: 1000px;
}

.container-3 {
  display: block;
  text-align: center;
}

.submit-button {
  border-radius: 10px;
  background-color: #fd4f00;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
}

.section-4 {
  height: 4px;
  background-image: -webkit-gradient(linear, left top, right top, from(#fd4f00), to(#3cc3b2));
  background-image: linear-gradient(90deg, #fd4f00, #3cc3b2);
}

.div-block-3 {
  margin-bottom: 50px;
  padding: 10px;
  border-radius: 10px;
  background-color: #e0e0e0;
}

.index-image-section {
  padding-top: 50px;
}

.purple-header {
  color: #5e66b0;
}

.slider-css {
  height: auto;
}

.slide-2 {
  background-image: url('../images/NdoleBayWebsite_ProductImg1small.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.slide-3 {
  background-image: url('../images/LgWorkSub1.jpg');
  background-position: 50% 100%;
  background-size: cover;
}

.slide-4 {
  background-image: url('../images/LgWorkBB7.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.slide-5 {
  background-image: url('../images/LgWorkBL2_1.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.slide-6 {
  background-image: url('../images/LgWorkSN2.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.section-5 {
  width: 10px;
}

.body {
  display: block;
  clear: none;
}

.container-4 {
  padding-bottom: 0px;
}

.questionnaire {
  display: block;
  clear: none;
  border-radius: 10px;
  background-color: transparent;
  text-align: center;
}

.column-2 {
  border-radius: 10px;
  background-color: #fff;
}

.div-block-4 {
  position: relative;
  display: inline-block;
  width: 80%;
  padding: 40px 20px 20px;
  float: none;
  border: 2px none #5e66b0;
  border-radius: 10px;
  background-color: #fff;
  text-align: center;
}

.container-5 {
  position: static;
  text-align: left;
}

.column1 {
  margin-top: 1px;
  padding-top: 17px;
  border: 3px solid #3cc3b2;
  border-radius: 10px;
  background-color: #fff;
}

.div-block-5 {
  width: auto;
  margin-bottom: 60px;
  padding: 0px 20px 20px;
  background-color: #fece00;
}

.thanks-text {
  color: #66686b;
  font-weight: 700;
}

.html-embed {
  background-color: transparent;
}

.quote-div {
  margin-bottom: 24px;
}

html.w-mod-js *[data-ix="appear-from-bottom-on-load"] {
  opacity: 0;
  -webkit-transform: translate(0px, 100vh);
  -ms-transform: translate(0px, 100vh);
  transform: translate(0px, 100vh);
}

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

html.w-mod-js *[data-ix="delayed-2appear-from-bottom-on-scroll-2"] {
  opacity: 0;
  -webkit-transform: translate(0px, 300px);
  -ms-transform: translate(0px, 300px);
  transform: translate(0px, 300px);
}

html.w-mod-js *[data-ix="delayed-3appear-from-bottom-on-scroll-3"] {
  opacity: 0;
  -webkit-transform: translate(0px, 300px);
  -ms-transform: translate(0px, 300px);
  transform: translate(0px, 300px);
}

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

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

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

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

@media screen and (max-width: 991px) {
  .hometext {
    padding-top: 22px;
  }

  .menu-button {
    color: #66686b;
    font-size: 35px;
  }

  .home-hero-section {
    margin-top: 80px;
    background-position: 50% 85%;
    background-attachment: fixed;
  }

  .hero-text {
    color: #fff;
    font-size: 28px;
    text-align: center;
  }

  .what-we-do-list-item.responsive {
    height: 480px;
    float: left;
  }

  .what-we-do-list-item.move-down {
    height: 440px;
    margin-top: 10px;
  }

  .email-button.submit {
    margin-left: 30px;
  }

  .work-section {
    padding-top: 100px;
    padding-bottom: 41px;
  }

  .footer {
    position: static;
    margin-top: 0px;
  }

  .form {
    margin-right: 14px;
  }

  .form.webform {
    margin-right: 2px;
    margin-left: 2px;
  }

  .web-q-copy {
    margin-right: 5px;
    margin-left: 5px;
  }

  .label {
    margin-left: 5px;
  }

  .hero-text-3 {
    font-size: 28px;
  }

  .recent-div {
    float: none;
    text-align: center;
  }

  .div-block {
    padding-left: 0px;
    text-align: center;
  }

  .qoute-form {
    float: none;
  }
}

@media screen and (max-width: 767px) {
  .hometext {
    padding-top: 7px;
  }

  .menu-button {
    margin-right: 13px;
    padding-right: 19px;
    color: #66686b;
    font-size: 35px;
  }

  .button {
    line-height: 2;
  }

  .hero-text {
    line-height: 50px;
  }

  .what-we-do-section {
    line-height: 20;
  }

  .what-we-do-list-item {
    width: auto;
  }

  .what-we-do-list-item.responsive {
    width: auto;
  }

  .what-we-do-list-item.design {
    width: auto;
  }

  .h2-grey {
    line-height: 33px;
  }

  .white-h4 {
    margin-top: -100px;
    margin-bottom: 0px;
  }

  .white-text-block {
    line-height: 1.5;
    text-align: center;
  }

  .hover-img-changeover-website {
    margin-top: 41px;
  }

  .hover-img-changeover-design {
    margin-top: 35px;
  }

  .email-button.submit {
    display: block;
    margin-left: 36px;
    text-align: center;
  }

  .footer {
    margin-top: 0px;
  }

  .about-text-div {
    width: 90%;
    margin-left: 27px;
    padding-top: 10px;
    float: none;
  }

  .form.webform {
    text-align: left;
  }

  .contact-div {
    margin-left: 0px;
    padding-left: 0px;
  }

  .rich-text-formatting p {
    margin-right: 5px;
    margin-left: 5px;
  }

  .rich-text-formatting h4 {
    margin-right: 6px;
    margin-left: 5px;
  }

  .web-q-copy {
    padding-right: 5px;
    padding-left: 5px;
  }

  .label {
    padding-right: 5px;
    padding-left: 5px;
    line-height: 2;
  }

  .recent-link-block {
    position: static;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    display: inline-block;
    margin-left: 4px;
    float: none;
    text-align: center;
  }

  .recent-div {
    margin-bottom: 30px;
    text-align: center;
  }

  .rich-text-block {
    margin-right: 5px;
    margin-left: 5px;
  }

  .div-block {
    float: none;
  }

  .what-text {
    padding-right: 10px;
    padding-left: 10px;
    line-height: 1.5;
  }

  .what-header {
    line-height: 32px;
  }
}

@media screen and (max-width: 479px) {
  .navbar {
    box-shadow: none;
  }

  .hometext {
    padding-top: 6px;
  }

  .menu-button {
    color: #66686b;
  }

  .button {
    line-height: 2;
  }

  .home-hero-section {
    height: auto;
    background-position: 50% 50%;
    background-size: cover;
  }

  .hero-text-box {
    margin-top: 150px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .hero-text {
    font-size: 28px;
    line-height: 40px;
  }

  .white-h4 {
    margin-top: -116px;
    margin-bottom: auto;
    float: none;
  }

  .white-text-block {
    margin-bottom: 0px;
    line-height: 1.5;
  }

  .hover-img-changeover-website {
    margin-top: 30px;
  }

  .hover-img-changeover-design {
    margin-top: 39px;
  }

  .orange-h4 {
    padding-left: 35px;
  }

  .example-button {
    position: static;
    float: none;
  }

  .example-button.move-right {
    margin-right: 0px;
  }

  .footer {
    position: relative;
    min-height: 150px;
    min-width: 100%;
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .about-main-section {
    position: static;
    height: auto;
    margin-bottom: 0px;
    padding-bottom: 40px;
    background-position: 50% 50%;
    background-size: cover;
    background-attachment: scroll;
  }

  .about-text-div {
    position: static;
    display: inline-block;
    margin-right: 14px;
    margin-bottom: 29px;
    margin-left: 13px;
    float: none;
  }

  .text-black-copy {
    text-align: center;
  }

  .services {
    text-align: center;
  }

  .form {
    width: 300px;
    padding-left: 2px;
  }

  .form.webform {
    padding-right: 2px;
  }

  .rich-text-formatting p {
    padding-right: 5px;
    padding-left: 5px;
  }

  .rich-text-formatting h4 {
    padding-right: 5px;
    padding-left: 5px;
  }

  .label {
    display: block;
    margin-top: 0px;
    padding-top: 0px;
    float: none;
    line-height: 2;
  }

  .feature-text {
    position: absolute;
    left: 10px;
    right: 10px;
    bottom: 15px;
    display: block;
    margin-top: 0px;
    padding-top: 0px;
    color: #66686b;
    line-height: 20px;
  }

  .feature-name {
    bottom: 90px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: -8px;
  }

  .hero-text-3 {
    font-size: 28px;
  }

  .lastest-image {
    margin-right: 0px;
  }

  .lastest-image.move-right {
    margin-right: -16px;
  }

  .rich-text-block {
    padding-right: 5px;
    padding-left: 5px;
  }

  .container-2 {
    position: static;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    margin-bottom: 0px;
  }

  .column {
    position: static;
    left: 0px;
    right: 0px;
    bottom: 0px;
    display: inline-block;
  }

  .what-text {
    display: inline-block;
    margin-left: 10px;
    padding-right: 10px;
    padding-left: 10px;
    line-height: 1.5;
    text-align: center;
  }

  .infographic {
    display: inline-block;
    width: 100%;
    margin-top: -80px;
    padding-right: 10px;
    padding-left: 10px;
    float: none;
  }

  .qoute-form {
    display: inline-block;
    margin-top: -80px;
  }
}

