
@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: #21293d;
  /* updated */
  --tp-common-black-2: #2E2D3B;
  /* updated */
  --tp-common-black-3: #222;
  --tp-title-black: #000;
  --tp-theme-primary: #21293d;
  /* updated */
  --tp-theme-primary-2: #21293d;
  /* updated */
  --tp-theme-primary-3: #21293d;
  /* updated */
  --tp-theme-primary-4: #e9e9e9;
  /* updated */
  --tp-theme-primary-5: #e9e9e9;
  /* 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;
  padding: 0px 55px;
}

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

.container-1850 {
  max-width: 1850px;
  margin: 0 auto;
  padding-inline-start: 55px;
  padding-inline-end: 30px;
}

.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-inline-start: 26px;
  padding-inline-end: 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;
  background-color: #21293d;
}

.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: 105px;
  }
}

.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-inline-start: 0;
  margin-inline-end: 15px;
}

div.demo img {
  margin-inline-start: 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-inline-end: 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-inline-end: calc(var(--bs-gutter-x) * 0.5);
  padding-inline-start: 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-inline-end: calc(var(--bs-gutter-x) * 0.5);
  padding-inline-start: 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-inline-end: calc(var(--bs-gutter-x) * 0.5);
  padding-inline-start: 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-inline-end: 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-inline-start: 85px;
  padding-inline-end: 85px;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-categroy-plr-85 {
    padding-inline-start: 40px;
    padding-inline-end: 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-inline-end: 50px;
}

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

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-accordion .accordion-icon {
    margin-inline-end: 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);
  }
}

/*----------------------------------------*/
/*  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: #ffffff;
  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 {
  margin-top: 98px;
  padding-top: 200px;
  padding-bottom: 160px;
}

.breadcrumb__area::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: #21293d42;
  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: 2;
}

.breadcrumb__list span:not(:last-of-type) {
  margin-inline-end: 8px;
  margin-inline-start: 1px;
}

.breadcrumb__list {
  padding-bottom: 15px;
}

.breadcrumb__list span {
  font-size: 18px;
  font-style: italic;
  color: #fff;
  margin-bottom: 20px;
}

.breadcrumb__title {
  font-size: 70px;
  line-height: 1em;
  margin-bottom: 6px;
  color: #fff;
  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-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 {
  color: #ddd;
  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-inline-end: 7px;
  padding-inline-start: 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-inline-end: 7px;
  padding-inline-start: 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);
  color: #fff;
  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;
  color: #fff;
}

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

.tp-btn__5 .tp-btn__5-effect {
  display: block;
  height: 100%;
  position: relative;
  top: 0%;
  transition: 0.3s;
  color: #fff;
}

.tp-btn__5:hover .tp-btn__5-effect {
  top: -100%;
  color: #fff;
}

/* 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-inline-start: 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-inline-start: -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-inline-start: 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-inline-start: 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-inline-start: 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-inline-start: 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-inline-start: 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-inline-start: -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-inline-start: -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: auto;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 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__top img{
    width: 150px;
}
.tp-offcanvas__circle-1 span {
  height: 400px;
  width: 400px;
  border-radius: 400px;
  background: rgba(255, 82, 28, 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%;
  overflow: auto;
}

@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: #fff;
  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: #fff;
}

.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: #ddd;
  margin-inline-end: 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-inline-end: 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: #fff;
}

@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-inline-end: 10px;
}

@media (max-width: 575px) {
  .basic-pagination nav ul li {
    margin-inline-end: 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-inline-start: -75px;

}

.loader-text {
  font-size: 18px;
  color: #fff;
  position: absolute;
  top: 75px;
  font-weight: 600;
  left: 4px;
  letter-spacing: .63px;
}

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

.object:last-child {
  margin-inline-end: 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: 17px;
  }
}

.tp-section-title-2 {
  font-weight: 600;
  font-size: 70px;
  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;
}

.tp-header-transparent-menu {
  background: var(--tp-common-white);
  border: 1px solid rgba(var(--tp-common-black-rgb), 0.4);
  border-radius: 5px;
  padding-inline-start: 27px !important;
  padding-inline-end: 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: #fff;
}

.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 {
}
.tp-main__logo img{
        width: 100px;
}
.tp-header__action ul {
  list-style: none;
}

.tp-header__action ul li {
  display: inline-block;
}
.tp-header__action ul li svg{
    fill: #fff;
}
.tp-header__search-btn {
  color: var(--tp-common-white);
  padding-inline-end: 32px;
  transition: 0.3s;
}

.tp-header__search-btn.design-studio {
  color: var(--tp-common-white);
  padding-inline-end: 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-2);
  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: #fff;
  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;
  color: #000;
}

.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: #fff;
  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: #ddd;
}

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

@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-inline-end: 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-inline-end: 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-inline-start: auto;
  width: 93%;
  padding: 10px 5%;
  text-shadow: none !important;
  visibility: visible;
  padding-inline-start: 0;
  padding-inline-end: 20px;
}

.tp-main-menu-mobile ul li ul li li a {
  width: 88%;
  padding: 10px 7%;
  padding-inline-start: 0;
  padding-inline-end: 20px;
}

.tp-main-menu-mobile ul li ul li li li a {
  width: 83%;
  padding: 10px 9%;
  padding-inline-start: 0;
  padding-inline-end: 20px;
}

.tp-main-menu-mobile ul li ul li li li li a {
  width: 68%;
  padding: 10px 11%;
  padding-inline-start: 0;
  padding-inline-end: 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: #fff;
  font-family: var(--tp-ff-fontawesome);
  font-weight: 300;
  margin-inline-start: 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-inline-start: 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(255, 82, 28, 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(255, 82, 28, 0.2);
}

.postbox__2-comment-input input {
  font-size: 16px;
  font-weight: 500;
  padding-inline-start: 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-inline-start: 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-inline-end: 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-inline-end: 25px;
}

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

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

.postbox__meta-title span {
  margin-inline-end: 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-inline-start: 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: #f1f1f1;
}


.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-inline-end: 0;
  }
}

.postbox__social span {
  font-size: 20px;
  margin-inline-end: 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-inline-end: 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-inline-end: 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-inline-end: 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-inline-end: 24px;
}
.rc__post-thumb img{
  height: 80px;
}
.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-inline-end: 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-inline-end: 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-inline-end: 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: #e9e9e9;
  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-inline-end: 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 .thumb-wrap img{
  border-radius: 7px;
      height: 400px;
}
.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-inline-end: 18px;
}

@media (max-width: 575px) {
  .tp-blog-meta-date {
    margin-inline-end: 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: center;
}

@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-inline-end: 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;
  }
}
.tp-footer__adress-box img{
    padding-inline-end: 55px;
    height: auto;
}
@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: #ffffff0a;
  font-weight: 500;
  font-size: 145px;
  line-height: 0.5;
  letter-spacing: 8.2px;
  text-transform: uppercase;
  text-align: center;
  padding-top: 35px;
  padding-bottom: 15px;
  overflow: hidden;
}

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

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

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

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

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

@media (max-width: 767px) {
  .tp-footer__text {
    font-size: 30px;
  }
}

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

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

.tp-footer__adress-box .address {
  margin-top: 0px;
  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;
  justify-content: center;
}

.tp-copyright__social a {
display: flex;
    align-items: center;
    justify-content: center;
    background: var(--tp-common-white);
    transition: all 0.3s;
    color: var(--tp-common-black-2);
    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-service-card-img {
   position: relative;
   height: 320px;
   border-radius: 20px;
   overflow: hidden;
   display: flex;
   align-items: flex-end;
   padding: 30px;
   color: #fff;

   background-size: cover;
   background-position: center;

   background-color: #0d1b2a;

   transition: 0.5s;
}

.tp-service-card-img::before {
   content: "";
   position: absolute;
   inset: 0;
   background: #0d1b2a;
   opacity: 0.95;
   transition: 0.5s;
   z-index: 1;
}

.tp-service-card-img .content {
   position: relative;
   z-index: 2;
}

/* Icon */
.tp-service-card-img .icon {
   font-size: 35px;
   margin-bottom: 15px;
   color: #4cc9f0;
}

/* Hover */
.tp-service-card-img:hover::before {
   opacity: 0.4;
}

.tp-service-card-img:hover {
   transform: translateY(-10px);
}

/* Text */
.tp-service-card-img h3 {
   font-size: 22px;
   color: #fff;
   margin-bottom: 10px;
}

.tp-service-card-img p {
   font-size: 14px;
   color: #e2e8f0;
}
.tp-hero__treatment {
  gap: 30px;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  padding-top: 135px;
  margin-bottom: 64px;
}
.tp-service-card-img:hover {
   background-size: cover;
}
.tp-service-card-img .content {
   transform: translateY(20px);
   transition: 0.4s;
}

.tp-service-card-img:hover .content {
   transform: translateY(0);
}
.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: 550px;
  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-inline-start: -50px;
  margin-inline-end: -50px;
}

