

/* === ASSET CSS HASH: a3ba130aa7b066bcdbc2c64ef7a048a2deaf60e8 === */
/* Footer Three Widget Styles - Scoped under .footer-wrapper */
.footer-wrapper {
  overflow: hidden;
  font-family: var(--primary_font);
}

.footer-wrapper .site-footer-three {
  position: relative;
  display: block;
  background-color: var(--primary_color_font);
  overflow: hidden;
  z-index: 1;
}

.footer-wrapper .site-footer-three__bg-color {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 77px;
  width: calc((100% - 580px) / 2);
  background-color: rgba(255, 255, 255, 0.03);
  z-index: -1;
}

.footer-wrapper .site-footer-three__bg-shape {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.05;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  mix-blend-mode: luminosity;
  z-index: -1;
}

.footer-wrapper .site-footer-three__top {
  position: relative;
  display: block;
}

.footer-wrapper .footer-widget-three__about {
  position: relative;
  display: block;
  padding-top: 120px;
}

.footer-wrapper .footer-widget-three__logo {
  position: relative;
  display: block;
}

.footer-wrapper .footer-widget-three__about-text {
  color: rgba(255, 255, 255, 0.80);
  margin-top: 20px;
  margin-bottom: 22px;
}

.footer-wrapper .footer-widget-three__working-box {
  position: relative;
  display: block;
}

.footer-wrapper .footer-widget-three__working-title {
  font-size: 22px;
  line-height: 32px;
  font-weight: 600;
  color: #ffffff;
  text-transform: capitalize;
  margin-bottom: 15px;
}

.footer-wrapper .footer-widget-three__working-hour {
  position: relative;
  display: block;
}

.footer-wrapper .footer-widget-three__working-hour li {
  position: relative;
  display: block;
}

.footer-wrapper .footer-widget-three__working-hour li+li {
  margin-top: 18px;
  border-top: 1px dashed rgba(255, 255, 255, 0.30);
  padding-top: 18px;
}

.footer-wrapper .footer-widget-three__working-hour li p {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: rgba(255, 255, 255, 0.80);
}

.footer-wrapper .footer-widget-three__right {
  position: relative;
  display: block;
}

.footer-wrapper .footer-widget-three__title-box {
  position: relative;
  display: block;
  margin-bottom: 25px;
}

.footer-wrapper .footer-widget-three__title {
  font-size: 24px;
  font-weight: 600;
  line-height: 34px;
  color: #ffffff;
  text-transform: capitalize;
}

.footer-wrapper .footer-widget-three__right-bottom {
  position: relative;
  display: block;
  margin-left: 75px;
  border-top: 1px dashed rgba(255, 255, 255, 0.20);
  padding-top: 50px;
}

.footer-wrapper .footer-widget-three__usefull-link {
  position: relative;
  display: block;
}

.footer-wrapper .footer-widget-three__link-box {
  position: relative;
  display: block;
}

.footer-wrapper .footer-widget-three__link {
  position: relative;
  display: block;
}

.footer-wrapper .footer-widget-three__link li {
  position: relative;
  display: block;
}

.footer-wrapper .footer-widget-three__link li+li {
  margin-top: 12px;
}

.footer-wrapper .footer-widget-three__link li a {
  color: rgba(255, 255, 255, 0.80);
  text-transform: capitalize;
  transition: all 500ms ease;
  text-decoration: none;
}

.footer-wrapper .footer-widget-three__link li a:hover {
  color: var(--primary_color);
}

.footer-wrapper .footer-widget-three__services {
  position: relative;
  display: block;
}

.footer-wrapper .footer-widget-three__newsletter {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 65px 75px 0px;
  padding-right: 0;
  margin-bottom: 53px;
}

.footer-wrapper .footer-widget-three__newsletter-title {
  font-size: 25px;
  font-weight: 600;
  line-height: 35px;
  color: #ffffff;
}

.footer-wrapper .footer-widget-three__newsletter-form {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  max-width: 450px;
  width: 100%;
}

.footer-wrapper .footer-widget-three__newsletter-form-input-box {
  position: relative;
  display: block;
  width: 100%;
}

.footer-wrapper .footer-widget-three__newsletter-form-input-box input[type="email"] {
  font-size: 16px;
  height: 64px;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.10);
  outline: none;
  border: none;
  color: rgba(255, 255, 255, 0.80);
  font-weight: 400;
  border-radius: 32px;
  padding-right: 190px;
  padding-left: 30px;
}

.footer-wrapper .footer-widget-three__newsletter-form .thm-btn {
  border: none;
  position: absolute;
  top: 5px;
  right: 5px;
}

.footer-wrapper .footer-widget-three__newsletter-form .thm-btn:hover {
  color: var(--primary_color);
}

.footer-wrapper .footer-widget-three__newsletter-form .thm-btn::before {
  background-color: #ffffff;
}

.footer-wrapper .footer-widget-three__newsletter-form .thm-btn::after {
  background-color: #ffffff;
}

