/*---------------------------------
    Footer CSS 
-----------------------------------*/
.footer-wrap .newsletter-box .newsletter-form input {
  border: 1px solid #CED4DA;
  padding: 13px 145px 13px 15px;
}
.footer-wrap .newsletter-box .newsletter-form input::-moz-placeholder {
  color: var(--paraColor);
  opacity: 1;
}
.footer-wrap .newsletter-box .newsletter-form input::placeholder {
  color: var(--paraColor);
  opacity: 1;
}
.footer-wrap .newsletter-box .newsletter-form button {
  position: absolute;
  top: 2px;
  right: 2px;
  padding-left: 33px;
  padding-right: 33px;
  height: calc(100% - 4px);
}
.footer-wrap .footer-widget .contact-info li {
  margin-bottom: 18px;
  line-height: 24px;
}
.footer-wrap .footer-widget .contact-info li:last-child {
  margin-bottom: 0;
}
.footer-wrap .footer-widget .footer-menu li {
  margin-bottom: 8px;
}
.footer-wrap .footer-widget .footer-menu li:last-child {
  margin-bottom: 0;
}
.footer-wrap .footer-widget .footer-menu li a {
  position: relative;
  color: var(--offwhiteColor);
}
.footer-wrap .footer-widget .footer-menu li a:after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 0;
  height: 1px;
  background-color: var(--mainColor);
  transition: var(--transition);
}
.footer-wrap .footer-widget .footer-menu li a:hover {
  color: var(--mainColor);
}
.footer-wrap .footer-widget .footer-menu li a:hover:after {
  width: 100%;
}
.footer-wrap .copyright-text {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 42px 0;
  position: relative;
  z-index: 1;
}
.footer-wrap .copyright-text p a:hover {
  color: var(--pictonColor);
}
.footer-wrap .copyright-text p i {
  margin-right: 5px;
}
.footer-wrap .copyright-text #backtotop:hover {
  color: var(--pictonColor) !important;
}
.footer-wrap.style-one .footer-shape {
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
.footer-wrap.style-one .footer-widget .contact-info li {
  color: var(--offwhiteColor);
}
.footer-wrap.style-one .footer-widget .contact-info li a {
  color: var(--offwhiteColor);
}
.footer-wrap.style-one .footer-widget .contact-info li a:hover {
  color: var(--mainColor);
}
.footer-wrap.style-one .footer-widget .footer-menu li a:after {
  background-color: var(--pictonColor);
}
.footer-wrap.style-one .footer-widget .footer-menu li a:hover {
  color: var(--pictonColor);
}
.footer-wrap.style-one .newsletter-box {
  background: linear-gradient(65deg, rgb(0, 251, 165) 0%, rgb(230, 252, 245) 98%);
}
.footer-wrap.style-two {
  background-color: #E9EDF6;
}
.footer-wrap.style-two:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 104px;
  background-color: #030A11;
  z-index: -1;
}
.footer-wrap.style-two .newsletter-box {
  background: linear-gradient(65deg, rgb(11, 10, 255) 0%, rgb(230, 252, 245) 100%);
}
.footer-wrap.style-two .newsletter-box .newsletter-form button {
  border-radius: 3px;
  color: var(--titleColor);
}
.footer-wrap.style-two .newsletter-box .newsletter-form button:before, .footer-wrap.style-two .newsletter-box .newsletter-form button:after {
  border-radius: 3px;
}
.footer-wrap.style-two .newsletter-box .newsletter-form button:before {
  background-color: var(--titleColor);
}
.footer-wrap.style-two .footer-widget .contact-info li {
  color: var(--paraColor);
}
.footer-wrap.style-two .footer-widget .contact-info li a {
  color: var(--paraColor);
}
.footer-wrap.style-two .footer-widget .contact-info li a:hover {
  color: var(--blueColor);
}
.footer-wrap.style-two .footer-widget .footer-menu li a {
  color: var(--paraColor);
}
.footer-wrap.style-two .footer-widget .footer-menu li a:after {
  background-color: var(--blueColor);
}
.footer-wrap.style-two .footer-widget .footer-menu li a:hover {
  color: var(--blueColor);
}
.footer-wrap.style-three .footer-shape, .footer-wrap.style-four .footer-shape, .footer-wrap.style-five .footer-shape {
  z-index: -1;
}
.footer-wrap.style-three .newsletter-box, .footer-wrap.style-four .newsletter-box, .footer-wrap.style-five .newsletter-box {
  position: relative;
  z-index: 1;
  padding: 40px 50px 50px;
}
.footer-wrap.style-three .newsletter-box:before, .footer-wrap.style-four .newsletter-box:before, .footer-wrap.style-five .newsletter-box:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  border-radius: 15px;
  z-index: -2;
}
.footer-wrap.style-three .newsletter-box:after, .footer-wrap.style-four .newsletter-box:after, .footer-wrap.style-five .newsletter-box:after {
  position: absolute;
  top: 1px;
  left: 1px;
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 15px;
  background-color: #0A1824;
  z-index: -1;
}
.footer-wrap.style-three .newsletter-box .newsletter-form button, .footer-wrap.style-four .newsletter-box .newsletter-form button, .footer-wrap.style-five .newsletter-box .newsletter-form button {
  color: var(--titleColor);
}
.footer-wrap.style-three .newsletter-box .newsletter-form button:before, .footer-wrap.style-four .newsletter-box .newsletter-form button:before, .footer-wrap.style-five .newsletter-box .newsletter-form button:before {
  background-color: var(--yellowColor);
}
.footer-wrap.style-three .footer-widget .contact-info li, .footer-wrap.style-four .footer-widget .contact-info li, .footer-wrap.style-five .footer-widget .contact-info li {
  color: var(--offwhiteColor);
}
.footer-wrap.style-three .footer-widget .contact-info li a, .footer-wrap.style-four .footer-widget .contact-info li a, .footer-wrap.style-five .footer-widget .contact-info li a {
  color: var(--offwhiteColor);
}
.footer-wrap.style-three .footer-widget .contact-info li a:hover, .footer-wrap.style-four .footer-widget .contact-info li a:hover, .footer-wrap.style-five .footer-widget .contact-info li a:hover {
  color: var(--mainColor);
}
.footer-wrap.style-three .footer-widget .footer-menu li a:after, .footer-wrap.style-four .footer-widget .footer-menu li a:after, .footer-wrap.style-five .footer-widget .footer-menu li a:after {
  background-color: var(--pictonColor);
}
.footer-wrap.style-three .footer-widget .footer-menu li a:hover, .footer-wrap.style-four .footer-widget .footer-menu li a:hover, .footer-wrap.style-five .footer-widget .footer-menu li a:hover {
  color: var(--pictonColor);
}
.footer-wrap.style-three .copyright-text, .footer-wrap.style-four .copyright-text, .footer-wrap.style-five .copyright-text {
  border-top: 1px solid rgba(56, 65, 74, 0.7);
}
.footer-wrap.style-three .copyright-text p a:hover, .footer-wrap.style-four .copyright-text p a:hover, .footer-wrap.style-five .copyright-text p a:hover {
  color: var(--mainColor);
}
.footer-wrap.style-three .copyright-text p i, .footer-wrap.style-four .copyright-text p i, .footer-wrap.style-five .copyright-text p i {
  margin-right: 5px;
}
.footer-wrap.style-three .newsletter-box:before {
  background: linear-gradient(90deg, rgb(255, 238, 60) 0%, rgb(48, 174, 227) 90%);
}
.footer-wrap.style-four .newsletter-box:before, .footer-wrap.style-five .newsletter-box:before {
  background: linear-gradient(90deg, rgb(111, 49, 225) 0%, rgb(0, 251, 165) 90%);
}
.footer-wrap.style-four .newsletter-box .newsletter-form button, .footer-wrap.style-five .newsletter-box .newsletter-form button {
  color: var(--whiteColor);
}
.footer-wrap.style-four .newsletter-box .newsletter-form button:before, .footer-wrap.style-five .newsletter-box .newsletter-form button:before {
  background-color: var(--purpleColor);
}
.footer-wrap.style-one .newsletter-box, .footer-wrap.style-two .newsletter-box {
  padding: 36px 50px 50px 52px;
}
.footer-wrap.style-five {
  padding-top: 250px;
}
.footer-wrap h3 {
  margin-bottom: 18px;
}

