@charset "UTF-8";
/*-----------------------------------------------------------------------------------

    Template Name: Mindu – College, School & Online Courses
    Author: Theme_Pure
    Support: https://help.themepure.net/support/
    Description: Mindu – College, School & Online Courses
    Version: 1.0

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

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

	-----------------
    01. THEME CSS
	-----------------
		1.1 Common Classe
		1.2 Default Spacing

	-----------------
    02. COMPONENTS css
	-----------------
		2.1 Animations
		2.2 Background
		2.3 Back to top
		2.4 Breadcrumb
		2.5 Buttons
		2.6 Nice Select
		2.7 Preloader
		2.8 Search css start
		2.9 Section Title


	-----------------
    03. HEADER CSS
	-----------------
		3.1 Header Style

    ---------------------------------
	04. MENU CSS
	---------------------------------
		4.1 dropdown menu css
		4.2 Main menu css
		4.3 mobile menu css
		4.4 offcanvas

	---------------------------------
	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


	---------------------------------
	07. PAGES CSS
	---------------------------------
		7.1 about
		7.2 banner
		7.3 brand
		7.4 Cart css
		7.5 Checkout css
		7.6 chose
		7.7 community
		7.8 contact
		7.9 counter
		7.10 course
		7.11 department
		7.12 error
		7.13 faq css start
		7.14 feature
		7.15 hero
		7.16 login
 		7.17 misson
		7.18 product css start
		7.19 service
		7.20 team
		7.21 testimonial
		7.22 video




**********************************************/
/*----------------------------------------*/
/*  1.1 Theme Default
/*----------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&family=Outfit:wght@100..900&display=swap" rel="stylesheet');
.back-to-top-wrapper, a,
button,
p,
input,
select,
textarea,
li,
.transition-3 {
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
}

.tp-product-details-views > span svg {
  -webkit-transform: translateY(-1px);
  -moz-transform: translateY(-1px);
  -ms-transform: translateY(-1px);
  -o-transform: translateY(-1px);
  transform: translateY(-1px);
}

.tp-product-details-action-sm-btn svg, .tp-product-details-wishlist-btn svg {
  -webkit-transform: translateY(-2px);
  -moz-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  -o-transform: translateY(-2px);
  transform: translateY(-2px);
}

:root {
  /**
  @font family declaration
  */
  --tp-ff-body: 'Inter', sans-serif;
  --tp-ff-heading: 'Plus Jakarta Sans', sans-serif;
  --tp-ff-outfit: 'Outfit', sans-serif;
  --tp-ff-fontawesome: "Font Awesome 6 Pro";
  /**
  @color declaration
  */
  --tp-common-white: #ffffff;
  --tp-common-black: #1f242e;
  --tp-common-red: #e52700;
  --tp-grey-1: #56544d;
  --tp-grey-2: #f4f2ee;
  --tp-grey-3: #faf8f1;
  --tp-theme-1: #ff4121;
  --tp-theme-2: #ffca24;
  --tp-border-1: rgba(17, 17, 17, 0.08);
}

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

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

a {
  text-decoration: none;
}

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

h1 {
  font-size: 60px;
}

h2 {
  font-size: 52px;
}

h3 {
  font-size: 40px;
}

h4 {
  font-size: 28px;
}

h5 {
  font-size: 24px;
}

h6 {
  font-size: 20px;
}

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

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

img {
  max-width: 100%;
}

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

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

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

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

button:hover {
  cursor: pointer;
}

button:focus {
  outline: 0;
}

.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}

input[type=text],
input[type=email],
input[type=tel],
input[type=number],
input[type=password],
input[type=url],
textarea {
  outline: none;
  background-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 var(--tp-border-1);
}
input[type=text]::-webkit-input-placeholder,
input[type=email]::-webkit-input-placeholder,
input[type=tel]::-webkit-input-placeholder,
input[type=number]::-webkit-input-placeholder,
input[type=password]::-webkit-input-placeholder,
input[type=url]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: var(--tp-grey-1);
}
input[type=text]::-moz-placeholder,
input[type=email]::-moz-placeholder,
input[type=tel]::-moz-placeholder,
input[type=number]::-moz-placeholder,
input[type=password]::-moz-placeholder,
input[type=url]::-moz-placeholder,
textarea::-moz-placeholder { /* Firefox 19+ */
  color: var(--tp-grey-1);
}
input[type=text]:-moz-placeholder,
input[type=email]:-moz-placeholder,
input[type=tel]:-moz-placeholder,
input[type=number]:-moz-placeholder,
input[type=password]:-moz-placeholder,
input[type=url]:-moz-placeholder,
textarea:-moz-placeholder { /* Firefox 4-18 */
  color: var(--tp-grey-1);
}
input[type=text]:-ms-input-placeholder,
input[type=email]:-ms-input-placeholder,
input[type=tel]:-ms-input-placeholder,
input[type=number]:-ms-input-placeholder,
input[type=password]:-ms-input-placeholder,
input[type=url]:-ms-input-placeholder,
textarea:-ms-input-placeholder { /* IE 10+  Edge*/
  color: var(--tp-grey-1);
}
input[type=text]::placeholder,
input[type=email]::placeholder,
input[type=tel]::placeholder,
input[type=number]::placeholder,
input[type=password]::placeholder,
input[type=url]::placeholder,
textarea::placeholder { /* MODERN BROWSER */
  color: var(--tp-grey-1);
}
[dir=rtl] input[type=text],
[dir=rtl] input[type=email],
[dir=rtl] input[type=tel],
[dir=rtl] input[type=number],
[dir=rtl] input[type=password],
[dir=rtl] input[type=url],
[dir=rtl] textarea {
  text-align: right;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=tel]:focus,
input[type=number]:focus,
input[type=password]:focus,
input[type=url]:focus,
textarea:focus {
  border-color: var(--tp-common-black);
}
input[type=text]:focus::placeholder,
input[type=email]:focus::placeholder,
input[type=tel]:focus::placeholder,
input[type=number]:focus::placeholder,
input[type=password]:focus::placeholder,
input[type=url]:focus::placeholder,
textarea:focus::placeholder {
  opacity: 0;
}

textarea {
  line-height: 1.4;
  padding-top: 17px;
  padding-bottom: 17px;
}

input[type=color] {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: none;
  border: 0;
  cursor: pointer;
  height: 100%;
  width: 100%;
  padding: 0;
  border-radius: 50%;
}

*::-moz-selection {
  background: var(--tp-common-black);
  color: var(--tp-common-white);
  text-shadow: none;
}

::-moz-selection {
  background: var(--tp-common-black);
  color: var(--tp-common-white);
  text-shadow: none;
}

