
/*footer*/
.footer {
  padding: 0.5rem 0;
}

.footer a:not(.btn) {
  color: #fff;
}

.footer .title{
  color: #fff;
  padding: 10px;
}

.footer_top.dark{
  background-color: #5271ff!important;
}

.footer_top.dark .site-logo img{
  max-height: 40px;
}

.footer_top.dark .quick-link li a:hover{
  color: #ff6f61;
}

.footer_bottom.dark{
  background-color: #5271ff !important
}
.footer_bottom.dark .container{
  padding: 20px;
}

.footer-lang-selector {
  margin-top: 4px;
  margin-left: 20px;
  padding: 3px;
  display: inline-block;
  border: 1px solid #fff;
  outline: none;
  background-color: transparent;
  color: #fff;
  font-size: 14px;
  line-height: 24px;
}

a.nav-link-fotter {
  padding: 10px;
  margin-bottom: 10px !important;
  text-decoration: none;
  color: #fff !important;
}

ul.list-unstyled li {
  margin-bottom: 16px;
}

a.nav-link-fotter:hover {
    background: #e6efff;
    color: #5271ff !important;
    border-radius: 0.25rem;
}

.top-hr{
  border-top: 1px solid #fff;
  padding-top: 1rem;
}

.footer .site-logo a {
    background: #fff;
    padding: 1rem;
    border-radius: 0.25rem;
}


@media (max-width: 576px){

section.banner .content{
  text-align: center;
}
section.banner .content h1{
  font-size: 30px;
}

.header-top .navbar-nav.list-inline{
  display: none;
}

nav.header-top .link{
  margin-left: auto;
}

footer {
  border-top: none;
}

footer .col-auto {
  -ms-flex: 0 0 auto;
  width: 100%; 
  text-align: center;
}

}