@media only screen and (min-width: 100px) and (max-width: 1439px) {
  .tp-treatment__wrapper-2 {
    margin-inline-start: 0;
    margin-inline-end: 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: 100px;
}

.tp-hero-3__wrapper {
  position: relative;
  height: 90vh;
  overflow: hidden;
  border-radius: 0;
}

@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: 85vh;
  }
}

.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: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-hero-3__video video {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .tp-hero-3__video video {
    width: 100%;
  }
}

.tp-hero-3__content {
  background-color: transparent;
  z-index: 11;
  position: relative;
  text-align: center;
  padding-top: 280px;
  border-radius: 0 !important;
}

@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: 555px;
  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 {
  background-color: var(--tp-theme-primary-5);
  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-case-card {
   position: relative;
   display: block;
   border-radius: 20px;
   overflow: hidden;
}

.tp-case-card img {
   width: 100%;
   height: 500px;
   object-fit: cover;
   transition: 0.4s;
}

/* Overlay */
.tp-case-card::after {
   content: "";
   position: absolute;
   inset: 0;
   background: rgba(13, 27, 42, 0.6);
   opacity: 0;
   transition: 0.4s;
}

/* Eye Icon */
.tp-case-card .view-btn {
   position: absolute;
   top: 50%;
   left: 50%;
   transform: translate(-50%, -50%) scale(0.7);
   color: #fff;
   font-size: 20px;
   background: rgba(255,255,255,0.2);
   width: 50px;
   height: 50px;
   display: flex;
   align-items: center;
   justify-content: center;
   border-radius: 50%;
   opacity: 0;
   transition: 0.4s;
}

/* Hover */
.tp-case-card:hover img {
   transform: scale(1.1);
}

.tp-case-card:hover::after {
   opacity: 1;
}

.tp-case-card:hover .view-btn {
   opacity: 1;
   transform: translate(-50%, -50%) scale(1);
}
.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: 20px;
  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: 14px;
  }
}

.tp-emergency__card .contact-box .icon {
  width: 50px;
    height: 50px;
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 100px;
}
.tp-emergency__card .contact-box .icon img{
    width: 25px;
}
@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 img {
  width: 120px;
  filter: invert(1);
  
}
.tp-about__content .top-wrap p {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.25;
  max-width: 130px;
  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: 0px;
  margin-bottom: 55px;
}

@media (max-width: 575px) {
  .tp-about__content .tp-section-title {
    margin-top: 0px;
    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: 600px;
  margin: auto;
  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-inline-start: auto;
  margin-inline-end: 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-inline-end: 80px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-about__content-2 {
    padding-inline-end: 15px;
  }
}

@media (max-width: 767px) {
  .tp-about__content-2 .title{
    text-align: center;
    margin-bottom: 0;
  }
  .tp-about__content-2 {
    padding-inline-end: 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-inline-start: 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: max-content;
  overflow: hidden;
}

.tp-choose__image .img {
  width: 100%;
  height: 1000px;
  object-fit: cover;
}

.tp-choose__image .logo {
  position: absolute;
  right: 0;
  bottom: 0;
      width: 300px;
}


@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-inline-start: 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 1fr;*/
  margin-bottom: 50px;
}

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

}

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

.tp-doctor__card {
  text-align: center;
}
.tp-doctor__card img{
    height: 270px;
}
.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: 18px;
  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-inline-start: 10px;
  text-decoration: underline;
}

.tp-doctor__content a svg {
  font-size: 12px;
  width: 1em;
  height: 1em;
  fill: var(--tp-common-white);
  margin-inline-start: 8px;
}
/* Chief Doctor */
.tp-doctor__chief {
  display: grid;
  grid-template-columns: 0.4fr 1fr;
  gap: 117px;
  align-items: center;
  margin-bottom: 80px;
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 8px;
  overflow: hidden;
}

.tp-doctor__chief-img {
  position: relative;
  height: auto;
  overflow: hidden;
}

.tp-doctor__chief-img img {
  width: 100%;
  height: auto;
  /* object-fit: cover; */
  object-position: top center;
}

.tp-doctor__chief-info {
  padding: 40px 40px 40px 0;
}

.tp-doctor__chief-name {
  font-size: 32px;
  font-weight: 700;
  color: var(--tp-common-white);
  border-left: 4px solid #fff;
  padding-left: 20px;
  margin-bottom: 30px;
  line-height: 1.3;
}

.tp-doctor__chief-info p {
  font-size: 15px;
  line-height: 1.8;
  color: var(--tp-grey-2);
  margin-bottom: 16px;
}

@media only screen and (min-width: 576px) and (max-width: 991px) {

  .tp-doctor__chief {
    grid-template-columns: 1fr;
  }
  .tp-doctor__chief-img {
    height: auto;
  }
  .tp-doctor__chief-info {
    padding: 30px;
  }
}

@media (max-width: 575px) {
        .tp-hero-3__wrapper {
        height: 26vh;
    }
        .tp-footer__adress-box img{
        height: auto !important;
    }
  .tp-doctor__chief {
    grid-template-columns: 1fr;
  }
  .tp-doctor__chief-img {
    height: auto;
  }
  .tp-doctor__chief-info {
    padding: 20px;
  }
  .tp-doctor__chief-name {
    font-size: 22px;
  }
}

/* Circular Cards (rest of doctors) */
.tp-img-anim {
  display: flex;
  justify-content: center;
}

.tp-img-outer-ring {
  position: relative;
  width: 100%;
  height: 400px;
  border-radius: 0;
  background: conic-gradient(
    #c8c0b0 0deg 60deg,
    #8a8070 60deg 120deg,
    #c8c0b0 120deg 180deg,
    #8a8070 180deg 240deg,
    #c8c0b0 240deg 300deg,
    #8a8070 300deg 360deg
  );
}

.tp-img-inner {
  position: absolute;
  inset: 12px;
  border-radius: 0;
  overflow: hidden;
  background: #2a3048;
}

.tp-img-inner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  border-radius: 0;
}

.tp-img-shadow {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 50%;
  border-radius: 0 0 50% 50%;
  background: linear-gradient(to bottom, transparent, rgba(0,0,0,0.5));
  pointer-events: none;
}

/*----------------------------------------*/
/*  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%;
}

#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: #ebebeb;
  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-inline-end: 20px;
  font-size: 20px;
  height: 60px;
  width: 60px;
  line-height: 60px;
  background: var(--tp-theme-primary);
  color: #ffffff;
}

.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-inline-end: 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-inline-end: 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-inline-end: 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-inline-end: 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-inline-end: 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-inline-start: 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-inline-start: 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-inline-end: 40px;
}

.tp-team__details-link-box ul li {
  position: relative;
  list-style: none;
  padding-inline-start: 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-inline-start: 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-inline-end: 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-inline-end: 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-inline-end: 78px;
}

@media (max-width: 575px) {
  .tp-progress__item {
    margin-inline-end: 0;
    margin-bottom: 40px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-progress__item {
    margin-inline-end: 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-inline-end: 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-inline-end: 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%;
}

body {
	-ms-word-wrap: break-word;
	word-wrap: break-word;
	overflow-x: hidden;
}

img {
	max-width: 100%;
	height: auto;
}

header .tp-header-logo {
	padding: 15px 0;
}

.error__title {
	font-size: 60px;
	line-height: 0.9;
	margin-bottom: 25px;
	font-weight: bold;
}

.error__content p {
	font-size: 20px;
	margin-bottom: 30px;
	padding: 0 100px;
	line-height: 30px;
}

.pageontent.blog-search-content p {
	margin-bottom: 20px;
}

.page-title.blog-search-title {
	font-weight: bold;
}

/*comments list */
.blog-coment-title h2 {
	font-size: 26px;
	font-weight: 600;
	margin-bottom: 30px;
}

.comments-avatar {
	float: left;
}

.comments-avatar img {
	margin-inline-end: 20px;
}

.comments-text {
	overflow: hidden;
}

.comments-text h3 {
	margin-bottom: 10px;
}

.comments-replay a {
	color: var(--tp-common-black);
}

.comments-replay a:hover {
	color: var(--tp-theme-primary);
}

.comments-box-style {
	margin-bottom: 30px;
}

.latest-comments ul li .children {
	margin-inline-start: 60px;
	margin-top: 30px;
}

.latest-comments ul li .children li {
	margin-top: 10px;
}

#cancel-comment-reply-link {
	color: var(--tp-theme-primary);
	margin-inline-start: 8px;
	font-size: 16px;
}

/* menu */
.tp-main-menu ul li .submenu {
	width: 220px;
}

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

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


/* comments form */
.comment-reply-title {
	font-size: 26px;
	font-weight: 600;
	margin-bottom: 20px;
}

.comment-form-cookies-consent {
	display: none;
}

div.latest-comments>ul {
	padding-inline-start: 0;
}

.latest-comments>ul>li {
	list-style: none;
}

.latest-comments>ul>li li {
	margin: 0;
	padding: 0;
}

.latest-comments ul .children {
	list-style: none;
}

.latest-comments .comments-text ul li,
.latest-comments .comments-text ol li {
	margin-bottom: 3px;
}

