/*==============================================
    Site Footer
===============================================*/
.site-footer {
  position: relative;
  display: block;
  background-color: var(--Freshflow-black);
  overflow: hidden;
  z-index: 1;
}

.site-footer__shape-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: -30px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: -1;
}

.site-footer__shape-2 {
  position: absolute;
  bottom: 35px;
  left: 10px;
  z-index: -1;
}

.site-footer__shape-2 img {
  width: auto;
}

.site-footer__inner {
  position: relative;
  display: block;
}

.site-footer__top {
  position: relative;
  display: block;
}

.site-footer__top-left {
  position: relative;
  display: block;
  border: 1px solid rgba(var(--Freshflow-white-rgb), 0.1);
}

.site-footer__logo-box {
  position: relative;
  display: block;
  padding: 20px 30px 30px;
}

.site-footer__logo {
  position: relative;
  display: block;
}

.site-footer__text-1 {
  color: #f1f1f2;
  margin-top: 20px;
  font-size: 15px;
  line-height: 1.25;
}

.site-footer__contact-info-box {
  position: relative;
  display: block;
  border-top: 1px solid rgba(var(--Freshflow-white-rgb), 0.1);
  border-bottom: 1px solid rgba(var(--Freshflow-white-rgb), 0.1);
  padding: 33px 30px 32px;
}

.site-footer__contact-info {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}

.site-footer__contact-info--two {
  margin-top: 30px;
}

.site-footer__contact-info li {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
}

.site-footer__contact-info-icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 32px;
  width: 32px;
  background-color: var(--Freshflow-extra);
  border-radius: 12px;
  font-size: 17px;
  color: var(--Freshflow-black);
}

.site-footer__contact-info-content {
  position: relative;
  display: block;
  flex: 1;
}

.site-footer__contact-info-content p {
  font-size: 14px;
  font-weight: 700;
  line-height: 14px;
  color: rgba(var(--Freshflow-white-rgb), 0.6);
  font-family: var(--Freshflow-font-two);
  margin-bottom: 10px;
}

.site-footer__contact-info-content h5 {
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
  color: var(--Freshflow-white);
}

.site-footer__contact-info-content h5 a {
  color: var(--Freshflow-white);
}

.site-footer__contact-info-content h5 a:hover {
  color: var(--Freshflow-extra);
}

.site-footer__social-box {
  position: relative;
  display: block;
  padding: 8px 0px;
  text-align: center;
}

.site-footer__social-title {
  font-size: 20px;
  color: #f1f1f2;
  font-weight: 500;
  line-height: 20px;
  margin-bottom: 16px;
}

.site-footer__social {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  z-index: 1;
}

.site-footer__social a {
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  text-align: center;
  color: var(--Freshflow-white);
  border-radius: 50%;
  font-size: 13px;
  height: 30px;
  width: 30px;
  border: 1px solid var(--Freshflow-extra);
  transform: rotate(0);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: 1;
}

.site-footer__social a:hover {
  color: var(--Freshflow-black);
  border: 1px solid var(--Freshflow-base);
}

.site-footer__social a:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  background-color: var(--Freshflow-extra);
  border-radius: 50%;
  transform: scale(0);
  transform-origin: center;
  transform-style: preserve-3d;
  transition: all 0.4s cubic-bezier(0.62, 0.21, 0.45, 1.52);
  z-index: -1;
}

.site-footer__social a:hover:before {
  transform: scaleX(1);
}

.site-footer__top-right {
  position: relative;
  display: block;
  margin-left: -30px;
}

.site-footer__top-right-heading-box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #09203f;
  padding-left: 30px;
  padding-top: 15px;
  padding-bottom: 15px;
  z-index: 1;
}

.site-footer__top-right-heading-box:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 100%;
  right: -100000000px;
  background-color: #0239ac;
  z-index: -1;
}

.site-footer__shape-1 {
  position: absolute;
  top: 0;
  right: -323px;
  bottom: 0;
  z-index: -1;
}

