/* -----
    footer
    ------ */
footer .o-1000-footer{
  max-width: 1000px;
  margin: 0 auto;
  background-image: url(../img/footer-bg.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position:bottom center;
  min-height: 260px;
  color: #fff;
  font-weight:400;
}

footer a {
  color: #fff;
}

footer a:hover {
  color: #c3c3c3;  
  transition: 0.3s;
}

footer .footer-logo img {
  max-width: 77px;
}

footer .footer-X img {
  max-width: 30px;
}

footer .footer-inner {
  max-width: 700px;
  margin: 0 auto;
  padding-top: 94px;

}

footer .footer-inner ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 24px;
  padding-top: 20px;
  padding-bottom: 32px;
}

footer .footer-inner li {
  text-align: center;
}

footer .copylight {
  text-align: center;
}

footer .u-1000-footer {
  display: none;
}

@media screen and (max-width:1000px) {

  footer .o-1000-footer {
  display: none;
}

/* ========= */

footer .u-1000-footer {
  display: block;
  color: #fff;
}

footer .footer-img {
  max-width: 150px;
  margin: 0 auto;
}

footer .footer-img img {
  width: 100%;
}

footer .footer-head {
  background-color: #155882;
  border-radius: 70%  70% 0 0;
  min-height: 50px;
}

footer .footer-u-inner {
  background-color: #155882;
  padding: 40px 0;
  
}

footer .u-1000-footer ul {
  max-width: 700px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(6,1fr);
  align-items: center;
  text-align: center;
  font-size: 24px;
}

}

@media screen and (max-width:1000px) {
  footer .footer-u-inner {
  background-color: #155882;
  padding:0;
  
}

  footer .u-1000-footer ul {
  grid-template-columns: repeat(1,1fr);
  gap: 20px 0;
  margin-bottom: 40px;
  }

}

@media screen and (max-width:768px) {

  footer .u-1000-footer ul {
  font-size: 18px;
  }

}