.latest-comments .comments-text>ul,
.latest-comments .comments-text>ol {
	margin-bottom: 20px;
}

.latest-comments ul .comment-respond {
	padding: 35px 0;
	padding-bottom: 15px;
}

.comment-notes {
	margin-bottom: 15px;
}

.postbox__comment-input {
	position: relative;
	margin-bottom: 20px;
}

.postbox__comment-input span {
	font-weight: 600;
	color: var(--tp-common-black);
	margin-bottom: 12px;
	display: block;
}

.postbox__comment-input input,
.postbox__comment-input textarea {
	height: 55px;
	padding: 0 20px;
	width: 100%;
	font-size: 14px;
	color: var(--tp-common-black);
	outline: none;
	border: 1px solid transparent;
    background: rgb(240 240 240 / 50%);
}

.postbox__comment-input input:focus,
.postbox__comment-input textarea:focus {
	border-color: var(--tp-theme-primary);
}

.postbox__comment-input textarea {
	height: 175px;
	resize: none;
	padding-top: 20px;
	padding-bottom: 20px;
}

/* post sticky */
.postbox__item.sticky {
	border-top: 1px solid var(--tp-theme-primary);
	border-radius: 5px;
	padding: 30px;
	background: var(--tp-common-white);
	box-shadow: 0px 4.8px 24.4px -6px rgba(19, 16, 34, 0.12);
}


/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-inline-end: 1.5em !important;
}

.alignright {
	display: inline;
	float: right;
	margin-inline-start: 1.5em !important;
}

.aligncenter {
	clear: both;
	display: block;
	margin-inline-start: auto !important;
	margin-inline-end: auto !important;
	text-align: center;
}

/*tp unit css */
.tp-postbox-area>ul,
.tp-postbox-area>ol,
.tp-postbox-area ul,
.tp-postbox-area ol {
	padding-inline-start: 24px;
}

.tp-postbox-area dl,
.tp-postbox-area ol,
.tp-postbox-area ul {
	margin-top: 0;
	margin-bottom: 25px;
}

ol.wp-block-latest-comments {
	margin-bottom: 0;
}

.postbox__details ol li,
.postbox__details ul li {
	padding-top: 7px;
}

.tp-postbox-area ol ol,
.tp-postbox-area ol ul,
.tp-postbox-area ul ol,
.tp-postbox-area ul ul {
	margin-bottom: 0;
}

/*tp-page-content*/
.tp-page-content .blog-post-comment {
	clear: both;
	overflow: hidden;
	margin-top: 30px;
	padding-top: 30px;
}

.tp-page-content ol,
.tp-page-content ul {
	padding-inline-start: 25px;
	margin-bottom: 25px;
}

.tp-page-content ol li,
.tp-page-content ul li {
	margin-bottom: 7px;
}

.tp-page-content ol li ol,
.tp-page-content ul li ul {
	margin-top: 7px;
}

.tp-page-content ol ol,
.tp-page-content ol ul,
.tp-page-content ul ol,
.tp-page-content ul ul {
	margin-bottom: 0;
}

.tp-page-content .size-full.alignright {
	margin-bottom: 35px;
	margin-top: 20px;
	clear: both;
}

.tp-page-content .tp-page-post>p {
	margin: 32px 0;
	margin-top: 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
	margin-top: 10px;
	padding-top: 30px;
}

.page-links>span.page-links-title {
	border: 0;
	color: inherit;
}

.wp-block-archives-list.extraclass.wp-block-archives li a {
	color: var(--tp-text-body);
}

.wp-block-archives-dropdown .nice-select {
	margin-bottom: 15px;
}

.postbox__details .nice-select {
	float: none;
	margin-bottom: 20px;
	color: var(--tp-common-black);
}

ol.wp-block-latest-comments {
	margin-inline-start: 0;
	padding-inline-start: 0;
}

.postbox__details p:last-child {
	margin-bottom: 0;
}

.postbox__item ul li a,
dl a {
	text-underline-offset: 3px;
	text-decoration-skip-ink: all;
	text-decoration: underline;
}

.postbox__item ul li a:hover,
dl a:hover {
	text-decoration-style: dotted;
	text-decoration-skip-ink: none;
}

.has-pale-pink-background-color p {
	color: #666;
}


.wp-block-button {
	margin-bottom: 10px;
}

.is-style-squared .wp-block-button__link {
	border-radius: 0;
}

div.postbox__details .wp-block-cover-text {
	color: #fff;
}

.wp-block-cover {
	margin-bottom: 30px;
}

.wp-block-gallery .blocks-gallery-grid {
	padding-inline-start: 0;
	margin-bottom: 0;
}

.blocks-gallery-caption {
	margin-bottom: 40px;
}

.wp-block-group.has-background {
	margin-bottom: 25px;
}

.postbox__details p.has-large-font-size {
	font-size: 24px !important;
	line-height: 1.2;
	margin-bottom: 25px;
}

:root .has-very-light-gray-color {
	color: #eee;
	margin-top: 25px;
}

.postbox__item.category-block.tag-content.tag-embeds-2 p {
	line-height: unset;
}

.wp-block-media-text.alignfull.has-media-on-the-right.has-background.is-stacked-on-mobile {
	margin-bottom: 20px;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
	margin-top: 30px;
}

.page-links a,
.page-links>span {
	border: 1px solid #dcdcdc;
	display: inline-block;
	min-width: 35px;
	text-align: center;
	margin-inline-start: 2px;
	height: 33px;
	line-height: 30px;
	margin-inline-end: 3px;
	color: var(--tp-common-black);
}

.page-links>span {
	border: 1px solid var(--tp-theme-primary);
	color: var(--tp-theme-primary);
}

pre {
	display: block;
	font-size: 87.5%;
	color: var(--tp-common-black);
	border: 1px solid #ddd;
	padding: 15px;
}

.wp-block-table :where(figcaption) {
	color: var(--tp-common-black);
	font-size: 13px;
	text-align: center;
}

.wp-block-preformatted {
	margin: 30px 0;
}

.wp-block-table thead {
	border-bottom: 3px solid #222;
}

.wp-block-table tfoot {
	border-top: 3px solid #222;
}

.wp-block-pullquote {
	border-bottom: 4px solid #222;
	border-top: 4px solid #222;
	color: currentColor;
	margin-bottom: 1.75em;
}

.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.tp-footer-widget .wp-caption .wp-caption-text {
	margin: 0.8075em 0;
	font-size: 14px;
	font-style: italic;
	color: #898989;
}

.tp-footer-widget .textwidget p {
	color: #898989;
}

.tp-post-tag {
	overflow: hidden;
	clear: both;
	padding-top: 30px;
	padding-bottom: 30px;

}

.postbox__meta-wrapper span {
	font-size: 16px;
	color: var(--tp-common-black);
	font-weight: 500;
	display: inline-block;
	margin-inline-end: 12px;
	margin-bottom: 10px;
}

ul.wp-block-rss.wp-block-rss {
	box-sizing: border-box;
	padding-inline-start: 0;
}

/*block quote*/
.wp-block-quote {
	border: 0;
}

blockquote {
	margin: 35px 0px !important;
	padding: 40px;
	color: #666;
	position: relative;
	background: #f8f8f9;
	font-style: normal;
	text-align: left;
	clear: both;
	font-weight: 400;
	border: 1px solid #efefef;
}

blockquote::before {
	content: "\f10e";
	position: static;
	font-family: "Font Awesome 5 Pro";
	font-size: 32px;
	color: var(--tp-theme-primary-3);
	line-height: 1;
	margin-bottom: 18px;
	display: inline-block;
}

.tp-postbox-area blockquote p {
	margin-bottom: 10px !important;
	line-height: 1.3;
	font-size: 20px;
	color: #070337;
	font-weight: 400;
}

blockquote cite {
	font-size: 14px;
	display: block;
	margin-top: 10px;
	color: #070337 !important;
	font-style: inherit;
	font-weight: 500;
}

blockquote cite::before {
	content: "";
	font-size: 28px;
	color: var(--tp-theme-primary);
	padding-bottom: 0px;
	display: inline-block;
	background: var(--tp-theme-primary);
	height: 2px;
	width: 40px;
	font-weight: 400;
	text-align: center;
	top: -4px;
	margin-inline-end: 10px;
	position: relative;
}

.wp-block-quote.is-large,
.wp-block-quote.is-style-large {
	margin-bottom: 1em;
	padding: 30px 30px;
}

.postbox__details blockquote.is-style-large cite::before {
	margin-inline-end: 0;
}

.wp-block-quote.has-text-align-right {
	border-right: 0;
	padding: 30px;
}

.wp-block-pullquote.is-style-solid-color blockquote {
	margin: auto;
	display: inline-block;
}

.wp-block-column .wp-block-quote {
	padding: 10px;
}

