
.clean-footer-area {
  background-color: #091017;
  padding: 70px 0 50px;
}
.clean-form {
      background: #060a0f;
  padding: 60px 0px;
}
.clean-form .subscribe-content h3 {
  font-size: 28px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 13px;
}

.clean-form .subscribe-content p {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  opacity: .5;
}

.clean-form .subscribe-form {
  position: relative;
}
.clean-form .subscribe-form .crmFormVali-error{
  left: 0;
  top: 102%;
}
.clean-form .subscribe-form input {
  height: 64px;
  width: 78%;
  border: 0;
  outline: 0;
  background: #ffffff;
  /* opacity: .3; */
  padding-left: 30px;
  margin: 0 2%;
  border-radius: 50pc;
}

.clean-form .subscribe-form input::placeholder {
  font-size: 16px;
  font-weight: 400;
}

.clean-form .subscribe-form button {
  position: absolute;
  top: 0px;
  height: 64px;
  width: 186px;
  background: #06a4fb;
  border: 0;
  font-size: 18px;
  font-weight: 400;
  cursor: pointer;
  border-radius: 30px;
  color: #fff;
  text-transform: uppercase;
}

.clean-form.subscribe-form .crmFormVali-error {
  display: none;
}


.clean-footer-area .row.footer-line.two {
  padding-top: 20px;
}

.clean-footer-area .footer-wiget-log {
  margin-bottom: 36px;
}

.clean-footer-area .foot-logo {
  max-height: 68px;
}

.clean-footer-area .footer-wiget-text p {
  opacity: 0.702;
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
  font-weight: 400;
  margin-bottom: 25px;
}

.clean-footer-area .footer-wiget-social ul{display:flex;flex-wrap:wrap;}
.clean-footer-area .footer-wiget-social ul li {
  list-style: none;
  display: inline-block;
  margin:0 15px 10px 0;
}

.clean-footer-area .footer-wiget-social ul li a i {
  color: #fff;
  font-size: 24px;
  height: 45px;
  width: 45px;
  display: inline-block;
  text-align: center;
  line-height: 45px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  transition: .5s;
}

.clean-footer-area .footer-wiget-social ul li a i:hover {
  background: var(--color-primary);
  color: #ffff;
}

.clean-footer-area .footer-wiget-title{margin:0 0 22px;}
.clean-footer-area .footer-wiget-title h4 {
  font-size: 24px;
  line-height:1;
  color: #ffffff;
  overflow-wrap: break-word;
}
.clean-footer-area .footer-wiget-title i{font-size:16px;color:rgba(255,255,255,0.7);display:none;}

.clean-footer-area .footer-wiget-title.active i{transform:rotate(180deg);transition:all 0.3s ease 0s;}

.clean-footer-area .footer-wiget-menu ul li {
  list-style: none;
  margin-top: 6px;
}

.clean-footer-area .footer-wiget-menu ul li a {
  opacity: 0.702;
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
  font-weight: 400;
  text-decoration: none;
  transition: .5s;
  overflow-wrap: break-word;
}

.clean-footer-area .footer-wiget-menu ul li a:hover {
  color: #fff;
  opacity: 1;
}

.clean-footer-area .footer-wiget-menu ul li a i {
  font-size: 12px;
  margin-right: 5px;
}

.clean-footer-area .footer-wiget-contact-menu ul li {
  list-style: none;
  margin-top: 6px;
  opacity: 0.702;
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
  font-weight: 400;
  text-decoration: none;
  transition: .5s;
}

.clean-footer-area .footer-wiget-contact-menu ul li a:hover {
  color: #fff;
  opacity: 1;
}

.clean-footer-area .footer-wiget-contact-menu ul li i {
  font-size: 12px;
  margin-right: 5px;
}
.footer-line.two{
  background:#060a0f;
  padding: 30px 0;
}
.copy-right-text p {
  text-align: center;
  /* opacity: 0.502; */
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
  font-weight: 400;
}


@media screen and (max-width:1441px) {
.clean-footer-area .foot-logo{max-height:50px;}
.clean-footer-area .footer-wiget-title h4{font-size:22px;}
}

@media screen and (max-width:1367px) {

}

@media screen and (max-width:1281px){
.clean-footer-area .footer-wiget-title h4{font-size:20px;}
.clean-footer-area .foot-logo{max-height:45px;}
}





@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .clean-footer-area .footer-wiget-social ul li {
    margin-right: 13px;
  }

  .clean-footer-area .subscribe-content h2 {
    font-size: 40px;
  }

  .clean-footer-area .form {
    text-align: left;
  }

  .clean-footer-area .subscribe-form input {
    width: 200px;
  }

  .clean-footer-area .subscribe-form button {
    width: 150px;
  }

}

@media screen and (max-width:768px){

.clean-footer-area{padding:30px 0 20px;}

.clean-footer-area .foot-logo{max-height:40px;}
.clean-footer-area .footer-wiget-log{margin-bottom:25px;}
.clean-footer-area .footer-wiget-social ul li a i{font-size:20px;height:40px;width:40px;line-height:38px;}

.clean-footer-area .footer-wiget-title{margin:0;padding:15px 0;border-bottom: 1px solid rgba(225, 225, 225, .21);display:flex;justify-content:space-between;align-items:center;}
.clean-footer-area .footer-wiget-title h4{font-size:18px;}
.clean-footer-area .footer-wiget-title i{display:inline-block;}

.footer-line.two{padding:25px 0;}

  .clean-footer-area .subscribe-content {
    margin-bottom: 40px;
  }

  .clean-footer-area .form {
    text-align: left;
  }

.footer-wiget-menu,.footer-wiget-contact-menu{display:none;}
.copy-right-text p{font-size:15px;}

}


@media screen and (max-width:640px) {
  .clean-footer-area .subscribe-content {
    margin-bottom: 40px;
  }

  .clean-footer-area .form {
    text-align: left;
  }

}


@media screen and (max-width:480px) {
.clean-footer-area .foot-logo{max-height:30px;}

.clean-footer-area .footer-wiget-social ul li a i{font-size:18px;height:36px;width:36px;line-height:34px;}

.clean-footer-area .footer-wiget-title{padding:12px 0;}
.clean-footer-area .footer-wiget-title h4{font-size:15px;}
.clean-footer-area .footer-wiget-title i{font-size:15px;}
.clean-footer-area .footer-wiget-menu ul li a{font-size:14px;}

.footer-line.two{padding:15px 0;}
.copy-right-text p{font-size:14px;line-height:22px;text-align:left;}

}	





@media only screen and (min-width: 220px) and (max-width: 599px) {
  .clean-footer-area .subscribe-content {
    margin-bottom: 40px;
  }

  .clean-footer-area .subscribe-content h2 {
    font-size: 36px;
  }

  .clean-footer-area .form {
    text-align: left;
  }

  .clean-footer-area .subscribe-form input {
    height: 56px;
    width: 200px;
  }

  .clean-footer-area .subscribe-form button {
    height: 56px;
    width: 136px;
  }


}