.footer-wrapper .footer-widget-three__newsletter-form .thm-btn:hover span {
  background-color: var(--primary_color);
  color: #ffffff;
}

.footer-wrapper .footer-widget-three__contact {
  position: relative;
  display: block;
}

.footer-wrapper .footer-widget-three__contact li {
  position: relative;
  display: flex;
  align-items: center;
  gap: 13px;
}

.footer-wrapper .footer-widget-three__contact li+li {
  margin-top: 14px;
}

.footer-wrapper .footer-widget-three__contact li .icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  background-color: rgba(255, 255, 255, 0.15);
  border-radius: 5px;
  transition: all 500ms ease;
}

.footer-wrapper .footer-widget-three__contact li:hover .icon {
  background-color: var(--primary_color);
}

.footer-wrapper .footer-widget-three__contact li .icon span {
  position: relative;
  display: inline-block;
  font-size: 16px;
  color: #ffffff;
  transition: all 500ms ease;
}

.footer-wrapper .footer-widget-three__contact li:hover .icon span {
  color: #ffffff;
}

.footer-wrapper .footer-widget-three__contact li .content {
  position: relative;
  display: block;
  flex: 1;
}

.footer-wrapper .footer-widget-three__contact li .content h3 {
  font-size: 15px;
  font-weight: 700;
  line-height: 25px;
  text-transform: uppercase;
  color: #ffffff;
}

.footer-wrapper .footer-widget-three__contact li .content p {
  color: rgba(255, 255, 255, 0.80);
}

.footer-wrapper .footer-widget-three__contact li .content p a {
  color: rgba(255, 255, 255, 0.80);
  text-decoration: none;
}

.footer-wrapper .footer-widget-three__contact li .content p a:hover {
  color: var(--primary_color);
}

.footer-wrapper .site-footer-three__social {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 32px;
  border-top: 1px dashed rgba(255, 255, 255, 0.20);
  padding-top: 30px;
  padding-bottom: 30px;
}

.footer-wrapper .site-footer-three__social a {
  position: relative;
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #ffffff;
  background-color: rgba(255, 255, 255, 0.15);
  font-size: 16px;
  border-radius: 50%;
  overflow: hidden;
  transition: all 500ms ease;
  z-index: 1;
  text-decoration: none;
}

.footer-wrapper .site-footer-three__social a:hover {
  color: #ffffff;
  background-color: var(--primary_color);
}

.footer-wrapper .site-footer-three__social a:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  background-color: var(--primary_color);
  transition-delay: 0.1s;
  transition-timing-function: ease-in-out;
  transition-duration: 0.4s;
  transition-property: all;
  opacity: 1;
  transform-origin: top;
  transform-style: preserve-3d;
  transform: scaleY(0);
  z-index: -1;
}

.footer-wrapper .site-footer-three__social a:hover:after {
  opacity: 1;
  transform: scaleY(1);
}

.footer-wrapper .site-footer-three__social a+a {
  margin-left: 10px;
}

.footer-wrapper .site-footer-three__bottom {
  position: relative;
  display: block;
  background-color: rgba(255, 255, 255, 0.05);
}

.footer-wrapper .site-footer-three__bottom-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 26px 0 25px;
}

.footer-wrapper .site-footer-three__bottom-text {
  color: rgba(255, 255, 255, 0.80);
}

.footer-wrapper .site-footer-three__bottom-text a {
  color: var(--primary_color);
  font-weight: 500;
  text-decoration: none;
}

.footer-wrapper .site-footer-three__bottom-text a:hover {
  color: #ffffff;
}

.footer-wrapper .site-footer-three__bottom-menu {
  position: relative;
  display: flex;
  align-items: center;
}

.footer-wrapper .site-footer-three__bottom-menu li {
  position: relative;
  display: block;
}

.footer-wrapper .site-footer-three__bottom-menu li+li {
  margin-left: 30px;
}

.footer-wrapper .site-footer-three__bottom-menu li a {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.80);
  transition: all 500ms ease;
  text-decoration: none;
}

.footer-wrapper .site-footer-three__bottom-menu li a:hover {
  color: var(--primary_color);
}

/* Thm-btn Styles */
.footer-wrapper .thm-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  vertical-align: middle;
  -webkit-appearance: none;
  outline: none !important;
  background-color: var(--primary_color);
  color: #ffffff;
  font-size: 17px;
  line-height: 17px;
  font-weight: 600;
  padding: 5px 30px 5px;
  padding-right: 8px;
  overflow: hidden;
  border-radius: 30px;
  transition: all 0.5s linear;
  text-transform: capitalize;
  z-index: 1;
  text-decoration: none;
  border: none;
  cursor: pointer;
}

.footer-wrapper .thm-btn>span {
  position: relative;
  font-size: 18px;
  height: 44px;
  width: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--primary_color_font);
  border-radius: 50%;
  color: #ffffff;
  transition: all 0.5s linear;
}

.footer-wrapper .thm-btn:hover>span {
  background-color: #ffffff;
  color: var(--primary_color);
}

