.flex-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.fas {
  font-size: 24px;
  -webkit-transform: translate(0, 100%);
          transform: translate(0, 100%);
}

.HEscreen {
  overflow: hidden;
  position: relative;
}

.HEscreen .HEcarousel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  position: absolute;
  -webkit-transition-duration: .3s;
          transition-duration: .3s;
}

.HEscreen .HEcarousel .row {
  overflow: hidden;
}

.HEscreen .HEcarousel .row img {
  width: 100%;
}

.HEscreen .HEcarousel .pic {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: 1110px;
}

.HEscreen #next, .HEscreen #prev, .HEscreen #first {
  cursor: pointer;
  position: absolute;
  padding: 4px 20px;
  border-radius: 20px;
  border: 1px solid black;
  background-color: #4dc6d2;
}

.HEscreen #prev {
  bottom: 0;
  left: 0;
}

@media screen and (max-width: 576px) {
  .HEscreen #prev {
    -webkit-transform: translate(-52px, 0);
            transform: translate(-52px, 0);
  }
}

.HEscreen #next {
  bottom: 0;
  right: 0;
}

@media screen and (max-width: 576px) {
  .HEscreen #next {
    -webkit-transform: translate(64px, 0);
            transform: translate(64px, 0);
  }
}

.HEscreen #first {
  display: none;
}

#a7 a, #a6 a {
  -webkit-transition: .3s;
  transition: .3s;
  display: inline-block;
  width: 100%;
  height: 100%;
  position: relative;
}

#a7 a img, #a6 a img {
  -webkit-transition: .3s;
  transition: .3s;
}

#a7 a p, #a6 a p {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(16px, -50%);
          transform: translate(16px, -50%);
  opacity: 0;
  -webkit-transition: .3s;
  transition: .3s;
  color: white;
}

#a7 a:hover img, #a6 a:hover img {
  -webkit-filter: brightness(30%);
          filter: brightness(30%);
}

#a7 a:hover p, #a6 a:hover p {
  opacity: 1;
}

.footer {
  background: #04a3b1;
  position: relative;
  height: 100px;
}

.footer .center {
  position: absolute;
  left: 50%;
  bottom: 50%;
  -webkit-transform: translate(-50%, 50%);
          transform: translate(-50%, 50%);
  margin: 0;
  width: 100%;
  padding: 0;
}

@media screen and (max-width: 992px) {
  .footer .center {
    bottom: 0;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
}

@media screen and (max-width: 500px) {
  .footer .center {
    bottom: 0;
  }
}

@media screen and (max-width: 426px) {
  .footer .center {
    position: unset;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

.footer .right {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.footer .right p {
  text-align: right;
  padding: 0;
  margin: 0 16px 0 0;
  font-size: 8px;
  line-height: 16px;
}

@media screen and (max-width: 450px) {
  .footer .right p {
    text-align: left;
  }
}

.footer .right p a {
  color: white;
}

.footer .right > div a img {
  width: 40px;
}

#hemusih {
  color: white;
}

#a8 .arrow {
  width: 150px;
}

* body section {
  margin-bottom: 200px !important;
}

#a8 .mb-5 {
  margin-bottom: 100px;
}

#a6 .tab_container a p, #a8 .tab_container a p {
  color: #e6e6e6;
}

.test {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.test #testimg {
  width: 70px !important;
}

.test:hover {
  -webkit-box-flex: 10;
      -ms-flex: 10;
          flex: 10;
}

.underline {
  text-decoration: underline !important;
}
/*# sourceMappingURL=Hemusih.css.map */