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

    Template Name: Nestro - Dentist & Dental Clinic HTML Template
    Author: Oclata
    Support: etorisoft@gmail.com
    Description: Nestro - Dentist & Dental Clinic HTML Template
    Version: 1.0

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

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

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

	-----------------
    02. COMPONENTS css
	-----------------
    2.1 Accordion
    2.2 Animated Headline
    2.4 Animations
    2.4 Background
    2.5 Back to Top
    2.6 Breadcrumb
    2.7 Buttons
    2.8 Cursor Style
    2.9 Hover Animation
    2.10 Offcanvas
    2.11 Pagination
    2.12 Preloader
    2.13 Section Title
    2.14 Custom Animation
    2.15 Search
	-----------------

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

    ---------------------------------
	04. MENU CSS
	---------------------------------
		4.1 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

    
---------------------------------
	07. PAGES CSS
	---------------------------------
    7.1 Hero css
    7.2 Hero Style Two
    7.3 Hero Style Three
    7.4 Funfact Style One
    7.5 About Style
    7.6 About Style
    7.7 Choose style one
    7.8 Appoinment style
    7.9 Testimonial style
    8.1 Doctor style
    8.2 CTA style
    8.3 Booking style
    

**********************************************/
/*----------------------------------------*/
/*  1.1 Theme Default
/*----------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');

.tp-search-area {
  -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-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;
}

.tp-all-font-roboto *:not(i) {
  font-family: var(--tp-ff-roboto);
}

/* transform */
:root {
  /**
  @font family declaration
  */
  --tp-ff-body: "Poppins", sans-serif;
  --tp-ff-heading: "Poppins", sans-serif;
  --tp-ff-fontawesome: "Font Awesome 6 Pro";
  /**
  @color declaration
  */
  --tp-common-white: #FFFFFF;
  --tp-common-white-2: #FFF8F8;
  /* updated */
  --tp-common-black: #1E1D2B;
  /* updated */
  --tp-common-black-2: #2E2D3B;
  /* updated */
  --tp-common-black-3: #222;
  --tp-title-black: #000;
  --tp-theme-primary: #C5E3FF;
  /* updated */
  --tp-theme-primary-2: #80B3DA;
  /* updated */
  --tp-theme-primary-3: #A9F0A6;
  /* updated */
  --tp-theme-primary-4: #A9F0A6;
  /* updated */
  --tp-theme-primary-5: #D1D3D3;
  /* updated */
  --tp-text-body: #404040;
  /* updated */
  --tp-border-primary: #22232c;
  --tp-border-secondary: #5C5C5C;
  --tp-border-third: #D9D9D9;
  --tp-grey-1: #404040;
  /* updated */
  --tp-grey-2: #B1BECC;
  /* updated */
  --tp-grey-3: #59595c;
  --tp-grey-bg: #1a1a1a;
}

.container,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
  max-width: 1350px;
  --bs-gutter-x: 30px;
}

.container-1310 {
  max-width: 1340px;
  --bs-gutter-x: 30px;
}

.container-1850 {
  max-width: 1850px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}

.mb-5 {
  margin-bottom: 5px;
}

.text-1 {
  margin-top: 5px;
}

.text-2 {
  margin-top: 10px;
}

.text-3 {
  margin-top: 15px;
}

.text-4 {
  margin-top: 20px;
}

.text-5 {
  margin-top: 25px;
}

.text-6 {
  margin-top: 30px;
}

.text-7 {
  margin-top: 35px;
}

.text-8 {
  margin-top: 40px;
}

.text {
  margin-top: 45px;
}

.text-10 {
  margin-top: 50px;
}

.text-11 {
  margin-top: 55px;
}

.text-12 {
  margin-top: 60px;
}

.text-13 {
  margin-top: 65px;
}

.text-14 {
  margin-top: 70px;
}

.text-15 {
  margin-top: 75px;
}

.text-16 {
  margin-top: 80px;
}

.text-17 {
  margin-top: 85px;
}

.text-18 {
  margin-top: 90px;
}

.text-19 {
  margin-top: 95px;
}

.text-20 {
  margin-top: 100px;
}

.text-21 {
  margin-top: 105px;
}

.text-22 {
  margin-top: 110px;
}

.text-23 {
  margin-top: 115px;
}

.text-24 {
  margin-top: 120px;
}

.text-25 {
  margin-top: 125px;
}

.text-26 {
  margin-top: 130px;
}

.text-27 {
  margin-top: 135px;
}

.text-28 {
  margin-top: 140px;
}

.text-29 {
  margin-top: 145px;
}

.text-30 {
  margin-top: 150px;
}

.text-31 {
  margin-top: 155px;
}

.text-32 {
  margin-top: 160px;
}

.text-33 {
  margin-top: 165px;
}

.text-34 {
  margin-top: 170px;
}

.text-35 {
  margin-top: 175px;
}

.text-36 {
  margin-top: 180px;
}

.text-37 {
  margin-top: 185px;
}

.text-38 {
  margin-top: 190px;
}

.text-39 {
  margin-top: 195px;
}

.text-40 {
  margin-top: 200px;
}

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

/*---------------------------------
	typography css start 
---------------------------------*/
body {
  font-size: 18px;
  line-height: 28px;
  font-weight: normal;
  color: var(--tp-text-body);
  font-family: var(--tp-ff-body);
  overflow-x: hidden;
  background-color: var(--tp-common-white);
}

a {
  text-decoration: none;
}

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

h1 {
  font-size: 40px;
}

h2 {
  font-size: 36px;
}

h3 {
  font-size: 28px;
}

h4 {
  font-size: 24px;
}

h5 {
  font-size: 20px;
}

h6 {
  font-size: 16px;
}

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

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

@media (max-width: 575px) {
  p {
    font-size: 16px;
    line-height: 1.5;
  }
}

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

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

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

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

button:hover {
  cursor: pointer;
}

button:focus {
  outline: 0;
}

.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}

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

input[type=text]::-webkit-input-placeholder,
input[type=email]::-webkit-input-placeholder,
input[type=tel]::-webkit-input-placeholder,
input[type=number]::-webkit-input-placeholder,
input[type=password]::-webkit-input-placeholder,
input[type=url]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #95999D;
}

input[type=text]::-moz-placeholder,
input[type=email]::-moz-placeholder,
input[type=tel]::-moz-placeholder,
input[type=number]::-moz-placeholder,
input[type=password]::-moz-placeholder,
input[type=url]::-moz-placeholder,
textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: #95999D;
}

input[type=text]:-moz-placeholder,
input[type=email]:-moz-placeholder,
input[type=tel]:-moz-placeholder,
input[type=number]:-moz-placeholder,
input[type=password]:-moz-placeholder,
input[type=url]:-moz-placeholder,
textarea:-moz-placeholder {
  /* Firefox 4-18 */
  color: #95999D;
}

input[type=text]:-ms-input-placeholder,
input[type=email]:-ms-input-placeholder,
input[type=tel]:-ms-input-placeholder,
input[type=number]:-ms-input-placeholder,
input[type=password]:-ms-input-placeholder,
input[type=url]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  /* IE 10+  Edge*/
  color: #95999D;
}

input[type=text]::placeholder,
input[type=email]::placeholder,
input[type=tel]::placeholder,
input[type=number]::placeholder,
input[type=password]::placeholder,
input[type=url]::placeholder,
textarea::placeholder {
  /* MODERN BROWSER */
  color: #95999D;
}

[dir=rtl] input[type=text],
[dir=rtl] input[type=email],
[dir=rtl] input[type=tel],
[dir=rtl] input[type=number],
[dir=rtl] input[type=password],
[dir=rtl] input[type=url],
[dir=rtl] textarea {
  text-align: right;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=tel]:focus,
input[type=number]:focus,
input[type=password]:focus,
input[type=url]:focus,
textarea:focus {
  border-color: var(--tp-common-black);
}

input[type=text]:focus::placeholder,
input[type=email]:focus::placeholder,
input[type=tel]:focus::placeholder,
input[type=number]:focus::placeholder,
input[type=password]:focus::placeholder,
input[type=url]:focus::placeholder,
textarea:focus::placeholder {
  opacity: 0;
}

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

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

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

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

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

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

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

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

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


.tp-space {
  padding-top: 120px;
  padding-bottom: 120px;
}

@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: 575px) {
  .tp-space {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

.tp-space-top {
  padding-top: 120px;
}

@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: 575px) {
  .tp-space-top {
    padding-top: 80px;
  }
}

.tp-space-bottom {
  padding-bottom: 120px;
}

@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: 575px) {
  .tp-space-bottom {
    padding-bottom: 80px;
  }
}


/*---------------------------------
    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: 99;
  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: url("../img/icon/cross-out.png"), pointer;
} */

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

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

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