::selection {
  background: var(--tp-common-black);
  color: var(--tp-common-white);
  text-shadow: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.gx-50 {
  --bs-gutter-x: 50px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .gx-50 {
    --bs-gutter-x: 30px;
  }
}

.gx-60 {
  --bs-gutter-x: 60px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .gx-60 {
    --bs-gutter-x: 30px;
  }
}

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

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

.fix {
  overflow: hidden;
}

.clear {
  clear: both;
}

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

.tp-fix {
  overflow-x: hidden;
}

.p-relative {
  position: relative;
}

.p-absolute {
  position: absolute;
}

.p-inherit {
  position: inherit !important;
}

.common-underline {
  background-image: linear-gradient(currentColor, currentColor), linear-gradient(currentColor, currentColor);
  background-size: 0 1px, 0 1px;
  background-position: 100% 100%, 0 100%;
  background-repeat: no-repeat;
  transition: background-size 0.3s linear;
  -webkit-transition: all 0.4s ease 0.3s 0s ease-out;
  -moz-transition: all 0.4s ease 0.3s 0s ease-out;
  -ms-transition: all 0.4s ease 0.3s 0s ease-out;
  -o-transition: all 0.4s ease 0.3s 0s ease-out;
  transition: all 0.4s ease 0.3s 0s ease-out;
}
.common-underline:hover {
  background-image: linear-gradient(currentColor, currentColor), linear-gradient(currentColor, currentColor);
  background-size: 0 1px, 100% 1px;
  background-position: 100% 100%, 0 100%;
  background-repeat: no-repeat;
  transition: background-size 0.3s linear;
  -webkit-transition: all 0.4s ease 0.3s 0s ease-out;
  -moz-transition: all 0.4s ease 0.3s 0s ease-out;
  -ms-transition: all 0.4s ease 0.3s 0s ease-out;
  -o-transition: all 0.4s ease 0.3s 0s ease-out;
  transition: all 0.4s ease 0.3s 0s ease-out;
}

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

.tp-transparent {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 3;
}

.slide-transtion {
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
}

@media (min-width: 1400px) {
  .container-1800 {
    max-width: 1800px;
  }
}
@media (min-width: 1400px) {
  .container-1324 {
    max-width: 1324px;
  }
}
.tp-ff-body {
  font-family: var(--tp-ff-body);
}

.tp-ff-heading {
  font-family: var(--tp-ff-heading);
}

.tp-ff-outfit {
  font-family: var(--tp-ff-outfit);
}

.tp-ff-fontawesome {
  font-family: var(--tp-ff-fontawesome);
}

/* Font weight */
.fw-100 {
  font-weight: 100;
}

.fw-200 {
  font-weight: 200;
}

.fw-300 {
  font-weight: 300;
}

.fw-400 {
  font-weight: 400;
}

.fw-500 {
  font-weight: 500;
}

.fw-600 {
  font-weight: 600;
}

.fw-700 {
  font-weight: 700;
}

.fw-800 {
  font-weight: 800;
}

.fw-900 {
  font-weight: 900;
}

/*---------------------------------
    1.2 Default Spacing
---------------------------------*/
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .pt-170 {
    padding-top: 115px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .pt-165 {
    padding-top: 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), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .pt-160 {
    padding-top: 100px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .pt-155 {
    padding-top: 100px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .pt-150 {
    padding-top: 100px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .pt-145 {
    padding-top: 100px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .pt-140 {
    padding-top: 100px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .pt-135 {
    padding-top: 95px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .pt-130 {
    padding-top: 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), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .pt-125 {
    padding-top: 85px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .pt-120 {
    padding-top: 80px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .pt-115 {
    padding-top: 75px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .pt-110 {
    padding-top: 70px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .pt-105 {
    padding-top: 65px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .pt-100 {
    padding-top: 60px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .pb-170 {
    padding-bottom: 100px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .pb-165 {
    padding-bottom: 100px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .pb-160 {
    padding-bottom: 100px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .pb-155 {
    padding-bottom: 100px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .pb-150 {
    padding-bottom: 100px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .pb-145 {
    padding-bottom: 100px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .pb-140 {
    padding-bottom: 100px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .pb-135 {
    padding-bottom: 95px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .pb-130 {
    padding-bottom: 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), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .pb-125 {
    padding-bottom: 85px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .pb-120 {
    padding-bottom: 80px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .pb-115 {
    padding-bottom: 75px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .pb-110 {
    padding-bottom: 70px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .pb-105 {
    padding-bottom: 65px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .pb-100 {
    padding-bottom: 60px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .pb-95 {
    padding-bottom: 55px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .pb-90 {
    padding-bottom: 50px;
  }
}

/*----------------------------------------*/
/*  2.3 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: 574.98px) {
  .back-to-top-wrapper {
    right: 20px;
    bottom: 20px;
  }
}
.back-to-top-wrapper.back-to-top-btn-show {
  visibility: visible;
  opacity: 1;
  bottom: 50px;
}

.back-to-top-btn {
  display: inline-block;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  background: var(--tp-common-white);
  box-shadow: 0px 8px 16px rgba(3, 4, 28, 0.3);
  color: var(--tp-common-black);
  border-radius: 50%;
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
}
.back-to-top-btn svg {
  -webkit-transform: translateY(-2px);
  -moz-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  -o-transform: translateY(-2px);
  transform: translateY(-2px);
}
.back-to-top-btn:hover {
  -webkit-transform: translateY(-4px);
  -moz-transform: translateY(-4px);
  -ms-transform: translateY(-4px);
  -o-transform: translateY(-4px);
  transform: translateY(-4px);
}

/*----------------------------------------*/
/*  2.5 Buttons
/*----------------------------------------*/
.tp-btn {
  border-radius: 50px;
  padding: 6px 32px 8px 32px;
  background: var(--tp-theme-1);
  font-family: var(--tp-ff-heading);
  font-weight: 600;
  font-size: 16px;
  letter-spacing: -0.02em;
  color: var(--tp-common-white);
  display: inline-flex;
  align-items: center;
}
.tp-btn:hover {
  background: var(--tp-common-red);
  color: var(--tp-common-white);
}
.tp-btn .ml-8 {
  margin-left: 8px;
}
.tp-btn-square {
  border-radius: 12px;
  padding: 14px 32px;
}
.tp-btn-xl {
  padding: 11px 24px 13px 24px;
}
.tp-btn-xxl {
  padding: 11px 31px 13px 31px;
}
.tp-btn-border {
  border: 1px solid rgba(31, 36, 46, 0.2);
  background: transparent;
  color: var(--tp-common-black);
}
.tp-btn-border:hover {
  border-color: var(--tp-theme-1);
}
.tp-btn-transparent {
  background: transparent;
  padding: 0;
}
.tp-btn-transparent:hover {
  color: var(--tp-theme-1);
  background: transparent;
}
.tp-btn-white {
  background: var(--tp-common-white);
  color: var(--tp-common-black);
}
.tp-btn-black {
  background: var(--tp-common-black);
  color: var(--tp-common-white);
}
.tp-btn-grey {
  background: #faf8f1;
  color: var(--tp-common-black);
}

/*----------------------------------------*/
/*  2.1 Animations
/*----------------------------------------*/
@keyframes headerSlideDown {
  0% {
    margin-top: -150px;
  }
  100% {
    margin-top: 0;
  }
}
@keyframes animate-pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.8), 0 0 0 0 rgba(255, 255, 255, 0.8);
  }
  40% {
    box-shadow: 0 0 0 50px rgba(255, 109, 74, 0), 0 0 0 0 rgba(255, 255, 255, 0.8);
  }
  80% {
    box-shadow: 0 0 0 50px rgba(255, 109, 74, 0), 0 0 0 30px rgba(255, 109, 74, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(255, 109, 74, 0), 0 0 0 30px rgba(255, 109, 74, 0);
  }
}
@-webkit-keyframes rotate-infinite {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-moz-keyframes rotate-infinite {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-ms-keyframes rotate-infinite {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes rotate-infinite {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.rotate-infinite {
  -webkit-animation: rotate-infinite 15s linear infinite;
  animation: rotate-infinite 15s linear infinite;
}

@keyframes dash {
  to {
    stroke-dashoffset: 0px;
    stroke-dasharray: 3000;
  }
}
@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: 36% 64% 41% 59%/54% 41% 59% 46%;
    transform: translate3d(1px, 5px, 2px) 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(-1px, -3px, -2px) rotateZ(0.01deg);
  }
}
@-webkit-keyframes video-border {
  0% {
    transform: translate(-50%, -50%) scale(0.9);
  }
  60% {
    opacity: 1;
  }
  100% {
    transform: translate(-50%, -50%) scale(2);
    opacity: 0;
  }
}
@-moz-keyframes video-border {
  0% {
    transform: translate(-50%, -50%) scale(0.9);
  }
  60% {
    opacity: 1;
  }
  100% {
    transform: translate(-50%, -50%) scale(2);
    opacity: 0;
  }
}
@-ms-keyframes video-border {
  0% {
    transform: translate(-50%, -50%) scale(0.9);
  }
  60% {
    opacity: 1;
  }
  100% {
    transform: translate(-50%, -50%) scale(2);
    opacity: 0;
  }
}
@keyframes video-border {
  0% {
    transform: translate(-50%, -50%) scale(0.9);
  }
  60% {
    opacity: 1;
  }
  100% {
    transform: translate(-50%, -50%) scale(2);
    opacity: 0;
  }
}
@keyframes upslide {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-20px);
  }
  60% {
    transform: translateY(-10px);
  }
}
.upslide {
  animation: upslide 4s linear forwards infinite alternate;
}

@keyframes page-0 {
  4% {
    transform: rotateZ(0deg) translateX(-18px);
  }
  13%, 54% {
    transform: rotateZ(180deg) translateX(-18px);
  }
  63% {
    transform: rotateZ(0deg) translateX(-18px);
  }
}
@keyframes page-1 {
  6% {
    transform: rotateZ(0deg) translateX(-18px);
  }
  15%, 56% {
    transform: rotateZ(180deg) translateX(-18px);
  }
  65% {
    transform: rotateZ(0deg) translateX(-18px);
  }
}
@keyframes page-2 {
  8% {
    transform: rotateZ(0deg) translateX(-18px);
  }
  16%, 58% {
    transform: rotateZ(180deg) translateX(-18px);
  }
  66% {
    transform: rotateZ(0deg) translateX(-18px);
  }
}
@keyframes page-3 {
  10% {
    transform: rotateZ(0deg) translateX(-18px);
  }
  18%, 60% {
    transform: rotateZ(180deg) translateX(-18px);
  }
  68% {
    transform: rotateZ(0deg) translateX(-18px);
  }
}
@keyframes page-4 {
  11% {
    transform: rotateZ(0deg) translateX(-18px);
  }
  20%, 61% {
    transform: rotateZ(180deg) translateX(-18px);
  }
  70% {
    transform: rotateZ(0deg) translateX(-18px);
  }
}
@keyframes page-5 {
  13% {
    transform: rotateZ(0deg) translateX(-18px);
  }
  22%, 63% {
    transform: rotateZ(180deg) translateX(-18px);
  }
  72% {
    transform: rotateZ(0deg) translateX(-18px);
  }
}
@keyframes page-6 {
  15% {
    transform: rotateZ(0deg) translateX(-18px);
  }
  23%, 65% {
    transform: rotateZ(180deg) translateX(-18px);
  }
  73% {
    transform: rotateZ(0deg) translateX(-18px);
  }
}
@keyframes page-7 {
  17% {
    transform: rotateZ(0deg) translateX(-18px);
  }
  25%, 67% {
    transform: rotateZ(180deg) translateX(-18px);
  }
  75% {
    transform: rotateZ(0deg) translateX(-18px);
  }
}
@keyframes page-8 {
  19% {
    transform: rotateZ(0deg) translateX(-18px);
  }
  27%, 69% {
    transform: rotateZ(180deg) translateX(-18px);
  }
  77% {
    transform: rotateZ(0deg) translateX(-18px);
  }
}
@keyframes page-9 {
  21% {
    transform: rotateZ(0deg) translateX(-18px);
  }
  29%, 71% {
    transform: rotateZ(180deg) translateX(-18px);
  }
  79% {
    transform: rotateZ(0deg) translateX(-18px);
  }
}
@keyframes page-10 {
  23% {
    transform: rotateZ(0deg) translateX(-18px);
  }
  30%, 73% {
    transform: rotateZ(180deg) translateX(-18px);
  }
  80% {
    transform: rotateZ(0deg) translateX(-18px);
  }
}
@keyframes page-11 {
  24% {
    transform: rotateZ(0deg) translateX(-18px);
  }
  32%, 74% {
    transform: rotateZ(180deg) translateX(-18px);
  }
  82% {
    transform: rotateZ(0deg) translateX(-18px);
  }
}
@keyframes page-12 {
  26% {
    transform: rotateZ(0deg) translateX(-18px);
  }
  34%, 76% {
    transform: rotateZ(180deg) translateX(-18px);
  }
  84% {
    transform: rotateZ(0deg) translateX(-18px);
  }
}
@keyframes page-13 {
  28% {
    transform: rotateZ(0deg) translateX(-18px);
  }
  36%, 78% {
    transform: rotateZ(180deg) translateX(-18px);
  }
  86% {
    transform: rotateZ(0deg) translateX(-18px);
  }
}
@keyframes page-14 {
  30% {
    transform: rotateZ(0deg) translateX(-18px);
  }
  37%, 80% {
    transform: rotateZ(180deg) translateX(-18px);
  }
  87% {
    transform: rotateZ(0deg) translateX(-18px);
  }
}
@keyframes page-15 {
  32% {
    transform: rotateZ(0deg) translateX(-18px);
  }
  39%, 82% {
    transform: rotateZ(180deg) translateX(-18px);
  }
  89% {
    transform: rotateZ(0deg) translateX(-18px);
  }
}
@keyframes page-16 {
  34% {
    transform: rotateZ(0deg) translateX(-18px);
  }
  41%, 84% {
    transform: rotateZ(180deg) translateX(-18px);
  }
  91% {
    transform: rotateZ(0deg) translateX(-18px);
  }
}
@keyframes page-17 {
  36% {
    transform: rotateZ(0deg) translateX(-18px);
  }
  43%, 86% {
    transform: rotateZ(180deg) translateX(-18px);
  }
  93% {
    transform: rotateZ(0deg) translateX(-18px);
  }
}
@keyframes page-18 {
  37% {
    transform: rotateZ(0deg) translateX(-18px);
  }
  44%, 87% {
    transform: rotateZ(180deg) translateX(-18px);
  }
  94% {
    transform: rotateZ(0deg) translateX(-18px);
  }
}
@keyframes left {
  4% {
    transform: rotateZ(90deg);
  }
  10%, 40% {
    transform: rotateZ(0deg);
  }
  46%, 54% {
    transform: rotateZ(90deg);
  }
  60%, 90% {
    transform: rotateZ(0deg);
  }
  96% {
    transform: rotateZ(90deg);
  }
}
@keyframes right {
  4% {
    transform: rotateZ(-90deg);
  }
  10%, 40% {
    transform: rotateZ(0deg);
  }
  46%, 54% {
    transform: rotateZ(-90deg);
  }
  60%, 90% {
    transform: rotateZ(0deg);
  }
  96% {
    transform: rotateZ(-90deg);
  }
}
@keyframes book {
  4% {
    transform: rotateZ(-90deg);
  }
  10%, 40% {
    transform: rotateZ(0deg);
    transform-origin: 2px 2px;
  }
  40.01%, 59.99% {
    transform-origin: 30px 2px;
  }
  46%, 54% {
    transform: rotateZ(90deg);
  }
  60%, 90% {
    transform: rotateZ(0deg);
    transform-origin: 2px 2px;
  }
  96% {
    transform: rotateZ(-90deg);
  }
}
/*----------------------------------------*/
/*  2.7 Preloader
/*----------------------------------------*/
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--tp-common-white);
}

.book {
  --duration: 6.8s;
  width: 32px;
  height: 12px;
  position: relative;
  margin: 32px 0 0 0;
  zoom: 1.5;
}
.book .inner {
  width: 32px;
  height: 12px;
  position: relative;
  transform-origin: 2px 2px;
  transform: rotateZ(-90deg);
  animation: book var(--duration) ease infinite;
}
.book .inner .left,
.book .inner .right {
  width: 60px;
  height: 4px;
  top: 0;
  border-radius: 2px;
  background: var(--tp-theme-1);
  position: absolute;
}
.book .inner .left:before,
.book .inner .right:before {
  content: "";
  width: 48px;
  height: 4px;
  border-radius: 2px;
  background: inherit;
  position: absolute;
  top: -10px;
  left: 6px;
}
.book .inner .left {
  right: 28px;
  transform-origin: 58px 2px;
  transform: rotateZ(90deg);
  animation: left var(--duration) ease infinite;
}
.book .inner .right {
  left: 28px;
  transform-origin: 2px 2px;
  transform: rotateZ(-90deg);
  animation: right var(--duration) ease infinite;
}
.book .inner .middle {
  width: 32px;
  height: 12px;
  border: 4px solid var(--tp-theme-1);
  border-top: 0;
  border-radius: 0 0 9px 9px;
  transform: translateY(2px);
}
.book ul {
  margin: 0;
  padding: 0;
  list-style: none;
  position: absolute;
  left: 50%;
  top: 0;
}
.book ul li {
  height: 4px;
  border-radius: 2px;
  transform-origin: 100% 2px;
  width: 48px;
  right: 0;
  top: -10px;
  position: absolute;
  background: var(--tp-theme-1);
  transform: rotateZ(0deg) translateX(-18px);
  animation-duration: var(--duration);
  animation-timing-function: ease;
  animation-iteration-count: infinite;
}
.book ul li:nth-child(0) {
  animation-name: page-0;
}
.book ul li:nth-child(1) {
  animation-name: page-1;
}
.book ul li:nth-child(2) {
  animation-name: page-2;
}
.book ul li:nth-child(3) {
  animation-name: page-3;
}
.book ul li:nth-child(4) {
  animation-name: page-4;
}
.book ul li:nth-child(5) {
  animation-name: page-5;
}
.book ul li:nth-child(6) {
  animation-name: page-6;
}
.book ul li:nth-child(7) {
  animation-name: page-7;
}
.book ul li:nth-child(8) {
  animation-name: page-8;
}
.book ul li:nth-child(9) {
  animation-name: page-9;
}
.book ul li:nth-child(10) {
  animation-name: page-10;
}
.book ul li:nth-child(11) {
  animation-name: page-11;
}
.book ul li:nth-child(12) {
  animation-name: page-12;
}
.book ul li:nth-child(13) {
  animation-name: page-13;
}
.book ul li:nth-child(14) {
  animation-name: page-14;
}
.book ul li:nth-child(15) {
  animation-name: page-15;
}
.book ul li:nth-child(16) {
  animation-name: page-16;
}
.book ul li:nth-child(17) {
  animation-name: page-17;
}
.book ul li:nth-child(18) {
  animation-name: page-18;
}

/*----------------------------------------*/
/*  2.2 Background
/*----------------------------------------*/
.body-bg {
  background: #fbf9f5;
}

.body-bg-2 {
  background: #f4f2ee;
}

.body-bg-3 {
  background: #fffdf9;
}

.bg-grey-4 {
  background: #faf8f1;
}

/*----------------------------------------*/
/*  2.6 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: 12px 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  -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: 30px;
  list-style: none;
  min-height: 30px;
  outline: none;
  padding-left: 18px;
  padding-right: 29px;
  text-align: left;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.nice-select .option.selected {
  color: var(--tp-theme-1);
}
.nice-select .option.disabled {
  background-color: transparent;
  color: #999;
  cursor: default;
}
.nice-select .option:hover {
  color: var(--tp-theme-1);
}

.no-csspointerevents .nice-select .list {
  display: none;
}

.no-csspointerevents .nice-select.open .list {
  display: block;
}

/*----------------------------------------*/
/*  2.4 Breadcrumb
/*----------------------------------------*/
.tp-breadcrumb-bg {
  padding-top: 135px;
  padding-bottom: 150px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .tp-breadcrumb-bg {
    padding-top: 120px;
  }
}
@media (max-width: 574.98px) {
  .tp-breadcrumb-bg {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
.tp-breadcrumb-bg:before {
  content: "";
  background: rgba(18, 18, 20, 0.32);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
}
.tp-breadcrumb-title {
  font-size: 52px;
  letter-spacing: -0.02em;
  color: var(--tp-common-white);
  text-shadow: 0 8px 8px 0 rgba(0, 0, 0, 0.05);
}
@media (max-width: 574.98px) {
  .tp-breadcrumb-title {
    font-size: 42px;
  }
}
.tp-breadcrumb-thumb img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
  object-fit: cover;
}
.tp-breadcrumb-list {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  backdrop-filter: blur(10px);
  background: rgba(0, 0, 0, 0.16);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 50px;
  padding: 11px 20px 9px 20px;
}
.tp-breadcrumb-list span {
  font-family: var(--tp-ff-heading);
  font-weight: 700;
  font-size: 16px;
  color: var(--tp-common-white);
  line-height: 1;
}
.tp-breadcrumb-list span svg {
  transform: translateY(-1px);
}
.tp-breadcrumb-list a {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  line-height: 1;
}
.tp-breadcrumb-list a:hover {
  color: var(--tp-theme-1);
}
.tp-breadcrumb-list a:hover path:nth-child(2) {
  color: var(--tp-common-white);
}
.tp-breadcrumb-list a path:nth-child(2) {
  color: var(--tp-common-black);
  transition: all 0.4s ease;
}
.tp-breadcrumb-2 {
  padding: 74px 100px 0px 190px;
  border-radius: 32px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-breadcrumb-2 {
    padding: 74px 30px 0px 30px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .tp-breadcrumb-2 {
    padding: 0px 30px 0px 30px;
  }
}
.tp-breadcrumb-2-content {
  padding-top: 60px;
  padding-bottom: 130px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .tp-breadcrumb-2-content {
    padding-bottom: 70px;
  }
}
.tp-breadcrumb-2-shape {
  position: absolute;
  top: 0;
  left: 90px;
}
@media (max-width: 574.98px) {
  .tp-breadcrumb-2-shape {
    left: 10px;
  }
}
.tp-breadcrumb-2 .tp-breadcrumb-list {
  background: transparent;
  border: 1px solid rgba(31, 36, 46, 0.1);
}
.tp-breadcrumb-2 .tp-breadcrumb-list span {
  color: var(--tp-common-black);
}
.tp-breadcrumb-2 .tp-breadcrumb-list a path:nth-child(2) {
  color: var(--tp-common-white);
}
.tp-breadcrumb-3 {
  padding: 152px 0 140px 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: 574.98px) {
  .tp-breadcrumb-3 {
    padding: 100px 0 100px 0;
  }
}
.tp-breadcrumb-3-shape {
  position: absolute;
  top: 170px;
  left: 185px;
}
.tp-breadcrumb-3-shape-2 {
  position: absolute;
  top: 53px;
  right: 0;
}
.tp-breadcrumb-3-shape-3 {
  position: absolute;
  bottom: 60px;
  right: 25%;
}
.tp-breadcrumb-4 {
  padding-bottom: 110px;
}
@media (max-width: 574.98px) {
  .tp-breadcrumb-4 {
    padding-top: 120px;
  }
}
.tp-breadcrumb-4 .tp-breadcrumb-3-shape-3 {
  bottom: 120px;
}
.tp-breadcrumb-5-list span {
  font-size: 14px;
  color: var(--tp-common-black);
}
.tp-breadcrumb-5-list span a {
  color: #56544d;
}
.tp-breadcrumb-5-list span a:hover {
  color: var(--tp-theme-1);
}
.tp-breadcrumb-5-list span a span {
  position: relative;
  padding-right: 10px;
  transition: all 0.4s ease;
  margin-right: 10px;
}
.tp-breadcrumb-5-list span a span:hover {
  color: var(--tp-theme-1);
}
.tp-breadcrumb-5-list span a span svg {
  transform: translateY(-1px);
}
.tp-breadcrumb-5-list span a span::before {
  position: absolute;
  content: "";
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 16px;
  background-color: #adaeb2;
}
.tp-breadcrumb-6-bg {
  background: #f5f5f5;
  padding: 12px 0px;
}

/*----------------------------------------*/
/*  2.9 Section Title
/*----------------------------------------*/
.tp-section-subtitle {
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  color: var(--tp-common-black);
}
.tp-section-subtitle span {
  display: inline-block;
  transform: translateY(-2px);
  color: var(--tp-theme-1);
}
.tp-section-subtitle.text-red {
  color: var(--tp-theme-1);
}
.tp-section-title {
  font-weight: 700;
  font-size: 52px;
  line-height: 119%;
  letter-spacing: -0.01em;
}
@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-section-title {
    font-size: 44px;
  }
}
@media (max-width: 574.98px) {
  .tp-section-title {
    font-size: 38px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .tp-section-title br {
    display: none;
  }
}
.tp-section-title.fs-42 {
  font-size: 42px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .tp-section-dec br {
    display: none;
  }
}
.tp-section-3-subtitle {
  position: relative;
  padding-left: 32px;
}
.tp-section-3-subtitle::before {
  position: absolute;
  content: "";
  width: 24px;
  height: 1px;
  background: var(--tp-theme-1);
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

/*----------------------------------------*/
/*  2.8 Search css start
/*----------------------------------------*/
.tp-search-form-toggle {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: var(--tp-common-white);
  z-index: 100;
  padding-top: 70px;
  padding-bottom: 100px;
  opacity: 0;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  -webkit-transform: translateY(calc(-100% - 80px));
  -ms-transform: translateY(calc(-100% - 80px));
  transform: translateY(calc(-100% - 80px));
  -webkit-transition: opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
  z-index: 9999;
}
.tp-search-form-toggle.active {
  opacity: 1;
  -webkit-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.tp-search-form-toggle.active .tp-search-form-input {
  transform: translateY(0px);
  opacity: 1;
  transition-delay: 0.3s;
}
.tp-search-form-icon {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 22px;
  color: var(--tp-common-black);
}
.tp-search-form-icon:hover {
  color: var(--tp-theme-1);
}
.tp-search-form-input {
  position: relative;
  height: 52px;
  transform: translateY(-40px);
  transition: all 0.3s ease-in-out;
  transition-delay: 0.5s;
  opacity: 0;
}
.tp-search-form-input input {
  width: 100%;
  height: 100%;
  background-color: transparent;
  border: 0;
  outline: 0;
  font-size: 18px;
  font-weight: 500;
  color: var(--tp-common-black);
  border-bottom: 1px solid rgba(98, 0, 53, 0.1);
  padding: 0;
  padding-right: 30px;
}
.tp-search-form-input input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  font-size: 18px;
  color: var(--tp-grey-1);
}
.tp-search-form-input input::-moz-placeholder { /* Firefox 19+ */
  font-size: 18px;
  color: var(--tp-grey-1);
}
.tp-search-form-input input:-moz-placeholder { /* Firefox 4-18 */
  font-size: 18px;
  color: var(--tp-grey-1);
}
.tp-search-form-input input:-ms-input-placeholder { /* IE 10+  Edge*/
  font-size: 18px;
  color: var(--tp-grey-1);
}
.tp-search-form-input input::placeholder { /* MODERN BROWSER */
  font-size: 18px;
  color: var(--tp-grey-1);
}
.tp-search-form-input input ~ .tp-search-focus-border {
  position: absolute;
  bottom: 0;
  left: auto;
  right: 0;
  width: 0;
  height: 1px;
  background-color: var(--tp-common-black);
  transition: all 0.5s;
}
.tp-search-form-input input:focus {
  border-color: transparent;
}
.tp-search-form-input input:focus ~ .tp-search-focus-border {
  width: 100%;
  left: 0;
  right: auto;
  transition: all 0.8s;
}
.tp-search-close {
  color: var(--tp-common-black);
  font-size: 40px;
  transition: all 0.3s ease;
}
.tp-search-close:hover {
  color: var(--tp-theme-1);
  transform: rotate(180deg);
}
.tp-search-body-overlay {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(24, 24, 24, 0.5);
  z-index: 99;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
  -webkit-transform: translateY(calc(-100% - 80px));
  -ms-transform: translateY(calc(-100% - 80px));
  transform: translateY(calc(-100% - 80px));
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.tp-search-body-overlay.active {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

/* HEADER CSS */
/*----------------------------------------*/
/*  3.1 Header Style
/*----------------------------------------*/
.tp-header-bg {
  border-radius: 4px;
  box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.2);
  background: linear-gradient(360deg, rgba(0, 0, 0, 0.06) 0%, rgba(102, 102, 102, 0.06) 100%);
}
.tp-header-search {
  width: 40px;
  height: 40px;
  border-radius: 50px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: var(--tp-common-white);
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 0 0 auto;
}
.tp-header-search:hover {
  background: var(--tp-theme-1);
  border-color: var(--tp-theme-1);
}
.tp-header-toogle {
  background: var(--tp-theme-1);
  color: var(--tp-common-white);
  padding: 10px 14px;
  font-size: 20px;
  border-radius: 100px;
}
.tp-header-toogle:hover {
  background: var(--tp-common-red);
  color: var(--tp-common-white);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .tp-header-lg-spacing {
    padding: 15px 0;
  }
}
.tp-header-top-info span {
  font-weight: 500;
  font-size: 13px;
  letter-spacing: -0.01em;
  color: var(--tp-grey-1);
}
.tp-header-top-info span a:hover {
  color: var(--tp-theme-1);
}
.tp-header-top-info span svg {
  color: var(--tp-common-black);
  margin-right: 2px;
  transform: translateY(-1px);
}
.tp-header-top-spacing {
  padding: 7px 0;
}
.tp-header-menu-item {
  position: relative;
}
.tp-header-menu-item > span {
  position: relative;
  display: inline-block;
  font-weight: 500;
  font-size: 13px;
  color: var(--tp-grey-1);
  padding-right: 20px;
}
.tp-header-menu-item > span::after {
  position: absolute;
  content: "\f107";
  font-family: var(--tp-ff-fontawesome);
  margin-left: 7px;
}
.tp-header-menu-item > span:hover {
  cursor: pointer;
}
.tp-header-menu-item ul {
  position: absolute;
  top: 125%;
  right: 0;
  z-index: 4;
  background-color: var(--tp-common-white);
  padding: 10px 32px 11px 18px;
  visibility: hidden;
  opacity: 0;
  min-width: max-content;
  border-radius: 4px;
  -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;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
.tp-header-menu-item ul.tp-header-list-open, .tp-header-menu-item ul.tp-header-currency-list-open {
  top: 100%;
  visibility: visible;
  opacity: 1;
}
.tp-header-menu-item ul li {
  list-style: none;
}
.tp-header-menu-item ul li a {
  font-size: 14px;
  color: var(--tp-common-black);
}
.tp-header-menu-item ul li a:hover {
  color: var(--tp-theme-1);
}
.tp-header-menu-item ul li a i {
  margin-right: 3px;
}
.tp-header-menu-item ul li a img {
  width: 20px;
  border-radius: 100px;
  margin-right: 6px;
}
.tp-header-currency ul li:not(:last-child) {
  margin-bottom: 7px;
}
.tp-header-currency-toggle img {
  width: 20px;
  margin-right: 3px;
  border-radius: 100px;
}
@media (max-width: 574.98px) {
  .tp-header-logo {
    margin-right: 0;
  }
}
.tp-header-phone {
  font-size: 16px;
  letter-spacing: -0.02em;
  color: var(--tp-common-black);
}
.tp-header-phone svg {
  margin-right: 3px;
}
.tp-header-phone:hover {
  color: var(--tp-theme-1);
}
.tp-header-cart {
  color: var(--tp-common-black);
}
.tp-header-cart:hover {
  color: var(--tp-theme-1);
}
@media (max-width: 574.98px) {
  .tp-header-cart {
    margin-right: 20px;
  }
}
.tp-header-cart span {
  width: 22px;
  height: 22px;
  background: var(--tp-theme-1);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  font-size: 12px;
  position: absolute;
  color: var(--tp-common-white);
  top: -7px;
  right: -12px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .tp-header-2-spacing {
    padding: 17px 0;
  }
}
.tp-header-2-option .tp-header-search {
  border-color: rgba(31, 36, 46, 0.1);
  color: var(--tp-common-black);
}
.tp-header-2-option .tp-header-search:hover {
  color: var(--tp-common-white);
}
.tp-header-2-option .tp-btn {
  padding: 9px 31px 11px 31px;
}
.tp-header-2-option .tp-header-search {
  width: 46px;
  height: 46px;
}
.tp-header-3-border {
  border-bottom: 1px solid rgba(31, 36, 46, 0.1);
}

/*----------------------------------------*/
/*  4.2 Main menu css
/*----------------------------------------*/
.tp-main-menu nav ul li {
  list-style-type: none;
  display: inline-block;
  white-space: nowrap;
  text-align: left;
}
.tp-main-menu nav ul li:not(:last-child) {
  margin-right: 35px;
}
.tp-main-menu nav ul li:hover > a {
  color: var(--tp-theme-1);
}
.tp-main-menu nav ul li a {
  font-weight: 500;
  font-size: 15px;
  color: var(--tp-common-white);
  padding: 24px 0;
  display: inline-block;
  line-height: 1;
}
.tp-main-menu-2 nav ul li a {
  color: var(--tp-common-black);
  font-size: 16px;
  text-transform: capitalize;
  padding: 31px 0;
}

.header-sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  opacity: 1;
  width: 100%;
  z-index: 10;
  visibility: visible;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 2px 6px 0 rgba(19, 19, 22, 0.08);
  animation: 0.95s ease 0s normal forwards 1 running headerSlideDown;
  -webkit-animation: 0.95s ease 0s normal forwards 1 running headerSlideDown;
}
.header-sticky .tp-main-menu > nav > ul > li > a {
  padding: 22px 0;
}
.header-sticky.tp-transparent .tp-main-menu nav ul li a {
  color: var(--tp-common-black);
}
.header-sticky.tp-transparent .tp-main-menu nav ul li a:hover {
  color: var(--tp-theme-1);
}
.header-sticky.tp-transparent .tp-header-search {
  border: 1px solid rgba(0, 0, 0, 0.2);
  color: var(--tp-common-black);
}
.header-sticky.tp-transparent .tp-header-search:hover {
  color: var(--tp-common-white);
  border-color: var(--tp-theme-1);
}
.header-sticky.tp-header-blur::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(40px);
  z-index: -1;
}
.header-sticky .tp-header-logo .logo-1 {
  display: none;
}
.header-sticky .tp-header-logo .logo-2 {
  display: block !important;
}

/*----------------------------------------*/
/*  4.1 dropdown menu css
/*----------------------------------------*/
.tp-menu-dropdown nav ul li {
  position: relative;
}
.tp-menu-dropdown nav ul li.has-dropdown > a {
  position: relative;
}
.tp-menu-dropdown nav ul li.has-dropdown > a::after {
  position: absolute;
  top: 42%;
  right: -15px;
  display: block;
  content: "";
  height: 8px;
  width: 8px;
  -webkit-transform-origin: 66% 66%;
  -ms-transform-origin: 66% 66%;
  transform-origin: 66% 66%;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  border-bottom: 1.3px solid currentColor;
  border-right: 1.3px solid currentColor;
}
.tp-menu-dropdown nav ul li.active > a {
  color: var(--tp-theme-1);
}
.tp-menu-dropdown nav ul li.active > a::after {
  transform: rotate(-135deg);
  color: var(--tp-theme-1);
}
.tp-menu-dropdown nav ul li:hover.has-dropdown a::after {
  transform: rotate(-135deg);
  color: var(--tp-theme-1);
}
.tp-menu-dropdown nav ul li:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.tp-menu-dropdown nav ul li .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  transform: translateY(10px);
  background: var(--tp-common-white);
  width: 220px;
  padding: 18px 0;
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
  opacity: 0;
  visibility: hidden;
  border-radius: 6px;
  z-index: 9;
  box-shadow: 0 20px 30px rgba(3, 4, 28, 0.1);
}
.tp-menu-dropdown nav ul li .sub-menu li {
  margin-right: 0px;
  display: block;
}
.tp-menu-dropdown nav ul li .sub-menu li a {
  padding: 10px 28px;
  display: block;
  text-transform: capitalize;
  color: var(--tp-common-black);
}
.tp-menu-dropdown nav ul li .sub-menu li a:hover {
  color: var(--tp-theme-1);
}
.tp-menu-dropdown nav ul li .sub-menu li .sub-menu {
  left: 100%;
  top: 0;
  transform: translateX(10px);
}
.tp-menu-dropdown nav ul li .sub-menu li.menu-item-has-children:hover > a:after {
  transform: rotate(0deg);
  color: var(--tp-theme-1);
}
.tp-menu-dropdown nav ul li .sub-menu li.menu-item-has-children > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.tp-menu-dropdown nav ul li .sub-menu li.menu-item-has-children > a:after {
  content: "\f107";
  font-size: 16px;
  font-weight: 400;
  margin-left: 2px;
  color: var(--tp-common-black);
  display: inline-block;
  transform: rotate(-90deg);
  transition: all 0.3s 0s ease-out;
  font-family: var(--tp-ff-fontawesome);
}
.tp-menu-dropdown nav ul li .sub-menu li:hover > .sub-menu {
  transform: translateX(0);
}

/*----------------------------------------*/
/*  4.3 mobile menu css
/*----------------------------------------*/
.tp-offcanvas-menu ul li {
  list-style: none;
  position: relative;
}
.tp-offcanvas-menu ul li:last-child a {
  border: 0;
}
.tp-offcanvas-menu ul li a {
  font-size: 15px;
  font-weight: 500;
  display: block;
  padding: 8px 0;
  color: var(--tp-common-black);
  border-bottom: 1px solid #ddd;
}
.tp-offcanvas-menu ul li.active > a {
  color: var(--tp-theme-1);
}
.tp-offcanvas-menu ul li.active > button.tp-sidemenu-close i {
  transform: rotate(90deg);
}
.tp-offcanvas-menu ul li .sub-menu {
  margin-left: 20px;
  display: none;
}

.tp-sidemenu-close {
  position: absolute;
  right: 0;
  top: 5px;
  border: 1px solid #ddd;
  font-size: 12px;
  width: 30px;
  height: 30px;
}
.tp-sidemenu-close i {
  transition: 0.3s;
}

/*----------------------------------------*/
/*  4.4 offcanvas
/*----------------------------------------*/
.tp-offcanvas {
  position: fixed;
  right: 0;
  z-index: 99;
  top: 0;
  width: 400px;
  background: var(--tp-common-white);
  padding: 50px 40px;
  height: 100%;
  overflow-y: scroll;
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
  transition: all 0.3s ease-out 0s;
}
.tp-offcanvas-open {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
@media (max-width: 574.98px) {
  .tp-offcanvas {
    width: 100%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-offcanvas {
    width: 400px;
  }
}
.tp-offcanvas-overlay {
  position: fixed;
  height: 100%;
  width: 100%;
  background: #000;
  z-index: 15;
  opacity: 0;
  transition: 0.3s;
  visibility: hidden;
}
.tp-offcanvas-overlay-open {
  opacity: 0.4;
  visibility: visible;
}
.tp-offcanvas-overlay.apply {
  opacity: 0.4;
  visibility: visible;
}
.tp-offcanvas-overlay.opened {
  opacity: 0.4;
  visibility: visible;
}
.tp-offcanvas-overlay:hover {
  cursor: url(../img/cross-out.png), pointer;
}
.tp-offcanvas-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.tp-offcanvas .tp-header-search .tp-input {
  width: 100%;
}
.tp-offcanvas-close-button {
  font-size: 28px;
  color: var(--tp-common-black);
}
.tp-offcanvas-close-button:hover {
  color: var(--tp-theme-1);
}
.tp-offcanvas-gallery {
  display: grid;
  grid-gap: 10px;
  grid-template-columns: auto auto auto auto;
}
.tp-offcanvas-gallery img {
  width: 80px;
  height: 80px;
  object-fit: cover;
}
@media (max-width: 574.98px) {
  .tp-offcanvas-gallery img {
    width: 60px;
    height: 60px;
  }
}
.tp-offcanvas-title {
  font-size: 28px;
}
.tp-offcanvas-info span {
  display: block;
  margin-bottom: 4px;
  font-size: 16px;
}
.tp-offcanvas-info span a:hover {
  color: var(--tp-theme-1);
}
.tp-offcanvas-social-inner {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 5px;
}
.tp-offcanvas-social a {
  border: 1px solid rgba(7, 21, 22, 0.1);
  width: 44px;
  height: 44px;
  border-radius: 100%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: var(--tp-common-black);
}
.tp-offcanvas-social a:hover {
  background: var(--tp-theme-1);
  color: var(--tp-common-white);
}

/*----------------------------------------*/
/*  5.2 Postbox css
/*----------------------------------------*/
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .postbox-wrapper {
    margin-right: 0;
  }
}
.postbox-video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 2;
}
.postbox-video a {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 70px;
  width: 70px;
  line-height: 70px;
  text-align: center;
  display: inline-block;
  border-radius: 100%;
  background-color: #fcfcfc;
  box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.3);
}
.postbox-video a::after {
  position: absolute;
  content: "";
  left: 50%;
  top: 50%;
  width: 90%;
  height: 90%;
  transform: scale(1);
  border: 1px solid var(--tp-common-white);
  animation: video-border 1.5s linear infinite;
  border-radius: 50%;
}
.postbox-overly {
  z-index: 1;
}
.postbox-overly:before {
  position: absolute;
  content: "";
  background: rgba(0, 0, 0, 0.4);
  height: 100%;
  width: 100%;
  z-index: 1;
}
.postbox-gallery-navigation button {
  position: absolute;
  top: 50%;
  left: 32px;
  transform: translateY(-50%);
  z-index: 3;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 25px;
  height: 50px;
  width: 50px;
  backdrop-filter: blur(20px);
  background: rgba(0, 0, 0, 0.05);
  border-radius: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--tp-common-white);
}
.postbox-gallery-navigation button:hover {
  color: var(--tp-common-white);
  background-color: var(--tp-theme-1);
}
.postbox-gallery-navigation button.postbox-gallery-arrow-next {
  left: auto;
  right: 32px;
}
.postbox-qoute-box {
  position: relative;
  padding: 67px 62px;
  border-radius: 16px;
  background-color: var(--tp-grey-3);
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .postbox-qoute-box {
    padding: 30px;
    flex-wrap: wrap;
  }
}
.postbox-qoute-title {
  margin: 0;
  font-size: 38px;
  font-weight: 600;
  line-height: 44px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .postbox-qoute-title {
    font-size: 28px;
  }
}
.postbox-qoute-subtitle {
  font-weight: 500;
  font-size: 15px;
  color: var(--tp-common-black);
}
.postbox-qoute-icon {
  margin-right: 34px;
}
@media (max-width: 574.98px) {
  .postbox-qoute-icon {
    margin-bottom: 10px;
  }
}
.postbox-qoute-shape {
  position: absolute;
  bottom: 0;
  right: 45px;
}
.postbox-comment-box {
  padding-bottom: 47px;
  margin-bottom: 40px;
  border-bottom: 1px solid #dce0ec;
}
.postbox-comment ul li {
  list-style: none;
}
.postbox-comment ul .children {
  padding-left: 100px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .postbox-comment ul .children {
    padding-left: 0;
  }
}
.postbox-comment-name {
  margin-bottom: 15px;
}
.postbox-comment-name h2 {
  font-size: 18px;
  font-family: var(--tp-ff-body);
  margin-bottom: 0;
}
.postbox-comment-name span {
  font-size: 14px;
  font-weight: 500;
  color: #6c7275;
}
.postbox-comment-reply a {
  font-weight: 400;
  font-size: 15px;
  color: #031f42;
  padding: 4px 14px;
  border-radius: 100px;
  border: 1px solid #e6e8f0;
  box-shadow: 0 1px 1px 0 rgba(48, 54, 81, 0.06);
}
.postbox-comment-reply a svg {
  display: inline-block;
  margin-right: 5px;
  transform: translateY(-2px);
}
.postbox-comment-reply a:hover {
  color: var(--tp-common-white);
  background-color: var(--tp-theme-1);
  border: 1px solid var(--tp-theme-1);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .postbox-comment-text p br {
    display: none;
  }
}
.postbox-comment-info {
  flex: 0 0 auto;
}
.postbox-comment-avater img {
  width: 50px;
  border-radius: 100px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .postbox-comment-from {
    margin-bottom: 30px;
  }
}
.postbox-comment-from .contact-input-form label {
  font-size: 14px;
  font-weight: 500;
}
.postbox-comment-from .contact-input-remeber label {
  font-size: 15px;
  font-weight: 300;
}
.postbox-comment-from .contact-input-remeber label::after {
  top: 4px;
}
.postbox-comment-from .contact-input-remeber label::before {
  top: 4px;
}

/*----------------------------------------*/
/*  5.3 Recent Post css
/*----------------------------------------*/
.tp-recent-post-thumb {
  border-radius: 16px;
  width: 131px;
  height: 137px;
  overflow: hidden;
  flex: 0 0 auto;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), (max-width: 574.98px) {
  .tp-recent-post-thumb {
    width: 100px;
    height: 100px;
  }
}
.tp-recent-post-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.tp-recent-post-content:not(:last-of-type) {
  border-bottom: 1px solid #E8E8E9;
  margin-bottom: 25px;
  padding-bottom: 20px;
}
.tp-recent-post-title {
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
  margin-bottom: 8px;
  font-family: var(--tp-ff-body);
}
.tp-recent-post-title a:hover {
  color: var(--tp-theme-1);
}
.tp-recent-post-span {
  font-size: 12px;
  font-weight: 500;
  color: var(--tp-common-black);
  text-transform: uppercase;
  padding: 6px 15px;
  border-radius: 20px;
  margin-bottom: 10px;
  display: inline-block;
  background-color: #91ba65;
  line-height: 1;
}
.tp-recent-post-span.grey {
  background-color: #9c85d7;
}
.tp-recent-post-span.yellow {
  background-color: #ffca24;
}
.tp-recent-post-tag span {
  position: relative;
  font-size: 14px;
  font-weight: 400;
  color: #686A6D;
  margin-right: 18px;
}
.tp-recent-post-tag span:not(:last-of-type)::after {
  position: absolute;
  content: "";
  height: 4px;
  width: 4px;
  top: 50%;
  right: -12px;
  transform: translateY(-50%);
  border-radius: 50%;
  background: #686A6D;
}

/*----------------------------------------*/
/*  5.4 Sidebar css
/*----------------------------------------*/
.tp-sidebar-search-btn {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
.tp-sidebar-search .tp-input {
  border: 1px solid rgba(31, 36, 46, 0.1);
  border-radius: 8px;
  padding: 10px 20px;
  width: 100%;
  height: 60px;
  background: transparent;
  padding-right: 50px;
  color: var(--tp-common-black);
}
.tp-sidebar-search .tp-input::placeholder {
  font-weight: 400;
  font-size: 15px;
  color: #686a6d;
}
.tp-sidebar-search .tp-input:focus {
  border-color: var(--tp-theme-1);
}
.tp-sidebar-service-title {
  font-size: 24px;
}
.tp-sidebar-service-list ul li {
  list-style: none;
}
.tp-sidebar-service-list ul li:not(:last-child) {
  margin-bottom: 11px;
}
.tp-sidebar-service-list ul li a {
  font-weight: 500;
  font-size: 16px;
  color: #4d5051;
  display: flex;
  justify-content: space-between;
  gap: 10px;
  flex-wrap: wrap;
}
.tp-sidebar-service-list ul li a:hover {
  color: var(--tp-theme-1);
}
.tp-sidebar-service-download a {
  font-weight: 500;
  font-size: 14px;
  color: var(--tp-common-black);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  padding: 12px 24px;
  background: rgba(255, 65, 33, 0.1);
  border-radius: 10px;
  margin-bottom: 12px;
}
.tp-sidebar-service-download a:last-child {
  background: rgba(74, 58, 255, 0.1);
}
.tp-sidebar-service-download a span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.tp-sidebar-service-help {
  border-radius: 10px;
}
.tp-sidebar-help {
  position: relative;
  border-radius: 10px;
  padding: 220px 32px 23px 32px;
}
.tp-sidebar-help::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 27.99%, #070707 100%);
  z-index: -1;
}
.tp-sidebar-help-contact a {
  font-weight: 500;
  font-size: 15px;
  letter-spacing: -0.01em;
  color: var(--tp-common-white);
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 5px;
}
.tp-sidebar-help-contact a:hover {
  color: var(--tp-theme-1);
}
.tp-sidebar-help-dec {
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  color: var(--tp-common-white);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.tp-sidebar-help-title {
  font-weight: 600;
  font-size: 32px;
  color: var(--tp-common-white);
}
.tp-sidebar-border {
  border-bottom: 1px solid #e8e8e9;
}

.tagcloud a {
  display: inline-block;
  font-size: 13px;
  font-weight: 500;
  color: #56544d;
  border-radius: 6px;
  padding: 7px 19px;
  line-height: 20px;
  margin-right: 7px;
  margin-bottom: 11px;
  -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;
  background-color: #f4f2ee;
}
.tagcloud a:hover {
  color: var(--tp-common-white);
  background-color: var(--tp-theme-1);
  box-shadow: 0 0 1px 0 var(--ff4121), 0 1px 2px 0 rgba(255, 65, 33, 0.25);
}

/*----------------------------------------*/
/*  5.1 blog css
/*----------------------------------------*/
.tp-blog-item:hover .tp-blog-thumb img {
  transform: scale(1.1);
}
.tp-blog-thumb {
  border-radius: 24px;
}
.tp-blog-thumb img {
  transition: all 0.5s ease;
}
.tp-blog-title {
  font-size: 28px;
  line-height: 136%;
  letter-spacing: -0.02em;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .tp-blog-title br {
    display: none;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .tp-blog-title {
    font-size: 22px;
  }
}
.tp-blog-title.fs-32 {
  font-size: 36px;
  line-height: 133%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .tp-blog-title.fs-32 {
    font-size: 28px;
  }
}
.tp-blog-title a:hover {
  color: var(--tp-theme-1);
}
.tp-blog-meta {
  font-size: 14px;
  letter-spacing: 0.01em;
  color: var(--tp-common-black);
  border: 1px solid rgba(31, 36, 46, 0.1);
  border-radius: 50px;
  padding: 4px 13px;
  transition: all 0.4s ease;
}
.tp-blog-meta:hover {
  background: var(--tp-theme-1);
  color: var(--tp-common-white);
  border: 1px solid var(--tp-theme-1);
}
.tp-blog-meta span {
  transform: translateY(-1px);
  display: inline-block;
  margin-right: 4px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .tp-blog-content p br {
    display: none;
  }
}

.tp-blog-details-user {
  flex: 0 0 auto;
  margin-right: 12px;
}
.tp-blog-details-user img {
  width: 46px;
  height: 46px;
  border-radius: 100px;
}
.tp-blog-details-user-info:not(:last-child) {
  padding-right: 24px;
  margin-right: 24px;
  position: relative;
}
.tp-blog-details-user-info:not(:last-child)::before {
  position: absolute;
  content: "";
  background: rgba(31, 36, 46, 0.2);
  width: 1px;
  height: 24px;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.tp-blog-details-user-info span {
  font-weight: 500;
  font-size: 16px;
  color: var(--tp-grey-1);
  display: block;
}
.tp-blog-details-user-review {
  display: flex;
  gap: 2px;
}
.tp-blog-details-user-review span {
  color: var(--tp-theme-1);
}
.tp-blog-details-title {
  font-size: 32px;
  line-height: 138%;
  letter-spacing: -0.02em;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .tp-blog-details-title br {
    display: none;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .tp-blog-details-wrap {
    margin-right: 0;
    margin-left: 0;
  }
}
@media (max-width: 574.98px) {
  .tp-blog-details-highlight {
    flex-wrap: wrap;
  }
}
.tp-blog-details-highlight-title {
  font-family: var(--tp-ff-body);
  font-weight: 500;
  font-size: 100px;
  line-height: 1;
  text-transform: uppercase;
}
.tp-blog-details-quote-box {
  padding: 40px 50px;
  border-radius: 16px;
  background-color: #faf8f1;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-blog-details-quote-box {
    padding: 40px 30px;
  }
}
@media (max-width: 574.98px) {
  .tp-blog-details-quote-box {
    padding: 30px;
    flex-wrap: wrap;
  }
}
.tp-blog-details-quote-content {
  position: relative;
  z-index: 1;
}
.tp-blog-details-quote-icon {
  margin-right: 30px;
}
@media (max-width: 574.98px) {
  .tp-blog-details-quote-icon {
    margin-bottom: 10px;
  }
}
.tp-blog-details-quote-title {
  font-size: 30px;
  font-weight: 500;
  line-height: 133%;
  margin-bottom: 25px;
  font-family: var(--tp-ff-body);
}
.tp-blog-details-quote-shape {
  position: absolute;
  right: 60px;
  bottom: 0;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .tp-blog-details-quote-shape {
    display: none;
  }
}
.tp-blog-details-quote-sub span {
  font-size: 16px;
  font-weight: 500;
  color: var(--tp-common-black);
  margin-right: 24px;
}
.tp-blog-details-quote-sub .p {
  position: relative;
  font-size: 14px;
  font-weight: 400;
  color: var(--tp-grey-1);
}
.tp-blog-details-quote-sub .p::after {
  position: absolute;
  content: "";
  height: 4px;
  width: 4px;
  border-radius: 50%;
  top: 6px;
  left: -14px;
  background-color: rgba(3, 31, 66, 0.5);
}
.tp-blog-details-list ul {
  padding-left: 15px;
}
.tp-blog-details-list ul li {
  position: relative;
  list-style: none;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 8px;
  color: #56544d;
}
.tp-blog-details-list ul li::after {
  position: absolute;
  content: "";
  left: -15px;
  top: 50%;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #4F5158;
  transform: translateY(-50%);
}
.tp-blog-details-share {
  margin-top: 10px;
  padding-top: 30px;
  padding-bottom: 20px;
  border-top: 1px solid rgba(10, 11, 15, 0.1);
  border-bottom: 1px solid rgba(10, 11, 15, 0.1);
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .tp-blog-details-tag.tagcloud {
    margin-bottom: 20px;
  }
}
.tp-blog-details-tag.tagcloud a {
  border-radius: 50px;
}
.tp-blog-details-social a {
  height: 40px;
  width: 40px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  font-size: 16px;
  background: #f5f5f5;
}
.tp-blog-details-social a:not(:last-of-type) {
  margin-right: 5px;
}
.tp-blog-details-social a:hover {
  color: var(--tp-common-white);
  background: var(--tp-theme-1);
}
.tp-blog-details-navigation-btn {
  font-size: 13px;
  font-weight: 500;
  color: var(--tp-grey-1);
  margin-bottom: 10px;
  text-transform: uppercase;
}
.tp-blog-details-navigation-btn span {
  display: inline-block;
  margin-right: 8px;
  transform: translateY(-2px);
  margin-bottom: 5px;
}
.tp-blog-details-navigation-btn:hover {
  color: var(--tp-theme-1);
}
.tp-blog-details-navigation-btn:hover span {
  color: var(--tp-theme-1);
}
.tp-blog-details-navigation-title {
  font-weight: 600;
  font-size: 20px;
  letter-spacing: -0.02px;
  font-family: var(--tp-ff-body);
}
.tp-blog-details-navigation-title a:hover {
  color: var(--tp-theme-1);
}
.tp-blog-details-navigation-content.next a span {
  margin-left: 8px;
}
.tp-blog-details-navigation-bar {
  line-height: 1;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .tp-blog-details-navigation-bar {
    padding-bottom: 20px;
    padding-top: 20px;
  }
}
.tp-blog-details-author-box {
  padding: 41px 40px;
  border-radius: 14px;
  background: #faf8f1;
  padding-right: 80px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .tp-blog-details-author-box {
    padding: 40px 20px;
    padding-right: 60px;
  }
}
@media (max-width: 574.98px) {
  .tp-blog-details-author-wrap {
    flex-wrap: wrap;
  }
}
.tp-blog-details-author-social {
  position: absolute;
  top: 50%;
  right: 25px;
  transform: translateY(-50%);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-blog-details-author-social {
    right: 15px;
  }
}
@media (max-width: 574.98px) {
  .tp-blog-details-author-social {
    position: static;
    transform: translateY(0);
  }
}
.tp-blog-details-author-social a {
  height: 32px;
  width: 32px;
  border-radius: 50%;
  font-size: 13px;
  border: 1px solid rgba(31, 36, 46, 0.1);
  display: flex;
  justify-content: center;
  align-items: center;
}
.tp-blog-details-author-social a:not(:last-of-type) {
  margin-bottom: 6px;
}
.tp-blog-details-author-social a:hover {
  background: var(--tp-theme-1);
  color: var(--tp-common-white);
  border-color: var(--tp-theme-1);
}
@media (max-width: 574.98px) {
  .tp-blog-details-author-social a {
    display: inline-flex;
  }
}
.tp-blog-details-author-avata {
  margin-right: 30px;
  flex: 0 0 auto;
}
@media (max-width: 574.98px) {
  .tp-blog-details-author-avata {
    margin-right: 0px;
    margin-bottom: 10px;
  }
}
.tp-blog-details-author-avata img {
  width: 100px;
  height: 100px;
  border-radius: 100px;
}
@media (max-width: 574.98px) {
  .tp-blog-details-author-content {
    margin-bottom: 10px;
  }
}
.tp-blog-details-author-content h2 {
  font-size: 24px;
  font-weight: 600;
  font-family: var(--tp-ff-body);
  margin-bottom: 10px;
}
.tp-blog-details-author-content p {
  font-weight: 400;
  font-size: 16px;
  color: #4f5158;
  margin: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .tp-blog-details-author-content p br {
    display: none;
  }
}

/*----------------------------------------*/
/*  6.1 Footer Style
/*----------------------------------------*/
.tp-footer-dec {
  color: rgba(255, 255, 255, 0.7);
}
.tp-footer-dec br {
  display: none;
}
.tp-footer-social {
  display: flex;
  gap: 5px;
}
.tp-footer-social a {
  width: 42px;
  height: 42px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--tp-common-white);
}
.tp-footer-social a:hover {
  background: var(--tp-theme-1);
  color: var(--tp-common-white);
}
.tp-footer-title {
  font-size: 24px;
  line-height: 142%;
  letter-spacing: -0.01em;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .tp-footer-widget {
    margin-left: 0;
  }
}
.tp-footer-widget ul li {
  list-style: none;
  margin-bottom: 8px;
}
.tp-footer-widget ul li a {
  font-weight: 500;
  font-size: 16px;
  letter-spacing: -0.01em;
  color: rgba(255, 255, 255, 0.7);
}
.tp-footer-widget ul li a:hover {
  color: var(--tp-theme-1);
}
@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), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .tp-footer-widget.ml-35 {
    margin-left: 0;
  }
}
.tp-footer-link {
  font-weight: 500;
  font-size: 16px;
  line-height: 163%;
  color: rgba(255, 255, 255, 0.7);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .tp-footer-link br {
    display: none;
  }
}
.tp-footer-link:hover {
  color: var(--tp-theme-1);
}
.tp-footer-phone a {
  font-family: var(--tp-ff-heading);
  font-weight: 700;
  font-size: 20px;
  letter-spacing: -0.02em;
  line-height: 1;
  color: var(--tp-common-white);
}
.tp-footer-phone a:hover {
  color: var(--tp-theme-1);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-footer-subscribe form {
    flex-wrap: wrap;
  }
}
.tp-footer-subscribe .tp-input {
  color: var(--tp-common-black);
  font-weight: 500;
  font-size: 13px;
  border: 1px solid rgba(33, 33, 45, 0.08);
  border-radius: 8px;
  width: 100%;
  height: 56px;
  background: var(--tp-common-white);
  padding-left: 20px;
}
.tp-footer-subscribe .tp-input::placeholder {
  font-weight: 500;
  font-size: 13px;
  color: #888;
}
.tp-footer-subscribe button {
  font-weight: 600;
  font-size: 14px;
  color: var(--tp-common-white);
  border-radius: 8px;
  background: var(--tp-theme-1);
  height: 56px;
  padding: 10px 27px;
  flex: 0 0 auto;
}
.tp-footer-subscribe button:hover {
  background: var(--tp-common-red);
}
.tp-footer-subscribe button svg {
  margin-left: 3px;
}
.tp-footer-menu ul li {
  list-style: none;
  display: inline-block;
}
.tp-footer-menu ul li:not(:last-child) {
  margin-right: 38px;
}
.tp-footer-menu ul li a {
  font-weight: 600;
  font-size: 16px;
  color: var(--tp-common-white);
}
.tp-footer-menu ul li a:hover {
  color: var(--tp-theme-1);
}
.tp-footer-bottom-border {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 22px 0 2px 0;
}
.tp-footer-copyright p {
  font-weight: 500;
  font-size: 14px;
  letter-spacing: -0.01em;
  color: var(--tp-common-white);
}
.tp-footer-2-shape {
  top: 77px;
  right: 30%;
}
.tp-footer-2-shape-2 {
  bottom: 0;
  left: 0;
}
.tp-footer-2-top {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.tp-footer-2-top-title h2 {
  font-size: 72px;
  color: var(--tp-common-white);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .tp-footer-2-top-title h2 {
    font-size: 50px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .tp-footer-2-top-title h2 br {
    display: none;
  }
}
@media (max-width: 574.98px) {
  .tp-footer-2-top-title h2 {
    font-size: 30px;
  }
}
.tp-footer-2-copyright {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding: 26px 0;
}
.tp-footer-3-title {
  font-size: 18px;
  letter-spacing: -0.01em;
  color: rgba(255, 255, 255, 0.32);
}
.tp-footer-3-newslater .tp-input {
  color: var(--tp-common-white);
  font-weight: 400;
  font-size: 14px;
  border: none;
  background: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  opacity: 1;
  padding-left: 0;
}
.tp-footer-3-newslater .tp-input:focus {
  border-color: var(--tp-theme-1);
}
.tp-footer-3-newslater .tp-input::placeholder {
  font-weight: 400;
  font-size: 14px;
  color: #888;
}
.tp-footer-3-newslater-btn {
  font-weight: 600;
  font-size: 14px;
  color: var(--tp-common-white);
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.tp-footer-3-newslater-btn svg {
  margin-left: 3px;
}
.tp-footer-3-copyright p {
  font-weight: 500;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.8);
}
.tp-footer-3-copyright .tp-footer-social {
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  margin-right: 18px;
  padding-right: 18px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .tp-footer-3-copyright .tp-footer-social {
    border: none;
    margin-right: 0;
    padding-right: 0;
  }
}
.tp-footer-3-bigtext {
  font-size: 172px;
  letter-spacing: -0.06em;
  color: rgba(255, 255, 255, 0.1);
  line-height: 1;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .tp-footer-3-bigtext {
    font-size: 100px;
  }
}

/*----------------------------------------*/
/*  7.1 about
/*----------------------------------------*/
.tp-about-thumb {
  height: 100%;
}
@media (max-width: 574.98px) {
  .tp-about-thumb {
    height: auto;
  }
}
.tp-about-thumb img {
  border-radius: 24px 0 0 24px;
  height: 100%;
  object-fit: cover;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .tp-about-thumb img {
    width: 100%;
    border-radius: 24px;
  }
}
.tp-about-awards {
  border-radius: 16px;
  width: 246px;
  height: 194px;
  background: var(--tp-theme-1);
  padding: 30px;
  bottom: 50px;
  left: 50px;
}
@media (max-width: 574.98px) {
  .tp-about-awards {
    position: inherit;
    height: auto;
    left: auto;
    bottom: auto;
    margin-top: 20px;
  }
}
.tp-about-awards-total {
  font-size: 52px;
  letter-spacing: -0.02em;
  color: var(--tp-common-white);
}
.tp-about-awards-title {
  font-size: 16px;
  letter-spacing: -0.02em;
  color: var(--tp-common-white);
}
.tp-about-feature-list li {
  font-weight: 500;
  font-size: 16px;
  color: var(--tp-common-black);
  list-style: none;
  display: flex;
  margin-bottom: 12px;
}
.tp-about-feature-list li svg {
  margin-right: 10px;
  margin-top: 2px;
}
.tp-about-bg {
  background: var(--tp-grey-2);
  border-radius: 24px;
}
.tp-about-contact-icon {
  border-radius: 62px;
  width: 50px;
  height: 50px;
  background: var(--tp-theme-2);
  color: var(--tp-common-black);
}
.tp-about-contact-content span {
  font-size: 14px;
  letter-spacing: -0.01em;
  color: var(--tp-grey-1);
}
.tp-about-contact-content a {
  font-size: 20px;
  color: var(--tp-common-black);
}
.tp-about-contact-content a:hover {
  color: var(--tp-theme-1);
}
.tp-about-content {
  padding: 105px 50px 110px 66px;
}
@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), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .tp-about-content {
    padding: 80px 20px 80px 26px;
  }
}
.tp-about-mission-item {
  background: #fcfaf6;
  border-radius: 16px;
  padding: 20px 45px 20px 20px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .tp-about-mission-item {
    padding: 20px 25px 20px 20px;
  }
}
.tp-about-mission-title {
  font-size: 20px;
  line-height: 150%;
  letter-spacing: -0.02em;
}
@media (max-width: 574.98px) {
  .tp-about-mission-title br {
    display: none;
  }
}
.tp-about-mission-icon {
  border: 1px solid rgba(98, 0, 53, 0.1);
  border-radius: 58px;
  width: 60px;
  height: 60px;
  color: var(--tp-common-black);
  flex: 0 0 auto;
}
.tp-about-2-thumb {
  border-radius: 24px;
}
@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), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .tp-about-2-thumb-wrap {
    margin-right: 0;
  }
}
.tp-about-2-thumb-2 {
  border-radius: 24px;
}
.tp-about-2-shape {
  position: absolute;
  bottom: 0;
  left: 66px;
  bottom: 45px;
}
.tp-about-2-shape-2 {
  position: absolute;
  top: 100px;
  right: 13%;
}
@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), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .tp-about-2-shape-2 {
    right: 0;
  }
}
.tp-about-2-shape-3 {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}
.tp-about-2-science {
  margin-top: -360px;
}
@media (max-width: 574.98px) {
  .tp-about-2-science {
    margin-top: 30px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .tp-about-2-science .mr-80 {
    margin-right: 30px;
  }
}
.tp-about-2-science-inner {
  border: 1px solid rgba(87, 89, 95, 0.1);
  width: 124px;
  height: 124px;
}
.tp-about-2-science-inner .winner-shape {
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: 0 auto;
}
.tp-about-2-content {
  padding: 0;
  padding-left: 70px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .tp-about-2-content {
    padding-left: 0;
  }
}
.tp-about-2-content .tp-section-dec {
  font-size: 14px;
  line-height: 200%;
  letter-spacing: -0.01em;
  padding-left: 16px;
}
.tp-about-2-content .tp-section-dec::before {
  position: absolute;
  content: "";
  background: linear-gradient(180deg, #1f242e 0%, #f2eee6 100%);
  width: 2px;
  height: 100%;
  left: 0;
  top: 0;
}
.tp-about-2-content .tp-about-mission-item {
  background: transparent;
  border-radius: 0;
  padding: 0;
}
.tp-about-2-content .tp-about-mission-item p {
  font-size: 15px;
  line-height: 133%;
}
.tp-about-2-content .tp-about-mission-title {
  font-size: 16px;
}
.tp-about-2-content .tp-about-mission-icon {
  width: 64px;
  height: 64px;
  color: var(--tp-theme-1);
}
.tp-about-3-shape {
  position: absolute;
  top: 70px;
  left: 100px;
}
.tp-about-3-shape svg path.line-1 {
  stroke: var(--tp-theme-2);
  stroke-dasharray: 300;
  stroke-dashoffset: 500;
  animation: dash 5s linear forwards infinite;
}
.tp-about-3-shape-2 {
  position: absolute;
  top: 70px;
  left: 0;
}
.tp-about-3-btn-wrap {
  border: 1px solid rgba(31, 36, 46, 0.1);
  border-radius: 50px;
  padding: 20px 20px 0px 20px;
}
.tp-about-3-btn-wrap .tp-about-contact-icon {
  width: 60px;
  height: 60px;
  background: var(--tp-theme-1);
  color: var(--tp-common-white);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), (max-width: 574.98px) {
  .tp-about-3-btn-wrap .tp-about-contact {
    margin-right: 20px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .tp-about-3-thumb {
    margin-left: 0;
  }
}
.tp-about-3-thumb img {
  border-radius: 24px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-about-3-thumb-1 {
    margin-left: 200px;
  }
}
@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: 574.98px) {
  .tp-about-3-thumb-1 {
    margin-left: 100px;
  }
}
@media (max-width: 574.98px) {
  .tp-about-3-thumb-1 {
    margin-left: 0;
  }
}
.tp-about-3-thumb-2 {
  position: absolute;
  bottom: 60px;
  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), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .tp-about-3-thumb-2 {
    width: 50%;
  }
}
@media (max-width: 574.98px) {
  .tp-about-3-thumb-2 {
    position: inherit;
    width: 100%;
    margin-top: 20px;
    top: 0;
  }
}

/*----------------------------------------*/
/*  7.15 hero
/*----------------------------------------*/
.tp-hero-spacing {
  padding-top: 190px;
  padding-bottom: 40px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .tp-hero-explore {
    margin-top: 40px;
  }
}
.tp-hero-overly::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  top: 0;
  left: 0;
  z-index: -1;
}
.tp-hero-ratings span {
  border-radius: 3px;
  width: 14px;
  height: 14px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background: var(--tp-theme-2);
}
.tp-hero-ratings-wrap {
  backdrop-filter: blur(34px);
  background: rgba(0, 0, 0, 0.2);
  border-radius: 24px;
  padding: 5px 16px;
}
.tp-hero-ratings-text {
  font-weight: 600;
  font-size: 13px;
  letter-spacing: -0.01em;
  color: var(--tp-common-white);
}
.tp-hero-ratings-text svg {
  color: var(--tp-theme-2);
  margin-right: 6px;
}
.tp-hero-title {
  font-weight: 700;
  font-size: 100px;
  line-height: 92%;
  letter-spacing: -0.03em;
  color: var(--tp-common-white);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .tp-hero-title {
    font-size: 82px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-hero-title {
    font-size: 68px;
  }
}
@media (max-width: 574.98px) {
  .tp-hero-title {
    font-size: 48px;
  }
}
.tp-hero-title span {
  color: var(--tp-theme-2);
}
.tp-hero-title .shape {
  bottom: -23px;
  right: 7px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .tp-hero-title .shape {
    display: none;
  }
}
.tp-hero-dec {
  font-weight: 500;
  font-size: 22px;
  line-height: 155%;
  letter-spacing: -0.01em;
  color: rgba(255, 255, 255, 0.8);
}
@media (max-width: 574.98px) {
  .tp-hero-dec br {
    display: none;
  }
}
.tp-hero-shape {
  position: absolute;
  bottom: 60px;
  left: 30%;
  color: #ffca24;
}
.tp-hero-btn {
  font-family: var(--tp-ff-heading);
  font-weight: 700;
  font-size: 16px;
  letter-spacing: -0.02em;
  color: var(--tp-common-white);
}
.tp-hero-btn:hover {
  color: var(--tp-theme-2);
}
.tp-hero-video {
  width: 476px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 12px;
  backdrop-filter: blur(24px);
  background: rgba(255, 255, 255, 0.3);
  padding: 10px;
}
.tp-hero-video video {
  width: 100%;
  border-radius: 8px;
}
.tp-hero-video-btn {
  font-family: var(--tp-ff-heading);
  font-weight: 700;
  font-size: 18px;
  color: var(--tp-common-white);
  padding: 8px 20px;
}
.tp-hero-video-btn:hover {
  color: var(--tp-theme-2);
}
.tp-hero-2-overly::before {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.6) 36.92%, rgba(30, 30, 30, 0.3) 68.58%);
  opacity: 0.72;
}
.tp-hero-2-title {
  font-size: 92px;
  line-height: 100%;
  letter-spacing: -0.02em;
  color: var(--tp-common-white);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .tp-hero-2-title {
    font-size: 60px;
  }
}
@media (max-width: 574.98px) {
  .tp-hero-2-title {
    font-size: 40px;
  }
}
.tp-hero-2-dec {
  font-size: 24px;
  line-height: 142%;
  letter-spacing: -0.01em;
  color: var(--tp-common-white);
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .tp-hero-2-dec {
    margin-top: 40px;
  }
}
@media (max-width: 574.98px) {
  .tp-hero-2-dec br {
    display: none;
  }
}
.tp-hero-2-form {
  box-shadow: 0 3px 50px 0 rgba(0, 0, 0, 0.06);
  background: var(--tp-common-white);
  border-radius: 16px;
  padding: 40px 32px 50px 32px;
  margin-bottom: -150px;
  margin-right: -2px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .tp-hero-2-form {
    margin-bottom: 50px;
    margin-right: 0;
  }
}
.tp-hero-2-form-title {
  font-size: 28px;
  line-height: 129%;
}
.tp-hero-2-form-input .tp-input {
  border-radius: 5px;
  width: 100%;
  height: 50px;
  background: #f4f4f3;
  border-color: transparent;
  font-weight: 500;
  font-size: 13px;
  color: var(--tp-common-black);
}
.tp-hero-2-form-input .tp-input::placeholder {
  font-weight: 500;
  font-size: 13px;
  color: rgba(86, 84, 77, 0.8);
}
.tp-hero-2-form-input .tp-input:focus {
  border-color: var(--tp-theme-1);
  background: transparent;
}
.tp-hero-2-form-input .tp-textarea {
  height: 160px;
}
.tp-hero-2-form-checkbox .tp-checkbox {
  margin: 0;
  appearance: none;
  -moz-appearance: none;
  display: block;
  width: 20px;
  height: 20px;
  border: 1px solid #e4e4e4;
  outline: none;
  flex: 0 0 auto;
  background: var(--tp-common-white);
  -webkit-transform: translateY(-2.5px);
  -moz-transform: translateY(-2.5px);
  -ms-transform: translateY(-2.5px);
  -o-transform: translateY(-2.5px);
  transform: translateY(-2.5px);
  padding: 0;
  margin-right: 10px;
  transform: translateY(3px);
  border-radius: 4px;
}
.tp-hero-2-form-checkbox .tp-checkbox:checked {
  position: relative;
  background-color: var(--tp-theme-1);
  border-color: transparent;
}
.tp-hero-2-form-checkbox .tp-checkbox: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%);
}
.tp-hero-2-form-checkbox .tp-checkbox:hover {
  cursor: pointer;
}
.tp-hero-2-form-checkbox .tp-agree {
  color: var(--tp-grey-1);
  cursor: pointer;
  font-family: var(--tp-ff-heading);
  font-weight: 500;
  font-size: 13px;
  letter-spacing: -0.02em;
}
.tp-hero-2-form-checkbox .tp-agree a {
  color: var(--tp-theme-1);
}
.tp-hero-2-form-btn-wrap .tp-btn {
  border-radius: 5px;
  padding: 16px 32px 18px 32px;
}
.tp-hero-2-shape {
  position: absolute;
  top: 180px;
  right: 68px;
  z-index: -1;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .tp-hero-3-spacing {
    padding-top: 50px;
  }
}
.tp-hero-3-thumb img {
  border-radius: 24px;
}
.tp-hero-3-card {
  padding: 20px 30px;
  border-radius: 16px;
  width: 246px;
  background: var(--tp-common-white);
  position: absolute;
  bottom: 24px;
  left: 24px;
}
.tp-hero-3-card-dec {
  font-size: 18px;
  line-height: 133%;
  letter-spacing: -0.02em;
}
.tp-hero-3-card-btn {
  position: absolute;
  top: 16px;
  right: 16px;
  color: var(--tp-common-black);
}
.tp-hero-3-card-btn:hover {
  color: var(--tp-theme-1);
}
.tp-hero-3-title {
  font-size: 92px;
  line-height: 100%;
  letter-spacing: -0.03em;
}
@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) {
  .tp-hero-3-title {
    font-size: 70px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .tp-hero-3-title {
    font-size: 50px;
  }
}
.tp-hero-3-review span {
  border-radius: 3px;
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--tp-theme-1);
  color: var(--tp-common-white);
}
.tp-hero-3-review-count {
  border-right: 1px solid rgba(31, 36, 46, 0.1);
  margin-right: 18px;
  padding-right: 18px;
}
.tp-hero-3-review-count h2 {
  font-size: 32px;
  letter-spacing: -0.01em;
}
.tp-hero-3-review-count span {
  font-size: 14px;
  letter-spacing: -0.02em;
  color: var(--tp-grey-1);
}
.tp-hero-3-review-review-content {
  font-size: 14px;
  letter-spacing: -0.02em;
  color: var(--tp-common-black);
}
.tp-hero-3-more-info {
  width: 200px;
  min-height: 280px;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 8px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-hero-3-more-info {
    min-height: 310px;
  }
}
.tp-hero-3-more-info-wrap {
  margin-left: -80px;
  margin-top: 310px;
}
@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-hero-3-more-info-wrap {
    margin-left: 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: 574.98px) {
  .tp-hero-3-more-info-wrap {
    margin-top: 30px;
    margin-left: 50px;
  }
}
.tp-hero-3-more-info p {
  font-style: italic;
  font-size: 18px;
  line-height: 1.3;
  margin-bottom: 0;
  padding: 0px 25px;
  padding-bottom: 25px;
  color: var(--tp-common-black);
}
.tp-hero-3-avater {
  padding: 20px;
}
.tp-hero-3-avater span {
  font-weight: 600;
  font-size: 14px;
  line-height: 1.62;
  letter-spacing: -0.01em;
  color: var(--tp-common-black);
}
.tp-hero-3-link {
  padding: 15px;
}
@media (max-width: 574.98px) {
  .tp-hero-3-link {
    padding: 20px;
  }
}
.tp-hero-3-link a {
  display: inline-block;
  border-radius: 30px;
  padding: 8px 24px;
  font-size: 16px;
  letter-spacing: -0.01em;
  color: var(--tp-common-white);
  background-color: var(--tp-common-black);
}
.tp-hero-3-link a:hover {
  background-color: var(--tp-theme-1);
}
.tp-hero-3-line {
  position: absolute;
  top: 65px;
  right: 100%;
  height: 1px;
  width: 60px;
  display: inline-block;
  background-color: #757678;
}
.tp-hero-3-line::before {
  content: "";
  height: 9px;
  width: 9px;
  border-radius: 50%;
  display: inline-block;
  transform: translateY(-13px);
  background-color: #757678;
}
.tp-hero-3-shape {
  right: 107px;
  bottom: 0;
  z-index: -1;
}
@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), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .tp-hero-3-shape {
    right: 0;
  }
}
.tp-hero-3-shape-2 {
  top: 65px;
  right: 0;
  border-radius: 24px 0 0 24px;
  width: 21%;
}
.tp-hero-3-shape-3 {
  top: 85px;
  right: 20%;
  border-radius: 24px 0 0 24px;
}
@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), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .tp-hero-3-content {
    margin-left: 0;
  }
}

/*----------------------------------------*/
/*  7.19 service
/*----------------------------------------*/
.tp-service-item {
  padding: 40px 40px 33px 40px;
  margin-left: 20px;
  margin-right: 20px;
  transition: all 0.4s ease;
  border-radius: 24px;
  position: relative;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-service-item {
    margin-left: 10px;
    margin-right: 10px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .tp-service-item {
    margin-left: 0;
    margin-right: 0;
    padding: 30px 30px 23px 30px;
  }
  .tp-service-item::before {
    display: none;
  }
}
.tp-service-item::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 92px;
  background: var(--tp-grey-2);
  left: -32px;
  top: 120px;
}
.tp-service-item:hover {
  background: var(--tp-grey-2);
}
.tp-service-item:hover .tp-service-icon {
  background: var(--tp-theme-1);
  color: var(--tp-common-white);
}
.tp-service-icon {
  width: 80px;
  height: 80px;
  background: #f4f2ee;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  transition: all 0.4s ease;
}
.tp-service-title {
  font-size: 20px;
  letter-spacing: -0.02em;
  color: var(--tp-common-black);
}
.tp-service-dec {
  font-size: 15px;
  line-height: 160%;
  letter-spacing: -0.01em;
}
.tp-service-btn {
  font-size: 16px;
  line-height: 163%;
  letter-spacing: -0.02em;
  color: var(--tp-common-black);
}
.tp-service-btn:hover {
  color: var(--tp-theme-1);
}
.tp-service-shape {
  top: 0;
  right: 0;
  color: #f4f2ee;
  z-index: -1;
}
.tp-service-2-shape {
  position: absolute;
  right: 86px;
  top: 70px;
  z-index: -1;
}
.tp-service-2-item {
  padding: 60px 60px 53px 60px;
  margin-left: 0;
  margin-right: 0;
  border: 1px solid rgba(86, 84, 77, 0.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), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .tp-service-2-item {
    padding: 40px 30px 33px 30px;
  }
}
.tp-service-2-item:hover {
  background: var(--tp-theme-1);
  border-color: var(--tp-theme-1);
}
.tp-service-2-item:hover .tp-service-icon {
  background: transparent;
  color: var(--tp-common-white);
}
.tp-service-2-item:hover .tp-service-title {
  color: var(--tp-common-white);
}
.tp-service-2-item:hover .tp-service-dec {
  color: var(--tp-common-white);
}
.tp-service-2-item:hover .tp-service-btn {
  color: var(--tp-common-white);
}
.tp-service-2-item:hover .tp-service-icon::before {
  background: #ff6247;
}
.tp-service-2-item::before {
  display: none;
}
.tp-service-2-item .tp-service-icon {
  width: auto;
  height: auto;
  background: transparent;
  border-radius: 0;
  display: inline-block;
  color: var(--tp-theme-1);
  position: relative;
  z-index: 1;
}
.tp-service-2-item .tp-service-icon::before {
  position: absolute;
  content: "";
  width: 50px;
  height: 50px;
  background: #fef6ee;
  right: 0;
  left: 0;
  margin: 0 auto;
  top: 0;
  border-radius: 50px;
  z-index: -1;
  transition: all 0.4s ease;
}
.tp-service-3-item {
  border-radius: 24px;
  background: var(--tp-grey-2);
  padding: 48px 36px 50px 36px;
  transition: all 0.4s ease;
}
@media (max-width: 574.98px) {
  .tp-service-3-item {
    flex-wrap: wrap;
  }
}
.tp-service-3-item:hover {
  background: var(--tp-theme-1);
}
.tp-service-3-item:hover p {
  color: var(--tp-common-white);
}
.tp-service-3-item:hover .tp-about-mission-icon {
  color: var(--tp-common-white);
  border-color: rgba(255, 255, 255, 0.2);
}
.tp-service-3-item:hover .tp-about-mission-title {
  color: var(--tp-common-white);
}
@media (max-width: 574.98px) {
  .tp-service-3-item p br {
    display: none;
  }
}
.tp-service-3-item .tp-about-mission-icon {
  color: var(--tp-theme-1);
  width: 80px;
  height: 80px;
  transition: all 0.4s ease;
}
@media (max-width: 574.98px) {
  .tp-service-3-item .tp-about-mission-icon {
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .tp-service-details-content {
    margin-right: 0;
  }
}
.tp-service-details-thumb {
  border-radius: 14px;
}
.tp-service-details-list li {
  font-weight: 500;
  font-size: 16px;
  color: var(--tp-common-black);
  list-style: none;
  margin-bottom: 15px;
  display: flex;
}
.tp-service-details-list li span {
  color: var(--tp-common-white);
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  background: var(--tp-theme-1);
  margin-top: 3px;
  flex: 0 0 auto;
}
.tp-service-details-social a {
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 0.02em;
  color: var(--tp-common-white);
  background: var(--tp-common-black);
  border-radius: 4px;
  padding: 3px 16px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.tp-service-details-social a.tweet {
  background: var(--tp-theme-1);
}
.tp-service-details-social a.linkdin {
  background: #069;
}

.tp-text-title {
  font-weight: 700;
  font-size: 162px;
  line-height: 1.3;
  color: transparent;
  transition: 0.3s;
  white-space: nowrap;
  display: inline-block;
  background-size: 0% 100%;
  background-repeat: no-repeat;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 2px #b7b8b8;
  transition: background-size 0.6s cubic-bezier(0.32, 0.55, 0.58, 0.76) 0s, 0.6s -webkit-clip-path cubic-bezier(0.32, 0.55, 0.58, 0.76) 0s;
  background-image: linear-gradient(90deg, #b7b8b8 0%, #b7b8b8 50%, transparent 50.1%);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .tp-text-title {
    font-size: 100px;
  }
}
.tp-text-title:hover {
  background-size: 200% 100%;
}
.tp-text-slider-active .swiper-slide {
  display: inline-block;
  width: auto !important;
  margin-right: 40px;
}

/*----------------------------------------*/
/*  7.10 course
/*----------------------------------------*/
.tp-course-item {
  border-radius: 20px;
  border: 1px solid rgba(31, 36, 46, 0.1);
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
  background: #fbf9f5;
}
.tp-course-item:hover {
  box-shadow: 0px 6px 10px 0px rgba(22, 18, 3, 0.1);
  background-color: var(--tp-common-white);
}
.tp-course-item:hover .tp-course-btn {
  transform: translateY(-34px);
}
.tp-course-item:hover .tp-course-content {
  transform: translateY(-70px);
  background-color: var(--tp-common-white);
}
.tp-course-content {
  position: relative;
  overflow: hidden;
  padding: 32px 30px 27px 30px;
  -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;
  background: #fbf9f5;
}
.tp-course-thumb {
  overflow: hidden;
  border-radius: 10px 10px 0px 0px;
}
.tp-course-thumb img {
  height: 200px;
  object-fit: cover;
  width: 100%;
  transition: all 0.5s ease-in-out;
  border-radius: 10px 10px 0px 0px;
}
.tp-course-thumb.sidebar img {
  height: 100%;
}
.tp-course-tag span {
  display: inline-block;
  font-weight: 500;
  border-radius: 5px;
  background: rgba(31, 36, 46, 0.05);
  color: var(--tp-common-black);
  font-size: 13px;
  padding: 6px 10px;
  line-height: 1;
}
.tp-course-meta {
  margin-bottom: 9px;
}
.tp-course-meta span {
  color: var(--tp-grey-1);
  font-size: 15px;
  font-weight: 500;
}
.tp-course-meta span:not(:last-of-type) {
  margin-right: 16px;
}
.tp-course-meta span span {
  color: var(--tp-common-black);
  font-size: 14px;
  display: inline-block;
  margin-right: 1px;
}
.tp-course-meta span span svg {
  -webkit-transform: translateY(-1px);
  -moz-transform: translateY(-1px);
  -ms-transform: translateY(-1px);
  -o-transform: translateY(-1px);
  transform: translateY(-1px);
}
.tp-course-title {
  color: var(--tp-common-black);
  font-size: 24px;
  font-weight: 600;
  font-family: var(--tp-ff-heading);
  line-height: 142%;
  margin-bottom: 19px;
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(3, 31, 66, 0.08);
}
.tp-course-title a:hover {
  color: var(--tp-theme-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), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .tp-course-title a br {
    display: none;
  }
}
.tp-course-rating-star p {
  margin-bottom: 0;
  color: var(--tp-common-black);
  font-family: var(--tp-ff-outfit);
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
}
.tp-course-rating-star p span {
  color: #57595f;
  font-weight: 300;
}
.tp-course-rating-icon i {
  font-size: 13px;
  color: var(--tp-theme-1);
}
.tp-course-pricing del {
  display: block;
  color: #94928e;
  font-size: 14px;
  font-weight: 300;
  line-height: 1;
  margin-bottom: -1px;
}
.tp-course-pricing span {
  font-size: 18px;
  font-weight: 600;
  color: var(--tp-theme-1);
  font-family: var(--tp-ff-outfit);
}
.tp-course-btn {
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
  margin: 0 30px;
  text-align: center;
  transform: translateY(50px);
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
}
.tp-course-btn a {
  display: block;
  text-align: center;
  line-height: 1;
  padding: 12px 20px;
  font-size: 16px;
  font-weight: 600;
  border-radius: 30px;
  color: var(--tp-common-white);
  background-color: var(--tp-theme-1);
}
.tp-course-btn a:hover {
  background-color: var(--tp-common-black);
}
.tp-course-banner {
  padding: 25px 30px 25px 36px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-left: 41px;
  margin-right: 41px;
  border-radius: 50px;
}
@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), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .tp-course-banner {
    margin-left: 0;
    margin-right: 0;
  }
}
@media (max-width: 574.98px) {
  .tp-course-banner {
    flex-wrap: wrap;
  }
}
@media (max-width: 574.98px) {
  .tp-course-banner-content {
    margin-bottom: 10px;
  }
}
.tp-course-banner-btn {
  flex: 0 0 auto;
  position: relative;
}
.tp-course-banner-shape {
  flex: 0 0 auto;
  margin-right: 30px;
}
.tp-course-banner-title {
  color: var(--tp-common-black);
  font-size: 18px;
  font-weight: 600;
  line-height: 20px;
  font-family: var(--tp-ff-body);
  margin-bottom: 0;
}
.tp-course-banner-text span {
  color: var(--tp-theme-1);
  font-size: 16px;
  margin-bottom: 0;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-course-details-content {
    margin-right: 70px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .tp-course-details-content {
    margin-right: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-course-details-title {
    font-size: 42px;
  }
}
@media (max-width: 574.98px) {
  .tp-course-details-title {
    font-size: 32px;
  }
}
.tp-course-details-bg {
  padding-top: 75px;
}
.tp-course-details-bg::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 445px;
  background: linear-gradient(180deg, #f1eee3 0%, #fffdf9 100%);
  top: 0;
  left: 0;
  z-index: -1;
}
.tp-course-details-top-review span {
  color: var(--tp-theme-1);
}
.tp-course-details-top-review-count {
  font-weight: 600;
  font-size: 16px;
  color: var(--tp-common-black);
}
.tp-course-details-top-review-count span {
  font-weight: 400;
  color: var(--tp-grey-1);
}
.tp-course-details-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.tp-course-details-meta a {
  font-weight: 500;
  font-size: 15px;
  color: var(--tp-common-black);
}
.tp-course-details-meta a:hover {
  color: var(--tp-theme-1);
}
.tp-course-details-meta a svg {
  transform: translateY(-1px);
  margin-right: 3px;
}
.tp-course-details-nav {
  position: sticky;
  top: 120px;
  z-index: 3;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .tp-course-details-nav {
    position: inherit;
  }
}
.tp-course-details-nav nav {
  border-radius: 50px;
  background: var(--tp-common-white);
  border: 1px solid #e6e8f0;
}
.tp-course-details-nav nav ul li {
  display: inline-block;
}
@media (max-width: 574.98px) {
  .tp-course-details-nav nav ul li {
    margin-bottom: 12px;
  }
}
.tp-course-details-nav nav ul li.current a {
  color: var(--tp-common-white);
  background: var(--tp-theme-1);
}
.tp-course-details-nav nav ul li a {
  font-weight: 700;
  font-size: 16px;
  text-align: center;
  border-radius: 50px;
  padding: 17px 35px;
  font-family: var(--tp-ff-heading);
  transition: all 0.4s ease;
  color: var(--tp-grey-1);
  display: inline-block;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-course-details-nav nav ul li a {
    padding: 11px 24px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .tp-course-details-nav nav ul li a {
    padding: 7px 20px;
  }
}
.tp-course-details-nav nav ul li a:hover {
  color: var(--tp-common-white);
  background: var(--tp-theme-1);
}
.tp-course-details-main-title {
  font-size: 32px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .tp-course-details-text p br {
    display: none;
  }
}
.tp-course-details-text a {
  font-size: 16px;
  font-weight: 500;
  color: var(--tp-common-black);
  display: inline-block;
  cursor: pointer;
}
.tp-course-details-text a span {
  margin-right: 5px;
  display: inline-block;
  transform: translateY(-2px);
}
.tp-course-details-text .content {
  position: relative;
  max-height: 160px;
  overflow: hidden;
  margin-bottom: 20px;
  transition: max-height 0.3s ease;
}
.tp-course-details-text .content::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  height: 30px;
  width: 100%;
  background: linear-gradient(360deg, #fffdf9 0%, rgba(255, 255, 255, 0) 100%);
}
.tp-course-details-text .content.show {
  max-height: 500px;
}
.tp-course-details-text .show-more-button svg {
  margin-right: 5px;
}
.tp-course-details-list ul {
  display: inline-block;
  margin-bottom: 20px;
}
.tp-course-details-list ul li {
  list-style: none;
  font-size: 16px;
  font-weight: 500;
  width: 50%;
  float: left;
  margin-bottom: 9px;
  color: var(--tp-grey-1);
  position: relative;
  padding-left: 14px;
}
.tp-course-details-list ul li::before {
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  top: 10px;
  left: 0;
  background: var(--tp-grey-1);
  border-radius: 30px;
}
@media (max-width: 574.98px) {
  .tp-course-details-list ul li {
    width: 100%;
  }
}
.tp-course-details-faq .accordion-item {
  border-radius: 6px;
  border: 1px solid #edeae1;
  background-color: transparent;
}
.tp-course-details-faq .accordion-item:not(:last-of-type) {
  margin-bottom: 16px;
}
.tp-course-details-faq .accordion-button {
  border-radius: 6px;
  padding: 19px 30px 19px 54px;
  box-shadow: none;
  background: var(--tp-grey-3);
  border: none;
}
@media (max-width: 574.98px) {
  .tp-course-details-faq .accordion-button {
    flex-wrap: wrap;
    padding: 18px 15px 18px 30px;
  }
}
.tp-course-details-faq .accordion-button .span {
  font-size: 18px;
  font-weight: 500;
  color: var(--tp-common-black);
}
@media (max-width: 574.98px) {
  .tp-course-details-faq .accordion-button .span {
    margin-bottom: 10px;
  }
}
.tp-course-details-faq .accordion-button .lesson {
  font-size: 15px;
  font-weight: 400;
  color: #57595f;
  border-radius: 34px;
  padding: 5px 20px;
  border: 1px solid #e6e8f0;
}
.tp-course-details-faq .accordion-button:not(.collapsed) {
  box-shadow: none;
  padding: 19px 30px 19px 54px;
  border-bottom: 1px solid #f2f0e9;
  background-color: var(--tp-grey-3);
  box-shadow: none;
  border-radius: 9px 9px 0 0;
  box-shadow: none;
}
@media (max-width: 574.98px) {
  .tp-course-details-faq .accordion-button:not(.collapsed) {
    padding: 18px 15px 18px 30px;
  }
}
.tp-course-details-faq .accordion-button:not(.collapsed) .span {
  color: var(--tp-theme-1);
}
.tp-course-details-faq .accordion-button:not(.collapsed) .accordion-btn::before {
  background-color: var(--tp-theme-1);
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
  -moz-transform: translate(-50%, -50%) rotate(0deg);
  -ms-transform: translate(-50%, -50%) rotate(0deg);
  -o-transform: translate(-50%, -50%) rotate(0deg);
  transform: translate(-50%, -50%) rotate(0deg);
}
.tp-course-details-faq .accordion-button:not(.collapsed) .accordion-btn::after {
  background-color: var(--tp-theme-1);
}
.tp-course-details-faq .accordion-button:focus {
  box-shadow: none;
}
.tp-course-details-faq .accordion-button .accordion-btn {
  position: absolute;
  top: 50%;
  left: 30px;
  transition: 0.3s;
  display: inline-block;
  transform: translateY(-50%);
}
@media (max-width: 574.98px) {
  .tp-course-details-faq .accordion-button .accordion-btn {
    left: 15px;
  }
}
.tp-course-details-faq .accordion-button .accordion-btn::after, .tp-course-details-faq .accordion-button .accordion-btn::before {
  position: absolute;
  content: "";
  width: 12px;
  height: 2px;
  left: 50%;
  top: 50%;
  border-radius: 2px;
  transition: all 0.4s ease;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: var(--tp-common-black);
}
.tp-course-details-faq .accordion-button .accordion-btn::before {
  background-color: var(--tp-common-black);
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  -moz-transform: translate(-50%, -50%) rotate(90deg);
  -ms-transform: translate(-50%, -50%) rotate(90deg);
  -o-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
}
.tp-course-details-faq .accordion-button::after {
  content: none;
}
.tp-course-details-faq .accordion-body {
  padding: 18px 30px;
}
@media (max-width: 574.98px) {
  .tp-course-details-faq .accordion-body {
    padding: 15px 15px;
  }
}
@media (max-width: 574.98px) {
  .tp-course-details-faq-item {
    flex-wrap: wrap;
  }
}
.tp-course-details-faq-item:not(:last-of-type) {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #e6e8f0;
}
.tp-course-details-faq-item .left span {
  font-size: 15px;
  color: #57595f;
  font-weight: 400;
}
.tp-course-details-faq-item .left span i {
  font-size: 16px;
  font-style: normal;
  color: var(--tp-common-black);
}
.tp-course-details-faq-item .left span svg {
  transform: translateY(-2px);
  margin-right: 5px;
}
.tp-course-details-faq-item .right span {
  font-size: 14px;
  font-weight: 400;
  color: #697089;
}
.tp-course-details-faq-item .right span a {
  margin-left: 10px;
  display: inline-block;
  font-weight: 400;
  font-size: 15px;
  padding: 0px 11px;
  border-radius: 29px;
  border: 1px solid rgba(31, 36, 46, 0.1);
  color: var(--tp-theme-1);
}
.tp-course-details-faq-item .right span a svg {
  margin-right: 5px;
  transform: translateY(-1px);
}
@media (max-width: 574.98px) {
  .tp-course-details-instructor {
    flex-wrap: wrap;
  }
}
.tp-course-details-instructor h2 {
  font-size: 20px;
  font-weight: 600;
  color: var(--tp-common-black);
  margin-bottom: 4px;
}
.tp-course-details-instructor .pre {
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 10px;
  color: var(--tp-grey-1);
}
.tp-course-details-instructor-sub {
  margin-bottom: 10px;
}
.tp-course-details-instructor-sub span {
  font-size: 14px;
  font-weight: 400;
  color: var(--tp-common-black);
}
.tp-course-details-instructor-sub span svg {
  margin-right: 2px;
  transform: translateY(-2px);
}
.tp-course-details-instructor-sub span:not(:last-of-type) {
  margin-right: 15px;
}
.tp-course-details-instructor-text {
  margin-bottom: 25px;
}
.tp-course-details-instructor-text p {
  font-size: 16px;
  font-weight: 500;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .tp-course-details-instructor-text p br {
    display: none;
  }
}
.tp-course-details-instructor-social a {
  display: inline-block;
  height: 36px;
  width: 36px;
  line-height: 33px;
  border-radius: 50%;
  text-align: center;
  margin-right: 6px;
  border: 1px solid #e6e8f0;
}
.tp-course-details-instructor-social a:hover {
  background: var(--tp-theme-1);
  border: 1px solid var(--tp-theme-1);
  color: var(--tp-common-white);
  box-shadow: 0 1px 8px 0 rgba(9, 32, 151, 0.25);
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .tp-course-details-instructor-thumb {
    margin-right: 20px;
    margin-bottom: 20px;
  }
}
.tp-course-details-review-rating {
  margin-bottom: 60px;
  box-shadow: 0 1px 1px 0 rgba(48, 54, 81, 0.06);
  background: var(--tp-grey-3);
  border-radius: 10px;
}
.tp-course-details-review-rating-info {
  border-radius: 6px;
  padding: 31px;
  position: relative;
}
.tp-course-details-review-rating-info::before {
  position: absolute;
  content: "";
  background: #e6e8f0;
  width: 1px;
  height: 80px;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .tp-course-details-review-rating-info {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 574.98px) {
  .tp-course-details-review-rating-info {
    padding: 25px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .tp-course-details-review-rating-info::before {
    display: none;
  }
}
.tp-course-details-review-rating-info h2 {
  font-size: 54px;
  font-weight: 600;
  margin-bottom: 0px;
  letter-spacing: -0.02em;
  font-family: var(--tp-ff-body);
}
.tp-course-details-review-rating-info .rating-icons span {
  color: var(--tp-theme-1);
}
.tp-course-details-review-details {
  padding: 22px 30px;
}
.tp-course-details-review-item {
  margin-bottom: 5px;
}
.tp-course-details-review-progress {
  height: 6px;
  margin: 0 2px;
  overflow: hidden;
  background-color: #edeeee;
  width: calc(100% - 40px - 60px);
  border-radius: 50px;
}
.tp-course-details-review-progress .single-progress {
  height: 100%;
  background-color: var(--tp-theme-1);
  border-radius: 50px;
}
.tp-course-details-review-text {
  font-size: 15px;
  font-weight: 500;
  color: #55585b;
}
.tp-course-details-review-percent h2 {
  font-size: 15px !important;
  font-weight: 500 !important;
  color: #55585b !important;
}
.tp-course-details-review-thumb {
  margin-right: 20px;
}
.tp-course-details-review-item-reply {
  margin-bottom: 40px;
}
.tp-course-details-review-item-reply:nth-child(1) {
  padding-bottom: 40px;
  border-bottom: 1px solid #dce0ec;
}
.tp-course-details-review-item-reply p {
  margin-bottom: 22px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .tp-course-details-review-item-reply p br {
    display: none;
  }
}
.tp-course-details-review-top {
  margin-bottom: 15px;
}
.tp-course-details-review-content h2 {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  color: var(--tp-common-black);
}
.tp-course-details-review-star {
  display: inline-block;
}
.tp-course-details-review-star span {
  color: var(--tp-theme-1);
}
.tp-course-details-review-star .span {
  font-size: 14px;
  font-weight: 400;
  color: #6c7275;
  margin-left: 5px;
}
.tp-course-details-review-react > span {
  font-size: 14px;
  font-weight: 400;
  margin-right: 8px;
  color: #6c7275;
}
.tp-course-details-review-react .react a {
  padding: 6px 13px 8px;
  border: 1px solid #E6E8F0;
}
.tp-course-details-review-react .react a:first-child {
  border-radius: 6px 0 0px 6px;
}
.tp-course-details-review-react .react a:last-child {
  margin-left: -1px;
  border-radius: 0px 6px 6px 0px;
}
.tp-course-details-review-react .react a:hover {
  border-color: var(--tp-theme-1);
  background: var(--tp-theme-1);
}
.tp-course-details-review-react .react a:hover span {
  color: var(--tp-common-white);
}
.tp-course-details-review-react .react a span {
  transition: all 0.4s ease;
}
.tp-course-details-review-reply-wrap {
  margin-bottom: 100px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .tp-course-details-review-reply-wrap {
    margin-bottom: 50px;
  }
}
.tp-course-details-review-reply-btn a {
  width: 100%;
  display: inline-block;
  text-align: center;
  padding: 11px 20px;
  border-radius: 6px;
  border: 1px solid #e1dfdb;
  box-shadow: inset 0 1px 4px 0 rgba(48, 54, 81, 0.06), 0 1px 1px 0 rgba(48, 54, 81, 0.06);
  font-family: var(--tp-ff-heading);
  font-weight: 700;
  font-size: 16px;
  letter-spacing: -0.02em;
  text-align: center;
  color: #4f5158;
}
.tp-course-details-review-reply-btn a:hover {
  color: var(--tp-common-white);
  background: var(--tp-theme-1);
}
.tp-course-details-comment-star span {
  color: var(--tp-theme-1);
}
.tp-course-details-widget {
  top: 120px;
  padding: 15px;
  border-radius: 10px;
  background-color: var(--tp-common-white);
  box-shadow: 0 0 24px 0 rgba(3, 31, 66, 0.1);
  margin-top: 80px;
  position: sticky;
  z-index: 9;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .tp-course-details-widget {
    margin-top: 30px;
  }
}
.tp-course-details-widget-thumb img {
  border-radius: 8px;
  width: 100%;
}
.tp-course-details-widget-thumb a {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 70px;
  width: 70px;
  line-height: 70px;
  text-align: center;
  display: inline-block;
  border-radius: 100%;
  background-color: #fcfcfc;
  box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.3);
}
.tp-course-details-widget-thumb a::after {
  position: absolute;
  content: "";
  left: 50%;
  top: 50%;
  width: 90%;
  height: 90%;
  transform: scale(1);
  border: 1px solid var(--tp-common-white);
  animation: video-border 1.5s linear infinite;
  border-radius: 50%;
}
.tp-course-details-widget-content {
  padding: 30px 15px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), (max-width: 574.98px) {
  .tp-course-details-widget-content {
    padding: 30px 0;
  }
}
.tp-course-details-widget-price {
  margin-bottom: 18px;
}
.tp-course-details-widget-price span {
  font-size: 30px;
  font-weight: 600;
  margin-right: 10px;
  color: var(--tp-common-black);
}
.tp-course-details-widget-price del {
  font-size: 16px;
  font-weight: 400;
  color: #73757b;
}
.tp-course-details-widget-price p {
  display: inline-block;
  font-size: 13px;
  font-weight: 600;
  color: #e71442;
  padding: 0px 9px;
  margin-left: 5px;
  margin-bottom: 0;
  border-radius: 6px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  border: 1px solid rgba(231, 20, 66, 0.12);
}
.tp-course-details-widget-price .price {
  display: flex;
  align-items: center;
}
.tp-course-details-widget-price .share button span {
  margin: 0;
  line-height: 32px;
}
.tp-course-details-widget-btn {
  margin-bottom: 30px;
}
.tp-course-details-widget-btn a {
  display: block;
  font-size: 17px;
  font-weight: 500;
  border-radius: 6px;
  padding: 11px 15px;
  text-align: center;
  color: var(--tp-common-black);
  border: 1px solid #e6e8f0;
  background: var(--tp-common-white);
  box-shadow: inset 0 1px 4px 0 rgba(48, 54, 81, 0.06), 0 1px 1px 0 rgba(48, 54, 81, 0.06);
}
.tp-course-details-widget-btn a:not(:last-of-type) {
  margin-bottom: 10px;
}
.tp-course-details-widget-btn a:hover {
  border: 1px solid var(--tp-theme-1);
  color: var(--tp-common-white);
  background-color: var(--tp-theme-1);
}
.tp-course-details-widget-btn a.active {
  border: none;
  color: var(--tp-common-white);
  background-color: var(--tp-theme-1);
}
.tp-course-details-widget-btn a.active:hover {
  background: var(--tp-common-red);
  color: var(--tp-common-white);
}
.tp-course-details-widget-btn p {
  margin-top: 20px;
  text-align: center;
  font-size: 13px;
  font-weight: 400;
  margin-bottom: 0;
  line-height: 1;
  letter-spacing: -0.02em;
  color: #7e7f88;
}
.tp-course-details-widget-list h2 {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 20px;
  color: var(--tp-common-black);
}
.tp-course-details-widget-list-item {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(3, 31, 66, 0.1);
}
.tp-course-details-widget-list-item span {
  font-size: 15px;
  font-weight: 500;
  color: #4f5158;
}
.tp-course-details-widget-list-item span svg {
  margin-right: 5px;
  transform: translateY(-1px);
}
.tp-course-details-widget-share {
  margin-bottom: 15px;
}
.tp-course-details-widget-share .share {
  font-size: 15px;
  font-weight: 500;
  color: var(--tp-theme-1);
}
.tp-course-details-widget-share .share span {
  display: inline-block;
  margin-right: 5px;
  transform: translateY(-1px);
}
.tp-course-details-widget-share .coupon {
  font-size: 15px;
  font-weight: 500;
  color: #ff843f;
  position: relative;
}
.tp-course-details-widget-share .coupon:hover::after {
  opacity: 0;
  transform: translateY(-2px);
}
.tp-course-details-widget-share .coupon::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  height: 1px;
  width: 100%;
  background: #ff843f;
  transition: all 0.4s ease;
}
.tp-course-details-widget-search input {
  height: 46px;
  border-radius: 6px;
  padding-right: 110px;
  border: 1px solid #e6e8f0;
  background: var(--tp-common-white);
  box-shadow: inset 0 1px 4px 0 rgba(48, 54, 81, 0.06), 0 1px 1px 0 rgba(48, 54, 81, 0.06);
}
.tp-course-details-widget-search input:focus {
  border-color: var(--tp-theme-1);
  box-shadow: 0px 0px 0px 3px rgba(70, 97, 253, 0.16);
}
.tp-course-details-widget-search button {
  position: absolute;
  top: 50%;
  right: 0;
  font-size: 16px;
  font-weight: 500;
  border-radius: 6px;
  background: #031f42;
  padding: 10px 29px;
  transform: translateY(-50%);
  color: var(--tp-common-white);
}
.tp-course-details-widget-search button:hover {
  background-color: var(--tp-theme-1);
}

.tp-courses-tab-list {
  display: flex;
  justify-content: center;
  gap: 38px;
  flex-wrap: wrap;
  border: none;
  padding: 0;
  list-style: none;
  border-bottom: 1px solid rgba(31, 36, 46, 0.1);
  padding-bottom: 15px;
}
@media (max-width: 574.98px) {
  .tp-courses-tab-list {
    gap: 15px;
  }
}
.tp-courses-tab-list .nav-item .nav-link {
  display: inline-block;
  color: #56544d;
  font-size: 16px;
  font-weight: 600;
  border: none;
  background: none;
  cursor: pointer;
  -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;
  text-decoration: none;
  padding: 0;
}
.tp-courses-tab-list .nav-item .nav-link:hover {
  color: var(--tp-theme-1);
}
.tp-courses-tab-list .nav-item .nav-link.active {
  color: var(--tp-theme-1);
}

/*----------------------------------------*/
/*  7.20 team
/*----------------------------------------*/
.tp-team-title {
  font-size: 24px;
  letter-spacing: -0.02em;
}
.tp-team-title a:hover {
  color: var(--tp-theme-1);
}
.tp-team-wrap:hover .tp-team-thumb::before {
  opacity: 1;
  visibility: visible;
}
.tp-team-wrap:hover .tp-team-thumb img {
  transform: scale(1.06);
}
.tp-team-wrap:hover .tp-team-social {
  opacity: 1;
  visibility: visible;
  right: 24px;
}
.tp-team-subtitle {
  font-weight: 500;
  font-size: 15px;
  color: var(--tp-grey-1);
}
.tp-team-thumb {
  border-radius: 24px;
  overflow: hidden;
}
.tp-team-thumb img {
  transition: all 0.5s ease;
}
.tp-team-social {
  border-radius: 50px;
  padding: 13px 12px;
  background: var(--tp-theme-1);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 14px;
  bottom: 24px;
  right: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease;
  z-index: 2;
}
.tp-team-social a {
  width: 28px;
  height: 28px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--tp-theme-1);
  background: var(--tp-common-white);
  border-radius: 100px;
}
.tp-team-navigation {
  gap: 10px;
  transform: translateY(0) !important;
}
.tp-team-navigation button {
  border: 1px solid rgba(31, 36, 46, 0.2) !important;
}
.tp-team-2-shape {
  position: absolute;
  top: 176px;
  left: 0;
  z-index: -1;
}
.tp-team-2-shape svg path.line-1 {
  stroke: var(--tp-common-white);
  stroke-dasharray: 2300;
  stroke-dashoffset: 3500;
  animation: dash 5s linear forwards infinite;
}
.tp-team-2-shape-2 {
  right: 217px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .tp-team-2-shape-2 {
    margin-right: 0;
  }
}
.tp-team-2-wrap .tp-team-thumb::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(241, 240, 238, 0) 53.18%, rgba(0, 0, 0, 0.52) 100%);
  bottom: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease;
  z-index: 1;
}
.tp-team-3-content {
  border-radius: 16px;
  padding: 30px 24px 26px 24px;
  background: var(--tp-common-white);
  left: 24px;
  right: 24px;
  bottom: 24px;
}
.tp-team-3-name {
  font-size: 20px;
  letter-spacing: -0.02em;
}
.tp-team-3-name a:hover {
  color: var(--tp-theme-1);
}
.tp-team-3-designation {
  font-weight: 400;
  font-size: 16px;
  color: var(--tp-grey-1);
}
.tp-team-3-item:hover .tp-team-3-thumb img {
  transform: scale(1.1);
}
.tp-team-3-thumb {
  border-radius: 24px;
  overflow: hidden;
}
.tp-team-3-thumb img {
  transition: all 0.5s ease;
}
.tp-team-3-btn {
  width: 50px;
  height: 50px;
  border: 1px solid rgba(31, 36, 46, 0.2);
  border-radius: 100px;
  color: var(--tp-common-black);
}
.tp-team-3-btn:hover {
  background: var(--tp-theme-1);
  color: var(--tp-common-white);
  border-color: var(--tp-theme-1);
}
.tp-team-3-btn:hover path:nth-child(2) {
  color: var(--tp-common-black);
  transition: all 0.3s ease;
}
.tp-team-3-btn path:nth-child(2) {
  color: var(--tp-common-white);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .tp-team-details-thumb {
    margin-right: 0;
  }
}
.tp-team-details-thumb img {
  border-radius: 14px;
}
.tp-team-details-subtitle {
  font-size: 16px;
  color: #525356;
}
.tp-team-details-more-title {
  font-size: 24px;
  letter-spacing: -0.02em;
}
.tp-team-details-more ul li {
  list-style: none;
  color: var(--tp-common-black);
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 12px;
}
.tp-team-details-more ul li span {
  color: #525356;
  min-width: 100px;
  margin-right: 40px;
  display: inline-block;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .tp-team-details-info {
    flex-wrap: wrap;
  }
}
.tp-team-details-info-contact {
  padding: 10px 0;
  border-top: 1px solid rgba(17, 16, 19, 0.1);
  border-bottom: 1px solid rgba(17, 16, 19, 0.1);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .tp-team-details-info-contact {
    margin-bottom: 20px;
  }
}
.tp-team-details-info-contact a {
  font-size: 14px;
  font-weight: 500;
  color: #111013;
  display: inline-block;
  letter-spacing: -0.28px;
}
.tp-team-details-info-contact a:hover {
  color: var(--tp-theme-1);
}
.tp-team-details-info-contact a:not(:last-of-type) {
  margin-right: 20px;
  padding-right: 20px;
  border-right: 1px solid rgba(17, 16, 19, 0.1);
}
.tp-team-details-info-contact a svg {
  margin-right: 5px;
  color: var(--tp-theme-1);
}
.tp-team-details-info-social .tp-team-details-info-social .tp-offcanvas-social {
  margin-top: 0;
}
.tp-team-details-info-social .tp-team-details-info-social .tp-offcanvas-social a {
  background-color: transparent;
  border: 1px solid rgba(17, 16, 19, 0.08);
}
.tp-team-details-info-social .tp-team-details-info-social .tp-offcanvas-social a:hover {
  border-color: var(--tp-theme-1);
  background-color: var(--tp-theme-1);
}
.tp-team-details-progress-title {
  color: #111013;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 13px;
}
.tp-team-details-progress-inner {
  position: relative;
  width: 100%;
  height: 5px;
  background: rgba(82, 83, 86, 0.1);
}
.tp-team-details-progress-bar {
  overflow: visible;
  display: flex;
  height: 5px;
  text-align: center;
  white-space: nowrap;
  transition: 0.6s ease;
  position: relative;
  background-color: var(--tp-theme-1);
}
.tp-team-details-progress-bar::before {
  position: absolute;
  content: "";
  height: 20px;
  width: 1px;
  right: 0px;
  top: -8px;
  margin: auto;
  background-color: var(--tp-theme-1);
}
.tp-team-details-progress-counter {
  margin-top: -29px;
  font-weight: 500;
  font-size: 14px;
  position: absolute;
  top: 0;
  right: -15px;
  text-transform: uppercase;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .tp-team-details-text {
    margin-right: 0;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .tp-team-details-input {
    margin-left: 0;
  }
}

/*----------------------------------------*/
/*  7.2 pagination - WordPress Compatible
/*----------------------------------------*/
.tp-pagination div.nav-links,
.tp-pagination ul,
.wp-pagination div.nav-links,
.wp-pagination ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
}
.tp-pagination li,
.wp-pagination li {
  margin: 0;
  padding: 0;
}
.tp-pagination a.page-numbers,
.tp-pagination .page-numbers,
.tp-pagination a,
.wp-pagination a.page-numbers,
.wp-pagination .page-numbers,
.wp-pagination a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  color: var(--tp-common-black);
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 500;
  transition: all 0.3s ease;
  text-decoration: none;
  line-height: 1;
}
.tp-pagination a.page-numbers:hover,
.tp-pagination .page-numbers:hover,
.tp-pagination a:hover,
.wp-pagination a.page-numbers:hover,
.wp-pagination .page-numbers:hover,
.wp-pagination a:hover {
  background-color: var(--tp-theme-1);
  color: var(--tp-common-white);
}
.tp-pagination a.page-numbers i,
.tp-pagination .page-numbers i,
.tp-pagination a i,
.wp-pagination a.page-numbers i,
.wp-pagination .page-numbers i,
.wp-pagination a i {
  font-size: 12px;
}
.tp-pagination span.page-numbers,
.wp-pagination span.page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  color: var(--tp-common-black);
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
}
.tp-pagination span.page-numbers.current,
.wp-pagination span.page-numbers.current {
  background-color: var(--tp-theme-1);
  color: white;
}
.tp-pagination a.prev,
.tp-pagination a.next,
.wp-pagination a.prev,
.wp-pagination a.next {
  border-radius: 50px;
  width: 50px;
  height: 50px;
}
.tp-pagination a.prev:hover,
.tp-pagination a.next:hover,
.wp-pagination a.prev:hover,
.wp-pagination a.next:hover {
  background-color: var(--tp-theme-1);
}
.tp-pagination a.prev i,
.wp-pagination a.prev i {
  margin-right: 2px;
}
.tp-pagination a.next i,
.wp-pagination a.next i {
  margin-left: 2px;
}

/*----------------------------------------*/
/*  7.11 department
/*----------------------------------------*/
.tp-department-item:hover .tp-department-btn {
  opacity: 1;
  visibility: visible;
}
.tp-department-item:hover .tp-department-thumb img {
  transform: scale(1.06);
}
.tp-department-thumb {
  border-radius: 24px;
}
.tp-department-thumb img {
  transition: all 0.5s ease;
}
.tp-department-thumb::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 39.34%, rgba(0, 0, 0, 0.7) 100%);
  bottom: 0;
  left: 0;
  z-index: 1;
}
.tp-department-content {
  position: absolute;
  bottom: 36px;
  left: 40px;
  right: 40px;
  z-index: 2;
}
.tp-department-btn {
  width: 50px;
  height: 50px;
  background: var(--tp-theme-1);
  color: var(--tp-common-white);
  opacity: 0;
  visibility: hidden;
  flex: 0 0 auto;
}
.tp-department-btn:hover {
  color: var(--tp-common-black);
}
.tp-department-title {
  font-weight: 700;
  font-size: 24px;
  line-height: 133%;
  color: var(--tp-common-white);
}
.tp-department-3-thumb {
  border-radius: 24px;
}
.tp-department-3-thumb::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(7, 6, 6, 0.32);
  z-index: 1;
  opacity: 0;
  transition: all 0.4s ease;
}
.tp-department-3-thumb img {
  transition: all 0.5s ease;
}
.tp-department-3-name {
  font-size: 18px;
  color: var(--tp-common-black);
}
.tp-department-3-name a:hover {
  color: var(--tp-theme-1);
}
.tp-department-3-batch {
  font-size: 14px;
  color: var(--tp-grey-1);
}
.tp-department-3-rating {
  width: 22px;
  height: 22px;
  background: var(--tp-theme-1);
  border-radius: 100px;
  color: var(--tp-common-white);
}
.tp-department-3-rating-count {
  font-size: 14px;
  letter-spacing: -0.02em;
  color: var(--tp-common-black);
}
.tp-department-3-rating-wrap {
  background: #faf8f1;
  border-radius: 50px;
  padding: 6px 16px;
}
.tp-department-3-item:hover .tp-department-3-thumb::before {
  opacity: 1;
}
.tp-department-3-item:hover .tp-department-3-thumb img {
  transform: scale(1.1);
}
.tp-department-3-item:hover .tp-department-3-video-btn {
  opacity: 1;
  visibility: visible;
}
.tp-department-3-video-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 80px;
  height: 80px;
  background: var(--tp-theme-1);
  color: var(--tp-common-white);
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease;
}
.tp-department-3-video-btn:hover {
  background: var(--tp-common-white);
  color: var(--tp-theme-1);
}

/*----------------------------------------*/
/*  7.22 video
/*----------------------------------------*/
.tp-video-btn {
  width: 160px;
  height: 160px;
  background: var(--tp-common-white);
  animation: animate-pulse 3s linear infinite;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .tp-video-btn {
    width: 120px;
    height: 120px;
  }
}
.tp-video-spacing {
  padding-top: 380px;
  padding-bottom: 380px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .tp-video-spacing {
    padding-top: 280px;
    padding-bottom: 280px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .tp-video-spacing {
    padding-top: 180px;
    padding-bottom: 180px;
  }
}
.tp-video-spacing::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(31, 36, 46, 0.32);
  z-index: -1;
  top: 0;
  left: 0;
}
.tp-video-2 {
  padding-top: 250px;
  padding-bottom: 250px;
  border-radius: 24px;
}
@media (max-width: 574.98px) {
  .tp-video-2 {
    padding-top: 150px;
    padding-bottom: 200px;
  }
}
.tp-video-2::before {
  position: absolute;
  content: "";
  background: linear-gradient(360deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
  bottom: 0;
  left: 0;
  width: 100%;
  border-radius: 24px;
  height: 220px;
  z-index: -1;
}
.tp-video-2-title {
  position: absolute;
  bottom: 40px;
  left: 50px;
  font-size: 24px;
  line-height: 150%;
  text-transform: uppercase;
  color: var(--tp-common-white);
  text-align: left;
}
.tp-video-2 .tp-video-btn {
  width: 120px;
  height: 120px;
  background: var(--tp-theme-1);
  color: var(--tp-common-white);
}

/*----------------------------------------*/
/*  7.21 testimonial
/*----------------------------------------*/
.tp-testimonial-ratings {
  display: flex;
  color: #FF5B35;
  gap: 6px;
  line-height: 1;
}
.tp-testimonial-dec {
  font-size: 30px;
  line-height: 133%;
  letter-spacing: -0.02em;
  color: var(--tp-common-black);
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-testimonial-dec {
    margin-bottom: 20px;
  }
}
@media (max-width: 574.98px) {
  .tp-testimonial-dec {
    font-size: 24px;
  }
}
.tp-testimonial-name {
  border-left: 2px solid var(--tp-common-black);
  padding-left: 14px;
}
.tp-testimonial-name span {
  font-size: 18px;
  color: var(--tp-common-black);
}
.tp-testimonial-name p {
  font-weight: 500;
  font-size: 15px;
  color: var(--tp-grey-1);
}
.tp-testimonial-navigation {
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  width: calc(100% - 30px);
  margin: 0 auto;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .tp-testimonial-navigation {
    position: inherit;
    transform: inherit;
    width: 100%;
  }
}
.tp-testimonial-navigation button {
  width: 46px;
  height: 46px;
  border: 1px solid rgba(31, 36, 46, 0.2);
}
.tp-testimonial-navigation button:hover {
  border-color: var(--tp-theme-1);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .tp-testimonial-thumb {
    margin-left: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .tp-testimonial-thumb img {
    width: 100%;
  }
}
.tp-testimonial-2-item {
  background: #f6f4ee;
  border-radius: 24px;
}
.tp-testimonial-2-shape svg {
  width: 100%;
}
.tp-testimonial-2-avatar img {
  border-radius: 100px;
  width: 60px;
  height: 60px;
}
.tp-testimonial-2-avatar-wrap {
  gap: 14px;
  padding: 60px 60px 20px 60px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .tp-testimonial-2-avatar-wrap {
    padding: 40px 30px 20px 30px;
  }
}
.tp-testimonial-2-avatar-title {
  font-size: 18px;
  color: var(--tp-common-black);
  line-height: 1;
}
.tp-testimonial-2-avatar-pos {
  font-weight: 500;
  font-size: 14px;
  color: var(--tp-grey-1);
}
.tp-testimonial-2-content {
  padding: 27px 60px 54px 60px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .tp-testimonial-2-content {
    padding: 27px 30px 34px 30px;
  }
}
.tp-testimonial-2-ratings span {
  color: var(--tp-theme-1);
}
.tp-testimonial-2-dec {
  font-size: 18px;
  line-height: 156%;
  color: var(--tp-common-black);
}
.tp-testimonial-2-pagination {
  display: flex;
  justify-content: center;
  gap: 3px;
}
.tp-testimonial-2-pagination span {
  width: 10px;
  height: 10px;
  display: inline-block;
  background: rgba(31, 36, 46, 0.1);
  border-radius: 100px;
  opacity: 1;
  border: none;
}
.tp-testimonial-2-pagination span.swiper-pagination-bullet-active {
  transform: scale(1.5);
  background: var(--tp-theme-1);
}
.tp-testimonial-3-item {
  border-radius: 24px;
  background: #faf8f1;
  padding: 24px 40px 24px 24px;
}
@media (max-width: 574.98px) {
  .tp-testimonial-3-item {
    padding: 20px;
  }
}
.tp-testimonial-3-item:hover .tp-testimonial-3-thumb img {
  transform: scale(1.1);
}
.tp-testimonial-3-thumb {
  border-radius: 16px;
  overflow: hidden;
  margin-right: -33px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .tp-testimonial-3-thumb {
    margin-right: 0;
    margin-bottom: 30px;
  }
}
.tp-testimonial-3-thumb img {
  transition: all 0.5s ease;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .tp-testimonial-3-content {
    margin-left: 0;
  }
}
.tp-testimonial-3-dec {
  font-size: 22px;
  line-height: 145%;
}
@media (max-width: 574.98px) {
  .tp-testimonial-3-dec {
    font-size: 18px;
  }
}
.tp-testimonial-3-name {
  font-size: 18px;
  color: var(--tp-common-black);
}
.tp-testimonial-3-designation {
  font-size: 14px;
  color: var(--tp-grey-1);
}

.tp-bounce a, .tp-bounce .bounce {
  -webkit-transition: 0.3s cubic-bezier(0.12, 0, 0.39, 0);
  transition: 0.3s cubic-bezier(0.12, 0, 0.39, 0);
  z-index: 1;
  position: relative;
}
.tp-bounce a:hover, .tp-bounce .bounce:hover {
  color: var(--tp-common-white);
}
.tp-bounce a:hover span, .tp-bounce .bounce:hover span {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
.tp-bounce a span, .tp-bounce .bounce span {
  display: block;
  border-radius: 100%;
  height: 100%;
  width: 100%;
  top: -1px;
  left: -1px;
  padding: 1px;
  box-sizing: content-box;
  margin: 0;
  position: absolute;
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  opacity: 0;
  -webkit-transition: 0.5s cubic-bezier(0.12, 0, 0.39, 0);
  transition: 0.5s cubic-bezier(0.12, 0, 0.39, 0);
  pointer-events: none;
  z-index: -1;
  background-color: var(--tp-theme-1);
}

/*----------------------------------------*/
/*  7.3 brand
/*----------------------------------------*/
.tp-brand-slider .swiper-slide {
  display: inline-block;
  width: auto;
  padding: 0 80px;
  border-right: 1px solid rgba(3, 31, 66, 0.08);
  border-top: 1px solid rgba(3, 31, 66, 0.08);
  height: 100%;
  margin-top: 1px;
}
.tp-brand-item {
  height: 180px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.tp-brand-item img {
  mix-blend-mode: darken;
}
.tp-brand-2-slider .swiper-slide {
  border: none;
  margin: 0;
  padding: 0 44px;
}
.tp-brand-2-slider .tp-brand-item {
  height: auto;
}
.tp-brand-3 .tp-brand-slider .swiper-slide {
  border-bottom: 1px solid rgba(3, 31, 66, 0.08);
  border-top: 0;
  margin-top: 0;
}
.tp-brand-4-border .tp-brand-slider .swiper-slide {
  border-bottom: 1px solid rgba(3, 31, 66, 0.08);
}

/*----------------------------------------*/
/*  7.13 faq css start
/*----------------------------------------*/
.tp-faq-item {
  border-radius: 0;
  border-bottom: 1px solid rgba(50, 41, 73, 0.1);
  padding-top: 10px;
  padding-bottom: 13px;
}
.tp-faq-item.active .tp-faq-button {
  background: transparent;
  color: var(--tp-theme-1);
}
.tp-faq-item.active .tp-faq-button::before, .tp-faq-item.active .tp-faq-button:after {
  background: var(--tp-theme-1);
  color: var(--tp-common-white);
}
.tp-faq-body {
  font-weight: 500;
  font-size: 16px;
  line-height: 163%;
  padding: 0;
  padding-bottom: 13px;
}
.tp-faq-body p {
  font-size: 16px;
  line-height: 156%;
  font-weight: 500;
  letter-spacing: -0.01em;
  margin-bottom: 4px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .tp-faq-body p br {
    display: none;
  }
}
.tp-faq-button {
  background: transparent;
  letter-spacing: -0.4px;
  width: 100%;
  text-align: left;
  padding: 20px 0;
  position: relative;
  line-height: 1.3;
  font-weight: 600;
  font-size: 24px;
  letter-spacing: -0.02em;
  color: var(--tp-common-black);
  display: flex;
  padding-right: 50px;
}
@media (max-width: 574.98px) {
  .tp-faq-button {
    font-size: 18px;
  }
}
.tp-faq-button::before, .tp-faq-button:after {
  content: "\f068";
  font-family: "Font Awesome 5 Pro";
  position: absolute;
  right: 0;
  top: 18px;
  width: 36px;
  height: 36px;
  border: 1px solid rgba(31, 36, 46, 0.1);
  text-align: center;
  border-radius: 30px;
  line-height: 34px;
  font-size: 16px;
  font-weight: 400;
  color: var(--tp-common-black);
  transition: all 0.5s ease;
}
.tp-faq-button.collapsed:after {
  content: "\f067";
}
.tp-faq-2 .tp-faq-item {
  border: 1px solid #e9e7e2;
  box-shadow: inset 0 1px 4px 0 rgba(48, 54, 81, 0.06), 0 1px 1px 0 rgba(48, 54, 81, 0.06);
  border-radius: 10px;
  padding: 3px 22px 3px 32px;
}
.tp-faq-2 .tp-faq-button {
  font-weight: 500;
  font-size: 18px;
  letter-spacing: -0.01em;
  font-family: var(--tp-ff-body);
}
.tp-faq-2 .tp-faq-button::before, .tp-faq-2 .tp-faq-button:after {
  border: none;
  top: 14px;
}
.tp-faq-2 .tp-faq-item.active .tp-faq-button::before, .tp-faq-2 .tp-faq-item.active .tp-faq-button:after {
  background: transparent;
  color: var(--tp-theme-1);
}

/*----------------------------------------*/
/*  7.14 feature
/*----------------------------------------*/
.tp-feature-title {
  font-size: 20px;
  letter-spacing: -0.02em;
}
.tp-feature-shape {
  left: 146px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .tp-feature-shape {
    left: 0;
  }
}
.tp-feature-icon {
  width: 74px;
  height: 74px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
  color: var(--tp-common-black);
}
.tp-feature-icon::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #9decfa;
  will-change: border-radius, transform, opacity;
  animation: sliderShape 8s linear infinite;
  z-index: -1;
}
.tp-feature-icon.icon-bg-2::before {
  background: #ffca24;
}
.tp-feature-icon.icon-bg-3::before {
  background: #96f1c6;
}
.tp-feature-icon.icon-bg-4::before {
  background: #ffadad;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .tp-feature-dec br {
    display: none;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .tp-feature-item {
    margin-top: 0;
  }
}

/*----------------------------------------*/
/*  7.7 community
/*----------------------------------------*/
.tp-community-wrap {
  display: flex;
  gap: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .tp-community-wrap {
    gap: 10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .tp-community-item {
    margin-bottom: 10px;
  }
}
.tp-community-item:hover img {
  transform: rotateY(180deg);
}
.tp-community-item img {
  border-radius: 16px;
  transition: all 0.4s ease;
}
.tp-community-border {
  border-bottom: 1px solid rgba(31, 36, 46, 0.2);
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .tp-community-col {
    margin-top: 0;
    margin-bottom: 0;
  }
}
.tp-community-title-wrap {
  margin-top: -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), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .tp-community-title-wrap {
    margin-top: -50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .tp-community-title-wrap {
    margin-top: 0;
  }
}

/*----------------------------------------*/
/*  7.6 chose
/*----------------------------------------*/
.tp-chose-thumb img {
  border-radius: 16px;
}
.tp-chose-list ul li {
  font-weight: 600;
  font-size: 20px;
  letter-spacing: -0.01em;
  color: var(--tp-common-black);
  list-style: none;
  display: flex;
  align-items: center;
  border-bottom: 1px solid rgba(31, 36, 46, 0.1);
  padding-bottom: 24px;
  margin-bottom: 24px;
}
.tp-chose-list ul li span {
  margin-right: 14px;
}
@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), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .tp-chose-content-wrap {
    margin-left: 0;
  }
}

/*----------------------------------------*/
/*  7.17 misson
/*----------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .tp-misson-thumb {
    margin-left: 0;
    margin-right: 0;
  }
}
.tp-misson-thumb img {
  border-radius: 24px;
}
.tp-misson-help-icon {
  color: var(--tp-common-black);
}
.tp-misson-help-title {
  font-size: 24px;
  letter-spacing: -0.02em;
}
.tp-misson-help-dec {
  font-size: 16px;
  line-height: 163%;
  letter-spacing: -0.01em;
}
.tp-misson-list {
  border: 1px solid rgba(31, 36, 46, 0.1);
  padding: 45px 40px;
}
.tp-misson-list ul li {
  font-weight: 500;
  font-size: 16px;
  color: var(--tp-grey-1);
  list-style: none;
  position: relative;
  padding-left: 15px;
}
.tp-misson-list ul li:not(:last-child) {
  margin-bottom: 10px;
}
.tp-misson-list ul li::before {
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  background-color: var(--tp-grey-1);
  border-radius: 50%;
  top: 11px;
  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), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .tp-misson-content {
    margin-left: 0;
    margin-right: 0;
  }
}

/*----------------------------------------*/
/*  7.9 counter
/*----------------------------------------*/
.tp-counter-icon::before {
  position: absolute;
  content: "";
  width: 60px;
  height: 60px;
  background: #f8efe5;
  border-radius: 100px;
  left: -20px;
  top: 0;
  z-index: -1;
  transition: all 0.4s ease;
}
.tp-counter-item:hover .tp-counter-icon::before {
  background: var(--tp-theme-2);
  transition: all 0.4s ease;
}
.tp-counter-title {
  font-size: 72px;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  color: #111112;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .tp-counter-title {
    font-size: 48px;
  }
}
.tp-counter-subtitle {
  font-weight: 400;
  font-size: 18px;
  letter-spacing: -0.02em;
  color: rgba(0, 0, 0, 0.75);
}

/*----------------------------------------*/
/*  7.8 contact
/*----------------------------------------*/
.tp-contact-form-spacing {
  padding: 45px 50px 50px 50px;
  border: 1px solid rgba(31, 36, 46, 0.1);
  border-radius: 16px;
}
@media (max-width: 574.98px) {
  .tp-contact-form-spacing {
    padding: 20px;
  }
}
.tp-contact-form .tp-input {
  border-radius: 6px;
  margin-bottom: 20px;
  background-color: var(--tp-grey-3);
  color: var(--tp-common-black);
  border: 1px solid transparent;
}
.tp-contact-form .tp-input:focus {
  background-color: transparent;
  border-color: var(--tp-theme-1);
}
.tp-contact-form .tp-input::placeholder {
  color: #56544d;
}
.tp-contact-form .tp-textarea {
  resize: none;
  height: 160px;
}
.tp-contact-remember {
  display: flex;
}
.tp-contact-remember label {
  font-size: 14px;
  color: var(--tp-grey-1);
  cursor: pointer;
}
.tp-contact-remember .tp-checkbox {
  margin: 0;
  appearance: none;
  -moz-appearance: none;
  display: block;
  width: 20px;
  height: 20px;
  outline: none;
  flex: 0 0 auto;
  background: transparent;
  -webkit-transform: translateY(-2.5px);
  -moz-transform: translateY(-2.5px);
  -ms-transform: translateY(-2.5px);
  -o-transform: translateY(-2.5px);
  transform: translateY(-2.5px);
  padding: 0;
  margin-right: 10px;
  transform: translateY(4px);
  background: var(--tp-grey-3);
  border-radius: 4px;
  border: 1px solid #d4d4d4;
}
.tp-contact-remember .tp-checkbox:checked {
  position: relative;
  background-color: var(--tp-theme-1);
  border-color: transparent;
  border: 1px solid var(--tp-theme-1);
  border-radius: 4px;
}
.tp-contact-remember .tp-checkbox:checked::after {
  box-sizing: border-box;
  position: absolute;
  content: "\f00c";
  font-weight: 700;
  font-family: var(--tp-ff-fontawesome);
  font-size: 14px;
  color: var(--tp-common-white);
  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%);
}
.tp-contact-remember .tp-checkbox:hover {
  cursor: pointer;
}
.tp-contact-btn {
  font-size: 16px;
  font-weight: 700;
  padding: 15px 35px;
  border-radius: 6px;
  letter-spacing: 0;
  border: 1px solid transparent;
  color: var(--tp-common-white);
  background-color: var(--tp-theme-1);
}
.tp-contact-btn:hover {
  color: var(--tp-common-black);
  background-color: transparent;
  border-color: var(--tp-theme-1);
}
.tp-contact-btn-xl {
  padding: 12px 63px;
}
.tp-contact-title {
  font-size: 32px;
  line-height: 131%;
}
.tp-contact-subtitle {
  font-size: 18px;
  color: var(--tp-common-black);
}
.tp-contact-info-title {
  font-size: 16px;
  letter-spacing: -0.02em;
}
.tp-contact-info-link {
  font-weight: 500;
  font-size: 16px;
  letter-spacing: -0.02em;
  color: var(--tp-grey-1);
}
.tp-contact-info-link a:hover {
  color: var(--tp-theme-1);
}
.tp-contact-info-social {
  display: flex;
  gap: 10px;
}
.tp-contact-info-social a {
  color: var(--tp-common-black);
}
.tp-contact-info-social a:hover {
  color: var(--tp-theme-1);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .tp-contact-content {
    margin-right: 0;
  }
}
.tp-contact-map-content {
  width: 100%;
  height: 650px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .tp-contact-map-content {
    height: 400px;
  }
}
.tp-contact-map-content iframe {
  height: 100%;
  width: 100%;
  mix-blend-mode: luminosity;
}

.tp-apply-bg {
  background: var(--tp-theme-2);
  border-radius: 24px;
}
.tp-apply-price {
  font-size: 72px;
}
@media (max-width: 574.98px) {
  .tp-apply-price {
    font-size: 50px;
  }
}
.tp-apply-price span {
  font-size: 20px;
}
.tp-apply-thumb {
  padding-left: 26px;
  padding-right: 26px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .tp-apply-thumb {
    padding-top: 30px;
  }
}
.tp-apply-shape {
  position: absolute;
  top: 33px;
  left: 33px;
  z-index: -1;
}
.tp-apply-title {
  font-size: 42px;
  line-height: 124%;
}
@media (max-width: 574.98px) {
  .tp-apply-title {
    font-size: 32px;
  }
}
.tp-apply-content {
  padding: 100px 50px 95px 0px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .tp-apply-content {
    padding: 40px 20px 60px 20px;
  }
}

/*----------------------------------------*/
/*  7.2 banner
/*----------------------------------------*/
.tp-banner-item {
  background: #c8eaf7;
  border: 1px solid #1f242e;
  border-radius: 20px;
  box-shadow: 8px 8px 0px 0px #000;
  padding: 40px 40px 40px 50px;
  transition: all 0.4s ease;
}
@media (max-width: 574.98px) {
  .tp-banner-item {
    padding: 30px;
  }
}
.tp-banner-item:hover {
  transform: translateY(-3px);
  box-shadow: 0px 0px 0px 0px #000;
}
.tp-banner-item-2 {
  background: #f1d7ec;
}
.tp-banner-item-2 .tp-banner-thumb {
  background: #e3b6da;
}
.tp-banner-item-2 .tp-banner-title .banner-line {
  margin-left: 0;
}
.tp-banner-subtitle {
  font-size: 13px;
  color: var(--tp-common-black);
}
.tp-banner-btn {
  padding: 5px 18px 7px 18px;
}
.tp-banner-shape {
  position: absolute;
  right: 0;
}
.tp-banner-title {
  font-size: 38px;
  line-height: 105%;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .tp-banner-title {
    margin-bottom: 15px !important;
  }
}
.tp-banner-title span {
  font-weight: 400;
  font-size: 34px;
}
.tp-banner-title .banner-line {
  line-height: 1;
  display: inline-block;
  transform: translateY(-19px);
  margin-left: 18px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .tp-banner-title .banner-line {
    display: none;
  }
}
.tp-banner-thumb {
  background: #9bdbf3;
  border-radius: 20px;
  padding: 13px 17px 0px 17px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .tp-banner-content {
    margin-bottom: 30px;
  }
}

/*----------------------------------------*/
/*  7.12 error
/*----------------------------------------*/
.tp-error-title {
  font-size: 32px;
  color: var(--tp-grey-1);
}
.tp-error-btn {
  padding: 31px 60px 33px 60px;
  font-weight: 700;
  font-size: 24px;
}
@media (max-width: 574.98px) {
  .tp-error-btn {
    font-size: 20px;
    padding: 21px 40px 23px 40px;
  }
}

/*----------------------------------------*/
/*  7.16 login
/*----------------------------------------*/
.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: 574.98px) {
  .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: 574.98px) {
  .tp-login-from-box {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.tp-login-from-heading p {
  font-size: 15px;
  font-weight: 400;
  color: #77787D;
  margin-bottom: 26px;
}
.tp-login-from-heading p a {
  font-weight: 500;
  color: var(--tp-theme-1);
}
.tp-login-from-title {
  font-size: 32px;
  font-weight: 600;
  color: var(--tp-common-black);
}
.tp-login-from-subtitle {
  position: relative;
  color: #939498;
  font-size: 14px;
  font-weight: 400;
}
@media (max-width: 574.98px), 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: 574.98px), 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: 574.98px), 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-btn {
  margin-bottom: 22px;
}
.tp-login-from-btn .tp-btn-inner {
  padding: 12px 25px;
  border-radius: 6px;
}
.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 {
  color: var(--tp-common-white);
  border-color: var(--tp-common-black);
  background: var(--tp-common-black);
}
.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-common-black);
}
.tp-login-input {
  margin-bottom: 18px;
}
.tp-login-input-form input, .tp-login-input-form textarea {
  margin-bottom: 0 !important;
}
.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: var(--tp-theme-1);
  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: 574.98px) {
  .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: 574.98px) {
  .tp-login-register-banner-box {
    width: 100%;
    height: 768px;
  }
}
@media (max-width: 574.98px) {
  .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: 574.98px) {
  .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: 574.98px) {
  .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: 574.98px) {
  .tp-login-register-shape .shape-1 {
    bottom: 100px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .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: 574.98px) {
  .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);
}

/*----------------------------------------*/
/*  7.4 Cart css
/*----------------------------------------*/
.cartmini__area {
  position: fixed;
  right: 0;
  top: 0;
  width: 340px;
  height: 100%;
  -webkit-transform: translateX(calc(100% + 80px));
  -moz-transform: translateX(calc(100% + 80px));
  -ms-transform: translateX(calc(100% + 80px));
  -o-transform: translateX(calc(100% + 80px));
  transform: translateX(calc(100% + 80px));
  background: var(--tp-common-white) none repeat scroll 0 0;
  z-index: 99999;
  scrollbar-width: none;
  transition: 0.3s;
}
.cartmini__area::-webkit-scrollbar {
  display: none;
}
.cartmini__area.cartmini-opened {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
.cartmini__wrapper {
  position: relative;
  min-height: 100%;
  padding-left: 25px;
  padding-right: 25px;
}
.cartmini__top-title {
  padding: 20px 0;
  border-bottom: 1px solid #E0E2E3;
}
.cartmini__top-title h4 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 0;
  text-transform: capitalize;
}
.cartmini__close {
  position: absolute;
  top: 17px;
  right: 0;
}
.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 #E0E2E3;
}
.cartmini__shipping .progress {
  height: 10px;
  border-radius: 0;
}
.cartmini__shipping .progress-bar {
  background-color: #ffaf1b;
}
.cartmini__shipping p {
  margin-bottom: 5px;
  font-size: 16px;
}
.cartmini__shipping p span {
  color: red;
  font-weight: 600;
}
.cartmini__widget {
  height: calc(100vh - 380px);
  overflow-y: scroll;
  overscroll-behavior-y: contain;
  scrollbar-width: none;
}
.cartmini__widget::-webkit-scrollbar {
  display: none; /* for Chrome, Safari, and Opera */
}
.cartmini__widget-item {
  position: relative;
  display: flex;
  padding: 20px 0;
  border-bottom: 1px solid rgba(129, 129, 129, 0.2);
}
.cartmini__widget-item:last-child {
  border-bottom: 0;
}
.cartmini__thumb {
  border: 1px solid #E0E2E3;
  margin-right: 15px;
}
.cartmini__thumb img {
  width: 70px;
  height: auto;
}
.cartmini__title {
  font-size: 15px;
  margin-bottom: 4px;
  font-weight: 500;
}
.cartmini__title a {
  display: inline;
  transition: all 0.3s linear;
  background-repeat: no-repeat;
  background-size: 0% 1px, 0 1px;
  background-position: 100% 100%, 0 100%;
  background-image: linear-gradient(currentcolor, currentcolor), linear-gradient(currentcolor, currentcolor);
}
.cartmini__title a:hover {
  color: #4d3d30;
  background-size: 0% 1px, 100% 1px;
}
.cartmini__content {
  padding-right: 15px;
}
.cartmini__content .tp-product-quantity {
  width: 75px;
  padding: 0;
}
.cartmini__content .tp-product-quantity .tp-cart-input[type=text] {
  height: 30px;
  text-align: center;
  font-size: 13px;
  border: 1px solid #E0E2E3;
  background-color: var(--tp-common-white);
  padding: 0;
}
.cartmini__content .tp-product-quantity .tp-cart-plus,
.cartmini__content .tp-product-quantity .tp-cart-minus {
  width: 20px;
  height: 30px;
  line-height: 30px;
  display: inline-block;
  text-align: center;
  font-size: 13px;
  left: 3px;
}
.cartmini__content .tp-product-quantity .tp-cart-plus svg,
.cartmini__content .tp-product-quantity .tp-cart-minus svg {
  -webkit-transform: translateY(-1px);
  -moz-transform: translateY(-1px);
  -ms-transform: translateY(-1px);
  -o-transform: translateY(-1px);
  transform: translateY(-1px);
  width: 10px;
}
.cartmini__content .tp-product-quantity .tp-cart-plus::after,
.cartmini__content .tp-product-quantity .tp-cart-minus::after {
  display: none;
}
.cartmini__content .tp-product-quantity .tp-cart-plus {
  left: auto;
  right: 3px;
}
.cartmini__del {
  position: absolute;
  top: 15px;
  right: 0;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  color: var(--tp-common-black);
  font-size: 14px;
}
.cartmini__del:hover {
  color: #4d3d30;
}
.cartmini__checkout {
  padding-top: 15px;
  padding-bottom: 85px;
  width: 100%;
  border-top: 2px solid #E0E2E3;
}
.cartmini__checkout-title h4 {
  font-size: 15px;
  display: inline-block;
  font-weight: 500;
  margin-bottom: 0;
  text-transform: capitalize;
}
.cartmini__checkout-title span {
  float: right;
  font-size: 15px;
  color: var(--tp-common-black);
  font-weight: 500;
  font-family: var(--tp-ff-inter);
}
.cartmini__price {
  font-size: 14px;
  font-weight: 500;
  color: var(--tp-common-black);
  font-family: var(--tp-ff-inter);
}
.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;
}

