/* ---- footer element ---- */
footer {
  background: #001333;
  padding: 0 0 0 0;
}
.footer-top {
  padding: 20px 0;
  border-bottom: 1px solid #FFFFFF20;
}
.footer-holder {
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer-holder a.footer-icon {
  background-color: #001333;
  padding: 20px;
  border-radius: 30px;
  margin: 0 30px 0 0;
}
.footer-content h3 {
  font-size: 22px;
  font-weight: 700;
  color: #FFFFFF;
  line-height: 110%;
  margin: 0;
}
.footer-content a {
  font-size: 16px;
  font-weight: 400;
  color: #FFFFFF;
  text-decoration: none;
  margin: 0;
  transition: 0.15s linear all;
}
.footer-content a:hover {
  text-decoration: none;
  color: #155b95;
}
.footer-content p {
  font-size: 16px;
  font-weight: 400;
  color: #FFFFFF;
  margin: 0;
}


.footer-central {
  padding: 60px 0;
}
.footer-central a.logo {
  display: block;
  margin: 0 0 22px 0;
}
.footer-central a.logo img {
  display: block;
  max-width: 250px;
  width: 100%;
  height: auto;
}
.footer-central p.logo-text {
  font-size: 16px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 140%;
  margin: 0;
}
.footer-central h3 {
  font-size: 22px;
  font-weight: 700;
  color: #FFFFFF;
  line-height: 110%;
  margin: 0 0 30px 0;
}
.footer-central ul {
  padding: 0;
  margin: 0;
}
.footer-central ul li {
  position: relative;
  list-style: none;
  color: #dfdfdf;
  padding: 0 0 0 15px;
}
.footer-central ul li:before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 5px;
  height: 5px;
  background-color: #FFFFFF;
  border-radius: 50%;
}
.footer-central ul li a {
  display: block;
  font-size: 16px;
  font-weight: 400;
  color: #FFFFFF;
  text-decoration: none;
  margin: 0 0 10px 0;
  transition: 0.15s linear all;
}
.footer-central ul li a:hover {
  color: #155b95;
}
.footer-central p {
  font-size: 16px;
  font-weight: 400;
  color: #FFFFFF;
  margin: 0 0 10px 0;
}
.footer-central .social-icons {
  margin: 30px 0 0 0;
}
.footer-central .social-icons a {
  display: inline-block;
  transition: 0.2s linear all;
}
.footer-central .social-icons svg {
  margin: 0 12px 0 0;
  transition: 0.15s linear all;
}
.footer-central .social-icons a:hover svg {
  fill: #FFFFFF;
}

footer .copyright-holder {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 40px 0;
}
footer .copyright-holder p {
  font-size: 14px;
  font-weight: 400;
  color: #FFFFFF;
  margin: 0;
}
footer .copyright-holder a {
  display: block;
  font-size: 14px;
  font-weight: 400;
  color: #FFFFFF;
  text-transform: none;
  text-decoration: none;
  margin: 0 0 0 20px;
  transition: 0.15s linear all;
}
footer .copyright-holder a:hover {
  color: #155b95;
}

@media only screen and (max-width: 768px) {
  .footer-top .footer-holder {
    justify-content: start;
    margin: 0 0 20px 0;
  }
  .footer-top  .col-md-4:last-of-type .footer-holder {
    margin: 0;
  }

  .footer-central {
    padding: 60px 0 0 0;
  }
  .footer-central h3 {
    margin: 20px 0;
  }
  .footer-central p.logo-text {
    margin: 0;
  }

  footer .copyright-holder {
    flex-wrap: wrap;
    text-align: center;
  }
  footer .copyright-holder p {
    order: 3;
    margin: 0;
  }
  footer .copyright-holder a {
    width: 100%;
    margin: 0 0 5px 0;
  }
}
