@keyframes bannerAnimationTwo {
  0% {
    transform: translate(0px, 0px);
  }

  20% {
    transform: translate(20px, -5px);
  }

  40% {
    transform: translate(50px, 20px);
  }

  60% {
    transform: translate(20px, 50px);
  }

  80% {
    transform: translate(-20px, 30px);
  }

  100% {
    transform: translate(0px, 0px);
  }
}

.back-to-top-wrapper,
a,
button,
p,
input,
select,
textarea,
li,
.transition-3 {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}


.tp-btn-white-border span {
  -webkit-transform: translateY(-1px);
  -moz-transform: translateY(-1px);
  -ms-transform: translateY(-1px);
  -o-transform: translateY(-1px);
  transform: translateY(-1px);
}


.tp-perspective-social-info span svg,
.pp-service-2-banner-text p span,
.pp-service-2-banner-text a span,
.tp-service-4-solution-item-btn a span,
.pp-service-details-process-bottom span a svg,
.st-hero-btn-icon,
.pp-footer-btn span,

.tp-btn-border-2.st span {
  -webkit-transform: translateY(-2px);
  -moz-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  -o-transform: translateY(-2px);
  transform: translateY(-2px);
}










@font-face {
  font-family: "Teko";
  src: url("../fonts/Teko-Medium.woff2") format("woff2");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  text-rendering: optimizeLegibility;
}



:root {
  --tp-ff-teko: "Teko";
  --tp-ff-heading: sans-serif;
  --tp-ff-mango: 'MangoGrotesque', sans-serif;
  --tp-ff-poppins: 'Poppins', sans-serif;



  --tp-common-primary: #097EFE;
  --tp-common-white: #ffffff;
  --tp-common-black: #141414;
  --tp-common-black-2: #232323;
  --tp-common-black-3: #000;
  --tp-common-black-4: #0a0a0a;
  --tp-common-black-5: #121212;
  --tp-common-black-6: #212121;
  --tp-common-black-7: #0E0F11;
  --tp-common-black-8: #1a1b1e;
  --tp-common-black-9: #16302f;
  --tp-common-black-10: #21212D;
  --tp-common-cream: #f9f4e8;
  --tp-common-cream-2: #FFF6BF;
  --tp-common-cream-3: #ffffe6;
  --tp-common-yellow: #ffc446;
  --tp-common-yellow-1: #FFF669;
  --tp-common-yellow-green: #E9FF48;
  --tp-common-green-light: #D0FF71;
  --tp-common-green-regular: #C1ED00;
  --tp-common-green-solid: #17312F;
  --tp-common-pink-light: #FDE1DA;
  --tp-common-paste: #43D4A0;
  --tp-common-paste-2: #0C5752;
  --tp-common-sky: #C5FCFC;
  --tp-common-red: #FF4851;
  --tp-common-red-2: #097EFE;
  --tp-common-red-3: #097EFE;
  --tp-common-blue: #097EFE;
  --tp-common-brown: #453030;
  --tp-grey-1: #f8f8f8;
  --tp-grey-2: #f1f1f1;
  --tp-grey-3: #F8F8FB;
  --tp-grey-4: #F6F8EF;
  --tp-coffe-1: #653624;
  --tp-coffe-2: #552411;
  --tp-cream-1: #B7AB98;
  --tp-cream-2: #CFC292;
  --tp-text-body: #2e2d2d;
  --tp-theme-green: #A0FF27;
  --tp-theme-pink: #EC6FD5;
  --tp-theme-yellow: #FFB701;
  --tp-border-1: #EAEBED;
  --tp-border-2: #e7e7e7;

  --tp-dark-blue: #001936;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

@media (min-width: 1400px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1510px;
  }

  .container-1830 {
    max-width: 1830px;
  }

  .container-1800 {
    max-width: 1800px;
  }

  .container-1750 {
    max-width: 1750px;
  }

  .container-1730 {
    max-width: 1730px;
  }

  .container-1680 {
    max-width: 1680px;
  }

  .container-1630 {
    max-width: 1630px;
  }

  .container-1580 {
    max-width: 1580px;
  }

  .container-1550 {
    max-width: 1550px;
  }

  .container-1460 {
    max-width: 1460px;
  }

  .container-1430 {
    max-width: 1430px;
  }

  .container-1350 {
    max-width: 1350px;
  }

  .container-1330 {
    max-width: 1330px;
  }

  .container-1320 {
    max-width: 1320px;
  }

  .container-1300 {
    max-width: 1300px;
  }

  .container-1230 {
    max-width: 1230px;
  }

  .container-1200 {
    max-width: 1200px;
  }

  .container-1030 {
    max-width: 1030px;
  }
}

/*---------------------------------
	typography css start 
---------------------------------*/
body {
  font-size: 14px;
  line-height: 26px;
  font-weight: normal;
  color: var(--tp-text-body);
  font-family: var(--tp-ff-poppins);
  overflow-x: hidden;
}

img {
  max-width: 100%;
}

a {
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0px;
  font-weight: 500;
  line-height: 1.2;
  -webkit-transition: color 0.3s ease-in-out;
  -moz-transition: color 0.3s ease-in-out;
  -ms-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
  color: var(--tp-common-black);
  font-family: var(--tp-ff-heading);


}

h1 {
  font-size: 40px;
}

h2 {
  font-size: 36px;
}

h3 {
  font-size: 28px;
}

h4 {
  font-size: 24px;
}

h5 {
  font-size: 20px;
}

h6 {
  font-size: 16px;
}

ul {
  margin: 0px;
  padding: 0px;
}

p {
  font-weight: 400;
  font-size: 18px;
  line-height: 1.56;
  margin-bottom: 15px;
  letter-spacing: -0.02em;
  font-family: var(--tp-ff-poppins);
  color: var(--tp-text-body);
}

a:not([href]):not([class]),
a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

a:focus,
.button:focus {
  text-decoration: none;
  outline: none;
}

a:focus,
a:hover {
  color: inherit;
  text-decoration: none;
}

a,
button {
  color: inherit;
  outline: none;
  border: none;
  background: transparent;
}

button:hover {
  cursor: pointer;
}

button:focus {
  outline: 0;
}

.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}

input[type=text],
input[type=email],
input[type=tel],
input[type=number],
input[type=password],
input[type=url],
textarea {
  outline: none;
  height: 60px;
  width: 100%;
  line-height: 60px;
  font-size: 16px;
  padding-left: 26px;
  padding-right: 26px;
  border-radius: 8px;
  background: rgb(246, 246, 249);
  color: var(--tp-common-black);
  border: 1px solid rgb(246, 246, 249);
}

input[type=text]::-webkit-input-placeholder,
input[type=email]::-webkit-input-placeholder,
input[type=tel]::-webkit-input-placeholder,
input[type=number]::-webkit-input-placeholder,
input[type=password]::-webkit-input-placeholder,
input[type=url]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: var(--tp-common-black);
}

input[type=text]::-moz-placeholder,
input[type=email]::-moz-placeholder,
input[type=tel]::-moz-placeholder,
input[type=number]::-moz-placeholder,
input[type=password]::-moz-placeholder,
input[type=url]::-moz-placeholder,
textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: var(--tp-common-black);
}

input[type=text]:-moz-placeholder,
input[type=email]:-moz-placeholder,
input[type=tel]:-moz-placeholder,
input[type=number]:-moz-placeholder,
input[type=password]:-moz-placeholder,
input[type=url]:-moz-placeholder,
textarea:-moz-placeholder {
  /* Firefox 4-18 */
  color: var(--tp-common-black);
}

input[type=text]:-ms-input-placeholder,
input[type=email]:-ms-input-placeholder,
input[type=tel]:-ms-input-placeholder,
input[type=number]:-ms-input-placeholder,
input[type=password]:-ms-input-placeholder,
input[type=url]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  /* IE 10+  Edge*/
  color: var(--tp-common-black);
}

input[type=text]::placeholder,
input[type=email]::placeholder,
input[type=tel]::placeholder,
input[type=number]::placeholder,
input[type=password]::placeholder,
input[type=url]::placeholder,
textarea::placeholder {
  /* MODERN BROWSER */
  color: var(--tp-common-black);
}

input[type=text]:focus,
input[type=email]:focus,
input[type=tel]:focus,
input[type=number]:focus,
input[type=password]:focus,
input[type=url]:focus,
textarea:focus {
  border-color: var(--tp-common-black);
}

input[type=text]:focus::placeholder,
input[type=email]:focus::placeholder,
input[type=tel]:focus::placeholder,
input[type=number]:focus::placeholder,
input[type=password]:focus::placeholder,
input[type=url]:focus::placeholder,
textarea:focus::placeholder {
  opacity: 0;
}

textarea {
  line-height: 1.4;
  padding-top: 17px;
  padding-bottom: 17px;
}

input[type=color] {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: none;
  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;
}

::-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-common-black);
  font-size: 14px;
  opacity: 1;
}

*::placeholder {
  color: var(--tp-common-black);
  font-size: 14px;
  opacity: 1;
}

.tp-line-black {
  display: inline;
  transition: all 0.3s linear;
  background-repeat: no-repeat;
  background-size: 0% 1px, 0 1px;
  background-position: 100% 100%, 0 100%;
  background-image: linear-gradient(currentcolor, currentcolor), linear-gradient(currentcolor, currentcolor);
}

.tp-line-black:hover {
  background-size: 0% 1px, 100% 1px;
}

.tp-line-white {
  display: inline;
  transition: all 0.3s linear;
  background-repeat: no-repeat;
  background-size: 0% 1px, 0 1px;
  background-position: 100% 100%, 0 100%;
  background-image: linear-gradient(currentcolor, currentcolor), linear-gradient(currentcolor, currentcolor);
}

.tp-line-white.green {
  background-position: 100% 100%, 0 75%;
  background-image: linear-gradient(currentcolor, currentcolor), linear-gradient(currentcolor, currentcolor);
}

.tp-line-white.cream {
  background-position: 100% 100%, 0 75%;
  background-image: linear-gradient(currentcolor, currentcolor), linear-gradient(currentcolor, currentcolor);
}

.tp-line-white.cream-2 {
  background-image: linear-gradient(currentcolor, currentcolor), linear-gradient(currentcolor, currentcolor);
}

.tp-line-white:hover {
  background-size: 0% 1px, 100% 1px;
}

.body-padding {
  padding: 0 20px;
}

@media (max-width: 767px) {
  .body-padding {
    padding: 0;
  }
}

.tp_img_reveal {
  visibility: hidden;
  overflow: hidden;
}

/*---------------------------------
    1.2 Common Classes
---------------------------------*/
.w-img img {
  width: 100%;
}

.m-img img {
  max-width: 100%;
}

.fix {
  overflow: hidden;
}

.clear {
  clear: both;
}

.z-index-1 {
  position: relative;
  z-index: 1;
}

.z-index-2 {
  position: relative;
  z-index: 2;
}

.z-index-3 {
  position: relative;
  z-index: 3;
}

.z-index-4 {
  position: relative;
  z-index: 4;
}

.z-index-5 {
  position: relative;
  z-index: 5;
}

.z-index-6 {
  position: relative;
  z-index: 6;
}

.z-index-7 {
  position: relative;
  z-index: 7;
}

.z-index-8 {
  position: relative;
  z-index: 8;
}

.z-index-9 {
  position: relative;
  z-index: 9;
}

.z-index-10 {
  position: relative;
  z-index: 10;
}

.gx-7 {
  --bs-gutter-x: 7px;
}

.gx-10 {
  --bs-gutter-x: 10px;
}

.gx-12 {
  --bs-gutter-x: 12px;
}

.gx-15 {
  --bs-gutter-x: 15px;
}

.gx-20 {
  --bs-gutter-x: 20px;
}

.gx-24 {
  --bs-gutter-x: 24px;
}

.gx-30 {
  --bs-gutter-x: 30px;
}

.gx-40 {
  --bs-gutter-x: 40px;
}

.gx-45 {
  --bs-gutter-x: 45px;
}

.gx-50 {
  --bs-gutter-x: 50px;
}

.gx-55 {
  --bs-gutter-x: 55px;
}

.gx-60 {
  --bs-gutter-x: 60px;
}

.gx-70 {
  --bs-gutter-x: 70px;
}

.gx-80 {
  --bs-gutter-x: 80px;
}

.gx-90 {
  --bs-gutter-x: 90px;
}

.gx-100 {
  --bs-gutter-x: 100px;
}

.gx-135 {
  --bs-gutter-x: 135px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .gx-135 {
    --bs-gutter-x: 30px;
  }
}

.overflow-y-visible {
  overflow-x: hidden;
  overflow-y: visible;
}

.text-capitalize {
  text-transform: capitalize;
}

.text-uppercase {
  text-transform: uppercase;
}

.p-relative {
  position: relative;
}

.p-absolute {
  position: absolute;
}

.include-bg {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

/* hero banner backgrounds */
.hero-banner {
  position: relative;

  padding: 160px 0 100px 0;
}

.hero-banner::before {
  content: "";
  position: absolute;
  inset: 0;
  /* background: linear-gradient(180deg, rgb(0 10 40 / 60%) 0%, rgb(0 10 40 / 52%) 100%); */
  z-index: 1;
}

.hero-banner .container {
  position: relative;
  z-index: 2;
}

/* page-specific hero background images (update paths/files as needed) */
/* .hero-about {
  background-image: url("../images/header-img.jpg");
}

.hero-services {
  background-image: url("../images/services.jpg");
}

.hero-industries {
  background-image: url("../images/industires-bg.avif");
}

.hero-contact {
  background-image: url("../images/who-we-serve-img3.jpg");
}

.hero-compliance {
  background-image: url("../images/who-we-serve-img4.avif");
} */

/* dropcap */
.tp-dropcap::first-letter {
  float: left;
  width: 65px;
  height: 85px;
  font-size: 90px;
  line-height: 0.8;
  font-weight: 500;
  margin-right: 5px;
  text-align: center;
  line-height: inherit;
  text-transform: capitalize;
  color: var(--tp-common-white);
  font-family: var(--tp-ff-poppins);
}

.coffe-bg {
  background-color: var(--tp-coffe-1);
}

.counter-row {
  counter-reset: count;
}

/*----------------------------------------*/
/*  2.1 Back to top
/*----------------------------------------*/
.back-to-top-wrapper {
  position: fixed;
  right: 50px;
  bottom: 0;
  height: 44px;
  width: 44px;
  cursor: pointer;
  display: block;
  border-radius: 50%;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
}

@media (max-width: 767px) {
  .back-to-top-wrapper {
    right: 20px;
    bottom: 20px;
  }
}

.back-to-top-wrapper.back-to-top-btn-show {
  visibility: visible;
  opacity: 1;
  bottom: 50px;
}

.back-to-top-btn {
  display: inline-block;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  border-radius: 50%;
  color: var(--tp-common-black);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background: var(--tp-common-white);
  box-shadow: 0px 8px 16px rgba(3, 4, 28, 0.3);
}

.back-to-top-btn svg {
  -webkit-transform: translateY(-2px);
  -moz-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  -o-transform: translateY(-2px);
  transform: translateY(-2px);
}

.back-to-top-btn:hover {
  -webkit-transform: translateY(-4px);
  -moz-transform: translateY(-4px);
  -ms-transform: translateY(-4px);
  -o-transform: translateY(-4px);
  transform: translateY(-4px);
}

/*----------------------------------------*/
/*  2.2 Buttons
/*----------------------------------------*/
.tp-btn-black {
  position: relative;
  display: inline-block;
}

.tp-btn-black-text {
  font-size: 16px;
  font-weight: 500;
  padding: 7px 22px;
  border-radius: 50px;
  color: var(--tp-common-white);
  background-color: var(--tp-common-black);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-btn-black-text {
    font-size: 14px;
    padding: 7px 17px;
  }
}

@media (max-width: 767px) {
  .tp-btn-black-text {
    font-size: 15px;
    padding: 7px 13px;
  }
}

.tp-btn-black-filter-blur {
  position: absolute;
  top: 0;
  left: 0;
}

.tp-btn-black-circle {
  width: 36px;
  height: 36px;
  line-height: 32px;
  margin-left: -4px;
  text-align: center;
  border-radius: 50px;
  transition-duration: 0.9s;
  background: var(--tp-common-black);
  transition-timing-function: cubic-bezier(0.135, 0.9, 0.15, 1);
}

.tp-btn-black-circle>svg {
  width: 14px;
  margin-left: 3px;
  color: var(--tp-common-white);
  transform: translateX(-2px);
}

.tp-btn-black:hover .tp-btn-black-circle {
  transform: translateX(12px) rotate(45deg);
}

.tp-btn-black.btn-green-bg .tp-btn-black-text {
  color: var(--tp-common-black);
  background-color: var(--tp-theme-green);
}

.tp-btn-black.btn-green-bg .tp-btn-black-circle {
  background: var(--tp-theme-green);
}

.tp-btn-black.btn-green-bg .tp-btn-black-circle svg {
  color: var(--tp-common-black);
}

.tp-btn-black.btn-green-bg:hover .tp-btn-black-circle {
  transform: translateX(12px) rotate(45deg);
}

.tp-btn-black.btn-red-bg .tp-btn-black-text {
  color: var(--tp-common-white);
  background-color: var(--tp-common-red-3);
}

.tp-btn-black.btn-red-bg .tp-btn-black-circle {
  background: var(--tp-common-red-3);
}

.tp-btn-black.btn-red-bg .tp-btn-black-circle svg {
  color: var(--tp-common-white);
}

.tp-btn-black.btn-red-bg:hover .tp-btn-black-circle {
  transform: translateX(12px) rotate(45deg);
}

.tp-btn-black.btn-white-bg .tp-btn-black-text {
  color: var(--tp-common-black);
  background-color: var(--tp-common-white);
}

.tp-btn-black.btn-white-bg .tp-btn-black-circle {
  background: var(--tp-common-white);
}

.tp-btn-black.btn-white-bg .tp-btn-black-circle svg {
  color: var(--tp-common-black);
}

.tp-btn-black.btn-white-bg:hover .tp-btn-black-circle {
  transform: translateX(12px) rotate(45deg);
}

.tp-btn-black.btn-green-light-bg .tp-btn-black-text {
  color: var(--tp-common-black);
  background-color: var(--tp-common-green-light);
}

.tp-btn-black.btn-green-light-bg .tp-btn-black-circle {
  background-color: var(--tp-common-green-light);
}

.tp-btn-black.btn-green-light-bg .tp-btn-black-circle svg {
  color: var(--tp-common-black);
}

.tp-btn-black.btn-transparent-bg .tp-btn-black-text {
  color: var(--tp-common-white);
  background-color: #26282C;
}

.tp-btn-black.btn-transparent-bg .tp-btn-black-circle {
  background-color: #26282C;
}

.tp-btn-black.btn-transparent-bg .tp-btn-black-circle svg {
  color: var(--tp-common-white);
}

.tp-btn-black-square {
  padding: 20px 34px;
  font-weight: 600;
  font-size: 16px;
  line-height: 1;
  border-radius: 10px;
  display: inline-block;
  letter-spacing: -0.01em;
  color: var(--tp-common-white);
  background-color: var(--tp-common-black);
}

.tp-btn-black-square span {
  position: relative;
  z-index: 1;
  overflow: hidden;
  display: inline-block;
}

.tp-btn-black-square span span.text-1 {
  position: relative;
  display: block;
  transition: 0.3s;
}

.tp-btn-black-square span span.text-2 {
  position: absolute;
  top: 100%;
  display: block;
  transition: 0.3s;
}

.tp-btn-black-square i {
  position: relative;
  overflow: hidden;
  width: 14px;
  height: 14px;
  display: inline-flex;
  margin-left: 7px;
}

.tp-btn-black-square i svg {
  transform: translateY(-2px);
  position: absolute;
  bottom: -1px;
  left: 1px;
  transition: all 0.2s ease-out;
}

.tp-btn-black-square i svg:last-child {
  left: -12px;
  bottom: -12px;
  transform: translate(0, 0);
  opacity: 0;
}

.tp-btn-black-square:hover {
  color: var(--tp-common-white);
}

.tp-btn-black-square:hover span span.text-1 {
  -webkit-transform: translateY(-150%);
  transform: translateY(-150%);
}

.tp-btn-black-square:hover span span.text-2 {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.tp-btn-black-square:hover i svg:first-child {
  transform: translate(16px, -16px);
}

.tp-btn-black-square:hover i svg:last-child {
  opacity: 1;
  visibility: visible;
  transform: translate(13px, -13px);
}

.tp-btn-black-square:focus {
  color: var(--tp-common-white);
}

.tp-btn-black-square.yellow-bg {
  color: var(--tp-common-black);
  background-color: var(--tp-common-yellow);
}

.tp-btn-black-solid {
  display: inline-block;
  border-radius: 40px;
  padding: 18px 70px;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: var(--tp-common-white);
  background-color: var(--tp-common-black);
  font-family: var(--tp-ff-teko);
}

@media (max-width: 767px) {
  .tp-btn-black-solid {
    font-size: 15px;
    padding: 18px 30px;
  }
}

.tp-btn-black-solid:hover {
  color: var(--tp-common-white);
  border-color: var(--tp-common-red-2);
  background-color: var(--tp-common-red-2);
}

.tp-btn-black-solid:focus {
  color: var(--tp-common-white);
}

.tp-btn-black-radius {
  font-size: 16px;
  font-weight: 600;
  padding: 4px 22px;
  padding-right: 4px;
  border-radius: 38px;
  display: inline-block;
  letter-spacing: -0.01em;
  color: var(--tp-common-white);
  background-color: var(--tp-common-primary);
  gap: 10px;
}

.tp-btn-black-radius span {
  position: relative;
  z-index: 1;
  overflow: hidden;
  display: inline-block;
}

.tp-btn-black-radius span span.text-1 {
  position: relative;
  display: block;
  transition: 0.3s;
  transform: translateY(-1px);
}

.tp-btn-black-radius span span.text-2 {
  position: absolute;
  top: 100%;
  display: block;
  transition: 0.3s;
  transform: translateY(-1px);
}

.tp-btn-black-radius i {
  height: 38px;
  width: 38px;
  line-height: 38px;
  border-radius: 50%;
  margin-left: 2px;
  text-align: center;
  display: inline-block;
  background-color: var(--tp-common-white);
}

.tp-btn-black-radius i span {
  position: relative;
  overflow: hidden;
  width: 14px;
  height: 14px;
  display: inline-flex;
}

.tp-btn-black-radius i svg {
  transform: translateY(-2px);
  position: absolute;
  bottom: -1px;
  left: 1px;
  transition: all 0.2s ease-out;
}

.tp-btn-black-radius i svg:last-child {
  left: -12px;
  bottom: -12px;
  transform: translate(0, 0);
  opacity: 0;
}

.tp-btn-black-radius:hover {
  color: var(--tp-common-white);
}

.tp-btn-black-radius:hover span span.text-1 {
  -webkit-transform: translateY(-150%);
  transform: translateY(-150%);
}

.tp-btn-black-radius:hover span span.text-2 {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.tp-btn-black-radius:hover i svg:first-child {
  transform: translate(16px, -16px);
}

.tp-btn-black-radius:hover i svg:last-child {
  opacity: 1;
  visibility: visible;
  transform: translate(13px, -13px);
}

.tp-btn-black-radius:focus {
  color: var(--tp-common-white);
}

.tp-btn-black-radius.btn-blue-bg {
  padding: 5px 22px;
  padding-right: 5px;
  background-color: var(--tp-common-blue);
  border: 1px solid rgba(238, 241, 234, 0.04);
}

.tp-btn-black-radius.btn-blue-bg i {
  height: 48px;
  width: 48px;
  line-height: 50px;
}

.tp-btn-black-radius.btn-blue-bg.btn-border {
  background-color: transparent;
  color: var(--tp-common-black-10);
  border: 1px solid rgba(33, 33, 45, 0.1);
}

.tp-btn-black-radius.btn-blue-bg.btn-border i {
  line-height: 52px;
  color: var(--tp-common-white);
  background-color: var(--tp-common-black-10);
}

.tp-btn-black-radius.btn-blue-bg.btn-border i span {
  width: 19px;
  height: 15px;
  margin-left: 2px;
  display: inline-block;
}

.tp-btn-black-radius.btn-blur {
  backdrop-filter: blur(20px);
  background: rgba(255, 255, 255, 0.1);
  border: 1.5px solid rgba(255, 255, 255, 0.3);
}

.tp-btn-border {
  font-weight: 400;
  font-size: 40px;
  transition: 0.3s;
  border-radius: 6px;
  padding: 8px 20px;
  line-height: 1;
  display: inline-block;
  letter-spacing: 1px;
  color: var(--tp-common-cream);
  font-family: var(--tp-ff-mango);
  border: 1px solid rgba(249, 244, 232, 0.1);
}

.tp-btn-border:hover {
  color: var(--tp-common-black);
  border-color: var(--tp-common-cream);
  background-color: var(--tp-common-cream);
}

.tp-btn-border-2 {
  font-weight: 500;
  font-size: 15px;
  line-height: 1;
  transition: 0.3s;
  padding: 15px 25px;
  border-radius: 24px;
  display: inline-block;
  text-transform: uppercase;
  color: var(--tp-common-black);
  font-family: var(--tp-ff-teko);
  border: 1px solid rgba(25, 25, 25, 0.1);
}

.tp-btn-border-2:hover {
  color: var(--tp-common-white);
  border-color: var(--tp-common-red-2);
  background-color: var(--tp-common-red-2);
}

.tp-btn-border-2 span svg {
  margin-left: 6px;
  transform: translateY(-2px);
}

.tp-btn-border-2.st {
  font-size: 18px;
  font-weight: 600;
  padding: 14px 28px;
  color: var(--tp-common-brown);
  font-family: var(--tp-ff-poppins);
  border-color: rgba(69, 48, 48, 0.15);
}

.tp-btn-border-2.st:hover {
  color: var(--tp-common-white);
  border-color: var(--tp-common-brown);
  background-color: var(--tp-common-brown);
}

.tp-btn-sky-border {
  font-weight: 600;
  font-size: 16px;
  line-height: 1;
  display: inline-block;
  letter-spacing: -0.02em;
  color: var(--tp-common-sky);
  border: 1.5px solid #c5fcfc;
  border-radius: 50px;
  padding: 22px 36px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-btn-sky-border {
    padding: 17px 25px;
  }
}

@media (max-width: 767px) {
  .tp-btn-sky-border {
    padding: 16px 25px;
  }
}

.tp-btn-sky-border:hover {
  background-color: #c5fcfc;
  color: var(--tp-common-black);
}

.tp-btn-sky-border.height-50 {
  padding: 16px 36px;
}

.tp-btn-sky-border.solid-bg {
  color: var(--tp-common-black);
  background-color: #c5fcfc;
}

.tp-btn-sky-border.solid-bg:hover {
  color: var(--tp-common-sky);
  background-color: transparent;
}

.tp-btn-sky {
  font-weight: 600;
  font-size: 16px;
  line-height: 1;
  display: inline-block;
  letter-spacing: -0.02em;
  border-radius: 50px;
  padding: 20px 36px;
  background-color: #c5fcfc;
  color: var(--tp-common-black);
}

.tp-btn-yellow {
  font-weight: 600;
  font-size: 14px;
  line-height: 1;
  padding: 12px 24px;
  display: inline-block;
  letter-spacing: -0.01em;
  color: var(--tp-common-black);
  background-color: var(--tp-common-yellow);
  border: 1px solid rgba(255, 255, 255, 0.3);
}

@media (max-width: 767px) {
  .tp-btn-yellow {
    padding: 12px 13px;
  }
}

.tp-btn-yellow span {
  margin-right: 8px;
}

.tp-btn-yellow span svg {
  transform: translateY(-1px);
}

.tp-btn-green-border {
  font-weight: 600;
  font-size: 14px;
  line-height: 1;
  padding: 16px 28px 14px;
  border-radius: 30px;
  display: inline-block;
  text-transform: uppercase;
  color: #2A4C3A;
  border: 1px solid #ffffff;
}

.tp-btn-green-border span {
  position: relative;
  z-index: 1;
  overflow: hidden;
  display: inline-block;
}

.tp-btn-green-border span span.text-1 {
  position: relative;
  display: block;
  transition: 0.3s;
}

.tp-btn-green-border span span.text-2 {
  position: absolute;
  bottom: 100%;
  display: block;
  transition: 0.3s;
}

.tp-btn-green-border i {
  position: relative;
  overflow: hidden;
  width: 12px;
  height: 12px;
  display: inline-flex;
  margin-left: 8px;
}

.tp-btn-green-border i svg {
  transform: translateY(-2px);
  position: absolute;
  bottom: -1px;
  left: 1px;
  transition: all 0.2s ease-out;
}

.tp-btn-green-border i svg:last-child {
  left: -12px;
  bottom: -12px;
  transform: translate(0, 0);
  opacity: 0;
}

.tp-btn-green-border:hover {
  color: #2A4C3A;
}

.tp-btn-green-border:hover span span.text-1 {
  -webkit-transform: translateY(150%);
  transform: translateY(150%);
}

.tp-btn-green-border:hover span span.text-2 {
  bottom: 50%;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
}

.tp-btn-green-border:hover i {
  display: inline-block;
  transform: translateY(-1px);
}

.tp-btn-green-border:hover i svg:first-child {
  transform: translate(16px, -16px);
}

.tp-btn-green-border:hover i svg:last-child {
  opacity: 1;
  visibility: visible;
  transform: translate(13px, -13px);
}

.tp-btn-green-border:focus {
  color: #2A4C3A;
}

.tp-btn-yellow-green {
  border-radius: 10px;
  padding: 16px 24px;
  font-weight: 600;
  font-size: 14px;
  line-height: 1;
  display: inline-block;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  color: var(--tp-common-black-9);
  background-color: var(--tp-common-yellow-green);
}

.tp-btn-yellow-green span {
  position: relative;
  z-index: 1;
  overflow: hidden;
  display: inline-block;
}

.tp-btn-yellow-green span span.text-1 {
  position: relative;
  display: block;
  transition: 0.3s;
}

.tp-btn-yellow-green span span.text-2 {
  position: absolute;
  top: 100%;
  display: block;
  transition: 0.3s;
}

.tp-btn-yellow-green.lg {
  font-size: 16px;
  padding: 22px 28px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .tp-btn-yellow-green.lg {
    font-size: 14px;
    padding: 17px 20px;
  }
}

.tp-btn-yellow-green.green-solid {
  gap: 8px;
  line-height: 1;
  font-size: 16px;
  font-weight: 600;
  padding: 18px 24px;
  letter-spacing: -0.01em;
  text-transform: capitalize;
  color: var(--tp-common-black);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: var(--tp-common-green-regular);
}

.tp-btn-yellow-green.green-solid span {
  position: relative;
  z-index: 1;
  overflow: hidden;
  display: inline-block;
}

.tp-btn-yellow-green.green-solid span span.text-1 {
  position: relative;
  display: block;
  transition: 0.3s;
}

.tp-btn-yellow-green.green-solid span span.text-2 {
  position: absolute;
  top: 100%;
  display: block;
  transition: 0.3s;
}

.tp-btn-yellow-green.green-solid.btn-60 {
  padding: 23px 24px;
}

.tp-btn-yellow-green.green-solid.btn-60 span {
  position: relative;
  z-index: 1;
  overflow: hidden;
  display: inline-block;
}

.tp-btn-yellow-green.green-solid.btn-60 span span.text-1 {
  position: relative;
  display: block;
  transition: 0.3s;
}

.tp-btn-yellow-green.green-solid.btn-60 span span.text-2 {
  position: absolute;
  top: 100%;
  display: block;
  transition: 0.3s;
}

.tp-btn-yellow-green.green-solid.btn-60 i {
  position: relative;
  overflow: hidden;
  width: 14px;
  height: 14px;
  display: inline-flex;
  margin-left: 4px;
}

.tp-btn-yellow-green.green-solid.btn-60 i svg {
  transform: translateY(-2px);
  position: absolute;
  bottom: -1px;
  left: 1px;
  transition: all 0.2s ease-out;
}

.tp-btn-yellow-green.green-solid.btn-60 i svg:last-child {
  left: -12px;
  bottom: -12px;
  transform: translate(0, 0);
  opacity: 0;
}

.tp-btn-yellow-green.green-solid.btn-60:hover {
  color: var(--tp-common-black);
}

.tp-btn-yellow-green.green-solid.btn-60:hover span span.text-1 {
  -webkit-transform: translateY(-150%);
  transform: translateY(-150%);
}

.tp-btn-yellow-green.green-solid.btn-60:hover span span.text-2 {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.tp-btn-yellow-green.green-solid.btn-60:hover i svg:first-child {
  transform: translate(16px, -16px);
}

.tp-btn-yellow-green.green-solid.btn-60:hover i svg:last-child {
  opacity: 1;
  visibility: visible;
  transform: translate(13px, -13px);
}

.tp-btn-yellow-green.green-solid:hover {
  color: var(--tp-common-black);
}

.tp-btn-yellow-green.green-solid:hover span span.text-1 {
  -webkit-transform: translateY(-150%);
  transform: translateY(-150%);
}

.tp-btn-yellow-green.green-solid:hover span span.text-2 {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.tp-btn-yellow-green.green-solid:focus {
  color: var(--tp-common-black);
}

.tp-btn-yellow-green:hover {
  color: var(--tp-common-black);
}

.tp-btn-yellow-green:hover span span.text-1 {
  -webkit-transform: translateY(-150%);
  transform: translateY(-150%);
}

.tp-btn-yellow-green:hover span span.text-2 {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.tp-btn-yellow-green:focus {
  color: var(--tp-common-black);
}


.tp-btn-yellow-border {
  font-weight: 600;
  font-size: 16px;
  line-height: 1;
  padding: 21px 28px;
  border-radius: 10px;
  display: inline-block;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  color: var(--tp-common-yellow-green);
  border: 1px solid var(--tp-common-yellow-green);
}

.tp-btn-yellow-border span {
  position: relative;
  z-index: 1;
  overflow: hidden;
  display: inline-block;
}

.tp-btn-yellow-border span span.text-1 {
  position: relative;
  display: block;
  transition: 0.3s;
}

.tp-btn-yellow-border span span.text-2 {
  position: absolute;
  bottom: 100%;
  display: block;
  transition: 0.3s;
}

.tp-btn-yellow-border i {
  position: relative;
  overflow: hidden;
  width: 12px;
  height: 12px;
  display: inline-flex;
  margin-left: 7px;
}

.tp-btn-yellow-border i svg {
  transform: translateY(-2px);
  position: absolute;
  bottom: -1px;
  left: 1px;
  transition: all 0.2s ease-out;
}

.tp-btn-yellow-border i svg:last-child {
  left: -12px;
  bottom: -12px;
  transform: translate(0, 0);
  opacity: 0;
}

@media (max-width: 767px) {
  .tp-btn-yellow-border {
    font-size: 14px;
    padding: 15px 20px;
  }
}

.tp-btn-yellow-border.sm {
  font-size: 14px;
  padding: 15px 28px;
}

.tp-btn-yellow-border:hover {
  color: var(--tp-common-yellow-green);
}

.tp-btn-yellow-border:hover span span.text-1 {
  -webkit-transform: translateY(150%);
  transform: translateY(150%);
}

.tp-btn-yellow-border:hover span span.text-2 {
  bottom: 50%;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
}

.tp-btn-yellow-border:hover i svg:first-child {
  transform: translate(16px, -16px);
}

.tp-btn-yellow-border:hover i svg:last-child {
  opacity: 1;
  visibility: visible;
  transform: translate(13px, -13px);
}

.tp-btn-yellow-border:focus {
  color: var(--tp-common-yellow-green);
}

.tp-btn-red-border {
  border-radius: 20px;
  padding: 11px 20px;
  font-size: 16px;
  line-height: 1;
  display: inline-block;
  text-transform: uppercase;
  color: var(--tp-common-cream);
  font-family: var(--tp-ff-teko);
  border: 1.5px solid var(--tp-common-red);
}

.tp-btn-red-border:hover {
  color: var(--tp-common-white);
  background-color: var(--tp-common-red);
}

.tp-btn-red-border.about-us-2 {
  color: var(--tp-common-black-10);
}

.tp-btn-red-border.about-us-2:hover {
  color: var(--tp-common-white);
}

.tp-btn-gradient {
  display: flex;
  position: relative;
  align-items: center;
  overflow: hidden;
  font-weight: 600;
  font-size: 17px;
  line-height: 1;
  z-index: 1;
  margin: 1px;
  transition: 0.4s;
  border-radius: 14px;
  padding: 22px 30px;
  padding-top: 25px;
  display: inline-block;
  letter-spacing: -0.01em;
  color: var(--tp-common-white);
  background: linear-gradient(230deg, #FF994B 6.7%, #D34BE9 48.83%, #3188FF 90.96%);
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .tp-btn-gradient {
    font-size: 16px;
    padding: 15px 25px;
    padding-top: 18px;
  }
}

.tp-btn-gradient:hover {
  color: var(--tp-common-white);
}

.tp-btn-gradient:focus {
  color: var(--tp-common-white);
}

.tp-btn-gradient span {
  margin-right: 10px;
  display: inline-block;
}

.tp-btn-gradient span svg {
  transform: translateY(-2px);
}

.tp-btn-gradient.sm {
  padding-top: 0;
  padding: 13px 24px;
  position: relative;
}

.tp-btn-black-border {
  margin: 1px;
  display: flex;
  align-items: center;
  font-weight: 600;
  font-size: 17px;
  line-height: 1;
  border-radius: 14px;
  padding: 12px 24px;
  display: inline-block;
  letter-spacing: -0.01em;
  backdrop-filter: blur(10px);
  color: var(--tp-common-white);
  background: rgb(41, 38, 54);
  border: 1px solid rgba(255, 246, 191, 0.1);
}

.tp-btn-black-border:hover {
  color: var(--tp-common-white);
}

.tp-btn-black-border:focus {
  color: var(--tp-common-white);
}

.tp-btn-black-border span {
  margin-right: 10px;
  display: inline-block;
}

.tp-btn-black-border span svg {
  transform: translateY(-2px);
}

.tp-btn-red-circle-box {
  display: inline-flex;
  width: -moz-fit-content;
  width: fit-content;
}

.tp-btn-red-circle-box>*:nth-child(1) {
  transform: scale3d(0.5, 0.5, 1);
  margin-inline-end: -55px;
}

.tp-btn-red-circle-box>*:nth-child(2) {
  transform: scale3d(1, 1, 1);
}

.tp-btn-red-circle-box>*:nth-child(3) {
  transform: scale3d(1, 1, 1);
  margin-inline-start: 0;
}

.tp-btn-red-circle-box:hover>*:nth-child(1) {
  transform: scale3d(1, 1, 1);
  margin-inline-end: 0;
  color: var(--tp-common-white);
  background-color: var(--tp-common-red-2);
}

.tp-btn-red-circle-box:hover>*:nth-child(2) {
  position: relative;
  z-index: 1;
  transform: scale3d(1, 1, 1);
}

.tp-btn-red-circle-box:hover>*:nth-child(3) {
  transform: scale3d(0.5, 0.5, 1);
  margin-inline-start: -55px;
}

.tp-btn-red-circle-box:hover .tp-btn-red-circle-text {
  color: var(--tp-common-white);
  background-color: var(--tp-common-red-2);
}

.tp-btn-red-circle-box.tp-pp-btn-style .tp-btn-red-circle-text {
  font-size: 16px;
  font-weight: 600;
  color: #FFF669;
  letter-spacing: -0.32px;
  text-transform: capitalize;
  background-color: transparent;
  border: 1px solid #FFF669;
  font-family: var(--tp-ff-teko);
}

.tp-btn-red-circle-box.tp-pp-btn-style .tp-btn-red-circle-icon {
  background: #FFF669;
  color: var(--tp-common-black);
  border: 1px solid #FFF669;
}

.tp-btn-red-circle-box.tp-pp-btn-style> :nth-child(1) {
  opacity: 0;
}

.tp-btn-red-circle-box.tp-pp-btn-style:hover .tp-btn-red-circle-text {
  color: var(--tp-common-black);
  background-color: #FFF669;
}

.tp-btn-red-circle-box.tp-pp-btn-style:hover>*:nth-child(1) {
  opacity: 1;
}

.tp-btn-red-circle-box.tp-pp-btn-style:hover>*:nth-child(3) {
  opacity: 0;
}

.tp-btn-red-circle-icon {
  height: 54px;
  width: 54px;
  line-height: 50px;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
  color: var(--tp-common-red-2);
  border: 1px solid var(--tp-common-red-2);
}

.tp-btn-red-circle-text {
  font-size: 15px;
  line-height: 1;
  border-radius: 30px;
  padding: 18.5px 36px;
  letter-spacing: 1px;
  display: inline-block;
  text-transform: uppercase;
  background-color: #F2F1EE;
  color: var(--tp-common-red-2);
  font-family: var(--tp-ff-teko);
  border: 1px solid var(--tp-common-red-2);
}

.tp-btn-white-border {
  font-size: 15px;
  font-weight: 500;
  color: #0E0F11;
  display: inline-block;
  border-radius: 40px;
  padding: 6px 20px 6px;
  backdrop-filter: blur(10px);
  letter-spacing: -0.15px;
  background-color: var(--tp-common-white);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.tp-btn-white-border.coffee-bg {
  padding: 7px 30px;
  background-color: #4d3d30;
  text-transform: capitalize;
  color: var(--tp-common-white);
}

.tp-btn-white-border.coffee-bg:hover {
  color: #4d3d30;
  border-color: #4d3d30;
  background-color: transparent;
}

.tp-btn-white-border.coffee-bg.border-none {
  color: #4d3d30;
  border-color: #4d3d30;
  background-color: transparent;
}

.tp-btn-white-border.coffee-bg.border-none:hover {
  border-color: #4d3d30;
  color: var(--tp-common-white);
  background-color: var(--tp-common-black);
}

.tp-btn-white-border:hover {
  color: var(--tp-common-white);
  background-color: transparent;
  border-color: var(--tp-common-white);
}

.tp-btn-white-border span {
  margin-left: 4px;
  display: inline-block;
}

.tp-btn-white-border.tp-btn-transparent {
  color: var(--tp-common-white);
  background-color: transparent;
  border-color: rgba(255, 255, 255, 0.2);
}

.tp-btn-white-border.tp-btn-transparent:hover {
  color: var(--tp-common-black);
  background-color: var(--tp-common-white);
}

.tp-btn-animation {
  height: 50px;
  line-height: 1;
  padding: 17px 15px;
  border-radius: 30px;
  display: inline-block;
  white-space: nowrap;
  animation: scrollText 20s infinite linear;
  background: rgba(255, 255, 255, 0.08);
}

.tp-btn-animation:hover {
  animation-play-state: paused;
}

.tp-btn-animation span {
  font-weight: 600;
  font-size: 18px;
  z-index: 9;
  overflow: hidden;
  display: inline-block;
  text-transform: uppercase;
  position: relative;
  transition: all 0.3s;
  color: var(--tp-common-white);
}

.tp-btn-animation span svg {
  margin-right: 8px;
  margin-left: 8px;
}

.tp-btn-cream-bdr {
  height: 50px;
  line-height: 50px;
  padding: 0 25px;
  font-size: 14px;
  font-weight: 500;
  display: inline-block;
  text-transform: uppercase;
  color: var(--tp-cream-2);
  font-family: var(--tp-ff-poppins);
  border: 1px solid var(--tp-cream-2);
  transition: 0.3s;
}

.tp-btn-cream-bdr:hover {
  background-color: var(--tp-cream-2);
  color: var(--tp-coffe-1);
}

/* Glow Border Animation */
.animated-border-box {
  position: relative;
  overflow: hidden;
  z-index: 0;
  line-height: 0;
  border-radius: 14px;
  display: inline-block;
  transition: 0.4s;
}

.animated-border-box:hover {
  transform: scale(1.1);
}

.animated-border-box:before {
  content: "";
  z-index: -2;
  text-align: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(0deg);
  position: absolute;
  width: 99999px;
  height: 99999px;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-image: conic-gradient(rgba(0, 0, 0, 0), #FFF, rgba(0, 0, 0, 0) 25%);
  animation: rotate 4s linear infinite;
}

.animated-border-box.radius-style-2 {
  border-radius: 100px;
}

.animated-border-box.radius-style-2 .tp-btn-gradient.sm {
  border-radius: 100px;
}

.animated-border-box.radius-style-2::before {
  background-image: conic-gradient(rgba(0, 0, 0, 0), #21212D, rgba(0, 0, 0, 0) 25%);
}

.animated-border-box.border-icon .tp-btn-gradient span {
  padding-right: 10px;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
}

.animated-border-box.border-icon::before {
  background-image: conic-gradient(rgba(0, 0, 0, 0), #21212D, rgba(0, 0, 0, 0) 25%);
}

.tp-action-btn {
  font-size: 15px;
  font-weight: 600;
  color: #4D3D30;
  width: 100%;
  padding: 11px 50px;
  background: #F4F0EA;
  display: inline-block;
  text-transform: uppercase;
  backdrop-filter: blur(10px);
  border: 1px solid rgba(77, 61, 48, 0.1);
  transform: translateY(100%);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.tp-action-btn:hover {
  color: var(--tp-common-white);
  background-color: #4D3D30;
}

.tp-quick-view-btn {
  height: 40px;
  width: 40px;
  display: grid;
  color: #4d3d30;
  text-align: center;
  place-content: center;
  background-color: #F4F0EA;
  transform: translateX(100%);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.tp-quick-view-btn:hover {
  color: var(--tp-common-white);
  background-color: #4D3D30;
}


/*----------------------------------------*/
/*  2.3 Animations
/*----------------------------------------*/
@keyframes rotate2 {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

@keyframes animationglob {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}

@keyframes lqdItiImgOut {
  0% {
    transform: translateY(0) scale(1);
  }

  to {
    transform: translateY(100%) scale(1.15);
  }
}

@keyframes hero-circle-2 {
  0% {
    -webkit-transform: translateX(1000px);
    -moz-transform: translateX(1000px);
    -ms-transform: translateX(1000px);
    -o-transform: translateX(1000px);
    transform: translateX(1000px);
  }

  100% {
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px);
  }
}

@keyframes hero-circle-3 {
  0% {
    -webkit-transform: translateX(500px);
    -moz-transform: translateX(500px);
    -ms-transform: translateX(500px);
    -o-transform: translateX(500px);
    transform: translateX(500px);
  }

  100% {
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px);
  }
}

@keyframes move1 {
  0% {
    bottom: -300px;
    left: -300px;
  }

  30% {
    bottom: 100px;
    left: 300px;
  }

  60% {
    bottom: 200px;
    left: 600px;
  }

  100% {
    bottom: -300px;
    left: 1200px;
  }
}

@keyframes move1-reverse {
  0% {
    bottom: -150px;
    left: 1400px;
  }

  40% {
    bottom: 50px;
    left: 600px;
  }

  70% {
    bottom: 200px;
    left: 300px;
  }

  100% {
    bottom: -150px;
    left: -150px;
  }
}

@keyframes animate-pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.2), 0 0 0 0 rgba(255, 255, 255, 0.2);
  }

  40% {
    box-shadow: 0 0 0 50px rgba(255, 109, 74, 0), 0 0 0 0 rgba(255, 255, 255, 0.2);
  }

  80% {
    box-shadow: 0 0 0 50px rgba(255, 109, 74, 0), 0 0 0 30px rgba(255, 109, 74, 0);
  }

  100% {
    box-shadow: 0 0 0 0 rgba(255, 109, 74, 0), 0 0 0 30px rgba(255, 109, 74, 0);
  }
}

@keyframes animate-pulse-2 {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 246, 105, 0.1), 0 0 0 0 rgba(255, 246, 105, 0.1);
  }

  40% {
    box-shadow: 0 0 0 50px rgba(255, 109, 74, 0), 0 0 0 0 rgba(255, 246, 105, 0.1);
  }

  80% {
    box-shadow: 0 0 0 50px rgba(255, 109, 74, 0), 0 0 0 30px rgba(255, 109, 74, 0);
  }

  100% {
    box-shadow: 0 0 0 0 rgba(255, 109, 74, 0), 0 0 0 30px rgba(255, 109, 74, 0);
  }
}

@keyframes rotate {
  100% {
    transform: translate(-50%, -50%) rotate(1turn);
  }
}

@keyframes marquee-horizontal {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-100%);
  }
}

@-webkit-keyframes video-border {
  0% {
    transform: translate(-50%, -50%) scale(1);
  }

  60% {
    opacity: 1;
  }

  100% {
    transform: translate(-50%, -50%) scale(2);
    opacity: 0;
  }
}

@-moz-keyframes video-border {
  0% {
    transform: translate(-50%, -50%) scale(1);
  }

  60% {
    opacity: 1;
  }

  100% {
    transform: translate(-50%, -50%) scale(2);
    opacity: 0;
  }
}

@-ms-keyframes video-border {
  0% {
    transform: translate(-50%, -50%) scale(1);
  }

  60% {
    opacity: 1;
  }

  100% {
    transform: translate(-50%, -50%) scale(2);
    opacity: 0;
  }
}

@keyframes video-border {
  0% {
    transform: translate(-50%, -50%) scale(1);
  }

  60% {
    opacity: 1;
  }

  100% {
    transform: translate(-50%, -50%) scale(2);
    opacity: 0;
  }
}

@keyframes scroll-up-down {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

@keyframes scroll1 {
  0% {
    top: 0px;
  }

  100% {
    top: 100%;
  }
}

@keyframes scroll2 {
  0% {
    top: 0px;
  }

  100% {
    top: 100%;
  }
}

@keyframes transform {
  0% {
    transform: scale(0.5);
    opacity: 0.8;
  }

  50% {
    transform: scale(1);
    opacity: 1;
  }

  100% {
    transform: scale(0.5);
    opacity: 0.8;
  }
}

@keyframes dash {
  0% {
    stroke-dashoffset: 1000;
  }

  100% {
    stroke-dashoffset: 0;
  }
}

.tp-zoom-in-out {
  -webkit-animation: tp_zoom_in_out 7s infinite linear;
  -moz-animation: tp_zoom_in_out 7s infinite linear;
  -ms-animation: tp_zoom_in_out 7s infinite linear;
  -o-animation: tp_zoom_in_out 7s infinite linear;
  animation: tp_zoom_in_out 7s infinite linear;
}

@-webkit-keyframes tp_zoom_in_out {
  0% {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
  }

  50% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }

  100% {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
  }
}

@-moz-keyframes tp_zoom_in_out {
  0% {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
  }

  50% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }

  100% {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
  }
}

@-ms-keyframes tp_zoom_in_out {
  0% {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
  }

  50% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }

  100% {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
  }
}

@keyframes tp_zoom_in_out {
  0% {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
  }

  50% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }

  100% {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
  }
}

@keyframes scroll_anim {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(10px);
  }

  100% {
    transform: translateY(0);
  }
}

@keyframes loadingAnimation {
  to {
    transform: rotate(-360deg);
  }
}

@keyframes roteted {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes headerSlideDown {
  0% {
    margin-top: -150px;
  }

  100% {
    margin-top: 0;
  }
}

@keyframes bar_anim {

  0%,
  100% {
    -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 scrollText {
  from {
    transform: translateX(0%);
  }

  to {
    transform: translateX(-50%);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes tpshake {
  10% {
    transform: translateY(-10px);
  }

  50% {
    transform: skew(15deg);
  }

  80% {
    transform: rotate(10deg);
  }

  100% {
    transform: translate(0);
  }
}

@-moz-keyframes tpshake {
  10% {
    transform: translateY(-10px);
  }

  50% {
    transform: skew(15deg);
  }

  80% {
    transform: rotate(10deg);
  }

  100% {
    transform: translate(0);
  }
}

@-ms-keyframes tpshake {
  10% {
    transform: translateY(-10px);
  }

  50% {
    transform: skew(15deg);
  }

  80% {
    transform: rotate(10deg);
  }

  100% {
    transform: translate(0);
  }
}

@keyframes tpshake {
  10% {
    transform: translateY(-10px);
  }

  50% {
    transform: skew(15deg);
  }

  80% {
    transform: rotate(10deg);
  }

  100% {
    transform: translate(0);
  }
}

/*----------------------------------------*/
/*  2.4 Preloader
/*----------------------------------------*/
/* #preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
  overflow: hidden !important;
  background: #fff !important;
}

.preloader {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0px;
  text-align: center;
  box-sizing: border-box;
  position: absolute;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) !important;
  overflow: hidden !important;
} */

/* .preloader-logo {
  width: 100%;
  object-fit: cover;

} */


#preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background-color: #fff;
  /* Flexbox centering magic */
  display: flex;
  align-items: center;
  /* Vertically center */
  justify-content: center;
  /* Horizontally center */
  overflow: hidden;
}

.preloader2 {
  position: relative;
  display: block;
}

.water-round-container {
  position: relative;
  width: 100px;

  height: 100px;
  border-radius: 50%;
  overflow: hidden;
}



/*--- end of preloader ---*/
/*----------------------------------------*/
/*  2.5 Background
/*----------------------------------------*/
.grey-bg {
  background-color: var(--tp-grey-1);
}

.grey-bg-2 {
  background-color: var(--tp-grey-4);
}

.green-bg {
  background-color: var(--tp-theme-green);
}

.white-bg {
  background-color: var(--tp-common-white);
}

.black-bg {
  background-color: var(--tp-common-black);
}

.black-bg-3 {
  background-color: var(--tp-common-black-3);
}

.black-bg-4 {
  background-color: var(--tp-common-black-4);
}

.black-bg-5 {
  background-color: var(--tp-common-black-5);
}

.black-bg-6 {
  background-color: var(--tp-common-black-6);
}

.black-bg-7 {
  background-color: var(--tp-common-black-7);
}

.black-bg-8 {
  background-color: var(--tp-common-black-8);
}

.pink-light-bg {
  background-color: var(--tp-common-pink-light);
}

.yellow-bg {
  background-color: var(--tp-common-yellow);
}

.red-bg {
  background-color: var(--tp-common-red-2);
}

.red-bg-2 {
  background-color: var(--tp-common-red-3);
}

.yellow-green-bg {
  background-color: var(--tp-common-yellow-green);
}

.green-regular-bg {
  background-color: var(--tp-common-green-regular);
}

.paste-bg-2 {
  background-color: var(--tp-common-paste-2);
}

[data-bg-color=footer-bg-grey] {
  background-color: var(--tp-footer-grey-1);
}

[data-bg-color=footer-bg-white] {
  background-color: var(--tp-common-white);
}

/*----------------------------------------*/
/*  2.6 Nice Select
/*----------------------------------------*/
.custom-select {
  position: relative;
  width: 200px;
  border: 1px solid #ccc;
  cursor: pointer;
}

.custom-select .selected {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
  background: #fff;
}

.custom-select .selected.open .arrow {
  transform: rotate(-135deg);
}

.custom-select .selected.open+.options {
  max-height: 500px;
  opacity: 1;
}

.custom-select .selected .arrow {
  display: inline-block;
  width: 8px;
  height: 8px;
  border: solid #333;
  border-width: 0 1px 1px 0;
  transform: rotate(45deg);
  transition: transform 0.3s ease;
}

.custom-select .options {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: #fff;
  border: 1px solid #ccc;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  z-index: 100;
  transition: max-height 0.3s ease, opacity 0.3s ease;
}

.custom-select .options li {
  padding: 10px;
  cursor: pointer;
  list-style: none;
  transition: background 0.2s ease;
}

.custom-select .options li:hover {
  background: #f0f0f0;
}

/*----------------------------------------*/
/*  2.7 Breadcrumb
/*----------------------------------------*/

/*----------------------------------------*/
/*  2.8 Accordion
/*----------------------------------------*/






.it-faq-wrap {
  margin-left: 85px;
  position: relative;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .it-faq-wrap {
    margin-left: 100px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .it-faq-wrap {
    margin-left: 0;
  }
}

@media (max-width: 767px) {
  .it-faq-wrap {
    margin-left: 0;
  }
}

.it-faq-wrap::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 8px;
  height: 100%;
  border-radius: 20px;
  background-color: rgba(255, 255, 255, 0.1);
}

.it-faq-wrap .accordion-items {
  padding-left: 115px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .it-faq-wrap .accordion-items {
    padding-left: 60px;
  }
}

@media (max-width: 767px) {
  .it-faq-wrap .accordion-items {
    padding-left: 50px;
  }
}


@media (min-width: 280px) and (max-width: 575px) {
  .it-faq-wrap .accordion-items {
    padding-left: 36px;
  }
}

.it-faq-wrap .accordion-items:not(:last-child) {
  margin-bottom: 40px;
}

@media (max-width: 767px) {
  .it-faq-wrap .accordion-items:not(:last-child) {
    margin-bottom: 45px;
  }
}

.it-faq-wrap .accordion-buttons {
  text-align: left;
}

.it-faq-wrap .accordion-buttons i {
  font-weight: 400;
  font-size: 22px;
  line-height: 1.18;
  font-style: normal;
  margin-bottom: 20px;
  display: inline-block;
  letter-spacing: 0.04em;
  color: rgba(255, 255, 255, 0.6);
  font-family: var(--tp-ff-teko);
}

.it-faq-wrap .accordion-buttons span {
  font-weight: 500;
  font-size: 36px;
  line-height: 0.7;
  display: block;
  letter-spacing: 0.04em;
  color: var(--tp-common-white);
  font-family: var(--tp-ff-teko);
}

@media (max-width: 767px) {
  .it-faq-wrap .accordion-buttons span {
    font-size: 32px;
    line-height: 1.1;
  }
}

@media (min-width: 280px) and (max-width: 575px) {
  .it-faq-wrap .accordion-buttons span {
    font-size: 24px;
    line-height: 1.1;
  }
}

.it-faq-wrap .accordion-body {
  padding: 0;
  padding: 25px 85px 0 0;
}

@media (max-width: 767px) {
  .it-faq-wrap .accordion-body {
    padding: 25px 15px 0 0;
  }
}

@media (min-width: 280px) and (max-width: 576px) {
  .it-faq-wrap .accordion-body {
    padding: 12px 15px 0 0;
  }

}

.it-faq-wrap .accordion-body p {
  font-weight: 500;
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.6);
}


@media (min-width: 280px) and (max-width: 576px) {
  .it-faq-wrap .accordion-body p {
    font-weight: 500;
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 0;
    color: rgba(255, 255, 255, 0.6);
  }

}

/*----------------------------------------*/
/*  2.9 Section Title
/*----------------------------------------*/



.ar-title-mlr {
  margin-left: 100px;
  margin-right: 100px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .ar-title-mlr {
    margin-left: 0;
    margin-right: 0;
  }
}

.tp-section-subtitle {
  font-weight: 400;
  font-size: 18px;
  line-height: 1;
  display: inline-block;
  text-transform: uppercase;
  color: var(--tp-common-black);
}

.tp-section-subtitle.pre::before {
  content: "";
  height: 8px;
  width: 8px;
  margin-right: 12px;
  border-radius: 4px;
  display: inline-block;
  transform: translateY(-2px);
  background-color: var(--tp-common-red-3);
}

.tp-section-subtitle.subtitle-black {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.2;
  text-transform: capitalize;
  color: var(--tp-common-black);
}

.tp-section-subtitle.fs-17 {
  font-weight: 400;
  font-size: 17px;
  line-height: 1;
  text-transform: capitalize;
  color: var(--tp-common-white);
}

.tp-section-subtitle.fs-17.pre-circle::before {
  content: "";
  height: 8px;
  width: 8px;
  margin-right: 12px;
  border-radius: 50%;
  display: inline-block;
  transform: translateY(-2px);
  background-color: var(--tp-common-white);
}

.tp-section-subtitle-clash {
  font-size: 14px;
  line-height: 1.1;
  color: #f9f4e8;
  text-transform: uppercase;
  font-family: var(--tp-ff-teko);
}

.tp-section-subtitle-clash i {
  margin-left: 10px;
}

.tp-section-subtitle-clash.clash-subtitle-pos {
  display: inline-block;
  transform: translateY(60px);
}

@media (max-width: 767px) {
  .tp-section-subtitle-clash.clash-subtitle-pos {
    transform: translateY(0px);
    margin-bottom: 20px;
  }
}

.tp-section-subtitle-clash.clash-subtitle-pos.body-ff {
  font-size: 18px;
  font-weight: 600;
  text-transform: capitalize;
  transform: translateY(5px);
  font-family: var(--tp-ff-teko);
}

.tp-section-subtitle-clash.clash-subtitle-pos.about-us-2 {
  color: var(--tp-common-black-10);
}

.tp-section-subtitle-clash.color-red {
  color: var(--tp-common-red);
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .tp-section-subtitle-clash.color-red {
    padding-bottom: 20px;
  }
}

.tp-section-subtitle-gradient {
  font-weight: 600;
  font-size: 14px;
  line-height: 1;
  display: inline-block;
  text-transform: uppercase;
  background: linear-gradient(139deg, #9968ff 0%, #ff6cb2 49%, #ffaf56 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.tp-section-subtitle-gradient div img {
  margin-bottom: 13px;
  display: inline-block;
}

.tp-section-subtitle-gradient.icon-left div {
  display: inline-block;
}

.tp-section-subtitle-gradient.icon-left div img {
  margin-bottom: 0;
  margin-right: 10px;
  transform: translateY(-3px);
}

.tp-section-subtitle-gradient.ct {
  font-size: 16px;
  font-weight: 500;
  padding: 7px 20px;
  border-radius: 20px;
  margin-bottom: 15px;
  text-transform: capitalize;
  font-family: var(--tp-ff-onest);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

@media (max-width: 767px) {
  .tp-section-subtitle-gradient.ct {
    font-size: 14px;
  }
}



.tp-section-subtitle-teko {
  font-weight: 500;
  font-size: 30px;
  line-height: 1;
  display: inline-block;
  font-family: var(--tp-ff-teko);
  color: var(--tp-common-cream-3);
}

@media (max-width: 767px) {
  .tp-section-subtitle-teko {
    font-size: 25px;
  }
}

.tp-section-subtitle-teko i {
  font-style: normal;
  color: var(--tp-common-yellow-green);
}

.tp-section-subtitle.border-bg {
  font-size: 14px;
  font-weight: 500;
  padding: 7px 12px;
  border-radius: 40px;
  margin-bottom: 10px;
  text-transform: capitalize;
  color: var(--tp-common-black-10);
  border: 1px solid rgba(33, 33, 45, 0.06);
  box-shadow: 0px 0px 2px 0px rgba(39, 39, 46, 0.04);
  backdrop-filter: blur(10px);
}

.tp-section-subtitle.border-bg.bg-color {
  font-size: 15px;
  font-weight: 600;
  background: var(--tp-common-white);
  border: 1px solid rgba(33, 33, 45, 0.06);
  box-shadow: 0px 0px 2px 0px rgba(39, 39, 46, 0.04);
}

.tp-section-subtitle-platform {
  font-size: 24px;
  font-weight: 400;
  font-style: italic;
  display: inline-block;
  letter-spacing: 0.04em;
  color: var(--tp-common-white);
  font-family: var(--tp-ff-teko);
}

@media (max-width: 767px) {
  .tp-section-subtitle-platform {
    font-size: 20px;
  }
}

.tp-section-subtitle-platform.platform-text-black {
  color: var(--tp-common-black-10);
}

.tp-section-subtitle.st {
  font-weight: 500;
  color: #494949;
  margin-bottom: 20px;
}

.tp-section-subtitle.orange-color {
  color: var(--tp-common-red-3);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-section-subtitle.orange-color {
    margin-right: 50px;
  }
}

.tp-section-title {
  font-size: 35px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.04em;
  text-transform: uppercase;
}

@media only screen and (min-width: 1701px) and (max-width: 1800px) {
  .tp-section-title {
    font-size: 35px;
  }
}

@media only screen and (min-width: 1600px) and (max-width: 1700px) {
  .tp-section-title {
    font-size: 35px;
  }
}

@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) {
  .tp-section-title {
    font-size: 35px;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .tp-section-title {
    font-size: 42px;
  }
}

@media (min-width: 280px) and (max-width: 575px) {
  .tp-section-title {
    font-size: 32px;
  }
}

.tp-section-title.fs-140 {
  line-height: 0.89;
  font-size: 110px;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px),
only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-section-title.fs-140 {
    font-size: 90px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-section-title.fs-140 {
    font-size: 90px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-section-title.fs-140 {
    font-size: 75px;
    letter-spacing: 0;
  }
}

@media (max-width: 767px) {
  .tp-section-title.fs-140 {
    letter-spacing: 0;
    font-size: 65px;
  }
}

@media (min-width: 280px) and (max-width: 576px) {
  .tp-section-title.fs-140 {
    letter-spacing: 0;
    font-size: 50px;
  }
}

.tp-section-title.fs-64 {
  font-weight: 600;
  font-size: 64px;
  line-height: 1.1;
  letter-spacing: -0.02em;
  text-transform: capitalize;
  color: var(--tp-common-white);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-section-title.fs-64 {
    font-size: 55px;
  }
}

@media (max-width: 767px) {
  .tp-section-title.fs-64 {
    font-size: 42px;
  }
}

.tp-section-title.fs-44 {
  font-weight: 600;
  font-size: 44px;
  line-height: 1.18;
  margin-bottom: 0;
  letter-spacing: -0.03em;
  text-transform: capitalize;
  color: var(--tp-common-white);
}

@media only screen and (min-width: 1400px) and (max-width: 1599px),
only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-section-title.fs-44 {
    font-size: 40px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .tp-section-title.fs-44 {
    font-size: 38px;
  }

  .tp-section-title.fs-44 br {
    display: none;
  }
}

.tp-section-title.fs-54 {
  font-weight: 500;
  font-size: 54px;
  line-height: 1.15;
  letter-spacing: -0.04em;
  text-transform: capitalize;
  color: var(--tp-common-white);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-section-title.fs-54 {
    font-size: 45px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-section-title.fs-54 {
    font-size: 40px;
  }
}

@media (max-width: 767px) {
  .tp-section-title.fs-54 {
    font-size: 35px;
  }
}

.tp-section-title.fs-54 span {
  height: 55px;
  width: 50px;
  display: inline-block;
}

.tp-section-title.fs-54.fs-60 {
  font-size: 60px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-section-title.fs-54.fs-60 {
    font-size: 55px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-section-title.fs-54.fs-60 {
    font-size: 45px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-section-title.fs-54.fs-60 {
    font-size: 55px;
  }
}

@media (max-width: 767px) {
  .tp-section-title.fs-54.fs-60 {
    font-size: 40px;
  }
}

.tp-section-title.lts {
  letter-spacing: -2.4px;
  text-transform: capitalize;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-section-title.lts {
    font-size: 60px;
  }
}

@media (max-width: 767px) {
  .tp-section-title.lts {
    letter-spacing: 0;
  }
}

@media (max-width: 767px) {
  .tp-section-title.lts br {
    display: none;
  }
}



.tp-section-title-mango.fs-100 {
  font-size: 100px;
  font-family: var(--tp-ff-teko);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-section-title-mango.fs-100 {
    font-size: 80px;
  }
}

@media (max-width: 767px) {
  .tp-section-title-mango.fs-100 {
    font-size: 50px;
  }
}

@media (max-width: 767px) {
  .tp-section-title-mango {
    font-size: 50px;
  }
}

.tp-section-title-grotesk {
  font-size: 45px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.03em;
  color: var(--tp-common-black);
  font-family: var(--tp-ff-grotesk);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-section-title-grotesk {
    font-size: 55px;
  }
}

@media (max-width: 767px) {
  .tp-section-title-grotesk {
    font-size: 50px;
  }
}

@media (max-width: 767px) {
  .tp-section-title-grotesk br {
    display: none;
  }
}

.tp-section-title-grotesk>span {
  display: inline-block;
}

.tp-section-title-shape {
  position: absolute;
  bottom: -12px;
  left: 0;
  z-index: -1;
}

.tp-section-title-dirtyline {
  font-weight: 400;
  font-size: 200px;
  line-height: 0.8;
  color: #e0eeee;
  letter-spacing: -0.02em;
  font-family: var(--tp-ff-poppins);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-section-title-dirtyline {
    font-size: 160px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-section-title-dirtyline {
    font-size: 130px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-section-title-dirtyline {
    font-size: 130px;
  }
}

@media (max-width: 767px) {
  .tp-section-title-dirtyline {
    font-size: 80px;
  }
}

.tp-section-title-dirtyline.fs-140 {
  font-size: 140px;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px),
only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-section-title-dirtyline.fs-140 {
    font-size: 110px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-section-title-dirtyline.fs-140 {
    font-size: 80px;
  }
}

@media (max-width: 767px) {
  .tp-section-title-dirtyline.fs-140 {
    font-size: 70px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .tp-section-title-dirtyline.fs-140 br {
    display: none;
  }
}

.tp-section-title-clash {
  font-size: 130px;
  line-height: 0.79;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  color: var(--tp-common-red);
  font-family: var(--tp-ff-teko);
}

@media only screen and (min-width: 1801px) and (max-width: 1850px),
only screen and (min-width: 1701px) and (max-width: 1800px) {
  .tp-section-title-clash {
    font-size: 120px;
  }
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-section-title-clash {
    font-size: 115px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-section-title-clash {
    font-size: 110px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-section-title-clash {
    font-size: 100px;
  }

  .tp-section-title-clash br {
    display: none;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-section-title-clash {
    font-size: 85px;
  }
}

@media (max-width: 767px) {
  .tp-section-title-clash {
    font-size: 40px;
    letter-spacing: 0;
  }

  .tp-section-title-clash br {
    display: none;
  }
}

.tp-section-title-clash span {
  display: inline-block;
}

@media (max-width: 767px) {
  .tp-section-title-clash span br {
    display: none;
  }
}

.tp-section-title-clash span.clash-subtitle-space-1 {
  padding-left: 230px;
}

@media (max-width: 767px) {
  .tp-section-title-clash span.clash-subtitle-space-1 {
    padding-left: 0;
  }

  .tp-section-title-clash span.clash-subtitle-space-1 br {
    display: none;
  }
}

.tp-section-title-clash.fs-170 {
  font-size: 170px;

}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-section-title-clash.fs-200 {
    font-size: 170px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-section-title-clash.fs-200 {
    font-size: 135px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-section-title-clash.fs-200 {
    font-size: 125px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-section-title-clash.fs-200 {
    font-size: 125px;
  }
}

@media (max-width: 767px) {
  .tp-section-title-clash.fs-200 {
    font-size: 60px;
  }
}

.tp-section-title-clash-600 {
  font-weight: 600;
  font-size: 80px;
  line-height: 1;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: var(--tp-common-black);
  font-family: var(--tp-ff-teko);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-section-title-clash-600 {
    font-size: 60px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-section-title-clash-600 {
    font-size: 60px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-section-title-clash-600 {
    font-size: 50px;
  }
}

@media (max-width: 767px) {
  .tp-section-title-clash-600 {
    font-size: 45px;
  }
}

.tp-section-title-clash-600.fs-60 {
  font-size: 60px;
  line-height: 1.1;
  letter-spacing: 0;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-section-title-clash-600.fs-60 {
    font-size: 55px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-section-title-clash-600.fs-60 {
    font-size: 45px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-section-title-clash-600.fs-60 {
    font-size: 40px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-section-title-clash-600.fs-60 {
    font-size: 45px;
  }
}

@media (max-width: 767px) {
  .tp-section-title-clash-600.fs-60 {
    font-size: 30px;
  }
}

.tp-section-title-clash-600.fw-400 {
  font-family: var(--tp-ff-teko);
}

.tp-section-title-teko {
  font-weight: 600;
  font-size: 72px;
  line-height: 0.9;
  letter-spacing: -0.01em;
  font-family: var(--tp-ff-teko);
  color: var(--tp-common-cream-3);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-section-title-teko {
    font-size: 60px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-section-title-teko {
    font-size: 55px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-section-title-teko {
    font-size: 60px;
  }
}

@media (max-width: 767px) {
  .tp-section-title-teko {
    font-size: 44px;
  }
}

.tp-section-title-teko span {
  color: var(--tp-common-yellow-green);
}

.tp-section-title-teko.fs-150 {
  line-height: 0.73;
  font-size: 150px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-section-title-teko.fs-150 {
    font-size: 130px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-section-title-teko.fs-150 {
    font-size: 115px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-section-title-teko.fs-150 {
    font-size: 100px;
  }
}

@media (max-width: 767px) {
  .tp-section-title-teko.fs-150 {
    font-size: 80px;
  }
}

.tp-section-title-teko.fs-80 {
  font-size: 80px;
  font-weight: 500;
  letter-spacing: -0.8px;
  color: var(--tp-common-white);
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-section-title-teko.fs-80 {
    font-size: 70px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-section-title-teko.fs-80 {
    font-size: 60px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .tp-section-title-teko.fs-80 {
    font-size: 50px;
  }
}

.tp-section-title-teko.fs-80 span {
  color: rgba(255, 255, 255, 0.3);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .tp-section-title-teko.fs-80 br {
    display: none;
  }
}

.tp-section-title-teko.fs-120 {
  font-size: 120px;
  letter-spacing: -1.2px;
  color: var(--tp-common-white);
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-section-title-teko.fs-120 {
    font-size: 100px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-section-title-teko.fs-120 {
    font-size: 85px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-section-title-teko.fs-120 {
    font-size: 75px;
  }
}

@media (max-width: 767px) {
  .tp-section-title-teko.fs-120 {
    font-size: 50px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-section-title-teko.fs-120 {
    font-size: 75px;
  }
}

.tp-section-title-teko.fs-120 span {
  color: rgba(255, 255, 255, 0.3);
}

.tp-section-title-phudu {
  font-size: 94px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0;
  text-transform: uppercase;
  font-family: var(--tp-ff-teko);
  color: var(--tp-common-black-10);

}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-section-title-phudu {
    font-size: 75px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-section-title-phudu {
    font-size: 65px;
  }
}

@media (max-width: 767px) {
  .tp-section-title-phudu {
    font-size: 50px;
    letter-spacing: 0;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-section-title-phudu {
    font-size: 60px;
    letter-spacing: 0;
  }
}

@media (max-width: 767px) {
  .tp-section-title-phudu br {
    display: none;
  }
}

.tp-section-title-phudu.fs-70 {
  font-size: 60px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-section-title-phudu.fs-70 {
    font-size: 62px;
  }
}

@media (max-width: 767px) {
  .tp-section-title-phudu.fs-70 {
    font-size: 50px;
    letter-spacing: 0;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-section-title-phudu.fs-70 {
    font-size: 60px;
    letter-spacing: 0;
  }
}

@media only screen and (min-width: 280px) and (max-width: 576px) {
  .tp-section-title-phudu.fs-70 {
    font-size: 40px;
    letter-spacing: 0;
  }
}

.tp-section-title-phudu.ff-inter {
  font-size: 70px;
  letter-spacing: -2px;
  text-transform: inherit;
  font-family: var(--tp-ff-teko);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-section-title-phudu.ff-inter {
    font-size: 62px;
  }
}

@media (max-width: 767px) {
  .tp-section-title-phudu.ff-inter {
    font-size: 50px;
    letter-spacing: 0;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-section-title-phudu.ff-inter {
    font-size: 60px;
    letter-spacing: 0;
  }
}

.tp-section-title-platform {
  font-weight: 500;
  font-size: 60px;
  line-height: 1;
  color: var(--tp-common-white);
  font-family: var(--tp-ff-teko);
}

@media (max-width: 767px) {
  .tp-section-title-platform {
    font-size: 45px;
  }
}

.tp-section-title-platform.platform-text-black {
  color: var(--tp-common-black-10);
}

.tp-section-title-platform.fs-200 {
  font-size: 70px;
  /* font-style: italic; */
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-section-title-platform.fs-200 {
    font-size: 70px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-section-title-platform.fs-200 {
    font-size: 70px;
  }
}

@media (max-width: 767px) {
  .tp-section-title-platform.fs-200 {
    font-size: 60px;
  }
}


@media (min-width: 280px) and (max-width: 767px) {
  .tp-section-title-platform.fs-200 {
    font-size: 40px;

  }
}


.tp-section-title-platform.fs-84 {
  font-size: 66px;
  line-height: 0.88;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-section-title-platform.fs-84 {
    font-size: 60px;
  }
}

@media (max-width: 767px) {
  .tp-section-title-platform.fs-84 {
    font-size: 60px;
  }
}


@media (min-width: 280px) and (max-width: 576px) {
  .tp-section-title-platform.fs-84 {
    font-size: 40px;
  }
}


.tp-section-title-playfair {
  font-size: 80px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -1.6px;
  color: var(--tp-common-brown);
  font-family: var(--tp-ff-poppins);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-section-title-playfair {
    font-size: 70px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-section-title-playfair {
    font-size: 60px;
  }
}

@media (max-width: 767px) {
  .tp-section-title-playfair {
    font-size: 45px;
  }

  .tp-section-title-playfair br {
    display: none;
  }
}

.tp-section-title-playfair span {
  font-style: italic;
  color: rgba(69, 48, 48, 0.6);
  font-family: var(--tp-ff-teko);
}

.tp-section-title-onest {
  font-size: 54px;
  font-weight: 600;
  line-height: 1.1;
  margin-bottom: 12px;
  letter-spacing: -0.46px;
  color: var(--tp-common-white);
  font-family: var(--tp-ff-onest);
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .tp-section-title-onest {
    font-size: 42px;
  }
}

@media (max-width: 767px) {
  .tp-section-title-onest br {
    display: none;
  }
}

.tp-section-title-onest.fs-72 {
  font-size: 72px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-section-title-onest.fs-72 {
    font-size: 55px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-section-title-onest.fs-72 {
    font-size: 50px;
  }
}

@media (max-width: 767px) {
  .tp-section-title-onest.fs-72 {
    font-size: 45px;
  }
}

.tp-section-title-onest.fs-44 {
  font-size: 44px;
}

.tp-section-title-5 {
  font-size: 120px;
  font-weight: 500;
  line-height: 0.9;
  letter-spacing: -4.8px;
  color: var(--tp-cream-1);
  text-transform: uppercase;
  font-family: var(--tp-ff-poppins);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-section-title-5 {
    font-size: 100px;
  }
}

@media (max-width: 767px) {
  .tp-section-title-5 {
    font-size: 70px;
  }
}

.tp-section-title-5.fs-140 {
  font-size: 140px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -8.4px;
  text-transform: uppercase;
  color: var(--tp-cream-2);
  font-family: var(--tp-ff-teko);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-section-title-5.fs-140 {
    font-size: 120px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-section-title-5.fs-140 {
    font-size: 85px;
  }
}

@media (max-width: 767px) {
  .tp-section-title-5.fs-140 {
    font-size: 50px;
    letter-spacing: -1.4px;
    line-height: 1.2;
  }
}

.tp-section-title-5.fs-140 span {
  transform: translateY(-15px);
  display: inline-block;
  margin: 0px 30px;
  white-space: nowrap;
}

@media (max-width: 767px) {
  .tp-section-title-5.fs-140 span {
    white-space: inherit;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .tp-section-title-5.fs-140 span {
    margin: 0;
  }
}

.tp-section-title-5.fs-140 span img {
  border-radius: 100px;
}

.tp-section-title-5.fs-140 em {
  font-style: normal;
  padding-left: 160px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .tp-section-title-5.fs-140 em {
    padding-left: 0;
  }
}

.tp-revel-line {
  overflow: hidden;
}

/*----------------------------------------*/
/*  2.11 Search
/*----------------------------------------*/
.tp-search-area {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  opacity: 0;
  height: 300px;
  visibility: hidden;
  background: var(--tp-common-white);
  -webkit-transform: translateY(calc(-100% - 80px));
  -moz-transform: translateY(calc(-100% - 80px));
  -ms-transform: translateY(calc(-100% - 80px));
  -o-transform: translateY(calc(-100% - 80px));
  transform: translateY(calc(-100% - 80px));
  transition: all 0.5s ease-in-out 0s, visibility 0.5s ease-in-out;
  animation: 0.95s ease 0s normal forwards 1 running headerSlideDown;
  z-index: 99999;
  overflow-y: scroll;
  overscroll-behavior-y: contain;
  scrollbar-width: none;
}

.tp-search-area::-webkit-scrollbar {
  display: none;
  /* for Chrome, Safari, and Opera */
}

.tp-search-area.opened {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  visibility: visible;
  opacity: 1;
}

.tp-search-area.search-black {
  background: rgb(38, 37, 40);
}

.tp-search-area.search-black .tp-search-content .search::before {
  background-color: var(--tp-common-white);
}

.tp-search-area.search-black .tp-search-content input {
  border-color: #4F4F4F;
  background-color: transparent;
  color: var(--tp-common-white);
}

.tp-search-area.search-black .tp-search-content input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: var(--tp-common-white);
}

.tp-search-area.search-black .tp-search-content input::-moz-placeholder {
  /* Firefox 19+ */
  color: var(--tp-common-white);
}

.tp-search-area.search-black .tp-search-content input:-moz-placeholder {
  /* Firefox 4-18 */
  color: var(--tp-common-white);
}

.tp-search-area.search-black .tp-search-content input:-ms-input-placeholder {
  /* IE 10+  Edge*/
  color: var(--tp-common-white);
}

.tp-search-area.search-black .tp-search-content input::placeholder {
  /* MODERN BROWSER */
  color: var(--tp-common-white);
}

.tp-search-area.search-black .tp-search-content .tp-search-icon {
  color: var(--tp-common-white);
}

.tp-search-area.search-black .tp-search-close-btn {
  border-color: #4F4F4F;
  color: var(--tp-common-white);
}

.tp-search-wrapper {
  position: relative;
  display: flex;
  padding-top: 80px;
  justify-content: center;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-search-wrapper {
    padding-top: 115px;
  }
}

.tp-search-close {
  position: absolute;
  top: 35px;
  right: 35px;
}

@media (max-width: 767px) {
  .tp-search-close {
    right: 20px;
    top: 20px;
  }
}

.tp-search-close-btn {
  position: relative;
  height: 50px;
  width: 50px;
  z-index: 2;
  line-height: 1;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: transparent;
  color: var(--tp-common-black);
  border: 1px solid rgba(22, 22, 19, 0.1);
}

.tp-search-close-btn svg {
  height: 12px;
  width: 12px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: translateY(-1px);
  -moz-transform: translateY(-1px);
  -ms-transform: translateY(-1px);
  -o-transform: translateY(-1px);
  transform: translateY(-1px);
}

.tp-search-close-btn:hover svg {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}

.tp-search-content .search {
  margin-bottom: 40px;
  position: relative;
}

.tp-search-content .search:has(input:focus)::before {
  width: 100%;
}

.tp-search-content .search::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  height: 1px;
  width: 0;
  transition: 0.4s;
  background-color: var(--tp-common-black);
}

.tp-search-content input {
  height: 80px;
  border: none;
  font-size: 30px;
  font-weight: 400;
  padding: 0 60px 0 10px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-bottom: 1px solid #E6E8F0;
  color: var(--tp-common-black);
  background: var(--tp-common-white);
}

.tp-search-content input:focus:hover {
  background: transparent;
}

.tp-search-content input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-size: 30px;
  font-weight: 400;
  color: var(--tp-common-black);
}

.tp-search-content input::-moz-placeholder {
  /* Firefox 19+ */
  font-size: 30px;
  font-weight: 400;
  color: var(--tp-common-black);
}

.tp-search-content input:-moz-placeholder {
  /* Firefox 4-18 */
  font-size: 30px;
  font-weight: 400;
  color: var(--tp-common-black);
}

.tp-search-content input:-ms-input-placeholder {
  /* IE 10+  Edge*/
  font-size: 30px;
  font-weight: 400;
  color: var(--tp-common-black);
}

.tp-search-content input::placeholder {
  /* MODERN BROWSER */
  font-size: 30px;
  font-weight: 400;
  color: var(--tp-common-black);
}

.tp-search-icon {
  position: absolute;
  right: 20px;
  top: 50%;
  line-height: 1;
  transform: translateY(-50%);
}

/*----------------------------------------*/
/*  2.12 Magic Cursor
/*----------------------------------------*/
body.tp-magic-cursor #magic-cursor {
  display: block;
}

#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;
  display: flex;
  align-items: center;
  pointer-events: none;
  border-radius: 50%;
  color: transparent;
  justify-content: center;
  mix-blend-mode: difference;
  background-color: var(--tp-common-black);
}

.cursor-bg-red #ball {
  background-color: #FF535B !important;
}

.cursor-bg-red #ball .ball-view {
  color: var(--tp-common-white);
}

.cursor-bg-red-2 #ball {
  background-color: #FF481F !important;
}

.cursor-bg-red-2 #ball .ball-view {
  color: var(--tp-common-white);
}

.cursor-bg-yellow #ball {
  background-color: #FFF669 !important;
}

.cursor-bg-yellow #ball .ball-view {
  color: var(--tp-common-black);
}

.cursor-white-bg #ball .ball-view {
  color: var(--tp-common-black);
}

/* Ball view 
============= */
#ball .ball-view {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  padding: 0 5px;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.3;
  text-align: center;
  transform: scale(0);
  color: var(--tp-common-black);
}

/* Ball drag 
============= */
#ball .ball-drag {
  position: absolute;
  display: block;
  width: 100%;
  padding: 0 5px;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.2;
  text-align: center;
  transition: all 0.3s;
  color: var(--tp-common-black);
}

#ball .ball-drag::before,
#ball .ball-drag::after {
  position: absolute;
  top: 50%;
  margin-top: -5px;
  font-size: 19px;
  height: 10px;
  line-height: 10px;
  font-weight: 900;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  color: var(--tp-common-white);
  font-family: "Font Awesome 6 Pro";
  -webkit-font-smoothing: antialiased;
}

#ball .ball-drag::before {
  content: "\f104";
  /* Font Awesome */
  left: 0;
  transform: translate3d(-30px, 0, 0);
  transition: all 0.25s;
}

#ball .ball-drag::after {
  content: "\f105";
  /* Font Awesome */
  right: 0;
  transform: translate3d(30px, 0, 0);
  transition: all 0.25s;
}

#ball.with-blur {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* Ball close 
============== */
#ball.ball-close-enabled {
  opacity: 1 !important;
}

#ball .ball-close {
  position: absolute;
  padding: 0 5px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  text-align: center;
  color: var(--tp-common-black);
}

.tp-magnetic-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* HEADER CSS */
/*----------------------------------------*/
/*   3.1 Header Style
/*----------------------------------------*/
.header-transparent {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9;
  width: 100%;

}

.header-fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 55;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .tp-header-ptb {
    padding: 10px 0;
  }
}

.tp-header-border {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.tp-header-menu>nav>ul>li {
  margin: 0 14px;
  list-style-type: none;
  display: inline-block;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .tp-header-menu>nav>ul>li {
    margin: 0 14px;
    font-size: 14px !important;

  }
}

.tp-header-menu>nav>ul>li>a {
  padding: 35px 0;
  font-weight: 500;
  font-size: 15[x];
  display: inline-block;
  letter-spacing: -0.01em;
  color: var(--tp-common-white);
}

/* Inner pages (white header background) – use dark nav link color */
.inner-page .tp-header-menu>nav>ul>li>a {
  color: #000;
}

/* Active menu item color (current page) */
.tp-header-menu>nav>ul>li.active>a,
.inner-page .tp-header-menu>nav>ul>li.active>a {
  color: #44cdff;
}


@media (min-width: 1100px) and (max-width: 1300px) {
  .tp-header-menu>nav>ul>li>a {
    padding: 35px 0;
    font-weight: 500;
    font-size: 14px !important;
    display: inline-block;
    letter-spacing: -0.01em;
    color: var(--tp-common-white);
  }

}

.index3 .tp-submenu a {
  color: #000 !important;
}

.tp-header-lang a {
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
  display: inline-block;
  color: rgba(255, 255, 255, 0.6);
}

.tp-header-lang a.active {
  color: var(--tp-common-white);
}

.tp-header-lang a:not(:first-child) {
  margin-left: 10px;
}

.tp-header-lang a:hover {
  color: var(--tp-common-white);
}

@media only screen and (min-width: 1600px) and (max-width: 1700px),
only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-header-box {
    padding-right: 30px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-header-box {
    padding-right: 0px;
  }
}

.tp-header-logo img {
  max-width: inherit;
}

@media only screen and (min-width: 1600px) and (max-width: 1700px) {
  .tp-header-logo {
    padding-left: 30px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-header-logo {
    padding-right: 25px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .tp-header-logo {
    padding: 10px 0;
  }
}


.tp-header-bar button {
  width: 30px;
  color: var(--tp-common-white);
  /* filter: invert(1); */
}

.tp-header-bar button i {
  height: 2px;
  width: 14px;
  display: block;
  margin-left: 0;
  background-color: #0d7efe;
}

.tp-header-bar button i:nth-child(2) {
  width: 24px;
}

.tp-header-bar button i:not(:last-of-type) {
  margin: 6px auto;
}

.tp-header-bar button:hover i {
  animation: bar_anim 0.8s cubic-bezier(0.44, 1.1, 0.53, 0.99) 1 forwards;
}

.tp-header-inner-style .tp-header-menu>nav>ul {
  padding: 0 10px;
  border-radius: 30px;
  display: inline-block;
  background-color: rgb(246, 246, 249);
}

.tp-header-inner-style .tp-header-menu>nav>ul>li>a {
  padding: 10px 0;
  color: var(--tp-common-black);
}

.tp-header-inner-style .tp-header-dropdown nav ul li.has-dropdown::after {
  color: var(--tp-common-black);
}

.tp-header-inner-style .tp-header-dropdown nav ul li .tp-submenu {
  top: 110%;
}

.tp-header-inner-style.header-inner-white .tp-header-menu>nav>ul {
  background-color: #1D1D1F;
}

.tp-header-inner-style.header-inner-white .tp-header-menu>nav>ul>li>a {
  color: #BFBFC0;
}

.tp-header-inner-style.header-inner-white .tp-header-menu>nav>ul>li:hover>a {
  color: var(--tp-common-white);
}

.tp-header-inner-style.header-inner-white .tp-header-dropdown>nav>ul>li.has-dropdown::after {
  color: #BFBFC0;
}

.tp-header-inner-style.header-inner-white .tp-header-dropdown>nav>ul>li:hover.has-dropdown::after {
  color: var(--tp-common-white);
}

.tp-header-inner-style .tp-megamenu-wrapper {
  top: 110%;
}

.header-lang-submenu {
  position: absolute;
  top: 110%;
  right: 0px;
  width: 120px;
  z-index: 9;
  opacity: 0;
  padding: 15px 20px;
  visibility: hidden;
  background: #4D3D30;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  box-shadow: 0 30px 70px 6px rgba(11, 6, 70, 0.08);
}

.header-lang-submenu li {
  list-style: none;
}

.header-lang-submenu li a {
  font-size: 13px;
  text-transform: capitalize;
  color: var(--tp-common-white);
}

.header-lang-submenu.open {
  top: 100%;
  opacity: 1;
  visibility: visible;
}


/*----------------------------------------*/
/*  4.1 Main Menu
/*----------------------------------------*/
.header-sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  opacity: 1;
  width: 100%;
  z-index: 10;
  visibility: visible;
  background: rgba(38, 37, 40, 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 .tp-header-menu>nav>ul>li>a {
  padding: 22px 0;
}

.header-sticky.sticky-white-bg {
  background: rgba(255, 255, 255, 0.9);
}

.header-sticky.sticky-white-bg .tp-header-menu>nav>ul>li>a {
  color: var(--tp-common-white);
}

/* Keep active menu item blue even when header is sticky */
.header-sticky .tp-header-menu>nav>ul>li.active>a,
.header-sticky.sticky-white-bg .tp-header-menu>nav>ul>li.active>a {
  color: #44cdff;
}

.header-sticky.sticky-white-bg .tp-header-dropdown nav ul li.has-dropdown::after {
  color: var(--tp-common-black);
}

.header-sticky.sticky-white-bg .logo-white {
  display: none;
}

.header-sticky.sticky-white-bg .logo-black {
  display: block !important;
}

.header-sticky.sticky-white-bg .tp-header-lang a {
  color: rgba(0, 0, 0, 0.6);
}

.header-sticky.sticky-white-bg .tp-header-lang a.active {
  color: var(--tp-common-black);
}

.header-sticky.sticky-white-bg .tp-header-bar button i {
  background-color: var(--tp-common-white);
}


.header-sticky.sticky-white-bg .tp-header-btn-box .tp-btn-white-border:hover {
  color: var(--tp-common-black);
  border-color: rgba(0, 0, 0, 0.6);
}

.header-sticky.sticky-white-bg .animated-border-box::before {
  background-image: conic-gradient(rgb(255, 255, 255), #000, rgb(255, 255, 255) 25%);
}

.header-sticky.sticky-white-bg .tp-btn-white-border.tp-btn-light-bg {
  color: #0E0F11;
  background-color: transparent;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.header-sticky.sticky-white-bg .tp-btn-white-border.tp-btn-light-bg:hover {
  color: var(--tp-common-white);
  border-color: var(--tp-common-black);
  background-color: var(--tp-common-black);
}

.header-sticky.tp-header-blur::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* backdrop-filter: blur(40px); */
  z-index: -1;
  background: linear-gradient(to right, #104a89, #2078db, #4eafc5) !important;
}


.header-sticky.tp-header-border {
  border-bottom: 0;
}

.header-sticky .tp-header-logo {
  padding: 0;
}


.header-sticky.tp-header-inner-style .tp-header-menu>nav>ul {
  padding: 0;
  border-radius: 0;
  display: inline-block;
  margin-bottom: 0;
  background-color: transparent;
}

.header-sticky.tp-header-inner-style .tp-header-dropdown nav ul li .tp-submenu {
  top: 104%;
}

.header-sticky.tp-header-inner-style .tp-megamenu-wrapper {
  top: 104%;
}

.sticky-white-bg .tp-megamenu-list ul li a span {
  font-weight: 500;
}

.sticky-white-bg .tp-megamenu-list ul li a span.new {
  color: rgb(182, 74, 222);
  background: rgba(182, 74, 222, 0.08);
}

.sticky-white-bg .tp-megamenu-list ul li a span.pop {
  color: #0db50e;
  background-color: rgba(13, 181, 14, 0.08);
}

.tp-header-dropdown nav ul li {
  position: relative;
  list-style: none;
}

.tp-header-dropdown nav ul li.p-static {
  position: static;
}

.tp-header-dropdown nav ul li.has-dropdown::after {
  content: "\f107";
  font-size: 16px;
  font-weight: 400;
  margin-left: 2px;
  display: inline-block;
  color: var(--tp-common-white);
  transition: all 0.3s 0s ease-out;
  font-family: var(--tp-ff-fontawesome);
}

.tp-header-dropdown nav ul li.has-dropdown:hover::after {
  transform: rotate(-180deg);
}

.tp-header-dropdown nav ul li .tp-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-header-dropdown nav ul li .tp-submenu li {
  width: 100%;
  padding: 0 12px;
  border-radius: 8px;
}

.tp-header-dropdown nav ul li .tp-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%;
}

@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-header-dropdown nav ul li .tp-submenu li a {
    font-size: 14px;
  }
}

.tp-header-dropdown nav ul li .tp-submenu li .tp-submenu {
  top: 0;
  left: 100%;
}

.tp-header-dropdown nav ul li .tp-submenu li:hover>a {
  background-color: #2c2b2e;
  color: var(--tp-common-white);
}

.tp-header-dropdown nav ul li .tp-submenu li.menu-item-has-children>a {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.tp-header-dropdown nav ul li .tp-submenu li.menu-item-has-children>a::after {
  content: "\f107";
  font-size: 16px;
  font-weight: 400;
  margin-left: 2px;
  color: #bfbfc0;
  display: inline-block;
  transform: rotate(-90deg);
  transition: all 0.3s 0s ease-out;
  font-family: var(--tp-ff-fontawesome);
}

.tp-header-dropdown nav ul li .tp-submenu li.menu-item-has-children:hover a::after {
  transform: rotate(0deg);
  color: var(--tp-common-white);
}

.tp-header-dropdown nav ul li:hover>.tp-submenu {
  visibility: visible;
  opacity: 1;
  transform: scale(1);
}

.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-megamenu-wrapper {
  position: absolute;
  transition: 0.3s;
  opacity: 0;
  visibility: hidden;
  padding-top: 45px;
  top: 100%;
  left: 0;
  right: 0;
  max-width: 1760px;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 14px;
  transform-origin: top;
  transition-duration: 0.1s;
  -webkit-transform: perspective(300px) rotateX(-18deg);
  -moz-transform: perspective(300px) rotateX(-18deg);
  -ms-transform: perspective(300px) rotateX(-18deg);
  -o-transform: perspective(300px) rotateX(-18deg);
  transform: perspective(300px) rotateX(-18deg);
}

@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-megamenu-wrapper {
    max-width: calc(100% - 40px);
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .tp-megamenu-wrapper {
    padding-top: 25px;
  }
}

.tp-megamenu-wrapper.megamenu-black-bg {
  backdrop-filter: blur(40px);
  background: rgba(38, 37, 40, 0.9);
  box-shadow: 0 20px 30px -8px rgba(19, 19, 22, 0.1);
}

.tp-megamenu-wrapper.megamenu-white-bg {
  backdrop-filter: blur(40px);
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 2px 6px 0 rgba(19, 19, 22, 0.1);
}

.tp-megamenu-wrapper.megamenu-white-bg .tp-megamenu-title {
  color: #111013;
  border-bottom: 1px solid #F3F3F6;
}

.tp-megamenu-wrapper.megamenu-white-bg .tp-megamenu-list ul::after {
  background-color: #F3F3F6;
}

.tp-megamenu-wrapper.megamenu-white-bg .tp-megamenu-list ul li a {
  color: #636368;
}

.tp-megamenu-wrapper.megamenu-white-bg .tp-megamenu-list ul li a:hover {
  background-color: #f8f8fb;
  color: var(--tp-common-black);
}

.tp-megamenu-title {
  font-weight: 600;
  font-size: 13px;
  line-height: 1;
  margin-bottom: 0;
  padding-left: 40px;
  padding-bottom: 25px;
  text-align: start;
  text-transform: uppercase;
  color: var(--tp-common-white);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-megamenu-title {
    padding-left: 23px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-megamenu-title {
    padding-left: 20px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .tp-megamenu-title {
    padding-left: 20px;
  }
}

.tp-megamenu-list {
  height: 100%;
}

.tp-megamenu-list ul {
  position: relative;
  height: 100%;
  padding-top: 18px;
  padding-bottom: 50px;
}

.tp-megamenu-list ul::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 1px;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.06);
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .tp-megamenu-list ul::after {
    display: none;
  }
}

.tp-megamenu-list ul li {
  padding: 0px 20px;
}

@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-megamenu-list ul li {
    padding: 0px 10px;
  }
}

.tp-megamenu-list ul li:not(:last-child) {
  margin-bottom: 10px;
}

.tp-megamenu-list ul li a {
  position: relative;
  width: 100%;
  font-weight: 600;
  font-size: 16px;
  line-height: 1;
  color: #bfbfc0;
  padding: 12px 18px;
  border-radius: 8px;
  display: inline-block;
  letter-spacing: -0.01em;
  text-align: start;
}

@media only screen and (min-width: 1701px) and (max-width: 1800px),
only screen and (min-width: 1600px) and (max-width: 1700px) {
  .tp-megamenu-list ul li a {
    font-size: 14px;
  }
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-megamenu-list ul li a {
    font-size: 14px;
    padding: 12px 12px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-megamenu-list ul li a {
    font-size: 14px;
    padding: 12px 8px;
  }
}

.tp-megamenu-list ul li a span {
  font-size: 13px;
  line-height: 1;
  font-weight: 800;
  padding: 6px 8px;
  border-radius: 20px;
  display: inline-block;
  margin-left: 3px;
  text-transform: capitalize;
  letter-spacing: 0.7px;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-megamenu-list ul li a span {
    font-size: 8px;
    padding: 5px 6px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .tp-megamenu-list ul li a span {
    display: none;
  }
}

.tp-megamenu-list ul li a span.hot {
  color: #FF535B;
  background-color: rgba(255, 83, 91, 0.08);
}

.tp-megamenu-list ul li a span.new {
  color: #fff669;
  background-color: rgba(255, 246, 105, 0.08);
}

.tp-megamenu-list ul li a span.pop {
  color: #19e41a;
  background-color: rgba(25, 228, 26, 0.08);
}

.tp-megamenu-list ul li a:hover {
  background-color: #2c2b2e;
  color: var(--tp-common-white);
}

.tp-megamenu-thumb {
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  width: 17%;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .tp-megamenu-thumb {
    display: none;
  }
}

.tp-megamenu-thumb img {
  height: 100%;
  object-fit: cover;
  width: 100%;
  overflow: hidden;
}

.dropdown-white-bg nav ul li .tp-submenu {
  background: rgba(255, 255, 255, 0.9);
}

.dropdown-white-bg nav ul li .tp-submenu li a {
  color: #636368;
}

.dropdown-white-bg nav ul li .tp-submenu li:hover>a {
  background-color: #F8F8FB;
  color: var(--tp-common-black);
}

.dropdown-white-bg nav ul li .tp-submenu li.menu-item-has-children>a::after {
  color: #636368;
}

.dropdown-white-bg nav ul li .tp-submenu li.menu-item-has-children:hover>a::after {
  color: var(--tp-common-black);
}

/*----------------------------------------*/
/*  4.2 Mobile Menu
/*----------------------------------------*/
.tp-offcanvas-menu {
  margin-bottom: 80px;
}

.tp-offcanvas-menu ul {
  list-style: none;
}

.tp-offcanvas-menu ul li {
  position: relative;
}

.tp-offcanvas-menu ul li>a {
  padding: 10px 0;
  display: block;
  font-size: 20px;
  font-weight: 500;
}

.tp-offcanvas-menu ul li.active>a {
  color: var(--tp-common-red-3);
}

.tp-offcanvas-menu ul li.active>.tp-menu-close i {
  top: 10px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}

.tp-offcanvas-menu ul li .submenu {
  display: none;
}

.tp-offcanvas-menu ul li .submenu .submenu {
  margin-left: 30px;
}

.tp-offcanvas-menu .tp-megamenu-wrapper.megamenu-white-bg {
  backdrop-filter: none;
  background: transparent;
  box-shadow: none;
}

.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-megamenu-list ul li {
  padding: 0;
}

.tp-offcanvas-menu .tp-megamenu-list ul li a {
  padding: 8px 20px;
  font-size: 17px;
}

.tp-offcanvas-menu .tp-submenu li a {
  padding: 8px 20px;
  border-radius: 10px;
  font-size: 17px;
}

.tp-offcanvas-menu .tp-submenu li a:hover {
  background-color: #f8f8fb;
  color: var(--tp-common-black);
}

.tp-menu-close {
  position: absolute;
  right: 7px;
  top: 12px;
}

.tp-menu-close i {
  transition: all 0.3s;
  font-size: 18px;
  font-weight: 500;
}

.menu-item-has-children .tp-menu-close {
  right: 14px;
  top: 9px;
}

/*----------------------------------------*/
/*  4.3 offcanvas Menu
/*----------------------------------------*/
.body-overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  width: 100%;
  height: 100%;
  visibility: hidden;
  opacity: 0;
  transition: 0.45s ease-in-out;
  background: rgba(24, 24, 24, 0.4);
}

.body-overlay.opened {
  opacity: 1;
  visibility: visible;
}

.tp-offcanvas-wrapper {
  position: fixed;
  top: 0;
  right: 0;
  width: 450px;
  height: 100vh;
  z-index: 999;
  padding: 50px 50px;
  overflow-y: scroll;
  transition: all 0.3s;
  background: #FFF;
  overscroll-behavior-y: contain;
  -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));
}

@media (max-width: 767px) {
  .tp-offcanvas-wrapper {
    width: 100%;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-offcanvas-wrapper {
    width: 450px;
  }
}

.tp-offcanvas-wrapper .logo-2 {
  display: none;
}

.tp-offcanvas-wrapper.offcanvas-black-bg {
  background: #1C1D20;
}

.tp-offcanvas-wrapper.offcanvas-black-bg .logo-1 {
  display: none;
}

.tp-offcanvas-wrapper.offcanvas-black-bg .logo-2 {
  display: block !important;
}

.tp-offcanvas-wrapper.offcanvas-black-bg .tp-offcanvas-close-btn {
  color: var(--tp-common-white);
}

.tp-offcanvas-wrapper.offcanvas-black-bg .tp-offcanvas-menu ul li>a {
  color: var(--tp-common-white);
}

.tp-offcanvas-wrapper.offcanvas-black-bg .tp-offcanvas-menu ul li.active>a {
  color: var(--tp-common-red-3);
}

.tp-offcanvas-wrapper.offcanvas-black-bg .tp-offcanvas-menu .tp-submenu li a:hover {
  background-color: #2c2b2e;
  color: var(--tp-common-white);
}

.tp-offcanvas-wrapper.offcanvas-black-bg .tp-menu-close i {
  color: var(--tp-common-white);
}

.tp-offcanvas-wrapper.offcanvas-black-bg .tp-megamenu-wrapper.megamenu-black-bg {
  backdrop-filter: initial;
  background: transparent;
  box-shadow: none;
}

.tp-offcanvas-wrapper.offcanvas-black-bg .tp-offcanvas-title.sm {
  color: var(--tp-common-white);
}


.tp-offcanvas-wrapper.offcanvas-black-bg .tp-offcanvas-social ul li a {
  color: var(--tp-common-white);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.tp-offcanvas-wrapper.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);
}

.tp-offcanvas-wrapper.offcanvas-black-bg .tp-offcanvas-title {
  color: var(--tp-common-white);
}

.tp-offcanvas-wrapper.offcanvas-black-bg .tp-offcanvas-content p {
  color: rgba(255, 255, 255, 0.8);
}

.tp-offcanvas-area.opened .tp-offcanvas-wrapper {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}

.tp-offcanvas-top {
  margin-bottom: 40px;

}

.tp-offcanvas-close-btn {
  color: black;
}

.tp-offcanvas-close-btn:hover {
  opacity: 1;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}

.tp-offcanvas-content {
  margin-bottom: 45px;
}

.tp-offcanvas-content p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #414144;
}

.tp-offcanvas-title {
  font-size: 40px;
  line-height: 1;
  letter-spacing: -0.8px;
  font-weight: 500;
  margin-bottom: 15px;
  color: var(--tp-common-black);
}

.tp-offcanvas-title.sm {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 15px;
  text-transform: uppercase;
  color: var(--tp-common-black);
}

.tp-offcanvas-gallery {
  margin-bottom: 65px;
}

.tp-offcanvas-gallery-img img {
  transition: 0.9s;
}

.tp-offcanvas-gallery-img:hover img {
  transform: scale(1.2) rotate(-2deg);
}


.tp-offcanvas-social ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}

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


/*----------------------------------------*/
/*  5.1 Postbox css
/*----------------------------------------*/


.basic-pagination {
  margin-bottom: 40px;
}

.basic-pagination ul li {
  list-style: none;
  display: inline-block;
  margin-right: 5px;
}

@media (max-width: 767px) {
  .basic-pagination ul li {
    margin-right: 5px;
  }
}

.basic-pagination ul li:hover a {
  border-color: #D0FF71;
  background-color: #D0FF71;
  color: var(--tp-common-black);
}

.basic-pagination ul li>a {
  height: 50px;
  width: 50px;
  line-height: 49px;
  text-align: center;
  font-weight: 600;
  font-size: 16px;
  border-radius: 50%;
  display: inline-block;
  color: var(--tp-common-white);
  transition: all 0.3s ease-in-out;
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.basic-pagination ul li .current {
  height: 50px;
  width: 50px;
  font-weight: 600;
  line-height: 49px;
  text-align: center;
  font-size: 16px;
  border-radius: 50%;
  display: inline-block;
  border-color: #D0FF71;
  background-color: #D0FF71;
  color: var(--tp-common-black);
  transition: all 0.3s ease-in-out;
}

.basic-pagination-label span {
  font-weight: 500;
  font-size: 15px;
  line-height: 1.33;
  color: #525356;
  display: inline-block;
}

@media (max-width: 767px) {
  .basic-pagination-label span {
    margin-bottom: 15px;
  }
}

.basic-pagination.product-pagination ul li>a {
  color: #4d3d30;
  border: 1px solid rgb(77, 61, 48);
}

.basic-pagination.product-pagination ul li:hover a {
  background-color: #4d3d30;
  color: var(--tp-common-white);
}

.basic-pagination.product-pagination ul li .current {
  background-color: #4d3d30;
  color: var(--tp-common-white);
}



/*----------------------------------------*/
/*  5.2 Recent Post css
/*----------------------------------------*/

/*----------------------------------------*/
/*  5.3 Sidebar css
/*----------------------------------------*/

.tagcloud a {
  border-radius: 14px;
  padding: 10px 18px;
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  text-align: center;
  margin-bottom: 10px;
  background: #1a1b1e;
  display: inline-block;
  text-transform: capitalize;
  color: rgba(255, 255, 255, 0.8);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tagcloud a {
    padding: 10px 14px;
    font-size: 13px;
  }
}

@media (max-width: 767px) {
  .tagcloud a {
    padding: 10px 14px;
  }
}

.tagcloud a:not(:last-child) {
  margin-right: 5px;
}

.tagcloud a:hover {
  color: var(--tp-common-black);
  background-color: #D0FF71;
}

/*----------------------------------------*/
/*  5.4 Blog css
/*----------------------------------------*/

/* Who We Serve tweaks */
.who-serve-card {
  padding: 32px 28px;
  margin-bottom: 24px;
  border: 1px solid #e0e7ff;
  border-radius: 16px;
  background: #ffffff;
  box-shadow: 0 12px 40px rgba(9, 44, 76, 0.06);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.who-serve-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 50px rgba(9, 44, 76, 0.12);
}

.who-serve-info {
  gap: 28px;
}

.who-serve-thumb {
  border-radius: 12px;
  overflow: hidden;
  width: 100%;
  max-width: 260px;
}

.who-serve-thumb img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  display: block;
}

@media (max-width: 991px) {
  .who-serve-card {
    padding: 26px 22px;
  }

  .who-serve-thumb {
    max-width: 100%;
    margin-top: 20px;
  }

  .who-serve-thumb img {
    height: 220px;
  }
}

@media (max-width: 767px) {
  .who-serve-info {
    gap: 18px;
  }

  .who-serve-thumb img {
    height: 260px;
  }
}

.crp-blog-shape {
  position: absolute;
  top: 145px;
  right: 0;
  z-index: -1;
}

.crp-blog-title {
  font-weight: 600;
  font-size: 180px;
  line-height: 0.7;
  margin-bottom: 0;
  opacity: 0.1;
  margin-left: -100px;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  writing-mode: vertical-lr;
  transform: translateY(-40px) rotate(180deg);
  font-family: var(--tp-ff-teko);
  color: var(--tp-common-cream-3);
}

@media only screen and (min-width: 1600px) and (max-width: 1700px) {
  .crp-blog-title {
    font-size: 175px;
    margin-left: 0;
    transform: translateY(0);
  }
}

@media only screen and (min-width: 1400px) and (max-width: 1599px),
only screen and (min-width: 1200px) and (max-width: 1399px) {
  .crp-blog-title {
    font-size: 150px;
    margin-left: 0;
    transform: translateY(0);
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .crp-blog-title {
    margin-left: 0;
    font-size: 110px;
    margin-bottom: 40px;
    writing-mode: inherit;
    transform: translateY(0);
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .crp-blog-title {
    margin-left: 0;
    font-size: 84px;
    margin-bottom: 40px;
    writing-mode: inherit;
    transform: translateY(0px);
  }
}

@media (max-width: 767px) {
  .crp-blog-title {
    font-size: 67px;
    margin-left: 0;
    margin-bottom: 40px;
    writing-mode: inherit;
    transform: translateY(0px);
  }
}

.crp-blog-title-sm {
  font-weight: 500;
  font-size: 54px;
  line-height: 1;
  margin-bottom: 30px;
  letter-spacing: -0.02em;
  font-family: var(--tp-ff-teko);
  /* color: var(--tp-common-cream-3); */

  color: #40403e !important;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .crp-blog-title-sm {
    font-size: 40px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .crp-blog-title-sm {
    font-size: 35px;
  }
}

.crp-blog-meta {
  font-weight: 600;
  font-size: 15px;
  line-height: 1;
  margin-bottom: 22px;
  display: inline-block;
  color: var(--tp-common-cream-3);
}

.crp-blog-thumb {
  border-radius: 20px;
  overflow: hidden;
}

.crp-blog-thumb img {
  width: 100%;
  height: 350px;
  transition: 0.9s;
  border-radius: 20px;
  object-fit: cover;
}

.crp-blog-thumb:hover img {
  transform: scale(1.1) rotate(-2deg);
}

@media (max-width: 767px) {
  .crp-blog-item {
    flex-wrap: wrap;
  }
}

.crp-blog-content {
  margin-left: 55px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .crp-blog-content {
    margin-left: 40px;
  }
}

@media (max-width: 767px) {
  .crp-blog-content {
    margin-left: 0;
  }
}

@media (max-width: 767px) {
  .crp-blog-content {
    margin-top: 30px;
  }
}



/*----------------------------------------*/
/*  6.1 Footer Style 1
/*----------------------------------------*/





/*----------------------------------------*/
/*  6.9 Footer Style 9
/*----------------------------------------*/
.crp-footer-bg {
  background-color: #335341;
}

.crp-footer-logo {
  margin-bottom: 20px;
}

.crp-footer-widget {
  margin-bottom: 90px;
}

@media (min-width: 280px) and (max-width: 767px) {
  .crp-footer-widget {
    margin-bottom: 50px;
  }
}

.crp-footer-widget p {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 35px;
  color: var(--tp-common-cream-3);
}

.crp-footer-widget-title {
  font-weight: 600;
  font-size: 30px;
  line-height: 1;
  margin-bottom: 15px;
  letter-spacing: 0.5px;
  font-family: var(--tp-ff-teko);
  color: var(--tp-common-cream-3);
}

.crp-footer-widget-menu ul li {
  list-style-type: none;
}

.crp-footer-widget-menu ul li:not(:last-child) {
  margin-bottom: 10px;
}

@media (min-width: 280px) and (max-width: 576px) {
  .crp-footer-widget-menu ul li:not(:last-child) {
    margin-bottom: 2px;
  }
}

.crp-footer-widget-menu ul li a {
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  color: var(--tp-common-cream-3);
}


@media (min-width: 280px) and (max-width: 576px) {
  .crp-footer-widget-menu ul li a {
    font-weight: 500;
    font-size: 13px;
    line-height: 1;
    color: var(--tp-common-cream-3);

  }

}

.crp-footer-widget-info a {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.6;
  color: var(--tp-common-cream-3);
}

@media (min-width: 280px) and (max-width: 576px) {
  .crp-footer-widget-info a {
    font-weight: 500;
    font-size: 13px;
    line-height: 1.6;
    color: var(--tp-common-cream-3);
  }

}


.crp-footer-widget-info a.tel {
  font-weight: 600;
  font-size: 22px;
  display: block;
  letter-spacing: -0.02em;
}

.crp-footer-social a {
  height: 42px;
  width: 42px;
  line-height: 39px;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
  color: var(--tp-common-cream-3);
  background-color: rgba(255, 255, 230, 0.1);
}

.crp-footer-social a:not(:last-child) {
  margin-right: 5px;
}

.crp-footer-social a:hover {
  color: #325341;
  background-color: var(--tp-common-yellow-green);
}

.crp-footer-big-text {
  padding: 32px 48px;
  border-radius: 20px;
  background-color: #2a4c3a;
  font-weight: 600;
  font-size: 150px;
  line-height: 0.6;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  font-family: var(--tp-ff-teko);
  color: var(--tp-common-yellow-green);
}

.footertext-arrow {
  flex-shrink: 0;
  width: 64px;
  height: auto;
  color: white
}

/* Responsive footer CTA */
@media (max-width: 575.98px) {
  .crp-footer-big-text {
    padding: 16px 20px;
    border-radius: 16px;
    font-size: 45px;
    line-height: 0.9;
    gap: 16px;
  }

  .crp-footer-big-text span .text-1,
  .crp-footer-big-text span .text-2 {
    display: block;
  }

  .footertext-arrow {
    width: 40px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .crp-footer-big-text {
    padding: 20px 28px;
    font-size: 56px;
    line-height: 0.8;
  }

  .footertext-arrow {
    width: 48px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .crp-footer-big-text {
    padding: 24px 32px;
    font-size: 80px;
    line-height: 0.7;
  }

  .footertext-arrow {
    width: 56px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .crp-footer-big-text {
    font-size: 110px;
  }
}


.crp-footer-big-text span {
  position: relative;
  z-index: 1;
  overflow: hidden;
  display: inline-block;
}

.crp-footer-big-text span span {
  padding-top: 17px;
}

@media (min-width: 280px) and (max-width: 576px) {
  .crp-footer-big-text span span {
    padding-top: 2px;
  }
}

.crp-footer-big-text span span.text-1 {
  position: relative;
  display: block;
  transition: 0.4s ease-in-out;
}

.crp-footer-big-text span span.text-2 {
  position: absolute;
  bottom: 100%;
  display: block;
  transition: 0.4s ease-in-out;
}

.crp-footer-big-text i {
  position: relative;
  overflow: hidden;
  width: 85px;
  height: 85px;
  margin-left: 40px;
  display: inline-flex;
  transform: translateY(-11px);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .crp-footer-big-text i {
    transform: translateY(11px);
  }
}

@media (max-width: 767px) {
  .crp-footer-big-text i {
    width: 30px;
    height: 30px;
    margin-left: 0;
    /* transform: translateY(0); */
  }
}

.crp-footer-big-text i svg {
  transform: translateY(-2px);
  position: absolute;
  bottom: -1px;
  left: 1px;
  transition: all 0.3s ease-out;
}

.crp-footer-big-text i svg:last-child {
  left: -80px;
  bottom: -80px;
  transform: translate(0, 0);
  opacity: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .crp-footer-big-text i svg {
    width: 47px;
    transform: translateY(-30px);
  }
}

@media (max-width: 767px) {
  .crp-footer-big-text i svg {
    width: 20px;
    height: 20px;
    margin-top: 10px;
    transform: translateY(0px);
  }
}

.crp-footer-big-text:hover {
  color: var(--tp-common-yellow-green);
}

.crp-footer-big-text:hover span span.text-1 {
  -webkit-transform: translateY(150%);
  transform: translateY(150%);
}

.crp-footer-big-text:hover span span.text-2 {
  bottom: 50%;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
}

.crp-footer-big-text:hover i svg:first-child {
  transform: translate(85px, -85px);
}

.crp-footer-big-text:hover i svg:last-child {
  opacity: 1;
  visibility: visible;
  transform: translate(80px, -80px);
}

.crp-footer-big-text:focus {
  color: var(--tp-common-yellow-green);
}

.crp-footer-shape {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}

.crp-footer-col-3 {
  padding-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),
(max-width: 767px) {
  .crp-footer-col-3 {
    padding-left: 0;
  }
}

.crp-copyright-text p {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 0;
  color: var(--tp-common-cream-3);
}

.crp-copyright-text p span {
  color: var(--tp-common-yellow-green);
}


/*----------------------------------------*/
/*  6.11 Footer Style 11
/*----------------------------------------*/
.it-footer-style.crp-footer-bg {
  /* background-color: #0C5752; */
  /* background: linear-gradient(to right, #097EFE, #29B6E2, #4eafc5); */
  background: linear-gradient(to right, #003064, #003e83, #4eafc5);
  background: linear-gradient(to right, #003064, #2078db, #4eafc5);

}

.it-footer-style .crp-footer-big-text {
  /* background: linear-gradient(to right, #097EFE, #29B6E2, #4eafc5); */

  /* background-color: #003166; */
  background-color: #2164ac;
  color: var(--tp-common-white);
}

.it-footer-style .crp-footer-widget p {
  color: var(--tp-common-white);
}

.it-footer-style .crp-footer-social a {
  color: var(--tp-common-white);
  background-color: rgba(255, 255, 255, 0.1);
}

.it-footer-style .crp-footer-social a:hover {
  color: var(--tp-common-black);
  background-color: var(--tp-common-white);
}

.it-footer-style .crp-footer-widget-title {
  color: var(--tp-common-white);
}

.it-footer-style .crp-footer-widget-menu ul li a {
  color: rgba(255, 255, 255, 0.7);
}

.it-footer-style .crp-footer-widget-menu ul li a:hover {
  color: var(--tp-common-white);
}

.it-footer-style .crp-footer-widget-info a {
  color: rgba(255, 255, 255, 0.7);
}

.it-footer-style .crp-footer-widget-info a:hover {
  color: var(--tp-common-white);
}

.it-footer-style .crp-copyright-text p span {
  color: var(--tp-common-white);
}

.it-footer-style .crp-copyright-text p {
  color: rgba(255, 255, 255, 0.7);
}

.it-footer-shape {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}



/*----------------------------------------*/
/*  7.1 Hero css
/*----------------------------------------*/


.tp-hero-line {
  position: absolute;
  top: 65px;
  right: 100%;
  height: 1px;
  width: 60px;
  display: inline-block;
  background-color: var(--tp-common-white);
}

.tp-hero-line::before {
  content: "";
  height: 9px;
  width: 9px;
  border-radius: 50%;
  display: inline-block;
  transform: translateY(-14px);
  background-color: var(--tp-common-white);
}

.tp-hero-2-title {
  font-weight: 400 !important;
  font-size: 70px;
  line-height: 1;
  letter-spacing: -0.02em;
  font-family: var(--tp-ff-teko);
  color: var(--tp-common-cream);
  position: relative;
  z-index: 99;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-hero-2-title {
    font-size: 70px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-hero-2-title {
    font-size: 70px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-hero-2-title {
    font-size: 70px;
  }
}

@media (max-width: 767px) {
  .tp-hero-2-title {
    font-size: 50px;
  }
}

@media only screen and (min-width: 280px) and (max-width: 576px) {
  .tp-hero-2-title {
    font-size: 50px;
  }
}



.tp-hero-2-title.about-us {
  text-transform: uppercase;
}

.tp-hero-2-subtitle {
  font-weight: 400;
  font-size: 20px;
  line-height: 1.27;
  margin-bottom: 10px;
  display: inline-block;
  letter-spacing: 0.01em;
  color: var(--tp-common-cream);
  font-family: var(--tp-ff-grotesk);
}

@media (max-width: 767px) {
  .tp-hero-2-avater-box {
    margin-bottom: 30px;
  }
}

@media (min-width: 280px) and (max-width: 576px) {
  .tp-hero-2-subtitle {
    font-size: 16px !important;
    letter-spacing: 0.05em !important;
  }
}

.tp-hero-2-avater-content {
  margin-left: 10px;
}

.tp-hero-2-avater-content h4 {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.25;
  margin-bottom: 0;
  letter-spacing: -0.01em;
  color: var(--tp-common-cream);
}

.tp-hero-2-avater-content span {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.25;
  letter-spacing: -0.01em;
  color: rgba(249, 244, 232, 0.5);
}

@media (max-width: 767px) {
  .tp-hero-2-avater-content span {
    font-size: 15px;
  }
}

.tp-hero-2-img-1 img {
  transform: rotate(-14deg);
  position: relative;
  z-index: 3;
}

.tp-hero-2-img-2 img {
  margin-top: -190px;
  margin-bottom: 115px;
  transform: rotate(14deg);
  position: relative;
  z-index: 3;
}

.tp-hero-2-img-3 {
  position: relative;
  z-index: 1;
}

.tp-hero-2-img-3 img {
  transform: rotate(-16deg);
  margin-right: 280px;
}

.tp-hero-2-img-box.last-item {
  margin-bottom: 900px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-hero-2-img-box.last-item {
    margin-bottom: 700px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-hero-2-img-box.last-item {
    margin-bottom: 640px;
  }
}

.tp-hero-2-img-wrap {
  margin-top: -800px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-hero-2-img-wrap {
    margin-top: -630px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-hero-2-img-wrap {
    margin-top: -600px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-hero-2-img-wrap {
    margin-top: -530px;
  }
}

@media (max-width: 767px) {
  .tp-hero-2-area {
    padding-bottom: 0;
  }
}

.design-hero-ptb {
  padding-top: 250px;
  padding-bottom: 70px;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .design-hero-ptb {
    padding-top: 200px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .design-hero-ptb {
    padding-top: 180px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .design-hero-ptb {
    padding-top: 220px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .design-hero-ptb {
    padding-top: 160px;
  }
}

@media (max-width: 767px) {
  .design-hero-ptb {
    padding-top: 160px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .design-hero-ptb {
    padding-top: 190px;
  }
}

.design-hero-slide-text span {
  font-weight: 400;
  font-size: 280px;
  line-height: 1;
  color: #e0eeee;
  white-space: nowrap;
  letter-spacing: -0.03em;
  font-family: var(--tp-ff-poppins);
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .design-hero-slide-text span {
    font-size: 200px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .design-hero-slide-text span {
    font-size: 170px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .design-hero-slide-text span {
    font-size: 180px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .design-hero-slide-text span {
    font-size: 140px;
  }
}

@media (max-width: 767px) {
  .design-hero-slide-text span {
    font-size: 100px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .design-hero-slide-text span {
    font-size: 130px;
  }
}

.design-hero-slide-text span i {
  font-style: normal;
  margin-left: 40px;
}

.design-hero-slide-active .slide-transtion {
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
}

.design-hero-slide-active .swiper-slide {
  width: auto;
}

.design-hero-circle-1 {
  position: absolute;
  top: -25%;
  left: -6%;
  height: 600px;
  width: 600px;
  filter: blur(70px);
  -webkit-filter: blur(70px);
  border-radius: 50%;
  display: inline-block;
  background-color: rgba(5, 45, 146, 0.6);
}

.design-hero-circle-2 {
  position: absolute;
  bottom: -50%;
  right: -8%;
  height: 800px;
  width: 800px;
  filter: blur(140px);
  -webkit-filter: blur(140px);
  border-radius: 50%;
  display: inline-block;
  background-color: rgba(109, 97, 255, 0.4);
}

.design-hero-content p {
  font-weight: 500;
  font-size: 24px;
  line-height: 1.3;
  color: #e0eeee;
  margin-bottom: 35px;
  letter-spacing: -0.02em;
}

@media (max-width: 767px) {
  .design-hero-content p {
    font-size: 17px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .design-hero-content p {
    font-size: 19px;
  }

  .design-hero-content p br {
    display: none;
  }
}

@media (max-width: 767px) {
  .design-hero-content-wrap {
    margin-bottom: 60px;
  }
}

@media (max-width: 767px) {
  .design-hero-social {
    margin-bottom: 20px;
  }
}

.design-hero-social a {
  font-weight: 600;
  font-size: 14px;
  line-height: 1;
  color: #e0eeee;
  text-transform: uppercase;
  position: relative;
}

.design-hero-social a:not(:last-child) {
  padding-right: 20px;
  margin-right: 20px;
}

.design-hero-social a:not(:last-child)::after {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  width: 1px;
  height: 16px;
  background-color: #e0eeee;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .design-hero-wrap {
    margin-bottom: 50px;
  }
}

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

.studio-hero-bg {
  padding-top: 320px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .studio-hero-bg {
    padding-top: 240px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .studio-hero-bg {
    padding-top: 200px;
  }
}

@media (max-width: 767px) {
  .studio-hero-bg {
    padding-top: 170px;
  }
}

.studio-hero-title {
  font-weight: 500;
  font-size: 450px;
  line-height: 0.7;
  margin-bottom: 0;
  display: inline-block;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: var(--tp-common-red);
  font-family: var(--tp-ff-teko);
}

@media only screen and (min-width: 1801px) and (max-width: 1850px) {
  .studio-hero-title {
    font-size: 430px;
  }
}

@media only screen and (min-width: 1701px) and (max-width: 1800px) {
  .studio-hero-title {
    font-size: 415px;
  }
}

@media only screen and (min-width: 1600px) and (max-width: 1700px) {
  .studio-hero-title {
    font-size: 390px;
  }
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .studio-hero-title {
    font-size: 345px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .studio-hero-title {
    font-size: 280px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .studio-hero-title {
    font-size: 235px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .studio-hero-title {
    font-size: 175px;
    letter-spacing: 0;
  }
}

@media (max-width: 767px) {
  .studio-hero-title {
    font-size: 80px;
    letter-spacing: 0;
  }
}

.studio-hero-title.fs-400 {
  font-size: 400px;
}

@media only screen and (min-width: 1801px) and (max-width: 1850px) {
  .studio-hero-title.fs-400 {
    font-size: 350px;
  }
}

@media only screen and (min-width: 1701px) and (max-width: 1800px) {
  .studio-hero-title.fs-400 {
    font-size: 365px;
  }
}

@media only screen and (min-width: 1600px) and (max-width: 1700px) {
  .studio-hero-title.fs-400 {
    font-size: 340px;
  }
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .studio-hero-title.fs-400 {
    font-size: 295px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .studio-hero-title.fs-400 {
    font-size: 230px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .studio-hero-title.fs-400 {
    font-size: 180px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .studio-hero-title.fs-400 {
    font-size: 150px;
    letter-spacing: 0;
  }
}

@media (max-width: 767px) {
  .studio-hero-title.fs-400 {
    font-size: 80px;
    letter-spacing: 0;
  }
}

.studio-hero-info {
  padding-bottom: 230px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .studio-hero-info {
    padding-bottom: 160px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .studio-hero-info {
    padding-bottom: 150px;
  }
}

@media (max-width: 767px) {
  .studio-hero-info {
    flex-wrap: wrap;
    padding-bottom: 120px;
  }
}

.studio-hero-info a,
.studio-hero-info span {
  font-weight: 600;
  font-size: 20px;
  line-height: 1.3;
  margin: 6px 20px;
  text-align: center;
  text-transform: uppercase;
  color: var(--tp-common-cream);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {

  .studio-hero-info a,
  .studio-hero-info span {
    font-size: 18px;
  }

  .studio-hero-info a br,
  .studio-hero-info span br {
    display: none;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

  .studio-hero-info a,
  .studio-hero-info span {
    font-size: 16px;
  }

  .studio-hero-info a br,
  .studio-hero-info span br {
    display: none;
  }
}

@media (max-width: 767px) {

  .studio-hero-info a,
  .studio-hero-info span {
    font-size: 16px;
  }

  .studio-hero-info a br,
  .studio-hero-info span br {
    display: none;
  }
}

.ai-hero-subtitle {
  font-weight: 600;
  font-size: 13px;
  line-height: 1;
  margin-bottom: 25px;
  padding: 9px 16px;
  border-radius: 28px;
  display: inline-block;
  text-transform: uppercase;
  color: var(--tp-common-white);
  backdrop-filter: blur(10px);
  background: rgba(255, 255, 255, 0.08);
}



.ai-hero-video video {
  height: 100%;
  width: 100%;
  background-position: center center;
  background-size: cover;
  object-fit: cover;
}

.ai-hero-ptb {
  padding-top: 160px;
  padding-bottom: 140px;
}


@media (min-width: 768px) and (max-width: 991px) {
  .ai-hero-ptb {
    padding-top: 130px;

  }
}


@media (max-width: 767px) {
  .ai-hero-ptb {
    padding-top: 130px;
    padding-bottom: 40px;
  }
}


.ai-hero-slider-main {
  height: 800px;
  margin-left: 95px;

}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .ai-hero-slider-main {
    margin-left: 55px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .ai-hero-slider-main {
    margin-left: 0px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1399px) {
  .ai-hero-slider-main {
    height: 880px;
    margin-left: 0px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ai-hero-slider-main {
    height: 700px;
    margin-left: 0px;

  }
}

@media (max-width: 767px) {
  .ai-hero-slider-main {
    height: 400px;
    margin-left: 0;
  }
}

.ai-hero-slider-main::after {
  position: absolute;
  content: "";
  top: -3px;
  left: 0;
  width: 100%;
  height: 101%;
  background: linear-gradient(180deg, rgb(8, 4, 29) 1.05%, rgba(8, 4, 29, 0) 24.26%, rgba(8, 4, 29, 0) 68.54%, rgb(8, 4, 29) 98.06%);
}

.ai-hero-slider-item img {
  height: 300px !important;
  object-fit: cover;
}

@media (min-width: 767px) and (max-width: 991px) {
  .ai-hero-slider-item img {
    height: 210px !important;
  }
}


.ai-hero-slider-item {
  margin-bottom: 12px;
}

.ai-hero-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;


  background: linear-gradient(16deg, rgb(14 52 89) 0%, #004da4 100%);
}

.ai-hero-slider-2 {
  transform: scale(1, -1);
}

.ai-hero-slider-2 img {
  transform: scale(1, -1);
}

.ar-hero-ptb {
  padding-top: 195px;
  padding-bottom: 120px;
}

@media (max-width: 767px) {
  .ar-hero-ptb {
    padding-top: 160px;
    padding-bottom: 95px;
  }
}

.ar-hero-border {
  border-bottom: 1px solid rgba(25, 25, 25, 0.08);
}

.ar-hero-bg {
  border-left: 1px solid rgba(25, 25, 25, 0.08);
  border-right: 1px solid rgba(25, 25, 25, 0.08);
}

.ar-hero-title {
  font-size: 110px;
  line-height: 1;
  letter-spacing: -0.05em;
  text-transform: uppercase;
  color: var(--tp-common-black);
  font-family: var(--tp-ff-teko);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .ar-hero-title {
    font-size: 105px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ar-hero-title {
    font-size: 90px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ar-hero-title {
    font-size: 95px;
  }
}

@media (max-width: 767px) {
  .ar-hero-title {
    font-size: 60px;
  }
}

.ar-hero-title i {
  font-style: normal;
  padding-left: 100px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .ar-hero-title i {
    padding-left: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .ar-hero-title-box.service-5-heading {
    margin-bottom: 40px;
  }
}

.ar-hero-shape-1 {
  margin-right: 20px;
  transform: translateY(-23px);
}

.ar-hero-shape-2 {
  transform: translateY(-10px);
}

.ar-hero-shape-3 {
  margin-left: 20px;
  transform: translateY(-23px);
}

.crp-hero-ptb {
  padding-top: 220px;
  padding-bottom: 220px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .crp-hero-ptb {
    padding-top: 190px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .crp-hero-ptb {
    padding-top: 200px;
    padding-bottom: 70px;
  }
}

@media (max-width: 767px) {
  .crp-hero-ptb {
    padding-top: 190px;
    padding-bottom: 70px;
  }
}

.crp-hero-title {
  font-size: 150px;
  font-weight: 600;
  line-height: 0.8;
  color: var(--tp-common-cream-3);
  font-family: var(--tp-ff-teko);
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .crp-hero-title {
    font-size: 130px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .crp-hero-title {
    font-size: 105px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .crp-hero-title {
    font-size: 90px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .crp-hero-title {
    font-size: 100px;
  }
}

@media (max-width: 767px) {
  .crp-hero-title {
    font-size: 65px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .crp-hero-title {
    font-size: 80px;
  }
}

.crp-hero-title span {
  color: var(--tp-common-yellow-green);
}

.crp-hero-title.fs-100 {
  font-size: 100px;
  letter-spacing: -2px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .crp-hero-title.fs-100 {
    font-size: 82px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
(max-width: 767px) {
  .crp-hero-title.fs-100 {
    font-size: 70px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .crp-hero-title.fs-100 {
    font-size: 65px;
  }
}

@media (max-width: 767px) {
  .crp-hero-title.fs-100 {
    letter-spacing: 0;
  }
}

@media (max-width: 767px) {
  .crp-hero-title.fs-100 br {
    display: none;
  }
}

.crp-hero-bg {
  background-size: cover;
  background-repeat: no-repeat;
}

.crp-hero-ratting {
  line-height: 1;
}

.crp-hero-ratting-text {
  flex: 0 0 auto;
  margin-right: 18px;
}

.crp-hero-ratting-text span {
  font-weight: 600;
  font-size: 50px;
  line-height: 0.8;
  display: inline-block;
  transform: translateY(7px);
  font-family: var(--tp-ff-teko);
  color: var(--tp-common-cream-3);
}

.crp-hero-ratting-details {
  line-height: 1;
}

.crp-hero-ratting-details a {
  font-weight: 600;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0;
  text-transform: uppercase;
  color: rgba(238, 241, 234, 0.7);
  border-bottom: 1px solid rgba(238, 241, 234, 0.2);
}

.crp-hero-ratting-details a:hover {
  color: var(--tp-common-white);
}

.crp-hero-ratting-details a span svg {
  margin-left: 2px;
  display: inline-block;
  transform: translateY(-1px);
}

.crp-hero-ratting-icon {
  line-height: 1;
}

.crp-hero-ratting-icon span {
  margin-bottom: 7px;
  display: inline-block;
}

@media (max-width: 767px) {
  .crp-hero-ratting-box {
    flex-wrap: wrap;
  }
}

.crp-hero-avater {
  flex: 0 0 auto;
  margin-right: 30px;
}

@media (max-width: 767px) {
  .crp-hero-avater {
    margin-right: 0;
    margin-bottom: 20px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .crp-hero-avater {
    margin-right: 20px;
    margin-bottom: 20px;
  }
}

.crp-hero-funfact-bg {
  width: 340px;
  padding: 20px;
  background-repeat: no-repeat;
}

@media (min-width: 280px) and (max-width: 576px) {
  .crp-hero-funfact-bg {
    width: 100%;
  }
}

.crp-hero-funfact-top-content {
  padding-right: 60px;
  margin-bottom: 45px;
}

.crp-hero-funfact-top-content h4 {
  font-weight: 600;
  font-size: 28px;
  color: #17312f;
  margin-bottom: 7px;
  font-family: var(--tp-ff-teko);
}

.crp-hero-funfact-top-content p {
  font-weight: 400;
  font-size: 17px;
  line-height: 1.4;
  letter-spacing: -0.01em;
  color: rgba(23, 49, 47, 0.8);
}

.crp-hero-funfact-item h4 {
  font-weight: 500;
  font-size: 70px;
  color: #17312f;
  margin-bottom: 8px;
  line-height: 0.7;
  font-family: var(--tp-ff-teko);
}

.crp-hero-funfact-more-details p {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 0;
  letter-spacing: -0.01em;
  color: rgba(23, 49, 47, 0.8);
}

.crp-hero-funfact-wrap {
  margin-left: 20px;
  background-color: var(--tp-common-primary);
  border-radius: 12px;
  margin-top: 40px !important;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .crp-hero-funfact-wrap {
    margin-left: 0;
    margin-left: -40px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .crp-hero-funfact-wrap {
    margin-left: 0;
    margin-left: -60px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .crp-hero-funfact-wrap {
    margin-left: 0;
    margin-left: -30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .crp-hero-funfact-wrap {
    margin-left: 0;
    margin-bottom: 60px;
  }
}

.crp-hero-funfact-wrap .crp-hero-funfact-item:not(:last-child) {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(23, 49, 47, 0.1);
}

.crp-hero-funfact-line {
  position: absolute;
  top: 120px;
  right: 100%;
  height: 1px;
  width: 80px;
  display: inline-block;
  background-color: var(--tp-common-yellow-green);
}

.crp-hero-funfact-line::before {
  content: "";
  height: 15px;
  width: 15px;
  border-radius: 50%;
  display: inline-block;
  transform: translateY(-11px);
  background-color: var(--tp-common-yellow-green);
}


.app-hero-ptb {
  padding-top: 210px;
}

@media (max-width: 767px) {
  .app-hero-ptb {
    padding-top: 230px;
  }
}

.app-hero-round-shape {
  margin-top: -100px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .app-hero-round-shape {
    display: none;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .app-hero-wrap {
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .app-hero-wrap {
    padding-bottom: 60px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
(max-width: 767px) {
  .app-hero-btn-box {
    flex-wrap: wrap;
  }
}

.app-hero-btn-text p {
  margin: 0;
  font-size: 16px;
  color: #66666C;
  line-height: 24px;
}

@media (max-width: 767px) {
  .app-hero-bottom-wrap {
    padding-top: 80px;
    padding-left: 30px;
  }
}

.app-hero-bottom-wrapper {
  border-radius: 30px;
}

@media (max-width: 767px) {
  .app-hero-bottom-wrapper {
    background-position: top left;
  }
}

.app-hero-bottom-subtitle {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 20px;
  display: inline-block;
  color: var(--tp-common-white);
  font-family: var(--tp-ff-teko);
}

.app-hero-bottom-thumb-main {
  position: absolute;
  bottom: 0;
  right: 17%;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .app-hero-bottom-thumb-main {
    right: 5%;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {
  .app-hero-bottom-thumb-main {
    right: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .app-hero-bottom-thumb-main {
    right: 0;
    bottom: -104px;
    transform: scale(0.7) translateX(115px);
  }
}

@media (max-width: 767px) {
  .app-hero-bottom-thumb-main {
    position: static;
  }
}

.app-hero-bottom-thumb-main .shape-1 {
  position: absolute;
  bottom: 108px;
  left: -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),
(max-width: 767px) {
  .app-hero-bottom-thumb-main .shape-1 {
    display: none;
  }
}

.app-hero-bottom-thumb-main .shape-2 {
  position: absolute;
  bottom: 0;
  left: -20px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .app-hero-bottom-thumb-main .shape-2 {
    left: 110px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .app-hero-bottom-thumb-main .shape-2 {
    left: 255px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .app-hero-bottom-thumb-main .shape-2 {
    display: none;
  }
}

.app-hero-bottom-thumb-main .shape-3 {
  position: absolute;
  bottom: 130px;
  left: 80px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .app-hero-bottom-thumb-main .shape-3 {
    left: 150px;
    bottom: 190px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .app-hero-bottom-thumb-main .shape-3 {
    display: none;
  }
}

.app-hero-bottom-thumb-main .shape-4 {
  position: absolute;
  right: 0;
  bottom: 65px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .app-hero-bottom-thumb-main .shape-4 {
    display: none;
  }
}

.app-hero-bottom-thumb-main .shape-5 {
  position: absolute;
  top: 95px;
  right: -75px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {
  .app-hero-bottom-thumb-main .shape-5 {
    right: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .app-hero-bottom-thumb-main .shape-5 {
    display: none;
  }
}

.app-hero-bottom-rating {
  display: flex;
  align-items: center;
}

.app-hero-bottom-rating-point span {
  font-size: 60px;
  font-weight: 500;
  margin-right: 10px;
  letter-spacing: -0.6px;
  color: var(--tp-common-white);
  font-family: var(--tp-ff-teko);
}

.app-hero-bottom-rating-star {
  transform: translateY(-4px);
}

.app-hero-bottom-rating-star a {
  font-size: 12px;
  font-weight: 500;
  margin: 0;
  letter-spacing: -0.12px;
  text-transform: uppercase;
  color: var(--tp-common-white);
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.app-hero-bottom-rating-star a svg {
  margin-left: 4px;
}

.app-hero-bottom-rating-stars {
  line-height: 1;
  margin-bottom: 0px;
}

.box {
  display: inline-flex;
}

.box .eye {
  position: relative;
  width: 74px;
  height: 74px;
  display: block;
  background: var(--tp-common-yellow-green);
  margin: 0 5px;
  border-radius: 50%;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .box .eye {
    width: 64px;
    height: 64px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .box .eye {
    width: 54px;
    height: 54px;
  }
}

.box .eye:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 22px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #17312f;
  transform: translate(-50%, -50%);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .box .eye:before {
    width: 25px;
    height: 25px;
  }
}

.it-hero-ptb {
  padding-top: 200px;
  padding-bottom: 150px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {
  .it-hero-ptb {
    padding-bottom: 70px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .it-hero-ptb {
    padding-top: 135px;
  }
}

@media (max-width: 767px) {
  .it-hero-ptb {
    padding-bottom: 50px;
  }
}

.it-hero-subtitle {
  font-style: italic;
  font-weight: 400;
  font-size: 18px;
  margin-bottom: 23px;
  display: inline-block;
  letter-spacing: 0.03em;
  color: var(--tp-common-black-10);
  font-family: var(--tp-ff-teko);
}

.it-hero-title {
  font-weight: 400;
  font-size: 70px;
  line-height: 1;
  margin-bottom: 15px;
  color: var(--tp-common-black-10);
  font-family: var(--tp-ff-teko);
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .it-hero-title {
    font-size: 70px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .it-hero-title {
    font-size: 65px;
  }
}

@media (max-width: 767px) {
  .it-hero-title {
    font-size: 40px;
  }
}

.it-hero-title .img-1 {
  transform: translateY(-7px);
}

@media (max-width: 767px) {
  .it-hero-title .img-1 {
    display: none;
  }
}

.it-hero-title .img-2 {
  transform: translateY(-7px);
}

@media (max-width: 767px) {
  .it-hero-title .img-2 {
    display: none;
  }
}

.it-hero-content p {
  font-weight: 400;
  font-size: 26px;
  color: #45454f;
  margin-bottom: 40px;
  letter-spacing: 0.02em;
  font-family: var(--tp-ff-teko);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .it-hero-content p {
    font-size: 20px;
  }
}

.it-hero-thumb img {
  margin-left: -25px;
  margin-bottom: -3px;
  max-width: inherit;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .it-hero-thumb img {
    margin-left: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .it-hero-thumb img {
    margin-left: 0;
  }
}

@media (max-width: 767px) {
  .it-hero-thumb img {
    max-width: 100%;
    margin-left: 0;
  }
}

.it-hero-shape-1 {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 1;
}

.it-hero-shape-1 img {
  width: 100%;
}

.it-hero-shape-2 {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .it-hero-shape-2 {
    right: -30%;
  }
}

@media (max-width: 767px) {
  .it-hero-shape-2 {
    display: none;
  }
}

.it-hero-thumb .inner-img {
  position: absolute;
  top: 24%;
  left: -12%;
}

@media (max-width: 767px) {
  .it-hero-thumb .inner-img {
    display: none;
  }
}

@media (max-width: 767px) {
  .it-hero-btn-box a {
    margin-bottom: 20px;
  }
}

.st-hero-ptb {
  padding-top: 250px;
  padding-bottom: 60px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .st-hero-ptb {
    padding-top: 215px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .st-hero-ptb {
    padding-top: 200px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .st-hero-ptb {
    padding-top: 175px;
  }
}

.st-hero-shape {
  position: absolute;
  top: 25%;
  right: 10%;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .st-hero-shape {
    top: 16%;
    right: 4%;
  }
}

@media (max-width: 767px) {
  .st-hero-shape {
    display: none;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .st-hero-border {
    display: none;
  }
}

.st-hero-border .tp-border-line {
  top: 100px;
  width: 23.2%;
  border-right: 1px solid rgba(25, 25, 25, 0.08);
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .st-hero-border .tp-border-line {
    top: 70px;
  }
}

.st-hero-border .tp-border-line::after {
  content: none;
}

.st-hero-border .tp-border-line.line-2 {
  width: 40.8%;
}

.st-hero-border .tp-border-line.line-3 {
  width: 58.6%;
}

.st-hero-border .tp-border-line.line-4 {
  width: 76%;
}

@media (max-width: 767px) {
  .st-hero-heading {
    margin-bottom: 30px;
  }
}

.st-hero-title {
  font-size: 160px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -3.2px;
  color: var(--tp-common-brown);
  font-family: var(--tp-ff-poppins);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {
  .st-hero-title {
    font-size: 135px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .st-hero-title {
    font-size: 124px;
  }
}

@media (max-width: 767px) {
  .st-hero-title {
    font-size: 70px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .st-hero-title {
    font-size: 100px;
  }
}

.st-hero-title i {
  padding-left: 300px;
  font-family: var(--tp-ff-teko);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {
  .st-hero-title i {
    padding-left: 280px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .st-hero-title i {
    padding-left: 0;
  }
}

.st-hero-plain {
  position: absolute;
  right: 30%;
  top: 10%;
  width: 122px;
  height: 122px;
  display: inline-block;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .st-hero-plain {
    right: 18%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .st-hero-plain {
    display: none;
  }
}

.st-hero-plain span {
  width: 114px;
  height: 114px;
  border-radius: 50%;
  display: inline-block;
  background-color: var(--tp-common-white);
}

.st-hero-plain img {
  top: 0;
  left: 25px;
  position: absolute;
  transform-origin: top;
  animation: loadingAnimation 2s ease-in-out;
}

.st-hero-btn {
  margin-bottom: 35px;
}

.st-hero-btn a {
  height: 150px;
  width: 150px;
  border-radius: 50%;
  text-align: center;
  display: grid;
  place-content: center;
  color: var(--tp-common-brown);
  background-color: var(--tp-common-white);
}

.st-hero-btn a:hover {
  color: var(--tp-common-white);
  background-color: var(--tp-common-brown);
}

.st-hero-btn a:hover .st-hero-btn-text {
  color: var(--tp-common-white);
}

.st-hero-btn-text {
  font-size: 18px;
  font-weight: 600;
  position: relative;
  display: block;
  margin-bottom: 5px;
  color: var(--tp-common-brown);
  font-family: var(--tp-ff-poppins);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.st-hero-btn-icon {
  display: block;
  margin-left: 8px;
}

.st-hero-user-content span {
  font-size: 16px;
  font-weight: 400;
  color: #494949;
  line-height: 18px;
  letter-spacing: -0.32px;
  font-family: var(--tp-ff-poppins);
}

.st-hero-bottom-left {
  margin-top: -40px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .st-hero-bottom-left {
    margin-top: 0;
  }
}

.st-hero-bottom-right p {
  margin: 0;
  font-size: 18px;
  font-weight: 500;
  font-family: var(--tp-ff-poppins);
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .st-hero-bottom-right p br {
    display: none;
  }
}

.cr-hero-ptb {
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.cr-hero-bg {
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: -1;
  margin: 0 auto;
  text-align: center;
  position: absolute;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .cr-hero-left {
    display: none;
  }
}

.cr-hero-left .shape-1 {
  position: absolute;
  left: -2px;
  top: 16%;
  z-index: 1;
}

.cr-hero-left .shape-2 {
  position: absolute;
  left: 3%;
  top: 22%;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .cr-hero-right {
    display: none;
  }
}

.cr-hero-right .shape-1 {
  position: absolute;
  right: -2px;
  top: 16%;
  z-index: 1;
}

.cr-hero-right .shape-2 {
  position: absolute;
  right: 3%;
  top: 22%;
}

.cr-hero-heading {
  padding-bottom: 350px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .cr-hero-heading {
    padding-bottom: 250px;
  }
}

.cr-hero-thumb {
  left: 0;
  right: 0;
  bottom: 9%;
  width: 100%;
  margin: 0 auto;
  position: absolute;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .cr-hero-thumb {
    bottom: 18%;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .cr-hero-thumb {
    bottom: 22%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cr-hero-thumb {
    bottom: 30%;
  }
}

@media (max-width: 767px) {
  .cr-hero-thumb {
    bottom: 35%;
  }
}

.cr-hero-thumb img {
  width: 100%;
}

.cr-hero-content {
  padding-bottom: 50px;
}

.cr-hero-content p {
  font-size: 17px;
  font-weight: 500;
  line-height: 26px;
  margin-bottom: 25px;
  color: rgba(255, 255, 255, 0.5);
}

.cr-hero-bottom-big {
  position: absolute;
  bottom: -420px;
  left: 50%;
  z-index: 2;
  height: 660px;
  width: 660px;
  border-radius: 660px;
  display: inline-block;
  transform: translateX(-50%);
  background: #151618;
  box-shadow: 0px -20px 80px 0px rgba(0, 0, 0, 0.2);
}

.cr-hero-bottom-small {
  bottom: 0;
  height: 440px;
  width: 440px;
  position: absolute;
  border-radius: 440px;
  display: inline-block;
  box-shadow: 0px -20px 80px 0px rgba(0, 0, 0, 0.2);
  background: linear-gradient(287deg, rgba(255, 255, 255, 0.02) 16.08%, rgba(255, 255, 255, 0) 69.12%);
}

.cr-hero-bottom-small.bg-l {
  position: absolute;
  bottom: -280px;
  left: -80px;
  z-index: -1;
  background: linear-gradient(249deg, rgba(255, 255, 255, 0) 22.41%, rgba(255, 255, 255, 0.02) 69.72%);
}

.cr-hero-bottom-small.bg-r {
  position: absolute;
  bottom: -280px;
  right: -80px;
  z-index: -1;
}

.pp-hero-ptb {
  padding-top: 120px;
}

.pp-hero-hight {
  height: 100vh;
  overflow: hidden;
}

@media (max-width: 767px) {
  .pp-hero-hight {
    height: 700px;
  }
}

.pp-hero-bg {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 0;
  bottom: -54%;
  margin: 0 auto;
  text-align: center;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .pp-hero-bg {
    bottom: -25%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .pp-hero-bg {
    bottom: 0%;
  }
}

.pp-hero-text {
  font-size: 50px;
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
  color: var(--tp-common-white);
  font-family: var(--tp-ff-teko);
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
(max-width: 767px) {
  .pp-hero-text {
    font-size: 40px;
  }
}

.pp-hero-left {
  transform: translateY(30px);
}

@media (max-width: 767px) {
  .pp-hero-left {
    margin-bottom: 30px;
    padding-bottom: 20px;
  }
}

.pp-hero-right {
  padding-left: 70px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .pp-hero-right {
    padding-left: 0;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .pp-hero-right {
    padding-left: 45px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .pp-hero-right {
    padding-left: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pp-hero-right {
    padding-top: 205px;
  }
}

.pp-hero-right p {
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
  margin-bottom: 35px;
  color: var(--tp-common-white);
}

@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) {
  .pp-hero-right p br {
    display: none;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
(max-width: 767px) {
  .pp-hero-heading {
    padding-top: 50px;
  }
}

.pp-hero-title {
  margin: 0;
  line-height: 0.8;
  font-size: 380px;
  font-weight: 600;
  letter-spacing: -16px;
  padding-bottom: 15px;
  white-space: nowrap;
  text-transform: uppercase;
  font-family: var(--tp-ff-teko);
  color: var(--tp-common-yellow-1);
}

@media only screen and (min-width: 1600px) and (max-width: 1700px) {
  .pp-hero-title {
    font-size: 315px;
    letter-spacing: -12px;
  }
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .pp-hero-title {
    font-size: 300px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .pp-hero-title {
    font-size: 242px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .pp-hero-title {
    font-size: 200px;
    letter-spacing: -10px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pp-hero-title {
    font-size: 135px;
    letter-spacing: -6px;
  }
}

@media (max-width: 767px) {
  .pp-hero-title {
    font-size: 65px;
    letter-spacing: 0px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .pp-hero-title {
    font-size: 100px;
    letter-spacing: 0px;
  }
}

.tp-image-distortion {
  overflow: hidden;
  height: 100%;
  position: relative;
  background-color: red;
}

.tp-image-distortion canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

/*----------------------------------------*/
/*  7.2 About Css
/*----------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .tp-about-area {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

.tp-about-wrap {
  margin-left: 70px;
  margin-right: 12px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .tp-about-wrap {
    margin-left: 0;
  }
}

.tp-about-text p {
  font-weight: 600;
  font-size: 36px;
  line-height: 1.2;
  margin-right: 60px;
  margin-bottom: 80px;
  letter-spacing: -0.06em;
  color: var(--tp-common-black);
}



@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-about-text p {
    font-size: 36px;

    margin-bottom: 24px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-about-text p {
    font-size: 36px;
  }
}

@media (max-width: 767px) {
  .tp-about-text p {
    font-size: 24px;
    font-weight: 500 !important;

    margin-right: 0 !important;
    letter-spacing: -0.06em;
    margin-bottom: 24px !important;
    margin-top: 24px !important;
  }

  .tp-about-text p br {
    display: none;
  }
}

.tp-about-thumb {
  height: 415px;
  width: 315px;
  overflow: hidden;
  padding-right: 50px;
}

@media (max-width: 767px) {
  .tp-about-thumb {

    padding-right: 0;
    margin-bottom: 24px;
  }

}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .tp-about-thumb {
    margin-left: 0;
  }
}

@media (max-width: 767px) {
  .tp-about-thumb {
    width: 100%;
  }
}

.tp-about-thumb img {
  width: 100%;
  /* margin-top: -100px; */
}

.tp-about-funcact-wrap {}

@media (max-width: 767px) {
  .tp-about-funcact-wrap {
    margin-left: 0;
  }
}

.tp-about-funcact-item span {
  font-weight: 400;
  font-size: 70px;
  line-height: 1;
  margin-bottom: 17px;
  display: inline-block;
  letter-spacing: -0.04em;
}

.tp-about-funcact-item span i {
  font-style: normal;
}

.tp-about-funcact-item p {
  line-height: 1.33;
  margin-bottom: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-about-funcact-item p {
    font-size: 16px;
  }

  .tp-about-funcact-item p br {
    display: none;
  }
}

.tp-about-avater-info {
  margin-bottom: 38px;
  padding-bottom: 33px;
  border-bottom: 1px solid var(--tp-border-2);
}

.tp-about-avater-info img {
  margin-bottom: 18px;
}

.tp-about-avater-info p {
  line-height: 1.44;
  margin-bottom: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-about-avater-info p {
    font-size: 17px;
  }

  .tp-about-avater-info p br {
    display: none;
  }
}

@media (max-width: 767px) {
  .tp-about-avater-info p br {
    display: none;
  }
}

.tp-about-shape-1 {
  position: absolute;
  bottom: 0;
  left: 0;
}

.tp-about-shape-1 img {
  animation: rotate2 5s linear infinite;
  filter: invert(1);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-about-title-box {
    margin-bottom: 20px;
  }
}

@media (max-width: 767px) {
  .tp-about-us-area {
    padding-bottom: 50px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-about-us-2-ptb {
    padding-top: 150px;
  }
}

@media (max-width: 767px) {
  .tp-about-us-2-ptb {
    padding-top: 130px;
  }
}

.tp-about-us-2-line {
  padding-bottom: 20px;
}

.tp-about-us-2-line img {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  margin: 0 auto;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-about-us-2-top {
    padding: 0 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .tp-about-us-2-top {
    display: none;
  }
}

.tp-about-us-2-text p {
  position: relative;
  font-size: 14px;
  font-weight: 500;
  padding-left: 10px;
  margin-bottom: 5px;
  display: inline-block;
  text-transform: uppercase;
  color: rgba(33, 33, 45, 0.5);
  font-family: var(--tp-ff-teko);
}

.tp-about-us-2-text p::before {
  position: absolute;
  content: "";
  height: 3px;
  width: 3px;
  left: 0;
  top: 10px;
  border-radius: 50%;
  background-color: rgba(33, 33, 45, 0.5);
}

.tp-about-us-2-wrap {
  position: relative;
  padding: 30px;
  border: 1px solid rgba(34, 34, 34, 0.08);
}

@media (max-width: 767px) {
  .tp-about-us-2-wrap {
    border: none;
    padding: 0;
  }
}

.tp-about-us-2-wrap::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: rgba(34, 34, 34, 0.08);
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .tp-about-us-2-wrap::after {
    content: none;
  }
}

.tp-about-us-2-thumb {
  padding: 70px 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .tp-about-us-2-thumb {
    padding: 30px 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .tp-about-us-2-thumb img {
    width: 100%;
  }
}

.tp-about-us-2-thumb-shape .shape-1 {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-about-us-2-thumb-shape .shape-1 {
    left: -8px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .tp-about-us-2-thumb-shape .shape-1 {
    display: none;
  }
}

.tp-about-us-2-thumb-shape .shape-2 {
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-about-us-2-thumb-shape .shape-2 {
    right: -8px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .tp-about-us-2-thumb-shape .shape-2 {
    display: none;
  }
}

.tp-about-us-2-right {
  height: 100%;
  padding-left: 15px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-about-us-2-right {
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .tp-about-us-2-right {
    padding-left: 20px;
  }
}

.tp-about-us-2-right-shape {
  position: absolute;
  top: 0;
  right: 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),
(max-width: 767px) {
  .tp-about-us-2-right-shape {
    display: none;
  }
}

.tp-about-us-2-text-title {
  font-size: 16px;
  font-weight: 500;
  padding: 5px 25px;
  margin-right: 6px;
  border-radius: 130px;
  display: inline-block;
  letter-spacing: -0.32px;
  color: rgba(33, 33, 45, 0.7);
  border: 1px solid rgba(33, 33, 45, 0.08);
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .tp-about-us-2-btn {
    padding-bottom: 50px;
  }
}

.tp-about-us-2-btn a {
  font-size: 16px;
  font-weight: 500;
  padding: 5px 25px;
  margin-right: 6px;
  border-radius: 130px;
  display: inline-block;
  letter-spacing: -0.32px;
  color: rgba(33, 33, 45, 0.7);
  border: 1px solid rgba(33, 33, 45, 0.1);
}

.tp-about-us-2-btn a:hover {
  color: var(--tp-common-white);
  background-color: var(--tp-common-black);
}

.tp-about-us-2-subtitle {
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 10px;
  display: inline-block;
  letter-spacing: -0.9px;
  text-transform: uppercase;
  color: var(--tp-common-red);
  font-family: var(--tp-ff-teko);
}

@media (max-width: 767px) {
  .tp-about-us-2-subtitle {
    font-size: 20px;
    letter-spacing: 0;
    margin-bottom: 20px;
  }
}

.tp-about-us-2-title {
  font-size: 200px;
  font-weight: 500;
  line-height: 0.75;
  letter-spacing: -6px;
  text-transform: uppercase;
  color: var(--tp-common-red);
  font-family: var(--tp-ff-teko);
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-about-us-2-title {
    font-size: 170px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-about-us-2-title {
    font-size: 115px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-about-us-2-title {
    font-size: 100px;
  }
}

@media (max-width: 767px) {
  .tp-about-us-2-title {
    font-size: 70px;
    letter-spacing: -1px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-about-us-2-title {
    font-size: 100px;
    letter-spacing: -1px;
  }
}

.des-about-text p {
  font-weight: 400;
  font-size: 75px;
  line-height: 1;
  letter-spacing: 1px;
  font-family: var(--tp-ff-mango);
  color: var(--tp-common-cream);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .des-about-text p {
    font-size: 65px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .des-about-text p {
    font-size: 60px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .des-about-text p {
    font-size: 60px;
  }
}

@media (max-width: 767px) {
  .des-about-text p {
    font-size: 50px;
  }
}

.des-about-text p span {
  color: #FB4566;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .des-about-area {
    padding-bottom: 160px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .des-about-area {
    padding-bottom: 150px;
  }
}

@media (max-width: 767px) {
  .des-about-area {
    padding-bottom: 110px;
  }
}

@media (max-width: 767px) {
  .des-about-inner-ptb {
    padding-bottom: 0;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {
  .studio-about-area {
    padding-top: 120px;
  }
}

@media (max-width: 767px) {
  .studio-about-area {
    padding-top: 60px;
    padding-bottom: 100px;
  }
}

.studio-about-wrap {
  padding-left: 195px;
}

@media only screen and (min-width: 1701px) and (max-width: 1800px) {
  .studio-about-wrap {
    padding-left: 160px;
  }
}

@media only screen and (min-width: 1600px) and (max-width: 1700px) {
  .studio-about-wrap {
    padding-left: 60px;
  }
}

@media only screen and (min-width: 1400px) and (max-width: 1599px),
only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .studio-about-wrap {
    padding-left: 0;
  }
}

.studio-about-title-box {
  padding-left: 110px;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px),
only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .studio-about-title-box {
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .studio-about-title-box {
    margin-bottom: 40px;
  }
}

.studio-about-content {
  padding-left: 45px;
  padding-bottom: 150px;
  padding-right: 90px;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .studio-about-content {
    padding-right: 55px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .studio-about-content {
    padding-left: 30px;
    padding-bottom: 0;
    padding-right: 0;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .studio-about-content {
    padding-right: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .studio-about-content {
    padding-left: 0;
    padding-bottom: 0;
    padding-right: 0;
  }
}

.studio-about-content p {
  font-weight: 500;
  font-size: 20px;
  line-height: 1.4;
  color: #f9f4e8;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .studio-about-content p {
    font-size: 18px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .studio-about-content p {
    font-size: 16px;
  }

  .studio-about-content p br {
    display: none;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .studio-about-content p {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .studio-about-content p {
    font-size: 19px;
  }
}

.studio-about-content.about-us-2 p {
  color: var(--tp-common-black-10);
}

.studio-about-thumb.thumb-1 {
  height: 580px;
  width: 460px;
  overflow: hidden;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .studio-about-thumb.thumb-1 {
    width: 100%;
    height: 400px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .studio-about-thumb.thumb-1 {
    width: 100%;
    height: 300px;
  }
}

@media (max-width: 767px) {
  .studio-about-thumb.thumb-1 {
    height: 300px;
    width: 100%;
    margin-bottom: 30px;
  }
}

.studio-about-thumb.thumb-1 img {
  margin-top: -20px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {
  .ai-about-area {
    padding-bottom: 80px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .ai-about-area {
    padding-bottom: 0px;
  }
}

.ai-about-thumb {
  position: relative;
}

.ai-about-thumb.thumb-1 {
  margin-top: 190px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .ai-about-thumb.thumb-1 {
    margin-top: 0;
    margin-right: 20px;
  }
}

.ai-about-thumb.thumb-2 {
  margin-left: -190px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .ai-about-thumb.thumb-2 {
    margin-left: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .ai-about-thumb-box {
    margin-bottom: 30px;
  }
}

.ai-about-thumb.tp--hover-img canvas {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}

.ai-about-thumb img {
  width: 100%;
  display: block;
  object-fit: cover;
}

.ai-about-right {
  margin-left: 80px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ai-about-right {
    margin-left: 20px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .ai-about-right {
    margin-left: 0px;
  }
}

.ai-about-title-box p {
  font-weight: 400;
  font-size: 18px;
  line-height: 1.56;
  color: var(--tp-common-white);
}

.ai-about-list ul li {
  position: relative;
  padding-left: 90px;
  list-style-type: none;
  margin-bottom: 50px;
}

@media (max-width: 767px) {
  .ai-about-list ul li {
    padding-left: 75px;
  }
}

.ai-about-list ul li>span {
  position: absolute;
  top: -16px;
  left: 0;
  line-height: 1;
}

.ai-about-list ul li>span>span {
  position: relative;
  display: inline-block;
  line-height: 1;
}

.ai-about-list ul li>span>span i {
  height: 60px;
  width: 60px;
  transition: 0.3s;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  background-color: #221939;
}

.ai-about-list ul li>span>span svg {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  transform: translateY(-50%);
  color: var(--tp-common-cream-2);
  transition: 0.3s;
}

.ai-about-list ul li p {
  font-weight: 600;
  font-size: 20px;
  line-height: 1.2;
  color: var(--tp-common-white);
}

@media (max-width: 767px) {
  .ai-about-list ul li p {
    font-size: 17px;
  }
}

.ai-about-list ul li:hover span span i {
  transform: scale(1.1);
  background-color: var(--tp-common-cream-2);
}

.ai-about-list ul li:hover span span svg {
  color: var(--tp-common-black);
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .ar-about-area {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

.ar-about-thumb {
  margin-left: 130px;
  display: inline-block;
  height: 500px;
  width: 400px;
  overflow: hidden;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .ar-about-thumb {
    margin-left: 0;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {
  .ar-about-thumb {
    margin-left: 0;
    width: auto;
  }
}

@media (max-width: 767px) {
  .ar-about-thumb {
    margin-left: 0;
    width: auto;
    margin-bottom: 40px;
  }
}

.ar-about-thumb img {
  margin-top: -60px;
}

.ar-about-shape {
  position: absolute;
  bottom: 0;
  left: -62%;
  z-index: -1;
  max-width: inherit;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .ar-about-shape {
    left: 0;
  }
}

.ar-about-title-sm {
  font-weight: 400;
  font-size: 36px;
  line-height: 1.17;
  margin-bottom: 15px;
  letter-spacing: -0.04em;
  color: var(--tp-common-black);
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .ar-about-title-sm {
    font-size: 33px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .ar-about-title-sm {
    font-size: 32px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ar-about-title-sm {
    font-size: 27px;
  }
}

@media (max-width: 767px) {
  .ar-about-title-sm {
    font-size: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .ar-about-title-wrap {
    margin-bottom: 0;
  }
}

.ar-about-content {
  margin-bottom: 40px;
  padding-right: 80px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .ar-about-content {
    padding-right: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .ar-about-content {
    margin-top: 40px;
  }
}

.ar-about-content p {
  font-weight: 400;
  font-size: 18px;
  line-height: 1.44;
  margin-right: 80px;
  margin-bottom: 40px;
  letter-spacing: -0.01em;
  color: rgba(20, 20, 20, 0.6);
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .ar-about-content p {
    margin-right: 50px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .ar-about-content p {
    margin-right: 0px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ar-about-content p {
    font-size: 17px;
  }
}

.ar-about-exp-box {
  margin-left: -30px;
  padding: 30px;
  background-position: bottom;
  background-repeat: no-repeat;
  display: inline-block;
  border: 1px solid rgba(20, 20, 20, 0.06);
  border-top: 4px solid var(--tp-common-red-2);
}

@media (max-width: 767px) {
  .ar-about-exp-box {
    width: 100%;
  }
}

.ar-about-exp-box span {
  font-size: 15px;
  line-height: 1.2;
  margin-bottom: 17px;
  display: inline-block;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: var(--tp-common-red-2);
  font-family: var(--tp-ff-teko);
}

.ar-about-exp-box h4 {
  font-size: 160px;
  line-height: 0.69;
  margin-bottom: 0;
  text-transform: uppercase;
  color: var(--tp-common-red-2);
  font-family: var(--tp-ff-teko);
}

.ar-about-us-4-hero-ptb {
  padding-top: 195px;
  padding-bottom: 100px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ar-about-us-4-hero-ptb {
    padding-bottom: 60px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .ar-about-us-4-hero-ptb {
    padding-bottom: 40px;
  }
}

@media (max-width: 767px) {
  .ar-about-us-4-hero-ptb {
    padding-top: 150px;
  }
}

.ar-about-us-4-hero-ptb.pb-70 {
  padding-bottom: 60px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .ar-about-us-4-hero-ptb.pb-70 {
    padding-bottom: 40px;
  }
}

.ar-about-us-4-title {
  color: #111013;
  font-size: 100px;
  font-weight: 800;
  line-height: 1;
  margin-bottom: 50px;
  letter-spacing: -4px;
  text-transform: uppercase;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {
  .ar-about-us-4-title {
    font-size: 90px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .ar-about-us-4-title {
    font-size: 70px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .ar-about-us-4-title-box {
    flex-wrap: wrap;
    justify-content: start !important;
  }
}

.ar-about-us-4-title-box p {
  color: #111013;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .ar-about-us-4-title-box p br {
    display: none;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .ar-about-us-4-title-box p {
    padding-top: 20px;
  }
}

.ar-about-us-4-title-box .tp-section-subtitle {
  margin-right: 15px;
}

.ar-about-us-4-title-box .ar-about-us-4-icon {
  margin-right: 75px;
}

.ar-about-us-4-shape {
  position: absolute;
  top: 31%;
  right: 10%;
}

@media (max-width: 767px) {
  .ar-about-us-4-shape {
    display: none;
  }
}

.ar-about-us-4-text-warp.title-black-color .ar-about-us-4-text-title {
  color: #111013;
}

.ar-about-us-4-text-title {
  font-size: 200px;
  font-weight: 800;
  letter-spacing: -8px;
  text-transform: uppercase;
  color: rgba(249, 244, 232, 0.1);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {
  .ar-about-us-4-text-title {
    font-size: 145px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .ar-about-us-4-text-title {
    font-size: 90px;
    letter-spacing: -5px;
  }
}

.ar-about-funfact-color .crp-hero-funfact-line {
  background-color: var(--tp-common-red-3);
}

.ar-about-funfact-color .crp-hero-funfact-line::before {
  background-color: var(--tp-common-red-3);
}

.ar-about-funfact-top-content h4 {
  font-size: 34px;
  font-weight: 800;
  line-height: 36px;
  margin-bottom: 35px;
  letter-spacing: -0.68px;
  text-transform: uppercase;
  color: var(--tp-common-white);
}

.ar-about-funfact-item:not(:last-of-type) {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.ar-about-funfact-item-icon {
  margin-right: 10px;
}

.ar-about-funfact-item-icon span {
  display: grid;
  height: 54px;
  width: 54px;
  border-radius: 50%;
  place-content: center;
  border: 1px solid rgba(255, 255, 255, 0.14);
}

.ar-about-funfact-item-content p {
  margin: 0;
  font-size: 13px;
  font-weight: 500;
  margin-bottom: 3px;
  color: var(--tp-common-white);
}

.ar-about-funfact-item-content a {
  font-size: 18px;
  font-weight: 500;
  color: var(--tp-common-white);
  word-break: break-all !important;
}

.ar-about-funfact-item-bottom p {
  font-size: 13px;
  font-weight: 500;
  line-height: 1;
  color: rgba(255, 255, 255, 0.7);
}

.ar-about-funfact-item-bottom p span {
  font-weight: 600;
  color: var(--tp-common-white);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .crp-about-area {
    padding-top: 80px;
  }
}

@media (max-width: 767px) {
  .crp-about-area {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

.crp-about-exp {
  height: 250px;
  width: 250px;
  border-radius: 50%;
  display: inline-block;
  background-color: #FFEB53;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .crp-about-exp {
    height: 155px;
    width: 155px;
    display: grid;
    margin-bottom: 20px;
    place-content: center;
  }
}

.crp-about-exp-item span {
  font-weight: 600;
  font-size: 250px;
  line-height: 0.5;
  color: #2A4C3A;
  margin-top: 35px;
  margin-bottom: 10px;
  display: inline-block;
  letter-spacing: -0.02em;
  font-family: var(--tp-ff-teko);
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .crp-about-exp-item span {
    font-size: 80px;
    margin-top: 0;
    margin-bottom: 0;
  }
}

.crp-about-exp-item i {
  display: block;
  font-weight: 500;
  font-size: 28px;
  line-height: 0.86;
  color: #17312f;
  font-style: normal;
  font-family: var(--tp-ff-teko);
}

.crp-about-btn-box {
  flex: 0 0 auto;
  margin-right: 80px;
  margin-top: 7px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .crp-about-btn-box {
    margin-right: 40px;
  }
}

@media (max-width: 767px) {
  .crp-about-btn-box {
    margin-right: 0;
    margin-bottom: 20px;
  }
}

.crp-about-text p {
  max-width: 345px;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.56;
  color: rgba(255, 255, 230, 0.8);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .crp-about-text p {
    max-width: 100%;
    font-size: 16px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .crp-about-text p {
    max-width: 100%;
    font-size: 16px;
  }
}

.crp-about-right {
  padding-left: 80px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .crp-about-right {
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .crp-about-right .tp-section-title-teko {
    margin-bottom: 20px;
  }
}

.crp-about-shape {
  position: absolute;
  top: -16%;
  left: 13%;
  z-index: -1;
}

@media (max-width: 767px) {
  .crp-about-bottom-wrap {
    flex-wrap: wrap;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .crp-about-left .tp-section-subtitle-teko {
    margin-bottom: 20px;
  }
}

.crp-about-3-hero-ptb {
  padding-top: 245px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .crp-about-3-hero-ptb {
    padding-top: 200px;
  }
}

.crp-about-3-funfact {
  padding-top: 65px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .crp-about-3-funfact {
    padding-top: 0;
  }
}

@media (max-width: 767px) {
  .it-about-ptb {
    padding-top: 100px;
    padding-bottom: 0;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .it-about-title-box {
    margin-bottom: 50px;
  }
}

.it-about-title-box p {
  font-weight: 400;
  font-size: 18px;
  line-height: 1.44;
  color: #61616a;
  margin-bottom: 25px;
  padding-right: 40px;
}

.it-about-thumb img {
  border-radius: 12px;
  max-width: inherit;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .it-about-thumb img {
    max-width: 100%;
  }
}

.it-about-thumb img.img-2 {
  margin-left: -150px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .it-about-thumb img.img-2 {
    margin-left: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .it-about-thumb img.img-2 {
    margin-bottom: 60px;
  }
}

.it-about-thumb-inner {
  width: 100%;
  height: 500px;
  overflow: hidden;
  border-radius: 12px;
  object-fit: cover;
}

@media (min-width: 280px) and (max-width: 576px) {
  .it-about-thumb-inner {

    height: auto;


  }
}

.it-about-thumb-inner img {
  /* margin-top: -100px;
  margin-left: -100px; */
  object-fit: cover;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .it-about-thumb-inner img {
    margin-left: 0;
    margin-top: 0;
  }
}

.it-about-info-wrap {
  position: absolute;
  display: grid;
  top: 15%;
  right: -10%;
  z-index: 2;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .it-about-info-wrap {
    right: 0;
  }
}

@media (max-width: 767px) {
  .it-about-info-wrap {
    display: none;
  }
}

.it-about-info-item {
  padding: 28px;
  margin: 6px 0;
  padding-right: 22px;
  border-radius: 12px;
  display: inline-block;
  background: #f6f9fe;
  box-shadow: inset 0 20px 40px 0 rgba(255, 255, 255, 0.45);
}

.it-about-info-item i {
  font-weight: 500;
  font-size: 45px;
  line-height: 0.7;
  font-style: normal;
  margin-right: 20px;
  color: var(--tp-common-black-10);
  font-family: var(--tp-ff-teko);
}

.it-about-info-item p {
  font-weight: 500;
  font-size: 17px;
  margin-bottom: 0;
  line-height: 1.35;
  color: var(--tp-common-black-10);
}

.it-about-shape-1 {
  position: absolute;
  bottom: 0;
  left: 0;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .it-about-shape-1 {
    bottom: -7%;
  }
}

.it-about-shape-2 {
  position: absolute;
  top: -5%;
  right: 0;
  z-index: 2;
}

@media (max-width: 991px) {
  .it-about-shape-2 {
    display: none;
  }
}

@media (max-width: 767px) {
  .st-about-ptb {
    padding-top: 100px;
    padding-bottom: 0;
  }
}

.st-about-shape {
  position: absolute;
  bottom: 20%;
  left: 10%;
}

@media (max-width: 767px) {
  .st-about-shape {
    display: none;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .st-about-wrap {
    padding-left: 0;
    padding-bottom: 40px;
  }
}

.st-about-title {
  font-size: 28px;
  font-weight: 600;
  line-height: 40px;
  letter-spacing: -0.36px;
  color: var(--tp-common-black);
  font-family: var(--tp-ff-poppins);
}

@media (max-width: 767px) {
  .st-about-title {
    font-size: 18px;
    font-weight: 400;
    color: var(--tp-text-body);
    line-height: 1.4;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
(max-width: 767px) {
  .st-about-title br {
    display: none;
  }
}

.st-about-card {
  padding: 40px;
  width: 375px;
  border-radius: 15px;
  background-color: var(--tp-common-white);
}

@media (max-width: 767px) {
  .st-about-card {
    width: 100%;
  }
}

.st-about-card-tag span {
  color: #494949;
  font-size: 17px;
  font-weight: 400;
  border-radius: 16px;
  padding: 2px 11px;
  display: inline-block;
  letter-spacing: -0.34px;
  text-transform: uppercase;
  border: 1px solid rgba(69, 48, 48, 0.15);
}

.st-about-card-btn a {
  width: 36px;
  height: 36px;
  display: grid;
  border-radius: 50%;
  place-content: center;
  color: var(--tp-common-white);
  background-color: var(--tp-common-brown);
}

.st-about-card-bottom span {
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  display: inline-block;
  letter-spacing: -0.36px;
  text-transform: uppercase;
  color: var(--tp-common-brown);
  font-family: var(--tp-ff-poppins);
}

.st-about-card-thumb img {
  animation: roteted 6s linear infinite;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .st-about-box {
    padding-bottom: 40px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .st-about-box .tp-about-funcact-wrap {
    margin-left: 0;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .st-about-box .tp-about-funcact-wrap .tp-about-avater-info p br {
    display: none;
  }
}

.st-about-box .tp-about-funcact-item span {
  font-weight: 600;
  color: var(--tp-common-black);
}

.st-about-box .tp-about-avater-info {
  border-color: rgba(69, 48, 48, 0.15);
}

.st-about-thumb-box img {
  border-radius: 15px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .pp-about-ptb {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .pp-about-ptb {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

.pp-about-shape {
  position: absolute;
  right: 0;
  bottom: 30%;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .pp-about-shape {
    bottom: 0;
  }
}

@media (max-width: 767px) {
  .pp-about-shape {
    display: none;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .pp-about-shape {
    display: block;
  }
}

.pp-about-left {
  padding-left: 60px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .pp-about-left {
    padding-left: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .pp-about-left {
    padding-bottom: 30px;
  }
}

.pp-about-wrap {
  padding-left: 115px;
  display: flex;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .pp-about-wrap {
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .pp-about-heading {
    padding-bottom: 35px;
  }
}

.pp-about-bottom-btn {
  margin-right: 45px;
}

@media (max-width: 767px) {
  .pp-about-bottom-btn {
    margin-right: 30px;
  }
}

.pp-about-bottom-btn a span {
  height: 66px;
  width: 40px;
  display: grid;
  place-content: center;
  text-align: center;
  border-radius: 30px;
  color: var(--tp-common-white);
  display: inline-block;
  border: 1px solid rgba(222, 213, 191, 0.1);
}

.pp-about-bottom-btn a span svg {
  -webkit-animation: scroll_anim 3s infinite;
  animation: scroll_anim 3s infinite;
}

.pp-about-content p {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 40px;
  color: var(--tp-common-white);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {
  .pp-about-content p {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .pp-about-content p {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .pp-about-content p br {
    display: none;
  }
}

.pp-about-me-ptb {
  padding-top: 210px;
}

@media (max-width: 767px) {
  .pp-about-me-ptb {
    padding-top: 170px;
  }
}

.pp-about-me-shape .shape-left {
  position: absolute;
  bottom: -100%;
  left: 15%;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .pp-about-me-shape .shape-left {
    left: 7%;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .pp-about-me-shape .shape-left {
    left: 2px;
    bottom: -72%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pp-about-me-shape .shape-left {
    left: 0;
    bottom: -52%;
  }
}

@media (max-width: 767px) {
  .pp-about-me-shape .shape-left {
    display: none;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .pp-about-me-shape .shape-left img {
    max-width: 85%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pp-about-me-shape .shape-left img {
    max-width: 75%;
  }
}

.pp-about-me-shape .shape-right {
  position: absolute;
  bottom: -100%;
  right: 9%;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .pp-about-me-shape .shape-right {
    right: 0%;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .pp-about-me-shape .shape-right {
    right: -5%;
    bottom: -69%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pp-about-me-shape .shape-right {
    right: -10%;
    bottom: -48%;
  }
}

@media (max-width: 767px) {
  .pp-about-me-shape .shape-right {
    display: none;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .pp-about-me-shape .shape-right img {
    max-width: 85%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pp-about-me-shape .shape-right img {
    max-width: 75%;
  }
}

.pp-about-me-title {
  margin: 0;
  line-height: 0.4;
  font-size: 280px;
  font-weight: 600;
  white-space: nowrap;
  letter-spacing: -14px;
  font-family: var(--tp-ff-teko);
  color: var(--tp-common-yellow-1);
}

@media only screen and (min-width: 1701px) and (max-width: 1800px),
only screen and (min-width: 1600px) and (max-width: 1700px) {
  .pp-about-me-title {
    font-size: 220px;
  }
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .pp-about-me-title {
    font-size: 200px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .pp-about-me-title {
    font-size: 180px;
    letter-spacing: -8px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .pp-about-me-title {
    font-size: 150px;
    letter-spacing: -6px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pp-about-me-title {
    font-size: 110px;
    letter-spacing: -4px;
  }
}

@media (max-width: 767px) {
  .pp-about-me-title {
    font-size: 100px;
    letter-spacing: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .pp-about-me-hero-left {
    padding-top: 50px;
    padding-bottom: 70px;
  }
}

@media (max-width: 767px) {
  .pp-about-me-hero-left {
    padding-top: 30px;
    padding-bottom: 20px;
  }
}

.pp-about-me-hero-left a {
  display: inline-block;
  margin-bottom: 20px;
}

.pp-about-me-hero-left .pp-hero-text {
  margin-bottom: 25px;
  display: inline-block;
  text-transform: inherit;
}

.pp-about-me-hero-left p {
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  padding-left: 25px;
  position: relative;
  color: var(--tp-common-white);
}

.pp-about-me-hero-left p::before {
  position: absolute;
  content: "";
  top: 6px;
  left: 0px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: var(--tp-common-yellow-1);
}

.pp-about-me-hero-left p::after {
  position: absolute;
  content: "";
  top: 0px;
  left: -6px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: rgba(255, 246, 105, 0.1);
  animation: animate-pulse-2 3s linear infinite;
}

.pp-about-me-thumb {
  margin-left: -185px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .pp-about-me-thumb {
    margin-left: 0;
  }
}

.pp-about-me-thumb img {
  max-width: inherit;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .pp-about-me-thumb img {
    max-width: 100%;
  }
}

.pp-about-me-skill.pp-skill-list-wrap {
  padding-left: 20px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .pp-about-me-skill.pp-skill-list-wrap {
    padding-left: 0;
  }
}

.pp-about-me-skill.pp-skill-list-wrap .pp-skill-list ul li {
  color: rgba(255, 255, 255, 0.7);
}

.pp-about-me-skill.pp-skill-list-wrap .pp-skill-list-title {
  color: var(--tp-common-white);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .pp-about-me-skill.pp-skill-list-wrap .pp-skill-list-title {
    font-size: 35px;
  }
}

.pp-about-me-tool-item {
  padding: 10px;
  border-radius: 260px;
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.pp-about-me-tool-item-icon {
  margin-right: 14px;
}

.pp-about-me-tool-item-icon span {
  width: 100px;
  height: 100px;
  display: grid;
  place-content: center;
  border-radius: 60px;
  background: #1A1B1E;
  backdrop-filter: blur(20px);
}

.pp-about-me-tool-item-icon span img {
  mix-blend-mode: luminosity;
}

.pp-about-me-tool-item-content span {
  display: inline-block;
  font-size: 46px;
  font-weight: 500;
  margin-bottom: 10px;
  letter-spacing: -0.46px;
  color: var(--tp-common-white);
  font-family: var(--tp-ff-teko);
}

.pp-about-me-tool-item-content p {
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  margin: 0;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.4);
}

@media (max-width: 767px) {
  .pp-about-me-experience-item {
    padding-bottom: 55px;
  }
}

.pp-about-me-experience-item p {
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  margin: 0;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.4);
}

.pp-about-me-experience-title {
  font-size: 46px;
  font-weight: 500;
  line-height: 1;
  margin: 19px 0 11px;
  letter-spacing: -0.46px;
  color: var(--tp-common-white);
  font-family: var(--tp-ff-teko);
}

@media (max-width: 767px) {
  .pp-about-me-experience-title {
    font-size: 40px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .pp-about-me-service-ptb {
    padding-bottom: 100px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .pp-about-me-service-item {
    padding-bottom: 50px;
  }
}

@media (max-width: 767px) {
  .pp-about-me-service-heading {
    margin-bottom: 30px;
  }
}

.pp-about-me-service-subtitle {
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
  margin-right: 20px;
  display: inline-block;
  letter-spacing: -0.36px;
  color: var(--tp-common-white);
}

.pp-about-me-service-title {
  font-size: 80px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.8px;
  color: var(--tp-common-white);
  font-family: var(--tp-ff-teko);
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .pp-about-me-service-title {
    font-size: 65px;
    margin-bottom: 15px;
  }
}

.tp-about-5-title-box {
  display: inline-block;
}

.tp-about-5-title-box p {
  text-align: left;
  max-width: 245px;
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
  color: var(--tp-cream-2);
  font-family: var(--tp-ff-poppins);
  position: absolute;
  bottom: 15px;
  left: 50px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-about-5-title-box p {
    bottom: 3px;
    left: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .tp-about-5-title-box p {
    position: static;
    text-align: center;
    margin: 0 auto;
    margin-top: 30px;
  }
}

.tp-about-5-subtitle {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.3;
  text-transform: uppercase;
  color: var(--tp-cream-2);
  font-family: var(--tp-ff-poppins);
  display: inline-block;
  position: absolute;
  top: 50px;
  left: 80px;
  z-index: 5;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-about-5-subtitle {
    top: 40px;
    left: 0px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .tp-about-5-subtitle {
    position: static;
    margin-bottom: 20px;
  }
}

/*----------------------------------------*/
/*  7.3 Banner Css
/*----------------------------------------*/


.ar-banner-shape img {
  max-width: inherit;
}


.st-banner-text-shape {
  position: absolute;
  bottom: -1px;
  right: 21.2%;
}

@media (max-width: 767px) {
  .st-banner-text-shape {
    display: none;
  }
}

.st-banner-text-shape .crp-text-shape-wrap {
  top: auto;
  right: 25%;
  bottom: -75px;
}

.st-banner-text-shape .crp-text-shape-wrap .crp-text-shape-2 {
  top: 7px;
  left: 6px;
}



@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .des-text-moving-area {
    padding-top: 0;
    padding-bottom: 80px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .des-text-moving-area {
    padding-bottom: 80px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .des-text-moving-area {
    padding-bottom: 90px;
  }
}

@media (max-width: 767px) {
  .des-text-moving-area {
    padding-bottom: 120px;
  }
}

@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) {
  .des-text-moving-2-area {
    padding-top: 0;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .des-text-moving-2-area {
    padding-bottom: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .des-text-moving-2-area {
    padding-top: 0;
    padding-bottom: 0;
  }
}

@media (max-width: 767px) {
  .des-text-moving-2-area {
    padding-top: 100px;
  }
}








.slide-transtion {
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
}

/*----------------------------------------*/
/*  7.5 Service Css
/*----------------------------------------*/

.tp-service-thumb {
  height: 300px;
}

.tp-service-thumb img {
  height: 100%;

  width: 100%;
  object-fit: cover;
}

@media (max-width: 767px) {
  .tp-service-area {
    padding-top: 80px;
  }
}

@media (max-width: 767px) {
  .tp-service-thumb img {
    width: 100%;
  }
}

.tp-service-item {
  padding: 40px;
  border-top: 1px dashed #CACACA;
  background-color: var(--tp-common-white);
}

@media (max-width: 767px) {
  .tp-service-item {
    padding: 40px 15px;
  }
}

.tp-service-item:last-child {
  border-bottom: 1px dashed #CACACA;
}

.tp-service-title-box {
  padding: 0px 220px;
  padding-bottom: 35px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-service-title-box {
    padding: 0 40px;
    padding-bottom: 35px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-service-title-box {
    padding: 0px 40px;
    padding-bottom: 35px;
  }
}

@media (max-width: 767px) {
  .tp-service-title-box {
    padding: 0 15px;
    padding-bottom: 35px;
  }
}

.tp-service-number {
  padding-left: 180px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .tp-service-number {
    padding: 0;
  }
}

.tp-service-number span {
  font-weight: 500;
  font-size: 20px;
  line-height: 1;
  text-transform: uppercase;
  color: var(--tp-common-black);
}

.tp-service-category span {
  padding: 9px 17px;
  font-weight: 500;
  font-size: 14px;
  line-height: 1;
  transition: 0.3s;
  margin-right: 5px;
  margin-bottom: 8px;
  border-radius: 20px;
  display: inline-block;
  text-transform: uppercase;
  color: var(--tp-common-black);
  border: 1px solid rgba(19, 22, 13, 0.1);
}

.tp-service-category span:hover {
  border-color: #F6F6F9;
  background-color: #F6F6F9;
  color: var(--tp-common-black);
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-service-category br {
    display: none;
  }
}

@media (max-width: 767px) {
  .tp-service-category {
    margin-bottom: 30px;
  }

  .tp-service-category br {
    display: none;
  }

  .tp-service-category span {
    font-size: 12px;
  }
}

.tp-service-content .tp-section-title {
  margin-bottom: 24px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-service-content .tp-section-title {
    margin-bottom: 24px;
    letter-spacing: 0;
  }
}

@media (max-width: 767px) {
  .tp-service-content .tp-section-title {
    margin-bottom: 20px;
    letter-spacing: 0;
  }
}

.tp-service-content p {
  margin-bottom: 20px;
  padding-right: 100px;
}

@media only screen and (min-width: 1701px) and (max-width: 1800px) {
  .tp-service-content p br {
    display: none;
  }
}

@media only screen and (min-width: 1600px) and (max-width: 1700px) {
  .tp-service-content p {
    padding-right: 0;
  }
}

@media only screen and (min-width: 1400px) and (max-width: 1599px),
only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-service-content p {
    padding-right: 0;
  }

  .tp-service-content p br {
    display: none;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .tp-service-content p {
    font-size: 16px;
    padding-right: 0;
    margin-bottom: 20px;
  }

  .tp-service-content p br {
    display: none;
  }
}

.tp-service-content .tp-service-btn {
  margin-bottom: 40px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-service-content .tp-service-btn {
    margin-bottom: 40px;
  }
}

@media (max-width: 767px) {
  .tp-service-content .tp-service-btn {
    margin-bottom: 40px;
  }
}

.dgm-service-content-left {
  transition: 0.3s;
}

@media (max-width: 767px) {
  .dgm-service-content-left {
    flex-wrap: wrap;
  }
}

.dgm-service-content-left span {
  font-weight: 500;
  font-size: 18px;
  line-height: 1;
  min-width: 100px;
  transition: 0.3s;
  color: var(--tp-common-white);
  font-family: var(--tp-ff-grotesk);
}

@media (max-width: 767px) {
  .dgm-service-content-left span {
    min-width: 100%;
    margin-bottom: 20px;
    display: inline-block;
  }
}

.dgm-service-content-left.black-text span {
  color: #111013;
  transition: none;
}

.dgm-service-content-left.black-text .dgm-service-title-sm {
  color: #111013;
  transition: none;
}

@media (max-width: 767px) {
  .dgm-service-content-right {
    flex-wrap: wrap;
  }
}

.dgm-service-content-right p {
  font-weight: 500;
  font-size: 17px;
  line-height: 1.53;
  margin-bottom: 0;
  max-width: 420px;
  letter-spacing: -0.01em;
  color: rgba(255, 255, 255, 0.7);
}

@media (max-width: 767px) {
  .dgm-service-content-right p {
    margin-bottom: 30px;
  }

  .dgm-service-content-right p br {
    display: none;
  }
}

.dgm-service-content-right.black-text p {
  color: rgba(17, 16, 19, 0.7);
}

.dgm-service-content-right.black-text .dgm-service-link {
  color: #111013;
  border-color: rgba(17, 16, 19, 0.2);
}

.dgm-service-link {
  height: 64px;
  width: 64px;
  line-height: 65px;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
  color: var(--tp-common-white);
  transition: 0.3s;
  border: 1px solid rgba(255, 255, 255, 0.2);
}


@media (min-width: 280px) and (max-width: 767px) {
  .dgm-service-link {
    display: none;
  }
}

.dgm-service-link span {
  width: 20px;
  height: 20px;
  left: 2px;
  overflow: hidden;
  position: relative;
  display: inline-block;
}

.dgm-service-link span svg {
  transform: translateY(-2px);
  position: absolute;
  bottom: -1px;
  left: 1px;
  transition: all 0.2s ease-out;
}

.dgm-service-link span svg:last-child {
  left: -12px;
  bottom: -12px;
  opacity: 0;
  transform: translate(0, 0);
}

.dgm-service-link:hover span svg:first-child {
  transform: translate(20px, -20px);
}

.dgm-service-link:hover span svg:last-child {
  opacity: 1;
  visibility: visible;
  transform: translate(13px, -13px);
}

.dgm-service-title-sm {
  font-weight: 500;
  font-size: 30px;
  line-height: 1.07;
  letter-spacing: -0.02em;
  color: var(--tp-common-white);
  font-family: var(--tp-ff-grotesk);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .dgm-service-title-sm br {
    display: none;
  }
}

@media (max-width: 767px) {
  .dgm-service-title-sm {
    margin-bottom: 15px;
  }

  .dgm-service-title-sm br {
    display: none;
  }
}

.dgm-service-item {
  padding: 38px 0;
  overflow: hidden;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .dgm-service-item {
    padding: 38px 30px;
  }
}

@media (max-width: 767px) {
  .dgm-service-item {
    padding: 38px 15px;
  }
}

.dgm-service-item:hover .dgm-service-bg img {
  transform: scale(1.3);
  opacity: 1;
  visibility: visible;
}

.dgm-service-item:hover .dgm-service-content-left {
  transform: translateX(30px);
}

@media (max-width: 767px) {
  .dgm-service-item:hover .dgm-service-content-left {
    transform: translateX(0px);
  }
}

.dgm-service-item:hover .dgm-service-link {
  transform: translateX(-30px);
  color: var(--tp-common-white);
  background-color: #0e6ffc;
}

@media (max-width: 767px) {
  .dgm-service-item:hover .dgm-service-link {
    transform: translateX(0px);
  }
}

.dgm-service-bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}

.dgm-service-bg img {
  width: 100%;
  height: 100%;
  transition: 0.4s;
  transform: scale(1);
  opacity: 0;
  visibility: hidden;
}

.dgm-service-wrap .row [class*=col-] .dgm-service-item:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.dgm-service-wrap.dgm-service-white .dgm-service-item {
  border-color: rgba(17, 16, 19, 0.1);
}

.dgm-service-wrap.dgm-service-white .dgm-service-item:hover .dgm-service-content-left.black-text span {
  color: var(--tp-common-white);
}

.dgm-service-wrap.dgm-service-white .dgm-service-item:hover .dgm-service-content-left.black-text .dgm-service-title-sm {
  color: var(--tp-common-white);
}

.dgm-service-wrap.dgm-service-white .dgm-service-item:hover .dgm-service-content-right p {
  color: rgba(255, 255, 255, 0.7);
}

.dgm-service-wrap.dgm-service-white .dgm-service-item:hover .dgm-service-content-right a {
  border-color: var(--tp-common-green-regular);
}

.dgm-service-radius {
  margin-bottom: -1px;
  /* border-radius: 20px 20px 0 0; */
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .dgm-service-radius {
    padding-top: 100px;
  }
}


@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .design-service-area {
    padding-top: 80px;
  }
}

@media (max-width: 767px) {
  .design-service-big-text {
    margin-bottom: 50px;
  }
}

.design-service-big-text h4 {
  font-weight: 400;
  font-size: 410px;
  line-height: 0.9;
  color: #e0eeee;
  margin-bottom: 0;
  display: inline-block;
  letter-spacing: -0.02em;
  font-family: var(--tp-ff-poppins);
}

@media only screen and (min-width: 1701px) and (max-width: 1800px) {
  .design-service-big-text h4 {
    font-size: 380px;
  }
}

@media only screen and (min-width: 1600px) and (max-width: 1700px) {
  .design-service-big-text h4 {
    font-size: 360px;
  }
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .design-service-big-text h4 {
    font-size: 320px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .design-service-big-text h4 {
    font-size: 275px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .design-service-big-text h4 {
    font-size: 225px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .design-service-big-text h4 {
    font-size: 170px;
  }
}

@media (max-width: 767px) {
  .design-service-big-text h4 {
    font-size: 80px;
  }
}

.design-service-left span {
  font-weight: 500;
  font-size: 13px;
  line-height: 1;
  color: #999da6;
  letter-spacing: -0.02em;
  text-transform: uppercase;
}

.design-service-left span::after {
  content: "";
  height: 1px;
  width: 76%;
  margin-left: 20px;
  display: inline-block;
  background-color: #3c3e3f;
  transform: translateY(-3px);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .design-service-left span::after {
    display: none;
  }
}

.design-service-right {
  margin-top: 8px;
}

@media (max-width: 767px) {
  .studio-service-area {
    padding-bottom: 80px;
  }
}

@media (max-width: 767px) {
  .studio-service-title-box {
    margin-bottom: 40px;
  }
}

.studio-service-wrap {
  margin-left: 310px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .studio-service-wrap {
    margin-left: 0;
  }
}

.studio-service-item-wrap {
  margin-left: 200px;
  border-bottom: 1px solid rgba(249, 244, 232, 0.1);
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .studio-service-item-wrap {
    margin-left: 0;
  }
}


@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .ai-service-area {
    /* padding-top: 80px; */
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ai-service-area {
    /* padding-top: 80px; */
    padding-bottom: 100px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .ai-service-area {
    padding-top: 70px;
    padding-bottom: 80px;
  }
}

.ai-service-item {
  position: relative;
  padding: 26px 21px;
  border-radius: 20px;
  background-color: white;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ai-service-item {
    padding: 50px 40px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 768px) and (max-width: 991px) {
  .ai-service-item {
    padding: 50px 50px;
  }
}

.ai-service-item:hover::after {
  opacity: 0;
  visibility: hidden;
}

.ai-service-item:hover::before {
  opacity: 1;
  visibility: visible;
}

.ai-service-item::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  z-index: -1;
  margin: -2px;
  height: 100%;
  border-radius: 20px;
  width: calc(100% + 4px);
  transition: all 0.3s ease-out 0s;
  /* background: linear-gradient(90deg, #08041D 0%, rgba(255, 255, 255, 0.2) 100%);
  background: -moz-linear-gradient(90deg, #08041D 0%, rgba(255, 255, 255, 0.2) 100%);
  background: -webkit-linear-gradient(90deg, #08041D 0%, rgba(255, 255, 255, 0.2) 100%);
  background: -ms-linear-gradient(90deg, #08041D 0%, rgba(255, 255, 255, 0.2) 100%); */
}

.ai-service-item::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  z-index: -1;
  margin: -2px;
  border-radius: 20px;
  height: calc(100% + 4px);
  width: calc(100% + 4px);
  /* opacity: 0;
  visibility: hidden; */
  transition: all 0.3s ease-out 0s;
  background: linear-gradient(304deg, #FF994B 23.79%, #D34BE9 47%, #3188FF 85.86%);
  background: -moz-linear-gradient(304deg, #FF994B 23.79%, #D34BE9 47%, #3188FF 85.86%);
  background: -webkit-linear-gradient(304deg, #FF994B 23.79%, #D34BE9 47%, #3188FF 85.86%);
  background: -ms-linear-gradient(304deg, #FF994B 23.79%, #D34BE9 47%, #3188FF 85.86%);
}

.ai-service-top-text {
  padding-left: 160px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ai-service-top-text {
    padding-left: 75px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .ai-service-top-text {
    padding-left: 0;
  }
}

.ai-service-top-text p {
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  margin-bottom: 0;
  padding-bottom: 30px;
  color: rgba(255, 255, 255, 0.6);
}

.ai-service-title-sm {
  font-weight: 500;
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: -0.02em;
  color: black;
}

@media (max-width: 767px) {
  .ai-service-title-wrap {
    margin-bottom: 0;
  }
}

.ai-service-content p {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.47;
  margin-bottom: 25px;
  color: black;
}

/* stylish bullets for mission/vision lists */
.ai-service-list {
  list-style: none;
  margin: 18px 0 0;
  padding: 0;
  text-align: left;
}

.ai-service-list li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 10px;
  font-size: 15px;
  line-height: 1.6;
  color: #333;
}

.ai-service-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  width: 14px;
  height: 14px;
  border-radius: 999px;
  background: linear-gradient(304deg, #FF994B 23.79%, #D34BE9 47%, #3188FF 85.86%);
  box-shadow: 0 0 0 3px rgba(211, 75, 233, 0.2);
}

.ai-service-link a {
  height: 48px;
  width: 48px;
  transition: 0.4s;
  line-height: 45px;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
  color: var(--tp-common-white);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.ai-service-link a:hover {
  color: var(--tp-common-black);
  border-color: var(--tp-common-white);
  background-color: var(--tp-common-white);
}

.ai-service-icon {
  margin-bottom: 30px;
}

.ai-service-icon span {
  display: inline-block;
  min-height: 60px;
}

.ai-service-shape {
  position: absolute;
  top: -26%;
  right: -2%;
  z-index: -1;
}

.ar-service-mr {
  margin-right: 210px;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px),
only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .ar-service-mr {
    margin-right: 0;
  }
}

.ar-service-height {
  height: 800px;
  display: flex;
}

@media (max-width: 767px) {
  .ar-service-height {
    height: 600px;
  }
}

.ar-service-bg {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -2;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s linear;
  transform: scale(1);
  background-size: cover;
  background-repeat: no-repeat;
}

.ar-service-bg::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(20, 20, 20, 0.3);
}

.ar-service-title {
  font-size: 18px;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: var(--tp-common-white);
  font-family: var(--tp-ff-teko);
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  margin-bottom: 50px;
  margin-right: 50px;
}

.ar-service-title::before {
  content: "";
  height: 0px;
  width: 2px;
  margin-bottom: 5px;
  transition: all 0.4s;
  display: inline-block;
  transform: translateY(-4px);
  background-color: var(--tp-common-white);
}

.ar-service-item {
  height: 100%;
  width: 25%;
  cursor: pointer;
}

.ar-service-item:not(:last-child) {
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.ar-service-item.active .ar-service-bg {
  opacity: 1;
  visibility: visible;
  transform: scale(1.03);
}

.ar-service-item:hover .ar-service-title::before {
  height: 30px;
}

.ar-service-title-box {
  position: absolute;
  top: 0;
  left: 0;
  margin: 150px 100px 100px 100px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ar-service-title-box {
    margin: 60px 60px 60px 60px;
  }
}

@media (max-width: 767px) {
  .ar-service-title-box {
    margin: 40px;
  }
}

.crp-service-icon {
  flex: 0 0 auto;
  margin-right: 30px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .crp-service-icon {
    margin-right: 0;
    margin-bottom: 20px;
  }
}

.crp-service-icon span {
  height: 60px;
  width: 60px;
  line-height: 58px;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  background-color: var(--tp-common-yellow-green);
}

.crp-service-title-sm {
  font-weight: 600;
  font-size: 34px;
  line-height: 1.1;
  letter-spacing: 0.5px;
  margin-bottom: 10px;
  font-family: var(--tp-ff-teko);
  color: var(--tp-common-cream-3);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .crp-service-title-sm {
    font-size: 30px;
  }
}

@media (max-width: 767px) {
  .crp-service-title-box {
    margin-bottom: 30px;
  }
}

.crp-service-content p {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 30px;
  color: rgba(255, 255, 230, 0.7);
}

.crp-service-link {
  font-weight: 600;
  font-size: 15px;
  line-height: 1;
  text-transform: uppercase;
  color: var(--tp-common-cream-3);
}

.crp-service-link span {
  position: relative;
  z-index: 1;
  overflow: hidden;
  display: inline-block;
}

.crp-service-link span span.text-1 {
  position: relative;
  display: block;
  transition: 0.3s;
}

.crp-service-link span span.text-2 {
  position: absolute;
  bottom: 100%;
  display: block;
  transition: 0.3s;
}

.crp-service-link i {
  position: relative;
  overflow: hidden;
  width: 14px;
  height: 14px;
  color: #E9FF48;
  margin-left: 11px;
  display: inline-flex;
}

.crp-service-link i svg {
  transform: translateY(-2px);
  position: absolute;
  bottom: -1px;
  left: 1px;
  transition: all 0.2s ease-out;
}

.crp-service-link i svg:last-child {
  left: -12px;
  bottom: -12px;
  transform: translate(0, 0);
  opacity: 0;
}

.crp-service-link:hover {
  color: var(--tp-common-cream-3);
}

.crp-service-link:hover span span.text-1 {
  -webkit-transform: translateY(150%);
  transform: translateY(150%);
}

.crp-service-link:hover span span.text-2 {
  bottom: 50%;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
}

.crp-service-link:hover i svg:first-child {
  transform: translate(16px, -16px);
}

.crp-service-link:hover i svg:last-child {
  opacity: 1;
  visibility: visible;
  transform: translate(13px, -13px);
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .crp-service-item {
    flex-wrap: wrap;
    margin-top: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .crp-service-area {
    padding-bottom: 40px;
  }
}

@media (max-width: 767px) {
  .crp-service-area {
    padding-top: 0;
    padding-bottom: 0;
  }
}

.crp-service-area .row [class*=col-]:nth-child(2n+2) .crp-service-item {
  margin-left: 115px;
  margin-right: 80px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .crp-service-area .row [class*=col-]:nth-child(2n+2) .crp-service-item {
    margin-left: 110px;
    margin-right: 0;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .crp-service-area .row [class*=col-]:nth-child(2n+2) .crp-service-item {
    margin-left: 0;
    margin-right: 0;
  }
}

.crp-service-area .row [class*=col-]:nth-child(2n+1) .crp-service-item {
  margin-right: 180px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .crp-service-area .row [class*=col-]:nth-child(2n+1) .crp-service-item {
    margin-right: 140px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .crp-service-area .row [class*=col-]:nth-child(2n+1) .crp-service-item {
    margin-right: 0;
  }
}

.crp-service-shape-1 {
  position: absolute;
  left: 0;
  bottom: 18%;
  z-index: -1;
}

.crp-service-shape-2 {
  position: absolute;
  right: 16%;
  top: 0;
  z-index: -1;
}

.crp-service-shape-3 {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .st-service-ptb {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .st-service-heading {
    margin-bottom: 30px;
  }
}

.st-service-heading .tp-section-subtitle {
  color: var(--tp-common-white);
}

.st-service-heading .tp-section-title-playfair {
  color: var(--tp-common-white);
}

.st-service-heading .tp-section-title-playfair span {
  color: rgba(255, 255, 255, 0.6);
}

.st-service-heading p {
  letter-spacing: 0;
  color: rgba(255, 255, 255, 0.65);
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .st-service-heading p br {
    display: none;
  }
}

.st-service-item {
  padding: 40px 0;
  border-top: 1px solid #00000033;
}

.st-service-item:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}

.st-service-item:hover .row [class*=col-] .st-service-item-wrap {
  transform: translateX(0);
}

.st-service-item-wrap {
  transition: 0.9s;
  transform: translateX(-340px);

}

/* First child ki image by default show kare */
.st-service-item:first-child .st-service-item-wrap {
  transform: translateX(0) !important;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .st-service-item-wrap {
    transform: translateX(0);
  }
}

@media (max-width: 767px) {
  .st-service-item-wrap {
    flex-wrap: wrap;
  }
}

.st-service-item-thumb {
  flex: 0 0 auto;
  margin-right: 50px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .st-service-item-thumb {
    margin-right: 35px;
  }
}

@media (max-width: 767px) {
  .st-service-item-thumb {
    width: 100%;
  }
}

.st-service-item-thumb img {
  border-radius: 10px;
  width: 290px;

}

@media (max-width: 767px) {
  .st-service-item-thumb img {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .st-service-item-text {
    padding-top: 30px;
  }
}

.st-service-item-title {
  margin: 0;
  line-height: 1;
  font-size: 40px;
  font-weight: 600 !important;
  letter-spacing: -1.8px;
  color: var(--tp-common-black);
  font-family: var(--tp-ff-poppins);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {
  .st-service-item-title {
    font-size: 44px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .st-service-item-title {
    font-size: 40px;
  }
}

.st-service-item-tags {
  flex: none;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  animation: marquee-horizontal 30s linear infinite;
}

.st-service-item-tags span {
  font-size: 14px;
  font-weight: 500;
  margin-right: 6px;
  padding: 1px 15px;
  border-radius: 20px;
  white-space: nowrap;
  display: inline-block;
  text-transform: uppercase;
  color: var(--tp-common-black);
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(000, 000, 000, 0.2);

}

.st-service-item-slider {
  position: relative;
}

.st-service-item-slider::after {
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  height: 100%;
  width: 160px;
  display: inline-block;
  /* background: linear-gradient(-90deg, #151515 0%, rgba(21, 21, 21, 0) 100%); */

  background: linear-gradient(-90deg, #ffffff 0%, rgba(21, 21, 21, 0) 100%);
}

.st-service-item-slider::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  height: 100%;
  width: 160px;
  z-index: 1;
  display: inline-block;
  /* background: linear-gradient(90deg, #151515 0%, rgba(21, 21, 21, 0) 100%); */
  background: linear-gradient(90deg, #ffffff 0%, rgba(21, 21, 21, 0) 100%);
}

.st-service-item-wrapper {
  height: 100%;
  text-align: end;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .st-service-item-btn {
    margin-bottom: 30px;
  }
}

.st-service-item-btn a {
  display: inline-block;
}

.st-service-item-btn a span {
  height: 60px;
  width: 60px;
  display: grid;
  border-radius: 30px;
  place-content: center;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: var(--tp-common-black);
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.st-service-item-btn a:hover span {
  color: var(--tp-common-black);
  background-color: var(--tp-common-white);
}

.cr-service-ptb {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}

@media (max-width: 767px) {
  .cr-service-ptb {
    padding-bottom: 80px;
  }
}

.cr-service-item {
  padding: 40px 0;
  padding-left: 30px;
  position: relative;
  border-left: 1px dashed rgba(255, 255, 255, 0.08);
}

@media (max-width: 767px) {
  .cr-service-item {
    padding: 30px 0;
    padding-left: 30px;
  }
}

.cr-service-item::before {
  position: absolute;
  top: 45%;
  left: -1px;
  content: "";
  width: 1px;
  height: 30px;
  display: inline-block;
  background: linear-gradient(172deg, #926AFF 6.29%, #FF77B0 50.56%, #FEB267 92.25%);
}

.cr-service-item-icon {
  margin-bottom: 30px;
}

.cr-service-item-icon span {
  width: 56px;
  height: 56px;
  display: grid;
  border-radius: 12px;
  place-content: center;
  text-align: center;
  display: inline-block;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.cr-service-item-content p {
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  color: rgba(255, 255, 255, 0.5);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .cr-service-item-content p br {
    display: none;
  }
}

.cr-service-item-title {
  font-size: 20px;
  line-height: 1;
  font-weight: 500;
  margin-bottom: 16px;
  color: var(--tp-common-white);
  font-family: var(--tp-ff-onest);
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .pp-service-ptb {
    padding-bottom: 100px;
  }
}

.pp-service-shape {
  position: absolute;
  top: -15%;
  left: 0;
  z-index: 2;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .pp-service-shape {
    display: none;
  }
}

.pp-service-shape.service-details-shape {
  top: auto;
  bottom: 10%;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .pp-service-shape.service-details-shape {
    display: none;
  }
}

.pp-service-heading {
  margin-bottom: 50px;
}

.pp-service-heading span {
  font-size: 18px;
  font-weight: 600;
  display: inline-block;
  color: var(--tp-common-white);
}

.pp-service-wrapper .active-bg {
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  z-index: -1;
  position: absolute;
  -webkit-transition: 0.7s;
  -moz-transition: 0.7s;
  -ms-transition: 0.7s;
  -o-transition: 0.7s;
  transition: 0.7s;
  background: var(--tp-common-yellow-1);
}

.pp-service-item {
  display: block;
  padding: 30px 0 0px 242px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

@media only screen and (min-width: 1400px) and (max-width: 1599px),
only screen and (min-width: 1200px) and (max-width: 1399px) {
  .pp-service-item {
    padding: 30px 0 0px 160px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .pp-service-item {
    padding: 30px 0 0px 95px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pp-service-item {
    padding: 30px 0 0px 70px;
  }
}

@media (max-width: 767px) {
  .pp-service-item {
    padding: 25px 0 15px 30px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .pp-service-item {
    padding: 25px 0 15px 50px;
  }
}

.pp-service-item::before {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  content: "";
  background: var(--tp-common-yellow-1);
  -webkit-clip-path: inset(50% 0 50% 0);
  clip-path: inset(50% 0 50% 0);
  -webkit-transition: -webkit-clip-path 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: -webkit-clip-path 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: clip-path 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: clip-path 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-clip-path 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  z-index: 2;
}

.pp-service-item:first-child {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.pp-service-item:hover::before {
  -webkit-clip-path: inset(0);
  clip-path: inset(0);
  -webkit-transition: -webkit-clip-path 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: -webkit-clip-path 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: clip-path 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: clip-path 0.6s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-clip-path 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.pp-service-item:hover .pp-service-item-title {
  color: #120F10;
}

.pp-service-item-title {
  position: relative;
  z-index: 2;
  font-size: 180px;
  font-weight: 600;
  line-height: 0.7;
  letter-spacing: -5.4px;
  display: inline-block;
  vertical-align: middle;
  text-transform: uppercase;
  color: var(--tp-common-white);
  font-family: var(--tp-ff-teko);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .pp-service-item-title {
    font-size: 150px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .pp-service-item-title {
    font-size: 120px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pp-service-item-title {
    font-size: 85px;
    line-height: 1;
    letter-spacing: -1.4px;
  }
}

@media (max-width: 767px) {
  .pp-service-item-title {
    font-size: 45px;
    letter-spacing: 0;
    line-height: 1;
  }
}

.pp-service-2.ar-hero-area {
  padding-top: 205px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .pp-service-2.ar-hero-area {
    padding-top: 200px;
  }
}



@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .inner-service-1-left {
    margin-bottom: 50px;
  }
}

.inner-service-1-left>span {
  font-weight: 500;
  font-size: 14px;
  line-height: 1;
  color: #f9f4e8;
  margin-bottom: 25px;
  display: inline-block;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  font-family: var(--tp-ff-teko);
}

.inner-service-1-left ul li {
  list-style-type: none;
}

.inner-service-1-left ul li:not(:last-child) {
  margin-bottom: 12px;
}

.inner-service-1-left ul li span {
  font-weight: 600;
  font-size: 20px;
  line-height: 1;
  color: #ff535b;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  font-family: var(--tp-ff-teko);
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .inner-service-1-number {
    padding-bottom: 30px;
  }
}

.inner-service-1-number h1 {
  font-size: 400px;
  font-weight: 600;
  line-height: 0.7;
  color: #ff535b;
  margin-bottom: 0;
  margin-top: 7px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  font-family: var(--tp-ff-teko);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .inner-service-1-number h1 {
    font-size: 300px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {
  .inner-service-1-number h1 {
    font-size: 200px;
  }
}

@media (max-width: 767px) {
  .inner-service-1-number h1 {
    margin-top: 0;
    font-size: 100px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .inner-service-1-number h1 {
    font-size: 130px;
  }
}

.inner-service-1-text {
  margin-bottom: 100px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .inner-service-1-text {
    margin-bottom: 45px;
  }
}

.inner-service-1-text span {
  font-weight: 500;
  font-size: 14px;
  line-height: 1;
  margin-bottom: 20px;
  display: inline-block;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: rgba(249, 244, 232, 0.6);
}

.inner-service-1-text p {
  font-weight: 400;
  font-size: 30px;
  color: #f9f4e8;
  line-height: 1.33;
  margin-bottom: 40px;
  padding-right: 100px;
  letter-spacing: -0.01em;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .inner-service-1-text p {
    padding-right: 0;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .inner-service-1-text p {
    font-size: 24px;
  }
}

@media (max-width: 767px) {
  .inner-service-1-text p {
    font-size: 20px;
  }
}

.inner-service-1-right {
  padding-left: 100px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .inner-service-1-right {
    padding-left: 0;
  }
}

.inner-service-1-thumb {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}

.inner-service-1-thumb .tp--hover-img {
  overflow: hidden;
}

.inner-service-1-thumb .tp--hover-img canvas {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .inner-service-1-thumb {
    margin-bottom: 30px;
  }
}

.inner-service-1-thumb img {
  border-radius: 10px;
}

.inner-service-1-thumb-text span {
  display: inline-block;
  font-weight: 600;
  font-size: 12px;
  line-height: 1;
  margin-bottom: 15px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5);
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .tp-inner-service-area {
    padding-top: 20px;
    padding-bottom: 0;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .tp-inner-service-item {
    margin-bottom: 50px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-service-4-area .ar-about-us-4-hero-ptb {
    padding-top: 160px;
  }
}

.tp-service-4-bg-shape {
  position: absolute;
  top: -450px;
  left: 0;
}

.tp-service-4-border {
  margin-bottom: 25px;
  border-bottom: 1px solid #EEE;
}

.tp-service-4-title {
  font-size: 70px;
  font-weight: 500;
  line-height: 1;
  color: #030303;
  font-family: var(--tp-ff-grotesk);
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-service-4-title {
    font-size: 56px;
  }
}

@media (max-width: 767px) {
  .tp-service-4-title {
    font-size: 43px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-service-4-title {
    font-size: 50px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .tp-service-4-title {
    margin-bottom: 30px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .tp-service-4-title br {
    display: none;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .tp-service-4-text {
    padding-top: 0;
  }
}

.tp-service-4-text p {
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
  color: #525252;
  font-family: var(--tp-ff-grotesk);
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-service-4-text p {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .tp-service-4-text p {
    font-size: 17px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-service-4-text p {
    font-size: 18px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .tp-service-4-text p br {
    display: none;
  }
}


@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-service-4-solution-area {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .tp-service-4-solution-area {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .tp-service-4-solution-subtitle {
    padding-bottom: 10px;
  }
}

.tp-service-4-solution-subtitle p {
  position: relative;
  font-size: 16px;
  font-weight: 500;
  border-radius: 100px;
  display: inline-block;
  border: 1px solid #EEE;
  padding: 6px 16px 6px 27px;
  color: var(--tp-common-black);
}

.tp-service-4-solution-subtitle p::before {
  position: absolute;
  content: "";
  height: 10px;
  width: 10px;
  top: 12px;
  left: 10px;
  border-radius: 50%;
  background-color: var(--tp-common-black);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-service-4-solution-heading {
    padding-bottom: 60px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .tp-service-4-solution-heading {
    padding-bottom: 40px;
  }
}

.tp-service-4-solution-title {
  font-size: 50px;
  font-weight: 500;
  line-height: 1;
  color: #030303;
  letter-spacing: -1px;
  font-family: var(--tp-ff-grotesk);
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-service-4-solution-title {
    font-size: 45px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .tp-service-4-solution-title {
    font-size: 40px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .tp-service-4-solution-title br {
    display: none;
  }
}

.tp-service-4-solution-item {
  padding: 40px 35px 35px;
  border: 1px solid rgba(3, 3, 3, 0.1);
}

.tp-service-4-solution-item:hover .tp-service-4-solution-item-icon span {
  animation-name: tpshake;
  animation-timing-function: ease-in-out;
  animation-duration: 0.4s;
  animation-iteration-count: 1;
}

.tp-service-4-solution-item-icon {
  padding-bottom: 165px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .tp-service-4-solution-item-icon {
    padding-bottom: 100px;
  }
}

.tp-service-4-solution-item-icon span {
  display: inline-block;
  transition: all 0.4s ease;
}

.tp-service-4-solution-item-title {
  font-size: 34px;
  font-weight: 500;
  color: #030303;
  margin-bottom: 16px;
  letter-spacing: -0.34px;
  font-family: var(--tp-ff-grotesk);
}

@media (max-width: 767px) {
  .tp-service-4-solution-item-title {
    font-size: 30px;
  }
}

.tp-service-4-solution-item-content {
  margin-bottom: 22px;
  padding-bottom: 26px;
  border-bottom: 1px solid rgba(3, 3, 3, 0.1);
}

.tp-service-4-solution-item-content p {
  font-size: 17px;
  font-weight: 400;
  letter-spacing: -0.17px;
  color: rgba(17, 16, 19, 0.7);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .tp-service-4-solution-item-content p br {
    display: none;
  }
}

.tp-service-4-solution-item-btn a {
  font-size: 15px;
  font-weight: 500;
  color: #030303;
  text-transform: uppercase;
}

.tp-service-4-solution-item-btn a span {
  margin-left: 4px;
  display: inline-block;
}

.tp-service-4-solution-item.service-details {
  border-color: rgba(255, 255, 255, 0.1);
}

.tp-service-4-solution-item.service-details .tp-service-4-solution-item-icon {
  padding-bottom: 60px;
}

@media (min-width: 280px) and (max-width: 576px) {
  .tp-service-4-solution-item.service-details .tp-service-4-solution-item-icon {
    padding-bottom: 32px;
  }
}

.tp-service-4-solution-item.service-details .tp-service-4-solution-item-title {
  font-size: 40px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 40px;
  padding-bottom: 36px;
  color: var(--tp-common-white);
  font-family: var(--tp-ff-teko);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

@media (min-width: 280px) and (max-width: 576px) {
  .tp-service-4-solution-item.service-details .tp-service-4-solution-item-title {
    margin-bottom: 26px;
    padding-bottom: 22px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
(max-width: 767px) {
  .tp-service-4-solution-item.service-details .tp-service-4-solution-item-title {
    font-size: 32px;
  }
}

.tp-service-4-solution-item.service-details .tp-service-4-solution-item-title a {
  display: inline;
  transition: all 0.3s linear;
  background-repeat: no-repeat;
  background-size: 0% 1px, 0 1px;
  background-position: 100% 100%, 0px 82%;
  background-image: linear-gradient(currentcolor, currentcolor), linear-gradient(currentcolor, currentcolor);
}

.tp-service-4-solution-item.service-details .tp-service-4-solution-item-title a:hover {
  background-size: 0% 1px, 100% 1px;
}

.tp-service-4-solution-item.service-details .tp-service-4-solution-item-content {
  border: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.tp-service-4-solution-item.service-details .tp-service-4-solution-item-content p {
  color: var(--tp-common-white);
}

.tp-service-4-solution-item.service-details .tp-service-4-solution-item-content ul li {
  font-size: 16px;
  font-weight: 400;
  list-style: none;
  margin-bottom: 6px;
  color: var(--tp-common-white);
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
(max-width: 767px) {
  .tp-service-4-solution-item.service-details .tp-service-4-solution-item-content ul li {
    font-size: 14px;
  }
}

.tp-service-4-dot .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  opacity: 1;
  transition: 0.3s;
  border-radius: 50%;
  display: inline-block;
  background: transparent;
  border: 1px solid #999;
}

.tp-service-4-dot .swiper-pagination-bullet.swiper-pagination-bullet-active {
  border-color: var(--tp-common-green-regular);
  background-color: var(--tp-common-green-regular);
}

.tp-service-4-padding-area {
  margin: 0 20px;
  border-radius: 24px;
}

@media (max-width: 767px) {
  .tp-service-4-padding-area {
    margin: 0;
  }
}

.tp-service-4-padding-area .dgm-footer-bg {
  overflow: hidden;
  border-radius: 24px;
}


@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .tp-service-4-process-ptb {
    padding-bottom: 80px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .tp-service-4-process-ptb {
    padding-top: 100px;
  }
}

.tp-service-4-process-list {
  display: flex;
  position: relative;
  align-items: center;
  padding-bottom: 60px;
}

@media (max-width: 767px) {
  .tp-service-4-process-list {
    padding-bottom: 30px;
  }
}

.tp-service-4-process-list span {
  position: relative;
  font-size: 18px;
  font-weight: 500;
  color: #111013;
  display: grid;
  height: 70px;
  width: 70px;
  margin-right: 20px;
  border-radius: 50%;
  place-content: center;
  border: 1px solid rgba(17, 16, 19, 0.08);
}

.tp-service-4-process-list:not(:last-child) span::before {
  position: absolute;
  content: "";
  height: 50px;
  width: 1px;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: calc(100% + 10px);
  background-color: rgba(17, 16, 19, 0.08);
}

@media (max-width: 767px) {
  .tp-service-4-process-list:not(:last-child) span::before {
    content: none;
  }
}

.tp-service-4-process-list p {
  font-size: 26px;
  font-weight: 500;
  color: #111013;
  line-height: 1.2;
  letter-spacing: -0.26px;
}

@media (max-width: 767px) {
  .tp-service-4-process-list p {
    font-size: 20px;
  }
}

.tp-service-4-process-wrap {
  padding-top: 110px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .tp-service-4-process-wrap {
    padding-top: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .tp-service-4-process-wrapper {
    padding-left: 0;
  }
}

.tp-service-4-process-wrapper p {
  font-size: 16px;
  color: rgba(17, 16, 19, 0.7);
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .tp-service-4-process-wrapper p br {
    display: none;
  }
}

@media (max-width: 767px) {
  .tp-service-4-process-wrapper p {
    padding-left: 0;
  }
}

.tp-service-4-process-video {
  position: absolute;
  left: -20px;
  top: 20%;
}

@media (max-width: 767px) {
  .tp-service-4-process-video {
    position: static;
  }
}



.tp-service-4-process-video.service-5-pos {
  top: auto;
  left: auto;
  right: 30%;
  bottom: 0px;
  z-index: 1;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .tp-service-4-process-video.service-5-pos {
    position: static;
    margin-bottom: 30px;
  }
}



.tp-service-5-text {
  margin-bottom: 35px;
}

.tp-service-5-text p {
  font-size: 20px;
  color: #535156;
  line-height: 28px;
}

@media (max-width: 767px) {
  .tp-service-5-text p br {
    display: none;
  }
}

.tp-service-5-list ul li {
  list-style: none;
  width: 50%;
  float: left;
  font-size: 18px;
  font-weight: 500;
  color: #111013;
  margin-bottom: 8px;
}

@media (max-width: 767px) {
  .tp-service-5-list ul li {
    width: 100%;
  }
}




.pp-service-details-ptb {
  padding-top: 215px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .pp-service-details-ptb {
    padding-top: 170px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .pp-service-details-ptb .pp-about-shape {
    display: none;
  }
}

.pp-service-details-about-wrap {
  padding-left: 485px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .pp-service-details-about-wrap {
    padding-left: 0;
  }
}

.pp-service-details-about-item {
  display: flex;
  align-items: center;
  border-radius: 170px;
  padding: 38px 50px 30px;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .pp-service-details-about-item {
    padding: 38px 30px 30px;
  }
}

.pp-service-details-about-item span {
  width: 105px;
  font-size: 70px;
  font-weight: 400;
  line-height: 1;
  margin-right: 20px;
  color: var(--tp-common-white);
  font-family: var(--tp-ff-teko);
}

@media (max-width: 767px) {
  .pp-service-details-about-item span {
    width: 145px;
  }
}

.pp-service-details-about-item span i {
  margin-right: -5px;
  font-style: normal;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {
  .pp-service-details-about-item span {
    font-size: 52px;
  }
}

.pp-service-details-about-item p {
  margin: 0;
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  color: var(--tp-common-white);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .pp-service-details-about-item p {
    font-size: 18px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .pp-service-details-about-item p {
    font-size: 14px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .pp-service-details-about-item p br {
    display: none;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .pp-service-details-heading {
    padding-bottom: 0px;
    margin-bottom: 45px;
  }
}

.pp-service-details-title {
  margin: 0;
  font-size: 140px;
  font-weight: 600;
  line-height: 0.8;
  letter-spacing: -1.4px;
  color: var(--tp-common-white);
  font-family: var(--tp-ff-teko);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .pp-service-details-title {
    font-size: 120px;
    line-height: 0.7;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .pp-service-details-title {
    font-size: 99px;
    line-height: 0.6;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pp-service-details-title {
    font-size: 80px;
    line-height: 0.9;
  }
}

@media (max-width: 767px) {
  .pp-service-details-title {
    font-size: 60px;
    line-height: 0.9;
  }
}

@media (max-width: 767px) {
  .pp-service-details-title br {
    display: none;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .pp-service-details-title i {
    display: none;
  }
}

.pp-service-details-title span {
  position: relative;
  font-size: 16px;
  font-weight: 600;
  color: #0E0F11;
  margin-bottom: 0;
  padding: 16px 29px;
  border-radius: 56px;
  display: inline-block;
  letter-spacing: -0.16px;
  text-transform: uppercase;
  border: 1px solid #FFF669;
  transform: translateY(-24px);
  font-family: var(--tp-ff-poppins);
  background: var(--tp-common-yellow-1);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pp-service-details-title span {
    transform: translateY(-16px);
  }
}

@media (max-width: 767px) {
  .pp-service-details-title span {
    transform: translateY(-4px);
  }
}

.pp-service-details-title span svg {
  position: absolute;
  bottom: -13px;
  right: -13px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .pp-service-details-overview-ptb {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

.pp-service-details-overview-heading {
  margin-bottom: 70px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pp-service-details-overview-heading {
    margin-bottom: 55px;
  }
}

@media (max-width: 767px) {
  .pp-service-details-overview-heading {
    margin-bottom: 45px;
  }
}

.pp-service-details-overview-title {
  font-size: 60px;
  font-weight: 500;
  line-height: 60px;
  color: var(--tp-common-black);
  font-family: var(--tp-ff-teko);
}

@media (max-width: 767px) {
  .pp-service-details-overview-title {
    font-size: 52px;
  }
}

.pp-service-details-overview-wrapper {
  padding-right: 10px;
}

.pp-service-details-overview-wrapper p {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 0;
  color: var(--tp-common-black);
}

.pp-service-details-overview-wrapper h4 {
  font-size: 34px;
  font-weight: 500;
  margin-bottom: 20px;
  color: var(--tp-common-black);
  font-family: var(--tp-ff-teko);
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .pp-service-details-overview-list {
    margin-bottom: 30px;
  }
}

.pp-service-details-overview-list ul {
  display: block;
}

.pp-service-details-overview-list ul li {
  font-size: 16px;
  font-weight: 500;
  list-style: none;
  margin-bottom: 20px;
  display: inline-flex;
  color: var(--tp-common-black);
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .pp-service-details-overview-list ul li br {
    display: none;
  }
}

.pp-service-details-overview-list ul li span {
  display: grid;
  height: 24px;
  width: 24px;
  margin-right: 12px;
  border-radius: 50%;
  text-align: center;
  flex: 0 0 auto;
  place-content: center;
  transform: translateY(4px);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.pp-service-details-overview-thumb {
  margin-left: 75px;
  overflow: hidden;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .pp-service-details-overview-thumb {
    margin-left: 0;
  }
}

.pp-service-details-overview-thumb img {
  width: 100%;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .pp-service-details-process-ptb {
    padding-top: 100px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .pp-service-details-process-heading {
    padding-bottom: 60px;
  }
}

.pp-service-details-process-subtitle {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  padding: 6px 16px;
  margin-bottom: 15px;
  display: inline-block;
  border-radius: 100px;
  font-family: var(--tp-ff-grotesk);
  background: rgba(3, 3, 3, 0.4);
}

.pp-service-details-process-subtitle svg {
  margin-right: 4px;
  display: inline-block;
  transform: translateY(-1px);
}

.pp-service-details-process-title {
  font-size: 70px;
  font-weight: 600;
  line-height: 0.9;
  color: var(--tp-common-white);
  font-family: var(--tp-ff-teko);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pp-service-details-process-title {
    font-size: 60px;
  }
}

@media (max-width: 767px) {
  .pp-service-details-process-title {
    font-size: 50px;
  }
}

.pp-service-details-process-box::before {
  position: absolute;
  content: "";
  left: 0;
  top: 20px;
  height: 1px;
  width: 100%;
  z-index: -1;
  background-color: rgba(255, 255, 255, 0.1);
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .pp-service-details-process-box::before {
    content: none;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .pp-service-details-process-item {
    margin-bottom: 40px;
  }
}

.pp-service-details-process-item span {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  height: 40px;
  width: 40px;
  text-align: center;
  border-radius: 50%;
  margin-bottom: 45px;
  display: inline-block;
  place-content: center;
  background-color: #097efe;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .pp-service-details-process-item span {
    margin-bottom: 30px;
  }
}

.pp-service-details-process-item h4 {
  font-size: 30px;
  font-weight: 500;
  line-height: 1.1;
  margin-bottom: 20px;
  color: var(--tp-common-white);
  font-family: var(--tp-ff-teko);
}

.pp-service-details-process-item p {
  color: #999;
  line-height: 1.4;
}

.pp-service-details-process-bottom span {
  font-size: 16px;
  font-weight: 500;
  border-radius: 100px;
  padding: 8px 34px;
  display: inline-block;
  background: transparent;
  color: var(--tp-common-white);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.pp-service-details-process-bottom span a {
  font-size: 15px;
  color: #C4EE18;
  margin-left: 5px;
  text-transform: uppercase;
}

.pp-service-details-process-bottom span a svg {
  margin-right: 4px;
}

/*----------------------------------------*/
/*  7.6 Project Css
/*----------------------------------------*/
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-project-area {
    padding-top: 130px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-project-area {
    padding-top: 120px;
    padding-bottom: 0;
  }
}

@media (max-width: 767px) {
  .tp-project-area {
    padding-top: 80px;
    padding-bottom: 0px;
  }
}

.tp-project-title {
  font-weight: 700;
  font-size: 34px;
  line-height: 1.2;
  margin-bottom: 13px;
  letter-spacing: -0.06em;
  text-transform: uppercase;
  color: var(--tp-common-black);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-project-title {
    font-size: 28px;
  }
}

@media (max-width: 767px) {
  .tp-project-title {
    font-size: 25px;
  }
}

.tp-project-category span {
  padding: 7px 17px;
  font-weight: 500;
  font-size: 14px;
  line-height: 1;
  transition: 0.3s;
  margin-right: 5px;
  margin-bottom: 8px;
  border-radius: 20px;
  display: inline-block;
  text-transform: uppercase;
  color: var(--tp-common-black);
  border: 1px solid rgba(19, 22, 13, 0.1);
}

.tp-project-category span:hover {
  border-color: #F6F6F9;
  background-color: #F6F6F9;
  color: var(--tp-common-black);
}

.tp-project-thumb {
  margin-bottom: 25px;
  position: relative;
}

.tp-project-thumb .tp--hover-img {
  overflow: hidden;
}

.tp-project-thumb .tp--hover-img img {
  width: 100%;
  display: block;
  object-fit: cover;
}

.tp-project-thumb .tp--hover-img canvas {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}

.tp-project-subtitle-wrap .tp-section-subtitle {
  margin-bottom: 20px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-project-item {
    margin-bottom: 50px;
  }
}

@media (max-width: 767px) {
  .tp-project-item {
    margin-bottom: 40px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {
  .design-project-area {
    padding-top: 120px;
    padding-bottom: 0px;
  }
}

@media (max-width: 767px) {
  .design-project-area {
    padding-top: 120px;
    padding-bottom: 0px;
  }
}

@media (max-width: 767px) {
  .design-project-item {
    margin-bottom: 60px;
  }
}

.design-project-title {
  font-weight: 400;
  font-size: 80px;
  line-height: 0.9;
  color: #e0eeee;
  margin-bottom: 10px;
  letter-spacing: -0.02em;
  font-family: var(--tp-ff-poppins);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .design-project-title {
    font-size: 65px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .design-project-title {
    font-size: 60px;
  }
}

@media (max-width: 767px) {
  .design-project-title {
    font-size: 50px;
  }
}

@media (max-width: 767px) {
  .design-project-title-box {
    margin-bottom: 20px;
  }
}

.design-project-title-box p {
  font-weight: 500;
  font-size: 24px;
  line-height: 1.25;
  color: #e0eeee;
  margin-bottom: 0;
  max-width: 300px;
  letter-spacing: -0.02em;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .design-project-title-box p {
    max-width: 100%;
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  .design-project-title-box p {
    max-width: 100%;
    font-size: 18px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .design-project-title-wrap {
    margin-bottom: 80px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .design-project-content {
    padding-left: 100px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .design-project-content {
    padding-left: 0px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .design-project-content.pr-200 {
    padding-right: 0;
  }
}

.design-project-content span {
  display: block;
  font-weight: 500;
  font-size: 20px;
  line-height: 1;
  color: #e0eeee;
  margin-bottom: 45px;
  letter-spacing: -0.02em;
}

.design-project-thumb img {
  border-radius: 30px;
  will-change: transform;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {
  .design-project-thumb img {
    margin-bottom: 60px;
  }
}

@media (max-width: 767px) {
  .design-project-thumb img {
    margin-bottom: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .design-project-title-box .tp-section-title-dirtyline {
    font-size: 110px;
  }
}

.tp_text_invert>div {
  background-image: linear-gradient(to right, #111013 50%, #e4e4e4 50%);
  background-size: 200% 100%;
  background-position: 100%;
  color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
}

.tp_text_invert_2>div {
  background-image: linear-gradient(to right, #e0eeee 50%, #383C3E 50%);
  padding: 10px 0;
  background-size: 200% 100%;
  background-position: 100%;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.tp_text_invert_3>div {
  background-image: linear-gradient(to right, #f9f4e8 50%, #383C3E 50%);
  padding: 10px 0;
  background-size: 200% 100%;
  background-position: 100%;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.tp-text-right-scroll {
  display: inline-block;
}

.tp-text-left-scroll {
  display: inline-block;
}

.tp-reveal-line {
  overflow: hidden;
}

@media (max-width: 767px) {
  .studio-project-ptb {
    padding-bottom: 0;
  }
}

.studio-project-btn {
  transform: translateY(-10px);
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .studio-project-top-wrap {
    margin-bottom: 0;
  }
}

.studio-project-title-wrap {
  margin-left: 90px;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px),
only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .studio-project-title-wrap {
    margin-left: 0;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .studio-project-title-box {
    padding-left: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .studio-project-title-box {
    margin-bottom: 40px;
  }
}

.studio-project-thumb {
  height: 630px;
  width: 1090px;
  margin-left: 90px;
}

@media only screen and (min-width: 1600px) and (max-width: 1700px),
only screen and (min-width: 1400px) and (max-width: 1599px),
only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {
  .studio-project-thumb {
    width: 100%;
    margin-left: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .studio-project-thumb {
    height: 100%;
    width: 100%;
    margin-left: 0;
  }
}

.studio-project-thumb img {
  width: 100%;
}

.studio-project-number {
  flex: 0 0 auto;
  margin-right: 45px;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px),
only screen and (min-width: 1200px) and (max-width: 1399px),
(max-width: 767px) {
  .studio-project-number {
    margin-right: 0;
    margin-bottom: 20px;
  }
}

.studio-project-number span {
  font-size: 20px;
  line-height: 1;
  margin-right: 25px;
  letter-spacing: -0.02em;
  color: var(--tp-common-cream);
  font-family: var(--tp-ff-teko);
}

.studio-project-number i {
  color: var(--tp-common-white);
  transform: translateY(-1px);
}

.studio-project-title-sm {
  font-size: 50px;
  line-height: 0.9;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: var(--tp-common-cream);
  font-family: var(--tp-ff-teko);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .studio-project-title-sm {
    font-size: 40px;
  }
}

@media (max-width: 767px) {
  .studio-project-title-sm {
    font-size: 30px;
    letter-spacing: 0;
  }
}

.studio-project-content {
  margin-top: 5px;
}

.studio-project-content span {
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: rgba(249, 244, 232, 0.6);
}

.studio-project-content-wrap {
  margin-top: 55px;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px),
only screen and (min-width: 1200px) and (max-width: 1399px) {
  .studio-project-content-wrap {
    flex-wrap: wrap;
  }
}

@media (max-width: 767px) {
  .studio-project-content-wrap {
    flex-wrap: wrap;
    margin-bottom: 30px;
  }
}

@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) {
  .studio-project-item {
    margin-bottom: 0;
  }
}

.studio-showcase-wrap {
  height: 1700px;
  overflow: hidden;
  margin: 0px -370px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .studio-showcase-wrap {
    height: 1000px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .studio-showcase-wrap {
    height: 700px;
  }
}

@media (max-width: 767px) {
  .studio-showcase-wrap {
    height: 700px;
    margin: 0;
  }
}

.studio-showcase-main {
  gap: 30px;
  margin-top: -370px;
}

.studio-showcase-thumb img {
  width: 100%;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .studio-showcase-area {
    margin-bottom: 120px;
  }
}

@media (max-width: 767px) {
  .studio-showcase-area {
    margin-bottom: 80px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .ai-project-area {
    padding-bottom: 80px;
  }
}

.ai-project-content {
  position: absolute;
  width: auto;
  max-width: calc(100% - 80px);
  height: auto;
  top: auto;
  right: auto;
  bottom: 60px;
  left: 60px;
  padding: 0;
  background-color: transparent;
  overflow: hidden;
}

.ai-project-subtitle {
  color: #494949;
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  margin-top: 5px;
  transform: translateX(-101%);
  transition: all 0.3s;
  transition-duration: 0.3s;
  transition-delay: 0s;
  transition-delay: 50ms;
  transition-duration: 0.3s;
  display: inline-block;
  background-color: var(--tp-common-white);
  padding: 13px 20px;
}

.ai-project-title {
  font-size: 22px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.44px;
  padding: 20px;
  transform: translateX(-101%);
  transition: all 0.3s;
  transition-duration: 0.3s;
  transition-delay: 0s;
  transition-duration: 0.3s;
  transition-delay: 0ms;
  color: var(--tp-common-black);
  background-color: var(--tp-common-white);
  margin-bottom: 0;
  margin-top: 2px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .ai-project-title {
    font-size: 16px;
  }
}

.ai-project-thumb img {
  transition: 0.9s;
  width: 100%;
}

.ai-project-item:hover .ai-project-title {
  transform: translateX(0);
  transition: all 0.7s ease;
  transition-duration: 0.7s;
  transition-delay: 0s;
  transition-delay: 0ms;
  transition-duration: 0.5s;
}

.ai-project-item:hover .ai-project-subtitle {
  transform: translateX(0);
  transition: all 0.7s ease;
  transition-duration: 0.7s;
  transition-delay: 0s;
  transition-delay: 50ms;
  transition-duration: 0.5s;
}

.ai-project-item:hover .ai-project-thumb img {
  transform: scale(1.1);
}

.ai-project-shape-1 {
  position: absolute;
  bottom: -65px;
  left: 0;
  z-index: -1;
}

.ar-project-category {
  padding-top: 20px;
  padding-bottom: 20px;
}

.ar-project-category span {
  font-size: 20px;
  line-height: 1;
  color: #1d2132;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: var(--tp-ff-teko);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ar-project-category span {
    font-size: 16px;
  }
}

.ar-project-category i {
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  color: #1d2132;
  font-style: normal;
  text-transform: uppercase;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ar-project-category i {
    font-size: 14px;
  }
}

.ar-project-thumb {
  overflow: hidden;
}

.ar-project-thumb img {
  transition: 0.9s;
}

.ar-project-item {
  border-top: 1px solid #fff;
  position: relative;
}

.ar-project-item::after {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  width: 0;
  height: 1px;
  transition: 0.4s ease-in-out;
  background-color: var(--tp-common-red-3);
}

.ar-project-item:hover::after {
  right: auto;
  left: 0;
  width: 100%;
}

.ar-project-item:hover .ar-project-thumb img {
  transform: scale(1.1);
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .ar-project-area {
    padding-top: 80px;
    padding-bottom: 40px;
  }
}

@media (max-width: 767px) {
  .ar-project-title-box {
    margin-bottom: 20px;
  }
}

@media (max-width: 767px) {
  .crp-project-area {
    margin-bottom: 60px;
  }
}

.crp-project-item {
  padding: 40px;
  border-radius: 30px;
  border: 4px solid #2a4c3a;
  background-color: var(--tp-common-cream-3);
}

.crp-project-meta {
  position: relative;
}

.crp-project-meta::after {
  position: absolute;
  content: "";
  top: 10px;
  left: 30px;
  height: 1px;
  width: 86%;
  background-color: rgba(42, 76, 58, 0.08);
}

.crp-project-meta span {
  font-weight: 500;
  font-size: 24px;
  line-height: 1;
  color: #2A4C3A;
  font-family: var(--tp-ff-teko);
}

.crp-project-thumb {
  padding-top: 40px;
  padding-bottom: 45px;
  background-repeat: no-repeat;
  background-position: center;
}

.crp-project-title-sm {
  font-weight: 500;
  font-size: 54px;
  line-height: 0.93;
  color: #2a4c3a;
  font-family: var(--tp-ff-teko);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .crp-project-title-sm {
    font-size: 45px;
  }
}

@media (max-width: 767px) {
  .crp-project-title-sm {
    font-size: 27px;
  }

  .crp-project-title-sm br {
    display: none;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .crp-project-title-box {
    margin-bottom: 40px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .crp-project-title-box .tp-section-title-teko.fs-150 {
    margin-bottom: 20px;
  }
}

.crp-project-content {
  padding-top: 25px;
  border-top: 1px solid rgba(42, 76, 58, 0.08);
}

.crp-project-category a {
  font-weight: 600;
  font-size: 12px;
  line-height: 1;
  color: #2a4c3a;
  padding: 7px 18px;
  border-radius: 10px;
  display: inline-block;
  text-transform: uppercase;
  border: 1px solid rgba(42, 76, 58, 0.1);
}

.crp-project-category a:hover {
  background-color: #e9edd5;
}

.crp-project-right {
  padding-left: 75px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .crp-project-right {
    padding-left: 0;
  }
}

.crp-process-title-sm {
  font-weight: 600;
  font-size: 40px;
  line-height: 1;
  margin-bottom: 10px;
  letter-spacing: 0.3px;
  font-family: var(--tp-ff-teko);
  color: var(--tp-common-cream-3);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .crp-process-title-sm {
    font-size: 35px;
  }
}

.crp-process-content p {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.62;
  color: #fcfede;
  margin-bottom: 0;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .crp-process-content p {
    font-size: 15px;
  }
}

.crp-process-icon {
  margin-bottom: 50px;
}

.crp-process-item {
  margin-right: 65px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .crp-process-item {
    margin-right: 0;
  }
}

.crp-process-shape-1 {
  position: absolute;
  bottom: 175px;
  left: 0;
  z-index: -1;
}

.crp-process-shape-2 {
  position: absolute;
  bottom: 17%;
  right: 0;
  z-index: -1;
}

.crp-process-shape-3 {
  position: absolute;
  top: 8%;
  right: 21%;
  z-index: -1;
}

@media (max-width: 767px) {
  .crp-process-area {
    padding: 0;
    font-size: 27px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .it-project-ptb {
    padding-top: 65px;
  }
}

.it-project-item {
  overflow: hidden;
  padding: 8px;
  border-radius: 20px;
  background: var(--tp-common-white);
  box-shadow: 0 2px 3px 0 rgba(50, 41, 73, 0.1);
}

.it-project-item:hover .it-project-thumb img {
  transform: scale(1.1);
}

.it-project-title {
  font-weight: 500;
  font-size: 30px;
  line-height: 1.1;
  margin-bottom: 8px;
  letter-spacing: 0.03em;
  color: var(--tp-common-black-10);
  font-family: var(--tp-ff-teko);
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .it-project-title {
    font-size: 25px;
  }
}

.it-project-content {
  padding: 30px;
}

.it-project-content span {
  font-weight: 600;
  font-size: 11px;
  line-height: 1;
  color: #61616a;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  padding: 9px 12px;
  border-radius: 27px;
  display: inline-block;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border: 1px solid rgba(50, 41, 73, 0.1);
}

.it-project-content span:hover {
  border-color: #F3F3F9;
  background: #F3F3F9;
}

.it-project-thumb {
  border-radius: 16px;
}

.it-project-thumb img {
  border-radius: 16px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.it-project-active {
  margin: 0 -260px;
}

@media (max-width: 767px) {
  .it-project-active {
    margin: 0;
  }
}

@media (max-width: 767px) {
  .it-project-arrow {
    display: none;
  }
}

.it-project-arrow button {
  width: 50px;
  height: 50px;
  line-height: 1;
  margin: 0 138px;
  border-radius: 60px;
  display: inline-block;
  background-color: var(--tp-common-white);
  border: 1px solid rgba(33, 33, 45, 0.1);
}

.it-project-arrow button:hover {
  background-color: #7463FF;
  color: var(--tp-common-white);
}

.it-project-dots {
  margin-top: -40px;
}

@media (max-width: 767px) {
  .it-project-dots {
    margin-top: 0;
  }
}

.it-project-dots .swiper-pagination-bullet {
  border-radius: 7px;
  width: 50px;
  height: 6px;
  opacity: 1;
  margin: 0 4px;
  transition: 0.3s;
  background: rgba(33, 33, 45, 0.1);
}

.it-project-dots .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
  background: #7463FF;
}


@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .pp-project-ptb {
    padding-top: 100px;
    padding-bottom: 40px;
  }
}

.pp-project-heading {
  margin-left: -65px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .pp-project-heading {
    margin-bottom: 30px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .pp-project-heading {
    margin-left: 0;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
(max-width: 767px) {
  .pp-project-sub-heading {
    margin-bottom: 30px;
  }
}

.pp-project-item:hover .pp-project-item-thumb img {
  transform: scale(1.1);
}

.pp-project-item-thumb {
  overflow: hidden;
  margin-bottom: 25px;
  border-radius: 20px;
}

.pp-project-item-thumb img {
  border-radius: 20px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.pp-project-item-title {
  font-size: 46px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 0px;
  color: var(--tp-common-white);
  font-family: var(--tp-ff-teko);
}

.pp-project-item-title a:hover {
  color: var(--tp-common-yellow-1);
}

.pp-project-item-meta {
  font-size: 17px;
  font-weight: 500;
  line-height: 30px;
  color: rgba(255, 255, 255, 0.6);
}

.pp-project-btn {
  height: 100%;
  display: flex;
  align-items: end;
  justify-content: end;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .pp-project-btn {
    justify-content: start;
    padding-bottom: 40px;
  }
}

.tp-project-5-title {
  font-size: 80px;
  font-weight: 400;
  line-height: 1;
  color: #846457;
  letter-spacing: -3.2px;
  font-family: var(--tp-ff-teko);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-project-5-title {
    font-size: 50px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-project-5-title {
    font-size: 40px;
  }
}

@media (max-width: 767px) {
  .tp-project-5-title {
    font-size: 45px;
  }
}

.tp-project-5-title-box {
  position: relative;
  padding: 32px 0;
  z-index: 1;
  border-bottom: 1px solid rgba(207, 194, 146, 0.2);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-project-5-title-box {
    margin-bottom: 40px;
  }
}

.tp-project-5-title-box:last-child {
  margin-bottom: 0;
}

.tp-project-5-title-box span {
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  color: #846457;
  text-transform: uppercase;
  font-family: var(--tp-ff-poppins);
  transition: 0.3s;
}

.tp-project-5-title-box.active .tp-project-5-title {
  color: var(--tp-cream-2);
}

.tp-project-5-title-box.active span {
  color: var(--tp-cream-2);
}

.tp-project-5-title-box.active .tp-project-5-thumb-box {
  top: 15%;
  opacity: 1;
  visibility: visible;
}

.tp-project-5-title-box.active .tp-project-5-title-box-bg {
  transform: scale(1);
  border-radius: 0 0 0 0;
}

.tp-project-5-title-box-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  opacity: 1;
  border-radius: 0 0 50% 50%;
  transform: scaleY(0);
  transform-origin: top center;
  background-color: #552411;
  transition: transform 0.3s cubic-bezier(0.19, 1, 0.22, 1), border-radius 0.3s cubic-bezier(0.5, 0, 0, 1);
  z-index: -1;
}

.tp-project-5-thumb-box {
  position: absolute;
  top: 70%;
  left: 10%;
  right: 0;
  width: 80%;
  height: 100%;
  z-index: -1;
  text-align: center;
  object-fit: cover;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

#tp-project-5-thumb-wrap.tp-project-5-thumb-box-1 {
  opacity: 1;
  visibility: visible;
}

#tp-project-5-thumb-wrap.tp-project-5-thumb-box-1 .tp-project-5-thumb-box-1 {
  top: 0;
  opacity: 1;
  visibility: visible;
}

#tp-project-5-thumb-wrap.tp-project-5-thumb-box-2 {
  opacity: 1;
  visibility: visible;
}

#tp-project-5-thumb-wrap.tp-project-5-thumb-box-2 .tp-project-5-thumb-box-2 {
  top: 0;
  opacity: 1;
  visibility: visible;
}

#tp-project-5-thumb-wrap.tp-project-5-thumb-box-3 {
  opacity: 1;
  visibility: visible;
}

#tp-project-5-thumb-wrap.tp-project-5-thumb-box-3 .tp-project-5-thumb-box-3 {
  top: 0;
  opacity: 1;
  visibility: visible;
}

#tp-project-5-thumb-wrap.tp-project-5-thumb-box-4 {
  opacity: 1;
  visibility: visible;
}

#tp-project-5-thumb-wrap.tp-project-5-thumb-box-4 .tp-project-5-thumb-box-4 {
  top: 0;
  opacity: 1;
  visibility: visible;
}

.tp-project-5-thumb.thumb-1 img {
  transform: rotate(-6deg);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .tp-project-5-thumb.thumb-1 img {
    transform: rotate(0deg);
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-project-5-thumb.thumb-1 img {
    transform: scale(0.7);
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-project-5-thumb.thumb-1 img {
    transform: scale(0.7);
    margin-left: -50px;
  }
}

.tp-project-5-thumb.thumb-2 img {
  transform: rotate(6deg);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .tp-project-5-thumb.thumb-2 img {
    transform: rotate(0deg);
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-project-5-thumb.thumb-2 img {
    transform: scale(0.7);
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-project-5-thumb.thumb-2 img {
    transform: scale(0.7);
    margin-right: -50px;
  }
}

.tp-project-5-section-subtitle,
.tp-project-5-section-title,
.tp-project-5-section-link {
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  color: var(--tp-cream-2);
  text-transform: uppercase;
  font-family: var(--tp-ff-poppins);
  margin-bottom: 0;
}

@media (max-width: 767px) {

  .tp-project-5-section-subtitle,
  .tp-project-5-section-title,
  .tp-project-5-section-link {
    margin-bottom: 15px;
  }
}

.tp-project-5-section-link:hover {
  color: var(--tp-cream-2);
}

.tp-project-5-section-box {
  border-top: 1px solid rgba(207, 194, 146, 0.2);
  padding-top: 15px;
}

@media (max-width: 767px) {
  .tp-project-5-section-box {
    flex-wrap: wrap;
  }
}

.tp-project-5-2-title {
  font-size: 326px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -19.56px;
  text-transform: uppercase;
  color: var(--tp-cream-2);
  font-family: var(--tp-ff-teko);
}

@media only screen and (min-width: 1600px) and (max-width: 1700px) {
  .tp-project-5-2-title {
    font-size: 280px;
  }
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-project-5-2-title {
    font-size: 230px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-project-5-2-title {
    font-size: 200px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-project-5-2-title {
    font-size: 160px;
  }
}

@media (max-width: 767px) {
  .tp-project-5-2-title {
    font-size: 60px;
    letter-spacing: -2.56px;
  }
}

@media (max-width: 767px) {
  .tp-project-5-2-title-box {
    margin-bottom: 0;
  }
}

.tp-project-5-2-item {
  display: inline-block;
  padding: 50px;
  padding-bottom: 55px;
  border: 1px solid var(--tp-cream-2);
  background: rgba(101, 54, 36, 0.9);
  backdrop-filter: blur(10px);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-project-5-2-item {
    margin-bottom: 40px;
  }
}

@media (max-width: 767px) {
  .tp-project-5-2-item {
    padding: 30px;
    padding-bottom: 35px;
    margin-bottom: 40px;
  }
}

.tp-project-5-2-item.space-left {
  margin-left: 200px;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px),
only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .tp-project-5-2-item.space-left {
    margin-left: 0;
  }
}

.tp-project-5-2-item-wrap {
  margin-bottom: 200px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .tp-project-5-2-item-wrap {
    margin-bottom: 0;
  }
}

.tp-project-5-2-item-wrap:last-child {
  margin-bottom: 180px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .tp-project-5-2-item-wrap:last-child {
    margin-bottom: 0;
  }
}

.tp-project-5-2-thumb {
  margin-bottom: 50px;
}

.tp-project-5-2-thumb img {
  max-width: inherit;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .tp-project-5-2-thumb img {
    max-width: 100%;
  }
}

.tp-project-5-2-content span {
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
  color: var(--tp-cream-2);
  font-family: var(--tp-ff-poppins);
  margin-bottom: 10px;
  display: inline-block;
}

.tp-project-5-2-title-sm {
  font-size: 50px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -2px;
  color: var(--tp-cream-2);
  font-family: var(--tp-ff-teko);
  margin-bottom: 0;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-project-5-2-title-sm {
    font-size: 30px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-project-5-2-title-sm {
    font-size: 40px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-project-5-2-title-sm {
    font-size: 35px;
  }
}

@media (max-width: 767px) {
  .tp-project-5-2-title-sm {
    font-size: 40px;
  }
}

.tp-project-5-2-btn {
  border-top: 1px solid var(--tp-cream-2);
  border-bottom: 1px solid var(--tp-cream-2);
  padding: 15px 0;
}

.tp-project-5-2-btn a {
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
  color: var(--tp-cream-2);
  font-family: var(--tp-ff-poppins);
}

.tp-project-5-2-btn a span {
  left: 10px;
  top: 0px;
  overflow: hidden;
  position: relative;
}

.tp-project-5-2-btn a span svg {
  -webkit-transform: translateY(-2px);
  -moz-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  -o-transform: translateY(-2px);
  transform: translateY(-2px);
  position: absolute;
  bottom: -1px;
  left: 1px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.tp-project-5-2-btn a span svg:last-child {
  left: -12px;
  bottom: -12px;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 0;
}

.tp-project-5-2-btn a:hover span svg:first-child {
  -webkit-transform: translate(16px, -16px);
  -moz-transform: translate(16px, -16px);
  -ms-transform: translate(16px, -16px);
  -o-transform: translate(16px, -16px);
  transform: translate(16px, -16px);
  opacity: 0;
  visibility: hidden;
}

.tp-project-5-2-btn a:hover span svg:last-child {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate(13px, -13px);
  -moz-transform: translate(13px, -13px);
  -ms-transform: translate(13px, -13px);
  -o-transform: translate(13px, -13px);
  transform: translate(13px, -13px);
}

.tp-project-5-2-shape {
  position: absolute;
  bottom: 0;
  left: -200px;
}

.tp--hover-item {
  position: relative;
}

.tp--hover-img canvas {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}


.ar-funfact-item h4 {
  line-height: 0.8;
  font-size: 100px;
  letter-spacing: -0.04em;
  color: var(--tp-common-black);
  font-family: var(--tp-ff-teko);
}

.ar-funfact-item h4 i {
  font-style: normal;
}

.ar-funfact-item span {
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: var(--tp-common-black);
  font-family: var(--tp-ff-teko);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ar-funfact-item span {
    font-size: 15px;
  }
}

.ar-funfact-bg {
  padding: 45px 0;
  padding-bottom: 0;
}

.st-counter-wrapper {
  border-top: 1px solid rgba(69, 48, 48, 0.15);
  border-bottom: 1px solid rgba(69, 48, 48, 0.15);
}

@media (min-width: 280px) and (max-width: 767px) {
  .st-counter-wrapper {
    border: none;
  }
}

.st-counter-wrapper .row [class*=col-]:not(:last-child) {
  border-right: 1px solid rgba(69, 48, 48, 0.15);
}

@media (max-width: 767px) {
  .st-counter-wrapper .row [class*=col-]:not(:last-child) {
    border: none;
  }
}

.st-counter-item {
  position: relative;
  padding-top: 50px;
  padding-bottom: 50px;
  z-index: 2;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .st-counter-item {
    padding-top: 70px;
    padding-bottom: 75px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .st-counter-item {
    padding: 70px 0;
  }
}

@media (max-width: 767px) {
  .st-counter-item {
    padding: 50px 0 0px 0 !important;
  }
}

.st-counter-item:hover::before {
  opacity: 1;
  height: 100%;
  visibility: visible;
}

.st-counter-item::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 0;
  width: 100%;
  opacity: 0;
  z-index: -1;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 100%);
}

.st-counter-item h4 {
  font-size: 60px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 20px;
  letter-spacing: -3.2px;
  color: var(--tp-common-primary);
  font-family: var(--tp-ff-poppins);
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .st-counter-item h4 {
    font-size: 60px;
    margin-bottom: 10px;
  }
}


@media (min-width: 280px) and (max-width: 576px) {
  .st-counter-item h4 {

    font-size: 40px;
  }

}

.st-counter-item span {
  font-size: 18px;
  font-weight: 400;
  color: #494949;
  line-height: 1.3;
  display: inline-block;
  font-family: var(--tp-ff-poppins);
}

/*----------------------------------------*/
/*  7.8 Work Css
/*----------------------------------------*/


/*----------------------------------------*/
/*  7.9 Testimonail Css
/*----------------------------------------*/




.fraction-wrapper {
  position: absolute;
  bottom: -80px;
  left: 50%;
  width: 270px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 1;
  height: 12px;
}

.fraction-wrapper #paginations span {
  font-size: 16px;
  color: var(--tp-common-black);
}

.fraction-wrapper #paginations span:last-child {
  float: right;
}

#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;
}

.hover-reveal-item .des-text-reveal-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 300px;
  height: 320px;
  opacity: 0;
  z-index: 9;
  overflow: hidden;
  pointer-events: none;
  border-radius: 10px;
  margin: -150px 0 0 -150px;
  -webkit-transition: opacity 0.3s, transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: opacity 0.3s, transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -ms-transition: opacity 0.3s, transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: opacity 0.3s, transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.3s, transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: scale(0.4);
}

@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) {
  .hover-reveal-item .des-text-reveal-img {
    width: 200px;
    height: 220px;
    margin: -120px 0 0 -120px;
  }
}


.hover-reveal-item .studio-service-reveal-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 360px;
  height: 360px;
  opacity: 0;
  z-index: 9;
  overflow: hidden;
  pointer-events: none;
  margin: -150px 0 0 -150px;
  -webkit-transition: opacity 0.3s, transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: opacity 0.3s, transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -ms-transition: opacity 0.3s, transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: opacity 0.3s, transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.3s, transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: scale(0.4);
  object-fit: cover;
}

@media (max-width: 767px) {
  .hover-reveal-item .studio-service-reveal-img {
    height: 200px;
    width: 200px;
  }
}

.hover-reveal-item:hover .studio-service-reveal-img {
  opacity: 1;
}




/*----------------------------------------*/
/*  8.1 Video Css
/*----------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .tp-video-area.video-inner-style {
    margin-bottom: 80px;
  }
}

.tp-video-thumb {
  width: 32.5%;
  height: 300px;

}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .tp-video-thumb {
    width: 100%;
    margin-bottom: 0;
  }
}

.tp-video-thumb-wrap {
  transform-origin: top center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.tp-video-thumb video {
  height: 100%;
  width: 100%;
  background-position: center center;
  background-size: cover;
  object-fit: cover;
}

.tp-video-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;

}

.design-video-thumb {
  height: 850px;
  overflow: hidden;
}

@media (max-width: 767px) {
  .design-video-thumb {
    height: 450px;
  }
}

.design-video-thumb img {
  margin-top: -150px;
}

@media (max-width: 767px) {
  .design-video-thumb img {
    margin-top: 100px;
  }
}


.st-video-img {
  height: 900px;
  overflow: hidden;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .st-video-img {
    height: 750px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .st-video-img {
    height: 600px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .st-video-img {
    height: 470px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px) {
  .st-video-img {
    height: 400px;
  }
}

@media (max-width: 767px) {
  .st-video-img {
    height: 240px;
  }
}


.st-video-text-slider {
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .st-video-text-slider {
    bottom: 0;
  }
}

.st-video-text-wrapper .slide-transtion {
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
}

.st-video-text-title {
  font-size: 120px;
  font-weight: 500;
  line-height: 1;
  display: inline-block;
  letter-spacing: -3.6px;
  color: var(--tp-common-white);
  font-family: var(--tp-ff-poppins);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .st-video-text-title {
    font-size: 85px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .st-video-text-title {
    font-size: 80px;
  }
}

@media (max-width: 767px) {
  .st-video-text-title {
    font-size: 35px;
  }
}

.st-video-text-title i {
  font-style: normal;
  color: rgba(255, 255, 255, 0.4);
}


.it-comparison-bg {
  border-radius: 20px;
  background: var(--tp-common-white);
  box-shadow: 0 2px 3px 0 rgba(50, 41, 73, 0.1);
}

.it-comparison-bg .row [class*=col-]:last-child .it-comparison-item {
  border-right: none;
}

.it-comparison-item {
  padding: 0 30px;
  padding-top: 35px;
  padding-bottom: 20px;
  border-right: 3px solid #fdf7f4;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .it-comparison-item {
    border: none;
  }
}

.it-comparison-logo {
  padding-bottom: 30px;
  margin-bottom: 25px;
  border-bottom: 1px solid rgba(36, 46, 69, 0.06);
}

.it-comparison-content span {
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
  color: #61616a;
  letter-spacing: -0.02em;
}

.it-comparison-content span i {
  font-weight: 500;
  color: #242e45;
  font-style: normal;
}

.slide-transtion {
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
}





.cr-multi-border {
  position: relative;
  border-right: 1px solid rgba(255, 255, 255, 0.06);
  border-left: 1px solid rgba(255, 255, 255, 0.06);
}

.cr-multi-border::after,
.cr-multi-border::before {
  position: absolute;
  top: 0;
  width: 1px;
  height: 100px;
  opacity: 0.5;
  content: "";
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #fff 100%);
}

.cr-multi-border::after {
  right: 0;
  animation: scroll1 15s ease-out infinite;
}

.cr-multi-border::before {
  left: 0;
  animation: scroll1 20s ease-out infinite;
}

.cr-multi-border-bottom {
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.tp-border-line {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 18.8%;
  z-index: -1;
  border-right: 1px solid rgba(255, 255, 255, 0.06);
}

@media only screen and (min-width: 1600px) and (max-width: 1700px) {
  .tp-border-line {
    width: 12.5%;
  }
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-border-line {
    width: 7.2%;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-border-line {
    width: 3.8%;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-border-line {
    width: 3%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .tp-border-line {
    display: none;
  }
}

.tp-border-line::after {
  position: absolute;
  top: 300px;
  right: -1px;
  width: 1px;
  opacity: 0.5;
  height: 100px;
  content: "";
  animation: scroll1 15s ease-out infinite;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #fff 100%);
}

.tp-border-line.line-2 {
  width: 81.2%;
}

@media only screen and (min-width: 1600px) and (max-width: 1700px) {
  .tp-border-line.line-2 {
    width: 87.5%;
  }
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-border-line.line-2 {
    width: 93%;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-border-line.line-2 {
    width: 96.2%;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-border-line.line-2 {
    width: 97%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .tp-border-line.line-2 {
    display: none;
  }
}

.tp-border-line.line-2::after {
  animation: scroll2 20s ease-out infinite;
}

/*----------------------------------------*/
/*  8.4 Step Css
/*----------------------------------------*/



.it-step-bg {
  /* margin-top: -5px; */
}

.it-step-title-box p {
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 0;
  line-height: 1.56;
  color: rgba(254, 255, 249, 0.7);
}

@media (max-width: 767px) {
  .it-step-title-box p br {
    display: none;
  }
}

.it-step-thumb {
  margin-left: -115px;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px),
only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .it-step-thumb {
    margin-left: 0;
  }
}

.it-step-thumb img {
  border-radius: 30px;
  max-width: inherit;
}

@media (max-width: 767px) {
  .it-step-thumb img {
    width: 100%;
  }
}

.it-step-thumb-shape-1 {
  position: absolute;
  top: 27%;
  right: -8%;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {
  .it-step-thumb-shape-1 {
    right: 0;
  }
}

@media (max-width: 767px) {
  .it-step-thumb-shape-1 {
    display: none;
  }
}

.it-step-thumb-shape-2 {
  position: absolute;
  bottom: 4%;
  left: -18%;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .it-step-thumb-shape-2 {
    left: 7%;
  }
}

@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) {
  .it-step-thumb-shape-2 {
    left: 6%;
  }
}

@media (max-width: 767px) {
  .it-step-thumb-shape-2 {
    display: none;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .it-step-thumb-shape-2 {
    display: block;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .it-step-thumb-wrap {
    margin-bottom: 80px;
  }
}

.it-step-thumb-img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 30px;
}

.it-step-shape-1 {
  position: absolute;
  left: 0%;
  top: 13%;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .it-step-shape-1 {
    left: -8%;
  }
}

.it-step-shape-2 {
  position: absolute;
  right: 0;
  bottom: -47%;
  z-index: 1;
}


/*----------------------------------------*/
/*  8.7 Faq Css
/*----------------------------------------*/

/*----------------------------------------*/
/*  8.8 Success Css
/*----------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .crp-success-area {
    margin-bottom: 0;
  }
}

.crp-success-big-img {
  position: absolute;
  top: 0;
  left: 0;
  height: calc(100% - 10px);
  width: 58.1%;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .crp-success-big-img {
    width: 49.5%;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .crp-success-big-img {
    position: static;
    height: 400px;
    width: 100%;
    margin-bottom: 10px;
  }
}

.crp-success-big-img img {
  height: 100%;
  object-fit: cover;
}

.crp-success-big-img .anim-zoomin-wrap {
  height: 100%;
}

.crp-success-item {
  height: 100%;
  overflow: hidden;
}

.crp-success-item-shape-1 {
  position: absolute;
  top: -25px;
  right: 0;
  transform-origin: top right;
}

@media only screen and (min-width: 1600px) and (max-width: 1700px) {
  .crp-success-item-shape-1 {
    transform: scale(0.5);
  }
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .crp-success-item-shape-1 {
    transform: scale(0.3);
  }
}

.crp-success-item-shape-2 {
  position: absolute;
  bottom: -1px;
  right: 0;
  transform-origin: right bottom;
}

@media only screen and (min-width: 1600px) and (max-width: 1700px) {
  .crp-success-item-shape-2 {
    transform: scale(0.6);
  }
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .crp-success-item-shape-2 {
    transform: scale(0.4);
  }
}

.crp-success-item.about-us {
  background-size: cover;
  background-position: 0px 30px;
}

.crp-success-item.about-us .crp-about-us-item-wrap {
  padding-top: 160px;
  text-align: center;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .crp-success-item.about-us .crp-about-us-item-wrap {
    padding-top: 30px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .crp-success-item.about-us .crp-about-us-item-wrap {
    padding-top: 185px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .crp-success-item.about-us .crp-about-us-item-wrap {
    padding-top: 110px;
  }
}

@media (max-width: 767px) {
  .crp-success-item.about-us .crp-about-us-item-wrap {
    padding-top: 100px;
    padding-bottom: 45px;
  }
}

.crp-success-item.about-us .crp-about-us-item-title {
  font-size: 46px;
  font-weight: 500;
  line-height: 46px;
  color: #F9F4E8;
  font-family: var(--tp-ff-mango-light);
}

.crp-success-item.about-us .crp-about-us-item-icon {
  display: inline-block;
  margin-bottom: 14px;
}

.crp-success-item.about-us .crp-about-us-item-icon span {
  height: 40px;
  width: 40px;
  border-radius: 50%;
  display: grid;
  place-content: center;
  background-color: #323234;
}

.crp-success-item.about-us .crp-about-us-item-btn-box {
  display: flex;
  padding: 80px 30px 0;
  justify-content: space-between;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .crp-success-item.about-us .crp-about-us-item-btn-box {
    padding: 25px 10px 0;
  }
}

.crp-success-item.about-us .crp-about-us-item-btn-box span {
  color: #F9F4E8;
  font-size: 14px;
  font-weight: 400;
  padding: 7px 26px;
  border-radius: 70px;
  display: inline-block;
  text-shadow: 0px 14px 14px rgba(8, 29, 49, 0.03);
  background: rgba(255, 255, 255, 0.1);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.crp-success-item.about-us .crp-about-us-item-btn-box span svg {
  margin-left: 4px;
}

.crp-success-item.about-us .crp-about-us-item-btn-box a:hover span {
  color: var(--tp-common-black);
  background-color: var(--tp-common-white);
}

.crp-success-item.about-us-img {
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (max-width: 767px) {
  .crp-success-item.about-us-img .crp-about-us-item-img {
    padding: 50px 0;
  }
}

.crp-success-item.about-us .crp-success-video {
  line-height: 1;
}

.crp-success-item.about-us .crp-success-video video {
  width: 475px;
  height: 475px;
  object-fit: cover;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .crp-success-item.about-us .crp-success-video video {
    height: 302px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .crp-success-item.about-us .crp-success-video video {
    width: 100%;
  }
}

.crp-success-content {
  height: 100%;
}

.crp-success-content-wrap {
  height: 100%;
  padding: 50px;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px),
only screen and (min-width: 1200px) and (max-width: 1399px) {
  .crp-success-content-wrap {
    padding: 30px;
  }
}

@media only screen and (min-width: 1400px) and (max-width: 1599px),
only screen and (min-width: 1200px) and (max-width: 1399px),
(max-width: 767px) {
  .crp-success-content-wrap {
    padding: 30px;
  }
}

.crp-success-content p {
  font-weight: 500;
  font-size: 34px;
  line-height: 1;
  margin-bottom: 40px;
  letter-spacing: 0.05px;
  display: inline-block;
  font-family: var(--tp-ff-teko);
  color: var(--tp-common-cream-3);
}

.crp-success-content>span {
  font-weight: 500;
  font-size: 120px;
  line-height: 0.7;
  display: inline-block;
  font-family: var(--tp-ff-teko);
  color: var(--tp-common-cream-3);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .crp-success-content>span {
    font-size: 100px;
  }
}

.crp-success-content>span i {
  font-style: normal;
}

.crp-success-yellow-box .crp-success-content p {
  font-weight: 600;
  font-size: 54px;
  line-height: 1;
  color: #2a4c3a;
}

@media only screen and (min-width: 1600px) and (max-width: 1700px) {
  .crp-success-yellow-box .crp-success-content p {
    font-size: 45px;
  }
}

@media only screen and (min-width: 1400px) and (max-width: 1599px),
only screen and (min-width: 1200px) and (max-width: 1399px) {
  .crp-success-yellow-box .crp-success-content p {
    font-size: 40px;
  }
}

.crp-success-img {
  height: 100%;
}

.crp-success-img .anim-zoomin-wrap {
  height: 100%;
}

.crp-success-img img {
  height: 100%;
}

.crp-success-about-us-big-img {
  position: absolute;
  top: 0;
  right: 0;
  width: 49.7%;
  height: calc(100% - 10px);
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .crp-success-about-us-big-img {
    position: static;
    height: 400px;
    width: 100%;
    margin-bottom: 10px;
  }
}

.crp-success-about-us-big-img .anim-zoomin-wrap {
  height: 100%;
}

.crp-success-about-us-big-img img {
  height: 100%;
  object-fit: cover;
}



.pp-social-item {
  display: block;
  text-align: center;
  padding: 45px 0 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.pp-social-item:last-child {
  border: none;
}

.pp-social-item.active .pp-social-item-wrap .pp-social-item-title {
  color: var(--tp-common-white);
}

.pp-social-item.active .pp-social-item-wrap p {
  color: var(--tp-common-white);
}

.pp-social-item.img-pos-1:hover .pp-social-item-thumb .thumb-1,
.pp-social-item.img-pos-1.active .pp-social-item-thumb .thumb-1,
.pp-social-item.img-pos-2:hover .pp-social-item-thumb .thumb-1,
.pp-social-item.img-pos-2.active .pp-social-item-thumb .thumb-1,
.pp-social-item.img-pos-3:hover .pp-social-item-thumb .thumb-1,
.pp-social-item.img-pos-3.active .pp-social-item-thumb .thumb-1,
.pp-social-item.img-pos-4:hover .pp-social-item-thumb .thumb-1,
.pp-social-item.img-pos-4.active .pp-social-item-thumb .thumb-1 {
  opacity: 1;
  transform: translateX(0);
  transform: scale(1);
  transition-delay: 0.2s;
}

.pp-social-item.img-pos-1:hover .pp-social-item-thumb .thumb-2,
.pp-social-item.img-pos-1.active .pp-social-item-thumb .thumb-2,
.pp-social-item.img-pos-2:hover .pp-social-item-thumb .thumb-2,
.pp-social-item.img-pos-2.active .pp-social-item-thumb .thumb-2,
.pp-social-item.img-pos-3:hover .pp-social-item-thumb .thumb-2,
.pp-social-item.img-pos-3.active .pp-social-item-thumb .thumb-2,
.pp-social-item.img-pos-4:hover .pp-social-item-thumb .thumb-2,
.pp-social-item.img-pos-4.active .pp-social-item-thumb .thumb-2 {
  opacity: 1;
  transform: scale(1);
  transition-delay: 0.3s;
}

.pp-social-item.img-pos-1:hover .pp-social-item-thumb .thumb-3,
.pp-social-item.img-pos-1.active .pp-social-item-thumb .thumb-3,
.pp-social-item.img-pos-2:hover .pp-social-item-thumb .thumb-3,
.pp-social-item.img-pos-2.active .pp-social-item-thumb .thumb-3,
.pp-social-item.img-pos-3:hover .pp-social-item-thumb .thumb-3,
.pp-social-item.img-pos-3.active .pp-social-item-thumb .thumb-3,
.pp-social-item.img-pos-4:hover .pp-social-item-thumb .thumb-3,
.pp-social-item.img-pos-4.active .pp-social-item-thumb .thumb-3 {
  opacity: 1;
  transform: scale(1);
  transition-delay: 0.2s;
}

.pp-social-item.img-pos-1:hover .pp-social-item-thumb .thumb-4,
.pp-social-item.img-pos-1.active .pp-social-item-thumb .thumb-4,
.pp-social-item.img-pos-2:hover .pp-social-item-thumb .thumb-4,
.pp-social-item.img-pos-2.active .pp-social-item-thumb .thumb-4,
.pp-social-item.img-pos-3:hover .pp-social-item-thumb .thumb-4,
.pp-social-item.img-pos-3.active .pp-social-item-thumb .thumb-4,
.pp-social-item.img-pos-4:hover .pp-social-item-thumb .thumb-4,
.pp-social-item.img-pos-4.active .pp-social-item-thumb .thumb-4 {
  opacity: 1;
  transform: scale(1);
  transform: translateY(0);
  transition-delay: 0.3s;
}

.pp-social-item.img-pos-1 .pp-social-item-thumb .thumb-1 {
  position: absolute;
  opacity: 0;
  top: 0;
  left: 12%;
  z-index: 1;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  transform: scale(0.7);
}

@media (max-width: 767px) {
  .pp-social-item.img-pos-1 .pp-social-item-thumb .thumb-1 {
    display: none;
  }
}

.pp-social-item.img-pos-1 .pp-social-item-thumb .thumb-2 {
  position: absolute;
  opacity: 0;
  top: 0;
  right: 20%;
  z-index: 1;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  transform: translateX(100px);
}

.pp-social-item.img-pos-1 .pp-social-item-thumb .thumb-3 {
  position: absolute;
  opacity: 0;
  bottom: 20%;
  left: 19%;
  z-index: 1;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  transform: translateY(100px);
}

.pp-social-item.img-pos-1 .pp-social-item-thumb .thumb-4 {
  position: absolute;
  opacity: 0;
  bottom: 25%;
  right: 15%;
  z-index: 1;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  transform: scale(0.7);
}

@media (max-width: 767px) {
  .pp-social-item.img-pos-1 .pp-social-item-thumb .thumb-4 {
    display: none;
  }
}

.pp-social-item.img-pos-2 .pp-social-item-thumb .thumb-1 {
  position: absolute;
  opacity: 0;
  top: 0;
  left: 17%;
  z-index: 1;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  transform: translateX(-100px);
}

.pp-social-item.img-pos-2 .pp-social-item-thumb .thumb-2 {
  position: absolute;
  opacity: 0;
  top: 0;
  right: 16%;
  z-index: 1;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  transform: scale(0.7);
}

@media (max-width: 767px) {
  .pp-social-item.img-pos-2 .pp-social-item-thumb .thumb-2 {
    display: none;
  }
}

.pp-social-item.img-pos-2 .pp-social-item-thumb .thumb-3 {
  position: absolute;
  opacity: 0;
  bottom: 20%;
  left: 24%;
  z-index: 1;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  transform: scale(0.7);
}

@media (max-width: 767px) {
  .pp-social-item.img-pos-2 .pp-social-item-thumb .thumb-3 {
    display: none;
  }
}

.pp-social-item.img-pos-2 .pp-social-item-thumb .thumb-4 {
  position: absolute;
  opacity: 0;
  bottom: 8%;
  right: 18%;
  z-index: 1;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  transform: scale(0.7);
}

.pp-social-item.img-pos-3 .pp-social-item-thumb .thumb-1 {
  position: absolute;
  opacity: 0;
  top: 0;
  left: 12%;
  z-index: 1;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  transform: scale(0.7);
}

@media (max-width: 767px) {
  .pp-social-item.img-pos-3 .pp-social-item-thumb .thumb-1 {
    display: none;
  }
}

.pp-social-item.img-pos-3 .pp-social-item-thumb .thumb-2 {
  position: absolute;
  opacity: 0;
  top: 0;
  right: 20%;
  z-index: 1;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  transform: translateX(100px);
}

.pp-social-item.img-pos-3 .pp-social-item-thumb .thumb-3 {
  position: absolute;
  opacity: 0;
  bottom: 20%;
  left: 19%;
  z-index: 1;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  transform: translateY(100px);
}

.pp-social-item.img-pos-3 .pp-social-item-thumb .thumb-4 {
  position: absolute;
  opacity: 0;
  bottom: 25%;
  right: 15%;
  z-index: 1;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  transform: translateY(100px);
}

@media (max-width: 767px) {
  .pp-social-item.img-pos-3 .pp-social-item-thumb .thumb-4 {
    display: none;
  }
}

.pp-social-item.img-pos-4 .pp-social-item-thumb .thumb-1 {
  position: absolute;
  opacity: 0;
  top: 0;
  left: 17%;
  z-index: 1;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  transform: translateX(-100px);
}

.pp-social-item.img-pos-4 .pp-social-item-thumb .thumb-2 {
  position: absolute;
  opacity: 0;
  top: 0;
  right: 16%;
  z-index: 1;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  transform: scale(0.7);
}

@media (max-width: 767px) {
  .pp-social-item.img-pos-4 .pp-social-item-thumb .thumb-2 {
    display: none;
  }
}

.pp-social-item.img-pos-4 .pp-social-item-thumb .thumb-3 {
  position: absolute;
  opacity: 0;
  bottom: 20%;
  left: 24%;
  z-index: 1;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  transform: scale(0.7);
}

@media (max-width: 767px) {
  .pp-social-item.img-pos-4 .pp-social-item-thumb .thumb-3 {
    display: none;
  }
}

.pp-social-item.img-pos-4 .pp-social-item-thumb .thumb-4 {
  position: absolute;
  opacity: 0;
  bottom: 8%;
  right: 18%;
  z-index: 1;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  transform: scale(0.7);
}

.pp-social-item-title {
  margin: 0;
  font-size: 180px;
  font-weight: 400;
  line-height: 0.6;
  letter-spacing: -5.4px;
  font-family: var(--tp-ff-teko);
  color: rgba(255, 255, 255, 0.1);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pp-social-item-title {
    font-size: 120px;
  }
}

@media (max-width: 767px) {
  .pp-social-item-title {
    font-size: 70px;
    letter-spacing: 0;
  }
}

.pp-social-item-wrap {
  display: inline-block;
}

.pp-social-item-wrap p {
  margin: 0;
  line-height: 20px;
}

.pp-social-item-wrap .text-left {
  top: 15%;
  right: 104%;
  position: absolute;
  text-align: end;
  white-space: nowrap;
}

@media (max-width: 767px) {
  .pp-social-item-wrap .text-left {
    display: none;
  }
}

.pp-social-item-wrap .text-right {
  top: 15%;
  left: 106%;
  position: absolute;
  text-align: start;
  white-space: nowrap;
}

@media (max-width: 767px) {
  .pp-social-item-wrap .text-right {
    display: none;
  }
}

/*----------------------------------------*/
/*  9.0 Feature Css
/*----------------------------------------*/
.app-feature-border-style .row [class*=col-]:first-child .app-feature-item {
  border-radius: 24px 0 0 24px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 767px) {
  .app-feature-border-style .row [class*=col-]:first-child .app-feature-item {
    border-radius: 0;
  }
}

.app-feature-border-style .row [class*=col-]:last-child .app-feature-item {
  border-radius: 0px 24px 24px 0px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 767px) {
  .app-feature-border-style .row [class*=col-]:last-child .app-feature-item {
    border-radius: 0;
  }
}

.app-feature-heading p {
  color: #61616A;
}

.app-feature-item {
  padding: 50px 40px 30px;
  background-color: #fbfbff;
}

@media (max-width: 767px) {
  .app-feature-item {
    padding: 50px 30px 30px;
  }
}

.app-feature-item-icon {
  margin-bottom: 30px;
}

.app-feature-item-icon i {
  font-size: 40px;
  color: #097efe !important;
}

.app-feature-item-content p {
  font-size: 15px;
  color: #61616A;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
(max-width: 767px) {
  .app-feature-item-content p br {
    display: none;
  }
}

.app-feature-title {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-family: var(--tp-ff-teko);
  color: var(--tp-common-black-10);
}

.app-feature-bottom p {
  margin: 0;
  font-size: 16px;
  color: #61616A;
  display: inline-block;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .app-feature-bottom p {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .app-feature-bottom p {
    font-size: 14px;
  }
}

.app-feature-bottom p span {
  font-weight: 600;
  padding: 4px 17px;
  margin-right: 10px;
  border-radius: 30px;
  color: var(--tp-common-black-10);
  border: 1px solid rgba(0, 0, 0, 0.1);
  background-color: var(--tp-common-white);
  box-shadow: 0px 20px 40px 0px rgba(33, 33, 45, 0.1);
}

.app-feature-bottom p a {
  font-weight: 500;
  text-decoration: underline;
  color: var(--tp-common-black-10);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .app-feature-2-ptb {
    padding-bottom: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .app-feature-2-ptb {
    padding-top: 120px;
    padding-bottom: 60px;
  }
}

.app-feature-2-bg {
  position: absolute;
  top: 0%;
  left: 22%;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .app-feature-2-bg {
    left: 17%;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .app-feature-2-bg {
    left: 18%;
    top: 11%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .app-feature-2-bg {
    display: none;
  }
}

.app-feature-2-bg .shape-1 {
  position: absolute;
  top: 37%;
  left: 23%;
}

.app-feature-2-bg .shape-2 {
  position: absolute;
  top: 46%;
  left: 31%;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .app-feature-2-bg .shape-2 {
    left: 40%;
    top: 47%;
  }
}

.app-feature-2-bg .shape-3 {
  position: absolute;
  top: 56%;
  right: 13%;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .app-feature-2-bg .shape-3 {
    right: 0;
    top: 60%;
  }
}

.app-feature-2-thumb {
  padding-top: 75px;
}

@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) {
  .app-feature-2-thumb {
    padding-top: 0;
  }
}

@media (max-width: 767px) {
  .app-feature-2-thumb {
    padding-top: 45px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .app-feature-2-thumb img {
    transform: scale(0.7);
  }
}

.app-feature-2-content {
  padding-left: 40px;
}

@media (max-width: 767px) {
  .app-feature-2-content {
    padding-left: 0;
  }
}

.app-feature-2-content .tp-section-subtitle.border-bg {
  position: relative;
  font-size: 17px;
  font-weight: 400;
  letter-spacing: -0.17px;
  padding: 11px 26px;
  margin-bottom: 25px;
  border-radius: 30px;
  border: 1px solid #FFF;
  background: rgba(255, 255, 255, 0.5);
  box-shadow: 0px 20px 40px 0px rgba(33, 33, 45, 0.1);
  backdrop-filter: blur(10px);
}

.app-feature-2-content-icon {
  margin-left: 25px;
}

.app-feature-2-content-icon span {
  display: inline-block;
  margin-right: 15px;
  transform: translateY(5px);
}

.app-feature-2-content-icon p {
  color: #61616A;
  font-size: 15px;
  margin: 0;
}

.app-feature-2-brd {
  height: 30px;
  width: 2px;
  margin-left: 35px;
  margin-bottom: 18px;
  background: rgba(34, 34, 46, 0.08);
}



/*----------------------------------------*/



/*----------------------------------------*/
/*  9.2 Stack Css
/*----------------------------------------*/


@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pp-skill-ptb {
    padding-bottom: 120px;
  }
}

@media (max-width: 767px) {
  .pp-skill-ptb {
    padding-bottom: 100px;
  }
}

.pp-skill-big-text {
  padding-bottom: 90px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .pp-skill-big-text {
    padding-bottom: 65px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .pp-skill-big-text {
    padding-bottom: 50px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .pp-skill-big-text {
    padding-bottom: 30px;
  }
}

.pp-skill-big-text-title {
  font-size: 380px;
  font-weight: 600;
  line-height: 0.7;
  margin: 0;
  color: #0e0f11;
  letter-spacing: -12px;
  font-family: var(--tp-ff-teko);
}

@media only screen and (min-width: 1600px) and (max-width: 1700px) {
  .pp-skill-big-text-title {
    font-size: 330px;
  }
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .pp-skill-big-text-title {
    font-size: 300px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .pp-skill-big-text-title {
    font-size: 265px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .pp-skill-big-text-title {
    font-size: 200px;
    letter-spacing: -5px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pp-skill-big-text-title {
    font-size: 165px;
    letter-spacing: -5px;
  }
}

@media (max-width: 767px) {
  .pp-skill-big-text-title {
    font-size: 75px;
    letter-spacing: 0;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .pp-skill-big-text-title {
    font-size: 90px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .pp-skill-heading {
    margin-bottom: 30px;
  }
}

.pp-skill-subtitle {
  font-size: 18px;
  font-weight: 500;
  margin-right: 20px;
  letter-spacing: -0.36px;
  display: inline-block;
  color: var(--tp-common-black);
}

.pp-skill-title {
  font-size: 80px;
  font-weight: 600;
  line-height: 0.9;
  letter-spacing: -0.8px;
  color: var(--tp-common-black);
  font-family: var(--tp-ff-teko);
}

@media (max-width: 767px) {
  .pp-skill-title {
    font-size: 50px;
  }
}

@media (max-width: 767px) {
  .pp-skill-title br {
    display: none;
  }
}

@media (max-width: 767px) {
  .pp-skill-list {
    margin-bottom: 40px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .pp-skill-list-wrapper {
    padding-bottom: 0;
  }
}

.pp-skill-list-wrap {
  padding-left: 60px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .pp-skill-list-wrap {
    padding-left: 0;
  }
}

.pp-skill-list-wrap .row [class*=col-]:nth-child(even) {
  padding-left: 30px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pp-skill-list-wrap .row [class*=col-]:nth-child(even) {
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .pp-skill-list-wrap .row [class*=col-]:nth-child(even) {
    padding-left: 15px;
  }
}

.pp-skill-list-title {
  font-size: 46px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.46px;
  color: var(--tp-common-black);
  font-family: var(--tp-ff-teko);
}

@media (max-width: 767px) {
  .pp-skill-list-title {
    font-size: 40px;
  }
}

.pp-skill-list ul {
  padding-left: 15px;
  display: inline-block;
}

.pp-skill-list ul li {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 6px;
  letter-spacing: -0.18px;
  color: var(--tp-common-black);
}

.pp-skill-tools .row [class*=col-] {
  display: grid;
  justify-content: center;
}

.pp-skill-tools-item {
  display: grid;
  width: 330px;
  height: 330px;
  border-radius: 50%;
  place-content: center;
  border: 1px solid rgba(0, 0, 0, 0.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),
(max-width: 767px) {
  .pp-skill-tools-item {
    height: 285px;
    width: 285px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .pp-skill-tools-item {
    margin-bottom: 30px;
  }
}

.pp-skill-tools-item-icon {
  margin-bottom: 15px;
}

.pp-skill-tools-item-title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 25px;
  letter-spacing: -0.2px;
  color: var(--tp-common-black);
}

.pp-skill-tools-item-persent {
  font-size: 34px;
  font-weight: 500;
  border-radius: 14px;
  padding: 8px 48px 6px;
  display: inline-block;
  letter-spacing: 0.34px;
  color: var(--tp-common-black);
  font-family: var(--tp-ff-teko);
  background: rgba(0, 0, 0, 0.1);
}

/*----------------------------------------*/
/*  9.3 Benefits Css
/*----------------------------------------*/


.it-benifit-bg {
  padding: 24px 0;
  border-radius: 30px;
}

@media (max-width: 767px) {
  .it-benifit-bg {
    padding: 30px;
  }
}

@media (min-width: 280px) and (max-width: 767px) {
  .it-benifit-bg {
    padding: 12px;
  }
}

.it-benifit-shape {
  position: absolute;
  top: 50px;
  right: 20px;
}

@media (max-width: 767px),
only screen and (min-width: 768px) and (max-width: 991px) {
  .it-benifit-shape {
    display: none;
  }
}

.it-benifit-icon {
  height: 46px;
  width: 46px;
  line-height: 42px;
  text-align: center;
  position: relative;
  margin-bottom: 30px;
}

.it-benifit-icon::after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  content: "";
  height: 100%;
  width: 100%;
  border-radius: 12px;
  display: inline-block;
  transform: rotate(45deg);
  background-color: var(--tp-common-primary);
}

.it-benifit-icon svg {
  margin-left: 2px;
}

.it-benifit-title {
  font-weight: 500;
  font-size: 24px;
  line-height: 1;
  margin-bottom: 12px;
  letter-spacing: 0.02em;
  color: var(--tp-common-black-10);
  font-family: var(--tp-ff-teko);
  position: relative;
}

.it-benifit-title::before {
  position: absolute;
  top: -6px;
  left: -25px;
  content: "";
  height: 36px;
  width: 1px;
  display: inline-block;
  background-color: var(--tp-common-black-10);
}

.it-benifit-content p {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 0;
  color: var(--tp-common-black-10);
}

.it-benifit-item {
  padding: 20px 0;
  padding-left: 24px;
  border-left: 1px solid rgba(33, 33, 45, 0.1);
}

.it-benifit-item:last-child {
  padding-bottom: 0 !important;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .it-benifit-item {
    margin-bottom: 30px;
  }
}

.tp-gsap-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  margin: 0 auto;
  height: 100%;
  text-align: center;
  background-color: var(--tp-common-black);
  z-index: -1;
}


@media (max-width: 767px) {
  .tp-benefit-ptb {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

@media (max-width: 767px) {
  .tp-benefit-heading {
    margin-bottom: 50px;
  }
}

.tp-benefit-box .row [class*=col]:nth-child(4n) .tp-benefit-item {
  border-right: none;
}

.tp-benefit-item {
  padding: 40px;
  border-right: 1px solid #F1F1F4;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .tp-benefit-item {
    margin-left: -1px;
    margin-top: -1px;
    border: 1px solid #f1f1f4 !important;
  }
}

.tp-benefit-item.tp-benefit-borber-bottom {
  border-bottom: 1px solid #F1F1F4;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .tp-benefit-item.tp-benefit-borber-bottom {
    border: none;
  }
}

.tp-benefit-item-icon {
  height: 74px;
}

.tp-benefit-item-title {
  font-size: 20px;
  font-weight: 600;
  color: #111013;
  letter-spacing: -0.4px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-benefit-item-title {
    font-size: 18px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .tp-benefit-item-title br {
    display: none;
  }
}

/*----------------------------------------*/
/*  9.4 Cta Css
/*----------------------------------------*/

@media (max-width: 767px) {
  .cr-cta-ptb {
    padding-top: 100px;
  }
}

.cr-cta-bg {
  position: absolute;
  bottom: -30%;
  left: 0;
  right: 0;
  z-index: -1;
  margin: 0 auto;
  text-align: center;
}

@media (max-width: 767px) {
  .cr-cta-shape {
    display: none;
  }
}

.cr-cta-shape span {
  height: 5px;
  width: 5px;
  border-radius: 50%;
  background: #D9D9D9;
  display: inline-block;
}

.cr-cta-shape .shape-1 {
  position: absolute;
  animation: bannerAnimationTwo 8s infinite linear;
}

.cr-cta-shape .shape-2 {
  position: absolute;
  animation: bannerAnimationTwo 9s infinite linear;
}

.cr-cta-shape .shape-3 {
  position: absolute;
  animation: bannerAnimationTwo 10s infinite linear;
}

.cr-cta-shape .shape-4 {
  position: absolute;
  animation: bannerAnimationTwo 11s infinite linear;
}

.cr-cta-shape .shape-5 {
  position: absolute;
  animation: bannerAnimationTwo 7s infinite linear;
}

.cr-cta-shape .shape-6 {
  position: absolute;
  animation: bannerAnimationTwo 8s infinite linear;
}

.cr-cta-shape .shape-7 {
  position: absolute;
  animation: bannerAnimationTwo 9s infinite linear;
}

.cr-cta-shape .shape-8 {
  position: absolute;
  animation: bannerAnimationTwo 10s infinite linear;
}

.cr-cta-shape .shape-9 {
  position: absolute;
  animation: bannerAnimationTwo 11s infinite linear;
}

.cr-cta-shape .shape-10 {
  position: absolute;
  animation: bannerAnimationTwo 7s infinite linear;
}

.cr-cta-shape .shape-11 {
  position: absolute;
  animation: bannerAnimationTwo 8s infinite linear;
}

.cr-cta-shape .shape-12 {
  position: absolute;
  animation: bannerAnimationTwo 9s infinite linear;
}

.cr-cta-shape .shape-13 {
  position: absolute;
  animation: bannerAnimationTwo 10s infinite linear;
}

.cr-cta-shape .shape-14 {
  position: absolute;
  animation: bannerAnimationTwo 11s infinite linear;
}

.cr-cta-shape .shape-15 {
  position: absolute;
  animation: bannerAnimationTwo 7s infinite linear;
}

.cr-cta-shape .shape-1 {
  bottom: 15%;
  left: 35%;
}

.cr-cta-shape .shape-2 {
  bottom: 8%;
  right: 45%;
}

.cr-cta-shape .shape-3 {
  bottom: 20%;
  left: 40%;
}

.cr-cta-shape .shape-4 {
  bottom: 16%;
  right: 37%;
}

.cr-cta-shape .shape-5 {
  bottom: 10%;
  left: 40%;
}

.cr-cta-shape .shape-6 {
  bottom: 20%;
  left: 45%;
}

.cr-cta-shape .shape-7 {
  bottom: 9%;
  right: 35%;
}

.cr-cta-shape .shape-8 {
  bottom: 30%;
  left: 50%;
}

.cr-cta-shape .shape-9 {
  bottom: 22%;
  right: 31%;
}

.cr-cta-shape .shape-10 {
  bottom: 15%;
  left: 24%;
}

.cr-cta-shape .shape-11,
.cr-cta-shape .shape-12,
.cr-cta-shape .shape-13,
.cr-cta-shape .shape-14,
.cr-cta-shape .shape-15 {
  width: 1px;
  height: 1px;
}

.cr-cta-shape .shape-11 {
  bottom: 10%;
  left: 35%;
}

.cr-cta-shape .shape-12 {
  bottom: 15%;
  right: 35%;
}

.cr-cta-shape .shape-13 {
  bottom: 20%;
  left: 50%;
}

.cr-cta-shape .shape-14 {
  bottom: 26%;
  right: 27%;
}

.cr-cta-shape .shape-15 {
  bottom: 10%;
  left: 30%;
}

.cr-cta-text {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 35px;
  color: rgba(255, 255, 255, 0.5);
}





.type__item {
  grid-area: 1/1/-1/-1;
  opacity: 0;
}

.type__item--current {
  opacity: 1;
}

.char-wrap {
  display: inline-block;
  position: relative;
  overflow: hidden;
  display: inline-flex;
}

.slider--bg {
  z-index: 1;
}

.slider--fg {
  position: absolute;
  width: 20vw;
  min-width: 200px;
  aspect-ratio: 0.75;
  height: auto;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.slider-nav {
  position: fixed;
  width: 100%;
  line-height: 1;
  bottom: 0;
  right: 0;
  z-index: 2;
  display: flex;
  justify-content: space-between;
}

.slider-nav__item .icon-1,
.slider-nav__item .icon-2 {
  transition: 0.3s;
  transform: translateY(-1px);
}

.slider-nav__item:hover .icon-1 {
  transform: translateX(-5px);
}

.slider-nav__item:hover .icon-2 {
  transform: translateX(5px);
}

.slider-nav__item--prev {
  grid-area: prev;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-nav__item--prev {
    margin-left: 45px;
  }
}

@media (max-width: 767px) {
  .slider-nav__item--prev {
    margin-left: 30px;
  }
}

.slider-nav__item--next {
  grid-area: next;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-nav__item--next {
    margin-right: 45px;
  }
}

@media (max-width: 767px) {
  .slider-nav__item--next {
    margin-right: 30px;
  }
}


.slider-nav-text {
  font-weight: 500;
  font-size: 14px;
  line-height: 1;
  text-transform: uppercase;
  color: var(--tp-common-white);
}

/* ============ creative Slider ================= */
/* ============ Showcase Slider ================= */
.tp-showcase-slider .swiper-slide {
  position: relative;
  overflow: hidden;
  width: 100%;
  min-height: 100vh;
  padding: 80px 0;
}

.tp-showcase-slider-bg {
  display: flex;
  align-items: center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.tp-showcase-slider-bg::after {
  opacity: 0.3;
  background: #1d1d1d;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  pointer-events: none;
}

.tp-showcase-slider-subtitle {
  font-weight: 600;
  font-size: 24px;
  line-height: 1;
  letter-spacing: -0.02em;
  color: var(--tp-common-white);
  font-family: var(--tp-ff-teko);
}

@media (max-width: 767px) {
  .tp-showcase-slider-subtitle {
    font-size: 20px;
  }
}

.tp-showcase-slider-title {
  font-size: 200px;
  font-weight: 600;
  line-height: 1;
  color: var(--tp-common-white);
  font-family: var(--tp-ff-teko);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-showcase-slider-title {
    font-size: 170px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-showcase-slider-title {
    font-size: 160px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-showcase-slider-title {
    font-size: 140px;
  }
}

@media (max-width: 767px) {
  .tp-showcase-slider-title {
    font-size: 90px;
  }
}

.tp-showcase-slider-button-wrap .swiper-button-prev,
.tp-showcase-slider-button-wrap .swiper-button-next {
  position: absolute;
  display: flex;
  align-items: center;
  top: auto;
  color: #fff;
  z-index: 9;
  cursor: pointer;
  width: auto;
  bottom: 30px;
  font-weight: 500;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: var(--tp-common-white);
}

.tp-showcase-slider-button-wrap .swiper-button-prev i,
.tp-showcase-slider-button-wrap .swiper-button-next i {
  transform: translateY(1px);
}

.tp-showcase-slider-button-wrap .swiper-button-prev::after,
.tp-showcase-slider-button-wrap .swiper-button-next::after {
  display: none;
}

.tp-showcase-slider-button-wrap .swiper-button-prev {
  left: 5%;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-showcase-slider-button-wrap .swiper-button-prev {
    left: 4%;
  }
}

.tp-showcase-slider-button-wrap .swiper-button-prev i {
  transition: 0.3s;
  margin-right: 7px;
}

.tp-showcase-slider-button-wrap .swiper-button-prev:hover i {
  transform: translate(-3px, 1px);
}

.tp-showcase-slider-button-wrap .swiper-button-next {
  right: 5%;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-showcase-slider-button-wrap .swiper-button-next {
    right: 4%;
  }
}

.tp-showcase-slider-button-wrap .swiper-button-next i {
  transition: 0.3s;
  margin-left: 7px;
}

.tp-showcase-slider-button-wrap .swiper-button-next:hover i {
  transform: translate(3px, 1px);
}

.tp-showcase-slider-main .swiper-pagination {
  bottom: 40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: auto;
}

@media (max-width: 767px) {
  .tp-showcase-slider-main .swiper-pagination {
    display: none;
  }
}

.tp-showcase-slider-main .swiper-pagination-bullet {
  background: transparent;
  margin: 0 10px !important;
}

.tp-showcase-slider-main .path {
  display: none;
}

.tp-showcase-slider-main .swiper-pagination-bullet-active .path {
  display: inline-block !important;
  stroke-dasharray: 1000;
  stroke-dashoffset: 0;
  -webkit-animation: dash linear 10s;
  animation: dash linear 10s;
  -webkit-animation-iteration-count: unset;
  animation-iteration-count: unset;
}

/* ============ Showcase Slider ================= */
/* ============ parallax Slider ================= */
.parallax-slider-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
}

.parallax-sliders {
  position: absolute;
  top: 0;
  left: 0;
  width: 3800px;
  height: 100%;
}

.parallax-slider-inner {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 80%;
  width: 100%;
  display: flex;
  gap: 30px;
  left: 70px;
  margin-top: 15px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .parallax-slider-inner {
    left: 40px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .parallax-slider-inner {
    left: 25px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .parallax-slider-inner {
    left: 35px;
  }
}

@media (max-width: 767px) {
  .parallax-slider-inner {
    left: 0px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .parallax-slider-inner {
    left: 30px;
  }
}

.parallax-item {
  position: relative;
  width: 500px;
  height: 100%;
  overflow: hidden;
}

.parallax-item:hover .parallax-content {
  bottom: 0;
  opacity: 1;
  visibility: visible;
}

.parallax-item:hover .parallax-img::after {
  opacity: 1;
  height: 100%;
  visibility: visible;
}

.parallax-content {
  position: absolute;
  bottom: -100px;
  left: 0;
  z-index: 55;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  margin: 40px 40px 30px 35px;
  transition: 0.4s;
}

.parallax-content span {
  font-size: 24px;
  line-height: 1;
  display: block;
  font-size: 20px;
  margin-bottom: 10px;
  color: var(--tp-common-white);
  font-family: var(--tp-ff-marcellus);
  text-transform: capitalize;
}

.parallax-content h4 {
  font-size: 50px;
  line-height: 1;
  padding-bottom: 7px;
  display: inline-block;
  letter-spacing: -3px;
  color: var(--tp-common-white);
  font-family: var(--tp-ff-marcellus);
}

.parallax-img {
  position: absolute;
  height: 100%;
  width: 800px;
  background-size: cover;
  background-position: center;
  margin-left: -100px;
}

.parallax-img::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
  background-color: rgba(0, 0, 0, 0.3);
}

/* ============ parallax Slider ================= */
/* ============ showcase Slider ================= */
#canvas-slider {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  overflow: hidden;
  -webkit-transition: width 0.5s ease-in-out 0;
  transition: width 0.5s ease-in-out 0s;
  z-index: 1;
}

#showcase-slider-holder {
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
  opacity: 1;
  z-index: 2;
}

#canvas-slider .slider-img {
  position: absolute;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center center;
  background-color: #222;
  visibility: hidden;
  top: 0;
  left: 0;
  z-index: 0;
  opacity: 0;
  -webkit-transform: scale(1.01);
  transform: scale(1.01);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.port-showcase-slider-item {
  height: 100vh;
}

.parallax-slider-active .swiper-slide {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100vh;
}

.parallax-slider-active .swiper-container {
  width: 100%;
  height: 100vh;
}

.port-showcase-slider-space {
  padding: 100px;
}

.port-showcase-slider-content {
  position: absolute;
  top: 50%;
  left: 50%;
  vertical-align: middle;
  transform: translate(-50%, -50%);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .port-showcase-slider-content {
    left: 40%;
  }
}

.port-showcase-slider-subtitle {
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 30px;
  display: inline-block;
  color: var(--tp-common-white);
}

.port-showcase-slider-title {
  font-size: 215px;
  font-weight: 500;
  line-height: 0.8;
  color: var(--tp-common-white);
  font-family: var(--tp-ff-teko);
  letter-spacing: -6px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .port-showcase-slider-title {
    font-size: 145px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .port-showcase-slider-title {
    font-size: 120px;
  }
}

@media (max-width: 767px) {
  .port-showcase-slider-title {
    font-size: 90px;
  }
}

.port-showcase-slider-social {
  position: absolute;
  bottom: 75px;
  z-index: 99;
  left: 50%;
  text-align: center;
}

.port-showcase-slider-social a {
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  margin: 0 12px;
  color: var(--tp-common-white);
}

.tp-showcase-arrow-box {
  position: absolute;
  bottom: 80px;
  left: 0;
  z-index: 99;
  width: 100%;
  padding: 0 100px;
}

.tp-showcase-arrow-box button {
  font-weight: 500;
  font-size: 14px;
  line-height: 1;
  text-transform: uppercase;
  color: var(--tp-common-white);
}

.tp-showcase-arrow-box button i {
  transform: translateY(1px);
}

.tp-showcase-arrow-box button.swiper-next i {
  transition: 0.3s;
  margin-left: 5px;
}

.tp-showcase-arrow-box button.swiper-next:hover i {
  transform: translateX(4px);
}

.tp-showcase-arrow-box button.swiper-prev i {
  transition: 0.3s;
  margin-right: 5px;
}

.tp-showcase-arrow-box button.swiper-prev:hover i {
  transform: translateX(-4px);
}

/* ============ showcase Slider ================= */
.slide {
  width: 100%;
  height: 100%;
  grid-area: 1/1/-1/-1;
  pointer-events: none;
  opacity: 0;
  overflow: hidden;
  position: relative;
  display: grid;
  place-items: center;
  will-change: transform, opacity;
}

.slide--current {
  pointer-events: auto;
  opacity: 1;
}

.slide--current .skew-slider-content {
  opacity: 1;
  visibility: visible;
}

.slide__img {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  will-change: transform, opacity, filter;
}

.skew-slider-wrap {
  width: 100%;
  height: 100vh;
  display: grid;
  overflow: hidden;
  place-items: center;
  grid-template-rows: 100%;
  grid-template-columns: 100%;
}

.skew-slider-arrow {
  position: absolute;
  bottom: 80px;
  gap: 10px;
  width: 100%;
  display: flex;
  padding: 0 100px;
  align-items: center;
  justify-content: space-between;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {
  .skew-slider-arrow {
    padding: 0 45px;
  }
}

@media (max-width: 767px) {
  .skew-slider-arrow {
    padding: 0 20px;
  }
}

.skew-slider-arrow button {
  font-weight: 500;
  font-size: 14px;
  line-height: 1;
  text-transform: uppercase;
  color: var(--tp-common-white);
}

.skew-slider-arrow button .icon-1,
.skew-slider-arrow button .icon-2 {
  transition: 0.3s;
  margin-right: 7px;
  transform: translate(0px, -1px);
}

.skew-slider-arrow button .icon-2 {
  margin-left: 7px;
}

.skew-slider-arrow button:hover .icon-1 {
  transform: translate(-3px, -1px);
}

.skew-slider-arrow button:hover .icon-2 {
  transform: translate(3px, -1px);
}

.skew-slider-content {
  position: absolute;
  top: 50%;
  opacity: 0;
  left: 0;
  padding-left: 320px;
  visibility: hidden;
  transform: translateY(-50%);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .skew-slider-content {
    padding-left: 200px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {
  .skew-slider-content {
    padding-left: 150px;
  }
}

@media (max-width: 767px) {
  .skew-slider-content {
    padding-left: 50px;
  }
}

.skew-slider-content h4 {
  font-size: 140px;
  line-height: 0.9;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  color: var(--tp-ff-clash);
  color: var(--tp-common-white);
  font-family: var(--tp-ff-teko);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .skew-slider-content h4 {
    font-size: 100px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .skew-slider-content h4 {
    font-size: 90px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .skew-slider-content h4 {
    font-size: 80px;
  }
}

@media (max-width: 767px) {
  .skew-slider-content h4 {
    font-size: 60px;
  }
}

.skew-slider-content>span {
  margin-bottom: 15px;
  display: inline-block;
  font-weight: 600;
  font-size: 16px;
  line-height: 1;
  text-transform: uppercase;
  color: var(--tp-common-white);
}

.slides-numbers {
  position: absolute;
  top: 50%;
  right: 100px;
  transform: translateY(-50%);
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .slides-numbers-wrap {
    display: none;
  }
}

.slides-numbers span {
  font-size: 14px;
  font-weight: 600;
  display: block;
  line-height: 1;
  color: var(--tp-common-white);
}

.slides-numbers span.text-1 {
  transform: translateX(-5px);
}

.slides-numbers span.text-2 {
  margin-left: 10px;
  transform: rotate(25deg);
  transform-origin: left bottom;
}

.slides-numbers span.text-3 {
  margin-left: 27px;
}

.slides-numbers::after,
.slides-numbers::before {
  content: "";
  width: 2px;
  height: 130px;
  display: inline-block;
  transform: translateX(13px);
  background-color: var(--tp-common-white);
}

.slides-numbers::before {
  margin-bottom: 30px;
}

.slides-numbers::after {
  margin-top: 40px;
}

.coverflow-slider-wrap {
  display: flex;
  align-items: center;
  height: 100vh;
}

.coverflow-slider-active {
  padding: 100px 0;
}

.coverflow-slider-text-active {
  height: 100px;
}

.coverflow-slider-text-wrap {
  position: absolute;
  bottom: 60px;
  left: 50%;
  transform: translateX(-50%);
}

@media (max-width: 767px) {
  .coverflow-slider-text-wrap {
    bottom: 40px;
  }
}

.coverflow-slider-title-sm {
  font-size: 100px;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 2px;
  color: var(--tp-common-white);
  font-family: var(--tp-ff-mango);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {
  .coverflow-slider-title-sm {
    font-size: 80px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .coverflow-slider-title-sm {
    font-size: 60px;
  }
}

@media (max-width: 767px) {
  .coverflow-slider-title-sm {
    font-size: 50px;
  }
}

.coverflow-slider-item {
  height: 500px;
  overflow: hidden;
}

.coverflow-slider-arrow {
  position: absolute;
  left: 0;
  bottom: 65px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.coverflow-slider-arrow button {
  font-weight: 500;
  font-size: 14px;
  line-height: 1;
  text-transform: uppercase;
  color: var(--tp-common-white);
}

.coverflow-slider-arrow button svg {
  transition: 0.3s;
  transform: translateY(-1px);
}

.coverflow-slider-arrow button:hover svg {
  transform: translate(4px, -1px);
}

.coverflow-slider-arrow button.coverflow-slider-prev:hover svg {
  transform: translate(-4px, -1px);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {
  .coverflow-slider-arrow .coverflow-slider-prev {
    padding-left: 40px;
  }
}

@media (max-width: 767px) {
  .coverflow-slider-arrow .coverflow-slider-prev {
    padding-left: 20px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {
  .coverflow-slider-arrow .coverflow-slider-next {
    padding-right: 40px;
  }
}

@media (max-width: 767px) {
  .coverflow-slider-arrow .coverflow-slider-next {
    padding-right: 20px;
  }
}

.coverflow-slider-prev svg {
  margin-right: 8px;
}

.coverflow-slider-next svg {
  margin-left: 8px;
}

.tp-slider-elegant-area {
  height: 100vh;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .tp-slider-elegant-area {
    height: auto;
    padding-bottom: 40px;
  }
}

.tp-slider-elegant-wrapper {
  height: 100%;
}

.tp-slider-elegant-title {
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
  color: var(--tp-common-white);
}

.tp-slider-elegant-inner-wrap {
  height: 100%;
  width: 100%;
  display: flex;
  grid-area: list;
  box-sizing: border-box;
}

@media (max-width: 767px) {
  .tp-slider-elegant-inner-wrap {
    flex-wrap: wrap;
  }
}

.tp-slider-elegant-item {
  width: 30%;
  height: 100%;
  display: block;
  position: relative !important;
  left: 0 !important;
  top: 0 !important;
  margin: 0px 15px;
  transition: width 0.6s cubic-bezier(0.38, 0.005, 0.215, 1);
}

@media (max-width: 767px) {
  .tp-slider-elegant-item {
    width: 100%;
    margin-bottom: 30px;
  }
}

.tp-slider-elegant-item:hover {
  width: 80%;
}

@media (max-width: 767px) {
  .tp-slider-elegant-item:hover {
    width: 100%;
  }
}

.tp-slider-elegant-thumb {
  height: 100%;
  width: 100%;
  margin-bottom: 30px;
}

.tp-slider-elegant-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}



/* SLIDER */
.tp-perspective-slider {
  width: 100%;
  overflow: hidden;
  padding: 2vw 3vw 0;
  box-sizing: border-box;
  margin-bottom: 80px;
}

.tp-perspective-slider .tp-perspective-inner {
  width: 100%;
  height: 90vh;
  position: relative;
  display: inline-block;
}

.tp-perspective-slider .tp-perspective-inner .tp-perspective-content {
  position: absolute;
  text-align: center;
  width: 100%;
  top: 50%;
  z-index: 10;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

.tp-perspective-slider .tp-perspective-inner .tp-perspective-image {
  width: 100%;
  height: 100%;
  background-size: cover;
  position: relative;
  display: inline-block;
}

.tp-perspective-slider .tp-perspective-inner .tp-perspective-image:before {
  content: "";
  width: 40px;
  height: 103%;
  position: absolute;
  left: -20px;
  top: -1.5%;
  z-index: 10;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  background: #000;
}

@media (max-width: 767px) {
  .tp-perspective-slider .tp-perspective-inner .tp-perspective-image:before {
    content: none;
  }
}

.tp-perspective-slider .tp-perspective-inner .tp-perspective-image:after {
  content: "";
  width: 40px;
  height: 103%;
  position: absolute;
  right: -20px;
  top: -1.5%;
  z-index: 10;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  background: #000;
}

@media (max-width: 767px) {
  .tp-perspective-slider .tp-perspective-inner .tp-perspective-image:after {
    content: none;
  }
}

.tp-perspective-slider .tp-perspective-category {
  font-weight: 400;
  font-size: 40px;
  line-height: 1;
  margin-bottom: 0px;
  color: var(--tp-common-white);
  font-family: var(--tp-ff-teko);
}

.tp-perspective-slider .tp-perspective-title {
  font-weight: 400;
  font-size: 180px;
  line-height: 1;
  display: inline-block;
  color: var(--tp-common-white);
  font-family: var(--tp-ff-teko);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-perspective-slider .tp-perspective-title {
    font-size: 130px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-perspective-slider .tp-perspective-title {
    font-size: 110px;
  }
}

@media (max-width: 767px) {
  .tp-perspective-slider .tp-perspective-title {
    font-size: 70px;
  }
}

.tp-perspective-social-wrap {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
}

.tp-perspective-social-info span {
  font-size: 17px;
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
  color: var(--tp-common-white);
  font-family: var(--tp-ff-onest);
}

.tp-perspective-social-info span svg {
  display: inline-block;
}

.tp-perspective-scroll a {
  font-size: 17px;
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
  color: var(--tp-common-white);
  font-family: var(--tp-ff-onest);
}

@media (max-width: 767px) {
  .tp-pd-3-hero-area {
    padding-top: 80px;
  }
}

.tp-pd-3-hero-style {
  padding-top: 20px;
}

.tp-pd-3-subtitle {
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  margin-bottom: 20px;
  display: inline-block;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.6);
}

.tp-pd-3-title {
  font-size: 80px;
  line-height: 0.9;
  color: #f9f4e8;
  margin-bottom: 25px;
  font-family: var(--tp-ff-teko);
}

@media (max-width: 767px) {
  .tp-pd-3-title {
    font-size: 55px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .tp-pd-3-overview-area {
    padding-top: 80px;
    padding-bottom: 55px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .tp-pd-3-overview-left {
    margin-bottom: 40px;
  }
}

.tp-pd-3-overview-info span {
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  color: rgba(249, 244, 232, 0.5);
}

.tp-pd-3-overview-info h4 {
  font-size: 40px;
  line-height: 1.4;
  color: #f9f4e8;
  margin-bottom: 0;
  letter-spacing: 0.02em;
  font-family: var(--tp-ff-mango);
}

.tp-pd-3-overview-text p {
  font-weight: 500;
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 55px;
  margin-right: 20px;
  color: rgba(255, 255, 255, 0.6);
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .tp-pd-3-overview-text p br {
    display: none;
  }
}

.tp-pd-3-gallery-img img {
  width: 100%;
  border-radius: 20px;
}

.tp-pd-3-gallery-img.height {
  height: 880px;
  overflow: hidden;
  border-radius: 20px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-pd-3-gallery-img.height {
    height: 800px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-pd-3-gallery-img.height {
    height: 650px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-pd-3-gallery-img.height {
    height: 480px;
  }
}

@media (max-width: 767px) {
  .tp-pd-3-gallery-img.height {
    height: 260px;
  }
}

@media (max-width: 767px) {
  .tp-pd-3-gallery-img.height img {
    margin-top: -50px;
  }
}

.tp-pd-3-gallery-img.medium-img {
  height: 720px;
  border-radius: 20px;
  overflow: hidden;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-pd-3-gallery-img.medium-img {
    height: 630px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-pd-3-gallery-img.medium-img {
    height: 550px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-pd-3-gallery-img.medium-img {
    height: 480px;
  }
}

@media (max-width: 767px) {
  .tp-pd-3-gallery-img.medium-img {
    height: 260px;
  }
}

.tp-pd-3-gallery-img.medium-img img {
  margin-top: -80px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-pd-3-gallery-img.medium-img img {
    margin-top: -40px;
  }
}

.tp-pd-3-gallery-img.small-img {
  height: 400px;
  overflow: hidden;
  border-radius: 20px;
}

.tp-pd-3-gallery-img.small-img img {
  margin-top: -150px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-pd-3-gallery-img.small-img img {
    margin-top: -100px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-pd-3-gallery-img.small-img img {
    margin-top: -20px;
  }
}


.tp-pd-3-navigation-title {
  font-size: 160px;
  font-weight: 500;
  line-height: 0.69;
  text-transform: uppercase;
  color: var(--tp-common-white);
  font-family: var(--tp-ff-teko);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-pd-3-navigation-title {
    font-size: 145px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-pd-3-navigation-title {
    font-size: 125px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-pd-3-navigation-title {
    font-size: 115px;
  }
}

@media (max-width: 767px) {
  .tp-pd-3-navigation-title {
    font-size: 70px;
  }
}

.tp-pd-3-navigation-title-sm {
  font-size: 120px;
  line-height: 0.62;
  position: relative;
  display: inline-block;
  padding: 15px 0;
  transition: 0.4s ease-in-out;
  transform: translateY(120px);
  color: var(--tp-common-white);
  font-family: var(--tp-ff-teko);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-pd-3-navigation-title-sm {
    font-size: 100px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-pd-3-navigation-title-sm {
    font-size: 90px;
  }
}

@media (max-width: 767px) {
  .tp-pd-3-navigation-title-sm {
    font-size: 60px;
  }
}

.tp-pd-3-navigation-title-sm::after {
  position: absolute;
  content: "";
  bottom: 7px;
  left: 0;
  height: 6px;
  width: 0;
  transition: 0.4s;
  background-color: var(--tp-common-white);
}

.tp-pd-3-navigation-title-sm:hover::after {
  width: 100%;
}

.tp-pd-3-navigation-thumb {
  border-radius: 20px;
}

.tp-pd-3-navigation-thumb img {
  transition: 0.5s;
  border-radius: 20px;
}

.tp-pd-3-navigation-thumb-overlay {
  position: relative;
  overflow: hidden;
}

.tp-pd-3-navigation-thumb-overlay::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  border-radius: 20px;
  visibility: hidden;
  pointer-events: none;
  transition: 0.3s ease-in-out;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.4) 100%);
}

.tp-pd-3-navigation-thumb-wrap {
  border-radius: 20px;
}


.tp-pd-3-navigation-thumb-wrap:hover.tp-pd-3-navigation-thumb-overlay::after {
  opacity: 1;
  visibility: visible;
}

.tp-pd-3-navigation-thumb-wrap:hover .tp-pd-3-navigation-thumb img {
  transform: scale(1.1) rotate(-2deg);
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .tp-pd-3-navigation-top {
    padding-bottom: 50px;
  }
}

.tp-pd-3-navigation-content {
  position: absolute;
  bottom: 70px;
  left: 0;
  right: 0;
  z-index: 3;
  text-align: center;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-pd-3-navigation-content {
    bottom: 40px;
  }
}

@media (max-width: 767px) {
  .tp-pd-3-navigation-content {
    bottom: 20px;
  }
}

.tp-pd-6-hero-ptb {
  height: 100vh;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .tp-pd-6-hero-ptb {
    height: 100%;
  }
}

.tp-pd-6-hero-wrapper {
  margin: 0 60px;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px),
only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .tp-pd-6-hero-wrapper {
    margin: 0;
  }
}

.tp-pd-6-hero-title {
  font-size: 70px;
  line-height: 0.9;
  font-weight: 500;
  color: #1D1D1F;
  margin-bottom: 25px;
  letter-spacing: -1.4px;
  text-transform: uppercase;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-pd-6-hero-title {
    font-size: 60px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-pd-6-hero-title {
    font-size: 55px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .tp-pd-6-hero-title {
    font-size: 45px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-pd-6-hero-heading {
    padding-top: 50px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-pd-6-hero-heading {
    padding-bottom: 60px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-pd-6-hero-heading {
    padding-top: 40px;
    padding-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .tp-pd-6-hero-heading {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.tp-pd-6-hero-heading p {
  color: #1D1D1F;
  margin-bottom: 32px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .tp-pd-6-hero-heading p br {
    display: none;
  }
}

.tp-pd-6-hero-wrap {
  padding-top: 40px;
  padding-left: 135px;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-pd-6-hero-wrap {
    padding-left: 45px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
(max-width: 767px) {
  .tp-pd-6-hero-wrap {
    padding-left: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-pd-6-hero-wrap {
    padding-top: 30px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-pd-6-hero-content {
    padding-bottom: 50px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .tp-pd-6-hero-content {
    padding-bottom: 40px;
  }
}

.tp-pd-6-hero-info-item span {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 2px;
  display: inline-block;
  color: rgba(29, 29, 31, 0.6);
}

.tp-pd-6-hero-info-item h5 {
  color: #1D1D1F;
  font-size: 18px;
  font-weight: 500;
  font-family: var(--tp-ff-teko);
}

.tp-pd-6-hero-thumb img {
  width: 100%;
  border-radius: 50%;
}

.tp-pd-6-hero-thumb-text span {
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  display: inline-block;
  color: rgba(29, 29, 31, 0.6);
}

.tp-pd-6-hero-thumb-text .text-1 {
  position: absolute;
  top: 0;
  left: 0;
}

.tp-pd-6-hero-thumb-text .text-2 {
  position: absolute;
  bottom: 0;
  right: 0;
}

.tp-pd-6-hero-slider-wrapper {
  margin: 0 45px;
  overflow: hidden;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px),
only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .tp-pd-6-hero-slider-wrapper {
    margin: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .tp-pd-6-hero-slider-wrapper {
    margin-bottom: 30px;
  }
}

.tp-pd-6-hero-slider-active .slick-dots {
  text-align: center;
}

.tp-pd-6-hero-slider-active .slick-dots li {
  font-size: 0;
  height: 12px;
  width: 12px;
  margin: 0 5px;
  border-radius: 50%;
  cursor: pointer;
  display: inline-block;
  border: 2px solid rgba(20, 24, 32, 0.3);
}

.tp-pd-6-hero-slider-active .slick-dots li.slick-active {
  border-color: var(--tp-common-black);
  background-color: var(--tp-common-black);
}

.tp-pd-6-hero-slider-thumb {
  margin-bottom: 20px;
  border-radius: 20px;
}

.tp-pd-6-hero-slider-thumb img {
  width: 100%;
  border-radius: 20px;
}

.tp-pd-6-hero-progress .progress-circle {
  width: 290px;
  height: 290px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-pd-6-hero-progress .progress-circle {
    height: 250px;
    width: 250px;
  }
}

.tp-pd-6-hero-progress .progress-circle svg {
  width: 100%;
  height: 100%;
}

.tp-pd-6-hero-progress .circle {
  fill: none;
  stroke: #000;
  stroke-width: 0.3;
  stroke-linecap: round;
  transition: stroke-dasharray 0.3s ease;
}

.tp-pd-6-hero-progress .circle-bg {
  fill: none;
  stroke: rgba(29, 29, 31, 0.1);
  stroke-width: 0.2;
}

.tp-pd-6-hero-progress .percentage-text {
  fill: #1D1D1F;
  font-size: 10px;
  transform: translateY(0.7px);
  font-family: var(--tp-ff-teko);
}

.tp-pd-6-hero-fraction {
  padding-bottom: 20px;
}

.tp-pd-6-hero-fraction span {
  width: 40px;
  line-height: 1;
  font-size: 70px;
  color: #1D1D1F;
  display: inline-block;
  font-family: var(--tp-ff-teko);
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-pd-6-hero-fraction span {
    font-size: 50px;
  }
}

@media (max-width: 767px) {
  .tp-pd-6-hero-fraction span {
    font-size: 45px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .tp-pd-6-hero-fraction span.ml-10 {
    margin-left: 0;
  }
}

.tp-pd-6-hero-fraction #total-slides {
  transform: translateX(-5px);
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .tp-pd-6-hero-fraction #total-slides {
    transform: translateX(-12px);
  }
}

/*----------------------------------------*/
/*  9.7 Career Css
/*----------------------------------------*/


.tp-application-subtitle {
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase;
  color: var(--tp-common-black);
  line-height: 1;
  position: relative;
  display: inline-block;
  font-family: var(--tp-ff-teko);
  border: 1px solid rgba(1, 1, 3, 0.1);
  border-radius: 20px;
  padding: 10px 22px;
  padding-left: 40px;
}

.tp-application-subtitle::before {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  background: #010103;
  border-radius: 40px;
  top: 50%;
  transform: translateY(-50%);
  left: 20px;
}

.tp-application-title {
  font-weight: 600;
  font-size: 42px;
  line-height: 1;
  letter-spacing: -0.02em;
  color: var(--tp-common-black);
}

.tp-application-form-wrap .tp-contact-form-input textarea {
  height: 133px;
}

.tp-application-form-btn .tp-btn-yellow-green {
  background: #FF5722;
  color: var(--tp-common-white);
}

.tp-application-form-btn .tp-btn-yellow-green.btn-60:hover {
  color: var(--tp-common-white);
}

.tp-application-upload span {
  font-weight: 500;
  font-size: 16px;
  letter-spacing: -0.02em;
  color: var(--tp-common-black);
  display: block;
  margin-bottom: 10px;
}

.tp-application-btn a {
  border-radius: 0;
  text-transform: uppercase;
}


.tp-contact-form-input label {
  font-size: 16px;
  font-weight: 500;
  color: #111013;
  line-height: 1;
  margin-bottom: 12px;
}

.tp-contact-form-input input,
.tp-contact-form-input textarea {
  border-radius: 8px;
  background: #F8F8FB;
  border-color: #F8F8FB;
}

.tp-contact-form-input input:focus,
.tp-contact-form-input textarea:focus {
  background: var(--tp-common-white);
  border-color: var(--tp-common-red-3);
}

.tp-contact-form-input textarea {
  resize: none;
  height: 160px;
}

.tp-contact-form-btn button {
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  border-radius: 30px;
  padding: 20px 54px;
  letter-spacing: -0.18px;
  color: var(--tp-common-white);
  background-color: var(--tp-common-red-3);
}

.tp-contact-form-btn button span {
  position: relative;
  z-index: 1;
  line-height: 1;
  overflow: hidden;
  display: inline-block;
}

.tp-contact-form-btn button span span.text-1 {
  position: relative;
  display: block;
  transition: 0.3s;
}

.tp-contact-form-btn button span span.text-2 {
  position: absolute;
  top: 100%;
  display: block;
  transition: 0.3s;
}

.tp-contact-form-btn button:hover span span.text-1 {
  -webkit-transform: translateY(-150%);
  transform: translateY(-150%);
}

.tp-contact-form-btn button:hover span span.text-2 {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}




@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .tp-pd-1-about-heading {
    padding-bottom: 30px;
  }
}

.tp-pd-1-about-title {
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  color: var(--tp-common-white);
  font-family: var(--tp-ff-teko);
}

.tp-pd-1-about-title svg {
  margin-left: 5px;
}

.tp-pd-1-about-text {
  font-size: 32px;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 65px;
  text-transform: uppercase;
  color: var(--tp-common-white);
  font-family: var(--tp-ff-teko);
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .tp-pd-1-about-text {
    font-size: 30px;
    margin-bottom: 40px;
  }
}

.tp-pd-1-about-text.color-cng {
  color: #E0EEEE;
  font-family: var(--tp-ff-teko);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .tp-pd-1-about-text.color-cng br {
    display: none;
  }
}

.tp-pd-1-about-list {
  display: inline-block;
}

.tp-pd-1-about-list ul li {
  position: relative;
  font-size: 18px;
  font-weight: 500;
  list-style: none;
  float: left;
  width: 50%;
  padding-left: 18px;
  margin-bottom: 14px;
  color: var(--tp-common-white);
}

@media (max-width: 767px) {
  .tp-pd-1-about-list ul li {
    width: 100%;
    float: none;
  }
}

.tp-pd-1-about-list ul li::before {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  top: 10px;
  left: 0;
  border-radius: 50%;
  background-color: var(--tp-common-white);
}



.tp-pd-1-np-ptb {
  padding-bottom: 240px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-pd-1-np-ptb {
    padding-bottom: 170px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-pd-1-np-ptb {
    padding-bottom: 150px;
  }
}

@media (max-width: 767px) {
  .tp-pd-1-np-ptb {
    padding-bottom: 120px;
  }
}

.tp-pd-1-np-title {
  font-size: 100px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  color: var(--tp-common-white);
  font-family: var(--tp-ff-teko);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-pd-1-np-title {
    font-size: 80px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-pd-1-np-title {
    font-size: 70px;
  }
}

@media (max-width: 767px) {
  .tp-pd-1-np-title {
    font-size: 45px;
  }
}

.tp-pd-1-np-box {
  padding: 20px 0;
}



.tp-pd-1-np-content span {
  font-size: 30px;
  font-weight: 500;
  display: block;
  margin-bottom: 30px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.2);
  font-family: var(--tp-ff-teko);
}

.tp-pd-1-np-content p {
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: -0.4px;
  color: rgba(255, 255, 255, 0.2);
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .tp-pd-2-ptb {
    padding-top: 150px;
  }
}

@media (max-width: 767px) {
  .tp-pd-2-ptb {
    padding-bottom: 50px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-pd-2-area {
    padding-bottom: 100px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .tp-pd-2-area {
    padding-bottom: 80px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-pd-2-top {
    padding-bottom: 50px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .tp-pd-2-top {
    padding-bottom: 40px;
  }
}

.tp-pd-2-title {
  font-size: 140px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -7px;
  color: var(--tp-common-white);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-pd-2-title {
    font-size: 110px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-pd-2-title {
    font-size: 100px;
    letter-spacing: 0;
  }
}

@media (max-width: 767px) {
  .tp-pd-2-title {
    font-size: 60px;
    letter-spacing: 0;
  }
}

.tp-pd-2-categories span {
  font-size: 14px;
  font-weight: 600;
  padding: 4px 24px;
  position: relative;
  border-radius: 30px;
  margin-right: 10px;
  display: inline-block;
  color: var(--tp-common-white);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.tp-pd-2-categories span::before {
  position: absolute;
  top: 15px;
  left: 12px;
  content: "";
  height: 5px;
  width: 5px;
  border-radius: 50%;
  background-color: var(--tp-common-red-3);
}

@media (max-width: 767px) {
  .tp-pd-2-bottom {
    flex-wrap: wrap;
  }
}

.tp-pd-2-bottom .tp-pd-2-bottom-item:not(:last-of-type) {
  margin-right: 20px;
}

@media (max-width: 767px) {
  .tp-pd-2-bottom-item {
    padding-bottom: 20px;
  }
}

.tp-pd-2-bottom-item span {
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 10px;
  display: inline-block;
  color: rgba(255, 255, 255, 0.7);
}

.tp-pd-2-bottom-item h6 {
  font-size: 20px;
  font-weight: 600;
  color: var(--tp-common-white);
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .tp-pd-2-overview-heading {
    padding-bottom: 30px;
  }
}

.tp-pd-2-overview-title {
  font-size: 50px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -1.5px;
  color: var(--tp-common-white);
}

.tp-pd-2-overview-wrap p {
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  margin-bottom: 24px;
  color: rgba(255, 255, 255, 0.6);
}

.tp-pd-2-overview-wrap ul {
  padding-top: 20px;
  display: inline-block;
}

.tp-pd-2-overview-wrap ul li {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px;
  padding-bottom: 20px;
  margin-left: 16px;
  color: var(--tp-common-white);
}

.tp-pd-2-overview-wrap ul li:not(:last-of-type) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-pd-2-slider-ptb {
    padding-bottom: 100px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .tp-pd-2-slider-ptb {
    padding-bottom: 80px;
  }
}

.tp-pd-2-slider-wrapper {
  margin: 0 -200px;
}

@media (max-width: 767px) {
  .tp-pd-2-slider-wrapper {
    margin: 0;
  }
}

.tp-pd-2-slider-wrapper .swiper-wrapper {
  padding-bottom: 40px;
}

.tp-pd-2-slider-thumb {
  overflow: hidden;
}

.tp-pd-2-slider-thumb:hover img {
  transform: scale(1.2);
}

.tp-pd-2-slider-thumb img {
  transition: 0.9s ease-in-out;
}

.tp-pd-2-dot .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  opacity: 1;
  transition: 0.3s;
  border-radius: 50%;
  display: inline-block;
  background: rgba(255, 255, 255, 0.3);
}

.tp-pd-2-dot .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 24px;
  border-radius: 10px;
  background-color: var(--tp-common-white);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-pd-2-thumb-ptb {
    padding-bottom: 100px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .tp-pd-2-thumb-ptb {
    padding-bottom: 80px;
  }
}

.tp-pd-2-thumb-item {
  overflow: hidden;
  height: 600px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-pd-2-thumb-item {
    height: 500px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-pd-2-thumb-item {
    height: 400px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-pd-2-thumb-item {
    height: 450px;
  }
}

@media (max-width: 767px) {
  .tp-pd-2-thumb-item {
    height: 250px;
  }
}

.tp-pd-2-thumb-item img {
  margin-top: -100px;
  width: 100%;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-pd-2-thumb-item img {
    margin-top: -60px;
  }
}

@media (max-width: 767px) {
  .tp-pd-2-thumb-item img {
    margin-top: -40px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .tp-pd-2-np-ptb {
    padding-bottom: 80px;
  }
}

.tp-pd-2-np-content a {
  width: 180px;
  height: 180px;
  font-size: 16px;
  font-weight: 600;
  margin: 0 -14px;
  text-align: center;
  line-height: 180px;
  border-radius: 50%;
  display: inline-block;
  color: var(--tp-common-white);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.tp-pd-2-np-content a:hover {
  color: var(--tp-common-black);
  background-color: var(--tp-common-white);
}

.tp-pd-2-np-content a svg {
  margin: 0 4px;
}

.tp-pd-4-ptb {
  padding-top: 220px;
  padding-bottom: 50px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .tp-pd-4-ptb {
    padding-top: 150px;
  }
}

.tp-pd-4-title {
  font-size: 100px;
  font-weight: 400;
  line-height: 1;
  color: #E0EEEE;
  letter-spacing: -2px;
  font-family: var(--tp-ff-poppins);
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-pd-4-title {
    font-size: 80px;
    letter-spacing: 0;
  }
}

@media (max-width: 767px) {
  .tp-pd-4-title {
    font-size: 65px;
    letter-spacing: 0;
  }
}



@media only screen and (min-width: 1400px) and (max-width: 1599px),
only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-pd-4-heading {
    margin-bottom: 60px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .tp-pd-4-heading {
    margin-bottom: 40px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .tp-pd-4-heading-bottom {
    flex-wrap: wrap;
  }

  .tp-pd-4-heading-bottom .tp-pd-2-bottom-item {
    margin-right: 20px;
    padding-bottom: 0;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-pd-4-about-ptb {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .tp-pd-4-about-ptb {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

.tp-pd-4-about-sub {
  font-size: 20px;
  font-weight: 400;
  color: #E0EEEE;
  letter-spacing: -0.4px;
  font-family: var(--tp-ff-poppins);
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .tp-pd-4-about-sub {
    letter-spacing: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .tp-pd-4-color-ptb {
    margin-bottom: 80px;
  }
}

.tp-pd-4-color-shape {
  position: absolute;
  top: 18%;
  left: 20%;
  z-index: -1;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-pd-4-color-shape {
    left: -3%;
    top: 6%;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-pd-4-color-shape {
    top: 10%;
    left: -2%;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-pd-4-color-shape {
    left: 3%;
    top: 10%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .tp-pd-4-color-shape {
    display: none;
  }
}

.tp-pd-4-color-picker {
  bottom: 0;
  z-index: 2;
  right: 38.5%;
  position: absolute;
}

@media only screen and (min-width: 1600px) and (max-width: 1700px) {
  .tp-pd-4-color-picker {
    right: 33%;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .tp-pd-4-color-picker {
    display: none;
  }
}

.tp-pd-4-color-heading {
  z-index: 1;
  height: 100%;
  position: relative;
  padding: 300px 120px;
  background: #85291A;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-pd-4-color-heading {
    padding: 200px 60px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-pd-4-color-heading {
    padding: 130px 50px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-pd-4-color-heading {
    padding: 170px 60px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-pd-4-color-heading {
    padding: 100px;
  }
}

@media (max-width: 767px) {
  .tp-pd-4-color-heading {
    padding: 60px 40px;
  }
}

.tp-pd-4-color-heading p {
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  letter-spacing: -0.16px;
  color: var(--tp-common-white);
}

@media only screen and (min-width: 1801px) and (max-width: 1850px),
only screen and (min-width: 1701px) and (max-width: 1800px),
only screen and (min-width: 1600px) and (max-width: 1700px),
only screen and (min-width: 1400px) and (max-width: 1599px),
only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .tp-pd-4-color-heading p br {
    display: none;
  }
}

.tp-pd-4-color-title {
  font-size: 30px;
  font-weight: 500;
  color: #FFF669;
  line-height: 1;
  margin-bottom: 14px;
  letter-spacing: -0.6px;
}

.tp-pd-4-color-content {
  padding: 78px 0 56px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-pd-4-color-content {
    padding: 60px 22px 50px 0px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-pd-4-color-content {
    padding: 50px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .tp-pd-4-color-content {
    padding: 40px;
  }
}

.tp-pd-4-color-content span {
  font-size: 30px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 14px;
  display: inline-block;
  letter-spacing: -0.6px;
  color: var(--tp-common-white);
}

.tp-pd-4-color-content p {
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  letter-spacing: -0.16px;
  color: var(--tp-common-white);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .tp-pd-4-color-content p br {
    display: none;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .tp-pd-4-thumb-ptb {
    padding-bottom: 80px;
  }
}

.tp-pd-4-thumb-wrap {
  height: 950px;
  border-radius: 20px;
  background-color: #FFF669;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-pd-4-thumb-wrap {
    height: 750px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-pd-4-thumb-wrap {
    height: 650px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-pd-4-thumb-wrap {
    height: 500px;
  }
}

@media (max-width: 767px) {
  .tp-pd-4-thumb-wrap {
    height: 300px;
  }
}

.tp-pd-4-thumb-item {
  margin-bottom: -100%;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .tp-pd-4-thumb-item {
    margin-bottom: 0;
  }
}

.tp-pd-4-thumb-box {
  height: 800px;
  border-radius: 20px;
  overflow: hidden;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-pd-4-thumb-box {
    height: 520px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-pd-4-thumb-box {
    height: 420px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-pd-4-thumb-box {
    height: 450px;
  }
}

@media (max-width: 767px) {
  .tp-pd-4-thumb-box {
    height: 250px;
  }
}

.tp-pd-4-thumb-box img {
  width: 100%;
  margin-top: -40px;
  object-fit: cover;
  border-radius: 20px;
}

.tp-pd-4-slider-wrapper {
  margin: 0 -220px;
}

@media (max-width: 767px) {
  .tp-pd-4-slider-wrapper {
    margin: 0;
  }
}

@media only screen and (min-width: 1400px) and (max-width: 1599px),
only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-pd-4-slider-heading {
    margin-bottom: 100px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .tp-pd-4-slider-heading {
    margin-bottom: 80px;
  }
}

.tp-pd-4-slider-thumb img {
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.0784313725);
}

.tp-pd-5-hero-black-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  z-index: 1;
  background-color: #000;
  transition: opacity 0.2s ease;
}

.tp-pd-5-hero-white-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  z-index: 1;
  background-color: #fff;
  transition: opacity 0.4s ease;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .tp-pd-5-hero-ptb {
    padding-top: 150px;
    padding-bottom: 120px;
  }
}

.tp-pd-5-hero-title {
  font-size: 80px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 24px;
  letter-spacing: -4px;
  color: var(--tp-common-white);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-pd-5-hero-title {
    font-size: 75px;
  }
}

@media (max-width: 767px) {
  .tp-pd-5-hero-title {
    font-size: 60px;
    letter-spacing: 0;
  }
}

.tp-pd-5-hero-heading p {
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  margin-bottom: 50px;
  color: rgba(255, 255, 255, 0.7);
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
(max-width: 767px) {
  .tp-pd-5-hero-heading p br {
    display: none;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .tp-pd-5-hero-top {
    padding-bottom: 40px;
  }
}

.tp-pd-5-hero-info-ptb {
  transition: 0.3s;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .tp-pd-5-hero-info-ptb {
    padding-bottom: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .tp-pd-5-hero-info-item {
    padding-bottom: 30px;
  }
}

.tp-pd-5-hero-info-item-title {
  font-size: 30px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.9px;
  color: var(--tp-common-black);
}

.tp-pd-5-hero-info-item-title span {
  font-size: 12px;
  display: inline-block;
  transform: translate(-9px, -13px);
}

.tp-pd-5-hero-info-item-content {
  padding-left: 80px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .tp-pd-5-hero-info-item-content {
    padding-left: 0;
  }
}

.tp-pd-5-hero-info-item-content p {
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
  color: rgba(0, 0, 0, 0.6);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .tp-pd-5-hero-info-item-content p br {
    display: none;
  }
}

.tp-pd-5-light-ptb {
  padding-top: 120px;
  padding-bottom: 200px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-pd-5-light-ptb {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .tp-pd-5-light-ptb {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .tp-pd-5-light-heading {
    padding-bottom: 35px;
  }
}

.tp-pd-5-light-title {
  font-size: 50px;
  font-weight: 500;
  color: #0E0F11;
  line-height: 1;
  letter-spacing: -1.5px;
}

.tp-pd-5-light-slider-thumb img {
  width: 100%;
  border-radius: 30px;
  border: 1px solid rgba(0, 0, 0, 0.0705882353);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-pd-5-mockup-ptb {
    padding-top: 100px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .tp-pd-5-mockup-ptb {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

.tp-pd-5-mockup-title {
  font-size: 50px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 20px;
  letter-spacing: -1.5px;
  color: var(--tp-common-white);
}

.tp-pd-5-mockup-heading {
  padding-bottom: 30px;
}

.tp-pd-5-mockup-heading p {
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
  color: rgba(255, 255, 255, 0.6);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .tp-pd-5-mockup-heading p br {
    display: none;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .tp-pd-5-slider-ptb {
    padding-bottom: 80px;
  }
}

.project-details-1-pt {
  padding-top: 107px;
}

.project-details-1-left .project-details-1-thumb:last-child {
  margin-bottom: 0;
}

.project-details-1-subtitle {
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 10px;
  display: inline-block;
  color: var(--tp-common-white);
}

.project-details-1-subtitle i {
  font-style: normal;
}

.project-details-1-subtitle i::after {
  content: "";
  height: 1px;
  width: 40px;
  margin: 0px 10px;
  display: inline-block;
  transform: translateY(-4px);
  background-color: rgba(255, 255, 255, 0.14);
}

.project-details-1-title {
  font-size: 80px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 24px;
  letter-spacing: -3.2px;
  color: var(--tp-common-white);
}

@media (max-width: 767px) {
  .project-details-1-title {
    font-size: 50px;
  }
}

.project-details-1-title-box {
  margin-bottom: 40px;
}

@media (max-width: 767px) {
  .project-details-1-title-box {
    margin-bottom: 0;
  }
}

.project-details-1-title-box p {
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  color: var(--tp-common-white);
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .project-details-1-title-box p br {
    display: none;
  }
}

.project-details-1-info {
  margin-bottom: 32px;
}

.project-details-1-info span {
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
  color: #FCF6F4;
  margin-bottom: 10px;
  display: inline-block;
}

.project-details-1-info h4 {
  font-size: 17px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 0;
  letter-spacing: -0.4px;
  color: rgba(252, 246, 244, 0.7);
}

@media (max-width: 767px) {
  .project-details-1-info-wrap {
    flex-wrap: wrap;
    margin-bottom: 50px;
  }

  .project-details-1-info-wrap .project-details-1-info {
    margin-right: 20px;
  }
}

.project-details-1-navigation {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 33px 60px;
  padding-top: 20px;
}

@media (max-width: 767px) {
  .project-details-1-navigation {
    padding: 33px 0px;
  }
}

.project-details-1-navigation a i {
  height: 44px;
  width: 44px;
  line-height: 44px;
  border-radius: 50%;
  text-align: center;
  margin-top: 10px;
  display: inline-block;
  color: var(--tp-common-white);
  border: 1px solid rgba(255, 255, 255, 0.14);
}

.project-details-1-navigation a span {
  font-size: 17px;
  font-weight: 600;
  line-height: 1;
  color: var(--tp-common-white);
}

.project-details-1-navigation a span svg {
  transform: translateY(5px);
}

.project-details-1-prev {
  line-height: 0;
}

.project-details-1-prev i {
  margin-right: 10px;
  transition: 0.3s;
}

.project-details-1-prev:hover i {
  color: var(--tp-common-black);
  border-color: var(--tp-common-white);
  background-color: var(--tp-common-white);
}

.project-details-1-next {
  line-height: 0;
}

.project-details-1-next i {
  margin-left: 10px;
  transition: 0.3s;
}

.project-details-1-next:hover i {
  color: var(--tp-common-black);
  border-color: var(--tp-common-white);
  background-color: var(--tp-common-white);
}

.project-details-video {
  margin-bottom: 60px;
  /* Fallback stuff */
  /* WebKit styles */
  /* Firefox styles */
}

.project-details-video video {
  height: 800px;
  width: 100% !important;
  object-fit: cover;
  overflow: hidden;
}

@media (max-width: 767px) {
  .project-details-video video {
    height: 400px;
  }
}

.project-details-video figcaption {
  align-items: center;
  display: grid;
  grid-gap: 1rem;
  grid-template-columns: 50px auto 115px;
  padding: 0.5rem;
}

.project-details-video button {
  border: 0;
  display: inline;
  color: white;
  order: 1;
  padding: 0.5rem;
  transition: opacity 0.25s ease-out;
  width: 100%;
  font-size: 24px;
}

.project-details-video button:hover {
  cursor: pointer;
  opacity: 0.8;
}

.project-details-video label {
  font-size: 20px;
  text-align: center;
  color: var(--tp-common-white);
  transform: translateY(35px);
}

.project-details-video progress[value] {
  position: relative;
  appearance: none;
  border: none;
  display: inline;
  height: 3px;
  order: 1;
  width: 100%;
  background: rgba(255, 255, 255, 0.2);
}

.project-details-video progress[value]::-webkit-progress-bar {
  background-color: whiteSmoke;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.25) inset;
}

.project-details-video progress[value]::-webkit-progress-value {
  background-color: var(--tp-common-white);
  position: relative;
  transition: width 1s linear;
}

.project-details-video progress[value]::-moz-progress-bar {
  background-color: var(--tp-common-white);
  position: relative;
  transition: width 1s linear;
}

.video-progress-btn-wrap {
  position: absolute;
  left: 40px;
  right: 40px;
  bottom: 80px;
}

.project-details-video-overlay {
  position: relative;
  z-index: 1;
}

.project-details-video-overlay::after {
  position: absolute;
  left: 0;
  width: 100%;
  height: 106%;
  content: "";
  z-index: -1;
  bottom: 0;
  background: linear-gradient(180deg, rgba(18, 18, 18, 0) 1.63%, #0e0f11 26.67%);
}

/*----------------------------------------*/
/*  10.0 Shop Css
/*----------------------------------------*/

.subscribe-popup {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 1099;
  background-color: rgba(0, 0, 0, 0.5);
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s;
  margin: 0 auto;
  text-align: center;
}

.subscribe-popup.show {
  visibility: visible;
  opacity: 1;
}

.subscribe-popup .close i {
  position: absolute;
  right: 20px;
  top: 20px;
  font-size: 20px;
  cursor: pointer;
  font-weight: 400;
  color: var(--tp-common-black);
  transition: 0.3s;
}

.subscribe-popup .close:hover i {
  transform: rotate(180deg);
}

@keyframes zoomInOut {

  0%,
  100% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.1);
  }
}


/*----------------------------------------*/
/*  10.1 Shop Details Css
/*----------------------------------------*/


.tp-product-filter-select .custom-select {
  width: 225px;
  border-radius: 60px;
  border: 1px solid #4D3D30;
}

.tp-product-filter-select .custom-select .selected {
  font-size: 15px;
  font-weight: 500;
  color: #4d3d30;
  padding: 8px 20px 7px;
  text-transform: uppercase;
  background-color: transparent;
  font-family: var(--tp-ff-onest);
}

.tp-product-related-title {
  color: #4D3D30;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: -0.24px;
  text-transform: uppercase;
  font-family: var(--tp-ff-onest);
}

.tp-product-item:hover .tp-product-item-thumb img {
  transform: scale(1.2) rotate(-2deg);
}

.tp-product-item:hover .tp-product-item-btn {
  opacity: 1;
  visibility: visible;
}

.tp-product-item:hover .tp-product-item-btn .tp-action-btn {
  transform: translateY(0);
  transition-delay: 0ms;
  transition-duration: 0.5s;
}

.tp-product-item:hover .tp-product-quick-view-wrapper {
  opacity: 1;
  visibility: visible;
}

.tp-product-item:hover .tp-product-quick-view-wrapper .tp-quick-view-btn {
  transform: translateX(0);
  transition-delay: 0ms;
  transition-duration: 0.5s;
}

.tp-product-item-thumb {
  position: relative;
  overflow: hidden;
  margin-bottom: 16px;
}

.tp-product-item-thumb img {
  width: 100%;
  transition: 0.9s;
}

.tp-product-item-btn {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 10px;
  opacity: 0;
  margin: 0 10px;
  visibility: hidden;
  transition: 0.4s;
  overflow: hidden;
}

.tp-product-item-title {
  padding-right: 30px;
}



.tp-product-quick-view-wrapper {
  position: absolute;
  right: 20px;
  top: 20px;
  left: auto;
  bottom: auto;
  z-index: 1;
  overflow: hidden;
  transition: 0.4s;
  visibility: hidden;
  opacity: 0;
}


.modal .modal-dialog {
  width: 100%;
  max-width: 100%;
  margin-top: 0;
  margin-bottom: 0;
}

.modal-wrapper {
  position: relative;
  z-index: 999999999;
}

.modal {
  overflow-y: scroll;
  overflow-x: hidden;
  --bs-modal-border-width: 0;
  --bs-modal-border-radius: 0;
}

.btn-close {
  position: absolute;
  top: 35px;
  right: 35px;
  z-index: 99999999999;
  padding: 0;
  margin: 0;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  color: var(--tp-common-black);
  background-color: #fff !important;
  border: 1px solid rgba(25, 25, 26, 0.2);
  opacity: 1;
  transition: 0.3s;
}

.btn-close:hover {
  border-color: var(--tp-common-black) !important;
  transform: rotate(180deg);
}

.btn-close:focus {
  outline: 0;
  box-shadow: none;
  opacity: 1;
}

.modal-body {
  padding: 0;
}

.modal-header {
  padding: 0;
  border-bottom: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.tp-product-modal .modal-dialog {
  width: 1200px;
}

.tp-product-modal .modal-content {
  padding: 50px;
}

@media (max-width: 767px) {
  .tp-product-modal .modal-content {
    padding: 30px;
  }
}

.tp-product-modal .tp-product-modal-close-btn {
  position: absolute;
  right: 30px;
  top: 30px;
  font-size: 20px;
}

@media (max-width: 767px) {
  .tp-product-modal .tp-product-modal-close-btn {
    top: 6px;
    right: 20px;
  }
}


/*----------------------------------------*/
/*  10.2 Login Css
/*----------------------------------------*/




/*----------------------------------------*/
/*  10.6 Error Css
/*----------------------------------------*/

/*----------------------------------------*/
/*  10.7 Dark Css Start
/*----------------------------------------*/
.agntix-dark body {
  background-color: #0E0F11;
}

.agntix-dark .tp-section-subtitle {
  color: var(--tp-common-white);
}

.agntix-dark .tp-about-text p {
  color: var(--tp-common-white);
}

.agntix-dark .tp-about-avater-info p {
  color: rgba(255, 255, 255, 0.6);
}

.agntix-dark .tp-about-shape-1 img {
  filter: invert(1);
  opacity: 0.4;
}

.agntix-dark .tp-about-funcact-item span {
  color: var(--tp-common-white);
}

.agntix-dark .tp-about-funcact-item p {
  color: rgba(255, 255, 255, 0.6);
}

.agntix-dark .tp-service-item {
  background-color: #0e0f11;
  border-color: rgba(202, 202, 202, 0.4);
}

.agntix-dark .tp-service-number span {
  color: var(--tp-common-white);
}

.agntix-dark .tp_text_invert>div {
  background-image: linear-gradient(to right, #fff 50%, #383C3E 50%);
}

.agntix-dark .tp-service-content p {
  color: rgba(255, 255, 255, 0.6);
}

.agntix-dark .tp-service-category span {
  color: var(--tp-common-white);
  border-color: rgba(255, 255, 255, 0.1);
}

.agntix-dark .tp-service-category span:hover {
  color: var(--tp-common-black);
  background-color: var(--tp-common-white);
}

.agntix-dark .tp-project-title {
  color: var(--tp-common-white);
}

.agntix-dark .tp-project-category span {
  color: var(--tp-common-white);
  border-color: rgba(255, 255, 255, 0.1);
}

.agntix-dark .tp-project-category span:hover {
  color: var(--tp-common-black);
  background-color: var(--tp-common-white);
}


.agntix-dark .tp-section-title {
  color: var(--tp-common-white);
}

.agntix-dark .tp-work-item {
  border-color: #0E0F11;
  background-color: #1A1B1E;
}

.agntix-dark .tp-work-title {
  color: var(--tp-common-white);
}

.agntix-dark .tp-work-content p {
  color: rgba(255, 255, 255, 0.6);
}


.agntix-dark .tp-about-avater-info {
  border-color: rgba(255, 255, 255, 0.1);
}


.agntix-dark .tp-section-title-grotesk {
  color: var(--tp-common-white);
}

.agntix-dark .dgm-testimonial-bg {
  filter: invert(1);
}

.agntix-dark .dgm-footer-area {
  background-color: rgba(255, 255, 255, 0.04);
}

.agntix-dark .tp-copyright-2-area {
  background-color: rgba(255, 255, 255, 0.04);
}

.agntix-dark .tp-copyright-img {
  filter: invert(1);
  opacity: 0.4;
}

.agntix-dark .ar-hero-title {
  color: var(--tp-common-white);
}


.agntix-dark .ar-hero-bg {
  border-left: 1px solid rgba(255, 255, 255, 0.08);
  border-right: 1px solid rgba(255, 255, 255, 0.08);
}

.agntix-dark .ar-hero-border {
  border-color: rgba(255, 255, 255, 0.08);
}

.agntix-dark .tp-section-title-clash-600 {
  color: var(--tp-common-white);
}

.agntix-dark .ar-about-title-sm {
  color: var(--tp-common-white);
}

.agntix-dark .tp-btn-black-solid {
  color: var(--tp-common-black);
  border: 1px solid transparent;
  background-color: var(--tp-common-white);
}

.agntix-dark .tp-btn-black-solid:hover {
  color: var(--tp-common-white);
  background-color: var(--tp-common-red-2);
  border-color: var(--tp-common-red-2);
}


.agntix-dark .ar-about-content p {
  color: rgba(255, 255, 255, 0.6);
}

.agntix-dark .ar-about-exp-box {
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-top: 4px solid var(--tp-common-red-2);
}

.agntix-dark .ar-project-category span {
  color: var(--tp-common-white);
}

.agntix-dark .ar-project-category i {
  color: var(--tp-common-white);
}

.agntix-dark .ar-project-item {
  border-color: rgba(255, 255, 255, 0.2);
}

.agntix-dark .tp-btn-red-circle-text {
  color: var(--tp-common-white);
  background-color: var(--tp-common-red-2);
  border: 1px solid var(--tp-common-red-2);
}

.agntix-dark .tp-btn-red-circle-icon {
  color: var(--tp-common-white);
  background-color: var(--tp-common-red-2);
  border: 1px solid var(--tp-common-red-2);
}

.agntix-dark .tp-btn-red-circle-box:hover .tp-btn-red-circle-text {
  border-color: transparent;
}

.agntix-dark .tp-btn-red-circle-box:hover> :nth-child(1) {
  border-color: transparent;
}

.agntix-dark .ar-funfact-item h4 {
  color: var(--tp-common-white);
}

.agntix-dark .ar-funfact-item span {
  color: var(--tp-common-white);
}


.agntix-dark .crp-text-slider-active.app-text-slider-color .swiper-wrapper .crp-text-slider-item span {
  color: var(--tp-common-white);
}

.agntix-dark .crp-text-slider-active.app-text-slider-color .swiper-wrapper .crp-text-slider-item.stroke-text span {
  color: transparent;
  -webkit-text-stroke: 2px rgba(255, 255, 255, 0.9);
}

.agntix-dark .app-hero-round-shape {
  opacity: 0.1;
}

.agntix-dark .app-hero-btn-text p {
  color: rgba(255, 255, 255, 0.6);
}

.agntix-dark .tp-section-subtitle.border-bg.bg-color {
  background: var(--tp-common-black);
}

.agntix-dark .tp-section-title-phudu {
  color: var(--tp-common-white);
}

.agntix-dark .app-feature-heading p {
  color: rgba(255, 255, 255, 0.6);
}

.agntix-dark .app-feature-item {
  background-color: #1A1B1E;
}

.agntix-dark .app-feature-item-icon span {
  color: var(--tp-common-white);
}

.agntix-dark .app-feature-title {
  color: var(--tp-common-white);
}

.agntix-dark .app-feature-item-content p {
  color: rgba(255, 255, 255, 0.6);
}

.agntix-dark .app-feature-bottom p {
  color: rgba(255, 255, 255, 0.6);
}

.agntix-dark .app-feature-bottom p a {
  color: var(--tp-common-white);
}

.agntix-dark .app-feature-2-bg .main-bg {
  opacity: 0.1;
}

.agntix-dark .app-feature-2-brd {
  background: rgba(255, 255, 255, 0.08);
}

.agntix-dark .app-feature-2-content-icon span {
  filter: invert(1);
}

.agntix-dark .app-feature-2-content-icon p {
  color: rgba(255, 255, 255, 0.6);
}


.agntix-dark .tp-gsap-bg {
  background-color: #1a1b1e;
}

.agntix-dark .app-footer-col-1 .dgm-footer-widget-paragraph p {
  color: rgba(255, 255, 255, 0.6);
}

.agntix-dark .app-footer-widget .dgm-footer-widget-title {
  color: var(--tp-common-white);
}

.agntix-dark .app-footer-widget-info-title {
  color: rgba(255, 255, 255, 0.6);
}

.agntix-dark .app-footer-widget-info a {
  color: var(--tp-common-white);
}

.agntix-dark .app-footer-widget .dgm-footer-widget-menu ul li a {
  color: rgba(255, 255, 255, 0.6);
}

.agntix-dark .app-footer-widget .dgm-footer-widget-menu ul li a:hover {
  color: var(--tp-common-white);
}

.agntix-dark .app-footer-widget .dgm-footer-widget-paragraph.color-style p {
  color: rgba(255, 255, 255, 0.6);
}

.agntix-dark .app-copyright-text p {
  color: rgba(255, 255, 255, 0.6);
}

.agntix-dark .app-copyright-text p a {
  color: var(--tp-common-white);
}




.agntix-dark .app-footer-rating {
  background: #1a1b1e;
}

.agntix-dark .app-footer-rating .app-hero-bottom-rating-point span {
  color: var(--tp-common-white);
}

.agntix-dark .app-footer-rating .app-hero-bottom-rating-star a {
  color: var(--tp-common-white);
}

.agntix-dark .app-footer-widget .dgm-footer-widget-input input {
  background: #1a1b1e;
  color: var(--tp-common-white);
}

.agntix-dark .app-footer-widget .dgm-footer-widget-input input:focus {
  border-color: var(--tp-common-white);
}

.agntix-dark .app-copyright-text p a:hover {
  border-bottom: 1px solid white;
}

.agntix-dark .tp-copyright-2-border.app-copyright-border {
  border-color: rgba(255, 255, 255, 0.06);
}

.agntix-dark .app-feature-2-content .tp-section-subtitle.border-bg {
  border-color: rgba(0, 0, 0, 0.1);
}

.agntix-dark .it-hero-subtitle {
  color: var(--tp-common-white);
}

.agntix-dark .it-hero-title {
  color: var(--tp-common-white);
}

.agntix-dark .it-hero-content p {
  color: rgba(255, 255, 255, 0.6);
}

.agntix-dark .tp-btn-black-radius.btn-blue-bg.btn-border {
  color: var(--tp-common-white);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.agntix-dark .it-hero-shape-2 {
  filter: invert(1);
}

.agntix-dark .tp-section-subtitle-platform.platform-text-black {
  color: var(--tp-common-white);
}

.agntix-dark .tp-section-title-platform.platform-text-black {
  color: var(--tp-common-white);
}


.agntix-dark .it-about-title-box p {
  color: rgba(255, 255, 255, 0.6);
}

.agntix-dark .it-about-shape-2 {
  filter: invert(1);
}

.agntix-dark .it-about-shape-1 {
  filter: invert(1);
}

.agntix-dark .it-project-item {
  background: #1A1B1E;
}

.agntix-dark .it-project-title {
  color: var(--tp-common-white);
}

.agntix-dark .it-project-content span {
  color: rgba(255, 255, 255, 0.6);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.agntix-dark .it-project-content span:hover {
  color: rgba(0, 0, 0, 0.6);
}

.agntix-dark .it-project-dots .swiper-pagination-bullet {
  background: #1A1B1E;
}

.agntix-dark .it-project-dots .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
  background: #7463FF;
}


.agntix-dark .it-comparison-bg {
  background: #1A1B1E;
}

.agntix-dark .it-comparison-logo {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.agntix-dark .it-comparison-logo img {
  filter: invert(1);
}

.agntix-dark .it-comparison-content span {
  color: rgba(255, 255, 255, 0.6);
}

.agntix-dark .it-comparison-content span i {
  color: var(--tp-common-white);
}

.agntix-dark .it-comparison-item {
  border-right: 3px solid #0e0f11;
}

.agntix-dark .it-benifit-title {
  color: var(--tp-common-white);
}

.agntix-dark .it-benifit-content p {
  color: rgba(255, 255, 255, 0.6);
}

.agntix-dark .it-benifit-item {
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}

.agntix-dark .it-benifit-title::before {
  background-color: var(--tp-common-white);
}

.agntix-dark .it-benifit-shape {
  opacity: 0.1;
}

.agntix-dark .it-benifit-icon::after {
  background-color: #0E0F11;
}

.agntix-dark .it-benifit-icon span {
  color: var(--tp-common-white);
}

.agntix-dark .st-hero-title {
  color: var(--tp-common-white);
}

.agntix-dark .st-hero-border .tp-border-line {
  border-right: 1px solid rgba(255, 255, 255, 0.08);
}

.agntix-dark .st-hero-border .tp-border-line {
  border-right: 1px solid rgba(255, 255, 255, 0.08);
}

.agntix-dark .st-hero-bottom-right p {
  color: rgba(255, 255, 255, 0.6);
}

.agntix-dark .st-hero-user-content span {
  color: rgba(255, 255, 255, 0.6);
}

.agntix-dark .st-banner-text-bg .bg-shape {
  filter: invert(1);
}

.it-faq-accordion .faq-active {
  position: relative;
}

.it-faq-accordion .faq-active::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 8px;
  height: 0;
  transition: 0.5s;
  background: #47a5bf;



  border-radius: 20px;
}

.it-faq-accordion .accordion-items.faq-active::before {
  top: auto;
  bottom: 0;
  height: 100%;
  transition: 0.5s;
}

.agntix-dark .st-about-title {
  color: var(--tp-common-white);
}

.agntix-dark .st-about-card {
  background-color: #1A1B1E;
}

.agntix-dark .st-about-card-tag span {
  color: rgba(255, 255, 255, 0.6);
}

.agntix-dark .st-about-card-btn a {
  color: var(--tp-common-black);
  background-color: var(--tp-common-white);
}

.agntix-dark .st-about-card-bottom span {
  color: var(--tp-common-white);
}

.agntix-dark .st-about-shape {
  filter: invert(1);
}

.agntix-dark .tp-section-title-playfair {
  color: var(--tp-common-white);
}

.agntix-dark .tp-section-title-playfair span {
  color: rgba(255, 255, 255, 0.6);
}


.agntix-dark .st-counter-wrapper {
  border-color: rgba(255, 255, 255, 0.15);
}

.agntix-dark .st-counter-wrapper .row [class*=col-]:not(:last-child) {
  border-right: 1px solid rgba(255, 255, 255, 0.15);
}

.agntix-dark .st-counter-item h4 {
  color: var(--tp-common-white);
}

.agntix-dark .st-counter-item span {
  color: rgba(255, 255, 255, 0.6);
}

.agntix-dark .st-counter-item::before {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.1) 100%);
}

.agntix-dark .st-footer-widget-content p {
  color: rgba(255, 255, 255, 0.6);
}

.agntix-dark .st-footer-widget-social-title {
  color: var(--tp-common-white);
}

.agntix-dark .st-footer-widget-title {
  color: var(--tp-common-white);
}

.agntix-dark .st-footer-widget-info-title a {
  color: rgba(255, 255, 255, 0.6);
}

.agntix-dark .st-footer-widget-menu ul li a {
  color: rgba(255, 255, 255, 0.6);
}

.agntix-dark .st-footer-top-icon span {
  border-bottom: 7px solid var(--tp-common-white);
}

.agntix-dark .st-footer-top-border {
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.agntix-dark .st-copyright-sub {
  color: rgba(255, 255, 255, 0.6);
}

.agntix-dark .st-copyright-title {
  color: var(--tp-common-white);
}

.agntix-dark .st-copyright-title span {
  color: var(--tp-common-black);
  background-color: var(--tp-common-white);
}

.agntix-dark .tp-btn-border-2.st {
  color: var(--tp-common-white);
  border-color: rgba(255, 255, 255, 0.15);
}

.agntix-dark .tp-btn-border-2.st:hover {
  color: var(--tp-common-black);
  background-color: var(--tp-common-white);
}


.agntix-dark .st-hero-plain span {
  background-color: rgba(255, 255, 255, 0.0901960784);
}

.agntix-dark .ar-about-us-4-title-box .ar-about-us-4-icon {
  filter: invert(1);
}

.agntix-dark .ar-about-us-4-title-box.shape-color .ar-about-us-4-icon {
  filter: invert(0);
}

.agntix-dark .tp-service-4-bg-shape {
  filter: invert(1);
}

.agntix-dark .tp-footer-style-6 .tp-footer-widget-title {
  color: var(--tp-common-white);
}

.agntix-dark .tp-footer-style-6 .tp-footer-widget-info a {
  color: var(--tp-common-white);
}

.agntix-dark .tp-footer-style-6 .tp-footer-widget-title-sm {
  color: var(--tp-common-white);
}

.agntix-dark .tp-copyright-style-6 .tp-copyright-left span {
  color: var(--tp-common-white);
}

.agntix-dark .tp-copyright-style-6 .tp-copyright-right a {
  color: var(--tp-common-white);
}


.agntix-dark .tp-action-btn {
  color: #fff;
  background: #59493D;
}

.agntix-dark .tp-action-btn:hover {
  background-color: #453528;
}


.agntix-dark .ar-about-us-4-title {
  color: var(--tp-common-white);
}

.agntix-dark .ar-about-us-4-title-box p {
  color: rgba(249, 244, 232, 0.6);
}

.agntix-dark .ar-about-us-4-text-title {
  color: var(--tp-common-white);
}


.agntix-dark .tp-about-us-2-text p {
  color: rgba(249, 244, 232, 0.6);
}

.agntix-dark .tp-about-us-2-wrap {
  border: 1px solid rgba(255, 248, 232, 0.06);
}

.agntix-dark .tp-about-us-2-line img {
  filter: invert(1);
}

.agntix-dark .tp-about-us-2-wrap::after {
  background-color: rgba(255, 248, 232, 0.06);
}

.agntix-dark .tp-about-us-2-text p::before {
  background-color: #999da6;
}

.agntix-dark .tp-about-us-2-btn a {
  color: rgba(255, 255, 255, 0.7);
  border: 1px solid rgba(255, 248, 232, 0.06);
}

.agntix-dark .tp-about-us-2-btn a:hover {
  background: var(--tp-common-white);
  color: var(--tp-common-black);
  border-color: var(--tp-common-white);
}

.agntix-dark .tp-about-us-2-text-title {
  color: rgba(255, 255, 255, 0.7);
  border: 1px solid rgba(255, 248, 232, 0.06);
}

.agntix-dark .tp-section-subtitle-clash.clash-subtitle-pos.about-us-2 {
  color: var(--tp-common-white);
}

.agntix-dark .tp-about-us-2-thumb-shape img {
  filter: invert(1);
}

.agntix-dark .tp-about-us-2-right-shape img {
  filter: invert(1);
}

.agntix-dark .studio-about-content.about-us-2 p {
  color: #bfbfc0;
}

.agntix-dark .tp-btn-red-border.about-us-2 {
  color: var(--tp-common-white);
}



.agntix-dark .tp-benefit-item-title {
  color: var(--tp-common-white);
}

.agntix-dark .tp-benefit-item.tp-benefit-borber-bottom {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.agntix-dark .tp-benefit-item {
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}


.agntix-dark .pp-service-2-banner-text p,
.agntix-dark .pp-service-2-banner-text a {
  color: var(--tp-common-white);
}

.agntix-dark .tp-service-4-title {
  color: var(--tp-common-white);
}

.agntix-dark .tp-service-4-text p {
  color: #c6c6c6;
}


.agntix-dark .tp-service-4-border {
  border-bottom: 1px solid rgba(34, 34, 34, 0.79);
}

.agntix-dark .tp-service-4-solution-subtitle p {
  border: 1px solid rgba(34, 34, 34, 0.79);
  color: var(--tp-common-white);
}

.agntix-dark .tp-service-4-solution-subtitle p::before {
  background-color: var(--tp-common-white);
}

.agntix-dark .tp-service-4-solution-title {
  color: var(--tp-common-white);
}

.agntix-dark .tp-service-4-solution-item-title {
  color: var(--tp-common-white);
}

.agntix-dark .tp-service-4-solution-item-content p {
  color: rgba(255, 255, 255, 0.7);
}

.agntix-dark .tp-service-4-solution-item-btn a {
  color: var(--tp-common-white);
}

.agntix-dark .tp-service-4-solution-item {
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.agntix-dark .tp-service-4-solution-item-icon span {
  color: var(--tp-common-white);
}




.agntix-dark .tp-section-subtitle {
  color: var(--tp-common-white);
}

.agntix-dark .tp-service-4-process-list p {
  color: var(--tp-common-white);
}

.agntix-dark .tp-service-4-process-list span {
  color: var(--tp-common-white);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.agntix-dark .tp-service-4-process-list:not(:last-child) span::before {
  background-color: rgba(255, 255, 255, 0.08);
}

.agntix-dark .tp-service-4-process-wrapper p {
  color: rgba(255, 255, 255, 0.7);
}

.agntix-dark .tp-service-5-text p {
  color: rgba(255, 255, 255, 0.6);
}

.agntix-dark .tp-service-5-list ul li {
  color: var(--tp-common-white);
}

.agntix-dark .tp-product-filter-select .custom-select .selected {
  color: var(--tp-common-white);
}

.agntix-dark .tp-product-filter-select .custom-select {
  border-color: #59493D;
}

.agntix-dark .custom-select .selected .arrow {
  filter: invert(1);
}



.agntix-dark .basic-pagination.product-pagination ul li>a {
  color: var(--tp-common-white);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.agntix-dark .basic-pagination.product-pagination ul li .current {
  background-color: var(--tp-common-white);
  color: var(--tp-common-black);
}

.agntix-dark .basic-pagination.product-pagination ul li:hover a {
  background-color: var(--tp-common-white);
  color: var(--tp-common-black);
}


/*----------------------------------------*/
/*  10.8 Light Css Start
/*----------------------------------------*/
.agntix-light .des-about-text .tp-btn-border {
  color: var(--tp-common-black);
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.agntix-light .des-about-text .tp-btn-border:hover {
  color: var(--tp-common-white);
  background-color: var(--tp-common-black);
  border-color: var(--tp-common-black);
}

.agntix-light .des-text-item.sm span {
  color: rgba(0, 0, 0, 0.1);
}

.agntix-light .des-text-moving-area {
  padding-bottom: 60px;
}

.agntix-light .des-about-area {
  padding-top: 160px;
}

.agntix-light .tp_text_invert_3>div {
  background-image: linear-gradient(to right, #000 50%, #e4e4e4 50%);
}

.agntix-light .des-text-title {
  color: var(--tp-common-black);
  background-color: var(--tp-common-white);
}

.agntix-light .des-text-title-wrap::after {
  background-color: rgba(0, 0, 0, 0.06);
}

.agntix-light .des-text-title-box p {
  color: var(--tp-common-black);
}

.agntix-light .des-text-moving-top.active .des-text-item.sm span {
  color: var(--tp-common-black);
}

.agntix-light .tp-section-subtitle {
  color: var(--tp-common-black);
}

.agntix-light .tp-section-title-mango {
  color: var(--tp-common-black);
}

.agntix-light .des-project-top-text p {
  color: var(--tp-text-body);
}

.agntix-light .des-project-total span {
  color: var(--tp-common-black);
}

.agntix-light .des-project-total span::before {
  background-color: var(--tp-common-black);
}

.agntix-light .des-project-info span {
  color: rgba(0, 0, 0, 0.5);
}

.agntix-light .des-project-info h4 {
  color: var(--tp-common-black);
}

.agntix-light .des-project-item {
  border-color: rgba(0, 0, 0, 0.1);
}

.agntix-light .tp_text_invert_2>div {
  background-size: 200% 100%;
  background-position: 100%;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  background-image: linear-gradient(to right, #111013 50%, #e4e4e4 50%);
}

.agntix-light .design-project-title-box p {
  color: var(--tp-common-black-7);
}

.agntix-light .tp-btn-sky-border {
  color: var(--tp-common-black-7);
  border: 1.5px solid #0e0f11;
}

.agntix-light .tp-btn-sky-border:hover {
  background-color: #0e0f11;
  color: var(--tp-common-white);
}

.agntix-light .design-project-title {
  color: var(--tp-common-black-7);
}

.agntix-light .design-project-content span {
  color: var(--tp-common-black-7);
}

.agntix-light .design-service-left span {
  color: var(--tp-text-body);
}

.agntix-light .design-service-left span::after {
  background-color: rgba(0, 0, 0, 0.1);
}

.agntix-light .design-service-accordion .accordion-buttons span {
  color: var(--tp-text-body);
}

.agntix-light .design-service-accordion .accordion-body p {
  color: var(--tp-text-body);
}

.agntix-light .design-service-accordion .accordion-buttons i {
  color: var(--tp-common-black-7);
}

.agntix-light .design-service-accordion .accordion-buttons:not(.collapsed) i {
  color: var(--tp-common-black);
}

.agntix-light .design-service-category a {
  color: var(--tp-common-black-7);
  border-color: rgba(0, 0, 0, 0.1);
}

.agntix-light .design-service-category a:hover {
  color: var(--tp-common-white);
}


.agntix-light .design-hero-slide-text span {
  color: var(--tp-common-black-7);
}

.agntix-light .design-hero-content p {
  color: var(--tp-common-black-7);
}

.agntix-light .design-hero-social a {
  color: var(--tp-common-black-7);
}

.agntix-light .design-hero-social a:not(:last-child)::after {
  background-color: rgba(0, 0, 0, 0.4);
}

.agntix-light .tp-btn-sky-border.solid-bg {
  color: var(--tp-common-white);
  background-color: #0e0f11;
}

.agntix-light .tp-btn-sky-border.solid-bg:hover {
  color: var(--tp-common-black-7);
  background-color: transparent;
}


.agntix-light .design-work-content p {
  color: var(--tp-common-black-7);
}




.agntix-light .design-footer-widget-title {
  color: var(--tp-common-black-7);
}

.agntix-light .design-footer-widget-input input {
  color: var(--tp-common-black);
  border-color: rgba(20, 20, 20, 0.1);
}

.agntix-light .design-footer-widget-input input::placeholder {
  color: var(--tp-common-black);
}

.agntix-light .design-footer-widget-input input:focus {
  border-color: var(--tp-common-black-7);
}

.agntix-light .design-footer-widget-input-icon {
  background-color: var(--tp-common-black-7);
}

.agntix-light .design-footer-widget-info a {
  color: var(--tp-common-black);
}

.agntix-light .design-footer-middle {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.agntix-light .design-footer-top-wrap {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.agntix-light .design-copyright-text p {
  color: rgba(0, 0, 0, 0.5);
}

.agntix-light .design-copyright-backtoTop a {
  color: var(--tp-common-black-7);
}

.agntix-light .design-copyright-backtoTop a span {
  color: var(--tp-common-black-7);
}

.agntix-light .design-copyright-big-text img {
  filter: invert(1);
}

.agntix-light .design-hero-circle-1 {
  filter: blur(400px);
  -webkit-filter: blur(400px);
  background-color: rgba(5, 45, 146, 0.2);
}

.agntix-light .design-hero-circle-2 {
  filter: blur(400px);
  -webkit-filter: blur(400px);
  background-color: rgba(109, 97, 255, 0.1);
}


.agntix-light .studio-hero-info a,
.agntix-light .studio-hero-info span {
  color: var(--tp-common-black-7);
}

.agntix-light .tp-section-subtitle-clash {
  color: var(--tp-common-black-7);
}

.agntix-light .studio-about-content p {
  color: var(--tp-common-black-7);
}

.agntix-light .studio-project-number span {
  color: var(--tp-common-black-7);
}

.agntix-light .studio-project-number i {
  color: var(--tp-common-black-7);
}

.agntix-light .studio-project-title-sm {
  color: var(--tp-common-black-7);
}

.agntix-light .studio-project-content span {
  color: rgba(0, 0, 0, 0.6);
}





.agntix-light .studio-service-item-wrap {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.agntix-light .tp-btn-red-border {
  color: var(--tp-common-red);
}

.agntix-light .tp-btn-red-border:hover {
  color: var(--tp-common-white);
}

.agntix-light .tp-section-title.fs-54 {
  color: var(--tp-common-black);
}


.agntix-light .ai-about-title-box p {
  color: var(--tp-common-black);
}

.agntix-light .ai-about-list ul li p {
  color: var(--tp-common-black);
}

.agntix-light .ai-about-list ul li>span>span svg {
  color: var(--tp-common-black);
}

.agntix-light .ai-about-list ul li>span>span i {
  background: rgba(0, 0, 0, 0.08);
}

.agntix-light .ai-text-slider span {
  color: rgba(0, 0, 0, 0.02);
  -webkit-text-stroke: 2px rgba(0, 0, 0, 0.197);
  text-shadow: inset 0 -6px 12px 0 rgba(0, 0, 0, 0.14);
}

.agntix-light .ai-text-slider img {
  filter: invert(1);
}

.agntix-light .ai-service-top-text p {
  color: rgba(0, 0, 0, 0.6);
}

.agntix-light .ai-service-item {
  background-color: white;
}

.agntix-light .ai-service-title-sm {
  color: var(--tp-common-black);
}

.agntix-light .ai-service-content p {
  color: rgba(0, 0, 0, 0.6);
}

.agntix-light .ai-service-link a {
  color: var(--tp-common-black);
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.agntix-light .ai-service-item::after {
  filter: invert(1);
  background: -webkit-linear-gradient(90deg, #08041D 0%, rgba(255, 255, 255, 0.1) 100%);
}

.agntix-light .ai-service-link a:hover {
  color: var(--tp-common-white);
  background-color: var(--tp-common-black);
}

.agntix-light .tp-section-subtitle-teko {
  color: #2A4C3A;
}

.agntix-light .tp-section-subtitle-teko i {
  color: #2A4C3A;
}

.agntix-light .tp-section-title-teko {
  color: #2A4C3A;
}

.agntix-light .tp-section-title-teko span {
  color: #2A4C3A;
}

.agntix-light .crp-about-text p {
  color: rgba(0, 0, 0, 0.8);
}

.agntix-light .crp-service-icon span {
  background-color: #2A4C3A;
}

.agntix-light .crp-service-title-sm {
  color: #2a4c3a;
}

.agntix-light .crp-service-content p {
  color: rgba(0, 0, 0, 0.7);
}

.agntix-light .crp-service-link {
  color: #2a4c3a;
}

.agntix-light .crp-service-link i {
  color: #2A4C3A;
}

.agntix-light .tp-btn-yellow-border {
  color: #2A4C3A;
  border: 1px solid #2A4C3A;
}

.agntix-light .crp-project-item {
  background-color: var(--tp-common-white);
  border: 1px solid rgba(42, 76, 58, 0.1);
}

.agntix-light .crp-process-title-sm {
  color: #2A4C3A;
}

.agntix-light .crp-process-content p {
  color: rgba(0, 0, 0, 0.7);
}

.agntix-light .crp-blog-title {
  color: var(--tp-common-black);
}

.agntix-light .crp-blog-meta {
  color: rgba(0, 0, 0, 0.7);
}

.agntix-light .crp-blog-title-sm {
  /* color: #2A4C3A; */
  /* color: var(--tp-common-primary); */
  color: var(--tp-common-black);
}


.agntix-light .crp-about-btn-box .tp-btn-yellow-green {
  color: #fff;
  background-color: #2A4C3A;
}


.agntix-light .cr-multi-border {
  border-color: rgba(0, 0, 0, 0.06);
}

.agntix-light .cr-multi-border::after,
.agntix-light .cr-multi-border::before {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 100%);
}

.agntix-light .tp-section-subtitle-gradient.ct {
  border-color: rgba(0, 0, 0, 0.1);
}

.agntix-light .tp-section-title-onest {
  color: var(--tp-common-black);
}


.agntix-light .cr-service-item {
  border-left: 1px dashed rgba(0, 0, 0, 0.08);
}

.agntix-light .cr-service-item-icon span {
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.agntix-light .cr-service-item-icon span svg {
  filter: invert(1);
}

.agntix-light .cr-service-item-title {
  color: var(--tp-common-black);
}

.agntix-light .cr-service-item-content p {
  color: rgba(0, 0, 0, 0.5);
}

.agntix-light .cr-hero-heading .tp-section-title-onest {
  color: var(--tp-common-white);
}

.agntix-light .cr-service-ptb {
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
}


.agntix-light .cr-cta-text {
  color: rgba(0, 0, 0, 0.5);
}

.agntix-light .cr-cta-bg {
  filter: invert(1);
}

.agntix-light .cr-footer-border-wrap {
  border-color: rgba(0, 0, 0, 0.06);
}

.agntix-light .cr-cta-btn .tp-btn-white-border {
  color: var(--tp-common-white);
  border: 1px solid rgba(0, 0, 0, 0.1);
  background-color: var(--tp-common-black);
}

.agntix-light .cr-cta-btn .tp-btn-white-border:hover {
  background-color: transparent;
  color: var(--tp-common-black);
  border-color: var(--tp-common-black);
}


.agntix-light .tp-project-5-title-box-bg,
.agntix-light .tp-text-slider-5-style .tp-text-slider-4-wrap {
  background-color: #E5E1D3;
}

.agntix-light .tp-text-slider-5-style .tp-text-slider-4-item span {
  color: var(--tp-common-black-8);
}

.agntix-light .tp-text-slider-4-item img {
  filter: invert(100%) sepia(80%) saturate(280%) hue-rotate(200deg) brightness(105%) contrast(100%);
}

.agntix-light .tp-about-5-subtitle {
  color: var(--tp-common-black-8);
}

.agntix-light .tp-section-title-5.fs-140 {
  color: var(--tp-common-black-8);
}

.agntix-light .tp-about-5-title-box p {
  color: var(--tp-common-black-8);
}

.agntix-light .tp-project-5-section-subtitle,
.agntix-light .tp-project-5-section-title,
.agntix-light .tp-project-5-section-link {
  color: var(--tp-common-black-8);
}

.agntix-light .tp-project-5-section-box {
  border-top: 1px solid rgba(46, 46, 46, 0.1);
}

.agntix-light .tp-project-5-title-box.active .tp-project-5-title {
  color: var(--tp-common-black-8);
}

.agntix-light .tp-project-5-title {
  color: rgba(47, 46, 43, 0.3);
}

.agntix-light .tp-project-5-title-box span {
  color: rgba(47, 46, 43, 0.3);
}

.agntix-light .tp-project-5-title-box.active span {
  color: var(--tp-common-black-8);
}

.agntix-light .tp-project-5-2-title {
  color: var(--tp-common-black-8);
}

.agntix-light .tp-project-5-2-item {
  border: 1px solid var(--tp-common-black-8);
  background: rgba(243, 241, 234, 0.9);
}

.agntix-light .tp-project-5-2-content span {
  color: var(--tp-common-black-8);
}

.agntix-light .tp-project-5-2-title-sm {
  color: var(--tp-common-black-8);
}

.agntix-light .tp-project-5-2-shape span {
  filter: invert(100%) sepia(80%) saturate(280%) hue-rotate(200deg) brightness(105%) contrast(100%);
}

.agntix-light .tp-project-5-2-btn {
  border-top: 1px solid var(--tp-common-black-8);
  border-bottom: 1px solid var(--tp-common-black-8);
}

.agntix-light .tp-project-5-2-btn a {
  color: var(--tp-common-black-8);
}

.agntix-light .tp-project-5-2-btn a span {
  color: var(--tp-common-black-8);
}






.agntix-light .tp-footer-15-social span {
  color: var(--tp-common-black-8);
}

.agntix-light .tp-footer-15-social a {
  color: var(--tp-common-black-8);
}

.agntix-light .tp-footer-15-social a span {
  color: var(--tp-common-black-8);
}

.agntix-light .tp-footer-15-social::after {
  background-color: var(--tp-common-black-8);
}

.agntix-light .tp-footer-15-social a::after {
  background-color: var(--tp-common-black-8);
}

.agntix-light .tp-footer-15-copyright-text span {
  color: var(--tp-common-black-8);
}

.agntix-light .tp-footer-15-copyright-text span a::after {
  background-color: var(--tp-common-black-8);
}



.agntix-light .pp-service-heading span {
  color: var(--tp-common-black);
}

.agntix-light .pp-service-item {
  border-color: rgba(0, 0, 0, 0.1);
}

.agntix-light .pp-service-item-title {
  color: var(--tp-common-black);
}

.agntix-light .pp-project-heading .tp-section-title-teko {
  color: var(--tp-common-black-7);
}

.agntix-light .pp-project-item-title {
  color: var(--tp-common-black-7);
}

.agntix-light .pp-project-item-title:hover a {
  color: var(--tp-common-black-7);
}

.agntix-light .pp-project-item-meta {
  color: rgba(0, 0, 0, 0.6);
}

.agntix-light .pp-about-heading .tp-section-title-teko {
  color: var(--tp-common-black-7);
}

.agntix-light .pp-social-item.active .pp-social-item-wrap .pp-social-item-title {
  color: var(--tp-common-black);
}

.agntix-light .pp-social-item {
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.agntix-light .pp-social-item-title {
  color: rgba(0, 0, 0, 0.1);
}

.agntix-light .pp-social-item-wrap p {
  color: rgba(0, 0, 0, 0.1);
}

.agntix-light .pp-social-item.active .pp-social-item-wrap p {
  color: var(--tp-common-black);
}

.agntix-light .pp-hero-btn .tp-btn-red-circle-box.tp-pp-btn-style:hover .tp-btn-red-circle-text {
  color: var(--tp-common-black);
  background-color: #FFF669;
}

.agntix-light .pp-hero-btn .tp-btn-red-circle-box.tp-pp-btn-style .tp-btn-red-circle-icon {
  background: #FFF669;
  color: var(--tp-common-black);
  border: 1px solid #FFF669;
}

.agntix-light .pp-hero-btn .tp-btn-red-circle-box.tp-pp-btn-style .tp-btn-red-circle-text {
  color: #FFF669;
  border: 1px solid #FFF669;
}

.agntix-light .ai-project-title-box span {
  filter: invert(1);
}

.agntix-light .tp-hero-2-btn-box .tp-btn-border {
  color: var(--tp-common-cream);
  border: 1px solid rgba(249, 244, 232, 0.1);
}

.agntix-light .crp-hero-subtitle .tp-section-subtitle-teko {
  color: var(--tp-common-cream-3);
}

.agntix-light .tp-work-item.about-us-3-bg {
  border: 4px solid #fff;
  background-color: #edf2ef;
}

.agntix-light .pp-service-details-process-item p {
  color: rgba(0, 0, 0, 0.6);
}



.agntix-light .basic-pagination ul li .current {
  border-color: #FF5722;
  background-color: #FF5722;
  color: var(--tp-common-white);
}

.agntix-light .basic-pagination ul li:hover a {
  border-color: #FF5722;
  background-color: #FF5722;
  color: var(--tp-common-white);
}

.agntix-light .tagcloud a:hover {
  color: var(--tp-common-white);
  background-color: var(--tp-common-red-3);
}

.agntix-light .pp-project-item-title a {
  display: inline;
  transition: all 0.3s linear;
  background-repeat: no-repeat;
  background-size: 0% 1px, 0 1px;
  background-position: 100% 100%, 0 75%;
  background-image: linear-gradient(currentcolor, currentcolor), linear-gradient(currentcolor, currentcolor);
}

.agntix-light .pp-project-item-title a:hover {
  color: var(--tp-common-black);
  background-size: 0% 1px, 100% 1px;
}

.agntix-light .crp-service-shape-wrap {
  opacity: 0.6;
}


.agntix-light .crp-inner-style .pp-about-heading .tp-section-title-teko {
  color: #2A4C3A;
}

.agntix-light .pp-service-details-process-item span {
  color: var(--tp-common-white);
  background-color: var(--tp-common-red-2);
}


@keyframes animate-pulse-2 {
  0% {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.1), 0 0 0 0 rgba(0, 0, 0, 0.1);
  }

  40% {
    box-shadow: 0 0 0 50px rgba(0, 0, 74, 0), 0 0 0 0 rgba(0, 0, 0, 0.1);
  }

  80% {
    box-shadow: 0 0 0 50px rgba(0, 0, 74, 0), 0 0 0 30px rgba(0, 0, 74, 0);
  }

  100% {
    box-shadow: 0 0 0 0 rgba(0, 0, 74, 0), 0 0 0 30px rgba(0, 0, 74, 0);
  }
}


.agntix-light .tp-slider-elegant-title {
  color: var(--tp-common-black);
}

.agntix-light .tp-footer-widget-menu ul li a {
  color: var(--tp-common-black);
  background-color: var(--tp-common-white);
}


.agntix-light .coverflow-slider-title-sm {
  color: var(--tp-common-black);
}

.agntix-light .coverflow-slider-title-sm .tp-line-white {
  background-position: 100% 100%, 0 88%;
}

.agntix-light .tp-footer-style-6 .tp-footer-widget-title {
  color: var(--tp-common-white);
}

.agntix-light .tp-footer-style-6 .tp-footer-widget-title-sm {
  color: var(--tp-common-white);
}

.agntix-light .tp-footer-style-6 .tp-footer-widget-info a {
  color: var(--tp-common-white);
}

.agntix-light .tp-footer-style-6 .tp-footer-widget-info a:hover {
  color: var(--tp-common-red-2);
}

.agntix-light .tp-copyright-style-6 .tp-copyright-left span {
  color: var(--tp-common-white);
}

.agntix-light .tp-copyright-style-6 .tp-copyright-right a {
  color: var(--tp-common-white);
}

.agntix-light .tp-btn-white-border {
  color: var(--tp-common-white);
  background-color: var(--tp-common-black);
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.agntix-light .tp-btn-white-border:hover {
  color: var(--tp-common-black);
  background-color: transparent;
  border-color: var(--tp-common-black);
}

.agntix-light .tp-btn-white-border.tp-btn-transparent {
  color: var(--tp-common-black);
  background-color: transparent;
  border-color: rgba(0, 0, 0, 0.2);
}

.agntix-light .tp-btn-white-border.tp-btn-transparent:hover {
  color: var(--tp-common-white);
  background-color: var(--tp-common-black);
}


.agntix-light .tp-perspective-slider .tp-perspective-inner .tp-perspective-image::before {
  background: #fff;
}

.agntix-light .tp-perspective-slider .tp-perspective-inner .tp-perspective-image::after {
  background: #fff;
}

.agntix-light .tp-perspective-social-info span {
  color: var(--tp-common-black);
}

.agntix-light .tp-perspective-scroll a {
  color: var(--tp-common-black);
}

.agntix-light .coverflow-slider-arrow button {
  color: var(--tp-common-black);
}

.agntix-light .tp-section-title-teko.fs-80 span {
  color: rgba(0, 0, 0, 0.3);
}

.agntix-light .tp-section-title-teko.fs-80 {
  color: var(--tp-common-black);
}

.agntix-light .pp-about-content p {
  color: var(--tp-common-black);
}

.agntix-light .pp-about-bottom-btn a span {
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.agntix-light .pp-about-bottom-btn a span {
  color: var(--tp-common-black);
}

.agntix-light .tp-btn-red-circle-box.tp-pp-btn-style .tp-btn-red-circle-text {
  color: var(--tp-common-black);
  border: 1px solid var(--tp-common-black);
}

.agntix-light .tp-btn-red-circle-box.tp-pp-btn-style .tp-btn-red-circle-icon {
  background: var(--tp-common-black);
  color: var(--tp-common-white);
  border: 1px solid var(--tp-common-black);
}

.agntix-light .tp-btn-red-circle-box.tp-pp-btn-style:hover .tp-btn-red-circle-text {
  color: var(--tp-common-white);
  background-color: var(--tp-common-black);
}

.agntix-light .pp-about-me-service-subtitle {
  color: var(--tp-common-black);
}

.agntix-light .pp-about-me-service-title {
  color: var(--tp-common-black);
}

.agntix-light .pp-about-me-skill.pp-skill-list-wrap .pp-skill-list-title {
  color: var(--tp-common-black);
}

.agntix-light .pp-about-me-skill.pp-skill-list-wrap .pp-skill-list ul li {
  color: rgba(0, 0, 0, 0.7);
}

.agntix-light .pp-about-me-service-heading img {
  filter: invert(1);
}

.agntix-light .pp-about-me-tool-item-content span {
  color: var(--tp-common-black);
}

.agntix-light .pp-about-me-tool-item-content p {
  color: rgba(0, 0, 0, 0.7);
}

.agntix-light .pp-about-me-tool-item {
  border: 1px solid rgba(0, 0, 0, 0.08);
}

.agntix-light .pp-about-me-tool-item-icon span {
  background: #F6F6F9;
}

.agntix-light .pp-about-me-tool-item-icon span img {
  filter: saturate(1);
  mix-blend-mode: normal;
}

.agntix-light .pp-about-me-experience-item p {
  color: rgba(0, 0, 0, 0.6);
}

.agntix-light .pp-about-me-experience-title {
  color: var(--tp-common-black);
}

.agntix-light .pp-footer-subtitle {
  color: var(--tp-common-black);
}

.agntix-light .pp-footer-title {
  color: var(--tp-common-black);
}

.agntix-light .pp-footer-box {
  background-color: var(--tp-common-yellow-1);
}

.agntix-light .pp-footer-btn {
  border: 1px solid rgba(0, 0, 0, 0.1);
  color: var(--tp-common-black);
}

.agntix-light .pp-footer-copyright-text p {
  color: rgba(20, 20, 20, 0.6);
}

.agntix-light .pp-footer-copyright-text-center p {
  color: var(--tp-common-black);
}

.agntix-light .pp-footer-copyright-text-center::before {
  background-color: var(--tp-common-black);
}

.agntix-light .pp-footer-copyright-text-center::after {
  background-color: rgba(20, 20, 20, 0.2);
}

.agntix-light .des-about-text p {
  color: var(--tp-common-black);
}

.agntix-light .inner-service-1-text span {
  color: rgba(0, 0, 0, 0.6);
}

.agntix-light .inner-service-1-text p {
  color: var(--tp-common-black);
}

.agntix-light .inner-service-1-left>span {
  color: var(--tp-common-black);
}

.agntix-light .inner-service-1-thumb-text span {
  color: rgba(0, 0, 0, 0.5);
}

.agntix-light .ar-about-us-4-text-title {
  color: rgba(0, 0, 0, 0.1);
}



.agntix-light .pp-service-details-title {
  color: var(--tp-common-black);
}

.agntix-light .pp-service-details-overview-title {
  color: var(--tp-common-black);
}

.agntix-light .pp-service-details-overview-wrapper p {
  color: var(--tp-common-black);
}

.agntix-light .pp-service-details-overview-wrapper h4 {
  color: var(--tp-common-black);
}

.agntix-light .pp-service-details-overview-list ul li {
  color: var(--tp-common-black);
}

.agntix-light .pp-service-details-overview-list ul li span {
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.agntix-light .pp-service-details-overview-heading {
  border-bottom: 1px solid rgba(0, 0, 0, 0.11);
}

.agntix-light .tp-service-4-solution-item.service-details .tp-service-4-solution-item-title {
  color: var(--tp-common-black);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.agntix-light .tp-service-4-solution-item.service-details .tp-service-4-solution-item-content ul li {
  color: var(--tp-common-black);
}

.agntix-light .tp-service-4-solution-item.service-details {
  border-color: rgba(0, 0, 0, 0.1);
}



.agntix-light .pp-service-details-process-subtitle {
  background: rgba(3, 3, 3, 0.0705882353);
  color: var(--tp-common-red-2);
}

.agntix-light .pp-service-details-process-title {
  color: var(--tp-common-black);
}

.agntix-light .pp-service-details-process-box::before {
  background-color: rgba(0, 0, 0, 0.1);
}

.agntix-light .pp-service-details-process-item h4 {
  color: var(--tp-common-black);
}

.agntix-light .pp-service-details-process-bottom span {
  background: transparent;
  color: var(--tp-common-black);
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.agntix-light .pp-service-details-process-bottom span a {
  color: var(--tp-common-black);
}

.agntix-light .pp-service-details-process-bottom span a:hover {
  color: var(--tp-common-red-2);
}


.agntix-light .basic-pagination ul li>a {
  border: 1px solid rgba(0, 0, 0, 0.08);
  color: var(--tp-common-black);
}

.agntix-light .tagcloud a {
  color: rgba(0, 0, 0, 0.6);
  background: #F6F6F9;
}

.agntix-light .pp-service-details-about-item span {
  color: var(--tp-common-black);
}

.agntix-light .pp-service-details-about-item p {
  color: var(--tp-common-black);
}

.agntix-light .pp-service-details-about-item {
  border: 1px solid rgba(0, 0, 0, 0.1);
}


.agntix-light .tp-btn-animation span {
  color: var(--tp-common-black);
}

.agntix-light .tp-btn-animation {
  background: rgb(246, 246, 249);
}


.agntix-light .tp-pd-1-about-title {
  color: var(--tp-common-black);
}

.agntix-light .tp-pd-1-about-text {
  color: var(--tp-common-black);
}

.agntix-light .tp-pd-1-about-list ul li {
  color: var(--tp-common-black);
}

.agntix-light .tp-pd-1-about-list ul li::before {
  background-color: var(--tp-common-black);
}


.agntix-light .tp-pd-1-np-content span {
  color: rgba(0, 0, 0, 0.2);
}

.agntix-light .tp-pd-1-np-title {
  color: var(--tp-common-black);
}

.agntix-light .tp-pd-1-np-content p {
  color: rgba(0, 0, 0, 0.2);
}

.agntix-light .tp-pd-3-title {
  color: var(--tp-common-black);
}

.agntix-light .tp-pd-3-subtitle {
  color: rgba(0, 0, 0, 0.6);
}

.agntix-light .tp-btn-border {
  color: var(--tp-common-black);
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.agntix-light .tp-btn-border:hover {
  color: var(--tp-common-white);
  background-color: var(--tp-common-black);
  border-color: var(--tp-common-black);
}

.agntix-light .tp-pd-3-overview-text p {
  color: rgba(0, 0, 0, 0.6);
}

.agntix-light .tp-pd-3-overview-info span {
  color: rgba(0, 0, 0, 0.5);
}

.agntix-light .tp-pd-3-overview-info h4 {
  color: var(--tp-common-black);
}

.agntix-light .tp-pd-3-navigation-title {
  color: var(--tp-common-black);
}

.agntix-light .des-footer-title {
  color: var(--tp-common-white);
}

.agntix-light .des-footer-top span {
  color: var(--tp-common-white);
}

.agntix-light .tp-pd-2-categories span {
  color: var(--tp-common-black);
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.agntix-light .tp-pd-2-title {
  color: var(--tp-common-black);
}

.agntix-light .tp-pd-2-bottom-item span {
  color: rgba(0, 0, 0, 0.7);
}

.agntix-light .tp-pd-2-bottom-item h6 {
  color: var(--tp-common-black);
}

.agntix-light .tp-pd-2-overview-title {
  color: var(--tp-common-black);
}

.agntix-light .tp-pd-2-overview-wrap p {
  color: rgba(0, 0, 0, 0.6);
}

.agntix-light .tp-pd-2-overview-wrap ul li:not(:last-of-type) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.agntix-light .tp-pd-2-overview-wrap ul li {
  color: var(--tp-common-black);
}

.agntix-light .tp-pd-2-dot .swiper-pagination-bullet {
  background: rgba(0, 0, 0, 0.3);
}

.agntix-light .tp-pd-2-dot .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--tp-common-black);
}

.agntix-light .tp-pd-2-np-content a {
  color: var(--tp-common-black);
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.agntix-light .tp-pd-2-np-content a:hover {
  color: var(--tp-common-white);
  background-color: var(--tp-common-black);
}

.agntix-light .tp-pd-4-title {
  color: var(--tp-common-black);
}

.agntix-light .tp-pd-4-about-sub {
  color: var(--tp-common-black);
}

.agntix-light .tp-pd-1-about-text.color-cng {
  color: var(--tp-common-black);
}

.agntix-light .tp-pd-4-color-content span {
  color: var(--tp-common-black);
}

.agntix-light .tp-pd-4-color-content p {
  color: var(--tp-common-black);
}

.agntix-light .project-details-video-overlay::after {
  background: linear-gradient(180deg, rgba(18, 18, 18, 0) 1.63%, #fff 26.67%);
}

.agntix-light .project-details-1-info span {
  color: var(--tp-common-black);
}

.agntix-light .project-details-1-info h4 {
  color: rgba(0, 0, 0, 0.7);
}

.agntix-light .project-details-1-subtitle {
  color: var(--tp-common-black);
}

.agntix-light .project-details-1-title {
  color: var(--tp-common-black);
}

.agntix-light .project-details-1-title-box p {
  color: var(--tp-common-black);
}

.agntix-light .project-details-1-navigation a span {
  color: var(--tp-common-black);
}

.agntix-light .project-details-1-navigation a i {
  color: var(--tp-common-black);
  border: 1px solid rgba(0, 0, 0, 0.14);
}

.agntix-light .project-details-1-navigation a:hover i {
  color: var(--tp-common-white);
  background: var(--tp-common-black);
  border-color: var(--tp-common-black);
}

.agntix-light .tp-hero-2-btn-box.tp-light-bg-btn .tp-btn-border:hover {
  color: var(--tp-common-black);
  border-color: var(--tp-common-cream);
  background-color: var(--tp-common-cream);
}

.agntix-light .ai-about-list ul li:hover span span i {
  background-color: var(--tp-common-black);
}

.agntix-light .ai-about-list ul li:hover span span svg {
  color: var(--tp-common-white);
}

/*# sourceMappingURL=main.css.map */

.object-fit-cover {
  object-fit: cover !important;
}

/* sections bg */

/* #f6faff */

/* --- Industry Card Styles --- */

.industry-card {
  background: #ffffff;
  border-radius: 20px;
  padding: 30px;
  margin-bottom: 40px;
  box-shadow: 0px 10px 40px rgba(9, 126, 254, 0.05);
  /* Soft Ocean Blue Shadow */
  border: 1px solid rgba(220, 230, 245, 0.5);
  transition: all 0.3s ease;
}

.industry-card:hover {
  transform: translateY(-5px);
  box-shadow: 0px 15px 50px rgba(9, 126, 254, 0.1);
}

.industry-content {
  padding: 20px 30px 20px 10px;
}

/* Badge & Number Styling */
.industry-badge-wrap {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.industry-number {
  font-size: 30px;
  font-weight: 500;
  color: #e0e7f3;
  /* Very light grey/blue */
  margin-right: 15px;
  line-height: 1;
}

.industry-badge {
  padding: 6px 16px;
  border-radius: 50px;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}


@media (min-width: 280px) and (max-width: 576px) {

  .industry-badge {
    padding: 6px 12px;
    border-radius: 50px;
    font-size: 10px;

  }

}

/* Ocean Blue Badge */
.blue-badge {
  background-color: rgba(9, 126, 254, 0.1);
  color: #097EFE;
}

/* Ocean Green Badge */
.green-badge {
  background-color: rgba(78, 175, 197, 0.1);
  color: #4eafc5;
}

/* Titles & Text */
.industry-title a {
  font-size: 32px;
  font-weight: 500;
  color: #0a2540;
  text-decoration: none;
  transition: color 0.3s;
}

.industry-title a:hover {
  color: #097EFE;
}

.industry-desc {
  font-size: 18px;
  line-height: 1.7;
  color: #556070;
  margin-top: 15px;
  margin-bottom: 25px;
}

.industry-link {
  font-weight: 600;
  color: #097EFE;
  text-decoration: none;
  font-size: 15px;
}

.industry-link i {
  margin-left: 5px;
  transition: margin-left 0.3s;
}

.industry-link:hover i {
  margin-left: 10px;
}

/* Image Styling */
.industry-thumb {
  border-radius: 15px;
  overflow: hidden;
  height: 320px;
  /* Fixed height for consistency */
  width: 100%;
}

.industry-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* Ensures image fills the box without stretching */
  transition: transform 0.5s ease;
}

.industry-card:hover .industry-thumb img {
  transform: scale(1.05);
  /* Slight zoom on hover */
}

/* Mobile Responsiveness */
@media (max-width: 991px) {
  .industry-card {
    padding: 20px;
  }

  .industry-thumb {
    height: 250px;
    margin-bottom: 20px;
  }

  .industry-content {
    padding: 0;
  }

  .industry-title a {
    font-size: 24px;
  }
}

.stats-section {
  position: relative;
  width: 100%;
  /* background-image: url('../../assets/images/home-stats-bg.png'); */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/* Mobile background */
/* @media (max-width: 576px) {
  .stats-section {
    background-image: url('../../assets/images/home-stats-mobile-bg.png');
  }
} */

.stats-section .stat-card {
  border-radius: 20px;
  padding: 3rem 1rem;
  transition: transform 0.3s ease;
  backdrop-filter: blur(40px);
  /* background: linear-gradient(
    180deg,
    rgba(91, 91, 91, 0.59) 0%,
    rgba(199, 199, 199, 0) 100%
  ); */
  border: 2px solid rgba(255, 255, 255, 0.2);
  background-clip: padding-box;
  height: 100%;
  background-color: #f2f2f2 !important;
}

.stats-section .stat-card:hover {
  transform: translateY(-5px);
}

/* --- Ocean Split Services Layout --- */

/* Sticky Left Content */
.sticky-content {
  position: sticky;
  top: 120px;
  /* Adjust based on your header height */
  padding-right: 30px;
}

/* Right Grid Layout */
.services-right-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  /* 2 Columns */
  gap: 30px;
}

/* Service Card Styling (Matches Reference) */
.ocean-service-card {
  background-color: #F6FAFF;
  /* Very light blue background like reference */
  padding: 40px;
  border-radius: 24px;
  transition: all 0.4s ease;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 320px;
  border: 1px solid transparent;
}

.ocean-service-card:hover {
  background-color: #ffffff;
  transform: translateY(-10px);
  box-shadow: 0 20px 50px rgba(9, 126, 254, 0.1);
  border-color: #e0eefd;
}

/* Icon */
.card-icon {
  margin-bottom: 25px;
}

.card-icon img {
  width: 50px;
  height: 50px;
}

/* Typography */
.card-title {
  font-size: 24px;
  font-weight: 500;
  color: #0a2540;
  margin-bottom: 15px;
}

.card-desc {
  font-size: 16px;
  line-height: 1.6;
  color: #556070;
  margin-bottom: 30px;
  flex-grow: 1;
}

/* Read More Link */
.card-link {
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  color: #0a2540;
  text-decoration: none;
  letter-spacing: 0.5px;
  display: flex;
  align-items: center;
  gap: 10px;
  transition: color 0.3s;
}

.card-link i {
  transform: rotate(-45deg);
  /* Angled arrow like reference */
  transition: transform 0.3s;
}

.ocean-service-card:hover .card-link {
  color: #097EFE;
}

.ocean-service-card:hover .card-link i {
  transform: rotate(0deg);
  /* Straightens on hover */
}

/* Mobile Responsiveness */
@media (max-width: 991px) {
  .services-right-grid {
    grid-template-columns: 1fr;
    /* 1 Column on mobile */
  }

  .sticky-content {
    position: relative;
    top: 0;
    margin-bottom: 40px;
  }
}

/* --- Ocean List Layout (Image Left, Content Right) --- */

.ocean-list-item {
  border-bottom: 1px solid #eef2f6;
  /* Thin separator line */
  padding-bottom: 50px;
  margin-bottom: 50px;
}

.ocean-list-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

/* Image Styling */
.ocean-list-thumb {
  width: 100%;
  height: 300px;
  /* Fixed height for consistent look */
  border-radius: 12px;
  overflow: hidden;
  background-color: #f0f0f0;
}

.ocean-list-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

/* Hover Effect: Zoom Image */
.ocean-list-item:hover .ocean-list-thumb img {
  transform: scale(1.05);
}

/* Content Styling */
.ocean-list-content {
  padding-left: 40px;
  /* Space between image and text */
}

/* Meta Data */
.ocean-list-meta {
  display: flex;
  align-items: center;
  gap: 15px;
}

.ocean-number {
  font-size: 16px;
  font-weight: 600;
  color: #888;
  background: #f5f5f5;
  padding: 2px 10px;
  border-radius: 4px;
}

.ocean-category {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  padding: 4px 12px;
  border-radius: 50px;
}

/* Category Colors */
.cat-blue {
  background-color: rgba(9, 126, 254, 0.1);
  color: #097EFE;
}

.cat-green {
  background-color: rgba(78, 175, 197, 0.1);
  color: #4eafc5;
}

/* Title */
.ocean-list-title a {
  font-size: 32px;
  font-weight: 500;
  color: #0a2540;
  text-decoration: none;
  line-height: 1.3;
  transition: color 0.3s;
  display: block;
  margin-bottom: 20px;
}

.ocean-list-item:hover .ocean-list-title a {
  color: #097EFE;
  /* Changes to Blue on Hover */
}

/* Description */
.ocean-list-desc {
  font-size: 18px;
  line-height: 1.6;
  color: #556070;
  margin-bottom: 0;
  max-width: 90%;
}

/* Arrow Button (Orange/Brand Color style from reference) */
.arrow-btn {
  display: inline-flex;
  color: #ff5722;
  /* Orange color from your reference image, or use #097EFE for Blue */
  transition: transform 0.3s;
}

/* Agar aapko Blue arrow chahiye to ye line uncomment karein: */
/* .arrow-btn { color: #097EFE; } */

.arrow-btn svg {
  width: 32px;
  height: 32px;
}

.ocean-list-item:hover .arrow-btn {
  transform: translate(5px, -5px);
  /* Moves top-right on hover */
}

/* Mobile Fix */
@media (max-width: 991px) {
  .ocean-list-thumb {
    height: 250px;
    margin-bottom: 25px;
  }

  .ocean-list-content {
    padding-left: 0;
  }

  .ocean-list-title a {
    font-size: 24px;
  }
}

.service-card {
  border-radius: 30px;
  padding: 30px;
  display: flex;
  flex-direction: column;
  transition: transform 0.3s ease;
  border: none;
}

.service-card:hover {
  transform: translateY(-5px);
}

.icon-box {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background-color: rgba(255, 255, 255, 0.3);
}

.img-container img {
  border-radius: 20px;
  object-fit: cover;
  height: 200px;
  width: 100%;
}

.card-cyan {
  background-color: #f0fdfa;
}

.card-lime {
  background-color: #faffe3;
}

.card-pink {
  background-color: #fff8fe;
}

.card-purple {
  background-color: #f7f4ff;
}

.card-orange {
  background-color: #fffcf9;
}

.bg-blue {
  background-color: #001e41 !important;
}

.branding-section {
  position: relative;
  overflow: hidden;
}

.section-number {
  font-size: 0.9rem;
  color: #999;
  font-weight: 500;
}

.section-title {
  color: #1a1a1a;
  font-weight: 400;
}

.section-desc {
  font-size: 1rem;
  line-height: 1.6;
  max-width: 300px;
}

.timeline-dot {
  position: absolute;
  left: -40px;
  top: 50%;
  width: 8px;
  height: 8px;
  background-color: #000;
  border-radius: 50%;
}

.image-wrapper {
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 350px;
  filter: drop-shadow(0 10px 20px rgba(0, 0, 0, 0.1));
}

.custom-shape-img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  clip-path: polygon(5% 0%, 95% 0%, 85% 100%, 15% 100%);
  background-color: #6db3df;
  border-radius: 20px;
}

.services-list li {
  font-size: 1.1rem;
  color: #333;
  margin-bottom: 20px;
  cursor: pointer;
  transition: color 0.3s ease;
}

.services-list li:hover {
  color: #000;
  font-weight: 500;
}

@media (max-width: 991px) {
  .timeline-dot {
    display: none;
  }

  .services-list {
    margin-top: 20px;
    text-align: center;
    padding-left: 0 !important;
  }

  .section-desc {
    max-width: 100%;
  }
}

/* External Code there */



.dark-blue {
  /* background-color: var(--tp-dark-blue) !important; */

  /* background: linear-gradient(to right, #003064, #003e83, #4eafc5) !important; */

  background: linear-gradient(to right, #104a89, #2078db, #4eafc5) !important;
}

.gradient-light {

  background: linear-gradient(to right, #d2e7ff, #f0f7ff, #bff3ff) !important;

}

/* Ocean Health Animated Stats Section */
.ocean-stats-wrapper {
  position: relative;
  z-index: 1;
}

.ocean-stat-card {
  position: relative;
  height: 100%;
}

.ocean-stat-card .stat-card-inner {
  position: relative;
  background: #fff;
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 20px;
  padding: 35px 25px;
  text-align: center;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.ocean-stat-card .stat-card-inner::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(15, 159, 234, 0.1) 0%, rgba(0, 82, 212, 0.1) 100%);
  opacity: 0;
  transition: opacity 0.4s ease;
  border-radius: 20px;
}

.ocean-stat-card:hover .stat-card-inner {
  transform: translateY(-8px);
  /* background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.25);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3); */
}

.ocean-stat-card:hover .stat-card-inner::before {
  opacity: 1;
}

.ocean-stat-card .stat-icon {
  position: relative;
  margin-bottom: 20px;
  z-index: 2;
  animation: floatIcon 3s ease-in-out infinite;
}

.ocean-stat-card:nth-child(2) .stat-icon {
  animation-delay: 0.5s;
}

.ocean-stat-card:nth-child(3) .stat-icon {
  animation-delay: 1s;
}

.ocean-stat-card:nth-child(4) .stat-icon {
  animation-delay: 1.5s;
}

@keyframes floatIcon {

  0%,
  100% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(-10px);
  }
}

.ocean-stat-card .stat-content {
  position: relative;
  z-index: 2;
  width: 100%;
}

.ocean-stat-card .stat-number {
  font-size: 48px;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 12px;
  color: #000;
  font-family: 'ClashDisplay', sans-serif;
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 4px;
}

.ocean-stat-card .stat-number .stat-suffix {
  font-size: 36px;
  font-weight: 600;
  color: #4eafc5;
  margin-left: 2px;
}

.ocean-stat-card .stat-label {
  font-size: 15px;
  font-weight: 500;
  color: #000;
  margin: 0;
  line-height: 1.5;
  text-transform: capitalize;
}

.ocean-stat-card .stat-glow {
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle, rgba(78, 175, 197, 0.2) 0%, transparent 70%);
  opacity: 0;
  transition: opacity 0.4s ease;
  pointer-events: none;
  z-index: 1;
}

.ocean-stat-card:hover .stat-glow {
  opacity: 1;
  animation: pulseGlow 2s ease-in-out infinite;
}

@keyframes pulseGlow {

  0%,
  100% {
    transform: scale(1);
    opacity: 0.3;
  }

  50% {
    transform: scale(1.1);
    opacity: 0.5;
  }
}

/* Responsive Styles */
@media (max-width: 991px) {
  .ocean-stat-card .stat-card-inner {
    padding: 30px 20px;
  }

  .ocean-stat-card .stat-number {
    font-size: 42px;
  }

  .ocean-stat-card .stat-number .stat-suffix {
    font-size: 32px;
  }
}

@media (max-width: 767px) {
  .ocean-stats-wrapper .row {
    margin-top: 0 !important;
  }

  .ocean-stat-card {
    margin-bottom: 20px;
  }

  .ocean-stat-card .stat-card-inner {
    padding: 25px 20px;
  }

  .ocean-stat-card .stat-number {
    font-size: 38px;
  }

  .ocean-stat-card .stat-number .stat-suffix {
    font-size: 28px;
  }

  .ocean-stat-card .stat-label {
    font-size: 14px;
  }
}





/* --- Ocean Industry Cards --- */

.ocean-industry-card {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  height: 450px;
  transition: all 0.4s ease;
}

/* Image */
.ocean-industry-card .industry-img {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.ocean-industry-card .industry-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}

/* Gradient Overlay */
.ocean-industry-card .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, #0a2540 10%, transparent 100%);
  opacity: 0.9;
  transition: all 0.4s ease;
}

/* Content */
.ocean-industry-card .industry-content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 30px;
  z-index: 2;
  transition: all 0.4s ease;
}

/* Icon */
.icon-box {
  background: rgba(255, 255, 255, 0.2);
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  backdrop-filter: blur(5px);
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.4s ease 0.1s;
}

/* Title */
.ocean-industry-card .title {
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 10px;
  transform: translateY(0);
  transition: transform 0.4s ease;
}

/* Description */
.ocean-industry-card .desc {
  color: rgba(255, 255, 255, 0.85);
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 20px;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.4s ease;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* Link */
.details-link {
  color: #fff;
  /* Teal color */
  font-weight: 500;
  text-transform: uppercase;
  font-size: 14px;
  text-decoration: none;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.4s ease 0.2s;
  display: inline-flex;
  align-items: center;
  gap: 5px;
}

/* --- STATES: Hover & Active & Mobile --- */

/* 1. Standard Hover Effect */
.ocean-industry-card:hover .industry-img img {
  transform: scale(1.1);
}

.ocean-industry-card:hover .overlay {
  background: linear-gradient(to top, #097EFE 0%, rgba(10, 37, 64, 0.6) 100%);
  opacity: 0.95;
}

.ocean-industry-card:hover .title {
  transform: translateY(-10px);
}

.ocean-industry-card:hover .icon-box,
.ocean-industry-card:hover .desc,
.ocean-industry-card:hover .details-link {
  opacity: 1;
  transform: translateY(0);
}

/* 2. Active Class (For 1st Card by default on Desktop) */
.ocean-industry-card.active-card .overlay {
  background: linear-gradient(to top, #097EFE 0%, rgba(10, 37, 64, 0.6) 100%);
  opacity: 0.95;
}

.ocean-industry-card.active-card .title {
  transform: translateY(-10px);
}

.ocean-industry-card.active-card .icon-box,
.ocean-industry-card.active-card .desc,
.ocean-industry-card.active-card .details-link {
  opacity: 1;
  transform: translateY(0);
}

/* 3. Mobile Screens (Under 767px) - Force Show All Content */
@media (max-width: 767px) {
  .ocean-industry-card {
    height: auto;
    /* Allow height to fit content */
    min-height: 450px;
  }

  /* Make everything visible without hover */
  .ocean-industry-card .overlay {
    background: linear-gradient(to top, #0a2540 20%, rgba(10, 37, 64, 0.1) 100%);
    opacity: 0.9;
  }

  .ocean-industry-card .title {
    transform: translateY(0) !important;
    margin-bottom: 15px;
  }

  .ocean-industry-card .icon-box,
  .ocean-industry-card .desc,
  .ocean-industry-card .details-link {
    opacity: 1 !important;
    transform: translateY(0) !important;
  }

  .icon-box {
    margin-bottom: 15px;
  }
}

.tp-about-us-area {
  /* background: linear-gradient(16deg, rgb(0 0 0) 0%, rgb(0 69 148) 100%); */
}


/* Ceo */


/* --- Premium Service Box Styling --- */

.feature-card-premium {
  background-color: #ffffff;
  border: 1px solid #eef0f4;
  border-radius: 12px;
  padding: 35px 30px;
  height: 100%;
  transition: all 0.3s ease-in-out;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.03);
  position: relative;
  overflow: hidden;
}

@media (min-width: 280px) and (max-width: 576px) {
  .feature-card-premium {
    padding: 35px 16px;

  }
}

.feature-card-premium:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
  border-color: transparent;
}

/* Soft accent glow */
.feature-card-premium::before {
  content: "";
  position: absolute;
  inset: -2px;
  background: radial-gradient(60% 60% at 15% 15%, rgb(185 211 249 / 18%) 0%, rgb(48 132 255 / 0%) 60%), radial-gradient(55% 55% at 85% 25%, rgb(171 226 255 / 14%) 0%, rgba(12, 170, 255, 0) 58%);
  pointer-events: none;
  opacity: 0.75;
}

/* Keep content above the glow */
.feature-card-premium .app-feature-item-icon,
.feature-card-premium .app-feature-item-content {
  position: relative;
  z-index: 1;
}

/* Icon Styling */
.feature-card-premium .icon-large span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  border-radius: 14px;
  background: linear-gradient(135deg, rgba(13, 110, 253, 0.12), rgba(13, 110, 253, 0.04));
  border: 1px solid rgba(13, 110, 253, 0.16);

}

.feature-card-premium .icon-large i {
  font-size: 34px;
  color: var(--tp-common-black) !important;
}

/* Title Styling */
.feature-card-premium .title-large {
  margin-bottom: 18px;
  text-transform: none;
  letter-spacing: 0;
}

/* Badge / pill heading */
.service-title-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 14px;
  border-radius: 999px;
  background: linear-gradient(135deg, rgb(212 219 231 / 16%), rgba(13, 110, 253, 0.06));
  border: 1px solid rgba(13, 110, 253, 0.18);
  color: #0b5ed7;
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
}

/* Content List Styling */
.feature-details-list .detail-block {
  margin-bottom: 20px;
  padding-left: 14px;
  border-left: 1px solid rgb(0 0 0 / 19%);
}

.feature-details-list .detail-block:last-child {
  margin-bottom: 0;
}

/* Label (e.g., Medical Coding) */
.feature-details-list .detail-label {
  display: block;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 500;
  color: var(--tp-common-black);
  /* Brand color */
  margin-bottom: 8px;
}

/* Description Text */
.feature-details-list .detail-text {
  font-size: 16px;
  line-height: 1.65;
  color: #444444;
  /* Darker grey for better contrast */
  margin: 0;
  font-weight: 500;
}


@media (min-width: 280px) and (max-width: 576px) {
  .feature-details-list .detail-text {
    font-size: 14px;
  }
}

/* Fallback styling for simple paragraph-based cards (no feature-details-list) */
.feature-card-premium .app-feature-item-content>p {
  padding-left: 14px;
  border-left: 3px solid rgba(13, 110, 253, 0.22);
  font-size: 16px;
  line-height: 1.65;
  color: #444444;
  margin-bottom: 18px;
}

.feature-card-premium .app-feature-item-content>p:last-child {
  margin-bottom: 0;
}

.feature-card-premium .app-feature-item-content>p strong {
  display: block;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 500;
  color: #0d6efd;
  margin-bottom: 6px;
}

/* Services page layout enhancements */
.service-section {
  margin-bottom: 70px;

}

.service-section .crp-blog-item {
  margin-bottom: 45px;
}

.service-section+.service-section {
  padding-top: 70px;
  border-top: 1px solid rgba(15, 23, 42, 0.08);
}

.service-details-header {
  display: flex;
  align-items: center;
  margin-bottom: 28px;
}

.service-details-label {
  display: inline-flex;
  align-items: center;
  padding: 7px 18px;
  border-radius: 999px;
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-weight: 500;
  background: rgba(13, 110, 253, 0.06);
  color: #0b5ed7;
}

.service-details-header::after {
  /* content: ""; */
  flex: 1;
  height: 1px;
  margin-left: 18px;
  background: linear-gradient(to right, rgba(148, 163, 184, 0.7), rgba(148, 163, 184, 0));
}

.service-section-title {
  font-family: var(--tp-ff-teko) !important;
  font-size: 22px !important;
}

.st-about-wrapper {
  padding-left: 80px !important;
}


@media (min-width: 280px) and (max-width: 991px) {
  .st-about-wrapper {
    padding-left: 0 !important;
  }
}

/* --- Approach Distinction Section Styles --- */

/* Card Styling to match reference image */
.approach-card-2 {
  background-color: #ffffff;
  padding: 20px 30px;
  border-radius: 20px;
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease-in-out;
  border: 1px solid rgba(0, 0, 0, 0.03);
}

.approach-card-2:hover {
  transform: translateY(-5px);
  box-shadow: 0px 15px 40px rgba(13, 110, 253, 0.1);
  /* Slight blue shadow on hover */
  border-color: rgba(13, 110, 253, 0.2);
}

/* Icon Styling */
.approach-card-icon {
  margin-bottom: 25px;
}

.approach-card-icon span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  background-color: rgba(13, 110, 253, 0.1);
  /* Light blue bg */
  color: #0d6efd;
  /* Primary blue color */
  border-radius: 50%;
  font-size: 24px;
  transition: all 0.3s ease;
}

.approach-card-2:hover .approach-card-icon span {
  background-color: #0d6efd;
  color: #ffffff;
}

/* Title and Text Styling */
.approach-card-title {
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 15px;
  color: #1a1a1a;
}

.approach-card-content p {
  margin-bottom: 0;

  font-size: 14px !important;
  color: var(--tp-text-body);
}


/* Center Image Styling */
.approach-center-img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

/* --- Calm Pulse Animation for Center Image --- */
.tp-pulse-anim {
  animation: tp-pulse-float 4s ease-in-out infinite;
}

@keyframes tp-pulse-float {
  0% {
    transform: translateY(0px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  }

  50% {
    transform: translateY(-15px);
    /* Moves up slightly */
    box-shadow: 0 20px 40px rgba(13, 110, 253, 0.15);
    /* Shadow grows and gets bluer */
  }

  100% {
    transform: translateY(0px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  }
}

/* ============================================
   COMPLIANCE & SECURITY SECTION STYLING
   ============================================ */

.compliance-security-section {
  position: relative;
  background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%);
  overflow: hidden;
}

.compliance-security-bg {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 20% 30%, rgba(13, 110, 253, 0.03) 0%, transparent 50%),
    radial-gradient(circle at 80% 70%, rgba(23, 181, 249, 0.03) 0%, transparent 50%);
  pointer-events: none;
  z-index: 0;
}

.compliance-security-bg::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    repeating-linear-gradient(45deg, transparent, transparent 2px, rgba(13, 110, 253, 0.02) 2px, rgba(13, 110, 253, 0.02) 4px);
  opacity: 0.5;
}

.compliance-content-wrapper {
  position: relative;
  z-index: 2;
}

.compliance-section-badge {
  display: inline-flex;
  align-items: center;
  padding: 8px 20px;
  background: linear-gradient(135deg, rgba(13, 110, 253, 0.1), rgba(23, 181, 249, 0.08));
  border: 1px solid rgba(13, 110, 253, 0.2);
  border-radius: 50px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #0d6efd;
}

.compliance-section-badge i {
  font-size: 14px;
}

.compliance-main-title {
  font-size: 56px;
  font-weight: 500;
  line-height: 1.1;
  color: #1a1a1a;
  margin-bottom: 24px;
}

@media (max-width: 991px) {
  .compliance-main-title {
    font-size: 42px;
  }
}

.compliance-intro-text {
  font-size: 18px;
  line-height: 1.7;
  color: #4a5568;
  margin-bottom: 32px;
}

/* HIPAA & HITECH Badge Cards */
.compliance-badges-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-bottom: 32px;
}

@media (max-width: 575px) {
  .compliance-badges-row {
    grid-template-columns: 1fr;
  }
}

.compliance-badge-card {
  position: relative;
  background: #ffffff;
  border: 2px solid #e2e8f0;
  border-radius: 16px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.04);
}

.compliance-badge-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
  border-color: rgba(13, 110, 253, 0.3);
}

/* .hipaa-badge {
  border-left: 4px solid #0d6efd;
} */

/* .hitech-badge {
  border-left: 4px solid #17b5f9;
} */

.icon-wrap i {
  color: #0d6efd;
}

.badge-icon-wrapper {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  color: #ffffff;
  margin-bottom: 4px;
}

.hipaa-badge .badge-icon-wrapper {
  background: linear-gradient(135deg, #0d6efd, #0b5ed7);
}

.hitech-badge .badge-icon-wrapper {
  background: linear-gradient(135deg, #17b5f9, #0d8cc0);
}

.badge-content {
  flex: 1;
}

.badge-label {
  display: block;
  font-size: 22px;
  font-weight: 500;
  color: #1a1a1a;
  margin-bottom: 4px;
  letter-spacing: -0.5px;
}

.badge-subtitle {
  display: block;
  font-size: 12px;
  line-height: 1.4;
  color: #64748b;
  font-weight: 500;
}

.badge-status {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  font-weight: 600;
  color: #10b981;
  margin-top: auto;
}

.badge-status i {
  font-size: 14px;
}

/* Compliance Features List */
.compliance-features-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 32px;
}

.compliance-feature-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 16px;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 10px;
  border-left: 3px solid #0d6efd;
  font-size: 15px;
  color: #334155;
  transition: all 0.2s ease;
}

.compliance-feature-item:hover {
  background: #ffffff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
  transform: translateX(4px);
}

.compliance-feature-item i {
  font-size: 18px;
  color: #0d6efd;
  min-width: 20px;
}

.compliance-closing-text {
  font-size: 16px;
  line-height: 1.7;
  color: #475569;
  margin-bottom: 32px;
}

/* Visual Wrapper */
.compliance-visual-wrapper {
  position: relative;
  z-index: 2;
}

.compliance-image-container {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.12);
  margin-bottom: 24px;
}

.compliance-main-image {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 20px;
}

.security-overlay-pattern {
  position: absolute;
  inset: 0;
  background:
    repeating-linear-gradient(45deg, transparent, transparent 10px, rgba(13, 110, 253, 0.03) 10px, rgba(13, 110, 253, 0.03) 20px);
  pointer-events: none;
  z-index: 1;
}

.security-badge-floating {
  position: absolute;
  top: 20px;
  right: 20px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.9));
  backdrop-filter: blur(10px);
  border: 2px solid rgba(13, 110, 253, 0.2);
  border-radius: 16px;
  padding: 16px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
  z-index: 2;
  animation: securityPulse 2s ease-in-out infinite;
}

@keyframes securityPulse {

  0%,
  100% {
    transform: scale(1);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
  }

  50% {
    transform: scale(1.05);
    box-shadow: 0 12px 32px rgba(13, 110, 253, 0.2);
  }
}

.security-badge-floating i {
  font-size: 32px;
  color: #0d6efd;
  margin-bottom: 4px;
}

.security-badge-floating span {
  font-size: 28px;
  font-weight: 500;
  color: #1a1a1a;
  line-height: 1;
}

.security-badge-floating small {
  font-size: 11px;
  color: #64748b;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
}

/* Security Stats Grid */
.security-stats-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

@media (max-width: 991px) {
  .security-stats-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
  }
}

@media (max-width: 575px) {
  .security-stats-grid {
    grid-template-columns: 1fr;
  }
}

.security-stat-card {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  text-align: center;
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.04);
}

.security-stat-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
  border-color: rgba(13, 110, 253, 0.3);
}

.stat-icon {
  width: 56px;
  height: 56px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, rgba(13, 110, 253, 0.1), rgba(13, 110, 253, 0.05));
  color: #0d6efd;
  font-size: 24px;
}

.stat-content {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.stat-number {
  font-size: 24px;
  font-weight: 500;
  color: #1a1a1a;
  line-height: 1;
}

.stat-label {
  font-size: 11px;
  color: #64748b;
  font-weight: 600;
  line-height: 1.3;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}


/* --- Compliance Section Styling --- */

/* Intro Text */
.compliance-intro-text {
  font-size: 18px;
  line-height: 1.6;
}

/* Feature Boxes */
.compliance-feature-box {
  padding: 25px;
  background-color: #f8f9fa;
  /* Light Gray */
  border-radius: 8px;
  border-left-width: 4px;
  border-left-style: solid;
  transition: transform 0.3s ease;
}

.compliance-feature-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.box-primary {
  border-left-color: transparent;
}

.box-info {
  border-left-color: transparent;
}

.feature-title {
  display: block;
  font-weight: 500;
  margin-bottom: 10px;
  font-size: 18px;
}

.feature-desc {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.5;
  color: #555;
}

/* Checklist Items */
.checklist-item {
  display: flex;
  align-items: flex-start;
}

.checklist-item .item-title {
  font-weight: 500;
  color: #1a1a1a;
  margin-bottom: 5px;
}

.checklist-item .item-desc {
  margin-bottom: 0;
  color: #6c757d;

  line-height: 1.6;

}

/* Image Wrapper */
.compliance-image-wrap {
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

.compliance-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Floating Badge */
.compliance-badge {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #fff;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  margin: 0 0 40px -30px;
  border-left: 5px solid #104a8b;
  z-index: 2;
}

.elementor-icon svg {
  width: 50px;
  height: 50px;
  fill: #01244d;
  color: #01244d;
}

.whatsapp-btn {
  bottom: 0.8rem;
  right: 0.5rem;
  z-index: 1050;
}

.sticky-icon {
  z-index: 1;
  position: fixed;
  top: 70%;
  right: 0%;
  width: 220px;
  display: flex;
  flex-direction: column;
}

@media (min-width: 280px) and (max-width: 576px) {
  .sticky-icon {
    top: 60%;
  }
}

.sticky-icon a {
  transform: translate(160px, 0px);
  border-radius: 50px 0px 0px 50px;
  text-align: left;
  margin: 2px;
  text-decoration: none;
  text-transform: uppercase;
  padding: 4px 10px;
  font-size: 15px;
  font-family: 'Oswald', sans-serif;
  transition: all 0.8s;
}

.sticky-icon a:hover {
  color: #FFF;
  transform: translate(0px, 0px);
}

.sticky-icon a:hover i {
  transform: rotate(360deg);
}


/*.search_icon a:hover i  {
	transform:rotate(360deg);}*/
.Facebook {
  background-color: #2C80D3;
  color: #FFF;
}

.Youtube {
  background-color: #fa0910;
  color: #FFF;
}

.Twitter {
  background-color: #53c5ff;
  color: #FFF;
}

.Instagram {
  background-color: #FD1D1D;
  color: #FFF;
}

.Google {
  background-color: #d34836;
  color: #FFF;
}

.sticky-icon a svg {
  /* background-color: #FFF; */
  width: 24px;
  height: 24px;
  border-radius: 50%;
  margin-right: 20px;
  transition: all 0.5s;
  display: inline-block;
}

.sticky-icon a i.fa-facebook-f {
  background-color: #FFF;
  /* color: #2C80D3; */
}

.sticky-icon a i.fa-google-plus-g {
  background-color: #FFF;
  color: #d34836;
}

.sticky-icon a i.fa-youtube {
  background-color: #FFF;
  color: #fa0910;
}

.sticky-icon a i.fa-twitter {
  background-color: #FFF;
  color: #53c5ff;
}

.fas fa-shopping-cart {
  background-color: #FFF;
}

#myBtn {
  height: 50px;
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  text-align: center;
  padding: 10px;
  text-align: center;
  line-height: 40px;
  border: none;
  outline: none;
  background-color: #1e88e5;
  color: white;
  cursor: pointer;
  border-radius: 50%;
}

.fa-arrow-circle-up {
  font-size: 30px;
}

.WhatsApp {
  background-color: #1063c5;
  color: #FFF;
}

#myBtn:hover {
  background-color: #555;
}





.ceo-executive-section {
  position: relative;
  padding: 140px 0;
  background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 50%, #f0f4f8 100%);
  overflow: hidden;
}

.ceo-executive-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(circle at 20% 50%, rgba(23, 181, 249, 0.03) 0%, transparent 50%),
    radial-gradient(circle at 80% 80%, rgba(0, 0, 0, 0.02) 0%, transparent 50%);
  pointer-events: none;
}

.ceo-container {
  position: relative;
  z-index: 2;
}

.ceo-header {
  text-align: center;
  margin-bottom: 80px;
}

.ceo-badge {
  display: inline-block;
  padding: 8px 24px;
  background: linear-gradient(135deg, #17b5f9 0%, #0d8cc0 100%);
  color: #ffffff;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  border-radius: 30px;
  margin-bottom: 20px;
  box-shadow: 0 4px 15px rgba(23, 181, 249, 0.3);
}

.ceo-name {
  font-size: 72px;
  font-weight: 500;
  color: #1a1a1a;
  margin-bottom: 12px;
  line-height: 1.1;
  letter-spacing: -1px;
}

.ceo-title {
  font-size: 20px;
  color: #666;
  font-weight: 400;
  letter-spacing: 0.5px;
}

.ceo-content-wrapper {
  margin-top: 60px;
}

.ceo-image-container {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 25px 70px rgba(0, 0, 0, 0.12);
  background: #fff;
  padding: 0;
  height: 100%;
  min-height: 500px;
}

.ceo-image-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 24px;
}

.ceo-info-card {
  background: #ffffff;
  border-radius: 24px;
  padding: 50px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
  border: 1px solid rgba(0, 0, 0, 0.05);
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.ceo-bio-section {
  margin-bottom: 0;
}

.ceo-bio-section p {
  font-size: 22px;
  line-height: 1.9;
  color: #333;
  margin-bottom: 28px;
  font-weight: 400;
}

.ceo-bio-section p:last-child {
  margin-bottom: 0;
}

.ceo-bio-section strong {
  color: #17b5f9;
  font-weight: 500;
}

.ceo-highlights-section {
  margin-top: 60px;
}

.ceo-highlights-title {
  font-size: 42px;
  font-weight: 500;
  color: #1a1a1a;
  margin-bottom: 50px;
  padding-bottom: 20px;
  border-bottom: 4px solid #17b5f9;
  display: inline-block;
}

.ceo-highlight-card {
  background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
  border-radius: 20px;
  padding: 40px 35px;
  height: 100%;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.06);
  border: 2px solid transparent;
  position: relative;
  overflow: hidden;
}

.ceo-highlight-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: linear-gradient(90deg, #17b5f9 0%, #0d8cc0 100%);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s ease;
}

.ceo-highlight-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 40px rgba(23, 181, 249, 0.2);
  border-color: rgba(23, 181, 249, 0.3);
}

.ceo-highlight-card:hover::before {
  transform: scaleX(1);
}

.ceo-highlight-card-icon {
  width: 70px;
  height: 70px;
  background: linear-gradient(135deg, #17b5f9 0%, #0d8cc0 100%);
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 25px;
  box-shadow: 0 8px 25px rgba(23, 181, 249, 0.35);
  transition: all 0.3s ease;
}

.ceo-highlight-card:hover .ceo-highlight-card-icon {
  transform: scale(1.1) rotate(5deg);
  box-shadow: 0 12px 35px rgba(23, 181, 249, 0.45);
}

.ceo-highlight-card-icon i {
  color: #ffffff;
  font-size: 28px;
}

.ceo-highlight-card-title {
  font-size: 22px;
  font-weight: 500;
  color: #1a1a1a;
  margin-bottom: 15px;
  line-height: 1.3;
}

.ceo-highlight-card-text {
  font-size: 16px;
  line-height: 1.7;
  color: #666;
  margin: 0;
}



/* Responsive Design */
@media (max-width: 1199px) {
  .ceo-name {
    font-size: 56px;
  }

  .ceo-bio-section p {
    font-size: 20px;
  }

  .ceo-highlights-title {
    font-size: 36px;
  }
}

@media (max-width: 991px) {
  .ceo-image-container {
    min-height: 400px;
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .ceo-executive-section {
    padding: 80px 0;
  }

  .ceo-header {
    margin-bottom: 20px;
  }

  .ceo-name {
    font-size: 42px;
  }

  .ceo-title {
    font-size: 16px;
  }

  .ceo-info-card {
    padding: 35px 25px;
  }

  .ceo-bio-section p {
    font-size: 18px;
    line-height: 1.8;
  }

  .ceo-highlights-title {
    font-size: 32px;
    margin-bottom: 35px;
  }

  .ceo-highlight-card {
    padding: 30px 25px;
    margin-bottom: 20px;
  }

  .ceo-highlight-card-icon {
    width: 60px;
    height: 60px;
    margin-bottom: 20px;
  }

  .ceo-highlight-card-icon i {
    font-size: 24px;
  }

  .ceo-highlight-card-title {
    font-size: 20px;
  }

  .ceo-highlight-card-text {
    font-size: 15px;
  }

  .ceo-image-container {
    min-height: 350px;
  }
}


.hero-wave-shape {
  position: absolute;
  bottom: -1px;
  /* Gap khatam karne ke liye */
  left: 0;
  width: 100%;
  height: 120px;
  /* Isko kam ya zyada kar sakte hain */
  z-index: 10;
  line-height: 0;
}

.hero-wave-divider {
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 100%;
  height: 100px;

  background-color: #ffffff;

  -webkit-mask-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 500 150" xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="none"><path d="M0.00,49.98 C150,150 350,-50 500,49.98 L500,150 L0,150 Z" fill="black"></path></svg>');
  mask-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 500 150" xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="none"><path d="M0.00,49.98 C150,150 350,-50 500,49.98 L500,150 L0,150 Z" fill="black"></path></svg>');

  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  z-index: 5;
}


@media (min-width: 280px) and (max-width: 767px) {
  .crp-footer-area .mb-90 {

    margin-bottom: 50px;

  }
}

/* video css */
.hero-scroll-video-section {
  position: relative;
  padding: 120px 0 100px;
}

.hero-scroll-video-wrapper {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.center-video {
  display: block;
  width: 100%;
  max-width: none;
  height: clamp(320px, 70vh, 640px);
  object-fit: cover;
  border-radius: 40px;
  transform-origin: center center;
}

@media (min-width: 280px) and (max-width: 576px) {
  .center-video {
    height: clamp(200px, 375px, 400px);
  }
}

.hero-scroll-frame {
  position: relative;
  overflow: hidden;
  z-index: 0;
}

.hero-scroll-slide {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  opacity: 0;
  transform: scale(1.04);
  transition: opacity 0.9s ease, transform 0.9s ease;
}

.hero-scroll-slide.is-active {
  opacity: 1;
  transform: scale(1);
}

.hero-scroll-overlay {
  position: absolute;
  inset: 0;
  border-radius: 40px;
  opacity: 1;
  pointer-events: none;
  z-index: 1;
}

.hero-scroll-text {
  position: static;
  margin-bottom: 32px;
  text-align: left;
  padding-inline: 0;
}

.hero-scroll-text--top {
  max-width: 900px;
}

.hero-scroll-heading {
  font-family: var(--tp-ff-heading);
  font-size: clamp(2rem, 3.4vw, 3.2rem);
  line-height: 1.2;
  font-weight: 400;
  letter-spacing: 0.01em;
  color: var(--tp-text-body);
  text-shadow: none;
  text-align: center;
}

@media (max-width: 991px) {
  .hero-scroll-video-section {
    padding: 80px 0 80px;
  }

  .center-video {
    border-radius: 28px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.2);
  }

  .hero-scroll-heading {
    font-size: clamp(1.8rem, 6vw, 2.4rem);
  }
}

.contact-list {
  list-style: none;
}

.tp-offcanvas-contact ul li a {
  display: inline-block;
  color: #414144;
  font-size: 16px;
  position: relative;
}

.tp-offcanvas-contact ul li a::after {
  position: absolute;
  bottom: 2px;
  right: 0;
  width: 0;
  height: 1px;
  content: "";
  transition: 0.4s;
  background-color: #1e1e1e;
}

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

/* About Us - Lorrie profile: make image height follow right content (desktop) */
@media (min-width: 992px) {
  .oc-profile--lorrie .oc-profile__row {
    align-items: stretch !important;
  }

  .oc-profile--lorrie .oc-profile__media-col {
    display: flex;
  }

  .oc-profile--lorrie .oc-profile__media {
    flex: 1 1 auto;
    height: 100%;
  }

  .oc-profile--lorrie .oc-profile__img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: contain !important;
  }
}

/* image */

/* About Us - Peder profile image: fixed height, contain + centered, shadow on background */
.peder-image-container{
  height: 500px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 0.75rem; /* close to Bootstrap rounded-3 */
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175); /* close to Bootstrap shadow-lg */
  overflow: hidden;
}

.peder-image {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  box-shadow: none !important; /* keep shadow behind (on container), not on image */
}