/*gallery */
.gallery-item {
	display: inline-block;
	max-width: 33.33%;
	text-align: center;
	vertical-align: top;
	width: 100%;
	padding-inline-end: 5px !important;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

/*table */
.postbox__details table {
	margin-bottom: 30px;
	width: 100%;
}

.postbox__details table,
.postbox__details th,
.postbox__details td {
	border: 1px solid #d1d1d1;
}

.postbox__details table th {
	padding: 12px 12px;
	font-size: 15px;
	border-color: #ddd;
	text-align: center;
	font-weight: 400;
}

.postbox__details table tbody td {
	text-align: center;
}

.postbox__details table a {
	color: var(--tp-theme-primary);
}

.postbox__details table td {
	border-color: #ddd;
	padding: 12px 12px;
}

.postbox__details .comments-text table {
	margin-bottom: 30px;
	width: 100%;
	background: #fff;
}

/*pabe table*/
.tp-page-content table {
	margin-bottom: 30px;
}

.tp-page-content table,
.tp-page-content th,
.tp-page-content td {
	border: 1px solid #d1d1d1;
}

.tp-page-content table th {
	padding: 12px 12px;
	font-size: 15px;
	border-color: #ddd;
	text-align: center;
	font-weight: 500;
}

.tp-page-content table tbody td {
	text-align: center;
}

.tp-page-content table td {
	border-color: #ddd;
	padding: 12px 12px;
}

.tp-page-content table a {
	color: var(--tp-theme-primary);
}

/*post password*/
.post-password-form input[type="password"] {
	background: #f5f6f8;
	border: 0;
	height: 50px;
	width: 100%;
	padding: 0 15px;
}

.post-password-form label {
	width: 100%;
}

.post-password-form input[type="submit"] {
	width: 120px;
	height: 50px;
	background: #222;
	color: #fff;
	border: 0;
	margin-top: 10px;
	transition: .3s;
}

.post-password-form input[type="submit"]:hover {
	background: var(--tp-theme-primary);
}


.wp-block-search__input {
	background: #f5f6f8;
	border: 0;
	height: 50px;
	width: 100%;
	padding: 0 15px;
}

.wp-block-search__button {
	width: 120px;
	height: 50px;
	background: #222;
	color: var(--tp-common-white);
	border: 0;
	transition: .3s;
}

.wp-block-search__button .search-icon {
	position: unset;
	top: unset;
	right: unset;
}

.wp-block-search__button:hover {
	background: var(--tp-theme-primary);
}


/*widget*/
.sidebar__widget ul {
	padding-inline-start: 0;
	margin-bottom: 0;
}

.sidebar__widget.widget_recent_comments ul li a::after {
	display: none;
}

.sidebar__widget.widget_recent_comments ul li a {
	padding-inline-start: 1px;
	color: var(--tp-common-black);
}

.sidebar__widget.widget_recent_comments .comment-author-link a {
	color: var(--tp-theme-primary);
}

.sidebar__widget.widget_recent_entries ul li a::after {
	display: none;
}

.sidebar__widget.widget_recent_entries ul li a {
	padding-inline-start: 0;
}

.sidebar__widget.widget_rss ul li a::after {
	display: none;
}

.sidebar__widget.widget_rss ul li a {
	padding-inline-start: 0;
}

.sidebar__widget .nice-select {
	float: none;
	color: var(--tp-common-black);
}

.sidebar__widget .nice-select ul li {
	color: var(--tp-common-black);
}

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

.sidebar__widget .nice-select .option {
	word-wrap: break-word;
	white-space: normal;
	margin-bottom: 0
}

.sidebar__widget .nice-select::after {
	right: 18px;
}

.textwidget img {
	max-width: 100%;
	height: auto;
}

#wp-calendar {
	width: 100%;
}

#wp-calendar caption {
	text-align: right;
	font-size: 15px;
	margin-top: 10px;
	margin-bottom: 0;
	padding-bottom: 0;
	padding-top: 0;
	color: var(--tp-text-body);
}

#wp-calendar thead {
	font-size: 14px;
}

#wp-calendar thead th {
	padding-bottom: 10px;
	text-align: center;
}

#wp-calendar tbody {
	color: #666;
}

#wp-calendar tbody td {
	background: #fff;
	border: 1px solid #e1e1e1;
	text-align: center;
	padding: 8px 0;
	transition: 0.3s;
}

.sidebar__widget .wp-calendar-table a {
	color: var(--tp-common-black);
}

.wp-block-calendar table:where(:not(.has-text-color)) {
	color: #868e96;
}

.wp-calendar-nav {
	display: flex;
	justify-content: space-between;
}

.sidebar__widget .wp-calendar-nav-prev a {
	color: #6c757d;
}

/*sidebar block widget*/
.sidebar__widget .wp-block-group__inner-container h2 {
	font-size: 20px;
	padding-bottom: 15px;
	border-bottom: 1px solid rgb(32 31 31 / 8%);
	color: var(--tp-common-black);
}

.sidebar__widget .wp-block-search__input {
	min-width: 100%;
	border: 0;
	width: 100%;
	background: var(--tp-common-white);
	height: 57px;
	padding: 0 15px;
	padding-inline-end: 130px;
	outline: 0;
}

.sidebar__widget .wp-block-search__label {
	display: none;
}

.sidebar__widget .wp-block-search__inside-wrapper {
	position: relative;
}

.sidebar__widget .wp-block-search__button {
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	background: var(--tp-theme-primary);
	color: var(--tp-common-white);
	border: 0;
	padding: 0 25px;
}

.wp-block-latest-comments__comment:last-of-type {
	margin-bottom: unset;
}

.sidebar__widget.widget_block ul.wp-block-latest-posts li a::after {
	display: none;
}

.sidebar__widget.widget_block ul.wp-block-latest-posts li {
	margin-top: 13px;
}

.sidebar__widget.widget_block ul.wp-block-latest-posts li a {
	color: var(--tp-common-black);
	padding-inline-start: 0;
	font-size: 15px;
	font-weight: 500;
	line-height: 24px;
}

.sidebar__widget.widget_block .wp-block-latest-comments article a {
	font-size: 15px;
	font-weight: 500;
	line-height: 24px;
	color: var(--tp-common-black);
}

.sidebar__widget.widget_block .wp-block-latest-comments__comment-link {
	padding-inline-start: 5px;
}

.sidebar__widget.widget_block .wp-block-latest-comments article .wp-block-latest-comments__comment-meta {
	color: #666;
}

.sidebar__widget.widget_block .wp-block-latest-comments article a.wp-block-latest-comments__comment-author {
	color: var(--tp-theme-primary);
	padding-inline-end: 3px;
}

.sidebar__widget .wp-block-calendar table th {
	background: no-repeat;
}

.tp-footer__widget .wp-block-group__inner-container h2 {
	font-size: 20px;
	font-weight: 400;
	margin-bottom: 20px;
	color: var(--tp-common-white);
}

/* pexan sider bar search widget start */
.blog-sidebar__search input {
	width: 100%;
	height: 60px;
	line-height: 60px;
	background: var(--tp-common-white);
	padding: 0 25px;
	text-transform: capitalize;
	outline: none;
	color: var(--tp-common-black);
	padding-inline-end: 70px;
	border: 1px solid rgba(255, 255, 255, 0.07);
}

.blog-sidebar__search button {
	position: absolute;
	top: 0;
	right: 0px;
	height: 100%;
	width: 60px;
	background-color: var(--tp-theme-primary);
	color: var(--tp-common-white);
}

.blog-sidebar__search input:focus {
	border-color: transparent;
}

/* pexan sider bar search widget end */

/*footer widget*/
.tp-footer-widget ul ul {
	padding-inline-start: 10px;
	padding-top: 10px;
}

.tp-footer__widget.widget_recent_comments ul li {
	line-height: 1.6;
	color: var(--tp-common-white);
}

.tp-footer__widget.widget_recent_entries ul li {
	line-height: 1.6;
}

.tp-footer__widget .rssSummary {
	line-height: 1.5;
	color: #898989;
}

.tp-footer__widget .rsswidget {
	font-weight: 500;
}

.tp-footer__widget.widget_recent_comments .comment-author-link a {
	color: #b4b8bb;
	font-weight: 500;
}

.tp-footer__widget.widget_recent_comments .comment-author-link a::after {
	background-color: #b4b8bb;
}

.tp-footer__widget.widget_recent_entries ul li a::after {
	display: none;
}

.tp-footer__widget.widget_recent_entries ul li a {
	padding-inline-start: 0;
}

.tp-footer__widget.widget_rss ul li a::after {
	display: none;
}

.tp-footer__widget.widget_rss ul li a {
	padding-inline-start: 0;
	color: var(--tp-theme-primary);
}

.tp-footer__widget.widget_rss .rss-date {
	color: var(--tp-common-gray);
}

.tp-footer__widget.widget_rss cite,
.tp-footer__widget strong {
	color: var(--tp-theme-primary);
	display: inline-block;
	margin-bottom: 10px;
}

.tp-footer__widget .textwidget img {
	margin-bottom: 20px;
}

.tp-footer__widget .textwidget img {
	margin-bottom: 20px;
}

