footer {
  position: relative;
  padding: 80px 0px;
  background: #edf2fa;
  padding-bottom: 0px;
}

#footer-section{
  position: relative;
  background: #edf2fa;
  padding-bottom: 30px;
}

footer p {
  color: #000;
}

.link-cw {
  font-size: 14px;
  color: #666666;
}

.view-col {
  font-size: 12px;
  text-align: end;
}

.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: #2b2b2b;
  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;
  }
}

#section-copyright {
  padding: 10px 0;
  background: #062550;
}

#section-copyright p {
  font-size: 12px;
  margin-bottom: 0;
  color: #fff;
}

#section-copyright p a {
  color: #fff;
}

#section-copyright .box-copyright {
  position: relative;
  z-index: 99;
}

#section-copyright .material-icons {
  font-size: 35px;
  color: #fff;
  width: 40px;
  height: 40px;
  background: #414e61;
  border-radius: 100%;
  float: left;
  margin-right: 5px;
}

#section-copyright .box-wab-view {
  display: inline-block;
}

#section-copyright .box-wab-view .view-item {

  text-align: center;
  display: inline-block;
  float: left;
  margin-right: 15px;
}


#section-copyright .box-wab-view .view-item i {
  font-size: 25px;

  float: left;
  margin-right: 5px;
}

#section-copyright .box-wab-view .view-item:nth-child(1) i {
  font-size: 30px;
}

#section-copyright .box-wab-view .view-item:nth-child(2) i {
  font-size: 25px;
}

#section-copyright .box-wab-view .view-item:nth-child(3) i {
  font-size: 25px;
}


#section-copyright .box-wab-view .view-item .text {
  color: #ffffff;
  font-size: 10px;
  margin-top: 5px;
  line-height: 14px;
  display: inline-block;
}





#footer-section .contact-icon1 ul {
  list-style: none;
  padding-inline-start: 50px;
}

#footer-section .contact-icon1 ul li {
  position: relative;
}

#footer-section .contact-icon1 ul li:before {
  font-family: 'Material Icons Sharp';
  position: absolute;
  text-align: center;
  content: "\e0c8";
  color: #fff;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background: #414e61;
  left: -50px;
  top: -5px;
  /* margin-right: 15px; */
  /* margin-bottom: 50px; */
  vertical-align: middle;
  font-size: 24px;
  padding: 5px;
  /* padding-right: 1px; */
}

#footer-section .contact-icon1 ul li:nth-child(1):before {

  content: "\e8b5";
}



#footer-section .contact-icon2 ul {

  list-style: none;
  padding-inline-start: 50px;
}

#footer-section .contact-icon2 ul li {
  position: relative;
}

#footer-section .contact-icon2 ul li:before {
  font-family: 'Material Icons Sharp';
  position: absolute;
  text-align: center;
  content: "\e0c8";
  color: #fff;
  width: 35px;
  height: 35px;
  border-radius: 100%;
  background: #414e61;
  left: -50px;
  top: -5px;
  /* margin-right: 15px; */
  /* margin-bottom: 50px; */
  vertical-align: middle;
  font-size: 25px;
  padding: 5px;
  /* padding-right: 1px; */
}


#footer-section .contact-icon2 ul li:nth-child(1):before {

  content: "\e0b0";
}

#footer-section .contact-icon2 ul li:nth-child(2):before {

  content: "\e0be";
}

.btn-info{
  background: #414e61;
  border: 0;
  min-width: 150px;
  color: #fff;
}


@media(max-width:992px){
  #footer-section .contact-icon1 ul li {
    position: relative;
    font-size: 13px;
  }
  #footer-section .contact-icon2 ul li {
    position: relative;
    font-size: 13px;
  }
  #footer-section .contact-icon2 ul {
    list-style: none;
    padding-inline-start: 150px;
  }
}