footer {
  position: relative;
  width: 100%;
  text-align: center;
  background-color: #787878;
}

.footer p {
  font-family: 'Open Sans';
  color: #ffffff;
  font-size: 17px;
  line-height: 1.5;
  font-weight: 300;
  padding: 0;
  margin: 0 0 10px;
}

.footer p:last-child {
  margin: 0px;
}

.footer p a {
  color: inherit;
  padding: 0 5px;
}

.footerContent {
  position: relative;
  width: 100%;
  padding: 25px 0;
}


/*ScrollTOP_BacktoTOP START */

.goTop {
  position: fixed;
  z-index: 999;
  right: 10px;
  bottom: 14%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #ffffff;
  background-color: #2189c0;
  border: 1px solid rgba(255,255,255,.5);
  opacity: 0;
  transition: opacity 0.8s linear;
  font-family: 'Roboto Black';
  font-size: 14px;
  letter-spacing: 0px;
  text-align: center;
  text-transform: uppercase;
  width: 55px;
  height: 55px;
  line-height: 55px;
  border-radius: 50%;
  -webkit-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  -ms-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}
.goTop:hover,.goTop:focus {
  background-color: #26a0d7;
}

.goTop.is-visible {
  opacity: 1;
}

.pageYOffset_goTop {
  position: fixed;
  right: 0;
  padding: 10px;
  color: #fff;
  background: rgba(0, 0, 0, 0.3);
  display: none;
}


/*ScrollTOP_BacktoTOP CLOSE */


/* Responsive Media CSS Start */

@media screen and (min-width:768px) {}

@media screen and (max-width:1599px) {}

@media screen and (max-width:1399px) {  }
@media screen and (max-width:1299px) {
  .footer p {
    font-size: 15px;
    margin: 0 0 8px;
  }

}
@media screen and (max-width:1199px) {
  .footer p {
    font-size: 14px;
  }


}

@media screen and (max-width:991px) {}

@media screen and (max-width:767px) {
  .footer p {
    font-size: 13px;
  }
  .footer p br {
    display: none;
  }

}

@media screen and (max-width:575px) {}

@media screen and (max-width:320px) {}


/* Responsive Media CSS close */