.footer-wrapper .thm-btn::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 50%;
  height: 0;
  visibility: hidden;
  background-color: var(--primary_color_font);
  opacity: 0;
  z-index: -1;
  transition: all 0.4s ease-in-out;
}

.footer-wrapper .thm-btn:hover:before {
  width: 100%;
  height: 100%;
  visibility: visible;
  opacity: 1;
}

.footer-wrapper .thm-btn::after {
  position: absolute;
  background-color: var(--primary_color_font);
  bottom: 0;
  right: 0;
  content: "";
  width: 50%;
  height: 0;
  visibility: hidden;
  opacity: 0;
  z-index: -1;
  transition: all 0.4s ease-in-out;
}

.footer-wrapper .thm-btn:hover::after {
  width: 100%;
  height: 100%;
  visibility: visible;
  opacity: 1;
}

.footer-wrapper .thm-btn:hover {
  color: #ffffff;
}

/* Responsive Styles */
/* Large Desktop: 1200px - 1319px */
@media only screen and (min-width: 1200px) and (max-width: 1319px) {
  .footer-wrapper .footer-widget-three__newsletter {
    padding: 65px 0px 0px;
    padding-right: 0;
  }

  .footer-wrapper .footer-widget-three__right-bottom {
    margin-left: 0;
  }
}

/* Medium Desktop: 992px - 1199px */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer-wrapper .site-footer-three__bg-color {
    display: none;
  }

  .footer-wrapper .footer-widget-three__about {
    max-width: 500px;
    margin: 0 auto 0;
  }

  .footer-wrapper .footer-widget-three__logo {
    text-align: center;
  }

  .footer-wrapper .footer-widget-three__about-text {
    text-align: center;
  }

  .footer-wrapper .footer-widget-three__working-title {
    text-align: center;
  }

  .footer-wrapper .footer-widget-three__newsletter {
    padding: 65px 0px 0px;
    padding-right: 0;
  }

  .footer-wrapper .footer-widget-three__right-bottom {
    margin-left: 0;
  }
}

/* Tablet Layout: 768px - 991px */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-wrapper .site-footer-three__bg-color {
    display: none;
  }

  .footer-wrapper .footer-widget-three__about {
    max-width: 500px;
    margin: 0 auto 0;
  }

  .footer-wrapper .footer-widget-three__logo {
    text-align: center;
  }

  .footer-wrapper .footer-widget-three__about-text {
    text-align: center;
  }

  .footer-wrapper .footer-widget-three__working-title {
    text-align: center;
  }

  .footer-wrapper .footer-widget-three__newsletter {
    padding: 65px 0px 0px;
    padding-right: 0;
    flex-direction: column;
    text-align: center;
  }

  .footer-wrapper .footer-widget-three__newsletter-title {
    margin-bottom: 20px;
  }

  .footer-wrapper .footer-widget-three__right-bottom {
    margin-left: 0;
  }

  .footer-wrapper .site-footer-three__bottom-inner {
    flex-direction: column;
  }

  .footer-wrapper .site-footer-three__bottom-text {
    margin-bottom: 10px;
  }
}

/* Mobile: max-width 767px */
@media only screen and (max-width: 767px) {
  .footer-wrapper .site-footer-three__bg-color {
    display: none;
  }

  .footer-wrapper .footer-widget-three__about {
    max-width: 500px;
    margin: 0 auto 0;
    padding-top: 80px;
  }

  .footer-wrapper .footer-widget-three__logo {
    text-align: center;
  }

  .footer-wrapper .footer-widget-three__about-text {
    text-align: center;
  }

  .footer-wrapper .footer-widget-three__working-title {
    text-align: center;
  }

  .footer-wrapper .footer-widget-three__newsletter {
    padding: 40px 0px 0px;
    padding-right: 0;
    flex-direction: column;
    text-align: center;
    margin-bottom: 50px;
  }

  .footer-wrapper .footer-widget-three__newsletter-title {
    margin-bottom: 20px;
  }

  .footer-wrapper .footer-widget-three__newsletter-form {
    flex-direction: column;
  }

  .footer-wrapper .footer-widget-three__newsletter-form-input-box input[type="email"] {
    padding-right: 20px;
    padding-left: 20px;
  }

  .footer-wrapper .footer-widget-three__newsletter-form .thm-btn {
    position: relative;
    top: 0;
    right: 0;
    margin-top: 10px;
  }

  .footer-wrapper .footer-widget-three__right-bottom {
    margin-left: 0;
    padding-top: 30px;
  }

  .footer-wrapper .site-footer-three__bottom-inner {
    flex-direction: column;
    text-align: center;
  }

  .footer-wrapper .site-footer-three__bottom-text {
    margin-bottom: 10px;
  }

  .footer-wrapper .site-footer-three__bottom-menu {
    flex-direction: column;
  }

  .footer-wrapper .site-footer-three__bottom-menu li+li {
    margin-left: 0;
    margin-top: 5px;
  }
}