.tp-footer__widget .nice-select {
	width: 100%;
	margin-bottom: 40px;
	color: var(--tp-common-black);
}

.tp-footer__widget .nice-select ul li {
	color: var(--tp-common-black);
}

.tp-footer__widget .nice-select .option {
	word-wrap: break-word;
	white-space: normal;
	margin-bottom: 0
}

.tp-footer__widget .wp-calendar-table a {
	color: var(--tp-common-black);
}

.tp-footer__widget ul ul {
	padding-inline-start: 10px;
	padding-top: 10px;
}

.tp-footer__widget ul li {
	list-style: none;
	line-height: 1;
	margin-bottom: 16px;
}

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


#wp-calendar tbody td#today {
	background: var(--tp-theme-primary);
	color: var(--tp-common-white);
}

.wp-calendar-nav {
	display: flex;
	justify-content: space-between;
}

.tp-footer-widget .wp-calendar-nav-prev a {
	color: #6c757d;
}

.tp-footer-widget .tagcloud a {
	display: inline-block;
	height: 36px;
	line-height: 36px;
	padding: 0 15px;
	font-weight: 500;
	color: var(--tp-heading-primary);
	background: var(--tp-common-gray);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	-ms-border-radius: 4px;
	border-radius: 4px;
	margin-inline-end: 8px;
	margin-bottom: 10px;
	font-size: 15px !important;
	letter-spacing: unset;
}

.tp-footer-widget .tagcloud a:hover {
	color: var(--tp-common-white);
	background: var(--tp-gradient-primary);
}


.tp-footer-widget .sidebar__search input {
	background: #fff;
}

.tp-footer-widget .nice-select,
.tp-footer-2-widget .nice-select {
	float: none;
}

.tp-footer-widget.widget_rss ul li {
	line-height: 1.5;
}

/*footer block widget*/
.tp-footer-widget .wp-block-group__inner-container h2 {
	font-weight: 600;
	font-size: 24px;
	letter-spacing: -0.96px;
	color: var(--tp-common-white);
	margin-bottom: 30px;
}

.tp-footer-widget .wp-block-search__input {
	min-width: 100%;
	border: 0;
	width: 100%;
	background: #fff;
	height: 52px;
	padding: 0 15px;
}

.tp-footer-widget .wp-block-search__label {
	display: none;
}

.tp-footer-widget .wp-block-search__inside-wrapper {
	position: relative;
}

.tp-footer-widget .wp-block-search__button {
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	background: var(--tp-theme-primary);
	color: #fff;
	border: 0;
	padding: 0 25px;
}

.tp-footer-widget.widget_block ul.wp-block-latest-posts li a::after {
	display: none;
}

.tp-footer-widget .widget_block ul.wp-block-latest-posts li a {
	color: var(--tp-common-black);
	padding-inline-start: 0;
	font-size: 15px;
	font-weight: 500;
	line-height: 24px;
}

.tp-footer-widget.widget_block .wp-block-latest-comments article a {
	font-size: 15px;
	font-weight: 500;
	line-height: 24px;
	color: var(--tp-common-black);
}

.tp-footer-widget.widget_block .wp-block-latest-comments article .wp-block-latest-comments__comment-meta {
	color: #666;
}

.tp-footer-widget.widget_block .wp-block-latest-comments article a.wp-block-latest-comments__comment-author {
	color: var(--tp-theme-primary);
}

.tp-footer-widget .wp-block-tag-cloud a {
	display: inline-block;
	height: 36px;
	line-height: 36px;
	padding: 0 15px;
	font-weight: 500;
	color: var(--tp-heading-primary);
	background: var(--tp-common-gray);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	-ms-border-radius: 4px;
	border-radius: 4px;
	margin-inline-end: 8px;
	margin-bottom: 10px;
	font-size: 15px !important;
	letter-spacing: unset;
}

.tp-footer-widget .wp-block-tag-cloud a:hover {
	color: var(--tp-common-white);
	background: var(--tp-gradient-primary);
}

.tp-footer-widget .wp-block-calendar table th {
	background: #ddd
}

.bypostauthor {
	display: block;
}

.gallery-caption {
	display: block;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
	/* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #eee;
	clip: auto !important;
	clip-path: none;
	color: #444;
	display: block;
	font-size: 1em;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

.admin-bar .header__sticky {
	margin-top: 32px;
}

@media only screen and (min-width: 300px) and (max-width: 767px) {
	.admin-bar .header__sticky {
		margin-top: 0px;
	}
}

@media only screen and (min-width: 600px) and (max-width: 767px) {
	.admin-bar .header__sticky {
		margin-top: 42px;
	}
}

.postbox__details .postbox__title {
	display: none;
}

.postbox__details .wp-block-tag-cloud a {
	font-weight: 500;
	font-size: 14px !important;
	margin: 6px 3px;
	padding: 8px 25px;
	display: inline-block;
	text-transform: capitalize;
	color: var(--tp-common-black);
	background:#f5f6f8;
	-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;
	letter-spacing: 0.04em;
}

.postbox__details .wp-block-tag-cloud a:hover {
	background-color: var(--tp-theme-primary);
	color: var(--tp-common-white);
}

/*tutor */
.tutor-container,
.tutor-container-sm,
.tutor-container-md,
.tutor-container-lg,
.tutor-container-xl,
.tutor-container-xxl {
	max-width: 1225px;
}

.cat__icon {
	font-size: 25px;
}

.fea__icon {
	font-size: 40px;
}

.research__features-icon span {
	font-size: 25px;
}

.tutor-wrap {
	padding-top: 100px;
	padding-bottom: 100px;
}

.tutor-single-course-sidebar .tutor-course-details-widget {
	padding: 30px;
	-webkit-box-shadow: 0px 30px 50px 0px rgba(1, 11, 60, 0.1);
	-moz-box-shadow: 0px 30px 50px 0px rgba(1, 11, 60, 0.1);
	-ms-box-shadow: 0px 30px 50px 0px rgba(1, 11, 60, 0.1);
	-o-box-shadow: 0px 30px 50px 0px rgba(1, 11, 60, 0.1);
	box-shadow: 0px 30px 50px 0px rgba(1, 11, 60, 0.1);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	-ms-border-radius: 4px;
	border-radius: 4px;
}

.tutor-form-group .acf-user-register-fields.acf-fields.-clear,
.tutor-form-group h2 {
	display: none;
}

/*woo */
.woocommerce-form-row input {
	width: 100%;
	height: 50px;
	line-height: 45px;
	padding: 0 30px;
	font-size: 14px;
	border: 2px solid transparent;
	background: var(--tp-grey-2);
	color: var(--tp-common-black);
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-o-border-radius: 6px;
	-ms-border-radius: 6px;
	border-radius: 6px;
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
	width: 100%;
	height: 50px;
	line-height: 45px;
	padding: 0 30px;
	font-size: 14px;
	border: 2px solid transparent;
	background: var(--tp-grey-2);
	color: var(--tp-common-black);
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-o-border-radius: 6px;
	-ms-border-radius: 6px;
	border-radius: 6px;
}

.woocommerce form .form-row textarea {
	height: 200px;
}

.woocommerce-form-row label {
	margin-inline-start: 0;
	margin-top: 0;
}

.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
	display: inline-block;
	font-size: 15px;
	font-weight: 500;
	color: var(--tp-common-white);
	background-color: var(--tp-theme-primary);
	padding: 0 30px;
	height: 50px;
	line-height: 50px;
	text-transform: capitalize;
}

#customer_login h2 {
	font-size: 25px;
}

.woocommerce #respond input#submit.disabled,
.woocommerce #respond input#submit:disabled,
.woocommerce #respond input#submit:disabled[disabled],
.woocommerce a.button.disabled,
.woocommerce a.button:disabled,
.woocommerce a.button:disabled[disabled],
.woocommerce button.button.disabled,
.woocommerce button.button:disabled,
.woocommerce button.button:disabled[disabled],
.woocommerce input.button.disabled,
.woocommerce input.button:disabled,
.woocommerce input.button:disabled[disabled] {
	color: inherit;
	cursor: not-allowed;
	opacity: .5;
	padding: 0 35px;
	color: #fff;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
	color: #444;
	line-height: 50px;
}

.select2-container .select2-selection--single {
	box-sizing: border-box;
	cursor: pointer;
	display: block;
	height: 50px;
	margin: 0 0 -4px;
	-ms-user-select: none;
	user-select: none;
	-webkit-user-select: none;
	background: #F5F6F8;
	border: 0;

}

.select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 47px;
	position: absolute;
	top: 1px;
	right: 15px;
	width: 20px;
}

.select2-container .select2-selection--single .select2-selection__rendered {
	padding-inline-start: 25px;
}

.woocommerce form .form-row label {
	line-height: 2;
	margin-inline-start: 0;
	margin-top: 10px;
}


/* 13. Custom css */
.tp-header-top-right .header-social ul li {
	display: inline-block;
}

.tp-header-top-right .header-social ul li a {
	position: relative;
	font-weight: 400;
	font-size: 15px;
	color: var(--tp-common-white);
	margin-inline-start: 24px;
	transition: all 0.3s ease;
}