/* gutter for x axis */
.tp-gx-20 {
  --bs-gutter-x: 20px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-gx-20 {
    --bs-gutter-x: 20px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-gx-20 {
    --bs-gutter-x: 20px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-gx-20 {
    --bs-gutter-x: 15px;
  }
}

@media (max-width: 575px) {
  .tp-gx-20 {
    --bs-gutter-x: 10px;
  }
}

.tp-gx-20 [class*=col-] {
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

/* gutter for x axis */
.tp-gx-30 {
  --bs-gutter-x: 30px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-gx-30 {
    --bs-gutter-x: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-gx-30 {
    --bs-gutter-x: 30px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-gx-30 {
    --bs-gutter-x: 15px;
  }
}

@media (max-width: 575px) {
  .tp-gx-30 {
    --bs-gutter-x: 10px;
  }
}

.tp-gx-30 [class*=col-] {
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

/* gutter for x axis */
.tp-gx-40 {
  --bs-gutter-x: 40px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-gx-40 {
    --bs-gutter-x: 40px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-gx-40 {
    --bs-gutter-x: 30px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-gx-40 {
    --bs-gutter-x: 30px;
  }
}

@media (max-width: 575px) {
  .tp-gx-40 {
    --bs-gutter-x: 15px;
  }
}

.tp-gx-40 [class*=col-] {
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

.tp-section-hidden {
  opacity: 0;
  filter: blur(5px);
  transition: all 1.8s;
}

.show {
  opacity: 1;
  filter: blur(0);
}

.chooseus-animi {
  transform: scale(0.8);
}

.chooseus-animi.show {
  transform: scale(1);
}

.tp-scroll-down {
  padding-top: 24px;
  padding-bottom: 24px;
  width: 60px;
  border: 1px dashed rgba(255, 255, 255, 0.2);
  border-radius: 40px;
  display: block;
  text-align: center;
}

.tp-scroll-down .circle {
  font-size: 12px;
  display: block;
  color: var(--tp-common-white);
  animation: scroll 1s infinite ease-in-out alternate;
}

.tp-scroll-down .arrow {
  color: var(--tp-common-white);
  display: block;
  padding-top: 15px;
}

.tp-social-box a {
  position: relative;
  width: 40px;
  height: 40px;
  font-size: 14px;
  line-height: 38px;
  text-align: center;
  display: inline-block;
  color: var(--tp-common-white);
  border: 1px solid var(--tp-border-primary);
  border-radius: 50%;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.tp-social-box a:not(:last-child) {
  margin-right: 5px;
  border-radius: 50px;
}

.tp-social-box a::before {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  content: "";
  background: var(--tp-theme-primary);
  border: 1px solid var(--tp-theme-primary);
  transform: scale(0.3);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  border-radius: 50%;
  z-index: -1;
}

.tp-social-box a:hover {
  color: var(--tp-common-black);
}

.tp-social-box a:hover::before {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}

.tp-circle-text {
  width: 155px;
  height: 155px;
}

.tp-circle-text a {
  display: flex;
}

.tp-circle-text::before {
  position: absolute;
  width: 20px;
  height: 20px;
  top: 50%;
  left: 0;
  right: 0;
  text-align: center;
  content: "";
  border-radius: 50%;
  background-color: var(--tp-text-body);
  margin: auto;
}

.tp-circle-tag {
  position: relative;
  display: inline-block;
  height: 180px;
  width: 180px;
  border-radius: 50%;
  z-index: 1;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  transform: rotate(30deg);
  animation: spin 10s infinite;
  font-family: var(--tp-ff-heading);
}

.tp-circle-tag span {
  --rotate-letter: 13deg;
  min-height: 85px;
  position: absolute;
  min-width: 85px;
  top: 2px;
  left: 0;
  right: 0;
  text-align: center;
  text-transform: uppercase;
  margin: auto;
  color: var(--tp-grey-3);
  transform-origin: bottom center;
  transform: rotate(var(--rotate-letter));
}

.tp-circle-tag span.char2 {
  transform: rotate(calc(var(--rotate-letter) * 2));
}

.tp-circle-tag span.char3 {
  transform: rotate(calc(var(--rotate-letter) * 3));
}

.tp-circle-tag span.char4 {
  transform: rotate(calc(var(--rotate-letter) * 4));
}

.tp-circle-tag span.char5 {
  transform: rotate(calc(var(--rotate-letter) * 5));
}

.tp-circle-tag span.char6 {
  transform: rotate(calc(var(--rotate-letter) * 6));
}

.tp-circle-tag span.char7 {
  transform: rotate(calc(var(--rotate-letter) * 7));
}

.tp-circle-tag span.char8 {
  transform: rotate(calc(var(--rotate-letter) * 8));
}

.tp-circle-tag span.char9 {
  transform: rotate(calc(var(--rotate-letter) * 9));
}

.tp-circle-tag span.char10 {
  transform: rotate(calc(var(--rotate-letter) * 10));
}

.tp-circle-tag span.char11 {
  transform: rotate(calc(var(--rotate-letter) * 11));
}

.tp-circle-tag span.char12 {
  transform: rotate(calc(var(--rotate-letter) * 12));
}

.tp-circle-tag span.char13 {
  transform: rotate(calc(var(--rotate-letter) * 13));
}

.tp-circle-tag span.char14 {
  transform: rotate(calc(var(--rotate-letter) * 14));
}

.tp-circle-tag span.char15 {
  transform: rotate(calc(var(--rotate-letter) * 15));
}

.tp-circle-tag span.char16 {
  transform: rotate(calc(var(--rotate-letter) * 16));
}

.tp-circle-tag span.char17 {
  transform: rotate(calc(var(--rotate-letter) * 17));
}

.tp-circle-tag span.char18 {
  transform: rotate(calc(var(--rotate-letter) * 18));
}

.tp-circle-tag span.char19 {
  transform: rotate(calc(var(--rotate-letter) * 19));
}

.tp-circle-tag span.char20 {
  transform: rotate(calc(var(--rotate-letter) * 20));
}

.tp-circle-tag span.char21 {
  transform: rotate(calc(var(--rotate-letter) * 21));
}

.tp-circle-tag span.char22 {
  transform: rotate(calc(var(--rotate-letter) * 22));
}

.tp-circle-tag span.char23 {
  transform: rotate(calc(var(--rotate-letter) * 23));
}

.tp-circle-tag span.char24 {
  transform: rotate(calc(var(--rotate-letter) * 24));
}

.tp-circle-tag span.char25 {
  transform: rotate(calc(var(--rotate-letter) * 25));
}

.tp-circle-tag span.char26 {
  transform: rotate(calc(var(--rotate-letter) * 26));
}

.tp-circle-tag span.char27 {
  transform: rotate(calc(var(--rotate-letter) * 27));
}

.tp-circle-tag span.char28 {
  transform: rotate(calc(var(--rotate-letter) * 28));
}

.tp-circle-tag span.char29 {
  transform: rotate(calc(var(--rotate-letter) * 29));
}

.tp-circle-tag span.char30 {
  transform: rotate(calc(var(--rotate-letter) * 30));
}

.tp-circle-tag span.char31 {
  transform: rotate(calc(var(--rotate-letter) * 31));
}

.tp-circle-tag span.char32 {
  transform: rotate(calc(var(--rotate-letter) * 32));
}

.tp-circle-tag span.char33 {
  transform: rotate(calc(var(--rotate-letter) * 33));
}

.tp-circle-tag span.char34 {
  transform: rotate(calc(var(--rotate-letter) * 34));
}

.tp-circle-tag span.char35 {
  transform: rotate(calc(var(--rotate-letter) * 35));
}

.tp-circle-tag span.char36 {
  transform: rotate(calc(var(--rotate-letter) * 36));
}

.tp-circle-tag span.char37 {
  transform: rotate(calc(var(--rotate-letter) * 37));
}

.tp-circle-tag span.char38 {
  transform: rotate(calc(var(--rotate-letter) * 38));
}

.tp-circle-tag span.char39 {
  transform: rotate(calc(var(--rotate-letter) * 39));
}

.tp-circle-tag span.char40 {
  transform: rotate(calc(var(--rotate-letter) * 40));
}

.tp-circle-tag span.char41 {
  transform: rotate(calc(var(--rotate-letter) * 41));
}

.tp-circle-tag span.char42 {
  transform: rotate(calc(var(--rotate-letter) * 42));
}

.tp-circle-tag span.char43 {
  transform: rotate(calc(var(--rotate-letter) * 43));
}

.tp-circle-tag span.char44 {
  transform: rotate(calc(var(--rotate-letter) * 44));
}

.body-text {
  color: var(--tp-text-body);
  font-weight: 600;
  margin-bottom: 0;
}

.extra-light-text {
  font-weight: 300;
  color: var(--tp-theme-primary);
}

.light-text {
  font-weight: 400;
  color: var(--tp-theme-primary);
}

/*---------------------------------
    1.3 Default Spacing
---------------------------------*/
.tp-categroy-plr-85 {
  padding-left: 85px;
  padding-right: 85px;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-categroy-plr-85 {
    padding-left: 40px;
    padding-right: 40px;
  }
}

/*----------------------------------------*/
/*  2.1 Accordion
/*----------------------------------------*/
.tp-accordion__wrapper {
  max-width: 1070px;
  margin: 0 auto;
}

.tp-accordion__titlebox {
  max-width: 830px;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 65px;
}

.tp-accordion__titlebox p {
  margin: 0;
  margin-top: 15px;
}

.tp-accordion {
  gap: 30px;
  display: grid;
}

.tp-accordion .working-hour {
  gap: 20px;
  display: grid;
  max-width: 420px;
  padding-top: 15px;
  padding-bottom: 15px;
}

@media (max-width: 767px) {
  .tp-accordion .working-hour {
    gap: 10px;
  }
}

.tp-accordion .working-hour li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.5;
  color: var(--tp-common-black);
}

@media (max-width: 767px) {
  .tp-accordion .working-hour li {
    font-size: 16px;
  }
}

.tp-accordion .accordion-item {
  background-color: transparent;
  border: 1px solid #E8E8E8;
  border-radius: 10px;
  overflow: hidden;
}

.tp-accordion .accordion-button {
  padding: 17px 40px 16px;
  color: var(--tp-common-black);
  background-color: transparent;
  font-weight: 500;
  font-size: 22px;
  line-height: 1.3;
}

@media (max-width: 767px) {
  .tp-accordion .accordion-button {
    padding: 20px 15px;
    font-size: 20px;
  }
}

.tp-accordion .accordion-button::after {
  width: 9px;
  height: 6px;
  background-image: url("data:image/svg+xml;utf8,<svg viewBox='0 0 7 6' xmlns='http://www.w3.org/2000/svg'><path d='M2.7 4.93333L0.2 1.6C-0.294427 0.940764 0.175955 0 1 0H6C6.82405 0 7.29443 0.940764 6.8 1.6L4.3 4.93333C3.9 5.46667 3.1 5.46667 2.7 4.93333Z' fill='%231E1D2B '/></svg>");
  background-size: 100% 100%;
}

.tp-accordion .accordion-button:not(.collapsed)::after {
  transform: rotate(0deg);
}

.tp-accordion .accordion-button:not(.collapsed) {
  color: var(--tp-common-black);
  background-color: var(--tp-theme-primary-5);
  box-shadow: none;
  padding-top: 35px;
}

.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-common-black);
}

.tp-accordion .accordion-button:hover::after {
  color: var(--tp-theme-primary);
}

.tp-accordion .accordion-num-count {
  position: absolute;
  right: 10%;
  top: 50%;
  transform: translateY(-50%);
}

.tp-accordion .accordion-num-count::before {
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  counter-increment: count;
  content: "0" counter(count);
  color: var(--it-common-white);
  display: inline-block;
  transition: 0.3s;
}

@media (max-width: 575px) {
  .tp-accordion .accordion-num-count::before {
    display: none;
  }
}

.tp-accordion .accordion-icon {
  font-size: 50px;
  color: var(--tp-common-white);
  margin-right: 50px;
}

@media (max-width: 575px) {
  .tp-accordion .accordion-icon {
    margin-right: 20px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-accordion .accordion-icon {
    margin-right: 50px;
  }
}

.tp-accordion .accordion-body {
  padding: 0 45px 20px 40px;
  background-color: var(--tp-theme-primary-5);
}

@media (max-width: 575px) {
  .tp-accordion .accordion-body {
    padding: 0 30px 15px 20px;
  }
}

.counter-row {
  counter-reset: count;
}

/*----------------------------------------*/
/*  2.2 Animated Headline
/*----------------------------------------*/
.cd-headline {
  font-size: 3rem;
  line-height: 1.2;
}

@media only screen and (min-width: 768px) {
  .cd-headline {
    font-size: 4.4rem;
    font-weight: 300;
  }
}

@media only screen and (min-width: 1170px) {
  .cd-headline {
    font-size: 6rem;
  }
}

.cd-words-wrapper {
  display: inline-block;
  position: relative;
  text-align: left;
}

.cd-words-wrapper .app {
  transform: translateY(-10px);
  display: inline-block;
}

.cd-words-wrapper b {
  font-weight: 400;
  display: inline-block;
  position: absolute;
  white-space: nowrap;
  left: 0;
  top: 0;
}

.cd-words-wrapper b.is-visible {
  position: relative;
}

.no-js .cd-words-wrapper b {
  opacity: 0;
}

.no-js .cd-words-wrapper b.is-visible {
  opacity: 1;
}

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

xclip 

-------------------------------- */
.cd-headline.clip span {
  display: inline-block;
}

.cd-headline.clip .cd-words-wrapper {
  overflow: hidden;
  vertical-align: top;
}

.cd-headline.clip .cd-words-wrapper::after {
  /* line */
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 2px;
  height: 100%;
  background-color: #aebcb9;
}

.cd-headline.clip b {
  opacity: 0;
}

.cd-headline.clip b.is-visible {
  opacity: 1;
}

/*----------------------------------------*/
/*  2.4 Animations
/*----------------------------------------*/
@keyframes dash {
  to {
    stroke-dashoffset: 0px;
    stroke-dasharray: 3000;
  }
}

@keyframes scroll {
  0% {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }

  100% {
    -webkit-transform: translateY(8px);
    -moz-transform: translateY(8px);
    -ms-transform: translateY(8px);
    -o-transform: translateY(8px);
    transform: translateY(8px);
  }
}

@keyframes rotate1 {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

@keyframes rotate2 {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(-360deg);
  }
}

@keyframes headerSlideDown {
  0% {
    margin-top: -150px;
  }

  100% {
    margin-top: 0;
  }
}

.spin {
  animation: spin 10s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes textRotation {
  to {
    transform: rotate(360deg);
  }
}

@keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }

  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@keyframes jumpTwo {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  40% {
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes scroll {
  0% {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }

  100% {
    -webkit-transform: translateY(8px);
    -moz-transform: translateY(8px);
    -ms-transform: translateY(8px);
    -o-transform: translateY(8px);
    transform: translateY(8px);
  }
}

@keyframes tp-arrow {
  49% {
    transform: translateX(30%);
  }

  50% {
    opacity: 0;
    transform: translateX(-30%);
  }

  51% {
    opacity: 1;
  }
}

@keyframes spin {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(360deg);
  }
}

.spin {
  animation: spin 10s linear infinite;
}

.spin-reverse {
  animation: spin2 10s linear infinite;
}

@keyframes tpupdown {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}

@keyframes tpcircleloop {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/* Language Switcher Styles */
.tp-header__language {
    margin-right: 15px;
    display: flex;
    align-items: center;
}

.tp-header__language-mobile {
    margin-right: 15px;
    display: flex;
    align-items: center;
}

.tp-header__language-btn {
    background: transparent;
    border: 1px solid #000;
    color: #333;
    padding: 5px 12px;
    border-radius: 4px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.tp-header__language-btn:hover {
    background: #f8f9fa;
    border-color: #ccc;
}

.tp-offcanvas__language {
    padding: 15px 0;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

.tp-language-btn {
    background: #f8f9fa;
    border: 1px solid #ddd;
    color: #333;
    padding: 8px 15px;
    border-radius: 4px;
    font-weight: 600;
    cursor: pointer;
    width: 100%;
    text-align: center;
    transition: all 0.3s ease;
}

.tp-language-btn:hover {
    background: #e9ecef;
}

/*----------------------------------------*/
/*  2.4 Background
/*----------------------------------------*/
.grey-bg {
  background-color: var(--tp-grey-1);
}

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

.grey-bg-3 {
  background-color: var(--tp-grey-6);
}

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

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

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

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

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

.section-bg {
  background-color: var(--tp-grey-4);
}

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

.green-dark-bg {
  background-color: var(--tp-green-dark);
}

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

[data-bg-color=footer-bg-grey] {
  background-color: var(--tp-footer-grey-1);
}

[data-bg-color=footer-bg-white] {
  background-color: var(--tp-common-white);
}

/*----------------------------------------*/
/*  2.5 Back to Top 
/*----------------------------------------*/
.back-to-top-wrapper {
  position: fixed;
  right: 20px;
  bottom: 0;
  height: 44px;
  width: 44px;
  cursor: pointer;
  display: block;
  border-radius: 50%;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
}

@media (max-width: 575px) {
  .back-to-top-wrapper {
    right: 20px;
    bottom: 20px;
  }
}

.back-to-top-wrapper.back-to-top-btn-show {
  visibility: visible;
  opacity: 1;
  bottom: 50px;
}

.back-to-top-btn {
  display: inline-block;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  background: var(--tp-theme-primary);
  color: var(--tp-common-black);
  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.6 Breadcrumb
/*----------------------------------------*/
.breadcrumb__space {
  padding-top: 220px;
  padding-bottom: 160px;
}

.breadcrumb__area::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #A9F0A6 0%, #A9F0A6 100%, rgb(83 116 108 / 0%) 60%);
  z-index: -1;
}

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

.breadcrumb__shape {
  position: absolute;
  bottom: 0;
}

.breadcrumb__shape img {
  mix-blend-mode: plus-lighter;
  opacity: 0.5;
}

.breadcrumb__content {
  z-index: 1;
}

.breadcrumb__list span:not(:last-of-type) {
  margin-right: 8px;
  margin-left: 1px;
}

.breadcrumb__list {
  padding-bottom: 15px;
}

.breadcrumb__list span {
  font-size: 18px;
  font-style: italic;
  color: var(--tp-common-black);
  margin-bottom: 20px;
}

.breadcrumb__title {
  font-size: 70px;
  line-height: 1em;
  margin-bottom: 6px;
  color: var(--tp-common-black);
  letter-spacing: -0.01em;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .breadcrumb__title {
    font-size: 50px;
  }
}

@media (max-width: 575px) {
  .breadcrumb__title {
    font-size: 30px;
  }
}

/*----------------------------------------*/
/*  2.7 Buttons
/*----------------------------------------*/

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

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

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

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

.tp-btn-bg-2:hover {
  background-color: var(--tp-theme-primary-3);
}

/* btn - 1 start Updated */
.tp-btn__1 {
  font-weight: 500;
  font-size: 15px;
  line-height: 1;
  border-radius: 100px;
  gap: 10px;
  display: inline-flex;
  align-items: center;
  padding: 12px 12px 12px 35px;
  color: var(--tp-common-white);
}

.tp-btn__1 .icon {
  width: 36px;
  aspect-ratio: 1;
  background: var(--tp-common-white);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
}

/* btn - 1 end */


/* btn - 2 start Updated */
.tp-btn__2 {
  font-weight: 500;
  font-size: 15px;
  line-height: 1;
  color: var(--tp-common-black);
  border: 1px solid #E8E8E8;
  border-radius: 100px;
  display: inline-block;
  padding: 21px 35px;
  transition: all 0.3s;
}

.tp-btn__2:hover {
  color: var(--tp-common-white);
  border-color: var(--tp-common-black);
  background-color: var(--tp-common-black);
}

/* btn - 2 end */


/* btn - 3 start */
.tp-btn__3 {
  position: relative;
  z-index: 1;
  vertical-align: middle;
  display: inline-block;
  text-transform: uppercase;
  border: none;
  text-align: center;
  background-color: var(--tp-theme-primary-2);
  padding: 20px 32px;
  border-radius: 5px;
  overflow: hidden;
  font-family: var(--tp-ff-heading);
  font-weight: 400;
  letter-spacing: 0.09em;
  font-size: 16px;
}

.tp-btn__3-inner {
  position: relative;
  overflow: hidden;
  display: block;
  height: 16px;
  line-height: normal;
}

.tp-btn__3-inner i {
  padding-right: 7px;
  padding-left: 3px;
}

.tp-btn__3 .tp-btn__3-effect {
  display: block;
  height: 100%;
  position: relative;
  top: 0%;
  transition: 0.3s;
  color: var(--tp-common-white);
}

.tp-btn__3:hover .tp-btn__3-effect {
  top: -100%;
  color: var(--tp-common-white);
}

/* btn - 3 end */


/* btn - 4 start */
.tp-btn__4 {
  position: relative;
  z-index: 1;
  vertical-align: middle;
  display: inline-block;
  text-transform: uppercase;
  border: none;
  text-align: center;
  background-color: transparent;
  border: solid 1px #2222221c;
  padding: 20px 32px;
  border-radius: 5px;
  overflow: hidden;
  font-family: var(--tp-ff-heading);
  font-weight: 400;
  letter-spacing: 0.09em;
  font-size: 16px;
}

.tp-btn__4-inner {
  position: relative;
  overflow: hidden;
  display: block;
  height: 16px;
  line-height: normal;
}

.tp-btn__4-inner i {
  padding-right: 7px;
  padding-left: 3px;
}

.tp-btn__4 .tp-btn__4-effect {
  display: block;
  height: 100%;
  position: relative;
  top: 0%;
  transition: 0.3s;
  color: var(--tp-common-black);
}

.tp-btn__4:hover .tp-btn__4-effect {
  top: -100%;
  color: var(--tp-common-black);
}

/* btn - 4 end */


/* btn - 5 start */
.tp-btn__5 {
  position: relative;
  z-index: 1;
  vertical-align: middle;
  display: inline-block;
  text-transform: uppercase;
  border: none;
  text-align: center;
  background-color: var(--tp-theme-primary-3);
  padding: 20px 32px;
  border-radius: 5px;
  overflow: hidden;
  font-family: var(--tp-ff-heading);
  font-weight: 400;
  letter-spacing: 0.09em;
  font-size: 14px;
}

.tp-btn__5-inner {
  position: relative;
  overflow: hidden;
  display: block;
  height: 17px;
  line-height: normal;
}

.tp-btn__5-inner i {
  padding-right: 5px;
}

.tp-btn__5 .tp-btn__5-effect {
  display: block;
  height: 100%;
  position: relative;
  top: 0%;
  transition: 0.3s;
  color: var(--tp-common-black);
}

.tp-btn__5:hover .tp-btn__5-effect {
  top: -100%;
  color: var(--tp-common-black);
}

/* btn - 5 end */


.tp-btn-primary {
  position: relative;
  overflow: hidden;
  color: var(--tp-theme-primary);
}

.tp-btn-primary .btn-double-text {
  position: relative;
  transition: opacity 0.65s, transform 0.85s;
  transition-timing-function: cubic-bezier(0.15, 0.85, 0.31, 1);
}

.tp-btn-primary .btn-double-text::before {
  content: attr(data-text);
  display: inline-block;
  position: absolute;
  white-space: nowrap;
  top: 50%;
  opacity: 0;
  left: 50%;
  transform: translate(-50%, 100%);
  transition: opacity 0.5s, transform 0.8s;
  transition-timing-function: cubic-bezier(0.15, 0.85, 0.31, 1);
}

.tp-btn-primary .btn-icon {
  margin-left: 11px;
  transform: rotate(-45deg);
}

.tp-btn-primary:hover {
  color: var(--tp-theme-primary);
}

.tp-btn-primary:hover .btn-double-text {
  transform: translateY(-200%);
}

.tp-btn-primary:hover .btn-double-text::before {
  transform: translate(-50%, 150%);
  opacity: 1;
}

.tp-btn-secondary {
  font-weight: 700;
  font-size: 14px;
  padding: 18px 52px;
  letter-spacing: 0.15em;
  display: inline-block;
  text-transform: uppercase;
  color: var(--tp-common-white);
  background-color: var(--tp-theme-primary);
}

.tp-btn-secondary:hover {
  color: var(--tp-common-white);
  background-color: var(--tp-common-black);
}

.tp-btn-switch-animation {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.tp-btn-switch-animation .btn-text {
  margin-left: -13px;
  position: relative;
  z-index: 3;
  transition: transform 0.6s 125ms cubic-bezier(0.1, 0.75, 0.25, 1);
}

.tp-btn-switch-animation .btn-icon {
  margin-left: 6px;
  position: relative;
  transition: opacity 0.4s 0.25s, transform 0.6s 0.25s;
  transition-timing-function: cubic-bezier(0.1, 0.75, 0.25, 1);
  line-height: 0;
  z-index: 3;
}

.tp-btn-switch-animation .btn-icon+.btn-icon {
  order: -2;
  opacity: 0;
  transition-delay: 0s;
  margin-left: 0;
  -webkit-transform: translateX(-10px);
  transform: translateX(-10px);
}

.tp-btn-switch-animation:hover .btn-text {
  transition-delay: 0.1s;
  transform: translateX(23px);
}

.tp-btn-switch-animation:hover .btn-icon {
  transition-delay: 0s;
  transform: translateX(10px);
  opacity: 0;
}

.tp-btn-switch-animation:hover .btn-icon+.btn-icon {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 225ms;
}

.tp-btn-switch-text {
  display: inline-flex;
  align-items: center;
  position: relative;
  overflow: hidden;
}

.tp-btn-switch-text .btn-double-text {
  transition: opacity 0.65s, transform 0.85s;
  transition-timing-function: cubic-bezier(0.15, 0.85, 0.31, 1);
  position: relative;
}

.tp-btn-switch-text .btn-double-text::before {
  content: attr(data-text);
  display: inline-block;
  position: absolute;
  white-space: nowrap;
  top: 50%;
  opacity: 0;
  left: 50%;
  transform: translate(-50%, 100%);
  transition: opacity 0.5s, transform 0.8s;
  transition-timing-function: cubic-bezier(0.15, 0.85, 0.31, 1);
}

.tp-btn-switch-text:hover .btn-double-text {
  transform: translateY(-200%);
}

.tp-btn-switch-text:hover .btn-double-text::before {
  transform: translate(-50%, 150%);
  opacity: 1;
}

.tp-btn__blog-1 {
  font-weight: 700;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--tp-common-black);
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
}

.tp-btn__blog-1 span {
  position: relative;
  display: inline-block;
  margin-left: 16px;
  -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__blog-1 span::before {
  position: absolute;
  width: 30px;
  height: 30px;
  right: -13px;
  top: -3px;
  content: "";
  border-radius: 50%;
  border: 1px solid var(--tp-theme-primary-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;
  z-index: -1;
}

.tp-btn__blog-1:hover {
  color: var(--tp-theme-primary-3);
}

.tp-btn__blog-1:hover span {
  margin-left: 20px;
}

.tp-btn__blog-1:hover span::before {
  border: 1px solid var(--tp-common-white);
}

.postbox__item.sticky .tp-btn__blog-1 span::before {
  z-index: 1;
}

/* offcanvas btn */
.tp-btn-offcanvas {
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  color: var(--tp-common-white);
  background: var(--tp-theme-primary);
  text-align: center;
  font-family: var(--tp-ff-space);
  padding: 9px 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-common-black);
  color: var(--tp-common-white);
}

.tp-menu-btn {
  background-color: var(--tp-theme-primary);
  color: var(--tp-common-white);
  width: 140px;
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
  overflow: hidden;
  display: inline-block;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 1.2px;
  text-transform: capitalize;
  text-align: center;
  position: relative;
  z-index: 1;
}

.tp-menu-btn:hover {
  background-color: var(--tp-theme-pruple);
  color: var(--tp-common-white);
}

.tp-icon-style {
  --qode-hover-move-x: 110%;
  --qode-hover-move-y: 100%;
  color: var(--tp-theme-primary);
  stroke-width: 2;
  fill: none;
}

.tp-icon-style:hover {
  color: var(--tp-theme-primary);
}

/*----------------------------------------*/
/*  2.8 Cursor Style
/*----------------------------------------*/
.cursor-outer {
  margin-left: -15px;
  margin-top: -15px;
  width: 190px;
  height: 190px;
  border: 2px solid #000;
  box-sizing: border-box;
  z-index: 10000000;
  opacity: 0.5;
  transition: all 0.08s ease-out;
}

.mouseCursor {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  border-radius: 50%;
  transform: translateZ(0);
  visibility: hidden;
  text-align: center;
}

.cursor-inner {
  margin-left: -3px;
  margin-top: -3px;
  width: 6px;
  height: 6px;
  z-index: 10000001;
  transition: width 0.3s ease-in-out, height 0.3s ease-in-out, margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
}

.cursor-inner span {
  color: var(--tp-common-black);
  opacity: 0;
  text-transform: capitalize;
  letter-spacing: -0.04em;
  font-size: 18px;
}

.cursor-inner span>span {
  margin-top: 11px;
  display: inline-block;
}

.cursor-inner.cursor-big span {
  opacity: 1;
}

.mouseCursor.cursor-big {
  background: var(--tp-theme-primary);
  border-radius: 50%;
  font-size: 18px;
  font-weight: 500;
  width: 190px;
  height: 190px;
  display: inline-block;
  color: var(--tp-common-black);
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cursor-4.cursor-big {
  background: none;
}

.mouseCursor.cursor-big.cursor-outer {
  display: none;
}

.tp-cursor-point-area {
  cursor: none;
}

.cursor-inner.cursor-big {
  overflow: hidden;
}

.cursor-inner.cursor-big .inner-text-2 {
  display: none;
  background: none;
}

.cursor-inner.cursor-big .inner-text-2 span {
  color: var(--tp-theme-primary);
}

.cursor-inner.cursor-big .inner-text-1 {
  display: inline-block;
}

.cursor-inner.cursor-big.active {
  overflow: hidden;
  background: none;
  width: 100px;
  height: 100px;
}

.cursor-inner.cursor-big.active .inner-text-2,
.cursor-inner.cursor-big.active .inner-text-3,
.cursor-inner.cursor-big.active .inner-text-4 {
  display: inline-block;
  background: none;
}

.cursor-inner.cursor-big.active .inner-text-1 {
  display: none;
}

/*----------------------------------------*/
/*  2.9 Hover Animation
/*----------------------------------------*/
.tp-hover__reveal-item {
  position: relative;
}

.tp-hover__reveal-item:hover .tp-hover__reveal-bg {
  opacity: 1;
}

.tp-hover__reveal-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 305px;
  height: 395px;
  opacity: 0;
  margin: -150px 0 0 -150px;
  overflow: hidden;
  pointer-events: none;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  transition: opacity 0.3s, transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  z-index: 5;
}

.tp-hover__widget {
  position: relative;
  z-index: 5;
}

.tp-hover__widget .active-bg {
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  position: absolute;
  transition: all 0.5s ease;
  background: rgba(255, 255, 255, 0.1);
  z-index: -1;
}

.tp-hover__btn {
  font-weight: 700;
  font-size: 16px;
  width: 213px;
  height: 213px;
  line-height: 178px;
  text-align: center;
  border-radius: 100%;
  display: inline-block;
  backdrop-filter: blur(80px);
  color: var(--tp-common-white);
  border: 1px solid var(--tp-common-white);
}

.tp-hover__btn-wrap {
  display: inline-block;
}

/*----------------------------------------*/
/*  2.10 Offcanvas
/*----------------------------------------*/
.tp-offcanvas__area {
  position: fixed;
  left: auto;
  right: 0;
  top: 0;
  width: 400px;
  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: #1c1c1c none repeat scroll 0 0;
  transition: all 0.4s ease-in-out;
  opacity: 0;
  visibility: hidden;
  z-index: 999;
  overflow-y: scroll;
  overscroll-behavior-y: contain;
  scrollbar-width: none;
  overflow: hidden;
}

@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: 575px) {
  .tp-offcanvas__area {
    right: 0;
    left: auto;
    -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));
  }
}

.tp-offcanvas__area::-webkit-scrollbar {
  display: none;
  /* for Chrome, Safari, and Opera */
}

.tp-offcanvas__area.offcanvas-opened {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  visibility: visible;
  opacity: 1;
}

@media (max-width: 575px) {
  .tp-offcanvas__area {
    width: 100%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .tp-offcanvas__top {
    margin-bottom: 30px;
  }
}

.tp-offcanvas__circle-1 span {
  height: 400px;
  width: 400px;
  border-radius: 400px;
  background: rgba(169, 240, 166, 0.3);
  filter: blur(150px);
  display: inline-block;
  position: absolute;
  top: -40px;
  left: -240px;
  z-index: -1;
}

.tp-offcanvas__circle-2 span {
  height: 600px;
  width: 600px;
  border-radius: 600px;
  background: rgba(37, 37, 37, 0.6);
  filter: blur(190px);
  display: inline-block;
  position: absolute;
  bottom: -270px;
  right: -410px;
  z-index: -1;
}

.tp-offcanvas__wrapper {
  position: relative;
  padding: 40px;
  z-index: 1;
  min-height: 100%;
}

@media (max-width: 575px) {
  .tp-offcanvas__wrapper {
    padding: 20px;
  }
}

.tp-offcanvas__wrapper .tp-theme-toggle {
  top: 21px;
  left: 240px;
  transform: rotate(-270deg);
}

@media (max-width: 575px) {
  .tp-offcanvas__wrapper .tp-theme-toggle {
    top: 4px;
    left: 215px;
  }
}

.tp-offcanvas__close {
  position: absolute;
  top: 35px;
  right: 30px;
}

@media (max-width: 575px) {
  .tp-offcanvas__close {
    right: 20px;
    top: 20px;
  }
}

.tp-offcanvas__close-btn {
  display: inline-block;
  font-size: 16px;
  height: 44px;
  width: 44px;
  line-height: 40px;
  background-color: var(--tp-theme-primary);
  color: var(--tp-common-black-3);
  border-radius: 50%;
}

.tp-offcanvas__close-btn svg {
  transition: all 0.3s ease-in-out;
}

.tp-offcanvas__close-btn:hover {
  background-color: var(--tp-theme-primary);
  color: var(--tp-common-black-3);
}

.tp-offcanvas__close-btn:hover svg {
  transform: rotate(45deg);
}

.tp-offcanvas__close-btn svg {
  -webkit-transform: translateY(-1px);
  -moz-transform: translateY(-1px);
  -ms-transform: translateY(-1px);
  -o-transform: translateY(-1px);
  transform: translateY(-1px);
}

.tp-offcanvas__inner h4 {
  font-size: 24px;
  color: var(--tp-common-white);
  line-height: 1.3;
  margin-bottom: 15px;
}

.tp-offcanvas__inner p {
  font-size: 16px;
  line-height: 22px;
  color: var(--tp-common-white);
  margin-bottom: 30px;
}

.tp-offcanvas__inner>img {
  margin-bottom: 30px;
}

.tp-offcanvas__menu ul li {
  list-style: none;
  margin-bottom: 10px;
}

.tp-offcanvas__menu ul li:last-child {
  margin-bottom: 0;
}

.tp-offcanvas__menu ul li a {
  font-weight: 700;
  font-size: 20px;
  color: var(--tp-common-black);
}

.tp-offcanvas__menu ul li:hover>a {
  color: var(--tp-theme-primary);
}

.tp-offcanvas__contact {
  margin-bottom: 30px;
}

.tp-offcanvas__contact-content {
  margin-bottom: 10px;
}

.tp-offcanvas__contact-content-icon i {
  color: var(--tp-theme-primary);
  margin-right: 10px;
}

.tp-offcanvas__contact-content-content a {
  font-size: 16px;
  color: var(--tp-common-white);
}

.tp-offcanvas__social {
  margin-bottom: 22px;
  padding-bottom: 40px;
}

.tp-offcanvas__social .icon {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: transparent;
  color: var(--tp-common-white);
  margin-right: 5px;
  transition: all 0.3s ease-in-out;
  border-radius: 2px;
}

.tp-offcanvas__social .icon.facebook {
  background-color: #4661c5;
}

.tp-offcanvas__social .icon.twitter {
  background-color: #4ccef9;
}

.tp-offcanvas__social .icon.youtube {
  background-color: #ff0000;
}

.tp-offcanvas__social .icon.linkedin {
  background-color: #0072b1;
}

.tp-offcanvas__social .icon.instagram {
  background: linear-gradient(115deg, #f9ce34, #ee2a7b, #6228d7);
}

.tp-offcanvas__social .icon:hover {
  transform: translateY(-8px);
}

.tp-offcanvas__title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 10px;
  color: var(--tp-theme-primary);
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .tp-offcanvas__popup {
    display: none;
  }
}

.tp-offcanvas__popup p {
  margin-bottom: 20px;
  color: var(--tp-common-white);
}

.tp-offcanvas__popup-gallery {
  margin-bottom: 30px;
}

.tp-offcanvas__popup-gallery a {
  margin: 5px 3px;
  display: inline-block;
}

.tp-offcanvas__popup-gallery a img {
  height: 90px;
  max-width: 95px;
  object-fit: cover;
}

.tp-offcanvas__info-item {
  margin-bottom: 38px;
}

.tp-offcanvas__info-item-title {
  font-family: var(--tp-ff-space);
  font-weight: 700;
  font-size: 18px;
  color: var(--tp-common-white);
  margin-bottom: 12px;
}

.tp-offcanvas__info-item p {
  font-size: 16px;
  color: var(--tp-text-16);
  margin-bottom: 0;
  line-height: 22px;
}

.tp-offcanvas__info-item p a:hover {
  color: var(--tp-theme-primary);
}

/*----------------------------------------*/
/*  2.11 Pagination
/*----------------------------------------*/
.tp-pagination__dots {
  text-align: center;
  margin-top: 20px;
  position: relative;
  z-index: 2;
}

.tp-pagination__dots .swiper-pagination-bullet {
  width: 7px;
  height: 7px;
  display: block;
  border-radius: 50%;
  opacity: 1;
  transition: 0.3s;
  position: relative;
  margin: 40px 0px;
  background-color: #D9D9D9;
}

.tp-pagination__dots .swiper-pagination-bullet::after {
  position: absolute;
  height: 50px;
  width: 50px;
  top: 50%;
  left: 50%;
  content: "";
  border-radius: 50%;
  display: inline-block;
  transform: translate(-50%, -50%);
  border: 1px solid var(--tp-theme-primary);
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}

.tp-pagination__dots .swiper-pagination-bullet-active {
  background-color: var(--tp-theme-primary);
}

.tp-pagination__dots .swiper-pagination-bullet-active.swiper-pagination-bullet::after {
  opacity: 1;
  visibility: visible;
}

.basic-pagination nav ul li {
  display: inline-block;
  margin-right: 10px;
}

@media (max-width: 575px) {
  .basic-pagination nav ul li {
    margin-right: 6px;
  }
}

.basic-pagination nav ul li a {
  border-radius: 5px;
  width: 56px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  display: inline-block;
  color: var(--tp-common-white);
  background-color: var(--tp-common-black);
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
}

.basic-pagination nav ul li a i {
  font-size: 17px;
}

.basic-pagination nav ul li a:hover {
  background-color: var(--tp-theme-primary-3);
  color: var(--tp-common-black);
}

.basic-pagination ul li .current {
  border-radius: 5px;
  width: 56px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  display: inline-block;
  color: var(--tp-common-black);
  background-color: var(--tp-theme-primary-3);
}

/*----------------------------------------*/
/*  2.12 Preloader
/*----------------------------------------*/
#loading {
  background-color: var(--tp-theme-primary-3);
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 999999;
  margin-top: 0px;
  top: 0px;
}

#loading-center {
  width: 100%;
  height: 100%;
  position: relative;
}

#loading-center-absolute {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 50px;
  width: 150px;
  margin-top: -25px;
  margin-left: -75px;

}

.loader-text {
  font-size: 18px;
  color: var(--tp-text-body);
  position: absolute;
  top: 75px;
  font-weight: 600;
  left: 4px;
  letter-spacing: .63px;
}

.object {
  width: 3px;
  height: 55px;
  margin-right: 7px;
  background-color: var(--tp-common-white);
  -webkit-animation: animate 1s infinite;
  animation: animate 1s infinite;
  float: left;
}

.object:last-child {
  margin-right: 0px;
}

.object:nth-child(10) {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}

.object:nth-child(9) {
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}

.object:nth-child(8) {
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
}

.object:nth-child(7) {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.object:nth-child(6) {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.object:nth-child(5) {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.object:nth-child(4) {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.object:nth-child(3) {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.object:nth-child(2) {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

@-webkit-keyframes animate {
  50% {
    -ms-transform: scaleY(0);
    -webkit-transform: scaleY(0);
    transform: scaleY(0);

  }
}

@keyframes animate {
  50% {
    -ms-transform: scaleY(0);
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
  }
}

/*----------------------------------------*/
/*  2.13 Section Title
/*----------------------------------------*/
.tp-section-subtitle {
  font-size: 13px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--tp-common-black);
  border: 1px solid #E8E8E8;
  border-radius: 100px;
  display: inline-block;
  padding: 12px 18px;
}

.tp-section-title {
  font-weight: 500;
  font-size: 50px;
  line-height: 1.2;
  color: var(--tp-common-black);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-section-title {
    font-size: 36px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-section-title {
    font-size: 32px;
  }
}

@media (max-width: 767px) {
  .tp-section-title {
    font-size: 28px;
  }
}

.tp-section-title-2 {
  font-weight: 600;
  font-size: 60px;
  line-height: 1.15;
  color: var(--tp-common-black);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-section-title-2 {
    font-size: 48px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-section-title-2 {
    font-size: 40px;
  }
}

@media (max-width: 767px) {
  .tp-section-title-2 {
    font-size: 32px;
  }
}

/*----------------------------------------*/
/*  2.14 Custom Animation
/*----------------------------------------*/

@keyframes tp_clip_right {
  from {
    clip-path: inset(0 100% 0 0);
    -webkit-clip-path: inset(0 100% 0 0);
  }

  to {
    clip-path: inset(0 0 0 0);
    -webkit-clip-path: inset(0 0 0 0);
  }
}

@keyframes tp_clip_left {
  from {
    clip-path: inset(0 0 0 100%);
    -webkit-clip-path: inset(0 0 0 100%);
  }

  to {
    clip-path: inset(0 0 0 0);
    -webkit-clip-path: inset(0 0 0 0);
  }
}

@keyframes tp_clip_down {
  from {
    clip-path: inset(0 0 100% 0);
    -webkit-clip-path: inset(0 0 100% 0);
  }

  to {
    clip-path: inset(0 0 0 0);
    -webkit-clip-path: inset(0 0 0 0);
  }
}

@keyframes tp_clip_up {
  from {
    clip-path: inset(100% 0 0 0);
    -webkit-clip-path: inset(100% 0 0 0);
  }

  to {
    clip-path: inset(0 0 0 0);
    -webkit-clip-path: inset(0 0 0 0);
  }
}

.tp_clip_right {
  animation-name: tp_clip_right;
}

.tp_clip_left {
  animation-name: tp_clip_left;
}

.tp_clip_down {
  animation-name: tp_clip_down;
}

.tp_clip_up {
  animation-name: tp_clip_up;
}

/*----------------------------------------*/
/*  2.15 Search
/*----------------------------------------*/
.tp-search-area {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 9999;
  background: var(--tp-common-black-3);
  padding: 40px 15px;
  visibility: visible;
  opacity: 0;
  transform: translateY(-120%);
}

.tp-search-area.opened {
  transform: translateY(0%);
  visibility: visible;
  opacity: 1;
}

.tp-search__top {
  margin-bottom: 80px;
}

.tp-search__input {
  position: relative;
}

.tp-search__input button {
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 24px;
}

.tp-search__input button:hover {
  color: var(--tp-common-black-3);
}

.tp-search__category span {
  color: var(--tp-common-black);
}

.tp-search__category a:hover {
  color: var(--tp-common-black-3);
}

.tp-search__close-btn {
  border-radius: 50%;
  background: #ECECEC;
  border: 9px solid transparent;
  color: var(--tp-common-black);
  width: 36px;
  height: 36px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: relative;
  cursor: pointer;
}

.tp-search__close-btn::after,
.tp-search__close-btn::before {
  content: "";
  position: absolute;
  height: 1px;
  width: 90%;
  top: 46%;
  left: 1px;
  transform-origin: 50% 50%;
  background-color: var(--tp-common-black);
  opacity: 1;
  -moz-transition: -moz-transform ease 0.25s;
  -webkit-transition: -webkit-transform ease 0.25s;
  -o-transition: -o-transform ease 0.25s;
  -ms-transition: -ms-transform ease 0.25s;
  transition: transform ease 0.25s;
}

.tp-search__close-btn::before {
  transform: rotate(45deg);
}

.tp-search__close-btn::after {
  transform: rotate(-45deg);
}

.tp-search__close-btn:hover::before {
  transform: rotate(-45deg);
}

.tp-search__close-btn:hover::after {
  transform: rotate(45deg);
}

.tp-search__style-blur {
  background-color: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(14px);
}

.tp-search__style-blur .tp-search-input input {
  background-color: transparent;
  border-color: rgba(255, 255, 255, 0.1);
  color: var(--tp-common-white);
}

.tp-search__style-blur .tp-search-input input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: rgba(255, 255, 255, 0.3);
}

.tp-search__style-blur .tp-search-input input::-moz-placeholder {
  /* Firefox 19+ */
  color: rgba(255, 255, 255, 0.3);
}

.tp-search__style-blur .tp-search-input input:-moz-placeholder {
  /* Firefox 4-18 */
  color: rgba(255, 255, 255, 0.3);
}

.tp-search__style-blur .tp-search-input input:-ms-input-placeholder {
  /* IE 10+  Edge*/
  color: rgba(255, 255, 255, 0.3);
}

.tp-search__style-blur .tp-search-input input::placeholder {
  /* MODERN BROWSER */
  color: rgba(255, 255, 255, 0.3);
}

.tp-search__style-blur .tp-search-input input:focus {
  border-color: rgba(255, 255, 255, 0.5);
}

.tp-search__style-blur .tp-search-input button {
  color: var(--tp-common-white);
  opacity: 0.6;
}

.tp-search__style-blur .tp-search-input button:hover {
  opacity: 1;
}

.tp-search__style-blur .tp-search-category span {
  color: rgba(255, 255, 255, 0.7);
}

.tp-search__style-blur .tp-search-category a {
  color: rgba(255, 255, 255, 0.7);
}

.tp-search__style-blur .tp-search-category a:hover {
  color: var(--tp-common-white);
}

.tp-search__style-blur .tp-search-close-btn {
  background-color: transparent;
  color: rgba(255, 255, 255, 0.7);
}

.tp-search__style-blur .tp-search-close-btn::after,
.tp-search__style-blur .tp-search-close-btn::before {
  background-color: rgba(255, 255, 255, 0.7);
}

.tp-search__style-blur .tp-search-close-btn:hover::after,
.tp-search__style-blur .tp-search-close-btn:hover::before {
  background-color: white;
}

.tp-search__style-secondary .tp-search-input button:hover {
  color: var(--tp-theme-primary-3);
}

.tp-search__style-secondary .tp-search-category a:hover {
  color: var(--tp-theme-primary-3);
}

.tp-search__style-brown .tp-search-input button:hover {
  color: var(--tp-theme-brown);
}

.tp-search__style-brown .tp-search-category a:hover {
  color: var(--tp-theme-brown);
}

.tp-search__style-green .tp-search-input input {
  border-radius: 30px;
}

.tp-search__style-green .tp-search-input button:hover {
  color: var(--tp-theme-green);
}

.tp-search__style-green .tp-search-category a:hover {
  color: var(--tp-theme-green);
}

.tp-header__border {
  border-bottom: 1px solid rgb(255 255 255 / 20%);
}

/* HEADER CSS */
/*----------------------------------------*/
/*  3.1 Header Style 1
/*----------------------------------------*/
.tp-header__transparent {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 99;
  margin: auto;
}

.tp-header__transparent::after {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 220%;
  content: "";
  z-index: -1;
  background: rgb(255, 255, 255);
  background: linear-gradient(0deg, rgb(255 255 255 / 0%) 0%, rgb(83 116 108 / 58%) 100%);
}

.logged-in.admin-bar .tp-header-2.tp-header__transparent {
  top: 60px;
}

.tp-header-2.tp-header__transparent {
  top: 30px;
}

.logged-in.admin-bar .tp-header-2.tp-header__transparent.header-sticky {
  top: 30px;
}

@media only screen and (max-width: 782px) {
  .logged-in.admin-bar .tp-header-2.tp-header__transparent.header-sticky {
    top: 45px;
  }
}

.tp-header-2.tp-header__transparent.header-sticky {
  top: 0px;
  z-index: 1;
}

.tp-header-transparent-menu {
  background: var(--tp-common-white);
  border: 1px solid rgba(var(--tp-common-black-rgb), 0.4);
  border-radius: 5px;
  padding-left: 27px !important;
  padding-right: 30px !important;
}

.logged-in.admin-bar .tp-header__transparent {
  top: 30px;
}

@media only screen and (max-width: 782px) {
  .logged-in.admin-bar .tp-header__transparent {
    top: 45px;
  }
}

.tp-header-top-area .tp-btn__1 {
  padding: 6px 6px 6px 25px;
  color: var(--tp-common-black);
}

.tp-header-top-area .tp-btn__1:hover {
  color: var(--tp-common-white);
}

.tp-header__search-btn svg {
  fill: var(--tp-common-black);
}

.tp-main__logo {
  padding: 20px 0;
}

.tp-header__action ul {
  list-style: none;
}

.tp-header__action ul li {
  display: inline-block;
}

.tp-header__search-btn {
  color: var(--tp-common-white);
  padding-right: 32px;
  transition: 0.3s;
}

.tp-header__search-btn.design-studio {
  color: var(--tp-common-white);
  padding-right: unset;
  transition: unset;
}

.tp-header__search-btn:hover {
  color: var(--tp-common-white);
}

@media (max-width: 575px) {
  .tp-header__search-btn {
    display: none;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-header__search-btn {
    display: block;
  }
}

.header-sticky {
  position: fixed !important;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  margin: auto;
  background: var(--tp-theme-primary-3);
  box-shadow: 0px 20px 40px rgba(37, 9, 62, 0.1);
  animation: 0.95s ease 0s normal forwards 1 running headerSlideUp;
  z-index: 899;
  transition: transform 500ms ease, visibility 500ms ease;
}

.header-sticky .tp-main__menu ul li>a {
  padding: 28px 0;
}

.header-sticky .tp-header-transparent-menu {
  border: unset;
  border-radius: unset;
}

.header-sticky.tp-header__transparent::after {
  position: unset;
  top: unset;
  left: unset;
  width: unset;
  height: unset;
  content: unset;
  z-index: unset;
  background: unset;
}

.tp-header__style-2 {
  border-bottom: solid 1px var(--tp-common-white);
}

.header-sticky.tp-header__style-2 {
  border-bottom: unset;
}

/*----------------------------------------*/
/*  4.1 Menu css
/*----------------------------------------*/
.tp-main__menu ul {
  list-style: none;
}

.tp-main__menu ul li {
  position: relative;
  display: inline-block;
  margin: 0 15px;
}

@media only screen and (min-width: 1399px) and (max-width: 1499px) {
  .tp-main__menu ul li {
    margin: 0 8px;
  }
}

@media only screen and (min-width: 1199px) and (max-width: 1299px) {
  .tp-main__menu ul li {
    margin: 0 8px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-main__menu ul li {
    margin: 0 8px;
  }
}

.tp-main__menu ul li .tp-submenu {
  position: absolute;
  top: 100%;
  width: 250px;
  z-index: 1;
  padding-top: 20px;
  padding-bottom: 30px;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
  transform: scaleY(0);
  transform-origin: top center;
  text-align: start;
  background-color: var(--tp-common-white-2);
  border-top: 2px solid var(--tp-theme-primary);
  box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.06);
}

.tp-main__menu ul li .tp-submenu li {
  display: block;
  width: 100%;
  margin: 0;
  padding: 7px 30px;
  transform: translateY(5px);
  transition: all 0.2s cubic-bezier(0.4, 0.28, 0.31, 1.28) 0s;
}

.tp-main__menu ul li .tp-submenu>li a {
  padding: 0;
}

.tp-main__menu ul li .tp-submenu>li::before {
  display: none;
}

.tp-main__menu ul li:hover .tp-submenu {
  opacity: 1;
  visibility: visible;
  transform: scaleY(1);
}

.tp-main__menu ul li>a {
  position: relative;
  font-size: 15px;
  font-weight: 500;
  padding: 28px 0;
  display: block;
  transition: 0.3s;
  color: var(--tp-common-black);
  text-transform: capitalize;
}

.tp-main__menu ul li>a:hover::before {
  opacity: 1;
  visibility: visible;
}

.tp-main__menu ul li .has-homemenu {
  width: 1100px;
  opacity: 0;
  left: -250px;
  visibility: hidden;
  padding: 30px 30px 10px 30px;
}

.tp-main__menu ul li .has-homemenu .homemenu {
  padding: 0px 10px;
  position: relative;
  margin-bottom: 20px;
}

.tp-main__menu ul li .tp-submenu li .tp-submenu {
  left: 100%;
  top: 0;
  visibility: hidden;
  opacity: 0;
}

.tp-main__menu ul li .tp-submenu li:hover>.tp-submenu {
  left: 100%;
  visibility: visible;
  opacity: 1;
}

.tp-main__menu ul li.menu-last .tp-submenu {
  left: 0;
  right: auto;
}

.tp-main__menu ul li.menu-last .tp-submenu li:hover>.tp-submenu {
  left: auto;
  right: 100%;
}

.tp-main__menu ul li:hover>a {
  color: var(--tp-title-black);
}

.tp-main__menu ul li .tp-submenu li:hover>a {
  color: var(--tp-title-black);
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-main__menu ul li .has-homemenu {
    left: -170px;
    width: 950px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-main__menu ul li .has-homemenu {
    left: -160px;
    width: 850px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-main__menu ul li .has-homemenu {
    left: -190px;
    width: 900px;
  }
}

.tp-main-menu-mobile {
  margin-bottom: 30px;
}

.homemenu-btn {
  position: absolute;
  bottom: 20%;
  left: 0;
  right: 0;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
}

.homemenu-title {
  position: relative;
  font-size: 13px;
  margin-bottom: 0;
  font-weight: 500;
  display: inline-block;
  color: var(--tp-common-white);
}

.homemenu-title:hover {
  color: var(--tp-theme-primary);
}

.homemenu-thumb {
  position: relative;
  border: 1px solid rgba(255, 255, 255, 0.3);
}

.homemenu-thumb img {
  width: 100%;
}

.homemenu-thumb:hover .homemenu-btn {
  opacity: 1;
  visibility: visible;
  bottom: 50%;
  transform: translateY(50%);
}

.tp-main-menu-mobile .tp-submenu {
  display: none;
}

.tp-main-menu-mobile .header-icon {
  display: none;
}

.tp-main-menu-mobile ul {
  position: static;
  display: block;
  box-shadow: none;
}

.tp-main-menu-mobile ul li {
  list-style: none;
  position: relative;
  width: 100%;
  padding: 0;
}

.tp-main-menu-mobile ul li:not(:last-child) a {
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.tp-main-menu-mobile ul li .tp-submenu .homemenu {
  padding: 0px 10px;
  position: relative;
  margin-bottom: 20px;
}

button.dropdown-toggle-btn {
  background: unset;
  border-color: unset;
  border-radius: unset;
  color: unset;
  padding: unset;
}


.tp-main-menu-mobile ul li.has-dropdown>a .dropdown-toggle-btn {
  position: absolute;
  right: 0;
  top: 25%;
  -webkit-transform: translateY(-2px);
  -moz-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  -o-transform: translateY(-2px);
  transform: translateY(-2px);
  font-size: 18px;
  color: #7F8387;
  font-family: "Font Awesome 5 Pro";
  transition: all 0.3s ease-in-out;
  z-index: 1;
  width: 25px;
  height: 25px;
  line-height: 22px;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 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-1);
  border-color: var(--tp-theme-1);
  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-common-white);
}

.tp-main-menu-mobile ul li.has-dropdown>a.expanded .dropdown-toggle-btn.dropdown-opened {
  background-color: var(--tp-theme-1);
  border-color: var(--tp-theme-1);
  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-white);
  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-common-white);
}

.tp-main-menu-mobile ul li:hover>a::after {
  color: var(--tp-common-white);
}

.tp-main-menu-mobile ul li:hover>a .dropdown-toggle-btn i {
  color: var(--tp-common-white);
}

.tp-main-menu-mobile ul li:hover .mega-menu {
  visibility: visible;
  opacity: 1;
  top: 0;
}

.tp-main-menu-mobile ul li .mega-menu,
.tp-main-menu-mobile ul li .submenu {
  position: static;
  min-width: 100%;
  padding: 0;
  box-shadow: none;
  visibility: visible;
  opacity: 1;
  display: none;
}

.tp-main-menu-mobile ul li .mega-menu li,
.tp-main-menu-mobile ul li .submenu li {
  float: none;
  display: block;
  width: 100%;
  padding: 0;
}

.tp-main-menu-mobile ul li .mega-menu li:hover a .dropdown-toggle-btn,
.tp-main-menu-mobile ul li .submenu li:hover a .dropdown-toggle-btn {
  color: var(--tp-theme-1);
}

.tp-main-menu-mobile .tp-main-menu-content ul li:not(:last-child) .home-menu-title a {
  border-bottom: none;
}

.tp-main-menu-mobile * ul,
.tp-main-menu-mobile * li {
  transition: none !important;
}

.tp-onepage-menu li a span {
  display: block;
}

.main-logo img {
  max-width: 140px;
}

button.tp-header__menu-btn {
  padding: 7px 18px 6px 18px;
  background: var(--tp-common-black);
  color: var(--tp-common-white);
  font-size: 20px;
}

.tp-main__menu ul li.has-dropdown>a::after {
  content: "\f107";
  font-size: 16px;
  color: var(--tp-common-black);
  font-family: var(--tp-ff-fontawesome);
  font-weight: 300;
  margin-left: 10px;
  display: inline-block;
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
}

.tp-main__menu ul li .tp-submenu li.has-dropdown>a::after {
  content: "\f105";
  font-size: 16px;
  color: var(--tp-common-black);
  font-family: var(--tp-ff-fontawesome);
  font-weight: 300;
  margin-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;
  float: right;

}


.tp-main__menu ul li.has-dropdown:hover>a::after {
  color: #ffdcca;
}

.tp-main__menu ul li .tp-submenu li.has-dropdown:hover>a::after {
  color: var(--tp-theme-primary);
}

@keyframes headerSlideUp {
  0% {
    margin-top: -150px;
  }

  100% {
    margin-top: 0;
  }
}

/*----------------------------------------*/
/*  5.1 Postbox css
/*----------------------------------------*/
.postbox__comment-input .inputText {
  font-size: 16px;
  padding: 0px 24px;
  width: 100%;
  height: 65px;
  outline: 0;
  border: 1px transparent;
  line-height: 1;
  color: var(--tp-theme-primary);
  background-color: var(--tp-common-black);
  transition: 0.3s;
}

.postbox__comment-input .inputText::placeholder {
  font-weight: 400;
  font-size: 16px;
  color: var(--tp-common-white);
}

.postbox__comment-input .inputText:focus {
  border: 1px solid rgba(169, 240, 166, 0.2);
}

.postbox__comment-input .textareaText {
  font-size: 16px;
  width: 100%;
  height: 210px;
  border: 1px transparent;
  resize: none;
  padding: 40px 24px;
  color: var(--tp-theme-primary);
  background-color: var(--tp-common-black);
  margin-bottom: 20px;
}

.postbox__comment-input .textareaText::placeholder {
  font-weight: 400;
  font-size: 16px;
  color: var(--tp-common-white);
}

.postbox__comment-input .textareaText:focus {
  border: 1px solid rgba(169, 240, 166, 0.2);
}

.postbox__2-comment-input input {
  font-size: 16px;
  font-weight: 500;
  padding-left: 0;
  border: 0;
  border-bottom: 1px solid #D2CDCC;
  background: none;
}

.postbox__2-comment-input input::placeholder {
  color: var(--tp-common-black);
}

.postbox__2-comment-input textarea {
  font-size: 16px;
  font-weight: 500;
  padding-left: 0;
  border: 0;
  border-bottom: 1px solid #D2CDCC;
  background: none;
  resize: none;
  overflow: hidden;
}

.postbox__2-comment-input textarea::placeholder {
  color: var(--tp-common-black);
}

.postbox__2-comment-input textarea:focus {
  border-bottom: 1px solid var(--tp-common-black);
}

.postbox__2-form-check .form-check-input {
  margin-top: 7px;
  margin-right: 10px;
}

.postbox__2-form-check .form-check-input:focus {
  outline: 0;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  border-color: inherit;
}

.postbox__2-form-check .form-check-label {
  font-weight: 400;
  font-size: 16px;
  text-transform: capitalize;
  cursor: pointer;
}

.postbox__thumb a img {
  max-width: 100%;
}

.postbox-details__navigation-icon {
  margin-bottom: 5px;
}

.postbox-details__navigation-icon a {
  font-weight: 400;
  font-size: 16px;
  color: #696969;
}

.postbox-details__navigation-title {
  font-weight: 600;
  font-size: 22px;
  line-height: 1.3;
  letter-spacing: -0.03em;
  text-decoration: underline;
  color: var(--tp-common-white);
}

.postbox-details__navigation-patern span {
  color: var(--tp-theme-primary);
}

.postbox__item {
  margin-bottom: 54px;
}

.postbox__date {
  position: absolute;
  top: 16px;
  left: 17px;
  padding: 13px 22px;
  border-radius: 5px;
  background-color: var(--tp-theme-primary-3);
}

.postbox__date span {
  font-weight: 600;
  font-size: 22px;
  line-height: 1.1;
  text-align: center;
  display: inline-block;
  color: var(--tp-common-white);
}

.postbox__meta-title {
  position: relative;
  font-size: 15px;
  display: inline-block;
  color: var(--tp-common-black);
  margin-right: 25px;
}

.postbox__meta-title:hover {
  color: var(--tp-theme-primary-3);
}

.postbox__meta-title:last-child {
  margin-right: 0;
}

.postbox__meta-title span {
  margin-right: 10px;
  font-size: 16px;
  color: var(--tp-common-black);
  margin-bottom: 0;
}

.postbox__title {
  font-size: 32px;
  line-height: 1.3;
  color: var(--tp-common-black);
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
}

.postbox__title:hover {
  color: var(--tp-theme-primary-3);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .postbox__title {
    font-size: 30px;
  }
}

@media (max-width: 575px) {
  .postbox__title {
    font-size: 25px;
  }
}

.postbox__text p {
  font-weight: 400;
  font-size: 16px;
  line-height: 2;
}

.postbox__list-title {
  font-size: 28px;
  color: var(--tp-common-black);
}

.postbox__list-wrapper ul li {
  position: relative;
  font-size: 16px;
  list-style: none;
  padding-left: 50px;
  color: var(--tp-common-black);
  margin-bottom: 20px;
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
}

.postbox__list-wrapper ul li span {
  position: absolute;
  width: 35px;
  height: 35px;
  left: 0;
  line-height: 35px;
  text-align: center;
  border-radius: 50%;
  font-size: 15px;
  background: var(--tp-common-white-2);
}


.postbox__list-qoute {
  font-style: italic;
  font-weight: 500;
  color: var(--tp-common-black);
}

.postbox__list-thumb img {
  width: 100%;
}

.postbox__wrapper p {
  font-size: 18px;
  line-height: 1.7;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .postbox__wrapper p {
    margin-right: 0;
  }
}

.postbox__social span {
  font-size: 20px;
  margin-right: 21px;
  color: var(--tp-common-white);
}

.postbox__social a {
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  margin-right: 10px;
  background: var(--tp-common-black-3);
  color: var(--tp-common-white);
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .postbox__social a {
    margin-right: 5px;
  }
}

.postbox__social a:hover {
  color: var(--tp-common-black);
  background: var(--tp-theme-primary);
}

.postbox__share {
  border-bottom: 1px solid #efefef;
  padding-bottom: 36px;
  clear: both;
}

.postbox__details-author-box {
  padding: 55px 30px 50px 33px;
  background: #151414;
  border-radius: 5px;
}

.postbox__details-author-thumb {
  margin-right: 29px;
}

.postbox__details-author-thumb img {
  width: 84px;
  height: 84px;
  border-radius: 50%;
  border: 3px solid rgba(255, 255, 255, 0.29);
}

.postbox__details-author-quote {
  position: absolute;
  top: 35px;
  right: 60px;
}

.postbox__details-author-quote span {
  color: var(--tp-theme-primary);
}

.postbox__details-author-title {
  font-size: 18px;
  font-weight: 600;
  color: var(--tp-common-white);
}

.postbox__details-author-designation {
  font-size: 16px;
  margin-bottom: 15px;
  display: inline-block;
  color: var(--tp-common-white);
}

.postbox__details-author-text p {
  line-height: 1.9;
  margin-bottom: 0;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .postbox__details-author-text p {
    font-size: 16px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .postbox__details-author-text p {
    font-size: 14px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .postbox__details-author-text p {
    font-size: 15px;
  }
}

.postbox__review-title {
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 30px;
  color: var(--tp-common-white);
}

.tp-blog__details-blockquote {
  position: relative;
  padding: 38px 26px 16px 40px;
  background-color: var(--tp-common-white-2);
}

.tp-blog__details-blockquote .quote-icon {
  position: absolute;
  right: 40px;
  bottom: 30px;
  color: var(--tp-theme-primary-3);
}

/* video post btn start */
.tp-postbox-video-btn a {
  height: 80px;
  width: 80px;
  display: inline-block;
  background: var(--tp-common-white);
  border-radius: 50%;
  text-align: center;
  line-height: 85px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.tp-postbox-video-btn a::before {
  position: absolute;
  content: "";
  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%);
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.4);
  animation: borderanimation 2s linear infinite;
  animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  z-index: 1;
}

.tp-postbox-video-btn a::after {
  position: absolute;
  content: "";
  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%);
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.4);
  animation: borderanimation 2s linear infinite;
  animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  z-index: 1;
}

@keyframes borderanimation {
  0% {
    transform: translate(-50%, -50%) scale(0.8);
  }

  60% {
    opacity: 1;
  }

  100% {
    transform: translate(-50%, -50%) scale(2.5);
    opacity: 0;
  }
}

/* gallery post start */
.tp-blog-gallery-post-arrow-prev {
  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);
  background: var(--tp-common-black);
  padding: 10px 20px;
  border-radius: 5px;
}

.tp-blog-gallery-post-arrow-next {
  position: absolute;
  right: 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);
  background: var(--tp-common-black);
  padding: 10px 20px;
  border-radius: 5px;
}

.tp-blog-gallery-post-arrow-prev:hover,
.tp-blog-gallery-post-arrow-next:hover {
  background: var(--tp-theme-primary);
}

/* gallery post end  */

/*----------------------------------------*/
/*  5.2 Recent Post css
/*----------------------------------------*/
.rc__post {
  margin-bottom: 30px;
}

.rc__post:last-child {
  margin-bottom: 0;
}

.rc__post-thumb {
  margin-right: 24px;
}

.rc__post-title {
    font-size: 18px;
    line-height: 26px;
    display: inline-block;
    color: var(--tp-common-black);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
(max-width: 575px) {
  .rc__post-title {
    font-size: 14px;
  }
}

.rc__meta i {
  font-size: 14px;
  margin-right: 8px;
  color: var(--tp-common-black);
}

.rc__meta span {
  font-size: 15px;
  line-height: 1.7;
  color: var(--tp-common-black);
}

/*----------------------------------------*/
/*  5.3 Sidebar css
/*----------------------------------------*/
.sidebar__author {
  padding: 25px 0 0 0;
}

.sidebar__author-thumb {
  margin-bottom: 22px;
}

.sidebar__author-thumb img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
}

.sidebar__author-title {
  font-size: 20px;
  display: inline-block;
  color: var(--tp-common-black);
}

.sidebar__author-desig {
  font-weight: 400;
  font-size: 16px;
  margin-bottom: 15px;
}

.sidebar__author-content p {
  font-size: 17px;
  line-height: 27px;
  display: block;
  padding-bottom: 20px;
  padding-top: 5px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .sidebar__author-content p {
    font-size: 14px;
  }
}

.sidebar__author-social a {
  width: 43px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  display: inline-block;
  color: var(--tp-common-black);
  border: 1px solid rgb(216 216 216);
  margin-right: 13px;
  -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;
}

.sidebar__author-social a:last-child {
  margin-right: 0;
}

.sidebar__author-social a:hover {
  color: var(--tp-common-black);
  border: 1px solid var(--tp-theme-primary-3);
  background-color: var(--tp-theme-primary-3);
}

.sidebar__widget {
  padding: 39px 30px 45px 30px;
  background: var(--tp-common-white-2);
  margin-bottom: 30px;
}

@media (max-width: 575px) {
  .sidebar__widget {
    padding: 39px 20px 45px 20px;
  }
}

.sidebar__widget-title {
  position: relative;
  font-size: 22px;
  display: inline-block;
  color: var(--tp-common-black);
  margin-bottom: 25px;
}

.sidebar__widget-content ul li {
  list-style: none;
}

.sidebar__widget-content ul li a {
  position: relative;
  width: 100%;
  font-size: 16px;
  font-weight: 500;
  padding: 17px 21px;
  display: inline-block;
  background: var(--tp-common-white);
  margin-bottom: 21px;
  color: var(--tp-common-white);
  border-radius: 2px;
  -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;
}

.sidebar__widget-content ul li a span {
  position: absolute;
  top: 50%;
  right: 21px;
  transform: translateY(-50%);
}

.sidebar__widget-content ul li a:hover {
  color: var(--tp-common-white);
  background-color: var(--tp-theme-primary-3);
}

.sidebar__search-input {
  position: relative;
}

.sidebar__search-input input {
  border: 0;
  padding-right: 60px;
  color: var(--tp-common-black);
  background: var(--tp-common-white);
}

.sidebar__search-input button {
  position: absolute;
  top: 50%;
  right: 28px;
  color: var(--tp-common-black);
  transform: translateY(-50%);
}

.tagcloud a {
  font-weight: 500;
  font-size: 14px !important;
  margin: 6px 3px;
  padding: 8px 24px;
  display: inline-block;
  text-transform: capitalize;
  color: var(--tp-common-black);
  background: var(--tp-common-white);
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {
  .tagcloud a {
    padding: 8px 18px;
  }
}

@media (max-width: 575px) {
  .tagcloud a {
    padding: 8px 14px;
  }
}

.tagcloud a:hover {
  background-color: var(--tp-theme-primary-3);
  color: var(--tp-common-white);
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .tagcloud-sm {
    margin-bottom: 10px;
  }
}

.tagcloud-sm a {
  border: 1px solid rgba(246, 243, 238, 0.12);
  color: var(--tp-common-black);
}

.tagcloud-sm a:hover {
  color: var(--tp-common-white);
}

/*----------------------------------------*/
/*  5.4 Blog css
/*----------------------------------------*/
.tp-blog__titlebox {
  max-width: 875px;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 65px;
}

.tp-blog__titlebox p {
  margin: 0;
  margin-top: 12px;
}

.tp-blog__grid {
  display: grid;
  gap: 30px;
  grid-template-columns: 1fr 1fr 1fr;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-blog__grid {
    gap: 15px;
  }
}

@media (max-width: 767px) {
  .tp-blog__grid {
    gap: 30px;
    grid-template-columns: 1fr;
  }
}

.tp-blog__item .thumb-wrap {
  position: relative;
}

.tp-blog__item .category {
  gap: 15px;
  display: flex;
  align-items: center;
  position: absolute;
  left: 20px;
  top: 20px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-blog__item .category {
    left: 10px;
    top: 10px;
  }
}

.tp-blog__item .category li {
  list-style: none;
}

.tp-blog__item .category a {
  display: inline-block;
  font-weight: 500;
  font-size: 16px;
  line-height: 28px;
  padding: 4px 20px;
  border-radius: 100px;
  background-color: var(--tp-theme-primary-4);
  color: var(--tp-common-black);
}

.tp-blog__item:nth-child(even) .category a {
  background-color: var(--tp-theme-primary);
}

.tp-blog__item .meta {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-top: 20px;
  margin-bottom: 12px;
}

@media (max-width: 767px) {
  .tp-blog__item .meta {
    font-size: 16px;
    margin-top: 15px;
    margin-bottom: 5px;
  }
}

.tp-blog__item .meta li {
  list-style: none;
}

.tp-blog__item .meta li a {
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
  color: var(--tp-grey-1);
}

.tp-blog__item .title {
  font-weight: 500;
  font-size: 28px;
  line-height: 1.36;
  color: var(--tp-common-black);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-blog__item .title {
    font-size: 24px;
  }
}

@media only screen and (min-width: 100px) and (max-width: 991px) {
  .tp-blog__item .title {
    font-size: 20px;
  }
}

.tp-blog__item .title a {
  background-image: linear-gradient(transparent calc(100% - 2px), currentColor 2px);
  background-repeat: no-repeat;
  background-size: 0% 90%;
  transition: all 0.7s;
}

.tp-blog__item .title a:hover {
  background-size: 100% 90%;
}



.tp-blog-item {
  overflow: hidden;
  padding: 60px;
  background-color: var(--tp-common-black2);
  border-radius: 12px;
  z-index: 2;
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .tp-blog-item {
    padding: 30px;
  }
}

.tp-blog-item:hover .tp-blog-bg {
  top: 0;
  opacity: 0.08;
  visibility: visible;
}

.tp-blog-item:not(:last-child) {
  margin-bottom: 30px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .tp-blog-thumb {
    margin-bottom: 30px;
  }
}

.tp-blog-metabox {
  text-transform: uppercase;
}

.tp-blog-meta-date {
  font-size: 16px;
  border-radius: 50px;
  padding: 5px 20.5px;
  border: 1px solid rgba(255, 255, 255, 0.34);
  margin-right: 18px;
}

@media (max-width: 575px) {
  .tp-blog-meta-date {
    margin-right: 0;
  }
}

@media (max-width: 575px) {
  .tp-blog-meta-comment {
    margin-top: 10px;
    display: blockPteam;
  }
}

.tp-blog-title {
  font-size: 30px;
  font-weight: 700;
  display: inline-block;
  text-transform: capitalize;
  line-height: 1.5;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .tp-blog-title {
    margin-bottom: 20px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .tp-blog-title {
    font-size: 22px;
  }
}

.tp-blog-btn .tp-btn-switch-text {
  color: #fff;
  text-transform: uppercase;
}

.tp-blog-btn .tp-btn-switch-text:hover {
  color: var(--tp-theme-primary);
}

.tp-blog-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: -150px;
  left: 0;
  background: #000;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  border-radius: 12px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.tp-blog-bg img {
  width: 100%;
  height: 100%;
}

/*----------------------------------------*/
/*  6.1 Footer Style
/*----------------------------------------*/
.tp-footer__widget-title {
  font-weight: 600;
  font-size: 28px;
  line-height: 1.36;
  color: var(--tp-common-white);
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .tp-footer__widget-title {
    font-size: 24px;
    margin-bottom: 15px;
    margin-top: 40px;
  }
}

.tp-footer__list a {
  font-weight: 500;
  font-size: 18px;
  line-height: 1.55;
  display: block;
  margin-bottom: 15px;
  color: var(--tp-grey-2);
  transition: 0.3s;
}

@media (max-width: 767px) {
  .tp-footer__list a {
    font-size: 16px;
    margin-bottom: 10px;
  }
}

.tp-footer__list a:hover {
  color: var(--tp-common-white);
}

.tp-footer__contact-box {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 60px;
}

@media (max-width: 767px) {
  .tp-footer__contact-box {
    margin-top: 20px;
    gap: 10px;
  }
}

.right-align.tp-footer__contact-box {
  justify-content: flex-end;
}

@media (max-width: 767px) {
  .right-align.tp-footer__contact-box {
    justify-content: flex-start;
  }
}

.tp-footer__widget.right-align {
  justify-self: flex-end;
}

@media (max-width: 767px) {
  .tp-footer__widget.right-align {
    justify-self: flex-start;
  }
}

.tp-footer__contact-box .icon {
  width: 70px;
  aspect-ratio: 1;
  background: white;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
}

.tp-footer__contact-box .contact-wrap p {
  font-size: 18px;
  line-height: 1.5;
  color: var(--tp-grey-2);
  margin-bottom: 12px;
}

@media (max-width: 767px) {
  .tp-footer__contact-box .contact-wrap p {
    font-size: 16px;
  }
}

.tp-footer__contact-box .contact-wrap a {
  font-weight: 500;
  font-size: 28px;
  line-height: 1.2;
  color: var(--tp-common-white);
  background-image: linear-gradient(transparent calc(100% - 1px), currentColor 1px);
  background-repeat: no-repeat;
  background-size: 0% 90%;
  transition: all 0.7s;
}

@media only screen and (min-width: 1200px) and (max-width: 1700px) {
  .tp-footer__contact-box .contact-wrap a {
    font-size: 24px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-footer__contact-box .contact-wrap a {
    font-size: 20px;
  }

  .tp-footer__adress-box {
    padding-right: 20px;
  }
}

@media (max-width: 1200px) {
  .tp-footer__adress-box br {
    display: none;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-footer__adress-box {
    padding-bottom: 50px;
  }

  .tp-footer__contact-box .contact-wrap a {
    font-size: 24px;
  }
}

@media (max-width: 767px) {
  .tp-footer__contact-box .contact-wrap a {
    font-size: 20px;
  }
}

.tp-footer__contact-box .contact-wrap a:hover {
  background-size: 100% 90%;
}

.tp-footer__text {
  color: #2c2b39f0;
  font-weight: 500;
  font-size: 215px;
  line-height: 0.7;
  letter-spacing: 4.2px;
  text-transform: uppercase;
  text-align: center;
  padding-top: 70px;
  overflow: hidden;
}

@media only screen and (min-width: 1440px) and (max-width: 1700px) {
  .tp-footer__text {
    font-size: 180px;
  }
}

@media only screen and (min-width: 1366px) and (max-width: 1439px) {
  .tp-footer__text {
    font-size: 170px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1365px) {
  .tp-footer__text {
    font-size: 130px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-footer__text {
    font-size: 120px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-footer__text {
    font-size: 90px;
    padding-top: 40px;
  }
}

@media (max-width: 767px) {
  .tp-footer__text {
    font-size: 60px;
    padding-top: 40px;
  }
}

@media (max-width: 575px) {
  .tp-footer__text {
    font-size: 36px;
    padding-top: 40px;
  }
}

.tp-copyright__style {
  border-top: 1px solid #FFFFFF26;
  padding: 18px 0 15px;
}

.tp-footer__adress-box .address {
  margin-top: 40px;
  margin-bottom: 35px;
}

@media only screen and (min-width: 100px) and (max-width: 991px) {
  .tp-footer__adress-box .address {
    margin-top: 25px;
    margin-bottom: 25px;
  }
}

.tp-footer__adress-box .address a {
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: var(--tp-grey-2);
  background-image: linear-gradient(transparent calc(100% - 1px), currentColor 1px);
  background-repeat: no-repeat;
  background-size: 0% 90%;
  transition: all 0.7s;
}

@media (max-width: 767px) {
  .tp-footer__adress-box .address a {
    font-size: 16px;
  }
}

.tp-footer__adress-box .address a:hover {
  background-size: 100% 90%;
}

.tp-copyright__text p {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.3;
  color: var(--tp-grey-2);
  margin: 0;
}

.tp-copyright__text p span {
  color: var(--tp-common-white);
}

.tp-footer__menu {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 35px;
}

@media only screen and (min-width: 100px) and (max-width: 991px) {
  .tp-footer__menu {
    justify-content: center;
    gap: 20px;
  }

  .tp-copyright__text {
    text-align: center;
  }

  .tp-copyright__wrap .row {
    gap: 15px;
    flex-direction: column-reverse;
  }
}

.tp-footer__menu a {
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
  color: var(--tp-grey-2);
}

.tp-footer__menu a:hover {
  color: var(--tp-common-white);
}

.tp-copyright__social {
  display: flex;
  align-items: center;
  gap: 15px;
}

.tp-copyright__social a {
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--tp-common-black-2);
  transition: all 0.3s;
  color: var(--tp-common-white);
  padding: 13px 15px;
  border-radius: 5px;
  font-size: 15px;
}

.tp-copyright__social a:hover {
  color: var(--tp-common-black);
  background-color: var(--tp-common-white);
}

/*----------------------------------------*/
/*  7.1 Hero css
/*----------------------------------------*/
.tp-hero__treatment {
  gap: 30px;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  padding-top: 135px;
  margin-bottom: 64px;
}

.tp-service-area.tp-hero__treatment {
  gap: 30px;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  padding-top: 60px;
  margin-bottom: 64px;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .tp-hero__treatment {
    gap: 20px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-hero__treatment {
    gap: 20px;
    grid-template-columns: 1fr 1fr 1fr;
  }
}

@media (max-width: 575px) {
  .tp-hero__treatment {
    grid-template-columns: repeat(2, 1fr);
  }
}

.tp-hero__treatment-type {
  text-align: center;
}

.tp-hero__treatment-type p {
  margin: 0;
  margin-top: 2px;
}

.tp-hero__treatment-type p a {
  font-weight: 500;
  font-size: 14px;
  line-height: 1;
  display: inline-block;
  color: var(--tp-common-black);
}

.tp-hero__treatment-type a img {
  width: 130px;
  border-radius: 100px;
}

.tp-hero__content-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  padding-bottom: 30px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-hero__content-wrapper {
    grid-template-columns: 1fr;
  }
}

.tp-hero__content {
  background: var(--tp-theme-primary);
  ;
  border-radius: 16px;
  padding: 60px 70px 70px;
  display: grid;
}

@media only screen and (min-width: 1366px) and (max-width: 1439px) {
  .tp-hero__content {
    padding: 50px 40px 60px;
  }

}

@media only screen and (min-width: 100px) and (max-width: 1199px) {
  .tp-hero__content {
    padding: 40px 30px 50px;
  }
}

.tp-hero__content-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  padding-bottom: 30px;
}

@media only screen and (min-width: 100px) and (max-width: 991px) {
  .tp-hero__content-wrapper {
    grid-template-columns: 1fr;
  }
}

.tp-hero__content .list-wrap {
  margin-top: auto;
}

.tp-hero__content .title {
  font-weight: 600;
  font-size: 50px;
  line-height: 1.2;
  max-width: 620px;
  color: var(--tp-common-black);
  margin-bottom: 25px;
}

@media only screen and (min-width: 1366px) and (max-width: 1439px) {
  .tp-hero__content .title {
    font-size: 40px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .tp-hero__content .title {
    font-size: 36px;
    margin-bottom: 20px;
  }
}

@media (max-width: 575px) {
  .tp-hero__content .title {
    font-size: 30px;
    margin-bottom: 20px;
  }
}

.tp-hero__content p {
  font-weight: 400;
  font-size: 18px;
  line-height: 1.55;
}

@media (max-width: 767px) {
  .tp-hero__content p {
    font-size: 16px;
  }
}

.tp-hero__content ul {
  gap: 50px;
  display: flex;
  align-items: center;
  margin-bottom: 45px;
}

@media only screen and (min-width: 1366px) and (max-width: 1439px) {
  .tp-hero__content ul {
    gap: 30px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-hero__content ul {
    gap: 10px;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-hero__content ul {
    margin-top: 30px;
  }
}

@media (max-width: 767px) {
  .tp-hero__content ul {
    gap: 10px;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 20px;
  }
}

.tp-hero__content ul li {
  list-style: none;
  font-weight: 500;
  font-size: 18px;
  line-height: 1;
  color: var(--tp-common-black);
  display: flex;
  align-items: center;
  gap: 10px;
}

@media only screen and (min-width: 1366px) and (max-width: 1439px) {
  .tp-hero__content ul li {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .tp-hero__content ul li {
    font-size: 16px;
  }
}

.tp-hero__image {
  overflow: hidden;
}

.tp-hero__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 16px;
}


/*----------------------------------------*/
/*  7.2 Hero Style Two
/*----------------------------------------*/
.tp-hero__area-2 {
  padding-top: 87px;
}


.tp-hero-2__item {
  position: relative;
}

.tp-hero-2__content {
  background-color: var(--tp-common-white);
  position: absolute;
  width: 706px;
  left: 50px;
  bottom: 50px;
  padding: 50px 50px 60px;
}

@media only screen and (min-width: 1200px) and (max-width: 1439px) {
  .tp-hero-2__content {
    left: 30px;
    bottom: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .tp-hero-2__content {
    left: 15px;
    bottom: 15px;
    padding: 40px;
  }
}

@media (max-width: 767px) {
  .tp-hero-2__content {
    width: 90%;
    left: 5%;
    bottom: 60px;
    padding: 30px 15px;
  }

  .tp-hero-2__content ul li,
  .tp-hero-2__content p {
    font-size: 16px;
  }
}

.tp-hero-2__content ul {
  margin-top: 105px;
}

@media only screen and (min-width: 768px) and (max-width: 1700px) {
  .tp-hero-2__content ul {
    margin-top: 30px;
  }
}

@media (max-width: 767px) {
  .tp-hero-2__content ul {
    margin-top: 20px;
    margin-bottom: 25px;
  }
}

.tp-hero-2__item>img {
  border-radius: 16px;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .tp-hero-2__item>img {
    height: 560px;
    object-fit: cover;
  }
}

@media (max-width: 767px) {
  .tp-hero-2__item>img {
    height: 560px;
    object-fit: cover;
  }
}

.tp-hero-2__controls {
  width: 290px;
  position: absolute;
  right: 50px;
  bottom: 50px;
}

@media (max-width: 767px) {
  .tp-hero-2__controls {
    right: 30px;
    bottom: 5px;
  }
}

.tp-hero-2-active {
  position: relative;
}

.tp-hero-2__navigation {
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 3;
  position: relative;
}

.tp-hero-2__navigation button {
  width: 48px;
  aspect-ratio: 1;
  background: #E8E8E81A;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  backdrop-filter: blur(314px);
  color: #fff;
  font-size: 16px;
}

.tp-hero-2__navigation button:hover {
  background-color: var(--tp-common-black);
}

.tp-hero-2__controls .swiper-pagination {
  font-weight: 500;
  font-size: 15px;
  line-height: 1;
  color: var(--tp-common-white);
  pointer-events: none;
}

.tp-hero-2__controls .swiper-pagination-current {
  font-size: 28px;
}

.tp-treatment__wrapper-2 {
  position: relative;
  margin-left: -50px;
  margin-right: -50px;
}

@media only screen and (min-width: 100px) and (max-width: 1439px) {
  .tp-treatment__wrapper-2 {
    margin-left: 0;
    margin-right: 0;
  }
}

.tp-treatment__active {
  padding-bottom: 45px;
  max-width: 1290px;
  margin: 0 auto;
  overflow: hidden;
}

.tp-treatment__navigation button {
  color: var(--tp-common-black);
  width: 36px;
  aspect-ratio: 1;
  border-radius: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border: 1px solid #E8E8E8;
  z-index: 3;
}

.tp-treatment__navigation button:hover {
  background-color: var(--tp-common-black);
  border-color: var(--tp-common-black);
  color: var(--tp-common-white);
}

.tp-treatment__navigation .treat-prev {
  left: 0;
}

.tp-treatment__navigation .treat-next {
  right: 0;
}

.tp-treatment__controls .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #1E1D2B33;
  border-radius: 100px;
  opacity: 1;
  transition: all 0.3s;
}

.tp-treatment__controls .swiper-pagination-bullet-active {
  width: 36px;
  background: var(--tp-common-black);
}

.tp-treatment__controls .swiper-pagination {
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  display: flex;
  align-items: center;
  gap: 10px;
}

/*----------------------------------------*/
/*  7.3 Hero Style Three
/*----------------------------------------*/
.tp-hero__area-3 {
  padding-top: 85px;
}

.tp-hero-3__wrapper {
  position: relative;
  height: 780px;
  overflow: hidden;
  border-radius: 16px;
}

@media only screen and (min-width: 1366px) and (max-width: 1439px) {
  .tp-hero-3__wrapper {
    height: 700px;
  }
}

@media only screen and (min-width: 100px) and (max-width: 1365px) {
  .tp-hero-3__wrapper {
    height: auto;
  }
}

.tp-hero-3__wrapper::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #0000004D;
}

.tp-hero-3__video {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}

.tp-hero-3__video video {
  width: 100%;
  height: auto;
  border-radius: 16px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-hero-3__video video {
    width: 120%;
  }
}

@media (max-width: 767px) {
  .tp-hero-3__video video {
    width: 240%;
  }
}

.tp-hero-3__content {
  background-color: transparent;
  z-index: 11;
  position: relative;
  text-align: center;
  padding-top: 160px;
}

@media only screen and (min-width: 992px) and (max-width: 1365px) {
  .tp-hero-3__content {
    padding-top: 100px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-hero-3__content {
    padding-top: 80px;
  }
}

@media (max-width: 767px) {
  .tp-hero-3__content {
    padding: 40px 15px;
  }
}

.tp-hero-3__content .title {
  margin: 0 auto;
  margin-bottom: 25px;
  color: var(--tp-common-white);
}

.tp-hero-3__content p {
  color: var(--tp-common-white);
  max-width: 600px;
  margin: 0 auto;
  margin-bottom: 120px;
}

@media only screen and (min-width: 992px) and (max-width: 1365px) {
  .tp-hero-3__content p {
    margin-bottom: 50px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-hero-3__content p {
    margin-bottom: 20px;
  }
}

@media (max-width: 767px) {
  .tp-hero-3__content p {
    margin-bottom: 0;
    font-size: 16px;
  }
}

.tp-hero-3__content ul {
  justify-content: center;
  margin-bottom: 50px;
}

@media only screen and (min-width: 992px) and (max-width: 1365px) {
  .tp-hero-3__content ul {
    gap: 40px;
    flex-direction: inherit;
    margin-bottom: 40px;
  }
}

@media (max-width: 767px) {
  .tp-hero-3__content ul {
    align-items: center;
    margin-bottom: 30px;
  }
}

.tp-hero-3__content ul li {
  color: var(--tp-common-white);
}

@media (max-width: 767px) {
  .tp-hero-3__content ul li {
    font-size: 16px;
  }
}

/*----------------------------------------*/
/*  7.4 Funfact Style One
/*----------------------------------------*/
.tp-funfact__area {
  padding-bottom: 30px;
}

.tp-funcfact__wrapper p {
  font-weight: 500;
  font-size: 22px;
  line-height: 1.3;
  text-align: center;
  color: var(--tp-common-black);
}

.tp-funfact__items {
  gap: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 50px;
  padding-bottom: 50px;
}

@media only screen and (min-width: 0px) and (max-width: 1199px) {
  .tp-funfact__items {
    gap: 30px;
    flex-wrap: wrap;
  }
}

.tp-funfact-number {
  font-weight: 500;
  font-size: 70px;
  line-height: 1.1;
  color: var(--tp-common-black);
  text-transform: uppercase;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-funfact-number {
    font-size: 60px;
  }
}

@media (max-width: 575px) {
  .tp-funfact-number {
    font-size: 50px;
  }
}

.tp-funfact-title {
  font-weight: 500;
  font-size: 18px;
  line-height: 1.5;
  color: var(--tp-common-black);
}

.tp-funfact-suffix {
  position: relative;
  font-size: 30px;
  font-weight: 300;
  top: -37px;
  right: -5px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-funfact-suffix {
    top: -30px;
  }
}

@media (max-width: 575px) {
  .tp-funfact-suffix {
    top: -24px;
  }
}

.tp-funfact-box {
  display: flex;
  align-items: center;
  gap: 10px;
}

.tp-emergency__cards {
  display: grid;
  gap: 30px;
  grid-template-columns: 1fr 1fr 1fr;
}

@media only screen and (min-width: 100px) and (max-width: 991px) {
  .tp-emergency__cards {
    grid-template-columns: 1fr;
  }
}

.tp-emergency__card {
  padding: 60px 50px;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
}

@media only screen and (min-width: 1366px) and (max-width: 1439px) {
  .tp-emergency__card {
    padding: 50px 30px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-emergency__card {
    padding: 40px 15px;
  }
}

@media (max-width: 575px) {
  .tp-emergency__card {
    padding: 40px 25px;
  }
}

.tp-emergency__card.card-1 {
  background-color: var(--tp-theme-primary);
  ;
}

.tp-emergency__card.card-2 {
  background-color: var(--tp-theme-primary-3);
}

.tp-emergency__card.card-3 {
  background-color: var(--tp-common-black);
}

.tp-emergency__card .title {
  font-weight: 500;
  font-size: 28px;
  line-height: 1;
  color: var(--tp-common-black);
  margin-bottom: 20px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-emergency__card .title {
    font-size: 24px;
  }
}

.tp-emergency__card .para-wrap {
  gap: 20px;
  display: flex;
  align-items: flex-start;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-emergency__card .para-wrap {
    gap: 10px;
  }
}

@media only screen and (min-width: 100px) and (max-width: 991px) {
  .tp-emergency__card .para-wrap {
    margin-bottom: 40px;
  }
}

.tp-emergency__card .para-wrap p {
  font-weight: 400;
  font-size: 18px;
  line-height: 1.55;
  color: var(--tp-common-black);
  margin: 0;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-emergency__card .para-wrap p {
    font-size: 16px;
  }
}

@media (max-width: 575px) {
  .tp-emergency__card .para-wrap p {
    font-size: 16px;
  }
}

.tp-emergency__card .para-wrap img {
  margin-top: 5px;
}

.tp-emergency__card .contact-box {
  gap: 20px;
  display: flex;
  align-items: center;
  margin-top: auto;
}

.tp-emergency__card .contact-box p {
  font-weight: 500;
  font-size: 18px;
  line-height: 1.45;
  color: var(--tp-common-black);
  margin: 0;
  margin-bottom: 13px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-emergency__card .contact-box p {
    font-size: 16px;
  }
}

.tp-emergency__card .contact-box a {
  font-weight: 500;
  font-size: 28px;
  line-height: 1;
  display: block;
  color: var(--tp-common-black);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-emergency__card .contact-box a {
    font-size: 18px;
  }
}

@media (max-width: 575px) {
  .tp-emergency__card .contact-box a {
    font-size: 18px;
  }
}

.tp-emergency__card .contact-box .icon {
  width: 70px;
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 100px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-emergency__card .contact-box .icon {
    width: 48px;
  }

  .tp-emergency__card .contact-box .icon img {
    max-width: 28px;
  }
}

.tp-emergency__card .contact-form span {
  width: 100%;
  border-radius: 10px;
  padding: 17px 40px;
  background: var(--tp-common-white);
  display: inline-block;
  font-size: 16px;
}


.tp-emergency__card .contact-form {
  position: relative;
  margin-top: 80px;
}

@media only screen and (min-width: 100px) and (max-width: 991px) {
  .tp-emergency__card .contact-form {
    margin-top: 10px;
  }
}

.tp-emergency__card .contact-form svg {
  width: 1em;
  height: 1em;
}

.tp-emergency__card .tp-card-btn {
  width: 36px;
  aspect-ratio: 1;
  background: var(--tp-common-black);
  border-radius: 100px;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  fill: var(--tp-common-white);
  font-size: 13px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-emergency__card .tp-card-btn {
    right: 15px;
  }
}

.tp-emergency__card.card-3 .title {
  color: var(--tp-common-white);
}

.tp-emergency__card.card-3 .contact-box p,
.tp-emergency__card.card-3 .contact-box a,
.tp-emergency__card.card-3 .para-wrap p {
  color: var(--tp-grey-2);
}


/*----------------------------------------*/
/*  7.5 About Style
/*----------------------------------------*/
.tp-about__content .top-wrap {
  gap: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.tp-about__content .top-wrap p {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.25;
  max-width: 330px;
  color: var(--tp-common-black);
  margin: 0;
}

.tp-about__content .tp-section-title {
  max-width: 950px;
  text-align: center;
  margin: 0 auto;
  font-weight: 600;
  margin-top: 30px;
  margin-bottom: 55px;
}

@media (max-width: 575px) {
  .tp-about__content .tp-section-title {
    margin-top: 20px;
    margin-bottom: 30px;
  }
}

.tp-about__content ul li {
  gap: 10px;
  display: flex;
  align-items: center;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.3;
  color: var(--tp-common-black);
}

@media (max-width: 767px) {
  .tp-about__content ul li {
    font-size: 16px;
  }
}

.tp-about__content ul {
  gap: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 67px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-about__content ul {
    gap: 40px;
    margin-bottom: 50px;
  }
}

@media only screen and (min-width: 100px) and (max-width: 991px) {
  .tp-about__content ul {
    gap: 15px 40px;
    margin-bottom: 50px;
    flex-wrap: wrap;
  }
}

.tp-about__content .img-wrap {
  margin-bottom: 70px;
}

.tp-about__content .img-wrap {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 570px;
  border-radius: 16px;
}

@media only screen and (min-width: 576px) and (max-width: 991px) {
  .tp-about__content .img-wrap {
    height: 360px;
  }
}

@media (max-width: 575px) {
  .tp-about__content .img-wrap {
    height: 300px;
  }
}

.tp-about__content .img-wrap img {
  position: absolute;
  bottom: 0;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 120%;
  margin-left: auto;
  margin-right: auto;
  border-radius: 16px;
  object-fit: cover;
}

@media (max-width: 575px) {
  .tp-about__content .img-wrap img {
    height: 110%;
  }
}

.tp-about__content-2 .title {
  font-weight: 500;
  font-size: 35px;
  line-height: 1.28;
  margin-bottom: 20px;
  color: var(--tp-common-black);
}

.tp-about__content-2 {
  padding-right: 135px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-about__content-2 {
    padding-right: 15px;
  }
}

@media (max-width: 767px) {
  .tp-about__content-2 {
    padding-right: 0;
  }
}

.tp-about__content-2 .para {
  margin-bottom: 60px;
}

.tp-about__content-2 .para span {
  font-weight: 500;
  color: var(--tp-common-black);
}

.tp-about__content-2 .inner-wrap {
  gap: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 60px;
}

@media (max-width: 575px) {
  .tp-about__content-2 .inner-wrap {
    margin-bottom: 40px;
    flex-wrap: wrap;
  }
}

@media (max-width: 575px) {
  .tp-about__content-2 .btn-wrapper {
    gap: 15px;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 50px;
  }
}

.tp-award-box {
  display: flex;
  align-items: center;
  gap: 15px;
}

.tp-award-box p {
  margin: 0;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.5;
}

.tp-about__content-2 .tp-funfact-number {
  font-size: 100px;
}

@media (max-width: 767px) {
  .tp-about__content-2 .tp-funfact-number {
    font-size: 80px;
  }
}

.tp-about__content-2 .tp-funfact-suffix {
  top: -60px;
  right: -20px;
}

@media (max-width: 767px) {
  .tp-about__content-2 .tp-funfact-suffix {
    top: -40px;
  }
}

.tp-about__content-2 .tp-funfact-title {
  font-weight: 400;
  position: relative;
  bottom: -14px;
}

.tp-working__hour {
  background: var(--tp-theme-primary-5);
  padding: 55px 50px 55px;
  border-radius: 20px;
  margin-top: 10px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-working__hour {
    padding: 40px 30px;
  }
}

@media (max-width: 575px) {
  .tp-working__hour {
    padding: 30px 25px;
  }
}

.tp-working__hour .title {
  font-weight: 500;
  font-size: 28px;
  line-height: 1.28;
  color: var(--tp-common-black);
}

.tp-working__hour .para-wrap {
  gap: 10px;
  display: flex;
  align-items: center;
  margin-top: 25px;
  margin-bottom: 55px;
}

.tp-working__hour .para-wrap p {
  margin: 0;
}

.tp-working__hour ul {
  gap: 20px;
  display: grid;
}

.tp-working__hour ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.5;
  color: var(--tp-common-black);
}

/*----------------------------------------*/
/*  7.6 About Style
/*----------------------------------------*/
.tp-text__slider-active .swiper-slide {
  width: auto;
}

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

.tp-text__text {
  font-weight: 500;
  font-size: 130px;
  line-height: 1.08;
  letter-spacing: -4px;
  color: #1E1D2B1A;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .tp-text__text {
    font-size: 100px;
  }
}

@media (max-width: 767px) {
  .tp-text__text {
    font-size: 80px;
  }

  .tp-text__text img {
    width: 90px;
    margin-left: 20px;
  }
}

/*----------------------------------------*/
/*  7.7 Choose style one
/*----------------------------------------*/
.tp-choose__area {
  background: var(--tp-common-black);
  position: relative;
}

.tp-choose__area .shape {
  position: absolute;
  right: 0;
  bottom: 0;
}

.tp-choose__image {
  position: relative;
  height: 100%;
}

.tp-choose__image .img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.tp-choose__image .logo {
  position: absolute;
  right: 0;
  bottom: 0;
}


@media (max-width: 767px) {
  .tp-choose__image .logo {
    max-width: 220px;
  }
}

.tp-choose__content {
  padding: 120px 0 120px 120px;
}

@media only screen and (min-width: 1366px) and (max-width: 1439px) {
  .tp-choose__content {
    padding: 80px 0 80px 30px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-choose__content {
    padding: 60px 0 60px 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-choose__content {
    padding: 60px 15px;
  }
}

@media (max-width: 767px) {
  .tp-choose__content {
    padding: 50px 15px;
  }
}

.tp-choose__content .tp-section-subtitle {
  border-color: #FFFFFF26;
  color: var(--tp-common-white);
}

.tp-choose__content .tp-section-title {
  color: var(--tp-common-white);
  max-width: 680px;
  margin-top: 22px;
  margin-bottom: 50px;
}

@media (max-width: 1439px) {
  .tp-choose__content .tp-section-title {
    margin-bottom: 30px;
  }
}

.tp-choose__content .para {
  max-width: 680px;
  margin-bottom: 55px;
  color: var(--tp-grey-2);
}

@media (max-width: 767px) {
  .tp-choose__content .para {
    margin-bottom: 30px;
  }
}

.tp-choose__content .title {
  font-weight: 500;
  font-size: 22px;
  line-height: 1.36;
  color: var(--tp-common-white);
  border-bottom: 2px solid #FFFFFF26;
  padding-bottom: 12px;
  margin-bottom: 40px;
}

.tp-choose__content ul {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  position: relative;
  z-index: 1;
}

@media only screen and (min-width: 992px) and (max-width: 1439px) {
  .tp-choose__content ul {
    gap: 15px;
  }
}

@media (max-width: 768px) {
  .tp-choose__content ul {
    gap: 15px;
  }
}

.tp-choose__content ul li {
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
  color: var(--tp-common-white);
  list-style: none;
  background: var(--tp-common-black-2);
  padding: 12px 17px 14px;
  border-radius: 100px;
  display: flex;
  align-items: center;
  gap: 15px;
}

@media (max-width: 767px) {
  .tp-choose__content ul li {
    font-size: 16px;
  }
}

/*----------------------------------------*/
/*  7.8 Appoinment style
/*----------------------------------------*/
.tp-appoinment__wrapper {
  background: var(--tp-theme-primary);
  ;
  border-radius: 20px;
  margin-top: 60px;
  display: grid;
  grid-template-columns: 1fr 1fr;
}

@media only screen and (min-width: 100px) and (max-width: 991px) {
  .tp-appoinment__wrapper {
    grid-template-columns: 1fr;
  }
}

.tp-appoinment__images {
  position: relative;
  text-align: right;
  padding: 50px 65px;
  width: 760px;
  margin-left: auto;
}

@media only screen and (min-width: 1366px) and (max-width: 1439px) {
  .tp-appoinment__images {
    padding: 50px 40px;
    width: 100%;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-appoinment__images {
    padding: 50px 40px;
    width: 100%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-appoinment__images {
    padding: 40px 30px;
    width: 100%;
  }
}

@media (max-width: 767px) {
  .tp-appoinment__images {
    padding: 40px 15px;
    width: 100%;
  }
}

.tp-appoinment__images .rate-wrap .rate {
  font-weight: 600;
  font-size: 35px;
  line-height: 1;
  margin-bottom: 8px;
}

.tp-appoinment__images .appoinment-1 {
  position: absolute;
  bottom: 0;
  left: 0;
}

@media (max-width: 767px) {
  .tp-appoinment__images .appoinment-1 {
    width: 160px;
  }
}

.tp-appoinment__images .rate-wrap {
  background: #fff;
  width: 190px;
  border-radius: 10px;
  padding: 15px;
  position: absolute;
  left: 120px;
  top: 85px;
  text-align: left;
  transform: skew(-10deg);
}

@media only screen and (min-width: 1366px) and (max-width: 1439px) {
  .tp-appoinment__images .rate-wrap {
    top: 120px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-appoinment__images .rate-wrap {
    top: 220px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-appoinment__images .rate-wrap {
    top: 50px;
  }
}

.tp-appoinment__images .rate-wrap p {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: var(--tp-common-black);
  margin-bottom: 25px;
}

.tp-appoinment__content {
  padding: 60px;
}

@media only screen and (min-width: 1366px) and (max-width: 1439px) {
  .tp-appoinment__content {
    padding: 50px 40px;
  }
}

@media (max-width: 767px) {
  .tp-appoinment__content {
    padding: 30px 15px;
  }
}

.tp-appoinment__content .para {
  margin-top: 20px;
  margin-bottom: 65px;
  color: var(--tp-common-black);
}

@media (max-width: 767px) {
  .tp-appoinment__content .para {
    margin-bottom: 40px;
  }
}

.tp-appoinment__content .contact-box {
  gap: 15px;
  display: flex;
  align-items: center;
}

.tp-appoinment__content .contact-wrap p {
  margin: 0;
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
  color: var(--tp-common-black);
  margin-bottom: 8px;
}

.tp-appoinment__content .contact-wrap a {
  font-weight: 500;
  font-size: 28px;
  line-height: 1.3;
  color: var(--tp-common-black);
}

.contact-wrap-2 a {
  color: var(--tp-common-white) !important;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .tp-appoinment__content .contact-wrap a {
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  .tp-appoinment__content .contact-wrap a {
    font-size: 20px;
  }
}

.tp-appoinment__content .contact-box .icon {
  width: 70px;
  aspect-ratio: 1;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
}

.tp-appoinment__content .btn-wrapper {
  display: flex;
  align-items: center;
  gap: 50px;
}

@media only screen and (min-width: 992px) and (max-width: 1439px) {
  .tp-appoinment__content .btn-wrapper {
    gap: 30px;
    flex-direction: column;
    align-items: flex-start;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-appoinment__content .btn-wrapper {
    gap: 30px;
  }
}

@media (max-width: 767px) {
  .tp-appoinment__content .btn-wrapper {
    gap: 30px;
    flex-direction: column;
    align-items: flex-start;
  }
}

/*----------------------------------------*/
/*  7.9 Testimonial style
/*----------------------------------------*/
.tp-testimonial__titlebox {
  max-width: 875px;
  margin: 0 auto;
  margin-bottom: 60px;
}

.tp-testimonial__titlebox .tp-section-title-2 {
  margin-bottom: 10px;
}

.tp-testimonial__item {
  display: grid;
  grid-template-columns: 1fr 1.9fr;
}

@media (max-width: 767px) {
  .tp-testimonial__item {
    grid-template-columns: 1fr;
  }
}

.tp-testimonial__item .left-content {
  border: 1px solid #E8E8E8;
  border-radius: 16px;
  padding: 55px 50px;
}

@media only screen and (min-width: 1440px) and (max-width: 1919px) {
  .tp-testimonial__item .left-content {
    padding: 55px 25px;
  }
}

@media only screen and (min-width: 1366px) and (max-width: 1439px) {
  .tp-testimonial__item .left-content {
    padding: 50px 20px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-testimonial__item .left-content {
    padding: 50px 20px;
  }
}

@media (max-width: 767px) {
  .tp-testimonial__item .left-content {
    padding: 30px 15px;
  }
}

.tp-testimonial__author {
  font-weight: 400;
  font-size: 22px;
  line-height: 1;
  margin-bottom: 12px;
  color: var(--tp-common-black);
}

.tp-testimonial__verified-patient {
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
  display: flex;
  align-items: center;
  gap: 5px;
  color: var(--tp-grey-1);
  margin-bottom: 130px;
}

@media (max-width: 767px) {
  .tp-testimonial__verified-patient {
    margin-bottom: 30px;
  }
}

.tp-testimonial__doctor {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.38;
  color: var(--tp-grey-1);
}

.tp-testimonial__doctor span {
  font-weight: 500;
  color: var(--tp-common-black);
  display: inline-block;
}

.tp-testimonial__doctor a {
  font-weight: 500;
  color: var(--tp-common-black);
  display: inline-block;
  background-image: linear-gradient(transparent calc(100% - 1px), currentColor 1px);
  background-repeat: no-repeat;
  background-size: 0% 90%;
  transition: all 0.7s;
}

.tp-testimonial__doctor a:hover {
  background-size: 100% 90%;
}

.tp-testimonial__item .right-content {
  padding: 55px 48px 60px;
  border-radius: 16px;
}

@media (max-width: 767px) {
  .tp-testimonial__item .right-content {
    padding: 30px 15px;
  }
}

.tp-testimonial__item .rating-wrapper {
  display: flex;
  align-items: center;
  gap: 20px;
}

.tp-testimonial__item .rating-wrapper span {
  font-weight: 600;
  font-size: 16px;
  line-height: 30px;
  color: var(--tp-title-black);
}

.tp-testimonial__feedback {
  font-weight: 400;
  font-size: 22px;
  line-height: 1.37;
  margin-top: 10px;
  margin-bottom: 50px;
  color: var(--tp-common-black);
}

@media (max-width: 767px) {
  .tp-testimonial__feedback {
    font-size: 18px;
    margin-bottom: 30px;
  }
}

.tp-testimonial__item .img-wrapper {
  gap: 20px;
  display: grid;
  grid-template-columns: 1fr 1fr;
}

@media (max-width: 767px) {
  .tp-testimonial__item .img-wrapper {
    gap: 10px;
  }
}

.tp-testimonial__item .img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}

.tp-testimonial__item .after-img,
.tp-testimonial__item .before-img {
  position: relative;
}

.tp-testimonial__item .after-img p,
.tp-testimonial__item .before-img p {
  background: #fff;
  width: 92px;
  text-align: center;
  position: absolute;
  bottom: 0;
  margin: 0;
  left: 50%;
  transform: translateX(-50%);
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  color: var(--tp-common-black);
  padding: 5px 0 3px;
  border-radius: 20px 20px 0 0;
}

.tp-testimonial__controls {
  position: relative;
  margin-top: 70px;
}

@media (max-width: 767px) {
  .tp-testimonial__controls {
    margin-top: 30px;
  }
}

.tp-testimonial__navigation button {
  width: 48px;
  aspect-ratio: 1;
  background: var(--tp-theme-primary-5);
  border-radius: 100px;
}

.tp-testimonial__navigation button:hover {
  color: var(--tp-common-white);
  background: var(--tp-common-black);
}

.tp-testimonial__navigation {
  max-width: 630px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
  position: relative;
  z-index: 3;
}

.tp-testimonial__controls .swiper-pagination {
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  color: var(--tp-grey-1);
  z-index: 0;
}

.tp-testimonial__controls .swiper-pagination-current {
  font-size: 28px;
  color: var(--tp-common-black);
}


/*----------------------------------------*/
/*  8.1 Doctor style
/*----------------------------------------*/
.tp-doctor__area {
  background-color: var(--tp-common-black);
}

.tp-doctor__titlebox {
  max-width: 880px;
  margin: 0 auto;
  margin-bottom: 60px;
  text-align: center;
}

.tp-doctor__titlebox .tp-section-title-2 {
  color: var(--tp-common-white);
  margin-bottom: 15px;
}

.tp-doctor__titlebox .tp-section-subtitle {
  border-color: #FFFFFF26;
  color: var(--tp-common-white);
}

.tp-doctor__titlebox p {
  color: var(--tp-grey-2);
}

.tp-doctor__list {
  gap: 30px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  margin-bottom: 50px;
}

@media only screen and (min-width: 576px) and (max-width: 991px) {
  .tp-doctor__list {
    grid-template-columns: 1fr 1fr 1fr;
  }

}

@media (max-width: 575px) {
  .tp-doctor__list {
    grid-template-columns: 1fr;
  }
}

.tp-doctor__card {
  text-align: center;
}

.tp-doctor__card .name {
  font-weight: 500;
  font-size: 28px;
  line-height: 1.2;
  color: var(--tp-common-white);
  margin-top: 30px;
  margin-bottom: 12px;
  transition: all 0.3s;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-doctor__card .name {
    font-size: 20px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 991px) {
  .tp-doctor__card .name {
    font-size: 24px;
    margin-bottom: 8px;
  }
}

@media (max-width: 575px) {
  .tp-doctor__card .name {
    margin-bottom: 8px;
    margin-top: 15px;
    font-size: 24px;
  }
}

.tp-doctor__card .name a {
  background-image: linear-gradient(transparent calc(100% - 1px), currentColor 1px);
  background-repeat: no-repeat;
  background-size: 0% 80%;
  transition: all 0.7s;
}

.tp-doctor__card .name a:hover {
  background-size: 100% 80%;
}

.tp-doctor__card p {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.37;
  color: var(--tp-grey-2);
}

.tp-doctor__content ul {
  display: inline-flex;
  align-items: center;
  gap: 50px;
  background: var(--tp-common-black-2);
  border-radius: 100px;
  padding: 15px 35px;
  margin-bottom: 45px;
  flex-wrap: wrap;
  border: solid 1px #4c4c4c;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-doctor__content ul {
    gap: 25px;
  }
}

@media (max-width: 767px) {
  .tp-doctor__content ul {
    gap: 25px;
    border-radius: 10px;
    padding: 20px 15px;
  }
}

.tp-doctor__content {
  text-align: center;
}

.tp-doctor__content ul li {
  font-size: 17px;
  list-style: none;
  color: var(--tp-common-white-2);
  display: flex;
  gap: 15px;
  align-items: center;
}

@media only screen and (min-width: 100px) and (max-width: 991px) {
  .tp-doctor__content ul li {
    font-size: 16px;
    text-align: left;
  }
}

.tp-doctor__content p {
  font-weight: 500;
  font-size: 15px;
  line-height: 1;
  color: var(--tp-common-white);
}

.tp-doctor__content a {
  display: inline-block;
  margin-left: 10px;
  text-decoration: underline;
}

.tp-doctor__content a svg {
  font-size: 12px;
  width: 1em;
  height: 1em;
  fill: var(--tp-common-white);
  margin-left: 8px;
}


/*----------------------------------------*/
/*  8.2 CTA style
/*----------------------------------------*/
.tp-cta__area {
  padding-top: 60px;
}

.tp-cta__wrapper {
  position: relative;
}

.tp-cta__wrapper .image {
  border-radius: 20px;
  object-fit: cover;
}

@media only screen and (min-width: 100px) and (max-width: 1199px) {
  .tp-cta__wrapper .image {
    height: 440px;
  }
}

.tp-cta__wrapper .logo {
  position: absolute;
  left: 0;
  bottom: 0;
}

.tp-cta__box {
  position: absolute;
  width: 495px;
  bottom: 70px;
  right: 70px;
  border-radius: 20px;
  padding: 55px 50px 60px;
  background: var(--tp-common-white);
}

@media only screen and (min-width: 1366px) and (max-width: 1439px) {
  .tp-cta__box {
    bottom: 30px;
    right: 30px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 1199px) {
  .tp-cta__box {
    bottom: 15px;
    right: 15px;
    width: 360px;
    padding: 30px 20px;
  }
}

@media (max-width: 575px) {
  .tp-cta__box {
    bottom: 15px;
    right: 5%;
    width: 90%;
    padding: 30px 20px;
  }
}

.tp-cta__box .title {
  font-weight: 500;
  font-size: 28px;
  line-height: 1;
  margin-bottom: 17px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-cta__box .title {
    font-size: 24px;
  }
}

@media (max-width: 767px) {
  .tp-cta__box .title {
    font-size: 24px;
  }
}

.tp-cta__box p {
  margin-bottom: 65px;
}

@media only screen and (min-width: 100px) and (max-width: 1199px) {
  .tp-cta__box p {
    margin-bottom: 40px;
  }
}


/*----------------------------------------*/
/*  8.3 Booking style
/*----------------------------------------*/
.tp-booking__area .booking-img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-booking__area .booking-img {
    height: 480px;
  }
}

.tp-booking__form-wrapper {
  border: 1px solid #E8E8E8;
  padding: 65px 80px 70px;
  border-radius: 20px;
  background: #fff;
  margin-top: -280px;
  position: relative;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-booking__form-wrapper {
    padding: 60px;
    margin-top: -180px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-booking__form-wrapper {
    padding: 50px 40px;
    margin-top: -180px;
  }
}

@media (max-width: 767px) {
  .tp-booking__form-wrapper {
    padding: 40px 15px;
    margin-top: -60px;
  }
}

.tp-booking__titlebox {
  text-align: center;
  margin-bottom: 50px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-booking__titlebox {
    margin-bottom: 40px;
  }
}

.tp-booking__titlebox .tp-section-title {
  margin-top: 20px;
}

.tp-booking__inputs {
  gap: 30px;
  display: grid;
  grid-template-columns: 1fr 1fr;
}

@media (max-width: 767px) {
  .tp-booking__inputs {
    gap: 10px;
    grid-template-columns: 1fr;
  }
}

.tp-booking__inputs .input-submit {
  grid-column: 1/-1;
}

.tp-booking__inputs .nice-select,
.tp-booking__inputs input {
  width: 100%;
  height: 70px;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.55;
  background: var(--tp-theme-primary-5);
  border: none;
  border-radius: 10px;
  padding: 20px 35px;
  color: var(--tp-grey-1);
  border: 1px solid transparent;
}

@media (max-width: 767px) {

  .tp-booking__inputs .nice-select,
  .tp-booking__inputs input {
    height: 60px;
    padding: 15px 20px;
  }
}

.tp-booking__inputs input::placeholder {
  opacity: 1;
  color: var(--tp-grey-1);
  font-size: 18px;
  line-height: 1.55;
}

.tp-booking__inputs .nice-select:hover,
.tp-booking__inputs input:hover {
  background-color: var(--tp-common-white);
  border-color: var(--tp-common-black);
}

.tp-booking__inputs .nice-select:after {
  right: 30px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid var(--tp-common-black);
  border-bottom: none;
  transform: rotate(0);
  width: 0;
  height: 0;
  border-radius: 5px;
}

@media (max-width: 767px) {
  .tp-booking__inputs .nice-select:after {
    right: 15px;
  }
}

.tp-booking__inputs .input-submit {
  margin-top: 20px;
}

.tp-booking__inputs .input-submit input {
  background-color: var(--tp-theme-primary-3);
  text-transform: uppercase;
  font-weight: 500;
  font-size: 15px;
  color: var(--tp-common-black);
  transition: all 0.3s;
}

.tp-booking__inputs .input-submit input:hover {
  border-color: transparent;
  color: var(--tp-common-white);
  background-color: var(--tp-common-black);
}

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


/* Brand CSS */
.tp-brand__area {
  overflow: hidden;
}

.tp-brand__logo img {
  opacity: 0.5;
  transition: all 0.3s;
}

.tp-brand__logo img:hover {
  opacity: 1;
}

/* Animation css */
.tp-chars .tp-line {
  overflow: hidden;
  display: block;
}

.img-reveal {
  visibility: hidden;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.tp-img-anim {
  display: inline-block;
  border-radius: 100%;
  overflow: hidden;
}

#smooth-wrapper {
  height: 100%;
  overflow: hidden;
}

#smooth-content {
  will-change: transform;
}


/*----------------------------------------*/
/*  8.4 Service details css
/*----------------------------------------*/
.tp-service-details-services {
  border: solid 1px #2222221f;
  margin-bottom: 40px;
  padding: 40px 30px;
}

.tp-service-details-sidebar-title {
  color: var(--tp-common-black);
  padding-bottom: 5px;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
}

.tp-service-details-services-list ul li {
  list-style: none;
  background: var(--tp-theme-primary);
  margin-top: 15px;
  color: var(--tp-common-black);
}

.tp-service-details-services-list ul li a {
  display: flex;
  padding: 15px 30px;
  position: relative;
  align-items: center;
  font-size: 18px;
  justify-content: space-between;
}

.tp-service-details-services-list ul li a:hover {
  color: var(--tp-common-white);
}

.tp-service-details-contact {
  border: solid 1px #2222221f;
  margin-bottom: 40px;
  padding: 45px 30px;
}

.tp-service-details-appointment {
  color: var(--tp-common-black);
}

.tp-service-details-sidebar-contact-icon {
  border-radius: 50%;
  text-align: center;
  margin-right: 20px;
  font-size: 20px;
  height: 60px;
  width: 60px;
  line-height: 60px;
  background: var(--tp-theme-primary);
  color: var(--tp-common-black);
}

.tp-service-details-sidebar-contact-info span {
  font-size: 16px;
  line-height: 22px;
  display: block;
  padding-bottom: 5px;
}

.tp-service-details-sidebar-contact-info p {
  color: var(--tp-common-black);
}

.tp-service-details-light-text {
  color: var(--tp-theme-primary);
}

.tp-service-details-checklist {
  padding-top: 15px;
}

.tp-service-details-checklist ul li {
  list-style: none;
  padding-bottom: 10px;
}

.tp-service-details-checklist ul li i {
  padding-right: 5px;
}

.tp-service-detials-process {
  border: solid 1px var(--tp-theme-primary-2);
  padding: 45px 30px 30px 30px;
  border-radius: 10px;
}

.tp-service-detials-process h4 {
  font-size: 20px;
}

.tp-service-details-process-icon span {
  display: inline-block;
  border-radius: 10px;
  font-size: 35px;
  color: var(--tp-common-black);
}

.tp-service-detials-faq .tp-accordion .accordion-body p {
  color: var(--tp-common-black-3);
  margin-bottom: 15px;
}

.tp-service-detials-faq .tp-accordion .accordion-button:not(.collapsed) {
  color: var(--tp-common-black);
  background-color: transparent;
  box-shadow: none;
}

.tp-service-detials-faq .tp-accordion .accordion-body {
  padding: 0 60px 55px 125px;
  background-color: transparent;
}

.tp-service-detials-faq .tp-accordion .accordion-item {
  background: #eff6f4;
  border: 0;
  margin-bottom: 20px;
  border: solid 1px #2222221f;
}

.tp-service-detials-faq .tp-accordion .accordion-button {
  padding: 22px 30px;
  color: var(--tp-common-black);
  font-size: 20px;
}

.tp-service-detials-faq .tp-accordion .accordion-button::before {
  position: absolute;
  font-weight: 300;
  font-size: 18px;
  width: auto;
  height: auto;
  bottom: 25px;
  right: 35px;
  content: "\f107";
  font-family: var(--tp-ff-fontawesome);
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
}

.tp-service-detials-faq .tp-accordion .accordion-button::after {
  width: unset;
  height: unset;
  background-image: unset;
  background-size: unset;
}

.tp-service-detials-faq .tp-accordion .accordion-button.collapsed::before {
  transform: rotate(180deg);
}

.tp-service-detials-faq .tp-accordion .accordion-icon {
  margin: 0;
}

.tp-service-detials-faq .tp-accordion .accordion-body {
  padding: 0 60px 30px 24px;
}

.tp-service-details-content h1 {
  font-size: 35px;
}

/*----------------------------------------*/
/*  8.5 Project details css
/*----------------------------------------*/
.tp-project-details-sidebar {
  border: solid 1px var(--tp-border-third);
  margin-bottom: 40px;
  padding: 50px 30px 20px 30px;
}

.tp-project-details-sidebar-info {
  border-bottom: solid 1px var(--tp-border-third);
  padding-top: 30px;
  padding-bottom: 30px;
}

.tp-project-details-sidebar-info:last-of-type {
  border-bottom: unset;
}

.tp-project-details-sidebar-title {
  color: var(--tp-common-black);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  padding-bottom: 5px;
  font-size: 20px;
}

.tp-project-details-sidebar-info-icon span {
  display: block;
  background: var(--tp-theme-primary);
  height: 60px;
  width: 60px;
  border-radius: 50%;
  line-height: 60px;
  text-align: center;
  font-size: 22px;
  margin-right: 15px;
  color: var(--tp-common-white);
}

.tp-project-details-sidebar-info-text span {
  font-size: 16px;
}

.tp-project-details-sidebar-info-text h4 {
  font-size: 19px;
  padding-top: 3px;
}

.tp-project-details-sidebar-title {
  color: var(--tp-common-black);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  padding-bottom: 5px;
  font-size: 20px;
}

.tp-project-details-contact {
  border: solid 1px var(--tp-border-third);
  margin-bottom: 40px;
  padding: 40px 30px;
}

.tp-project-details-sidebar-contact-icon {
  background: var(--tp-theme-primary);
  border-radius: 50%;
  height: 60px;
  width: 60px;
  text-align: center;
  margin-right: 20px;
  line-height: 60px;
  color: var(--tp-common-white);
}

.tp-project-details-sidebar-contact-info span {
  font-size: 16px;
}

.tp-project-details-sidebar-contact-info h4 {
  font-size: 19px;
  padding-top: 3px;
}

.tp-project-details-light-text {
  color: var(--tp-theme-primary);
  font-weight: 600;
}

.tp-project-details-checklist img {
  margin-right: 30px;
}

.tp-project-details-checklist {
  padding-top: 15px;
}

.tp-project-details-checklist ul li {
  list-style: none;
  padding-bottom: 10px;
}

.tp-project-details-checklist ul li i {
  color: var(--tp-theme-primary);
  padding-right: 5px;
}

.tp-project-detials-process {
  border: solid 1px var(--tp-border-third);
  padding: 25px 30px;
}

.tp-project-details-process-icon span {
  display: inline-block;
  padding: 20px 21px;
  background: var(--tp-theme-primary);
  border-radius: 10px;
  font-size: 22px;
  color: var(--tp-common-white);
}

.tp-project-detials-faq .tp-accordion .accordion-body p {
  font-family: var(--tp-ff-p);
  font-size: 18px;
  font-weight: 400;
  color: var(--tp-text-body);
  margin-bottom: 15px;
  line-height: 26px;
}

.tp-project-detials-faq .tp-accordion .accordion-button:not(.collapsed) {
  color: var(--tp-common-white);
  background-color: var(--tp-common-black-3);
  box-shadow: none;
}

.tp-project-detials-faq .tp-accordion .accordion-body {
  padding: 0 60px 55px 125px;
  background-color: var(--tp-common-black-3);
}

.tp-project-detials-faq .tp-accordion .accordion-item {
  background: var(--tp-common-black-3);
  border: 0;
  margin-bottom: 20px;
}

.tp-project-detials-faq .tp-accordion .accordion-button {
  font-weight: 600;
  font-size: 18px;
  padding: 25px 30px;
}

.tp-project-detials-faq .tp-accordion .accordion-button::before {
  position: absolute;
  font-weight: 300;
  font-size: 18px;
  width: auto;
  height: auto;
  bottom: 22px;
  right: 36px;
  content: "\f107";
  font-family: var(--tp-ff-fontawesome);
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
}

.tp-project-detials-faq .tp-accordion .accordion-button.collapsed::before {
  transform: rotate(180deg);
}

.tp-project-detials-faq .tp-accordion .accordion-icon {
  margin: 0;
}

.tp-project-detials-faq .tp-accordion .accordion-body {
  padding: 0 60px 55px 24px;
}

/*----------------------------------------*/
/*  9.2 Team details css
/*----------------------------------------*/
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-team__details-wrapp {
    margin-left: 50px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .tp-team__details-wrapp {
    margin-left: 0;
  }
}

.tp-team__details-subtitle {
  font-size: 16px;
  display: block;
  color: var(--tp-common-black);
  padding-bottom: 13px;
}

.tp-team__details-thumb img {
  width: 100%;
}

.tp-team__details-title {
  font-size: 30px;
  display: inline-block;
  color: var(--tp-common-black);
  margin-bottom: 35px;
  font-weight: 600;
}

.tp-team-award.tp-awards__title {
  position: relative;
  font-size: 20px;
  line-height: 1.3;
  display: inline-block;
  color: var(--tp-common-black);
  margin-right: 40px;
}

.tp-team__details-link-box ul li {
  position: relative;
  list-style: none;
  padding-left: 28px;
  color: var(--tp-common-black);
  margin-bottom: 18px;
}

.tp-team__details-link-box ul li a {
  font-size: 18px;
}

.tp-team__details-link-box ul li a b {
  position: absolute;
  left: 0;
  color: var(--tp-theme-primary-3);
}

.tp-team__details-funfact-item:last-child {
  margin-left: 94px;
}

.tp-team__details-funfact {
  font-size: 30px;
  color: var(--tp-common-black);
  margin-bottom: 15px;
}

.tp-team__details-funfact-number {
  font-size: 35px;
  color: var(--tp-common-black);
  margin-bottom: 10px;
}

.tp-team__details-funfact-title {
  font-size: 18px;
  color: var(--tp-common-black);
}

.tp-team__details-progress-box .tp-progress__bar-title {
  font-size: 18px;
  text-transform: capitalize;
  font-weight: 400;
}

.tp-team__details-progress-box .tp-progress__bar span {
  font-weight: 400;
}

.tp-team__details-skill-title {
  font-weight: 600;
  font-size: 34px;
  display: inline-block;
  color: var(--tp-common-black);
  margin-bottom: 40px;
}

.tp-team__details-exp-icon a {
  color: var(--tp-common-black);
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
}

.tp-team__details-exp-icon a:hover {
  color: var(--tp-theme-primary-3);
}

.tp-team__details-contact-item {
  padding: 56px;
  background-color: var(--tp-common-white);
  box-shadow: 0px 0px 15px -3px rgba(0, 0, 0, 0.1);
}

@media (max-width: 575px) {
  .tp-team__details-contact-item {
    padding: 30px;
  }
}

.tp-history__calender span {
  display: block;
  font-size: 18px;
  padding-right: 8px;
  color: var(--tp-theme-primary-3);
}

.tp-team__details-contact-title {
  font-weight: 600;
  font-size: 34px;
  color: var(--tp-common-black);
  margin-bottom: 30px;
}

.tp-team__details-contact-title-box p {
  font-size: 16px;
  line-height: 27px;
}

.tp-team__details-style .tp-awards__item {
  padding: 30px 0 30px 0;
  border-bottom: 1px dashed rgba(253, 253, 253, 0.16);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-team__details-style .tp-awards__title {
    font-size: 24px;
  }
}

.tp-team__details-style .tp-featured__3-item {
  margin-bottom: 27px;
  border: 1px solid rgba(255, 255, 255, 0.18);
}

.tp-team__details-style .tp-featured__3-count {
  font-weight: 300;
  color: var(--tp-theme-fourth);
}

.tp-team__details-style .postbox__2-comment-input {
  border-bottom: 1px solid var(--tp-border-third);
}

.tp-team__details-style .postbox__2-comment-input span {
  font-size: 18px;
  margin-right: 13px;
  color: var(--tp-common-black);
}

.tp-team__details-style .postbox__2-comment-input input {
  color: var(--tp-theme-fourth);
  border: 0;
}

.tp-team__details-style .postbox__2-comment-input input::placeholder {
  font-size: 16px;
  color: var(--tp-common-white);
}

.tp-team__details-style .postbox__2-comment-input textarea {
  font-size: 16px;
  border: 0;
  color: var(--tp-common-black);
}

.tp-team__details-style .postbox__2-comment-input textarea::placeholder {
  font-size: 16px;
  color: var(--tp-common-white);
}

.tp-contact__action .tp-btn-secondary {
  width: 100%;
  padding: 20px 40px;
  font-weight: 600;
  font-size: 16px;
  display: inline-block;
  text-transform: uppercase;
  color: var(--tp-common-white);
  border-radius: 5px;
  background: var(--tp-theme-primary-3);
}

.tp-contact__action .tp-btn-secondary:hover {
  background: var(--tp-common-black);
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .tp-team__details-style .tp-progress__bar {
    width: auto;
  }
}


/*----------------------------------------*/
/* 8.6 Progress css
/*----------------------------------------*/
.tp-progress__bar {
  width: 622px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .tp-progress__bar {
    width: auto;
  }
}

.tp-progress__bar span {
  position: absolute;
  font-size: 16px;
  font-weight: 700;
  right: 24px;
  text-transform: uppercase;
  color: var(--tp-common-black);
}

.tp-progress__bar-title {
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  color: var(--tp-common-black);
}

.tp-progress__bar .progress {
  height: 6px;
  margin-top: 20px;
}

.tp-progress__bar .progress-bar {
  background-color: var(--tp-theme-primary);
}

.tp-progress__item {
  margin-right: 78px;
}

@media (max-width: 575px) {
  .tp-progress__item {
    margin-right: 0;
    margin-bottom: 40px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-progress__item {
    margin-right: 50px;
  }
}

.tp-progress__canva {
  margin-bottom: 10px;
}

@media (max-width: 575px) {
  .tp-progress__canva {
    text-align: center;
  }
}

.tp-progress__canva input {
  color: var(--tp-common-white) !important;
  font-weight: 500 !important;
  font-size: 20px !important;
  font-family: var(--tp-ff-mulish) !important;
}

.tp-progress__space {
  padding-top: 380px;
  padding-bottom: 120px;
  margin-top: -285px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-progress__space {
    margin-top: 0;
    padding-top: 120px;
  }
}

.tp-progress__title {
  font-weight: 600;
  font-size: 18px;
  line-height: 1.3;
  text-align: center;
  color: var(--tp-common-white);
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-progress__content {
    margin-right: 50px;
  }
}


/*----------------------------------------*/
/*  7.5 Appointment
/*----------------------------------------*/
.tp-appointment-area {
  background: var(--tp-common-white-2);
}

.tp-appointment-gallary-area {
  background: var(--tp-common-white);
}

.tp-appointment-gallary {
  padding-right: 10px;
}

@media only screen and (min-width: 992px) and (max-width: 1499px) {
  .tp-contact-title .tp-section-title {
    font-size: 2.353em;
  }

  .tp-contact-section {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1199px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .tp-contact-section {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .tp-contact-title .tp-section-title {
    font-size: 2.353em;
  }

}



.tp-contact__form {
  background: var(--tp-common-white);
  border-radius: 10px;
  padding: 65px 50px 52px;
}

.tp-contact__input {
  margin-bottom: 20px;
}

.tp-contact__input input,
.tp-contact__input textarea {
  background: #F7F9FB;
  border-radius: 2px;
  width: 100%;
  height: 60px;
  border: 1px solid transparent;
  color: var(--tp-common-white);
  outline: 0;
  resize: none;
  padding: 0 25px;
}

.tp-contact__input input::-webkit-input-placeholder,
.tp-contact__input textarea::-webkit-input-placeholder {
  font-size: 14px;
  color: var(--tp-heading-primary);
  opacity: 0.5;
}

.tp-contact__input input::-moz-placeholder,
.tp-contact__input textarea::-moz-placeholder {
  font-size: 14px;
  color: var(--tp-heading-primary);
  opacity: 0.5;
}

.tp-contact__input input:-moz-placeholder,
.tp-contact__input textarea:-moz-placeholder {
  font-size: 14px;
  color: var(--tp-heading-primary);
  opacity: 0.5;
}

.tp-contact__input input:-ms-input-placeholder,
.tp-contact__input textarea:-ms-input-placeholder {
  font-size: 14px;
  color: var(--tp-heading-primary);
  opacity: 0.5;
}

.tp-contact__input input::placeholder,
.tp-contact__input textarea::placeholder {
  font-size: 14px;
  color: var(--tp-heading-primary);
  opacity: 0.5;
  color: var(--tp-common-black);
}

.tp-contact__input input:focus,
.tp-contact__input textarea:focus {
  border-color: var(--tp-theme-primary);
  color: var(--tp-common-black);
}

.tp-contact__input input:focus::placeholder,
.tp-contact__input textarea:focus::placeholder {
  opacity: 0;
}

.tp-contact__input textarea {
  width: 100%;
  height: 210px;
  padding-top: 25px;
}

.tp-contact-area {
  border: solid 1px #ececec;
}

.tp-office-hours {
  padding-top: 20px;
  padding-bottom: 20px;
}

.tp-office-hours:not(:last-of-type) {
  border-bottom: solid 1px #ececec;
}

.tp-office-heading {
  color: var(--tp-common-black);
}

.tp-office-hours span {
  font-size: 16px;
}

.tp-map-content {
  width: 100%;
  height: 540px;
}

.tp-map-content iframe {
  width: 100%;
  height: 100%;
  filter: saturate(0);
}

.tp-contact-address {
  border-radius: 10px;
  top: -16%;
  position: absolute;
  padding: 50px 50px 25px 50px;
  background: var(--tp-common-white);
  box-shadow: 0px 4.8px 24.4px -6px rgba(19, 16, 34, 0.25);
  z-index: 1;
}

.tp-contact-us-card-emergency .tp-emergency__card {
  padding: 45px;
}

.tp-contact-us-card-appointment .tp-emergency__card {
  padding: 45px;
}



/*----------------------------------------*/
/*  7.8 Team css
/*----------------------------------------*/
.tp-team-item {
  position: relative;
}

.tp-team-item:hover .tp-team-content {
  bottom: -120px;
  height: 310px;
}

.tp-team-item:hover .tp-team-author-social {
  transform: translateY(0);
  visibility: visible;
  opacity: 1;
  transition-delay: 0.6s;
}

.tp-team-item:hover .tp-team-author-title {
  transform: translateY(0);
  visibility: visible;
  opacity: 1;
  transition-delay: 0.7s;
}

.tp-team-item:hover .tp-team-author-position {
  transform: translateY(0);
  visibility: visible;
  opacity: 1;
  transition-delay: 0.9s;
}

.tp-team-content {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 270px;
  background-color: var(--tp-theme-primary-3);
  bottom: -250px;
  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) {
  .tp-team-content {
    left: -7px;
  }
}

@media (max-width: 767px) {
  .tp-team-content {
    left: -25px;
  }
}

.tp-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;
  padding-bottom: 22px;
}

.tp-team-author-social a:hover i {
  background: rgb(255, 255, 255);
  color: var(--tp-common-black);
}

.tp-team-author-social a i {
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.15);
  color: var(--tp-common-white);
  font-size: 14px;
  -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: 2px 2px;
}

.tp-team-author-title {
  font-size: 20px;
  color: var(--tp-common-black);
  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;
}

.tp-team-author-position {
  font-size: 14px;
  color: var(--tp-common-black);
  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;
  font-weight: 300;
}

.tp-team-profile img {
  width: 100%;
}

.gender-group {
  display: flex;
  gap: 20px;
  align-items: center;
}

.gender-option {
  position: relative;
  display: flex;
  align-items: center;
  cursor: pointer;
  font-size: 15px;
  font-weight: 500;
  color: #333;
}

.gender-option input[type="radio"] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.custom-radio {
  height: 18px;
  width: 18px;
  border: 2px solid #458D96; /* matches your palette */
  border-radius: 50%;
  margin-right: 8px;
  position: relative;
  transition: all 0.2s ease-in-out;
}

.gender-option input[type="radio"]:checked ~ .custom-radio {
  background-color: #458D96;
  border-color: #458D96;
}

.gender-option input[type="radio"]:checked ~ .custom-radio::after {
  content: "";
  position: absolute;
  top: 4px;
  left: 4px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #fff;
}
.service-card {
   transition: all 0.3s ease-in-out;
   background: #fff;
}
.service-card:hover {
   transform: translateY(-8px);
   box-shadow: 0 12px 24px rgba(0,0,0,0.1);
}
.service-card img {
   max-width: 70px;
}
.btn-outline-primary {
   border-radius: 30px;
   padding: 0.5rem 1.2rem;
   font-weight: 500;
   transition: all 0.3s ease-in-out;
}
.btn-outline-primary:hover {
   background-color: #02576a;
   border-color: #02576a;
   color: #fff;
}
.service-card {
   transition: all 0.3s ease;
}
.service-card:hover {
   transform: translateY(-8px);
   box-shadow: 0 12px 24px rgba(0,0,0,0.1);
}
.service-icon {
   transition: transform 0.3s ease;
}
.service-card:hover .service-icon {
   transform: scale(1.1);
   color: #000; /* Accent color on hover */
}
.id-color {
   color: #80B3DA;
   font-size: 1.1rem;
}
