@charset "utf-8";
.footer {
  height: 100px;
  display: table;
  width: 100%;
  background: #124e5f;
  color: #fff;
  transition: 0.3s; }
  @media (max-width: 899px) {
  .footer {
    border-bottom: solid 60px #104958; } }
  .footer .custom {
    display: table-cell;
    vertical-align: middle; }
  .footer p {
    margin: 0 1vw;
    display: inline-block;
    font-size: 12px; }
    @media (max-width: 899px) {
  .footer p {
    display: block; } }
    .footer p a {
      color: inherit;
      font-weight: 600; }

.backtop {
  position: fixed;
  right: 5vw;
  bottom: -60px;
  transition: 0.5s;
  z-index: 1499; }
  @media (max-width: 899px) {
  .backtop {
    right: 50vw;
    transform: translateX(50%); } }
  .backtop i {
    cursor: pointer;
    width: 50px;
    background: #e4ac01;
    line-height: 50px;
    color: #fff;
    transition: 0.3s;
    border-radius: 100px; }
    @media (max-width: 899px) {
  .backtop i {
    width: 40px;
    line-height: 40px; } }
    .backtop i:hover {
      transform: translateY(-3px); }

.scroll .backtop {
  bottom: 25px; }
  @media (max-width: 899px) {
  .scroll .backtop {
    bottom: 10px; } }

.sidebar-open .backtop {
  bottom: -60px !important; }
