
:root{
  --grey:rgb(201, 199, 199);--toolbaralinks: rgb(196, 210, 109);
  --lighttoolcolor:rgb(191, 200, 131);
  --toolbar :rgb(255, 255, 255) ;
 --darktoolbarlink:#7d954b;

}

.footer-area {
  border-top: 1px solid var(--toolbaralinks);
  background: var(--darktoolbarlink);
}

.footer-area .footer-logo {
  display: block;
}

.footer-area .logo-black {
  display: none;
}

.footer-widget-box {
  margin-bottom: 30px;
}

.footer-widget {
  position: relative;
  z-index: 1;
}

.footer-logo img {
  width: 160px;
  margin-bottom: 30px;
}

@media (max-width: 575.98px) {
  .footer-logo img .footer-logo img {
    width: 180px;
  }
}

.footer-social {list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  margin-top: 30px;
}

.footer-social a {
  font-size: 30px;
  color:white ;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.footer-social a:hover {
  color: var(--grey);
}

.footer-widget-title {
  color: white;
  margin-bottom: 30px;
}

.footer-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1rem;
}

.footer-list a {
  color: white;
  text-transform: capitalize;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.footer-list a:hover {
  color:grey;
}
.footer-contact{
  list-style: none;
}
.footer-contact li {

  color:white;
  margin-bottom: 20px;
}
.footer-contact li a{
  color:  white;
}

.footer-contact li a {
  color: white;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.footer-contact li:hover  span.contact-icon {
  transform: translateY(-10px);
}
.footer-contact li a span.contact-icon {
  font-size: 18px;
  margin-right: 10px;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  color: white;
  display: inline-block;
}


.copyright {
  background: var(--darktoolbarlink);
}

.copyright .copyright-content {
  padding: 30px 0;
  border-top: 1px solid #4f4f4f;
}

.copyright .copyright-content .copyright-text {
  color:white;
  margin-bottom: 0px;
  text-transform: capitalize;
}

.copyright .copyright-content .copyright-text a {
  color: white;
}

.footer-menu {
  margin: 0;
  padding: 0;
  text-align: right;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .footer-menu {
    text-align: left;
    margin-top: 20px;
  }
}

@media (max-width: 767.98px) {
  .footer-menu {
    text-align: left;
    margin-top: 20px;
  }
}

.footer-menu li {
  display: inline-block;
  margin-left: 20px;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .footer-menu li {
    margin-left: 0;
    margin-right: 20px;
  }
}

@media (max-width: 767.98px) {
  .footer-menu li {
    margin-left: 0;
    margin-right: 20px;
  }
}

.footer-menu li a {
  color:grey;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.footer-menu li a:hover {
  color: #ffff00;
}

.footer-home-2 {
  background: #141414;
}

.footer-home-2 h6 {
  color: #ffffff;
  margin: 30px 0 10px;
}

.footer-home-2 .hero-social-2 {
  -webkit-animation: 0s;
  animation: 0s;
}

.subscribe-form {
  margin-top: 20px;
}

.subscribe-form input {
  color: #ffffff;
  background-color: transparent;
  padding: 15px 0;
  border: transparent;
  border-bottom: 1px solid #4f4f4f;
  margin-right: 40px;
}

.subscribe-form .primary-btn {
  position: relative;
  top: 7px;
}

@media (max-width: 575.98px) {
  .subscribe-form .primary-btn {
    margin-top: 20px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .footer-widget-box-2.contact-widget {
    margin-top: 80px;
  }
}

@media (max-width: 767.98px) {
  .footer-widget-box-2.contact-widget {
    margin-top: 80px;
  }
}

.footer-widget-box-2.contact-widget h2 {
  color: #ffffff;
}

.footer-widget-box-2.contact-widget ul {
  margin-top: 30px;
}

.footer-widget-box-2.contact-widget ul li {
  border-bottom: 1px solid #4f4f4f;
  margin: 10px 0;
  padding: 10px 0;
}

.footer-widget-box-2.contact-widget ul li a {
  color: #ffffff;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  font-size: 24px;
}

.footer-widget-box-2.contact-widget ul li a:hover {
  color: #ffff00;
}

.copyright-2 {
  background: #141414;
}

.copyright-2 .copyright-content {
  padding: 30px 0 115px;
  border-top: 1px solid #4f4f4f;
}

.copyright-2 .copyright-content .copyright-text {
  color: #ffffff;
  margin-bottom: 0px;
  text-transform: capitalize;
}

.copyright-2 .copyright-content .copyright-text a {
  color: #ffff00;
}

.footer-home-3 {
  background-color: #141414;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .footer-widget-box-3.about-us {
    margin-bottom: 30px;
  }
}

@media (max-width: 767.98px) {
  .footer-widget-box-3.about-us {
    margin-bottom: 30px;
  }
}

.footer-widget-box-3.about-us h1 {
  font-weight: 500;
}

.footer-widget-box-3.about-us .footer-social-3 {
  margin-top: 40px;
}

.footer-widget-box-3.about-us .footer-social-3 li {
  display: inline-block;
  margin: 0 5px 15px 0;
}

.footer-widget-box-3.about-us .footer-social-3 li a {
  color: #ffffff;
  font-size: 20px;
  text-transform: capitalize;
  display: inline-block;
  padding: 8px 16px;
  border: 1px solid #ffffff;
  border-radius: 30px;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.footer-widget-box-3.about-us .footer-social-3 li a:hover {
  color: #ffff00;
  border: 1px solid #ffff00;
}

.footer-info-area .info-content {
  padding: 20px 40px;
  border: 1px solid #4f4f4f;
  border-radius: 20px;
}

.footer-info-area .info-content img {
  max-width: 160px;
}

.footer-info-area .info-content a.phone-number,
.footer-info-area .info-content a.email-address,
.footer-info-area .info-content a.location {
  color: #ffffff;
  display: inline-block;
  font-size: 24px;
  font-weight: 500;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.footer-info-area .info-content a.phone-number:hover,
.footer-info-area .info-content a.email-address:hover,
.footer-info-area .info-content a.location:hover {
  color: #ffff00;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .footer-info-area .info-content a.phone-number,
  .footer-info-area .info-content a.email-address,
  .footer-info-area .info-content a.location {
    margin-top: 20px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .footer-info-area .info-content a.phone-number,
  .footer-info-area .info-content a.email-address,
  .footer-info-area .info-content a.location {
    margin-top: 20px;
  }
}

@media (max-width: 767.98px) {
  .footer-info-area .info-content a.phone-number,
  .footer-info-area .info-content a.email-address,
  .footer-info-area .info-content a.location {
    margin-top: 20px;
  }
}

.footer-info-area .dark-version {
  display: block;
}

.footer-info-area .light-version {
  display: none;
}

.copyright-3 .copyright-content {
  padding: 80px 0 115px;
  border-top: 1px solid transparent;
}