@charset "UTF-8";
/*-----------------------------------------------------------------------------------

    Template Name: Template Name – HTML5 Template
    Author: Theme Pure
    Support: basictheme400@gmail.com
    Description: Template Name  – HTML5 Template
    Version: 1.0

-----------------------------------------------------------------------------------

/************ TABLE OF CONTENTS ***************

	-----------------
    01. THEME CSS
	-----------------
		1.1 Theme Default
		1.2 Common Classes
		1.3 Default Spacing

	-----------------
    02. COMPONENTS css
	-----------------
		2.1 Back to top
		2.2 Theme Settings
		2.3 Buttons
		2.4 Animations
		2.5 Preloader
		2.6 Background 
		2.7 Carousel
		2.8 Nice Select
		2.9 Pagination
		2.10 Offcanvas
		2.11 Breadcrumb
		2.12 Accordion
		2.13 Tab
		2.14 Modal
		2.15 Section Title
	-----------------
    03. HEADER CSS
	-----------------
		3.1 Header Style 1
		3.2 Header Style 2
		3.3 Header Style 3
		3.4 Header Style 4
		3.5 Header Style 5
		3.6 Header Style 6
		3.7 Header Style 7

    ---------------------------------
	04. MENU CSS
	---------------------------------
		4.1 Main menu css
		4.2 Meanmenu css
		4.3 Mobile menu css

	---------------------------------
	05. BLOG CSS
	---------------------------------
		5.1 Postbox css
		5.2 Recent Post css
		5.3 Sidebar css
		5.4 Blog css

	---------------------------------
	06. FOOTER CSS
	---------------------------------
		6.1 Footer Style 1
		6.2 Footer Style 2
		6.3 Footer Style 3
		6.4 Footer Style 4
		6.5 Footer Style 5
		6.6 Footer Style 6
		6.7 Footer Style 7

	---------------------------------
	07. PAGES CSS
	---------------------------------
		7.1 Slider css
		7.2 About css
		7.3 Brand css
		7.4 Cart css
		7.5 Checkout css
		7.6 Contact css
		7.7 Counter css
		7.8 CTA css
		7.9 FAQ css
		7.10 Feature css
		7.11 Form css
		7.12 Order CSS
		7.13 Portfolio css
		7.14 Pricing css
		7.15 Product css
		7.16 Services css
		7.17 Team css
		7.18 Testimonial css

	---------------------------------
	08. ECOMMERCE CSS
	---------------------------------
		8.1 Cart css
		8.2 ECOMMERCE css
		8.3 Product css


**********************************************/
/*----------------------------------------*/
/*  1.1 Theme Default
/*----------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;700&display=swap");

@import url('https://fonts.googleapis.com/css2?family=Allura&family=Bodoni+Moda:ital,opsz,wght@0,6..96,400..900;1,6..96,400..900&family=Bricolage+Grotesque:opsz,wght@12..96,200..800&family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&family=Marcellus&family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Sacramento&display=swap');

.main-menu ul li .tp-submenu,
.tp-accordion .accordion-button .tp-accordion-plus,
.tp-accordion .accordion-button .tp-accordion-plus::after,
.tp-accordion .accordion-button .tp-accordion-plus::before,
.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;
}

.back-to-top-btn {
	-webkit-transition: transform 0.3s 0s ease-out;
	-moz-transition: transform 0.3s 0s ease-out;
	-ms-transition: transform 0.3s 0s ease-out;
	-o-transition: transform 0.3s 0s ease-out;
	transition: transform 0.3s 0s ease-out;
}

@font-face {
	font-family: "Virsace Bigiora";
	src: url("../fonts/VirsaceBigiora-Regular.woff") format("woff"), url("../fonts/VirsaceBigiora-Regular.eot") format("eot"), url("../fonts/VirsaceBigiora-Regular.ttf") format("ttf");
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

:root {
	/**
  @font family declaration
  */
	--tp-ff-body: 'Marcellus', sans-serif;
	--tp-ff-heading: "Bricolage Grotesque", serif;
	--tp-ff-p: 'Marcellus', sans-serif;
	--tp-ff-fontawesome: "Font Awesome 6 Pro";
	/**
  @color declaration
  */
	--tp-common-white: #ffffff;
	--tp-common-black: #000;
	--tp-common-1: #FCF6EF;
	--tp-heading-primary: #481E0B;
	--tp-grey-1: #F1F1F1;
	--tp-grey-2: #F5F6F8;
	--tp-grey-3: #F5F2ED;
	--tp-text-body: #6A5952;
	--tp-text-1: #481E0B;
	--tp-theme-primary: #f37636;
	--tp-theme-secondary: #F7E6D4;
	--tp-theme-3: #F0DED6;
	--tp-theme-4: #FFD056;
	--tp-theme-5: #FDF2ED;
	--tp-theme-6: #FAEFEB;
	--tp-theme-7: #F0E3D2;
	--tp-border-primary: #000;
	--tp-border-secondary: #000;
	/**
  @font size
  */
	--tp-fz-body: 20px;
	--tp-fz-p: 24px;
}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

/*---------------------------------
	typography css start 
---------------------------------*/
body {
	font-family: var(--tp-ff-body);
	font-size: var(--tp-fz-body);
	font-weight: normal;
	color: var(--tp-text-body);
	line-height: 26px;
	overflow-X: hidden !important;
}

a {
	text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: var(--tp-ff-heading);
	color: var(--tp-heading-primary);
	margin-top: 0px;
	font-weight: 400;
	line-height: 1.1;
	-webkit-transition: color 0.3s 0s ease-out;
	-moz-transition: color 0.3s 0s ease-out;
	-ms-transition: color 0.3s 0s ease-out;
	-o-transition: color 0.3s 0s ease-out;
	transition: color 0.3s 0s ease-out;
}

h1 {
	font-size: 40px;
}

h2 {
	font-size: 36px;
}

h3 {
	font-size: 28px;
}

h4 {
	font-size: 24px;
}

h5 {
	font-size: 20px;
}

h6 {
	font-size: 16px;
}

ul {
	margin: 0px;
	padding: 0px;
}

p {
	font-family: var(--tp-ff-p);
	font-size: 20px;
	font-weight: 400;
	color: var(--tp-text-body);
	margin-bottom: 15px;
	line-height: 30px;
}

a:not([href]):not([class]),
a:not([href]):not([class]):hover {
	color: inherit;
	text-decoration: none;
}

a:focus,
.button:focus {
	text-decoration: none;
	outline: none;
}

a:focus,
a:hover {
	color: inherit;
	text-decoration: none;
}

a,
button {
	color: inherit;
	outline: none;
	border: none;
	background: transparent;
}

button:hover {
	cursor: pointer;
}

button:focus {
	outline: 0;
}

.uppercase {
	text-transform: uppercase;
}

.capitalize {
	text-transform: capitalize;
}

input[type=text],
input[type=email],
input[type=tel],
input[type=number],
input[type=password],
input[type=url],
textarea {
	outline: none;
	background-color: #EFF0F2;
	height: 54px;
	width: 100%;
	line-height: 54px;
	font-size: 18px;
	border: 2px solid #EFF0F2;
	color: var(--tp-text-body);
	padding-left: 29px;
	padding-right: 29px;
}

[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]::-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: #84848B;
}

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: #84848B;
}

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: #84848B;
}

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: #84848B;
}

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: #84848B;
}

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: var(--tp-fz-body);
	opacity: 1;
}

*::placeholder {
	color: var(--tp-common-black);
	font-size: var(--tp-fz-body);
	opacity: 1;
}

img {
	max-width: 100%;
}

.w-img {
	width: 100%;
}

.test-class {
	padding: 5px 20px;
	background-color: green;
	color: #000;
	position: relative;
	overflow: hidden;
}

.test-class::after,
.test-class::before {
	position: absolute;
	content: "";
	left: -23px;
	bottom: -7px;
	width: 79%;
	height: 10px;
	background-color: #fff;
	border-radius: 50%;
}

.test-class::before {
	left: auto;
	right: -23px;
	top: -7px;
	bottom: auto;
}

.test-class span {
	position: relative;
}

.test-class span::after,
.test-class span::before {
	position: absolute;
	content: "";
	left: -23px;
	bottom: -7px;
	width: 79%;
	height: 10px;
	background-color: red;
	border-radius: 50%;
}

.container-fluid {
	padding-right: var(--bs-gutter-x, 15px);
	padding-left: var(--bs-gutter-x, 15px);
}

.cursor-outer {
	margin-left: -15px;
	margin-top: -15px;
	width: 30px;
	height: 30px;
	border: 2px solid #CD5F37;
	box-sizing: border-box;
	z-index: 10000000;
	transition: all 0.08s linear;
}

.mouseCursor {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	pointer-events: none;
	border-radius: 50%;
	transform: translateZ(0);
	text-align: center;
}

.mouseCursor.my-class {
	mix-blend-mode: difference;
	background-color: #fff;
}

.mouseCursor.my-class.cursor-outer {
	width: 72px;
	height: 72px;
}

.mouseCursor.my-class.cursor-inner {
	display: none;
}

.cursor-inner {
	margin-left: -3px;
	margin-top: -3px;
	width: 6px;
	height: 6px;
	z-index: 10000001;
	background-color: #CD5F37;
	transition: all 0.08s linear;
}

.cursor-inner span {
	color: #fff;
	line-height: 80px;
	opacity: 0;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 12px;
}

.cursor-inner.cursor-big span {
	opacity: 1;
}

.gx-6 {
	--bs-gutter-x: 15px;
}

/*---------------------------------
    1.2 Common Classes
---------------------------------*/
.w-img img {
	width: 100%;
}

.m-img img {
	max-width: 100%;
}

.fix {
	overflow: hidden;
}

.clear {
	clear: both;
}

.z-index-1 {
	z-index: 1;
}

.z-index-11 {
	z-index: 11;
}

.overflow-y-visible {
	overflow-x: hidden;
	overflow-y: visible;
}

.p-relative {
	position: relative;
}

.p-absolute {
	position: absolute;
}

.include-bg {
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

.demo {
	-webkit-transition: color 0.3s 0s linear;
	-moz-transition: color 0.3s 0s linear;
	-ms-transition: color 0.3s 0s linear;
	-o-transition: color 0.3s 0s linear;
	transition: color 0.3s 0s linear;
	-webkit-transition: color 0.3s linear, transform 0.2s ease;
	-moz-transition: color 0.3s linear, transform 0.2s ease;
	-ms-transition: color 0.3s linear, transform 0.2s ease;
	-o-transition: color 0.3s linear, transform 0.2s ease;
	transition: color 0.3s linear, transform 0.2s ease;
}

[dir=rtl] .demo {
	margin-left: 0;
	margin-right: 15px;
}

div.demo img {
	margin-left: 10px;
}

[tp-theme=tp-theme-dark] .demo {
	color: yellow;
}

/*----------------------------------------
    Body Overlay 
-----------------------------------------*/
.body-overlay {
	background-color: var(--tp-common-black);
	height: 100%;
	width: 100%;
	position: fixed;
	top: 0;
	z-index: 999;
	left: 0;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.3s 0s ease-out;
	-moz-transition: all 0.3s 0s ease-out;
	-ms-transition: all 0.3s 0s ease-out;
	-o-transition: all 0.3s 0s ease-out;
	transition: all 0.3s 0s ease-out;
}

.body-overlay:hover {
	cursor: pointer;
}

.body-overlay.opened {
	opacity: 0.5;
	visibility: visible;
}

/* dropcap */
.tp-dropcap::first-letter {
	font-size: 50px;
	font-weight: 700;
	float: left;
	text-align: center;
	color: var(--tp-common-black);
	background-color: var(--tp-common-white);
	box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.06);
	margin-right: 5px;
	line-height: inherit;
}

.class {
	stroke-dasharray: 189px, 191px;
	stroke-dashoffset: 0px;
}

.gx-6 {
	--bs-gutter-x: 15px;
}

.gx-7 {
	--bs-gutter-x: 10px;
}

.gx-8 {
	--bs-gutter-x: 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),
(max-width: 767px) {
	.gx-8 {
		--bs-gutter-x: 30px;
	}
}

/*---------------------------------
    1.3 Default Spacing
---------------------------------*/
/*----------------------------------------*/
/*  2.1 Back to top
/*----------------------------------------*/
.back-to-top-wrapper {
	position: fixed;
	right: 50px;
	bottom: 0;
	height: 44px;
	width: 44px;
	cursor: pointer;
	display: block;
	border-radius: 50%;
	z-index: 99;
	opacity: 0;
	visibility: hidden;
}

@media (max-width: 767px) {
	.back-to-top-wrapper {
		right: 20px;
		bottom: 20px;
	}
}

.back-to-top-wrapper.back-to-top-btn-show {
	visibility: visible;
	opacity: 1;
	bottom: 50px;
}

.back-to-top-btn {
	color: rgba(0, 0, 0, 0.6);
	background-color: var(--tp-common-white);
	display: inline-block;
	width: 44px;
	height: 44px;
	line-height: 44px;
	text-align: center;
	box-shadow: 0px 8px 16px rgba(3, 4, 28, 0.3);
	border-radius: 50%;
}

.back-to-top-btn svg {
	-webkit-transform: translateY(-2px);
	-moz-transform: translateY(-2px);
	-ms-transform: translateY(-2px);
	-o-transform: translateY(-2px);
	transform: translateY(-2px);
}

.back-to-top-btn:hover {
	-webkit-transform: translateY(-4px);
	-moz-transform: translateY(-4px);
	-ms-transform: translateY(-4px);
	-o-transform: translateY(-4px);
	transform: translateY(-4px);
}

/*----------------------------------------*/
/*  2.2 Theme Settings
/*----------------------------------------*/
.tp-theme-settings-area {
	position: fixed;
	top: 50%;
	left: 0;
	width: 240px;
	background-color: #fff;
	border: 1px solid #EAEAEF;
	-webkit-transform: translateY(-50%) translateX(-100%);
	-moz-transform: translateY(-50%) translateX(-100%);
	-ms-transform: translateY(-50%) translateX(-100%);
	-o-transform: translateY(-50%) translateX(-100%);
	transform: translateY(-50%) translateX(-100%);
	z-index: 991;
	direction: ltr;
	border-bottom-right-radius: 4px;
}

.tp-theme-settings-area.settings-opened {
	-webkit-transform: translateY(-50%) translateX(0%);
	-moz-transform: translateY(-50%) translateX(0%);
	-ms-transform: translateY(-50%) translateX(0%);
	-o-transform: translateY(-50%) translateX(0%);
	transform: translateY(-50%) translateX(0%);
}

.tp-theme-settings-area.settings-opened .tp-theme-settings-gear {
	opacity: 0;
}

.tp-theme-settings-area.settings-opened .tp-theme-settings-close {
	opacity: 1;
}

.tp-theme-settings-open {
	position: absolute;
	top: -1px;
	left: 100%;
}

.tp-theme-settings-open button {
	background-color: var(--tp-common-white);
	border: 1px solid #EAEAEF;
	border-left: 0;
	width: 60px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	font-size: 24px;
	color: var(--tp-common-black);
	position: relative;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}

.tp-theme-settings-gear {
	display: inline-block;
	-webkit-animation: tp-theme-setting-spin 4s linear infinite;
	-moz-animation: tp-theme-setting-spin 4s linear infinite;
	-ms-animation: tp-theme-setting-spin 4s linear infinite;
	-o-animation: tp-theme-setting-spin 4s linear infinite;
	animation: tp-theme-setting-spin 4s linear infinite;
}

@-webkit-keyframes tp-theme-setting-spin {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@-moz-keyframes tp-theme-setting-spin {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@-ms-keyframes tp-theme-setting-spin {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes tp-theme-setting-spin {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

.tp-theme-settings-close {
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	opacity: 0;
}

.tp-theme-header-title {
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 30px;
}

.tp-theme-wrapper {
	padding: 20px 30px 30px;
}

.tp-theme-toggle {
	text-align: center;
}

.tp-theme-toggle-main {
	display: inline-block;
	width: 160px;
	margin: auto;
	position: relative;
	z-index: 1;
	background-color: #f0f0f5;
	padding: 4px;
	border-radius: 20px;
}

.tp-theme-toggle-light,
.tp-theme-toggle-dark {
	display: inline-block;
	width: 48%;
	height: 26px;
	line-height: 26px;
}

.tp-theme-toggle input {
	display: none;
}

.tp-theme-toggle:hover {
	cursor: pointer;
}

.tp-theme-toggle label {
	color: var(--tp-common-black);
	font-size: 14px;
	font-weight: 500;
}

.tp-theme-toggle label:hover {
	cursor: pointer;
}

.tp-theme-toggle #tp-theme-toggler {
	display: none;
}

.tp-theme-toggle #tp-theme-toggler:checked+i {
	right: calc(50% - 4px);
}

.tp-theme-toggle-slide {
	position: absolute;
	top: 50%;
	right: 4px;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 50%;
	height: 26px;
	color: var(--tp-common-black);
	background-color: var(--tp-common-white);
	border-radius: 30px;
	-webkit-transform: translate3d(0, 0);
	transform: translate3d(0, 0);
	-webkit-transition: all 0.2s 0s cubic-bezier(0.25, 1, 0.5, 1);
	-moz-transition: all 0.2s 0s cubic-bezier(0.25, 1, 0.5, 1);
	-ms-transition: all 0.2s 0s cubic-bezier(0.25, 1, 0.5, 1);
	-o-transition: all 0.2s 0s cubic-bezier(0.25, 1, 0.5, 1);
	transition: all 0.2s 0s cubic-bezier(0.25, 1, 0.5, 1);
	z-index: -1;
}

.tp-theme-dir {
	text-align: center;
}

.tp-theme-dir-main {
	display: inline-block;
	width: 160px;
	margin: auto;
	position: relative;
	z-index: 1;
	background-color: #f0f0f5;
	padding: 4px;
	border-radius: 20px;
}

.tp-theme-dir-ltr,
.tp-theme-dir-rtl {
	display: inline-block;
	width: 48%;
	height: 26px;
	line-height: 26px;
}

.tp-theme-dir input {
	display: none;
}

.tp-theme-dir:hover {
	cursor: pointer;
}

.tp-theme-dir label {
	color: var(--tp-common-black);
	font-size: 14px;
	font-weight: 500;
}

.tp-theme-dir label:hover {
	cursor: pointer;
}

.tp-theme-dir #tp-dir-toggler {
	display: none;
}

.tp-theme-dir #tp-dir-toggler:checked+i {
	right: calc(50% - 4px);
}

.tp-theme-dir-slide {
	position: absolute;
	top: 50%;
	right: 4px;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 50%;
	height: 26px;
	color: var(--tp-common-black);
	background-color: var(--tp-common-white);
	border-radius: 30px;
	-webkit-transform: translate3d(0, 0);
	transform: translate3d(0, 0);
	-webkit-transition: all 0.2s 0s cubic-bezier(0.25, 1, 0.5, 1);
	-moz-transition: all 0.2s 0s cubic-bezier(0.25, 1, 0.5, 1);
	-ms-transition: all 0.2s 0s cubic-bezier(0.25, 1, 0.5, 1);
	-o-transition: all 0.2s 0s cubic-bezier(0.25, 1, 0.5, 1);
	transition: all 0.2s 0s cubic-bezier(0.25, 1, 0.5, 1);
	z-index: -1;
}

.tp-theme-color-item.active button::before {
	opacity: 1;
	visibility: visible;
}

.tp-theme-color-btn {
	width: 100%;
	height: 40px;
	line-height: 40px;
	text-align: center;
	position: relative;
}

.tp-theme-color-btn::before {
	position: absolute;
	content: "\f00c";
	font-weight: 600;
	font-family: var(--tp-ff-fontawesome);
	color: var(--tp-common-white);
	font-size: 16px;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transition: all 0.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;
}

.tp-theme-color-btn.tp-color-settings-btn[data-color="#F50963"] {
	background-color: #F50963;
}

.tp-theme-color-btn.tp-color-settings-btn[data-color="#008080"] {
	background-color: #008080;
}

.tp-theme-color-btn.tp-color-settings-btn[data-color="#F31E5E"] {
	background-color: #F31E5E;
}

.tp-theme-color-btn.tp-color-settings-btn[data-color="#AB6C56"] {
	background-color: #AB6C56;
	color: black;
}

.tp-theme-color-btn.tp-color-settings-btn[data-color="#4353FF"] {
	background-color: #4353FF;
}

.tp-theme-color-btn.tp-color-settings-btn[data-color="#3661FC"] {
	background-color: #3661FC;
}

.tp-theme-color-btn.tp-color-settings-btn[data-color="#2CAE76"] {
	background-color: #2CAE76;
}

.tp-theme-color-btn.tp-color-settings-btn[data-color="#FF5A1B"] {
	background-color: #FF5A1B;
}

.tp-theme-color-btn.tp-color-settings-btn[data-color="#03041C"] {
	background-color: #03041C;
}

.tp-theme-color-btn.tp-color-settings-btn[data-color="#ED212C"] {
	background-color: #ED212C;
}

.tp-theme-color-input {
	margin-top: 15px;
}

.tp-theme-color-input h6 {
	font-size: 14px;
	font-weight: 600;
	margin-bottom: 5px;
}

.tp-theme-color-input label {
	display: inline-block;
	width: 100%;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background-color: var(--tp-theme-1);
	-webkit-transition: all 0.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-theme-color-input label:hover {
	cursor: pointer;
}

.tp-theme-color-input input {
	display: none;
}

/*----------------------------------------*/
/*  2.3 Buttons
/*----------------------------------------*/
/* theme btn */
.tp-btn {
	display: inline-block;
	color: var(--tp-common-white);
	background: var(--tp-theme-primary);
	border: 2px solid var(--tp-theme-primary);
	text-align: center;
	font-family: var(--tp-ff-body);
	padding: 8px 28px;
	position: relative;
	z-index: 1;
	overflow: hidden;
	font-weight: 700;
	font-size: 20px;
	line-height: 1.5;
	-webkit-transition: all 0.3s 0s ease-out;
	-moz-transition: all 0.3s 0s ease-out;
	-ms-transition: all 0.3s 0s ease-out;
	-o-transition: all 0.3s 0s ease-out;
	transition: all 0.3s 0s ease-out;
}

.tp-btn i,
.tp-btn svg {
	margin-left: 5px;
}

.tp-btn svg {
	-webkit-transform: translateY(-2px);
	-moz-transform: translateY(-2px);
	-ms-transform: translateY(-2px);
	-o-transform: translateY(-2px);
	transform: translateY(-2px);
}

.tp-btn:hover {
	background: var(--tp-common-white);
	color: var(--tp-theme-primary);
}

.tp-btn:focus {
	color: var(--tp-heading-primary);
}

.tp-btn-theme {
	display: inline-block;
	color: var(--tp-common-white);
	background: var(--tp-heading-primary);
	text-align: center;
	font-family: var(--tp-ff-body);
	padding: 23px 40px;
	border: 2px solid var(--tp-heading-primary);
	position: relative;
	z-index: 1;
	overflow: hidden;
	font-weight: 500;
	font-size: 20px;
	line-height: 1.5;
	-webkit-transition: all 0.3s 0s ease-out;
	-moz-transition: all 0.3s 0s ease-out;
	-ms-transition: all 0.3s 0s ease-out;
	-o-transition: all 0.3s 0s ease-out;
	transition: all 0.3s 0s ease-out;
}

.tp-btn-theme i,
.tp-btn-theme svg {
	margin-left: 5px;
}

.tp-btn-theme svg {
	-webkit-transform: translateY(-2px);
	-moz-transform: translateY(-2px);
	-ms-transform: translateY(-2px);
	-o-transform: translateY(-2px);
	transform: translateY(-2px);
}

.tp-btn-theme:hover {
	background: var(--tp-common-white);
	color: var(--tp-heading-primary);
}

.tp-btn-theme:focus {
	color: var(--tp-heading-primary);
}

.tp-round-btn {
	display: inline-block;
	color: var(--tp-common-white);
	background: var(--tp-theme-primary);
	text-align: center;
	font-family: var(--tp-ff-body);
	position: relative;
	z-index: 1;
	overflow: hidden;
	line-height: 1.5;
	font-weight: 500;
	font-size: 20px;
	border: 2px solid var(--tp-theme-primary);
	border-radius: 40px;
	padding: 23px 38px;
	-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-round-btn i,
.tp-round-btn svg {
	margin-left: 5px;
}

.tp-round-btn svg {
	-webkit-transform: translateY(-2px);
	-moz-transform: translateY(-2px);
	-ms-transform: translateY(-2px);
	-o-transform: translateY(-2px);
	transform: translateY(-2px);
}

.tp-round-btn:hover {
	background: var(--tp-common-white);
	color: var(--tp-theme-primary);
}

.tp-round-btn:focus {
	color: var(--tp-heading-primary);
}

/* theme btn */
.tp-btn-2 {
	display: inline-block;
	background: var(--tp-theme-4);
	text-align: center;
	font-family: var(--tp-ff-body);
	padding: 25px 40px;
	border-radius: 40px;
	position: relative;
	z-index: 1;
	overflow: hidden;
	line-height: 1.5;
	-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: 500;
	font-size: 20px;
	color: var(--tp-heading-primary);
}

.tp-btn-2 i,
.tp-btn-2 svg {
	margin-left: 5px;
}

.tp-btn-2 svg {
	-webkit-transform: translateY(-2px);
	-moz-transform: translateY(-2px);
	-ms-transform: translateY(-2px);
	-o-transform: translateY(-2px);
	transform: translateY(-2px);
}

.tp-btn-2:hover {
	background: var(--tp-common-white);
	color: var(--tp-theme-primary);
}

.tp-btn-2:focus {
	color: var(--tp-theme-primary);
}

.menu-btn {
	display: inline-block;
	color: var(--tp-common-white);
	background: var(--tp-theme-primary);
	border: 2px solid var(--tp-theme-primary);
	text-align: center;
	font-family: var(--tp-ff-body);
	padding: 8px 18px;
	position: relative;
	z-index: 1;
	overflow: hidden;
	font-weight: 500;
	font-size: 18px;
	line-height: 1.5;
	-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;
}

.menu-btn i,
.menu-btn svg {
	margin-left: 5px;
}

.menu-btn svg {
	-webkit-transform: translateY(-2px);
	-moz-transform: translateY(-2px);
	-ms-transform: translateY(-2px);
	-o-transform: translateY(-2px);
	transform: translateY(-2px);
}

.menu-btn:hover {
	background: var(--tp-common-white);
	color: var(--tp-theme-primary);
}

.menu-btn:focus {
	color: var(--tp-theme-primary);
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.menu-btn {
		font-size: 15px;
		padding: 8px 15px;
	}
}

/* offcanvas btn */
.tp-btn-offcanvas {
	display: inline-block;
	font-size: 18px;
	font-weight: 500;
	color: var(--tp-common-white);
	background: var(--tp-theme-primary);
	text-align: center;
	padding: 16px 22px;
	letter-spacing: -0.02em;
	position: relative;
	z-index: 1;
	text-transform: capitalize;
}

.tp-btn-offcanvas i {
	padding-left: 5px;
}

.tp-btn-offcanvas:hover {
	background-color: var(--tp-heading-primary);
	color: var(--tp-common-white);
}

/*----------------------------------------*/
/*  2.4 Animations
/*----------------------------------------*/
/* pulse effect animation */
@-webkit-keyframes pulse {
	0% {
		-webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
	}

	70% {
		-webkit-box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
	}

	100% {
		-webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
	}
}

@keyframes pulse {
	0% {
		-moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
		box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
	}

	70% {
		-moz-box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
		box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
	}

	100% {
		-moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
		box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
	}
}

.tpbanner-video-play a,
.about-3-play a {
	border-radius: 50%;
	display: inline-block;
	z-index: 1;
	position: relative;
}

.tpbanner-video-play a::after,
.tpbanner-video-play a::before,
.about-3-play a::after,
.about-3-play a::before {
	position: absolute;
	content: "";
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	height: 100%;
	border-radius: 50%;
	border: 1px solid rgba(255, 255, 255, 0.4);
	animation: borderanimate2 2s linear infinite;
	animation-delay: 0s;
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
	z-index: -1;
}

.tpbanner-video-play a::before,
.about-3-play a::before {
	animation-delay: 0.7s;
}

@keyframes borderanimate2 {
	0% {
		transform: translate(-50%, -50%) scale(0.8);
	}

	60% {
		opacity: 1;
	}

	100% {
		transform: translate(-50%, -50%) scale(2.5);
		opacity: 0;
	}
}

@-webkit-keyframes borderanimate2 {
	0% {
		transform: translate(-50%, -50%) scale(0.8);
	}

	60% {
		opacity: 1;
	}

	100% {
		transform: translate(-50%, -50%) scale(2.5);
		opacity: 0;
	}
}

/* 01. ========= shape animation ========== */
@keyframes bannerAnimationTwo {
	0% {
		transform: translate(0px, 0px);
	}

	20% {
		transform: translate(20px, -5px);
	}

	40% {
		transform: translate(50px, 20px);
	}

	60% {
		transform: translate(20px, 50px);
	}

	80% {
		transform: translate(-20px, 30px);
	}

	100% {
		transform: translate(0px, 0px);
	}
}

@keyframes tpswing {
	0% {
		transform: rotate(3deg);
	}

	100% {
		transform: rotate(-3deg);
	}
}

@-webkit-keyframes tpswing {
	0% {
		transform: rotate(3deg);
	}

	100% {
		transform: rotate(-3deg);
	}
}

/* Chrome, Safari, Opera */
@-webkit-keyframes opacity {
	50% {
		opacity: 1;
	}
}

/* Standard syntax */
@keyframes opacity {
	50% {
		opacity: 1;
	}
}

@keyframes img-border {
	0% {
		-webkit-border-radius: 50% 50% 50% 50%/50% 50% 50% 50%;
		-moz-border-radius: 50% 50% 50% 50%/50% 50% 50% 50%;
		border-radius: 50% 50% 50% 50%/50% 50% 50% 50%;
	}

	100% {
		-webkit-border-radius: 50% 50% 50% 50%/50% 50% 50% 50%;
		-moz-border-radius: 50% 50% 50% 50%/50% 50% 50% 50%;
		border-radius: 50% 50% 50% 50%/50% 50% 50% 50%;
	}
}

@keyframes tpupdown {
	0% {
		transform: translateY(0);
	}

	100% {
		transform: translateY(-40px);
	}
}

@keyframes tpleftright {
	0% {
		transform: translateX(0);
	}

	100% {
		transform: translateX(-40px);
	}
}

@keyframes section_stroke {
	0% {
		stroke-dashoffset: 560;
	}

	50% {
		stroke-dashoffset: 0;
	}

	100% {
		stroke-dashoffset: -560;
	}
}

.tp-ripple {
	border-radius: 50%;
	-webkit-animation: tp-ripple 1.2s linear infinite;
	animation: tp-ripple 1.2s linear infinite;
	transition: 0.5s;
	-webkit-transition: 0.5s;
}

@keyframes tp-ripple {
	0% {
		-webkit-box-shadow: 0 0 0 0 rgba(205, 95, 55, 0.2), 0 0 0 30px rgba(205, 95, 55, 0.2), 0 0 0 40px rgba(205, 95, 55, 0.2);
		box-shadow: 0 0 0 0 rgba(205, 95, 55, 0.2), 0 0 0 30px rgba(205, 95, 55, 0.2), 0 0 0 40px rgba(205, 95, 55, 0.2);
	}

	100% {
		-webkit-box-shadow: 0 0 0 30px rgba(205, 95, 55, 0.2), 0 0 0 40px rgba(205, 95, 55, 0.2), 0 0 0 50px rgba(255, 255, 255, 0);
		box-shadow: 0 0 0 30px rgba(205, 95, 55, 0.2), 0 0 0 40px rgba(205, 95, 55, 0.2), 0 0 0 60px rgba(255, 255, 255, 0);
	}
}

@keyframes tprotate {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

@keyframes tprotate-middel {
	0% {
		transform: translateY(-50%) rotate(0deg);
	}

	100% {
		transform: translateY(-50%) rotate(360deg);
	}
}

@keyframes tptranslateY2 {
	0% {
		transform: translateY(-50px);
	}

	100% {
		transform: translateY(20px);
	}
}

@keyframes tfLeftToRight {
	49% {
		transform: translateX(30%);
	}

	50% {
		opacity: 0;
		transform: translateX(-30%);
	}

	51% {
		opacity: 1;
	}
}

/* 01. ========= animation plus ========== */
@keyframes shake-next {
	25% {
		transform: translate3d(0, 0, 0);
	}

	50% {
		transform: translate3d(-2px, 0, 0);
	}

	75% {
		transform: translate3d(2px, 0, 0);
	}
}

.under-line-white a {
	position: relative;
}

.under-line-white a::before {
	position: absolute;
	content: "";
	width: 0;
	height: 1px;
	background: #fff;
	left: auto;
	right: 0;
	bottom: 8px;
	opacity: 0;
	transition: all 0.3s linear;
}

.under-line-white a:hover::before {
	opacity: 1;
	width: 100%;
	left: 0;
	right: auto;
	transition: all 0.2s linear;
}

.under-line-theme a {
	background-image: linear-gradient(#CD5F37, #CD5F37), linear-gradient(#CD5F37, #CD5F37);
	display: inline;
	background-size: 0% 1px, 0 1px;
	background-position: 100% 100%, 0 100%;
	background-repeat: no-repeat;
	transition: background-size 0.4s linear;
}

.under-line-theme a:hover {
	background-size: 0% 1px, 100% 1px;
}

.under-line-heading a {
	background-image: linear-gradient(#481E0B, #481E0B), linear-gradient(#481E0B, #481E0B);
	display: inline;
	background-size: 0% 1px, 0 1px;
	background-position: 100% 100%, 0 84%;
	background-repeat: no-repeat;
	transition: background-size 0.4s linear;
}

.under-line-heading a:hover {
	background-size: 0% 1px, 100% 1px;
}

.tp-thumb-common {
	position: relative;
	animation-duration: 1s;
	animation-delay: 0.5s;
	animation-iteration-count: 1;
	animation-fill-mode: both;
}

.tp-thumb-common-overlay {
	position: absolute;
	content: "";
	top: 0;
	left: 0%;
	width: 0%;
	height: 100%;
	background-color: #FAEFEB;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-name: tpoverlay;
	animation-name: tpoverlay;
	animation-delay: 0.3s;
	animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
	animation-duration: 1s;
	animation-delay: 0.5s;
	animation-iteration-count: 1;
	animation-fill-mode: both;
	z-index: 99;
}

@-webkit-keyframes tpoverlay {

	0%,
	100% {
		width: 0%;
		left: 0%;
	}

	50% {
		width: 100%;
		left: 0%;
	}

	100% {
		left: 100%;
	}
}

@-moz-keyframes tpoverlay {

	0%,
	100% {
		width: 0%;
		left: 0%;
	}

	50% {
		width: 100%;
		left: 0%;
	}

	100% {
		left: 100%;
	}
}

@-ms-keyframes tpoverlay {

	0%,
	100% {
		width: 0%;
		left: 0%;
	}

	50% {
		width: 100%;
		left: 0%;
	}

	100% {
		left: 100%;
	}
}

@keyframes tpoverlay {

	0%,
	100% {
		width: 0%;
		left: 0%;
	}

	50% {
		width: 100%;
		left: 0%;
	}

	100% {
		left: 100%;
	}
}

@-moz-keyframes headerSlideDown {
	0% {
		margin-top: -150px;
	}

	100% {
		margin-top: 0;
	}
}

@-ms-keyframes headerSlideDown {
	0% {
		margin-top: -150px;
	}

	100% {
		margin-top: 0;
	}
}

@-webkit-keyframes headerSlideDown {
	0% {
		margin-top: -150px;
	}

	100% {
		margin-top: 0;
	}
}

@keyframes headerSlideDown {
	0% {
		margin-top: -150px;
	}

	100% {
		margin-top: 0;
	}
}

@-moz-keyframes headerSlideUp {
	0% {
		margin-top: 0;
	}

	100% {
		margin-top: -150px;
	}
}

@-ms-keyframes headerSlideUp {
	0% {
		margin-top: 0;
	}

	100% {
		margin-top: -150px;
	}
}

@-webkit-keyframes headerSlideUp {
	0% {
		margin-top: 0;
	}

	100% {
		margin-top: -150px;
	}
}

@keyframes headerSlideUp {
	0% {
		margin-top: 0;
	}

	100% {
		margin-top: -150px;
	}
}

/*----------------------------------------*/
/*  2.5 Preloader
/*----------------------------------------*/
#loading {
	background-color: #CD5F37;
	height: 100%;
	width: 100%;
	position: fixed;
	z-index: 1;
	margin-top: 0px;
	top: 0px;
	z-index: 9999;
}

#loading-center {
	width: 100%;
	height: 100%;
	position: relative;
}

#loading-center-absolute {
	position: absolute;
	left: 50%;
	top: 50%;
	height: 20px;
	width: 100px;
	margin-top: -10px;
	margin-left: -50px;
}

.object {
	width: 20px;
	height: 20px;
	background-color: #FFF;
	-moz-border-radius: 50% 50% 50% 50%;
	-webkit-border-radius: 50% 50% 50% 50%;
	border-radius: 50% 50% 50% 50%;
	margin-right: 20px;
	margin-bottom: 20px;
	position: absolute;
}

#object_one {
	-webkit-animation: object 2s linear infinite;
	animation: object 2s linear infinite;
}

#object_two {
	-webkit-animation: object 2s linear infinite -0.4s;
	animation: object 2s linear infinite -0.4s;
}

#object_three {
	-webkit-animation: object 2s linear infinite -0.8s;
	animation: object 2s linear infinite -0.8s;
}

#object_four {
	-webkit-animation: object 2s linear infinite -1.2s;
	animation: object 2s linear infinite -1.2s;
}

#object_five {
	-webkit-animation: object 2s linear infinite -1.6s;
	animation: object 2s linear infinite -1.6s;
}

@-webkit-keyframes object {
	0% {
		left: 100px;
		top: 0;
	}

	80% {
		left: 0;
		top: 0;
	}

	85% {
		left: 0;
		top: -20px;
		width: 20px;
		height: 20px;
	}

	90% {
		width: 40px;
		height: 15px;
	}

	95% {
		left: 100px;
		top: -20px;
		width: 20px;
		height: 20px;
	}

	100% {
		left: 100px;
		top: 0;
	}
}

@keyframes object {
	0% {
		left: 100px;
		top: 0;
	}

	80% {
		left: 0;
		top: 0;
	}

	85% {
		left: 0;
		top: -20px;
		width: 20px;
		height: 20px;
	}

	90% {
		width: 40px;
		height: 15px;
	}

	95% {
		left: 100px;
		top: -20px;
		width: 20px;
		height: 20px;
	}

	100% {
		left: 100px;
		top: 0;
	}
}

/*----------------------------------------*/
/*  2.6 Background
/*----------------------------------------*/
.grey-bg {
	background: var(--tp-grey-1);
}

.grey-bg-2 {
	background: var(--tp-grey-3);
}

.theme-bg {
	background: var(--tp-theme-primary);
}

.theme-bg-2 {
	background: var(--tp-theme-secondary);
}

.theme-bg-3 {
	background: var(--tp-theme-secondary);
}

.theme-bg-4 {
	background: var(--tp-theme-3);
}

.theme-bg-5 {
	background: var(--tp-heading-primary);
}

.theme-bg-6 {
	background: var(--tp-theme-5);
}

.theme-bg-7 {
	background: var(--tp-theme-6);
}

.theme-bg-8 {
	background: var(--tp-theme-7);
}

.theme-bg-1 {
	background-image:url(../img/banner/bg.png);
	background-size: cover;
    background-repeat: no-repeat;
	background-position: right;
}

.white-bg {
	background: var(--tp-common-white);
}

.black-bg {
	background: var(--tp-common-black);
}

.chocolate-bg {
	background-color: var(--tp-heading-primary);
}

/*----------------------------------------*/
/*  2.7 Carousel
/*----------------------------------------*/
/* tp range slider css */
.tp-range-slider .inside-slider {
	padding-left: 7px;
	padding-right: 17px;
}

.tp-range-slider .noUi-target {
	background-color: #191C3C;
	border-radius: 12px;
	border: 0;
	box-shadow: none;
}

.tp-range-slider .noUi-connect {
	background-color: var(--tp-theme-primary);
}

.tp-range-slider .noUi-horizontal {
	height: 6px;
}

.tp-range-slider .noUi-handle {
	height: 24px;
	width: 24px;
	background-color: var(--tp-theme-primary);
	border-radius: 50%;
	border: 4px solid var(--tp-common-white);
	box-shadow: 0px 4px 10px rgba(5, 9, 43, 0.3);
	top: -9px;
}

.tp-range-slider .noUi-handle:hover {
	cursor: pointer;
}

.tp-range-slider .noUi-handle::before,
.tp-range-slider .noUi-handle::after {
	display: none;
}

.tp-range-slider-dark .noUi-handle {
	border: 4px solid #2D314B;
}

/* tp swiper slider dot */
.tp-swiper-dot .swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	background-color: var(--tp-grey-1);
	opacity: 1;
	margin: 0 9px;
	position: relative;
}

.tp-swiper-dot .swiper-pagination-bullet::after {
	position: absolute;
	content: "";
	left: 50%;
	top: 50%;
	width: calc(100% + 16px);
	height: calc(100% + 16px);
	background-color: transparent;
	border: 2px solid transparent;
	border-radius: 50%;
	transform: translate(-50%, -50%) scale(0);
}

.tp-swiper-dot .swiper-pagination-bullet button {
	font-size: 0;
}

.tp-swiper-dot .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background-color: var(--tp-theme-primary);
}

.tp-swiper-dot .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
	border-color: var(--tp-theme-primary);
	transform: translate(-50%, -50%) scale(1);
}

.tp-swiper-arrow {
	width: 80px;
	height: 80px;
	line-height: 80px;
	font-size: 20px;
	text-align: center;
	background-color: var(--tp-common-white);
	color: var(--tp-common-black);
}

.tp-swiper-arrow:hover {
	background-color: var(--tp-common-black);
	color: var(--tp-common-white);
}

/* tp slick arrow */
/*----------------------------------------*/
/*  2.8 Nice Select
/*----------------------------------------*/
.nice-select {
	-webkit-tap-highlight-color: transparent;
	background-color: #fff;
	border: solid 1px #e8e8e8;
	box-sizing: border-box;
	clear: both;
	cursor: pointer;
	display: block;
	font-family: inherit;
	font-size: 14px;
	font-weight: normal;
	height: 42px;
	line-height: 40px;
	outline: none;
	padding-left: 30px;
	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 {
	background-color: transparent;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	margin-top: 0;
	display: inline-block;
	position: absolute;
	right: 35px;
	top: 40px;
	content: "\f107";
	font-family: var(--tp-ff-fontawesome);
	transform-origin: center;
	color: var(--tp-common-black);
	font-weight: 400;
	font-size: 18px;
	color: var(--tp-text-body);
	height: auto;
	width: auto;
	transition: all 0.3s ease-in-out;
}

.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);
	width: 100%;
	padding: 10px 10px;
}

.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;
	box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
	box-sizing: border-box;
	margin-top: 4px;
	opacity: 0;
	overflow: hidden;
	padding: 0;
	pointer-events: none;
	position: absolute;
	top: 100%;
	left: 0;
	-webkit-transform-origin: 50% 0;
	-ms-transform-origin: 50% 0;
	transform-origin: 50% 0;
	-webkit-transform: scale(0.75) translateY(-21px);
	-ms-transform: scale(0.75) translateY(-21px);
	transform: scale(0.75) translateY(-21px);
	-webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
	transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
	z-index: 9;
}

.nice-select .option {
	cursor: pointer;
	font-weight: 400;
	line-height: 40px;
	list-style: none;
	min-height: 40px;
	outline: none;
	padding-left: 18px;
	padding-right: 29px;
	text-align: left;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
	font-size: 18px;
}

.nice-select .option.selected {
	font-weight: bold;
}

.nice-select .option.disabled {
	background-color: transparent;
	color: #999;
	cursor: default;
}

.no-csspointerevents .nice-select .list {
	display: none;
}

.no-csspointerevents .nice-select.open .list {
	display: block;
}

/*----------------------------------------*/
/*  2.9 Pagination
/*----------------------------------------*/
.basic-pagination ul li {
	display: inline-block;
}

.basic-pagination ul li:not(:last-child) {
	margin-right: 10px;
}

@media (max-width: 767px) {
	.basic-pagination ul li:not(:last-child) {
		margin-right: 5px;
	}
}

.basic-pagination ul li a,
.basic-pagination ul li span {
	display: inline-block;
	width: 50px;
	height: 50px;
	line-height: 46px;
	text-align: center;
	border-radius: 0px;
	border: 2px solid #f1f1f1;
	font-size: 18px;
	font-weight: 600;
}

.basic-pagination ul li a:hover,
.basic-pagination ul li a.current,
.basic-pagination ul li span:hover,
.basic-pagination ul li span.current {
	background: var(--tp-theme-primary);
	border-color: var(--tp-theme-primary);
	color: var(--tp-common-white);
}

/*----------------------------------------*/
/*  2.10 Offcanvas
/*----------------------------------------*/
@media (max-width: 767px) {
	.offcanvas-btn {
		padding-top: 0;
	}
}

.offcanvas__area {
	position: fixed;
	right: 0;
	top: 0;
	width: 450px;
	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;
	-webkit-transition: transform 0.45s ease-in-out, opacity 0.45s ease-in-out;
	-moz-transition: transform 0.45s ease-in-out, opacity 0.45s ease-in-out;
	-ms-transition: transform 0.45s ease-in-out, opacity 0.45s ease-in-out;
	-o-transition: transform 0.45s ease-in-out, opacity 0.45s ease-in-out;
	transition: transform 0.45s ease-in-out, opacity 0.45s ease-in-out;
	z-index: 1000;
}

.offcanvas__area::-webkit-scrollbar {
	display: none;
	/* for Chrome, Safari, and Opera */
}

.offcanvas__area.offcanvas-opened {
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
	opacity: 1;
}

@media (max-width: 767px) {
	.offcanvas__area {
		width: calc(100% - 50px);
	}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.offcanvas__area {
		width: 350px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 767px) {
	.offcanvas__top {
		margin-bottom: 40px;
	}
}

.offcanvas__wrapper {
	position: relative;
	padding: 50px 40px 145px;
	z-index: 1;
	min-height: 100%;
}

@media (max-width: 767px) {
	.offcanvas__wrapper {
		padding: 20px;
	}
}

.offcanvas__content {
	padding: 50px 40px 145px;
	position: absolute;
	bottom: 0;
	top: 0;
	right: 0;
	left: 0;
	overflow-y: scroll;
	overscroll-behavior-y: contain;
	scrollbar-width: none;
}

@media (max-width: 767px) {
	.offcanvas__content {
		padding: 50px 25px 145px;
	}
}

.offcanvas__close {
	position: absolute;
	top: 25px;
	left: -75px;
	z-index: 1002;
}

@media (max-width: 767px) {
	.offcanvas__close {
		left: -45px;
	}
}

.offcanvas__close-btn {
	display: inline-block;
	font-size: 16px;
	height: 50px;
	width: 50px;
	line-height: 40px;
	background-color: var(--tp-theme-primary);
	color: var(--tp-common-white);
}

@media (max-width: 767px) {
	.offcanvas__close-btn {
		height: 40px;
		width: 40px;
	}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.offcanvas__close-btn {
		height: 40px;
		width: 40px;
	}
}

.offcanvas__close-btn:hover {
	background-color: var(--tp-theme-primary);
	color: var(--tp-common-white);
	opacity: 0.8;
}

.offcanvas__close-btn:hover svg {
	transform: translateY(-2px);
}

.offcanvas__close-btn svg {
	transform: translateY(-2px);
	-webkit-transition: all 0.5s ease-out 0s;
	-moz-transition: all 0.5s ease-out 0s;
	-ms-transition: all 0.5s ease-out 0s;
	-o-transition: all 0.5s ease-out 0s;
	transition: all 0.5s ease-out 0s;
}

.offcanvas__inner h4 {
	font-size: 24px;
	color: var(--tp-common-white);
	line-height: 1.3;
	margin-bottom: 15px;
}

.offcanvas__inner p {
	font-family: var(--tp-ff-inter);
	font-size: 16px;
	line-height: 22px;
	color: var(--tp-common-white);
	margin-bottom: 30px;
}

.offcanvas__inner>img {
	margin-bottom: 30px;
}

.offcanvas__menu ul li {
	list-style: none;
	margin-bottom: 10px;
}

.offcanvas__menu ul li:last-child {
	margin-bottom: 0;
}

.offcanvas__menu ul li a {
	font-weight: 700;
	font-size: 20px;
	color: var(--tp-common-black);
}

.offcanvas__menu ul li:hover>a {
	color: var(--tp-theme-primary);
}

.offcanvas__text p {
	font-family: var(--tp-ff-inter);
	font-weight: 400;
	font-size: 14px;
	line-height: 1.7;
	letter-spacing: 0.01em;
	color: var(--tp-common-black-4);
	margin-bottom: 25px;
}

.offcanvas__contact-call {
	font-weight: 700;
	font-size: 20px;
	color: var(--tp-heading-primary);
	margin-bottom: 5px;
}

.offcanvas__contact-call a:hover {
	color: var(--tp-theme-primary);
}

.offcanvas__contact-mail {
	font-weight: 400;
	font-size: 16px;
	color: var(--tp-text-1);
}

.offcanvas__contact-mail a:hover {
	color: var(--tp-theme-primary);
}

.offcanvas__social {
	margin-bottom: 22px;
	padding-bottom: 40px;
	border-bottom: 1px solid var(--tp-heading-primary);
}

.offcanvas__social a {
	display: inline-block;
	width: 40px;
	height: 40px;
	line-height: 38px;
	text-align: center;
	background: transparent;
	color: var(--tp-heading-primary);
	margin-right: 5px;
	border: 2px solid var(--tp-heading-primary);
}

.offcanvas__social a:hover {
	background: var(--tp-theme-primary);
	color: var(--tp-common-white);
	border-color: var(--tp-theme-primary);
}

.offcanvas__btn {
	margin-bottom: 80px;
}

.offcanvas__btn a {
	margin-bottom: 20px;
}

.offcanvas__info-item {
	margin-bottom: 38px;
}

.offcanvas__info-item-title {
	font-weight: 700;
	font-size: 18px;
	color: var(--tp-common-white);
	margin-bottom: 12px;
}

.offcanvas__info-item p {
	font-size: 16px;
	color: var(--tp-text-16);
	margin-bottom: 0;
	line-height: 22px;
}

.offcanvas__info-item p a:hover {
	color: var(--tp-theme-primary);
}

.offcanvas-open-btn-7 {
	background-color: var(--tp-theme-primary);
}

.offcanvas-open-btn-7:hover {
	opacity: 0.8;
}

/*----------------------------------------*/
/*  2.11 Breadcrumb
/*----------------------------------------*/
.tpbreadcrumb-overlay {
	position: relative;
	padding-top: 69px;
	padding-bottom: 72px;
	z-index: 1;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

.tpbreadcrumb-overlay::before {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: rgba(0, 0, 0, 0.6);
	z-index: -1;
}

.tpbreadcrumb-title {
	font-size: 80px;
	line-height: 1.1;
	color: var(--tp-common-white);
	margin-bottom: 17px;
}

@media (max-width: 767px) {
	.tpbreadcrumb-title {
		font-size: 36px;
	}
}

.tpbreadcrumb p {
	font-size: 18px;
	line-height: 1.5;
	color: rgba(255, 255, 255, 0.8);
	margin-bottom: 0;
}

@media (max-width: 767px) {
	.tpbreadcrumb p {
		font-size: 16px;
	}
}

@media (max-width: 767px) {
	.tpbreadcrumb p br {
		display: none;
	}
}

/*----------------------------------------*/
/*  2.12 Accordion
/*----------------------------------------*/
.tp-accordion .accordion-item {
	background-color: transparent;
	border: 0;
	border-bottom: 1px solid rgba(var(--tp-common-black), 1);
}

.tp-accordion .accordion-item:first-of-type .accordion-button {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.tp-accordion .accordion-item:last-of-type {
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}

.tp-accordion .accordion-item:last-of-type .accordion-button.collapsed {
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}

.tp-accordion .accordion-button {
	padding: 30px 0;
	padding-right: 15px;
	font-size: 24px;
	font-weight: 500;
	color: var(--tp-common-black);
	background-color: transparent;
	/* plus icon css */
}

.tp-accordion .accordion-button::after {
	position: absolute;
	content: "\f106";
	font-family: var(--tp-ff-fontawesome);
	background-image: none;
	top: 28%;
	right: 0;
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
	color: var(--tp-theme-primary);
	width: auto;
	height: auto;
	font-weight: 500;
	background: none;
}

.tp-accordion .accordion-button.has-plus-icon::after {
	display: none;
}

.tp-accordion .accordion-button .tp-accordion-plus {
	position: absolute;
	top: 50%;
	right: 0;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	display: inline-block;
	width: 14px;
	height: 14px;
}

[dir=rtl] .tp-accordion .accordion-button .tp-accordion-plus {
	right: auto;
	left: 0;
}

.tp-accordion .accordion-button .tp-accordion-plus::after {
	position: absolute;
	content: "";
	width: 100%;
	height: 2px;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	background-color: #525258;
	border-radius: 2px;
}

[dir=rtl] .tp-accordion .accordion-button .tp-accordion-plus::after {
	right: 0;
	left: auto;
}

.tp-accordion .accordion-button .tp-accordion-plus::before {
	position: absolute;
	content: "";
	width: 2px;
	height: 100%;
	left: 50%;
	top: 0;
	background-color: #525258;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	border-radius: 2px;
}

[dir=rtl] .tp-accordion .accordion-button .tp-accordion-plus::before {
	right: 50%;
	left: auto;
	-webkit-transform: translateX(50%);
	-moz-transform: translateX(50%);
	-ms-transform: translateX(50%);
	-o-transform: translateX(50%);
	transform: translateX(50%);
}

.tp-accordion .accordion-button.collapsed::after {
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	color: var(--tp-common-black);
}

.tp-accordion .accordion-button:not(.collapsed) {
	color: var(--tp-theme-primary);
	background-color: transparent;
	box-shadow: none;
}

.tp-accordion .accordion-button:not(.collapsed) .tp-accordion-plus::before {
	-webkit-transform: translateX(-50%) rotate(90deg);
	-moz-transform: translateX(-50%) rotate(90deg);
	-ms-transform: translateX(-50%) rotate(90deg);
	-o-transform: translateX(-50%) rotate(90deg);
	transform: translateX(-50%) rotate(90deg);
	background-color: var(--tp-theme-1);
}

[dir=rtl] .tp-accordion .accordion-button:not(.collapsed) .tp-accordion-plus::before {
	-webkit-transform: translateX(50%) rotate(90deg);
	-moz-transform: translateX(50%) rotate(90deg);
	-ms-transform: translateX(50%) rotate(90deg);
	-o-transform: translateX(50%) rotate(90deg);
	transform: translateX(50%) rotate(90deg);
}

.tp-accordion .accordion-button:not(.collapsed) .tp-accordion-plus::after {
	background-color: var(--tp-theme-1);
}

.tp-accordion .accordion-button:focus {
	box-shadow: none;
	border: 0;
}

.tp-accordion .accordion-button:hover {
	color: var(--tp-theme-primary);
}

.tp-accordion .accordion-button:hover::after {
	color: var(--tp-theme-primary);
}

.tp-accordion .accordion-body {
	padding: 0 0 25px;
}

.tp-accordion .accordion-body p {
	font-size: 16px;
	color: var(--tp-text-1);
}

/*----------------------------------------*/
/*  2.13 Tab
/*----------------------------------------*/
.tp-tab .nav-tabs {
	padding: 0;
	margin: 0;
	border: 0;
}

.tp-tab .nav-tabs .nav-link {
	padding: 0;
	margin: 0;
	border: 0;
}

.beforeAfter {
	z-index: 1 !important;
}

.beforeAfter div div div {
	background: transparent !important;
	height: 80px !important;
	width: 80px !important;
	line-height: 74px !important;
	border: 2px solid #FFFFFF !important;
	z-index: -1 !important;
}

.beforeAfter div div div i {
	border-color: #fff !important;
	padding: 5px !important;
	margin: 0 5px !important;
}

/*----------------------------------------*/
/*  2.14 Modal
/*----------------------------------------*/
/*----------------------------------------*/
/*  2.15 Section Title
/*----------------------------------------*/
.tpsection-sub-title span {
	position: relative;
	font-size: 24px;
	line-height: 1.5;
	color: var(--tp-theme-primary);
	font-weight: 400;
}

@media (max-width: 767px) {
	.tpsection-sub-title span {
		font-size: 18px;
	}
}

.tpsection-sub-title span::before {
	content: "";
	width: 80px;
	height: 1.5px;
	background-color: var(--tp-theme-primary);
	display: inline-block;
	margin-right: 20px;
	transform: translateY(-8px);
}

.tpsection-title {
	font-size: 80px;
	line-height: 1.1;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
	.tpsection-title {
		font-size: 74px;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.tpsection-title {
		font-size: 70px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.tpsection-title {
		font-size: 64px;
	}
}

@media (max-width: 767px) {
	.tpsection-title {
		font-size: 44px;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
	.tpsection-title br {
		display: none;
	}
}

.tpsection p {
	font-size: 20px;
	line-height: 1.5;
	color: var(--tp-text-body);
}

@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) {
	.tpsection p br {
		display: none;
	}
}

.tpsection-anim {
	z-index: 1;
}

.tpsection-anim span {
	position: absolute;
	bottom: -20px;
	left: 0;
	right: 0;
	margin: 0 auto;
	z-index: -1;
}

.tpsection-anim span i,
.tpsection-anim span svg {
	color: #FFC8B6;
}

@media (max-width: 767px) {

	.tpsection-anim span i,
	.tpsection-anim span svg {
		width: 200px;
	}
}

.tpsection-round-subtitle {
	font-weight: 500;
	font-size: 18px;
	line-height: 1.5;
	color: var(--tp-common-white);
	background-color: var(--tp-theme-primary);
	padding: 4px 12px;
	border-radius: 16px;
	display: inline-block;
}

@media (max-width: 767px) {
	.tpsection-top.pt-160 {
		padding-top: 80px;
	}
}

.whitesection-sub-title span {
	position: relative;
	font-size: 24px;
	line-height: 1.5;
	color: var(--tp-common-white);
	font-weight: 400;
}

.whitesection-sub-title span::before {
	content: "";
	width: 80px;
	height: 1.5px;
	background-color: var(--tp-common-white);
	display: inline-block;
	margin-right: 20px;
	transform: translateY(-8px);
}

.whitesection-title {
	font-size: 80px;
	line-height: 1.1;
	color: var(--tp-common-white);
}

@media (max-width: 767px) {
	.whitesection-title {
		font-size: 44px;
		margin-bottom: 30px;
	}
}

@media (max-width: 767px) {
	.whitesection-title br {
		display: none;
	}
}

.whitesection p {
	font-size: 20px;
	line-height: 1.5;
	color: var(--tp-common-white);
}

.whitesection-round-subtitle {
	font-weight: 500;
	font-size: 18px;
	line-height: 1.5;
	color: var(--tp-heading-primary);
	background-color: var(--tp-theme-4);
	padding: 4px 12px;
	border-radius: 16px;
	display: inline-block;
}

/*----------------------------------------*/
/*  3.1 Header Style 1
/*----------------------------------------*/
.menu-position {
	margin-left: -6px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
	.menu-position {
		margin-left: 25px;
	}
}

.header__opacity span {
	color: var(--tp-heading-primary);
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}

.header__opacity span:hover {
	color: var(--tp-theme-primary);
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px),
only screen and (min-width: 576px) and (max-width: 767px) {
	.header__bottom-wrap {
		padding: 20px 0;
	}
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
	.header__bottom-wrap-right {
		margin-left: -50px;
	}
}

.header__search i,
.header__phone i {
	width: 56px;
	height: 56px;
	line-height: 56px;
	text-align: center;
	border-radius: 50%;
	background-color: rgba(255, 255, 255, 0.2);
	display: inline-block;
	line-height: 52px;
	cursor: pointer;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
	color: var(--tp-common-white);
}

.header__search i:hover,
.header__phone i:hover {
	box-shadow: inset 0 0 0 40px var(--tp-common-white);
	color: var(--tp-theme-primary);
}

.header__phone {
	margin-left: 21px;
}

.header__contact {
	margin-left: 12px;
}

.header__contact span {
	font-size: 14px;
	line-height: 1.5;
	color: var(--tp-common-white);
	display: block;
}

.header__contact a {
	font-weight: 700;
	font-size: 18px;
	line-height: 1.5;
	color: var(--tp-common-white);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
	.header__contact a {
		font-size: 16px;
	}
}

.offcanvas-open-btn i {
	width: 56px;
	height: 56px;
	line-height: 56px;
	text-align: center;
	border-radius: 50%;
	background-color: rgba(255, 255, 255, 0.2);
	display: inline-block;
	line-height: 53px;
	cursor: pointer;
	color: var(--tp-common-white);
}

.tpsearchbar {
	background-color: var(--tp-common-white);
	text-align: start;
	position: fixed;
	right: 0;
	left: 0;
	margin: 0 auto;
	top: 0;
	width: 100%;
	min-height: 320px;
	box-shadow: rgba(5, 13, 54, 0.05) 5px 15px 30px 0px;
	transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
	z-index: 99999;
	padding: 30px;
	transform: translateY(-100%);
}

.tpsearchbar__title {
	font-size: 40px;
	font-weight: 600;
	margin-bottom: 35px;
}

@media (max-width: 767px) {
	.tpsearchbar__title {
		font-size: 12px;
	}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.tpsearchbar__title {
		font-size: 30px;
	}
}

.tpsearchbar.tp-searchbar-opened {
	transform: translateY(0);
}

.tpsearchbar__close {
	color: var(--tp-theme-primary);
	font-size: 30px;
	background: var(--tp-theme-1);
	width: 35px;
	height: 35px;
	position: absolute;
	top: 15%;
	right: 15%;
}

.tpsearchbar__close:hover {
	background-color: var(--tp-theme-2);
}

.tpsearchbar__form {
	position: relative;
}

.tpsearchbar__form input {
	width: 100%;
	height: 80px;
	border: 1px solid transparent;
	padding: 10px 50px 10px 40px;
	color: var(--tp-text-body);
	font-size: 20px;
	font-weight: 400;
}

.tpsearchbar__form input::placeholder {
	font-size: 20px;
	color: var(--tp-text-body);
}

.tpsearchbar__form input:focus {
	border: 1px solid var(--tp-theme-primary);
}

.tpsearchbar__search-btn {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 25px;
	color: var(--tp-theme-primary);
	font-size: 24px;
}

.search-body-overlay {
	background-color: rgba(0, 0, 0, 0.5);
	height: 100%;
	width: 100%;
	position: fixed;
	bottom: 0;
	z-index: 9;
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s ease-out 0s;
}

.search-body-overlay.opened {
	opacity: 1;
	visibility: visible;
}

.header-1 .header-sticky .main-menu ul li>a {
	padding: 25px 0;
}

.header-1 .header-sticky .main-menu ul li .tp-submenu li a {
	padding: 0 25px;
}

.header-1 .header-sticky .main-menu ul li .tp-submenu li a:hover {
	padding-left: 43px;
}

@media (max-width: 767px),
only screen and (min-width: 576px) and (max-width: 767px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 992px) and (max-width: 1199px) {
	.tp-header-height {
		height: inherit !important;
	}
}

/*----------------------------------------*/
/*  3.1 Header Style 2
/*----------------------------------------*/
.transparent__header {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	z-index: 2;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
	.header__area-2 {
		padding-left: 30px;
		padding-right: 30px;
	}
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
	.header__area-2 {
		padding-left: 15px;
		padding-right: 15px;
	}
}

.header__area-2 .main-menu ul li>a {
	color: var(--tp-text-body);
}

.header__area-2 .menu-position {
	margin-left: -90px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
	.header__area-2 .menu-position {
		margin-left: 30px;
	}
}

.header__appoinment {
	margin-right: 24px;
}

.header__appoinment a {
	font-weight: 500;
	font-size: 20px;
	line-height: 1.5;
	background: rgba(255, 255, 255, 0.1);
	border-radius: 32px;
	color: var(--tp-common-white);
	display: inline-block;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
	padding: 17px 30px;
}

.header__appoinment a:hover {
	background-color: var(--tp-common-white);
	color: var(--tp-theme-primary);
}

@media only screen and (min-width: 1600px) and (max-width: 1700px) {
	.header__bottom-right-2 {
		margin-left: -50px;
	}
}

.header-sticky.header-2 {
	background-color: var(--tp-common-white);
}

.header-sticky .header__appoinment a {
	background: rgb(205, 95, 55);
}

.header-sticky .header__appoinment a:hover {
	box-shadow: inset 0 0 0 40px var(--tp-heading-primary);
	color: var(--tp-common-white);
}

.header-sticky .header__right {
	padding-top: 0;
}

.header-2 .main-menu ul li:hover>a,
.header-3 .main-menu ul li:hover>a,
.header-4 .main-menu ul li:hover>a,
.header-5 .main-menu ul li:hover>a,
.header-7 .main-menu ul li:hover>a {
	color: var(--tp-theme-primary);
}

/*----------------------------------------*/
/*  3.1 Header Style 3
/*----------------------------------------*/
.header-top-right span {
	font-size: 14px;
	line-height: 1.5;
	color: #DAD2CE;
}

.header__social ul {
	display: flex;
	align-items: center;
}

.header__social ul li {
	list-style: none;
	margin-left: 15px;
	padding-left: 15px;
	position: relative;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.header__social ul li {
		margin-left: 8px;
		padding-left: 8px;
	}
}

.header__social ul li:first-child::before {
	display: none;
}

.header__social ul li::before {
	position: absolute;
	content: "";
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 1px;
	height: 16px;
	background-color: rgba(218, 210, 206, 0.2);
}

.header__social ul li a {
	font-size: 14px;
	line-height: 150%;
	color: #DAD2CE;
	padding: 11px 0;
	display: inline-block;
}

.header__social ul li a i {
	font-size: 14px;
	color: #DAD2CE;
}

.header__btn-3 .tp-btn {
	font-weight: 500;
	padding: 15px 30px;
}

.header__border-3 {
	position: relative;
}

.header__border-3::before {
	position: absolute;
	content: "";
	left: 0;
	bottom: 0;
	height: 1px;
	width: 100%;
	background: linear-gradient(90deg, rgba(205, 95, 55, 0) 0%, rgba(205, 95, 55, 0.4) 50%, rgba(205, 95, 55, 0) 100%);
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
	.header__border-3::before {
		display: none;
	}
}

.header__border-3 .offcanvas-open-btn i {
	background-color: rgb(205, 95, 55);
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}

.header__border-3 .offcanvas-open-btn i:hover {
	background-color: rgba(205, 95, 55, 0.8);
}

.main-menu-3 {
	margin-left: 30px;
}

.main-menu-3.main-menu ul li>a {
	color: var(--tp-text-body);
	padding: 41px 0;
}

.header-2.header-sticky .header__search i,
.header-2.header-sticky .header__phone i {
	background-color: rgb(205, 95, 55);
}

.header-2.header-sticky .header__search i:hover,
.header-2.header-sticky .header__phone i:hover {
	box-shadow: inset 0 0 0 40px var(--tp-heading-primary);
	color: var(--tp-common-white);
}

/*----------------------------------------*/
/*  3.4 Header Style 4
/*----------------------------------------*/
.header-3__right>a {
	margin-left: 48px;
}

.main-menu-4 {
	padding: 20px 0 20px 40px;
}

.main-menu-4.main-menu ul li>a {
	padding: 25px 0;
	color: var(--tp-text-body);
}

.transparent__header-4 {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	z-index: 999;
}

.transparent__header-4 .offcanvas-open-btn i {
	color: #481E0B;
	background-color: transparent;
	line-height: 60px;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}

.transparent__header-4 .offcanvas-open-btn i:hover {
	opacity: 0.5;
}

.transparent__header-4.header-sticky {
	background-color: var(--tp-common-white);
}

.transparent__header-4.header-sticky .main-menu-4 {
	padding: 0px 0 0px 0px;
}

/*----------------------------------------*/
/*  3.5 Header Style 5
/*----------------------------------------*/
.main-menu-5.main-menu-4 {
	padding: 20px 0 20px 0px;
}

.main-menu-5.main-menu ul li {
	margin-right: 30px;
}

.header-5__right a,
.header-5__right button {
	margin-left: 40px;
}

.header-5__right .need-help {
	background-color: var(--tp-common-white);
	padding: 8px 24px 8px 8px;
	box-shadow: 0px 15px 45px rgba(0, 0, 0, 0.05);
	border-radius: 36px;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}

.header-5__right .need-help:hover {
	background-color: var(--tp-theme-primary);
}

.header-5__right .need-help:hover span {
	color: var(--tp-common-white);
}

.header-5__right .need-help img {
	height: 56px;
	width: 56px;
	object-fit: cover;
	border-radius: 50%;
	margin-right: 6px;
}

.header-5__right .need-help span {
	font-weight: 500;
	font-size: 20px;
	line-height: 1.5;
	color: var(--tp-heading-primary);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
	.header-5__right .need-help span {
		font-size: 15px;
	}
}

.header-5-border {
	border-bottom: 1px solid rgba(72, 30, 11, 0.1);
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px),
only screen and (min-width: 576px) and (max-width: 767px) {
	.header-5-border {
		border: none;
	}
}

.header-5.header-sticky {
	background-color: var(--tp-common-white);
}

.header-5.header-sticky .main-menu-5.main-menu-4 {
	padding: 0px 0 0px 0px;
}

.header-5.header-sticky .header-5__right .need-help {
	padding: 4px 24px 4px 8px;
}

.offcanvas-btn-5 .offcanvas-open-btn i {
	background-color: rgb(205, 95, 55);
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}

.offcanvas-btn-5 .offcanvas-open-btn i:hover {
	background-color: rgba(205, 95, 55, 0.8);
}

/*----------------------------------------*/
/*  3.6 Header Style 6
/*----------------------------------------*/
.header-6 .main-menu ul li>a {
	color: var(--tp-heading-primary);
}

.header-6 .menu-position {
	margin-left: 80px;
}

.header-6 .header__top-content span {
	display: inline-block;
	color: var(--tp-common-white);
	padding: 12px 0;
	font-size: 18px;
	line-height: 1.5;
}

.header-6 .offcanvas-open-btn i {
	color: #481E0B;
	background-color: transparent;
	line-height: 60px;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}

.header-6 .offcanvas-open-btn i:hover {
	color: var(--tp-theme-primary);
}

.header-6 .main-menu ul li:hover>a {
	color: var(--tp-theme-primary);
}

.header-6 .header-sticky {
	background-color: var(--tp-common-white);
}

/*----------------------------------------*/
/*  3.7 Header Style 7
/*----------------------------------------*/
.header-7 .logo {
	padding: 0 60px 0px 0px;
	position: relative;
	display: inline-block;
}

@media (max-width: 767px) {
	.header-7 .logo img {
		padding: 0 15px;
	}
}

.header-7 .logo::before {
	position: absolute;
	content: "";
	right: 0;
	top: 50%;
	height: 112px;
	width: 1px;
	background-color: #D7C4AD;
	transform: translateY(-50%);
}

@media (max-width: 767px) {
	.header-7 .logo::before {
		display: none;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.header-7 .logo::before {
		height: 90px;
	}
}

.header-7 .header__top {
	padding: 17px 0;
}

.header-7 .header__top-content {
	padding-left: 30px;
	padding-right: 30px;
}

.header-7 .header__top-content span {
	font-weight: 400;
	font-size: 18px;
	line-height: 1.5;
	color: var(--tp-text-body);
}

.header-7 .header__top a {
	font-weight: 400;
	font-size: 18px;
	line-height: 1.5;
	color: var(--tp-text-body);
	margin-left: 40px;
	display: inline-block;
}

.header-7 .header__top a:first-child {
	margin-left: 0;
}

.header-7 .header__top a:hover {
	color: var(--tp-theme-primary);
}

.header-7 .header__top a span {
	color: var(--tp-theme-primary);
	display: inline-block;
	transform: translateY(-2px);
	margin-right: 6px;
}

.header-7 .header__bottom {
	border-top: 1px solid #D7C4AD;
	border-bottom: 1px solid #D7C4AD;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
	.header-7 .header__bottom {
		padding: 0 0;
	}
}

.header-7 .header-3__right>a,
.header-7 .header-3__right>button {
	position: relative;
	margin-left: 0;
	height: 112px;
	width: 112px;
	line-height: 112px;
	text-align: center;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

	.header-7 .header-3__right>a,
	.header-7 .header-3__right>button {
		width: 90px;
		height: 90px;
		line-height: 90px;
	}
}

@media (max-width: 767px) {

	.header-7 .header-3__right>a,
	.header-7 .header-3__right>button {
		height: 80px;
		width: 80px;
		line-height: 80px;
	}
}

.header-7 .header-3__right>a::before,
.header-7 .header-3__right>button::before {
	position: absolute;
	content: "";
	left: 0;
	top: 50%;
	height: 112px;
	width: 1px;
	background-color: #D7C4AD;
	transform: translateY(-50%);
}

@media (max-width: 767px) {

	.header-7 .header-3__right>a::before,
	.header-7 .header-3__right>button::before {
		display: none;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

	.header-7 .header-3__right>a::before,
	.header-7 .header-3__right>button::before {
		height: 90px;
	}
}

.header-7 .header-3__right .header-dots {
	display: inline-block;
	background-color: var(--tp-theme-primary);
}

.header-7 .offcanvas-open-btn i {
	background-color: transparent;
	text-align: center;
	color: var(--tp-heading-primary);
}

.cart-7 {
	height: 112px;
	width: 112px;
	border-left: 1px solid #D7C4AD;
	text-align: center;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.cart-7 {
		height: 90px;
		width: 90px;
	}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.cart-7 {
		height: 80px;
		width: 80px;
	}
}

.cart-7 .cart-list-wrap {
	padding: 42px 0;
	position: relative;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.cart-7 .cart-list-wrap {
		padding: 32px 0;
	}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.cart-7 .cart-list-wrap {
		padding: 27px 0;
	}
}

.cart-7 .cart-list-wrapper {
	margin-left: 0;
}

.header-sticky .cart-7 {
	height: 80px;
	width: 80px;
}

.header-sticky .cart-7 .cart-list-wrap {
	padding: 27px 0;
}

.header-7-sticky .main-menu ul li>a {
	color: var(--tp-heading-primary);
	padding: 41px 0;
	text-align: left;
}

.header-7-sticky.header-sticky .main-menu ul li>a {
	padding: 25px 0;
}

.header-7-sticky.header-sticky .main-menu ul li .tp-submenu>li>a {
	padding: 0 25px;
}

.header-7-sticky.header-sticky .main-menu ul li .tp-submenu li a:hover {
	padding-left: 43px;
}

.header-7-sticky.header-sticky .header-3__right button,
.header-7-sticky.header-sticky .header-3__right>a {
	height: 80px;
	width: 80px;
	line-height: 80px;
}

.header-7-sticky.header-sticky .header-3__right button::before,
.header-7-sticky.header-sticky .header-3__right>a::before {
	height: 80px;
}

.header-7-sticky.header-sticky .logo::before {
	height: 80px;
}

/* HEADER CSS */
/*----------------------------------------*/
/*  4.1 Main menu css
/*----------------------------------------*/
@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.main-menu {
		margin-left: 50px;
	}
}

.main-menu ul li {
	position: relative;
	list-style: none;
	display: inline-block;
	margin-right: 30px;
}

.main-menu ul li>a {
	display: inline-block;
	color: var(--tp-common-white);
	padding: 35px 0;
	font-size: 20px;
	line-height: 1.5;
}

.main-menu ul li.has-dropdown>a {
	position: relative;
}

.main-menu ul li.has-dropdown>a::after {
	content: "\f107";
	-webkit-transform: translateY(1px);
	-moz-transform: translateY(1px);
	-ms-transform: translateY(1px);
	-o-transform: translateY(1px);
	transform: translateY(1px);
	font-size: 14px;
	color: var(--tp-common-black);
	font-family: var(--tp-ff-fontawesome);
	font-weight: 400;
	margin-left: 5px;
	display: none;
}

.main-menu ul li .tp-submenu {
	position: absolute;
	top: 100%;
	left: 0;
	transform: scale(1, 0);
	transform-origin: 0 0;
	width: 200px;
	background: var(--tp-common-white);
	z-index: 99;
	visibility: hidden;
	opacity: 0;
	box-shadow: 0px 30px 70px 0px rgba(11, 6, 70, 0.08);
	transition: opacity 500ms ease, visibility 500ms ease, transform 700ms ease;
	padding: 25px 0 9px;
}

.main-menu ul li .tp-submenu>li {
	display: block;
	width: 100%;
	margin: 0;
	padding: 0;
	-webkit-transform: translateY(-10px);
	-moz-transform: translateY(-10px);
	-ms-transform: translateY(-10px);
	-o-transform: translateY(-10px);
	transform: translateY(-10px);
}

.main-menu ul li .tp-submenu>li.has-dropdown>a::after {
	position: absolute;
	top: 50%;
	right: 25px;
	-webkit-transform: translateY(-50%) rotate(-90deg);
	-moz-transform: translateY(-50%) rotate(-90deg);
	-ms-transform: translateY(-50%) rotate(-90deg);
	-o-transform: translateY(-50%) rotate(-90deg);
	transform: translateY(-50%) rotate(-90deg);
}

.main-menu ul li .tp-submenu>li>a {
	position: relative;
	z-index: 11;
	color: var(--tp-common-black);
	font-weight: 400;
	font-size: 14px;
	padding: 0 25px;
	padding-bottom: 0px;
	padding-left: 25px;
	padding-bottom: 1px;
	width: 100%;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}

.main-menu ul li .tp-submenu>li>a::before {
	position: absolute;
	content: "";
	left: 25px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 0;
	height: 1px;
	background-color: var(--tp-theme-primary);
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}

.main-menu ul li .tp-submenu>li .tp-submenu {
	left: 120%;
	top: 0;
	visibility: hidden;
	opacity: 0;
}

.main-menu ul li .tp-submenu>li:hover>a,
.main-menu ul li .tp-submenu>li.active>a {
	color: var(--tp-theme-primary);
	padding-left: 43px;
}

.main-menu ul li .tp-submenu>li:hover>a::after,
.main-menu ul li .tp-submenu>li.active>a::after {
	color: var(--tp-common-white);
}

.main-menu ul li .tp-submenu>li:hover>a::before,
.main-menu ul li .tp-submenu>li.active>a::before {
	width: 12px;
}

.main-menu ul li .tp-submenu>li:hover>.tp-submenu,
.main-menu ul li .tp-submenu>li.active>.tp-submenu {
	left: 100%;
	visibility: visible;
	opacity: 1;
}

.main-menu ul li:hover>a {
	color: #fdcebc;
}

.main-menu ul li:hover>a::after {
	color: var(--tp-theme-primary);
}

.main-menu ul li:hover>.tp-submenu {
	visibility: visible;
	opacity: 1;
	transform: scale(1);
}

.main-menu ul li .has-homemenu {
	width: 810px;
	padding: 30px 30px 10px 30px;
}

.main-menu ul li .has-homemenu .homemenu {
	padding: 0px 10px;
	position: relative;
	margin-bottom: 20px;
}

.main-menu ul li .has-homemenu .homemenu:hover .homemenu-btn {
	opacity: 1;
	visibility: visible;
	transform: translateY(-45%);
}

.main-menu ul li .has-homemenu .homemenu:hover .homemenu-thumb::before {
	background-color: rgba(38, 34, 33, 0.5);
}

.main-menu ul li .has-homemenu.tp-submenu li:not(:last-child) {
	border-bottom: none;
}

.homemenu-thumb {
	position: relative;
}

.homemenu-thumb::before {
	position: absolute;
	content: "";
	left: 0;
	right: 0;
	height: 100%;
	width: 100%;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}

.homemenu-btn {
	position: absolute;
	top: 50%;
	transform: translateY(-30%);
	left: 0;
	right: 0;
	text-align: center;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}

.homemenu {
	padding: 7px 7px;
	position: relative;
}

.homemenu:hover .homemenu-btn {
	opacity: 1;
	visibility: visible;
	transform: translateY(-45%);
}

.homemenu:hover .homemenu-thumb::before {
	background-color: rgba(38, 34, 33, 0.5);
}

.homemenu-thumb.comming-demo {
	position: relative;
}

.homemenu-thumb.comming-demo::before {
	position: absolute;
	content: "";
	left: 0;
	right: 0;
	height: 100%;
	width: 100%;
	background-color: rgba(38, 34, 33, 0.5);
	backdrop-filter: blur(3px);
}

.homemenu-btn.comming-btn {
	opacity: 1;
	visibility: visible;
	transform: translateY(-45%);
}

.header-sticky {
	position: fixed !important;
	left: 0;
	margin: auto;
	top: 0;
	width: 100%;
	z-index: 999;
	animation: fadeInDown 500ms ease-in-out 0s normal none 1 running;
	box-shadow: 0px 20px 40px rgba(37, 9, 62, 0.1);
}

.side-info-wrapper {
	padding: 80px 30px 80px 30px;
	position: absolute;
	bottom: 0;
	top: 0;
	right: 0;
	left: 0;
	overflow-y: scroll;
	overscroll-behavior-y: contain;
	scrollbar-width: none;
}

.side-info-logo {
	text-align: center;
}

.side-info-title {
	font-size: 24px;
	line-height: 1.2;
	color: var(--tp-heading-primary);
	text-transform: uppercase;
	text-align: center;
}

.side-info-gallery {
	text-align: center;
}

.side-info-gallery a {
	margin: 5px 3px;
	display: inline-block;
}

.side-info-gallery a img {
	height: 110px;
	width: 110px;
	object-fit: cover;
}

.side-info-contact {
	margin-bottom: 30px;
}

.side-info-contact span {
	font-weight: 700;
	color: var(--tp-theme-primary);
	font-size: 20px;
	text-transform: uppercase;
	display: inline-block;
	margin-bottom: 5px;
}

.side-info-contact p {
	font-size: 20px;
	color: var(--tp-text-body);
	margin-bottom: 0;
}

.side-info-social a {
	display: inline-block;
	height: 40px;
	width: 40px;
	line-height: 41px;
	background-color: rgba(205, 95, 55, 0.2);
	margin: 0 4px;
	font-size: 14px;
	text-align: center;
	border-radius: 50%;
	color: var(--tp-theme-primary);
}

.side-info-social a:hover {
	background-color: var(--tp-theme-primary);
	color: var(--tp-common-white);
}

.side-info-overlay {
	background-color: rgba(0, 0, 0, 0.5);
	height: 100%;
	width: 100%;
	position: fixed;
	top: 0;
	z-index: 999;
	left: 0;
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s ease-out 0s;
}

.side-info.tp-sidebar-opened {
	transform: translateX(0);
}

.side-info-overlay.opened {
	opacity: 1;
	visibility: visible;
}

.header-sticky {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	box-shadow: 0px 4px 10px rgba(3, 4, 28, 0.1);
	animation: 0.95s ease 0s normal forwards 1 running headerSlideDown;
	transition: 0.3s ease;
	z-index: 10;
}

/*----------------------------------------*/
/*  4.2 Meanmenu css
/*----------------------------------------*/
.mean-remove {
	display: none !important;
}

.mean-container {
	margin-bottom: 40px;
}

.mean-container a.meanmenu-reveal {
	width: 22px;
	height: 22px;
	padding: 13px 13px 11px 13px;
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
	color: #fff;
	text-decoration: none;
	font-size: 16px;
	text-indent: -9999em;
	line-height: 22px;
	font-size: 1px;
	font-weight: 700;
	display: none !important;
}

.mean-container a.meanmenu-reveal span {
	display: block;
	background: #fff;
	height: 3px;
	margin-top: 3px;
}

.mean-container .mean-push {
	float: left;
	width: 100%;
	padding: 0;
	margin: 0;
	clear: both;
}

.mean-container .mean-nav {
	background: none;
	margin-top: 0;
	float: left;
	width: 100%;
	background: #fff;
}

.mean-container .mean-nav .wrapper {
	width: 100%;
	padding: 0;
	margin: 0;
}

.mean-container .mean-nav>ul {
	padding: 0;
	margin: 0;
	width: 100%;
	list-style-type: none;
	display: block !important;
}

.mean-container .mean-nav>ul>li:first-child>a {
	border-top: 0;
}

.mean-container .mean-nav ul {
	padding: 0;
	margin: 0;
	width: 100%;
	list-style-type: none;
}

.mean-container .mean-nav ul li {
	position: relative;
	float: left;
	width: 100%;
}

.mean-container .mean-nav ul li.dropdown-opened>a,
.mean-container .mean-nav ul li.dropdown-opened>span {
	color: var(--tp-theme-1);
}

.mean-container .mean-nav ul li.dropdown-opened>a.mean-expand.mean-clicked,
.mean-container .mean-nav ul li.dropdown-opened>span.mean-expand.mean-clicked {
	background: var(--tp-theme-1);
	color: var(--tp-common-white);
	border-color: var(--tp-theme-1);
}

.mean-container .mean-nav ul li.dropdown-opened>a.mean-expand.mean-clicked i,
.mean-container .mean-nav ul li.dropdown-opened>span.mean-expand.mean-clicked i {
	color: var(--tp-common-black);
}

.mean-container .mean-nav ul li.mean-last {
	border-bottom: none;
	margin-bottom: 0;
}

.mean-container .mean-nav ul li>a.mean-expand i {
	display: inline-block;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}

.mean-container .mean-nav ul li>a>i {
	display: none;
}

.mean-container .mean-nav ul li>a,
.mean-container .mean-nav ul li span {
	display: block;
	float: left;
	width: 90%;
	padding: 10px 5%;
	margin: 0;
	text-align: left;
	color: #fff;
	border-top: 1px solid #e0e3ed;
	text-decoration: none;
	text-transform: uppercase;
	width: 100%;
	padding: 10px 0;
	color: var(--tp-heading-primary);
	border-top: 1px solid #ebebeb;
	font-size: 14px;
	line-height: 1.5;
	font-weight: 700;
}

[dir=rtl] .mean-container .mean-nav ul li>a,
[dir=rtl] .mean-container .mean-nav ul li span {
	float: right;
	text-align: right;
}

.mean-container .mean-nav ul li>a:hover,
.mean-container .mean-nav ul li span:hover {
	color: var(--tp-theme-1);
}

.mean-container .mean-nav ul li>a:hover i,
.mean-container .mean-nav ul li span:hover i {
	color: var(--tp-common-white);
}

.mean-container .mean-nav ul li>a.mean-expand,
.mean-container .mean-nav ul li span.mean-expand {
	margin-top: 1px;
	width: 26px;
	height: 32px;
	text-align: center;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 2;
	font-weight: 700;
	background: transparent;
	border: none !important;
	font-size: 14px;
	margin-top: 5px;
	padding: 0 !important;
	line-height: 14px;
	border: 1px solid #ebebeb !important;
	height: 30px;
	width: 30px;
	line-height: 30px;
	color: var(--tp-common-black);
	line-height: 30px;
	top: 0;
	font-weight: 400;
}

[dir=rtl] .mean-container .mean-nav ul li>a.mean-expand,
[dir=rtl] .mean-container .mean-nav ul li span.mean-expand {
	right: auto;
	left: 0;
	text-align: center;
}

.mean-container .mean-nav ul li>a.mean-expand:hover,
.mean-container .mean-nav ul li span.mean-expand:hover {
	background: var(--tp-theme-1);
	color: var(--tp-common-white);
	border-color: var(--tp-theme-1);
}

.mean-container .mean-nav ul li>a.mean-expand:hover i,
.mean-container .mean-nav ul li span.mean-expand:hover i {
	color: var(--tp-common-black);
}

.mean-container .mean-nav ul li>a.mean-expand.mean-clicked,
.mean-container .mean-nav ul li span.mean-expand.mean-clicked {
	color: var(--tp-common-white);
}

.mean-container .mean-nav ul li>a.mean-expand.mean-clicked:hover,
.mean-container .mean-nav ul li span.mean-expand.mean-clicked:hover {
	background: var(--tp-theme-1);
	color: var(--tp-common-white);
	border-color: var(--tp-theme-1);
}

.mean-container .mean-nav ul li>a.mean-expand.mean-clicked:hover i,
.mean-container .mean-nav ul li span.mean-expand.mean-clicked:hover i {
	color: var(--tp-common-white);
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	color: var(--tp-common-black);
}

.mean-container .mean-nav ul li li a {
	width: 80%;
	padding: 10px 10%;
	text-shadow: none !important;
	visibility: visible;
}

.mean-container .mean-nav ul li li li a {
	width: 70%;
	padding: 10px 15%;
}

.mean-container .mean-nav ul li li li li a {
	width: 60%;
	padding: 10px 20%;
}

.mean-container .mean-nav ul li li li li li a {
	width: 50%;
	padding: 10px 25%;
}

.mean-container .mean-bar {
	padding: 0;
	min-height: auto;
	background: none;
	float: left;
	width: 100%;
	position: relative;
	background: #fff;
	padding: 4px 0;
	min-height: 42px;
	z-index: 999999;
}

.mean-container .mean-bar,
.mean-container .mean-bar * {
	/* Fix for box sizing on Foundation Framework etc. */
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

/*----------------------------------------*/
/*  4.3 Mobile menu css
/*----------------------------------------*/
@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
	.tp-main-menu-content {
		margin-bottom: 40px;
	}
}

.tp-main-menu-mobile .tp-submenu {
	display: none;
}

.tp-main-menu-mobile ul {
	position: static;
	display: block;
	box-shadow: none;
}

.tp-main-menu-mobile ul li {
	list-style: none;
	position: relative;
	width: 100%;
	padding: 0;
	padding-left: 20px;
	padding-right: 20px;
}

@media (max-width: 767px) {
	.tp-main-menu-mobile ul li {
		padding-left: 10px;
		padding-right: 10px;
	}
}

.tp-main-menu-mobile ul li:not(:last-child)>a {
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.tp-main-menu-mobile ul li.has-dropdown>a .dropdown-toggle-btn {
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size: 16px;
	color: #7F8387;
	font-family: "Font Awesome 6 Pro";
	transition: all 0.3s ease-in-out;
	z-index: 1;
	width: 30px;
	height: 30px;
	line-height: 28px;
	text-align: center;
	border: 1px solid rgba(0, 0, 0, 0.12);
	transition: background-color 0.3s ease-in-out, border-color 0.3s ease-in-out, color 0.3s ease-in-out;
}

.tp-main-menu-mobile ul li.has-dropdown>a .dropdown-toggle-btn i {
	transition: all 0.3s ease-in-out;
}

.tp-main-menu-mobile ul li.has-dropdown>a .dropdown-toggle-btn.dropdown-opened i {
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
}

.tp-main-menu-mobile ul li.has-dropdown>a .dropdown-toggle-btn:hover {
	background-color: var(--tp-theme-primary);
	border-color: var(--tp-theme-primary);
	color: var(--tp-common-white);
}

.tp-main-menu-mobile ul li.has-dropdown>a .dropdown-toggle-btn:hover i {
	color: var(--tp-common-white);
}

.tp-main-menu-mobile ul li.has-dropdown>a.expanded {
	color: var(--tp-theme-primary);
}

.tp-main-menu-mobile ul li.has-dropdown>a.expanded .dropdown-toggle-btn.dropdown-opened {
	background-color: var(--tp-theme-primary);
	border-color: var(--tp-theme-primary);
	color: var(--tp-common-white);
}

.tp-main-menu-mobile ul li.has-dropdown>a.expanded .dropdown-toggle-btn.dropdown-opened i {
	color: var(--tp-common-white);
}

.tp-main-menu-mobile ul li.has-dropdown:hover>a::after {
	color: var(--tp-theme-green);
}

.tp-main-menu-mobile ul li:last-child a span {
	border-bottom: 0;
}

.tp-main-menu-mobile ul li>a {
	display: block;
	font-size: 16px;
	color: var(--tp-common-black);
	position: relative;
	padding: 10px 0;
	padding-right: 20px;
}

.tp-main-menu-mobile ul li>a svg {
	-webkit-transform: translateY(-2px);
	-moz-transform: translateY(-2px);
	-ms-transform: translateY(-2px);
	-o-transform: translateY(-2px);
	transform: translateY(-2px);
}

.tp-main-menu-mobile ul li>a>i {
	display: inline-block;
	width: 11%;
	margin-right: 13px;
	-webkit-transform: translateY(4px);
	-moz-transform: translateY(4px);
	-ms-transform: translateY(4px);
	-o-transform: translateY(4px);
	transform: translateY(4px);
	font-size: 21px;
	line-height: 1;
}

.tp-main-menu-mobile ul li>a .menu-text {
	font-size: 16px;
	line-height: 11px;
	border-bottom: 1px solid #EAEBED;
	width: 82%;
	display: inline-block;
	padding: 19px 0 17px;
}

.tp-main-menu-mobile ul li img {
	width: 100%;
}

.tp-main-menu-mobile ul li ul {
	padding: 0;
}

.tp-main-menu-mobile ul li ul li {
	padding: 0;
}

.tp-main-menu-mobile ul li ul li a {
	margin-left: auto;
	width: 93%;
	padding: 10px 5%;
	text-shadow: none !important;
	visibility: visible;
	padding-left: 0;
	padding-right: 20px;
}

.tp-main-menu-mobile ul li ul li li a {
	width: 88%;
	padding: 10px 7%;
	padding-left: 0;
	padding-right: 20px;
}

.tp-main-menu-mobile ul li ul li li li a {
	width: 83%;
	padding: 10px 9%;
	padding-left: 0;
	padding-right: 20px;
}

.tp-main-menu-mobile ul li ul li li li li a {
	width: 68%;
	padding: 10px 11%;
	padding-left: 0;
	padding-right: 20px;
}

.tp-main-menu-mobile ul li:hover>a {
	color: var(--tp-theme-primary);
}

.tp-main-menu-mobile ul li:hover>a::after {
	color: var(--tp-theme-primary);
}

.tp-main-menu-mobile ul li:hover>a .dropdown-toggle-btn i {
	color: var(--tp-theme-primary);
}

.tp-main-menu-mobile ul li:hover .mega-menu {
	visibility: visible;
	opacity: 1;
	top: 0;
}

.tp-main-menu-mobile ul li .mega-menu,
.tp-main-menu-mobile ul li .submenu {
	position: static;
	min-width: 100%;
	padding: 0;
	box-shadow: none;
	visibility: visible;
	opacity: 1;
	display: none;
}

.tp-main-menu-mobile ul li .mega-menu li,
.tp-main-menu-mobile ul li .submenu li {
	float: none;
	display: block;
	width: 100%;
	padding: 0;
}

.tp-main-menu-mobile ul li .mega-menu li:hover a .dropdown-toggle-btn,
.tp-main-menu-mobile ul li .submenu li:hover a .dropdown-toggle-btn {
	color: var(--tp-theme-primary);
}

.tp-main-menu-mobile * ul,
.tp-main-menu-mobile * li {
	transition: none !important;
}

/*----------------------------------------*/
/*  Banner Style 1
/*----------------------------------------*/
.tpbanner {
	padding-top: 91px;
	padding-bottom: 96px;
	position: relative;
	z-index: 1;
}

.tpbanner-content b {
	position: relative;
	margin-bottom: 34px;
	display: inline-block;
}

.tpbanner-content b::before {
	position: absolute;
	content: "";
	background-color: var(--tp-text-1);
	height: 2px;
	width: 150px;
	opacity: 0.2;
}

.tpbanner-content p {
	font-size: 24px;
	line-height: 1.5;
	margin-bottom: 97px;
}

.tpbanner-title {
	font-size: 184px;
	line-height: 0.9;
	margin-bottom: 47px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
	.tpbanner-title {
		font-size: 150px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.tpbanner-title {
		font-size: 100px;
	}
}

@media (max-width: 767px) {
	.tpbanner-title {
		font-size: 84px;
	}
}

.tpbanner-list li {
	list-style: none;
	margin-bottom: 0;
	font-size: 20px;
	font-weight: 700;
	display: block;
}

@media (max-width: 767px) {
	.tpbanner-list li {
		font-size: 17px;
	}
}

.tpbanner-list-1 span {
	background-color: #FFCFBE;
	color: var(--tp-heading-primary);
	padding: 19px 23px;
	display: inline-block;
}

.tpbanner-list-2 span {
	background-color: #F9B39A;
	color: var(--tp-heading-primary);
	padding: 13px 23px;
	display: inline-block;
}

.tpbanner-list-3 span {
	background-color: #E7815C;
	color: var(--tp-heading-primary);
	padding: 13px 23px;
	display: inline-block;
}

.tpbanner-list-4 span {
	background-color: #CD5F37;
	color: var(--tp-common-white);
	padding: 13px 23px;
	display: inline-block;
}

.tpbanner-shape {
	position: relative;
}

.tpbanner-shape-1 {
	position: absolute;
	top: 0;
	right: 0;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
	.tpbanner-shape-1 {
		right: -40px;
	}
}

@media (max-width: 767px),
only screen and (min-width: 768px) and (max-width: 991px) {
	.tpbanner-shape-1 {
		position: inherit;
	}
}

.tpbanner-shape-1 img {
	max-width: inherit;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
	.tpbanner-shape-1 img {
		max-width: 798px;
	}
}

@media (max-width: 767px),
only screen and (min-width: 768px) and (max-width: 991px) {
	.tpbanner-shape-1 img {
		max-width: 100%;
	}
}

.tpbanner-shape-2 {
	position: absolute;
	top: 100px;
	right: -290px;
	animation: tpswing 3s ease-in-out 0.1s forwards infinite alternate;
	transform-origin: right center;
}

@media only screen and (min-width: 1600px) and (max-width: 1700px) {
	.tpbanner-shape-2 {
		right: -150px;
	}
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
	.tpbanner-shape-2 {
		right: -50px;
	}
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
	.tpbanner-shape-2 {
		right: -40px;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.tpbanner-shape-2 {
		right: -30px;
	}
}

.tpbanner-shape-3 {
	position: absolute;
	top: 300px;
	right: -65px;
	animation: bannerAnimationTwo 8s infinite linear;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.tpbanner-shape-3 {
		right: 220px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.tpbanner-shape-3 {
		top: 0;
		right: 0;
	}
}

@media (max-width: 767px) {
	.tpbanner-shape-3 {
		top: -200px;
		right: 80px;
	}
}

.tpbanner-video {
	position: absolute;
	bottom: 0;
	right: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.tpbanner-video {
		position: inherit;
	}
}

@media (max-width: 767px) {
	.tpbanner-video {
		position: inherit;
	}
}

.tpbanner-video-info {
	margin-bottom: -6px;
}

@media (max-width: 767px),
only screen and (min-width: 768px) and (max-width: 991px) {
	.tpbanner-video-info {
		margin-bottom: 9px;
		margin-top: 15px;
	}
}

.tpbanner-video-info .tp-btn {
	padding: 33px 65px;
}

.tpbanner-video-thumb {
	display: inline-block;
}

.tpbanner-video-thumb img {
	width: 520px;
	height: 310px;
	object-fit: cover;
}

@media (max-width: 767px) {
	.tpbanner-video-thumb img {
		width: 100%;
		height: 100%;
	}
}

.tpbanner-video-play {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	text-align: center;
	margin: 0 auto;
	transform: translateY(-50%);
}

.tpbanner-video-play a {
	display: inline-block;
	width: 80px;
	height: 80px;
	line-height: 80px;
	text-align: center;
	border-radius: 50%;
	background-color: var(--tp-common-white);
	color: var(--tp-theme-primary);
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}

.tpbanner-video-play a:hover {
	background-color: var(--tp-theme-primary);
	color: var(--tp-common-white);
}

.tpbanner-video-play a i {
	transform: translateX(2px);
	display: inline-block;
}

/*----------------------------------------*/
/*  Banner Style 2
/*----------------------------------------*/
.tpbanner-2-thumb {
	margin-left: -245px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
	.tpbanner-2-thumb {
		margin-top: 120px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
	.tpbanner-2-thumb {
		margin-left: 0;
	}
}

.tpbanner-2-thumb img {
	max-width: inherit;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
	.tpbanner-2-thumb img {
		max-width: 100%;
	}
}

.tpbanner-2-shape-1 {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 60px;
	animation: tprotate 5s ease-in-out 0.1s forwards infinite alternate;
}

.tpbanner-2-shape-2 {
	position: absolute;
	left: -73%;
	top: 1%;
	animation: tptranslateY2 3s ease-in-out 0.1s forwards infinite alternate;
}

.tpbanner-2-bg {
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	width: 50%;
	background-color: var(--tp-theme-primary);
	z-index: -1;
}

.tpbanner-2-bg::before {
	position: absolute;
	content: "";
	left: 0;
	top: 112px;
	height: 1px;
	width: 100%;
	background-color: rgba(255, 255, 255, 0.16);
}

.tpbanner-2-content-2 {
	margin-right: -130px;
	padding-left: 95px;
	padding-top: 200px;
	padding-bottom: 95px;
}

@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) {
	.tpbanner-2-content-2 {
		margin-right: 0;
		padding-left: 0;
	}
}

@media (max-width: 767px) {
	.tpbanner-2-content-2 {
		margin-right: 0;
		padding-left: 0;
		padding-top: 160px;
		padding-bottom: 40px;
	}
}

.tpbanner-2-content-2 p {
	font-size: 20px;
	line-height: 1.5;
	color: #FFFFFF;
	position: relative;
	margin-bottom: 0;
	padding-left: 95px;
}

@media (max-width: 767px) {
	.tpbanner-2-content-2 p {
		padding-left: 0;
	}
}

.tpbanner-2-content-2 p::before {
	position: absolute;
	left: 0;
	top: 15px;
	content: "";
	width: 70px;
	height: 1.5px;
	background-color: var(--tp-common-white);
	display: inline-block;
}

@media (max-width: 767px) {
	.tpbanner-2-content-2 p::before {
		display: none;
	}
}

.tpbanner-2-title-2 {
	font-size: 180px;
	line-height: 110%;
	color: var(--tp-common-white);
	margin-bottom: 30px;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
	.tpbanner-2-title-2 {
		font-size: 170px;
	}
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
	.tpbanner-2-title-2 {
		font-size: 125px;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.tpbanner-2-title-2 {
		font-size: 90px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.tpbanner-2-title-2 {
		font-size: 115px;
	}
}

@media (max-width: 767px) {
	.tpbanner-2-title-2 {
		font-size: 50px;
	}
}

.tpbanner-2-btn {
	font-family: var(--tp-ff-body);
	font-weight: 500;
	font-size: 24px;
	line-height: 1.5;
	color: #481E0B;
	background: #FFD056;
	border-radius: 65px;
	display: inline-block;
	padding: 47px 65px;
	transform: translateY(-35px);
	margin-left: -10px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.tpbanner-2-btn {
		padding: 16px 46px;
		transform: translateY(-16px);
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.tpbanner-2-btn {
		padding: 30px 40px;
		transform: translateY(-30px);
	}
}

@media (max-width: 767px) {
	.tpbanner-2-btn {
		padding: 10px 26px;
		transform: translateY(0px);
	}
}

.tpbanner-2-btn:hover {
	background-color: var(--tp-common-white);
	color: var(--tp-theme-primary);
}

/*----------------------------------------*/
/*  Banner Style 3
/*----------------------------------------*/
.tpbanner-3-title {
	font-size: 206px;
	line-height: 1.1;
	color: var(--tp-heading-primary);
	text-align: center;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
	.tpbanner-3-title {
		font-size: 155px;
		margin-bottom: 30px;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.tpbanner-3-title {
		font-size: 140px;
		margin-bottom: 60px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.tpbanner-3-title {
		font-size: 100px;
	}
}

@media (max-width: 767px) {
	.tpbanner-3-title {
		font-size: 60px;
		margin-bottom: 20px;
	}
}

.tpbanner-3-wrap {
	position: relative;
	z-index: 1;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
	.tpbanner-3-wrap {
		margin-bottom: 50px;
	}
}

.tpbanner-3-wrap p {
	font-size: 23px;
	line-height: 1.5;
	color: var(--tp-text-body);
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
	.tpbanner-3-clients {
		margin-bottom: 20px;
	}
}

.tpbanner-3-clients span {
	font-weight: 700;
	font-size: 20px;
	line-height: 1.5;
	color: var(--tp-heading-primary);
	display: block;
	margin-top: 11px;
	position: relative;
}

.tpbanner-3-clients span::before {
	position: absolute;
	content: "";
	left: 0;
	bottom: -80px;
	height: 1px;
	width: 80px;
	background-color: rgba(205, 95, 55, 0.3);
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
	.tpbanner-3-clients span::before {
		display: none;
	}
}

.tpbanner-3-thumb {
	margin-left: -110px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
	.tpbanner-3-thumb {
		margin-left: 0;
	}
}

.tpbanner-3-thumb img {
	max-width: 120%;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
	.tpbanner-3-thumb img {
		max-width: 100%;
	}
}

.tpbanner-3-thumb-2 {
	margin-left: -30px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
	.tpbanner-3-thumb-2 {
		margin-left: -70px;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.tpbanner-3-thumb-2 {
		margin-left: -70px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
	.tpbanner-3-thumb-2 {
		margin-bottom: 0;
	}
}

.tpbanner-3-thumb-2>a>img {
	max-width: inherit;
	animation: tprotate 20s ease-in-out 0.1s forwards infinite;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.tpbanner-3-thumb-2>a>img {
		max-width: 100%;
	}
}

.tpbanner-3-shape-2 {
	position: absolute;
	left: 32%;
	bottom: 39%;
	animation: tprotate 6s ease-in-out 0.1s forwards infinite alternate;
}

.tpbanner-3-shape-3 {
	position: absolute;
	right: 30%;
	bottom: 59%;
	animation: tptranslateY2 4s ease-in-out 0.1s forwards infinite alternate;
}

.tpbanner-3-shape-4 {
	position: absolute;
	right: 8%;
	bottom: 0;
	animation: tpswing 2s ease-in-out 0.1s forwards infinite alternate;
	transform-origin: bottom right;
}

/*----------------------------------------*/
/*  Banner Style 4
/*----------------------------------------*/
.tpbanner-4 {
	background: rgba(205, 95, 55, 0.1);
}

.tpbanner-4-bg {
	position: relative;
	z-index: 1;
}

.tpbanner-4-bg::before {
	background: linear-gradient(90deg, #FAEFEB 37.44%, rgba(250, 239, 235, 0) 61.17%);
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: -1;
}

.tpbanner-4-thumb-bg {
	background-position: top right;
	background-repeat: no-repeat;
	padding-top: 244px;
	padding-bottom: 266px;
	position: relative;
}

@media (max-width: 767px) {
	.tpbanner-4-thumb-bg {
		padding-top: 180px;
		padding-bottom: 180px;
	}
}

.tpbanner-4-title-2 {
	font-size: 120px;
	line-height: 1.1;
	margin-bottom: 52px;
}

@media (max-width: 767px) {
	.tpbanner-4-title-2 {
		font-size: 50px;
		margin-bottom: 30px;
	}
}

.tpbanner-4-btn {
	flex: 0 0 auto;
	margin-bottom: 15px;
}

.tpbanner-4-btn a {
	font-weight: 500;
	font-size: 24px;
	line-height: 1.5;
	color: var(--tp-common-white);
	border-radius: 12px;
	background-color: var(--tp-theme-primary);
	padding: 30px 38px;
	border: 2px solid var(--tp-theme-primary);
	display: inline-block;
}

@media (max-width: 767px) {
	.tpbanner-4-btn a {
		padding: 15px 38px;
	}
}

.tpbanner-4-btn a:hover {
	background-color: var(--tp-common-white);
	color: var(--tp-theme-primary);
}

@media (max-width: 767px) {
	.tpbanner-4-wrapper {
		flex-wrap: wrap;
	}
}

.tpbanner-4-wrapper p {
	font-size: 24px;
	line-height: 1.5;
	margin-bottom: 15px;
	margin-left: 52px;
}

@media (max-width: 767px) {
	.tpbanner-4-wrapper p {
		margin-left: 0px;
	}
}

@media (max-width: 767px) {
	.tpbanner-4-wrapper p br {
		display: none;
	}
}

.tpbanner-4-next-thumb {
	width: 320px;
	margin-left: -160px;
	overflow: hidden;
}

.tpbanner-4-next-item img {
	height: 160px;
	width: 160px;
	object-fit: cover;
	border-radius: 12px 0px 0px 0px;
}

@media (max-width: 767px) {
	.tpbanner-4-next-item img {
		height: 100px;
		width: 100px;
	}
}

.tpbanner-4-next-wrap {
	position: absolute;
	bottom: 26px;
	left: 0;
	right: 0px;
}

.tpbanner-4-next-btn-single {
	position: absolute;
	bottom: 18px;
	left: 24.4%;
	font-size: 48px;
	line-height: 1.1;
	background-color: var(--tp-theme-4);
	border-radius: 0px 12px 0px 0px;
	padding: 54px 33px;
	margin-bottom: 8px;
	font-family: var(--tp-ff-heading);
	color: var(--tp-heading-primary);
}

@media only screen and (min-width: 1600px) and (max-width: 1700px) {
	.tpbanner-4-next-btn-single {
		left: 19.6%;
	}
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
	.tpbanner-4-next-btn-single {
		left: 15.2%;
	}
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
	.tpbanner-4-next-btn-single {
		left: 16.9%;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.tpbanner-4-next-btn-single {
		left: 19.2%;
	}
}

@media (max-width: 767px) {
	.tpbanner-4-next-btn-single {
		left: 35.4%;
		font-size: 38px;
		padding: 29px 13px;
	}
}

.slick-active .tpbanner-4-title-2,
.slick-active .tpbanner-4-btn,
.slick-active .tpbanner-4-wrapper p {
	animation-fill-mode: both;
	animation-name: fadeInUp;
}

.slick-active .tpbanner-4-title-2 {
	animation-delay: 0.6s;
	animation-duration: 0.6s;
}

.slick-active .tpbanner-4-btn {
	animation-delay: 0.8s;
	animation-duration: 0.8s;
}

.slick-active .tpbanner-4-wrapper p {
	animation-delay: 0.8s;
	animation-duration: 0.8s;
}

/*----------------------------------------*/
/*  Banner Style 5
/*----------------------------------------*/
@media (max-width: 767px) {
	.tpbanner-5-wrap {
		padding-top: 30px;
	}
}

.tpbanner-5-img-1 {
	border-radius: 0px 80px 80px 0px;
}

.tpbanner-5-img-2 {
	border-radius: 50%;
}

.tpbanner-5-content p {
	font-size: 24px;
	line-height: 1.5;
	color: var(--tp-text-body);
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
	.tpbanner-5-content p br {
		display: none;
	}
}

.tpbanner-5-title {
	font-size: 152px;
	line-height: 1.1;
	color: var(--tp-heading-primary);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
	.tpbanner-5-title {
		font-size: 120px;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.tpbanner-5-title {
		font-size: 100px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.tpbanner-5-title {
		font-size: 96px;
	}
}

@media (max-width: 767px) {
	.tpbanner-5-title {
		font-size: 65px;
		margin-bottom: 15px;
	}
}

.tpbanner-5-title span {
	display: inline-block;
	background-color: var(--tp-theme-4);
	text-align: center;
	border-radius: 50%;
	padding: 19px 16px;
}

@media (max-width: 767px) {
	.tpbanner-5-title span {
		display: none;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.tpbanner-5-title span {
		transform: translateY(12px);
		margin-right: 10px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.tpbanner-5-thumb {
		margin-bottom: 50px;
	}
}

@media (max-width: 767px) {
	.tpbanner-5-thumb {
		margin-bottom: 30px;
	}
}

.tpbanner-5-thumb img {
	border-radius: 260px;
}

.tpbanner-5-shape-1 {
	position: absolute;
	top: 47%;
	left: -22px;
	transform: translateY(-50%);
	max-width: inherit;
}

.tpbanner-5-link {
	position: absolute;
	left: -68px;
	z-index: 1;
	background: #CD5F37;
	box-shadow: 0px 25px 45px rgba(205, 95, 55, 0.3);
	border-radius: 65.5px;
	display: inline-block;
	padding: 30px 24px;
}

@media (max-width: 767px) {
	.tpbanner-5-link {
		padding: 24px 15px;
	}
}

.tpbanner-5-link p {
	color: var(--tp-common-white);
	font-size: 24px;
	line-height: 1.5;
	margin-bottom: 15px;
}

@media (max-width: 767px) {
	.tpbanner-5-link p {
		font-size: 18px;
	}
}

.tpbanner-5-link a {
	display: inline-block;
	height: 48px;
	width: 48px;
	line-height: 44px;
	text-align: center;
	border-radius: 50%;
	color: var(--tp-common-white);
	background-color: rgba(255, 255, 255, 0.15);
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}

.tpbanner-5-link a:hover {
	background-color: rgb(255, 255, 255);
	color: var(--tp-theme-primary);
}

/*----------------------------------------*/
/*  Banner Style 6
/*----------------------------------------*/
.tpbanner-6-bg {
	position: relative;
	z-index: 1;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding-top: 247px;
	padding-bottom: 240px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {
	.tpbanner-6-bg {
		padding-top: 185px;
		padding-bottom: 185px;
	}
}

@media (max-width: 767px) {
	.tpbanner-6-bg {
		padding-top: 190px;
		padding-bottom: 190px;
	}
}

.tpbanner-6-bg::before {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background: rgba(0, 0, 0, 0.5);
	z-index: -1;
}

.tpbanner-6-content p {
	font-weight: 700;
	font-size: 24px;
	line-height: 1.5;
	color: var(--tp-common-white);
	margin-bottom: 18px;
}

@media (max-width: 767px) {
	.tpbanner-6-content p {
		font-size: 18px;
	}
}

.tpbanner-6-title {
	font-size: 168px;
	line-height: 1.1;
	color: var(--tp-common-white);
	margin-bottom: 36px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.tpbanner-6-title {
		font-size: 120px;
		margin-bottom: 24px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.tpbanner-6-title {
		font-size: 90px;
		margin-bottom: 24px;
	}
}

@media (max-width: 767px) {
	.tpbanner-6-title {
		font-size: 80px;
		margin-bottom: 24px;
	}
}

.tpbanner-6-btn a {
	display: inline-block;
	font-weight: 500;
	font-size: 20px;
	line-height: 150%;
	color: var(--tp-heading-primary);
	background: #FFD056;
	border-radius: 40px;
	border: 2px solid #FFD056;
}

.tpbanner-6-btn a:hover {
	background-color: transparent;
	color: var(--tp-common-white);
}

.slider-6-active {
	position: relative;
}

.slider-6-active:hover .slider-6-arrow .slider-6-next,
.slider-6-active:hover .slider-6-arrow .slider-6-prev {
	opacity: 1;
	visibility: visible;
	left: 50px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {

	.slider-6-active:hover .slider-6-arrow .slider-6-next,
	.slider-6-active:hover .slider-6-arrow .slider-6-prev {
		left: 35px;
	}
}

.slider-6-active:hover .slider-6-arrow .slider-6-next {
	left: auto;
	right: 50px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {
	.slider-6-active:hover .slider-6-arrow .slider-6-next {
		right: 35px;
	}
}

.slider-6-arrow {
	display: flex;
	align-items: center;
}

.slider-6-arrow .slider-6-next,
.slider-6-arrow .slider-6-prev {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 40px;
	z-index: 2;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}

@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) {

	.slider-6-arrow .slider-6-next,
	.slider-6-arrow .slider-6-prev {
		left: 30px;
	}
}

.slider-6-arrow .slider-6-next {
	left: auto;
	right: 40px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {
	.slider-6-arrow .slider-6-next {
		right: 30px;
	}
}

.slider-6-arrow i,
.slider-6-arrow span {
	width: 80px;
	height: 80px;
	line-height: 80px;
	text-align: center;
	border-radius: 50%;
	border: 2px solid #481E0B;
	border-radius: 50%;
	display: inline-block;
	line-height: 72px;
	-webkit-transition: all 0.4s ease-out 0s;
	-moz-transition: all 0.4s ease-out 0s;
	-ms-transition: all 0.4s ease-out 0s;
	-o-transition: all 0.4s ease-out 0s;
	transition: all 0.4s ease-out 0s;
	color: #481E0B;
}

@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) {

	.slider-6-arrow i svg,
	.slider-6-arrow span svg {
		width: 24px;
	}
}

@media (max-width: 767px) {

	.slider-6-arrow i svg,
	.slider-6-arrow span svg {
		width: 24px;
	}
}

@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) {

	.slider-6-arrow i,
	.slider-6-arrow span {
		width: 50px;
		height: 50px;
		line-height: 50px;
		text-align: center;
		border-radius: 50%;
		line-height: 44px;
	}
}

@media (max-width: 767px) {

	.slider-6-arrow i,
	.slider-6-arrow span {
		width: 50px;
		height: 50px;
		line-height: 50px;
		text-align: center;
		border-radius: 50%;
		line-height: 44px;
	}
}

.slider-6-arrow i:hover,
.slider-6-arrow span:hover {
	background: var(--tp-theme-primary);
	border-color: var(--tp-theme-primary);
	color: var(--tp-common-white);
	box-shadow: inset 0 0 0 40px var(--tp-theme-primary);
}

.swiper-slide-active .tpbanner-6-content p,
.swiper-slide-active .tpbanner-6-title,
.swiper-slide-active .tpbanner-6-btn {
	animation-fill-mode: both;
	animation-name: fadeInUp;
}

.swiper-slide-active .tpbanner-6-content p {
	animation-delay: 0.6s;
	animation-duration: 0.6s;
}

.swiper-slide-active .tpbanner-6-title {
	animation-delay: 0.8s;
	animation-duration: 0.8s;
}

.swiper-slide-active .tpbanner-6-btn {
	animation-delay: 1s;
	animation-duration: 1s;
}

/*----------------------------------------*/
/*  Banner Style 7
/*----------------------------------------*/
.tpbanner-7 {
	padding: 70px 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
	.tpbanner-7 {
		padding: 120px 0;
	}
}

.tpbanner-7-content p {
	font-weight: 400;
	font-size: 24px;
	line-height: 1.5;
	color: var(--tp-theme-primary);
	margin-bottom: 10px;
}

.tpbanner-7-title {
	font-size: 120px;
	line-height: 1.1;
	margin-bottom: 50px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
	.tpbanner-7-title {
		font-size: 100px;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.tpbanner-7-title {
		font-size: 84px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.tpbanner-7-title {
		font-size: 90px;
		margin-bottom: 26px;
	}
}

@media (max-width: 767px) {
	.tpbanner-7-title {
		font-size: 50px;
		margin-bottom: 20px;
	}
}

.tpbanner-7-btn .tp-btn {
	font-weight: 500;
	padding: 25px 40px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
	.tpbanner-7-btn .tp-btn {
		padding: 20px 30px;
	}
}

.tpbanner-7-thumb img {
	margin-left: -45px;
	max-width: inherit;
}

@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) {
	.tpbanner-7-thumb img {
		max-width: 100%;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
	.tpbanner-7-thumb img {
		margin-left: 0;
		max-width: 100%;
		/* margin-top: 30px; */
		text-align: center;
	}
}

.banner-offer-bg {
	background-color: #ECECE2;
	z-index: 1;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.banner-offer-bg {
		overflow: hidden;
	}
}

.banner-offer-wrapper {
	padding-top: 73px;
	margin-left: 80px;
	padding-bottom: 63px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.banner-offer-wrapper {
		margin-left: 40px;
	}
}

@media (max-width: 767px) {
	.banner-offer-wrapper {
		margin-left: 15px;
		padding-bottom: 20px;
	}
}

.banner-offer .tpsection span {
	color: var(--tp-common-black);
	display: inline-block;
	margin-bottom: 4px;
	font-size: 18px;
}

.banner-offer .tpsection p {
	font-weight: 400;
	font-size: 20px;
	line-height: 1.5;
	color: var(--tp-text-body);
}

.banner-offer-btn .tp-btn-theme {
	font-weight: 500;
	font-size: 20px;
	line-height: 1.5;
	padding: 11px 31px;
}

.banner-offer-thumb {
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: -1;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
	.banner-offer-thumb {
		position: inherit;
		text-align: center !important;
	}
}

.offer-7-item {
	background-color: var(--tp-heading-primary);
	padding: 55px 40px 55px 55px;
	position: relative;
	z-index: 1;
	overflow: hidden;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.offer-7-item {
		padding: 55px 40px 55px 15px;
	}
}

@media (max-width: 767px) {
	.offer-7-item {
		padding: 55px 20px 55px 35px;
	}
}

.offer-7-item:hover .offer-7-thumb img {
	transform: scale(1.04);
}

.offer-7-content span {
	color: var(--tp-common-white);
	display: inline-block;
	margin-bottom: 5px;
	font-weight: 400;
	font-size: 24px;
	line-height: 1.5;
}

.offer-7-title {
	font-size: 48px;
	line-height: 1.1;
	color: var(--tp-common-white);
	margin-bottom: 52px;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.offer-7-title br {
		display: none;
	}
}

.offer-7-btn a {
	font-weight: 500;
	font-size: 20px;
	line-height: 1.5;
	color: var(--tp-common-white);
	display: inline-block;
	border: 2px solid var(--tp-common-white);
	padding: 11px 31px;
}

.offer-7-btn a:hover {
	background-color: var(--tp-common-white);
	color: var(--tp-heading-primary);
}

.offer-7-thumb {
	position: absolute;
	bottom: 32px;
	right: 40px;
	z-index: -1;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.offer-7-thumb {
		right: 10px;
	}
}

@media (max-width: 767px) {
	.offer-7-thumb {
		position: inherit;
		bottom: 0;
		right: 20px;
	}
}

.offer-7-thumb img {
	-webkit-transition: all 0.6s ease-out 0s;
	-moz-transition: all 0.6s ease-out 0s;
	-ms-transition: all 0.6s ease-out 0s;
	-o-transition: all 0.6s ease-out 0s;
	transition: all 0.6s ease-out 0s;
}

.offer-7-item-2 {
	background-color: #E4CBAE;
}

.offer-7-item-2 .offer-7-content span {
	color: var(--tp-heading-primary);
}

.offer-7-item-2 .offer-7-title {
	color: var(--tp-heading-primary);
}

.offer-7-item-2 .offer-7-btn a {
	border: 2px solid var(--tp-heading-primary);
	background-color: var(--tp-heading-primary);
	color: var(--tp-common-white);
}

.offer-7-item-2 .offer-7-btn a:hover {
	background-color: var(--tp-common-white);
	color: var(--tp-heading-primary);
}

/* BANNER CSS */
/*----------------------------------------*/
/*  5.1 Postbox css
/*----------------------------------------*/
.postbox-thumb .play-btn {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 1;
	height: 80px;
	width: 80px;
	line-height: 80px;
	text-align: center;
	background-color: #FCF4F1;
	border-radius: 50%;
	color: var(--tp-theme-primary);
}

.postbox-thumb .play-btn:hover {
	background-color: var(--tp-theme-primary);
	color: var(--tp-common-white);
}

@media (max-width: 767px) {
	.postbox-thumb-sm-item {
		margin-bottom: 20px;
	}
}

.postbox-item-single:hover {
	box-shadow: none;
}

.postbox-content {
	/* padding-top: 15px; */
}

.postbox-title {
	font-size: 48px;
	line-height: 1.1;
	margin-bottom: 14px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.postbox-title {
		font-size: 28px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.postbox-title {
		font-size: 33px;
	}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.postbox-title {
		font-size: 30px;
	}
}

@media (max-width: 767px) {
	.postbox-title {
		font-size: 25px;
	}
}

.postbox-title a:hover {
	color: var(--tp-theme-primary);
}

.postbox-meta {
	margin-bottom: 11px;
}

.postbox-meta span {
	font-weight: 400;
	display: inline-block;
	margin-right: 30px;
	font-size: 18px;
	line-height: 1.5;
}

@media (max-width: 767px) {
	.postbox-meta span {
		margin-right: 15px;
	}
}

.postbox-meta span svg {
	transform: translateY(-2px);
}

.postbox-meta span:last-child {
	margin-right: 0;
}

.postbox-meta span i {
	color: var(--tp-theme-primary);
	margin-right: 3px;
}

.postbox-meta span:hover {
	color: var(--tp-theme-2);
}

.postbox-meta span:hover i {
	color: var(--tp-theme-2);
}

.postbox-text img {
	max-width: 100%;
}

.postbox-text p {
	margin-bottom: 23px;
	font-size: 18px;
	line-height: 1.5;
}

.postbox-text-single p {
	margin-bottom: 15px;
}

.postbox-text ul {
	margin-bottom: 31px;
}

.postbox-text ul li {
	font-size: 18px;
	line-height: 1.5;
	position: relative;
	list-style: none;
	padding-left: 20px;
	margin-bottom: 13px;
}

.postbox-text ul li:last-child {
	margin-bottom: 0;
}

.postbox-text ul li::before {
	position: absolute;
	content: "";
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	height: 6px;
	width: 6px;
	background-color: var(--tp-theme-primary);
}

.postbox-read-more .tp-btn {
	padding: 13px 37px;
}

.postbox-slider button {
	position: absolute;
	left: 50px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 1;
	font-size: 30px;
	color: var(--tp-common-white);
	height: 80px;
	width: 80px;
	border: 2px solid var(--tp-heading-primary);
	color: var(--tp-heading-primary);
	display: inline-block;
	border-radius: 50%;
}

@media (max-width: 767px) {
	.postbox-slider button {
		height: 50px;
		width: 50px;
	}
}

.postbox-slider button:hover {
	background: var(--tp-theme-primary);
	border-color: var(--tp-theme-primary);
	color: var(--tp-common-white);
	box-shadow: inset 0 0 0 40px var(--tp-theme-primary);
}

@media (max-width: 767px) {
	.postbox-slider button svg {
		width: 25px;
	}
}

.postbox-slider button.postbox-slider-button-next {
	left: auto;
	right: 50px;
}

@media (max-width: 767px) {
	.postbox-slider button.postbox-slider-button-next {
		right: 10px;
	}
}

@media (max-width: 767px) {
	.postbox-slider button {
		left: 10px;
	}
}

.postbox-share {
	position: relative;
	padding-top: 24px;
}

.postbox-share::before {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: rgba(72, 30, 11, 0.1);
}

.postbox-social span {
	font-weight: 700;
	font-size: 24px;
	line-height: 1;
	color: var(--tp-heading-primary);
	display: inline-block;
	margin-right: 8px;
}

.postbox-social a {
	font-size: 14px;
	color: var(--tp-common-white);
	background: #55ACEE;
	display: inline-block;
	height: 32px;
	width: 32px;
	line-height: 33px;
	border-radius: 50%;
	text-align: center;
}

.postbox-social a.social-fb {
	background: #3B5999;
}

.postbox-social a.social-pin {
	background: #BD081C;
}

.postbox-social a.social-link {
	background: #0B81DA;
}

.postbox-post {
	position: relative;
	padding-bottom: 23px;
	margin-bottom: 50px;
}

.postbox-post::before {
	position: absolute;
	content: "";
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: rgba(72, 30, 11, 0.1);
}

.postbox-post-title {
	font-size: 40px;
	margin-bottom: 13px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.postbox-post-title {
		font-size: 32px;
	}
}

@media (max-width: 767px) {
	.postbox-post-title {
		font-size: 28px;
	}
}

.postbox-post-title a {
	background-image: linear-gradient(#CD5F37, #CD5F37), linear-gradient(#CD5F37, #CD5F37);
	display: inline;
	background-size: 0% 2px, 0 2px;
	background-position: 100% 100%, 0 82%;
	background-repeat: no-repeat;
	transition: background-size 0.2s linear;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}

.postbox-post-title a:hover {
	background-size: 0% 2px, 100% 2px;
	color: var(--tp-theme-primary);
}

.postbox-post-next span {
	margin-left: 4px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
	.postbox-post-prev {
		margin-bottom: 35px;
	}
}

.postbox-post-prev span {
	margin-right: 4px;
}

.postbox-post-arrow a {
	color: var(--tp-heading-primary);
	font-size: 18px;
	line-height: 1.5;
	background-image: linear-gradient(#CD5F37, #CD5F37), linear-gradient(#CD5F37, #CD5F37);
	display: inline;
	background-size: 0% 2px, 0 2px;
	background-position: 100% 100%, 0 102%;
	background-repeat: no-repeat;
	transition: background-size 0.2s linear;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}

.postbox-post-arrow a:hover {
	background-size: 0% 2px, 100% 2px;
	color: var(--tp-theme-primary);
}

.postbox__comment ul li {
	margin-bottom: 10px;
	list-style: none;
}

.postbox__comment ul li.children {
	margin-left: 100px;
}

@media (max-width: 767px) {
	.postbox__comment ul li.children {
		margin-left: 15px;
	}
}

.postbox__comment-form {
	margin-bottom: 20px;
	padding: 40px 30px;
	box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.09);
	background: var(--tp-common-white);
}

.postbox__comment-form-title {
	font-size: 26px;
	font-weight: 600;
	margin-bottom: 40px;
}

.postbox__comment-input {
	position: relative;
	margin-bottom: 20px;
}

.postbox__comment-input span {
	font-weight: 600;
	color: var(--tp-common-black);
	margin-bottom: 12px;
	display: block;
}

.postbox__comment-input input,
.postbox__comment-input textarea {
	height: 55px;
	padding: 0 20px;
	width: 100%;
	font-size: 14px;
	color: var(--tp-common-black);
	outline: none;
	border: 1px solid transparent;
	border-radius: 7px;
	background: #f7f7f7;
}

.postbox__comment-input textarea {
	height: 175px;
	resize: none;
	padding-top: 20px;
	padding-bottom: 20px;
}

.postbox__comment-title {
	font-size: 26px;
	font-weight: 600;
	margin-bottom: 20px;
}

.postbox__comment-box {
	padding: 30px;
	padding-right: 40px;
	padding-top: 25px;
	border-radius: 4px;
}

.postbox__comment-avater img {
	width: 50px;
	height: 50px;
	border-radius: 50%;
}

.postbox__comment-name {
	margin-bottom: 5px;
}

.postbox__comment-name h5 {
	font-size: 16px;
	line-height: 1;
	margin-bottom: 0;
}

.postbox__comment-name span {
	font-size: 14px;
	color: var(--tp-text-1);
}

@media (max-width: 767px) {
	.postbox__comment-text {
		margin-left: 0;
		margin-top: 15px;
	}
}

.postbox__comment-text p {
	font-size: 16px;
	color: var(--tp-text-11);
	margin-bottom: 15px;
}

.postbox__comment-reply {
	margin-top: 10px;
}

.postbox__comment-reply a {
	display: inline-block;
	color: var(--tp-theme-primary);
	background: rgba(61, 108, 231, 0.1);
	height: 22px;
	line-height: 22px;
	padding: 0 10px;
	font-weight: 500;
	font-size: 14px;
	border-radius: 4px;
}

.postbox__comment-reply a:hover {
	color: var(--tp-common-white);
	background: var(--tp-theme-primary);
}

.postbox__comment-agree {
	padding-left: 5px;
}

.postbox__comment-agree input {
	margin: 0;
	appearance: none;
	-moz-appearance: none;
	display: block;
	width: 14px;
	height: 14px;
	background: var(--tp-common-white);
	border: 1px solid #b9bac1;
	outline: none;
	border-radius: 4px;
	flex: 0 0 auto;
	-webkit-transform: translateY(-1px);
	-moz-transform: translateY(-1px);
	-ms-transform: translateY(-1px);
	-o-transform: translateY(-1px);
	transform: translateY(-1px);
}

.postbox__comment-agree input:checked {
	position: relative;
	background-color: var(--tp-theme-primary);
	border-color: transparent;
}

.postbox__comment-agree input:checked::after {
	box-sizing: border-box;
	content: "\f00c";
	position: absolute;
	font-family: var(--tp-ff-fontawesome);
	font-size: 10px;
	color: var(--tp-common-white);
	top: 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%);
}

.postbox__comment-agree input:hover {
	cursor: pointer;
}

.postbox__comment-agree label {
	padding-left: 8px;
	color: var(--tp-text-1);
	line-height: 1;
}

.postbox__comment-agree label a {
	color: var(--tp-common-black);
	font-weight: 600;
	padding-left: 4px;
}

.postbox__comment-agree label a:hover {
	color: var(--tp-theme-primary);
}

.postbox__comment-agree label:hover {
	cursor: pointer;
}

.postbox__tag span {
	font-size: 16px;
	margin-bottom: 17px;
	color: var(--tp-common-black);
	margin-right: 10px;
}

.postbox-comment-title {
	font-size: 48px;
	margin-bottom: 40px;
}

.postbox-comment ul li {
	list-style: none;
	margin-bottom: 40px;
}

.postbox-comment ul.children {
	margin-left: 110px;
	margin-top: 40px;
}

@media (max-width: 767px) {
	.postbox-comment ul.children {
		margin-left: 0px;
	}
}

.postbox-comment-box {
	display: flex;
}

@media (max-width: 767px) {
	.postbox-comment-box {
		display: block;
	}
}

.postbox-comment-content {
	padding: 25px 30px 25px 30px;
	background: #FCF4F1;
	position: relative;
}

.postbox-comment-content::before {
	position: absolute;
	content: "";
	left: -14px;
	top: 23px;
	clip-path: polygon(100% 0, 0 46%, 100% 100%);
	height: 25px;
	width: 15px;
	background-color: #FCF4F1;
}

@media (max-width: 767px) {
	.postbox-comment-content::before {
		display: none;
	}
}

.postbox-comment-avater {
	flex: 0 0 auto;
	margin-right: 40px;
}

@media (max-width: 767px) {
	.postbox-comment-avater {
		margin-right: 0;
		margin-bottom: 15px;
	}
}

.postbox-comment-avater img {
	height: 80px;
	width: 80px;
	object-fit: cover;
}

.postbox-comment-content p {
	font-size: 18px;
	line-height: 1.5;
	margin-bottom: 0;
}

.postbox-comment-author {
	margin-bottom: 13px;
}

.postbox-comment-author span {
	font-weight: 400;
	font-size: 18px;
	line-height: 1.5;
	color: var(--tp-theme-primary);
}

.postbox-comment-author p {
	font-weight: 700;
	font-size: 24px;
	line-height: 1.5;
	color: #0C0A1F;
	margin-bottom: 0;
}

.postbox-comment-name {
	font-weight: 700;
	font-size: 24px;
	line-height: 1.5;
	color: #0C0A1F;
	margin-bottom: 0;
}

.postbox-comment-rating {
	position: absolute;
	right: 32px;
	top: 27px;
}

@media (max-width: 767px) {
	.postbox-comment-rating {
		position: inherit;
		right: 0;
		top: 0;
	}
}

.postbox-comment-rating span {
	color: var(--tp-theme-primary);
	margin: 0 -2px;
	display: inline-block;
}

.tagcloud a {
	background: var(--tp-common-white);
	color: var(--tp-text-body);
	display: inline-block;
	font-weight: 400;
	padding: 8px 8px;
	margin-bottom: 8px;
	margin-right: 6px;
	border: 0;
	font-size: 14px;
	line-height: 1;
	box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.06);
}

.tagcloud a:hover {
	background: var(--tp-theme-primary);
	color: var(--tp-common-white);
}

.tagcloud-sm span {
	font-weight: 700;
	font-size: 24px;
	line-height: 1;
	color: #0C0A1F;
	display: inline-block;
	margin-right: 8px;
}

.tagcloud-sm a {
	font-size: 14px;
	color: var(--tp-text-body);
	background: #FCF4F1;
	box-shadow: none;
}

blockquote {
	background: var(--tp-theme-primary);
	padding: 35px 39px;
	margin-bottom: 35px;
}

@media (max-width: 767px) {
	blockquote {
		padding-left: 15px;
		padding-right: 15px;
	}
}

blockquote h4 {
	font-size: 25px;
	color: var(--tp-common-white);
}

@media (max-width: 767px) {
	blockquote h4 {
		font-size: 28px;
	}
}

blockquote span {
	position: absolute;
	top: 12px;
	right: 35px;
}

blockquote cite {
	font-size: 18px;
	display: block;
	margin-top: 10px;
	color: #070337;
	font-style: inherit;
	font-weight: 600;
	position: relative;
}

blockquote cite::before {
	content: "";
	font-size: 28px;
	color: var(--tp-theme-primary);
	padding-bottom: 0px;
	display: inline-block;
	background: var(--tp-theme-primary);
	height: 2px;
	width: 40px;
	font-weight: 400;
	text-align: center;
	top: -4px;
	margin-right: 10px;
	position: relative;
}

/*----------------------------------------*/
/*  5.2 Recent Post css
/*----------------------------------------*/
@media (max-width: 767px) {
	.rc-post {
		flex-wrap: wrap;
		margin-bottom: 30px;
	}
}

.rc-post ul li:not(:last-child) {
	margin-bottom: 15px;
}

.rc-post-thumb {
	flex: 0 0 auto;
}

@media (max-width: 767px) {
	.rc-post-thumb {
		margin-bottom: 20px;
	}
}

.rc-post-thumb img {
	width: 96px;
	height: 96px;
	object-fit: cover;
}

.rc-post-title {
	margin-bottom: 13px;
	font-weight: 700;
	font-size: 20px;
	line-height: 1.5;
	color: var(--tp-heading-primary);
	font-family: var(--tp-ff-body);
}

.rc-post-title a:hover {
	color: var(--tp-theme-primary);
}

.rc-meta span {
	font-size: 18px;
	line-height: 1.5;
	font-weight: 400;
}

.rc-meta span i {
	font-size: 14;
}

/*----------------------------------------*/
/*  5.3 Sidebar css
/*----------------------------------------*/
.sidebar__banner::after {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
}

.sidebar__banner-content {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 1;
	background: var(--tp-common-white);
}

.sidebar__banner-content h4 {
	padding: 15px 20px;
	font-size: 24px;
	color: var(--tp-common-black);
	text-transform: uppercase;
	margin-bottom: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
	.sidebar-wrapper {
		margin-left: 0;
	}
}

.sidebar-widget-title {
	font-weight: 700;
	font-size: 24px;
	line-height: 1.5;
	color: #0C0A1F;
	font-family: var(--tp-ff-body);
	margin-bottom: 20px;
}

.sidebar-widget-content ul li {
	list-style: none;
	position: relative;
	padding-left: 16px;
	font-size: 18px;
	line-height: 1.5;
	margin-bottom: 16px;
	padding-bottom: 16px;
}

.sidebar-widget-content ul li:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
}

.sidebar-widget-content ul li:last-child::after {
	display: none;
}

.sidebar-widget-content ul li::after {
	position: absolute;
	content: "";
	left: 0;
	bottom: 0;
	height: 1px;
	width: 100%;
	background-color: rgba(72, 30, 11, 0.07);
}

.sidebar-widget-content ul li::before {
	position: absolute;
	content: "";
	left: 0;
	top: 12px;
	height: 6px;
	width: 6px;
	background-color: var(--tp-theme-primary);
}

.sidebar-widget-content ul li a {
	display: block;
}

.sidebar-widget-content ul li span {
	float: right;
	display: inline-block;
}

.sidebar-search {
	position: relative;
}

.sidebar-search-input {
	width: 312px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.sidebar-search-input {
		width: 100%;
	}
}

.sidebar-search-input input {
	width: 100%;
	height: 80px;
	line-height: 60px;
	background: #FCF4F1;
	padding: 0 25px;
	border-radius: 0px;
	border: none;
	outline: none;
	padding-right: 80px;
}

.sidebar-search-btn button {
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	padding: 0 30px;
	color: #fff;
	line-height: 60px;
	border-radius: 0;
	background: var(--tp-theme-primary);
}

.sidebar-widget-2 {
	padding: 32px 32px 32px 32px;
	background: #FCF4F1;
}

@media (max-width: 767px) {
	.sidebar-widget-2 {
		padding: 32px 20px 32px 20px;
	}
}

/*----------------------------------------*/
/*  5.4 Blog css
/*----------------------------------------*/
.blog-item:hover .blog-thumb img {
	transform: scale(1.08) rotate(3deg);
}

.blog-thumb img {
	width: 100%;
	-webkit-transition: all 0.5s ease-out 0s;
	-moz-transition: all 0.5s ease-out 0s;
	-ms-transition: all 0.5s ease-out 0s;
	-o-transition: all 0.5s ease-out 0s;
	transition: all 0.5s ease-out 0s;
}

.blog-content {
	background: rgba(205, 95, 55, 0.07);
	padding: 31px 35px 31px 34px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
(max-width: 767px) {
	.blog-content {
		padding: 31px 20px 31px 20px;
	}
}

.blog-title {
	font-weight: 700;
	font-size: 24px;
	line-height: 1.5;
	color: var(--tp-heading-primary);
	overflow: hidden;
    white-space: nowrap; /* Prevents the text from wrapping */
    text-overflow: ellipsis; /* Adds "..." if the text overflows */
	display: block; /* Ensure it's a block-level element */
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
	.blog-title {
		font-size: 20px;
	}
}

.blog-title a {
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}

.blog-title a:hover {
	color: var(--tp-theme-primary);
}

.blog-btn {
	position: relative;
}

.blog-btn a {
	position: relative;
	z-index: 1;
	font-size: 20px;
	line-height: 1.5;
	color: var(--tp-heading-primary);
	background-color: #FCF4F1;
	display: block;
	padding: 16px 34px;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
(max-width: 767px) {
	.blog-btn a {
		padding: 16px 20px;
	}
}

.blog-btn a::before {
	position: absolute;
	content: "";
	top: 0;
	width: 0;
	height: 100%;
	background: var(--tp-theme-primary);
	z-index: -1;
	transition: all 0.35s;
	position: absolute;
	left: auto;
	right: 0;
}

.blog-btn a span {
	display: inline-block;
}

.blog-btn a:hover {
	color: var(--tp-common-white);
}

.blog-btn a:hover span {
	animation: shake-next 1s ease infinite;
}

.blog-btn a:hover::before {
	opacity: 1;
	width: 100%;
	left: 0;
	right: auto;
}

.blog-sub-title {
	font-size: 24px;
	line-height: 1.5;
	color: var(--tp-theme-primary);
}

.blog-3-all {
	text-align: end;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
	.blog-3-all {
		text-align: start;
	}
}

.blog-3-all .tp-btn {
	padding: 23px 38px;
	font-weight: 500;
	border: 2px solid var(--tp-theme-primary);
}

.blog-3-big-item .blog-3-content {
	position: absolute;
	bottom: 30px;
	left: 30px;
	right: 30px;
	background-color: var(--tp-common-white);
	padding: 30px 30px 20px 30px;
}

@media (max-width: 767px) {
	.blog-3-big-item .blog-3-content {
		position: inherit;
		bottom: 0;
		left: 0;
		right: 0;
		padding: 30px 20px 20px 20px;
	}
}

.blog-3-content {
	padding: 47px 48px 52px 48px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {
	.blog-3-content {
		padding: 47px 28px 52px 28px;
	}
}

@media (max-width: 767px) {
	.blog-3-content {
		padding: 47px 20px 52px 20px;
	}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.blog-3-content {
		padding: 47px 40px 52px 40px;
	}
}

.blog-3-content:hover .blog-3-btn a i {
	animation: shake-next 1s ease infinite;
}

.blog-3-content p {
	font-size: 18px;
	line-height: 1.5;
	color: var(--tp-text-body);
	margin-bottom: 24px;
}

.blog-3-title {
	font-size: 40px;
	line-height: 1.1;
	color: var(--tp-heading-primary);
	margin-bottom: 15px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.blog-3-title {
		font-size: 34px;
	}
}

@media (max-width: 767px) {
	.blog-3-title {
		font-size: 26px;
	}
}

.blog-3-title a {
	background-image: linear-gradient(#481E0B, #481E0B), linear-gradient(#481E0B, #481E0B);
	display: inline;
	background-size: 0% 1px, 0 1px;
	background-position: 100% 100%, 0 82%;
	background-repeat: no-repeat;
	transition: background-size 0.4s linear;
}

.blog-3-title a:hover {
	background-size: 0% 1px, 100% 1px;
}

.blog-3-btn a {
	font-size: 20px;
	line-height: 1.5;
	color: #CD5F37;
}

.blog-3-btn a i {
	display: inline-block;
}

.blog-3-item {
	background: #FDF2ED;
}

.blog-3-item-border {
	position: relative;
	z-index: 1;
}

.blog-3-item-border::before {
	position: absolute;
	content: "";
	left: 15px;
	top: 15px;
	border: 1px solid rgba(205, 95, 55, 0.2);
	height: 90%;
	width: 94.5%;
	z-index: -1;
}

@media (max-width: 767px) {
	.blog-5-item {
		display: block !important;
	}
}

.blog-5-thumb {
	flex: 0 0 auto;
	overflow: hidden;
	border-radius: 12px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.blog-5-thumb {
		margin-right: 15px;
	}
}

@media (max-width: 767px) {
	.blog-5-thumb {
		margin-bottom: 20px;
	}
}

.blog-5-thumb a img {
	border-radius: 12px;
	-webkit-transition: all 0.4s ease-out 0s;
	-moz-transition: all 0.4s ease-out 0s;
	-ms-transition: all 0.4s ease-out 0s;
	-o-transition: all 0.4s ease-out 0s;
	transition: all 0.4s ease-out 0s;
	overflow: hidden;
}

.blog-5-thumb a img:hover {
	transform: scale(1.08);
}

.blog-5-content span {
	font-weight: 400;
	font-size: 18px;
	line-height: 1.5;
	color: var(--tp-text-body);
	display: inline-block;
	margin-bottom: 20px;
}

.blog-5-title {
	font-size: 40px;
	line-height: 1.1;
	color: var(--tp-heading-primary);
	margin-bottom: 25px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
	.blog-5-title {
		font-size: 30px;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.blog-5-title {
		font-size: 28px;
	}
}

@media (max-width: 767px) {
	.blog-5-title {
		font-size: 32px;
	}
}

.blog-5-title a:hover {
	color: var(--tp-theme-primary);
}

.blog-5-btn a {
	font-size: 20px;
	line-height: 150%;
	display: inline-block;
}

.blog-5-btn a span {
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
	color: var(--tp-text-body);
}

.blog-5-btn a:hover {
	color: var(--tp-theme-primary);
}

.blog-5-btn a:hover span {
	color: var(--tp-theme-primary);
	animation: tfLeftToRight 0.5s forwards;
}

.blog-6-item {
	position: relative;
}

.blog-6-item::before {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	border-radius: 12px;
	background-color: var(--tp-theme-6);
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}

.blog-6-item:hover::before {
	background-color: rgba(0, 0, 0, 0.6);
}

.blog-6-item:hover .blog-6-title {
	color: var(--tp-common-white);
}

.blog-6-item:hover .blog-6-content p {
	color: var(--tp-common-white);
}

.blog-6-item:hover .blog-6-btn a {
	color: var(--tp-common-white);
}

.blog-6-item:hover .blog-6-btn a span {
	animation: shake-next 1s ease infinite;
}

.blog-6-thumb {
	z-index: 1;
}

.blog-6-thumb img {
	border-radius: 12px;
}

.blog-6-content {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 2;
	padding: 45px 40px 40px 40px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
	.blog-6-content {
		padding: 25px 15px 15px 15px;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.blog-6-content {
		padding: 20px 20px 20px 20px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
	.blog-6-content {
		padding: 25px 20px 20px 20px;
	}
}

.blog-6-content p {
	font-size: 18px;
	line-height: 1.5;
	color: var(--tp-text-body);
	margin-bottom: 48px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
(max-width: 767px) {
	.blog-6-content p {
		font-size: 16px;
		margin-bottom: 20px;
	}
}

.blog-6-title {
	font-size: 40px;
	line-height: 1.1;
	margin-bottom: 24px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
	.blog-6-title {
		font-size: 34px;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.blog-6-title {
		font-size: 26px;
		margin-bottom: 12px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
	.blog-6-title {
		font-size: 28px;
		margin-bottom: 12px;
	}
}

.blog-6-title a {
	background-image: linear-gradient(#fff, #fff), linear-gradient(#fff, #fff);
	display: inline;
	background-size: 0% 1px, 0 1px;
	background-position: 100% 100%, 0 83%;
	background-repeat: no-repeat;
	transition: background-size 0.4s linear;
}

.blog-6-title a:hover {
	background-size: 0% 1px, 100% 1px;
}

.blog-6-btn a {
	font-size: 20px;
	line-height: 1.5;
	display: inline-block;
	color: var(--tp-theme-primary);
}

.blog-6-btn a span {
	display: inline-block;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
	.blog-7-all {
		text-align: start !important;
	}
}

.blog-7-all .tp-btn {
	padding: 23px 36px;
}

.blog-7-item:hover .blog-7-thumb img {
	transform: scale(1.02);
}

.blog-7-thumb {
	margin-bottom: 22px;
}

.blog-7-thumb img {
	-webkit-transition: all 0.5s ease-out 0s;
	-moz-transition: all 0.5s ease-out 0s;
	-ms-transition: all 0.5s ease-out 0s;
	-o-transition: all 0.5s ease-out 0s;
	transition: all 0.5s ease-out 0s;
	width: 100%;
}

.blog-7-content span {
	font-weight: 400;
	font-size: 18px;
	line-height: 1.5;
	color: var(--tp-text-body);
	display: inline-block;
	margin-bottom: 12px;
}

.blog-7-title {
	font-size: 40px;
	line-height: 1.1;
	margin-bottom: 15px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.blog-7-title {
		font-size: 30px;
	}
}

.blog-7-title a:hover {
	color: var(--tp-theme-primary);
}

.blog-7-btn a {
	font-size: 20px;
	line-height: 1.5;
	color: var(--tp-text-body);
	display: inline-block;
}

.blog-7-btn a span {
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}

.blog-7-btn a:hover {
	color: var(--tp-theme-primary);
}

.blog-7-btn a:hover span {
	color: var(--tp-theme-primary);
	animation: tfLeftToRight 0.5s forwards;
}

.blog-7-banner {
	background-color: var(--tp-theme-4);
	padding: 94px 45px 94px 45px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.blog-7-banner {
		padding: 50px 15px 50px 15px;
	}
}

@media (max-width: 767px) {
	.blog-7-banner {
		padding: 74px 25px 74px 25px;
	}
}

.blog-7-banner-title {
	font-size: 48px;
	line-height: 1.1;
	margin-bottom: 0;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.blog-7-banner-title {
		font-size: 40px;
	}
}

@media (max-width: 767px) {
	.blog-7-banner-title {
		font-size: 34px;
	}
}

/*----------------------------------------*/
/*  6.1 Footer Style 1
/*----------------------------------------*/
/* footer col design for home 1 */
.footer-col-1 {
	margin-right: -20px;
}

@media (max-width: 767px) {
	.footer-col-1 {
		margin-right: 0;
	}
}

.footer-col-2 {
	padding-left: 145px;
	margin-right: -50px;
	position: relative;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
	.footer-col-2 {
		padding-left: 105px;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.footer-col-2 {
		padding-left: 30px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.footer-col-2 {
		padding-left: 30px;
		margin-right: 0;
	}
}

@media (max-width: 767px) {
	.footer-col-2 {
		margin-right: 0;
		padding-left: 0;
	}
}

.footer-col-2::before {
	position: absolute;
	content: "";
	left: 80px;
	top: 57%;
	transform: translateY(-50%);
	height: 516px;
	width: 1px;
	background: rgba(72, 30, 11, 0.1);
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
	.footer-col-2::before {
		display: none;
	}
}

.footer-col-3 {
	padding-left: 135px;
	position: relative;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.footer-col-3 {
		padding-left: 50px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
	.footer-col-3 {
		padding-left: 0px;
	}
}

.footer-col-3::before {
	position: absolute;
	content: "";
	left: 80px;
	top: 52%;
	transform: translateY(-50%);
	height: 516px;
	width: 1px;
	background: rgba(72, 30, 11, 0.1);
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
	.footer-col-3::before {
		display: none;
	}
}

.footer-col-3::after {
	position: absolute;
	content: "";
	left: 80px;
	top: 52%;
	transform: translateY(-50%);
	height: 1px;
	width: 768px;
	background: rgba(72, 30, 11, 0.1);
}

@media only screen and (min-width: 1600px) and (max-width: 1700px) {
	.footer-col-3::after {
		width: 100%;
	}
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
	.footer-col-3::after {
		width: 80%;
	}
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
	.footer-col-3::after {
		width: 90%;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
	.footer-col-3::after {
		display: none;
	}
}

.footer-col-3 .footer-link {
	padding-bottom: 50px;
}

.footer-col-3 .footer-link ul li {
	float: left;
	width: 33.33%;
}

.footer-logo {
	margin-bottom: 28px;
}

.footer-info p {
	font-size: 20px;
	line-height: 1.5;
	margin-bottom: 30px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.footer-info p {
		font-size: 18px;
	}
}

@media (max-width: 767px) {
	.footer-info p br {
		display: none;
	}
}

.footer-social a {
	display: inline-block;
	width: 56px;
	height: 56px;
	line-height: 56px;
	text-align: center;
	border-radius: 50%;
	border: 1px solid rgba(72, 30, 11, 0.1);
	color: var(--tp-heading-primary);
	font-size: 20px;
	margin-right: 18px;
}

.footer-social a:last-child {
	margin-right: 0;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {
	.footer-social a {
		margin-right: 12px;
	}
}

.footer-social a:hover {
	background-color: #CD5F37;
	color: var(--tp-common-white);
}

.footer-title {
	font-weight: 700;
	font-size: 24px;
	line-height: 1.5;
	color: var(--tp-heading-primary);
	margin-bottom: 35px;
	display: inline-block;
}

.footer-link li {
	list-style: none;
	margin-bottom: 25px;
}

.footer-link li:last-child {
	margin-bottom: 0;
}

.footer-link li a {
	font-size: 20px;
	line-height: 1;
	color: var(--tp-text-body);
	display: inline-block;
	position: relative;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.footer-link li a {
		font-size: 18px;
	}
}

.footer-link li a:hover {
	color: var(--tp-theme-primary);
}

.footer-link li a:hover::before {
	opacity: 1;
	width: 100%;
	left: 0;
	right: auto;
	transition: all 0.2s linear;
}

.footer-link li a::before {
	position: absolute;
	content: "";
	width: 0;
	height: 1px;
	background: #CD5F37;
	left: auto;
	right: 0;
	bottom: -1px;
	opacity: 0;
	transition: all 0.3s linear;
}

.footer-input {
	width: 410px;
}

.footer-input input {
	width: 100%;
	height: 80px;
	background-color: rgba(205, 95, 55, 0.1);
	border: none;
	font-size: 20px;
	padding: 10px 40px;
	border: 1px solid transparent;
}

.footer-input input::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: #6A5952;
	font-size: 20px;
	border: 1px solid transparent;
}

.footer-input input::-moz-placeholder {
	/* Firefox 19+ */
	color: #6A5952;
	font-size: 20px;
	border: 1px solid transparent;
}

.footer-input input:-moz-placeholder {
	/* Firefox 4-18 */
	color: #6A5952;
	font-size: 20px;
	border: 1px solid transparent;
}

.footer-input input:-ms-input-placeholder {
	/* IE 10+  Edge*/
	color: #6A5952;
	font-size: 20px;
	border: 1px solid transparent;
}

.footer-input input::placeholder {
	/* MODERN BROWSER */
	color: #6A5952;
	font-size: 20px;
	border: 1px solid transparent;
}

.footer-input input:focus {
	border-color: var(--tp-theme-primary);
}

.footer-input input:focus::placeholder {
	font-size: 0;
}

.footer-newsletter-wrapper {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.footer-newsletter-submit {
	margin-left: 6px;
}

.footer-newsletter-submit button {
	height: 80px;
	width: 80px;
	line-height: 80px;
	background-color: var(--tp-theme-primary);
	display: inline-block;
	font-size: 28px;
	color: var(--tp-common-white);
}

.footer-newsletter-submit button:hover {
	box-shadow: inset 0 0 0 60px #FAEFEB;
	color: var(--tp-theme-primary);
}

.footer-newsletter-submit button span {
	display: inline-block;
}

.footer-copyright span {
	font-size: 18px;
	line-height: 1.5;
	color: var(--tp-text-body);
	display: inline-block;
	padding: 22px 0;
}

.footer-bottom-1 {
	border-top: 1px solid rgba(72, 30, 11, 0.1);
	margin-right: 95px;
	margin-left: 95px;
}

@media (max-width: 767px) {
	.footer-bottom-1 {
		margin-right: 0;
		margin-left: 0;
	}
}

/*----------------------------------------*/
/*  6.2 Footer Style 2
/*----------------------------------------*/
.footer-2-col-2 {
	padding-left: 80px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
	.footer-2-col-2 {
		padding-left: 50px;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.footer-2-col-2 {
		padding-left: 40px;
		margin-right: -30px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
	.footer-2-col-2 {
		padding-left: 0px;
	}
}

.footer-2-col-3 {
	padding-left: 37px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
	.footer-2-col-3 {
		padding-left: 0px;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.footer-2-col-3 {
		margin-left: -15px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
	.footer-2-col-3 {
		padding-left: 0px;
	}
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
	.footer-2-col-4 {
		margin-left: -45px;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.footer-2-col-4 {
		margin-left: -30px;
	}
}

.footer-2-col-4 .footer-link li span {
	font-size: 20px;
	line-height: 1;
	color: var(--tp-text-body);
	display: inline-block;
	position: relative;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.footer-2-col-4 .footer-link li span {
		font-size: 18px;
	}
}

.footer-info-list {
	margin-top: -8px;
}

.footer-info-list li {
	list-style: none;
	position: relative;
	padding-left: 35px;
	font-size: 20px;
	line-height: 1.5;
	color: var(--tp-text-body);
	margin-bottom: 20px;
}

.footer-info-list li:last-child {
	margin-bottom: 0;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.footer-info-list li {
		padding-left: 25px;
		font-size: 18px;
	}
}

.footer-info-list li i {
	position: absolute;
	left: 0;
	top: 0;
}

.footer-bottom-2 span {
	padding: 14.5px 0;
}

/*----------------------------------------*/
/*  6.3 Footer Style 3
/*----------------------------------------*/
.footer-top-3 {
	border-top: 1px solid rgba(72, 30, 11, 0.1);
	border-bottom: 1px solid rgba(72, 30, 11, 0.1);
}

.footer-bottom-3 .footer-copyright span {
	padding: 25px 0;
}

.footer-3-col-2 {
	padding-left: 55px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.footer-3-col-2 {
		margin-left: -12px;
		margin-right: -10px;
	}
}

@media (max-width: 767px) {
	.footer-3-col-2 {
		padding-left: 0;
	}
}

.footer-3-col-3 {
	margin-left: -20px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.footer-3-col-3 {
		margin-left: 0px;
		margin-right: -16px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
	.footer-3-col-3 {
		margin-left: 0;
	}
}

.footer-post-3-thumb {
	margin-right: 20px;
	flex: 0 0 auto;
}

@media (max-width: 767px) {
	.footer-post-3-thumb {
		margin-right: 10px;
	}
}

.footer-post-3-thumb img {
	height: 96px;
	width: 96px;
	object-fit: cover;
}

.footer-post-3-title {
	font-weight: 700;
	font-size: 20px;
	line-height: 1.5;
	color: var(--tp-heading-primary);
	display: block;
	margin-bottom: 8px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.footer-post-3-title {
		font-size: 18px;
	}
}

@media (max-width: 767px) {
	.footer-post-3-title {
		font-size: 17px;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
	.footer-post-3-title br {
		display: none;
	}
}

.footer-post-3-title a:hover {
	color: var(--tp-theme-primary);
}

.footer-post-3-date {
	font-size: 18px;
	line-height: 1.5;
	color: var(--tp-text-body);
}

.footer-post-3-date i {
	transform: translateY(-2px);
	display: inline-block;
}

/*----------------------------------------*/
/*  6.4 Footer Style 4
/*----------------------------------------*/
.footer-4-col-2 {
	margin-left: -25px;
}

@media (max-width: 767px) {
	.footer-4-col-2 {
		margin-left: 0px;
	}
}

.footer-4-col-3 {
	margin-left: 85px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
	.footer-4-col-3 {
		margin-left: 0px;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.footer-4-col-3 {
		margin-left: -60px;
	}
}

.footer-top-4 .footer-link li {
	margin-bottom: 26px;
}

.footer-top-4 .footer-link li a {
	color: var(--tp-common-white);
}

.footer-top-4 .footer-link li a::before {
	background: #FFF;
}

.footer-top-4-border {
	border-top: 1px solid rgba(255, 255, 255, 0.3);
}

.footer-appoinment .appoinment {
	font-size: 80px;
	line-height: 1.1;
	color: #FFFFFF;
	margin-bottom: 0;
	margin-top: -7px;
}

@media (max-width: 767px) {
	.footer-appoinment .appoinment {
		font-size: 34px;
	}
}

@media (max-width: 767px) {
	.footer-appoinment .appoinment br {
		display: none;
	}
}

.footer-appoinment a {
	flex: 0 0 auto;
	display: inline-block;
	height: 80px;
	width: 80px;
	line-height: 80px;
	color: var(--tp-theme-primary);
	background-color: var(--tp-common-white);
	border-radius: 50%;
	text-align: center;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.footer-appoinment a {
		height: 70px;
		width: 70px;
		line-height: 70px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.footer-appoinment a {
		height: 70px;
		width: 70px;
		line-height: 70px;
		margin-left: 20px;
	}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.footer-appoinment a {
		height: 60px;
		width: 60px;
		line-height: 60px;
	}
}

@media (max-width: 767px) {
	.footer-appoinment a {
		height: 50px;
		width: 50px;
		line-height: 49px;
		margin-left: 20px;
		transform: translateY(-8px);
	}
}

.footer-appoinment a:hover {
	box-shadow: inset 0 0 0 40px #E6AF9B;
	color: var(--tp-common-white);
}

@media (max-width: 767px) {
	.footer-appoinment a svg {
		width: 24px;
	}
}

.footer-bottom-4 {
	background: rgba(255, 255, 255, 0.06);
}

.footer-bottom-4 span {
	font-size: 18px;
	line-height: 1.5;
	color: #FFFFFF;
	opacity: 0.7;
	padding: 15px 0;
}

/*----------------------------------------*/
/*  6.5 Footer Style 5
/*----------------------------------------*/
.footer-5-col-2 {
	margin-left: 70px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
(max-width: 767px) {
	.footer-5-col-2 {
		margin-left: 0;
	}
}

.footer-5-col-3 {
	margin-left: -25px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.footer-5-col-3 {
		margin-left: -18px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
	.footer-5-col-3 {
		margin-left: 0px;
	}
}

.footer-5-col-4 {
	margin-left: 25px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.footer-5-col-4 {
		margin-left: -50px;
	}
}

@media (max-width: 767px) {
	.footer-5-col-4 {
		margin-left: 0px;
	}
}

.footer-5-logo {
	padding: 65px 0 68px 0;
}

.footer-5-support span {
	font-size: 24px;
	line-height: 1.5;
	color: var(--tp-common-white);
}

@media (max-width: 767px) {
	.footer-5-support span {
		font-size: 20px;
	}
}

.footer-5-form input {
	width: 100%;
	height: 64px;
	background-color: var(--tp-common-white);
	border: none;
	border-radius: 44px;
	margin-bottom: 14px;
}

.footer-5-form input::placeholder {
	font-size: 20px;
	line-height: 1.5;
	color: var(--tp-text-body);
}

.footer-5-form input:focus::placeholder {
	font-size: 0;
}

.footer-5-form .submit-btn {
	font-weight: 500;
	font-size: 20px;
	line-height: 1.5;
	color: var(--tp-common-white);
	background-color: var(--tp-theme-primary);
	border-radius: 44px;
	width: 100%;
	text-align: center;
	padding: 17px 0;
}

.footer-5-form .submit-btn:hover {
	background-color: var(--tp-common-white);
	color: var(--tp-theme-primary);
}

.footer-5-border {
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-top-5 .footer-title {
	color: var(--tp-common-white);
}

.footer-top-5 .footer-link li a {
	color: rgba(255, 255, 255, 0.7);
}

.footer-top-5 .footer-link li a:hover {
	color: var(--tp-theme-primary);
}

.footer-top-5 .footer-info p {
	color: rgba(255, 255, 255, 0.7);
	margin-bottom: 20px;
}

.footer-top-5 .footer-post-3-title {
	color: var(--tp-common-white);
}

.footer-top-5 .footer-post-3-date {
	color: rgba(255, 255, 255, 0.7);
}

.footer-top-5 .footer-post-3-date i svg {
	color: rgba(255, 255, 255, 0.7);
}

.footer-top-5 .footer-post-3-thumb img {
	border-radius: 6px;
}

.footer-bottom-5 .footer-copyright span {
	color: rgba(255, 255, 255, 0.7);
}

/*----------------------------------------*/
/*  6.6 Footer Style 6
/*----------------------------------------*/
.footer-6-col-1 {
	margin-bottom: 50px;
}

.footer-6-col-2 {
	margin-bottom: 35px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {
	.footer-6-col-2 {
		margin-left: -20px;
	}
}

.footer-6-col-3 {
	margin-bottom: 105px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {
	.footer-6-col-3 {
		margin-left: -20px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.footer-6-col-3 {
		margin-bottom: 50px;
	}
}

.footer-6-col-4 {
	margin-left: 30px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.footer-6-col-4 {
		margin-left: -40px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
	.footer-6-col-4 {
		margin-left: 0px;
		margin-bottom: 50px;
	}
}

.footer-6-col-4 .footer-link li {
	list-style: none;
	margin-bottom: 25px;
	width: 50%;
	float: left;
}

@media (max-width: 767px) {
	.footer-6-col-4 .footer-link li {
		width: 100%;
	}
}

.footer-6-cta-title {
	font-size: 48px;
	line-height: 1.1;
	color: var(--tp-common-white);
}

@media (max-width: 767px) {
	.footer-6-cta-title {
		font-size: 40px;
		margin-bottom: 20px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
	.footer-6-support {
		text-align: start !important;
	}
}

.footer-6-support a {
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 40px;
	display: inline-block;
	padding: 21px 52px;
	font-weight: 400;
	font-size: 24px;
	line-height: 1.5;
	color: var(--tp-common-white);
}

@media (max-width: 767px) {
	.footer-6-support a {
		font-size: 18px;
	}
}

.footer-6-support a:hover {
	border-color: var(--tp-theme-primary);
}

.footer-6-support a span {
	margin-right: 10px;
	padding-right: 17px;
	position: relative;
	display: inline-block;
	transform: translateY(-2px);
}

.footer-6-support a span::before {
	position: absolute;
	content: "";
	top: 50%;
	transform: translateY(-50%);
	right: 0;
	height: 20px;
	width: 1px;
	background-color: rgba(255, 255, 255, 0.2);
}

.footer-6-border {
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-6-contact {
	padding: 137px 0 50px 0;
}

.footer-6-top .footer-info p {
	color: rgba(255, 255, 255, 0.7);
}

.footer-6-top .footer-title {
	color: var(--tp-common-white);
	margin-bottom: 25px;
}

.footer-6-top .footer-link li a {
	display: block;
	color: rgba(255, 255, 255, 0.8);
	font-size: 20px;
	line-height: 1.5;
	display: inline-block;
}

.footer-6-top .footer-link li a:hover {
	color: var(--tp-common-white);
}

.footer-6-top .footer-link li a::before {
	bottom: 4px;
	background: var(--tp-common-white);
}

.footer-6-top .footer-link li p {
	display: block;
	color: rgba(255, 255, 255, 0.8);
	font-size: 20px;
	line-height: 1.5;
	margin-bottom: 0;
}

.footer-6 .footer-social a {
	border: 1px solid rgba(255, 255, 255, 0.12);
	color: var(--tp-common-white);
}

/*----------------------------------------*/
/*  6.7 Footer Style 7
/*----------------------------------------*/
.footer-7-info a {
	font-size: 48px;
	line-height: 1.1;
	display: inline-block;
}

@media (max-width: 767px) {
	.footer-7-info a {
		font-size: 24px;
	}
}

.footer-7-info a:hover {
	color: var(--tp-theme-primary);
}

.footer-7-btn {
	margin-bottom: 0;
}

.footer-7-btn a {
	font-size: 48px;
	line-height: 1.1;
	color: var(--tp-common-white);
	background-color: var(--tp-theme-primary);
	display: inline-block;
	width: 100%;
	text-align: center;
	padding: 41px 10px;
	border: 2px solid var(--tp-theme-primary);
}

@media (max-width: 767px) {
	.footer-7-btn a {
		font-size: 34px;
	}
}

.footer-7-btn a:hover {
	background-color: var(--tp-common-white);
	color: var(--tp-theme-primary);
}

.footer-7-main {
	/* border-top: 1px solid rgba(72, 30, 11, 0.1);
  border-bottom: 1px solid rgba(72, 30, 11, 0.1); */
}

.footer-7-list ul {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

@media (max-width: 767px) {
	.footer-7-list ul {
		flex-wrap: wrap;
	}
}

.footer-7-list ul li {
	/* list-style: none;
  border-right: 1px solid rgba(72, 30, 11, 0.1);
  width: 20%; */
}

@media (max-width: 767px) {
	.footer-7-list ul li {
		width: 100%;
		border-right: 0;
	}
}

.footer-7-list ul li:first-child {
	/* border-left: 1px solid rgba(72, 30, 11, 0.1); */
}

@media (max-width: 767px) {
	.footer-7-list ul li:first-child {
		border-left: 0;
	}
}

.footer-7-list ul li a {
	font-size: 20px;
	line-height: 1.5;
	color: var(--tp-text-body);
	display: block;
	padding: 20px 30px;
	text-align: center;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.footer-7-list ul li a {
		padding: 20px 5px;
		font-size: 18px;
	}
}

.footer-7-list ul li a:hover {
	color: var(--tp-theme-primary);
	/* color: var(--tp-common-white); */
}

@media (max-width: 767px) {
	.footer-7-payment {
		text-align: center !important;
		padding-bottom: 30px;
	}
}

.footer-bottom-7 .footer-copyright span {
	font-size: 18px;
	line-height: 1.5;
	color: rgba(72, 30, 11, 0.7);
	padding: 42px 0;
}

/*----------------------------------------*/
/*  7.1 Slider css
/*----------------------------------------*/
.beforeAfter {
	height: 570px;
}

@media (max-width: 767px) {
	.beforeAfter {
		height: 500px;
	}
}

.beforeAfter img {
	max-width: inherit;
	height: 570px;
	object-fit: cover;
}

@media (max-width: 767px) {
	.beforeAfter img {
		height: 500px;
	}
}

.before-after-2-thumb {
	margin-left: -30px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
	.before-after-2-thumb {
		margin-left: 0;
	}
}

.before-after-2-thumb .beforeAfter img {
	border-radius: 6px;
}

.before-after-2 .tpsection p {
	margin-bottom: 40px;
}

/*----------------------------------------*/
/*  7.2 About css
/*----------------------------------------*/
.about-left span {
	display: inline-block;
	transform: translateY(20px);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.about-left span {
		transform: translateY(0px);
	}
}

.about-left img {
	height: 86px;
	width: 266px;
	object-fit: cover;
	border-radius: 44px;
}

.about-thumb img {
	height: 340px;
	width: 340px;
	object-fit: cover;
	border-radius: 50%;
	-webkit-animation: img-border 5s linear infinite alternate;
	-moz-animation: img-border 5s linear infinite alternate;
	-o-animation: img-border 5s linear infinite alternate;
	animation: img-border 5s linear infinite alternate;
	transition: all 0.3s ease-out 0s;
}

@media (max-width: 767px) {
	.about-thumb img {
		width: 100%;
	}
}

.about-box-content {
	box-shadow: 0px 25px 65px rgba(0, 0, 0, 0.08);
	background-color: var(--tp-common-white);
	padding: 31px 28px 25px 28px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.about-box-content {
		padding: 21px 15px 25px 15px;
	}
}

.about-box-content:hover .about-box-shape {
	opacity: 1;
	visibility: visible;
}

.about-box-content p {
	position: relative;
	font-size: 20px;
	line-height: 1.5;
	color: #6A5952;
	padding-left: 28px;
	margin-bottom: 28px;
}

.about-box-content p::before {
	position: absolute;
	content: "";
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	height: calc(100% - 16px);
	width: 1px;
	background-color: var(--tp-text-body);
	opacity: 0.2;
}

.about-box-title {
	font-size: 48px;
	line-height: 0.9;
	color: var(--tp-text-1);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.about-box-title {
		font-size: 40px;
	}
}

.about-box-shape {
	position: absolute;
	bottom: 12px;
	right: 18px;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}

.about-box-2 {
	background: var(--tp-common-1);
}

.about-2-shape-1 {
	margin-left: -15px;
}

@media (max-width: 767px) {
	.about-2-shape-1 {
		margin-left: 15px;
		margin-bottom: 40px;
	}
}

.about-2-shape-1 img {
	height: 150px;
	width: 148px;
	border-radius: 50%;
	animation: tprotate 10s ease-in-out 0.1s forwards infinite;
}

.about-2-thumb {
	display: flex;
	flex-wrap: nowrap;
}

@media (max-width: 767px) {
	.about-2-thumb {
		flex-wrap: wrap;
	}
}

.about-2-thumb li {
	list-style: none;
	margin-right: 22px;
}

.about-2-thumb li:last-child {
	margin-right: 0;
}

.about-2-thumb li img {
	border-radius: 6px;
}

.about-3-capsul span {
	display: inline-block;
	line-height: 1;
	transform: translateY(25px);
}

.about-3-capsul span img {
	height: 136px;
	width: 279px;
	object-fit: cover;
	border-radius: 44px;
}

.about-3-wrap .tpsection-title {
	font-size: 134px;
	line-height: 1.2;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
	.about-3-wrap .tpsection-title {
		font-size: 110px;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.about-3-wrap .tpsection-title {
		font-size: 86px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.about-3-wrap .tpsection-title {
		font-size: 55px;
	}
}

@media (max-width: 767px) {
	.about-3-wrap .tpsection-title {
		font-size: 38px;
	}
}

.about-3-video {
	display: inline-block;
}

.about-3-play {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	right: 0;
	margin: 0 auto;
	text-align: center;
}

.about-3-play a {
	width: 82px;
	height: 82px;
	line-height: 82px;
	text-align: center;
	border-radius: 50%;
	background-color: var(--tp-common-white);
	text-align: center;
	border-radius: 50%;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}

.about-3-play a:hover {
	background-color: var(--tp-theme-primary);
}

.about-3-play a:hover i {
	color: var(--tp-common-white);
}

.about-3-play a i {
	color: var(--tp-theme-primary);
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
	transform: translate(2px, -2px);
	display: inline-block;
	height: 0;
}

.about-3-play a i:hover {
	background-color: var(--tp-theme-primary);
	color: var(--tp-common-white);
}

.about-3-list-item {
	display: flex;
}

.about-3-list-item:hover .about-3-list-icon i,
.about-3-list-item:hover .about-3-list-icon span {
	box-shadow: inset 0 0 0 60px var(--tp-theme-primary);
	color: var(--tp-common-white);
}

@media (max-width: 767px) {
	.about-3-list-item {
		display: block;
	}
}

.about-3-list-icon {
	flex: 0 0 auto;
	margin-right: 30px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.about-3-list-icon {
		margin-right: 15px;
	}
}

@media (max-width: 767px) {
	.about-3-list-icon {
		margin-right: 0px;
		margin-bottom: 20px;
	}
}

.about-3-list-icon i,
.about-3-list-icon span {
	width: 96px;
	height: 96px;
	line-height: 96px;
	text-align: center;
	border-radius: 50%;
	display: inline-block;
	border: 1px solid #CD5F37;
	color: var(--tp-theme-primary);
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {

	.about-3-list-icon i,
	.about-3-list-icon span {
		width: 76px;
		height: 76px;
		line-height: 76px;
		text-align: center;
		border-radius: 50%;
	}
}

.about-3-list-title {
	font-size: 48px;
	line-height: 1.1;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {
	.about-3-list-title {
		font-size: 40px;
	}
}

@media (max-width: 767px) {
	.about-3-list-title {
		font-size: 32px;
	}
}

.about-3-list-content P {
	font-size: 20px;
	line-height: 1.5;
	color: var(--tp-text-body);
}

.about-4-thumb img {
	border-radius: 12px;
}

@media (max-width: 767px) {
	.about-4-thumb-1 {
		margin-top: 0;
		margin-bottom: 20px;
	}
}

.about-4-thumb-box-2 {
	margin-left: -24px;
}

@media (max-width: 767px) {
	.about-4-thumb-box-2 {
		margin-left: 0;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
	.about-5-wrapper {
		margin-left: 0;
	}
}

.about-5-thumb img {
	border-radius: 12px;
}

.about-5-content p {
	font-size: 20px;
	line-height: 1.5;
	color: var(--tp-text-body);
	margin-bottom: 44px;
}

.about-6-title {
	font-size: 80px;
	line-height: 1.1;
	color: var(--tp-common-black);
	margin-bottom: 42px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.about-6-title {
		font-size: 58px;
	}
}

@media (max-width: 767px) {
	.about-6-title {
		font-size: 60px;
	}
}

.about-6-title-2 {
	flex: 0 0 auto;
	font-size: 80px;
	line-height: 1.1;
	color: var(--tp-common-black);
	margin-right: 40px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.about-6-title-2 {
		font-size: 50px;
	}
}

.about-6-shape-1 {
	margin-bottom: 25px;
}

.about-6-shape-2 {
	margin-left: 38px;
	margin-right: 37px;
	margin-bottom: 25px;
}

.about-6-shape-3 {
	margin-bottom: 25px;
}

.about-6-btn {
	flex: 0 0 auto;
	margin-right: 40px;
}

.about-6-btn .tp-round-btn {
	background-color: var(--tp-theme-4);
	font-weight: 500;
	font-size: 20px;
	line-height: 1.5;
	border-color: var(--tp-theme-4);
	padding: 21px 78px;
	color: var(--tp-heading-primary);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.about-6-btn .tp-round-btn {
		padding: 14px 38px;
	}
}

.about-6-btn .tp-round-btn:hover {
	background-color: var(--tp-common-white);
	color: var(--tp-heading-primary);
}

.about-6-wrap p {
	font-size: 24px;
	line-height: 1.5;
	color: #6A5952;
	margin-bottom: 30px;
}

.about-6-border {
	border-bottom: 1px solid rgba(72, 30, 11, 0.1);
}

.about-inner ul {
	display: inline-block;
	position: relative;
	padding-top: 33px;
	margin-bottom: 20px;
}

.about-inner ul::before {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	width: 100%;
	height: 1px;
	background-color: rgba(72, 30, 11, 0.1);
}

.about-inner ul li {
	list-style: none;
	width: 50%;
	float: left;
	font-size: 18px;
	line-height: 1.5;
	margin-bottom: 22px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.about-inner ul li {
		font-size: 16px;
	}
}

@media (max-width: 767px) {
	.about-inner ul li {
		width: 100%;
	}
}

.about-inner ul li span {
	margin-right: 8 px;
	display: inline-block;
	color: var(--tp-theme-primary);
}

.about-inner-btn .tp-btn {
	padding: 23px 36px;
}

.about-inner-thumb {
	position: relative;
	display: inline-block;
}

.about-inner-thumb::before {
	position: absolute;
	content: "";
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	height: 102%;
	width: 102%;
	border-radius: 300px;
	z-index: -1;
	background-color: rgba(205, 95, 55, 0.4);
}

.process-5 {
	padding: 33px 32px;
	background: var(--tp-theme-6);
	border-radius: 12px;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.process-5 {
		padding: 25px 18px;
	}
}

@media (max-width: 767px) {
	.process-5 {
		padding: 33px 22px;
	}
}

.process-5:hover {
	background-color: var(--tp-theme-primary);
	transform: translateY(-25px);
}

.process-5:hover .process-5-title {
	color: var(--tp-common-white);
}

.process-5:hover.process-5 p {
	color: var(--tp-common-white);
}

.process-5-title {
	line-height: 110%;
	color: var(--tp-heading-primary);
	font-size: 48px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
(max-width: 767px) {
	.process-5-title {
		font-size: 36px;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.process-5-title {
		font-size: 30px;
	}
}

.process-5 p {
	font-size: 20px;
	line-height: 1.5;
	color: var(--tp-text-body);
	margin-bottom: 0;
}

.story-6-thumb {
	position: relative;
	display: inline-block;
	z-index: 1;
}

.story-6-thumb::before {
	position: absolute;
	content: "";
	z-index: -1;
	height: 100%;
	width: 100%;
	background-color: var(--tp-theme-primary);
	bottom: -24px;
	left: -24px;
	border-radius: 24px;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}

.story-6-thumb:hover::before {
	bottom: 0;
	left: 0;
}

.story-6-thumb img {
	border-radius: 24px;
}

.story-6-time-item span {
	font-weight: 400;
	font-size: 20px;
	line-height: 1.5;
	color: var(--tp-text-body);
	display: inline-block;
	margin-bottom: 17px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
	.story-6-time-item span {
		font-size: 18px;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.story-6-time-item span {
		font-size: 16px;
	}
}

.story-6-btn .tp-round-btn {
	background-color: var(--tp-theme-4);
	border-color: var(--tp-theme-4);
	color: var(--tp-heading-primary);
}

.story-6-btn .tp-round-btn:hover {
	background-color: var(--tp-common-white);
}

.history-thumb {
	clip-path: polygon(98% 46%, 100% 50%, 98% 54%, 98% 100%, 0 100%, 0 0, 98% 0);
	width: calc(100% + 9px);
}

@media (max-width: 767px) {
	.history-thumb {
		width: calc(100% + 0px);
	}
}

.history-thumb img {
	width: calc(100% + 9px);
}

.history-thumb-2 {
	clip-path: polygon(2% 47%, 0 50%, 2% 53%, 2% 100%, 100% 100%, 100% 0, 2% 0);
	width: calc(100% + 12px);
	margin-left: -12px;
}

@media (max-width: 767px) {
	.history-thumb-2 {
		width: calc(100% + 0px);
		margin-left: 0;
	}
}

.history-thumb-2 img {
	width: 100%;
}

.history-item-icon {
	flex: 0 0 auto;
	margin-right: 30px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
(max-width: 767px) {
	.history-item-icon {
		margin-right: 0;
		margin-bottom: 20px;
	}
}

.history-item-icon i {
	border: 1px solid rgba(72, 30, 11, 0.1);
	padding: 8px 8px;
	display: inline-block;
}

.history-item-icon i span {
	height: 72px;
	width: 72px;
	line-height: 72px;
	text-align: center;
	display: inline-block;
	color: var(--tp-theme-primary);
	background-color: var(--tp-common-white);
}

.history-item-content p {
	font-size: 18px;
	line-height: 1.5;
	margin-bottom: 0;
}

.history-item-title {
	font-size: 40px;
}

@media (max-width: 767px) {
	.history-item-title {
		font-size: 30px;
	}
}

.history-item-main ul li {
	list-style: none;
	position: relative;
	z-index: 1;
}

.history-item-main ul li:hover::before {
	opacity: 1;
	visibility: visible;
	height: 100%;
}

.history-item-main ul li:last-child::before {
	top: 0;
	height: calc(100% - 40px);
	transform: translate(-50%, 0%);
}

.history-item-main ul li::before {
	position: absolute;
	content: "";
	height: 100%;
	width: 1px;
	border: 1px dashed var(--tp-theme-primary);
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: -1;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}

.history-item-year span {
	font-weight: 700;
	font-size: 24px;
	background: #FAEFEB;
	color: var(--tp-heading-primary);
	height: 110px;
	width: 110px;
	line-height: 105px;
	text-align: center;
	border-radius: 50%;
	display: inline-block;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
	border: 5px solid #fff;
}

.history-item-meta:hover .history-item-year span {
	color: var(--tp-common-white);
	background-color: var(--tp-theme-primary);
}

.history-content-box {
	padding: 40px 40px 31px 40px;
	background-color: #FAEFEB;
	display: flex;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.history-content-box {
		padding: 30px 20px 30px 20px;
		display: block;
	}
}

@media (max-width: 767px) {
	.history-content-box {
		padding: 30px 20px 20px 20px;
		display: block;
	}
}

/*----------------------------------------*/
/*  7.3 Brand css
/*----------------------------------------*/
@media (max-width: 767px) {
	.brand-item {
		text-align: center;
	}
}

.brand-item a {
	height: 140px;
	width: 300px;
	border: 1px solid rgba(72, 30, 11, 0.1);
	border-radius: 120px;
	display: inline-block;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: var(--tp-common-white);
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.brand-item a {
		height: 110px;
		width: 250px;
	}
}

@media (max-width: 767px) {
	.brand-item a {
		width: auto;
		height: 140px;
	}
}

.brand-item a:hover {
	background-color: var(--tp-theme-primary);
}

.brand-item a:hover img {
	filter: brightness(10);
}

.brand-slider-wrap {
	background-color: var(--tp-theme-primary);
}

.brand-slider-title {
	font-size: 80px;
	line-height: 1.1;
	color: var(--tp-common-white);
	margin-bottom: 0;
	padding: 40px 0;
}

@media (max-width: 767px) {
	.brand-slider-title {
		font-size: 40px;
	}
}

.brand-slider-title i {
	margin-right: 20px;
	display: inline-flex;
}

@media (max-width: 767px) {
	.brand-slider-title i {
		height: 40px;
		width: 40px;
		object-fit: cover;
	}
}

.brand-slider-3 .brand-slider-title {
	color: var(--tp-heading-primary);
	padding: 30px 0;
}

.brand-slider-3-text span {
	font-size: 24px;
	line-height: 1.5;
	color: var(--tp-theme-primary);
}

.brand-slider-4 .brand-slider-title {
	padding: 60px 0;
	margin: 15px 0 25px 0;
}

.brand-6-title {
	font-size: 40px;
	line-height: 1.1;
}

.brand-6-item {
	text-align: center;
}

.brand-6-item img {
	width: 145px;
}

.appoinment-5-bg {
	padding: 98px 0 98px 0;
}

.appoinment-5-btn .tp-round-btn {
	background-color: var(--tp-common-white);
	color: var(--tp-heading-primary);
	border: 2px solid var(--tp-common-white);
}

.appoinment-5-btn .tp-round-btn:hover {
	background-color: var(--tp-theme-primary);
	color: var(--tp-common-white);
}

.instagram-7-thumb {
	margin-bottom: 8px;
}

.instagram-7-thumb img {
	width: 100%;
}

.instagram-7-wrapper .container-fluid {
	padding-right: var(--bs-gutter-x, 10px);
	padding-left: var(--bs-gutter-x, 10px);
}

/*----------------------------------------*/
/*  7.17 Team css
/*----------------------------------------*/
.team-item {
	position: relative;
}

.team-item:hover .team-content {
	height: 345px;
}

.team-item:hover .team-author-social {
	transform: translateY(0);
	visibility: visible;
	opacity: 1;
	transition-delay: 0.6s;
}

.team-item:hover .team-author-title {
	transform: translateY(0);
	visibility: visible;
	opacity: 1;
	transition-delay: 0.7s;
}

.team-item:hover .team-author-position {
	transform: translateY(0);
	visibility: visible;
	opacity: 1;
	transition-delay: 0.9s;
}

.team-content {
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	height: 0px;
	width: 345px;
	background-color: var(--tp-theme-primary);
	bottom: -152px;
	border-radius: 50%;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
	z-index: 9;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.team-content {
		left: -7px;
	}
}

@media (max-width: 767px) {
	.team-content {
		left: -25px;
	}
}

.team-content::before {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background-color: var(--tp-theme-primary);
	opacity: 0.2;
	border-radius: 50%;
	transform: scale(1.07);
	z-index: -1;
}

.team-author-social {
	transform: translateY(5px);
	transition-delay: 0.1s;
	-webkit-transition: all 0.2s ease-out 0s;
	-moz-transition: all 0.2s ease-out 0s;
	-ms-transition: all 0.2s ease-out 0s;
	-o-transition: all 0.2s ease-out 0s;
	transition: all 0.2s ease-out 0s;
	opacity: 0;
	visibility: hidden;
}

.team-author-social a:hover i {
	background: rgb(255, 255, 255);
	color: var(--tp-theme-primary);
}

.team-author-social a i {
	width: 32px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.15);
	color: var(--tp-common-white);
	font-size: 12px;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
	margin: 0 4px;
}

.team-author-title {
	font-size: 36px;
	line-height: 1.1;
	color: var(--tp-common-white);
	margin-bottom: 0;
	transform: translateY(5px);
	visibility: hidden;
	opacity: 0;
	transition-delay: 0.1s;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}

.team-author-position {
	font-size: 20px;
	line-height: 1.5;
	color: var(--tp-common-white);
	transform: translateY(5px);
	visibility: hidden;
	opacity: 0;
	transition-delay: 0.1s;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}

.team-profile img {
	width: 100%;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.team-profile img {
		width: 100%;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
	.team-arrows {
		justify-content: start !important;
	}
}

.team-3:hover .team-3-shape {
	bottom: 0px;
	opacity: 1;
	visibility: visible;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
	.team-3:hover .team-3-shape {
		left: -30px;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.team-3:hover .team-3-shape {
		left: -42px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.team-3:hover .team-3-shape {
		left: -40px;
	}
}

.team-3:hover .team-3-social {
	transform: translateY(0);
	visibility: visible;
	opacity: 1;
	transition-delay: 0.4s;
}

.team-3-top .tpsection-title {
	font-size: 80px;
	line-height: 1;
	margin-bottom: 0;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.team-3-top .tpsection-title {
		font-size: 76px;
	}
}

@media (max-width: 767px) {
	.team-3-top .tpsection-title {
		font-size: 46px;
	}
}

.team-3-thumb {
	position: relative;
	padding: 24px;
	border: 1px solid var(--tp-theme-primary);
	border-radius: 205px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.team-3-thumb {
		padding: 5px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
	.team-3-thumb {
		padding: 15px;
	}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.team-3-thumb {
		padding: 5px;
	}
}

.team-3-thumb-main {
	border-radius: 181px;
}

.team-3-thumb img {
	border-radius: 181px;
	min-height: 552px;
	object-fit: cover;
}

.team-3-shape {
	position: absolute;
	bottom: -150px;
	left: 0;
	right: 0;
	margin: 0 auto;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}

@media (max-width: 767px) {
	.team-3-shape {
		left: -58px;
	}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.team-3-shape {
		left: -65px;
	}
}

.team-3-shape svg {
	color: var(--tp-theme-primary);
}

.team-3-social {
	position: absolute;
	bottom: 93px;
	left: 0;
	right: 0;
	margin: 0 auto;
	transform: translateY(8px);
	transition-delay: 0.2s;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
	opacity: 0;
	visibility: hidden;
}

.team-3-social a {
	display: inline-block;
	margin: 0 4px;
}

.team-3-social a:nth-child(2) {
	transform: translateY(8px);
}

.team-3-social a i {
	width: 56px;
	height: 56px;
	line-height: 56px;
	text-align: center;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.15);
	color: var(--tp-common-white);
	font-size: 21px;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}

.team-3-social a i:hover {
	background: rgb(255, 255, 255);
	color: var(--tp-theme-primary);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.team-3-social a i {
		width: 40px;
		height: 40px;
		line-height: 40px;
		text-align: center;
		border-radius: 50%;
		font-size: 15px;
	}
}

@media (max-width: 767px) {
	.team-3-social a i {
		width: 46px;
		height: 46px;
		line-height: 46px;
		text-align: center;
		border-radius: 50%;
		font-size: 12px;
	}
}

.team-3-content span {
	font-size: 24px;
	line-height: 1.5;
	color: var(--tp-text-body);
}

@media (max-width: 767px) {
	.team-3-content span {
		font-size: 20px;
	}
}

.team-3-title {
	font-size: 30px;
	line-height: 1.1;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
(max-width: 767px),
only screen and (min-width: 768px) and (max-width: 991px) {
	.team-3-title {
		font-size: 38px;
	}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.team-3-title {
		font-size: 30px;
	}
}

.team-3-title a {
	position: relative;
}

.team-3-title a::before {
	position: absolute;
	content: "";
	width: 0;
	height: 1px;
	background: var(--tp-theme-primary);
	left: auto;
	right: 0;
	bottom: 8px;
	opacity: 0;
	transition: all 0.3s linear;
}

.team-3-title a:hover {
	color: var(--tp-theme-primary);
}

.team-3-title a:hover::before {
	opacity: 1;
	width: 100%;
	left: 0;
	right: auto;
	transition: all 0.2s linear;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
	.team-3-arrows {
		justify-content: start !important;
	}
}

.team-3-single-arrow i,
.team-3-single-arrow span,
.team-single-arrow i,
.team-single-arrow span,
.testimonial-single-arrow i,
.testimonial-single-arrow span {
	width: 80px;
	height: 80px;
	line-height: 80px;
	text-align: center;
	border-radius: 50%;
	border: 2px solid #481E0B;
	border-radius: 50%;
	display: inline-block;
	line-height: 72px;
	-webkit-transition: all 0.4s ease-out 0s;
	-moz-transition: all 0.4s ease-out 0s;
	-ms-transition: all 0.4s ease-out 0s;
	-o-transition: all 0.4s ease-out 0s;
	transition: all 0.4s ease-out 0s;
	color: #481E0B;
}

@media (max-width: 767px) {

	.team-3-single-arrow i svg,
	.team-3-single-arrow span svg,
	.team-single-arrow i svg,
	.team-single-arrow span svg,
	.testimonial-single-arrow i svg,
	.testimonial-single-arrow span svg {
		width: 24px;
	}
}

@media (max-width: 767px) {

	.team-3-single-arrow i,
	.team-3-single-arrow span,
	.team-single-arrow i,
	.team-single-arrow span,
	.testimonial-single-arrow i,
	.testimonial-single-arrow span {
		width: 50px;
		height: 50px;
		line-height: 50px;
		text-align: center;
		border-radius: 50%;
		line-height: 44px;
	}
}

.team-3-single-arrow i:hover,
.team-3-single-arrow span:hover,
.team-single-arrow i:hover,
.team-single-arrow span:hover,
.testimonial-single-arrow i:hover,
.testimonial-single-arrow span:hover {
	background: var(--tp-theme-primary);
	border-color: var(--tp-theme-primary);
	color: var(--tp-common-white);
	box-shadow: inset 0 0 0 40px var(--tp-theme-primary);
}

.team-4-item:hover .team-4-btn {
	transform: translateY(0);
	visibility: visible;
	opacity: 1;
}

.team-4-item:hover .team-4-thumb-1 img,
.team-4-item:hover .team-4-thumb-2 img,
.team-4-item:hover .team-4-thumb-3 img {
	transform: scale(1.08);
}

.team-4-item .team-3-title a:hover {
	color: var(--tp-theme-primary);
}

.team-4-thumb {
	overflow: hidden;
}

.team-4-thumb img {
	-webkit-transition: all 2s ease-out 0s;
	-moz-transition: all 2s ease-out 0s;
	-ms-transition: all 2s ease-out 0s;
	-o-transition: all 2s ease-out 0s;
	transition: all 2s ease-out 0s;
}

.team-4-thumb-1 {
	border-radius: 3% 50% 50% 3%;
}

.team-4-thumb-1 img {
	border-radius: 3% 50% 50% 3%;
	height: 410px;
	width: 410px;
	object-fit: cover;
}

.team-4-thumb-2 {
	border-radius: 50%;
}

.team-4-thumb-2 img {
	border-radius: 50%;
}

.team-4-thumb-3 {
	border-radius: 205px 12px 0px;
}

.team-4-thumb-3 img {
	border-radius: 205px 12px 0px;
}

.team-4-btn {
	transform: translateY(8px);
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}

.team-4-btn .tp-btn {
	border: 2px solid var(--tp-theme-primary);
	border-radius: 12px;
	font-weight: 500;
	padding: 23px 62px;
}

@media (max-width: 767px) {
	.team-4-btn .tp-btn {
		padding: 20px 50px;
	}
}

.team-details-thumb {
	border: 1px solid var(--tp-theme-primary);
	display: inline-block;
	padding: 15px;
}

.team-details-wrapper span {
	font-weight: 400;
	font-size: 24px;
	line-height: 1.5;
	color: var(--tp-theme-primary);
	margin-bottom: 20px;
	display: inline-block;
}

.team-details-wrapper p {
	font-weight: 400;
	font-size: 18px;
	line-height: 1.5;
	color: #6A5952;
}

.team-details-title {
	font-size: 80px;
	line-height: 1.1;
	margin-bottom: 0;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
	.team-details-title {
		font-size: 60px;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.team-details-title {
		font-size: 50px;
	}
}

@media (max-width: 767px) {
	.team-details-title {
		font-size: 40px;
	}
}

.team-details-info ul {
	display: inline-block;
}

.team-details-info ul li {
	list-style: none;
	/*float: left;*/
	/*width: 50%;*/
	font-weight: 400;
	font-size: 18px;
	line-height: 1.5;
	margin-bottom: 10px;
	color: #6A5952;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
(max-width: 767px) {
	.team-details-info ul li {
		width: 100%;
	}
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
(max-width: 767px) {
	.team-details-info ul li br {
		display: none;
	}
}

.team-details-info ul li span {
	color: var(--tp-theme-primary);
}

.team-details-quotes {
	background: #FCF4F1;
	margin-top: 11px;
	padding: 47px 40px 35px 40px;
}

@media (max-width: 767px) {
	.team-details-quotes {
		padding: 47px 20px 35px 20px;
	}
}

.team-details-quotes-icon span {
	color: var(--tp-theme-primary);
	display: inline-block;
	margin-bottom: 45px;
}

.team-details-quotes-content p {
	font-size: 24px;
	line-height: 1.5;
	color: #6A5952;
	position: relative;
	padding-bottom: 38px;
	margin-bottom: 40px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {
	.team-details-quotes-content p {
		font-size: 20px;
	}
}

@media (max-width: 767px) {
	.team-details-quotes-content p {
		font-size: 18px;
	}
}

.team-details-quotes-content p::before {
	position: absolute;
	content: "";
	height: 1px;
	width: 100%;
	background-color: rgba(72, 30, 11, 0.1);
	bottom: 0;
	left: 0;
}

.team-details-quotes-btn .tp-btn {
	padding: 23px 35px;
}

/*----------------------------------------*/
/*  7.11 Form css
/*----------------------------------------*/
.appoinment-form-input input,
.appoinment-form-input .doctor-name {
	height: 80px;
	width: 100%;
	background-color: var(--tp-common-white);
	border: none;
}

.appoinment-form-input input::-webkit-input-placeholder,
.appoinment-form-input .doctor-name::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: var(--tp-text-body);
}

.appoinment-form-input input::-moz-placeholder,
.appoinment-form-input .doctor-name::-moz-placeholder {
	/* Firefox 19+ */
	color: var(--tp-text-body);
}

.appoinment-form-input input:-moz-placeholder,
.appoinment-form-input .doctor-name:-moz-placeholder {
	/* Firefox 4-18 */
	color: var(--tp-text-body);
}

.appoinment-form-input input:-ms-input-placeholder,
.appoinment-form-input .doctor-name:-ms-input-placeholder {
	/* IE 10+  Edge*/
	color: var(--tp-text-body);
}

.appoinment-form-input input::placeholder,
.appoinment-form-input .doctor-name::placeholder {
	/* MODERN BROWSER */
	color: var(--tp-text-body);
}

.appoinment-form-input input:focus::placeholder,
.appoinment-form-input .doctor-name:focus::placeholder {
	font-size: 0;
}

.appoinment-form-submit .tp-btn {
	display: block;
	width: 100%;
	padding: 25px 0;
}

.appoinment-shape-1 {
	position: absolute;
	left: 140px;
	bottom: 55px;
	animation: tpswing 1s ease-in-out 1s forwards infinite alternate;
	transform-origin: left center;
}

.appoinment-shape-2 {
	position: absolute;
	right: 130px;
	top: 105px;
	animation: tpupdown 2.3s ease-in-out 2.3s forwards infinite alternate;
}

.doctor-name span {
	color: var(--tp-text-body);
	font-weight: 400;
	font-size: 20px;
	font-family: var(--tp-ff-body);
	line-height: 4;
}

.appoinment-2-thumb-main {
	margin-left: -70px;
	position: relative;
	z-index: 1;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
	.appoinment-2-thumb-main {
		margin-left: 0;
		margin-bottom: 50px;
	}
}

.appoinment-2-thumb-main::after {
	position: absolute;
	content: "";
	height: 700px;
	width: 675px;
	background: linear-gradient(180deg, #F7D7C8 0%, rgba(240, 222, 214, 0) 91.96%);
	border-radius: 344.5px 344.5px 0px 0px;
	left: 0;
	bottom: 0;
	z-index: -1;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
	.appoinment-2-thumb-main::after {
		width: 100%;
	}
}

@media (max-width: 767px) {
	.appoinment-2-thumb-main::after {
		width: 100%;
		height: calc(100% + 30px);
	}
}

.appoinment-2-thumb-main img {
	max-width: inherit;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
	.appoinment-2-thumb-main img {
		max-width: 100%;
	}
}

.appoinment-2 .appoinment-form-input input,
.appoinment-2 .doctor-name {
	border-radius: 40px;
}

.appoinment-2 .appoinment-form-submit .tp-btn {
	border-radius: 40px;
}

.appoinment-form-input input,
.appoinment-form-input .doctor-name {
	height: 80px;
	width: 100%;
	background: #FCF4F1;
	border: 1px solid transparent;
}

.appoinment-form-input input:focus,
.appoinment-form-input .doctor-name:focus {
	border-color: var(--tp-theme-primary);
}

.appoinment-form-input input {
	background-color: var(--tp-common-white);
}

.appoinment-form-input .doctor-name {
	background-color: var(--tp-common-white) !important;
}

.schedules-list span {
	display: block;
	line-height: 1.5;
	color: var(--tp-text-body);
	font-size: 20px;
	margin-bottom: 13px;
}

.appoinment-3 .appoinment-form-input input {
	background-color: #FCF4F1;
}

.appoinment-3 .appoinment-form-input .doctor-name {
	background-color: #FCF4F1 !important;
}

/*----------------------------------------*/
/*  7.18 Testimonial css
/*----------------------------------------*/
@media (max-width: 767px) {
	.testimonial-wrap {
		text-align: center;
	}
}

@media (max-width: 767px) {
	.testimonial-main-bg {
		text-align: center;
	}
}

.testimonial-main-bg img {
	height: 520px;
	width: 520px;
	border-radius: 50%;
	object-fit: cover;
}

@media (max-width: 767px) {
	.testimonial-main-bg img {
		height: 300px;
		width: 300px;
	}
}

@media (max-width: 767px) {
	.testimonial-shape {
		text-align: center;
	}
}

.testimonial-shape-1 {
	position: absolute;
	bottom: -6px;
	right: 38px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.testimonial-shape-1 {
		bottom: -106px;
		right: 0;
	}
}

@media (max-width: 767px) {
	.testimonial-shape-1 {
		position: inherit;
		margin-top: -50px;
	}
}

.testimonial-shape-1 img {
	height: 370px;
	width: 370px;
	object-fit: cover;
	border-radius: 50%;
	border: 6px solid var(--tp-common-white);
}

@media (max-width: 767px) {
	.testimonial-shape-1 img {
		height: 300px;
		width: 300px;
	}
}

.testimonial-wrapper .tpsection-title {
	font-size: 48px;
}

.testimonial-content p {
	font-size: 23px;
	line-height: 1.5;
	color: var(--tp-text-body);
	margin-bottom: 35px;
}

@media (max-width: 767px) {
	.testimonial-content p {
		font-size: 20px;
	}
}

.testimonial-author-name {
	font-weight: 700;
	font-size: 24px;
	line-height: 1.5;
	color: var(--tp-heading-primary);
	display: block;
	margin-bottom: 6px;
}

.testimonial-author-position {
	font-size: 20px;
	line-height: 1.5;
	color: var(--tp-text-body);
}

.testimonial-author-box {
	width: 280px;
}

.testimonial-author-thumb {
	position: relative;
	height: 60px;
	width: 60px;
	border-radius: 50%;
}

.testimonial-author-thumb::before {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	border: 1px solid #CD5F37;
	border-radius: 50%;
	transform: scale(0);
}

.testimonial-author-thumb img {
	width: 60px;
	height: 60px;
	object-fit: cover;
	border-radius: 50%;
}

.testimonial-arrows {
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 9;
}

@media (max-width: 767px) {
	.testimonial-arrows {
		position: inherit;
		right: auto;
		left: 0;
		bottom: -20px;
		justify-content: start !important;
	}
}

.testimonial-1-thumb {
	padding-right: 260px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {
	.testimonial-1-thumb {
		padding-right: 235px;
	}
}

@media (max-width: 767px) {
	.testimonial-1-thumb {
		padding-right: 0px;
	}
}

.testimonial-1-thumb .swiper-slide-active .testimonial-author-thumb::before {
	transform: scale(1.3);
}

.testimonial-2 {
	background-color: var(--tp-common-white);
	border-radius: 6px;
	padding: 48px 40px 48px 45px;
}

@media (max-width: 767px) {
	.testimonial-2 {
		padding: 48px 20px 48px 20px;
	}
}

.testimonial-2-rating {
	margin-bottom: 25px;
}

.testimonial-2-rating i {
	color: var(--tp-theme-4);
	font-size: 20px;
}

.testimonial-2-content p {
	font-size: 24px;
	line-height: 1.5;
	color: var(--tp-text-body);
	margin-bottom: 28px;
}

@media (max-width: 767px) {
	.testimonial-2-content p {
		font-size: 20px;
	}
}

.testimonial-2-author-title {
	font-size: 40px;
	line-height: 1.1;
	color: var(--tp-heading-primary);
	margin-bottom: 4px;
}

.testimonial-2-shape {
	position: absolute;
	right: 40px;
	bottom: 48px;
}

.testimonial-2-wrapper {
	padding-bottom: 240px;
}

.testimonial-2-active .splide__pagination {
	bottom: -83px;
}

.testimonial-2-active .splide__pagination .splide__pagination__page {
	background: var(--tp-theme-primary);
	opacity: 0.4;
	width: 12px;
	height: 12px;
	line-height: 12px;
	text-align: center;
	border-radius: 50%;
	transition: all 0.3s ease-in-out;
	margin: 0 15px;
}

.testimonial-2-active .splide__pagination .splide__pagination__page::after {
	position: absolute;
	content: "";
	left: 50%;
	top: 50%;
	width: 36px;
	height: 36px;
	background-color: transparent;
	border: 1px solid transparent;
	border-radius: 50%;
	transform: translate(-50%, -50%) scale(0);
	transition: all 0.3s ease-in-out;
}

.testimonial-2-active .splide__pagination .is-active {
	background: var(--tp-theme-primary);
	opacity: 1;
	transform: scale(1);
}

.testimonial-2-active .splide__pagination .is-active::after {
	border-color: var(--tp-theme-primary);
	transform: translate(-50%, -50%) scale(1);
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
	.testimonial-4-wrapper {
		margin-top: 50px;
		margin-left: 0;
	}
}

.testimonial-4-bg {
	position: relative;
	z-index: 1;
}

.testimonial-4 .tpsection-title {
	color: var(--tp-common-white);
}

.testimonial-4 .tpsection-anim span svg {
	width: 100%;
	color: rgba(255, 255, 255, 0.2);
}

.testimonial-4 .tpsection p {
	color: var(--tp-common-white);
}

.testimonial-4-thumb img {
	height: 420px;
	width: 420px;
	object-fit: cover;
	border-radius: 50%;
	max-width: inherit;
	position: relative;
	z-index: -1;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.testimonial-4-content {
		margin-left: -15px;
	}
}

.testimonial-4-shape span {
	position: absolute;
	top: 33px;
	right: -390px;
	opacity: 0.3;
	color: var(--tp-common-white);
	animation: tpswing 2s ease-in-out 0.1s forwards infinite alternate;
	transform-origin: bottom right;
}

.testimonial-4-active {
	background-color: var(--tp-common-white);
	border-radius: 16px;
}

.testimonial-4-item {
	padding: 32px 32px 28px 32px;
}

.testimonial-4-rating {
	margin-bottom: 22px;
}

.testimonial-4-rating i {
	color: var(--tp-theme-4);
	font-size: 20px;
}

.testimonial-4-text {
	margin-bottom: 25px;
}

.testimonial-4-text p {
	font-size: 20px;
	line-height: 1.5;
	color: #6A5952;
}

.testimonial-4-author span {
	font-weight: 700;
	font-size: 24px;
	color: var(--tp-heading-primary);
}

.testimonial-4-author p {
	margin-bottom: 0;
	font-weight: 400;
	font-size: 18px;
	line-height: 1.5;
	color: #6A5952;
}

.testimonial-4-arrow span {
	display: inline-block;
	height: 80px;
	width: 80px;
	border-radius: 50%;
	line-height: 80px;
	color: var(--tp-common-white);
	border: 1px solid var(--tp-common-white);
	text-align: center;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}

.testimonial-4-arrow span:hover {
	box-shadow: inset 0 0 0 60px var(--tp-common-white);
	color: var(--tp-heading-primary);
}

.testimonial-5-active {
	margin-right: -1180px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
	.testimonial-5-active {
		margin-right: 0;
	}
}

.testimonial-5-active .swiper-slide {
	opacity: 0.3;
}

.testimonial-5-active .swiper-slide.swiper-slide-active {
	opacity: 1;
}

.testimonial-5-bg {
	padding-top: 250px;
	z-index: 1;
}

.testimonial-5-content {
	margin-bottom: 63px;
}

.testimonial-5-content p {
	font-weight: 500;
	font-size: 96px;
	line-height: 1.3;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {
	.testimonial-5-content p {
		font-size: 50px;
		line-height: 1.2;
	}
}

@media (max-width: 767px) {
	.testimonial-5-content p {
		font-size: 32px;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
	.testimonial-5-content p br {
		display: none;
	}
}

.testimonial-5-author-thumb {
	flex: 0 0 auto;
	margin-right: 25px;
}

.testimonial-5-author-thumb img {
	height: 80px;
	width: 80px;
	object-fit: cover;
	border-radius: 50%;
}

.testimonial-5-author-info span {
	font-size: 24px;
	line-height: 1.5;
	color: var(--tp-text-body);
}

.testimonial-5-author-title {
	font-size: 48px;
	line-height: 1.1;
	margin-bottom: 0;
}

@media (max-width: 767px) {
	.testimonial-5-author-title {
		font-size: 34px;
	}
}

.testimonial-5-shape {
	position: absolute;
	top: 140px;
	left: 12%;
	z-index: -1;
	opacity: 0.1;
}

.testimonial-5-shape span {
	color: var(--tp-heading-primary);
}

.testimonial-6 {
	padding: 80px 74px 75px 86px;
	border-radius: 12px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.testimonial-6 {
		padding: 80px 40px 60px 40px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.testimonial-6 {
		padding: 80px 74px 70px 86px;
	}
}

@media (max-width: 767px) {
	.testimonial-6 {
		padding: 80px 15px 75px 15px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
	.testimonial-6 .tpsection {
		margin-bottom: 30px;
	}
}

.testimonial-6-thumb img {
	border-radius: 12px;
}

.testimonial-6-client {
	background-color: var(--tp-theme-primary);
	padding: 37px 40px 42px 40px;
	border-radius: 12px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {
	.testimonial-6-client {
		padding: 37px 20px 42px 20px;
	}
}

.testimonial-6-client-title {
	color: var(--tp-common-white);
	font-size: 48px;
	line-height: 1.1;
	margin-bottom: 22px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.testimonial-6-client-title {
		font-size: 34px;
		margin-bottom: 13px;
	}
}

.testimonial-6-client .count {
	font-weight: 400;
	font-size: 24px;
	line-height: 1.5;
	color: var(--tp-common-white);
	opacity: 0.8;
	margin-bottom: 0;
	display: inline-block;
}

.testimonial-6-client p,
.testimonial-6-client span {
	font-size: 24px;
	line-height: 1.5;
	color: var(--tp-common-white);
	opacity: 0.8;
	margin-bottom: 0;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {

	.testimonial-6-client p,
	.testimonial-6-client span {
		font-size: 18px;
	}
}

.testimonial-6-client span {
	display: inline-block;
	margin-bottom: 10px;
}

.testimonial-6-client .rating i {
	color: var(--tp-heading-primary);
}

.testimonial-6-rating {
	background-color: var(--tp-theme-4);
}

.testimonial-6-rating .testimonial-6-client-title {
	color: var(--tp-heading-primary);
}

.testimonial-6-rating.testimonial-6-client span {
	color: var(--tp-heading-primary);
}

.testimonial-6-item {
	background-color: var(--tp-theme-6);
	text-align: center;
}

.testimonial-6-content p {
	font-weight: 400;
	font-size: 40px;
	line-height: 1.3;
	color: #481E0B;
	margin-bottom: 55px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
	.testimonial-6-content p {
		font-size: 28px;
	}
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {
	.testimonial-6-content p {
		font-size: 24px;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {
	.testimonial-6-content p {
		font-size: 24px;
		margin-bottom: 30px;
	}
}

@media (max-width: 767px) {
	.testimonial-6-content p {
		font-size: 24px;
		margin-bottom: 30px;
	}
}

.testimonial-6-author-title {
	font-size: 48px;
	line-height: 1.1;
	color: var(--tp-heading-primary);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.testimonial-6-author-title {
		font-size: 30px;
		margin-bottom: 0;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
(max-width: 767px) {
	.testimonial-6-author-title {
		font-size: 24px;
		margin-bottom: 0;
	}
}

.testimonial-6-author span {
	font-size: 24px;
	line-height: 1.5;
	color: var(--tp-text-body);
	margin-bottom: 0;
}

.testimonial-7 {
	background-color: var(--tp-theme-6);
	padding-top: 78px;
	padding-bottom: 75px;
	padding-right: 15px;
	padding-left: 15px;
}

.testimonial-7-rating {
	margin-bottom: 60px;
}

.testimonial-7-rating i {
	color: var(--tp-theme-primary);
}

.testimonial-7-title {
	font-size: 40px;
	line-height: 1.1;
	margin-bottom: 60px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.testimonial-7-title {
		font-size: 34px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.testimonial-7-title {
		font-size: 34px;
	}
}

@media (max-width: 767px) {
	.testimonial-7-title {
		font-size: 30px;
	}
}

.testimonial-7-arrow .testimonial-7-button-prev,
.testimonial-7-arrow .testimonial-7-button-next {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 80px;
	z-index: 2;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {

	.testimonial-7-arrow .testimonial-7-button-prev,
	.testimonial-7-arrow .testimonial-7-button-next {
		left: 25px;
	}
}

.testimonial-7-arrow .testimonial-7-button-next {
	left: auto;
	right: 80px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.testimonial-7-arrow .testimonial-7-button-next {
		right: 25px;
	}
}

.happy-client {
	height: 262px;
	width: 262px;
	text-align: center;
	border-radius: 50%;
	background-color: var(--tp-theme-primary);
	padding: 45px 0px 49px 0px;
	display: inline-block;
	border: 6px solid var(--tp-common-white);
	position: absolute;
	top: 0;
	right: 65px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.happy-client {
		right: 0;
	}
}

@media (max-width: 767px) {
	.happy-client {
		position: static;
		display: inline-block;
		margin-top: -50px;
	}
}

.happy-client .count {
	font-size: 80px;
	line-height: 1.1;
	color: var(--tp-common-white);
	margin-bottom: 0;
}

.happy-client .count::after {
	content: "+";
	color: var(--tp-common-white);
	font-size: 80px;
}

.happy-client .count .odometer-auto-theme {
	transform: translateY(-10px);
}

.happy-client P {
	font-size: 24px;
	line-height: 1.5;
	text-align: center;
	color: var(--tp-common-white);
	margin-bottom: 0;
	margin-top: -20px;
}

/*----------------------------------------*/
/*  7.16 Services css
/*----------------------------------------*/
.services-2 {
	background-color: var(--tp-common-white);
	border-radius: 6px;
	padding: 40px 40px 41px 40px;
	-webkit-transition: all 0.4s ease-out 0s;
	-moz-transition: all 0.4s ease-out 0s;
	-ms-transition: all 0.4s ease-out 0s;
	-o-transition: all 0.4s ease-out 0s;
	transition: all 0.4s ease-out 0s;
	height: 90%;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
(max-width: 767px) {
	.services-2 {
		padding: 40px 20px 41px 20px;
	}
}

.services-2:hover {
	background-color: var(--tp-theme-primary);
}

.services-2:hover .services-2-icon i {
	background: rgba(255, 255, 255, 0.1);
}

.services-2:hover .services-2-icon i img {
	filter: brightness(10);
}

.services-2:hover .services-2-title {
	color: var(--tp-common-white);
}

.services-2:hover .services-2-content p {
	color: var(--tp-common-white);
}

.services-2:hover .services-2-btn a {
	color: var(--tp-common-white);
}

.services-2:hover .services-2-btn a i {
	animation: shake-next 1s ease infinite;
}

.services-2-icon i {
	background: rgba(205, 95, 55, 0.1);
	width: 88px;
	height: 88px;
	line-height: 88px;
	text-align: center;
	border-radius: 50%;
	display: inline-block;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}

.services-2-icon i img {
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}

.services-2-content p {
	font-size: 20px;
	line-height: 1.5;
	color: var(--tp-text-body);
	margin-bottom: 33px;
}

.services-2-title {
	font-size: 40px;
	line-height: 1.1;
	color: var(--tp-heading-primary);
}

.services-2-btn a {
	font-size: 20px;
	line-height: 1.5;
	color: var(--tp-heading-primary);
}

.services-2-btn a i {
	display: inline-block;
}

.services-3:hover .services-3-shape span {
	opacity: 1;
	visibility: visible;
	top: 0;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
	.services-3:hover .services-3-shape span {
		top: -38px;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.services-3:hover .services-3-shape span {
		top: -76px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.services-3:hover .services-3-shape span {
		top: -50px;
	}
}

@media (max-width: 767px) {
	.services-3:hover .services-3-shape span {
		top: -75px;
	}
}

.services-3-mask {
	mask-image: url(../img/services/services-3/services-3-mask-1.svg);
	-webkit-mask-image: url(../img/services/services-3/services-3-mask-1.svg);
	mask-repeat: no-repeat;
	-webkit-mask-repeat: no-repeat;
	mask-size: cover;
	-webkit-mask-size: cover;
	position: relative;
	z-index: 1;
}

.services-3-mask img {
	width: 100%;
}

.services-3-shape span {
	position: absolute;
	display: inline-block;
	top: -10px;
	left: 0;
	height: 100%;
	width: 100%;
	opacity: 0;
	color: var(--tp-theme-primary);
	visibility: hidden;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
	.services-3-shape span {
		top: -50px;
		left: -29px;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.services-3-shape span {
		top: -110px;
		left: -61px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.services-3-shape span {
		top: -75px;
		left: -37px;
	}
}

@media (max-width: 767px) {
	.services-3-shape span {
		top: -90px;
		left: -56px;
	}
}

.services-3-thumb {
	margin-bottom: 54px;
	padding-bottom: 11px;
	overflow: hidden;
}

.services-3-title {
	font-size: 40px;
	line-height: 1.1;
	margin-bottom: 20px;
}

.services-3-title a {
	display: inline-block;
	position: relative;
}

.services-3-title a::before {
	position: absolute;
	content: "";
	width: 0;
	height: 1px;
	background: var(--tp-heading-primary);
	left: auto;
	right: 0;
	bottom: 6px;
	opacity: 0;
	transition: all 0.3s linear;
}

.services-3-title a:hover::before {
	opacity: 1;
	width: 100%;
	left: 0;
	right: auto;
	transition: all 0.2s linear;
}

.services-3-content {
	padding: 10px 45px 25px 45px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
	.services-3-content {
		padding: 10px 25px 25px 25px;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
(max-width: 767px) {
	.services-3-content {
		padding: 10px 15px 25px 15px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.services-3-content {
		padding: 10px 20px 25px 20px;
	}
}

.services-3-content p {
	font-size: 20px;
	line-height: 1.5;
	color: var(--tp-text-body);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
	.services-3-content p {
		font-size: 19px;
	}
}

.services-3-icon {
	position: absolute;
	top: 47%;
	transform: translateY(-50%);
	right: 0;
	margin: 0 auto;
	text-align: center;
	left: 0;
	z-index: 2;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 768px) and (max-width: 991px) {
	.services-3-icon {
		top: 44%;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
(max-width: 767px) {
	.services-3-icon {
		top: 37%;
	}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.services-3-icon {
		top: 56%;
	}
}

.services-3-icon span {
	width: 104px;
	height: 104px;
	line-height: 104px;
	text-align: center;
	border-radius: 50%;
	background-color: var(--tp-theme-primary);
	display: inline-block;
	color: var(--tp-common-white);
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
	.services-3-icon span {
		width: 85px;
		height: 85px;
		line-height: 85px;
		text-align: center;
		border-radius: 50%;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
	.services-4 {
		margin-left: 0;
	}
}

.services-4-thumb {
	margin-bottom: 28px;
}

.services-4-thumb img {
	border-radius: 12px;
}

.services-4-title {
	font-size: 48px;
	line-height: 1.1;
	color: var(--tp-heading-primary);
	margin-bottom: 22px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.services-4-title {
		font-size: 40px;
	}
}

.services-4-content ul li {
	list-style: none;
	font-weight: 400;
	font-size: 20px;
	line-height: 1.5;
	color: var(--tp-text-body);
	padding-left: 36px;
	position: relative;
	margin-bottom: 11px;
}

@media (max-width: 767px) {
	.services-4-content ul li {
		font-size: 18px;
	}
}

.services-4-content ul li:last-child {
	margin-bottom: 0;
}

.services-4-content ul li i {
	font-size: 20px;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	color: var(--tp-theme-primary);
}

.services-4-btn a {
	font-weight: 500;
	font-size: 20px;
	line-height: 1.5;
	color: var(--tp-text-1);
	display: inline-block;
	border: 2px solid var(--tp-heading-primary);
	border-radius: 12px;
	padding: 23px 125px;
	background-color: var(--tp-common-white);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
	.services-4-btn a {
		padding: 22px 70px;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.services-4-btn a {
		padding: 20px 50px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.services-4-btn a {
		padding: 20px 45px;
	}
}

@media (max-width: 767px) {
	.services-4-btn a {
		padding: 20px 50px;
	}
}

.services-4-btn a:hover {
	color: var(--tp-common-white);
	border: 2px solid var(--tp-theme-primary);
	background-color: var(--tp-theme-primary);
}

.services-4-border {
	position: relative;
}

.services-4-border::before,
.services-4-border::after {
	position: absolute;
	content: "";
	left: -53px;
	top: 40px;
	width: 1px;
	height: 535px;
	background-color: rgba(72, 30, 11, 0.1);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {

	.services-4-border::before,
	.services-4-border::after {
		left: -30px;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {

	.services-4-border::before,
	.services-4-border::after {
		display: none;
	}
}

.services-4-border::after {
	right: -28px;
	left: auto;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
	.services-5-item {
		margin-left: 0;
	}
}

.services-5-title {
	display: inline-block;
	font-size: 80px;
	line-height: 1.1;
	margin-bottom: 0;
}

@media (max-width: 767px) {
	.services-5-title {
		font-size: 36px;
	}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.services-5-title {
		font-size: 60px;
	}
}

.services-5-title a {
	position: relative;
}

.services-5-title a:hover::before {
	opacity: 1;
	width: 100%;
	left: 0;
	right: auto;
	transition: all 0.2s linear;
}

.services-5-title a::before {
	position: absolute;
	content: "";
	width: 0;
	height: 4px;
	background: #CD5F37;
	left: auto;
	right: 0;
	bottom: -1px;
	opacity: 0;
	transition: all 0.3s linear;
}

.services-5-title:hover {
	cursor: none;
	color: #CD5F37;
}

.services-5-img {
	position: absolute;
	top: 0;
	left: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
	.services-5-img {
		position: inherit;
	}
}

.services-6:hover .services-6-btn {
	opacity: 1;
	transform: translateY(0px);
}

.services-6-title {
	font-size: 40px;
	margin-bottom: 17px;
}

.services-6-title a:hover {
	color: var(--tp-theme-primary);
}

.services-6-content p {
	font-size: 20px;
	line-height: 1.5;
	margin-bottom: 22px;
}

.services-6-btn {
	opacity: 0;
	transform: translateY(5px);
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}

.services-6-btn span {
	display: inline-block;
	height: 80px;
	width: 80px;
	line-height: 72px;
	color: var(--tp-common-white);
	background-color: var(--tp-theme-primary);
	text-align: center;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
	border-radius: 50%;
}

.services-6-btn span:hover {
	color: var(--tp-theme-primary);
	box-shadow: inset 0 0 0 40px var(--tp-common-white);
}

@media (max-width: 767px),
only screen and (min-width: 768px) and (max-width: 991px) {
	.services-details-left {
		margin-right: 0;
	}
}

.services-details-others {
	background: #FCF4F1;
	padding: 30px 32px 30px 32px;
}

.services-details-others>span {
	font-weight: 700;
	font-size: 24px;
	line-height: 1.5;
	color: #0C0A1F;
	display: inline-block;
	margin-bottom: 25px;
}

.services-details-others .list li {
	list-style: none;
	padding-left: 17px;
	position: relative;
	margin-bottom: 14px;
	padding-bottom: 14px;
}

.services-details-others .list li:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
}

.services-details-others .list li:last-child::after {
	display: none;
}

.services-details-others .list li::before {
	position: absolute;
	content: "";
	left: 0;
	top: 11px;
	height: 6px;
	width: 6px;
	background-color: var(--tp-theme-primary);
}

.services-details-others .list li::after {
	position: absolute;
	content: "";
	left: 0;
	bottom: 0;
	height: 1px;
	width: 100%;
	background-color: rgba(72, 30, 11, 0.07);
}

.services-details-others .list li a {
	display: block;
	font-size: 18px;
	line-height: 1.5;
	color: #6A5952;
}

.services-details-others .list li a:hover {
	color: var(--tp-theme-primary);
}

.services-details-others .list li a span {
	display: inline-block;
	float: right;
}

.services-details-cta {
	position: relative;
}

.services-details-cta-thumb {
	position: relative;
	z-index: 1;
}

.services-details-cta-thumb::before {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.6);
}

.services-details-cta-thumb img {
	width: 100%;
}

.services-details-cta-content {
	padding: 0 48px 43px 48px;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	text-align: center;
	z-index: 2;
}

@media (max-width: 767px) {
	.services-details-cta-content {
		padding: 0 20px 43px 20px;
	}
}

.services-details-cta-content .tp-btn {
	padding: 23px 38px;
	font-weight: 500;
}

@media (max-width: 767px) {
	.services-details-cta-content .tp-btn {
		padding: 18px 28px;
	}
}

.services-details-cta-title {
	font-size: 40px;
	color: var(--tp-common-white);
	margin-bottom: 20px;
}

@media (max-width: 767px) {
	.services-details-cta-title {
		font-size: 34px;
	}
}

.services-details-item-title {
	font-size: 48px;
	line-height: 1.1;
	margin-bottom: 15px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
	.services-details-item-title {
		font-size: 36px;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
(max-width: 767px) {
	.services-details-item-title {
		font-size: 32px;
	}
}

.services-details-item p {
	font-size: 18px;
	line-height: 1.5;
}

.services-details-feature ul {
	/* display: flex; */
	align-items: center;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
	.services-details-feature ul {
		flex-wrap: wrap;
	}
}

.services-details-feature ul li {
	list-style: none;
	margin-right: 48px;
	margin-bottom: 30px;
}

.services-details-feature ul li:last-child {
	margin-right: 0;
}

.services-details-feature-item {
	display: flex;
	align-items: center;
}

@media (max-width: 767px) {
	.services-details-feature-item {
		display: block;
	}
}

.services-details-feature-icon {
	border: 1px solid rgba(72, 30, 11, 0.1);
	padding: 8px;
	display: inline-block;
	flex: 0 0 auto;
	margin-right: 20px;
}

@media (max-width: 767px) {
	.services-details-feature-icon {
		margin-bottom: 20px;
	}
}

.services-details-feature-icon span {
	background: #FCF4F1;
	display: inline-block;
	height: 72px;
	width: 72px;
	line-height: 72px;
	text-align: center;
}

.services-details-feature-content p {
	font-size: 18px;
	line-height: 1.5;
	margin-bottom: 0;
}

.services-details-feature-title {
	font-size: 40px;
	line-height: 1.1;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
(max-width: 767px) {
	.services-details-feature-title {
		font-size: 30px;
	}
}

.services-details-quote {
	background-color: var(--tp-theme-primary);
	padding: 40px 40px 40px 40px;
}

@media (max-width: 767px) {
	.services-details-quote {
		padding: 40px 20px 40px 20px;
	}
}

.services-details-quote-text {
	font-size: 40px;
	line-height: 1.1;
	color: var(--tp-common-white);
	margin-bottom: 23px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
	.services-details-quote-text {
		font-size: 36px;
	}
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
(max-width: 767px) {
	.services-details-quote-text {
		font-size: 30px;
	}
}

.services-details-quote p {
	margin-bottom: 0;
	font-size: 24px;
	line-height: 1.5;
	color: var(--tp-common-white);
}

@media (max-width: 767px) {
	.services-details-quote p {
		font-size: 20px;
	}
}

.services-details-quote p span {
	font-size: 18px;
}

.services-details-benifits-title {
	font-size: 48px;
	line-height: 1.1;
	margin-bottom: 15px;
}

@media (max-width: 767px) {
	.services-details-benifits-title {
		font-size: 36px;
	}
}

.services-details-benifits p {
	font-size: 18px;
	line-height: 1.5;
	margin-bottom: 30px;
}

.services-details-benifits ul li {
	list-style: none;
	position: relative;
	padding-left: 25px;
	margin-bottom: 17px;
}

.services-details-benifits ul li::before {
	position: absolute;
	content: "";
	left: 10px;
	top: 50%;
	transform: translateY(-50%);
	height: 4px;
	width: 4px;
	border-radius: 50%;
	background-color: var(--tp-text-body);
}

@media (max-width: 767px) {
	.services-details-benifits ul li::before {
		top: 10px;
		transform: translateY(0);
	}
}

/*----------------------------------------*/
/*  7.13 Portfolio css
/*----------------------------------------*/
.portfolio-2 {
	margin-bottom: 70px;
}

@media (max-width: 767px),
only screen and (min-width: 768px) and (max-width: 991px) {
	.portfolio-2 {
		margin-bottom: 40px;
	}
}

.portfolio-2:hover .portfolio-2-badge {
	opacity: 1;
	visibility: visible;
}

.portfolio-2-thumb {
	margin-bottom: 24px;
}

.portfolio-2-thumb>img {
	width: 100%;
}

.portfolio-2-content span {
	font-weight: 500;
	font-size: 20px;
	line-height: 1.5;
	color: var(--tp-theme-primary);
	background: #E8DFD0;
	display: inline-block;
	padding: 5px 16px;
	margin-bottom: 13px;
}

.portfolio-2-title {
	font-size: 48px;
	line-height: 1.1;
	color: var(--tp-heading-primary);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.portfolio-2-title {
		font-size: 40px;
	}
}

@media (max-width: 767px) {
	.portfolio-2-title {
		font-size: 32px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.portfolio-2-title {
		font-size: 38px;
	}
}

.portfolio-2-title a {
	display: inline-block;
	position: relative;
}

.portfolio-2-title a::before {
	position: absolute;
	content: "";
	width: 0;
	height: 1px;
	background: var(--tp-theme-primary);
	left: auto;
	right: 0;
	bottom: 6px;
	opacity: 0;
	transition: all 0.3s linear;
}

.portfolio-2-title a:hover {
	color: var(--tp-theme-primary);
}

.portfolio-2-title a:hover::before {
	opacity: 1;
	width: 100%;
	left: 0;
	right: auto;
	transition: all 0.2s linear;
}

.portfolio-2-badge {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	right: 0;
	text-align: center;
	margin: 0 auto;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
	animation: tprotate-middel 10s ease-in-out 0.1s forwards infinite;
}

.portfolio-2-badge a {
	border-radius: 50%;
	display: inline-block;
}

.portfolio-4-list ul li {
	list-style: none;
	border-bottom: 1px solid rgba(72, 30, 11, 0.1);
	padding: 36px 0;
}

.portfolio-4-list ul li:first-child {
	border-top: 1px solid rgba(72, 30, 11, 0.1);
}

.portfolio-4-title {
	font-size: 80px;
	line-height: 1.1;
	color: var(--tp-heading-primary);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
	.portfolio-4-title {
		font-size: 55px;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.portfolio-4-title {
		font-size: 48px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.portfolio-4-title {
		font-size: 40px;
	}
}

@media (max-width: 767px) {
	.portfolio-4-title {
		font-size: 36px;
	}
}

.portfolio-4-title:hover {
	color: var(--tp-theme-primary);
}

.portfolio-6-item:hover .portfolio-6-thumb::before {
	opacity: 1;
}

.portfolio-6-item:hover .portfolio-6-details,
.portfolio-6-item:hover .portfolio-6-title {
	opacity: 1;
	visibility: visible;
}

.portfolio-6-item:hover .portfolio-6-details span a {
	transform: scale(1);
}

.portfolio-6-item:hover .portfolio-6-title {
	transform: translateY(0);
}

.portfolio-6-wrap {
	padding-left: 95px;
	padding-right: 90px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
	.portfolio-6-wrap {
		padding-left: 0;
		padding-right: 0;
	}
}

.portfolio-6-thumb {
	position: relative;
	z-index: -1;
}

.portfolio-6-thumb::before {
	position: absolute;
	content: "";
	height: 100%;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	top: 0;
	left: 0;
	border-radius: 8px;
	z-index: 1;
	opacity: 0;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}

.portfolio-6-thumb img {
	width: 100%;
	border-radius: 8px;
}

.portfolio-6-bg {
	position: relative;
	z-index: 1;
}

.portfolio-6-theme-bg {
	position: absolute;
	height: 666px;
	width: 100%;
	background-color: var(--tp-theme-primary);
	z-index: -1;
	top: 0px;
	left: 0;
}

.portfolio-6-item {
	position: relative;
}

.portfolio-6-item-bottom {
	margin-top: 50px;
}

.portfolio-6-title {
	padding: 0px 40px 40px 40px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	margin-bottom: 0;
	font-size: 48px;
	line-height: 1.1;
	color: var(--tp-common-white);
	z-index: 1;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
	transform: translateY(5px);
}

@media only screen and (min-width: 1600px) and (max-width: 1700px) {
	.portfolio-6-title {
		font-size: 36px;
	}
}

@media only screen and (min-width: 1400px) and (max-width: 1599px),
only screen and (min-width: 1200px) and (max-width: 1399px) {
	.portfolio-6-title {
		font-size: 30px;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.portfolio-6-title {
		padding: 0px 20px 20px 20px;
		font-size: 30px;
	}
}

@media (max-width: 767px) {
	.portfolio-6-title {
		padding: 0px 20px 20px 20px;
		font-size: 34px;
	}
}

.portfolio-6-title a {
	background-image: linear-gradient(var(--tp-theme-4), var(--tp-theme-4)), linear-gradient(var(--tp-theme-4), var(--tp-theme-4));
	display: inline;
	background-size: 0% 1px, 0 1px;
	background-position: 100% 100%, 0 83%;
	background-repeat: no-repeat;
	transition: background-size 0.4s linear;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}

.portfolio-6-title a:hover {
	background-size: 0% 1px, 100% 1px;
	color: var(--tp-theme-4);
}

.portfolio-6-details {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	right: 0;
	margin: 0 auto;
	text-align: center;
	z-index: 1;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}

.portfolio-6-details span a {
	font-weight: 400;
	font-size: 24px;
	color: var(--tp-common-white);
	line-height: 1.5;
	display: inline-block;
	text-align: center;
	border-radius: 50%;
	background-color: var(--tp-theme-primary);
	padding: 62px 50px;
	transform: scale(0.8);
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
	.portfolio-6-details span a {
		padding: 40px 33px;
		font-size: 16px;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.portfolio-6-details span a {
		padding: 30px 22px;
		font-size: 16px;
	}
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
	.portfolio-6-details span a {
		padding: 34px 26px;
		font-size: 18px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.portfolio-6-details span a {
		padding: 42px 34px;
		font-size: 18px;
	}
}

@media (max-width: 767px) {
	.portfolio-6-details span a {
		padding: 46px 36px;
		font-size: 18px;
	}
}

.portfolio-6-details span a:hover {
	color: var(--tp-theme-primary);
	box-shadow: inset 0 0 0 100px var(--tp-common-white);
}

.case-5-thumb {
	margin-bottom: 24px;
}

.case-5-thumb img {
	border-radius: 12px;
}

.case-5-info span {
	font-size: 24px;
	line-height: 1.5;
	color: var(--tp-heading-primary);
	display: inline-block;
	margin-bottom: 26px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.case-5-info span {
		font-size: 20px;
	}
}

.case-5-shape-1 {
	position: absolute;
	top: 140px;
	left: 240px;
	animation: tpswing 1.5s ease-in-out 0.1s forwards infinite alternate;
	transform-origin: bottom right;
	z-index: 2;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
	.case-5-shape-1 {
		left: 40px;
	}
}

.case-5-arrow {
	position: absolute;
	bottom: 25px;
	right: 0;
	z-index: 1;
}

@media (max-width: 767px) {
	.case-5-arrow {
		position: inherit;
		bottom: 0;
		right: auto;
		z-index: 1;
		left: 0;
		justify-content: start !important;
	}
}

.case-5-arrow span {
	height: 80px;
	width: 80px;
	line-height: 72px;
	text-align: center;
	border-radius: 50%;
	background-color: var(--tp-theme-6);
	border: 2px solid #CD5F37;
	color: var(--tp-theme-primary);
	color: var(--tp-theme-primary);
	display: inline-block;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}

@media (max-width: 767px) {
	.case-5-arrow span {
		height: 60px;
		width: 60px;
		line-height: 52px;
	}
}

.case-5-arrow span:hover {
	color: var(--tp-common-white);
	background-color: var(--tp-theme-primary);
	box-shadow: inset 0 0 0 40px var(--tp-theme-primary);
}

.case-details-thumb {
	margin-bottom: 37px;
}

.case-details-title {
	font-size: 48px;
	line-height: 1.1;
	margin-bottom: 25px;
}

@media (max-width: 767px) {
	.case-details-title {
		font-size: 40px;
	}
}

.case-details-content p {
	font-size: 18px;
	line-height: 1.5;
	margin-bottom: 23px;
}

@media only screen and (min-width: 1600px) and (max-width: 1700px),
only screen and (min-width: 1400px) and (max-width: 1599px),
only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
	.case-details-content p br {
		display: none;
	}
}

.case-details-content ul li {
	list-style: none;
	padding-left: 27px;
	position: relative;
	color: var(--tp-text-body);
	font-size: 18px;
	line-height: 1.5;
	margin-bottom: 13px;
}

.case-details-content ul li:last-child {
	margin-bottom: 0;
}

.case-details-content ul li::before {
	position: absolute;
	content: "";
	border-radius: 50%;
	left: 10px;
	top: 50%;
	transform: translateY(-50%);
	height: 5px;
	width: 5px;
	background-color: var(--tp-text-body);
}

.case-details-info {
	background: #FCF4F1;
	padding: 32px 32px 32px 32px;
}

.case-details-info ul li {
	list-style: none;
	font-weight: 500;
	font-size: 20px;
	line-height: 1.5;
	color: var(--tp-theme-primary);
	margin-bottom: 24px;
	padding-bottom: 24px;
	position: relative;
}

.case-details-info ul li:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
}

.case-details-info ul li:last-child::before {
	display: none;
}

.case-details-info ul li::before {
	position: absolute;
	content: "";
	left: 0;
	bottom: 0;
	height: 1px;
	width: 100%;
	background-color: rgba(72, 30, 11, 0.1);
}

.case-details-info ul li span {
	color: var(--tp-heading-primary);
	float: right;
	font-weight: 400;
}

.case-details-info ul li span a {
	font-size: 18px;
	margin-left: 12px;
}

.case-details-info ul li span a:hover {
	color: var(--tp-theme-primary);
}

.slider-post {
	position: relative;
	padding-top: 30px;
}

.slider-post::before {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: rgba(72, 30, 11, 0.1);
}

.slider-post-next,
.slider-post-prev {
	font-size: 48px;
	line-height: 1.1;
}

.slider-post-next a,
.slider-post-prev a {
	font-size: 48px;
	line-height: 1.1;
}

@media (max-width: 767px) {

	.slider-post-next a,
	.slider-post-prev a {
		font-size: 40px;
	}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {

	.slider-post-next a,
	.slider-post-prev a {
		font-size: 32px;
	}
}

.slider-post-next a span,
.slider-post-prev a span {
	height: 80px;
	width: 80px;
	line-height: 67px;
	text-align: center;
	border: 2px solid #CD5F37;
	border-radius: 50%;
	display: inline-block;
	color: var(--tp-theme-primary);
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
	transform: translateY(-6px);
}

@media only screen and (min-width: 576px) and (max-width: 767px) {

	.slider-post-next a span,
	.slider-post-prev a span {
		height: 60px;
		width: 60px;
		line-height: 47px;
	}
}

.slider-post-next a span:hover,
.slider-post-prev a span:hover {
	background-color: var(--tp-theme-primary);
	color: var(--tp-common-white);
}

/*----------------------------------------*/
/*  7.15 Product css
/*----------------------------------------*/
.product-item-3 {
	text-align: center;
}

.product-item-3:hover .product-action a,
.product-item-3:hover .product-action button {
	transform: translateX(0);
	visibility: visible;
	opacity: 1;
}

.product-item-3:hover .product-action a:nth-child(1),
.product-item-3:hover .product-action button:nth-child(1) {
	transition-delay: 0s;
}

.product-item-3:hover .product-action a:nth-child(2),
.product-item-3:hover .product-action button:nth-child(2) {
	transition-delay: 0.08s;
}

.product-item-3:hover .product-action a:nth-child(3),
.product-item-3:hover .product-action button:nth-child(3) {
	transition-delay: 0.12s;
}

.product-item-3:hover .product-action a:nth-child(4),
.product-item-3:hover .product-action button:nth-child(4) {
	transition-delay: 0.14s;
}

.product-item-3:hover .product-add {
	opacity: 1;
	visibility: visible;
	bottom: 0;
}

.product-item-3-thumb {
	background-color: var(--tp-common-white);
}

.product-item-3-title {
	font-size: 20px;
	line-height: 1.5;
	color: var(--tp-heading-primary);
	display: block;
}

.product-item-3-title a {
	background-image: linear-gradient(#481E0B, #481E0B), linear-gradient(#481E0B, #481E0B);
	display: inline;
	background-size: 0% 1px, 0 1px;
	background-position: 100% 100%, 0 100%;
	background-repeat: no-repeat;
	transition: background-size 0.4s linear;
}

.product-item-3-title a:hover {
	background-size: 0% 1px, 100% 1px;
}

.product-item-3-price {
	font-weight: 700;
	font-size: 18px;
	line-height: 1.5;
	color: var(--tp-heading-primary);
	display: block;
}

.product-item-3-price del {
	font-weight: 400;
	line-height: 1.5;
	color: #481E0B;
	opacity: 0.7;
	margin-right: 8px;
}

.product-item-3-btn .tp-btn {
	padding: 23px 38px;
	font-weight: 500;
}

.product-action {
	position: absolute;
	top: 24px;
	right: 24px;
}

.product-action a,
.product-action button {
	display: inline-block;
	width: 56px;
	height: 56px;
	line-height: 56px;
	text-align: center;
	background: rgba(205, 95, 55, 0.1);
	backdrop-filter: blur(7.5px);
	margin-bottom: 24px;
	transform: translateX(100%);
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}

.product-action a path,
.product-action button path {
	color: #CD5F37;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}

.product-action a svg,
.product-action button svg {
	-webkit-transform: translateY(-2px);
	-moz-transform: translateY(-2px);
	-ms-transform: translateY(-2px);
	-o-transform: translateY(-2px);
	transform: translateY(-2px);
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}

.product-action a:nth-child(1),
.product-action button:nth-child(1) {
	transition-delay: 0.14s;
}

.product-action a:nth-child(2),
.product-action button:nth-child(2) {
	transition-delay: 0.12s;
}

.product-action a:nth-child(3),
.product-action button:nth-child(3) {
	transition-delay: 0.1s;
}

.product-action a:nth-child(4),
.product-action button:nth-child(4) {
	transition-delay: 0s;
}

.product-action a:hover,
.product-action button:hover {
	background: rgb(205, 95, 55);
}

.product-action a:hover path,
.product-action button:hover path {
	color: var(--tp-common-white);
}

.product-action a:hover svg,
.product-action button:hover svg {
	color: var(--tp-common-white);
}

.product-add {
	position: absolute;
	bottom: -60px;
	left: 0;
	right: 0;
	visibility: hidden;
	opacity: 0;
	transition: all 0.3s ease-out 0s;
}

.product-add-select {
	color: var(--tp-common-white);
	background-color: var(--tp-theme-primary);
	display: inline-block;
	padding: 17px 25px;
	text-align: center;
	width: 100%;
	font-weight: 500;
	font-size: 20px;
	line-height: 1.5;
}

.product-add-select:hover {
	background-color: var(--tp-heading-primary);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
(max-width: 767px) {
	.product-details-thumb-tab {
		margin-right: 0;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.product-details-thumb-tab {
		margin-right: 0;
		margin-bottom: 30px;
	}
}

@media (max-width: 767px) {
	.product-details-thumb-tab {
		display: block !important;
		margin-bottom: 30px;
	}
}

.product-details-thumb-nav {
	flex: 0 0 auto;
}

.product-details-thumb-nav .nav-tabs {
	margin-right: 30px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.product-details-thumb-nav .nav-tabs {
		margin-right: 15px;
	}
}

@media (max-width: 767px) {
	.product-details-thumb-nav .nav-tabs {
		margin-right: 0;
		flex-direction: row !important;
	}
}

.product-details-thumb-nav .nav-tabs .nav-link {
	margin-bottom: 30px;
}

@media (max-width: 767px) {
	.product-details-thumb-nav .nav-tabs .nav-link {
		margin-right: 15px;
	}
}

.product-details-thumb-nav .nav-tabs .nav-link:last-child {
	margin-bottom: 0;
}

@media (max-width: 767px) {
	.product-details-thumb-nav .nav-tabs .nav-link:last-child {
		margin-bottom: 30px;
	}
}

.product-details-thumb-nav .nav-tabs .nav-link img {
	height: 160px;
	width: 160px;
	object-fit: cover;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.product-details-thumb-nav .nav-tabs .nav-link img {
		height: 100px;
		width: 100px;
	}
}

@media (max-width: 767px) {
	.product-details-thumb-nav .nav-tabs .nav-link img {
		height: 80px;
		width: 80px;
	}
}

.product-details-thumb-content .tab-pane img {
	width: 520px;
	height: 540px;
	object-fit: cover;
}

@media (max-width: 767px) {
	.product-details-thumb-content .tab-pane img {
		width: 100%;
		height: 100%;
	}
}

.product-details-wrapper p {
	font-size: 20px;
	line-height: 1.5;
	color: var(--tp-text-body);
	margin-bottom: 10px;
}

.product-details-title {
	font-size: 40px;
	line-height: 1.1;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
	.product-details-title {
		font-size: 36px;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.product-details-title {
		font-size: 32px;
	}
}

.product-details-rating-count span {
	font-size: 18px;
	line-height: 1.5;
	color: var(--tp-text-body);
}

.product-details-ammount.new-ammount {
	font-size: 30px;
	line-height: 1.1;
	margin-bottom: 21px;
	font-weight: bold;
}

.product-details-categories p,
.product-details-tags p,
.product-details-id p {
	display: inline-block;
	font-size: 18px;
	line-height: 1.5;
	color: var(--tp-heading-primary);
	margin-bottom: 0;
}

.product-details-categories span,
.product-details-tags span,
.product-details-id span {
	font-size: 18px;
	line-height: 1.5;
	color: var(--tp-text-body);
}

@media (max-width: 767px) {
	.product-details-count-wrap {
		display: block !important;
	}
}

@media (max-width: 767px) {
	.product-details-action {
		margin-left: 0;
	}
}

.product-4:hover .product-4-btn {
	bottom: 40px;
	opacity: 1;
	visibility: visible;
}

.product-4-thumb img {
	border-radius: 12px;
}

.product-4-info span {
	font-size: 14px;
	line-height: 1.5;
	color: var(--tp-text-body);
	display: block;
}

.product-4-info a {
	font-size: 20px;
	line-height: 1.5;
	color:#066306;
	margin-bottom: 0;
	background-image: linear-gradient(#481E0B, #481E0B), linear-gradient(#481E0B, #481E0B);
	display: inline;
	background-size: 0% 1px, 0 1px;
	background-position: 100% 100%, 0 100%;
	background-repeat: no-repeat;
	transition: background-size 0.4s linear;
}

.product-4-info a:hover {
	background-size: 0% 1px, 100% 1px;
}

.product-4-price .pricing {
	font-size: 48px;
	line-height: 1.1;
	color: var(--tp-heading-primary);
	margin-bottom: 0;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.product-4-price .pricing {
		font-size: 36px;
	}
}

.product-4-btn {
	position: absolute;
	bottom: 30px;
	left: 40px;
	right: 40px;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}

.product-4-btn a {
	display: block;
	font-weight: 500;
	font-size: 20px;
	line-height: 1.5;
	color: var(--tp-common-white);
	background-color: var(--tp-theme-primary);
	text-align: center;
	padding: 17px 28px;
	border-radius: 6px;
	width: 100%;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.product-4-btn a {
		padding: 12px 3px;
		font-size: 16px;
	}
}

.product-4-btn a:hover {
	background-color: var(--tp-common-white);
	color: var(--tp-theme-primary);
}

.product-4-all-btn .tp-btn {
	background: var(--tp-heading-primary);
	border-radius: 12px;
	padding: 23px 60px;
	font-weight: 500;
	border: 2px solid var(--tp-heading-primary);
}

@media (max-width: 767px) {
	.product-4-all-btn .tp-btn {
		padding: 20px 30px;
	}
}

.product-4-all-btn .tp-btn:hover {
	background-color: transparent;
	color: var(--tp-heading-primary);
}

.product-7 {
	background: var(--tp-common-white);
	border: 2px solid rgba(72, 30, 11, 0.06);
	padding: 8px 8px 22px 8px;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
	height: 90%;
}

.product-7:hover {
	box-shadow: 0px 25px 75px rgba(0, 0, 0, 0.1);
}

.product-7:hover .product-action-2 a,
.product-7:hover .product-action-2 button {
	transform: translateX(0);
	visibility: visible;
	opacity: 1;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}

.product-7:hover .product-action-2 a:nth-child(1),
.product-7:hover .product-action-2 button:nth-child(1) {
	transition-delay: 0s;
}

.product-7:hover .product-action-2 a:nth-child(2),
.product-7:hover .product-action-2 button:nth-child(2) {
	transition-delay: 0.08s;
}

.product-7:hover .product-action-2 a:nth-child(3),
.product-7:hover .product-action-2 button:nth-child(3) {
	transition-delay: 0.12s;
}

.product-7:hover .product-action-2 a:nth-child(4),
.product-7:hover .product-action-2 button:nth-child(4) {
	transition-delay: 0.14s;
}

.product-7:hover .product-add {
	opacity: 1;
	visibility: visible;
	bottom: 0;
}

.product-7-thumb {
	margin-bottom: 23px;
}

.product-7-thumb img {
	width: 100%;
}

.product-7-content {
	padding: 0 16px;
}

.product-7-price .pricing {
	font-size: 40px;
	line-height: 1.1;
	color: var(--tp-heading-primary);
	margin-bottom: 0;
	margin-left: 10px;
}

.top-product-nav nav .nav-tabs .nav-link {
	font-weight: 400;
	font-size: 24px;
	line-height: 1.5;
	color: var(--tp-heading-primary);
	margin-bottom: 0;
	background: 0 0;
	border: none;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	padding: 0;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.top-product-nav nav .nav-tabs .nav-link {
		font-size: 18px;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.top-product-nav nav .nav-tabs .nav-link {
		font-size: 20px;
	}
}

.top-product-nav nav .nav-tabs .nav-link.active span {
	color: var(--tp-theme-primary);
	position: relative;
	display: inline-block;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}

.top-product-nav nav .nav-tabs .nav-link.active span::before {
	position: absolute;
	content: "";
	left: 0;
	bottom: -25px;
	height: 2px;
	width: 100%;
	background-color: var(--tp-theme-primary);
}

@media (max-width: 767px) {
	.top-product-nav nav .nav-tabs .nav-link.active span::before {
		display: none;
	}
}

.top-product-nav nav .nav-tabs {
	border-bottom: none;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
}

.top-product-nav nav .nav-tabs::before {
	position: absolute;
	content: "";
	bottom: 0;
	bottom: -25px;
	width: 100%;
	height: 2px;
	background: rgba(72, 30, 11, 0.06);
}

.product-action-2 {
	position: absolute;
	top: 50px;
	left: 34px;
}

@media (max-width: 767px) {
	.product-action-2 {
		top: 35px;
		left: 20px;
	}
}

.product-action-2 a,
.product-action-2 button {
	display: inline-block;
	width: 56px;
	height: 56px;
	line-height: 56px;
	text-align: center;
	color: var(--tp-heading-primary);
	background-color: var(--tp-common-white);
	margin-bottom: 30px;
	transform: translateX(-100%);
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
	transition: visibility 0.3s 0.1s ease-out, opacity 0.3s 0.15s ease-out, transform 0.3s 0.1s ease-out;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {

	.product-action-2 a,
	.product-action-2 button {
		margin-bottom: 10px;
	}
}

.product-action-2 a path,
.product-action-2 button path {
	color: #CD5F37;
	-webkit-transition: all 0.2s ease-out 0s;
	-moz-transition: all 0.2s ease-out 0s;
	-ms-transition: all 0.2s ease-out 0s;
	-o-transition: all 0.2s ease-out 0s;
	transition: all 0.2s ease-out 0s;
}

.product-action-2 a svg,
.product-action-2 button svg {
	-webkit-transform: translateY(-2px);
	-moz-transform: translateY(-2px);
	-ms-transform: translateY(-2px);
	-o-transform: translateY(-2px);
	transform: translateY(-2px);
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}

.product-action-2 a:nth-child(1),
.product-action-2 button:nth-child(1) {
	transition-delay: 0.14s;
}

.product-action-2 a:nth-child(2),
.product-action-2 button:nth-child(2) {
	transition-delay: 0.12s;
}

.product-action-2 a:nth-child(3),
.product-action-2 button:nth-child(3) {
	transition-delay: 0.1s;
}

.product-action-2 a:nth-child(4),
.product-action-2 button:nth-child(4) {
	transition-delay: 0s;
}

.product-action-2 a:hover,
.product-action-2 button:hover {
	color: var(--tp-common-white);
	background-color: var(--tp-theme-primary);
}

.product-action-2 a:hover path,
.product-action-2 button:hover path {
	color: var(--tp-common-white);
}

.review-wrapper .nav-pills .nav-link {
	background: #FAEFEB;
	border: 0;
	border-radius: 0;
	font-weight: 500;
	font-size: 20px;
	line-height: 1.5;
	color: var(--tp-heading-primary);
	padding: 25px 65px;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}

.review-wrapper .nav-pills .nav-link.active {
	color: var(--tp-common-white);
	background: var(--tp-theme-primary);
}

.review-wrapper .nav-item {
	margin-right: 24px;
}

.review-wrapper .nav-item:last-child {
	margin-right: 0;
}

.review-wrapper .fade {
	transition: 0.3s linear;
}

.review-wrapper .tab-pane p {
	font-size: 20px;
}

.postbox-review-title {
	font-size: 48px;
	line-height: 1.1;
	margin-bottom: 14px;
}

.postbox-review-content {
	margin-bottom: 25px;
}

.postbox-review-content span {
	display: block;
	font-size: 18px;
	line-height: 1.5;
}

.postbox-review-rating {
	margin-bottom: 25px;
}

.postbox-review-rating span {
	font-size: 18px;
	line-height: 1.5;
}

.postbox-review-rating-icon span {
	color: var(--tp-theme-primary);
}

.postbox-review-form-input input,
.postbox-review-form-input textarea {
	background: #FCF4F1;
	height: 80px;
	width: 100%;
	border: none;
	margin-bottom: 30px;
	padding: 22px 30px;
	border: 1px solid transparent;
}

.postbox-review-form-input input::placeholder,
.postbox-review-form-input textarea::placeholder {
	font-size: 24px;
	line-height: 1.5;
	color: var(--tp-text-body);
}

.postbox-review-form-input input:focus,
.postbox-review-form-input textarea:focus {
	border-color: var(--tp-theme-primary);
}

.postbox-review-form-input input:focus::placeholder,
.postbox-review-form-input textarea:focus::placeholder {
	font-size: 0;
}

.postbox-review-form-input textarea {
	height: 220px;
	line-height: 1.7;
	resize: none;
}

/*----------------------------------------*/
/*  7.7 Counter css
/*----------------------------------------*/
.counter-content .count {
	font-size: 80px;
	color: var(--tp-heading-primary);
	margin-bottom: 0;
	position: relative;
	font-family: var(--tp-ff-heading);
	display: inline-block;
	font-style: normal;
	line-height: 1;
	font-weight: normal;
}

.counter-content .count::after {
	content: "+";
	color: var(--tp-heading-primary);
	font-size: 80px;
}

.counter-content .count .odometer.odometer-auto-theme,
.counter-content .count .odometer.odometer-theme-default {
	transform: translateY(-10px);
}

.counter-item-3 {
	background: linear-gradient(90deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0) 100%);
	padding: 27px 31px;
	margin: 80px 0 80px 0;
}

@media (max-width: 767px) {
	.counter-item-3 {
		margin: 20px 0 20px 0;
	}
}

.counter-item-3 .count {
	font-weight: 400;
	color: var(--tp-common-white);
	font-size: 48px;
	line-height: 1;
}

.counter-item-3 .count::after {
	content: "+";
	color: var(--tp-common-white);
	font-size: 48px;
	transform: translateY(-4px);
	display: inline-block;
}

.counter-item-3 .count .odometer.odometer-auto-theme,
.counter-item-3 .count .odometer.odometer-theme-default {
	transform: translateY(-10px);
}

.counter-item-3 .counter-content p {
	font-size: 24px;
	line-height: 1.3;
	font-weight: 400;
	color: var(--tp-common-white);
	margin-bottom: 0;
	margin-top: -13px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.counter-item-3 .counter-content p {
		font-size: 17px;
	}
}

.counter-6-content .count {
	font-size: 112px;
	line-height: 1.1;
	color: rgba(72, 30, 11, 0.1);
	position: relative;
	font-style: normal;
	font-family: var(--tp-ff-heading);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.counter-6-content .count {
		font-size: 80px;
		margin-bottom: 0;
	}
}

.counter-6-content .count::after {
	content: "+";
	color: rgba(72, 30, 11, 0.1);
	font-size: 80px;
}

.counter-6-content .count .odometer.odometer-auto-theme {
	transform: translateY(-15px);
}

.counter-6-item {
	position: relative;
}

.counter-6-item p {
	position: absolute;
	display: block;
	transform: translateY(-50%);
	margin-bottom: 0;
	left: 45px;
	bottom: 45%;
	font-size: 24px;
	color: var(--tp-heading-primary);
	line-height: 1.5;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
	.counter-6-item p {
		left: 20px;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.counter-6-item p {
		position: inherit;
		transform: translateY(0%);
		margin-bottom: 0;
		left: 0;
		bottom: 0;
		font-size: 20px;
	}
}

@media (max-width: 767px) {
	.counter-6-item p {
		position: inherit;
		transform: translateY(-100%);
	}
}

.sponsore-2 .tpsection-title {
	color: var(--tp-common-white);
}

.sponsore-2 .tpsection p {
	color: var(--tp-common-white);
	margin-bottom: 55px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
(max-width: 767px) {
	.sponsore-2 .tpsection p br {
		display: none;
	}
}

.sponsore-2-item {
	background: rgba(255, 255, 255, 0.1);
	border-radius: 6px;
	height: 220px;
	width: 220px;
	text-align: center;
	line-height: 220px;
}

.category-7 {
	padding-top: 50px;
}

.category-7-active .swiper-slide {
	-webkit-transition: all 0.5s ease-out 0s;
	-moz-transition: all 0.5s ease-out 0s;
	-ms-transition: all 0.5s ease-out 0s;
	-o-transition: all 0.5s ease-out 0s;
	transition: all 0.5s ease-out 0s;
}

.category-7-active .swiper-slide-active {
	margin-top: -50px;
}

.category-7-thumb {
	margin-bottom: 10px;
	overflow: hidden;
}

.category-7-thumb:hover img {
	transform: scale(1.08);
}

.category-7-thumb img {
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
	width: 100%;
}

.category-7-content a {
	font-weight: 400;
	font-size: 24px;
	line-height: 1.5;
	color: var(--tp-common-black);
	background-image: linear-gradient(#CD5F37, #CD5F37), linear-gradient(#CD5F37, #CD5F37);
	display: inline;
	background-size: 0% 1px, 0 1px;
	background-position: 100% 100%, 0 93%;
	background-repeat: no-repeat;
	transition: background-size 0.4s linear;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}

.category-7-content a:hover {
	background-size: 0 1px, 100% 1px;
	color: var(--tp-theme-primary);
}

.category-7-arrow span,
.testimonial-7-arrow span {
	height: 80px;
	width: 80px;
	line-height: 72px;
	text-align: center;
	border-radius: 50%;
	background-color: transparent;
	border: 2px solid #CD5F37;
	color: var(--tp-theme-primary);
	color: var(--tp-theme-primary);
	display: inline-block;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
	position: relative;
	z-index: 1;
}

.category-7-arrow span::before,
.testimonial-7-arrow span::before {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background-color: var(--tp-theme-primary);
	border-radius: 50%;
	transform: scale(0);
	z-index: -1;
	-webkit-transition: all 0.2s ease-out 0s;
	-moz-transition: all 0.2s ease-out 0s;
	-ms-transition: all 0.2s ease-out 0s;
	-o-transition: all 0.2s ease-out 0s;
	transition: all 0.2s ease-out 0s;
}

.category-7-arrow span:hover,
.testimonial-7-arrow span:hover {
	color: var(--tp-common-white);
}

.category-7-arrow span:hover::before,
.testimonial-7-arrow span:hover::before {
	transform: scale(1.05);
}

/*----------------------------------------*/
/*  7.9 FAQ css
/*----------------------------------------*/
.faq-3-thumb-main {
	text-align: end;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.faq-3-thumb-main {
		text-align: center;
	}
}

.faq-3-thumb-main img {
	border-radius: 239px;
}

.faq-3-shape {
	position: absolute;
	top: 120px;
	right: -85px;
	animation: tptranslateY2 5s ease-in-out 0.1s forwards infinite alternate;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
	.faq-3-shape {
		right: -30px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.faq-3-shape {
		right: 0px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
	.tpfaq-3 {
		margin-right: 0;
	}
}

.tpfaq-3-accordion .accordion-item {
	background-color: transparent;
	border: 0;
	border-bottom: 1px solid rgba(71, 30, 10, 0.2);
}

.tpfaq-3-accordion .accordion-item:first-of-type .accordion-button {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.tpfaq-3-accordion .accordion-item:last-of-type {
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}

.tpfaq-3-accordion .accordion-item:last-of-type .accordion-button.collapsed {
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}

.tpfaq-3-accordion .accordion-button {
	padding: 20px 0 20px 0;
	padding-right: 50px;
	font-weight: 500;
	background-color: transparent;
	font-size: 30px;
	line-height: 1;
	color: var(--tp-heading-primary);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {
	.tpfaq-3-accordion .accordion-button {
		font-size: 36px;
	}
}

@media (max-width: 767px) {
	.tpfaq-3-accordion .accordion-button {
		font-size: 26px;
		padding-right: 30px;
	}
}

.tpfaq-3-accordion .accordion-button::after {
	position: absolute;
	content: "\f107";
	font-family: var(--tp-ff-fontawesome);
	background-image: none;
	top: 31%;
	right: 0;
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
	color: var(--tp-theme-primary);
	width: auto;
	height: auto;
	font-weight: 400;
	font-size: 20px;
	background: none;
	width: 48px;
	height: 48px;
	line-height: 48px;
	text-align: center;
	/* border-radius: 50%;
	border: 1px solid #CD5F37; */
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {
	.tpfaq-3-accordion .accordion-button::after {
		width: 40px;
		height: 40px;
		line-height: 40px;
		text-align: center;
		border-radius: 50%;
	}
}

@media (max-width: 767px) {
	.tpfaq-3-accordion .accordion-button::after {
		width: 30px;
		height: 30px;
		line-height: 30px;
		text-align: center;
		border-radius: 50%;
	}
}

.tpfaq-3-accordion .accordion-button.collapsed::after {
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	color: var(--tp-common-black);
	border-color: var(--tp-heading-primary);
}

.tpfaq-3-accordion .accordion-button:not(.collapsed) {
	color: var(--tp-theme-primary);
	background-color: transparent;
	box-shadow: none;
}

.tpfaq-3-accordion .accordion-button:focus {
	box-shadow: none;
	border: 0;
}

.tpfaq-3-accordion .accordion-button:hover {
	color: var(--tp-theme-primary);
}

.tpfaq-3-accordion .accordion-button:hover::after {
	color: var(--tp-theme-primary);
	border-color: var(--tp-theme-primary);
}

.tpfaq-3-accordion .accordion-body {
	padding: 0 0 38px;
}

.tpfaq-3-accordion .accordion-body p {
	font-weight: 400;
	font-size: 20px;
	line-height: 1.5;
	color: var(--tp-text-body);
	margin-top: 0px;
	margin-bottom: 0;
}

@media (max-width: 767px) {
	.tpfaq-3-accordion .accordion-body p {
		font-size: 17px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
	.comming-soon {
		margin-bottom: 40px;
	}
}

.comming-soon-title {
	font-size: 152px;
	line-height: 1.1;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
	.comming-soon-title {
		font-size: 120px;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.comming-soon-title {
		font-size: 110px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.comming-soon-title {
		font-size: 80px;
	}
}

@media (max-width: 767px) {
	.comming-soon-title {
		font-size: 60px;
	}
}

.comming-soon p {
	font-size: 24px;
	line-height: 1.5;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
	.comming-soon p br {
		display: none;
	}
}

.comming-soon-shape {
	position: absolute;
	bottom: -60px;
	left: -60px;
	z-index: -1;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
	.comming-soon-shape {
		display: none;
	}
}

.comming-soon-bg {
	position: relative;
}

.comming-soon-bg::before {
	position: absolute;
	content: "";
	right: 0;
	top: -190px;
	width: 615px;
	height: 505px;
	background-color: #CD5F37;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px),
only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
	.comming-soon-bg {
		display: none;
	}
}

.tpcoming__countdown {
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

@media (max-width: 767px) {
	.tpcoming__countdown {
		flex-wrap: wrap;
	}
}

.tpcoming__countdown span.cdown {
	background-color: var(--tp-theme-primary);
	height: 100%;
	width: 120px;
	text-align: center;
	margin-right: 24px;
	padding: 16px 0;
	margin-bottom: 20px;
}

.tpcoming__countdown span.cdown .time-count {
	color: var(--tp-common-white);
	font-size: 48px;
	line-height: 1.1;
	margin-bottom: 0;
}

.tpcoming__countdown span p {
	color: var(--tp-common-white);
	margin-bottom: 0;
	line-height: 1.5;
}

.tpcoming__content {
	padding-top: 280px;
}

.tpcoming__content span {
	margin-bottom: 5px;
	display: inline-block;
	font-size: 18px;
	color: var(--tp-common-black);
}

/*----------------------------------------*/
/*  7.10 Feature css
/*----------------------------------------*/
@media (max-width: 767px) {
	.feature-5-item {
		margin-left: 0;
	}
}

.feature-5-item:hover .feature-5-icon span {
	transform: translate3d(0, -5px, 0);
}

.feature-5-thumb .mask {
	mask-image: url(../img/feature/feature-shape.svg);
	-webkit-mask-image: url(../img/feature/feature-shape.svg);
	mask-repeat: no-repeat;
	-webkit-mask-repeat: no-repeat;
}

@media (max-width: 767px) {
	.feature-5-thumb .mask {
		mask-image: none;
	}
}

.feature-5-thumb .mask-2 {
	mask-image: url(../img/feature/feature-shape-2.svg);
	-webkit-mask-image: url(../img/feature/feature-shape-2.svg);
	mask-repeat: no-repeat;
	-webkit-mask-repeat: no-repeat;
}

@media (max-width: 767px) {
	.feature-5-thumb .mask-2 {
		mask-image: none;
	}
}

.feature-5-thumb-2 {
	position: relative;
	z-index: -1;
}

.feature-5-shape-1 {
	position: absolute;
	top: 50%;
	left: -4%;
	z-index: 1;
	transform: translateY(-50%);
}

.feature-5-content p {
	font-size: 20px;
	line-height: 1.5;
	color: var(--tp-text-body);
}

.feature-5-title {
	font-size: 40px;
	line-height: 1.1;
	color: var(--tp-heading-primary);
	margin-bottom: 10px;
}

.feature-5-title a:hover {
	color: var(--tp-theme-primary);
}

.feature-5-icon {
	margin-bottom: 23px;
}

.feature-5-icon span {
	color: var(--tp-theme-primary);
	transform: translate3d(0, 0, 0);
	transition: transform 0.3s cubic-bezier(0.21, 0.6, 0.44, 2.18);
	display: inline-block;
}

/*----------------------------------------*/
/*  7.8 CTA css
/*----------------------------------------*/
.cta-bg {
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
	z-index: 1;
	padding: 80px 80px 75px 80px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.cta-bg {
		padding: 80px 30px 75px 30px;
	}
}

@media (max-width: 767px) {
	.cta-bg {
		padding: 80px 15px 75px 15px;
	}
}

.cta-bg::before {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(90deg, #FFE8DF 0%, rgba(255, 236, 228, 0.85) 70.23%, rgba(252, 244, 241, 0) 100%);
	z-index: -1;
}

@media (max-width: 767px) {
	.cta-phone {
		text-align: left !important;
	}
}

.cta-phone a {
	width: 72px;
	height: 72px;
	line-height: 72px;
	text-align: center;
	border-radius: 50%;
	background-color: var(--tp-theme-primary);
	display: inline-block;
	color: var(--tp-common-white);
}

.cta-2-bg-2 {
	padding-top: 95px;
	padding-bottom: 95px;
	background-position: center left;
	background-repeat: no-repeat;
	position: relative;
	z-index: 1;
}

.cta-2-bg-2::before {
	position: absolute;
	content: "";
	right: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background: linear-gradient(270deg, #F0DED6 35.36%, rgba(245, 242, 237, 0) 100%);
	z-index: -1;
}

.cta-2-content {
	margin-left: -6px;
}

@media (max-width: 767px) {
	.cta-2-content {
		margin-left: 0;
	}
}

.cta-6-bg {
	position: relative;
	z-index: 1;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

.cta-6-bg::before {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	background: rgba(0, 0, 0, 0.5);
	height: 100%;
	width: 100%;
	z-index: -1;
}

.cta-6-btn .tp-round-btn {
	background-color: var(--tp-theme-4);
	border-color: var(--tp-theme-4);
	color: var(--tp-heading-primary);
}

.cta-6-btn .tp-round-btn:hover {
	background-color: var(--tp-common-white);
}

.client-4-wrapper .tpsection-title {
	margin-bottom: 40px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
(max-width: 767px) {
	.client-4-wrapper .tpsection-title {
		margin-bottom: 0;
	}
}

.client-4-box {
	padding: 64px 64px 65px 64px;
}

@media (max-width: 767px) {
	.client-4-box {
		padding: 64px 15px 65px 15px;
	}
}

.client-4-bg {
	border-radius: 24px;
	background-repeat: no-repeat;
	background-position: right;
	position: relative;
	z-index: 1;
}

@media (max-width: 767px),
only screen and (min-width: 768px) and (max-width: 991px) {
	.client-4-bg {
		background-size: cover;
	}
}

.client-4-bg::before {
	position: absolute;
	content: "";
	left: 0;
	height: 100%;
	width: 100%;
	background: linear-gradient(90deg, #FAEFEB 37.98%, rgba(250, 239, 235, 0) 65.62%);
	border-radius: 24px;
	z-index: -1;
}

.client-4-shape {
	background-color: var(--tp-theme-primary);
	display: inline-block;
	height: 160px;
	width: 160px;
	border-radius: 50%;
	line-height: 160px;
	text-align: center;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.client-4-shape {
		height: 120px;
		width: 120px;
		line-height: 120px;
		margin-bottom: 10px;
	}
}

@media (max-width: 767px),
only screen and (min-width: 768px) and (max-width: 991px) {
	.client-4-btn {
		text-align: start !important;
	}
}

.client-4-btn a {
	font-weight: 500;
	font-size: 20px;
	line-height: 1.5;
	color: var(--tp-theme-primary);
	display: inline-block;
	background-color: var(--tp-common-white);
	padding: 25px 33px;
	border-radius: 12px;
}

@media (max-width: 767px) {
	.client-4-btn a {
		margin-bottom: 10px;
		padding: 20px 33px;
	}
}

.client-4-btn a:hover {
	color: var(--tp-common-white);
	background-color: var(--tp-heading-primary);
}

.client-4-btn .contact {
	background-color: var(--tp-theme-primary);
	color: var(--tp-common-white);
}

.client-4-btn .contact:hover {
	background-color: var(--tp-heading-primary);
}

@media (max-width: 767px) {
	.choose-7-bottom {
		margin-bottom: 80px;
		padding-bottom: 80px;
	}
}

@media (max-width: 767px) {
	.choose-7-box {
		padding-top: 80px;
	}
}

@media (max-width: 767px) {
	.choose-7-thumb {
		margin-bottom: 30px;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.choose-7-thumb-2 {
		padding-top: 80px;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.choose-7-item {
		padding-top: 80px;
	}
}

@media (max-width: 767px) {
	.choose-7-item {
		padding-top: 30px;
	}
}

.choose-7-item:hover .choose-7-icon span {
	transform: translate3d(0, -5px, 0);
}

.choose-7-bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 835px;
	z-index: -1;
	background-color: var(--tp-theme-7);
}

@media (max-width: 767px) {
	.choose-7-bg {
		height: 100%;
	}
}

.choose-7-icon {
	margin-bottom: 22px;
}

.choose-7-icon span {
	display: inline-block;
	height: 64px;
	width: 64px;
	line-height: 59px;
	border: 1px solid rgba(72, 30, 11, 0.1);
	text-align: center;
	border-radius: 50%;
	transform: translate3d(0, 0, 0);
	transition: transform 0.3s cubic-bezier(0.21, 0.6, 0.44, 2.18);
}

.choose-7-title {
	font-size: 40px;
	line-height: 110%;
	color: var(--tp-theme-primary);
	margin-bottom: 16px;
}

.choose-7-content span {
	font-size: 20px;
	color: var(--tp-text-body);
}

.choose-7-wrapper .tpsection-title {
	margin-bottom: 35px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.choose-7-wrapper .tpsection-title {
		margin-bottom: 16px;
	}
}

.choose-7-btn .tp-btn {
	border: 2px solid var(--tp-theme-primary);
	font-weight: 500;
	font-size: 20px;
	padding: 23px 38px;
}

.choose-7-thumb-2 img {
	box-shadow: 35px 35px 120px rgba(0, 0, 0, 0.15);
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
	.choose-inner-info {
		display: block !important;
	}
}

.choose-inner-content {
	margin-right: 30px;
}

.choose-inner-thumb {
	display: inline-block;
	position: relative;
}

.choose-inner-thumb::before {
	position: absolute;
	content: "";
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	height: 102%;
	width: 102%;
	border-radius: 300px;
	z-index: -1;
	background-color: rgba(205, 95, 55, 0.4);
}

.choose-inner-sm-thumb {
	flex: 0 0 auto;
	width: 300px;
	height: 415px;
	position: relative;
}

.choose-inner-sm-thumb::before {
	position: absolute;
	content: "";
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	height: 102%;
	width: 102%;
	border-radius: 300px;
	z-index: -1;
	background-color: rgba(205, 95, 55, 0.4);
}

.choose-inner-sm-thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.choose-inner-text p {
	margin-bottom: 40px;
}

/*----------------------------------------*/
/*  7.6 Contact css
/*----------------------------------------*/
.contact-inner-item {
	display: flex;
}

@media (max-width: 767px) {
	.contact-inner-item {
		display: inherit;
	}
}

.contact-inner-item-icon {
	flex: 0 0 auto;
	margin-right: 24px;
}

@media (max-width: 767px) {
	.contact-inner-item-icon {
		margin-bottom: 10px;
	}
}

.contact-inner-item-icon span {
	height: 64px;
	width: 64px;
	line-height: 64px;
	text-align: center;
	color: var(--tp-common-white);
	display: inline-block;
	background-color: var(--tp-theme-primary);
}

.contact-inner-item-content p {
	margin-bottom: 0;
	font-weight: 700;
	font-size: 24px;
	line-height: 150%;
	color: #0C0A1F;
}

.contact-inner-item-content span,
.contact-inner-item-content a {
	font-size: 18px;
	line-height: 1.5;
	color: var(--tp-text-body);
	display: block;
}

.contact-inner-item-content a:hover {
	color: var(--tp-theme-primary);
}

.contact-inner-form {
	background: #FCF4F1;
	padding: 48px 48px 43px 48px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
	.contact-inner-form {
		margin-left: 0;
		padding: 48px 25px 43px 25px;
	}
}

.form-inner-input input,
.form-inner-input textarea {
	width: 100%;
	height: 80px;
	background-color: var(--tp-common-white);
	margin-bottom: 20px;
	box-shadow: 0px 10px 45px rgba(0, 0, 0, 0.04);
	border: none;
	padding: 0 25px;
}

.form-inner-input input::placeholder,
.form-inner-input textarea::placeholder {
	font-weight: 400;
	font-size: 18px;
	line-height: 1.5;
	color: var(--tp-text-body);
}

.form-inner-input input:focus::placeholder,
.form-inner-input textarea:focus::placeholder {
	font-size: 0;
}

.form-inner-input textarea {
	height: 95px;
	resize: none;
	padding: 27px 25px;
	line-height: 1.2;
	margin-bottom: 15px;
}

.form-inner-check input {
	flex: 0 0 auto;
}

.form-inner-check label {
	font-size: 18px;
	line-height: 1.5;
	color: #6A5952;
}

.form-inner-check .form-check-input {
	width: 18px;
	height: 18px;
	margin-right: 12px;
}

.form-inner-check .form-check-input[type=checkbox] {
	border-radius: 0;
}

.form-inner-check .form-check-input:checked {
	background-color: var(--tp-theme-primary);
	border-color: var(--tp-theme-primary);
}

.form-inner-check .form-check-input:focus {
	border-color: var(--tp-theme-primary);
	outline: 0;
	box-shadow: none;
}

.form-inner-btn .tp-btn {
	padding: 23px 46px;
	font-weight: 700;
	font-size: 20px;
}

.tpmap-wrapper {
	height: 530px;
}

.tpmap-wrapper iframe {
	height: 100%;
	width: 100%;
}

/*----------------------------------------*/
/*  7.14 Pricing css
/*----------------------------------------*/
.tppricing {
	background-color: var(--tp-common-white);
	box-shadow: 0px 25px 65px rgba(0, 0, 0, 0.07);
	border-radius: 12px;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}

.tppricing-thumb {
	padding: 20px 20px 0px 20px;
}

.tppricing-thumb img {
	border-radius: 6px;
}

.tppricing-thumb span {
	position: absolute;
	display: inline-block;
	bottom: -22px;
	left: 40px;
	font-weight: 500;
	font-size: 18px;
	line-height: 1.5;
	color: var(--tp-common-white);
	border: 3px solid var(--tp-common-white);
	padding: 6px 14px;
	border-radius: 4px;
	z-index: 1;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}

.tppricing-thumb span::before {
	position: absolute;
	content: "";
	border-radius: 4px;
	z-index: -1;
	height: 100%;
	width: 100%;
	background-color: var(--tp-theme-primary);
	left: 0;
	top: 0;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}

.tppricing-content {
	padding: 50px 40px 40px 40px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.tppricing-content {
		padding: 50px 30px 40px 30px;
	}
}

@media (max-width: 767px) {
	.tppricing-content {
		padding: 50px 15px 40px 15px;
	}
}

.tppricing-ammount {
	font-size: 48px;
	line-height: 1.1;
	display: inline-block;
}

@media (max-width: 767px) {
	.tppricing-ammount {
		font-size: 36px;
	}
}

.tppricing-price {
	margin-bottom: 40px;
}

.tppricing-price span {
	font-weight: 400;
	font-size: 18px;
	line-height: 1.5;
	color: var(--tp-text-body);
	display: inline-block;
	margin-left: 4px;
}

.tppricing-list {
	margin-bottom: 45px;
}

.tppricing-list li {
	list-style: none;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-bottom: 24px;
	margin-bottom: 24px;
	font-size: 24px;
	border-bottom: 1px solid rgba(72, 30, 11, 0.1);
}

@media (max-width: 767px) {
	.tppricing-list li {
		font-size: 18px;
	}
}

.tppricing-list li:last-child {
	padding-bottom: 0;
	margin-bottom: 0;
	border: none;
}

.tppricing-list li span {
	display: inline-block;
	font-weight: 500;
	font-size: 18px;
	line-height: 1.5;
	color: var(--tp-common-white);
	background-color: var(--tp-heading-primary);
	padding: 7px 14px;
	border-radius: 4px;
}

@media (max-width: 767px) {
	.tppricing-list li span {
		font-size: 13px;
	}
}

.tppricing-btn button {
	font-weight: 500;
	font-size: 20px;
	line-height: 1.5;
	color: var(--tp-heading-primary);
	background-color: var(--tp-theme-4);
	display: inline-block;
	width: 100%;
	text-align: center;
	padding: 23px 10px;
	border-radius: 6px;
}

.tppricing-btn button:hover {
	background-color: var(--tp-theme-primary);
	color: var(--tp-common-white);
}

.tppricing:hover,
.tppricing-active {
	box-shadow: none;
	background-color: var(--tp-heading-primary);
}

.tppricing:hover .tppricing-ammount,
.tppricing-active .tppricing-ammount {
	color: var(--tp-common-white);
}

.tppricing:hover .tppricing-price span,
.tppricing-active .tppricing-price span {
	color: var(--tp-common-white);
}

.tppricing:hover .tppricing-thumb span,
.tppricing-active .tppricing-thumb span {
	border: 3px solid var(--tp-heading-primary);
}

.tppricing:hover .tppricing-list li,
.tppricing-active .tppricing-list li {
	color: rgba(255, 255, 255, 0.7);
}

.tppricing:hover .tppricing-list li span,
.tppricing-active .tppricing-list li span {
	background: rgba(255, 255, 255, 0.1);
}

/*----------------------------------------*/
/*  7.4 Cart css
/*----------------------------------------*/
.tp-cart-header-product {
	padding-left: 30px !important;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 767px) {
	.tp-cart-list {
		overflow-x: scroll;
	}
}

.tp-cart-list .table> :not(caption)>*>* {
	padding: 20px 15px;
	box-shadow: none;
	vertical-align: middle;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 767px) {
	.tp-cart-list table {
		width: 940px;
	}
}

.tp-cart-list thead {
	background-color: #F1F3F4;
}

.tp-cart-list thead th {
	font-weight: 500;
	font-size: 15px;
	color: var(--tp-heading-primary);
	border: 0 !important;
	padding-top: 9px !important;
	padding-bottom: 9px !important;
}

.tp-cart-list tr td {
	border-color: #E0E2E3;
}

.tp-cart-list tr td .tp-cart-action-btn {
	font-weight: 400;
	font-size: 16px;
	color: #818487;
}

.tp-cart-list tr td .tp-cart-action-btn:hover {
	color: #FF1826;
}

.tp-cart-list tbody tr:first-child td {
	padding-top: 30px !important;
}

.tp-cart-img {
	width: 100px;
	margin-right: 20px;
}

.tp-cart-img img {
	width: 78px;
	height: 100px;
	object-fit: cover;
}

.tp-cart-title a {
	margin-left: 20px;
	font-weight: 400;
	font-size: 20px;
	color: var(--tp-heading-primary);
}

.tp-cart-title a:hover {
	color: var(--tp-theme-primary);
}

.tp-cart-price {
	width: 126px;
}

.tp-cart-price span {
	font-size: 20px;
	color: var(--tp-heading-primary);
}

.tp-cart-quantity {
	width: 180px;
}

.tp-cart-quantity .tp-product-quantity {
	width: 180px;
}

.tp-cart-quantity .tp-cart-input[type=text] {
	height: 60px;
}

.tp-cart-quantity .tp-cart-plus,
.tp-cart-quantity .tp-cart-minus {
	width: 60px;
	height: 60px;
	line-height: 62px;
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 767px) {
	.tp-cart-coupon {
		margin-bottom: 20px;
	}
}

.tp-cart-coupon-input-box label {
	font-size: 14px;
	color: var(--tp-common-black);
	margin-bottom: 7px;
}

.tp-cart-coupon-input input {
	background: #FFFFFF;
	border: 1px solid #D6D9DC;
	height: 54px;
	line-height: 46px;
	margin-right: 4px;
	max-width: 282px;
}

.tp-cart-coupon-input input::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: #818487;
	font-size: 16px;
}

.tp-cart-coupon-input input::-moz-placeholder {
	/* Firefox 19+ */
	color: #818487;
	font-size: 16px;
}

.tp-cart-coupon-input input:-moz-placeholder {
	/* Firefox 4-18 */
	color: #818487;
	font-size: 16px;
}

.tp-cart-coupon-input input:-ms-input-placeholder {
	/* IE 10+  Edge*/
	color: #818487;
	font-size: 16px;
}

.tp-cart-coupon-input input::placeholder {
	/* MODERN BROWSER */
	color: #818487;
	font-size: 16px;
}

.tp-cart-coupon-input input:focus {
	border-color: var(--tp-theme-primary);
}

.tp-cart-coupon-input button {
	font-weight: 500;
	font-size: 16px;
	color: var(--tp-common-white);
	background-color: var(--tp-heading-primary);
	padding: 14px 30px;
}

.tp-cart-coupon-input button:hover {
	color: var(--tp-common-white);
	background-color: var(--tp-theme-primary);
}

.tp-cart-update-btn {
	font-weight: 500;
	font-size: 16px;
	color: var(--tp-heading-primary);
	background-color: var(--tp-common-white);
	padding: 15px 29px;
	border: 1px solid rgba(0, 0, 0, 0.1);
}

.tp-cart-update-btn:hover {
	background-color: var(--tp-theme-primary);
	border-color: var(--tp-theme-primary);
	color: var(--tp-common-white);
}

.tp-cart-checkout-wrapper {
	background: var(--tp-common-white);
	box-shadow: 0px 30px 70px rgba(1, 15, 28, 0.1);
	padding: 36px 24px 28px;
	margin-left: -24px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 767px) {
	.tp-cart-checkout-wrapper {
		margin-top: 50px;
		margin-left: 0;
	}
}

.tp-cart-checkout-top {
	padding-bottom: 13px;
	margin-bottom: 19px;
	border-bottom: 1px solid #E0E2E3;
}

.tp-cart-checkout-top span {
	font-size: 20px;
	color: var(--tp-heading-primary);
	font-weight: 500;
}

.tp-cart-checkout-shipping {
	padding-bottom: 16px;
	border-bottom: 1px solid #E0E2E3;
	margin-bottom: 15px;
}

.tp-cart-checkout-shipping-title {
	font-weight: 500;
	font-size: 20px;
	margin-bottom: 7px;
	font-family: var(--tp-ff-body);
	color: var(--tp-heading-primary);
}

.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-theme-primary);
}

.tp-cart-checkout-shipping-option input:checked+label::before {
	opacity: 1;
	visibility: visible;
}

.tp-cart-checkout-shipping-option label {
	font-weight: 400;
	font-size: 15px;
	color: var(--tp-heading-primary);
	position: relative;
	padding-left: 25px;
}

.tp-cart-checkout-shipping-option label:hover {
	cursor: pointer;
}

.tp-cart-checkout-shipping-option label span {
	color: var(--tp-theme-primary);
}

.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;
}

.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-theme-primary);
	visibility: hidden;
	opacity: 0;
}

.tp-cart-checkout-total {
	margin-bottom: 25px;
}

.tp-cart-checkout-total span {
	font-weight: 500;
	font-size: 18px;
	color: var(--tp-heading-primary);
}

.tp-cart-checkout-btn {
	font-size: 16px;
	font-weight: 500;
	color: var(--tp-common-white);
	background-color: var(--tp-heading-primary);
	display: inline-block;
	padding: 14px 30px;
	text-align: center;
}

.tp-cart-checkout-btn:hover {
	background-color: var(--tp-theme-primary);
	color: var(--tp-common-white);
}

.tp-cart-add-to-cart .tp-btn {
	padding: 13px 28px;
	font-weight: 500;
}

/*----------------------------------------*/
/*  7.5 Checkout css
/*----------------------------------------*/
.tp-checkout-verify-item {
	margin-bottom: 40px;
}

.tp-checkout-verify-item:not(:last-child) {
	margin-bottom: 14px;
}

.tp-checkout-verify-reveal {
	font-size: 14px;
	color: var(--tp-common-black);
	margin-bottom: 0;
	display: inline-block;
	border: 1px dashed #AAB0B2;
	padding: 8px 26px;
	width: 100%;
}

.tp-checkout-verify-reveal button {
	color: var(--tp-theme-primary);
	position: relative;
}

.tp-checkout-verify-reveal button::after {
	position: absolute;
	content: "";
	left: 0;
	bottom: 4px;
	width: 100%;
	height: 1px;
	background-color: var(--tp-theme-primary);
}

.tp-checkout-btn {
	display: inline-block;
	font-size: 16px;
	font-weight: 500;
	color: var(--tp-common-white);
	background-color: var(--tp-theme-primary);
	height: 50px;
	line-height: 50px;
	padding: 0 30px;
	text-align: center;
}

.tp-checkout-btn:hover {
	background-color: var(--tp-common-black);
	color: var(--tp-common-white);
}

.tp-checkout-input {
	margin-bottom: 20px;
}

.tp-checkout-input label {
	font-weight: 500;
	color: var(--tp-common-black);
	margin-bottom: 5px;
}

.tp-checkout-input label span {
	color: red;
}

.tp-checkout-input input,
.tp-checkout-input textarea {
	width: 100%;
	background: #FFFFFF;
	border: 1px solid #D5D8DB;
	color: var(--tp-common-black);
	height: 60px;
}

.tp-checkout-input input:focus,
.tp-checkout-input textarea:focus {
	border-color: var(--tp-theme-primary);
}

.tp-checkout-input textarea {
	height: 200px;
	resize: none;
}

.tp-checkout-input .nice-select {
	height: 50px;
	line-height: 48px;
	border-radius: 0;
	border: 1px solid #D5D8DB;
	color: var(--tp-common-black);
	float: none;
	padding: 0 26px;
}

.tp-checkout-input .nice-select::after {
	right: 26px;
}

.tp-checkout-input .nice-select.open .list {
	-webkit-transform: scale(1) translateY(0px);
	-moz-transform: scale(1) translateY(0px);
	-ms-transform: scale(1) translateY(0px);
	-o-transform: scale(1) translateY(0px);
	transform: scale(1) translateY(0px);
}

.tp-checkout-input .nice-select .list {
	margin-top: 0;
	border-radius: 0;
	transform-origin: center center;
	-webkit-transform: scale(0.9) translateY(0px);
	-moz-transform: scale(0.9) translateY(0px);
	-ms-transform: scale(0.9) translateY(0px);
	-o-transform: scale(0.9) translateY(0px);
	transform: scale(0.9) translateY(0px);
	width: 100%;
	padding: 12px 0;
}

.tp-checkout-input .nice-select .list .option {
	line-height: 1.2;
	min-height: inherit;
	padding-top: 5px;
	padding-bottom: 5px;
}

.tp-checkout-input .nice-select .list .option:hover {
	color: var(--tp-theme-primary);
}

.tp-checkout-option {
	margin-bottom: 4px;
}

.tp-checkout-option-wrapper {
	margin-top: 10px;
	margin-bottom: 17px;
}

.tp-checkout-option input {
	display: none;
}

.tp-checkout-option input:checked~label::after {
	background-color: var(--tp-theme-primary);
	border-color: var(--tp-theme-primary);
}

.tp-checkout-option input:checked~label::before {
	visibility: visible;
	opacity: 1;
}

.tp-checkout-option label {
	font-size: 15px;
	color: #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;
	-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-checkout-option label::before {
	position: absolute;
	content: url("../img/product/icons/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-checkout-option label a:hover {
	color: var(--tp-theme-primary);
}

.tp-checkout-option label:hover {
	cursor: pointer;
}

.tp-checkout-bill-area {
	padding: 45px 40px 24px;
	background-color: var(--tp-common-white);
}

@media (max-width: 767px) {
	.tp-checkout-bill-area {
		padding: 45px 25px 24px;
	}
}

.tp-checkout-bill-title {
	font-weight: 600;
	font-size: 26px;
	margin-bottom: 35px;
	font-family: var(--tp-ff-body);
	color: var(--tp-common-black);
}

.tp-checkout-place {
	padding: 34px 30px 30px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.tp-checkout-place {
		padding: 35px 30px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 767px) {
	.tp-checkout-place {
		margin-top: 50px;
	}
}

.tp-checkout-place-title {
	font-size: 26px;
	font-weight: 600;
	margin-right: 37px;
	font-family: var(--tp-ff-body);
	color: var(--tp-common-black);
}

.tp-checkout-payment {
	padding-bottom: 26px;
	margin-bottom: 24px;
	border-bottom: 1px solid #E0E2E3;
}

.tp-checkout-payment-item:not(:last-child) {
	margin-bottom: 10px;
}

.tp-checkout-payment-item.paypal-payment label {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.tp-checkout-payment-item input {
	display: none;
}

.tp-checkout-payment-item input:checked~label::after {
	border-color: var(--tp-theme-primary);
}

.tp-checkout-payment-item input:checked~label::before {
	opacity: 1;
	visibility: visible;
}

.tp-checkout-payment-item label {
	font-size: 14px;
	position: relative;
	padding-left: 27px;
	font-weight: 500;
	color: var(--tp-common-black);
}

.tp-checkout-payment-item label:hover {
	cursor: pointer;
}

.tp-checkout-payment-item label::after {
	position: absolute;
	content: "";
	left: 0;
	top: 5px;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	border: 1px solid #BCBCBC;
	-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-checkout-payment-item label::before {
	position: absolute;
	content: "";
	left: 3px;
	top: 8px;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: var(--tp-theme-primary);
	visibility: hidden;
	opacity: 0;
	-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-checkout-payment-item label img {
	margin-left: 14px;
	-webkit-transform: translateY(-2px);
	-moz-transform: translateY(-2px);
	-ms-transform: translateY(-2px);
	-o-transform: translateY(-2px);
	transform: translateY(-2px);
}

.tp-checkout-payment-item label a {
	margin-left: 20px;
	position: relative;
}

.tp-checkout-payment-item label a::after {
	position: absolute;
	content: "";
	left: 0;
	bottom: 3px;
	width: 100%;
	height: 1px;
	background-color: var(--tp-common-black);
}

.tp-checkout-payment-desc {
	position: relative;
	padding-top: 10px;
	display: none;
}

.tp-checkout-payment-desc::after {
	position: absolute;
	content: "";
	left: 57px;
	top: 0;
	width: 16px;
	height: 16px;
	background-color: #F6F7F9;
	-webkit-transform: translateY(3px) rotate(45deg);
	-moz-transform: translateY(3px) rotate(45deg);
	-ms-transform: translateY(3px) rotate(45deg);
	-o-transform: translateY(3px) rotate(45deg);
	transform: translateY(3px) rotate(45deg);
}

.tp-checkout-payment-desc p {
	background-color: #F6F7F9;
	padding: 19px 30px;
	margin-left: 27px;
	font-size: 14px;
	line-height: 1.57;
	color: #55585B;
	margin-bottom: 0;
}

.tp-checkout-agree {
	margin-bottom: 24px;
}

.tp-return-customer {
	display: none;
	margin-top: 14px;
	padding: 40px 40px;
	background-color: var(--tp-common-white);
}

@media (max-width: 767px) {
	.tp-return-customer {
		padding: 40px 30px;
	}
}

.tp-return-customer-input {
	margin-bottom: 20px;
}

.tp-return-customer-input label {
	font-weight: 500;
	color: var(--tp-common-black);
	margin-bottom: 5px;
}

.tp-return-customer-input label span {
	color: red;
}

.tp-return-customer-input input {
	width: 100%;
	background: #FFFFFF;
	border: 1px solid #D5D8DB;
	color: var(--tp-common-black);
	height: 60px;
}

.tp-return-customer-input input:focus {
	border-color: var(--tp-theme-primary);
}

.tp-return-customer-remeber input {
	display: none;
}

.tp-return-customer-remeber input:checked~label::after {
	background-color: var(--tp-theme-primary);
	border-color: var(--tp-theme-primary);
}

.tp-return-customer-remeber input:checked~label::before {
	visibility: visible;
	opacity: 1;
}

.tp-return-customer-remeber label {
	font-size: 15px;
	color: #55585B;
	position: relative;
	padding-left: 26px;
	z-index: 1;
}

.tp-return-customer-remeber label::after {
	position: absolute;
	content: "";
	top: 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-return-customer-remeber label::before {
	position: absolute;
	content: url("../img/product/icons/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-return-customer-remeber label a:hover {
	color: var(--tp-theme-primary);
}

.tp-return-customer-remeber label:hover {
	cursor: pointer;
}

.tp-return-customer-forgot a {
	font-weight: 400;
	font-size: 15px;
	color: var(--tp-theme-primary);
	position: relative;
	display: inline-block;
}

.tp-return-customer-forgot a::after {
	position: absolute;
	content: "";
	left: auto;
	right: 0;
	bottom: 4px;
	width: 0%;
	height: 1px;
	background-color: var(--tp-theme-primary);
}

.tp-return-customer-forgot a:hover::after {
	left: 0;
	right: auto;
	width: 100%;
}

.tp-checkout-country.nice-select {
	border-radius: 0;
	width: 100%;
	background: #FFFFFF;
	border: 1px solid #D5D8DB;
	color: var(--tp-common-black);
	height: 60px;
}

.tp-checkout-country.nice-select:focus {
	border-color: var(--tp-theme-primary);
}

.tp-checkout-country.nice-select::after {
	top: 30px;
}

.tp-checkout-country.tp-checkout-input .nice-select .list {
	margin-top: 2px;
}

.tp-checkout-country.doctor-name span {
	line-height: 2.9;
}

/*----------------------------------------*/
/*  7.12 Order CSS
/*----------------------------------------*/
.tp-order-details {
	padding: 70px 100px 55px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
	.tp-order-details {
		padding: 70px 70px 55px;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.tp-order-details {
		padding: 70px 30px 55px;
	}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.tp-order-details {
		padding: 70px 50px 55px;
	}
}

@media (max-width: 767px) {
	.tp-order-details {
		padding: 40px 30px 45px;
	}
}

.tp-order-details-icon {
	margin-bottom: 22px;
}

.tp-order-details-icon span {
	display: inline-block;
	width: 120px;
	height: 120px;
	line-height: 118px;
	text-align: center;
	font-size: 55px;
	color: var(--tp-common-white);
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 50%;
}

.tp-order-details-title {
	font-size: 30px;
	font-weight: 600;
	color: var(--tp-common-white);
	margin-bottom: 7px;
}

.tp-order-details-content p {
	font-size: 16px;
	color: var(--tp-common-white);
	line-height: 1.38;
}

.tp-order-details-item {
	margin-bottom: 38px;
}

.tp-order-details-item-wrapper .row [class*=col-]:nth-child(2n) .tp-order-details-item {
	padding-left: 40px;
}

@media (max-width: 767px) {
	.tp-order-details-item-wrapper .row [class*=col-]:nth-child(2n) .tp-order-details-item {
		padding-left: 0;
	}
}

.tp-order-details-item h4 {
	font-size: 18px;
	color: var(--tp-common-white);
	margin-bottom: 0;
	font-weight: 400;
}

.tp-order-details-item p {
	font-weight: 700;
	font-size: 18px;
	color: var(--tp-common-white);
	margin-bottom: 0;
}

.tp-order-info-wrapper {
	padding: 42px 50px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.tp-order-info-wrapper {
		padding: 42px 40px;
	}
}

@media (max-width: 767px) {
	.tp-order-info-wrapper {
		padding: 42px 30px;
	}
}

.tp-order-info-title {
	font-size: 26px;
	font-weight: 600;
	margin-bottom: 40px;
}

.tp-order-info-list ul li {
	list-style: none;
	padding: 15px 0;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.tp-order-info-list ul li:not(:last-child) {
	border-bottom: 1px solid #E0E2E3;
}

.tp-order-info-list ul li span {
	font-size: 15px;
	color: var(--tp-common-black);
}

.tp-order-info-list ul li.tp-order-info-list-header {
	padding-top: 0;
	padding-bottom: 12px;
}

.tp-order-info-list ul li.tp-order-info-list-header h4 {
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 0;
	font-family: var(--tp-ff-body);
	color: var(--tp-common-black);
}

.tp-order-info-list ul li.tp-order-info-list-desc p {
	font-size: 15px;
	margin-bottom: 0;
}

.tp-order-info-list ul li.tp-order-info-list-desc p span {
	font-size: 15px;
	font-weight: 500;
}

.tp-order-info-list ul li.tp-order-info-list-subtotal span:last-child {
	color: var(--tp-theme-primary);
}

.tp-order-info-list ul li.tp-order-info-list-shipping span input {
	display: none;
}

.tp-order-info-list ul li.tp-order-info-list-shipping span input:checked~label::after {
	border-color: var(--tp-theme-primary);
}

.tp-order-info-list ul li.tp-order-info-list-shipping span input:checked~label::before {
	opacity: 1;
	visibility: visible;
}

.tp-order-info-list ul li.tp-order-info-list-shipping span label {
	font-size: 14px;
	position: relative;
	padding-right: 27px;
}

.tp-order-info-list ul li.tp-order-info-list-shipping span label span {
	color: var(--tp-theme-primary);
}

.tp-order-info-list ul li.tp-order-info-list-shipping span label:hover {
	cursor: pointer;
}

.tp-order-info-list ul li.tp-order-info-list-shipping span label::after {
	position: absolute;
	content: "";
	right: 0;
	top: 5px;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	border: 1px solid #BCBCBC;
	-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-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-theme-primary);
	visibility: hidden;
	opacity: 0;
	-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-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.9 Login CSS
/*----------------------------------------*/
.tp-login-wrapper {
	box-shadow: 0px 30px 70px rgba(1, 15, 28, 0.1);
	padding: 50px 60px 70px;
	background-color: var(--tp-common-white);
}

@media (max-width: 767px) {
	.tp-login-wrapper {
		padding-left: 20px;
		padding-right: 20px;
	}
}

.tp-login-title {
	font-weight: 500;
	font-size: 30px;
	margin-bottom: 4px;
}

.tp-login-top p {
	font-weight: 400;
	font-size: 16px;
	color: #49535B;
}

.tp-login-top p a {
	color: var(--tp-theme-primary);
	position: relative;
	display: inline-block;
}

.tp-login-top p a::after {
	position: absolute;
	content: "";
	left: auto;
	right: 0;
	bottom: 4px;
	width: 0%;
	height: 1px;
	background-color: var(--tp-theme-primary);
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}

.tp-login-top p a:hover::after {
	left: 0;
	right: auto;
	width: 100%;
}

.tp-login-option-item {
	margin-bottom: 10px;
}

.tp-login-option-item:not(:last-child) {
	margin-right: 10px;
}

.tp-login-option-item.has-google a {
	width: 252px;
}

.tp-login-option-item.has-google a img {
	margin-right: 7px;
}

.tp-login-option-item a {
	display: inline-block;
	width: 98px;
	height: 56px;
	line-height: 54px;
	text-align: center;
	border: 1px solid #E0E2E3;
	font-size: 16px;
	color: #041226;
}

.tp-login-option-item a img {
	-webkit-transform: translateY(-2px);
	-moz-transform: translateY(-2px);
	-ms-transform: translateY(-2px);
	-o-transform: translateY(-2px);
	transform: translateY(-2px);
}

.tp-login-option-item a img.apple {
	-webkit-transform: translateY(-3px);
	-moz-transform: translateY(-3px);
	-ms-transform: translateY(-3px);
	-o-transform: translateY(-3px);
	transform: translateY(-3px);
}

.tp-login-option-item a:hover {
	border-color: var(--tp-theme-primary);
}

.tp-login-mail {
	position: relative;
	z-index: 1;
}

.tp-login-mail p {
	font-size: 15px;
	color: #55585B;
	margin-bottom: 0;
	padding: 0 20px;
	position: relative;
	display: inline-block;
	background-color: var(--tp-common-white);
}

.tp-login-mail p a:hover {
	color: var(--tp-theme-primary);
}

.tp-login-mail::after {
	position: absolute;
	content: "";
	left: 0;
	right: 0;
	bottom: 12px;
	width: 100%;
	height: 1px;
	background-color: #E0E2E3;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
	z-index: -1;
}

.tp-login-input-wrapper {
	margin-bottom: 14px;
}

.tp-login-input-box {
	position: relative;
}

.tp-login-input-box:not(:last-child) {
	margin-bottom: 34px;
}

.tp-login-input input {
	height: 56px;
	background: #FFFFFF;
	border: 1px solid #E0E2E3;
	font-size: 14px;
	color: var(--tp-common-black);
}

.tp-login-input input::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: #95999D;
}

.tp-login-input input::-moz-placeholder {
	/* Firefox 19+ */
	color: #95999D;
}

.tp-login-input input:-moz-placeholder {
	/* Firefox 4-18 */
	color: #95999D;
}

.tp-login-input input:-ms-input-placeholder {
	/* IE 10+  Edge*/
	color: #95999D;
}

.tp-login-input input::placeholder {
	/* MODERN BROWSER */
	color: #95999D;
}

.tp-login-input input:focus {
	border-color: var(--tp-theme-primary);
}

.tp-login-input-title label {
	font-size: 14px;
	color: var(--tp-heading-primary);
	position: absolute;
	top: -7px;
	left: 20px;
	padding: 0 5px;
	background-color: var(--tp-common-white);
	line-height: 1;
}

.tp-login-input-eye {
	position: absolute;
	right: 26px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.tp-login-input-eye .open-eye {
	display: none;
}

.tp-login-input-eye span {
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}

.tp-login-input-eye:hover {
	cursor: pointer;
}

.tp-login-input-eye:hover span {
	color: var(--tp-common-black);
}

.tp-login-remeber input {
	display: none;
}

.tp-login-remeber input:checked~label::after {
	background-color: var(--tp-theme-primary);
	border-color: var(--tp-theme-primary);
}

.tp-login-remeber input:checked~label::before {
	visibility: visible;
	opacity: 1;
}

.tp-login-remeber label {
	font-size: 15px;
	color: #55585B;
	position: relative;
	padding-left: 26px;
	z-index: 1;
}

.tp-login-remeber label::after {
	position: absolute;
	content: "";
	top: 4px;
	left: 0;
	width: 18px;
	height: 18px;
	line-height: 16px;
	text-align: center;
	border: 1px solid #C3C7C9;
	z-index: -1;
	-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-login-remeber label::before {
	position: absolute;
	content: url("../img/product/icons/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-login-remeber label a:hover {
	color: var(--tp-theme-primary);
}

.tp-login-remeber label:hover {
	cursor: pointer;
}

.tp-login-forgot a {
	font-weight: 400;
	font-size: 15px;
	color: var(--tp-theme-primary);
	position: relative;
	display: inline-block;
}

.tp-login-forgot a::after {
	position: absolute;
	content: "";
	left: auto;
	right: 0;
	bottom: 4px;
	width: 0%;
	height: 1px;
	background-color: var(--tp-theme-primary);
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}

.tp-login-forgot a:hover::after {
	left: 0;
	right: auto;
	width: 100%;
}

.tp-login-btn {
	font-weight: 500;
	font-size: 16px;
	color: var(--tp-common-white);
	background-color: var(--tp-heading-primary);
	padding: 14px 30px;
	text-align: center;
	display: inline-block;
}

.tp-login-btn:hover {
	background-color: var(--tp-theme-primary);
	color: var(--tp-common-white);
}

.tp-login-shape-1,
.tp-login-shape-2,
.tp-login-shape-3,
.tp-login-shape-4 {
	position: absolute;
	z-index: -1;
}

.tp-login-shape-1 {
	top: 15%;
	left: 22%;
	animation: bannerAnimationTwo 6s infinite linear;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
	.tp-login-shape-1 {
		left: 8%;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.tp-login-shape-1 {
		left: 4%;
	}
}

.tp-login-shape-2 {
	bottom: 15%;
	right: 14%;
	animation: tpswing 2s ease-in-out 0.1s forwards infinite alternate;
	transform-origin: bottom right;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
	.tp-login-shape-2 {
		right: 15%;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.tp-login-shape-2 {
		right: 8%;
	}
}

.tp-login-shape-3 {
	top: 7%;
	right: 22%;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
	.tp-login-shape-3 {
		right: 15%;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.tp-login-shape-3 {
		right: 10%;
	}
}

.tp-login-shape-4 {
	bottom: 27%;
	right: 20%;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
	.tp-login-shape-4 {
		right: 10%;
	}
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
	.tp-login-shape-4 {
		right: 3%;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.tp-login-shape-4 {
		right: -6%;
	}
}

/*----------------------------------------*/
/*  8.2 ECOMMERCE css
/*----------------------------------------*/
.tp-product-quantity {
	width: 232px;
	position: relative;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.tp-product-quantity {
		width: 180px;
	}
}

@media (max-width: 767px) {
	.tp-product-quantity {
		margin-bottom: 20px;
	}
}

.tp-cart-plus,
.tp-cart-minus {
	width: 80px;
	height: 80px;
	line-height: 76px;
	display: inline-block;
	text-align: center;
	font-size: 16px;
	color: var(--tp-heading-primary);
	position: absolute;
	top: 50%;
	left: 10px;
	-webkit-transition: all 0.3s 0s ease-out;
	-moz-transition: all 0.3s 0s ease-out;
	-ms-transition: all 0.3s 0s ease-out;
	-o-transition: all 0.3s 0s ease-out;
	transition: all 0.3s 0s ease-out;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.tp-cart-plus::after,
.tp-cart-minus::after {
	position: absolute;
	content: "";
	width: 1px;
	height: 26px;
	top: 50%;
	right: 0;
	background-color: #DADCE0;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	display: none;
}

.tp-cart-plus svg,
.tp-cart-minus svg {
	-webkit-transform: translateY(-2px);
	-moz-transform: translateY(-2px);
	-ms-transform: translateY(-2px);
	-o-transform: translateY(-2px);
	transform: translateY(-2px);
}

.tp-cart-plus:hover,
.tp-cart-minus:hover {
	cursor: pointer;
	color: var(--tp-theme-primary);
}

.tp-cart-plus.tp-cart-plus,
.tp-cart-minus.tp-cart-plus {
	left: auto;
	right: 10px;
}

.tp-cart-plus.tp-cart-plus::after,
.tp-cart-minus.tp-cart-plus::after {
	left: 0;
	right: auto;
}

.tp-cart-input[type=text] {
	width: 100%;
	height: 80px;
	text-align: center;
	font-size: 20px;
	border: 1px solid transparent;
	background-color: #FAEFEB;
	padding: 0 45px;
	line-height: 1.5;
	color: var(--tp-heading-primary);
}

[dir=rtl] .tp-cart-input[type=text] {
	text-align: center;
}

.tp-cart-input[type=text]:focus {
	outline: none;
}

.product-action-btn {
	position: relative;
}

.product-action-btn .product-action-tooltip {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 90%;
	font-weight: 500;
	font-size: 12px;
	color: var(--tp-common-white);
	background-color: var(--tp-common-black);
	z-index: 1;
	display: inline-block;
	width: max-content;
	line-height: 1;
	padding: 4px 8px;
	margin-right: 8px;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all 0.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;
}

.product-action-btn .product-action-tooltip::after {
	position: absolute;
	content: "";
	right: 0;
	top: 50%;
	-webkit-transform: translate(50%, -50%) rotate(45deg);
	-moz-transform: translate(50%, -50%) rotate(45deg);
	-ms-transform: translate(50%, -50%) rotate(45deg);
	-o-transform: translate(50%, -50%) rotate(45deg);
	transform: translate(50%, -50%) rotate(45deg);
	height: 8px;
	width: 8px;
	background-color: var(--tp-common-black);
}

.product-action-btn svg {
	-webkit-transform: translateY(-1px);
	-moz-transform: translateY(-1px);
	-ms-transform: translateY(-1px);
	-o-transform: translateY(-1px);
	transform: translateY(-1px);
}

.product-action-btn:hover .product-action-tooltip {
	visibility: visible;
	opacity: 1;
	right: 100%;
}

.product-add-cart-btn {
	font-weight: 500;
	font-size: 20px;
	color: var(--tp-common-white);
	background-color: var(--tp-heading-primary);
	display: inline-block;
	padding: 7px 25px;
	text-align: center;
}

.product-add-cart-btn svg,
.product-add-cart-btn i {
	margin-right: 7px;
}

.product-add-cart-btn svg {
	-webkit-transform: translateY(-2px);
	-moz-transform: translateY(-2px);
	-ms-transform: translateY(-2px);
	-o-transform: translateY(-2px);
	transform: translateY(-2px);
}

.product-add-cart-btn:hover {
	color: var(--tp-common-white);
	background-color: var(--tp-theme-primary);
}

.product-add-cart-btn-2 {
	border: 1px solid #DADCE0;
	color: var(--tp-common-black);
	background-color: var(--tp-common-white);
	font-size: 15px;
	font-weight: 500;
	padding: 6px 33px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.product-add-cart-btn-2 {
		padding: 6px 21px;
	}
}

@media (max-width: 767px) {
	.product-add-cart-btn-2 {
		width: 100%;
	}
}

.product-add-cart-btn-2:hover {
	background-color: var(--tp-theme-primary);
	border-color: var(--tp-theme-primary);
	color: var(--tp-common-white);
}

.product-add-cart-btn-3 {
	background-color: var(--tp-heading-primary);
	color: var(--tp-common-white);
	padding: 27px 55px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
	.product-add-cart-btn-3 {
		padding: 27px 41px;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.product-add-cart-btn-3 {
		padding: 27px 30px;
	}
}

.product-add-cart-btn-3:hover {
	color: var(--tp-common-white);
	background-color: var(--tp-theme-primary);
}

@media (max-width: 767px) {
	.product-add-cart-btn-3 {
		width: 100%;
	}
}

/*----------------------------------------*/
/*  8.1 Cart css
/*----------------------------------------*/
.cartmini__area {
	position: fixed;
	right: 0;
	top: 0;
	width: 360px;
	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;
	-webkit-transition: 0.45s ease-in-out, opacity 0.45s ease-in-out;
	-moz-transition: 0.45s ease-in-out, opacity 0.45s ease-in-out;
	-ms-transition: 0.45s ease-in-out, opacity 0.45s ease-in-out;
	-o-transition: 0.45s ease-in-out, opacity 0.45s ease-in-out;
	transition: 0.45s ease-in-out, opacity 0.45s ease-in-out;
	z-index: 999;
	overflow-y: scroll;
	overscroll-behavior-y: contain;
	scrollbar-width: none;
}

.cartmini__area::-webkit-scrollbar {
	display: none;
	/* for Chrome, Safari, and Opera */
}

.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%;
}

.cartmini__title {
	padding: 20px 20px;
	border-bottom: 1px solid var(--tp-border-primary);
	box-shadow: 0 0 10px 0 rgba(129, 129, 129, 0.2);
}

.cartmini__title h4 {
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 600;
	margin-bottom: 0;
}

.cartmini__close {
	position: absolute;
	top: 17px;
	right: 20px;
}

.cartmini__close-btn {
	background: transparent;
	color: var(--tp-common-black);
	font-size: 22px;
}

.cartmini__close-btn:hover {
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
}

.cartmini__widget {
	height: 100%;
}

.cartmini__widget-item {
	position: relative;
	display: flex;
	padding: 20px;
	padding-right: 35px;
	border-bottom: 1px solid rgba(129, 129, 129, 0.2);
	-webkit-transition: backgroud-color 0.3s 0s ease-out;
	-moz-transition: backgroud-color 0.3s 0s ease-out;
	-ms-transition: backgroud-color 0.3s 0s ease-out;
	-o-transition: backgroud-color 0.3s 0s ease-out;
	transition: backgroud-color 0.3s 0s ease-out;
}

.cartmini__thumb {
	margin-right: 15px;
}

.cartmini__thumb img {
	width: 70px;
	height: 90px;
}

.cartmini__content h5 {
	font-size: 15px;
	margin-bottom: 12px;
	font-weight: 500;
}

.cartmini__content h5 a:hover {
	color: var(--tp-theme-primary);
}

.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 var(--tp-border-primary);
	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: 10px;
	right: 10px;
	width: 25px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	color: var(--tp-common-black);
	font-size: 12px;
}

.cartmini__del:hover {
	color: var(--tp-theme-primary);
}

.cartmini__checkout {
	padding: 20px;
	padding-bottom: 85px;
	width: 100%;
	background: var(--tp-common-white);
	border-top: 2px solid var(--tp-border-primary);
}

.cartmini__checkout-title h4 {
	font-size: 18px;
	display: inline-block;
	font-weight: 600;
	margin-bottom: 0;
}

.cartmini__checkout-title span {
	float: right;
	font-size: 20px;
	color: var(--tp-common-black);
	font-weight: 600;
	color: var(--tp-theme-primary);
}

.cartmini__checkout-btn .tp-btn {
	background-color: var(--tp-grey-1);
	font-size: 15px;
	text-transform: capitalize;
	color: var(--tp-common-black);
	padding: 10px 30px;
}

.cartmini__checkout-btn .tp-btn:hover {
	background-color: var(--tp-common-black);
	color: var(--tp-common-white);
}

.cartmini__checkout-btn .tp-btn-border {
	padding: 10px 30px;
	font-size: 15px;
	text-transform: capitalize;
}

.cartmini__price {
	font-size: 14px;
	font-weight: 500;
	color: var(--tp-theme-primary);
}

.cartmini__quantity {
	font-size: 12px;
	font-weight: 500;
}

.cartmini__empty {
	margin-top: 150px;
}

.cartmini__empty img {
	margin-bottom: 30px;
}

.cartmini__empty p {
	font-size: 16px;
	color: var(--tp-common-black);
	margin-bottom: 15px;
}

.cartmini__empty .tp-btn {
	background-color: var(--tp-grey-1);
	font-size: 15px;
	text-transform: capitalize;
	color: var(--tp-common-black);
	padding: 10px 30px;
}

.cartmini__empty .tp-btn:hover {
	background-color: var(--tp-common-black);
	color: var(--tp-common-white);
}

.mini-cart-box {
	width: 300px;
	background: #fff;
	background-color: rgb(255, 255, 255);
	padding: 20px 20px;
	background-color: #fff;
	box-shadow: 0px 5px 10px rgba(62, 68, 90, 0.1);
	border: 1px solid #edeef5;
	position: absolute;
	z-index: 9999;
	right: 0;
	top: 100%;
	transform: scale(1, 0);
	transform-origin: 0 0;
	opacity: 0;
	visibility: hidden;
	transition: opacity 500ms ease, visibility 500ms ease, transform 700ms ease;
}

.mini-cart-item {
	display: flex;
	align-items: center;
	margin-top: 0.625rem;
	padding-top: 0.625rem;
	border-top: 1px solid #EDEEF5;
}

.mini-cart-item:first-child {
	margin-top: 0;
	padding-top: 0;
	border-top: none;
}

.mini-cart-content {
	flex: 1;
	position: static;
	padding: 0;
	text-align: left;
}

.mini-cart-thumb {
	flex: 0 0 auto;
	margin-right: 10px;
}

.mini-cart-thumb img {
	height: 56px;
	width: 56px;
	object-fit: cover;
}

.mini-cart-title {
	font-size: 16px;
	font-family: var(--tp-ff-body);
	margin-bottom: 0;
}

.mini-cart-title a:hover {
	color: var(--tp-theme-primary);
}

.mini-cart-remove {
	flex: 0 0 auto;
}

.mini-cart-quantity {
	font-size: 14px;
	color: var(--tp-heading-primary);
}

.mini-cart-quantity span {
	color: var(--tp-theme-primary);
	font-size: 14px;
}

.mini-cart-amount {
	font-size: 14px;
	color: var(--tp-theme-primary);
}

.mini-cart-total {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 20px;
	margin-bottom: 15px;
	padding-top: 15px;
	border-top: 1px solid #EDEEF5;
}

.mini-cart-buttons .tp-btn {
	width: 100%;
	font-weight: 500;
	padding: 7px 28px;
	font-size: 16px;
}

.mini-cart-buttons .tp-btn:hover {
	background-color: var(--tp-heading-primary);
	color: var(--tp-common-white);
	border-color: var(--tp-heading-primary);
}

.mini-cart-buttons .tp-btn.cart-btn {
	background-color: var(--tp-common-white);
	color: var(--tp-theme-primary);
}

.mini-cart-buttons .tp-btn.cart-btn:hover {
	background-color: var(--tp-heading-primary);
	color: var(--tp-common-white);
}

.cart-list-wrap {
	padding: 34px 0;
	position: relative;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
	.cart-list-wrap {
		padding: 28px 0;
	}
}

.cart-list-wrap:hover .mini-cart-box {
	visibility: visible;
	opacity: 1;
	transform: scale(1);
}

.cart-list-wrapper {
	margin-left: 48px;
}

/*----------------------------------------*/
/*  8.3 Product css
/*----------------------------------------*/
.product__modal .modal-dialog {
	max-width: 1320px;
	border-radius: 0;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
	.product__modal .modal-dialog {
		max-width: 1100px;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.product__modal .modal-dialog {
		max-width: 900px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.product__modal .modal-dialog {
		max-width: 700px;
	}
}

.product__modal .modal-content {
	padding: 40px;
	border-radius: 0;
}

@media (max-width: 767px) {
	.product__modal .modal-content {
		padding: 20px;
	}
}

.product__modal .product__details-thumb-nav .nav-link {
	width: 90px;
	height: 90px;
	margin-bottom: 10px;
}

.product__modal .product__details-thumb-nav .nav-link img {
	width: 100%;
}

@media (max-width: 767px) {
	.product__modal .product__details-thumb-nav .nav-link {
		width: 70px;
		height: 70px;
	}
}

.product__modal-close {
	position: absolute;
	top: 20px;
	right: 20px;
}

.product__modal-close-btn {
	display: inline-block;
	font-size: 16px;
	height: 44px;
	width: 44px;
	line-height: 44px;
	background-color: transparent;
	color: var(--tp-text-1);
	border-radius: 50%;
}

.product__modal-close-btn:hover {
	color: var(--tp-theme-primary);
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
}

.product__modal-close-btn svg {
	-webkit-transform: translateY(-2px);
	-moz-transform: translateY(-2px);
	-ms-transform: translateY(-2px);
	-o-transform: translateY(-2px);
	transform: translateY(-2px);
}

/*# sourceMappingURL=main.css.map */


.pd-40 {
	padding: 0px 0px 0px 40px;
}

.footer-logo a img {
	height: 113px;
}

.side-info-logo.mb-30 a img {
	height: 100px;
}

.flex {
	display: flex;
	align-items: center;
}

.pagination-area {
    margin-top: 20px;
}

#page-info {
    font-size: 16px;
    color: #333;
}

.offcanvas__logo.logo img {
    width: 100px;
}

.color{
    color:#066306;
}


/*===================================================POPUP=============================================*/

  /* Popup Background */
  .popup-overlay {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.6);
	justify-content: center;
	align-items: center;
	z-index: 999;
}

/* Popup Form */
.popup-form {
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    width: 500px;
    height: 80%;
    text-align: center;
    position: relative;
    overflow: auto;
}

.popup-form input, .popup-form textarea {
	width: 100%;
	padding: 8px;
	margin: 8px 0;
}

.popup-form button {
	padding: 10px;
	/* background: blue; */
	color: white;
	border: none;
	cursor: pointer;
}

/* Close Button */
.close-btn {
	position: absolute;
	top: 10px;
	right: 10px;
	cursor: pointer;
}

/* Thank You Message */
.thank-you-message {
	display: none;
	background: #fff;
	padding: 20px;
	border-radius: 10px;
	text-align: center;
}

.form-control {
	display: block;
	width: 100%;
	padding: .375rem .75rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #212529;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: .25rem;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
	.form-control {
		transition: none
	}
}

.form-control[type=file] {
	overflow: hidden
}

.form-control[type=file]:not(:disabled):not([readonly]) {
	cursor: pointer
}

.form-control:focus {
	color: #212529;
	background-color: #fff;
	border-color: #86b7fe;
	outline: 0;
	box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25)
}

.form-control::-webkit-date-and-time-value {
	height: 1.5em
}

.form-control::-moz-placeholder {
	color: #6c757d;
	opacity: 1
}

.form-control::placeholder {
	color: #6c757d;
	opacity: 1
}

.form-control:disabled,
.form-control[readonly] {
	background-color: #e9ecef;
	opacity: 1
}

.form-control::file-selector-button {
	padding: .375rem .75rem;
	margin: -.375rem -.75rem;
	-webkit-margin-end: .75rem;
	margin-inline-end: .75rem;
	color: #212529;
	background-color: #e9ecef;
	pointer-events: none;
	border-color: inherit;
	border-style: solid;
	border-width: 0;
	border-inline-end-width: 1px;
	border-radius: 0;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
	.form-control::file-selector-button {
		transition: none
	}
}

.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
	background-color: #dde0e3
}

.form-control::-webkit-file-upload-button {
	padding: .375rem .75rem;
	margin: -.375rem -.75rem;
	-webkit-margin-end: .75rem;
	margin-inline-end: .75rem;
	color: #212529;
	background-color: #e9ecef;
	pointer-events: none;
	border-color: inherit;
	border-style: solid;
	border-width: 0;
	border-inline-end-width: 1px;
	border-radius: 0;
	-webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
	.form-control::-webkit-file-upload-button {
		-webkit-transition: none;
		transition: none
	}
}

.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
	background-color: #dde0e3
}

.form-control-plaintext {
	display: block;
	width: 100%;
	padding: .375rem 0;
	margin-bottom: 0;
	line-height: 1.5;
	color: #212529;
	background-color: transparent;
	border: solid transparent;
	border-width: 1px 0
}

.whatsapp{
	margin-left: 25px;
}



.team {
    display: flex;
    justify-content: space-around;
}

@media (max-width: 768px) {
    .logo img {
        height: 100px; /* Adjust the height as needed */
    }

	iframe {
		border: 0;
		height: 200px;
		width: 200px;
	}

	.productvideo{
		height: 200px !important;
	}
}

.productvideo{
	height: 370px;
}





