body {
  height: 100%;
  font-family: 'Open Sans', sans-serif;
  color: #333;
  font-size: 15px;
  line-height: 23px;
}

h1 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: 'Open Sans', sans-serif;
  font-size: 38px;
  line-height: 44px;
  font-weight: 800;
}

h2 {
  margin: 10px 0px;
  font-size: 32px;
  line-height: 36px;
  font-weight: 700;
}

h3 {
  margin: 10px 0px;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
}

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

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

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

p {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  color: #545454;
  font-size: 16px;
}

.button {
  display: inline-block;
  margin-top: 20px;
  padding: 15px 25px;
  clear: left;
  border: 2px solid #fff;
  border-radius: 60px;
  background-color: transparent;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 800;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.button:hover {
  background-color: #ececec;
  color: #000;
  text-decoration: none;
}

.button.clear-button {
  margin-top: 8px;
  margin-bottom: 7px;
  margin-left: 8px;
  padding: 0px 11px;
  border-style: solid;
  border-width: 3px 3px 5px;
  border-color: #fff #fff #e9e9e9;
  background-color: #fff;
  color: #000;
  font-size: 12px;
  text-align: center;
}

.button.contact {
  margin-right: 11px;
  padding-right: 25px;
  font-size: 15px;
}

.button.contact-btn {
  margin-top: 8px;
}

.section {
  position: relative;
  padding-top: 53px;
  padding-bottom: 19px;
}

.section.footer-section {
  position: static;
  margin-top: -30px;
  padding-top: 28px;
  padding-bottom: 25px;
}

.section.testimonials {
  margin-top: -46px;
  margin-bottom: -81px;
  padding-top: 44px;
  padding-bottom: 92px;
}

.navbar {
  position: fixed;
  z-index: 20;
  width: 100%;
  padding: 20px;
  background-color: #fff;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
}

.tilted-color-block {
  position: relative;
  z-index: 0;
  width: 100%;
  height: 600px;
  margin-top: -119px;
  margin-left: 0px;
  padding-top: 45px;
  padding-bottom: 1px;
  background-color: #69c350;
  background-image: url('../images/pattern-pentagon-fade.png'), url('../images/heading-side.png');
  background-position: 0px 0px, 100% 50%;
  background-size: contain, contain;
  background-repeat: repeat-x, no-repeat;
  background-attachment: scroll, scroll;
  box-shadow: 0 0 6px 0 #fff, -1px 1px 14px 0 #ac9999;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.tilted-color-block._2 {
  width: 100%;
  height: auto;
  margin-top: -27px;
  margin-left: 0px;
  padding-top: 38px;
  padding-bottom: 38px;
  background-color: #041d36;
  background-image: linear-gradient(315deg, #69c350 8%, #69c350 13%, hsla(0, 0%, 100%, 0)), url('../images/Loxone_Customer-Consulting_5.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, repeat-x;
  background-attachment: scroll, scroll;
  box-shadow: none;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.tilted-color-block.contact-section {
  height: 496px;
  margin-top: -66px;
  padding-top: 17px;
  clear: left;
  background-color: #2980b9;
  background-image: url('../images/pattern-pentagon-fade.png'), -webkit-gradient(linear, left top, left bottom, from(rgba(41, 128, 185, 0.82)), to(rgba(41, 128, 185, 0.82)));
  background-image: url('../images/pattern-pentagon-fade.png'), linear-gradient(180deg, rgba(41, 128, 185, 0.82), rgba(41, 128, 185, 0.82));
  background-position: 0px 0px, 0px 0px;
  background-size: cover, auto;
  background-repeat: repeat, repeat;
  background-attachment: scroll, scroll;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.white-section-title {
  margin-top: -11px;
  margin-bottom: 20px;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 47px;
  line-height: 54px;
  text-decoration: none;
  text-transform: uppercase;
}

.white-section-title._2 {
  color: #000;
  font-size: 37px;
  line-height: 40px;
  text-shadow: none;
}

.white-section-title.hero-main-title {
  margin-top: 10px;
  margin-bottom: 15px;
  font-size: 57px;
  line-height: 59px;
  font-weight: 700;
  text-shadow: 1px 1px 50px #000;
}

.white-section-title.hero-main-title.hero-main-text {
  margin-top: 1px;
  line-height: 69px;
  text-shadow: 0 1px 50px #6d6d6d;
}

.tilted-paragraph {
  position: relative;
  z-index: 2;
  width: 100%;
  margin-bottom: 5px;
  float: none;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 17px;
  font-weight: 400;
}

.tilted-paragraph.bottom-txt {
  margin-top: 38px;
}

.tilted-paragraph.hero-para {
  width: 100%;
  font-size: 19px;
}

.section-image {
  position: relative;
  left: 0%;
  right: auto;
  bottom: 0%;
  z-index: 1;
  display: block;
  max-width: 115%;
  margin-top: 90px;
  padding-top: 0px;
  float: right;
  -o-object-fit: contain;
  object-fit: contain;
}

.security-image-about {
  position: relative;
  left: 37px;
  top: 77px;
  width: 261px;
  height: 259px;
  margin-top: -25px;
  margin-right: 126px;
  margin-bottom: 184px;
  padding-bottom: 0px;
  float: left;
  -webkit-filter: blur(20px);
  filter: blur(20px);
}

.tilt-section-wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 85px;
  padding-bottom: 30px;
}

.tilt-section-wrapper._2 {
  padding-top: 25px;
  padding-bottom: 45px;
}

.tilt-section-container {
  position: absolute;
  left: 0px;
  top: 83px;
  right: 0px;
  z-index: 10;
  margin-top: 53px;
  margin-bottom: -4px;
  padding-top: 0px;
  padding-right: 364px;
  padding-left: 55px;
}

.tilt-section-container.align-right {
  position: relative;
  top: -1px;
  margin-top: 0px;
  padding-top: 6px;
  padding-right: 0px;
  padding-left: 0px;
  text-align: right;
}

.tilt-section-container.contact-section-content {
  margin-top: -8px;
  padding-top: 0px;
  padding-right: 0px;
}

.navigation-link {
  margin-top: 11px;
  margin-right: 9px;
  margin-left: 3px;
  border: 1px none #e6e6e6;
  border-radius: 83px;
  background-color: #fff;
  -webkit-transition: border 200ms ease, color 200ms ease;
  transition: border 200ms ease, color 200ms ease;
  font-family: Lato, sans-serif;
  color: #000;
  font-size: 17px;
  line-height: 0px;
  font-weight: 400;
  letter-spacing: 1px;
}

.navigation-link:hover {
  border-style: none;
  border-color: #fff;
  color: #000;
  font-weight: 300;
}

.navigation-link.w--current {
  color: #000;
  font-weight: 900;
  text-decoration: none;
}

.container {
  position: relative;
}

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

.nav-menu {
  top: -6px;
  margin-top: 5px;
}

.initial-word {
  padding-left: 11px;
  border-left: 7px solid #37a7db;
}

.reviews {
  position: relative;
  left: 66px;
  display: block;
  margin-top: -29px;
  margin-right: 178px;
  margin-bottom: 88px;
  padding-top: 43px;
  padding-bottom: 0px;
  float: left;
}

.review-con {
  margin-left: 457px;
}

.review {
  margin-bottom: 11px;
  padding: 13px 14px;
  background-color: #fafafa;
}

.review-author {
  margin-bottom: 0px;
}

.form {
  margin-top: -62px;
  padding-top: 1px;
}

.form-legend {
  color: #fff;
}

.contact-txt {
  text-align: left;
}

.website-by {
  color: #000;
  font-size: 14px;
  text-align: right;
}

.website-by-img {
  margin-top: 5px;
  margin-right: -1px;
  float: right;
}

.red-brand {
  position: relative;
  top: -18px;
  padding-top: 0px;
  font-weight: 300;
}

.logo {
  padding-top: 11px;
  float: left;
}

.text-span {
  position: relative;
  z-index: 2;
  font-weight: 100;
  text-shadow: 1px 1px 50px #000, 1px 1px 20px #00aeff;
}

.image {
  margin-top: -33px;
  -webkit-filter: brightness(200%) grayscale(100%);
  filter: brightness(200%) grayscale(100%);
}

.text-span-2 {
  font-weight: 100;
  text-shadow: none;
}

.links {
  position: absolute;
  left: -31px;
  top: 280px;
  bottom: 1px;
  float: left;
}

.payment {
  position: fixed;
  top: 22px;
  right: -1px;
  z-index: 100;
  margin-top: 2px;
  margin-right: 18px;
  padding-left: 14px;
}

.text-span-5 {
  font-weight: 400;
}

.services {
  display: none;
}

.container-2 {
  margin-top: 108px;
}

.heading-block {
  height: auto;
}

.hero-text {
  color: #fff;
  font-size: 33px;
}

.hero-small {
  margin-top: -9px;
  color: #fff;
  font-weight: 300;
}

.small-btn {
  margin-top: 19px;
  border-radius: 20px;
  background-color: #fff;
  color: #000;
}

@media screen and (max-width: 991px) {
  .button.contact {
    margin-top: 11px;
  }

  .section {
    padding-top: 13px;
    padding-right: 40px;
    padding-left: 20px;
  }

  .section.footer-section {
    padding: 54px 35px 14px;
    font-size: 12px;
    line-height: 17px;
  }

  .section.testimonials {
    margin-top: -8px;
    margin-bottom: 0px;
    padding-bottom: 39px;
  }

  .navbar {
    position: static;
    padding: 0px;
  }

  .tilted-color-block {
    margin-top: -108px;
    padding-top: 14px;
  }

  .tilted-color-block._2 {
    height: auto;
    margin-top: 66px;
    padding-top: 0px;
  }

  .tilted-color-block.contact-section {
    margin-top: 54px;
  }

  .white-section-title._2 {
    font-size: 39px;
  }

  .white-section-title.hero-main-title {
    margin-top: 42px;
    font-size: 45px;
  }

  .white-section-title.hero-main-title.hero-main-text {
    font-size: 50px;
  }

  .tilted-paragraph.bottom-txt {
    top: -16px;
  }

  .tilted-paragraph.hero-para {
    overflow: auto;
    -o-object-fit: none;
    object-fit: none;
  }

  .section-image {
    display: block;
    max-width: 100%;
    margin-top: 25px;
  }

  .security-image-about {
    height: 264px;
    margin-top: -35px;
    margin-right: 25px;
    margin-bottom: 195px;
  }

  .tilt-section-wrapper {
    margin-top: -72px;
    padding-top: 0px;
    padding-bottom: 33px;
  }

  .tilt-section-wrapper._2 {
    padding-top: 0px;
    padding-bottom: 34px;
  }

  .tilt-section-container {
    margin-top: -109px;
    padding-right: 280px;
    padding-left: 35px;
  }

  .tilt-section-container.align-right {
    top: 112px;
    margin-top: 25px;
    padding-right: 35px;
    padding-left: 8px;
    text-align: center;
  }

  .tilt-section-container.contact-section-content {
    margin-top: 4px;
    padding-left: 0px;
  }

  .navigation-link {
    width: 100%;
    max-width: 1200px;
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 25px;
    padding-bottom: 25px;
    border-width: 0px 0px 2px;
    border-radius: 0px;
  }

  .nav-menu {
    background-color: #fff;
    box-shadow: 8px 8px 53px 0 rgba(0, 0, 0, 0.1);
  }

  .menu-button {
    margin-right: -20px;
    border-left: 2px solid #e7e7e7;
  }

  .menu-button.w--open {
    background-color: #c72480;
  }

  .reviews {
    left: 8px;
    right: 66px;
    margin-top: -4px;
    margin-right: 26px;
    margin-left: 2px;
  }

  .review-con {
    margin-left: 310px;
  }

  .red-brand {
    top: -4px;
  }

  .links {
    top: 442px;
    width: 110%;
  }

  .payment {
    position: absolute;
    top: 4px;
    right: 48px;
  }
}

@media screen and (max-width: 767px) {
  p {
    text-align: center;
  }

  .button.contact {
    display: block;
    margin-right: auto;
    margin-bottom: 9px;
    margin-left: auto;
  }

  .section.footer-section {
    padding-right: 25px;
    padding-left: 25px;
    font-size: 13px;
    line-height: 19px;
  }

  .section.testimonials {
    margin-top: -94px;
  }

  .navbar {
    position: relative;
    z-index: 2000;
  }

  .tilted-color-block {
    height: 481px;
    margin-top: -25px;
  }

  .tilted-color-block._2 {
    height: 618px;
    margin-top: 112px;
  }

  .tilted-color-block.contact-section {
    height: 832px;
  }

  .white-section-title {
    margin-top: 8px;
    font-size: 43px;
    line-height: 37px;
    text-align: center;
  }

  .white-section-title._2 {
    font-size: 33px;
    line-height: 31px;
    text-align: center;
  }

  .white-section-title.hero-main-title {
    line-height: 59px;
  }

  .section-image {
    top: -85px;
    right: 15px;
    width: 150px;
    height: auto;
  }

  .security-image-about {
    height: 426px;
    margin: -5px 25px 5px;
  }

  .tilt-section-wrapper {
    padding-top: 10px;
    padding-bottom: 40px;
  }

  .tilt-section-wrapper._2 {
    padding-bottom: 60px;
  }

  .tilt-section-container {
    top: 90px;
    margin-top: -53px;
    padding-right: 180px;
    padding-left: 25px;
  }

  .tilt-section-container.align-right {
    margin-top: 57px;
    padding-right: 30px;
    padding-left: 30px;
  }

  .tilt-section-container.contact-section-content {
    margin-top: 0px;
  }

  .navigation-link {
    margin-top: 0px;
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .menu-button {
    margin-right: 0px;
  }

  .menu-button.w--open {
    background-color: #e83c53;
  }

  .reviews {
    display: block;
    margin-bottom: 24px;
  }

  .review-con {
    margin-left: 0px;
  }

  .form-wrapper {
    margin-top: 67px;
  }
}

@media screen and (max-width: 479px) {
  p {
    text-align: center;
  }

  .button {
    display: block;
    margin-right: auto;
    margin-left: auto;
    font-size: 15px;
  }

  .button.w--current {
    font-size: 13px;
    line-height: 13px;
  }

  .button.clear-button {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }

  .button.contact {
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 14px;
  }

  .button.contact-btn {
    margin-top: 23px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .section {
    padding-top: 26px;
    padding-right: 20px;
  }

  .section.testimonials {
    margin-top: -9px;
    margin-bottom: -38px;
  }

  .navbar {
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
  }

  .tilted-color-block {
    position: static;
    height: 219px;
    margin-top: -9px;
    padding-top: 0px;
    background-image: url('../images/pattern-pentagon-fade.png'), url('../images/heading-side.png');
    background-size: contain, cover;
    background-repeat: repeat-x, repeat-y;
  }

  .tilted-color-block._2 {
    height: auto;
    margin-top: 67px;
    margin-left: 0px;
  }

  .tilted-color-block.contact-section {
    height: 856px;
    margin-top: 46px;
    padding-top: 26px;
  }

  .white-section-title {
    font-size: 26px;
    line-height: 25px;
    text-align: center;
  }

  .white-section-title._2 {
    display: block;
    margin-top: -192px;
    margin-right: auto;
    margin-left: auto;
    font-size: 26px;
    line-height: 33px;
    text-align: center;
  }

  .white-section-title.hero-main-title {
    width: 100%;
    margin-top: 8px;
    font-size: 34px;
    line-height: 50px;
    text-align: center;
  }

  .white-section-title.hero-main-title.hero-main-text {
    font-size: 30px;
    line-height: 32px;
    text-align: left;
  }

  .tilted-paragraph {
    text-align: center;
  }

  .tilted-paragraph.hero-para {
    width: 100%;
  }

  .section-image {
    top: -55px;
    right: -45px;
    width: 100%;
  }

  .security-image-about {
    left: 15px;
    width: 100%;
    height: auto;
    margin: -56px 0px -15px;
    float: none;
  }

  .tilt-section-wrapper {
    margin-top: -61px;
    padding-top: 0px;
    padding-bottom: 20px;
  }

  .tilt-section-wrapper._2 {
    margin-top: -30px;
    padding-bottom: 9px;
  }

  .tilt-section-container {
    top: 61px;
    margin-top: -62px;
    padding-right: 25px;
  }

  .tilt-section-container.align-right {
    margin-top: 0px;
    padding-top: 22px;
    padding-left: 30px;
  }

  .tilt-section-container.contact-section-content {
    margin-top: 34px;
    padding-right: 15px;
    padding-left: 15px;
  }

  .navigation-link {
    margin-top: 0px;
  }

  .nav-menu {
    box-shadow: 21px 21px 53px 0 rgba(0, 0, 0, 0.64);
  }

  .menu-button.w--open {
    background-color: #37a7db;
  }

  .initial-word {
    margin-left: 11px;
  }

  .reviews {
    position: static;
    left: -3px;
    display: block;
    margin-right: auto;
    margin-bottom: 214px;
    margin-left: auto;
    padding-top: 0px;
    padding-right: 2px;
    padding-left: 2px;
    float: none;
  }

  .review-con {
    margin-top: -7px;
    margin-left: 0px;
    padding-left: 0px;
  }

  .review-author {
    text-align: center;
  }

  .form {
    margin-top: -62px;
  }

  .contact-txt {
    margin-top: 19px;
    margin-right: 102px;
  }

  .website-by {
    margin-top: -32px;
  }

  .website-by-img {
    margin-top: -16px;
  }

  .red-brand {
    top: 7px;
    font-size: 18px;
  }

  .logo {
    width: 236px;
    height: 43px;
    margin-top: 8px;
  }

  .logo.logo-footer {
    margin-top: -4px;
  }

  .image {
    margin-top: -60px;
  }

  .links {
    position: absolute;
    top: 1017px;
    right: -1px;
    display: block;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }

  .hero-text {
    margin-top: 4px;
    font-size: 12px;
    line-height: 17px;
  }

  .loxone-logo {
    max-width: 59%;
    margin-top: 15px;
  }

  .column {
    display: none;
  }

  .small-btn {
    overflow: auto;
    width: 100%;
    font-size: 12px;
    text-align: center;
  }

  .column-2 {
    margin-top: -67px;
  }
}