.site-footer__shape-1 img {
  width: auto;
}

.site-footer__top-right-heading-title {
  font-size: 22px;
  color: #f1f1f2;
  line-height: 26px;
  font-family: var(--Freshflow-font);
  font-weight: 600;
}

.site-footer__top-right-heading-img {
  position: relative;
  display: block;
}

.site-footer__top-right-heading-img img {
  width: auto;
}

.site-footer__widget-box {
  position: relative;
  display: block;
  border-top: 1px solid rgba(var(--Freshflow-white-rgb), 0.1);
  border-right: 1px solid rgba(var(--Freshflow-white-rgb), 0.1);
  border-bottom: 1px solid rgba(var(--Freshflow-white-rgb), 0.1);
  padding: 37px 30px 34px;
}

.footer-widget__quick-links {
  position: relative;
  display: block;
}

.footer-widget__title {
  position: relative;
  display: block;
  font-size: 20px;
  color: #f1f1f2;
  line-height: 20px;
  margin-bottom: 36px;
}

.footer-widget__title:before {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  height: 2px;
  width: 65px;
  background-color: rgba(var(--Freshflow-extra-rgb), 0.25);
}

.footer-widget__quick-links-list {
  position: relative;
  display: block;
}

.footer-widget__quick-links-list li {
  position: relative;
  display: block;
}

.footer-widget__quick-links-list li + li {
  margin-top: 16px;
}

.footer-widget__quick-links-list li a {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
  color: #f1f1f2;
}

.footer-widget__quick-links-list li a:hover {
  color: var(--Freshflow-extra);
}

