

/*footer*/
.footer {
  padding: 0.5rem 0;
}

.footer a:not(.btn) {
  /*color: #a7a7a7;*/
  color: #fff;
  font-family: 'poppins';
}

.footer .title{
  /*color: #ededed;*/
  color: #fff;
  font-family: 'poppins';
}
.footer ul li {
    color: #fff;
    font-family: 'poppins';
}

.footer_top.dark{
  /*background-color: #293340 !important;*/
  background-color: #454852 !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: #293340 !important;*/
    background-color: #454852 !important;
    color: #fff;
    font-family: 'poppins';
}
.footer_bottom.dark .container{
  padding: 20px;
  /*border-top: 2px solid #a7a7a7;*/
  border-top: 2px solid #fff;
}

.footer-lang-selector {
  margin-top: 4px;
  margin-left: 20px;
  padding: 3px;
  display: inline-block;
  /*border: 1px solid #6D7784;*/
  border: 1px solid #fff;
  outline: none;
  background-color: transparent;
  color: #a7a7a7;
  color: #fff;
  font-size: 14px;
  line-height: 24px;
}



@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;
  }

}

