/*-----------------------------------------------------------------------------------

    Template Name: Bazaro - Multipurpose eCommerce HTML Template
    Author: Aqlova
    Support: htaqs://help.aqlova.com/login
    Description: Bazaro - Multipurpose eCommerce HTML Template
    Version: 1.0

-----------------------------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Onest:wght@100..900&family=Libre+Caslon+Display&display=swap&family=Poetsen+One&family=Satisfy&display=swap");
a,
button,
p,
input,
select,
textarea,
li,
.transition-3 {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.tp-btn-primary i {
  -webkit-transform: translateY(-2px);
  -moz-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  -o-transform: translateY(-2px);
  transform: translateY(-2px);
}

/* transform */
@font-face {
  font-family: "Satoshi-Light";
  font-style: normal;
  font-weight: normal;
  src: local("Satoshi-Light"), url("../fonts/Satoshi-Light.woff") format("woff");
}
@font-face {
  font-family: "Satoshi-Regular";
  src: url("../fonts/Satoshi-Regular.woff2") format("woff2"), url("../fonts/Satoshi-Regular.woff") format("woff"), url("../fonts/Satoshi-Regular.ttf") format("truetype");
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Satoshi-Medium";
  src: url("../fonts/Satoshi-Medium.woff2") format("woff2"), url("../fonts/Satoshi-Medium.woff") format("woff"), url("../fonts/Satoshi-Medium.ttf") format("truetype");
  font-weight: 500;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Satoshi-Bold";
  src: url("../fonts/Satoshi-Bold.woff2") format("woff2"), url("../fonts/Satoshi-Bold.woff") format("woff"), url("../fonts/Satoshi-Bold.ttf") format("truetype");
  font-weight: 700;
  font-display: swap;
  font-style: normal;
}
:root {
  /**
  @font family declaration
  */
  --tp-ff-body: 'Satoshi-Medium', sans-serif;
  --tp-ff-heading: 'Satoshi-Regular', sans-serif;
  --tp-ff-p: 'Satoshi-Medium', sans-serif;
  --tp-ff-onest: 'Onest', sans-serif;
  --tp-ff-satisfy: 'Satisfy', cursive;
  --tp-ff-poetsenone: 'Poetsen One', sans-serif;
  --tp-ff-libre: 'Libre Caslon Display', sans-serif;
  --tp-ff-satoshi-light: 'Satoshi-Light', sans-serif;
  --tp-ff-satoshi-regular: 'Satoshi-Regular', sans-serif;
  --tp-ff-satoshi-medium: 'Satoshi-Medium', sans-serif;
  --tp-ff-satoshi-bold: 'Satoshi-Bold', sans-serif;
  --tp-ff-fontawesome: "Font Awesome 6 Pro";
  /**
  @color declaration
  */
  --tp-common-white: #FFFFFF;
  --tp-common-off-white: #F7F2ED;
  --tp-common-white-2: #fff5f5;
  --tp-common-white-3: #F1F1F1;
  --tp-common-black: #141414;
  --tp-common-black-light: #2A2C2D;
  --tp-common-red: #DE1518;
  --tp-common-red-deep: #C0070A;
  --tp-common-coffee: #9C362D;
  --tp-common-coffee-deep: #B64400;
  --tp-common-yellow: #FF9C05;
  --tp-common-green: #108910;
  --tp-common-paste: #10847E;
  --tp-common-success: #079D6D;
  --tp-gray-1: #F1EFEE;
  --tp-gray-2: #55585B;
  --tp-gray-3: #F2F2F2;
  --tp-gray-4: #A2A3A3;
  --tp-gray-5: #f5f5f5;
  --tp-gray-6: #F9F9F9;
  --tp-gray-7: #4E5154;
  --tp-gray-8: #5F6063;
  --tp-text-body: #6D6868;
  --tp-theme-1: #141414;
  --tp-border-1: #F2F2F2;
}

@media (min-width: 1400px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1430px;
  }
  .container-1890 {
    max-width: 1890px;
  }
  .container-1850 {
    max-width: 1850px;
  }
  .container-1830 {
    max-width: 1830px;
  }
  .container-1800 {
    max-width: 1800px;
  }
  .container-1750 {
    max-width: 1750px;
  }
  .container-1630 {
    max-width: 1630px;
  }
  .container-1550 {
    max-width: 1550px;
  }
  .container-1330 {
    max-width: 1330px;
  }
  .container-1240 {
    max-width: 1240px;
  }
}
/*----------------------------------------*/
/*  1.1 Theme Default
/*----------------------------------------*/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

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

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: 14px;
  font-weight: 400;
  line-height: 24px;
  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;
}

.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}

input[type=text],
input[type=email],
input[type=tel],
input[type=number],
input[type=password],
input[type=url],
textarea {
  outline: none;
  background-color: #fff;
  height: 56px;
  width: 100%;
  line-height: 56px;
  font-size: 14px;
  color: var(--tp-common-black);
  padding-left: 26px;
  padding-right: 26px;
  border: 1px solid #E0E2E3;
}
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: #95999D;
}
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: #95999D;
}
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: #95999D;
}
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: #95999D;
}
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: #95999D;
}
[dir=rtl] input[type=text],
[dir=rtl] input[type=email],
[dir=rtl] input[type=tel],
[dir=rtl] input[type=number],
[dir=rtl] input[type=password],
[dir=rtl] input[type=url],
[dir=rtl] textarea {
  text-align: right;
}
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;
}

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

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

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

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

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

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

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

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

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

.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;
}

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

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

.fix {
  overflow: hidden;
}

.clear {
  clear: both;
}

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

.z-index-11 {
  z-index: 11;
}

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

.p-relative {
  position: relative;
}

.p-absolute {
  position: absolute;
}

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

.demo {
  -webkit-transition: color 0.3s linear;
  -moz-transition: color 0.3s linear;
  -ms-transition: color 0.3s linear;
  -o-transition: color 0.3s linear;
  transition: color 0.3s linear;
  -webkit-transition: color 0.3s linear, transform 0.2s ease;
  -moz-transition: color 0.3s linear, transform 0.2s ease;
  -ms-transition: color 0.3s linear, transform 0.2s ease;
  -o-transition: color 0.3s linear, transform 0.2s ease;
  transition: color 0.3s linear, transform 0.2s ease;
}
[dir=rtl] .demo {
  margin-left: 0;
  margin-right: 15px;
}
div.demo img {
  margin-left: 10px;
}

[tp-theme=tp-theme-dark] .demo {
  color: yellow;
}

