.constik-footer-area .primary-btn {
  position: relative;
  overflow: hidden;
  text-align: center;
  display: inline-block;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: var(--button-radius);
  border: none;
  padding: 10px 30px;
  z-index: 1;
  color: var(--color-second);
  background-color: var(--color-primary);
  font-size: 16px;
  font-weight: 600;
  font-family: var(--title-font-family);
  line-height: 1.8;
  text-transform: capitalize;
}

.copy-right-area{
  padding: 10px 0;
}
.constik-footer-area .primary-btn::before,
.constik-footer-area .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;
}

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

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

.constik-footer-area .primary-btn:hover {
  color: var(--color-primary);
}

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

.constik-footer-area .cta-btn {
  line-height: 0.8;
}
.constik-footer-area.pt-100 {
  padding-top: 60px;
}
.constik-footer-area.pb-70 {
  padding-bottom: 10px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.constik-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;
}

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

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

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

.constik-footer-area .contact-info .content .tag {
  display: inline-table;
  text-align: center;
  background: var(--color-primary);
  color: var(--title-text-color);
  /*padding: 5px 12px;*/
  font-size: 16px;
  font-weight: 600;
  margin-right: 10px;
      width: 35px;
    flex: 0 0 35px;
    height: 35px;
    line-height: 35px;
}

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

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

.constik-footer-area .social-link a {
  display: inline-block;
  line-height: 0;
  text-align: center;
  background: var(--color-primary);
  color: var(--title-text-color);
  padding: 10px 12px;
  font-size: 16px;
  margin-right: 8px;
}

.constik-footer-area .social-link a:hover {
  background: var(--color-second);
  color: var(--color-primary);
}

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

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

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

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

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .constik-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) {
  .constik-footer-area .primary-btn {
    font-size: 16px;
  }

  .constik-footer-area .cta-btn {
    line-height: unset;
  }
  .constik-footer-area.pt-100 {
    padding-top: 90px;
  }
  .constik-footer-area.pb-70 {
    padding-bottom: 60px;
  }
}

@media only screen and (max-width: 767px) {
  .constik-footer-area.pt-100 {
    padding-top: 50px;
  }
  .constik-footer-area.pb-70 {
    padding-bottom: 20px;
  }

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

  .constik-footer-area {
    border-top: 1px solid #e4e4e4;
  }
}

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

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