.contact-button-new{
    margin: auto !important;
    display: block !Important;
    width: 260px !IMportant;
    padding-bottom: 60px !important;
}


body {
  height: 100%;
  background-color: #292929;
  background-image: url('../images/switchedon2.jpg');
  background-position: 50% -76%;
  background-size: cover;
  background-attachment: fixed;
  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: Raleway, sans-serif;
  font-size: 38px;
  line-height: 44px;
  font-weight: 700;
  text-align: center;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Raleway, sans-serif;
  font-size: 32px;
  line-height: 36px;
  font-weight: 700;
}

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

h4 {
  position: static;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
  float: none;
  direction: ltr;
  font-family: Raleway, sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  text-align: left;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Raleway, sans-serif;
  font-size: 18px;
  line-height: 20px;
  font-weight: 700;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Raleway, sans-serif;
  font-size: 15px;
  line-height: 18px;
  font-weight: 700;
}

p {
  margin-top: 0px;
  margin-bottom: 5px;
  padding-bottom: 0px;
  font-family: Raleway, sans-serif;
  color: #686868;
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
}

a {
  color: #000;
  font-weight: 400;
  text-decoration: underline;
}

.button {
  display: inline-block;
  margin-top: 10px;
  padding: 9px 15px;
  border-radius: 3px;
  background-color: #26acc7;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  font-family: Raleway, sans-serif;
  color: #fff;
  text-align: center;
  text-decoration: none;
}

.button:hover {
  background-color: #383838;
}

.button.intro-button {
  position: relative;
  z-index: 1;
  display: inline-block;
  margin-top: 0px;
  padding: 11px 25px;
  border: 1px solid #e31064;
  border-radius: 3px;
  background-color: #e31064;
  -webkit-transition: background-color 500ms ease;
  transition: background-color 500ms ease;
  font-family: Raleway, sans-serif;
  color: #fff;
  font-weight: 700;
}

.button.intro-button:hover {
  border-color: #000;
  background-color: #000;
  color: #fff;
}

.button.intro-button.contactbutton {
  display: block;
  margin-top: 70px;
  border-color: #000;
  background-color: #1d1d1d;
  -webkit-transition: -webkit-transform 500ms ease;
  transition: -webkit-transform 500ms ease;
  transition: transform 500ms ease;
  transition: transform 500ms ease, -webkit-transform 500ms ease;
}

.button.intro-button._4 {
  display: block;
  margin-top: 0px;
}

.button.intro-button._4.button-space-bottom {
  margin-bottom: 30px;
}

.button.intro-button._4.button-space-bottom.conteact-buttonspace {
  margin-top: 25px;
}

.button.intro-button.buttonnew {
  border-color: #000;
  background-color: #000;
}

.button.intro-button.buttonnew.contact-padding.w--current {
  padding-top: 12px;
}

.button.intro-button.buttonnew.contact-padding.theme-button.w--current {
  display: inline;
  float: none;
  clear: none;
}

.button.intro-button.services-2-button.button-spacing.w--current {
  margin-left: 40px;
  -webkit-transition: background-color 500ms ease;
  transition: background-color 500ms ease;
}

.button.intro-button.services-2-button.button-spacing.newservbutton {
  position: relative;
  z-index: 500;
  margin-left: 40px;
  border-color: #26acc7;
  background-color: #26acc7;
}

.button.intro-button.services-2-button.button-spacing.newservbutton:hover {
  border-color: #000;
  background-color: #000;
}

.button.intro-button.services-2-button.button-spacing.newservbutton.w--current {
  border-color: #26acc7;
  background-color: #26acc7;
}

.button.intro-button.services-2-button.button-spacing.newservbutton.w--current:hover {
  border-color: #000;
  background-color: #000;
}

.button.feature-button {
  margin-top: 20px;
  padding: 15px 25px;
  border-radius: 2px;
  background-color: #000;
  font-family: Raleway, sans-serif;
  color: #fff;
  font-size: 15px;
}

.button.feature-button:hover {
  background-color: #e31064;
}

.button.price-button {
  margin-top: 0px;
  padding: 14px 25px;
  background-color: #e31064;
  font-weight: 700;
  text-transform: uppercase;
}

.button.price-button:hover {
  background-color: #ed5c96;
}

.button.submit-button {
  display: block;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #e31064;
  font-weight: 700;
}

.button.dark {
  background-color: #000;
}

.button.dark:hover {
  background-color: #3bcdeb;
}

.navbar {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  padding-top: 35px;
  padding-bottom: 35px;
  background-color: transparent;
}

.hero {
  height: 800px;
  background-color: #2f3d40;
  background-image: url('../images/BG-2.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.hero-container {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  height: 100%;
  padding-top: 230px;
  background-color: rgba(0, 153, 255, 0);
}

.hero-text-block {
  position: relative;
  z-index: 500;
  width: 540px;
  margin-top: 36px;
  margin-bottom: 0px;
  float: left;
}

.hero-text-block.mobile-heard-move {
  width: 100%;
  margin-top: -69px;
  margin-bottom: 0px;
  padding-bottom: 0px;
}

.hero-title {
  margin-top: 0px;
  margin-bottom: 1px;
  font-family: Raleway, sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 44px;
  font-weight: 400;
  text-transform: uppercase;
  text-shadow: 0 0 6px #000;
}

.hero-title.title-2 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 16px;
  line-height: 34px;
  font-weight: 800;
  text-align: left;
}

.hero-title.title-2._3 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 15px;
  line-height: 26px;
  font-weight: 300;
}

.hero-title.word {
  display: inline-block;
  margin-right: 14px;
  padding-bottom: 10px;
  font-size: 33px;
  font-weight: 900;
  text-align: left;
}

.hero-title.word._2 {
  margin-bottom: 10px;
  padding-bottom: 0px;
  font-size: 30px;
  line-height: 25px;
  font-weight: 700;
}

.hero-title.word._2.secondtext {
  font-size: 23px;
  font-weight: 300;
}

.hero-title.word._2.maintitle {
  line-height: 28px;
}

.hero-button {
  display: inline-block;
  margin-top: 10px;
  margin-right: 6px;
  padding: 15px 25px;
  border-radius: 3px;
  background-color: #26acc7;
  font-family: Raleway, sans-serif;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  text-transform: none;
}

.hero-button:hover {
  background-color: #3fd4f2;
}

.hero-button._2 {
  background-color: #e31064;
}

.hero-button._2:hover {
  background-color: #fc3585;
}

.hero-image {
  position: absolute;
  top: 215px;
  right: 0px;
  height: 440px;
}

.hero-image.macbook {
  left: 510px;
  top: 185px;
  right: -285px;
  height: 440px;
  margin-left: 0px;
  padding-left: 0px;
}

.hero-image.phone-white {
  top: 223px;
  right: -105px;
  height: 420px;
}

.hero-overlay {
  overflow: hidden;
  width: 100%;
  height: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: rgba(29, 48, 66, .29);
  background-image: url('../images/Switchedonwebdesign4.jpg'), url('../images/Switchedonwebdesign2.jpg'), url('../images/switchedon2.jpg'), url('../images/Switchedonwebdesign.jpg'), url('../images/example-bg.png'), url('../images/Switchedonwebdesign.jpg'), url('../images/header4.jpg');
  background-position: 0px 0px, 0px 0px, 0px 0px, 0px 0px, 0px 0px, 0px 0px, 0px 0px;
  background-size: cover, cover, cover, cover, 125px, 850px, cover;
}

.section {
  margin-bottom: 0px;
  margin-left: 1px;
  padding-top: 50px;
  padding-bottom: 85px;
  border-radius: 0px;
  background-color: #fff;
  background-image: url('../images/example-bg.png');
  background-position: 0px 0px;
  background-size: 125px;
}

.section.tint {
  display: inline-block;
  margin-left: 0px;
  padding-top: 194px;
  background-color: #ededed;
  background-image: url('../images/pricingback6.jpg');
  background-position: 0px 0px;
  background-size: 960px;
}

.section.tint.get-in-touch {
  display: block;
  padding-top: 40px;
  padding-bottom: 30px;
  background-color: #26acc7;
  background-image: url('../images/SwitchedonWebdesign_1.jpg');
  background-position: 50% 100%;
  background-size: cover;
  background-attachment: scroll;
}

.section.tint.testamonials2 {
  display: block;
  padding-top: 61px;
  padding-bottom: 40px;
  background-color: #26acc7;
  background-image: url('../images/SwitchedonWebdesign_1.jpg');
  background-position: 0px 1142px;
  background-size: cover;
  background-attachment: scroll;
}

.section.products {
  height: 480px;
  margin-bottom: 0px;
  margin-left: 1px;
  padding-top: 76px;
  padding-bottom: 98px;
  border-radius: 0px;
  background-color: #26acc7;
  color: #fff;
}

.section.products.about-me {
  height: auto;
  padding-bottom: 0px;
  background-image: url('../images/42951008_xxl-1.jpg');
  background-position: 0px 1120px;
  background-size: cover;
}

.section.brands-section {
  margin-bottom: 0px;
  padding-top: 30px;
  padding-bottom: 80px;
  background-image: none;
  opacity: 1;
}

.section.dark {
  background-color: #292929;
  color: #fff;
}

.section.frontpage {
  position: relative;
  padding-bottom: 53px;
  border-bottom: 1px solid #000;
  background-color: #fff;
  background-image: none;
}

.section-title-block {
  margin-bottom: 0px;
  text-align: left;
}

.section-title-block.centered {
  margin-bottom: 0px;
  padding-top: 12px;
  text-align: center;
}

.section-title-block.centered.work {
  margin-top: 50px;
}

.section-title-block.testimonials {
  margin-bottom: 35px;
}

