/*============================================================================================
	Footer Area
==============================================================================================*/
.footer-top {
  padding: 120px 0px 108px;
  background-attachment: fixed;
}
.footer-newsletter {
  background: #FFFFFF;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 32px 50px;
  margin-bottom: 40px;
}
.footer-newsletter-form {
  position: relative;
}
.footer-newsletter-content span {
  font-size: 16px;
  color: #4d5461;
  line-height: 160%;
  display: inline-block;
}
.footer-newsletter-form input {
  width: 535px;
  height: 70px;
  border: 1px solid transparent !important;
  background: #ecf5ff;
  font-size: 16px;
  padding: 17px 184px 17px 20px !important;
  color: #04091e !important;
  border-radius: 0 !important;
}
.footer-newsletter-form input:focus {
  border: 1px solid #0b6755 !important;
}
.footer-newsletter-form .theme-btn {
  position: absolute;
  right: 9px;
  top: 30px;
  background: #0b6755;
  color: #FFFFFF;
  font-size: 18px;
  padding: 15px;
  padding-right: 10px;
  border-radius: 10px;
  margin-right: 20px
}
.footer-newsletter-form .theme-btn:hover {
  background: #ffaf01;
  color: #04091e;
}
.footer-newsletter-content h4 {
  font-size: 28px;
  line-height: 150%;
  margin: 0;
  line-height: 150%;
}
.footer-about-content {
  margin-top: 38px;
}
.footer-about-content h6 {
  color: #FFFFFF;
  font-weight: 600;
  line-height: 160%;
  font-size: 20px;
  margin-bottom: 28px;
}
.footer-get-touch span {
  font-weight: 400;
  line-height: 160%;
  font-size: 16px;
  color: #FFFFFF;
  display: block;
  margin-bottom: 3px;
}
.footer-get-touch a {
  font-size: 16px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 160%;
}
.footer-widget {
  margin-top: 40px;
}
.footer-logo img {
  width: 212px;
  height: 60px;
  object-fit: contain;
}
.footer-widget-title {
  color: #FFFFFF;
  font-size: 28px;
  line-height: 150%;
  margin-bottom: 20px;
}
.footer-links li {
  margin-bottom: 14px;
}
.footer-links li:last-child {
  margin: 0;
}
.footer-links li a {
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 400;
}
.footer-links li i {
  font-size: 20px;
  margin-right: 12px;
  position: relative;
  top: 2px;
}
.footer-links li a:hover {
  color: #ffaf01;
}
.footer-cpntact-list li {
  margin-bottom: 14px;
  position: relative;
  padding-left: 34px;
}
.footer-cpntact-list li:last-child {
  margin: 0;
}
.footer-cpntact-list li i {
  color: #ffaf01;
  font-size: 20px;
  position: absolute;
  left: 0;
  top: 5px;
}
.footer-cpntact-list li a {
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 400;
}
.footer-bottom {
  background: #000;
  padding: 22px 0px;
}
.footer-bottom-social {
  text-align: right;
}
.footer-bottom-social li {
  display: inline-block;
  margin-right: 42px;
}
.footer-bottom-social li:last-child {
  margin: 0;
}
.footer-bottom-social li a {
  color: #747681;
  font-size: 22px;
}
.footer-bottom-social li a:hover {
  color: #FFFFFF;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-newsletter {
    text-align: center;
    display: block;
  }
  .footer-newsletter-form input {
    width: 100%;
  }
  .footer-newsletter-form {
    margin-top: 24px;
  }
  .footer-bottom {
    text-align: center;
  }
  .footer-bottom-social {
    text-align: center;
  }
}

@media only screen and (max-width: 767px) {
  .footer-newsletter-form input {
    width: 100%;
    height: 48px;
    font-size: 14px;
    padding: 12px 20px !important;
  }
  .footer-newsletter {
    padding: 32px 24px;
    text-align: center;
    display: block;
    margin-bottom: 24px;
  }
  .footer-newsletter-form .theme-btn {
    position: inherit;
    font-size: 15px;
    margin-top: 16px !important;
  }
  .footer-newsletter-content h4 {
    font-size: 24px;
    line-height: 130%;
  }
  .footer-newsletter-content span {
    margin-bottom: 10px;
  }
  .footer-newsletter-form {
    margin-top: 20px;
  }
  .footer-top {
    padding: 56px 0px;
  }
  .footer-logo img {
    width: 164px;
    height: 44px;
  }
  .footer-widget {
    margin-top: 32px;
  }
  .footer-about-content h6 {
    font-size: 16px;
    margin-bottom: 16px;
  }
  .footer-about-content {
    margin-top: 24px;
  }
  .footer-widget-title {
    font-size: 18px;
  }
  .footer-links li a {
    font-size: 14px;
  }
  .footer-links li i {
    font-size: 16px;
    margin-right: 7px;
  }
  .footer-cpntact-list li a {
    font-size: 14px;
  }
  .footer-cpntact-list li i {
    font-size: 18px;
    top: 6px;
  }
  .footer-bottom {
    text-align: center;
  }
  .footer-bottom-social li a {
    font-size: 16px;
  }
  .footer-bottom-social li {
    margin-right: 28px;
  }
  .footer-bottom-social {
    text-align: center;
  }
  .footer-cpntact-list li {
    margin-bottom: 12px;
  }
  .footer-copyright-text {
    font-size: 15px !important;
  }
}

/*============================================================================================
	End Footer Area
==============================================================================================*/
