/************ TABLE OF CONTENTS ***************

	-----------------
    01. THEME CSS
	-----------------
		1.1 Theme Default
		1.2 Common Classes

	-----------------
    02. COMPONENTS css
	-----------------

		2.2 Buttons
		2.3 Animations
		2.5 Breadcrumb
		2.6 Section Title
		2.7 select
		2.8 Search
		2.9 Pagination
	-----------------
    03. HEADER CSS
	-----------------
		3.1 Header Style 1

    ---------------------------------
	04. MENU CSS
	---------------------------------
		4.1 dropdown scss
		4.2 Mobile Menu
		4.3 offcanvas scss
		4.4 menu scss

	---------------------------------
	06. FOOTER CSS
	---------------------------------
		6.1 Footer Style 1
		6.2 Footer Style 2

	---------------------------------
	07. PAGES CSS
	---------------------------------
		7.1 Home 7.1 *
    7.2 cta css
		7.5 Home 7.5 *
		8.0 Home 8.0 *
		8.4 Error css
    8.5 Extra


**********************************************/
/*----------------------------------------*/
/*  1.1 Theme Default
/*----------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:ital,wght@0,100..700;1,100..700&family=Sora:wght@100..800&display=swap");
a,
button,
p,
input,
select,
textarea,
li,
.transition-3 {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.tp-product-details-action-sm-btn svg, .tp-product-details-views > span svg, .nn-pricing-item-list ul li span, .rb-portfolio-item-location span, .ui-pricing-item-list ul li span, .tp-header-4-top-lan span svg {
  -webkit-transform: translateY(-1px);
  -moz-transform: translateY(-1px);
  -ms-transform: translateY(-1px);
  -o-transform: translateY(-1px);
  transform: translateY(-1px);
}

.postbox__comment-reply a span, .tp-team-details-info-contact a svg, .tp-product-details-wishlist-btn svg, .rb-hero-rating-title img, .ing-feature-item-list ul li span, .ui-testimonial-rating-title span, .am-about-review-content span svg {
  -webkit-transform: translateY(-2px);
  -moz-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  -o-transform: translateY(-2px);
  transform: translateY(-2px);
}

.cb-hero-thumb-text span i {
  -webkit-transform: translateY(-3px);
  -moz-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  -o-transform: translateY(-3px);
  transform: translateY(-3px);
}

/* transform */
:root {
  /**
  @font family declaration
  */
  --tp-ff-body: 'IBM Plex Sans', sans-serif;
  --tp-ff-heading: 'Sora', sans-serif;
  --tp-ff-sora: 'Sora', sans-serif;
  --tp-ff-p: 'IBM Plex Sans', sans-serif;
  --tp-ff-fontawesome: "Font Awesome 6 Pro";
  /**
  @color declaration
  */
  --tp-common-white: #FFFFFF;
  --tp-common-black: #0D0D0D;
  --tp-common-black-2: #1E1E1E;
  --tp-common-paste: #00FFD1;
  --tp-common-yellow: #FFC107;
  --tp-theme-1: #A020F0;
  --tp-text-body: #333;
  --tp-gray-1: #f2f2f2;
  --tp-gradient-primary: linear-gradient(90deg, #a020f0 0%, #00ffd1 100%);
}

@media (min-width: 1400px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1350px;
  }
  .container-1830 {
    max-width: 1830px;
  }
  .container-1770 {
    max-width: 1770px;
  }
  .container-1550 {
    max-width: 1550px;
  }
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

/*---------------------------------
	typography css start 
---------------------------------*/
body {
  font-size: 14px;
  line-height: 26px;
  font-weight: normal;
  color: var(--tp-text-body);
  font-family: var(--tp-ff-body);
}

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-out;
  -moz-transition: color 0.3s ease-out;
  -ms-transition: color 0.3s ease-out;
  -o-transition: color 0.3s ease-out;
  transition: color 0.3s ease-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-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 15px;
  color: var(--tp-text-body);
  font-family: var(--tp-ff-p);
}

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;
}

.tp-uppercase {
  text-transform: uppercase;
}

.tp-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: 58px;
  width: 100%;
  line-height: 58px;
  font-size: 14px;
  padding-left: 26px;
  padding-right: 26px;
  color: var(--tp-common-black);
  border: 1px solid var(--tp-common-black);
  background-color: var(--tp-common-white);
}
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;
}

/*---------------------------------
    1.2 Common Css
---------------------------------*/
.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-5 {
  --bs-gutter-x: 5px;
}

.gx-10 {
  --bs-gutter-x: 10px;
}

.gx-20 {
  --bs-gutter-x: 20px;
}

.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-60 {
  --bs-gutter-x: 60px;
}

.gx-70 {
  --bs-gutter-x: 70px;
}

.gx-80 {
  --bs-gutter-x: 80px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .gx-80 {
    --bs-gutter-x: 30px;
  }
}

.gx-90 {
  --bs-gutter-x: 90px;
}

