/***** Footer *****/

footer {
  margin-top: 40px;
  font-family: Arial, sans-serif;
}

/* Footer Top */
.footer-top {
  padding:0px;
  background: #333;
  text-align: left;
  color: #aaa;
}

.footer-top h3 {
  padding-bottom: 10px;
  color: #fff;
  font-size: 20px;
}

.footer-about img.logo-footer {
  max-width: 74px;
  margin-top: 0;
  margin-bottom: 18px;
}

.footer-about p {
  font-size: 14px;
  line-height: 22px;
}

.footer-about p a {
  color: #aaa;
  border-bottom: 1px dashed #666;
  text-decoration: none;
}
.footer-about p a:hover,
.footer-about p a:focus {
  color: #fff;
  border-color: #aaa;
}

.footer-contact p {
  margin-bottom: 8px;
  font-size: 14px;
  word-wrap: break-word;
  color: #f1f1f1;
}

.footer-contact i {
  padding-right: 10px;
  font-size: 18px;
  color: #00b894;
}

.footer-contact p a {
  color: #aaa;
  border-bottom: 1px dashed #666;
  text-decoration: none;
}
.footer-contact p a:hover,
.footer-contact p a:focus {
  color: #fff;
  border-color: #aaa;
}

.footer-social a {
  display: inline-block;
  margin-right: 15px;
  margin-bottom: 8px;
  font-size: 22px;
  color: #ccc;
  transition: all 0.3s;
}
.footer-social a:hover {
  color: #fff;
}

/* Footer Bottom */
.footer-bottom {
  padding: 15px 0;
  background: #444;
  text-align: center;
  color: #aaa;
  font-size: 14px;
}

.footer-copyright p {
  margin: 0;
  padding: 0.5rem 0;
  font-size: 14px;
}
.footer-copyright a {
  color: #fff;
  text-decoration: none;
}
.footer-copyright a:hover {
  color: #aaa;
}

/* Footer Navbar */
.footer-menu .navbar {
  padding: 0;
  background: transparent;
}

.footer-menu .navbar-dark .navbar-nav {
  font-size: 14px;
  font-weight: 400;
}

.footer-menu .navbar-dark .navbar-nav .nav-link {
  color: #fff;
  padding: 0.4rem 0.8rem;
  border: 0;
}
.footer-menu .navbar-dark .navbar-nav .nav-link:hover {
  color: #aaa;
}

.footer-menu img {
  height: 24px;
  width: auto;
  border-radius: 3px;
  transition: transform 0.3s;
}
.footer-menu img:hover {
  transform: scale(1.1);
}


.col-md-4 col-lg-4 offset-lg-1 footer-contact wow fadeInDown animated{
    padding-left: 228px;
    padding-right: 0px;
    margin-left: 440px;

}       

/* Responsive Navbar Fix */
@media (min-width: 768px) {
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
    width: 100%;   /* Full width */
    justify-content: center;
  }
  .footer-menu .navbar-nav {
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;  /* বেশি হলে নিচে নামবে */
    justify-content: center;
  }
}

/* Small Devices */
@media (max-width: 767px) {
  .footer-top {
    text-align: center;
  }
  .footer-social {
    margin-top: 20px;
  }
}
