/*
* ----------------------------------------------------------------------------------------
* 14. START FOOTER DESIGN
* ----------------------------------------------------------------------------------------
*/
.atf-footer-area {
  position: relative;
  background: #343434;
  font-size:12px;
}
.atf-footer-top {
  padding-bottom: 55px;
}
/* Footer coloum */
.atf-footer-boottom {
  padding: 12px 0;
  background: #252525;
  min-height: 100px;
}
.footer-row {
  display: flex;
  align-items: center;
}
.footer-row img {
  max-width: 190px;
  max-height: 100%;
}

.footer-share-link {
  display: flex;
  justify-content: flex-end;
  margin-bottom:0px;
}
.footer-share-link li a{ color:#fff;}
.footer-share-link li {
  background: #fff;
  color: #fff;
  cursor: pointer;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 20px;
}
.footer-share-link li:hover {
  border: 1px solid var(--color-primary);
  color: var(--color-primary);
}
.atf-footer-box p {
  color: #fff;
  margin-bottom: 20px;
}
.atf-footer-box strong {
  font-weight: 700;
}
                        
                        
.footer-share-link li:nth-child(1)  {
    background: #1877F2;
}            
                        
.footer-share-link li:nth-child(2) {
	background: #1DA1F2;
}
                        
.footer-share-link li:nth-child(3)  {
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
}            
                        
.footer-share-link li:nth-child(4) {
	background: #000;
}     
  
.footer-share-link li:nth-child(5)  {
	background: #0A66C2;
}   
  
.footer-share-link li:nth-child(6)  {
	background: #2fb943;
}  
                        
.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: #757575;
}
.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-single-footer h4 {
  margin-bottom: 35px;
  color: var(--color-primary);
  font-size: 24px;
}
.atf-single-footer .atf-list-menu li a {
  color: #b5b5b5;
  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: #b5b5b5;
  font-size: 15px;
  margin-bottom:0px;
}
.atf-footer-boottom p {
  color: #fff;
  font-size: 18px;
  margin-bottom:0px;
}

.form-message {
  margin-top: 20px;
  margin-left: 15px;
}

.atf-section-padding {
  padding: 90px 0;
}

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

.me-2 {
  margin-right: 0.5rem !important;
}
.atf-single-footer .input-box{
  position: relative;
}
.atf-single-footer input {
  padding: 8px 12px;
  border: 1px solid rgba(246, 245, 242, 0.38);
  background-color: transparent;
  margin-top: 15px;
  width: 100%;
  color: #fff;
}

.input-box .create-form-submit {
  width: 100%;
  margin-top: 15px;
  background: var(--color-primary);
  color: #fff;
  height: 35px;
  line-height: 1;
  font-size: 12px;
}
                        
                        

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

  .atf-footer-boottom {
    height: initial;
  }
}

@media (max-width: 768px) {
  .footer-share-link {
    justify-content: center;
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .copyright-txt {
    padding-top: 8px;
    padding-bottom: 8px;
  }
}
