.tp-header-logo img {
    width: 100%;
    height: 100%;
    margin-top: -45px;
}
.tp-footer-3-logo img {
    height: 100%;
    width: 150px;
}
.tp-offcanvas-logo img {
    width: 60%;
    height: 100%;
}
.nostlga p {
    display: flex;
    align-items: baseline;
}
.bullet-img {
    width: 20px;
    margin-right: 5px;
    transform: translateY(-2px);
    animation: rotate2 5s linear infinite;
}
.liko-dark-active .bullet-img {
   filter: invert(1);
}
.ab-about-area {
    padding-top: 120px;
    padding-bottom: 80px;
}
.tp-footer-3-logo {
    margin-bottom: 50px;
}
.tp-hero-3-title {
  font-size: 82px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.4px;
  color: var(--tp-common-black);
  font-family: var(--tp-ff-marcellus);
  margin-bottom: 35px;
}
.sv-hero-ptb {
    padding-top: 150px;
    padding-bottom: 80px;
}
.sv-hero-title-box {
    margin-bottom: 40px;
}
.mview {
  display: none;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-hero-3-title {
    font-size: 115px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-hero-3-title {
    font-size: 95px;
  }
}
@media (max-width: 767px) {
  .tp-hero-3-title {
    font-size: 42px;
    letter-spacing: -0.6px;
  }
  .mview {
    display: block;
  }
}

.tp-section-title-60 {
  font-size: 60px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -1.8px;
  color: var(--tp-common-black);
  font-family: var(--tp-ff-marcellus);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-section-title-60 {
    font-size: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-section-title-60 {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .tp-section-title-60 {
    font-size: 25px;
  }
}

.ab-about-content P {
  font-size: 36px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: -1.08px;
  color: var(--tp-common-black-2);
  padding-right: 25px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ab-about-content P {
    font-size: 32px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ab-about-content P {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .ab-about-content P {
    font-size: 18px;
  }
}

.tm-hero-title {
  font-size: 80px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -4.2px;
  color: var(--tp-common-black-2);
  padding-bottom: 15px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tm-hero-title {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .tm-hero-title {
    font-size: 36px;
  }
}

.liko-dark-active h1{
    color: var(--tp-common-white);
}
.liko-dark-active h2{
    color: var(--tp-common-white);
}
.liko-dark-active h3{
    color: var(--tp-common-white);
}
.liko-dark-active h4{
    color: var(--tp-common-white);
}
.liko-dark-active p {
    color: var(--tp-common-white);
}