.back-to-top-wrapper, a,
button,
p,
input,
select,
textarea,
li,
.transition-3 {
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
}

.postbox__comment-reply a span {
  -webkit-transform: translateY(-2px);
  -moz-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  -o-transform: translateY(-2px);
  transform: translateY(-2px);
}

/* transform */
@font-face {
  font-family: "Hoves Regular";
  src: url("../fonts/tt-hoves-pro-trial-regular.woff2") format("woff2"), url("../fonts/tt-hoves-pro-trial-regular.woff") format("woff"), url("../fonts/tt-hoves-pro-trial-regular.ttf") format("truetype");
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Hoves Medium";
  src: url("../fonts/tt-hoves-pro-trial-medium.woff2") format("woff2"), url("../fonts/tt-hoves-pro-trial-medium.woff") format("woff"), url("../fonts/tt-hoves-pro-trial-medium.ttf") format("truetype");
  font-weight: 500;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Hoves DemiBold";
  src: url("../fonts/tt-hoves-pro-trial-demibold.woff2") format("woff2"), url("../fonts/tt-hoves-pro-trial-demibold.woff") format("woff"), url("../fonts/tt-hoves-pro-trial-demibold.ttf") format("truetype");
  font-weight: 600;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Hoves Bold";
  src: url("../fonts/tt-hoves-pro-trial-bold.woff2") format("woff2"), url("../fonts/tt-hoves-pro-trial-bold.woff") format("woff"), url("../fonts/tt-hoves-pro-trial-bold.ttf") format("truetype");
  font-weight: 700;
  font-display: swap;
  font-style: normal;
}
:root {
  /**
  @font family declaration
  */
  --tp-ff-body: 'Hoves Regular', sans-serif;
  --tp-ff-heading: 'Hoves DemiBold', sans-serif;
  --tp-ff-p: 'Hoves Regular', sans-serif;
  --tp-ff-tt-hoves-pro-regular: 'Hoves Regular', sans-serif;
  --tp-ff-tt-hoves-pro-medium: 'Hoves Medium', sans-serif;
  --tp-ff-tt-hoves-pro-demibold: 'Hoves DemiBold', sans-serif;
  --tp-ff-tt-hoves-pro-trial-bold: 'Hoves Bold', sans-serif;
  --tp-ff-fontawesome: "Font Awesome 6 Pro";
  /**
  @color declaration
  */
  --tp-common-white: #fff;
  --tp-common-black: #030303;
  --tp-common-ice: #F6F5F2;
  --tp-common-ice-2: #F7F7F5;
  --tp-grey-1: #525252;
  --tp-theme-primary: #142D25;
  --tp-theme-secondary: #B3ED97;
  --tp-border-1: #eee;
}

/*-----------------------------------------------------------------------------------

    Template Name: Aleric - Digital Agency & Creative Portfolio HTML Template
    Author: AQLOVA
    Support: basictheme400@gmail.com
    Description: Aleric - Digital Agency & Creative Portfolio HTML Template
    Version: 1.0.2

-----------------------------------------------------------------------------------

/************ TABLE OF CONTENTS ***************

	-----------------
    01. THEME CSS
	-----------------
		1.1 Common Classes
		1.2 init style
		1.3 Default Spacing

	-----------------
    02. COMPONENTS css
	-----------------
		2.1 Animations
		2.2 Background
		2.3 scrollToTop
		2.4 Breadcrumb
		2.5 Buttons
		2.6 Magic Cursor css start
		2.7 Nice Select
		2.8 offcanvas
		2.9 Preloader
		2.10 Search css start
		2.11 Section Title

	-----------------
    03. HEADER CSS
	-----------------
		3.1 Header Style

    ---------------------------------
	04. MENU CSS
	---------------------------------
		4.1 Main menu css
		4.2 Mobilemenu css

	---------------------------------
	05. BLOG CSS
	---------------------------------
		5.1 blog css
		5.2 Postbox css
		5.3 Sidebar css

	---------------------------------
	06. FOOTER CSS
	---------------------------------
		6.1 Footer Style

	---------------------------------
	07. PAGES CSS
	---------------------------------
		7.1 about css start
		7.2 awards css start
		7.3 banner css start
		7.4 brand
		7.5 Cart css
		7.6 Checkout css
		7.7 contact css start
		7.8 counter css start
		7.9 cta css start
		7.10 dark css start
		7.11 Error Css
		7.12 faq css start
		7.13 feature css start
		7.14 Funfact Css
		7.15 gallery css start
		7.16 Hero css start
		7.17 intaractive
		7.18 light css start
		7.19 Login Css
		7.20 map
		7.21 portfolio css start
		7.22 pricing css start
		7.23 process css start
		7.24 product css start
		7.25 profile css start
		7.26 service
		7.27 skill css start
		7.28 skill css start
		7.29 team css start
		7.29 techonolgy css start
		7.30 testimonial css start
		7.31 text css start
		7.32 video css start

**********************************************/
/*----------------------------------------*/
/*  1.1 Theme Default
/*----------------------------------------*/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/*---------------------------------
	typography css start 
---------------------------------*/
body {
  font-family: var(--tp-ff-body);
  font-size: 16px;
  font-weight: normal;
  color: var(--tp-theme-primary);
  line-height: 26px;
}

a {
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--tp-ff-heading);
  color: var(--tp-theme-primary);
  margin-top: 0px;
  font-weight: 600;
  letter-spacing: -0.03em;
  line-height: 1.1;
  -webkit-transition: color 0.3s 0s ease-out;
  -moz-transition: color 0.3s 0s ease-out;
  -ms-transition: color 0.3s 0s ease-out;
  -o-transition: color 0.3s 0s ease-out;
  transition: color 0.3s 0s ease-out;
}

h1 {
  font-size: 70px;
}

h2 {
  font-size: 50px;
}

h3 {
  font-size: 36px;
}

h4 {
  font-size: 26px;
}

h5 {
  font-size: 20px;
}

h6 {
  font-size: 16px;
}

ul {
  margin: 0px;
  padding: 0px;
}

p {
  font-family: var(--tp-ff-p);
  color: var(--tp-grey-1);
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 15px;
}

img {
  max-width: 100%;
}

a:not([href]):not([class]),
a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

a:focus,
.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: rgba(20, 45, 37, 0.01);
  height: 50px;
  width: 100%;
  line-height: 50px;
  font-size: 16px;
  font-weight: 500;
  color: var(--tp-theme-primary);
  font-family: var(--tp-ff-tt-hoves-pro-medium);
  padding-left: 22px;
  padding-right: 22px;
  border-radius: 0px;
  border: 1px solid rgba(20, 45, 37, 0.06);
}
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: rgba(20, 45, 37, 0.7);
}
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: rgba(20, 45, 37, 0.7);
}
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: rgba(20, 45, 37, 0.7);
}
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: rgba(20, 45, 37, 0.7);
}
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: rgba(20, 45, 37, 0.7);
}
[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-theme-primary);
}
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-theme-primary);
  font-size: 14px;
  opacity: 1;
}

*::placeholder {
  color: var(--tp-theme-primary);
  font-size: 14px;
  opacity: 1;
}

.z-index {
  z-index: 1;
}

.z-index-2 {
  z-index: 2;
}

.z-index-3 {
  z-index: 3;
}

.z-index-4 {
  z-index: 4;
}

.z-index-5 {
  z-index: 5;
}

.z-index-6 {
  z-index: 6;
}

.z-index-7 {
  z-index: 7;
}

.z-index-8 {
  z-index: 8;
}

.gx-10 {
  --bs-gutter-x: 10px;
}

.gx-12 {
  --bs-gutter-x: 12px;
}

.gx-15 {
  --bs-gutter-x: 15px;
}

.gx-20 {
  --bs-gutter-x: 20px;
}

.gx-23 {
  --bs-gutter-x: 23px;
}

.gx-25 {
  --bs-gutter-x: 25px;
}

.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;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .gx-50 {
    --bs-gutter-x: 15px;
  }
}

.gx-60 {
  --bs-gutter-x: 60px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .gx-60 {
    --bs-gutter-x: 30px;
  }
}

