@keyframes wave-front {
  to {
    transform: translateX(-50%);
  }
}
@keyframes wave-back {
  to {
    transform: translateX(50%);
  }
}
@keyframes headerSlideDown {
  0% {
    margin-top: -150px;
  }
  to {
    margin-top: 0;
  }
}
@keyframes bar_anim {
  0%,
  to {
    -webkit-clip-path: inset(-2px 0);
    clip-path: inset(-2px 0);
  }
  42% {
    -webkit-clip-path: inset(-2px 0-2px 100%);
    clip-path: inset(-2px 0-2px 100%);
  }
  43% {
    -webkit-clip-path: inset(-2px 100% -2px 0);
    clip-path: inset(-2px 100% -2px 0);
  }
}
@keyframes dash-2 {
  to {
    stroke-dashoffset: 0;
    stroke-dasharray: 3000;
  }
}
@-webkit-keyframes tpSwing {
  0% {
    -webkit-transform: rotate(6deg);
    -moz-transform: rotate(6deg);
    -ms-transform: rotate(6deg);
    -o-transform: rotate(6deg);
    transform: rotate(6deg);
  }
  to {
    -webkit-transform: rotate(-6deg);
    -moz-transform: rotate(-6deg);
    -ms-transform: rotate(-6deg);
    -o-transform: rotate(-6deg);
    transform: rotate(-6deg);
  }
}
@-moz-keyframes tpSwing {
  0% {
    -webkit-transform: rotate(6deg);
    -moz-transform: rotate(6deg);
    -ms-transform: rotate(6deg);
    -o-transform: rotate(6deg);
    transform: rotate(6deg);
  }
  to {
    -webkit-transform: rotate(-6deg);
    -moz-transform: rotate(-6deg);
    -ms-transform: rotate(-6deg);
    -o-transform: rotate(-6deg);
    transform: rotate(-6deg);
  }
}
@-ms-keyframes tpSwing {
  0% {
    -webkit-transform: rotate(6deg);
    -moz-transform: rotate(6deg);
    -ms-transform: rotate(6deg);
    -o-transform: rotate(6deg);
    transform: rotate(6deg);
  }
  to {
    -webkit-transform: rotate(-6deg);
    -moz-transform: rotate(-6deg);
    -ms-transform: rotate(-6deg);
    -o-transform: rotate(-6deg);
    transform: rotate(-6deg);
  }
}
@keyframes tpSwing {
  0% {
    -webkit-transform: rotate(6deg);
    -moz-transform: rotate(6deg);
    -ms-transform: rotate(6deg);
    -o-transform: rotate(6deg);
    transform: rotate(6deg);
  }
  to {
    -webkit-transform: rotate(-6deg);
    -moz-transform: rotate(-6deg);
    -ms-transform: rotate(-6deg);
    -o-transform: rotate(-6deg);
    transform: rotate(-6deg);
  }
}
@keyframes tp_animation_spin {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes tdfadeUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
    -ms-transform: translateY(50px);
    transform: translateY(50px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes mymove {
  0%,
  to {
    transform: scale(0.9);
  }
  50% {
    transform: scale(1);
  }
}
@keyframes levitate-lg {
  0%,
  to {
    -webkit-transform: translateY(0) scale(1);
    transform: translateY(0) scale(1);
  }
  50% {
    -webkit-transform: translateY(30px) scale(1.01);
    transform: translateY(30px) scale(1.01);
  }
}
@keyframes popups {
  0%,
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.4);
    transform: scale(1.4);
  }
}
@keyframes color-change {
  0%,
  to {
    opacity: 0.7;
  }
  50% {
    opacity: 1;
  }
}
@-webkit-keyframes sliderTitle3 {
  0% {
    background-position: 0;
  }
  to {
    background-position: 100%;
  }
}
@-moz-keyframes sliderTitle3 {
  0% {
    background-position: 0;
  }
  to {
    background-position: 100%;
  }
}
@-ms-keyframes sliderTitle3 {
  0% {
    background-position: 0;
  }
  to {
    background-position: 100%;
  }
}
@keyframes sliderTitle3 {
  0% {
    background-position: 0;
  }
  to {
    background-position: 100%;
  }
}
@-webkit-keyframes tpshake {
  10% {
    transform: translateY(-10px);
  }
  50% {
    transform: skew(15deg);
  }
  80% {
    transform: rotate(10deg);
  }
  to {
    transform: translate(0);
  }
}
@-moz-keyframes tpshake {
  10% {
    transform: translateY(-10px);
  }
  50% {
    transform: skew(15deg);
  }
  80% {
    transform: rotate(10deg);
  }
  to {
    transform: translate(0);
  }
}
@-ms-keyframes tpshake {
  10% {
    transform: translateY(-10px);
  }
  50% {
    transform: skew(15deg);
  }
  80% {
    transform: rotate(10deg);
  }
  to {
    transform: translate(0);
  }
}
@keyframes tpshake {
  10% {
    transform: translateY(-10px);
  }
  50% {
    transform: skew(15deg);
  }
  80% {
    transform: rotate(10deg);
  }
  to {
    transform: translate(0);
  }
}
@-webkit-keyframes ripple-red {
  0% {
    -webkit-box-shadow:
      0 0 0 0 rgba(255, 255, 255, 0.3),
      0 0 0 10px rgba(255, 255, 255, 0.3),
      0 0 0 20px rgba(255, 255, 255, 0.3);
    box-shadow:
      0 0 0 0 rgba(255, 255, 255, 0.3),
      0 0 0 10px rgba(255, 255, 255, 0.3),
      0 0 0 20px rgba(255, 255, 255, 0.3);
  }
  to {
    -webkit-box-shadow:
      0 0 0 10px rgba(255, 255, 255, 0.3),
      0 0 0 20px rgba(255, 255, 255, 0.3),
      0 0 0 30px transparent;
    box-shadow:
      0 0 0 10px rgba(255, 255, 255, 0.3),
      0 0 0 20px rgba(255, 255, 255, 0.3),
      0 0 0 30px transparent;
  }
}
@-moz-keyframes ripple-red {
  0% {
    -webkit-box-shadow:
      0 0 0 0 rgba(255, 255, 255, 0.3),
      0 0 0 10px rgba(255, 255, 255, 0.3),
      0 0 0 20px rgba(255, 255, 255, 0.3);
    box-shadow:
      0 0 0 0 rgba(255, 255, 255, 0.3),
      0 0 0 10px rgba(255, 255, 255, 0.3),
      0 0 0 20px rgba(255, 255, 255, 0.3);
  }
  to {
    -webkit-box-shadow:
      0 0 0 10px rgba(255, 255, 255, 0.3),
      0 0 0 20px rgba(255, 255, 255, 0.3),
      0 0 0 30px transparent;
    box-shadow:
      0 0 0 10px rgba(255, 255, 255, 0.3),
      0 0 0 20px rgba(255, 255, 255, 0.3),
      0 0 0 30px transparent;
  }
}
@-ms-keyframes ripple-red {
  0% {
    -webkit-box-shadow:
      0 0 0 0 rgba(255, 255, 255, 0.3),
      0 0 0 10px rgba(255, 255, 255, 0.3),
      0 0 0 20px rgba(255, 255, 255, 0.3);
    box-shadow:
      0 0 0 0 rgba(255, 255, 255, 0.3),
      0 0 0 10px rgba(255, 255, 255, 0.3),
      0 0 0 20px rgba(255, 255, 255, 0.3);
  }
  to {
    -webkit-box-shadow:
      0 0 0 10px rgba(255, 255, 255, 0.3),
      0 0 0 20px rgba(255, 255, 255, 0.3),
      0 0 0 30px transparent;
    box-shadow:
      0 0 0 10px rgba(255, 255, 255, 0.3),
      0 0 0 20px rgba(255, 255, 255, 0.3),
      0 0 0 30px transparent;
  }
}
@keyframes ripple-red {
  0% {
    -webkit-box-shadow:
      0 0 0 0 rgba(255, 255, 255, 0.3),
      0 0 0 10px rgba(255, 255, 255, 0.3),
      0 0 0 20px rgba(255, 255, 255, 0.3);
    box-shadow:
      0 0 0 0 rgba(255, 255, 255, 0.3),
      0 0 0 10px rgba(255, 255, 255, 0.3),
      0 0 0 20px rgba(255, 255, 255, 0.3);
  }
  to {
    -webkit-box-shadow:
      0 0 0 10px rgba(255, 255, 255, 0.3),
      0 0 0 20px rgba(255, 255, 255, 0.3),
      0 0 0 30px transparent;
    box-shadow:
      0 0 0 10px rgba(255, 255, 255, 0.3),
      0 0 0 20px rgba(255, 255, 255, 0.3),
      0 0 0 30px transparent;
  }
}
@keyframes upslide {
  0%,
  20%,
  50%,
  80%,
  to {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-20px);
  }
  60% {
    transform: translateY(-10px);
  }
}
@keyframes upslide-1 {
  0%,
  20%,
  50%,
  80%,
  to {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-8px);
  }
  60% {
    transform: translateY(-4px);
  }
}
@keyframes arrowLineRotation {
  to {
    transform: rotate(180deg);
  }
}
@keyframes arrowLineRotationRev {
  to {
    transform: rotate(-180deg);
  }
}
@keyframes dash {
  0% {
    stroke-dashoffset: 1000;
  }
  to {
    stroke-dashoffset: 0;
  }
}
@-webkit-keyframes loading {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes loading {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes anim-top-bottom {
  0% {
    transform: translateY(-20px);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes anim-left-right {
  0% {
    transform: translateX(-50px);
  }
  to {
    transform: translateX(0);
  }
}
@keyframes animate-pulse {
  0% {
    box-shadow:
      0 0 0 0 rgba(255, 255, 255, 0.8),
      0 0 0 0 rgba(255, 255, 255, 0.8);
  }
  40% {
    box-shadow:
      0 0 0 50px transparent,
      0 0 0 0 rgba(255, 255, 255, 0.8);
  }
  80% {
    box-shadow:
      0 0 0 50px transparent,
      0 0 0 30px transparent;
  }
  to {
    box-shadow:
      0 0 0 0 transparent,
      0 0 0 30px transparent;
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
a,
button,
input,
li,
p,
select,
textarea {
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
}
:root {
  --tp-ff-body: "Inter", sans-serif;
  --tp-ff-heading: "Space Grotesk", sans-serif;
  --tp-ff-p: "Inter", sans-serif;
  --tp-ff-teko: "Space Grotesk", sans-serif;
  --tp-ff-funnel: "Space Grotesk", sans-serif;
  --tp-ff-sora: "Inter", sans-serif;
  --tp-ff-dm: "Inter", sans-serif;
  --tp-ff-inter: "Inter", sans-serif;
  --tp-ff-poppins: "Inter", sans-serif;
  --tp-ff-playfair: "Space Grotesk", sans-serif;
  --tp-ff-jakarta: "Inter", sans-serif;
  --tp-ff-familjen: "Inter", sans-serif;
  --tp-ff-morganite-bold: "Space Grotesk", sans-serif;
  --tp-ff-morganite-semibold: "Space Grotesk", sans-serif;
  --tp-ff-fontawesome: "Font Awesome 6 Pro";
  --tp-common-white: #fff;
  --tp-common-white-2: #f0f0f0;
  --tp-common-black: #030303;
  --tp-common-black-1: #10302a;
  --tp-common-black-2: #0d0d0d;
  --tp-common-black-3: #000;
  --tp-common-black-4: #405955;
  --tp-common-black-5: #111112;
  --tp-common-black-6: #333333;
  --tp-common-black-7: #121314;
  --tp-common-yellow: #fff112;
  --tp-common-yellow-2: #ffd500;
  --tp-common-green: #00dd80;
  --tp-common-green-2: #ffd500;
  --tp-common-green-3: #d5ffdd;
  --tp-common-blue: #5956e9;
  --tp-common-nights: #7d5dff;
  --tp-common-meteor: #e62415;
  --tp-common-angry: #f14f44;
  --tp-common-sugar: #fffbf5;
  --tp-common-cream: #b7ab98;
  --tp-common-pink: #eb5939;
  --tp-grey-1: #525252;
  --tp-grey-2: #999;
  --tp-grey-3: #f8f8f8;
  --tp-grey-4: #aaa;
  --tp-grey-5: #f3f1f2;
  --tp-grey-6: #afb7b6;
  --tp-grey-7: #5c5c5c;
  --tp-grey-8: #101010;
  --tp-theme-primary: #edcb4a;
  --tp-theme-secondary: #ff6d00;
  --tp-theme-1: #0752c5;
  --tp-border-1: #eee;
  --tp-border-2: rgba(51, 51, 51, 0.8);
  --tp-border-3: rgba(255, 255, 255, 0.1);
}
* {
  box-sizing: border-box;
}
body,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--tp-ff-body);
  font-weight: 400;
  color: var(--tp-common-black);
  line-height: 26px;
}
a {
  text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--tp-ff-heading);
  margin-top: 0;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.1;
  -webkit-transition: color 0.3s 0s ease-out;
  -moz-transition: color 0.3s 0s ease-out;
  -ms-transition: color 0.3s 0s ease-out;
  -o-transition: color 0.3s 0s ease-out;
  transition: color 0.3s 0s ease-out;
}
h1 {
  font-size: 70px;
}
h2 {
  font-size: 50px;
}
h3 {
  font-size: 36px;
}
h4 {
  font-size: 26px;
}
h5 {
  font-size: 20px;
}
body,
h6,
p {
  font-size: 16px;
}
*,
ul {
  margin: 0;
  padding: 0;
}
p {
  font-family: var(--tp-ff-p);
  color: var(--tp-grey-1);
  font-weight: 400;
  line-height: 26px;
  margin-bottom: 15px;
}
img {
  max-width: 100%;
}
a:not([href]):not([class]),
a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}
a:focus {
  outline: 0;
}
.button:focus {
  text-decoration: none;
  outline: 0;
}
a:focus,
a:hover {
  color: inherit;
  text-decoration: none;
}
a,
button {
  color: inherit;
  outline: 0;
  border: 0;
  background: 0 0;
}
button:hover {
  cursor: pointer;
}
button:focus {
  outline: 0;
}
.uppercase {
  text-transform: uppercase;
}
input[type="email"],
input[type="number"],
input[type="password"],
input[type="tel"],
input[type="text"],
input[type="url"] {
  line-height: 52px;
  padding-left: 25px;
  padding-right: 25px;
}
input[type="email"],
input[type="number"],
input[type="password"],
input[type="tel"],
input[type="text"],
input[type="url"],
textarea {
  outline: 0;
  background-color: var(--tp-common-white);
  height: 52px;
  width: 100%;
  font-size: 16px;
  color: var(--tp-theme-primary);
  border-radius: 4px;
  border: 1px solid var(--tp-common-white);
}
input[type="email"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="text"]::-webkit-input-placeholder,
input[type="url"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: var(--tp-grey-2);
}
input[type="email"]::-moz-placeholder,
input[type="number"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="text"]::-moz-placeholder,
input[type="url"]::-moz-placeholder,
textarea::-moz-placeholder {
  color: var(--tp-grey-2);
}
input[type="email"]:-moz-placeholder,
input[type="number"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
input[type="tel"]:-moz-placeholder,
input[type="text"]:-moz-placeholder,
input[type="url"]:-moz-placeholder,
textarea:-moz-placeholder {
  color: var(--tp-grey-2);
}
input[type="email"]:-ms-input-placeholder,
input[type="number"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="text"]:-ms-input-placeholder,
input[type="url"]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: var(--tp-grey-2);
}
input[type="email"]::placeholder,
input[type="number"]::placeholder,
input[type="password"]::placeholder,
input[type="tel"]::placeholder,
input[type="text"]::placeholder,
input[type="url"]::placeholder,
textarea::placeholder {
  color: var(--tp-grey-2);
}
[dir="rtl"] input[type="email"],
[dir="rtl"] input[type="number"],
[dir="rtl"] input[type="password"],
[dir="rtl"] input[type="tel"],
[dir="rtl"] input[type="text"],
[dir="rtl"] input[type="url"],
[dir="rtl"] textarea {
  text-align: right;
}
input[type="email"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
input[type="tel"]:focus,
input[type="text"]:focus,
input[type="url"]:focus,
textarea:focus {
  border-color: var(--tp-theme-primary);
}
input[type="email"]:focus::placeholder,
input[type="number"]:focus::placeholder,
input[type="password"]:focus::placeholder,
input[type="tel"]:focus::placeholder,
input[type="text"]:focus::placeholder,
input[type="url"]:focus::placeholder,
textarea:focus::placeholder {
  opacity: 0;
}
textarea {
  line-height: 1.4;
  padding: 17px 25px;
}
input[type="color"] {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: 0 0;
  border: 0;
  cursor: pointer;
  height: 100%;
  width: 100%;
  padding: 0;
  border-radius: 50%;
}
::-moz-selection {
  background: var(--tp-common-black);
  color: var(--tp-common-white);
  text-shadow: none;
}
::selection {
  background: var(--tp-common-black);
  color: var(--tp-common-white);
  text-shadow: none;
}
::-moz-placeholder {
  color: var(--tp-theme-primary);
  font-size: 14px;
  opacity: 1;
}
::placeholder {
  color: var(--tp-theme-primary);
  font-size: 14px;
  opacity: 1;
}
.z-index {
  z-index: 1;
}
.gx-50 {
  --bs-gutter-x: 50px;
}
@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: 574.98px) {
  .gx-50 {
    --bs-gutter-x: 15px;
  }
}
.hover-text-black:hover {
  color: var(--tp-common-black);
}
.hover-text-grey:hover {
  color: var(--tp-grey-2);
}
.section-m-spacing {
  margin-top: -1px;
}
.fix {
  overflow: hidden;
}
.clear {
  clear: both;
}
.z-index-1 {
  z-index: 1;
}
.p-relative {
  position: relative;
}
.p-absolute {
  position: absolute;
}
.bg-position {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.tp-contact-us-wrap .tp-postbox-details-input input,
.tp-contact-us-wrap .tp-postbox-details-input textarea,
.tp-round-8 {
  border-radius: 8px;
}
.tp-about-cst-thumb img,
.tp-round-20 {
  border-radius: 20px;
}
.tp-round-26 {
  border-radius: 26px;
}
.lh-0 {
  line-height: 0;
}
.lh-28 {
  line-height: 28px;
}
.lh-120-per {
  line-height: 1.2;
}
.lh-130-per {
  line-height: 1.3;
}
.lh-140-per {
  line-height: 1.4;
}
.lh-150-per {
  line-height: 1.5;
}
.ls-0 {
  letter-spacing: 0;
}
.ls-m-2 {
  letter-spacing: -0.02em;
}
.ls-m-4 {
  letter-spacing: -0.04em;
}
.opacity-8 {
  opacity: 0.8;
}
.underline-black,
.underline-black:hover {
  background-image:
    linear-gradient(currentColor, currentColor),
    linear-gradient(currentColor, currentColor);
  background-size:
    0 1px,
    0 1px;
  background-position:
    100% 100%,
    0 100%;
  background-repeat: no-repeat;
  -webkit-transition: all 0.4s ease 0.3s 0s ease-out;
  -moz-transition: all 0.4s ease 0.3s 0s ease-out;
  -ms-transition: all 0.4s ease 0.3s 0s ease-out;
  -o-transition: all 0.4s ease 0.3s 0s ease-out;
  transition: all 0.4s ease 0.3s 0s ease-out;
}
.underline-black:hover {
  background-size:
    0 1px,
    100% 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),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 574.98px) {
  .br br {
    display: none;
  }
}
.slide-transtion {
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
}
.text-uppercase {
  text-transform: uppercase;
}
.img-cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@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),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 574.98px) {
  .pt-155,
  .pt-160 {
    padding-top: 100px;
  }
  .pt-120 {
    padding-top: 80px;
  }
  .pt-115 {
    padding-top: 75px;
  }
  .pt-100 {
    padding-top: 60px;
  }
}
@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: 574.98px) {
  .pt-190 {
    padding-top: 110px;
  }
}
@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),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 574.98px) {
  .pb-140,
  .pb-160 {
    padding-bottom: 100px;
  }
  .pb-120 {
    padding-bottom: 80px;
  }
  .pb-110 {
    padding-bottom: 70px;
  }
  .pb-100 {
    padding-bottom: 60px;
  }
}
@media (min-width: 1400px) {
  .container-1800 {
    max-width: 1800px;
  }
  .container-1524 {
    max-width: 1524px;
  }
  .container-1750 {
    max-width: 1750px;
  }
}
.fw-300 {
  font-weight: 300;
}
.fw-500 {
  font-weight: 500;
}
.fw-600 {
  font-weight: 600;
}
.fw-700 {
  font-weight: 700;
}
.fw-800 {
  font-weight: 800;
}
.fs-14 {
  font-size: 14px;
}
.fs-15 {
  font-size: 15px;
}
.fs-16 {
  font-size: 16px;
}
.fs-18 {
  font-size: 18px;
}
.fs-20 {
  font-size: 20px;
}
.fs-24 {
  font-size: 24px;
}
.fs-25 {
  font-size: 25px;
}
.fs-27 {
  font-size: 27px;
}
.fs-28 {
  font-size: 28px;
}
.fs-32 {
  font-size: 32px;
}
.fs-35 {
  font-size: 35px;
}
.fs-50 {
  font-size: 50px;
}
.fs-60 {
  font-size: 60px;
}
.fs-70 {
  font-size: 70px;
}
.fs-72 {
  font-size: 72px;
}
.fs-100 {
  font-size: 100px;
}
@media (max-width: 1399.98px) {
  .fs-xl-50 {
    font-size: 50px;
  }
  .fs-xl-65 {
    font-size: 65px;
  }
}
@media (max-width: 1199.98px) {
  .fs-lg-40 {
    font-size: 40px;
  }
  .fs-lg-44 {
    font-size: 44px;
  }
  .fs-lg-45 {
    font-size: 45px;
  }
  .fs-lg-55 {
    font-size: 55px;
  }
  .fs-lg-60 {
    font-size: 60px;
  }
}
@media (max-width: 991.98px) {
  .fs-md-40 {
    font-size: 40px;
  }
}
@media (max-width: 767.98px) {
  .fs-sm-45 {
    font-size: 45px;
  }
}
@media (max-width: 575.98px) {
  .fs-xs-30 {
    font-size: 30px;
  }
  .fs-xs-35 {
    font-size: 35px;
  }
  .fs-xs-38 {
    font-size: 38px;
  }
  .fs-xs-40 {
    font-size: 40px;
  }
}
.tp-offcanvas-2-area
  .tp-offcanvas-menu
  > nav
  > ul
  > li.is-active
  .tp-menu-close
  i,
