.footer {
    text-align: center;
   background: #191818;
    padding: 20px 0px;
}
/*-- //footer --*/


/*-- Copyright --*/
footer ul li {
    font-size: 16px;
    color: #888;
    line-height: 26px;
    letter-spacing: 1px;
    list-style-type: none;
}
.copyright-wthree {
    background: #2B2E31;
	 padding: 10px 0px;
        border-top: 2px solid #f1c40f
}
.footer-copyright {
    background: #3E4246;
}
.footer-copyright p {
    direction: ltr;
    color: #fff;
	font-size: 15px;
    letter-spacing: 1px;
    word-spacing: 1px;
    text-align: center;
}

 .footer-copyright a {
	    color: #ffeb3b;
	text-decoration: none;
}
.copyright-wthree a:hover ,.footer-copyright a:hover {
    color: #00aeca;
}

.copyright-wthree h5 {
    font-size: 18px;
    color: white;
    font-weight: bold;
       margin: 10px 0px;
    border-bottom: 1px solid #696E74;
    padding-bottom: 20px;
}
.copyright-wthree ul {
    list-style-type: none;
    padding-left: 0;
    line-height: 1.7;
        margin: 0px;
    padding: 0px;
}
.copyright-wthree a {
    color: #d2d1d1;
    text-decoration: none;
}
.copyright-wthree .info p{
   text-align: justify; 
    color: #afb0b1;
}



@media (max-width: 1080px){
.copyright-wthree {
    padding: 10px 0px;
}
}
@media (max-width: 768px){
.copyright-wthree {
    padding: 21px 0px;
}
    .row {
    margin-right: 0;
    margin-left: 0;
}
}

/* dmp top */
.dmtop {
  background-image: url('../images/arrow.png');
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-color: #f1c40f;
  z-index: 9999;
    width: 40px;
    height: 40px;
  text-indent: -99999px;
  position: fixed;
  bottom: -100px;
  right: 25px;
  cursor: pointer;
  -webkit-transition: all .7s ease-in-out;
  -moz-transition: all .7s ease-in-out;
  -o-transition: all .7s ease-in-out;
  -ms-transition: all .7s ease-in-out;
  transition: all .7s ease-in-out;
  overflow: auto;
  
}

.dmtop:hover {
 
    background-color: rgba(0, 0, 0, 0.50);
}