/*-----------------------------------------------------------------------------------

    Template Name: Aimaker - Ai Agency Technology HTML Template
    Author: ThemePure
    Support: https://themepure.net/support/
    Description: Aimaker - Ai Agency Technology HTML Template
    Version: 1.0

-----------------------------------------------------------------------------------

/************ TABLE OF CONTENTS ***************

	-----------------
    01. THEME CSS
	-----------------
		1.1 Theme Default
		1.2 Common Classes

	-----------------
    02. COMPONENTS css
	-----------------
		2.1 Back to top
		2.2 Buttons
		2.3 Animations
		2.4 Preloader
		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

	---------------------------------
	05. BLOG CSS
	---------------------------------
		5.1 Postbox css
		5.2 Recent Post css
		5.3 Sidebar css
		5.4 Blog css

	---------------------------------
	06. FOOTER CSS
	---------------------------------
		6.1 Footer Style 1
		6.2 Footer Style 2

	---------------------------------
	07. PAGES CSS
	---------------------------------
		7.1 Health home all Css here
		7.2 Music home all Css here
		7.3 Image home all Css here
		7.4 Ui home all Css here
		7.5 Intelligence home all Css here
		7.6 Sass home all Css here
		7.7 Resume home all Css here
		7.8 Advertising home all Css here
		7.9 Network home all Css here
		8.0 Interiror home all Css here
		8.1 Science home all Css here
		8.2 Shop Css here
		8.3 Contact css
		8.4 Error css
		8.5 Team css
		8.6 Cart css
		8.7 Checkout css
		8.8 Login Css


**********************************************/
/*----------------------------------------*/
/*  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");
.back-to-top-wrapper, 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.1 Back to top
/*----------------------------------------*/
.back-to-top-wrapper {
  position: fixed;
  right: 50px;
  bottom: 0;
  height: 44px;
  width: 44px;
  cursor: pointer;
  display: block;
  border-radius: 50%;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
}
@media (max-width: 767px) {
  .back-to-top-wrapper {
    right: 20px;
    bottom: 20px;
  }
}
.back-to-top-wrapper.back-to-top-btn-show {
  visibility: visible;
  opacity: 1;
  bottom: 50px;
}

.back-to-top-btn {
  display: inline-block;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  background: var(--tp-common-white);
  box-shadow: 0px 8px 16px rgba(3, 4, 28, 0.3);
  color: var(--tp-common-black);
  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;
}
.back-to-top-btn svg {
  -webkit-transform: translateY(-2px);
  -moz-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  -o-transform: translateY(-2px);
  transform: translateY(-2px);
}
.back-to-top-btn:hover {
  -webkit-transform: translateY(-4px);
  -moz-transform: translateY(-4px);
  -ms-transform: translateY(-4px);
  -o-transform: translateY(-4px);
  transform: translateY(-4px);
}

/*----------------------------------------*/
/*  2.2 Buttons
/*----------------------------------------*/
.tp-btn-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.4 Preloader
/*----------------------------------------*/
.preloader {
  position: fixed;
  top: 0;
  inset-inline-start: 0;
  width: 100%;
  height: 100%;
  z-index: 100000000;
  color: #fff;
  user-select: none;
  background-color: var(--tp-common-black);
}

.preloader.is-loading .preloader-circle-inner,
.preloader.is-loading .preloader-circle-shadow {
  animation-play-state: running;
}

.preloader.is-loaded {
  pointer-events: none;
}

.preloader .preloader-overlay {
  position: fixed;
  top: 0;
  inset-inline-start: 0;
  width: 100%;
  height: 100%;
  background-color: var(--tp-common-black);
  z-index: 99999999;
  opacity: 1;
  animation: tp-fade-out 2s forwards;
}

