.body {
  padding-top: 0px;
}

.body:hover {
  box-shadow: 0 0 6px 0 #251e1e;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.navbar {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  background-color: #fff;
  color: #fff;
}

.navabar-link {
  font-family: Montserrat, sans-serif;
  color: #00293b;
  font-size: 24px;
  font-weight: 500;
  text-transform: none;
}

.navabar-link.w--current {
  color: #3381ff;
  font-weight: 500;
}

.hero-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  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.5)), to(rgba(0, 0, 0, 0.5))), url('../images/sketch.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/sketch.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.services-section {
  display: none;
  padding-top: 60px;
  padding-bottom: 60px;
}

.worked-places-section {
  display: block;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 25px;
  padding-bottom: 25px;
  -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-color: #e1e1e1;
}

.digital-product-design-section {
  margin-top: 20px;
  margin-bottom: 40px;
  color: #272727;
}

.ui-section {
  margin-top: 20px;
  margin-bottom: 20px;
}

.footer-section {
  height: 300px;
  margin-bottom: 0px;
  background-color: #00283a;
}

.image {
  padding-top: 7px;
}

.servise-div-block {
  margin-top: 0px;
  margin-bottom: 50px;
  padding: 35px;
  font-size: 14px;
  text-align: left;
}

.worked-place-container {
  display: block;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.hero-container {
  height: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  text-align: center;
}

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

.column-2 {
  padding-right: 0px;
  padding-left: 0px;
}

.column-3 {
  padding-right: 0px;
  padding-left: 0px;
}

.hero-title-h2 {
  margin-top: 20px;
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 30px;
  font-weight: 600;
  text-align: center;
}

.form-container {
  padding-right: 20px;
  padding-left: 20px;
}

.footer-container {
  height: 80px;
}

.image-2 {
  display: block;
  margin-top: 80px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.message-button {
  margin-top: 141px;
  padding: 14px 30px;
  border-radius: 5px;
  background-color: #2a6dd9;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.service-img-block {
  display: block;
}

.column-4 {
  padding-right: 0px;
  padding-left: 0px;
}

.column-5 {
  padding-right: 0px;
  padding-left: 0px;
}

.column-6 {
  padding-right: 0px;
  padding-left: 0px;
}

.column-9 {
  padding-right: 0px;
  padding-left: 0px;
}

.form-title {
  margin-top: 50px;
  margin-bottom: 42px;
  font-family: Montserrat, sans-serif;
  color: #00293b;
  font-size: 50px;
  font-weight: 700;
  text-align: center;
}

.form-title.worked-title {
  margin-top: 20px;
  color: #000;
  font-size: 35px;
  font-weight: 600;
}

.form-title.service-header {
  margin-top: 40px;
  margin-bottom: 40px;
  padding-top: 0px;
  padding-bottom: 0px;
  font-size: 60px;
  font-weight: 700;
}

.form-title.service-header.portfolie {
  margin-bottom: 0px;
  padding-left: 17px;
  font-size: 40px;
  text-align: left;
}

.submit-button {
  margin-top: 0px;
  margin-bottom: 40px;
  padding: 15px 60px;
  float: right;
  border-radius: 5px;
  background-color: #2a6dd9;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}

.form-field {
  padding-right: 0px;
  padding-left: 0px;
}

.paragraph {
  margin-bottom: 25px;
  font-family: Montserrat, sans-serif;
  color: #363636;
  font-size: 15px;
}

.text-field {
  height: auto;
  margin-bottom: 25px;
  padding-top: 14px;
  padding-bottom: 14px;
  border-radius: 5px;
  font-family: Montserrat, sans-serif;
}

.text-field.message-class {
  height: 150px;
  border-radius: 5px;
}

.footer-logo {
  padding-top: 26px;
  text-align: center;
}

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

.service-title {
  padding-right: 0px;
  font-family: Montserrat, sans-serif;
  color: #00293b;
  font-size: 28px;
  line-height: 35px;
  font-weight: 600;
  text-align: center;
}

.service-title.portfolioh {
  margin-top: 50px;
  padding-left: 20px;
  text-align: left;
}

.service-paragraph {
  margin-bottom: 0px;
  padding-right: 24px;
  padding-left: 24px;
  font-family: Montserrat, sans-serif;
  color: #363636;
  line-height: 22px;
  font-weight: 400;
  white-space: normal;
}

.service-paragraph.tag {
  padding-top: 10px;
  padding-bottom: 10px;
  color: #306dd9;
  font-weight: 500;
}

.service-paragraph.aboutus {
  margin-bottom: 20px;
}

.service-link {
  display: none;
  font-family: Montserrat, sans-serif;
  color: #039f9b;
  font-size: 16px;
  text-decoration: none;
}

.service-link.w--current {
  font-family: Montserrat, sans-serif;
  color: #039f9b;
  font-size: 16px;
  font-weight: 300;
  text-decoration: none;
}

.worked-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  margin-bottom: 20px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.column-11 {
  padding-right: 0px;
  padding-left: 0px;
}

.column-12 {
  padding-right: 0px;
  padding-left: 0px;
}

.toolbox-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 25px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.toolbox {
  width: 10%;
  margin-bottom: 0px;
  padding-right: 5px;
  padding-left: 5px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.toolbox-title {
  margin-top: 10px;
  margin-bottom: 20px;
  padding-top: 0px;
  padding-bottom: 0px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  line-height: 14px;
  font-weight: 400;
  text-align: center;
}

.logo-span {
  color: #3381ff;
}

.image-3 {
  display: block;
  margin-right: auto;
  margin-left: auto;
  text-align: left;
}

.toolbx-img {
  width: 80px;
  border-radius: 4px;
}

.footer-adres {
  display: block;
  padding-top: 19px;
  -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;
  font-family: Montserrat, sans-serif;
  color: #fff;
  line-height: 80px;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
}

.image-6 {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.image-7 {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.image-8 {
  display: block;
  margin-top: 15px;
  margin-right: auto;
  margin-left: auto;
}

.image-9 {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.image-10 {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.image-11 {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.image-12 {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

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

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

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

.image-border {
  overflow: visible;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.1);
}

.div-block-2 {
  text-align: center;
}

.section {
  height: 100px;
}

.div-block-4 {
  margin-top: 30px;
  margin-bottom: 1px;
  padding-left: 19px;
}

.image-21 {
  margin-right: 25px;
  float: left;
}

.image-21.upper {
  margin-top: 12px;
}

.container {
  border-style: none;
  border-bottom-width: 1px;
  border-bottom-color: rgba(0, 41, 59, 0.35);
}

.container-2 {
  padding-left: 240px;
  text-align: center;
}

.media {
  padding-right: 20px;
  padding-left: 20px;
}

.bold-text {
  color: #306dd9;
  font-size: 18px;
}

.bold-text-2 {
  color: #306dd9;
  font-size: 18px;
}

.link {
  color: #3981ff;
  font-weight: 500;
}

.section-2 {
  margin-top: 40px;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #363636;
  color: #00293b;
}

.heading {
  margin-top: 20px;
  margin-bottom: 30px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-weight: 600;
}

.newsheader2 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  color: #fff;
}

.newsparagraph {
  margin-bottom: 40px;
  padding-right: 0px;
  padding-left: 0px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  line-height: 22px;
}

.column-22 {
  padding-right: 12px;
  padding-left: 12px;
}

.link-4 {
  color: #13bcb8;
}

.image-23 {
  margin-right: 15px;
  padding-top: 0px;
  padding-right: 0px;
}

.image-24 {
  padding-right: 20px;
}

.image-25 {
  padding-top: 36px;
}

@media screen and (max-width: 991px) {
  .hero-section {
    height: 80%;
  }

  .message-button {
    margin-top: 81px;
    margin-bottom: 63px;
  }

  .image-14 {
    width: 80%;
  }

  .image-15 {
    width: 80%;
  }

  .image-16 {
    width: 80%;
  }

  .image-17 {
    width: 80%;
  }

  .image-18 {
    width: 80%;
  }

  .image-19 {
    width: 80%;
  }

  .image-20 {
    width: 80%;
  }

  .menu-button {
    color: #3981ff;
  }
}

@media screen and (max-width: 767px) {
  .hero-section {
    height: 200px;
  }

  .hero-title-h2 {
    margin-top: 126px;
    font-size: 16px;
  }

  .image-2 {
    display: none;
  }

  .message-button {
    margin-top: 10px;
    margin-bottom: 127px;
  }

  .form-title {
    font-size: 30px;
  }

  .form-title.service-header {
    margin-top: 10px;
    margin-bottom: 5px;
    font-size: 40px;
  }

  .submit-button {
    width: 100%;
  }

  .form-field {
    text-align: center;
  }

  .column-10 {
    height: 300px;
    background-color: #00283a;
  }

  .service-title.portfolioh {
    margin-top: 45px;
  }

  .service-paragraph {
    margin-bottom: 33px;
  }

  .toolbox {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    text-align: center;
  }

  .toolbox-title {
    font-size: 10px;
  }

  .toolbx-img {
    width: 70%;
    text-align: center;
  }

  .footer-adres {
    padding-top: 42px;
    line-height: 30px;
  }

  .image-13 {
    width: 80%;
  }

  .column-13 {
    margin-bottom: 15px;
  }

  .column-14 {
    margin-bottom: 15px;
  }

  .image-border {
    max-width: 80%;
  }

  .image-22 {
    max-width: 80%;
  }

  .container-2 {
    padding-left: 0px;
  }

  .media {
    max-width: 80%;
    margin-top: 28px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .section-2 {
    padding-right: 20px;
    padding-left: 20px;
  }
}

@media screen and (max-width: 479px) {
  .worked-places-section {
    display: block;
  }

  .toolbox-container {
    display: none;
  }

  .hero-title-h2 {
    line-height: 22px;
  }

  .message-button {
    margin-top: 22px;
    margin-right: 15px;
    margin-left: 15px;
    padding: 10px;
    text-transform: none;
  }

  .form-title {
    color: #00293b;
    font-size: 20px;
  }

  .form-title.worked-title {
    font-size: 27px;
    line-height: 35px;
    font-weight: 700;
    letter-spacing: 0px;
  }

  .form-title.service-header {
    color: #00293b;
    font-size: 22px;
  }

  .column-10 {
    height: auto;
  }

  .service-title {
    color: #00293b;
    font-size: 20px;
  }

  .service-title.portfolioh {
    margin-top: 20px;
    line-height: 24px;
    font-weight: 600;
    text-align: center;
  }

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

  .footer-adres {
    font-size: 16px;
  }

  .image-10 {
    margin-top: 40px;
  }

  .image-12 {
    margin-top: 40px;
  }

  .columns {
    margin-bottom: -19px;
  }

  .column-13 {
    margin-bottom: 11px;
  }

  .image-border {
    max-width: 80%;
    margin-bottom: 9px;
  }

  .section {
    height: 30px;
  }

  .image-22 {
    max-width: 80%;
  }
}