.offcanvas__social ul li {
	list-style: none;
	display: inline-block;
}

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

.social ul li {
	display: inline-block;
	list-style: none;
}

.tp-header-2-top-info .social ul li a {
	position: relative;
	height: 36px;
	width: 36px;
	line-height: 36px;
	border-radius: 50%;
	text-align: center;
	background-color: var(--tp-common-gray);
	color: var(--tp-heading-primary);
	font-size: 15px;
	font-weight: 400;
	display: inline-block;
	margin-inline-end: 10px;
}

.tp-header-hamburger-btn.header-3-collapse {
	height: 80px;
	line-height: 80px;
	margin-inline-end: 0;
	width: 115px;
	background: var(--tp-heading-primary);
}

.tp-footer-widget-item-thumb {
	margin-inline-end: unset;
}

.tp-footer-widget-item-thumb img,
.tp-footer-3-widget-content-blog-thumb img {
	margin-inline-end: 20px;
}

.tp-footer-widget-item-content span i {
	margin-inline-end: 4px;
}

.tp-footer-2-col-3 {
	padding-inline-start: 50px;
}

.tp-footer-2-widget-popup a img {
	margin: 0 15px 15px 0;
}

/* 14. Footer unit */
.default-footer-widget ul li {
	list-style: none;
}

.default-footer-widget ul li:not(:last-of-type) {
	margin-bottom: 8px;
}

.default-footer-widget ul li a {
	position: relative;
	font-family: var(--tp-ff-p);
	font-size: 16px;
	font-weight: 400;
	color: var(--tp-common-white);
}

.default-footer-widget ul li a::after {
	content: "";
	position: absolute;
	bottom: 0;
	right: 0;
	left: auto;
	height: 1px;
	width: 0;
	background-color: #fff;
	transition: 0.5s;
	display: inline-block;
	box-shadow: 0px 4px 12px rgba(1, 16, 61, 0.14);
	border-radius: 6px;
}

.default-footer-widget ul li a:hover::after {
	width: 100%;
	right: auto;
	left: 0;
}

.default-footer-widget-2 ul li {
	list-style: none;
	position: relative;
	padding-inline-start: 20px;
}

.default-footer-widget-2 ul li:not(:last-of-type) {
	margin-bottom: 15px;
}

.default-footer-widget-2 ul li::before {
	position: absolute;
	bottom: 12px;
	left: 0px;
	content: "";
	width: 10px;
	height: 2px;
	margin-inline-end: 3px;
	display: inline-block;
	background-color: var(--tp-common-white);
}

.default-footer-widget-2 ul li a {
	background-image: linear-gradient(#fcfcff, #d8d8da), linear-gradient(#ffffff, #dbdbe6);
	background-size: 0% 1px, 0 1px;
	background-position: 100% 100%, 0 100%;
	background-repeat: no-repeat;
	transition: 0.3s ease;
}

.default-footer-widget-2 ul li a:hover {
	color: var(--tp-common-white);
	background-size: 0 1px, 100% 1px;
}



.default-footer-widget-2 ul li a {
	font-family: var(--tp-ff-p);
	font-size: 16px;
	font-weight: 400;
	color: var(--tp-common-white);
}




.tp-footer_3-bg {
	background-position: center right;
	background-repeat: no-repeat;
	background-size: contain;
}

.tp-footer-2-copyright-inner ul li,
.tp-footer-copyright-inner ul li {
	display: inline-block;
	list-style: none;
	margin-inline-start: 25px;
}

.tp-footer-2-copyright-inner ul li a {
	font-family: var(--tp-ff-p);
	font-size: 16px;
	font-weight: 400;
	color: var(--tp-common-white);
}

.tp-footer-3-widget-set ul li {
	list-style: none;
}

.tp-footer-3-widget-set ul li:not(:last-of-type) {
	margin-bottom: 15px;
}

.tp-footer-3-widget-set ul li a {
	position: relative;
	font-weight: 400;
	font-size: 16px;
	color: var(--tp-common-white);
	margin-inline-start: 20px;
}

.tp-footer-3-widget-set ul li a::before {
	position: absolute;
	content: "";
	bottom: 0;
	right: 0;
	left: auto;
	height: 1px;
	width: 0;
	background-color: #fff;
	transition: 0.5s;
	display: inline-block;
	box-shadow: 0px 4px 12px rgba(1, 16, 61, 0.14);
	border-radius: 6px;
}

.tp-footer-3-widget-set ul li a::after {
	position: absolute;
	content: "\f00c";
	top: 2px;
	font-family: "Font Awesome 6 pro";
	left: -21px;
	background: var(--tp-common-white);
	opacity: 0.2;
	color: var(--tp-common-black);
	height: 12px;
	width: 12px;
	font-size: 11px;
	display: inline-block;
	line-height: 1;
	text-align: center;
	border-radius: 2px;
}

.tp-footer-3-widget-content-blog-thumb {
	margin-inline-end: unset;
}

.tp-footer-3-widget-content-blog-thumb img {
	margin-inline-end: 20px;
}

/* 15. Blog unit  */
.tp-postbox-thumb iframe,
.tp-postbox-item-thumb iframe {
	height: auto;
	width: 100%;
}

.tp-postbox-thumb .play-btn,
.tp-postbox-item-thumb .play-btn {
	height: 60px;
	width: 60px;
	display: inline-block;
	background: var(--tp-common-white);
	border-radius: 50%;
	text-align: center;
	line-height: 65px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}

.tp-blog-nav .tp-blog-button-next {
	left: auto;
	right: 50px;
}

.tp-blog-nav button {
	position: absolute;
	left: 50px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 1;
	font-size: 30px;
	color: var(--tp-common-white);
	background: var(--tp-gradient-primary);
	padding: 10px 15px;
	border-radius: 5px;
}


.sidebar__widget-search input {
	width: 100%;
	height: 60px;
	line-height: 60px;
	background: var(--tp-common-white);
	border: 1px solid transparent;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-o-border-radius: 6px;
	-ms-border-radius: 6px;
	border-radius: 6px;
	box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.06);
	padding-inline-start: 20px;
	padding-inline-end: 65px;
}

