body {
  background: #18191b;
}

h1 {
  color: #FAB702;
}

h2 {
  color: #FAB702;
}

h3 {
  color: #FAB702;
}

h4 {
  color: #FAB702;
}

h5 {
  color: #FAB702;
}

h6 {
  color: #FAB702;
}

@media screen and (max-width: 576px) {
  section {
    padding-top: 120px;
  }
}

p {
  color: #eee;
  font-size: 20px;
}

@media screen and (max-width: 576px) {
  p {
    font-size: 16px;
  }
}

h1 a {
  color: #FAB702;
}

.align-item-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.color-red {
  color: #b32020;
}

.header {
  background: #020202;
  border-bottom: 1px solid #777;
}

.header h1 a {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

@media (max-width: 576px) {
  .header h1 a .header-logo {
    height: 50px;
  }
}

.header h1 a span {
  -webkit-transform: translate(0, -12px);
          transform: translate(0, -12px);
}

.header .navbar-toggler {
  background: #fff;
}

.header img {
  margin-right: 2px;
}

.hero-banner .position-relative {
  z-index: 1;
}

.hero-banner .position-relative .banner {
  width: 100%;
}

.hero-banner .position-relative .position-absolute {
  background: #111111dd;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2;
  text-align: center;
}

.hero-banner .position-relative .position-absolute img {
  width: 200px;
}

@media screen and (max-width: 768px) {
  .hero-banner .position-relative .position-absolute img {
    width: 80px;
  }
}

.hero-banner .position-relative .position-absolute h2 {
  color: #eee;
}

@media screen and (max-width: 768px) {
  .hero-banner .position-relative .position-absolute h2 {
    font-size: 16px;
    text-shadow: 1px 1px 0 #fff;
  }
}

#about p {
  font-size: 20px;
  line-height: 2;
}

#about img {
  width: 100%;
}

#story {
  background: url("../img/free/1.jpg") no-repeat center/cover;
  background-color: #ececec;
  background-blend-mode: screen;
  background-attachment: fixed;
}

@media screen and (max-width: 768px) {
  #story {
    background: unset;
    background-attachment: unset;
  }
}

#story p {
  font-size: 20px;
  line-height: 2;
}

#story hr {
  background: #eee;
}

#back {
  height: 600px;
  overflow: hidden;
}

#sevice img {
  width: 60px;
}

#sevice h4 {
  color: #eee;
}

#process {
  background: #111;
  text-align: left;
}

#process h4 {
  letter-spacing: 4px;
}

@media (max-width: 992px) {
  #process h4 span {
    display: block;
    font-size: 20px;
  }
}

#process h4 + p {
  letter-spacing: 1px;
  line-height: 1.75;
}

#process .item:hover .circle {
  background-color: #eee;
}

#process .item:hover .circle::after {
  border: 2px solid #eee;
}

#process .item .circle {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  -webkit-transition-duration: .3s;
          transition-duration: .3s;
  background-color: #FAB702;
  font-size: 40px;
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  border-radius: 50%;
}

#process .item .circle::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition-duration: .3s;
          transition-duration: .3s;
  width: calc(100% + 16px);
  height: calc(100% + 16px);
  border: 2px solid #FAB702;
  border-radius: 50%;
}

@media screen and (max-width: 576px) {
  #process .item .circle {
    display: block;
    margin: 0 auto 12px auto;
  }
}

#process p {
  display: inline;
}

@media screen and (max-width: 576px) {
  #process p {
    display: block;
    text-align: center;
  }
}

#process li {
  font-size: 20px;
}

#gallery-title .slick {
  margin-bottom: 80px;
}

#gallery-title .slick a img {
  height: 400px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}

@media screen and (max-width: 576px) {
  #gallery-title .slick a img {
    height: unset;
  }
}

#gallery-title img {
  width: 100%;
  height: 350px;
  -o-object-fit: cover;
     object-fit: cover;
}

#gallery-title .btn {
  background: #FAB702;
}

#gallery-title .btn:hover {
  background: #eee;
}

#contact {
  padding-bottom: 120px;
  background: #222;
}

#contact .info li a {
  color: #fff;
}

#contact .info li a span, #contact .info li a i {
  color: #fff;
}

.footer {
  background: #111;
}

.footer p {
  font-size: 16px;
}
/*# sourceMappingURL=hemusih.css.map */