body {
  font-family: Raleway, sans-serif;
  color: #818181;
  font-size: 14px;
  line-height: 26px;
  font-weight: 400;
}

h1 {
  margin-top: 0px;
  margin-bottom: 10px;
  color: #555;
  font-size: 26px;
  line-height: 44px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  color: #585858;
  font-size: 22px;
  line-height: 36px;
  font-weight: 700;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  color: #585858;
  font-size: 18px;
  line-height: 30px;
  font-weight: 700;
}

h4 {
  margin-top: 20px;
  margin-bottom: 10px;
  color: #585858;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  text-transform: capitalize;
}

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

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

p {
  display: inline-block;
  margin-top: 0px;
  margin-bottom: 5px;
}

a {
  color: #0082f3;
  text-decoration: underline;
}

blockquote {
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 5px 20px;
  border-left: 5px solid #428bc7;
  color: #a2a2a2;
  font-size: 20px;
  line-height: 35px;
  font-weight: 300;
}

.button {
  display: inline-block;
  margin: 0px 20px;
  padding: 8px 18px;
  float: right;
  border: 2px solid #428bc7;
  border-radius: 5px;
  background-color: transparent;
  -webkit-transition: background-color 500ms ease;
  transition: background-color 500ms ease;
  color: #428bc7;
  font-size: 21px;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.button:hover {
  background-color: #428bc7;
  color: #fff;
}

.button.button-price {
  margin-top: 28px;
}

.button.button-white {
  margin-top: 34px;
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 30px;
  padding-left: 30px;
  float: left;
  border-color: #fff;
  border-radius: 10px;
  color: #fff;
}

.button.button-white:hover {
  background-color: #fff;
  color: #428bc7;
}

.brand-logo {
  margin-top: 0px;
  margin-left: 25px;
  float: left;
}

.navigation-menu {
  margin-top: 70px;
  padding-right: 0px;
  float: none;
  font-size: 14px;
  text-align: right;
}

.navigation-link {
  margin-left: 30px;
  padding: 0px 0px 5px;
  -webkit-transition: border-color 200ms ease;
  transition: border-color 200ms ease;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.navigation-link:hover {
  border-bottom: 2px solid #fff;
  color: #fff;
}

.navigation-link.w--current {
  border-bottom: 2px solid #fff;
  color: #fff;
  font-size: 14px;
}

.navigation-container {
  display: block;
  font-size: 14px;
  text-align: center;
}

.header {
  position: relative;
  display: block;
  height: 117px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.13);
  background-color: transparent;
}

.header-contact {
  margin-top: 30px;
  margin-right: 25px;
  padding-left: 40px;
  float: right;
  text-align: left;
}

.header-text {
  position: relative;
  margin-top: 23px;
  margin-left: 10px;
  float: right;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #fff;
  font-size: 22px;
}

.header-icon {
  margin-top: 20px;
  margin-left: 2px;
  float: left;
  font-size: 14px;
}

.section {
  position: relative;
  padding-top: 64px;
  padding-bottom: 60px;
  border-top: 1px solid #fff;
  background-color: #f2f2f2;
  font-size: 17px;
}

.scroll-header {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  display: none;
  overflow: hidden;
  width: 100%;
  background-color: #fff;
  opacity: 0.97;
}

.bran-logo-scroll {
  margin-top: 17px;
}

.navigation-link-scroll {
  margin-left: 30px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #313131;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
}

.navigation-link-scroll:hover {
  border-bottom: 2px solid #428bc7;
  color: #428bc7;
}

.navigation-link-scroll.w--current {
  border-bottom-style: solid;
  border-bottom-width: 2px;
  color: #428bc7;
}

.navigation-menu-scroll {
  display: block;
}

.banner {
  background-color: #428bc7;
}

.service-wrapper {
  position: relative;
  display: block;
  overflow: visible;
  text-align: center;
}

.circle {
  display: block;
  width: 100px;
  height: 100px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 24px;
  border: 2px solid #428bc7;
  border-radius: 60px;
}

.work-title {
  position: relative;
  display: block;
  padding-top: 45px;
  padding-bottom: 45px;
  border-top: 1px solid #ebebeb;
}

.center-div {
  display: block;
  margin-top: 30px;
  padding-bottom: 30px;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
}

.line {
  display: block;
  width: 30px;
  height: 3px;
  margin-right: auto;
  margin-bottom: 15px;
  margin-left: auto;
  background-color: #428bc7;
}

.line.left {
  position: static;
  display: inline-block;
  margin-right: 0px;
  margin-bottom: 15px;
  margin-left: 0px;
  direction: ltr;
  text-align: center;
}

.line.left.center {
  text-align: center;
}

.work-column {
  position: relative;
  z-index: 2;
  display: block;
  overflow: hidden;
  padding-right: 0px;
  padding-left: 0px;
}

.work-overlay {
  position: absolute;
  overflow: hidden;
  width: 100%;
  height: 100%;
  background-image: radial-gradient(circle farthest-corner at 50% 50%, hsla(0, 0%, 100%, 0), rgba(0, 0, 0, 0.5));
  -webkit-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}

.work-overlay:hover {
  box-shadow: inset 0 0 8px 3px rgba(0, 0, 0, 0.5);
}

.work-hover {
  position: absolute;
  left: 0px;
  top: 40%;
  right: 0px;
  bottom: 0px;
  display: block;
  padding: 15px 20px;
}

.on-work {
  margin-top: 0px;
  margin-bottom: 0px;
  background-color: transparent;
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0px;
  text-shadow: 4px -3px 3px #000;
}

.sub-title {
  color: #f2f2f2;
  font-size: 19px;
  font-weight: 300;
  text-align: center;
  text-shadow: 2px 2px 3px #000;
}

.section-features {
  position: relative;
  z-index: 2;
  padding-top: 120px;
  padding-bottom: 50px;
  background-color: #f2f2f2;
}

.h1-container {
  text-align: center;
}

.slider {
  height: auto;
  background-color: transparent;
  color: hsla(0, 0%, 100%, 0.81);
  font-weight: 300;
}

.hide-dots {
  display: none;
}

.arrow {
  width: 60px;
  height: 60px;
  padding-top: 13px;
  padding-bottom: 13px;
  border: 2px solid #fff;
  border-radius: 100px;
  opacity: 0.3;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  font-size: 30px;
}

.arrow:hover {
  opacity: 1;
}

.vertical {
  height: 70px;
  margin-right: 20px;
  margin-left: 20px;
}

.slide-2 {
  position: relative;
  display: inline-block;
  overflow: visible;
  margin-bottom: 0px;
  padding-bottom: 0px;
}

.features-image {
  position: relative;
  text-align: center;
}

.features-text {
  padding-top: 25px;
  font-size: 18px;
  text-align: center;
}

.uppercase {
  font-size: 27px;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
}

.uppercase.white {
  color: #fff;
  text-align: center;
}

.hand-text {
  padding-left: 48px;
  font-family: 'Just Another Hand', sans-serif;
  color: #999;
  font-size: 28px;
  letter-spacing: 0px;
}

.cool {
  position: relative;
  bottom: 18px;
  padding-left: 158px;
}

.hero-div {
  position: relative;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #428bc7;
}

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

.option-section {
  padding-top: 0px;
  padding-bottom: 100px;
  background-color: #fff;
}

.column-wrapper {
  padding: 30px 20px 20px;
  box-shadow: none;
}

.shadow {
  position: relative;
  bottom: 14px;
  display: block;
  opacity: 0.6;
  text-align: center;
}

.row {
  margin-top: 50px;
}

.fun-facts-section {
  padding-top: 100px;
  padding-bottom: 150px;
  background-image: url('../images/hives.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: fixed;
}

.skills-row {
  padding-top: 80px;
}

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

.clients-slider {
  margin-top: 45px;
  background-color: transparent;
}

.slide-1-testimonials {
  padding-right: 90px;
  padding-left: 90px;
  text-align: center;
}

.clients-photo {
  position: relative;
  z-index: 1;
  display: block;
  width: 130px;
  height: 130px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 100px;
  background-image: url('../images/yelp.jpg');
  background-size: 130px;
  background-repeat: no-repeat;
}

.clients-photo.photo-2 {
  background-image: url('../images/yelp.jpg');
}

.clients-photo.photo-3 {
  background-image: url('../images/yelp.jpg');
  background-position: 50% 50%;
}

.arrow-clients {
  width: 40px;
  height: 40px;
  padding-top: 9px;
  border: 2px solid #d1d1d1;
  border-radius: 100px;
  opacity: 0.6;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  color: #a8a8a8;
  font-size: 19px;
}

.arrow-clients:hover {
  opacity: 1;
}

.vertical-clients {
  position: absolute;
  margin-right: 1px;
  margin-left: 1px;
}

.text-clients {
  position: relative;
  margin-top: 20px;
  color: #919191;
  font-size: 18px;
  line-height: 32px;
  font-weight: 300;
}

.section-clients {
  display: block;
  overflow: visible;
  padding-top: 100px;
  padding-bottom: 80px;
  background-color: #f2f2f2;
  background-image: none;
}

.brand-logo {
  margin-top: 3px;
  margin-left: 10px;
}

.bradnign-logo {
  position: relative;
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ebebeb;
}

.branding-hover {
  opacity: 0.5;
  -webkit-transition: opacity 500ms ease;
  transition: opacity 500ms ease;
}

.branding-hover:hover {
  opacity: 1;
}

.social-icon {
  width: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
  border-right: 1px solid #3c4752;
  background-color: #333c45;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
}

.social-icon:hover {
  background-color: #3b5998;
}

.social-icon.twitter:hover {
  background-color: #2aa9e0;
}

.social-icon.google:hover {
  background-color: #bf3939;
}

.social-icon.rss:hover {
  background-color: #eb8a1c;
}

.social-column {
  padding-right: 0px;
  padding-left: 0px;
  text-align: center;
}

.footer {
  position: fixed;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 50;
  display: none;
  padding-top: 10px;
  padding-bottom: 30px;
  background-color: rgba(51, 60, 69, 0.99);
}

.footer-logo {
  margin-bottom: 15px;
}

.footer-social {
  margin-top: 15px;
}

.footer-circle {
  width: 34px;
  height: 34px;
  margin-right: 10px;
  margin-bottom: 10px;
  padding-top: 1px;
  border: 1px solid #818181;
  border-radius: 50px;
  opacity: 0.6;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  text-align: center;
}

.footer-circle:hover {
  opacity: 1;
}

.small-footer {
  position: relative;
  z-index: 1;
  padding-top: 20px;
  padding-bottom: 20px;
}

.small-footer-text {
  display: inline-block;
  margin-left: 10px;
  padding-top: 8px;
  color: #adadad;
  font-size: 13px;
}

.go-top {
  overflow: hidden;
  width: 40px;
  height: 40px;
  padding-top: 4px;
  float: right;
  border: 2px solid #e1e1e1;
  border-radius: 50px;
  -webkit-transition: border 500ms ease;
  transition: border 500ms ease;
  text-align: center;
}

.go-top:hover {
  border-color: #428bc7;
}

.h3-footer {
  margin-top: 10px;
  margin-bottom: 23px;
  font-family: Raleway, sans-serif;
  color: #fff;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.text-field {
  margin-bottom: 15px;
  padding-top: 0px;
  padding-left: 0px;
  border-top-style: none;
  border-right-style: none;
  border-bottom-width: 2px;
  border-bottom-color: #818181;
  border-left-style: none;
  background-color: transparent;
  color: #fff;
  font-size: 13px;
}

.text-field:hover {
  border-bottom-color: #428bc7;
}

.text-area {
  padding-top: 0px;
  padding-bottom: 20px;
  padding-left: 0px;
  border-top-style: none;
  border-right-style: none;
  border-bottom-width: 2px;
  border-bottom-color: #818181;
  border-left-style: none;
  background-color: transparent;
  color: #fff;
  font-size: 13px;
}

.text-area:hover {
  border-bottom-color: #428bc7;
  color: #fff;
}

.submit-button {
  position: relative;
  margin-top: 10px;
  padding: 5px 15px;
  border: 2px solid #818181;
  border-radius: 5px;
  background-color: transparent;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  color: #818181;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
}

.submit-button:hover {
  background-color: #818181;
  color: #fff;
}

.success-message {
  margin-top: 30px;
  padding-right: 30px;
  padding-left: 30px;
  border: 2px solid #428bc7;
  border-radius: 5px;
  background-color: transparent;
  text-align: center;
}

.error-message {
  margin-top: 15px;
  border: 2px solid #db2121;
  border-radius: 5px;
  background-color: transparent;
  text-align: center;
}

.close-footer {
  position: relative;
  bottom: -13px;
  display: block;
  width: 40px;
  height: 40px;
  margin-right: 30px;
  padding-top: 4px;
  float: right;
  border: 2px solid #818181;
  border-radius: 30px;
  opacity: 0.3;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  text-align: center;
}

.close-footer:hover {
  opacity: 1;
}

.close-text {
  position: relative;
  bottom: -21px;
  margin-right: 15px;
  float: right;
}

.sub-header {
  position: relative;
  z-index: 1;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #428bc7;
}

.info {
  position: relative;
  display: block;
  margin-bottom: 10px;
}

.info.address {
  margin-bottom: 0px;
}

.info-icon {
  position: relative;
  display: inline-block;
  margin-right: 10px;
}

.mail {
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  color: #818181;
  text-decoration: none;
}

.mail:hover {
  color: #fff;
}

.contact {
  display: block;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #bdbdbd;
}

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

.section-work {
  position: relative;
  z-index: 2;
}

.container-about {
  padding-top: 26px;
  padding-bottom: 26px;
  text-align: center;
}

.white {
  margin-bottom: 0px;
  padding-right: 10px;
  padding-left: 0px;
  color: #fff;
  font-weight: 500;
  letter-spacing: 2px;
}

.white.number {
  font-size: 35px;
}

.sub-text {
  color: #ffffff;
  font-size: 18px;
  font-weight: 200;
  text-align: left;
}

.sub-text.cl {
  color: #8f8f8f;
  font-weight: 300;
}

.name-staff {
  margin-top: 20px;
  margin-bottom: 5px;
  color: #428bc7;
  font-size: 17px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.tean-work {
  margin-bottom: 10px;
  color: #999;
  font-weight: 400;
}

.social-team {
  width: 35px;
  height: 35px;
  margin-right: 10px;
  padding-top: 2px;
  border-radius: 60px;
  background-color: #f2f2f2;
  opacity: 0.7;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.social-team:hover {
  opacity: 1;
}

.social-block {
  margin-top: 15px;
}

.section-help {
  padding-top: 100px;
  padding-bottom: 100px;
  background-image: url('../images/IMG_3286.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.row-help {
  margin-top: 100px;
}

.help-1 {
  padding-right: 15px;
  padding-left: 15px;
  border: 1px solid #fff;
  background-color: hsla(0, 0%, 100%, 0.95);
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.18);
  text-align: center;
}

.circle-help {
  position: relative;
  bottom: 50px;
  display: block;
  width: 90px;
  height: 90px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 26px;
  border-radius: 60px;
  background-color: #428bc7;
  opacity: 1;
}

.help-content {
  position: relative;
  bottom: 36px;
}

.link-help {
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  color: #428bc7;
  text-decoration: none;
}

.link-help:hover {
  color: #303030;
}

.section-services {
  padding-top: 90px;
  padding-bottom: 90px;
  border-bottom: 1px solid #e6e6e6;
  background-color: #f2f2f2;
}

.section-services.white-2 {
  padding-top: 0px;
  background-color: transparent;
}

.section-services.section-service-white {
  background-color: #fff;
}

.details {
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e6e6e6;
}

.category-text {
  color: #adadad;
}

.pricing-section {
  padding-top: 40px;
  padding-bottom: 40px;
  border-top: 1px solid #fff;
  background-color: #f2f2f2;
}

.pricing-table {
  position: relative;
  display: block;
  overflow: hidden;
  padding-bottom: 0px;
  border: 1px solid #e6e6e6;
  border-radius: 7px;
  background-color: hsla(0, 0%, 100%, 0.52);
  text-align: center;
}

.pricing-price {
  overflow: hidden;
  padding: 10px 0px 30px;
  background-color: #428bc7;
  background-image: none;
  text-align: center;
}

.circle-prize {
  display: block;
  width: 150px;
  height: 150px;
  margin-top: 28px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 50px;
  border: 2px solid #fff;
  border-radius: 100px;
}

.pricing {
  display: block;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 10px;
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.2);
  font-size: 19px;
  letter-spacing: -1px;
}

.month {
  color: hsla(0, 0%, 100%, 0.65);
  font-size: 15px;
  text-transform: none;
}

.ribbon {
  position: absolute;
  margin-top: 48px;
  margin-right: 2px;
  margin-left: 2px;
  padding: 1px 50px;
  background-color: #ffae00;
  color: #8c630b;
  font-size: 11px;
  line-height: 22px;
  font-weight: 700;
  text-align: right;
  text-decoration: none;
}

.pricing-section-2 {
  padding-top: 80px;
  padding-bottom: 80px;
  border-top: 1px solid #ebebeb;
}

.alert {
  overflow: hidden;
  margin-top: 20px;
  padding-right: 10px;
  padding-bottom: 20px;
  padding-left: 20px;
  border: 1px solid #78dffe;
  border-radius: 6px;
  background-color: #e1f8ff;
}

.help {
  color: #77d8f5;
}

.help.help-2 {
  font-weight: 400;
}

.close {
  position: relative;
  top: 5px;
  right: 4px;
  float: right;
  opacity: 0.66;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.close:hover {
  opacity: 1;
}

._404-section {
  overflow: hidden;
  padding-top: 80px;
  padding-bottom: 80px;
  border-top: 1px solid #fff;
  background-color: #f2f2f2;
}

.circle-404 {
  display: block;
  width: 380px;
  height: 380px;
  margin-right: auto;
  margin-bottom: 40px;
  margin-left: auto;
  padding-top: 130px;
  border: 6px solid #428bc7;
  border-radius: 200px;
  text-align: center;
}

._404-text {
  margin-bottom: 67px;
  color: #428bc7;
  font-size: 140px;
  font-weight: 600;
}

._404-container {
  position: relative;
  z-index: 1;
  text-align: center;
}

.logo-background {
  position: absolute;
  left: -23%;
  top: 25%;
  opacity: 0.05;
}

.row-social {
  position: relative;
  z-index: 1;
}

.column-features {
  display: block;
}

.mascot {
  position: relative;
  top: 2px;
  display: inline-block;
  margin-top: 61px;
  margin-bottom: 131px;
  padding-top: 0px;
  padding-bottom: 0px;
  text-align: center;
}

.text-slider {
  top: 45px;
  padding-top: 0px;
}

.big-text {
  position: static;
  overflow: visible;
  margin-bottom: 8px;
  padding-right: 0px;
  padding-left: 0px;
  float: none;
  clear: none;
  color: #fff;
  font-size: 40px;
  line-height: 48px;
  font-weight: 400;
  text-align: left;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

.medium-text {
  margin-bottom: 20px;
  color: hsla(0, 0%, 100%, 0.61);
  font-size: 18px;
  font-style: italic;
}

.dynamic-item {
  padding-right: 0px;
  padding-left: 0px;
}

.big-title {
  color: #fff;
}

.rich-text {
  margin-top: 30px;
}

.team-dynamic {
  text-align: center;
}

.blog-section {
  padding-top: 49px;
  padding-bottom: 49px;
}

.big-space {
  margin-top: 60px;
}

.blog-dynamic {
  text-align: left;
}

.blog-title {
  position: relative;
  margin-bottom: 5px;
}

.date-created {
  display: inline-block;
  margin-bottom: 15px;
  float: left;
}

.clock-icon {
  margin-right: 7px;
  float: left;
}

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

.author-blog {
  margin-top: 30px;
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 1px solid #e1e1e1;
}

.write-blog {
  display: inline-block;
  margin-right: 5px;
}

.space {
  margin-bottom: 30px;
}

.blog-space {
  margin-bottom: 60px;
}

.blog-sub-title {
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #383838;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
}

.blog-sub-title:hover {
  color: #428bc7;
}

.small-space {
  margin-top: 10px;
}

.blog-overlay {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  opacity: 0;
}

.blog-photo-content {
  position: relative;
  overflow: hidden;
}

.blog-icon {
  position: relative;
  top: 50%;
  display: block;
  width: 50px;
  height: 50px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 100%;
  background-color: #fff;
  background-image: url('../images/fa-share_100_0_428bc7_none.png');
  background-position: 50% 50%;
  background-size: 20px;
  background-repeat: no-repeat;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

.service-pictures {
  max-width: 100%;
  margin-top: -34px;
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 0px;
  padding-left: 0px;
  float: none;
}

.services {
  margin-top: 0px;
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #fff;
}

.services.services-gey {
  background-color: #f1f1f1;
}

.h1-center {
  margin-bottom: 20px;
  font-size: 46px;
  text-align: center;
}

.service-description {
  padding-bottom: 30px;
  font-size: 21px;
  text-align: center;
}

.containter-center {
  margin-top: 30px;
  padding-top: 0px;
  text-align: center;
}

.column-features-2 {
  position: relative;
  padding-right: 10px;
  padding-left: 10px;
  float: left;
}

.pic-shaddow {
  box-shadow: 0 0 6px 0 #fff;
  text-shadow: 1px 1px 6px #000;
}

.banner-text {
  font-size: 18px;
  line-height: 28px;
}

.beekeeper-emaling {
  margin-top: 0px;
  padding-top: 100px;
}

.email-thanks {
  margin-top: 116px;
}

.email-form-align {
  margin-top: 15px;
}

.tab-menu {
  display: block;
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 0px;
  padding-left: 0px;
}

.tab-image {
  display: inline-block;
  margin-top: 0px;
}

.thumbnail-pics {
  display: inline-block;
  max-width: 20%;
  margin-top: 10px;
}

.thumbnail-div {
  display: inline-block;
}

.removal-steps {
  float: none;
  text-align: left;
}

.litebox-thumbs {
  display: inline-block;
  max-width: 23%;
  margin-top: 4px;
  margin-right: 2%;
  margin-bottom: 4px;
}

.lightbox-thumb {
  max-width: 25%;
}

.tab-text {
  font-size: 18px;
}

.tab-row-style {
  margin-top: 15px;
  margin-bottom: 30px;
}

.tab-style {
  display: inline;
  max-width: 14%;
  margin-right: 2.66px;
  padding-top: 0px;
}

.ask {
  margin-top: -80px;
}

.popular-pics {
  position: static;
  display: block;
  overflow: hidden;
  width: 100%;
  height: 100%;
  background-image: radial-gradient(circle farthest-corner at 50% 50%, transparent, rgba(0, 0, 0, 0.5));
  box-shadow: inset 0 0 8px 0 #000;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}

.popular-column {
  padding-right: 0px;
  padding-left: 0px;
  background-image: radial-gradient(circle farthest-corner at 50% 50%, hsla(0, 0%, 100%, 0), rgba(0, 0, 0, 0.5));
}

.popular-list {
  position: static;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.tint {
  background-color: rgba(0, 0, 0, 0.99);
  background-image: radial-gradient(circle farthest-corner at 50% 50%, #000, #fff);
}

.popular-tint {
  position: absolute;
  display: block;
  overflow: visible;
  width: 100%;
  height: 100%;
  background-image: radial-gradient(circle farthest-corner at 50% 50%, hsla(0, 0%, 100%, 0), rgba(0, 0, 0, 0.5));
  opacity: 0.5;
}

.blog-shell {
  margin-top: 90px;
  margin-bottom: 90px;
  padding-bottom: 0px;
}

.blog-bottom-row {
  margin-top: 30px;
}

.pricespace {
  margin: 20px 0px;
}

.center {
  text-align: center;
}

.clicktocall {
  display: block;
  margin-top: 40px;
  padding: 10px 50px;
  border: 3px solid #428bc7;
  border-radius: 10px;
}

.callbutton {
  display: block;
  margin-top: 17px;
  margin-right: 25px;
  margin-left: 25px;
  padding-right: 52px;
  padding-left: 52px;
  float: none;
  border-radius: 10px;
  background-color: #e96013;
  font-size: 22px;
  text-align: center;
}

.calltext {
  padding-left: 0px;
  float: none;
  font-size: 22px;
  line-height: 36px;
  text-align: center;
}

.bulletsandcall {
  float: right;
}

.callsection {
  clear: none;
}

.callbullets {
  width: 65%;
  padding-right: 10px;
  padding-left: 10px;
  float: left;
  text-align: left;
}

.calltoaction {
  margin-top: 10px;
  margin-bottom: 30px;
  padding-top: 27px;
  padding-bottom: 27px;
  float: right;
  border: 3px solid #428bc7;
  border-radius: 10px;
}

.landingpagecontainer {
  margin-top: 20px;
  margin-bottom: 20px;
}

.cityservicecalls {
  width: 300px;
  max-width: 100%;
  margin-top: -5px;
  padding-top: 0px;
  float: right;
}

.text-span {
  border-style: solid;
  border-width: 1px;
  border-color: #fffcfc;
  font-size: 33px;
}

.text-span-2 {
  position: relative;
  display: inline-block;
  margin: 10px 0px 10px 20px;
  padding: 5px 15px;
  border-style: none;
  border-width: 1px;
  border-color: #fff;
  direction: ltr;
  font-family: 'Open Sans', sans-serif;
  color: #428bc7;
  font-size: 26px;
  font-style: italic;
  text-align: left;
}

.container {
  background-color: #fff;
}

.div-block {
  display: block;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  background-color: #fff;
  text-align: left;
}

.button-2 {
  position: relative;
  display: inline-block;
  margin: 10px 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: 'Open Sans', sans-serif;
  text-align: center;
  text-decoration: underline;
}

.button-3 {
  display: block;
  margin: 10px 0px;
  padding-top: 3px;
  padding-bottom: 3px;
  border: 2px solid #428bc7;
  border-radius: 10px;
  background-color: #428bc7;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 16px;
  text-align: left;
}

.button-4 {
  margin: 10px 10px 10px 0px;
  padding-top: 3px;
  padding-bottom: 3px;
  border: 2px solid #428bc7;
  border-radius: 10px;
  background-color: #428bc7;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 16px;
}

.text-block {
  border: 1px solid transparent;
  font-family: 'Open Sans', sans-serif;
  color: #428bc7;
  font-style: normal;
  text-align: left;
}

.column {
  position: relative;
  margin-top: 5px;
}

.list-item {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 5px;
  margin-bottom: 5px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.list-item-2 {
  text-align: center;
}

.list-item-3 {
  text-align: left;
}

.list {
  display: block;
  padding-right: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  text-align: left;
  list-style-type: none;
}

.list-2 {
  margin-top: 0px;
  margin-bottom: 0px;
  text-align: left;
}

.container-2 {
  margin-top: 0px;
  text-align: center;
}

.heading {
  text-align: left;
}

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

.heading-3 {
  text-align: left;
}

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

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

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

html.w-mod-js *[data-ix="hide-close-contact-text-on-load"] {
  opacity: 0;
  -webkit-transform: translate(-20px, 0px);
  -ms-transform: translate(-20px, 0px);
  transform: translate(-20px, 0px);
}

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

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

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

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

html.w-mod-js *[data-ix="fade-in-text-on-load-1"] {
  opacity: 0;
  -webkit-transform: translate(0px, -30px);
  -ms-transform: translate(0px, -30px);
  transform: translate(0px, -30px);
}

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

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

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

html.w-mod-js *[data-ix="fade-in-text-on-load-5"] {
  opacity: 0.22;
  -webkit-transform: translate(0px, 506px);
  -ms-transform: translate(0px, 506px);
  transform: translate(0px, 506px);
}

html.w-mod-js *[data-ix="fade-in-text-on-load-6"] {
  opacity: 0;
  -webkit-transform: translate(100px, 0px);
  -ms-transform: translate(100px, 0px);
  transform: translate(100px, 0px);
}

html.w-mod-js *[data-ix="fade-in-text-on-load-7"] {
  opacity: 0;
  -webkit-transform: translate(-100px, 0px);
  -ms-transform: translate(-100px, 0px);
  transform: translate(-100px, 0px);
}

html.w-mod-js *[data-ix="scale-in-icon-on-scroll"] {
  opacity: 0;
  -webkit-transform: scale(0.79, 0.79);
  -ms-transform: scale(0.79, 0.79);
  transform: scale(0.79, 0.79);
}

html.w-mod-js *[data-ix="scale-in-icon-on-scroll-2"] {
  opacity: 0;
  -webkit-transform: scale(0.79, 0.79);
  -ms-transform: scale(0.79, 0.79);
  transform: scale(0.79, 0.79);
}

html.w-mod-js *[data-ix="scale-in-icon-on-scroll-3"] {
  opacity: 0;
  -webkit-transform: scale(0.79, 0.79);
  -ms-transform: scale(0.79, 0.79);
  transform: scale(0.79, 0.79);
}

html.w-mod-js *[data-ix="scale-in-icon-on-scroll-4"] {
  opacity: 0;
  -webkit-transform: scale(0.79, 0.79);
  -ms-transform: scale(0.79, 0.79);
  transform: scale(0.79, 0.79);
}

html.w-mod-js *[data-ix="scale-in-icon-on-scroll-5"] {
  opacity: 0;
  -webkit-transform: scale(0.79, 0.79);
  -ms-transform: scale(0.79, 0.79);
  transform: scale(0.79, 0.79);
}

html.w-mod-js *[data-ix="scale-in-icon-on-scroll-6"] {
  opacity: 0;
  -webkit-transform: scale(0.79, 0.79);
  -ms-transform: scale(0.79, 0.79);
  transform: scale(0.79, 0.79);
}

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

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

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

@media (max-width: 991px) {
  h1 {
    font-size: 23px;
  }
  p {
    font-size: 13px;
  }
  .button.button-white {
    float: none;
  }
  .navigation-menu {
    position: absolute;
    z-index: 3;
    margin-top: 0px;
    background-color: rgba(51, 60, 69, 0.95);
  }
  .navigation-link {
    max-width: 100%;
    margin-left: 0px;
    padding: 20px;
  }
  .navigation-link:hover {
    border-bottom-style: none;
    background-color: #525a63;
  }
  .navigation-link.w--current {
    border-bottom-style: none;
    background-color: #428bc7;
  }
  .header-contact {
    display: none;
  }
  .scroll-header {
    display: none;
  }
  .hamburger {
    margin-top: 17px;
    padding: 14px;
    background-color: hsla(0, 0%, 100%, 0.2);
    color: #fff;
  }
  .hamburger.w--open {
    background-color: #333c45;
  }
  .uppercase.white {
    color: #fff;
  }
  .section-help {
    background-position: -138px 50%;
  }
  .pricing-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .ribbon {
    margin-right: 1px;
    margin-left: 1px;
    padding-right: 34px;
    padding-left: 34px;
  }
  ._404-container {
    z-index: 0;
  }
  .mascot {
    margin-top: 43px;
    margin-bottom: 146px;
  }
  .text-slider {
    top: 0px;
  }
  .big-text {
    font-size: 30px;
    line-height: 40px;
  }
  .medium-text {
    font-size: 15px;
  }
  .dynamic-item {
    width: 50%;
  }
  .dynamic-logo {
    width: 33.333%;
  }
  .beekeeper-emaling {
    margin-top: 1px;
    padding-top: 166px;
  }
  .mobilenumber {
    padding-right: 271px;
    padding-left: 271px;
    text-align: center;
  }
  .callbullets {
    width: 58%;
  }
  .calltoaction {
    margin-top: 30px;
  }
  .cityservicecalls {
    margin-top: 10px;
  }
  .text-span-2 {
    display: inline-block;
    margin-right: 0px;
    margin-bottom: 10px;
    font-size: 26px;
  }
  .button-3 {
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 2px;
    padding-bottom: 2px;
    font-family: 'Open Sans', sans-serif;
  }
  .button-4 {
    margin-right: 10px;
    margin-left: 0px;
    padding-top: 2px;
    padding-bottom: 2px;
  }
  .text-block {
    text-align: center;
  }
  .list-item {
    margin-top: 5px;
    margin-bottom: 5px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: center;
  }
  .list-item-2 {
    text-align: center;
    list-style-type: none;
  }
  .list-item-3 {
    clear: none;
    list-style-type: disc;
  }
  .list {
    position: static;
    margin-right: auto;
    margin-left: auto;
    padding-right: 10px;
    float: none;
    list-style-type: none;
  }
}

@media (max-width: 767px) {
  .brand-logo {
    margin-left: 0px;
  }
  .navigation-container {
    margin-top: -127px;
  }
  .service-wrapper {
    margin-bottom: 35px;
  }
  .hamburger {
    margin-right: 15px;
  }
  .features-text {
    margin-bottom: 35px;
  }
  .hero-text {
    line-height: 34px;
  }
  .column-wrapper {
    display: block;
    text-align: center;
  }
  .row {
    margin-top: 0px;
  }
  .skills-column {
    margin-bottom: 35px;
  }
  .text-clients {
    font-size: 16px;
  }
  .brand-logo {
    position: static;
    margin-top: -23px;
    float: none;
  }
  .branding-hover {
    display: block;
    text-align: center;
  }
  .social-icon {
    border-bottom: 1px solid #3c4752;
    border-right-style: none;
  }
  .footer {
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 1002;
    display: none;
    overflow: scroll;
  }
  .white {
    padding-left: 10px;
  }
  .sub-text {
    margin-right: 10px;
    margin-left: 10px;
  }
  .section-help {
    background-position: 35% 50%;
    background-size: cover;
  }
  .pricing-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .container-iphone {
    padding-right: 10px;
    padding-left: 10px;
  }
  .column-help {
    margin-bottom: 100px;
  }
  .column-features {
    margin-bottom: 50px;
  }
  .mascot {
    top: 28px;
    margin-top: -82px;
  }
  .text-slider {
    margin-top: 20px;
    margin-bottom: 18px;
    padding-top: 0px;
    text-align: center;
  }
  .big-text {
    float: none;
    font-size: 34px;
    line-height: 47px;
    text-align: center;
  }
  .dynamic-item {
    width: 100%;
  }
  .space {
    margin-bottom: 50px;
  }
  .dynamic-logo {
    width: 50%;
  }
  .beekeeper-emaling {
    margin-top: -65px;
    padding-top: 0px;
  }
  .mobilenumber {
    padding-right: 188px;
    padding-left: 188px;
  }
  .calltext {
    float: none;
  }
  .callbullets {
    width: 100%;
    text-align: left;
  }
  .calltoaction {
    margin: 9px 134px 0px;
  }
  .cityservicecalls {
    margin-right: 134px;
    margin-left: 134px;
  }
  .text-span-2 {
    margin-right: 10px;
    margin-left: 10px;
    padding: 5px 0px;
    font-size: 26px;
    text-align: left;
  }
  .div-block {
    text-align: left;
  }
  .button-3 {
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    font-size: 16px;
  }
  .button-4 {
    margin-right: 10px;
    margin-left: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    font-size: 16px;
    text-align: left;
  }
  .text-block {
    text-align: left;
  }
  .column {
    margin-top: -20px;
    text-align: right;
  }
  .container-2 {
    text-align: center;
  }
  .columns {
    display: block;
    text-align: center;
  }
}

@media (max-width: 479px) {
  h5 {
    font-size: 15px;
  }
  .navigation-container {
    margin-top: -95px;
  }
  .header {
    height: 100px;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .scroll-header {
    display: block;
  }
  .work-overlay {
    background-image: radial-gradient(circle farthest-corner at 50% 50%, hsla(0, 0%, 100%, 0), rgba(0, 0, 0, 0.5));
  }
  .hamburger {
    margin-top: 0px;
  }
  .work-hover {
    top: 30%;
  }
  .cool {
    display: none;
  }
  .hero-text {
    font-size: 16px;
  }
  .column-wrapper {
    display: block;
    text-align: center;
  }
  .row {
    margin-top: 0px;
  }
  .slide-1-testimonials {
    padding-right: 5px;
    padding-left: 5px;
  }
  .arrow-clients {
    margin-top: 49px;
  }
  .text-clients {
    font-size: 13px;
  }
  .brand-logo {
    margin-top: -20px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-right: 37px;
  }
  .footer {
    display: none;
  }
  .sub-text.cl {
    font-size: 15px;
  }
  .section-help {
    background-position: 55% 50%;
    background-size: cover;
  }
  .pricing-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .circle-404 {
    width: 300px;
    height: 300px;
    padding-top: 96px;
  }
  ._404-text {
    margin-bottom: 58px;
    font-size: 125px;
  }
  .mascot {
    margin-top: -54px;
  }
  .big-text {
    font-size: 22px;
    line-height: 34px;
  }
  .dynamic-logo {
    width: 100%;
  }
  .beekeeper-emaling {
    margin-top: -65px;
    padding-top: 0px;
  }
  .popular-pics {
    background-image: radial-gradient(circle farthest-corner at 50% 50%, hsla(0, 0%, 100%, 0), rgba(0, 0, 0, 0.5));
  }
  .mobilenumber {
    padding-right: 69px;
    padding-left: 69px;
  }
  .callbutton {
    margin-bottom: -5px;
  }
  .callbullets {
    width: 100%;
  }
  .calltoaction {
    margin-right: 10px;
    margin-left: 0px;
    padding-right: 0px;
    clear: none;
  }
  .cityservicecalls {
    margin-right: 10px;
  }
  .text-span-2 {
    margin-top: 5px;
    margin-bottom: 5px;
    text-align: center;
  }
  .button-3 {
    margin: 0px 40px 20px;
    padding-top: 0px;
    padding-bottom: 0px;
    font-size: 16px;
    text-align: center;
  }
  .button-4 {
    display: block;
    margin: 0px 40px 10px;
    padding-top: 0px;
    padding-bottom: 0px;
    font-size: 16px;
    text-align: center;
  }
  .text-block {
    text-align: center;
  }
  .column {
    text-align: justify;
  }
  .list-item {
    display: block;
  }
  .list {
    padding-right: 0px;
    padding-left: 0px;
  }
}

