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

    Template Name: Presvila - Printing Company HTML Template 
    Author: Hixstudio
    Support: basictheme400@gmail.com
    Description: Presvila - Printing Company HTML Template  
    Version: 1.0

-----------------------------------------------------------------------------------

/************ TABLE OF CONTENTS ***************

	-----------------
    01. THEME CSS
	-----------------
		1.1 Theme Default
		1.2 Common Classes
		1.3 Default Spacing

	-----------------
    02. COMPONENTS css
	-----------------
		2.12 Accordion
		2.4 Animations
		2.6 Background 
		2.1 Back to top
		2.11 Breadcrumb
		2.3 Buttons
		2.7 Carousel
		2.5 cursor
		2.17 Hotspot
		1.1 minicart
		2.8 Nice Select
		2.10 Offcanvas
		2.9 Pagination
		2.5 Preloader
		2.18 Ragne Slider
		2.18 Search
		2.15 Section Title
		2.13 Tab
		2.2 Theme Settings

	-----------------
    03. HEADER CSS
	-----------------
		3.1 Header Style 1
		3.2 Header Style 2
		3.3 Header Style 3
		3.4 Header Style 4
		3.5 Header Style 5

    ---------------------------------
	04. MENU CSS
	---------------------------------
		4.1 Main menu css
		4.2 Meanmenu css
		4.3 Mobile css

	---------------------------------
	05. BLOG CSS
	---------------------------------
		5.1 Blog css
		5.2 Postbox css
		5.3 Recent Post css
		5.4 Sidebar css

	---------------------------------
	06. FOOTER CSS
	---------------------------------
		6.1 Footer Style 1
		6.2 Footer Style 2
		6.3 Footer Style 3
		6.4 Footer Style 4
	---------------------------------
	07. PAGES CSS
	---------------------------------
		7.1 About css
		7.2 Before-After css
		7.3 Brand css
		7.4 Cart css
		7.5 Checkout css
		7.6 Choose css
		7.7 Contact css
		7.8 Counter css
		7.9 Call-To-Action css
		8.0 Error css
		8.1 Faq css
		8.2 Feature css
		8.3 Feedback css
		8.4 Pricing css
		8.5 Printing css
		8.6 Product css
		8.7 Project css
		8.8 Service css
		8.9 Shop css
		9.0 Slider css
		9.1 Step css
		9.2 Subscribe css
		9.3 Testimonial css

**********************************************/
/*----------------------------------------*/
/*  1.1 Theme Default
/*----------------------------------------*/

.product__thumb img, .mean-container .mean-nav ul li > a.mean-expand i, .product-popup__thumb img, .product-popup__details-thumb-nav .nav-link::after, .product-popup__details-tab-nav .tp-tab-line, .tp-product-tab-2 .nav-tabs .nav-link .tp-product-tab-tooltip, .tp-tab-line, .tp-swiper-dot .swiper-pagination-bullet, .tp-swiper-dot .swiper-pagination-bullet::after, .tp-swiper-dot .swiper-pagination-bullet::before, .tp-swiper-dot-border .swiper-pagination-bullet, .tp-swiper-scrollbar, .back-to-top-wrapper, a,
button,
p,
input,
select,
textarea,
li,
.transition-3 {
  -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;
}

.tp-hotspot svg, .tp-pagination ul li a svg, .tp-pagination ul li span svg, .tp-swiper-arrow button svg, .tp-theme-toggle-main span svg {
  -webkit-transform: translateY(-2px);
  -moz-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  -o-transform: translateY(-2px);
  transform: translateY(-2px);
}

/* transform */
.tp-product-tab-2 .nav-tabs .nav-link:not(:first-child)::after {
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

:root {
  /**
  @font family declaration
  */
  --tp-ff-body: "DM Sans", sans-serif;
  --tp-ff-heading: "Plus Jakarta Sans", sans-serif;
  --tp-ff-p: "DM Sans", sans-serif;
  --tp-ff-fontawesome: "Font Awesome 6 Pro";
  /**
  @color declaration
  */
  --tp-common-white: #ffffff;
  --tp-common-black: #000000;
  --tp-heading-primary: #000000;
  --tp-grey-1: #f3f5ff;
  --tp-grey-2: #F6F7F9;
  --tp-text-body: #767676;
  --tp-text-p: #767676;
  --tp-theme-primary: #7000fe;
  --tp-theme-secondary: #ff4328;
  --tp-border-primary: #7000fe;
}

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

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

a {
  text-decoration: none;
}

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

h1 {
  font-size: 80px;
}

h2 {
  font-size: 60px;
}

h3 {
  font-size: 50px;
}

h4 {
  font-size: 24px;
}

h5 {
  font-size: 20px;
}

h6 {
  font-size: 16px;
}

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

p {
  font-family: var(--tp-ff-p);
  font-size: 16px;
  font-weight: 400;
  color: var(--tp-text-body);
  margin-bottom: 15px;
  line-height: 30px;
}

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

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

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

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

button:hover {
  cursor: pointer;
}

button:focus {
  outline: 0;
}

.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}

input[type=text],
input[type=email],
input[type=tel],
input[type=number],
input[type=password],
input[type=url],
textarea {
  outline: none;
  background-color: #fff;
  height: 56px;
  width: 100%;
  line-height: 56px;
  font-size: 14px;
  color: var(--tp-common-black);
  padding-left: 26px;
  padding-right: 26px;
  border: 1px solid #E0E2E3;
}
input[type=text]::-webkit-input-placeholder,
input[type=email]::-webkit-input-placeholder,
input[type=tel]::-webkit-input-placeholder,
input[type=number]::-webkit-input-placeholder,
input[type=password]::-webkit-input-placeholder,
input[type=url]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #95999D;
}
input[type=text]::-moz-placeholder,
input[type=email]::-moz-placeholder,
input[type=tel]::-moz-placeholder,
input[type=number]::-moz-placeholder,
input[type=password]::-moz-placeholder,
input[type=url]::-moz-placeholder,
textarea::-moz-placeholder { /* Firefox 19+ */
  color: #95999D;
}
input[type=text]:-moz-placeholder,
input[type=email]:-moz-placeholder,
input[type=tel]:-moz-placeholder,
input[type=number]:-moz-placeholder,
input[type=password]:-moz-placeholder,
input[type=url]:-moz-placeholder,
textarea:-moz-placeholder { /* Firefox 4-18 */
  color: #95999D;
}
input[type=text]:-ms-input-placeholder,
input[type=email]:-ms-input-placeholder,
input[type=tel]:-ms-input-placeholder,
input[type=number]:-ms-input-placeholder,
input[type=password]:-ms-input-placeholder,
input[type=url]:-ms-input-placeholder,
textarea:-ms-input-placeholder { /* IE 10+  Edge*/
  color: #95999D;
}
input[type=text]::placeholder,
input[type=email]::placeholder,
input[type=tel]::placeholder,
input[type=number]::placeholder,
input[type=password]::placeholder,
input[type=url]::placeholder,
textarea::placeholder { /* MODERN BROWSER */
  color: #95999D;
}
[dir=rtl] input[type=text],
[dir=rtl] input[type=email],
[dir=rtl] input[type=tel],
[dir=rtl] input[type=number],
[dir=rtl] input[type=password],
[dir=rtl] input[type=url],
[dir=rtl] textarea {
  text-align: right;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=tel]:focus,
input[type=number]:focus,
input[type=password]:focus,
input[type=url]:focus,
textarea:focus {
  border-color: var(--tp-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-common-black);
  font-size: 14px;
  opacity: 1;
}

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

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

.coustom-container-faq-inner {
  max-width: 1170px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .coustom-container-faq-inner {
    max-width: 900px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .coustom-container-faq-inner {
    max-width: 700px;
  }
}
@media (max-width: 767px) {
  .coustom-container-faq-inner {
    max-width: 360px;
  }
}
@media (max-width: 767px) {
  .coustom-container-faq-inner {
    max-width: 520px;
  }
}

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

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

.fix {
  overflow: hidden;
}

.clear {
  clear: both;
}

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

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

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

.p-relative {
  position: relative;
}

.p-absolute {
  position: absolute;
}

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

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

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

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

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

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

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

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

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

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

@media (min-width: 1400px) {
  .container-large {
    max-width: 1325px;
  }
}
/*---------------------------------
    1.3 Default Spacing
---------------------------------*/
/*----------------------------------------*/
/*  2.1 Back to top
/*----------------------------------------*/
.back-to-top-wrapper {
  position: fixed;
  right: 50px;
  bottom: 0;
  height: 44px;
  width: 44px;
  cursor: pointer;
  display: block;
  border-radius: 50%;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
}
@media (max-width: 767px) {
  .back-to-top-wrapper {
    right: 20px;
    bottom: 20px;
  }
}
.back-to-top-wrapper.back-to-top-btn-show {
  visibility: visible;
  opacity: 1;
  bottom: 50px;
}

.back-to-top-btn {
  display: inline-block;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  background: var(--tp-theme-primary);
  box-shadow: 0px 8px 16px rgba(3, 4, 28, 0.3);
  color: var(--tp-common-white);
  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.secondary {
  background: var(--tp-theme-secondary);
}
.back-to-top-btn svg {
  -webkit-transform: translateY(-2px);
  -moz-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  -o-transform: translateY(-2px);
  transform: translateY(-2px);
}
.back-to-top-btn:hover {
  -webkit-transform: translateY(-4px);
  -moz-transform: translateY(-4px);
  -ms-transform: translateY(-4px);
  -o-transform: translateY(-4px);
  transform: translateY(-4px);
}

/*----------------------------------------*/
/*  2.2 Theme Settings
/*----------------------------------------*/
.tp-theme-settings-area {
  position: fixed;
  top: 50%;
  left: 0;
  width: 240px;
  background-color: #fff;
  border: 1px solid #EAEAEF;
  -webkit-transform: translateY(-50%) translateX(-100%);
  -moz-transform: translateY(-50%) translateX(-100%);
  -ms-transform: translateY(-50%) translateX(-100%);
  -o-transform: translateY(-50%) translateX(-100%);
  transform: translateY(-50%) translateX(-100%);
  z-index: 991;
  direction: ltr;
  border-bottom-right-radius: 4px;
}
.tp-theme-settings-area.settings-opened {
  -webkit-transform: translateY(-50%) translateX(0%);
  -moz-transform: translateY(-50%) translateX(0%);
  -ms-transform: translateY(-50%) translateX(0%);
  -o-transform: translateY(-50%) translateX(0%);
  transform: translateY(-50%) translateX(0%);
}
.tp-theme-settings-area.settings-opened .tp-theme-settings-gear {
  opacity: 0;
}
.tp-theme-settings-area.settings-opened .tp-theme-settings-close {
  opacity: 1;
}
.tp-theme-settings-open {
  position: absolute;
  top: -1px;
  left: 100%;
}
.tp-theme-settings-open button {
  background-color: var(--tp-common-white);
  border: 1px solid #EAEAEF;
  border-left: 0;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  font-size: 24px;
  color: var(--tp-common-black);
  position: relative;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.tp-theme-settings-gear {
  display: inline-block;
  -webkit-animation: tp-theme-setting-spin 4s linear infinite;
  -moz-animation: tp-theme-setting-spin 4s linear infinite;
  -ms-animation: tp-theme-setting-spin 4s linear infinite;
  -o-animation: tp-theme-setting-spin 4s linear infinite;
  animation: tp-theme-setting-spin 4s linear infinite;
}
@-webkit-keyframes tp-theme-setting-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes tp-theme-setting-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-ms-keyframes tp-theme-setting-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes tp-theme-setting-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.tp-theme-settings-close {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
}
.tp-theme-header-title {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 30px;
}
.tp-theme-wrapper {
  padding: 20px 30px 30px;
}
.tp-theme-toggle {
  text-align: center;
}
.tp-theme-toggle-main {
  display: inline-block;
  width: 74px;
  margin: auto;
  position: relative;
  z-index: 1;
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.3);
  padding: 5px;
  border-radius: 100px;
}
.tp-theme-toggle-light, .tp-theme-toggle-dark {
  display: inline-block;
  width: 26px;
  height: 26px;
  line-height: 26px;
  color: #D9D9D9;
}
.tp-theme-toggle-light.active, .tp-theme-toggle-dark.active {
  color: var(--tp-common-black);
}
.tp-theme-toggle input {
  display: none;
}
.tp-theme-toggle:hover {
  cursor: pointer;
}
.tp-theme-toggle label {
  color: var(--tp-common-white);
  font-size: 14px;
  font-weight: 500;
}
.tp-theme-toggle label:hover {
  cursor: pointer;
}
.tp-theme-toggle #tp-theme-toggler {
  display: none;
}
.tp-theme-toggle #tp-theme-toggler:checked + i {
  right: calc(50% - 4px);
}
.tp-theme-toggle-slide {
  position: absolute;
  top: 50%;
  right: 4px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 50%;
  height: 26px;
  color: var(--tp-common-black);
  background-color: var(--tp-common-white);
  border-radius: 30px;
  -webkit-transform: translate3d(0, 0);
  transform: translate3d(0, 0);
  -webkit-transition: all 0.2s 0s cubic-bezier(0.25, 1, 0.5, 1);
  -moz-transition: all 0.2s 0s cubic-bezier(0.25, 1, 0.5, 1);
  -ms-transition: all 0.2s 0s cubic-bezier(0.25, 1, 0.5, 1);
  -o-transition: all 0.2s 0s cubic-bezier(0.25, 1, 0.5, 1);
  transition: all 0.2s 0s cubic-bezier(0.25, 1, 0.5, 1);
  z-index: -1;
}
.tp-theme-dir {
  text-align: center;
}
.tp-theme-dir-main {
  display: inline-block;
  width: 160px;
  margin: auto;
  position: relative;
  z-index: 1;
  background-color: #f0f0f5;
  padding: 4px;
  border-radius: 20px;
}
.tp-theme-dir-ltr, .tp-theme-dir-rtl {
  display: inline-block;
  width: 48%;
  height: 26px;
  line-height: 26px;
}
.tp-theme-dir input {
  display: none;
}
.tp-theme-dir:hover {
  cursor: pointer;
}
.tp-theme-dir label {
  color: var(--tp-common-black);
  font-size: 14px;
  font-weight: 500;
}
.tp-theme-dir label:hover {
  cursor: pointer;
}
.tp-theme-dir #tp-dir-toggler {
  display: none;
}
.tp-theme-dir #tp-dir-toggler:checked + i {
  right: calc(50% - 4px);
}
.tp-theme-dir-slide {
  position: absolute;
  top: 50%;
  right: 4px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 50%;
  height: 26px;
  color: var(--tp-common-black);
  background-color: var(--tp-common-white);
  border-radius: 30px;
  -webkit-transform: translate3d(0, 0);
  transform: translate3d(0, 0);
  -webkit-transition: all 0.2s 0s cubic-bezier(0.25, 1, 0.5, 1);
  -moz-transition: all 0.2s 0s cubic-bezier(0.25, 1, 0.5, 1);
  -ms-transition: all 0.2s 0s cubic-bezier(0.25, 1, 0.5, 1);
  -o-transition: all 0.2s 0s cubic-bezier(0.25, 1, 0.5, 1);
  transition: all 0.2s 0s cubic-bezier(0.25, 1, 0.5, 1);
  z-index: -1;
}
.tp-theme-color-item.active button::before {
  opacity: 1;
  visibility: visible;
}
.tp-theme-color-btn {
  width: 100%;
  height: 40px;
  line-height: 40px;
  text-align: center;
  position: relative;
}
.tp-theme-color-btn::before {
  position: absolute;
  content: "\f00c";
  font-weight: 600;
  font-family: var(--tp-ff-fontawesome);
  color: var(--tp-common-white);
  font-size: 16px;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -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;
  opacity: 0;
  visibility: hidden;
}
.tp-theme-color-btn.tp-color-settings-btn[data-color="#F50963"] {
  background-color: #F50963;
}
.tp-theme-color-btn.tp-color-settings-btn[data-color="#008080"] {
  background-color: #008080;
}
.tp-theme-color-btn.tp-color-settings-btn[data-color="#F31E5E"] {
  background-color: #F31E5E;
}
.tp-theme-color-btn.tp-color-settings-btn[data-color="#AB6C56"] {
  background-color: #AB6C56;
  color: black;
}
.tp-theme-color-btn.tp-color-settings-btn[data-color="#4353FF"] {
  background-color: #4353FF;
}
.tp-theme-color-btn.tp-color-settings-btn[data-color="#3661FC"] {
  background-color: #3661FC;
}
.tp-theme-color-btn.tp-color-settings-btn[data-color="#2CAE76"] {
  background-color: #2CAE76;
}
.tp-theme-color-btn.tp-color-settings-btn[data-color="#FF5A1B"] {
  background-color: #FF5A1B;
}
.tp-theme-color-btn.tp-color-settings-btn[data-color="#03041C"] {
  background-color: #03041C;
}
.tp-theme-color-btn.tp-color-settings-btn[data-color="#ED212C"] {
  background-color: #ED212C;
}
.tp-theme-color-input {
  margin-top: 15px;
}
.tp-theme-color-input h6 {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 5px;
}
.tp-theme-color-input label {
  display: inline-block;
  width: 100%;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: var(--tp-theme-1);
  -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;
}
.tp-theme-color-input label:hover {
  cursor: pointer;
}
.tp-theme-color-input input {
  display: none;
}

/*----------------------------------------*/
/*  2.3 Buttons
/*----------------------------------------*/
.tp-header-btn {
  background: var(--tp-common-black);
  color: var(--tp-common-white);
  display: inline-block;
  font-weight: 700;
  font-family: var(--tp-ff-heading);
  padding: 10px 43px;
  transition: 0.3s;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.tp-header-btn::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 0%;
  background: var(--tp-theme-primary);
  left: 0;
  top: 0;
  z-index: -1;
  transition: 0.5s;
  transform: scale(0);
  opacity: 0;
}
.tp-header-btn:hover {
  color: var(--tp-common-white);
}
.tp-header-btn:hover::before {
  transform: scale(1);
  opacity: 1;
  height: 100%;
  width: 100%;
}

.tp-btn {
  background: var(--tp-theme-primary);
  color: var(--tp-common-white);
  display: inline-block;
  padding: 15px 43px;
  transition: 0.3s;
  overflow: hidden;
  font-weight: 700;
  font-family: var(--tp-ff-heading);
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.tp-btn::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 0%;
  background: var(--tp-common-black);
  left: 0;
  top: 0;
  z-index: -1;
  transition: 0.5s;
  transform: scale(0);
  opacity: 0;
}
.tp-btn:hover {
  color: var(--tp-common-white);
}
.tp-btn:hover::before {
  transform: scale(1);
  opacity: 1;
  height: 100%;
  width: 100%;
}

.tp-btn-secondary {
  background: var(--tp-theme-primary);
  color: var(--tp-common-white);
  display: inline-block;
  padding: 15px 43px;
  transition: 0.3s;
  overflow: hidden;
  font-weight: 700;
  font-family: var(--tp-ff-heading);
  position: relative;
  z-index: 1;
}
.tp-btn-secondary::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 0%;
  background: var(--tp-common-black);
  left: 0;
  top: 0;
  z-index: -1;
  transition: 0.5s;
  transform: scale(0);
  opacity: 0;
}
.tp-btn-secondary:hover {
  color: var(--tp-common-white);
}
.tp-btn-secondary:hover::before {
  transform: scale(1);
  opacity: 1;
  height: 100%;
  width: 100%;
}

.tp-btn-white {
  background: var(--tp-common-white);
  color: var(--tp-common-black);
  display: inline-block;
  padding: 15px 43px;
  transition: 0.3s;
  overflow: hidden;
  font-weight: 700;
  font-family: var(--tp-ff-heading);
  position: relative;
  z-index: 1;
}
.tp-btn-white::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 0%;
  background: var(--tp-common-black);
  left: 0;
  top: 0;
  z-index: -1;
  transition: 0.5s;
  transform: scale(0);
  opacity: 0;
}
.tp-btn-white:hover {
  color: var(--tp-common-white);
}
.tp-btn-white:hover::before {
  transform: scale(1);
  opacity: 1;
  height: 100%;
  width: 100%;
}

.tp-btn-border {
  background: transparent;
  color: var(--tp-common-white);
  border: 1px solid var(--tp-common-white);
  display: inline-block;
  padding: 14px 43px;
  transition: 0.3s;
  overflow: hidden;
  font-weight: 700;
  font-family: var(--tp-ff-heading);
  position: relative;
  z-index: 1;
}
.tp-btn-border::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 0%;
  background: var(--tp-common-white);
  left: 0;
  top: 0;
  z-index: -1;
  transition: 0.5s;
  transform: scale(0);
  opacity: 0;
}
.tp-btn-border:hover {
  color: var(--tp-common-black);
}
.tp-btn-border:hover::before {
  transform: scale(1);
  opacity: 1;
  height: 100%;
  width: 100%;
}

.tp-btn-red {
  background: var(--tp-theme-secondary);
  color: var(--tp-common-white);
  display: inline-block;
  padding: 15px 43px;
  transition: 0.3s;
  overflow: hidden;
  font-weight: 700;
  font-family: var(--tp-ff-heading);
  position: relative;
  z-index: 1;
}
.tp-btn-red::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 0%;
  background: var(--tp-common-black);
  left: 0;
  top: 0;
  z-index: -1;
  transition: 0.5s;
  transform: scale(0);
  opacity: 0;
}
.tp-btn-red:hover {
  color: var(--tp-common-white);
}
.tp-btn-red:hover::before {
  transform: scale(1);
  opacity: 1;
  height: 100%;
  width: 100%;
}

/*----------------------------------------*/
/*  2.4 Animations
/*----------------------------------------*/
/* pulse effect animation */
@-webkit-keyframes tp-pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
  }
  70% {
    -moz-box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
  }
  100% {
    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
@-moz-keyframes tp-pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
  }
  70% {
    -moz-box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
  }
  100% {
    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
@-ms-keyframes tp-pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
  }
  70% {
    -moz-box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
  }
  100% {
    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
@keyframes tp-pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
  }
  70% {
    -moz-box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
  }
  100% {
    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
@-webkit-keyframes tp-pulse-2 {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
  }
  70% {
    -moz-box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
  }
  100% {
    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
@-moz-keyframes tp-pulse-2 {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
  }
  70% {
    -moz-box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
  }
  100% {
    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
@-ms-keyframes tp-pulse-2 {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
  }
  70% {
    -moz-box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
  }
  100% {
    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
@keyframes tp-pulse-2 {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
  }
  70% {
    -moz-box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
  }
  100% {
    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
@-webkit-keyframes tp-shake {
  10%, 90% {
    -webkit-transform: translate3d(-1px, 0, 0);
    transform: translate3d(-1px, 0, 0);
  }
  20%, 80% {
    -webkit-transform: translate3d(2px, 0, 0);
    transform: translate3d(2px, 0, 0);
  }
  30%, 50%, 70% {
    -webkit-transform: translate3d(-4px, 0, 0);
    transform: translate3d(-4px, 0, 0);
  }
  40%, 60% {
    -webkit-transform: translate3d(4px, 0, 0);
    transform: translate3d(4px, 0, 0);
  }
}
@-moz-keyframes tp-shake {
  10%, 90% {
    -webkit-transform: translate3d(-1px, 0, 0);
    transform: translate3d(-1px, 0, 0);
  }
  20%, 80% {
    -webkit-transform: translate3d(2px, 0, 0);
    transform: translate3d(2px, 0, 0);
  }
  30%, 50%, 70% {
    -webkit-transform: translate3d(-4px, 0, 0);
    transform: translate3d(-4px, 0, 0);
  }
  40%, 60% {
    -webkit-transform: translate3d(4px, 0, 0);
    transform: translate3d(4px, 0, 0);
  }
}
@-ms-keyframes tp-shake {
  10%, 90% {
    -webkit-transform: translate3d(-1px, 0, 0);
    transform: translate3d(-1px, 0, 0);
  }
  20%, 80% {
    -webkit-transform: translate3d(2px, 0, 0);
    transform: translate3d(2px, 0, 0);
  }
  30%, 50%, 70% {
    -webkit-transform: translate3d(-4px, 0, 0);
    transform: translate3d(-4px, 0, 0);
  }
  40%, 60% {
    -webkit-transform: translate3d(4px, 0, 0);
    transform: translate3d(4px, 0, 0);
  }
}
@keyframes tp-shake {
  10%, 90% {
    -webkit-transform: translate3d(-1px, 0, 0);
    transform: translate3d(-1px, 0, 0);
  }
  20%, 80% {
    -webkit-transform: translate3d(2px, 0, 0);
    transform: translate3d(2px, 0, 0);
  }
  30%, 50%, 70% {
    -webkit-transform: translate3d(-4px, 0, 0);
    transform: translate3d(-4px, 0, 0);
  }
  40%, 60% {
    -webkit-transform: translate3d(4px, 0, 0);
    transform: translate3d(4px, 0, 0);
  }
}
@-webkit-keyframes borderanimate2 {
  0% {
    transform: translate(-50%, -50%) scale(0.4);
  }
  60% {
    opacity: 1;
  }
  100% {
    transform: translate(-50%, -50%) scale(2.5);
    opacity: 0;
  }
}
@-moz-keyframes borderanimate2 {
  0% {
    transform: translate(-50%, -50%) scale(0.4);
  }
  60% {
    opacity: 1;
  }
  100% {
    transform: translate(-50%, -50%) scale(2.5);
    opacity: 0;
  }
}
@-ms-keyframes borderanimate2 {
  0% {
    transform: translate(-50%, -50%) scale(0.4);
  }
  60% {
    opacity: 1;
  }
  100% {
    transform: translate(-50%, -50%) scale(2.5);
    opacity: 0;
  }
}
@keyframes borderanimate2 {
  0% {
    transform: translate(-50%, -50%) scale(0.4);
  }
  60% {
    opacity: 1;
  }
  100% {
    transform: translate(-50%, -50%) scale(2.5);
    opacity: 0;
  }
}
@-webkit-keyframes tp-rotate-center {
  0% {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes tp-rotate-center {
  0% {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-ms-keyframes tp-rotate-center {
  0% {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes tp-rotate-center {
  0% {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes tp-mobile-view {
  0%, 10% {
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
  }
  50%, 60% {
    -webkit-transform: translateY(-57%);
    -moz-transform: translateY(-57%);
    -ms-transform: translateY(-57%);
    -o-transform: translateY(-57%);
    transform: translateY(-57%);
  }
  90%, 100% {
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
  }
}
@-moz-keyframes tp-mobile-view {
  0%, 10% {
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
  }
  50%, 60% {
    -webkit-transform: translateY(-57%);
    -moz-transform: translateY(-57%);
    -ms-transform: translateY(-57%);
    -o-transform: translateY(-57%);
    transform: translateY(-57%);
  }
  90%, 100% {
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
  }
}
@-ms-keyframes tp-mobile-view {
  0%, 10% {
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
  }
  50%, 60% {
    -webkit-transform: translateY(-57%);
    -moz-transform: translateY(-57%);
    -ms-transform: translateY(-57%);
    -o-transform: translateY(-57%);
    transform: translateY(-57%);
  }
  90%, 100% {
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
  }
}
@keyframes tp-mobile-view {
  0%, 10% {
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
  }
  50%, 60% {
    -webkit-transform: translateY(-57%);
    -moz-transform: translateY(-57%);
    -ms-transform: translateY(-57%);
    -o-transform: translateY(-57%);
    transform: translateY(-57%);
  }
  90%, 100% {
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
  }
}
@-webkit-keyframes tp-svg-line {
  100% {
    stroke-dashoffset: 350;
  }
}
@-moz-keyframes tp-svg-line {
  100% {
    stroke-dashoffset: 350;
  }
}
@-ms-keyframes tp-svg-line {
  100% {
    stroke-dashoffset: 350;
  }
}
@keyframes tp-svg-line {
  100% {
    stroke-dashoffset: 350;
  }
}
@-webkit-keyframes tp-border-loader {
  0% {
    stroke-dashoffset: -356px;
    stroke-dasharray: 356px, 366px;
  }
  95% {
    stroke-dashoffset: 0;
    stroke-dasharray: 356px, 366px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 0, 366px;
  }
}
@-moz-keyframes tp-border-loader {
  0% {
    stroke-dashoffset: -356px;
    stroke-dasharray: 356px, 366px;
  }
  95% {
    stroke-dashoffset: 0;
    stroke-dasharray: 356px, 366px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 0, 366px;
  }
}
@-ms-keyframes tp-border-loader {
  0% {
    stroke-dashoffset: -356px;
    stroke-dasharray: 356px, 366px;
  }
  95% {
    stroke-dashoffset: 0;
    stroke-dasharray: 356px, 366px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 0, 366px;
  }
}
@keyframes tp-border-loader {
  0% {
    stroke-dashoffset: -356px;
    stroke-dasharray: 356px, 366px;
  }
  95% {
    stroke-dashoffset: 0;
    stroke-dasharray: 356px, 366px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 0, 366px;
  }
}
@-webkit-keyframes ripple-blue {
  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, 255, 255, 0);
  }
}
@keyframes ripple-blue {
  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, 255, 255, 0);
  }
}
@-webkit-keyframes ripple-blue {
  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, 255, 255, 0);
  }
}
@keyframes ripple-blue {
  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, 255, 255, 0);
  }
}
@-webkit-keyframes section_stroke {
  0% {
    stroke-dashoffset: 560;
  }
  50% {
    stroke-dashoffset: 0;
  }
  100% {
    stroke-dashoffset: -560;
  }
}
@-moz-keyframes section_stroke {
  0% {
    stroke-dashoffset: 560;
  }
  50% {
    stroke-dashoffset: 0;
  }
  100% {
    stroke-dashoffset: -560;
  }
}
@-ms-keyframes section_stroke {
  0% {
    stroke-dashoffset: 560;
  }
  50% {
    stroke-dashoffset: 0;
  }
  100% {
    stroke-dashoffset: -560;
  }
}
@keyframes section_stroke {
  0% {
    stroke-dashoffset: 560;
  }
  50% {
    stroke-dashoffset: 0;
  }
  100% {
    stroke-dashoffset: -560;
  }
}
@keyframes bounce-thum-1 {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(50px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes bounce-thum-2 {
  0% {
    transform: rotate(3deg);
  }
  100% {
    transform: rotate(-3deg);
  }
}
@keyframes zoom-in-zoom-out {
  0% {
    transform: scale(0.3, 0.3);
  }
  50% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(0.3, 0.3);
  }
}
@keyframes rotate-thum {
  0% {
    transform: rotate(0);
  }
  50% {
    transform: rotate(160deg);
  }
  100% {
    transform: rotate(0);
  }
}
@keyframes moving {
  0% {
    transform: translatey(0px);
  }
  20% {
    transform: translateX(-30px);
  }
  50% {
    transform: translatey(-20px);
  }
  100% {
    transform: translatey(0px);
  }
}
@keyframes bounce-thum-3 {
  0% {
    -webkit-transform: translateY(-30px);
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -o-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  100% {
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
  }
}
@keyframes rotate-infinte {
  0% {
    transform: rotate(0deg);
    filter: hue-rotate(0);
  }
  100% {
    transform: rotate(360deg);
    filter: hue-rotate(360deg);
  }
}
@keyframes bicycle {
  from {
    transform: translateX(-640px);
  }
  to {
    transform: translatex(1380px);
  }
}
@keyframes micro {
  from {
    transform: translateX(620px);
  }
  to {
    transform: translateX(-1500px);
  }
}
@keyframes scroll-height {
  from {
    transform: translateY(273px);
  }
  to {
    transform: translateY(0);
  }
}
@-moz-keyframes fadeInDown {
  0% {
    margin-top: -150px;
  }
  100% {
    margin-top: 0;
  }
}
@-ms-keyframes fadeInDown {
  0% {
    margin-top: -150px;
  }
  100% {
    margin-top: 0;
  }
}
@-webkit-keyframes fadeInDown {
  0% {
    margin-top: -150px;
  }
  100% {
    margin-top: 0;
  }
}
@keyframes fadeInDown {
  0% {
    margin-top: -150px;
  }
  100% {
    margin-top: 0;
  }
}
@-webkit-keyframes tfLeftToRight {
  49% {
    transform: translateX(30%);
  }
  50% {
    opacity: 0;
    transform: translateX(-30%);
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes tfLeftToRight {
  49% {
    transform: translateX(30%);
  }
  50% {
    opacity: 0;
    transform: translateX(-30%);
  }
  100% {
    opacity: 1;
  }
}
@-ms-keyframes tfLeftToRight {
  49% {
    transform: translateX(30%);
  }
  50% {
    opacity: 0;
    transform: translateX(-30%);
  }
  100% {
    opacity: 1;
  }
}
@keyframes tfLeftToRight {
  49% {
    transform: translateX(30%);
  }
  50% {
    opacity: 0;
    transform: translateX(-30%);
  }
  100% {
    opacity: 1;
  }
}
@keyframes circle-animations {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes pulse2 {
  50% {
    box-shadow: 0 0 0 0.3em rgba(255, 255, 255, 0.75);
  }
  100% {
    box-shadow: 0 0 0 0.6em rgba(255, 255, 255, 0);
  }
}
@keyframes pulse3 {
  50% {
    box-shadow: 0 0 0 0.3em rgba(27, 31, 46, 0.75);
  }
  100% {
    box-shadow: 0 0 0 0.6em rgba(255, 255, 255, 0);
  }
}
@keyframes sliderShape {
  0%, 100% {
    border-radius: 42% 58% 70% 30%/45% 45% 55% 55%;
    transform: translate3d(0, 0, 0) rotateZ(0.01deg);
  }
  34% {
    border-radius: 70% 30% 46% 54%/30% 29% 71% 70%;
    transform: translate3d(0, 5px, 0) rotateZ(0.01deg);
  }
  50% {
    transform: translate3d(0, 0, 0) rotateZ(0.01deg);
  }
  67% {
    border-radius: 100% 60% 60% 100%/100% 100% 60% 60%;
    transform: translate3d(0, -3px, 0) rotateZ(0.01deg);
  }
}
@keyframes scrollText {
  from {
    transform: translateX(0%);
  }
  to {
    transform: translateX(-50%);
  }
}
/*----------------------------------------*/
/*  2.5 Preloader
/*----------------------------------------*/
.loader-wrapper {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  transition: 0.8s 1s ease;
  z-index: 999;
  display: flex;
  justify-content: center;
  align-items: center;
}

.loader {
  width: 106px;
  height: 56px;
  display: block;
  margin: 30px auto;
  background-image: linear-gradient(var(--tp-theme-primary) 50px, transparent 0), linear-gradient(var(--tp-theme-primary) 50px, transparent 0), linear-gradient(var(--tp-theme-primary) 50px, transparent 0), linear-gradient(var(--tp-theme-primary) 50px, transparent 0), radial-gradient(circle 14px, var(--tp-theme-primary) 100%, transparent 0);
  background-size: 48px 15px, 15px 35px, 15px 35px, 25px 15px, 28px 28px;
  background-position: 25px 5px, 58px 20px, 25px 17px, 2px 37px, 76px 0px;
  background-repeat: no-repeat;
  position: relative;
  transform: rotate(-45deg);
  box-sizing: border-box;
  z-index: 11;
}

.loader::after,
.loader::before {
  content: "";
  position: absolute;
  width: 56px;
  height: 56px;
  border: 6px solid var(--tp-theme-primary);
  border-radius: 50%;
  left: -45px;
  top: -10px;
  background-repeat: no-repeat;
  background-image: linear-gradient(#FFF 64px, transparent 0), linear-gradient(#FFF 66px, transparent 0), radial-gradient(circle 4px, #FFF 100%, transparent 0);
  background-size: 40px 1px, 1px 40px, 8px 8px;
  background-position: center center;
  box-sizing: border-box;
  animation: rotation 0.3s linear infinite;
}

.loader::before {
  left: 25px;
  top: 60px;
}

@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.loader-wrapper .loder-section {
  position: fixed;
  top: 0;
  width: 50%;
  height: 100%;
  background: #111;
  z-index: 2;
}

.loader-wrapper .loder-section.left-section {
  left: 0;
  transition: 1s 1.4s ease;
}

.loader-wrapper .loder-section.right-section {
  right: 0;
  transition: 1s 1.4s ease;
}

/*/ When page loaded /*/
.loaded .loder-section.left-section {
  left: -100%;
}

.loaded .loder-section.right-section {
  right: -100%;
}

.loaded .loader-wrapper {
  visibility: hidden;
}

.loaded .loader {
  top: -100%;
  opacity: 0;
}

.loader-brand-icon {
  position: fixed;
  z-index: 2;
}

/*----------------------------------------*/
/*  2.6 Background
/*----------------------------------------*/
.white-bg {
  background-color: var(--tp-common-white);
}

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

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

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

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

.s-d-f {
  background: #edeef2;
}

/*----------------------------------------*/
/*  2.7 Carousel
/*----------------------------------------*/
/* tp range slider css */
.tp-range-slider .inside-slider {
  padding-left: 7px;
  padding-right: 17px;
}
.tp-range-slider .noUi-target {
  background-color: #191C3C;
  border-radius: 12px;
  border: 0;
  box-shadow: none;
}
.tp-range-slider .noUi-connect {
  background-color: var(--tp-theme-primary);
}
.tp-range-slider .noUi-horizontal {
  height: 6px;
}
.tp-range-slider .noUi-handle {
  height: 24px;
  width: 24px;
  background-color: var(--tp-theme-primary);
  border-radius: 50%;
  border: 4px solid var(--tp-common-white);
  box-shadow: 0px 4px 10px rgba(5, 9, 43, 0.3);
  top: -9px;
}
.tp-range-slider .noUi-handle:hover {
  cursor: pointer;
}
.tp-range-slider .noUi-handle::before, .tp-range-slider .noUi-handle::after {
  display: none;
}
.tp-range-slider-dark .noUi-handle {
  border: 4px solid #2D314B;
}

/* tp swiper slider dot */
.tp-swiper-dot .swiper-pagination-bullet {
  width: 4px;
  height: 40px;
  opacity: 1;
  background-color: transparent;
  margin: 0 4px;
  position: relative;
  border-radius: 0;
  position: relative;
}
.tp-swiper-dot .swiper-pagination-bullet::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  opacity: 1;
  content: "";
  display: inline-block;
}
.tp-swiper-dot .swiper-pagination-bullet::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60%;
  opacity: 1;
  content: "";
  display: inline-block;
  background-color: #c8cce6;
}
.tp-swiper-dot .swiper-pagination-bullet button {
  font-size: 0;
  display: none;
}
.tp-swiper-dot .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
  background-color: var(--tp-theme-primary);
  width: 100%;
  height: 100%;
}
.tp-swiper-dot .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  background-color: transparent;
}
.tp-swiper-dot.tp-swiper-dot-style-darkRed .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--tp-theme-secondary);
}

.tp-swiper-dot-border {
  line-height: 1;
}
.tp-swiper-dot-border .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: transparent;
  opacity: 1;
  margin: 0 3px;
  position: relative;
  border: 1px solid rgba(2, 11, 24, 0.4);
}
.tp-swiper-dot-border .swiper-pagination-bullet button {
  font-size: 0;
}
.tp-swiper-dot-border .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--tp-common-black);
  border-color: var(--tp-common-black);
}
.tp-swiper-dot-border .swiper-pagination-bullet:hover {
  border-color: var(--tp-common-black);
}
.tp-swiper-dot-border.tp-swiper-dot-style-darkRed .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--tp-theme-secondary);
}

.tp-swiper-arrow button {
  width: 40px;
  height: 40px;
  line-height: 38px;
  font-size: 20px;
  text-align: center;
  background-color: transparent;
  color: var(--tp-text-2);
  border: 1px solid rgba(2, 11, 24, 0.1);
  border-radius: 50%;
}
.tp-swiper-arrow button:hover {
  background-color: var(--tp-theme-primary);
  color: var(--tp-common-white);
}
/* tp swiper scrollbar */
.tp-swiper-scrollbar {
  background-color: #EDEFF2;
  height: 2px;
}
.tp-swiper-scrollbar .tp-swiper-scrollbar-drag {
  background-color: var(--tp-common-black);
  height: 100%;
}
.tp-swiper-scrollbar .tp-swiper-scrollbar-drag:hover {
  cursor: pointer;
}
.tp-swiper-scrollbar:hover, .tp-swiper-scrollbar:focus {
  -webkit-transform: scaleY(3);
  -moz-transform: scaleY(3);
  -ms-transform: scaleY(3);
  -o-transform: scaleY(3);
  transform: scaleY(3);
}

/* tp slick arrow */
.tp-slick-dot .slick-dots li {
  display: inline-block;
  margin: 0 4px;
}
.tp-slick-dot .slick-dots li.slick-active button {
  background-color: var(--tp-common-white);
}
.tp-slick-dot .slick-dots li button {
  font-size: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.2);
}
.tp-slick-dot-blue .slick-dots li.slick-active button {
  background-color: var(--tp-theme-primary);
}
.tp-slick-dot-blue .slick-dots li button {
  background-color: var(--tp-grey-3);
}

/*----------------------------------------*/
/*  2.8 Nice Select
/*----------------------------------------*/
.nice-select {
  -webkit-tap-highlight-color: transparent;
  background-color: #fff;
  border-radius: 5px;
  border: solid 1px #e8e8e8;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  float: left;
  font-family: inherit;
  font-size: 14px;
  font-weight: normal;
  height: 42px;
  line-height: 40px;
  outline: none;
  padding-left: 18px;
  padding-right: 30px;
  position: relative;
  text-align: left !important;
  -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;
  user-select: none;
  white-space: nowrap;
  width: auto;
}
.nice-select:hover {
  border-color: #dbdbdb;
}
.nice-select:active, .nice-select.open, .nice-select:focus {
  border-color: #999;
}
.nice-select::after {
  position: absolute;
  content: "\f107";
  top: 50%;
  right: 0;
  font-family: var(--tp-ff-fontawesome);
  color: var(--tp-common-black);
  font-weight: 500;
  pointer-events: none;
  -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;
  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: 0;
  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;
}
.nice-select .option.selected {
  font-weight: bold;
}
.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;
}

.tp-shop-filter-box .nice-select {
  width: 420px;
  height: 60px;
  border-radius: 0;
  line-height: 60px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-shop-filter-box .nice-select {
    width: 400px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-shop-filter-box .nice-select {
    width: 290px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-shop-filter-box .nice-select {
    width: 330px;
  }
}
@media (max-width: 767px) {
  .tp-shop-filter-box .nice-select {
    width: 350px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-shop-filter-box .nice-select {
    width: 510px;
  }
}
.tp-shop-filter-box .nice-select::after {
  right: 30px;
}
.tp-shop-filter-box .nice-select.open .list {
  width: 100%;
  top: 95%;
  border-radius: 0;
}
.tp-shop-filter-box .nice-select:active, .tp-shop-filter-box .nice-select.open, .tp-shop-filter-box .nice-select:focus {
  border-color: #999;
}

/*----------------------------------------*/
/*  2.9 Pagination
/*----------------------------------------*/
.tp-pagination ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.tp-pagination ul li {
  display: inline-block;
}
.tp-pagination ul li:not(:last-child) {
  margin-right: 6px;
}
.tp-pagination ul li a, .tp-pagination ul li span {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 38px;
  text-align: center;
  border: 1px solid rgba(2, 11, 24, 0.1);
  font-size: 16px;
  font-weight: 500;
  color: var(--tp-text-body);
}
.tp-pagination ul li a:hover, .tp-pagination ul li a.current, .tp-pagination ul li span:hover, .tp-pagination ul li span.current {
  background: var(--tp-theme-primary);
  border-color: var(--tp-theme-primary);
  color: var(--tp-common-white);
}
/*----------------------------------------*/
/*  2.10 Offcanvas
/*----------------------------------------*/
.body-overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background: rgb(24, 24, 24);
  visibility: hidden;
  opacity: 0;
  transition: 0.45s ease-in-out;
}
.body-overlay.apply {
  opacity: 0.7;
  visibility: visible;
}
.body-overlay:hover {
  cursor: url(../img/cross-out.png), pointer;
}

.tpoffcanvas {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: fixed;
  top: 0;
  right: -100%;
  width: 420px;
  bottom: 0;
  box-shadow: 0 16px -32px 0 rgba(0, 0, 0, 0.8);
  background-color: var(--tp-common-white);
  z-index: 999999;
  padding: 50px;
  scrollbar-width: none;
  opacity: 0;
  visibility: hidden;
  transition: 0.45s ease-in-out;
  overflow-y: scroll;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .tpoffcanvas {
    width: 480px;
  }
}
.tpoffcanvas .homemenu {
  margin-bottom: 30px;
}
.tpoffcanvas .homemenu-title {
  color: var(--tp-heading-primary);
  font-size: 16px;
  font-weight: 600;
  font-family: var(--tp-ff-p);
}
.tpoffcanvas .homemenu-title:hover {
  color: var(--tp-theme-primary);
}
.tpoffcanvas .tp-main-menu-mobile {
  margin-bottom: 50px;
}
.tpoffcanvas .tp-main-menu-mobile {
  margin-bottom: 50px;
}
.tpoffcanvas.opened {
  opacity: 1;
  visibility: visible;
}
@media (max-width: 767px) {
  .tpoffcanvas {
    width: 100%;
    padding: 40px 35px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tpoffcanvas {
    width: 400px;
    padding: 40px;
  }
}
.tpoffcanvas.opened {
  right: 0;
  -webkit-transition: all 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-transition: all 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: all 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition-duration: 0.6s;
}
.tpoffcanvas__title p {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .tpoffcanvas__title p {
    font-size: 17px;
  }
}
.tpoffcanvas__contact-title h5 {
  font-size: 24px;
  text-transform: uppercase;
  margin-bottom: 30px;
  display: inline-block;
}
.tpoffcanvas__input-title h4 {
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 30px;
  display: inline-block;
}
.tpoffcanvas__input {
  margin-bottom: 100px;
}
.tpoffcanvas__input input {
  background: transparent;
  border: transparent;
  height: 60px;
  width: 100%;
  padding-left: 20px;
  padding-right: 80px;
  color: #000;
  border: 1px solid #EAEAEF;
}
.tpoffcanvas__input input:focus {
  border-color: var(--tp-theme-primary);
}
.tpoffcanvas__input button {
  height: 60px;
  width: 60px;
  background-color: var(--tp-theme-primary);
  color: var(--tp-common-white);
  font-size: 16px;
  position: absolute;
  top: 0;
  right: 0;
}
.tpoffcanvas__contact-info {
  margin-bottom: 50px;
}
.tpoffcanvas__contact-info ul li {
  font-size: 16px;
  color: var(--tp-common-white);
  margin-bottom: 15px;
  list-style-type: none;
}
@media (max-width: 767px) {
  .tpoffcanvas__contact-info ul li {
    font-size: 14px;
  }
}
.tpoffcanvas__contact-info ul li i {
  color: var(--tp-theme-primary);
}
.tpoffcanvas__contact-info ul li:last-child {
  margin-bottom: 0;
}
.tpoffcanvas__contact-info ul li a {
  margin-left: 10px;
  color: var(--tp-heading-primary);
}
.tpoffcanvas__contact-info ul li a:hover {
  color: var(--tp-theme-primary);
}
.tpoffcanvas__logo {
  margin-bottom: 60px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tpoffcanvas__logo {
    padding-top: 0;
  }
}
@media (max-width: 767px) {
  .tpoffcanvas__logo {
    padding-top: 0;
  }
}
@media (max-width: 767px) {
  .tpoffcanvas__logo img {
    width: 150px;
  }
}
.tpoffcanvas__close-btn button {
  position: absolute;
  right: 40px;
  top: 50px;
  transition: 1s;
  -webkit-transition: all 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-transition: all 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: all 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition-duration: 0.3s;
  height: 40px;
  width: 40px;
  line-height: 45px;
  background-color: var(--tp-theme-primary);
  color: var(--tp-common-white);
}
.tpoffcanvas__close-btn button:hover i {
  transform: rotate(360deg);
}
.tpoffcanvas__close-btn button i {
  font-weight: 300;
  font-size: 20px;
  transition: 0.9s;
}
.tpoffcanvas__social {
  margin-top: 30px;
}
.tpoffcanvas__social .social-icon a {
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 16px;
  background-color: transparent;
  color: var(--tp-theme-primary);
  margin-right: 10px;
  transition: 0.3s;
  display: inline-block;
  border: 1px solid #EAEAEF;
}
@media (max-width: 767px) {
  .tpoffcanvas__social .social-icon a {
    margin-right: 3px;
    height: 50px;
    width: 50px;
    line-height: 53px;
    font-size: 15px;
  }
}
.tpoffcanvas__social .social-icon a:hover {
  background: var(--tp-theme-primary);
  color: var(--tp-common-white);
  border-color: var(--tp-theme-primary);
}

/*----------------------------------------*/
/*  2.11 Breadcrumb
/*----------------------------------------*/
.tp-breadcrumb-area {
  display: flex;
  align-items: center;
  padding: 345px 0 195px;
  background: #edeef2;
}
@media (max-width: 767px) {
  .tp-breadcrumb-area {
    padding: 250px 0 180px;
  }
}
.tp-breadcrumb-bg-shape-1 {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-breadcrumb-bg-shape-1 {
    display: none;
  }
}
.tp-breadcrumb-bg-shape-2 {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: -1;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-breadcrumb-bg-shape-2 {
    display: none;
  }
}
.tp-breadcrumb-bg-shape-3 {
  position: absolute;
  right: 28%;
  top: 42%;
  transform: translate(0, -50%);
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-breadcrumb-bg-shape-3 {
    display: none;
  }
}
.tp-breadcrumb-bg-shape-4 {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-breadcrumb-bg-shape-4 {
    display: none;
  }
}
.tp-breadcrumb-bg-shape-5 {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-breadcrumb-bg-shape-5 {
    display: none;
  }
}
.tp-breadcrumb-title {
  letter-spacing: -2px;
}
@media (max-width: 767px) {
  .tp-breadcrumb-title {
    font-size: 50px;
  }
}
.tp-breadcrumb-body {
  color: var(--tp-theme-primary);
  font-weight: 700;
  font-family: var(--tp-ff-heading);
}
.tp-breadcrumb-body a {
  color: var(--tp-common-black);
}

/*----------------------------------------*/
/*  2.12 Accordion
/*----------------------------------------*/
.tp-faq-2-area {
  background: #f3f3f3;
}
.tp-faq-2-accordion-item {
  background: var(--tp-common-white);
  box-shadow: 0px 4px 20px 0px rgba(16, 23, 40, 0.06);
}
@media (max-width: 767px) {
  .tp-faq-2-accordion-item {
    padding: 0;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-faq-2-accordion-item {
    padding: 0;
  }
}
.tp-faq-2-accordion-title {
  color: var(--tp-heading-primary);
  font-size: 18px;
  padding: 19px 40px 19px 76px;
  font-weight: 700;
  font-family: var(--tp-ff-heading);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-faq-2-accordion-title {
    font-size: 16px;
    font-weight: 600;
  }
}
@media (max-width: 767px) {
  .tp-faq-2-accordion-title {
    font-size: 16px;
  }
}
.tp-faq-2-accordion-title:not(.collapsed) .tp-faq-2-accordion-btn {
  background: var(--tp-theme-primary);
}
.tp-faq-2-accordion-title:not(.collapsed) .tp-faq-2-accordion-btn::before {
  background: var(--tp-theme-primary);
  -webkit-transform: translateX(-50%) rotate(90deg);
  -moz-transform: translateX(-50%) rotate(90deg);
  -ms-transform: translateX(-50%) rotate(90deg);
  -o-transform: translateX(-50%) rotate(90deg);
  transform: translateX(-50%) rotate(90deg);
}
.tp-faq-2-accordion-title:focus {
  border: none;
  box-shadow: none;
}
.tp-faq-2-accordion-header {
  position: relative;
}
.tp-faq-2-accordion-header::before {
  content: "";
  position: absolute;
  width: 88%;
  height: 1px;
  bottom: 0;
  background: #ddd;
  transform: translate(-50%, 0%);
  left: 50%;
  opacity: 0;
  visibility: hidden;
}
.tp-faq-2-accordion-btn {
  position: absolute;
  top: 50%;
  left: 30px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  display: inline-block;
  width: 25px;
  height: 25px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  background: var(--tp-common-black);
  line-height: 25px;
  text-align: center;
  border-radius: 50%;
}
.tp-faq-2-accordion-btn::before {
  position: absolute;
  content: "";
  width: 2px;
  height: 10px;
  left: 50%;
  top: 8px;
  background-color: var(--tp-common-white);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  border-radius: 2px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.tp-faq-2-accordion-btn::after {
  position: absolute;
  content: "";
  width: 10px;
  height: 2px;
  left: 8px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: var(--tp-common-white);
  border-radius: 2px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.tp-faq-2-accordion-pera {
  padding: 20px 25px 24px 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-faq-2-accordion-pera {
    padding: 20px 110px 24px 30px;
  }
}
@media (max-width: 767px) {
  .tp-faq-2-accordion-pera {
    font-size: 13px;
  }
  .tp-faq-2-accordion-pera br {
    display: none;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-faq-2-accordion-pera {
    font-size: 15px;
  }
}

/*----------------------------------------*/
/*  2.13 Tab
/*----------------------------------------*/
.tp-tab .nav-tabs {
  padding: 0;
  margin: 0;
  border: 0;
}
.tp-tab .nav-tabs .nav-link {
  padding: 0;
  margin: 0;
  border: 0;
}

.tp-product-tab-2 .nav-tabs .nav-link {
  font-size: 20px;
  color: #A0A2A4;
  position: relative;
}
@media (max-width: 767px) {
  .tp-product-tab-2 .nav-tabs .nav-link {
    font-size: 15px;
  }
}
.tp-product-tab-2 .nav-tabs .nav-link:not(:first-child) {
  margin-left: 28px;
}
.tp-product-tab-2 .nav-tabs .nav-link:not(:first-child)::after {
  position: absolute;
  left: -17px;
  top: 50%;
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #CED2D6;
}
.tp-product-tab-2 .nav-tabs .nav-link.active {
  color: var(--tp-theme-secondary);
}
.tp-product-tab-2 .nav-tabs .nav-link.active .tp-product-tab-tooltip {
  opacity: 1;
  visibility: visible;
}
.tp-product-tab-2 .nav-tabs .nav-link .tp-product-tab-tooltip {
  position: absolute;
  top: -24px;
  right: 0;
  background-color: var(--tp-theme-secondary);
  color: var(--tp-common-white);
  font-size: 12px;
  line-height: 1;
  display: inline-block;
  padding: 4px 9px;
  border-radius: 4px;
  visibility: hidden;
  opacity: 0;
  font-weight: 700;
}
.tp-product-tab-2 .nav-tabs .nav-link .tp-product-tab-tooltip::after {
  position: absolute;
  content: "";
  bottom: 0;
  bottom: -5px;
  left: 7px;
  width: 13px;
  height: 6px;
  background-color: var(--tp-theme-secondary);
  clip-path: polygon(100% 0, 0 0, 28% 100%);
}
.tp-product-tab-3 .nav-tabs .nav-link {
  font-size: 16px;
  padding: 0 0;
}
@media (max-width: 767px) {
  .tp-product-tab-3 .nav-tabs .nav-link {
    font-size: 15px;
  }
}
.tp-product-tab-3 .nav-tabs .nav-link:not(:first-child) {
  margin-left: 23px;
}
.tp-product-tab-3 .nav-tabs .nav-link:not(:first-child)::after {
  width: 4px;
  height: 4px;
  left: -14px;
}
.tp-product-tab-3 .nav-tabs .nav-link.active {
  color: var(--tp-common-black);
}
.tp-product-tab-3 .nav-tabs .nav-link.active .tp-product-tab-tooltip {
  opacity: 1;
  visibility: visible;
}
.tp-product-tab-3 .nav-tabs .nav-link .tp-product-tab-tooltip {
  background-color: var(--tp-theme-primary);
}
.tp-product-tab-3 .nav-tabs .nav-link .tp-product-tab-tooltip::after {
  background-color: var(--tp-theme-primary);
}
.tp-product-tab-5 .nav-tabs .nav-link {
  padding: 0 5px;
}
@media (max-width: 767px) {
  .tp-product-tab-5 .nav-tabs .nav-link {
    font-size: 15px;
  }
}
.tp-product-tab-5 .nav-tabs .nav-link:not(:last-child)::after {
  left: -15px;
}
.tp-product-tab-5 .nav-tabs .nav-link:not(:first-child) {
  margin-left: 22px;
}
.tp-product-tab-5 .nav-tabs .nav-link.active {
  color: var(--tp-common-black);
}
.tp-product-tab-5 .nav-tabs .nav-link.active .tp-product-tab-tooltip {
  opacity: 1;
  visibility: visible;
}
.tp-product-tab-5 .nav-tabs .nav-link .tp-product-tab-tooltip {
  background-color: var(--tp-theme-green);
}
.tp-product-tab-5 .nav-tabs .nav-link .tp-product-tab-tooltip::after {
  background-color: var(--tp-theme-green);
}

.tp-tab-line {
  position: absolute;
  content: "";
  left: 0;
  bottom: -1px;
  width: 38%;
  height: 2px;
  background-color: var(--tp-common-black);
}

/*----------------------------------------*/
/*  2.15 Section Title
/*----------------------------------------*/
.tp-section-sub-title {
  font-size: 16px;
  letter-spacing: 0px;
  text-transform: uppercase;
  color: var(--tp-theme-primary);
  margin-bottom: 18px;
}
.tp-section-sub-title.two {
  color: var(--tp-theme-secondary);
  font-weight: 700;
}
.tp-section-sub-title.five {
  background: #fec931;
  display: inline-block;
  padding: 4px 10px;
  color: var(--tp-common-black);
}
.tp-section-sub-title.five-white {
  color: var(--tp-common-white);
}
.tp-section-title {
  font-size: 48px;
  letter-spacing: -2px;
}
.tp-section-title.five-white {
  color: var(--tp-common-white) !important;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-section-title {
    font-size: 47px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-section-title {
    font-size: 45px;
  }
}
@media (max-width: 767px) {
  .tp-section-title {
    font-size: 36px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-section-title {
    font-size: 42px;
  }
}
@media (max-width: 767px) {
  .tp-section-title br {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-section-title {
    font-size: 45px;
  }
}
.tp-section-paragraph {
  margin: 16px 0 0;
}
@media (max-width: 767px) {
  .tp-section-paragraph br {
    display: none;
  }
}

/*----------------------------------------*/
/*  2.18 Search css start
/*----------------------------------------*/
.search-popup {
  position: fixed;
  left: 0;
  top: 0;
  height: 100vh;
  width: 100%;
  z-index: 99999;
  margin-top: -540px;
  transform: translateY(-100%);
  background-color: rgba(0, 0, 0, 0.9);
  -webkit-transition: all 500ms cubic-bezier(0.86, 0, 0.07, 1);
  -moz-transition: all 500ms cubic-bezier(0.86, 0, 0.07, 1);
  -o-transition: all 500ms cubic-bezier(0.86, 0, 0.07, 1);
  transition: all 1500ms cubic-bezier(0.86, 0, 0.07, 1); /* easeInOutQuint */
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  -moz-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  -o-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1); /* easeInOutQuint */
}

.search-popup {
  width: 100%;
}

.search-active .search-popup {
  transform: translateY(0%);
  margin-top: 0;
}

.search-popup .close-search {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  margin-top: -200px;
  border-radius: 50%;
  text-align: center;
  background-color: var(--tp-theme-primary);
  width: 70px;
  cursor: pointer;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  border-bottom: 3px solid var(--tp-common-white);
  border-top: 3px solid var(--tp-common-white);
  border-right: 3px solid rgba(0, 0, 0, 0.9);
  border-left: 3px solid rgba(0, 0, 0, 0.9);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  height: 70px;
  line-height: 70px;
  text-align: center;
}

.search-active .search-popup .close-search {
  visibility: visible;
  opacity: 1;
  top: 50%;
  -webkit-transition-delay: 1500ms;
  -moz-transition-delay: 1500ms;
  -ms-transition-delay: 1500ms;
  -o-transition-delay: 1500ms;
  transition-delay: 1500ms;
}

.search-popup form {
  position: absolute;
  max-width: 700px;
  top: 50%;
  left: 15px;
  right: 15px;
  margin: -35px auto 0;
  transform: scaleX(0);
  transform-origin: center;
  background-color: #111111;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.search-active .search-popup form {
  transform: scaleX(1);
  -webkit-transition-delay: 1200ms;
  -moz-transition-delay: 1200ms;
  -ms-transition-delay: 1200ms;
  -o-transition-delay: 1200ms;
  transition-delay: 1200ms;
}

.search-popup .form-group {
  position: relative;
  margin: 0px;
  overflow: hidden;
}

.search-popup .form-group input[type=text],
.search-popup .form-group input[type=search] {
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 50px;
  color: var(--tp-common-white);
  height: 70px;
  width: 100%;
  padding: 10px 30px;
  background-color: transparent;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  font-weight: 500;
  text-transform: capitalize;
  border: none;
  border-bottom: 1px solid var(--tp-theme-primary);
  outline: 0;
}

.search-popup .form-group input[type=search] {
  padding: 10px 70px 10px 30px;
}

.search-popup .form-group input[type=submit], .search-popup .form-group button {
  position: absolute;
  right: 30px;
  top: 0px;
  height: 70px;
  line-height: 70px;
  background: transparent;
  text-align: center;
  font-size: 24px;
  color: var(--tp-common-white);
  padding: 0;
  cursor: pointer;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  border: none;
}

.search-popup .form-group input[type=submit]:hover,
.search-popup .form-group button:hover {
  color: var(--tp-theme-primary);
}

.search-popup input::placeholder,
.search-popup textarea::placeholder {
  color: var(--tp-common-white);
  border: none;
}

.search-popup .close-search.style-two {
  position: absolute;
  right: 25px;
  left: auto;
  color: var(--tp-common-white);
  width: auto;
  height: auto;
  top: 25px;
  margin: 0px;
  border: none;
  background: none !important;
  box-shadow: none !important;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.search-box-btn {
  display: inline-block;
  padding-left: 22px;
}

.search-box-btn i {
  display: inline-block;
  color: var(--tp-common-white);
  line-height: 30px;
  text-align: center;
  font-size: 18px;
  cursor: pointer;
  transition: 0.5s;
}

.upp.search-box-btn i {
  color: #9E9FA1;
}

.search-box-btn.search-box-outer span i {
  font-size: 20px;
  display: inline-block;
  color: var(--tp-common-white);
  padding-left: 17px;
  position: relative;
  z-index: 1;
}

.upp.search-box-btn.search-box-outer span i {
  color: #9E9FA1;
}

.search-box-btn.search-box-outer span i:after {
  position: absolute;
  content: "0";
  right: -10px;
  top: -4px;
  width: 16px;
  height: 16px;
  line-height: 16px;
  text-align: center;
  background: #1552F6;
  color: var(--tp-common-white);
  border-radius: 50%;
  display: inline-block;
  font-size: 12px;
}

.flaticon-multiply:before {
  content: inherit;
}

button.close-search i {
  font-size: 25px;
  color: var(--tp-common-white);
  display: inline-block;
}

span.flaticon-multiply i {
  display: inline-block;
  color: var(--tp-common-white);
}

/*----------------------------------------*/
/*  2.17 Hostspot css start
/*----------------------------------------*/
.tp-hotspot {
  display: inline-block;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  font-size: 16px;
  color: var(--tp-common-black);
  border-radius: 50%;
  background-color: var(--tp-common-white);
  position: absolute;
  z-index: 1;
}
.tp-hotspot:hover {
  cursor: pointer;
}

/*----------------------------------------*/
/*  2.18 Range Slider css start
/*----------------------------------------*/
.ui-button-icon-only, .ui-controlgroup-vertical .ui-controlgroup-item {
  box-sizing: border-box;
}

.ui-checkboxradio-disabled, .ui-state-disabled {
  pointer-events: none;
}

.ui-datepicker .ui-icon, .ui-icon {
  text-indent: -99999px;
  background-repeat: no-repeat;
}

.ui-helper-reset, .ui-menu {
  outline: 0;
  list-style: none;
}

.ui-helper-hidden, .ui-resizable-autohide .ui-resizable-handle, .ui-resizable-disabled .ui-resizable-handle {
  display: none;
}

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
}

.ui-helper-clearfix:after, .ui-helper-clearfix:before {
  content: "";
  display: table;
  border-collapse: collapse;
}

.ui-helper-clearfix:after {
  clear: both;
}

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0);
}

.ui-front {
  z-index: 100;
}

.ui-state-disabled {
  cursor: default !important;
}

.ui-icon {
  display: inline-block;
  vertical-align: middle;
  margin-top: -0.25em;
  position: relative;
  overflow: hidden;
}

.ui-widget-icon-block {
  left: 50%;
  margin-left: -8px;
  display: block;
}

.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ui-accordion .ui-accordion-header {
  display: block;
  cursor: pointer;
  position: relative;
  margin: 2px 0 0;
  padding: 0.5em 0.5em 0.5em 0.7em;
  font-size: 100%;
}

.ui-autocomplete, .ui-menu .ui-menu {
  position: absolute;
}

.ui-accordion .ui-accordion-content {
  padding: 1em 2.2em;
  border-top: 0;
  overflow: auto;
}

.ui-autocomplete {
  top: 0;
  left: 0;
  cursor: default;
}

.ui-menu {
  padding: 0;
  margin: 0;
  display: block;
}

.ui-button, .ui-controlgroup {
  display: inline-block;
  vertical-align: middle;
}

.ui-button, .ui-menu-icons, .ui-resizable {
  position: relative;
}

.ui-menu .ui-menu-item {
  margin: 0;
  cursor: pointer;
  list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}

.ui-menu .ui-menu-item-wrapper {
  position: relative;
  padding: 3px 1em 3px 0.4em;
}

.ui-menu .ui-menu-divider {
  margin: 5px 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  border-width: 1px 0 0;
}

.ui-menu .ui-state-active, .ui-menu .ui-state-focus {
  margin: -1px;
}

.ui-menu-icons .ui-menu-item-wrapper {
  padding-left: 2em;
}

.ui-button, .ui-controlgroup .ui-controlgroup-label {
  padding: 0.4em 1em;
}

.ui-menu .ui-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0.2em;
  margin: auto 0;
}

.ui-menu .ui-menu-icon {
  left: auto;
  right: 0;
}

.ui-button {
  line-height: normal;
  margin-right: 0.1em;
  cursor: pointer;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  overflow: visible;
}

.ui-button, .ui-button:active, .ui-button:hover, .ui-button:link, .ui-button:visited {
  text-decoration: none;
}

.ui-button-icon-only {
  width: 2em;
  text-indent: -9999px;
  white-space: nowrap;
}

input.ui-button.ui-button-icon-only {
  text-indent: 0;
}

.ui-button-icon-only .ui-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -8px;
  margin-left: -8px;
}

.ui-button.ui-icon-notext .ui-icon {
  padding: 0;
  width: 2.1em;
  height: 2.1em;
  text-indent: -9999px;
  white-space: nowrap;
}

input.ui-button.ui-icon-notext .ui-icon {
  width: auto;
  height: auto;
  text-indent: 0;
  white-space: normal;
  padding: 0.4em 1em;
}

button.ui-button::-moz-focus-inner, input.ui-button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.ui-controlgroup > .ui-controlgroup-item {
  float: left;
  margin-left: 0;
  margin-right: 0;
}

.ui-controlgroup > .ui-controlgroup-item.ui-visual-focus, .ui-controlgroup > .ui-controlgroup-item:focus {
  z-index: 9999;
}

.ui-controlgroup-vertical > .ui-controlgroup-item {
  display: block;
  float: none;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  text-align: left;
}

.ui-controlgroup .ui-controlgroup-label span {
  font-size: 80%;
}

.ui-controlgroup-horizontal .ui-controlgroup-label + .ui-controlgroup-item {
  border-left: none;
}

.ui-controlgroup-vertical .ui-controlgroup-label + .ui-controlgroup-item {
  border-top: none;
}

.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content {
  border-right: none;
}

.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content {
  border-bottom: none;
}

.ui-controlgroup-vertical .ui-spinner-input {
  width: 75%;
  width: calc(100% - 2.4em);
}

.ui-controlgroup-vertical .ui-spinner .ui-spinner-up {
  border-top-style: solid;
}

.ui-checkboxradio-label .ui-icon-background {
  box-shadow: inset 1px 1px 1px #ccc;
  border-radius: 0.12em;
  border: none;
}

.ui-checkboxradio-radio-label .ui-icon-background {
  width: 16px;
  height: 16px;
  border-radius: 1em;
  overflow: visible;
  border: none;
}

.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon, .ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {
  background-image: none;
  width: 8px;
  height: 8px;
  border-width: 4px;
  border-style: solid;
}

.ui-datepicker {
  width: 17em;
  padding: 0.2em 0.2em 0;
  display: none;
}

.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: 0.2em 0;
}

.ui-datepicker .ui-datepicker-next, .ui-datepicker .ui-datepicker-prev {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em;
}

.ui-datepicker .ui-datepicker-next-hover, .ui-datepicker .ui-datepicker-prev-hover {
  top: 1px;
}

.ui-datepicker .ui-datepicker-prev {
  left: 2px;
}

.ui-datepicker .ui-datepicker-next {
  right: 2px;
}

.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px;
}

.ui-datepicker .ui-datepicker-next-hover {
  right: 1px;
}

.ui-datepicker .ui-datepicker-next span, .ui-datepicker .ui-datepicker-prev span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px;
}

.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center;
}

.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0;
}

.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
  width: 45%;
}

.ui-datepicker table {
  width: 100%;
  font-size: 0.9em;
  border-collapse: collapse;
  margin: 0 0 0.4em;
}

.ui-datepicker th {
  padding: 0.7em 0.3em;
  text-align: center;
  font-weight: 700;
  border: 0;
}

.ui-datepicker td {
  border: 0;
  padding: 1px;
}

.ui-datepicker td a, .ui-datepicker td span {
  display: block;
  padding: 0.2em;
  text-align: right;
  text-decoration: none;
}

.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: 0.7em 0 0;
  padding: 0 0.2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}

.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: 0.5em 0.2em 0.4em;
  cursor: pointer;
  padding: 0.2em 0.6em 0.3em;
  width: auto;
  overflow: visible;
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current, .ui-datepicker-multi .ui-datepicker-group, .ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left;
}

.ui-datepicker.ui-datepicker-multi {
  width: auto;
}

.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto 0.4em;
}

.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}

.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%;
}

.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%;
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header, .ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}

.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0;
}

.ui-datepicker-rtl {
  direction: rtl;
}

.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto;
}

.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current, .ui-datepicker-rtl .ui-datepicker-group, .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: right;
}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header, .ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}

.ui-datepicker .ui-icon {
  display: block;
  overflow: hidden;
  left: 0.5em;
  top: 0.3em;
}

.ui-dialog {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0.2em;
  outline: 0;
}

.ui-dialog .ui-dialog-titlebar {
  padding: 0.4em 1em;
  position: relative;
}

.ui-dialog .ui-dialog-title {
  float: left;
  margin: 0.1em 0;
  white-space: nowrap;
  width: 90%;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  right: 0.3em;
  top: 50%;
  width: 20px;
  margin: -10px 0 0;
  padding: 1px;
  height: 20px;
}

.ui-dialog .ui-dialog-content {
  position: relative;
  border: 0;
  padding: 0.5em 1em;
  background: 0 0;
  overflow: auto;
}

.ui-dialog .ui-dialog-buttonpane {
  text-align: left;
  border-width: 1px 0 0;
  background-image: none;
  margin-top: 0.5em;
  padding: 0.3em 1em 0.5em 0.4em;
}

.ui-dialog .ui-dialog-buttonpane button {
  margin: 0.5em 0.4em 0.5em 0;
  cursor: pointer;
}

.ui-dialog .ui-resizable-n {
  height: 2px;
  top: 0;
}

.ui-dialog .ui-resizable-e {
  width: 2px;
  right: 0;
}

.ui-dialog .ui-resizable-s {
  height: 2px;
  bottom: 0;
}

.ui-dialog .ui-resizable-w {
  width: 2px;
  left: 0;
}

.ui-dialog .ui-resizable-ne, .ui-dialog .ui-resizable-nw, .ui-dialog .ui-resizable-se, .ui-dialog .ui-resizable-sw {
  width: 7px;
  height: 7px;
}

.ui-dialog .ui-resizable-se {
  right: 0;
  bottom: 0;
}

.ui-dialog .ui-resizable-sw {
  left: 0;
  bottom: 0;
}

.ui-dialog .ui-resizable-ne {
  right: 0;
  top: 0;
}

.ui-dialog .ui-resizable-nw {
  left: 0;
  top: 0;
}

.ui-draggable .ui-dialog-titlebar {
  cursor: move;
}

.ui-draggable-handle, .ui-selectable, .ui-sortable-handle {
  -ms-touch-action: none;
  touch-action: none;
}

.ui-resizable-handle {
  position: absolute;
  font-size: 0.1px;
  display: block;
  -ms-touch-action: none;
  touch-action: none;
}

.ui-resizable-n {
  cursor: n-resize;
  height: 7px;
  width: 100%;
  top: -5px;
  left: 0;
}

.ui-resizable-s {
  cursor: s-resize;
  height: 7px;
  width: 100%;
  bottom: -5px;
  left: 0;
}

.ui-resizable-e {
  cursor: e-resize;
  width: 7px;
  right: -5px;
  top: 0;
  height: 100%;
}

.ui-resizable-w {
  cursor: w-resize;
  width: 7px;
  left: -5px;
  top: 0;
  height: 100%;
}

.ui-resizable-se {
  cursor: se-resize;
  width: 12px;
  height: 12px;
  right: 1px;
  bottom: 1px;
}

.ui-resizable-sw {
  cursor: sw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  bottom: -5px;
}

.ui-resizable-nw {
  cursor: nw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  top: -5px;
}

.ui-resizable-ne {
  cursor: ne-resize;
  width: 9px;
  height: 9px;
  right: -5px;
  top: -5px;
}

.ui-progressbar {
  height: 2em;
  text-align: left;
  overflow: hidden;
}

.ui-progressbar .ui-progressbar-value {
  margin: -1px;
  height: 100%;
}

.ui-progressbar .ui-progressbar-overlay {
  background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
  height: 100%;
  opacity: 0.25;
}

.ui-progressbar-indeterminate .ui-progressbar-value {
  background-image: none;
}

.ui-selectable-helper {
  position: absolute;
  z-index: 100;
  border: 1px dotted #000;
}

.ui-selectmenu-menu {
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}

.ui-selectmenu-menu .ui-menu {
  overflow: auto;
  overflow-x: hidden;
  padding-bottom: 1px;
}

.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
  font-size: 1em;
  font-weight: 700;
  line-height: 1.5;
  padding: 2px 0.4em;
  margin: 0.5em 0 0;
  height: auto;
  border: 0;
}

.ui-selectmenu-open {
  display: block;
}

.ui-selectmenu-text {
  display: block;
  margin-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ui-selectmenu-button.ui-button {
  text-align: left;
  white-space: nowrap;
  width: 14em;
}

.ui-selectmenu-icon.ui-icon {
  float: right;
  margin-top: 0;
}

.ui-slider {
  position: relative;
  text-align: left;
}

.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: default;
  -ms-touch-action: none;
  touch-action: none;
}

.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: 0.7em;
  display: block;
  border: 0;
  background-position: 0 0;
}

.ui-slider.ui-state-disabled .ui-slider-handle, .ui-slider.ui-state-disabled .ui-slider-range {
  filter: inherit;
}

.ui-slider-horizontal {
  height: 0.8em;
}

.ui-slider-horizontal .ui-slider-handle {
  top: -0.3em;
  margin-left: 0;
}

.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}

.ui-slider-horizontal .ui-slider-range-min {
  left: 0;
}

.ui-slider-horizontal .ui-slider-range-max {
  right: 0;
}

.ui-slider-vertical {
  width: 0.8em;
  height: 100px;
}

.ui-slider-vertical .ui-slider-handle {
  left: -0.3em;
  margin-left: 0;
  margin-bottom: -0.6em;
}

.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%;
}

.ui-slider-vertical .ui-slider-range-min, .ui-spinner-down {
  bottom: 0;
}

.ui-slider-vertical .ui-slider-range-max, .ui-spinner-up {
  top: 0;
}

.ui-spinner {
  position: relative;
  display: inline-block;
  overflow: hidden;
  padding: 0;
  vertical-align: middle;
}

.ui-spinner-input {
  border: none;
  background: 0 0;
  color: inherit;
  padding: 0.222em 0;
  margin: 0.2em 2em 0.2em 0.4em;
  vertical-align: middle;
}

.ui-spinner-button {
  width: 1.6em;
  height: 50%;
  font-size: 0.5em;
  padding: 0;
  margin: 0;
  text-align: center;
  position: absolute;
  cursor: default;
  display: block;
  overflow: hidden;
  right: 0;
}

.ui-spinner a.ui-spinner-button {
  border-top-style: none;
  border-bottom-style: none;
  border-right-style: none;
}

.ui-tabs {
  position: relative;
  padding: 0.2em;
}

.ui-tabs .ui-tabs-nav {
  margin: 0;
  padding: 0.2em 0.2em 0;
}

.ui-tabs .ui-tabs-nav li {
  list-style: none;
  float: left;
  position: relative;
  top: 0;
  margin: 1px 0.2em 0 0;
  border-bottom-width: 0;
  padding: 0;
  white-space: nowrap;
}

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
  float: left;
  padding: 0.5em 1em;
  text-decoration: none;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
  margin-bottom: -1px;
  padding-bottom: 1px;
}

.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor, .ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor, .ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
  cursor: text;
}

.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
  cursor: pointer;
}

.ui-tabs .ui-tabs-panel {
  display: block;
  border-width: 0;
  padding: 1em 1.4em;
  background: 0 0;
}

.ui-tooltip {
  padding: 8px;
  position: absolute;
  z-index: 9999;
  max-width: 300px;
}

body .ui-tooltip {
  border-width: 2px;
}

.ui-widget, .ui-widget button, .ui-widget input, .ui-widget select, .ui-widget textarea {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
}

.ui-widget .ui-widget {
  font-size: 1em;
}

.ui-widget.ui-widget-content {
  border: 1px solid #c5c5c5;
}

.ui-widget-content {
  border: 1px solid #ddd;
  background: #fff;
  color: #333;
}

.ui-widget-content a, .ui-widget-header a {
  color: #333;
}

.ui-widget-header {
  border: 1px solid #ddd;
  background: #e9e9e9;
  color: #333;
  font-weight: 700;
}

.ui-button, .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, html .ui-button.ui-state-disabled:active, html .ui-button.ui-state-disabled:hover {
  border: 1px solid #000;
  background: #f6f6f6;
  font-weight: 400;
  color: #454545;
}

.ui-button, .ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited, a.ui-button, a:link.ui-button, a:visited.ui-button {
  color: #454545;
  text-decoration: none;
}

.ui-button:focus, .ui-button:hover, .ui-state-focus, .ui-state-hover, .ui-widget-content .ui-state-focus, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-focus, .ui-widget-header .ui-state-hover {
  border: 1px solid #000;
  background: #ededed;
  font-weight: 400;
  color: #2b2b2b;
}

.ui-state-focus a, .ui-state-focus a:hover, .ui-state-focus a:link, .ui-state-focus a:visited, .ui-state-hover a, .ui-state-hover a:hover, .ui-state-hover a:link, .ui-state-hover a:visited, a.ui-button:focus, a.ui-button:hover {
  color: #2b2b2b;
  text-decoration: none;
}

.ui-visual-focus {
  box-shadow: 0 0 3px 1px #5e9ed6;
}

.ui-button.ui-state-active:hover, .ui-button:active, .ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active {
  border: 1px solid #003eff;
  background: #007fff;
  font-weight: 400;
  color: #fff;
}

.ui-icon-background, .ui-state-active .ui-icon-background {
  border: #003eff;
  background-color: #fff;
}

.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
  color: #fff;
  text-decoration: none;
}

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
  border: 1px solid #dad55e;
  background: #fffa90;
  color: #777620;
}

.ui-state-checked {
  border: 1px solid #dad55e;
  background: #fffa90;
}

.ui-state-highlight a, .ui-widget-content .ui-state-highlight a, .ui-widget-header .ui-state-highlight a {
  color: #777620;
}

.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {
  border: 1px solid #f1a899;
  background: #fddfdf;
  color: #5f3f3f;
}

.ui-state-error a, .ui-state-error-text, .ui-widget-content .ui-state-error a, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error a, .ui-widget-header .ui-state-error-text {
  color: #5f3f3f;
}

.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary {
  font-weight: 700;
}

.ui-priority-secondary, .ui-widget-content .ui-priority-secondary, .ui-widget-header .ui-priority-secondary {
  opacity: 0.7;
  filter: Alpha(Opacity=70);
  font-weight: 400;
}

.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled {
  opacity: 0.35;
  filter: Alpha(Opacity=35);
  background-image: none;
}

.ui-state-disabled .ui-icon {
  filter: Alpha(Opacity=35);
}

.ui-icon {
  width: 16px;
  height: 16px;
}

.ui-icon, .ui-widget-content .ui-icon, .ui-widget-header .ui-icon {
  background-image: url("images/ui-icons_444444_256x240.png");
}

.ui-button:focus .ui-icon, .ui-button:hover .ui-icon, .ui-state-focus .ui-icon, .ui-state-hover .ui-icon {
  background-image: url("images/ui-icons_555555_256x240.png");
}

.ui-button:active .ui-icon, .ui-state-active .ui-icon {
  background-image: url("images/ui-icons_ffffff_256x240.png");
}

.ui-button .ui-state-highlight.ui-icon, .ui-state-highlight .ui-icon {
  background-image: url("images/ui-icons_777620_256x240.png");
}

.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {
  background-image: url("images/ui-icons_cc0000_256x240.png");
}

.ui-button .ui-icon {
  background-image: url("images/ui-icons_777777_256x240.png");
}

.ui-icon-blank {
  background-position: 16px 16px;
}

.ui-icon-caret-1-n {
  background-position: 0 0;
}

.ui-icon-caret-1-ne {
  background-position: -16px 0;
}

.ui-icon-caret-1-e {
  background-position: -32px 0;
}

.ui-icon-caret-1-se {
  background-position: -48px 0;
}

.ui-icon-caret-1-s {
  background-position: -65px 0;
}

.ui-icon-caret-1-sw {
  background-position: -80px 0;
}

.ui-icon-caret-1-w {
  background-position: -96px 0;
}

.ui-icon-caret-1-nw {
  background-position: -112px 0;
}

.ui-icon-caret-2-n-s {
  background-position: -128px 0;
}

.ui-icon-caret-2-e-w {
  background-position: -144px 0;
}

.ui-icon-triangle-1-n {
  background-position: 0 -16px;
}

.ui-icon-triangle-1-ne {
  background-position: -16px -16px;
}

.ui-icon-triangle-1-e {
  background-position: -32px -16px;
}

.ui-icon-triangle-1-se {
  background-position: -48px -16px;
}

.ui-icon-triangle-1-s {
  background-position: -65px -16px;
}

.ui-icon-triangle-1-sw {
  background-position: -80px -16px;
}

.ui-icon-triangle-1-w {
  background-position: -96px -16px;
}

.ui-icon-triangle-1-nw {
  background-position: -112px -16px;
}

.ui-icon-triangle-2-n-s {
  background-position: -128px -16px;
}

.ui-icon-triangle-2-e-w {
  background-position: -144px -16px;
}

.ui-icon-arrow-1-n {
  background-position: 0 -32px;
}

.ui-icon-arrow-1-ne {
  background-position: -16px -32px;
}

.ui-icon-arrow-1-e {
  background-position: -32px -32px;
}

.ui-icon-arrow-1-se {
  background-position: -48px -32px;
}

.ui-icon-arrow-1-s {
  background-position: -65px -32px;
}

.ui-icon-arrow-1-sw {
  background-position: -80px -32px;
}

.ui-icon-arrow-1-w {
  background-position: -96px -32px;
}

.ui-icon-arrow-1-nw {
  background-position: -112px -32px;
}

.ui-icon-arrow-2-n-s {
  background-position: -128px -32px;
}

.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px;
}

.ui-icon-arrow-2-e-w {
  background-position: -160px -32px;
}

.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px;
}

.ui-icon-arrowstop-1-n {
  background-position: -192px -32px;
}

.ui-icon-arrowstop-1-e {
  background-position: -208px -32px;
}

.ui-icon-arrowstop-1-s {
  background-position: -224px -32px;
}

.ui-icon-arrowstop-1-w {
  background-position: -240px -32px;
}

.ui-icon-arrowthick-1-n {
  background-position: 1px -48px;
}

.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px;
}

.ui-icon-arrowthick-1-e {
  background-position: -32px -48px;
}

.ui-icon-arrowthick-1-se {
  background-position: -48px -48px;
}

.ui-icon-arrowthick-1-s {
  background-position: -64px -48px;
}

.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px;
}

.ui-icon-arrowthick-1-w {
  background-position: -96px -48px;
}

.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px;
}

.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px;
}

.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px;
}

.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px;
}

.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px;
}

.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px;
}

.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px;
}

.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px;
}

.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px;
}

.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px;
}

.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px;
}

.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px;
}

.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px;
}

.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px;
}

.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px;
}

.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px;
}

.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px;
}

.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px;
}

.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px;
}

.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px;
}

.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px;
}

.ui-icon-arrow-4 {
  background-position: 0 -80px;
}

.ui-icon-arrow-4-diag {
  background-position: -16px -80px;
}

.ui-icon-extlink {
  background-position: -32px -80px;
}

.ui-icon-newwin {
  background-position: -48px -80px;
}

.ui-icon-refresh {
  background-position: -64px -80px;
}

.ui-icon-shuffle {
  background-position: -80px -80px;
}

.ui-icon-transfer-e-w {
  background-position: -96px -80px;
}

.ui-icon-transferthick-e-w {
  background-position: -112px -80px;
}

.ui-icon-folder-collapsed {
  background-position: 0 -96px;
}

.ui-icon-folder-open {
  background-position: -16px -96px;
}

.ui-icon-document {
  background-position: -32px -96px;
}

.ui-icon-document-b {
  background-position: -48px -96px;
}

.ui-icon-note {
  background-position: -64px -96px;
}

.ui-icon-mail-closed {
  background-position: -80px -96px;
}

.ui-icon-mail-open {
  background-position: -96px -96px;
}

.ui-icon-suitcase {
  background-position: -112px -96px;
}

.ui-icon-comment {
  background-position: -128px -96px;
}

.ui-icon-person {
  background-position: -144px -96px;
}

.ui-icon-print {
  background-position: -160px -96px;
}

.ui-icon-trash {
  background-position: -176px -96px;
}

.ui-icon-locked {
  background-position: -192px -96px;
}

.ui-icon-unlocked {
  background-position: -208px -96px;
}

.ui-icon-bookmark {
  background-position: -224px -96px;
}

.ui-icon-tag {
  background-position: -240px -96px;
}

.ui-icon-home {
  background-position: 0 -112px;
}

.ui-icon-flag {
  background-position: -16px -112px;
}

.ui-icon-calendar {
  background-position: -32px -112px;
}

.ui-icon-cart {
  background-position: -48px -112px;
}

.ui-icon-pencil {
  background-position: -64px -112px;
}

.ui-icon-clock {
  background-position: -80px -112px;
}

.ui-icon-disk {
  background-position: -96px -112px;
}

.ui-icon-calculator {
  background-position: -112px -112px;
}

.ui-icon-zoomin {
  background-position: -128px -112px;
}

.ui-icon-zoomout {
  background-position: -144px -112px;
}

.ui-icon-search {
  background-position: -160px -112px;
}

.ui-icon-wrench {
  background-position: -176px -112px;
}

.ui-icon-gear {
  background-position: -192px -112px;
}

.ui-icon-heart {
  background-position: -208px -112px;
}

.ui-icon-star {
  background-position: -224px -112px;
}

.ui-icon-link {
  background-position: -240px -112px;
}

.ui-icon-cancel {
  background-position: 0 -128px;
}

.ui-icon-plus {
  background-position: -16px -128px;
}

.ui-icon-plusthick {
  background-position: -32px -128px;
}

.ui-icon-minus {
  background-position: -48px -128px;
}

.ui-icon-minusthick {
  background-position: -64px -128px;
}

.ui-icon-close {
  background-position: -80px -128px;
}

.ui-icon-closethick {
  background-position: -96px -128px;
}

.ui-icon-key {
  background-position: -112px -128px;
}

.ui-icon-lightbulb {
  background-position: -128px -128px;
}

.ui-icon-scissors {
  background-position: -144px -128px;
}

.ui-icon-clipboard {
  background-position: -160px -128px;
}

.ui-icon-copy {
  background-position: -176px -128px;
}

.ui-icon-contact {
  background-position: -192px -128px;
}

.ui-icon-image {
  background-position: -208px -128px;
}

.ui-icon-video {
  background-position: -224px -128px;
}

.ui-icon-script {
  background-position: -240px -128px;
}

.ui-icon-alert {
  background-position: 0 -144px;
}

.ui-icon-info {
  background-position: -16px -144px;
}

.ui-icon-notice {
  background-position: -32px -144px;
}

.ui-icon-help {
  background-position: -48px -144px;
}

.ui-icon-check {
  background-position: -64px -144px;
}

.ui-icon-bullet {
  background-position: -80px -144px;
}

.ui-icon-radio-on {
  background-position: -96px -144px;
}

.ui-icon-radio-off {
  background-position: -112px -144px;
}

.ui-icon-pin-w {
  background-position: -128px -144px;
}

.ui-icon-pin-s {
  background-position: -144px -144px;
}

.ui-icon-play {
  background-position: 0 -160px;
}

.ui-icon-pause {
  background-position: -16px -160px;
}

.ui-icon-seek-next {
  background-position: -32px -160px;
}

.ui-icon-seek-prev {
  background-position: -48px -160px;
}

.ui-icon-seek-end {
  background-position: -64px -160px;
}

.ui-icon-seek-first, .ui-icon-seek-start {
  background-position: -80px -160px;
}

.ui-icon-stop {
  background-position: -96px -160px;
}

.ui-icon-eject {
  background-position: -112px -160px;
}

.ui-icon-volume-off {
  background-position: -128px -160px;
}

.ui-icon-volume-on {
  background-position: -144px -160px;
}

.ui-icon-power {
  background-position: 0 -176px;
}

.ui-icon-signal-diag {
  background-position: -16px -176px;
}

.ui-icon-signal {
  background-position: -32px -176px;
}

.ui-icon-battery-0 {
  background-position: -48px -176px;
}

.ui-icon-battery-1 {
  background-position: -64px -176px;
}

.ui-icon-battery-2 {
  background-position: -80px -176px;
}

.ui-icon-battery-3 {
  background-position: -96px -176px;
}

.ui-icon-circle-plus {
  background-position: 0 -192px;
}

.ui-icon-circle-minus {
  background-position: -16px -192px;
}

.ui-icon-circle-close {
  background-position: -32px -192px;
}

.ui-icon-circle-triangle-e {
  background-position: -48px -192px;
}

.ui-icon-circle-triangle-s {
  background-position: -64px -192px;
}

.ui-icon-circle-triangle-w {
  background-position: -80px -192px;
}

.ui-icon-circle-triangle-n {
  background-position: -96px -192px;
}

.ui-icon-circle-arrow-e {
  background-position: -112px -192px;
}

.ui-icon-circle-arrow-s {
  background-position: -128px -192px;
}

.ui-icon-circle-arrow-w {
  background-position: -144px -192px;
}

.ui-icon-circle-arrow-n {
  background-position: -160px -192px;
}

.ui-icon-circle-zoomin {
  background-position: -176px -192px;
}

.ui-icon-circle-zoomout {
  background-position: -192px -192px;
}

.ui-icon-circle-check {
  background-position: -208px -192px;
}

.ui-icon-circlesmall-plus {
  background-position: 0 -208px;
}

.ui-icon-circlesmall-minus {
  background-position: -16px -208px;
}

.ui-icon-circlesmall-close {
  background-position: -32px -208px;
}

.ui-icon-squaresmall-plus {
  background-position: -48px -208px;
}

.ui-icon-squaresmall-minus {
  background-position: -64px -208px;
}

.ui-icon-squaresmall-close {
  background-position: -80px -208px;
}

.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px;
}

.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px;
}

.ui-icon-grip-solid-vertical {
  background-position: -32px -224px;
}

.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px;
}

.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px;
}

.ui-icon-grip-diagonal-se {
  background-position: -80px -224px;
}

.ui-corner-all, .ui-corner-left, .ui-corner-tl, .ui-corner-top {
  border-top-left-radius: 3px;
}

.ui-corner-all, .ui-corner-right, .ui-corner-top, .ui-corner-tr {
  border-top-right-radius: 3px;
}

.ui-corner-all, .ui-corner-bl, .ui-corner-bottom, .ui-corner-left {
  border-bottom-left-radius: 3px;
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-br, .ui-corner-right {
  border-bottom-right-radius: 3px;
}

.ui-widget-overlay {
  background: #aaa;
  opacity: 0.3;
  filter: Alpha(Opacity=30);
}

.ui-widget-shadow {
  -webkit-box-shadow: 0 0 5px #666;
  box-shadow: 0 0 5px #666;
}

/*----------------------------------------*/
/*  1.1 minicart
/*----------------------------------------*/
.cartmini__top-title {
  padding: 20px 0;
  border-bottom: 1px solid var(--tp-border-primary);
}
.cartmini__top-title h4 {
  font-size: 16px;
  text-transform: capitalize;
  font-weight: 600;
  margin-bottom: 0;
}
.cartmini__close {
  position: absolute;
  top: 17px;
  right: 20px;
}
.cartmini__close-btn {
  background: transparent;
  color: var(--tp-common-black);
  font-size: 22px;
}
.cartmini__close-btn:hover {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.cartmini__shipping {
  padding: 15px 0;
  border-bottom: 1px solid var(--tp-border-primary);
}
.cartmini__shipping .progress {
  height: 10px;
  border-radius: 0;
}
.cartmini__shipping .progress-bar {
  background-color: var(--tp-theme-primary);
}
.cartmini__shipping p {
  margin-bottom: 5px;
}
.cartmini__shipping p span {
  color: var(--tp-pink-1);
  font-weight: 600;
}
.cartmini__content a {
  font-size: 15px;
  margin-bottom: 12px;
  font-weight: 500;
  transition: all 0.3s ease;
}
.cartmini__content a:hover {
  color: var(--tp-theme-04);
}
.cartmini__widget {
  height: 100%;
}
.cartmini__widget::-webkit-scrollbar {
  display: none; /* for Chrome, Safari, and Opera */
}
.cartmini__widget-item {
  position: relative;
  display: flex;
  padding: 20px;
  padding-right: 35px;
  border-bottom: 1px solid rgba(129, 129, 129, 0.2);
  transition: background-color 0.3s;
}
.cartmini__widget-item:last-child {
  border-bottom: 0;
}
.cartmini__thumb {
  margin-right: 15px;
}
.cartmini__thumb img {
  width: 70px;
  height: 90px;
}
.cartmini__title {
  font-weight: 500;
  padding: 20px 20px;
  border-bottom: 1px solid rgba(129, 129, 129, 0.2);
  box-shadow: 0 0 10px 0 rgba(129, 129, 129, 0.2);
}
.cartmini__title h4 {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 0;
}
.cartmini__title a:hover {
  color: var(--tp-theme-primary);
}
.cartmini__del {
  position: absolute;
  top: 15px;
  right: 10px;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  color: var(--tp-common-black);
  font-size: 14px;
}
.cartmini__del:hover {
  color: var(--tp-theme-04);
}
.cartmini__checkout {
  padding: 20px;
  padding-bottom: 85px;
  width: 100%;
  background: var(--tp-common-white);
  border-top: 2px solid rgba(129, 129, 129, 0.2);
}
.cartmini__checkout-title h4 {
  font-size: 18px;
  display: inline-block;
  font-weight: 600;
  margin-bottom: 0;
  color: var(--tp-common-black);
}
.cartmini__checkout-title span {
  float: right;
  font-size: 20px;
  font-weight: 600;
  color: var(--tp-theme-04);
}
.cartmini__price {
  font-size: 14px;
  font-weight: 500;
  color: var(--tp-theme-04);
}
.cartmini__quantity {
  font-size: 12px;
  font-weight: 500;
}
.cartmini__empty {
  margin-top: 150px;
}
.cartmini__empty img {
  margin-bottom: 30px;
}
.cartmini__empty p {
  font-size: 16px;
  color: var(--tp-common-black);
  margin-bottom: 15px;
}
.cartmini-btn {
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  color: var(--tp-common-white);
  background: var(--tp-common-black);
  text-align: center;
  padding: 10px 30px;
  position: relative;
  text-transform: capitalize;
  z-index: 1;
  overflow: hidden;
  letter-spacing: -0.02em;
  border: 1px solid var(--tp-common-black);
}
.cartmini-btn:hover {
  border: 1px solid rgba(129, 129, 129, 0.2);
  color: var(--tp-common-black);
  background: none;
}
.cartmini-btn-border {
  display: inline-block;
  font-weight: 500;
  color: var(--tp-common-black);
  border: 1px solid rgba(129, 129, 129, 0.2);
  text-align: center;
  padding: 10px 30px;
  font-size: 15px;
  text-transform: capitalize;
}
.cartmini-btn-border:hover {
  background: var(--tp-common-black);
  border: 1px solid var(--tp-common-black);
  color: var(--tp-common-white);
}
.cartmini__area {
  position: fixed;
  right: 0;
  top: 0;
  width: 360px;
  height: 100%;
  transform: translateX(calc(100% + 80px));
  background: var(--tp-common-white) none repeat scroll 0 0;
  -moz-transition: transform 0.45s ease-in-out, opacity 0.45s ease-in-out;
  transition: transform 0.45s ease-in-out, opacity 0.45s ease-in-out;
  z-index: 9999;
  overflow-y: scroll;
  overscroll-behavior-y: contain;
  scrollbar-width: none;
}
.cartmini__area.cartmini-opened {
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.cartmini__wrapper {
  position: relative;
  min-height: 100%;
}
.cartmini-overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 995;
  width: 100%;
  height: 100%;
  background: rgb(24, 24, 24);
  backdrop-filter: blur(15px);
  visibility: hidden;
  opacity: 0;
  transition: 0.45s ease-in-out;
}
.cartmini-overlay.openeds {
  opacity: 1;
  visibility: visible;
  opacity: 0.7;
}
.cartmini-item-count {
  top: -10px;
  right: -9px;
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  color: var(--tp-common-white);
  background-color: var(--tp-theme-04);
  width: 18px;
  height: 18px;
  line-height: 18px;
  text-align: center;
  border-radius: 50%;
}
.cartmini-item-count-2 {
  background-color: var(--tp-common-black);
  color: var(--tp-common-white);
}
.cartmini-item-count-3 {
  background-color: var(--tp-theme-08);
}

/*----------------------------------------*/
/*  2.5 cursor
/*----------------------------------------*/
.cursor {
  position: fixed;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  background: transparent;
  border: 1px solid var(--tp-theme-primary);
  border-radius: 50%;
  pointer-events: none;
  transform: translate(-50%, -50%);
  z-index: 1000;
  transition: 0.15s;
}

.cursor2 {
  position: fixed;
  top: 0;
  left: 0;
  width: 5px;
  height: 5px;
  background: transparent;
  border-radius: 50%;
  pointer-events: none;
  transform: translate(-5px, 0px);
  z-index: 1000;
  transition: 0.1s;
}

.grow,
.grow-small {
  transform: scale(2);
  background: transparent;
  border: none;
  transition: 0.5s;
  opacity: 0;
  border: 1px solid var(--tp-theme-primary);
}

body.tp-magic-cursor #magic-cursor {
  display: block;
}

#magic-cursor {
  position: absolute;
  display: none;
  width: 10px;
  height: 10px;
  pointer-events: none;
  z-index: 99999;
  opacity: 0;
}

#ball {
  position: fixed;
  display: flex;
  align-items: center;
  pointer-events: none;
  background-color: var(--tp-theme-primary) !important;
  border-radius: 50%;
  justify-content: center;
  mix-blend-mode: difference;
  color: transparent;
}

/* Ball view 
============= */
#ball .ball-view {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  padding: 0 5px;
  line-height: 1.1;
  text-align: center;
  transform: scale(0);
  font-family: var(--tp-ff-common);
  font-weight: 400;
  font-size: 16px;
  text-transform: capitalize;
  color: var(--tp-common-white);
}

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

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

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

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

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

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

#ball .ball-close {
  position: absolute;
  padding: 0 5px;
  font-size: 14px;
  font-weight: 600;
  color: #000;
  line-height: 1;
  text-align: center;
}

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

.product-popup__item:hover .product-popup__thumb img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.product-popup__item:hover .product-popup__add {
  opacity: 1;
  visibility: visible;
  bottom: 0;
}
.product-popup__item:hover .product-popup__action a, .product-popup__item:hover .product-popup__action button {
  transform: translateX(0);
  visibility: visible;
  opacity: 1;
}
.product-popup__item:hover .product-popup__action a:nth-child(1), .product-popup__item:hover .product-popup__action button:nth-child(1) {
  transition-delay: 0s;
}
.product-popup__item:hover .product-popup__action a:nth-child(2), .product-popup__item:hover .product-popup__action button:nth-child(2) {
  transition-delay: 0.1s;
}
.product-popup__item:hover .product-popup__action a:nth-child(3), .product-popup__item:hover .product-popup__action button:nth-child(3) {
  transition-delay: 0.12s;
}
.product-popup__item:hover .product-popup__action a:nth-child(4), .product-popup__item:hover .product-popup__action button:nth-child(4) {
  transition-delay: 0.14s;
}
.product-popup__content {
  padding-top: 14px;
}
.product-popup__rating span {
  font-size: 11px;
  display: inline-block;
}
.product-popup__rating span:not(:last-child) {
  margin-right: 3px;
}
.product-popup__rating-2 {
  margin-bottom: 2px;
}
.product-popup__rating-2 span {
  font-size: 12px;
}
.product-popup__rating-2 span i {
  color: var(--tp-theme-primary);
}
.product-popup__title {
  font-weight: 400;
  font-size: 14px;
}
.product-popup__title a:hover {
  color: var(--tp-theme-primary);
}
.product-popup__ammount {
  font-weight: 500;
  font-size: 15px;
  color: var(--tp-text-1);
}
.product-popup__badge {
  position: absolute;
  left: 0;
  top: 20px;
}
.product-popup__badge-item {
  display: inline-block;
  font-size: 13px;
  line-height: 1;
  color: var(--tp-common-white);
  background-color: var(--tp-common-black);
  padding: 4px 10px 4px;
  margin-bottom: 5px;
  text-transform: capitalize;
}
.product-popup__badge-item.has-new {
  background-color: var(--tp-theme-primary);
}
.product-popup__action {
  position: absolute;
  top: 40px;
  right: 10px;
}
.product-popup__action a, .product-popup__action button {
  display: inline-block;
  width: 38px;
  height: 38px;
  line-height: 38px;
  background-color: #FFFFFF;
  box-shadow: 0px 1px 3px rgba(3, 4, 28, 0.12);
  text-align: center;
  position: relative;
  margin-bottom: 6px;
  transform: translateX(100%);
  opacity: 0;
  visibility: hidden;
}
.product-popup__action a svg, .product-popup__action button svg {
  -webkit-transform: translateY(-2px);
  -moz-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  -o-transform: translateY(-2px);
  transform: translateY(-2px);
}
.product-popup__action a:nth-child(1), .product-popup__action button:nth-child(1) {
  transition-delay: 0.14s;
}
.product-popup__action a:nth-child(2), .product-popup__action button:nth-child(2) {
  transition-delay: 0.12s;
}
.product-popup__action a:nth-child(3), .product-popup__action button:nth-child(3) {
  transition-delay: 0.1s;
}
.product-popup__action a:nth-child(4), .product-popup__action button:nth-child(4) {
  transition-delay: 0s;
}
.product-popup__action a:hover, .product-popup__action button:hover {
  background-color: var(--tp-theme-primary);
  color: var(--tp-common-white);
}
.product-popup__add {
  position: absolute;
  bottom: -60px;
  left: 0;
  right: 0;
  visibility: hidden;
  opacity: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .product-popup__details-thumb-tab {
    margin-right: 0;
  }
}
.product-popup__details-thumb-content {
  margin-bottom: 14px;
}
.product-popup__details-thumb-nav .nav-link {
  width: 110px;
  height: 110px;
  position: relative;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .product-popup__details-thumb-nav .nav-link {
    margin-right: 12px;
  }
}
.product-popup__details-thumb-nav .nav-link::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  border: 1px solid var(--tp-theme-primary);
  opacity: 0;
  visibility: hidden;
}
.product-popup__details-thumb-nav .nav-link img {
  width: 110px;
  height: 110px;
  position: relative;
}
.product-popup__details-thumb-nav .nav-link.active::after {
  visibility: visible;
  opacity: 1;
}
.product-popup__details-stock {
  margin-bottom: 13px;
}
.product-popup__details-stock span {
  font-weight: 500;
  font-size: 14px;
  line-height: 1;
  color: var(--tp-theme-primary);
  border: 1px solid rgba(33, 68, 216, 0.1);
  padding: 5px 18px;
}
.product-popup__details-title {
  font-weight: 800;
  font-size: 36px;
  margin-bottom: 5px;
}
.product-popup__details-rating {
  margin-bottom: 13px;
}
.product-popup__details-rating .product-popup__rating {
  margin-right: 10px;
}
.product-popup__details-rating-count {
  position: relative;
  margin-bottom: 2px;
  padding-left: 9px;
}
.product-popup__details-rating-count::after {
  position: absolute;
  content: "";
  left: 0;
  top: 3px;
  width: 1px;
  height: 20px;
  background-color: #DADCE0;
}
.product-popup__details-rating-count span {
  font-size: 14px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .product-popup__details-wrapper {
    margin-top: 40px;
  }
}
.product-popup__details-wrapper p {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 23px;
}
.product-popup__details-price span {
  line-height: 1;
}
.product-popup__details-ammount {
  font-weight: 600;
  font-size: 24px;
  color: var(--tp-common-black);
}
.product-popup__details-ammount.old-ammount {
  font-weight: 400;
  font-size: 22px;
  text-decoration-line: line-through;
  color: var(--tp-text-1);
}
.product-popup__details-ammount.new-ammount {
  font-weight: 800;
  font-size: 30px;
  color: var(--tp-heading-primary);
  margin-left: 1px;
}
.product-popup__details-offer {
  margin-left: 2px;
  font-weight: 700;
  font-size: 13px;
  color: var(--tp-common-white);
  background-color: var(--tp-theme-primary);
  padding: 3px 9px;
  display: inline-block;
  -webkit-transform: translateY(-4px);
  -moz-transform: translateY(-4px);
  -ms-transform: translateY(-4px);
  -o-transform: translateY(-4px);
  transform: translateY(-4px);
}
.product-popup__details-quantity {
  margin-bottom: 40px;
}
.product-popup__details-action {
  padding-bottom: 34px;
  border-bottom: 1px solid #DADCE0;
  margin-bottom: 32px;
}
.product-popup__details-action button {
  margin-bottom: 6px;
}
.product-popup__details-action button:not(:last-child) {
  margin-right: 6px;
}
.product-popup__details-action button.product-popup-action-btn {
  width: 50px;
  height: 50px;
  line-height: 48px;
  text-align: center;
  font-size: 18px;
  color: var(--tp-common-black);
  border: 1px solid #DADCE0;
}
.product-popup__details-action button.product-popup-action-btn .product-popup-action-tooltip {
  top: auto;
  bottom: 90%;
  left: auto;
  right: auto;
  margin: auto;
  margin-bottom: 10px;
  -webkit-transform: translate(-57%, 0%);
  -moz-transform: translate(-57%, 0%);
  -ms-transform: translate(-57%, 0%);
  -o-transform: translate(-57%, 0%);
  transform: translate(-57%, 0%);
}
.product-popup__details-action button.product-popup-action-btn .product-popup-action-tooltip::after {
  top: 100%;
  right: 50%;
  left: auto;
  -webkit-transform: translate(50%, -50%) rotate(45deg);
  -moz-transform: translate(50%, -50%) rotate(45deg);
  -ms-transform: translate(50%, -50%) rotate(45deg);
  -o-transform: translate(50%, -50%) rotate(45deg);
  transform: translate(50%, -50%) rotate(45deg);
}
.product-popup__details-action button.product-popup-action-btn:hover {
  color: var(--tp-common-white);
  background-color: var(--tp-theme-primary);
  border-color: var(--tp-theme-primary);
}
.product-popup__details-action button.product-popup-action-btn:hover .product-popup-action-tooltip {
  bottom: 100%;
  top: auto;
  right: auto;
}
.product-popup__details-more p {
  display: inline-block;
  margin-bottom: 5px;
  font-weight: 600;
  font-size: 15px;
  line-height: 1;
  color: var(--tp-common-black);
}
.product-popup__details-more span {
  font-size: 15px;
  line-height: 1;
  color: var(--tp-text-1);
}
.product-popup__details-more span a:hover {
  color: var(--tp-theme-primary);
}
.product-popup__details-categories {
  margin-bottom: 15px;
}
.product-popup__details-tags {
  margin-bottom: 15px;
}
.product-popup__details-tags span {
  display: inline-block;
  margin-bottom: 5px;
  font-weight: 600;
  font-size: 15px;
  line-height: 1;
  color: var(--tp-common-black);
  margin-right: 3px;
}
.product-popup__details-tags a {
  font-size: 14px;
  line-height: 1;
  color: var(--tp-text-1);
  border: 1px solid #DADCE0;
  padding: 4px 12px;
  margin-bottom: 6px;
  display: inline-block;
}
.product-popup__details-tags a:hover {
  background-color: var(--tp-theme-primary);
  border-color: var(--tp-theme-primary);
  color: var(--tp-common-white);
}
.product-popup__details-share span {
  display: inline-block;
  margin-bottom: 5px;
  font-weight: 600;
  font-size: 15px;
  line-height: 1;
  color: var(--tp-common-black);
  margin-right: 9px;
}
.product-popup__details-share a {
  font-size: 14px;
  line-height: 1;
  color: var(--tp-text-1);
  margin-bottom: 6px;
  margin-right: 10px;
}
.product-popup__details-share a:hover {
  color: var(--tp-theme-primary);
}
.product-popup__details-tab-nav {
  border-bottom: 1px solid #DADCE0;
}
.product-popup__details-tab-nav-inner {
  position: relative;
}
.product-popup__details-tab-nav .nav-link {
  position: relative;
  padding: 11px 14px;
  font-weight: 500;
  font-size: 16px;
  color: var(--tp-text-1);
}
.product-popup__details-tab-nav .nav-link.active, .product-popup__details-tab-nav .nav-link:hover {
  color: var(--tp-common-black);
}
.product-popup__details-tab-nav .nav-link.active::after, .product-popup__details-tab-nav .nav-link:hover::after {
  width: 100%;
  left: 0;
  right: auto;
}
@media (max-width: 767px) {
  .product-popup__details-tab-nav .nav-link::after {
    position: absolute;
    content: "";
    left: auto;
    right: 0;
    bottom: -1px;
    width: 0%;
    height: 2px;
    background-color: var(--tp-theme-3);
    -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;
  }
}
.product-popup__details-tab-nav .tp-tab-menu {
  position: relative;
}
.product-popup__details-tab-nav .tp-tab-line {
  position: absolute;
  content: "";
  left: 0;
  bottom: -1px;
  width: 38%;
  height: 2px;
  background-color: var(--tp-theme-primary);
}
@media (max-width: 767px) {
  .product-popup__details-description-content {
    padding-right: 0;
  }
}
.product-popup__details-description-content .product-popup-desc-title {
  font-weight: 500;
  font-size: 34px;
  color: var(--tp-heading-primary);
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .product-popup__details-description-content .product-popup-desc-title {
    font-size: 25px;
  }
}
.product-popup__details-description-content p {
  margin-bottom: 25px;
}
.product-popup__details-description .product-popup-desc-feature-thumb {
  margin-bottom: 30px;
}
.product-popup__details-description .product-popup-desc-feature-content p {
  line-height: 1.56;
  padding-right: 75px;
}
@media (max-width: 767px) {
  .product-popup__details-description .product-popup-desc-feature-content p {
    padding-right: 0;
  }
}
.product-popup__details-additional {
  margin-top: 67px;
  background-color: var(--tp-common-white);
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .product-popup__details-additional {
    overflow-x: scroll;
  }
}
.product-popup__details-additional-inner {
  padding: 45px 70px 45px;
  border: 1px solid #E9E9F0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .product-popup__details-additional-inner {
    padding: 15px 40px 15px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .product-popup__details-additional-inner {
    width: 768px;
  }
}
.product-popup__details-additional table {
  width: 100%;
}
.product-popup__details-additional table tr {
  padding: 16px 0 14px;
  display: block;
}
.product-popup__details-additional table tr:not(:last-child) {
  border-bottom: 1px solid #E9E9F0;
}
.product-popup__details-additional table tr th {
  font-weight: 600;
  font-size: 16px;
  color: var(--tp-common-black);
  width: 28%;
  display: inline-block;
}
.product-popup__details-additional table tr td {
  width: 71%;
  display: inline-block;
  font-size: 15px;
  color: var(--tp-text-body);
}
.product-popup__details-review-inner {
  padding: 62px 70px 70px;
  border: 1px solid #E9E9F0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .product-popup__details-review-inner {
    padding: 35px 40px 40px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .product-popup__details-review-inner {
    padding: 25px 30px 30px;
  }
}
@media (max-width: 767px) {
  .product-popup__details-review-inner {
    padding: 15px 20px 20px;
  }
}
.product-popup__details-review .product-popup-rating-title {
  font-weight: 600;
  font-size: 24px;
  margin-bottom: 22px;
}
.product-popup__details-review .product-popup-rating-number {
  text-align: center;
  width: 160px;
  height: 125px;
  border: 1px solid #E9E9F0;
  padding-top: 21px;
  padding-bottom: 21px;
}
@media (max-width: 767px) {
  .product-popup__details-review .product-popup-rating-number {
    margin-bottom: 15px;
  }
}
.product-popup__details-review .product-popup-rating-number-title {
  font-weight: 400;
  font-size: 60px;
  line-height: 1;
  color: var(--tp-common-black-solid);
  margin-bottom: 0;
}
.product-popup__details-review .product-popup-rating-star {
  line-height: 1;
}
.product-popup__details-review .product-popup-rating-star span {
  line-height: 1;
  font-size: 12px;
  display: inline-block;
}
.product-popup__details-review .product-popup-rating-star span:not(:last-child) {
  margin-right: 3px;
}
.product-popup__details-review .product-popup-rating-bar {
  width: 100%;
  background-color: #E9E9E9;
  border-radius: 10px;
}
.product-popup__details-review .product-popup-rating-bar-wrapper {
  width: 71.5%;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .product-popup__details-review .product-popup-rating-bar-wrapper {
    width: 70%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .product-popup__details-review .product-popup-rating-bar-wrapper {
    width: 66%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .product-popup__details-review .product-popup-rating-bar-wrapper {
    width: 52%;
  }
}
@media (max-width: 767px) {
  .product-popup__details-review .product-popup-rating-bar-wrapper {
    width: 100%;
  }
}
.product-popup__details-review .product-popup-rating-bar .single-progress {
  background-color: var(--tp-theme-primary);
  height: 8px;
  border-radius: 10px;
}
.product-popup__details-review .product-popup-rating-bar-text {
  width: 3.5%;
  line-height: 1;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .product-popup__details-review .product-popup-rating-bar-text {
    width: 7.5%;
  }
}
.product-popup__details-review .product-popup-rating-bar-text span {
  font-size: 14px;
  color: var(--tp-text-1);
}
.product-popup__details-review .product-popup-rating-bar-item:not(:last-child) {
  margin-bottom: 5px;
}
.product-popup__details-review .product-popup-review-item {
  margin-bottom: 30px;
}
.product-popup__details-review .product-popup-review-item:last-child {
  margin-bottom: 0;
}
.product-popup__details-review .product-popup-review-item p {
  font-size: 15px;
  line-height: 1.6;
  color: var(--tp-text-1);
}
.product-popup__details-review .product-popup-review-avater {
  margin-bottom: 11px;
}
.product-popup__details-review .product-popup-review-avater-thumb img {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  margin-right: 10px;
}
.product-popup__details-review .product-popup-review-avater-title {
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  margin-bottom: 0;
}
.product-popup__details-review .product-popup-review-rating {
  margin-bottom: 5px;
}
.product-popup__details-review .product-popup-review-rating-wrapper {
  margin-right: 10px;
}
.product-popup__details-review .product-popup-review-rating-wrapper span {
  line-height: 1;
  font-size: 12px;
  display: inline-block;
}
.product-popup__details-review .product-popup-review-rating-wrapper span:not(:last-child) {
  margin-right: 3px;
}
.product-popup__details-review .product-popup-review-rating-wrapper span i {
  color: var(--tp-theme-primary);
}
.product-popup__details-review .product-popup-review-rating-date span {
  font-weight: 400;
  font-size: 13px;
  color: var(--tp-text-1);
}
.product-popup__details-review .product-popup-review-rating span i {
  color: var(--tp-theme-primary);
}
.product-popup__details-review .product-popup-review-form p {
  font-weight: 400;
  font-size: 14px;
  color: var(--tp-text-1);
  margin-bottom: 20px;
}
.product-popup__details-review .product-popup-review-form-title {
  font-weight: 600;
  font-size: 24px;
  letter-spacing: -0.02em;
  margin-bottom: 4px;
}
.product-popup__details-review .product-popup-review-form-rating .rate-title {
  font-weight: 500;
  font-size: 15px;
  line-height: 14px;
  letter-spacing: -0.02em;
  color: var(--tp-text-1);
}
.product-popup__details-review .product-popup-review-input {
  margin-bottom: 18px;
  line-height: 1;
}
.product-popup__details-review .product-popup-review-input.is-textarea {
  margin-bottom: 30px;
}
.product-popup__details-review .product-popup-review-input input, .product-popup__details-review .product-popup-review-input textarea {
  height: 60px;
  line-height: 60px;
  background-color: #F7F7F7;
  border: 1.5px solid #F7F7F7;
}
.product-popup__details-review .product-popup-review-input input:focus, .product-popup__details-review .product-popup-review-input textarea:focus {
  border-color: var(--tp-theme-primary);
  background-color: var(--tp-common-white);
}
.product-popup__details-review .product-popup-review-input textarea {
  height: 180px;
  padding-bottom: 20px;
  resize: none;
  line-height: 1.4;
}
.product-popup__details-review .product-popup-review-agree input {
  margin: 0;
  appearance: none;
  -moz-appearance: none;
  display: block;
  width: 18px;
  height: 18px;
  background: transparent;
  border: 2px solid #B2B2B9;
  outline: none;
  flex: 0 0 auto;
  -webkit-transform: translateY(3px);
  -moz-transform: translateY(3px);
  -ms-transform: translateY(3px);
  -o-transform: translateY(3px);
  transform: translateY(3px);
  padding: 0;
}
.product-popup__details-review .product-popup-review-agree input:checked {
  position: relative;
  background-color: var(--tp-theme-primary);
  border-color: transparent;
}
.product-popup__details-review .product-popup-review-agree input:checked::after {
  box-sizing: border-box;
  position: absolute;
  content: "\f00c";
  font-weight: 700;
  font-family: var(--tp-ff-fontawesome);
  font-size: 10px;
  color: var(--tp-common-white);
  top: 46%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.product-popup__details-review .product-popup-review-agree input:hover {
  cursor: pointer;
}
.product-popup__details-review .product-popup-review-agree label {
  padding-left: 8px;
  font-size: 14px;
  line-height: 1.71;
  color: var(--tp-text-1);
}
.product-popup__details-review .product-popup-review-agree label a {
  color: var(--tp-common-black);
  font-weight: 600;
  padding-left: 4px;
}
.product-popup__details-review .product-popup-review-agree label a:hover {
  color: var(--tp-theme-primary);
}
.product-popup__details-review .product-popup-review-agree label:hover {
  cursor: pointer;
}
.product-popup__details-review .product-popup-review-btn .tp-btn {
  font-weight: 600;
  font-size: 15px;
  padding: 12px 37px;
}
.product-popup__details-review .product-popup-review-btn .tp-btn:hover {
  background-color: var(--tp-common-black);
}
.product-popup__modal .modal-dialog {
  max-width: 1200px;
  border-radius: 0;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .product-popup__modal .modal-dialog {
    max-width: 1100px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .product-popup__modal .modal-dialog {
    max-width: 900px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .product-popup__modal .modal-dialog {
    max-width: 700px;
  }
}
.product-popup__modal .modal-content {
  padding: 40px;
  border-radius: 0;
}
@media (max-width: 767px) {
  .product-popup__modal .modal-content {
    padding: 20px;
  }
}
.product-popup__modal .product-popup__details-thumb-nav .nav-link {
  width: 90px;
  height: 90px;
  margin-bottom: 10px;
}
.product-popup__modal .product-popup__details-thumb-nav .nav-link img {
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  .product-popup__modal .product-popup__details-thumb-nav .nav-link {
    width: 70px;
    height: 70px;
  }
}
.product-popup__modal-close {
  position: absolute;
  top: 20px;
  right: 20px;
}
.product-popup__modal-close-btn {
  display: inline-block;
  font-size: 16px;
  height: 44px;
  width: 44px;
  line-height: 44px;
  background-color: transparent;
  color: var(--tp-text-1);
  border-radius: 50%;
}
.product-popup__modal-close-btn:hover {
  color: var(--tp-theme-primary);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.product-popup__modal-close-btn svg {
  -webkit-transform: translateY(-2px);
  -moz-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  -o-transform: translateY(-2px);
  transform: translateY(-2px);
}

.tp-product-popup-quantity {
  width: 148px;
  position: relative;
}

.tp-cart-plus.two,
.tp-cart-plus.two {
  width: 45px;
  height: 44px;
  line-height: 44px;
  display: inline-block;
  text-align: center;
  font-size: 16px;
  color: var(--tp-common-black);
  position: absolute;
  top: 64%;
  left: 0;
  -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;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.tp-cart-plus.two::after,
.tp-cart-plus.two::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 44px;
  top: 46%;
  right: 0;
  background-color: #DADCE0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.tp-cart-plus.two svg,
.tp-cart-plus.two svg {
  -webkit-transform: translateY(-2px);
  -moz-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  -o-transform: translateY(-2px);
  transform: translateY(-2px);
}
.tp-cart-plus.two:hover,
.tp-cart-plus.two:hover {
  cursor: pointer;
  color: var(--tp-theme-primary);
}
.tp-cart-plus.two.tp-cart-plus,
.tp-cart-plus.two.tp-cart-plus {
  left: auto;
  right: 0;
}
.tp-cart-plus.two.tp-cart-plus::after,
.tp-cart-plus.two.tp-cart-plus::after {
  left: 0;
  right: auto;
}

.tp-cart-minus.two {
  top: 37px;
  position: relative;
  left: 11%;
}
.tp-cart-minus.two::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 44px;
  top: 46%;
  left: 30px;
  background-color: #DADCE0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.tp-cart-input.two[type=text] {
  width: 100%;
  height: 44px;
  text-align: center;
  font-size: 14px;
  border: 1px solid #DADCE0;
  background-color: var(--tp-common-white);
  padding: 0 45px;
}
[dir=rtl] .tp-cart-input.two[type=text] {
  text-align: center;
}
.tp-cart-input.two[type=text]:focus {
  outline: none;
}

.product-popup-action-btn {
  position: relative;
}
.product-popup-action-btn .product-popup-action-tooltip {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 90%;
  font-weight: 500;
  font-size: 12px;
  color: var(--tp-common-white);
  background-color: var(--tp-common-black);
  z-index: 1;
  display: inline-block;
  width: max-content;
  line-height: 1;
  padding: 4px 8px;
  margin-right: 8px;
  visibility: hidden;
  opacity: 0;
  -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;
}
.product-popup-action-btn .product-popup-action-tooltip::after {
  position: absolute;
  content: "";
  right: 0;
  top: 50%;
  -webkit-transform: translate(50%, -50%) rotate(45deg);
  -moz-transform: translate(50%, -50%) rotate(45deg);
  -ms-transform: translate(50%, -50%) rotate(45deg);
  -o-transform: translate(50%, -50%) rotate(45deg);
  transform: translate(50%, -50%) rotate(45deg);
  height: 8px;
  width: 8px;
  background-color: var(--tp-common-black);
}
.product-popup-action-btn svg {
  -webkit-transform: translateY(-1px);
  -moz-transform: translateY(-1px);
  -ms-transform: translateY(-1px);
  -o-transform: translateY(-1px);
  transform: translateY(-1px);
}
.product-popup-action-btn:hover .product-popup-action-tooltip {
  visibility: visible;
  opacity: 1;
  right: 100%;
}

.product-popup-add-cart-btn {
  font-weight: 600;
  font-size: 15px;
  color: var(--tp-common-white);
  background-color: var(--tp-common-black);
  display: inline-block;
  padding: 7px 25px;
  text-align: center;
}
.product-popup-add-cart-btn svg, .product-popup-add-cart-btn i {
  margin-right: 7px;
}
.product-popup-add-cart-btn svg {
  -webkit-transform: translateY(-2px);
  -moz-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  -o-transform: translateY(-2px);
  transform: translateY(-2px);
}
.product-popup-add-cart-btn:hover {
  color: var(--tp-common-white);
  background-color: var(--tp-theme-primary);
}
.product-popup-add-cart-btn-2 {
  border: 1px solid #DADCE0;
  color: var(--tp-common-black);
  background-color: var(--tp-common-white);
  font-size: 15px;
  font-weight: 500;
  padding: 6px 33px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .product-popup-add-cart-btn-2 {
    padding: 6px 21px;
  }
}
@media (max-width: 767px) {
  .product-popup-add-cart-btn-2 {
    width: 100%;
  }
}
.product-popup-add-cart-btn-2:hover {
  background-color: var(--tp-theme-primary);
  border-color: var(--tp-theme-primary);
  color: var(--tp-common-white);
}
.product-popup-add-cart-btn-3 {
  background-color: var(--tp-heading-primary);
  color: var(--tp-common-white);
  padding: 12px 45px;
}
.product-popup-add-cart-btn-3:hover {
  color: var(--tp-common-white);
  background-color: var(--tp-theme-primary);
}
@media (max-width: 767px) {
  .product-popup-add-cart-btn-3 {
    width: 100%;
  }
}

.product-popup__details-sku.product__details-more {
  display: flex;
}
.product-popup__details-sku.product__details-more p {
  margin-bottom: 0;
  font-weight: 500;
  color: var(--tp-common-black);
  margin-bottom: 0;
  margin-right: 10px;
}
.product-popup__details-sku.product__details-more span {
  margin-top: -3px;
}

/*----------------------------------------*/
/*  2.0 Login-register
/*----------------------------------------*/
.tp-login-from-box {
  width: 472px;
}
@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) {
  .tp-login-from-box {
    width: 400px;
  }
}
@media (max-width: 767px) {
  .tp-login-from-box {
    width: 300px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .tp-login-from-box {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.tp-login-from-heading p {
  font-size: 15px;
  margin-bottom: 26px;
}
.tp-login-from-heading p a {
  font-weight: 500;
  color: var(--tp-theme-primary);
}
.tp-login-from-title {
  font-size: 32px;
  font-weight: 600;
}
.tp-login-from-subtitle {
  position: relative;
  color: #939498;
  font-size: 14px;
  font-weight: 400;
}
@media (max-width: 767px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-login-from-subtitle {
    text-align: center;
  }
}
.tp-login-from-subtitle::after {
  content: "";
  height: 1px;
  width: 150px;
  background-color: #E5E5E5;
  display: inline-block;
  transform: translateY(-4px);
  margin-left: 20px;
}
@media (max-width: 767px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-login-from-subtitle::after {
    content: none;
  }
}
.tp-login-from-subtitle::before {
  content: "";
  height: 1px;
  width: 150px;
  background-color: #E5E5E5;
  display: inline-block;
  transform: translateY(-4px);
  margin-right: 20px;
}
@media (max-width: 767px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-login-from-subtitle::before {
    content: none;
  }
}
.tp-login-from-subtitle-heading {
  margin-bottom: 20px;
}
.tp-login-from-remeber {
  margin-bottom: 25px;
}
.tp-login-from-btn {
  margin-bottom: 22px;
}
.tp-login-from-btn .tp-btn-inner {
  padding: 12px 25px;
}
.tp-login-from-btn .tp-btn-inner:hover {
  background-color: var(--tp-heading-3);
}
.tp-login-from-google-btn {
  margin-bottom: 30px;
}
.tp-login-from-google-btn a {
  display: inline-block;
  text-align: center;
  padding: 8px 20px;
  border-radius: 100px;
  border: 1px solid #E6E8F0;
  background: var(--tp-common-white);
  box-shadow: 0px 1px 4px 0px rgba(48, 54, 81, 0.06) inset, 0px 1px 1px 0px rgba(48, 54, 81, 0.06);
}
.tp-login-from-google-btn a:hover {
  border-color: var(--tp-common-black);
  background: var(--tp-common-black);
  color: var(--tp-common-white);
}
.tp-login-from-autor p {
  color: #8C8D8F;
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 10px;
}
.tp-login-from-autor p span {
  color: var(--tp-heading-2);
}
.tp-login-input {
  margin-bottom: 18px;
}
.tp-login-input-form input, .tp-login-input-form textarea {
  padding-right: 60px;
  color: var(--tp-text-body);
  border: 1px solid #E6E8F0;
  background: var(--tp-common-white);
  box-shadow: 0px 1px 4px 0px rgba(48, 54, 81, 0.06) inset, 0px 1px 1px 0px rgba(48, 54, 81, 0.06);
}
.tp-login-input-form input:focus, .tp-login-input-form textarea:focus {
  border-color: var(--tp-theme-7);
  box-shadow: 0px 0px 0px 3px rgba(70, 97, 253, 0.16);
}
.tp-login-input-form input::placeholder, .tp-login-input-form textarea::placeholder {
  color: var(--tp-common-black);
}
.tp-login-input-form .checkbox-lebel {
  font-size: 14px;
  font-weight: 300;
  color: #57595F;
  position: relative;
  padding-left: 8px;
  z-index: 1;
}
.tp-login-input label {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 5px;
  color: var(--tp-common-black);
}
.tp-login-input-eye {
  position: absolute;
  right: 26px;
  top: 50%;
  cursor: pointer;
  transform: translateY(-50%);
}
.tp-login-input-eye .open-eye {
  display: none;
}
.tp-login-input-remeber a {
  color: #5169F1;
  font-size: 15px;
  font-weight: 500;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .tp-login-register-box {
    flex-wrap: wrap;
  }
}
.tp-login-register-banner-box {
  height: 100vh;
  width: 774px;
  padding: 40px 100px;
  background-repeat: no-repeat;
  background-size: cover;
  flex: 0 0 auto;
  overflow: hidden;
  object-fit: cover;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-login-register-banner-box {
    width: 680px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-login-register-banner-box {
    width: 560px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-login-register-banner-box {
    width: 440px;
    padding: 40px 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .tp-login-register-banner-box {
    width: 100%;
    height: 768px;
  }
}
@media (max-width: 767px) {
  .tp-login-register-banner-box {
    padding: 40px 30px;
  }
}
.tp-login-register-wrapper {
  width: 100%;
  height: 100%;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .tp-login-register-heading {
    margin-bottom: 30px;
  }
}
.tp-login-register-logo {
  margin-bottom: 120px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .tp-login-register-logo {
    margin-bottom: 80px;
  }
}
.tp-login-register-shape .shape-1 {
  position: absolute;
  bottom: 176px;
  left: 100px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-login-register-shape .shape-1 {
    left: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .tp-login-register-shape .shape-1 {
    bottom: 100px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .tp-login-register-shape .shape-1 {
    position: static;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-login-register-shape .shape-1 img {
    width: 90%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .tp-login-register-shape .shape-1 img {
    max-width: 100%;
  }
}
.tp-login-register-shape .shape-2 {
  position: absolute;
  bottom: 0;
  right: 0;
}
.tp-login-register-shape .shape-3 {
  position: absolute;
  top: 66px;
  right: 0;
}
.tp-login-register-title {
  z-index: 1;
  font-size: 34px;
  font-weight: 600;
  position: relative;
  letter-spacing: -0.68px;
  color: var(--tp-common-white);
}

/* HEADER CSS */
/*----------------------------------------*/
/*  3.1 Header Style 1
/*----------------------------------------*/
.tp-header-top {
  background: #daf1f6;
  padding: 0 245px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-header-top {
    padding: 0 90px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-header-top {
    padding: 0 60px;
  }
}
.tp-header-top-address span {
  font-size: 14px;
  color: var(--tp-common-black);
  font-weight: 700;
}
.tp-header-top-address span img {
  margin-top: -3px;
  margin-right: 6px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-header-top-text {
    width: 106%;
  }
}
.tp-header-top-text span {
  font-size: 14px;
  color: var(--tp-common-black);
  font-weight: 700;
  padding: 6px 0;
  display: inline-block;
}
.tp-header-top-social a {
  color: #77a7b1;
  margin-right: 16px;
  font-size: 18px;
}
.tp-header-top-social a:last-child {
  margin-right: 0;
}
.tp-header-top-social a:hover {
  color: var(--tp-common-black);
}
.tp-header-center {
  background: var(--tp-common-white);
  border-bottom: 1px solid #ddd;
  padding: 0 245px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-header-center {
    padding: 0 90px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-header-center {
    padding: 0 60px;
  }
}
.tp-header-center-search-input {
  position: relative;
}
.tp-header-center-search-input input {
  padding: 0 40px 0 0;
  border: none;
}
.tp-header-center-search-input input::placeholder {
  font-size: 16px;
  color: var(--tp-text-p);
  font-weight: 400;
  font-family: "Plus Jakarta Sans";
}
.tp-header-center-search-input span {
  position: absolute;
  top: 16px;
  right: 5px;
  color: var(--tp-common-black);
  font-size: 24px;
}
.tp-header-center-logo img {
  padding: 32px 0;
}
.tp-header-center-user button {
  color: var(--tp-common-black);
  font-size: 22px;
  margin-right: 30px;
}
.tp-header-center-user button:hover {
  color: var(--tp-theme-primary);
}
.tp-header-center-shop button {
  color: var(--tp-common-black);
  font-size: 22px;
  margin-right: 30px;
}
.tp-header-center-shop button:hover {
  color: var(--tp-theme-primary);
}
.tp-header-center-commerce button {
  color: var(--tp-common-black);
  font-size: 22px;
}
.tp-header-center-commerce button:hover {
  color: var(--tp-theme-primary);
}
.tp-header-bottom {
  background: var(--tp-common-white);
  padding: 0 245px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-header-bottom {
    padding: 0 90px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-header-bottom {
    padding: 0 60px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-header-bottom {
    padding: 0px 40px;
  }
}
@media (max-width: 767px) {
  .tp-header-bottom {
    padding: 0;
  }
}
.tp-header-bottom-toggle button {
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  display: inline-block;
  background: #e9effb;
}

/*----------------------------------------*/
/*  3.2 Header Style 2
/*----------------------------------------*/
.tp-header-2-top {
  background-image: linear-gradient(90deg, #0197fd 0%, #2f5deb 50%, #7501cf 100%);
}
.tp-header-2-top-text span {
  color: var(--tp-common-white);
  font-weight: 700;
  font-family: var(--tp-ff-heading);
  padding: 8px 0 10px;
  display: inline-block;
}
.tp-header-2-bottom {
  padding: 0 80px;
}
@media only screen and (min-width: 1600px) and (max-width: 1700px), only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-header-2-bottom {
    padding: 0 40px;
  }
}
@media (max-width: 767px) {
  .tp-header-2-logo {
    margin-left: -35px;
    padding: 18px 0;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-header-2-input-search {
    display: none;
  }
}
.tp-header-2-input input {
  outline: none;
  background-color: var(--tp-common-white);
  height: 60px;
  width: 100%;
  font-size: 14px;
  color: var(--tp-common-black);
  padding-left: 26px;
  padding-right: 26px;
  border: 1px solid #ededed;
}
.tp-header-2-input input::placeholder {
  color: var(--tp-text-body);
  font-weight: 400;
  font-family: "Plus Jakarta Sans";
  font-size: 16px;
}
.tp-header-2-input button {
  font-size: 24px;
  position: absolute;
  top: 18px;
  right: 30px;
  color: var(--tp-common-black);
}
.tp-header-2-btn {
  padding: 14px 40px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), (max-width: 767px) {
  .tp-header-2-shop {
    display: none;
  }
}
.tp-header-2-shop button {
  font-size: 22px;
  color: var(--tp-common-black);
  line-height: 60px;
  margin-right: 55px;
}
.tp-header-2-shop span {
  width: 22px;
  height: 22px;
  line-height: 22px;
  text-align: center;
  display: inline-block;
  background-color: #2f5dec;
  color: var(--tp-common-white);
  border-radius: 50%;
  font-size: 12px;
  font-weight: 600;
  position: absolute;
  left: 26px;
  top: 17px;
}
@media (max-width: 767px) {
  .tp-header-2-bottom-button {
    display: none;
  }
}
.tp-header-2-bottom-toggle button {
  width: 0;
  height: 0;
  line-height: 50px;
  text-align: left;
  display: inline-block;
  background: transparent;
  margin-left: 30px;
}
@media (max-width: 767px) {
  .tp-header-2-bottom-toggle button {
    transform: translateY(-10px);
  }
}
.tp-header-2-bottom-toggle::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 58px;
  top: 0;
  left: 0;
  background: #ededed;
}
@media (max-width: 767px) {
  .tp-header-2-bottom-toggle::before {
    display: none;
  }
}

/*----------------------------------------*/
/*  3.3 Header Style 3
/*----------------------------------------*/
.tp-header-3-top {
  background: var(--tp-common-black);
  padding: 11px 80px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-header-3-top {
    padding: 11px 10px;
  }
}
.tp-header-3-social {
  display: flex;
  align-items: center;
}
.tp-header-3-social span {
  color: #b5b5b5;
  display: inline-block;
  margin-right: 30px;
}
.tp-header-3-social a {
  color: #aeaeae;
  margin-right: 15px;
  font-size: 17px;
  transform: translateY(4px);
}
.tp-header-3-social a:hover {
  color: var(--tp-common-white);
}
.tp-header-3-top-address span {
  color: #b5b5b5;
  margin-right: 60px;
}
.tp-header-3-top-address span:last-child {
  margin-right: 0;
}
.tp-header-3-top-address span i {
  color: var(--tp-common-white);
  margin-right: 10px;
}
.tp-header-3-top-address span:hover {
  color: var(--tp-common-white);
}
.tp-header-3-main-menu {
  margin-left: 40px !important;
}
.tp-header-3-bottom {
  background: #d8fff9;
  padding: 0 80px;
  border-bottom: 1px solid #b7e9e1;
  position: relative;
  z-index: 11;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-header-3-bottom {
    padding: 0 40px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-header-3-bottom {
    padding: 0 30px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-header-3-bottom {
    padding: 0 40px;
  }
}
.tp-header-3-search button {
  font-size: 24px;
  color: var(--tp-common-black);
  line-height: 67px;
  margin-right: 30px;
}
.tp-header-3-bottom-toggle::before {
  background: #b7e9e1;
}

/*----------------------------------------*/
/*  3.4 Header Style 4
/*----------------------------------------*/
.tp-header-4-transparent {
  position: absolute !important;
  left: 0;
  margin: auto;
  top: 0;
  width: 100%;
  z-index: 99;
  background: transparent;
}
.tp-header-4-bottom {
  background: none;
  padding: 0 210px;
  border-bottom: none;
}
@media only screen and (min-width: 1600px) and (max-width: 1700px) {
  .tp-header-4-bottom {
    padding: 0 130px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-header-4-bottom {
    padding: 0 40px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-header-4-bottom {
    padding: 0 10px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-header-4-bottom {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .tp-header-4-bottom {
    padding: 0 0;
  }
}
@media (max-width: 767px) {
  .tp-header-4-logo {
    margin-left: 0;
  }
}
.tp-header-4-search button {
  font-size: 24px;
  color: var(--tp-common-white);
  line-height: 67px;
}
.tp-header-4-btn {
  background: #209ffa;
}
.tp-header-4-shop button {
  font-size: 22px;
  color: var(--tp-common-white);
  line-height: 60px;
}
.tp-header-4-shop span {
  width: 22px;
  height: 22px;
  line-height: 22px;
  text-align: center;
  display: inline-block;
  background-color: #ff4328;
  color: var(--tp-common-white);
  border-radius: 50%;
  font-size: 12px;
  font-weight: 600;
  position: absolute;
  left: 26px;
  top: 17px;
}
.tp-header-4-bottom-toggle::before {
  background: #0c564a;
}

/*----------------------------------------*/
/*  3.5 Header Style 5
/*----------------------------------------*/
.tp-header-5-top {
  background: var(--tp-common-white);
  padding: 9px 60px 9px 80px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-header-5-top {
    padding: 9px 42px 9px 60px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-header-5-top {
    padding: 9px 15px 9px 35px;
  }
}
.tp-header-5-top-shoping span {
  font-weight: 700;
  font-family: var(--tp-ff-heading);
}
.tp-header-5-top-shoping a {
  color: var(--tp-common-black);
  font-weight: 700;
  text-decoration: underline;
  font-family: var(--tp-ff-heading);
}
.tp-header-5-bottom {
  background: #e9fafb;
  padding: 0 80px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-header-5-bottom {
    padding: 0 60px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-header-5-bottom {
    padding: 0 35px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-header-5-bottom {
    padding: 0 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-header-5-bottom {
    padding: 0 32px 0 10px;
  }
}
@media (max-width: 767px) {
  .tp-header-5-bottom {
    padding: 0 30px 0;
  }
}
.tp-header-5-btn {
  background: var(--tp-theme-secondary);
}
.tp-header-5-btn::before {
  background: var(--tp-common-black);
}
.tp-header-5-shop span {
  background-color: var(--tp-theme-secondary);
}

.header-sticky {
  position: fixed !important;
  top: 0;
  left: 0;
  right: 0;
  opacity: 1;
  visibility: visible;
  width: 100%;
  z-index: 999;
  background-color: var(--tp-common-white);
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  animation: 0.95s ease 0s normal forwards 1 running fadeInDown;
  transition: 0.3s ease;
  border-bottom: none;
}

.tp-header-3-bottom.header-sticky {
  background: #d8fff9;
}

.tp-header-4-bottom.header-sticky {
  background-color: #1a1e5d;
  box-shadow: none;
}

.tp-header-5-bottom.header-sticky {
  background-color: #e9fafb;
}

/*----------------------------------------*/
/*  4.1 Main menu css
/*----------------------------------------*/
.tp-header-main-menu > nav > ul > li {
  list-style: none;
  display: inline-block;
  position: relative;
}
.tp-header-main-menu > nav > ul > li:hover a {
  color: var(--tp-theme-primary);
}
.tp-header-main-menu > nav > ul > li:not(:last-child) {
  margin-right: 51px;
}
@media only screen and (min-width: 1600px) and (max-width: 1700px) {
  .tp-header-main-menu > nav > ul > li:not(:last-child) {
    margin-right: 49px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-header-main-menu > nav > ul > li:not(:last-child) {
    margin-right: 38px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-header-main-menu > nav > ul > li:not(:last-child) {
    margin-right: 28px;
  }
}
.tp-header-main-menu > nav > ul > li > a {
  display: inline-block;
  color: var(--tp-heading-primary);
  padding: 22px 0 26px;
  font-weight: 700;
  font-family: var(--tp-ff-heading);
}
.tp-header-main-menu > nav > ul > li:hover .submenu {
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
  transform: scaleY(1);
  top: 100%;
  opacity: 1;
  visibility: visible;
}
.tp-header-main-menu > nav > ul .submenu {
  position: absolute;
  top: 100%;
  left: 0;
  width: 260px;
  background: var(--tp-common-white);
  border-top: 6px solid var(--tp-theme-primary);
  padding: 20px 0;
  transform: scaleY(0);
  transform-origin: top center;
  text-align: start;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  visibility: hidden;
  z-index: 9;
  box-shadow: rgba(149, 157, 165, 0.1) 0px 8px 24px;
}
.tp-header-main-menu > nav > ul .submenu > li {
  display: block;
}
.tp-header-main-menu > nav > ul .submenu > li:hover > .submenu {
  visibility: visible;
  opacity: 1;
  left: 100%;
}
.tp-header-main-menu > nav > ul .submenu > li:hover > a {
  color: var(--tp-heading-primary);
}
.tp-header-main-menu > nav > ul .submenu > li > a {
  line-height: 38px;
  padding: 0px 0px 0px 32px;
  margin: 0px 0 0 0;
  display: block;
  text-transform: capitalize;
  font-size: 16px;
  color: var(--tp-heading-primary);
  font-weight: 700;
  position: relative;
}
.tp-header-main-menu > nav > ul .submenu > li > a::before {
  content: "";
  position: absolute;
  width: 0px;
  height: 2px;
  background: var(--tp-theme-primary);
  left: 14px;
  bottom: 18px;
  transition: all 0.4s ease-in-out;
}
.tp-header-main-menu > nav > ul .submenu > li > a:hover {
  color: var(--tp-theme-primary);
  margin-left: 10px;
}
.tp-header-main-menu > nav > ul .submenu > li > a:hover::before {
  width: 10px;
}
.tp-header-main-menu > nav > ul .submenu > li > .submenu {
  left: 120%;
  top: 25px;
  opacity: 0;
  visibility: hidden;
}
.tp-header-main-menu > nav > ul .submenu > li > .submenu > li:hover .submenu {
  visibility: visible;
  opacity: 1;
}
.tp-header-main-menu > nav > ul .submenu > li > .submenu > li:hover > a {
  color: var(--tp-heading-primary);
}
.tp-header-main-menu > nav > ul .submenu > li > .submenu > li > .submenu {
  visibility: hidden;
  opacity: 0;
}
.tp-header-main-menu > nav > ul.tp-onepage-menu li a.active {
  color: var(--tp-theme-primary);
}
.tp-header-main-menu ul li .tp-submenu.submenu.has-homemenu {
  width: 1170px;
  padding: 30px 30px 10px 30px;
  background-color: var(--tp-common-white);
  box-shadow: rgba(149, 157, 165, 0.1) 0px 8px 24px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-header-main-menu ul li .tp-submenu.submenu.has-homemenu {
    width: 1050px;
  }
}
.tp-header-main-menu ul li .tp-submenu.submenu.has-homemenu .homemenu {
  position: relative;
  padding: 0px 10px;
  margin-bottom: 20px;
}
.tp-header-main-menu ul li .tp-submenu.submenu.has-homemenu .homemenu-thumb {
  position: relative;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.tp-header-main-menu ul li .tp-submenu.submenu.has-homemenu .homemenu-thumb img {
  width: 100%;
}
.tp-header-main-menu ul li .tp-submenu.submenu.has-homemenu .homemenu-thumb:hover::before {
  opacity: 1;
}
.tp-header-main-menu ul li .tp-submenu.submenu.has-homemenu .homemenu-thumb:hover .homemenu-btn {
  opacity: 1;
  visibility: visible;
}
.tp-header-main-menu ul li .tp-submenu.submenu.has-homemenu .homemenu-thumb:hover .homemenu-btn .menu-btn.show-1 {
  transform: translateY(0);
}
.tp-header-main-menu ul li .tp-submenu.submenu.has-homemenu .homemenu-thumb:hover .homemenu-btn .menu-btn.show-2 {
  transform: translateY(0);
}
.tp-header-main-menu ul li .tp-submenu.submenu.has-homemenu .homemenu-thumb:hover .homemenu-btn .menu-btn::before {
  display: none;
}
.tp-header-main-menu ul li .tp-submenu.submenu.has-homemenu .homemenu-title {
  font-size: 20px;
}
.tp-header-main-menu ul li .tp-submenu.submenu.has-homemenu .homemenu-title a {
  color: var(--tp-heading-primary);
}
.tp-header-main-menu ul li .tp-submenu.submenu.has-homemenu .homemenu-title a:hover {
  color: var(--tp-theme-primary);
}
.tp-header-main-menu ul li .tp-submenu.submenu.has-homemenu .homemenu-title a:hover::before {
  display: none;
}
.tp-header-main-menu ul li .tp-submenu.submenu.has-homemenu .homemenu-btn {
  position: absolute;
  opacity: 0;
  text-align: center;
  visibility: hidden;
  transition: all 0.3s 0s ease-out;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.tp-header-main-menu ul li .tp-submenu.submenu.has-homemenu .homemenu-btn .menu-btn {
  font-size: 14px;
  text-transform: capitalize;
  padding: 8px 14px;
  color: var(--tp-common-white);
  background: var(--tp-theme-primary);
  display: block;
  margin-bottom: 10px;
  width: 140px;
  font-weight: 500;
  font-family: var(--tp-ff-body);
}
.tp-header-main-menu ul li .tp-submenu.submenu.has-homemenu .homemenu-btn .menu-btn:hover {
  background: var(--tp-common-black);
}
.tp-header-main-menu ul li .tp-submenu.submenu.has-homemenu .homemenu-btn .menu-btn.show-1 {
  transform: translateY(15px);
}
.tp-header-main-menu ul li .tp-submenu.submenu.has-homemenu .homemenu-btn .menu-btn.show-2 {
  transform: translateY(20px);
  background: var(--tp-common-white);
  color: var(--tp-heading-primary);
}
.tp-header-main-menu ul li .tp-submenu.submenu.has-homemenu .homemenu-btn .menu-btn.show-2:hover {
  background: var(--tp-common-black);
  color: var(--tp-common-white);
}
.tp-header-main-menu ul li.p-static {
  position: static;
}
.tp-header-main-menu ul li.p-static .tp-submenu.submenu.has-homemenu {
  left: 0;
  width: 100%;
}
.tp-header-2-main-menu {
  margin-left: 73px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-header-2-main-menu {
    width: 600px;
  }
}
.tp-header-2-main-menu > nav > ul > li:not(:last-child) {
  margin-right: 50px;
}
@media only screen and (min-width: 1700px) and (max-width: 1800px) {
  .tp-header-2-main-menu > nav > ul > li:not(:last-child) {
    margin-right: 42px;
  }
}
@media only screen and (min-width: 1600px) and (max-width: 1700px) {
  .tp-header-2-main-menu > nav > ul > li:not(:last-child) {
    margin-right: 41px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-header-2-main-menu > nav > ul > li:not(:last-child) {
    margin-right: 45px;
  }
}
.tp-header-2-main-menu > nav > ul > li > a {
  padding: 34px 0;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-header-2-main-menu > nav > ul > li .tp-submenu.submenu.has-homemenu {
    left: -200px;
  }
}
.tp-header-4-main-menu {
  text-align: right;
}
.tp-header-4-main-menu > nav > ul .submenu {
  border-top: 6px solid var(--tp-theme-secondary);
}
.tp-header-4-main-menu > nav > ul .submenu > li > a::before {
  background: var(--tp-theme-secondary);
}
.tp-header-4-main-menu > nav > ul .submenu > li > a:hover {
  color: var(--tp-theme-secondary);
}
.tp-header-4-main-menu > nav > ul > li:hover > a {
  color: var(--tp-theme-secondary);
}
.tp-header-4-main-menu > nav > ul > li > a {
  color: #acaeca;
}
.tp-header-5-main-menu > nav > ul .submenu {
  border-top: 6px solid var(--tp-theme-secondary);
}
.tp-header-5-main-menu > nav > ul .submenu > li > a::before {
  background: var(--tp-theme-secondary);
}
.tp-header-5-main-menu > nav > ul .submenu > li > a:hover {
  color: var(--tp-theme-secondary);
}
.tp-header-5-main-menu > nav > ul > li:hover > a {
  color: var(--tp-theme-secondary);
}

/*----------------------------------------*/
/*  4.2 Meanmenu css
/*----------------------------------------*/
.mean-remove {
  display: none !important;
}

.mean-container {
  margin-bottom: 40px;
}
.mean-container a.meanmenu-reveal {
  width: 22px;
  height: 22px;
  padding: 13px 13px 11px 13px;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  text-indent: -9999em;
  line-height: 22px;
  font-size: 1px;
  font-weight: 700;
  display: none !important;
}
.mean-container a.meanmenu-reveal span {
  display: block;
  background: #fff;
  height: 3px;
  margin-top: 3px;
}
.mean-container .mean-push {
  float: left;
  width: 100%;
  padding: 0;
  margin: 0;
  clear: both;
}
.mean-container .mean-nav {
  background: none;
  margin-top: 0;
  float: left;
  width: 100%;
  background: transparent;
}
.mean-container .mean-nav .wrapper {
  width: 100%;
  padding: 0;
  margin: 0;
}
.mean-container .mean-nav > ul {
  padding: 0;
  margin: 0;
  width: 100%;
  list-style-type: none;
  display: block !important;
}
.mean-container .mean-nav > ul > li:first-child > a {
  border-top: 0;
}
.mean-container .mean-nav ul {
  padding: 0;
  margin: 0;
  width: 100%;
  list-style-type: none;
}
.mean-container .mean-nav ul li {
  position: relative;
  float: left;
  width: 100%;
}
.mean-container .mean-nav ul li.dropdown-opened > a, .mean-container .mean-nav ul li.dropdown-opened > span {
  color: var(--tp-theme-primary);
}
.mean-container .mean-nav ul li.dropdown-opened > a.mean-expand.mean-clicked, .mean-container .mean-nav ul li.dropdown-opened > span.mean-expand.mean-clicked {
  color: var(--tp-theme-primary);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.mean-container .mean-nav ul li.dropdown-opened > a.mean-expand.mean-clicked i, .mean-container .mean-nav ul li.dropdown-opened > span.mean-expand.mean-clicked i {
  color: var(--tp-theme-primary);
}
.mean-container .mean-nav ul li.has-dropdown:hover > a {
  color: var(--tp-theme-primary);
}
.mean-container .mean-nav ul li.has-dropdown:hover .mean-expand {
  color: var(--tp-theme-primary);
}
.mean-container .mean-nav ul li.mean-last {
  border-bottom: none;
  margin-bottom: 0;
}
.mean-container .mean-nav ul li > a.mean-expand i {
  display: inline-block;
}
.mean-container .mean-nav ul li > a > i {
  display: none;
}
.mean-container .mean-nav ul li a {
  display: block;
  float: left;
  width: 90%;
  padding: 10px 5%;
  margin: 0;
  text-align: left;
  color: #fff;
  border-top: 1px solid #e0e3ed;
  text-decoration: none;
  width: 100%;
  padding: 10px 0;
  color: var(--tp-common-black);
  border-top: 1px solid #ebebeb;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 500;
}
[dir=rtl] .mean-container .mean-nav ul li a {
  float: right;
  text-align: right;
}
.mean-container .mean-nav ul li a:hover {
  color: var(--tp-theme-primary);
}
.mean-container .mean-nav ul li a:hover i {
  color: var(--tp-common-white);
}
.mean-container .mean-nav ul li a.mean-expand {
  margin-top: 1px;
  text-align: center;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  font-weight: 700;
  background: transparent;
  border: none !important;
  font-size: 14px;
  margin-top: 5px;
  padding: 0 !important;
  line-height: 14px;
  height: 30px;
  width: auto;
  line-height: 30px;
  color: var(--tp-common-black);
  line-height: 30px;
  top: 0;
  font-weight: 400;
}
[dir=rtl] .mean-container .mean-nav ul li a.mean-expand {
  right: auto;
  left: 0;
  text-align: center;
}
.mean-container .mean-nav ul li a.mean-expand:hover {
  color: var(--tp-theme-primary);
  border-color: var(--tp-theme-primary);
}
.mean-container .mean-nav ul li a.mean-expand:hover i {
  color: var(--tp-theme-primary);
}
.mean-container .mean-nav ul li a.mean-expand.mean-clicked {
  color: var(--tp-theme-primary);
}
.mean-container .mean-nav ul li a.mean-expand.mean-clicked:hover {
  color: var(--tp-theme-primary);
}
.mean-container .mean-nav ul li a.mean-expand.mean-clicked:hover i {
  color: var(--tp-theme-primary);
}
.mean-container .mean-nav ul li li a {
  width: 80%;
  padding: 10px 10%;
  text-shadow: none !important;
  visibility: visible;
}
.mean-container .mean-nav ul li li li a {
  width: 70%;
  padding: 10px 15%;
}
.mean-container .mean-nav ul li li li li a {
  width: 60%;
  padding: 10px 20%;
}
.mean-container .mean-nav ul li li li li li a {
  width: 50%;
  padding: 10px 25%;
}
.mean-container .mean-bar, .mean-container .mean-bar * {
  /* Fix for box sizing on Foundation Framework etc. */
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

/*----------------------------------------*/
/*  4.3 Mobilemenu css
/*----------------------------------------*/
.tp-main-menu-mobile .tp-submenu {
  display: none;
}
.tp-main-menu-mobile .header-icon {
  display: none;
}
.tp-main-menu-mobile ul {
  position: static;
  display: block;
  box-shadow: none;
}
.tp-main-menu-mobile ul li {
  list-style: none;
  position: relative;
  width: 100%;
  padding: 0;
}
.tp-main-menu-mobile ul li:not(:last-child) > a {
  border-bottom: 1px solid #ebebeb;
}
.tp-main-menu-mobile ul li.has-dropdown > a .dropdown-toggle-btn {
  position: absolute;
  right: 0;
  top: 30%;
  -webkit-transform: translateY(-2px);
  -moz-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  -o-transform: translateY(-2px);
  transform: translateY(-2px);
  font-size: 18px;
  color: var(--tp-heading-primary);
  font-family: "Font Awesome 5 Pro";
  transition: all 0.3s ease-in-out;
  z-index: 1;
  width: 25px;
  height: 25px;
  line-height: 22px;
  text-align: center;
  border: 1px solid #ebebeb !important;
  transition: background-color 0.3s ease-in-out, border-color 0.3s ease-in-out, color 0.3s ease-in-out;
}
.tp-main-menu-mobile ul li.has-dropdown > a .dropdown-toggle-btn i {
  transition: all 0.3s ease-in-out;
}
.tp-main-menu-mobile ul li.has-dropdown > a .dropdown-toggle-btn.dropdown-opened i {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.tp-main-menu-mobile ul li.has-dropdown > a .dropdown-toggle-btn:hover {
  background-color: var(--tp-theme-primary);
  border-color: var(--tp-border-secondary);
  color: var(--tp-common-white);
}
.tp-main-menu-mobile ul li.has-dropdown > a .dropdown-toggle-btn:hover i {
  color: var(--tp-common-white);
}
.tp-main-menu-mobile ul li.has-dropdown > a.expanded {
  color: var(--tp-theme-primary);
}
.tp-main-menu-mobile ul li.has-dropdown > a.expanded .dropdown-toggle-btn.dropdown-opened {
  background-color: var(--tp-theme-primary);
  border-color: var(--tp-theme-primary) !important;
  color: var(--tp-common-white);
}
.tp-main-menu-mobile ul li.has-dropdown > a.expanded .dropdown-toggle-btn.dropdown-opened i {
  color: var(--tp-common-white);
}
.tp-main-menu-mobile ul li.has-dropdown:hover > a::after {
  color: var(--tp-theme-green);
}
.tp-main-menu-mobile ul li:last-child a span {
  border-bottom: 0;
}
.tp-main-menu-mobile ul li > a {
  display: block;
  font-size: 16px;
  color: var(--tp-heading-primary);
  position: relative;
  padding: 10px 0;
  padding-right: 0px;
  padding-right: 0px;
  padding-right: 20px;
  text-transform: capitalize;
  font-weight: 600;
}
.tp-main-menu-mobile ul li > a svg {
  -webkit-transform: translateY(-2px);
  -moz-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  -o-transform: translateY(-2px);
  transform: translateY(-2px);
}
.tp-main-menu-mobile ul li > a > i {
  display: inline-block;
  width: 11%;
  margin-right: 13px;
  -webkit-transform: translateY(4px);
  -moz-transform: translateY(4px);
  -ms-transform: translateY(4px);
  -o-transform: translateY(4px);
  transform: translateY(4px);
  font-size: 21px;
  line-height: 1;
}
.tp-main-menu-mobile ul li > a .menu-text {
  font-size: 16px;
  line-height: 11px;
  border-bottom: 1px solid #EAEBED;
  width: 82%;
  display: inline-block;
  padding: 19px 0 17px;
}
.tp-main-menu-mobile ul li img {
  width: 100%;
}
.tp-main-menu-mobile ul li ul {
  padding: 0;
}
.tp-main-menu-mobile ul li ul li {
  padding: 0;
}
.tp-main-menu-mobile ul li ul li a {
  margin-left: auto;
  width: 93%;
  padding: 8px 5%;
  text-shadow: none !important;
  visibility: visible;
  padding-left: 0;
  padding-right: 20px;
}
.tp-main-menu-mobile ul li ul li li a {
  width: 88%;
  padding: 10px 7%;
  padding-left: 0;
  padding-right: 20px;
}
.tp-main-menu-mobile ul li ul li li li a {
  width: 83%;
  padding: 10px 9%;
  padding-left: 0;
  padding-right: 20px;
}
.tp-main-menu-mobile ul li ul li li li li a {
  width: 68%;
  padding: 10px 11%;
  padding-left: 0;
  padding-right: 20px;
}
.tp-main-menu-mobile ul li:hover > a {
  color: var(--tp-theme-primary);
}
.tp-main-menu-mobile ul li:hover > a::after {
  color: var(--tp-theme-1);
}
.tp-main-menu-mobile ul li:hover > a .dropdown-toggle-btn i {
  color: var(--tp-theme-1);
}
.tp-main-menu-mobile ul li:hover .mega-menu {
  visibility: visible;
  opacity: 1;
  top: 0;
}
.tp-main-menu-mobile ul li .mega-menu, .tp-main-menu-mobile ul li .submenu {
  position: static;
  min-width: 100%;
  padding: 0;
  box-shadow: none;
  visibility: visible;
  opacity: 1;
  display: none;
}
.tp-main-menu-mobile ul li .mega-menu li, .tp-main-menu-mobile ul li .submenu li {
  float: none;
  display: block;
  width: 100%;
  padding: 0;
}
.tp-main-menu-mobile ul li .mega-menu li:hover a .dropdown-toggle-btn, .tp-main-menu-mobile ul li .submenu li:hover a .dropdown-toggle-btn {
  color: var(--tp-theme-1);
}
.tp-main-menu-mobile .tp-main-menu-content ul li:not(:last-child) .home-menu-title a {
  border-bottom: none;
}
.tp-main-menu-mobile * ul, .tp-main-menu-mobile * li {
  transition: none !important;
}

.tp-main-menu-mobile .homemenu-thumb {
  position: relative;
}
.tp-main-menu-mobile .homemenu-thumb::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  background: rgba(38, 34, 33, 0.9);
  transition: all 0.3s 0s ease-out;
}
.tp-main-menu-mobile .homemenu-thumb:hover::before {
  opacity: 1;
}
.tp-main-menu-mobile .homemenu-thumb:hover .homemenu-btn {
  opacity: 1;
  visibility: visible;
}
.tp-main-menu-mobile .homemenu-thumb:hover .homemenu-btn .menu-btn.show-1 {
  transform: translateY(0);
}
.tp-main-menu-mobile .homemenu-thumb:hover .homemenu-btn .menu-btn.show-2 {
  transform: translateY(0);
}
.tp-main-menu-mobile .homemenu-thumb .homemenu-btn {
  position: absolute;
  opacity: 0;
  text-align: center;
  visibility: hidden;
  transition: all 0.3s 0s ease-out;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.tp-main-menu-mobile .homemenu-thumb .homemenu-btn .menu-btn {
  font-size: 14px;
  text-transform: capitalize;
  padding: 8px 14px;
  color: var(--tp-common-white);
  background: var(--tp-theme-primary);
  display: block;
  margin-bottom: 10px;
  width: 140px;
  letter-spacing: 1px;
  font-weight: 500;
}
.tp-main-menu-mobile .homemenu-thumb .homemenu-btn .menu-btn:hover {
  background: var(--tp-heading-primary);
  color: var(--tp-common-white);
}
.tp-main-menu-mobile .homemenu-thumb .homemenu-btn .menu-btn.show-1 {
  transform: translateY(15px);
}
.tp-main-menu-mobile .homemenu-thumb .homemenu-btn .menu-btn.show-2 {
  transform: translateY(20px);
  background: var(--tp-common-white);
  color: var(--tp-heading-primary);
}
.tp-main-menu-mobile .homemenu-thumb .homemenu-btn .menu-btn.show-2:hover {
  background: var(--tp-heading-primary);
  color: var(--tp-common-white);
}

/*----------------------------------------*/
/*  5.1 Blog css
/*----------------------------------------*/
.tp-blog-wrapper .tp-blog-thumb::before {
  -webkit-animation: shine 1s;
  animation: shine 1s;
}
.tp-blog-thumb {
  overflow: hidden;
}
.tp-blog-thumb img {
  width: 100%;
  transition: 0.6s;
}
.tp-blog-content {
  padding: 20px 30px 18px;
}
.tp-blog-date {
  margin-bottom: 10px;
}
.tp-blog-date p {
  font-size: 14px;
  position: relative;
  margin-left: 40px;
  margin-bottom: 0;
  font-weight: 500;
}
.tp-blog-date p::before {
  content: "";
  position: absolute;
  width: 30px;
  height: 1px;
  top: 15px;
  left: -44px;
  background: var(--tp-text-body);
}
.tp-blog-date span {
  margin-left: 44px;
  list-style: disc;
  position: relative;
}
.tp-blog-date span::before {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  top: 9px;
  left: -25px;
  border-radius: 50px;
  background: var(--tp-text-2);
}
.tp-blog-content-inner-heading {
  font-size: 26px;
  letter-spacing: -1px;
  line-height: 1.4;
  margin-bottom: 20px;
}
.tp-blog-content-inner-heading:hover {
  color: var(--tp-theme-primary);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-blog-content-inner-heading {
    font-size: 19px;
  }
}
.tp-blog-btn {
  font-size: 16px;
  letter-spacing: 0px;
  color: var(--tp-text-body);
  font-weight: 700;
  transition: 0.4s;
  display: inline-block;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-blog-btn {
    font-size: 14px;
    font-weight: 600;
  }
}
.tp-blog-btn span {
  display: inline-block;
  margin-left: 10px;
  transform: translateY(2px);
}
.tp-blog-btn:hover {
  color: var(--tp-theme-primary);
}
.tp-blog-wrapper:hover .tp-blog-thumb img {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
.tp-blog-2-wrapper {
  margin-bottom: 30px;
}
.tp-blog-2-wrapper:hover .tp-blog-2-content-bottom {
  background: var(--tp-theme-primary);
}
.tp-blog-2-wrapper:hover .tp-blog-2-date {
  background: var(--tp-theme-primary);
}
.tp-blog-2-wrapper:hover .tp-blog-2-date span {
  color: var(--tp-common-white);
}
.tp-blog-2-bg-shape-1 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.tp-blog-2-bg-shape-2 {
  position: absolute;
  right: 0;
  top: -80px;
  z-index: -1;
}
@media (max-width: 767px) {
  .tp-blog-2-bg-shape-2 {
    display: none;
  }
}
.tp-blog-2-thumb {
  background: var(--tp-common-black);
  position: relative;
  z-index: 2;
}
.tp-blog-2-thumb img {
  width: 100%;
}
.tp-blog-2-date {
  position: absolute;
  top: 42px;
  right: 0;
  background: var(--tp-common-white);
  width: 66px;
  height: 66px;
  text-align: center;
  line-height: 88px;
  -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;
}
.tp-blog-2-date span {
  color: var(--tp-theme-primary);
  text-align: center;
  display: inline-block;
  font-size: 18px;
  line-height: 20px;
  font-weight: 700;
  -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;
}
.tp-blog-2-content {
  position: absolute;
  bottom: 0;
  padding: 0 40px 40px 40px;
  z-index: 11;
}
.tp-blog-2-sub-title {
  color: var(--tp-common-white);
  font-size: 16px;
  font-weight: 400;
  font-family: "Roboto";
  margin-bottom: 24px;
}
.tp-blog-2-sub-title img {
  margin-right: 7px;
}
.tp-blog-2-title {
  color: var(--tp-common-white);
  display: inline-block;
  font-size: 22px;
  margin-bottom: 30px;
  line-height: 1.3;
}
@media (max-width: 767px) {
  .tp-blog-2-title {
    font-size: 21px;
  }
}
.tp-blog-2-title:hover {
  color: var(--tp-theme-primary);
}
.tp-blog-2-content-bottom {
  display: flex;
  justify-content: space-between;
  background-color: rgba(255, 255, 255, 0.149);
  padding: 12px 20px 4px;
  align-items: center;
  -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;
}
.tp-blog-2-comment h6 {
  color: var(--tp-common-white);
  font-weight: 400;
  font-family: "Roboto";
  -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;
}
.tp-blog-2-comment h6 span {
  margin-right: 6px;
  -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;
}
.tp-blog-2-icon span {
  color: var(--tp-common-white);
  font-size: 20px;
  -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;
}
.tp-blog-3-wrapper {
  background: var(--tp-common-white);
  padding: 30px;
  border: 1px solid rgb(222, 222, 222);
  position: relative;
}
.tp-blog-3-wrapper::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-top: 1px solid var(--tp-theme-primary);
  border-left: 1px solid var(--tp-theme-primary);
  transition: 0.5s;
  opacity: 0;
  visibility: hidden;
}
.tp-blog-3-wrapper::after {
  position: absolute;
  content: "";
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  border-bottom: 1px solid var(--tp-theme-primary);
  border-right: 1px solid var(--tp-theme-primary);
  transition: 0.5s;
  opacity: 0;
  visibility: hidden;
}
.tp-blog-3-wrapper:hover::before {
  width: 100%;
  height: 100%;
  visibility: visible;
  opacity: 1;
}
.tp-blog-3-wrapper:hover::after {
  width: 100%;
  height: 100%;
  visibility: visible;
  opacity: 1;
}
.tp-blog-3-wrapper.two::before {
  border-top: 1px solid var(--tp-theme-secondary);
  border-left: 1px solid var(--tp-theme-secondary);
}
.tp-blog-3-wrapper.two::after {
  border-bottom: 1px solid var(--tp-theme-secondary);
  border-right: 1px solid var(--tp-theme-secondary);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-blog-3-wrapper {
    padding: 30px 20px;
  }
}
.tp-blog-3-thumb img {
  width: 100%;
}
.tp-blog-3-date {
  position: absolute;
  right: 0;
  bottom: -30px;
}
.tp-blog-3-date span {
  background: var(--tp-theme-primary);
  color: var(--tp-common-white);
  width: 60px;
  height: 30px;
  display: block;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
}
.tp-blog-3-date span.two {
  background: var(--tp-common-black);
}
.tp-blog-3-tag {
  margin-bottom: 16px;
  position: relative;
  z-index: 1;
}
.tp-blog-3-tag a {
  background: #f5f5f8;
  padding: 0px 12px;
  font-size: 14px;
  margin-right: 10px;
  border-radius: 3px;
}
.tp-blog-3-tag a:hover {
  background: var(--tp-theme-primary);
  color: var(--tp-common-white);
}
.tp-blog-3-title {
  font-size: 24px;
  margin-bottom: 32px;
  display: inline-block;
  position: relative;
  z-index: 1;
}
.tp-blog-3-title:hover {
  color: var(--tp-theme-primary);
}
.tp-blog-3-name h4 {
  font-size: 18px;
  margin-bottom: 0;
}
.tp-blog-3-name span {
  font-size: 14px;
}
.tp-blog-4-wrapper {
  background: var(--tp-common-white);
  box-shadow: 0px 0px 60px 0px rgba(16, 23, 40, 0.06);
  margin-bottom: 30px;
}
.tp-blog-4-thumb img {
  width: 100%;
}
.tp-blog-4-content {
  padding: 20px 30px 30px;
}
.tp-blog-4-meta {
  display: flex;
  justify-content: space-between;
  margin-bottom: 16px;
}
.tp-blog-4-title {
  margin-bottom: 24px;
  display: inline-block;
}
.tp-blog-4-title:hover {
  color: var(--tp-theme-secondary);
}
.tp-blog-4-btn a {
  color: #767676;
  font-weight: 700;
  font-family: var(--tp-ff-heading);
}
.tp-blog-4-btn a:hover {
  color: var(--tp-theme-secondary);
}
.tp-blog-4-btn a:hover span {
  background: var(--tp-theme-secondary);
  color: var(--tp-common-white);
}
.tp-blog-4-btn a span {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  display: inline-block;
  background: #f3f5ff;
  color: #767676;
  margin-left: 8px;
  -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;
}

/*----------------------------------------*/
/*  5.2 Postbox css
/*----------------------------------------*/
.tp-postbox-wrapper {
  padding-right: 30px;
}
.tp-postbox-thumb {
  margin-bottom: 30px;
}
.tp-postbox-thumb img {
  width: 100%;
}
.tp-postbox-meta a img {
  color: var(--tp-common-black);
  font-size: 18px;
  margin-right: 8px;
}
.tp-postbox-meta a {
  font-size: 16px;
  color: var(--tp-text-10);
  font-weight: 400;
}
.tp-postbox-thumb-video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.tp-postbox-thumb-video a {
  height: 90px;
  width: 90px;
  line-height: 94px;
  font-size: 26px;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  color: var(--tp-theme-primary);
  background: var(--tp-common-white);
}
.tp-postbox-thumb-video a::after {
  position: absolute;
  content: "";
  left: 50%;
  top: 50%;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.651);
  animation: borderanimate2 2s linear infinite;
  z-index: -1;
  border-radius: 50%;
}
.tp-postbox-thumb-video a i {
  transform: translateX(4px);
}
.tp-postbox-content {
  padding: 0px 0 20px;
}
.tp-postbox-content p {
  margin-bottom: 30px;
}
.tp-postbox-meta {
  margin-bottom: 15px;
}
.tp-postbox-meta span {
  font-size: 16px;
  font-weight: 500;
  color: #565969;
}
.tp-postbox-title {
  font-size: 36px;
  letter-spacing: -1px;
  margin-bottom: 30px;
  line-height: 1.3;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-postbox-title {
    font-size: 34px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-postbox-title {
    font-size: 32px;
  }
}
.tp-postbox-title.details {
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .tp-postbox-title {
    font-size: 25px;
    line-height: 38px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), (max-width: 767px) {
  .tp-postbox-title br {
    display: none;
  }
}
.tp-postbox-title a:hover {
  color: var(--tp-theme-primary);
}
.tp-postbox-sub-title {
  font-size: 14px;
  color: var(--tp-theme-primary);
  font-weight: 700;
  margin-bottom: 30px;
}
.tp-postbox-paragraph {
  padding: 0 6px 0 0;
}
.tp-postbox-paragraph.details {
  padding: 0;
}
.tp-postbox-read-more .tp-btn {
  padding: 12px 51px;
}
.tp-postbox-blockquote {
  margin-bottom: 50px;
}
.tp-postbox-photo {
  margin-bottom: 50px;
}
.tp-postbox-share-wrapper {
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(15, 13, 29, 0.102);
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-postbox-pagination {
    text-align: left !important;
    margin-bottom: 40px;
  }
}
.tp-postbox-pagination ul li {
  list-style: none;
  display: inline-block;
  margin-right: 15px;
}
@media (max-width: 767px) {
  .tp-postbox-pagination ul li {
    margin-right: 14px;
  }
}
.tp-postbox-pagination ul li a {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  color: var(--tp-heading-primary);
  background: 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;
  z-index: 1;
  border: 1px solid #e6e6e6;
  font-size: 24px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .tp-postbox-pagination ul li a {
    width: 46px;
    height: 46px;
    line-height: 46px;
    font-size: 20px;
    font-weight: 600;
  }
}
.tp-postbox-pagination ul li a:hover {
  color: var(--tp-common-white);
  background: var(--tp-theme-primary);
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-postbox-list-img {
    margin-bottom: 30px;
  }
}
.tp-postbox-details-text p {
  color: var(--tp-text-10);
}
.tp-postbox-details-blockquote-icon {
  margin-right: 26px;
  margin-top: 8px;
}
.tp-postbox-details-blockquote {
  filter: drop-shadow(0 0 30px rgba(67, 61, 79, 0.06));
  background-color: var(--tp-common-white);
  border-radius: 15px;
  padding: 42px 0 20px 30px;
  margin-bottom: 50px;
}
.tp-postbox-details-blockquote-content h4 {
  font-size: 22px;
  font-weight: 500;
  font-family: "DM Sans";
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-postbox-details-blockquote-content h4 {
    font-size: 21px;
  }
}
@media (max-width: 767px) {
  .tp-postbox-details-blockquote-content h4 {
    font-size: 16px;
  }
}
.tp-postbox-details-blockquote-content p {
  font-size: 14px;
  color: var(--tp-theme-primary);
  font-weight: 400;
  font-family: "Plus Jakarta Sans";
  margin-bottom: 0;
  position: relative;
  margin-left: 25px;
}
.tp-postbox-details-blockquote-content p::before {
  content: "";
  position: absolute;
  width: 15px;
  height: 2px;
  top: 14px;
  left: -24px;
  background-color: var(--tp-theme-primary);
}
.tp-postbox-details-share-wrapper {
  border-bottom: 1px solid #f1f1f1;
  padding-bottom: 40px;
  margin-bottom: 50px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-postbox-details-share {
    text-align: left !important;
  }
}
@media (max-width: 767px) {
  .tp-postbox-details-share {
    justify-content: left !important;
  }
}
.tp-postbox-details-tag span {
  font-size: 22px;
  color: var(--tp-heading-primary);
  font-weight: 700;
  font-family: "Plus Jakarta Sans";
  margin-right: 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-postbox-details-tag span {
    margin-right: 10px;
  }
}
.tp-postbox-details-tag a {
  background-color: var(--tp-common-white);
  border: 1px solid #eaebeb;
  padding: 8px 19px;
  font-size: 16px;
  line-height: 30px;
  color: #767676;
  font-weight: 400;
  margin-right: 8px;
}
.tp-postbox-details-tag a:hover {
  background: var(--tp-theme-primary);
  color: var(--tp-common-white);
}
.tp-postbox-details-tag.details a:hover {
  background: var(--tp-theme-primary);
  color: var(--tp-common-white);
}
.tp-postbox-details-share span {
  font-size: 14px;
  width: 38px;
  height: 38px;
  line-height: 43px;
  text-align: center;
  display: inline-block;
  background: var(--tp-theme-primary);
  color: var(--tp-common-white);
  border-radius: 50%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-postbox-details-share span {
    margin-right: 18px;
  }
}
.tp-postbox-details-share a {
  width: 38px;
  height: 38px;
  line-height: 36px;
  text-align: center;
  display: inline-block;
  background: var(--tp-common-gray2);
  border-radius: 50px;
  font-size: 16px;
  color: var(--tp-heading-primary);
  margin-right: 10px;
  transition: 0.4s;
}
.tp-postbox-details-share a:last-child {
  margin-right: 0;
}
.tp-postbox-details-share a:hover {
  background: var(--tp-theme-primary);
  color: var(--tp-common-white);
}
@media (max-width: 767px) {
  .tp-postbox-list-content {
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .tp-postbox-details-tag {
    margin-bottom: 30px;
  }
}

.tp-postbox-details-row {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding: 20px 0 20px;
}
@media (max-width: 767px) {
  .tp-postbox-details-row {
    display: none;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-postbox-details-row {
    display: block;
  }
}
.tp-postbox-blog-code-title {
  font-size: 20px;
  letter-spacing: 0px;
  line-height: 35px;
  padding: 0 20px 0;
  margin-bottom: 18px;
}
.tp-postbox-blog-code-name {
  color: var(--tp-theme-primary);
  font-weight: 500;
}

.tp-postbox-comment-box {
  background-color: var(--tp-common-white);
  box-shadow: 0px 4px 60px 0px rgba(21, 24, 32, 0.1);
  padding: 25px 40px 25px 30px;
}
@media (max-width: 767px) {
  .tp-postbox-comment-box {
    padding: 25px 10px 25px 10px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-postbox-comment-box {
    padding: 25px 30px 25px 40px;
  }
}
.tp-postbox-comment-title {
  font-size: 36px;
  letter-spacing: -1px;
  margin-bottom: 30px;
}
.tp-postbox-comment-box-inner {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .tp-postbox-comment-box-inner {
    display: grid;
  }
}
.tp-postbox-comment-top {
  display: flex;
  justify-content: space-between;
  margin-bottom: 6px;
}
.tp-postbox-comment-avater {
  margin-right: 30px;
}
@media (max-width: 767px) {
  .tp-postbox-comment-avater {
    margin-bottom: 20px;
  }
}
.tp-postbox-comment-reply a {
  letter-spacing: 1px;
  text-transform: uppercase;
  color: var(--tp-theme-primary);
  font-weight: 700;
  font-family: "Barlow Condensed";
}
.tp-postbox-comment-reply a i {
  margin-right: 10px;
  font-weight: 500;
}
.tp-postbox-comment-name {
  font-size: 22px;
  font-family: "Roboto";
}

.tp-postbox-contact-title {
  font-size: 36px;
  letter-spacing: -1px;
}
.tp-postbox-contact-title.two {
  font-size: 50px;
}
@media (max-width: 767px) {
  .tp-postbox-contact-title {
    font-size: 33px;
  }
}
.tp-postbox-contact-pagagraph {
  font-size: 14px;
  margin-bottom: 35px;
}
.tp-postbox-contact-input {
  margin-bottom: 20px;
}
.tp-postbox-contact-input input {
  font-size: 16px;
  font-weight: 400;
  height: 58px;
  color: #565969;
  background-color: #f4f4f4;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.tp-postbox-contact-input input::placeholder {
  font-size: 16px;
  color: var(--tp-text-body);
  font-weight: 400;
}
.tp-postbox-contact-input input:focus {
  border: 1px solid var(--tp-theme-primary);
  background: transparent;
}
.tp-postbox-contact-input textarea {
  height: 148px;
  resize: none;
  background-color: #f4f4f4;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.tp-postbox-contact-input textarea::placeholder {
  font-size: 16px;
  color: var(--tp-text-body);
  font-weight: 400;
}
.tp-postbox-contact-input textarea:focus {
  border: 1px solid var(--tp-theme-primary);
  background: transparent;
}

/*----------------------------------------*/
/*  5.3 Recent Post css
/*----------------------------------------*/
/*----------------------------------------*/
/*  5.4 Sidebar css
/*----------------------------------------*/
.tp-blog-breadcrumb-area {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 500px;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
}
.tp-blog-breadcrumb-area::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #0f0027;
  opacity: 0.549;
  z-index: -1;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .sidebar__widget-theme-bg {
    padding: 0 25px;
    margin-bottom: 0;
  }
}
.sidebar__widget {
  margin-top: -5px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .sidebar__widget {
    padding: 30px 0px;
  }
}
@media (max-width: 767px) {
  .sidebar__widget {
    padding: 30px 22px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .sidebar__widget {
    padding: 30px 110px 30px 22px;
  }
}
.sidebar__widget-title {
  font-size: 24px;
  color: var(--tp-heading-primary);
  margin-bottom: 26px;
}
.sidebar__widget ul li {
  list-style: none;
  height: 56px;
  line-height: 56px;
  border-radius: 2px;
  padding: 0 30px;
  background: transparent;
}
.sidebar__widget ul li:hover {
  background: var(--tp-common-white);
}
.sidebar__widget ul li:hover a {
  color: var(--tp-theme-primary);
}
.sidebar__widget ul li.active {
  background-color: var(--tp-common-white);
}
.sidebar__widget ul li.active a {
  color: var(--tp-heading-primary);
}
.sidebar__widget ul li.active a span {
  visibility: visible;
  opacity: 1;
  left: 0;
}
.sidebar__widget ul li:last-child {
  margin-bottom: 10px;
}
.sidebar__widget ul li a {
  position: relative;
  font-weight: 700;
  font-size: 16px;
  color: var(--tp-common-black);
  display: block;
}
.sidebar__widget ul li a:hover span {
  left: 0;
  visibility: visible;
  opacity: 1;
}
.sidebar__widget ul li a span {
  float: right;
  visibility: hidden;
  position: relative;
  left: -20px;
  opacity: 0;
  transition: 0.4s;
}
.sidebar__about {
  padding: 37px 0 38px 0;
}
.sidebar__thumb img {
  border-radius: 50%;
  margin-bottom: 20px;
}
.sidebar__content-title {
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  color: var(--tp-common-black);
  margin-bottom: 6px;
}
.sidebar__content-designation {
  font-weight: 400;
  font-size: 14px;
  color: #727A7D;
  display: block;
  margin-bottom: 13px;
}
.sidebar__content p {
  font-size: 16px;
  color: #838383;
  margin-bottom: 27px;
}
.sidebar__content-social a {
  height: 37px;
  width: 42px;
  line-height: 37px;
  text-align: center;
  display: inline-block;
  border: 1px solid var(--tp-grey-4);
  margin-right: 12px;
}
.sidebar__content-social a i {
  transition: 0.3s;
}
.sidebar__content-social a:hover {
  border: 1px solid var(--tp-theme-1);
  background-color: var(--tp-theme-1);
}
.sidebar__content-social a:hover i {
  color: var(--tp-common-white);
}
.sidebar__search {
  position: relative;
}
.sidebar__search input {
  font-size: 16px;
  width: 100%;
  height: 60px;
  line-height: 60px;
  padding: 0 70px 0 25px;
  text-transform: capitalize;
  border: 1px solid var(--tp-common-white);
  outline: none;
  background: #f5f5f8;
}
.sidebar__search input:focus {
  border: 1px solid var(--tp-theme-primary);
}
.sidebar__search input::placeholder {
  color: #767676;
}
.sidebar__search button {
  font-size: 24px;
  position: absolute;
  top: 0;
  right: 10px;
  width: 60px;
  height: 100%;
  line-height: 60px;
  color: var(--tp-common-black);
}
.sidebar__banner::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.sidebar__banner-content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
  background: var(--tp-common-white);
}
.sidebar__banner-content h4 {
  padding: 15px 20px;
  font-size: 24px;
  color: var(--tp-common-black);
  text-transform: uppercase;
  margin-bottom: 0;
}

.tagcloud a {
  font-size: 14px;
  text-transform: capitalize;
  padding: 2px 15px;
  margin-right: 5px;
  background-color: var(--tp-common-white);
  margin-bottom: 10px;
  display: inline-block;
  border: 1px solid #efeded;
  font-weight: 600;
}
.tagcloud a:hover {
  color: var(--tp-common-white);
  background-color: var(--tp-theme-primary);
}
.tagcloud a.active {
  color: var(--tp-common-white);
  background-color: var(--tp-theme-1);
}

.rc__post {
  background: var(--tp-common-white);
  box-shadow: 0px 3px 20px 0px rgba(21, 24, 32, 0.06);
  padding: 10px 33px 10px 10px;
  transition: 0.4s;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .rc__post {
    padding: 15px 50px 10px 25px;
  }
}
@media (max-width: 767px) {
  .rc__post {
    padding: 10px 40px 10px 10px;
  }
}
.rc__post:hover {
  background: var(--tp-common-white);
}
.rc__post:hover .rc__post-thumb {
  -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;
}
.rc__post.active {
  background: var(--tp-common-white);
}
.rc__post-thumb {
  background: #05001e;
  -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 only screen and (min-width: 992px) and (max-width: 1199px) {
  .rc__post-thumb {
    display: none;
  }
}
.rc__meta span {
  font-size: 14px;
  color: #8f8e9a;
}
.rc__meta span i {
  font-size: 16px;
  margin-right: 8px;
  display: inline-block;
  position: relative;
  top: 4px;
}
.rc__post-title {
  font-size: 16px;
  line-height: 20px;
  -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;
}
.rc__post-title:hover {
  color: var(--tp-theme-primary);
}

/*----------------------------------------*/
/*  6.1 Footer Style 1
/*----------------------------------------*/
.tp-footer-area {
  background: #edeef2;
  margin-top: -100px;
}
.tp-footer-top {
  padding: 230px 0 45px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-footer-widget-cutm-pdg-2 {
    padding-left: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-footer-widget-cutm-pdg-2 {
    padding-left: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-footer-widget-cutm-pdg-3 {
    margin-left: 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-footer-two-item {
    margin-left: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-footer-two-item {
    margin-left: 0;
  }
}
.tp-footer-three-item {
  margin-left: -11px;
}
@media (max-width: 767px) {
  .tp-footer-three-item {
    margin-left: 0;
  }
}
.tp-footer-four-item {
  margin-left: -50px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-footer-four-item {
    margin-left: 0;
  }
}
.tp-footer-logo {
  margin-top: -10px;
  margin-bottom: 32px;
}
.tp-footer-text p {
  line-height: 26px;
  font-weight: 500;
  margin-bottom: 28px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-footer-text p {
    width: 84%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-footer-text p {
    font-size: 15px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .tp-footer-text p br {
    display: none;
  }
}
.tp-footer-title {
  color: var(--tp-common-black);
  margin-bottom: 36px;
  margin-top: -8px;
}
.tp-footer-list ul li {
  list-style: none;
  margin-bottom: 6px;
  position: relative;
  -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;
}
.tp-footer-list ul li::before {
  content: "+";
  position: absolute;
  left: -14px;
  top: 0;
  visibility: hidden;
  opacity: 0;
  font-weight: 700;
  -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;
}
.tp-footer-list ul li a {
  font-weight: 500;
}
.tp-footer-list ul li:hover {
  margin-left: 10px;
  color: var(--tp-theme-primary);
}
.tp-footer-list ul li:hover::before {
  visibility: visible;
  opacity: 1;
}
.tp-footer-call {
  color: var(--tp-common-black);
  font-weight: 500;
  display: block;
  margin-bottom: 4px;
}
.tp-footer-call span {
  margin-right: 8px;
}
.tp-footer-gallery-img {
  margin-right: 10px;
  margin-bottom: 15px;
  position: relative;
}
.tp-footer-gallery-img::before {
  content: "";
  position: absolute;
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  background-color: var(--tp-theme-primary);
  -webkit-transition: all 0.5s 0s ease-out;
  -moz-transition: all 0.5s 0s ease-out;
  -ms-transition: all 0.5s 0s ease-out;
  -o-transition: all 0.5s 0s ease-out;
  transition: all 0.5s 0s ease-out;
  visibility: hidden;
  opacity: 0;
  z-index: 1;
}
.tp-footer-gallery-img:hover::before {
  width: 100%;
  visibility: visible;
  opacity: 1;
}
.tp-footer-gallery-img:hover .tp-footer-gallery-icon {
  visibility: visible;
  opacity: 1;
}
.tp-footer-gallery-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 22px;
  color: var(--tp-common-white);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.5s 0s ease-out;
  -moz-transition: all 0.5s 0s ease-out;
  -ms-transition: all 0.5s 0s ease-out;
  -o-transition: all 0.5s 0s ease-out;
  transition: all 0.5s 0s ease-out;
  z-index: 2;
}
.tp-footer-gallery-icon:hover {
  color: var(--tp-common-black);
}
.tp-footer-bg {
  background: #252135;
}
.tp-footer-copy-paragraph {
  font-weight: 500;
  font-family: var(--tp-ff-heading);
}
@media (max-width: 767px) {
  .tp-footer-copy-paragraph {
    font-size: 15px;
  }
}
.tp-footer-copy-paragraph a {
  color: var(--tp-theme-primary);
}

/*----------------------------------------*/
/*  6.2 Footer Style 2
/*----------------------------------------*/
.tp-footer-2-area {
  background: var(--tp-common-black);
}
.tp-footer-2-bg-shape {
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}
.tp-footer-2-widget-4 {
  margin-left: -30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-footer-2-widget-4 {
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .tp-footer-2-widget-4 {
    margin-left: 0;
  }
}
.tp-footer-2-top {
  padding: 120px 0 60px;
}
.tp-footer-2-text p {
  color: #a5acaf;
}
.tp-footer-2-call {
  color: #a5acaf;
}
.tp-footer-2-call:hover {
  color: var(--tp-common-white);
}
.tp-footer-2-title {
  color: var(--tp-common-white);
}
.tp-footer-2-list ul li a {
  color: #a5acaf;
}
.tp-footer-2-list ul li:hover {
  color: var(--tp-common-white);
}
.tp-footer-2-list ul li:hover a {
  color: var(--tp-common-white);
}
.tp-footer-2-form {
  position: relative;
  z-index: 1;
}
.tp-footer-2-form input {
  height: 62px;
  border-radius: 30px;
  padding-right: 70px;
}
.tp-footer-2-form input::placeholder {
  font-size: 16px;
  color: #767676;
  font-weight: 400;
  font-family: "DM Sans";
}
.tp-footer-2-input-arrow {
  width: 54px;
  height: 54px;
  line-height: 54px;
  text-align: center;
  display: inline-block;
  background: var(--tp-theme-primary);
  border-radius: 50%;
  position: absolute;
  right: 5px;
  top: 4px;
}
.tp-footer-2-copy-paragraph {
  color: #a5acaf;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .tp-footer-2-copy-paragraph {
    text-align: center;
  }
}
.tp-footer-2-copy-paragraph a {
  color: var(--tp-common-white);
}
.tp-footer-2-bottom {
  border-top: 1px solid #32353b;
  padding: 32px 0;
}
.tp-footer-2-social {
  display: flex;
  justify-content: end;
}
@media (max-width: 767px) {
  .tp-footer-2-social {
    justify-content: center;
    margin-top: 30px;
  }
}
.tp-footer-2-social a {
  width: 38px;
  height: 38px;
  line-height: 41px;
  text-align: center;
  display: inline-block;
  background-color: #292929;
  border-radius: 50%;
  margin-right: 10px;
  color: var(--tp-common-white);
  font-size: 15px;
}
.tp-footer-2-social a:last-child {
  margin-right: 0;
}
.tp-footer-2-social a:hover {
  background: var(--tp-theme-primary);
}

/*----------------------------------------*/
/*  6.3 Footer Style 3
/*----------------------------------------*/
.tp-footer-3-text p {
  color: #a5acaf;
}
.tp-footer-3-bottom {
  border-top: 1px solid #e6e6e6;
}
.tp-footer-3-call {
  color: var(--tp-text-p);
}
.tp-footer-3-call:hover {
  color: var(--tp-common-black);
}
.tp-footer-3-copy-paragraph {
  margin-bottom: 0;
}
.tp-footer-3-copy-paragraph a {
  color: var(--tp-common-black);
}
.tp-footer-3-thumb {
  margin-right: 20px;
}
.tp-footer-3-thumb-date {
  margin-top: -8px;
}
.tp-footer-3-thumb-date span {
  display: inline-block;
  font-size: 14px;
  color: var(--tp-common-black);
  font-weight: 500;
  font-family: var(--tp-ff-heading);
}
.tp-footer-3-thumb-date span i {
  color: var(--tp-theme-primary);
  margin-right: 7px;
}
.tp-footer-3-thumb-date p {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 26px;
}
.tp-footer-3-thumb-date.five span i {
  color: var(--tp-theme-secondary);
}
.tp-footer-3-bg-shape-1 {
  position: absolute;
  top: 130px;
  left: 130px;
  z-index: -1;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-footer-3-bg-shape-1 {
    top: 60px;
    left: 130px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-footer-3-bg-shape-1 {
    top: 60px;
    left: 60px;
  }
}
.tp-footer-3-bg-shape-2 {
  position: absolute;
  right: 200px;
  bottom: 165px;
  z-index: -1;
}
.tp-footer-3-bg-shape-3 {
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}

/*----------------------------------------*/
/*  6.4 Footer Style 4
/*----------------------------------------*/
.tp-footer-4-area {
  background: #f3f5ff;
}
.tp-footer-4-top {
  padding: 120px 0 40px;
}
.tp-footer-4-list ul li:hover {
  margin-left: 10px;
  color: var(--tp-theme-secondary);
}
.tp-footer-4-gallery-img::before {
  background-color: var(--tp-theme-secondary);
}

/*----------------------------------------*/
/*  9.0 Slider css
/*----------------------------------------*/
.tp-slider-height {
  padding: 432px 0 215px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-slider-height {
    padding: 280px 0 215px;
  }
}
@media (max-width: 767px) {
  .tp-slider-height {
    padding: 200px 0 140px;
  }
}
.tp-slider-bg {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.tp-slider-content {
  position: relative;
  z-index: 11;
}
.tp-slider-title {
  color: var(--tp-common-black);
  font-size: 90px;
  line-height: 1.04;
  letter-spacing: -4px;
  margin-bottom: 22px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-slider-title {
    font-size: 78px;
  }
}
@media (max-width: 767px) {
  .tp-slider-title {
    font-size: 50px;
    letter-spacing: -2px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-slider-title {
    font-size: 62px;
    letter-spacing: -2px;
    line-height: 1.2;
  }
}
.tp-slider-paragraph {
  color: #607e84;
  margin-bottom: 42px;
}
@media (max-width: 767px) {
  .tp-slider-paragraph br {
    display: none;
  }
}
.tp-slider-shape-1 {
  position: absolute;
  top: 320px;
  left: 85px;
  animation: bounce-thum-1 3.5s infinite;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-slider-shape-1 {
    top: 290px;
    left: 30px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-slider-shape-1 {
    display: none;
  }
}
.tp-slider-shape-2 {
  position: absolute;
  bottom: -30px;
  left: 210px;
  animation: bounce-thum-3 4s forwards infinite alternate;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-slider-shape-2 {
    left: 90px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-slider-shape-2 {
    left: 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-slider-shape-2 {
    left: -83px;
    bottom: -80px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-slider-shape-2 {
    display: none;
  }
}
.tp-slider-shape-3 {
  position: absolute;
  bottom: 100px;
  left: 570px;
  animation: moving 6s linear infinite;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-slider-shape-3 {
    display: none;
  }
}
.tp-slider-shape-4 {
  width: 733px;
  height: 733px;
  border-radius: 50%;
  background-color: #60c9fb;
  opacity: 0.271;
  position: absolute;
  right: -29px;
  bottom: -265px;
  -webkit-animation: sliderShape 5s linear infinite;
  animation: sliderShape 5s linear infinite;
  will-change: border-radius, transform, opacity;
  border-radius: 62% 47% 82% 35%/45% 45% 80% 66%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-slider-shape-4 {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-slider-shape-4 {
    right: 20px;
    bottom: 0;
  }
}
@media (max-width: 767px) {
  .tp-slider-shape-4 {
    width: 400px;
    height: 400px;
    right: -11px;
    bottom: 190px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-slider-shape-4 {
    width: 600px;
    height: 600px;
    right: 0;
    bottom: 0;
  }
}
.tp-slider-shape-5 {
  position: absolute;
  right: 120px;
  bottom: -30px;
  animation: bounce-thum-3 3s forwards infinite alternate;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-slider-shape-5 {
    right: -7px;
    z-index: 1;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-slider-shape-5 {
    right: -40px;
    z-index: 1;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-slider-shape-5 {
    right: -122px;
    bottom: -80px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-slider-shape-5 {
    display: none;
  }
}
.tp-slider-shape-6 {
  position: absolute;
  top: 342px;
  right: 140px;
  animation: moving 4s linear infinite;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-slider-shape-6 {
    right: 50px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-slider-shape-6 {
    display: none;
  }
}
.tp-slider-shape-7 {
  position: absolute;
  bottom: 330px;
  right: 45px;
  animation: moving 8s linear infinite;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-slider-shape-7 {
    display: none;
  }
}
.tp-slider-2-height {
  padding: 378px 0 228px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-slider-2-height {
    padding: 280px 0 228px;
  }
}
@media (max-width: 767px) {
  .tp-slider-2-height {
    padding: 240px 0 200px;
  }
}
.tp-slider-2-bg {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: opacity 1500ms ease-in, -webkit-transform 7000ms ease;
  transition: opacity 1500ms ease-in, -webkit-transform 7000ms ease;
  transition: transform 9000ms ease, opacity 1500ms ease-in;
  transition: transform 9000ms ease, opacity 1500ms ease-in, -webkit-transform 9000ms ease;
}
.tp-slider-2-overlay::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background-color: rgba(25, 13, 78, 0.6);
  z-index: 1;
}
.tp-slider-2-content {
  position: relative;
  z-index: 11;
}
.tp-slider-2-sub-title {
  color: var(--tp-common-white);
  font-weight: 700;
  font-family: var(--tp-ff-body);
  margin-bottom: 22px;
}
.tp-slider-2-title {
  color: var(--tp-common-white);
  font-size: 90px;
  letter-spacing: -4px;
  line-height: 1;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-slider-2-title {
    font-size: 87px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-slider-2-title {
    font-size: 72px;
  }
}
@media (max-width: 767px) {
  .tp-slider-2-title {
    font-size: 39px;
    letter-spacing: -1px;
    line-height: 1.2;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-slider-2-title {
    font-size: 57px;
  }
}
.tp-slider-2-circle {
  min-height: 860px;
  min-width: 860px;
  max-height: 860px;
  max-width: 860px;
  opacity: 0.251;
  background-color: #000000;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  -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;
}
.tp-slider-2-circle-2 {
  min-height: 1010px;
  min-width: 1010px;
  max-height: 1010px;
  max-width: 1010px;
  opacity: 0.149;
  background-color: #000000;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  -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;
}
.tp-slider-2-circle-2::before {
  position: absolute;
  content: "";
  left: 50%;
  top: 50%;
  width: 70%;
  height: 70%;
  opacity: 0.251;
  background-color: #000000;
  animation: borderanimate2 2s linear infinite;
  z-index: -1;
  border-radius: 50%;
}
.tp-slider-2-dots {
  position: absolute;
  bottom: 72px;
  left: 60px;
  z-index: 2;
}
.tp-slider-2-dots .swiper-pagination-bullet {
  width: 20px;
  height: 20px;
  display: inline-block;
  border-radius: 50%;
  opacity: 1;
  margin: 0px 6px;
  transition: 0.3s;
  border: 2px solid transparent;
}
.tp-slider-2-dots .swiper-pagination-bullet-active {
  background-color: var(--tp-common-white);
}
.tp-slider-2-dots.dots-color .swiper-pagination-bullet {
  background-color: var(--tp-common-white);
}
.tp-slider-2-dots.dots-color .swiper-pagination-bullet-active {
  background-color: transparent;
  border-color: var(--tp-common-white);
}
.tp-slider-2-title-box {
  opacity: 0;
  z-index: 3;
  position: relative;
  transform: translateY(-150px);
}
.tp-slider-2-btn-box {
  transform: translateY(150px);
  opacity: 0;
}
.tp-slider-2-wrapper .swiper-slide.swiper-slide-active .tp-slider-2-bg {
  -webkit-transform: scale(1.35);
  transform: scale(1.35);
}
.tp-slider-2-wrapper .swiper-slide.swiper-slide-active .tp-slider-2-title-box {
  opacity: 1;
  transform: translatey(0px);
  transition: all 2500ms ease;
}
.tp-slider-2-wrapper .swiper-slide.swiper-slide-active .tp-slider-2-btn-box {
  opacity: 1;
  transform: translatey(0px);
  transition: all 2500ms ease;
}
.tp-slider-2-shape-1 {
  position: absolute;
  left: 400px;
  top: 210px;
  z-index: 11;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-slider-2-shape-1 {
    display: none;
  }
}
.tp-slider-2-shape-1-img span {
  font-size: 36px;
  letter-spacing: -1px;
  color: var(--tp-common-white);
  font-weight: 700;
  font-family: var(--tp-ff-heading);
  position: absolute;
  top: 29%;
  left: 37%;
  line-height: 1.1;
  transform: rotate(-22deg);
}
.tp-slider-2-left-shape {
  position: absolute;
  right: 255px;
  bottom: 130px;
  transform: rotate(-90deg);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-slider-2-left-shape {
    left: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-slider-2-left-shape {
    right: 0;
    z-index: 11;
  }
}
@media (max-width: 767px) {
  .tp-slider-2-left-shape {
    display: none;
  }
}
.tp-slider-2-left-icon > a > span {
  width: 60px;
  height: 60px;
  line-height: 64px;
  text-align: center;
  display: inline-block;
  border: 1px solid var(--tp-common-white);
  border-radius: 50px;
  color: var(--tp-common-white);
  font-size: 24px;
  margin-right: 14px;
}
.tp-slider-2-left-icon > span {
  font-size: 18px;
  color: var(--tp-common-white);
  font-weight: 700;
  transform: translateY(-8px);
  display: inline-block;
}
.tp-slider-3-bg {
  background: #d8fff9;
}
.tp-slider-3-content {
  padding: 370px 0 220px;
  position: relative;
  z-index: 11;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-slider-3-content {
    padding: 300px 0 200px;
  }
}
@media (max-width: 767px) {
  .tp-slider-3-content {
    padding: 200px 0 160px;
  }
}
.tp-slider-3-title {
  font-size: 78px;
  letter-spacing: -3px;
  line-height: 1;
  margin-bottom: 40px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-slider-3-title {
    font-size: 77px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-slider-3-title {
    font-size: 65px;
  }
}
@media (max-width: 767px) {
  .tp-slider-3-title {
    font-size: 52px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-slider-3-title {
    font-size: 62px;
  }
}
.tp-slider-3-paragraph {
  color: #4b5855;
  margin-bottom: 46px;
}
@media (max-width: 767px) {
  .tp-slider-3-paragraph br {
    display: none;
  }
}
.tp-slider-3-thumb {
  position: relative;
  z-index: 1;
  text-align: right;
}
.tp-slider-3-thumb-shape-1 {
  width: 103px;
  height: 103px;
  border-radius: 51px;
  background-color: #c9f7f0;
  position: absolute;
  top: 34px;
  left: 115px;
  z-index: -1;
  animation: sliderShape 3s linear infinite;
  will-change: border-radius, transform, opacity;
  border-radius: 62% 47% 82% 35%/45% 45% 80% 66%;
}
.tp-slider-3-thumb-shape-2 {
  position: absolute;
  top: 170px;
  left: 72px;
  z-index: -1;
  animation: moving 4s linear infinite;
}
.tp-slider-3-thumb-shape-3 {
  position: absolute;
  top: 183px;
  left: 80px;
  animation: bounce-thum-1 6.5s infinite;
}
.tp-slider-3-thumb-shape-4 {
  width: 746px;
  height: 746px;
  border-radius: 50%;
  background-color: #c9f7f0;
  position: absolute;
  right: -200px;
  bottom: -145px;
  z-index: -1;
  animation: sliderShape 5s linear infinite;
  will-change: border-radius, transform, opacity;
  border-radius: 62% 47% 82% 35%/45% 45% 80% 66%;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-slider-3-thumb-shape-4 {
    right: -120px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-slider-3-thumb-shape-4 {
    right: -130px;
    bottom: -140px;
  }
}
.tp-slider-3-thumb-shape-5 {
  position: absolute;
  left: -21px;
  bottom: 180px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-slider-3-thumb-shape-5 {
    left: -150px;
    bottom: 110px;
  }
}
.tp-slider-3-thumb-shape-6 {
  position: absolute;
  top: 153px;
  right: -120px;
  animation: circle-animations 15s forwards infinite alternate;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-slider-3-thumb-shape-6 {
    top: 110px;
    right: -42px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-slider-3-thumb-shape-6 {
    display: none;
  }
}
.tp-slider-3-thumb-shape-7 {
  position: absolute;
  right: -255px;
  bottom: 190px;
  z-index: -1;
  animation: bounce-thum-1 7.5s infinite;
}
@media only screen and (min-width: 1600px) and (max-width: 1700px) {
  .tp-slider-3-thumb-shape-7 {
    right: -200px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-slider-3-thumb-shape-7 {
    display: none;
  }
}
.tp-slider-3-thumb-shape-8 {
  width: 78px;
  height: 78px;
  border-radius: 39px;
  background-color: #c9f7f0;
  position: absolute;
  right: -310px;
  bottom: 90px;
  animation: sliderShape 2s linear infinite;
  will-change: border-radius, transform, opacity;
  border-radius: 62% 47% 82% 35%/45% 45% 80% 66%;
}
@media only screen and (min-width: 1600px) and (max-width: 1700px) {
  .tp-slider-3-thumb-shape-8 {
    right: -264px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-slider-3-thumb-shape-8 {
    display: none;
  }
}
.tp-slider-4-bg-shape {
  position: absolute;
  top: 25%;
  left: 90px;
  z-index: 11;
  animation: bounce-thum-3 4s forwards infinite alternate;
}
@media (max-width: 767px) {
  .tp-slider-4-bg-shape {
    display: none;
  }
}
.tp-slider-4-bg {
  background: #1a1e5d;
}
.tp-slider-4-content {
  padding: 270px 0 182px;
}
@media (max-width: 767px) {
  .tp-slider-4-content {
    padding: 170px 0 100px;
  }
}
.tp-slider-4-title {
  font-size: 90px;
  color: var(--tp-common-white);
  line-height: 1.05;
  letter-spacing: -4px;
}
@media (max-width: 767px) {
  .tp-slider-4-title {
    font-size: 50px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-slider-4-title {
    font-size: 78px;
  }
}
.tp-slider-4-paragraph {
  color: #acaeca;
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .tp-slider-4-btn-box {
    flex-direction: column;
    display: inline-flex !important;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-slider-4-btn-box {
    flex-direction: inherit;
    display: flex !important;
  }
}
.tp-slider-4-btn-box .tp-btn {
  background: var(--tp-theme-secondary);
  color: var(--tp-common-white);
}
.tp-slider-4-btn-box .tp-btn::before {
  background: var(--tp-common-black);
}
.tp-slider-4-btn-box .tp-btn:hover {
  color: var(--tp-common-white);
}
.tp-slider-4-thumb {
  margin-bottom: 75px;
  margin-left: 45px;
}
@media only screen and (min-width: 1600px) and (max-width: 1700px), only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-slider-4-thumb {
    margin-left: 0;
  }
}
.tp-slider-4-thumb-shape-1 {
  position: absolute;
  top: -55px;
  left: -32px;
  z-index: -1;
  animation: circle-animations 15s forwards infinite alternate;
}
.tp-slider-4-thumb-shape-2 {
  position: absolute;
  top: -15px;
  left: 75px;
  z-index: -1;
  animation: bounce-thum-2 1s ease-in-out 0.1s forwards infinite alternate;
}
.tp-slider-4-thumb-shape-3 {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  animation: moving 8s linear infinite;
}
.tp-slider-4-thumb-shape-4 {
  position: absolute;
  right: -63%;
  top: 27%;
  z-index: -1;
  animation: bounce-thum-3 4s forwards infinite alternate;
}
.tp-slider-4-thumb-shape-5 {
  position: absolute;
  bottom: 15%;
  left: 15%;
  z-index: -1;
  animation: moving 8s linear infinite;
}
@media (max-width: 767px) {
  .tp-slider-4-play-icon {
    margin-left: 0;
    margin-top: 30px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-slider-4-play-icon {
    margin-left: 30px;
    margin-top: 0;
  }
}
.tp-slider-4-play-icon a i {
  color: #209ffa;
  font-size: 19px;
  margin-right: 10px;
  transform: translateY(3px);
}
.tp-slider-4-play-text span {
  color: var(--tp-common-white);
  font-weight: 700;
  font-family: var(--tp-ff-heading);
  display: inline-block;
}
.tp-slider-5-bg-overlay {
  position: absolute;
  width: 545px;
  height: 100%;
  top: 0;
  right: 0;
  background: #ccf0f0;
  z-index: 1;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-slider-5-bg-overlay {
    display: none;
  }
}
@media (max-width: 767px) {
  .tp-slider-5-bg-overlay {
    display: none;
  }
}
.tp-slider-5-bg {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #e9fafb;
}
.tp-slider-5-social {
  position: absolute;
  top: 54%;
  left: 80px;
  transform: translate(0, -51%);
  z-index: 1;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-slider-5-social {
    left: 35px;
  }
}
.tp-slider-5-social a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  display: block;
  border: 1px solid #ddd;
  color: #767676;
  border-radius: 50%;
  margin-bottom: 16px;
}
.tp-slider-5-social a:hover {
  background: var(--tp-common-black);
  color: var(--tp-common-white);
  border: 1px solid var(--tp-common-black);
}
.tp-slider-5-social span {
  color: #222222;
  font-weight: 700;
  position: relative;
  transform: rotate(-90deg);
  display: inline-block;
  margin-top: 105px;
  margin-left: -17px;
}
.tp-slider-5-social span::before {
  content: "";
  position: absolute;
  width: 60px;
  height: 1px;
  top: 15px;
  left: 90px;
  display: inline-block;
  background: var(--tp-common-black);
}
.tp-slider-5-content {
  padding: 365px 0 210px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-slider-5-content {
    padding: 280px 0 200px;
  }
}
@media (max-width: 767px) {
  .tp-slider-5-content {
    padding: 180px 0 160px;
  }
}
.tp-slider-5-sub-title {
  background: #fec931;
  color: #1a1e5d;
  display: inline-block;
  padding: 4px 10px;
  margin-bottom: 16px;
}
.tp-slider-5-title {
  font-size: 80px;
  letter-spacing: -3px;
  line-height: 1;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .tp-slider-5-title {
    font-size: 48px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-slider-5-title {
    font-size: 66px;
  }
}
.tp-slider-5-price-title {
  font-size: 20px;
  font-weight: 700;
  font-family: var(--tp-ff-heading);
  margin-bottom: 52px;
}
.tp-slider-5-price-title span {
  font-size: 20px;
  color: var(--tp-common-black);
  font-weight: 700;
  font-family: var(--tp-ff-heading);
  text-decoration: underline;
}
.tp-slider-5-thumb {
  margin-left: 80px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-slider-5-thumb {
    margin-left: 0;
  }
}
.tp-slider-5-thumb-shape-1 {
  position: absolute;
  top: 10px;
  left: -68px;
  z-index: -1;
  animation: circle-animations 15s forwards infinite alternate;
}
.tp-slider-5-thumb-shape-2 {
  position: absolute;
  right: -186px;
  top: 90px;
  z-index: -1;
  animation: bounce-thum-3 4s forwards infinite alternate;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-slider-5-thumb-shape-2 {
    right: -110px;
  }
}
.tp-slider-5-thumb-shape-3 {
  position: absolute;
  left: -168px;
  bottom: 75px;
  z-index: -1;
  animation: bounce-thum-2 1s ease-in-out 0.1s forwards infinite alternate;
}
.tp-slider-5-thumb-shape-4 {
  position: absolute;
  bottom: 55px;
  right: -168px;
  animation: bounce-thum-1 6.5s infinite;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-slider-5-thumb-shape-4 {
    right: -60px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-slider-5-thumb-shape-4 {
    display: none;
  }
}

/*----------------------------------------*/
/*  8.2 Feature css
/*----------------------------------------*/
.tp-feature-row {
  margin-left: -125px;
  margin-right: -125px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-feature-row {
    margin-left: -80px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-feature-row {
    margin-left: 0;
    margin-right: 0;
  }
}
.tp-feature-wrapper {
  display: flex;
}
.tp-feature-icon {
  margin-right: 30px;
  margin-top: 13px;
}
.tp-feature-icon span {
  transform: rotateY(0deg);
  display: inline-block;
}
.tp-feature-title {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0;
  margin-bottom: 18px;
}
.tp-feature-paragraph {
  line-height: 26px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-feature-paragraph br {
    display: none;
  }
}
.tp-feature-2-area {
  position: relative;
}
.tp-feature-2-area::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  top: 44%;
  transform: translate(-50%, -50%);
  background: #e5e5e5;
  left: 50%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-feature-2-area::before {
    top: 40%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-feature-2-area::before {
    top: 41%;
  }
}
@media (max-width: 767px) {
  .tp-feature-2-area::before {
    display: none;
  }
}
.tp-feature-2-area.two::before {
  top: 4%;
}
@media (max-width: 767px) {
  .tp-feature-2-top-wrapper {
    display: none;
  }
}
.tp-feature-2-icon {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #e5e5e5;
  position: relative;
}
.tp-feature-2-icon::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #00b67a;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.tp-feature-2-icon::after {
  position: absolute;
  content: "";
  left: 50%;
  top: 50%;
  width: 70%;
  height: 70%;
  background-color: rgba(229, 229, 229, 0.777);
  animation: borderanimate2 2s linear infinite;
  z-index: -1;
  border-radius: 50%;
}
.tp-feature-2-icon.two::before {
  background: var(--tp-theme-secondary);
}
.tp-feature-2-content {
  padding: 0 45px 0 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-feature-2-content {
    padding: 0;
  }
}
.tp-feature-2-title {
  font-size: 24px;
  line-height: 1.4;
  margin-bottom: 22px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-feature-2-title {
    font-size: 22px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-feature-2-title {
    font-size: 19px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-feature-2-paragraph {
    font-size: 15px;
  }
}
.tp-feature-5-row {
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 50px;
}
.tp-feature-5-wrapper {
  display: flex;
}
@media (max-width: 767px) {
  .tp-feature-5-wrapper {
    display: grid;
  }
}
.tp-feature-5-icon {
  margin-right: 25px;
  transform: translateY(4px);
}
@media (max-width: 767px) {
  .tp-feature-5-icon {
    margin-bottom: 40px;
  }
}
.tp-feature-5-content h6 {
  margin-bottom: 0;
}
.tp-feature-5-content p {
  font-size: 14px;
}

/*----------------------------------------*/
/*  8.8 Service css
/*----------------------------------------*/
.tp-service-thumb {
  background: #5ad3e6;
  padding: 25px 40px 10px;
  text-align: center;
}
.tp-service-thumb:hover img {
  transform: scale(1.1);
}
.tp-service-thumb img {
  -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 only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-service-thumb img {
    width: 100%;
  }
}
.tp-service-thumb.two {
  background: #3f6055;
}
.tp-service-thumb.three {
  background: #8997da;
}
.tp-service-content {
  padding: 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-service-content {
    padding: 30px 15px 30px 20px;
  }
}
@media (max-width: 767px) {
  .tp-service-content {
    padding: 30px 0;
  }
}
.tp-service-title {
  letter-spacing: 0px;
  margin-bottom: 14px;
  display: inline-block;
}
.tp-service-title:hover {
  color: var(--tp-theme-primary);
}
.tp-service-paragraph {
  line-height: 26px;
}
.tp-service-2-area {
  background: #f3f5ff;
}
.tp-service-2-bg-shape-1 {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.tp-service-2-bg-shape-2 {
  position: absolute;
  bottom: 70px;
  left: 25px;
  z-index: -1;
  animation: bounce-thum-3 4s forwards infinite alternate;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-service-2-bg-shape-2 {
    display: none;
  }
}
.tp-service-2-wrapper {
  background: var(--tp-common-white);
  box-shadow: 0px 0px 60px 0px rgba(15, 22, 34, 0.06);
  padding: 60px 60px 54px;
  display: flex;
  position: relative;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-service-2-wrapper {
    padding: 60px 0px 54px 23px;
  }
}
@media (max-width: 767px) {
  .tp-service-2-wrapper {
    display: inherit;
    padding: 60px 50px 54px;
  }
}
.tp-service-2-wrapper::before {
  content: "";
  position: absolute;
  width: 2px;
  height: 0;
  top: 0;
  left: 0;
  background: var(--tp-theme-primary);
  -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;
}
.tp-service-2-wrapper:hover::before {
  height: 100%;
}
.tp-service-2-icon-box {
  margin-right: 30px;
  text-align: center;
}
@media (max-width: 767px) {
  .tp-service-2-icon-box {
    text-align: left;
    display: flex;
    align-items: center;
  }
}
.tp-service-2-icon {
  margin-bottom: 65px;
}
@media (max-width: 767px) {
  .tp-service-2-icon {
    margin-bottom: 30px;
  }
}
.tp-service-2-number span {
  font-size: 40px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #e3e3ec;
  font-weight: 700;
  font-family: var(--tp-ff-body);
  transform: rotate(-90deg);
  display: inline-block;
}
@media (max-width: 767px) {
  .tp-service-2-number span {
    margin-bottom: 30px;
  }
}
.tp-service-2-title {
  font-size: 26px;
  letter-spacing: -1px;
  margin-bottom: 18px;
  margin-top: -6px;
  display: inline-block;
}
.tp-service-2-title:hover {
  color: var(--tp-theme-primary);
}
.tp-service-2-paragraph {
  line-height: 26px;
  margin-bottom: 24px;
}
.tp-service-2-btn {
  color: var(--tp-common-black);
  font-weight: 700;
  font-family: var(--tp-ff-heading);
  -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;
}
.tp-service-2-btn:hover {
  color: var(--tp-theme-primary);
}
.tp-service-2-rt-wrapper {
  background-image: -moz-linear-gradient(0deg, rgb(2, 151, 254) 0%, rgb(47, 93, 236) 31%, rgb(82, 48, 222) 60%, rgb(117, 2, 208) 100%);
  background-image: -webkit-linear-gradient(0deg, rgb(2, 151, 254) 0%, rgb(47, 93, 236) 31%, rgb(82, 48, 222) 60%, rgb(117, 2, 208) 100%);
  background-image: -ms-linear-gradient(0deg, rgb(2, 151, 254) 0%, rgb(47, 93, 236) 31%, rgb(82, 48, 222) 60%, rgb(117, 2, 208) 100%);
  padding: 62px 70px 42px;
}
@media (max-width: 767px) {
  .tp-service-2-rt-wrapper {
    padding: 62px 40px 42px;
  }
}
.tp-service-2-rt-title {
  color: var(--tp-common-white);
  font-size: 30px;
  letter-spacing: -1px;
  margin-bottom: 44px;
}
.tp-service-2-rt-thumb {
  position: absolute;
  top: 0px;
  right: 0;
  z-index: -1;
}
.tp-service-4-area {
  background: #f5f6fa;
}
.tp-service-4-bg-shape-1 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
@media (max-width: 767px) {
  .tp-service-4-bg-shape-1 {
    display: none;
  }
}
.tp-service-4-bg-shape-2 {
  position: absolute;
  left: 233px;
  top: 220px;
  z-index: -1;
  animation: circle-animations 15s forwards infinite alternate;
}
@media (max-width: 767px) {
  .tp-service-4-bg-shape-2 {
    display: none;
  }
}
.tp-service-4-bg-shape-3 {
  position: absolute;
  bottom: 110px;
  right: 125px;
  z-index: -1;
  animation: circle-animations 15s forwards infinite alternate;
}
@media (max-width: 767px) {
  .tp-service-4-bg-shape-3 {
    display: none;
  }
}
.tp-service-4-wrapper {
  background: var(--tp-common-white);
  box-shadow: 0px 0px 60px 0px rgba(56, 42, 95, 0.08);
  padding: 42px;
  margin-bottom: 30px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-service-4-wrapper {
    padding: 42px 23px;
  }
}
.tp-service-4-wrapper::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 0;
  top: 0;
  left: 0;
  background: #1a1e5d;
  z-index: -1;
  -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;
}
.tp-service-4-wrapper:hover::before {
  height: 100%;
}
.tp-service-4-wrapper:hover .tp-service-4-sub-title {
  color: #acaeca;
}
.tp-service-4-wrapper:hover .tp-service-4-title {
  color: var(--tp-common-white);
}
.tp-service-4-wrapper:hover .tp-service-4-plus-icon span {
  background: var(--tp-theme-secondary);
  color: var(--tp-common-white);
}
.tp-service-4-wrapper:hover .tp-service-4-shape {
  top: 0;
}
.tp-service-4-sub-title {
  color: var(--tp-text-body);
  font-weight: 700;
  font-family: var(--tp-ff-heading);
  -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;
}
.tp-service-4-title {
  -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;
}
.tp-service-4-bottom {
  display: flex;
  align-items: end;
  justify-content: space-between;
}
.tp-service-4-plus-icon span {
  width: 52px;
  height: 52px;
  line-height: 52px;
  text-align: center;
  display: inline-block;
  background-color: #f5f6fa;
  color: var(--tp-text-body);
  -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;
}
.tp-service-4-shape {
  position: absolute;
  top: -236px;
  right: 0;
  z-index: -1;
  -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;
}
.tp-service-5-area {
  background: #f5f6fa;
  padding: 310px 0 120px;
  margin-top: -185px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-service-5-top-button {
    justify-content: flex-start !important;
    margin-top: 30px;
    margin-bottom: 0;
  }
}
.tp-service-5-wrapper {
  background: var(--tp-common-white);
  box-shadow: 0px 0px 40px 0px rgba(34, 20, 75, 0.08);
  padding: 50px 40px 0;
}
.tp-service-5-icon {
  margin-bottom: 30px;
}
.tp-service-5-title {
  margin-bottom: 12px;
}
.tp-service-5-title:hover {
  color: var(--tp-theme-primary);
}
.tp-service-5-paragraph {
  line-height: 26px;
  margin-bottom: 34px;
}
.tp-service-5-btn a {
  width: 56px;
  height: 40px;
  line-height: 48px;
  text-align: center;
  display: inline-block;
  background-color: #f5f6fa;
  font-size: 24px;
  color: var(--tp-common-black);
  transform: translateY(2px);
  -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;
}
.tp-service-5-btn.one a:hover {
  background: var(--tp-theme-secondary);
  color: var(--tp-common-white);
}
.tp-service-5-btn.two a:hover {
  background: #1a1e5d;
  color: var(--tp-common-white);
}
.tp-service-5-btn.three a:hover {
  background: #209ffa;
  color: var(--tp-common-white);
}
.tp-service-5-btn.four a:hover {
  background: #fec931;
  color: var(--tp-common-white);
}
.tp-service-5-text span {
  font-size: 18px;
  color: var(--tp-common-black);
  font-weight: 700;
  font-family: var(--tp-ff-heading);
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-service-details-wrapper {
    margin-left: 0;
    margin-top: 50px;
  }
}
.tp-service-details-box {
  background: #f2f3f6;
  padding: 34px 40px 42px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-service-details-box {
    padding: 42px 15px 42px;
  }
}
.tp-service-details-box ul li {
  list-style: none;
}
.tp-service-details-box ul li:not(:last-of-type) {
  margin-bottom: 10px;
}
.tp-service-details-box ul li a {
  font-size: 16px;
  padding: 11px 20px;
  display: block;
  background: var(--tp-common-white);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  z-index: 1;
  position: relative;
  color: var(--tp-common-black);
  font-weight: 700;
  font-family: var(--tp-ff-heading);
}
.tp-service-details-box ul li a::before {
  content: "";
  position: absolute;
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  background: var(--tp-theme-primary);
  z-index: -1;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.tp-service-details-box ul li a span {
  float: right;
  font-size: 20px;
  transition: 0.4s;
  margin-right: -3px;
  margin-top: 3px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.tp-service-details-box ul li a:hover {
  color: var(--tp-common-white);
}
.tp-service-details-box ul li a:hover span {
  color: var(--tp-common-white);
}
.tp-service-details-box ul li a:hover::before {
  width: 100%;
}
.tp-service-details-contact {
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 90px 0 100px;
}
.tp-service-details-contact-title {
  font-size: 36px;
  text-transform: uppercase;
  color: var(--tp-common-white);
  line-height: 1.1;
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-service-details-contact-title br {
    display: none;
  }
}
.tp-service-details-book-shape {
  position: absolute;
  width: 284px;
  height: 284px;
  border-radius: 142px;
  background-color: #bcf8e4;
  top: -100px;
  right: -100px;
  z-index: -1;
}
.tp-service-details-pdf {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: var(--tp-common-white);
  padding: 15px 30px 15px;
}
.tp-service-details-pdf-content h6 {
  font-size: 16px;
  margin-bottom: 0;
}
.tp-service-details-pdf-content a {
  font-size: 14px;
  color: var(--tp-theme-primary);
  font-weight: 500;
}
.tp-service-details-pdf-button a {
  width: 52px;
  height: 52px;
  line-height: 48px;
  display: inline-block;
  text-align: center;
  background-color: #edeef2;
  border-radius: 50%;
}
.tp-service-details-call-number span {
  font-size: 14px;
  color: #767676;
  display: block;
  margin-bottom: -4px;
  position: relative;
  z-index: 1;
}
.tp-service-details-call-number span::before {
  content: "";
  position: absolute;
  width: 31px;
  height: 31px;
  top: 11px;
  left: -58px;
  background: #e2e2e2;
  border-radius: 50%;
  z-index: -1;
}
.tp-service-details-call-number a {
  font-size: 18px;
  color: var(--tp-common-black);
  font-weight: 700;
  font-family: var(--tp-ff-heading);
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-service-details-list-item {
    margin-left: 0;
    margin-top: 20px;
  }
}
.tp-service-details-thumb img {
  width: 100%;
}
.tp-service-details-box-title {
  font-size: 22px;
  margin-bottom: 40px;
}
.tp-service-details-title {
  color: var(--tp-common-black);
  margin-top: -16px;
  margin-bottom: 18px;
  font-size: 48px;
  letter-spacing: -2px;
  font-weight: 700;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-service-details-title {
    font-size: 46px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-service-details-title {
    margin-top: -60px;
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  .tp-service-details-title {
    font-size: 30px;
    letter-spacing: 0;
  }
}
.tp-service-details-wrapper p {
  margin-bottom: 40px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-service-details-wrapper p br {
    display: none;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-service-details-wrapper p br {
    display: none;
  }
}
.tp-service-details-sub-title {
  font-size: 30px;
  letter-spacing: -1px;
  margin-bottom: 18px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-service-details-sub-title {
    font-size: 29px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-service-details-sub-title br {
    display: none;
  }
}
.tp-service-details-list-title {
  font-size: 30px;
  letter-spacing: -1px;
  margin-bottom: 18px;
}
.tp-service-details-list-item ul li {
  list-style: none;
  margin-bottom: 6px;
}
.tp-service-details-list-item ul li span {
  color: var(--tp-common-black);
  font-weight: 500;
  display: inline-block;
  margin-left: 6px;
}
.tp-service-details-list-item ul li i {
  color: var(--tp-theme-primary);
  margin-right: 8px;
  position: relative;
  top: 2px;
}
.tp-service-details-accordion {
  margin-right: 0 !important;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-service-details-accordion {
    margin-left: -190px;
  }
}

/*----------------------------------------*/
/*  7.1 About css
/*----------------------------------------*/
@media (max-width: 767px) {
  .tp-about-area {
    padding-top: 0;
  }
}
.tp-about-left-wrapper {
  margin-left: -115px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-about-left-wrapper {
    margin-left: 0;
    margin-bottom: 80px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-about-left-wrapper {
    margin-top: 40px;
    margin-left: 0;
    margin-bottom: 80px;
  }
}
.tp-about-thumb-shape-1 {
  position: absolute;
  bottom: 41px;
  left: 131px;
}
.tp-about-thumb-shape-2 {
  position: absolute;
  top: -100px;
  right: 120px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-about-thumb-shape-2 {
    right: 60px;
  }
}
.tp-about-thumb-shape-3 {
  position: absolute;
  bottom: -25px;
  right: 48px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-about-thumb-shape-3 {
    right: -30px;
  }
}
@media (max-width: 767px) {
  .tp-about-thumb {
    display: none;
  }
}
.tp-about-right-wrapper {
  margin-left: 18px;
}
.tp-about-right-wrapper .tp-section-paragraph {
  margin: 26px 0 0;
}
.tp-about-icon-box:hover .tp-about-icon span {
  color: var(--tp-common-white);
}
.tp-about-icon-box:hover .tp-about-icon span::before {
  transform: scale(1);
}
.tp-about-icon span {
  width: 80px;
  height: 80px;
  line-height: 90px;
  text-align: center;
  display: inline-block;
  background: #f5f7fa;
  color: var(--tp-theme-primary);
  border-radius: 50%;
  font-size: 34px;
  margin-right: 20px;
  position: relative;
  z-index: 1;
  -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;
}
.tp-about-icon span::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  transform: scale(0);
  background: var(--tp-theme-primary);
  width: 100%;
  height: 100%;
  z-index: -1;
  -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;
  border-radius: 50%;
}
.tp-about-right-title h4 {
  font-size: 20px;
  letter-spacing: 0px;
  margin-bottom: 12px;
}
.tp-about-right-title p {
  line-height: 26px;
}
@media (max-width: 767px) {
  .tp-about-right-title p br {
    display: none;
  }
}
.tp-about-center-title {
  font-size: 20px;
  letter-spacing: 0px;
  color: var(--tp-theme-primary);
  font-weight: 700;
  font-family: "Plus Jakarta Sans";
}
.tp-about-call-icon {
  margin-top: -15px;
}
.tp-about-call-number p {
  font-size: 20px;
  color: var(--tp-heading-primary);
  font-weight: 700;
  font-family: var(--tp-ff-heading);
  margin-top: -4px;
}
.tp-about-call-number p:hover {
  color: var(--tp-theme-primary);
}
@media (max-width: 767px) {
  .tp-about-button-item {
    flex-direction: column;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-about-button-item {
    flex-direction: inherit;
  }
}
@media (max-width: 767px) {
  .tp-about-button-item .tp-about-btn {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .tp-about-button-item .tp-about-call-item {
    margin-left: 0;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-about-button-item .tp-about-call-item {
    margin-left: 40px;
  }
}
.tp-about-2-bg-shape-1 {
  position: absolute;
  left: 85px;
  top: 5px;
  z-index: -1;
  animation: bounce-thum-1 3.5s infinite;
}
@media only screen and (min-width: 1600px) and (max-width: 1700px) {
  .tp-about-2-bg-shape-1 {
    left: 0;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-about-2-bg-shape-1 {
    display: none;
  }
}
.tp-about-2-bg-shape-2 {
  position: absolute;
  right: 0;
  top: -235px;
  z-index: -1;
  animation: bounce-thum-3 4s forwards infinite alternate;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-about-2-bg-shape-2 {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-about-2-left-wrapper {
    margin-bottom: 60px;
  }
}
.tp-about-2-thumb-shape {
  position: absolute;
  top: -40px;
  left: -50px;
  z-index: -1;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-about-2-right-wrapper {
    margin-left: 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-about-2-thumb img {
    width: 90%;
    margin-top: 50px;
  }
}
@media (max-width: 767px) {
  .tp-about-2-thumb img {
    width: 100%;
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .tp-about-2-signature {
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .tp-about-2-signature-sing {
    margin-left: 0;
    margin-top: 30px;
  }
}
.tp-about-2-progres-skill {
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 60px 0px rgba(109, 113, 134, 0.08);
  padding: 30px 60px 20px;
}
@media (max-width: 767px) {
  .tp-about-2-progres-skill {
    padding: 30px 30px 20px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-about-2-progres-skill {
    padding: 30px 50px 20px;
  }
}
.tp-about-2-label {
  font-size: 16px;
  color: var(--tp-common-black);
  font-weight: 700;
  font-family: var(--tp-ff-heading);
}
.tp-about-2-progress {
  overflow: visible;
  margin-top: 10px;
  height: 1px;
  background: var(--tp-common-black);
}
.tp-about-2-progress.two {
  height: 2px;
  background-color: #e2e6e6;
}
.tp-about-2-progress-bar {
  overflow: visible;
  color: var(--tp-text-p);
  text-align: right;
  background-color: var(--tp-theme-primary);
  height: 3px;
  margin-top: -1px;
}
.tp-about-2-progress-bar.two {
  height: 4px;
}
.tp-about-2-progress-bar span {
  font-size: 16px;
  position: relative;
  top: -22px;
  color: var(--tp-text-p);
  font-weight: 700;
  font-family: var(--tp-ff-heading);
}
.tp-about-2-progress-bar span.two {
  font-weight: 400;
  font-size: 16px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-about-4-thumb {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .tp-about-4-thumb img {
    width: 100%;
  }
}
.tp-about-4-bg-shape {
  position: absolute;
  top: 50px;
  right: 0;
  z-index: -1;
  animation: bounce-thum-3 4s forwards infinite alternate;
}
@media (max-width: 767px) {
  .tp-about-4-bg-shape {
    display: none;
  }
}
.tp-about-4-thumb-shape-1 {
  position: absolute;
  top: -65px;
  right: 0;
  animation: bounce-thum-2 1s ease-in-out 0.1s forwards infinite alternate;
}
@media (max-width: 767px) {
  .tp-about-4-thumb-shape-1 {
    display: none;
  }
}
.tp-about-4-thumb-shape-2 {
  position: absolute;
  bottom: 40px;
  right: 40px;
  animation: bounce-thum-1 3.5s infinite;
}
@media (max-width: 767px) {
  .tp-about-4-thumb-shape-2 {
    display: none;
  }
}
.tp-about-4-wrapper {
  margin-left: 15px;
}
.tp-about-4-feature-item {
  background: var(--tp-common-white);
  box-shadow: 0px 8px 40px 0px rgba(27, 31, 46, 0.06);
  padding: 12px 35px 8px;
}
@media (max-width: 767px) {
  .tp-about-4-feature-item {
    flex-direction: column;
  }
}
.tp-about-4-feature-icon {
  margin-right: 25px;
}
@media (max-width: 767px) {
  .tp-about-4-feature-icon {
    margin-bottom: 30px;
  }
}
.tp-about-4-feature-title {
  font-size: 22px;
  color: #1a1e5d;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .tp-about-4-feature-title {
    font-size: 19px;
  }
}
.tp-about-4-label {
  color: var(--tp-common-black);
  font-weight: 700;
  font-family: var(--tp-ff-heading);
}
.tp-about-4-progress {
  overflow: visible;
  margin-top: 5px;
  height: 10px;
  background: #e2e6e6;
  border-radius: 0;
}
.tp-about-4-progress-bar {
  overflow: visible;
  color: var(--tp-heading-primary);
  text-align: right;
  background: var(--tp-common-black);
  height: 4px;
  margin-top: 3px;
}
.tp-about-4-progress-bar span {
  position: relative;
  top: -24px;
  font-size: 16px;
  color: var(--tp-text-body);
  font-weight: 400;
  font-family: var(--tp-ff-heading);
}
@media (max-width: 767px) {
  .tp-about-4-btn-box {
    display: flex;
    flex-direction: column;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-about-4-btn-box {
    display: flex;
    flex-direction: inherit;
  }
}
@media (max-width: 767px) {
  .tp-about-4-signature {
    margin-left: 0;
    margin-top: 30px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-about-4-signature {
    margin-left: 110px;
    margin-top: 0;
  }
}
.tp-about-4-call-icon a {
  width: 48px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  display: inline-block;
  background: var(--tp-theme-secondary);
  color: var(--tp-common-white);
  border-radius: 50%;
  font-size: 20px;
}
.tp-about-4-call-number {
  margin-top: 8px;
}
.tp-about-4-call-number span {
  display: block;
  line-height: 1;
}
.tp-about-4-call-number a {
  color: var(--tp-common-black);
  font-weight: 700;
  font-family: var(--tp-ff-heading);
}
.tp-about-5-thumb {
  margin-left: -60px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-about-5-thumb {
    margin-left: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-about-5-thumb {
    margin-left: 0;
    margin-bottom: 150px;
  }
}
@media (max-width: 767px) {
  .tp-about-5-thumb {
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .tp-about-5-thumb img {
    width: 100%;
  }
}
.tp-about-5-thumb-shape-1 {
  position: absolute;
  bottom: -130px;
  right: 70px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-about-5-thumb-shape-1 {
    right: -10px;
  }
}
@media (max-width: 767px) {
  .tp-about-5-thumb-shape-1 {
    display: none;
  }
}
.tp-about-5-thumb-shape-2 {
  position: absolute;
  top: 50px;
  right: 70px;
  animation: bounce-thum-3 4s forwards infinite alternate;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-about-5-thumb-shape-2 {
    display: none;
  }
}
@media (max-width: 767px) {
  .tp-about-5-thumb-shape-2 {
    display: none;
  }
}
.tp-about-5-thumb-shape-3 {
  position: absolute;
  left: 25px;
  bottom: -120px;
  animation: bounce-thum-1 6.5s infinite;
}
@media (max-width: 767px) {
  .tp-about-5-thumb-shape-3 {
    display: none;
  }
}
.tp-about-5-label {
  position: absolute;
  top: -2px;
  left: 16px;
  color: var(--tp-common-white);
  font-weight: 700;
  font-family: var(--tp-ff-heading);
  z-index: 11;
}
.tp-about-5-progress {
  background: transparent;
  height: 30px;
  border-radius: 0;
}
.tp-about-5-progress-bar {
  background-image: linear-gradient(270deg, #ffffff 0%, #e5498f 100%);
  text-align: right;
}
.tp-about-5-progress-bar.two {
  background-image: linear-gradient(270deg, #ffffff 0%, #191d5d 100%);
}
.tp-about-5-progress-bar span {
  color: #e6498f;
  font-weight: 700;
  font-family: var(--tp-ff-heading);
  font-size: 16px;
}
.tp-about-5-progress-bar span.two {
  color: #1a1e5d;
}
.tp-about-5-call-icon a {
  width: 60px;
  height: 60px;
  line-height: 60px;
  background: transparent;
  color: var(--tp-theme-secondary);
  border: 1px solid #e0e0e0;
}
.tp-about-5-call-number a {
  color: var(--tp-common-black);
  font-weight: 700;
  font-family: var(--tp-ff-heading);
  font-size: 18px;
}

/*----------------------------------------*/
/*  8.6 Product css
/*----------------------------------------*/
.tp-product-row {
  padding: 0 240px;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 1700px) and (max-width: 1800px) {
  .tp-product-row {
    padding: 0 186px;
  }
}
@media only screen and (min-width: 1600px) and (max-width: 1700px) {
  .tp-product-row {
    padding: 0 90px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-product-row {
    padding: 0 20px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-product-row {
    padding: 0;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-product-left-wrapper {
    margin-right: -10px;
  }
}
.tp-product-bg-overlay {
  background: var(--tp-theme-primary);
  padding: 15px 0 0 60px;
}
.tp-product-bg-overlay.two {
  background-image: linear-gradient(90deg, #4971f9 0%, #2fabf7 100%);
}
.tp-product-bg-overlay.five {
  background: #1a84eb;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-product-bg-overlay.five {
    padding: 60px 0 0 20px;
  }
}
.tp-product-bg-overlay.five-two {
  background: #fec931;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-product-bg-overlay {
    padding: 15px 0 0 30px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-product-bg-overlay {
    padding: 60px 0 0 60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-product-bg-overlay {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .tp-product-bg-overlay {
    padding: 40px 0 40px 60px;
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .tp-product-btn .tp-btn-border {
    padding: 12px 33px;
  }
}
.tp-product-sub-title {
  font-size: 16px;
  letter-spacing: 0px;
  text-transform: uppercase;
  color: var(--tp-common-white);
  margin-bottom: 18px;
}
.tp-product-sub-title.five {
  color: var(--tp-common-black);
}
.tp-product-title {
  font-size: 36px;
  letter-spacing: -1px;
  color: var(--tp-common-white);
  font-weight: 600;
  line-height: 1.21;
  margin-bottom: 30px;
}
.tp-product-title.five {
  color: var(--tp-common-black);
}
.tp-product-right-wrapper {
  text-align: right;
}
.tp-product-right-img.one {
  margin-left: -9px;
}
.tp-product-right-img.two {
  margin-left: -30px;
}
.tp-product-right-img-shape {
  position: absolute;
  bottom: -77px;
  right: -104px;
  z-index: -1;
}
.tp-product-right-img-shape-two {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}
.tp-product-btn.five .tp-btn-border {
  border-color: var(--tp-common-black);
  color: var(--tp-common-black);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-product-btn.five .tp-btn-border {
    padding: 14px 23px;
  }
}
.tp-product-btn.five .tp-btn-border::before {
  background: var(--tp-common-black);
}
.tp-product-btn.five .tp-btn-border:hover {
  color: var(--tp-common-white);
}
.tp-product-2-thumb {
  background: #f3f5ff;
}
.tp-product-2-thumb:hover img {
  transform: scale(1.1);
}
.tp-product-2-thumb img {
  -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: 767px) {
  .tp-product-3-tab-btn ul {
    justify-content: left !important;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-product-3-btn.two a {
    padding: 14px 38px;
  }
}
.tp-product-4-inner-content {
  margin-right: -4px;
}

.tp-product-area.pt-120.pb-90 {
  filter: drop-shadow(0 0 125px rgba(27, 24, 72, 0.08));
  margin-top: -10px;
  padding-bottom: 120px;
}
.tp-product-top-arrow-box button {
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  display: inline-block;
  border-radius: 50%;
  background: transparent;
  border: 1px solid #e6e6e6;
  margin-right: 20px;
  color: var(--tp-theme-primary);
  font-size: 26px;
}
@media (max-width: 767px) {
  .tp-product-top-arrow-box button {
    display: none;
  }
}
.tp-product-top-arrow-box button:last-child {
  margin-right: 0;
}
.tp-product-top-arrow-box button:hover {
  background: var(--tp-theme-primary);
  color: var(--tp-common-white);
  border-color: var(--tp-theme-primary);
}
.tp-product-top-arrow-box.four button {
  color: #e6e6e6;
}
.tp-product-top-arrow-box.four button:hover {
  color: var(--tp-common-black);
  background: transparent;
  border-color: #e6e6e6;
}

.product_wrapper {
  background: var(--tp-common-white);
  padding: 10px 22px 15px;
}
.product_wrapper.two {
  filter: drop-shadow(0 0 30px rgba(47, 33, 100, 0.08));
}
.product__top-name span {
  color: #767676;
  font-weight: 700;
  font-family: "Plus Jakarta Sans";
  text-transform: capitalize;
}
.product__top-price a {
  font-size: 22px;
  color: var(--tp-theme-primary);
  font-weight: 700;
  font-family: "Plus Jakarta Sans";
}
.product__top-price.two a {
  color: var(--tp-common-black);
  font-weight: 600;
  font-size: 22px;
}
.product__item:hover .product__thumb img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.product__item:hover .product__add {
  opacity: 1;
  visibility: visible;
  bottom: 20px;
}
.product__item:hover .product__action a, .product__item:hover .product__action button {
  transform: translateX(0);
  visibility: visible;
  opacity: 1;
}
.product__item:hover .product__action a:nth-child(1), .product__item:hover .product__action button:nth-child(1) {
  transition-delay: 0s;
}
.product__item:hover .product__action a:nth-child(2), .product__item:hover .product__action button:nth-child(2) {
  transition-delay: 0.1s;
}
.product__item:hover .product__action a:nth-child(3), .product__item:hover .product__action button:nth-child(3) {
  transition-delay: 0.12s;
}
.product__item:hover .product__action a:nth-child(4), .product__item:hover .product__action button:nth-child(4) {
  transition-delay: 0.14s;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .product__details-reveiw-content p br {
    display: none;
  }
}
.product__details-thumb {
  background: #f6f6f8;
}
.product__details-thumb:hover img {
  transform: scale(1.3);
}
.product__details-thumb img {
  -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;
}
.product__details-thumb-popup-btn a {
  width: 60px;
  height: 60px;
  line-height: 67px;
  text-align: center;
  display: inline-block;
  background-color: var(--tp-common-white);
  border-radius: 50px;
  font-size: 24px;
  color: var(--tp-heading-primary);
}
.product__details-thumb-popup-btn {
  position: absolute;
  top: 40px;
  right: 40px;
}
@media (max-width: 767px) {
  .product__details-reveiw-inner {
    display: inherit !important;
  }
}
@media (max-width: 767px) {
  .product__details-reveiw-content {
    margin-top: 30px;
  }
}
.product__content {
  padding-top: 14px;
}
.product__rating span {
  font-size: 12px;
  display: inline-block;
  color: #f9be17;
}
.product__rating span:not(:last-child) {
  margin-right: 3px;
}
.product__title {
  font-size: 20px;
}
.product__title:hover {
  color: var(--tp-theme-primary);
}
.product__title a:hover {
  color: var(--tp-theme-primary);
}
.product__action {
  position: absolute;
  top: 40px;
  right: 10px;
}
.product__action a, .product__action button {
  display: inline-block;
  width: 38px;
  height: 38px;
  line-height: 38px;
  background-color: #FFFFFF;
  box-shadow: 0px 1px 3px rgba(3, 4, 28, 0.12);
  text-align: center;
  position: relative;
  margin-bottom: 6px;
  transform: translateX(100%);
  opacity: 0;
  visibility: hidden;
}
.product__action a svg, .product__action button svg {
  -webkit-transform: translateY(-2px);
  -moz-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  -o-transform: translateY(-2px);
  transform: translateY(-2px);
}
.product__action a:nth-child(1), .product__action button:nth-child(1) {
  transition-delay: 0.14s;
}
.product__action a:nth-child(2), .product__action button:nth-child(2) {
  transition-delay: 0.12s;
}
.product__action a:nth-child(3), .product__action button:nth-child(3) {
  transition-delay: 0.1s;
}
.product__action a:nth-child(4), .product__action button:nth-child(4) {
  transition-delay: 0s;
}
.product__action a:hover, .product__action button:hover {
  background-color: var(--tp-theme-primary);
  color: var(--tp-common-white);
}
.product__add {
  position: absolute;
  bottom: -60px;
  left: 0;
  right: 0;
  visibility: hidden;
  opacity: 0;
  margin: 0 25px 0;
}

.product-action-btn {
  position: relative;
}
.product-action-btn .product-action-tooltip {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 90%;
  font-weight: 500;
  font-size: 12px;
  color: var(--tp-common-white);
  background-color: var(--tp-common-black);
  z-index: 1;
  display: inline-block;
  width: max-content;
  line-height: 1;
  padding: 4px 8px;
  margin-right: 8px;
  visibility: hidden;
  opacity: 0;
  -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;
}
.product-action-btn .product-action-tooltip::after {
  position: absolute;
  content: "";
  right: 0;
  top: 50%;
  -webkit-transform: translate(50%, -50%) rotate(45deg);
  -moz-transform: translate(50%, -50%) rotate(45deg);
  -ms-transform: translate(50%, -50%) rotate(45deg);
  -o-transform: translate(50%, -50%) rotate(45deg);
  transform: translate(50%, -50%) rotate(45deg);
  height: 8px;
  width: 8px;
  background-color: var(--tp-common-black);
}
.product-action-btn svg {
  -webkit-transform: translateY(-1px);
  -moz-transform: translateY(-1px);
  -ms-transform: translateY(-1px);
  -o-transform: translateY(-1px);
  transform: translateY(-1px);
}
.product-action-btn:hover .product-action-tooltip {
  visibility: visible;
  opacity: 1;
  right: 100%;
}

.product-add-cart-btn {
  font-weight: 600;
  font-size: 15px;
  color: var(--tp-common-white);
  background-color: var(--tp-theme-primary);
  display: inline-block;
  padding: 8px 25px;
  text-align: center;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.product-add-cart-btn::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 0%;
  background: var(--tp-common-black);
  left: 0;
  top: 0;
  z-index: -1;
  transition: 0.5s;
  transform: scale(0);
  opacity: 0;
}
.product-add-cart-btn:hover {
  color: var(--tp-common-white);
}
.product-add-cart-btn:hover::before {
  transform: scale(1);
  opacity: 1;
  height: 100%;
  width: 100%;
}
.product-add-cart-btn.red {
  background: var(--tp-theme-secondary);
}
.product-add-cart-btn.red::before {
  background: var(--tp-theme-primary);
}
.product-add-cart-btn svg, .product-add-cart-btn i {
  margin-right: 7px;
}
.product-add-cart-btn svg {
  -webkit-transform: translateY(-2px);
  -moz-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  -o-transform: translateY(-2px);
  transform: translateY(-2px);
}
.product-add-cart-btn:hover {
  color: var(--tp-common-white);
  background-color: var(--tp-theme-primary);
}

.tp-product-2-title {
  font-size: 18px;
  display: inline-block;
}
.tp-product-2-title:hover {
  color: var(--tp-theme-primary);
}
.tp-product-2-thumb img {
  width: 100%;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-product-2-arrow-box {
    display: none;
  }
}
.tp-product-2-arrow-box button {
  font-size: 24px;
  height: 60px;
  line-height: 60px;
  width: 60px;
  border-radius: 50%;
  transition: all 0.3s ease 0s;
  color: var(--tp-common-black);
  background-color: #f5f5f5;
  position: absolute;
  top: 42%;
  left: -120px;
  transform: translate(0%, -50%);
  z-index: 5;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-product-2-arrow-box button {
    left: -90px;
  }
}
.tp-product-2-arrow-box button.slider-next {
  margin-bottom: 10px;
  left: auto;
  right: -120px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-product-2-arrow-box button.slider-next {
    right: -90px;
  }
}
.tp-product-2-arrow-box button {
  transition: 0.4s;
}
.tp-product-2-arrow-box button:hover {
  background: var(--tp-common-black);
  color: var(--tp-common-white);
}
.tp-product-3-area {
  background: #f3f5ff;
}
.tp-product-3-bg-shape {
  position: absolute;
  top: 85px;
  left: -18px;
  z-index: -1;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-product-3-bg-shape {
    display: none;
  }
}
.tp-product-3-bg-overlay {
  padding: 60px 0 0 60px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-product-3-btn .tp-btn-border {
    padding: 8px 20px;
  }
}
@media (max-width: 767px) {
  .tp-product-3-coundown-wrapper {
    flex-direction: column;
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-product-3-coundown-btn {
    justify-content: flex-start !important;
    margin-top: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-product-3-tab-btn ul {
    justify-content: flex-start !important;
    margin-top: 20px;
  }
}
.tp-product-3-tab-li {
  margin-right: 60px;
}
@media (max-width: 767px) {
  .tp-product-3-tab-li {
    margin-right: 35px;
    margin-top: 40px;
  }
}
.tp-product-3-tab-li:last-child {
  margin-right: 0;
}
.tp-product-3-tab-btn {
  font-size: 18px;
  color: var(--tp-common-black) !important;
  font-weight: 700;
  font-family: var(--tp-ff-heading);
  padding: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-product-3-tab-btn {
    margin-top: -23px;
  }
}
.tp-product-3-tab-btn.active {
  background: transparent !important;
  color: var(--tp-theme-primary) !important;
}
.tp-product-3-coundown-title h3 {
  font-size: 36px;
  letter-spacing: -1px;
}
.tp-product-3-coundown-btn .tp-btn-border {
  border: 1px solid #e6e6e6;
  color: var(--tp-common-black);
}
.tp-product-3-coundown-btn .tp-btn-border::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 0%;
  background: var(--tp-theme-primary);
  left: 0;
  top: 0;
  z-index: -1;
  transition: 0.5s;
  transform: scale(0);
  opacity: 0;
}
.tp-product-3-coundown-btn .tp-btn-border:hover {
  color: var(--tp-common-white);
}
.tp-product-3-coundown-btn .tp-btn-border:hover::before {
  transform: scale(1);
  opacity: 1;
  height: 100%;
  width: 100%;
}
.tp-product-3-countdown-inner {
  margin-top: 8px;
}
.tp-product-3-countdown-inner ul {
  display: flex;
  align-items: center;
}
.tp-product-3-countdown-inner ul li {
  font-size: 36px;
  letter-spacing: -1px;
  color: var(--tp-theme-primary);
  font-weight: 700;
  font-family: var(--tp-ff-heading);
  list-style: none;
}
.tp-product-3-countdown-inner ul li span {
  margin: 0 10px;
}
.tp-product-4-wrapper {
  background: #f3f5ff;
  box-shadow: rgba(149, 157, 165, 0.1) 0px 8px 24px;
  padding: 40px 30px 10px 60px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-product-4-wrapper {
    margin-bottom: 30px;
  }
}
.tp-product-4-wrapper.two {
  background: #eef7fb;
  padding: 48px 30px 20px 40px;
}
.tp-product-4-inner-content h6 {
  font-size: 14px;
  color: #767676;
  margin-bottom: 10px;
}
.tp-product-4-inner-content h4 {
  font-size: 24px;
  line-height: 1.4;
  margin-bottom: 16px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-product-4-inner-content h4 {
    font-size: 22px;
  }
}
.tp-product-4-inner-content p {
  font-family: var(--tp-ff-heading);
  margin-bottom: 0;
}
.tp-product-4-inner-content p span {
  color: #1a1e5d;
  font-weight: 700;
}
.tp-product-4-inner-btn a {
  background: var(--tp-theme-secondary);
  letter-spacing: 0px;
  line-height: 100px;
  color: var(--tp-common-white);
  font-weight: 700;
  font-family: var(--tp-ff-heading);
  padding: 11px 30px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.tp-product-4-inner-btn a::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 0%;
  background: var(--tp-common-black);
  left: 0;
  top: 0;
  z-index: -1;
  transition: 0.5s;
  transform: scale(0);
  opacity: 0;
}
.tp-product-4-inner-btn a:hover {
  color: var(--tp-common-white);
}
.tp-product-4-inner-btn a:hover::before {
  transform: scale(1);
  opacity: 1;
  height: 100%;
  width: 100%;
}
.tp-product-4-thumb {
  position: relative;
  top: -12px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-product-4-thumb {
    text-align: right;
  }
}

/*----------------------------------------*/
/*  7.6 Choose css
/*----------------------------------------*/
.tp-choose-us-area {
  padding: 310px 0 80px;
  margin-top: -190px;
}
.tp-choose-us-bg-shape {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-choose-us-bg-shape {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-choose-us-top {
    padding-bottom: 60px;
  }
}
.tp-choose-us-top-wrapper .tp-section-paragraph {
  margin-top: 28px;
}
.tp-choose-us-top-thumb {
  text-align: right;
  margin-right: 100px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-choose-us-top-thumb {
    display: none;
  }
}
@media (max-width: 767px) {
  .tp-choose-us-top-thumb {
    margin-top: 60px;
  }
}
.tp-choose-us-bottom {
  padding: 0 170px 0;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-choose-us-bottom {
    padding: 0 15px 0;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-choose-us-bottom {
    padding: 0 30px 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-choose-us-bottom {
    padding: 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-choose-us-feature-content {
    padding: 0 60px 0;
  }
}
.tp-choose-us-feature-icon span {
  width: 160px;
  height: 160px;
  line-height: 160px;
  text-align: center;
  display: inline-block;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 40px 0px rgba(47, 33, 100, 0.06);
  border-radius: 50%;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}
.tp-choose-us-feature-icon span::before {
  content: "";
  position: absolute;
  width: 140px;
  height: 140px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: transparent;
  border: 2px dashed #e6e6e6;
  border-radius: 50%;
  -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;
}
.tp-choose-us-feature-icon span:hover::before {
  border-color: var(--tp-theme-primary);
}
.tp-choose-us-feature-title {
  font-size: 26px;
  letter-spacing: -1px;
  margin-bottom: 22px;
  display: inline-block;
}
.tp-choose-us-feature-title:hover {
  color: var(--tp-theme-primary);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-choose-us-feature-title {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .tp-choose-us-feature-title {
    font-size: 21px;
  }
}
.tp-choose-us-feature-paragraph {
  line-height: 28px;
}
@media only screen and (min-width: 1600px) and (max-width: 1700px), only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), (max-width: 767px) {
  .tp-choose-us-feature-paragraph br {
    display: none;
  }
}
.tp-choose-us-2-shape-1 {
  position: absolute;
  top: -30px;
  left: -65px;
  z-index: -1;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), (max-width: 767px) {
  .tp-choose-us-2-shape-1 {
    display: none;
  }
}
.tp-choose-us-2-shape-2 {
  position: absolute;
  top: 30px;
  right: -30px;
}
@media (max-width: 767px) {
  .tp-choose-us-2-shape-2 {
    display: none;
  }
}
.tp-choose-us-2-shape-3 {
  position: absolute;
  bottom: -10px;
  left: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), (max-width: 767px) {
  .tp-choose-us-2-shape-3 {
    display: none;
  }
}
.tp-choose-us-2-shape-4 {
  position: absolute;
  bottom: 0;
  right: 0;
}
@media (max-width: 767px) {
  .tp-choose-us-2-shape-4 {
    display: none;
  }
}
@media (max-width: 767px) {
  .tp-choose-us-2-wrapper {
    margin-left: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-choose-us-2-thumb {
    margin-bottom: 60px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), (max-width: 767px) {
  .tp-choose-us-2-thumb > img {
    width: 100%;
  }
}
.tp-choose-us-2-single-item {
  display: flex;
  border-bottom: 1px solid #ddd;
  padding-bottom: 30px;
  margin-bottom: 50px;
  -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;
}
.tp-choose-us-2-single-item.last-chile {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.tp-choose-us-2-single-item:hover {
  border-color: var(--tp-theme-primary);
}
.tp-choose-us-2-single-item:hover .tp-choose-us-2-icon span {
  color: var(--tp-theme-primary);
}
.tp-choose-us-2-icon {
  margin-right: 40px;
}
.tp-choose-us-2-icon span {
  color: var(--tp-common-black);
  font-size: 50px;
  -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;
}
.tp-choose-us-2-title {
  font-size: 26px;
  letter-spacing: -1px;
  margin-top: -6px;
  margin-bottom: 12px;
}
.tp-choose-us-2-paragraph {
  line-height: 26px;
}
.tp-choose-us-4-thumb {
  margin-left: -100px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-choose-us-4-thumb {
    margin-left: 0;
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .tp-choose-us-4-thumb img {
    width: 100%;
  }
}
.tp-choose-us-4-shape-1 {
  width: 191px;
  height: 191px;
  display: flex;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  background-color: #fec931;
  position: absolute;
  top: 78px;
  left: -30px;
  transform: rotate(-25deg);
  animation: sliderShape 5s linear infinite;
  will-change: border-radius, transform, opacity;
  border-radius: 62% 47% 82% 35%/45% 45% 80% 66%;
}
@media (max-width: 767px) {
  .tp-choose-us-4-shape-1 {
    display: none;
  }
}
.tp-choose-us-4-shape-2 {
  position: absolute;
  top: 110px;
  right: 50px;
  animation: bounce-thum-2 1s ease-in-out 0.1s forwards infinite alternate;
}
@media (max-width: 767px) {
  .tp-choose-us-4-shape-2 {
    display: none;
  }
}
.tp-choose-us-4-shape-3 {
  position: absolute;
  right: 4px;
  bottom: -15px;
  animation: bounce-thum-3 4s forwards infinite alternate;
}
@media (max-width: 767px) {
  .tp-choose-us-4-shape-3 {
    display: none;
  }
}
.tp-choose-us-4-shape-content {
  text-align: center;
}
.tp-choose-us-4-shape-content h4 {
  font-size: 36px;
  letter-spacing: -1px;
  margin-bottom: 0;
}
.tp-choose-us-4-shape-content p {
  font-size: 20px;
  letter-spacing: -1px;
  color: #222;
  font-weight: 700;
  font-family: var(--tp-ff-heading);
}
@media (max-width: 767px) {
  .tp-choose-us-4-list-wrapper {
    margin-left: 0;
  }
}
.tp-choose-us-4-list-wrapper ul li {
  list-style: none;
  margin-bottom: 4px;
}
.tp-choose-us-4-list-wrapper ul li img {
  margin-right: 15px;
  transform: translateY(-2px);
}
.tp-choose-us-4-list-wrapper ul li span {
  font-size: 18px;
  color: var(--tp-common-black);
  font-weight: 700;
  font-family: var(--tp-ff-heading);
}
.tp-choose-us-5-area {
  background: #1a1e5d;
}
.tp-choose-us-5-bg-shape-1 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.tp-choose-us-5-bg-shape-2 {
  position: absolute;
  right: 0;
  bottom: 35px;
  z-index: -1;
}
@media (max-width: 767px) {
  .tp-choose-us-5-bg-shape-2 {
    display: none;
  }
}
.tp-choose-us-5-thumb {
  position: absolute;
  top: 50%;
  left: 0;
  width: 50%;
  padding-right: 70px;
  transform: translate(0, -50%);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-choose-us-5-thumb {
    display: none;
  }
}
.tp-choose-us-5-thumb img {
  width: 100%;
  object-fit: cover;
}
.tp-choose-us-5-video-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-70%, -45%);
}
.tp-choose-us-5-video-icon a {
  width: 140px;
  height: 140px;
  line-height: 155px;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  position: relative;
  color: var(--tp-theme-secondary);
  -webkit-animation: ripple-white 1s linear infinite;
  animation: ripple-blue 1s linear infinite;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background: var(--tp-common-white);
  font-size: 22px;
  z-index: 44;
}
.tp-choose-us-5-wrapper .tp-section-title {
  color: var(--tp-common-white);
}
.tp-choose-us-5-wrapper .tp-section-paragraph {
  color: #acaeca;
}
.tp-choose-us-5-item-icon span {
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  display: inline-block;
  background: #209ffa;
  border-radius: 50%;
  margin-right: 22px;
}
.tp-choose-us-5-item-icon.two span {
  background: #fec931;
}
.tp-choose-us-5-title {
  font-size: 20px;
  color: var(--tp-common-white);
}
.tp-choose-us-5-paragraph {
  line-height: 26px;
  color: #acaeca;
}

/*----------------------------------------*/
/*  8.7 Project css
/*----------------------------------------*/
.tp-project-active {
  margin: 0 -260px 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-project-active {
    margin: 0 60px 0;
  }
}
@media (max-width: 767px) {
  .tp-project-active {
    margin: 0;
  }
}
.tp-project-wrapper {
  position: relative;
  overflow: hidden;
}
.tp-project-wrapper:hover .tp-project-thumb::before {
  bottom: 0;
  visibility: visible;
  opacity: 1;
}
.tp-project-wrapper:hover .tp-project-content-box {
  bottom: 0;
}
.tp-project-thumb {
  position: relative;
}
.tp-project-thumb::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: -500px;
  width: 100%;
  height: 100%;
  background-image: -moz-linear-gradient(90deg, rgb(112, 0, 254) 0%, rgba(112, 0, 254, 0) 100%);
  background-image: -webkit-linear-gradient(90deg, rgb(112, 0, 254) 0%, rgba(112, 0, 254, 0) 100%);
  background-image: -ms-linear-gradient(90deg, rgb(112, 0, 254) 0%, rgba(112, 0, 254, 0) 100%);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  visibility: hidden;
  opacity: 0;
}
.tp-project-thumb img {
  width: 100%;
}
.tp-project-content-box {
  position: absolute;
  bottom: -100px;
  margin: 0 40px 40px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media only screen and (min-width: 1700px) and (max-width: 1920px), only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-project-content-box {
    bottom: -130px;
  }
}
@media (max-width: 767px) {
  .tp-project-content-box {
    margin: 0 16px 40px;
    bottom: -130px;
  }
}
.tp-project-content {
  display: flex;
  align-items: end;
  justify-content: space-between;
}
.tp-project-content-inner {
  margin-right: 130px;
}
@media (max-width: 767px) {
  .tp-project-content-inner {
    margin-right: 0;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-project-content-inner {
    margin-right: 130px;
  }
}
.tp-project-sub-title {
  font-size: 16px;
  color: var(--tp-common-white);
  font-weight: 500;
  font-family: var(--tp-ff-body);
}
.tp-project-title {
  font-size: 22px;
  color: var(--tp-common-white);
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-project-title {
    font-size: 19px;
  }
}
.tp-project-button span {
  width: 52px;
  height: 52px;
  line-height: 56px;
  text-align: center;
  display: inline-block;
  background: transparent;
  border: 1px solid #c59bfc;
  color: var(--tp-common-white);
  font-size: 20px;
  -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;
}
.tp-project-button span:hover {
  background: var(--tp-common-white);
  color: var(--tp-theme-primary);
}
.tp-project-dot {
  text-align: center;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-project-dot {
    display: none;
  }
}
.tp-project-dot .swiper-pagination-bullet {
  width: 250px;
  height: 2px;
  border-radius: 0;
  background: #d4d4d4;
  opacity: 1;
  transition: 0.6s;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-project-dot .swiper-pagination-bullet {
    width: 200px;
  }
}
.tp-project-dot .swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--tp-theme-primary);
}
.tp-project-dot .swiper-pagination-bullet button {
  display: none;
}
@media (max-width: 767px) {
  .tp-project-4-area {
    display: none;
  }
}
.tp-project-4-bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.tp-project-4-bg-shape-1 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.tp-project-4-bg-shape-2 {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
@media (max-width: 767px) {
  .tp-project-4-top-btn {
    justify-content: stretch !important;
  }
}
.tp-project-4-active {
  margin: 0 -140px;
}
@media (max-width: 767px) {
  .tp-project-4-active {
    margin: 0;
  }
}
.tp-project-4-wrapper:hover .tp-project-4-item {
  transform: perspective(500px) rotateX(0deg);
  visibility: visible;
  opacity: 1;
}
.tp-project-4-wrapper:hover .tp-project-4-thumb::before {
  visibility: visible;
  opacity: 1;
}
.tp-project-4-wrapper.swiper-slide.swiper-slide-active .tp-project-4-item {
  transform: perspective(500px) rotateX(0deg);
  visibility: visible;
  opacity: 1;
}
.tp-project-4-wrapper.swiper-slide.swiper-slide-active .tp-project-4-thumb::before {
  visibility: visible;
  opacity: 1;
}
.tp-project-4-thumb::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(26, 30, 93, 0.502);
  opacity: 0;
  visibility: hidden;
  -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;
}
.tp-project-4-thumb img {
  width: 100%;
}
.tp-project-4-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: var(--tp-common-white);
  position: absolute;
  bottom: 0;
  margin: 0 30px 30px;
  padding: 20px 105px 22px 30px;
  transform: perspective(500px) rotateX(90deg);
  visibility: hidden;
  opacity: 0;
  -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;
}
.tp-project-4-content span {
  color: #4b5855;
}
.tp-project-4-title {
  font-size: 22px;
  color: #014037;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-project-4-title {
    font-size: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-project-4-title {
    font-size: 19px;
  }
}
@media (max-width: 767px) {
  .tp-project-4-title {
    font-size: 18px;
  }
}
.tp-project-4-icon > a {
  width: 54px;
  height: 54px;
  line-height: 64px;
  text-align: center;
  display: block;
  position: absolute;
  background: var(--tp-theme-secondary);
  color: var(--tp-common-white);
  border-radius: 50%;
  font-size: 24px;
  top: 50%;
  transform: translate(45%, -50%);
  right: 0;
}
.tp-project-4-shape {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
.tp-project-details-area {
  padding: 120px 300px 90px;
}
@media only screen and (min-width: 1700px) and (max-width: 1800px), only screen and (min-width: 1600px) and (max-width: 1700px) {
  .tp-project-details-area {
    padding: 120px 180px 90px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-project-details-area {
    padding: 120px 80px 90px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-project-details-area {
    padding: 120px 0 90px;
  }
}
.tp-project-details-area.two {
  padding: 100px 300px 90px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-project-details-area.two {
    padding: 120px 80px 90px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-project-details-area.two {
    padding: 120px 0 90px;
  }
}
.tp-project-details-wrap {
  max-width: 1054px;
  background: var(--tp-common-white);
  margin-top: -60px;
  padding-top: 40px;
  padding-left: 50px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-project-details-wrap {
    padding-left: 15px;
  }
}
.tp-project-details-wrap-item span {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
}
.tp-project-details-wrap-item h5 {
  font-size: 18px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-project-details-wrap-item h5 {
    font-size: 15px;
  }
}
.tp-project-details-social {
  margin-top: 0 !important;
}
.tp-project-details-title {
  font-size: 48px;
  letter-spacing: -2px;
  margin-bottom: 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-project-inner-main-thumb img {
    width: 100%;
  }
}

.tp-portfolio-details-wrapper .text-1 {
  margin-bottom: 40px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px), only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-portfolio-details-wrapper .text-1 br {
    display: none;
  }
}
.tp-portfolio-details-wrapper .text-2 {
  color: var(--tp-text-10);
  margin-bottom: 20px;
}
.tp-portfolio-details-wrapper .text-3 {
  margin-bottom: 40px;
}
.tp-portfolio-details-title {
  font-size: 48px;
  margin-bottom: 20px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-portfolio-details-title {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .tp-portfolio-details-title {
    font-size: 28px;
  }
}
.tp-portfolio-details-title-2 {
  font-size: 45px;
  font-weight: 700;
  margin-bottom: 25px;
  color: var(--tp-common-black);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-portfolio-details-list {
    margin-left: 60px;
  }
}
.tp-portfolio-details-wrap {
  margin-bottom: 35px;
}
.tp-portfolio-details-wrap ul {
  display: flex;
  flex-wrap: wrap;
}
.tp-portfolio-details-wrap ul li {
  list-style: none;
  font-size: 16px;
  color: #767676;
}
.tp-portfolio-details-wrap ul li span {
  display: block;
  font-size: 18px;
  font-weight: 700;
  color: var(--tp-heading-primary);
}
.tp-portfolio-details-wrap ul li:not(:last-of-type) {
  margin-right: 80px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-portfolio-details-wrap ul li:not(:last-of-type) {
    margin-right: 74px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-portfolio-details-wrap ul li:not(:last-of-type) {
    margin-right: 38px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-portfolio-details-wrap ul li:not(:last-of-type) {
    margin-right: 112px;
  }
}
@media (max-width: 767px) {
  .tp-portfolio-details-wrap ul li:not(:last-of-type) {
    margin-right: 50px;
  }
}
.tp-portfolio-details-box-3 {
  padding-bottom: 90px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-portfolio-details-list {
    padding: 0 30px;
  }
}
.tp-portfolio-details-list ul li {
  position: relative;
  list-style: none;
  margin-left: 22px;
  margin-bottom: 17px;
  color: #767676;
}
@media (max-width: 767px) {
  .tp-portfolio-details-list ul li br {
    display: none;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-portfolio-details-list ul li {
    font-size: 11px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-portfolio-details-list ul li {
    margin-left: 75px;
  }
}
@media (max-width: 767px) {
  .tp-portfolio-details-list ul li {
    font-size: 14px;
  }
}
.tp-portfolio-details-list ul li span {
  position: absolute;
  top: 10px;
  left: -75px;
  display: inline-block;
  font-size: 26px;
  height: 48px;
  width: 48px;
  line-height: 51px;
  text-align: center;
  border-radius: 50%;
  color: var(--tp-theme-primary);
  background: var(--tp-common-gray2);
}
.tp-portfolio-details-btn a {
  font-size: 16px;
  font-weight: 400;
  padding: 4px 22px;
  display: inline-block;
  background: #f5f5f8;
}
@media (max-width: 767px) {
  .tp-portfolio-details-btn a {
    font-size: 14px;
  }
}
.tp-portfolio-details-btn a:not(:last-of-type) {
  margin-right: 8px;
}
.tp-portfolio-details-btn a:hover {
  color: var(--tp-common-white);
  background: var(--tp-theme-primary);
}
.tp-portfolio-details-share-area {
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(225, 225, 225, 0.6);
  margin-bottom: 40px;
}
.tp-portfolio-details-share span {
  display: inline-block;
  height: 38px;
  width: 38px;
  border-radius: 50%;
  line-height: 38px;
  text-align: center;
  font-size: 14px;
  color: var(--tp-common-white);
  background: var(--tp-theme-primary);
  -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-portfolio-details-share span:hover {
  background: var(--tp-heading-primary);
  color: var(--tp-common-white);
}
.tp-portfolio-details-prev a:hover {
  color: var(--tp-theme-primary);
}
.tp-portfolio-details-thumb {
  margin-bottom: 32px;
}
.tp-portfolio-details-thumb img {
  width: 100%;
}
.tp-portfolio-details-thumb-2 {
  margin-bottom: 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), (max-width: 767px) {
  .tp-portfolio-details-thumb-2 img {
    width: 100%;
  }
}
.tp-portfolio-details-prev p {
  font-size: 18px;
  color: var(--tp-text-10);
}
.tp-portfolio-details-prev-2 p a i {
  margin-right: 0;
  margin-left: 10px;
}
.tp-portfolio-details-prev p a i {
  font-size: 26px;
  color: var(--tp-text-10);
  position: relative;
  top: 3px;
  margin-right: 10px;
}
.tp-portfolio-details-prev-title {
  font-size: 18px;
}
@media (max-width: 767px) {
  .tp-portfolio-details-prev-title {
    font-size: 12px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-portfolio-details-prev-title {
    font-size: 14px;
  }
}
.tp-portfolio-video-icon {
  position: absolute;
  top: 50%;
  left: 40%;
  transform: translate(-50%, -50%);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-portfolio-video-icon {
    left: 50%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-portfolio-video-icon {
    left: 34%;
  }
}
@media (max-width: 767px) {
  .tp-portfolio-video-icon {
    left: 50%;
  }
}
.tp-portfolio-video-icon a {
  width: 60px;
  height: 60px;
  line-height: 60px;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  position: relative;
  color: var(--tp-common-white);
  -webkit-animation: ripple-white 1s linear infinite;
  animation: ripple-blue 1s linear infinite;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background: var(--tp-theme-primary);
  font-size: 20px;
  z-index: 44;
}
.tp-portfolio-inr-title {
  font-size: 50px;
}
.tp-portfolio-inner-subsc-button .tp-btn-white {
  text-transform: inherit;
}

/*----------------------------------------*/
/*  7.9 Call-To-Action css
/*----------------------------------------*/
.tp-cta-area {
  background-image: linear-gradient(90deg, #0197fd 0%, #2f5deb 31%, #7501cf 100%);
}
.tp-cta-bg-shape-1 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-cta-bg-shape-1 {
    display: none;
  }
}
.tp-cta-bg-shape-2 {
  position: absolute;
  right: 0;
  top: 60px;
  z-index: -1;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-cta-bg-shape-2 {
    display: none;
  }
}
.tp-cta-wrapper .tp-section-sub-title {
  color: #e5daff;
  text-transform: uppercase;
}
.tp-cta-wrapper .tp-section-title {
  font-size: 60px;
  letter-spacing: -2px;
  color: var(--tp-common-white);
}
@media (max-width: 767px) {
  .tp-cta-wrapper .tp-section-title {
    font-size: 36px;
  }
}
.tp-cta-2-row {
  background-image: linear-gradient(90deg, #48edff 0%, #e898d7 100%);
  margin: 0 200px;
}
@media only screen and (min-width: 1700px) and (max-width: 1800px) {
  .tp-cta-2-row {
    margin: 0 40px;
  }
}
@media only screen and (min-width: 1600px) and (max-width: 1700px) {
  .tp-cta-2-row {
    margin: 0 70px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-cta-2-row {
    margin: 0;
  }
}
.tp-cta-2-bg-shape-1 {
  position: absolute;
  bottom: 0;
  left: 0;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-cta-2-bg-shape-1 {
    display: none;
  }
}
.tp-cta-2-bg-shape-2 {
  position: absolute;
  right: 30px;
  bottom: 0;
  z-index: -1;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-cta-2-bg-shape-2 {
    display: none;
  }
}
.tp-cta-2-title {
  font-size: 50px;
  letter-spacing: -2px;
  margin-bottom: 42px;
}
@media (max-width: 767px) {
  .tp-cta-2-title {
    font-size: 33px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-cta-2-title {
    font-size: 50px;
  }
}
.tp-cta-2-social {
  display: flex;
  justify-content: end;
}
.tp-cta-2-social a {
  width: 38px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  display: inline-block;
  background-color: #292929;
  border-radius: 50%;
  margin-right: 10px;
  color: var(--tp-common-white);
  font-size: 15px;
}
.tp-cta-3-row {
  background-image: linear-gradient(90deg, #48edff 0%, #e898d7 100%);
  margin: 0 195px;
}
@media only screen and (min-width: 1600px) and (max-width: 1700px) {
  .tp-cta-3-row {
    margin: 0 80px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-cta-3-row {
    margin: 0;
  }
}
.tp-cta-3-section-title {
  padding: 120px 0 83px 150px;
}
@media only screen and (min-width: 1600px) and (max-width: 1700px) {
  .tp-cta-3-section-title {
    padding: 120px 0 83px 130px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-cta-3-section-title {
    padding: 120px 0 83px 80px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-cta-3-section-title {
    padding: 120px 0 83px 60px;
  }
}
@media (max-width: 767px) {
  .tp-cta-3-section-title {
    padding: 120px 0 83px 20px;
  }
}
.tp-cta-3-thumb {
  text-align: right;
}
.tp-cta-3-thumb img {
  width: 100%;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-cta-3-thumb img {
    margin-top: 30px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-cta-3-thumb img {
    margin-top: 80px;
  }
}
.tp-cta-3-thumb-shape {
  position: absolute;
  top: 40px;
  right: 120px;
}
.tp-cta-4-area {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.tp-cta-4-area.two {
  background-image: linear-gradient(90deg, #1f9ff9 0%, #191d5d 58%, #ff4327 100%);
}
.tp-cta-4-setion-title .tp-section-title {
  font-size: 60px;
  color: var(--tp-common-black);
}
@media (max-width: 767px) {
  .tp-cta-4-setion-title .tp-section-title {
    font-size: 36px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-cta-4-setion-title .tp-section-title {
    font-size: 44px;
  }
}
.tp-cta-4-bg-shape-1 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
@media only screen and (min-width: 1700px) and (max-width: 1800px), only screen and (min-width: 1600px) and (max-width: 1700px) {
  .tp-cta-4-bg-shape-1 {
    width: 27%;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-cta-4-bg-shape-1 {
    width: 26%;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-cta-4-bg-shape-1 {
    width: 23%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-cta-4-bg-shape-1 {
    display: none;
  }
}
.tp-cta-4-bg-shape-2 {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(-10%, -50%);
  z-index: -1;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-cta-4-bg-shape-2 {
    width: 27%;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-cta-4-bg-shape-2 {
    width: 22%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-cta-4-bg-shape-2 {
    display: none;
  }
}

/*----------------------------------------*/
/*  9.3 Team css
/*----------------------------------------*/
.tp-team-btn-wrapper {
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-team-btn-wrapper {
    margin-bottom: 0;
    justify-content: flex-start !important;
    margin-top: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-team-btn-wrapper {
    margin-bottom: 0;
    justify-content: flex-start !important;
    margin-top: 30px;
  }
}
.tp-team-btn-wrapper.two {
  margin-bottom: 5px;
}
.tp-team-wrapper:hover .tp-team-icon {
  bottom: 100%;
  opacity: 1;
}
.tp-team-wrapper:hover .tp-team-btn button {
  background: var(--tp-common-black);
  color: var(--tp-common-white);
}
.tp-team-wrapper:hover .tp-team-content {
  background: var(--tp-common-white);
  bottom: 40px;
}
.tp-team-wrapper:hover .tp-team-title {
  color: var(--tp-theme-primary);
}
.tp-team-wrapper:hover .tp-team-content p {
  color: var(--tp-text-body);
}
.tp-team-content {
  background: var(--tp-common-white);
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 24px 20px 20px 38px;
  transition: 0.4s;
  right: 0;
  margin: 0 42px 0;
}
.tp-team-title {
  font-size: 22px;
  margin-bottom: 0;
}
.tp-team-title:hover {
  color: var(--tp-theme-primary);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-team-title {
    font-size: 18px;
    font-weight: 700;
  }
}
.tp-team-img:hover img {
  transform: scale(1.2);
}
.tp-team-img img {
  width: 100%;
  -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;
}
.tp-team-content::before {
  content: "";
  position: absolute;
  width: 4px;
  height: 70px;
  background: var(--tp-theme-primary);
  top: 50%;
  left: 0;
  transition: 0.4s;
  transform: translate(0%, -50%);
}
.tp-team-content p {
  color: var(--tp-grey-4);
  font-weight: 400;
  font-family: "DM Sans";
  margin-bottom: 0;
  transition: 0.4s;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-team-content p {
    font-size: 14px;
  }
}
.tp-team-social {
  position: absolute;
  bottom: 0;
  right: 0;
  transform: translate(0%, 0%);
}
.tp-team-icon {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 38px;
  height: auto;
  padding: 15px 0;
  text-align: center;
  opacity: 0;
  background: var(--tp-theme-primary);
  -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;
  z-index: -1;
}
.tp-team-icon a {
  display: block;
  font-size: 16px;
  color: var(--tp-common-white);
}
.tp-team-icon a:not(:last-of-type) {
  margin-bottom: 4px;
}
.tp-team-icon a:hover {
  color: var(--tp-common-white);
}
.tp-team-btn button {
  display: inline-block;
  height: 38px;
  width: 38px;
  font-size: 16px;
  font-weight: 800;
  line-height: 38px;
  text-align: center;
  color: var(--tp-common-white);
  background: var(--tp-theme-primary);
}
.tp-team-bg-shape1 {
  position: absolute;
  top: -142px;
  right: 0;
  z-index: -1;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-team-bg-shape1 {
    top: -80px;
  }
}
@media (max-width: 767px) {
  .tp-team-bg-shape1 {
    display: none;
  }
}
.tp-team-bg-shape2 {
  position: absolute;
  top: 60px;
  left: 110px;
  animation: bounce-thum-3 5s forwards infinite alternate;
  z-index: -1;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-team-bg-shape2 {
    left: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-team-bg-shape2 {
    display: none;
  }
}
.tp-team-details-bg {
  background-image: linear-gradient(90deg, #0197fd 0%, #2f5deb 50%, #7501cf 100%);
}
.tp-team-details-shape {
  position: absolute;
  right: -215px;
  top: -50px;
  z-index: -1;
}
.tp-team-details-title {
  font-size: 36px;
  text-transform: uppercase;
  margin-bottom: 4px;
  color: var(--tp-common-white);
}
.tp-team-details-subtitle {
  font-size: 18px;
  color: var(--tp-common-white);
  margin-bottom: 40px;
  display: inline-block;
}
.tp-team-details-info {
  font-size: 16px;
  color: #767676;
  font-weight: 400;
  font-family: "Roboto";
  margin-bottom: 15px;
}
.tp-team-details-info span {
  font-size: 18px;
  color: var(--tp-common-white);
  font-weight: 700;
  margin-right: 10px;
  font-family: var(--tp-ff-body);
}
.tp-team-details-info a {
  color: #cbd2cf;
  font-family: var(--tp-ff-body);
}
.tp-team-details-social {
  margin-top: 75px;
}
.tp-team-details-social a {
  width: 38px;
  height: 38px;
  line-height: 40px;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  color: var(--tp-common-white);
  margin-right: 10px;
}
.tp-team-details-social a.one {
  background: #4661c5;
}
.tp-team-details-social a.two {
  background: #1da1f2;
}
.tp-team-details-social a.three {
  background: #dc395c;
}
.tp-team-details-social a.four {
  background: #0073b0;
}
.tp-team-details-thumb {
  position: absolute;
  top: 10px;
  left: 185px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-team-details-thumb {
    left: 50px;
    position: relative;
    z-index: 1;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-team-details-thumb {
    left: -13px;
    position: relative;
    z-index: 1;
  }
}
@media (max-width: 767px) {
  .tp-team-details-thumb {
    position: static;
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .tp-team-details-thumb img {
    width: 100%;
    position: relative;
    z-index: 1;
  }
}
.tp-team-details-wrapper {
  margin-left: 50px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-team-details-wrapper {
    margin-left: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-team-details-wrapper {
    margin-left: -25px;
  }
}
.tp-team-details-center-label {
  color: var(--tp-common-black);
  font-weight: 700;
  font-family: var(--tp-common-black);
}
.tp-team-details-info-title {
  font-size: 36px;
  letter-spacing: -1px;
  margin-bottom: 30px;
}
.tp-team-details-center-sml-title {
  font-size: 24px;
  margin-bottom: 8px;
}
.tp-team-details-contact-wrapper {
  background: #f4f4f4;
  padding: 75px;
}
@media (max-width: 767px) {
  .tp-team-details-contact-wrapper {
    padding: 75px 20px 75px;
  }
}
.tp-team-details-contact-title {
  font-size: 36px;
  margin-bottom: 4px;
  letter-spacing: -1px;
}
.tp-team-details-contact-paragraph {
  font-size: 14px;
  margin-bottom: 35px;
}
.tp-team-details-skill {
  background: none;
  box-shadow: none;
  padding: 0 50px 18px 0;
}
.tp-team-details-progress {
  height: 2px;
  background: #f5f5f8;
}
.tp-team-details-progress-bar span {
  font-size: 14px;
  position: relative;
  top: -22px;
  color: #8f8e9a;
  font-weight: 400;
  font-family: var(--tp-ff-body);
}
.tp-team-details-form input {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 400;
  background: var(--tp-common-white);
  color: #767676;
  height: 62px;
  border: 1px solid rgb(235, 235, 235);
  border: none;
}
.tp-team-details-form input::placeholder {
  font-size: 16px;
  color: #767676;
  font-weight: 400;
  text-transform: capitalize;
}
.tp-team-details-form input:focus {
  border: 1px solid var(--tp-theme-primary);
}
.tp-team-details-form textarea {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 400;
  background: var(--tp-common-white);
  color: #767676;
  height: 150px;
  resize: none;
  border: none;
  border: 1px solid transparent;
}
.tp-team-details-form textarea::placeholder {
  font-size: 16px;
  color: #767676;
  font-weight: 400;
  text-transform: capitalize;
}
.tp-team-details-form textarea:focus {
  border: 1px solid var(--tp-theme-primary);
}
@media (max-width: 767px) {
  .tp-team-details-center-progess {
    margin-right: 0;
  }
}

/*----------------------------------------*/
/*  9.1 Step css
/*----------------------------------------*/
.tp-step-bg-shape {
  position: absolute;
  top: 66%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: -1;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-step-bg-shape {
    display: none;
  }
}
.tp-step-wrapper:hover .tp-step-icon span img {
  filter: brightness(0) invert(0);
  transition: 0.4s;
}
.tp-step-wrapper:hover .tp-step-shap-1 {
  visibility: visible;
  opacity: 1;
  transition: 0.4s;
}
.tp-step-wrapper:hover .tp-step-thumb > img {
  visibility: hidden;
  opacity: 0;
  transition: 0.4s;
}
.tp-step-wrapper:hover .tp-step-shap-1 img {
  animation: circle-animations 15s forwards infinite alternate;
}
.tp-step-title:hover {
  color: var(--tp-theme-primary);
}
.tp-step-icon span img {
  transition: 0.4s;
}
.tp-step-thumb > img {
  transition: 0.4s;
}
.tp-step-shap-1 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  transition: 0.4s;
}
.tp-step-shap-1 img {
  -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;
}
.tp-step-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 11;
}

/*----------------------------------------*/
/*  8.5 Printing css
/*----------------------------------------*/
.tp-printing-area {
  background: #eef7fb;
}
.tp-printing-bg-shape {
  position: absolute;
  top: 90px;
  left: 220px;
  z-index: -1;
  animation: moving 8s linear infinite;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-printing-bg-shape {
    left: 110px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-printing-bg-shape {
    display: none;
  }
}
.tp-printing-wrapper-box {
  margin-top: 60px;
}
.tp-printing-wrapper:hover .tp-printing-num-icon span {
  color: var(--tp-common-white);
}
.tp-printing-wrapper:hover .tp-printing-num-icon span::before {
  transform: scale(1);
}
.tp-printing-num-icon span {
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  display: inline-block;
  background-color: var(--tp-common-white);
  filter: drop-shadow(0 0 15px rgba(18, 14, 14, 0.08));
  border-radius: 50%;
  color: var(--tp-common-black);
  font-size: 18px;
  font-weight: 700;
  font-family: "Plus Jakarta Sans";
  margin-right: 30px;
  transition: 0.6s;
}
.tp-printing-num-icon span::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  transform: scale(0);
  background: var(--tp-theme-primary);
  width: 100%;
  height: 100%;
  z-index: -1;
  transition: 0.6s;
  border-radius: 50%;
}
.tp-printing-title {
  font-size: 24px;
  color: var(--tp-common-black);
  line-height: 1.3;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .tp-printing-title {
    font-size: 18px;
    font-weight: 600;
  }
}
@media (max-width: 767px) {
  .tp-printing-title br {
    display: none;
  }
}
.tp-printing-thumb {
  margin-left: 100px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-printing-thumb {
    margin-left: 0;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-printing-thumb {
    margin-left: -60px;
  }
}
@media (max-width: 767px) {
  .tp-printing-thumb {
    margin-left: -40px;
  }
}
@media (max-width: 767px) {
  .tp-printing-thumb img {
    width: 100%;
  }
}
.tp-printing-3-wrapper {
  background: #00b67a;
  display: flex;
  align-items: end;
}
.tp-printing-3-wrapper.red {
  background: #e6498f;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-printing-3-wrapper {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .tp-printing-3-wrapper {
    display: inherit;
    margin-bottom: 40px;
  }
}
.tp-printing-3-wrapper-shape {
  position: absolute;
  right: 80px;
  top: 55px;
  z-index: -1;
}
.tp-printing-3-section {
  padding: 56px 0 129px 50px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-printing-3-section {
    padding: 56px 0 115px 50px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-printing-3-section {
    padding: 56px 120px 58px 50px;
  }
}
.tp-printing-3-sub-title {
  font-size: 14px;
  text-transform: uppercase;
  color: #ffd000;
  margin-bottom: 20px;
}
.tp-printing-3-sub-title.two {
  color: var(--tp-common-white);
}
.tp-printing-3-title {
  font-size: 40px;
  letter-spacing: -1px;
  color: #fefefe;
  line-height: 1;
  margin-bottom: 10px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-printing-3-title {
    font-size: 37px;
  }
}
.tp-printing-3-paragraph {
  color: var(--tp-common-white);
  font-weight: 400;
  font-family: var(--tp-ff-heading);
  margin-bottom: 36px;
}
.tp-printing-3-paragraph span {
  font-weight: 700;
}
.tp-printing-3-thumb img {
  transform: translateX(-26px);
  margin-bottom: 6px;
}
@media (max-width: 767px) {
  .tp-printing-3-thumb img {
    display: none;
  }
}
.tp-printing-3-btn .tp-btn {
  background: #ffd000;
  color: var(--tp-common-black);
}
.tp-printing-3-btn .tp-btn::before {
  background: var(--tp-theme-primary);
}
.tp-printing-3-btn .tp-btn:hover {
  color: var(--tp-common-white);
}
.tp-printing-5-area {
  padding: 120px 165px 90px;
}
@media only screen and (min-width: 1700px) and (max-width: 1800px), only screen and (min-width: 1600px) and (max-width: 1700px), only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-printing-5-area {
    padding: 120px 55px 90px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-printing-5-area {
    padding: 120px 0 90px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-printing-5-area {
    padding: 120px 90px 90px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-printing-5-area {
    padding: 120px 0 90px;
  }
}
.tp-printing-5-wrapper:hover .tp-printing-5-btn {
  top: 50%;
  opacity: 1;
  visibility: visible;
}
.tp-printing-5-thumb {
  background: #fae9e1;
}
.tp-printing-5-thumb.two {
  background: #e0edf5;
}
.tp-printing-5-thumb.three {
  background: #f5ede2;
}
.tp-printing-5-thumb.four {
  background: #eaf9f6;
}
.tp-printing-5-thumb:hover img {
  transform: scale(1.2);
}
.tp-printing-5-thumb img {
  width: 100%;
  -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;
}
.tp-printing-5-btn {
  position: absolute;
  top: 70%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  visibility: hidden;
  width: 100%;
  -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;
}
.tp-printing-5-title {
  font-size: 26px;
  letter-spacing: -1px;
  display: inline-block;
}
.tp-printing-5-title:hover {
  color: var(--tp-theme-primary);
}
.tp-printing-5-bottom > a {
  background: #209ffa;
  padding: 3px 13px 7px;
  margin-right: 10px;
}
.tp-printing-5-bottom span {
  font-size: 18px;
  color: #222222;
  font-weight: 700;
  font-family: var(--tp-ff-heading);
}
.tp-printing-5-bottom span > a {
  text-decoration: underline;
}

/*----------------------------------------*/
/*  9.2 Subscribe css
/*----------------------------------------*/
.tp-subscribe-area {
  background-image: linear-gradient(90deg, #0197fd 0%, #2f5deb 50%, #7501cf 100%);
  margin: 0 242px;
  padding-left: 110px;
  padding-right: 110px;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-subscribe-area {
    margin: 0 130px;
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-subscribe-area {
    margin: 0 30px;
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-subscribe-area {
    margin: 0 40px;
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-subscribe-area {
    margin: 0 28px;
    padding-left: 20px;
    padding-right: 0px;
  }
}
@media (max-width: 767px) {
  .tp-subscribe-area {
    margin: 0;
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-subscribe-section {
    margin-bottom: 40px;
  }
}
.tp-subscribe-title {
  font-size: 42px;
  letter-spacing: -2px;
  color: var(--tp-common-white);
  margin-bottom: 14px;
}
@media (max-width: 767px) {
  .tp-subscribe-title {
    font-size: 40px;
  }
}
.tp-subscribe-paragraph {
  font-size: 18px;
  color: var(--tp-common-white);
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-subscribe-btn {
    justify-content: flex-start !important;
  }
}
@media (max-width: 767px) {
  .tp-subscribe-btn {
    justify-content: flex-start !important;
    margin-top: 30px;
  }
}
.tp-subscribe-3-area {
  background: #eef7fb;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-subscribe-3-bg-shape {
    display: none;
  }
}
.tp-subscribe-3-bg-shape-1 {
  position: absolute;
  top: 0;
  left: 210px;
  z-index: -1;
}
@media only screen and (min-width: 1600px) and (max-width: 1700px) {
  .tp-subscribe-3-bg-shape-1 {
    left: 160px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-subscribe-3-bg-shape-1 {
    left: 100px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-subscribe-3-bg-shape-1 {
    left: 20px;
  }
}
.tp-subscribe-3-bg-shape-2 {
  position: absolute;
  left: 0;
  bottom: 84px;
  z-index: -1;
}
.tp-subscribe-3-bg-shape-3 {
  position: absolute;
  left: 400px;
  bottom: 0;
  z-index: -1;
}
@media only screen and (min-width: 1600px) and (max-width: 1700px) {
  .tp-subscribe-3-bg-shape-3 {
    left: 300px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-subscribe-3-bg-shape-3 {
    left: 280px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-subscribe-3-bg-shape-3 {
    display: none;
  }
}
.tp-subscribe-3-bg-shape-4 {
  position: absolute;
  right: 295px;
  top: 0;
  z-index: -1;
}
@media only screen and (min-width: 1600px) and (max-width: 1700px) {
  .tp-subscribe-3-bg-shape-4 {
    right: 200px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-subscribe-3-bg-shape-4 {
    right: 120px;
  }
}
.tp-subscribe-3-bg-shape-5 {
  position: absolute;
  right: 0;
  bottom: 155px;
  z-index: -1;
}
.tp-subscribe-3-bg-shape-6 {
  position: absolute;
  bottom: 0;
  right: 320px;
  z-index: -1;
}
@media only screen and (min-width: 1600px) and (max-width: 1700px) {
  .tp-subscribe-3-bg-shape-6 {
    right: 280px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-subscribe-3-bg-shape-6 {
    right: 280px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-subscribe-3-bg-shape-6 {
    display: none;
  }
}
.tp-subscribe-3-btn a {
  margin: 0 10px;
}
.tp-subscribe-3-btn .tp-btn-white {
  background: var(--tp-common-black);
  color: var(--tp-common-white);
}
.tp-subscribe-3-btn .tp-btn-white::before {
  background: var(--tp-theme-primary);
}
.tp-subscribe-3-section .tp-section-title {
  font-size: 60px;
  letter-spacing: -2px;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .tp-subscribe-3-section .tp-section-title {
    font-size: 33px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-subscribe-3-section .tp-section-title {
    font-size: 47px;
  }
}

/*----------------------------------------*/
/*  7.8 Counter css
/*----------------------------------------*/
.tp-counter-2-area {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.tp-counter-2-wrapper:hover .tp-counter-2-icon {
  border: 2px dashed transparent;
}
.tp-counter-2-wrapper:hover .tp-counter-2-icon::before {
  transform: scale(1);
}
.tp-counter-2-icon {
  width: 120px;
  height: 120px;
  line-height: 112px;
  text-align: center;
  display: inline-block;
  background: transparent;
  border: 2px dashed rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  margin-bottom: 20px;
  position: relative;
  transition: 0.4s;
  z-index: 1;
}
.tp-counter-2-icon img {
  transition: 0.4s;
}
.tp-counter-2-icon::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  transform: scale(0);
  background: var(--tp-common-black);
  width: 100%;
  height: 100%;
  z-index: -1;
  transition: 0.6s;
  border-radius: 50%;
}
.tp-counter-2-count {
  color: var(--tp-common-white);
  font-size: 60px;
  letter-spacing: -2px;
  margin-bottom: 0;
}
.tp-counter-2-text-paragraph {
  font-size: 18px;
  color: var(--tp-common-white);
  font-family: var(--tp-ff-heading);
}

/*----------------------------------------*/
/*  8.1 Faq css
/*----------------------------------------*/
.tp-faq-2-area {
  background: #f3f3f3;
}
.tp-faq-2-bg-shape-1 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
@media (max-width: 767px) {
  .tp-faq-2-bg-shape-1 {
    display: none;
  }
}
.tp-faq-2-bg-shape-2 {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
}
@media (max-width: 767px) {
  .tp-faq-2-bg-shape-2 {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-faq-2-left-wrapper {
    margin-bottom: 50px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), (max-width: 767px) {
  .tp-faq-2-thumb img {
    width: 100%;
  }
}
.tp-faq-2-thumb-video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.tp-faq-2-thumb-video a {
  width: 100px;
  height: 100px;
  line-height: 106px;
  font-size: 26px;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  color: var(--tp-theme-primary);
  background: rgba(255, 255, 255, 0.951);
}
.tp-faq-2-thumb-video a i {
  transform: translateX(2px);
}
.tp-faq-2-thumb-video a::after {
  position: absolute;
  content: "";
  left: 50%;
  top: 50%;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.651);
  animation: borderanimate2 2s linear infinite;
  z-index: -1;
  border-radius: 50%;
}
.tp-faq-2-single-item {
  background: var(--tp-common-white);
  box-shadow: 0px 4px 40px 0px rgba(4, 23, 26, 0.08);
  padding: 30px 55px 22px 42px;
}
.tp-faq-2-icon {
  margin-right: 25px;
}
.tp-faq-2-icon span {
  color: var(--tp-theme-primary);
  font-size: 36px;
}
.tp-faq-2-title {
  font-size: 20px;
  margin-top: -7px;
  margin-bottom: 0;
}
.tp-faq-2-contant h4 {
  font-size: 40px;
  letter-spacing: -1px;
  text-transform: uppercase;
  color: #00b67a;
  margin-bottom: 0;
}
.tp-faq-2-contant p {
  font-size: 16px;
  color: var(--tp-common-black);
  font-family: var(--tp-ff-heading);
  margin-bottom: 0;
}
.tp-faq-2-right-wrapper {
  margin-left: 70px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-faq-2-right-wrapper {
    margin-left: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-faq-2-right-wrapper {
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .tp-faq-2-single-box {
    display: none !important;
  }
}
.tp-faq-5-area {
  background-image: linear-gradient(90deg, #1d215f 0%, #8f3528 99%, #8f3528 100%);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.tp-faq-5-thumb-shape-1 {
  position: absolute;
  top: 185px;
  left: 0;
  z-index: -1;
  animation: bounce-thum-1 6.5s infinite;
}
@media (max-width: 767px) {
  .tp-faq-5-thumb-shape-1 {
    display: none;
  }
}
.tp-faq-5-thumb-shape-2 {
  position: absolute;
  right: -264px;
  top: 170px;
  z-index: -1;
  animation: bounce-thum-2 1s ease-in-out 0.1s forwards infinite alternate;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-faq-5-thumb-shape-2 {
    right: -110px;
  }
}
@media (max-width: 767px) {
  .tp-faq-5-thumb-shape-2 {
    display: none;
  }
}
.tp-faq-5-thumb-shape-3 {
  position: absolute;
  bottom: 65px;
  right: -160px;
  animation: bounce-thum-3 4s forwards infinite alternate;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-faq-5-thumb-shape-3 {
    right: -110px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-faq-5-thumb-shape-3 {
    right: -35px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-faq-5-thumb-shape-3 {
    display: none;
  }
}
@media (max-width: 767px) {
  .tp-faq-5-thumb-shape-3 {
    display: none;
  }
}
.tp-faq-5-wrapper {
  padding: 120px 0 110px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-faq-5-wrapper {
    padding: 120px 0 0;
  }
}
.tp-faq-5-accordion-item {
  background: transparent;
  box-shadow: none;
}
.tp-faq-5-accordion-header {
  border-bottom: 1px solid rgba(255, 255, 255, 0.302);
}
.tp-faq-5-accordion-title {
  font-size: 18px;
  color: var(--tp-common-white);
  padding: 19px 0;
  letter-spacing: 0px;
  font-weight: 700;
  font-family: var(--tp-ff-heading);
}
.tp-faq-5-accordion-title:not(.collapsed) {
  color: var(--tp-common-white);
}
.tp-faq-5-accordion-title:not(.collapsed) .tp-faq-5-accordion-btn {
  background: transparent;
}
.tp-faq-5-accordion-title:not(.collapsed) .tp-faq-5-accordion-btn::after {
  background: var(--tp-common-white);
}
.tp-faq-5-accordion-title:not(.collapsed) .tp-faq-5-accordion-header {
  border-color: transparent;
}
.tp-faq-5-accordion-title:not(.collapsed) .tp-faq-5-accordion-btn::before {
  background: var(--tp-theme-primary);
  -webkit-transform: translateX(-50%) rotate(90deg);
  -moz-transform: translateX(-50%) rotate(90deg);
  -ms-transform: translateX(-50%) rotate(90deg);
  -o-transform: translateX(-50%) rotate(90deg);
  transform: translateX(-50%) rotate(90deg);
}
.tp-faq-5-accordion-pera {
  color: #e6e1ff;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  padding: 20px 55px 0px 0;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-faq-5-accordion-pera {
    padding: 20px 30px 0px 0;
  }
}
.tp-faq-5-accordion-btn {
  position: absolute;
  top: 50%;
  right: 30px;
}
.tp-faq-5-accordion-btn::before {
  position: absolute;
  content: "";
  width: 2px;
  height: 10px;
  left: 13px;
  top: -5px;
  background-color: var(--tp-common-white);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  border-radius: 2px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.tp-faq-5-accordion-btn::after {
  position: absolute;
  content: "";
  width: 10px;
  height: 2px;
  left: 8px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: var(--tp-common-white);
  border-radius: 2px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.tp-faq-5-contact {
  margin-left: 90px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-faq-5-contact {
    margin-left: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-faq-5-contact {
    margin-left: 0;
    margin-top: 60px;
  }
}
.tp-faq-5-contact > span {
  letter-spacing: 1px;
  color: var(--tp-theme-secondary);
  font-weight: 700;
  font-family: "Barlow Condensed";
}
.tp-faq-5-title {
  font-size: 30px;
  text-transform: uppercase;
  color: var(--tp-common-white);
  margin-bottom: 40px;
}
.tp-faq-5-contact-form input {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 400;
  background-color: rgb(39, 44, 43);
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.02);
  color: #767676;
  height: 58px;
  border: none;
  border: 1px solid transparent;
}
.tp-faq-5-contact-form input:focus {
  border: 1px solid var(--tp-theme-primary);
}
.tp-faq-5-contact-form textarea {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 400;
  background-color: rgb(39, 44, 43);
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.02);
  color: #767676;
  height: 150px;
  resize: none;
  border: 1px solid transparent;
}
.tp-faq-5-contact-form textarea:focus {
  border: 1px solid var(--tp-theme-primary);
}
.tp-faq-5-btn .tp-btn::before {
  background: var(--tp-common-white);
}
.tp-faq-5-btn .tp-btn::after {
  background: var(--tp-common-white);
}
.tp-faq-5-btn .tp-btn:hover {
  color: var(--tp-common-black);
}
.tp-faq-5-thumb {
  margin-left: 160px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-faq-5-thumb {
    margin-left: 60px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-faq-5-thumb {
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .tp-faq-5-thumb img {
    width: 100%;
  }
}
.tp-faq-inner-bg {
  background: #edeef2;
  padding: 26px 30px 0 96px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-faq-inner-bg {
    padding: 26px 30px 0 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-faq-inner-bg {
    padding: 60px 30px 0 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-faq-inner-bg-form {
    margin-bottom: 30px;
  }
}
.tp-faq-inner-bg-form-input {
  margin-right: 70px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-faq-inner-bg-form-input {
    margin-right: 0;
  }
}
.tp-faq-inner-bg-form-input input::placeholder {
  color: #767676;
  font-size: 16px;
}
.tp-faq-inner-bg-form-input span {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(-70%, -50%);
  font-size: 24px;
  color: var(--tp-common-black);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-faq-inner-bottom-thumb img {
    width: 100%;
  }
}
.tp-faq-inner-bottom-title {
  position: absolute;
  top: 42px;
  left: 42px;
  color: var(--tp-common-white);
  font-size: 30px;
  letter-spacing: -1px;
  line-height: 1.2;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-faq-inner-bottom-title {
    font-size: 52px;
  }
}

/*----------------------------------------*/
/*  7.7 Contact css
/*----------------------------------------*/
.tp-contact-bg-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 783px;
  height: 100%;
  background: linear-gradient(183deg, #9df1fb 0%, #f7d1ef 100%);
  z-index: -1;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-contact-bg-overlay {
    width: 680px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-contact-bg-overlay {
    width: 100%;
  }
}
.tp-contact-left-shape {
  margin-left: 30px;
}
.tp-contact-left-shape-1 {
  position: absolute;
  left: -160px;
  top: -55px;
  animation: moving 8s linear infinite;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-contact-left-shape-1 {
    display: none;
  }
}
.tp-contact-left-shape-2 {
  position: absolute;
  left: -165px;
  bottom: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-contact-left-shape-2 {
    display: none;
  }
}
.tp-contact-left-shape-3 {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
}
@media (max-width: 767px) {
  .tp-contact-left-thumb {
    margin-bottom: 30px;
  }
}
.tp-contact-tshart-img {
  text-align: right;
}
@media (max-width: 767px) {
  .tp-contact-tshart-img {
    text-align: left;
  }
}
.tp-contact-left-wrapper {
  margin-left: -34px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-contact-left-wrapper {
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .tp-contact-left-wrapper {
    margin-left: 0;
  }
}
.tp-contact-call-item {
  background: var(--tp-common-white);
  box-shadow: 0px 0px 60px 0px rgba(40, 31, 89, 0.08);
  padding: 20px 28px 20px;
  position: absolute;
  bottom: -125px;
  left: 0;
  width: 310px;
}
.tp-contact-call-icon {
  margin-right: 20px;
}
.tp-contact-call-icon a {
  width: 60px;
  height: 60px;
  line-height: 60px;
  display: inline-block;
  text-align: center;
  border-radius: 50px;
  font-size: 20px;
  color: var(--tp-common-white);
  background: var(--tp-theme-primary);
}
.tp-contact-call-icon a:hover {
  background: var(--tp-theme-primary);
  color: var(--tp-common-white);
}
.tp-contact-call-number span {
  display: block;
}
.tp-contact-call-number a {
  color: var(--tp-common-black);
  font-size: 18px;
  font-weight: 700;
}
.tp-contact-call-number a:hover {
  color: var(--tp-theme-primary);
}
.tp-contact-sub-title {
  color: var(--tp-theme-primary);
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 14px;
}
.tp-contact-title {
  font-size: 30px;
  letter-spacing: -1px;
  margin-bottom: 34px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-contact-title {
    color: var(--tp-common-white);
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-contact-right-wrapper {
    margin-left: 40px;
  }
}
@media (max-width: 767px) {
  .tp-contact-right-wrapper {
    margin-bottom: 100px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-contact-box {
    margin-left: 0;
    margin-top: 80px;
  }
}
.tp-contact-form input {
  margin-bottom: 15px;
  height: 58px;
  background: #f4f4f4;
  border-color: transparent;
}
.tp-contact-form input::placeholder {
  color: #767676;
}
.tp-contact-form input:focus {
  border: 1px solid var(--tp-theme-primary);
}
.tp-contact-form textarea {
  margin-bottom: 15px;
  border: 1px solid transparent;
  height: 148px;
  resize: none;
  background: #f4f4f4;
}
.tp-contact-form textarea::placeholder {
  color: #767676;
}
.tp-contact-form textarea:focus {
  border: 1px solid var(--tp-theme-primary);
}
.tp-contact-btn {
  background: var(--tp-theme-primary);
  color: var(--tp-common-white);
  overflow: hidden;
  transition: 0.3s;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-contact-btn {
    background: var(--tp-theme-primary);
  }
}
.tp-contact-ip-wrapper {
  background: var(--tp-common-white);
  box-shadow: 0px 0px 60px 0px rgba(21, 24, 32, 0.1);
  padding: 50px 60px 28px;
}
.tp-contact-ip-img {
  margin-bottom: 40px;
}
.tp-contact-ip-title {
  font-size: 26px;
  margin-bottom: 14px;
}
.tp-contact-ip-paragraph {
  line-height: 24px;
}

/*----------------------------------------*/
/*  9.3 Testimonial css
/*----------------------------------------*/
.tp-testimonial-2-area {
  background: #f4f4f4;
}
.tp-testimonial-2-arrow-box {
  display: flex;
  justify-content: right;
}
@media (max-width: 767px) {
  .tp-testimonial-2-arrow-box {
    justify-content: left;
    margin-top: 30px;
  }
}
.tp-testimonial-2-arrow-box button {
  width: 60px;
  height: 60px;
  line-height: 62px;
  filter: drop-shadow(0 0 20px rgba(18, 14, 14, 0.08));
  background: var(--tp-common-white);
  color: var(--tp-common-black);
  font-size: 22px;
  border-radius: 50%;
  margin-right: 20px;
  -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;
}
.tp-testimonial-2-arrow-box button:hover {
  background: var(--tp-common-black);
  color: var(--tp-common-white);
}
.tp-testimonial-2-wrapper {
  background: var(--tp-common-white);
  box-shadow: 0px 0px 60px 0px rgba(18, 20, 31, 0.08);
  padding: 30px 40px 24px;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-testimonial-2-wrapper {
    padding: 30px 12px 24px 30px;
  }
}
.tp-testimonial-2-wrapper::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 0;
  background-image: linear-gradient(90deg, #0197fd 0%, #2f5deb 31%, #7501cf 100%);
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  -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;
}
.tp-testimonial-2-wrapper::after {
  content: "";
  position: absolute;
  width: 4px;
  height: 60px;
  background-image: linear-gradient(90deg, #0197fd 0%, #2f5deb 31%, #7501cf 100%);
  top: 50%;
  left: 0;
  transform: translate(0%, -50%);
  -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;
}
.tp-testimonial-2-wrapper:hover::before {
  height: 100%;
  opacity: 1;
  visibility: visible;
}
.tp-testimonial-2-wrapper:hover::after {
  opacity: 0;
  visibility: hidden;
}
.tp-testimonial-2-wrapper:hover .tp-testimonial-2-wrapper-shape {
  bottom: 0;
  opacity: 1;
  visibility: visible;
}
.tp-testimonial-2-wrapper:hover .tp-testimonial-2-content p {
  color: var(--tp-common-white);
}
.tp-testimonial-2-wrapper:hover .tp-testimonial-2-name h4 {
  color: var(--tp-common-white);
}
.tp-testimonial-2-wrapper:hover .tp-testimonial-2-name p {
  color: var(--tp-common-white);
}
.tp-testimonial-2-wrapper-shape {
  position: absolute;
  right: 0;
  bottom: -180px;
  z-index: -1;
  visibility: hidden;
  opacity: 0;
  -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;
}
.tp-testimonial-2-review {
  margin-bottom: 10px;
}
.tp-testimonial-2-content h4 {
  font-size: 20px;
  margin-bottom: 4px;
}
.tp-testimonial-2-content p {
  margin-bottom: 28px;
  -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;
}
.tp-testimonial-2-bio {
  display: flex;
}
.tp-testimonial-2-member {
  margin-right: 20px;
}
.tp-testimonial-2-name h4 {
  font-size: 20px;
  -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;
}
.tp-testimonial-2-name p {
  -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;
}
.tp-testimonial-2-bg-shape {
  position: absolute;
  left: 0;
  bottom: 120px;
  z-index: -1;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-testimonial-2-bg-shape {
    display: none;
  }
}
.tp-testimonial-3-area {
  background: #f5f5f8;
}
.tp-testimonial-3-wrapper {
  background: var(--tp-common-white);
  filter: drop-shadow(0px 4px 40px rgba(21, 24, 32, 0.06));
  padding: 60px 170px 60px 80px;
  margin-bottom: 50px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-testimonial-3-wrapper {
    padding: 60px 60px 60px 80px;
  }
}
@media (max-width: 767px) {
  .tp-testimonial-3-wrapper {
    padding: 60px 30px 60px 30px;
  }
}
.tp-testimonial-3-img-wrapper {
  padding: 10px 0;
  -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: 767px) {
  .tp-testimonial-3-img-wrapper {
    display: flex !important;
    justify-content: center;
  }
}
.tp-testimonial-3-img-wrapper.slick-current .tp-testimonial-3 {
  -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;
}
.tp-testimonial-3-img-wrapper.slick-current .tp-testimonial-3-img::before {
  opacity: 1;
  visibility: visible;
}
.tp-testimonial-3-img {
  position: relative;
  -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;
}
.tp-testimonial-3-img::before {
  content: "";
  position: absolute;
  width: 100px;
  height: 100px;
  top: 50%;
  left: 50%;
  background: var(--tp-theme-primary);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  -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;
  opacity: 0;
  visibility: hidden;
}
.tp-testimonial-3-img img {
  display: inline-block;
  -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;
}
.tp-testimonial-3-rating {
  margin-bottom: 28px;
}
.tp-testimonial-3-paragraph p {
  font-size: 24px;
  color: var(--tp-common-black);
  font-weight: 500;
  font-family: var(--tp-ff-heading);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-testimonial-3-paragraph p br {
    display: none;
  }
}
.tp-testimonial-3-img {
  margin-right: 30px;
}
.tp-testimonial-3-name h4 {
  font-size: 22px;
  margin-bottom: 0;
}
.tp-testimonial-3-name p {
  margin-bottom: 0;
}
.tp-testimonial-4-area {
  background: #1a1e5d;
}
.tp-testimonial-4-bg-shape-1 {
  position: absolute;
  top: 85px;
  right: 15px;
  z-index: -1;
  animation: bounce-thum-2 1s ease-in-out 0.1s forwards infinite alternate;
}
.tp-testimonial-4-bg-shape-2 {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.tp-testimonial-4-left-pragraph p {
  color: #acaeca;
}
.tp-testimonial-4-left-content {
  display: flex;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-testimonial-4-left-content {
    margin-bottom: 40px;
  }
}
.tp-testimonial-4-percent {
  color: var(--tp-common-white);
  margin-top: -7px;
  font-size: 50px;
  letter-spacing: -2px;
  line-height: 60px;
  font-weight: 700;
  font-family: var(--tp-ff-heading);
  position: relative;
}
.tp-testimonial-4-percent::before {
  content: "";
  position: absolute;
  width: 2px;
  height: 42px;
  top: 10px;
  right: -32px;
  background: #6468a4;
}
.tp-testimonial-4-percent-pagaraph {
  color: #a09baa;
  line-height: 24px;
  margin-left: 65px;
}
.tp-testimonial-4-active {
  margin-left: 70px;
}
@media (max-width: 767px) {
  .tp-testimonial-4-item {
    display: none;
  }
}
.tp-testimonial-4-box {
  background: var(--tp-common-white);
}
.tp-testimonial-4-thumb img {
  height: 100%;
}
.tp-testimonial-4-content {
  padding: 50px 65px 47px 50px;
}
.tp-testimonial-4-start-icon {
  margin-bottom: 12px;
}
.tp-testimonial-4-paragraph p {
  line-height: 28px;
  margin-bottom: 30px;
}
.tp-testimonial-4-member-details h4 {
  font-size: 20px;
  text-transform: uppercase;
  margin-bottom: 0;
}
.tp-testimonial-4-member-details p {
  margin-bottom: 0;
}
.tp-testimonial-4-shape {
  position: absolute;
  bottom: -32px;
  right: -69px;
}
.tp-testimonial-4-dot {
  margin-top: -55px;
  margin-left: 27px;
}
.tp-testimonial-4-dot .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #acaeca;
  opacity: 1;
  display: flex;
  margin: 0 0 11px;
  opacity: 0.4;
}
.tp-testimonial-4-dot .swiper-pagination-bullet button {
  display: none !important;
}
.tp-testimonial-4-dot .swiper-pagination-bullet-active {
  background: var(--tp-theme-secondary);
  transform: scale(1.5);
  opacity: 1;
}
@media (max-width: 767px) {
  .tp-testimonial-4-dot {
    display: none;
  }
}
.tp-testimonial-5-bg-shape {
  position: absolute;
  top: 66%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  .tp-testimonial-5-bg-shape {
    display: none;
  }
}
.tp-testimonial-5-slider {
  margin-left: -32px;
}
.tp-testimonial-5-active {
  padding-left: 32px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-testimonial-5-active {
    margin: 0 100px 0;
  }
}
.tp-testimonial-5-logo {
  position: relative;
  margin-bottom: 34px;
  z-index: 1;
}
@media (max-width: 767px) {
  .tp-testimonial-5-thumb {
    margin-bottom: 40px;
  }
}
.tp-testimonial-5-thumb-icon {
  position: absolute;
  top: 100px;
  left: -30px;
}
@media (max-width: 767px) {
  .tp-testimonial-5-thumb-icon {
    top: 0;
    right: 40px;
    left: auto;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-testimonial-5-thumb-icon {
    right: 130px;
  }
}
.tp-testimonial-5-thumb-icon span {
  width: 80px;
  height: 80px;
  line-height: 80px;
  display: inline-block;
  text-align: center;
  background: var(--tp-theme-secondary);
  border-radius: 50%;
}
@media (max-width: 767px) {
  .tp-testimonial-5-wrapper {
    flex-direction: column;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-testimonial-5-content {
    margin-left: 50px;
  }
}
@media (max-width: 767px) {
  .tp-testimonial-5-content {
    margin-left: 0;
  }
}
.tp-testimonial-5-paragraph {
  font-size: 20px;
  margin-bottom: 28px;
}
@media (max-width: 767px) {
  .tp-testimonial-5-paragraph {
    font-size: 19px;
  }
}
@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) {
  .tp-testimonial-5-paragraph br {
    display: none;
  }
}
.tp-testimonial-5-name {
  font-size: 20px;
  text-transform: uppercase;
}
.tp-testimonial-5-name span {
  font-size: 16px;
  color: #767676;
  font-weight: 400;
  font-family: "Roboto";
}
.tp-testimonial-5-arrow-box button {
  font-size: 28px;
  position: absolute;
  left: 18%;
  top: 66%;
  z-index: 5;
  -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;
  transform: translate(-50%, -50%);
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-testimonial-5-arrow-box button {
    left: 10%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-testimonial-5-arrow-box button {
    left: 4%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-testimonial-5-arrow-box button {
    display: none;
  }
}
.tp-testimonial-5-arrow-box button:hover {
  color: var(--tp-common-black);
}
.tp-testimonial-5-arrow-box button.slider-next {
  left: auto;
  right: 18%;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-testimonial-5-arrow-box button.slider-next {
    right: 10%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-testimonial-5-arrow-box button.slider-next {
    right: 4%;
  }
}

/*----------------------------------------*/
/*  8.4 Pricing css
/*----------------------------------------*/
.tp-pricing-wrapper {
  background: #f5f5f8;
  border: 1px solid #dcdcdc;
  padding: 15px 15px 50px 15px;
}
.tp-pricing-wrapper:hover .tp-pricing-middle-number {
  color: var(--tp-theme-primary);
}
.tp-pricing-top-box {
  background: var(--tp-common-white);
  padding: 40px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-pricing-top-box {
    padding: 40px 35px 40px;
  }
}
.tp-pricing-top-box > span {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 60px;
  display: inline-block;
}
.tp-pricing-middle-number {
  font-size: 48px;
  letter-spacing: -2px;
}
.tp-pricing-middle-number > span {
  font-size: 18px;
  letter-spacing: -1px;
  font-weight: 500;
}
.tp-pricing-botton-btn a {
  background-color: #f5f5f8;
  filter: drop-shadow(0 0 7px rgba(4, 23, 26, 0.08));
  font-size: 16px;
  color: #000000;
  font-weight: 700;
  font-family: var(--tp-ff-heading);
  padding: 4px 18px;
  -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;
}
.tp-pricing-botton-btn a:hover {
  background: var(--tp-common-black);
  color: var(--tp-common-white);
}
.tp-pricing-bottom {
  padding: 30px 44px 0px 44px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-pricing-bottom {
    padding: 30px 35px 0px 35px;
  }
}
.tp-pricing-list li {
  list-style: none;
  font-family: var(--tp-ff-heading);
  margin-bottom: 4px;
}
.tp-pricing-list li span {
  margin-right: 10px;
}
.tp-pricing-shape {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
.tp-pricing-button .tp-btn {
  background: var(--tp-common-black);
}
.tp-pricing-button .tp-btn::before {
  background: var(--tp-theme-primary);
}
.tp-pricing-button .tp-btn:hover {
  color: var(--tp-common-white);
}

/*----------------------------------------*/
/*  7.3 Brand css
/*----------------------------------------*/
.tp-brand-2-wrapper {
  background: var(--tp-common-white);
  background-image: -webkit-linear-gradient(93deg, rgba(103, 77, 240, 0.2) 0%, rgb(255, 255, 255) 100%);
  padding: 40px 0px 28px;
  position: relative;
  z-index: 1;
}
.tp-brand-2-wrapper:hover::before {
  height: 100%;
}
.tp-brand-2-wrapper:hover .tp-brand-2-icon span {
  color: var(--tp-common-white);
}
.tp-brand-2-wrapper:hover .tp-brand-2-title {
  color: var(--tp-common-white);
}
.tp-brand-2-wrapper:hover .tp-brand-2-shape {
  top: -4px;
}
.tp-brand-2-wrapper::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 0;
  top: 0;
  left: 0;
  background: var(--tp-theme-primary);
  transition: 0.4s;
  z-index: -1;
}
.tp-brand-2-icon span {
  color: var(--tp-theme-primary);
  font-size: 66px;
  margin-bottom: 25px;
  display: inline-block;
  transition: 0.4s;
}
.tp-brand-2-title {
  color: var(--tp-heading-primary);
  font-size: 22px;
  line-height: 1.1;
  text-transform: uppercase;
}
.tp-brand-2-shape {
  position: absolute;
  right: 0;
  top: -214px;
  transition: 0.4s;
  z-index: -1;
}
.tp-brand-2-bottom-title {
  background: #1a1e5d;
  color: #fec931;
  font-size: 16px;
  font-weight: 700;
  padding: 0 20px;
  display: inline-block;
  text-transform: uppercase;
  font-family: var(--tp-ff-heading);
  position: relative;
  z-index: 1;
}
.tp-brand-2-bottom-content {
  position: relative;
}
.tp-brand-2-bottom-content::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 17px;
  left: 0;
  background: #2e314c;
}
.tp-brand-2-img-thum {
  text-align: center;
}
.tp-brand-2-img-thum img {
  margin: 0px 38px;
  cursor: pointer;
  opacity: 0.3;
  transition: 0.4s;
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-brand-2-img-thum img {
    margin: 0;
  }
}
.tp-brand-2-img-thum img:hover {
  opacity: 1;
}
.tp-brand-2-active .swiper-slide-active .tp-brand-2-img-thum img {
  opacity: 1;
}
@media (max-width: 767px) {
  .tp-brand-3-img-thum {
    text-align: center;
  }
}
.tp-brand-3-img-thum img {
  margin: 0px 38px;
  cursor: pointer;
  transition: 0.4s;
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-brand-3-img-thum img {
    margin: 0;
  }
}
.tp-brand-3-img-thum img:hover {
  opacity: 1;
}
.tp-brand-3-slider-active .swiper-slide-active .tp-brand-img-thum img {
  opacity: 1;
}
.tp-brand-5-active .swiper-slide-active .tp-brand-5-img-thum span svg {
  color: var(--tp-theme-secondary);
}

/*----------------------------------------*/
/*  7.2 Before-After css
/*----------------------------------------*/
@media (max-width: 767px) {
  .tp-text {
    display: none;
  }
}
.tp-text-slider-active {
  margin-left: -115px;
}
.tp-text-slider-text {
  font-size: 88px;
  letter-spacing: -4px;
  color: var(--tp-common-black);
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  background-clip: border-box;
  background: linear-gradient(90deg, rgb(255, 142, 40) 0%, rgb(150, 198, 153) 54%, rgb(26, 128, 230) 100%);
  background-clip: border-box;
}
@media only screen and (min-width: 1600px) and (max-width: 1700px) {
  .tp-text-slider-text {
    font-size: 75px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-text-slider-text {
    font-size: 67px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-text-slider-text {
    font-size: 59px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-text-slider-text {
    font-size: 49px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-text-slider-text {
    font-size: 41px;
  }
}
@media (max-width: 767px) {
  .tp-text-slider-text {
    display: none;
  }
}

.beforeAfter {
  height: 570px;
}
@media (max-width: 767px) {
  .beforeAfter {
    display: none;
  }
}
@media (max-width: 767px) {
  .beforeAfter {
    height: 500px;
  }
}
.beforeAfter img {
  max-width: inherit;
  height: 570px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .beforeAfter img {
    height: 500px;
  }
}

@media (max-width: 767px) {
  .before-after-2 {
    display: none;
  }
}
.before-after-2-thumb {
  margin-left: -30px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .before-after-2-thumb {
    margin-left: 0;
  }
}
.before-after-2-thumb .beforeAfter img {
  border-radius: 6px;
}
.before-after-2 .tpsection p {
  margin-bottom: 40px;
}

.before-after-bg-shape {
  position: absolute;
  right: 90px;
  top: 0;
  z-index: -1;
  animation: bounce-thum-2 1s ease-in-out 0.1s forwards infinite alternate;
}
@media (max-width: 767px) {
  .before-after-bg-shape {
    display: none;
  }
}

.beforeAfter div div div {
  background: var(--tp-common-black) !important;
  height: 60px !important;
  width: 60px !important;
  line-height: 60px !important;
  z-index: -1 !important;
}
.beforeAfter div div div i {
  border-color: var(--tp-common-white) !important;
}

.before-servce {
  position: absolute;
  top: 3%;
  left: 20%;
  z-index: 11;
}
@media (max-width: 767px) {
  .before-servce {
    display: none;
  }
}
.before-servce a {
  background: var(--tp-theme-secondary);
  color: var(--tp-common-white);
  padding: 12px 16px;
  font-weight: 700;
  font-family: var(--tp-ff-heading);
}

.after-servce {
  position: absolute;
  top: 3%;
  left: 51%;
  z-index: 11;
}
@media (max-width: 767px) {
  .after-servce {
    display: none;
  }
}
.after-servce a {
  background: var(--tp-common-white);
  color: var(--tp-common-black);
  padding: 12px 16px;
  font-weight: 700;
  font-family: var(--tp-ff-heading);
}

/*----------------------------------------*/
/*  8.3 Feedback css
/*----------------------------------------*/
.tp-feedback-4-area {
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
  margin: 0 217px;
}
@media only screen and (min-width: 1600px) and (max-width: 1700px) {
  .tp-feedback-4-area {
    margin: 0 130px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-feedback-4-area {
    margin: 0 50px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-feedback-4-area {
    margin: 0;
  }
}
.tp-feedback-4-bg-shape {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-feedback-4-bg-shape {
    right: -65px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-feedback-4-bg-shape {
    right: -210px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-feedback-4-bg-shape {
    display: none;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-feedback-4-bg-shape img {
    width: 98%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-feedback-4-bg-shape img {
    width: 75%;
  }
}
.tp-feedback-4-section-title .tp-section-sub-title {
  color: #fec931;
}
.tp-feedback-4-section-title .tp-section-title {
  color: var(--tp-common-white);
}
.tp-feedback-4-button .tp-btn-red {
  background: #fec931;
  color: var(--tp-common-black);
}
.tp-feedback-4-button .tp-btn-red::before {
  background: var(--tp-theme-secondary);
}
.tp-feedback-4-button .tp-btn-red:hover {
  color: var(--tp-common-white);
}

/*----------------------------------------*/
/*  8.0 Error css
/*----------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-error-thumb img {
    width: 100%;
  }
}
.tp-error-title {
  font-size: 18px;
  color: var(--tp-common-black);
  font-weight: 400;
  font-family: var(--tp-ff-body);
  margin-bottom: 60px;
}

/*----------------------------------------*/
/*  8.9 Shop css
/*----------------------------------------*/
.tp-shop-sidebar-search {
  position: relative;
}
.tp-shop-sidebar-search::before {
  content: "";
  position: absolute;
  width: 62px;
  height: 100%;
  top: 0;
  right: 0;
  background: var(--tp-theme-primary);
}
.tp-shop-sidebar-search input {
  border: 1px solid #f3f2f5;
  height: 60px;
  padding: 5px 50px 5px 30px;
}
.tp-shop-sidebar-search input:focus {
  border-color: var(--tp-theme-primary);
}
.tp-shop-sidebar-search input::placeholder {
  font-size: 16px;
  color: var(--tp-common-black);
  font-weight: 400;
}
.tp-shop-sidebar-search-icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 22px;
}
.tp-shop-sidebar-search-icon i {
  color: var(--tp-common-white);
  font-size: 18px;
  font-weight: 500;
}
.tp-shop-sidebar-title {
  font-size: 22px;
}
.tp-shop-sidebar-category {
  border: 1px solid #f3f2f5;
  padding: 23px 30px 30px 27px;
}
.tp-shop-sidebar-category:not(:last-of-type) {
  margin-bottom: 8px;
}
.tp-shop-sidebar-category-item a {
  display: block;
  font-weight: 700;
  margin-bottom: 4px;
  position: relative;
}
.tp-shop-sidebar-category-item a::before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  top: 50%;
  transform: translateY(-50%);
  background: var(--tp-theme-primary);
  border-radius: 50%;
  left: -20px;
  -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;
  opacity: 0;
  visibility: hidden;
}
.tp-shop-sidebar-category-item a:hover {
  color: var(--tp-theme-primary);
  margin-left: 20px;
}
.tp-shop-sidebar-category-item a:hover::before {
  visibility: visible;
  opacity: 1;
}
.tp-shop-sidebar-category-item a:hover i {
  visibility: visible;
  opacity: 1;
  left: 0;
}
.tp-shop-sidebar-category-item a i {
  float: right;
  transform: translateY(5px);
  visibility: hidden;
  opacity: 0;
  transition: 0.3s;
  position: relative;
  left: -20px;
}
.tp-shop-sidebar-price {
  border: 1px solid #f3f2f5;
  padding: 23px 30px 30px 27px;
}
.tp-shop-sidebar-price-range-head .ui-slider-horizontal {
  height: 6px;
  background-color: #e9e9e9;
  border-radius: 0;
  border: none;
}
.tp-shop-sidebar-price-range-head .ui-slider-horizontal .ui-slider-range {
  background: var(--tp-theme-primary);
  border-radius: 0;
}
.tp-shop-sidebar-price-range-head .ui-slider-horizontal .ui-slider-handle {
  height: 14px;
  width: 6px;
  background: var(--tp-common-white);
  border-radius: 0;
}
.tp-shop-price-filter {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.tp-shop-price-filter input {
  width: 100px;
  height: 40px;
  padding-left: 0;
  padding-right: 0;
  border: none;
  color: #767676;
  font-family: "DM Sans";
  font-size: 16px;
}
.tp-shop-price-filter a {
  font-size: 14px;
  color: var(--tp-theme-primary);
  font-weight: 700;
}
.tp-shop-sidebar-sell {
  border: 1px solid #f3f2f5;
  padding: 23px 20px 30px 28px;
}
.tp-shop-sidebar-sell-item-content {
  margin-top: -9px;
}
.tp-shop-sidebar-sell-item-thumb {
  flex: 0 0 auto;
  margin-right: 20px;
}
.tp-shop-sidebar-sell-item-thumb img {
  height: 70px;
  width: 70px;
  object-fit: cover;
}
.tp-shop-sidebar-sell-item-rating i {
  font-size: 10px;
  color: #ffa800;
  margin-right: -2px;
  display: inline-block;
}
.tp-shop-sidebar-sell-item-title {
  font-size: 18px;
  color: var(--tp-heading-primary);
  font-weight: 700;
  font-family: var(--tp-ff-heading);
  margin-bottom: 0;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-shop-sidebar-sell-item-title {
    font-size: 15px;
  }
}
.tp-shop-sidebar-sell-item-title a:hover {
  color: var(--tp-theme-primary);
}
.tp-shop-sidebar-sell-item-content span {
  font-size: 14px;
  color: var(tp-text-10);
  font-weight: 400;
  font-family: "DM Sans";
}
.tp-shop-sidebar-tag {
  border: 1px solid #f3f2f5;
  padding: 23px 30px 30px 27px;
}
.tp-shop-sidebar-tag a {
  background: var(--tp-common-gray2);
}

.product__title a:hover {
  color: var(--tp-theme-2);
}

.product__rating span:not(:last-child) {
  margin-right: 4px;
}

.product__badge {
  position: absolute;
  left: 0;
  top: 20px;
}

.product__rating span {
  font-size: 13px;
  color: #ecb332;
  display: inline-block;
  margin-right: 20px;
}

.product__ammount {
  font-weight: 500;
  font-size: 15px;
  color: var(--tp-theme-primary);
}

.product__item:hover .product__thumb img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

.nice-select::after {
  background-color: transparent;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-top: 0;
  right: 0;
  content: "\f107";
  font-family: var(--tp-ff-fontawesome);
  transform-origin: center;
  color: var(--tp-common-black);
  font-weight: 500;
  height: auto;
  width: auto;
  margin-left: 11px;
}

.product__details-thumb-popup-btn {
  position: absolute;
  top: 40px;
  right: 40px;
}
.product__details-thumb-popup-btn a {
  width: 60px;
  height: 60px;
  line-height: 66px;
  text-align: center;
  display: inline-block;
  background: var(--tp-common-white);
  border-radius: 50%;
  font-size: 18px;
  color: var(--tp-common-black);
}
.product__details-title {
  font-size: 36px;
  letter-spacing: -1px;
  margin-top: -8px;
  margin-bottom: 12px;
}
.product__details-rating-count span {
  font-size: 14px;
}
.product__details-ammount {
  font-size: 28px;
  color: var(--tp-theme-primary);
  display: inline-block;
  margin-bottom: 18px;
  font-weight: 700;
  font-family: var(--tp-ff-heading);
}
.product__details-content h4 {
  font-size: 18px;
}
.product__details-quantitys::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 30px;
  top: 7px;
  right: 12px;
  background: var(--tp-common-white);
}
.product__details-quantity {
  width: 90px;
  height: 45px;
  position: relative;
}
.product__details-quantity span {
  position: absolute;
  top: 14px;
  display: grid;
  right: 17px;
  font-size: 12px;
  color: var(--tp-common-black);
  z-index: 1;
}
.product__details-quantity input {
  background: #edf1f8;
  border: none;
  font-size: 18px;
  color: var(--tp-heading-primary);
  font-weight: 700;
  width: 86px;
  height: 46px;
}
.product__details-btn .tp-btn {
  padding: 8px 52px;
}
.product__details-sku h5 {
  font-size: 16px;
  font-weight: 400;
  font-family: "Roboto";
  color: var(--tp-text-body);
  margin-bottom: 10px;
}
.product__details-sku h5 span {
  color: var(--tp-common-black);
  margin-right: 10px;
  font-weight: 500;
  font-family: var(--tp-ff-body);
}
.product__details-catagory h5 {
  font-size: 16px;
  font-weight: 400;
  font-family: "Roboto";
  color: var(--tp-text-body);
  margin-bottom: 10px;
}
.product__details-catagory h5 span {
  font-size: 16px;
  color: var(--tp-common-black);
  font-weight: 500;
  font-family: var(--tp-ff-body);
  margin-right: 10px;
}
.product__details-tag h5 {
  font-size: 16px;
  font-weight: 400;
  font-family: var(--tp-ff-body);
  color: var(--tp-text-body);
  margin-bottom: 10px;
}
.product__details-tag h5 span {
  font-size: 16px;
  color: var(--tp-common-black);
  font-weight: 500;
  font-family: var(--tp-ff-body);
  margin-right: 10px;
}
.product__details-socials span {
  color: var(--tp-common-black);
  font-weight: 700;
  margin-right: 20px;
}
.product__details-social a {
  width: 38px;
  height: 38px;
  line-height: 41px;
  display: inline-block;
  border-radius: 25px;
  border: 1px solid #dedede;
  text-align: center;
  margin-right: 8px;
  color: var(--tp-heading-primary);
}
.product__details-social a:hover {
  background: var(--tp-theme-primary);
  color: var(--tp-common-white);
  border-color: var(--tp-theme-primary);
}
.product__details-description {
  background-color: var(--tp-common-white);
  box-shadow: 0px 0px 60px 0px rgba(23, 19, 4, 0.08);
  padding: 50px 89px 20px 60px;
}
@media (max-width: 767px) {
  .product__details-description {
    padding: 50px 30px 20px;
  }
}
.product__details-description-title {
  font-size: 36px;
  color: var(--tp-common-black);
  margin-bottom: 28px;
  letter-spacing: -1px;
}
.product__details-description-paragraph {
  color: #8f8e9a;
  line-height: 32px;
}
.product__details-reveiw-title {
  font-size: 36px;
  margin-bottom: 35px;
  letter-spacing: -1px;
}
.product__details-reveiw-content h6 {
  color: var(--tp-common-black);
  margin-bottom: 4px;
  font-weight: 500;
  font-family: var(--tp-ff-body);
}
.product__details-reveiw-content h6 span {
  color: #767676;
}
.product__details-reveiw-icon span {
  font-size: 13px;
  color: #ecb332;
  display: inline-block;
  margin-bottom: 4px;
}

.tp-cart-plus {
  margin-top: 6px;
}

@media (max-width: 767px) {
  .product__details-wrapper {
    margin-left: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .product__details-thumb-tab {
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .product__details-reveiw-content p br {
    display: none;
  }
}
@media (max-width: 767px) {
  .product__details-paragraph p br {
    display: none;
  }
}
@media (max-width: 767px) {
  .product__details-reveiw-content p br {
    display: none;
  }
}

/*----------------------------------------*/
/*  7.4 Cart css
/*----------------------------------------*/
.table-content .table > :not(:first-child) {
  border-top: 0;
}
.table-content table {
  background: #ffffff;
  border-color: #eaedff;
  border-radius: 0;
  border-style: solid;
  border-width: 1px 0 0 1px;
  text-align: center;
  width: 100%;
  margin-bottom: 0;
}

.table-content .table > :not(:last-child) > :last-child > * {
  border-bottom-color: #eaedff;
}

.table-content .product-quantity {
  float: none;
}

.table-content table td.product-name {
  font-size: 16px;
  font-weight: 400;
  text-transform: capitalize;
}

.table-content table td.product-name a:hover {
  color: var(--tp-theme-1);
}

.table-content table td {
  border-top: medium none;
  padding: 20px 10px;
  vertical-align: middle;
  font-size: 16px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .table-content table td {
    padding: 20px 5px;
  }
}

.table-content table th, .table-content table td {
  border-bottom: 1px solid rgba(6, 7, 40, 0.1);
  border-right: 1px solid rgba(6, 7, 40, 0.1);
}

.product-quantity input {
  color: #000;
  font-size: 14px;
  font-weight: normal;
  height: 64px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  text-align: center;
  width: 100%;
}

@media (max-width: 767px) {
  .coupon-all button {
    padding: 0 20px;
    font-size: 13px;
    height: 60px;
    line-height: 60px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .coupon-all button {
    padding: 0 32px;
    font-size: 14px;
  }
}
.coupon input {
  height: 58px;
  line-height: 58px;
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  border: 1px solid #E0E2E3;
  margin-right: 10px;
}
@media (max-width: 767px) {
  .coupon input {
    height: 60px;
    line-height: 60px;
    font-size: 10px;
    width: 50%;
    padding-left: 20px;
    padding-right: 20px;
  }
}

.tp-quantity {
  width: 200px;
  margin: 0 auto;
}
.tp-quantity .cart-minus {
  height: 64px;
  width: 64px;
  text-align: center;
  line-height: 64px;
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
}
.tp-quantity .cart-plus {
  height: 64px;
  width: 64px;
  text-align: center;
  line-height: 54px;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}

.table td, .table th {
  border-top: 1px solid #eaedff;
}

.product-thumbnail, .cart-product-name, .product-price, .product-quantity, .product-subtotal, .product-remove {
  font-size: 20px;
  font-weight: 600;
  color: var(--tp-heading-secondary);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .product-thumbnail, .cart-product-name, .product-price, .product-quantity, .product-subtotal, .product-remove {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .product-thumbnail, .cart-product-name, .product-price, .product-quantity, .product-subtotal, .product-remove {
    font-size: 15px;
    font-weight: 700;
  }
}

.product-quantity > input {
  width: 80px;
  text-align: center;
}

.table-content table td .cart-plus-minus {
  float: none;
  margin: 0 auto;
}

.coupon-all {
  margin-top: 50px;
}

.coupon {
  float: left;
}
@media (max-width: 767px) {
  .coupon {
    justify-content: left !important;
  }
}

@media (max-width: 767px) {
  .coupon {
    float: none;
  }
}
#coupon_code {
  background-color: var(--tp-theme-1);
  color: var(--tp-common-white);
  margin-right: 10px;
  width: inherit;
  height: 67px;
  line-height: 67px;
  padding: 0 25px;
  overflow: hidden;
  display: inline-block;
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #coupon_code {
    height: 54px;
  }
}
@media (max-width: 767px) {
  #coupon_code {
    padding: 0px 15px;
  }
}

@media (max-width: 767px) {
  #coupon_code {
    margin-bottom: 15px;
  }
}
.coupon2 {
  float: right;
}

.checkout-link .tp-btn:hover {
  background-color: var(--tp-theme-2);
}
.checkout-link .tp-btn-dark-lg:hover {
  background-color: var(--tp-theme-1);
}

@media (max-width: 767px) {
  .coupon2 {
    float: none;
    margin-top: 15px;
  }
}
.cart-page-total {
  padding: 35px;
  margin-top: 100px;
  background: var(--tp-grey-1);
}
@media (max-width: 767px) {
  .cart-page-total {
    padding: 30px 15px;
  }
}

.cart-page-total > h2 {
  font-size: 25px;
  margin-bottom: 20px;
  text-transform: capitalize;
}

.cart-page-total > ul {
  border: 1px solid rgba(6, 7, 40, 0.1);
}

.cart-page-total > ul > li {
  list-style: none;
  padding: 21px 30px;
  border-bottom: 1px solid rgba(6, 7, 40, 0.1);
  font-weight: 500;
  font-size: 18px;
  line-height: 150%;
  color: #696A7E;
}

.cart-page-total ul > li > span {
  float: right;
}

.cart-page-total li:last-child {
  border-bottom: 0;
}

td.product-thumbnail img {
  width: 125px;
}

/* 17. Checkout */
.coupon-accordion h3 {
  background-color: #f7f7f7;
  border-top: 3px solid var(--tp-theme-1);
  font-size: 14px;
  font-weight: 400;
  margin: 0 0 25px;
  padding: 1em 2em 1em 3.5em;
  position: relative;
  width: auto;
}

.coupon-accordion h3::before {
  content: "\f07b";
  left: 15px;
  top: 13px;
  position: absolute;
  color: var(--tp-theme-1);
  font-family: "Font Awesome 5 Pro";
  font-weight: 700;
}

.coupon-accordion span {
  color: #6f7172;
  cursor: pointer;
  transition: 0.3s;
  font-weight: 500;
}

.coupon-accordion span:hover, p.lost-password a:hover {
  color: var(--tp-common-black);
}

.coupon-content {
  border: 1px solid #eaedff;
  display: none;
  margin-bottom: 20px;
  padding: 30px;
}

.coupon-info p.coupon-text {
  margin-bottom: 15px;
}

.coupon-info p {
  margin-bottom: 0;
}

.coupon-info p.form-row-first label, .coupon-info p.form-row-last label {
  display: block;
  color: #6f7172;
}

.coupon-info p.form-row-first label span.required, .coupon-info p.form-row-last label span.required {
  color: var(--tp-theme-1);
  font-weight: 700;
}

.coupon-info p.form-row-first input, .coupon-info p.form-row-last input {
  border: 1px solid #eaedff;
  height: 45px;
  margin: 0 0 14px;
  max-width: 100%;
  padding: 0 0 0 10px;
  width: 100%;
  outline: none;
}
.coupon-info p.form-row-first input:focus, .coupon-info p.form-row-last input:focus {
  border-color: var(--tp-common-black);
}

.coupon-info p.form-row input[type=submit]:hover, p.checkout-coupon input[type=submit]:hover {
  background: #3e976c none repeat scroll 0 0;
}

.coupon-info p.form-row input[type=checkbox] {
  position: relative;
  top: -1px;
}

.form-row > label {
  margin-top: 15px;
  margin-left: 15px;
  color: #6f7172;
}

.buttons-cart input, .coupon input[type=submit], .buttons-cart a, .coupon-info p.form-row input[type=submit] {
  background: #252525 none repeat scroll 0 0;
  border: medium none;
  color: #fff;
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  height: 40px;
  line-height: 40px;
  margin-right: 15px;
  padding: 0 15px;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
}

p.lost-password {
  margin-top: 15px;
}

p.lost-password a {
  color: #6f6f6f;
}

p.checkout-coupon input[type=text] {
  height: 45px;
  padding: 0 15px;
  width: 100%;
  border: 1px solid #eaedff;
  margin-bottom: 15px;
  outline: none;
}
p.checkout-coupon input[type=text]:focus {
  border-color: var(--tp-common-black);
}

.coupon-checkout-content {
  display: none;
}

.checkbox-form h3 {
  border-bottom: 1px solid #eaedff;
  font-size: 26px;
  margin: 0 0 20px;
  padding-bottom: 10px;
  width: 100%;
}

.country-select {
  margin-bottom: 30px;
  position: relative;
}

.country-select select {
  width: 100%;
  background-color: transparent;
  border: 1px solid #eaedff;
  padding: 0 10px;
  height: 50px;
}

.country-select label, .checkout-form-list label {
  color: #6f7172;
  display: block;
  margin: 0 0 5px;
}

.country-select label span.required, .checkout-form-list label span.required {
  color: var(--tp-theme-1);
}

.country-select .nice-select {
  border: 1px solid #eaedff;
  height: 45px;
  padding-left: 10px;
  width: 100%;
  color: #6f7172;
  margin-bottom: 20px;
}

.country-select .nice-select .list {
  width: 100%;
}

.checkout-form-list {
  margin-bottom: 30px;
}

.checkout-form-list label {
  color: #6f7172;
}

.checkout-form-list input[type=text], .checkout-form-list input[type=password], .checkout-form-list input[type=email] {
  background: #ffffff;
  border: 1px solid #eaedff;
  border-radius: 0;
  height: 45px;
  padding: 0 0 0 10px;
  width: 100%;
  outline: none;
}
.checkout-form-list input[type=text]:focus, .checkout-form-list input[type=password]:focus, .checkout-form-list input[type=email]:focus {
  border-color: var(--tp-common-black);
}

.checkout-form-list input[type=text]::-moz-placeholder,
.checkout-form-list input[type=password]::-moz-placeholder,
.checkout-form-list input[type=email]::-moz-placeholder {
  color: #6f7172;
  opacity: 1;
}

.checkout-form-list input[type=text]::placeholder,
.checkout-form-list input[type=password]::placeholder,
.checkout-form-list input[type=email]::placeholder {
  color: #6f7172;
  opacity: 1;
}

.checkout-form-list input[type=checkbox] {
  display: inline-block;
  margin-right: 10px;
  position: relative;
  top: -1px;
}

.create-acc label {
  color: #6f7172;
  display: inline-block;
}

.create-account {
  display: none;
}

.ship-different-title h3 label {
  display: inline-block;
  margin-right: 20px;
  color: var(--tp-theme-1);
}

.order-notes textarea {
  border: 1px solid #eaedff;
  height: 120px;
  padding: 15px;
  width: 100%;
  outline: 0;
  resize: none;
}

.order-notes textarea:focus {
  border-color: var(--tp-common-black);
}

.order-notes textarea::-moz-placeholder {
  color: #6f7172;
  opacity: 1;
}

.order-notes textarea::placeholder {
  color: #6f7172;
  opacity: 1;
}

#ship-box-info {
  display: none;
}

.panel-group .panel {
  border-radius: 0;
}

.panel-default > .panel-heading {
  border-radius: 0;
}

.your-order {
  padding: 30px 40px 45px;
  border: 3px solid #f7f7f7;
}

@media (max-width: 767px) {
  .your-order {
    padding: 15px;
  }
}
.your-order h3 {
  border-bottom: 1px solid #eaedff;
  font-size: 30px;
  margin: 0 0 20px;
  padding-bottom: 10px;
  width: 100%;
}

.your-order-table table {
  background: none;
  border: 0;
  width: 100%;
}

.your-order-table table th, .your-order-table table td {
  border-bottom: 1px solid #eaedff;
  border-right: medium none;
  color: #6f7172;
  font-size: 14px;
  padding: 15px 0;
  text-align: left;
}

@media (max-width: 767px) {
  .your-order-table table th, .your-order-table table td {
    padding-right: 10px;
  }
}
.your-order-table table th {
  border-top: medium none;
  color: #6f7172;
  font-weight: normal;
  text-align: left;
  vertical-align: middle;
  white-space: nowrap;
  width: 250px;
}

.panel-body > p {
  color: #222;
}

.your-order-table table .shipping ul li {
  list-style: none;
}

.your-order-table table .shipping ul li input {
  position: relative;
  top: -1px;
}

.your-order-table table .shipping ul li label {
  color: #6f7172;
}

.your-order-table table .shipping th {
  vertical-align: top;
}

.your-order-table table .order-total th {
  border-bottom: 0;
  font-size: 14px;
}

.your-order-table table .order-total td {
  border-bottom: medium none;
}

.your-order-table table tr.cart_item:hover {
  background: #F9F9F9;
}

.your-order-table table tr.order-total td span {
  color: var(--tp-common-black);
  font-size: 18px;
  font-weight: 500;
}

.payment-method {
  margin-top: 40px;
}
.payment-method .accordion-item:last-of-type {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.payment-method .accordion-item {
  background-color: #fff;
  border: 0;
  border-bottom: 1px solid #e7e7e7;
}
.payment-method .accordion-button {
  font-size: 16px;
  font-weight: 500;
  color: var(--tp-common-black);
  padding: 23px 0;
  border: none;
}
.payment-method .accordion-button::after {
  position: absolute;
  content: "\f067";
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  font-family: "Font Awesome 5 Pro";
  font-size: 16px;
  font-weight: 400;
  margin-left: 0;
  background-image: none;
  color: var(--tp-theme-1);
}
.payment-method .accordion-button:not(.collapsed) {
  color: var(--tp-common-black);
  background-color: var(--tp-common-white);
  box-shadow: none;
}
.payment-method .accordion-button:not(.collapsed)::after {
  content: "\f068";
}
.payment-method .accordion-body {
  padding: 8px 0;
  padding-bottom: 40px;
}
.payment-method .accordion-collapse {
  border: none;
}

.panel-title > a {
  display: block;
}

.order-button-payment input {
  background: #232323 none repeat scroll 0 0;
  border: medium none;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  height: 40px;
  margin: 0px 0 0;
  padding: 0;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
  width: 100%;
}

.order-button-payment input:hover {
  background: #3e976c none repeat scroll 0 0;
}

.payment-method .btn-link {
  -moz-user-select: none;
  user-select: none;
  background: no-repeat;
  border: medium none;
  border-radius: 0;
  color: #444;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 1;
  margin-bottom: 0;
  padding: 3px 10px;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
  vertical-align: middle;
  white-space: nowrap;
  text-decoration: none;
}

.payment-method .card {
  background-color: #ffffff;
  border: 1px solid #eaedff;
  border-radius: 0;
  margin-bottom: 10px;
}

.payment-method .accordion .card:first-of-type {
  border: 1px solid #eaedff;
}

.card-header:first-child {
  border-radius: 0;
}

.payment-method .card-header {
  background-color: #ffffff;
  border-bottom: 1px solid #eaedff;
}

.order-button-payment button {
  width: 100%;
}

/*----------------------------------------*/
/*  7.5 Checkout css
/*----------------------------------------*/
.tp-checkout-verify-item {
  margin-bottom: 40px;
}
.tp-checkout-verify-item:not(:last-child) {
  margin-bottom: 14px;
}
.tp-checkout-verify-reveal {
  font-size: 14px;
  color: var(--tp-common-black);
  margin-bottom: 0;
  display: inline-block;
  border: 1px dashed #AAB0B2;
  padding: 18px 40px;
  width: 100%;
}
@media (max-width: 767px) {
  .tp-checkout-verify-reveal {
    padding: 40px 15px;
  }
}
.tp-checkout-verify-reveal button {
  color: var(--tp-theme-primary);
  position: relative;
}
.tp-checkout-verify-reveal button::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 4px;
  width: 100%;
  height: 1px;
  background-color: var(--tp-theme-primary);
}
.tp-checkout-btn {
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  color: var(--tp-common-white);
  background-color: var(--tp-theme-2);
  height: 50px;
  line-height: 50px;
  padding: 0 30px;
  text-align: center;
}
.tp-checkout-btn:hover {
  background-color: var(--tp-common-black);
  color: var(--tp-common-white);
}
.tp-checkout-input {
  margin-bottom: 20px;
}
.tp-checkout-input label {
  font-weight: 500;
  color: var(--tp-common-black);
  padding-bottom: 10px;
  font-size: 14px;
}
.tp-checkout-input label span {
  color: var(--tp-heading-primary);
}
.tp-checkout-input input, .tp-checkout-input textarea {
  width: 100%;
  background: #FFFFFF;
  color: var(--tp-common-black);
  height: 64px;
  border: 1px solid #E0E2E3;
}
.tp-checkout-input input:focus, .tp-checkout-input textarea:focus {
  border-color: var(--tp-theme-primary);
}
.tp-checkout-input textarea {
  height: 200px;
  resize: none;
  padding: 25px;
  font-size: 14px;
}
.tp-checkout-input .nice-select {
  height: 64px;
  line-height: 63px;
  border-radius: 0;
  border: 0;
  float: none;
  padding: 0 25px;
  font-size: 14px;
}
.tp-checkout-input .nice-select::after {
  right: 26px;
}
.tp-checkout-input .nice-select.open .list {
  -webkit-transform: scale(1) translateY(0px);
  -moz-transform: scale(1) translateY(0px);
  -ms-transform: scale(1) translateY(0px);
  -o-transform: scale(1) translateY(0px);
  transform: scale(1) translateY(0px);
}
.tp-checkout-input .nice-select .list {
  margin-top: 0;
  border-radius: 0;
  transform-origin: center center;
  -webkit-transform: scale(0.9) translateY(0px);
  -moz-transform: scale(0.9) translateY(0px);
  -ms-transform: scale(0.9) translateY(0px);
  -o-transform: scale(0.9) translateY(0px);
  transform: scale(0.9) translateY(0px);
  width: 100%;
  padding: 12px 0;
}
.tp-checkout-input .nice-select .list .option {
  line-height: 1.2;
  min-height: inherit;
  padding-top: 5px;
  padding-bottom: 5px;
}
.tp-checkout-input .nice-select .list .option:hover {
  color: var(--tp-theme-2);
}
.tp-checkout-option {
  margin-bottom: 4px;
}
.tp-checkout-option-wrapper {
  margin-top: 10px;
  margin-bottom: 17px;
}
.tp-checkout-option input {
  display: none;
}
.tp-checkout-option input:checked ~ label::after {
  background-color: var(--tp-theme-primary);
  border-color: var(--tp-theme-primary);
}
.tp-checkout-option input:checked ~ label::before {
  visibility: visible;
  opacity: 1;
}
.tp-checkout-option label {
  font-size: 15px;
  color: var(--tp-heading-primary);
  position: relative;
  padding-left: 26px;
  z-index: 1;
  font-weight: 300;
}
.tp-checkout-option label::after {
  position: absolute;
  content: "";
  top: 5px;
  left: 0;
  width: 18px;
  height: 18px;
  line-height: 16px;
  text-align: center;
  border: 1px solid rgba(6, 7, 40, 0.2);
  z-index: -1;
  transition: 0.3s;
}
.tp-checkout-option label::before {
  position: absolute;
  content: "\f00c";
  top: -2px;
  left: 5px;
  font-size: 11px;
  text-align: center;
  visibility: hidden;
  opacity: 0;
  color: var(--tp-common-white);
  transition: 0.3s;
  font-family: "Font Awesome 5 Pro";
}
.tp-checkout-option label a:hover {
  color: var(--tp-theme-primary);
}
.tp-checkout-option label:hover {
  cursor: pointer;
}
.tp-checkout-bill-area {
  padding: 45px 40px 24px;
  background-color: var(--tp-grey-1);
}
@media (max-width: 767px) {
  .tp-checkout-bill-area {
    padding: 45px 25px 24px;
  }
}
.tp-checkout-bill-title {
  color: var(--tp-heading-primary);
  font-weight: 600;
  font-size: 26px;
  margin-bottom: 35px;
}
.tp-checkout-place {
  padding: 44px 50px 50px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-checkout-place {
    padding: 35px 40px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-checkout-place {
    padding: 35px 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-checkout-place {
    margin-top: 50px;
  }
}
@media (max-width: 767px) {
  .tp-checkout-place {
    margin-top: 50px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.tp-checkout-place-title {
  font-size: 26px;
  font-weight: 600;
  margin-right: 37px;
  color: var(--tp-heading-primary);
  margin-bottom: 32px;
}
.tp-checkout-payment {
  padding-bottom: 26px;
  margin-bottom: 24px;
  border-bottom: 1px solid #E0E2E3;
}
.tp-checkout-payment-item:not(:last-child) {
  margin-bottom: 10px;
}
.tp-checkout-payment-item.paypal-payment label {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.tp-checkout-payment-item input {
  display: none;
}
.tp-checkout-payment-item input:checked ~ label::before {
  opacity: 1;
  visibility: visible;
}
.tp-checkout-payment-item label {
  font-size: 14px;
  position: relative;
  padding-left: 27px;
  font-weight: 500;
  color: var(--tp-common-black);
}
.tp-checkout-payment-item label:hover {
  cursor: pointer;
}
.tp-checkout-payment-item label::after {
  position: absolute;
  content: "";
  left: 0;
  top: 6px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 1px solid var(--tp-theme-primary);
  transition: 0.3s;
}
.tp-checkout-payment-item label::before {
  position: absolute;
  content: "";
  left: 3px;
  top: 9px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: var(--tp-theme-primary);
  visibility: hidden;
  opacity: 0;
  transition: 0.3s;
}
.tp-checkout-payment-item label img {
  margin-left: 14px;
  -webkit-transform: translateY(1px);
  -moz-transform: translateY(1px);
  -ms-transform: translateY(1px);
  -o-transform: translateY(1px);
  transform: translateY(1px);
}
.tp-checkout-payment-item label a {
  margin-left: 20px;
  position: relative;
}
.tp-checkout-payment-desc {
  position: relative;
  padding-top: 10px;
  display: none;
}
.tp-checkout-payment-desc::after {
  position: absolute;
  content: "";
  left: 57px;
  top: 0;
  width: 16px;
  height: 16px;
  background-color: #fff;
  -webkit-transform: translateY(3px) rotate(45deg);
  -moz-transform: translateY(3px) rotate(45deg);
  -ms-transform: translateY(3px) rotate(45deg);
  -o-transform: translateY(3px) rotate(45deg);
  transform: translateY(3px) rotate(45deg);
}
.tp-checkout-payment-desc p {
  background-color: #fff;
  padding: 19px 30px;
  margin-left: 27px;
  font-size: 14px;
  line-height: 1.57;
  color: #55585B;
  margin-bottom: 0;
}
.tp-checkout-agree {
  margin-bottom: 24px;
}

.tp-return-customer {
  display: none;
  margin-top: 14px;
  padding: 40px 40px;
  background-color: var(--tp-grey-1);
}
@media (max-width: 767px) {
  .tp-return-customer {
    padding: 40px 15px;
  }
}
.tp-return-customer-input {
  margin-bottom: 20px;
}
.tp-return-customer-input label {
  font-weight: 500;
  color: var(--tp-common-black);
  padding-bottom: 10px;
}
.tp-return-customer-input label span {
  color: red;
}
.tp-return-customer-input input {
  width: 100%;
  background: #fff;
  border: 0;
  color: var(--tp-common-black);
  height: 64px;
  transition: 0.3s;
  border: 1px solid #E0E2E3;
}
.tp-return-customer-input input:focus {
  border: 1px solid var(--tp-theme-primary);
}
.tp-return-customer-remeber input {
  display: none;
}
.tp-return-customer-remeber input:checked ~ label::after {
  background-color: var(--tp-theme-primary);
  border-color: var(--tp-theme-primary);
}
.tp-return-customer-remeber input:checked ~ label::before {
  visibility: visible;
  opacity: 1;
}
.tp-return-customer-remeber label {
  font-size: 15px;
  color: #55585B;
  position: relative;
  padding-left: 26px;
  z-index: 1;
}
.tp-return-customer-remeber label::after {
  position: absolute;
  content: "";
  top: 6px;
  left: 0;
  width: 18px;
  height: 18px;
  line-height: 16px;
  text-align: center;
  border: 1px solid rgba(6, 7, 40, 0.2);
  z-index: -1;
  transition: 0.3s;
}
.tp-return-customer-remeber label::before {
  position: absolute;
  content: "\f00c";
  top: 0px;
  left: 5px;
  font-size: 10px;
  text-align: center;
  visibility: hidden;
  opacity: 0;
  color: var(--tp-common-white);
  transition: 0.3s;
  font-family: "Font Awesome 5 Pro";
}
.tp-return-customer-remeber label a:hover {
  color: var(--tp-common-orange);
}
.tp-return-customer-remeber label:hover {
  cursor: pointer;
}
.tp-return-customer-forgot a {
  font-weight: 400;
  font-size: 15px;
  color: var(--tp-theme-2);
  position: relative;
  display: inline-block;
}
.tp-return-customer-forgot a::after {
  position: absolute;
  content: "";
  left: auto;
  right: 0;
  bottom: 4px;
  width: 0%;
  height: 1px;
  background-color: var(--tp-theme-primary);
}
.tp-return-customer-forgot a:hover::after {
  left: 0;
  right: auto;
  width: 100%;
}

.tp-order-details {
  padding: 70px 100px 55px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-order-details {
    padding: 70px 70px 55px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-order-details {
    padding: 70px 30px 55px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-order-details {
    padding: 70px 50px 55px;
  }
}
@media (max-width: 767px) {
  .tp-order-details {
    padding: 40px 30px 45px;
  }
}
.tp-order-details-icon {
  margin-bottom: 22px;
}
.tp-order-details-icon span {
  display: inline-block;
  width: 120px;
  height: 120px;
  line-height: 118px;
  text-align: center;
  font-size: 55px;
  color: var(--tp-common-white);
  border: 1px solid rgba rgba(255, 255, 255, 0.2);
  border-radius: 50%;
}
.tp-order-details-title {
  font-size: 30px;
  font-weight: 600;
  color: var(--tp-common-white);
  margin-bottom: 7px;
}
.tp-order-details-content p {
  font-size: 16px;
  color: var(--tp-common-white);
  line-height: 1.38;
}
.tp-order-details-item {
  margin-bottom: 38px;
}
.tp-order-details-item-wrapper .row [class*=col-]:nth-child(2n) .tp-order-details-item {
  padding-left: 40px;
}
@media (max-width: 767px) {
  .tp-order-details-item-wrapper .row [class*=col-]:nth-child(2n) .tp-order-details-item {
    padding-left: 0;
  }
}
.tp-order-details-item h4 {
  font-size: 18px;
  color: var(--tp-common-white);
  margin-bottom: 0;
  font-weight: 400;
}
.tp-order-details-item p {
  font-weight: 700;
  font-size: 18px;
  color: var(--tp-common-white);
  margin-bottom: 0;
}
.tp-order-info-wrapper {
  padding: 42px 50px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-order-info-wrapper {
    padding: 42px 40px;
  }
}
@media (max-width: 767px) {
  .tp-order-info-wrapper {
    padding: 42px 30px;
  }
}
.tp-order-info-title {
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 40px;
}
.tp-order-info-list ul li {
  list-style: none;
  padding: 15px 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.tp-order-info-list ul li:not(:last-child) {
  border-bottom: 1px solid #E0E2E3;
}
.tp-order-info-list ul li span {
  font-size: 15px;
  color: var(--tp-common-black);
}
.tp-order-info-list ul li.tp-order-info-list-header {
  padding-top: 0;
  padding-bottom: 12px;
}
.tp-order-info-list ul li.tp-order-info-list-header h4 {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 0;
  color: var(--tp-heading-primary);
}
.tp-order-info-list ul li.tp-order-info-list-desc p {
  font-size: 15px;
  margin-bottom: 0;
}
.tp-order-info-list ul li.tp-order-info-list-desc p span {
  font-size: 15px;
  font-weight: 500;
}
.tp-order-info-list ul li.tp-order-info-list-subtotal span:last-child {
  color: var(--tp-theme-primary);
}
.tp-order-info-list ul li.tp-order-info-list-shipping span input {
  display: none;
}
.tp-order-info-list ul li.tp-order-info-list-shipping span input:checked ~ label::before {
  opacity: 1;
  visibility: visible;
}
.tp-order-info-list ul li.tp-order-info-list-shipping span label {
  font-size: 14px;
  position: relative;
  padding-right: 27px;
}
.tp-order-info-list ul li.tp-order-info-list-shipping span label span {
  color: var(--tp-theme-primary);
}
.tp-order-info-list ul li.tp-order-info-list-shipping span label:hover {
  cursor: pointer;
}
.tp-order-info-list ul li.tp-order-info-list-shipping span label::after {
  position: absolute;
  content: "";
  right: 0;
  top: 2px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 1px solid var(--tp-theme-primary);
  transition: 0.3s;
}
.tp-order-info-list ul li.tp-order-info-list-shipping span label::before {
  position: absolute;
  content: "";
  right: 4px;
  top: 6px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: var(--tp-theme-primary);
  visibility: hidden;
  opacity: 0;
  transition: 0.3s;
}
.tp-order-info-list ul li.tp-order-info-list-total {
  padding: 14px 0;
}
.tp-order-info-list ul li.tp-order-info-list-total span {
  font-size: 16px;
  font-weight: 500;
}
.tp-order-inner {
  background-color: var(--tp-common-white);
  box-shadow: 0px 30px 70px rgba(1, 15, 28, 0.1);
}

.tp-checkout-place {
  background-color: var(--tp-grey-1);
}

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