
.dk-footer {
  padding:  0 0;
  background-color: #151414;
  position: absolute;
  width: 100%;
  left: 0;
  margin-bottom: 0px;
  /* bottom: 0cm; 
    bottom: 0; */

  color : rgb(255, 255, 255); 

  }
 
  /* .dk-footer .contact-us {
    margin-top: 0;
    margin-bottom: 0px;
    padding-left: 20px; }
  .dk-footer .contact-us .contact-info {
      margin-left: 20px; }
  .dk-footer .contact-us.contact-us-last {
      margin-left: -20px; }
  .dk-footer .contact-icon i {
    font-size: 5px;
    top: -15px;
    position: relative;
    color:#f0f5f5; }

 ==========================

    Contact

=============================
.contact-us {
  position: relative;
  z-index: 2;
  margin-top: 65px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.contact-icon {
  position: absolute; }
  .contact-icon i {
    font-size: 20px;
    top: -5px;
    position: relative;
    color: #fff; }

.contact-info {
  margin-left: 25px;
  color: #fff; }
  .contact-info h3 {
    font-size: 20px;
    color: #fff;
    margin-bottom: 0; }
*/
.copyright {
  padding: 14px 0;
  font-size:small;
  background-color: #202020; }
  .copyright span,
  .copyright a {
    color:  #fff;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear; }
  .copyright a:hover {
    color: #fff; } 

.copyright-menu ul {
  text-align: right;
  margin: 0; }

.copyright-menu li {
  display: inline-block;
  padding-left: 5px; }   


@media only screen and (max-width: 630px) {
  .copyright{
    font-size: x-small;
  }

  .copyright-menu ul {
    text-align:center;
    margin: 0;
    padding: 0; }
}