.tp-offcanvas-2-area .tp-offcanvas-menu > nav > ul > li.is-active > a,
.tp-text-common-white {
  color: var(--tp-common-white);
}
.tp-bg-common-white {
  background-color: var(--tp-common-white);
}
.tp-text-common-black {
  color: var(--tp-common-black);
}
.tp-text-common-black-1 {
  color: var(--tp-common-black-1);
}
.tp-bg-common-black-1 {
  background-color: var(--tp-common-black-1);
}
.tp-text-common-black-3 {
  color: var(--tp-common-black-3);
}
.tp-text-common-black-4 {
  color: var(--tp-common-black-4);
}
.tp-bg-common-green-2 {
  background-color: var(--tp-common-green-2);
}
.tp-text-grey-2 {
  color: var(--tp-grey-2);
}
.tp-text-grey-5 {
  color: var(--tp-grey-5);
}
.tp-text-grey-6 {
  color: var(--tp-grey-6);
}
.tp-bg-grey-8 {
  background-color: var(--tp-grey-8);
}
.tp-ff-heading {
  font-family: var(--tp-ff-heading);
}
.tp-ff-p {
  font-family: var(--tp-ff-p);
}
.tp-ff-teko {
  font-family: var(--tp-ff-teko);
}
.tp-ff-dm,
.tp-postbox-2-wrapper .tp-service-details-content ul li b {
  font-family: var(--tp-ff-dm);
}
.tp-ff-inter {
  font-family: var(--tp-ff-inter);
}
.scrollToTop {
  display: none !important;
  height: 55px;
  width: 55px;
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: #cbc6c6;
  border-radius: 50%;
  overflow: hidden;
  cursor: pointer;
  z-index: 999;
  transition: 0.5s ease all;
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 574.98px) {
  .scrollToTop {
    height: 40px;
    width: 40px;
  }
}
.scrollToTop.active-progress {
  display: block !important;
}
.scrollToTop:hover {
  transform: translateY(-15%);
}
.scrollToTop .arrowUp,
.scrollToTop .water {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.scrollToTop .arrowUp {
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--tp-common-black);
  font-size: 24px;
}
.scrollToTop .arrowUp i {
  font-size: 19px;
}
.scrollToTop .water {
  z-index: 2;
  transform: translateY(100%);
  background-color: var(--tp-theme-primary);
  transition: all 0.3s;
  border: 1px solid var(--tp-theme-primary);
}
.scrollToTop .water svg use {
  margin-bottom: -1px;
  position: relative;
  bottom: -1px;
  fill: var(--tp-theme-primary) !important;
}
.scrollToTop .water_wave {
  width: 200%;
  position: absolute;
  bottom: 100%;
}
.scrollToTop .water_wave_back {
  right: 0;
  fill: var(--tp-theme-primary);
  animation: wave-back 1.4s infinite linear;
}
.scrollToTop .water_wave_front {
  left: 0;
  fill: rgba(122, 37, 158, 0.8784313725);
  margin-bottom: -1px;
  animation: wave-front 0.7s infinite linear;
}
.tp-btn-lg {
  padding: 19px 21px;
}
.tp-btn-xl {
  padding: 23px 28px;
}
.tp-btn-cst {
  padding: 18px 30px;
}
.tp-btn-switch-2-animation,
.tp-btn-switch-animation {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.tp-btn-switch-animation .btn-text {
  margin-right: -23px;
  position: relative;
  z-index: 3;
  transition: transform 0.6s 125ms cubic-bezier(0.1, 0.75, 0.25, 1);
}
.tp-btn-switch-animation .btn-icon {
  margin-right: 6px;
  position: relative;
  transition:
    opacity 0.4s 0.25s,
    transform 0.6s 0.25s;
  transition-timing-function: cubic-bezier(0.1, 0.75, 0.25, 1);
  line-height: 0;
  z-index: 3;
  opacity: 0;
  transform: translateX(0);
}
.tp-btn-switch-animation .btn-icon + .btn-icon {
  order: -2;
  opacity: 1;
  margin-left: 0;
}
.tp-btn-switch-animation:hover .btn-text {
  transition-delay: 0.05s;
  transform: translateX(-23px);
}
.tp-btn-switch-animation:hover .btn-icon {
  transition-delay: 200ms;
  opacity: 1;
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.tp-btn-switch-animation:hover .btn-icon + .btn-icon {
  opacity: 0;
  transition-delay: 0s;
}
.tp-btn-switch-2-animation .btn-text {
  margin-left: -18px;
  position: relative;
  z-index: 3;
  transition: transform 0.6s 125ms cubic-bezier(0.1, 0.75, 0.25, 1);
}
.tp-btn-switch-2-animation .btn-icon {
  margin-left: 6px;
  position: relative;
  transition:
    opacity 0.4s 0.25s,
    transform 0.6s 0.25s;
  transition-timing-function: cubic-bezier(0.1, 0.75, 0.25, 1);
  line-height: 0;
  z-index: 3;
}
.tp-btn-switch-2-animation .btn-icon + .btn-icon {
  order: -2;
  opacity: 0;
  transition-delay: 0s;
  margin-left: 0;
  -webkit-transform: translateX(-10px);
  transform: translateX(-10px);
}
.tp-btn-switch-2-animation:hover .btn-text {
  transition-delay: 0.1s;
  transform: translateX(23px);
}
.tp-btn-switch-2-animation:hover .btn-icon {
  transition-delay: 0s;
  transform: translateX(10px);
  opacity: 0;
}
.tp-btn-switch-2-animation:hover .btn-icon + .btn-icon {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 225ms;
}
.tp-btn-circle-dot {
  position: absolute;
  bottom: 0;
  left: 32px;
  width: 0;
  height: 0;
  -webkit-transition: all 0.6s ease-out;
  -moz-transition: all 0.6s ease-out;
  -ms-transition: all 0.6s ease-out;
  -o-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
  line-height: 20px;
  border-radius: 50%;
  background-color: var(--tp-theme-primary);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border: 1px solid transparent;
  z-index: -1;
}
.tp-btn-rounded {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.tp-btn-rounded:hover .tp-btn-circle-dot {
  width: 420px;
  height: 420px;
}
.tp-arrow-angle {
  --qode-hover-move-x: 110%;
  --qode-hover-move-y: 100%;
}
.tp-arrow-angle path {
  transition:
    transform 0.38s cubic-bezier(0.37, 0.08, 0.02, 0.93),
    opacity 0.18s ease-out;
}
.tp-arrow-angle path:nth-of-type(1),
.tp-left-right:hover .tp-arrow-angle path:nth-of-type(2) {
  transform: translateX(0) translateY(0);
  opacity: 1;
  transition-delay: 0.15s, 0.15s;
}
.tp-arrow-angle path:nth-of-type(2) {
  transform: translateX(calc(-1 * var(--qode-hover-move-x)))
    translateY(var(--qode-hover-move-y));
  opacity: 0.5;
  transition-delay: 0s, 0s;
}
.tp-left-right .td-text {
  transform: translateY(1px);
}
.tp-left-right:hover .tp-arrow-angle path:nth-of-type(1) {
  transform: translateX(var(--qode-hover-move-x))
    translateY(calc(-1 * var(--qode-hover-move-y)));
  opacity: 0;
  transition-delay: 0s, 0s;
}
.loader-wrap .loader-wrap-heading .load-text,
.tp-rounded-btn-wrap a {
  font-weight: 500;
  text-transform: uppercase;
  font-family: var(--tp-ff-heading);
}
.tp-rounded-btn-wrap a {
  width: 160px;
  height: 160px;
  font-size: 18px;
  color: var(--tp-common-black);
  border: 1px solid var(--tp-border-1);
  background: var(--tp-common-white);
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  line-height: 20px;
  padding-top: 40px;
}
.uncover_slice {
  height: 100%;
  flex-grow: 1;
  background: #fff;
}
.box {
  position: relative;
  overflow: hidden;
}
.line-2 {
  stroke-dasharray: 1000;
  stroke-dashoffset: 2000;
  animation: dash 5s linear forwards infinite;
}
.tpswing {
  animation: tpSwing 2s linear infinite alternate;
}
body.loaded {
  overflow: auto;
  height: auto;
}
.loader-wrap {
  position: fixed;
  height: 100vh;
  width: 100%;
  left: 0;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: 0 0;
  z-index: 99999999999999;
}
.loader-wrap svg {
  position: absolute;
  top: 0;
  width: 100%;
  height: 110vh;
  fill: #121212;
}
.loader-wrap .loader-wrap-heading .load-text {
  font-size: 62px;
  letter-spacing: 0;
  z-index: 20;
  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) {
  .loader-wrap .loader-wrap-heading .load-text {
    font-size: 40px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 574.98px) {
  .loader-wrap .loader-wrap-heading .load-text {
    font-size: 20px;
  }
}
.load-text span {
  -webkit-animation: loading 1s infinite alternate;
  animation: loading 1s infinite alternate;
}
.load-text span:nth-child(1) {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}
.load-text span:nth-child(2) {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}
.load-text span:nth-child(3) {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
.load-text span:nth-child(4) {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
.load-text span:nth-child(5) {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
.load-text span:nth-child(6) {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
.load-text span:nth-child(7) {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}
.containers {
  position: inherit;
}
.nice-select {
  -webkit-tap-highlight-color: transparent;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  outline: 0;
  position: relative;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  border: 1px solid transparent;
  user-select: none;
  white-space: nowrap;
  width: auto;
  color: #999 !important;
  padding-left: 25px;
  padding-right: 25px;
  font-weight: 400;
  font-size: 16px;
  line-height: 56px;
}
.nice-select:hover {
  border-color: ar(--tp-theme-primary);
}
.nice-select.open,
.nice-select:active,
.nice-select:focus {
  border-color: var(--tp-theme-primary);
}
.nice-select::after {
  position: absolute;
  content: "";
  top: 50%;
  right: 25px;
  font-family: var(--tp-ff-fontawesome);
  color: var(--tp-grey-2);
  font-weight: 500;
  pointer-events: none;
  font-size: 18px;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  margin-top: 0;
  transform-origin: center;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.nice-select.open::after {
  -webkit-transform: translateY(-50%) rotate(-180deg);
  -moz-transform: translateY(-50%) rotate(-180deg);
  -ms-transform: translateY(-50%) rotate(-180deg);
  -o-transform: translateY(-50%) rotate(-180deg);
  transform: translateY(-50%) rotate(-180deg);
}
.nice-select.open .list {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: scale(1) translateY(0);
  -ms-transform: scale(1) translateY(0);
  transform: scale(1) translateY(0);
}
.nice-select.disabled {
  border-color: #ededed;
  color: #999;
  pointer-events: none;
}
.nice-select.disabled::after {
  border-color: #ccc;
}
.nice-select.right {
  float: right;
}
.nice-select.right .list {
  left: auto;
  right: 0;
}
.nice-select.small {
  font-size: 12px;
  height: 36px;
  line-height: 34px;
}
.nice-select.small::after {
  height: 4px;
  width: 4px;
}
.nice-select.small .option {
  line-height: 34px;
  min-height: 34px;
}
.nice-select .list {
  background-color: #fff;
  width: 100%;
  border-radius: 5px;
  box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
  box-sizing: border-box;
  margin-top: 4px;
  opacity: 0;
  overflow: hidden;
  padding: 10px;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0;
  -webkit-transform-origin: 50%0;
  -ms-transform-origin: 50%0;
  transform-origin: 50%0;
  -webkit-transform: scale(0.75) translateY(-21px);
  -ms-transform: scale(0.75) translateY(-21px);
  transform: scale(0.75) translateY(-21px);
  -webkit-transition:
    all 0.2s cubic-bezier(0.5, 0, 0, 1.25),
    opacity 0.15s ease-out;
  transition:
    all 0.2s cubic-bezier(0.5, 0, 0, 1.25),
    opacity 0.15s ease-out;
  z-index: 9;
}
.nice-select .option {
  cursor: pointer;
  font-weight: 400;
  line-height: 40px;
  list-style: none;
  min-height: 40px;
  outline: 0;
  padding-left: 18px;
  padding-right: 29px;
  text-align: left;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  border-radius: 12px;
}
.nice-select .option:hover,
.tp-offcanvas-menu .tp-submenu li a:hover {
  background-color: #f8f8fb;
  color: var(--tp-common-black);
}
.nice-select .option.disabled {
  background-color: transparent;
  color: #999;
  cursor: default;
}
.no-csspointerevents .nice-select .list,
.tp-offcanvas-menu ul li .tp-submenu {
  display: none;
}
.no-csspointerevents .nice-select.open .list,
body.tp-magic-cursor #magic-cursor {
  display: block;
}
.body-overlay,
.tp-offcanvas {
  position: fixed;
  top: 0;
  opacity: 0;
  visibility: hidden;
  transition: 0.45s ease-in-out;
}
.body-overlay {
  left: 0;
  z-index: 995;
  width: 100%;
  height: 100%;
  background: rgba(24, 24, 24, 0.5);
}
.body-overlay.apply {
  opacity: 1;
  visibility: visible;
}
.body-overlay:hover {
  cursor: url(../img/cross-icon/cross-out.png), pointer;
}
.tp-offcanvas {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  right: -100%;
  width: 450px;
  bottom: 0;
  box-shadow: 0 16px -32px 0 rgba(0, 0, 0, 0.8);
  background-color: var(--tp-common-white);
  z-index: 997;
  padding: 50px;
  scrollbar-width: none;
  overflow-y: scroll;
}
@media (max-width: 574.98px) {
  .tp-offcanvas {
    width: 100%;
    padding: 40px 35px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-offcanvas {
    width: 400px;
    padding: 40px;
  }
}
.tp-offcanvas.opened {
  opacity: 1;
  visibility: visible;
  right: 0;
  -webkit-transition: all 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-transition: all 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: all 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition-duration: 0.6s;
}
.tp-offcanvas-top {
  margin-bottom: 90px;
}
.tp-offcanvas-close-btn button {
  color: #000;
}
.tp-offcanvas-close-btn button:hover {
  opacity: 1;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.tp-offcanvas-social {
  margin-top: 30px;
}
.tp-offcanvas-social ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
.tp-offcanvas-contact ul li,
.tp-offcanvas-social ul li {
  list-style: none;
}
.tp-offcanvas-social ul li:not(:last-child) {
  margin-right: 8px;
}
.tp-offcanvas-social ul li a {
  display: inline-block;
  text-align: center;
  width: 40px;
  height: 40px;
  line-height: 38px;
  border-radius: 40px;
  transition: all 0.3s;
  color: var(--tp-common-black);
  border: 1px solid rgba(2, 11, 24, 0.1);
}
.tp-offcanvas-social ul li a:hover {
  background-color: var(--tp-common-black);
  border-color: var(--tp-common-black);
  color: var(--tp-common-white);
}
.tp-offcanvas-social ul li a svg {
  -webkit-transform: translateY(-1px);
  -moz-transform: translateY(-1px);
  -ms-transform: translateY(-1px);
  -o-transform: translateY(-1px);
  transform: translateY(-1px);
}
.tp-offcanvas-title,
.tp-offcanvas-title.sm {
  font-weight: 700;
  margin-bottom: 15px;
  color: var(--tp-common-black);
}
.tp-offcanvas-title {
  font-size: 40px;
  line-height: 1;
  letter-spacing: -0.8px;
}
.tp-offcanvas-title.sm {
  font-size: 20px;
  text-transform: uppercase;
}
.tp-offcanvas-contact {
  margin-bottom: 55px;
}
.tp-offcanvas-contact ul li:not(:last-child) {
  margin-bottom: 2px;
}
.tp-offcanvas-contact ul li a {
  display: inline-block;
  color: #414144;
  font-size: 16px;
  position: relative;
  font-family: var(--tp-ff-inter);
}
.tp-offcanvas-contact ul li a::after {
  position: absolute;
  bottom: 2px;
  right: 0;
  width: 0;
  height: 1px;
  content: "";
  transition: 0.4s;
  background-color: #1e1e1e;
}
.cursor-white-bg #ball .ball-view,
.offcanvas-black-bg .tp-offcanvas-menu ul li.active > .tp-menu-close i,
.tp-main-menu nav ul li:hover.has-dropdown > a > span,
.tp-offcanvas-contact ul li a:hover {
  color: var(--tp-common-black);
}
.tp-offcanvas-contact ul li a:hover::after {
  width: 100%;
  right: auto;
  left: 0;
}
.tp-offcanvas-2-area {
  position: relative;
}
.tp-offcanvas-2-area .tp-offcanvas-menu > nav > ul > li > a {
  font-weight: 700;
  font-size: 50px;
  line-height: 1;
  color: #717172;
  letter-spacing: -0.02em;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-offcanvas-2-area .tp-offcanvas-menu > nav > ul > li > a {
    font-size: 35px;
  }
}
@media (max-width: 574.98px) {
  .tp-offcanvas-2-area .tp-offcanvas-menu > nav > ul > li > a {
    font-size: 30px;
  }
}
.tp-offcanvas-2-area .tp-offcanvas-menu > nav > ul > li > a::after {
  position: absolute;
  left: 0;
  top: 3px;
  font-weight: 500;
  font-size: 13px;
  content: "0" counter(count);
  counter-increment: count;
  color: rgba(113, 113, 114, 0.8);
}
.tp-offcanvas-2-area .tp-offcanvas-menu > nav > ul > li > ul > li > a {
  font-weight: 600;
  font-size: 30px;
  line-height: 1;
  transition: 0.3s;
  color: #717172;
  letter-spacing: -0.02em;
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 574.98px) {
  .tp-offcanvas-2-area .tp-offcanvas-menu > nav > ul > li > ul > li > a {
    font-size: 20px;
  }
}
.tp-offcanvas-2-area .tp-offcanvas-menu > nav > ul > li > ul > li > a:hover {
  transform: translateX(15px);
  color: var(--tp-common-white);
}
.tp-offcanvas-2-area .tp-offcanvas-menu .tp-submenu li a:hover {
  background-color: initial;
  color: var(--tp-common-white);
}
.tp-offcanvas-2-area .tp-offcanvas-menu ul li:not(:last-child) > a {
  border-bottom: 0;
}
.tp-offcanvas-2-area .tp-offcanvas-menu ul li > a {
  padding: 0 0 0 30px;
}
.tp-offcanvas-2-area .tp-offcanvas-menu ul > li:not(:last-child) {
  margin-bottom: 45px;
}
.tp-offcanvas-2-area .tp-offcanvas-menu ul li .submenu {
  padding-left: 20px;
  margin-top: 40px;
  margin-bottom: 56px;
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 574.98px) {
  .tp-offcanvas-2-area .tp-offcanvas-menu ul li .submenu {
    padding-left: 0;
  }
}
.tp-offcanvas-2-area .tp-offcanvas-menu ul li .submenu li:not(:last-child) {
  margin-bottom: 30px;
}
.tp-offcanvas-2-close-btn {
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  color: var(--tp-common-white);
}
.tp-offcanvas-2-close-btn .texts {
  width: 60px;
  height: 20px;
  transition: 0.3s;
  overflow: hidden;
  display: inline-block;
  transform: translateY(4px);
  color: var(--tp-common-white);
}
.tp-offcanvas-2-close-btn .texts span {
  transition: 0.3s;
  display: inline-block;
  -webkit-transform: translateX(130%);
  -moz-transform: translateX(130%);
  -ms-transform: translateX(130%);
  -o-transform: translateX(130%);
  transform: translateX(130%);
}
.tp-offcanvas-2-close-btn:hover .texts span {
  transform: translateX(0);
}
.tp-offcanvas-2-close-btn:hover span svg {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.offcanvas-black-bg {
  background: #1c1d20;
}
.offcanvas-black-bg .tp-offcanvas-close-btn button,
.offcanvas-black-bg .tp-offcanvas-menu ul li > a,
.offcanvas-black-bg .tp-offcanvas-title.sm {
  color: var(--tp-common-white);
}
.offcanvas-black-bg .tp-offcanvas-menu ul li.active > a {
  color: var(--tp-grey-2);
}
.offcanvas-black-bg .tp-offcanvas-menu .tp-submenu li a:hover,
.tp-main-menu nav > ul > li .submenu li:hover > a {
  background-color: #2c2b2e;
  color: var(--tp-common-white);
}
.offcanvas-black-bg .tp-menu-close {
  border-color: var(--tp-border-3);
  color: var(--tp-common-white);
}
.offcanvas-black-bg .tp-offcanvas-contact ul li a {
  color: rgba(255, 255, 255, 0.8);
}
.offcanvas-black-bg .tp-offcanvas-contact ul li a:hover,
.offcanvas-black-bg .tp-offcanvas-title {
  color: var(--tp-common-white);
}
.offcanvas-black-bg .tp-offcanvas-contact ul li a::after {
  background-color: var(--tp-common-white);
}
.offcanvas-black-bg .tp-offcanvas-social ul li a {
  color: var(--tp-common-white);
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.offcanvas-black-bg .tp-offcanvas-menu ul li.active > .tp-menu-close,
.offcanvas-black-bg .tp-offcanvas-social ul li a:hover {
  color: var(--tp-common-black);
  border-color: var(--tp-common-white);
  background-color: var(--tp-common-white);
}
.offcanvas-black-bg .tp-offcanvas-menu ul li.active > .tp-menu-close {
  border-color: var(--tp-border-3);
}
.tp-section-subtitle {
  border: 1px solid var(--tp-border-1);
  border-radius: 50px;
  padding: 6px 18px;
  display: inline-block;
}
.tp-section-subtitle .borders {
  width: 10px;
  height: 10px;
  background: var(--tp-common-black);
  border-radius: 30px;
  margin-right: 8px;
}
.tp-section-cst-subtitle {
  border: 0;
  padding: 0;
}
.tp-section-it-subtitle {
  border: 1px solid #e4eae7;
  border-radius: 50px;
  padding: 2px 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),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 574.98px) {
  .tp-section-ai-title br,
  .tp-section-it-para br {
    display: none;
  }
}
.tp-search-form-toggle {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: var(--tp-common-white);
  padding-top: 70px;
  padding-bottom: 100px;
  opacity: 0;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  -webkit-transform: translateY(calc(-100% - 80px));
  -ms-transform: translateY(calc(-100% - 80px));
  transform: translateY(calc(-100% - 80px));
  -webkit-transition:
    opacity 0.3s ease-in-out,
    -webkit-transform 0.3s ease-in-out;
  transition:
    transform 0.3s ease-in-out,
    opacity 0.3s ease-in-out;
  transition:
    transform 0.3s ease-in-out,
    opacity 0.3s ease-in-out,
    -webkit-transform 0.3s ease-in-out;
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
  z-index: 9999;
}
.tp-search-form-toggle.active {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.tp-search-form-toggle.active .tp-search-form-input {
  transform: translateY(0);
  opacity: 1;
  transition-delay: 0.3s;
}
.tp-search-close {
  color: var(--tp-common-black);
  font-size: 40px;
  transition: all 0.3s ease;
}
.tp-search-close:hover {
  color: var(--tp-grey-1);
  transform: rotate(180deg);
}
.tp-search-body-overlay {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(24, 24, 24, 0.5);
  z-index: 99;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
  -webkit-transform: translateY(calc(-100% - 80px));
  -ms-transform: translateY(calc(-100% - 80px));
  transform: translateY(calc(-100% - 80px));
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.tp-search-body-overlay.active {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
#magic-cursor {
  position: absolute;
  display: none;
  width: 10px;
  height: 10px;
  pointer-events: none;
  z-index: 99999;
  opacity: 0;
  top: 0;
  left: 0;
}
#ball {
  position: fixed;
  pointer-events: none;
  border-radius: 50%;
  color: transparent;
  mix-blend-mode: difference;
  background-color: var(--tp-common-black);
}
.cursor-white-bg #ball {
  background-color: var(--tp-common-white) !important;
}
#ball .ball-view {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  padding: 0 5px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.1;
  text-align: center;
  transform: scale(0);
  font-family: var(--tp-ff-dm);
  color: var(--tp-common-black);
}
#ball.with-blur {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
#ball,
.tp-magnetic-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
@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) {
  .tp-header-lg-spacing {
    padding: 15px 0;
  }
}
@media (max-width: 574.98px) {
  .tp-header-lg-spacing {
    padding: 8px 0;
  }
}
.tp-header-sidebar-btn span {
  height: 2px;
  width: 25px;
  display: block;
  margin: 6px auto;
  background: var(--tp-common-black);
}
.tp-header-sidebar-btn:hover span {
  animation: bar_anim 0.8s cubic-bezier(0.44, 1.1, 0.53, 0.99) 1 forwards;
}
.tp-header-sidebar-btn:hover span:nth-child(2) {
  animation-delay: 0.1s;
}
.tp-header-2-menu-btn {
  border-radius: 100%;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(104px);
  width: 48px;
  height: 48px;
  padding-right: 14px;
}
.tp-header-2-menu-btn span {
  background: var(--tp-theme-primary);
  width: 11px;
  margin: 4px 0 4px auto;
  border-radius: 10px;
  height: 2px;
}
.tp-header-2-menu-btn span:nth-child(2) {
  width: 20px;
}
.tp-header-cst-wrap {
  border-bottom: 1px solid rgba(16, 48, 42, 0.1);
}
.tp-header-cst-menu-btn {
  background: var(--tp-grey-5);
}
.tp-header-cst-menu-btn span {
  background: var(--tp-common-black-1);
}
.header-sticky,
.header-transparent {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9;
  width: 100%;
}
.tp-main-menu nav > ul > li {
  list-style: none;
  display: inline-block;
  margin: 0 25px;
  position: relative;
}
@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: 574.98px) {
  .tp-main-menu nav > ul > li {
    margin: 0 18px;
  }
}
.tp-main-menu nav > ul > li > a {
  font-family: var(--tp-ff-heading);
  font-weight: 700;
  font-size: 15px;
  text-transform: uppercase;
  color: var(--tp-common-black);
  display: inline-block;
  padding: 28px 0;
}
.tp-main-menu nav > ul > li > a > span {
  color: var(--tp-grey-2);
  display: inline-block;
  margin-left: 2px;
  transition: all 0.4s ease;
}
.tp-main-menu nav > ul > li .submenu {
  position: absolute;
  top: 100%;
  left: 0;
  width: 260px;
  z-index: 99;
  opacity: 0;
  padding: 12px 0;
  transition: 0.5s;
  text-align: start;
  visibility: hidden;
  border-radius: 14px;
  transform-origin: 0 0;
  transform: scale(1, 0);
  backdrop-filter: blur(40px);
  background: rgba(38, 37, 40, 0.9);
  box-shadow: 0 20px 30px -8px rgba(19, 19, 22, 0.1);
}
.tp-main-menu nav > ul > li .submenu li {
  width: 100%;
  padding: 0 12px;
  border-radius: 8px;
  margin: 0;
}
.tp-main-menu nav > ul > li .submenu li a {
  position: relative;
  border-radius: 8px;
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  color: #bfbfc0;
  padding: 12px 18px;
  display: inline-block;
  letter-spacing: -0.01em;
  text-align: start;
  width: 100%;
  font-family: var(--tp-ff-inter);
}
@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) {
  .tp-main-menu nav > ul > li .submenu li a {
    font-size: 14px;
  }
}
.tp-main-menu nav > ul > li .submenu li .submenu {
  top: 0;
  left: 100%;
}
.tp-main-menu nav ul li {
  position: relative;
}
.tp-main-menu nav ul li:hover > .submenu {
  visibility: visible;
  opacity: 1;
  transform: scale(1);
}
.tp-main-menu-cst > nav > ul > li > a {
  font-family: var(--tp-ff-dm);
  color: var(--tp-common-black-1);
  padding: 35px 0;
}
.header-sticky {
  position: fixed;
  opacity: 1;
  z-index: 10;
  visibility: visible;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 2px 6px 0 rgba(19, 19, 22, 0.08);
  animation: 0.95s ease 0s normal forwards 1 running headerSlideDown;
  -webkit-animation: 0.95s ease 0s normal forwards 1 running headerSlideDown;
}
.header-sticky.sticky-black-bg {
  background: rgba(38, 37, 40, 0.9);
}
.header-sticky.tp-header-blur::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(40px);
  z-index: -1;
}
.header-sticky .tp-main-menu-cst > nav > ul > li > a {
  padding: 21px 0;
}
.header-sticky.tp-header-cst-wrap {
  border-bottom: none;
}
.tp-header-dropdown nav ul li,
.tp-offcanvas-menu ul {
  list-style: none;
}
.tp-header-dropdown nav ul li:hover > .tp-megamenu-wrapper {
  visibility: visible;
  opacity: 1;
  transition-duration: 0.2s;
  -webkit-transform: perspective(300px) rotateX(0deg);
  -moz-transform: perspective(300px) rotateX(0deg);
  -ms-transform: perspective(300px) rotateX(0deg);
  -o-transform: perspective(300px) rotateX(0deg);
  transform: perspective(300px) rotateX(0deg);
}
.tp-offcanvas-menu {
  margin-bottom: 40px;
}
.tp-offcanvas-menu ul li {
  position: relative !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: 574.98px) {
  .tp-offcanvas-menu ul li.has-dropdown span {
    display: none;
  }
}
.tp-offcanvas-menu ul li > a {
  padding: 8px 0;
  display: block;
  font-size: 18px;
  font-weight: 500;
  font-family: var(--tp-ff-inter);
}
.tp-footer-btn a:hover,
.tp-offcanvas-menu ul li.active > a {
  color: var(--tp-common-black);
}
.tp-offcanvas-menu ul li.active > .tp-menu-close {
  background-color: var(--tp-common-black);
  color: var(--tp-common-white);
  border-color: var(--tp-common-black);
}
.tp-offcanvas-menu ul li.active > .tp-menu-close i {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  color: var(--tp-common-white);
}
.tp-offcanvas-menu ul li .tp-submenu.submenu {
  padding-left: 20px;
}
.tp-offcanvas-menu .mega-menu {
  width: auto;
  opacity: 1;
  visibility: visible;
  transition: none;
  position: static;
  display: none;
  -webkit-transform: perspective(0) rotateX(0);
  -moz-transform: perspective(0) rotateX(0);
  -ms-transform: perspective(0) rotateX(0);
  -o-transform: perspective(0) rotateX(0);
  transform: perspective(0) rotateX(0);
}
.tp-offcanvas-menu .tp-submenu li a {
  padding: 8px 20px;
  border-radius: 10px;
  font-size: 17px;
}
.tp-menu-close {
  position: absolute;
  right: 0;
  top: 6px;
  height: 30px;
  width: 30px;
  font-size: 12px;
  line-height: 29px;
  text-align: center;
  border: 1px solid rgba(1, 15, 28, 0.12);
}
.tp-menu-close i {
  transition: all 0.3s;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-postbox-wrapper {
    margin-right: 40px;
  }
}
@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: 574.98px) {
  .tp-postbox-wrapper {
    margin-right: 0;
  }
}
.tp-postbox-details-input .tp-input {
  height: 56px;
}
.tp-postbox-details-input .tp-input,
.tp-postbox-details-input .tp-select,
.tp-postbox-details-input .tp-textarea {
  width: 100%;
  font-family: var(--tp-ff-p);
  font-weight: 400;
  font-size: 16px;
  color: var(--tp-common-black);
  border-radius: 0;
  background: var(--tp-common-white);
}
.tp-postbox-details-input .tp-select {
  height: 56px;
}
.tp-postbox-details-input .tp-input::placeholder,
.tp-postbox-details-input .tp-select::placeholder,
.tp-postbox-details-input .tp-textarea::placeholder {
  color: #999;
  font-weight: 400;
  font-size: 16px;
}
.tp-postbox-details-input .tp-input:focus,
.tp-postbox-details-input .tp-select:focus,
.tp-postbox-details-input .tp-textarea:focus {
  background: 0 0;
  border-color: var(--tp-common-black);
}
.tp-postbox-details-input .tp-textarea {
  height: 121px;
}
.tp-postbox-2-wrapper .tp-service-details-content ul li p {
  font-weight: 400;
  font-family: var(--tp-ff-dm);
}
.tp-postbox-2-wrapper .tp-service-details-content ul li {
  margin-bottom: 22px;
}
.tp-postbox-2-wrapper .tp-blog-details-tag ul li a {
  font-family: var(--tp-ff-dm);
  color: var(--tp-common-black);
}
.tp-postbox-2-wrapper .tp-postbox-details-input .tp-input,
.tp-postbox-2-wrapper .tp-postbox-details-input .tp-select,
.tp-postbox-2-wrapper .tp-postbox-details-input .tp-textarea {
  font-family: var(--tp-ff-dm);
}
.tp-postbox-2-wrapper
  .tp-postbox-details-input
  .tp-input::-webkit-input-placeholder,
.tp-postbox-2-wrapper
  .tp-postbox-details-input
  .tp-select::-webkit-input-placeholder,
.tp-postbox-2-wrapper
  .tp-postbox-details-input
  .tp-textarea::-webkit-input-placeholder {
  font-family: var(--tp-ff-dm);
}
.tp-postbox-2-wrapper .tp-postbox-details-input .tp-input::-moz-placeholder,
.tp-postbox-2-wrapper .tp-postbox-details-input .tp-select::-moz-placeholder,
.tp-postbox-2-wrapper .tp-postbox-details-input .tp-textarea::-moz-placeholder {
  font-family: var(--tp-ff-dm);
}
.tp-postbox-2-wrapper .tp-postbox-details-input .tp-input:-moz-placeholder,
.tp-postbox-2-wrapper .tp-postbox-details-input .tp-select:-moz-placeholder,
.tp-postbox-2-wrapper .tp-postbox-details-input .tp-textarea:-moz-placeholder {
  font-family: var(--tp-ff-dm);
}
.tp-postbox-2-wrapper .tp-postbox-details-input .tp-input:-ms-input-placeholder,
.tp-postbox-2-wrapper
  .tp-postbox-details-input
  .tp-select:-ms-input-placeholder,
.tp-postbox-2-wrapper
  .tp-postbox-details-input
  .tp-textarea:-ms-input-placeholder {
  font-family: var(--tp-ff-dm);
}
.tp-postbox-2-wrapper .tp-postbox-details-input .tp-input::placeholder,
.tp-postbox-2-wrapper .tp-postbox-details-input .tp-select::placeholder,
.tp-postbox-2-wrapper .tp-postbox-details-input .tp-textarea::placeholder {
  font-family: var(--tp-ff-dm);
}
@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),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 574.98px) {
  .tp-postbox-2-wrapper .tp-blog-details-content {
    margin-left: 0;
    margin-right: 0;
  }
}
.tp-blog-meta {
  border: 1px solid #eee;
  border-radius: 100px;
  display: inline-block;
  padding: 1px 12px;
}
.tp-blog-meta span {
  color: var(--tp-grey-1);
}
.tp-blog-meta span.borders {
  width: 8px;
  height: 8px;
  background: var(--tp-grey-2);
  display: inline-block;
  border-radius: 20px;
  margin: 0 10px;
  transform: translateY(-2px);
}
.tp-blog-pagenation ul {
  display: flex;
  gap: 20px;
}
.tp-blog-details-2-social ul li,
.tp-blog-details-tag ul li,
.tp-blog-pagenation ul li {
  list-style: none;
}
.tp-blog-details-2-social ul li a i,
.tp-blog-pagenation ul li a {
  color: var(--tp-grey-1);
  display: flex;
  justify-content: center;
  align-items: center;
}
.tp-blog-pagenation ul li a {
  font-weight: 500;
  font-size: 16px;
  text-transform: uppercase;
  width: 40px;
  height: 40px;
  background: var(--tp-common-white-2);
  border-radius: 50%;
}
.tp-blog-pagenation ul li a.active,
.tp-blog-pagenation ul li a:hover {
  background: var(--tp-theme-primary);
  color: var(--tp-common-black);
}
.tp-blog-pagenation-nav {
  font-family: var(--tp-ff-heading);
  font-weight: 500;
  font-size: 15px;
  text-transform: uppercase;
  color: var(--tp-common-black);
  display: flex;
  align-items: center;
  border: 1px solid var(--tp-border-1);
  border-radius: 100px;
  padding: 6px 17px;
  transition: all 0.4s ease;
}
.tp-blog-details-tag ul li a:hover,
.tp-blog-pagenation-nav:hover {
  background: var(--tp-theme-primary);
  color: var(--tp-common-black);
  border-color: var(--tp-theme-primary);
}
.tp-blog-pagenation-wrap {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
}
.tp-blog-details-tag ul {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.tp-blog-details-tag ul li a {
  color: var(--tp-grey-1);
  border: 1px solid #eee;
  border-radius: 100px;
  display: inline-block;
  padding: 11px 17px;
  line-height: 1;
}
.tp-blog-it-item {
  border: 1px solid rgba(16, 48, 42, 0.1);
  border-radius: 16px;
}
@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: 574.98px) {
  .tp-blog-it-item {
    margin-top: 0;
  }
}
.tp-blog-it-item .tp-blog-thumb {
  border-radius: 16px;
}
.tp-blog-it-item .tp-blog-content {
  padding: 30px;
}
@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: 574.98px) {
  .tp-blog-details-2-social {
    margin-left: 0;
  }
}
.tp-blog-details-2-social ul {
  display: flex;
  gap: 10px;
  flex-direction: column;
  max-width: 80px;
  border-right: 1px solid var(--tp-border-1);
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 574.98px) {
  .tp-blog-details-2-social ul {
    flex-direction: row;
    border-bottom: 1px solid var(--tp-border-1);
    border-inline-end: 0;
    display: inline-flex;
    max-width: 100%;
    margin-bottom: 30px;
    padding-bottom: 10px;
  }
}
.tp-blog-details-2-social ul li a {
  font-weight: 400;
  font-size: 14px;
  line-height: 1;
  color: var(--tp-grey-1);
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
}
.tp-blog-details-2-social ul li a svg {
  display: block;
  padding-bottom: 6px;
  width: 30px;
}
.tp-blog-details-2-social ul li a i {
  font-size: 20px;
  transition: all 0.4s ease;
  width: 60px;
  height: 60px;
  border-radius: 50px;
}
.tp-blog-details-2-social ul li a i:hover {
  color: var(--tp-common-white);
  background: var(--tp-common-black-5);
}
.tp-blog-details-2-social ul li a span {
  line-height: 1.2;
  display: inline-block;
}
.tp-footer-top-title {
  font-size: 145px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-footer-top-title {
    font-size: 120px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-footer-top-title {
    font-size: 80px;
  }
}
@media (max-width: 574.98px) {
  .tp-footer-top-title {
    font-size: 60px !important;
  }
}
.tp-footer-btn a {
  border-color: #0d0d0d;
}
.tp-footer-btn .tp-btn-circle-dot {
  background: var(--tp-theme-primary);
}
.tp-footer-btn a,
.tp-footer-widget-form .tp-input {
  background: rgba(26, 26, 26, 0.831372549);
  color: var(--tp-common-white);
}
.tp-footer-widget-form .tp-input {
  border-radius: 10px;
  width: 100%;
  height: 70px;
  border: 1px solid transparent;
  font-weight: 500;
  font-size: 16px;
  padding: 5px 80px 5px 30px;
}
.tp-footer-widget-form .tp-input::placeholder {
  font-weight: 500;
  font-size: 16px;
  color: var(--tp-grey-2);
}
.tp-footer-widget-form .tp-button {
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 574.98px) {
  .tp-footer-widget a br,
  .tp-footer-widget p br {
    display: none;
  }
}
.tp-footer-copyright p span {
  transform: translateY(-2px);
  display: inline-block;
}
@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: 574.98px) {
  .tp-footer-wd-widget {
    margin-left: 0;
  }
}
.tp-footer-wd-widget ul li {
  list-style: none;
  margin-bottom: 15px;
}
.tp-footer-wd-widget ul li span {
  font-weight: 500;
  font-size: 14px;
  color: var(--tp-common-black);
  background: var(--tp-theme-primary);
  display: inline-block;
  padding: 2px 8px;
  border-radius: 100px;
  line-height: 1;
  margin-left: 5px;
}
.tp-footer-cst-menu ul li a:hover,
.tp-footer-wd-widget ul li a,
.tp-footer-wd-widget ul li a:hover {
  background-image:
    linear-gradient(currentColor, currentColor),
    linear-gradient(currentColor, currentColor);
  background-position:
    100% 100%,
    0 100%;
  background-repeat: no-repeat;
  -webkit-transition: all 0.4s ease 0.3s 0s ease-out;
  -moz-transition: all 0.4s ease 0.3s 0s ease-out;
  -ms-transition: all 0.4s ease 0.3s 0s ease-out;
  -o-transition: all 0.4s ease 0.3s 0s ease-out;
  transition: all 0.4s ease 0.3s 0s ease-out;
}
.tp-footer-wd-widget ul li a {
  font-weight: 400;
  font-size: 18px;
  color: var(--tp-grey-1);
  display: inline-block;
  background-size:
    0 1px,
    0 1px;
}
.tp-footer-cst-menu ul li a:hover,
.tp-footer-wd-widget ul li a:hover {
  background-size:
    0 1px,
    100% 1px;
}
.tp-footer-wd-widget-form .tp-input {
  background: 0 0;
  border: 1px solid rgba(153, 153, 153, 0.6);
  color: var(--tp-common-black);
  font-weight: 400;
}
.tp-footer-wd-widget-form .tp-input::placeholder {
  font-weight: 400;
  font-size: 16px;
  line-height: 162%;
  color: var(--tp-grey-2);
}
.tp-footer-wd-social a {
  width: 36px;
  height: 36px;
  display: inline-block;
  border: 1px solid rgba(153, 153, 153, 0.6);
  border-radius: 100px;
  text-align: center;
  line-height: 36px;
  color: var(--tp-grey-1);
  margin-right: 9px;
  flex: 0 0 auto;
}
.tp-footer-wd-social a:hover {
  color: var(--tp-common-black);
  background: var(--tp-theme-primary);
  border-color: var(--tp-theme-primary);
}
.tp-footer-cst-dec {
  color: #c6caca;
}
.tp-footer-cst-widget ul li a {
  font-family: var(--tp-ff-dm);
  color: #c6caca;
}
.tp-footer-cst-widget ul li span {
  font-family: var(--tp-ff-dm);
  font-size: 12px;
  color: var(--tp-common-black-1);
}
.tp-footer-cst-widget-form {
  margin-left: -30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 574.98px) {
  .tp-footer-cst-widget-form {
    margin-left: 0;
  }
}
.tp-footer-cst-widget-form .tp-input {
  height: 60px;
  border: 1px solid #27433e;
  font-family: var(--tp-ff-dm);
  color: var(--tp-grey-5);
}
.tp-footer-cst-widget-form .tp-input::placeholder {
  color: #c6caca;
  font-family: var(--tp-ff-dm);
}
.tp-footer-cst-widget-form .tp-footer-wd-social a {
  width: 40px;
  height: 40px;
  border: 1px solid #27433e;
  line-height: 40px;
  color: var(--tp-grey-5);
}
.tp-footer-cst-widget-form .tp-footer-wd-social a:hover {
  color: var(--tp-common-black-1);
  background: var(--tp-common-green-2);
  border-color: var(--tp-common-green-2);
}
.tp-footer-cst-menu-wrap {
  border-top: 1px solid #27433e;
  border-bottom: 1px solid #27433e;
  padding: 36px 0;
}
.tp-footer-cst-menu ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media (max-width: 574.98px) {
  .tp-footer-cst-menu ul {
    justify-content: flex-start;
  }
}
.tp-footer-cst-menu ul li {
  list-style: none;
  margin: 0 25px;
  padding: 5px 0;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-footer-cst-menu ul li {
    margin: 0 17px;
  }
}
@media (max-width: 574.98px) {
  .tp-footer-cst-menu ul li {
    margin-left: 0;
  }
}
.tp-footer-cst-menu ul li a {
  font-family: var(--tp-ff-dm);
  font-weight: 700;
  font-size: 15px;
  text-transform: uppercase;
  color: var(--tp-grey-5);
  display: inline-block;
  background-image:
    linear-gradient(currentColor, currentColor),
    linear-gradient(currentColor, currentColor);
  background-size:
    0 1px,
    0 1px;
  background-position:
    100% 100%,
    0 100%;
  background-repeat: no-repeat;
  -webkit-transition: all 0.4s ease 0.3s 0s ease-out;
  -moz-transition: all 0.4s ease 0.3s 0s ease-out;
  -ms-transition: all 0.4s ease 0.3s 0s ease-out;
  -o-transition: all 0.4s ease 0.3s 0s ease-out;
  transition: all 0.4s ease 0.3s 0s ease-out;
}
.tp-footer-cst-bottom {
  padding-top: 26px;
  padding-bottom: 14px;
}
.text-scale-anim {
  white-space: pre-wrap;
  transform-origin: top left;
}
.tp-letter-span,
.tp-word-span {
  display: inline-block;
}
.tp-hero-md-col-custom {
  flex: 1;
  width: 180px;
  height: 624px;
  background-size: cover;
  margin: 0 12px;
  transition: 0.4s;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-hero-md-col-custom {
    margin: 20px 5px;
  }
}
@media (max-width: 574.98px) {
  .tp-hero-md-col-custom {
    margin: 20px 3px;
    height: 424px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-hero-md-col-custom {
    margin: 20px 3px;
  }
}
.tp-hero-md-col-custom.active {
  flex: 3;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-hero-md-col-custom.active {
    flex: 4;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-hero-md-col-custom.active {
    flex: 6;
  }
}
@media (max-width: 574.98px) {
  .tp-hero-md-col-custom.active {
    flex: 10;
  }
}
.tp-hero-md-col-custom.active .tp-hero-md-panel-content,
.tp-hero-md-col-custom.active .tp-hero-md-panel-meta {
  visibility: visible;
  opacity: 1;
}
.tp-image-distortion {
  overflow: hidden;
  height: 100%;
  position: relative;
}
.tp-image-distortion canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.content__img {
  width: 250px;
  aspect-ratio: 1.1;
  border-radius: 10px;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  overflow: hidden;
  will-change: transform, filter;
}
.content__img-inner {
  background-position: 50% 50%;
  width: calc(100% + 20px);
  height: calc(100% + 20px);
  background-size: cover;
  position: absolute;
  top: -10px;
  left: -10px;
}
.tp-about-expreance .plus {
  position: absolute;
  top: 12px;
  right: -23px;
}
@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),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 574.98px) {
  .tp-about-2-title br {
    display: none;
  }
}
.tp-about-2-title .space {
  display: inline-block;
  width: 80px;
}
.tp-about-me-banner {
  overflow: hidden;
  height: 780px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px),
  only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-about-me-banner {
    height: 600px;
  }
}
@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: 574.98px) {
  .tp-about-me-banner {
    height: 400px;
  }
}
.tp-about-cst-thumb {
  border-bottom: 1px solid #e7eaea;
  margin-bottom: 37px;
  padding-right: 30px;
}
@media (max-width: 574.98px) {
  .tp-about-cst-thumb {
    padding-right: 0;
  }
}
@media (max-width: 574.98px) {
  .tp-about-cst-thumb img {
    margin-right: 0;
  }
}
.tp-about-cst-thumb-wrap {
  border-right: 1px solid #e7eaea;
  margin-right: 20px;
  padding-bottom: 5px;
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 574.98px) {
  .tp-about-cst-thumb-wrap {
    margin-right: 0;
    padding-right: 0;
    border: 0;
  }
}
.tp-about-cst-thumb-wrap .tp-about-expreance .plus {
  top: 8px;
  right: -13px;
}
.tp-about-cst-tab ul {
  display: flex;
  flex-wrap: wrap;
}
.tp-about-cst-tab ul li {
  list-style: none;
  margin-right: 42px;
}
.tp-about-cst-list ul li,
.tp-about-cst-tab ul li a {
  font-family: var(--tp-ff-dm);
  font-weight: 700;
  color: var(--tp-common-black-1);
}
.tp-about-cst-tab ul li a.active {
  border-bottom: 1px solid currentColor;
}
@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),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 574.98px) {
  .tp-about-cst-tab-wrap {
    margin-left: 0;
  }
}
.tp-about-cst-tab-wrap .tab-pane {
  display: block;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  -webkit-transform: translateY(30px);
  -ms-transform: translateY(30px);
  transform: translateY(30px);
  transition-timing-function: ease-in;
  transition-duration: 0.2s;
}
.tp-about-cst-tab-wrap .tab-pane.active {
  pointer-events: auto;
  opacity: 1;
  visibility: visible;
  position: relative;
  z-index: 2;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  transition-timing-function: ease-out;
  transition-duration: 0.3s;
  transition-delay: 0.3s;
}
.tp-about-cst-list {
  position: absolute;
  bottom: -30px;
  left: 0;
}
@media (max-width: 574.98px) {
  .tp-about-cst-list {
    position: inherit;
  }
}
.tp-about-cst-list ul {
  margin-bottom: 20px;
}
.tp-about-cst-list ul li {
  font-weight: 500;
  font-size: 14px;
  display: flex;
}
.tp-about-cst-list ul li span {
  margin-right: 8px;
  transform: translateY(-1px);
}
.tp-about-cst-list-btn {
  border-radius: 8px;
  padding: 3px 20px;
  transition: all 0.4s ease;
}
.tp-about-cst-list-btn:hover {
  background: var(--tp-common-white);
  color: var(--tp-common-black-1);
}
.tp-about-cst-list-inner {
  padding: 0 24px 24px;
  margin-top: -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),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 574.98px) {
  .tp-about-cst-list-thumb {
    margin-left: 60px;
  }
}
@media (max-width: 574.98px) {
  .tp-about-cst-list-thumb {
    margin-left: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 574.98px) {
  .tp-about-cst-list-wrap {
    margin-left: 0;
    text-align: center;
  }
}
.tp-brand-item a {
  opacity: 0.5;
}
.tp-brand-item a:hover {
  opacity: 1;
}
.tp-brand-slide-active .swiper-slide {
  display: inline-block;
  width: auto;
  margin: 0 80px;
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-brand-slide-active .swiper-slide {
    margin: 0 50px;
  }
}
@media (max-width: 574.98px) {
  .tp-brand-slide-active .swiper-slide {
    margin: 0 30px;
  }
}
.tp-brand-cst-spacing {
  padding: 160px 0;
}
@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),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 574.98px) {
  .tp-brand-cst-spacing {
    padding: 100px 0;
  }
}
.tp-brand-inner-item img,
.tp-cta-wd-shape svg {
  width: 100%;
}
.tp-service-sa-pagenation {
  text-align: center;
}
.tp-service-sa-pagenation .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: 0 0;
  border: 1px solid var(--tp-grey-2);
  opacity: 1;
}
.tp-service-sa-pagenation .swiper-pagination-bullet-active {
  background: var(--tp-common-nights);
  border-color: var(--tp-common-nights);
}
.tp-service-hero-spacing {
  padding-top: 220px;
}
@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: 574.98px) {
  .tp-service-hero-spacing {
    padding-top: 150px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 574.98px) {
  .tp-service-hero-right {
    margin-top: 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: 574.98px) {
  .tp-service-hero-right p br {
    display: none;
  }
}
.tp-service-hero-shape {
  position: absolute;
  bottom: -40px;
  right: 145px;
}
@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: 574.98px) {
  .tp-service-hero-shape {
    right: 0;
  }
}
.tp-service-hero-shape-2 {
  right: 0;
  bottom: 0;
  width: 21%;
  z-index: -1;
}
@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),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 574.98px) {
  .tp-service-details-content {
    margin-right: 0;
  }
  .tp-service-details-content p br {
    display: none;
  }
}
.tp-service-details-content ul li {
  list-style: none;
  display: flex;
  margin-bottom: 13px;
}
.tp-service-details-content ul li i {
  font-size: 18px;
  color: var(--tp-grey-1);
  margin-right: 10px;
  margin-top: 4px;
}
.tp-service-details-content ul li p {
  font-size: 18px;
  line-height: 144%;
  font-weight: 300;
  margin-bottom: 0;
}
.tp-service-details-content ul li b {
  font-weight: 700;
  font-family: var(--tp-ff-heading);
  color: var(--tp-common-black);
}
.tp-service-cst-content {
  backdrop-filter: blur(100px);
  border-radius: 24px;
  padding: 55px 40px 52px;
  position: absolute;
  margin: 32px 60px 32px 32px;
  bottom: 0;
  left: 0;
  right: 0;
  transition: all 0.4s ease;
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 574.98px) {
  .tp-service-cst-content {
    margin-right: 32px;
  }
}
@media (max-width: 574.98px) {
  .tp-service-cst-content {
    padding: 25px 10px 22px 20px;
    position: inherit;
    margin: -93px 10px 10px;
  }
}
.tp-service-cst-item {
  border-right: 1px solid #26433e;
  padding-right: 27px;
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 574.98px) {
  .tp-service-cst-item {
    padding-right: 0;
    border: 0;
  }
}
.tp-service-cst-item-border {
  border-bottom: 1px solid #dbe1dd;
  padding-bottom: 24px;
  margin-bottom: 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),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 574.98px) {
  .tp-service-cst-item-border br {
    display: none;
  }
}
.tp-service-cst-item:hover .tp-service-cst-content,
.tp-service-it-pagenation span.swiper-pagination-bullet-active,
.tp-testimonial-cst-pagenation span.swiper-pagination-bullet-active {
  background: var(--tp-common-green-2);
}
.tp-service-cst-item:hover .tp-service-cst-item-border {
  border-color: #a4d519;
}
.tp-service-cst-item:hover .tp-service-cst-thumb img {
  transform: scale(1.1);
}
.tp-service-cst-thumb {
  overflow: hidden;
  border-radius: 16px;
}
.tp-service-cst-thumb img {
  border-radius: 16px;
  transition: all 0.6s ease;
}
.tp-service-cst-slider {
  margin-right: -490px;
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 574.98px) {
  .tp-service-cst-slider {
    margin-right: 0;
  }
}
.tp-service-cst-slider-wrap {
  border-top: 1px solid #26433e;
  padding-top: 60px;
}
@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: 574.98px) {
  .tp-service-cst-top-content p br {
    display: none;
  }
}
.tp-service-it-pagenation {
  text-align: center;
}
.tp-service-it-pagenation span {
  width: 10px;
  height: 10px;
  background: 0 0;
  background: #252525;
  opacity: 1;
}
.tp-service-vp-item {
  position: relative;
  width: 73%;
  margin: 0 auto;
  padding-left: 33px;
  padding-right: 33px;
  padding-bottom: 44px;
  transition-duration: 0.3s;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
  border-bottom: 1px solid rgba(17, 17, 18, 0.1);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-service-vp-item {
    width: 690px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 574.98px) {
  .tp-service-vp-item {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 24px;
  }
}
.tp-service-vp-item:hover {
  border-color: var(--tp-common-black);
}
.tp-service-vp-item:hover .tp-service-vp-btn {
  transform: rotate(360deg);
  background: var(--tp-common-black);
  color: var(--tp-common-white);
}
.tp-service-vp-wrap .row [class*="col"]:not(:first-child) .tp-service-vp-item {
  padding-top: 50px;
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 574.98px) {
  .tp-service-vp-wrap
    .row
    [class*="col"]:not(:first-child)
    .tp-service-vp-item {
    padding-top: 20px;
  }
}
.image-wrapper {
  width: 330px;
  height: 330px;
  opacity: 0;
  position: absolute;
  overflow: hidden;
  transform: translate(-50%, -50%);
  top: 0;
  left: 0;
  pointer-events: none;
  z-index: 3;
}
.image-wrapper .image-slider {
  display: flex;
  flex-direction: column;
}
.image-wrapper img {
  width: 330px;
  height: 330px;
  object-fit: cover;
  object-position: center;
}
.tp_text_invert > div {
  background-image: linear-gradient(to right, #fff 50%, #999 50%);
  background-size: 200% 100%;
  background-position: 100%;
  color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
}
.tp_text_invert.invert-white > div {
  background-image: linear-gradient(to right, #f3f1f2 50%, #afb7b6 50%);
}
.tp_text_invert.invert-black-3 > div {
  background-image: linear-gradient(to right, #10302a 50%, #a0a8a6 50%);
}
#service-bg-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--tp-common-white);
}
:root {
  --numOfSlides: 5;
  --slidingAT: 1.3s;
  --controlSize: 60px;
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 574.98px) {
  .tp-portfolio-2-slider-active {
    width: 300px !important;
  }
}
.tp-portfolio-showcase-slide-active .tp-portfolio-2-content {
  opacity: 0;
  visibility: hidden;
}
@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: 574.98px) {
  .tp-portfolio-showcase-slide-active .tp-portfolio-2-content {
    padding: 0 12px;
  }
}
.tp-portfolio-showcase-slide-active
  .swiper-slide.swiper-slide-active
  .tp-portfolio-2-content {
  -webkit-animation: tdfadeUp 1s 0.3s forwards;
  animation: tdfadeUp 1s 0.3s forwards;
  animation-fill-mode: both;
  opacity: 1;
  visibility: visible;
}
.tp-portfolio-cst-subtitle-wrap {
  border-bottom: 1px solid #e1e5e4;
}
.tp-portfolio-cst-tag {
  border-radius: 100px;
  padding: 1px 20px;
}
.tp-portfolio-cst-btn {
  border-radius: 50px;
  border: 1px solid rgba(16, 48, 42, 0.1);
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 0 0 auto;
}
.tp-portfolio-cst-item {
  border-bottom: 1px solid #e1e5e4;
  position: relative;
  margin-bottom: 32px;
}
.tp-portfolio-cst-item::before {
  position: absolute;
  content: "";
  width: 0;
  height: 1px;
  background: var(--tp-common-black-1);
  bottom: 0;
  left: auto;
  right: 0;
  transition: all 0.4s ease;
}
.tp-portfolio-cst-item.active::before,
.tp-portfolio-cst-item:hover::before {
  width: 100%;
  left: 0;
  right: auto;
}
.tp-portfolio-cst-item.active .tp-portfolio-cst-btn,
.tp-portfolio-cst-item:hover .tp-portfolio-cst-btn {
  background: var(--tp-common-green-2);
  border-color: var(--tp-common-green-2);
  transform: rotate(-45deg);
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-portfolio-cst-img-wrapper {
    height: 440px;
  }
}
@media (max-width: 574.98px) {
  .tp-portfolio-cst-img-wrapper {
    height: 300px;
  }
}
.tp-portfolio-cst-img-wrapper .hover-image {
  display: inline-block;
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 574.98px) {
  .tp-portfolio-cst-img-wrapper .hover-image {
    height: 100%;
  }
}
.tp-portfolio-cst-img-wrapper .hover-image .thumb {
  object-fit: cover;
  opacity: 0;
  position: absolute;
  top: 0;
  left: -150px;
  visibility: hidden;
  transition: all 0.6s ease;
  border-radius: 20px;
}
.tp-portfolio-cst-img-wrapper .hover-image.active .thumb {
  opacity: 1;
  left: 0;
  visibility: visible;
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 574.98px) {
  .tp-portfolio-cst-content {
    height: 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),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 574.98px) {
  .tp-portfolio-cst-content p br {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 574.98px) {
  .tp-portfolio-cst-list-wrap {
    margin-left: 0;
  }
}
.tp-portfolio-md-wrapper {
  margin-left: -15px;
  margin-right: -15px;
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 574.98px) {
  .tp-portfolio-md-wrapper {
    margin-left: 0;
    margin-right: 0;
  }
}
.tp-portfolio-md-inner-wrap {
  width: 100%;
  display: flex;
  grid-area: list;
  box-sizing: border-box;
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 574.98px) {
  .tp-portfolio-md-inner-wrap {
    flex-wrap: wrap;
  }
}
.tp-portfolio-md-item {
  width: 40%;
  height: 720px;
  display: block;
  position: relative !important;
  left: 0 !important;
  top: 0 !important;
  margin: 0 15px;
  transition: width 0.6s cubic-bezier(0.38, 0.005, 0.215, 1);
}
@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-md-item {
    height: 620px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 574.98px) {
  .tp-portfolio-md-item {
    width: 100%;
    height: auto;
    margin-bottom: 30px;
  }
}
.tp-portfolio-md-item:hover {
  width: 66%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-portfolio-md-item:hover {
    width: 40%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 574.98px) {
  .tp-portfolio-md-item:hover {
    width: 100%;
  }
}
.tp-portfolio-md-thumb {
  height: 100%;
  width: 100%;
  margin-bottom: 30px;
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 574.98px) {
  .tp-portfolio-md-thumb {
    height: auto;
  }
}
.tp-portfolio-md-thumb img,
.tp-portfolio-vp-post-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.tp-portfolio-md-border {
  border-bottom: 1px solid rgba(17, 17, 18, 0.1);
  padding-bottom: 160px;
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 574.98px) {
  .tp-portfolio-md-border {
    padding-bottom: 100px;
  }
}
.tp-portfolio-vp-post-thumbnail {
  padding-top: 720px;
  border-radius: 32px;
  position: relative;
  overflow: hidden;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-portfolio-vp-post-thumbnail {
    padding-top: 600px;
  }
}
@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: 574.98px) {
  .tp-portfolio-vp-post-thumbnail {
    padding-top: 400px;
    margin-bottom: 30px;
  }
}
.tp-portfolio-vp-post-thumbnail img {
  position: absolute;
  top: 0;
  left: 0;
  transform: translate3d(-6.66%, 0, 0) scale(1.2);
  -webkit-transform: translate3d(-6.66%, 0, 0) scale(1.2);
  transition:
    opacity 0.35s,
    transform 0.45s,
    filter 0.35s;
}
.tp-portfolio-vp-post-thumbnail .video-container {
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.tp-portfolio-vp-post-thumbnail .video-container iframe {
  width: 300%;
  margin-left: -100%;
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
  border: 0;
  max-width: none;
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  left: 0;
  background: var(--tp-common-black-5);
}
.tp-portfolio-slicer-title {
  font-family: var(--tp-ff-heading);
  color: var(--tp-common-white);
  font-size: 150px;
  line-height: 0.8;
  font-weight: 600;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px),
  only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-portfolio-slicer-title {
    font-size: 130px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-portfolio-slicer-title {
    font-size: 100px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-portfolio-slicer-title {
    font-size: 80px;
  }
}
@media (max-width: 574.98px) {
  .tp-portfolio-slicer-title {
    font-size: 50px;
  }
}
.tp-portfolio-slicer-pagination {
  position: absolute;
  top: auto !important;
  bottom: 0;
  transform: none;
  height: 50px;
  left: 0 !important;
  right: 0 !important;
  display: inline-flex;
  gap: 20px;
  margin-inline: auto;
  align-items: center;
  justify-content: center;
  z-index: 1;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-portfolio-slicer-pagination {
    gap: 10px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 574.98px) {
  .tp-portfolio-slicer-pagination {
    display: none;
  }
}
.tp-portfolio-slicer-pagination .swiper-pagination-bullet {
  width: 80px;
  height: 5px;
  display: inline-block;
  margin: 0 5px;
  overflow: hidden;
  transition: 0.4s;
  position: relative;
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.3);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-portfolio-slicer-pagination .swiper-pagination-bullet {
    width: 50px;
  }
}
.tp-portfolio-slicer-pagination
  .swiper-pagination-bullet
  .swiper-pagination-bullet-active {
  width: 80px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-portfolio-slicer-pagination
    .swiper-pagination-bullet
    .swiper-pagination-bullet-active {
    width: 40px;
  }
}
.tp-portfolio-slicer-pagination .swiper-pagination-bullet::before {
  content: "";
  width: 80px;
  height: 100%;
  position: absolute;
  transition: 0.6s;
  z-index: 9;
  left: 0;
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.3);
}
.tp-portfolio-slicer-pagination .swiper-pagination-bullet::after {
  content: "";
  width: 0;
  height: 100%;
  position: absolute;
  transition: 0.6s;
  z-index: 8;
  left: 0;
  background-color: #fff;
}
.tp-portfolio-slicer-pagination .swiper-pagination-bullet-active::after {
  opacity: 1;
  width: 100%;
}
.tp-portfolio-horizontal-button-next {
  right: 50px;
}
.tp-portfolio-horizontal-button-prev {
  left: 50px;
}
.tp-portfolio-revealing-slider-social {
  position: absolute;
  bottom: 75px;
  z-index: 99;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
}
.tp-portfolio-creative-social a,
.tp-portfolio-revealing-slider-social a {
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  margin: 0 12px;
  color: var(--tp-common-white);
}
.tp-portfolio-revealing-slider-control {
  z-index: 2;
  position: absolute;
  top: 50%;
  left: 5%;
  width: var(--controlSize);
  height: var(--controlSize);
  margin-left: calc(var(--controlSize) / -2);
  margin-top: calc(var(--controlSize) / -2);
  border-radius: 50%;
  background-color: transparent;
  backdrop-filter: blur(20px);
  transition: background-color 0.3s;
  cursor: pointer;
}
.tp-portfolio-revealing-slider-control:hover {
  background-color: var(--tp-theme-secondary);
}
.tp-portfolio-revealing-slider-control:hover
  .tp-portfolio-revealing-slider-control-line::after {
  background-color: #fff;
}
@media (max-width: 574.98px) {
  .tp-portfolio-revealing-slider-control {
    top: 70%;
    left: 10%;
  }
}
.tp-portfolio-revealing-slide {
  overflow: hidden;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 150vmax;
  height: 150vmax;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  transition: clip-path 0s calc(var(--slidingAT) * 0.7);
  clip-path: circle(calc(var(--controlSize) / 2) at 120vw 50%);
}
.tp-portfolio-revealing-slide-heading {
  font-size: clamp(5rem, 15vw, 13rem);
  font-weight: 500;
  line-height: 0.8;
  color: var(--tp-common-white);
  font-family: var(--tp-ff-teko);
  letter-spacing: -4px;
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 574.98px) {
  .tp-portfolio-revealing-slide-heading {
    letter-spacing: 0;
  }
}
.tp-portfolio-revealing-slide.s-prev {
  clip-path: circle(calc(var(--controlSize) / 2) at 30vw 50%);
}
.tp-portfolio-revealing-slide.s-active {
  z-index: 1;
  transition: clip-path var(--slidingAT);
  clip-path: circle(120vmax at 120vw 50%);
}
.tp-portfolio-revealing-slide.s-active.s-active-prev {
  clip-path: circle(120vmax at 30vw 50%);
}
.tp-portfolio-mix-slider {
  height: 100%;
  width: 100%;
}
.tp-portfolio-mix-slider-navigation {
  position: absolute;
  bottom: 0;
  width: 100%;
}
.tp-portfolio-mix-slider-navigation .nav-icon {
  font-size: 16px;
  text-transform: uppercase;
  display: flex;
  gap: 20px;
  color: var(--tp-common-white);
  line-height: 1;
  position: relative;
  z-index: 2;
  cursor: pointer;
}
.tp-portfolio-mix-slider-navigation .slider-nav {
  display: flex;
  height: 80px;
  justify-content: space-between;
  width: 100%;
  align-items: center;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-portfolio-mix-slider-navigation .slider-nav {
    height: 80px;
  }
}
.tp-portfolio-mix-slider
  .swiper-slide-active
  .tp-portfolio-revealing-slide-heading,
.tp-portfolio-mix-slider
  .swiper-slide-active
  .tp-portfolio-revealing-slide-text {
  transform: translateX(0);
}
.tp-portfolio-creative-social {
  position: absolute;
  top: 50%;
  right: 5%;
  left: auto;
  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-creative-social {
    right: 45px;
  }
}
@media (max-width: 574.98px) {
  .tp-portfolio-creative-social {
    right: 30px;
    display: none;
  }
}
.tp-portfolio-creative-social a {
  font-weight: 700;
  font-size: 14px;
  margin: 14px 0;
  display: inline-block;
  text-transform: uppercase;
  font-family: var(--tp-ff-inter);
}
.tp-portfolio-creative-slider-main .swiper-pagination {
  bottom: 30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: auto;
}
@media (max-width: 574.98px) {
  .tp-portfolio-creative-slider-main .swiper-pagination {
    display: none;
  }
}
.tp-portfolio-creative-slider-main .swiper-pagination-bullet {
  background: 0 0;
  margin: 0 10px !important;
}
.tp-portfolio-creative-slider-main .path {
  display: none;
}
.tp-portfolio-creative-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;
}
.tp-portfolio-creative-slider-main
  .swiper-slide-active
  .tp-portfolio-slicer-category,
.tp-portfolio-creative-slider-main
  .swiper-slide-active
  .tp-portfolio-slicer-title {
  transform: translateX(0);
}
.tp-portfolio-creative-item {
  display: flex;
  align-items: end;
  padding: 90px 85px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 10px;
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 574.98px) {
  .tp-portfolio-creative-item {
    padding: 20px 30px;
  }
}
.tp-portfolio-creative-wrap {
  padding: 0;
  height: 100vh;
}
.tp-portfolio-creative-content .tp-portfolio-slicer-title {
  transform: translateX(-200px);
  transition: all 2s ease;
}
@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: 574.98px) {
  .tp-portfolio-creative-content .tp-portfolio-slicer-title {
    transform: translateX(0);
    font-size: 40px;
    margin-bottom: 80px;
  }
}
.tp-portfolio-elegant {
  padding-bottom: 50px;
  border: 0;
  margin-bottom: 20px;
}
.tp-portfolio-slider__item,
.tp-portfolio-slider__item-inner {
  position: relative;
  display: grid;
  place-items: center;
  grid-area: 1/1/-1/-1;
}
.tp-portfolio-slider__item {
  width: 100%;
  height: 100%;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
}
.tp-portfolio-slider__item.current {
  opacity: 1;
  z-index: 50;
  pointer-events: auto;
}
.tp-portfolio-slider__item-inner {
  width: 120%;
  height: 120%;
  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%);
  overflow: hidden;
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 574.98px) {
  .tp-portfolio-slider-type {
    bottom: 20%;
    width: 100%;
  }
}
.tp-portfolio-colum-spacing {
  padding-top: 200px;
  padding-bottom: 100px;
}
.slider--bg .tp-portfolio-slider__item-inner::after,
.tp--hover-img canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.coverflow-slider-active {
  padding: 100px 0;
}
.coverflow-slider-text-active {
  height: 100px;
}
.type__item {
  grid-area: 1/1/-1/-1;
  opacity: 0;
}
.tp-reveal-item.active:hover .tp-reveal-bg,
.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 {
  content: "";
  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%);
}
.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-image {
  width: 100%;
  height: 100%;
  background-size: cover;
  position: relative;
  display: inline-block;
}
@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),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 574.98px) {
  .tp-pd-3-portfolio-item {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 574.98px) {
  .tp-pd-3-portfolio-item-wrap {
    padding-top: 0;
  }
}
.tp-pd-2-dot .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  opacity: 1;
  transition: 0.3s;
  border-radius: 50%;
  display: inline-block;
  background: rgba(0, 0, 0, 0.3);
}
.tp-pd-2-dot .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 24px;
  border-radius: 10px;
  background-color: var(--tp-common-black);
}
.tp-counter-cst-item.borders {
  position: relative;
}
@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: 574.98px) {
  .tp-counter-cst-item.borders::before {
    display: none;
  }
}
.tp-counter-cst-item.borders::before {
  position: absolute;
  content: "";
  background: linear-gradient(170deg, #b4e717 0, #10302a 100%);
  height: 87px;
  width: 1px;
  top: 0;
  right: 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: 574.98px) {
  .tp-counter-cst-item-inner {
    justify-content: left !important;
  }
}
@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),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 574.98px) {
  .tp-counter-cst-item.ml-100 {
    margin-left: 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),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 574.98px) {
  .tp-counter-cst-item.ml-100 {
    margin-left: 0;
  }
}
.tp-awards-vp-move-thumbs-wrapper {
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
  max-width: 1000% !important;
  width: 100vw !important;
}
.tp-awards-vp-start-thumbs-caption {
  position: relative;
  width: 100%;
  height: 50vh;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.tp-awards-vp-start-thumbs-wrapper {
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  box-sizing: border-box;
  padding: 0 40px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-awards-vp-start-thumbs-wrapper {
    padding: 0 30px;
  }
}
@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: 574.98px) {
  .tp-awards-vp-start-thumbs-wrapper {
    padding: 0 20px;
  }
}
.tp-awards-vp-start-move-thumb {
  box-sizing: border-box;
  position: relative;
  width: calc(25% - 80px);
  height: calc(25vw - 40px);
  margin: 0 40px 40px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-awards-vp-start-move-thumb {
    width: calc(25% - 60px);
    height: calc(25vw - 30px);
    margin: 0 30px 30px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-awards-vp-start-move-thumb {
    width: calc(33.33% - 40px);
    height: calc(33.33vw - 40px);
    margin: 25px 20px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-awards-vp-start-move-thumb {
    width: calc(50% - 30px);
    height: calc(50vw - 30px);
    margin: 10px 15px;
  }
}
@media (max-width: 574.98px) {
  .tp-awards-vp-start-move-thumb {
    width: calc(50% - 20px);
    height: calc(50vw - 20px);
    margin: 5px 10px;
  }
}
.tp-awards-vp-start-move-thumb:nth-of-type(3n + 2) {
  width: calc(15% - 80px);
  height: calc(15vw - 40px);
  margin-top: 50vh;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-awards-vp-start-move-thumb:nth-of-type(3n + 2) {
    width: calc(15% - 60px);
    height: calc(15vw - 30px);
    margin-top: 50vh;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-awards-vp-start-move-thumb:nth-of-type(3n + 2) {
    width: calc(33.33% - 40px);
    height: calc(33.33vw - 40px);
    margin: 25px 20px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-awards-vp-start-move-thumb:nth-of-type(3n + 2) {
    width: calc(50% - 30px);
    height: calc(50vw - 30px);
    margin: 10px 15px;
  }
}
@media (max-width: 574.98px) {
  .tp-awards-vp-start-move-thumb:nth-of-type(3n + 2) {
    width: calc(50% - 20px);
    height: calc(50vw - 20px);
    margin: 5px 10px;
  }
}
.tp-awards-vp-start-move-thumb:nth-of-type(3n + 3) {
  width: calc(35% - 80px);
  height: calc(35vw - 40px);
  margin-top: 25vh;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-awards-vp-start-move-thumb:nth-of-type(3n + 3) {
    width: calc(35% - 60px);
    height: calc(35vw - 30px);
    margin-top: 25vh;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-awards-vp-start-move-thumb:nth-of-type(3n + 3) {
    width: calc(33.33% - 40px);
    height: calc(33.33vw - 40px);
    margin: 25px 20px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-awards-vp-start-move-thumb:nth-of-type(3n + 3) {
    width: calc(50% - 30px);
    height: calc(50vw - 30px);
    margin: 10px 15px;
  }
}
@media (max-width: 574.98px) {
  .tp-awards-vp-start-move-thumb:nth-of-type(3n + 3) {
    width: calc(50% - 20px);
    height: calc(50vw - 20px);
    margin: 5px 10px;
  }
}
.tp-awards-vp-end-move-thumb {
  box-sizing: border-box;
  position: relative;
  width: calc(33.33% - 80px);
  height: calc(33.33vw - 80px);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 40px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-awards-vp-end-move-thumb {
    width: calc(33.33% - 60px);
    height: calc(33.33vw - 60px);
    margin: 30px;
  }
}
.tp-awards-vp-end-move-thumb .tp-awards-vp-move-thumb-inner {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  overflow: hidden;
  border-radius: 24px;
}
.tp-awards-vp-end-thumbs-wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 100vh;
  box-sizing: border-box;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-awards-vp-end-thumbs-wrapper {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@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: 574.98px) {
  .tp-awards-vp-end-thumbs-wrapper {
    display: none;
  }
}
.tp-text-ai-slider-active .swiper-slide,
.tp-text-cst-slide-active .swiper-slide,
.tp-text-it-slider-active .swiper-slide,
.tp-text-md-slider-active .swiper-slide,
.tp-text-slider-active .swiper-slide {
  width: auto;
}
.tp-testimonial-cst-pagenation {
  text-align: center;
}
.tp-testimonial-cst-pagenation span {
  width: 10px;
  height: 10px;
  background: 0 0;
  background: var(--tp-grey-5);
  opacity: 1;
}
.tp-testimonial-it-item {
  backdrop-filter: blur(5px);
  opacity: 0.97;
  border: 1px solid rgba(16, 48, 42, 0.08);
  border-radius: 20px;
  padding: 50px 20px 50px 50px;
}
@media (max-width: 574.98px) {
  .tp-testimonial-it-item {
    padding: 30px 20px;
  }
}
.tp-testimonial-it-item:hover .tp-testimonial-it-shape {
  opacity: 1;
  visibility: visible;
}
.tp-testimonial-it-slider {
  margin-right: -290px;
  margin-top: -55px;
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 574.98px) {
  .tp-testimonial-it-slider {
    margin-right: 0;
    margin-top: 0;
  }
}
.tp-testimonial-it-pagenation {
  text-align: center;
}
.tp-testimonial-it-pagenation span {
  width: 10px;
  height: 10px;
  background: 0 0;
  background: var(--tp-common-black-1);
  opacity: 0.1;
}
.tp-testimonial-it-pagenation span.swiper-pagination-bullet-active {
  background: var(--tp-common-black-1);
  opacity: 1;
}
.tp-testimonial-pb-pagenation {
  text-align: right;
  line-height: 1;
  margin-top: -50px;
}
@media (max-width: 574.98px) {
  .tp-testimonial-pb-pagenation {
    text-align: center;
    margin-top: 20px;
  }
}
.tp-testimonial-pb-pagenation span {
  width: 10px;
  height: 10px;
  background: 0 0;
  background: var(--tp-theme-secondary);
  opacity: 0.1;
}
.tp-testimonial-pb-pagenation span.swiper-pagination-bullet-active {
  background: var(--tp-theme-secondary);
  opacity: 1;
}
#paginations {
  position: absolute;
  bottom: -7px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 1;
}
.shop-slider-progress-bar {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 200px;
  height: 1px;
  z-index: 11;
  background-color: var(--tp-border-1);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.shop-slider-progress-bar span {
  position: absolute;
  left: 0;
  top: -1px;
  height: 1px;
  width: 100%;
  background-color: var(--tp-common-black);
  transform: scaleX(1);
  transform-origin: left;
}
.tp-skill-pb-slider-active .swiper-slide {
  display: inline-block;
  width: auto;
}
.tp-skill-pb-panel {
  width: 100%;
  height: 100%;
  will-change: transform;
  opacity: 1 !important;
}
.tp-skill-pb-panel-wrap {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: no-wrap;
  flex-wrap: no-wrap;
}
@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: 574.98px) {
  .tp-skill-pb-panel-wrap {
    flex-wrap: wrap;
  }
}
.tp-cta-wd-shape {
  position: absolute;
  bottom: -16px;
  right: 0;
  width: 36%;
}
.tp-faq-wrap .tp-faq-btn {
  font-weight: 700;
  font-size: 18px;
  color: var(--tp-common-black);
  background: 0 0;
  border-color: transparent;
  display: flex;
  justify-content: space-between;
  padding: 17px 30px;
}
.tp-faq-wrap .tp-faq-btn:focus {
  outline: inherit;
  box-shadow: none;
  border-color: none;
}
.tp-faq-wrap .tp-faq-btn:not(.collapsed) {
  background-color: transparent;
  box-shadow: none;
}
.tp-faq-wrap .accordion-item:not(:first-of-type) {
  border: 1px solid #eee;
}
.tp-faq-wrap .accordion-item:first-of-type {
  border-radius: 0;
}
.tp-faq-wrap .accordion-item:last-of-type {
  border-radius: 0;
}
.tp-faq-wrap .tp-faq-active {
  background-color: var(--tp-common-white-2);
  border: transparent;
}
.tp-faq-wrap .tp-faq-active .accordion-btn {
  color: var(--tp-common-black);
  padding-left: 30px;
}
.tp-faq-wrap .accordion-btn {
  color: #d9d9d9;
}
.tp-faq-wrap .accordion-body {
  padding: 0 30px 18px;
}
.tp-faq-details-para p {
  font-size: 18px;
  line-height: 144%;
}
.tp-faq-details-para ul {
  margin-left: 10px;
}
.tp-faq-details-para ul li {
  list-style: none;
  font-weight: 400;
  font-size: 18px;
  color: var(--tp-common-black);
}
.tp-faq-details-para ul li:not(:last-child) {
  margin-bottom: 2px;
}
.tp-faq-cst-tag {
  height: 100%;
}
.tp-faq-cst-tag .cst-btn {
  font-family: var(--tp-ff-dm);
  font-weight: 400;
  font-size: 20px;
  color: var(--tp-grey-5);
  border-radius: 50px;
  padding: 8px 21px;
  background: var(--tp-common-black-1);
  display: inline-block;
  position: absolute;
  z-index: 1;
  top: 100px;
  -webkit-animation: mymove 1s infinite;
  animation: mymove 1s infinite;
}
.tp-faq-cst-tag .cst-btn-1 {
  left: 277px;
}
@media (max-width: 574.98px) {
  .tp-faq-cst-tag .cst-btn-1 {
    left: 0;
    top: 130px;
  }
}
.tp-faq-cst-tag .cst-btn-2 {
  background: #bdffc5;
  color: var(--tp-common-black);
  left: 28px;
  top: 45%;
  -webkit-animation: mymove 1.1s infinite;
  animation: mymove 1.1s infinite;
}
@media (max-width: 574.98px) {
  .tp-faq-cst-tag .cst-btn-2 {
    top: 20%;
  }
}
.tp-faq-cst-tag .cst-btn-3 {
  background: #ff6d00;
  color: var(--tp-common-white);
  right: 42%;
  top: 56%;
  -webkit-animation: mymove 0.9s infinite;
  animation: mymove 0.9s infinite;
}
@media (max-width: 574.98px) {
  .tp-faq-cst-tag .cst-btn-3 {
    right: 0;
  }
}
.tp-faq-cst-tag .cst-btn-4 {
  right: 0;
  top: 54%;
  -webkit-animation: mymove 1.2s infinite;
  animation: mymove 1.2s infinite;
}
@media (max-width: 574.98px) {
  .tp-faq-cst-tag .cst-btn-4 {
    top: 3%;
  }
}
.tp-faq-cst-tag .cst-btn-5 {
  background: #b4e717;
  color: var(--tp-common-black);
  left: 25%;
  top: auto;
  bottom: 7%;
  -webkit-animation: mymove 1.3s infinite;
  animation: mymove 1.3s infinite;
}
@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: 574.98px) {
  .tp-faq-cst-tab-content {
    margin-left: 0;
  }
}
.tp-faq-cst-tab-content .tp-faq-btn {
  font-family: var(--tp-ff-dm);
  font-weight: 600;
  font-size: 20px;
  color: var(--tp-common-black-1);
  padding: 27px 30px 27px 0;
}
.tp-faq-cst-tab-content .tp-faq-btn .accordion-btn {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  display: inline-block;
  width: 12px;
  height: 12px;
}
.tp-faq-cst-tab-content .tp-faq-btn .accordion-btn::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: #000;
  border-radius: 2px;
  transition: all 0.4s ease;
}
.tp-faq-cst-tab-content .tp-faq-btn .accordion-btn::before {
  position: absolute;
  content: "";
  width: 2px;
  height: 100%;
  left: 50%;
  top: 0;
  background-color: #000;
  transform: translateX(-50%);
  border-radius: 2px;
  transition: all 0.4s ease;
}
.tp-faq-cst-tab-content .tp-faq-btn:not(.collapsed) .accordion-btn::before {
  transform: translateX(-50%) rotate(90deg);
  background: var(--tp-common-black);
  opacity: 1;
}
.tp-faq-cst-tab-content .tp-faq-btn:not(.collapsed) .accordion-btn::after {
  background: var(--tp-common-black);
  opacity: 1;
}
.tp-faq-cst-tab-content .accordion-item:not(:first-of-type) {
  border: 0;
  border-bottom: 1px solid #e1e5e4;
}
.tp-faq-cst-tab-content .accordion-item {
  border: 0;
  border-bottom: 1px solid #e1e5e4;
  background: 0 0;
}
.tp-faq-cst-tab-content .accordion-body {
  padding: 0 30px 18px 0;
}
.tp-faq-cst-tab-content .tp-faq-details-para p {
  font-family: var(--tp-ff-dm);
  color: rgba(16, 48, 42, 0.8);
  margin-bottom: 7px;
}
@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),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 574.98px) {
  .tp-faq-cst-tab-content .tp-faq-details-para p br {
    display: none;
  }
  .tp-faq-cst-left {
    margin-right: 0;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 574.98px) {
  .tp-contact-us-form-ptb {
    padding-top: 30px;
  }
}
.tp-contact-us-form-wrapper {
  padding: 10px;
  border-radius: 14px;
  background: #f6f6f9;
}
.tp-contact-us-map,
.tp-contact-us-map iframe {
  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 only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 574.98px) {
  .tp-contact-us-map {
    height: 450px;
    margin-bottom: 30px;
  }
}
.tp-contact-us-title {
  font-size: 30px;
  font-weight: 600;
  letter-spacing: -0.6px;
  text-transform: uppercase;
  color: var(--tp-common-black);
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 574.98px) {
  .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 only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 574.98px) {
  .tp-contact-us-wrap {
    padding: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 574.98px) {
  .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-black);
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 574.98px) {
  .cn-contactform-support-text span {
    font-size: 40px;
  }
}
.tp-map-pin.active .tp-map-pin-icon {
  color: var(--tp-theme-secondary);
}
.tp-map-pin.active .tp-map-popup {
  opacity: 1;
  visibility: visible;
}
.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) 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);
}
.tp-snap-slide,
.tp-snap-slide-caption {
  position: relative;
  display: flex;
  width: 100%;
}
.tp-snap-slide {
  height: 100vh;
  height: 100dvh;
  overflow: hidden;
  justify-content: center;
  align-items: center;
  background-color: #000;
}
.tp-snap-slide .img-mask {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  top: 0;
  left: 0;
  opacity: 0.1;
}
.tp-snap-slide-caption {
  justify-content: space-between;
  margin: 0;
  text-align: left;
  height: auto;
  box-sizing: border-box;
  padding: 0;
  opacity: 1;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
.tp-snap-slider-captions,
.tp-snap-slider-thumbs {
  position: absolute;
  top: 0;
  z-index: 5;
  box-sizing: border-box;
  width: 100%;
  height: 100vh;
  height: 100dvh;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.tp-snap-slider-captions {
  z-index: 0;
  justify-content: flex-start;
  pointer-events: none;
}
@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: 574.98px) {
  .tp-snap-slider-captions {
    align-items: flex-end;
  }
}
.tp-funfact-panel {
  width: 100%;
  height: 100%;
  will-change: transform;
  opacity: 1 !important;
}
.tp-funfact-panel-wrap {
  width: 300%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: no-wrap;
  flex-wrap: no-wrap;
}
@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: 574.98px) {
  .tp-funfact-panel-wrap {
    width: 100%;
    height: 100%;
    flex-wrap: wrap;
  }
}
.tp-porfolio-10-title-wrap ul li {
  list-style-type: none;
  display: inline-block;
  padding-right: 30px;
  padding-bottom: 25px;
  transition: 0.4s;
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 574.98px) {
  .tp-porfolio-10-title-wrap ul li {
    padding: 16px;
  }
}
.tp-porfolio-10-title-wrap ul li.active {
  transition: 0.4s;
}
.tp-porfolio-10-title-wrap ul li.active a .tp-porfolio-10-category,
.tp-porfolio-10-title-wrap ul li.active a .tp-porfolio-10-title {
  color: var(--tp-common-white);
  opacity: 1;
}
.tp-port-slider-title {
  font-size: 180px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 5px;
  text-transform: uppercase;
  color: transparent;
  transition: 0.3s;
  cursor: pointer;
  display: block;
  background-size: 0 100%;
  background-repeat: no-repeat;
  -webkit-background-clip: text;
  font-family: var(--tp-ff-morganite-bold);
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 2px rgba(255, 255, 255, 0.4);
  transition:
    background-size 0.6s cubic-bezier(0.32, 0.55, 0.58, 0.76) 0s,
    0.6s -webkit-clip-path cubic-bezier(0.32, 0.55, 0.58, 0.76) 0s;
  background-image: linear-gradient(90deg, #fff 0, #fff 50%, transparent 50.1%);
  mix-blend-mode: luminosity;
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-port-slider-title {
    font-size: 120px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 574.98px) {
  .tp-port-slider-title {
    font-size: 70px;
  }
}
.tp-port-slider-title:hover {
  background-size: 200% 100%;
  color: var(--tp-common-white);
}
.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;
}
.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 0s linear;
  -moz-transition: all 0.2s 0s linear;
  -ms-transition: all 0.2s 0s linear;
  -o-transition: all 0.2s 0s linear;
  transition: all 0.2s 0s 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.active span[data-bg-color],
.tp-product-details-variation-list button:hover 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-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;
}
.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);
  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;
}
.aleric-dark body {
  background-color: #030303;
}
.aleric-dark .tp-about-cst-tab ul li a,
.aleric-dark .tp-main-menu > nav > ul > li:hover.has-dropdown > a > span,
.aleric-dark .tp-main-menu > nav > ul > li > a,
.tp-error-content .tp-btn {
  color: var(--tp-common-white);
}
.aleric-dark .tp-blog-meta,
.aleric-dark .tp-section-subtitle {
  border: 1px solid var(--tp-border-3);
}
.aleric-dark .tp-section-subtitle .borders {
  background: var(--tp-common-white);
}
.aleric-dark .tp-rounded-btn-wrap a {
  border: 1px solid var(--tp-border-3);
  background: var(--tp-common-black);
  color: var(--tp-common-white);
}
.aleric-dark .tp-footer-wd-social a:hover,
.aleric-dark .tp-rounded-btn-wrap a:hover,
.tp-error-title-sm {
  color: var(--tp-common-black);
}
.aleric-dark .tp-brand-item img {
  filter: invert(1);
}
.aleric-dark .tp-blog-meta span,
.aleric-dark .tp-error-content p,
.aleric-dark .tp-faq-cst-tab-content .tp-faq-details-para p,
.aleric-dark .tp-footer-wd-widget ul li a,
.aleric-dark .tp-service-details-content ul li p {
  color: var(--tp-grey-2);
}
.aleric-dark .tp-footer-btn a,
.aleric-dark .tp-footer-widget-form .tp-input {
  background: rgba(255, 255, 255, 0.04);
}
.aleric-dark .tp-footer-btn a {
  border-color: transparent;
}
.aleric-dark .tp-header-sidebar-btn span,
.aleric-dark .tp-portfolio-cst-item::before {
  background: var(--tp-common-white);
}
.aleric-dark .uncover_slice {
  background: var(--tp-common-black);
}
.aleric-dark .tp-service-vp-item {
  border-bottom: 1px solid var(--tp-border-3);
}
.aleric-dark .tp-header-cst-menu-btn {
  background: #222;
  border: 0;
}
.aleric-dark .tp-about-cst-thumb,
.aleric-dark .tp-header-cst-wrap {
  border-bottom: 1px solid var(--tp-border-3);
}
.aleric-dark .header-sticky.tp-header-cst-wrap {
  border-bottom: none;
}
.aleric-dark .tp_text_invert.invert-black-3 > div {
  background-image: linear-gradient(to right, #fff 50%, #343436 50%);
}
.aleric-dark .tp-about-cst-thumb-wrap,
.aleric-dark .tp-blog-details-2-social ul {
  border-right: 1px solid var(--tp-border-3);
}
.aleric-dark .tp-section-cst-subtitle {
  border: 0;
}
.aleric-dark .tp-portfolio-cst-subtitle-wrap {
  border-bottom: 1px solid var(--tp-border-3);
}
.aleric-dark .tp-portfolio-cst-btn {
  border: 1px solid var(--tp-border-3);
  color: var(--tp-common-white);
}
.aleric-dark .tp-portfolio-cst-item.active .tp-portfolio-cst-btn {
  border-color: var(--tp-common-green-2);
  color: var(--tp-common-black);
}
.aleric-dark .tp-faq-cst-thumb-wrap img {
  filter: invert(0.8);
}
.aleric-dark .tp-faq-cst-tab-content .tp-faq-btn,
.aleric-dark .tp-service-details-content ul li b {
  color: var(--tp-common-white);
}
.aleric-dark .tp-faq-cst-tab-content .accordion-item,
.aleric-dark .tp-portfolio-cst-item {
  border-bottom: 1px solid var(--tp-border-3);
}
.aleric-dark .shop-slider-progress-bar span,
.aleric-dark .tp-faq-cst-tab-content .tp-faq-btn .accordion-btn::after,
.aleric-dark .tp-faq-cst-tab-content .tp-faq-btn .accordion-btn::before {
  background-color: var(--tp-common-white);
}
.aleric-dark .shop-slider-progress-bar {
  background-color: var(--tp-border-3);
}
.aleric-dark .tp-blog-it-item,
.aleric-dark .tp-section-it-subtitle,
.aleric-dark .tp-testimonial-it-item {
  border: 1px solid var(--tp-border-3);
}
.aleric-dark .tp-testimonial-it-pagenation span {
  background: var(--tp-common-white);
}
.aleric-dark .tp-footer-wd-widget-form .tp-input {
  border: 1px solid var(--tp-border-3);
  color: var(--tp-common-white);
}
.aleric-dark .nice-select .list {
  background-color: var(--tp-common-black);
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.11);
}
.aleric-dark .nice-select .option:hover {
  background-color: #2c2b2e;
  color: var(--tp-common-white);
}
.aleric-dark .tp-portfolio-md-border {
  border-color: var(--tp-border-3);
}
.aleric-dark .tp-service-sa-pagenation .swiper-pagination-bullet {
  border: 1px solid var(--tp-border-3);
}
.aleric-dark
  .tp-portfolio-creative-slider-main
  .swiper-pagination-bullet.swiper-pagination-bullet-active
  circle {
  stroke: var(--tp-common-white) !important;
  fill: transparent !important;
}
.aleric-dark
  .tp-portfolio-creative-slider-main
  .swiper-pagination-bullet
  circle {
  stroke: var(--tp-common-white) !important;
  fill: var(--tp-common-white) !important;
}
.aleric-dark .tp-pd-2-dot .swiper-pagination-bullet {
  background: rgba(255, 255, 255, 0.3);
}
.aleric-dark .tp-error-content .tp-btn,
.aleric-dark
  .tp-pd-2-dot
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--tp-common-white);
}
.aleric-dark .tp-error-title,
.aleric-dark .tp-error-title-sm {
  color: var(--tp-common-white);
}
.aleric-dark .tp-error-content .tp-btn {
  color: var(--tp-common-black);
}
.aleric-dark .tp-error-content .tp-btn:hover {
  border-color: var(--tp-common-white);
  color: var(--tp-common-white);
  background: 0 0;
}
.aleric-dark .tp-blog-pagenation-nav {
  color: var(--tp-common-white);
  border: 1px solid var(--tp-border-2);
}
.aleric-dark .tp-blog-details-tag ul li a:hover,
.aleric-dark .tp-blog-pagenation-nav:hover {
  color: var(--tp-common-black);
}
.aleric-dark .tp-blog-details-tag ul li a,
.aleric-dark .tp-footer-wd-social a {
  color: var(--tp-grey-2);
  border: 1px solid var(--tp-border-3);
}
.aleric-dark .tp-postbox-details-input .tp-input,
.aleric-dark .tp-postbox-details-input .tp-select,
.aleric-dark .tp-postbox-details-input .tp-textarea {
  color: var(--tp-common-white);
  background: 0 0;
  border-color: var(--tp-border-3);
}
.aleric-dark .tp-blog-details-2-social ul li a {
  color: var(--tp-grey-2);
}
.aleric-dark .tp-blog-details-2-social ul li a i:hover {
  color: var(--tp-common-white);
  background: var(--tp-grey-8);
}
.aleric-dark .tp-contact-us-form-wrapper {
  background: var(--tp-grey-8);
}
.aleric-dark .cn-contactform-support-text span,
.aleric-dark .tp-contact-us-title {
  color: var(--tp-common-white);
}
.al-hero-shop-active .swiper-slide-active .al-hero-shop-btn,
.al-hero-shop-active .swiper-slide-active .al-hero-shop-content span,
.al-hero-shop-active .swiper-slide-active .al-hero-shop-title {
  animation-name: fadeInUp;
  animation-fill-mode: both;
}
.al-hero-shop-active .swiper-slide-active .al-hero-shop-thumb img {
  animation-name: fadeInRight;
  animation-fill-mode: both;
}
.al-hero-shop-dot {
  gap: 10px;
  width: auto;
  display: flex;
  flex-direction: column;
}
.al-hero-shop-dot .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: var(--tp-grey-2);
  opacity: 1;
  margin: 0 3px;
  position: relative;
}
.al-hero-shop-dot .swiper-pagination-bullet-active {
  background: var(--tp-theme-secondary);
}
.al-brand-active .swiper-slide {
  width: auto;
}
.al-project-pg-2-item {
  border-bottom: 1px solid rgba(183, 171, 152, 0.14);
  padding: 40px 0;
  position: relative;
}
.al-project-pg-2-item::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 1px;
  background-color: var(--tp-common-pink);
  content: "";
  transition: 0.4s;
}
.al-project-pg-2-item:first-child {
  border-top: 1px solid rgba(183, 171, 152, 0.14);
}
.al-project-pg-2-item:hover .al-project-pg-2-link span {
  transform: rotate(-45deg);
}
.al-project-pg-2-item:hover::after {
  width: 100%;
}
.al-project-pg-2-item.active .al-project-pg-2-link span,
.al-project-pg-2-item.active .al-project-pg-2-title,
.al-project-pg-2-item.active .al-project-pg-2-title-box span,
.al-project-pg-2-item.active .al-project-pg-2-year span {
  color: var(--tp-common-black-7);
}
.al-project-pg-2-item:hover .tp-reveal-bg {
  opacity: 1;
}
.al-tab-hide {
  display: none;
}
.al-text-slider-seo-active .swiper-slide {
  width: auto;
}
.al-text-pg-slider-active .swiper-slide {
  width: auto !important;
}
.al-testimonial-seo-dot .swiper-pagination-bullet {
  width: 60px;
  height: 2px;
  opacity: 1;
  border-radius: 0;
  display: inline-block;
  background: #cbcccf;
  transition: 0.3s;
}
.al-testimonial-seo-dot
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--tp-common-blue);
}
.al-footer-pg-slide-active .swiper-slide {
  width: auto;
}
.al-footer-pg-slide-active .swiper-wrapper {
  transition-timing-function: linear;
}
.al-trending-shop-slider-dot
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--tp-theme-secondary);
}
.aleric-dark .al-project-pg-2-item.active .al-project-pg-2-link span,
.aleric-dark .al-project-pg-2-item.active .al-project-pg-2-title,
.aleric-dark .al-project-pg-2-item.active .al-project-pg-2-title-box span,
.aleric-dark .al-project-pg-2-item.active .al-project-pg-2-year span {
  color: var(--tp-common-cream);
}
.aleric-dark .al-trending-shop-slider-dot span {
  background: rgba(255, 255, 255, 0.8) !important;
}
.tp-portfolio-creative-slider-active .swiper-slide,
.tp-portfolio-creative-slider-active .swiper-wrapper {
  width: 100vw;
}
.tp-portfolio-creative-item {
  height: 100%;
  min-height: 100svh;
}
.tp-portfolio-creative-item video.bg-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.tp-portfolio-creative-slider-active,
.tp-portfolio-creative-slider-main {
  width: 100vw !important;
  max-width: 100vw !important;
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
}
.tp-portfolio-creative-slider-active,
.tp-portfolio-creative-slider-active .swiper-slide,
.tp-portfolio-creative-slider-active .swiper-wrapper {
  height: 100svh;
}
.tp-portfolio-creative-item {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
.tp-portfolio-creative-item .bg-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}
.tp-portfolio-creative-item::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.35);
  z-index: 1;
}
.tp-portfolio-creative-content {
  position: relative;
  z-index: 2;
}
.tp-service-cst-slider .swiper-wrapper {
  align-items: stretch;
}
.tp-service-cst-slider .swiper-slide {
  height: auto !important;
}
.tp-service-cst-item {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.tp-service-cst-thumb img {
  display: block;
  width: 100%;
  height: auto;
}
@media (max-width: 767px) {
  .tp-about-cst-tab ul li {
    margin-right: 30px;
  }
  aleric-dark .tp-faq-cst-tab-content .tp-faq-btn {
    font-size: 17px;
  }
  .tp-btn-switch-2-animation .btn-text {
    font-size: 13px;
  }
  .tp-portfolio-mix-slider-navigation {
    display: none;
  }
}