.gx-90 {
  --bs-gutter-x: 90px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .gx-90 {
    --bs-gutter-x: 50px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .gx-90 {
    --bs-gutter-x: 30px;
  }
}

/*---------------------------------
    1.1 Common Classes
---------------------------------*/
.w-img img {
  width: 100%;
}

.m-img img {
  max-width: 100%;
}

.hover-text-white:hover {
  color: var(--tp-common-white);
}

.hover-text-black:hover {
  color: var(--tp-common-black);
}

.hover-text-primary:hover {
  color: var(--tp-theme-primary);
}

.hover-text-grey:hover {
  color: var(--tp-grey-2);
}

.section-m-spacing {
  margin-top: -1px;
}

.text-italic {
  font-style: italic;
}

.fix {
  overflow: hidden;
}

.clear {
  clear: both;
}

.z-index-1 {
  z-index: 1;
}

.z-index-2 {
  z-index: 2;
}

.z-index-3 {
  z-index: 3;
}

.z-index-4 {
  z-index: 4;
}

.z-index-5 {
  z-index: 5;
}

.z-index-6 {
  z-index: 6;
}

.z-index-7 {
  z-index: 7;
}

.z-index-8 {
  z-index: 8;
}

.z-index-9 {
  z-index: 9;
}

.z-index-10 {
  z-index: 10;
}

.z-index-m-1 {
  z-index: -1;
}

.z-index-m-1 {
  z-index: -1;
}

.overflow-y-visible {
  overflow-x: hidden;
  overflow-y: visible;
}

.p-relative {
  position: relative;
}

.p-absolute {
  position: absolute;
}

.p-inherit {
  position: inherit !important;
}

.bg-position {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

/* transfrom */
.tp-transfrom {
  transform: translateY(-1px) !important;
}

.tp-transfrom-2 {
  transform: translateY(-2px);
}

.tp-transfrom-3 {
  transform: translateY(-3px);
}

.tp-transfrom-4 {
  transform: translateY(-4px);
}

.tp-round-4 {
  border-radius: 4px;
}

.tp-round-8 {
  border-radius: 8px;
}

.tp-round-10 {
  border-radius: 10px;
}

.tp-round-12 {
  border-radius: 12px;
}

.tp-round-20 {
  border-radius: 20px;
}

.tp-round-24 {
  border-radius: 24px;
}

.tp-round-26 {
  border-radius: 26px;
}

.tp-round-32 {
  border-radius: 32px;
}

.tp-round-36 {
  border-radius: 36px;
}

.lh-0 {
  line-height: 0;
}

.lh-22 {
  line-height: 22px;
}

.lh-24 {
  line-height: 24px;
}

.lh-28 {
  line-height: 28px;
}

.lh-30 {
  line-height: 30px;
}

.lh-32 {
  line-height: 32px;
}

.lh-34 {
  line-height: 34px;
}

.lh-36 {
  line-height: 36px;
}

.lh-38 {
  line-height: 38px;
}

.lh-110-per {
  line-height: 1.1;
}

.lh-120-per {
  line-height: 1.2;
}

.lh-130-per {
  line-height: 1.3;
}

.lh-140-per {
  line-height: 1.4;
}

.lh-150-per {
  line-height: 1.5;
}

.lh-160-per {
  line-height: 1.6;
}

.lh-180-per {
  line-height: 1.8;
}

.ls-0 {
  letter-spacing: 0;
}

.ls-1 {
  letter-spacing: 0.01em;
}

.ls-m-1 {
  letter-spacing: -0.01em;
}

.ls-m-2 {
  letter-spacing: -0.02em;
}

.ls-m-3 {
  letter-spacing: -0.03em;
}

.ls-m-4 {
  letter-spacing: -0.04em;
}

.ls-m-5 {
  letter-spacing: -0.05em;
}

.ls-m-6 {
  letter-spacing: -0.06em;
}

.opacity-8 {
  opacity: 0.8;
}

.hover-opacity-1:hover {
  opacity: 1;
}

.underline-black {
  background-image: linear-gradient(currentColor, currentColor), linear-gradient(currentColor, currentColor);
  background-size: 0 1px, 0 1px;
  background-position: 100% 100%, 0 100%;
  background-repeat: no-repeat;
  transition: background-size 0.3s linear;
  -webkit-transition: all 0.4s ease 0.3s 0s ease-out;
  -moz-transition: all 0.4s ease 0.3s 0s ease-out;
  -ms-transition: all 0.4s ease 0.3s 0s ease-out;
  -o-transition: all 0.4s ease 0.3s 0s ease-out;
  transition: all 0.4s ease 0.3s 0s ease-out;
}
.underline-black:hover {
  background-image: linear-gradient(currentColor, currentColor), linear-gradient(currentColor, currentColor);
  background-size: 0 1px, 100% 1px;
  background-position: 100% 100%, 0 100%;
  background-repeat: no-repeat;
  transition: background-size 0.3s linear;
  -webkit-transition: all 0.4s ease 0.3s 0s ease-out;
  -moz-transition: all 0.4s ease 0.3s 0s ease-out;
  -ms-transition: all 0.4s ease 0.3s 0s ease-out;
  -o-transition: all 0.4s ease 0.3s 0s ease-out;
  transition: all 0.4s ease 0.3s 0s ease-out;
}

.underline-white {
  background-image: linear-gradient(currentColor, currentColor), linear-gradient(currentColor, currentColor);
  background-size: 0 1px, 0 1px;
  background-position: 100% 100%, 0 100%;
  background-repeat: no-repeat;
  transition: background-size 0.3s linear;
  -webkit-transition: all 0.4s ease 0.3s 0s ease-out;
  -moz-transition: all 0.4s ease 0.3s 0s ease-out;
  -ms-transition: all 0.4s ease 0.3s 0s ease-out;
  -o-transition: all 0.4s ease 0.3s 0s ease-out;
  transition: all 0.4s ease 0.3s 0s ease-out;
}
.underline-white:hover {
  background-image: linear-gradient(currentColor, currentColor), linear-gradient(currentColor, currentColor);
  background-size: 0 1px, 100% 1px;
  background-position: 100% 100%, 0 100%;
  background-repeat: no-repeat;
  transition: background-size 0.3s linear;
  -webkit-transition: all 0.4s ease 0.3s 0s ease-out;
  -moz-transition: all 0.4s ease 0.3s 0s ease-out;
  -ms-transition: all 0.4s ease 0.3s 0s ease-out;
  -o-transition: all 0.4s ease 0.3s 0s ease-out;
  transition: all 0.4s ease 0.3s 0s ease-out;
}

.tp-transparent {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 3;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .br br {
    display: none;
  }
}

.slide-transtion {
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
}

.text-uppercase {
  text-transform: uppercase;
}

.img-cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.counter-row {
  counter-reset: count;
}

.p-inherit {
  position: inherit;
}

.include-bg {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

/*---------------------------------
    1.3 Default Spacing
---------------------------------*/
/*----------------------------------------*/
/*  2.3 scrollToTop
/*----------------------------------------*/
.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: 574.98px) {
  .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 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
}
.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.5 Buttons
/*----------------------------------------*/
.tp-btn-event {
  display: inline-flex;
  gap: 12px;
  border-radius: 46px;
  align-items: center;
  padding: 8px 9px 8px 25px;
  color: var(--tp-common-white);
  transition: background-color 0.3s ease;
  background-color: var(--tp-theme-secondary);
}
.tp-btn-event:hover .button-dot {
  transform: scale(1);
}
.tp-btn-event:hover .button-dot .button-icon {
  opacity: 1;
}
.tp-btn-event.is-hover .button-dot .button-icon {
  transform: translate(-1px, -1px) scale(0.8);
  opacity: 1;
}
.tp-btn-event.is-leave .button-dot .button-icon {
  transform: translate(24px, -24px) scale(0.8);
  opacity: 0;
}
.tp-btn-event .button-text {
  font-size: 17px;
  font-family: var(--tp-ff-tt-hoves-pro-medium);
  color: var(--tp-theme-primary);
  letter-spacing: 0.01em;
}
.tp-btn-event .button-image {
  position: relative;
  z-index: 2;
  width: 16px;
  height: 16px;
  display: block;
  transform-style: preserve-3d;
  filter: invert(1);
}
.tp-btn-event .button-icon-wrapper {
  position: relative;
  width: 32px;
  height: 32px;
  display: flex;
  overflow: hidden;
  border-radius: 6px;
  align-items: center;
  justify-content: center;
  transform-style: preserve-3d;
}
.tp-btn-event .button-dot {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  top: 0;
  left: 0;
  border-radius: 50%;
  transform: scale(0.25);
  transform-origin: center;
  background-color: var(--tp-theme-primary);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
}
.tp-btn-event .button-dot .button-icon {
  position: relative;
  color: var(--tp-common-white);
  transform: translate(-24px, 24px) scale(0);
  opacity: 0;
  z-index: 2;
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
}
.tp-btn-event-2 {
  border-radius: 0px;
}
.tp-btn-pill-box {
  display: inline-flex;
  width: -moz-fit-content;
  width: fit-content;
  align-items: center;
}
.tp-btn-pill-box > *:nth-child(1) {
  transform: scale3d(0.5, 0.5, 1);
  margin-inline-end: -46px;
}
.tp-btn-pill-box > *:nth-child(1)::after {
  right: -8px;
  z-index: -1;
}
.tp-btn-pill-box > *:nth-child(2) {
  transform: scale3d(1, 1, 1);
}
.tp-btn-pill-box > *:nth-child(3) {
  transform: scale3d(1, 1, 1);
  margin-inline-start: 0px;
}
.tp-btn-pill-box > *:nth-child(3)::after {
  left: -8px;
  z-index: -1;
}
.tp-btn-pill-box:hover > *:nth-child(1) {
  transform: scale3d(1, 1, 1);
  margin-inline-end: 0px;
}
.tp-btn-pill-box:hover > *:nth-child(2) {
  position: relative;
  z-index: 2;
  transform: scale3d(1, 1, 1);
}
.tp-btn-pill-box:hover > *:nth-child(3) {
  transform: scale3d(0.5, 0.5, 1);
  margin-inline-start: -55px;
}
.tp-btn-pill-icon {
  width: 56px;
  height: 56px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  text-align: center;
  color: var(--tp-theme-primary);
  background-color: var(--tp-theme-secondary);
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
}
.tp-btn-pill-text {
  font-family: var(--tp-ff-tt-hoves-pro-medium);
  font-weight: 500;
  font-size: 17px;
  color: var(--tp-theme-primary);
  background-color: var(--tp-theme-secondary);
  display: inline-block;
  padding: 20px 30px;
  line-height: 1;
  border-radius: 30px;
  position: relative;
  z-index: 10;
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
}

.tp-social-icon a {
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 24px;
  color: var(--tp-common-white);
  width: 46px;
  height: 46px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
}
.tp-social-icon a:hover {
  background-color: var(--tp-theme-secondary);
  border-color: var(--tp-theme-secondary);
  color: var(--tp-theme-primary);
}
.tp-social-icon a:not(:last-child) {
  margin-bottom: 8px;
}

/*----------------------------------------*/
/*  2.1 Animations
/*----------------------------------------*/
@keyframes headerSlideDown {
  0% {
    margin-top: -150px;
  }
  100% {
    margin-top: 0;
  }
}
@keyframes bar_anim {
  0%, 100% {
    -webkit-clip-path: inset(-2px 0);
    clip-path: inset(-2px 0);
  }
  42% {
    -webkit-clip-path: inset(-2px 0 -2px 100%);
    clip-path: inset(-2px 0 -2px 100%);
  }
  43% {
    -webkit-clip-path: inset(-2px 100% -2px 0);
    clip-path: inset(-2px 100% -2px 0);
  }
}
.uncover {
  display: flex;
  flex-direction: row;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.uncover_slice {
  height: 100%;
  flex-grow: 1;
  background: #ffffff;
}

.box {
  position: relative;
  overflow: hidden;
}

.line-1 {
  stroke-dasharray: 1300;
  stroke-dashoffset: 2500;
  animation: dash 5s linear forwards infinite;
}

.line-2 {
  stroke-dasharray: 1000;
  stroke-dashoffset: 2000;
  animation: dash 5s linear forwards infinite;
}

@keyframes dash {
  to {
    stroke-dashoffset: 0px;
    stroke-dasharray: 1000;
  }
}
@keyframes dash-2 {
  to {
    stroke-dashoffset: 0px;
    stroke-dasharray: 3000;
  }
}
@-webkit-keyframes tpSwing {
  0% {
    -webkit-transform: rotate(6deg);
    -moz-transform: rotate(6deg);
    -ms-transform: rotate(6deg);
    -o-transform: rotate(6deg);
    transform: rotate(6deg);
  }
  100% {
    -webkit-transform: rotate(-6deg);
    -moz-transform: rotate(-6deg);
    -ms-transform: rotate(-6deg);
    -o-transform: rotate(-6deg);
    transform: rotate(-6deg);
  }
}
@-moz-keyframes tpSwing {
  0% {
    -webkit-transform: rotate(6deg);
    -moz-transform: rotate(6deg);
    -ms-transform: rotate(6deg);
    -o-transform: rotate(6deg);
    transform: rotate(6deg);
  }
  100% {
    -webkit-transform: rotate(-6deg);
    -moz-transform: rotate(-6deg);
    -ms-transform: rotate(-6deg);
    -o-transform: rotate(-6deg);
    transform: rotate(-6deg);
  }
}
@-ms-keyframes tpSwing {
  0% {
    -webkit-transform: rotate(6deg);
    -moz-transform: rotate(6deg);
    -ms-transform: rotate(6deg);
    -o-transform: rotate(6deg);
    transform: rotate(6deg);
  }
  100% {
    -webkit-transform: rotate(-6deg);
    -moz-transform: rotate(-6deg);
    -ms-transform: rotate(-6deg);
    -o-transform: rotate(-6deg);
    transform: rotate(-6deg);
  }
}
@keyframes tpSwing {
  0% {
    -webkit-transform: rotate(6deg);
    -moz-transform: rotate(6deg);
    -ms-transform: rotate(6deg);
    -o-transform: rotate(6deg);
    transform: rotate(6deg);
  }
  100% {
    -webkit-transform: rotate(-6deg);
    -moz-transform: rotate(-6deg);
    -ms-transform: rotate(-6deg);
    -o-transform: rotate(-6deg);
    transform: rotate(-6deg);
  }
}
.tpswing {
  animation: tpSwing 2s linear infinite alternate;
}

@keyframes tp_animation_spin {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}
.tp-live-anim-spin {
  animation: tp_animation_spin 6s linear infinite;
}

@keyframes tdfadeUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
    -ms-transform: translateY(50px);
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes mymove {
  0% {
    transform: scale(0.9);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.9);
  }
}
@keyframes levitate-lg {
  0% {
    -webkit-transform: translateY(0) scale(1);
    transform: translateY(0) scale(1);
  }
  50% {
    -webkit-transform: translateY(30px) scale(1.01);
    transform: translateY(30px) scale(1.01);
  }
  100% {
    -webkit-transform: translateY(0) scale(1);
    transform: translateY(0) scale(1);
  }
}
@keyframes popups {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.4);
    transform: scale(1.4);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes color-change {
  0% {
    opacity: 0.7;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.7;
  }
}
@-webkit-keyframes sliderTitle3 {
  0% {
    background-position: 0%;
  }
  100% {
    background-position: 100%;
  }
}
@-moz-keyframes sliderTitle3 {
  0% {
    background-position: 0%;
  }
  100% {
    background-position: 100%;
  }
}
@-ms-keyframes sliderTitle3 {
  0% {
    background-position: 0%;
  }
  100% {
    background-position: 100%;
  }
}
@keyframes sliderTitle3 {
  0% {
    background-position: 0%;
  }
  100% {
    background-position: 100%;
  }
}
.title-slide-gradient {
  background-image: -webkit-linear-gradient(90deg, #201b17 0%, #f96501 50%, #201b17 100%);
  background-image: -moz-linear-gradient(90deg, #201b17 0%, #f96501 50%, #201b17 100%);
  background-image: -ms-linear-gradient(90deg, #201b17 0%, #f96501 50%, #201b17 100%);
  background-image: -o-linear-gradient(90deg, #201b17 0%, #f96501 50%, #201b17 100%);
  background-image: linear-gradient(90deg, #201b17 0%, #f96501 50%, #201b17 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  -moz-animation: sliderTitle3 2s ease-in-out 1s forwards infinite alternate;
  -webkit-animation: sliderTitle3 2s ease-in-out 1s forwards infinite alternate;
  animation: sliderTitle3 2s ease-in-out 1s forwards infinite alternate;
  background-size: 150% 150%;
}

@-webkit-keyframes tpshake {
  10% {
    transform: translateY(-10px);
  }
  50% {
    transform: skew(15deg);
  }
  80% {
    transform: rotate(10deg);
  }
  100% {
    transform: translate(0);
  }
}
@-moz-keyframes tpshake {
  10% {
    transform: translateY(-10px);
  }
  50% {
    transform: skew(15deg);
  }
  80% {
    transform: rotate(10deg);
  }
  100% {
    transform: translate(0);
  }
}
@-ms-keyframes tpshake {
  10% {
    transform: translateY(-10px);
  }
  50% {
    transform: skew(15deg);
  }
  80% {
    transform: rotate(10deg);
  }
  100% {
    transform: translate(0);
  }
}
@keyframes tpshake {
  10% {
    transform: translateY(-10px);
  }
  50% {
    transform: skew(15deg);
  }
  80% {
    transform: rotate(10deg);
  }
  100% {
    transform: translate(0);
  }
}
.tpshake {
  transition: all 0.4s ease;
}

.tpshake-wrap:hover .tpshake {
  animation-name: tpshake;
  animation-timing-function: ease-in-out;
  animation-duration: 0.4s;
  animation-iteration-count: 1;
}

@-webkit-keyframes ripple-red {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3), 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3), 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3);
  }
  100% {
    -webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3), 0 0 0 30px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3), 0 0 0 30px rgba(255, 42, 2, 0);
  }
}
@-moz-keyframes ripple-red {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3), 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3), 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3);
  }
  100% {
    -webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3), 0 0 0 30px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3), 0 0 0 30px rgba(255, 42, 2, 0);
  }
}
@-ms-keyframes ripple-red {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3), 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3), 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3);
  }
  100% {
    -webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3), 0 0 0 30px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3), 0 0 0 30px rgba(255, 42, 2, 0);
  }
}
@keyframes ripple-red {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3), 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3), 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3);
  }
  100% {
    -webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3), 0 0 0 30px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3), 0 0 0 30px rgba(255, 42, 2, 0);
  }
}
.video-animetion {
  -webkit-transition: 0.5s -webkit-animation ripple-red 1s linear infinite;
  animation: ripple-red 1s linear infinite;
  -webkit-transition: 0.5s;
}

@keyframes upslide {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-20px);
  }
  60% {
    transform: translateY(-10px);
  }
}
.upslide {
  animation: upslide 4s linear forwards infinite alternate;
}

@keyframes upslide-1 {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-8px);
  }
  60% {
    transform: translateY(-4px);
  }
}
.upslide-1 {
  animation: upslide-1 4s linear forwards infinite alternate;
}

