/*** ================== Main Footer =================== ***/

.main_footer {
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.main_footer {
  background-image: url("../images/background/footer.png");
  background-repeat: no-repeat;
  background-size: cover;
}
.main_footer:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  z-index: -1;
  background: #ffffff52;
}
.footer-top-outer {
  padding: 50px 0px;
}
.footer_about_widget {
  max-width: 220px;
}
h4.footer_widget_title {
  font-size: 24px;
  line-height: 30px;
  font-weight: 600;
  color: #000000;
  font-family: var(--primary-font);
  margin-bottom: 20px;
}
.footer_widget_logo {
  width: 100%;
}
.footer_about_widget p {
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  color: #000000;
  font-family: var(--secondary-font);
  margin-bottom: 25px;
}
.footer_about_widget ul li a {
    color: #000000;
    font-size: 30px;
    font-weight: 500;
    line-height: 1.2;
    display: inline-block;
    font-family: var(--primary-font);
    transition: all 500ms;
}
.footer_about_widget ul li a:hover {
  color: var(--theme-color);
}
.footer_community_widget {
  margin-left: -50px;
}
.footer_resources_widget li a{
    color: #000000;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2;
    display: inline-block;
    font-family: var(--secondary-font);
    transition: all 500ms;
}
.footer_resources_widget li:not(:last-child) {
    margin-bottom: 15px;
}

.contact-info-list li{
    color: #000000;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
    display: inline-block;
    font-family: var(--secondary-font);
    padding-bottom: 10px;
    transition: all 500ms;
}
.footer_resources_widget ul li, .contact-info-list li{
    line-height: 1.4;
    display: flex;
}

.footer_resources_widget ul li a:hover,
.footer_community_widget ul li a:hover {
  color: var(--theme-color);
}
.footer_newsletter_widget p {
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  color: #000000;
  max-width: 360px;
  font-family: var(--secondary-font);
  margin-bottom: 30px;
}
.footer_newsletter_widget .subscribe-form .form-group {
  position: relative;
}
.footer_newsletter_widget .subscribe-form .form-group input {
  width: 100%;
  color: #000000;
  height: 70px;
  font-size: 16px;
  line-height: 50px;
  border-radius: 10px;
  padding: 10px 25px;
  border: 1px solid rgb(255 255 255 / 10%);
  background: transparent;
  backdrop-filter: blur(5px);
}
.footer_newsletter_widget .subscribe-form .form-group input:focus {
  border-color: var(--theme-color);
}
.footer_newsletter_widget .subscribe-form .form-group button {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 18px;
  color: #000000;
  font-weight: 500;
  text-align: center;
  line-height: 30px;
  text-transform: capitalize;
  padding: 10px 30px;
  border-radius: 5px;
  background: var(--theme-color);
}
.footer-bottom-outer {
  padding: 26px 0px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
  border-top: 1px solid rgb(255 255 255 / 10%);
}
.footer-bottom-outer .social-links li strong {
  font-size: 18px;
  line-height: 26px;
  color: #000000;
  font-weight: 400;
  font-family: var(--secondary-font);
}
.footer-bottom-outer .copyright {
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  color: #000000;
  font-family: var(--secondary-font);
}
.footer-bottom-outer .copyright a {
  color: var(--theme-color);
}
.dark-bg .main_footer:before {
  display: none;
}
.dark-bg .footer-bottom-outer {
  justify-content: center;
}
.dark-bg .footer_about_widget h6 strong {
  font-size: 18px;
  line-height: 26px;
  color: #ababab;
  font-weight: 400;
  font-family: var(--secondary-font);
}
.dark-bg .footer_about_widget ul li a {
  line-height: 44px;
  color: #ababab;
}
.dark-bg .footer_about_widget ul li a:hover {
  color: #fff;
}
.main_footer.home-three {
  background-color: #060702;
}
.home-three .main_footer:before {
  display: none;
}
.home-three .footer-bottom-outer {
  justify-content: center;
}
.home-three .footer_about_widget h6 strong {
  font-size: 18px;
  line-height: 26px;
  color: #ababab;
  font-weight: 400;
  font-family: var(--secondary-font);
}
.home-three .footer_about_widget ul li a {
  line-height: 44px;
  color: #ababab;
}
.home-three .footer_about_widget ul li a:hover {
  color: #fff;
}
.footer_contact_widget p {
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  color: #ababab;
  max-width: 360px;
  font-family: var(--secondary-font);
  margin-bottom: 30px;
}
.footer_contact_widget ul li a {
  color: #ababab;
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
  display: inline-block;
  font-family: var(--primary-font);
  margin: 8px 0px;
  transition: all 500ms ease 0s;
}
.dark-bg .footer-bottom-outer {
  justify-content: center;
}
.dark-bg .footer-bottom-outer .copyright {
  color: #ababab;
}
.home-three .footer-bottom-outer {
  justify-content: center;
}
.home-three .footer-bottom-outer .copyright {
  color: #ababab;
}

@media only screen and (max-width: 991px) {
  .footer_community_widget {
    margin-left: 0;
  }
  .footrow1, .footrow2 {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .footrow3 {
    margin-bottom: 30px;
  }
  .footer-bottom-outer .copyright {
    display: flow;
  }
}
@media only screen and (max-width: 500px) {
  .footer_newsletter_widget .subscribe-form .form-group input {
    padding: 0px 25px;
    height: 50px;
  }
  .footer_newsletter_widget .subscribe-form .form-group button {
    position: relative;
    right: inherit;
  }
}

.footer-bottom {
  position: relative;
  background: var(--theme-color);
  width: 100%;
}
.copyright {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  gap: 2px;
  text-align: center;
  font-size: 16px;
  padding: 10px 0px;
}
.copyright p {
  line-height: 1;
  display: flex;
  gap: 4px;
  align-items: center;
}
.copyright .copy {
    color: #fff;
    font-size: 15px;
}
.social-media{
    display: flex;
    gap: 20px;
    font-size: 30px;
    margin-top: 20px;
}
.social-media li a i{
    color: #000;
}

.contact-info-list li i{
    color: #000;
    font-size: 16px;
}
.contact-info-list li{
    display: flex;
    gap: 5px;
}
.contact-info-list li a{
    color: #000000;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
    display: inline-block;
    font-family: var(--secondary-font);
    transition: all 500ms;
}
.cont-info li i{
    color: #000;
    font-size: 18px;
    
}
.cont-info li {
    display: flex;
    gap: 8px;
    line-height: 1.4;
    align-items: baseline;
    margin-bottom: 15px;
}

.cont-info li a {
    color: #000000;
    font-size: 16px;
}
.social-media a i {
    transition: color 0.3s ease;
}
.social-media a:hover i{
    color: var(--theme-color);
}