.tp-cart-header-product {
  padding-left: 30px !important;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .tp-cart-list {
    overflow-x: scroll;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .tp-cart-list {
    overflow-x: scroll;
    margin-right: 0;
  }
}
.tp-cart-list .table > :not(caption) > * > * {
  padding: 20px 0;
  box-shadow: none;
  vertical-align: middle;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .tp-cart-list table {
    width: 840px;
  }
}
.tp-cart-list thead {
  background-color: var(--tp-grey-3);
}
.tp-cart-list thead th {
  font-weight: 500;
  font-size: 14px;
  color: var(--tp-common-black);
  border: 0 !important;
  padding-top: 9px !important;
  padding-bottom: 9px !important;
  background: transparent;
}
.tp-cart-list tr td {
  border-color: #E0E2E3;
}
.tp-cart-list tr td .tp-cart-action-btn {
  font-weight: 400;
  font-size: 14px;
  color: #818487;
}
.tp-cart-list tr td .tp-cart-action-btn svg {
  transform: translateY(-1px);
}
.tp-cart-list tr td .tp-cart-action-btn:hover {
  color: #FF1826;
}
.tp-cart-list tr td.tp-cart-add-to-cart .tp-btn {
  border-radius: 0;
}
.tp-cart-list tbody tr:first-child td {
  padding-top: 30px !important;
}
.tp-cart-img {
  width: 78px;
  margin-right: 20px;
}
.tp-cart-img img {
  width: 78px;
  height: 100px;
  object-fit: cover;
  border-radius: 6px;
}
.tp-cart-title a {
  margin-left: 20px;
  font-weight: 400;
  font-size: 16px;
  color: var(--tp-common-black);
}
.tp-cart-title a:hover {
  color: var(--tp-theme-1);
}
.tp-cart-price {
  width: 126px;
}
.tp-cart-price span {
  font-size: 16px;
  color: var(--tp-common-black);
}
.tp-cart-quantity {
  width: 180px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .tp-cart-coupon {
    margin-bottom: 20px;
  }
}
.tp-cart-coupon-input-box label {
  font-size: 14px;
  color: var(--tp-common-black);
  margin-bottom: 7px;
}
.tp-cart-coupon-input input {
  background: var(--tp-grey-3);
  margin-right: 4px;
  max-width: 282px;
  font-size: 14px;
  padding-left: 26px;
  padding-right: 26px;
  border-radius: 0;
  color: var(--tp-common-black);
  border: 1px solid transparent;
  text-transform: capitalize;
  border-radius: 50px;
}
.tp-cart-coupon-input input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  font-size: 14px;
  text-transform: capitalize;
  color: rgba(0, 0, 0, 0.4);
}
.tp-cart-coupon-input input::-moz-placeholder { /* Firefox 19+ */
  font-size: 14px;
  text-transform: capitalize;
  color: rgba(0, 0, 0, 0.4);
}
.tp-cart-coupon-input input:-moz-placeholder { /* Firefox 4-18 */
  font-size: 14px;
  text-transform: capitalize;
  color: rgba(0, 0, 0, 0.4);
}
.tp-cart-coupon-input input:-ms-input-placeholder { /* IE 10+  Edge*/
  font-size: 14px;
  text-transform: capitalize;
  color: rgba(0, 0, 0, 0.4);
}
.tp-cart-coupon-input input::placeholder { /* MODERN BROWSER */
  font-size: 14px;
  text-transform: capitalize;
  color: rgba(0, 0, 0, 0.4);
}
.tp-cart-coupon-input input:focus {
  border-color: var(--tp-common-black);
  background-color: transparent;
}
.tp-cart-coupon-input button {
  font-size: 16px;
  font-weight: 500;
  padding: 13px 30px;
  color: var(--tp-common-white);
  background-color: var(--tp-common-black);
  border-radius: 50px;
}
.tp-cart-coupon-input button:hover {
  color: var(--tp-common-white);
  background-color: var(--tp-theme-1);
}
.tp-cart-update-btn {
  font-size: 16px;
  font-weight: 500;
  padding: 13px 29px;
  color: var(--tp-common-black);
  border: 1px solid var(--tp-border-1);
  border-radius: 50px;
}
.tp-cart-update-btn:hover {
  color: var(--tp-common-white);
  background-color: var(--tp-theme-1);
  border-color: var(--tp-theme-1);
}
.tp-cart-checkout-wrapper {
  margin-left: -24px;
  padding: 36px 24px 28px;
  background: var(--tp-common-white);
  box-shadow: 0px 30px 70px rgba(1, 15, 28, 0.1);
  border-radius: 12px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .tp-cart-checkout-wrapper {
    margin-top: 50px;
    margin-left: 0;
  }
}
.tp-cart-checkout-top {
  padding-bottom: 13px;
  margin-bottom: 19px;
  border-bottom: 1px solid var(--tp-border-1);
}
.tp-cart-checkout-top span {
  font-size: 20px;
  color: var(--tp-common-black);
  font-weight: 500;
}
.tp-cart-checkout-shipping {
  padding-bottom: 16px;
  border-bottom: 1px solid var(--tp-border-1);
  margin-bottom: 15px;
}
.tp-cart-checkout-shipping-title {
  font-weight: 500;
  font-size: 15px;
  margin-bottom: 7px;
}
.tp-cart-checkout-shipping-option:not(:last-child) {
  margin-bottom: 4px;
}
.tp-cart-checkout-shipping-option input {
  display: none;
}
.tp-cart-checkout-shipping-option input:checked + label::after {
  border-color: var(--tp-common-black);
}
.tp-cart-checkout-shipping-option input:checked + label::before {
  opacity: 1;
  visibility: visible;
}
.tp-cart-checkout-shipping-option label {
  font-weight: 400;
  font-size: 14px;
  color: #161C2D;
  position: relative;
  padding-left: 25px;
}
.tp-cart-checkout-shipping-option label:hover {
  cursor: pointer;
}
.tp-cart-checkout-shipping-option label span {
  color: var(--tp-common-black);
}
.tp-cart-checkout-shipping-option label::after {
  position: absolute;
  content: "";
  left: 0;
  top: 5px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 1px solid #BCBCBC;
  transition: all 0.4s ease;
}
.tp-cart-checkout-shipping-option label::before {
  position: absolute;
  content: "";
  left: 4px;
  top: 9px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: var(--tp-common-black);
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s ease;
}
.tp-cart-checkout-total {
  margin-bottom: 25px;
}
.tp-cart-checkout-total span {
  font-weight: 500;
  font-size: 18px;
  color: var(--tp-common-black);
}
.tp-cart-checkout-btn {
  font-size: 16px;
  font-weight: 500;
  padding: 10px 30px;
  text-align: center;
  display: inline-block;
  color: var(--tp-common-white);
  background-color: var(--tp-common-black);
  border-radius: 50px;
}
.tp-cart-checkout-btn:hover {
  background-color: var(--tp-theme-1);
  color: var(--tp-common-white);
}