/*----------------------------------------
    Body Overlay 
-----------------------------------------*/
.body-overlay {
  background-color: var(--tp-common-black);
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 9999;
  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;
}
.body-overlay:hover {
  cursor: url("../img/icon/cross-out.png"), pointer;
}

.body-overlay.opened {
  opacity: 0.7;
  visibility: visible;
}

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

.class {
  stroke-dasharray: 189px, 191px;
  stroke-dashoffset: 0px;
}

/* gutter for x axis */
.tp-gx-8 {
  --bs-gutter-x: 8px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-gx-8 {
    --bs-gutter-x: 8px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-gx-8 {
    --bs-gutter-x: 8px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-gx-8 {
    --bs-gutter-x: 8px;
  }
}
@media (max-width: 767px) {
  .tp-gx-8 {
    --bs-gutter-x: 0px;
  }
}
.tp-gx-8 [class*=col-] {
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

/* gutter for x axis */
.tp-gx-20 {
  --bs-gutter-x: 20px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-gx-20 {
    --bs-gutter-x: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-gx-20 {
    --bs-gutter-x: 20px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-gx-20 {
    --bs-gutter-x: 15px;
  }
}
@media (max-width: 767px) {
  .tp-gx-20 {
    --bs-gutter-x: 10px;
  }
}
.tp-gx-20 [class*=col-] {
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

/* gutter for x axis */
.tp-gx-30 {
  --bs-gutter-x: 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-gx-30 {
    --bs-gutter-x: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-gx-30 {
    --bs-gutter-x: 30px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-gx-30 {
    --bs-gutter-x: 15px;
  }
}
@media (max-width: 767px) {
  .tp-gx-30 {
    --bs-gutter-x: 10px;
  }
}
.tp-gx-30 [class*=col-] {
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

/* gutter for x axis */
.tp-gx-40 {
  --bs-gutter-x: 40px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-gx-40 {
    --bs-gutter-x: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-gx-40 {
    --bs-gutter-x: 30px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-gx-40 {
    --bs-gutter-x: 30px;
  }
}
@media (max-width: 767px) {
  .tp-gx-40 {
    --bs-gutter-x: 15px;
  }
}
.tp-gx-40 [class*=col-] {
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

@media (min-width: 1400px) {
  .container-large {
    max-width: 1325px;
  }
}
.tp-page-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/*---------------------------------
    1.3 Default Spacing
---------------------------------*/
.pt-280 {
  padding-top: 280px;
}

.pt-320 {
  padding-top: 320px;
}

/*----------------------------------------*/
/*  2.1 Back to top
/*----------------------------------------*/
.progress-wrap {
  position: fixed;
  right: 50px;
  bottom: 50px;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  border-radius: 50px;
  transform: translateY(15px);
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  background-color: var(--aq-common-white);
  box-shadow: 0px 8px 16px rgba(3, 4, 28, 0.3);
}
.progress-wrap.active-progress {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.progress-wrap::after {
  position: absolute;
  content: "";
  top: 0px;
  width: 46px;
  height: 44px;
  border-radius: 4px;
  inset-inline-start: 0;
  transition: all 0.4s ease;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 12px 10px;
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='7' viewBox='0 0 12 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 6L6 1L1 6' stroke='currentColor' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E%3C/svg%3E");
}
.progress-wrap:hover {
  transform: translateY(-4px);
}

.progress-wrap svg path {
  fill: none;
}

.progress-wrap svg.progress-circle path {
  stroke-width: 4;
  box-sizing: border-box;
  stroke: var(--tp-common-black);
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

/*----------------------------------------*/
/*  2.3 Buttons
/*----------------------------------------*/
.tp-btn-primary {
  line-height: 1;
  font-size: 18px;
  font-weight: 700;
  transition: 0.3s;
  padding: 12px 23px;
  border-radius: 4px;
  display: inline-block;
  color: var(--tp-common-white);
  border: 1px solid transparent;
  background-color: var(--tp-common-red);
  font-family: var(--tp-ff-satoshi-regular);
}
.tp-btn-primary:hover {
  background-color: #b21315;
  color: var(--tp-common-white);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-btn-primary {
    padding: 12px 30px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-btn-primary {
    padding: 12px 10px;
    font-size: 16px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-btn-primary {
    padding: 14px 18px;
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .tp-btn-primary {
    padding: 12px 15px;
    font-size: 12px;
  }
}
.tp-btn-primary i {
  margin-right: 6px;
  display: inline-block;
}
.tp-btn-primary.large-btn {
  padding: 15px 30px;
}
.tp-btn-yellow {
  gap: 9px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  border-radius: 14px;
  padding: 17px 24px;
  letter-spacing: -0.16px;
  display: inline-block;
  text-transform: capitalize;
  color: var(--tp-common-black);
  background-color: var(--tp-common-yellow);
}
.tp-btn-yellow span {
  position: relative;
  z-index: 1;
  overflow: hidden;
  display: inline-block;
}
.tp-btn-yellow span span {
  line-height: 1.3;
}
.tp-btn-yellow span span.text-1 {
  position: relative;
  display: block;
  transition: 0.3s;
}
.tp-btn-yellow span span.text-2 {
  position: absolute;
  top: 100%;
  display: block;
  transition: 0.3s;
}
.tp-btn-yellow:hover {
  color: var(--tp-common-black);
}
.tp-btn-yellow:hover span span.text-1 {
  -webkit-transform: translateY(-150%);
  transform: translateY(-150%);
}
.tp-btn-yellow:hover span span.text-2 {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.tp-btn-yellow.border-style {
  border-radius: 14px;
  color: #EAFF48;
  background: #0F0D14;
  border: 2px solid #EAFF48;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  padding: 15px 24px;
}

.tp-demo-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  font-weight: 600;
  line-height: 1;
  border-radius: 14px;
  padding: 10px 18px;
  padding-bottom: 7px;
  display: inline-block;
  text-transform: capitalize;
  color: var(--tp-common-black);
  background: var(--tp-common-white);
  border: 1px solid rgba(255, 255, 255, 0.3);
  margin-bottom: 5px;
}
@media (max-width: 767px) {
  .tp-demo-btn {
    padding: 8px 12px;
    font-size: 14px;
  }
}
.tp-demo-btn span {
  position: relative;
  z-index: 1;
  overflow: hidden;
  display: inline-block;
}
.tp-demo-btn span span {
  line-height: 1.3;
}
.tp-demo-btn span span.text-1 {
  position: relative;
  display: block;
  transition: 0.3s;
}
.tp-demo-btn span span.text-2 {
  position: absolute;
  top: 100%;
  display: block;
  transition: 0.3s;
}
.tp-demo-btn:hover {
  color: var(--tp-common-black);
  background: var(--tp-common-yellow);
}
.tp-demo-btn:hover span span.text-1 {
  -webkit-transform: translateY(-150%);
  transform: translateY(-150%);
}
.tp-demo-btn:hover span span.text-2 {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

/*----------------------------------------*/
/*  2.4 Animations
/*----------------------------------------*/
@keyframes text-color-animate {
  0% {
    background-position: 0 0;
  }
  50% {
    background-position: 100% 0;
  }
  100% {
    background-position: 0 0;
  }
}
@-webkit-keyframes text-color-animate {
  0% {
    background-position: 0 0;
  }
  50% {
    background-position: 100% 0;
  }
  100% {
    background-position: 0 0;
  }
}
/* animate-pulse */
@keyframes animate-pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.8), 0 0 0 0 rgba(255, 255, 255, 0.8);
  }
  40% {
    box-shadow: 0 0 0 50px rgba(255, 109, 74, 0), 0 0 0 0 rgba(255, 255, 255, 0.8);
  }
  80% {
    box-shadow: 0 0 0 50px rgba(255, 109, 74, 0), 0 0 0 30px rgba(255, 109, 74, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(255, 109, 74, 0), 0 0 0 30px rgba(255, 109, 74, 0);
  }
}
@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
/*----------------------------------------*/
/*  2.5 Preloader
/*----------------------------------------*/
#loading {
  background-color: #fff;
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 999999;
  margin-top: 0px;
  top: 0px;
}

#loading-center {
  width: 100%;
  height: 100%;
  position: relative;
}
#loading-center-absolute {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 25%;
  transform: translate(-50%, -50%);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  #loading-center-absolute {
    width: 40%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #loading-center-absolute {
    width: 40%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #loading-center-absolute {
    width: 45%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  #loading-center-absolute {
    width: 50%;
  }
}
@media (max-width: 575px) {
  #loading-center-absolute {
    width: 90%;
  }
}
.aq-preloader-logo {
  width: 180px;
  height: 180px;
  line-height: 180px;
  position: relative;
  text-align: center;
  margin: auto;
}
.aq-preloader-circle {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.aq-preloader-circle svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-animation: aq-rotate 5s linear infinite;
  animation: aq-rotate 5s linear infinite;
}
.aq-preloader-circle svg circle:last-child {
  stroke: var(--tp-common-red);
  stroke-dashoffset: 0;
  stroke-dasharray: 1128, 3150;
  -webkit-animation: aq-loading 4s linear infinite;
  animation: aq-loading 4s linear infinite;
  transform-origin: center center;
}
.aq-preloader-content {
  text-align: center;
}
.aq-preloader-title {
  font-size: 100px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 10px;
  color: var(--tp-common-black);
}
@media (max-width: 767px) {
  .aq-preloader-title {
    font-size: 70px;
  }
}
.aq-preloader-subtitle {
  font-size: 16px;
  margin-bottom: 0;
  color: var(--tp-common-black);
}

@keyframes aq-loading {
  0% {
    stroke-dashoffset: 0;
    stroke-dasharray: 0, 3150;
  }
  100% {
    stroke-dashoffset: -1131;
    stroke-dasharray: 1128, 3138;
  }
}
@keyframes aq-rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes aq-rotate {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes aq-rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/*--- end of preloader ---*/
/*----------------------------------------*/
/*  2.6 Background
/*----------------------------------------*/
.grey-bg {
  background-color: var(--tp-grey-1);
}

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

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

/*----------------------------------------*/
/*  2.12 Accordion
/*----------------------------------------*/
/*----------------------------------------*/
/*  2.15 Section Title
/*----------------------------------------*/
.tp-section-title {
  font-size: 48px;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: -0.48px;
  color: var(--tp-common-black);
  font-family: var(--tp-ff-satoshi-bold);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-section-title {
    font-size: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-section-title {
    line-height: 1;
  }
}
@media (max-width: 767px) {
  .tp-section-title {
    font-size: 35px;
    line-height: 1;
  }
  .tp-section-title br {
    display: none;
  }
}
.tp-section-title span {
  color: var(--tp-common-red);
}
.tp-section-title.fs-36 {
  font-size: 36px;
}
.tp-section-subtitle {
  font-size: 18px;
  line-height: 14px;
  display: inline-block;
  color: var(--tp-common-red);
  font-family: var(--tp-ff-satoshi-regular);
}

/*----------------------------------------*/
/*  2.16 Search css start
/*----------------------------------------*/
/* HEADER CSS */
/*----------------------------------------*/
/*  3.1 Header Style 1
/*----------------------------------------*/
.header-transparent {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 9;
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .tp-header-area {
    margin-top: 20px;
  }
}
.tp-header-menu nav ul li {
  list-style: none;
  margin: 0px 16px;
  display: inline-block;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-header-menu nav ul li {
    margin: 0px 12px;
  }
}
.tp-header-menu nav ul li a {
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
  padding: 10px 0;
  color: var(--tp-common-black);
  font-family: var(--tp-ff-satoshi-regular);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-header-menu nav ul li a {
    font-size: 16px;
  }
}
.tp-header-menu nav ul li a:hover {
  color: var(--tp-common-red);
}

/*----------------------------------------*/
/*  7.12 hero css
/*----------------------------------------*/
/*----------------------------------------*/
/*  7.12 demo css
/*----------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .aq-hero-area {
    padding-top: 140px;
  }
}
.aq-hero-title {
  font-size: 96px;
  font-weight: 500;
  line-height: 0.9;
  letter-spacing: -2.88px;
  color: var(--tp-common-black);
  font-family: var(--tp-ff-satoshi-medium);
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .aq-hero-title {
    font-size: 80px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .aq-hero-title {
    font-size: 70px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .aq-hero-title {
    font-size: 90px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .aq-hero-title {
    font-size: 80px;
  }
}
@media (max-width: 767px) {
  .aq-hero-title {
    font-size: 45px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .aq-hero-title {
    font-size: 55px;
  }
}
.aq-hero-content p {
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  color: var(--tp-common-black);
  font-family: var(--tp-ff-satoshi-regular);
}
@media (max-width: 767px) {
  .aq-hero-content p {
    font-size: 17px;
  }
  .aq-hero-content p br {
    display: none;
  }
}
.aq-hero-left-img {
  position: absolute;
  top: 31%;
  left: 0;
}
@media only screen and (min-width: 1600px) and (max-width: 1700px) {
  .aq-hero-left-img {
    left: -4%;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .aq-hero-left-img {
    left: -7%;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .aq-hero-left-img {
    top: 20%;
    left: -10%;
  }
}
.aq-hero-left-img-2 {
  position: absolute;
  top: 45%;
  right: -31%;
}
@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) {
  .aq-hero-left-img-2 {
    display: none;
  }
}
.aq-hero-left-img-3 {
  position: absolute;
  bottom: -75%;
  left: 0%;
}
@media only screen and (min-width: 1600px) and (max-width: 1700px) {
  .aq-hero-left-img-3 {
    left: 13%;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .aq-hero-left-img-3 {
    left: 25%;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .aq-hero-left-img-3 {
    left: 32%;
  }
}
.aq-hero-right-img {
  position: absolute;
  top: 45%;
  right: 0;
}
@media only screen and (min-width: 1600px) and (max-width: 1700px) {
  .aq-hero-right-img {
    right: -2%;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .aq-hero-right-img {
    right: -10%;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .aq-hero-right-img {
    top: 27%;
    right: -15%;
  }
}
.aq-hero-right-img-2 {
  position: absolute;
  top: -45%;
  right: 0%;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .aq-hero-right-img-2 {
    display: none;
  }
}
.aq-hero-circle {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
  margin: 0 auto;
  height: 1000px;
  width: 1000px;
  margin-top: -240px;
  border-radius: 50%;
  display: inline-block;
  background: linear-gradient(192deg, #FFF 2.84%, rgba(255, 255, 255, 0) 97.55%);
}
.aq-hero-icon {
  position: absolute;
  height: 60px;
  width: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.aq-hero-icon::after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  height: 100%;
  width: 100%;
  border-radius: 50%;
  display: inline-block;
  animation: rotate 10s linear infinite;
  border: 1px dashed rgba(0, 0, 0, 0.3);
}
.aq-hero-icon.icon-1 {
  left: 27%;
  top: 37%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .aq-hero-icon.icon-1 {
    left: 13%;
  }
}
.aq-hero-icon.icon-2 {
  right: 30%;
  top: 49%;
  height: 40px;
  width: 40px;
}
.aq-hero-icon.icon-3 {
  right: 19%;
  top: 28%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .aq-hero-icon.icon-3 {
    right: 12%;
    top: 33%;
  }
}

.aq-feature-wrap:not(:last-child) .aq-feature-item {
  border-right: 1px solid rgba(20, 20, 20, 0.06);
}
.aq-feature-item {
  width: 100%;
  padding: 20px 30px;
  text-align: center;
  border-bottom: 1px solid rgba(20, 20, 20, 0.06);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .aq-feature-item {
    padding: 20px 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .aq-feature-item {
    padding: 20px 15px;
  }
}
.aq-feature-item i {
  height: 30px;
  width: 30px;
  display: flex;
  border-radius: 50%;
  align-items: center;
  margin-right: 10px;
  justify-content: center;
  background: #F8F8F8;
  color: var(--tp-common-black);
}
.aq-feature-item span {
  font-size: 18px;
  line-height: 1;
  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) {
  .aq-feature-item span {
    font-size: 16px;
  }
}
.aq-feature-top p {
  font-size: 20px;
  color: var(--tp-common-black);
  font-family: var(--tp-ff-satoshi-regular);
}
.aq-feature-card {
  overflow: hidden;
  min-height: 450px;
  padding: 30px 20px;
  padding-bottom: 40px;
  border-radius: 6px;
  background-color: #F8F8F8;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .aq-feature-card {
    flex-wrap: wrap;
    justify-content: center;
  }
  .aq-feature-card .aq-feature-card-content {
    text-align: center;
  }
}
.aq-feature-card-thumb {
  padding: 0 25px;
  padding-left: 0;
  margin-bottom: 45px;
  flex: 0 0 auto;
}
.aq-feature-card-thumb.pr-0 {
  padding-right: 0;
}
.aq-feature-card-content p {
  color: #55585B;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}
.aq-feature-card-content p span {
  color: var(--tp-common-black);
}
.aq-feature-card-content i svg {
  line-height: 1;
  margin-bottom: 20px;
  display: inline-block;
}
.aq-feature-card.card-2 {
  padding-top: 0;
  padding-bottom: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .aq-feature-card.card-2 {
    padding-bottom: 30px;
  }
}
.aq-feature-card.card-2 .aq-feature-card-thumb {
  padding: 0;
  margin-bottom: 0;
  padding-right: 60px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .aq-feature-card.card-2 .aq-feature-card-thumb {
    padding: 0;
    margin-bottom: 40px;
  }
}
.aq-feature-card.card-3 .aq-feature-card-thumb {
  margin-bottom: 25px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .aq-feature-card.card-3 .aq-feature-card-thumb {
    padding: 0;
    margin-bottom: 40px;
  }
}
.aq-feature-card.card-5 .aq-feature-card-thumb img {
  margin-right: -35px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .aq-feature-card.card-5 .aq-feature-card-thumb {
    padding: 0;
    margin-bottom: 40px;
  }
  .aq-feature-card.card-5 .aq-feature-card-thumb img {
    margin-right: 0;
  }
}
.aq-feature-card.card-6 .aq-feature-card-thumb {
  margin-bottom: 0;
  padding-left: 40px;
  padding-right: 90px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .aq-feature-card.card-6 .aq-feature-card-thumb {
    padding: 0;
    margin-bottom: 40px;
  }
}
.aq-feature-card.card-7 .aq-feature-card-thumb {
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .aq-feature-card.card-7 .aq-feature-card-thumb {
    padding: 0;
    margin-bottom: 40px;
  }
}
.aq-feature-card.card-9 .aq-feature-card-thumb {
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .aq-feature-card.card-9 .aq-feature-card-thumb {
    padding: 0;
    margin-bottom: 40px;
  }
}
.aq-feature-card.card-13 {
  padding-right: 0;
}
.aq-feature-card.card-13 .aq-feature-card-thumb {
  margin-bottom: 0;
  margin-bottom: -70px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .aq-feature-card.card-13 .aq-feature-card-thumb {
    padding: 0;
  }
}
.aq-feature-card.card-13 .aq-feature-card-content {
  padding: 0 60px;
  padding-right: 110px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .aq-feature-card.card-13 .aq-feature-card-content {
    padding: 0;
    margin-bottom: 40px;
  }
}
.aq-feature-title {
  font-size: 22px;
  line-height: 14px;
  line-height: 1.2;
  color: var(--tp-common-black);
  font-family: var(--tp-ff-satoshi-bold);
}
.aq-feature-title.fs-30 {
  font-size: 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) {
  .aq-feature-area {
    padding-top: 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), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .aq-video-area {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.aq-video-content-wrap {
  padding: 90px 95px;
  border-radius: 8px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .aq-video-content-wrap {
    padding: 70px 30px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .aq-video-content-wrap {
    padding: 40px 30px;
  }
}
@media (max-width: 767px) {
  .aq-video-content-wrap {
    padding: 30px 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) {
  .aq-video-content img {
    margin-bottom: 40px;
  }
}
.aq-video-title {
  font-size: 66px;
  line-height: 1;
  letter-spacing: -1.32px;
  color: var(--tp-common-white);
  font-family: var(--tp-ff-satoshi-bold);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .aq-video-title {
    font-size: 50px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .aq-video-title {
    font-size: 50px;
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .aq-video-title {
    font-size: 40px;
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .aq-video-title {
    font-size: 30px;
    margin-bottom: 30px;
  }
}
.aq-video-icon {
  position: absolute;
  top: 50%;
  left: 48%;
  transform: translate(-50%, -50%);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .aq-video-icon {
    left: 44%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .aq-video-icon {
    top: 40px;
    left: auto;
    right: 40px;
    transform: translate(0%, 0%);
  }
}
@media (max-width: 767px) {
  .aq-video-icon {
    top: 0;
    left: auto;
    right: 0;
    transform: translate(0%, 0%);
  }
}
.aq-video-icon a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 120px;
  width: 120px;
  border-radius: 50%;
  color: var(--tp-common-white);
  background-color: var(--tp-common-black);
  box-shadow: 0 20px 30px rgba(13, 6, 9, 0.2);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), (max-width: 767px) {
  .aq-video-icon a {
    height: 80px;
    width: 80px;
  }
}
.aq-video-tab-btn {
  border-bottom: 2px solid #F1F1F1;
}
.aq-video-tab-btn ul li button {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 18px;
  line-height: 1;
  transition: 0.3s;
  padding: 20px 25px;
  color: var(--tp-common-black);
  font-family: var(--tp-ff-satoshi-regular);
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .aq-video-tab-btn ul li button {
    padding: 20px 22px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .aq-video-tab-btn ul li button {
    padding: 20px 22px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .aq-video-tab-btn ul li button {
    padding: 20px 15px;
  }
}
.aq-video-tab-btn ul li button i {
  height: 18px;
}
.aq-video-tab-btn ul li button::after {
  position: absolute;
  content: "";
  right: 0;
  bottom: -1px;
  width: 0;
  height: 2px;
  transition: 0.4s;
  background-color: var(--tp-common-red);
}
.aq-video-tab-btn ul li button.active {
  color: var(--tp-common-red);
}
.aq-video-tab-btn ul li button.active::after {
  right: auto;
  left: 0;
  width: 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), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .aq-demo-area {
    padding-top: 150px;
    padding-bottom: 80px;
  }
}
.aq-demo-top p {
  font-size: 16px;
}
.aq-demo-stroke-text {
  position: absolute;
  top: -100%;
  left: 0;
  right: 0;
  margin: 0 auto;
  font-size: 200px;
  display: inline-block;
  text-transform: uppercase;
  z-index: -1;
  line-height: 1;
  font-family: var(--tp-ff-satoshi-bold);
  background: -webkit-linear-gradient(86deg, #F8F8F8 5%, #F8F8F8 25%, rgba(14, 15, 17, 0.1) 100%);
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transform: translateY(50px);
}
.aq-demo-stroke-text i {
  font-style: normal;
  font-size: 100px;
  line-height: 1;
  transform: translateY(-60px);
  display: inline-block;
}
.aq-demo-item {
  padding: 12px;
  padding-bottom: 0;
  border-radius: 8px;
  transition: 0.4s;
  border: 1px solid transparent;
  background: var(--tp-common-white);
  box-shadow: 0 36px 16px -23px rgba(20, 20, 20, 0.1);
}
.aq-demo-item:hover {
  border-color: var(--tp-common-red);
  box-shadow: 0 1px 2px 0 rgba(20, 20, 20, 0.2);
}
.aq-demo-item:hover .aq-demo-thumb img {
  transform: scale(1.02);
}
.aq-demo-item:hover .aq-demo-content span {
  color: var(--tp-common-red);
}
.aq-demo-thumb {
  position: relative;
  overflow: hidden;
  border-radius: 4px;
  border: 1 solid rgba(0, 0, 0, 0.06);
}
.aq-demo-thumb img {
  transition: 0.7s;
}
.aq-demo-thumb.border-line {
  border: 1px solid rgba(1, 15, 28, 0.06);
}
.aq-demo-thumb.blur-overlay::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  border: 1px solid rgba(1, 15, 28, 0.06);
  background: rgba(0, 0, 0, 0.26);
  backdrop-filter: blur(10px);
}
.aq-demo-content {
  padding: 25px 0;
  padding-bottom: 20px;
}
.aq-demo-content span {
  font-size: 18px;
  line-height: 1;
  transition: 0.3s;
  color: var(--tp-common-black);
  font-family: var(--tp-ff-satoshi-medium);
}
.aq-demo-bottom p {
  font-size: 16px;
}

/*----------------------------------------*/
/*  7.12 Services css
/*----------------------------------------*/
/*----------------------------------------*/
/*  7.12 hero css
/*----------------------------------------*/
/*----------------------------------------*/
/*  7.12 Plugins css
/*----------------------------------------*/
.tp-plugins-title {
  font-size: 20px;
  font-weight: 700;
  color: var(--tp-common-black);
  font-family: var(--tp-ff-satoshi-bold);
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-features-stores-heading {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .tp-features-stores-heading {
    margin-bottom: 20px;
  }
}
.tp-features-stores-item {
  padding: 40px 15px 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;
}
.tp-features-stores-item:hover {
  border-radius: 12px;
  background: var(--tp-common-white);
  box-shadow: 0 36px 16px -26px rgba(20, 20, 20, 0.14);
}
.tp-features-stores-item p {
  padding: 0;
  font-size: 16px;
  font-weight: 500;
  color: #55585B;
  line-height: 24px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-features-stores-item p br {
    display: none;
  }
}
.tp-features-stores-icon {
  display: flex;
  margin-bottom: 20px;
  justify-content: center;
}
.tp-features-stores-icon span {
  width: 90px;
  height: 90px;
  display: grid;
  align-items: center;
  border-radius: 150px;
  place-content: center;
  justify-content: center;
  border: 1px solid rgba(20, 20, 20, 0.1);
}
.tp-features-stores-title {
  font-size: 20px;
  font-weight: 700;
  color: var(--tp-common-black);
  font-family: var(--tp-ff-satoshi-bold);
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-plugins-heading {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .tp-plugins-heading {
    margin-bottom: 20px;
  }
}

@media (max-width: 767px) {
  .tp-responsive-heading {
    padding-bottom: 20px;
  }
}
.tp-responsive-heading p {
  font-size: 20px;
  color: var(--tp-common-black);
  font-family: var(--tp-ff-satoshi-regular);
}
@media (max-width: 767px) {
  .tp-responsive-heading p {
    font-size: 18px;
  }
}
.tp-responsive-item-title {
  font-size: 18px;
  font-weight: 500;
  color: var(--tp-common-black);
  font-family: var(--tp-ff-onest);
}
.tp-responsive-item-video {
  width: 100%;
  padding: 10px;
  overflow: hidden;
  border-radius: 14px;
  margin-bottom: 20px;
  border: 2px solid #F6F6F4;
  background: var(--tp-common-white);
}
.tp-responsive-item-video video {
  width: 100%;
  object-fit: cover;
  margin-top: -1px;
  border-radius: 14px;
  background-size: cover;
}

@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-pages-heading {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-pages-heading .tp-section-title {
    margin-bottom: 20px;
  }
}
.tp-pages-tab ul {
  gap: 40px;
  justify-content: center;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-pages-tab ul {
    gap: 30px;
  }
}
@media (max-width: 767px) {
  .tp-pages-tab ul {
    gap: 20px;
  }
}
.tp-pages-tab ul .nav-tab-item {
  font-size: 18px;
  font-weight: 500;
  color: #55585B;
  font-family: var(--tp-ff-satoshi-medium);
}
.tp-pages-tab ul .nav-tab-item a {
  position: relative;
}
.tp-pages-tab ul .nav-tab-item a::after {
  position: absolute;
  content: "";
  right: 0;
  width: 0;
  bottom: -8px;
  height: 1px;
  transition: all 0.3s;
  background-color: var(--tp-common-red);
}
.tp-pages-tab ul .nav-tab-item a.active {
  color: var(--tp-common-red);
}
.tp-pages-tab ul .nav-tab-item a.active::after {
  width: 100%;
  right: auto;
  left: 0;
}
.tp-pages-thumb {
  overflow: hidden;
  border-radius: 8px;
  background: var(--tp-common-white);
  box-shadow: 0 36px 16px -23px rgba(51, 20, 5, 0.1);
}
.tp-pages-thumb img {
  border-radius: 8px;
}
.tp-pages-active {
  padding: 20px;
  padding-bottom: 60px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-pages-active {
    padding-bottom: 30px;
  }
}
.tp-pages-active .swiper-horizontal > .swiper-pagination-progressbar,
.tp-pages-active .swiper-pagination-progressbar.swiper-pagination-horizontal,
.tp-pages-active .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.tp-pages-active .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 600px;
  height: 2px;
  left: 0;
  top: auto;
  bottom: 0;
  right: 0;
  margin: 0 auto;
  background: #D9D9D9;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-pages-active .swiper-horizontal > .swiper-pagination-progressbar,
  .tp-pages-active .swiper-pagination-progressbar.swiper-pagination-horizontal,
  .tp-pages-active .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
  .tp-pages-active .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 80%;
  }
}
.tp-pages-active .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--tp-common-black);
}

.tp-storebuild-bg {
  overflow: hidden;
  border-radius: 16px;
  padding: 80px 90px 25px;
  background-image: linear-gradient(284deg, #8260FF 4.59%, #4C22E3 86.9%);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-storebuild-bg {
    padding: 75px 60px 25px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-storebuild-bg {
    padding: 70px 55px 25px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-storebuild-bg {
    padding: 65px 60px 25px;
  }
}
@media (max-width: 767px) {
  .tp-storebuild-bg {
    padding: 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-storebuild-logo {
    margin-bottom: 20px;
  }
}
.tp-storebuild-title {
  font-size: 48px;
  font-weight: 900;
  line-height: 1;
  margin-bottom: 40px;
  letter-spacing: -0.48px;
  color: var(--tp-common-white);
  font-family: var(--tp-ff-satoshi-bold);
}
@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-storebuild-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) {
  .tp-storebuild-title {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .tp-storebuild-title {
    font-size: 35px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-storebuild-content {
    margin-bottom: 40px;
  }
}
.tp-storebuild-list ul li {
  list-style: none;
  display: block;
}
.tp-storebuild-list ul li span {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 8px;
  padding: 2px 15px;
  border-radius: 30px;
  display: inline-block;
  letter-spacing: -0.32px;
  color: var(--tp-common-white);
  font-family: var(--tp-ff-satoshi-bold);
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.tp-storebuild-thumb-inner-1 {
  position: absolute;
  left: 0%;
  top: 11%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-storebuild-thumb-inner-1 {
    left: -15%;
  }
}
@media (max-width: 767px) {
  .tp-storebuild-thumb-inner-1 {
    left: -20%;
  }
}
.tp-storebuild-thumb-inner-2 {
  position: absolute;
  top: 3%;
  right: 2%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-storebuild-thumb-inner-2 {
    right: -8%;
  }
}
@media (max-width: 767px) {
  .tp-storebuild-thumb-inner-2 {
    right: -16%;
  }
}

.tp-dokan-left-wrap {
  text-align: center;
}
.tp-dokan-left-title {
  font-size: 48px;
  font-weight: 700;
  letter-spacing: -0.96px;
  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-dokan-left-title {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .tp-dokan-left-title {
    font-size: 35px;
    padding-bottom: 20px;
  }
}
.tp-dokan-left-thumb .thumb-left {
  position: absolute;
  bottom: 0;
  left: 100px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-dokan-left-thumb .thumb-left {
    left: 0;
  }
}
.tp-dokan-left-thumb .thumb-right {
  position: absolute;
  bottom: 120px;
  right: 120px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-dokan-left-thumb .thumb-right {
    right: 0;
  }
}
.tp-dokan-right-wrap {
  text-align: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.tp-dokan-right-text {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: -0.24px;
  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-dokan-right-text {
    padding-bottom: 30px;
  }
  .tp-dokan-right-text br {
    display: none;
  }
}
.tp-dokan-right-thumb {
  padding-bottom: 120px;
}
.tp-dokan-right-thumb .thumb-left {
  position: absolute;
  bottom: 7%;
  left: 23%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-dokan-right-thumb .thumb-left {
    left: 4%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-dokan-right-thumb .thumb-left {
    left: 15%;
  }
}
@media (max-width: 767px) {
  .tp-dokan-right-thumb .thumb-left {
    left: 0;
  }
}

.tp-upsells-item {
  border-radius: 8px;
  padding: 50px 30px 35px;
}
.tp-upsells-title {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 10px;
  color: var(--tp-common-black);
  font-family: var(--tp-ff-satoshi-bold);
}
.tp-upsells-content {
  margin-bottom: 40px;
}
.tp-upsells-content p {
  font-size: 16px;
  font-weight: 500;
  color: #55585B;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-upsells-content p br {
    display: none;
  }
}
.tp-upsells-bottom {
  display: flex;
  border-radius: 8px;
  justify-content: space-between;
  border: 1px solid rgba(20, 20, 20, 0.1);
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-upsells-bottom {
    flex-wrap: wrap;
  }
}
.tp-upsells-bottom-item {
  font-size: 18px;
  font-weight: 500;
  padding: 20px 85px 20px 50px;
  color: var(--tp-common-black);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-upsells-bottom-item {
    padding: 20px 35px 20px 25px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-upsells-bottom-item {
    padding: 15px 20px 15px 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-upsells-bottom-item {
    padding: 10px 20px;
  }
}
.tp-upsells-bottom-item:not(:last-of-type) {
  border-right: 1px solid rgba(20, 20, 20, 0.1);
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-upsells-bottom-item:not(:last-of-type) {
    border: none;
  }
}
.tp-upsells-bottom-item span {
  height: 30px;
  width: 30px;
  margin-right: 8px;
  display: inline-grid;
  border-radius: 20px;
  place-content: center;
  background: #F8F8F8;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-section-ptb {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media (max-width: 767px) {
  .tp-section-ptb {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

/*----------------------------------------*/
/*  tp-review-area-start
/*----------------------------------------*/
.tp-review-item {
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 24px;
  padding: 30px 40px 40px 40px;
}
.tp-review-ratings {
  display: flex;
  margin-right: 2px;
}
.tp-review-status {
  font-family: var(--tp-ff-body);
  font-weight: 600;
  font-size: 18px;
  color: var(--tp-common-white);
}
.tp-review-title-wrap .tp-section-title {
  color: var(--tp-common-white);
}
.tp-review-dec {
  font-weight: 400;
  font-size: 18px;
  line-height: 156%;
  letter-spacing: -0.01em;
  color: rgba(255, 255, 255, 0.6);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .tp-review-dec br {
    display: none;
  }
}
.tp-review-customer {
  display: flex;
  align-items: center;
}
.tp-review-customer .icons {
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 50px;
  display: inline-block;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 12px;
}
.tp-review-customer .emails {
  font-weight: 600;
  font-size: 15px;
  color: rgba(255, 255, 255, 0.9);
}
.tp-review-img {
  margin-top: -80px;
  position: relative;
  z-index: 11;
}
.tp-review-wrapper {
  height: 700px;
  position: relative;
  overflow: hidden;
}
.tp-review-scrool-item {
  animation: TestimonialScroll 30s linear infinite;
  animation-duration: 30s;
  transition: all 0.4s ease-in;
}

@keyframes TestimonialScroll {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-50%);
  }
}
/*----------------------------------------*/
/*  tp-faq-area-start
/*----------------------------------------*/
.tp-faq-sub {
  font-size: 16px;
  font-weight: 400;
  color: #4F5158;
  padding: 4px 14px;
  display: inline-block;
  letter-spacing: -0.16px;
  border-radius: 100px;
  font-family: var(--tp-ff-onest);
  border: 1px solid rgba(21, 22, 29, 0.1);
}
@media (max-width: 767px) {
  .tp-faq-sub {
    font-size: 14px;
    padding: 4px 8px;
  }
}
.tp-faq-wrapper .accordion-item {
  border-radius: 8px;
}
.tp-faq-wrapper .accordion-item:first-of-type {
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}
.tp-faq-wrapper .accordion-button.tp-faq-btn {
  background: transparent;
  padding: 20px 30px;
  padding-right: 70px;
  font-family: var(--tp-ff-onest);
  font-weight: 500;
  font-size: 18px;
  color: var(--tp-common-black);
}
@media (max-width: 767px) {
  .tp-faq-wrapper .accordion-button.tp-faq-btn {
    font-size: 18px;
  }
}
.tp-faq-wrapper .accordion-button.tp-faq-btn:focus {
  box-shadow: none;
}
.tp-faq-wrapper .accordion-button:not(.collapsed) {
  box-shadow: none;
}
.tp-faq-wrapper .accordion-button:not(.collapsed) .accordion-btn {
  background-color: #F9F9F9;
  border-color: transparent;
}
.tp-faq-wrapper .accordion-button:not(.collapsed) .accordion-btn::before {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  -moz-transform: translate(-50%, -50%) rotate(90deg);
  -ms-transform: translate(-50%, -50%) rotate(90deg);
  -o-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
}
.tp-faq-wrapper .accordion-button::after {
  display: none;
}
.tp-faq-wrapper .accordion-body {
  padding: 0px 120px 30px 30px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), (max-width: 767px) {
  .tp-faq-wrapper .accordion-body {
    padding: 0px 30px 30px 30px;
  }
}
.tp-faq-wrapper .accordion-btn {
  position: absolute;
  right: 24px;
  display: inline-block;
  height: 34px;
  width: 34px;
  line-height: 30px;
  font-size: 20px;
  text-align: center;
  border-radius: 34px;
  color: #87888B;
  transition: transform 0.2s;
  border: 1px solid rgba(3, 31, 66, 0.14);
  background-color: rgba(255, 255, 255, 0.06);
}
.tp-faq-wrapper .accordion-btn::before {
  position: absolute;
  content: "";
  width: 2px;
  height: 12px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: var(--tp-common-black);
  border-radius: 2px;
  transition: 0.4s;
}
.tp-faq-wrapper .accordion-btn::after {
  position: absolute;
  content: "";
  width: 12px;
  height: 2px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: var(--tp-common-black);
  border-radius: 2px;
}
.tp-faq-wrapper .accordion-item {
  border: 1px solid rgba(3, 31, 66, 0.08);
  box-shadow: 0 6px 10px 0 rgba(22, 18, 3, 0.1);
}
.tp-faq-wrapper .tp-faq-details-para p {
  font-size: 16px;
  line-height: 162%;
  color: #4E4F53;
  margin-bottom: 0;
  font-weight: 400;
  font-family: var(--tp-ff-onest);
}
@media (max-width: 767px) {
  .tp-faq-wrapper .tp-faq-details-para p br {
    display: none;
  }
}
.tp-faq-wrapper .tp-faq-details-para p a {
  color: #ffc290;
}

.csm-stories-item {
  position: absolute;
  top: 0;
  left: 22.5%;
  height: 340px;
  width: 240px;
  border-radius: 8px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .csm-stories-item {
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}
.csm-stories-content-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 12px;
  padding: 4px;
  border-radius: 218px;
  backdrop-filter: blur(8px);
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.csm-stories-video {
  line-height: 1;
}
.csm-stories-video video {
  width: 100%;
  object-fit: cover;
  background-size: cover;
}
.csm-stories-thumb-sm {
  flex: 0 0 auto;
  margin-right: 8px;
}
.csm-stories-thumb-sm img {
  border-radius: 50%;
}
.csm-stories-title {
  font-size: 13px;
  line-height: 1;
  margin-bottom: 0px;
  color: var(--tp-common-white);
  font-family: var(--tp-ff-satoshi-bold);
}
.csm-stories-content {
  padding-right: 5px;
}
.csm-stories-content span {
  font-size: 10px;
  line-height: 1;
  color: var(--tp-common-white);
  font-family: var(--tp-ff-satoshi-bold);
}

/*----------------------------------------*/
/*  tp-documentation-area-start
/*----------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-documentation-area {
    padding-bottom: 80px;
  }
}
.tp-documentation-item {
  padding: 34px;
  border: 1px solid #161613;
  transition: all 0.3s ease-in-out;
  box-shadow: 8px 8px 0 0 rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  background: linear-gradient(294deg, #8CE9FF -36.29%, #EFF2B3 100.83%);
}
.tp-documentation-item:hover {
  box-shadow: none;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), (max-width: 767px) {
  .tp-documentation-item {
    padding: 20px 12px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-documentation-item {
    margin-bottom: 30px;
  }
}
.tp-documentation-item.bg-2 {
  background: linear-gradient(289deg, #EE9CA7 -21.69%, #FFDDE1 95.51%);
}
.tp-documentation-item.bg-3 {
  background: linear-gradient(90deg, #FEE 0%, #DDEFBB 100%);
}
.tp-documentation-icon {
  margin-right: 24px;
}
.tp-documentation-content h4 {
  font-size: 20px;
  font-weight: 500;
  line-height: 130%;
  margin-bottom: 4px;
  color: var(--tp-common-black);
  font-family: var(--tp-ff-onest);
}
.tp-documentation-content p {
  font-size: 16px;
  color: #5e5d63;
  margin-bottom: 18px;
}
.tp-documentation-content a {
  font-size: 14px;
  font-weight: 600;
  border-radius: 10px;
  padding: 7px 20px;
  display: inline-block;
  background: #161613;
  color: var(--tp-common-white);
  box-shadow: 0 0 1px 0 #05060f, 0 1px 2px 0 rgba(5, 6, 15, 0.24);
}
.tp-documentation-content a:hover {
  box-shadow: none;
}
.tp-documentation-para p {
  font-weight: 500;
  font-size: 14px;
  text-align: center;
  color: rgba(255, 255, 255, 0.7);
}
.tp-documentation-para p span {
  font-weight: 700;
  color: #ffa963;
}

/*----------------------------------------*/
/*  tp-footer-area-start
/*----------------------------------------*/
.tp-footer-ptb {
  padding-bottom: 60px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-footer-ptb {
    padding-top: 150px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-footer-ptb {
    padding-top: 120px;
  }
}
@media (max-width: 767px) {
  .tp-footer-ptb {
    padding-top: 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) {
  .tp-footer-ptb {
    padding-bottom: 30px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-footer-content-wrap {
    padding-bottom: 110px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-footer-content-wrap {
    padding-bottom: 80px;
  }
}
@media (max-width: 767px) {
  .tp-footer-content-wrap {
    padding-bottom: 50px;
  }
}
.tp-footer-content-wrap p {
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 35px;
  font-family: var(--tp-ff-satoshi-regular);
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-footer-content-wrap p {
    margin-bottom: 20px;
  }
}
.tp-footer-copyright p {
  font-size: 16px;
  font-weight: 500;
  color: #55585B;
  font-family: var(--tp-ff-satoshi-medium);
}
.tp-footer-copyright p a {
  color: var(--tp-common-red);
}

.fs-80 {
  font-size: 80px;
  line-height: 1.2;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .fs-80 {
    font-size: 60px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .fs-80 {
    font-size: 50px;
  }
}
@media (max-width: 767px) {
  .fs-80 {
    font-size: 40px;
  }
}

/*----------------------------------------*/
/*  7.12 help_link css
/*----------------------------------------*/
.help-links {
  position: fixed;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  background-color: #fff;
  width: 46px;
  z-index: 99;
}

.help-links-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.help-links-wrapper a {
  --width: 46px;
  width: var(--width);
  height: var(--width);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #000;
  text-decoration: none;
  position: relative;
}

.help-links-wrapper a {
  border-bottom: 1px solid #ECF2F7;
}

.help-links-wrapper a:not(:first-child) {
  border-left: 1px solid #ECF2F7;
}

.help-links-wrapper a:hover .help-tooltip {
  opacity: 1;
  visibility: visible;
  right: calc(100% + 10px);
}

.help-envato {
  background-color: #222;
}

.help-envato svg {
  width: 24px;
  height: 24px;
}

.help-tooltip {
  position: absolute;
  top: 50%;
  right: 100%;
  transform: translateY(-50%);
  background-color: #fff;
  padding: 2px 15px;
  border-radius: 6px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  font-size: 13px;
  color: #000;
  white-space: nowrap;
  display: inline-block;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}

.help-tooltip::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -13px;
  transform: translateY(-50%);
  border: 7px solid transparent;
  border-left-color: #fff;
}

/*# sourceMappingURL=main.css.map */