.section-title {
  display: block;
  margin: 0px auto 8px;
  color: #302f2f;
  font-size: 41px;
  line-height: 35px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.section-title.subtitle {
  color: #fff;
  font-size: 25px;
  line-height: 27px;
  font-weight: 400;
}

.section-title.subtitle.get-in-touch {
  text-align: left;
}

.section-title.subtitle.get-in-touch.whitesub {
  color: #fff;
  text-align: center;
}

.section-title.subtitle.sub2 {
  color: #cecece;
  line-height: 26px;
}

.section-title.subtitle.subnew.hotpress {
  margin-bottom: 45px;
  color: #333;
  font-weight: 400;
}

.section-title.getintouch {
  text-align: left;
}

.section-title.getintouch.whiteheading {
  text-align: center;
}

.section-title.testa2 {
  color: #fafafa;
}

.section-title.testamonailnew.testitotesta {
  color: #fafafa;
}

.brand-logo {
  display: inline-block;
  width: 10.2%;
  margin-right: 2%;
  margin-bottom: 12px;
  margin-left: 2%;
  opacity: 0.4;
}

.container {
  position: relative;
}

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

.section-divider-line {
  display: block;
  width: 100px;
  height: 3px;
  margin: 0px auto 20px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  float: left;
  background-color: #e31064;
  text-align: left;
}

.section-divider-line.feature-divider {
  display: inline-block;
  margin-top: 16px;
  margin-bottom: 14px;
}

.section-divider-line.models-divider {
  margin-top: 15px;
  margin-bottom: 18px;
  background-color: hsla(0, 0%, 100%, .29);
}

.section-divider-line.centredivider {
  display: block;
  margin: 0px auto 20px;
  float: none;
}

.section-divider-line.centredivider.new-divider {
  margin-top: 15px;
}

.section-divider-line.centredivider.testlione {
  margin-top: 20px;
  margin-bottom: 0px;
  padding-top: 1px;
}

.section-divider-line.centredivider.divideropt {
  margin-top: -48px;
}

.section-divider-line.recent {
  background-color: #26acc7;
}

.section-divider-line.recent.section-divider-center.padd-divier {
  margin-top: 15px;
  float: none;
}

.section-divider-line.recent.recent2 {
  margin-top: 18px;
  float: none;
  text-align: center;
}

.section-divider-line.about-ussection-divider {
  display: block;
  margin-right: auto;
  margin-bottom: 34px;
  margin-left: auto;
}

.section-divider-line.about-ussection-divider.section-divider-center {
  margin-bottom: 50px;
  float: none;
}

.section-divider-line.touchline {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.section-divider-line.touchline.section-divider-centre {
  float: none;
}

.section-divider-line.blue-divider {
  background-color: #26acc7;
}

.section-divider-line.blog-divider {
  margin-top: 10px;
  background-color: #26acc7;
}

.section-divider-line.blog-post-divider {
  width: 100%;
  margin-top: 24px;
  background-color: #302b2d;
}

.section-divider-line.mobiler-section-divider {
  margin-top: 10px;
}

.section-divider-line.blog-dividerline {
  display: block;
  margin-right: auto;
  margin-bottom: 40px;
  margin-left: auto;
  text-align: left;
}

.section-divider-line.secdiv {
  margin-top: 10px;
  float: left;
}

.section-divider-line.section-contact-divider {
  float: none;
  text-align: center;
}

.section-divider-line.wsdiv {
  float: none;
}

.nav-link {
  padding-right: 15px;
  padding-left: 15px;
  font-family: Raleway, sans-serif;
  color: #fff;
  font-size: 14px;
}

.nav-link:hover {
  color: #fff;
}

.nav-link.w--current {
  opacity: 1;
  color: #fff;
}

.nav-link.side-contact {
  padding-right: 60px;
}

.nav-link.home-link-spacing.w--current {
  margin-right: 5px;
  padding-right: 16px;
}

.nav-link.home-link-spacing.mobile-menu.w--current {
  padding-bottom: 20px;
  border-bottom: 0px none transparent;
}

.logo-text {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Raleway, sans-serif;
  color: #fff;
  font-weight: 300;
}

.logo-container {
  padding-top: 7px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.logo-container:hover {
  text-shadow: 0 0 16px #fff;
}

.intro-row {
  margin-bottom: 45px;
}

.intro-column-title {
  margin-top: 0px;
  margin-bottom: 1px;
  font-size: 24px;
  line-height: 23px;
  font-weight: 900;
  text-transform: uppercase;
}

.intro-column-title.subtitle {
  margin-bottom: 16px;
  font-size: 21px;
  font-weight: 300;
}

.intro-button-wrapper {
  position: relative;
  display: block;
  margin: 32px auto 6px;
  text-align: center;
}

.intro-button-wrapper.buttoncont {
  margin-top: 24px;
  padding-bottom: 43px;
}

.intro-button-wrapper.balackburtton2 {
  margin-top: 45px;
  margin-bottom: 0px;
  padding-bottom: 20px;
}

.intro-button-wrapper.buttom-buitton {
  margin-bottom: 22px;
}

.intro-button-wrapper.buttom-buitton.supdevebutton {
  margin-top: 33px;
}

.intro-button-wrapper.button-start {
  margin-top: 0px;
  margin-bottom: 0px;
}

.intro-button-wrapper.button-start.lets-get-started.now {
  margin-top: 35px;
  margin-bottom: 18px;
}

.intro-button-wrapper.button-start.lets-get-started.now.ourwork-button {
  margin-top: 0px;
  margin-bottom: 60px;
}

.intro-button-wrapper.power {
  margin-bottom: 44px;
}

.intro-button-wrapper.moreworkbutton {
  margin-top: 0px;
  margin-bottom: 0px;
}

.intro-button-wrapper.moreworkbutton.botbut {
  margin-bottom: 14px;
}

.intro-button-wrapper.newspacernow {
  margin-bottom: 18px;
  padding-bottom: 20px;
}

.intro-button-wrapper.newbottombut.buttonwrappernew {
  margin-top: 40px;
}

.intro-button-line {
  position: absolute;
  left: 0px;
  top: 22px;
  right: 0px;
  width: 100%;
  height: 1px;
  background-color: #e0e0e0;
}

.intro-icon {
  height: 65px;
  margin-bottom: 27px;
  text-align: left;
}

.link {
  font-family: Raleway, sans-serif;
  color: #26acc7;
  font-weight: 700;
}

.link:hover {
  color: #000;
}

.link.below-paragraph {
  display: block;
  margin-top: 16px;
  font-family: Ubuntu, Helvetica, sans-serif;
  color: #e31064;
  text-decoration: none;
  text-transform: uppercase;
}

.link.below-paragraph:hover {
  color: #000;
  text-decoration: underline;
}

.link.footer-link {
  display: block;
  color: #ececec;
}

.link.footer-link:hover {
  color: #fff;
}

.link.footer-link.link.new-link {
  color: #26acc7;
}

.link.footer-text-link {
  color: #26acc7;
  font-size: 14px;
  font-weight: 600;
}

.link.footer-text-link:hover {
  color: #fff;
}

.link.less-bold {
  font-weight: 600;
}

.link.testalink {
  color: #26acc7;
}

.image-section {
  background-image: url('../images/BG-1.jpg'), url('../images/BG-1.jpg');
  background-position: 50% 50%, 50% 50%;
  background-size: cover, cover;
}

.image-section-overlay {
  padding-top: 100px;
  padding-bottom: 40px;
  background-color: rgba(69, 87, 102, .4);
  background-image: url('../images/SwitchedonWebdesign_1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: scroll;
  color: #fff;
}

.image-section-overlay._2 {
  padding-top: 145px;
  padding-bottom: 145px;
  background-color: rgba(69, 87, 102, .4);
}

.large-phone-mockup {
  position: absolute;
  left: -173px;
  top: -168px;
  height: 795px;
}

.column-title-block {
  margin-bottom: 0px;
}

.check-list {
  margin-top: 25px;
}

.check-list-icon {
  width: 24px;
  margin-right: 13px;
  float: left;
  clear: left;
}

.check-list-item {
  margin-bottom: 10px;
  font-size: 16px;
}

.check-list-item.last {
  margin-bottom: 0px;
}

.checklist-title {
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  font-family: Raleway, sans-serif;
  color: #fff;
}

.feature-title {
  margin-top: 0px;
  margin-bottom: 6px;
  padding-top: 0px;
  padding-bottom: 20px;
  opacity: 1;
  color: #272727;
  font-size: 23px;
  line-height: 22px;
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
}

.feature-title.subtitle {
  padding-bottom: 0px;
  font-size: 17px;
  font-weight: 300;
}

.feature-column {
  padding-right: 15px;
  padding-left: 15px;
  text-align: center;
}

.feature-block {
  position: relative;
  display: inline-block;
  padding: 25px;
  border: 3px solid hsla(0, 0%, 100%, .2);
  border-radius: 4px;
  background-color: #f1f2f3;
  box-shadow: 0 0 7px 2px rgba(0, 0, 0, .2);
  -webkit-transition: background-color 500ms ease, border-color 500ms ease, color 350ms ease, color 450ms ease, opacity 200ms ease;
  transition: background-color 500ms ease, border-color 500ms ease, color 350ms ease, color 450ms ease, opacity 200ms ease;
}

.feature-block:hover {
  border-color: #fff;
  background-color: #fff;
  color: #000;
}

.features-row {
  margin-top: 51px;
}

.footer {
  padding-top: 75px;
  background-color: #2b2b2c;
  color: #b3b3b3;
}

.footer.footer-padding-mobile {
  background-color: #1b1b1b;
}

.bottom-footer {
  margin-top: 75px;
  margin-bottom: 0px;
  padding-top: 35px;
  padding-bottom: 35px;
  background-color: #000;
  text-align: center;
}

.bottom-footer-text {
  font-family: Lato, sans-serif;
  color: #727272;
  font-size: 12px;
  font-weight: 700;
}

.bottom-footer-text.abn {
  color: #727272;
  font-size: 14px;
}

.bottom-footer-text.privacyspace {
  margin-bottom: 12px;
}

.column-title {
  margin-top: 0px;
  margin-bottom: 6px;
  line-height: 32px;
  font-weight: 900;
  text-transform: uppercase;
}

.column-title.subtitle {
  margin-bottom: 12px;
  font-size: 27px;
  line-height: 29px;
  font-weight: 300;
}

.column-title.whyheading {
  margin-bottom: 18px;
}

.large-column-title {
  margin-top: 0px;
  font-family: Raleway, sans-serif;
  font-size: 45px;
  line-height: 39px;
  font-weight: 900;
  text-transform: uppercase;
}

.models-text-block {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: inline-block;
  width: 35%;
  margin-top: 14px;
  float: left;
}

.models-slider {
  display: inline-block;
  width: 570px;
  height: 300px;
  float: right;
  background-color: transparent;
}

.models-slide {
  text-align: center;
}

.model-image {
  height: 300px;
}

.model-image.iphone {
  height: 280px;
  margin-top: 16px;
}

.model-image.ipad {
  margin-top: 18px;
}

.model-slider-title {
  position: absolute;
  right: 50px;
  bottom: 85px;
  padding: 9px 11px;
  border-radius: 4px;
  background-color: rgba(0, 0, 0, .8);
  font-family: Raleway, sans-serif;
  font-size: 23px;
}

.model-slider-title.subtitle {
  bottom: 49px;
  padding: 5px 7px;
  background-color: #e31064;
  color: #fff;
  font-size: 16px;
  font-weight: 300;
}

.model-slider-arrow {
  width: 40px;
  border-radius: 0px;
  opacity: 0.6;
  font-size: 23px;
  font-weight: 600;
}

.model-slider-arrow:hover {
  opacity: 1;
}

.page-header {
  background-color: #0098ff;
}

.page-header.contact {
  background-image: url('../images/BG-1.jpg');
}

.page-header._404-page {
  height: 100%;
}

.page-maintenance {
  width: 100%;
  height: 100%;
  padding-top: 175px;
  padding-bottom: 105px;
  background-color: #26acc7;
}

.page-maintenance.contact.touch {
  margin-top: 0px;
  padding-top: 2px;
  padding-bottom: 0px;
  background-color: #26acc7;
  background-image: url('../images/SwitchedonWebdesign_1.jpg');
  background-position: 50% 0px;
  background-size: cover;
}

.page-maintenance.contact.touch:hover {
  border: 0px solid #e31064;
}

.page-maintenance._404-page {
  height: 100%;
  padding-top: 25%;
}

.page-maintenance.new-header {
  position: static;
  height: 100%;
  padding-bottom: 105px;
  background-color: #282d2e;
  background-image: url('../images/SwitchedonWebdesign_1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: scroll;
}

.page-maintenance.new-header.headerspace {
  display: block;
  padding-bottom: 105px;
}

.page-maintenance.new-header.contspace {
  padding-bottom: 105px;
}

.page-maintenance.new-header.contspace.headspa2 {
  padding-bottom: 190px;
}

.page-maintenance.new-header.contspace.headspa2.meadicontact {
  background-image: url('../images/35653837_xxl.jpg');
  background-position: 0px 973px;
  background-size: auto;
}

.page-maintenance.new-header-2 {
  background-color: #242424;
  background-image: url('../images/SwitchedonWebdesign_1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: scroll;
}

.page-maintenance.plans-and-price-header {
  padding-top: 81px;
  background-image: url('../images/pricingback6.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.page-header-title {
  margin-top: 0px;
  color: #fff;
  font-size: 52px;
  line-height: 48px;
  font-weight: 900;
  text-transform: uppercase;
}

.page-header-title.subtitle {
  margin-bottom: 0px;
  font-size: 27px;
  line-height: 26px;
  font-weight: 300;
}

.page-header-container.centered {
  text-align: center;
}

.page-header-container.always-centered {
  text-align: center;
}

.page-header-content-container {
  margin-top: 75px;
}

.pricing-column {
  padding-right: 15px;
  padding-left: 15px;
}

.pricing-block {
  overflow: hidden;
  border-radius: 4px;
  background-color: #000;
  box-shadow: 0 0 13px 0 rgba(0, 0, 0, .5);
  -webkit-transition: -webkit-transform 300ms ease;
  transition: -webkit-transform 300ms ease;
  transition: transform 300ms ease;
  transition: transform 300ms ease, -webkit-transform 300ms ease;
  text-align: center;
}

.pricing-block:hover {
  -webkit-transform: scale(1.03);
  -ms-transform: scale(1.03);
  transform: scale(1.03);
}

.pricing-title {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 34px;
  font-weight: 900;
  text-transform: uppercase;
}

.pricing-title.price {
  font-family: Lato, sans-serif;
  font-size: 36px;
  line-height: 41px;
  font-weight: 300;
}

.pricing-title.monthly {
  color: #a8a8a8;
  font-size: 13px;
  line-height: 26px;
  font-weight: 300;
}

.pricing-title._2 {
  color: #e31064;
}

.pricing-title._3 {
  color: #26acc7;
}

.pricing-price-wrapper {
  padding: 25px;
  background-color: #fff;
}

.pricing-feature-list {
  margin-top: -20px;
}

.pricing-feature-list-item {
  padding: 9px 25px;
  border-top: 1px solid #e3e3e3;
  background-color: #fff;
}

.pricing-feature-text {
  font-family: Raleway, sans-serif;
}

.pricing-button-wrapper {
  padding: 25px;
  background-color: #1d3042;
}

.contact-form {
  display: block;
  width: 600px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  padding: 25px;
  border-radius: 4px;
  background-color: transparent;
}

.contact-form.success {
  border-radius: 0px;
}

.contact-form.success.sucess-reponse {
  margin-top: 0px;
  margin-bottom: 195px;
}

.field {
  height: 50px;
  margin-bottom: 25px;
  border-style: solid;
  border-width: 2px;
  border-color: hsla(0, 0%, 100%, .2);
  border-radius: 2px;
  background-color: #fff;
  -webkit-transition: background-color 200ms ease, border 400ms ease;
  transition: background-color 200ms ease, border 400ms ease;
  font-family: Raleway, sans-serif;
  color: #000;
}

.field:hover {
  border-color: #000;
  background-color: #fff;
}

.field:focus {
  border-color: #26acc7;
  box-shadow: 0 0 23px 0 rgba(0, 0, 0, .6);
}

.field.area {
  height: 170px;
  padding-top: 12px;
}

.field.spam-wodth {
  display: block;
  width: 200px;
  margin-right: auto;
  margin-left: auto;
}

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

.check-list-block {
  padding: 35px;
  border-radius: 3px;
  background-color: #e31064;
  color: #fff;
}

.info-column-left {
  padding-right: 100px;
}

.info-image-block {
  position: absolute;
  top: -35px;
  right: -80px;
  z-index: 20;
  width: 625px;
}

.info-image-block.left {
  left: -160px;
  top: -35px;
  right: auto;
}

.info-tooltip-block {
  position: absolute;
  left: 0px;
  top: 106px;
}

.info-tooltip-block._2 {
  left: auto;
  top: 180px;
  right: 0px;
  text-align: right;
}

.info-tooltip-block._3 {
  left: -100px;
}

.info-tooltip-line {
  position: relative;
  width: 200px;
  height: 2px;
  background-color: #e31064;
}

.info-tooltip-line._2 {
  width: 260px;
}

.info-tooltip-circle {
  position: absolute;
  top: -9px;
  right: 0px;
  width: 20px;
  height: 20px;
  border: 4px solid #e31064;
  border-radius: 100%;
  background-color: #fff;
}

.info-tooltip-circle.left {
  left: 0px;
  top: -9px;
  right: auto;
}

.info-tooltip-text {
  margin-bottom: 7px;
  font-family: Raleway, sans-serif;
  font-weight: 700;
}

.testimonial-block {
  position: relative;
  min-height: 120px;
  margin-top: 1px;
  margin-bottom: 9px;
  padding-top: 0px;
  padding-left: 0px;
  border-top: 0px solid rgba(0, 0, 0, .09);
  opacity: 1;
}

.testimonial-image {
  position: static;
  left: 0px;
  top: 23px;
  display: block;
  overflow: visible;
  width: 120px;
  height: 120px;
  max-height: 100%;
  margin-top: 0px;
  margin-right: 40px;
  margin-left: auto;
  float: left;
  clear: none;
  border: 3px solid #fff;
  border-radius: 100%;
  background-color: #0098ff;
  background-image: url('../images/example-bg.png');
  background-size: 125px;
  text-align: left;
}

.testimonial-image:hover {
  background-color: rgba(0, 152, 255, 0);
  opacity: 1;
}

.testimonial-text {
  display: inline;
  float: none;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
}

.testimonial-name {
  display: block;
  margin-top: 9px;
  clear: none;
  font-family: Raleway, sans-serif;
  color: #cecece;
  font-size: 15px;
  font-weight: 600;
}

.testimonial-name.title {
  margin-left: 17px;
  font-weight: 300;
}

.info-column-right {
  padding-left: 45px;
}

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

.footer-link {
  color: #919191;
}

.footer-link:hover {
  color: #fff;
}

.footer-title {
  margin-bottom: 0px;
  opacity: 1;
  font-family: Raleway, sans-serif;
  color: #26acc7;
  font-size: 21px;
  line-height: 21px;
  font-weight: 300;
}

.footer-title.pages-spacing {
  margin-bottom: 29px;
}

.footer-list-item {
  margin-bottom: 6px;
}

.footer-list-text {
  margin-top: 8px;
  font-family: Raleway, sans-serif;
  color: #c9c9c9;
  font-weight: 700;
}

.footer-list-text.bottom-follow {
  margin-top: 8px;
}

.footer-gray-social-block {
  height: 30px;
  margin-top: 11px;
  margin-right: 10px;
  padding-top: 4px;
  padding-bottom: 1px;
  opacity: 0.5;
  text-align: center;
}

.footer-gray-social-block:hover {
  opacity: 1;
}

.footer-gray-social-icon {
  display: block;
  height: 22px;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 4px;
  padding-left: 4px;
  float: right;
  background-color: transparent;
  text-align: center;
}

.footer-gray-social-icon.socials {
  margin-top: 20px;
}

.photo-section {
  background-image: url('../images/Photo-1.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.photo-section-overlay {
  padding-top: 145px;
  padding-bottom: 145px;
  background-color: rgba(0, 0, 0, .58);
  color: #fff;
}

.content-features-row._2 {
  margin-top: 30px;
}

.content-features-column {
  padding-right: 15px;
}

.features-block {
  position: relative;
  padding-top: 4px;
  padding-left: 44px;
}

.feature-icon {
  position: absolute;
  left: 0px;
  top: 0px;
  height: 30px;
  opacity: 0.3;
}

.feature-block-title {
  margin-bottom: 7px;
  font-family: Raleway, sans-serif;
  font-size: 15px;
  font-weight: 800;
}

.feature-paragraph {
  color: #a8a8a8;
}

.facts-section {
  padding-top: 55px;
  padding-bottom: 55px;
  background-color: #ebebeb;
}

.facts-column {
  -webkit-transition: color 350ms ease;
  transition: color 350ms ease;
  color: #1c1c1c;
  text-align: center;
}

.facts-column:hover {
  color: #e31064;
}

.facts-title {
  font-family: Raleway, sans-serif;
  font-size: 44px;
  line-height: 38px;
  font-weight: 900;
}

.facts-title.description {
  margin-top: 14px;
  color: #737373;
  font-size: 20px;
  line-height: 27px;
  font-weight: 300;
}

.clients-title {
  margin-bottom: 17px;
  font-family: Raleway, sans-serif;
  color: #fff;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
}

.clients-col-left {
  padding-right: 25px;
}

.clients-col-right {
  padding-left: 25px;
}

.process-bar-wrapper {
  position: relative;
  margin-bottom: 15px;
}

.process-bar {
  overflow: hidden;
  width: 100%;
  height: 8px;
  border-radius: 40px;
  background-color: hsla(0, 0%, 61%, .49);
}

.process-bar-fill {
  width: 50%;
  height: 100%;
  background-color: #e31064;
}

.process-bar-title {
  display: inline-block;
  margin-bottom: 5px;
  float: left;
  font-family: Raleway, sans-serif;
  font-size: 13px;
  font-weight: 700;
}

.process-bar-title.number {
  float: right;
  opacity: 0.4;
}

.hero-buttons-wrapper {
  margin-top: 0px;
}

.checklist-column-right {
  position: static;
}

.success-bg {
  margin-top: 100px;
  padding-top: 16px;
  padding-right: 0px;
  padding-left: 0px;
  border-radius: 2px;
  background-color: transparent;
  color: #fff;
  text-align: center;
}

.error-bg {
  padding-top: 16px;
  border-radius: 2px;
  background-color: #e31064;
  font-family: Raleway, sans-serif;
  color: #fff;
  text-align: center;
}

.small-link-icon {
  height: 20px;
  margin-top: 12px;
  margin-right: 8px;
  float: left;
}

.dropdown {
  font-family: Raleway, sans-serif;
  color: #fff;
}

.dropdown-toggle {
  padding-right: 30px;
  color: hsla(0, 0%, 100%, .65);
}

.dropdown-toggle:hover {
  color: #fff;
}

.dropdown-toggle.w--open {
  color: #fff;
}

.dropdown-icon {
  margin-right: 10px;
}

.dropdown-list.w--open {
  overflow: hidden;
  border-radius: 3px;
  background-color: #fff;
  box-shadow: 0 0 7px 0 rgba(0, 0, 0, .3);
}

.dropdown-link {
  padding-top: 8px;
  padding-bottom: 8px;
  -webkit-transition: background-color 350ms ease, color 350ms ease;
  transition: background-color 350ms ease, color 350ms ease;
  font-size: 13px;
  text-decoration: none;
}

.dropdown-link:hover {
  background-color: #e31064;
  color: #fff;
}

.dropdown-link.w--current {
  color: #26acc7;
}

.dropdown-link.w--current:hover {
  color: #fff;
}

.about-me {
  top: 0px;
  right: 0px;
  bottom: 0px;
}

.me {
  margin-left: 12px;
  padding-right: 0px;
  padding-left: 0px;
  float: left;
}

.large-leader {
  padding-bottom: 0px;
  font-size: 16px;
  font-weight: 700;
}

.recent-work-para {
  margin-top: 0px;
  padding-top: 0px;
  color: #6f6f6f;
}

.llink {
  display: block;
  font-family: Raleway, sans-serif;
  color: #26acc7;
  text-decoration: none;
  text-indent: 0px;
}

.llink.move-center {
  display: inline-block;
}

.llink.move-center.contact-pagelink {
  font-weight: 700;
}

.llink.move-center.contact-pagelink.w--current {
  font-weight: 700;
}

.slider {
  background-color: #000;
  background-image: url('../images/header4.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

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

.testamonials.new {
  background-size: cover;
}

.testamonialsheading {
  padding-bottom: 50px;
  color: #fff3f3;
}

.testablock {
  position: static;
  float: left;
  clear: none;
  text-align: left;
}

.slidermain {
  left: auto;
  height: 720px;
  background-image: url('../images/35653837_xxl.jpg');
  background-position: 50% 99%;
  background-size: cover;
}

.heading-1-gidget {
  display: inline-block;
  margin-top: 0px;
  padding-top: 2px;
  float: none;
}

.butterimg {
  background-image: url('../images/Butterfly-Space---A-Volunteer-Project-in-Malawi.jpg');
  background-position: 0px 0px;
  background-size: 960px;
}

.row1 {
  margin-bottom: 55px;
  padding-top: 0px;
}

.butterfly-review {
  margin-top: 20px;
  padding-bottom: 50px;
}

.maketing-para {
  margin-bottom: 25px;
  float: left;
  clear: right;
  color: #52e2ff;
  font-size: 16px;
  font-weight: 500;
}

.about-me-para {
  color: #f3f3f3;
}

.testmain {
  padding-bottom: 55px;
}

.thead {
  display: block;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  color: #f7f2f2;
  text-align: left;
}

.tccolumn {
  display: inline-block;
  margin-top: 10px;
  padding-top: 0px;
  padding-bottom: 0px;
  color: #fff;
  text-align: left;
}

.timage {
  display: inline-block;
  margin-right: 0px;
  margin-bottom: 5px;
  margin-left: auto;
  padding-top: 0px;
  padding-bottom: 0px;
  float: none;
  border-right-style: solid;
  border-radius: 100%;
  background-image: url('../images/example-bg.png');
  background-position: 0px 0px;
  background-size: 125px;
  text-align: left;
}

.testh2 {
  color: #d9dde2;
  text-align: center;
}

.texttest {
  color: #fdfdfd;
  text-align: center;
}

.contact-button {
  display: block;
  width: 300px;
  margin-top: 15px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 72px;
  padding-left: 72px;
  border-radius: 4px;
  background-color: #303030;
  text-align: center;
}

.about-me-text {
  padding-top: 15px;
  color: #fff;
}

.stevo {
  display: block;
  height: 250px;
  background-image: url('../images/profile1.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.about-container {
  padding-right: 30px;
}

.div {
  display: block;
  width: 100px;
  height: 2px;
  margin-top: 15px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  background-color: #0691ee;
  text-align: left;
}

.test-a-heading {
  display: block;
  color: #26acc7;
  font-size: 20px;
  font-weight: 500;
  text-align: left;
}

.pricing {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #26acc7;
  background-image: url('../images/pricingback6.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.weve-got-more-to-offer {
  color: #f7f7f7;
  font-size: 38px;
  font-weight: 900;
  text-transform: uppercase;
}

.pricing-text {
  padding-top: 40px;
  padding-bottom: 0px;
  color: #222121;
  text-align: center;
}

.from {
  margin-top: 25px;
  margin-bottom: 0px;
  padding-top: 0px;
  color: #302f2f;
  text-align: center;
}

.price {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 10px;
  color: #000;
  font-size: 30px;
  font-weight: 800;
  text-align: center;
}

.recent-work-section {
  display: block;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #fff;
}

.divider {
  display: block;
  width: 100px;
  height: 4px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  padding-top: 0px;
  background-color: #e31064;
  text-align: center;
}

.partnership {
  margin-bottom: 35px;
  padding-top: 0px;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
}

.measure {
  height: auto;
  margin-top: 24px;
  float: right;
}

.measure-heading {
  margin-bottom: 0px;
  padding-top: 0px;
  font-size: 24px;
}

.process {
  display: block;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  color: #fff;
  text-align: left;
}

.process-background {
  padding-bottom: 0px;
  background-color: #4f5758;
}

.process-background.our-process {
  background-color: #26acc7;
  background-image: url('../images/slide2.jpg');
  background-position: 50% 100%;
  background-size: cover;
}

.title-heading {
  margin-top: 40px;
  margin-bottom: 45px;
  color: #fff;
}

.title-heading.process-title {
  color: #000;
}

.title-heading.dark-section {
  margin-top: 55px;
  margin-bottom: 10px;
  color: #000;
  text-align: center;
}

.title-heading.dark-section.mobile-margins.lighttext {
  margin-top: 25px;
  margin-bottom: 46px;
  color: #000;
}

.title-heading.dark-section.mobile-margins.lighttext.dark {
  color: #000;
}

.title-heading.dark-section.mobile-margins.lighttext.darkone {
  margin-top: 25px;
  color: #fff;
}

.title-heading.dark-section.mobile-margins.lighttext.darkone.packit {
  margin-top: 70px;
  margin-bottom: 20px;
  color: #000;
}

.title-heading.dark-section.mobile-margins.lighttext.darkone.newdark {
  margin-top: 51px;
  color: #000;
}

.title-heading.dark-section.mobile-margins.lighttext.darkone.newdark.supdeveheading {
  margin-top: 60px;
  margin-bottom: 20px;
}

.title-heading.dark-section.mobile-margins.lighttext.lightheader {
  margin-bottom: 20px;
  color: #fff;
}

.title-heading.dark-section.mobile-margins.lighttext.top-section {
  margin-top: 61px;
  margin-bottom: 20px;
  padding-bottom: 1px;
  font-size: 35px;
}

.title-heading.dark-section.faq-heading {
  margin-top: 0px;
}

.title-heading.dark-section.areweright.righthead {
  margin-top: 40px;
  padding-top: 0px;
}

.title-heading.newprocess {
  margin-top: 74px;
}

.title-heading.newprocess.process-heading2 {
  margin-bottom: 20px;
}

.last-sewction {
  margin-bottom: 60px;
}

.process-images {
  margin-top: 3px;
  margin-right: 50px;
  margin-bottom: 30px;
  padding-bottom: 0px;
  float: left;
  background-image: none;
  background-position: 0px 0px;
  background-size: auto;
}

.process-images.image2 {
  background-image: none;
}

.process-images.image4 {
  background-image: none;
}

.process-images.image5 {
  background-image: none;
}

.process-single {
  padding-bottom: 26px;
  float: left;
}

.process-list {
  margin-bottom: 40px;
}

.process-heading {
  margin-bottom: 31px;
}

.process-heading.process2 {
  margin-bottom: 0px;
}

.dropdownlist {
  color: #fff;
}

.services-background {
  background-color: transparent;
}

.services {
  color: #fff;
}

.get-in-touch {
  color: #fff;
  font-size: 14px;
}

.get-in-touch.conttact-each-page {
  margin-bottom: 0px;
  font-family: Raleway, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.process-main {
  padding-bottom: 2px;
  background-image: url('../images/SwitchedonWebdesign_1.jpg');
  background-position: 125% 46%;
  background-size: cover;
}

.faq {
  padding-top: 0px;
  background-color: #fff;
  font-family: Raleway, sans-serif;
  font-weight: 500;
}

.faq-heading {
  padding-top: 50px;
  background-color: #fff;
  color: #fff;
}

.faq-para {
  color: #6f6f6f;
  font-weight: 500;
}

.faqlisdt {
  padding-bottom: 50px;
}

.services-main {
  margin-bottom: -50px;
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #fff;
  color: #10a0bd;
}

.service-text {
  color: #6f6f6f;
  font-weight: 400;
  text-align: left;
}

.services-heading {
  margin-top: -10px;
  color: #000;
  font-size: 25px;
}

.services-heading.training {
  margin-top: 14px;
  text-align: center;
}

.service-image {
  display: block;
  margin-right: auto;
  margin-left: auto;
  float: none;
}

.service-image.educational {
  margin-top: 0px;
}

.service-image.rocket2 {
  margin-top: 0px;
}

.list-2 {
  padding-top: 39px;
}

.list-2.mobile-margins {
  padding-top: 10px;
}

.services-container {
  margin-bottom: 60px;
}

.headingphilosopy {
  text-transform: uppercase;
}

.headingphilosopy.growthnew {
  text-align: center;
}

.bodymain {
  background-image: none;
}

.aboutfounder {
  color: #fcfcfc;
  font-size: 22px;
}

.aboutstephen-para {
  display: inline;
  float: right;
  clear: none;
  font-family: Raleway, sans-serif;
  color: #6f6f6f;
  font-weight: 500;
}

.bodymainn {
  background-color: #000;
  background-image: none;
}

.dark-text-sdection {
  margin-bottom: 31px;
  padding-bottom: 8px;
  color: #6f6f6f;
  font-weight: 500;
  letter-spacing: 0px;
}

.dark-text-sdection.supportabnddev {
  font-weight: 600;
  text-align: center;
}

.list-text-dark {
  display: block;
  margin-top: 0px;
  text-align: left;
  text-transform: uppercase;
}

.rightfor {
  color: #000;
  font-weight: 500;
}

.right {
  padding-bottom: 30px;
  color: #000;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
}

.target {
  display: inline-block;
  margin-top: 6px;
  margin-right: 25px;
  margin-left: 0px;
  padding-right: 0px;
  float: left;
  clear: none;
  text-align: center;
}

.target.audiencepad {
  margin-top: 0px;
  margin-bottom: 27px;
  padding-bottom: 0px;
}

.services-ehading {
  margin-bottom: 0px;
}

.mobile-margins {
  margin-top: 0px;
  margin-bottom: 10px;
}

.follo {
  margin-bottom: 21px;
  color: #fff;
}

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

.blacktext {
  margin-bottom: 28px;
  padding-bottom: 0px;
  color: #000;
  font-size: 15px;
  font-weight: 500;
}

.blue {
  display: block;
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #26acc7;
  background-image: url('../images/SwitchedonWebdesign_1.jpg');
  background-position: 50% 100%;
  background-size: cover;
  color: #fff;
  font-weight: 700;
  text-align: center;
}

.business {
  font-family: Oswald, sans-serif;
  color: #fff;
  font-weight: 400;
}

.white-background {
  padding-top: 35px;
  background-color: #fff;
}

.blogtab {
  padding: 15px 50px;
  background-color: #26acc7;
  font-size: 20px;
  font-weight: 400;
}

.blogtab.w--current {
  background-color: #e31064;
}

.tabhead {
  font-family: Oswald, sans-serif;
  color: #fff;
  text-transform: uppercase;
}

.darktext {
  color: #020202;
}

.light {
  color: #000;
}

.icon {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-top: 11px;
  padding-bottom: 22px;
}

.whitetextdiv {
  margin-bottom: 24px;
  color: #fff;
  font-size: 16px;
  font-style: normal;
  text-align: left;
  text-decoration: none;
}

.whitetextdiv.how-it-works {
  margin-bottom: 30px;
}

.centre {
  display: block;
  margin-right: auto;
  margin-bottom: 35px;
  margin-left: auto;
  background-color: transparent;
  text-align: center;
}

.main-number {
  font-family: 'Droid Sans', sans-serif;
}

.content-row {
  padding-bottom: 10px;
}

.small-heading {
  font-size: 26px;
  text-align: center;
}

.small-heading.heading-space {
  margin-top: 55px;
  font-size: 29px;
}

.small-heading.statshead1 {
  margin-bottom: 19px;
}

.small-heading.figures {
  margin-top: 51px;
  margin-bottom: 16px;
}

.special-link {
  color: #fff;
  font-weight: 700;
}

.packages {
  background-color: #26acc7;
}

.packages.jusleft {
  background-color: #fff;
}

.textwhite {
  margin-bottom: 0px;
  color: #000;
}

.whiteheading {
  margin-top: 1px;
  margin-bottom: 20px;
  padding-top: 14px;
  color: #000;
  text-align: center;
}

.whiteheading.custom {
  margin-top: 24px;
}

.whitepara {
  margin-bottom: 15px;
  color: #000;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
}

.whitepara.justifuleft {
  color: #000;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
}

.whitepara.whitecont {
  margin-top: 25px;
  color: #fdfdfd;
  font-size: 14px;
}

.whitepara.whitecont.reviews.newspacing-below-button {
  margin-bottom: 0px;
  padding-top: 27px;
  font-size: 16px;
  font-weight: 500;
}

.whitepara.whitecont.extrapad {
  margin-top: 30px;
}

.flags {
  display: block;
  margin: 0px auto 23px;
  padding-top: 0px;
  text-align: center;
}

.flags.blub {
  margin-top: 10px;
  padding-top: 20px;
}

.starter {
  margin-bottom: 50px;
}

.top-heading {
  color: #000;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
}

.top-heading.spceundermargin {
  padding-bottom: 25px;
  font-family: Raleway, sans-serif;
}

.top-heading.bottom-pad {
  margin-bottom: 30px;
}

.how-help {
  padding-bottom: 10px;
}

.how-help.ethicalsection {
  padding-top: 63px;
  padding-bottom: 63px;
}

.help-heading {
  margin-bottom: 16px;
}

.price-content {
  margin-bottom: 20px;
  font-size: 25px;
  text-align: center;
}

.discovery-sess {
  text-align: center;
}

.londoner-link {
  color: #fff;
  font-weight: 600;
}

.black.headingnew {
  position: static;
  margin-top: 0px;
  margin-bottom: 32px;
  padding-top: 0px;
  font-family: Raleway, sans-serif;
  font-size: 29px;
  text-align: center;
}

.paranew {
  color: #6f6f6f;
}

.motor {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-top: 21px;
  padding-bottom: 21px;
}

.atom {
  display: block;
  margin-top: 23px;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 18px;
}

.imgmepos {
  display: block;
  margin-top: -8px;
  margin-right: auto;
  margin-left: 120px;
}

.contact-us-text {
  text-align: center;
}

.stats {
  color: #fff;
  font-weight: 600;
  text-align: center;
}

.soufce {
  margin-top: 14px;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
}

.linksource {
  color: #fff;
  font-weight: 700;
  text-decoration: underline;
}

.marketing-icon {
  margin-top: 52px;
}

.suport-backg {
  background-color: #fff;
  color: #000;
}

.dt {
  color: #000;
  font-weight: 500;
}

.supanddev {
  color: #000;
  text-align: center;
}

.supanddev.supdevpacktext {
  position: static;
  margin-bottom: 20px;
  font-weight: 700;
}

.headingsupdev {
  margin-bottom: 0px;
  text-align: center;
}

.supdeveimg {
  display: block;
  margin-right: auto;
  margin-bottom: 24px;
  margin-left: auto;
}

.month {
  color: #000;
  font-size: 18px;
  text-align: center;
}

.supdeveoffer {
  color: #000;
  font-style: normal;
  font-weight: 700;
  text-align: center;
}

.contentp {
  margin-top: 50px;
}

.supdevtitletext.align-rightsupdev {
  position: relative;
  margin-top: 0px;
  margin-bottom: 53px;
  font-size: 24px;
  text-align: center;
}

.bottom-paddingdev {
  padding-bottom: 49px;
}

.butterfly {
  background-image: url('../images/SwitchedonWebdesign_1.jpg');
  background-position: 50% 206%;
  background-size: cover;
}

.ethical {
  color: #fff;
  font-weight: 600;
}

.ethicallink {
  color: #fff;
  font-weight: 700;
}

.butterimage {
  display: block;
  margin: 40px auto 39px;
}

.darnkliknk {
  color: #000;
  font-weight: 700;
}

.darnkliknk.bluelink {
  color: #00afd3;
}

.missinlline {
  padding-bottom: 20px;
}

.padcustom {
  margin-bottom: 20px;
}

.spacinginclueds {
  padding-bottom: 20px;
  clear: none;
  font-family: Raleway, sans-serif;
  color: #000;
  font-size: 16px;
  font-weight: 500;
}

.spacinginclueds.double {
  padding-bottom: 0px;
}

.spacinginclueds.bottompad {
  padding-bottom: 3px;
}

.spacinginclueds.spacing {
  padding-bottom: 14px;
}

.spacinginclueds.spacing.newcolocont {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  text-align: left;
}

.spacinginclueds.spacing.newcolocont.whitearea {
  padding-bottom: 5px;
  font-size: 16px;
}

.spacinginclueds.spacing.newcolocont.newhitearea {
  padding-bottom: 10px;
}

.spacinginclueds.spacing.newcolocont.high2 {
  font-size: 16px;
}

.spacinginclueds.custompass {
  padding-bottom: 17px;
}

.spacinginclueds.newspacer {
  padding-bottom: 6px;
}

.packagebumber {
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
}

.imagealign {
  float: right;
  color: #fff;
}

.paddivst {
  margin-bottom: 5px;
}

.studiolink {
  font-weight: 700;
  text-decoration: underline;
}

.black-link {
  color: #000;
  font-weight: 600;
  text-decoration: underline;
}

.supportparanwq {
  margin-top: 29px;
  color: #000;
  font-weight: 600;
  text-align: center;
}

.supportparanwq.nolockin-center {
  margin-top: 10px;
  font-weight: 600;
  text-align: center;
}

.supportparanwq.packageprice {
  display: block;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.specialspacer {
  margin-bottom: 9px;
}

.centermenu {
  float: none;
  text-align: center;
}

.centermenu.secondary-menu-text.new-layout-menu {
  display: inline;
}

.secondary-menu {
  background-color: #26acc7;
}

.secondary-menu-text {
  width: auto;
  min-width: 180px;
  background-color: transparent;
  font-family: Raleway, sans-serif;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  text-align: center;
}

.secondary-menu-text:hover {
  border-radius: 0px;
  background-color: transparent;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
}

.secondary-menu-text:active {
  background-color: transparent;
  font-size: 14px;
  font-weight: 600;
}

.secondary-menu-text.w--current:focus {
  color: #fff;
}

.secondary-menu-text.lettermenu-space {
  padding-right: 32px;
}

.secondary-menu-text.lettermenu-space:hover {
  border-bottom: 0px solid #e31064;
  text-shadow: none;
}

.secondary-menu-text.selectedf-link-isse {
  text-decoration: none;
}

.secondary-menu-text.selectedf-link-isse:hover {
  border-radius: 0px;
}

.secondary-menu-text.selectedf-link-isse.w--current {
  color: #fff;
}

.dropdown-menu {
  border-top-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  background-color: #26acc7;
  font-family: Raleway, sans-serif;
  color: #fff;
  font-weight: 600;
}

.dropdown-menu:hover {
  background-color: #e31064;
}

.dropdown-menu.rounded-edges {
  border-radius: 2px 2px 0px 0px;
  background-color: #26acc7;
  font-family: Raleway, sans-serif;
}

.dropdown-menu.rounded-edges:hover {
  background-color: #e31064;
}

.dropdown-menu.rounded-edges:focus {
  background-color: #26acc7;
}

.dropdown-menu.rounded-edges.dropdownlink {
  border-radius: 0px;
  font-size: 14px;
}

.dropdown-menu.rounded-edges.dropdownlink.w--current {
  color: #fff;
}

.dropdown-menu.rounded-edgens-menu {
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
}

.dropdown-menu.rounded-edgens-menu.dropdown-link {
  border-radius: 0px;
}

.dropdown-menu.top-edge-round {
  border-radius: 0px;
}

.dropdown-menu.bottom-edge-round {
  border-radius: 0px;
}

.dropdown-menu.dropdown-link {
  -webkit-transition-property: none;
  transition-property: none;
  font-size: 14px;
}

.dropdown-menu.dropdown-link.w--current {
  color: #fff;
}

.whitemenulijnk {
  color: #fff;
  text-decoration: none;
}

.whitemenulijnk.dropdownmenuitem {
  margin-top: 0px;
  border-radius: 0px;
}

.case-studies {
  background-color: #fff;
}

.our-work {
  background-color: #fff;
}

.tabs.questions-tab {
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
  background-color: #282d2e;
}

.tabs.questions-tab:hover {
  background-color: #000;
}

.tabs.questions-tab:active {
  background-color: transparent;
}

.tabs.questions-tab.w--current {
  background-color: #e31064;
}

.tabs.questions-tab.w--current:hover {
  background-color: #e31064;
}

.tabs.questions-tab.w--current:active {
  background-color: #26acc7;
}

.tabs.questions-tab.w--current:focus {
  background-color: #26acc7;
}

.tabs-menu {
  min-width: 428px;
  float: none;
}

.tabs-menu.worksheet {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  background-color: #282d2e;
}

.tabs-menu.worksheet:hover {
  background-color: #000;
  color: rgba(0, 0, 0, .56);
}

.tabs-menu.worksheet:active {
  background-color: #26acc7;
}

.tabs-menu.worksheet:focus {
  background-color: #26acc7;
}

.tabs-menu.worksheet.w--current {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  background-color: #e31064;
}

.tabs-menu.worksheet.w--current:hover {
  background-color: #e31064;
}

.tabs-menu.worksheet.w--current:active {
  background-color: #26acc7;
  color: #000;
}

.tabs-menu.worksheet.w--current:focus {
  background-color: #26acc7;
}

.center {
  text-align: center;
}

.tabtext {
  padding-top: 7px;
  padding-bottom: 7px;
  font-family: Raleway, sans-serif;
  color: #fffdfd;
  font-weight: 600;
  text-align: center;
}

.form-titles {
  color: #fff;
}

.form-titles.form-top {
  margin-top: 37px;
}

.form-titles.form-top.form-title-padding {
  margin-bottom: 0px;
  padding-bottom: 10px;
  font-family: Raleway, sans-serif;
  font-size: 16px;
  font-weight: 500;
  text-align: left;
}

.form-titles.form-padding-main {
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: Raleway, sans-serif;
  font-size: 16px;
  font-weight: 500;
  text-align: left;
}

.form-titles.form-padding-main.spam {
  margin-top: 31px;
  text-align: center;
}

.from-text {
  margin-top: 24px;
  margin-bottom: 9px;
  padding-bottom: 5px;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
}

.form-heading {
  margin-top: 35px;
  color: #e7e7e7;
}

.form-heading.alternateheading {
  display: block;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  color: #494141;
  text-align: center;
}

.worksheet-link {
  color: #fff;
}

.worksheet-headings {
  margin-bottom: 20px;
  padding-top: 30px;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
}

.worksheet-headings.forms-headings-under {
  padding-top: 30px;
}

.sumbit-button {
  min-width: 200px;
  margin-top: 45px;
  padding-top: 15px;
  padding-bottom: 15px;
  border: 0px solid #e31064;
  border-radius: 4px;
  background-color: #e31064;
  -webkit-transition: background-color 500ms ease;
  transition: background-color 500ms ease;
  font-family: Raleway, sans-serif;
  font-size: 15px;
  font-weight: 700;
}

.sumbit-button:hover {
  background-color: #000;
}

.background-body {
  height: 0%;
  background-color: #26acc7;
  background-image: none;
  line-height: 17px;
}

.dropdownbackgorund.w--open {
  border-radius: 0px;
  background-color: transparent;
}

.underline-menu-hover {
  padding-top: 0px;
  padding-bottom: 5px;
  border-bottom: 0px solid #e31064;
}

.underline-menu-hover:hover {
  border-bottom-width: 4px;
}

.blog-styling {
  margin-top: 0px;
  padding-top: 40px;
  background-color: #fff;
  text-align: center;
}

.form-success {
  background-color: transparent;
  font-family: Raleway, sans-serif;
  color: #fff;
  font-size: 19px;
  font-weight: 600;
}

.form-success.form-spacing {
  margin-top: 100px;
  border-radius: 2px;
}

.error-form {
  margin-top: 50px;
  border-radius: 2px;
  background-color: #e31064;
}

.form-error-text {
  color: #fff;
  font-weight: 500;
}

.question-link {
  color: #fff;
}

.social-icons {
  display: inline-block;
  margin-top: 15px;
  margin-right: 3px;
  margin-left: 3px;
  float: right;
}

.dropdownmenuitem {
  margin-top: 0px;
}

.blog-intro-heading {
  text-align: left;
}

.author-image {
  float: left;
  border-radius: 100px;
}

.post-heading {
  display: block;
  width: 100%;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0px;
  text-align: center;
}

.blog-posts {
  margin-top: 45px;
}

.author-details {
  padding-left: 15px;
  float: left;
  font-weight: 700;
}

.date {
  display: inline;
  margin-top: 0px;
  float: left;
  clear: none;
  font-size: 14px;
  text-align: left;
}

.blog-features-image {
  margin-top: 15px;
}

.blog-container {
  padding-top: 19px;
}

.date-and-details {
  margin-top: 10px;
  text-align: left;
}

.main-blog-text {
  display: inline;
  margin-top: 30px;
  padding-top: 0px;
  float: none;
  color: #333030;
  font-weight: 500;
  text-align: left;
}

.spacing-for-blog {
  margin-top: 0px;
  clear: left;
  text-align: left;
}

.blog-details-color {
  color: #000;
}

.blog-details-date {
  color: #000;
  font-weight: 700;
}

.blgo-date {
  font-weight: 700;
}

.blog-catagory {
  color: #26acc7;
}

.blog-post-decrption {
  display: block;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-left: 154px;
  float: none;
  clear: left;
  text-align: center;
}

.blog-notes {
  margin-top: 20px;
  text-align: left;
}

.social-button {
  float: right;
}

.drop-cap {
  display: inline-block;
  width: 1em;
  margin-top: 26px;
  font-family: Raleway, sans-serif;
  color: #26acc7;
  font-size: 35px;
  font-weight: 500;
}

.auithorname {
  font-weight: 400;
}

.commetns {
  margin-top: 25px;
  float: left;
}

.text-spacing {
  float: left;
}

.social-icons-mobile {
  padding-left: 15px;
}

.spam {
  color: #fff;
}

.spam:hover {
  text-align: left;
}

.errir-text {
  color: #fff;
  font-weight: 600;
}

.spam-prevention {
  padding-top: 1px;
  color: #fff;
  text-align: left;
}

.spam-prevention:hover {
  background-color: transparent;
}

.emailme {
  color: #fff;
  font-weight: 600;
  text-decoration: none;
}

.bodybackgound-blog {
  background-color: transparent;
  background-image: none;
}

.blog-main-area {
  background-color: #fff;
  color: #4e4c4c;
  font-weight: 400;
}

.blog-post {
  margin-top: 40px;
  margin-bottom: 20px;
  padding-bottom: 35px;
}

.blog-para-spacing {
  margin-top: 24px;
}

.blog-para-spacing.main-post {
  margin-top: 0px;
  font-family: 'Open Sans', sans-serif;
  color: #000;
}

.float-post-image {
  margin-right: 25px;
  margin-bottom: 15px;
  float: left;
}

.blog-heading {
  margin-top: 20px;
  margin-bottom: 15px;
  text-align: center;
}

.byname {
  display: inline;
  margin-top: 25px;
  margin-right: 20px;
  float: left;
  clear: left;
  text-align: left;
}

.byname.datespacing {
  display: inline-block;
  margin-top: 25px;
  float: none;
  clear: none;
  text-align: right;
}

.rounded-image {
  margin-top: 25px;
  margin-right: 14px;
  float: left;
  border-radius: 50px;
}

.social-align {
  float: right;
}

.dec-oration {
  display: inline;
}

.authortext {
  margin-top: 25px;
  margin-bottom: 0px;
  color: #000;
}

.blogpost {
  font-family: Raleway, sans-serif;
  color: #000;
}

.blogpost.blogtextmain {
  background-color: transparent;
  font-family: 'Open Sans', sans-serif;
  color: #1a0e0e;
}

.fontcolor {
  background-color: transparent;
  background-image: none;
}

.row-space {
  margin-bottom: 5px;
  padding-bottom: 0px;
}

.highlight {
  font-size: 26px;
}

.sec-menu-item {
  position: static;
  display: block;
  width: auto;
  margin-right: auto;
  margin-left: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
}

.sec-menu-item:hover {
  background-color: #2cbedb;
  color: #000;
}

.sec-menu-link {
  padding: 20px 50px;
  color: #fff;
  text-decoration: none;
}

.column-menu {
  position: static;
  display: block;
  padding: 0px;
}

.backgroundtop {
  display: block;
}

.mockup {
  position: absolute;
  top: 170px;
  z-index: 2;
  margin-bottom: 0px;
  margin-left: 120px;
  padding-bottom: 0px;
}

.phone {
  margin-top: 0px;
}

.contact-text {
  display: block;
  margin: 30px auto 60px;
  padding-top: 0px;
  font-family: Raleway, sans-serif;
  color: #474747;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  text-align: center;
}

.bottom-main-form {
  margin-bottom: 50px;
}

.contactarea {
  background-color: #fff;
}

.front-image {
  position: relative;
  bottom: 47px;
  display: block;
  margin: 38px auto 4px;
  padding-bottom: 0px;
}

.dropcap {
  display: inline;
  overflow: visible;
  margin-right: 4px;
  margin-left: -2px;
  padding-left: 0px;
  float: left;
  clear: right;
  font-family: Oswald, sans-serif;
  color: #6f6f6f;
  font-size: 34px;
}

.aboutext {
  margin-top: -11px;
  padding-top: 0px;
  font-family: Raleway, sans-serif;
  color: #6f6f6f;
  font-size: 15px;
  font-weight: 400;
}

.email {
  display: block;
  margin: 50px auto 20px;
}

.touching {
  height: 100%;
  margin-bottom: 0px;
}

.get-in-touchbottom {
  font-family: Raleway, sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
}

.mega {
  margin-top: 32px;
  margin-bottom: 25px;
}

.mega.megaspace {
  margin-top: 66px;
}

.rocket {
  font-family: Raleway, sans-serif;
  font-size: 20px;
  line-height: 22px;
}

.latestposts {
  margin-top: 0px;
  font-family: Raleway, sans-serif;
  font-size: 24px;
  text-align: center;
}

.latest-posts-spacing {
  margin-bottom: 52px;
}

.divider-on-posts {
  margin-bottom: 0px;
}

.latest-posts-space {
  margin-bottom: 20px;
}

.blogstying {
  margin-top: 30px;
}

.dates-on-blog {
  text-align: center;
}

.blog-text {
  margin-top: 20px;
  margin-bottom: 60px;
  font-family: Raleway, sans-serif;
  color: #0a0a0a;
}

.blog-text.color.colortext {
  color: #000;
}

.blog-text.textonblog {
  display: block;
  float: none;
  font-family: Raleway, sans-serif;
  color: #555454;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  text-align: left;
  text-decoration: none;
  text-transform: none;
}

.case-study-image {
  margin-top: 12px;
  margin-bottom: 44px;
}

.casestudylink {
  display: block;
  margin-right: auto;
  margin-left: auto;
  font-family: Raleway, sans-serif;
  color: #26acc7;
  font-size: 20px;
  line-height: 20px;
  text-align: center;
  text-decoration: none;
}

.secondary-menulink {
  font-family: Raleway, sans-serif;
  color: #fff;
  text-decoration: none;
}

.new-sec-menu {
  background-color: #26acc7;
}

.secmenutexttnk {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding: 10px 20px;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #fff;
  text-align: center;
  text-decoration: none;
}

.secmenutexttnk:hover {
  background-color: #36c4e0;
}

.secmenutexttnk.w--current {
  display: block;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #fff;
  text-align: center;
  text-decoration: none;
}

.secmenutexttnk.w--current:hover {
  background-color: #36c4e0;
}

.secmenutexttnk.spacingfaq {
  padding-right: 60px;
  padding-left: 60px;
}

.secmenutexttnk.servmenu {
  padding-top: 10px;
  padding-bottom: 10px;
}

.secmenuback {
  background-color: #26acc7;
}

.case-study-text {
  margin-top: 30px;
  color: #fff;
  font-size: 16px;
}

.quotes {
  padding-right: 20px;
  float: left;
}

.linkwoo {
  color: #fcfcfc;
  font-weight: 600;
}

.backgroundheader {
  height: 700px;
  background-image: url('../images/SwitchedonWebdesign_1.jpg');
  background-position: 0px 721px;
  background-size: cover;
  background-attachment: scroll;
}

.packageslinks {
  font-weight: 600;
}

.name {
  float: right;
  font-family: Raleway, sans-serif;
  color: #c9c9c9;
  font-size: 16px;
  font-weight: 600;
}

.siteoptimizerpackagelink {
  color: #26acc7;
  font-size: 14px;
  font-weight: 700;
}

.abnnew {
  color: #727272;
  text-decoration: none;
}

.from-new-text {
  margin-top: 20px;
  font-family: Raleway, sans-serif;
  text-align: center;
}

.from-new-text.introprice {
  font-style: italic;
}

.from-new-text.bottomfrom {
  margin-top: 0px;
  color: #fff;
}

.from-new-text.bottom-from {
  margin-top: 0px;
  color: #fff;
}

.from-new-text.bottom-from.blackfrom {
  color: #000;
}

.from-new-text.bottom-from.blackfrom.whitespac {
  color: #fffcfc;
}

.pricing-plans {
  margin-top: 0px;
}

.supportsmall {
  margin-top: 0px;
  padding-top: 0px;
  color: #a0a0a0;
  font-size: 16px;
  line-height: 0px;
  font-weight: 500;
}

.whitespac {
  color: #fff;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

html.w-mod-js *[data-ix="fade-in-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-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-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-on-load-5"] {
  opacity: 0;
  -webkit-transform: translate(0px, 30px);
  -ms-transform: translate(0px, 30px);
  transform: translate(0px, 30px);
}

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

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

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

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

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

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

html.w-mod-js *[data-ix="process-bar-fill-70"] {
  width: 0%;
}

html.w-mod-js *[data-ix="process-bar-fill-50"] {
  width: 0%;
}

html.w-mod-js *[data-ix="process-bar-fill-30"] {
  width: 0%;
}

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

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

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

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

@media (max-width: 991px) {
  .navbar {
    padding-right: 45px;
    padding-left: 45px;
  }
  .hero {
    height: 570px;
  }
  .hero-container {
    padding-top: 124px;
  }
  .hero-text-block {
    width: 400px;
  }
  .hero-text-block.mobile-heard-move {
    top: auto;
    display: block;
    width: 700px;
    margin-top: 45px;
    margin-right: auto;
    margin-left: auto;
    float: none;
  }
  .hero-title {
    font-size: 17px;
  }
  .hero-title.title-2 {
    padding-left: 60px;
    font-size: 23px;
    line-height: 27px;
  }
  .hero-title.title-2._3 {
    padding-left: 0px;
  }
  .hero-title.word {
    padding-left: 58px;
    font-size: 47px;
  }
  .hero-title.word._2.secondtext {
    padding-left: 0px;
  }
  .hero-title.word._2.maintitle {
    padding-left: 0px;
  }
  .hero-image {
    top: 147px;
    height: 400px;
  }
  .hero-image.macbook {
    top: 117px;
    right: -318px;
    height: 390px;
  }
  .hero-image.phone-white {
    top: 159px;
    height: 370px;
  }
  .hero-overlay {
    padding-right: 45px;
    padding-left: 45px;
  }
  .section {
    overflow: hidden;
    padding: 45px;
  }
  .section.tint.get-in-touch {
    background-position: 0px 452px;
    background-size: auto;
  }
  .section.tint.testamonials2 {
    background-position: 50% 0px;
    background-size: auto;
  }
  .section.products {
    height: 360px;
  }
  .section.products.about-me {
    background-image: url('../images/35653837_xxl.jpg');
    background-position: 0px 0px;
  }
  .section.brands-section {
    padding-bottom: 45px;
  }
  .section-title-block {
    margin-bottom: 0px;
  }
  .section-title-block.testimonials {
    margin-bottom: 30px;
  }
  .section-title {
    margin-bottom: 3px;
    font-size: 35px;
  }
  .section-title.subtitle {
    font-size: 19px;
    line-height: 17px;
  }
  .brand-logo {
    width: 11.5%;
    margin-right: 1%;
    margin-left: 1%;
  }
  .section-divider-line.touchline.section-divider-centre.touchline2 {
    margin-top: 14px;
  }
  .nav-link {
    width: 100%;
    max-width: 900px;
    padding-left: 25px;
    -webkit-transition: background-color 300ms ease;
    transition: background-color 300ms ease;
    font-size: 15px;
  }
  .nav-link:hover {
    background-color: #26acc7;
  }
  .nav-link.home-link-spacing.mobile-menu {
    margin-bottom: 0px;
  }
  .nav-link.home-link-spacing.mobile-menu.w--current {
    margin-bottom: 0px;
  }
  .intro-row {
    margin-bottom: 32px;
  }
  .intro-column-title {
    font-size: 21px;
  }
  .intro-column-title.subtitle {
    margin-top: 21px;
    font-size: 17px;
  }
  .image-section-overlay {
    padding-right: 45px;
    padding-left: 45px;
    background-image: url('../images/35653837_xxl.jpg');
    background-position: 50% 100%;
    background-size: auto;
  }
  .image-section-overlay._2 {
    padding-top: 45px;
    padding-bottom: 45px;
  }
  .large-phone-mockup {
    left: -202px;
    top: -58px;
    height: 655px;
  }
  .check-list-icon {
    position: static;
    display: inline;
    float: left;
    clear: none;
  }
  .check-list-icon.double-tick-space {
    padding-bottom: 15px;
  }
  .feature-block {
    padding: 15px;
  }
  .footer.footer-padding-mobile {
    padding-right: 30px;
    padding-left: 30px;
  }
  .bottom-footer {
    background-color: #2b2b2c;
  }
  .large-column-title {
    font-size: 35px;
    line-height: 34px;
  }
  .models-text-block {
    width: 40%;
  }
  .models-slider {
    top: 39px;
    right: -15px;
    width: 400px;
    height: 190px;
  }
  .model-image {
    height: 190px;
  }
  .model-slider-title {
    bottom: 65px;
    font-size: 17px;
  }
  .model-slider-title.subtitle {
    bottom: 30px;
    margin-top: 4px;
    font-size: 12px;
  }
  .page-maintenance {
    padding: 160px 45px 70px;
  }
  .page-maintenance._404-page {
    padding-bottom: 0px;
  }
  .page-maintenance.new-header {
    background-image: url('../images/35653837_xxl.jpg'), url('../images/35653837_xxl.jpg');
    background-position: 0px 0px, 0px 504px;
    background-size: cover, cover;
  }
  .page-maintenance.new-header-2 {
    background-image: url('../images/35653837_xxl.jpg');
    background-position: 0px 0px;
    background-size: cover;
  }
  .page-header-title {
    font-size: 45px;
    line-height: 38px;
  }
  .page-header-title.subtitle {
    font-size: 25px;
  }
  .page-header-container.centered {
    margin-top: 35px;
  }
  .page-header-content-container {
    margin-top: 45px;
  }
  .pricing-column {
    padding-right: 9px;
    padding-left: 9px;
  }
  .pricing-title {
    font-size: 24px;
    line-height: 26px;
  }
  .pricing-title.price {
    font-size: 28px;
    line-height: 30px;
  }
  .pricing-feature-list-item {
    padding-right: 9px;
    padding-left: 9px;
  }
  .pricing-feature-text {
    font-size: 12px;
  }
  .column-left {
    padding-right: 45px;
  }
  .check-list-block {
    padding: 25px;
  }
  .info-image-block {
    top: -4px;
    right: -100px;
    width: 535px;
    text-align: center;
  }
  .info-image-block.left {
    top: -8px;
  }
  .info-tooltip-block {
    text-align: left;
  }
  .info-tooltip-block._2 {
    right: 70px;
  }
  .info-tooltip-line._2 {
    width: 200px;
  }
  .testimonial-image {
    margin-right: auto;
    padding-right: 0px;
  }
  .menu-button {
    width: 60px;
    height: 60px;
    padding-top: 17px;
    padding-right: 0px;
    padding-left: 0px;
    border: 2px solid hsla(0, 0%, 100%, .49);
    border-radius: 4px;
    -webkit-transition: background-color 250ms ease;
    transition: background-color 250ms ease;
    color: #fff;
    text-align: center;
  }
  .menu-button:hover {
    background-color: #fff;
    color: #000;
  }
  .menu-button.w--open {
    background-color: #26acc7;
  }
  .nav-menu {
    background-color: #000;
  }
  .footer-row {
    padding-right: 25px;
    padding-left: 25px;
  }
  .photo-section-overlay {
    padding: 90px 45px;
  }
  .facts-section {
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .facts-title.description {
    font-size: 16px;
  }
  .clients-title {
    font-size: 21px;
  }
  .clients-col-left {
    padding-right: 18px;
  }
  .hero-buttons-wrapper {
    margin-left: 0px;
    padding-left: 0px;
  }
  .dropdown-toggle {
    padding-right: 45px;
    padding-left: 25px;
  }
  .dropdown-icon {
    margin-right: 25px;
  }
  .dropdown-list.w--open {
    border-radius: 0px;
  }
  .dropdown-link {
    padding-left: 25px;
  }
  .slidermain {
    height: 770px;
  }
  .heading-1-gidget {
    text-align: left;
  }
  .row1 {
    padding-right: 30px;
    padding-left: 30px;
  }
  .butterfly-review {
    padding-right: 30px;
    padding-left: 30px;
  }
  .partnership {
    display: block;
    float: none;
  }
  .measure {
    display: block;
    height: auto;
    margin-right: auto;
    margin-left: auto;
    float: none;
    clear: none;
  }
  .process {
    display: block;
    margin-right: auto;
    margin-left: auto;
    float: none;
    clear: none;
    text-align: center;
  }
  .title-heading.dark-section.areweright {
    margin-top: 50px;
  }
  .process-images {
    display: block;
    margin-right: auto;
    margin-left: auto;
    float: none;
  }
  .process-images.image3 {
    display: block;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
  .process-single {
    float: none;
  }
  .services.about-us-menu-psacing {
    padding-top: 21px;
  }
  .process-main {
    padding-right: 50px;
    padding-left: 50px;
    background-position: 0px 0px;
  }
  .faq {
    padding-right: 50px;
    padding-left: 50px;
  }
  .blue {
    background-size: auto;
  }
  .imgmepos {
    margin-left: 0px;
    float: none;
  }
  .headingsupdev {
    font-size: 28px;
  }
  .headingsupdev.package-space {
    margin-bottom: 15px;
  }
  .butterfly {
    background-size: auto;
  }
  .centermenu.mobile-center-menu {
    background-color: #26acc7;
  }
  .centermenu.mobile-center-menu:hover {
    background-color: #26acc7;
  }
  .secondary-menu {
    z-index: 5;
    width: 100%;
  }
  .secondary-menu-text {
    display: block;
    width: 100%;
    min-width: 100%;
    margin-right: auto;
    margin-left: auto;
    color: #fff;
  }
  .secondary-menu-text:hover {
    display: block;
    margin-right: auto;
    margin-left: auto;
    background-color: #26acc7;
  }
  .secondary-menu-text.w--current {
    color: #fff;
  }
  .secondary-menu-text.selectedf-link-isse.w--current {
    color: #fff;
  }
  .mobile-showcase-preview {
    display: block;
    margin-top: 0px;
  }
  .dropdownmenuitem {
    padding-left: 5px;
  }
  .text-spacing {
    float: none;
  }
  .social-icons-mobile {
    margin-bottom: 20px;
  }
  .about-us-menu.w--open {
    background-color: #000;
  }
  .check {
    display: inline;
    margin-right: 0px;
    margin-left: 0px;
  }
  .mockup {
    top: 207px;
    bottom: 32px;
    display: block;
    margin-top: 80px;
    margin-right: auto;
    margin-left: auto;
  }
  .contact-text {
    padding-top: 10px;
    font-size: 15px;
    line-height: 24px;
    font-weight: 500;
    text-align: center;
  }
  .front-image {
    position: static;
    bottom: 0px;
    margin-top: 22px;
  }
  .email {
    display: block;
    margin-right: auto;
    margin-left: auto;
    line-height: 16px;
  }
  .backgroundheader {
    height: 750px;
    padding-bottom: 1px;
    background-position: 0px 1530px;
    background-size: cover;
  }
  .name {
    margin-top: 26px;
  }
}

@media (max-width: 767px) {
  .navbar {
    padding: 15px 25px;
  }
  .hero {
    height: 480px;
  }
  .hero-container {
    height: 100%;
    padding-top: 102px;
    background-image: url('../images/35653837_xxl.jpg');
    background-position: 0px -357px;
    background-size: cover;
  }
  .hero-text-block {
    width: 50%;
  }
  .hero-text-block.mobile-heard-move {
    position: relative;
    top: 0px;
    display: block;
    width: auto;
    max-width: 500px;
    margin-top: 32px;
    margin-right: auto;
    margin-left: auto;
    float: none;
  }
  .hero-title {
    font-size: 3vw;
    line-height: 5vw;
  }
  .hero-title.title-2 {
    padding-left: 57px;
    font-size: 3vw;
    line-height: 3vw;
  }
  .hero-title.title-2._3 {
    padding-left: 0px;
  }
  .hero-title.word {
    margin-right: 0px;
    padding-right: 0px;
    padding-left: 60px;
    font-size: 6vw;
    line-height: 5vw;
    text-align: left;
  }
  .hero-title.word._2 {
    padding-left: 0px;
  }
  .hero-button {
    width: 100%;
    margin-top: 16px;
    margin-right: 0px;
    padding: 9px 51px;
    text-align: center;
  }
  .hero-image {
    height: 310px;
  }
  .hero-image.macbook {
    top: 127px;
    right: -246px;
    height: auto;
  }
  .hero-image.phone-white {
    height: 281px;
  }
  .hero-overlay {
    padding-right: 25px;
    padding-left: 25px;
  }
  .section {
    padding: 25px;
  }
  .section.tint.testamonials2 {
    padding-right: 40px;
    padding-bottom: 50px;
    padding-left: 40px;
    background-position: 0px 0px;
    background-size: cover;
  }
  .section.products {
    height: auto;
    padding-bottom: 0px;
  }
  .section.brands-section {
    padding-bottom: 25px;
  }
  .section-title-block.centered.mobvsection {
    padding-top: 0px;
  }
  .section-title-block.testimonials {
    margin-bottom: 15px;
  }
  .section-title {
    font-size: 6vw;
    line-height: 6vw;
  }
  .section-title.subtitle {
    font-size: 3vw;
    line-height: 6vw;
  }
  .section-title.subtitle.subnew.hotpress {
    line-height: 3vw;
    font-weight: 600;
  }
  .section-title.testamonailnew.testitotesta {
    color: #fff;
  }
  .brand-logo {
    width: 17.5%;
  }
  .section-divider-line {
    margin-top: 10px;
  }
  .section-divider-line.centredivider {
    margin-bottom: 0px;
  }
  .nav-link.side-contact {
    background-color: #26acc7;
  }
  .nav-link.home-link-spacing.mobile-menu {
    background-color: #26acc7;
  }
  .nav-link.home-link-spacing.mobile-menu:hover {
    font-weight: 500;
  }
  .nav-link.home-link-spacing.mobile-menu.w--current {
    background-color: #26acc7;
  }
  .logo-container {
    padding-top: 0px;
    padding-left: 0px;
  }
  .intro-column {
    padding-top: 0px;
    padding-bottom: 35px;
  }
  .intro-column.last {
    padding-bottom: 35px;
  }
  .intro-icon {
    margin-top: 15px;
  }
  .link {
    float: none;
    text-align: center;
  }
  .link.testalink {
    display: block;
    float: none;
    color: #26acc7;
  }
  .link.testalink.newtestlink {
    color: #26acc7;
  }
  .image-section-overlay {
    padding: 25px;
  }
  .large-phone-mockup {
    position: static;
    width: 100%;
    height: auto;
  }
  .check-list-icon {
    display: inline-block;
  }
  .feature-column {
    padding-right: 10px;
    padding-bottom: 25px;
    padding-left: 10px;
  }
  .feature-column.last {
    padding-bottom: 0px;
  }
  .footer {
    padding-top: 25px;
  }
  .footer.footer-padding-mobile {
    padding-right: 0px;
    padding-left: 0px;
  }
  .bottom-footer {
    margin-top: 25px;
    padding: 25px;
  }
  .column-title {
    font-size: 6vw;
    line-height: 6vw;
  }
  .large-column-title {
    font-size: 6vw;
    line-height: 6vw;
  }
  .models-text-block {
    position: static;
    display: block;
    width: 100%;
    margin-bottom: 30px;
  }
  .models-slider {
    position: relative;
    top: 0px;
    right: 0px;
    display: block;
    width: 100%;
    float: none;
  }
  .model-image {
    width: auto;
    height: auto;
  }
  .page-header._404-page {
    height: auto;
  }
  .page-maintenance {
    padding: 100px 25px 45px;
  }
  .page-maintenance.contact.touch {
    padding-top: 45px;
  }
  .page-maintenance._404-page {
    padding: 100px 25px 25px;
  }
  .page-maintenance.new-header.contspace.headspa2.meadicontact {
    padding-bottom: 300px;
  }
  .page-maintenance.new-header-2 {
    height: 400px;
    background-image: url('../images/35653837_xxl.jpg');
    background-position: 0px 0px;
    background-size: cover;
  }
  .page-header-title {
    font-size: 9vw;
    line-height: 9vw;
    text-align: center;
  }
  .page-header-title.subtitle {
    font-size: 5vw;
    line-height: 7vw;
  }
  .page-header-title.subtitle.sub-space {
    margin-top: 22px;
    line-height: 5vw;
  }
  .page-header-title.services-header {
    margin-top: -10px;
  }
  .page-header-container.centered {
    margin-top: 100px;
    text-align: left;
  }
  .page-header-content-container {
    margin-top: 25px;
  }
  .pricing-column {
    padding-right: 0px;
    padding-bottom: 25px;
    padding-left: 0px;
  }
  .pricing-column.last {
    padding-bottom: 0px;
  }
  .pricing-title {
    font-size: 7vw;
    line-height: 8vw;
  }
  .pricing-title.price {
    font-size: 6vw;
    line-height: 7vw;
  }
  .pricing-price-wrapper {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .pricing-feature-text {
    font-size: 14px;
  }
  .contact-form {
    width: 100%;
    padding: 0px;
  }
  .field {
    height: 42px;
    margin-bottom: 5px;
  }
  .field.top-form {
    margin-top: 45px;
  }
  .column-left {
    padding-right: 0px;
    padding-left: 0px;
  }
  .column-right {
    padding-top: 25px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .info-column-left {
    padding-right: 0px;
    padding-left: 0px;
  }
  .info-image-block {
    position: static;
    width: 100%;
  }
  .testimonial-block {
    padding-top: 19px;
  }
  .testimonial-image {
    display: block;
    margin: 20px auto;
    float: none;
  }
  .testimonial-text {
    display: inline;
    padding-top: 0px;
    float: none;
  }
  .testimonial-name {
    display: inline;
    float: right;
    clear: both;
    text-align: center;
  }
  .info-column-right {
    padding-top: 25px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .menu-button {
    width: 50px;
    height: 50px;
    padding-top: 12px;
  }
  .nav-menu {
    min-width: 300px;
  }
  .footer-row {
    padding-right: 0px;
    padding-left: 0px;
  }
  .footer-column {
    padding-right: 25px;
    padding-bottom: 15px;
    padding-left: 25px;
  }
  .footer-title {
    margin-top: 28px;
    margin-bottom: 15px;
    text-align: center;
  }
  .footer-list-text {
    text-align: center;
  }
  .footer-list-text.bottom-follow {
    margin-bottom: 25px;
  }
  .footer-gray-social-icon {
    display: inline;
    margin-top: 1px;
    margin-right: 100px;
    margin-bottom: 1px;
  }
  .photo-section-overlay {
    padding: 25px;
  }
  .content-features-row._2 {
    margin-top: 0px;
  }
  .content-features-column {
    padding-right: 0px;
    padding-bottom: 9px;
    padding-left: 0px;
  }
  .features-block {
    padding-top: 1px;
    padding-left: 43px;
  }
  .facts-section {
    padding: 25px;
  }
  .facts-column {
    padding-right: 25px;
    padding-bottom: 9px;
    padding-left: 0px;
    text-align: left;
  }
  .facts-column.last {
    padding-bottom: 0px;
  }
  .facts-title {
    display: inline-block;
    width: 97px;
    margin-right: 22px;
    padding-bottom: 6px;
    float: left;
    border-radius: 2px;
    background-color: #292828;
    color: #fff;
    font-size: 36px;
    line-height: 33px;
    text-align: center;
  }
  .facts-title.description {
    width: auto;
    margin-top: 7px;
    margin-right: 0px;
    padding-bottom: 0px;
    background-color: transparent;
  }
  .clients-col-left {
    padding-right: 0px;
    padding-bottom: 25px;
    padding-left: 0px;
  }
  .clients-col-right {
    padding-right: 0px;
    padding-left: 0px;
  }
  .hero-buttons-wrapper {
    margin-top: 0px;
    padding-left: 0px;
  }
  .checklist-column-right {
    margin-top: 21px;
    margin-bottom: 21px;
    padding-right: 33px;
    padding-left: 33px;
  }
  .contact-map {
    height: 300px;
  }
  .success-bg {
    margin-right: 42px;
    margin-left: 42px;
  }
  .slidermain {
    background-image: url('../images/35653837_xxl.jpg');
    background-position: 0px 825px;
    background-size: 2000px;
    background-repeat: repeat;
    background-attachment: scroll;
  }
  .process {
    float: none;
    clear: left;
    text-align: center;
  }
  .title-heading.dark-section.faq-heading {
    margin-top: 0px;
  }
  .title-heading.dark-section.areweright {
    margin-top: 40px;
  }
  .process-images {
    display: block;
    margin-right: auto;
    margin-left: auto;
    float: none;
    text-align: left;
  }
  .process-main {
    background-position: 0px 0px;
  }
  .faq {
    padding-right: 0px;
    padding-left: 0px;
  }
  .services-heading {
    text-align: center;
  }
  .service-image {
    margin-top: 15px;
    padding-bottom: 30px;
  }
  .list-text-dark {
    text-align: center;
  }
  .target {
    display: block;
    margin-right: auto;
    margin-bottom: 20px;
    margin-left: auto;
    float: none;
  }
  .mobile-margins {
    padding-right: 50px;
    padding-left: 50px;
  }
  .blue {
    padding-right: 20px;
    padding-left: 20px;
  }
  .textwhite {
    padding-right: 20px;
    padding-left: 20px;
  }
  .flags {
    margin-top: 30px;
  }
  .how-help {
    padding-bottom: 0px;
  }
  .imgmepos {
    display: block;
    margin: 24px auto 12px;
  }
  .supdevtitletext.align-rightsupdev {
    margin-top: 38px;
  }
  .ethical.ethics {
    padding-right: 50px;
    padding-left: 50px;
  }
  .butterimage {
    margin-top: 50px;
  }
  .spacinginclueds {
    float: left;
  }
  .spacinginclueds.specialspacer {
    float: right;
  }
  .imagealign {
    display: block;
    margin-right: auto;
    margin-left: auto;
    float: right;
    text-align: center;
  }
  .centermenu.mobile-center-menu {
    display: block;
    max-width: 0px;
    margin-right: auto;
    margin-left: auto;
    background-color: #000;
  }
  .centermenu.mobile-center-menu:hover {
    background-color: #000;
  }
  .secondary-menu-text {
    min-width: 130px;
    padding-right: 18px;
    padding-left: 18px;
    font-size: 14px;
  }
  .secondary-menu-text:hover {
    display: block;
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0px;
    padding-left: 0px;
  }
  .secondary-menu-text.w--current {
    padding-left: 19px;
  }
  .secondary-menu-text.selectedf-link-isse.w--current {
    color: #fff;
  }
  .dropdown-menu.rounded-edges.dropdownlink {
    border-radius: 0px;
  }
  .dropdown-menu.top-edge-round {
    border-radius: 0px;
  }
  .tabs.questions-tab {
    display: block;
    width: 300px;
    min-width: auto;
    margin-right: auto;
    margin-left: auto;
    border-top-right-radius: 2px;
    border-bottom-left-radius: 2px;
  }
  .tabs.questions-tab.w--current {
    display: block;
    width: 300px;
    min-width: auto;
    margin-right: auto;
    margin-left: auto;
  }
  .tabs-menu.worksheet {
    display: block;
    width: 300px;
    min-width: auto;
    margin-right: auto;
    margin-left: auto;
  }
  .tabs-menu.worksheet.w--current {
    padding-left: 30px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 2px;
  }
  .tabtext {
    text-align: center;
  }
  .form-titles.form-padding-main {
    margin-top: 30px;
  }
  .from-text {
    text-align: justify;
  }
  .form-heading {
    margin-top: 38px;
  }
  .mobile-showcase-preview {
    margin-top: 33px;
  }
  .tick {
    display: block;
    margin-top: 1px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 12px;
  }
  .newtick {
    position: relative;
    display: block;
  }
  .plans {
    padding: 20px;
    background-color: #fff;
  }
  .package-col-spacing {
    padding-top: 32px;
    padding-bottom: 32px;
  }
  .dropdownmenuitem {
    margin-left: 20px;
  }
  .footer-pad-mob {
    padding-right: 30px;
    padding-left: 30px;
  }
  .mobileimage-space {
    margin-top: 20px;
  }
  .faqheadinsg {
    font-size: 30px;
  }
  .blog-main-area {
    padding-right: 10px;
    padding-left: 10px;
  }
  .float-post-image {
    display: block;
    margin-right: auto;
    margin-bottom: 20px;
    margin-left: auto;
    padding-left: 0px;
    float: none;
  }
  .blog-heading {
    padding-right: 20px;
    padding-left: 20px;
  }
  .blogpost {
    padding-right: 10px;
    padding-left: 10px;
  }
  .contact-text {
    margin-bottom: 40px;
    padding: 0px 25px 25px;
    font-size: 15px;
    font-weight: 500;
    text-align: left;
  }
  .front-image {
    position: static;
    margin-top: 45px;
  }
  .email {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .biopic {
    padding-right: auto;
    padding-left: auto;
  }
  .mega {
    margin-top: 85px;
  }
  .latestposts {
    margin-top: 20px;
  }
  .quotes {
    display: inline;
    margin-top: 34px;
    margin-right: auto;
    margin-left: auto;
    float: left;
  }
  .quotes.scaled-quotes {
    padding-top: auto;
    padding-bottom: 0px;
  }
  .backgroundheader {
    height: 750px;
  }
  .name {
    margin-top: 19px;
  }
}

@media (max-width: 479px) {
  p {
    font-size: 13px;
    line-height: 18px;
  }
  .button.intro-button {
    margin-right: 40px;
    margin-left: 40px;
  }
  .button.intro-button.services-2-button.button-spacing.w--current {
    margin-top: 25px;
  }
  .button.intro-button.services-2-button.button-spacing.newservbutton.webdes {
    margin-top: 20px;
  }
  .button.intro-button.services-2-button.button-spacing.cmnbut {
    padding-right: 34px;
    padding-left: 34px;
  }
  .navbar {
    padding-left: 20px;
  }
  .navbar.mobile-menu-spacing {
    font-family: Raleway, sans-serif;
  }
  .hero {
    height: 400px;
  }
  .hero-container {
    padding-top: 84px;
    background-image: none;
  }
  .hero-text-block {
    width: 70%;
    margin-top: 185px;
    margin-left: 50px;
    padding-left: 0px;
  }
  .hero-text-block.mobile-heard-move {
    position: relative;
    top: 0px;
    display: block;
    max-width: 280px;
    margin-top: 55px;
    text-align: center;
  }
  .hero-title {
    line-height: 34px;
  }
  .hero-title.title-2 {
    margin-top: 11px;
    font-size: 4vw;
    line-height: 17px;
  }
  .hero-title.title-2._3 {
    margin-bottom: 13px;
    padding-left: 0px;
  }
  .hero-title.word {
    font-size: 8vw;
    line-height: 9vw;
  }
  .hero-title.word._2 {
    margin-top: 8px;
    padding-left: 0px;
    font-size: 19px;
  }
  .hero-title.word._2.secondtext {
    margin-top: 4px;
    font-size: 16px;
  }
  .hero-title.word._2.maintitle {
    font-size: 22px;
    line-height: 24px;
  }
  .hero-button {
    padding-right: 18px;
    padding-left: 18px;
  }
  .hero-image {
    top: 145px;
    right: -20px;
    height: 200px;
  }
  .hero-image.macbook {
    top: 130px;
    right: -150px;
    height: auto;
  }
  .hero-image.phone-white {
    top: 150px;
    right: -95px;
    height: 180px;
  }
  .section {
    padding: 20px;
  }
  .section.tint.get-in-touch {
    background-size: auto;
  }
  .section.tint.testamonials2 {
    padding-right: 10px;
    padding-left: 10px;
    background-position: -18px 0px;
    background-size: auto;
  }
  .section.brands-section {
    padding-right: 10px;
    padding-bottom: 13px;
    padding-left: 10px;
  }
  .section.frontpage {
    padding-right: 10px;
    padding-left: 10px;
  }
  .section-title-block {
    margin-bottom: 7px;
  }
  .section-title-block.centered.mobvsection {
    margin-bottom: 30px;
    padding-top: 0px;
  }
  .section-title {
    font-size: 10vw;
    line-height: 7vw;
  }
  .section-title.subtitle {
    font-size: 4vw;
    line-height: 4vw;
  }
  .section-title.subtitle.get-in-touch.whitesub {
    margin-bottom: 13px;
  }
  .section-title.subtitle.sub2 {
    margin-top: 13px;
    font-size: 5vw;
    line-height: 6vw;
  }
  .section-title.subtitle.subnew {
    margin-bottom: 19px;
    color: #363636;
    font-size: 6vw;
  }
  .section-title.getintouch.whiteheading {
    margin-bottom: 8px;
    font-size: 9vw;
  }
  .section-title.testa2 {
    padding-bottom: 8px;
    font-size: 10vw;
  }
  .section-title.testamonailnew {
    margin-bottom: 15px;
    color: #fff;
    font-size: 10vw;
  }
  .section-title.faqmob {
    font-size: 12vw;
  }
  .section-title.recent-new {
    font-size: 9vw;
  }
  .brand-logo {
    width: 27.5%;
    margin-right: 2%;
    margin-left: 2%;
  }
  .section-divider-line {
    margin-top: 10px;
  }
  .section-divider-line.feature-divider {
    margin-top: 7px;
  }
  .section-divider-line.models-divider {
    margin-top: 9px;
    margin-bottom: 9px;
  }
  .section-divider-line.centredivider {
    float: none;
  }
  .section-divider-line.centredivider.divideropt {
    margin-top: -70px;
  }
  .section-divider-line.recent.section-divider-center.padd-divier {
    margin-top: 10px;
  }
  .section-divider-line.about-ussection-divider.section-divider-center {
    margin-top: 0px;
    float: none;
  }
  .section-divider-line.touchline.section-divider-centre {
    float: none;
  }
  .section-divider-line.section-divider-center {
    float: none;
  }
  .section-divider-line.mobiler-section-divider {
    margin-top: 10px;
  }
  .section-divider-line.mobiler-section-divider.centerdivider {
    float: none;
  }
  .section-divider-line.mobiler-section-divider.centerdivider.recent-work-section-divider {
    float: left;
  }
  .section-divider-line.secdiv.centre-mobile-divider {
    float: left;
    text-align: left;
  }
  .nav-link {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 20px;
    font-size: 14px;
  }
  .nav-link.side-contact {
    font-weight: 600;
  }
  .nav-link.side-contact:hover {
    background-color: #36c4e0;
  }
  .nav-link.side-contact:focus {
    background-color: #36c4e0;
  }
  .nav-link.home-link-spacing.mobile-menu {
    font-weight: 600;
  }
  .nav-link.home-link-spacing.mobile-menu:hover {
    background-color: #36c4e0;
    font-weight: 600;
  }
  .nav-link.home-link-spacing.mobile-menu:active {
    background-color: #36c4e0;
  }
  .nav-link.home-link-spacing.mobile-menu:focus {
    background-color: #36c4e0;
  }
  .logo-text {
    margin-top: 3px;
    font-size: 27px;
    line-height: 34px;
  }
  .intro-column {
    padding-bottom: 15px;
  }
  .intro-column-title {
    font-size: 22px;
    line-height: 21px;
  }
  .intro-button-wrapper {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-bottom: 0px;
  }
  .intro-button-wrapper.button-start.letsgetstarted {
    margin-bottom: 30px;
  }
  .intro-button-line {
    top: 0px;
    margin-top: 20px;
  }
  .intro-button-line.button-line {
    margin-top: 45px;
  }
  .intro-icon {
    height: 45px;
    margin-bottom: 13px;
  }
  .link {
    display: block;
    float: none;
    clear: none;
  }
  .link.below-paragraph {
    margin-top: 8px;
    font-size: 12px;
  }
  .link.footer-link {
    font-size: 13px;
    line-height: 19px;
  }
  .link.testalink {
    float: none;
    color: #26acc7;
  }
  .image-section-overlay {
    background-image: url('../images/35653837_xxl.jpg');
    background-position: 0px -14px;
    background-size: auto;
    background-attachment: scroll;
  }
  .column-title-block {
    margin-bottom: 0px;
  }
  .check-list-icon {
    display: inline;
    width: 18px;
    padding-top: 2px;
    float: left;
  }
  .check-list-item {
    margin-bottom: 7px;
  }
  .checklist-title {
    margin-bottom: 5px;
    font-size: 12px;
    line-height: 13px;
  }
  .feature-title {
    line-height: 12px;
  }
  .feature-title.subtitle {
    line-height: 22px;
  }
  .feature-column {
    padding-right: 0px;
    padding-bottom: 15px;
    padding-left: 0px;
  }
  .features-row {
    margin-top: 19px;
  }
  .footer.footer-padding-mobile {
    padding: 16px 0px;
  }
  .bottom-footer {
    background-color: #2b2b2c;
  }
  .column-title.subtitle {
    margin-bottom: 5px;
    font-size: 5vw;
    line-height: 6vw;
  }
  .model-image {
    height: auto;
  }
  .model-image.iphone {
    width: auto;
    height: auto;
  }
  .model-slider-title {
    font-size: 15px;
  }
  .model-slider-title.subtitle {
    font-size: 10px;
  }
  .page-maintenance {
    padding: 75px 20px 26px;
  }
  .page-maintenance.new-header {
    background-image: url('../images/35653837_xxl.jpg');
    background-position: 50% 50%;
    background-size: cover;
  }
  .page-maintenance.new-header.contspace.headspa2.meadicontact {
    padding-bottom: 300px;
  }
  .page-maintenance.new-header-2 {
    height: 400px;
    background-image: url('../images/35653837_xxl.jpg');
    background-position: 50% 50%;
    background-size: cover;
  }
  .page-header-title {
    margin-top: 0px;
    margin-bottom: 6px;
    font-size: 12vw;
    line-height: 15vw;
  }
  .page-header-title.subtitle {
    margin-top: 10px;
    font-size: 7.5vw;
    line-height: 9vw;
  }
  .page-header-title.subtitle.sub-space {
    margin-top: 14px;
    font-size: 7.5vw;
    line-height: 8vw;
  }
  .page-header-title.services-header {
    margin-top: 0px;
    font-size: 12vw;
  }
  .page-header-container.centered {
    display: block;
    margin-top: 78px;
    margin-right: auto;
    margin-left: auto;
    font-size: 14px;
    text-align: center;
  }
  .page-header-container.always-centered.mobile-view {
    margin-top: 50px;
  }
  .page-header-content-container {
    margin-top: 25px;
  }
  .field {
    height: 36px;
    font-size: 12px;
  }
  .field.area {
    height: 116px;
  }
  .testimonial-block {
    margin-top: 17px;
    margin-bottom: 30px;
    padding-top: 14px;
    padding-right: 10px;
    padding-left: 10px;
  }
  .testimonial-image {
    position: static;
    display: block;
    margin: 20px auto 14px;
    float: none;
    opacity: 1;
    text-align: left;
  }
  .testimonial-text {
    display: inline-block;
    line-height: 20px;
    text-align: center;
  }
  .testimonial-name {
    display: block;
    margin-right: auto;
    margin-left: auto;
    float: none;
    color: #a7a7a7;
  }
  .menu-button {
    width: 40px;
    height: 40px;
    padding-top: 7px;
  }
  .nav-menu {
    min-width: 250px;
  }
  .footer-title {
    text-align: center;
  }
  .footer-list-text {
    font-size: 13px;
    text-align: center;
  }
  .footer-gray-social-icon {
    display: inline;
    margin-top: 19px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 45px;
    float: right;
    text-align: center;
  }
  .facts-section {
    padding: 20px;
  }
  .facts-title {
    margin-right: 14px;
    font-size: 27px;
  }
  .facts-title.description {
    font-size: 14px;
  }
  .clients-title {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 20px;
  }
  .hero-buttons-wrapper {
    display: block;
    margin-top: 18px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0px;
    float: right;
  }
  .checklist-column-right {
    padding-right: 0px;
    padding-left: 0px;
  }
  .contact-map {
    height: 260px;
  }
  .success-bg {
    margin-right: auto;
    margin-bottom: 23px;
    margin-left: auto;
  }
  .small-link-icon {
    margin-top: 3px;
    margin-right: 6px;
  }
  .llink {
    display: block;
    margin-right: auto;
    margin-left: auto;
    text-align: left;
  }
  .slidermain {
    height: 670px;
    padding-right: 0px;
    padding-bottom: 0px;
    background-image: url('../images/35653837_xxl.jpg');
    background-position: 0px 0px;
    background-size: cover;
  }
  .heading-1-gidget {
    display: block;
    margin-top: 15px;
    margin-right: auto;
    margin-left: auto;
    font-size: 30px;
    text-align: left;
  }
  .row1 {
    padding-right: 10px;
    padding-left: 10px;
  }
  .butterfly-review {
    padding-right: 10px;
    padding-left: 10px;
  }
  .maketing-para {
    clear: left;
    font-weight: 400;
  }
  .price.price-margin {
    margin-top: 22px;
    margin-bottom: 24px;
  }
  .price.mobile-pricing-space {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .measure {
    height: auto;
  }
  .process {
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-right: 25px;
    padding-left: 25px;
    float: none;
    text-align: center;
  }
  .title-heading.dark-section {
    margin-top: 0px;
    padding-top: 40px;
  }
  .title-heading.dark-section.mobile-margins.lighttext.lightheader {
    margin-top: 45px;
  }
  .title-heading.dark-section.mobile-margins.lighttext.top-section {
    margin-top: 38px;
  }
  .process-images {
    display: block;
    margin: 15px auto 20px;
    float: none;
    text-align: center;
  }
  .process-list {
    margin-bottom: 0px;
    padding-bottom: 14px;
  }
  .get-in-touch.conttact-each-page {
    padding-top: 10px;
    padding-bottom: 1px;
  }
  .process-main {
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    background-position: 50% 50%;
    background-size: cover;
  }
  .faq {
    padding-right: 0px;
    padding-left: 0px;
  }
  .faqlisdt {
    margin-top: 0px;
  }
  .services-main {
    margin-bottom: 0px;
    padding-bottom: 5px;
  }
  .list-text-dark {
    text-align: center;
  }
  .right {
    margin-top: 26px;
  }
  .target {
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-top: 0px;
    padding-bottom: 0px;
    float: none;
  }
  .mobile-margins {
    padding-right: 30px;
    padding-left: 30px;
  }
  .blacktext {
    clear: left;
  }
  .blue {
    background-size: auto;
  }
  .whiteheading {
    color: #313131;
  }
  .whitepara.justifuleft {
    font-size: 13px;
  }
  .whitepara.whitecont.reviews.newspacing-below-button {
    margin-top: 0px;
  }
  .flags {
    padding-top: 0px;
  }
  .top-heading.spceundermargin {
    color: #313131;
  }
  .how-help.ethicalsection {
    padding-top: 0px;
  }
  .black.headingnew {
    font-size: 24px;
  }
  .imgmepos {
    margin-bottom: 20px;
    margin-left: auto;
  }
  .supdevtitletext.align-rightsupdev {
    margin-top: 25px;
  }
  .butterimage {
    padding-right: 50px;
    padding-left: 50px;
  }
  .spacinginclueds {
    display: block;
    margin-right: auto;
    margin-left: auto;
    float: none;
  }
  .spacinginclueds.double.specialspacer {
    color: #313131;
  }
  .imagealign.movtic {
    position: static;
    left: auto;
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-right: auto;
    padding-left: auto;
    float: none;
    text-align: left;
  }
  .centermenu {
    background-color: #26acc7;
  }
  .centermenu:hover {
    background-color: #26acc7;
    font-size: 15px;
  }
  .centermenu.mobile-center-menu {
    display: block;
    max-width: 0px;
    margin-right: auto;
    margin-left: auto;
    background-color: #26acc7;
  }
  .secondary-menu-text {
    background-color: #000;
  }
  .secondary-menu-text:hover {
    display: block;
    width: auto;
    max-width: 100%;
    min-width: 0%;
    background-color: #26acc7;
  }
  .secondary-menu-text.selectedf-link-isse.w--current {
    color: #fff;
  }
  .dropdown-menu.rounded-edges.dropdownlink {
    border-radius: 0px;
  }
  .dropdown-menu.top-edge-round {
    border-radius: 0px;
  }
  .dropdown-menu.bottom-edge-round {
    border-radius: 0px;
  }
  .dropdown-menu.dropdown-link {
    border-radius: 0px;
  }
  .whitemenulijnk.dropdownmenuitem {
    margin-left: 20px;
    padding-left: 0px;
  }
  .tabs.questions-tab {
    display: block;
    min-width: auto;
    margin-right: auto;
    margin-left: auto;
  }
  .tabs.questions-tab.w--current {
    min-width: auto;
    padding-right: 30px;
    padding-left: 30px;
  }
  .tabs-menu {
    min-width: 250px;
  }
  .tabs-menu.worksheet {
    max-width: auto;
    min-width: auto;
    padding-right: 30px;
    padding-left: 30px;
  }
  .tabtext {
    display: block;
    width: auto;
    margin-right: auto;
    margin-left: auto;
  }
  .form-titles.form-padding-main {
    margin-top: 30px;
  }
  .form-heading.alternateheading {
    padding-right: 20px;
    padding-left: 20px;
  }
  .background-body {
    background-color: #000;
    background-image: none;
  }
  .tick {
    padding-right: auto;
    padding-left: auto;
  }
  .hamburger-icon:hover {
    color: #000;
  }
  .dropdownmenuitem {
    padding-left: 0px;
  }
  .text-spacing {
    padding-bottom: 0px;
    float: none;
    font-size: 13px;
    line-height: 17px;
    font-weight: 500;
  }
  .mobile-content {
    font-size: 26px;
  }
  .mobile-content.about-usmob {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .body-background {
    background-color: #2b2b2c;
    background-image: none;
  }
  .mobileimage-space {
    margin-top: 20px;
  }
  .about-us-menu.w--open {
    background-color: #26acc7;
  }
  .faqheadinsg {
    margin-top: 35px;
    text-align: center;
  }
  .faqh {
    margin-top: 35px;
    text-align: center;
  }
  .blog-main-area {
    padding-right: 15px;
    padding-left: 15px;
  }
  .float-post-image {
    padding-right: 10px;
    padding-left: 10px;
  }
  .blog-heading {
    padding-right: 10px;
    padding-left: 10px;
  }
  .rounded-image {
    display: block;
    margin-right: 15px;
    margin-left: auto;
  }
  .blogpost {
    padding-right: 10px;
    padding-left: 10px;
  }
  .contact-text {
    padding-top: 0px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
  }
  .front-image {
    margin-top: 42px;
    padding-top: 1px;
  }
  .aboutext {
    text-align: left;
  }
  .email {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .faq-mobile-section {
    margin-bottom: -32px;
    padding-bottom: 0px;
  }
  .mega {
    margin-top: 100px;
  }
  .mega.megaspace {
    margin-top: 100px;
  }
  .latestposts {
    margin-top: 21px;
  }
  .blog-text.textonblog {
    color: #505050;
  }
  .blog-text.textonblog.textcolor {
    color: #1b1b1b;
    font-size: 14px;
    line-height: 20px;
    font-style: normal;
  }
  .quotes {
    display: block;
    margin: 13px auto 20px;
    float: none;
    text-align: left;
  }
  .ert {
    color: #555353;
  }
  .nextqq {
    color: #2c2c2c;
  }
  .backgroundheader {
    height: 700px;
    background-image: url('../images/35653837_xxl.jpg');
    background-position: 0px -1129px;
    background-size: 2000px;
  }
  .packageslinks {
    color: #2c2c2c;
    font-weight: 700;
  }
  .name {
    display: block;
    margin-top: 20px;
    margin-right: auto;
    margin-left: auto;
    float: none;
    text-align: center;
  }
}


