/****************Footer************/
.footer {

    background-color: #31343b;
	width: 100%;
    height: 60px;
    display: flex;
    align-content: center;
    align-items: center;
}
.left_footer {
    float: left;
    width: 50%;
}
.copyright p {
	color: #80838a;
    font-family: lato;
    font-size: 13px;
    margin-bottom: 0;
}
.copyright a {
	color: #80838a;
    font-family: lato;
    font-size: 13px;
    text-decoration: none;
}
.copyright a:hover {
	text-decoration: underline;
        color:#fff;
}
.copyright img {
    vertical-align: bottom;
}
.right_footer {
    float: right;
    margin: 10px 0;
}
.rs_footer {
    font-size: 14px;
    color: #fff;
    padding: 5px 0 5px;
    background-color: #464a53;
    border-radius: 100%;
    width: 30px;
    text-align: center;
    margin-right: 5px;
    display: inline-block;
}
.rs_footer:hover {
    color: #464a53;
      background-color: #fff;
}

@media (max-width:767px) {
.footer {
    display: table;
    padding: 20px 0;
   text-align: center;
}
.rs_box_footer {
  text-align: center;
    margin-top: 30px;
}
}


