.w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

.hero-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  min-height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.6))), url('../images/pexels-andrea-piacquadio-3768696.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('../images/pexels-andrea-piacquadio-3768696.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.grid {
  justify-items: stretch;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-grid-columns: 0.5fr;
  grid-template-columns: 0.5fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.heading {
  max-width: 800px;
  margin-bottom: 16px;
  color: #fff;
  font-size: 44px;
  line-height: 48px;
}

.body {
  font-family: Poppins, sans-serif;
  font-size: 18px;
  line-height: 27px;
  font-weight: 300;
}

.paragraph {
  margin-bottom: 32px;
  color: #fff;
  font-size: 18px;
  line-height: 27px;
  font-weight: 300;
}

.buton {
  margin-right: 12px;
  padding: 12px 24px;
  font-weight: 400;
}

.buton.secondary-button {
  border-style: solid;
  border-color: #000;
  background-color: #fff;
  color: #3898ec;
}

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

.navbar {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  background-color: #000;
}

.nav-link {
  color: hsla(0, 0%, 100%, 0.54);
}

.nav-link.w--current {
  border-bottom: 3px solid #82baeb;
  color: #fff;
}

.image {
  padding-top: 0px;
}

.container {
  display: block;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.brand {
  padding-top: 0px;
}

.div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container-2 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.container-3 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.cta-section {
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #e74f23;
}

.heading-3 {
  color: #fff;
}

.paragraph-2 {
  color: #fff;
}

.columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.column {
  padding-right: 60px;
}

.section {
  padding-top: 100px;
  padding-right: 0px;
  padding-bottom: 100px;
  border-style: none;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.12);
}

.section.section-primary {
  background-color: #e74f23;
}

.section.background-primary {
  background-color: #e74f23;
}

.section.background-light {
  background-color: #e7e7e7;
}

.column-2 {
  padding-right: 60px;
}

.grid-3-columns {
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.card-title {
  color: #333;
}

.card-text {
  color: #333;
}

.primary-button {
  background-color: #82baeb;
}

.secondary-button {
  margin-left: 12px;
  background-color: #fff;
  color: #82baeb;
}

.section-title {
  margin-top: 0px;
  margin-bottom: 32px;
  margin-left: 0px;
  padding-left: 0px;
  color: #fff;
  text-align: left;
}

.section-title.text-white {
  background-color: transparent;
  color: #fff;
}

.section-title.text-white.text-center {
  text-align: left;
}

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

.div-block-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading-4 {
  margin-left: 12px;
}

.heading-5 {
  margin-left: 12px;
}

.button-3 {
  width: 100%;
  margin-top: 32px;
  text-align: center;
}

.text-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 24px;
}

.text-block-2 {
  font-size: 24px;
}

.list-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.list-item-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
}

.list {
  padding-left: 60px;
  list-style-type: none;
}

.grid-2 {
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.div-block-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 75%;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.icon-2 {
  background-color: transparent;
  color: #82baeb;
}

.icon-3 {
  color: #82baeb;
}

.slide-nav {
  display: none;
}

.text-block-3 {
  color: rgba(51, 51, 51, 0.54);
  font-size: 14px;
  line-height: 21px;
}

.slider {
  height: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.12);
  background-color: transparent;
}

.link {
  margin-left: 10px;
  color: #82baeb;
}

.container-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.div-block-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.text-block-4 {
  color: rgba(51, 51, 51, 0.54);
}

.section-2 {
  padding-bottom: 40px;
  border: 1px none #000;
}

.columns-2 {
  margin-left: 0px;
}

.column-4 {
  padding-right: 60px;
}

.text-block-5 {
  color: #fff;
}

.about-title {
  margin-top: 0px;
  margin-bottom: 20px;
  color: #e74f23;
}

.features-title {
  margin-top: 0px;
  margin-bottom: 20px;
  color: #e74f23;
}

.additional-title {
  margin-top: 0px;
  margin-bottom: 20px;
  color: #e74f23;
}

.cta-title {
  margin-top: 0px;
  margin-bottom: 20px;
  color: #fff;
}

.clients-title {
  margin-top: 0px;
  margin-bottom: 20px;
  color: #e74f23;
  text-align: center;
}

.div-block-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  max-width: 75%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-block-7 {
  text-align: center;
}

.demo-title {
  margin-top: 0px;
  margin-bottom: 20px;
  color: #e74f23;
  text-align: center;
}

.icon-4 {
  color: #82baeb;
}

.icon-5 {
  color: #82baeb;
}

.conatct-title {
  color: #e74f23;
}

.contact-title {
  margin-top: 0px;
  margin-bottom: 20px;
  color: #e74f23;
}

.link-2 {
  color: #82baeb;
}

.link-3 {
  color: #82baeb;
}

.link-4 {
  color: #82baeb;
}

@media screen and (max-width: 991px) {
  .hero-section {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/pexels-andrea-piacquadio-3768696.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/pexels-andrea-piacquadio-3768696.jpg');
    background-position: 0px 0px, 70% 50%;
    background-size: auto, cover;
  }
  .grid {
    -ms-grid-columns: 0.75fr;
    grid-template-columns: 0.75fr;
  }
  .heading {
    text-align: left;
  }
  .icon {
    padding-top: 0px;
    padding-left: 0px;
    color: #3898ec;
  }
  .cta-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .columns {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }
  .column {
    padding-right: 10px;
    text-align: center;
  }
  .column-2 {
    padding-left: 0px;
  }
  .grid-3-columns {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }
  .card {
    margin-top: 20px;
  }
  .primary-button {
    margin-top: 40px;
  }
  .section-title.text-white.text-center {
    width: 100%;
    text-align: center;
  }
  .section-title.text-center {
    text-align: center;
  }
  .section-title.features-title {
    text-align: center;
  }
  .section-title.cta-title {
    text-align: center;
  }
  .button-3 {
    margin-right: 0px;
    margin-left: 0px;
  }
  .list {
    padding-left: 20px;
  }
  .slider {
    margin-right: 10px;
    margin-left: 10px;
  }
  .nav-menu {
    background-color: #000;
  }
  .menu-button {
    background-color: #000;
  }
  .menu-button.w--open {
    background-color: #000;
  }
  .column-3 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .column-4 {
    display: block;
    padding-right: 10px;
  }
  .text-block-5 {
    color: #fff;
  }
  .columns-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .column-5 {
    margin-top: 20px;
  }
  .about-title {
    text-align: left;
  }
  .features-title {
    padding-right: 10px;
    padding-left: 10px;
    text-align: center;
  }
  .additional-title {
    text-align: left;
  }
  .text-block-6 {
    width: 75%;
    height: 100%;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
  .div-block-6 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    max-width: 75%;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .text-block-7 {
    text-align: center;
  }
  .icon-4 {
    color: #e74f23;
  }
  .icon-5 {
    color: #e74f23;
  }
  .slider-2 {
    margin-right: 0px;
    margin-left: 0px;
  }
  .container-6 {
    padding-right: 10px;
    padding-left: 10px;
  }
  .contact-title {
    text-align: left;
  }
}

@media screen and (max-width: 767px) {
  .grid {
    justify-items: stretch;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .heading {
    text-align: center;
  }
  .paragraph {
    text-align: center;
  }
  .div-block-2 {
    text-align: center;
  }
  .container-3 {
    padding-right: 16px;
    padding-left: 16px;
  }
  .paragraph-2 {
    margin-bottom: 20px;
  }
  .columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }
  .column {
    padding-right: 10px;
  }
  .grid-3-columns {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .card {
    margin-top: 20px;
    text-align: center;
  }
  .section-title {
    margin-right: -10px;
    margin-left: -10px;
    text-align: left;
  }
  .section-title.text-white.text-center {
    margin-right: 0px;
    margin-left: 0px;
  }
  .section-title.about-title {
    margin-right: 0px;
    margin-left: 0px;
  }
  .section-title.additional-title {
    margin-right: 0px;
    margin-left: 0px;
    padding-left: 10px;
    text-align: left;
  }
  .section-title.cta-title {
    margin-right: 0px;
    margin-left: 0px;
  }
  .div-block-3 {
    text-align: left;
  }
  .list {
    padding-left: 0px;
  }
  .slider {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .div-block-5 {
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .text-block-4 {
    margin-top: 10px;
  }
  .container-5 {
    padding-right: 0px;
    padding-left: 0px;
    border: 5px none #000;
  }
  .column-4 {
    padding-right: 10px;
  }
  .image-2 {
    margin-top: 20px;
  }
  .columns-3 {
    border: 1px none #000;
  }
  .columns-4 {
    text-align: center;
  }
  .column-6 {
    text-align: left;
  }
  .additional-title {
    padding-right: 10px;
    padding-left: 10px;
  }
  .contact-title {
    padding-right: 10px;
    padding-left: 10px;
  }
}

@media screen and (max-width: 479px) {
  .heading {
    font-size: 35px;
    line-height: 38px;
  }
  .paragraph {
    font-size: 18px;
    line-height: 24px;
  }
  .buton.primary-button {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 16px;
  }
  .buton.secondary-button {
    width: 100%;
    margin-right: 0px;
  }
  .button-2 {
    width: 100%;
  }
  .primary-button {
    width: 100%;
  }
  .secondary-button {
    width: 100%;
    margin-top: 12px;
    margin-left: 0px;
  }
  .section-title.text-white.text-center {
    margin-right: 0px;
    margin-left: 0px;
  }
  .text-block {
    font-size: 20px;
  }
  .text-block-2 {
    font-size: 20px;
  }
  .div-block-4 {
    display: block;
    height: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .slide-nav {
    position: static;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    display: block;
    margin-top: 20px;
    padding-top: 0px;
    background-color: transparent;
    color: transparent;
  }
  .slider {
    display: block;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-color: rgba(0, 0, 0, 0.12);
  }
  .right-arrow {
    display: none;
  }
  .left-arrow {
    display: none;
  }
  .slide {
    overflow: visible;
  }
}