.sidebar__widget-search button {
	position: absolute;
	top: 50%;
	right: 0;
	left: auto;
	width: 60px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	background: var(--tp-gradient-primary);
	color: var(--tp-common-white);
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.sidebar__widget-search input:focus {
	border-color: var(--tp-theme-primary);
}

.sidebar__widget-form {
	padding-bottom: 8px;
}

.sidebar__widget ul li a i {
	font-weight: 900;
	font-size: 14px;
	color: var(--tp-theme-primary);
	height: 28px;
	width: 28px;
	margin-inline-end: 4px;
	line-height: 28px;
	text-align: center;
	display: inline-block;
	border: 1px solid #E3E3E3;
	border-radius: 50%;
}

.sidebar__widget ul li {
	list-style: none;
	margin-bottom: 15px;
}

.sidebar__widget ul li a {
	font-size: 17px;
	font-weight: 400;
	padding-inline-start: 20px;
	position: relative;
	color: var(--tp-text-body);
	letter-spacing: -0.2px;
}

.sidebar__widget.widget_rss ul li a {
	color: var(--tp-common-black);


}

.sidebar__widget.widget_rss .rss-date {
	color: var(--tp-theme-primary);

}

.sidebar__widget ul li a::after {
	position: absolute;
	content: "\f054";
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	font-family: "Font Awesome 5 Pro";
	font-size: 13px;
	color: var(--tp-text-body);
	-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;
	display: none;
}


.sidebar__widget ul li a:hover::after {
	left: 7px;
	color: var(--tp-theme-primary);
}

.sidebar__widget ul li {
	color: var(--tp-text-body);
}

.sidebar__widget ul li:last-child {
	margin-bottom: 0px;
}

.sidebar__widget ul li ul {
	padding-top: 10px;
	padding-inline-start: 15px;
}


.tp-rc__post-thumb,
.tp-footer-widget-item-thumb,
.tp-footer-3-widget-content-blog-thumb {
	overflow: hidden;
	flex: 0 0 auto;
}

.tp-rc__post-thumb img,
.tp-footer-widget-item-thumb img {
	width: 80px;
	height: 80px;
	object-fit: cover;
}

.tp-footer-3-widget-content-blog-thumb img {
	width: 80px;
	height: 80px;
	object-fit: cover;
	margin-inline-end: 15px;
}

.tp-sidebar-post.tp-sidebar-post-specing:not(:last-of-type) {
	margin-bottom: 20px;
}

.tp-rc__post-meta span i {
	color: var(--tp-theme-primary);
}

.tp-rc__post-title {
	font-size: 18px;
	color: var(--tp-common-white);
	line-height: 1.4;
}

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

.tp-rc__meta span {
	margin-bottom: 4px;
}

.tp-rc__post:last-of-type {
	margin-bottom: unset;
}

.sidebar__widget.widget_categories ul {
	margin-bottom: unset;
}

.sidebar__widget {
	padding: 40px 30px;
}

.wp-block-tag-cloud a {
	font-weight: 500;
	font-size: 14px !important;
	margin: 6px 3px;
	padding: 8px 25px;
	display: inline-block;
	text-transform: capitalize;
	color: var(--tp-common-white);
	background: rgba(255, 255, 255, 0.08);
	-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;
	letter-spacing: 0.04em;
}

.wp-block-tag-cloud a:hover {
	background-color: var(--tp-theme-primary);
}


.tp-postbox-pagination ul {
	padding-inline-start: 0px;
}

.tp-footer-2-widget .zoom-instagram-widget__items .zoom-instagram-widget__item .zoom-instagram-link {
	height: 85px !important;
	width: 85px !important;
	border-radius: 5px;
}

.tp-postbox-thumb.w-img img {
	width: unset;
}

.postbox__details .tp-postbox-item {
	box-shadow: 0px 4.8px 24.4px -6px rgba(19, 16, 34, 0.1), 0px 4px 13px -2px rgba(19, 16, 34, 0.06);
}

.postbox__details-content {
	box-shadow: unset;
}

/* 16. Comment  */
.avatar-name h5 {
	color: var(--tp-common-black);
	margin-bottom: 7px;
}

.avatar-name span {
	color: var(--tp-theme-primary);
}

.comments-text p {
	margin-top: 10px;
	margin-bottom: 20px;
}

/* author biography */
.tp-blog__author-name h4 {
	font-size: 20px;
	letter-spacing: 0.04em;
}

.tp-blog__author-nickname span {
	font-size: 16px;
}

.tp-blog__author-social a {
	padding: 10px 15px;
	border: 1px solid rgba(232, 232, 232, 0.15);
	margin-inline-end: 10px;
}

.tp-blog__author-social a:last-child {
	margin-inline-end: 0;
}

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

@media only screen and (max-width: 576px) {
	.tp-blog__author-name {
		padding-top: 15px;
	}

}

/* Footer 2 */
.tp-footer-2-widget .nice-select::after {
	right: 18px;
}

.tp-footer-2-widget .nice-select ul li {
	margin-bottom: unset !important;
}

.tp-footer-2-widget.widget_categories ul li::before,
.tp-footer-2-widget.widget_recent_comments ul li::before,
.tp-footer-2-widget.widget_rss ul li::before,
.tp-footer-2-widget.widget_recent_entries ul li::before,
.tp-footer-2-widget.widget_meta ul li::before,
.tp-footer-2-widget.widget_pages ul li::before,
.tp-footer-2-widget.widget_nav_menu ul li::before,
.tp-footer-2-widget.widget_archive ul li::before {
	display: none;
}

.tp-footer-2-widget.widget_categories ul li,
.tp-footer-2-widget.widget_rss ul li,
.tp-footer-2-widget.widget_recent_comments ul li,
.tp-footer-2-widget.widget_recent_entries ul li,
.tp-footer-2-widget.widget_nav_menu ul li,
.tp-footer-2-widget.widget_meta ul li,
.tp-footer-2-widget.widget_pages ul li,
.tp-footer-2-widget.widget_archive ul li {
	padding-inline-start: unset;
}

.tp-footer-2-widget.widget_recent_comments .comment-author-link a {
	color: #b4b8bb;
	font-weight: 500;
}

.tp-footer-2-widget ul ul::before {
	display: none;
}

.tp-footer-2-widget ul ul {
	padding-inline-start: 10px;
	padding-top: 10px;
}

.tp-footer-2-widget .rssSummary {
	line-height: 1.5;
	color: #898989;
}

.tp-footer-2-widget.widget_rss ul li a {
	padding-inline-start: 0;
	color: var(--tp-common-white);
}

.tp-footer-2-widget.widget_rss .rss-date {
	color: var(--tp-common-gray);
}

.tp-footer-2-widget.widget_rss cite,
.tp-footer-2-widget strong {
	color: #b4b8bb;
	display: inline-block;
	margin-bottom: 10px;
}

.tp-footer-2-widget .textwidget img {
	margin-bottom: 20px;
}

.tp-footer-2-widget .textwidget p {
	color: #898989;
}

.tp-footer-2-widget .tagcloud a {
	display: inline-block;
	height: 36px;
	line-height: 36px;
	padding: 0 15px;
	font-weight: 500;
	color: var(--tp-heading-primary);
	background: var(--tp-common-gray);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	-ms-border-radius: 4px;
	border-radius: 4px;
	margin-inline-end: 8px;
	margin-bottom: 10px;
	font-size: 15px !important;
	letter-spacing: unset;
}

.tp-footer-2-widget .tagcloud a:hover {
	color: var(--tp-common-white);
	background: var(--tp-gradient-primary);
}

.tp-footer-2-widget.widget_recent_comments ul li {
	color: var(--tp-common-white);
}



.tp-footer-3-widget-set.widget_archive ul li a::after {
	display: none;
}

.tp-footer-3-widget-set.widget_archive ul li a {
	margin-inline-start: unset;
}

.tp-footer-3-widget-set.widget_categories ul li a::after {
	display: none;
}

.tp-footer-3-widget-set.widget_pages ul li a::after {
	display: none;
}

.tp-footer-3-widget-set.widget_pages ul li a::after {
	display: none;
}

.tp-footer-3-widget-set.widget_pages ul ul {
	padding-inline-start: 10px;
	padding-top: 10px;
}

.tp-footer-3-widget-set.widget_categories ul li a {
	margin-inline-start: unset;
}

.tp-footer-3-widget .nice-select {
	float: none;
	clear: both;
}

.tp-footer-3-widget .nice-select::after {
	right: 15px;
}

.tp-footer-3-widget-set.widget_categories ul ul {
	padding-inline-start: 10px;
	padding-top: 10px;
}


.tp-footer-3-widget-set.widget_meta ul li a::after {
	display: none;
}

.tp-footer-3-widget-set.widget_meta ul li a {
	margin-inline-start: unset;
}

.tp-footer-3-widget-set.widget_recent_comments ul li a::after {
	display: none;
}

.tp-footer-3-widget-set.widget_recent_comments ul li a {
	margin-inline-start: unset;
}

.tp-footer-3-widget.widget_recent_comments .comment-author-link a {
	color: #b4b8bb;
	font-weight: 500;
}

.tp-footer-3-widget.widget_recent_comments ul li {
	line-height: 1.6;
	color: var(--tp-common-white);
}

.tp-footer-3-widget-set.widget_recent_entries ul li a::after {
	display: none;
}

.tp-footer-3-widget-set.widget_recent_entries ul li a {
	margin-inline-start: unset;
}

.tp-footer-3-widget-set.widget_rss ul li a::after {
	display: none;
}

.tp-footer-3-widget-set.widget_rss ul li a {
	margin-inline-start: unset;
}

.tp-footer-3-widget.widget_rss ul li a {
	padding-inline-start: 0;
	color: #b4b8bb;
}

.tp-footer-3-widget.widget_rss .rss-date {
	color: var(--tp-common-gray);
}

.tp-footer-3-widget .rssSummary,
cite {
	color: var(--tp-theme-primary);
}

.tp-footer-3-widget .textwidget img {
	margin-bottom: 20px;
}

.tp-footer-3-widget.widget_rss cite,
.tp-footer-3-widget strong {
	color: var(--tp-theme-primary);
	display: inline-block;
	margin-bottom: 10px;
}

.tp-footer-3-widget .wp-caption .wp-caption-text {
	color: #898989;
}

.tp-footer-3-widget .textwidget p {
	color: #898989;
}

.tp-footer-3-widget .tagcloud a {
	display: inline-block;
	height: 36px;
	line-height: 36px;
	padding: 0 15px;
	font-weight: 500;
	color: var(--tp-heading-primary);
	background: var(--tp-common-gray);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	-ms-border-radius: 4px;
	border-radius: 4px;
	margin-inline-end: 8px;
	margin-bottom: 10px;
	font-size: 15px !important;
	letter-spacing: unset;
}

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

.tp-footer-3-widget-set.widget_nav_menu ul li a::after {
	display: none;
}

.tp-footer-3-widget-set.widget_nav_menu ul li a {
	margin-inline-start: unset;
}

.tp-footer-3-widget-set.widget_nav_menu ul ul {
	padding-inline-start: 10px;
	padding-top: 10px;
}






/* 17. Unit responsive  */

/* Extra Large Device: col-xl */
@media (min-width: 1200px) and (max-width: 1399px) {
	.tp-footer-2-col-3 {
		padding-inline-start: 20px !important;
	}

	.tp-footer-2-col-2 {
		padding-inline-start: unset;
	}

	.tp-footer-2-col-2 {
		padding-inline-start: unset;
	}

	.tp-blog-item-date {
		top: 46%;
	}

	.tp-about-thumb-2 {
		position: relative;
		text-align: center;
		left: unset !important;
		top: 42px;
	}

	.tp-blog-item-date {
		position: absolute;
		right: 0px;
		top: 50% !important;
	}

	.tp-about-counter {
		position: absolute;
		right: 50px !important;
		top: 160px !important;
	}

}

/* Large Device: col-lg */
@media (min-width: 992px) and (max-width: 1199px) {
	.tp-blog-item-date {
		position: absolute;
		right: 0px;
		top: 50% !important;
	}

	.tp-about-thumb-2 {
		position: relative;
		text-align: center;
		left: unset !important;
		top: 42px;
	}

	.tp-header-logo {
		padding: 0px 0 !important;
	}

	.tp-about-counter {
		position: absolute;
		right: 20px !important;
		top: 160px !important;
	}


}

/* Medium Device: col-md  */
@media (min-width: 768px) and (max-width: 991px) {
	.tp-footer-2-col-3 {
		padding-inline-start: unset;
	}

	.tp-footer-2-widget-popup a img {
		margin: 0 20px 20px 0;
	}

	.tp-blog-item-date {
		top: 45%;
	}

	.tp-footer-2-copyright-inner ul li,
	.tp-footer-copyright-inner ul li:first-of-type {
		margin-inline-start: unset;
	}

	.tp-header-logo {
		padding: 0px 0 !important;
	}

	.tp-header-3-main-left .tp-header-logo {
		padding-inline-start: 25px !important;
		height: 80px;
		line-height: 80px;
	}

	.elementor-212 .elementor-element.elementor-element-e1f85e3>.elementor-widget-container {
		padding: unset !important;
	}

	.tp-blog-item-date {
		position: absolute;
		right: 0px;
		top: 49% !important;
	}

	.tp-business-thumb {
		position: relative !important;
	}

	.tp-features-2-area.pt-120 {
		margin-top: -120px;

	}

	.tp-process-area {
		padding-bottom: 0px;
	}

	.elementor-66 .elementor-element.elementor-element-894bd06:not(.elementor-motion-effects-element-type-background),
	.elementor-66 .elementor-element.elementor-element-894bd06>.elementor-motion-effects-container>.elementor-motion-effects-layer {
		background-color: #F4F5FA;
		margin-top: 40px;
	}

	.tp-about-title-wrapper .tp-section-title br {
		display: inline;
	}

	.elementor-212 .elementor-element.elementor-element-a229ce5 {
		padding: unset !important;
	}

}

/* Small Device: col-sm */
@media (min-width: 576px) and (max-width: 767px) {

	.tp-footer-2-copyright-inner ul li,
	.tp-footer-copyright-inner ul li:first-of-type {
		margin-inline-start: unset;
	}

	.tp-footer-2-col-3 {
		padding-inline-start: unset;
	}

	.tp-header-logo {
		padding: 0px 0 !important;
	}

	.tp-header-3-main-left .tp-header-logo {
		padding-inline-start: 25px !important;
		height: 80px;
		line-height: 80px;
	}

	.elementor-212 .elementor-element.elementor-element-e1f85e3>.elementor-widget-container {
		padding: unset !important;
	}

	.tp-about-thumb-2 {
		position: relative;
		text-align: center;
		left: 0px !important;
		top: 42px;
		margin-bottom: 40px;
	}

	.tp-business-thumb {
		position: relative !important;
	}

	.tp-features-2-area.pt-120 {
		margin-top: -120px;

	}

	.tp-process-area {
		padding-bottom: 0px;
	}

}


/* Extra Small Device: class infix - none */
@media (max-width: 575px) {

	.tp-footer-2-copyright-inner ul li,
	.tp-footer-copyright-inner ul li:first-of-type {
		margin-inline-start: unset;
	}

	.tp-footer-2-col-3 {
		padding-inline-start: unset;
	}

	.tp-header-logo {
		padding: 0px 0 !important;
	}

	.tp-header-3-main-left .tp-header-logo {
		padding-inline-start: 25px !important;
		height: 80px;
		line-height: 80px;
	}

	.tp-about-thumb-2 {
		position: relative;
		text-align: center;
		left: 0px !important;
		top: 42px;
		margin-bottom: 40px;
	}

	.tp-business-thumb {
		position: relative !important;
	}

	.tp-features-2-area.pt-120 {
		margin-top: -120px;

	}

	.tp-about-2-area {
		padding-top: unset;
	}

}

/* 18. TP core elementor  */
div a.tp-btn-transparent {
	position: relative;
	display: inline-block;
	font-family: var(--tp-ff-heading);
	font-weight: 600;
	font-size: 16px;
	border-radius: 10px;
	padding: 15px 47px;
	letter-spacing: 0.8px;
	color: var(--tp-common-white);
	background: transparent;
	border: 2px solid transparent;
	background-image: var(--tp-gradient-primary);
	background-origin: border-box;
	box-shadow: 2px 1020px 1px #112046 inset;
	overflow: hidden;
	-webkit-transition: all 0.3s 0s ease-out;
	-moz-transition: all 0.3s 0s ease-out;
	-ms-transition: all 0.3s 0s ease-out;
	-o-transition: all 0.3s 0s ease-out;
	transition: all 0.3s 0s ease-out;
}

.tp-hero-shape .shape-bg {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	height: 100%;
}

.tp-about-counter-inner {
	position: relative;
	width: 324px;
	height: unset;
	border-radius: 10px;
	background: transparent;
	background-image: none;
	background-origin: padding-box;
	border: 5px solid transparent;
	background-image: var(--tp-gradient-primary);
	background-origin: border-box;
	box-shadow: 2px 1020px 1px white inset;
	padding: 30px;
	z-index: 1;
}

.tp-about-counter {
	position: absolute;
	right: 80px;
	top: 42px;
}

.tp-about-thumb-2 {
	position: relative;
	text-align: center;
	left: -40px;
	top: 42px;
}

.tp-offer-wrapper:hover .tp-offer-wrapper-icon span {
	filter: brightness(0) invert(1);
}

div.tp-offer-wrapper-thumb img {
	min-width: 100%;
	border-radius: 5px;
}

.tp-testimonial-item-review {
	width: 100px;
}

div.tp-process-item-thumb img {
	border-radius: 5px;
	max-width: 100%;
}

.tp-business-thumb {
	position: absolute;
}

.tp-business-wrapper {
	z-index: 1;
	position: relative;
}

div.tp-features-3-thumb img {
	border: 10px solid var(--tp-common-white);
	filter: drop-shadow(0px 10px 60px rgba(0, 0, 0, 0.07));
	border-radius: 15px;
}

div.tp-testimonial-3-thumb img {
	border-radius: 100px 100px 0px 100px;
}

.tp-testimonial-3-thumb {
	margin-bottom: 5px;
	width: 200px;
}

div.tp-blog-item-thumb img {
	border-radius: 5px;
	transition: all 0.3s ease-out 0s;
	height: 335px !important;
	object-fit: cover;
}

.tp-blog-item-date {
	position: absolute;
	right: 0px;
	top: 52%;
}

div.tp-team-details-about-thumb img {
	border-radius: 10px 10px 0px 0px;
	max-width: 100%;
}

.tp-testimonial-item-review.text-end {
	width: unset;
}

.postbox__item .has-black-border-color {
	border-color: #646464 !important;
}

.tp-postbox-comment{
	clear: both;
}
.contact-info{
  height: 100%;
}
.tp-contact-us-card-appointment.contact-info .tp-emergency__card{
  height: 100%;
}
.map-contact{
  height: 100%;
}
.map-contact iframe{
  width: 100%;
  height: 100%;
  border-radius: 10px;
}
.map iframe{
  width: 100%;
  height: 450px;
  border-radius: 10px;
}
.wrapper-icone {
  display: flex;
  flex-direction: column;
  list-style: none;
  position: fixed;
  left: 0;
  bottom: 40px;
  z-index: 10;
}

.wrapper-icone .icon {
  position: relative;
  background-color: #21293d;
  border-radius: 30px;
  padding: 15px;
  margin: 4px;
  width: 50px;
  height: 50px;
  font-size: 23px;
  display: flex;
  color: #fff;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
  cursor: pointer;
}
.wrapper-icone .icon span a i{
  color: #ffffff;
}
    .tp-doctor__area .swiper {
      width: 100%;
      height: 100%;
    }

    .tp-doctor__area .swiper-slide {
      text-align: center;
      font-size: 18px;
      display: flex;
      justify-content: center;
      align-items: center;
    }

    .tp-doctor__area .swiper-slide img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
    .tp-service-details-content-area{
            padding-left: 0px !important;
    }
   #site-popup-overlay{display:none;position:fixed;inset:0;background:rgba(0,0,0,0.65);z-index:9999;align-items:center;justify-content:center;padding:20px}
   #site-popup{position:relative;max-width:900px;width:100%;border-radius:10px;overflow:hidden;text-align: center;display: flex;justify-content: center;}
   #site-popup img{display:block;height: 500px;border-radius:8px}
   #site-popup-close{position:absolute;top:10px;right:10px;width:38px;height:38px;border-radius:50%;background:#fff;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 12px rgba(0,0,0,0.25)}
   #site-popup-close:focus{outline:none}