/*---------------------------------
    Responsive CSS 
-----------------------------------*/
@media only screen and (max-width: 767px) {
  .footer-wrap .logo {
    margin-bottom: 25px;
  }
  .footer-wrap .newsletter-box .newsletter-form input {
    padding: 13px 15px;
  }
  .footer-wrap .newsletter-box .newsletter-form button {
    position: relative;
    margin-top: 15px;
    top: auto;
    right: auto;
    display: block;
    width: 100%;
    padding: 21px 25px;
  }
  .footer-wrap .newsletter-box .newsletter-form button:before {
    background-color: var(--titleColor);
  }
  .footer-wrap .newsletter-box .newsletter-form button:hover {
    color: var(--whiteColor) !important;
  }
  .footer-wrap.style-one .newsletter-box, .footer-wrap.style-two .newsletter-box {
    padding: 25px 22px 35px;
  }
  .footer-wrap.style-two .logo-wrap {
    padding: 40px 20px;
    margin-bottom: 25px;
  }
  .footer-wrap.style-three .newsletter-box, .footer-wrap.style-four .newsletter-box, .footer-wrap.style-five .newsletter-box {
    padding: 30px 20px 35px;
  }
  .footer-wrap .copyright-text {
    padding: 18px 0;
  }
  .footer-wrap .copyright-text p,
  .footer-wrap .copyright-text #backtotop {
    font-size: 14px;
    text-align: center;
  }
  .footer-wrap .copyright-text #backtotop {
    margin-top: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-wrap.style-one .newsletter-box, .footer-wrap.style-two .newsletter-box {
    padding: 30px 30px 40px;
  }
  .footer-wrap.style-two .logo-wrap {
    min-height: 179px;
  }
  .footer-wrap.style-three .newsletter-box, .footer-wrap.style-four .newsletter-box, .footer-wrap.style-five .newsletter-box {
    padding: 35px 30px 40px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer-wrap.style-two .logo-wrap {
    min-height: 197px;
  }
}
@media only screen and (min-width: 1200px) {
  .logo-wrap {
    min-height: 206px;
  }
}
@media only screen and (min-width: 1400px) {
  .footer-wrap.style-one .newsletter-box {
    width: calc(100% - 10px);
    margin-left: 10px;
  }
  .footer-wrap.style-three .newsletter-box, .footer-wrap.style-four .newsletter-box, .footer-wrap.style-five .newsletter-box {
    padding: 37px 50px 50px 108px;
  }
  .footer-wrap.style-three .newsletter-box .logo, .footer-wrap.style-four .newsletter-box .logo, .footer-wrap.style-five .newsletter-box .logo {
    position: relative;
    top: 5px;
  }
}