.cartmini-black {
  background: var(--tp-common-black);
}
.cartmini-black .cartmini__top-title h4 {
  color: var(--tp-common-white);
}
.cartmini-black .cartmini__top-title {
  border-bottom: 1px solid var(--tp-border-3);
}
.cartmini-black .cartmini__shipping p {
  color: var(--tp-grey-2);
}
.cartmini-black .progress {
  --bs-progress-bg: #1A1B1E;
}
.cartmini-black .cartmini__title {
  color: var(--tp-common-white);
}
.cartmini-black .cartmini__price {
  color: var(--tp-common-white);
}
.cartmini-black .cartmini__quantity {
  color: var(--tp-common-white);
}
.cartmini-black .cartmini__widget-item {
  border-color: var(--tp-border-3);
}
.cartmini-black .cartmini__checkout {
  border-color: var(--tp-border-3);
}
.cartmini-black .cartmini__shipping {
  border-color: var(--tp-border-3);
}

/*----------------------------------------*/
/*  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 {
  width: 100%;
  font-size: 14px;
  margin-bottom: 0;
  padding: 8px 26px;
  display: inline-block;
  border: 1px dashed #AAB0B2;
  color: var(--tp-common-black);
}
.tp-checkout-verify-reveal button {
  position: relative;
  color: var(--tp-common-black);
}
.tp-checkout-verify-reveal button::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 4px;
  width: 100%;
  height: 1px;
  background-color: var(--tp-common-black);
}
.tp-checkout-btn {
  font-size: 16px;
  font-weight: 500;
  height: 50px;
  padding: 0 30px;
  line-height: 50px;
  text-align: center;
  border-radius: 8px;
  display: inline-block;
  color: var(--tp-common-white);
  background-color: var(--tp-common-black);
  border: 1px solid transparent;
}
.tp-checkout-btn.btn-plr {
  padding: 0 150px;
  border-radius: 0;
}
@media (max-width: 574.98px) {
  .tp-checkout-btn.btn-plr {
    padding: 0 100px;
  }
}
.tp-checkout-btn.border-style {
  font-weight: 500;
  font-size: 15px;
  color: var(--tp-common-black);
  border-radius: 0;
  text-transform: capitalize;
  background-color: transparent;
  border: 1px solid var(--tp-border-1);
}
.tp-checkout-btn.border-style span {
  margin-left: 7px;
  transform: translateY(-1px);
  display: inline-block;
}
.tp-checkout-btn.border-style:hover {
  color: var(--tp-common-white);
  background-color: var(--tp-common-black);
  border-color: var(--tp-common-black);
}
.tp-checkout-btn:hover {
  border-color: var(--tp-common-black);
  color: var(--tp-common-black);
  background-color: transparent;
}
.tp-checkout-input {
  margin-bottom: 20px;
}
.tp-checkout-input label {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 12px;
  color: var(--tp-common-black);
}
.tp-checkout-input label span {
  color: red;
}
.tp-checkout-input input, .tp-checkout-input textarea {
  width: 100%;
  padding: 0 26px;
  line-height: 52px;
  font-size: 14px;
  text-transform: capitalize;
  border: 1px solid transparent;
  color: var(--tp-common-black);
  background: var(--tp-grey-3);
}
.tp-checkout-input input::placeholder, .tp-checkout-input textarea::placeholder {
  font-size: 14px;
  line-height: 52px;
  text-transform: capitalize;
  color: var(--tp-grey-1);
}
.tp-checkout-input input:focus, .tp-checkout-input textarea:focus {
  background: transparent;
  border-color: var(--tp-common-black);
}
.tp-checkout-input textarea {
  height: 200px;
  resize: none;
}
.tp-checkout-input .nice-select::after {
  right: 15px;
}
.tp-checkout-input .tp-select {
  height: 52px;
  line-height: 50px;
  border-radius: 0;
  border: 1px solid transparent;
  color: var(--tp-common-black);
  padding: 0px 25px 0;
  width: 100%;
  border-radius: 4px;
  background: var(--tp-grey-3);
  font-size: 14px;
}
.tp-checkout-input .tp-select .current {
  font-size: 14px;
  line-height: 52px;
  text-transform: capitalize;
  color: var(--tp-grey-1);
}
.tp-checkout-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: #4d3d30;
  border-color: #4d3d30;
}
.tp-checkout-option input:checked ~ label::before {
  visibility: visible;
  opacity: 1;
}
.tp-checkout-option label {
  font-size: 15px;
  color: #55585B;
  position: relative;
  padding-left: 26px;
  z-index: 1;
}
.tp-checkout-option label::after {
  position: absolute;
  content: "";
  top: 4px;
  left: 0;
  width: 18px;
  height: 18px;
  line-height: 16px;
  text-align: center;
  border: 1px solid #C3C7C9;
  z-index: -1;
  transition: all 0.4s ease;
}
.tp-checkout-option label::before {
  position: absolute;
  content: url("../img/login/check.svg");
  top: 4px;
  left: 0;
  width: 18px;
  height: 18px;
  line-height: 16px;
  text-align: center;
  visibility: hidden;
  opacity: 0;
  color: var(--tp-common-white);
  transition: all 0.4s ease;
}
.tp-checkout-option label a:hover {
  color: var(--tp-common-black);
}
.tp-checkout-option label:hover {
  cursor: pointer;
}
.tp-checkout-bill-area {
  padding: 45px 40px 24px;
  background: var(--tp-common-white);
  box-shadow: 0px 30px 70px rgba(1, 15, 28, 0.1);
  border-radius: 12px;
}
@media (max-width: 574.98px) {
  .tp-checkout-bill-area {
    padding: 45px 25px 24px;
  }
}
.tp-checkout-bill-title {
  font-weight: 600;
  font-size: 26px;
  margin-bottom: 35px;
}
.tp-checkout-place {
  padding: 44px 50px 50px;
  background: var(--tp-common-white);
  box-shadow: 0px 30px 70px rgba(1, 15, 28, 0.1);
  border-radius: 12px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-checkout-place {
    padding: 35px 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .tp-checkout-place {
    margin-top: 50px;
  }
}
@media (max-width: 574.98px) {
  .tp-checkout-place {
    padding: 45px 25px 24px;
  }
}
.tp-checkout-place-title {
  font-size: 26px;
  font-weight: 600;
  margin-right: 37px;
  margin-bottom: 30px;
}
.tp-checkout-payment {
  padding-bottom: 26px;
  margin-bottom: 24px;
  border-bottom: 1px solid #E0E2E3;
}
.tp-checkout-payment-item:not(:last-child) {
  margin-bottom: 10px;
}
.tp-checkout-payment-item.paypal-payment .tp-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 .tp-payment-input {
  display: none;
}
.tp-checkout-payment-item .tp-payment-input:checked ~ .tp-payment-label::after {
  border-color: #4d3d30;
}
.tp-checkout-payment-item .tp-payment-input:checked ~ .tp-payment-label::before {
  opacity: 1;
  visibility: visible;
}
.tp-checkout-payment-item .tp-payment-label {
  font-size: 14px;
  position: relative;
  padding-left: 27px;
  font-weight: 500;
  color: var(--tp-common-black);
}
.tp-checkout-payment-item .tp-payment-label:hover {
  cursor: pointer;
}
.tp-checkout-payment-item .tp-payment-label::after {
  position: absolute;
  content: "";
  left: 0;
  top: 5px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 1px solid #BCBCBC;
  transition: all 0.4s ease;
}
.tp-checkout-payment-item .tp-payment-label::before {
  position: absolute;
  content: "";
  left: 3px;
  top: 8px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: var(--tp-common-black);
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s ease;
}
.tp-checkout-payment-item .tp-payment-label img {
  margin-left: 14px;
  -webkit-transform: translateY(-2px);
  -moz-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  -o-transform: translateY(-2px);
  transform: translateY(-2px);
}
.tp-checkout-payment-item .tp-payment-label a {
  margin-left: 20px;
  position: relative;
}
.tp-checkout-payment-item .tp-payment-label a::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 3px;
  width: 100%;
  height: 1px;
  background-color: var(--tp-common-black);
}
.tp-checkout-payment-desc {
  position: relative;
  padding-top: 10px;
  display: none;
}
.tp-checkout-payment-desc::after {
  position: absolute;
  content: "";
  left: 57px;
  top: 0;
  width: 16px;
  height: 16px;
  background-color: #F6F7F9;
  -webkit-transform: translateY(3px) rotate(45deg);
  -moz-transform: translateY(3px) rotate(45deg);
  -ms-transform: translateY(3px) rotate(45deg);
  -o-transform: translateY(3px) rotate(45deg);
  transform: translateY(3px) rotate(45deg);
}
.tp-checkout-payment-desc p {
  font-size: 14px;
  color: #55585B;
  margin-bottom: 0;
  margin-left: 27px;
  line-height: 1.57;
  padding: 19px 30px;
  background-color: #F6F7F9;
}
.tp-checkout-payment-form::after {
  display: none;
}
.tp-checkout-agree {
  margin-bottom: 24px;
}

.tp-return-customer {
  display: none;
  margin-top: 14px;
  padding: 40px 40px;
  background: var(--tp-common-white);
  box-shadow: 0px 30px 70px rgba(1, 15, 28, 0.1);
  border-radius: 12px;
}
.tp-return-customer-input {
  margin-bottom: 20px;
}
.tp-return-customer-input label {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 12px;
  color: var(--tp-common-black);
}
.tp-return-customer-input label span {
  color: red;
}
.tp-return-customer-input input, .tp-return-customer-input textarea {
  width: 100%;
  padding: 0 26px;
  line-height: 56px;
  font-size: 14px;
  text-transform: capitalize;
  border: 1px solid transparent;
  color: var(--tp-common-black);
  background: var(--tp-grey-3);
  border-radius: 6px;
}
.tp-return-customer-input input::placeholder, .tp-return-customer-input textarea::placeholder {
  font-size: 14px;
  line-height: 56px;
  text-transform: capitalize;
  color: var(--tp-grey-1);
}
.tp-return-customer-input input:focus, .tp-return-customer-input textarea:focus {
  background: transparent;
  border-color: var(--tp-theme-1);
}
.tp-return-customer-remeber input {
  display: none;
}
.tp-return-customer-remeber input:checked ~ label::after {
  border-color: var(--tp-common-black);
  background-color: var(--tp-common-black);
}
.tp-return-customer-remeber input:checked ~ label::before {
  opacity: 1;
  visibility: visible;
}
.tp-return-customer-remeber label {
  font-size: 15px;
  color: #55585B;
  position: relative;
  padding-left: 26px;
  z-index: 1;
}
.tp-return-customer-remeber label::after {
  position: absolute;
  content: "";
  top: 4px;
  left: 0;
  width: 18px;
  height: 18px;
  line-height: 16px;
  text-align: center;
  border: 1px solid #C3C7C9;
  z-index: -1;
  transition: all 0.4s ease;
}
.tp-return-customer-remeber label::before {
  position: absolute;
  content: url("../img/login/check.svg");
  top: 4px;
  left: 0;
  width: 18px;
  height: 18px;
  line-height: 16px;
  text-align: center;
  visibility: hidden;
  opacity: 0;
  color: var(--tp-common-white);
  transition: all 0.4s ease;
}
.tp-return-customer-remeber label a:hover {
  color: var(--tp-common-black);
}
.tp-return-customer-remeber label:hover {
  cursor: pointer;
}
.tp-return-customer-forgot a {
  font-weight: 400;
  font-size: 15px;
  color: var(--tp-common-black);
  position: relative;
  display: inline-block;
}
.tp-return-customer-forgot a::after {
  position: absolute;
  content: url("../img/login/check.svg");
  left: auto;
  right: 0;
  bottom: 4px;
  width: 0%;
  height: 1px;
  background-color: var(--tp-common-black);
  transition: all 0.4s ease;
}
.tp-return-customer-forgot a:hover::after {
  left: 0;
  right: auto;
  width: 100%;
}

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

/*----------------------------------------*/
/*  7.18 product css start
/*----------------------------------------*/
.tp-product-item:hover .tp-product-thumb img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.tp-product-item:hover .tp-product-action {
  right: 20px;
  visibility: visible;
  opacity: 1;
}
.tp-product-item:hover .tp-product-add-cart-btn-large-wrapper {
  bottom: 15px;
  visibility: visible;
  opacity: 1;
}
.tp-product-thumb {
  border-radius: 10px;
}
.tp-product-thumb img {
  transition: all 0.3s 0s ease-out;
  border-radius: 10px;
}
.tp-product-action {
  position: absolute;
  top: 20px;
  right: 0;
  bottom: auto;
  z-index: 1;
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s ease;
}
@media (max-width: 574.98px) {
  .tp-product-action {
    top: 30px;
  }
}
.tp-product-action-btn {
  position: relative;
  display: inline-block;
  height: 40px;
  width: 40px;
  line-height: 40px;
  background: var(--tp-common-white);
  border: 1px solid #DFE0E1;
  box-shadow: 0px 1px 1px rgba(1, 15, 28, 0.1);
  margin-bottom: 4px;
  border-radius: 50px;
}
.tp-product-action-btn:last-child {
  margin-bottom: 0;
}
.tp-product-action-btn svg {
  transform: translateY(-2px);
}
.tp-product-action-btn .tp-product-tooltip {
  font-weight: 600;
  font-size: 12px;
  color: var(--tp-common-white);
}
.tp-product-action-btn:hover {
  color: var(--tp-common-white);
  border-color: var(--tp-common-black);
  background: var(--tp-common-black);
  box-shadow: 0px 1px 1px rgba(1, 15, 28, 0.1);
}
.tp-product-action-btn:hover .tp-product-tooltip {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateX(-8px) translateY(-50%);
  -moz-transform: translateX(-8px) translateY(-50%);
  -ms-transform: translateX(-8px) translateY(-50%);
  -o-transform: translateX(-8px) translateY(-50%);
  transform: translateX(-8px) translateY(-50%);
}
.tp-product-tooltip {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 100%;
  font-weight: 500;
  font-size: 12px;
  color: var(--tp-common-white);
  background-color: var(--tp-common-black);
  display: inline-block;
  width: max-content;
  line-height: 1;
  padding: 4px 6px;
  border-radius: 4px;
  visibility: hidden;
  opacity: 0;
  z-index: 1;
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24), -webkit-transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
}
.tp-product-tooltip::before {
  position: absolute;
  content: "";
  right: -4px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-left: 8px solid var(--tp-common-black);
  border-bottom: 8px solid transparent;
}
.tp-product-tooltip-right {
  left: 100%;
  right: auto;
}
.tp-product-tooltip-right::before {
  left: -4px;
  right: auto;
  border-left: 0;
  border-right: 8px solid var(--tp-common-black);
}
.tp-product-add-cart-btn-large {
  font-size: 18px;
  color: var(--tp-common-white);
  background-color: var(--tp-theme-1);
  text-transform: capitalize;
  font-size: 14px;
  font-weight: 700;
  display: inline-block;
  width: 100%;
  padding: 8px 30px;
  border-radius: 50px;
  width: 90%;
}
.tp-product-add-cart-btn-large-wrapper {
  position: absolute;
  bottom: -40px;
  left: 0;
  right: 0;
  width: 100%;
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s ease;
  text-align: center;
}
.tp-product-add-cart-btn-large svg, .tp-product-add-cart-btn-large i {
  margin-right: 5px;
}
.tp-product-add-cart-btn-large svg {
  transform: translateY(-2px);
}
.tp-product-add-cart-btn-large:hover {
  color: var(--tp-common-white);
  background-color: var(--tp-common-black);
}
.tp-product-title {
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 4px;
}
.tp-product-title a:hover {
  color: var(--tp-theme-1);
}
.tp-product-price {
  font-weight: 500;
  font-size: 16px;
  color: var(--tp-common-black);
}
.tp-product-price.old-price {
  font-weight: 400;
  font-size: 14px;
  text-decoration-line: line-through;
  color: var(--tp-body-color);
}
.tp-product-badge {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 1;
}
.tp-product-badge span {
  display: inline-block;
  padding: 4px 10px;
  text-align: center;
  background-color: #F0A750;
  border-radius: 50px;
  color: var(--tp-common-white);
  font-weight: 500;
  font-size: 13px;
  letter-spacing: -0.02em;
  line-height: 1;
}
.tp-product-badge span.on-sale {
  background: #F03E3E;
}
.tp-product-top-select .tp-select {
  background-color: var(--tp-common-white);
  border-radius: 5px;
  border: solid 1px var(--tp-border-1);
  font-size: 16px;
  height: 50px;
  line-height: 48px;
  padding-right: 60px;
}
.tp-product-top-select .tp-select:after {
  color: var(--tp-common-black);
  right: 15px;
}
.tp-product-top-select .tp-select .current {
  color: #000;
}
.tp-product-top-select .tp-select .option {
  color: #000;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .tp-product-details-wrapper {
    margin-top: 50px;
  }
}
.tp-product-details-sort-desc p {
  font-size: 15px;
  line-height: 1.7;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .tp-product-details-sort-desc p br {
    display: none;
  }
}
.tp-product-details-sort-desc p span {
  font-weight: 500;
  color: var(--tp-common-black);
}
.tp-product-details-nav-main-thumb {
  position: relative;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .tp-product-details-nav-main-thumb {
    margin-bottom: 20px;
  }
}
.tp-product-details-nav-main-thumb img {
  border-radius: 20px;
}
.tp-product-details-thumb-wrapper {
  margin-right: 70px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .tp-product-details-thumb-wrapper {
    margin-right: 0;
  }
}
.tp-product-details-thumb-wrapper .nav-tab .nav-links {
  padding: 0;
  width: 100px;
  height: 120px;
  border-radius: 0;
  position: relative;
  transition: 0.3s;
  border: 1px solid transparent;
  border-radius: 6px;
}
.tp-product-details-thumb-wrapper .nav-tab .nav-links.active {
  border: 1px solid var(--tp-common-black);
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .tp-product-details-thumb-wrapper .nav-tab .nav-links {
    margin-right: 10px;
    margin-bottom: 10px;
  }
}
.tp-product-details-thumb-wrapper .nav-tab .nav-links:not(:last-child) {
  margin-bottom: 10px;
}
.tp-product-details-thumb-wrapper .nav-tab .nav-links:hover {
  border-color: var(--tp-common-black);
}
.tp-product-details-thumb-wrapper .nav-tab .nav-links img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 6px;
}
.tp-product-details-category span {
  font-size: 15px;
  line-height: 1;
  color: var(--tp-grey-1);
  margin-bottom: 12px;
  display: inline-block;
}
.tp-product-details-title {
  font-size: 32px;
  font-weight: 600;
  line-height: 1;
  color: var(--tp-common-black);
  margin-bottom: 15px;
}
.tp-product-details-tab .nav-tab {
  gap: 15px;
}
.tp-product-details-tab .nav-tab .nav-links:not(:last-child) {
  margin-bottom: 0 !important;
}
.tp-product-details-stock {
  margin-right: 12px;
}
.tp-product-details-stock span {
  font-size: 15px;
  line-height: 1;
  padding: 4px 12px 4px 12px;
  display: inline-block;
  color: var(--tp-common-white);
  background-color: var(--tp-common-black);
  border-radius: 50px;
}
.tp-product-details-rating {
  margin-right: 11px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
.tp-product-details-rating span {
  font-size: 12px;
  color: #FFB21D;
}
.tp-product-details-rating span:not(:last-child) {
  margin-right: 3px;
}
.tp-product-details-price {
  font-size: 24px;
  font-weight: 600;
  color: var(--tp-common-black);
  letter-spacing: -0.02em;
}
.tp-product-details-price.new-price {
  color: var(--tp-common-black);
}
.tp-product-details-price.old-price {
  font-weight: 400;
  font-size: 16px;
  color: rgba(77, 61, 48, 0.6);
  text-decoration-line: line-through;
}
.tp-product-details-variation {
  margin-bottom: 30px;
}
.tp-product-details-variation-title {
  font-size: 15px;
  font-weight: 400;
  color: var(--tp-common-black);
  margin-bottom: 10px;
}
.tp-product-details-variation-item:not(:last-child) {
  margin-bottom: 15px;
}
.tp-product-details-variation-list button {
  display: inline-block;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  position: relative;
  -webkit-transition: box-shadow 0.2s 0s linear;
  -moz-transition: box-shadow 0.2s 0s linear;
  -ms-transition: box-shadow 0.2s 0s linear;
  -o-transition: box-shadow 0.2s 0s linear;
  transition: box-shadow 0.2s 0s linear;
}
.tp-product-details-variation-list button span[data-bg-color] {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  background-color: var(--tp-common-white);
  border-radius: 50%;
  -webkit-transition: all 0.2s 0s linear;
  -moz-transition: all 0.2s 0s linear;
  -ms-transition: all 0.2s 0s linear;
  -o-transition: all 0.2s 0s linear;
  transition: all 0.2s 0s linear;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.tp-product-details-variation-list button .tp-color-variation-tootltip {
  position: absolute;
  bottom: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(2px);
  -moz-transform: translateX(-50%) translateY(2px);
  -ms-transform: translateX(-50%) translateY(2px);
  -o-transform: translateX(-50%) translateY(2px);
  transform: translateX(-50%) translateY(2px);
  width: max-content;
  background-color: var(--tp-common-black);
  color: var(--tp-common-white);
  text-align: center;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  padding: 4px 6px;
  border-radius: 4px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24), -webkit-transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
  -moz-transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24), -webkit-transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
  -ms-transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24), -webkit-transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
  -o-transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24), -webkit-transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24), -webkit-transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
}
.tp-product-details-variation-list button .tp-color-variation-tootltip::before {
  position: absolute;
  content: "";
  bottom: -6px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-top: 6px solid var(--tp-common-black);
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
}
.tp-product-details-variation-list button.tp-size-variation-btn {
  width: 40px;
  height: 40px;
  border-radius: 0;
  -webkit-transition: all 0.2s 0s linear;
  -moz-transition: all 0.2s 0s linear;
  -ms-transition: all 0.2s 0s linear;
  -o-transition: all 0.2s 0s linear;
  transition: all 0.2s 0s linear;
  border: 1px solid rgba(0, 0, 0, 0.2);
}
.tp-product-details-variation-list button.tp-size-variation-btn:hover, .tp-product-details-variation-list button.tp-size-variation-btn.active {
  box-shadow: none;
  border-color: var(--tp-common-black);
  box-shadow: none;
  color: var(--tp-common-black);
}
.tp-product-details-variation-list button:hover, .tp-product-details-variation-list button.active {
  box-shadow: 0px 1px 2px rgba(1, 15, 28, 0.2);
}
.tp-product-details-variation-list button:hover span[data-bg-color], .tp-product-details-variation-list button.active span[data-bg-color] {
  -webkit-transform: translate(-50%, -50%) scale(0.7);
  -moz-transform: translate(-50%, -50%) scale(0.7);
  -ms-transform: translate(-50%, -50%) scale(0.7);
  -o-transform: translate(-50%, -50%) scale(0.7);
  transform: translate(-50%, -50%) scale(0.7);
}
.tp-product-details-variation-list button:hover .tp-color-variation-tootltip {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateX(-50%) translateY(-6px);
  -moz-transform: translateX(-50%) translateY(-6px);
  -ms-transform: translateX(-50%) translateY(-6px);
  -o-transform: translateX(-50%) translateY(-6px);
  transform: translateX(-50%) translateY(-6px);
}
.tp-product-details-action-title {
  font-size: 16px;
  font-weight: 400;
  color: var(--tp-common-black);
  margin-bottom: 13px;
}
.tp-product-details-quantity .tp-product-quantity {
  width: 122px;
  border-radius: 0;
  position: relative;
}
.tp-product-details-quantity .tp-cart-plus, .tp-product-details-quantity .tp-cart-minus {
  width: 24px;
  height: 24px;
  line-height: 21px;
  text-align: center;
  border-radius: 50%;
  left: 14px;
  top: 11px;
  cursor: pointer;
  position: absolute;
  display: inline-block;
  -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-product-details-quantity .tp-cart-plus:hover, .tp-product-details-quantity .tp-cart-minus:hover {
  background-color: var(--tp-common-black);
  color: var(--tp-common-white);
}
.tp-product-details-quantity .tp-cart-plus {
  left: auto;
  right: 14px;
}
.tp-product-details-quantity .tp-cart-input[type=text] {
  height: 46px;
  line-height: 46px;
  padding: 0 45px;
  font-size: 16px;
  background-color: transparent;
  color: var(--tp-common-black);
  border: 1px solid var(--tp-border-1);
  border-radius: 50px;
  text-align: center;
}
.tp-product-details-add-to-cart-btn {
  font-size: 15px;
  font-weight: 500;
  text-align: center;
  border-radius: 50px;
  padding: 9px 30px;
  color: var(--tp-common-white);
  background: var(--tp-theme-1);
}
.tp-product-details-add-to-cart-btn:hover {
  background-color: var(--tp-common-red);
  color: var(--tp-common-white);
}
.tp-product-details-buy-now-btn {
  display: inline-block;
  font-size: 15px;
  font-weight: 600;
  padding: 10px 30px;
  color: var(--tp-common-white);
  background-color: var(--tp-common-black);
  border: 1px solid transparent;
  border-radius: 50px;
}
.tp-product-details-buy-now-btn:hover {
  color: var(--tp-common-black);
  border-color: var(--tp-border-1);
  background-color: transparent;
}
.tp-product-details-action-wrapper {
  margin-bottom: 35px;
}
.tp-product-details-action-sm {
  padding-bottom: 9px;
  margin-bottom: 25px;
  border-bottom: 1px solid rgba(77, 61, 48, 0.1);
}
.tp-product-details-action-sm-btn {
  font-size: 16px;
  margin-bottom: 10px;
  color: var(--tp-common-black);
}
.tp-product-details-action-sm-btn:not(:last-child) {
  margin-right: 10px;
}
.tp-product-details-action-sm-btn i, .tp-product-details-action-sm-btn svg {
  margin-right: 2px;
  color: var(--tp-common-black);
}
.tp-product-details-action-sm-btn:hover {
  color: var(--tp-grey-1);
}
.tp-product-details-query {
  margin-bottom: 22px;
}
.tp-product-details-query-item:not(:last-child) {
  margin-bottom: 3px;
}
.tp-product-details-query-item > span {
  font-size: 15px;
  line-height: 1.4;
  margin-right: 6px;
  color: var(--tp-common-black);
}
.tp-product-details-query-item p {
  font-size: 15px;
  margin-bottom: 0;
  line-height: 1.4;
}
.tp-product-details-social {
  margin-bottom: 22px;
}
.tp-product-details-social span {
  font-size: 15px;
  margin-right: 2px;
  color: var(--tp-common-black);
}
.tp-product-details-social a {
  display: inline-block;
  width: 38px;
  height: 38px;
  line-height: 36px;
  text-align: center;
  color: var(--tp-common-black);
  border-radius: 50%;
  border: 1px solid #E6E7E8;
  background: var(--tp-common-white);
}
.tp-product-details-social a:hover {
  border-color: var(--tp-common-black);
  background-color: var(--tp-common-black);
  color: var(--tp-common-white);
}
.tp-product-details-msg ul li {
  font-size: 15px;
  list-style: none;
  padding-left: 25px;
  position: relative;
  color: var(--tp-grey-1);
}
.tp-product-details-msg ul li::after {
  position: absolute;
  content: url("../img/product/icon/product-icon.svg");
  top: 4px;
  left: 0;
  width: 18px;
  height: 18px;
  line-height: 16px;
  text-align: center;
  color: var(--tp-common-white);
  -webkit-transition: all 0.2s 0s linear;
  -moz-transition: all 0.2s 0s linear;
  -ms-transition: all 0.2s 0s linear;
  -o-transition: all 0.2s 0s linear;
  transition: all 0.2s 0s linear;
}
.tp-product-details-payment {
  padding: 18px 30px;
  background: var(--tp-grey-3);
}
.tp-product-details-payment p {
  font-size: 16px;
  line-height: 1;
  margin-bottom: 0;
  margin-right: 46px;
  flex: 0 0 auto;
  color: var(--tp-common-black);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-product-details-payment p {
    margin-right: 25px;
  }
}
@media (max-width: 574.98px) {
  .tp-product-details-payment p {
    margin-right: 0;
    margin-bottom: 15px;
  }
  .tp-product-details-payment p br {
    display: none;
  }
}
.tp-product-details-desc-title {
  font-size: 34px;
  font-weight: 700;
  margin-bottom: 20px;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-product-details-desc-title {
    font-size: 30px;
  }
}
@media (max-width: 574.98px) {
  .tp-product-details-desc-title {
    font-size: 26px;
  }
}
.tp-product-details-desc-title-2 {
  font-size: 34px;
  font-weight: 400;
  margin-bottom: 14px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .tp-product-details-desc-title-2 {
    font-size: 25px;
  }
}
.tp-product-details-desc-content {
  margin-bottom: 25px;
  padding-right: 45px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), (max-width: 574.98px) {
  .tp-product-details-desc-content {
    padding-right: 0;
  }
}
@media (max-width: 574.98px) {
  .tp-product-details-desc-content {
    padding-left: 0;
  }
}
.tp-product-details-desc-content span {
  font-size: 20px;
  color: var(--tp-common-black);
}
.tp-product-details-desc-content p {
  font-size: 17px;
  line-height: 1.8;
  color: #55585B;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .tp-product-details-desc-thumb img {
    max-width: 100%;
  }
}
.tp-product-details-desc-list {
  padding-top: 13px;
}
.tp-product-details-desc-list ul li {
  list-style: none;
  font-size: 16px;
  color: var(--tp-common-black);
  position: relative;
  padding-left: 17px;
}
.tp-product-details-desc-list ul li:not(:last-child) {
  margin-bottom: 3px;
}
.tp-product-details-desc-list ul li::after {
  position: absolute;
  content: "";
  left: 0;
  top: 11px;
  width: 4px;
  height: 4px;
  background-color: #A8ACB0;
  border-radius: 50%;
}
.tp-product-details-desc-fact-thumb img {
  margin-bottom: 16px;
}
.tp-product-details-desc-fact-content span {
  display: inline-block;
  font-size: 50px;
  line-height: 1.2;
  color: var(--tp-common-black);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-product-details-desc-fact-content span {
    font-size: 35px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-product-details-desc-fact-content span {
    font-size: 30px;
  }
}
@media (max-width: 574.98px) {
  .tp-product-details-desc-fact-content span {
    font-size: 25px;
  }
}
.tp-product-details-desc-fact-content p {
  font-size: 22px;
}
@media (max-width: 574.98px) {
  .tp-product-details-desc-fact-content p {
    font-size: 20px;
  }
}
.tp-product-details-additional-info {
  padding-top: 60px;
}
@media (max-width: 574.98px) {
  .tp-product-details-additional-info {
    overflow-x: scroll;
  }
}
.tp-product-details-additional-info-title {
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 16px;
  display: none;
}
.tp-product-details-additional-info.tp-table-style-2 {
  padding-top: 50px;
}
.tp-product-details-additional-info.tp-table-style-2 .tp-product-details-additional-info-title {
  display: block;
}
.tp-product-details-additional-info.tp-table-style-2 table {
  border: 0;
  border-collapse: separate;
  border-spacing: 0 7px;
}
.tp-product-details-additional-info.tp-table-style-2 table tr {
  border: 0;
}
.tp-product-details-additional-info.tp-table-style-2 table tr:not(:last-child) {
  border: 0;
  margin-bottom: 6px;
}
.tp-product-details-additional-info.tp-table-style-2 table tr td {
  padding: 7px 24px;
  border: 1px solid #E6E7E8;
}
.tp-product-details-additional-info.tp-table-style-2 table tr td:first-child {
  padding-left: 24px;
  border-right: 0;
}
.tp-product-details-additional-info.tp-table-style-2 table tr td:last-child {
  padding-left: 34px;
}
.tp-product-details-additional-info table {
  width: 100%;
  border: 1px solid var(--tp-border-1);
}
.tp-product-details-additional-info table tr:not(:last-child) {
  border-bottom: 1px solid var(--tp-border-1);
}
.tp-product-details-additional-info table tr td {
  padding: 12px 34px;
}
.tp-product-details-additional-info table tr td:first-child {
  width: 306px;
  font-size: 16px;
  background-color: var(--tp-grey-3);
  color: var(--tp-common-black);
}
.tp-product-details-additional-info table tr td:last-child {
  font-size: 16px;
  color: var(--tp-text-body);
}
.tp-product-details-review-number {
  border: 1px solid var(--tp-border-1);
  padding: 35px 43px 33px 40px;
  background-color: var(--tp-grey-3);
}
@media (max-width: 574.98px) {
  .tp-product-details-review-number {
    padding: 35px 25px 33px 25px;
  }
}
.tp-product-details-review-number-title {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 14px;
}
.tp-product-details-review-summery {
  margin-bottom: 12px;
}
.tp-product-details-review-summery-value span {
  font-size: 40px;
  font-weight: 500;
  color: var(--tp-common-black);
  margin-right: 8px;
}
.tp-product-details-review-summery-rating {
  margin-right: 3px;
}
.tp-product-details-review-summery-rating span {
  color: #FFB21D;
}
.tp-product-details-review-summery-rating p {
  margin-left: 4px;
  font-size: 14px;
  margin-bottom: 0;
}
.tp-product-details-review-rating-item > span {
  color: #A0A2A4;
  font-size: 15px;
  margin-right: 10px;
}
.tp-product-details-review-rating-bar {
  width: 260px;
  height: 10px;
  position: relative;
  margin-right: 12px;
  background-color: var(--tp-common-white);
}
@media (max-width: 574.98px) {
  .tp-product-details-review-rating-bar {
    width: 130px;
  }
}
.tp-product-details-review-rating-bar-inner {
  height: 100%;
  background-color: #FFB21D;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}
.tp-product-details-review-rating-percent span {
  font-size: 14px;
}
.tp-product-details-review-title {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 22px;
}
@media (max-width: 574.98px) {
  .tp-product-details-review-list {
    padding-right: 0;
  }
}
.tp-product-details-review-avater:not(:last-child) {
  margin-bottom: 32px;
}
.tp-product-details-review-avater-thumb {
  flex: 0 0 auto;
}
.tp-product-details-review-avater-thumb img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 20px;
}
.tp-product-details-review-avater-rating {
  line-height: 1;
  margin-bottom: 3px;
}
.tp-product-details-review-avater-rating span {
  font-size: 10px;
  margin-right: 2px;
  color: #FFB21D;
}
.tp-product-details-review-avater-title {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 9px;
  display: inline-block;
}
.tp-product-details-review-avater-meta {
  font-size: 14px;
  position: relative;
  padding-left: 11px;
  margin-left: 3px;
}
.tp-product-details-review-avater-meta::after {
  position: absolute;
  content: "";
  left: 0;
  top: 8px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #A8ACB0;
}
.tp-product-details-review-avater-comment p {
  font-size: 14px;
  margin-bottom: 0;
  line-height: 1.4;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .tp-product-details-review-form {
    margin-top: 50px;
  }
}
.tp-product-details-review-form > p {
  font-size: 16px;
  margin-bottom: 8px;
}
.tp-product-details-review-form-title {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 4px;
}
.tp-product-details-review-form-rating {
  margin-bottom: 28px;
}
.tp-product-details-review-form-rating p {
  margin-bottom: 0;
  font-size: 14px;
  margin-right: 8px;
}
.tp-product-details-review-form-rating-icon span {
  font-size: 12px;
  color: #FFB21D;
}
.tp-product-details-review-input-wrapper {
  margin-bottom: 11px;
}
.tp-product-details-review-input-box {
  position: relative;
  margin-bottom: 29px;
}
.tp-product-details-review-input label {
  font-size: 16px;
  font-weight: 500;
  color: #111013;
  line-height: 1;
  margin-bottom: 12px;
}
.tp-product-details-review-input input, .tp-product-details-review-input textarea {
  border-radius: 0px;
  border-color: var(--tp-border-1);
  background: var(--tp-grey-3);
  color: var(--tp-common-black);
  border-radius: 12px;
}
.tp-product-details-review-input input:focus, .tp-product-details-review-input textarea:focus {
  background: transparent;
  border-color: var(--tp-theme-1);
}
.tp-product-details-review-input input::-webkit-input-placeholder, .tp-product-details-review-input textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: var(--tp-grey-1);
}
.tp-product-details-review-input input::-moz-placeholder, .tp-product-details-review-input textarea::-moz-placeholder { /* Firefox 19+ */
  color: var(--tp-grey-1);
}
.tp-product-details-review-input input:-moz-placeholder, .tp-product-details-review-input textarea:-moz-placeholder { /* Firefox 4-18 */
  color: var(--tp-grey-1);
}
.tp-product-details-review-input input:-ms-input-placeholder, .tp-product-details-review-input textarea:-ms-input-placeholder { /* IE 10+  Edge*/
  color: var(--tp-grey-1);
}
.tp-product-details-review-input input::placeholder, .tp-product-details-review-input textarea::placeholder { /* MODERN BROWSER */
  color: var(--tp-grey-1);
}
.tp-product-details-review-input textarea {
  resize: none;
  height: 160px;
}
.tp-product-details-review-input-title label {
  font-size: 16px;
  font-weight: 500;
  color: var(--tp-common-black);
  line-height: 1;
  margin-bottom: 12px;
}
.tp-product-details-review-remeber input {
  display: none;
}
.tp-product-details-review-remeber input:checked ~ label::after {
  background-color: var(--tp-common-black);
  border-color: var(--tp-common-black);
}
.tp-product-details-review-remeber input:checked ~ label::before {
  visibility: visible;
  opacity: 1;
}
.tp-product-details-review-remeber label {
  font-size: 15px;
  color: #55585B;
  position: relative;
  padding-left: 26px;
  z-index: 1;
}
.tp-product-details-review-remeber label::after {
  position: absolute;
  content: "";
  top: 4px;
  left: 0;
  width: 18px;
  height: 18px;
  line-height: 16px;
  text-align: center;
  border: 1px solid #C3C7C9;
  z-index: -1;
  -webkit-transition: all 0.2s 0s ease-out;
  -moz-transition: all 0.2s 0s ease-out;
  -ms-transition: all 0.2s 0s ease-out;
  -o-transition: all 0.2s 0s ease-out;
  transition: all 0.2s 0s ease-out;
}
.tp-product-details-review-remeber label::before {
  position: absolute;
  content: url("../img/product/icon/check.svg");
  top: 4px;
  left: 0;
  width: 18px;
  height: 18px;
  line-height: 16px;
  text-align: center;
  visibility: hidden;
  opacity: 0;
  color: var(--tp-common-white);
  -webkit-transition: all 0.2s 0s ease-out;
  -moz-transition: all 0.2s 0s ease-out;
  -ms-transition: all 0.2s 0s ease-out;
  -o-transition: all 0.2s 0s ease-out;
  transition: all 0.2s 0s ease-out;
}
.tp-product-details-review-remeber label a:hover {
  color: var(--tp-theme-primary);
}
.tp-product-details-review-remeber label:hover {
  cursor: pointer;
}
.tp-product-details-review-btn {
  font-size: 16px;
  font-weight: 500;
  padding: 9px 45px;
  color: var(--tp-common-white);
  border: 1px solid rgba(1, 15, 28, 0.08);
  background-color: var(--tp-common-black);
  border-radius: 50px;
}
.tp-product-details-review-btn:hover {
  color: var(--tp-common-white);
  background-color: var(--tp-theme-1);
}
.tp-product-details-bottom {
  border-bottom: 1px solid #E0E2E3;
}
.tp-product-details-tab-nav .nav-tabs {
  padding-bottom: 12px;
  border-bottom: 1px solid #E0E2E3;
}
@media (max-width: 574.98px) {
  .tp-product-details-tab-nav .nav-tabs {
    padding-bottom: 0;
  }
}
.tp-product-details-tab-nav .nav-tabs .nav-link {
  font-size: 20px;
  color: rgba(0, 0, 0, 0.6);
  border: none;
  padding: 0;
  padding-left: 9px;
  padding-right: 7px;
  position: relative;
  background-color: transparent;
}
.tp-product-details-tab-nav .nav-tabs .nav-link:not(:first-child) {
  margin-left: 40px;
}
.tp-product-details-tab-nav .nav-tabs .nav-link.active, .tp-product-details-tab-nav .nav-tabs .nav-link:hover {
  color: var(--tp-theme-1);
}
.tp-product-details-tab-nav .nav-tabs .nav-link.active::after, .tp-product-details-tab-nav .nav-tabs .nav-link:hover::after {
  width: 100%;
  left: 0;
  right: auto;
}
@media (max-width: 574.98px) {
  .tp-product-details-tab-nav .nav-tabs .nav-link::after {
    position: absolute;
    content: "";
    left: auto;
    right: 0;
    bottom: -1px;
    width: 0%;
    height: 2px;
    background-color: var(--tp-common-black);
    -webkit-transition: all 0.3s 0s ease-in-out;
    -moz-transition: all 0.3s 0s ease-in-out;
    -ms-transition: all 0.3s 0s ease-in-out;
    -o-transition: all 0.3s 0s ease-in-out;
    transition: all 0.3s 0s ease-in-out;
  }
}
@media (max-width: 574.98px) {
  .tp-product-details-tab-nav .nav-tabs span#productTabMarker {
    display: none !important;
  }
}
.tp-product-details-tab-line {
  bottom: 0;
  height: 1px;
  position: absolute;
  background-color: var(--tp-common-black);
  -webkit-transition: all 0.3s 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;
  display: block;
}
.tp-product-details-views {
  margin-bottom: 10px;
}
.tp-product-details-views > span {
  color: var(--tp-common-black);
  font-size: 16px;
  margin-right: 8px;
}
.tp-product-details-views p {
  font-size: 16px;
  margin-bottom: 0;
}
.tp-product-details-views p span {
  color: var(--tp-common-black);
  font-weight: 500;
}
.tp-product-details-stock-bar p {
  font-size: 15px;
  margin-bottom: 5px;
}
.tp-product-details-stock-bar p span {
  font-weight: 500;
  color: var(--tp-common-black);
}
.tp-product-details-stock-bar-line {
  height: 4px;
  position: relative;
}
.tp-product-details-stock-bar-line-inner {
  position: absolute;
  top: 0;
  left: 0;
  background-color: var(--tp-theme-primary);
  height: 100%;
  display: inline-block;
}
.tp-product-details-wishlist-btn {
  width: 46px;
  height: 46px;
  line-height: 46px;
  text-align: center;
  display: inline-block;
  background-color: var(--tp-common-white);
  box-shadow: 0px 1px 3px rgba(1, 15, 28, 0.1);
}
.tp-product-details-wishlist-btn:hover {
  background-color: var(--tp-common-black);
  color: var(--tp-common-white);
}