@keyframes arrowLineRotation {
  to {
    transform: rotate(180deg);
  }
}
@keyframes arrowLineRotationRev {
  to {
    transform: rotate(-180deg);
  }
}
@keyframes dash {
  0% {
    stroke-dashoffset: 1000;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
/*----------------------------------------*/
/*  2.9 Preloader
/*----------------------------------------*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--tp-common-white);
  z-index: 999999;
  display: flex;
  align-items: center;
  justify-content: center;
}

#loader {
  position: relative;
  width: 75px;
  height: 100px;
  background-repeat: no-repeat;
  background-image: linear-gradient(#20282d 50px, transparent 0), linear-gradient(#20282d 50px, transparent 0), linear-gradient(#20282d 50px, transparent 0), linear-gradient(#20282d 50px, transparent 0), linear-gradient(#20282d 50px, transparent 0);
  background-size: 8px 100%;
  background-position: 0px 90px, 15px 78px, 30px 66px, 45px 58px, 60px 50px;
  animation: pillerPushUp 4s linear infinite;
}

#loader:after {
  content: "";
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 10px;
  height: 10px;
  background: var(--tp-theme-primary);
  border-radius: 50%;
  animation: ballStepUp 4s linear infinite;
}

@keyframes pillerPushUp {
  0%, 40%, 100% {
    background-position: 0px 90px, 15px 78px, 30px 66px, 45px 58px, 60px 50px;
  }
  50%, 90% {
    background-position: 0px 50px, 15px 58px, 30px 66px, 45px 78px, 60px 90px;
  }
}
@keyframes ballStepUp {
  0% {
    transform: translate(0, 0);
  }
  5% {
    transform: translate(8px, -14px);
  }
  10% {
    transform: translate(15px, -10px);
  }
  17% {
    transform: translate(23px, -24px);
  }
  20% {
    transform: translate(30px, -20px);
  }
  27% {
    transform: translate(38px, -34px);
  }
  30% {
    transform: translate(45px, -30px);
  }
  37% {
    transform: translate(53px, -44px);
  }
  40% {
    transform: translate(60px, -40px);
  }
  50% {
    transform: translate(60px, 0);
  }
  57% {
    transform: translate(53px, -14px);
  }
  60% {
    transform: translate(45px, -10px);
  }
  67% {
    transform: translate(37px, -24px);
  }
  70% {
    transform: translate(30px, -20px);
  }
  77% {
    transform: translate(22px, -34px);
  }
  80% {
    transform: translate(15px, -30px);
  }
  87% {
    transform: translate(7px, -44px);
  }
  90% {
    transform: translate(0, -40px);
  }
  100% {
    transform: translate(0, 0);
  }
}
/*----------------------------------------*/
/*  2.2 Background
/*----------------------------------------*/
/*----------------------------------------*/
/*  2.7 Nice Select
/*----------------------------------------*/
.nice-select {
  -webkit-tap-highlight-color: transparent;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  outline: none;
  position: relative;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  border: 1px solid transparent;
  user-select: none;
  white-space: nowrap;
  width: auto;
  color: #999 !important;
  padding-left: 25px;
  padding-right: 25px;
  font-weight: 400;
  font-size: 16px;
  line-height: 56px;
}
.nice-select:hover {
  border-color: ar(--tp-theme-primary);
}
.nice-select:active, .nice-select.open, .nice-select:focus {
  border-color: var(--tp-theme-primary);
}
.nice-select::after {
  position: absolute;
  content: "\f107";
  top: 50%;
  right: 25px;
  font-family: var(--tp-ff-fontawesome);
  color: var(--tp-grey-1);
  font-weight: 500;
  pointer-events: none;
  font-size: 18px;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  margin-top: 0;
  transform-origin: center;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.nice-select.open::after {
  -webkit-transform: translateY(-50%) rotate(-180deg);
  -moz-transform: translateY(-50%) rotate(-180deg);
  -ms-transform: translateY(-50%) rotate(-180deg);
  -o-transform: translateY(-50%) rotate(-180deg);
  transform: translateY(-50%) rotate(-180deg);
}
.nice-select.open .list {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: scale(1) translateY(0);
  -ms-transform: scale(1) translateY(0);
  transform: scale(1) translateY(0);
}
.nice-select.disabled {
  border-color: #ededed;
  color: #999;
  pointer-events: none;
}
.nice-select.disabled::after {
  border-color: #cccccc;
}
.nice-select.wide {
  width: 100%;
}
.nice-select.wide .list {
  left: 0 !important;
  right: 0 !important;
}
.nice-select.right {
  float: right;
}
.nice-select.right .list {
  left: auto;
  right: 0;
}
.nice-select.small {
  font-size: 12px;
  height: 36px;
  line-height: 34px;
}
.nice-select.small::after {
  height: 4px;
  width: 4px;
}
.nice-select.small .option {
  line-height: 34px;
  min-height: 34px;
}
.nice-select .list {
  background-color: #fff;
  width: 100%;
  border-radius: 5px;
  box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
  box-sizing: border-box;
  margin-top: 4px;
  opacity: 0;
  overflow: hidden;
  padding: 10px;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0;
  -webkit-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transform: scale(0.75) translateY(-21px);
  -ms-transform: scale(0.75) translateY(-21px);
  transform: scale(0.75) translateY(-21px);
  -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  z-index: 9;
}
.nice-select .option {
  cursor: pointer;
  font-weight: 400;
  line-height: 40px;
  list-style: none;
  min-height: 40px;
  outline: none;
  padding-left: 18px;
  padding-right: 29px;
  text-align: left;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  border-radius: 12px;
}
.nice-select .option:hover {
  background-color: #f8f8fb;
  color: var(--tp-common-black);
}
.nice-select .option.disabled {
  background-color: transparent;
  color: #999;
  cursor: default;
}

.no-csspointerevents .nice-select .list {
  display: none;
}

.no-csspointerevents .nice-select.open .list {
  display: block;
}

/*----------------------------------------*/
/*  2.8 offcanvas
/*----------------------------------------*/
.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: 574.98px) {
  .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: 60px;
}
.tp-offcanvas-close-btn {
  color: var(--tp-common-black);
}
.tp-offcanvas-close-btn:hover {
  opacity: 1;
  -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;
  font-weight: 500;
  margin-bottom: 15px;
  letter-spacing: -0.8px;
  color: var(--tp-finance-secondary);
}
.tp-offcanvas-title.sm {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 15px;
  color: var(--tp-finance-secondary);
}
.tp-offcanvas-gallery {
  margin-bottom: 65px;
}
.tp-offcanvas-gallery-img {
  width: 100%;
  overflow: hidden;
  border-radius: 6px;
}
.tp-offcanvas-gallery-img img {
  width: 100%;
  border-radius: 6px;
  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 {
  font-size: 16px;
  position: relative;
  display: inline-block;
}
.tp-offcanvas-contact ul li a::after {
  position: absolute;
  bottom: 2px;
  right: 0;
  width: 0;
  height: 1px;
  content: "";
  transition: 0.4s;
  background-color: #1e1e1e;
}
.tp-offcanvas-contact ul li a:hover {
  color: var(--tp-common-black);
}
.tp-offcanvas-contact ul li a:hover::after {
  width: 100%;
  right: auto;
  left: 0;
}
.tp-offcanvas-social ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
.tp-offcanvas-social ul li {
  list-style: none;
}
.tp-offcanvas-social ul li:not(:last-child) {
  margin-right: 8px;
}
.tp-offcanvas-social ul li a {
  display: inline-block;
  text-align: center;
  width: 40px;
  height: 40px;
  line-height: 38px;
  border-radius: 40px;
  transition: all 0.3s;
  color: var(--tp-common-black);
  border: 1px solid rgba(2, 11, 24, 0.1);
}
.tp-offcanvas-social ul li a:hover {
  color: var(--tp-common-white);
  border-color: var(--tp-common-black);
  background-color: var(--tp-common-black);
}
.tp-offcanvas-social ul li a svg {
  -webkit-transform: translateY(-1px);
  -moz-transform: translateY(-1px);
  -ms-transform: translateY(-1px);
  -o-transform: translateY(-1px);
  transform: translateY(-1px);
}

.tp-menu-close {
  top: 24px;
  right: 14px;
  position: absolute;
  transition: all 0.15s ease-in-out;
}
.tp-menu-close::before {
  position: absolute;
  content: "";
  height: 15px;
  width: 15px;
  transform-origin: center;
  background-size: contain;
  transform: translateY(-50%);
  background-repeat: no-repeat;
  transition: all 0.15s ease-in-out;
  color: var(--tp-finance-secondary);
  -webkit-transition: all 0.15s ease-in-out;
  background-image: url("data:image/svg+xml,%3Csvg width='15' height='16' viewBox='0 0 15 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.08333 0.0644531L7.08333 15.0645M14.1667 7.98112L0 7.98112' stroke='currentcolor' stroke-width='1.5'%3E%3C/path%3E%3C/svg%3E");
}

/*----------------------------------------*/
/*  2.4 Breadcrumb
/*----------------------------------------*/
/*----------------------------------------*/
/*  2.11 Section Title
/*----------------------------------------*/
/*----------------------------------------*/
/*  2.10 Search css start
/*----------------------------------------*/
.tp-search-form-toggle {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: var(--tp-common-white);
  z-index: 100;
  padding-top: 70px;
  padding-bottom: 100px;
  opacity: 0;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  -webkit-transform: translateY(calc(-100% - 80px));
  -ms-transform: translateY(calc(-100% - 80px));
  transform: translateY(calc(-100% - 80px));
  -webkit-transition: opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
  z-index: 9999;
}
.tp-search-form-toggle.active {
  opacity: 1;
  -webkit-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.tp-search-form-toggle.active .tp-search-form-input {
  transform: translateY(0px);
  opacity: 1;
  transition-delay: 0.3s;
}
.tp-search-form-icon {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 22px;
  color: var(--tp-common-black);
}
.tp-search-form-input {
  position: relative;
  height: 52px;
  transform: translateY(-40px);
  transition: all 0.3s ease-in-out;
  transition-delay: 0.5s;
  opacity: 0;
}
.tp-search-form-input input {
  width: 100%;
  height: 100%;
  background-color: transparent;
  border: 0;
  outline: 0;
  font-size: 24px;
  font-weight: 400;
  color: var(--tp-common-black);
  border-bottom: 1px solid var(--tp-border-1);
  font-family: var(--tp-ff-inter);
  padding: 0;
  padding-right: 30px;
}
.tp-search-form-input input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  font-size: 24px;
  color: var(--tp-grey-1);
}
.tp-search-form-input input::-moz-placeholder { /* Firefox 19+ */
  font-size: 24px;
  color: var(--tp-grey-1);
}
.tp-search-form-input input:-moz-placeholder { /* Firefox 4-18 */
  font-size: 24px;
  color: var(--tp-grey-1);
}
.tp-search-form-input input:-ms-input-placeholder { /* IE 10+  Edge*/
  font-size: 24px;
  color: var(--tp-grey-1);
}
.tp-search-form-input input::placeholder { /* MODERN BROWSER */
  font-size: 24px;
  color: var(--tp-grey-1);
}
.tp-search-form-input input ~ .tp-search-focus-border {
  position: absolute;
  bottom: 0;
  left: auto;
  right: 0;
  width: 0;
  height: 1px;
  background-color: var(--tp-common-black);
  transition: all 0.5s;
}
.tp-search-form-input input:focus {
  border-color: transparent;
}
.tp-search-form-input input:focus ~ .tp-search-focus-border {
  width: 100%;
  left: 0;
  right: auto;
  transition: all 0.8s;
}
.tp-search-close {
  color: var(--tp-common-black);
  font-size: 40px;
  transition: all 0.3s ease;
}
.tp-search-close:hover {
  color: var(--tp-grey-1);
  transform: rotate(180deg);
}
.tp-search-body-overlay {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(24, 24, 24, 0.5);
  z-index: 99;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
  -webkit-transform: translateY(calc(-100% - 80px));
  -ms-transform: translateY(calc(-100% - 80px));
  transform: translateY(calc(-100% - 80px));
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.tp-search-body-overlay.active {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.tp-search-dark {
  background-color: var(--tp-common-black);
}
.tp-search-dark .tp-search-form-input input {
  color: var(--tp-common-white);
  border-bottom: 1px solid var(--tp-border-3);
}
.tp-search-dark .tp-search-form-input input ~ .tp-search-focus-border {
  background-color: var(--tp-common-white);
}
.tp-search-dark .tp-search-close {
  color: var(--tp-common-white);
}
.tp-search-dark .tp-search-close:hover {
  color: var(--tp-grey-2);
}
.tp-search-dark .tp-search-form-icon {
  color: var(--tp-common-white);
}

/*----------------------------------------*/
/*  2.6 Magic Cursor css start
/*----------------------------------------*/
/*----------------------------------------*/
/*  2.8 offcanvas
/*----------------------------------------*/
.newsletter_form {
  position: relative;
  max-width: 500px;
  width: 100%;
  background: #263D36 !important;
  border-radius: 66px !important;
  backdrop-filter: blur(10px);
}
.newsletter_form__input {
  width: 90% !important;
  padding: 18px 70px 18px 25px;
  border: none !important;
  background: transparent !important;
  outline: none !important;
  color: #fff !important;
  font-size: 16px !important;
  height: 70px !important;
  border-radius: 66px !important;
}
.newsletter_form__input::placeholder {
  color: rgba(255, 255, 255, 0.7) !important;
  font-size: 16px !important;
}
.newsletter_form__btn {
  position: absolute;
  top: 50%;
  right: 11px;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: none;
  cursor: pointer;
  background: var(--tp-theme-secondary);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}
.newsletter_form__btn:hover {
  transform: translateY(-50%) scale(1.05);
}

.newsletter_2 {
  position: relative;
  background: rgba(255, 255, 255, 0.06) !important;
  backdrop-filter: blur(10px);
  display: flex;
  align-items: center;
}
.newsletter_2__input {
  width: 85% !important;
  padding: 18px 70px 18px 25px;
  border: none !important;
  background: transparent !important;
  outline: none !important;
  color: #fff !important;
  font-size: 16px !important;
  height: 54px !important;
  border-radius: 66px !important;
}
.newsletter_2__input::placeholder {
  color: #fff !important;
  font-size: 16px !important;
}
.newsletter_2__btn {
  position: absolute;
  top: 50%;
  right: 11px;
  transform: translateY(-50%);
  width: 42px;
  height: 42px;
  border-radius: 0px;
  border: none;
  cursor: pointer;
  background: var(--tp-theme-secondary);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  color: #142D25;
}
.newsletter_2__btn svg {
  width: 20px;
  height: 20px;
}
.newsletter_2__btn:hover {
  transform: translateY(-50%) scale(1.05);
  filter: brightness(1.1);
}

.newsletter_agreement {
  margin-top: 15px;
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: #fff;
  font-size: 14px;
}
.newsletter_agreement input[type=checkbox] {
  cursor: pointer;
  width: 16px;
  height: 16px;
  background: transparent;
  border: 1px solid #CFE8E6;
  border-radius: 3px;
  appearance: none;
  -webkit-appearance: none;
  position: relative;
  transition: all 0.2s ease;
  transform: translateY(2px);
}
.newsletter_agreement input[type=checkbox]:checked {
  border-color: var(--tp-theme-secondary);
}
.newsletter_agreement input[type=checkbox]:checked::after {
  content: "";
  position: absolute;
  top: 2px;
  left: 5px;
  width: 4px;
  height: 8px;
  border: solid #ffffff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.newsletter_agreement label {
  cursor: pointer;
  line-height: 1.4;
  color: rgba(255, 255, 255, 0.7);
}
.newsletter_agreement label a {
  color: var(--tp-theme-secondary);
  text-decoration: underline;
  text-underline-offset: 3px;
  transition: opacity 0.3s;
}
.newsletter_agreement label a:hover {
  opacity: 0.8;
}

.wpcf7 input[type=file] {
  position: absolute;
  opacity: 0;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  cursor: pointer;
  z-index: 2;
}

/* Custom upload box */
.wpcf7 .wpcf7-file {
  position: relative;
}

.upload-box {
  position: relative;
  cursor: pointer;
  border: 1px dashed rgba(20, 45, 37, 0.14);
  background: rgba(20, 45, 37, 0.01);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  padding: 26px 20px 30px;
}

.upload-box .upload-title {
  font-size: 18px;
  font-weight: 500;
  font-family: var(--tp-ff-tt-hoves-pro-medium);
  letter-spacing: -0.01em;
  color: var(--tp-theme-primary);
}

.upload-box .upload-sub {
  font-family: var(--tp-ff-tt-hoves-pro-regular);
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
  color: rgba(20, 45, 37, 0.6);
}

.tp-header-logo.tp-header-logo-spacing {
  padding: 20px 0;
}

/* HEADER CSS */
/*----------------------------------------*/
/*  3.1 Header Style
/*----------------------------------------*/
/*----------------------------------------*/
/*  4.1 Main menu css
/*----------------------------------------*/
.tp-header-menu > nav > ul > li {
  list-style-type: none;
  display: inline-block;
}
.tp-header-menu > nav > ul > li:hover > a::before {
  width: 100%;
  left: 0;
}
.tp-header-menu > nav > ul > li > a {
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
  padding: 30px 16px;
  display: inline-block;
  color: var(--tp-theme-primary);
}
.tp-header-menu > nav > ul > li > a::before {
  position: absolute;
  content: "";
  width: 0;
  height: 2px;
  background: var(--tp-theme-primary);
  bottom: 0;
  right: 0;
  transition: all 0.4s ease;
}
.tp-header-dropdown nav ul li {
  position: relative;
  list-style: none;
}
.tp-header-dropdown nav ul li.tp-menu-last .tp-submenu {
  left: auto;
  right: 0;
}
.tp-header-dropdown nav ul li .tp-submenu {
  position: absolute;
  top: 133%;
  left: 0;
  width: 240px;
  z-index: 99;
  opacity: 0;
  transition: 0.5s;
  text-align: start;
  visibility: hidden;
  padding: 12px;
  transform-origin: 0 0;
  transform: scale(1, 0);
  box-shadow: 0 1px 2px 0 rgba(48, 70, 63, 0.1);
  background: #fff;
}
.tp-header-dropdown nav ul li .tp-submenu li {
  width: 100%;
}
.tp-header-dropdown nav ul li .tp-submenu li a {
  width: 100%;
  position: relative;
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
  display: inline-block;
  padding: 16px;
  text-align: start;
  color: var(--tp-theme-primary);
}
.tp-header-dropdown nav ul li .tp-submenu li a:hover {
  background: var(--tp-theme-secondary);
}
.tp-header-dropdown nav ul li .tp-submenu li .tp-submenu {
  top: 0;
  left: 100%;
}
.tp-header-dropdown nav ul li:hover > .tp-submenu {
  visibility: visible;
  opacity: 1;
  transform: scale(1);
}

/*----------------------------------------*/
/*  4.2 Mobilemenu css
/*----------------------------------------*/
.tp-offcanvas-menu {
  margin-bottom: 40px;
}
.tp-offcanvas-menu ul {
  list-style: none;
}
.tp-offcanvas-menu ul li {
  position: relative !important;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .tp-offcanvas-menu ul li.has-dropdown span {
    display: none;
  }
}
.tp-offcanvas-menu ul li > a {
  padding: 8px 0;
  display: block;
  font-size: 18px;
  font-weight: 500;
  font-family: var(--tp-ff-inter);
}
.tp-offcanvas-menu ul li.active > a {
  color: var(--tp-common-black);
}
.tp-offcanvas-menu ul li.active > .tp-menu-close::before {
  transform: translateY(-50%) rotate(-90deg);
  color: var(--tp-theme-secondary);
}
.tp-offcanvas-menu ul li .tp-submenu {
  display: none;
}
.tp-offcanvas-menu ul li .tp-submenu.submenu {
  padding-left: 20px;
}
.tp-offcanvas-menu ul li .dropdown-arrow {
  display: none;
}
.tp-offcanvas-menu .tp-megamenu-wrapper.megamenu-white-bg {
  backdrop-filter: none;
  background: transparent;
  box-shadow: none;
}
.tp-offcanvas-menu .mega-menu {
  width: auto;
  opacity: 1;
  visibility: visible;
  transition: none;
  position: static;
  display: none;
  -webkit-transform: perspective(0) rotateX(0);
  -moz-transform: perspective(0) rotateX(0);
  -ms-transform: perspective(0) rotateX(0);
  -o-transform: perspective(0) rotateX(0);
  transform: perspective(0) rotateX(0);
}
.tp-offcanvas-menu .tp-megamenu-list ul li {
  padding: 0;
}
.tp-offcanvas-menu .tp-megamenu-list ul li a {
  padding: 8px 20px;
  font-size: 17px;
}

/*----------------------------------------*/
/*  5.2 Postbox css
/*----------------------------------------*/
.tp-postbox-item {
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.1);
}
.tp-postbox-item.format-quote {
  box-shadow: none;
}
.tp-postbox-item:hover .tp-postbox-thumb img {
  transform: scale(1.1);
}
.tp-postbox-thumb {
  overflow: hidden;
}
.tp-postbox-thumb-overlay::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.3);
}
.tp-postbox-thumb img {
  transition: 0.9s;
}
.tp-postbox-content {
  padding: 15px 35px 35px 35px;
}
.tp-postbox-title {
  font-weight: 500;
  font-size: 36px;
  letter-spacing: -0.03em;
  color: var(--tp-theme-primary);
  line-height: 1.25;
}
@media (max-width: 574.98px) {
  .tp-postbox-title {
    font-size: 28px;
  }
}
.tp-postbox-text {
  font-family: var(--tp-ff-tt-hoves-pro-regular);
  font-weight: 400;
  font-size: 18px;
  line-height: 1.56;
  color: rgba(20, 45, 37, 0.8);
}
.tp-postbox-video-btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 90px;
  height: 90px;
  background: #CEF79E;
  border-radius: 50%;
  color: #222F30;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.tp-postbox-slider-item {
  position: relative;
  border-radius: 14px;
}
.tp-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);
}
.tp-postbox-slider-item img {
  border-radius: 14px;
}
.tp-postbox-arrow button {
  color: var(--tp-common-white);
}
.tp-postbox-arrow button:hover {
  color: var(--tp-theme-secondary);
}
.tp-postbox-arrow-prev {
  position: absolute;
  top: 50%;
  left: 30px;
  z-index: 2;
  transform: translateY(-50%);
}
.tp-postbox-arrow-next {
  position: absolute;
  top: 50%;
  right: 30px;
  z-index: 2;
  transform: translateY(-50%);
}
.tp-postbox-quote-shape {
  position: absolute;
  bottom: -5px;
  right: 80px;
}
.tp-postbox-details {
  font-family: var(--tp-ff-tt-hoves-pro-medium);
  font-weight: 500;
  font-size: 74px;
  line-height: 1.08;
  letter-spacing: -0.03em;
  color: var(--tp-theme-primary);
}
.tp-postbox-details-title {
  font-family: var(--tp-ff-tt-hoves-pro-medium);
  font-weight: 500;
  font-size: 74px;
  letter-spacing: -0.03em;
  color: var(--tp-theme-primary);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-postbox-details-title {
    font-size: 60px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-postbox-details-title {
    font-size: 54px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-postbox-details-title {
    font-size: 42px;
  }
}
@media (max-width: 574.98px) {
  .tp-postbox-details-title {
    font-size: 38px;
  }
}
.tp-postbox-details-form .comment-notes {
  margin-bottom: 30px;
}
.tp-postbox-details-comment-title {
  font-family: var(--tp-ff-tt-hoves-pro-medium);
  font-weight: 500;
  font-size: 36px;
  letter-spacing: -0.03em;
  color: var(--tp-theme-primary);
}
.tp-postbox-details-remember .tp-checkbox {
  cursor: pointer;
  margin: 0;
  appearance: none;
  -moz-appearance: none;
  display: block;
  width: 20px;
  height: 20px;
  border: 1px solid rgba(20, 45, 37, 0.1);
  outline: none;
  flex: 0 0 auto;
  background: var(--tp-common-white);
  padding: 0;
  margin-right: 10px;
  border-radius: 4px;
}
.tp-postbox-details-remember .tp-checkbox:checked {
  position: relative;
  background-color: var(--tp-theme-secondary);
  border-color: transparent;
}
.tp-postbox-details-remember .tp-checkbox:checked::after {
  box-sizing: border-box;
  content: "\f00c";
  position: absolute;
  font-family: var(--tp-ff-fontawesome);
  font-size: 10px;
  color: var(--tp-theme-primary);
  font-weight: 700;
  top: 47%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.tp-postbox-details-remember label {
  cursor: pointer;
  font-weight: 400;
  font-size: 17px;
  color: rgba(20, 45, 37, 0.8);
}
.tp-postbox-details-input label {
  font-family: var(--tp-ff-tt-hoves-pro-medium);
  font-weight: 500;
  font-size: 16px;
  color: var(--tp-theme-primary);
  margin-bottom: 10px;
}
.tp-postbox-details-input textarea {
  height: 160px;
  resize: none;
}
.tp-postbox-details-form {
  border: 1px solid rgba(20, 45, 37, 0.1);
  padding: 45px 60px 40px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-postbox-details-form {
    padding: 30px;
  }
}
@media (max-width: 574.98px) {
  .tp-postbox-details-form {
    padding: 20px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-postbox-wrapper {
    margin-right: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .tp-postbox-wrapper {
    margin-right: 0px;
  }
}
.tp-postbox-wrapper p {
  font-weight: 400;
  font-size: 18px;
  line-height: 1.56;
  color: rgba(20, 45, 37, 0.8);
}

.tp-blog-details-area .postbox-category {
  position: inherit;
  left: 0;
  bottom: inherit;
  margin-bottom: 12px;
}

@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: 574.98px) {
  .postbox-wrapper {
    margin-right: 0;
    margin-bottom: 0;
  }
}
.postbox-author-img {
  margin-right: 6px;
}
.postbox-author-img img {
  width: 20px;
  height: 20px;
  border-radius: 50%;
}
.postbox-author-name {
  font-family: var(--tp-ff-tt-hoves-pro-regular);
  font-weight: 400;
  font-size: 15px;
  color: rgba(20, 45, 37, 0.8) !important;
  text-transform: capitalize;
  margin: 0;
}
.postbox-author-info {
  line-height: 1;
}
.postbox-author-info span {
  font-weight: 600;
  font-size: 13px;
  line-height: 1;
  color: rgba(255, 255, 255, 0.6);
}
.postbox-author-wrap {
  padding: 0px 20px;
}
@media (max-width: 574.98px) {
  .postbox-author-wrap {
    flex-wrap: wrap;
    padding: 0;
  }
}
@media (max-width: 574.98px) {
  .postbox-author-box {
    margin-right: 15px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .postbox-author-box {
    margin-bottom: 0;
  }
}
.postbox-meta i {
  font-weight: 400;
  font-size: 15px;
  line-height: 173%;
  color: rgba(20, 45, 37, 0.8);
}
.postbox-meta i svg {
  margin-right: 4px;
  display: inline-block;
  transform: translateY(-2px);
}
.postbox-meta span {
  font-family: var(--tp-ff-tt-hoves-pro-regular);
  font-weight: 400;
  font-size: 15px;
  color: rgba(20, 45, 37, 0.8);
  margin: 0;
}
.postbox-meta > div:not(:first-child) {
  padding-left: 16px;
  margin-left: 16px;
  position: relative;
}
@media (max-width: 574.98px) {
  .postbox-meta > div:not(:first-child) {
    padding-left: 0;
    margin-left: 0;
    margin-right: 10px;
  }
}
.postbox-meta > div:not(:first-child)::after {
  position: absolute;
  content: "";
  top: 2px;
  left: 0;
  width: 1px;
  height: 24px;
  background: rgba(20, 45, 37, 0.1);
}
@media (max-width: 574.98px) {
  .postbox-meta > div:not(:first-child)::after {
    display: none;
  }
}
.postbox-item {
  padding: 35px 15px;
  padding-bottom: 40px;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.08);
}
.postbox-item:hover .tp-postbox-thumb img {
  transform: scale(1.1);
}
.postbox-tag {
  font-weight: 600;
  font-size: 16px;
  line-height: 1;
  margin-bottom: 15px;
  display: inline-block;
  color: rgba(255, 255, 255, 0.6);
}
.postbox-tag i svg {
  margin-right: 4px;
  transform: translateY(-1px);
}
.postbox-category {
  position: absolute;
  left: 40px;
  bottom: 50px;
  display: flex;
  gap: 6px;
  z-index: 2;
}
.postbox-category span {
  font-family: var(--tp-ff-tt-hoves-pro-medium);
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--tp-theme-primary);
  background-color: #F6F5F2;
  display: inline-block;
  padding: 5px 12px;
}
.postbox-content {
  padding: 0px 20px;
}
@media (max-width: 574.98px) {
  .postbox-content {
    padding: 0;
  }
}
.postbox-content p {
  font-weight: 400;
  font-size: 17px;
  line-height: 1.6;
  margin-bottom: 30px;
  color: rgba(255, 255, 255, 0.6);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 574.98px) {
  .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: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  background-color: var(--tp-common-white);
}
.postbox-arrow button:hover {
  color: var(--tp-common-white);
  background-color: var(--tp-common-black);
}
.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-blockquote {
  padding: 50px 55px;
  padding-bottom: 30px;
  border-radius: 14px;
  background: #1a1b1e;
}
@media (max-width: 574.98px) {
  .postbox-blockquote {
    padding: 30px 20px;
    padding-bottom: 30px;
  }
}
.postbox-blockquote-paragraph p {
  font-weight: 600;
  font-size: 24px;
  line-height: 1.5;
  margin-bottom: 0;
  letter-spacing: -0.02em;
  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) {
  .postbox-blockquote-paragraph p br {
    display: none;
  }
}
@media (max-width: 574.98px) {
  .postbox-blockquote-paragraph p {
    font-size: 20px;
  }
  .postbox-blockquote-paragraph p br {
    display: none;
  }
}
.postbox-blockquote-icon {
  margin-bottom: 20px;
  display: inline-block;
}
.postbox-thumb {
  overflow: hidden;
}
.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;
}
@media (max-width: 574.98px) {
  .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: 574.98px) {
  .postbox__comment ul {
    margin-right: 0;
  }
}
.postbox__comment ul li {
  margin-bottom: 30px;
  list-style: none;
}
.postbox__comment ul li.children {
  margin-left: 100px;
}
@media (max-width: 574.98px) {
  .postbox__comment ul li.children {
    margin-left: 15px;
  }
}
.postbox__comment-title {
  font-weight: 600;
  font-size: 30px;
  line-height: 1.1;
  margin-bottom: 15px;
  letter-spacing: -0.04em;
  color: var(--tp-common-white);
}
.postbox__comment-box {
  padding-top: 20px;
}
@media (max-width: 574.98px) {
  .postbox__comment-box {
    flex-wrap: wrap;
  }
}
.postbox__comment-info {
  flex: 0 0 auto;
}
.postbox__comment-avater {
  flex: 0 0 auto;
}
@media (max-width: 574.98px) {
  .postbox__comment-avater {
    margin-right: 0;
  }
}
.postbox__comment-avater img {
  width: 70px;
  height: 70px;
  border-radius: 50%;
}
@media (max-width: 574.98px) {
  .postbox__comment-avater img {
    margin-bottom: 30px;
  }
}
.postbox__comment-name {
  margin-bottom: 17px;
}
.postbox__comment-name h5 {
  font-family: var(--tp-ff-tt-hoves-pro-medium);
  font-weight: 500;
  font-size: 18px;
  line-height: 1;
  margin-bottom: 0;
  letter-spacing: -0.01em;
  color: var(--tp-theme-primary);
  margin-right: 10px;
}
.postbox__comment-name span {
  font-weight: 400;
  font-size: 14px;
  line-height: 1;
  color: #222F30;
}
.postbox__comment-text p {
  font-size: 17px;
  line-height: 1.53;
  color: rgba(20, 45, 37, 0.8);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .postbox__comment-text p {
    font-size: 15px;
  }
}
.postbox__comment-reply a {
  border: 1px solid #f0f0f0;
  border-radius: 20px;
  font-family: var(--tp-ff-tt-hoves-pro-medium);
  font-weight: 500;
  font-size: 14px;
  color: #222f30;
  text-decoration: none !important;
  padding: 7px 20px;
  display: inline-block;
  background: #fefefe;
  line-height: 1;
}
.postbox__comment-reply a span {
  margin-left: 6px;
  display: inline-block;
}
.postbox__comment-reply a:hover {
  color: var(--tp-common-black);
  border-color: var(--tp-theme-secondary);
  background-color: var(--tp-theme-secondary);
}
.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;
}

.basic-pagination {
  margin-bottom: 40px;
}
.basic-pagination ul li {
  list-style: none;
  display: inline-block;
  margin-right: 5px;
}
@media (max-width: 574.98px) {
  .basic-pagination ul li {
    margin-right: 5px;
  }
}
.basic-pagination ul li:hover a {
  background-color: #B3ED97;
}
.basic-pagination ul li > a {
  font-size: 17px;
  font-weight: 500;
  font-family: var(--tp-ff-tt-hoves-pro-medium);
  color: var(--tp-theme-primary);
  transition: all 0.4s ease;
  text-decoration: none !important;
  border: 1px solid rgba(20, 45, 37, 0.08);
  width: 50px;
  height: 50px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease-in-out;
  border: 1px solid rgba(255, 255, 255, 0.08);
}
.basic-pagination ul li .current {
  background-color: #B3ED97;
  transition: all 0.3s ease-in-out;
}
.basic-pagination-label span {
  font-weight: 500;
  font-size: 15px;
  line-height: 1.33;
  color: #525356;
  display: inline-block;
}
@media (max-width: 574.98px) {
  .basic-pagination-label span {
    margin-bottom: 15px;
  }
}
.basic-pagination.product-pagination ul li > a {
  color: var(--tp-theme-shop);
  border: 1px solid rgb(77, 61, 48);
}
.basic-pagination.product-pagination ul li:hover a {
  background-color: var(--tp-theme-shop);
  color: var(--tp-common-white);
}
.basic-pagination.product-pagination ul li .current {
  background-color: var(--tp-theme-shop);
  color: var(--tp-common-white);
}

.postbox-details-item {
  padding: 43px 45px;
}
@media (max-width: 574.98px) {
  .postbox-details-item {
    padding: 30px;
  }
}
.postbox-details-item.item-border {
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.08);
}
.postbox-details-title {
  font-family: var(--tp-ff-tt-hoves-pro-medium);
  font-weight: 500;
  font-size: 36px;
  letter-spacing: -0.03em;
  color: var(--tp-theme-primary);
}
@media (max-width: 574.98px) {
  .postbox-details-title {
    font-size: 30px;
  }
}
.postbox-details-title-sm {
  font-family: var(--tp-ff-tt-hoves-pro-medium);
  font-weight: 500;
  font-size: 24px;
  letter-spacing: -0.03em;
  color: #142d25;
}
@media (max-width: 574.98px) {
  .postbox-details-tag {
    flex-wrap: wrap;
  }
}
.postbox-details-tag span {
  font-family: var(--tp-ff-tt-hoves-pro-medium);
  font-weight: 500;
  font-size: 18px;
  text-align: center;
  color: var(--tp-theme-primary);
  display: inline-block;
  margin-right: 10px;
}
@media (max-width: 574.98px) {
  .postbox-details-meta {
    flex-wrap: wrap;
  }
}
.postbox-details-meta .postbox-author-name {
  font-family: var(--tp-ff-tt-hoves-pro-regular);
  font-weight: 400;
  font-size: 15px;
  color: rgba(20, 45, 37, 0.8);
  margin: 0;
}
.postbox-details-meta > div:not(:first-child) {
  padding-left: 16px;
  margin-left: 16px;
  position: relative;
}
@media (max-width: 574.98px) {
  .postbox-details-meta > div:not(:first-child) {
    padding-left: 0;
    margin-left: 0;
    margin-right: 10px;
  }
}
.postbox-details-meta > div:not(:first-child)::after {
  position: absolute;
  content: "";
  top: 2px;
  left: 0;
  width: 1px;
  height: 24px;
  background: rgba(20, 45, 37, 0.1);
}
@media (max-width: 574.98px) {
  .postbox-details-meta > div:not(:first-child)::after {
    display: none;
  }
}
@media (max-width: 574.98px) {
  .postbox-details-meta .postbox-meta {
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .postbox-details-meta .postbox-meta {
    margin-bottom: 0;
  }
}
.postbox-details-thumb {
  gap: 11px;
}
.postbox-details-text p {
  font-weight: 400;
  font-size: 18px;
  line-height: 1.56;
  color: rgba(20, 45, 37, 0.8);
  margin-bottom: 25px;
}
.postbox-details-text .postbox-title {
  font-family: var(--tp-ff-tt-hoves-pro-medium);
  font-weight: 500;
  font-size: 36px;
  margin-bottom: 15px;
  letter-spacing: -0.03em;
  color: #142d25;
}
.postbox-details-quote-box {
  padding: 45px 115px 50px 115px;
  background: #F6F5F2;
  text-align: center;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .postbox-details-quote-box {
    padding: 45px 40px 50px 40px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .postbox-details-quote-box {
    padding: 40px;
  }
}
@media (max-width: 574.98px) {
  .postbox-details-quote-box {
    padding: 20px;
  }
}
.postbox-details-quote p {
  font-size: 32px;
  line-height: 1.31;
  letter-spacing: -0.02em;
  color: #141820;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .postbox-details-quote p {
    font-size: 28px;
  }
  .postbox-details-quote p br {
    display: none;
  }
}
@media (max-width: 574.98px) {
  .postbox-details-quote p {
    font-size: 22px;
  }
}
.postbox-details-quote span {
  font-size: 14px;
  color: rgba(20, 24, 32, 0.7);
  margin-left: 10px;
}
.postbox-details-quote span::before {
  content: "";
  height: 4px;
  width: 4px;
  margin-right: 10px;
  display: inline-block;
  transform: translateY(-5px);
  background-color: rgba(20, 24, 32, 0.5);
  border-radius: 50%;
}
.postbox-details-quote-author {
  padding-top: 5px;
  align-items: center;
  justify-content: center;
  font-family: var(--tp-ff-tt-hoves-pro-demibold);
  font-weight: 600;
  font-size: 18px;
  letter-spacing: -0.02em;
  color: #141820;
}
.postbox-details-list ul {
  margin-left: 0px;
  margin-bottom: 10px;
}
.postbox-details-list ul:not(:last-child) {
  margin-right: 90px;
}
@media (max-width: 574.98px) {
  .postbox-details-list ul {
    padding-left: 0;
  }
}
.postbox-details-list ul li {
  font-weight: 400;
  font-size: 18px;
  color: rgba(20, 45, 37, 0.8);
  list-style-type: none;
  line-height: 1.1;
  position: relative;
  padding-left: 15px;
}
.postbox-details-list ul li:not(:last-child) {
  margin-bottom: 15px;
}
.postbox-details-list ul li::before {
  position: absolute;
  top: 8px;
  left: 0;
  content: "";
  height: 4px;
  width: 4px;
  margin-right: 10px;
  border-radius: 50%;
  display: inline-block;
  background-color: rgba(20, 45, 37, 0.8);
}
.postbox-details-list ul li span {
  color: rgba(255, 255, 255, 0.3);
}
.postbox-details-list ul li i {
  font-style: normal;
  color: var(--tp-common-green-light);
}
.postbox-details-code {
  padding: 25px 30px;
  border-radius: 14px;
  background: #F6F5F2;
}
.postbox-details-code pre {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.8;
  margin: 0;
  color: rgba(20, 45, 37, 0.8);
  border: none;
}
.postbox-details-navigation-title {
  font-family: var(--tp-ff-tt-hoves-pro-regular);
  font-weight: 400;
  font-size: 20px;
  line-height: 1.3;
  letter-spacing: -0.02em;
  color: var(--tp-theme-primary);
}
.postbox-details-author {
  padding: 45px 50px;
  background-color: #F6F5F2;
}
@media (max-width: 574.98px) {
  .postbox-details-author {
    padding: 30px;
  }
}
.postbox-details-author-img {
  flex: 0 0 auto;
}
@media (max-width: 574.98px) {
  .postbox-details-author-img {
    margin-bottom: 15px;
    margin-right: 0px;
  }
}
.postbox-details-author-img img {
  border-radius: 50%;
  width: 120px;
  height: 120px;
}
@media (max-width: 574.98px) {
  .postbox-details-author-img img {
    width: 70px;
    height: 70px;
  }
}
.postbox-details-author-content p {
  font-size: 30px;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: #141820;
  margin-bottom: 8px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .postbox-details-author-content p {
    font-size: 26px;
  }
}
.postbox-details-author-name a {
  font-weight: 600;
  font-size: 15px;
  letter-spacing: -0.02em;
  color: #141820;
  font-family: var(--tp-ff-tt-hoves-pro-demibold);
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.postbox-details-author-name a::before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 1px;
  background-color: #141820;
  margin-right: 10px;
}
.postbox-details-nevigation-wrap {
  height: 560px;
  overflow: hidden;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .postbox-details-nevigation-wrap {
    height: 460px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .postbox-details-nevigation-wrap {
    height: 320px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .postbox-details-nevigation-wrap {
    height: 350px;
    margin-top: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .postbox-details-nevigation-wrap {
    height: 350px;
    margin-top: 50px;
  }
}
@media (max-width: 574.98px) {
  .postbox-details-nevigation-wrap {
    height: 140px;
    margin-top: 50px;
  }
}
.postbox-details-nevigation-wrap:hover .postbox-details-nevigation-thumb-bg {
  transform: scale(0.95);
}
.postbox-details-nevigation-thumb {
  position: relative;
}
.postbox-details-nevigation-thumb::after {
  position: absolute;
  content: "";
  top: -50px;
  left: 0;
  width: 100%;
  height: 120%;
  background: rgba(0, 0, 0, 0.4);
}
.postbox-details-nevigation-thumb img {
  width: 100%;
  margin-top: -290px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 574.98px) {
  .postbox-details-nevigation-thumb img {
    margin-top: -50px;
  }
}
.postbox-details-nevigation-thumb-bg {
  width: 100%;
  height: 100%;
  background-color: #1a1b1e;
  transition: all 0.3s ease-in-out;
}
.postbox-details-nevigation-content {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  z-index: 5;
  text-align: center;
  transform: translateY(-50%);
}
.postbox-details-nevigation-content span {
  font-weight: 500;
  font-size: 24px;
  line-height: 1;
  margin-bottom: 15px;
  display: inline-block;
  letter-spacing: -0.02em;
  color: var(--tp-common-white);
}
@media (max-width: 574.98px) {
  .postbox-details-nevigation-content span {
    font-size: 16px;
  }
}
.postbox-details-nevigation-title {
  font-weight: 700;
  font-size: 60px;
  margin-bottom: 0;
  line-height: 1.17;
  letter-spacing: -0.03em;
  color: var(--tp-common-white);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .postbox-details-nevigation-title {
    font-size: 45px;
  }
}
@media (max-width: 574.98px) {
  .postbox-details-nevigation-title {
    font-size: 20px;
  }
}
.postbox-details-form {
  border: 1px solid rgba(20, 45, 37, 0.1);
  padding: 45px 60px 40px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .postbox-details-form {
    padding: 30px;
  }
}
@media (max-width: 574.98px) {
  .postbox-details-form {
    padding: 20px;
  }
}
.postbox-details-form p {
  font-weight: 500;
  font-size: 15px;
  line-height: 1.7;
  margin-bottom: 23px;
  color: rgba(255, 255, 255, 0.7);
}
@media (max-width: 574.98px) {
  .postbox-details-form p {
    font-size: 16px;
  }
}
.postbox-details-form-title {
  font-weight: 600;
  font-size: 30px;
  line-height: 1.6;
  margin-bottom: 0;
  letter-spacing: -0.04em;
  color: var(--tp-common-white);
}
.postbox-details-input label {
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  margin-bottom: 12px;
  color: var(--tp-common-white);
}
.postbox-details-input input, .postbox-details-input textarea {
  font-size: 17px;
  font-weight: 400;
  margin-bottom: 25px;
  border-radius: 14px;
  background: #1a1b1e;
  color: var(--tp-common-white);
  border: 1px solid #1a1b1e;
}
.postbox-details-input input::-webkit-input-placeholder, .postbox-details-input textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  font-size: 17px;
  font-weight: 400;
  color: #707072;
}
.postbox-details-input input::-moz-placeholder, .postbox-details-input textarea::-moz-placeholder { /* Firefox 19+ */
  font-size: 17px;
  font-weight: 400;
  color: #707072;
}
.postbox-details-input input:-moz-placeholder, .postbox-details-input textarea:-moz-placeholder { /* Firefox 4-18 */
  font-size: 17px;
  font-weight: 400;
  color: #707072;
}
.postbox-details-input input:-ms-input-placeholder, .postbox-details-input textarea:-ms-input-placeholder { /* IE 10+  Edge*/
  font-size: 17px;
  font-weight: 400;
  color: #707072;
}
.postbox-details-input input::placeholder, .postbox-details-input textarea::placeholder { /* MODERN BROWSER */
  font-size: 17px;
  font-weight: 400;
  color: #707072;
}
.postbox-details-input input:focus, .postbox-details-input textarea:focus {
  border-color: var(--tp-common-green-light);
}
.postbox-details-input textarea {
  height: 160px;
  resize: none;
  margin-bottom: 20px;
}
.postbox-details-remeber input {
  display: none;
}
.postbox-details-remeber input:checked ~ label::before {
  visibility: visible;
  opacity: 1;
}
.postbox-details-remeber label {
  position: relative;
  padding-left: 30px;
  font-weight: 500;
  font-size: 15px;
  line-height: 1;
  color: rgba(255, 255, 255, 0.7);
}
.postbox-details-remeber label::after {
  position: absolute;
  content: "";
  top: -3px;
  left: 0;
  width: 20px;
  height: 20px;
  z-index: -1;
  transition: 0.3s;
  line-height: 16px;
  border-radius: 4px;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.postbox-details-remeber label::before {
  position: absolute;
  content: url("../img/svg/check.svg");
  top: -2px;
  left: 2px;
  width: 16px;
  height: 16px;
  line-height: 16px;
  text-align: center;
  visibility: hidden;
  opacity: 0;
  transition: 0.3s;
  color: var(--tp-common-white);
}
.postbox-details-remeber label:hover {
  cursor: pointer;
}
.postbox-details-social ul {
  margin-bottom: 0 !important;
  margin-left: 0 !important;
}
.postbox-details-social ul li {
  list-style-type: none;
  display: inline-block;
}
.postbox-details-social a, .postbox-details-social button {
  height: 38px;
  width: 38px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: #F6F5F2;
  color: rgba(255, 255, 255, 0.8);
}
.postbox-details-social a:hover, .postbox-details-social button:hover {
  background-color: var(--tp-theme-secondary);
}
.postbox-details-social button {
  position: relative;
}
.postbox-details-social button span {
  background: var(--tp-theme-secondary);
  color: var(--tp-theme-primary);
  padding: 5px;
  position: absolute;
  top: -40px;
}

/*----------------------------------------*/
/*  5.3 Sidebar css
/*----------------------------------------*/
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .tp-sidebar-wrap {
    margin-left: 0px;
  }
}
.tp-sidebar-search {
  position: relative;
}
.tp-sidebar-search input {
  width: 100%;
  height: 60px;
  padding: 0 25px;
  line-height: 60px;
  padding-right: 50px;
  background: #F6F5F2;
  border: 1px solid transparent;
  font-weight: 400;
  font-size: 17px;
  letter-spacing: -0.01em;
  color: var(--tp-theme-primary);
}
.tp-sidebar-search input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: rgba(20, 45, 37, 0.7);
}
.tp-sidebar-search input::-moz-placeholder { /* Firefox 19+ */
  color: rgba(20, 45, 37, 0.7);
}
.tp-sidebar-search input:-moz-placeholder { /* Firefox 4-18 */
  color: rgba(20, 45, 37, 0.7);
}
.tp-sidebar-search input:-ms-input-placeholder { /* IE 10+  Edge*/
  color: rgba(20, 45, 37, 0.7);
}
.tp-sidebar-search input::placeholder { /* MODERN BROWSER */
  color: rgba(20, 45, 37, 0.7);
}
.tp-sidebar-search input:focus {
  border: 1px solid #142D25;
}
.tp-sidebar-search button {
  position: absolute;
  top: 0;
  right: 25px;
  height: 100%;
  line-height: 60px;
  color: #222F30;
}
.tp-sidebar-search button:hover {
  color: var(--tp-theme-primary);
}
.tp-sidebar-widget-author {
  padding: 40px;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.06);
}
.tp-sidebar-widget-author-img {
  margin-bottom: 35px;
}
.tp-sidebar-widget-author-img img {
  height: 120px;
  width: 120px;
  border-radius: 50%;
}
.tp-sidebar-widget-author-name {
  font-weight: 600;
  font-size: 22px;
  line-height: 1;
  margin-bottom: 5px;
  letter-spacing: -0.02em;
  color: var(--tp-common-white);
}
.tp-sidebar-widget-author-content span {
  font-weight: 500;
  font-size: 14px;
  line-height: 1;
  margin-bottom: 20px;
  display: inline-block;
  color: rgba(255, 255, 255, 0.4);
}
.tp-sidebar-widget-author-content p {
  font-weight: 500;
  font-size: 17px;
  line-height: 1.5;
  margin-bottom: 20px;
  color: rgba(255, 255, 255, 0.7);
}
.tp-sidebar-widget-author-social a {
  margin: 0 5px;
}
.tp-sidebar-widget-author-social a span {
  transition: all 0.4s ease-in-out;
  color: var(--tp-common-white);
}
.tp-sidebar-widget-author-social a:hover span {
  color: #D0FF71;
}
.tp-sidebar-widget-title {
  font-weight: 500;
  font-size: 24px;
  letter-spacing: -0.02em;
  color: var(--tp-theme-primary);
  font-family: var(--tp-ff-tt-hoves-pro-medium);
}
.tp-sidebar-widget-category ul li {
  list-style-type: none;
}
.tp-sidebar-widget-category ul li a {
  border-radius: 14px;
  padding: 12px 20px;
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  display: inline-block;
  background: #1a1b1e;
  letter-spacing: -0.01em;
  color: rgba(255, 255, 255, 0.8);
}
.tp-sidebar-widget-category ul li a span {
  transition: 0.3s;
}
.tp-sidebar-widget-category ul li a span:last-child {
  color: rgba(255, 255, 255, 0.4);
}
.tp-sidebar-widget-category ul li a:hover {
  color: #D0FF71;
}
.tp-sidebar-widget-category ul li a:hover span:last-child {
  color: #D0FF71;
}
.tp-sidebar-widget-category ul li:not(:last-child) {
  margin-bottom: 6px;
}
.tp-sidebar-wrapper {
  padding-left: 35px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-sidebar-wrapper {
    padding-left: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 574.98px) {
  .tp-sidebar-wrapper {
    padding-left: 0;
    margin-top: 70px;
  }
}
.tp-sidebar-blog-grid-wrap .sidebar-wrapper {
  padding-left: 2px;
}

.rc-post-thumb {
  flex: 0 0 auto;
  overflow: hidden;
  margin-right: 25px;
}
.rc-post-thumb img {
  width: 130px;
  height: 110px !important;
  object-fit: cover;
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
}
.rc-post:hover .rc-post-thumb img {
  transform: scale(1.1);
}
.rc-post-category {
  margin-bottom: 10px;
}
.rc-post-category a {
  font-family: var(--tp-ff-tt-hoves-pro-medium);
  font-weight: 400;
  font-size: 14px;
  color: var(--tp-theme-primary);
}
.rc-post-title {
  font-weight: 500;
  font-size: 20px;
  letter-spacing: -0.02em;
  color: var(--tp-theme-primary);
  font-family: var(--tp-ff-tt-hoves-pro-medium);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 574.98px) {
  .rc-post-title {
    font-size: 18px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .rc-post-title {
    font-size: 16px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 574.98px) {
  .rc-post-title {
    font-size: 18px;
  }
}
.rc-post-meta span {
  font-family: var(--tp-ff-tt-hoves-pro-regular);
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: var(--tp-theme-primary);
  margin-bottom: 5px;
  display: inline-block;
}
.rc-post-wrap .rc-post {
  padding: 10px;
  padding-right: 80px;
  background-color: #F6F5F2;
}
.rc-post-wrap .rc-post:not(:last-child) {
  margin-bottom: 6px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), (max-width: 574.98px) {
  .rc-post-wrap .rc-post {
    padding-right: 10px;
  }
}

.tagcloud a {
  font-family: var(--tp-ff-tt-hoves-pro-regular);
  font-weight: 400;
  font-size: 17px !important;
  color: var(--tp-theme-primary);
  padding: 13px 20px;
  line-height: 1;
  text-align: center;
  margin-bottom: 5px;
  background: #F6F5F2;
  display: inline-block;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tagcloud a {
    padding: 10px 14px;
    font-size: 13px;
  }
}
@media (max-width: 574.98px) {
  .tagcloud a {
    padding: 10px 14px;
  }
}
.tagcloud a:not(:last-child) {
  margin-right: 6px;
}
.tagcloud a:hover {
  color: var(--tp-common-black);
  background-color: var(--tp-theme-secondary);
}

/*----------------------------------------*/
/*  5.1 blog css
/*----------------------------------------*/
.tp-blog-item {
  padding: 15px;
  background-color: var(--tp-common-white);
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
}
.tp-blog-item:hover {
  background-color: var(--tp-theme-secondary);
}
.tp-blog-content-wrapper {
  padding: 15px;
}
.tp-blog-author-thumb img {
  border-radius: 50%;
  width: 30px;
  height: 30px;
}
.tp-blog-author-info span {
  font-family: var(--tp-ff-tt-hoves-pro-regular);
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0.01em;
  color: rgba(20, 45, 37, 0.9);
}
.tp-blog-category span {
  font-family: var(--tp-ff-tt-hoves-pro-medium);
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--tp-theme-primary);
  border: 1px solid rgba(20, 45, 37, 0.08);
  border-radius: 100px;
  padding: 0px 11px;
  display: inline-block;
}
.tp-blog-title {
  font-family: var(--tp-ff-tt-hoves-pro-medium);
  font-weight: 500;
  line-height: 1.25;
  font-size: 24px;
  letter-spacing: -0.02em;
  color: var(--tp-theme-primary);
}
.tp-blog-date {
  font-family: var(--tp-ff-tt-hoves-pro-regular);
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0.01em;
  color: rgba(20, 45, 37, 0.9);
}
.tp-blog-divider {
  width: 1.4px;
  height: 16px;
  background: rgba(20, 45, 37, 0.9);
  margin: 0 14px;
}
.tp-blog-details-tag-wrap {
  border-top: 1px solid rgba(10, 11, 15, 0.1);
  border-bottom: 1px solid rgba(10, 11, 15, 0.1);
  padding: 20px 0;
}
.tp-blog-details-tag a {
  font-family: var(--tp-ff-tt-hoves-pro-medium);
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--tp-theme-primary);
  background-color: #F6F5F2;
  display: inline-block;
  padding: 5px 12px;
}

/*----------------------------------------*/
/*  6.1 Footer Style
/*----------------------------------------*/
/*----------------------------------------*/
/*  7.11 Hero css start
/*----------------------------------------*/
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-hero-inner {
    padding-right: 90px;
    padding-left: 90px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-hero-inner {
    padding-right: 70px;
    padding-left: 70px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-hero-inner {
    padding-right: 40px;
    padding-left: 40px;
  }
}
@media (max-width: 574.98px) {
  .tp-hero-inner {
    padding-right: 15px;
    padding-left: 15px;
    padding-top: 130px;
    padding-bottom: 0px;
  }
}
.tp-hero-slider-item {
  width: 100%;
  min-height: 980px;
  position: relative;
  z-index: 3;
  background-position: center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-hero-slider-item {
    min-height: 850px;
  }
}
@media (max-width: 574.98px) {
  .tp-hero-slider-item {
    min-height: 700px;
  }
}
.tp-hero-slider-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1;
  background-image: var(--bg-img);
  transform: scale(1);
  transition: transform 5s linear;
}
.tp-hero-overlay::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 32%;
  height: 100%;
  z-index: 1;
  backdrop-filter: blur(5px);
  background: linear-gradient(270deg, rgba(0, 0, 0, 0) 8.67%, rgba(0, 0, 0, 0.56) 100%);
  opacity: 0.8;
}
.tp-hero-overlay::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: radial-gradient(37.6% 51.98% at 63.54% 51.94%, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.486) 100%);
}
.tp-hero-sub-title {
  font-weight: 600;
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  display: inline-block;
  font-family: var(--tp-ff-tt-hoves-pro-demibold);
  border: 1px solid rgba(179, 237, 151, 0.1);
  border-radius: 18px;
  padding: 9px 14px;
  color: var(--tp-common-white);
}
.tp-hero-title {
  font-family: var(--tp-ff-tt-hoves-pro-demibold);
  color: var(--tp-common-white);
  font-weight: 600;
  font-size: 130px;
  line-height: 0.89;
  letter-spacing: -0.03em;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-hero-title {
    font-size: 100px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-hero-title {
    font-size: 85px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-hero-title {
    font-size: 70px;
  }
}
@media (max-width: 574.98px) {
  .tp-hero-title {
    font-size: 50px;
  }
}
.tp-hero-content-wrapper p {
  font-family: var(--tp-ff-tt-hoves-pro-regular);
  font-weight: 400;
  font-size: 18px;
  line-height: 1.4;
  color: rgba(20, 45, 37, 0.7);
}
.tp-hero-divider {
  display: inline-block;
  width: 41px;
  height: 2px;
  background: var(--tp-common-white);
}
.tp-hero-bottom-desc p {
  font-family: var(--tp-ff-tt-hoves-pro-demibold);
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase;
  color: var(--tp-common-white);
}
.tp-hero-slider-nav-wrapper {
  position: absolute;
  right: 160px;
  bottom: 75px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-hero-slider-nav-wrapper {
    right: 70px;
    bottom: 0px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .tp-hero-slider-nav-wrapper {
    position: inherit;
    margin-top: -200px;
    padding-left: 70px;
    padding-right: 15px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .tp-hero-slider-nav-wrapper {
    padding-left: 40px;
    padding-right: 15px;
    margin-top: -226px;
    display: none;
  }
}
.tp-hero-slider-nav .swiper-slide {
  width: 220px !important;
  cursor: pointer;
}
.tp-hero-slider-nav .swiper-slide-thumb-active .tp-hero-slider-nav-title {
  border-color: var(--tp-theme-secondary);
}
.tp-hero-slider-nav-title {
  font-family: var(--tp-ff-tt-hoves-pro-demibold);
  font-weight: 600;
  font-size: 17px;
  text-transform: uppercase;
  color: var(--tp-common-white);
  position: relative;
  display: inline-block;
  padding-bottom: 20px;
  border-bottom: 3px solid rgba(255, 255, 255, 0.2);
}
.tp-hero-social-wrapper {
  position: absolute;
  top: 30%;
  z-index: 12;
  right: 140px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .tp-hero-social-wrapper {
    top: 60%;
    z-index: 12;
    right: auto;
    left: 40px;
  }
}
@media (max-width: 574.98px) {
  .tp-hero-social-wrapper {
    top: 60%;
    left: 15px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .tp-hero-social-wrapper .tp-social-icon {
    gap: 10px;
  }
}
.tp-hero-bottom-wrapper {
  display: inline-block;
  position: absolute;
  z-index: 5;
  bottom: 100px;
  left: 140px;
  width: 300px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-hero-bottom-wrapper {
    bottom: 230px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-hero-bottom-wrapper {
    left: 70px;
    bottom: 240px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-hero-bottom-wrapper {
    bottom: 160px;
    left: 40px;
  }
}
@media (max-width: 574.98px) {
  .tp-hero-bottom-wrapper {
    left: 15px;
    bottom: 80px;
  }
}

/* Default hidden state */
.tp-hero-area .tp-hero-sub-title,
.tp-hero-area .tp-hero-title,
.tp-hero-area .tp-hero-content-wrapper p,
.tp-hero-area .tp-btn-pill-box {
  opacity: 0;
  transform: translateY(40px);
}

/* TITLE */
.tp-hero-area .swiper-slide-active .tp-hero-title {
  animation: fadeUp 0.6s ease forwards;
  animation-delay: 0.3s;
}

/* BUTTON */
.tp-hero-area .swiper-slide-active .tp-btn-pill-box {
  animation: fadeUp 0.6s ease forwards;
  animation-delay: 0.6s; /* previous end + gap */
}

/* Keyframes */
@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(25px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.tp-hero-area .swiper-slide:not(.swiper-slide-active) .tp-hero-sub-title,
.tp-hero-area .swiper-slide:not(.swiper-slide-active) .tp-hero-title,
.tp-hero-area .swiper-slide:not(.swiper-slide-active) p .tp-hero-area .swiper-slide-active .tp-btn-pill-box {
  opacity: 0;
}

.tp-hero-slider-active .swiper-slide-active .tp-hero-slider-bg {
  transform: scale(1.07);
}

@keyframes heroZoom {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.07);
  }
}
/*----------------------------------------*/
/*  7.11 Mission css start
/*----------------------------------------*/
.tp-mission-slider-wrapper .swiper-pagination {
  width: 100% !important;
  text-align: left;
}
.tp-mission-slider-wrapper .swiper-pagination-bullet {
  height: 12px !important;
  width: 12px !important;
  border: 1px solid rgba(20, 45, 37, 0.1) !important;
  border-radius: 2px !important;
}
.tp-mission-slider-wrapper .swiper-pagination-bullet-active {
  background-color: var(--tp-theme-secondary) !important;
  border-color: var(--tp-theme-secondary);
}
.tp-mission-content p {
  font-size: 18px;
  font-weight: 400;
  font-family: var(--tp-ff-tt-hoves-pro-regular);
  color: rgba(20, 45, 37, 0.8);
}

/*----------------------------------------*/
/*  7.11 Testimonial css start
/*----------------------------------------*/
@media (max-width: 574.98px) {
  .tp-testimonial-slider-item-wrapper .swiper-wrapper {
    padding-bottom: 30px;
  }
}
.tp-testimonial-inner {
  padding: 80px;
  background: var(--tp-theme-primary);
  border-radius: 12px;
}
.tp-testimonial-rating-icon span {
  color: var(--tp-theme-secondary);
}
.tp-testimonial-rating-content {
  font-size: 13px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.6);
  font-family: var(--tp-ff-tt-hoves-pro-demibold);
}
.tp-testimonial-content-big {
  font-family: var(--tp-ff-tt-hoves-pro-regular);
  font-weight: 400;
  font-size: 36px;
  letter-spacing: -0.02em;
  color: var(--tp-common-white);
  line-height: 1.2;
}
@media (max-width: 574.98px) {
  .tp-testimonial-content-big {
    font-size: 30px;
  }
}
.tp-testimonial-content-sm {
  font-family: var(--tp-ff-tt-hoves-pro-regular);
  font-weight: 400;
  font-size: 20px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.7);
}
.tp-testimonial-author-thumb img {
  height: 60px;
  width: 60px;
  border-radius: 50%;
}
.tp-testimonial-author-info span {
  font-family: var(--tp-ff-tt-hoves-pro-regular);
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0.01em;
  color: rgba(255, 255, 255, 0.6);
}
.tp-testimonial-author-title {
  font-family: var(--tp-ff-tt-hoves-pro-medium);
  font-weight: 500;
  font-size: 18px;
  color: var(--tp-common-white);
  margin-bottom: 5px;
}
.tp-testimonial-btn-wrapper {
  right: 0;
  bottom: 0;
  z-index: 2;
}
@media (max-width: 574.98px) {
  .tp-testimonial-btn-wrapper {
    position: inherit;
  }
}
.tp-testimonial-btn-wrapper button:not(:last-child) {
  margin-right: 12px;
}
.tp-testimonial-btn-arrow {
  border: 1px solid rgba(179, 237, 151, 0.1);
  border-radius: 50%;
  width: 44px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--tp-theme-secondary);
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
}
.tp-testimonial-btn-arrow:hover {
  background-color: var(--tp-theme-secondary);
  color: var(--tp-theme-primary);
}
.tp-testimonial-btn-arrow span {
  line-height: 1;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .tp-testimonial-2-slider-item-wrap {
    padding-left: 0px;
  }
}
.tp-testimonial-2-left .tp-test-slider-nav {
  height: 350px;
  overflow: hidden;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-testimonial-2-left .tp-test-slider-nav {
    height: 220px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .tp-testimonial-2-left .tp-test-slider-nav {
    height: 200px;
  }
}
.tp-testimonial-2-left .tp-test-slider-nav .slick-list {
  height: 100%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .tp-testimonial-2-left .tp-test-slider-nav .slick-list {
    display: inherit;
  }
}
.tp-testimonial-2-left .tp-test-slider-nav .slick-track {
  display: flex !important;
  flex-direction: column;
  align-items: center;
  margin-left: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-testimonial-2-left .tp-test-slider-nav .slick-track {
    flex-direction: row;
    padding-top: 40px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .tp-testimonial-2-left .tp-test-slider-nav .slick-track {
    flex-direction: row !important;
    padding-top: 40px;
  }
}
.tp-testimonial-2-left .tp-test-slider-nav .slick-track .slick-slide {
  display: flex !important;
  justify-content: center;
}
.tp-testimonial-2-left .tp-test-slider-nav .slick-current.slick-center.tp-testimonial-2-author-thumb img {
  opacity: 1;
  z-index: 2;
  position: relative;
  transform: scale(1.4);
  border: 3px solid var(--tp-common-ice);
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .tp-testimonial-2-brand {
    margin-bottom: 20px;
  }
}
.tp-testimonial-2-content p {
  font-size: 30px;
  font-family: var(--tp-ff-tt-hoves-pro-regular);
  font-weight: 400;
  color: var(--tp-theme-primary);
  line-height: 1.33;
  letter-spacing: -0.02em;
}
.tp-testimonial-2-author-thumb img {
  width: 100px !important;
  height: 100px !important;
  transform: scale(1);
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
  opacity: 0.5;
  border: 3px solid transparent;
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
  border-radius: 50%;
}
.tp-testimonial-2-author-title {
  font-size: 20px;
  font-family: var(--tp-ff-tt-hoves-pro-demibold);
  font-weight: 600;
  color: var(--tp-theme-primary);
  margin-bottom: 5px;
}
.tp-testimonial-2-author-info span {
  font-family: var(--tp-ff-tt-hoves-pro-regular);
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0.01em;
  color: rgba(20, 45, 37, 0.7);
}

.tp_testimonial_2_arrow_btn {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .tp_testimonial_2_arrow_btn {
    flex-direction: row;
  }
}
.tp_testimonial_2_arrow_btn button {
  color: var(--tp-theme-primary);
  border: 1px solid rgba(20, 45, 37, 0.1);
  border-radius: 50%;
  width: 60px;
  height: 60px;
  text-align: center;
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
}
.tp_testimonial_2_arrow_btn button:hover {
  background-color: var(--tp-theme-secondary);
  border-color: var(--tp-theme-secondary);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .tp_testimonial_2_arrow_btn .tp-slick-prev svg {
    transform: rotate(-90deg);
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .tp_testimonial_2_arrow_btn .tp-slick-next svg {
    transform: rotate(-90deg);
  }
}

/*----------------------------------------*/
/*  7.11 Service css start
/*----------------------------------------*/
.tp-service-slider-wrapper .tp-swiper-scrollbar {
  background: rgba(31, 58, 47, 0.7);
  width: calc(100% - 140px);
  height: 6px;
  top: inherit !important;
  bottom: 0 !important;
  border-radius: 8px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .tp-service-slider-wrapper .tp-swiper-scrollbar {
    width: 100%;
  }
}
.tp-service-slider-wrapper .tp-swiper-scrollbar .swiper-pagination-progressbar-fill {
  background-color: var(--tp-theme-secondary);
}
.tp-service-slider-wrapper .swiper-wrapper {
  padding-top: 10px;
  padding-bottom: 10px;
}
.tp-service-slider-space {
  margin-right: -150px !important;
  padding-bottom: 85px !important;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-service-slider-space {
    margin-right: -100px !important;
  }
}
@media (max-width: 574.98px) {
  .tp-service-slider-space {
    margin-right: 0px !important;
  }
}
.tp-service-item {
  padding: 32px 32px 15px 32px;
  background-color: #1F3A2F;
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
  transform-origin: center center;
}
.tp-service-item:hover {
  background-color: var(--tp-theme-secondary);
  transform: scale(1.05);
}
.tp-service-item:hover .tp-service-thumbnail-1 {
  opacity: 1;
  transform: rotate(0deg) scale(1);
  -webkit-mask-size: 120% 120%;
  mask-size: 120% 120%;
  mask-size: 100%;
  opacity: 1;
  transform: rotate(0) scale(1);
}
.tp-service-item:hover .tp-service-thumbnail-1 img {
  transform: rotate(0) scale(1);
}
.tp-service-item:hover .tp-service-icon {
  border-color: rgba(20, 45, 37, 0.1);
  color: var(--tp-theme-primary);
}
.tp-service-item:hover .tp-service-title {
  color: var(--tp-theme-primary);
}
.tp-service-item:hover .tp-service-content p {
  color: var(--tp-grey-1);
}
.tp-service-icon {
  border-radius: 56px;
  width: 64px;
  height: 64px;
  color: var(--tp-theme-secondary);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(179, 237, 151, 0.1);
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
}
.tp-service-thumbnail-1 {
  position: relative;
  mask-image: url(../img/service/item-mask.png);
  -webkit-mask-image: url(../img/service/item-mask.png);
  -webkit-mask-size: 76%;
  mask-size: 76%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  opacity: 0;
  transform: rotate(8deg) scale(0.9);
  transition: opacity 0.35s, transform 0.5s ease-out, -webkit-mask-size 0.45s ease;
  transition: opacity 0.35s, transform 0.5s ease-out, mask-size 0.45s ease;
  transition: opacity 0.35s, transform 0.5s ease-out, mask-size 0.45s ease, -webkit-mask-size 0.45s ease;
}
.tp-service-thumbnail-1 img {
  transform: rotate(-6deg) scale(1);
  transition: transform 0.5s ease-out;
}
.tp-service-title {
  font-size: 24px;
  color: var(--tp-common-white);
  font-family: var(--tp-ff-tt-hoves-pro-demibold);
  font-weight: 600;
  letter-spacing: -0.02em;
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
}
.tp-service-content p {
  font-weight: 500;
  font-size: 17px;
  color: rgba(255, 255, 255, 0.7);
  font-family: var(--tp-ff-tt-hoves-pro-medium);
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
}
.tp-service-2-item {
  border: 1px solid rgba(34, 47, 48, 0.1);
  padding: 30px;
  padding-top: 50px;
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
}
.tp-service-2-item:hover {
  background-color: var(--tp-common-ice-2);
}
.tp-service-2-item:hover .tp-service-icon {
  background-color: var(--tp-theme-secondary);
}
.tp-service-2-item:hover .tp-service-btn {
  background-color: var(--tp-theme-secondary);
  border-color: var(--tp-theme-secondary);
}
.tp-service-2-item .tp-service-icon {
  border-radius: 6px;
  width: 100px;
  height: 100px;
  color: var(--tp-theme-primary);
  background-color: var(--tp-common-ice-2);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
}
.tp-service-2-item .tp-service-title {
  font-size: 24px;
  font-family: var(--tp-ff-tt-hoves-pro-medium);
  font-weight: 500;
  color: var(--tp-theme-primary);
  letter-spacing: -0.01em;
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
}
.tp-service-2-item .tp-service-content p {
  font-weight: 400;
  font-size: 18px;
  color: rgba(20, 45, 37, 0.7);
  font-family: var(--tp-ff-tt-hoves-pro-regular);
}
.tp-service-2-item .tp-service-btn {
  width: 100%;
  font-family: var(--tp-ff-tt-hoves-pro-medium);
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.01em;
  color: var(--tp-theme-primary);
  display: inline-block;
  border: 1px solid rgba(34, 47, 48, 0.1);
  border-radius: 40px;
  padding: 12px 25px;
  background-color: transparent;
  text-align: left;
  position: relative;
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
}
.tp-service-2-item .tp-service-btn span {
  position: absolute;
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
}
.tp-service-3-item {
  padding: 40px;
  background-color: var(--tp-common-ice);
  position: sticky;
  top: 100px;
  margin-bottom: 12px;
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
}
.tp-service-3-item:hover {
  background-color: var(--tp-theme-secondary);
}
.tp-service-3-item .tp-service-icon {
  color: var(--tp-theme-primary);
}
.tp-service-3-item .tp-service-title {
  font-size: 24px;
  font-family: var(--tp-ff-tt-hoves-pro-medium);
  font-weight: 500;
  color: var(--tp-theme-primary);
  letter-spacing: -0.02em;
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
}
.tp-service-3-item .tp-service-content p {
  font-weight: 400;
  font-size: 18px;
  color: rgba(20, 45, 37, 0.7);
  font-family: var(--tp-ff-tt-hoves-pro-regular);
}
.tp-service-3-section-content-wrapper {
  position: sticky;
  top: 100px;
}

/*----------------------------------------*/
/*  7.11 Accordion css start
/*----------------------------------------*/
.tp-about-accordion-wrapper .tp-accordion-items {
  padding: 0px 30px;
  border-radius: 12px;
}
.tp-about-accordion-wrapper .tp-accordion-items:has(.tp-accordion-buttons:not(.collapsed)) {
  background: #1F3A2F;
}
.tp-about-accordion-wrapper .tp-accordion-header {
  font-family: var(--tp-ff-tt-hoves-pro-demibold);
  font-weight: 600;
  font-size: 22px;
  letter-spacing: -0.01em;
  color: var(--tp-common-white);
  margin-bottom: 0px;
  padding: 24px 0px;
}
.tp-about-accordion-wrapper .tp-accordion-buttons {
  width: 100%;
  text-align: left;
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  pointer-events: none;
}
.tp-about-accordion-wrapper .tp-accordion-buttons.collapsed {
  pointer-events: all;
}
.tp-about-accordion-wrapper .tp-accordion-buttons.collapsed span {
  border: 1px solid rgba(255, 255, 255, 0.14);
  background-color: transparent;
}
.tp-about-accordion-wrapper .tp-accordion-buttons span {
  display: inline-block;
  width: 16px;
  height: 16px;
  border-radius: 12px;
  background-color: var(--tp-theme-secondary);
  border-color: var(--tp-theme-secondary);
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
}
.tp-about-accordion-wrapper .tp-accordion-body {
  font-family: var(--tp-ff-tt-hoves-pro-medium);
  font-weight: 500;
  font-size: 17px;
  color: rgba(255, 255, 255, 0.7);
  padding-top: 5px;
  padding-bottom: 35px;
}

.tp-workflow-accordion-wrapper .tp-accordion-item {
  padding: 22px 24px 20px 30px;
}
.tp-workflow-accordion-wrapper .tp-accordion-item:has(.tp-accordion-button:not(.collapsed)) {
  background: #F6F5F2;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .tp-workflow-accordion-wrapper .tp-accordion-item {
    padding: 22px 15px 20px 15px;
  }
}
.tp-workflow-accordion-wrapper .tp-accordion-item:has(.tp-accordion-icon) .tp-accordion-body {
  padding-left: 55px;
}
.tp-workflow-accordion-wrapper .tp-accordion-item:not(:has(.tp-accordion-icon)) .tp-accordion-body {
  padding-left: 0;
}
.tp-workflow-accordion-wrapper .tp-accordion-header {
  font-family: var(--tp-ff-tt-hoves-pro-medium);
  font-weight: 500;
  font-size: 22px;
  color: var(--tp-theme-primary);
}
.tp-workflow-accordion-wrapper .tp-accordion-button {
  width: 100%;
  text-align: left;
  position: relative;
  padding-right: 80px;
}
@media (max-width: 574.98px) {
  .tp-workflow-accordion-wrapper .tp-accordion-button {
    padding-right: 35px;
  }
}
.tp-workflow-accordion-wrapper .tp-accordion-button.collapsed {
  pointer-events: all;
}
.tp-workflow-accordion-wrapper .tp-accordion-button.collapsed .tp-accordion-arrow {
  transform: translateY(-50%) rotate(0deg);
}
.tp-workflow-accordion-wrapper .tp-accordion-button .tp-accordion-icon {
  border: 1px solid rgba(20, 45, 37, 0.1);
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: inline-block;
  line-height: 1.6;
  text-align: center;
  color: var(--tp-theme-primary);
  margin-right: 10px;
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
}
.tp-workflow-accordion-wrapper .tp-accordion-button .tp-accordion-arrow {
  width: 16px;
  height: 16px;
  line-height: 16px;
  text-align: center;
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%) rotate(-180deg);
  -webkit-transition: all 0.4s 0s ease-out;
  -moz-transition: all 0.4s 0s ease-out;
  -ms-transition: all 0.4s 0s ease-out;
  -o-transition: all 0.4s 0s ease-out;
  transition: all 0.4s 0s ease-out;
}
@media (max-width: 574.98px) {
  .tp-workflow-accordion-wrapper .tp-accordion-button .tp-accordion-arrow {
    right: 10px;
  }
}
.tp-workflow-accordion-wrapper .tp-accordion-body {
  font-family: var(--tp-ff-tt-hoves-pro-regular);
  font-weight: 400;
  font-size: 18px;
  color: rgba(20, 45, 37, 0.8);
  padding: 0px 40px 32px 0px;
}
@media (max-width: 574.98px) {
  .tp-workflow-accordion-wrapper .tp-accordion-body {
    padding-left: 10px;
  }
}

.tp-faq-accordion-wrapper .tp-faq-accordion-item:has(.tp-faq-accordion-button:not(.collapsed)) {
  background: var(--tp-common-white);
}
.tp-faq-accordion-wrapper .tp-faq-accordion-item:has(.tp-faq-accordion-button:not(.collapsed)) span {
  transform: rotate(-180deg);
}
.tp-faq-accordion-item {
  padding: 0px 30px;
  border-radius: 12px;
}
@media (max-width: 574.98px) {
  .tp-faq-accordion-item {
    padding: 0px 15px;
  }
}
.tp-faq-accordion-header {
  margin-bottom: 0px;
}
.tp-faq-accordion-button {
  font-weight: 500;
  font-size: 24px;
  letter-spacing: -0.02em;
  font-family: var(--tp-ff-tt-hoves-pro-medium);
  color: var(--tp-theme-primary);
  width: 100%;
  text-align: left;
  pointer-events: none;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  padding: 30px 60px 24px 0px;
  position: relative;
}
.tp-faq-accordion-button.collapsed {
  pointer-events: all;
}
.tp-faq-accordion-button.collapsed span {
  background-color: transparent;
  border: 1px solid rgba(20, 45, 37, 0.1);
}
.tp-faq-accordion-button span {
  display: inline-flex;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 0px;
  border: 1px solid var(--tp-theme-secondary);
  background-color: var(--tp-theme-secondary);
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
}
.tp-faq-accordion-body {
  font-family: var(--tp-ff-tt-hoves-pro-regular);
  font-weight: 400;
  font-size: 18px;
  color: rgba(20, 45, 37, 0.8);
  line-height: 1.44;
  padding-top: 5px;
  padding-bottom: 45px;
}

/*----------------------------------------*/
/*  7.11 Team css start
/*----------------------------------------*/
.tp-team-item:hover .tp-team-social {
  bottom: 30px;
}
.tp-team-item:hover .tp-team-overlay {
  top: 0;
}
.tp-team-thumbnail {
  border-radius: 12px;
}
.tp-team-overlay {
  position: absolute;
  top: 100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(179, 237, 151, 0) 37.5%, #b3ed97 89.44%);
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
}
.tp-team-social {
  position: absolute;
  bottom: -40px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  text-align: center;
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
}
.tp-team-social a {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 2.2;
  text-align: center;
  color: var(--tp-theme-secondary);
  background-color: var(--tp-theme-primary);
  border-radius: 50%;
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
}
.tp-team-title {
  font-family: var(--tp-ff-tt-hoves-pro-medium);
  font-weight: 500;
  font-size: 20px;
  color: var(--tp-theme-primary);
  margin-bottom: 5px;
}
.tp-team-info span {
  font-family: var(--tp-ff-tt-hoves-pro-regular);
  font-weight: 400;
  font-size: 16px;
  color: rgba(20, 45, 37, 0.7);
}

/*----------------------------------------*/
/*  7.11 Service css start
/*----------------------------------------*/
.tp-project-title {
  font-size: 26px;
  font-family: var(--tp-ff-tt-hoves-pro-demibold);
  font-weight: 600;
  letter-spacing: -0.02em;
  color: var(--tp-common-white);
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
}
.tp-project-title:hover {
  color: var(--tp-theme-secondary);
}
.tp-project-content {
  padding: 33px 0px 36px 44px;
  -webkit-backdrop-filter: blur(3px);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  backdrop-filter: blur(3px);
}
.tp-project-content span {
  font-family: var(--tp-ff-tt-hoves-pro-medium);
  font-weight: 500;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.6);
}
.tp-project-inner-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

/*----------------------------------------*/
/*  7.11 Hero css start
/*----------------------------------------*/
.tp-section-subtitle {
  font-family: var(--tp-ff-tt-hoves-pro-medium);
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--tp-theme-primary);
  display: inline-block;
  border: 1px solid rgba(20, 45, 37, 0.1);
  padding: 5px 13px;
  border-radius: 18px;
  margin-bottom: 17px;
}
.tp-section-title {
  font-family: var(--tp-ff-tt-hoves-pro-demibold);
  font-weight: 600;
  font-size: 54px;
  letter-spacing: -0.03em;
  color: var(--tp-theme-primary);
}

.tp-heading-title {
  font-family: var(--tp-ff-tt-hoves-pro-demibold);
  font-weight: 600;
  font-size: 74px;
  line-height: 1.3;
  letter-spacing: -0.03em;
  color: var(--tp-common-black);
}

/*----------------------------------------*/
/*  7.11 Contact Form css start
/*----------------------------------------*/
.tp-contact-form-main-wrap {
  padding: 20px;
  padding-bottom: 5px;
}
.tp-contact-form-top-content {
  padding: 28px 20px 23px;
  background: var(--tp-theme-primary);
}
.tp-contact-form-title {
  font-weight: 500;
  font-size: 20px;
  letter-spacing: -0.01em;
  font-family: var(--tp-ff-tt-hoves-pro-medium);
  color: var(--tp-common-white);
}
.tp-contact-form-input input[type=number] {
  appearance: textfield;
}
.tp-contact-form-input input[type=number]::-webkit-outer-spin-button, .tp-contact-form-input input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.tp-contact-form-input label {
  font-size: 16px;
  font-weight: 500;
  color: var(--tp-theme-primary);
  font-family: var(--tp-ff-tt-hoves-pro-medium);
  line-height: 1;
  margin-bottom: 10px;
}
.tp-contact-form-input textarea {
  resize: none;
  height: 160px;
}
.tp-contact-form-btn button {
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 500;
  font-size: 17px;
  background: var(--tp-theme-secondary);
  font-family: var(--tp-ff-tt-hoves-pro-medium);
  padding: 15px 20px;
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
}

/*# sourceMappingURL=finzo-core.css.map */