/*---------------------------------
    CSS For New Demos
    -------------------------------*/
    .footer-shape-four {
      top: 0%;
      left: 50%;
      transform: translateX(-50%);
      z-index: -1;
    }
    
    .footer-wrap.style-one .newsletter-box.style-two {
      background-color: transparent;
      background-image: url(../img/newsletter-bg.png);
      background-repeat: no-repeat;
      background-position: top left;
      background-size: 100% 100%;
    }
    .footer-wrap.style-seven {
      background-color: #080C0D;
    }
    .footer-wrap.style-seven .gradient-shape {
      top: -7%;
    }
    .footer-wrap.style-seven .footer-shape {
      z-index: -1;
    }
    .footer-wrap.style-seven .newsletter-box {
      position: relative;
      z-index: 1;
      padding: 40px 50px 50px;
    }
    .footer-wrap.style-seven .newsletter-box:before {
      position: absolute;
      top: 0;
      left: 0;
      content: "";
      width: calc(100% + 2px);
      height: calc(100% + 2px);
      border-radius: 15px;
      z-index: -2;
      background: linear-gradient(90deg, rgb(73, 20, 255) 0%, rgb(209, 0, 216) 90%);
    }
    .footer-wrap.style-seven .newsletter-box:after {
      position: absolute;
      top: 1px;
      left: 1px;
      content: "";
      width: 100%;
      height: 100%;
      border-radius: 15px;
      background-color: #19142C;
      z-index: -1;
    }
    .footer-wrap.style-seven .newsletter-box .newsletter-form button {
      color: var(--whiteColor);
    }
    .footer-wrap.style-seven .newsletter-box .newsletter-form button:before {
      background-color: var(--purpleColor);
    }
    .footer-wrap.style-seven .footer-widget .contact-info li {
      color: var(--offwhiteColor);
    }
    .footer-wrap.style-seven .footer-widget .contact-info li a {
      color: var(--offwhiteColor);
    }
    .footer-wrap.style-seven .footer-widget .contact-info li a:hover {
      color: var(--primaryColor);
    }
    .footer-wrap.style-seven .footer-widget .footer-menu li a:after {
      background-color: var(--pictonColor);
    }
    .footer-wrap.style-seven .footer-widget .footer-menu li a:hover {
      color: var(--pictonColor);
    }
    .footer-wrap.style-seven .copyright-text {
      border-top: 1px solid rgba(56, 65, 74, 0.7);
    }
    .footer-wrap.style-seven .copyright-text p a:hover {
      color: var(--primaryColor);
    }
    .footer-wrap.style-seven .copyright-text p i {
      margin-right: 5px;
    }
    
    @media only screen and (max-width: 767px) {
      .footer-wrap.style-seven .newsletter-box {
        padding: 30px 20px 35px;
      }
    }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .footer-wrap.style-seven .newsletter-box {
        padding: 35px 30px 40px;
      }
    }
    @media only screen and (min-width: 1400px) {
      .footer-wrap.style-seven .newsletter-box {
        padding: 37px 50px 50px 108px;
      }
      .footer-wrap.style-seven .newsletter-box .logo {
        position: relative;
        top: 5px;
      }
    }