/*---------------------------------
    Footer CSS 
-----------------------------------*/
.footer-wrap .footer-shape {
  bottom: 115px;
}
.footer-wrap .footer-widget .footer-menu li {
  margin-bottom: 9px;
}
.footer-wrap .footer-widget .footer-menu li:last-child {
  margin-bottom: 0;
}
.footer-wrap .footer-widget .footer-menu li a {
  position: relative;
}
.footer-wrap .footer-widget .footer-menu li a:after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 0;
  height: 1px;
  opacity: 0;
  transition: var(--transition);
}
.footer-wrap .footer-widget .footer-menu li a:hover {
  padding-left: 5px;
}
.footer-wrap .footer-widget .footer-menu li a:hover:after {
  width: 100%;
  opacity: 1;
}
.footer-wrap .footer-widget .footer-menu.style-one li a {
  color: var(--paraColor);
}
.footer-wrap .footer-widget .footer-menu.style-one li a:after {
  background-color: var(--orangeColor);
}
.footer-wrap .footer-widget .footer-menu.style-one li a:hover {
  color: var(--orangeColor);
}
.footer-wrap .footer-widget .footer-menu.style-two li a {
  color: var(--paraColor);
}
.footer-wrap .footer-widget .footer-menu.style-two li a:after {
  background-color: var(--health_primaryColor);
}
.footer-wrap .footer-widget .footer-menu.style-two li a:hover {
  color: var(--health_primaryColor);
}
.footer-wrap .footer-widget .footer-menu.style-three li a {
  color: var(--offwhiteColor);
}
.footer-wrap .footer-widget .footer-menu.style-three li a:after {
  background-color: var(--khakiColor);
}
.footer-wrap .footer-widget .footer-menu.style-three li a:hover {
  color: var(--khakiColor);
}
.footer-wrap .footer-widget .footer-menu.style-four li a {
  color: var(--chateleColor);
}
.footer-wrap .footer-widget .footer-menu.style-four li a:after {
  background-color: var(--travel_primaryColor);
}
.footer-wrap .footer-widget .footer-menu.style-four li a:hover {
  color: var(--travel_primaryColor);
}
.footer-wrap .footer-widget .footer-menu.style-five li a {
  color: var(--paraColor);
}
.footer-wrap .footer-widget .footer-menu.style-five li a:after {
  background-color: var(--radicalColor);
}
.footer-wrap .footer-widget .footer-menu.style-five li a:hover {
  color: var(--radicalColor);
}
.footer-wrap .footer-widget .contact-info li {
  margin-bottom: 10px;
}
.footer-wrap .footer-widget .contact-info li:last-child {
  margin-bottom: 0;
}
.footer-wrap .footer-widget .contact-info li span {
  line-height: 22px;
}
.footer-wrap .footer-widget .contact-info.style-one li a {
  color: var(--paraColor);
}
.footer-wrap .footer-widget .contact-info.style-one li a:hover {
  color: var(--orangeColor);
}
.footer-wrap .footer-widget .contact-info.style-two li a {
  color: var(--paraColor);
}
.footer-wrap .footer-widget .contact-info.style-two li a:hover {
  color: var(--health_primaryColor);
}
.footer-wrap .footer-widget .contact-info.style-three li a {
  color: var(--offwhiteColor);
}
.footer-wrap .footer-widget .contact-info.style-three li a:hover {
  color: var(--khakiColor);
}
.footer-wrap .footer-widget .contact-info.style-four li a {
  color: var(--chateleColor);
}
.footer-wrap .footer-widget .contact-info.style-four li a:hover {
  color: var(--travel_primaryColor);
}
.footer-wrap .footer-widget .subscribe-form input {
  height: 55px;
}
.footer-wrap .footer-widget .subscribe-form input::-moz-placeholder {
  opacity: 1;
}
.footer-wrap .footer-widget .subscribe-form input::placeholder {
  opacity: 1;
}
.footer-wrap .footer-widget .subscribe-form button {
  top: 2px;
  right: 2px;
  height: calc(100% - 4px);
  padding: 10px 24px;
}
.footer-wrap .footer-widget .subscribe-form button i {
  font-size: 24px;
  line-height: 0.7;
}
.footer-wrap .footer-widget .subscribe-form.style-one input {
  border: 1px solid rgba(189, 199, 215, 0.5);
  background-color: #5e032d;  /* background-color: #295348; */
}
.footer-wrap .footer-widget .subscribe-form.style-one input::-moz-placeholder {
  color: #BDC7D8;
}
.footer-wrap .footer-widget .subscribe-form.style-one input::placeholder {
  color: #BDC7D8;
}
.footer-wrap .footer-widget .subscribe-form.style-one button {
  background-color: var(--khakiColor);
}
.footer-wrap .footer-widget .subscribe-form.style-one button i {
  color: var(--titleColor);
}
.footer-wrap .footer-widget .subscribe-form.style-one button:hover {
  background-color: var(--darkGreenColor);
}
.footer-wrap .footer-widget .subscribe-form.style-one button:hover i {
  color: var(--offwhiteColor);
}
.footer-wrap .footer-widget .subscribe-form.style-two input {
  border: 1px solid rgba(102, 103, 118, 0.5);
  background-color: #5e032d;  /*background-color: #2E1A39;*/
}
.footer-wrap .footer-widget .subscribe-form.style-two input::-moz-placeholder {
  color: var(--chateleColor);
}
.footer-wrap .footer-widget .subscribe-form.style-two input::placeholder {
  color: var(--chateleColor);
}
.footer-wrap .footer-widget .subscribe-form.style-two button {
  background-color: var(--travel_primaryColor);
}
.footer-wrap .footer-widget .subscribe-form.style-two button i {
  color: var(--whiteColor);
}
.footer-wrap .footer-widget .subscribe-form.style-two button:hover {
  background-color: var(--travel_secondaryColor);
}
.footer-wrap .footer-widget .subscribe-form.style-two button:hover i {
  color: var(--offwhiteColor);
}
.footer-wrap .footer-widget .subscribe-form.style-three input::-moz-placeholder {
  color: var(--paraColor);
}
.footer-wrap .footer-widget .subscribe-form.style-three input::placeholder {
  color: var(--paraColor);
}
.footer-wrap .footer-widget .subscribe-form.style-three button {
  background-color: #5e032d;   /* background-color: #029D9E; */
}
.footer-wrap .footer-widget .subscribe-form.style-three button i {
  color: var(--whiteColor);
}
.footer-wrap .footer-widget .subscribe-form.style-three button:hover {
  background-color: var(--radicalColor);
}
.footer-wrap .footer-bottom {
  padding: 32px 0;
}
.footer-wrap .footer-bottom .copyright-text i {
  margin-right: 4px;
}
.footer-wrap .footer-bottom .footer-bottom-menu li {
  display: inline-block;
  margin-right: 11px;
  padding-right: 17px;
  position: relative;
}
.footer-wrap .footer-bottom .footer-bottom-menu li:after {
  position: absolute;
  top: 51%;
  right: 0;
  content: "";
  width: 1px;
  height: 18px;
  transform: translateY(-50%);
}
.footer-wrap .footer-bottom .footer-bottom-menu li:last-child {
  margin-right: 0;
  padding-right: 0;
}
.footer-wrap .footer-bottom .footer-bottom-menu li:last-child:after {
  display: none;
}
.footer-wrap .footer-bottom .footer-bottom-menu.style-one li:after {
  background-color: var(--paraColor);
}
.footer-wrap .footer-bottom .footer-bottom-menu.style-one li a {
  color: var(--paraColor);
}
.footer-wrap .footer-bottom .footer-bottom-menu.style-one li a:hover {
  color: var(--orangeColor);
}
.footer-wrap .footer-bottom .footer-bottom-menu.style-two li:after {
  background-color: var(--paraColor);
}
.footer-wrap .footer-bottom .footer-bottom-menu.style-two li a {
  color: var(--paraColor);
}
.footer-wrap .footer-bottom .footer-bottom-menu.style-two li a:hover {
  color: var(--health_primaryColor);
}
.footer-wrap .footer-bottom .footer-bottom-menu.style-three li:after {
  background-color: var(--offwhiteColor);
}
.footer-wrap .footer-bottom .footer-bottom-menu.style-three li a {
  color: var(--offwhiteColor);
}
.footer-wrap .footer-bottom .footer-bottom-menu.style-three li a:hover {
  color: var(--khakiColor);
}
.footer-wrap .footer-bottom .footer-bottom-menu.style-four li:after {
  background-color: var(--chateleColor);
}
.footer-wrap .footer-bottom .footer-bottom-menu.style-four li a {
  color: var(--chateleColor);
}
.footer-wrap .footer-bottom .footer-bottom-menu.style-four li a:hover {
  color: var(--travel_primaryColor);
}
.footer-wrap .footer-bottom .footer-bottom-menu.style-five li:after {
  background-color: var(--paraColor);
}
.footer-wrap .footer-bottom .footer-bottom-menu.style-five li a {
  color: var(--paraColor);
}
.footer-wrap .footer-bottom .footer-bottom-menu.style-five li a:hover {
  color: var(--radicalColor);
}
.footer-wrap.style-one .footer-bottom {
  border-top: 1px solid #E3E2D0;
}

/*---------------------------------
    Footer Responsive CSS 
-----------------------------------*/
@media only screen and (max-width: 767px) {
  .footer-wrap .footer-widget-title.mb-36, .footer-wrap .footer-widget-title.mb-30 {
    margin-bottom: 17px;
  }
  .footer-wrap .footer-bottom {
    padding: 16px 0;
  }
  .footer-wrap .footer-bottom .footer-bottom-menu {
    margin-top: 10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-wrap .footer-widget a, .footer-wrap .footer-widget p {
    font-size: 15px;
  }
  .footer-wrap .footer-bottom .copyright-text {
    font-size: 15px;
  }
  .footer-wrap .footer-bottom .footer-bottom-menu li a {
    font-size: 15px;
  }
}
@media only screen and (min-width: 1200px) {
  .footer-wrap .footer-widget {
    margin-top: -5px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .footer-wrap.style-one .footer-widget .comp-info {
    padding-right: 50px;
  }
}/*# sourceMappingURL=footer.css.map */