.gx-100 {
  --bs-gutter-x: 100px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .gx-100 {
    --bs-gutter-x: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .gx-100 {
    --bs-gutter-x: 250px;
  }
}

.overflow-y-visible {
  overflow-x: hidden;
  overflow-y: visible;
}

.p-relative {
  position: relative;
}

.p-absolute {
  position: absolute;
}

.include-bg {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.tp-text-white {
  color: var(--tp-common-white);
}

.tp-text-black {
  color: var(--tp-common-black);
}

/* 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-body);
}

.tp-slide-transtion {
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
}
.tp-slide-transtion .swiper-slide {
  width: auto;
}

.tp-line-anim {
  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-anim:hover {
  background-size: 0% 1px, 100% 1px;
}

.tp-border-effect {
  z-index: 1;
  overflow: hidden;
  position: relative;
}
.tp-border-effect::before {
  content: "";
  width: 200%;
  height: 200%;
  opacity: 0;
  border-radius: 20px;
  position: absolute;
  top: var(--y) !important;
  left: var(--x) !important;
  transform: translate(-50%, -50%);
  background: radial-gradient(#A020F0, #00FFD1);
  transition: 0.5s, top 0s, left 0s;
}
.tp-border-effect > * {
  z-index: 2;
  position: relative;
}
.tp-border-effect::after {
  content: "";
  position: absolute;
  inset: 2px;
  border-radius: 20px;
  background: var(--tp-common-black);
}
.tp-border-effect:hover::before {
  opacity: 1;
}


/*----------------------------------------*/
/*  2.2 Buttons
/*----------------------------------------*/
.tp-btn-purple {
  display: inline-flex;
  gap: 10px;
  font-size: 17px;
  font-weight: 500;
  line-height: 1;
  padding: 20px 30px;
  border-radius: 30px;
  position: relative;
  transition: 0.3s;
  letter-spacing: -0.34px;
  color: var(--tp-common-white);
  background-color: var(--tp-theme-1);
}
.tp-btn-purple .icon-left {
  opacity: 0;
  margin-left: -18px;
  transition: 0.3s;
}
.tp-btn-purple .icon-right {
  opacity: 1;
  margin-right: 0;
  transition: 0.3s;
}
.tp-btn-purple:hover {
  color: var(--tp-common-white);
  border-radius: 29px 29px 0 29px;
}
.tp-btn-purple:hover .icon-left {
  opacity: 1;
  margin-left: 0;
}
.tp-btn-purple:hover .icon-right {
  opacity: 0;
  margin-right: -18px;
}
.tp-btn-purple.btn-h-48 {
  padding: 15px 26px;
}
.tp-btn-purple.btn-h-52 {
  padding: 18px 26px;
}
.tp-btn-purple.btn-black {
  background-color: var(--tp-common-black);
}
.tp-btn-purple.btn-white {
  color: var(--tp-common-black);
  background-color: var(--tp-common-white);
}
.tp-btn-purple.btn-paste {
  color: var(--tp-common-black);
  background-color: var(--tp-common-paste);
}
.tp-btn-purple.paste-bg {
  font-size: 14px;
  padding: 10px 30px;
  color: var(--tp-common-black);
  background-color: var(--tp-common-paste);
}
.tp-btn-border-gradiant {
  padding: 1px;
  display: inline-flex;
  border-radius: 100px;
  justify-content: center;
  color: var(--tp-common-black);
  background: linear-gradient(90deg, #A020F0 0%, #00FFD1 100%);
}
.tp-btn-border-gradiant.btn-bg-black {
  color: var(--tp-common-white);
}
.tp-btn-border-gradiant.btn-bg-black span {
  background-color: var(--tp-common-black);
}
.tp-btn-border-gradiant span {
  font-size: 17px;
  font-weight: 500;
  line-height: 1;
  display: flex;
  padding: 21px 24px;
  border-radius: 30px;
  align-items: center;
  justify-content: center;
  letter-spacing: -0.34px;
  font-family: var(--tp-ff-sora);
  background: var(--tp-common-white);
  transition: all 0.3s ease, background 0.5s ease;
}
@media (max-width: 767px) {
  .tp-btn-border-gradiant span {
    font-size: 16px;
    padding: 18px 22px;
  }
}
.tp-btn-border-gradiant span i {
  margin-left: 12px;
}
.tp-btn-border-gradiant:hover span {
  background-color: transparent;
  color: var(--tp-common-white);
}
.tp-btn-border-white {
  font-size: 17px;
  font-weight: 500;
  line-height: 1;
  transition: 0.3s;
  padding: 20px 30px;
  border-radius: 30px;
  display: inline-flex;
  justify-content: center;
  letter-spacing: -0.34px;
  color: var(--tp-common-white);
  border: 1px solid var(--tp-common-white);
}
.tp-btn-border-white span svg {
  margin-left: 10px;
  transform: translateY(-1px);
}
.tp-btn-border-white:hover {
  color: var(--tp-common-black);
  background-color: var(--tp-common-white);
}
.tp-btn-grey {
  background: transparent;
}
.tp-btn-grey:hover {
  background: var(--tp-common-black);
}
.tp-btn-grey:hover span {
  background: var(--tp-common-black);
  color: var(--tp-common-white);
}
.tp-btn-grey span {
  background: #f2f2f2;
}
.tp-btn-primary {
  background: transparent;
}
.tp-btn-primary:hover {
  background: var(--tp-common-black);
}
.tp-btn-primary:hover span {
  background: var(--tp-common-black);
  color: var(--tp-common-white);
}
.tp-btn-primary span {
  background: var(--tp-theme-1);
  color: var(--tp-common-white);
}
.tp-btn-paste {
  background: transparent;
}
.tp-btn-paste:hover {
  background: var(--tp-theme-1);
}
.tp-btn-paste:hover span {
  background: var(--tp-theme-1);
  color: var(--tp-common-white);
}
.tp-btn-paste span {
  background: var(--tp-common-paste);
  color: var(--tp-common-black);
}

.tp-doubble-effect {
  display: inline-flex;
  align-items: center;
}
.tp-doubble-effect span {
  position: relative;
  overflow: hidden;
  padding-bottom: 1px;
}
.tp-doubble-effect span::before, .tp-doubble-effect span::after {
  content: "";
  position: absolute;
  display: block;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  transition: transform 0.5s cubic-bezier(0.59, 0.23, 0.22, 0.96);
}
.tp-doubble-effect span::before {
  left: 0;
}
.tp-doubble-effect span::after {
  left: -1rem;
  transform: translate(-100%);
}
.tp-doubble-effect:hover span::after {
  transform: translate(1rem);
}
.tp-doubble-effect:hover span::before {
  transform: translate(calc(100% + 1rem));
}

/*----------------------------------------*/
/*  2.3 Animations
/*----------------------------------------*/
@keyframes rotate_anim {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes text_upper {
  0% {
    transform: translateY(0);
  }
  to {
    transform: translateY(-105%);
  }
}
@keyframes text_bottom {
  0% {
    transform: translateY(105%);
  }
  to {
    transform: translateY(0);
  }
}
@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 headerSlideDown {
  0% {
    margin-top: -150px;
  }
  100% {
    margin-top: 0;
  }
}
@keyframes ai-robot {
  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);
  }
}
@keyframes spain {
  0% {
    transform: scale(0.5);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.5);
  }
}
@keyframes slide-har {
  0% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
  100% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}
@keyframes slide-har-2 {
  0% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
  100% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}
@keyframes waveRun {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
@keyframes lightning {
  0% {
    filter: brightness(1);
  }
  86% {
    filter: brightness(1);
  }
  87.75% {
    filter: brightness(1.4);
  }
  89.5% {
    filter: brightness(1);
  }
  93% {
    filter: brightness(2);
  }
  100% {
    filter: brightness(1);
  }
}
@keyframes tpswing {
  0% {
    -webkit-transform: rotate(25deg);
    -ms-transform: rotate(25deg);
    transform: rotate(25deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes shrink-anim {
  from, to {
    transform: scale(1, 1);
  }
  25% {
    transform: scale(0.7, 1.1);
  }
  50% {
    transform: scale(1.1, 0.7);
  }
  75% {
    transform: scale(0.95, 1.05);
  }
}

/*----------------------------------------*/
/*  2.5 Breadcrumb scss
/*----------------------------------------*/
.tp-breadcrumb-top-ptb {
  padding-top: 170px;
  padding-bottom: 60px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .tp-breadcrumb-top-ptb {
    padding-top: 120px;
  }
}
@media (max-width: 767px) {
  .tp-breadcrumb-top-ptb {
    padding-bottom: 30px;
  }
}
.tp-breadcrumb-ptb {
  border-radius: 20px;
  padding: 170px 0 180px 97px;
}
@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-breadcrumb-ptb {
    padding: 170px 0 180px 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .tp-breadcrumb-ptb {
    padding: 130px 0 150px 30px;
  }
}
@media (max-width: 767px) {
  .tp-breadcrumb-ptb {
    padding: 100px 30px 100px 30px;
  }
}
.tp-breadcrumb-title {
  font-weight: 600;
  font-size: 110px;
  line-height: 1;
  letter-spacing: -0.02em;
  color: var(--tp-common-white);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-breadcrumb-title {
    font-size: 80px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-breadcrumb-title {
    font-size: 70px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-breadcrumb-title {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .tp-breadcrumb-title {
    font-size: 40px;
  }
}
.tp-breadcrumb-list {
  padding: 11px 20px;
  border-radius: 60px;
  display: inline-block;
  backdrop-filter: blur(40px);
  background: linear-gradient(209deg, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0.4) 100%);
}
.tp-breadcrumb-list span {
  font-weight: 500;
  font-size: 16px;
  color: var(--tp-common-white);
}
.tp-breadcrumb-list span a {
  color: var(--tp-common-paste);
}
.tp-breadcrumb-list span.dvdr {
  padding: 0 5px;
}
.tp-breadcrumb-shape {
  position: absolute;
  top: 100px;
  left: 0;
  width: 40px;
  height: 160px;
  background: #ecf2f0;
  border-radius: 0 20px 20px 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-breadcrumb-shape {
    display: none;
  }
}
.tp-breadcrumb-shape::after {
  content: "";
  position: absolute;
  background-color: transparent;
  top: -40px;
  left: -1px;
  height: 40px;
  width: 20px;
  border-bottom-left-radius: 20px;
  box-shadow: 0px 18px 0 0 #ecf2f0;
}
.tp-breadcrumb-shape::before {
  content: "";
  position: absolute;
  background-color: transparent;
  bottom: -40px;
  left: 0;
  height: 40px;
  width: 20px;
  border-top-left-radius: 20px;
  box-shadow: 0px -18px 0 0 #ecf2f0;
}
.tp-breadcrumb-shape-2 {
  position: absolute;
  bottom: -1px;
  right: 133px;
  width: 240px;
  height: 60px;
  background: #ecf2f0;
  border-radius: 20px 20px 0 0;
  z-index: 1;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-breadcrumb-shape-2 {
    display: none;
  }
}
.tp-breadcrumb-shape-2::after {
  content: "";
  position: absolute;
  right: -30px;
  bottom: 1px;
  width: 30px;
  height: 36px;
  background: transparent;
  border-bottom-left-radius: 20px;
  box-shadow: -10px 10px 0 0 #ecf2f0;
}
.tp-breadcrumb-shape-2::before {
  content: "";
  position: absolute;
  left: -31px;
  bottom: 1px;
  width: 31px;
  height: 30px;
  background: transparent;
  border-bottom-right-radius: 20px;
  box-shadow: 10px 10px 0 0 #ecf2f0;
}
.tp-breadcrumb-bigtext {
  font-weight: 600;
  font-size: 220px;
  line-height: 0.8;
  margin-bottom: 0;
  position: absolute;
  letter-spacing: -0.03em;
  color: rgba(255, 255, 255, 0.6);
  right: 0;
  bottom: -14px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-breadcrumb-bigtext {
    font-size: 180px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-breadcrumb-bigtext {
    font-size: 150px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-breadcrumb-bigtext {
    font-size: 120px;
  }
}
@media (max-width: 767px) {
  .tp-breadcrumb-bigtext {
    font-size: 90px;
  }
}

/*----------------------------------------*/
/*  2.6 Section Title
/*----------------------------------------*/
.tp-section-title {
  font-size: 50px;
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: -0.03em;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-section-title {
    font-size: 48px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-section-title {
    font-size: 45px;
  }
}
@media (max-width: 767px) {
  .tp-section-title {
    font-size: 36px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-section-title {
    font-size: 40px;
  }
}
@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-section-title br {
    display: none;
  }
}
.tp-section-title.color-white {
  color: var(--tp-common-white);
}
.tp-section-title.fs-24 {
  font-size: 24px;
  letter-spacing: -0.01em;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), (max-width: 767px) {
  .tp-section-title.fs-24 {
    font-size: 22px;
  }
}
.tp-section-title.fs-26 {
  font-size: 26px;
  letter-spacing: -0.52px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), (max-width: 767px) {
  .tp-section-title.fs-26 {
    font-size: 22px;
  }
}
.tp-section-title.fs-36 {
  font-size: 36px;
  letter-spacing: -0.54px;
}
.tp-section-title.fs-40 {
  font-size: 40px;
}
.tp-section-title.fs-60 {
  font-size: 60px;
  letter-spacing: -1.8px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-section-title.fs-60 {
    font-size: 52px;
  }
}
@media (max-width: 767px) {
  .tp-section-title.fs-60 {
    font-size: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-section-title.fs-60 {
    font-size: 45px;
  }
}
.tp-section-title.fs-70 {
  font-size: 70px;
  letter-spacing: -2.6px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-section-title.fs-70 {
    font-size: 55px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-section-title.fs-70 {
    font-size: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-section-title.fs-70 {
    font-size: 50px;
  }
}
@media (max-width: 767px) {
  .tp-section-title.fs-70 {
    font-size: 45px;
    letter-spacing: -2px;
  }
}
.tp-section-title.fs-80 {
  font-size: 80px;
  letter-spacing: -2.4px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-section-title.fs-80 {
    font-size: 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) {
  .tp-section-title.fs-80 {
    font-size: 55px;
  }
}
@media (max-width: 767px) {
  .tp-section-title.fs-80 {
    font-size: 40px;
  }
}
.tp-section-title.fs-90 {
  font-size: 90px;
  letter-spacing: -2.7px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-section-title.fs-90 {
    font-size: 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) {
  .tp-section-title.fs-90 {
    font-size: 55px;
  }
}
@media (max-width: 767px) {
  .tp-section-title.fs-90 {
    font-size: 40px;
  }
}
.tp-section-title.fs-110 {
  font-size: 110px;
  line-height: 1;
  letter-spacing: -2.2px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-section-title.fs-110 {
    font-size: 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) {
  .tp-section-title.fs-110 {
    font-size: 55px;
  }
}
@media (max-width: 767px) {
  .tp-section-title.fs-110 {
    font-size: 40px;
  }
}
.tp-section-title.fw-600 {
  font-weight: 600;
}
.tp-section-title .text-gradient {
  background: linear-gradient(90deg, #a020f0 0%, #00ffd1 100%);
  background-clip: text;
  color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.tp-section-title .text-gradient .word {
  background: linear-gradient(90deg, #a020f0 0%, #00ffd1 100%);
  background-clip: text;
  color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.tp-section-subtitle {
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  display: inline-block;
}
.tp-section-subtitle.color-peste {
  color: var(--tp-common-paste);
}

/*----------------------------------------*/
/*  2.7 select
/*----------------------------------------*/
.nice-select.Qxiro-select {
  position: relative;
  height: 40px;
  line-height: 56px;
  border-radius: 10px;
  background: #f2f2f2;
  line-height: 40px;
  padding-right: 121px;
  padding-left: 22px;
  width: auto;
}
.nice-select.Qxiro-select span.current {
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.17px;
  color: var(--tp-common-black);
  text-transform: none;
}
.nice-select.Qxiro-select::after {
  position: absolute;
  content: "\f107";
  top: 50%;
  right: 20px;
  margin-top: 0;
  font-weight: 500;
  pointer-events: none;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  transform-origin: center;
  transform: translateY(-50%);
  color: var(--tp-common-black);
  font-family: var(--tp-ff-fontawesome);
}
.nice-select.Qxiro-select.open {
  border-color: var(--tp-common-black);
}
.nice-select.Qxiro-select.open::after {
  transform: translateY(-50%) rotate(-180deg);
}
.nice-select.Qxiro-select .list {
  width: 100%;
  background: #f2f2f2;
  border: none;
  box-shadow: none;
}
.nice-select.Qxiro-select .list li {
  font-size: 14px;
  font-weight: 500;
  color: var(--tp-common-black);
  text-transform: none;
}
.nice-select.Qxiro-select .list li.selected {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.17px;
  color: var(--tp-common-black);
}

/*----------------------------------------*/
/*  2.9 Pagination
/*----------------------------------------*/
.tp-pagination nav ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
}
.tp-pagination nav ul li {
  display: inline-block;
}
.tp-pagination nav ul li:not(:last-child) {
  margin-right: 6px;
}
.tp-pagination nav ul li a, .tp-pagination nav ul li span {
  display: inline-block;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  border: 1px solid rgba(13, 13, 13, 0.1);
  font-size: 16px;
  font-weight: 500;
  color: var(--tp-text-body);
  border-radius: 10px;
}
.tp-pagination nav ul li a:hover, .tp-pagination nav ul li a.current, .tp-pagination nav ul li span:hover, .tp-pagination nav ul li span.current {
  background: var(--tp-theme-1);
  border-color: var(--tp-theme-1);
  color: var(--tp-common-white);
}
.tp-pagination nav ul li a svg, .tp-pagination nav ul li span svg {
  transform: translateY(-2px);
}

/*----------------------------------------*/
/*  2.8 Search
/*----------------------------------------*/
.tp-search-area {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 190px;
  opacity: 0;
  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: 999;
  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-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-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-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-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-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 {
  transform: rotate(45deg);
}
.tp-search-content .search {
  margin-bottom: 40px;
}
.tp-search-content .search:hover .tp-search-icon {
  color: var(--tp-common-black);
}
.tp-search-content input {
  font-size: 17px;
  font-weight: 400;
  height: 50px;
  padding: 0 48px;
  border-radius: 8px;
  letter-spacing: -0.17px;
  border: 1px solid #E6E8F0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  color: var(--tp-common-black);
  background: var(--tp-common-white);
  box-shadow: 0px 1px 2px 0px rgba(164, 172, 185, 0.25);
}
.tp-search-content input:focus ~ button {
  color: var(--tp-common-black);
}
.tp-search-content input:focus {
  border-color: var(--tp-common-black);
}
.tp-search-content input:focus:hover {
  background: transparent;
}
.tp-search-content input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #A8AAAD;
  font-size: 17px;
  font-weight: 400;
  letter-spacing: -0.17px;
}
.tp-search-content input::-moz-placeholder { /* Firefox 19+ */
  color: #A8AAAD;
  font-size: 17px;
  font-weight: 400;
  letter-spacing: -0.17px;
}
.tp-search-content input:-moz-placeholder { /* Firefox 4-18 */
  color: #A8AAAD;
  font-size: 17px;
  font-weight: 400;
  letter-spacing: -0.17px;
}
.tp-search-content input:-ms-input-placeholder { /* IE 10+  Edge*/
  color: #A8AAAD;
  font-size: 17px;
  font-weight: 400;
  letter-spacing: -0.17px;
}
.tp-search-content input::placeholder { /* MODERN BROWSER */
  color: #A8AAAD;
  font-size: 17px;
  font-weight: 400;
  letter-spacing: -0.17px;
}
.tp-search-icon {
  position: absolute;
  left: 20px;
  top: 50%;
  line-height: 1;
  transform: translateY(-50%);
}

/* HEADER CSS */
/*----------------------------------------*/
/*  3.1 Header Style 1
/*----------------------------------------*/
.header-transparent {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9;
  width: 100%;
}

.tp-header-bg {
  padding: 0 20px;
  padding-left: 30px;
  border-radius: 100px;
  background-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) {
  .tp-header-mobile-space {
    padding: 7px 20px;
  }
}
.tp-header-shadow {
  box-shadow: 0 8px 40px -10px rgba(13, 13, 13, 0.08);
}
.tp-header-menu > nav > ul > li {
  margin: 0 26px;
  list-style-type: none;
  display: inline-block;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-header-menu > nav > ul > li {
    margin: 0 20px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-header-menu > nav > ul > li {
    margin: 0 12px;
  }
}
.tp-header-menu > nav > ul > li > a {
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  padding: 42px 0;
  display: inline-block;
  color: var(--tp-common-black);
}
.tp-header-menu > nav > ul > li > a.active {
  color: var(--tp-theme-1);
}
.tp-header-menu > nav > ul > li > a:hover {
  color: var(--tp-theme-1);
}
.tp-header-bar {
  height: 58px;
  width: 58px;
  display: grid;
  place-content: center;
  text-align: center;
  border-radius: 50%;
  color: var(--tp-common-black);
  border: 1px solid rgba(13, 13, 13, 0.1);
}
.tp-header-4-top-wrap {
  padding: 0px 30px;
  border-radius: 40px;
  background: var(--tp-common-black);
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-header-4-top-wrap {
    display: none;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-header-4-top-wrap {
    margin-bottom: 20px;
  }
}
.tp-header-4-top-text p {
  margin: 0;
  color: var(--tp-common-white);
}
.tp-header-4-top-text p span {
  background: linear-gradient(90deg, #a020f0 0%, #00ffd1 100%);
  background-clip: text;
  color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.tp-header-4-top-lan {
  padding: 10px 0;
}
.tp-header-4-top-lan:hover .tp-header-4-top-lan-content {
  top: 35px;
  opacity: 1;
  visibility: visible;
}
.tp-header-4-top-lan span {
  font-size: 14px;
  cursor: pointer;
  color: var(--tp-common-white);
}
.tp-header-4-top-lan span svg {
  margin: 0 4px;
  display: inline-block;
}
.tp-header-4-top-lan-content {
  position: absolute;
  top: 50px;
  left: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.tp-header-4-top-lan-content ul {
  padding: 10px;
  width: 150px;
  border-radius: 6px;
  display: inline-block;
  background-color: var(--tp-common-white);
}
.tp-header-4-top-lan-content ul li {
  list-style: none;
  color: var(--tp-common-black);
}
.tp-header-4-top-lan-content ul li a {
  display: block;
  padding: 4px 10px;
}
.tp-header-4-top-lan-content ul li a:hover {
  background-color: #F2F2F2;
}
.tp-header-4-top-social {
  padding-left: 30px;
  margin-left: 30px;
  border-left: 1px solid rgba(255, 255, 255, 0.25);
}
.tp-header-4-top-social a {
  margin-right: 8px;
  color: var(--tp-common-white);
}
.tp-header-4-top-social a:hover {
  color: var(--tp-common-paste);
}
.tp-header-6-style {
  padding: 14px;
  border-radius: 100px;
  display: inline-block;
  backdrop-filter: blur(20px);
  background: linear-gradient(239deg, rgba(255, 255, 255, 0.08) 17.93%, rgba(255, 255, 255, 0.08) 81.51%);
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-header-6-style {
    margin-left: 0;
  }
}
.tp-header-6-style .tp-header-menu > nav > ul > li {
  margin: 0;
}
.tp-header-6-style .tp-header-menu > nav > ul > li:not(:last-of-type) {
  margin-right: 25px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-header-6-style .tp-header-menu > nav > ul > li:not(:last-of-type) {
    margin-right: 8px;
  }
}
.tp-header-6-style .tp-header-menu > nav > ul > li > a {
  padding: 8px 19px;
  border-radius: 32px;
  color: var(--tp-common-white);
  background: var(--tp-common-black);
}
.tp-header-6-style .tp-header-dropdown nav ul li .tp-submenu {
  top: 145%;
}
.tp-header-6-style.header-10-style .tp-header-menu > nav > ul > li > a {
  color: var(--tp-common-black);
  background: var(--tp-common-white);
}
.tp-header-6-style.header-10-style .tp-header-menu > nav > ul > li > a.active {
  color: var(--tp-common-black);
}
.tp-header-6-style.header-10-style .tp-header-menu > nav > ul > li > a::after {
  color: var(--tp-common-black);
}
.tp-header-6-action .tp-header-bar {
  flex: 0 0 auto;
  color: var(--tp-common-white);
  border-color: rgba(255, 255, 255, 0.25);
}
.tp-header-6-action.header-10-action .tp-header-search {
  color: var(--tp-common-white);
}
.tp-header-6-action.header-10-action .tp-btn-border-gradiant {
  color: var(--tp-common-black);
}
.tp-header-6-action.header-10-action .tp-btn-border-gradiant:hover span {
  background-color: transparent;
}
.tp-header-6-action.header-10-action .tp-btn-border-gradiant span {
  background: var(--tp-common-white);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-header-9-area .tp-header-bar {
    filter: invert(1);
  }
}
.tp-header-inner-top-wrap {
  border-radius: 10px;
}
.tp-header-inner-top-wrap .tp-header-4-top-lan {
  padding: 7px 0;
}
.tp-header-inner-wrap {
  padding: 0 30px;
  border-radius: 20px;
  background: var(--tp-common-white);
  box-shadow: 0 8px 40px -10px rgba(13, 13, 13, 0.08);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-header-inner-wrap {
    padding: 0 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-header-inner-wrap {
    padding: 10px 10px;
  }
}

/*----------------------------------------*/
/*  4.4 menu scss
/*----------------------------------------*/
.header-sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  opacity: 1;
  width: 100%;
  z-index: 10;
  visibility: visible;
  background: var(--tp-common-white);
  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.pt-20 {
  padding-top: 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) {
  .header-sticky .tp-header-mobile-space {
    padding: 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) {
  .header-sticky .tp-header-logo {
    padding: 15px 0;
  }
}
.header-sticky .tp-header-6-style.header-10-style {
  padding: 0;
}
.header-sticky .tp-header-6-style.header-10-style .tp-header-dropdown nav ul li .tp-submenu {
  top: 100%;
}
.header-sticky .tp-header-6-action.header-10-action .tp-header-search {
  color: var(--tp-common-black);
}
.header-sticky .tp-header-6-action.header-10-action .tp-header-bar {
  color: var(--tp-common-black);
  border-color: rgba(13, 13, 13, 0.4);
}
.header-sticky .tp-header-inner-wrap {
  margin-top: 0;
  padding: 0;
}
.header-sticky .tp-header-menu > nav > ul > li > a {
  padding: 30px 0;
}
.header-sticky.black-header-style {
  backdrop-filter: blur(20px);
  background: rgba(27, 27, 27, 0.9);
}
.header-sticky.black-header-style .tp-header-6-style {
  padding: 0;
  border-radius: 0;
  backdrop-filter: blur(0);
  background: transparent;
}
.header-sticky.black-header-style .tp-header-6-style .tp-header-menu > nav > ul > li > a {
  background-color: transparent;
}
.header-sticky.black-header-style .tp-header-6-style .tp-header-menu > nav > ul > li > a:hover {
  color: var(--tp-common-paste);
}
.header-sticky.black-header-style .tp-header-6-style .tp-header-menu > nav > ul > li > a.active {
  color: var(--tp-common-paste);
}
.header-sticky.black-header-style .tp-header-6-style .tp-header-dropdown nav ul li .tp-submenu {
  top: 100%;
  background: rgba(27, 27, 27, 0.9);
}
.header-sticky.black-header-style .tp-header-6-style .tp-header-dropdown nav ul li .tp-submenu li a {
  color: var(--tp-common-white);
}
.header-sticky.tp-header-9-area .tp-header-bar {
  filter: invert(0);
}
.header-sticky .logo-white {
  display: none;
}
.header-sticky .logo-black {
  display: block !important;
}

.logo-black {
  display: none;
}

/*----------------------------------------*/
/*  4.1 dropdown scss
/*----------------------------------------*/
.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.tp-menu-last .tp-submenu {
  left: auto;
  right: 0;
}
.tp-header-dropdown nav ul li.has-dropdown > a::after {
  content: "";
  width: 0;
  height: 0;
  margin-left: 7px;
  display: inline-block;
  transition: all 0.3s 0s ease-out;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 7px solid currentColor;
  transform: translateY(0px);
}
.tp-header-dropdown nav ul li.has-dropdown:hover > a::after {
  transform: rotate(90deg);
}
.tp-header-dropdown nav ul li .tp-submenu {
  position: absolute;
  top: 100%;
  left: 0;
  width: 240px;
  z-index: 99;
  opacity: 0;
  padding: 12px 0;
  transition: 0.5s;
  text-align: start;
  visibility: hidden;
  transform-origin: 0 0;
  transform: scale(1, 0);
  backdrop-filter: blur(10px);
  box-shadow: 0 20px 30px -8px rgba(19, 19, 22, 0.1);
  background: rgba(248, 248, 251, 0.9);
}
.tp-header-dropdown nav ul li .tp-submenu li {
  width: 100%;
  padding: 6px 30px;
}
.tp-header-dropdown nav ul li .tp-submenu li a {
  position: relative;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  width: 100%;
  display: inline-block;
  color: var(--tp-common-black);
}
@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 {
  color: var(--tp-theme-1);
  transform: translateX(5px);
}
.tp-header-dropdown nav ul li .tp-submenu.tp-megamenu {
  width: 480px;
  padding: 30px 30px;
}
.tp-header-dropdown nav ul li:hover > .tp-submenu {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}

.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.3 offcanvas scss
/*----------------------------------------*/
.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;
  scrollbar-width: none;
  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-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: 90px;
}
@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-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-open-btn span {
  display: inline-block;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.tp-offcanvas-open-btn:hover span {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.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: 700;
  margin-bottom: 15px;
  color: var(--tp-common-px-black);
}
.tp-offcanvas-title.sm {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 15px;
  text-transform: uppercase;
  color: var(--tp-common-px-black);
}
.tp-offcanvas-gallery {
  margin-bottom: 65px;
}
.tp-offcanvas-gallery-img {
  width: 80px;
  border-radius: 8px;
}
.tp-offcanvas-gallery-img img {
  width: 100%;
  transition: 0.9s;
}
.tp-offcanvas-gallery-img:hover img {
  transform: scale(1.2) rotate(-2deg);
}
.tp-offcanvas-contact {
  margin-bottom: 55px;
}
.tp-offcanvas-contact ul li {
  list-style: none;
}
.tp-offcanvas-contact ul li:not(:last-child) {
  margin-bottom: 2px;
}
.tp-offcanvas-contact ul li a {
  display: inline-block;
  color: #414144;
  font-size: 16px;
  position: relative;
}
.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-px-black);
}
.tp-offcanvas-contact ul li a:hover::after {
  width: 100%;
  right: auto;
  left: 0;
}
.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-px-black);
  border: 1px solid rgba(2, 11, 24, 0.1);
}
.tp-offcanvas-social ul li a:hover {
  background-color: var(--tp-common-px-black);
  border-color: var(--tp-common-px-black);
  color: var(--tp-common-px-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);
}

/*----------------------------------------*/
/*  4.2 Mobile Menu
/*----------------------------------------*/
.tp-offcanvas-menu {
  margin-bottom: 60px;
}
.tp-offcanvas-menu ul {
  list-style: none;
}
.tp-offcanvas-menu ul li {
  position: relative;
}
.tp-offcanvas-menu ul li > a {
  font-size: 18px;
  display: block;
  padding: 10px 0;
  font-weight: 500;
}
.tp-offcanvas-menu ul li.active > a, .tp-offcanvas-menu ul li.active button, .tp-offcanvas-menu ul li:hover > a, .tp-offcanvas-menu ul li:hover button {
  color: var(--tp-common-black);
}
.tp-offcanvas-menu ul li.active > .tp-menu-close i, .tp-offcanvas-menu ul li:hover > .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 {
  font-size: 17px;
  padding: 12px 20px;
}
.tp-offcanvas-menu .tp-submenu > li > a {
  padding: 8px 20px;
  border-radius: 10px;
  font-size: 17px;
}
.tp-offcanvas-menu .tp-submenu > li > a:hover {
  color: var(--tp-theme-1);
}

.tp-menu-close {
  position: absolute;
  right: 7px;
  top: 12px;
}
.tp-menu-close i {
  transition: all 0.3s;
  font-size: 18px;
  font-weight: 500;
}

/*----------------------------------------*/
/*  6.1 Footer Style 1
/*----------------------------------------*/
.tp-footer-bg {
  border-radius: 20px;
}
.tp-footer-widget-text {
  margin-bottom: 38px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-footer-widget-text {
    margin-bottom: 30px;
  }
}
.tp-footer-widget-text p {
  font-weight: 500;
  color: var(--tp-common-black);
}
.tp-footer-widget-title {
  font-size: 18px;
  line-height: 1;
  font-weight: 500;
  letter-spacing: -0.27px;
}
.tp-footer-widget-info label {
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  color: var(--tp-common-black);
}
.tp-footer-widget-info label a {
  font-weight: 400;
  color: var(--tp-text-body);
}
.tp-footer-widget-info label a:hover {
  color: var(--tp-theme-1);
}
.tp-footer-widget-info-wrap {
  margin-bottom: 65px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-footer-widget-info-wrap {
    margin-bottom: 30px;
  }
}
.tp-footer-widget-social a {
  height: 40px;
  width: 40px;
  display: grid;
  border-radius: 50%;
  text-align: center;
  place-content: center;
  display: inline-block;
  color: var(--tp-common-black);
  background-color: var(--tp-common-white);
}
.tp-footer-widget-social a:hover {
  background-color: var(--tp-common-paste);
}
.tp-footer-widget-social a:not(:last-child) {
  margin-right: 10px;
}
.tp-footer-widget-social a span svg {
  transform: translateY(-1px);
}
.tp-footer-widget-menu ul li {
  list-style-type: none;
}
.tp-footer-widget-menu ul li:not(:last-child) {
  margin-bottom: 7px;
}
.tp-footer-widget-menu ul li a {
  font-size: 16px;
  line-height: 1;
  color: var(--tp-text-body);
}
.tp-footer-widget-btn {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  color: var(--tp-theme-1);
}
.tp-footer-widget-input {
  position: relative;
}
.tp-footer-widget-input input {
  border: 0;
  padding-left: 0;
  padding-right: 30px;
  font-size: 16px;
  color: var(--tp-common-black);
  background-color: transparent;
  border-bottom: 1px solid rgba(13, 13, 13, 0.15);
}
.tp-footer-widget-input input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  font-size: 16px;
  font-weight: 400;
  color: var(--tp-common-black);
}
.tp-footer-widget-input input::-moz-placeholder { /* Firefox 19+ */
  font-size: 16px;
  font-weight: 400;
  color: var(--tp-common-black);
}
.tp-footer-widget-input input:-moz-placeholder { /* Firefox 4-18 */
  font-size: 16px;
  font-weight: 400;
  color: var(--tp-common-black);
}
.tp-footer-widget-input input:-ms-input-placeholder { /* IE 10+  Edge*/
  font-size: 16px;
  font-weight: 400;
  color: var(--tp-common-black);
}
.tp-footer-widget-input input::placeholder { /* MODERN BROWSER */
  font-size: 16px;
  font-weight: 400;
  color: var(--tp-common-black);
}
.tp-footer-widget-bdr {
  border-right: 1px solid rgba(13, 13, 13, 0.15);
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-footer-widget-bdr {
    border: none;
    margin-bottom: 40px;
  }
}
.tp-footer-copyright p {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 0;
}
.tp-footer-copyright p a {
  color: var(--tp-theme-1);
}

/*----------------------------------------*/
/*  6.2 Footer Style 2
/*----------------------------------------*/
.am-footer-ptb .ss-integrate-shape {
  right: auto;
  left: -100px;
  top: auto;
  bottom: -100px;
}
.am-footer-bg {
  border-radius: 0 0 20px 20px;
}
.am-footer-main-wrap.footer-style-black .am-footer-widget-social a {
  color: var(--tp-common-white);
}
.am-footer-main-wrap.footer-style-black .am-footer-widget-social a:hover {
  color: var(--tp-common-paste);
}
.am-footer-main-wrap.footer-style-black .am-footer-widget-mail a {
  color: var(--tp-common-white);
}
.am-footer-main-wrap.footer-style-black .am-footer-widget-mail p {
  color: rgba(255, 255, 255, 0.7);
}
.am-footer-main-wrap.footer-style-black .tp-footer-widget-title {
  color: var(--tp-common-white);
}
.am-footer-main-wrap.footer-style-black .tp-footer-widget-menu ul li a {
  color: var(--tp-common-white);
}
.am-footer-main-wrap.footer-style-black .tp-footer-widget-menu ul li a:hover {
  color: var(--tp-common-paste);
}
.am-footer-widget-mail p {
  font-size: 18px;
  font-weight: 400;
  position: relative;
  margin-bottom: 5px;
  color: var(--tp-common-black);
}
.am-footer-widget-mail a {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}
.am-footer-widget-social a {
  font-size: 16px;
  margin-right: 12px;
  display: inline-block;
}
.am-footer-widget-social a:hover {
  color: #3B5998;
}
.am-footer-copyright-wrap {
  padding: 32px 0 64px;
  border-top: 1px solid rgba(13, 13, 13, 0.1);
}
.am-footer-copyright-wrap.style-black {
  border-color: rgba(255, 255, 255, 0.25);
}
.am-footer-copyright-wrap.style-black .am-footer-copyright-text p a {
  color: var(--tp-common-paste);
}
.am-footer-copyright-text p {
  margin: 0;
}
.am-footer-copyright-text p a {
  color: var(--tp-theme-1);
}
.am-footer-copyright-text p.color-white {
  color: var(--tp-common-white);
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .ss-footer-ptb {
    padding-top: 80px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .ss-footer-top {
    padding-bottom: 80px;
  }
}
.ss-footer-top-subtitle {
  font-size: 50px;
  font-weight: 500;
  line-height: 1;
  display: inline-block;
  letter-spacing: -0.75px;
  transform: translateY(30px);
  color: var(--tp-common-paste);
  font-family: var(--tp-ff-sora);
}
.ss-footer-top-title {
  font-size: 200px;
  line-height: 0;
  margin: 0;
  filter: blur(10px);
  letter-spacing: -4px;
  color: rgba(255, 255, 255, 0.35);
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .ss-footer-top-title {
    font-size: 185px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .ss-footer-top-title {
    font-size: 160px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ss-footer-top-title {
    font-size: 135px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ss-footer-top-title {
    font-size: 100px;
  }
}
@media (max-width: 767px) {
  .ss-footer-top-title {
    font-size: 55px;
  }
}

/*----------------------------------------*/
/*  7.1 Home 7.1
/*----------------------------------------*/
/*  hero css start here
/*----------------------------------------*/
.tp-hero-pt {
  padding-top: 240px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-hero-pt {
    padding-top: 160px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-hero-top {
    margin-bottom: 50px;
  }
}
.tp-hero-client-total {
  font-size: 105px;
  font-weight: 600;
  line-height: 0.9;
  background-clip: text;
  letter-spacing: -4.8px;
  color: var(--tp-gray-1);
  -webkit-text-stroke-width: 3px;
  -webkit-text-stroke-color: transparent;
  background-image: linear-gradient(90deg, #A020F0 0%, #00FFD1 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) {
  .tp-hero-client-total {
    font-size: 90px;
  }
}
@media (max-width: 767px) {
  .tp-hero-client-total {
    font-size: 80px;
  }
}
.tp-hero-thumb {
  height: 100%;
  max-height: 540px;
  overflow: hidden;
  border-radius: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-hero-thumb {
    max-height: 330px;
  }
}
@media (max-width: 767px) {
  .tp-hero-thumb {
    height: auto;
    max-height: inherit;
  }
}
.tp-hero-thumb img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 20px;
}
@media (max-width: 767px) {
  .tp-hero-thumb img {
    height: auto;
  }
}
.tp-hero-thumb-title {
  font-size: 120px;
  font-weight: 600;
  margin-bottom: 0;
  white-space: nowrap;
  letter-spacing: -4.8px;
  color: var(--tp-common-white);
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-hero-thumb-title {
    font-size: 80px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-hero-thumb-title {
    font-size: 60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-hero-thumb-title {
    font-size: 48px;
  }
}
.tp-hero-thumb-title.fs-36 {
  font-size: 36px;
  font-weight: 500;
  letter-spacing: -0.72px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), (max-width: 767px) {
  .tp-hero-thumb-title.fs-36 {
    font-size: 30px;
  }
}
.tp-hero-thumb-title.fs-24 {
  font-size: 24px;
  font-weight: 500;
  letter-spacing: -0.48px;
  color: var(--tp-common-black);
}
.tp-hero-thumb-title.pos-1 {
  position: absolute;
  bottom: -9%;
  left: 13%;
  z-index: 2;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-hero-thumb-title.pos-1 {
    left: 11%;
    bottom: -5%;
  }
}
@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-hero-thumb-title.pos-1 {
    bottom: -3%;
  }
}
.tp-hero-thumb-title.pos-2 {
  position: absolute;
  top: 40px;
  left: 50px;
  z-index: 2;
  line-height: 1;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-hero-thumb-title.pos-2 {
    left: 25px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-hero-thumb-title.pos-2 {
    left: 20px;
  }
}
.tp-hero-thumb-title.pos-3 {
  position: absolute;
  bottom: 50px;
  right: 50px;
  z-index: 2;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-hero-thumb-title.pos-3 {
    bottom: 30px;
    right: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-hero-thumb-title.pos-3 {
    right: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-hero-title-box {
    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) {
  .tp-hero-title-box p {
    margin-bottom: 30px;
  }
  .tp-hero-title-box p br {
    display: none;
  }
}

.wrap-img-distortion {
  position: relative;
  display: inline-block;
}

.wrap-distort-canvas {
  position: absolute;
  inset: 0;
  display: inline-block;
  pointer-events: none;
  object-fit: cover;
}

.wrap-img-distortion img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: inline-block;
}

/*  about css start here
/*----------------------------------------*/
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-about-ptb {
    padding-bottom: 100px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-about-ptb {
    padding-bottom: 80px;
  }
}
.tp-about-shape {
  position: absolute;
  bottom: -20%;
  right: 0;
  z-index: -1;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-about-shape {
    bottom: 0;
  }
}
.tp-about-thumb {
  border-radius: 20px;
  display: inline-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) {
  .tp-about-thumb {
    margin-bottom: 40px;
  }
}
.tp-about-content-wrap {
  margin-left: -40px;
}
@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-about-content-wrap {
    padding-top: 0;
    margin-left: 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-text {
    margin-bottom: 30px;
  }
}
.tp-about-text span {
  font-size: 16px;
  font-weight: 500;
  display: inline-block;
  color: var(--tp-common-black);
}
@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: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-about-text p br {
    display: none;
  }
}

.word-wrapper {
  display: inline-block;
  overflow: hidden;
}

/*  card css start here
/*----------------------------------------*/
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-bento-card-ptb {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.tp-bento-card-item {
  overflow: hidden;
  z-index: 1;
  padding: 30px;
  padding-bottom: 35px;
  border-radius: 20px;
  background-color: var(--tp-gray-1);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-bento-card-item {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.tp-bento-card-item.pb-space-0 {
  padding-bottom: 0;
}
.tp-bento-card-item.p-space-0 {
  padding: 0;
}
.tp-bento-card-item .blur-circle {
  position: absolute;
  bottom: -55%;
  left: -3%;
  width: 342px;
  height: 405px;
  border-radius: 405px;
  display: inline-block;
  background: rgba(160, 32, 240, 0.3);
  filter: blur(60px);
  z-index: -1;
}
.tp-bento-card-item.tp-gradient-bg {
  border-radius: 20px;
  background: linear-gradient(136deg, rgba(160, 32, 240, 0.15) 1.15%, rgba(0, 255, 209, 0.15) 98.85%);
}
.tp-bento-card-item-brand-wrap {
  gap: 10px;
  display: flex;
  flex-wrap: wrap;
}
@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-bento-card-item-brand-wrap {
    gap: 5px;
  }
}
.tp-bento-card-item-brand-item {
  width: 110px;
  margin-right: 1px;
  padding: 11px 10px;
  border-radius: 10px;
  text-align: center;
  margin-bottom: 10px;
  display: inline-block;
  border: 1px solid rgba(13, 13, 13, 0.1);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-bento-card-item-brand-item {
    width: 95px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-bento-card-item-brand-item {
    width: 85px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-bento-card-item-brand-item {
    width: auto;
  }
}
@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-bento-card-item-brand-content p br {
    display: none;
  }
}
.tp-bento-card-item.card-style-5 {
  display: flex;
  align-items: center;
}
.tp-bento-card-item.card-style-5-hight {
  height: 220px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-bento-card-item.card-style-5-hight {
    height: auto;
  }
}
.tp-bento-card-item.card-style-6 {
  padding: 0;
  min-height: 500px;
  padding-top: 60px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-bento-card-item.card-style-6 {
    min-height: 400px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-bento-card-item.card-style-6 {
    min-height: auto;
  }
}
.tp-bento-card-item-slider-thumb img {
  width: 100%;
}
.tp-bento-card-icon img:not(:last-child) {
  margin-right: 10px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-bento-card-icon img:not(:last-child) {
    margin-right: 4px;
  }
}
.tp-bento-card-title-1 {
  font-size: 36px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.72px;
  font-family: var(--tp-ff-body);
}
.tp-bento-card-title-1 span {
  background: linear-gradient(90deg, #A020F0 0%, #00FFD1 53.44%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.tp-bento-card-title-2 {
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.27px;
}
.tp-bento-card-title-3 {
  font-size: 30px;
  font-weight: 500;
  line-height: 36px;
  letter-spacing: -0.6px;
  font-family: var(--tp-ff-body);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-bento-card-title-3 {
    font-size: 22px;
    line-height: 1.4;
  }
}
.tp-bento-card-title-4 {
  font-size: 45px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.9px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-bento-card-title-4 {
    font-size: 34px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-bento-card-title-4 br {
    display: none;
  }
}
.tp-bento-card-title-6 {
  font-size: 26px;
}
.tp-bento-card-content.p-space-30 {
  padding: 30px;
}
@media (max-width: 767px) {
  .tp-bento-card-content.pt-125 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

.tp-capsule-item-wrapper {
  position: relative;
  pointer-events: none;
  height: 280px;
  width: 100%;
  transform: translateY(-60px);
}

.tp-capsule-item {
  height: 108px;
  width: 108px;
  display: inline-grid;
  place-content: center;
  border-radius: 50%;
}

.tp-capsule-item-wrapper > * {
  position: absolute;
  top: 0;
  left: -50px;
  display: inline-block;
  user-select: none;
  pointer-events: auto;
}
.tp-capsule-item-wrapper > * p {
  margin-bottom: 0;
}

/*  cta css start here
/*----------------------------------------*/
.tp-cta-bg {
  border-radius: 20px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-cta-bg {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-cta-bg {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.tp-cta-bg.am-cta-bdr {
  border-radius: 20px 20px 0 0;
}
.tp-cta-bg .cta-5-shape {
  position: absolute;
  top: -80px;
  right: 0;
  z-index: 0;
  width: 475.607px;
  height: 780.149px;
  filter: blur(130px);
  border-radius: 780.149px;
  transform: rotate(55.297deg);
  background: linear-gradient(180deg, rgba(160, 32, 240, 0.6) 0%, rgba(0, 255, 209, 0.6) 100%);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-cta-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-cta-title-box {
    margin-bottom: 30px;
  }
}

/*  feature css start here
/*----------------------------------------*/
@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-feature-ptb {
    padding-top: 100px;
    padding-bottom: 80px;
  }
}
.tp-feature-icon {
  width: 60px;
  height: 60px;
  display: grid;
  border-radius: 10px;
  margin-bottom: 30px;
  display: inline-block;
  place-content: center;
  text-align: center;
  background: var(--tp-gray-1);
}
@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-feature-content p br {
    display: none;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-feature-title-wrap {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .tp-feature-title-wrap {
    margin-bottom: 30px;
  }
}
.tp-feature-item.style-3:hover .tp-feature-icon {
  animation: shrink-anim 0.6s;
}
.tp-feature-item.style-3 .tp-feature-icon {
  border-radius: 10px;
  border: 1.5px solid rgba(255, 255, 255, 0.3);
  background: linear-gradient(239deg, rgba(255, 255, 255, 0.16) 17.93%, rgba(255, 255, 255, 0.04) 81.51%);
  backdrop-filter: blur(20px);
}
.tp-feature-item.style-3 .tp-feature-content p {
  color: rgba(255, 255, 255, 0.7);
}
.tp-feature-item.style-3 .tp-section-title {
  color: var(--tp-common-white);
}

/*  project css start here
/*----------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-project-ptb {
    padding-bottom: 80px;
  }
}
.tp-project-bg {
  overflow: hidden;
  border-radius: 20px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-project-bg {
    padding-top: 80px;
    padding-bottom: 60px;
  }
}
.tp-project-item {
  padding: 40px;
  position: relative;
  min-height: 540px;
  border-radius: 20px;
  background-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), (max-width: 767px) {
  .tp-project-item {
    padding: 40px 25px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-project-item {
    min-height: 500px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-project-item {
    min-height: 450px;
  }
}
.tp-project-item-wrap {
  padding: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-project-item-wrap {
    padding: 0 30px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-project-item .tp-section-title.fs-24 {
    font-size: 20px;
  }
}
.tp-project-item:hover .tp-project-thumb-bg {
  opacity: 1;
  visibility: visible;
}
.tp-project-item:hover .tp-project-thumb-bg img {
  transform: scale(1.1) rotate(3deg);
}
.tp-project-item:hover .tp-project-category {
  color: var(--tp-common-white);
  border-color: var(--tp-common-white);
}
.tp-project-item:hover .tp-section-title a {
  color: var(--tp-common-white);
}
.tp-project-item:hover .tp-project-link {
  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) {
  .tp-project-title-wrap {
    padding-left: 30px;
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .tp-project-title-wrap {
    padding-left: 20px;
    padding-right: 10px;
    margin-bottom: 30px;
  }
}
.tp-project-link {
  font-size: 17px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.34px;
  color: var(--tp-common-black);
}
.tp-project-category {
  font-size: 17px;
  font-weight: 400;
  line-height: 1;
  transition: 0.3s;
  padding: 7px 18px;
  margin-bottom: 20px;
  border-radius: 30px;
  display: inline-block;
  letter-spacing: -0.34px;
  color: var(--tp-common-black);
  border: 1px solid rgba(13, 13, 13, 0.15);
}
.tp-project-icon {
  position: absolute;
  bottom: -20px;
  right: 70px;
  z-index: 1;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), (max-width: 767px) {
  .tp-project-icon {
    right: 55px;
  }
}
.tp-project-icon::before {
  content: "";
  position: absolute;
  background-color: transparent;
  top: -20px;
  left: 61px;
  height: 50px;
  width: 30px;
  border-bottom-left-radius: 20px;
  box-shadow: 0px 18px 0 0 #f2f2f2;
}
.tp-project-icon::after {
  content: "";
  position: absolute;
  background-color: transparent;
  top: -20px;
  left: -40px;
  height: 50px;
  width: 30px;
  border-bottom-right-radius: 20px;
  box-shadow: 0px 18px 0 0 #f2f2f2;
}
.tp-project-icon > span::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
  border-radius: 50%;
  transform: scale(1.5);
  background-color: #f2f2f2;
}
.tp-project-icon > span a {
  height: 50px;
  width: 50px;
  display: grid;
  border-radius: 50%;
  place-content: center;
  text-align: center;
  display: inline-block;
  color: var(--tp-common-white);
  background-color: var(--tp-common-black);
}
.tp-project-icon > span a:hover {
  color: var(--tp-common-white);
  background-color: var(--tp-theme-1);
}
.tp-project-thumb-bg {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  z-index: -1;
  overflow: hidden;
  visibility: hidden;
  border-radius: 20px;
  transition: 0.5s ease-in-out;
}
.tp-project-thumb-bg img {
  width: 100%;
  transition: 0.5s ease-in-out;
}
.tp-project-gradient-circle {
  position: absolute;
  top: -18%;
  left: 7%;
  z-index: -1;
  width: 512.878px;
  height: 607.504px;
  transform: rotate(-79.29deg);
  border-radius: 607.504px;
  filter: blur(130px);
  display: inline-block;
  background: linear-gradient(180deg, rgba(160, 32, 240, 0.3) 0%, rgba(0, 255, 209, 0.3) 100%);
}
@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-project-gradient-circle {
    top: 0;
  }
}

/*  step css start here
/*----------------------------------------*/
.tp-step-left-wrap {
  margin-left: -70px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-step-left-wrap {
    margin-left: -195px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-step-left-wrap {
    padding-top: 100px;
    margin-left: -160px;
    padding-bottom: 80px;
    padding-right: 105px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-step-left-wrap {
    margin-left: 30px;
    padding-top: 90px;
    padding-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .tp-step-left-wrap {
    padding-top: 80px;
    margin-left: 20px;
    padding-bottom: 60px;
  }
}
.tp-step-bg {
  padding: 20px;
  border-radius: 20px;
}
@media (max-width: 767px) {
  .tp-step-title-wrap {
    margin-bottom: 30px;
  }
}
.tp-step-content p {
  margin-bottom: 0;
  color: var(--tp-common-white);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-step-content p br {
    display: none;
  }
}
.tp-step-count {
  height: 50px;
  width: 50px;
  display: grid;
  margin-bottom: 40px;
  place-content: center;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  border-radius: 100px;
  backdrop-filter: blur(20px);
  color: var(--tp-common-paste);
  border: 1.5px solid rgba(255, 255, 255, 0.3);
  background: linear-gradient(239deg, rgba(255, 255, 255, 0.16) 17.93%, rgba(255, 255, 255, 0.04) 81.51%);
}
.tp-step-item {
  position: relative;
  z-index: 1;
}
.tp-step-item::after {
  position: absolute;
  content: "";
  top: 25px;
  right: 0;
  height: 1px;
  width: 100%;
  z-index: -1;
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.2);
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-step-item::after {
    content: none;
  }
}
.tp-step-item-wrap .row [class*=col-]:last-child .tp-step-item::after {
  display: none;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-step-item-wrap .gx-0 {
    --bs-gutter-x: 25px;
  }
}
.tp-step-thumb {
  margin-left: -58%;
  overflow: hidden;
  border-radius: 20px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-step-thumb {
    margin-left: -50%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-step-thumb {
    width: 100%;
    margin-left: 0px;
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .tp-step-thumb {
    margin-left: 0;
  }
}
.tp-step-thumb img {
  max-width: inherit;
  border-radius: 20px;
  transform-origin: right bottom;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-step-thumb img {
    width: 100%;
  }
}
.tp-step-thumb-shape {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  width: 320px;
  height: 220px;
  display: inline-block;
  border-top-right-radius: 50px;
  background-color: var(--tp-common-black);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-step-thumb-shape {
    width: 205px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-step-thumb-shape {
    display: none;
  }
}
.tp-step-thumb-shape::after {
  content: "";
  position: absolute;
  background-color: transparent;
  bottom: 0px;
  right: -30px;
  height: 50px;
  width: 30px;
  border-bottom-left-radius: 20px;
  box-shadow: 0px 18px 0 0 #0d0d0d;
}
.tp-step-thumb-shape::before {
  content: "";
  position: absolute;
  background-color: transparent;
  top: -50px;
  left: 0px;
  height: 50px;
  width: 30px;
  border-bottom-left-radius: 20px;
  box-shadow: 0px 18px 0 0 #0d0d0d;
}
.tp-step-thumb-text {
  position: absolute;
  top: 51px;
  right: -25px;
  font-size: 120px;
  font-weight: 600;
  line-height: 1;
  white-space: nowrap;
  letter-spacing: -3.6px;
  writing-mode: sideways-lr;
  color: var(--tp-common-white);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), (max-width: 767px) {
  .tp-step-thumb-text {
    font-size: 90px;
  }
}

/*----------------------------------------*/
/*  7.2 cta css
/*----------------------------------------*/
.tp-cta-inner .tp-cta-bg.am-cta-bdr {
  border-radius: 20px;
}

.tp-footer-inner .am-footer-bg {
  border-radius: 20px;
}

/*----------------------------------------*/
/*  7.5 Home 7.5
/*----------------------------------------*/
/*  hero css start here
/*----------------------------------------*/
.ing-hero-heading {
  padding-left: 290px;
}
@media only screen and (min-width: 1600px) and (max-width: 1700px) {
  .ing-hero-heading {
    padding-left: 180px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .ing-hero-heading {
    padding-left: 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) {
  .ing-hero-heading {
    padding-left: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .ing-hero-heading {
    margin-bottom: 50px;
  }
}
.ing-hero-heading p {
  margin-bottom: 50px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .ing-hero-heading p {
    margin-bottom: 30px;
  }
}
.ing-hero-subtitle {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 15px;
  display: inline-block;
  color: var(--tp-text-body);
}
.ing-hero-user {
  gap: 18px;
  display: flex;
}
.ing-hero-user-content p {
  margin: 0;
}
.ing-hero-user-content p span {
  color: var(--tp-common-black);
}
.ing-hero-bottom {
  gap: 80px;
}
@media (max-width: 767px) {
  .ing-hero-bottom {
    gap: 20px;
    flex-wrap: wrap;
  }
}
.ing-hero-bottom .ui-testimonial-rating-title {
  font-size: 15px;
  margin-bottom: 2px;
}
.ing-hero-thumb {
  border-radius: 20px;
  overflow: hidden;
}
@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) {
  .ing-hero-thumb-wrapper {
    margin-right: 0;
  }
}
.ing-hero-thumb img {
  border-radius: 20px;
}
.ing-hero-thumb .shape-radius-right {
  position: absolute;
  top: 51px;
  right: -135px;
  height: 50px;
  width: 160px;
  z-index: 2;
  display: inline-block;
  background-color: #F2F2F2;
  border-top-left-radius: 22px;
  border-top-right-radius: 22px;
  transform: translateX(-50%) rotate(-90deg);
}
.ing-hero-thumb .shape-radius-right::before {
  content: "";
  position: absolute;
  background-color: transparent;
  top: 25px;
  left: -16px;
  height: 25px;
  width: 20px;
  border-bottom-right-radius: 20px;
  box-shadow: 0px 18px 0 0 #F2F2F2;
}
.ing-hero-thumb .shape-radius-right::after {
  content: "";
  position: absolute;
  background-color: transparent;
  top: -40px;
  right: 1px;
  height: 40px;
  width: 20px;
  border-bottom-right-radius: 20px;
  box-shadow: 0px 18px 0 0 #F2F2F2;
}
.ing-hero-thumb-video {
  position: absolute;
  top: 58px;
  right: -40px;
  z-index: 2;
  transform: rotate(-90deg);
}
.ing-hero-thumb-video a {
  font-size: 17px;
  font-weight: 500;
  letter-spacing: -0.34px;
  color: var(--tp-common-black);
}
.ing-hero-thumb-video a span {
  width: 30px;
  height: 30px;
  display: inline-grid;
  text-align: center;
  border-radius: 30px;
  place-content: center;
  margin-right: 5px;
  background: rgba(13, 13, 13, 0.08);
}
.ing-hero-thumb-video a span svg {
  transform: translateY(2px);
}
.ing-hero-thumb-bottom {
  gap: 55px;
  display: flex;
}
@media only screen and (min-width: 1701px) and (max-width: 1800px), only screen and (min-width: 1600px) and (max-width: 1700px) {
  .ing-hero-thumb-bottom {
    gap: 40px;
  }
}
@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) {
  .ing-hero-thumb-bottom {
    gap: 25px;
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ing-hero-thumb-bottom {
    justify-content: space-between;
  }
}
.ing-hero-thumb-item-icon {
  margin-bottom: 10px;
}
.ing-hero-thumb-item-icon span {
  display: grid;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  place-content: center;
  display: inline-block;
  border: 1px solid rgba(13, 13, 13, 0.08);
}
.ing-hero-thumb-item-title {
  font-size: 14px;
  font-weight: 400;
  color: var(--tp-text-body);
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .ing-hero-btn-wrap {
    margin-bottom: 30px;
  }
}

/*  about css start here
/*----------------------------------------*/
.ing-about-ptb {
  padding-top: 440px;
  padding-bottom: 415px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ing-about-ptb {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .ing-about-ptb {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .ing-about-thumb-wrapper {
    display: none;
  }
}
.ing-about-thumb-wrapper img {
  border-radius: 20px;
}
.ing-about-thumb-wrapper .shape-1 {
  position: absolute;
  top: 150px;
  left: 15%;
  z-index: 1;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .ing-about-thumb-wrapper .shape-1 {
    left: 25%;
    top: 80px;
  }
}
.ing-about-thumb-wrapper .shape-2 {
  position: absolute;
  top: 22%;
  left: 60px;
}
.ing-about-thumb-wrapper .shape-3 {
  position: absolute;
  bottom: 202px;
  left: 18%;
}
.ing-about-thumb-wrapper .shape-4 {
  position: absolute;
  top: 150px;
  right: 60px;
}
.ing-about-thumb-wrapper .shape-5 {
  position: absolute;
  bottom: 150px;
  right: 15%;
}

/*  feature css start here
/*----------------------------------------*/
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .ing-feature-ptb {
    padding-top: 120px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .ing-feature-ptb {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.ing-feature-shape {
  position: absolute;
  bottom: -35%;
  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) {
  .ing-feature-shape {
    display: none;
  }
}
.ing-feature-item {
  padding: 50px;
  border-radius: 20px;
  background-color: #F2F2F2;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .ing-feature-item {
    padding: 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) {
  .ing-feature-item {
    padding: 25px;
  }
}
.ing-feature-item:hover .ing-feature-item-icon svg {
  animation: shrink-anim 0.6s;
}
.ing-feature-item.feature-style-1 {
  margin-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) {
  .ing-feature-item.feature-style-1 {
    margin-top: 0;
  }
}
.ing-feature-item.feature-style-2 {
  margin-top: -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) {
  .ing-feature-item.feature-style-2 {
    margin-top: 0;
  }
}
.ing-feature-item.feature-style-3 {
  margin-top: -160px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .ing-feature-item.feature-style-3 {
    margin-top: 0;
  }
}
.ing-feature-item .tp-project-icon {
  right: 0;
  bottom: 0;
}
.ing-feature-item .tp-project-icon::before {
  top: -59px;
  left: 24px;
  height: 47px;
  width: 26px;
  border-bottom-right-radius: 20px;
  box-shadow: 0px 20px 0 0 #fff;
  border-bottom-left-radius: 0;
  z-index: 0;
}
.ing-feature-item .tp-project-icon::after {
  bottom: 0px;
  top: auto;
  left: -41px;
  height: 40px;
  width: 30px;
  border-bottom-right-radius: 20px;
  box-shadow: 0px 20px 0 0 #fff;
}
.ing-feature-item .tp-project-icon > span::after {
  background-color: var(--tp-common-white);
}
.ing-feature-item .tp-project-icon > span::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: -12px;
  height: 16px;
  width: 16px;
  background-color: var(--tp-common-white);
}
.ing-feature-item .tp-project-icon > span a {
  position: relative;
  background-color: #F2F2F2;
  color: var(--tp-common-black);
}
.ing-feature-item .tp-project-icon > span a:hover {
  color: var(--tp-common-white);
  background-color: var(--tp-common-black);
}
.ing-feature-item-icon {
  margin-bottom: 40px;
}
.ing-feature-item-title {
  margin-bottom: 15px;
  letter-spacing: -0.36px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .ing-feature-item-title {
    font-size: 22px;
  }
}
.ing-feature-item-content {
  margin-bottom: 30px;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(13, 13, 13, 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) {
  .ing-feature-item-content p br {
    display: none;
  }
}
.ing-feature-item-list ul li {
  display: flex;
  font-size: 16px;
  list-style: none;
  margin-bottom: 5px;
  color: var(--tp-common-black);
}
.ing-feature-item-list ul li span {
  margin-right: 8px;
  display: inline-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) {
  .ing-feature-heading {
    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) {
  .ing-feature-heading .tp-section-title {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .ing-feature-heading .tp-section-title br {
    display: block;
  }
}
.ing-feature-list-box {
  border-radius: 20px;
  background: var(--tp-gray-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) {
  .ing-feature-list-box {
    padding-top: 100px;
  }
}
.ing-feature-list-box::after {
  top: 0;
  left: 0;
  width: 802px;
  height: 954px;
  content: "";
  position: absolute;
  filter: blur(100px);
  transform: rotate(45.484deg);
  background: linear-gradient(40deg, rgba(160, 32, 240, 0.6) 23.76%, rgba(0, 255, 209, 0.6) 70.73%);
}
.ing-feature-list-box::before {
  bottom: 0;
  right: 0;
  width: 802px;
  height: 954px;
  content: "";
  position: absolute;
  filter: blur(100px);
  transform: rotate(45.484deg);
  background: linear-gradient(40deg, rgba(160, 32, 240, 0.6) 23.76%, rgba(0, 255, 209, 0.6) 70.73%);
}
.ing-feature-list-bottom {
  padding: 32px 0;
  border-radius: 0 0 20px 20px;
  background: linear-gradient(90deg, #A020F0 0%, #00FFD1 100%);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .ing-feature-list-bottom {
    margin-top: 100px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .ing-feature-list-bottom {
    margin-top: 80px;
  }
}
.ing-feature-list-title {
  margin: 0;
  font-size: 30px;
  display: inline-block;
  letter-spacing: -0.45px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  color: rgba(255, 255, 255, 0.65);
}
@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) {
  .ing-feature-list-title {
    font-size: 26px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .ing-feature-list-title {
    font-size: 20px;
  }
}
.ing-feature-list-title:hover {
  color: var(--tp-common-white);
}

.ing-faq-shape {
  position: absolute;
  bottom: -40%;
  right: 0;
}
.ing-fact-wrapper-box {
  border-radius: 20px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .ing-fact-wrapper-box {
    padding-top: 100px;
    padding-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) {
  .ing-fact-wrapper-box {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .ing-fact-wrapper-top {
    padding-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .ing-fact-heading {
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .ing-fact-heading .tp-section-title br {
    display: block;
  }
}
.ing-fact-item {
  border-radius: 20px;
  padding: 40px 20px 35px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  border: 1px solid rgba(13, 13, 13, 0.15);
}
.ing-fact-item:hover {
  border-color: transparent;
  background: var(--tp-common-white);
  box-shadow: 0 15px 40px -10px rgba(40, 40, 40, 0.12);
}
.ing-fact-item:hover .ing-fact-item-icon {
  transform: scale(1.1);
}
.ing-fact-item:hover .ing-fact-item-icon span {
  color: var(--tp-common-white);
}
.ing-fact-item-icon {
  padding: 1px;
  border-radius: 50%;
  margin-bottom: 20px;
  display: inline-block;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  color: var(--tp-common-black);
  background: linear-gradient(90deg, #A020F0 0%, #00FFD1 100%);
}
.ing-fact-item-icon span {
  position: relative;
  width: 120px;
  height: 120px;
  z-index: 1;
  border-radius: 50%;
  display: inline-grid;
  place-content: center;
  background-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) {
  .ing-fact-item-icon span {
    height: 100px;
    width: 100px;
  }
}
.ing-fact-item-title {
  font-size: 30px;
  line-height: 1;
  margin-bottom: 2px;
  letter-spacing: -0.9px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), (max-width: 767px) {
  .ing-fact-item-title {
    font-size: 26px;
  }
}
.ing-fact-item-subtitle {
  font-size: 18px;
  margin-bottom: 18px;
  display: inline-block;
  letter-spacing: -0.18px;
  color: var(--tp-theme-1);
  font-family: var(--tp-ff-sora);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), (max-width: 767px) {
  .ing-fact-item-subtitle {
    font-size: 16px;
  }
}
.ing-fact-item-text p {
  margin: 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) {
  .ing-fact-item-text p br {
    display: none;
  }
}
.ing-fact-brand-title {
  display: flex;
  font-size: 26px;
  padding: 10px 0;
  align-items: center;
  letter-spacing: -0.52px;
  justify-content: center;
  background-color: #F2F2F2;
}
@media (max-width: 767px) {
  .ing-fact-brand-title {
    font-size: 20px;
  }
}
.ing-fact-brand-title::after, .ing-fact-brand-title::before {
  content: "";
  width: 164px;
  height: 1px;
  margin: 0 12px;
  display: block;
  background: linear-gradient(90deg, #F2F2F2 0%, #0D0D0D 100%);
}
.ing-fact-brand-title::after {
  background: linear-gradient(-90deg, #F2F2F2 0%, #0D0D0D 100%);
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .pr-feature-box {
    overflow-x: scroll;
  }
}
.pr-feature-main {
  z-index: 1;
  position: relative;
  border-radius: 20px;
  background: var(--tp-common-white);
  box-shadow: 0 14px 40px 0 rgba(26, 20, 29, 0.06);
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .pr-feature-main {
    width: 1000px;
  }
}
.pr-feature-wrapper {
  padding: 30px 40px;
  border-radius: 20px 20px 0px 0px;
  background-color: var(--tp-common-white);
  box-shadow: 0px 1px 1px rgba(13, 13, 13, 0.06);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .pr-feature-wrapper {
    padding: 30px 10px;
  }
}
.pr-feature-wrapper-2 .pr-feature-height:not(:last-of-type) {
  border-bottom: 1px solid rgba(13, 13, 13, 0.06);
}
.pr-feature-head ul {
  padding-left: 20px;
}
.pr-feature-head ul li {
  width: 16.33%;
  float: left;
  text-align: center;
  list-style-type: none;
}
.pr-feature-title {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.1;
  margin-bottom: 0;
  letter-spacing: -0.36px;
  color: var(--tp-common-black);
}
.pr-feature-title-sm {
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 5px;
  letter-spacing: -0.27px;
  color: var(--tp-common-black);
}
.pr-feature-title-icon span {
  width: 36px;
  height: 36px;
  text-align: center;
  place-content: center;
  display: inline-grid;
  border-radius: 10px;
  background: var(--tp-gray-1);
}
.pr-feature-title-box {
  gap: 20px;
  display: flex;
  align-items: center;
}
.pr-feature-title-content span {
  line-height: 1.2;
  display: inline-block;
}
.pr-feature-height {
  height: 100px;
  padding: 0px 40px;
  padding-right: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .pr-feature-height {
    padding-left: 10px;
  }
}
.pr-feature-item h5 {
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  padding: 8px 17px;
  border-radius: 40px;
  display: inline-block;
  background: var(--tp-gray-1);
  color: var(--tp-common-black);
  font-family: var(--tp-ff-body);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .pr-feature-item h5 {
    font-size: 14px;
    padding: 8px 10px;
  }
}
.pr-feature-item h5.active {
  color: var(--tp-common-white);
  background-color: var(--tp-theme-1);
}
.pr-feature-bottom ul {
  text-align: center;
  padding-left: 20px;
}
.pr-feature-bottom ul li {
  width: 16%;
  float: left;
  list-style-type: none;
}
.pr-feature-bottom ul li i {
  height: 26px;
  width: 26px;
  font-size: 12px;
  color: #008E34;
  line-height: 26px;
  border-radius: 50%;
  background: #DAFFE6;
}
.pr-feature-bottom ul li i.times {
  color: #FF1F1F;
  font-size: 14px;
  background-color: #FFF2F2;
}

/*  work css start here
/*----------------------------------------*/
.ing-work-wrapper {
  border-radius: 20px;
  background: var(--tp-common-black);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .ing-work-wrapper {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ing-work-wrapper {
    padding-top: 100px;
    padding-bottom: 80px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .ing-work-wrapper {
    padding-top: 80px;
    padding-bottom: 70px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .ing-work-heading {
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .ing-work-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) {
  .ing-work-btn {
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .ing-work-btn {
    margin-bottom: 30px;
  }
}
.ing-work-item {
  border-radius: 20px;
  padding: 45px 34px 40px;
  background-color: var(--tp-common-black);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .ing-work-item {
    padding: 45px 20px 40px;
  }
}
@media (max-width: 767px) {
  .ing-work-item {
    padding: 45px 30px 5px;
  }
}
.ing-work-item .tp-feature-content p {
  margin: 0;
}

/*----------------------------------------*/
/*  8.0 Home 8.0
/*----------------------------------------*/
/*  hero css start here
/*----------------------------------------*/
.int-hero-ptb {
  padding-top: 240px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .int-hero-ptb {
    padding-top: 200px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .int-hero-ptb {
    padding-top: 160px;
  }
}
.int-hero-thumb {
  top: 0;
  right: 0;
  position: absolute;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .int-hero-thumb {
    right: -2%;
    top: -20%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .int-hero-thumb {
    top: 36%;
  }
}
@media (max-width: 767px) {
  .int-hero-thumb {
    padding-top: 30px;
    position: static;
  }
}
.int-hero-thumb img {
  border-radius: 20px;
}
@media (max-width: 767px) {
  .int-hero-wrapper .tp-section-title {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .int-hero-wrapper .tp-section-title br {
    display: block;
  }
}
@media (max-width: 767px) {
  .int-hero-wrapper p {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .int-hero-wrapper p br {
    display: none;
  }
}
.int-hero-review {
  padding: 45px;
  text-align: center;
  border-radius: 30px;
  display: inline-block;
  background-color: var(--tp-common-white);
}
@media (max-width: 767px) {
  .int-hero-review {
    padding: 30px;
  }
}
.int-hero-review p {
  margin: 0;
  font-weight: 500;
  letter-spacing: -0.24px;
  color: var(--tp-common-black);
}
.int-hero-review-title {
  font-size: 60px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 15px;
  color: var(--tp-common-black);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .int-hero-review-title {
    font-size: 50px;
  }
}
@media (max-width: 767px) {
  .int-hero-review-title {
    font-size: 40px;
  }
}
.int-hero-review-pos {
  top: 27%;
  right: 5%;
  position: absolute;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .int-hero-review-pos {
    right: 0;
    top: 45%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .int-hero-review-pos {
    margin-top: 30px;
    position: static;
  }
}
.int-hero-btn-wrapper {
  gap: 20px;
  padding-bottom: 250px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .int-hero-btn-wrapper {
    padding-bottom: 150px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .int-hero-btn-wrapper {
    padding-bottom: 100px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .int-hero-btn-wrapper {
    padding-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .int-hero-btn-wrapper {
    flex-wrap: wrap;
  }
}
.int-hero-btn.trasparent-btn .tp-btn-purple {
  background-color: transparent;
  border: 1px solid var(--tp-common-white);
}
.int-hero-social .nn-hero-social a {
  margin: 0;
  margin-right: 8px;
  display: inline-block;
}
.int-hero-social .nn-hero-social a span {
  color: var(--tp-common-white);
}
.int-hero-social .nn-hero-social a:hover span {
  color: var(--tp-common-paste);
}
.int-hero-social .nn-hero-social-box {
  display: flex;
  position: initial;
  transform: translate(0);
}
.int-hero-social .nn-hero-social-text {
  margin-bottom: 0;
  writing-mode: initial;
}
.int-hero-social .nn-hero-social-text span {
  color: var(--tp-common-white);
}
.int-hero-social .nn-hero-social-text span::after {
  height: 1px;
  width: 60px;
  margin: 0 15px;
  transform: translateY(-4px);
  background-color: rgba(255, 255, 255, 0.25);
}

.tp-image-distortion {
  overflow: hidden;
  height: 100%;
  position: relative;
}
.tp-image-distortion canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

/*  feature css start here
/*----------------------------------------*/
@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) {
  .int-service-ptb {
    padding-bottom: 0;
  }
}
.int-service-item {
  padding: 80px;
  overflow: hidden;
  border-radius: 20px;
  background-size: cover;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .int-service-item {
    padding: 55px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .int-service-item {
    padding: 50px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .int-service-item {
    padding: 40px;
  }
}
@media (max-width: 767px) {
  .int-service-item {
    padding: 30px;
  }
}
.int-service-item::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}
.int-service-item-list ul li {
  font-size: 16px;
  display: flex;
  list-style: none;
  color: var(--tp-common-white);
}
.int-service-item-list ul li span {
  display: inline-block;
  margin-right: 8px;
}
.int-service-item-num {
  top: -45px;
  left: -40px;
  font-size: 240px;
  font-weight: 500;
  line-height: 1;
  position: absolute;
  letter-spacing: -3.6px;
  font-family: var(--tp-ff-sora);
  color: var(--tp-common-white);
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .int-service-item-num {
    font-size: 185px;
  }
}
@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) {
  .int-service-item-num {
    top: -25px;
    left: -30px;
    font-size: 150px;
  }
}
@media (max-width: 767px) {
  .int-service-item-num {
    top: -20px;
    left: -20px;
    font-size: 120px;
  }
}
.int-service-item-content {
  position: relative;
}
@media (max-width: 767px) {
  .int-service-item-content {
    padding-top: 100px;
  }
}
@media (max-width: 767px) {
  .int-service-item-content .tp-section-title.fs-36 {
    font-size: 26px;
    margin-bottom: 20px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .int-feature-ptb {
    padding-bottom: 0;
  }
}
.int-feature-bg {
  border-radius: 40px;
  margin: 0 60px;
}
.int-feature-bg .ing-feature-item {
  background-color: var(--tp-common-white);
}
.int-feature-bg .ing-feature-item .tp-project-icon > span a {
  background-color: var(--tp-common-white);
}
.int-feature-bg .ing-feature-item .tp-project-icon > span a:hover {
  background-color: var(--tp-common-black);
}
.int-feature-bg .ing-feature-item .tp-project-icon > span::after, .int-feature-bg .ing-feature-item .tp-project-icon > span::before {
  background-color: #f2f2f2;
}
.int-feature-bg .ing-feature-item .tp-project-icon::before, .int-feature-bg .ing-feature-item .tp-project-icon::after {
  box-shadow: 0px 20px 0 0 #f2f2f2;
}

@media (max-width: 767px) {
  .int-feature-bg {
    margin: 0 16px;
    border-radius: 20px;
  }
}

/*  text css start here
/*----------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .int-text-ptb {
    padding-bottom: 80px;
  }
}
.int-text-slider-wrapper {
  padding: 32px 0;
  transform: rotate(-3deg);
  background: linear-gradient(90deg, #00FFD1 0%, #A020F0 100%);
}
.int-text-slider-title {
  font-size: 30px;
  font-weight: 500;
  margin: 0;
  letter-spacing: -0.45px;
  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) {
  .int-faq-ptb {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .int-faq-ptb {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

/*----------------------------------------*/
/*  8.4 Error css
/*----------------------------------------*/
.tp-error-text {
  font-weight: 700;
  font-size: 520px;
  letter-spacing: -0.02em;
  color: var(--tp-common-white);
  line-height: 1;
  filter: blur(8px);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-error-text {
    font-size: 320px;
  }
}
@media (max-width: 767px) {
  .tp-error-text {
    font-size: 150px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-error-text {
    font-size: 220px;
  }
}
.tp-error-title {
  font-weight: 600;
  font-size: 80px;
  line-height: 1;
  letter-spacing: -0.02em;
  color: var(--tp-common-white);
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-error-title {
    font-size: 80px;
  }
}
@media (max-width: 767px) {
  .tp-error-title {
    font-size: 60px;
  }
}
.tp-error-main {
  margin-top: -120px;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-error-main {
    margin-top: 0;
  }
}
.tp-error-bg-wrap {
  height: 100vh;
}
.tp-error-bg-wrap::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40%;
  z-index: 0;
  background: linear-gradient(359deg, rgba(0, 0, 0, 0.6) 0%, rgba(255, 255, 255, 0) 100%);
}
.tp-error-content {
  padding-top: 70px;
  padding-bottom: 70px;
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.tp-error-earth {
  position: absolute;
  bottom: -1000px;
  left: 0;
  animation: rotate_anim 40s linear infinite;
  right: 0;
  margin: 0 auto;
  text-align: center;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-error-earth {
    bottom: -700px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-error-earth {
    bottom: -500px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-error-earth {
    bottom: -450px;
  }
}
@media (max-width: 767px) {
  .tp-error-earth {
    bottom: -250px;
  }
}
.tp-error-shape {
  position: absolute;
  left: -73px;
  bottom: 210px;
  animation: rotate_anim 20s linear infinite;
}
.tp-error-shape-2 {
  position: absolute;
  top: 220px;
  left: 300px;
}
@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-error-shape-2 {
    left: 100px;
  }
  .tp-error-shape-2 img {
    width: 300px;
  }
}

/*----------------------------------------*/
/*  8.5 Extra
/*----------------------------------------*/


/* About background com efeito de distorção */

#home {
  position: relative;
  overflow: hidden;
}

#home .hero-media {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}

#home .wrap-distort-canvas {
  position: absolute;
  inset: 0;
  z-index: 1;
}

#home .hero-media img {
  position: relative;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#home .hero-media canvas {
  width: 100%;
  height: 100%;
}

#home .container {
  position: relative;
  z-index: 1;
}


/* CTA background com efeito de distorção */

.tp-cta-bg {
  position: relative;
  overflow: hidden;
}

.tp-cta-bg .cta-media {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}

.tp-cta-bg .cta-media img,
.tp-cta-bg .cta-media canvas {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Para todos os logos vector */
.logo-inline svg {
    width: 120px;
    height: auto;
    display: block;
    shape-rendering: geometricPrecision;
}

body.no-scroll {
  overflow: hidden;
}

/*  portfolio css start here
/*----------------------------------------*/
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .rb-portfolio-ptb {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .rb-portfolio-ptb {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .rb-portfolio-ptb {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.rb-portfolio-bg {
  position: relative;
}
.rb-portfolio-bg .bg-shape {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 982px;
  height: 165px;
  background-color: var(--tp-common-white);
  clip-path: polygon(11.3% 0px, 100% 0%, 100% 100%, 0% 100%);
}
@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) {
  .rb-portfolio-bg .bg-shape {
    width: 600px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .rb-portfolio-bg .bg-shape {
    display: none;
  }
}
.rb-portfolio-bg .bg-shape::after {
  position: absolute;
  content: "";
  top: -7px;
  left: 115px;
  height: 47px;
  width: 26px;
  border-bottom-left-radius: 20px;
  box-shadow: 0px 20px 0 0 #f2f2f2;
  border-bottom-right-radius: 0;
  transform: rotate(118deg);
}
@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) {
  .rb-portfolio-bg .bg-shape::after {
    left: 74px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .rb-portfolio-heading {
    margin-bottom: 35px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .rb-portfolio-heading .tp-section-title br {
    display: block;
  }
}
.rb-portfolio-item {
  width: 100%;
  overflow: hidden;
  border-radius: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .rb-portfolio-item {
    padding: 80px 0;
  }
}
.rb-portfolio-item-box {
  padding: 50px;
  position: relative;
  border-radius: 20px;
  background-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) {
  .rb-portfolio-item-box {
    padding: 40px;
  }
}
@media (max-width: 767px) {
  .rb-portfolio-item-box {
    padding: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .rb-portfolio-item-box {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.rb-portfolio-item-box p {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .rb-portfolio-item-box p {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .rb-portfolio-item-box p br {
    display: none;
  }
}
.rb-portfolio-item-subtitle {
  font-size: 14px;
  font-weight: 500;
  padding: 1px 14px;
  border-radius: 30px;
  margin-bottom: 20px;
  display: inline-block;
  border: 1px solid #A020F0;
  color: var(--tp-common-black);
}
.rb-portfolio-item-thumb {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px;
}
.rb-portfolio-item-location {
  font-size: 16px;
}
.rb-portfolio-item-location span {
  margin-right: 10px;
  display: inline-block;
}
.rb-portfolio-item-location:hover {
  color: var(--tp-theme-1);
}
.rb-portfolio-item-bottom {
  padding-top: 25px;
  border-top: 1px solid rgba(13, 13, 13, 0.1);
}
.rb-portfolio-counter {
  display: inline-block;
}
.rb-portfolio-counter-title {
  margin: 0;
  font-size: 160px;
  font-weight: 600;
  line-height: 1;
  color: transparent;
  padding-bottom: 20px;
  letter-spacing: -6.4px;
  font-family: var(--tp-ff-p);
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: rgb(160, 32, 240);
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .rb-portfolio-counter-title {
    font-size: 135px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .rb-portfolio-counter-title {
    font-size: 120px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .rb-portfolio-counter-title {
    font-size: 100px;
    letter-spacing: -1.4px;
  }
}
.rb-portfolio-counter-title span {
  margin-left: -25px;
  display: inline-block;
}
.rb-portfolio-counter-subtitle {
  position: absolute;
  top: 60px;
  right: -75px;
  font-size: 16px;
  font-weight: 500;
  display: inline-block;
  letter-spacing: -0.32px;
  transform: rotate(-90deg);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .rb-portfolio-counter-subtitle {
    top: 30px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .rb-portfolio-bottom {
    padding-top: 50px;
  }
}

.cb-portfolio-bg {
  position: relative;
  overflow: hidden;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .cb-portfolio-bg {
    padding-top: 120px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .cb-portfolio-bg {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .cb-portfolio-bg {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.cb-portfolio-bg::after {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  content: "";
  z-index: -1;
  border-radius: 40px;
  background-color: #0D0D0D;
}
