.footer {
    background: #fff; 
    text-align: center;
    color: #10325f;
    font-size: 16px;
    font-family: 'Akko W01 Regular' !important;

}
.footer h4{
  color: #10325f;
  font-weight: bold;
}
.footer a{
    color: #1B99D9;
    transition: all .3s ease-in-out;
}
.footer a:hover {
   background: none repeat scroll 0 0;
   color: #14325f !important;
 }


.footer-social-bookmark .social-bookmark li a {
    border-radius: 50%;
    color: #000000;
    display: inline-block;
    font-size: 14px;
    height: 30px;
    margin: 0 2px;
    padding-top: 3px;
    text-align: center;
    width: 30px;

  }
.social-bookmark li {
    display: inline;
  }
  
.social-bookmark li a:hover {
    background: none repeat scroll 0 0;
    color: #14325f;
   
  }
#totop{
    position: fixed;
    right:20px;
    bottom:20px;
    z-index:10000;
    top:auto;
    cursor: pointer;
    background: #36a9e1;
    color:#272727;
    width:48px;
    height:48px;
    box-shadow: 0 0 17px rgba(0,0,0,0.2);
    border-radius: 50%;
}
#totop:hover {
  color:#10325f !important;
  background-color: #fff !important;
transition: all 0.5s ease-out;
}

footer .header__logo {
    width: 110px;
    height: auto;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

#totop i{
    display: block;
    line-height: 48px;
    text-align: center;
    color:#fff !important;

}
#totop:hover i{
  color:#10325f !important;
}

.footer__copyright p,
.footer__copyright a{
    font-size: 16px;
}
.footer__copyright--right{
    float: right;
}

