header {
  background: none;
  background-color: rgb(21, 73, 125);
}

header h1 img {
  width: auto;
}

header h1 {
  margin-left: 32px;
  display: flex;
  flex-direction: column;
  color: #fff;
}

header h1 span {
  color: rgb(21, 73, 125);
  font-size: 12px;
  font-weight: bold;
  color: #fff;
}

header h1 p, header h1 span:last-child {
  padding: 0px;
  margin: 0px;
  font-size: 24px;
}

@media screen and (max-width: 767px) {
  .company-header-container {
    align-items: center;
  }
}
@media screen and (min-width: 768px) {
  .company-header-container {
    max-height: 500px;
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .company-header-container > div {
    display: flex;
    flex-direction: column-reverse;
  }
}
.company-header-catch-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .company-header-cards {
    height: 400px;
    background-image: url(../images/storio_works_main.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 0px 0px 0px 9px;
  }
}
@media screen and (min-width: 768px) {
  .company-header-cards {
    height: 500px;
    background-image: url(../images/storio_works_main.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 0px 0px 0px 9px;
  }
}
.diy-top-box-container {
  position: relative;
  background-color: #fff;
  padding: 32px 32px;
  border-radius: 16px;
}

.diy-single-top-box-container {
  position: relative;
  background-color: #fff;
  padding: 32px 32px;
  border-radius: 16px;
}

.diy-header {
  color: #EF6024;
  font-weight: bold;
}

span.step {
  font-size: 0.9rem;
  display: block;
  font-weight: bold;
  color: #EF6024;
}

.uk-navbar-nav > li > a {
  color: #F5F5F5 !important;
}

.uk-navbar-nav > li > a:hover {
  color: #fff !important;
}

.company-header-container .title-container {
  display: flex;
  align-items: center;
  padding: 48px 0px;
  justify-content: center;
  width: 100%;
  background-image: linear-gradient(to right, transparent, #fff 25%, #fff 75%, transparent);
}

@media screen and (max-width: 767px) {
  .company-header-container .title-container h2 {
    color: rgb(21, 73, 125);
    font-size: 2rem;
  }
}
@media screen and (min-width: 768px) {
  .company-header-container .title-container h2 {
    color: rgb(21, 73, 125);
    font-size: 2.6rem;
  }
}
.heading08 span {
  display: flex;
  align-items: center;
  color: #000;
  font-size: 18px;
  text-transform: uppercase;
}

.heading08 span::before {
  content: "";
  display: inline-block;
  margin-right: 20px;
  width: 40px;
  height: 1px;
  background-color: #000;
}

.h2-line {
  position: relative;
  padding-left: 25px;
  color: rgb(21, 73, 125);
}

.h2-line:before {
  position: absolute;
  content: "";
  bottom: -3px;
  left: 0;
  width: 0;
  height: 0;
  border: none;
  border-left: solid 15px transparent;
  border-bottom: solid 15px rgb(21, 73, 125);
}

.h2-line:after {
  position: absolute;
  content: "";
  bottom: -3px;
  left: 10px;
  width: 100%;
  border-bottom: solid 3px rgb(21, 73, 125);
}

.h3-line {
  color: #fff;
  background-color: rgb(21, 73, 125);
  padding: 8px 16px;
  border-radius: 100px;
  text-align: center;
}

.service-sub-title {
  background-color: rgb(21, 73, 125);
  padding: 4px 24px;
  color: #fff;
  border-radius: 100px;
  margin-bottom: 16px;
  display: inline-block;
}/*# sourceMappingURL=company.css.map */