@keyframes tp-fade-out {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.preloader .preloader-inner {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.preloader .preloader-circle-wrap {
  gap: 10px;
  position: relative;
  display: flex;
  inset-inline-start: 0;
  align-items: center;
  justify-content: center;
  transform: translateX(16px);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .preloader .preloader-circle-wrap {
    transform: translateX(-5px);
  }
}

@media only screen and (min-width: 1025px) {
  .preloader .preloader-circle-wrap {
    transform: none;
  }
}
.preloader .preloader-circle-inner-wrap {
  position: absolute;
  width: 10px;
  height: 100%;
  top: 50%;
  inset-inline-start: -16px;
  transform: translate(-100%, -50%);
  z-index: 10000;
}
@media only screen and (min-width: 1025px) {
  .preloader .preloader-circle-inner-wrap {
    inset-inline-start: -30px;
  }
}

.preloader .preloader-circle-shadow {
  position: absolute;
  width: 16px;
  height: 4px;
  inset-inline-start: 50%;
  transform: translateX(-50%);
  background-color: #FFF;
  bottom: 0;
  border-radius: 50%;
  filter: blur(12px);
  box-shadow: 0 4px 20px 0 #fff;
  transition: 0.7s cubic-bezier(0.77, 0, 0.175, 1);
  animation-play-state: paused;
  animation: tp-shadow-blur 1s linear infinite;
}

.preloader .preloader-circle-inner {
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #FFF;
  animation: tp-bounce-anim 1s linear infinite;
  box-shadow: 0 0 12px 0 #fdfdf9;
  transition: 0.7s cubic-bezier(0.77, 0, 0.175, 1);
  animation-play-state: paused;
}

.preloader.is-loaded .preloader-circle-shadow {
  display: none;
}

.preloader.is-loaded .preloader-circle-inner {
  animation: fadeLeftToRight 0.7s linear;
}

.preloader .preloader-circle {
  position: absolute;
  width: 14px;
  height: 14px;
  bottom: 50%;
  inset-inline-start: 50%;
  transform: translate(-50%, 50%);
  border-radius: 50%;
  background-color: rgba(0, 255, 194, 0.1);
  box-shadow: 0 0 20px 0 #FFF;
  filter: blur(10px);
}

@keyframes tp-shadow-blur {
  0%, 100% {
    filter: blur(12px);
    transform: translate(-50%) scale(0.6);
    opacity: 0.4;
  }
  30% {
    filter: blur(2px);
    transform: translate(-50%, -0.5rem) scale(1);
    opacity: 1;
  }
}
@keyframes fadeLeftToRight {
  0% {
    filter: blur(0);
    transform: translate(0) scale(1);
    opacity: 1;
  }
  30% {
    transform: translate(-3000%, 0);
  }
  40% {
    transform: translate(-2000%, 0);
  }
  60% {
    transform: translate(0, 0);
  }
  100% {
    filter: blur(12px);
    transform: translate(1000%, 0) scale(7);
    opacity: 0.4;
  }
}
@keyframes tp-bounce-anim {
  0%, 100% {
    transform: translateY(calc(-50% - 1rem)) scaleX(1.4);
  }
  25% {
    transform: translateY(calc(-50% + 0.4rem)) scale(0.9, 1.7);
  }
  50% {
    transform: translateY(calc(-50% - 0.5rem)) scale(0.95, 1.2);
  }
  75% {
    transform: translateY(calc(-50% - 0.8rem)) scale(0.99, 1.08);
  }
}
/*----------------------------------------*/
/*  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.Aimaker-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.Aimaker-select span.current {
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.17px;
  color: var(--tp-common-black);
  text-transform: math-auto;
}
.nice-select.Aimaker-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.Aimaker-select.open {
  border-color: var(--tp-common-black);
}
.nice-select.Aimaker-select.open::after {
  transform: translateY(-50%) rotate(-180deg);
}
.nice-select.Aimaker-select .list {
  width: 100%;
  background: #f2f2f2;
  border: none;
  box-shadow: none;
}
.nice-select.Aimaker-select .list li {
  font-size: 14px;
  font-weight: 500;
  color: var(--tp-common-black);
  text-transform: math-auto;
}
.nice-select.Aimaker-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-theme-1);
}
.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-theme-1);
}
.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-white);
  background-color: var(--tp-common-black);
}
.tp-footer-widget-social a:hover {
  background-color: var(--tp-theme-1);
}
.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;
  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 Health home all Css here
/*----------------------------------------*/
/*  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;
  border-top-left-radius: 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-about-thumb {
    margin-bottom: 40px;
  }
}
.tp-about-thumb-shape {
  position: absolute;
  top: 0;
  left: 0;
  height: 53px;
  width: 80px;
  z-index: 1;
  display: inline-block;
  background-color: white;
  border-bottom-right-radius: 30px;
}
.tp-about-thumb-shape::after {
  content: "";
  position: absolute;
  background-color: transparent;
  bottom: 13px;
  right: -20px;
  height: 40px;
  width: 20px;
  border-top-left-radius: 20px;
  box-shadow: 0px -18px 0 0 white;
}
.tp-about-thumb-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 white;
}
.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;
}

/*  blog css start here
/*----------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-blog-ptb {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.tp-blog-item {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  border: 1px solid rgba(13, 13, 13, 0.08);
}
.tp-blog-item:hover .tp-blog-thumb img {
  transform: scale(1.1);
}
.tp-blog-thumb {
  overflow: hidden;
}
.tp-blog-thumb img {
  width: 100%;
  transition: all 0.5s ease-in-out;
}
.tp-blog-palybtn {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 70px;
  width: 70px;
  display: grid;
  place-content: center;
  text-align: center;
  border-radius: 50%;
  color: var(--tp-common-black);
  transform: translate(-50%, -50%);
  background-color: var(--tp-common-white);
}
.tp-blog-palybtn::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  display: inline-block;
  border-radius: 100px;
  transform: scale(1.4);
  backdrop-filter: blur(3px);
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.tp-blog-meta {
  position: absolute;
  bottom: 30px;
  left: 30px;
  line-height: 1;
  padding: 13px 18px;
  border-radius: 4px;
  backdrop-filter: blur(20px);
  background: linear-gradient(239deg, rgba(255, 255, 255, 0.16) 17.93%, rgba(255, 255, 255, 0.04) 81.51%);
}
.tp-blog-meta span {
  font-size: 24px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 3px;
  display: inline-block;
  letter-spacing: -0.48px;
  color: var(--tp-common-white);
}
.tp-blog-meta i {
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  color: var(--tp-common-white);
}
.tp-blog-meta-author {
  padding: 12px 30px;
  background-color: var(--tp-common-black);
}
.tp-blog-meta-author span {
  color: var(--tp-common-white);
}
.tp-blog-content {
  padding: 30px 30px;
}
.tp-blog-content p {
  margin-bottom: 30px;
}
.tp-blog-title {
  margin-bottom: 25px;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(13, 13, 13, 0.08);
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-blog-title.tp-section-title.fs-24 {
    font-size: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-blog-title-wrap {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-blog-title-box {
    margin-bottom: 30px;
  }
}
.tp-blog-link-btn {
  font-size: 17px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.34px;
  color: var(--tp-common-black);
}
.tp-blog-link-btn:hover {
  color: var(--tp-theme-1);
}
.tp-blog-link-btn span {
  margin-left: 10px;
  display: inline-block;
}
.tp-blog-link-btn span svg {
  transform: translateY(-1px);
}

/*  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-border-shape {
  position: absolute;
  top: 0;
  right: 0;
  height: 53px;
  width: 80px;
  z-index: 1;
  display: inline-block;
  background-color: white;
  border-bottom-left-radius: 30px;
}
.tp-cta-bg .cta-border-shape::before {
  content: "";
  position: absolute;
  background-color: transparent;
  bottom: -40px;
  right: 0;
  height: 40px;
  width: 20px;
  border-top-right-radius: 20px;
  box-shadow: 0px -18px 0 0 white;
}
.tp-cta-bg .cta-border-shape::after {
  content: "";
  position: absolute;
  background-color: transparent;
  bottom: 13px;
  left: -20px;
  height: 40px;
  width: 20px;
  border-top-right-radius: 20px;
  box-shadow: 0px -18px 0 0 white;
}
.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;
  }
}

/*  testimonial css start here
/*----------------------------------------*/
.tp-testi-bg {
  padding: 20px;
  overflow: hidden;
  border-radius: 20px;
}
.tp-testi-thumb {
  border-radius: 15px;
  margin-right: 115px;
}
@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-testi-thumb {
    margin-bottom: 50px;
  }
}
.tp-testi-thumb img {
  width: 100%;
  border-radius: 15px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-testi-title-wrap {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-testi-title-wrap .tp-section-title {
    margin-bottom: 15px;
  }
}
.tp-testi-title-wrap p {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: -0.27px;
  color: var(--tp-common-white);
  font-family: var(--tp-ff-sora);
}
.tp-testi-slide-item p {
  margin-bottom: 50px;
  padding-right: 80px;
  color: var(--tp-common-white);
}
.tp-testi-slide-arrow {
  position: absolute;
  bottom: 12%;
  right: 13%;
  z-index: 2;
  display: flex;
  gap: 54px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-testi-slide-arrow {
    right: -12%;
  }
}
@media (max-width: 767px) {
  .tp-testi-slide-arrow {
    bottom: 30%;
    right: 0%;
    gap: 20px;
  }
}
.tp-testi-slide-arrow button {
  color: var(--tp-common-white);
}
.tp-testi-slide-arrow button:hover {
  color: var(--tp-common-paste);
}
.tp-testi-author-info span {
  color: var(--tp-common-white);
}
.tp-testi-author-name {
  font-size: 26px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 3px;
  letter-spacing: -0.39px;
  color: var(--tp-common-white);
}
.tp-testi-author-img {
  flex: 0 0 auto;
  margin-right: 25px;
}
.tp-testi-author-img img {
  border-radius: 50%;
}
.tp-testi-gradient-overly {
  position: absolute;
  top: -20%;
  right: -1%;
  width: 512.878px;
  height: 607.504px;
  flex-shrink: 0;
  display: inline-block;
  border-radius: 607.504px;
  background: linear-gradient(180deg, rgba(160, 32, 240, 0.4) 0%, rgba(0, 255, 209, 0.4) 100%);
  filter: blur(130px);
  z-index: -1;
}

/*----------------------------------------*/
/*  7.2 Music home all Css here
/*----------------------------------------*/
/*  hero css start here
/*----------------------------------------*/
@media (max-width: 767px) {
  .am-hero-ptb {
    padding-top: 150px;
  }
}
.am-hero-hight {
  height: 1150px;
  background-size: cover;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .am-hero-hight {
    height: 100%;
  }
}
.am-hero-top-shape {
  position: absolute;
  bottom: 30%;
  left: 0px;
  z-index: 0;
}
.am-hero-top-shape img {
  max-width: inherit;
}
.am-hero-top-shape .wave-wrapper {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.am-hero-top-shape .wave-track {
  display: flex;
  width: max-content;
  animation: waveRun 35s linear infinite;
}
.am-hero-top-shape .wave-track img {
  width: auto;
  height: auto;
  flex-shrink: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .am-hero-wrap {
    padding-top: 20px;
    padding-bottom: 30px;
  }
}
.am-hero-main-thumb {
  transform: translate(-55px, -80px);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .am-hero-main-thumb {
    transform: translate(-95px, -55px);
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .am-hero-main-thumb {
    transform: translate(-120px, -80px);
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .am-hero-main-thumb {
    transform: none;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .am-hero-main-thumb {
    margin-bottom: 80px;
  }
}
.am-hero-main-thumb img {
  max-width: inherit;
}
@media (max-width: 767px) {
  .am-hero-main-thumb img {
    max-width: 100%;
  }
}
.am-hero-heading {
  margin-right: -25px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .am-hero-heading {
    padding-top: 0;
    margin-right: 0;
  }
}
.am-hero-heading .tp-section-subtitle {
  margin-bottom: 16px;
}
.am-hero-users-thumb {
  margin-bottom: 10px;
}
.am-hero-cetagorie {
  font-size: 14px;
  font-weight: 400;
  padding: 5px 12px;
  border-radius: 30px;
  margin-bottom: 10px;
  margin-right: 8px;
  line-height: 1;
  display: inline-block;
  letter-spacing: -0.28px;
  font-family: var(--tp-ff-body);
  color: var(--tp-common-black);
  border: 1px solid rgba(13, 13, 13, 0.15);
  -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;
}
.am-hero-cetagorie:hover {
  color: var(--tp-common-white);
  background-color: var(--tp-theme-1);
}
.am-hero-bottom-wrapper {
  margin-top: -160px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .am-hero-bottom-wrapper {
    margin-top: -185px;
    padding-bottom: 60px;
  }
}
.am-hero-card {
  padding: 50px 60px;
  border-radius: 20px;
  background-color: var(--tp-common-white);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .am-hero-card {
    padding: 50px 25px;
  }
}
@media (max-width: 767px) {
  .am-hero-card {
    padding: 40px 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .am-hero-card-wrap {
    margin-bottom: 30px;
  }
}
.am-hero-card.card-style-2 {
  position: relative;
  height: 100%;
  overflow: hidden;
}
.am-hero-card.card-style-2 .am-hero-card-shape .shape-1 {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .am-hero-card.card-style-2 .am-hero-card-shape .shape-1 {
    bottom: -30px;
  }
}
.am-hero-card.card-style-2 .am-hero-card-shape .shape-2 {
  position: absolute;
  left: 80px;
  bottom: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .am-hero-card.card-style-2 .am-hero-card-shape .shape-2 {
    left: 54%;
  }
}
.am-hero-card-icon span {
  display: inline-grid;
  width: 40px;
  height: 40px;
  text-align: center;
  place-content: center;
  border-radius: 50%;
  margin-bottom: 20px;
  background-color: var(--tp-gray-1);
}
.am-hero-card-title {
  margin-bottom: 6px;
  letter-spacing: -0.36px;
}
.am-hero-card-content p {
  color: rgba(51, 51, 51, 0.7);
}
@media (max-width: 767px) {
  .am-hero-card-content p br {
    display: none;
  }
}
.am-hero-card-from-box {
  gap: 16px;
  flex-wrap: wrap;
}
.am-hero-card-from-input {
  width: 584px;
  flex: 0 0 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) {
  .am-hero-card-from-input {
    width: 100%;
  }
}
.am-hero-card-from-input input {
  font-size: 16px;
  border-radius: 60px;
  border-color: rgba(13, 13, 13, 0.15);
}
.am-hero-card-from-input input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: rgba(51, 51, 51, 0.6);
}
.am-hero-card-from-input input::-moz-placeholder { /* Firefox 19+ */
  color: rgba(51, 51, 51, 0.6);
}
.am-hero-card-from-input input:-moz-placeholder { /* Firefox 4-18 */
  color: rgba(51, 51, 51, 0.6);
}
.am-hero-card-from-input input:-ms-input-placeholder { /* IE 10+  Edge*/
  color: rgba(51, 51, 51, 0.6);
}
.am-hero-card-from-input input::placeholder { /* MODERN BROWSER */
  color: rgba(51, 51, 51, 0.6);
}
.am-hero-card-from-input input:focus {
  border-color: var(--tp-theme-1);
}
.am-hero-card-subtitle {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.3;
  margin-bottom: 25px;
  letter-spacing: -0.36px;
  color: var(--tp-common-white);
  font-family: var(--tp-ff-sora);
}
.am-hero-card-btn {
  display: flex;
  gap: 10px;
  padding: 8px 21px;
  align-items: center;
  border-radius: 10px;
  border: 2px solid rgba(255, 255, 255, 0.3);
}
.am-hero-card-btn-box {
  display: inline-block;
  position: relative;
  z-index: 2;
}
.am-hero-card-btn-content p {
  font-size: 12px;
  font-weight: 500;
  margin: 0;
  line-height: 1;
  color: rgba(255, 255, 255, 0.7);
}
.am-hero-card-btn-content span {
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.27px;
  color: var(--tp-common-white);
}

/*  about css start here
/*----------------------------------------*/
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .am-about-ptb {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .am-about-ptb {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .am-about-heading .tp-section-title {
    font-size: 45px;
  }
}
.am-about-review {
  gap: 20px;
  padding: 18px 33px;
  border-radius: 80px;
  display: inline-flex;
  background: var(--tp-gray-1);
}
@media (max-width: 767px) {
  .am-about-review {
    padding: 18px;
  }
}
.am-about-review-content span {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: -0.27px;
  color: var(--tp-common-black);
  font-family: var(--tp-ff-sora);
}
.am-about-review-content span svg {
  margin-right: 1px;
}
.am-about-review-content p {
  margin: 0;
  color: rgba(51, 51, 51, 0.7);
}

/*  benefits css start here
/*----------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .am-benefits-ptb {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media (max-width: 767px) {
  .am-benefits-ptb {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.am-benefits-card {
  padding: 50px;
  overflow: hidden;
  min-height: 330px;
  position: relative;
  border-radius: 15px;
  background-color: 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) {
  .am-benefits-card {
    padding: 50px 25px;
  }
}
@media (max-width: 767px) {
  .am-benefits-card {
    padding: 25px;
    min-height: 160px;
  }
}
.am-benefits-card.card-style-2 {
  background-size: cover;
  background-repeat: no-repeat;
}
.am-benefits-card.card-style-3 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.am-benefits-card.card-style-4 {
  display: flex;
  align-items: center;
}
.am-benefits-card-wrap {
  gap: 20px;
  display: flex;
}
.am-benefits-card-title {
  font-size: 24px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.36px;
}
.am-benefits-card-title.fs-36 {
  font-size: 36px;
  letter-spacing: -1.08px;
}
@media (max-width: 767px) {
  .am-benefits-card-title.fs-36 {
    font-size: 30px;
  }
}
.am-benefits-card-content p {
  margin: 0;
}
@media (max-width: 767px) {
  .am-benefits-card-content p br {
    display: none;
  }
}
.am-benefits-card-thumb-2 {
  position: absolute;
  bottom: 0;
  right: 0;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .am-benefits-card-thumb-2 {
    right: -30px;
    bottom: -37px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .am-benefits-card-thumb-2 {
    right: -58px;
    bottom: -70px;
  }
}
@media (max-width: 767px) {
  .am-benefits-card-thumb-2 {
    display: none;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .am-benefits-card-thumb-2 img {
    transform: scale(0.8);
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .am-benefits-card-thumb-2 img {
    transform: scale(0.6);
  }
}
.am-benefits-card-thumb-3 {
  position: absolute;
  bottom: 30px;
  right: 40px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .am-benefits-card-thumb-3 {
    right: 20px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .am-benefits-card-thumb-3 {
    right: -30px;
  }
}
@media (max-width: 767px) {
  .am-benefits-card-thumb-3 {
    display: none;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .am-benefits-card-thumb-3 img {
    transform: scale(0.7);
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .am-tools-ptb {
    padding-bottom: 100px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .am-tools-ptb {
    padding-bottom: 80px;
  }
}
.am-tools-title {
  font-size: 24px;
  font-weight: 500;
  color: var(--tp-common-black);
}
.am-tools-title i {
  font-style: normal;
  background: linear-gradient(90deg, #a020f0 0%, #00ffd1 100%);
  background-clip: text;
  color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.am-tools-main-thumb {
  margin-top: -135px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .am-tools-main-thumb {
    margin-top: -95px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .am-tools-main-thumb {
    margin-top: -85px;
  }
}
@media (max-width: 767px) {
  .am-tools-main-thumb {
    display: none;
  }
}
.am-tools-item {
  position: absolute;
  gap: 20px;
  display: inline-flex;
  border-radius: 134px;
  padding: 13px 40px 13px 20px;
  background: var(--tp-common-white);
  border: 1px solid rgba(13, 13, 13, 0.06);
}
.am-tools-item.tools-pos-1 {
  top: 30%;
  left: 16%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .am-tools-item.tools-pos-1 {
    left: 0;
  }
}
@media (max-width: 767px) {
  .am-tools-item.tools-pos-1 {
    display: none;
  }
}
.am-tools-item.tools-pos-2 {
  right: 18%;
  bottom: 30%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .am-tools-item.tools-pos-2 {
    right: 0;
  }
}
@media (max-width: 767px) {
  .am-tools-item.tools-pos-2 {
    display: none;
  }
}
.am-tools-item-icon span {
  display: inline-grid;
  place-content: center;
  width: 75px;
  height: 75px;
  text-align: center;
  border-radius: 50%;
  background-color: var(--tp-common-black);
}
.am-tools-item-content {
  text-align: start;
}
.am-tools-item-content p {
  font-size: 14px;
  margin: 0;
  color: rgba(51, 51, 51, 0.7);
}
.am-tools-item-title {
  font-size: 18px;
  margin-bottom: 2px;
  letter-spacing: -0.27px;
}
.am-tools-wrapper {
  margin-top: -9%;
  position: relative;
}
@media (max-width: 767px) {
  .am-tools-wrapper {
    margin-top: 40px;
  }
}
.am-tools-cetagories {
  gap: 15px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.am-tools-cetagorie {
  font-size: 18px;
  font-weight: 500;
  padding: 11px 30px;
  border-radius: 50px;
  display: inline-block;
  flex: 0 0 auto;
  -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: 0 2px 8px 0 rgba(37, 30, 42, 0.06);
}
.am-tools-cetagorie:hover {
  color: var(--tp-common-white);
  background-color: var(--tp-theme-1);
}

/*  blog css start here
/*----------------------------------------*/
@media (max-width: 767px) {
  .am-blog-ptb {
    padding-bottom: 80px;
  }
}
.am-blog-shape {
  position: absolute;
  top: -50%;
  left: 0;
  z-index: -1;
}
.am-blog-item {
  gap: 25px;
  padding: 10px;
  border-radius: 20px;
  align-items: center;
  border: 1px solid rgba(13, 13, 13, 0.1);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .am-blog-item {
    flex-wrap: wrap;
  }
}
.am-blog-item:hover .am-blog-item-thumb img {
  transform: scale(1.1);
}
.am-blog-item-subtitle {
  font-size: 16px;
  margin-bottom: 10px;
  display: inline-block;
}
.am-blog-item-title {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 22px;
  letter-spacing: -0.27px;
}
@media (max-width: 767px) {
  .am-blog-item-title {
    margin-bottom: 16px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .am-blog-item-title br {
    display: none;
  }
}
.am-blog-item-thumb {
  overflow: hidden;
  border-radius: 10px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .am-blog-item-thumb {
    width: 100%;
  }
}
.am-blog-item-thumb img {
  border-radius: 10px;
  transition: all 0.5s ease-in-out;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .am-blog-item-thumb img {
    width: 100%;
  }
}
.am-blog-item-content p {
  margin: 0;
}
.am-blog-item.am-blog-style-2 {
  display: flex;
  padding: 50px;
  min-height: 400px;
  align-items: end;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  .am-blog-item.am-blog-style-2 {
    padding: 32px;
  }
}
.am-blog-item.am-blog-style-2 .am-blog-item-subtitle {
  display: block;
  color: var(--tp-common-white);
}
.am-blog-item.am-blog-style-2 .am-blog-item-title {
  line-height: 1.5;
  margin-bottom: 18px;
  display: inline-block;
  color: var(--tp-common-white);
}
.am-blog-item.am-blog-style-2 .am-blog-item-content p {
  color: var(--tp-common-white);
}

/*  faq css start here
/*----------------------------------------*/
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .am-faq-ptb {
    padding-bottom: 100px;
  }
}
@media (max-width: 767px) {
  .am-faq-ptb {
    padding-bottom: 80px;
  }
}
.am-faq-bg {
  padding: 40px;
  overflow: hidden;
  border-radius: 20px;
}
@media (max-width: 767px) {
  .am-faq-bg {
    padding: 20px;
  }
}
.am-faq-gradient-overly {
  position: absolute;
  top: -20%;
  right: -1%;
  width: 512.878px;
  height: 607.504px;
  flex-shrink: 0;
  display: inline-block;
  border-radius: 607.504px;
  background: linear-gradient(180deg, rgba(160, 32, 240, 0.15) 0%, rgba(0, 255, 209, 0.15) 100%);
  filter: blur(80px);
  z-index: -1;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .am-faq-box {
    padding-right: 0;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .am-faq-box {
    padding-left: 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .am-faq-heading {
    margin-bottom: 20px;
  }
}
.am-faq-thumb {
  overflow: hidden;
  border-radius: 16px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .am-faq-thumb {
    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) {
  .am-faq-thumb img {
    width: 100%;
  }
}
.am-faq-thumb-text {
  position: absolute;
  top: 0;
  left: -20px;
}
.am-faq-thumb-text h4 {
  font-size: 120px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -3.6px;
  color: var(--tp-gray-1);
  writing-mode: sideways-lr;
  transform: rotate(180deg);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .am-faq-thumb-text h4 {
    font-size: 100px;
  }
}
@media (max-width: 767px) {
  .am-faq-thumb-text h4 {
    font-size: 70px;
  }
}
.am-faq-wrapper .accordion-items {
  border-bottom: 1px solid var(--tp-common-black);
}
.am-faq-wrapper .accordion-buttons {
  position: relative;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2;
  width: 100%;
  text-align: left;
  padding: 20px 0px 28px;
  padding-left: 50px;
  padding-right: 35px;
  letter-spacing: -0.36px;
  color: var(--tp-common-black);
  font-family: var(--tp-ff-sora);
}
@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) {
  .am-faq-wrapper .accordion-buttons {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .am-faq-wrapper .accordion-buttons {
    line-height: 1.3;
    padding: 20px 30px 20px 50px;
  }
  .am-faq-wrapper .accordion-buttons br {
    display: none;
  }
}
.am-faq-wrapper .accordion-buttons i {
  position: absolute;
  top: 22px;
  left: 0;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  display: inline-block;
  font-family: var(--tp-ff-body);
}
.am-faq-wrapper .accordion-buttons:not(.collapsed) .tp-accordion-icon svg {
  transform: rotate(180deg);
}
.am-faq-wrapper .accordion-body {
  padding: 0 52px;
  padding-right: 100px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .am-faq-wrapper .accordion-body {
    padding-right: 70px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .am-faq-wrapper .accordion-body {
    padding-right: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .am-faq-wrapper .accordion-body {
    padding-right: 30px;
  }
}
.am-faq-wrapper .accordion-body p {
  margin-bottom: 0;
  line-height: 1.7;
  padding-bottom: 30px;
}
@media (max-width: 767px) {
  .am-faq-wrapper .accordion-body p br {
    display: none;
  }
}
.am-faq-wrapper .tp-accordion-icon {
  position: absolute;
  top: 45%;
  right: 0px;
  transform: translateY(-50%);
}
.am-faq-wrapper .tp-accordion-icon svg {
  transition: 0.3s;
}

.int-faq-ptb.int-team-bg::after {
  right: auto;
  left: 0;
  z-index: -1;
}

.ig-faq-blur {
  position: absolute;
  bottom: -100px;
  right: 300px;
  border-radius: 100%;
  background: linear-gradient(180deg, #a020f0 0%, #00ffd1 100%);
  filter: blur(150px);
  width: 300px;
  height: 300px;
}

/*  pricing css start here
/*----------------------------------------*/
@media (max-width: 767px) {
  .am-pricing-ptb {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.am-pricing-item {
  padding: 40px 42px;
  border-radius: 20px;
  border: 1px solid rgba(13, 13, 13, 0.1);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .am-pricing-item {
    padding: 35px 30px;
  }
}
.am-pricing-item-icon {
  margin-bottom: 15px;
}
.am-pricing-item-subtitle {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 12px;
  display: inline-block;
  color: var(--tp-common-black);
}
.am-pricing-item-heading {
  margin-bottom: 40px;
}
.am-pricing-item-heading p {
  margin-bottom: 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .am-pricing-item-heading p {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .am-pricing-item-heading p br {
    display: none;
  }
}
.am-pricing-item-title {
  font-size: 80px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 40px;
  letter-spacing: -2.4px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .am-pricing-item-title {
    font-size: 55px;
    margin-bottom: 25px;
  }
}
.am-pricing-item-title span {
  font-size: 24px;
  font-weight: 400;
  display: inline-block;
  transform: translateX(-12px);
}
.am-pricing-item-list ul li {
  gap: 15px;
  display: flex;
  font-size: 16px;
  margin-bottom: 10px;
}
.am-pricing-item-btn .tp-btn-border-gradiant span {
  padding: 19px 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .am-pricing-item-btn .tp-btn-border-gradiant span {
    padding: 15px 30px;
  }
}

/*  testimonial css start here
/*----------------------------------------*/
.am-testimonial-wrap {
  height: 100%;
  overflow: hidden;
  padding: 150px 80px;
  border-radius: 20px;
}
@media only screen and (min-width: 1600px) and (max-width: 1700px) {
  .am-testimonial-wrap {
    padding: 80px 35px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .am-testimonial-wrap {
    padding: 16px 10px;
  }
}
@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) {
  .am-testimonial-wrap {
    padding: 48px 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .am-testimonial-wrap {
    height: inherit;
    margin-bottom: 30px;
  }
}
.am-testimonial-wrap-shape {
  position: absolute;
  top: 0;
  left: 0;
}
.am-testimonial-wrap .shape-radius {
  position: absolute;
  bottom: 0;
  left: 90px;
  height: 40px;
  width: 125px;
  display: inline-block;
  border-top-left-radius: 22px;
  border-top-right-radius: 22px;
  background-color: var(--tp-common-white);
}
.am-testimonial-wrap .shape-radius::after {
  content: "";
  position: absolute;
  background-color: transparent;
  top: 0;
  right: -20px;
  height: 40px;
  width: 20px;
  border-bottom-left-radius: 20px;
  box-shadow: 0px 18px 0 0 var(--tp-common-white);
}
.am-testimonial-wrap .shape-radius::before {
  content: "";
  position: absolute;
  background-color: transparent;
  top: 0;
  left: -20px;
  height: 40px;
  width: 20px;
  border-bottom-right-radius: 20px;
  box-shadow: 0px 18px 0 0 var(--tp-common-white);
}
.am-testimonial-wrap .tp-testi-slide-arrow {
  bottom: 0;
  left: 16%;
  gap: 20px;
}
@media only screen and (min-width: 1600px) and (max-width: 1700px) {
  .am-testimonial-wrap .tp-testi-slide-arrow {
    left: 18%;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .am-testimonial-wrap .tp-testi-slide-arrow {
    left: 21%;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .am-testimonial-wrap .tp-testi-slide-arrow {
    left: 26%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .am-testimonial-wrap .tp-testi-slide-arrow {
    left: 31%;
  }
}
@media (max-width: 767px) {
  .am-testimonial-wrap .tp-testi-slide-arrow {
    left: 26%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .am-testimonial-wrap .tp-testi-slide-arrow {
    left: 23%;
  }
}
.am-testimonial-wrap .tp-testi-slide-arrow button {
  color: var(--tp-common-black);
}
.am-testimonial-wrap .tp-testi-slide-arrow button:hover {
  color: var(--tp-theme-1);
}
.am-testimonial-item-user {
  margin-bottom: 40px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .am-testimonial-item-user {
    margin-bottom: 20px;
  }
}
.am-testimonial-item-user img {
  border-radius: 50%;
}
.am-testimonial-item-content {
  padding-bottom: 45px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .am-testimonial-item-content {
    padding-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) {
  .am-testimonial-item-content {
    padding-bottom: 15px;
  }
}
.am-testimonial-item-content p {
  font-size: 30px;
  font-weight: 500;
  line-height: 1.26;
  color: var(--tp-common-white);
  font-family: var(--tp-ff-sora);
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .am-testimonial-item-content p {
    font-size: 26px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), (max-width: 767px) {
  .am-testimonial-item-content p {
    font-size: 16px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .am-testimonial-item-content p br {
    display: none;
  }
}
.am-testimonial-item-info p {
  color: var(--tp-common-white);
}
.am-testimonial-item-title {
  font-size: 26px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.39px;
  color: var(--tp-common-paste);
}
.am-testimonial-thumb {
  width: 100%;
  overflow: hidden;
  border-radius: 20px;
}
.am-testimonial-thumb img {
  width: 100%;
}
.am-testimonial-thumb .shape-radius {
  position: absolute;
  top: 0;
  right: 120px;
  height: 50px;
  width: 190px;
  display: inline-block;
  border-bottom-right-radius: 22px;
  border-bottom-left-radius: 22px;
  background-color: var(--tp-common-white);
}
@media (max-width: 767px) {
  .am-testimonial-thumb .shape-radius {
    display: none;
  }
}
.am-testimonial-thumb .shape-radius::after {
  content: "";
  bottom: 10px;
  right: -20px;
  height: 40px;
  width: 20px;
  position: absolute;
  border-top-left-radius: 20px;
  background-color: transparent;
  box-shadow: 0px -18px 0 0 var(--tp-common-white);
}
.am-testimonial-thumb .shape-radius::before {
  content: "";
  bottom: 10px;
  left: -20px;
  height: 40px;
  width: 20px;
  position: absolute;
  background-color: transparent;
  border-top-right-radius: 20px;
  box-shadow: 0px -18px 0 0 var(--tp-common-white);
}
.am-testimonial-text {
  position: absolute;
  bottom: 60px;
  left: 60px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .am-testimonial-text {
    left: 30px;
    right: 30px;
    bottom: 25px;
  }
}
.am-testimonial-text p {
  font-size: 24px;
  font-weight: 500;
  letter-spacing: -0.36px;
  color: var(--tp-common-white);
  font-family: var(--tp-ff-sora);
}
@media (max-width: 767px) {
  .am-testimonial-text p br {
    display: none;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .am-testimonial-slide-wrap {
    padding-top: 80px;
  }
}

/*  work css start here
/*----------------------------------------*/
.am-work-background {
  border-radius: 20px;
  background-color: var(--tp-common-black);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .am-work-background {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .am-work-background {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.am-work-content-wrapper {
  border-radius: 15px;
  background-color: #1F1E22;
  justify-content: space-between;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .am-work-content-wrapper {
    margin-left: 0;
    align-items: center;
  }
}
@media (max-width: 767px) {
  .am-work-content-wrapper {
    flex-wrap: wrap;
  }
}
.am-work-content-wrap {
  width: 270px;
  padding: 38px;
  display: flex;
  border-radius: 15px;
  flex-direction: column;
  background-color: #302F36;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .am-work-content-wrap {
    width: 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) {
  .am-work-content-box {
    margin-bottom: 20px;
  }
}
.am-work-content-title {
  font-size: 18px;
  font-weight: 500;
  color: var(--tp-common-white);
}
.am-work-content-title.fs-16 {
  font-size: 16px;
}
@media (max-width: 767px) {
  .am-work-content-cetagories br {
    display: none;
  }
}
.am-work-content-cetagorie {
  position: relative;
  display: inline-block;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  border-radius: 20px;
  padding: 2px 11px 4px;
  z-index: 1;
  margin-right: 2px;
  margin-bottom: 2px;
  -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-white);
  border: 1px solid rgba(255, 255, 255, 0.25);
}
.am-work-content-cetagorie::after {
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  position: absolute;
  border-radius: 20px;
  z-index: -1;
  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;
  background-size: 200% auto;
  background-image: linear-gradient(90deg, #A020F0 0%, #00FFD1 100%);
}
.am-work-content-cetagorie:hover {
  border-color: transparent;
}
.am-work-content-cetagorie:hover::after {
  opacity: 1;
  visibility: visible;
  background-position: left right;
}
.am-work-list-item {
  display: flex;
  gap: 20px;
}
.am-work-list-icon span {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  text-align: center;
  display: inline-grid;
  place-content: center;
  color: var(--tp-common-paste);
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.am-work-list-title {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 6px;
  letter-spacing: -0.27px;
  color: var(--tp-common-white);
}
.am-work-list-content p {
  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) {
  .am-work-list-content p br {
    display: none;
  }
}
.am-work-tab-wrap .nav-tabs {
  border: none;
  gap: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .am-work-tab-wrap .nav-tabs {
    gap: 10px;
  }
}
.am-work-tab-wrap .nav-tabs .nav-link {
  font-size: 20px;
  font-weight: 500;
  padding: 11px 24px;
  border-radius: 50px;
  letter-spacing: -0.3px;
  color: var(--tp-common-white);
  background-color: transparent;
  font-family: var(--tp-ff-sora);
  -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(255, 255, 255, 0.3);
}
.am-work-tab-wrap .nav-tabs .nav-link.active {
  background: linear-gradient(90deg, #a020f0 0%, #00ffd1 100%);
  background-clip: text;
  color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .am-work-tab-wrap .nav-tabs .nav-link {
    font-size: 17px;
  }
}

/*----------------------------------------*/
/*  7.3 Image home all Css here
/*----------------------------------------*/
/*  hero css start here
/*----------------------------------------*/
@media (max-width: 767px) {
  .ig-hero-ptb {
    padding-top: 180px;
  }
}
.ig-hero-thumb-wrapper .ig-hero-thumb {
  display: inline-block;
}
.ig-hero-thumb-wrapper .ig-hero-thumb img {
  border-radius: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .ig-hero-thumb.mr-110 {
    margin-right: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .ig-hero-thumb.ml-110 {
    margin-left: 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .ig-hero-shapes {
    display: none;
  }
}
.ig-hero-shapes .shape-1 {
  position: absolute;
  top: 43%;
  left: 19%;
  z-index: 1;
  animation: tpswing 1s forwards infinite alternate;
  transform-origin: top left;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .ig-hero-shapes .shape-1 {
    top: 48%;
    left: 18%;
  }
}
.ig-hero-shapes .shape-2 {
  position: absolute;
  top: 22%;
  right: 23%;
  z-index: 1;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .ig-hero-shapes .shape-2 {
    top: 18%;
    right: 27%;
  }
}
.ig-hero-shapes .shape-3 {
  position: absolute;
  top: 48%;
  right: 20%;
  z-index: 1;
  animation: tpswing 1s forwards infinite alternate;
  transform-origin: bottom left;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .ig-hero-wrapper {
    margin-bottom: 50px;
  }
}
.ig-hero-wrapper p {
  margin-bottom: 60px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .ig-hero-wrapper p {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .ig-hero-wrapper p br {
    display: none;
  }
}
.ig-hero-title {
  font-size: 60px;
  font-weight: 600;
  margin-bottom: 15px;
  letter-spacing: -1.2px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .ig-hero-title {
    font-size: 50px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), (max-width: 767px) {
  .ig-hero-title {
    font-size: 42px;
  }
}
@media only screen and (min-width: 1600px) and (max-width: 1700px) {
  .ig-hero-title br {
    display: none !important;
  }
}
.ig-hero-input {
  position: relative;
  border-radius: 10px;
  padding: 5px 5px 8px;
  background: linear-gradient(91deg, #A020F0 0.04%, #00FFD1 99.96%);
}
.ig-hero-input input {
  height: 70px;
  font-size: 16px;
  border-radius: 6px;
  border: transparent;
  padding-right: 160px;
  color: var(--tp-common-black);
  background: var(--tp-common-white);
}
.ig-hero-input input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  font-size: 16px;
  color: var(--tp-text-body);
}
.ig-hero-input input::-moz-placeholder { /* Firefox 19+ */
  font-size: 16px;
  color: var(--tp-text-body);
}
.ig-hero-input input:-moz-placeholder { /* Firefox 4-18 */
  font-size: 16px;
  color: var(--tp-text-body);
}
.ig-hero-input input:-ms-input-placeholder { /* IE 10+  Edge*/
  font-size: 16px;
  color: var(--tp-text-body);
}
.ig-hero-input input::placeholder { /* MODERN BROWSER */
  font-size: 16px;
  color: var(--tp-text-body);
}
.ig-hero-input-btn {
  right: 15px;
}
.ig-hero-input-ceta {
  gap: 20px;
}
@media (max-width: 767px) {
  .ig-hero-input-ceta {
    flex-wrap: wrap;
  }
}
.ig-hero-input-ceta-title {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 10px;
  letter-spacing: -0.32px;
}
@media (max-width: 767px) {
  .ig-hero-input-ceta-title {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .ig-hero-input-ceta-title {
    margin-bottom: 10px;
  }
}
.ig-hero-input-ceta-btn {
  margin-bottom: 10px;
}
.ig-hero-input-ceta-btn a {
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  padding: 5px 13px;
  margin-right: 4px;
  border-radius: 30px;
  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);
  border: 1px solid rgba(13, 13, 13, 0.1);
}
.ig-hero-input-ceta-btn a:hover {
  color: var(--tp-common-white);
  background-color: var(--tp-theme-1);
}

/*  about css start here
/*----------------------------------------*/
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ig-about-ptb {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .ig-about-ptb {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.ig-about-thumb {
  height: 425px;
  overflow: hidden;
  mask-size: contain;
  mask-repeat: no-repeat;
  background-position: center center;
  mask-image: url(../img/ai-image/about/about-mask.png);
  -webkit-mask-image: url(../img/ai-image/about/about-mask.png);
}
.ig-about-thumb-icon {
  position: absolute;
  top: 0;
  right: 20%;
  z-index: 1;
}
.ig-about-thumb-icon span {
  height: 120px;
  width: 120px;
  border-radius: 50%;
  text-align: center;
  place-content: center;
  display: inline-grid;
  background-color: var(--tp-common-white);
  box-shadow: 0 20px 30px 0 rgba(3, 4, 28, 0.1);
}
.ig-about-content-wrap {
  padding-left: 100px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .ig-about-content-wrap {
    padding-left: 0;
  }
}

/*  creativity css start here
/*----------------------------------------*/
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ig-creativity-ptb {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .ig-creativity-ptb {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media (max-width: 767px) {
  .ig-creativity-heading {
    margin-bottom: 30px;
  }
}
.ig-creativity-item {
  position: relative;
}
.ig-creativity-item-title {
  letter-spacing: -0.36px;
}
.ig-creativity-item-thumb {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  background-color: #F2F2F2;
}
@media (max-width: 767px) {
  .ig-creativity-item-thumb img {
    width: 100%;
  }
}
.ig-creativity-item-style-1 {
  border-radius: 20px;
  -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: #E0E0E0;
}
.ig-creativity-item-style-1:hover {
  transform: scale(1.05);
}
.ig-creativity-item-style-1.pos-1 {
  position: absolute;
  top: 19%;
  left: 25px;
  width: 380px;
  margin: 0;
  cursor: grab;
  user-select: none;
}
@media (max-width: 767px) {
  .ig-creativity-item-style-1.pos-1 {
    width: auto;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .ig-creativity-item-style-1.pos-1 {
    width: 380px;
  }
}
.ig-creativity-item-style-1.pos-3 {
  position: absolute;
  top: 19%;
  left: 25px;
  width: 380px;
  margin: 0;
  cursor: grab;
  user-select: none;
}
@media (max-width: 767px) {
  .ig-creativity-item-style-1.pos-3 {
    width: auto;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .ig-creativity-item-style-1.pos-3 {
    width: 380px;
  }
}
.ig-creativity-item-style-1.pos-3 .ig-creativity-item-style-1-top {
  background-color: transparent;
  border-bottom: 1px solid rgba(13, 13, 13, 0.1);
}
.ig-creativity-item-style-1.pos-3 .ig-creativity-item-style-1-top i, .ig-creativity-item-style-1.pos-3 .ig-creativity-item-style-1-top span {
  color: var(--tp-common-black);
}
.ig-creativity-item-style-1-top {
  display: flex;
  padding: 14px 20px;
  border-radius: 20px 20px 0 0;
  justify-content: space-between;
  background-color: var(--tp-common-black);
}
.ig-creativity-item-style-1-top span {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -0.36px;
  color: var(--tp-common-white);
}
.ig-creativity-item-style-1-top i {
  color: var(--tp-common-white);
}
.ig-creativity-item-style-1-content {
  padding: 20px;
}
.ig-creativity-item-style-1-content span {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 10px;
  display: inline-block;
  color: var(--tp-common-black);
}
.ig-creativity-item-style-1-content textarea {
  height: 146px;
  padding: 20px;
  resize: none;
  border-radius: 8px;
  pointer-events: none;
  background: #F2F2F2;
  border-color: rgb(242, 242, 242);
}
.ig-creativity-item-style-1-content textarea:focus {
  border-color: transparent;
}
.ig-creativity-item-style-1-content textarea::placeholder {
  font-size: 16px;
  color: rgb(51, 51, 51);
}
.ig-creativity-item-style-1-btn {
  margin-bottom: 15px;
}
.ig-creativity-item-style-1-btn a {
  font-size: 14px;
  line-height: 1;
  padding: 4px 13px;
  border-radius: 20px;
  display: inline-block;
  color: var(--tp-common-black);
  background: var(--tp-common-white);
}
.ig-creativity-item-style-2 {
  padding: 15px 25px;
  border-radius: 20px;
  -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: var(--tp-common-white);
}
.ig-creativity-item-style-2:hover {
  transform: scale(1.05);
}
.ig-creativity-item-style-2.pos-2 {
  position: absolute;
  bottom: 5%;
  left: 20px;
  height: 190px;
  width: 380px;
  margin: 0;
  cursor: grab;
  user-select: none;
}
@media (max-width: 767px) {
  .ig-creativity-item-style-2.pos-2 {
    width: auto;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .ig-creativity-item-style-2.pos-2 {
    width: 380px;
  }
}
.ig-creativity-item-style-2-thumb {
  gap: 15px;
  display: flex;
  margin-bottom: 17px;
}
.ig-creativity-item-style-2-thumb img {
  border-radius: 10px;
  pointer-events: none;
}
.ig-creativity-item-style-2 textarea {
  border: none;
  resize: none;
  padding: 0;
  pointer-events: none;
}
.ig-creativity-item-style-2 textarea::placeholder {
  font-size: 16px;
  color: rgb(51, 51, 51);
}

/*  gallery css start here
/*----------------------------------------*/
.ig-gallery-ptb {
  padding-top: 300px;
  margin-top: 140px;
}
@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) {
  .ig-gallery-ptb {
    padding-top: 220px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ig-gallery-ptb {
    padding-top: 150px;
  }
}
@media (max-width: 767px) {
  .ig-gallery-ptb {
    padding-top: 140px;
  }
}
.ig-gallery-heading {
  position: absolute;
  top: -85px;
  left: 50%;
  text-align: center;
  transform: translateX(-50%);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ig-gallery-heading {
    top: -110px;
  }
}
.ig-gallery-heading .tp-section-subtitle {
  font-size: 24px;
  font-weight: 500;
  letter-spacing: -0.36px;
}
.ig-gallery-heading .tp-section-title {
  font-size: 220px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -4.4px;
}
.ig-gallery-heading .tp-section-title .word {
  background: linear-gradient(90deg, #a020f0 0%, #00ffd1 100%);
  background-clip: text;
  color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .ig-gallery-heading .tp-section-title {
    font-size: 170px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .ig-gallery-heading .tp-section-title {
    font-size: 150px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ig-gallery-heading .tp-section-title {
    font-size: 120px;
  }
}
@media (max-width: 767px) {
  .ig-gallery-heading .tp-section-title {
    font-size: 80px;
  }
}
.ig-gallery-item img {
  width: 100%;
  border-radius: 30px;
  margin-bottom: 30px;
}
.ig-gallery-box {
  height: 1516px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .ig-gallery-box {
    height: 1200px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .ig-gallery-box {
    height: 1000px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ig-gallery-box {
    height: 900px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ig-gallery-box {
    height: 800px;
  }
}
@media (max-width: 767px) {
  .ig-gallery-box {
    height: 650px;
  }
}
.ig-gallery-slide-1 {
  -webkit-animation: slide-har 100s linear infinite;
  animation: slide-har 100s linear infinite;
  transition: animation-duration 600ms;
}
.ig-gallery-slide-2 {
  -webkit-animation: slide-har-2 200s linear infinite;
  animation: slide-har-2 200s linear infinite;
  transition: animation-duration 600ms;
  animation-direction: reverse;
}

/*  feature css start here
/*----------------------------------------*/
@media (max-width: 767px) {
  .ig-feature-ptb {
    padding-top: 100px;
  }
}
.ig-feature-bg-shape {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}

@media (max-width: 767px) {
  .tp-feature-item.style-3 {
    margin-bottom: 40px;
  }
}

/*  work css start here
/*----------------------------------------*/
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .ig-work-ptb {
    padding-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) {
  .ig-work-ptb {
    padding-bottom: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .ig-work-ptb {
    padding-top: 100px;
  }
}
.ig-work-bg-rgb::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: linear-gradient(180deg, #F2F2F2 0%, #FFF 100%);
}
.ig-work-thumb img {
  width: 100%;
  border-radius: 20px;
}
.ig-work-thumb-wrapper {
  width: 100%;
  overflow: hidden;
  padding-top: 155px;
  border-radius: 20px;
  padding-bottom: 155px;
  background-image: linear-gradient(136deg, #0D0D0D 1.2%, #A020F0 160.08%);
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .ig-work-thumb-wrapper {
    margin-bottom: 50px;
  }
}
.ig-work-thumb-wrapper .shape-radius-top {
  position: absolute;
  top: -1px;
  left: 50%;
  height: 50px;
  width: 250px;
  display: inline-block;
  transform: translateX(-50%);
  border-bottom-right-radius: 22px;
  border-bottom-left-radius: 22px;
  background-color: #F2F2F2;
}
.ig-work-thumb-wrapper .shape-radius-top::before {
  content: "";
  position: absolute;
  background-color: transparent;
  bottom: 10px;
  left: -20px;
  height: 40px;
  width: 20px;
  border-top-right-radius: 20px;
  box-shadow: 0px -18px 0 0 #F2F2F2;
}
.ig-work-thumb-wrapper .shape-radius-top::after {
  content: "";
  position: absolute;
  background-color: transparent;
  bottom: 10px;
  right: -20px;
  height: 40px;
  width: 20px;
  border-top-left-radius: 20px;
  box-shadow: 0px -18px 0 0 #F2F2F2;
}
.ig-work-thumb-wrapper .shape-radius-bottom {
  position: absolute;
  bottom: -1px;
  left: 50%;
  height: 50px;
  width: 250px;
  display: inline-block;
  transform: translateX(-50%);
  border-top-left-radius: 22px;
  border-top-right-radius: 22px;
  background-color: #FEFEFE;
}
@media (max-width: 767px) {
  .ig-work-thumb-wrapper .shape-radius-bottom {
    background-color: #F7F7F7;
  }
}
.ig-work-thumb-wrapper .shape-radius-bottom::before {
  content: "";
  position: absolute;
  background-color: transparent;
  top: 10px;
  left: -20px;
  height: 40px;
  width: 20px;
  border-bottom-right-radius: 20px;
  box-shadow: 0px 18px 0 0 #FEFEFE;
}
.ig-work-thumb-wrapper .shape-radius-bottom::after {
  content: "";
  position: absolute;
  background-color: transparent;
  top: 10px;
  right: -20px;
  height: 40px;
  width: 20px;
  border-bottom-left-radius: 20px;
  box-shadow: 0px 18px 0 0 #FEFEFE;
}
.ig-work-thumb-slider {
  position: relative;
}
.ig-work-thumb-slider::after {
  position: absolute;
  content: "";
  right: -13px;
  top: -65px;
  width: 20px;
  border-radius: 10px;
  height: calc(100% + 130px);
  transform: translateX(-50%);
  background: linear-gradient(239deg, rgba(255, 255, 255, 0.4) 17.93%, rgba(255, 255, 255, 0.1) 81.51%);
  backdrop-filter: blur(20px);
  z-index: 2;
}
.ig-work-thumb-text {
  position: absolute;
  top: 10px;
  left: 50%;
  z-index: 2;
  transform: translateX(-50%);
}
.ig-work-thumb-text span {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: -0.27px;
  color: var(--tp-theme-1);
  font-family: var(--tp-ff-sora);
}
@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) {
  .ig-work-wrapper {
    padding-left: 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ig-work-heading .tp-section-title {
    font-size: 42px;
  }
}
@media only screen and (min-width: 1600px) and (max-width: 1700px), only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .ig-work-heading .tp-section-title br {
    display: none;
  }
}
@media only screen and (min-width: 1600px) and (max-width: 1700px), only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .ig-work-heading p br {
    display: none;
  }
}
.ig-work-item {
  gap: 30px;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .ig-work-item {
    gap: 20px;
  }
}
.ig-work-item-number span {
  padding: 1px;
  font-size: 30px;
  font-weight: 500;
  border-radius: 50%;
  display: inline-block;
  letter-spacing: -0.45px;
  color: var(--tp-common-black);
  background: linear-gradient(90deg, #A020F0 0%, #00FFD1 100%);
}
.ig-work-item-number span i {
  width: 80px;
  height: 80px;
  font-style: normal;
  display: inline-grid;
  place-content: center;
  border-radius: 50%;
  background: var(--tp-common-white);
}
.ig-work-item-title {
  font-size: 24px;
  font-weight: 500;
  letter-spacing: -0.36px;
  color: var(--tp-common-black);
}
@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) {
  .ig-work-item-content p br {
    display: none;
  }
}

/*  engine css start here
/*----------------------------------------*/
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .ig-engine-ptb {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media (max-width: 767px) {
  .ig-engine-ptb {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .ig-engine-wrapper {
    padding-left: 100px;
  }
}
.ig-engine-white-style .ig-engine-title {
  color: var(--tp-common-white);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ig-engine-white-style .ig-engine-title {
    font-size: 68px;
  }
}
.ig-engine-white-style .ig-engine-thumb {
  opacity: 0.1;
}
.ig-engine-title {
  font-size: 100px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -6px;
  color: var(--tp-common-black);
}
@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) {
  .ig-engine-title {
    font-size: 70px;
  }
}
@media (max-width: 767px) {
  .ig-engine-title {
    font-size: 42px;
    letter-spacing: -2px;
  }
}
.ig-engine-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;
}
.ig-engine-title svg {
  animation: rotate_anim 10s linear infinite;
}
@media (max-width: 767px) {
  .ig-engine-title br {
    display: none;
  }
}
@media (max-width: 767px) {
  .ig-engine-title img {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .ig-engine-thumb-wrapper {
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .ig-engine-thumb img {
    width: 50%;
  }
}
.ig-engine-thumb-icon {
  position: absolute;
  top: 7%;
  right: 25%;
}
.ig-engine-thumb-icon .main-icon {
  height: 120px;
  width: 120px;
  text-align: center;
  border-radius: 50%;
  display: inline-grid;
  place-content: center;
  background-color: var(--tp-common-white);
  filter: drop-shadow(0 20px 30px rgba(3, 4, 28, 0.1));
}
.ig-engine-thumb-icon .icon-text {
  position: absolute;
  top: 8px;
  left: 8px;
  animation: rotate_anim 10s linear infinite;
}

/*  faq css start here
/*----------------------------------------*/
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .ig-faq-ptb {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ig-faq-ptb {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .ig-faq-ptb {
    padding-top: 80px;
    padding-bottom: 30px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .ig-faq-ptb-2 {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ig-faq-ptb-2 {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .ig-faq-ptb-2 {
    padding-top: 50px;
    padding-bottom: 80px;
  }
}
@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) {
  .ig-faq-heading {
    padding-bottom: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .ig-faq-heading {
    padding-bottom: 20px;
  }
}

/*----------------------------------------*/
/*  7.4 Ui home all Css here
/*----------------------------------------*/
/*  hero css start here
/*----------------------------------------*/
.ui-hero-ptb {
  margin-bottom: 480px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .ui-hero-ptb {
    margin-bottom: 370px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .ui-hero-ptb {
    padding-top: 90px;
    margin-bottom: 80px;
  }
}
.ui-hero-bg {
  max-height: 800px;
  border-radius: 20px;
  background-color: var(--tp-gray-1);
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .ui-hero-bg {
    max-height: 100%;
  }
}
.ui-hero-bg.tp-image-distortion {
  overflow: visible;
}
.ui-hero-bg.tp-image-distortion canvas {
  border-radius: 20px;
}
.ui-hero-bg-shape .shape-1 {
  top: 14%;
  right: 8%;
  position: absolute;
  animation: spain 6s infinite linear;
}
@media (max-width: 767px) {
  .ui-hero-bg-shape .shape-1 {
    display: none;
  }
}
.ui-hero-bg-shape .shape-2 {
  bottom: 2%;
  left: 15%;
  z-index: 2;
  position: absolute;
  animation: ai-robot 10s infinite linear;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .ui-hero-bg-shape .shape-2 {
    left: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .ui-hero-bg-shape .shape-2 {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .ui-hero-wrapper {
    padding: 0 30px;
  }
}
.ui-hero-user {
  display: inline-block;
}
.ui-hero-user-shape {
  position: absolute;
  top: 32px;
  left: 50%;
  transform: translateX(-50%);
}
.ui-hero-user-title {
  position: relative;
  font-size: 14px;
  padding: 1px 14px;
  display: inline-block;
  border-radius: 30px;
  margin-bottom: 35px;
  color: var(--tp-text-body);
  background: var(--tp-common-white);
}
.ui-hero-user-title::before {
  content: "";
  width: 8px;
  height: 8px;
  margin-right: 5px;
  border-radius: 50%;
  display: inline-block;
  background-color: var(--tp-theme-1);
}
.ui-hero-user-content {
  gap: 15px;
  align-items: center;
}
.ui-hero-user-text span {
  font-size: 16px;
  font-weight: 500;
  display: inline-block;
  color: var(--tp-text-body);
}
.ui-hero-heading .tp-section-title {
  font-weight: 600;
  letter-spacing: -1.2px;
}
.ui-hero-input-box .ig-hero-input {
  padding: 0;
  background: transparent;
}
.ui-hero-input-box .ig-hero-input input {
  border-radius: 40px;
  border: 1px solid transparent;
}
.ui-hero-input-box .ig-hero-input input:focus {
  border-color: var(--tp-theme-1);
}
.ui-hero-input-text p {
  letter-spacing: -0.28px;
  color: var(--tp-common-black);
}
.ui-hero-thumb-wrapper {
  display: inline-block;
}
.ui-hero-thumb-2 {
  position: absolute;
  right: 6%;
  top: 14%;
}
.ui-hero-thumb-2 img {
  border-radius: 6px;
}
.ui-hero-thumb-3 {
  position: absolute;
  top: 7%;
  left: 8%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ui-hero-thumb-3 {
    display: none;
  }
}

/*  pricing css start here
/*----------------------------------------*/
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .ui-pricing-ptb {
    padding-top: 100px;
    padding-bottom: 80px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .ui-pricing-ptb {
    padding-top: 80px;
    padding-bottom: 70px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .ui-pricing-heading {
    margin-bottom: 30px;
  }
}
.ui-pricing-item {
  padding: 6px;
  border-radius: 20px;
  background: #F2F2F2;
}
.ui-pricing-item.active .ui-pricing-item-btn .tp-btn-purple {
  background: linear-gradient(90deg, #A020F0 0%, #00FFD1 100%);
  box-shadow: 0 14px 25px -10px rgba(13, 13, 13, 0.35);
}
.ui-pricing-item-wrap {
  padding: 40px;
  border-radius: 15px;
  background: var(--tp-common-white);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .ui-pricing-item-wrap {
    padding: 25px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .ui-pricing-item-wrap {
    padding: 10px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .ui-pricing-item-wrap {
    padding: 20px;
  }
}
.ui-pricing-item-content {
  margin-bottom: 20px;
}
.ui-pricing-item-title {
  font-size: 20px;
  letter-spacing: -0.3px;
}
.ui-pricing-item-month h4 {
  font-size: 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) {
  .ui-pricing-item-month h4 {
    font-size: 26px;
  }
}
.ui-pricing-item-month h4 span {
  font-size: 16px;
  display: inline-block;
  transform: translateX(-5px);
}
.ui-pricing-item-btn .tp-btn-purple {
  box-shadow: 0 14px 25px -10px rgba(13, 13, 13, 0.35);
}
.ui-pricing-item-list {
  padding: 40px 32px 32px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .ui-pricing-item-list {
    padding: 35px 20px 30px;
  }
}
.ui-pricing-item-list-title {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 20px;
  font-family: var(--tp-ff-body);
}
.ui-pricing-item-list ul li {
  font-size: 16px;
  list-style: none;
  display: flex;
}
.ui-pricing-item-list ul li:not(:last-of-type) {
  margin-bottom: 4px;
}
.ui-pricing-item-list ul li span {
  margin-right: 5px;
  display: inline-block;
}

.service-pricing-nav .tp-pricing-nav-wrapper {
  box-shadow: 0 1px 1px 0 rgba(18, 20, 32, 0.14);
  background: var(--tp-common-white);
  border-radius: 50px;
}
.service-pricing-nav .tp-pricing-nav-wrapper .nav-link.active {
  box-shadow: 0 0 1px 0 rgba(89, 86, 233, 0.1), 0 2px 2px -1px rgba(89, 86, 233, 0.15);
  background: #a020f0;
  mix-blend-mode: inherit;
  color: var(--tp-common-white);
  border-color: transparent;
}
.service-pricing-nav .tp-pricing-nav-wrapper .nav-link {
  color: var(--tp-common-black);
  border-radius: 30px;
  padding: 4px 25px;
}
.service-pricing-nav .tp-pricing-nav-wrapper .nav-link:hover {
  border-color: transparent;
}

/*  feature css start here
/*----------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .ui-feature-ptb {
    padding-bottom: 80px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .ui-feature-heading {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .ui-feature-btn {
    margin-bottom: 30px;
  }
}
.ui-feature-item {
  width: 100%;
  height: 100%;
  max-height: 525px;
  border-radius: 20px;
  display: inline-block;
  padding: 50px 30px 0 50px;
  background-color: #F2F2F2;
}
@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) {
  .ui-feature-item {
    height: inherit;
    overflow: hidden;
  }
}
@media (max-width: 767px) {
  .ui-feature-item {
    padding: 40px 30px 0 35px;
  }
}
.ui-feature-item.style-2 {
  max-height: 400px;
}
.ui-feature-item.style-2 .ui-feature-item-thumb-wrapper {
  margin-top: -10px;
}
.ui-feature-item.style-2 .ui-feature-item-thumb-wrapper img {
  width: inherit;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .ui-feature-item.style-2 .ui-feature-item-thumb-wrapper .shape {
    display: none;
  }
}
.ui-feature-item.style-2 .ui-feature-item-thumb-wrapper .shape .shape-1 {
  position: absolute;
  right: 18%;
  top: 0;
}
.ui-feature-item.style-2 .ui-feature-item-thumb-wrapper .shape .shape-2 {
  position: absolute;
  right: 0;
  top: -60px;
}
.ui-feature-item-thumb-wrapper img {
  width: 100%;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .ui-feature-item-content P br {
    display: none;
  }
}

/*  process css start here
/*----------------------------------------*/
.ui-process-bg {
  padding-top: 470px;
  margin-top: -320px;
  border-radius: 20px;
  padding-bottom: 120px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .ui-process-bg {
    margin-top: 80px;
    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) {
  .ui-process-bg {
    padding-top: 440px;
    padding-bottom: 80px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .ui-process-heading {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .ui-process-text {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .ui-process-text br {
    display: none;
  }
}
.ui-process-item {
  padding: 10px;
  border-radius: 20px;
  background: var(--tp-common-white);
}
.ui-process-item:hover .ui-process-item-thumb img {
  transform: scale(1.1);
}
.ui-process-item-thumb {
  overflow: hidden;
  border-radius: 10px;
}
.ui-process-item-thumb img {
  width: 100%;
  border-radius: 10px;
  transition: all 0.3s ease-in-out;
}
.ui-process-item-content {
  position: relative;
  margin-top: -40px;
  z-index: 1;
  padding: 0 30px 30px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .ui-process-item-content p br {
    display: none;
  }
}
.ui-process-item-num {
  font-size: 30px;
  font-weight: 500;
  display: inline-grid;
  place-content: center;
  text-align: center;
  height: 80px;
  width: 80px;
  border-radius: 10px;
  margin-bottom: 30px;
  color: var(--tp-common-white);
  background: var(--tp-common-black);
  border: 2px solid var(--tp-common-white);
}
.ui-process-item-num.bg-purple {
  background-color: var(--tp-theme-1);
}
.ui-process-item-num.bg-paste {
  color: var(--tp-common-black);
  background-color: var(--tp-common-paste);
}
.ui-process-item-title {
  margin-bottom: 10px;
  letter-spacing: -0.36px;
}

/*  testimonial css start here
/*----------------------------------------*/
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .ui-testimonial-ptb {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ui-testimonial-ptb {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .ui-testimonial-ptb {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .ui-testimonial-slider-wrapper {
    margin-bottom: 30px;
  }
}
.ui-testimonial-slider-wrapper::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 395px;
  height: 100%;
  z-index: 2;
  display: inline-block;
  background: linear-gradient(90deg, #FFF 0%, rgba(255, 255, 255, 0) 100%);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .ui-testimonial-slider-wrapper::before {
    width: 200px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ui-testimonial-slider-wrapper::before {
    width: 100px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .ui-testimonial-slider-wrapper::before {
    content: none;
  }
}
.ui-testimonial-slider-wrapper::after {
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  width: 395px;
  height: 100%;
  z-index: 2;
  display: inline-block;
  background: linear-gradient(-90deg, #FFF 0%, rgba(255, 255, 255, 0) 100%);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .ui-testimonial-slider-wrapper::after {
    width: 200px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ui-testimonial-slider-wrapper::after {
    width: 100px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .ui-testimonial-slider-wrapper::after {
    content: none;
  }
}
.ui-testimonial-item {
  padding: 40px;
  border-radius: 20px;
  background: var(--tp-gray-1);
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .ui-testimonial-item {
    padding: 35px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ui-testimonial-item {
    padding: 30px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .ui-testimonial-item {
    padding: 30px 15px;
  }
}
.ui-testimonial-item-user {
  gap: 20px;
  margin-bottom: 20px;
}
.ui-testimonial-item-user-thumb img {
  width: 65px;
  border-radius: 50%;
  border: 1.5px solid #FFF;
}
.ui-testimonial-item-user-star {
  line-height: 1;
}
.ui-testimonial-item-user-content span {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 0;
  display: inline-block;
  letter-spacing: -0.24px;
  color: var(--tp-common-black);
  font-family: var(--tp-ff-sora);
}
.ui-testimonial-item-subtitle {
  font-size: 16px;
  margin-bottom: 30px;
  display: inline-block;
}
.ui-testimonial-item-subtitle i {
  font-style: normal;
  color: var(--tp-theme-1);
}
.ui-testimonial-item-title {
  font-size: 20px;
  letter-spacing: -0.3px;
}
.ui-testimonial-rating-title {
  font-size: 24px;
  margin-bottom: 10px;
}
.ui-testimonial-rating-title span {
  display: inline-block;
}
.ui-testimonial-rating-sub {
  font-size: 16px;
  font-weight: 500;
  color: var(--tp-common-black);
}
.ui-testimonial-rating-stars {
  margin-bottom: 5px;
}
.ui-testimonial-rating-stars span {
  width: 36px;
  height: 36px;
  display: inline-grid;
  place-content: center;
  border-radius: 4px;
  background: #00B67A;
  color: var(--tp-common-white);
}

/*  trails css start here
/*----------------------------------------*/
.ui-trials-bg {
  border-radius: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .ui-trials-bg {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .ui-trials-heading {
    padding: 0 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .ui-trials-shapes {
    display: none;
  }
}
.ui-trials-shapes .shape-1 {
  position: absolute;
  bottom: 12%;
  left: 25%;
  animation: ai-robot 10s infinite linear;
}
.ui-trials-shapes .shape-2 {
  position: absolute;
  bottom: 12%;
  right: 15%;
}
.ui-trials-shapes .shape-3 {
  position: absolute;
  top: 6%;
  right: 0;
}

/*  gallery css start here
/*----------------------------------------*/
.ui-gallery-big-text {
  font-size: 160px;
  line-height: 1;
  letter-spacing: -6.4px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .ui-gallery-big-text {
    font-size: 130px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ui-gallery-big-text {
    font-size: 100px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ui-gallery-big-text {
    font-size: 90px;
  }
}
@media (max-width: 767px) {
  .ui-gallery-big-text {
    font-size: 60px;
    letter-spacing: -1.4px;
  }
}
.ui-gallery-big-text span {
  background: linear-gradient(90deg, #a020f0 0%, #00ffd1 100%);
  background-clip: text;
  color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .ui-gallery-heading {
    margin-bottom: 80px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .ui-gallery-heading {
    margin-bottom: 50px;
  }
}
.ui-gallery-wrapper {
  height: 740px;
  overflow: hidden;
  border-radius: 20px;
  background-color: var(--tp-common-black);
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .ui-gallery-wrapper {
    height: auto;
  }
}
.ui-gallery-thumb {
  position: relative;
  margin-bottom: 10px;
}
.ui-gallery-thumb:hover::after {
  opacity: 0;
}
.ui-gallery-thumb::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -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: rgba(13, 13, 13, 0.7);
}
.ui-gallery-thumb img {
  border-radius: 20px;
}
.ui-gallery-thumb-wrap {
  margin: 0 -195px;
}
.ui-gallery-content {
  position: absolute;
  top: 42%;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
}
.ui-gallery-text {
  font-size: 40px;
  font-weight: 500;
  padding: 27px 15px;
  border-radius: 20px;
  display: inline-block;
  letter-spacing: -1.2px;
  color: var(--tp-common-white);
  font-family: var(--tp-ff-sora);
  box-shadow: 0 25px 40px 0 rgba(0, 0, 0, 0.2);
  background: linear-gradient(90deg, #A020F0 0%, #00FFD1 118.7%);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .ui-gallery-text {
    font-size: 30px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ui-gallery-text {
    font-size: 26px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ui-gallery-text {
    font-size: 20px;
    padding: 22px 24px;
  }
}
@media (max-width: 767px) {
  .ui-gallery-text {
    font-size: 15px;
    letter-spacing: 0;
    padding: 20px 20px;
  }
}

/*----------------------------------------*/
/*  7.5 Intelligence home all Css here
/*----------------------------------------*/
/*  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;
}

/*  testimonial css start here
/*----------------------------------------*/
.ing-testimonial-bg {
  padding-top: 290px;
  border-radius: 20px;
}
@media only screen and (min-width: 1600px) and (max-width: 1700px) {
  .ing-testimonial-bg {
    padding-top: 230px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .ing-testimonial-bg {
    padding-top: 200px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ing-testimonial-bg {
    padding-top: 150px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ing-testimonial-bg {
    padding-top: 100px;
  }
}
@media (max-width: 767px) {
  .ing-testimonial-bg {
    padding-top: 80px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .ing-testimonial-heading {
    margin-bottom: 105px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .ing-testimonial-heading {
    margin-bottom: 50px;
  }
}
.ing-testimonial-rds-shape {
  position: relative;
  border-top-left-radius: 22px;
  border-top-right-radius: 22px;
}
.ing-testimonial-rds-shape::after {
  content: "";
  bottom: 0;
  right: -20px;
  height: 40px;
  width: 20px;
  position: absolute;
  background-color: transparent;
  border-bottom-left-radius: 20px;
  box-shadow: 0px 18px 0 0 var(--tp-common-white);
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .ing-testimonial-rds-shape::after {
    content: none;
  }
}
.ing-testimonial-rds-shape::before {
  content: "";
  bottom: 0;
  left: -20px;
  height: 40px;
  width: 20px;
  position: absolute;
  background-color: transparent;
  border-bottom-right-radius: 20px;
  box-shadow: 0px 18px 0 0 var(--tp-common-white);
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .ing-testimonial-rds-shape::before {
    content: none;
  }
}
.ing-testimonial-review {
  gap: 80px;
  padding: 51px 57px 41px;
  justify-content: space-between;
  background-color: var(--tp-common-white);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ing-testimonial-review {
    gap: 25px;
    padding: 50px 30px 40px;
  }
}
@media (max-width: 767px) {
  .ing-testimonial-review {
    gap: 10px;
    padding: 46px 30px 30px;
  }
}
.ing-testimonial-review-item span {
  font-size: 48px;
  font-weight: 600;
  display: inline-block;
  letter-spacing: -1.44px;
  color: var(--tp-common-black);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .ing-testimonial-review-item span {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .ing-testimonial-review-item span {
    font-size: 35px;
  }
}
.ing-testimonial-review-item span i {
  margin: 0;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  display: inline-block;
  color: var(--tp-text-body);
  transform: translateY(-8px);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), (max-width: 767px) {
  .ing-testimonial-review-item span i {
    font-size: 20px;
  }
}
.ing-testimonial-wrapper {
  padding: 60px;
  background-color: var(--tp-common-white);
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .ing-testimonial-wrapper {
    margin-bottom: 80px;
  }
}
@media (max-width: 767px) {
  .ing-testimonial-wrapper {
    padding: 30px;
  }
}
.ing-testimonial-item-user {
  gap: 20px;
  align-items: center;
}
.ing-testimonial-item-user-thumb img {
  border-radius: 50%;
}
.ing-testimonial-item-user-content h5 {
  margin: 0;
  font-size: 22px;
  letter-spacing: -0.33px;
}
.ing-testimonial-item-user-content p {
  margin: 0;
}
.ing-testimonial-item-text {
  margin-bottom: 25px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .ing-testimonial-item-text p br {
    display: none;
  }
}
.ing-testimonial-slider-wrap .ing-testimonial-active .ing-dot {
  display: flex;
  margin-top: 40px;
  align-items: center;
}
.ing-testimonial-slider-wrap .ing-testimonial-active .ing-dot .swiper-pagination-bullet {
  background-color: #F2F2F2;
  opacity: 1;
  width: 10px;
  height: 10px;
  transition: 0.3s;
}
.ing-testimonial-slider-wrap .ing-testimonial-active .ing-dot .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 15px;
  height: 15px;
  background-color: var(--tp-theme-1);
}

/*  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;
}

/*----------------------------------------*/
/*  7.6 Sass home all Css here
/*----------------------------------------*/
/*  hero css start here
/*----------------------------------------*/
.ss-hero-ptb {
  background-size: contain;
  background-position: top;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ss-hero-ptb {
    padding-top: 150px;
    padding-bottom: 80px;
  }
}
@media (max-width: 767px) {
  .ss-hero-ptb {
    padding-top: 120px;
    padding-bottom: 80px;
  }
}
.ss-hero-heading {
  padding-top: 30px;
}
.ss-hero-heading p {
  font-size: 20px;
  letter-spacing: -0.4px;
  font-family: var(--tp-ff-sora);
  color: rgba(255, 255, 255, 0.7);
}
@media (max-width: 767px) {
  .ss-hero-heading p {
    margin-bottom: 30px;
  }
}
.ss-hero-heading .ss-hero-shapes {
  position: absolute;
  top: 0%;
  right: 10%;
  transform: scale(0.7);
  animation: spain 6s infinite linear;
}
@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) {
  .ss-hero-heading .ss-hero-shapes {
    top: -10%;
    right: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ss-hero-heading .ss-hero-shapes {
    right: 0;
  }
}
@media (max-width: 767px) {
  .ss-hero-heading .ss-hero-shapes {
    display: none;
  }
}
.ss-hero-btn-wrap .tp-btn-border-gradiant span {
  padding: 20px 30px;
}
.ss-hero-thumb {
  margin-top: -70px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .ss-hero-thumb {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
.ss-hero-thumb-shapes .shape-1 {
  position: absolute;
  top: 0;
  left: 0;
  animation: spain 4s infinite linear;
}
.ss-hero-thumb-shapes .shape-2 {
  position: absolute;
  top: 9%;
  right: 8%;
  animation: tpswing 1s forwards infinite alternate;
  transform-origin: bottom right;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .ss-hero-thumb-shapes .shape-2 {
    top: 0;
    right: 0;
  }
}
@media (max-width: 767px) {
  .ss-hero-thumb-shapes .shape-2 {
    display: none;
  }
}
.ss-hero-fact-wrapper {
  margin-top: -60px;
}
.ss-hero-fact-wrapper .ing-fact-brand-title {
  color: var(--tp-common-white);
  background-color: var(--tp-common-black);
}
.ss-hero-fact-wrapper .ing-fact-brand-title::before {
  background: linear-gradient(-90deg, #F2F2F2 0%, #0D0D0D 100%);
}
.ss-hero-fact-wrapper .ing-fact-brand-title::after {
  background: linear-gradient(90deg, #F2F2F2 0%, #0D0D0D 100%);
}

/*  testimonial css start here
/*----------------------------------------*/
.ss-testimonial-wrapper {
  border-radius: 20px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ss-testimonial-wrapper {
    padding-top: 120px;
    padding-bottom: 100px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .ss-testimonial-wrapper {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.ss-testimonial-slider-wrapper {
  position: relative;
  border-radius: 20px;
  backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.15);
  background: linear-gradient(239deg, rgba(64, 64, 64, 0.08) 17.93%, rgba(255, 255, 255, 0.02) 81.51%);
}
@media (max-width: 767px) {
  .ss-testimonial-slider-wrapper {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .ss-testimonial-heading {
    margin-bottom: 30px;
  }
}
.ss-testimonial-box-bg {
  position: absolute;
  height: 80%;
  top: 30px;
  left: -30px;
  z-index: -1;
  border-radius: 20px;
  width: calc(100% + 60px);
  backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.15);
  background: linear-gradient(239deg, rgba(64, 64, 64, 0.08) 17.93%, rgba(255, 255, 255, 0.02) 81.51%);
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .ss-testimonial-box-bg {
    display: none;
  }
}
.ss-testimonial-item {
  padding: 55px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .ss-testimonial-item {
    padding: 25px;
  }
}
.ss-testimonial-item-text p {
  font-size: 24px;
  font-weight: 500;
  letter-spacing: -0.36px;
  color: var(--tp-common-white);
  font-family: var(--tp-ff-sora);
}
@media (max-width: 767px) {
  .ss-testimonial-item-text p {
    font-size: 22px;
  }
}
@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) {
  .ss-testimonial-item-text p br {
    display: none;
  }
}
.ss-testimonial-item-user {
  gap: 20px;
  text-align: start;
}
.ss-testimonial-item-user-thumb img {
  border-radius: 50%;
}
.ss-testimonial-item-user-content h5 {
  font-size: 22px;
  letter-spacing: -0.33px;
  color: var(--tp-common-white);
}
@media (max-width: 767px) {
  .ss-testimonial-item-user-content h5 {
    font-size: 20px;
  }
}
.ss-testimonial-item-user-content span {
  display: inline-block;
  color: var(--tp-common-white);
}
.ss-testimonial-slide-arrow {
  position: absolute;
  top: 50%;
  left: -35%;
  width: 100%;
  transform: translateY(-50%);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ss-testimonial-slide-arrow {
    left: -22%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .ss-testimonial-slide-arrow {
    display: none;
  }
}
.ss-testimonial-slide-arrow button {
  display: grid;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  place-content: center;
  color: var(--tp-common-white);
  background-color: var(--tp-common-black);
}
.ss-testimonial-slide-arrow button:hover {
  color: var(--tp-common-black);
  background-color: var(--tp-common-white);
}
.ss-testimonial-slide-arrow .tp-testi-next {
  position: absolute;
  top: 0;
  left: auto;
  right: -70%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ss-testimonial-slide-arrow .tp-testi-next {
    right: -44%;
  }
}
.ss-testimonial-count {
  display: flex;
  gap: 20px;
}
.ss-testimonial-count-content span {
  line-height: 1.3;
  display: inline-block;
  color: var(--tp-common-white);
}
.ss-testimonial-count-title {
  margin: 0;
  font-size: 50px;
  line-height: 1;
  color: var(--tp-common-white);
}

/*  service css start here
/*----------------------------------------*/
.ss-service-bg-box {
  z-index: 2;
  border-radius: 20px;
  position: relative;
  background: rgba(255, 255, 255, 0.06);
}
@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) {
  .ss-service-bg-box {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media (max-width: 767px) {
  .ss-service-heading {
    margin-bottom: 30px;
  }
}
.ss-service-item {
  padding: 50px;
  position: relative;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.05);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), (max-width: 767px) {
  .ss-service-item {
    padding: 30px;
  }
}
.ss-service-item.style-2 {
  margin-top: 80px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .ss-service-item.style-2 {
    margin-top: 0;
  }
}
.ss-service-item.style-3 {
  margin-top: 160px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .ss-service-item.style-3 {
    margin-top: 0;
  }
}
.ss-service-item-icon span {
  width: 60px;
  margin-bottom: 25px;
  display: inline-block;
}
.ss-service-item .ing-feature-item-content {
  border-color: rgba(255, 255, 255, 0.15);
}
.ss-service-item .ing-feature-item-content p {
  color: rgba(255, 255, 255, 0.7);
}
.ss-service-item .ing-feature-item-title {
  color: var(--tp-common-white);
}
.ss-service-item .ing-feature-item-list ul li {
  color: var(--tp-common-white);
}
.ss-service-corner {
  position: relative;
  overflow: hidden;
  display: inline-block;
  padding: 20px 0 0 20px;
}
.ss-service-corner::before {
  right: 0px;
  left: initial;
  top: -19px;
  content: "";
  position: absolute;
  height: 40px;
  width: 20px;
  bottom: initial;
  border-radius: 0;
  -webkit-border-radius: 0;
  background-color: transparent;
  border-bottom-right-radius: 20px;
  box-shadow: 0 20px 0 0 #1B1B1B;
  border: 1px solid #1b1b1b;
  border-left: none;
}
.ss-service-corner::after {
  content: "";
  position: absolute;
  height: 45px;
  width: 20px;
  left: 2px;
  right: initial;
  top: initial;
  bottom: 3px;
  border-radius: 0;
  background-color: transparent;
  border-bottom-right-radius: 20px;
  box-shadow: 0 20px 0 0 #1B1B1B;
}
.ss-service-corner-inner {
  position: relative;
  background-color: #1B1B1B;
  padding: 20px 15px 20px 15px;
  border-radius: 30px 0px 0px 0px;
}
.ss-service-corner-inner a {
  position: relative;
  overflow: hidden;
  font-size: 10px;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  display: inline-grid;
  place-content: center;
  background-color: #A020F0;
  color: var(--tp-common-white);
}
.ss-service-corner-pos {
  right: -1px;
  bottom: -9px;
  position: absolute;
}

@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) {
  .ss-integrate-ptb {
    padding-top: 100px;
    margin-bottom: 100px;
  }
}
@media (max-width: 767px) {
  .ss-integrate-ptb {
    padding-top: 60px;
  }
}
.ss-integrate-shape {
  position: absolute;
  content: "";
  top: -37%;
  right: -70px;
  width: 500px;
  height: 500px;
  z-index: -1;
  filter: blur(125px);
  background: linear-gradient(-145deg, rgba(0, 255, 209, 0.3) 11.7%, rgba(160, 32, 240, 0.3) 80.03%);
}
@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) {
  .ss-integrate-shape {
    display: none;
  }
}
.ss-integrate-heading {
  position: absolute;
  bottom: 9%;
  left: 0;
  right: 0;
  z-index: 3;
  margin: 0 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) {
  .ss-integrate-heading {
    bottom: -10px;
  }
}
.ss-integrate-heading span {
  font-size: 14px;
  font-weight: 500;
  padding: 6px 25px;
  margin-bottom: 15px;
  border-radius: 20px;
  display: inline-block;
  background-color: var(--tp-common-paste);
}
.ss-integrate-heading p {
  color: rgba(255, 255, 255, 0.7);
}
@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) {
  .ss-integrate-heading .tp-section-title br {
    display: block;
  }
}
.ss-integrate-wrap {
  position: relative;
  overflow: hidden;
  display: inline-flex;
}
@media (max-width: 767px) {
  .ss-integrate-wrap {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.ss-integrate-wrap::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  height: 40%;
  width: 100%;
  background: linear-gradient(180deg, rgba(13, 13, 13, 0) 0%, #0D0D0D 100%);
}
.ss-integrate-wrap-shape {
  position: absolute;
  top: 10px;
  left: 0;
  right: 0;
  z-index: 2;
  opacity: 0.8;
  margin: 0 auto;
  border-radius: 0 0 50% 50%;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .ss-integrate-wrap-shape {
    display: none;
  }
}
.ss-integrate-icons {
  position: absolute;
  top: 70px;
  left: 0px;
  right: 0;
  margin: 0 auto;
  width: 1030px;
  height: 1030px;
  border-radius: 50%;
  animation: falgs-rotated 30s linear infinite;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .ss-integrate-icons {
    display: none;
  }
}
.ss-integrate-icons:hover {
  animation-play-state: paused;
}
.ss-integrate-icons:hover .icons {
  animation-play-state: paused;
}
.ss-integrate-icons .icon {
  position: absolute;
  z-index: 3;
  display: flex;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  animation: falgs-rotated 30s linear infinite reverse;
}
.ss-integrate-icons .icon img {
  max-width: inherit;
}
.ss-integrate-icons .icon:nth-child(1) {
  top: 505px;
  left: 984px;
}
.ss-integrate-icons .icon:nth-child(2) {
  top: 655px;
  left: 946px;
}
.ss-integrate-icons .icon:nth-child(3) {
  top: 790px;
  left: 877px;
}
.ss-integrate-icons .icon:nth-child(4) {
  top: 897px;
  left: 770px;
}
.ss-integrate-icons .icon:nth-child(5) {
  top: 966px;
  left: 635px;
}
.ss-integrate-icons .icon:nth-child(6) {
  top: 990px;
  left: 485px;
}
.ss-integrate-icons .icon:nth-child(7) {
  top: 966px;
  left: 335px;
}
.ss-integrate-icons .icon:nth-child(8) {
  top: 897px;
  left: 200px;
}
.ss-integrate-icons .icon:nth-child(9) {
  top: 790px;
  left: 75px;
}
.ss-integrate-icons .icon:nth-child(10) {
  top: 655px;
  left: 0px;
}
.ss-integrate-icons .icon:nth-child(11) {
  top: 505px;
  left: -38px;
}
.ss-integrate-icons .icon:nth-child(12) {
  top: 355px;
  left: -24px;
}
.ss-integrate-icons .icon:nth-child(13) {
  top: 220px;
  left: 24px;
}
.ss-integrate-icons .icon:nth-child(14) {
  top: 110px;
  left: 130px;
}
.ss-integrate-icons .icon:nth-child(15) {
  top: 6px;
  left: 268px;
}
.ss-integrate-icons .icon:nth-child(16) {
  top: -36px;
  left: 460px;
}
.ss-integrate-icons .icon:nth-child(17) {
  top: -8px;
  left: 640px;
}
.ss-integrate-icons .icon:nth-child(18) {
  top: 85px;
  left: 810px;
}
.ss-integrate-icons .icon:nth-child(19) {
  top: 220px;
  left: 920px;
}
.ss-integrate-icons .icon:nth-child(20) {
  top: 355px;
  left: 970px;
}

@keyframes falgs-rotated {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/*  pricing 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) {
  .ss-pricing-ptb {
    padding-top: 100px;
  }
}
.ss-pricing-style.ui-pricing-item {
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.06);
  mix-blend-mode: luminosity;
  backdrop-filter: blur(5px);
}
.ss-pricing-style.ui-pricing-item .ui-pricing-item-wrap {
  background-color: transparent;
}
.ss-pricing-style.ui-pricing-item .ui-pricing-item-title {
  color: var(--tp-common-white);
  font-family: var(--tp-ff-body);
}
.ss-pricing-style.ui-pricing-item .ui-pricing-item-month h4 {
  margin: 0;
  font-size: 54px;
  letter-spacing: -2.16px;
  color: var(--tp-common-white);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ss-pricing-style.ui-pricing-item .ui-pricing-item-month h4 {
    font-size: 45px;
  }
}
.ss-pricing-style.ui-pricing-item .ui-pricing-item-month h4 span {
  letter-spacing: -0.36px;
  color: rgba(255, 255, 255, 0.6);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .ss-pricing-style.ui-pricing-item .ui-pricing-item-btn {
    margin-bottom: 20px;
  }
}
.ss-pricing-style.ui-pricing-item .ui-pricing-item-btn a {
  padding: 16px 26px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.ss-pricing-style.ui-pricing-item .ui-pricing-item-list {
  padding-top: 0;
}
.ss-pricing-style.ui-pricing-item .ui-pricing-item-list ul li {
  color: var(--tp-common-white);
}
.ss-pricing-style.ui-pricing-item .ui-pricing-item-list ul li span {
  margin-right: 7px;
}
.ss-pricing-style.ui-pricing-item .ui-pricing-item-list ul li:not(:last-of-type) {
  margin-bottom: 12px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .ss-pricing-heading {
    margin-bottom: 30px;
  }
}
.ss-pricing-item-active {
  border-radius: 20px;
  padding: 12px 3px 3px;
  background: linear-gradient(133deg, #00FFD1 3.38%, #A020F0 87.7%);
}
.ss-pricing-item-active-title {
  font-size: 15px;
  text-align: center;
  margin-bottom: 12px;
  font-family: var(--tp-ff-body);
}
.ss-pricing-item-active .ss-pricing-style.ui-pricing-item {
  mix-blend-mode: inherit;
  backdrop-filter: inherit;
  background-color: #101113;
}
.ss-pricing-text {
  padding: 7px 15px;
  border-radius: 20px;
  display: inline-block;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.ss-pricing-text p {
  margin: 0;
  font-size: 15px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.7);
}
.ss-pricing-text p a {
  font-weight: 600;
  color: var(--tp-common-white);
}

/* =========================================
   PRICING SECTION STYLES
========================================= */
.tp-pricing-nav-wrapper {
  display: inline-flex;
  align-items: center;
  justify-content: end;
  position: relative;
  gap: 5px;
  padding: 5px;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.tp-pricing-nav-wrapper .nav-link {
  font-size: 15px;
  cursor: pointer;
  font-weight: 500;
  padding: 1px 22px;
  border-radius: 8px;
  letter-spacing: -0.3px;
  backdrop-filter: blur(5px);
  color: var(--tp-common-white);
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.tp-pricing-nav-wrapper .nav-link:hover {
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.tp-pricing-nav-wrapper .nav-link.active {
  color: var(--tp-common-black);
  background-color: var(--tp-common-white);
}

/*  feature css start here
/*----------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .ss-feature-ptb {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.ss-feature-shape {
  position: absolute;
  top: -300px;
  left: 0;
  z-index: -1;
  width: 530px;
  height: 600px;
  filter: blur(100px);
  transform: rotate(180deg);
  background-image: linear-gradient(145deg, rgba(160, 32, 240, 0.3) 11.7%, rgba(0, 255, 209, 0.3) 80.03%);
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .ss-feature-shape {
    top: -145px;
  }
}
@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) {
  .ss-feature-shape {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .ss-feature-heading {
    margin-bottom: 30px;
  }
}
.ss-feature-item {
  padding: 50px;
  border-radius: 20px;
  backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.15);
  background: linear-gradient(239deg, rgba(255, 255, 255, 0.08) 17.93%, rgba(255, 255, 255, 0.02) 81.51%);
}
@media (max-width: 767px) {
  .ss-feature-item {
    padding: 30px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .ss-feature-item-thumb.mb-70 {
    margin-bottom: 36px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), (max-width: 767px) {
  .ss-feature-item-thumb.mb-70 {
    margin-bottom: 10px;
  }
}
.ss-feature-item-thumb.mb-70 img {
  border-radius: 12px;
  animation: animate-pulse 3s linear infinite;
}
.ss-feature-item-content p {
  margin: 0;
  color: rgba(255, 255, 255, 0.7);
}
@media (max-width: 767px) {
  .ss-feature-item-content p br {
    display: none;
  }
}
.ss-feature-item-title {
  font-size: 24px;
  font-weight: 500;
  letter-spacing: -0.36px;
  color: var(--tp-common-white);
}

/*  faq css start here
/*----------------------------------------*/
.ss-faq-ptb .ss-integrate-shape {
  top: 26%;
  right: auto;
  left: -100px;
  background: linear-gradient(-40deg, rgba(0, 255, 209, 0.3) 11.7%, rgba(160, 32, 240, 0.3) 80.03%);
}
.ss-faq-box {
  position: relative;
  border-radius: 20px;
  background-color: rgba(255, 255, 255, 0.06);
}
@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) {
  .ss-faq-box {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
.ss-faq-box .ss-border-shape {
  transform: rotate(180deg);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .ss-faq-box .ss-border-shape {
    display: none;
  }
}
.ss-faq-text p {
  color: rgba(255, 255, 255, 0.7);
}
.ss-faq-wrapper {
  position: relative;
  z-index: 2;
}
.ss-faq-wrapper .am-faq-wrapper .accordion-items {
  padding: 0 30px;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.25);
}
.ss-faq-wrapper .am-faq-wrapper .accordion-buttons {
  font-size: 18px;
  letter-spacing: -0.27px;
  color: var(--tp-common-white);
}
@media (max-width: 767px) {
  .ss-faq-wrapper .am-faq-wrapper .accordion-buttons {
    padding: 20px 20px 20px 30px;
  }
}
@media (max-width: 767px) {
  .ss-faq-wrapper .am-faq-wrapper .accordion-body {
    padding: 0;
  }
}
.ss-faq-wrapper .am-faq-wrapper .accordion-body p {
  color: rgba(255, 255, 255, 0.7);
}

.ss-border-shape {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 205px;
  width: 105px;
  z-index: 1;
  display: inline-block;
  background-color: #0D0D0D;
  border-bottom-left-radius: 30px;
}
.ss-border-shape::before {
  content: "";
  position: absolute;
  background-color: transparent;
  bottom: -40px;
  right: 0;
  height: 40px;
  width: 20px;
  border-top-right-radius: 20px;
  box-shadow: 0px -18px 0 0 #0D0D0D;
}
.ss-border-shape::after {
  content: "";
  position: absolute;
  background-color: transparent;
  top: 0px;
  left: -20px;
  height: 40px;
  width: 20px;
  border-top-right-radius: 20px;
  box-shadow: 0px -18px 0 0 #0D0D0D;
}

/*  cta css start here
/*----------------------------------------*/
.ss-cta-wrapper {
  overflow: hidden;
  position: relative;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.06);
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .ss-cta-wrapper {
    padding-top: 140px;
    padding-bottom: 140px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .ss-cta-wrapper {
    padding-top: 100px;
    padding-left: 50px;
    padding-right: 50px;
    padding-bottom: 100px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .ss-cta-wrapper {
    padding-top: 80px;
    padding-left: 50px;
    padding-right: 50px;
    padding-bottom: 80px;
  }
}
@media (max-width: 767px) {
  .ss-cta-wrapper {
    padding-top: 70px;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 70px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .ss-cta-heading {
    margin-bottom: 40px;
  }
}
.ss-cta-thumb {
  position: absolute;
  bottom: 5%;
  z-index: 0;
  right: -14%;
  transform: rotate(-15deg);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .ss-cta-thumb {
    position: static;
    transform: rotate(0deg);
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .ss-cta-thumb {
    bottom: -8%;
    right: -35%;
    transform: scale(0.8) rotate(-15deg);
  }
}
.ss-cta-shape {
  position: absolute;
  top: 0;
  left: 30%;
  width: 800px;
  height: 800px;
  z-index: -1;
  filter: blur(125px);
  background: linear-gradient(-145deg, rgba(0, 255, 209, 0.3) 11.7%, rgba(160, 32, 240, 0.3) 80.03%);
}
.ss-cta-btn-box a {
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .ss-cta-btn-box a {
    margin-left: 0;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .ss-cta-btn-box a {
    margin-left: 10px;
  }
}

/*  blog 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) {
  .ss-blog-ptb {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.ss-blog-style .ss-blog-cetagorie {
  position: absolute;
  bottom: 12px;
  right: 30px;
  font-size: 16px;
  color: var(--tp-common-white);
}
.ss-blog-style .tp-blog-thumb {
  border-radius: 20px 20px 30px 20px;
}
.ss-blog-style .tp-blog-thumb img {
  border-radius: 20px 20px 30px 20px;
}
.ss-blog-style .tp-blog-thumb .shape-radius {
  position: absolute;
  bottom: 0;
  right: -2px;
  height: 50px;
  width: 150px;
  display: inline-block;
  transform: rotate(180deg);
  border-bottom-right-radius: 22px;
  border-bottom-left-radius: 22px;
  background-color: var(--tp-common-black);
}
.ss-blog-style .tp-blog-thumb .shape-radius::before {
  content: "";
  top: 50px;
  left: -2px;
  height: 52px;
  width: 54px;
  position: absolute;
  border-top-left-radius: 20px;
  background-color: transparent;
  box-shadow: 0px -18px 0 0 var(--tp-common-black);
}
.ss-blog-style .tp-blog-thumb .shape-radius::after {
  content: "";
  bottom: 10px;
  right: -20px;
  height: 40px;
  width: 20px;
  position: absolute;
  border-top-left-radius: 20px;
  background-color: transparent;
  box-shadow: 0px -18px 0 0 var(--tp-common-black);
}
.ss-blog-style .tp-blog-content {
  padding: 30px 0 0;
}
.ss-blog-style .tp-blog-content p {
  margin-bottom: 20px;
  color: rgba(255, 255, 255, 0.7);
}
.ss-blog-style .tp-blog-title {
  padding-bottom: 0;
  margin-bottom: 18px;
  border-color: transparent;
  color: var(--tp-common-white);
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .ss-blog-style .tp-blog-title {
    font-size: 24px;
  }
}
.ss-blog-style .tp-blog-link-btn {
  color: var(--tp-common-white);
}
.ss-blog-style .tp-blog-link-btn:hover {
  color: var(--tp-common-paste);
}
.ss-blog-style .tp-blog-meta {
  top: 30px;
  right: 30px;
  bottom: auto;
  left: auto;
}

/*----------------------------------------*/
/*  7.7 Resume home all Css here
/*----------------------------------------*/
/*  hero css start here
/*----------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .rb-hero-ptb {
    padding-top: 130px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .rb-hero-box {
    padding-top: 100px;
    padding-bottom: 60px;
  }
}
.rb-hero-feature-wrap {
  margin-bottom: 20px;
  padding-right: 80px;
  padding-bottom: 20px;
  display: inline-block;
  border-bottom: 1px solid rgba(13, 13, 13, 0.1);
}
@media (max-width: 767px) {
  .rb-hero-feature-wrap {
    padding-right: 0;
  }
}
.rb-hero-feature-title {
  font-size: 16px;
  font-weight: 400;
  display: block;
  margin-bottom: 8px;
  color: var(--tp-common-black);
}
.rb-hero-feature-title i {
  font-weight: 500;
}
.rb-hero-feature-title i svg {
  margin-right: 6px;
  display: inline-block;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .rb-hero-text p br {
    display: none;
  }
}
.rb-hero-rating-title {
  font-size: 16px;
  display: inline-block;
  color: var(--tp-common-black);
}
.rb-hero-rating-title img {
  margin: 0 6px;
}
.rb-hero-thumb-main img {
  max-width: inherit;
}
@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) {
  .rb-hero-thumb-main img {
    max-width: 100%;
  }
}
.rb-hero-thumb-shapes .shape-1 {
  position: absolute;
  top: 33%;
  left: -12%;
}
@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-hero-thumb-shapes .shape-1 {
    display: none;
  }
}
.rb-hero-thumb-shapes .shape-2 {
  position: absolute;
  top: 19%;
  right: -27%;
}
@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-hero-thumb-shapes .shape-2 {
    display: none;
  }
}
.rb-hero-thumb-shapes .shape-3 {
  position: absolute;
  top: 0;
  left: 17%;
  transform-origin: top right;
  animation: tpswing 1s forwards infinite alternate;
}
@media (max-width: 767px) {
  .rb-hero-thumb-shapes .shape-3 {
    display: none;
  }
}
.rb-hero-thumb-shapes .shape-4 {
  position: absolute;
  top: 0;
  right: 5%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .rb-hero-thumb-shapes .shape-4 {
    right: -4%;
  }
}
@media (max-width: 767px) {
  .rb-hero-thumb-shapes .shape-4 {
    display: none;
  }
}
.rb-hero-thumb-shapes .shape-5 {
  top: 0;
  left: 42%;
  border-radius: 50%;
  position: absolute;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .rb-hero-thumb-shapes .shape-5 {
    left: 35%;
    top: -10%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .rb-hero-thumb-shapes .shape-5 {
    left: 34%;
    top: -10%;
  }
}
@media (max-width: 767px) {
  .rb-hero-thumb-shapes .shape-5 {
    left: 64%;
    transform: scale(0.7);
  }
}
.rb-hero-btn-wrap {
  gap: 20px;
  display: flex;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), (max-width: 767px) {
  .rb-hero-btn-wrap {
    gap: 10px;
    flex-wrap: wrap;
  }
}

/*  banner css start here
/*----------------------------------------*/
.rb-banner-bg::after {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 40%;
  content: "";
  background-color: #F2F2F2;
}
.rb-banner-wrapper {
  z-index: 2;
  position: relative;
  border-radius: 20px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .rb-banner-wrapper {
    padding-top: 120px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .rb-banner-wrapper {
    padding-top: 80px;
  }
}
@media (max-width: 767px) {
  .rb-banner-wrapper {
    padding-top: 60px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .rb-banner-heading {
    padding-bottom: 100px;
  }
}
@media (max-width: 767px) {
  .rb-banner-heading {
    padding-bottom: 60px;
  }
}
.rb-banner-title {
  font-size: 80px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -2.4px;
  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-banner-title {
    font-size: 70px;
  }
}
@media (max-width: 767px) {
  .rb-banner-title {
    font-size: 50px;
  }
}
.rb-banner-title span {
  display: inline-block;
  color: var(--tp-common-paste);
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .rb-banner-title br {
    display: none;
  }
}
@media (max-width: 767px) {
  .rb-banner-slider-wrapper {
    transform: translateY(20px);
  }
}
.rb-banner-slider-title {
  font-size: 160px;
  font-weight: 700;
  line-height: 1;
  color: transparent;
  padding-bottom: 20px;
  margin: 0;
  font-family: var(--tp-ff-p);
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: rgba(255, 255, 255, 0.65);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .rb-banner-slider-title {
    font-size: 120px;
  }
}
@media (max-width: 767px) {
  .rb-banner-slider-title {
    font-size: 110px;
  }
}

/*  blog css start here
/*----------------------------------------*/
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .rb-blog-ptb {
    padding-top: 100px;
    padding-bottom: 80px;
  }
}
@media (max-width: 767px) {
  .rb-blog-ptb {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .rb-blog-heading {
    margin-bottom: 30px;
  }
}
.rb-blog-item:hover .rb-blog-item-thumb img {
  transform: scale(1.1);
}
.rb-blog-item-thumb {
  overflow: hidden;
  border-radius: 20px;
}
.rb-blog-item-thumb img {
  width: 100%;
  border-radius: 20px;
  transition: all 0.5s ease-in-out;
}
.rb-blog-item-title {
  font-size: 25px;
  margin-bottom: 15px;
  letter-spacing: -0.375px;
}
@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-blog-item-title {
    font-size: 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) {
  .rb-blog-item-title br {
    display: none;
  }
}
.rb-blog-item-meta {
  font-size: 16px;
  position: relative;
  display: inline-block;
  margin-bottom: 20px;
}
.rb-blog-item-meta::before {
  content: "";
  width: 30px;
  height: 1.5px;
  margin-right: 15px;
  margin-bottom: 5px;
  display: inline-block;
  background-color: var(--tp-theme-1);
}
.rb-blog-item-content {
  margin-bottom: 25px;
  padding-bottom: 5px;
  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) {
  .rb-blog-item-content p br {
    display: none;
  }
}
.rb-blog-item-btn a {
  font-size: 17px;
  font-weight: 500;
  letter-spacing: -0.34px;
  color: var(--tp-common-black);
}
.rb-blog-item-btn a:hover span {
  background-color: var(--tp-theme-1);
}
.rb-blog-item-btn a span {
  width: 46px;
  height: 46px;
  margin-right: 5px;
  text-align: center;
  border-radius: 10px;
  place-content: center;
  background: #0D0D0D;
  display: inline-grid;
  -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;
}

@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-testimonial-ptb {
    padding-top: 0;
  }
}

/*  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) {
  .rb-feature-ptb {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media (max-width: 767px) {
  .rb-feature-ptb {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .rb-feature-heading {
    margin-bottom: 30px;
  }
}
.rb-feature-item {
  padding: 50px;
  overflow: hidden;
  border-radius: 20px;
  background: var(--tp-gray-1);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .rb-feature-item {
    padding: 40px;
  }
}
@media (max-width: 767px) {
  .rb-feature-item {
    padding: 30px;
  }
}
.rb-feature-item.style-1 {
  height: 476px;
}
@media (max-width: 767px) {
  .rb-feature-item.style-1 {
    height: auto;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .rb-feature-item.style-1 .rb-feature-item-content p br {
    display: none;
  }
}
.rb-feature-item.style-2 {
  height: 420px;
}
@media (max-width: 767px) {
  .rb-feature-item.style-2 {
    height: auto;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .rb-feature-item.style-2 .rb-feature-item-content p br {
    display: none;
  }
}
@media (max-width: 767px) {
  .rb-feature-item-content {
    padding-bottom: 20px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .rb-feature-item-content p br {
    display: none;
  }
}
.rb-feature-item-title {
  margin-bottom: 10px;
}

/*----------------------------------------*/
/*  7.8 Advertising home all Css here
/*----------------------------------------*/
/*  hero css start here
/*----------------------------------------*/
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .cb-hero-ptb {
    padding-top: 200px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .cb-hero-ptb {
    padding-top: 185px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .cb-hero-ptb {
    padding-top: 170px;
    padding-bottom: 60px;
  }
}
.cb-hero-thumb-wrapper {
  margin-right: -90px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .cb-hero-thumb-wrapper {
    margin-right: 0;
  }
}
.cb-hero-thumb-text {
  margin-right: 40px;
}
.cb-hero-thumb-text span {
  font-size: 16px;
  font-weight: 500;
  display: inline-block;
  color: var(--tp-common-black);
}
.cb-hero-thumb-text span i {
  margin-right: 3px;
}
.cb-hero-video video {
  height: 400px;
  width: 400px;
  object-fit: cover;
  mix-blend-mode: multiply;
}
@media (max-width: 767px) {
  .cb-hero-heading .tp-section-title {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .cb-hero-top {
    padding-bottom: 50px;
  }
}
.cb-hero-brand-wrapper {
  padding: 70px 100px;
  border-radius: 20px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.6) 0%, rgba(255, 255, 255, 0.6) 100%);
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .cb-hero-brand-wrapper {
    padding: 60px 35px;
  }
}
.cb-hero-brand-wrapper .am-hero-brand-item {
  opacity: 0.7;
}

/*  about css start here
/*----------------------------------------*/
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .cb-about-ptb {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .cb-about-ptb {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .cb-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) {
  .cb-about-wrapper .tp-section-title {
    font-size: 40px;
  }
}
.cb-about-thumb-wrapper {
  overflow: hidden;
  border-radius: 16px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .cb-about-thumb-wrapper {
    margin-bottom: 40px;
  }
}
.cb-about-thumb-wrapper img {
  border-radius: 16px;
}
.cb-about-thumb-wrapper .shape-radius {
  position: absolute;
  bottom: 100px;
  left: -70px;
  height: 50px;
  width: 190px;
  display: inline-block;
  transform: rotate(-90deg);
  border-bottom-left-radius: 22px;
  border-bottom-right-radius: 22px;
  background-color: var(--tp-common-white);
}
.cb-about-thumb-wrapper .shape-radius::before {
  content: "";
  bottom: 10px;
  left: -20px;
  height: 40px;
  width: 20px;
  position: absolute;
  background-color: transparent;
  border-top-right-radius: 20px;
  box-shadow: 0px -18px 0 0 var(--tp-common-white);
}
.cb-about-thumb-wrapper .shape-radius::after {
  content: "";
  bottom: 10px;
  right: -20px;
  height: 40px;
  width: 20px;
  position: absolute;
  border-top-left-radius: 20px;
  background-color: transparent;
  box-shadow: 0px -18px 0 0 var(--tp-common-white);
}
.cb-about-thumb-video {
  top: auto;
  right: auto;
  left: -45px;
  bottom: 108px;
}
@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) {
  .cb-about-text p br {
    display: none;
  }
}
.cb-about-wrap {
  gap: 120px;
  align-items: center;
}
@media (max-width: 767px) {
  .cb-about-wrap {
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .cb-about-wrap {
    gap: 45px;
  }
}
@media (max-width: 767px) {
  .cb-about-wrap {
    gap: 30px;
  }
}
.cb-about-counter {
  position: relative;
}
.cb-about-counter-title {
  width: 320px;
  font-size: 120px;
  font-weight: 600;
  color: #E4E4E4;
  display: inline-block;
  letter-spacing: -3.6px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .cb-about-counter-title {
    font-size: 90px;
    width: 265px;
  }
}
.cb-about-counter-title span {
  font-size: 80px;
  display: inline-block;
  transform: translate(-16px, -35px);
}
.cb-about-counter-subtitle {
  position: absolute;
  bottom: 35px;
  right: -15px;
  line-height: 1.1;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.32px;
}

/*  funfact 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) {
  .cb-funfact-ptb {
    padding-bottom: 0;
  }
}
.cb-funfact-item {
  padding: 50px;
  overflow: hidden;
  border-radius: 20px;
}
@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) {
  .cb-funfact-item {
    padding: 35px;
  }
}
@media (max-width: 767px) {
  .cb-funfact-item {
    padding: 30px;
  }
}
.cb-funfact-item-content p {
  font-size: 24px;
  line-height: 1.3;
  letter-spacing: -0.48px;
  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: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .cb-funfact-item-content p br {
    display: none;
  }
}
.cb-funfact-item-content a {
  font-size: 16px;
  font-weight: 500;
  color: var(--tp-theme-1);
}
.cb-funfact-item-content a span {
  margin-left: 4px;
}
.cb-funfact-item.style-2 {
  height: 346px;
}
@media (max-width: 767px) {
  .cb-funfact-item.style-2 {
    height: auto;
  }
}
.cb-funfact-item.style-2 img {
  padding-top: 70px;
}
.cb-funfact-item.style-3 {
  height: 710px;
  padding-top: 60px;
  text-align: center;
  border: 1px solid rgba(13, 13, 13, 0.1);
}
@media (max-width: 767px) {
  .cb-funfact-item.style-3 {
    height: 700px;
  }
}
.cb-funfact-item.style-4 {
  height: 345px;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .cb-funfact-item.style-4 {
    height: 330px;
  }
}
.cb-funfact-item.style-5 {
  height: 345px;
  position: relative;
}
@media (max-width: 767px) {
  .cb-funfact-item.style-5 {
    height: auto;
  }
}
.cb-funfact-count-title {
  font-size: 20px;
  display: inline-block;
  transform: translate(-20px, -6px);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), (max-width: 767px) {
  .cb-funfact-count-title {
    transform: translate(-15px, 0px);
  }
}
.cb-funfact-count-title span {
  font-size: 120px;
  font-weight: 600;
  line-height: 0.7;
  margin-bottom: 30px;
  letter-spacing: -4.8px;
  color: var(--tp-common-black);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), (max-width: 767px) {
  .cb-funfact-count-title span {
    font-size: 85px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cb-funfact-count-title span {
    font-size: 100px;
  }
}
.cb-funfact-count-box {
  position: absolute;
  bottom: 40px;
  left: 40px;
  width: 240px;
  border-radius: 10px;
  padding: 35px 30px 20px;
  border: 1.5px solid rgba(255, 255, 255, 0.4);
  background: linear-gradient(239deg, rgba(255, 255, 255, 0.16) 17.93%, rgba(255, 255, 255, 0.04) 81.51%);
  backdrop-filter: blur(20px);
}
.cb-funfact-count-box p {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.32px;
  color: var(--tp-common-paste);
}
.cb-funfact-count-sub {
  font-size: 50px;
  font-weight: 500;
  line-height: 0.7;
  letter-spacing: -1px;
  color: var(--tp-common-white);
}
.cb-funfact-mid-title {
  font-size: 36px;
  font-weight: 500;
  letter-spacing: -0.72px;
  color: var(--tp-common-black);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), (max-width: 767px) {
  .cb-funfact-mid-title {
    font-size: 30px;
  }
}
.cb-funfact-end-title {
  line-height: 1;
  font-size: 45px;
  font-weight: 500;
  letter-spacing: -1px;
  color: var(--tp-common-black);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 768px) and (max-width: 991px) {
  .cb-funfact-end-title {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .cb-funfact-end-title {
    font-size: 32px;
  }
}
.cb-funfact-brand {
  position: relative;
}

.cb-funfact-icons {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0;
  width: 438px;
  height: 438px;
  margin: 0 auto;
  border-radius: 50%;
  animation: falgs-rotated 30s linear infinite;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .cb-funfact-icons {
    left: -25px;
    width: 426px;
    height: 420px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .cb-funfact-icons {
    left: -40px;
    width: 426px;
    height: 420px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), (max-width: 767px) {
  .cb-funfact-icons {
    left: -50px;
    width: 430px;
    height: 420px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .cb-funfact-icons {
    left: 0;
  }
}
.cb-funfact-icons:hover {
  animation-play-state: paused;
}
.cb-funfact-icons:hover .icons {
  animation-play-state: paused;
}
.cb-funfact-icons .icon {
  position: absolute;
  z-index: 3;
  display: flex;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  animation: falgs-rotated 30s linear infinite reverse;
}
.cb-funfact-icons .icon img {
  max-width: inherit;
}
.cb-funfact-icons .icon:nth-child(1) {
  top: 0px;
  left: 87px;
}
.cb-funfact-icons .icon:nth-child(2) {
  top: 0px;
  right: 87px;
}
.cb-funfact-icons .icon:nth-child(3) {
  top: 130px;
  right: 0px;
}
.cb-funfact-icons .icon:nth-child(4) {
  bottom: 40px;
  right: 20px;
}
.cb-funfact-icons .icon:nth-child(5) {
  bottom: 0;
  left: 168px;
}
.cb-funfact-icons .icon:nth-child(6) {
  bottom: 40px;
  left: 20px;
}
.cb-funfact-icons .icon:nth-child(7) {
  top: 130px;
  left: 0px;
}

/*  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;
}

/*  team css start here
/*----------------------------------------*/
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .cb-team-ptb {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .cb-team-ptb {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media (max-width: 767px) {
  .cb-team-heading {
    margin-bottom: 30px;
  }
}
.cb-team-item:hover .cb-team-item-thumb img {
  transform: scale(1.1);
}
.cb-team-item:hover .cb-team-item-thumb::before {
  opacity: 1;
  height: 100%;
  visibility: visible;
}
.cb-team-item:hover .cb-team-item-content {
  opacity: 1;
  bottom: 50px;
  visibility: visible;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .cb-team-item:hover .cb-team-item-content {
    bottom: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .cb-team-item:hover .cb-team-item-content {
    bottom: 30px;
  }
}
.cb-team-item-thumb {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}
.cb-team-item-thumb img {
  width: 100%;
  border-radius: 20px;
  transition: all 0.5s ease-in-out;
}
.cb-team-item-thumb::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  opacity: 0;
  visibility: hidden;
  border-radius: 20px;
  pointer-events: none;
  z-index: 1;
  transition: all 0.5s ease-in-out;
  background: linear-gradient(180deg, rgba(13, 13, 13, 0) 0%, rgba(13, 13, 13, 0.6) 100%);
}
.cb-team-item-thumb-text {
  position: absolute;
  top: 0;
  right: -10px;
  font-size: 80px;
  font-weight: 600;
  line-height: 1;
  display: inline-block;
  letter-spacing: -2.4px;
  writing-mode: sideways-lr;
  color: var(--tp-common-white);
}
.cb-team-item-content {
  position: absolute;
  bottom: 20px;
  left: 50px;
  right: 50px;
  opacity: 0;
  z-index: 2;
  margin: 0 auto;
  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;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .cb-team-item-content {
    left: 25px;
    right: 25px;
  }
}
.cb-team-item-content-text span {
  font-size: 16px;
  color: var(--tp-common-white);
}
.cb-team-item-title {
  font-size: 26px;
  margin-bottom: 0;
  letter-spacing: -0.39px;
  color: var(--tp-common-white);
}
.cb-team-item-social-icon {
  width: 60px;
  height: 60px;
  text-align: center;
  border-radius: 60px;
  display: inline-grid;
  place-content: center;
  backdrop-filter: blur(15px);
  background: rgba(255, 255, 255, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.cb-team-slider-wrapper .cb-team-active .swiper-wrapper .swiper-slide.swiper-slide-active .cb-team-item-thumb::before {
  opacity: 1;
  height: 100%;
  visibility: visible;
}
.cb-team-slider-wrapper .cb-team-active .swiper-wrapper .swiper-slide.swiper-slide-active .cb-team-item-content {
  opacity: 1;
  bottom: 50px;
  visibility: visible;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .cb-team-slider-wrapper .cb-team-active .swiper-wrapper .swiper-slide.swiper-slide-active .cb-team-item-content {
    bottom: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .cb-team-slider-wrapper .cb-team-active .swiper-wrapper .swiper-slide.swiper-slide-active .cb-team-item-content {
    bottom: 30px;
  }
}
.cb-team-dot .swiper-pagination-bullet {
  width: 10px;
  height: 8px;
  display: inline-block;
  border-radius: 30px;
  background: #F2F2F2;
  opacity: 1;
  transition: 0.3s;
}
.cb-team-dot .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 30px;
  background-color: var(--tp-common-black);
}

.int-team-bg::after {
  position: absolute;
  content: "";
  bottom: -3%;
  right: 0;
  width: 400px;
  height: 400px;
  filter: blur(150px);
  border-radius: 1123.7px;
  background: linear-gradient(180deg, rgba(160, 32, 240, 0.35) 0%, rgba(0, 255, 209, 0.35) 100%);
}
.int-team-bg.left::after {
  right: auto;
  left: 0;
}

/*  testimonial css start here
/*----------------------------------------*/
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .cb-testimonial-wrap {
    padding-left: 50px;
    padding-top: 120px;
    padding-bottom: 120px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .cb-testimonial-wrap {
    padding-left: 20px;
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .cb-testimonial-wrap {
    padding-left: 20px;
    padding-top: 80px;
    padding-bottom: 60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .cb-testimonial-heading {
    margin-bottom: 30px;
  }
}
.cb-testimonial-item {
  gap: 225px;
  display: flex;
  overflow: hidden;
  padding: 112px 50px;
  flex-direction: column;
  transition: 0.2s ease-in-out;
  border-left: 1px solid rgba(255, 255, 255, 0.15);
}
@media only screen and (min-width: 1600px) and (max-width: 1700px) {
  .cb-testimonial-item {
    padding: 112px 30px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .cb-testimonial-item {
    padding: 100px 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .cb-testimonial-item {
    gap: 200px;
    padding: 80px 20px;
  }
}
.cb-testimonial-item:hover .cb-testimonial-item-hover, .cb-testimonial-item.active .cb-testimonial-item-hover {
  opacity: 1;
  visibility: visible;
}
.cb-testimonial-item-sub span {
  font-size: 16px;
  font-weight: 500;
  display: inline-block;
  color: var(--tp-common-white);
}
.cb-testimonial-item-title h3 {
  font-size: 26px;
  margin-bottom: 4px;
  letter-spacing: -0.39px;
  color: var(--tp-common-white);
}
.cb-testimonial-item-hover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  padding: 150px 50px 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background: linear-gradient(159deg, #A020F0 0.1%, #00FFD1 99.9%);
}
@media only screen and (min-width: 1600px) and (max-width: 1700px) {
  .cb-testimonial-item-hover {
    padding: 150px 30px 0;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .cb-testimonial-item-hover {
    padding: 120px 25px 0;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .cb-testimonial-item-hover {
    padding: 100px 20px 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .cb-testimonial-item-hover {
    padding: 100px 40px 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .cb-testimonial-item-hover {
    padding: 80px 20px 0;
  }
}
.cb-testimonial-item-hover p {
  font-size: 20px;
  margin-bottom: 40px;
  color: var(--tp-common-white);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .cb-testimonial-item-hover p {
    font-size: 18px;
  }
}
.cb-testimonial-item-des {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 50px;
  display: inline-block;
  color: var(--tp-common-white);
}

/*----------------------------------------*/
/*  7.9 Network home all Css here
/*----------------------------------------*/
/*  hero css start here
/*----------------------------------------*/
.nn-hero-ptb {
  margin: 0 20px;
  padding-top: 190px;
  border-radius: 20px;
  padding-bottom: 15px;
  background-color: var(--tp-gray-1);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .nn-hero-ptb {
    padding-bottom: 120px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .nn-hero-ptb {
    padding-top: 140px;
    padding-bottom: 0;
  }
}
.nn-hero-bg {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  z-index: -1;
  padding-top: 190px;
  border-radius: 20px;
  padding-bottom: 15px;
  background-size: cover;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .nn-hero-bg {
    padding-top: 150px;
    padding-bottom: 120px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .nn-hero-bg {
    padding-top: 140px;
    padding-bottom: 0;
  }
}
.nn-hero-thumb {
  position: absolute;
  top: 0;
  right: 0;
  width: 44.4%;
  height: 100%;
  overflow: hidden;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .nn-hero-thumb {
    position: static;
    width: 100%;
  }
}
.nn-hero-thumb > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.nn-hero-thumb-shape {
  position: absolute;
  bottom: 0;
  right: 0;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .nn-hero-thumb-shape {
    bottom: -4%;
    right: -14%;
    transform: scale(0.7);
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .nn-hero-thumb-shape {
    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) {
  .nn-hero-content {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .nn-hero-heading .tp-section-title {
    line-height: 1.2;
    letter-spacing: -0.2px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .nn-hero-heading .tp-section-title br {
    display: block;
  }
}
.nn-hero-rotate-text {
  position: absolute;
  bottom: 0;
  right: 47%;
  writing-mode: sideways-lr;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .nn-hero-rotate-text {
    bottom: auto;
    right: 10%;
    top: 9%;
  }
}
@media (max-width: 767px) {
  .nn-hero-rotate-text {
    display: none;
  }
}
.nn-hero-rotate-text span {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.32px;
  text-transform: uppercase;
  color: var(--tp-common-black);
}
.nn-hero-rotate-text span::before {
  content: "";
  height: 60px;
  width: 1px;
  margin-top: 14px;
  display: inline-block;
  transform: translateX(-4px);
  background-color: var(--tp-theme-1);
}
.nn-hero-social-box {
  position: absolute;
  top: 50%;
  left: 40px;
  transform: translateY(-50%);
}
@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) {
  .nn-hero-social-box {
    display: none;
  }
}
.nn-hero-social-text {
  writing-mode: vertical-lr;
  margin-bottom: 20px;
}
.nn-hero-social-text span {
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: var(--tp-common-black);
}
.nn-hero-social-text span::after {
  margin-top: 7px;
  content: "";
  height: 60px;
  width: 1px;
  display: inline-block;
  transform: translateX(-2px);
  background-color: rgba(20, 20, 20, 0.1);
}
.nn-hero-social a {
  margin-bottom: 20px;
  display: table;
}
.nn-hero-social a span {
  color: #141414;
}

/*  feature css start here
/*----------------------------------------*/
.nn-feature-bg {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .nn-feature-bg {
    padding-top: 120px;
    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) {
  .nn-feature-bg {
    padding-top: 100px;
    padding-bottom: 80px;
  }
}
.nn-feature-bg::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  height: 500px;
  width: 500px;
  z-index: -1;
  filter: blur(100px);
  background: linear-gradient(40deg, #A020F0 23.76%, #00FFD1 70.73%);
}
.nn-feature-bg::before {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  height: 500px;
  width: 500px;
  z-index: -1;
  filter: blur(100px);
  background: linear-gradient(-40deg, #A020F0 23.76%, #00FFD1 70.73%);
}
.nn-feature-item {
  position: relative;
  height: 100%;
  border-radius: 20px;
  padding: 60px 30px 55px;
  z-index: 1;
  -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;
}
.nn-feature-item::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
  border-radius: 20px;
  -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: var(--tp-common-white);
  box-shadow: 0 2px 3px 0 rgba(50, 41, 73, 0.1);
}
.nn-feature-item:hover::before {
  top: 15px;
  left: 15px;
  height: calc(100% - 30px);
  width: calc(100% - 30px);
}
.nn-feature-item:hover .nn-feature-icon::before {
  transform: translate(-50%, -50%) scale(1.25);
}
.nn-feature-item-style-bg {
  padding: 50px 40px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.nn-feature-item-style-bg::before {
  content: none;
}
.nn-feature-item-style-bg .nn-feature-title {
  font-size: 34px;
  line-height: 1.18;
  color: var(--tp-common-white);
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .nn-feature-item-style-bg .nn-feature-title {
    font-size: 30px;
  }
}
.nn-feature-title {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.1;
  margin-bottom: 30px;
  letter-spacing: -0.36px;
  color: var(--tp-common-black);
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .nn-feature-title {
    margin-bottom: 15px;
  }
}
.nn-feature-icon {
  position: relative;
  width: 200px;
  height: 200px;
  line-height: 200px;
  text-align: center;
  border-radius: 50%;
  margin-bottom: 25px;
  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;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .nn-feature-icon {
    margin-bottom: 15px;
  }
}
.nn-feature-icon.color-1::before {
  background-color: #FFE9FD;
}
.nn-feature-icon.color-2::before {
  background-color: #E9EDFF;
}
.nn-feature-icon.color-3::before {
  background-color: #FFF0FA;
}
.nn-feature-icon.color-4::before {
  background-color: #E4EEFF;
}
.nn-feature-icon.color-5::before {
  background-color: #FFE9FD;
}
.nn-feature-icon::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  height: 160px;
  width: 160px;
  z-index: -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;
  transform: translate(-50%, -50%);
}
.nn-feature-icon img {
  min-width: 110px;
}
.nn-feature-content p {
  margin-bottom: 25px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .nn-feature-content p br {
    display: none;
  }
}
.nn-feature-category span {
  font-weight: 500;
  font-size: 11px;
  line-height: 1;
  padding: 7px 12px;
  border-radius: 27px;
  display: inline-block;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  margin-bottom: 5px;
  -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);
  border: 1px solid rgba(13, 13, 13, 0.1);
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .nn-feature-category span {
    margin-bottom: 5px;
  }
}
.nn-feature-category span:hover {
  background: #F3F3F9;
  border-color: #F3F3F9;
}
.nn-feature-btn-box .tp-btn {
  font-size: 17px;
  font-weight: 500;
  display: inline-flex;
  border-radius: 60px;
  letter-spacing: -0.34px;
  padding: 6px 10px 6px 20px;
  color: var(--tp-common-white);
  justify-content: space-between;
  align-items: center;
  border: 1.5px solid rgba(255, 255, 255, 0.3);
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
}
.nn-feature-btn-box .tp-btn i {
  display: grid;
  place-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  text-align: center;
  background: var(--tp-common-white);
}

/*  pricing css start here
/*----------------------------------------*/
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .nn-pricing-ptb {
    padding-top: 100px;
    padding-bottom: 0px;
  }
}
@media (max-width: 767px) {
  .nn-pricing-ptb {
    padding-top: 80px;
    padding-bottom: 0px;
  }
}
.nn-pricing-ptb.int-team-bg::after {
  right: auto;
  left: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .nn-pricing-heading .tp-section-title {
    font-size: 45px;
  }
}
.nn-pricing-item {
  padding: 50px;
  border-radius: 20px;
  border: 1px solid rgba(13, 13, 13, 0.15);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .nn-pricing-item {
    padding: 40px;
  }
}
@media (max-width: 767px) {
  .nn-pricing-item {
    padding: 30px;
  }
}
.nn-pricing-item.active {
  border-color: transparent;
  background: var(--tp-gray-1);
}
.nn-pricing-item-content-top {
  padding-bottom: 35px;
  margin-bottom: 35px;
  border-bottom: 1px solid rgba(13, 13, 13, 0.15);
}
.nn-pricing-item-title {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 15px;
  letter-spacing: -0.27px;
}
.nn-pricing-item-price {
  font-size: 36px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.72px;
  color: var(--tp-common-black);
}
.nn-pricing-item-price del {
  font-size: 24px;
  font-weight: 400;
  color: var(--tp-text-body);
}
.nn-pricing-item-price i {
  margin: 0;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  margin-left: -5px;
  display: inline-block;
}
.nn-pricing-item-list {
  margin-bottom: 40px;
}
.nn-pricing-item-list ul {
  display: block;
}
.nn-pricing-item-list ul li {
  list-style: none;
  display: flex;
  margin-bottom: 7px;
}
.nn-pricing-item-list ul li span {
  margin-right: 8px;
  display: inline-block;
}

/*  portfolio css start here
/*----------------------------------------*/
.nn-project-bg {
  border-radius: 20px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .nn-project-bg {
    padding-top: 120px;
    padding-bottom: 100px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .nn-project-bg {
    padding-top: 100px;
    padding-bottom: 80px;
  }
}
.nn-project-wrapper {
  padding: 0 75px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .nn-project-wrapper {
    padding: 0 55px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .nn-project-wrapper {
    padding: 0 30px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .nn-project-heading {
    padding: 0 55px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .nn-project-heading {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .nn-project-heading {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .nn-project-heading .tp-section-title {
    font-size: 36px;
  }
}
@media only screen and (min-width: 1600px) and (max-width: 1700px) {
  .nn-project-heading .tp-section-title br {
    display: none;
  }
}
.nn-project-item {
  padding-top: 240px;
  border-radius: 20px;
  padding-bottom: 40px;
}
.nn-project-item-thumb {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  overflow: hidden;
}
.nn-project-item-content {
  padding: 40px;
  margin-left: 40px;
  border-radius: 15px;
  display: inline-block;
  backdrop-filter: blur(20px);
  background: linear-gradient(239deg, rgba(255, 255, 255, 0.06) 17.93%, rgba(255, 255, 255, 0.02) 81.51%);
}
@media (max-width: 767px) {
  .nn-project-item-content {
    padding: 25px;
    margin-left: 20px;
  }
}
.nn-project-item-title {
  font-size: 24px;
  font-weight: 500;
  letter-spacing: -0.72px;
  color: var(--tp-common-white);
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .nn-project-item-title br {
    display: none;
  }
}
.nn-project-item-num {
  margin: 0;
  line-height: 1;
  font-size: 240px;
  letter-spacing: -3.6px;
  color: rgba(255, 255, 255, 0.2);
}
@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) {
  .nn-project-item-num {
    font-size: 160px;
  }
}
@media (max-width: 767px) {
  .nn-project-item-num {
    font-size: 150px;
  }
}
.nn-project-item-num-wrap {
  position: absolute;
  right: 50px;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .nn-project-item-num-wrap {
    top: 25%;
    right: 20px;
  }
}
.nn-project-bottom {
  padding: 0 75px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .nn-project-bottom {
    padding: 0 55px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .nn-project-bottom {
    padding: 0 30px;
  }
}
.nn-project-bottom .rb-portfolio-counter-title {
  -webkit-text-stroke-color: rgb(0, 255, 209);
}
.nn-project-bottom .rb-portfolio-counter-subtitle {
  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) {
  .nn-project-bottom .rb-portfolio-bottom {
    padding: 0;
  }
}

.tp-project-details-list ul li {
  font-weight: 400;
  font-size: 16px;
  color: var(--tp-common-black);
  list-style: none;
}
.tp-project-details-list ul li:not(:last-child) {
  margin-bottom: 4px;
}
.tp-project-details-list ul li svg {
  margin-right: 10px;
}
.tp-project-details-list ul li span {
  font-weight: 500;
}
.tp-project-details-info p {
  font-weight: 400;
  font-size: 16px;
  line-height: 175%;
  color: #333;
}
@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-details-info p br {
    display: none;
  }
}
.tp-project-details-info ul li {
  font-family: var(--tp-ff-heading);
  font-weight: 500;
  font-size: 16px;
  text-transform: uppercase;
  color: #0d0d0d;
  list-style: none;
  padding: 17px 0;
}
.tp-project-details-info ul li:not(:last-child) {
  border-bottom: 1px solid rgba(13, 13, 13, 0.1);
}
.tp-project-details-info ul li span {
  width: 120px;
  display: inline-block;
  color: #333;
  text-transform: capitalize;
}
.tp-project-details-info ul li a {
  margin-right: 15px;
}
.tp-project-details-info ul li a:hover {
  color: var(--tp-theme-1);
}
.tp-project-details-banner {
  height: 740px;
  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) {
  .tp-project-details-banner {
    height: 540px;
  }
  .tp-project-details-banner img {
    height: 700px;
  }
}
@media (max-width: 767px) {
  .tp-project-details-banner {
    height: 340px;
  }
  .tp-project-details-banner img {
    height: 500px;
  }
}
.tp-project-details-banner img {
  border-radius: 20px;
  width: 100%;
  height: 900px;
  object-fit: cover;
  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) {
  .tp-project-details-content {
    margin-left: 0;
  }
}
.tp-project-details-content p {
  font-weight: 400;
  font-size: 16px;
  line-height: 175%;
  color: #333;
}
.tp-project-details-content ul li {
  font-weight: 400;
  font-size: 16px;
  color: var(--tp-common-black);
  list-style: none;
  display: flex;
}
.tp-project-details-content ul li:not(:last-child) {
  margin-bottom: 6px;
}
.tp-project-details-content ul li svg {
  margin-right: 10px;
  margin-top: 10px;
}
.tp-project-details-thumb {
  overflow: hidden;
  border-radius: 20px;
}
.tp-project-details-thumb img {
  border-radius: 20px;
  width: 100%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-project-masonry-ptb {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media (max-width: 767px) {
  .tp-project-masonry-ptb {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.tp-project-grid .tp-project-thumb-bg {
  opacity: 1;
  visibility: visible;
}
.tp-project-grid .tp-project-category {
  color: var(--tp-common-white);
  border-color: var(--tp-common-white);
}
.tp-project-grid .tp-section-title a {
  color: var(--tp-common-white);
}
.tp-project-grid .tp-project-link {
  color: var(--tp-common-white);
  opacity: 0;
}
.tp-project-grid .tp-project-icon::before {
  box-shadow: 0px 18px 0 0 var(--tp-common-white);
}
.tp-project-grid .tp-project-icon > span::after {
  background-color: var(--tp-common-white);
}
.tp-project-grid .tp-project-icon::after {
  box-shadow: 0px 18px 0 0 var(--tp-common-white);
}
.tp-project-grid .tp-project-item:hover .tp-project-link {
  opacity: 1;
}
.tp-project-grid .tp-project-item:hover .tp-project-category {
  background: #00ffd1;
  color: var(--tp-common-black);
  border-color: #00ffd1;
}
.tp-project-grid .tp-project-item:hover img {
  transform: scale(1.1) rotate(3deg);
}

/*  blog 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) {
  .nn-blog-ptb {
    padding-top: 0;
    padding-bottom: 80px;
  }
}

/*----------------------------------------*/
/*  8.0 Interiror home all Css here
/*----------------------------------------*/
/*  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;
}

/*  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;
  }
}

/*  blog css start here
/*----------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .int-blog-ptb {
    padding-bottom: 60px;
  }
}
.int-blog-item {
  border-radius: 20px;
  border: 1px solid rgba(13, 13, 13, 0.08);
}
.int-blog-item:hover .int-blog-item-thumb img {
  transform: scale(1.1);
}
.int-blog-item-thumb {
  overflow: hidden;
  border-radius: 20px;
}
.int-blog-item-thumb img {
  width: 100%;
  border-radius: 20px;
  transition: all 0.5s ease-in-out;
}
.int-blog-item-thumb .tp-blog-meta {
  top: 30px;
  bottom: auto;
}
.int-blog-item-title {
  letter-spacing: -0.36px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .int-blog-item-title {
    margin-bottom: 30px;
  }
}
.int-blog-item-content {
  padding: 40px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .int-blog-item-content {
    padding: 30px;
  }
}

/*----------------------------------------*/
/*  8.1 Science home all Css here
/*----------------------------------------*/
/*  hero css start here
/*----------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .aiss-hero-ptb {
    padding-top: 100px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .aiss-hero-bg {
    padding-top: 140px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .aiss-hero-bg {
    padding-top: 120px;
  }
}
.aiss-hero-bg::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  height: 50%;
  width: 100%;
  z-index: 1;
  background: linear-gradient(180deg, rgba(13, 13, 13, 0) 51.92%, rgba(13, 13, 13, 0.7) 100%);
}
.aiss-hero-shapes .shape-1 {
  position: absolute;
  top: 24%;
  left: 7%;
}
.aiss-hero-shapes .shape-2 {
  position: absolute;
  bottom: 13%;
  z-index: 2;
  left: 10%;
}
.aiss-hero-shapes .shape-3 {
  position: absolute;
  right: 20%;
  top: 5%;
}
.aiss-hero-shapes .shape-4 {
  position: absolute;
  right: 37%;
  bottom: 4%;
  z-index: 2;
}
.aiss-hero-thumb-wrap {
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  margin: 0 auto;
  position: absolute;
  text-align: center;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .aiss-hero-thumb-wrap {
    bottom: -8%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .aiss-hero-thumb-wrap {
    bottom: -12%;
  }
}
.aiss-hero-thumb-wrap .layer {
  right: 0;
  margin: 0 auto;
  text-align: center;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .aiss-hero-thumb-wrap img {
    transform: scale(0.8);
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .aiss-hero-thumb-wrap img {
    transform: scale(0.7);
  }
}
.aiss-hero-heading {
  padding-bottom: 240px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .aiss-hero-heading {
    padding-bottom: 200px;
  }
}
@media (max-width: 767px) {
  .aiss-hero-heading {
    padding-bottom: 120px;
  }
}
.aiss-hero-title {
  font-size: 160px;
  font-weight: 800;
  line-height: 0.85;
  letter-spacing: -6.4px;
  text-transform: uppercase;
  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) {
  .aiss-hero-title {
    font-size: 140px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .aiss-hero-title {
    font-size: 120px;
  }
}
@media (max-width: 767px) {
  .aiss-hero-title {
    font-size: 62px;
    letter-spacing: -1.4px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .aiss-hero-title {
    font-size: 80px;
  }
}
.aiss-hero-title span {
  font-size: 140px;
  font-weight: 300;
  display: inline-block;
  letter-spacing: -5.6px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .aiss-hero-title span {
    font-size: 120px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .aiss-hero-title span {
    font-size: 100px;
  }
}
@media (max-width: 767px) {
  .aiss-hero-title span {
    font-size: 68px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .aiss-hero-title span {
    font-size: 80px;
  }
}
.aiss-hero-btn .tp-btn-border-gradiant.btn-bg-black span {
  box-shadow: 0 14px 25px -10px rgba(13, 13, 13, 0.35);
  background: linear-gradient(90deg, #A020F0 0%, #00FFD1 100%);
}

.weather-effect {
  position: relative;
  animation: lightning 4s ease-out infinite;
}

/*  feature css start here
/*----------------------------------------*/
.aiss-feature-box-wrapper {
  margin: 0 60px;
  border-radius: 20px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .aiss-feature-box-wrapper {
    padding-top: 100px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .aiss-feature-box-wrapper {
    padding-top: 80px;
    margin: 0 20px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .aiss-feature-heading-wrap .tp-section-title {
    font-size: 40px;
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .aiss-feature-heading-wrap .tp-section-title {
    margin-bottom: 25px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .aiss-feature-thumb {
    padding-bottom: 25px;
  }
}
.aiss-feature-item {
  gap: 60px;
  padding: 55px 50px;
  border-radius: 20px;
  transition: all 0.4s ease-in-out;
  border: 1px solid rgba(13, 13, 13, 0.15);
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .aiss-feature-item {
    gap: 35px;
    padding: 45px 40px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .aiss-feature-item {
    gap: 40px;
    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) {
  .aiss-feature-item {
    gap: 30px;
    padding: 30px;
  }
}
@media (max-width: 767px) {
  .aiss-feature-item {
    flex-wrap: wrap;
  }
}
.aiss-feature-item:hover {
  background: var(--tp-common-white);
  border-color: var(--tp-common-white);
  box-shadow: 0 25px 60px -20px #C3C3C3;
}
.aiss-feature-item:hover .aiss-feature-item-thumb img {
  animation: rotate_anim 10s linear infinite;
}
.aiss-feature-item-title {
  font-size: 24px;
  font-weight: 500;
  letter-spacing: -0.36px;
  font-family: var(--tp-ff-sora);
  color: var(--tp-common-black);
}
.aiss-feature-item-thumb {
  min-width: 115px;
}
.aiss-feature-item-content 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) {
  .aiss-feature-item-content p br {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .aiss-feature-btn {
    padding-bottom: 0px;
  }
}

/*  service 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) {
  .aiss-service-ptb {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

.tp-service-details-right {
  margin-left: 50px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-service-details-right {
    margin-left: 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-service-details-ptb {
    padding-top: 80px;
    padding-bottom: 50px;
  }
}
.tp-service-details-ptb.int-team-bg.left::after {
  bottom: 100px;
  left: -100px;
}
.tp-service-support {
  border: 1px solid rgba(13, 13, 13, 0.1);
  border-radius: 20px;
  padding: 25px 25px 20px 25px;
}
.tp-service-support-content h4 {
  font-weight: 500;
  font-size: 18px;
  letter-spacing: -0.01em;
  color: var(--tp-common-black);
  margin-bottom: 4px;
}
.tp-service-support-content p {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #333;
  margin-bottom: 0;
}
.tp-service-support-icon {
  width: 60px;
  height: 60px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background: #f2f2f2;
  border-radius: 100px;
  flex: 0 0 auto;
  margin-right: 15px;
}

/*  blog css start here
/*----------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .aiss-pricing-ptb {
    padding-bottom: 80px;
  }
}
.aiss-pricing-ptb.int-team-bg::after {
  z-index: -1;
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .aiss-testimonial-right {
    margin-bottom: 30px;
  }
}

/*----------------------------------------*/
/*  7.2 product css
/*----------------------------------------*/
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .tp-product-ptb {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .tp-product-result {
    margin-bottom: 15px;
  }
}
.tp-product-result p {
  font-weight: 500;
  font-size: 16px;
  color: var(--tp-text-body);
  margin-bottom: 0;
}
.tp-product-top {
  border: 1px solid rgba(13, 13, 13, 0.1);
  border-radius: 20px;
  padding: 15px 15px 12px 30px;
}
.tp-product-widget-filter .ui-widget.ui-widget-content {
  height: 10px;
  background-color: #f2f2f2;
  border: 0;
  border-radius: 10px;
}
.tp-product-widget-filter .ui-slider-horizontal .ui-slider-range {
  background-color: var(--tp-theme-1);
  border-radius: 10px;
}
.tp-product-widget-filter .ui-slider .ui-slider-handle {
  top: 0px;
  width: 10px;
  height: 10px;
  border: 0;
  padding: 0;
  margin: 0;
  border-radius: 50px;
  border: 3px solid var(--tp-theme-1);
  background-color: #f2f2f2;
  margin-left: -5px;
  cursor: pointer;
}
.tp-product-widget-filter .ui-slider .ui-slider-handle:focus-visible {
  outline: 0;
}
.tp-product-widget-filter-info .input-range input {
  width: auto;
  height: 30px;
  background-color: transparent;
  color: var(--tp-common-black);
  padding: 0;
  border: 0;
  font-weight: 400;
  font-size: 14px;
  font-family: var(--tp-ff-body);
}
.tp-product-widget-filter-info .tp-product-widget-filter-btn {
  font-weight: 500;
  font-size: 14px;
  color: var(--tp-common-black);
  background-color: #F5F5F5;
  padding: 0px 12px;
  border-radius: 30px;
}
.tp-product-widget-filter-info .tp-product-widget-filter-btn:hover {
  color: var(--tp-common-white);
  background-color: var(--tp-common-black);
}
.tp-product-widget-title {
  font-weight: 500;
  font-size: 24px;
  letter-spacing: -0.02em;
  color: var(--tp-common-black);
}
.tp-product-widget-title.price-title {
  font-weight: 500;
  font-size: 16px;
  color: var(--tp-common-black);
}
.tp-product-widget-categories {
  border: 1px solid #0d0d0d;
  border-radius: 20px;
  padding: 25px 30px 30px 30px;
}
.tp-product-widget-categories-list ul li {
  list-style: none;
}
.tp-product-widget-categories-list ul li:not(:last-child) {
  margin-bottom: 13px;
}
.tp-product-widget-categories-list ul li a {
  font-weight: 500;
  font-size: 16px;
  color: var(--tp-common-black);
  border-radius: 10px;
  border: 1px solid rgba(13, 13, 13, 0.08);
  display: block;
  padding: 13px 25px;
  line-height: 1;
}
.tp-product-widget-categories-list ul li a:hover {
  box-shadow: 0 10px 20px -10px rgba(52, 52, 52, 0.2);
  background: #fff;
}
.tp-product-widget-product {
  margin-bottom: 30px;
}
.tp-product-widget-product-title {
  font-weight: 500;
  font-size: 18px;
  letter-spacing: -0.01em;
  color: var(--tp-common-black);
  margin-bottom: 3px;
}
.tp-product-widget-product-title a:hover {
  color: var(--tp-theme-1);
}
.tp-product-widget-product-price {
  font-weight: 400;
  font-size: 16px;
  color: var(--tp-common-black);
}
.tp-product-widget-product-thumb {
  margin-right: 20px;
  flex: 0 0 auto;
}
.tp-product-widget-product-thumb img {
  border-radius: 10px;
  width: 80px;
  height: 80px;
  flex: 0 0 auto;
}
.tp-product-widget-product-rating span {
  line-height: 0.7;
  display: inline-block;
}
.tp-product-widget-product-tag ul li {
  list-style: none;
  display: inline-block;
  margin-bottom: 6px;
  margin-right: 2px;
}
.tp-product-widget-product-tag ul li a {
  font-weight: 500;
  font-size: 14px;
  color: var(--tp-common-black);
  border: 1px solid rgba(13, 13, 13, 0.1);
  border-radius: 30px;
  line-height: 1;
  display: inline-block;
  padding: 7px 9px;
}
.tp-product-widget-product-tag ul li a:hover {
  background: var(--tp-common-black);
  color: var(--tp-common-white);
}
.tp-product-item:hover .tp-product-thumb img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.tp-product-item:hover .tp-product-action {
  right: 25px;
  visibility: visible;
  opacity: 1;
}
.tp-product-thumb {
  border-radius: 20px;
}
.tp-product-thumb img {
  width: 100%;
  border-radius: 20px;
  transition: all 0.4s ease;
}
.tp-product-title {
  font-weight: 500;
  font-size: 18px;
  line-height: 1;
  letter-spacing: -0.01em;
  color: var(--tp-common-black);
  margin-bottom: 5px;
}
.tp-product-title a:hover {
  color: var(--tp-theme-1);
}
.tp-product-rating-icon {
  margin-right: 6px;
  display: flex;
  align-items: center;
}
.tp-product-rating-icon span {
  color: var(--tp-common-yellow);
  font-size: 12px;
}
.tp-product-rating-icon span:not(:last-child) {
  margin-right: 2px;
}
.tp-product-price {
  font-weight: 500;
  font-size: 18px;
  letter-spacing: -0.02em;
  color: var(--tp-common-black);
  font-family: var(--tp-ff-heading);
}
.tp-product-price.old-price {
  color: #55585B;
  font-size: 12px;
  text-decoration: line-through;
  font-weight: 500;
}
.tp-product-action {
  position: absolute;
  right: -20px;
  top: 25px;
  z-index: 1;
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s ease;
}
.tp-product-action-btn {
  position: relative;
  display: inline-block;
  width: 38px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  font-size: 18px;
  color: var(--tp-common-black);
  background-color: var(--tp-common-white);
  box-shadow: 0 2px 5px 0 rgba(3, 4, 28, 0.08);
  border-radius: 10px;
}
.tp-product-action-btn:not(:last-child) {
  margin-bottom: 6px;
}
.tp-product-action-btn:hover {
  color: var(--tp-common-white);
  background-color: var(--tp-theme-1);
  border-color: var(--tp-theme-1);
}
.tp-product-action-btn:hover .tp-product-tooltip {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateX(-8px) translateY(-50%);
  -moz-transform: translateX(-8px) translateY(-50%);
  -ms-transform: translateX(-8px) translateY(-50%);
  -o-transform: translateX(-8px) translateY(-50%);
  transform: translateX(-8px) translateY(-50%);
}
.tp-product-tooltip {
  position: absolute;
  top: 50%;
  right: 100%;
  font-weight: 500;
  font-size: 12px;
  display: inline-block;
  width: max-content;
  line-height: 1;
  padding: 9px 10px;
  padding-left: 15px;
  border-radius: 4px;
  visibility: hidden;
  opacity: 0;
  z-index: 1;
  border-radius: 40px;
  transition: all 0.4s ease;
  color: var(--tp-common-white);
  font-family: var(--tp-ff-heading);
  background-color: var(--tp-common-black);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24), -webkit-transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
  -moz-transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24), -webkit-transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
  -ms-transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24), -webkit-transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
  -o-transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24), -webkit-transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24), -webkit-transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
}
.tp-product-tooltip::before {
  position: absolute;
  content: "";
  right: -4px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-left: 8px solid var(--tp-common-black);
  border-bottom: 8px solid transparent;
}
.tp-product-tooltip-right {
  left: 100%;
  right: auto;
}
.tp-product-tooltip-right::before {
  left: -4px;
  right: auto;
  border-left: 0;
  border-right: 8px solid var(--tp-common-black);
}
.tp-product-button button {
  font-weight: 500;
  font-size: 17px;
  letter-spacing: -0.02em;
  color: var(--tp-common-black);
  border: 1px solid #0d0d0d;
  border-radius: 100px;
  width: 100%;
  padding: 11px 24px;
  line-height: 1;
}
.tp-product-button button:hover {
  background: var(--tp-common-black);
  color: var(--tp-common-white);
}
.tp-product-details-wrapper {
  margin-left: 80px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-product-details-wrapper {
    margin-left: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .tp-product-details-wrapper {
    margin-top: 50px;
    margin-left: 0;
  }
}
.tp-product-details-sort-desc p {
  font-size: 16px;
  color: var(--tp-common-black);
  line-height: 1.7;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .tp-product-details-sort-desc p br {
    display: none;
  }
}
.tp-product-details-sort-desc p span {
  font-weight: 500;
  color: var(--tp-common-black);
}
.tp-product-details-discount span {
  font-weight: 500;
  font-size: 14px;
  color: var(--tp-common-white);
  border-radius: 30px;
  padding: 4px 8px;
  display: inline-block;
  background: var(--tp-theme-1);
  line-height: 1;
  margin-bottom: 10px;
}
.tp-product-details-nav-main-thumb {
  position: relative;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .tp-product-details-nav-main-thumb {
    margin-bottom: 20px;
  }
}
.tp-product-details-nav-main-thumb img {
  border-radius: 20px;
}
.tp-product-details-thumb-wrapper {
  gap: 30px;
  margin-right: -30px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .tp-product-details-thumb-wrapper {
    margin-right: 0;
  }
}
.tp-product-details-thumb-wrapper .nav-tab .nav-links {
  padding: 0;
  width: 120px;
  height: 120px;
  border-radius: 0;
  position: relative;
  transition: 0.3s;
  border: 1px solid transparent;
  border-radius: 6px;
}
.tp-product-details-thumb-wrapper .nav-tab .nav-links.active {
  border: 1px solid var(--tp-theme-1);
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .tp-product-details-thumb-wrapper .nav-tab .nav-links {
    margin-right: 10px;
    margin-bottom: 10px;
  }
}
.tp-product-details-thumb-wrapper .nav-tab .nav-links:not(:last-child) {
  margin-bottom: 20px;
}
.tp-product-details-thumb-wrapper .nav-tab .nav-links:hover {
  border-color: var(--tp-theme-1);
}
.tp-product-details-thumb-wrapper .nav-tab .nav-links img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 6px;
}
.tp-product-details-category span {
  font-size: 16px;
  line-height: 1;
  font-weight: 500;
  color: var(--tp-common-black);
  margin-bottom: 5px;
  display: inline-block;
}
.tp-product-details-title {
  font-size: 30px;
  font-weight: 500;
  line-height: 1;
  color: var(--tp-common-black);
  letter-spacing: -0.02em;
  margin-bottom: 15px;
}
.tp-product-details-stock {
  margin-right: 12px;
}
.tp-product-details-stock span {
  font-size: 15px;
  line-height: 1;
  padding: 4px 12px 4px 12px;
  display: inline-block;
  color: var(--tp-common-white);
  background-color: var(--tp-common-black);
  border-radius: 50px;
}
.tp-product-details-rating {
  margin-right: 11px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
.tp-product-details-rating span {
  font-size: 12px;
  color: #FFB21D;
}
.tp-product-details-rating span:not(:last-child) {
  margin-right: 3px;
}
.tp-product-details-reviews span {
  font-family: var(--tp-ff-dm);
}
.tp-product-details-price {
  font-size: 30px;
  font-weight: 500;
  color: var(--tp-common-black);
  letter-spacing: -0.02em;
  font-family: var(--tp-ff-heading);
}
.tp-product-details-price.new-price {
  margin-right: 15px;
}
.tp-product-details-price.old-price {
  font-weight: 500;
  font-size: 18px;
  color: rgba(13, 13, 13, 0.35);
  text-decoration-line: line-through;
}
.tp-product-details-view span {
  font-weight: 500;
  font-size: 18px;
  color: var(--tp-common-black);
}
.tp-product-details-view span .eye-icon {
  width: 30px;
  height: 24px;
  display: inline-block;
  background: var(--tp-common-black);
  border-radius: 6px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 4px;
}
.tp-product-details-quantity .tp-product-quantity {
  width: 142px;
  border-radius: 0;
  position: relative;
}
.tp-product-details-quantity .tp-cart-plus, .tp-product-details-quantity .tp-cart-minus {
  width: 24px;
  height: 24px;
  line-height: 22px;
  text-align: center;
  border-radius: 50%;
  left: 14px;
  top: 13px;
  cursor: pointer;
  position: absolute;
  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-product-details-quantity .tp-cart-plus:hover, .tp-product-details-quantity .tp-cart-minus:hover {
  background-color: var(--tp-common-black);
  color: var(--tp-common-white);
}
.tp-product-details-quantity .tp-cart-plus {
  left: auto;
  right: 14px;
}
.tp-product-details-quantity .tp-cart-input[type=text] {
  height: 48px;
  line-height: 48px;
  padding: 0 45px;
  font-size: 17px;
  background-color: #f2f2f2;
  color: var(--tp-common-black);
  border-radius: 50px;
  text-align: center;
  border: none;
}
.tp-product-details-add-to-cart-btn {
  font-size: 15px;
  font-weight: 500;
  text-align: center;
  border-radius: 50px;
  padding: 11px 90px;
  color: var(--tp-common-white);
  background: var(--tp-common-black);
  font-family: var(--tp-ff-body);
  border: 1px solid transparent;
}
.tp-product-details-add-to-cart-btn:hover {
  color: var(--tp-common-black);
  border-color: var(--tp-common-black);
  background-color: transparent;
}
.tp-product-details-shiping-wrap {
  border: 1px solid rgba(13, 13, 13, 0.1);
  border-radius: 10px;
  padding: 23px 30px 10px 30px;
}
.tp-product-details-shiping-wrap p {
  font-weight: 400;
  font-size: 14px;
  line-height: 143%;
  letter-spacing: -0.02em;
  color: var(--tp-common-black);
}
.tp-product-details-shiping-wrap p span {
  font-weight: 500;
  color: #0d0d0d;
}
.tp-product-details-action-wrapper {
  margin-bottom: 10px;
}
.tp-product-details-action-sm {
  padding-bottom: 9px;
  margin-bottom: 25px;
  border-bottom: 1px solid rgba(77, 61, 48, 0.1);
}
.tp-product-details-action-sm-btn {
  font-size: 16px;
  margin-bottom: 10px;
  color: var(--tp-common-black);
  font-family: var(--tp-ff-body);
}
.tp-product-details-action-sm-btn:not(:last-child) {
  margin-right: 25px;
}
.tp-product-details-action-sm-btn i, .tp-product-details-action-sm-btn svg {
  margin-right: 2px;
  color: var(--tp-common-black);
}
.tp-product-details-action-sm-btn:hover {
  color: var(--tp-common-black);
}
.tp-product-details-desc-title {
  font-size: 40px;
  font-weight: 500;
  margin-bottom: 20px;
  letter-spacing: -0.02em;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-product-details-desc-title {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .tp-product-details-desc-title {
    font-size: 26px;
  }
}
.tp-product-details-desc-title-2 {
  font-size: 34px;
  font-weight: 400;
  margin-bottom: 14px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .tp-product-details-desc-title-2 {
    font-size: 25px;
  }
}
.tp-product-details-desc-content {
  margin-bottom: 25px;
  padding-right: 45px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), (max-width: 767px) {
  .tp-product-details-desc-content {
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .tp-product-details-desc-content {
    padding-left: 0;
  }
}
.tp-product-details-desc-content span {
  font-size: 20px;
  color: var(--tp-common-black);
}
.tp-product-details-desc-content p {
  font-size: 16px;
  line-height: 1.7;
  color: #333;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .tp-product-details-desc-thumb img {
    max-width: 100%;
  }
}
.tp-product-details-desc-list {
  padding-top: 13px;
}
.tp-product-details-desc-list ul li {
  list-style: none;
  font-size: 16px;
  color: var(--tp-common-black);
  position: relative;
  padding-left: 17px;
}
.tp-product-details-desc-list ul li:not(:last-child) {
  margin-bottom: 3px;
}
.tp-product-details-desc-list ul li::after {
  position: absolute;
  content: "";
  left: 0;
  top: 11px;
  width: 4px;
  height: 4px;
  background-color: #A8ACB0;
  border-radius: 50%;
}
.tp-product-details-desc-fact-thumb img {
  margin-bottom: 16px;
}
.tp-product-details-desc-fact-content span {
  display: inline-block;
  font-size: 50px;
  line-height: 1.2;
  color: var(--tp-common-black);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-product-details-desc-fact-content span {
    font-size: 35px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-product-details-desc-fact-content span {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .tp-product-details-desc-fact-content span {
    font-size: 25px;
  }
}
.tp-product-details-desc-fact-content p {
  font-size: 22px;
}
@media (max-width: 767px) {
  .tp-product-details-desc-fact-content p {
    font-size: 20px;
  }
}
.tp-product-details-additional-info {
  padding-top: 60px;
}
@media (max-width: 767px) {
  .tp-product-details-additional-info {
    overflow-x: scroll;
  }
}
.tp-product-details-additional-info-title {
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 16px;
  display: none;
}
.tp-product-details-additional-info.tp-table-style-2 {
  padding-top: 50px;
}
.tp-product-details-additional-info.tp-table-style-2 .tp-product-details-additional-info-title {
  display: block;
}
.tp-product-details-additional-info.tp-table-style-2 table {
  border: 0;
  border-collapse: separate;
  border-spacing: 0 7px;
}
.tp-product-details-additional-info.tp-table-style-2 table tr {
  border: 0;
}
.tp-product-details-additional-info.tp-table-style-2 table tr:not(:last-child) {
  border: 0;
  margin-bottom: 6px;
}
.tp-product-details-additional-info.tp-table-style-2 table tr td {
  padding: 7px 24px;
  border: 1px solid #E6E7E8;
}
.tp-product-details-additional-info.tp-table-style-2 table tr td:first-child {
  padding-left: 24px;
  border-right: 0;
}
.tp-product-details-additional-info.tp-table-style-2 table tr td:last-child {
  padding-left: 34px;
}
.tp-product-details-additional-info table {
  width: 100%;
  border: 1px solid rgba(13, 13, 13, 0.1);
}
.tp-product-details-additional-info table tr:not(:last-child) {
  border-bottom: 1px solid rgba(13, 13, 13, 0.1);
}
.tp-product-details-additional-info table tr td {
  padding: 12px 34px;
}
.tp-product-details-additional-info table tr td:first-child {
  width: 306px;
  font-size: 16px;
  background: var(--tp-gray-1);
  color: var(--tp-common-black);
}
.tp-product-details-additional-info table tr td:last-child {
  font-size: 16px;
  color: var(--tp-text-body);
}
.tp-product-details-review-number {
  border: 1px solid rgba(13, 13, 13, 0.1);
  padding: 35px 43px 33px 40px;
  border-radius: 20px;
  background: var(--tp-gray-1);
}
@media (max-width: 767px) {
  .tp-product-details-review-number {
    padding: 35px 25px 33px 25px;
  }
}
.tp-product-details-review-number-title {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 14px;
}
.tp-product-details-review-summery {
  margin-bottom: 12px;
}
.tp-product-details-review-summery-value span {
  font-size: 40px;
  font-weight: 500;
  color: var(--tp-common-black);
  margin-right: 8px;
}
.tp-product-details-review-summery-rating {
  margin-right: 3px;
}
.tp-product-details-review-summery-rating span {
  color: #FFB21D;
}
.tp-product-details-review-summery-rating p {
  margin-left: 4px;
  font-size: 14px;
  margin-bottom: 0;
}
.tp-product-details-review-rating-item > span {
  color: #A0A2A4;
  font-size: 15px;
  margin-right: 10px;
}
.tp-product-details-review-rating-bar {
  width: 260px;
  height: 10px;
  position: relative;
  margin-right: 12px;
  background-color: var(--tp-common-white);
}
@media (max-width: 767px) {
  .tp-product-details-review-rating-bar {
    width: 130px;
  }
}
.tp-product-details-review-rating-bar-inner {
  height: 100%;
  background-color: #FFB21D;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}
.tp-product-details-review-rating-percent span {
  font-size: 14px;
}
.tp-product-details-review-title {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 22px;
}
@media (max-width: 767px) {
  .tp-product-details-review-list {
    padding-right: 0;
  }
}
.tp-product-details-review-avater:not(:last-child) {
  margin-bottom: 32px;
}
.tp-product-details-review-avater-thumb {
  flex: 0 0 auto;
}
.tp-product-details-review-avater-thumb img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 20px;
}
.tp-product-details-review-avater-rating {
  line-height: 1;
  margin-bottom: 3px;
}
.tp-product-details-review-avater-rating span {
  font-size: 10px;
  margin-right: 2px;
  color: #FFB21D;
}
.tp-product-details-review-avater-title {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 9px;
  display: inline-block;
}
.tp-product-details-review-avater-meta {
  font-size: 14px;
  position: relative;
  padding-left: 11px;
  margin-left: 3px;
}
.tp-product-details-review-avater-meta::after {
  position: absolute;
  content: "";
  left: 0;
  top: 8px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #A8ACB0;
}
.tp-product-details-review-avater-comment p {
  font-size: 14px;
  margin-bottom: 0;
  line-height: 1.4;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .tp-product-details-review-form {
    margin-top: 50px;
  }
}
.tp-product-details-review-form > p {
  font-size: 16px;
  margin-bottom: 8px;
}
.tp-product-details-review-form-title {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 4px;
}
.tp-product-details-review-form-rating {
  margin-bottom: 28px;
}
.tp-product-details-review-form-rating p {
  margin-bottom: 0;
  font-size: 14px;
  margin-right: 8px;
}
.tp-product-details-review-form-rating-icon span {
  font-size: 12px;
  color: #FFB21D;
}
.tp-product-details-review-input-wrapper {
  margin-bottom: 11px;
}
.tp-product-details-review-input-box {
  position: relative;
  margin-bottom: 29px;
}
.tp-product-details-review-input label {
  font-size: 16px;
  font-weight: 500;
  color: #111013;
  line-height: 1;
  margin-bottom: 12px;
}
.tp-product-details-review-input input, .tp-product-details-review-input textarea {
  border-radius: 0px;
  border-color: var(--tp-common-black);
  background: transparent;
  color: var(--tp-common-black);
  border-radius: 20px;
  font-size: 16px;
  font-weight: 400;
}
.tp-product-details-review-input input:focus, .tp-product-details-review-input textarea:focus {
  border-color: var(--tp-theme-1);
}
.tp-product-details-review-input input::-webkit-input-placeholder, .tp-product-details-review-input textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #333;
}
.tp-product-details-review-input input::-moz-placeholder, .tp-product-details-review-input textarea::-moz-placeholder { /* Firefox 19+ */
  color: #333;
}
.tp-product-details-review-input input:-moz-placeholder, .tp-product-details-review-input textarea:-moz-placeholder { /* Firefox 4-18 */
  color: #333;
}
.tp-product-details-review-input input:-ms-input-placeholder, .tp-product-details-review-input textarea:-ms-input-placeholder { /* IE 10+  Edge*/
  color: #333;
}
.tp-product-details-review-input input::placeholder, .tp-product-details-review-input textarea::placeholder { /* MODERN BROWSER */
  color: #333;
}
.tp-product-details-review-input textarea {
  resize: none;
  height: 120px;
}
.tp-product-details-review-input-title label {
  font-size: 16px;
  font-weight: 500;
  color: var(--tp-common-black);
  line-height: 1;
  margin-bottom: 12px;
}
.tp-product-details-review-remeber input {
  display: none;
}
.tp-product-details-review-remeber input:checked ~ label::after {
  background-color: var(--tp-theme-1);
  border-color: var(--tp-theme-1);
}
.tp-product-details-review-remeber input:checked ~ label::before {
  visibility: visible;
  opacity: 1;
}
.tp-product-details-review-remeber label {
  font-size: 15px;
  color: #55585B;
  position: relative;
  padding-left: 26px;
  z-index: 1;
}
.tp-product-details-review-remeber label::after {
  position: absolute;
  content: "";
  top: 4px;
  left: 0;
  width: 18px;
  height: 18px;
  line-height: 16px;
  text-align: center;
  border: 1px solid var(--tp-common-black);
  z-index: -1;
  border-radius: 5px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.tp-product-details-review-remeber label::before {
  position: absolute;
  content: url("../img/ai_shop/product/check.svg");
  top: 4px;
  left: 0;
  width: 18px;
  height: 18px;
  line-height: 16px;
  text-align: center;
  visibility: hidden;
  opacity: 0;
  color: var(--tp-common-white);
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.tp-product-details-review-remeber label a:hover {
  color: var(--tp-theme-primary);
}
.tp-product-details-review-remeber label:hover {
  cursor: pointer;
}
.tp-product-details-review-btn {
  font-size: 17px;
  font-weight: 500;
  padding: 16px 45px;
  color: var(--tp-common-white);
  border: 1px solid rgba(1, 15, 28, 0.08);
  background-color: var(--tp-common-black);
  border-radius: 20px;
}
.tp-product-details-review-btn i {
  margin-left: 5px;
}
.tp-product-details-review-btn:hover {
  color: var(--tp-common-white);
  background-color: var(--tp-theme-1);
}
.tp-product-details-tab-nav .nav-tabs {
  border: none;
}
.tp-product-details-tab-nav .nav-tabs .nav-link {
  border: none;
  padding: 11px 57px;
  position: relative;
  background: var(--tp-gray-1);
  font-weight: 500;
  font-size: 17px;
  letter-spacing: -0.02em;
  color: var(--tp-common-black);
  border-radius: 20px;
  font-family: var(--tp-ff-body);
  margin-bottom: 10px;
}
.tp-product-details-tab-nav .nav-tabs .nav-link:not(:last-child) {
  margin-right: 10px;
}
.tp-product-details-tab-nav .nav-tabs .nav-link.active, .tp-product-details-tab-nav .nav-tabs .nav-link:hover {
  color: var(--tp-common-white);
  background: var(--tp-theme-1);
}
@media (max-width: 767px) {
  .tp-product-details-tab-nav .nav-tabs span#productTabMarker {
    display: none !important;
  }
}
.tp-product-details-tab-line {
  bottom: 0;
  height: 1px;
  position: absolute;
  background-color: var(--tp-common-black);
  -webkit-transition: all 0.3s ease-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;
  display: block;
}
.tp-product-details-views {
  margin-bottom: 10px;
}
.tp-product-details-views > span {
  color: var(--tp-common-black);
  font-size: 16px;
  margin-right: 8px;
}
.tp-product-details-views p {
  font-size: 16px;
  margin-bottom: 0;
}
.tp-product-details-views p span {
  color: var(--tp-common-black);
  font-weight: 500;
}
.tp-product-details-stock-bar p {
  font-size: 15px;
  margin-bottom: 5px;
}
.tp-product-details-stock-bar p span {
  font-weight: 500;
  color: var(--tp-common-black);
}
.tp-product-details-stock-bar-line {
  height: 4px;
  position: relative;
}
.tp-product-details-stock-bar-line-inner {
  position: absolute;
  top: 0;
  left: 0;
  background-color: var(--tp-theme-primary);
  height: 100%;
  display: inline-block;
}
.tp-product-details-wishlist-btn {
  width: 46px;
  height: 46px;
  line-height: 46px;
  text-align: center;
  display: inline-block;
  background-color: var(--tp-common-white);
  box-shadow: 0px 1px 3px rgba(1, 15, 28, 0.1);
}
.tp-product-details-wishlist-btn:hover {
  background-color: var(--tp-common-black);
  color: var(--tp-common-white);
}

/*----------------------------------------*/
/*  2.178 Range Slider css start
/*----------------------------------------*/
.ui-button-icon-only, .ui-controlgroup-vertical .ui-controlgroup-item {
  box-sizing: border-box;
}

.ui-checkboxradio-disabled, .ui-state-disabled {
  pointer-events: none;
}

.ui-datepicker .ui-icon, .ui-icon {
  text-indent: -99999px;
  background-repeat: no-repeat;
}

.ui-helper-reset, .ui-menu {
  outline: 0;
  list-style: none;
}

.ui-helper-hidden, .ui-resizable-autohide .ui-resizable-handle, .ui-resizable-disabled .ui-resizable-handle {
  display: none;
}

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
}

.ui-helper-clearfix:after, .ui-helper-clearfix:before {
  content: "";
  display: table;
  border-collapse: collapse;
}

.ui-helper-clearfix:after {
  clear: both;
}

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0);
}

.ui-front {
  z-index: 100;
}

.ui-state-disabled {
  cursor: default !important;
}

.ui-icon {
  display: inline-block;
  vertical-align: middle;
  margin-top: -0.25em;
  position: relative;
  overflow: hidden;
}

.ui-widget-icon-block {
  left: 50%;
  margin-left: -8px;
  display: block;
}

.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ui-accordion .ui-accordion-header {
  display: block;
  cursor: pointer;
  position: relative;
  margin: 2px 0 0;
  padding: 0.5em 0.5em 0.5em 0.7em;
  font-size: 100%;
}

.ui-autocomplete, .ui-menu .ui-menu {
  position: absolute;
}

.ui-accordion .ui-accordion-content {
  padding: 1em 2.2em;
  border-top: 0;
  overflow: auto;
}

.ui-autocomplete {
  top: 0;
  left: 0;
  cursor: default;
}

.ui-menu {
  padding: 0;
  margin: 0;
  display: block;
}

.ui-button, .ui-controlgroup {
  display: inline-block;
  vertical-align: middle;
}

.ui-button, .ui-menu-icons, .ui-resizable {
  position: relative;
}

.ui-menu .ui-menu-item {
  margin: 0;
  cursor: pointer;
  list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}

.ui-menu .ui-menu-item-wrapper {
  position: relative;
  padding: 3px 1em 3px 0.4em;
}

.ui-menu .ui-menu-divider {
  margin: 5px 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  border-width: 1px 0 0;
}

.ui-menu .ui-state-active, .ui-menu .ui-state-focus {
  margin: -1px;
}

.ui-menu-icons .ui-menu-item-wrapper {
  padding-left: 2em;
}

.ui-button, .ui-controlgroup .ui-controlgroup-label {
  padding: 0.4em 1em;
}

.ui-menu .ui-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0.2em;
  margin: auto 0;
}

.ui-menu .ui-menu-icon {
  left: auto;
  right: 0;
}

.ui-button {
  line-height: normal;
  margin-right: 0.1em;
  cursor: pointer;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  overflow: visible;
}

.ui-button, .ui-button:active, .ui-button:hover, .ui-button:link, .ui-button:visited {
  text-decoration: none;
}

.ui-button-icon-only {
  width: 2em;
  text-indent: -9999px;
  white-space: nowrap;
}

input.ui-button.ui-button-icon-only {
  text-indent: 0;
}

.ui-button-icon-only .ui-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -8px;
  margin-left: -8px;
}

.ui-button.ui-icon-notext .ui-icon {
  padding: 0;
  width: 2.1em;
  height: 2.1em;
  text-indent: -9999px;
  white-space: nowrap;
}

input.ui-button.ui-icon-notext .ui-icon {
  width: auto;
  height: auto;
  text-indent: 0;
  white-space: normal;
  padding: 0.4em 1em;
}

button.ui-button::-moz-focus-inner, input.ui-button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.ui-controlgroup > .ui-controlgroup-item {
  float: left;
  margin-left: 0;
  margin-right: 0;
}

.ui-controlgroup > .ui-controlgroup-item.ui-visual-focus, .ui-controlgroup > .ui-controlgroup-item:focus {
  z-index: 9999;
}

.ui-controlgroup-vertical > .ui-controlgroup-item {
  display: block;
  float: none;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  text-align: left;
}

.ui-controlgroup .ui-controlgroup-label span {
  font-size: 80%;
}

.ui-controlgroup-horizontal .ui-controlgroup-label + .ui-controlgroup-item {
  border-left: none;
}

.ui-controlgroup-vertical .ui-controlgroup-label + .ui-controlgroup-item {
  border-top: none;
}

.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content {
  border-right: none;
}

.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content {
  border-bottom: none;
}

.ui-controlgroup-vertical .ui-spinner-input {
  width: 75%;
  width: calc(100% - 2.4em);
}

.ui-controlgroup-vertical .ui-spinner .ui-spinner-up {
  border-top-style: solid;
}

.ui-checkboxradio-label .ui-icon-background {
  box-shadow: inset 1px 1px 1px #ccc;
  border-radius: 0.12em;
  border: none;
}

.ui-checkboxradio-radio-label .ui-icon-background {
  width: 16px;
  height: 16px;
  border-radius: 1em;
  overflow: visible;
  border: none;
}

.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon, .ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {
  background-image: none;
  width: 8px;
  height: 8px;
  border-width: 4px;
  border-style: solid;
}

.ui-datepicker {
  width: 17em;
  padding: 0.2em 0.2em 0;
  display: none;
}

.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: 0.2em 0;
}

.ui-datepicker .ui-datepicker-next, .ui-datepicker .ui-datepicker-prev {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em;
}

.ui-datepicker .ui-datepicker-next-hover, .ui-datepicker .ui-datepicker-prev-hover {
  top: 1px;
}

.ui-datepicker .ui-datepicker-prev {
  left: 2px;
}

.ui-datepicker .ui-datepicker-next {
  right: 2px;
}

.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px;
}

.ui-datepicker .ui-datepicker-next-hover {
  right: 1px;
}

.ui-datepicker .ui-datepicker-next span, .ui-datepicker .ui-datepicker-prev span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px;
}

.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center;
}

.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0;
}

.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
  width: 45%;
}

.ui-datepicker table {
  width: 100%;
  font-size: 0.9em;
  border-collapse: collapse;
  margin: 0 0 0.4em;
}

.ui-datepicker th {
  padding: 0.7em 0.3em;
  text-align: center;
  font-weight: 700;
  border: 0;
}

.ui-datepicker td {
  border: 0;
  padding: 1px;
}

.ui-datepicker td a, .ui-datepicker td span {
  display: block;
  padding: 0.2em;
  text-align: right;
  text-decoration: none;
}

.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: 0.7em 0 0;
  padding: 0 0.2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}

.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: 0.5em 0.2em 0.4em;
  cursor: pointer;
  padding: 0.2em 0.6em 0.3em;
  width: auto;
  overflow: visible;
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current, .ui-datepicker-multi .ui-datepicker-group, .ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left;
}

.ui-datepicker.ui-datepicker-multi {
  width: auto;
}

.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto 0.4em;
}

.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}

.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%;
}

.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%;
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header, .ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}

.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0;
}

.ui-datepicker-rtl {
  direction: rtl;
}

.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto;
}

.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current, .ui-datepicker-rtl .ui-datepicker-group, .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: right;
}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header, .ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}

.ui-datepicker .ui-icon {
  display: block;
  overflow: hidden;
  left: 0.5em;
  top: 0.3em;
}

.ui-dialog {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0.2em;
  outline: 0;
}

.ui-dialog .ui-dialog-titlebar {
  padding: 0.4em 1em;
  position: relative;
}

.ui-dialog .ui-dialog-title {
  float: left;
  margin: 0.1em 0;
  white-space: nowrap;
  width: 90%;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  right: 0.3em;
  top: 50%;
  width: 20px;
  margin: -10px 0 0;
  padding: 1px;
  height: 20px;
}

.ui-dialog .ui-dialog-content {
  position: relative;
  border: 0;
  padding: 0.5em 1em;
  background: 0 0;
  overflow: auto;
}

.ui-dialog .ui-dialog-buttonpane {
  text-align: left;
  border-width: 1px 0 0;
  background-image: none;
  margin-top: 0.5em;
  padding: 0.3em 1em 0.5em 0.4em;
}

.ui-dialog .ui-dialog-buttonpane button {
  margin: 0.5em 0.4em 0.5em 0;
  cursor: pointer;
}

.ui-dialog .ui-resizable-n {
  height: 2px;
  top: 0;
}

.ui-dialog .ui-resizable-e {
  width: 2px;
  right: 0;
}

.ui-dialog .ui-resizable-s {
  height: 2px;
  bottom: 0;
}

.ui-dialog .ui-resizable-w {
  width: 2px;
  left: 0;
}

.ui-dialog .ui-resizable-ne, .ui-dialog .ui-resizable-nw, .ui-dialog .ui-resizable-se, .ui-dialog .ui-resizable-sw {
  width: 7px;
  height: 7px;
}

.ui-dialog .ui-resizable-se {
  right: 0;
  bottom: 0;
}

.ui-dialog .ui-resizable-sw {
  left: 0;
  bottom: 0;
}

.ui-dialog .ui-resizable-ne {
  right: 0;
  top: 0;
}

.ui-dialog .ui-resizable-nw {
  left: 0;
  top: 0;
}

.ui-draggable .ui-dialog-titlebar {
  cursor: move;
}

.ui-draggable-handle, .ui-selectable, .ui-sortable-handle {
  -ms-touch-action: none;
  touch-action: none;
}

.ui-resizable-handle {
  position: absolute;
  font-size: 0.1px;
  display: block;
  -ms-touch-action: none;
  touch-action: none;
}

.ui-resizable-n {
  cursor: n-resize;
  height: 7px;
  width: 100%;
  top: -5px;
  left: 0;
}

.ui-resizable-s {
  cursor: s-resize;
  height: 7px;
  width: 100%;
  bottom: -5px;
  left: 0;
}

.ui-resizable-e {
  cursor: e-resize;
  width: 7px;
  right: -5px;
  top: 0;
  height: 100%;
}

.ui-resizable-w {
  cursor: w-resize;
  width: 7px;
  left: -5px;
  top: 0;
  height: 100%;
}

.ui-resizable-se {
  cursor: se-resize;
  width: 12px;
  height: 12px;
  right: 1px;
  bottom: 1px;
}

.ui-resizable-sw {
  cursor: sw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  bottom: -5px;
}

.ui-resizable-nw {
  cursor: nw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  top: -5px;
}

.ui-resizable-ne {
  cursor: ne-resize;
  width: 9px;
  height: 9px;
  right: -5px;
  top: -5px;
}

.ui-progressbar {
  height: 2em;
  text-align: left;
  overflow: hidden;
}

.ui-progressbar .ui-progressbar-value {
  margin: -1px;
  height: 100%;
}

.ui-progressbar .ui-progressbar-overlay {
  background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
  height: 100%;
  opacity: 0.25;
}

.ui-progressbar-indeterminate .ui-progressbar-value {
  background-image: none;
}

.ui-selectable-helper {
  position: absolute;
  z-index: 100;
  border: 1px dotted #000;
}

.ui-selectmenu-menu {
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}

.ui-selectmenu-menu .ui-menu {
  overflow: auto;
  overflow-x: hidden;
  padding-bottom: 1px;
}

.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
  font-size: 1em;
  font-weight: 700;
  line-height: 1.5;
  padding: 2px 0.4em;
  margin: 0.5em 0 0;
  height: auto;
  border: 0;
}

.ui-selectmenu-open {
  display: block;
}

.ui-selectmenu-text {
  display: block;
  margin-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ui-selectmenu-button.ui-button {
  text-align: left;
  white-space: nowrap;
  width: 14em;
}

.ui-selectmenu-icon.ui-icon {
  float: right;
  margin-top: 0;
}

.ui-slider {
  position: relative;
  text-align: left;
}

.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: default;
  -ms-touch-action: none;
  touch-action: none;
}

.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: 0.7em;
  display: block;
  border: 0;
  background-position: 0 0;
}

.ui-slider.ui-state-disabled .ui-slider-handle, .ui-slider.ui-state-disabled .ui-slider-range {
  filter: inherit;
}

.ui-slider-horizontal {
  height: 0.8em;
}

.ui-slider-horizontal .ui-slider-handle {
  top: -0.3em;
  margin-left: -0.6em;
}

.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}

.ui-slider-horizontal .ui-slider-range-min {
  left: 0;
}

.ui-slider-horizontal .ui-slider-range-max {
  right: 0;
}

.ui-slider-vertical {
  width: 0.8em;
  height: 100px;
}

.ui-slider-vertical .ui-slider-handle {
  left: -0.3em;
  margin-left: 0;
  margin-bottom: -0.6em;
}

.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%;
}

.ui-slider-vertical .ui-slider-range-min, .ui-spinner-down {
  bottom: 0;
}

.ui-slider-vertical .ui-slider-range-max, .ui-spinner-up {
  top: 0;
}

.ui-spinner {
  position: relative;
  display: inline-block;
  overflow: hidden;
  padding: 0;
  vertical-align: middle;
}

.ui-spinner-input {
  border: none;
  background: 0 0;
  color: inherit;
  padding: 0.222em 0;
  margin: 0.2em 2em 0.2em 0.4em;
  vertical-align: middle;
}

.ui-spinner-button {
  width: 1.6em;
  height: 50%;
  font-size: 0.5em;
  padding: 0;
  margin: 0;
  text-align: center;
  position: absolute;
  cursor: default;
  display: block;
  overflow: hidden;
  right: 0;
}

.ui-spinner a.ui-spinner-button {
  border-top-style: none;
  border-bottom-style: none;
  border-right-style: none;
}

.ui-tabs {
  position: relative;
  padding: 0.2em;
}

.ui-tabs .ui-tabs-nav {
  margin: 0;
  padding: 0.2em 0.2em 0;
}

.ui-tabs .ui-tabs-nav li {
  list-style: none;
  float: left;
  position: relative;
  top: 0;
  margin: 1px 0.2em 0 0;
  border-bottom-width: 0;
  padding: 0;
  white-space: nowrap;
}

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
  float: left;
  padding: 0.5em 1em;
  text-decoration: none;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
  margin-bottom: -1px;
  padding-bottom: 1px;
}

.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor, .ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor, .ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
  cursor: text;
}

.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
  cursor: pointer;
}

.ui-tabs .ui-tabs-panel {
  display: block;
  border-width: 0;
  padding: 1em 1.4em;
  background: 0 0;
}

.ui-tooltip {
  padding: 8px;
  position: absolute;
  z-index: 9999;
  max-width: 300px;
}

body .ui-tooltip {
  border-width: 2px;
}

.ui-widget, .ui-widget button, .ui-widget input, .ui-widget select, .ui-widget textarea {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
}

.ui-widget .ui-widget {
  font-size: 1em;
}

.ui-widget.ui-widget-content {
  border: 1px solid #c5c5c5;
}

.ui-widget-content {
  border: 1px solid #ddd;
  background: #fff;
  color: #333;
}

.ui-widget-content a, .ui-widget-header a {
  color: #333;
}

.ui-widget-header {
  border: 1px solid #ddd;
  background: #e9e9e9;
  color: #333;
  font-weight: 700;
}

.ui-button, .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, html .ui-button.ui-state-disabled:active, html .ui-button.ui-state-disabled:hover {
  border: 1px solid #c5c5c5;
  background: #f6f6f6;
  font-weight: 400;
  color: #454545;
}

.ui-button, .ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited, a.ui-button, a:link.ui-button, a:visited.ui-button {
  color: #454545;
  text-decoration: none;
}

.ui-button:focus, .ui-button:hover, .ui-state-focus, .ui-state-hover, .ui-widget-content .ui-state-focus, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-focus, .ui-widget-header .ui-state-hover {
  border: 1px solid #ccc;
  background: #ededed;
  font-weight: 400;
  color: #2b2b2b;
}

.ui-state-focus a, .ui-state-focus a:hover, .ui-state-focus a:link, .ui-state-focus a:visited, .ui-state-hover a, .ui-state-hover a:hover, .ui-state-hover a:link, .ui-state-hover a:visited, a.ui-button:focus, a.ui-button:hover {
  color: #2b2b2b;
  text-decoration: none;
}

.ui-visual-focus {
  box-shadow: 0 0 3px 1px #5e9ed6;
}

.ui-button.ui-state-active:hover, .ui-button:active, .ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active {
  border: 1px solid #003eff;
  background: #007fff;
  font-weight: 400;
  color: #fff;
}

.ui-icon-background, .ui-state-active .ui-icon-background {
  border: #003eff;
  background-color: #fff;
}

.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
  color: #fff;
  text-decoration: none;
}

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
  border: 1px solid #dad55e;
  background: #fffa90;
  color: #777620;
}

.ui-state-checked {
  border: 1px solid #dad55e;
  background: #fffa90;
}

.ui-state-highlight a, .ui-widget-content .ui-state-highlight a, .ui-widget-header .ui-state-highlight a {
  color: #777620;
}

.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {
  border: 1px solid #f1a899;
  background: #fddfdf;
  color: #5f3f3f;
}

.ui-state-error a, .ui-state-error-text, .ui-widget-content .ui-state-error a, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error a, .ui-widget-header .ui-state-error-text {
  color: #5f3f3f;
}

.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary {
  font-weight: 700;
}

.ui-priority-secondary, .ui-widget-content .ui-priority-secondary, .ui-widget-header .ui-priority-secondary {
  opacity: 0.7;
  filter: Alpha(Opacity=70);
  font-weight: 400;
}

.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled {
  opacity: 0.35;
  filter: Alpha(Opacity=35);
  background-image: none;
}

.ui-state-disabled .ui-icon {
  filter: Alpha(Opacity=35);
}

.ui-icon {
  width: 16px;
  height: 16px;
}

.ui-icon, .ui-widget-content .ui-icon, .ui-widget-header .ui-icon {
  background-image: url("images/ui-icons_444444_256x240.png");
}

.ui-button:focus .ui-icon, .ui-button:hover .ui-icon, .ui-state-focus .ui-icon, .ui-state-hover .ui-icon {
  background-image: url("images/ui-icons_555555_256x240.png");
}

.ui-button:active .ui-icon, .ui-state-active .ui-icon {
  background-image: url("images/ui-icons_ffffff_256x240.png");
}

.ui-button .ui-state-highlight.ui-icon, .ui-state-highlight .ui-icon {
  background-image: url("images/ui-icons_777620_256x240.png");
}

.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {
  background-image: url("images/ui-icons_cc0000_256x240.png");
}

.ui-button .ui-icon {
  background-image: url("images/ui-icons_777777_256x240.png");
}

.ui-icon-blank {
  background-position: 16px 16px;
}

.ui-icon-caret-1-n {
  background-position: 0 0;
}

.ui-icon-caret-1-ne {
  background-position: -16px 0;
}

.ui-icon-caret-1-e {
  background-position: -32px 0;
}

.ui-icon-caret-1-se {
  background-position: -48px 0;
}

.ui-icon-caret-1-s {
  background-position: -65px 0;
}

.ui-icon-caret-1-sw {
  background-position: -80px 0;
}

.ui-icon-caret-1-w {
  background-position: -96px 0;
}

.ui-icon-caret-1-nw {
  background-position: -112px 0;
}

.ui-icon-caret-2-n-s {
  background-position: -128px 0;
}

.ui-icon-caret-2-e-w {
  background-position: -144px 0;
}

.ui-icon-triangle-1-n {
  background-position: 0 -16px;
}

.ui-icon-triangle-1-ne {
  background-position: -16px -16px;
}

.ui-icon-triangle-1-e {
  background-position: -32px -16px;
}

.ui-icon-triangle-1-se {
  background-position: -48px -16px;
}

.ui-icon-triangle-1-s {
  background-position: -65px -16px;
}

.ui-icon-triangle-1-sw {
  background-position: -80px -16px;
}

.ui-icon-triangle-1-w {
  background-position: -96px -16px;
}

.ui-icon-triangle-1-nw {
  background-position: -112px -16px;
}

.ui-icon-triangle-2-n-s {
  background-position: -128px -16px;
}

.ui-icon-triangle-2-e-w {
  background-position: -144px -16px;
}

.ui-icon-arrow-1-n {
  background-position: 0 -32px;
}

.ui-icon-arrow-1-ne {
  background-position: -16px -32px;
}

.ui-icon-arrow-1-e {
  background-position: -32px -32px;
}

.ui-icon-arrow-1-se {
  background-position: -48px -32px;
}

.ui-icon-arrow-1-s {
  background-position: -65px -32px;
}

.ui-icon-arrow-1-sw {
  background-position: -80px -32px;
}

.ui-icon-arrow-1-w {
  background-position: -96px -32px;
}

.ui-icon-arrow-1-nw {
  background-position: -112px -32px;
}

.ui-icon-arrow-2-n-s {
  background-position: -128px -32px;
}

.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px;
}

.ui-icon-arrow-2-e-w {
  background-position: -160px -32px;
}

.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px;
}

.ui-icon-arrowstop-1-n {
  background-position: -192px -32px;
}

.ui-icon-arrowstop-1-e {
  background-position: -208px -32px;
}

.ui-icon-arrowstop-1-s {
  background-position: -224px -32px;
}

.ui-icon-arrowstop-1-w {
  background-position: -240px -32px;
}

.ui-icon-arrowthick-1-n {
  background-position: 1px -48px;
}

.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px;
}

.ui-icon-arrowthick-1-e {
  background-position: -32px -48px;
}

.ui-icon-arrowthick-1-se {
  background-position: -48px -48px;
}

.ui-icon-arrowthick-1-s {
  background-position: -64px -48px;
}

.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px;
}

.ui-icon-arrowthick-1-w {
  background-position: -96px -48px;
}

.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px;
}

.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px;
}

.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px;
}

.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px;
}

.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px;
}

.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px;
}

.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px;
}

.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px;
}

.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px;
}

.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px;
}

.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px;
}

.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px;
}

.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px;
}

.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px;
}

.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px;
}

.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px;
}

.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px;
}

.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px;
}

.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px;
}

.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px;
}

.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px;
}

.ui-icon-arrow-4 {
  background-position: 0 -80px;
}

.ui-icon-arrow-4-diag {
  background-position: -16px -80px;
}

.ui-icon-extlink {
  background-position: -32px -80px;
}

.ui-icon-newwin {
  background-position: -48px -80px;
}

.ui-icon-refresh {
  background-position: -64px -80px;
}

.ui-icon-shuffle {
  background-position: -80px -80px;
}

.ui-icon-transfer-e-w {
  background-position: -96px -80px;
}

.ui-icon-transferthick-e-w {
  background-position: -112px -80px;
}

.ui-icon-folder-collapsed {
  background-position: 0 -96px;
}

.ui-icon-folder-open {
  background-position: -16px -96px;
}

.ui-icon-document {
  background-position: -32px -96px;
}

.ui-icon-document-b {
  background-position: -48px -96px;
}

.ui-icon-note {
  background-position: -64px -96px;
}

.ui-icon-mail-closed {
  background-position: -80px -96px;
}

.ui-icon-mail-open {
  background-position: -96px -96px;
}

.ui-icon-suitcase {
  background-position: -112px -96px;
}

.ui-icon-comment {
  background-position: -128px -96px;
}

.ui-icon-person {
  background-position: -144px -96px;
}

.ui-icon-print {
  background-position: -160px -96px;
}

.ui-icon-trash {
  background-position: -176px -96px;
}

.ui-icon-locked {
  background-position: -192px -96px;
}

.ui-icon-unlocked {
  background-position: -208px -96px;
}

.ui-icon-bookmark {
  background-position: -224px -96px;
}

.ui-icon-tag {
  background-position: -240px -96px;
}

.ui-icon-home {
  background-position: 0 -112px;
}

.ui-icon-flag {
  background-position: -16px -112px;
}

.ui-icon-calendar {
  background-position: -32px -112px;
}

.ui-icon-cart {
  background-position: -48px -112px;
}

.ui-icon-pencil {
  background-position: -64px -112px;
}

.ui-icon-clock {
  background-position: -80px -112px;
}

.ui-icon-disk {
  background-position: -96px -112px;
}

.ui-icon-calculator {
  background-position: -112px -112px;
}

.ui-icon-zoomin {
  background-position: -128px -112px;
}

.ui-icon-zoomout {
  background-position: -144px -112px;
}

.ui-icon-search {
  background-position: -160px -112px;
}

.ui-icon-wrench {
  background-position: -176px -112px;
}

.ui-icon-gear {
  background-position: -192px -112px;
}

.ui-icon-heart {
  background-position: -208px -112px;
}

.ui-icon-star {
  background-position: -224px -112px;
}

.ui-icon-link {
  background-position: -240px -112px;
}

.ui-icon-cancel {
  background-position: 0 -128px;
}

.ui-icon-plus {
  background-position: -16px -128px;
}

.ui-icon-plusthick {
  background-position: -32px -128px;
}

.ui-icon-minus {
  background-position: -48px -128px;
}

.ui-icon-minusthick {
  background-position: -64px -128px;
}

.ui-icon-close {
  background-position: -80px -128px;
}

.ui-icon-closethick {
  background-position: -96px -128px;
}

.ui-icon-key {
  background-position: -112px -128px;
}

.ui-icon-lightbulb {
  background-position: -128px -128px;
}

.ui-icon-scissors {
  background-position: -144px -128px;
}

.ui-icon-clipboard {
  background-position: -160px -128px;
}

.ui-icon-copy {
  background-position: -176px -128px;
}

.ui-icon-contact {
  background-position: -192px -128px;
}

.ui-icon-image {
  background-position: -208px -128px;
}

.ui-icon-video {
  background-position: -224px -128px;
}

.ui-icon-script {
  background-position: -240px -128px;
}

.ui-icon-alert {
  background-position: 0 -144px;
}

.ui-icon-info {
  background-position: -16px -144px;
}

.ui-icon-notice {
  background-position: -32px -144px;
}

.ui-icon-help {
  background-position: -48px -144px;
}

.ui-icon-check {
  background-position: -64px -144px;
}

.ui-icon-bullet {
  background-position: -80px -144px;
}

.ui-icon-radio-on {
  background-position: -96px -144px;
}

.ui-icon-radio-off {
  background-position: -112px -144px;
}

.ui-icon-pin-w {
  background-position: -128px -144px;
}

.ui-icon-pin-s {
  background-position: -144px -144px;
}

.ui-icon-play {
  background-position: 0 -160px;
}

.ui-icon-pause {
  background-position: -16px -160px;
}

.ui-icon-seek-next {
  background-position: -32px -160px;
}

.ui-icon-seek-prev {
  background-position: -48px -160px;
}

.ui-icon-seek-end {
  background-position: -64px -160px;
}

.ui-icon-seek-first, .ui-icon-seek-start {
  background-position: -80px -160px;
}

.ui-icon-stop {
  background-position: -96px -160px;
}

.ui-icon-eject {
  background-position: -112px -160px;
}

.ui-icon-volume-off {
  background-position: -128px -160px;
}

.ui-icon-volume-on {
  background-position: -144px -160px;
}

.ui-icon-power {
  background-position: 0 -176px;
}

.ui-icon-signal-diag {
  background-position: -16px -176px;
}

.ui-icon-signal {
  background-position: -32px -176px;
}

.ui-icon-battery-0 {
  background-position: -48px -176px;
}

.ui-icon-battery-1 {
  background-position: -64px -176px;
}

.ui-icon-battery-2 {
  background-position: -80px -176px;
}

.ui-icon-battery-3 {
  background-position: -96px -176px;
}

.ui-icon-circle-plus {
  background-position: 0 -192px;
}

.ui-icon-circle-minus {
  background-position: -16px -192px;
}

.ui-icon-circle-close {
  background-position: -32px -192px;
}

.ui-icon-circle-triangle-e {
  background-position: -48px -192px;
}

.ui-icon-circle-triangle-s {
  background-position: -64px -192px;
}

.ui-icon-circle-triangle-w {
  background-position: -80px -192px;
}

.ui-icon-circle-triangle-n {
  background-position: -96px -192px;
}

.ui-icon-circle-arrow-e {
  background-position: -112px -192px;
}

.ui-icon-circle-arrow-s {
  background-position: -128px -192px;
}

.ui-icon-circle-arrow-w {
  background-position: -144px -192px;
}

.ui-icon-circle-arrow-n {
  background-position: -160px -192px;
}

.ui-icon-circle-zoomin {
  background-position: -176px -192px;
}

.ui-icon-circle-zoomout {
  background-position: -192px -192px;
}

.ui-icon-circle-check {
  background-position: -208px -192px;
}

.ui-icon-circlesmall-plus {
  background-position: 0 -208px;
}

.ui-icon-circlesmall-minus {
  background-position: -16px -208px;
}

.ui-icon-circlesmall-close {
  background-position: -32px -208px;
}

.ui-icon-squaresmall-plus {
  background-position: -48px -208px;
}

.ui-icon-squaresmall-minus {
  background-position: -64px -208px;
}

.ui-icon-squaresmall-close {
  background-position: -80px -208px;
}

.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px;
}

.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px;
}

.ui-icon-grip-solid-vertical {
  background-position: -32px -224px;
}

.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px;
}

.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px;
}

.ui-icon-grip-diagonal-se {
  background-position: -80px -224px;
}

.ui-corner-all, .ui-corner-left, .ui-corner-tl, .ui-corner-top {
  border-top-left-radius: 3px;
}

.ui-corner-all, .ui-corner-right, .ui-corner-top, .ui-corner-tr {
  border-top-right-radius: 3px;
}

.ui-corner-all, .ui-corner-bl, .ui-corner-bottom, .ui-corner-left {
  border-bottom-left-radius: 3px;
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-br, .ui-corner-right {
  border-bottom-right-radius: 3px;
}

.ui-widget-overlay {
  background: #aaa;
  opacity: 0.3;
  filter: Alpha(Opacity=30);
}

.ui-widget-shadow {
  -webkit-box-shadow: 0 0 5px #666;
  box-shadow: 0 0 5px #666;
}

/*----------------------------------------*/
/*  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;
}

/*----------------------------------------*/
/*  8.3 Contact css
/*----------------------------------------*/
@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-contact-info-ptb {
    padding-top: 90px;
    padding-bottom: 90px;
  }
}
.tp-contact-info-title {
  font-weight: 500;
  font-size: 18px;
  color: var(--tp-common-black);
  display: flex;
  align-items: center;
  border-bottom: 1px solid var(--tp-common-black);
  padding-bottom: 14px;
  margin-bottom: 12px;
}
.tp-contact-info-title span {
  color: var(--tp-theme-1);
  margin-right: 13px;
  transform: translateY(-2px);
}
.tp-contact-info-item a {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #333;
  display: block;
}
.tp-contact-info-item a:hover {
  color: var(--tp-theme-1);
}
.tp-contact-info-btn span {
  font-family: var(--tp-ff-heading);
  font-weight: 500;
  font-size: 18px;
  line-height: 156%;
  color: var(--tp-common-white);
  background: linear-gradient(90deg, #a020f0 0%, #00ffd1 100%);
  display: inline-block;
  padding: 16px 119px;
  border-radius: 60px;
}
@media (max-width: 767px) {
  .tp-contact-info-btn span {
    padding: 16px 40px;
  }
}
.tp-contact-info-btn span a {
  text-decoration: underline;
  text-decoration-skip-ink: none;
}
.tp-contact-info-btn span a:hover {
  color: var(--tp-theme-1);
}
.tp-contact-info-btn span svg {
  margin-right: 20px;
  display: inline-block;
}
.tp-contact-banner {
  border-radius: 20px;
  padding-top: 140px;
  padding-bottom: 250px;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-contact-banner {
    padding-top: 90px;
    padding-bottom: 200px;
  }
}
@media (max-width: 767px) {
  .tp-contact-banner {
    padding-top: 90px;
    padding-bottom: 160px;
  }
}
.tp-contact-banner::before {
  position: absolute;
  content: "";
  background: rgba(0, 0, 0, 0.2);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.tp-contact-banner-info {
  border: 1.5px solid rgba(255, 255, 255, 0.3);
  border-radius: 20px;
  backdrop-filter: blur(20px);
  background: rgba(255, 255, 255, 0.1);
  margin-left: 90px;
  padding: 32px 30px 32px 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-contact-banner-info {
    margin-left: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-contact-banner-info {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.tp-contact-banner-title {
  font-weight: 500;
  font-size: 24px;
  color: var(--tp-common-white);
}
.tp-contact-banner-location a {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: var(--tp-common-white);
}
.tp-contact-banner-location a:hover {
  color: var(--tp-theme-1);
}
.tp-contact-banner-phone a {
  font-family: var(--tp-ff-heading);
  font-weight: 500;
  font-size: 20px;
  letter-spacing: -0.02em;
  color: var(--tp-common-white);
}
.tp-contact-banner-phone a:hover {
  color: var(--tp-theme-1);
}
.tp-contact-banner-phone a svg {
  color: #00FFD1;
}
.tp-contact-banner-email a {
  font-weight: 400;
  font-size: 16px;
  color: #b0b0b8;
}
.tp-contact-banner-email a:hover {
  color: var(--tp-theme-1);
}
.tp-contact-banner-bigtext {
  font-weight: 600;
  font-size: 220px;
  line-height: 1;
  letter-spacing: -0.03em;
  color: var(--tp-common-white);
  position: absolute;
  bottom: -70px;
  right: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-contact-banner-bigtext {
    font-size: 180px;
    bottom: -50px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-contact-banner-bigtext {
    font-size: 130px;
  }
}
@media (max-width: 767px) {
  .tp-contact-banner-bigtext {
    font-size: 90px;
    bottom: -30px;
  }
}
.tp-contact-input .tp-label {
  font-weight: 500;
  font-size: 16px;
  color: #000;
  margin-bottom: 6px;
  letter-spacing: -0.03em;
  font-family: var(--tp-ff-heading);
}
.tp-contact-input .tp-input {
  font-weight: 400;
  font-size: 16px;
  font-family: var(--tp-ff-body);
  padding: 0;
  padding-right: 30px;
  border: none;
  border-bottom: 1px solid var(--tp-common-black);
  height: 40px;
  color: var(--tp-common-black);
  background: transparent;
}
.tp-contact-input .tp-input::placeholder {
  color: rgba(51, 51, 51, 0.6);
  font-weight: 400;
  font-size: 16px;
}
.tp-contact-input .tp-input:focus {
  border-color: var(--tp-theme-1);
}
.tp-contact-input .tp-input-icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  color: var(--tp-common-black);
}
.tp-contact-input .tp-message {
  height: 100px;
  resize: none;
}
.tp-contact-input .tp-message-icon {
  bottom: auto;
  top: 10px;
}
.tp-contact-privacy p {
  font-weight: 400;
  font-size: 14px;
  line-height: 171%;
  letter-spacing: -0.02em;
  color: #000;
}
@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-contact-form-ptb {
    padding-top: 90px;
    padding-bottom: 90px;
  }
}
.tp-contact-shadow {
  border-radius: 100%;
  background: linear-gradient(180deg, #a020f0 0%, #00ffd1 100%);
  filter: blur(200px);
  width: 300px;
  height: 500px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -100px;
  z-index: -1;
}
.tp-contact-map-wrapper {
  width: 100%;
  height: 640px;
  border-radius: 20px;
  overflow: hidden;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-contact-map-wrapper {
    height: 600px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-contact-map-wrapper {
    height: 500px;
  }
}
@media (max-width: 767px) {
  .tp-contact-map-wrapper {
    height: 450px;
  }
}
.tp-contact-map-wrapper iframe {
  width: 100%;
  height: 100%;
  filter: saturate(0);
}
.tp-contact-map-icon {
  position: relative;
}
.tp-contact-map-icon::after {
  position: absolute;
  content: "";
  top: -5px;
  left: -5px;
  margin: 0 auto;
  height: 120px;
  width: 120px;
  z-index: -1;
  border-radius: 140px;
  backdrop-filter: blur(7px);
  transform: translate(-20%, -20%);
  background: #00ffd1;
  border: 20px solid rgba(13, 13, 13, 0.4);
  animation: animate-pulse 3s linear infinite;
}
.tp-contact-map-icon span {
  display: grid;
  height: 60px;
  width: 60px;
  z-index: 2;
  text-align: center;
  border-radius: 50%;
  place-content: center;
  background-color: var(--tp-theme-primary);
}
.tp-contact-map-icon-box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}

/*----------------------------------------*/
/*  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 Team css
/*----------------------------------------*/
.tp-team-item {
  position: relative;
}
.tp-team-item:hover .tp-team-item-thumb img {
  transform: scale(1.1);
}
.tp-team-item-thumb {
  overflow: hidden;
  border-radius: 20px;
  margin-bottom: 20px;
}
.tp-team-item-thumb img {
  width: 100%;
  border-radius: 20px;
  transition: all 0.5s ease-in-out;
}
.tp-team-item-title {
  font-size: 26px;
  font-weight: 500;
  margin-bottom: 4px;
  letter-spacing: -0.39px;
}
.tp-team-item-social {
  position: absolute;
  bottom: 30px;
  left: 30px;
  display: inline-block;
}
.tp-team-item-social:hover .tp-team-social-icon .cb-team-item-social-icon {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}
.tp-team-item-social .tp-team-social-link {
  display: inline-grid;
  width: 48px;
  height: 48px;
  cursor: pointer;
  border-radius: 50%;
  place-content: center;
  background-color: var(--tp-common-black);
}
.tp-team-item-social .tp-team-social-icon {
  position: absolute;
  left: 55px;
  gap: 6px;
  bottom: 0px;
  display: flex;
  visibility: hidden;
}
.tp-team-item-social .tp-team-social-icon .cb-team-item-social-icon {
  opacity: 0;
  width: 48px;
  height: 48px;
  visibility: hidden;
  backdrop-filter: none;
  transform: translateX(-20px);
  color: var(--tp-common-white);
  background: rgb(36, 34, 34);
  border: 1px solid rgba(255, 255, 255, 0.15);
}
.tp-team-item-social .tp-team-social-icon .cb-team-item-social-icon:nth-child(1) {
  transition-delay: 0.1s;
}
.tp-team-item-social .tp-team-social-icon .cb-team-item-social-icon:nth-child(2) {
  transition-delay: 0.2s;
}
.tp-team-item-social .tp-team-social-icon .cb-team-item-social-icon:nth-child(3) {
  transition-delay: 0.3s;
}
.tp-team-item-social .tp-team-social-icon .cb-team-item-social-icon:nth-child(4) {
  transition-delay: 0.4s;
}
.tp-team-item-social .tp-team-social-icon .cb-team-item-social-icon:nth-child(5) {
  transition-delay: 0.5s;
}

.tp-team-details-shape {
  position: absolute;
  bottom: 10%;
  left: -10%;
  animation: rotate_anim 10s linear infinite;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-team-details-shape {
    left: -16%;
  }
}
.tp-team-details-thumb {
  width: 100%;
  overflow: hidden;
  border-radius: 14px;
}
.tp-team-details-thumb img {
  width: 100%;
  border-radius: 14px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-team-details-info {
    flex-wrap: wrap;
  }
}
.tp-team-details-info-contact {
  padding: 10px 0;
  border-top: 1px solid rgba(17, 16, 19, 0.1);
  border-bottom: 1px solid rgba(17, 16, 19, 0.1);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-team-details-info-contact {
    margin-bottom: 20px;
  }
}
.tp-team-details-info-contact a {
  font-size: 14px;
  font-weight: 500;
  display: inline-block;
  letter-spacing: -0.28px;
  color: var(--tp-common-black);
}
.tp-team-details-info-contact a:not(:last-of-type) {
  margin-right: 20px;
  padding-right: 20px;
  border-right: 1px solid rgba(17, 16, 19, 0.1);
}
.tp-team-details-info-contact a svg {
  margin-right: 5px;
}
.tp-team-details-info-social {
  gap: 4px;
  display: flex;
}
.tp-team-details-info-social a {
  width: 42px;
  height: 42px;
  border-radius: 42px;
  display: inline-grid;
  place-content: center;
  border: 1px solid rgba(13, 13, 13, 0.08);
}
.tp-team-details-info-social a:hover {
  color: var(--tp-common-white);
  background-color: var(--tp-theme-1);
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-team-details-wrap {
    margin-bottom: 30px;
  }
}
.tp-team-details-wrapper {
  padding-left: 70px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-team-details-wrapper {
    padding-left: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-team-details-wrapper {
    padding-left: 0;
  }
}
.tp-team-details-text {
  margin-bottom: 30px;
}
.tp-team-details-text p {
  color: #4D5051;
}
.tp-team-details-text-sub {
  color: #525356;
  font-size: 16px;
  font-weight: 400;
  display: inline-block;
}
.tp-team-details-text-title {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 25px;
  letter-spacing: -0.8px;
  color: var(--tp-common-black);
}
.tp-team-details-more-title {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 18px;
  letter-spacing: -0.48px;
  color: var(--tp-common-black);
}
.tp-team-details-more ul li {
  list-style: none;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 12px;
  color: var(--tp-common-black);
}
.tp-team-details-more ul li span {
  color: #525356;
  font-size: 16px;
  font-weight: 400;
  min-width: 100px;
  margin-right: 40px;
  display: inline-block;
}
.tp-team-details-progress-title {
  font-size: 16px;
  font-weight: 500;
  color: var(--tp-common-black);
}
.tp-team-details-progress-inner {
  position: relative;
  width: 100%;
  height: 5px;
  background: #d9d9d9;
}
.tp-team-details-progress-bar {
  height: 5px;
  display: flex;
  overflow: visible;
  position: relative;
  text-align: center;
  white-space: nowrap;
  transition: 0.6s ease;
  background-color: var(--tp-theme-1);
}
.tp-team-details-progress-bar::before {
  position: absolute;
  content: "";
  height: 20px;
  width: 1px;
  right: 0px;
  top: -8px;
  margin: auto;
  background-color: var(--tp-theme-1);
}
.tp-team-details-progress-counter {
  position: absolute;
  top: 0;
  right: -15px;
  font-size: 14px;
  font-weight: 500;
  margin-top: -29px;
  text-transform: uppercase;
}
.tp-team-details-input-content input, .tp-team-details-input-content textarea {
  border-radius: 6px;
  margin-bottom: 20px;
  background-color: #F8F8FB;
  color: var(--tp-common-black);
  border: 1px solid rgba(17, 16, 19, 0.08);
}
.tp-team-details-input-content input:focus, .tp-team-details-input-content textarea:focus {
  background-color: transparent;
  border-color: var(--tp-theme-1);
  box-shadow: 0px 0px 0px 3px rgba(255, 87, 34, 0.1);
}
.tp-team-details-input-content input::placeholder, .tp-team-details-input-content textarea::placeholder {
  color: #848788;
}
.tp-team-details-input-content textarea {
  resize: none;
  height: 160px;
}
.tp-team-details-input-btn button {
  padding: 15px 28px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-carrer-ptb {
    padding-top: 120px;
    padding-bottom: 80px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-carrer-ptb {
    padding-top: 100px;
    padding-bottom: 80px;
  }
}
.tp-carrer-item-1 {
  position: relative;
  border-radius: 20px;
  padding: 40px 40px 135px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-carrer-item-1 {
    padding: 40px 40px 110px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-carrer-item-1 {
    padding: 40px 40px 50px;
  }
}
@media (max-width: 767px) {
  .tp-carrer-item-1 {
    padding: 30px;
  }
}
.tp-carrer-item-1-thumb {
  margin-bottom: 32px;
}
.tp-carrer-item-1-title {
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  color: var(--tp-common-black);
}
.tp-carrer-item-2 {
  width: 100%;
  padding: 60px;
  border-radius: 20px;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  .tp-carrer-item-2 {
    padding: 40px;
  }
}
.tp-carrer-item-2-author {
  gap: 15px;
  display: flex;
}
.tp-carrer-item-2-author-thumb {
  width: 42px;
}
.tp-carrer-item-2-author-thumb img {
  border-radius: 50%;
}
.tp-carrer-item-2-author-content h4 {
  font-size: 16px;
  margin-bottom: 2px;
  letter-spacing: -0.16px;
  color: var(--tp-common-white);
}
.tp-carrer-item-2-author-content p {
  margin: 0;
  font-size: 14px;
  color: var(--tp-common-white);
}
.tp-carrer-item-2-text {
  font-size: 18px;
  font-weight: 500;
  color: var(--tp-common-white);
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-carrer-item-2-text br {
    display: none;
  }
}
.tp-carrer-item-3 {
  gap: 20px;
  display: flex;
}
.tp-carrer-item-3-icon span {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: inline-grid;
  place-content: center;
  background-color: rgb(242, 242, 242);
}
.tp-carrer-item-3-content p {
  margin-bottom: 6px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-carrer-item-3-content p br {
    display: none;
  }
}
.tp-carrer-item-3-content a {
  font-size: 17px;
  font-weight: 500;
  letter-spacing: -0.34px;
}
.tp-carrer-item-4 {
  border-radius: 20px;
  padding: 50px 50px 30px;
  border: 1px solid rgba(13, 13, 13, 0.1);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-carrer-item-4 {
    padding: 40px 40px 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-carrer-item-4 {
    padding: 30px;
  }
}
.tp-carrer-item-4-title {
  font-size: 36px;
  font-weight: 500;
  margin-bottom: 30px;
  letter-spacing: -1.08px;
  color: var(--tp-common-black);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-carrer-item-4-title {
    font-size: 32px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-carrer-item-4-title {
    font-size: 26px;
    letter-spacing: 0;
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-carrer-item-4-top {
    padding-bottom: 0;
  }
}
.tp-carrer-item-4-bottom {
  flex-wrap: wrap;
}
.tp-carrer-item-4-list ul li {
  gap: 8px;
  display: flex;
  list-style: none;
  font-size: 18px;
  font-weight: 500;
  align-items: center;
  margin-bottom: 12px;
}
.tp-carrer-item-4-btn .tp-btn-purple {
  padding: 15px 22px;
  color: var(--tp-common-black);
  background-color: var(--tp-gray-1);
}
.tp-carrer-item-4-btn .tp-btn-purple:hover {
  color: var(--tp-common-white);
  background-color: var(--tp-common-black);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-carrer-middle-ptb {
    padding-bottom: 100px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-carrer-middle-ptb {
    padding-bottom: 80px;
  }
}
.tp-carrer-banner-wrap {
  height: 740px;
  overflow: hidden;
  border-radius: 20px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-carrer-banner-wrap {
    height: 620px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-carrer-banner-wrap {
    height: 500px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-carrer-banner-wrap {
    height: auto;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-carrer-details-ptb {
    padding-top: 100px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-carrer-details-ptb {
    padding-top: 80px;
  }
}
.tp-carrer-details-shape {
  position: relative;
}
.tp-carrer-details-shape::before {
  position: absolute;
  content: "";
  left: 10%;
  top: 0;
  width: 415px;
  height: 420px;
  z-index: 0;
  filter: blur(90px);
  transform: rotate(-114.883deg);
  background: linear-gradient(40deg, #A020F0 23.76%, #00FFD1 70.73%);
}
.tp-carrer-details-sidebar {
  padding: 40px;
  overflow: hidden;
  position: relative;
  border-radius: 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-carrer-details-sidebar {
    padding: 30px;
  }
}
.tp-carrer-details-sidebar::before {
  position: absolute;
  content: "";
  right: -33%;
  bottom: -55%;
  width: 415px;
  height: 420px;
  z-index: 0;
  filter: blur(90px);
  transform: rotate(-114.883deg);
  background: linear-gradient(40deg, #A020F0 23.76%, #00FFD1 70.73%);
}
.tp-carrer-details-sidebar-input input, .tp-carrer-details-sidebar-input textarea {
  height: 64px;
  font-size: 16px;
  margin-bottom: 10px;
  border-radius: 10px;
  border-color: transparent;
  color: var(--tp-common-black);
  background: var(--tp-common-white);
}
.tp-carrer-details-sidebar-input input::placeholder, .tp-carrer-details-sidebar-input textarea::placeholder {
  font-size: 16px;
  font-weight: 400;
  color: var(--tp-common-black);
}
.tp-carrer-details-sidebar-input textarea {
  resize: none;
  height: 140px;
  margin-bottom: 0;
}
.tp-carrer-details-sidebar-input textarea:focus {
  border-color: var(--tp-common-black);
}
.tp-carrer-details-sidebar-title {
  margin-bottom: 25px;
  letter-spacing: -0.48px;
}
.tp-carrer-details-text ul li {
  gap: 7px;
  display: flex;
  font-size: 16px;
  font-weight: 400;
  list-style: none;
  margin-bottom: 8px;
  align-items: center;
}
@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-carrer-details-text ul li {
    display: inline-block;
  }
}
.tp-carrer-details-text ul li span {
  color: var(--tp-common-black);
}
.tp-carrer-details-np-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.tp-carrer-details-np-wrap a {
  gap: 8px;
  display: flex;
  font-size: 16px;
  font-weight: 500;
  padding: 9px 20px;
  align-items: center;
  border-radius: 10px;
  background: var(--tp-gray-1);
  color: var(--tp-common-black);
}
.tp-carrer-details-np-wrap a:hover {
  color: var(--tp-common-white);
  background-color: var(--tp-common-black);
}

/*----------------------------------------*/
/*  8.6 Cart css
/*----------------------------------------*/
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-cart-ptb {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .tp-cart-ptb {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.tp-cart-ptb .tp-product-details-quantity .tp-cart-input[type=text] {
  font-size: 16px;
}
.tp-cart-header-product {
  padding-left: 30px !important;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .tp-cart-list {
    overflow-x: scroll;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .tp-cart-list {
    overflow-x: scroll;
    margin-right: 0;
  }
}
.tp-cart-list .table > :not(caption) > * > * {
  padding: 20px 0;
  box-shadow: none;
  vertical-align: middle;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .tp-cart-list table {
    width: 840px;
  }
}
.tp-cart-list thead {
  background-color: #f2f2f2;
}
.tp-cart-list thead th {
  font-weight: 500;
  font-size: 14px;
  color: var(--tp-common-black);
  border: 0 !important;
  padding-top: 9px !important;
  padding-bottom: 9px !important;
  background: transparent;
}
.tp-cart-list tr td {
  border-color: #E0E2E3;
}
.tp-cart-list tr td .tp-cart-action-btn {
  font-weight: 400;
  font-size: 14px;
  color: #818487;
}
.tp-cart-list tr td .tp-cart-action-btn svg {
  transform: translateY(-1px);
}
.tp-cart-list tr td .tp-cart-action-btn:hover {
  color: red;
}
.tp-cart-list tr td.tp-cart-add-to-cart .tp-btn {
  border-radius: 0;
}
.tp-cart-list tbody tr:first-child td {
  padding-top: 30px !important;
}
.tp-cart-img {
  width: 78px;
  margin-right: 20px;
}
.tp-cart-img img {
  width: 78px;
  height: 100px;
  object-fit: cover;
  border-radius: 6px;
}
.tp-cart-title a {
  margin-left: 20px;
  font-weight: 400;
  font-size: 16px;
  color: var(--tp-common-black);
}
.tp-cart-title a:hover {
  color: var(--tp-theme-1);
}
.tp-cart-price {
  width: 126px;
}
.tp-cart-price span {
  font-size: 16px;
  color: var(--tp-common-black);
}
.tp-cart-quantity {
  width: 180px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .tp-cart-coupon {
    margin-bottom: 20px;
  }
}
.tp-cart-coupon-input-box label {
  font-size: 14px;
  color: var(--tp-common-black);
  margin-bottom: 7px;
}
.tp-cart-coupon-input input {
  background: #f2f2f2;
  margin-right: 4px;
  max-width: 282px;
  font-size: 14px;
  padding-left: 26px;
  padding-right: 26px;
  border-radius: 0;
  color: var(--tp-common-black);
  border: 1px solid transparent;
  text-transform: capitalize;
  border-radius: 50px;
}
.tp-cart-coupon-input input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  font-size: 14px;
  text-transform: capitalize;
  color: var(--tp-grey-1);
}
.tp-cart-coupon-input input::-moz-placeholder { /* Firefox 19+ */
  font-size: 14px;
  text-transform: capitalize;
  color: var(--tp-grey-1);
}
.tp-cart-coupon-input input:-moz-placeholder { /* Firefox 4-18 */
  font-size: 14px;
  text-transform: capitalize;
  color: var(--tp-grey-1);
}
.tp-cart-coupon-input input:-ms-input-placeholder { /* IE 10+  Edge*/
  font-size: 14px;
  text-transform: capitalize;
  color: var(--tp-grey-1);
}
.tp-cart-coupon-input input::placeholder { /* MODERN BROWSER */
  font-size: 14px;
  text-transform: capitalize;
  color: var(--tp-grey-1);
}
.tp-cart-coupon-input input:focus {
  border-color: var(--tp-common-black);
  background-color: transparent;
}
.tp-cart-coupon-input button {
  font-size: 16px;
  font-weight: 500;
  padding: 13px 30px;
  color: var(--tp-common-white);
  background-color: var(--tp-common-black);
  border-radius: 50px;
}
.tp-cart-coupon-input button:hover {
  color: var(--tp-common-white);
  background-color: var(--tp-theme-1);
}
.tp-cart-update-btn {
  font-size: 16px;
  font-weight: 500;
  padding: 13px 29px;
  color: var(--tp-common-black);
  border: 1px solid #E0E2E3;
  border-radius: 50px;
}
.tp-cart-update-btn:hover {
  color: var(--tp-common-white);
  background-color: var(--tp-theme-1);
  border-color: var(--tp-theme-1);
}
.tp-cart-checkout-wrapper {
  margin-left: -24px;
  padding: 36px 24px 28px;
  background: var(--tp-common-white);
  box-shadow: 0px 30px 70px rgba(1, 15, 28, 0.1);
  border-radius: 12px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .tp-cart-checkout-wrapper {
    margin-top: 50px;
    margin-left: 0;
  }
}
.tp-cart-checkout-top {
  padding-bottom: 13px;
  margin-bottom: 19px;
  border-bottom: 1px solid #E0E2E3;
}
.tp-cart-checkout-top span {
  font-size: 20px;
  color: var(--tp-common-black);
  font-weight: 500;
}
.tp-cart-checkout-shipping {
  padding-bottom: 16px;
  border-bottom: 1px solid #E0E2E3;
  margin-bottom: 15px;
}
.tp-cart-checkout-shipping-title {
  font-weight: 500;
  font-size: 15px;
  margin-bottom: 7px;
}
.tp-cart-checkout-shipping-option:not(:last-child) {
  margin-bottom: 4px;
}
.tp-cart-checkout-shipping-option input {
  display: none;
}
.tp-cart-checkout-shipping-option input:checked + label::after {
  border-color: var(--tp-common-black);
}
.tp-cart-checkout-shipping-option input:checked + label::before {
  opacity: 1;
  visibility: visible;
}
.tp-cart-checkout-shipping-option label {
  font-weight: 400;
  font-size: 14px;
  color: #161C2D;
  position: relative;
  padding-left: 25px;
}
.tp-cart-checkout-shipping-option label:hover {
  cursor: pointer;
}
.tp-cart-checkout-shipping-option label span {
  color: var(--tp-common-black);
}
.tp-cart-checkout-shipping-option label::after {
  position: absolute;
  content: "";
  left: 0;
  top: 5px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 1px solid #BCBCBC;
  transition: all 0.4s ease;
}
.tp-cart-checkout-shipping-option label::before {
  position: absolute;
  content: "";
  left: 4px;
  top: 9px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: var(--tp-common-black);
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s ease;
}
.tp-cart-checkout-total {
  margin-bottom: 25px;
}
.tp-cart-checkout-total span {
  font-weight: 500;
  font-size: 18px;
  color: var(--tp-common-black);
}
.tp-cart-checkout-btn {
  font-size: 16px;
  font-weight: 500;
  padding: 10px 30px;
  text-align: center;
  display: inline-block;
  color: var(--tp-common-white);
  background-color: var(--tp-common-black);
  border-radius: 50px;
}
.tp-cart-checkout-btn:hover {
  background-color: var(--tp-theme-1);
  color: var(--tp-common-white);
}

/*----------------------------------------*/
/*  8.7 Checkout css
/*----------------------------------------*/
.tp-checkout-verify-item {
  margin-bottom: 40px;
}
.tp-checkout-verify-item:not(:last-child) {
  margin-bottom: 14px;
}
.tp-checkout-verify-reveal {
  width: 100%;
  font-size: 14px;
  margin-bottom: 0;
  padding: 8px 26px;
  display: inline-block;
  border: 1px dashed #AAB0B2;
  color: var(--tp-common-black);
}
.tp-checkout-verify-reveal button {
  position: relative;
  color: var(--tp-common-black);
}
.tp-checkout-verify-reveal button:hover {
  color: var(--tp-theme-1);
}
.tp-checkout-verify-reveal button::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 4px;
  width: 100%;
  height: 1px;
  background-color: var(--tp-common-black);
}
.tp-checkout-btn {
  font-size: 16px;
  font-weight: 500;
  height: 58px;
  padding: 0 30px;
  line-height: 58px;
  text-align: center;
  border-radius: 20px;
  display: inline-block;
  color: var(--tp-common-white);
  background-color: var(--tp-common-black);
  border: 1px solid transparent;
}
.tp-checkout-btn.btn-plr {
  padding: 0 150px;
  border-radius: 0;
}
@media (max-width: 767px) {
  .tp-checkout-btn.btn-plr {
    padding: 0 100px;
  }
}
.tp-checkout-btn.border-style {
  font-weight: 500;
  font-size: 15px;
  color: var(--tp-common-black);
  border-radius: 0;
  text-transform: capitalize;
  background-color: transparent;
  border: 1px solid var(--tp-border-1);
}
.tp-checkout-btn.border-style span {
  margin-left: 7px;
  transform: translateY(-1px);
  display: inline-block;
}
.tp-checkout-btn.border-style:hover {
  color: var(--tp-common-white);
  background-color: var(--tp-common-black);
  border-color: var(--tp-common-black);
}
.tp-checkout-btn:hover {
  border-color: var(--tp-common-black);
  color: var(--tp-common-black);
  background-color: transparent;
}
.tp-checkout-input {
  margin-bottom: 20px;
}
.tp-checkout-input label {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 12px;
  color: var(--tp-common-black);
}
.tp-checkout-input label span {
  color: red;
}
.tp-checkout-input input, .tp-checkout-input textarea {
  width: 100%;
  padding: 20px 26px;
  font-size: 14px;
  text-transform: capitalize;
  border: 1px solid transparent;
  color: var(--tp-common-black);
  background: #f2f2f2;
  border-radius: 20px;
}
.tp-checkout-input input::placeholder, .tp-checkout-input textarea::placeholder {
  font-size: 14px;
  line-height: 1;
  text-transform: capitalize;
  color: var(--tp-grey-1);
}
.tp-checkout-input input:focus, .tp-checkout-input textarea:focus {
  background: transparent;
  border-color: var(--tp-theme-1);
}
.tp-checkout-input textarea {
  height: 200px;
  resize: none;
}
.tp-checkout-input .tp-select {
  height: 58px;
  line-height: 55px;
  border-radius: 20px;
  border: 1px solid transparent;
  color: var(--tp-common-black);
  padding: 0px 25px 0;
  width: 100%;
  background: #f2f2f2;
  font-size: 14px;
}
.tp-checkout-input .tp-select .current {
  font-size: 14px;
  line-height: 52px;
  text-transform: capitalize;
  color: var(--tp-grey-1);
}
.tp-checkout-input .tp-select.open {
  border-color: var(--tp-theme-1);
}
.tp-checkout-option {
  margin-bottom: 4px;
}
.tp-checkout-option-wrapper {
  margin-top: 10px;
  margin-bottom: 17px;
}
.tp-checkout-option input {
  display: none;
}
.tp-checkout-option input:checked ~ label::after {
  background-color: var(--tp-theme-1);
  border-color: var(--tp-theme-1);
}
.tp-checkout-option input:checked ~ label::before {
  visibility: visible;
  opacity: 1;
}
.tp-checkout-option label {
  font-size: 15px;
  color: #55585B;
  position: relative;
  padding-left: 26px;
  z-index: 1;
}
.tp-checkout-option label::after {
  position: absolute;
  content: "";
  top: 4px;
  left: 0;
  width: 18px;
  height: 18px;
  line-height: 16px;
  text-align: center;
  border: 1px solid #C3C7C9;
  z-index: -1;
  transition: all 0.4s ease;
  border-radius: 4px;
}
.tp-checkout-option label::before {
  position: absolute;
  content: url(../img/ai_shop/product/check.svg);
  top: 4px;
  left: 0;
  width: 18px;
  height: 18px;
  line-height: 16px;
  text-align: center;
  visibility: hidden;
  opacity: 0;
  color: var(--tp-common-white);
  transition: all 0.4s ease;
}
.tp-checkout-option label a:hover {
  color: var(--tp-common-black);
}
.tp-checkout-option label:hover {
  cursor: pointer;
}
.tp-checkout-bill-area {
  padding: 45px 40px 24px;
  background: var(--tp-common-white);
  box-shadow: 0px 30px 70px rgba(1, 15, 28, 0.1);
  border-radius: 12px;
}
@media (max-width: 767px) {
  .tp-checkout-bill-area {
    padding: 45px 25px 24px;
  }
}
.tp-checkout-bill-title {
  font-weight: 600;
  font-size: 26px;
  margin-bottom: 35px;
}
.tp-checkout-place {
  padding: 44px 50px 50px;
  background: var(--tp-common-white);
  box-shadow: 0px 30px 70px rgba(1, 15, 28, 0.1);
  border-radius: 12px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-checkout-place {
    padding: 35px 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .tp-checkout-place {
    margin-top: 50px;
  }
}
@media (max-width: 767px) {
  .tp-checkout-place {
    padding: 45px 25px 24px;
  }
}
.tp-checkout-place-title {
  font-size: 26px;
  font-weight: 600;
  margin-right: 37px;
  margin-bottom: 30px;
}
.tp-checkout-payment {
  padding-bottom: 26px;
  margin-bottom: 24px;
  border-bottom: 1px solid #E0E2E3;
}
.tp-checkout-payment-item:not(:last-child) {
  margin-bottom: 10px;
}
.tp-checkout-payment-item.paypal-payment label {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.tp-checkout-payment-item input {
  display: none;
}
.tp-checkout-payment-item input:checked ~ label::after {
  border-color: #4d3d30;
}
.tp-checkout-payment-item input:checked ~ label::before {
  opacity: 1;
  visibility: visible;
}
.tp-checkout-payment-item label {
  font-size: 14px;
  position: relative;
  padding-left: 27px;
  font-weight: 500;
  color: var(--tp-common-black);
}
.tp-checkout-payment-item label:hover {
  cursor: pointer;
}
.tp-checkout-payment-item label::after {
  position: absolute;
  content: "";
  left: 0;
  top: 5px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 1px solid #BCBCBC;
  transition: all 0.4s ease;
}
.tp-checkout-payment-item label::before {
  position: absolute;
  content: "";
  left: 3px;
  top: 8px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: var(--tp-common-black);
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s ease;
}
.tp-checkout-payment-item label img {
  margin-left: 14px;
  -webkit-transform: translateY(-2px);
  -moz-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  -o-transform: translateY(-2px);
  transform: translateY(-2px);
}
.tp-checkout-payment-item label a {
  margin-left: 20px;
  position: relative;
}
.tp-checkout-payment-item label a::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 3px;
  width: 100%;
  height: 1px;
  background-color: var(--tp-common-black);
}
.tp-checkout-payment-desc {
  position: relative;
  padding-top: 10px;
  display: none;
}
.tp-checkout-payment-desc::after {
  position: absolute;
  content: "";
  left: 57px;
  top: 0;
  width: 16px;
  height: 16px;
  background-color: #F6F7F9;
  -webkit-transform: translateY(3px) rotate(45deg);
  -moz-transform: translateY(3px) rotate(45deg);
  -ms-transform: translateY(3px) rotate(45deg);
  -o-transform: translateY(3px) rotate(45deg);
  transform: translateY(3px) rotate(45deg);
}
.tp-checkout-payment-desc p {
  font-size: 14px;
  color: #55585B;
  margin-bottom: 0;
  margin-left: 27px;
  line-height: 1.57;
  padding: 19px 30px;
  background-color: #F6F7F9;
}
.tp-checkout-agree {
  margin-bottom: 24px;
}

.tp-return-customer {
  display: none;
  margin-top: 14px;
  padding: 40px 40px;
  background: var(--tp-common-white);
  box-shadow: 0px 30px 70px rgba(1, 15, 28, 0.1);
  border-radius: 12px;
}
.tp-return-customer-input {
  margin-bottom: 20px;
}
.tp-return-customer-input label {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 12px;
  color: var(--tp-common-black);
}
.tp-return-customer-input label span {
  color: red;
}
.tp-return-customer-input input, .tp-return-customer-input textarea {
  width: 100%;
  padding: 0 26px;
  line-height: 56px;
  font-size: 14px;
  text-transform: capitalize;
  border: 1px solid transparent;
  color: var(--tp-common-black);
  background: #f2f2f2;
  border-radius: 20px;
}
.tp-return-customer-input input::placeholder, .tp-return-customer-input textarea::placeholder {
  font-size: 14px;
  line-height: 56px;
  text-transform: capitalize;
  color: var(--tp-grey-1);
}
.tp-return-customer-input input:focus, .tp-return-customer-input textarea:focus {
  background: transparent;
  border-color: var(--tp-theme-1);
}
.tp-return-customer-remeber input {
  display: none;
}
.tp-return-customer-remeber input:checked ~ label::after {
  border-color: var(--tp-theme-1);
  background-color: var(--tp-theme-1);
}
.tp-return-customer-remeber input:checked ~ label::before {
  opacity: 1;
  visibility: visible;
}
.tp-return-customer-remeber label {
  font-size: 15px;
  color: #55585B;
  position: relative;
  padding-left: 26px;
  z-index: 1;
  border-radius: 8px;
}
.tp-return-customer-remeber label::after {
  position: absolute;
  content: "";
  top: 4px;
  left: 0;
  width: 18px;
  height: 18px;
  line-height: 16px;
  text-align: center;
  border: 1px solid #C3C7C9;
  z-index: -1;
  transition: all 0.4s ease;
  border-radius: 4px;
}
.tp-return-customer-remeber label::before {
  position: absolute;
  content: url(../img/ai_shop/product/check.svg);
  top: 4px;
  left: 0;
  width: 18px;
  height: 18px;
  line-height: 16px;
  text-align: center;
  visibility: hidden;
  opacity: 0;
  color: var(--tp-common-white);
  transition: all 0.4s ease;
}
.tp-return-customer-remeber label a:hover {
  color: var(--tp-common-black);
}
.tp-return-customer-remeber label:hover {
  cursor: pointer;
}
.tp-return-customer-forgot a {
  font-weight: 400;
  font-size: 15px;
  color: var(--tp-common-black);
  position: relative;
  display: inline-block;
}
.tp-return-customer-forgot a::after {
  position: absolute;
  content: url("../img/login/check.svg");
  left: auto;
  right: 0;
  bottom: 4px;
  width: 0%;
  height: 1px;
  background-color: var(--tp-common-black);
  transition: all 0.4s ease;
}
.tp-return-customer-forgot a:hover::after {
  left: 0;
  right: auto;
  width: 100%;
}

.tp-order-details {
  padding: 70px 100px 55px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-order-details {
    padding: 70px 70px 55px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-order-details {
    padding: 70px 30px 55px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-order-details {
    padding: 70px 50px 55px;
  }
}
@media (max-width: 767px) {
  .tp-order-details {
    padding: 40px 30px 45px;
  }
}
.tp-order-details-icon {
  margin-bottom: 22px;
}
.tp-order-details-icon span {
  display: inline-block;
  width: 120px;
  height: 120px;
  line-height: 118px;
  text-align: center;
  font-size: 55px;
  color: var(--tp-common-white);
  border-bottom: 1px solid #E0E2E3;
  border-radius: 50%;
}
.tp-order-details-icon span svg {
  transform: translateY(-1px);
}
.tp-order-details-title {
  font-size: 30px;
  font-weight: 600;
  color: var(--tp-common-white);
  margin-bottom: 7px;
}
.tp-order-details-content p {
  font-size: 16px;
  color: var(--tp-common-white);
  line-height: 1.38;
}
.tp-order-details-item {
  margin-bottom: 38px;
}
.tp-order-details-item-wrapper .row [class*=col-]:nth-child(2n) .tp-order-details-item {
  padding-left: 40px;
}
@media (max-width: 767px) {
  .tp-order-details-item-wrapper .row [class*=col-]:nth-child(2n) .tp-order-details-item {
    padding-left: 0;
  }
}
.tp-order-details-item h4 {
  font-size: 18px;
  color: var(--tp-common-white);
  margin-bottom: 0;
  font-weight: 400;
}
.tp-order-details-item p {
  font-weight: 700;
  font-size: 18px;
  color: var(--tp-common-white);
  margin-bottom: 0;
}
.tp-order-info-wrapper {
  padding: 42px 50px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-order-info-wrapper {
    padding: 42px 40px;
  }
}
@media (max-width: 767px) {
  .tp-order-info-wrapper {
    padding: 42px 30px;
  }
}
.tp-order-info-title {
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 40px;
}
.tp-order-info-list ul li {
  list-style: none;
  padding: 15px 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.tp-order-info-list ul li:not(:last-child) {
  border-bottom: 1px solid #E0E2E3;
}
.tp-order-info-list ul li span {
  font-size: 15px;
  color: var(--tp-common-black);
}
.tp-order-info-list ul li.tp-order-info-list-header {
  padding-top: 0;
  padding-bottom: 12px;
}
.tp-order-info-list ul li.tp-order-info-list-header h4 {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 0;
}
.tp-order-info-list ul li.tp-order-info-list-desc p {
  font-size: 15px;
  margin-bottom: 0;
}
.tp-order-info-list ul li.tp-order-info-list-desc p span {
  font-size: 15px;
  font-weight: 500;
}
.tp-order-info-list ul li.tp-order-info-list-subtotal span:last-child {
  color: var(--tp-common-black);
}
.tp-order-info-list ul li.tp-order-info-list-shipping span input {
  display: none;
}
.tp-order-info-list ul li.tp-order-info-list-shipping span input:checked ~ label::after {
  border-color: #4d3d30;
}
.tp-order-info-list ul li.tp-order-info-list-shipping span input:checked ~ label::before {
  opacity: 1;
  visibility: visible;
}
.tp-order-info-list ul li.tp-order-info-list-shipping span label {
  font-size: 14px;
  position: relative;
  padding-right: 27px;
}
.tp-order-info-list ul li.tp-order-info-list-shipping span label span {
  color: var(--tp-common-black);
}
.tp-order-info-list ul li.tp-order-info-list-shipping span label:hover {
  cursor: pointer;
}
.tp-order-info-list ul li.tp-order-info-list-shipping span label::after {
  position: absolute;
  content: "";
  right: 0;
  top: 5px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 1px solid #BCBCBC;
  transition: all 0.4s ease;
}
.tp-order-info-list ul li.tp-order-info-list-shipping span label::before {
  position: absolute;
  content: "";
  right: 4px;
  top: 9px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: var(--tp-common-black);
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s ease;
}
.tp-order-info-list ul li.tp-order-info-list-total {
  padding: 14px 0;
}
.tp-order-info-list ul li.tp-order-info-list-total span {
  font-size: 16px;
  font-weight: 500;
}
.tp-order-inner {
  background-color: var(--tp-common-white);
  box-shadow: 0px 30px 70px rgba(1, 15, 28, 0.1);
}

/*----------------------------------------*/
/*  8.8 Login Css
/*----------------------------------------*/
.tp-login-ptb {
  padding-top: 300px;
  padding-bottom: 150px;
}
@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-login-ptb {
    padding-top: 200px;
    padding-bottom: 100px;
  }
}
.tp-login-wrapper {
  padding: 50px 74px 70px;
  background: var(--tp-common-white);
  box-shadow: 0px 30px 60px rgba(3, 4, 28, 0.1);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-login-wrapper {
    padding: 50px 50px 70px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .tp-login-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.tp-login-title {
  font-weight: 500;
  font-size: 30px;
  margin-bottom: 4px;
}
.tp-login-top p {
  font-size: 16px;
  font-weight: 400;
  color: #49535B;
}
.tp-login-top p a {
  position: relative;
  display: inline-block;
  color: var(--tp-common-black);
}
.tp-login-top p a:hover::after {
  left: 0;
  right: auto;
  width: 100%;
}
.tp-login-top p a::after {
  position: absolute;
  content: "";
  left: auto;
  right: 0;
  bottom: 4px;
  width: 0%;
  height: 1px;
  background-color: var(--tp-common-black);
  transition: 0.3s;
}
.tp-login-option-item {
  margin-bottom: 10px;
}
.tp-login-option-item:not(:last-child) {
  margin-right: 10px;
}
.tp-login-option-item a {
  font-size: 16px;
  color: #041226;
  width: 98px;
  height: 56px;
  line-height: 54px;
  text-align: center;
  border-radius: 8px;
  display: inline-block;
  backdrop-filter: blur(10px);
  border: 1px solid rgba(198, 198, 198, 0.4);
}
.tp-login-option-item a:hover {
  border-color: rgba(77, 61, 48, 0.2);
}
.tp-login-option-item a img {
  -webkit-transform: translateY(-2px);
  -moz-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  -o-transform: translateY(-2px);
  transform: translateY(-2px);
}
.tp-login-option-item a img.apple {
  -webkit-transform: translateY(-3px);
  -moz-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  -o-transform: translateY(-3px);
  transform: translateY(-3px);
}
.tp-login-option-item.has-google a {
  width: 220px;
}
.tp-login-option-item.has-google a img {
  margin-right: 7px;
}
.tp-login-mail {
  position: relative;
  z-index: 1;
}
.tp-login-mail::after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  bottom: 12px;
  width: 100%;
  height: 1px;
  z-index: -1;
  transition: 0.3s;
  background-color: #C6C6C6;
}
.tp-login-mail p {
  font-size: 15px;
  color: #55585B;
  margin-bottom: 0;
  padding: 0 20px;
  position: relative;
  display: inline-block;
  background-color: #fff;
}
.tp-login-mail p a {
  color: var(--tp-common-black);
}
.tp-login-mail p a:hover {
  color: var(--tp-common-black);
}
.tp-login-input input {
  font-size: 14px;
  border: 1px solid transparent;
  color: var(--tp-common-black);
  background-color: transparent;
  border: 1px solid #EAEAEF;
  border-radius: 6px;
}
.tp-login-input input:focus {
  border-color: var(--tp-common-black);
}
.tp-login-input input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #84848B;
}
.tp-login-input input::-moz-placeholder { /* Firefox 19+ */
  color: #84848B;
}
.tp-login-input input:-moz-placeholder { /* Firefox 4-18 */
  color: #84848B;
}
.tp-login-input input:-ms-input-placeholder { /* IE 10+  Edge*/
  color: #84848B;
}
.tp-login-input input::placeholder { /* MODERN BROWSER */
  color: #84848B;
}
.tp-login-input-wrapper {
  margin-bottom: 20px;
}
.tp-login-input-box {
  position: relative;
}
.tp-login-input-box:not(:last-child) {
  margin-bottom: 15px;
}
.tp-login-input-title label {
  font-size: 16px;
  padding: 0 5px;
  line-height: 1;
  font-weight: 500;
  margin-bottom: 10px;
  color: var(--tp-common-black);
}
.tp-login-input-eye {
  position: absolute;
  right: 26px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.tp-login-input-eye:hover {
  cursor: pointer;
}
.tp-login-input-eye:hover span {
  color: var(--tp-common-black);
}
.tp-login-input-eye .open-eye {
  display: none;
}
.tp-login-input-eye span {
  transition: 0.3s;
}
.tp-login-remeber input {
  display: none;
}
.tp-login-remeber input:checked ~ label::after {
  border-color: var(--tp-common-black);
  background-color: var(--tp-common-black);
}
.tp-login-remeber input:checked ~ label::before {
  visibility: visible;
  opacity: 1;
}
.tp-login-remeber label {
  font-size: 15px;
  position: relative;
  padding-left: 26px;
  z-index: 1;
  color: var(--tp-common-black);
}
.tp-login-remeber label:hover {
  cursor: pointer;
}
.tp-login-remeber label::after {
  position: absolute;
  content: "";
  top: 4px;
  left: 0;
  width: 18px;
  height: 18px;
  line-height: 16px;
  text-align: center;
  border: 1px solid #C3C7C9;
  z-index: -1;
  transition: 0.3s;
  border-radius: 4px;
}
.tp-login-remeber label::before {
  position: absolute;
  content: url(../img/ai_shop/product/check.svg);
  top: 4px;
  left: 0;
  width: 18px;
  height: 18px;
  line-height: 16px;
  text-align: center;
  visibility: hidden;
  opacity: 0;
  color: var(--tp-common-white);
  transition: 0.3s;
}
.tp-login-remeber label a:hover {
  color: var(--tp-theme-primary);
}
.tp-login-forgot a {
  font-weight: 400;
  font-size: 15px;
  color: var(--tp-common-black);
  position: relative;
  display: inline-block;
}
.tp-login-forgot a:hover::after {
  left: 0;
  right: auto;
  width: 100%;
}
.tp-login-forgot a::after {
  position: absolute;
  content: "";
  left: auto;
  right: 0;
  bottom: 4px;
  width: 0%;
  height: 1px;
  background-color: var(--tp-common-black);
  transition: 0.3s;
}
.tp-login-btn {
  font-size: 16px;
  font-weight: 500;
  padding: 14px 30px;
  text-align: center;
  border-radius: 8px;
  display: inline-block;
  color: var(--tp-common-white);
  border: 1px solid var(--tp-common-black);
  background-color: var(--tp-common-black);
}
.tp-login-btn:hover {
  color: var(--tp-common-black);
  background-color: transparent;
}

/*----------------------------------------*/
/*  5.1 Postbox css
/*----------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .postbox-ptb {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
.postbox-wrapper {
  margin-right: 48px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .postbox-wrapper {
    margin-right: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .postbox-wrapper {
    margin-right: 0;
  }
}
.postbox-author-img {
  flex: 0 0 auto;
  margin-right: 15px;
}
.postbox-author-img img {
  height: 42px;
  width: 42px;
  border-radius: 50%;
}
.postbox-author-name {
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 5px;
  letter-spacing: -0.01em;
  color: rgba(0, 0, 0, 0.9);
}
.postbox-author-info {
  line-height: 1;
}
.postbox-author-info span {
  font-weight: 400;
  font-size: 14px;
  line-height: 1;
  color: rgba(0, 0, 0, 0.6);
}
.postbox-author-wrap {
  padding: 0px 20px;
}
@media (max-width: 767px) {
  .postbox-author-wrap {
    flex-wrap: wrap;
    padding: 0;
  }
}
@media (max-width: 767px) {
  .postbox-author-box {
    margin-bottom: 15px;
    margin-right: 15px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .postbox-author-box {
    margin-bottom: 0;
  }
}
.postbox-meta i {
  color: rgba(0, 0, 0, 0.6);
}
.postbox-meta i svg {
  margin-right: 4px;
  display: inline-block;
  transform: translateY(-2px);
}
.postbox-meta span {
  font-weight: 500;
  font-size: 15px;
  line-height: 1;
  color: var(--tp-common-black);
}
.postbox-item {
  padding: 35px 22px;
  padding-bottom: 50px;
  border-radius: 20px;
  border: 1px solid rgba(0, 0, 0, 0.08);
}
.postbox-item:hover .postbox-thumb img {
  transform: scale(1.1);
}
.postbox-title {
  font-size: 40px;
  line-height: 125%;
  font-weight: 500;
  margin-bottom: 18px;
  letter-spacing: -0.02em;
  color: var(--tp-common-black);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .postbox-title {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .postbox-title {
    font-size: 25px;
  }
}
.postbox-title a:hover {
  color: var(--tp-theme-1);
}
.postbox-title.fs-36 {
  font-size: 36px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .postbox-title.fs-36 {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .postbox-title.fs-36 {
    font-size: 25px;
  }
}
.postbox-content {
  padding: 0px 23px;
}
@media (max-width: 767px) {
  .postbox-content {
    padding: 0;
  }
}
.postbox-content p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7;
  margin-bottom: 30px;
  color: rgba(0, 0, 0, 0.6);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .postbox-content p {
    font-size: 16px;
  }
  .postbox-content p br {
    display: none;
  }
}
.postbox-play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.postbox-play-btn a {
  height: 80px;
  width: 80px;
  line-height: 77px;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  background-color: var(--tp-common-white);
  animation: animate-pulse 3s linear infinite;
}
.postbox-play-btn a svg {
  margin-left: 3px;
  display: inline-block;
}
.postbox-slider-item {
  position: relative;
  border-radius: 14px;
}
.postbox-slider-item::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 14px;
  background-color: rgba(0, 0, 0, 0.3);
}
.postbox-slider-item img {
  border-radius: 14px;
}
.postbox-arrow button {
  height: 60px;
  width: 60px;
  line-height: 60px;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  background-color: var(--tp-common-white);
  box-shadow: 0 1px 2px 0 rgba(32, 33, 36, 0.1);
}
@media (max-width: 767px) {
  .postbox-arrow button {
    height: 40px;
    width: 40px;
    line-height: 40px;
  }
}
.postbox-arrow button:hover {
  color: var(--tp-common-black);
  background-color: var(--tp-common-paste);
}
.postbox-arrow-prev {
  position: absolute;
  top: 50%;
  left: 30px;
  z-index: 2;
  transform: translateY(-50%);
}
.postbox-arrow-next {
  position: absolute;
  top: 50%;
  right: 30px;
  z-index: 2;
  transform: translateY(-50%);
}
.postbox-thumb {
  border-radius: 14px;
  overflow: hidden;
  position: relative;
}
.postbox-thumb-overlay::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.3);
}
.postbox-thumb img {
  transition: 0.9s;
  border-radius: 14px;
  width: 100%;
}
.postbox-thumb-shape {
  position: absolute;
  top: 0;
  right: 0;
  height: 30px;
  width: 120px;
  z-index: 3;
  display: inline-block;
  background-color: white;
  border-bottom-left-radius: 20px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .postbox-thumb-shape {
    display: none;
  }
}
.postbox-thumb-shape::before {
  content: "";
  position: absolute;
  background-color: transparent;
  bottom: -40px;
  right: 0;
  height: 40px;
  width: 20px;
  border-top-right-radius: 20px;
  box-shadow: 0px -18px 0 0 white;
}
.postbox-thumb-shape::after {
  content: "";
  position: absolute;
  background-color: transparent;
  bottom: -10px;
  left: -19px;
  height: 40px;
  width: 20px;
  border-top-right-radius: 20px;
  box-shadow: 0px -18px 0 0 white;
}
.postbox-thumb-shape-2 {
  top: auto;
  right: auto;
  bottom: 0;
  left: 0;
  border-radius: 0;
  border-top-right-radius: 20px;
  height: 120px;
  width: 30px;
}
.postbox-thumb-shape-2::before {
  bottom: 0px;
  right: -20px;
  height: 36px;
  border-top-right-radius: 20px;
  transform: rotate(183deg);
}
.postbox-thumb-shape-2::after {
  top: -38px;
  bottom: auto;
  left: 0;
  border-top-right-radius: 20px;
  transform: rotate(183deg);
}
@media (max-width: 767px) {
  .postbox__comment {
    padding-top: 50px;
  }
}
.postbox__comment ul {
  margin-right: 75px;
}
@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) {
  .postbox__comment ul {
    margin-right: 0;
  }
}
.postbox__comment ul li {
  margin-bottom: 25px;
  list-style: none;
}
.postbox__comment ul li.children {
  margin-left: 80px;
}
@media (max-width: 767px) {
  .postbox__comment ul li.children {
    margin-left: 15px;
  }
}
.postbox__comment-title {
  font-weight: 500;
  font-size: 40px;
  letter-spacing: -0.02em;
  color: var(--tp-common-black);
}
.postbox__comment-box {
  padding-top: 20px;
}
@media (max-width: 767px) {
  .postbox__comment-box {
    flex-wrap: wrap;
  }
}
.postbox__comment-info {
  flex: 0 0 auto;
}
.postbox__comment-avater {
  flex: 0 0 auto;
}
@media (max-width: 767px) {
  .postbox__comment-avater {
    margin-right: 0;
  }
}
.postbox__comment-avater img {
  width: 100px;
  height: 100px;
  border-radius: 20px;
}
@media (max-width: 767px) {
  .postbox__comment-avater img {
    margin-bottom: 30px;
  }
}
.postbox__comment-name {
  margin-bottom: 12px;
}
.postbox__comment-name h5 {
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  margin-bottom: 0;
  letter-spacing: -0.01em;
  font-family: var(--tp-ff-body);
  color: var(--tp-common-black);
  position: relative;
  margin-right: 10px;
  padding-right: 10px;
}
.postbox__comment-name h5::before {
  position: absolute;
  content: "";
  width: 3px;
  height: 3px;
  background: var(--tp-common-black);
  bottom: 3px;
  right: 0;
  border-radius: 10px;
}
.postbox__comment-name span {
  font-size: 14px;
  line-height: 1;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.7);
}
.postbox__comment-text p {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.6;
  margin-bottom: 20px;
  color: #333;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .postbox__comment-text p {
    font-size: 15px;
  }
}
.postbox__comment-reply a {
  font-weight: 500;
  font-size: 14px;
  line-height: 1;
  padding: 7px 17px;
  border-radius: 40px;
  display: inline-block;
  color: var(--tp-common-black);
  border: 1px solid rgba(13, 13, 13, 0.1);
}
.postbox__comment-reply a span {
  margin-right: 6px;
  display: inline-block;
}
.postbox__comment-reply a:hover {
  color: var(--tp-common-white);
  border-color: var(--tp-theme-1);
  background-color: var(--tp-theme-1);
}
.postbox__comment-agree {
  padding-left: 5px;
}
.postbox__comment-agree input {
  margin: 0;
  appearance: none;
  -moz-appearance: none;
  display: block;
  width: 16px;
  height: 16px;
  background: var(--tp-common-white);
  border: 1px solid #949392;
  outline: none;
  flex: 0 0 auto;
  transform: translateY(-1px);
}
.postbox__comment-agree input:checked {
  position: relative;
  background-color: var(--tp-theme-1);
  border-color: transparent;
}
.postbox__comment-agree input:checked::after {
  box-sizing: border-box;
  content: "\f00c";
  position: absolute;
  font-family: var(--tp-ff-fontawesome);
  font-size: 10px;
  color: var(--tp-common-white);
  top: 47%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.postbox__comment-agree input:hover {
  cursor: pointer;
}
.postbox__comment-agree label {
  padding-left: 8px;
  color: #838383;
  line-height: 1;
}
.postbox__comment-agree label a {
  color: var(--tp-common-black);
  font-weight: 600;
  padding-left: 4px;
}
.postbox__comment-agree label a:hover {
  color: var(--tp-theme-1);
}
.postbox__comment-agree label:hover {
  cursor: pointer;
}

.postbox-details-thumb {
  overflow: hidden;
  border-radius: 20px;
}
.postbox-details-thumb img {
  border-radius: 20px;
}
.postbox-details-thumb-text {
  font-weight: 500;
  font-size: 14px;
  color: var(--tp-common-black);
}
.postbox-details-thumb-text span {
  font-weight: 400;
  color: #333;
}
.postbox-details-text p {
  font-weight: 400;
  color: #333;
  font-size: 16px;
  line-height: 175%;
}
@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) {
  .postbox-details-text p br {
    display: none;
  }
}
.postbox-details-text p.highlight {
  font-weight: 500;
  color: var(--tp-common-black);
}
.postbox-details-quote p {
  font-weight: 500;
  font-size: 24px;
  line-height: 142%;
  color: var(--tp-common-black);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), (max-width: 767px) {
  .postbox-details-quote p {
    font-size: 20px;
  }
  .postbox-details-quote p br {
    display: none;
  }
}
.postbox-details-quote span {
  font-weight: 500;
  font-size: 16px;
  color: var(--tp-theme-1);
  padding-left: 28px;
  position: relative;
}
.postbox-details-quote span::before {
  position: absolute;
  content: "";
  border-radius: 12px;
  width: 16px;
  height: 1px;
  background: var(--tp-theme-1);
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.postbox-details-quote-box {
  padding: 35px 40px 40px 40px;
  border-radius: 20px;
  background: var(--tp-gray-1);
}
@media (max-width: 767px) {
  .postbox-details-quote-box {
    padding: 20px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .postbox-details-quote-box {
    padding: 40px;
  }
}
.postbox-details-quote-box blockquote {
  margin: 0;
}
.postbox-details-quote-box i {
  flex: 0 0 auto;
  margin-right: 28px;
  display: inline-block;
  color: #cdcecf;
  margin-top: 8px;
}
@media (max-width: 767px) {
  .postbox-details-quote-box i {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .postbox-details-quote-wrap {
    flex-wrap: wrap;
  }
}
.postbox-details-form-title {
  font-weight: 500;
  font-size: 40px;
  letter-spacing: -0.02em;
  color: var(--tp-common-black);
}
.postbox-details-form p {
  font-weight: 400;
  font-size: 16px;
  color: #333;
}
.postbox-details-form-inner .tp-product-details-review-input {
  line-height: 1;
}

/*----------------------------------------*/
/*  5.2 Recent Post css
/*----------------------------------------*/
.rc-post-thumb {
  flex: 0 0 auto;
  overflow: hidden;
  margin-right: 20px;
  border-radius: 14px;
  height: 80px;
  width: 80px;
}
.rc-post-thumb img {
  transition: 0.9s;
  border-radius: 14px;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.rc-post:hover .rc-post-thumb img {
  transform: scale(1.1);
}
.rc-post-title {
  font-weight: 500;
  font-size: 18px;
  line-height: 144%;
  color: var(--tp-common-black);
  margin-bottom: 11px;
  letter-spacing: -0.02em;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .rc-post-title {
    font-size: 16px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), (max-width: 767px) {
  .rc-post-title {
    font-size: 14px;
  }
}
.rc-post-title a:hover {
  color: var(--tp-theme-1);
}
.rc-post-meta span {
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  color: #333;
}
.rc-post-wrap .rc-post:not(:last-child) {
  margin-bottom: 28px;
}

/*----------------------------------------*/
/*  5.3 Sidebar css
/*----------------------------------------*/
.sidebar-search {
  position: relative;
}
.sidebar-search input {
  width: 100%;
  height: 50px;
  padding: 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 50px;
  border-radius: 0;
  padding-right: 50px;
  background: transparent;
  color: var(--tp-common-black);
  border: none;
  border-bottom: 1px solid rgba(13, 13, 13, 0.1);
}
.sidebar-search input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  color: #333;
}
.sidebar-search input::-moz-placeholder { /* Firefox 19+ */
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  color: #333;
}
.sidebar-search input:-moz-placeholder { /* Firefox 4-18 */
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  color: #333;
}
.sidebar-search input:-ms-input-placeholder { /* IE 10+  Edge*/
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  color: #333;
}
.sidebar-search input::placeholder { /* MODERN BROWSER */
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  color: #333;
}
.sidebar-search input:focus {
  background-color: transparent;
  border-color: var(--tp-theme-1);
}
.sidebar-search button {
  position: absolute;
  top: -7px;
  right: 0;
  height: 100%;
  line-height: 60px;
  color: var(--tp-common-black);
}
.sidebar-widget-bg {
  background: #f2f2f2;
  padding: 37px 40px 40px 40px;
  border-radius: 20px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), (max-width: 767px) {
  .sidebar-widget-bg {
    padding: 27px 20px 30px 20px;
  }
}
.sidebar-widget-title {
  font-weight: 500;
  font-size: 24px;
  letter-spacing: -0.02em;
  color: var(--tp-common-black);
  margin-bottom: 20px;
}
.sidebar-widget-title-border {
  border-bottom: 1px solid rgba(13, 13, 13, 0.1);
  padding-bottom: 24px;
  margin-bottom: 30px;
}
.sidebar-widget-category ul li {
  list-style-type: none;
}
.sidebar-widget-category ul li a {
  font-size: 16px;
  padding: 23px 20px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.01em;
  color: #333;
  border: 1px solid rgba(13, 13, 13, 0.08);
  border-radius: 10px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .sidebar-widget-category ul li a {
    font-size: 14px;
  }
}
.sidebar-widget-category ul li a span {
  transition: 0.3s;
}
.sidebar-widget-category ul li a:hover {
  box-shadow: 0 10px 20px -10px rgba(52, 52, 52, 0.2);
  color: var(--tp-common-black);
  background: #fff;
}
.sidebar-widget-category ul li:not(:last-child) {
  margin-bottom: 8px;
}
.sidebar-blog-grid-wrap .sidebar-wrapper {
  padding-left: 2px;
}
.sidebar-banner-wrap {
  border-radius: 20px;
  padding: 55px 20px 20px 20px;
}
.sidebar-banner-content {
  padding: 0 30px 135px 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), (max-width: 767px) {
  .sidebar-banner-content {
    padding: 0 10px 100px 10px;
  }
}
.sidebar-banner-content p {
  font-weight: 400;
  font-size: 16px;
  line-height: 175%;
  color: var(--tp-common-white);
}
.sidebar-banner-title {
  font-weight: 500;
  font-size: 24px;
  line-height: 142%;
  letter-spacing: -0.01em;
  color: var(--tp-common-white);
}
.sidebar-banner-button a {
  font-weight: 500;
  font-size: 17px;
  letter-spacing: -0.02em;
  color: var(--tp-common-white);
  border: 1.5px solid rgba(255, 255, 255, 0.3);
  border-radius: 60px;
  backdrop-filter: blur(20px);
  background: rgba(255, 255, 255, 0.1);
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 7px 7px 7px 24px;
}
.sidebar-banner-button a:hover span {
  background: var(--tp-theme-1);
  color: var(--tp-common-white);
}
.sidebar-banner-button a span {
  border-radius: 60px;
  width: 40px;
  height: 40px;
  background: var(--tp-common-white);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: var(--tp-common-black);
  transition: all 0.4s ease;
}

.tagcloud a {
  font-size: 16px;
  line-height: 1;
  padding: 11px 14px;
  text-align: center;
  margin-bottom: 10px;
  color: rgba(0, 0, 0, 0.6);
  display: inline-block;
  text-transform: capitalize;
  font-weight: 500;
  font-size: 14px;
  color: #333;
  border: 1px solid rgba(13, 13, 13, 0.1);
  border-radius: 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tagcloud a {
    padding: 10px 14px;
    font-size: 13px;
  }
}
@media (max-width: 767px) {
  .tagcloud a {
    padding: 10px 14px;
  }
}
.tagcloud a:not(:last-child) {
  margin-right: 5px;
}
.tagcloud a:hover {
  color: var(--tp-common-white);
  background-color: VAR(--tp-common-black);
}

/*----------------------------------------*/
/*  5.4 Blog css
/*----------------------------------------*/
.blog-list-style .ss-blog-cetagorie {
  color: var(--tp-common-black);
}
.blog-list-style .tp-blog-thumb .shape-radius {
  background-color: var(--tp-common-white);
}
.blog-list-style .tp-blog-thumb .shape-radius::before {
  box-shadow: 0px -18px 0 0 var(--tp-common-white);
}
.blog-list-style .tp-blog-thumb .shape-radius::after {
  box-shadow: 0px -18px 0 0 var(--tp-common-white);
}
.blog-list-style .tp-blog-item {
  border: none;
  border-radius: 0;
}
.blog-list-style .tp-blog-title {
  color: var(--tp-common-black);
  line-height: 140%;
}
.blog-list-style .tp-blog-content p {
  color: #333;
}
.blog-list-style .tp-blog-link-btn {
  color: var(--tp-common-black);
}
.blog-list-style .tp-blog-link-btn:hover {
  color: var(--tp-theme-1);
}
.blog-list-style .tp-blog-content {
  padding: 37px 0 0;
}
.blog-list-style .tp-blog-thumb {
  border-radius: 20px 20px 24px 20px;
}

/*# sourceMappingURL=main.css.map */
