/*
* ----------------------------------------------------------------------------------------
* 14. START FOOTER DESIGN
* ----------------------------------------------------------------------------------------
*/
.atf-footer-area {
  position: relative;
  background: #43a12f;
}
.atf-footer-top {
  padding-bottom: 55px;
}
/* Footer coloum */
.atf-footer-boottom {
  padding: 35px 0;
  background: #28611c;
}
.atf-footer-box p {
  color: var(--thm-white);
  margin-bottom: 20px;
}
.atf-footer-box strong {
  font-weight: 700;
}

.atf-footer-area .atf-footer-social-icon li a {
  font-size: 14px;
  margin-right: 10px;
  line-height: 36px;
  border-radius: 50%;
  text-align: center;
  border: 2px solid;
  transition: all 0.3s ease 0s;
  transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  padding: 10px 13px;
  color: #fff;
}
.atf-footer-area .atf-footer-social-icon li a:hover {
  border: 2px solid var(--color-primary);
}

.atf-single-footer ul {
  padding: 0;
  margin: 0;
}

.atf-single-footer a {
  color: inherit;
}
.atf-single-footer a:hover {
  color: var(--color-primary);
}

.atf-footer-area .atf-single-footer .atf-footer-social-icon li {
  display: inline-block;
  margin-bottom: 10px;
}
.atf-footer-area .atf-single-footer {
  position: relative;
}
.atf-footer-area .atf-single-footer::after {
  content: "";
  position: absolute;
  left: 3px;
  top: 40px;
  background: var(--thm-white);
  width: 65px;
  height: 3px;
  border-radius: 10px;
}
.atf-single-footer h4 {
  margin-bottom: 35px;
  color: var(--thm-white);
  font-size: 24px;
}
.atf-single-footer .atf-list-menu li a {
  color: var(--thm-white);
  margin-bottom: 10px;
  display: block;
  position: relative;
  overflow: hidden;
  word-break: break-all;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
.atf-single-footer .atf-list-menu li a:hover {
  color: var(--color-primary);
}
.atf-single-footer .atf-list-menu li a span {
  position: relative;
  display: block;
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  transition: transform 0.3s;
  font-weight: 500;
  font-family: var(--thm-font);
}
.atf-single-footer p {
  color: var(--thm-white);
  font-size: 15px;
   text-align: justify; 
}
.atf-footer-boottom p {
  color: var(--thm-white);
}
.atf-footer-boottom a {
  color: var(--color-primary);
  font-weight: 700;
  text-decoration: underline;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.atf-footer-boottom a:hover {
  color: var(--thm-white);
  text-decoration: none;
}
.atf-payment-link img {
  margin-right: 6px;
}
.form-message {
  margin-top: 20px;
  margin-left: 15px;
}
/*
* ----------------------------------------------------------------------------------------
* 14.END FOOTER DESIGN
* ----------------------------------------------------------------------------------------
*/

/*
* ----------------------------------------------------------------------------------------
* SECTION PADDING
* ----------------------------------------------------------------------------------------
*/
.atf-section-padding {
  padding: 90px 0;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.me-2 {
  margin-right: 0.5rem !important;
}

@media only screen and (max-width: 991px) {
  .atf-footer-boottom p {
    text-align: center;
  }
  .atf-footer-area .atf-banner-social {
    text-align: center;
    padding-top: 30px;
  }
  .atf-post-img img {
    width: 100%;
  }
  #atf-map-area {
    margin-top: 25px;
  }
  .atf-footer-area .atf-single-footer {
    margin: 15px 0;
  }
}


@media screen and (max-width:550px){
footer .container .atf-footer-top .col-lg-3{
width:100% !important;
}
  
  .atf-section-padding{
  padding:0 !important;
  }
}