.footer-widget__quick-links-list li a span {
  color: var(--Freshflow-gray);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.footer-widget__quick-links-list li a:hover span {
  color: var(--Freshflow-extra);
}

.footer-widget__essential-links {
  position: relative;
  display: block;
}

.footer-widget__services-links {
  position: relative;
  display: block;
}

.site-footer__tearms-and-condition {
  position: relative;
  display: block;
  background-color: #f1f1f2;
  padding: 15px 80px;
}

.site-footer__tearms-and-condition-list {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.site-footer__tearms-and-condition-list li {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
}

.site-footer__tearms-and-condition-list li .icon {
  position: relative;
  display: flex;
  align-items: center;
}

.site-footer__tearms-and-condition-list li .icon span {
  position: relative;
  display: inline-block;
  font-size: 50px;
  color: var(--Freshflow-base);
  transition: all 500ms linear;
  transition-delay: 0.1s;
  transform: scale(1);
}

.site-footer__tearms-and-condition-list li:hover .icon span {
  transform: scale(0.9);
}

.site-footer__tearms-and-condition-list li .content {
  position: relative;
  display: block;
  flex: 1;
}

.site-footer__tearms-and-condition-list li .content h4 {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  font-family: var(--Freshflow-font);
}

.site-footer__tearms-and-condition-list li .content h4 a {
  color: var(--Freshflow-black);
}

.site-footer__tearms-and-condition-list li:hover .content h4 a {
  color: var(--Freshflow-base);
}

.site-footer__tearms-and-condition-list li .content p {
  font-size: 14px;
  font-weight: 600;
  line-height: 16px;
}

.site-footer__tearms-and-condition-star {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 5px;
  margin-top: 3px;
}

.site-footer__tearms-and-condition-star span {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 15px;
  color: var(--Freshflow-primary);
}

.site-footer__bottom {
  position: relative;
  display: block;
  background-color: #081634;
  padding: 10px 0px;
}

.site-footer__bottom .row {
  justify-content: space-between;
  align-items: center;
}

.site-footer__subscribe-form-box {
  position: relative;
  display: block;
}

.site-footer__subscribe-form {
  position: relative;
  display: block;
  width: 470px;
}

.site-footer__subscribe-input {
  position: relative;
  display: block;
}

.site-footer__subscribe-input input[type="email"] {
  font-size: 16px;
  color: var(--Freshflow-gray);
  font-weight: 400;
  height: 65px;
  width: 100%;
  background: transparent;
  border: 1px solid rgba(var(--Freshflow-gray-rgb), 0.9);
  border-radius: 12px;
  outline: none;
  padding: 0 25px 0;
  padding-right: 172px;
}

.site-footer__subscribe-btn {
  position: absolute;
  display: inline-flex;
  align-items: center;
  background-color: var(--Freshflow-extra);
  font-size: 18px;
  line-height: 18px;
  font-weight: 500;
  color: var(--Freshflow-black);
  padding: 17px 20px 17px;
  border-radius: 8px;
  gap: 10px;
  overflow: hidden;
  font-family: var(--Freshflow-font-two);
  border: none;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: 1;
  top: 7px;
  right: 6px;
}

.site-footer__subscribe-btn:hover {
  color: var(--Freshflow-white);
}

.site-footer__subscribe-btn::before {
  content: "";
  position: absolute;
  bottom: 0px;
  right: 0px;
  width: 10%;
  height: 10%;
  background-color: rgba(var(--Freshflow-primary-rgb), 1);
  background-position: left center;
  transition-timing-function: ease-in-out;
  transition-property: all;
  transform-origin: left;
  transform-style: preserve-3d;
  transform: scaleX(1);
  opacity: 0;
  transition: all cubic-bezier(0, 0.96, 0.58, 1.1) 0.8s;
  z-index: -1;
}

.site-footer__subscribe-btn:hover::before {
  opacity: 1;
  width: 120%;
  height: 200%;
  transform: scaleX(1);
  transition: all cubic-bezier(0, 0.96, 0.58, 1.1) 2s;
}

.site-footer__bottom-text-box {
  position: relative;
  display: block;
  text-align: right;
}

.site-footer__bottom-text-box:before {
  content: "";
  position: absolute;
  top: -58px;
  bottom: -58px;
  left: 0;
  width: 1px;
  background-color: rgba(var(--Freshflow-white-rgb), 0.1);
}

.site-footer__bottom-text {
  font-size: 13px;
  font-weight: 500;
  color: #f1f1f2;
}

.site-footer__bottom-text a {
  color: #f1f1f2;
}

.site-footer__bottom-text a:hover {
  color: var(--Freshflow-extra);
}

/*--------------------------------------------------------------
# Site Footer Two
--------------------------------------------------------------*/
.site-footer-two {
  position: relative;
  display: block;
  background-color: var(--Freshflow-black);
  overflow: hidden;
  z-index: 1;
}

.site-footer-two__inner {
  position: relative;
  display: block;
  z-index: 1;
}

.site-footer-two__shape-1 {
  position: absolute;
  bottom: -127px;
  left: -300px;
  z-index: -1;
}

.site-footer-two__shape-1 img {
  width: auto;
}

.site-footer-two__top {
  position: relative;
  display: block;
}

.site-footer-two__top-left {
  position: relative;
  display: block;
  margin-top: 75px;
}

.site-footer-two__logo-box {
  position: relative;
  display: block;
}

.site-footer-two__logo {
  position: relative;
  display: block;
}

.site-footer-two__text-1 {
  color: var(--Freshflow-white);
  margin-top: 23px;
}

.site-footer-two__social-box {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  background: linear-gradient(90deg, rgba(5, 42, 122, 0.69) 0%, #05173d 100%);
  border-radius: 4px;
  padding: 12px 25px 12px;
  margin-top: 39px;
}

.site-footer-two__social-title {
  font-size: 16px;
  font-weight: 500;
  color: var(--Freshflow-white);
  font-family: var(--Freshflow-font);
}

.site-footer-two__social {
  position: relative;
  display: flex;
  align-items: center;
  gap: 12px;
  z-index: 1;
}

.site-footer-two__social a {
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  text-align: center;
  color: var(--Freshflow-white);
  border-radius: 50%;
  font-size: 14px;
  height: 32px;
  width: 32px;
  border: 1px solid var(--Freshflow-gray);
  transform: rotate(0);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: 1;
}

.site-footer-two__social a:hover {
  color: var(--Freshflow-white);
  border: 1px solid var(--Freshflow-base);
}

.site-footer-two__social a:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  background-color: var(--Freshflow-base);
  border-radius: 50%;
  transform: scale(0);
  transform-origin: center;
  transform-style: preserve-3d;
  transition: all 0.4s cubic-bezier(0.62, 0.21, 0.45, 1.52);
  z-index: -1;
}

.site-footer-two__social a:hover:before {
  transform: scaleX(1);
}

.site-footer-two__copyright-text {
  color: #e3e3e3;
  margin-top: 39px;
}

.site-footer-two__copyright-text a {
  color: #e3e3e3;
}

.site-footer-two__copyright-text a:hover {
  color: var(--Freshflow-extra);
}

.site-footer-two__top-right {
  position: relative;
  display: block;
}

.site-footer-two__widget-box {
  position: relative;
  display: block;
  border: 1px solid rgba(var(--Freshflow-white-rgb), 0.1);
  border-bottom: 0;
  padding: 77px 31px 80px;
}

.footer-widget-two__quick-links {
  position: relative;
  display: block;
}

.footer-widget-two__title {
  position: relative;
  display: block;
  font-size: 20px;
  color: #f1f1f2;
  line-height: 20px;
  margin-bottom: 36px;
}

.footer-widget-two__title:before {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  height: 2px;
  width: 65px;
  background-color: rgba(var(--Freshflow-extra-rgb), 0.25);
}

.footer-widget-two__quick-links-list {
  position: relative;
  display: block;
}

.footer-widget-two__quick-links-list li {
  position: relative;
  display: block;
}

.footer-widget-two__quick-links-list li + li {
  margin-top: 16px;
}

.footer-widget-two__quick-links-list li a {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
  color: #f1f1f2;
}

.footer-widget-two__quick-links-list li a:hover {
  color: var(--Freshflow-extra);
}

.footer-widget-two__quick-links-list li a span {
  color: var(--Freshflow-gray);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.footer-widget-two__quick-links-list li a:hover span {
  color: var(--Freshflow-extra);
}

.footer-widget-two__essential-links {
  position: relative;
  display: block;
}

.footer-widget-two__services-links {
  position: relative;
  display: block;
}

.site-footer-two__bottom {
  position: relative;
  display: block;
  border-top: 1px solid rgba(var(--Freshflow-white-rgb), 0.1);
  padding: 42px 0 42px;
  background-color: var(--Freshflow-black);
  z-index: 2;
}

.site-footer-two__contact-info {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
}

.site-footer-two__contact-info--two {
  margin-top: 30px;
}

.site-footer-two__contact-info li {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
}

.site-footer-two__contact-info-icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 32px;
  width: 32px;
  background-color: var(--Freshflow-extra);
  border-radius: 12px;
  font-size: 17px;
  color: var(--Freshflow-black);
}

.site-footer-two__contact-info-content {
  position: relative;
  display: block;
  flex: 1;
}

.site-footer-two__contact-info-content p {
  font-size: 14px;
  font-weight: 700;
  line-height: 14px;
  color: rgba(var(--Freshflow-white-rgb), 0.6);
  font-family: var(--Freshflow-font-two);
  margin-bottom: 10px;
}

.site-footer-two__contact-info-content h5 {
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
  color: var(--Freshflow-white);
}

.site-footer-two__contact-info-content h5 a {
  color: var(--Freshflow-white);
}

.site-footer-two__contact-info-content h5 a:hover {
  color: var(--Freshflow-extra);
}

/*--------------------------------------------------------------
# End
--------------------------------------------------------------*/
