.newsletter-section {
  position: relative;
  background-size: cover;
  background-position: top;
  z-index: 1;
}
.newsletter-section form .crmFormVali-error{
  right: 180px;
}
.primary-btn {
  position: relative;
  overflow: hidden;
  text-align: center;
  display: inline-block;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 0;
  border: none;
  padding: 10px 30px;
  z-index: 1;
  color: #fff;
  background-color: var(--color-primary);
  font-size: 16px;
  font-weight: 600;
  font-family: "Work Sans", sans-serif;
  line-height: 1.8;
  text-transform: capitalize;
}

.primary-btn::before,
.primary-btn::after {
  content: '';
  position: absolute;
  width: calc(50% + 4px);
  height: 0;
  background-color: var(--color-second);
  z-index: -1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.primary-btn::before {
  bottom: 0;
  left: 0;
}

.primary-btn::after {
  top: 0;
  right: 0;
}

.primary-btn:hover {
  color: #000;
}

.primary-btn:hover::before,
.primary-btn:hover::after {
  height: 120%;
}

.cta-btn {
  line-height: .8;
}

.newsletter-section::after {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(26, 26, 26, 0.5);
  z-index: -1;
}

.newsletter-section::before {
  position: absolute;
  content: '';
  right: 0;
  top: 0;
  width: 50%;
  height: 100%;
  background: rgba(26, 26, 26, 0.9);
  z-index: -1;
}

.newsletter-section .newsletter-content {
  padding-left: 30px;
}

.newsletter-section .newsletter-content h2 {
  color: #ffffff;
  line-height: 1.3;
  margin-top: -10px;
  margin-bottom: 15px;
}

.newsletter-section .newsletter-content p {
  color: #d2d2d2;
  margin-bottom: 30px;
}

.newsletter-section .newsletter-content .newsletter-form .form-control {
  color: #d2d2d2;
  height: auto;
  background: transparent;
  border-radius: 0;
  border: 1px solid var(--color-primary);
}

.validation-danger,
.validation-success {
  position: relative;
  padding: 10px;
  width: 50%;
  margin-top: 15px;
  text-align: center;
}

.validation-danger {
  color: #ffffff;
  background: var(--danger);
}

.validation-danger::after {
  position: absolute;
  content: '';
  top: -15px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-bottom: 30px solid var(--danger);
}

.validation-success {
  color: #ffffff;
  background: var(--success);
}

.help-block ul li {
  position: relative;
  padding: 5px;
  width: 50%;
  margin-top: 8px;
  text-align: center;
  font-size: 12px;
  color: #ffffff;
  background: var(--danger);
}

.help-block ul li::after {
  position: absolute;
  content: '';
  top: -8px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 16px solid var(--danger);
}

.ptb-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}
.pt-100 {
  padding-top: 100px;
}
.pb-70 {
  padding-bottom: 70px;
}

#msgSubmit {
  font-size: 20px;
  margin-top: 8px;
}

.footer-area {
  background-size: cover;
}

.foot-logo1 {
  max-height: 200px;
}

.constik-foot-content {
  font-size: 16px;
  margin-bottom: 15px;
  line-height: 1.6;
}

.footer-area .footer-widget {
  margin-bottom: 30px;
}

.footer-area ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.footer-area ul li {
  position: relative;
  margin-bottom: 15px;
}

.footer-area .navbar-brand {
  margin-bottom: 15px;
  padding: 0;
}

.footer-area h5 {
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.4;
  text-transform: capitalize;
  margin-bottom: 25px;
  margin-top: 13px;
}

.footer-area .footer-links li {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.footer-area .footer-links li i {
  font-size: 12px;
  color: var(--color-primary);
}

.footer-area .footer-links li:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}

.footer-area .footer-links li:hover a {
  color: var(--color-primary);
}

.footer-area .footer-links li:hover::before {
  color: var(--color-primary);
}

.footer-area .footer-news .content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.footer-area .footer-news .content .img {
  display: inline-table;
  margin-right: 10px;
}

.footer-area .footer-news .content .img img {
  max-width: 41px;
}

.footer-area .contact-info .content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}

.footer-area .contact-info .content .tag {
  display: inline-table;
  text-align: center;
  background: var(--color-primary);
  color: #ffffff;
  padding: 5px 12px;
  font-size: 16px;
  font-weight: 600;
  margin-right: 10px;
}

.footer-area .contact-info .content span:last-child {
  display: block;
}

.footer-area .contact-info .content span a {
  display: block;
}

.form-control {
  height: 58px;
  color: var(--color-second);
  -webkit-box-shadow: unset !important;
          box-shadow: unset !important;
  border: none;
  background-color: #ffffff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 0;
  padding: 1px 0 0 15px;
  font-size: 16px;
}

.form-control::-webkit-input-placeholder {
  color: #a5a5a5;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.form-control:-ms-input-placeholder {
  color: #a5a5a5;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.form-control::-ms-input-placeholder {
  color: #a5a5a5;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.form-control::placeholder {
  color: #a5a5a5;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.form-control:focus {
  border-color: var(--color-primary);
}

.social-link a {
  display: inline-block;
  line-height: 0;
  text-align: center;
  background: var(--color-primary);
  color: var(--color-second);
  padding: 10px 12px;
  font-size: 16px;
  margin-right: 8px;
}
.social-link a i{
  color:#fff;
}
.social-link a:hover {
  background: var(--color-second);
  color: var(--color-primary);
}

.social-link a:last-child {
  margin-right: 0;
}

.copy-right-area {
  background: #000;
  padding: 1.9em 0;
  text-align: center;
  border-top: 1px solid rgba(25, 25, 25, 0.15);
}

.copy-right-area .copy-right-content p {
  color: #ffffff;
  margin-bottom: 0;
}

.copy-right-area .copy-right-content a {
  color: var(--color-primary);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer-area .footer-news .content {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .newsletter-section .newsletter-content {
    max-width: 610px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    padding-left: 0;
  }

  .newsletter-section .newsletter-content h2 {
    margin-top: -8px;
  }

  .newsletter-section .newsletter-content p {
    max-width: 545px;
    margin-left: auto;
    margin-right: auto;
  }

  .newsletter-section::before {
    width: 100%;
    background: rgba(26, 26, 26, 0.5);
  }

  .primary-btn {
    font-size: 16px;
  }

  .cta-btn {
    line-height: unset;
  }

  .ptb-100 {
    padding-top: 90px;
    padding-bottom: 90px;
  }
  .pt-100 {
    padding-top: 90px;
  }
  .pb-70 {
    padding-bottom: 60px;
  }
}

@media only screen and (max-width: 767px) {
  .newsletter-section .newsletter-content {
    text-align: center;
    padding-left: 0;
  }

  .newsletter-section::before {
    width: 100%;
    background: rgba(26, 26, 26, 0.5);
  }

  .ptb-100 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .pt-100 {
    padding-top: 50px;
  }
  .pb-70 {
    padding-bottom: 20px;
  }

  .footer-area .footer-news .content {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .footer-area {
    border-top: 1px solid #e4e4e4;
  }
  
  .newsletter-section form .crmFormVali-error {
    right: 0 !important;
    width: 100% !important;
    top: 55px !important;
}
}

@media only screen and (max-width: 767px) and (min-width: 576px) {
  .footer-area .footer-news .content {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}


@media only screen and (max-width: 575px) {
  .footer-area h5 {
    margin-top: 0;
  }
}

.footer-area .contact-info .content span:last-child{
  word-break: break-all;
}