.al-product-tab .nav-tabs {
  border: none;
}
.al-product-tab .nav-tabs .nav-link {
  font-size: 20px;
  color: #A0A2A4;
  position: relative;
  padding: 0;
  margin: 0;
  border: 0;
}
@media (max-width: 574.98px) {
  .al-product-tab .nav-tabs .nav-link {
    font-size: 15px;
  }
}
.al-product-tab .nav-tabs .nav-link:not(:first-child) {
  margin-left: 28px;
}
.al-product-tab .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;
}
.al-product-tab .nav-tabs .nav-link.active {
  color: var(--tp-theme-1);
}
.al-product-tab .nav-tabs .nav-link.active .al-product-tab-tooltip {
  opacity: 1;
  visibility: visible;
}
.al-product-tab .nav-tabs .nav-link .al-product-tab-tooltip {
  position: absolute;
  top: -24px;
  right: 0;
  background-color: var(--tp-theme-1);
  color: var(--tp-common-white);
  font-size: 12px;
  line-height: 1;
  display: inline-block;
  padding: 4px 9px;
  border-radius: 4px;
  visibility: hidden;
  opacity: 0;
  -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;
  font-weight: 700;
}
.al-product-tab .nav-tabs .nav-link .al-product-tab-tooltip::after {
  position: absolute;
  content: "";
  bottom: 0;
  bottom: -5px;
  left: 7px;
  width: 13px;
  height: 6px;
  background-color: var(--tp-theme-1);
  clip-path: polygon(100% 0, 0 0, 28% 100%);
}
.al-product-tag {
  margin-bottom: 3px;
}
.al-product-tag a {
  font-size: 14px;
  position: relative;
  display: inline-block;
  line-height: 1;
  color: var(--tp-grey-1);
}
.al-product-tag a::after {
  position: absolute;
  content: "";
  left: auto;
  right: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background-color: var(--tp-theme-1);
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
}
.al-product-tag a:hover {
  color: var(--tp-theme-1);
}
.al-product-tag a:hover::after {
  left: 0;
  right: auto;
  width: 100%;
}

