.tp-port-1, .tp-port-2, .tp-port-3, .tp-port-4, .tp-port-5, .tp-port-6, .tp-port-7, .tp-port-8, .tp-port-9 {
  position: absolute;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  opacity: 0;
  object-fit: cover;
  transform: scale(1.04, 1.04);
  transform-origin: 50% 50%;
  transition: all 0.9s;
}
.tp-port-1 img, .tp-port-2 img, .tp-port-3 img, .tp-port-4 img, .tp-port-5 img, .tp-port-6 img, .tp-port-7 img, .tp-port-8 img, .tp-port-9 img {
  height: 100vh;
  width: 100%;
  object-fit: cover;
  transition: none;
}

#tp-port-slider-wrap.tp-port-1 {
  opacity: 1;
}
#tp-port-slider-wrap.tp-port-1 .tp-port-1 {
  opacity: 1;
  transform: scale(1);
}
#tp-port-slider-wrap.tp-port-2 {
  opacity: 1;
}
#tp-port-slider-wrap.tp-port-2 .tp-port-2 {
  opacity: 1;
  transform: scale(1);
}
#tp-port-slider-wrap.tp-port-3 {
  opacity: 1;
}
#tp-port-slider-wrap.tp-port-3 .tp-port-3 {
  opacity: 1;
  transform: scale(1);
}
#tp-port-slider-wrap.tp-port-4 {
  opacity: 1;
}
#tp-port-slider-wrap.tp-port-4 .tp-port-4 {
  opacity: 1;
  transform: scale(1);
}
#tp-port-slider-wrap.tp-port-5 {
  opacity: 1;
}
#tp-port-slider-wrap.tp-port-5 .tp-port-5 {
  opacity: 1;
  transform: scale(1);
}
#tp-port-slider-wrap.tp-port-6 {
  opacity: 1;
}
#tp-port-slider-wrap.tp-port-6 .tp-port-6 {
  opacity: 1;
  transform: scale(1);
}
#tp-port-slider-wrap.tp-port-7 {
  opacity: 1;
}
#tp-port-slider-wrap.tp-port-7 .tp-port-7 {
  opacity: 1;
  transform: scale(1);
}
#tp-port-slider-wrap.tp-port-8 {
  opacity: 1;
}
#tp-port-slider-wrap.tp-port-8 .tp-port-8 {
  opacity: 1;
  transform: scale(1);
}
#tp-port-slider-wrap.tp-port-9 {
  opacity: 1;
}
#tp-port-slider-wrap.tp-port-9 .tp-port-9 {
  opacity: 1;
  transform: scale(1);
}

/*----------------------------------------*/
/*  9.6 Project Slider Css
/*----------------------------------------*/
/* ============ creative Slider ================= */
.tp-portfolio-slider__wrap {
  grid-area: main;
  position: relative;
  overflow: hidden;
  display: grid;
  place-items: center;
  width: 100%;
  height: 100vh;
}
.tp-portfolio-slider__item {
  grid-area: 1/1/-1/-1;
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: grid;
  place-items: center;
  opacity: 0;
  pointer-events: none;
}
.tp-portfolio-slider__item.current {
  opacity: 1;
  z-index: 50;
  pointer-events: auto;
}
.tp-portfolio-slider__item-inner {
  position: relative;
  width: 120%;
  height: 120%;
  display: grid;
  place-items: center;
  grid-area: 1/1/-1/-1;
  background-size: cover;
  background-position: 50% 50%;
}
.tp-portfolio-slider-type {
  grid-area: main;
  display: grid;
  place-items: center;
  z-index: 9;
  position: absolute;
  bottom: 6%;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .tp-portfolio-slider-type {
    bottom: 20%;
    width: 100%;
  }
}
.tp-portfolio-slider-type-title {
  font-weight: 600;
  font-size: 120px;
  line-height: 0.9;
  margin-bottom: 0;
  text-align: center;
  color: var(--tp-common-white);
  font-family: var(--tp-ff-mango);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-portfolio-slider-type-title {
    font-size: 90px;
  }
}
@media (max-width: 767px) {
  .tp-portfolio-slider-type-title {
    font-size: 60px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-portfolio-slider-type-title {
    font-size: 80px;
  }
}
.tp-portfolio-slider__mail {
  position: absolute;
  top: 50%;
  right: 5%;
  z-index: 55;
  transform: translateY(-50%);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-portfolio-slider__mail {
    right: 45px;
  }
}
@media (max-width: 767px) {
  .tp-portfolio-slider__mail {
    right: 30px;
  }
}
.tp-portfolio-slider__mail a {
  font-weight: 600;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.6px;
  writing-mode: vertical-lr;
  color: var(--tp-common-white);
}
.tp-portfolio-slider__social {
  position: absolute;
  top: 50%;
  left: 5%;
  z-index: 55;
  writing-mode: vertical-rl;
  transform: translateY(-50%) rotate(180deg);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-portfolio-slider__social {
    left: 45px;
  }
}
@media (max-width: 767px) {
  .tp-portfolio-slider__social {
    left: 30px;
    display: none;
  }
}
.tp-portfolio-slider__social a {
  font-weight: 700;
  font-size: 14px;
  line-height: 1;
  margin: 14px 0;
  display: inline-block;
  text-transform: uppercase;
  color: var(--tp-common-white);
}
.tp-portfolio-slider__copyright {
  position: absolute;
  top: 45px;
  left: 50%;
  z-index: 55;
  transform: translateX(-50%);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-portfolio-slider__copyright {
    top: 65px;
  }
}
@media (max-width: 767px) {
  .tp-portfolio-slider__copyright {
    display: none;
  }
}
.tp-portfolio-slider__copyright p {
  font-weight: 700;
  font-size: 14px;
  line-height: 1;
  margin-bottom: 0;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  color: var(--tp-common-white);
}
.tp-portfolio-slider__copyright p a {
  position: relative;
}
.tp-portfolio-slider__copyright p a::after {
  position: absolute;
  content: "";
  bottom: -1px;
  left: 0;
  width: 0;
  height: 1px;
  transition: 0.3s;
  display: inline-block;
  opacity: 0;
  visibility: hidden;
  background-color: var(--tp-common-white);
}
.tp-portfolio-slider__copyright p:hover a::after {
  right: auto;
  width: 100%;
  opacity: 1;
  visibility: visible;
}
.tp-portfolio-slider__style-2 .tp-portfolio-slider__copyright {
  position: absolute;
  top: auto;
  bottom: 80px;
  left: 50%;
  z-index: 55;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .tp-portfolio-slider__style-2 .tp-portfolio-slider__copyright {
    bottom: 140px;
    text-align: center;
  }
}
.tp-portfolio-slider__style-2 .tp-portfolio-slider-type-title {
  font-size: 180px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-portfolio-slider__style-2 .tp-portfolio-slider-type-title {
    font-size: 140px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-portfolio-slider__style-2 .tp-portfolio-slider-type-title {
    font-size: 120px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-portfolio-slider__style-2 .tp-portfolio-slider-type-title {
    font-size: 100px;
  }
}
@media (max-width: 767px) {
  .tp-portfolio-slider__style-2 .tp-portfolio-slider-type-title {
    font-size: 70px;
  }
}
.tp-portfolio-slider__style-2 .tp-portfolio-slider-type {
  top: 65%;
}

.type__item {
  grid-area: 1/1/-1/-1;
  opacity: 0;
}

.type__item--current {
  opacity: 1;
}

.char-wrap {
  display: inline-block;
  position: relative;
  overflow: hidden;
  display: inline-flex;
}

.slider--bg {
  z-index: 1;
}
.slider--bg .tp-portfolio-slider__item-inner {
  position: relative;
}
.slider--bg .tp-portfolio-slider__item-inner::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(2, 2, 1, 0.2);
}

.slider--fg {
  position: absolute;
  width: 20vw;
  min-width: 200px;
  aspect-ratio: 0.75;
  height: auto;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.slider-nav {
  position: fixed;
  width: 100%;
  line-height: 1;
  bottom: 0;
  right: 0;
  z-index: 2;
  display: flex;
  justify-content: space-between;
}
.slider-nav__item .icon-1, .slider-nav__item .icon-2 {
  transition: 0.3s;
  transform: translateY(-1px);
}
.slider-nav__item:hover .icon-1 {
  transform: translateX(-5px);
}
.slider-nav__item:hover .icon-2 {
  transform: translateX(5px);
}

.slider-nav__item--prev {
  grid-area: prev;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-nav__item--prev {
    margin-left: 45px;
  }
}
@media (max-width: 767px) {
  .slider-nav__item--prev {
    margin-left: 30px;
  }
}

.slider-nav__item--next {
  grid-area: next;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-nav__item--next {
    margin-right: 45px;
  }
}
@media (max-width: 767px) {
  .slider-nav__item--next {
    margin-right: 30px;
  }
}

.tp-portfolio-slider-small__wrap {
  border-radius: 200px;
}

.slider-nav-text {
  font-weight: 700;
  font-size: 14px;
  line-height: 1;
  text-transform: uppercase;
  color: var(--tp-common-white);
}

/* ============ creative Slider ================= */
/* ============ Showcase Slider ================= */
.tp-showcase-slider .swiper-slide {
  position: relative;
  overflow: hidden;
  width: 100%;
  min-height: 100vh;
  padding: 80px 0;
}
.tp-showcase-slider-bg {
  display: flex;
  align-items: center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.tp-showcase-slider-bg::after {
  opacity: 0.3;
  background: #1d1d1d;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  pointer-events: none;
}
.tp-showcase-slider-subtitle {
  font-weight: 600;
  font-size: 24px;
  line-height: 1;
  letter-spacing: -0.02em;
  color: var(--tp-common-white);
  font-family: var(--tp-ff-inter);
}
@media (max-width: 767px) {
  .tp-showcase-slider-subtitle {
    font-size: 20px;
  }
}
.tp-showcase-slider-title {
  font-size: 200px;
  font-weight: 600;
  line-height: 1;
  color: var(--tp-common-white);
  font-family: var(--tp-ff-mango-semibold);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-showcase-slider-title {
    font-size: 170px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-showcase-slider-title {
    font-size: 160px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-showcase-slider-title {
    font-size: 140px;
  }
}
@media (max-width: 767px) {
  .tp-showcase-slider-title {
    font-size: 90px;
  }
}
.tp-showcase-slider-button-wrap .swiper-button-prev, .tp-showcase-slider-button-wrap .swiper-button-next {
  position: absolute;
  display: flex;
  align-items: center;
  top: auto;
  color: #fff;
  z-index: 9;
  cursor: pointer;
  width: auto;
  bottom: 30px;
  font-weight: 700;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: var(--tp-common-white);
}
.tp-showcase-slider-button-wrap .swiper-button-prev i, .tp-showcase-slider-button-wrap .swiper-button-next i {
  transform: translateY(1px);
}
.tp-showcase-slider-button-wrap .swiper-button-prev::after, .tp-showcase-slider-button-wrap .swiper-button-next::after {
  display: none;
}
.tp-showcase-slider-button-wrap .swiper-button-prev {
  left: 5%;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-showcase-slider-button-wrap .swiper-button-prev {
    left: 4%;
  }
}
.tp-showcase-slider-button-wrap .swiper-button-prev i {
  transition: 0.3s;
  margin-right: 7px;
}
.tp-showcase-slider-button-wrap .swiper-button-prev:hover i {
  transform: translate(-3px, 1px);
}
.tp-showcase-slider-button-wrap .swiper-button-next {
  right: 5%;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-showcase-slider-button-wrap .swiper-button-next {
    right: 4%;
  }
}
.tp-showcase-slider-button-wrap .swiper-button-next i {
  transition: 0.3s;
  margin-left: 7px;
}
.tp-showcase-slider-button-wrap .swiper-button-next:hover i {
  transform: translate(3px, 1px);
}
.tp-showcase-slider-main .swiper-pagination {
  bottom: 40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: auto;
}
@media (max-width: 767px) {
  .tp-showcase-slider-main .swiper-pagination {
    display: none;
  }
}
.tp-showcase-slider-main .swiper-pagination-bullet {
  background: transparent;
  margin: 0 10px !important;
}
.tp-showcase-slider-main .path {
  display: none;
}
.tp-showcase-slider-main .swiper-pagination-bullet-active .path {
  display: inline-block !important;
  stroke-dasharray: 1000;
  stroke-dashoffset: 0;
  -webkit-animation: dash linear 10s;
  animation: dash linear 10s;
  -webkit-animation-iteration-count: unset;
  animation-iteration-count: unset;
}

/* ============ Showcase Slider ================= */
/* ============ parallax Slider ================= */
.parallax-slider-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
}

.parallax-sliders {
  position: absolute;
  top: 0;
  left: 0;
  width: 3800px;
  height: 100%;
}

.parallax-slider-inner {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 80%;
  width: 100%;
  display: flex;
  gap: 30px;
  left: 70px;
  margin-top: 15px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .parallax-slider-inner {
    left: 40px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .parallax-slider-inner {
    left: 25px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .parallax-slider-inner {
    left: 35px;
  }
}
@media (max-width: 767px) {
  .parallax-slider-inner {
    left: 0px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .parallax-slider-inner {
    left: 30px;
  }
}

.parallax-item {
  position: relative;
  width: 500px;
  height: 100%;
  overflow: hidden;
}
.parallax-item:hover .parallax-content {
  bottom: 0;
  opacity: 1;
  visibility: visible;
}
.parallax-item:hover .parallax-img::after {
  opacity: 1;
  height: 100%;
  visibility: visible;
}

.parallax-content {
  position: absolute;
  bottom: -100px;
  left: 0;
  z-index: 55;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  margin: 40px 40px 30px 35px;
  transition: 0.4s;
}
.parallax-content span {
  font-size: 24px;
  line-height: 1;
  display: block;
  font-size: 20px;
  margin-bottom: 10px;
  color: var(--tp-common-white);
  font-family: var(--tp-ff-marcellus);
  text-transform: capitalize;
}
.parallax-content h4 {
  font-size: 50px;
  line-height: 1;
  padding-bottom: 7px;
  display: inline-block;
  letter-spacing: -3px;
  color: var(--tp-common-white);
  font-family: var(--tp-ff-marcellus);
}

.parallax-img {
  position: absolute;
  height: 100%;
  width: 800px;
  background-size: cover;
  background-position: center;
  margin-left: -100px;
}
.parallax-img::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
  background-color: rgba(0, 0, 0, 0.3);
}

/* ============ parallax Slider ================= */
/* ============ showcase Slider ================= */
#canvas-slider {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  overflow: hidden;
  -webkit-transition: width 0.5s ease-in-out 0;
  transition: width 0.5s ease-in-out 0s;
  z-index: 1;
}

#showcase-slider-holder {
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
  opacity: 1;
  z-index: 2;
}

#canvas-slider .slider-img {
  position: absolute;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center center;
  background-color: #222;
  visibility: hidden;
  top: 0;
  left: 0;
  z-index: 0;
  opacity: 0;
  -webkit-transform: scale(1.01);
  transform: scale(1.01);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.port-showcase-slider-item {
  height: 100vh;
}

.parallax-slider-active .swiper-slide {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100vh;
}

.parallax-slider-active .swiper-container {
  width: 100%;
  height: 100vh;
}

.port-showcase-slider-space {
  padding: 100px;
}
.port-showcase-slider-content {
  position: absolute;
  top: 50%;
  left: 50%;
  vertical-align: middle;
  transform: translate(-50%, -50%);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .port-showcase-slider-content {
    left: 40%;
  }
}
.port-showcase-slider-subtitle {
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 30px;
  display: inline-block;
  color: var(--tp-common-white);
}
.port-showcase-slider-title {
  font-size: 215px;
  font-weight: 500;
  line-height: 0.8;
  color: var(--tp-common-white);
  font-family: var(--tp-ff-teko);
  letter-spacing: -6px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .port-showcase-slider-title {
    font-size: 145px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .port-showcase-slider-title {
    font-size: 120px;
  }
}
@media (max-width: 767px) {
  .port-showcase-slider-title {
    font-size: 90px;
  }
}
.port-showcase-slider-social {
  position: absolute;
  bottom: 75px;
  z-index: 99;
  left: 50%;
  text-align: center;
}
.port-showcase-slider-social a {
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  margin: 0 12px;
  color: var(--tp-common-white);
}

.tp-showcase-arrow-box {
  position: absolute;
  bottom: 80px;
  left: 0;
  z-index: 99;
  width: 100%;
  padding: 0 100px;
}
.tp-showcase-arrow-box button {
  font-weight: 700;
  font-size: 14px;
  line-height: 1;
  text-transform: uppercase;
  color: var(--tp-common-white);
}
.tp-showcase-arrow-box button i {
  transform: translateY(1px);
}
.tp-showcase-arrow-box button.swiper-next i {
  transition: 0.3s;
  margin-left: 5px;
}
.tp-showcase-arrow-box button.swiper-next:hover i {
  transform: translateX(4px);
}
.tp-showcase-arrow-box button.swiper-prev i {
  transition: 0.3s;
  margin-right: 5px;
}
.tp-showcase-arrow-box button.swiper-prev:hover i {
  transform: translateX(-4px);
}

/* ============ showcase Slider ================= */
.slide {
  width: 100%;
  height: 100%;
  grid-area: 1/1/-1/-1;
  pointer-events: none;
  opacity: 0;
  overflow: hidden;
  position: relative;
  display: grid;
  place-items: center;
  will-change: transform, opacity;
}

.slide--current {
  pointer-events: auto;
  opacity: 1;
}
.slide--current .skew-slider-content {
  opacity: 1;
  visibility: visible;
}

.slide__img {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  will-change: transform, opacity, filter;
}

.skew-slider-wrap {
  width: 100%;
  height: 100vh;
  display: grid;
  overflow: hidden;
  place-items: center;
  grid-template-rows: 100%;
  grid-template-columns: 100%;
}
.skew-slider-arrow {
  position: absolute;
  bottom: 80px;
  gap: 10px;
  width: 100%;
  display: flex;
  padding: 0 100px;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .skew-slider-arrow {
    padding: 0 45px;
  }
}
@media (max-width: 767px) {
  .skew-slider-arrow {
    padding: 0 20px;
  }
}
.skew-slider-arrow button {
  font-weight: 700;
  font-size: 14px;
  line-height: 1;
  text-transform: uppercase;
  color: var(--tp-common-white);
}
.skew-slider-arrow button .icon-1, .skew-slider-arrow button .icon-2 {
  transition: 0.3s;
  margin-right: 7px;
  transform: translate(0px, -1px);
}
.skew-slider-arrow button .icon-2 {
  margin-left: 7px;
}
.skew-slider-arrow button:hover .icon-1 {
  transform: translate(-3px, -1px);
}
.skew-slider-arrow button:hover .icon-2 {
  transform: translate(3px, -1px);
}
.skew-slider-content {
  position: absolute;
  top: 50%;
  opacity: 0;
  left: 0;
  padding-left: 320px;
  visibility: hidden;
  transform: translateY(-50%);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .skew-slider-content {
    padding-left: 200px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .skew-slider-content {
    padding-left: 150px;
  }
}
@media (max-width: 767px) {
  .skew-slider-content {
    padding-left: 50px;
  }
}
.skew-slider-content h4 {
  font-size: 140px;
  line-height: 0.9;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  color: var(--tp-ff-clash);
  color: var(--tp-common-white);
  font-family: var(--tp-ff-clash-semibold);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .skew-slider-content h4 {
    font-size: 100px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .skew-slider-content h4 {
    font-size: 90px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .skew-slider-content h4 {
    font-size: 80px;
  }
}
@media (max-width: 767px) {
  .skew-slider-content h4 {
    font-size: 60px;
  }
}
.skew-slider-content > span {
  margin-bottom: 15px;
  display: inline-block;
  font-weight: 600;
  font-size: 16px;
  line-height: 1;
  text-transform: uppercase;
  color: var(--tp-common-white);
}

.slides-numbers {
  position: absolute;
  top: 50%;
  right: 100px;
  transform: translateY(-50%);
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .slides-numbers-wrap {
    display: none;
  }
}
.slides-numbers span {
  font-size: 14px;
  font-weight: 600;
  display: block;
  line-height: 1;
  color: var(--tp-common-white);
}
.slides-numbers span.text-1 {
  transform: translateX(-5px);
}
.slides-numbers span.text-2 {
  margin-left: 10px;
  transform: rotate(25deg);
  transform-origin: left bottom;
}
.slides-numbers span.text-3 {
  margin-left: 27px;
}
.slides-numbers::after, .slides-numbers::before {
  content: "";
  width: 2px;
  height: 130px;
  display: inline-block;
  transform: translateX(13px);
  background-color: var(--tp-common-white);
}
.slides-numbers::before {
  margin-bottom: 30px;
}
.slides-numbers::after {
  margin-top: 40px;
}

.coverflow-slider-wrap {
  display: flex;
  align-items: center;
  height: 100vh;
}
.coverflow-slider-active {
  padding: 100px 0;
}
.coverflow-slider-text-active {
  height: 100px;
}
.coverflow-slider-text-wrap {
  position: absolute;
  bottom: 60px;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .coverflow-slider-text-wrap {
    bottom: 40px;
  }
}
.coverflow-slider-title-sm {
  font-size: 100px;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 2px;
  color: var(--tp-common-white);
  font-family: var(--tp-ff-mango);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .coverflow-slider-title-sm {
    font-size: 80px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .coverflow-slider-title-sm {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .coverflow-slider-title-sm {
    font-size: 50px;
  }
}
.coverflow-slider-item {
  height: 500px;
  overflow: hidden;
}
.coverflow-slider-arrow {
  position: absolute;
  left: 0;
  bottom: 65px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.coverflow-slider-arrow button {
  font-weight: 700;
  font-size: 14px;
  line-height: 1;
  text-transform: uppercase;
  color: var(--tp-common-white);
}
.coverflow-slider-arrow button svg {
  transition: 0.3s;
  transform: translateY(-1px);
}
.coverflow-slider-arrow button:hover svg {
  transform: translate(4px, -1px);
}
.coverflow-slider-arrow button.coverflow-slider-prev:hover svg {
  transform: translate(-4px, -1px);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .coverflow-slider-arrow .coverflow-slider-prev {
    padding-left: 40px;
  }
}
@media (max-width: 767px) {
  .coverflow-slider-arrow .coverflow-slider-prev {
    padding-left: 20px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .coverflow-slider-arrow .coverflow-slider-next {
    padding-right: 40px;
  }
}
@media (max-width: 767px) {
  .coverflow-slider-arrow .coverflow-slider-next {
    padding-right: 20px;
  }
}
.coverflow-slider-prev svg {
  margin-right: 8px;
}
.coverflow-slider-next svg {
  margin-left: 8px;
}

.tp-slider-elegant-area {
  height: 100vh;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-slider-elegant-area {
    height: auto;
    padding-bottom: 40px;
  }
}
.tp-slider-elegant-wrapper {
  height: 100%;
}
.tp-slider-elegant-title {
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
  color: var(--tp-common-white);
}
.tp-slider-elegant-inner-wrap {
  height: 100%;
  width: 100%;
  display: flex;
  grid-area: list;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .tp-slider-elegant-inner-wrap {
    flex-wrap: wrap;
  }
}
.tp-slider-elegant-item {
  width: 30%;
  height: 100%;
  display: block;
  position: relative !important;
  left: 0 !important;
  top: 0 !important;
  margin: 0px 15px;
  transition: width 0.6s cubic-bezier(0.38, 0.005, 0.215, 1);
}
@media (max-width: 767px) {
  .tp-slider-elegant-item {
    width: 100%;
    margin-bottom: 30px;
  }
}
.tp-slider-elegant-item:hover {
  width: 80%;
}
@media (max-width: 767px) {
  .tp-slider-elegant-item:hover {
    width: 100%;
  }
}
.tp-slider-elegant-thumb {
  height: 100%;
  width: 100%;
  margin-bottom: 30px;
}
.tp-slider-elegant-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.tp-portfolio-slicer-wrap {
  margin-bottom: 220px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-portfolio-slicer-wrap {
    margin-bottom: 130px;
  }
}
@media (max-width: 767px) {
  .tp-portfolio-slicer-wrap {
    margin-bottom: 100px;
  }
}
.tp-portfolio-slicer-thumb img {
  border-radius: 20px;
  width: 100%;
}
@media (max-width: 767px) {
  .tp-portfolio-slicer-thumb.pro-img-1 {
    margin-bottom: 30px;
  }
}
.tp-portfolio-slicer-thumb.pro-img-1 img {
  transform-origin: bottom left;
  transform: rotate(-2deg);
  position: relative;
  z-index: 2;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-portfolio-slicer-thumb.pro-img-1 img {
    transform: rotate(0);
  }
}
.tp-portfolio-slicer-thumb.pro-img-2 img {
  transform-origin: bottom right;
  transform: rotate(2deg);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-portfolio-slicer-thumb.pro-img-2 img {
    transform: rotate(0);
  }
}
.tp-portfolio-slicer-meta {
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
  color: var(--tp-common-white);
  font-family: var(--tp-ff-body);
  margin-bottom: 65px;
  display: inline-block;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-portfolio-slicer-meta {
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-portfolio-slicer-meta {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .tp-portfolio-slicer-meta {
    margin-bottom: 25px;
  }
}
.tp-portfolio-slicer-meta-box .tp-portfolio-slicer-meta {
  position: relative;
}
.tp-portfolio-slicer-meta-box .tp-portfolio-slicer-meta:not(:last-of-type) {
  margin-right: 14px;
  padding-right: 14px;
}
.tp-portfolio-slicer-meta-box .tp-portfolio-slicer-meta:not(:last-of-type)::after {
  position: absolute;
  right: -3px;
  top: 8px;
  content: "";
  height: 4px;
  width: 4px;
  border-radius: 50%;
  display: inline-block;
  background-color: var(--tp-common-white);
}
.tp-portfolio-slicer-title-sm {
  font-size: 100px;
  font-weight: 500;
  line-height: 0.9;
  margin-bottom: 30px;
  letter-spacing: -0.9px;
  color: var(--tp-common-white);
  font-family: var(--tp-ff-teko);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-portfolio-slicer-title-sm {
    font-size: 70px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-portfolio-slicer-title-sm {
    font-size: 60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-portfolio-slicer-title-sm {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .tp-portfolio-slicer-title-sm {
    font-size: 40px;
  }
}
.tp-portfolio-slicer-content {
  margin-top: 50px;
  margin-bottom: 80px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-portfolio-slicer-content {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-portfolio-slicer-content {
    margin-bottom: 55px;
  }
}
@media (max-width: 767px) {
  .tp-portfolio-slicer-content {
    margin-bottom: 60px;
  }
}
.tp-portfolio-slicer-border span {
  width: 240px;
  height: 20px;
  border-radius: 100px;
  display: inline-block;
  background: linear-gradient(90deg, rgba(76, 73, 104, 0.7) 0%, rgba(115, 3, 192, 0.7) 33.33%, rgba(236, 56, 188, 0.7) 66.67%, rgba(253, 239, 249, 0.7) 100%);
}
.tp-portfolio-slicer-border.color-2 span {
  background: linear-gradient(90deg, rgba(26, 42, 108, 0.7) 0%, rgba(178, 31, 31, 0.7) 50%, rgba(253, 187, 45, 0.7) 100%);
}
.tp-portfolio-slicer-border.color-3 span {
  background: linear-gradient(90deg, rgba(255, 75, 31, 0.7) 0%, rgba(31, 221, 255, 0.7) 100%);
}

/* SLIDER */
.tp-perspective-slider {
  width: 100%;
  overflow: hidden;
  padding: 2vw 3vw 0;
  box-sizing: border-box;
  margin-bottom: 80px;
}
.tp-perspective-slider .tp-perspective-inner {
  width: 100%;
  height: 90vh;
  position: relative;
  display: inline-block;
}
.tp-perspective-slider .tp-perspective-inner .tp-perspective-content {
  position: absolute;
  text-align: center;
  width: 100%;
  top: 50%;
  z-index: 10;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.tp-perspective-slider .tp-perspective-inner .tp-perspective-image {
  width: 100%;
  height: 100%;
  background-size: cover;
  position: relative;
  display: inline-block;
}
.tp-perspective-slider .tp-perspective-inner .tp-perspective-image:before {
  content: "";
  width: 40px;
  height: 103%;
  position: absolute;
  left: -20px;
  top: -1.5%;
  z-index: 10;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  background: #000;
}
@media (max-width: 767px) {
  .tp-perspective-slider .tp-perspective-inner .tp-perspective-image:before {
    content: none;
  }
}
.tp-perspective-slider .tp-perspective-inner .tp-perspective-image:after {
  content: "";
  width: 40px;
  height: 103%;
  position: absolute;
  right: -20px;
  top: -1.5%;
  z-index: 10;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  background: #000;
}
@media (max-width: 767px) {
  .tp-perspective-slider .tp-perspective-inner .tp-perspective-image:after {
    content: none;
  }
}
.tp-perspective-slider .tp-perspective-category {
  font-weight: 400;
  font-size: 40px;
  line-height: 1;
  margin-bottom: 0px;
  color: var(--tp-common-white);
  font-family: var(--tp-ff-teko);
}
.tp-perspective-slider .tp-perspective-title {
  font-weight: 400;
  font-size: 180px;
  line-height: 1;
  display: inline-block;
  color: var(--tp-common-white);
  font-family: var(--tp-ff-teko);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-perspective-slider .tp-perspective-title {
    font-size: 130px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-perspective-slider .tp-perspective-title {
    font-size: 110px;
  }
}
@media (max-width: 767px) {
  .tp-perspective-slider .tp-perspective-title {
    font-size: 70px;
  }
}
.tp-perspective-social-wrap {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
}
.tp-perspective-social-info span {
  font-size: 17px;
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
  color: var(--tp-common-white);
  font-family: var(--tp-ff-onest);
}
.tp-perspective-social-info span svg {
  display: inline-block;
}
.tp-perspective-scroll a {
  font-size: 17px;
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
  color: var(--tp-common-white);
  font-family: var(--tp-ff-onest);
}

@media (max-width: 767px) {
  .tp-pd-3-hero-area {
    padding-top: 80px;
  }
}
.tp-pd-3-hero-style {
  padding-top: 20px;
}
.tp-pd-3-hero-style .des-portfolio-category {
  top: auto;
  left: 60px;
  bottom: 60px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-pd-3-hero-style .des-portfolio-category {
    left: 20px;
  }
}
.tp-pd-3-hero-style .des-portfolio-category.portfolio-meta {
  left: auto;
  right: 50px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-pd-3-hero-style .des-portfolio-category.portfolio-meta {
    right: 20px;
  }
}
.tp-pd-3-hero-style .des-portfolio-content {
  bottom: 20px;
}
@media (max-width: 767px) {
  .tp-pd-3-hero-style .des-portfolio-content {
    bottom: 10px;
  }
}
.tp-pd-3-subtitle {
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  margin-bottom: 20px;
  display: inline-block;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.6);
}
.tp-pd-3-title {
  font-size: 80px;
  line-height: 0.9;
  color: #f9f4e8;
  margin-bottom: 25px;
  font-family: var(--tp-ff-mango-semibold);
}
@media (max-width: 767px) {
  .tp-pd-3-title {
    font-size: 55px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-pd-3-overview-area {
    padding-top: 80px;
    padding-bottom: 55px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-pd-3-overview-left {
    margin-bottom: 40px;
  }
}
.tp-pd-3-overview-info span {
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  color: rgba(249, 244, 232, 0.5);
}
.tp-pd-3-overview-info h4 {
  font-size: 40px;
  line-height: 1.4;
  color: #f9f4e8;
  margin-bottom: 0;
  letter-spacing: 0.02em;
  font-family: var(--tp-ff-mango);
}
.tp-pd-3-overview-text p {
  font-weight: 500;
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 55px;
  margin-right: 20px;
  color: rgba(255, 255, 255, 0.6);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-pd-3-overview-text p br {
    display: none;
  }
}
.tp-pd-3-gallery-img img {
  width: 100%;
  border-radius: 20px;
}
.tp-pd-3-gallery-img.height {
  height: 880px;
  overflow: hidden;
  border-radius: 20px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-pd-3-gallery-img.height {
    height: 800px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-pd-3-gallery-img.height {
    height: 650px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-pd-3-gallery-img.height {
    height: 480px;
  }
}
@media (max-width: 767px) {
  .tp-pd-3-gallery-img.height {
    height: 260px;
  }
}
@media (max-width: 767px) {
  .tp-pd-3-gallery-img.height img {
    margin-top: -50px;
  }
}
.tp-pd-3-gallery-img.medium-img {
  height: 720px;
  border-radius: 20px;
  overflow: hidden;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-pd-3-gallery-img.medium-img {
    height: 630px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-pd-3-gallery-img.medium-img {
    height: 550px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-pd-3-gallery-img.medium-img {
    height: 480px;
  }
}
@media (max-width: 767px) {
  .tp-pd-3-gallery-img.medium-img {
    height: 260px;
  }
}
.tp-pd-3-gallery-img.medium-img img {
  margin-top: -80px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-pd-3-gallery-img.medium-img img {
    margin-top: -40px;
  }
}
.tp-pd-3-gallery-img.small-img {
  height: 400px;
  overflow: hidden;
  border-radius: 20px;
}
.tp-pd-3-gallery-img.small-img img {
  margin-top: -150px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-pd-3-gallery-img.small-img img {
    margin-top: -100px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-pd-3-gallery-img.small-img img {
    margin-top: -20px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-pd-3-portfolio-area {
    padding-top: 160px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-pd-3-portfolio-area {
    padding-top: 100px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-pd-3-portfolio-area {
    padding-top: 80px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-pd-3-portfolio-thumb {
    padding-bottom: 40px;
  }
}
.tp-pd-3-portfolio-thumb img {
  border-radius: 20px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-pd-3-portfolio-item {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-pd-3-portfolio-item-wrap {
    padding-top: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-pd-3-portfolio-content {
    margin-left: 0;
  }
}
.tp-pd-3-navigation-title {
  font-size: 160px;
  font-weight: 700;
  line-height: 0.69;
  text-transform: uppercase;
  color: var(--tp-common-white);
  font-family: var(--tp-ff-mango-bold);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-pd-3-navigation-title {
    font-size: 145px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-pd-3-navigation-title {
    font-size: 125px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-pd-3-navigation-title {
    font-size: 115px;
  }
}
@media (max-width: 767px) {
  .tp-pd-3-navigation-title {
    font-size: 70px;
  }
}
.tp-pd-3-navigation-title-sm {
  font-size: 120px;
  line-height: 0.62;
  position: relative;
  display: inline-block;
  padding: 15px 0;
  transition: 0.4s ease-in-out;
  transform: translateY(120px);
  color: var(--tp-common-white);
  font-family: var(--tp-ff-mango-semibold);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-pd-3-navigation-title-sm {
    font-size: 100px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-pd-3-navigation-title-sm {
    font-size: 90px;
  }
}
@media (max-width: 767px) {
  .tp-pd-3-navigation-title-sm {
    font-size: 60px;
  }
}
.tp-pd-3-navigation-title-sm::after {
  position: absolute;
  content: "";
  bottom: 7px;
  left: 0;
  height: 6px;
  width: 0;
  transition: 0.4s;
  background-color: var(--tp-common-white);
}
.tp-pd-3-navigation-title-sm:hover::after {
  width: 100%;
}
.tp-pd-3-navigation-thumb {
  border-radius: 20px;
}
.tp-pd-3-navigation-thumb img {
  transition: 0.5s;
  border-radius: 20px;
}
.tp-pd-3-navigation-thumb-overlay {
  position: relative;
  overflow: hidden;
}
.tp-pd-3-navigation-thumb-overlay::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  border-radius: 20px;
  visibility: hidden;
  pointer-events: none;
  transition: 0.3s ease-in-out;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.4) 100%);
}
.tp-pd-3-navigation-thumb-wrap {
  border-radius: 20px;
}
.tp-pd-3-navigation-thumb-wrap .des-portfolio-category span {
  transition: 0.4s ease-in-out;
  transform: translateY(30px);
}
.tp-pd-3-navigation-thumb-wrap:hover .tp-pd-3-navigation-title-sm {
  transform: translateY(0);
}
.tp-pd-3-navigation-thumb-wrap:hover .des-portfolio-category span {
  transform: translateY(0);
}
.tp-pd-3-navigation-thumb-wrap:hover.tp-pd-3-navigation-thumb-overlay::after {
  opacity: 1;
  visibility: visible;
}
.tp-pd-3-navigation-thumb-wrap:hover .tp-pd-3-navigation-thumb img {
  transform: scale(1.1) rotate(-2deg);
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-pd-3-navigation-top {
    padding-bottom: 50px;
  }
}
.tp-pd-3-navigation-content {
  position: absolute;
  bottom: 70px;
  left: 0;
  right: 0;
  z-index: 3;
  text-align: center;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-pd-3-navigation-content {
    bottom: 40px;
  }
}
@media (max-width: 767px) {
  .tp-pd-3-navigation-content {
    bottom: 20px;
  }
}

.tp-pd-6-hero-ptb {
  height: 100vh;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-pd-6-hero-ptb {
    height: 100%;
  }
}
.tp-pd-6-hero-wrapper {
  margin: 0 60px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-pd-6-hero-wrapper {
    margin: 0;
  }
}
.tp-pd-6-hero-title {
  font-size: 70px;
  line-height: 0.9;
  font-weight: 500;
  color: #1D1D1F;
  margin-bottom: 25px;
  letter-spacing: -1.4px;
  text-transform: uppercase;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-pd-6-hero-title {
    font-size: 60px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-pd-6-hero-title {
    font-size: 55px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-pd-6-hero-title {
    font-size: 45px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-pd-6-hero-heading {
    padding-top: 50px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-pd-6-hero-heading {
    padding-bottom: 60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-pd-6-hero-heading {
    padding-top: 40px;
    padding-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .tp-pd-6-hero-heading {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.tp-pd-6-hero-heading p {
  color: #1D1D1F;
  margin-bottom: 32px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-pd-6-hero-heading p br {
    display: none;
  }
}
.tp-pd-6-hero-wrap {
  padding-top: 40px;
  padding-left: 135px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-pd-6-hero-wrap {
    padding-left: 45px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), (max-width: 767px) {
  .tp-pd-6-hero-wrap {
    padding-left: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-pd-6-hero-wrap {
    padding-top: 30px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-pd-6-hero-content {
    padding-bottom: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-pd-6-hero-content {
    padding-bottom: 40px;
  }
}
.tp-pd-6-hero-btn .tp-portfolio-details-btn {
  color: #1D1D1F;
  border: 1px solid rgba(29, 29, 31, 0.1);
}
.tp-pd-6-hero-btn .tp-portfolio-details-btn:hover {
  color: var(--tp-common-white);
  background-color: var(--tp-common-black);
}
.tp-pd-6-hero-info-item span {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 2px;
  display: inline-block;
  color: rgba(29, 29, 31, 0.6);
}
.tp-pd-6-hero-info-item h5 {
  color: #1D1D1F;
  font-size: 18px;
  font-weight: 500;
  font-family: var(--tp-ff-clash-medium);
}
.tp-pd-6-hero-thumb img {
  width: 100%;
  border-radius: 50%;
}
.tp-pd-6-hero-thumb-text span {
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  display: inline-block;
  color: rgba(29, 29, 31, 0.6);
}
.tp-pd-6-hero-thumb-text .text-1 {
  position: absolute;
  top: 0;
  left: 0;
}
.tp-pd-6-hero-thumb-text .text-2 {
  position: absolute;
  bottom: 0;
  right: 0;
}
.tp-pd-6-hero-slider-wrapper {
  margin: 0 45px;
  overflow: hidden;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-pd-6-hero-slider-wrapper {
    margin: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-pd-6-hero-slider-wrapper {
    margin-bottom: 30px;
  }
}
.tp-pd-6-hero-slider-active .slick-dots {
  text-align: center;
}
.tp-pd-6-hero-slider-active .slick-dots li {
  font-size: 0;
  height: 12px;
  width: 12px;
  margin: 0 5px;
  border-radius: 50%;
  cursor: pointer;
  display: inline-block;
  border: 2px solid rgba(20, 24, 32, 0.3);
}
.tp-pd-6-hero-slider-active .slick-dots li.slick-active {
  border-color: var(--tp-common-black);
  background-color: var(--tp-common-black);
}
.tp-pd-6-hero-slider-thumb {
  margin-bottom: 20px;
  border-radius: 20px;
}
.tp-pd-6-hero-slider-thumb img {
  width: 100%;
  border-radius: 20px;
}
.tp-pd-6-hero-progress .progress-circle {
  width: 290px;
  height: 290px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-pd-6-hero-progress .progress-circle {
    height: 250px;
    width: 250px;
  }
}
.tp-pd-6-hero-progress .progress-circle svg {
  width: 100%;
  height: 100%;
}
.tp-pd-6-hero-progress .circle {
  fill: none;
  stroke: #000;
  stroke-width: 0.3;
  stroke-linecap: round;
  transition: stroke-dasharray 0.3s ease;
}
.tp-pd-6-hero-progress .circle-bg {
  fill: none;
  stroke: rgba(29, 29, 31, 0.1);
  stroke-width: 0.2;
}
.tp-pd-6-hero-progress .percentage-text {
  fill: #1D1D1F;
  font-size: 10px;
  transform: translateY(0.7px);
  font-family: var(--tp-ff-clash-medium);
}
.tp-pd-6-hero-fraction {
  padding-bottom: 20px;
}
.tp-pd-6-hero-fraction span {
  width: 40px;
  line-height: 1;
  font-size: 70px;
  color: #1D1D1F;
  display: inline-block;
  font-family: var(--tp-ff-clash-medium);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-pd-6-hero-fraction span {
    font-size: 50px;
  }
}
@media (max-width: 767px) {
  .tp-pd-6-hero-fraction span {
    font-size: 45px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-pd-6-hero-fraction span.ml-10 {
    margin-left: 0;
  }
}
.tp-pd-6-hero-fraction #total-slides {
  transform: translateX(-5px);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-pd-6-hero-fraction #total-slides {
    transform: translateX(-12px);
  }
}

/*----------------------------------------*/
/*  9.7 Career Css
/*----------------------------------------*/
.tp-career-title {
  font-size: 120px;
  font-weight: 700;
  line-height: 1;
  color: #111013;
  letter-spacing: 0px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-career-title {
    font-size: 100px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-career-title {
    font-size: 90px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-career-title {
    font-size: 70px;
    letter-spacing: -1.8px;
  }
}
@media (max-width: 767px) {
  .tp-career-title {
    font-size: 52px;
    letter-spacing: -1.8px;
  }
}
@media (max-width: 767px) {
  .tp-career-title br {
    display: none;
  }
}
.tp-career-title .shape-1 {
  margin-left: 4px;
  display: inline-block;
}
@media (max-width: 767px) {
  .tp-career-title .shape-1 {
    display: none;
  }
}
.tp-career-title .shape-2 {
  margin-right: 10px;
}
@media (max-width: 767px) {
  .tp-career-title .shape-2 {
    display: none;
  }
}
.tp-career-title.fs-100 {
  font-size: 70px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-career-title.fs-100 {
    font-size: 60px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-career-title.fs-100 {
    font-size: 75px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-career-title.fs-100 {
    font-size: 65px;
  }
}
@media (max-width: 767px) {
  .tp-career-title.fs-100 {
    font-size: 55px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-career-title.fs-100 br {
    display: none;
  }
}
.tp-career-title.fs-70 {
  font-size: 70px;
  letter-spacing: -2.8px;
}
@media (max-width: 767px) {
  .tp-career-title.fs-70 {
    font-size: 60px;
  }
}
.tp-career-title.fs-60 {
  font-size: 60px;
  letter-spacing: -2.4px;
}
@media (max-width: 767px) {
  .tp-career-title.fs-60 {
    font-size: 50px;
  }
}
.tp-career-shape-1 {
  position: absolute;
  top: 37%;
  right: 22%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-career-shape-1 {
    display: none;
  }
}
.tp-career-btn {
  position: absolute;
  bottom: 70px;
  right: 100px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-career-btn {
    right: 50px;
    bottom: 35px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-career-btn {
    padding-left: 100px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-career-btn {
    position: static;
    padding-left: 30px;
  }
}
.tp-career-btn .st-hero-btn a {
  width: 160px;
  height: 160px;
  border: 1px solid #EEE;
}
.tp-career-btn .st-hero-btn a .st-hero-btn-text {
  font-weight: 500;
  color: #030303;
  line-height: 20px;
  text-transform: uppercase;
}
.tp-career-btn .st-hero-btn a .st-hero-btn-svg {
  padding-bottom: 10px;
}
.tp-career-btn .st-hero-btn a:hover {
  background-color: var(--tp-common-red-3);
}
.tp-career-btn .st-hero-btn a:hover .st-hero-btn-text {
  color: var(--tp-common-white);
}
.tp-career-opening-item {
  border-bottom: 1px solid rgba(17, 16, 19, 0.08);
}
.tp-career-opening-item.ptb {
  padding-top: 40px;
  padding-bottom: 40px;
}
.tp-career-opening-heading {
  padding-bottom: 20px;
}
.tp-career-opening-heading span {
  display: inline-block;
  color: #111013;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: -0.18px;
}
.tp-career-opening-title-name {
  font-size: 30px;
  font-weight: 600;
  color: #111013;
  letter-spacing: -0.3px;
}
.tp-career-opening-role span {
  color: #111013;
  font-size: 18px;
  font-weight: 400;
  display: inline-block;
  letter-spacing: -0.18px;
}
.tp-career-opening-type span {
  font-size: 18px;
  color: #111013;
  font-weight: 400;
  display: inline-block;
  letter-spacing: -0.18px;
}
@media (max-width: 767px) {
  .tp-career-slider-ptb {
    padding-bottom: 100px;
  }
}
@media (max-width: 767px) {
  .tp-career-details-ptb {
    padding-top: 100px;
  }
}
.tp-career-details-wrapper {
  padding-right: 105px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-career-details-wrapper {
    padding-right: 50px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-career-details-wrapper {
    padding-right: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-career-details-top {
    padding-bottom: 50px;
  }
}
.tp-career-details-subtitle {
  position: relative;
  color: #111013;
  font-size: 18px;
  font-weight: 400;
  padding-left: 12px;
  display: inline-block;
  margin-bottom: 10px;
  letter-spacing: -0.18px;
  text-transform: uppercase;
}
.tp-career-details-subtitle::before {
  position: absolute;
  content: "";
  top: 8px;
  left: -5px;
  height: 8px;
  width: 8px;
  border-radius: 4px;
  background: #FF5722;
}
.tp-career-details-title {
  font-size: 80px;
  font-weight: 700;
  line-height: 1;
  color: #111013;
  margin-bottom: 30px;
  letter-spacing: -2.4px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-career-details-title {
    font-size: 60px;
  }
}
.tp-career-details-title-2 {
  color: #111013;
  font-size: 34px;
  font-weight: 700;
  margin-bottom: 15px;
  letter-spacing: -0.68px;
}
@media (max-width: 767px) {
  .tp-career-details-info {
    flex-wrap: wrap;
  }
}
.tp-career-details-info-item:not(:last-of-type) {
  margin-right: 50px;
}
.tp-career-details-info-item span {
  font-size: 14px;
  font-weight: 400;
  color: #6B6C74;
  display: inline-block;
  margin-bottom: 5px;
}
.tp-career-details-info-item h5 {
  font-size: 16px;
  font-weight: 500;
  color: #111013;
  letter-spacing: -0.16px;
}
.tp-career-details-wrap p {
  font-size: 16px;
  color: #111013;
  line-height: 26px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), (max-width: 767px) {
  .tp-career-details-wrap p br {
    display: none;
  }
}
.tp-career-details-list ul {
  display: inline-block;
  padding-left: 30px;
}
.tp-career-details-list ul li {
  font-size: 16px;
  line-height: 1.2;
  color: #111013;
  margin-bottom: 20px;
}
.tp-career-details-sidebar-box {
  border-radius: 20px;
  border: 1px solid #F2F2F5;
  background: #F8F8FB;
  padding: 50px 40px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), (max-width: 767px) {
  .tp-career-details-sidebar-box {
    padding: 50px 25px;
  }
}
.tp-career-details-sidebar-title {
  margin: 0;
  font-size: 26px;
  font-weight: 500;
  color: #111013;
  letter-spacing: -0.52px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), (max-width: 767px) {
  .tp-career-details-sidebar-title {
    font-size: 24px;
  }
}
.tp-career-details-sidebar-heading {
  margin-bottom: 50px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), (max-width: 767px) {
  .tp-career-details-sidebar-heading {
    margin-bottom: 40px;
  }
}
.tp-career-details-sidebar-heading span {
  font-size: 16px;
  font-weight: 400;
  color: #6B6C74;
  margin-bottom: 10px;
  display: inline-block;
}
.tp-career-details-sidebar-thumb img {
  width: 100%;
}
.tp-career-details-sidebar-item {
  margin-bottom: 30px;
}
.tp-career-details-sidebar-item-icon {
  margin-right: 12px;
}
.tp-career-details-sidebar-item-icon span {
  display: grid;
  height: 50px;
  width: 50px;
  place-content: center;
  border-radius: 50%;
  background: var(--tp-common-white);
  border: 1px solid rgba(17, 16, 19, 0.1);
}
.tp-career-details-sidebar-item-content span {
  font-size: 15px;
  font-weight: 400;
  color: #6B6C74;
  display: inline-block;
}
.tp-career-details-sidebar-item-content h5 {
  margin: 0;
  font-size: 18px;
  font-weight: 500;
  color: #111013;
  letter-spacing: -0.36px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), (max-width: 767px) {
  .tp-career-details-sidebar-item-content h5 {
    font-size: 16px;
  }
}
.tp-career-details-sidebar-btn a {
  width: 100%;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  padding: 17px 30px;
  border-radius: 200px;
  display: inline-block;
  letter-spacing: -0.2px;
  background: #FF5722;
  color: var(--tp-common-white);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), (max-width: 767px) {
  .tp-career-details-sidebar-btn a {
    font-size: 17px;
    padding: 14px 27px;
  }
}
.tp-career-details-sidebar-btn a:hover {
  background-color: #111013;
}

.tp-application-subtitle {
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase;
  color: var(--tp-common-black);
  line-height: 1;
  position: relative;
  display: inline-block;
  font-family: var(--tp-ff-clash-semibold);
  border: 1px solid rgba(1, 1, 3, 0.1);
  border-radius: 20px;
  padding: 10px 22px;
  padding-left: 40px;
}
.tp-application-subtitle::before {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  background: #010103;
  border-radius: 40px;
  top: 50%;
  transform: translateY(-50%);
  left: 20px;
}
.tp-application-title {
  font-weight: 600;
  font-size: 42px;
  line-height: 1;
  letter-spacing: -0.02em;
  color: var(--tp-common-black);
}
.tp-application-form-wrap .tp-contact-form-input textarea {
  height: 133px;
}
.tp-application-form-btn .tp-btn-yellow-green {
  background: #FF5722;
  color: var(--tp-common-white);
}
.tp-application-form-btn .tp-btn-yellow-green.btn-60:hover {
  color: var(--tp-common-white);
}
.tp-application-upload span {
  font-weight: 500;
  font-size: 16px;
  letter-spacing: -0.02em;
  color: var(--tp-common-black);
  display: block;
  margin-bottom: 10px;
}
.tp-application-btn a {
  border-radius: 0;
  text-transform: uppercase;
}

/*----------------------------------------*/
/*  9.8 Contact Css
/*----------------------------------------*/
.tp-contact-main-ptb {
  padding-top: 195px;
}
@media (max-width: 767px) {
  .tp-contact-main-ptb {
    padding-top: 150px;
  }
}
.tp-contact-main-ptb .tp-career-shape-1 {
  top: 25%;
  right: 33%;
}
.tp-contact-main-bottom {
  margin-top: -200px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-contact-main-bottom {
    margin-top: 0px;
  }
}
.tp-contact-map-ptb {
  margin-top: -200px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-contact-map-ptb {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .tp-contact-map-ptb {
    padding-bottom: 100px;
  }
}
.tp-contact-map-wrapper {
  width: 100%;
  height: 760px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-contact-map-wrapper {
    height: 600px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-contact-map-wrapper {
    height: 500px;
  }
}
@media (max-width: 767px) {
  .tp-contact-map-wrapper {
    height: 450px;
  }
}
.tp-contact-map-wrapper iframe {
  width: 100%;
  height: 100%;
}
.tp-contact-map-icon {
  position: relative;
}
.tp-contact-map-icon::after {
  position: absolute;
  content: "";
  top: -5px;
  left: -5px;
  margin: 0 auto;
  height: 120px;
  width: 120px;
  z-index: -1;
  border-radius: 140px;
  backdrop-filter: blur(7px);
  transform: translate(-20%, -20%);
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid var(--tp-common-white);
  animation: animate-pulse 3s linear infinite;
  box-shadow: 0px 20px 50px 0px rgba(17, 16, 19, 0.14);
}
.tp-contact-map-icon span {
  display: grid;
  height: 60px;
  width: 60px;
  z-index: 2;
  text-align: center;
  border-radius: 50%;
  place-content: center;
  background-color: var(--tp-common-red-3);
}
.tp-contact-map-icon-box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-contact-form-ptb {
    padding-bottom: 100px;
  }
}
.tp-contact-form-input label {
  font-size: 16px;
  font-weight: 500;
  color: #111013;
  line-height: 1;
  margin-bottom: 12px;
}
.tp-contact-form-input input, .tp-contact-form-input textarea {
  border-radius: 8px;
  background: #F8F8FB;
  border-color: #F8F8FB;
}
.tp-contact-form-input input:focus, .tp-contact-form-input textarea:focus {
  background: var(--tp-common-white);
  border-color: var(--tp-common-red-3);
}
.tp-contact-form-input textarea {
  resize: none;
  height: 160px;
}
.tp-contact-form-btn button {
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  border-radius: 30px;
  padding: 20px 54px;
  letter-spacing: -0.18px;
  color: var(--tp-common-white);
  background-color: var(--tp-common-red-3);
}
.tp-contact-form-btn button span {
  position: relative;
  z-index: 1;
  line-height: 1;
  overflow: hidden;
  display: inline-block;
}
.tp-contact-form-btn button span span.text-1 {
  position: relative;
  display: block;
  transition: 0.3s;
}
.tp-contact-form-btn button span span.text-2 {
  position: absolute;
  top: 100%;
  display: block;
  transition: 0.3s;
}
.tp-contact-form-btn button:hover span span.text-1 {
  -webkit-transform: translateY(-150%);
  transform: translateY(-150%);
}
.tp-contact-form-btn button:hover span span.text-2 {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.tp-contact-category-btn {
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  cursor: pointer;
  border-radius: 12px;
  padding: 20px 43px;
  margin-bottom: 10px;
  margin-right: 10px;
  display: inline-block;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: var(--tp-common-white);
  border: 1px solid rgba(255, 255, 255, 0.08);
}
.tp-contact-category-btn:hover, .tp-contact-category-btn.active {
  background-color: #FFF669;
  color: var(--tp-common-black-7);
}
@media (max-width: 767px) {
  .tp-contact-category-btn {
    font-size: 16px;
    padding: 16px 36px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-contact-location-ptb {
    padding-bottom: 120px;
  }
}
@media (max-width: 767px) {
  .tp-contact-location-ptb {
    padding-bottom: 100px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-contact-location-wrapper {
    padding: 0 80px;
  }
}
.tp-contact-location-wrapper .tp-contact-location-item:first-child {
  padding-top: 0;
}
.tp-contact-location-wrapper .tp-contact-location-item:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
.tp-contact-location-item {
  padding-top: 100px;
  padding-bottom: 100px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
@media (max-width: 767px) {
  .tp-contact-location-item {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.tp-contact-location-item:hover .tp-contact-location-info-thumb img {
  transform: scale(1.1);
}
.tp-contact-location-info-thumb {
  overflow: hidden;
  margin-right: 85px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-contact-location-info-thumb {
    margin-right: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-contact-location-info-thumb {
    margin-right: 50px;
  }
}
@media (max-width: 767px) {
  .tp-contact-location-info-thumb {
    margin-right: 0px;
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-contact-location-info-thumb {
    margin-right: 20px;
    margin-bottom: 30px;
  }
}
.tp-contact-location-info-thumb img {
  width: 320px;
  transition: 0.9s;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-contact-location-left {
    margin-bottom: 90px;
  }
}
.tp-contact-location-left-title {
  font-size: 40px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.8px;
  color: var(--tp-common-white);
  margin-bottom: 160px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-contact-location-left-title {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .tp-contact-location-left-title {
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .tp-contact-location-left-info {
    margin-bottom: 30px;
  }
}
.tp-contact-location-left-info span {
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.6);
}
.tp-contact-location-left-info span i {
  padding-right: 5px;
}
.tp-contact-location-loc {
  margin-bottom: 115px;
}
@media (max-width: 767px) {
  .tp-contact-location-loc {
    margin-bottom: 50px;
  }
}
.tp-contact-location-loc-title {
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
  color: var(--tp-common-white);
  display: block;
  margin-bottom: 15px;
}
.tp-contact-location-loc a {
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
  color: rgba(255, 255, 255, 0.6);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-contact-location-loc a {
    font-size: 16px;
  }
}
.tp-contact-location-loc a:hover {
  color: var(--tp-common-white);
}
.tp-contact-location-map a {
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  color: var(--tp-common-white);
  position: relative;
}
@media (max-width: 767px) {
  .tp-contact-location-map a {
    margin-bottom: 20px;
    display: inline-block;
  }
}
.tp-contact-location-map a::after {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 100%;
  content: "";
  background: rgba(255, 255, 255, 0.3);
}
.tp-contact-location-map a::before {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 1px;
  width: 0;
  content: "";
  background: var(--tp-common-white);
  transition: 0.4s;
}
.tp-contact-location-map a:hover::before {
  right: auto;
  left: 0;
  width: 100%;
}
.tp-contact-location-right {
  padding-left: 20px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-contact-location-right {
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .tp-contact-location-right-wrap {
    flex-wrap: wrap;
  }
}
.tp-contact-location-right-info a {
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  color: var(--tp-common-white);
  margin-bottom: 40px;
  position: relative;
  display: inline-block;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-contact-location-right-info a {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .tp-contact-location-right-info a {
    margin-bottom: 15px;
  }
}
.tp-contact-location-right-info a::after {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 100%;
  content: "";
  background: rgba(255, 255, 255, 0.3);
}
.tp-contact-location-right-info a::before {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 1px;
  width: 0;
  content: "";
  background: var(--tp-common-white);
  transition: 0.4s;
}
.tp-contact-location-right-info a:hover::before {
  right: auto;
  left: 0;
  width: 100%;
}

.tp-contact-us-text p {
  font-size: 18px;
  font-weight: 400;
  color: rgba(245, 247, 245, 0.5);
}
.tp-contact-us-text a {
  display: inline-block;
}
.tp-contact-us-text a:hover p {
  color: var(--tp-common-white);
}
@media (max-width: 767px) {
  .tp-contact-us-form-ptb {
    padding-top: 30px;
  }
}
.tp-contact-us-form-wrapper {
  padding: 10px;
  border-radius: 14px;
  background: #1B1B1D;
}
.tp-contact-us-map {
  width: 100%;
  height: 100%;
  border-radius: 8px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-contact-us-map {
    height: 500px;
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .tp-contact-us-map {
    height: 450px;
    margin-bottom: 30px;
  }
}
.tp-contact-us-map iframe {
  width: 100%;
  height: 100%;
  border-radius: 8px;
}
@media (max-width: 767px) {
  .tp-contact-us-heading .tp-career-title {
    padding-bottom: 20px;
  }
}
.tp-contact-us-title {
  font-size: 30px;
  font-weight: 600;
  letter-spacing: -0.6px;
  text-transform: uppercase;
  color: var(--tp-common-white);
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-contact-us-title {
    margin-bottom: 30px;
  }
}
.tp-contact-us-wrap {
  padding: 110px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-contact-us-wrap {
    padding: 70px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-contact-us-wrap {
    padding: 50px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-contact-us-wrap {
    padding: 30px;
  }
}
@media (max-width: 767px) {
  .tp-contact-us-wrap {
    padding: 20px;
  }
}
.tp-contact-us-wrap .tp-contact-form-input label {
  color: var(--tp-common-white);
}
.tp-contact-us-wrap .tp-contact-form-input input, .tp-contact-us-wrap .tp-contact-form-input textarea {
  background: #302F32;
  border-color: #302F32;
  color: var(--tp-common-white);
}
.tp-contact-us-wrap .tp-contact-form-input input:focus, .tp-contact-us-wrap .tp-contact-form-input textarea:focus {
  background-color: #1B1B1D;
  border-color: var(--tp-common-red-3);
}
.tp-contact-us-thumb {
  overflow: hidden;
  border-radius: 10px;
  margin-bottom: 40px;
}
.tp-contact-us-thumb img {
  width: 100%;
  transition: 0.9s;
  border-radius: 10px;
}
.tp-contact-us-content {
  padding: 15px;
  border-radius: 14px;
  background: #1B1B1D;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-contact-us-content {
    margin-top: 0;
  }
}
.tp-contact-us-content:hover .tp-contact-us-thumb img {
  transform: scale(1.1);
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-contact-us-info-area {
    padding-bottom: 90px;
  }
}
.tp-contact-us-info-title {
  font-size: 26px;
  font-weight: 700;
  color: #F5F7F5;
  letter-spacing: -0.52px;
  margin-bottom: 25px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.tp-contact-us-info-details {
  margin-bottom: 45px;
}
.tp-contact-us-info-details a {
  font-size: 18px;
  font-weight: 400;
  display: block;
  margin-bottom: 15px;
  color: rgba(255, 255, 255, 0.7);
}
.tp-contact-us-info-details a:hover {
  color: var(--tp-common-white);
}
.tp-contact-us-bottom {
  padding: 0 22px 28px;
}
.tp-contact-us-btn .tp-btn-yellow-green {
  font-size: 16px;
  font-weight: 600;
  padding: 15px 10px;
  border-radius: 30px;
  display: inline-block;
  text-transform: capitalize;
  color: var(--tp-common-white);
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.tp-contact-us-btn .tp-btn-yellow-green.active {
  background-color: var(--tp-common-red-3);
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .cn-contactform-support-area {
    margin-bottom: 80px;
  }
}
.cn-contactform-support-bg {
  background-repeat: no-repeat;
  background-size: cover;
  object-fit: cover;
  height: 385px;
}
.cn-contactform-support-text span {
  font-size: 44px;
  font-weight: 500;
  line-height: 52px;
  max-width: 755px;
  margin: 0 auto;
  display: inline-block;
  letter-spacing: -0.88px;
  color: var(--tp-common-white);
}
@media (max-width: 767px) {
  .cn-contactform-support-text span {
    font-size: 40px;
  }
}

.tp-contact-me-ptb {
  padding-top: 190px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-contact-me-ptb {
    padding-bottom: 85px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-contact-me-ptb {
    padding-top: 160px;
    padding-bottom: 70px;
  }
}
@media (max-width: 767px) {
  .tp-contact-me-ptb {
    padding-top: 150px;
    padding-bottom: 60px;
  }
}
.tp-contact-me-ptb .tp-career-shape-1 {
  top: 25%;
  right: 28%;
}
.tp-contact-me-ptb .pp-service-shape {
  top: auto;
  bottom: -30%;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-contact-me-ptb .pp-service-shape {
    display: none;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-contact-me-heading {
    padding-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .tp-contact-me-heading {
    padding-bottom: 30px;
  }
}
.tp-contact-me-heading .tp-section-subtitle-clash.clash-subtitle-pos.body-ff {
  position: relative;
  padding-left: 20px;
  text-transform: uppercase;
}
.tp-contact-me-heading .tp-section-subtitle-clash.clash-subtitle-pos.body-ff::before {
  position: absolute;
  content: "";
  top: 7px;
  left: 0px;
  width: 8px;
  height: 8px;
  border-radius: 8px;
  background-color: #FFF669;
}
.tp-contact-me-heading .pp-service-details-title img {
  margin-right: 15px;
  border-radius: 50px;
  transform: translateY(7px);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-contact-me-heading .pp-service-details-title img {
    transform: translateY(10px);
  }
}
@media (max-width: 767px) {
  .tp-contact-me-heading .pp-service-details-title img {
    display: none;
  }
}
.tp-contact-me-wrap {
  padding-left: 350px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-contact-me-wrap {
    padding-left: 300px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-contact-me-wrap {
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .tp-contact-me-wrap p br {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-contact-me-interest-ptb {
    padding-bottom: 80px;
  }
}
@media (max-width: 767px) {
  .tp-contact-me-interest-wrapper {
    padding-bottom: 80px;
  }
}
.tp-contact-me-interest-title {
  font-size: 46px;
  line-height: 1;
  font-weight: 500;
  margin-bottom: 15px;
  letter-spacing: -0.46px;
  color: var(--tp-common-white);
  font-family: var(--tp-ff-teko);
}
.tp-contact-me-interest-form-wrap .tp-contact-form-input label {
  color: var(--tp-common-white);
}
.tp-contact-me-interest-form-wrap .tp-contact-form-input input, .tp-contact-me-interest-form-wrap .tp-contact-form-input textarea {
  background: #1D1D1F;
  border-color: #1D1D1F;
  color: var(--tp-common-white);
}
.tp-contact-me-interest-form-wrap .tp-contact-form-input input:focus, .tp-contact-me-interest-form-wrap .tp-contact-form-input textarea:focus {
  border-color: #FFF669;
  background-color: var(--tp-common-black-7);
}
.tp-contact-me-interest-form-wrap .tp-contact-form-btn button {
  background-color: #FFF669;
  color: var(--tp-common-black-7);
}

/*----------------------------------------*/
/*  9.9 Portfolio css
/*----------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-portfolio-heading {
    flex-wrap: wrap;
  }
}
.tp-portfolio-heading .tp-section-subtitle {
  transform: translateY(20px);
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-portfolio-heading .tp-section-subtitle {
    transform: translateY(-15px);
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-portfolio-heading .tp-blog-title img {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-portfolio-inner-box {
    padding-bottom: 50px;
  }
}
.tp-portfolio-inner-item:hover .tp-portfolio-inner-thumb img {
  transform: scale(1.1);
}
.tp-portfolio-inner-thumb {
  overflow: hidden;
  margin-bottom: 26px;
  border-radius: 20px;
}
.tp-portfolio-inner-thumb img {
  width: 100%;
  transition: 0.9s;
  border-radius: 20px;
}
.tp-portfolio-inner-content span {
  font-size: 16px;
  font-weight: 500;
  display: inline-block;
  color: rgba(255, 255, 255, 0.6);
}
.tp-portfolio-inner-title {
  font-size: 34px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -1.36px;
  color: var(--tp-common-white);
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-portfolio-inner-title {
    font-size: 30px;
  }
}
.tp-portfolio-inner-title.fs-30 {
  font-size: 30px;
}
.tp-portfolio-inner-tab-wrap {
  padding-left: 22%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-portfolio-inner-tab-wrap {
    padding-left: 0;
  }
}
.tp-portfolio-inner-tab-wrap nav .nav-tabs {
  border-bottom: none;
}
.tp-portfolio-inner-tab-wrap nav .nav-tabs .nav-link {
  font-size: 15px;
  font-weight: 600;
  padding: 6px 25px;
  margin-right: 10px;
  margin-bottom: 20px;
  border-radius: 30px;
  display: inline-block;
  color: var(--tp-common-white);
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.tp-portfolio-inner-tab-wrap nav .nav-tabs .nav-link.active, .tp-portfolio-inner-tab-wrap nav .nav-tabs .nav-link:hover {
  color: #020202;
}
.tp-portfolio-inner-tab-wrap nav .nav-tabs .nav-link:hover {
  background-color: var(--tp-common-white);
}
.tp-portfolio-metro-shape {
  position: absolute;
  bottom: 26%;
  left: 40%;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-portfolio-metro-shape {
    display: none;
  }
}
.tp-portfolio-metro-shape span {
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  color: rgba(224, 238, 238, 0.8);
}
.tp-portfolio-metro-shape span svg {
  margin-right: 7px;
}
.tp-portfolio-metro-sub .tp-section-subtitle-clash {
  color: #c5fcfc;
}
@media (max-width: 767px) {
  .tp-portfolio-metro-social {
    padding-bottom: 0;
  }
}
.tp-portfolio-metro-social a {
  font-size: 14px;
  font-weight: 600;
  color: #E0EEEE;
  padding: 1px 18px;
  margin-bottom: 10px;
  border-radius: 30px;
  display: inline-block;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.tp-portfolio-metro-social a:hover {
  color: #020202;
  background-color: #c5fcfc;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-portfolio-metro-footer {
    padding-top: 70px;
  }
}
@media (max-width: 767px) {
  .tp-portfolio-metro-footer {
    padding-top: 0;
  }
}
@media (max-width: 767px) {
  .tp-portfolio-masonry-heading {
    padding-bottom: 40px;
  }
}
.tp-portfolio-masonry-big-text {
  font-size: 305px;
  font-weight: 800;
  line-height: 0.8;
  text-align: center;
  letter-spacing: -11.5px;
  text-transform: uppercase;
  color: var(--tp-common-white);
}
@media only screen and (min-width: 1801px) and (max-width: 1850px) {
  .tp-portfolio-masonry-big-text {
    font-size: 300px;
    letter-spacing: -10.5px;
  }
}
@media only screen and (min-width: 1701px) and (max-width: 1800px) {
  .tp-portfolio-masonry-big-text {
    font-size: 285px;
    letter-spacing: -10.5px;
  }
}
@media only screen and (min-width: 1600px) and (max-width: 1700px) {
  .tp-portfolio-masonry-big-text {
    font-size: 268px;
    letter-spacing: -10.5px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-portfolio-masonry-big-text {
    font-size: 235px;
    letter-spacing: -10.5px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-portfolio-masonry-big-text {
    font-size: 190px;
    letter-spacing: -8.5px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-portfolio-masonry-big-text {
    font-size: 140px;
    letter-spacing: -5.5px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-portfolio-masonry-big-text {
    font-size: 100px;
    letter-spacing: 0;
  }
}
@media (max-width: 767px) {
  .tp-portfolio-masonry-big-text {
    font-size: 50px;
    letter-spacing: 0;
  }
}
.tp-portfolio-masonry-wrap {
  padding-bottom: 125px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-portfolio-masonry-wrap {
    padding-bottom: 60px;
  }
}
.tp-portfolio-masonry-top-left {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-portfolio-masonry-top-left {
    display: none;
  }
}
.tp-portfolio-masonry-top-left span {
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  display: inline-block;
  letter-spacing: -0.14px;
  text-transform: uppercase;
  color: var(--tp-common-white);
}
.tp-portfolio-masonry-top-right p {
  font-size: 26px;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 30px;
  letter-spacing: -0.52px;
  color: var(--tp-common-white);
}
@media (max-width: 767px) {
  .tp-portfolio-masonry-top-right p {
    font-size: 17px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-portfolio-masonry-top-right p br {
    display: none;
  }
}
.tp-portfolio-masonry-top-right span {
  position: relative;
  font-size: 14px;
  font-weight: 700;
  padding-left: 18px;
  margin-bottom: 50px;
  display: inline-block;
  letter-spacing: -0.14px;
  text-transform: uppercase;
  color: var(--tp-common-white);
}
.tp-portfolio-masonry-top-right span::after {
  position: absolute;
  content: "";
  left: 0;
  top: 8px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: var(--tp-common-red-3);
}
.tp-portfolio-masonry-social a {
  font-size: 15px;
  font-weight: 600;
  padding: 3px 13px;
  margin-right: 10px;
  border-radius: 30px;
  display: inline-block;
  color: var(--tp-common-white);
  border: 1px solid rgba(255, 255, 255, 0.1);
}
@media (max-width: 767px) {
  .tp-portfolio-masonry-social a {
    margin-bottom: 15px;
  }
}
.tp-portfolio-masonry-social a:hover {
  color: #020202;
  background-color: var(--tp-common-white);
}
.tp-portfolio-masonry-grid-heading span {
  position: relative;
  font-size: 14px;
  font-weight: 700;
  padding-left: 18px;
  display: inline-block;
  letter-spacing: -0.14px;
  text-transform: uppercase;
  color: var(--tp-common-white);
}
.tp-portfolio-masonry-grid-heading span::after {
  position: absolute;
  content: "";
  left: 0;
  top: 8px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: var(--tp-common-white);
}
.tp-portfolio-masonry-grid-item:hover .tp-portfolio-masonry-grid-thumb img {
  transform: scale(1.1);
}
.tp-portfolio-masonry-grid-thumb {
  overflow: hidden;
  border-radius: 14px;
}
.tp-portfolio-masonry-grid-thumb img {
  width: 100%;
  transition: 0.9s;
  border-radius: 14px;
}
.tp-portfolio-masonry-grid-content {
  padding: 20px 0 0;
}
.tp-portfolio-masonry-grid-title {
  font-size: 26px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -1.04px;
  color: var(--tp-common-white);
}
.tp-portfolio-masonry-grid-categories span {
  font-size: 14px;
  font-weight: 600;
  padding: 4px 26px;
  position: relative;
  border-radius: 30px;
  margin-bottom: 10px;
  display: inline-block;
  color: var(--tp-common-white);
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.tp-portfolio-masonry-grid-categories span:not(:last-of-type) {
  margin-right: 8px;
}
.tp-portfolio-masonry-grid-categories span::after {
  content: "";
  left: 10px;
  top: 14px;
  width: 8px;
  height: 8px;
  position: absolute;
  border-radius: 50%;
  background-color: var(--tp-common-red-3);
}
.tp-portfolio-masonry-grid-bottom {
  width: 340px;
  overflow: hidden;
  border-radius: 30px;
  text-align: center;
  margin: 0 auto;
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-portfolio-details-1-area {
    padding-bottom: 80px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-portfolio-details-1-ptb {
    padding-bottom: 80px;
  }
}
.tp-portfolio-details-1-banner {
  height: 760px;
  overflow: hidden;
  border-radius: 14px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-portfolio-details-1-banner {
    height: 680px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-portfolio-details-1-banner {
    height: 600px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-portfolio-details-1-banner {
    height: 500px;
  }
}
@media (max-width: 767px) {
  .tp-portfolio-details-1-banner {
    height: 250px;
  }
}
.tp-portfolio-details-1-banner img {
  width: 100%;
  margin-top: -150px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-portfolio-details-1-banner img {
    margin-top: -100px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-portfolio-details-1-banner img {
    margin-top: -20px;
  }
}
@media (max-width: 767px) {
  .tp-portfolio-details-1-banner img {
    margin-top: -50px;
  }
}
.tp-portfolio-details-1-banner.hight {
  height: 1040px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-portfolio-details-1-banner.hight {
    height: 680px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-portfolio-details-1-banner.hight {
    height: 600px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-portfolio-details-1-banner.hight {
    height: 500px;
  }
}
@media (max-width: 767px) {
  .tp-portfolio-details-1-banner.hight {
    height: 250px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-portfolio-details-1-heading {
    padding-bottom: 40px;
  }
}
.tp-portfolio-details-1-sub {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 10px;
  display: inline-block;
  letter-spacing: -0.32px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.6);
}
.tp-portfolio-details-1-title {
  font-size: 80px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 25px;
  letter-spacing: -1.6px;
  text-transform: uppercase;
  color: var(--tp-common-white);
  font-family: var(--tp-ff-clash-semibold);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-portfolio-details-1-title {
    font-size: 72px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-portfolio-details-1-title {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .tp-portfolio-details-1-title {
    font-size: 52px;
  }
}
.tp-portfolio-details-1-content {
  padding-left: 100px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-portfolio-details-1-content {
    padding-left: 0;
  }
}
.tp-portfolio-details-1-content p {
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
  margin-bottom: 45px;
  color: rgba(255, 255, 255, 0.6);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-portfolio-details-1-content p br {
    display: none;
  }
}
.tp-portfolio-details-1-list ul li {
  font-size: 16px;
  font-weight: 600;
  list-style: none;
  margin-bottom: 16px;
  padding-bottom: 16px;
  letter-spacing: -0.32px;
  text-transform: uppercase;
  color: var(--tp-common-white);
}
.tp-portfolio-details-1-list ul li:not(:last-of-type) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.tp-portfolio-details-1-list ul li span {
  width: 120px;
  font-weight: 500;
  display: inline-block;
  color: rgba(249, 244, 232, 0.6);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-portfolio-details-1-thumb-ptb {
    padding-bottom: 100px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-portfolio-details-1-thumb-ptb {
    padding-bottom: 80px;
  }
}
.tp-portfolio-details-1-thumb-1, .tp-portfolio-details-1-thumb-2, .tp-portfolio-details-1-thumb-3, .tp-portfolio-details-1-thumb-4, .tp-portfolio-details-1-thumb-5 {
  overflow: hidden;
  border-radius: 14px;
}
.tp-portfolio-details-1-thumb-1 img, .tp-portfolio-details-1-thumb-2 img, .tp-portfolio-details-1-thumb-3 img, .tp-portfolio-details-1-thumb-4 img, .tp-portfolio-details-1-thumb-5 img {
  width: 100%;
  border-radius: 14px;
}
.tp-portfolio-details-1-thumb-1 {
  height: 950px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-portfolio-details-1-thumb-1 {
    height: 680px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-portfolio-details-1-thumb-1 {
    height: 600px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-portfolio-details-1-thumb-1 {
    height: 500px;
  }
}
@media (max-width: 767px) {
  .tp-portfolio-details-1-thumb-1 {
    height: 250px;
  }
}
.tp-portfolio-details-1-thumb-2, .tp-portfolio-details-1-thumb-3 {
  height: 800px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-portfolio-details-1-thumb-2, .tp-portfolio-details-1-thumb-3 {
    height: 580px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-portfolio-details-1-thumb-2, .tp-portfolio-details-1-thumb-3 {
    height: 470px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-portfolio-details-1-thumb-2, .tp-portfolio-details-1-thumb-3 {
    height: 450px;
  }
}
@media (max-width: 767px) {
  .tp-portfolio-details-1-thumb-2, .tp-portfolio-details-1-thumb-3 {
    height: 250px;
  }
}
.tp-portfolio-details-1-thumb-2 img, .tp-portfolio-details-1-thumb-3 img {
  margin-top: -100px;
}
.tp-portfolio-details-1-thumb-4, .tp-portfolio-details-1-thumb-5 {
  height: 680px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-portfolio-details-1-thumb-4, .tp-portfolio-details-1-thumb-5 {
    height: 550px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-portfolio-details-1-thumb-4, .tp-portfolio-details-1-thumb-5 {
    height: 420px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-portfolio-details-1-thumb-4, .tp-portfolio-details-1-thumb-5 {
    height: 450px;
  }
}
@media (max-width: 767px) {
  .tp-portfolio-details-1-thumb-4, .tp-portfolio-details-1-thumb-5 {
    height: 250px;
  }
}
.tp-portfolio-details-1-thumb-4 img, .tp-portfolio-details-1-thumb-5 img {
  margin-top: -100px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-portfolio-details-1-thumb-4 img, .tp-portfolio-details-1-thumb-5 img {
    margin-top: -60px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-portfolio-details-1-about-ptb {
    padding-bottom: 100px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-portfolio-details-1-about-ptb {
    padding-bottom: 80px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-pd-1-about-heading {
    padding-bottom: 30px;
  }
}
.tp-pd-1-about-title {
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  color: var(--tp-common-white);
  font-family: var(--tp-ff-clash-medium);
}
.tp-pd-1-about-title svg {
  margin-left: 5px;
}
.tp-pd-1-about-text {
  font-size: 32px;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 65px;
  text-transform: uppercase;
  color: var(--tp-common-white);
  font-family: var(--tp-ff-clash-semibold);
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-pd-1-about-text {
    font-size: 30px;
    margin-bottom: 40px;
  }
}
.tp-pd-1-about-text.color-cng {
  color: #E0EEEE;
  font-family: var(--tp-ff-inter);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-pd-1-about-text.color-cng br {
    display: none;
  }
}
.tp-pd-1-about-list {
  display: inline-block;
}
.tp-pd-1-about-list ul li {
  position: relative;
  font-size: 18px;
  font-weight: 500;
  list-style: none;
  float: left;
  width: 50%;
  padding-left: 18px;
  margin-bottom: 14px;
  color: var(--tp-common-white);
}
@media (max-width: 767px) {
  .tp-pd-1-about-list ul li {
    width: 100%;
    float: none;
  }
}
.tp-pd-1-about-list ul li::before {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  top: 10px;
  left: 0;
  border-radius: 50%;
  background-color: var(--tp-common-white);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-pd-1-work-ptb {
    padding-bottom: 100px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-pd-1-work-ptb {
    padding-bottom: 80px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-pd-1-work-heading {
    padding-bottom: 30px;
  }
}
.tp-pd-1-work-title {
  font-size: 140px;
  font-weight: 700;
  line-height: 0.8;
  letter-spacing: -4.2px;
  text-transform: uppercase;
  color: var(--tp-common-white);
  font-family: var(--tp-ff-clash-semibold);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-pd-1-work-title {
    font-size: 110px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-pd-1-work-title {
    font-size: 100px;
  }
}
@media (max-width: 767px) {
  .tp-pd-1-work-title {
    font-size: 60px;
    letter-spacing: 0;
  }
}
.tp-pd-1-work-title.ff-clash {
  color: #e0eeee;
  text-transform: lowercase;
  font-family: var(--tp-ff-dirtyline);
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-pd-1-work-content {
    padding-left: 0;
  }
}
.tp-pd-1-work-content p {
  font-size: 20px;
  font-weight: 400;
  letter-spacing: -0.4px;
  color: rgba(255, 255, 255, 0.6);
}
@media (max-width: 767px) {
  .tp-pd-1-work-content p br {
    display: none;
  }
}
.tp-pd-1-work-item {
  display: flex;
  align-items: center;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.tp-pd-1-work-item-title {
  width: 130px;
  font-size: 50px;
  font-weight: 500;
  margin-right: 52px;
  color: var(--tp-common-white);
  font-family: var(--tp-ff-clash-semibold);
}
@media (max-width: 767px) {
  .tp-pd-1-work-item-title {
    font-size: 45px;
    margin-right: 35px;
  }
}
.tp-pd-1-work-item-title i {
  font-style: normal;
}
.tp-pd-1-work-item-text span {
  font-size: 20px;
  font-weight: 400;
  letter-spacing: -0.4px;
  color: rgba(255, 255, 255, 0.6);
}
.tp-pd-1-np-ptb {
  padding-bottom: 240px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-pd-1-np-ptb {
    padding-bottom: 170px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-pd-1-np-ptb {
    padding-bottom: 150px;
  }
}
@media (max-width: 767px) {
  .tp-pd-1-np-ptb {
    padding-bottom: 120px;
  }
}
.tp-pd-1-np-title {
  font-size: 100px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  color: var(--tp-common-white);
  font-family: var(--tp-ff-clash-semibold);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-pd-1-np-title {
    font-size: 80px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-pd-1-np-title {
    font-size: 70px;
  }
}
@media (max-width: 767px) {
  .tp-pd-1-np-title {
    font-size: 45px;
  }
}
.tp-pd-1-np-box {
  padding: 20px 0;
}
.tp-pd-1-np-box.hover-reveal-item .tp-award-reveal-img {
  width: 520px;
  height: 360px;
  object-fit: cover;
  mix-blend-mode: difference;
}
@media (max-width: 767px) {
  .tp-pd-1-np-box.hover-reveal-item .tp-award-reveal-img {
    height: 260px;
    width: 220px;
    background-position: center;
  }
}
.tp-pd-1-np-content span {
  font-size: 30px;
  font-weight: 500;
  display: block;
  margin-bottom: 30px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.2);
  font-family: var(--tp-ff-clash-semibold);
}
.tp-pd-1-np-content p {
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: -0.4px;
  color: rgba(255, 255, 255, 0.2);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-pd-2-ptb {
    padding-top: 150px;
  }
}
@media (max-width: 767px) {
  .tp-pd-2-ptb {
    padding-bottom: 50px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-pd-2-area {
    padding-bottom: 100px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-pd-2-area {
    padding-bottom: 80px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-pd-2-top {
    padding-bottom: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-pd-2-top {
    padding-bottom: 40px;
  }
}
.tp-pd-2-title {
  font-size: 140px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -7px;
  color: var(--tp-common-white);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-pd-2-title {
    font-size: 110px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-pd-2-title {
    font-size: 100px;
    letter-spacing: 0;
  }
}
@media (max-width: 767px) {
  .tp-pd-2-title {
    font-size: 60px;
    letter-spacing: 0;
  }
}
.tp-pd-2-categories span {
  font-size: 14px;
  font-weight: 600;
  padding: 4px 24px;
  position: relative;
  border-radius: 30px;
  margin-right: 10px;
  display: inline-block;
  color: var(--tp-common-white);
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.tp-pd-2-categories span::before {
  position: absolute;
  top: 15px;
  left: 12px;
  content: "";
  height: 5px;
  width: 5px;
  border-radius: 50%;
  background-color: var(--tp-common-red-3);
}
@media (max-width: 767px) {
  .tp-pd-2-bottom {
    flex-wrap: wrap;
  }
}
.tp-pd-2-bottom .tp-pd-2-bottom-item:not(:last-of-type) {
  margin-right: 20px;
}
@media (max-width: 767px) {
  .tp-pd-2-bottom-item {
    padding-bottom: 20px;
  }
}
.tp-pd-2-bottom-item span {
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 10px;
  display: inline-block;
  color: rgba(255, 255, 255, 0.7);
}
.tp-pd-2-bottom-item h6 {
  font-size: 20px;
  font-weight: 600;
  color: var(--tp-common-white);
}
.tp-pd-2-banner {
  height: 950px;
  overflow: hidden;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-pd-2-banner {
    height: 680px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-pd-2-banner {
    height: 600px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-pd-2-banner {
    height: 500px;
  }
}
@media (max-width: 767px) {
  .tp-pd-2-banner {
    height: 250px;
  }
}
.tp-pd-2-banner img {
  width: 100%;
  margin-top: -150px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-pd-2-banner img {
    margin-top: -100px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-pd-2-banner img {
    margin-top: -20px;
  }
}
@media (max-width: 767px) {
  .tp-pd-2-banner img {
    margin-top: -50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-pd-2-overview-heading {
    padding-bottom: 30px;
  }
}
.tp-pd-2-overview-title {
  font-size: 50px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -1.5px;
  color: var(--tp-common-white);
}
.tp-pd-2-overview-wrap p {
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  margin-bottom: 24px;
  color: rgba(255, 255, 255, 0.6);
}
.tp-pd-2-overview-wrap ul {
  padding-top: 20px;
  display: inline-block;
}
.tp-pd-2-overview-wrap ul li {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px;
  padding-bottom: 20px;
  margin-left: 16px;
  color: var(--tp-common-white);
}
.tp-pd-2-overview-wrap ul li:not(:last-of-type) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-pd-2-slider-ptb {
    padding-bottom: 100px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-pd-2-slider-ptb {
    padding-bottom: 80px;
  }
}
.tp-pd-2-slider-wrapper {
  margin: 0 -200px;
}
@media (max-width: 767px) {
  .tp-pd-2-slider-wrapper {
    margin: 0;
  }
}
.tp-pd-2-slider-wrapper .swiper-wrapper {
  padding-bottom: 40px;
}
.tp-pd-2-slider-thumb {
  overflow: hidden;
}
.tp-pd-2-slider-thumb:hover img {
  transform: scale(1.2);
}
.tp-pd-2-slider-thumb img {
  transition: 0.9s ease-in-out;
}
.tp-pd-2-dot .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  opacity: 1;
  transition: 0.3s;
  border-radius: 50%;
  display: inline-block;
  background: rgba(255, 255, 255, 0.3);
}
.tp-pd-2-dot .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 24px;
  border-radius: 10px;
  background-color: var(--tp-common-white);
}
@media (max-width: 767px) {
  .tp-pd-2-step-heading {
    padding-bottom: 40px;
  }
}
.tp-pd-2-step-title {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -1.2px;
  color: var(--tp-common-white);
}
@media (max-width: 767px) {
  .tp-pd-2-step-title {
    font-size: 35px;
    letter-spacing: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-pd-2-step-title br {
    display: none;
  }
}
.tp-pd-2-step-item-title {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 10px;
  color: var(--tp-common-white);
}
.tp-pd-2-step-item span {
  font-size: 15px;
  font-weight: 500;
  line-height: 24px;
  display: inline-block;
  color: rgba(255, 255, 255, 0.6);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-pd-2-step-item span br {
    display: none;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-pd-2-thumb-ptb {
    padding-bottom: 100px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-pd-2-thumb-ptb {
    padding-bottom: 80px;
  }
}
.tp-pd-2-thumb-item {
  overflow: hidden;
  height: 600px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-pd-2-thumb-item {
    height: 500px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-pd-2-thumb-item {
    height: 400px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-pd-2-thumb-item {
    height: 450px;
  }
}
@media (max-width: 767px) {
  .tp-pd-2-thumb-item {
    height: 250px;
  }
}
.tp-pd-2-thumb-item img {
  margin-top: -100px;
  width: 100%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-pd-2-thumb-item img {
    margin-top: -60px;
  }
}
@media (max-width: 767px) {
  .tp-pd-2-thumb-item img {
    margin-top: -40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-pd-2-np-ptb {
    padding-bottom: 80px;
  }
}
.tp-pd-2-np-content a {
  width: 180px;
  height: 180px;
  font-size: 16px;
  font-weight: 600;
  margin: 0 -14px;
  text-align: center;
  line-height: 180px;
  border-radius: 50%;
  display: inline-block;
  color: var(--tp-common-white);
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.tp-pd-2-np-content a:hover {
  color: var(--tp-common-black);
  background-color: var(--tp-common-white);
}
.tp-pd-2-np-content a svg {
  margin: 0 4px;
}
.tp-pd-4-ptb {
  padding-top: 220px;
  padding-bottom: 50px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-pd-4-ptb {
    padding-top: 150px;
  }
}
.tp-pd-4-title {
  font-size: 100px;
  font-weight: 400;
  line-height: 1;
  color: #E0EEEE;
  letter-spacing: -2px;
  font-family: var(--tp-ff-dirtyline);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-pd-4-title {
    font-size: 80px;
    letter-spacing: 0;
  }
}
@media (max-width: 767px) {
  .tp-pd-4-title {
    font-size: 65px;
    letter-spacing: 0;
  }
}
.tp-pd-4-bottom-btn .tp-portfolio-details-btn {
  color: #C5FCFC;
  border-color: #C5FCFC;
}
.tp-pd-4-bottom-btn .tp-portfolio-details-btn:hover {
  background-color: #C5FCFC;
  color: var(--tp-common-black);
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-pd-4-banner-ptb {
    padding-top: 80px;
  }
}
.tp-pd-4-banner-thumb {
  margin-bottom: -275px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-pd-4-banner-thumb {
    margin-bottom: -100px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-pd-4-banner-thumb {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-pd-4-heading {
    margin-bottom: 60px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-pd-4-heading {
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-pd-4-heading-bottom {
    flex-wrap: wrap;
  }
  .tp-pd-4-heading-bottom .tp-pd-2-bottom-item {
    margin-right: 20px;
    padding-bottom: 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-pd-4-about-ptb {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-pd-4-about-ptb {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.tp-pd-4-about-sub {
  font-size: 20px;
  font-weight: 400;
  color: #E0EEEE;
  letter-spacing: -0.4px;
  font-family: var(--tp-ff-dirtyline);
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-pd-4-about-sub {
    letter-spacing: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-pd-4-color-ptb {
    margin-bottom: 80px;
  }
}
.tp-pd-4-color-shape {
  position: absolute;
  top: 18%;
  left: 20%;
  z-index: -1;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-pd-4-color-shape {
    left: -3%;
    top: 6%;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-pd-4-color-shape {
    top: 10%;
    left: -2%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-pd-4-color-shape {
    left: 3%;
    top: 10%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-pd-4-color-shape {
    display: none;
  }
}
.tp-pd-4-color-picker {
  bottom: 0;
  z-index: 2;
  right: 38.5%;
  position: absolute;
}
@media only screen and (min-width: 1600px) and (max-width: 1700px) {
  .tp-pd-4-color-picker {
    right: 33%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-pd-4-color-picker {
    display: none;
  }
}
.tp-pd-4-color-heading {
  z-index: 1;
  height: 100%;
  position: relative;
  padding: 300px 120px;
  background: #85291A;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-pd-4-color-heading {
    padding: 200px 60px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-pd-4-color-heading {
    padding: 130px 50px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-pd-4-color-heading {
    padding: 170px 60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-pd-4-color-heading {
    padding: 100px;
  }
}
@media (max-width: 767px) {
  .tp-pd-4-color-heading {
    padding: 60px 40px;
  }
}
.tp-pd-4-color-heading p {
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  letter-spacing: -0.16px;
  color: var(--tp-common-white);
}
@media only screen and (min-width: 1801px) and (max-width: 1850px), only screen and (min-width: 1701px) and (max-width: 1800px), only screen and (min-width: 1600px) and (max-width: 1700px), only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-pd-4-color-heading p br {
    display: none;
  }
}
.tp-pd-4-color-title {
  font-size: 30px;
  font-weight: 700;
  color: #FFF669;
  line-height: 1;
  margin-bottom: 14px;
  letter-spacing: -0.6px;
}
.tp-pd-4-color-content {
  padding: 78px 0 56px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-pd-4-color-content {
    padding: 60px 22px 50px 0px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-pd-4-color-content {
    padding: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-pd-4-color-content {
    padding: 40px;
  }
}
.tp-pd-4-color-content span {
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 14px;
  display: inline-block;
  letter-spacing: -0.6px;
  color: var(--tp-common-white);
}
.tp-pd-4-color-content p {
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  letter-spacing: -0.16px;
  color: var(--tp-common-white);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-pd-4-color-content p br {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-pd-4-thumb-ptb {
    padding-bottom: 80px;
  }
}
.tp-pd-4-thumb-wrap {
  height: 950px;
  border-radius: 20px;
  background-color: #FFF669;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-pd-4-thumb-wrap {
    height: 750px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-pd-4-thumb-wrap {
    height: 650px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-pd-4-thumb-wrap {
    height: 500px;
  }
}
@media (max-width: 767px) {
  .tp-pd-4-thumb-wrap {
    height: 300px;
  }
}
.tp-pd-4-thumb-item {
  margin-bottom: -100%;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-pd-4-thumb-item {
    margin-bottom: 0;
  }
}
.tp-pd-4-thumb-box {
  height: 800px;
  border-radius: 20px;
  overflow: hidden;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-pd-4-thumb-box {
    height: 520px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-pd-4-thumb-box {
    height: 420px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-pd-4-thumb-box {
    height: 450px;
  }
}
@media (max-width: 767px) {
  .tp-pd-4-thumb-box {
    height: 250px;
  }
}
.tp-pd-4-thumb-box img {
  width: 100%;
  margin-top: -40px;
  object-fit: cover;
  border-radius: 20px;
}
.tp-pd-4-slider-wrapper {
  margin: 0 -220px;
}
@media (max-width: 767px) {
  .tp-pd-4-slider-wrapper {
    margin: 0;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-pd-4-slider-heading {
    margin-bottom: 100px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-pd-4-slider-heading {
    margin-bottom: 80px;
  }
}
.tp-pd-4-slider-thumb img {
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.0784313725);
}
.tp-pd-5-hero-black-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  z-index: 1;
  background-color: #000;
  transition: opacity 0.2s ease;
}
.tp-pd-5-hero-white-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  z-index: 1;
  background-color: #fff;
  transition: opacity 0.4s ease;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-pd-5-hero-ptb {
    padding-top: 150px;
    padding-bottom: 120px;
  }
}
.tp-pd-5-hero-title {
  font-size: 80px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 24px;
  letter-spacing: -4px;
  color: var(--tp-common-white);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-pd-5-hero-title {
    font-size: 75px;
  }
}
@media (max-width: 767px) {
  .tp-pd-5-hero-title {
    font-size: 60px;
    letter-spacing: 0;
  }
}
.tp-pd-5-hero-heading p {
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  margin-bottom: 50px;
  color: rgba(255, 255, 255, 0.7);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), (max-width: 767px) {
  .tp-pd-5-hero-heading p br {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-pd-5-hero-top {
    padding-bottom: 40px;
  }
}
.tp-pd-5-hero-info-ptb {
  transition: 0.3s;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-pd-5-hero-info-ptb {
    padding-bottom: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-pd-5-hero-info-item {
    padding-bottom: 30px;
  }
}
.tp-pd-5-hero-info-item-title {
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.9px;
  color: var(--tp-common-black);
}
.tp-pd-5-hero-info-item-title span {
  font-size: 12px;
  display: inline-block;
  transform: translate(-9px, -13px);
}
.tp-pd-5-hero-info-item-content {
  padding-left: 80px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-pd-5-hero-info-item-content {
    padding-left: 0;
  }
}
.tp-pd-5-hero-info-item-content p {
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
  color: rgba(0, 0, 0, 0.6);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-pd-5-hero-info-item-content p br {
    display: none;
  }
}
.tp-pd-5-light-ptb {
  padding-top: 120px;
  padding-bottom: 200px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-pd-5-light-ptb {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-pd-5-light-ptb {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-pd-5-light-heading {
    padding-bottom: 35px;
  }
}
.tp-pd-5-light-title {
  font-size: 50px;
  font-weight: 700;
  color: #0E0F11;
  line-height: 1;
  letter-spacing: -1.5px;
}
.tp-pd-5-light-slider-thumb img {
  width: 100%;
  border-radius: 30px;
  border: 1px solid rgba(0, 0, 0, 0.0705882353);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-pd-5-mockup-ptb {
    padding-top: 100px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-pd-5-mockup-ptb {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.tp-pd-5-mockup-title {
  font-size: 50px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 20px;
  letter-spacing: -1.5px;
  color: var(--tp-common-white);
}
.tp-pd-5-mockup-heading {
  padding-bottom: 30px;
}
.tp-pd-5-mockup-heading p {
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
  color: rgba(255, 255, 255, 0.6);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-pd-5-mockup-heading p br {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-pd-5-slider-ptb {
    padding-bottom: 80px;
  }
}

.project-details-1-pt {
  padding-top: 107px;
}
.project-details-1-left .project-details-1-thumb:last-child {
  margin-bottom: 0;
}
.project-details-1-subtitle {
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 10px;
  display: inline-block;
  color: var(--tp-common-white);
}
.project-details-1-subtitle i {
  font-style: normal;
}
.project-details-1-subtitle i::after {
  content: "";
  height: 1px;
  width: 40px;
  margin: 0px 10px;
  display: inline-block;
  transform: translateY(-4px);
  background-color: rgba(255, 255, 255, 0.14);
}
.project-details-1-title {
  font-size: 80px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 24px;
  letter-spacing: -3.2px;
  color: var(--tp-common-white);
}
@media (max-width: 767px) {
  .project-details-1-title {
    font-size: 50px;
  }
}
.project-details-1-title-box {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .project-details-1-title-box {
    margin-bottom: 0;
  }
}
.project-details-1-title-box p {
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  color: var(--tp-common-white);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .project-details-1-title-box p br {
    display: none;
  }
}
.project-details-1-info {
  margin-bottom: 32px;
}
.project-details-1-info span {
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
  color: #FCF6F4;
  margin-bottom: 10px;
  display: inline-block;
}
.project-details-1-info h4 {
  font-size: 17px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 0;
  letter-spacing: -0.4px;
  color: rgba(252, 246, 244, 0.7);
}
@media (max-width: 767px) {
  .project-details-1-info-wrap {
    flex-wrap: wrap;
    margin-bottom: 50px;
  }
  .project-details-1-info-wrap .project-details-1-info {
    margin-right: 20px;
  }
}
.project-details-1-navigation {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 33px 60px;
  padding-top: 20px;
}
@media (max-width: 767px) {
  .project-details-1-navigation {
    padding: 33px 0px;
  }
}
.project-details-1-navigation a i {
  height: 44px;
  width: 44px;
  line-height: 44px;
  border-radius: 50%;
  text-align: center;
  margin-top: 10px;
  display: inline-block;
  color: var(--tp-common-white);
  border: 1px solid rgba(255, 255, 255, 0.14);
}
.project-details-1-navigation a span {
  font-size: 17px;
  font-weight: 600;
  line-height: 1;
  color: var(--tp-common-white);
}
.project-details-1-navigation a span svg {
  transform: translateY(5px);
}
.project-details-1-prev {
  line-height: 0;
}
.project-details-1-prev i {
  margin-right: 10px;
  transition: 0.3s;
}
.project-details-1-prev:hover i {
  color: var(--tp-common-black);
  border-color: var(--tp-common-white);
  background-color: var(--tp-common-white);
}
.project-details-1-next {
  line-height: 0;
}
.project-details-1-next i {
  margin-left: 10px;
  transition: 0.3s;
}
.project-details-1-next:hover i {
  color: var(--tp-common-black);
  border-color: var(--tp-common-white);
  background-color: var(--tp-common-white);
}

.project-details-video {
  margin-bottom: 60px;
}
.project-details-video video {
  height: 800px;
  width: 100% !important;
  object-fit: cover;
  overflow: hidden;
}
@media (max-width: 767px) {
  .project-details-video video {
    height: 400px;
  }
}
.project-details-video figcaption {
  align-items: center;
  display: grid;
  grid-gap: 1rem;
  grid-template-columns: 50px auto 115px;
  padding: 0.5rem;
}
.project-details-video button {
  border: 0;
  display: inline;
  color: white;
  order: 1;
  padding: 0.5rem;
  transition: opacity 0.25s ease-out;
  width: 100%;
  font-size: 24px;
}
.project-details-video button:hover {
  cursor: pointer;
  opacity: 0.8;
}
.project-details-video label {
  font-size: 20px;
  text-align: center;
  color: var(--tp-common-white);
  transform: translateY(35px);
}
.project-details-video {
  /* Fallback stuff */
}
.project-details-video progress[value] {
  position: relative;
  appearance: none;
  border: none;
  display: inline;
  height: 3px;
  order: 1;
  width: 100%;
  background: rgba(255, 255, 255, 0.2);
}
.project-details-video {
  /* WebKit styles */
}
.project-details-video progress[value]::-webkit-progress-bar {
  background-color: whiteSmoke;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.25) inset;
}
.project-details-video progress[value]::-webkit-progress-value {
  background-color: var(--tp-common-white);
  position: relative;
  transition: width 1s linear;
}
.project-details-video {
  /* Firefox styles */
}
.project-details-video progress[value]::-moz-progress-bar {
  background-color: var(--tp-common-white);
  position: relative;
  transition: width 1s linear;
}

.video-progress-btn-wrap {
  position: absolute;
  left: 40px;
  right: 40px;
  bottom: 80px;
}

.project-details-video-overlay {
  position: relative;
  z-index: 1;
}
.project-details-video-overlay::after {
  position: absolute;
  left: 0;
  width: 100%;
  height: 106%;
  content: "";
  z-index: -1;
  bottom: 0;
  background: linear-gradient(180deg, rgba(18, 18, 18, 0) 1.63%, #0e0f11 26.67%);
}

/*----------------------------------------*/
/*  10.0 Shop Css
/*----------------------------------------*/
.tp-hero-shop-title {
  font-weight: 700;
  font-size: 350px;
  line-height: 0.8;
  color: #4d3d30;
  margin-bottom: 0;
  text-align: center;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  font-family: var(--tp-ff-onest);
}
@media only screen and (min-width: 1801px) and (max-width: 1850px) {
  .tp-hero-shop-title {
    font-size: 320px;
  }
}
@media only screen and (min-width: 1701px) and (max-width: 1800px) {
  .tp-hero-shop-title {
    font-size: 310px;
  }
}
@media only screen and (min-width: 1600px) and (max-width: 1700px) {
  .tp-hero-shop-title {
    font-size: 290px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-hero-shop-title {
    font-size: 250px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-hero-shop-title {
    font-size: 215px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-hero-shop-title {
    font-size: 175px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-hero-shop-title {
    font-size: 135px;
  }
}
@media (max-width: 767px) {
  .tp-hero-shop-title {
    font-size: 65px;
    letter-spacing: 0;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-hero-shop-title {
    font-size: 100px;
  }
}
.tp-hero-shop-slider-content {
  padding-bottom: 170px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-hero-shop-slider-content {
    padding-bottom: 70px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-hero-shop-slider-content {
    padding-bottom: 0;
    padding-top: 50px;
  }
}
@media (max-width: 767px) {
  .tp-hero-shop-slider-content {
    padding-top: 30px;
  }
}
.tp-hero-shop-slider-subtitle {
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
  color: #4d3d30;
  margin-bottom: 12px;
  display: inline-block;
  font-family: var(--tp-ff-onest);
}
.tp-hero-shop-slider-title {
  font-weight: 500;
  font-size: 70px;
  line-height: 1;
  color: #4d3d30;
  margin-bottom: 40px;
  letter-spacing: -0.04em;
  font-family: var(--tp-ff-onest);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-hero-shop-slider-title {
    font-size: 55px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-hero-shop-slider-title {
    font-size: 50px;
  }
}
.tp-hero-shop-slider-nav {
  position: absolute;
  right: 50px;
  width: 120px;
  bottom: 60px;
}
@media (max-width: 767px) {
  .tp-hero-shop-slider-nav {
    right: 15px;
    bottom: 20px;
  }
}
.tp-hero-shop-slider-nav-thumb {
  padding: 5px;
  cursor: pointer;
}
.tp-hero-shop-slider-nav-thumb img {
  transition: 0.3s;
  border-radius: 4px;
  border: 1px solid rgba(77, 61, 48, 0.1);
  background-color: #e8e0d4;
}
.tp-hero-shop-slider-nav-thumb.slick-current img {
  border-color: #4d3d30;
}
.tp-hero-shop-slider-main {
  margin-top: -50px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-hero-shop-slider-main {
    margin-top: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-hero-shop-slider-thumb img {
    width: 80%;
  }
}
.tp-hero-shop-dot {
  position: absolute;
  bottom: 60px !important;
}
.tp-hero-shop-dot .swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  opacity: 1;
  transition: 0.3s;
  border-radius: 50%;
  display: inline-block;
  background: transparent;
  border: 1px solid #F4F0EA;
}
.tp-hero-shop-dot .swiper-pagination-bullet.swiper-pagination-bullet-active {
  border-color: var(--tp-common-white);
  background-color: var(--tp-common-white);
}
.tp-hero-shop-arrow button {
  top: 50%;
  z-index: 99;
  left: 60px;
  position: absolute;
  transform: translateY(-50%);
  color: var(--tp-common-white);
}
.tp-hero-shop-arrow button.tp-hero-shop-next {
  left: auto;
  right: 60px;
}
.tp-hero-shop-2-slider-item {
  position: relative;
  padding-top: 260px;
  padding-bottom: 320px;
  z-index: 99;
}
.tp-hero-shop-2-slider-bg {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transform: scale(1.15);
  transform: scale(1.15);
  transition: transform 6000ms ease, opacity 1000ms ease-in, -webkit-transform 6000ms ease;
}
.tp-hero-shop-2-slider-bg::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
  background: rgba(0, 0, 0, 0.2);
}
.tp-hero-shop-2-slider-sub {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 2px;
  display: inline-block;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.6);
  opacity: 0;
  transform: translateY(-70px);
}
.tp-hero-shop-2-slider-title {
  font-size: 80px;
  font-weight: 250;
  line-height: 1.1;
  margin-bottom: 32px;
  letter-spacing: -2.4px;
  color: var(--tp-common-white);
  font-family: var(--tp-ff-onest);
  opacity: 0;
  transform: translateY(-70px);
}
@media (max-width: 767px) {
  .tp-hero-shop-2-slider-title {
    font-size: 50px;
  }
}
.tp-hero-shop-2-slider-title span {
  font-weight: 700;
}
.tp-hero-shop-2-slider-btn {
  opacity: 0;
  transform: translateY(70px);
}
.tp-hero-shop-2-slider-btn a {
  font-size: 16px;
  font-weight: 600;
  color: #4D3D30;
  padding: 14px 40px;
  display: inline-block;
  background: #F4F0EA;
  border: 1px solid #FFF;
}
.tp-hero-shop-2-slider-btn a:hover {
  color: var(--tp-common-white);
  background-color: transparent;
}
.tp-hero-shop-2-active .swiper-slide-active .tp-hero-shop-2-slider-bg {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.tp-hero-shop-2-active .swiper-slide-active .tp-hero-shop-2-slider-sub, .tp-hero-shop-2-active .swiper-slide-active .tp-hero-shop-2-slider-title {
  opacity: 1;
  transform: translatey(0px);
  transition: all 1500ms ease;
}
.tp-hero-shop-2-active .swiper-slide-active .tp-hero-shop-2-slider-btn {
  opacity: 1;
  transform: translatey(0px);
  transition: all 1500ms ease;
}

.shop-text-slider-active {
  border-bottom: 1px solid rgba(77, 61, 48, 0.12);
}
.shop-text-slider-active .swiper-slide {
  width: 100%;
}
.shop-text-slider-item {
  padding: 15px 0;
}
.shop-text-slider-item span {
  text-align: center;
  font-weight: 500;
  font-size: 18px;
  line-height: 1;
  color: #4d3d30;
  letter-spacing: -0.01em;
  font-family: var(--tp-ff-onest);
}
@media only screen and (min-width: 1600px) and (max-width: 1700px), only screen and (min-width: 576px) and (max-width: 767px) {
  .shop-text-slider-item span {
    font-size: 16px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .shop-text-slider-item span {
    font-size: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .shop-text-slider-item span {
    font-size: 14px;
  }
}
.shop-text-slider-style .shop-text-slider-active {
  border-bottom: 0;
}
.shop-text-slider-style .shop-text-slider-item {
  padding: 25px 0;
}

.tp-shop-popup-wrap {
  height: 500px;
  width: 800px;
  margin: 0 auto;
  background-color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s;
  display: flex;
  align-items: center;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-shop-popup-wrap {
    width: 700px;
  }
}
@media (max-width: 767px) {
  .tp-shop-popup-wrap {
    width: 360px;
  }
}
.tp-shop-popup-content {
  padding: 40px;
}
.tp-shop-popup-img {
  position: relative;
  height: 100%;
  flex: 0 0 auto;
}
.tp-shop-popup-img img {
  height: 100%;
}
.tp-shop-popup-logo {
  margin-bottom: 60px;
}
.tp-shop-popup-text h4 {
  font-size: 46px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 13px;
  color: #4D3D30;
  text-transform: uppercase;
  font-family: var(--tp-ff-onest);
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-shop-popup-text h4 {
    font-size: 40px;
  }
}
.tp-shop-popup-text p {
  font-size: 28px;
  color: #4D3D30;
  font-weight: 400;
  margin-bottom: 40px;
  text-transform: uppercase;
  font-family: var(--tp-ff-onest);
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-shop-popup-text p {
    font-size: 20px;
  }
}
.tp-shop-popup-text span {
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
  color: #4D3D30;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  font-family: var(--tp-ff-onest);
  margin-bottom: 55px;
  display: inline-block;
}
.tp-shop-popup-inputbox input {
  height: 50px;
  font-weight: 400;
  font-size: 17px;
  letter-spacing: 0.04em;
  color: var(--tp-common-black);
  border: 1px solid rgba(25, 25, 26, 0.1);
  font-family: var(--tp-ff-onest);
  margin-bottom: 10px;
}
.tp-shop-popup-inputbox input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  font-weight: 400;
  font-size: 17px;
  letter-spacing: 0.04em;
  color: var(--tp-common-black);
}
.tp-shop-popup-inputbox input::-moz-placeholder { /* Firefox 19+ */
  font-weight: 400;
  font-size: 17px;
  letter-spacing: 0.04em;
  color: var(--tp-common-black);
}
.tp-shop-popup-inputbox input:-moz-placeholder { /* Firefox 4-18 */
  font-weight: 400;
  font-size: 17px;
  letter-spacing: 0.04em;
  color: var(--tp-common-black);
}
.tp-shop-popup-inputbox input:-ms-input-placeholder { /* IE 10+  Edge*/
  font-weight: 400;
  font-size: 17px;
  letter-spacing: 0.04em;
  color: var(--tp-common-black);
}
.tp-shop-popup-inputbox input::placeholder { /* MODERN BROWSER */
  font-weight: 400;
  font-size: 17px;
  letter-spacing: 0.04em;
  color: var(--tp-common-black);
}
.tp-shop-popup-inputbox .tp-btn-black-square {
  font-size: 18px;
  font-weight: 400;
  padding: 14px 34px;
  border-radius: 8px;
  text-transform: uppercase;
  color: var(--tp-common-white);
  font-family: var(--tp-ff-onest);
  background-color: #4D3D30;
  border: 2px solid transparent;
}
.tp-shop-popup-inputbox .tp-btn-black-square:hover {
  background-color: transparent;
  border-color: var(--tp-common-black);
  color: var(--tp-common-black);
}

.subscribe-popup {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 1099;
  background-color: rgba(0, 0, 0, 0.5);
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s;
  margin: 0 auto;
  text-align: center;
}

.subscribe-popup.show {
  visibility: visible;
  opacity: 1;
}

.subscribe-popup .close i {
  position: absolute;
  right: 20px;
  top: 20px;
  font-size: 20px;
  cursor: pointer;
  font-weight: 400;
  color: var(--tp-common-black);
  transition: 0.3s;
}
.subscribe-popup .close:hover i {
  transform: rotate(180deg);
}

@keyframes zoomInOut {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
}
.tp-shop-section-subtitle {
  font-weight: 500;
  font-size: 14px;
  line-height: 1;
  display: inline-block;
  text-transform: uppercase;
  color: rgba(77, 61, 48, 0.6);
  font-family: var(--tp-ff-onest);
}
.tp-shop-section-title {
  font-weight: 600;
  font-size: 46px;
  line-height: 1;
  color: #4d3d30;
  letter-spacing: -0.02em;
  font-family: var(--tp-ff-onest);
}
.tp-shop-section-title.fs-100 {
  font-weight: 700;
  font-size: 100px;
  color: #322820;
  text-transform: uppercase;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-shop-section-title.fs-100 {
    font-size: 80px;
  }
}
@media (max-width: 767px) {
  .tp-shop-section-title.fs-100 {
    font-size: 50px;
  }
}
.tp-shop-category-bdr {
  border-bottom: 1px solid rgba(77, 61, 48, 0.12);
}
.tp-shop-category-item {
  width: 100%;
  padding: 40px 10px;
  display: inline-block;
  border: 1px solid rgba(77, 61, 48, 0.12);
}
.tp-shop-category-item:hover {
  background-color: #E8E0D4;
}
.tp-shop-category-item:hover span {
  color: #4D3D30;
}
.tp-shop-category-item i {
  margin-bottom: 22px;
  display: inline-block;
  min-height: 58px;
  color: #4d3d30;
  transition: 0.3s;
}
.tp-shop-category-item span {
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  display: block;
  text-align: center;
  transition: 0.3s ease-in-out;
  color: rgba(77, 61, 48, 0.6);
  font-family: var(--tp-ff-onest);
}
.tp-shop-category-2-content {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  margin: 40px;
  overflow: hidden;
}
.tp-shop-category-2-content-wrap {
  transition: 0.4s;
  transform: translateY(28px);
}
.tp-shop-category-2-content span {
  color: #FFF;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  font-family: var(--tp-ff-onest);
}
.tp-shop-category-2-title {
  font-size: 46px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 0;
  letter-spacing: -0.46px;
  text-transform: uppercase;
  color: var(--tp-common-white);
  font-family: var(--tp-ff-onest);
}
.tp-shop-category-2-title.sm {
  font-size: 26px;
}
.tp-shop-category-2-item::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: 0.3s;
  pointer-events: none;
  display: inline-block;
  background: rgba(9, 6, 1, 0.2);
}
.tp-shop-category-2-item:hover .tp-shop-category-2-thumb img {
  transform: scale(1.1) rotate(-2deg);
}
.tp-shop-category-2-item:hover .tp-shop-category-2-content-wrap {
  transform: translateY(0);
}
.tp-shop-category-2-item:hover::after {
  opacity: 1;
  visibility: visible;
}
.tp-shop-category-2-thumb img {
  transition: 0.9s;
}
.tp-shop-banner-wrap {
  position: relative;
  height: 900px;
  overflow: hidden;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-shop-banner-wrap {
    height: 800px;
  }
}
@media (max-width: 767px) {
  .tp-shop-banner-wrap {
    height: 700px;
  }
}
.tp-shop-banner-img {
  position: absolute;
  top: -50px;
  left: 0;
  width: 100%;
  height: 100%;
}
.tp-shop-banner-sm-img {
  position: absolute;
  height: 300px;
  top: 50%;
  left: 0;
  right: 0;
  overflow: hidden;
  text-align: center;
  transform: translateY(-50%);
}
.tp-shop-banner-sm-img img {
  margin-top: -50px;
}
.tp-shop-instagram-item {
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.tp-shop-instagram-item:hover::before {
  opacity: 1;
  visibility: visible;
}
.tp-shop-instagram-item:hover .tp-shop-instagram-icon {
  opacity: 1;
  margin-top: 0;
}
.tp-shop-instagram-item:hover img {
  transform: scale(1.1);
}
.tp-shop-instagram-item::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.4);
}
.tp-shop-instagram-item img {
  width: 100%;
  transition: all 0.5s cubic-bezier(0.5, 1, 0.89, 1);
}
.tp-shop-instagram-icon {
  position: absolute;
  left: 50%;
  top: 50%;
  opacity: 0;
  cursor: pointer;
  margin-top: 15px;
  z-index: 3;
  pointer-events: none;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  transition: all 0.5s cubic-bezier(0.5, 1, 0.89, 1);
  -webkit-transition: all 0.5s cubic-bezier(0.5, 1, 0.89, 1);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-shop-newsletter-ptb {
    padding-top: 60px;
  }
}
.tp-shop-newsletter-content {
  margin-top: -185px;
}
.tp-shop-newsletter-content span {
  font-weight: 400;
  font-size: 30px;
  line-height: 0.87;
  color: #322820;
  margin-bottom: 55px;
  display: inline-block;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  font-family: var(--tp-ff-onest);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-shop-newsletter-content span {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .tp-shop-newsletter-content span {
    font-size: 25px;
  }
}
.tp-shop-newsletter-content p {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
  color: #322820;
  max-width: 400px;
  margin: 0 auto;
  margin-bottom: 110px;
  font-family: var(--tp-ff-onest);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-shop-newsletter-content p {
    margin-bottom: 30px;
  }
}
.tp-shop-newsletter-thumb .img-left {
  margin-left: -15px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-shop-newsletter-thumb .img-left {
    margin-left: 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-shop-newsletter-thumb .img-left {
    margin-bottom: 0;
  }
}
.tp-shop-newsletter-thumb .img-1 {
  margin-left: 100px;
  margin-bottom: 150px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-shop-newsletter-thumb .img-1 {
    display: none;
  }
}
.tp-shop-newsletter-btn {
  margin-bottom: 200px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-shop-newsletter-btn {
    margin-bottom: 50px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-shop-about-ptb {
    padding-top: 0;
  }
}
.tp-shop-about-thumb .img-1 {
  margin-left: 100px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-shop-about-thumb .img-1 {
    text-align: end;
  }
}
.tp-shop-about-thumb .img-2 {
  margin-top: -60px;
}
.tp-shop-about-thumb .img-3 {
  margin-left: 25px;
}
@media (max-width: 767px) {
  .tp-shop-about-thumb .img-3 {
    display: none;
  }
}
.tp-shop-about-thumb .img-4 {
  margin-right: 30px;
}
.tp-shop-about-thumb .img-5 {
  margin-top: -75px;
  margin-bottom: 60px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-shop-about-thumb .img-5 {
    text-align: start;
  }
}
@media (max-width: 767px) {
  .tp-shop-about-thumb .img-5 {
    display: none;
  }
}
.tp-shop-about-thumb .img-6 {
  margin-right: 160px;
}
.tp-shop-about-content p {
  font-weight: 500;
  font-size: 40px;
  line-height: 1.25;
  color: #322820;
  margin-bottom: 50px;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  font-family: var(--tp-ff-onest);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-shop-about-content p {
    font-size: 37px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-shop-about-content p {
    font-size: 35px;
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-shop-about-content p {
    font-size: 30px;
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .tp-shop-about-content p {
    font-size: 26px;
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-shop-about-content p br {
    display: none;
  }
}
.tp-shop-about-circle-text {
  margin-bottom: 35px;
  animation: rotate2 5s linear infinite;
}
.tp-shop-about-btn {
  margin-bottom: 140px;
}
@media (max-width: 767px) {
  .tp-shop-about-btn {
    margin-bottom: 50px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-shop-feature-ptb {
    padding-bottom: 100px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-shop-feature-ptb {
    padding-bottom: 80px;
  }
}
.tp-shop-feature-item span {
  display: inline-block;
  margin-bottom: 20px;
}
.tp-shop-feature-item h4 {
  font-weight: 600;
  font-size: 20px;
  line-height: 1;
  color: #4d3d30;
  margin-bottom: 15px;
  letter-spacing: -0.01em;
  font-family: var(--tp-ff-onest);
}
.tp-shop-feature-item p {
  font-weight: 400;
  font-size: 15px;
  line-height: 1.6;
  color: #4d3d30;
  margin-bottom: 0;
  font-family: var(--tp-ff-onest);
}
.tp-shop-feature-wrap {
  padding-bottom: 60px;
  border-bottom: 1px solid rgba(77, 61, 48, 0.1);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-shop-product-banner {
    margin-bottom: 15px;
  }
}
.tp-shop-popup-logo img {
  width: 120px;
  height: 100%;
}

.slick-active .tp-hero-shop-slider-subtitle,
.slick-active .tp-hero-shop-slider-title,
.slick-active .tp-hero-shop-btn a {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.slick-active .tp-hero-shop-slider-subtitle {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
}

.slick-active .tp-hero-shop-slider-title {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
}

.slick-active .tp-hero-shop-btn a {
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
  -webkit-animation-duration: 0.7s;
  animation-duration: 0.7s;
}

/*----------------------------------------*/
/*  10.1 Shop Details Css
/*----------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .tp-product-details-wrapper {
    margin-top: 50px;
  }
}
.tp-product-details-sort-desc p {
  font-size: 15px;
  line-height: 1.7;
  color: rgba(77, 61, 48, 0.6);
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-product-details-sort-desc p br {
    display: none;
  }
}
.tp-product-details-sort-desc p span {
  font-weight: 500;
  color: #4D3D30;
}
.tp-product-details-nav-main-thumb {
  position: relative;
  background-color: #ded5c9;
}
@media (max-width: 767px) {
  .tp-product-details-nav-main-thumb {
    margin-bottom: 20px;
  }
}
.tp-product-details-thumb-wrapper .tab-content {
  margin-right: 24px;
}
@media (max-width: 767px) {
  .tp-product-details-thumb-wrapper .tab-content {
    margin-right: 0;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-product-details-thumb-wrapper .tab-content {
    margin-right: 15px;
  }
}
.tp-product-details-thumb-wrapper .nav-tab .nav-links {
  padding: 0;
  width: 100px;
  height: 120px;
  border-radius: 0;
  position: relative;
  transition: 0.3s;
  background-color: #ded5c9;
  border: 1px solid transparent;
}
.tp-product-details-thumb-wrapper .nav-tab .nav-links.active {
  border: 1px solid #453528;
}
@media (max-width: 767px) {
  .tp-product-details-thumb-wrapper .nav-tab .nav-links {
    margin-right: 10px;
    margin-bottom: 10px;
  }
}
.tp-product-details-thumb-wrapper .nav-tab .nav-links:not(:last-child) {
  margin-bottom: 10px;
}
.tp-product-details-thumb-wrapper .nav-tab .nav-links:hover {
  border-color: #453528;
}
.tp-product-details-thumb-wrapper .nav-tab .nav-links img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.tp-product-details-thumb-wrapper nav {
  padding-top: 140px;
}
@media only screen and (min-width: 1600px) and (max-width: 1700px), only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-product-details-thumb-wrapper nav {
    padding-top: 0;
  }
}
.tp-product-details-category span {
  font-size: 15px;
  line-height: 1;
  color: rgba(77, 61, 48, 0.6);
}
.tp-product-details-title {
  font-size: 32px;
  font-weight: 600;
  line-height: 1;
  color: #4D3D30;
  margin-bottom: 15px;
}
.tp-product-details-stock {
  margin-right: 12px;
}
.tp-product-details-stock span {
  font-size: 15px;
  line-height: 1;
  padding: 4px 12px;
  display: inline-block;
  color: #4D3D30;
  background-color: rgba(77, 61, 48, 0.06);
}
.tp-product-details-rating {
  margin-right: 11px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
.tp-product-details-rating span {
  font-size: 12px;
  color: #FFB21D;
}
.tp-product-details-rating span:not(:last-child) {
  margin-right: 3px;
}
.tp-product-details-price {
  font-size: 24px;
  font-weight: 600;
  color: #4D3D30;
  letter-spacing: -0.02em;
}
.tp-product-details-price.new-price {
  color: #4D3D30;
}
.tp-product-details-price.old-price {
  font-weight: 400;
  font-size: 16px;
  color: rgba(77, 61, 48, 0.6);
  text-decoration-line: line-through;
}
.tp-product-details-variation {
  margin-bottom: 30px;
}
.tp-product-details-variation-title {
  font-size: 15px;
  font-weight: 400;
  color: #010F1C;
  margin-bottom: 4px;
}
.tp-product-details-variation-item:not(:last-child) {
  margin-bottom: 15px;
}
.tp-product-details-variation-list button {
  display: inline-block;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  position: relative;
  -webkit-transition: box-shadow 0.2s linear;
  -moz-transition: box-shadow 0.2s linear;
  -ms-transition: box-shadow 0.2s linear;
  -o-transition: box-shadow 0.2s linear;
  transition: box-shadow 0.2s linear;
}
.tp-product-details-variation-list button span[data-bg-color] {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  background-color: var(--tp-common-white);
  border-radius: 50%;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.tp-product-details-variation-list button .tp-color-variation-tootltip {
  position: absolute;
  bottom: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(2px);
  -moz-transform: translateX(-50%) translateY(2px);
  -ms-transform: translateX(-50%) translateY(2px);
  -o-transform: translateX(-50%) translateY(2px);
  transform: translateX(-50%) translateY(2px);
  width: max-content;
  background-color: var(--tp-common-black);
  color: var(--tp-common-white);
  text-align: center;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  padding: 4px 6px;
  border-radius: 4px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24), -webkit-transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
  -moz-transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24), -webkit-transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
  -ms-transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24), -webkit-transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
  -o-transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24), -webkit-transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24), -webkit-transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
}
.tp-product-details-variation-list button .tp-color-variation-tootltip::before {
  position: absolute;
  content: "";
  bottom: -6px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-top: 6px solid var(--tp-common-black);
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
}
.tp-product-details-variation-list button.tp-size-variation-btn {
  width: 40px;
  height: 40px;
  border-radius: 0;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  border: 1px solid rgba(0, 0, 0, 0.2);
}
.tp-product-details-variation-list button.tp-size-variation-btn:hover, .tp-product-details-variation-list button.tp-size-variation-btn.active {
  box-shadow: none;
  border-color: var(--tp-common-black);
  box-shadow: none;
  color: var(--tp-common-black);
}
.tp-product-details-variation-list button:hover, .tp-product-details-variation-list button.active {
  box-shadow: 0px 1px 2px rgba(1, 15, 28, 0.2);
}
.tp-product-details-variation-list button:hover span[data-bg-color], .tp-product-details-variation-list button.active span[data-bg-color] {
  -webkit-transform: translate(-50%, -50%) scale(0.7);
  -moz-transform: translate(-50%, -50%) scale(0.7);
  -ms-transform: translate(-50%, -50%) scale(0.7);
  -o-transform: translate(-50%, -50%) scale(0.7);
  transform: translate(-50%, -50%) scale(0.7);
}
.tp-product-details-variation-list button:hover .tp-color-variation-tootltip {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateX(-50%) translateY(-6px);
  -moz-transform: translateX(-50%) translateY(-6px);
  -ms-transform: translateX(-50%) translateY(-6px);
  -o-transform: translateX(-50%) translateY(-6px);
  transform: translateX(-50%) translateY(-6px);
}
.tp-product-details-action-title {
  font-size: 16px;
  font-weight: 400;
  color: #010F1C;
  margin-bottom: 13px;
}
.tp-product-details-quantity .tp-product-quantity {
  width: 122px;
  border-radius: 0;
  position: relative;
}
.tp-product-details-quantity .tp-cart-plus, .tp-product-details-quantity .tp-cart-minus {
  width: 24px;
  height: 24px;
  line-height: 21px;
  text-align: center;
  border-radius: 50%;
  left: 14px;
  top: 11px;
  cursor: pointer;
  position: absolute;
  display: inline-block;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.tp-product-details-quantity .tp-cart-plus:hover, .tp-product-details-quantity .tp-cart-minus:hover {
  background-color: var(--tp-common-white);
  color: var(--tp-theme-primary);
}
.tp-product-details-quantity .tp-cart-plus {
  left: auto;
  right: 14px;
}
.tp-product-details-quantity .tp-cart-input[type=text] {
  height: 46px;
  line-height: 46px;
  border: 0;
  padding: 0 45px;
  border-radius: 0;
  font-size: 16px;
  background-color: #EAE5DF;
  color: var(--tp-common-black);
  text-align: center;
}
.tp-product-details-add-to-cart-btn {
  font-size: 15px;
  font-weight: 500;
  text-align: center;
  padding: 9px 30px;
  color: var(--tp-common-black);
  border: 1px solid rgba(1, 15, 28, 0.08);
}
.tp-product-details-add-to-cart-btn:hover {
  background-color: #e8e0d4;
  border-color: #e8e0d4;
  color: #4D3D30;
}
.tp-product-details-buy-now-btn {
  display: inline-block;
  font-size: 15px;
  font-weight: 600;
  padding: 10px 30px;
  color: #F4F0EA;
  background-color: #4D3D30;
  border: 1px solid transparent;
}
.tp-product-details-buy-now-btn:hover {
  color: #4D3D30;
  border-color: #4D3D30;
  background-color: transparent;
}
.tp-product-details-action-wrapper {
  margin-bottom: 17px;
}
.tp-product-details-action-sm {
  padding-bottom: 9px;
  margin-bottom: 25px;
  border-bottom: 1px solid rgba(77, 61, 48, 0.1);
}
.tp-product-details-action-sm-btn {
  font-size: 16px;
  margin-bottom: 10px;
  color: rgba(77, 61, 48, 0.6);
}
.tp-product-details-action-sm-btn:not(:last-child) {
  margin-right: 10px;
}
.tp-product-details-action-sm-btn i, .tp-product-details-action-sm-btn svg {
  margin-right: 2px;
  color: #4D3D30;
}
.tp-product-details-action-sm-btn:hover {
  color: var(--tp-theme-primary);
}
.tp-product-details-query {
  margin-bottom: 22px;
}
.tp-product-details-query-item:not(:last-child) {
  margin-bottom: 3px;
}
.tp-product-details-query-item > span {
  font-size: 15px;
  line-height: 1.4;
  margin-right: 6px;
  color: #4D3D30;
}
.tp-product-details-query-item p {
  font-size: 15px;
  margin-bottom: 0;
  line-height: 1.4;
  color: rgba(77, 61, 48, 0.6);
}
.tp-product-details-social {
  margin-bottom: 22px;
}
.tp-product-details-social span {
  font-size: 15px;
  margin-right: 2px;
  color: var(--tp-common-black);
}
.tp-product-details-social a {
  display: inline-block;
  width: 38px;
  height: 38px;
  line-height: 36px;
  text-align: center;
  color: #4d3d30;
  border-radius: 50%;
  border: 1px solid #E6E7E8;
  background: var(--tp-common-white);
}
.tp-product-details-social a:hover {
  border-color: #4D3D30;
  background-color: #4D3D30;
  color: var(--tp-common-white);
}
.tp-product-details-msg ul li {
  font-size: 15px;
  list-style: none;
  padding-left: 25px;
  position: relative;
  color: rgba(77, 61, 48, 0.6);
}
.tp-product-details-msg ul li::after {
  position: absolute;
  content: url("../img/product/product-details-main/product-icon.svg");
  top: 4px;
  left: 0;
  width: 18px;
  height: 18px;
  line-height: 16px;
  text-align: center;
  color: var(--tp-common-white);
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.tp-product-details-payment {
  padding: 18px 30px;
  background: rgba(77, 61, 48, 0.06);
}
.tp-product-details-payment p {
  font-size: 16px;
  line-height: 1;
  margin-bottom: 0;
  margin-right: 46px;
  flex: 0 0 auto;
  color: #4D3D30;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-product-details-payment p {
    margin-right: 25px;
  }
}
@media (max-width: 767px) {
  .tp-product-details-payment p {
    margin-right: 0;
    margin-bottom: 15px;
  }
  .tp-product-details-payment p br {
    display: none;
  }
}
.tp-product-details-desc-title {
  font-size: 34px;
  font-weight: 700;
  margin-bottom: 20px;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-product-details-desc-title {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .tp-product-details-desc-title {
    font-size: 26px;
  }
}
.tp-product-details-desc-title-2 {
  font-size: 34px;
  font-weight: 400;
  margin-bottom: 14px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .tp-product-details-desc-title-2 {
    font-size: 25px;
  }
}
.tp-product-details-desc-content {
  margin-bottom: 25px;
  padding-right: 45px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), (max-width: 767px) {
  .tp-product-details-desc-content {
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .tp-product-details-desc-content {
    padding-left: 0;
  }
}
.tp-product-details-desc-content span {
  font-size: 20px;
  color: var(--tp-common-black);
}
.tp-product-details-desc-content p {
  font-size: 17px;
  line-height: 1.8;
  color: #55585B;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .tp-product-details-desc-content-2 {
    padding-right: 0;
    padding-left: 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .tp-product-details-desc-content-2.pt-75 {
    padding-top: 25px;
  }
}
.tp-product-details-desc-content-2 p {
  font-size: 16px;
  line-height: 1.6;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .tp-product-details-desc-thumb img {
    max-width: 100%;
  }
}
.tp-product-details-desc-list {
  padding-top: 13px;
}
.tp-product-details-desc-list ul li {
  list-style: none;
  font-size: 16px;
  color: var(--tp-common-black);
  position: relative;
  padding-left: 17px;
}
.tp-product-details-desc-list ul li:not(:last-child) {
  margin-bottom: 3px;
}
.tp-product-details-desc-list ul li::after {
  position: absolute;
  content: "";
  left: 0;
  top: 11px;
  width: 4px;
  height: 4px;
  background-color: #A8ACB0;
  border-radius: 50%;
}
.tp-product-details-desc-fact-thumb img {
  margin-bottom: 16px;
}
.tp-product-details-desc-fact-content span {
  display: inline-block;
  font-size: 50px;
  line-height: 1.2;
  color: var(--tp-common-black);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-product-details-desc-fact-content span {
    font-size: 35px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-product-details-desc-fact-content span {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .tp-product-details-desc-fact-content span {
    font-size: 25px;
  }
}
.tp-product-details-desc-fact-content p {
  font-size: 22px;
}
@media (max-width: 767px) {
  .tp-product-details-desc-fact-content p {
    font-size: 20px;
  }
}
.tp-product-details-additional-info {
  padding-top: 60px;
}
@media (max-width: 767px) {
  .tp-product-details-additional-info {
    overflow-x: scroll;
  }
}
.tp-product-details-additional-info-title {
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 16px;
  display: none;
}
.tp-product-details-additional-info.tp-table-style-2 {
  padding-top: 50px;
}
.tp-product-details-additional-info.tp-table-style-2 .tp-product-details-additional-info-title {
  display: block;
}
.tp-product-details-additional-info.tp-table-style-2 table {
  border: 0;
  border-collapse: separate;
  border-spacing: 0 7px;
}
.tp-product-details-additional-info.tp-table-style-2 table tr {
  border: 0;
}
.tp-product-details-additional-info.tp-table-style-2 table tr:not(:last-child) {
  border: 0;
  margin-bottom: 6px;
}
.tp-product-details-additional-info.tp-table-style-2 table tr td {
  padding: 7px 24px;
  border: 1px solid #E6E7E8;
}
.tp-product-details-additional-info.tp-table-style-2 table tr td:first-child {
  padding-left: 24px;
  border-right: 0;
}
.tp-product-details-additional-info.tp-table-style-2 table tr td:last-child {
  padding-left: 34px;
}
.tp-product-details-additional-info table {
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.tp-product-details-additional-info table tr:not(:last-child) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.tp-product-details-additional-info table tr td {
  padding: 12px 34px;
}
.tp-product-details-additional-info table tr td:first-child {
  width: 306px;
  font-size: 16px;
  background-color: #EAE5DF;
  color: var(--tp-common-black);
}
.tp-product-details-additional-info table tr td:last-child {
  font-size: 16px;
  color: var(--tp-text-body);
}
.tp-product-details-review-number {
  border: 1px solid #E0E2E3;
  padding: 35px 43px 33px 40px;
  background-color: #eae5df;
}
@media (max-width: 767px) {
  .tp-product-details-review-number {
    padding: 35px 25px 33px 25px;
  }
}
.tp-product-details-review-number-title {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 14px;
}
.tp-product-details-review-summery {
  margin-bottom: 12px;
}
.tp-product-details-review-summery-value span {
  font-size: 40px;
  font-weight: 500;
  color: var(--tp-common-black);
  margin-right: 8px;
}
.tp-product-details-review-summery-rating {
  margin-right: 3px;
}
.tp-product-details-review-summery-rating span {
  color: #FFB21D;
}
.tp-product-details-review-summery-rating p {
  margin-left: 4px;
  font-size: 14px;
  margin-bottom: 0;
}
.tp-product-details-review-rating-item > span {
  color: #A0A2A4;
  font-size: 15px;
  margin-right: 10px;
}
.tp-product-details-review-rating-bar {
  width: 260px;
  height: 10px;
  position: relative;
  margin-right: 12px;
  background-color: var(--tp-common-white);
}
@media (max-width: 767px) {
  .tp-product-details-review-rating-bar {
    width: 130px;
  }
}
.tp-product-details-review-rating-bar-inner {
  height: 100%;
  background-color: #FFB21D;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}
.tp-product-details-review-rating-percent span {
  font-size: 14px;
}
.tp-product-details-review-title {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 22px;
}
@media (max-width: 767px) {
  .tp-product-details-review-list {
    padding-right: 0;
  }
}
.tp-product-details-review-avater:not(:last-child) {
  margin-bottom: 32px;
}
.tp-product-details-review-avater-thumb {
  flex: 0 0 auto;
}
.tp-product-details-review-avater-thumb img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 20px;
}
.tp-product-details-review-avater-rating {
  line-height: 1;
  margin-bottom: 3px;
}
.tp-product-details-review-avater-rating span {
  font-size: 10px;
  margin-right: 2px;
  color: #FFB21D;
}
.tp-product-details-review-avater-title {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 9px;
  display: inline-block;
}
.tp-product-details-review-avater-meta {
  font-size: 14px;
  position: relative;
  padding-left: 11px;
  margin-left: 3px;
}
.tp-product-details-review-avater-meta::after {
  position: absolute;
  content: "";
  left: 0;
  top: 8px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #A8ACB0;
}
.tp-product-details-review-avater-comment p {
  font-size: 14px;
  margin-bottom: 0;
  line-height: 1.4;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .tp-product-details-review-form {
    margin-top: 50px;
  }
}
.tp-product-details-review-form > p {
  font-size: 16px;
  margin-bottom: 8px;
}
.tp-product-details-review-form-title {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 4px;
}
.tp-product-details-review-form-rating {
  margin-bottom: 28px;
}
.tp-product-details-review-form-rating p {
  margin-bottom: 0;
  font-size: 14px;
  margin-right: 8px;
}
.tp-product-details-review-form-rating-icon span {
  font-size: 12px;
  color: #FFB21D;
}
.tp-product-details-review-input-wrapper {
  margin-bottom: 11px;
}
.tp-product-details-review-input-box {
  position: relative;
  margin-bottom: 29px;
}
.tp-product-details-review-input label {
  font-size: 16px;
  font-weight: 500;
  color: #111013;
  line-height: 1;
  margin-bottom: 12px;
}
.tp-product-details-review-input input, .tp-product-details-review-input textarea {
  border-radius: 0px;
  border-color: #E0E2E3;
  background: #eae5df;
}
.tp-product-details-review-input input:focus, .tp-product-details-review-input textarea:focus {
  background: transparent;
  border-color: #4d3d30;
}
.tp-product-details-review-input textarea {
  resize: none;
  height: 160px;
}
.tp-product-details-review-input-title label {
  font-size: 16px;
  font-weight: 500;
  color: #111013;
  line-height: 1;
  margin-bottom: 12px;
}
.tp-product-details-review-remeber input {
  display: none;
}
.tp-product-details-review-remeber input:checked ~ label::after {
  background-color: var(--tp-common-black);
  border-color: var(--tp-common-black);
}
.tp-product-details-review-remeber input:checked ~ label::before {
  visibility: visible;
  opacity: 1;
}
.tp-product-details-review-remeber label {
  font-size: 15px;
  color: #55585B;
  position: relative;
  padding-left: 26px;
  z-index: 1;
}
.tp-product-details-review-remeber label::after {
  position: absolute;
  content: "";
  top: 4px;
  left: 0;
  width: 18px;
  height: 18px;
  line-height: 16px;
  text-align: center;
  border: 1px solid #C3C7C9;
  z-index: -1;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.tp-product-details-review-remeber label::before {
  position: absolute;
  content: url("../img/product/product-details-main/check.svg");
  top: 4px;
  left: 0;
  width: 18px;
  height: 18px;
  line-height: 16px;
  text-align: center;
  visibility: hidden;
  opacity: 0;
  color: var(--tp-common-white);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.tp-product-details-review-remeber label a:hover {
  color: var(--tp-theme-primary);
}
.tp-product-details-review-remeber label:hover {
  cursor: pointer;
}
.tp-product-details-review-btn {
  font-size: 16px;
  font-weight: 500;
  padding: 9px 45px;
  color: var(--tp-common-white);
  border: 1px solid rgba(1, 15, 28, 0.08);
  background-color: #4d3d30;
}
.tp-product-details-review-btn:hover {
  color: var(--tp-common-white);
  background-color: var(--tp-common-black);
}
.tp-product-details-bottom {
  border-bottom: 1px solid #E0E2E3;
}
.tp-product-details-tab-nav .nav-tabs {
  padding-bottom: 12px;
  border-bottom: 1px solid #E0E2E3;
}
@media (max-width: 767px) {
  .tp-product-details-tab-nav .nav-tabs {
    padding-bottom: 0;
  }
}
.tp-product-details-tab-nav .nav-tabs .nav-link {
  font-size: 20px;
  color: rgba(0, 0, 0, 0.6);
  border: none;
  padding: 0;
  padding-left: 9px;
  padding-right: 7px;
  position: relative;
  background-color: transparent;
}
.tp-product-details-tab-nav .nav-tabs .nav-link:not(:first-child) {
  margin-left: 40px;
}
.tp-product-details-tab-nav .nav-tabs .nav-link.active, .tp-product-details-tab-nav .nav-tabs .nav-link:hover {
  color: var(--tp-common-black);
}
.tp-product-details-tab-nav .nav-tabs .nav-link.active::after, .tp-product-details-tab-nav .nav-tabs .nav-link:hover::after {
  width: 100%;
  left: 0;
  right: auto;
}
@media (max-width: 767px) {
  .tp-product-details-tab-nav .nav-tabs .nav-link::after {
    position: absolute;
    content: "";
    left: auto;
    right: 0;
    bottom: -1px;
    width: 0%;
    height: 2px;
    background-color: var(--tp-common-black);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
}
@media (max-width: 767px) {
  .tp-product-details-tab-nav .nav-tabs span#productTabMarker {
    display: none !important;
  }
}
.tp-product-details-tab-line {
  bottom: 0;
  height: 1px;
  position: absolute;
  background-color: var(--tp-common-black);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: block;
}
.tp-product-details-views {
  margin-bottom: 10px;
}
.tp-product-details-views > span {
  color: var(--tp-common-black);
  font-size: 16px;
  margin-right: 8px;
}
.tp-product-details-views p {
  font-size: 16px;
  margin-bottom: 0;
}
.tp-product-details-views p span {
  color: var(--tp-common-black);
  font-weight: 500;
}
.tp-product-details-stock-bar p {
  font-size: 15px;
  margin-bottom: 5px;
}
.tp-product-details-stock-bar p span {
  font-weight: 500;
  color: var(--tp-common-black);
}
.tp-product-details-stock-bar-line {
  height: 4px;
  position: relative;
}
.tp-product-details-stock-bar-line-inner {
  position: absolute;
  top: 0;
  left: 0;
  background-color: var(--tp-theme-primary);
  height: 100%;
  display: inline-block;
}
.tp-product-details-wishlist-btn {
  width: 46px;
  height: 46px;
  line-height: 46px;
  text-align: center;
  display: inline-block;
  background-color: var(--tp-common-white);
  box-shadow: 0px 1px 3px rgba(1, 15, 28, 0.1);
}
.tp-product-details-wishlist-btn:hover {
  background-color: var(--tp-common-black);
  color: var(--tp-common-white);
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-product-ptb {
    padding-top: 150px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-product-cats {
    padding-bottom: 20px;
  }
}
.tp-product-cats a {
  font-size: 15px;
  font-weight: 500;
  padding: 6px 20px;
  margin-right: 5px;
  margin-bottom: 20px;
  border-radius: 30px;
  color: #4D3D30;
  display: inline-block;
  text-transform: uppercase;
  border: 1px solid #4D3D30;
  font-family: var(--tp-ff-onest);
}
.tp-product-cats a.active, .tp-product-cats a:hover {
  background: #4D3D30;
  border-color: #4D3D30;
  color: var(--tp-common-white);
}
.tp-product-filter-select .custom-select {
  width: 225px;
  border-radius: 60px;
  border: 1px solid #4D3D30;
}
.tp-product-filter-select .custom-select .selected {
  font-size: 15px;
  font-weight: 500;
  color: #4d3d30;
  padding: 8px 20px 7px;
  text-transform: uppercase;
  background-color: transparent;
  font-family: var(--tp-ff-onest);
}
.tp-product-related-title {
  color: #4D3D30;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: -0.24px;
  text-transform: uppercase;
  font-family: var(--tp-ff-onest);
}
.tp-product-item:hover .tp-product-item-thumb img {
  transform: scale(1.2) rotate(-2deg);
}
.tp-product-item:hover .tp-product-item-btn {
  opacity: 1;
  visibility: visible;
}
.tp-product-item:hover .tp-product-item-btn .tp-action-btn {
  transform: translateY(0);
  transition-delay: 0ms;
  transition-duration: 0.5s;
}
.tp-product-item:hover .tp-product-quick-view-wrapper {
  opacity: 1;
  visibility: visible;
}
.tp-product-item:hover .tp-product-quick-view-wrapper .tp-quick-view-btn {
  transform: translateX(0);
  transition-delay: 0ms;
  transition-duration: 0.5s;
}
.tp-product-item-thumb {
  position: relative;
  overflow: hidden;
  margin-bottom: 16px;
}
.tp-product-item-thumb img {
  width: 100%;
  transition: 0.9s;
}
.tp-product-item-btn {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 10px;
  opacity: 0;
  margin: 0 10px;
  visibility: hidden;
  transition: 0.4s;
  overflow: hidden;
}
.tp-product-item-title {
  padding-right: 30px;
}
.tp-product-item-title, .tp-product-item-price {
  font-size: 20px;
  font-weight: 400;
  color: #4D3D30;
  letter-spacing: -0.4px;
  font-family: var(--tp-ff-onest);
}
@media (max-width: 767px) {
  .tp-product-item-title, .tp-product-item-price {
    font-size: 18px;
  }
}
.tp-product-quick-view-wrapper {
  position: absolute;
  right: 20px;
  top: 20px;
  left: auto;
  bottom: auto;
  z-index: 1;
  overflow: hidden;
  transition: 0.4s;
  visibility: hidden;
  opacity: 0;
}
.tp-product-instagram-heading p {
  font-size: 16px;
  color: #4D3D30;
  letter-spacing: -0.32px;
}
.tp-product-testimonial-title {
  color: #4D3D30;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: -0.24px;
  font-family: var(--tp-ff-onest);
}
.tp-product-testimonial-item {
  border-radius: 0;
  box-shadow: none;
  padding: 40px 35px;
  background: #EDE6DD;
}
.tp-product-testimonial-item .app-testimonial-item-star {
  margin-bottom: 25px;
}
.tp-product-testimonial-item .app-testimonial-item-content {
  margin-bottom: 70px;
}
.tp-product-testimonial-item .app-testimonial-item-content p {
  font-size: 20px;
  color: #4D3D30;
  letter-spacing: -0.2px;
  font-family: var(--tp-ff-onest);
}
.tp-product-testimonial-user {
  padding: 4px;
  padding-right: 25px;
  display: inline-flex;
  border-radius: 30px;
  align-items: center;
  border: 1px solid rgba(77, 61, 48, 0.1);
}
.tp-product-testimonial-user-thumb {
  margin-right: 10px;
}
.tp-product-testimonial-user-thumb img {
  width: 34px;
  border-radius: 50%;
}
.tp-product-testimonial-user-name {
  font-size: 15px;
  font-weight: 500;
  margin: 0;
  color: #4D3D30;
  letter-spacing: -0.15px;
}

.modal .modal-dialog {
  width: 100%;
  max-width: 100%;
  margin-top: 0;
  margin-bottom: 0;
}

.modal-wrapper {
  position: relative;
  z-index: 999999999;
}

.modal {
  overflow-y: scroll;
  overflow-x: hidden;
  --bs-modal-border-width: 0;
  --bs-modal-border-radius: 0;
}

.btn-close {
  position: absolute;
  top: 35px;
  right: 35px;
  z-index: 99999999999;
  padding: 0;
  margin: 0;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  color: var(--tp-common-black);
  background-color: #fff !important;
  border: 1px solid rgba(25, 25, 26, 0.2);
  opacity: 1;
  transition: 0.3s;
}
.btn-close:hover {
  border-color: var(--tp-common-black) !important;
  transform: rotate(180deg);
}

.btn-close:focus {
  outline: 0;
  box-shadow: none;
  opacity: 1;
}

.modal-body {
  padding: 0;
}

.modal-header {
  padding: 0;
  border-bottom: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.tp-product-modal .modal-dialog {
  width: 1200px;
}
.tp-product-modal .modal-content {
  padding: 50px;
}
@media (max-width: 767px) {
  .tp-product-modal .modal-content {
    padding: 30px;
  }
}
.tp-product-modal .tp-product-modal-close-btn {
  position: absolute;
  right: 30px;
  top: 30px;
  font-size: 20px;
}
@media (max-width: 767px) {
  .tp-product-modal .tp-product-modal-close-btn {
    top: 6px;
    right: 20px;
  }
}
.tp-product-modal .tp-product-details-thumb-wrapper nav {
  padding-top: 0;
}
.tp-product-modal .tp-product-details-wrapper {
  flex: 0 0 auto;
  margin-left: 40px;
}
@media (max-width: 767px) {
  .tp-product-modal .tp-product-details-wrapper {
    margin-left: 0;
  }
}
.tp-product-modal .tp-product-details-wrapper .tp-product-details-action-sm {
  padding-bottom: 0;
  margin-bottom: 0;
  border: none;
}

/*----------------------------------------*/
/*  10.2 Login Css
/*----------------------------------------*/
.tp-login-wrapper {
  padding: 50px 74px 70px;
  background-color: #fff;
}
@media (max-width: 767px) {
  .tp-login-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.tp-login-title {
  font-weight: 500;
  font-size: 30px;
  margin-bottom: 4px;
  font-family: var(--tp-ff-onest);
}
.tp-login-top p {
  font-size: 16px;
  font-weight: 400;
  color: #49535B;
}
.tp-login-top p a {
  position: relative;
  display: inline-block;
  color: var(--tp-common-black);
}
.tp-login-top p a::after {
  position: absolute;
  content: "";
  left: auto;
  right: 0;
  bottom: 4px;
  width: 0%;
  height: 1px;
  background-color: var(--tp-common-black);
  transition: 0.3s;
}
.tp-login-top p a:hover::after {
  left: 0;
  right: auto;
  width: 100%;
}
.tp-login-option-item {
  margin-bottom: 10px;
}
.tp-login-option-item:not(:last-child) {
  margin-right: 10px;
}
.tp-login-option-item.has-google a {
  width: 220px;
}
.tp-login-option-item.has-google a img {
  margin-right: 7px;
}
.tp-login-option-item a {
  font-size: 16px;
  color: #041226;
  width: 98px;
  height: 56px;
  line-height: 54px;
  text-align: center;
  border-radius: 8px;
  display: inline-block;
  backdrop-filter: blur(10px);
  border: 1px solid rgba(198, 198, 198, 0.4);
}
.tp-login-option-item a img {
  -webkit-transform: translateY(-2px);
  -moz-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  -o-transform: translateY(-2px);
  transform: translateY(-2px);
}
.tp-login-option-item a img.apple {
  -webkit-transform: translateY(-3px);
  -moz-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  -o-transform: translateY(-3px);
  transform: translateY(-3px);
}
.tp-login-option-item a:hover {
  border-color: rgba(77, 61, 48, 0.2);
}
.tp-login-mail {
  position: relative;
  z-index: 1;
}
.tp-login-mail p {
  font-size: 15px;
  color: #55585B;
  margin-bottom: 0;
  padding: 0 20px;
  position: relative;
  display: inline-block;
  background-color: #fff;
}
.tp-login-mail p a {
  color: var(--tp-common-black);
}
.tp-login-mail p a:hover {
  color: var(--tp-common-black);
}
.tp-login-mail::after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  bottom: 12px;
  width: 100%;
  height: 1px;
  z-index: -1;
  transition: 0.3s;
  background-color: #C6C6C6;
}
.tp-login-input-wrapper {
  margin-bottom: 20px;
}
.tp-login-input-box {
  position: relative;
}
.tp-login-input-box:not(:last-child) {
  margin-bottom: 15px;
}
.tp-login-input input {
  font-size: 14px;
  border: 1px solid transparent;
  color: var(--tp-common-black);
  background-color: #F4F0EA;
}
.tp-login-input input::placeholder {
  color: rgba(0, 0, 0, 0.4);
}
.tp-login-input input:focus {
  background-color: transparent;
}
.tp-login-input-title label {
  font-size: 16px;
  padding: 0 5px;
  line-height: 1;
  font-weight: 500;
  margin-bottom: 10px;
  color: var(--tp-common-black);
}
.tp-login-input-eye {
  position: absolute;
  right: 26px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.tp-login-input-eye .open-eye {
  display: none;
}
.tp-login-input-eye span {
  transition: 0.3s;
}
.tp-login-input-eye:hover {
  cursor: pointer;
}
.tp-login-input-eye:hover span {
  color: var(--tp-common-black);
}
.tp-login-remeber input {
  display: none;
}
.tp-login-remeber input:checked ~ label::after {
  border-color: #4d3d30;
  background-color: #4d3d30;
}
.tp-login-remeber input:checked ~ label::before {
  visibility: visible;
  opacity: 1;
}
.tp-login-remeber label {
  font-size: 15px;
  position: relative;
  padding-left: 26px;
  z-index: 1;
  color: var(--tp-common-black);
}
.tp-login-remeber label::after {
  position: absolute;
  content: "";
  top: 4px;
  left: 0;
  width: 18px;
  height: 18px;
  line-height: 16px;
  text-align: center;
  border: 1px solid #C3C7C9;
  z-index: -1;
  transition: 0.3s;
}
.tp-login-remeber label::before {
  position: absolute;
  content: url("../img/login/check.svg");
  top: 4px;
  left: 0;
  width: 18px;
  height: 18px;
  line-height: 16px;
  text-align: center;
  visibility: hidden;
  opacity: 0;
  color: var(--tp-common-white);
  transition: 0.3s;
}
.tp-login-remeber label a:hover {
  color: var(--tp-theme-primary);
}
.tp-login-remeber label:hover {
  cursor: pointer;
}
.tp-login-forgot a {
  font-weight: 400;
  font-size: 15px;
  color: var(--tp-common-black);
  position: relative;
  display: inline-block;
}
.tp-login-forgot a::after {
  position: absolute;
  content: "";
  left: auto;
  right: 0;
  bottom: 4px;
  width: 0%;
  height: 1px;
  background-color: var(--tp-common-black);
  transition: 0.3s;
}
.tp-login-forgot a:hover::after {
  left: 0;
  right: auto;
  width: 100%;
}
.tp-login-btn {
  font-size: 16px;
  font-weight: 500;
  padding: 14px 30px;
  text-align: center;
  border-radius: 8px;
  display: inline-block;
  color: var(--tp-common-white);
  border: 1px solid #4d3d30;
  background-color: #4d3d30;
}
.tp-login-btn:hover {
  color: #4d3d30;
  background-color: #fff;
}

/*----------------------------------------*/
/*  10.3 Checkout css
/*----------------------------------------*/
.tp-checkout-verify-item {
  margin-bottom: 40px;
}
.tp-checkout-verify-item:not(:last-child) {
  margin-bottom: 14px;
}
.tp-checkout-verify-reveal {
  width: 100%;
  font-size: 14px;
  margin-bottom: 0;
  padding: 8px 26px;
  display: inline-block;
  border: 1px dashed #AAB0B2;
  color: var(--tp-common-black);
}
.tp-checkout-verify-reveal button {
  position: relative;
  color: var(--tp-common-black);
}
.tp-checkout-verify-reveal button::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 4px;
  width: 100%;
  height: 1px;
  background-color: var(--tp-common-black);
}
.tp-checkout-btn {
  font-size: 16px;
  font-weight: 500;
  height: 50px;
  padding: 0 30px;
  line-height: 50px;
  text-align: center;
  border-radius: 8px;
  display: inline-block;
  color: var(--tp-common-white);
  background-color: #4D3D30;
  border: 1px solid transparent;
}
.tp-checkout-btn.btn-plr {
  padding: 0 150px;
  border-radius: 0;
}
@media (max-width: 767px) {
  .tp-checkout-btn.btn-plr {
    padding: 0 100px;
  }
}
.tp-checkout-btn.border-style {
  font-weight: 500;
  font-size: 15px;
  color: #4d3d30;
  border-radius: 0;
  text-transform: capitalize;
  background-color: transparent;
  border: 1px solid rgba(77, 61, 48, 0.12);
}
.tp-checkout-btn.border-style span {
  margin-left: 7px;
  transform: translateY(-1px);
  display: inline-block;
}
.tp-checkout-btn.border-style:hover {
  color: var(--tp-common-white);
  background-color: #4d3d30;
  border-color: #4d3d30;
}
.tp-checkout-btn:hover {
  border-color: #4D3D30;
  color: var(--tp-common-black);
  background-color: transparent;
}
.tp-checkout-input {
  margin-bottom: 20px;
}
.tp-checkout-input label {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 12px;
  color: var(--tp-common-black);
}
.tp-checkout-input label span {
  color: red;
}
.tp-checkout-input input, .tp-checkout-input textarea {
  width: 100%;
  padding: 0 26px;
  line-height: 56px;
  font-size: 14px;
  text-transform: capitalize;
  border: 1px solid transparent;
  color: var(--tp-common-black);
  background: #F4F0EA;
}
.tp-checkout-input input::placeholder, .tp-checkout-input textarea::placeholder {
  font-size: 14px;
  line-height: 56px;
  text-transform: capitalize;
  color: rgba(0, 0, 0, 0.4);
}
.tp-checkout-input input:focus, .tp-checkout-input textarea:focus {
  background: transparent;
  border-color: var(--tp-common-black);
}
.tp-checkout-input textarea {
  height: 200px;
  resize: none;
}
.tp-checkout-input .custom-select {
  height: 60px;
  border-radius: 0;
  border: 1px solid transparent;
  color: var(--tp-common-black);
  padding: 6px 12px 0;
  width: 100%;
  border-radius: 8px;
  background: #F4F0EA;
}
.tp-checkout-input .custom-select .selected {
  background: #F4F0EA;
}
.tp-checkout-option {
  margin-bottom: 4px;
}
.tp-checkout-option-wrapper {
  margin-top: 10px;
  margin-bottom: 17px;
}
.tp-checkout-option input {
  display: none;
}
.tp-checkout-option input:checked ~ label::after {
  background-color: #4d3d30;
  border-color: #4d3d30;
}
.tp-checkout-option input:checked ~ label::before {
  visibility: visible;
  opacity: 1;
}
.tp-checkout-option label {
  font-size: 15px;
  color: #55585B;
  position: relative;
  padding-left: 26px;
  z-index: 1;
}
.tp-checkout-option label::after {
  position: absolute;
  content: "";
  top: 4px;
  left: 0;
  width: 18px;
  height: 18px;
  line-height: 16px;
  text-align: center;
  border: 1px solid #C3C7C9;
  z-index: -1;
  transition: all 0.4s ease;
}
.tp-checkout-option label::before {
  position: absolute;
  content: url("../img/login/check.svg");
  top: 4px;
  left: 0;
  width: 18px;
  height: 18px;
  line-height: 16px;
  text-align: center;
  visibility: hidden;
  opacity: 0;
  color: var(--tp-common-white);
  transition: all 0.4s ease;
}
.tp-checkout-option label a:hover {
  color: var(--tp-common-black);
}
.tp-checkout-option label:hover {
  cursor: pointer;
}
.tp-checkout-bill-area {
  padding: 45px 40px 24px;
  background-color: var(--tp-common-white);
}
@media (max-width: 767px) {
  .tp-checkout-bill-area {
    padding: 45px 25px 24px;
  }
}
.tp-checkout-bill-title {
  font-weight: 600;
  font-size: 26px;
  margin-bottom: 35px;
}
.tp-checkout-place {
  padding: 44px 50px 50px;
  background: var(--tp-common-white);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-checkout-place {
    padding: 35px 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .tp-checkout-place {
    margin-top: 50px;
  }
}
@media (max-width: 767px) {
  .tp-checkout-place {
    padding: 45px 25px 24px;
  }
}
.tp-checkout-place-title {
  font-size: 26px;
  font-weight: 600;
  margin-right: 37px;
  margin-bottom: 30px;
}
.tp-checkout-payment {
  padding-bottom: 26px;
  margin-bottom: 24px;
  border-bottom: 1px solid #E0E2E3;
}
.tp-checkout-payment-item:not(:last-child) {
  margin-bottom: 10px;
}
.tp-checkout-payment-item.paypal-payment label {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.tp-checkout-payment-item input {
  display: none;
}
.tp-checkout-payment-item input:checked ~ label::after {
  border-color: #4d3d30;
}
.tp-checkout-payment-item input:checked ~ label::before {
  opacity: 1;
  visibility: visible;
}
.tp-checkout-payment-item label {
  font-size: 14px;
  position: relative;
  padding-left: 27px;
  font-weight: 500;
  color: var(--tp-common-black);
}
.tp-checkout-payment-item label:hover {
  cursor: pointer;
}
.tp-checkout-payment-item label::after {
  position: absolute;
  content: "";
  left: 0;
  top: 5px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 1px solid #BCBCBC;
  transition: all 0.4s ease;
}
.tp-checkout-payment-item label::before {
  position: absolute;
  content: "";
  left: 3px;
  top: 8px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #4d3d30;
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s ease;
}
.tp-checkout-payment-item label img {
  margin-left: 14px;
  -webkit-transform: translateY(-2px);
  -moz-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  -o-transform: translateY(-2px);
  transform: translateY(-2px);
}
.tp-checkout-payment-item label a {
  margin-left: 20px;
  position: relative;
}
.tp-checkout-payment-item label a::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 3px;
  width: 100%;
  height: 1px;
  background-color: var(--tp-common-black);
}
.tp-checkout-payment-desc {
  position: relative;
  padding-top: 10px;
  display: none;
}
.tp-checkout-payment-desc::after {
  position: absolute;
  content: "";
  left: 57px;
  top: 0;
  width: 16px;
  height: 16px;
  background-color: #F6F7F9;
  -webkit-transform: translateY(3px) rotate(45deg);
  -moz-transform: translateY(3px) rotate(45deg);
  -ms-transform: translateY(3px) rotate(45deg);
  -o-transform: translateY(3px) rotate(45deg);
  transform: translateY(3px) rotate(45deg);
}
.tp-checkout-payment-desc p {
  font-size: 14px;
  color: #55585B;
  margin-bottom: 0;
  margin-left: 27px;
  line-height: 1.57;
  padding: 19px 30px;
  background-color: #F6F7F9;
}
.tp-checkout-agree {
  margin-bottom: 24px;
}

.tp-return-customer {
  display: none;
  margin-top: 14px;
  padding: 40px 40px;
  background-color: var(--tp-common-white);
}
.tp-return-customer-input {
  margin-bottom: 20px;
}
.tp-return-customer-input label {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 12px;
  color: var(--tp-common-black);
}
.tp-return-customer-input label span {
  color: red;
}
.tp-return-customer-input input, .tp-return-customer-input textarea {
  width: 100%;
  padding: 0 26px;
  line-height: 56px;
  font-size: 14px;
  text-transform: capitalize;
  border: 1px solid transparent;
  color: var(--tp-common-black);
  background: #F4F0EA;
}
.tp-return-customer-input input::placeholder, .tp-return-customer-input textarea::placeholder {
  font-size: 14px;
  line-height: 56px;
  text-transform: capitalize;
  color: rgba(0, 0, 0, 0.4);
}
.tp-return-customer-input input:focus, .tp-return-customer-input textarea:focus {
  background: transparent;
  border-color: var(--tp-common-black);
}
.tp-return-customer-remeber input {
  display: none;
}
.tp-return-customer-remeber input:checked ~ label::after {
  border-color: var(--tp-common-black);
  background-color: var(--tp-common-black);
}
.tp-return-customer-remeber input:checked ~ label::before {
  opacity: 1;
  visibility: visible;
}
.tp-return-customer-remeber label {
  font-size: 15px;
  color: #55585B;
  position: relative;
  padding-left: 26px;
  z-index: 1;
}
.tp-return-customer-remeber label::after {
  position: absolute;
  content: "";
  top: 4px;
  left: 0;
  width: 18px;
  height: 18px;
  line-height: 16px;
  text-align: center;
  border: 1px solid #C3C7C9;
  z-index: -1;
  transition: all 0.4s ease;
}
.tp-return-customer-remeber label::before {
  position: absolute;
  content: url("../img/login/check.svg");
  top: 4px;
  left: 0;
  width: 18px;
  height: 18px;
  line-height: 16px;
  text-align: center;
  visibility: hidden;
  opacity: 0;
  color: var(--tp-common-white);
  transition: all 0.4s ease;
}
.tp-return-customer-remeber label a:hover {
  color: var(--tp-common-black);
}
.tp-return-customer-remeber label:hover {
  cursor: pointer;
}
.tp-return-customer-forgot a {
  font-weight: 400;
  font-size: 15px;
  color: var(--tp-common-black);
  position: relative;
  display: inline-block;
}
.tp-return-customer-forgot a::after {
  position: absolute;
  content: url("../img/login/check.svg");
  left: auto;
  right: 0;
  bottom: 4px;
  width: 0%;
  height: 1px;
  background-color: var(--tp-common-black);
  transition: all 0.4s ease;
}
.tp-return-customer-forgot a:hover::after {
  left: 0;
  right: auto;
  width: 100%;
}

.tp-order-details {
  padding: 70px 100px 55px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-order-details {
    padding: 70px 70px 55px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-order-details {
    padding: 70px 30px 55px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-order-details {
    padding: 70px 50px 55px;
  }
}
@media (max-width: 767px) {
  .tp-order-details {
    padding: 40px 30px 45px;
  }
}
.tp-order-details-icon {
  margin-bottom: 22px;
}
.tp-order-details-icon span {
  display: inline-block;
  width: 120px;
  height: 120px;
  line-height: 118px;
  text-align: center;
  font-size: 55px;
  color: var(--tp-common-white);
  border-bottom: 1px solid #E0E2E3;
  border-radius: 50%;
}
.tp-order-details-icon span svg {
  transform: translateY(-1px);
}
.tp-order-details-title {
  font-size: 30px;
  font-weight: 600;
  color: var(--tp-common-white);
  margin-bottom: 7px;
}
.tp-order-details-content p {
  font-size: 16px;
  color: var(--tp-common-white);
  line-height: 1.38;
}
.tp-order-details-item {
  margin-bottom: 38px;
}
.tp-order-details-item-wrapper .row [class*=col-]:nth-child(2n) .tp-order-details-item {
  padding-left: 40px;
}
@media (max-width: 767px) {
  .tp-order-details-item-wrapper .row [class*=col-]:nth-child(2n) .tp-order-details-item {
    padding-left: 0;
  }
}
.tp-order-details-item h4 {
  font-size: 18px;
  color: var(--tp-common-white);
  margin-bottom: 0;
  font-weight: 400;
}
.tp-order-details-item p {
  font-weight: 700;
  font-size: 18px;
  color: var(--tp-common-white);
  margin-bottom: 0;
}
.tp-order-info-wrapper {
  padding: 42px 50px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-order-info-wrapper {
    padding: 42px 40px;
  }
}
@media (max-width: 767px) {
  .tp-order-info-wrapper {
    padding: 42px 30px;
  }
}
.tp-order-info-title {
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 40px;
}
.tp-order-info-list ul li {
  list-style: none;
  padding: 15px 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.tp-order-info-list ul li:not(:last-child) {
  border-bottom: 1px solid #E0E2E3;
}
.tp-order-info-list ul li span {
  font-size: 15px;
  color: var(--tp-common-black);
}
.tp-order-info-list ul li.tp-order-info-list-header {
  padding-top: 0;
  padding-bottom: 12px;
}
.tp-order-info-list ul li.tp-order-info-list-header h4 {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 0;
}
.tp-order-info-list ul li.tp-order-info-list-desc p {
  font-size: 15px;
  margin-bottom: 0;
}
.tp-order-info-list ul li.tp-order-info-list-desc p span {
  font-size: 15px;
  font-weight: 500;
}
.tp-order-info-list ul li.tp-order-info-list-subtotal span:last-child {
  color: var(--tp-common-black);
}
.tp-order-info-list ul li.tp-order-info-list-shipping span input {
  display: none;
}
.tp-order-info-list ul li.tp-order-info-list-shipping span input:checked ~ label::after {
  border-color: #4d3d30;
}
.tp-order-info-list ul li.tp-order-info-list-shipping span input:checked ~ label::before {
  opacity: 1;
  visibility: visible;
}
.tp-order-info-list ul li.tp-order-info-list-shipping span label {
  font-size: 14px;
  position: relative;
  padding-right: 27px;
}
.tp-order-info-list ul li.tp-order-info-list-shipping span label span {
  color: var(--tp-common-black);
}
.tp-order-info-list ul li.tp-order-info-list-shipping span label:hover {
  cursor: pointer;
}
.tp-order-info-list ul li.tp-order-info-list-shipping span label::after {
  position: absolute;
  content: "";
  right: 0;
  top: 5px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 1px solid #BCBCBC;
  transition: all 0.4s ease;
}
.tp-order-info-list ul li.tp-order-info-list-shipping span label::before {
  position: absolute;
  content: "";
  right: 4px;
  top: 9px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #4d3d30;
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s ease;
}
.tp-order-info-list ul li.tp-order-info-list-total {
  padding: 14px 0;
}
.tp-order-info-list ul li.tp-order-info-list-total span {
  font-size: 16px;
  font-weight: 500;
}
.tp-order-inner {
  background-color: var(--tp-common-white);
  box-shadow: 0px 30px 70px rgba(1, 15, 28, 0.1);
}

/*----------------------------------------*/
/*  10.4 Cart css
/*----------------------------------------*/
.tp-cart-header-product {
  padding-left: 30px !important;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .tp-cart-list {
    overflow-x: scroll;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .tp-cart-list {
    overflow-x: scroll;
    margin-right: 0;
  }
}
.tp-cart-list .table > :not(caption) > * > * {
  padding: 20px 0;
  box-shadow: none;
  vertical-align: middle;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .tp-cart-list table {
    width: 840px;
  }
}
.tp-cart-list thead {
  background-color: #EAE5DF;
}
.tp-cart-list thead th {
  font-weight: 500;
  font-size: 14px;
  color: var(--tp-common-black);
  border: 0 !important;
  padding-top: 9px !important;
  padding-bottom: 9px !important;
  background: transparent;
}
.tp-cart-list tr td {
  border-color: #E0E2E3;
}
.tp-cart-list tr td .tp-cart-action-btn {
  font-weight: 400;
  font-size: 14px;
  color: #818487;
}
.tp-cart-list tr td .tp-cart-action-btn svg {
  transform: translateY(-1px);
}
.tp-cart-list tr td .tp-cart-action-btn:hover {
  color: #FF1826;
}
.tp-cart-list tr td.tp-cart-add-to-cart .tp-btn {
  border-radius: 0;
}
.tp-cart-list tbody tr:first-child td {
  padding-top: 30px !important;
}
.tp-cart-img {
  width: 78px;
  margin-right: 20px;
}
.tp-cart-img img {
  width: 78px;
  height: 100px;
  object-fit: cover;
}
.tp-cart-title a {
  margin-left: 20px;
  font-weight: 400;
  font-size: 16px;
  color: var(--tp-common-black);
}
.tp-cart-title a:hover {
  color: var(--tp-common-black);
}
.tp-cart-price {
  width: 126px;
}
.tp-cart-price span {
  font-size: 16px;
  color: var(--tp-common-black);
}
.tp-cart-quantity {
  width: 180px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .tp-cart-coupon {
    margin-bottom: 20px;
  }
}
.tp-cart-coupon-input-box label {
  font-size: 14px;
  color: var(--tp-common-black);
  margin-bottom: 7px;
}
.tp-cart-coupon-input input {
  background: #EAE5DF;
  margin-right: 4px;
  max-width: 282px;
  font-size: 14px;
  padding-left: 26px;
  padding-right: 26px;
  border-radius: 0;
  color: var(--tp-common-black);
  border: 1px solid transparent;
  text-transform: capitalize;
}
.tp-cart-coupon-input input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  font-size: 14px;
  text-transform: capitalize;
  color: rgba(0, 0, 0, 0.4);
}
.tp-cart-coupon-input input::-moz-placeholder { /* Firefox 19+ */
  font-size: 14px;
  text-transform: capitalize;
  color: rgba(0, 0, 0, 0.4);
}
.tp-cart-coupon-input input:-moz-placeholder { /* Firefox 4-18 */
  font-size: 14px;
  text-transform: capitalize;
  color: rgba(0, 0, 0, 0.4);
}
.tp-cart-coupon-input input:-ms-input-placeholder { /* IE 10+  Edge*/
  font-size: 14px;
  text-transform: capitalize;
  color: rgba(0, 0, 0, 0.4);
}
.tp-cart-coupon-input input::placeholder { /* MODERN BROWSER */
  font-size: 14px;
  text-transform: capitalize;
  color: rgba(0, 0, 0, 0.4);
}
.tp-cart-coupon-input input:focus {
  border-color: #4D3D30;
  background-color: transparent;
}
.tp-cart-coupon-input button {
  font-size: 16px;
  font-weight: 500;
  padding: 17px 30px;
  color: var(--tp-common-white);
  background-color: #4D3D30;
}
.tp-cart-coupon-input button:hover {
  color: var(--tp-common-white);
  background-color: var(--tp-common-black);
}
.tp-cart-update-btn {
  font-size: 16px;
  font-weight: 500;
  padding: 16px 29px;
  color: var(--tp-common-black);
  background-color: var(--tp-common-white);
  border: 1px solid rgba(1, 15, 28, 0.1);
}
.tp-cart-update-btn:hover {
  background-color: #4d3d30;
  color: var(--tp-common-white);
  border-color: var(--tp-common-black);
}
.tp-cart-checkout-wrapper {
  margin-left: -24px;
  padding: 36px 24px 28px;
  background: var(--tp-common-white);
  box-shadow: 0px 30px 70px rgba(1, 15, 28, 0.1);
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .tp-cart-checkout-wrapper {
    margin-top: 50px;
    margin-left: 0;
  }
}
.tp-cart-checkout-top {
  padding-bottom: 13px;
  margin-bottom: 19px;
  border-bottom: 1px solid #E0E2E3;
}
.tp-cart-checkout-top span {
  font-size: 20px;
  color: var(--tp-common-black);
  font-weight: 500;
}
.tp-cart-checkout-shipping {
  padding-bottom: 16px;
  border-bottom: 1px solid #E0E2E3;
  margin-bottom: 15px;
}
.tp-cart-checkout-shipping-title {
  font-weight: 500;
  font-size: 15px;
  margin-bottom: 7px;
}
.tp-cart-checkout-shipping-option:not(:last-child) {
  margin-bottom: 4px;
}
.tp-cart-checkout-shipping-option input {
  display: none;
}
.tp-cart-checkout-shipping-option input:checked + label::after {
  border-color: var(--tp-common-black);
}
.tp-cart-checkout-shipping-option input:checked + label::before {
  opacity: 1;
  visibility: visible;
}
.tp-cart-checkout-shipping-option label {
  font-weight: 400;
  font-size: 14px;
  color: #161C2D;
  position: relative;
  padding-left: 25px;
}
.tp-cart-checkout-shipping-option label:hover {
  cursor: pointer;
}
.tp-cart-checkout-shipping-option label span {
  color: var(--tp-common-black);
}
.tp-cart-checkout-shipping-option label::after {
  position: absolute;
  content: "";
  left: 0;
  top: 5px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 1px solid #BCBCBC;
  transition: all 0.4s ease;
}
.tp-cart-checkout-shipping-option label::before {
  position: absolute;
  content: "";
  left: 4px;
  top: 9px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: var(--tp-common-black);
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s ease;
}
.tp-cart-checkout-total {
  margin-bottom: 25px;
}
.tp-cart-checkout-total span {
  font-weight: 500;
  font-size: 18px;
  color: var(--tp-common-black);
}
.tp-cart-checkout-btn {
  font-size: 16px;
  font-weight: 500;
  padding: 10px 30px;
  text-align: center;
  display: inline-block;
  color: var(--tp-common-white);
  background-color: #4D3D30;
}
.tp-cart-checkout-btn:hover {
  background-color: var(--tp-common-black);
  color: var(--tp-common-white);
}

.cartmini__area {
  position: fixed;
  right: 0;
  top: 0;
  width: 320px;
  height: 100%;
  -webkit-transform: translateX(calc(100% + 80px));
  -moz-transform: translateX(calc(100% + 80px));
  -ms-transform: translateX(calc(100% + 80px));
  -o-transform: translateX(calc(100% + 80px));
  transform: translateX(calc(100% + 80px));
  background: var(--tp-common-white) none repeat scroll 0 0;
  z-index: 99999;
  scrollbar-width: none;
  transition: 0.3s;
}
.cartmini__area::-webkit-scrollbar {
  display: none;
}
.cartmini__area.cartmini-opened {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
.cartmini__wrapper {
  position: relative;
  min-height: 100%;
  padding-left: 25px;
  padding-right: 25px;
}
.cartmini__top-title {
  padding: 20px 0;
  border-bottom: 1px solid #E0E2E3;
}
.cartmini__top-title h4 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 0;
  text-transform: capitalize;
}
.cartmini__close {
  position: absolute;
  top: 17px;
  right: 0;
}
.cartmini__close-btn {
  background: transparent;
  color: var(--tp-common-black);
  font-size: 22px;
}
.cartmini__close-btn:hover {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.cartmini__shipping {
  padding: 15px 0;
  border-bottom: 1px solid #E0E2E3;
}
.cartmini__shipping .progress {
  height: 10px;
  border-radius: 0;
}
.cartmini__shipping .progress-bar {
  background-color: #ffaf1b;
}
.cartmini__shipping p {
  margin-bottom: 5px;
  font-size: 16px;
}
.cartmini__shipping p span {
  color: red;
  font-weight: 600;
}
.cartmini__widget {
  height: calc(100vh - 380px);
  overflow-y: scroll;
  overscroll-behavior-y: contain;
  scrollbar-width: none;
}
.cartmini__widget::-webkit-scrollbar {
  display: none; /* for Chrome, Safari, and Opera */
}
.cartmini__widget-item {
  position: relative;
  display: flex;
  padding: 20px 0;
  border-bottom: 1px solid rgba(129, 129, 129, 0.2);
}
.cartmini__widget-item:last-child {
  border-bottom: 0;
}
.cartmini__thumb {
  border: 1px solid #E0E2E3;
  margin-right: 15px;
}
.cartmini__thumb img {
  width: 70px;
  height: auto;
}
.cartmini__title {
  font-size: 15px;
  margin-bottom: 4px;
  font-weight: 500;
}
.cartmini__title a {
  display: inline;
  transition: all 0.3s linear;
  background-repeat: no-repeat;
  background-size: 0% 1px, 0 1px;
  background-position: 100% 100%, 0 100%;
  background-image: linear-gradient(currentcolor, currentcolor), linear-gradient(currentcolor, currentcolor);
}
.cartmini__title a:hover {
  color: #4d3d30;
  background-size: 0% 1px, 100% 1px;
}
.cartmini__content {
  padding-right: 15px;
}
.cartmini__content .tp-product-quantity {
  width: 75px;
  padding: 0;
}
.cartmini__content .tp-product-quantity .tp-cart-input[type=text] {
  height: 30px;
  text-align: center;
  font-size: 13px;
  border: 1px solid #E0E2E3;
  background-color: var(--tp-common-white);
  padding: 0;
}
.cartmini__content .tp-product-quantity .tp-cart-plus,
.cartmini__content .tp-product-quantity .tp-cart-minus {
  width: 20px;
  height: 30px;
  line-height: 30px;
  display: inline-block;
  text-align: center;
  font-size: 13px;
  left: 3px;
}
.cartmini__content .tp-product-quantity .tp-cart-plus svg,
.cartmini__content .tp-product-quantity .tp-cart-minus svg {
  -webkit-transform: translateY(-1px);
  -moz-transform: translateY(-1px);
  -ms-transform: translateY(-1px);
  -o-transform: translateY(-1px);
  transform: translateY(-1px);
  width: 10px;
}
.cartmini__content .tp-product-quantity .tp-cart-plus::after,
.cartmini__content .tp-product-quantity .tp-cart-minus::after {
  display: none;
}
.cartmini__content .tp-product-quantity .tp-cart-plus {
  left: auto;
  right: 3px;
}
.cartmini__del {
  position: absolute;
  top: 15px;
  right: 0;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  color: var(--tp-common-black);
  font-size: 14px;
}
.cartmini__del:hover {
  color: #4d3d30;
}
.cartmini__checkout {
  padding-top: 15px;
  padding-bottom: 85px;
  width: 100%;
  border-top: 2px solid #E0E2E3;
}
.cartmini__checkout-title h4 {
  font-size: 15px;
  display: inline-block;
  font-weight: 500;
  margin-bottom: 0;
  text-transform: capitalize;
}
.cartmini__checkout-title span {
  float: right;
  font-size: 15px;
  color: var(--tp-common-black);
  font-weight: 500;
}
.cartmini__price {
  font-size: 14px;
  font-weight: 500;
  color: var(--tp-common-black);
}
.cartmini__quantity {
  font-size: 12px;
  font-weight: 500;
}
.cartmini__empty {
  margin-top: 150px;
}
.cartmini__empty img {
  margin-bottom: 30px;
}
.cartmini__empty p {
  font-size: 16px;
  color: var(--tp-common-black);
  margin-bottom: 15px;
}

/*----------------------------------------*/
/*  10.5 Account css
/*----------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px), only screen and (min-width: 576px) and (max-width: 767px) {
  .profile__tab {
    margin-right: 0;
    margin-bottom: 50px;
  }
}
.profile__tab nav .nav-tabs {
  padding: 0;
  border: 0;
  margin: 0;
  padding: 20px 0;
  border: 1px solid #E0E2E3;
  background-color: var(--tp-common-white);
}
.profile__tab nav .nav-tabs .nav-link {
  font-weight: 400;
  font-size: 16px;
  padding: 14px 0px;
  margin: 0px 30px;
  position: relative;
  border-radius: 0;
  text-align: left;
  border: 0;
  color: #5D5D63;
  font-family: var(--tp-ff-onest);
}
.profile__tab nav .nav-tabs .nav-link::after {
  position: absolute;
  top: 14px;
  left: -31px;
  height: 25px;
  width: 2px;
  content: "";
  transition: 0.4s;
  opacity: 0;
  visibility: hidden;
  background-color: var(--tp-common-black);
}
.profile__tab nav .nav-tabs .nav-link:not(:last-child) {
  border-bottom: 1px dashed #E0E2E3;
}
.profile__tab nav .nav-tabs .nav-link span {
  margin-right: 7px;
}
.profile__tab nav .nav-tabs .nav-link.active {
  color: var(--tp-common-black);
}
.profile__tab nav .nav-tabs .nav-link.active::after {
  opacity: 1;
  visibility: visible;
}
.profile__tab .tp-tab-menu {
  position: relative;
}
.profile__tab-content {
  padding: 35px 40px 40px;
  background-color: var(--tp-common-white);
}
.profile__info-title {
  font-size: 20px;
  margin-bottom: 25px;
  font-family: var(--tp-ff-onest);
}
.profile__input {
  margin-bottom: 25px;
  position: relative;
}
.profile__input-box h4 {
  font-weight: 500;
  font-size: 14px;
  letter-spacing: -0.02em;
  color: var(--tp-common-black-solid);
  margin-bottom: 10px;
}
.profile__input-box h4 span {
  color: var(--tp-theme-primary);
}
.profile__input-box p {
  font-size: 13px;
  color: var(--tp-common-white);
  opacity: 0.7;
  margin-bottom: 10px;
}
.profile__input > span {
  position: absolute;
  top: 50%;
  left: 20px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.profile__input > span svg {
  -webkit-transform: translateY(-2px);
  -moz-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  -o-transform: translateY(-2px);
  transform: translateY(-2px);
}
.profile__input input, .profile__input textarea {
  width: 100%;
  height: 60px;
  line-height: 60px;
  padding: 0 25px;
  padding-left: 50px;
  border: 0;
  outline: 0;
  background-color: #F4F0EA;
  border: 1px solid transparent;
  color: var(--tp-common-black);
  font-family: var(--tp-ff-onest);
}
.profile__input input:focus, .profile__input textarea:focus {
  background-color: transparent;
  border-color: var(--tp-theme-primary);
}
.profile__input textarea {
  line-height: 1.5;
  padding: 20px;
  resize: none;
  height: 200px;
  resize: none;
}
.profile__input .nice-select {
  width: 100%;
  float: none;
  height: 60px;
  border: 1px solid #EAEAEF;
  border-radius: 0;
  line-height: 58px;
  padding-left: 27px;
}
.profile__input .nice-select .current {
  color: var(--tp-common-black);
  font-family: var(--tp-ff-onest);
}
.profile__input .nice-select::after {
  right: 25px;
  color: var(--tp-common-black);
}
.profile__input .nice-select.open .list {
  -webkit-transform: scale(1) translateY(0px);
  -moz-transform: scale(1) translateY(0px);
  -ms-transform: scale(1) translateY(0px);
  -o-transform: scale(1) translateY(0px);
  transform: scale(1) translateY(0px);
}
.profile__input .nice-select .list {
  width: 100%;
  border-radius: 0;
  margin-top: 0;
  padding: 13px 8px;
  transform-origin: center center;
  -webkit-transform: scale(0.9) translateY(0px);
  -moz-transform: scale(0.9) translateY(0px);
  -ms-transform: scale(0.9) translateY(0px);
  -o-transform: scale(0.9) translateY(0px);
  transform: scale(0.9) translateY(0px);
  font-family: var(--tp-ff-onest);
}
.profile__input .nice-select .list .option:hover {
  color: var(--tp-common-black);
}
.profile__password input {
  padding: 0 20px;
  background-color: #F4F0EA;
  border: 1px solid transparent;
}
.profile__password input:focus {
  background-color: transparent;
}
.profile__ticket {
  border: 1px solid #E0E2E3;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .profile__ticket {
    overflow-x: scroll;
  }
}
.profile__ticket table thead tr {
  background-color: transparent;
}
.profile__ticket table th {
  color: var(--tp-common-black);
  border-color: #E0E2E3;
  box-shadow: none;
  font-family: var(--tp-ff-onest);
}
.profile__ticket table td {
  color: var(--tp-common-black);
}
.profile__ticket table tbody > tr:first-child {
  background-color: transparent;
}
.profile__ticket table tbody > tr:not(:last-child) {
  border-bottom: 1px solid #E0E2E3;
}
.profile__ticket table tbody > tr td, .profile__ticket table tbody > tr th {
  vertical-align: middle;
  color: var(--tp-common-black);
  font-family: var(--tp-ff-onest);
}
.profile__ticket table tbody > tr > th {
  padding-left: 15px;
  padding-right: 15px;
}
.profile__ticket table tbody > tr th[scope=row] {
  color: var(--tp-common-black);
}
.profile__ticket table tbody > tr td[data-info="status done"] {
  color: #08AF5C;
}
.profile__ticket table tbody > tr td[data-info="status pending"] {
  color: #6364DB;
}
.profile__ticket table tbody > tr td[data-info="status reply"] {
  color: #D93D1E;
}
.profile__ticket table tbody > tr td[data-info="status hold"] {
  color: #FFB422;
}
.profile__ticket table tbody > tr .tp-btn {
  padding: 7px 18px;
  background-color: #E0E2E3;
  color: var(--tp-common-black);
  font-weight: 500;
  min-width: 90px;
}
.profile__ticket table tbody > tr .tp-btn:hover {
  color: var(--tp-common-white);
  background-color: var(--tp-common-black);
}
.profile__ticket .table {
  margin-bottom: 0;
  --bs-table-bg: none;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .profile__ticket .table {
    width: 700px;
  }
}
.profile__ticket .table > :not(:first-child) {
  border-color: #EAEAEF;
  border-top-width: 1px;
}
.profile__ticket .table > :not(caption) > * > * {
  padding: 1rem 1.5rem;
  border: 0;
  box-shadow: none;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .profile__address-item {
    margin-bottom: 40px;
  }
}
.profile__address-title {
  font-size: 22px;
  margin-bottom: 20px;
  font-family: var(--tp-ff-onest);
}
.profile__address-icon span {
  display: inline-block;
  min-width: 45px;
  margin-right: 20px;
}
@media (max-width: 767px) {
  .profile__address-icon span {
    margin-bottom: 20px;
  }
}
.profile__address-icon span svg {
  width: 45px;
}
.profile__address-icon span svg path {
  fill: var(--tp-common-black);
}
.profile__address-content p {
  font-size: 16px;
  margin-bottom: 10px;
  font-family: var(--tp-ff-onest);
}
.profile__address-content p span {
  font-weight: 600;
  margin-right: 7px;
  color: var(--tp-common-black);
}
.profile__notification-title {
  font-size: 24px;
  margin-bottom: 10px;
  color: var(--tp-common-black);
  font-family: var(--tp-ff-onest);
}
.profile__notification p {
  font-family: var(--tp-ff-onest);
}
.profile__notification-item .form-check-input {
  margin-top: 0;
  width: 40px;
  height: 20px;
  box-shadow: none;
}
.profile__notification-item .form-check-label {
  font-size: 16px;
  margin-left: 10px;
  color: var(--tp-common-black);
  font-family: var(--tp-ff-onest);
}
.profile__notification-item .form-check-label:hover {
  cursor: pointer;
  color: var(--tp-common-black);
}
.profile__notification-item .form-check-input:checked {
  background-color: var(--tp-common-black);
  border-color: var(--tp-common-black);
}
.profile__btn .tp-btn {
  padding: 14px 39px;
  border: 1px solid #EAEAEF;
}
.profile__btn .tp-btn-cart {
  font-size: 16px;
  font-weight: 500;
  height: 50px;
  line-height: 45px;
  padding: 0px 30px;
  transition: 0.3s;
  display: inline-block;
  text-align: center;
  border-radius: 8px;
  text-transform: capitalize;
  color: var(--tp-common-white);
  font-family: var(--tp-ff-onest);
  background-color: #4D3D30;
  border: 2px solid transparent;
}
.profile__btn .tp-btn-cart:hover {
  border-color: #4D3D30;
  color: var(--tp-common-black);
  background-color: transparent;
}
@media (max-width: 767px) {
  .profile__main-inner {
    margin-bottom: 20px;
  }
}
.profile__main-thumb {
  position: relative;
}
.profile__main-thumb img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  margin-right: 16px;
}
@media (max-width: 767px) {
  .profile__main-thumb img {
    margin-bottom: 20px;
  }
}
.profile__main-thumb-edit input {
  display: none;
}
.profile__main-thumb-edit label {
  position: absolute;
  bottom: 2px;
  right: 12px;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  color: var(--tp-common-black);
  background-color: #fff;
  border-radius: 50%;
  transition: 0.3s;
  box-shadow: 0px 1px 2px rgba(25, 25, 26, 0.2);
}
.profile__main-thumb-edit label i {
  margin-left: 2px;
}
.profile__main-thumb-edit label:hover {
  cursor: pointer;
  color: var(--tp-common-white);
  background-color: #4d3d30;
}
.profile__main-title {
  font-size: 24px;
  margin-bottom: 0;
  font-family: var(--tp-ff-onest);
}
.profile__main-content p {
  font-size: 14px;
  margin-bottom: 0;
  font-family: var(--tp-ff-onest);
}
.profile__main-content p span {
  color: var(--tp-common-black);
  font-weight: 500;
}
.profile__main-info-item {
  text-align: center;
  padding: 27px 30px 25px;
  background-color: #F4F0EA;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .profile__main-info-item {
    margin-bottom: 25px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .profile__main-info-item {
    padding: 22px 0 20px;
  }
}
.profile__main-info-icon {
  position: relative;
  margin-bottom: 15px;
}
.profile__main-info-icon > span {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
}
.profile__main-info-icon > span svg {
  width: 60px;
}
.profile__main-info-icon > span svg path {
  fill: var(--tp-common-black);
}
.profile__main-info-icon .profile-icon-count {
  position: absolute;
  top: 2px;
  right: -8px;
  width: 26px;
  height: 26px;
  line-height: 21px;
  border-radius: 50%;
  font-size: 12px;
  font-weight: 600;
  border: 2px solid #fff;
  color: var(--tp-common-white);
  font-family: var(--tp-ff-onest);
  background-color: #4d3d30;
}
.profile__main-info-title {
  font-size: 18px;
  margin-bottom: 0;
  font-family: var(--tp-ff-onest);
}

.tp-logout-btn {
  font-size: 14px;
  font-weight: 500;
  padding: 6px 18px;
  text-align: center;
  display: inline-block;
  color: var(--tp-common-black);
  font-family: var(--tp-ff-onest);
  border: 1px solid rgba(2, 6, 38, 0.12);
}
.tp-logout-btn:hover {
  color: var(--tp-common-white);
  border-color: #4d3d30;
  background-color: #4d3d30;
}

.tp-profile-input-wrapper {
  margin-bottom: 8px;
}
.tp-profile-input-box {
  position: relative;
  margin-bottom: 30px;
}
.tp-profile-input input {
  background: #F4F0EA;
  border: 1px solid transparent;
  font-size: 14px;
  color: var(--tp-common-black);
}
.tp-profile-input input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #95999D;
}
.tp-profile-input input::-moz-placeholder { /* Firefox 19+ */
  color: #95999D;
}
.tp-profile-input input:-moz-placeholder { /* Firefox 4-18 */
  color: #95999D;
}
.tp-profile-input input:-ms-input-placeholder { /* IE 10+  Edge*/
  color: #95999D;
}
.tp-profile-input input::placeholder { /* MODERN BROWSER */
  color: #95999D;
}
.tp-profile-input textarea {
  height: 165px;
  resize: none;
}
.tp-profile-input-title label {
  font-size: 16px;
  padding: 0 5px;
  line-height: 1;
  font-weight: 500;
  margin-bottom: 12px;
  display: inline-block;
  color: var(--tp-common-black);
}
.tp-profile-input-eye {
  top: 50%;
  right: 26px;
  position: absolute;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.tp-profile-input-eye .open-eye {
  display: none;
}
.tp-profile-input-eye span {
  transition: 0.3s;
}
.tp-profile-input-eye:hover {
  cursor: pointer;
}
.tp-profile-input-eye:hover span {
  color: var(--tp-common-black);
}

/*----------------------------------------*/
/*  10.6 Error Css
/*----------------------------------------*/
.tp-error-title {
  font-weight: 700;
  font-size: 64px;
  margin-bottom: 50px;
  color: var(--tp-common-black);
}
.tp-error-title-sm {
  font-weight: 600;
  font-size: 26px;
  line-height: 1;
  text-transform: uppercase;
  color: var(--tp-common-black);
}
.tp-error-content p {
  font-weight: 400;
  font-size: 18px;
  color: #57575a;
  margin-bottom: 30px;
}
.tp-error-content .tp-btn {
  height: 60px;
  line-height: 55px;
  border-radius: 40px;
  padding: 0 18px 0 24px;
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 0.03em;
  z-index: 9;
  overflow: hidden;
  display: inline-block;
  text-transform: capitalize;
  position: relative;
  transition: all 0.3s;
  background-color: var(--tp-common-black);
  color: var(--tp-common-white);
  border: 2px solid transparent;
}
.tp-error-content .tp-btn:hover {
  background-color: transparent;
  color: var(--tp-common-black);
  border-color: var(--tp-common-black);
}
.tp-error-wrapper img {
  margin-bottom: 55px;
}

/* HEADER CSS */
/*----------------------------------------*/
/*   3.1 Header Style
/*----------------------------------------*/
.tp-header-menu.tp-header-cnt-menu > nav > ul {
  margin-left: 270px;
}
@media only screen and (min-width: 1600px) and (max-width: 1700px) {
  .tp-header-menu.tp-header-cnt-menu > nav > ul {
    margin-left: 100px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-header-menu.tp-header-cnt-menu > nav > ul {
    margin-left: 0;
  }
}
.tp-header-menu.tp-header-cnt-menu > nav > ul > li > a {
  color: var(--tp-common-black-7);
}
.tp-header-menu.tp-header-cnt-menu > nav > ul > li.has-dropdown::after {
  color: var(--tp-common-black-7);
}
.tp-header-right .cr-header-login a {
  font-size: 15px;
  line-height: 1;
  font-weight: 600;
  border-radius: 6px;
  display: inline-block;
  padding: 11px 20px 12px;
  letter-spacing: -0.15px;
  color: var(--tp-common-white);
  border: 1px solid rgba(255, 255, 255, 0.06);
  background: rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(10px);
}
.tp-header-right .cr-header-login a:hover {
  color: var(--tp-common-black-7);
  background-color: var(--tp-common-white);
}
.tp-header-right.cr-header .tp-btn-white-border {
  border-radius: 6px;
}
.tp-header-cnt-left {
  width: 675px;
  opacity: 0.97;
  padding: 28px 30px;
  display: inline-block;
  border-radius: 16px;
  backdrop-filter: blur(5px);
  background: var(--tp-common-white);
  box-shadow: 5px 6px 50px 5px rgba(16, 48, 42, 0.06);
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-header-cnt-left {
    width: auto;
    padding: 0;
    box-shadow: none;
    backdrop-filter: inherit;
    background-color: transparent;
  }
}
.tp-header-cnt-wrap .tp-header-logo-wrap p {
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  color: var(--tp-common-black-7);
}
.tp-header-cnt-bar-wrap .tp-header-bar {
  font-size: 14px;
  font-weight: 500;
  padding-left: 20px;
  margin-right: 20px;
  text-transform: uppercase;
  color: var(--tp-common-black-7);
  border-left: 1px solid rgba(5, 3, 18, 0.2);
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-header-cnt-bar-wrap .tp-header-bar {
    border: none;
  }
}
.tp-header-cnt-bar-wrap .tp-header-bar span {
  margin-left: 8px;
  display: inline-block;
}
.tp-header-cnt-bar-wrap .tp-header-bar:hover {
  color: var(--tp-common-red-2);
}
.tp-header-cnt-bar-wrap .tp-header-8-lang {
  padding-left: 20px;
  border-left: 1px solid rgba(5, 3, 18, 0.2);
}

.ais-header-btn a {
  font-size: 14px;
  font-weight: 500;
  display: inline-block;
  color: var(--tp-common-black-7);
}
.ais-header-btn a span {
  margin-left: 8px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  place-content: center;
  display: inline-grid;
  background-color: var(--tp-common-blue);
}
.ais-header-btn a:hover {
  color: var(--tp-common-blue);
}

/*----------------------------------------*/
/*   3.2 Hero Style
/*----------------------------------------*/
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .cst-hero-ptb {
    padding-top: 150px;
  }
}
.cst-hero-thumb img {
  border-radius: 16px 16px 120px 16px;
}
@media (max-width: 767px) {
  .cst-hero-thumb-shapes {
    display: none;
  }
}
.cst-hero-thumb-shapes .shape-1 {
  top: 10%;
  left: -120px;
  position: absolute;
}
@media only screen and (min-width: 1600px) and (max-width: 1700px), only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .cst-hero-thumb-shapes .shape-1 {
    left: 0;
  }
}
.cst-hero-thumb-shapes .shape-2 {
  right: 50px;
  bottom: 50px;
  position: absolute;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .cst-hero-thumb-shapes .shape-2 {
    bottom: 25%;
  }
}
.cst-hero-wrapper {
  margin-left: 55px;
  align-items: center;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .cst-hero-wrapper {
    margin-left: 0;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .cst-hero-wrapper {
    padding-bottom: 100px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .cst-hero-wrapper {
    padding-bottom: 80px;
  }
}
@media (max-width: 767px) {
  .cst-hero-wrapper {
    padding-bottom: 60px;
  }
}
.cst-hero-wrapper .shape-1 {
  position: absolute;
  bottom: -10%;
  right: 0;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .cst-hero-wrapper .shape-1 {
    bottom: 5%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .cst-hero-wrapper .shape-1 {
    right: 20%;
    bottom: 30%;
  }
}
@media (max-width: 767px) {
  .cst-hero-wrapper .shape-1 {
    display: none;
  }
}
.cst-hero-left {
  margin-right: 30px;
}
@media (max-width: 767px) {
  .cst-hero-left {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.cst-hero-subtitle {
  font-size: 14px;
  font-weight: 600;
  display: inline-block;
  writing-mode: sideways-lr;
  text-transform: uppercase;
  color: var(--tp-common-white);
  font-family: var(--tp-ff-inter);
}
@media (max-width: 767px) {
  .cst-hero-subtitle {
    writing-mode: inherit;
  }
}
.cst-hero-right {
  padding-left: 30px;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}
@media (max-width: 767px) {
  .cst-hero-right {
    padding-left: 0;
    border-left: none;
  }
}
.cst-hero-btn-box {
  display: flex;
  gap: 12px;
}
.cst-hero-item {
  gap: 20px;
  display: flex;
  align-items: center;
}
.cst-hero-item-title {
  margin: 0;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: -0.36px;
  color: var(--tp-common-white);
}
.cst-hero-item::before {
  content: "";
  height: 12px;
  width: 12px;
  border-radius: 50%;
  display: inline-block;
  border: 3px solid var(--tp-common-white);
}
.cst-hero-slider-wrapper {
  z-index: 0;
  padding: 30px 0;
  position: relative;
  margin-top: -130px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .cst-hero-slider-wrapper {
    margin-top: 0;
  }
}

.cnt-hero-ptb {
  padding-top: 200px;
  padding-bottom: 250px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .cnt-hero-ptb {
    padding-top: 150px;
    padding-bottom: 40px;
  }
}
.cnt-hero-shape {
  position: absolute;
  top: 25%;
  right: 25%;
}
@media only screen and (min-width: 1600px) and (max-width: 1700px), only screen and (min-width: 1400px) and (max-width: 1599px) {
  .cnt-hero-shape {
    top: 32%;
    right: 20%;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .cnt-hero-shape {
    display: none;
  }
}
.cnt-hero-title {
  font-size: 82px;
  font-weight: 500;
  line-height: 1.05;
  margin-left: -4px;
  margin-bottom: 45px;
  text-transform: uppercase;
  color: var(--tp-common-black);
  font-family: var(--tp-ff-clash-medium);
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .cnt-hero-title {
    font-size: 70px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .cnt-hero-title {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .cnt-hero-title {
    font-size: 50px;
  }
  .cnt-hero-title br {
    display: none;
  }
}
.cnt-hero-title span {
  display: inline-block;
  transform: translateY(-30px);
}
.cnt-hero-main-thumb img {
  max-width: inherit;
}
@media only screen and (min-width: 1600px) and (max-width: 1700px) {
  .cnt-hero-main-thumb img {
    transform: translateX(-50px);
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .cnt-hero-main-thumb img {
    transform: translateX(-100px);
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .cnt-hero-main-thumb img {
    transform: scale(0.7) translateX(-150px);
  }
}
@media (max-width: 767px) {
  .cnt-hero-main-thumb img {
    max-width: 100%;
  }
}
.cnt-hero-list {
  width: 100%;
  align-items: center;
  display: inline-flex;
  justify-content: space-between;
}
.cnt-hero-list:not(:last-of-type) {
  border-bottom: 1px solid rgba(5, 3, 18, 0.1);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), (max-width: 767px) {
  .cnt-hero-list {
    padding-bottom: 10px;
  }
}
.cnt-hero-list-wrap {
  padding: 40px;
  border-radius: 32px;
  background: var(--tp-common-white);
  box-shadow: 0 20px 120px 0 rgba(0, 0, 0, 0.1);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), (max-width: 767px) {
  .cnt-hero-list-wrap {
    padding: 30px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .cnt-hero-list-wrap {
    margin-top: -140px;
  }
}
.cnt-hero-list-num {
  width: 150px;
  font-size: 52px;
  font-weight: 500;
  margin-right: 40px;
  color: var(--tp-common-black);
  font-family: var(--tp-ff-clash-medium);
}
@media only screen and (min-width: 1701px) and (max-width: 1800px), only screen and (min-width: 1600px) and (max-width: 1700px) {
  .cnt-hero-list-num {
    width: 95px;
    font-size: 40px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), (max-width: 767px) {
  .cnt-hero-list-num {
    width: 70px;
    font-size: 30px;
  }
}
.cnt-hero-list-name {
  font-size: 20px;
  font-weight: 500;
  color: #696871;
  text-transform: uppercase;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), (max-width: 767px) {
  .cnt-hero-list-name {
    font-size: 15px;
  }
}
.cnt-hero-list-icon span {
  display: inline-grid;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  place-content: center;
  border: 1px solid rgba(5, 3, 18, 0.1);
}
.cnt-hero-list-left {
  margin-right: 20px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .ais-hero-ptb {
    padding-bottom: 45px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .ais-hero-ptb {
    padding-top: 130px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .ais-hero-shapes {
    display: none;
  }
}
.ais-hero-shapes .shape-1 {
  position: absolute;
  top: 0px;
  right: 10%;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .ais-hero-shapes .shape-1 {
    right: 0;
    top: -12%;
  }
}
.ais-hero-shapes .shape-2 {
  position: absolute;
  bottom: -20px;
  left: 4%;
}
.ais-hero-shapes .shape-3 {
  position: absolute;
  bottom: 5%;
  right: 12%;
}
.ais-hero-sub {
  font-size: 14px;
  font-weight: 500;
  padding: 2px 23px;
  border-radius: 50px;
  letter-spacing: -0.14px;
  backdrop-filter: blur(20px);
  background: rgba(255, 255, 255, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.32);
}
.ais-hero-title {
  font-size: 54px;
  font-weight: 600;
  line-height: 1.22;
  color: var(--tp-common-black);
  font-family: var(--tp-ff-inter);
}
@media (max-width: 767px) {
  .ais-hero-title {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .ais-hero-title span, .ais-hero-title br {
    display: none;
  }
}
.ais-hero-text {
  margin-bottom: 28px;
}
.ais-hero-text p {
  font-size: 16px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.8);
}
@media (max-width: 767px) {
  .ais-hero-text p br {
    display: none;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .ais-hero-thumb-shapes {
    display: none;
  }
}
.ais-hero-thumb-shapes .shape-1 {
  position: absolute;
  top: 18%;
  left: -16%;
}
@media only screen and (min-width: 1600px) and (max-width: 1700px) {
  .ais-hero-thumb-shapes .shape-1 {
    left: -12%;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .ais-hero-thumb-shapes .shape-1 {
    left: -6%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ais-hero-thumb-shapes .shape-1 {
    left: 0;
  }
}
.ais-hero-thumb-shapes .shape-2 {
  position: absolute;
  top: 56%;
  left: -8%;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .ais-hero-thumb-shapes .shape-2 {
    left: 0;
  }
}
.ais-hero-thumb-shapes .shape-3 {
  position: absolute;
  top: -5%;
  z-index: 1;
  right: -13%;
}
@media only screen and (min-width: 1600px) and (max-width: 1700px) {
  .ais-hero-thumb-shapes .shape-3 {
    right: -8%;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .ais-hero-thumb-shapes .shape-3 {
    right: -2%;
  }
}
.ais-hero-thumb-shapes .shape-4 {
  position: absolute;
  top: 6%;
  right: -16%;
}
@media only screen and (min-width: 1600px) and (max-width: 1700px) {
  .ais-hero-thumb-shapes .shape-4 {
    right: -10%;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .ais-hero-thumb-shapes .shape-4 {
    right: -6%;
  }
}
/*----------------------------------------*/
/*   3.3 common Style
/*----------------------------------------*/
.cst-section-title {
  font-size: 52px;
  font-weight: 600;
  line-height: 1.1;
  color: var(--tp-common-black);
  font-family: var(--tp-ff-phudu);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .cst-section-title {
    font-size: 45px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .cst-section-title br {
    display: none;
  }
}
.cst-section-title.color-white {
  color: var(--tp-common-white);
}
.cst-section-title.fs-62 {
  font-size: 62px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 768px) and (max-width: 991px) {
  .cst-section-title.fs-62 {
    font-size: 55px;
  }
}
@media (max-width: 767px) {
  .cst-section-title.fs-62 {
    font-size: 45px;
    margin-bottom: 20px;
  }
  .cst-section-title.fs-62 br {
    display: none;
  }
}
.cst-section-title.fs-32 {
  font-size: 32px;
}
.cst-section-subtitle {
  font-size: 13px;
  font-weight: 600;
  display: inline-block;
  text-transform: uppercase;
  color: var(--tp-common-black-7);
}
.cst-section-subtitle.color-white {
  color: var(--tp-common-white);
}

.cnt-section-subtitle {
  font-size: 14px;
  font-weight: 500;
  padding: 1px 17px;
  border-radius: 50px;
  display: inline-block;
  text-transform: uppercase;
  color: var(--tp-common-red-2);
  font-family: var(--tp-ff-inter);
  border: 1px solid rgba(5, 3, 18, 0.1);
}

.ais-section-subtitle {
  font-size: 14px;
  font-weight: 500;
  padding: 2px 18px;
  border-radius: 50px;
  margin-bottom: 15px;
  display: inline-block;
  border: 1px solid rgba(5, 3, 18, 0.1);
  color: rgba(5, 3, 18, 0.7);
}

.ais-section-title {
  font-size: 42px;
  font-weight: 500;
  line-height: 1.24;
  margin-bottom: 20px;
  color: var(--tp-common-black-7);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .ais-section-title {
    font-size: 40px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ais-section-title {
    font-size: 38px;
  }
}
@media (max-width: 767px) {
  .ais-section-title {
    font-size: 35px;
  }
  .ais-section-title br {
    display: none;
  }
}

.tp-section-title-clash-600.fw-500 {
  font-weight: 500;
  font-family: var(--tp-ff-clash-medium);
}

.cst-btn {
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  border-radius: 6px;
  display: inline-block;
  padding: 17px 20px 13px;
  letter-spacing: -0.16px;
  backdrop-filter: blur(10px);
  background: var(--tp-common-green-1);
  color: var(--tp-common-black-7);
  font-family: var(--tp-ff-inter);
  border: 1px solid rgba(255, 255, 255, 0.1);
}
@media (max-width: 767px) {
  .cst-btn {
    padding: 16px 16px 13px;
  }
}
.cst-btn:hover span span.text-1 {
  -webkit-transform: translateY(-150%);
  transform: translateY(-150%);
}
.cst-btn:hover span span.text-2 {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cst-btn span {
  position: relative;
  z-index: 1;
  line-height: 1;
  overflow: hidden;
  display: inline-block;
}
.cst-btn span svg {
  margin-left: 4px;
}
.cst-btn span span.text-1 {
  position: relative;
  display: block;
  transition: 0.3s;
}
.cst-btn span span.text-2 {
  position: absolute;
  top: 100%;
  display: block;
  transition: 0.3s;
}
.cst-btn.transparent {
  border-radius: 6px;
  backdrop-filter: blur(10px);
  color: var(--tp-common-white);
  border: 1px solid rgba(255, 255, 255, 0.06);
  background: rgba(255, 255, 255, 0.06);
}
.cst-btn.black-t {
  background-color: transparent;
  border-color: var(--tp-common-black-7);
}
.cst-btn.black-t:hover {
  border-color: transparent;
  color: var(--tp-common-black-7);
  background-color: var(--tp-common-green-1);
}
.cst-btn.white-t {
  background-color: transparent;
  color: var(--tp-common-white);
  border-color: var(--tp-common-white);
}
.cst-btn.white-t:hover {
  border-color: transparent;
  color: var(--tp-common-black-7);
  background-color: var(--tp-common-green-1);
}

.tp-btn-black-square.cnt-btn-style {
  gap: 8px;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0;
  align-items: center;
  display: inline-flex;
  padding: 9px 9px 9px 22px;
  text-transform: uppercase;
  font-family: var(--tp-ff-clash-medium);
}
.tp-btn-black-square.cnt-btn-style:hover i svg:first-child {
  transform: translate(20px, -21px);
}
.tp-btn-black-square.cnt-btn-style:hover i svg:last-child {
  transform: translate(9px, -9px);
}
.tp-btn-black-square.cnt-btn-style i {
  width: 30px;
  height: 30px;
  text-align: center;
  margin-left: 0px;
  border-radius: 4px;
  display: inline-grid;
  place-content: center;
  background-color: var(--tp-common-red-2);
}
.tp-btn-black-square.cnt-btn-style i svg {
  left: 9px;
  bottom: 6px;
}
.tp-btn-black-square.cnt-btn-style i svg:last-child {
  left: 0;
  bottom: 0;
  color: var(--tp-common-white);
}
.tp-btn-black-square.cnt-btn-style.style-2 {
  padding: 9px 22px 9px 9px;
}
.tp-btn-black-square.cnt-btn-style.btn-transparent {
  background-color: transparent;
  color: var(--tp-common-red-2);
  border: 1px solid var(--tp-common-red-2);
}
.tp-btn-black-square.cnt-btn-style.btn-transparent i svg {
  color: var(--tp-common-white);
}

.tp-btn-black-radius.btn-style-ai:hover i svg:first-child {
  transform: translateX(16px);
}
.tp-btn-black-radius.btn-style-ai:hover i svg:last-child {
  transform: translateX(13px);
}
.tp-btn-black-radius.btn-style-ai i svg {
  transform: none;
}
.tp-btn-black-radius.btn-style-ai i svg:last-child {
  bottom: 0;
}
.tp-btn-black-radius.btn-style-ai.btn-blue-bg i {
  height: 38px;
  width: 38px;
  line-height: 38px;
}

.cnt-bg-clip {
  clip-path: polygon(94.36% 0px, 100% 4%, 100% 100%, 0px 100%, 0% 50%, 0px 0px);
}

p.color-g {
  color: #61616A;
}

@-webkit-keyframes shake {
  0%, 50%, 100% {
    transform: rotate(0);
  }
  5%, 10%, 15%, 20%, 25%, 30%, 35%, 40% {
    transform: rotate(6deg);
  }
  45% {
    transform: rotate(4deg);
  }
  7.5%, 12.5%, 17.5%, 22.5%, 27.5%, 32.5%, 37.5%, 42.5% {
    transform: rotate(-6deg);
  }
  47.5% {
    transform: rotate(-2deg);
  }
}
@keyframes shake {
  0%, 50%, 100% {
    transform: rotate(0);
  }
  5%, 10%, 15%, 20%, 25%, 30%, 35%, 40% {
    transform: rotate(6deg);
  }
  45% {
    transform: rotate(4deg);
  }
  7.5%, 12.5%, 17.5%, 22.5%, 27.5%, 32.5%, 37.5%, 42.5% {
    transform: rotate(-6deg);
  }
  47.5% {
    transform: rotate(-2deg);
  }
}
@keyframes marquee-horizontal-rtl {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(0);
  }
}
/*----------------------------------------*/
/*   3.2 About Style
/*----------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .cst-about-ptb {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.cst-about-shape {
  position: absolute;
  top: 50%;
  left: -5%;
  transform: translateY(-50%);
}
@media only screen and (min-width: 1701px) and (max-width: 1800px) {
  .cst-about-shape {
    left: -10%;
  }
}
@media only screen and (min-width: 1600px) and (max-width: 1700px) {
  .cst-about-shape {
    left: -12%;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .cst-about-shape {
    left: -18%;
  }
}
.cst-about-shape img {
  mix-blend-mode: soft-light;
}
@media (max-width: 767px) {
  .cst-about-heading .cst-section-title img {
    display: none;
  }
}
.cst-about-list ul li {
  gap: 15px;
  display: flex;
  list-style: none;
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .cst-about-list ul li {
    margin-bottom: 12px;
  }
}
.cst-about-list ul li span {
  display: grid;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  place-content: center;
  background-color: var(--tp-common-green-1);
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .cst-about-text p {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .cst-about-text p br {
    display: none;
  }
}
.cst-about-text p span {
  color: var(--tp-common-black-7);
}
.cst-about-thumb img {
  border-radius: 8px;
}
.cst-about-right {
  margin-left: -120px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .cst-about-right {
    margin-left: 0;
  }
}

.cst-border-b {
  border-bottom: 1px solid #E8E8E8;
}

.cnt-about-style {
  position: relative;
}
@media (max-width: 767px) {
  .cnt-about-style {
    padding-top: 0;
  }
}
.cnt-about-style .ar-about-top-img img {
  border-radius: 16px;
}
.cnt-about-style .ar-about-thumb {
  border-radius: 16px;
}
.cnt-about-style .ar-about-thumb img {
  margin-top: -10px;
}
.cnt-about-style .ar-about-shape {
  bottom: 140px;
  left: 60px;
  z-index: -1;
}

/*----------------------------------------*/
/*   3.2 Feature Style
/*----------------------------------------*/
@media (max-width: 767px) {
  .cst-feature-ptb {
    padding-bottom: 80px;
  }
}
.cst-feature-top {
  padding-top: 80px;
  border-top: 1px solid rgba(5, 3, 18, 0.06);
}
.cst-feature-item {
  gap: 24px;
  display: flex;
  align-items: center;
}
.cst-feature-item-icon span {
  display: inline-grid;
  place-content: center;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  text-align: center;
  background-color: var(--tp-common-white);
}
.cst-feature-item-title {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 10px;
  text-transform: uppercase;
  color: var(--tp-common-black-7);
  font-family: var(--tp-ff-phudu);
}
.cst-feature-item-content p {
  font-size: 15px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .cst-feature-item-content p br {
    display: none;
  }
}
.cst-feature-text {
  font-size: 16px;
  font-weight: 500;
  color: #61616A;
  line-height: 1.5;
  font-family: var(--tp-ff-inter);
}
.cst-feature-text span {
  font-size: 13px;
  font-weight: 600;
  padding: 7px 16px;
  margin-right: 5px;
  border-radius: 30px;
  text-transform: uppercase;
  color: var(--tp-common-black-7);
  background-color: var(--tp-common-green-1);
  box-shadow: 0 20px 40px 0 rgba(180, 231, 23, 0.1);
}
.cst-feature-text a {
  position: relative;
  color: var(--tp-common-black-7);
}
.cst-feature-text a::before {
  position: absolute;
  content: "";
  height: 1px;
  width: 100%;
  bottom: -3px;
  left: 0;
  background-color: var(--tp-common-black-7);
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .cnt-plan-ptb {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media (max-width: 767px) {
  .cnt-plan-ptb {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.cnt-plan-box {
  padding-top: 24px;
  border-top: 1px solid rgba(20, 20, 20, 0.1);
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .cnt-plan-box {
    padding-top: 0;
    border: none;
    padding-bottom: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .cnt-plan-heading {
    margin-bottom: 30px;
  }
}
.cnt-plan-item-title {
  position: relative;
  font-size: 24px;
  font-weight: 500;
  color: var(--tp-common-black-7);
  font-family: var(--tp-ff-clash-medium);
}
.cnt-plan-item-title::before {
  width: 12px;
  height: 12px;
  content: "";
  top: -30px;
  left: 50%;
  position: absolute;
  border-radius: 50%;
  display: inline-block;
  transform: translateX(-50%);
  background-color: var(--tp-common-black-7);
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .cnt-plan-item-title::before {
    display: none;
  }
}
.cnt-plan-item p {
  color: rgba(5, 3, 18, 0.6);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .cnt-plan-item p br {
    display: none;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .ais-feature-ptb {
    padding-bottom: 80px;
  }
}
.ais-feature-shape {
  top: 20%;
  right: 12%;
  position: absolute;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ais-feature-shape {
    right: 5%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .ais-feature-shape {
    display: none;
  }
}
.ais-feature-item.app-feature-item .app-feature-title {
  font-weight: 500;
  font-family: var(--tp-ff-inter);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), (max-width: 767px) {
  .ais-feature-item.app-feature-item .app-feature-title {
    font-size: 20px;
  }
}
.ais-feature-item-btn a {
  font-size: 14px;
  font-weight: 500;
  display: inline-block;
  color: var(--tp-common-black-7);
}
.ais-feature-item-btn a span {
  margin-left: 4px;
  display: inline-block;
  transform: translateY(0px);
}

.app-feature-bottom p span.bg-blue {
  color: var(--tp-common-white);
  border-color: var(--tp-common-blue);
  background-color: var(--tp-common-blue);
}

/*----------------------------------------*/
/*   3.2 Video Style
/*----------------------------------------*/
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .cst-video-ptb {
    padding-bottom: 100px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .cst-video-ptb {
    padding-bottom: 80px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .cst-video-thumb img {
    border-radius: 400px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .ais-list-ptb {
    padding-top: 100px;
    padding-bottom: 60px;
  }
}
.ais-list-thumb {
  position: relative;
  overflow: hidden;
}
.ais-list-thumb img {
  width: 100%;
  display: block;
  overflow: hidden;
  object-fit: cover;
  border-radius: 16px;
}
.ais-list-thumb canvas {
  border-radius: 16px;
}
.ais-list-thumb-shape {
  position: absolute;
  bottom: 5%;
  left: 5%;
}
.ais-list-thumb-wrapper {
  margin-right: 80px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .ais-list-thumb-wrapper {
    margin-right: 0;
  }
}
.ais-list-wrap ul {
  display: block;
}
.ais-list-wrap ul li {
  font-size: 18px;
  font-weight: 500;
  list-style: none;
  float: left;
  width: 50%;
  margin-bottom: 26px;
  color: var(--tp-common-black-7);
}
@media (max-width: 767px) {
  .ais-list-wrap ul li {
    width: 100%;
    margin-bottom: 20px;
  }
}

/*----------------------------------------*/
/*   3.2 Service Style
/*----------------------------------------*/
@media (max-width: 767px) {
  .cst-service-ptb {
    padding-bottom: 100px;
  }
}
.cst-service-item {
  border-radius: 32px;
  padding: 30px 16px 16px;
}
.cst-service-item:hover .cst-service-item-thumb img {
  transform: scale(1.2);
}
.cst-service-item-icon span {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  text-align: center;
  display: inline-grid;
  place-content: center;
  background-color: rgba(5, 3, 18, 0.1);
}
.cst-service-item-title {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 14px;
  text-transform: uppercase;
  color: var(--tp-common-black-7);
  font-family: var(--tp-ff-phudu);
}
.cst-service-item-content {
  padding: 0 20px 40px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .cst-service-item-content {
    padding: 0 20px 20px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .cst-service-item-content p br {
    display: none;
  }
}
.cst-service-item-thumb {
  overflow: hidden;
  border-radius: 16px;
}
.cst-service-item-thumb img {
  border-radius: 16px;
  transition: all 0.5s ease-in-out;
}

.cnt-service-mlr {
  overflow: hidden;
  margin-left: 60px;
  margin-right: 60px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .cnt-service-mlr {
    margin-left: 35px;
    margin-right: 35px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cnt-service-mlr {
    margin-left: 30px;
    margin-right: 30px;
  }
}
@media (max-width: 767px) {
  .cnt-service-mlr {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.cnt-service-mlr .ar-service-height {
  border-radius: 20px;
}
.cnt-service-mlr .ar-service-title-box {
  left: 5%;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .cnt-service-mlr .ar-service-title-box {
    margin: 90px 60px 60px 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cnt-service-mlr .ar-service-title-box {
    margin: 40px;
    left: 0;
  }
}
@media (max-width: 767px) {
  .cnt-service-mlr .ar-service-title-box {
    left: 0;
    margin: 20px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .ais-exp-ptb {
    padding-bottom: 60px;
  }
}
.ais-exp-bg::after {
  position: absolute;
  content: "";
  top: -10%;
  left: 42%;
  width: 400px;
  height: 400px;
  transform: translateX(-50%);
  border-radius: 384px;
  background: rgba(146, 232, 237, 0.5882352941);
  filter: blur(250px);
}
.ais-exp-shape-3 {
  position: absolute;
  right: -24%;
  top: -27%;
  animation: shake 2.5s ease infinite;
  -webkit-animation: shake 2.5s ease infinite;
}
@media only screen and (min-width: 1600px) and (max-width: 1700px) {
  .ais-exp-shape-3 {
    top: -34%;
    right: -8%;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .ais-exp-shape-3 {
    top: -35%;
    right: -5%;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .ais-exp-shape-3 {
    right: -4%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ais-exp-shape-3 {
    right: -2%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .ais-exp-shape-3 {
    display: none;
  }
}
.ais-exp-heading p {
  color: #61616A;
  font-weight: 500;
  margin-bottom: 40px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .ais-exp-heading p {
    margin-bottom: 20px;
  }
}
.ais-exp-heading p span {
  color: var(--tp-common-black-7);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .ais-exp-heading p br {
    display: none;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .ais-exp-thumb-shapes {
    display: none;
  }
}
.ais-exp-thumb-shapes .shape-1 {
  top: 8%;
  left: -13%;
  position: absolute;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .ais-exp-thumb-shapes .shape-1 {
    left: -4%;
  }
}
.ais-exp-thumb-shapes .shape-2 {
  right: 5%;
  bottom: 4%;
  position: absolute;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .ais-exp-thumb-wrapper img {
    width: 100%;
  }
}

.ais-service-bdr {
  border-top: 1px solid rgba(5, 3, 18, 0.1);
  border-bottom: 1px solid rgba(5, 3, 18, 0.1);
}
.ais-service-shape {
  position: absolute;
  left: -5%;
  bottom: 6%;
  z-index: 1;
}
@media (max-width: 767px) {
  .ais-service-shape {
    display: none;
  }
}
.ais-service-wrapper {
  border-radius: 26px;
  padding: 50px 50px 50px 80px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .ais-service-wrapper {
    padding: 50px 50px 50px 50px;
  }
}
@media (max-width: 767px) {
  .ais-service-wrapper {
    padding: 40px;
  }
}

/*----------------------------------------*/
/*   3.2 Portfolio Style
/*----------------------------------------*/
.cst-portfolio-ptb {
  padding-bottom: 200px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .cst-portfolio-ptb {
    padding-bottom: 60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .cst-portfolio-ptb {
    padding-bottom: 40px;
  }
}
.cst-portfolio-bg {
  position: relative;
  border-radius: 32px;
  overflow: hidden;
}
.cst-portfolio-bg::after {
  position: absolute;
  content: "";
  right: 0;
  top: 20%;
  width: 435px;
  height: 435px;
  z-index: 0;
  border-radius: 435px;
  filter: blur(100px);
  background: linear-gradient(0deg, rgba(1, 15, 210, 0.32) 0%, rgba(1, 15, 210, 0.32) 100%);
}
.cst-portfolio-bg::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  border-radius: 32px;
  content: url("../img/update/portfolio/portfolio-thumb.png");
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .cst-portfolio-heading .cst-section-title {
    margin-bottom: 25px;
  }
}
.cst-portfolio-item {
  position: relative;
  z-index: 1;
  padding: 40px;
  border-radius: 30px;
  background-color: var(--tp-common-white);
}
@media (max-width: 767px) {
  .cst-portfolio-item {
    padding: 26px;
  }
}
.cst-portfolio-item:hover .cst-portfolio-item-thumb img {
  transform: scale(1.1);
}
.cst-portfolio-item-num {
  font-size: 32px;
  font-weight: 500;
  margin-bottom: 30px;
  display: inline-block;
  font-family: var(--tp-ff-phudu);
  color: var(--tp-common-black-7);
}
@media (max-width: 767px) {
  .cst-portfolio-item-num {
    font-size: 26px;
  }
}
.cst-portfolio-item-thumb {
  overflow: hidden;
  margin-bottom: 20px;
  border-radius: 32px;
}
.cst-portfolio-item-thumb img {
  width: 100%;
  border-radius: 32px;
  transition: all 0.5s ease-in-out;
}
.cst-portfolio-item-title {
  font-size: 42px;
  font-weight: 500;
  margin-bottom: 22px;
  font-family: var(--tp-ff-phudu);
  color: var(--tp-common-black-7);
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .cst-portfolio-item-title {
    font-size: 34px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .cst-portfolio-item-title {
    font-size: 28px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .cst-portfolio-item-title {
    font-size: 25px;
  }
  .cst-portfolio-item-title br {
    display: none;
  }
}
.cst-portfolio-item-categories span {
  font-size: 12px;
  font-weight: 600;
  padding: 0px 17px;
  margin-bottom: 5px;
  border-radius: 10px;
  display: inline-block;
  text-transform: uppercase;
  font-family: var(--tp-ff-inter);
  color: var(--tp-common-black-7);
  border: 1px solid rgba(5, 3, 18, 0.1);
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .cst-portfolio-thumb {
    padding-top: 100px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .cst-portfolio-thumb {
    padding-top: 40px;
  }
}
.cst-portfolio-thumb img {
  border-radius: 24px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .cnt-portfolio-ptb {
    padding-top: 100px;
  }
}
@media (max-width: 767px) {
  .cnt-portfolio-ptb {
    padding-top: 80px;
    padding-bottom: 60px;
  }
}
.cnt-portfolio-heading p {
  margin-bottom: 34px;
  color: rgba(5, 3, 18, 0.6);
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .cnt-portfolio-heading p br {
    display: none;
  }
}
.cnt-portfolio-video-wrapper {
  position: relative;
  width: 100%;
  height: 950px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .cnt-portfolio-video-wrapper {
    height: auto;
    padding-bottom: 60px;
  }
}
.cnt-portfolio-video-wrapper video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  background-size: cover;
  background-position: center center;
}
.cnt-portfolio-video-card {
  width: 630px;
  margin: 0 auto;
  margin-bottom: 60px;
  padding: 60px 50px;
  border-radius: 16px;
  display: inline-block;
  background-color: #F2F1EE;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cnt-portfolio-video-card {
    padding: 30px;
  }
}
@media (max-width: 767px) {
  .cnt-portfolio-video-card {
    padding: 20px;
    width: auto;
    margin: 0 20px;
    margin-bottom: 30px;
  }
}
.cnt-portfolio-video-sub {
  font-size: 16px;
  font-weight: 500;
  position: relative;
  margin-bottom: 8px;
  display: inline-block;
  text-transform: uppercase;
  color: var(--tp-common-black-7);
  font-family: var(--tp-ff-clash-medium);
}
.cnt-portfolio-video-sub::before {
  content: "";
  width: 4px;
  height: 4px;
  margin-right: 5px;
  border-radius: 50%;
  display: inline-block;
  transform: translateY(-3px);
  background-color: var(--tp-common-black-7);
}
.cnt-portfolio-video-title {
  font-size: 32px;
  font-weight: 500;
  margin-bottom: 22px;
  color: var(--tp-common-black-7);
  font-family: var(--tp-ff-clash-medium);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .cnt-portfolio-video-title {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .cnt-portfolio-video-title {
    font-size: 22px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .cnt-portfolio-video-title br {
    display: none;
  }
}
.cnt-portfolio-video-thumb {
  width: 100%;
  margin-bottom: 25px;
  border-radius: 16px;
}
.cnt-portfolio-video-thumb img {
  width: 100%;
  border-radius: 16px;
}
.cnt-portfolio-video-text p {
  opacity: 0.6;
  margin-bottom: 0;
  color: var(--tp-common-black-7);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .cnt-portfolio-video-text p br {
    display: none;
  }
}
.cnt-portfolio-banner img {
  margin-top: -150px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .cnt-portfolio-banner img {
    margin-top: -100px;
  }
}
@media (max-width: 767px) {
  .cnt-portfolio-banner img {
    margin-top: -20px;
  }
}

/*----------------------------------------*/
/*   3.4 Testimonial Style
/*----------------------------------------*/
@media (max-width: 767px) {
  .cst-testimonial-heading {
    margin-bottom: 25px;
  }
}
.cst-testimonial-heading .cst-section-title {
  font-size: 132px;
  line-height: 1;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .cst-testimonial-heading .cst-section-title {
    font-size: 110px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .cst-testimonial-heading .cst-section-title {
    font-size: 100px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cst-testimonial-heading .cst-section-title {
    font-size: 80px;
  }
}
@media (max-width: 767px) {
  .cst-testimonial-heading .cst-section-title {
    font-size: 55px;
  }
}
.cst-testimonial-item {
  position: relative;
  padding: 45px;
  opacity: 0.97;
  display: flex;
  min-height: 495px;
  border-radius: 16px;
  flex-direction: column;
  backdrop-filter: blur(5px);
  justify-content: space-between;
  border: 1px solid rgba(16, 48, 42, 0.08);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .cst-testimonial-item {
    padding: 35px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cst-testimonial-item {
    min-height: 450px;
  }
}
.cst-testimonial-item:hover .cst-testimonial-item-shape {
  opacity: 1;
  right: 20px;
}
.cst-testimonial-item-icon {
  margin-bottom: 30px;
}
.cst-testimonial-item-icon span {
  display: inline-grid;
  place-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #050312;
}
.cst-testimonial-item-text {
  margin-bottom: 70px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .cst-testimonial-item-text {
    margin-bottom: 30px;
  }
}
.cst-testimonial-item-text p {
  font-size: 22px;
  font-weight: 500;
  letter-spacing: -0.88px;
}
.cst-testimonial-item-user {
  gap: 16px;
  display: flex;
  align-items: center;
}
.cst-testimonial-item-user-thumb img {
  border-radius: 50%;
}
.cst-testimonial-item-user-content h4 {
  font-weight: 600;
  margin-bottom: 2px;
  color: var(--tp-common-black-7);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .cst-testimonial-item-user-content h4 {
    font-size: 20px;
  }
}
.cst-testimonial-item-user-content span {
  font-size: 16px;
  color: rgba(5, 3, 18, 0.8);
}
.cst-testimonial-item-shape {
  position: absolute;
  top: 20px;
  right: 30px;
  opacity: 0;
  transition: all 0.5s ease-in-out;
}
.cst-testimonial-slider-wrapper {
  margin-top: -110px;
  margin-right: -300px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .cst-testimonial-slider-wrapper {
    margin-top: -70px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .cst-testimonial-slider-wrapper {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .cst-testimonial-slider-wrapper {
    margin-right: 0;
  }
}
.cst-testimonial-slider-wrapper .dgm-testimonial-dot {
  padding-left: 39%;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .cst-testimonial-slider-wrapper .dgm-testimonial-dot {
    padding-left: 37%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .cst-testimonial-slider-wrapper .dgm-testimonial-dot {
    padding-left: 35%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cst-testimonial-slider-wrapper .dgm-testimonial-dot {
    padding-left: 30%;
  }
}
.cst-testimonial-slider-wrapper .dgm-testimonial-dot .swiper-pagination-bullet {
  border-color: #E1E5E4;
  background-color: #E1E5E4;
}
.cst-testimonial-slider-wrapper .dgm-testimonial-dot .swiper-pagination-bullet.swiper-pagination-bullet-active {
  border-color: #050312;
  background-color: #050312;
}

.ais-testimonial-ptb {
  margin: 0 30px;
  overflow: hidden;
  border-radius: 30px;
}
@media (max-width: 767px) {
  .ais-testimonial-ptb {
    margin: 0;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .ais-testimonial-ptb {
    margin: 0 20px;
  }
}
.ais-testimonial-wrap::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 400px;
  z-index: 1;
  background: linear-gradient(91deg, #F8E9D9 10.9%, rgba(255, 255, 255, 0) 88.65%);
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .ais-testimonial-wrap::before {
    width: 200px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ais-testimonial-wrap::before {
    width: 100px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .ais-testimonial-wrap::before {
    display: none;
  }
}
.ais-testimonial-wrap::after {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  height: 100%;
  width: 400px;
  z-index: 1;
  background: linear-gradient(-91deg, #F8E9D9 10.9%, rgba(255, 255, 255, 0) 88.65%);
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .ais-testimonial-wrap::after {
    width: 200px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ais-testimonial-wrap::after {
    width: 100px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .ais-testimonial-wrap::after {
    display: none;
  }
}

.app-testimonial-wrapper.ais-rtl {
  animation: marquee-horizontal-rtl 30s linear infinite;
}

/*----------------------------------------*/
/*   3.4 Faq Style
/*----------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .cst-faq-ptb {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .cst-faq-heading .cst-section-title {
    margin-bottom: 25px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .cst-faq-wrap {
    padding-left: 0;
  }
}
.cst-faq-wrap .ai-faq-accordion-wrap {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.cst-faq-wrap .ai-faq-accordion-wrap .accordion-items {
  padding-left: 0;
}
.cst-faq-wrap .ai-faq-accordion-wrap .accordion-header .accordion-buttons .accordion-icon {
  left: auto;
  right: 0;
}
.cst-faq-wrap .ai-faq-accordion-wrap .accordion-body {
  padding-right: 30px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .cnt-faq-ptb {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .cnt-faq-wrap .ar-award-year {
    min-width: 85px;
  }
}
@media (max-width: 767px) {
  .cnt-faq-wrap .ar-award-year {
    margin-bottom: 10px;
  }
}
.cnt-faq-heading .tp-section-title-clash-600.fs-60 {
  font-size: 56px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .cnt-faq-heading .tp-section-title-clash-600.fs-60 {
    font-size: 40px;
    padding-bottom: 20px;
  }
  .cnt-faq-heading .tp-section-title-clash-600.fs-60 br {
    display: none;
  }
}

/*----------------------------------------*/
/*   3.4 Cta Style
/*----------------------------------------*/
.cst-cta-wrapper {
  position: relative;
  border-radius: 32px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .cst-cta-wrapper {
    height: calc(100% + 100px);
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .cst-cta-wrapper {
    height: calc(100% + 200px);
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .cst-cta-wrapper {
    height: calc(100% + 300px);
  }
}
.cst-cta-thumb {
  position: relative;
  border-radius: 32px;
  overflow: hidden;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .cst-cta-thumb {
    height: 100%;
  }
}
.cst-cta-thumb::before {
  position: absolute;
  content: "";
  right: 0;
  top: 0%;
  width: 1000px;
  height: 1000px;
  z-index: 0;
  border-radius: 435px;
  filter: blur(115px);
  background: rgba(1, 15, 212, 0.32);
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .cst-cta-thumb::before {
    display: none;
  }
}
.cst-cta-thumb::after {
  position: absolute;
  content: "";
  left: -5%;
  top: -10%;
  width: 500px;
  height: 500px;
  z-index: 0;
  border-radius: 435px;
  filter: blur(115px);
  background: rgba(1, 15, 212, 0.5);
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .cst-cta-thumb::after {
    display: none;
  }
}
.cst-cta-thumb img {
  object-fit: cover;
  border-radius: 32px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .cst-cta-thumb img {
    height: 100%;
  }
}
.cst-cta-content {
  top: 40px;
  left: 60px;
  z-index: 1;
  width: 595px;
  position: absolute;
  border-radius: 24px;
  background: #F6F5F2;
  padding: 45px 50px 30px;
  backdrop-filter: blur(16px);
  border: 1px solid rgba(5, 3, 18, 0.1);
  box-shadow: 5px 6px 99px 5px rgba(16, 48, 42, 0.3);
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .cst-cta-content {
    position: inherit;
    left: 0;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cst-cta-content {
    padding: 40px 30px 30px;
  }
}
.cst-cta-content-text {
  font-size: 16px;
  color: #66666C;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .cst-cta-content .cst-section-title {
    font-size: 35px;
  }
}
.cst-cta-input-box .tp-contact-form-input label {
  font-size: 13px;
  font-weight: 400;
}
.cst-cta-input-box .tp-contact-form-input input {
  height: 50px;
}
.cst-cta-input-box .tp-contact-form-input textarea {
  height: 125px;
}
.cst-cta-input-box .tp-contact-form-input input, .cst-cta-input-box .tp-contact-form-input textarea {
  border-radius: 6px;
  background: var(--tp-common-white);
  border-color: rgba(5, 3, 18, 0.1);
}
.cst-cta-input-box .tp-contact-form-input input:focus, .cst-cta-input-box .tp-contact-form-input textarea:focus {
  border-color: var(--tp-common-green-1);
}
.cst-cta-input-box .tp-contact-form-input input::placeholder, .cst-cta-input-box .tp-contact-form-input textarea::placeholder {
  color: #66666C;
}
.cst-cta-input-box .tp-contact-form-btn button {
  padding: 15px 35px;
  color: var(--tp-common-black);
  background-color: var(--tp-common-green-1);
}
@media (max-width: 767px) {
  .cst-cta-input-box .tp-contact-form-btn button {
    padding: 15px 30px;
  }
}

.ais-cta-wrapper {
  overflow: hidden;
  border-radius: 26px;
  border: 1px solid rgba(5, 3, 18, 0.1);
}
.ais-cta-wrapper::after {
  position: absolute;
  content: "";
  top: -24%;
  right: -15%;
  width: 634px;
  height: 634px;
  border-radius: 634px;
  background: #E2F8C8;
  filter: blur(250px);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ais-cta-wrap {
    padding: 0 40px;
  }
}
@media (max-width: 767px) {
  .ais-cta-wrap {
    padding: 0 25px;
  }
}
.ais-cta-wrap p {
  color: #61616A;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .ais-cta-wrap p {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .ais-cta-shapes {
    display: none;
  }
}
.ais-cta-shapes .shape-1 {
  position: absolute;
  top: 18%;
  left: 20%;
}
.ais-cta-shapes .shape-2 {
  position: absolute;
  bottom: 0;
  left: 9%;
}
.ais-cta-shapes .shape-3 {
  position: absolute;
  top: 20%;
  right: 28%;
  z-index: 1;
}
.ais-cta-shapes .shape-4 {
  position: absolute;
  top: 34%;
  right: 16%;
  z-index: 1;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ais-cta-shapes .shape-4 {
    right: 6%;
  }
}
.ais-cta-shapes .shape-5 {
  position: absolute;
  right: 10%;
  bottom: 12%;
  z-index: 1;
}

/*----------------------------------------*/
/*   3.3 Brand Style
/*----------------------------------------*/
.cnt-brand-style.ar-brand-style .tp-brand-title {
  font-size: 18px;
  font-family: var(--tp-ff-inter);
}
.cnt-brand-style.ar-brand-style .tp-brand-title::after {
  width: 12px;
  height: 12px;
  transform: translateY(-1px);
  background-color: transparent;
  border: 3px solid var(--tp-common-white);
}

.ais-brand-blur {
  padding: 30px 0;
  position: relative;
}
.ais-brand-blur::after {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  height: 100%;
  width: 230px;
  z-index: 1;
  background: linear-gradient(-270deg, rgba(253, 252, 254, 0) 3.5%, #FDFCFE 100%);
}
.ais-brand-blur::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 230px;
  z-index: 2;
  background: linear-gradient(270deg, rgba(253, 252, 254, 0) 3.5%, #FDFCFE 100%);
}

/*----------------------------------------*/
/*   3.3 Team Style
/*----------------------------------------*/
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .cst-team-ptb {
    padding-top: 120px;
    padding-bottom: 60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .cst-team-ptb {
    padding-top: 100px;
    padding-bottom: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .cst-team-heading {
    margin-bottom: 30px;
  }
}
.cst-team-box .dgm-team-thumb img {
  border-radius: 16px;
}
.cst-team-box .dgm-team-thumb .tp--hover-img canvas {
  border-radius: 16px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .cnt-team-ptb {
    padding-top: 100px;
    padding-bottom: 80px;
  }
}
@media (max-width: 767px) {
  .cnt-team-ptb {
    padding-top: 80px;
    padding-bottom: 60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .cnt-team-heading {
    margin-bottom: 30px;
  }
}
.cnt-team-item:hover .cnt-team-item-thumb img {
  transform: scale(1.1);
}
.cnt-team-item-thumb {
  overflow: hidden;
  border-radius: 16px;
}
.cnt-team-item-thumb img {
  width: 100%;
  border-radius: 16px;
  transition: all 0.5s ease-in-out;
}
.cnt-team-item-title {
  font-weight: 500;
  margin-bottom: 2px;
  font-family: var(--tp-ff-clash-medium);
}
.cnt-team-item-title:hover a {
  color: var(--tp-common-red-2);
}
.cnt-team-item-content p {
  color: rgba(5, 3, 18, 0.6);
}
.cnt-team-item-social a {
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
}
.cnt-team-item-social a:hover span {
  color: var(--tp-common-white);
  background-color: var(--tp-common-red-2);
}
.cnt-team-item-social a span {
  border-radius: 30px;
  display: inline-block;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border: 1px solid rgba(20, 20, 20, 0.1);
}
.cnt-team-item-social a .bdr-1 {
  width: 30px;
  height: 30px;
  margin-right: -5px;
  text-align: center;
  display: inline-grid;
  place-content: center;
}
.cnt-team-item-social a .bdr-2 {
  padding: 1px 14px;
}

/*----------------------------------------*/
/*   3.4 blog Style
/*----------------------------------------*/
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .cnt-blog-ptb {
    padding-top: 100px;
  }
}
@media (max-width: 767px) {
  .cnt-blog-ptb {
    padding-top: 80px;
  }
}
.cnt-blog-item-content {
  position: absolute;
  top: 60px;
  left: 60px;
}
@media (max-width: 767px) {
  .cnt-blog-item-content {
    left: 40px;
    top: 40px;
  }
}
.cnt-blog-item-sub {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 15px;
  display: inline-block;
  letter-spacing: 0.15px;
  text-transform: uppercase;
  color: var(--tp-common-white);
  font-family: var(--tp-ff-clash-medium);
}
.cnt-blog-item-title {
  font-size: 60px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 30px;
  letter-spacing: 0.6px;
  color: var(--tp-common-white);
  font-family: var(--tp-ff-clash-medium);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .cnt-blog-item-title {
    font-size: 45px;
  }
}
@media (max-width: 767px) {
  .cnt-blog-item-title {
    font-size: 40px;
  }
}
.cnt-blog-item-thumb {
  position: relative;
}
.cnt-blog-item-thumb::before {
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border-radius: 16px;
  position: absolute;
  background-color: rgba(5, 3, 18, 0.32);
}
.cnt-blog-item-thumb img {
  width: 100%;
  border-radius: 16px;
}
.cnt-blog-item-btn .tp-btn-black-square.cnt-btn-style.btn-transparent {
  color: var(--tp-common-white);
  border-color: var(--tp-common-white);
}
.cnt-blog-item-box {
  padding: 25px 30px;
  border-radius: 16px;
  background-color: var(--tp-common-white);
}
.cnt-blog-item-2 {
  gap: 50px;
  display: flex;
  align-items: start;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .cnt-blog-item-2 {
    gap: 15px;
  }
}
@media (max-width: 767px) {
  .cnt-blog-item-2 {
    flex-wrap: wrap;
    gap: 20px;
  }
}
.cnt-blog-item-2:hover .cnt-blog-item-2-thumb img {
  transform: scale(1.1);
}
.cnt-blog-item-2.bbr {
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(5, 3, 18, 0.1);
}
.cnt-blog-item-2-user {
  gap: 15px;
  flex: 0 0 auto;
  align-items: center;
}
.cnt-blog-item-2-user-title {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 2px;
  letter-spacing: -0.28px;
}
.cnt-blog-item-2-user-content p {
  margin: 0;
  font-size: 14px;
}
.cnt-blog-item-2-thumb {
  overflow: hidden;
  border-radius: 8px;
  margin-bottom: 20px;
}
.cnt-blog-item-2-thumb img {
  width: 100%;
  border-radius: 8px;
  transition: all 0.5s ease-in-out;
}
.cnt-blog-item-2-title {
  font-weight: 500;
  margin-bottom: 12px;
  font-family: var(--tp-ff-clash-medium);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), (max-width: 767px) {
  .cnt-blog-item-2-title br {
    display: none;
  }
}
.cnt-blog-item-2-title a:hover {
  color: var(--tp-common-red-2);
}
.cnt-blog-item-2-content {
  width: 100%;
}
.cnt-blog-item-2-content p {
  margin: 0;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  color: rgba(5, 3, 18, 0.8);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ais-blog-ptb {
    padding-top: 100px;
    padding-bottom: 60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .ais-blog-ptb {
    padding-top: 80px;
    padding-bottom: 40px;
  }
}
.ais-blog-item-wrapper .creative-blog-title-sm {
  font-size: 24px;
  font-weight: 500;
  color: #050312;
}

/*----------------------------------------*/
/*   3.4 Footer Style
/*----------------------------------------*/
.cst-footer-ptb {
  margin-top: -190px;
  padding-top: 280px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .cst-footer-ptb {
    margin-top: -100px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .cst-footer-ptb {
    margin-top: 0px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .cst-footer-ptb {
    margin-top: 100px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .cst-footer-ptb {
    padding-top: 100px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .cst-footer-wrap {
    padding-bottom: 0;
  }
}
.cst-footer-style .dgm-footer-widget-paragraph p {
  color: #CED4E9;
}
.cst-footer-style .dgm-footer-widget-paragraph.color-style p {
  color: #CED4E9;
}
.cst-footer-style .dgm-footer-widget-title {
  color: var(--tp-common-white);
}
.cst-footer-style .dgm-footer-widget-menu ul li a {
  color: #CED4E9;
}
.cst-footer-style .dgm-footer-widget-menu ul li a:hover {
  color: var(--tp-common-white);
}
.cst-footer-style .dgm-footer-widget-input input {
  color: var(--tp-common-white);
  background-color: transparent;
  border-color: rgba(255, 255, 255, 0.1);
}
.cst-footer-style .dgm-footer-widget-input input:focus {
  border-color: var(--tp-common-white);
}
.cst-footer-style .dgm-footer-widget-input .input-button .tp-btn-gradient.sm {
  color: var(--tp-common-black-7);
  background: var(--tp-common-green-1);
}
.cst-footer-style .app-footer-rating {
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.03);
}
.cst-footer-style .app-footer-rating span, .cst-footer-style .app-footer-rating a {
  color: var(--tp-common-white);
}
.cst-footer-style .app-footer-widget-info-title {
  color: #CED4E9;
}
.cst-footer-style .app-footer-widget-info a {
  color: var(--tp-common-white);
}
.cst-footer-style .app-copyright-text p {
  color: #CED4E9;
}
.cst-footer-style .app-copyright-text p a:hover {
  border-color: var(--tp-common-white);
}

@media (max-width: 767px) {
  .ais-footer-style .crp-footer-widget {
    margin-bottom: 40px;
  }
}
.ais-footer-style .crp-footer-widget p {
  color: #61616A;
}
.ais-footer-style .crp-footer-widget-title {
  font-size: 26px;
  font-weight: 500;
  color: var(--tp-common-black-7);
  font-family: var(--tp-ff-inter);
}
.ais-footer-style .crp-footer-widget-menu ul li a {
  color: #61616A;
}
.ais-footer-style .crp-footer-widget-info a {
  color: #61616A;
}
.ais-footer-style .crp-footer-widget-info a.tel {
  color: var(--tp-common-black-7);
}
.ais-footer-style .crp-footer-social a {
  color: var(--tp-common-black-7);
  border: 1px solid rgba(116, 99, 255, 0.1);
}
.ais-footer-style .crp-footer-social a:hover {
  color: var(--tp-common-white);
  background-color: var(--tp-common-blue);
}
.ais-footer-copyright {
  border-top: 1px solid rgba(5, 3, 18, 0.1);
}
.ais-footer-copyright p {
  color: #61616A;
}
.ais-footer-copyright p a span {
  color: var(--tp-common-black-7);
}

/*----------------------------------------*/
/*   3.5 Dark Style
/*----------------------------------------*/
.agntix-dark .cst-section-title {
  color: var(--tp-common-white);
}
.agntix-dark .cst-about-text p {
  color: rgba(255, 255, 255, 0.6);
}
.agntix-dark .cst-about-text p span {
  color: var(--tp-common-white);
}
.agntix-dark .cst-about-list ul li {
  color: var(--tp-common-white);
}
.agntix-dark .cst-btn.black-t {
  color: var(--tp-common-white);
  border-color: var(--tp-common-white);
}
.agntix-dark .cst-btn.black-t:hover {
  color: var(--tp-common-black);
  border-color: var(--tp-common-green-1);
}
.agntix-dark .cst-feature-top {
  border-color: rgba(255, 255, 255, 0.1);
}
.agntix-dark .cst-feature-item-title {
  color: var(--tp-common-white);
}
.agntix-dark .cst-feature-item-content p {
  color: rgba(255, 255, 255, 0.6);
}
.agntix-dark .cst-feature-text {
  color: rgba(255, 255, 255, 0.6);
}
.agntix-dark .cst-feature-text a {
  color: var(--tp-common-white);
}
.agntix-dark .cst-feature-text a::before {
  background-color: var(--tp-common-white);
}
.agntix-dark .cst-section-subtitle {
  color: var(--tp-common-white);
}
.agntix-dark .cst-border-b {
  border-color: #1F1E24;
}
.agntix-dark .cst-testimonial-item-text p {
  color: var(--tp-common-white);
}
.agntix-dark .cst-testimonial-item-icon span {
  filter: invert(1);
}
.agntix-dark .cst-testimonial-item-user-content h4 {
  color: var(--tp-common-white);
}
.agntix-dark .cst-testimonial-item-user-content span {
  color: rgba(255, 255, 255, 0.6);
}
.agntix-dark .cst-testimonial-slider-wrapper .dgm-testimonial-dot .swiper-pagination-bullet {
  background-color: #0E0F11;
}
.agntix-dark .cst-cta-content {
  background-color: #1A1B1E;
}
.agntix-dark .tp-header-cnt-left {
  background-color: #1b1b1d;
}
.agntix-dark .tp-header-cnt-wrap .tp-header-logo-wrap p {
  color: rgba(255, 255, 255, 0.6);
}
.agntix-dark .tp-header-cnt-bar-wrap .tp-header-bar {
  color: var(--tp-common-white);
  border-color: rgba(255, 255, 255, 0.08);
}
.agntix-dark .tp-header-cnt-bar-wrap .tp-header-8-lang {
  border-color: rgba(255, 255, 255, 0.08);
}
.agntix-dark .tp-btn-black-square.cnt-btn-style {
  border-color: transparent;
  color: var(--tp-common-black);
  background-color: var(--tp-common-white);
}
.agntix-dark .tp-btn-black-square.cnt-btn-style i {
  color: var(--tp-common-white);
}
.agntix-dark .cnt-hero-title {
  color: var(--tp-common-white);
}
.agntix-dark .cnt-hero-list-wrap {
  background-color: #1b1b1d;
}
.agntix-dark .cnt-hero-list-num {
  color: var(--tp-common-white);
}
.agntix-dark .cnt-hero-list:not(:last-of-type) {
  border-color: rgba(255, 255, 255, 0.08);
}
.agntix-dark .cnt-hero-list-name {
  color: rgba(255, 255, 255, 0.6);
}
.agntix-dark .cnt-hero-list-icon span {
  filter: invert(1);
}
.agntix-dark .cnt-about-style .ar-about-shape {
  filter: invert(1);
}
.agntix-dark .cnt-section-subtitle {
  border-color: rgba(255, 255, 255, 0.2);
}
.agntix-dark .cnt-portfolio-heading p {
  color: rgba(255, 255, 255, 0.6);
}
.agntix-dark .cnt-plan-box {
  border-color: rgba(255, 255, 255, 0.08);
}
.agntix-dark .cnt-plan-item-title {
  color: var(--tp-common-white);
}
.agntix-dark .cnt-plan-item-title::before {
  background-color: var(--tp-common-white);
}
.agntix-dark .cnt-plan-item p {
  color: rgba(255, 255, 255, 0.6);
}
.agntix-dark .cnt-plan-thumb img {
  filter: invert(1);
}
.agntix-dark .cnt-team-item-title {
  color: var(--tp-common-white);
}
.agntix-dark .cnt-team-item-content p {
  color: rgba(255, 255, 255, 0.6);
}
.agntix-dark .cnt-team-item-social a span {
  color: var(--tp-common-white);
  border-color: rgba(255, 255, 255, 0.08);
}
.agntix-dark .cnt-blog-item-btn .tp-btn-black-square.cnt-btn-style.btn-transparent {
  color: var(--tp-common-black);
}
.agntix-dark .cnt-blog-item-box {
  background-color: #1b1b1d;
}
.agntix-dark .cnt-blog-item-2-user-title {
  color: var(--tp-common-white);
}
.agntix-dark .cnt-blog-item-2-user-content p {
  color: rgba(255, 255, 255, 0.6);
}
.agntix-dark .cnt-blog-item-2-title {
  color: var(--tp-common-white);
}
.agntix-dark .cnt-blog-item-2-content p {
  color: rgba(255, 255, 255, 0.6);
}
.agntix-dark .cnt-hero-shape {
  filter: invert(1);
}

/*----------------------------------------*/
/*  10.7 Dark Css Start
/*----------------------------------------*/
.agntix-dark body {
  background-color: #0E0F11;
}
.agntix-dark .tp-section-subtitle {
  color: var(--tp-common-white);
}
.agntix-dark .tp-about-text p {
  color: var(--tp-common-white);
}
.agntix-dark .tp-about-avater-info p {
  color: rgba(255, 255, 255, 0.6);
}
.agntix-dark .tp-about-shape-1 img {
  filter: invert(1);
  opacity: 0.4;
}
.agntix-dark .tp-about-funcact-item span {
  color: var(--tp-common-white);
}
.agntix-dark .tp-about-funcact-item p {
  color: rgba(255, 255, 255, 0.6);
}
.agntix-dark .tp-service-item {
  background-color: #0e0f11;
  border-color: rgba(202, 202, 202, 0.4);
}
.agntix-dark .tp-service-number span {
  color: var(--tp-common-white);
}
.agntix-dark .tp_text_invert > div {
  background-image: linear-gradient(to right, #fff 50%, #383C3E 50%);
}
.agntix-dark .tp-service-content p {
  color: rgba(255, 255, 255, 0.6);
}
.agntix-dark .tp-service-category span {
  color: var(--tp-common-white);
  border-color: rgba(255, 255, 255, 0.1);
}
.agntix-dark .tp-service-category span:hover {
  color: var(--tp-common-black);
  background-color: var(--tp-common-white);
}
.agntix-dark .tp-project-title {
  color: var(--tp-common-white);
}
.agntix-dark .tp-project-category span {
  color: var(--tp-common-white);
  border-color: rgba(255, 255, 255, 0.1);
}
.agntix-dark .tp-project-category span:hover {
  color: var(--tp-common-black);
  background-color: var(--tp-common-white);
}
.agntix-dark .tp-funfact-green-wrap {
  border-color: #0E0F11;
}
.agntix-dark .tp-funfact-subtitle {
  color: var(--tp-common-white);
}
.agntix-dark .tp-funfact-title {
  color: var(--tp-common-white);
}
.agntix-dark .tp-funfact-number span i {
  -webkit-text-stroke: 6px #1A1B1E;
}
.agntix-dark .tp-section-title {
  color: var(--tp-common-white);
}
.agntix-dark .tp-work-item {
  border-color: #0E0F11;
  background-color: #1A1B1E;
}
.agntix-dark .tp-work-title {
  color: var(--tp-common-white);
}
.agntix-dark .tp-work-content p {
  color: rgba(255, 255, 255, 0.6);
}
.agntix-dark .tp-award-item {
  background: rgba(38, 37, 40, 0.9);
}
.agntix-dark .tp-about-avater-info {
  border-color: rgba(255, 255, 255, 0.1);
}
.agntix-dark .tp-header-3-style .tp-header-menu > nav > ul > li > a {
  font-size: 16px;
  color: var(--tp-common-white);
}
.agntix-dark .tp-header-3-style .tp-header-dropdown nav ul li.has-dropdown::after {
  color: var(--tp-common-white);
}
.agntix-dark .dgm-hero-bg {
  inset: 0;
  filter: invert(1);
}
.agntix-dark .dgm-hero-social a span {
  color: var(--tp-common-white);
}
.agntix-dark .dgm-hero-subtitle {
  color: var(--tp-common-white);
}
.agntix-dark .dgm-hero-title {
  color: var(--tp-common-white);
}
.agntix-dark .dgm-hero-social-text span {
  color: var(--tp-common-white);
}
.agntix-dark .dgm-hero-funfact span {
  color: var(--tp-common-white);
}
.agntix-dark .dgm-hero-funfact p {
  color: var(--tp-common-white);
}
.agntix-dark .dgm-hero-content .tp-btn-black-square {
  color: var(--tp-common-black);
  background-color: var(--tp-common-white);
}
.agntix-dark .dgm-hero-rotate-text span {
  color: var(--tp-common-white);
}
.agntix-dark .dgm-hero-text-box {
  filter: invert(1);
}
.agntix-dark .tp-section-title-grotesk {
  color: var(--tp-common-white);
}
.agntix-dark .dgm-about-content p {
  color: rgba(255, 255, 255, 0.6);
}
.agntix-dark .dgm-about-review h4 {
  color: var(--tp-common-white);
}
.agntix-dark .dgm-about-review span {
  color: var(--tp-common-white);
}
.agntix-dark .dgm-about-ratting h4 {
  color: var(--tp-common-white);
}
.agntix-dark .dgm-about-review-box {
  border-color: rgba(255, 255, 255, 0.1);
}
.agntix-dark .dgm-about-review::after {
  background-color: rgba(255, 255, 255, 0.1);
}
.agntix-dark .dgm-about-ratting-icon span {
  color: var(--tp-common-black);
  background-color: var(--tp-common-white);
}
.agntix-dark .dgm-step-title {
  color: var(--tp-common-white);
}
.agntix-dark .dgm-step-title-sm {
  color: var(--tp-common-white);
}
.agntix-dark .dgm-step-item p {
  color: rgba(255, 255, 255, 0.6);
}
.agntix-dark .dgm-hero-rotate-text span::after {
  background-color: var(--tp-common-white);
}
.agntix-dark .dgm-team-title-sm {
  color: var(--tp-common-white);
}
.agntix-dark .dgm-team-content span {
  color: rgba(255, 255, 255, 0.6);
}
.agntix-dark .dgm-team-social a {
  color: var(--tp-common-white);
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.agntix-dark .dgm-team-social a:hover span {
  color: var(--tp-common-black);
}
.agntix-dark .dgm-brand-item {
  border: 1px solid #1F1E24;
}
.agntix-dark .dgm-brand-item img {
  filter: invert(1);
}
.agntix-dark .dgm-hero-social-text span::after {
  background-color: rgba(255, 255, 255, 0.4);
}
.agntix-dark .dgm-testimonial-bg {
  filter: invert(1);
}
.agntix-dark .dgm-testimonial-title-box .tp-section-subtitle {
  color: var(--tp-common-white);
}
.agntix-dark .dgm-testimonial-quote span {
  color: var(--tp-common-white);
}
.agntix-dark .dgm-testimonial-text p {
  color: var(--tp-common-white);
}
.agntix-dark .dgm-testimonial-author-name {
  color: var(--tp-common-white);
}
.agntix-dark .dgm-testimonial-author-info span {
  color: rgba(255, 255, 255, 0.6);
}
.agntix-dark .dgm-testimonial-dot .swiper-pagination-bullet {
  border: 1px solid rgba(255, 255, 255, 0.8);
}
.agntix-dark .dgm-testimonial-dot .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--tp-common-white);
}
.agntix-dark .dgm-blog-main {
  border-color: #1F1E24;
}
.agntix-dark .dgm-blog-item {
  border-color: #1F1E24;
}
.agntix-dark .dgm-blog-category span {
  color: #effac0;
  background-color: rgba(239, 250, 192, 0.1);
}
.agntix-dark .dgm-blog-meta h4 {
  color: var(--tp-common-white);
}
.agntix-dark .dgm-blog-meta span {
  color: rgba(255, 255, 255, 0.6);
}
.agntix-dark .dgm-blog-title-sm {
  color: var(--tp-common-white);
}
.agntix-dark .dgm-footer-area {
  background-color: rgba(255, 255, 255, 0.04);
}
.agntix-dark .tp-copyright-2-area {
  background-color: rgba(255, 255, 255, 0.04);
}
.agntix-dark .tp-copyright-img {
  filter: invert(1);
  opacity: 0.4;
}
.agntix-dark .ar-hero-title {
  color: var(--tp-common-white);
}
.agntix-dark .ar-category-item span {
  color: var(--tp-common-white);
}
.agntix-dark .ar-category-item a {
  color: var(--tp-common-white);
}
.agntix-dark .ar-hero-bg {
  border-left: 1px solid rgba(255, 255, 255, 0.08);
  border-right: 1px solid rgba(255, 255, 255, 0.08);
}
.agntix-dark .ar-hero-border {
  border-color: rgba(255, 255, 255, 0.08);
}
.agntix-dark .ar-category-item:not(:last-child)::after {
  background-color: rgba(255, 255, 255, 0.1);
}
.agntix-dark .tp-section-title-clash-600 {
  color: var(--tp-common-white);
}
.agntix-dark .ar-about-title-sm {
  color: var(--tp-common-white);
}
.agntix-dark .tp-btn-black-solid {
  color: var(--tp-common-black);
  border: 1px solid transparent;
  background-color: var(--tp-common-white);
}
.agntix-dark .tp-btn-black-solid:hover {
  color: var(--tp-common-white);
  background-color: var(--tp-common-red-2);
  border-color: var(--tp-common-red-2);
}
.agntix-dark .ar-banner-shape img {
  filter: invert(1);
}
.agntix-dark .ar-about-content p {
  color: rgba(255, 255, 255, 0.6);
}
.agntix-dark .ar-about-exp-box {
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-top: 4px solid var(--tp-common-red-2);
}
.agntix-dark .ar-project-category span {
  color: var(--tp-common-white);
}
.agntix-dark .ar-project-category i {
  color: var(--tp-common-white);
}
.agntix-dark .ar-project-item {
  border-color: rgba(255, 255, 255, 0.2);
}
.agntix-dark .tp-btn-red-circle-text {
  color: var(--tp-common-white);
  background-color: var(--tp-common-red-2);
  border: 1px solid var(--tp-common-red-2);
}
.agntix-dark .tp-btn-red-circle-icon {
  color: var(--tp-common-white);
  background-color: var(--tp-common-red-2);
  border: 1px solid var(--tp-common-red-2);
}
.agntix-dark .tp-btn-red-circle-box:hover .tp-btn-red-circle-text {
  border-color: transparent;
}
.agntix-dark .tp-btn-red-circle-box:hover > :nth-child(1) {
  border-color: transparent;
}
.agntix-dark .ar-funfact-item h4 {
  color: var(--tp-common-white);
}
.agntix-dark .ar-funfact-item span {
  color: var(--tp-common-white);
}
.agntix-dark .ar-testimonial-shape-1 {
  filter: invert(1);
}
.agntix-dark .ar-testimonial-item p {
  color: var(--tp-common-white);
}
.agntix-dark .fraction-wrapper #paginations span {
  color: var(--tp-common-white);
}
.agntix-dark .shop-slider-progress-bar {
  background-color: rgba(255, 255, 255, 0.4);
}
.agntix-dark .ar-testimonial-arrow button {
  color: var(--tp-common-white);
  border-color: rgba(255, 255, 255, 0.6);
}
.agntix-dark .ar-testimonial-arrow button:hover {
  border-color: transparent;
}
.agntix-dark .crp-text-slider-active.app-text-slider-color .swiper-wrapper .crp-text-slider-item span {
  color: var(--tp-common-white);
}
.agntix-dark .crp-text-slider-active.app-text-slider-color .swiper-wrapper .crp-text-slider-item.stroke-text span {
  color: transparent;
  -webkit-text-stroke: 2px rgba(255, 255, 255, 0.9);
}
.agntix-dark .app-hero-round-shape {
  opacity: 0.1;
}
.agntix-dark .app-hero-btn-text p {
  color: rgba(255, 255, 255, 0.6);
}
.agntix-dark .ar-award-shape-1 {
  filter: invert(1);
}
.agntix-dark .ar-award-wrap {
  border-left: 1px solid rgba(255, 255, 255, 0.08);
  border-right: 1px solid rgba(255, 255, 255, 0.08);
}
.agntix-dark .ar-award-year {
  color: var(--tp-common-white);
}
.agntix-dark .ar-award-title {
  color: var(--tp-common-white);
}
.agntix-dark .ar-award-icon svg {
  color: var(--tp-common-white);
}
.agntix-dark .ar-award-category {
  color: rgba(255, 255, 255, 0.6);
}
.agntix-dark .ar-award-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.agntix-dark .ar-award-item:first-child {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}
.agntix-dark .ar-brand-bg {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.agntix-dark .ar-brand-item img {
  filter: invert(1);
}
.agntix-dark .ar-blog-title-sm {
  color: var(--tp-common-white);
}
.agntix-dark .ar-blog-meta {
  color: rgba(255, 255, 255, 0.6);
}
.agntix-dark .tp-header-8-border {
  border-bottom: 1px solid rgba(252, 252, 252, 0.08);
}
.agntix-dark .app-brand-item {
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}
.agntix-dark .app-brand-item img {
  filter: invert(1);
}
.agntix-dark .tp-section-subtitle.border-bg.bg-color {
  background: var(--tp-common-black);
}
.agntix-dark .tp-section-title-phudu {
  color: var(--tp-common-white);
}
.agntix-dark .app-feature-heading p {
  color: rgba(255, 255, 255, 0.6);
}
.agntix-dark .app-feature-item {
  background-color: #1A1B1E;
}
.agntix-dark .app-feature-item-icon span {
  color: var(--tp-common-white);
}
.agntix-dark .app-feature-title {
  color: var(--tp-common-white);
}
.agntix-dark .app-feature-item-content p {
  color: rgba(255, 255, 255, 0.6);
}
.agntix-dark .app-feature-bottom p {
  color: rgba(255, 255, 255, 0.6);
}
.agntix-dark .app-feature-bottom p a {
  color: var(--tp-common-white);
}
.agntix-dark .app-feature-2-bg .main-bg {
  opacity: 0.1;
}
.agntix-dark .app-feature-2-brd {
  background: rgba(255, 255, 255, 0.08);
}
.agntix-dark .app-feature-2-content-icon span {
  filter: invert(1);
}
.agntix-dark .app-feature-2-content-icon p {
  color: rgba(255, 255, 255, 0.6);
}
.agntix-dark .app-review-bg {
  background: linear-gradient(265deg, rgba(208, 242, 240, 0.1) 16.29%, rgba(197, 224, 252, 0.1) 84.71%);
}
.agntix-dark .app-review-heading p {
  color: rgba(255, 255, 255, 0.6);
}
.agntix-dark .app-review-item-title {
  color: var(--tp-common-white);
}
.agntix-dark .app-review-item-content p {
  color: rgba(255, 255, 255, 0.6);
}
.agntix-dark .app-stack-item.dark-stack-color .app-stack-number {
  background: linear-gradient(0deg, rgba(33, 33, 45, 0.1) 13.2%, rgba(247, 247, 253, 0.1) 94.29%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.agntix-dark .app-stack-item.dark-stack-color .app-stack-title {
  color: var(--tp-common-white);
}
.agntix-dark .app-stack-item.dark-stack-color .app-stack-content p {
  color: rgba(255, 255, 255, 0.6);
}
.agntix-dark .app-stack-item.dark-stack-color .app-stack-content::before {
  background-color: rgba(255, 255, 255, 0.1);
}
.agntix-dark .app-stack-item.dark-stack-color .app-stack-content::after {
  background-color: var(--tp-common-white);
}
.agntix-dark .tp-gsap-bg {
  background-color: #1a1b1e;
}
.agntix-dark .app-price-store p b {
  color: var(--tp-common-white);
}
.agntix-dark .app-price-tab-wrap .ai-price-tab ul {
  background: #1a1b1e;
}
.agntix-dark .app-price-box {
  background: #1a1b1e;
}
.agntix-dark .app-price-tab-wrap .ai-price-tab ul li button.active {
  color: var(--tp-common-black);
}
.agntix-dark .app-price-tab-wrap .ai-price-tab ul li button {
  color: rgba(255, 255, 255, 0.6);
}
.agntix-dark .app-price-tab-wrap .ai-price-tab #lineMarker {
  background: var(--tp-common-white);
}
.agntix-dark .crp-price-item {
  border: none;
  background: rgb(26, 27, 30);
}
.agntix-dark .app-price-box .crp-price-head span {
  color: var(--tp-common-white);
  border: 1px solid rgba(255, 255, 255, 0.06);
}
.agntix-dark .app-price-box .crp-price-head h4 {
  color: var(--tp-common-white);
}
.agntix-dark .app-price-box .crp-price-head p {
  color: rgba(255, 255, 255, 0.6);
}
.agntix-dark .app-price-box .crp-price-head {
  border-color: rgba(255, 255, 255, 0.06);
}
.agntix-dark .app-price-box .row [class*=col-]:not(:last-child) {
  border-right: 1px solid rgba(255, 255, 255, 0.06);
}
.agntix-dark .app-price-box .crp-price-list ul li {
  color: var(--tp-common-white);
}
.agntix-dark .app-price-box .crp-price-list ul li span {
  filter: invert(1);
}
.agntix-dark .app-price-box .crp-price-head h4 i {
  color: var(--tp-common-white);
}
.agntix-dark .app-price-box .crp-price-item.active {
  background: linear-gradient(265deg, rgba(208, 242, 240, 0.06) 16.29%, rgba(197, 224, 252, 0.06) 84.71%);
}
.agntix-dark .app-price-btn-box .animated-border-box .tp-btn-black-border {
  color: var(--tp-common-white);
  background: rgb(49, 50, 52);
}
.agntix-dark .app-testimonial-big-text h3 {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.agntix-dark .app-testimonial-review {
  border: 1px solid #000;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.6) 0.96%, rgba(0, 0, 0, 0.6) 100%);
}
.agntix-dark .app-testimonial-review-content span {
  color: var(--tp-common-white);
}
.agntix-dark .app-testimonial-review-content p {
  color: rgba(255, 255, 255, 0.6);
}
.agntix-dark .app-testimonial-item {
  background: #1a1b1e;
}
.agntix-dark .app-testimonial-item-icon-title {
  color: var(--tp-common-white);
}
.agntix-dark .app-testimonial-item-icon-content p {
  color: rgba(255, 255, 255, 0.6);
}
.agntix-dark .app-testimonial-item-content p {
  color: rgba(255, 255, 255, 0.6);
}
.agntix-dark .app-testimonial-item-icon span {
  border: 1px solid rgba(255, 255, 255, 0.08);
}
.agntix-dark .app-faq-wrap .ai-faq-accordion-wrap .accordion {
  background: #1a1b1e;
}
.agntix-dark .app-faq-wrap .ai-faq-accordion-wrap .accordion .accordion-items .accordion-header .accordion-buttons {
  color: var(--tp-common-white);
}
.agntix-dark .app-faq-wrap .ai-faq-accordion-wrap .accordion .accordion-items .accordion-body p {
  color: rgba(255, 255, 255, 0.6);
}
.agntix-dark .app-faq-wrap .ai-faq-accordion-wrap .accordion .accordion-items:not(:last-child) {
  border-bottom: 2px solid rgb(0, 0, 0);
}
.agntix-dark .app-cta-wrap {
  background: #1a1b1e;
}
.agntix-dark .app-faq-wrap .ai-faq-accordion-wrap .accordion .accordion-items .accordion-header .accordion-buttons .accordion-icon {
  background-color: rgba(255, 255, 255, 0.1);
}
.agntix-dark .app-faq-wrap .ai-faq-accordion-wrap .accordion .accordion-items .accordion-header .accordion-buttons .accordion-icon::after, .agntix-dark .app-faq-wrap .ai-faq-accordion-wrap .accordion .accordion-items .accordion-header .accordion-buttons .accordion-icon::before {
  background-color: var(--tp-common-white);
}
.agntix-dark .app-cta-heading p {
  color: rgba(255, 255, 255, 0.6);
}
.agntix-dark .app-footer-col-1 .dgm-footer-widget-paragraph p {
  color: rgba(255, 255, 255, 0.6);
}
.agntix-dark .app-footer-widget .dgm-footer-widget-title {
  color: var(--tp-common-white);
}
.agntix-dark .app-footer-widget-info-title {
  color: rgba(255, 255, 255, 0.6);
}
.agntix-dark .app-footer-widget-info a {
  color: var(--tp-common-white);
}
.agntix-dark .app-footer-widget .dgm-footer-widget-menu ul li a {
  color: rgba(255, 255, 255, 0.6);
}
.agntix-dark .app-footer-widget .dgm-footer-widget-menu ul li a:hover {
  color: var(--tp-common-white);
}
.agntix-dark .app-footer-widget .dgm-footer-widget-paragraph.color-style p {
  color: rgba(255, 255, 255, 0.6);
}
.agntix-dark .app-copyright-text p {
  color: rgba(255, 255, 255, 0.6);
}
.agntix-dark .app-copyright-text p a {
  color: var(--tp-common-white);
}
.agntix-dark .app-price-store p span {
  filter: invert(1);
}
.agntix-dark .app-price-store p {
  color: rgba(255, 255, 255, 0.6);
}
.agntix-dark .app-footer-rating {
  background: #1a1b1e;
}
.agntix-dark .app-footer-rating .app-hero-bottom-rating-point span {
  color: var(--tp-common-white);
}
.agntix-dark .app-footer-rating .app-hero-bottom-rating-star a {
  color: var(--tp-common-white);
}
.agntix-dark .app-footer-widget .dgm-footer-widget-input input {
  background: #1a1b1e;
  color: var(--tp-common-white);
}
.agntix-dark .app-footer-widget .dgm-footer-widget-input input:focus {
  border-color: var(--tp-common-white);
}
.agntix-dark .app-copyright-text p a:hover {
  border-bottom: 1px solid white;
}
.agntix-dark .tp-copyright-2-border.app-copyright-border {
  border-color: rgba(255, 255, 255, 0.06);
}
.agntix-dark .app-feature-2-content .tp-section-subtitle.border-bg {
  border-color: rgba(0, 0, 0, 0.1);
}
.agntix-dark .it-hero-subtitle {
  color: var(--tp-common-white);
}
.agntix-dark .it-hero-title {
  color: var(--tp-common-white);
}
.agntix-dark .it-hero-content p {
  color: rgba(255, 255, 255, 0.6);
}
.agntix-dark .tp-btn-black-radius.btn-blue-bg.btn-border {
  color: var(--tp-common-white);
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.agntix-dark .it-feature-shape-1 {
  filter: invert(1);
}
.agntix-dark .it-hero-shape-2 {
  filter: invert(1);
}
.agntix-dark .tp-section-subtitle-platform.platform-text-black {
  color: var(--tp-common-white);
}
.agntix-dark .tp-section-title-platform.platform-text-black {
  color: var(--tp-common-white);
}
.agntix-dark .it-feature-item::before {
  background: #1A1B1E;
}
.agntix-dark .it-feature-title {
  color: var(--tp-common-white);
}
.agntix-dark .it-feature-content p {
  color: rgba(255, 255, 255, 0.6);
}
.agntix-dark .it-feature-category span {
  color: rgba(255, 255, 255, 0.6);
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.agntix-dark .it-feature-category span:hover {
  color: rgba(0, 0, 0, 0.6);
}
.agntix-dark .it-feature-icon::before {
  opacity: 0.1;
}
.agntix-dark .it-about-title-box p {
  color: rgba(255, 255, 255, 0.6);
}
.agntix-dark .it-about-shape-2 {
  filter: invert(1);
}
.agntix-dark .it-about-shape-1 {
  filter: invert(1);
}
.agntix-dark .it-project-item {
  background: #1A1B1E;
}
.agntix-dark .it-project-title {
  color: var(--tp-common-white);
}
.agntix-dark .it-project-content span {
  color: rgba(255, 255, 255, 0.6);
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.agntix-dark .it-project-content span:hover {
  color: rgba(0, 0, 0, 0.6);
}
.agntix-dark .it-project-dots .swiper-pagination-bullet {
  background: #1A1B1E;
}
.agntix-dark .it-project-dots .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
  background: #7463FF;
}
.agntix-dark .it-testimonial-content img {
  filter: invert(1);
}
.agntix-dark .it-testimonial-content p {
  color: rgba(255, 255, 255, 0.6);
}
.agntix-dark .it-testimonial-content span {
  color: var(--tp-common-white);
}
.agntix-dark .it-comparison-bg {
  background: #1A1B1E;
}
.agntix-dark .it-comparison-logo {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.agntix-dark .it-comparison-logo img {
  filter: invert(1);
}
.agntix-dark .it-comparison-content span {
  color: rgba(255, 255, 255, 0.6);
}
.agntix-dark .it-comparison-content span i {
  color: var(--tp-common-white);
}
.agntix-dark .it-comparison-item {
  border-right: 3px solid #0e0f11;
}
.agntix-dark .it-benifit-title {
  color: var(--tp-common-white);
}
.agntix-dark .it-benifit-content p {
  color: rgba(255, 255, 255, 0.6);
}
.agntix-dark .it-benifit-item {
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}
.agntix-dark .it-benifit-title::before {
  background-color: var(--tp-common-white);
}
.agntix-dark .it-benifit-shape {
  opacity: 0.1;
}
.agntix-dark .it-benifit-icon::after {
  background-color: #0E0F11;
}
.agntix-dark .it-benifit-icon span {
  color: var(--tp-common-white);
}
.agntix-dark .it-faq-shape-1 {
  filter: invert(1);
}
.agntix-dark .it-faq-shape-2 {
  filter: invert(1);
}
.agntix-dark .st-hero-title {
  color: var(--tp-common-white);
}
.agntix-dark .st-hero-border .tp-border-line {
  border-right: 1px solid rgba(255, 255, 255, 0.08);
}
.agntix-dark .st-hero-border .tp-border-line {
  border-right: 1px solid rgba(255, 255, 255, 0.08);
}
.agntix-dark .st-hero-bottom-right p {
  color: rgba(255, 255, 255, 0.6);
}
.agntix-dark .st-hero-user-content span {
  color: rgba(255, 255, 255, 0.6);
}
.agntix-dark .st-banner-text-bg .bg-shape {
  filter: invert(1);
}
.agntix-dark .st-brand-heading span {
  color: var(--tp-common-white);
}
.agntix-dark .st-brand-border {
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
.agntix-dark .st-brand-border::after {
  background-color: rgba(255, 255, 255, 0.15);
}
.agntix-dark .st-brand-item img {
  filter: invert(1);
}
.agntix-dark .st-about-title {
  color: var(--tp-common-white);
}
.agntix-dark .st-about-card {
  background-color: #1A1B1E;
}
.agntix-dark .st-about-card-tag span {
  color: rgba(255, 255, 255, 0.6);
}
.agntix-dark .st-about-card-btn a {
  color: var(--tp-common-black);
  background-color: var(--tp-common-white);
}
.agntix-dark .st-about-card-bottom span {
  color: var(--tp-common-white);
}
.agntix-dark .st-about-shape {
  filter: invert(1);
}
.agntix-dark .tp-section-title-playfair {
  color: var(--tp-common-white);
}
.agntix-dark .tp-section-title-playfair span {
  color: rgba(255, 255, 255, 0.6);
}
.agntix-dark .st-portfolio-item-title {
  color: var(--tp-common-white);
}
.agntix-dark .st-portfolio-item-btn a {
  color: var(--tp-common-white);
}
.agntix-dark .st-portfolio-item-content {
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
.agntix-dark .st-testimonial-shape-1 {
  filter: invert(1);
}
.agntix-dark .st-testimonial-bottom span {
  color: rgba(255, 255, 255, 0.6);
}
.agntix-dark .st-testimonial-bottom span a {
  color: var(--tp-common-white);
}
.agntix-dark .st-testimonial-item {
  background: #1A1B1E;
}
.agntix-dark .st-testimonial-box {
  background: var(--tp-common-brown);
  box-shadow: -10px 10px 60px 0px #0e0f11;
}
.agntix-dark .st-testimonial-item-quote img {
  opacity: 0.1;
  filter: invert(1);
}
.agntix-dark .st-hero-shape {
  filter: invert(1);
}
.agntix-dark .st-testimonial-box-top i {
  color: rgba(255, 255, 255, 0.6);
}
.agntix-dark .st-testimonial-box-top {
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
.agntix-dark .st-testimonial-box-content p {
  color: var(--tp-common-white);
}
.agntix-dark .st-testimonial-box-rating {
  color: var(--tp-common-white);
}
.agntix-dark .st-award-title {
  color: var(--tp-common-white);
}
.agntix-dark .st-award-title span {
  color: rgba(255, 255, 255, 0.4);
}
.agntix-dark .st-award-wrapper .ar-award-right-wrap .ar-award-item .ar-award-box-left .ar-award-title {
  color: var(--tp-common-white);
}
.agntix-dark .st-award-wrapper .ar-award-right-wrap .ar-award-item .ar-award-box-right .ar-award-category {
  color: rgba(255, 255, 255, 0.6);
}
.agntix-dark .st-award-wrapper .ar-award-right-wrap .ar-award-item .ar-award-box-left .ar-award-year {
  color: rgba(255, 255, 255, 0.6);
}
.agntix-dark .st-award-wrapper .ar-award-right-wrap .ar-award-item::after {
  background-color: #1A1B1E;
}
.agntix-dark .st-choose-list ul li {
  color: var(--tp-common-white);
}
.agntix-dark .st-choose-text-wrap p {
  color: rgba(255, 255, 255, 0.6);
}
.agntix-dark .st-choose-bg::after {
  background-color: #1A1B1E;
}
.agntix-dark .st-counter-wrapper {
  border-color: rgba(255, 255, 255, 0.15);
}
.agntix-dark .st-counter-wrapper .row [class*=col-]:not(:last-child) {
  border-right: 1px solid rgba(255, 255, 255, 0.15);
}
.agntix-dark .st-counter-item h4 {
  color: var(--tp-common-white);
}
.agntix-dark .st-counter-item span {
  color: rgba(255, 255, 255, 0.6);
}
.agntix-dark .st-counter-item::before {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.1) 100%);
}
.agntix-dark .st-blog-text p {
  color: rgba(255, 255, 255, 0.6);
}
.agntix-dark .st-blog-item-title {
  color: var(--tp-common-white);
}
.agntix-dark .st-blog-item-tags span {
  color: var(--tp-common-white);
  border: 1px solid rgba(255, 255, 255, 0.15);
}
.agntix-dark .st-blog-item-tags-devide {
  background: rgba(255, 255, 255, 0.15);
}
.agntix-dark .st-blog-item-tags p {
  color: rgba(255, 255, 255, 0.6);
}
.agntix-dark .st-footer-widget-content p {
  color: rgba(255, 255, 255, 0.6);
}
.agntix-dark .st-footer-widget-social-title {
  color: var(--tp-common-white);
}
.agntix-dark .st-footer-widget-title {
  color: var(--tp-common-white);
}
.agntix-dark .st-footer-widget-info-title a {
  color: rgba(255, 255, 255, 0.6);
}
.agntix-dark .st-footer-widget-menu ul li a {
  color: rgba(255, 255, 255, 0.6);
}
.agntix-dark .st-footer-top-icon span {
  border-bottom: 7px solid var(--tp-common-white);
}
.agntix-dark .st-footer-top-border {
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
.agntix-dark .st-copyright-sub {
  color: rgba(255, 255, 255, 0.6);
}
.agntix-dark .st-copyright-title {
  color: var(--tp-common-white);
}
.agntix-dark .st-copyright-title span {
  color: var(--tp-common-black);
  background-color: var(--tp-common-white);
}
.agntix-dark .tp-btn-border-2.st {
  color: var(--tp-common-white);
  border-color: rgba(255, 255, 255, 0.15);
}
.agntix-dark .tp-btn-border-2.st:hover {
  color: var(--tp-common-black);
  background-color: var(--tp-common-white);
}
.agntix-dark .st-cta-wrapper .tp-btn-border-2.st {
  color: var(--tp-common-black);
}
.agntix-dark .st-hero-plain span {
  background-color: rgba(255, 255, 255, 0.0901960784);
}
.agntix-dark .ar-about-us-4-title-box .ar-about-us-4-icon {
  filter: invert(1);
}
.agntix-dark .ar-about-us-4-title-box.shape-color .ar-about-us-4-icon {
  filter: invert(0);
}
.agntix-dark .tp-service-4-bg-shape {
  filter: invert(1);
}
.agntix-dark .tp-career-details-sidebar-btn a:hover {
  background-color: #fff;
  color: var(--tp-common-black);
}
.agntix-dark .tp-team-details-input-content input, .agntix-dark .tp-team-details-input-content textarea {
  color: #F8F8FB;
}
.agntix-dark .tp-team-part-item-content p {
  color: rgba(255, 255, 255, 0.6);
}
.agntix-dark .tp-career-details-sidebar-item-icon span {
  filter: invert(1);
  background-color: rgba(255, 255, 255, 0.4);
}
.agntix-dark .tp-career-details-info-item span {
  color: rgba(255, 255, 255, 0.6);
}
.agntix-dark .tp-career-details-sidebar-item-content span {
  color: rgba(255, 255, 255, 0.6);
}
.agntix-dark .breadcrumb__list span a:hover {
  color: var(--tp-common-white);
}

.agntix-dark .tp-footer-style-6 .tp-footer-widget-title {
  color: var(--tp-common-white);
}
.agntix-dark .tp-footer-style-6 .tp-footer-widget-info a {
  color: var(--tp-common-white);
}
.agntix-dark .tp-footer-style-6 .tp-footer-widget-title-sm {
  color: var(--tp-common-white);
}
.agntix-dark .tp-copyright-style-6 .tp-copyright-left span {
  color: var(--tp-common-white);
}
.agntix-dark .tp-copyright-style-6 .tp-copyright-right a {
  color: var(--tp-common-white);
}
.agntix-dark .tp-shop-category-item {
  border-color: #59493D;
}
.agntix-dark .tp-shop-category-item i {
  color: rgba(255, 255, 255, 0.6);
}
.agntix-dark .tp-shop-category-item span {
  color: rgba(255, 255, 255, 0.6);
}
.agntix-dark .tp-shop-category-item:hover {
  background-color: #59493D;
}
.agntix-dark .tp-shop-category-item:hover i {
  color: var(--tp-common-white);
}
.agntix-dark .tp-shop-category-item:hover span {
  color: var(--tp-common-white);
}
.agntix-dark .shop-text-slider-active {
  border-bottom: 1px solid #59493D;
}
.agntix-dark .tp-hero-shop-title {
  color: var(--tp-common-white);
}
.agntix-dark .tp-hero-shop-slider-subtitle {
  color: var(--tp-common-white);
}
.agntix-dark .tp-hero-shop-slider-title {
  color: var(--tp-common-white);
}
.agntix-dark .tp-hero-shop-btn .tp-btn-white-border.coffee-bg {
  border-color: transparent;
  color: var(--tp-common-black);
  background-color: var(--tp-common-white);
}
.agntix-dark .tp-hero-shop-slider-nav-thumb img {
  border: 1px solid rgba(232, 224, 212, 0.1);
  background-color: transparent;
}
.agntix-dark .shop-text-slider-item {
  background-color: #453528;
}
.agntix-dark .tp-action-btn {
  color: #fff;
  background: #59493D;
}
.agntix-dark .tp-action-btn:hover {
  background-color: #453528;
}
.agntix-dark .tp-shop-about-content p {
  color: #fff;
}
.agntix-dark .tp-checkout-btn.border-style {
  font-weight: 500;
  font-size: 15px;
  color: #4d3d30;
  text-transform: capitalize;
  background-color: transparent;
  border: 1px solid rgba(77, 61, 48, 0.12);
}
.agntix-dark .tp-checkout-btn.border-style {
  color: #4d3d30;
  background-color: #e3ddd7;
  border: 1px solid transparent;
}
.agntix-dark .tp-checkout-btn.border-style:hover {
  background-color: transparent;
  border-color: #e3ddd7;
}
.agntix-dark .tp-checkout-btn {
  color: #4d3d30;
  background-color: #e3ddd7;
  border: 1px solid transparent;
}
.agntix-dark .tp-checkout-btn:hover {
  background-color: transparent;
  border-color: #e3ddd7;
  color: #e3ddd7;
}
.agntix-dark .tp-product-testimonial-ptb .app-testimonial-item {
  background: #4d3d30;
}
.agntix-dark .tp-product-testimonial-ptb .app-testimonial-item-content p {
  color: var(--tp-common-white);
}
.agntix-dark .tp-product-testimonial-user-name {
  color: var(--tp-common-white);
}
.agntix-dark .tp-shop-feature-item p {
  color: rgba(255, 255, 255, 0.6);
}
.agntix-dark .tp-shop-feature-item span {
  color: var(--tp-common-white);
}
.agntix-dark .tp-product-testimonial-user {
  border: 1px solid #59493D;
}
.agntix-dark .tp-shop-feature-item h4 {
  color: var(--tp-common-white);
}
.agntix-dark .tp-product-testimonial-title {
  color: var(--tp-common-white);
}
.agntix-dark .tp-shop-newsletter-content p {
  color: rgba(255, 255, 255, 0.6);
}
.agntix-dark .tp-shop-newsletter-content span {
  color: var(--tp-common-white);
}
.agntix-dark .tp-header-shop-menu > nav > ul > li > a {
  color: #4d3d30;
  border-right: 1px solid rgba(77, 61, 48, 0.2);
}
.agntix-dark .tp-shop-section-title.fs-100 {
  color: var(--tp-common-white);
}
.agntix-dark .tp-product-instagram-heading p {
  color: rgba(255, 255, 255, 0.6);
}
.agntix-dark .tp-shop-about-circle-text {
  filter: invert(1);
}
.agntix-dark .shop-text-slider-item span {
  color: var(--tp-common-white);
}
.agntix-dark .tp-hero-shop-slider-nav-thumb.slick-current img {
  border-color: #59493D;
  background-color: #59493D;
}
.agntix-dark .ar-about-us-4-title {
  color: var(--tp-common-white);
}
.agntix-dark .ar-about-us-4-title-box p {
  color: rgba(249, 244, 232, 0.6);
}
.agntix-dark .ar-about-us-4-text-title {
  color: var(--tp-common-white);
}
.agntix-dark .creative-service-subtitle-box .tp-section-subtitle.fs-17.pre-circle::before {
  background-color: var(--tp-common-red-3);
}
.agntix-dark .creative-service-top-content p {
  color: var(--tp-common-white);
}
.agntix-dark .creative-service-item.about-us-4 .creative-service-content > span {
  color: var(--tp-common-white);
}
.agntix-dark .creative-service-title {
  color: var(--tp-common-black);
}
.agntix-dark .creative-service-item.about-us-4 .creative-service-title a {
  background: linear-gradient(#FF5722, #FF5722) left no-repeat, #ffffff;
  background-size: auto, auto;
  background-clip: border-box, border-box;
  background-size: 0% 100%;
  background-clip: text;
  -webkit-background-clip: text;
}
.agntix-dark .creative-service-item.about-us-4 .creative-service-link a {
  color: var(--tp-common-white);
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.agntix-dark .creative-service-item.about-us-4 .creative-service-category span {
  color: rgba(255, 255, 255, 0.6);
}
.agntix-dark .creative-service-item.about-us-4 .creative-service-category span::before {
  background-color: rgba(255, 255, 255, 0.6);
}
.agntix-dark .tp-about-us-2-text p {
  color: rgba(249, 244, 232, 0.6);
}
.agntix-dark .tp-about-us-2-wrap {
  border: 1px solid rgba(255, 248, 232, 0.06);
}
.agntix-dark .tp-about-us-2-line img {
  filter: invert(1);
}
.agntix-dark .tp-about-us-2-wrap::after {
  background-color: rgba(255, 248, 232, 0.06);
}
.agntix-dark .tp-about-us-2-text p::before {
  background-color: #999da6;
}
.agntix-dark .tp-about-us-2-btn a {
  color: rgba(255, 255, 255, 0.7);
  border: 1px solid rgba(255, 248, 232, 0.06);
}
.agntix-dark .tp-about-us-2-btn a:hover {
  background: var(--tp-common-white);
  color: var(--tp-common-black);
  border-color: var(--tp-common-white);
}
.agntix-dark .tp-about-us-2-text-title {
  color: rgba(255, 255, 255, 0.7);
  border: 1px solid rgba(255, 248, 232, 0.06);
}
.agntix-dark .tp-section-subtitle-clash.clash-subtitle-pos.about-us-2 {
  color: var(--tp-common-white);
}
.agntix-dark .tp-about-us-2-thumb-shape img {
  filter: invert(1);
}
.agntix-dark .tp-about-us-2-right-shape img {
  filter: invert(1);
}
.agntix-dark .studio-about-content.about-us-2 p {
  color: #bfbfc0;
}
.agntix-dark .tp-btn-red-border.about-us-2 {
  color: var(--tp-common-white);
}
.agntix-dark .studio-service-dark .tp-award-item {
  background-color: transparent;
}
.agntix-dark .tp-career-title {
  color: var(--tp-common-white);
}
.agntix-dark .tp-career-btn .st-hero-btn a {
  border: 1px solid #0E0F11;
  background-color: #1A1B1E;
  color: var(--tp-common-white);
}
.agntix-dark .tp-career-btn .st-hero-btn a .st-hero-btn-text {
  color: var(--tp-common-white);
}
.agntix-dark .tp-benefit-item-title {
  color: var(--tp-common-white);
}
.agntix-dark .tp-benefit-item.tp-benefit-borber-bottom {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.agntix-dark .tp-benefit-item {
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}
.agntix-dark .tp-career-opening-heading span {
  color: rgba(255, 255, 255, 0.6);
}
.agntix-dark .tp-career-opening-title-name {
  color: var(--tp-common-white);
}
.agntix-dark .tp-career-opening-role span {
  color: rgba(255, 255, 255, 0.6);
}
.agntix-dark .tp-career-opening-Type span {
  color: rgba(255, 255, 255, 0.6);
}
.agntix-dark .tp-career-opening-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.agntix-dark .pp-service-2-banner-text p, .agntix-dark .pp-service-2-banner-text a {
  color: var(--tp-common-white);
}
.agntix-dark .tp-service-4-title {
  color: var(--tp-common-white);
}
.agntix-dark .tp-service-4-text p {
  color: #c6c6c6;
}
.agntix-dark .tp-service-4-banner-breadcrumb span {
  color: var(--tp-common-white);
}
.agntix-dark .tp-service-4-banner-breadcrumb span a {
  color: #c6c6c6;
}
.agntix-dark .tp-service-4-banner-breadcrumb span:not(:last-of-type)::after {
  background: #c6c6c6;
}
.agntix-dark .tp-service-4-border {
  border-bottom: 1px solid rgba(34, 34, 34, 0.79);
}
.agntix-dark .tp-service-4-solution-subtitle p {
  border: 1px solid rgba(34, 34, 34, 0.79);
  color: var(--tp-common-white);
}
.agntix-dark .tp-service-4-solution-subtitle p::before {
  background-color: var(--tp-common-white);
}
.agntix-dark .tp-service-4-solution-title {
  color: var(--tp-common-white);
}
.agntix-dark .tp-service-4-solution-item-title {
  color: var(--tp-common-white);
}
.agntix-dark .tp-service-4-solution-item-content p {
  color: rgba(255, 255, 255, 0.7);
}
.agntix-dark .tp-service-4-solution-item-btn a {
  color: var(--tp-common-white);
}
.agntix-dark .tp-service-4-solution-item {
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.agntix-dark .tp-service-4-solution-item-icon span {
  color: var(--tp-common-white);
}
.agntix-dark .tp-service-4-price-shape {
  filter: invert(1);
}
.agntix-dark .service-4-price {
  background: #282a2e !important;
}
.agntix-dark .service-4-price .crp-price-item {
  background: transparent;
}
.agntix-dark .tp-section-subtitle {
  color: var(--tp-common-white);
}
.agntix-dark .tp-service-4-process-list p {
  color: var(--tp-common-white);
}
.agntix-dark .tp-service-4-process-list span {
  color: var(--tp-common-white);
  border: 1px solid rgba(255, 255, 255, 0.08);
}
.agntix-dark .tp-service-4-process-list:not(:last-child) span::before {
  background-color: rgba(255, 255, 255, 0.08);
}
.agntix-dark .tp-service-4-process-wrapper p {
  color: rgba(255, 255, 255, 0.7);
}
.agntix-dark .tp-service-5-text p {
  color: rgba(255, 255, 255, 0.6);
}
.agntix-dark .tp-service-5-list ul li {
  color: var(--tp-common-white);
}
.agntix-dark .tp-benefits-heading p {
  color: rgba(255, 255, 255, 0.7);
}
.agntix-dark .tp-service-5-price-item-title {
  color: var(--tp-common-white);
}
.agntix-dark .tp-service-5-price-item-list ul li {
  color: rgba(255, 255, 255, 0.7);
}
.agntix-dark .tp-service-5-price-item-list ul li span {
  color: rgba(255, 255, 255, 0.7);
}
.agntix-dark .tp-service-5-price-item-head h4 {
  color: var(--tp-common-white);
}
.agntix-dark .tp-service-5-price-item {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}
.agntix-dark .tp-career-details-subtitle {
  color: var(--tp-common-white);
}
.agntix-dark .tp-career-details-title {
  color: var(--tp-common-white);
}
.agntix-dark .tp-career-details-info-item h5 {
  color: var(--tp-common-white);
}
.agntix-dark .tp-career-details-title-2 {
  color: var(--tp-common-white);
}
.agntix-dark .tp-career-details-wrap p {
  color: rgba(255, 255, 255, 0.8);
}
.agntix-dark .tp-career-details-list ul li {
  color: rgba(249, 244, 232, 0.9);
}
.agntix-dark .tp-career-details-sidebar-box {
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: #1b1b1d;
}
.agntix-dark .creative-service-item.about-us-4 {
  border-color: rgba(255, 255, 255, 0.1);
}
.agntix-dark .creative-service-wrap .row [class*=col-] .creative-service-item:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.agntix-dark .tp-career-details-sidebar-heading span {
  color: rgba(255, 255, 255, 0.8);
}
.agntix-dark .tp-career-details-sidebar-title {
  color: var(--tp-common-white);
}
.agntix-dark .tp-career-details-sidebar-item-content h5 {
  color: var(--tp-common-white);
}
.agntix-dark .tp-faq-text p {
  color: rgba(255, 255, 255, 0.9);
}
.agntix-dark .tp-team-hero-subtitle span {
  color: var(--tp-common-white);
}
.agntix-dark .tp-team-hero-text p {
  color: rgba(249, 244, 232, 0.9);
}
.agntix-dark .des-team-item-box.team-inner-color span {
  color: rgba(249, 244, 232, 0.2);
}
.agntix-dark .des-team-item-box.team-inner-color.active .des-team-title {
  color: var(--tp-common-white);
}
.agntix-dark .des-team-item-box.team-inner-color .des-team-title {
  color: rgba(249, 244, 232, 0.2);
}
.agntix-dark .des-team-item-box.team-inner-color.active span {
  color: var(--tp-common-white);
}
.agntix-dark .tp-team-part-shape img {
  filter: invert(1);
}
.agntix-dark .ar-hero-title-box p {
  color: rgba(255, 255, 255, 0.7);
}
.agntix-dark .tp-team-part-item {
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.agntix-dark .tp-team-part-item-title h4 {
  color: var(--tp-common-white);
}
.agntix-dark .tp-team-part-item-title p {
  color: rgba(255, 255, 255, 0.7);
}
.agntix-dark .tp-team-part-item-content svg {
  color: var(--tp-common-white);
}
.agntix-dark .tp-team-details-text-sub {
  color: rgba(255, 255, 255, 0.7);
}
.agntix-dark .tp-team-details-text-title {
  color: var(--tp-common-white);
}
.agntix-dark .tp-team-details-text p {
  color: rgba(255, 255, 255, 0.7);
}
.agntix-dark .tp-team-details-more ul li span {
  color: rgba(255, 255, 255, 0.7);
}
.agntix-dark .tp-team-details-more ul li {
  color: var(--tp-common-white);
}
.agntix-dark .tp-team-details-more-title {
  color: var(--tp-common-white);
}
.agntix-dark .tp-team-details-input-content input, .agntix-dark .tp-team-details-input-content textarea {
  background-color: #1a1b1e;
}
.agntix-dark .tp-team-details-progress-title {
  color: var(--tp-common-white);
}
.agntix-dark .tp-team-details-progress-counter {
  color: var(--tp-common-white);
}
.agntix-dark .tp-team-details-info-contact a {
  color: rgba(255, 255, 255, 0.7);
}
.agntix-dark .tp-team-details-info-contact {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.agntix-dark .tp-team-details-info-contact a:not(:last-of-type) {
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}
.agntix-dark .tp-team-details-info-social .tp-footer-widget-social a {
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: var(--tp-common-white);
}
.agntix-dark .ai-faq-accordion-dark-wrap.app-faq-wrap .ai-faq-accordion-wrap .accordion {
  background: transparent;
}
.agntix-dark .ai-faq-accordion-dark-wrap.app-faq-wrap .ai-faq-accordion-wrap .accordion .accordion-items:not(:last-child) {
  border-bottom: 2px solid rgba(255, 255, 255, 0.03);
}
.agntix-dark .tp-error-title {
  color: var(--tp-common-white);
}
.agntix-dark .tp-error-wrapper img {
  filter: invert(1);
}
.agntix-dark .tp-error-title-sm {
  color: var(--tp-common-white);
}
.agntix-dark .tp-error-content .tp-btn {
  background-color: var(--tp-common-white);
  color: var(--tp-common-black);
}
.agntix-dark .tp-error-content .tp-btn:hover {
  color: var(--tp-common-white);
  border-color: var(--tp-common-white);
  background-color: transparent;
}
.agntix-dark .tp-contact-form-input input, .agntix-dark .tp-contact-form-input textarea {
  background: #1D1D1F;
  border-color: #1D1D1F;
  color: var(--tp-common-white);
}
.agntix-dark .tp-contact-form-input input:focus, .agntix-dark .tp-contact-form-input textarea:focus {
  background: transparent;
  border-color: var(--tp-common-red-3);
}
.agntix-dark .tp-contact-form-input label {
  color: var(--tp-common-white);
}
.agntix-dark .tp-shop-section-subtitle {
  color: rgba(255, 255, 255, 0.6);
}
.agntix-dark .tp-shop-section-title {
  color: var(--tp-common-white);
}
.agntix-dark .tp-product-cats a {
  color: var(--tp-common-white);
  border-color: #59493D;
}
.agntix-dark .tp-product-cats a:hover {
  background-color: #59493D;
}
.agntix-dark .tp-product-filter-select .custom-select .selected {
  color: var(--tp-common-white);
}
.agntix-dark .tp-product-filter-select .custom-select {
  border-color: #59493D;
}
.agntix-dark .custom-select .selected .arrow {
  filter: invert(1);
}
.agntix-dark .tp-product-item-title, .agntix-dark .tp-product-item-price {
  color: var(--tp-common-white);
}
.agntix-dark .tp-product-item-title, .agntix-dark .tp-product-item-price {
  color: var(--tp-common-white);
}
.agntix-dark .basic-pagination.product-pagination ul li > a {
  color: var(--tp-common-white);
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.agntix-dark .basic-pagination.product-pagination ul li .current {
  background-color: var(--tp-common-white);
  color: var(--tp-common-black);
}
.agntix-dark .basic-pagination.product-pagination ul li:hover a {
  background-color: var(--tp-common-white);
  color: var(--tp-common-black);
}
.agntix-dark .breadcrumb__list span {
  color: rgba(255, 255, 255, 0.6);
}
.agntix-dark .breadcrumb__style-2 .breadcrumb__list span:last-child {
  color: var(--tp-common-white);
}
.agntix-dark .tp-product-details-category span {
  color: rgba(255, 255, 255, 0.6);
}
.agntix-dark .tp-product-details-title {
  color: var(--tp-common-white);
}
.agntix-dark .tp-product-details-stock span {
  color: var(--tp-common-white);
  background-color: rgba(255, 255, 255, 0.06);
}
.agntix-dark .tp-product-details-reviews span {
  color: var(--tp-common-white);
}
.agntix-dark .tp-product-details-sort-desc p {
  color: rgba(255, 255, 255, 0.6);
}
.agntix-dark .tp-product-details-sort-desc p span {
  color: var(--tp-common-white);
}
.agntix-dark .tp-product-details-price.new-price {
  color: var(--tp-common-white);
}
.agntix-dark .tp-product-details-price.old-price {
  color: rgba(255, 255, 255, 0.6);
}
.agntix-dark .tp-product-details-variation-title {
  color: var(--tp-common-white);
}
.agntix-dark .tp-product-details-variation-list button:hover, .agntix-dark .tp-product-details-variation-list button.active {
  box-shadow: 0px 1px 2px rgba(255, 255, 255, 0.9);
}
.agntix-dark .tp-product-details-variation-list button .tp-color-variation-tootltip {
  color: var(--tp-common-black);
  background-color: #e8e0d4;
}
.agntix-dark .tp-product-details-quantity .tp-cart-input[type=text] {
  background-color: #4D3D30;
  color: var(--tp-common-white);
}
.agntix-dark .tp-product-details-action-title {
  color: var(--tp-common-white);
}
.agntix-dark .tp-product-details-tab-line {
  background-color: var(--tp-common-white);
}
.agntix-dark .tp-product-details-quantity .tp-cart-plus, .agntix-dark .tp-product-details-quantity .tp-cart-minus {
  color: var(--tp-common-white);
}
.agntix-dark .tp-product-details-add-to-cart-btn {
  color: var(--tp-common-white);
  border: 1px solid rgba(255, 255, 255, 0.08);
}
.agntix-dark .tp-product-details-buy-now-btn:hover {
  background-color: var(--tp-common-white);
  color: var(--tp-common-black);
}
.agntix-dark .tp-product-details-variation-list button .tp-color-variation-tootltip::before {
  border-top: 6px solid #e8e0d4;
}
.agntix-dark .tp-product-details-action-sm-btn {
  color: rgba(255, 255, 255, 0.6);
}
.agntix-dark .tp-product-details-action-sm-btn:hover {
  color: var(--tp-common-white);
}
.agntix-dark .agntix-dark .tp-product-details-action-sm-btn i,
.agntix-dark .tp-product-details-action-sm-btn svg {
  color: var(--tp-common-white);
}
.agntix-dark .tp-product-details-query-item p {
  color: rgba(255, 255, 255, 0.6);
}
.agntix-dark .tp-product-details-query-item > span {
  color: var(--tp-common-white);
}
.agntix-dark .tp-product-details-social span {
  color: var(--tp-common-white);
}
.agntix-dark .tp-product-details-social a {
  color: var(--tp-common-white);
  border: 1px solid transparent;
  background-color: #4d3d30;
}
.agntix-dark .tp-product-details-social a:hover {
  color: #4d3d30;
  border-color: #4d3d30;
  background-color: var(--tp-common-white);
}
.agntix-dark .modal-content {
  background-color: #453528;
}
.agntix-dark .tp-product-modal .tp-product-modal-close-btn {
  color: var(--tp-common-white);
}
.agntix-dark .tp-product-details-msg ul li {
  color: rgba(255, 255, 255, 0.6);
}
.agntix-dark .tp-product-details-msg ul li::after {
  filter: invert(1);
}
.agntix-dark .tp-product-details-payment p {
  color: var(--tp-common-white);
}
.agntix-dark .tp-product-details-payment {
  background-color: #4d3d30;
}
.agntix-dark .tp-product-details-action-sm {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.agntix-dark .tp-product-details-tab-nav .nav-tabs .nav-link.active, .agntix-dark .tp-product-details-tab-nav .nav-tabs .nav-link:hover {
  color: var(--tp-common-white);
}
.agntix-dark .tp-product-details-tab-nav .nav-tabs {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.agntix-dark .tp-product-details-additional-info table tr:not(:last-child) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.agntix-dark .tp-product-details-tab-nav .nav-tabs .nav-link {
  color: rgba(255, 255, 255, 0.6);
}
.agntix-dark .tp-product-details-additional-info table tr td:first-child {
  background-color: #4d3d30;
  color: var(--tp-common-white);
}
.agntix-dark .tp-product-details-additional-info table tr td:last-child {
  color: rgba(255, 255, 255, 0.6);
}
.agntix-dark .tp-product-details-additional-info table {
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.agntix-dark .tp-product-details-desc-title {
  color: var(--tp-common-white);
}
.agntix-dark .tp-product-details-desc-content p {
  color: rgba(255, 255, 255, 0.6);
}
.agntix-dark .tp-product-details-thumb-wrapper .nav-tab .nav-links {
  background-color: #4d3d30;
}
.agntix-dark .tp-product-details-thumb-wrapper .nav-tab .nav-links.active {
  border: 1px solid #e8e0d4;
  background: #e8e0d4;
}
.agntix-dark .tp-product-details-review-number {
  border: 1px solid #584A3E;
  background-color: #4D3D30;
}
.agntix-dark .tp-product-details-review-title {
  color: var(--tp-common-white);
}
.agntix-dark .tp-product-details-review-number-title {
  color: var(--tp-common-white);
}
.agntix-dark .tp-product-details-review-summery-value span {
  color: var(--tp-common-white);
}
.agntix-dark .tp-product-details-review-summery-rating p {
  color: var(--tp-common-white);
}
.agntix-dark .tp-product-details-review-rating-percent span {
  color: #A0A2A4;
}
.agntix-dark .tp-product-details-review-rating-item > span {
  color: var(--tp-common-white);
}
.agntix-dark .tp-product-details-review-form-title {
  color: var(--tp-common-white);
}
.agntix-dark .tp-product-details-review-form > p {
  color: #A0A2A4;
}
.agntix-dark .tp-product-details-review-form-rating p {
  color: var(--tp-common-white);
}
.agntix-dark .tp-product-details-review-input input, .agntix-dark .tp-product-details-review-input textarea {
  border-color: #584A3E;
  background: #4D3D30;
  color: var(--tp-common-white);
}
.agntix-dark .tp-product-details-review-input input::placeholder, .agntix-dark .tp-product-details-review-input textarea::placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.agntix-dark .tp-product-details-review-input input:focus, .agntix-dark .tp-product-details-review-input textarea:focus {
  border-color: rgba(255, 255, 255, 0.9);
}
.agntix-dark .tp-product-details-review-input-title label {
  color: var(--tp-common-white);
}
.agntix-dark .tp-product-details-review-remeber label {
  color: rgba(255, 255, 255, 0.6);
}
.agntix-dark .tp-product-details-review-remeber label::after {
  border: 1px solid #686a6c;
}
.agntix-dark .tp-product-details-review-btn {
  color: var(--tp-common-black);
  border: 1px solid #F4F0EA;
  background-color: #F4F0EA;
}
.agntix-dark .tp-product-details-review-btn:hover {
  color: #F4F0EA;
  background-color: transparent;
}
.agntix-dark .tp-product-details-review-remeber input:checked ~ label::after {
  border: 1px solid #F4F0EA;
  background-color: #F4F0EA;
}
.agntix-dark .tp-product-details-review-avater-title {
  color: var(--tp-common-white);
}
.agntix-dark .tp-product-details-review-avater-meta {
  color: rgba(255, 255, 255, 0.6);
}
.agntix-dark .tp-product-details-review-avater-comment p {
  color: rgba(255, 255, 255, 0.6);
}
.agntix-dark .tp-product-details-bottom {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.agntix-dark .tp-product-related-title {
  color: var(--tp-common-white);
}
.agntix-dark .tp-product-details-review-remeber label::before {
  filter: invert(1);
}
.agntix-dark .tp-header-8-lang a {
  color: var(--tp-common-white);
}
.agntix-dark .tp-header-8-lang a:hover {
  color: var(--tp-common-red-2);
}

/*----------------------------------------*/
/*  10.8 Light Css Start
/*----------------------------------------*/
.agntix-light .des-about-text .tp-btn-border {
  color: var(--tp-common-black);
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.agntix-light .des-about-text .tp-btn-border:hover {
  color: var(--tp-common-white);
  background-color: var(--tp-common-black);
  border-color: var(--tp-common-black);
}
.agntix-light .des-text-item.sm span {
  color: rgba(0, 0, 0, 0.1);
}
.agntix-light .des-text-moving-area {
  padding-bottom: 60px;
}
.agntix-light .des-about-area {
  padding-top: 160px;
}
.agntix-light .tp_text_invert_3 > div {
  background-image: linear-gradient(to right, #000 50%, #e4e4e4 50%);
}
.agntix-light .des-text-title {
  color: var(--tp-common-black);
  background-color: var(--tp-common-white);
}
.agntix-light .des-text-title-wrap::after {
  background-color: rgba(0, 0, 0, 0.06);
}
.agntix-light .des-text-title-box p {
  color: var(--tp-common-black);
}
.agntix-light .des-text-moving-top.active .des-text-item.sm span {
  color: var(--tp-common-black);
}
.agntix-light .tp-section-subtitle {
  color: var(--tp-common-black);
}
.agntix-light .tp-section-title-mango {
  color: var(--tp-common-black);
}
.agntix-light .des-project-top-text p {
  color: var(--tp-text-body);
}
.agntix-light .des-project-total span {
  color: var(--tp-common-black);
}
.agntix-light .des-project-total span::before {
  background-color: var(--tp-common-black);
}
.agntix-light .des-project-info span {
  color: rgba(0, 0, 0, 0.5);
}
.agntix-light .des-project-info h4 {
  color: var(--tp-common-black);
}
.agntix-light .des-project-item {
  border-color: rgba(0, 0, 0, 0.1);
}
.agntix-light .des-brand-item.black-style .des-brand-item-inner {
  background-color: rgb(246, 246, 249);
}
.agntix-light .des-brand-item.black-style .des-brand-item-inner img {
  filter: invert(0);
}
.agntix-light .tp-header-4-style .tp-header-menu nav ul li a {
  color: var(--tp-common-black);
}
.agntix-light .tp-header-4-style .tp-header-dropdown nav ul li.has-dropdown::after {
  color: var(--tp-common-black);
}
.agntix-light .creative-hero-black-box {
  background-color: var(--tp-common-white);
}
.agntix-light .creative-hero-title em {
  background-color: var(--tp-common-white);
}
.agntix-light .creative-hero-title {
  color: var(--tp-common-black);
}
.agntix-light .creative-hero-title i {
  background-color: var(--tp-common-white);
}
.agntix-light .creative-hero-btn {
  background-color: var(--tp-common-white);
}
.agntix-light .creative-hero-black-box::before {
  box-shadow: 0px -18px 0 0 #fff;
}
.agntix-light .creative-hero-title em::before {
  box-shadow: 0px -18px 0 0 #fff;
}
.agntix-light .creative-hero-title i::before {
  box-shadow: 0px 18px 0 0 #fff;
}
.agntix-light .creative-hero-btn::before {
  box-shadow: 0px -18px 0 0 #fff;
}
.agntix-light .creative-hero-title img {
  filter: invert(1);
}
.agntix-light .creative-2-hero-title img {
  filter: invert(1);
}
.agntix-light .creative-2-hero-title {
  color: var(--tp-common-black);
}
.agntix-light .creative-2-hero-text p {
  color: var(--tp-common-black);
}
.agntix-light .creative-2-hero-icon {
  color: var(--tp-common-black);
}
.agntix-light .design-choose-2-style .design-choose-item {
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.agntix-light .design-choose-2-style .design-choose-item span {
  color: var(--tp-common-black);
}
.agntix-light .design-choose-2-style .design-choose-item p {
  color: rgba(0, 0, 0, 0.6);
}
.agntix-light .creative-hero-banner::after {
  box-shadow: 0px -18px 0 0 #fbfbfb;
}
.agntix-light .tp-header-border {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.agntix-light .creative-hero-avater-box {
  background-color: var(--tp-common-white);
}
.agntix-light .creative-hero-avater-info h4 {
  color: var(--tp-common-black);
}
.agntix-light .creative-hero-avater-info span {
  color: var(--tp-text-body);
}
.agntix-light .tp-section-subtitle.fs-17.pre-circle::before {
  background-color: var(--tp-common-black);
}
.agntix-light .creative-about-text p {
  color: var(--tp-common-black);
}
.agntix-light .creative-brand-item img {
  filter: invert(1);
}
.agntix-light .tp-section-title.fs-64 {
  color: var(--tp-common-black);
}
.agntix-light .creative-project-title-sm {
  color: var(--tp-common-black);
}
.agntix-light .creative-project-meta span {
  color: var(--tp-common-black);
}
.agntix-light .creative-project-meta span:not(:last-child)::after {
  background-color: var(--tp-common-black);
}
.agntix-light .creative-project-category {
  background-color: var(--tp-common-white);
}
.agntix-light .creative-project-category::before {
  box-shadow: 0px -17px 0 0 #FFF;
}
.agntix-light .creative-project-category::after {
  box-shadow: 0px -17px 0 0 #FFF;
}
.agntix-light .creative-project-btn-box p {
  color: var(--tp-common-black);
}
.agntix-light .tp-section-title.fs-44 {
  color: var(--tp-common-black);
}
.agntix-light .creative-blog-top-content p {
  color: #4d5051;
}
.agntix-light .creative-service-content > span {
  color: var(--tp-common-black);
}
.agntix-light .creative-service-title {
  color: var(--tp-common-black);
}
.agntix-light .creative-service-item.about-us-4 {
  border-color: rgba(0, 0, 0, 0.2);
}
.agntix-light .creative-service-item.about-us-4 .creative-service-title a {
  background: linear-gradient(#D0FF71, #D0FF71) left no-repeat, #111013;
  background-size: auto, auto;
  background-clip: border-box, border-box;
  background-size: 0% 100%;
  background-clip: text;
  -webkit-background-clip: text;
}
.agntix-light .creative-service-item.about-us-4:hover .creative-service-title a {
  background-size: 100% 100%;
}
.agntix-light .creative-service-item.about-us-4:hover .creative-service-link a {
  background-color: #d0ff71;
  color: var(--tp-common-black);
  border: 1px solid rgb(208, 255, 113);
}
.agntix-light .creative-choose-text p {
  color: var(--tp-common-black);
}
.agntix-light .creative-choose-text p span {
  background-color: #fff;
}
.agntix-light .creative-choose-text p span svg {
  filter: invert(1);
}
.agntix-light .creative-choose-text-middle::before {
  box-shadow: 0px 18px 0 0 #fff;
}
.agntix-light .creative-choose-avater-box {
  background-color: var(--tp-common-white);
}
.agntix-light .creative-choose-avater-info h4 {
  color: var(--tp-common-black);
}
.agntix-light .creative-choose-avater-info span {
  color: var(--tp-text-body);
}
.agntix-light .creative-choose-avater-box::after {
  bottom: 34px;
  box-shadow: 0px -18px 0 0 #fff;
}
.agntix-light .creative-choose-customer {
  background-color: var(--tp-common-white);
}
.agntix-light .creative-choose-customer-info h4 {
  color: var(--tp-text-body);
}
.agntix-light .creative-choose-customer-info span {
  color: var(--tp-text-body);
}
.agntix-light .creative-choose-customer::before {
  box-shadow: 0px 13px 0 0 #fff;
}
.agntix-light .creative-choose-customer::after {
  box-shadow: 0px 13px 0 0 #fff;
}
.agntix-light .creative-testimonial-item {
  background-color: #f6f6f9;
}
.agntix-light .creative-testimonial-avater-info h4 {
  color: var(--tp-common-black);
}
.agntix-light .creative-testimonial-avater-info span {
  color: var(--tp-text-body);
}
.agntix-light .creative-testimonial-text p {
  color: var(--tp-common-black);
}
.agntix-light .creative-testimonial-text p span svg {
  filter: invert(1);
}
.agntix-light .creative-testimonial-slider-wrap .tp-scrollbar {
  background: rgba(0, 0, 0, 0.1);
}
.agntix-light .creative-testimonial-slider-wrap .tp-scrollbar .swiper-scrollbar-drag {
  background: var(--tp-common-black);
}
.agntix-light .creative-work-square-box {
  background-color: var(--tp-common-white);
}
.agntix-light .creative-work-square-box::after, .agntix-light .creative-work-square-box::before {
  box-shadow: 0px -18px 0 0 #fff;
}
.agntix-light .creative-work-item {
  background-color: var(--tp-common-white);
}
.agntix-light .creative-work-icon img {
  filter: invert(1);
}
.agntix-light .creative-work-content p {
  color: var(--tp-common-black);
}
.agntix-light .creative-blog-meta span {
  color: var(--tp-text-body);
}
.agntix-light .creative-blog-meta span:not(:last-child)::after {
  background-color: rgb(46, 45, 45);
}
.agntix-light .creative-blog-title-sm {
  color: var(--tp-common-black);
}
.agntix-light .creative-footer-style .tp-footer-widget-social {
  background-color: #fff;
}
.agntix-light .creative-footer-style .tp-footer-widget-social::after, .agntix-light .creative-footer-style .tp-footer-widget-social::before {
  box-shadow: 0px -18px 0 0 #fff;
}
.agntix-light .creative-footer-text {
  background-color: #fff;
}
.agntix-light .creative-footer-text::after, .agntix-light .creative-footer-text::before {
  box-shadow: 0px -18px 0 0 #fff;
}
.agntix-light .creative-footer-text p {
  color: var(--tp-common-black);
}
.agntix-light .creative-footer-style .tp-footer-widget-menu ul li a:hover {
  border: 1px solid rgb(208, 255, 113);
}
.agntix-light .creative-footer-style .tp-footer-widget-title {
  color: var(--tp-common-black);
}
.agntix-light .creative-footer-style .tp-footer-widget-title-sm {
  color: var(--tp-common-black);
}
.agntix-light .creative-footer-style .tp-copyright-big-text {
  color: var(--tp-common-black);
}
.agntix-light .creative-footer-style .tp-footer-widget-menu ul li a {
  color: var(--tp-common-black);
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.agntix-light .creative-footer-style .tp-footer-widget-info a {
  color: var(--tp-common-black);
}
.agntix-light .creative-footer-style .tp-copyright-left span {
  color: var(--tp-common-black);
}
.agntix-light .creative-footer-style .tp-copyright-right a {
  color: var(--tp-common-black);
}
.agntix-light .creative-footer-style .tp-footer-widget-social a:hover {
  color: var(--tp-common-white);
  background-color: var(--tp-common-black);
}
.agntix-light .tp_text_invert_2 > div {
  background-size: 200% 100%;
  background-position: 100%;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  background-image: linear-gradient(to right, #111013 50%, #e4e4e4 50%);
}
.agntix-light .design-project-title-box p {
  color: var(--tp-common-black-7);
}
.agntix-light .tp-btn-sky-border {
  color: var(--tp-common-black-7);
  border: 1.5px solid #0e0f11;
}
.agntix-light .tp-btn-sky-border:hover {
  background-color: #0e0f11;
  color: var(--tp-common-white);
}
.agntix-light .design-project-title {
  color: var(--tp-common-black-7);
}
.agntix-light .design-project-content span {
  color: var(--tp-common-black-7);
}
.agntix-light .design-choose-title-box p {
  color: var(--tp-common-black-7);
}
.agntix-light .design-choose-content p {
  color: var(--tp-common-black-7);
}
.agntix-light .creative-footer-style .tp-footer-widget-title-sm.pre::before {
  background-color: var(--tp-common-black);
}
.agntix-light .design-service-left span {
  color: var(--tp-text-body);
}
.agntix-light .design-service-left span::after {
  background-color: rgba(0, 0, 0, 0.1);
}
.agntix-light .design-service-accordion .accordion-buttons span {
  color: var(--tp-text-body);
}
.agntix-light .design-service-accordion .accordion-body p {
  color: var(--tp-text-body);
}
.agntix-light .design-service-accordion .accordion-buttons i {
  color: var(--tp-common-black-7);
}
.agntix-light .design-service-accordion .accordion-buttons:not(.collapsed) i {
  color: var(--tp-common-black);
}
.agntix-light .design-service-category a {
  color: var(--tp-common-black-7);
  border-color: rgba(0, 0, 0, 0.1);
}
.agntix-light .design-service-category a:hover {
  color: var(--tp-common-white);
}
.agntix-light .creative-project-social a {
  background-color: #f6f6f9;
  color: var(--tp-common-black);
  border-color: var(--tp-common-white);
}
.agntix-light .creative-project-social::after {
  background-color: rgba(0, 0, 0, 0.1);
}
.agntix-light .design-hero-slide-text span {
  color: var(--tp-common-black-7);
}
.agntix-light .design-hero-content p {
  color: var(--tp-common-black-7);
}
.agntix-light .design-hero-social a {
  color: var(--tp-common-black-7);
}
.agntix-light .design-hero-social a:not(:last-child)::after {
  background-color: rgba(0, 0, 0, 0.4);
}
.agntix-light .tp-btn-sky-border.solid-bg {
  color: var(--tp-common-white);
  background-color: #0e0f11;
}
.agntix-light .tp-btn-sky-border.solid-bg:hover {
  color: var(--tp-common-black-7);
  background-color: transparent;
}
.agntix-light .creative-text-item span {
  color: var(--tp-common-black-7);
}
.agntix-light .creative-text-item span::after {
  background-color: var(--tp-common-black-7);
}
.agntix-light .design-work-content p {
  color: var(--tp-common-black-7);
}
.agntix-light .design-award-title-box p {
  color: var(--tp-common-black-7);
}
.agntix-light .design-award-item {
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}
.agntix-light .design-award-item:hover {
  border-color: var(--tp-common-black-7);
}
.agntix-light .design-award-item::before {
  background: rgba(0, 0, 0, 0.3);
}
.agntix-light .design-award-item::after {
  background: rgba(0, 0, 0, 0.3);
}
.agntix-light .design-award-item:hover::before, .agntix-light .design-award-item:hover::after {
  background: var(--tp-common-black-7);
}
.agntix-light .design-award-item.active .design-award-content h4 {
  color: var(--tp-common-black-7);
}
.agntix-light .design-award-item.active .design-award-content span {
  color: var(--tp-common-black-7);
}
.agntix-light .design-award-content h4 {
  color: rgba(0, 0, 0, 0.25);
}
.agntix-light .design-award-content span {
  color: rgba(0, 0, 0, 0.25);
}
.agntix-light .tp-testimonial-ratting {
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.agntix-light .tp-testimonial-ratting img {
  filter: invert(1);
}
.agntix-light .tp-testimonial-ratting-icon span {
  color: var(--tp-common-black-7);
}
.agntix-light .tp-testimonial-ratting-info p {
  color: rgba(0, 0, 0, 0.6);
}
.agntix-light .design-footer-widget-title {
  color: var(--tp-common-black-7);
}
.agntix-light .design-footer-widget-input input {
  color: var(--tp-common-black);
  border-color: rgba(20, 20, 20, 0.1);
}
.agntix-light .design-footer-widget-input input::placeholder {
  color: var(--tp-common-black);
}
.agntix-light .design-footer-widget-input input:focus {
  border-color: var(--tp-common-black-7);
}
.agntix-light .design-footer-widget-input-icon {
  background-color: var(--tp-common-black-7);
}
.agntix-light .design-footer-widget-info a {
  color: var(--tp-common-black);
}
.agntix-light .design-footer-middle {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.agntix-light .design-footer-top-wrap {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.agntix-light .design-copyright-text p {
  color: rgba(0, 0, 0, 0.5);
}
.agntix-light .design-copyright-backtoTop a {
  color: var(--tp-common-black-7);
}
.agntix-light .design-copyright-backtoTop a span {
  color: var(--tp-common-black-7);
}
.agntix-light .design-copyright-big-text img {
  filter: invert(1);
}
.agntix-light .design-hero-circle-1 {
  filter: blur(400px);
  -webkit-filter: blur(400px);
  background-color: rgba(5, 45, 146, 0.2);
}
.agntix-light .design-hero-circle-2 {
  filter: blur(400px);
  -webkit-filter: blur(400px);
  background-color: rgba(109, 97, 255, 0.1);
}
.agntix-light .creative-choose-text-bottom::after {
  box-shadow: 0px -18px 0 0 #fff;
}
.agntix-light .des-team-item-box span {
  color: #ECECEC;
}
.agntix-light .des-team-item-box .des-team-title {
  color: #ECECEC;
}
.agntix-light .des-team-item-box.active span {
  color: #111013;
}
.agntix-light .des-team-item-box.active .des-team-title {
  color: #111013;
}
.agntix-light .des-team-wrap.des-team-inner-style .des-team-item-box span {
  color: #ECECEC;
}
.agntix-light .des-team-wrap.des-team-inner-style .des-team-item-box .des-team-title {
  color: #ECECEC;
}
.agntix-light .des-team-wrap.des-team-inner-style .des-team-item-box.active span {
  color: #2A4C3A;
}
.agntix-light .des-team-wrap.des-team-inner-style .des-team-item-box.active .des-team-title {
  color: #2A4C3A;
}
.agntix-light .studio-hero-info a, .agntix-light .studio-hero-info span {
  color: var(--tp-common-black-7);
}
.agntix-light .studio-hero-banner-text span {
  color: var(--tp-common-black-7);
}
.agntix-light .tp-section-subtitle-clash {
  color: var(--tp-common-black-7);
}
.agntix-light .studio-about-content p {
  color: var(--tp-common-black-7);
}
.agntix-light .studio-project-number span {
  color: var(--tp-common-black-7);
}
.agntix-light .studio-project-number i {
  color: var(--tp-common-black-7);
}
.agntix-light .studio-project-title-sm {
  color: var(--tp-common-black-7);
}
.agntix-light .studio-project-content span {
  color: rgba(0, 0, 0, 0.6);
}
.agntix-light .studio-service-item-wrap .tp-award-year {
  color: rgba(0, 0, 0, 0.6);
}
.agntix-light .studio-service-item-wrap .tp-award-text {
  color: var(--tp-common-black-7);
}
.agntix-light .tp-award-icon {
  color: var(--tp-common-black);
}
.agntix-light .studio-service-item-wrap .tp-award-item {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.agntix-light .studio-service-item-wrap {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.agntix-light .studio-award-content p {
  color: var(--tp-common-black-7);
}
.agntix-light .studio-award-icon img {
  filter: invert(1);
}
.agntix-light .studio-award-icon {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.agntix-light .studio-award-item span {
  color: rgba(0, 0, 0, 0.6);
}
.agntix-light .design-testimonial-author h4 {
  color: var(--tp-common-black-7);
}
.agntix-light .design-testimonial-author span {
  color: var(--tp-text-body);
}
.agntix-light .design-testimonial-review h4 {
  color: var(--tp-common-black-7);
}
.agntix-light .design-testimonial-text p {
  color: var(--tp-common-black-7);
}
.agntix-light .design-testimonial-item {
  background-color: rgb(246, 246, 249);
}
.agntix-light .studio-team-title-box p {
  color: rgba(0, 0, 0, 0.8);
}
.agntix-light .studio-step-item {
  box-shadow: none;
  background-color: rgb(246, 246, 249);
}
.agntix-light .tp-btn-red-border {
  color: var(--tp-common-red);
}
.agntix-light .tp-btn-red-border:hover {
  color: var(--tp-common-white);
}
.agntix-light .tp-section-title.fs-54 {
  color: var(--tp-common-black);
}
.agntix-light .ai-choose-text p {
  color: var(--tp-common-black);
}
.agntix-light .ai-choose-bottom-text p {
  color: rgba(0, 0, 0, 0.7);
}
.agntix-light .ai-choose-bottom-text p a {
  color: var(--tp-common-black);
}
.agntix-light .ai-choose-icon span {
  color: var(--tp-common-black);
  background: rgba(0, 0, 0, 0.08);
}
.agntix-light .ai-choose-bottom-text {
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.agntix-light .ai-choose-shape {
  filter: invert(1);
}
.agntix-light .ai-about-title-box p {
  color: var(--tp-common-black);
}
.agntix-light .ai-about-list ul li p {
  color: var(--tp-common-black);
}
.agntix-light .ai-about-list ul li > span > span svg {
  color: var(--tp-common-black);
}
.agntix-light .ai-about-list ul li > span > span i {
  background: rgba(0, 0, 0, 0.08);
}
.agntix-light .ai-text-slider span {
  color: rgba(0, 0, 0, 0.02);
  -webkit-text-stroke: 2px rgba(0, 0, 0, 0.197);
  text-shadow: inset 0 -6px 12px 0 rgba(0, 0, 0, 0.14);
}
.agntix-light .ai-text-slider img {
  filter: invert(1);
}
.agntix-light .ai-service-top-text p {
  color: rgba(0, 0, 0, 0.6);
}
.agntix-light .ai-service-item {
  background-color: white;
}
.agntix-light .ai-service-title-sm {
  color: var(--tp-common-black);
}
.agntix-light .ai-service-content p {
  color: rgba(0, 0, 0, 0.6);
}
.agntix-light .ai-service-link a {
  color: var(--tp-common-black);
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.agntix-light .ai-service-item::after {
  filter: invert(1);
  background: -webkit-linear-gradient(90deg, #08041D 0%, rgba(255, 255, 255, 0.1) 100%);
}
.agntix-light .ai-service-link a:hover {
  color: var(--tp-common-white);
  background-color: var(--tp-common-black);
}
.agntix-light .ai-price-title-box p {
  color: rgba(0, 0, 0, 0.6);
}
.agntix-light .ai-price-tab ul {
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.agntix-light .ai-price-tab ul li button.active {
  color: var(--tp-common-white);
}
.agntix-light #lineMarker {
  background: var(--tp-common-black);
}
.agntix-light .ai-price-tab ul li button {
  color: var(--tp-common-black);
}
.agntix-light .ai-price-item {
  background-color: #F6F6F9;
}
.agntix-light .ai-price-head span {
  color: var(--tp-common-black);
}
.agntix-light .ai-price-head h4 {
  color: var(--tp-common-black);
}
.agntix-light .ai-price-head h4 i {
  color: rgba(0, 0, 0, 0.6);
}
.agntix-light .ai-price-list-item span {
  color: var(--tp-common-black);
}
.agntix-light .ai-price-list-item i {
  color: var(--tp-common-black);
  border: 2px solid rgba(0, 0, 0, 0.2);
}
.agntix-light .ai-price-bottom-text span {
  color: rgba(0, 0, 0, 0.7);
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.agntix-light .ai-price-bottom-text span a {
  color: var(--tp-common-black);
}
.agntix-light .ai-faq-video a {
  background: rgba(0, 0, 0, 0.06);
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
}
.agntix-light .ai-faq-accordion-wrap .accordion-header .accordion-buttons {
  color: var(--tp-common-black);
}
.agntix-light .ai-faq-accordion-wrap .accordion-body p {
  color: rgba(0, 0, 0, 0.6);
}
.agntix-light .ai-faq-accordion-wrap .accordion-header .accordion-buttons .accordion-icon::before {
  background-color: var(--tp-common-black);
}
.agntix-light .ai-faq-accordion-wrap .accordion-header .accordion-buttons .accordion-icon::after {
  background-color: var(--tp-common-black);
}
.agntix-light .ai-blog-content span {
  background: linear-gradient(139deg, #9968ff 0%, #ff6cb2 49%, #ffaf56 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.agntix-light .ai-blog-title {
  color: var(--tp-common-black);
}
.agntix-light .ai-blog-meta span {
  color: rgba(0, 0, 0, 0.4);
}
.agntix-light .ai-blog-meta span:not(:last-child)::after {
  background-color: rgba(0, 0, 0, 0.4);
}
.agntix-light .ai-blog-item {
  border: 1px solid rgba(0, 0, 0, 0.08);
}
.agntix-light .tp-section-subtitle-teko {
  color: #2A4C3A;
}
.agntix-light .tp-section-subtitle-teko i {
  color: #2A4C3A;
}
.agntix-light .tp-section-title-teko {
  color: #2A4C3A;
}
.agntix-light .tp-section-title-teko span {
  color: #2A4C3A;
}
.agntix-light .crp-about-text p {
  color: rgba(0, 0, 0, 0.8);
}
.agntix-light .crp-service-icon span {
  background-color: #2A4C3A;
}
.agntix-light .crp-service-title-sm {
  color: #2a4c3a;
}
.agntix-light .crp-service-content p {
  color: rgba(0, 0, 0, 0.7);
}
.agntix-light .crp-service-link {
  color: #2a4c3a;
}
.agntix-light .crp-service-link i {
  color: #2A4C3A;
}
.agntix-light .tp-btn-yellow-border {
  color: #2A4C3A;
  border: 1px solid #2A4C3A;
}
.agntix-light .crp-project-item {
  background-color: var(--tp-common-white);
  border: 1px solid rgba(42, 76, 58, 0.1);
}
.agntix-light .crp-process-title-sm {
  color: #2A4C3A;
}
.agntix-light .crp-process-content p {
  color: rgba(0, 0, 0, 0.7);
}
.agntix-light .crp-blog-title {
  color: var(--tp-common-black);
}
.agntix-light .crp-blog-meta {
  color: rgba(0, 0, 0, 0.7);
}
.agntix-light .crp-blog-title-sm {
  color: #2A4C3A;
}
.agntix-light .crp-blog-category span {
  color: #2A4C3A;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.agntix-light .crp-price-title-box .tp-section-subtitle-teko {
  color: var(--tp-common-white);
}
.agntix-light .crp-price-title-box .tp-section-title-teko {
  color: var(--tp-common-cream-3);
}
.agntix-light .crp-price-title-box .tp-section-title-teko span {
  color: var(--tp-common-yellow-green);
}
.agntix-light .crp-price-btn-box .tp-btn-yellow-border {
  color: var(--tp-common-yellow-green);
  border: 1px solid var(--tp-common-yellow-green);
}
.agntix-light .crp-about-btn-box .tp-btn-yellow-green {
  color: #fff;
  background-color: #2A4C3A;
}
.agntix-light .creative-hero-black-box::after {
  box-shadow: 0px -18px 0 0 #fff;
}
.agntix-light .creative-hero-title em::after {
  box-shadow: 0px 18px 0 0 #fff;
}
.agntix-light .tp-price-light-anim .animated-border-box::before {
  background-image: conic-gradient(rgb(255, 255, 255), #000, rgb(255, 255, 255) 25%);
}
.agntix-light .ai-faq-accordion-wrap .accordion-items:not(:last-child) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.agntix-light .ai-price-btn .tp-btn-black-border {
  color: var(--tp-common-black);
  background: rgb(255, 255, 255);
}
.agntix-light .cr-multi-border {
  border-color: rgba(0, 0, 0, 0.06);
}
.agntix-light .cr-multi-border::after, .agntix-light .cr-multi-border::before {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 100%);
}
.agntix-light .ca-brand-sub img {
  filter: invert(1);
}
.agntix-light .tp-btn-white-border.tp-btn-light-bg {
  color: #0E0F11;
  background-color: var(--tp-common-white);
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.agntix-light .tp-btn-white-border.tp-btn-light-bg:hover {
  color: var(--tp-common-white);
  border-color: var(--tp-common-white);
  background-color: transparent;
}
.agntix-light .cr-brand-heading p {
  color: rgba(0, 0, 0, 0.5);
}
.agntix-light .cr-brand-wrapper .app-brand-item {
  border-color: rgba(0, 0, 0, 0.1);
}
.agntix-light .cr-brand-wrapper .app-brand-item img {
  filter: invert(1);
}
.agntix-light .cr-brand-bottom img {
  filter: invert(1);
}
.agntix-light .tp-section-subtitle-gradient.ct {
  border-color: rgba(0, 0, 0, 0.1);
}
.agntix-light .tp-section-title-onest {
  color: var(--tp-common-black);
}
.agntix-light .cr-feature-heading p {
  color: rgba(0, 0, 0, 0.5);
}
.agntix-light .cr-feature-heading {
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
}
.agntix-light .cr-multi-border-bottom {
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}
.agntix-light .cr-feature-2-bg {
  filter: invert(1);
}
.agntix-light .cr-feature-2-heading p {
  color: rgba(0, 0, 0, 0.5);
}
.agntix-light .cr-feature-2-btn .tp-btn-white-border {
  color: var(--tp-common-white);
  border: 1px solid rgba(0, 0, 0, 0.1);
  background-color: var(--tp-common-black);
}
.agntix-light .cr-feature-2-btn .tp-btn-white-border:hover {
  color: var(--tp-common-black);
  background-color: transparent;
  border-color: var(--tp-common-black);
}
.agntix-light .cr-feature-2-item {
  border-color: #ebebeb;
}
.agntix-light .cr-feature-2-item span {
  background-color: #ebebeb;
}
.agntix-light .cr-feature-2-ptb {
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
}
.agntix-light .cr-feature-3-border-box {
  border-color: rgba(0, 0, 0, 0.07);
}
.agntix-light .cr-feature-3-border-box::after, .agntix-light .cr-feature-3-border-box::before {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 100%);
}
.agntix-light .cr-feature-3-border {
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
}
.agntix-light .cr-service-item {
  border-left: 1px dashed rgba(0, 0, 0, 0.08);
}
.agntix-light .cr-service-item-icon span {
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.agntix-light .cr-service-item-icon span svg {
  filter: invert(1);
}
.agntix-light .cr-service-item-title {
  color: var(--tp-common-black);
}
.agntix-light .cr-feature-3-heading .tp-section-title-onest {
  color: var(--tp-common-white);
}
.agntix-light .cr-service-item-content p {
  color: rgba(0, 0, 0, 0.5);
}
.agntix-light .cr-hero-heading .tp-section-title-onest {
  color: var(--tp-common-white);
}
.agntix-light .cr-service-ptb {
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
}
.agntix-light .cr-testimonial-box {
  border-color: rgba(0, 0, 0, 0.07);
}
.agntix-light .cr-testimonial-ptb {
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
}
.agntix-light .cr-testimonial-content span {
  color: var(--tp-common-black);
}
.agntix-light .cr-testimonial-content p {
  color: rgba(0, 0, 0, 0.5);
}
.agntix-light .cr-testimonial-title {
  color: var(--tp-common-black);
}
.agntix-light .cr-testimonial-nav button {
  color: var(--tp-common-black);
  background: rgba(0, 0, 0, 0.06);
  border: 1px solid rgba(0, 0, 0, 0.06);
}
.agntix-light .cr-testimonial-nav button:hover {
  color: var(--tp-common-white);
  border-color: var(--tp-common-black);
  background-color: var(--tp-common-black);
}
.agntix-light .cr-testimonial-wrapper {
  background: #F6F6F9;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.12) inset, 0px 0px 2px 2px rgba(255, 255, 255, 0.4);
}
.agntix-light .cr-testimonial-item-subtitle {
  color: rgba(0, 0, 0, 0.5);
}
.agntix-light .cr-testimonial-item-top img {
  filter: invert(1);
}
.agntix-light .cr-testimonial-item-title {
  color: var(--tp-common-black);
}
.agntix-light .cr-testimonial-item-user span {
  color: var(--tp-common-black);
}
.agntix-light .cr-testimonial-item-user p {
  color: rgba(0, 0, 0, 0.5);
}
.agntix-light .cr-blog-item {
  border: 1px solid rgba(0, 0, 0, 0.08);
}
.agntix-light .cr-blog-item-category {
  color: var(--tp-common-black);
}
.agntix-light .cr-blog-item-title {
  color: var(--tp-common-black);
}
.agntix-light .cr-blog-item-meta {
  color: rgba(0, 0, 0, 0.5);
}
.agntix-light .cr-blog-bottom-text {
  color: var(--tp-common-black);
}
.agntix-light .cr-blog-bottom-border {
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
}
.agntix-light .cr-cta-text {
  color: rgba(0, 0, 0, 0.5);
}
.agntix-light .cr-cta-bg {
  filter: invert(1);
}
.agntix-light .cr-footer-border-wrap {
  border-color: rgba(0, 0, 0, 0.06);
}
.agntix-light .cr-cta-btn .tp-btn-white-border {
  color: var(--tp-common-white);
  border: 1px solid rgba(0, 0, 0, 0.1);
  background-color: var(--tp-common-black);
}
.agntix-light .cr-cta-btn .tp-btn-white-border:hover {
  background-color: transparent;
  color: var(--tp-common-black);
  border-color: var(--tp-common-black);
}
.agntix-light .tp-hero-5-thumb-content p {
  color: var(--tp-common-black-8);
}
.agntix-light .tp-hero-5-thumb-content::after {
  background-color: var(--tp-common-black-8);
}
@media (min-width: 1800px) {
  .agntix-light .tp-hero-5-bdr-left {
    border-left: 1px solid rgba(46, 46, 46, 0.1);
  }
}
.agntix-light .tp-hero-5-title span {
  -webkit-text-stroke: 2px var(--tp-common-black-8);
  text-stroke: 2px var(--tp-common-black-8);
}
.agntix-light .tp-hero-5-title {
  color: var(--tp-common-black-8);
}
.agntix-light .tp-hero-5-title-box p {
  color: var(--tp-common-black-8);
}
.agntix-light .tp-hero-5-title-box .tp-btn-cream-bdr {
  color: var(--tp-common-black-8);
  border: 1px solid var(--tp-common-black-8);
}
.agntix-light .tp-hero-5-title-box .tp-btn-cream-bdr:hover {
  background-color: var(--tp-common-black-8);
  color: #F3F1EA;
}
.agntix-light .tp-project-5-title-box-bg,
.agntix-light .tp-text-slider-5-style .tp-text-slider-4-wrap {
  background-color: #E5E1D3;
}
.agntix-light .tp-text-slider-5-style .tp-text-slider-4-item span {
  color: var(--tp-common-black-8);
}
.agntix-light .tp-text-slider-4-item img {
  filter: invert(100%) sepia(80%) saturate(280%) hue-rotate(200deg) brightness(105%) contrast(100%);
}
.agntix-light .tp-about-5-subtitle {
  color: var(--tp-common-black-8);
}
.agntix-light .tp-section-title-5.fs-140 {
  color: var(--tp-common-black-8);
}
.agntix-light .tp-about-5-title-box p {
  color: var(--tp-common-black-8);
}
.agntix-light .tp-project-5-section-subtitle, .agntix-light .tp-project-5-section-title, .agntix-light .tp-project-5-section-link {
  color: var(--tp-common-black-8);
}
.agntix-light .tp-project-5-section-box {
  border-top: 1px solid rgba(46, 46, 46, 0.1);
}
.agntix-light .tp-project-5-title-box.active .tp-project-5-title {
  color: var(--tp-common-black-8);
}
.agntix-light .tp-project-5-title {
  color: rgba(47, 46, 43, 0.3);
}
.agntix-light .tp-project-5-title-box span {
  color: rgba(47, 46, 43, 0.3);
}
.agntix-light .tp-project-5-title-box.active span {
  color: var(--tp-common-black-8);
}
.agntix-light .tp-project-5-2-title {
  color: var(--tp-common-black-8);
}
.agntix-light .tp-project-5-2-item {
  border: 1px solid var(--tp-common-black-8);
  background: rgba(243, 241, 234, 0.9);
}
.agntix-light .tp-project-5-2-content span {
  color: var(--tp-common-black-8);
}
.agntix-light .tp-project-5-2-title-sm {
  color: var(--tp-common-black-8);
}
.agntix-light .tp-project-5-2-shape span {
  filter: invert(100%) sepia(80%) saturate(280%) hue-rotate(200deg) brightness(105%) contrast(100%);
}
.agntix-light .tp-project-5-2-btn {
  border-top: 1px solid var(--tp-common-black-8);
  border-bottom: 1px solid var(--tp-common-black-8);
}
.agntix-light .tp-project-5-2-btn a {
  color: var(--tp-common-black-8);
}
.agntix-light .tp-project-5-2-btn a span {
  color: var(--tp-common-black-8);
}
.agntix-light .tp-testimonial-5-content .quote-shape svg {
  color: rgba(62, 62, 33, 0.25);
  stroke-width: 0.5px;
  stroke: rgba(207, 194, 146, 0.3);
}
.agntix-light .tp-testimonial-5-content p {
  color: var(--tp-common-white);
}
.agntix-light .tp-testimonial-5-content span {
  color: var(--tp-common-white);
}
.agntix-light .tp-testimonial-5-content span::before {
  background-color: var(--tp-common-white);
}
.agntix-light .tp-testimonial-5-bg {
  mix-blend-mode: normal;
}
.agntix-light .tp-footer-15-social span {
  color: var(--tp-common-black-8);
}
.agntix-light .tp-footer-15-social a {
  color: var(--tp-common-black-8);
}
.agntix-light .tp-footer-15-social a span {
  color: var(--tp-common-black-8);
}
.agntix-light .tp-footer-15-social::after {
  background-color: var(--tp-common-black-8);
}
.agntix-light .tp-footer-15-social a::after {
  background-color: var(--tp-common-black-8);
}
.agntix-light .tp-footer-15-copyright-text span {
  color: var(--tp-common-black-8);
}
.agntix-light .tp-footer-15-copyright-text span a::after {
  background-color: var(--tp-common-black-8);
}
.agntix-light .pp-brand-title {
  color: var(--tp-common-black);
}
.agntix-light .pp-brand-title i {
  color: rgba(0, 0, 0, 0.3);
}
.agntix-light .pp-brand-area {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.agntix-light .pp-service-heading span {
  color: var(--tp-common-black);
}
.agntix-light .pp-service-item {
  border-color: rgba(0, 0, 0, 0.1);
}
.agntix-light .pp-service-item-title {
  color: var(--tp-common-black);
}
.agntix-light .pp-banner-wrap img {
  opacity: 1;
}
.agntix-light .pp-project-heading .tp-section-title-teko {
  color: var(--tp-common-black-7);
}
.agntix-light .pp-project-item-title {
  color: var(--tp-common-black-7);
}
.agntix-light .pp-project-item-title:hover a {
  color: var(--tp-common-black-7);
}
.agntix-light .pp-project-item-meta {
  color: rgba(0, 0, 0, 0.6);
}
.agntix-light .pp-text-slider-wrapper .pp-brand-title {
  color: var(--tp-common-white);
}
.agntix-light .pp-about-heading .tp-section-title-teko {
  color: var(--tp-common-black-7);
}
.agntix-light .pp-award-wrapper .tp-award-item-wrap .tp-award-item .row [class*=col-] .tp-award-text-2 {
  color: rgba(0, 0, 0, 0.4);
}
.agntix-light .tp-award-year {
  color: var(--tp-common-black);
}
.agntix-light .pp-award-wrapper .tp-award-item-wrap .tp-award-item .row [class*=col-] .tp-award-position {
  color: var(--tp-common-black);
}
.agntix-light .pp-award-wrapper .tp-award-item-wrap .tp-award-item .row [class*=col-] .tp-award-link {
  color: var(--tp-common-black);
}
.agntix-light .pp-award-wrapper .tp-award-item-wrap .tp-award-item {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.agntix-light .pp-award-wrapper .tp-award-item-wrap .tp-award-item::after {
  background: rgba(0, 0, 0, 0.07);
}
.agntix-light .tp-award-item:hover .tp-award-year, .agntix-light .tp-award-item:hover .tp-award-text, .agntix-light .tp-award-item:hover .tp-award-position, .agntix-light .tp-award-item:hover .tp-award-icon {
  color: var(--tp-common-black);
}
.agntix-light .tp-award-text {
  color: var(--tp-common-black);
}
.agntix-light .pp-social-item.active .pp-social-item-wrap .pp-social-item-title {
  color: var(--tp-common-black);
}
.agntix-light .pp-social-item {
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.agntix-light .pp-social-item-title {
  color: rgba(0, 0, 0, 0.1);
}
.agntix-light .pp-social-item-wrap p {
  color: rgba(0, 0, 0, 0.1);
}
.agntix-light .pp-social-item.active .pp-social-item-wrap p {
  color: var(--tp-common-black);
}
.agntix-light .pp-hero-btn .tp-btn-red-circle-box.tp-pp-btn-style:hover .tp-btn-red-circle-text {
  color: var(--tp-common-black);
  background-color: #FFF669;
}
.agntix-light .pp-hero-btn .tp-btn-red-circle-box.tp-pp-btn-style .tp-btn-red-circle-icon {
  background: #FFF669;
  color: var(--tp-common-black);
  border: 1px solid #FFF669;
}
.agntix-light .pp-hero-btn .tp-btn-red-circle-box.tp-pp-btn-style .tp-btn-red-circle-text {
  color: #FFF669;
  border: 1px solid #FFF669;
}
.agntix-light .ai-project-title-box span {
  filter: invert(1);
}
.agntix-light .tp-hero-2-btn-box .tp-btn-border {
  color: var(--tp-common-cream);
  border: 1px solid rgba(249, 244, 232, 0.1);
}
.agntix-light .crp-hero-subtitle .tp-section-subtitle-teko {
  color: var(--tp-common-cream-3);
}
.agntix-light .tp-work-item.about-us-3-bg {
  border: 4px solid #fff;
  background-color: #edf2ef;
}
.agntix-light .crp-price-shape-2 {
  filter: invert(1);
  opacity: 0.1;
}
.agntix-light .inner-service-1-category-item i {
  color: var(--tp-common-black);
}
.agntix-light .pp-service-details-process-item p {
  color: rgba(0, 0, 0, 0.6);
}
.agntix-light .sidebar-search input:focus {
  border: 1px solid var(--tp-common-black);
}
.agntix-light .postbox-title a {
  display: inline;
  transition: all 0.3s linear;
  background-repeat: no-repeat;
  background-size: 0% 1px, 0 1px;
  background-position: 100% 94%, 0 94%;
  background-image: linear-gradient(currentcolor, currentcolor), linear-gradient(currentcolor, currentcolor);
}
.agntix-light .postbox-title a:hover {
  color: var(--tp-common-black);
  background-size: 0% 1px, 100% 1px;
}
.agntix-light .rc-post-title a {
  display: inline;
  transition: all 0.3s linear;
  background-repeat: no-repeat;
  background-size: 0% 1px, 0 1px;
  background-position: 100% 94%, 0 94%;
  background-image: linear-gradient(currentcolor, currentcolor), linear-gradient(currentcolor, currentcolor);
}
.agntix-light .rc-post-title a:hover {
  color: var(--tp-common-black);
  background-size: 0% 1px, 100% 1px;
}
.agntix-light .basic-pagination ul li .current {
  border-color: #FF5722;
  background-color: #FF5722;
  color: var(--tp-common-white);
}
.agntix-light .basic-pagination ul li:hover a {
  border-color: #FF5722;
  background-color: #FF5722;
  color: var(--tp-common-white);
}
.agntix-light .blog-footer-style.creative-footer-style .tp-footer-widget-social a {
  color: var(--tp-common-white);
  background-color: #FF5722;
}
.agntix-light .blog-footer-style.creative-footer-style .tp-footer-widget-menu ul li a:hover {
  border: 1px solid rgb(244, 83, 34);
  background-color: var(--tp-common-red-3);
  color: var(--tp-common-white);
}
.agntix-light .blog-footer-style.creative-footer-style .tp-footer-widget-info a:hover {
  color: var(--tp-common-red-3);
}
.agntix-light .rc-post-wrap .rc-post:not(:last-child) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.agntix-light .tp-btn-yellow-green.sidebar-btn {
  color: var(--tp-common-white);
  background-color: var(--tp-common-red-3);
}
.agntix-light .sidebar-widget-author-social a:hover span {
  color: var(--tp-common-red-3);
}
.agntix-light .tagcloud a:hover {
  color: var(--tp-common-white);
  background-color: var(--tp-common-red-3);
}
.agntix-light .postbox-details-list ul li i {
  color: var(--tp-common-red-3);
}
.agntix-light .postbox-details-social a:hover {
  color: var(--tp-common-white);
  background-color: var(--tp-common-red-3);
}
.agntix-light .postbox__comment-reply a:hover {
  color: var(--tp-common-white);
  border-color: var(--tp-common-red-3);
  background-color: var(--tp-common-red-3);
}
.agntix-light .postbox-details-input input:focus, .agntix-light .postbox-details-input textarea:focus {
  border-color: var(--tp-common-red-3);
}
.agntix-light .pp-project-item-title a {
  display: inline;
  transition: all 0.3s linear;
  background-repeat: no-repeat;
  background-size: 0% 1px, 0 1px;
  background-position: 100% 100%, 0 75%;
  background-image: linear-gradient(currentcolor, currentcolor), linear-gradient(currentcolor, currentcolor);
}
.agntix-light .pp-project-item-title a:hover {
  color: var(--tp-common-black);
  background-size: 0% 1px, 100% 1px;
}
.agntix-light .crp-service-shape-wrap {
  opacity: 0.6;
}
.agntix-light .crp-inner-style .pp-award-left .tp-section-subtitle-clash {
  color: #2A4C3A;
}
.agntix-light .crp-inner-style .pp-about-heading .tp-section-title-teko {
  color: #2A4C3A;
}
.agntix-light .pp-service-details-process-item span {
  color: var(--tp-common-white);
  background-color: var(--tp-common-red-2);
}
.agntix-light .tp-portfolio-slicer-meta {
  color: var(--tp-common-black);
}
.agntix-light .tp-portfolio-slicer-meta:not(:last-of-type)::after {
  background-color: var(--tp-common-black);
}
@keyframes animate-pulse-2 {
  0% {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.1), 0 0 0 0 rgba(0, 0, 0, 0.1);
  }
  40% {
    box-shadow: 0 0 0 50px rgba(0, 0, 74, 0), 0 0 0 0 rgba(0, 0, 0, 0.1);
  }
  80% {
    box-shadow: 0 0 0 50px rgba(0, 0, 74, 0), 0 0 0 30px rgba(0, 0, 74, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(0, 0, 74, 0), 0 0 0 30px rgba(0, 0, 74, 0);
  }
}

.agntix-light .tp-career-shape-1 {
  filter: invert(1);
}
.agntix-light .tp-slider-elegant-title {
  color: var(--tp-common-black);
}
.agntix-light .tp-footer-widget-menu ul li a {
  color: var(--tp-common-black);
  background-color: var(--tp-common-white);
}
.agntix-light .tp-header-14-info a {
  color: var(--tp-common-black);
}
.agntix-light .coverflow-slider-title-sm {
  color: var(--tp-common-black);
}
.agntix-light .coverflow-slider-title-sm .tp-line-white {
  background-position: 100% 100%, 0 88%;
}
.agntix-light .tp-footer-style-6 .tp-footer-widget-title {
  color: var(--tp-common-white);
}
.agntix-light .tp-footer-style-6 .tp-footer-widget-title-sm {
  color: var(--tp-common-white);
}
.agntix-light .tp-footer-style-6 .tp-footer-widget-info a {
  color: var(--tp-common-white);
}
.agntix-light .tp-footer-style-6 .tp-footer-widget-info a:hover {
  color: var(--tp-common-red-2);
}
.agntix-light .tp-copyright-style-6 .tp-copyright-left span {
  color: var(--tp-common-white);
}
.agntix-light .tp-copyright-style-6 .tp-copyright-right a {
  color: var(--tp-common-white);
}
.agntix-light .tp-btn-white-border {
  color: var(--tp-common-white);
  background-color: var(--tp-common-black);
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.agntix-light .tp-btn-white-border:hover {
  color: var(--tp-common-black);
  background-color: transparent;
  border-color: var(--tp-common-black);
}
.agntix-light .tp-btn-white-border.tp-btn-transparent {
  color: var(--tp-common-black);
  background-color: transparent;
  border-color: rgba(0, 0, 0, 0.2);
}
.agntix-light .tp-btn-white-border.tp-btn-transparent:hover {
  color: var(--tp-common-white);
  background-color: var(--tp-common-black);
}
.agntix-light .tp-portfolio-slicer-title-sm {
  color: var(--tp-common-black);
}
.agntix-light .tp-perspective-slider .tp-perspective-inner .tp-perspective-image::before {
  background: #fff;
}
.agntix-light .tp-perspective-slider .tp-perspective-inner .tp-perspective-image::after {
  background: #fff;
}
.agntix-light .tp-perspective-social-info span {
  color: var(--tp-common-black);
}
.agntix-light .tp-perspective-scroll a {
  color: var(--tp-common-black);
}
.agntix-light .coverflow-slider-arrow button {
  color: var(--tp-common-black);
}
.agntix-light .tp-header-14-bar-wrap .tp-header-8-bar {
  background-color: transparent;
  border: 1px solid rgba(0, 0, 0, 0.2);
}
.agntix-light .tp-header-14-bar-wrap .tp-header-8-bar span {
  color: var(--tp-common-black);
}
.agntix-light .tp-header-14-bar-wrap .tp-header-8-bar:hover {
  border-color: var(--tp-common-black);
  background-color: var(--tp-common-black);
}
.agntix-light .tp-header-14-bar-wrap .tp-header-8-bar:hover span {
  color: var(--tp-common-white);
}
.agntix-light .creative-footer-style .tp-footer-widget-social a {
  color: var(--tp-common-black);
  background-color: #d0ff71;
}
.agntix-light .tp-section-title-teko.fs-80 span {
  color: rgba(0, 0, 0, 0.3);
}
.agntix-light .tp-section-title-teko.fs-80 {
  color: var(--tp-common-black);
}
.agntix-light .pp-about-content p {
  color: var(--tp-common-black);
}
.agntix-light .pp-about-bottom-btn a span {
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.agntix-light .pp-about-bottom-btn a span {
  color: var(--tp-common-black);
}
.agntix-light .tp-btn-red-circle-box.tp-pp-btn-style .tp-btn-red-circle-text {
  color: var(--tp-common-black);
  border: 1px solid var(--tp-common-black);
}
.agntix-light .tp-btn-red-circle-box.tp-pp-btn-style .tp-btn-red-circle-icon {
  background: var(--tp-common-black);
  color: var(--tp-common-white);
  border: 1px solid var(--tp-common-black);
}
.agntix-light .tp-btn-red-circle-box.tp-pp-btn-style:hover .tp-btn-red-circle-text {
  color: var(--tp-common-white);
  background-color: var(--tp-common-black);
}
.agntix-light .pp-about-me-service-subtitle {
  color: var(--tp-common-black);
}
.agntix-light .pp-about-me-service-title {
  color: var(--tp-common-black);
}
.agntix-light .pp-about-me-skill.pp-skill-list-wrap .pp-skill-list-title {
  color: var(--tp-common-black);
}
.agntix-light .pp-about-me-skill.pp-skill-list-wrap .pp-skill-list ul li {
  color: rgba(0, 0, 0, 0.7);
}
.agntix-light .pp-about-me-service-heading img {
  filter: invert(1);
}
.agntix-light .pp-about-me-tool-item-content span {
  color: var(--tp-common-black);
}
.agntix-light .pp-about-me-tool-item-content p {
  color: rgba(0, 0, 0, 0.7);
}
.agntix-light .pp-about-me-tool-item {
  border: 1px solid rgba(0, 0, 0, 0.08);
}
.agntix-light .pp-about-me-tool-item-icon span {
  background: #F6F6F9;
}
.agntix-light .pp-about-me-tool-item-icon span img {
  filter: saturate(1);
  mix-blend-mode: normal;
}
.agntix-light .pp-about-me-experience-item p {
  color: rgba(0, 0, 0, 0.6);
}
.agntix-light .pp-about-me-experience-title {
  color: var(--tp-common-black);
}
.agntix-light .pp-footer-subtitle {
  color: var(--tp-common-black);
}
.agntix-light .pp-footer-title {
  color: var(--tp-common-black);
}
.agntix-light .pp-footer-box {
  background-color: var(--tp-common-yellow-1);
}
.agntix-light .pp-footer-btn {
  border: 1px solid rgba(0, 0, 0, 0.1);
  color: var(--tp-common-black);
}
.agntix-light .pp-footer-copyright-text p {
  color: rgba(20, 20, 20, 0.6);
}
.agntix-light .pp-footer-copyright-text-center p {
  color: var(--tp-common-black);
}
.agntix-light .pp-footer-copyright-text-center::before {
  background-color: var(--tp-common-black);
}
.agntix-light .pp-footer-copyright-text-center::after {
  background-color: rgba(20, 20, 20, 0.2);
}
.agntix-light .des-about-text p {
  color: var(--tp-common-black);
}
.agntix-light .inner-service-1-text span {
  color: rgba(0, 0, 0, 0.6);
}
.agntix-light .inner-service-1-text p {
  color: var(--tp-common-black);
}
.agntix-light .inner-service-1-category-item span {
  color: var(--tp-common-black);
}
.agntix-light .inner-service-1-category-item {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.agntix-light .inner-service-1-category-item:first-child {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.agntix-light .inner-service-1-left > span {
  color: var(--tp-common-black);
}
.agntix-light .inner-service-1-thumb-text span {
  color: rgba(0, 0, 0, 0.5);
}
.agntix-light .ar-about-us-4-text-title {
  color: rgba(0, 0, 0, 0.1);
}
.agntix-light .service-faq-style .app-faq-wrap .ai-faq-accordion-wrap .accordion .accordion-items .accordion-header .accordion-buttons {
  color: var(--tp-common-black);
}
.agntix-light .service-faq-style .app-faq-wrap .ai-faq-accordion-wrap .accordion .accordion-items .accordion-body p {
  color: rgba(0, 0, 0, 0.6);
}
.agntix-light .service-faq-style .app-faq-wrap .ai-faq-accordion-wrap .accordion .accordion-items {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.agntix-light .service-faq-style .app-faq-wrap .ai-faq-accordion-wrap .accordion .accordion-items .accordion-header .accordion-buttons .accordion-icon {
  border: 1px solid #F3F3F9;
  background-color: #F3F3F9;
}
.agntix-light .service-faq-style .app-faq-wrap .ai-faq-accordion-wrap .accordion .accordion-items .accordion-header .accordion-buttons .accordion-icon::before, .agntix-light .service-faq-style .app-faq-wrap .ai-faq-accordion-wrap .accordion .accordion-items .accordion-header .accordion-buttons .accordion-icon::after {
  background-color: rgba(0, 0, 0, 0.6);
}
.agntix-light .pp-service-details-title {
  color: var(--tp-common-black);
}
.agntix-light .pp-service-details-overview-title {
  color: var(--tp-common-black);
}
.agntix-light .pp-service-details-overview-wrapper p {
  color: var(--tp-common-black);
}
.agntix-light .pp-service-details-overview-wrapper h4 {
  color: var(--tp-common-black);
}
.agntix-light .pp-service-details-overview-list ul li {
  color: var(--tp-common-black);
}
.agntix-light .pp-service-details-overview-list ul li span {
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.agntix-light .pp-service-details-overview-heading {
  border-bottom: 1px solid rgba(0, 0, 0, 0.11);
}
.agntix-light .tp-service-4-solution-item.service-details .tp-service-4-solution-item-title {
  color: var(--tp-common-black);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.agntix-light .tp-service-4-solution-item.service-details .tp-service-4-solution-item-content ul li {
  color: var(--tp-common-black);
}
.agntix-light .tp-service-4-solution-item.service-details {
  border-color: rgba(0, 0, 0, 0.1);
}
.agntix-light .tp-service-5-price-heading.service-details .tp-career-title {
  color: var(--tp-common-black);
}
.agntix-light .tp-service-5-price-item.service-details .tp-service-5-price-item-title {
  color: var(--tp-common-black);
}
.agntix-light .tp-service-5-price-item.service-details .tp-service-5-price-item-list ul li {
  color: var(--tp-common-black);
}
.agntix-light .tp-service-5-price-item.service-details .tp-service-5-price-item-head h4 {
  color: var(--tp-common-black);
}
.agntix-light .tp-service-5-price-item.service-details {
  border-color: rgba(0, 0, 0, 0.08);
}
.agntix-light .pp-service-details-process-subtitle {
  background: rgba(3, 3, 3, 0.0705882353);
  color: var(--tp-common-red-2);
}
.agntix-light .pp-service-details-process-title {
  color: var(--tp-common-black);
}
.agntix-light .pp-service-details-process-box::before {
  background-color: rgba(0, 0, 0, 0.1);
}
.agntix-light .pp-service-details-process-item h4 {
  color: var(--tp-common-black);
}
.agntix-light .pp-service-details-process-bottom span {
  background: transparent;
  color: var(--tp-common-black);
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.agntix-light .pp-service-details-process-bottom span a {
  color: var(--tp-common-black);
}
.agntix-light .pp-service-details-process-bottom span a:hover {
  color: var(--tp-common-red-2);
}
.agntix-light .tp-breadcrumb-title {
  color: var(--tp-common-black);
}
.agntix-light .tp-breadcrumb-list span:last-child {
  color: var(--tp-common-black);
}
.agntix-light .tp-breadcrumb-list span {
  color: rgba(0, 0, 0, 0.4);
}
.agntix-light .postbox-item {
  border: 1px solid rgba(0, 0, 0, 0.08);
}
.agntix-light .postbox-author-name {
  color: rgba(0, 0, 0, 0.9);
}
.agntix-light .postbox-author-info span {
  color: rgba(0, 0, 0, 0.6);
}
.agntix-light .postbox-meta span {
  color: rgba(0, 0, 0, 0.6);
}
.agntix-light .postbox-tag {
  color: rgba(0, 0, 0, 0.6);
}
.agntix-light .postbox-title {
  color: var(--tp-common-black);
}
.agntix-light .postbox-content p {
  color: rgba(0, 0, 0, 0.6);
}
.agntix-light .tp-btn-yellow-border.postbox-btn {
  color: var(--tp-common-black);
  background: #F6F6F9;
  border: 1px solid #F6F6F9;
}
.agntix-light .postbox-blockquote {
  background: #F6F6F9;
}
.agntix-light .postbox-blockquote-paragraph p {
  color: var(--tp-common-black);
}
.agntix-light .basic-pagination ul li > a {
  border: 1px solid rgba(0, 0, 0, 0.08);
  color: var(--tp-common-black);
}
.agntix-light .sidebar-search input {
  background: #F6F6F9;
  border-color: #F6F6F9;
  color: var(--tp-common-black);
}
.agntix-light .sidebar-search input:focus {
  background: transparent;
}
.agntix-light .sidebar-search input::placeholder {
  color: rgba(0, 0, 0, 0.6);
}
.agntix-light .sidebar-search button {
  color: var(--tp-common-black);
}
.agntix-light .sidebar-widget-author-name {
  color: var(--tp-common-black);
}
.agntix-light .sidebar-widget-author-content span {
  color: rgba(0, 0, 0, 0.4);
}
.agntix-light .sidebar-widget-author-content p {
  color: rgba(0, 0, 0, 0.7);
}
.agntix-light .sidebar-widget-author-social a span {
  color: var(--tp-common-black);
}
.agntix-light .sidebar-widget-author {
  border: 1px solid rgba(0, 0, 0, 0.06);
}
.agntix-light .sidebar-widget-title {
  color: var(--tp-common-black);
}
.agntix-light .sidebar-widget-category ul li a {
  color: rgba(0, 0, 0, 0.8);
  background: #F6F6F9;
}
.agntix-light .sidebar-widget-category ul li a span:last-child {
  color: rgba(0, 0, 0, 0.4);
}
.agntix-light .sidebar-widget-category ul li a:hover span:last-child {
  color: var(--tp-common-red-3);
}
.agntix-light .sidebar-widget-category ul li a:hover {
  color: var(--tp-common-red-3);
}
.agntix-light .rc-post-category a {
  color: rgb(98, 98, 100);
  background: #F6F6F9;
}
.agntix-light .rc-post-title {
  color: var(--tp-common-black);
}
.agntix-light .rc-post-title a:hover {
  color: rgba(0, 0, 0, 0.8);
}
.agntix-light .rc-post-meta span {
  color: rgba(0, 0, 0, 0.6);
}
.agntix-light .tagcloud a {
  color: rgba(0, 0, 0, 0.6);
  background: #F6F6F9;
}
.agntix-light .pp-service-details-about-item span {
  color: var(--tp-common-black);
}
.agntix-light .pp-service-details-about-item p {
  color: var(--tp-common-black);
}
.agntix-light .pp-service-details-about-item {
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.agntix-light .tp-blog-title {
  color: var(--tp-common-black);
}
.agntix-light .tp-blog-heading-wrap .tp-section-subtitle.pre::before {
  background: #ff5722;
}
.agntix-light .tp-blog-title a {
  background-color: #F6F6F9;
}
.agntix-light .tp-blog-list-item-title {
  color: var(--tp-common-black);
}
.agntix-light .tp-blog-list-item-tags p {
  color: rgba(0, 0, 0, 0.4);
}
.agntix-light .tp-blog-list-item-tags-name {
  color: var(--tp-common-black);
}
.agntix-light .tp-blog-list-item-meta {
  color: #141414;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.agntix-light .tp-blog-list-item {
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}
.agntix-light .tp-blog-list-item-wrap .tp-blog-list-item:last-child {
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.agntix-light .tp-blog-masonry-item {
  border: 1px solid rgba(0, 0, 0, 0.08);
}
.agntix-light .tp-blog-masonry-item-user-content span {
  color: rgba(0, 0, 0, 0.9);
}
.agntix-light .tp-blog-masonry-item-user-content p {
  color: rgba(0, 0, 0, 0.6);
}
.agntix-light .tp-blog-masonry-item-time span {
  color: rgba(0, 0, 0, 0.6);
}
.agntix-light .tp-blog-masonry-tag span {
  color: rgba(0, 0, 0, 0.6);
}
.agntix-light .tp-blog-masonry-title {
  color: var(--tp-common-black);
}
.agntix-light .tp-blog-masonry-btn a {
  color: #ff5722;
}
.agntix-light .tp-blog-masonry-item-2 {
  background: #F6F6F9;
}
.agntix-light .tp-blog-masonry-item-3 {
  background: #F6F6F9;
}
.agntix-light .tp-blog-masonry-item-icon span {
  background: #e3e3e5;
}
.agntix-light .tp-blog-masonry-item-text span {
  color: var(--tp-common-black);
}
.agntix-light .tp-blog-masonry-item-text p {
  color: var(--tp-common-black);
}
.agntix-light .postbox-details-tag span {
  color: var(--tp-common-black);
}
.agntix-light .postbox-details-tag span:last-child::after {
  background-color: rgba(0, 0, 0, 0.6);
}
.agntix-light .postbox-details-meta .postbox-author-name {
  color: rgba(0, 0, 0, 0.6);
}
.agntix-light .postbox-details-meta > div:not(:first-child)::after {
  background: rgba(0, 0, 0, 0.1);
}
.agntix-light .postbox-details-text p {
  color: rgba(0, 0, 0, 0.7);
}
.agntix-light .postbox-details-quote p {
  color: var(--tp-common-black);
}
.agntix-light .postbox-details-quote span {
  color: rgba(0, 0, 0, 0.6);
}
.agntix-light .postbox-details-quote span::before {
  background-color: rgba(0, 0, 0, 0.6);
}
.agntix-light .postbox-details-text p span {
  color: #ff5722;
}
.agntix-light .postbox-details-list ul li {
  color: rgba(0, 0, 0, 0.7);
}
.agntix-light .postbox-details-list ul li::before {
  background-color: rgba(0, 0, 0, 0.7);
}
.agntix-light .postbox-details-list ul li span {
  color: rgba(0, 0, 0, 0.3);
}
.agntix-light .postbox-details-code {
  background: rgb(246, 246, 249);
}
.agntix-light .postbox-details-code pre {
  color: rgba(0, 0, 0, 0.7);
}
.agntix-light .postbox-details-author .sidebar-widget-author {
  background: rgb(246, 246, 249);
}
.agntix-light .postbox-details-social a {
  background-color: rgb(246, 246, 249);
  color: rgba(0, 0, 0, 0.8);
}
.agntix-light .postbox__comment-title {
  color: var(--tp-common-black);
}
.agntix-light .postbox__comment-name h5 {
  color: var(--tp-common-black);
}
.agntix-light .postbox__comment-name span {
  color: rgba(0, 0, 0, 0.7);
}
.agntix-light .postbox__comment-text p {
  color: rgba(0, 0, 0, 0.7);
}
.agntix-light .postbox__comment-reply a {
  color: var(--tp-common-black);
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.agntix-light .postbox-details-form {
  border: 1px solid rgba(0, 0, 0, 0.08);
}
.agntix-light .postbox-details-form-title {
  color: var(--tp-common-black);
}
.agntix-light .postbox-details-form p {
  color: rgba(0, 0, 0, 0.7);
}
.agntix-light .postbox-details-input label {
  color: var(--tp-common-black);
}
.agntix-light .postbox-details-input input, .agntix-light .postbox-details-input textarea {
  background: rgb(246, 246, 249);
  color: var(--tp-common-black);
  border: 1px solid rgb(246, 246, 249);
}
.agntix-light .postbox-details-input input:focus, .agntix-light .postbox-details-input textarea:focus {
  background: transparent;
}
.agntix-light .postbox-details-remeber label {
  color: rgba(0, 0, 0, 0.7);
}
.agntix-light .postbox-details-remeber label::before {
  color: var(--tp-common-black);
  filter: invert(1);
}
.agntix-light .postbox-details-remeber label::after {
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.agntix-light .tp-blog-details-without-heading .postbox-details-item .postbox-tag span {
  color: rgba(0, 0, 0, 0.6);
}
.agntix-light .postbox-details-item.item-border {
  border: 1px solid rgba(0, 0, 0, 0.08);
}
.agntix-light .tp-contact-category-btn {
  border: 1px solid rgba(0, 0, 0, 0.08);
  color: var(--tp-common-black);
}
.agntix-light .tp-contact-me-interest-title {
  color: var(--tp-common-black);
}
.agntix-light .tp-contact-me-interest-form-wrap .tp-contact-form-input input, .agntix-light .tp-contact-me-interest-form-wrap .tp-contact-form-input textarea {
  background: rgb(246, 246, 249);
  color: var(--tp-common-black);
  border: 1px solid rgb(246, 246, 249);
}
.agntix-light .tp-contact-me-interest-form-wrap .tp-contact-form-input input:focus, .agntix-light .tp-contact-me-interest-form-wrap .tp-contact-form-input textarea:focus {
  background: transparent;
  border-color: var(--tp-common-black);
}
.agntix-light .tp-contact-me-interest-form-wrap .tp-contact-form-input label {
  color: var(--tp-common-black);
}
.agntix-light .tp-career-title {
  color: var(--tp-common-black);
}
.agntix-light .tp-contact-us-text p {
  color: rgba(0, 0, 0, 0.5);
}
.agntix-light .tp-contact-us-text p:hover {
  color: var(--tp-common-black);
}
.agntix-light .tp-contact-us-form-wrapper {
  background: #F6F6F9;
}
.agntix-light .tp-contact-us-title {
  color: var(--tp-common-black);
}
.agntix-light .tp-contact-us-wrap .tp-contact-form-input label {
  color: var(--tp-common-black);
}
.agntix-light .tp-contact-us-wrap .tp-contact-form-input input, .agntix-light .tp-contact-us-wrap .tp-contact-form-input textarea {
  background: #fff;
  border-color: rgb(237, 237, 245);
  color: var(--tp-common-black);
}
.agntix-light .tp-contact-us-wrap .tp-contact-form-input input:focus, .agntix-light .tp-contact-us-wrap .tp-contact-form-input textarea:focus {
  background: transparent;
  border-color: var(--tp-common-red-3);
}
.agntix-light .cn-contactform-support-text span {
  color: var(--tp-common-black);
}
.agntix-light .tp-contact-us-content {
  background: #F6F6F9;
}
.agntix-light .tp-contact-us-info-title {
  color: var(--tp-common-black);
}
.agntix-light .tp-contact-us-info-details a {
  color: rgba(0, 0, 0, 0.7);
}
.agntix-light .tp-contact-us-info-details a:hover {
  color: var(--tp-common-black);
}
.agntix-light .tp-contact-us-btn .tp-btn-yellow-green {
  color: var(--tp-common-black);
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.agntix-light .tp-contact-us-btn .tp-btn-yellow-green.active {
  color: var(--tp-common-white);
}
.agntix-light .tp-portfolio-inner-tab-wrap nav .nav-tabs .nav-link {
  color: var(--tp-common-black);
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.agntix-light .tp-portfolio-inner-tab-wrap nav .nav-tabs .nav-link.active, .agntix-light .tp-portfolio-inner-tab-wrap nav .nav-tabs .nav-link:hover {
  background: var(--tp-grey-2);
  border: 1px solid var(--tp-grey-2);
}
.agntix-light .tp-portfolio-inner-title {
  color: var(--tp-common-black);
}
.agntix-light .tp-portfolio-inner-content span {
  color: rgba(0, 0, 0, 0.6);
}
.agntix-light .tp-portfolio-masonry-big-text {
  color: var(--tp-common-black);
}
.agntix-light .tp-portfolio-masonry-top-left span {
  color: var(--tp-common-black);
}
.agntix-light .tp-portfolio-masonry-top-left span {
  color: var(--tp-common-black);
}
.agntix-light .tp-portfolio-masonry-top-right p {
  color: var(--tp-common-black);
}
.agntix-light .tp-portfolio-masonry-top-right span {
  color: var(--tp-common-black);
}
.agntix-light .tp-portfolio-masonry-social a {
  color: var(--tp-common-black);
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.agntix-light .tp-portfolio-masonry-social a:hover {
  color: var(--tp-common-white);
  border-color: var(--tp-common-black);
  background-color: var(--tp-common-black);
}
.agntix-light .tp-portfolio-masonry-wrap {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.agntix-light .tp-portfolio-masonry-grid-heading span {
  color: var(--tp-common-black);
}
.agntix-light .tp-portfolio-masonry-grid-heading span::after {
  background-color: var(--tp-common-black);
}
.agntix-light .tp-portfolio-masonry-grid-title {
  color: var(--tp-common-black);
}
.agntix-light .tp-portfolio-masonry-grid-categories span {
  color: var(--tp-common-black);
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.agntix-light .tp-btn-animation span {
  color: var(--tp-common-black);
}
.agntix-light .tp-btn-animation {
  background: rgb(246, 246, 249);
}
.agntix-light .tp-portfolio-metro-shape span {
  color: rgba(0, 0, 0, 0.8);
}
.agntix-light .tp-portfolio-metro-social a {
  color: var(--tp-common-black);
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.agntix-light .tp-portfolio-details-1-sub {
  color: rgba(0, 0, 0, 0.6);
}
.agntix-light .tp-portfolio-details-1-title {
  color: var(--tp-common-black);
}
.agntix-light .tp-portfolio-details-btn {
  color: var(--tp-common-black);
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.agntix-light .tp-portfolio-details-btn:hover {
  color: var(--tp-common-white);
  background-color: var(--tp-common-black);
}
.agntix-light .tp-portfolio-details-1-content p {
  color: rgba(0, 0, 0, 0.6);
}
.agntix-light .tp-portfolio-details-1-list ul li {
  color: var(--tp-common-black);
}
.agntix-light .tp-portfolio-details-1-list ul li span {
  color: rgba(0, 0, 0, 0.6);
}
.agntix-light .tp-portfolio-details-1-list ul li:not(:last-of-type) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.agntix-light .tp-pd-1-about-title {
  color: var(--tp-common-black);
}
.agntix-light .tp-pd-1-about-text {
  color: var(--tp-common-black);
}
.agntix-light .tp-pd-1-about-list ul li {
  color: var(--tp-common-black);
}
.agntix-light .tp-pd-1-about-list ul li::before {
  background-color: var(--tp-common-black);
}
.agntix-light .tp-pd-1-work-title {
  color: var(--tp-common-black);
}
.agntix-light .tp-pd-1-work-content p {
  color: rgba(0, 0, 0, 0.6);
}
.agntix-light .tp-pd-1-work-item-text span {
  color: rgba(0, 0, 0, 0.6);
}
.agntix-light .tp-pd-1-work-item-title {
  color: var(--tp-common-black);
}
.agntix-light .tp-pd-1-work-item {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.agntix-light .tp-pd-1-np-content span {
  color: rgba(0, 0, 0, 0.2);
}
.agntix-light .tp-pd-1-np-title {
  color: var(--tp-common-black);
}
.agntix-light .tp-pd-1-np-content p {
  color: rgba(0, 0, 0, 0.2);
}
.agntix-light .tp-pd-3-title {
  color: var(--tp-common-black);
}
.agntix-light .tp-pd-3-subtitle {
  color: rgba(0, 0, 0, 0.6);
}
.agntix-light .tp-btn-border {
  color: var(--tp-common-black);
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.agntix-light .tp-btn-border:hover {
  color: var(--tp-common-white);
  background-color: var(--tp-common-black);
  border-color: var(--tp-common-black);
}
.agntix-light .tp-pd-3-overview-text p {
  color: rgba(0, 0, 0, 0.6);
}
.agntix-light .tp-pd-3-overview-info span {
  color: rgba(0, 0, 0, 0.5);
}
.agntix-light .tp-pd-3-overview-info h4 {
  color: var(--tp-common-black);
}
.agntix-light .tp-pd-3-navigation-title {
  color: var(--tp-common-black);
}
.agntix-light .des-portfolio-title {
  color: var(--tp-common-white);
}
.agntix-light .des-footer-title {
  color: var(--tp-common-white);
}
.agntix-light .des-footer-top span {
  color: var(--tp-common-white);
}
.agntix-light .tp-pd-2-categories span {
  color: var(--tp-common-black);
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.agntix-light .tp-pd-2-title {
  color: var(--tp-common-black);
}
.agntix-light .tp-pd-2-bottom-item span {
  color: rgba(0, 0, 0, 0.7);
}
.agntix-light .tp-pd-2-bottom-item h6 {
  color: var(--tp-common-black);
}
.agntix-light .tp-pd-2-overview-title {
  color: var(--tp-common-black);
}
.agntix-light .tp-pd-2-overview-wrap p {
  color: rgba(0, 0, 0, 0.6);
}
.agntix-light .tp-pd-2-overview-wrap ul li:not(:last-of-type) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.agntix-light .tp-pd-2-overview-wrap ul li {
  color: var(--tp-common-black);
}
.agntix-light .tp-pd-2-dot .swiper-pagination-bullet {
  background: rgba(0, 0, 0, 0.3);
}
.agntix-light .tp-pd-2-dot .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--tp-common-black);
}
.agntix-light .tp-pd-2-step-title {
  color: var(--tp-common-black);
}
.agntix-light .tp-pd-2-step-item-title {
  color: var(--tp-common-black);
}
.agntix-light .tp-pd-2-step-item span {
  color: rgba(0, 0, 0, 0.6);
}
.agntix-light .tp-pd-2-np-content a {
  color: var(--tp-common-black);
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.agntix-light .tp-pd-2-np-content a:hover {
  color: var(--tp-common-white);
  background-color: var(--tp-common-black);
}
.agntix-light .tp-pd-4-title {
  color: var(--tp-common-black);
}
.agntix-light .tp-pd-4-bottom-btn .tp-portfolio-details-btn {
  color: var(--tp-common-black);
  border-color: var(--tp-common-black);
}
.agntix-light .tp-pd-4-bottom-btn .tp-portfolio-details-btn:hover {
  color: var(--tp-common-white);
  background-color: var(--tp-common-black);
  border: 1px solid var(--tp-common-black);
}
.agntix-light .tp-pd-4-about-sub {
  color: var(--tp-common-black);
}
.agntix-light .tp-pd-1-about-text.color-cng {
  color: var(--tp-common-black);
}
.agntix-light .tp-pd-4-color-content span {
  color: var(--tp-common-black);
}
.agntix-light .tp-pd-4-color-content p {
  color: var(--tp-common-black);
}
.agntix-light .tp-pd-1-work-title.ff-clash {
  color: var(--tp-common-black);
}
.agntix-light .project-details-video-overlay::after {
  background: linear-gradient(180deg, rgba(18, 18, 18, 0) 1.63%, #fff 26.67%);
}
.agntix-light .project-details-1-info span {
  color: var(--tp-common-black);
}
.agntix-light .project-details-1-info h4 {
  color: rgba(0, 0, 0, 0.7);
}
.agntix-light .project-details-1-subtitle {
  color: var(--tp-common-black);
}
.agntix-light .project-details-1-title {
  color: var(--tp-common-black);
}
.agntix-light .project-details-1-title-box p {
  color: var(--tp-common-black);
}
.agntix-light .project-details-1-navigation a span {
  color: var(--tp-common-black);
}
.agntix-light .project-details-1-navigation a i {
  color: var(--tp-common-black);
  border: 1px solid rgba(0, 0, 0, 0.14);
}
.agntix-light .project-details-1-navigation a:hover i {
  color: var(--tp-common-white);
  background: var(--tp-common-black);
  border-color: var(--tp-common-black);
}
.agntix-light .tp-header-light .tp-header-14-info a {
  color: var(--tp-common-white);
}
.agntix-light .tp-header-light .tp-header-14-bar-wrap .tp-header-8-bar {
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.agntix-light .tp-header-light .tp-header-14-bar-wrap .tp-header-8-bar span {
  color: var(--tp-common-white);
}
.agntix-light .tp-header-light .tp-header-14-bar-wrap .tp-header-8-bar:hover {
  border-color: var(--tp-common-white);
  background-color: var(--tp-common-white);
}
.agntix-light .tp-header-light .tp-header-14-bar-wrap .tp-header-8-bar:hover span {
  color: var(--tp-common-black);
}
.agntix-light .tp-hero-2-btn-box.tp-light-bg-btn .tp-btn-border:hover {
  color: var(--tp-common-black);
  border-color: var(--tp-common-cream);
  background-color: var(--tp-common-cream);
}
.agntix-light .ai-about-list ul li:hover span span i {
  background-color: var(--tp-common-black);
}
.agntix-light .ai-about-list ul li:hover span span svg {
  color: var(--tp-common-white);
}
.agntix-light .pp-about-me-social .tp-footer-widget-social a {
  background-color: transparent;
  color: var(--tp-common-white);
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.agntix-light .pp-about-me-social .tp-footer-widget-social a:hover {
  color: #2F1F19;
  background-color: var(--tp-common-white);
}

/*# sourceMappingURL=main.css.map */
