footer {
  position: relative;
  padding: 50px 0px;
  padding-bottom:0px;
  background: #ff8c00;
}

.social a {
  color: #000;
  font-size: 40px;
  padding: 0 20px;
}

.social a:hover {
  color: #b59945;
}

.copyright {
  padding: 70px 0px;
  padding-bottom: 30px;
}

.copyright p {
  font-size: 12px;
  margin-bottom: 0;
  color: #fff;
}

@media(min-width:992px) {
  footer {
      position: relative;
      padding: -10px 0px;
      padding-bottom: 0px;
      background: #ff8c00;
  }

  footer .brand-foot img{
    width: 100%;
  }

  .social {
      margin-top: 30px;
  }

  .social a {
      color: #000;
      font-size: 34px;
      padding: 0 30px;
  }

  .social a:hover {
      color: #b59945;
  }

  .copyright {
      padding: 70px 0px;
      padding-bottom: 30px;
  }

  .copyright p {
      font-size: 12px;
      margin-bottom: 0;
      color: #fff;
  }

}

footer p {
  color: #fff;
}

.view-col {
  font-size: 12px;
  text-align: end;
}

#section-copyright {
  padding: 10px 0;
  background: #ff8c00;
  border-top: 1px solid #ffd39d;
}

#section-copyright p {
  font-size: 12px;
  margin-bottom: 0;
  color: #fff;
}

#section-copyright p a {
  color: #fff;
}

footer h3 {
  color: #b59945;
}

.contact-col ul {
  list-style: none;
  padding-inline-start: 50px;
}

#section-copyright .box-wab-view {
  display: inline-block;
}

#section-copyright .box-wab-view .view-item {
  text-align: center;
  display: inline-block;
  float: left;
  color: #fff;
  margin-right: 15px;
}

.contact-col ul li {
  position: relative;
}

.contact-col ul li:before {
  font-family: 'Material Icons Sharp';
  position: absolute;
  text-align: center;
  content: "\e8b6";
  color: #000;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  left: -50px;
  top: -5px;
  /* margin-right: 15px; */
  /* margin-bottom: 50px; */
  vertical-align: middle;
  font-size: 30px;
  padding: 5px;
  /* padding-right: 1px; */
}

.contact-col ul li:nth-child(1):before {
  content: "\e0c8";
}

.contact-col ul li:nth-child(2):before {
  content: "\e0b0";
}

.contact-col ul li:nth-child(3):before {
  content: "\e8b5";
}


.back-top {
  cursor: pointer;
  position: fixed !important;
  bottom: 0;
  right: 0;
  display: block;
  z-index: 99;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background: #ff7a2d;
  padding: 20px 0 15px 0;
  width: 40px;
  position: absolute;
  color: #ffffff;
  font-weight: 400;
}

.back-top.back-top-show {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}

.back-top .scoll-text {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  padding-left: 8px;
}

.back-top .scroll-line {
  width: 1px;
  height: 60px;
  overflow: hidden;
  margin: 0 0 10px 20px;
}

.back-top .scroll-line:after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #fff), color-stop(0, rgba(21, 175, 90, 0)));
  background: linear-gradient(180deg, #ffffff 50%, rgba(21, 175, 90, 0) 0);
  background-position: 0 -60px;
  background-size: 100% 200%;
  -webkit-animation: backtop 5s cubic-bezier(0.76, 0, 0.3, 1) infinite forwards;
  animation: backtop 5s cubic-bezier(0.76, 0, 0.3, 1) infinite forwards;
}

@-webkit-keyframes backtop {
  from {
      background-position: 0 -60px;
  }

  75% {
      background-position: 0 0;
  }

  0% {
      background-position: 0 60px;
  }
}

@keyframes backtop {
  from {
      background-position: 0 -60px;
  }

  75% {
      background-position: 0 0;
  }

  0% {
      background-position: 0 60px;
  }
}