.tp-product-price {
  color: var(--tp-grey-1);
}

.al-trending-shop-slider-dot .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--tp-theme-1);
}
.al-trending-shop-banner {
  position: relative;
  height: 630px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .al-trending-shop-banner {
    height: 430px;
    margin-left: 0;
    margin-top: 50px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .al-trending-shop-banner {
    height: 430px;
    margin-left: 0;
    margin-top: 50px;
  }
}
@media (max-width: 574.98px) {
  .al-trending-shop-banner {
    height: 430px;
    margin-left: 0;
    margin-top: 50px;
  }
}
.al-trending-shop-banner::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-linear-gradient(180deg, rgba(1, 15, 28, 0) 44.84%, rgba(1, 15, 28, 0.6) 100%);
  background-image: -moz-linear-gradient(180deg, rgba(1, 15, 28, 0) 44.84%, rgba(1, 15, 28, 0.6) 100%);
  background-image: -ms-linear-gradient(180deg, rgba(1, 15, 28, 0) 44.84%, rgba(1, 15, 28, 0.6) 100%);
  background-image: -o-linear-gradient(180deg, rgba(1, 15, 28, 0) 44.84%, rgba(1, 15, 28, 0.6) 100%);
  background-image: linear-gradient(180deg, rgba(1, 15, 28, 0) 44.84%, rgba(1, 15, 28, 0.6) 100%);
}
.al-trending-shop-banner-content {
  position: absolute;
  bottom: 40px;
  left: 35px;
  z-index: 1;
}
@media (max-width: 574.98px) {
  .al-trending-shop-banner-content {
    bottom: 25px;
    left: 20px;
  }
}
.al-trending-shop-banner-title {
  font-weight: 500;
  font-size: 30px;
  line-height: 1.13;
  color: var(--tp-common-white);
  margin-bottom: 18px;
}
.al-trending-shop-banner-title a {
  background-image: linear-gradient(#fff, #fff), linear-gradient(#fff, #fff);
  background-size: 0% 1px, 0 1px;
  background-position: 100% 100%, 0 81%;
  background-repeat: no-repeat;
  transition: background-size 0.4s linear;
}
.al-trending-shop-banner-title a:hover {
  background-size: 0 1px, 100% 1px;
}
.al-trending-shop-banner-thumb {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .al-trending-shop-banner-thumb {
    background-position: top center;
  }
}

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