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

    Template Name: Shofy - Multipurpose eCommerce HTML Template
    Author: Theme_Pure
    Support: basictheme400@gmail.com
    Description: Shofy - Multipurpose eCommerce HTML Template
    Version: 1.0

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

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

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

	-----------------
    02. COMPONENTS css
	-----------------
		2.1 Back to top
		2.2 Theme Settings
		2.3 Buttons
		2.4 Animations
		2.5 Preloader
		2.6 Background 
		2.7 Carousel
		2.8 Nice Select
		2.9 Pagination
		2.10 Offcanvas
		2.11 Breadcrumb
		2.12 Accordion
		2.13 Tab
		2.14 Modal
		2.15 Section Title
		2.16 Search
		2.17 Hotspot
		2.18 Ragne Slider
	-----------------
    03. HEADER CSS
	-----------------
		3.1 Header Style 1


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

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

	---------------------------------
	06. FOOTER CSS
	---------------------------------
		6.1 Footer Style 1


	---------------------------------
	07. PAGES CSS
	---------------------------------
		7.1 Hero css



**********************************************/
/*----------------------------------------*/
/*  1.1 Theme Default
/*----------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap&family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap");
.tp-demo-thumb-btn, a,
button,
p,
input,
select,
textarea,
li,
.transition-3, .tp-btn {
  -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;
}

/* transform */
:root {
  /**
  @font family declaration
  */
  --tp-ff-body: 'DM Sans', sans-serif;
  --tp-ff-heading: 'Plus Jakarta Sans', sans-serif;
  --tp-ff-common: 'Plus Jakarta Sans', sans-serif;
  --tp-ff-p: 'DM Sans', sans-serif;
  --tp-ff-fontawesome: "Font Awesome 6 Pro";
  /**
  @color declaration
  */
  --tp-common-white: #ffffff;
  --tp-common-black: #000;
  --tp-common-gray: #F4F5FA;
  --tp-theme-primary: #6222cc;
  --tp-theme-secondary: #16243E;
  --tp-heading-primary: #1b1f2e;
  --tp-text-body: #333F4D;
  --tp-border-primary: #EAEBED;
  --tp-border-secondary: #F0F2F4;
}

.tp-container,
.tp-container-fluid,
.tp-container-xxl,
.tp-container-xl,
.tp-container-lg,
.tp-container-md,
.tp-container-sm {
  --tp-gutter-x: 30px;
  --tp-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--tp-gutter-x) * 0.5);
  padding-left: calc(var(--tp-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .tp-container-sm,
.tp-container {
    max-width: 500px;
  }
}
@media (min-width: 768px) {
  .tp-container-md,
.tp-container-sm,
.tp-container {
    max-width: 620px;
  }
}
@media (min-width: 992px) {
  .tp-container-lg,
.tp-container-md,
.tp-container-sm,
.tp-container {
    max-width: 860px;
  }
}
@media (min-width: 1200px) {
  .tp-container-xl, .tp-container-lg, .tp-container-md, .tp-container-sm, .tp-container {
    max-width: 1094px;
  }
}
@media (min-width: 1400px) {
  .tp-container-xxl,
.tp-container-xl,
.tp-container-lg,
.tp-container-md,
.tp-container-sm,
.tp-container {
    max-width: 1230px;
  }
}
.tp-flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.tp-container {
  --tp-gutter-x: 30px;
  --tp-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--tp-gutter-x) * 0.5);
  padding-left: calc(var(--tp-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
}
.tp-row {
  --tp-gutter-x: 30px;
  display: flex;
  flex-wrap: wrap;
  margin-right: calc(-0.5 * var(--tp-gutter-x));
  margin-left: calc(-0.5 * var(--tp-gutter-x));
  align-items: center;
  justify-content: center;
}
.tp-row > * {
  box-sizing: border-box;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--tp-gutter-x) * 0.5);
  padding-left: calc(var(--tp-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}
.tp-col-6 {
  flex: 0 0 auto;
  width: 50%;
}
.tp-col-4 {
  flex: 0 0 auto;
  width: 33.33%;
}
.tp-col-3 {
  flex: 0 0 auto;
  width: 25%;
}
.tp-col-12 {
  flex: 0 0 auto;
  width: 100%;
}
.tp-gx-4 {
  --tp-gutter-x: 4px;
}
.tp-d-flex {
  display: flex !important;
}
.tp-text-end {
  text-align: end;
}
.tp-text-center {
  text-align: center;
}
.tp-flex-column {
  flex-direction: column !important;
}
.tp-align-items-center {
  align-items: center !important;
}
.tp-justify-content-between {
  justify-content: space-between !important;
}

@media (min-width: 576px) {
  .tp-col-sm {
    flex: 1 0 0%;
  }

  .tp-col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .tp-col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .tp-col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .tp-col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .tp-col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .tp-col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .tp-col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .tp-col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .tp-col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .tp-col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .tp-col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .tp-col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .tp-col-md {
    flex: 1 0 0%;
  }

  .tp-col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .tp-col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .tp-col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .tp-col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .tp-col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .tp-col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .tp-col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .tp-col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .tp-col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .tp-col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .tp-col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .tp-col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .tp-col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .tp-col-lg {
    flex: 1 0 0%;
  }

  .tp-col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .tp-col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .tp-col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .tp-col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .tp-col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .tp-col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .tp-col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .tp-col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .tp-col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .tp-col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .tp-col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .tp-col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .tp-col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .tp-col-xl {
    flex: 1 0 0%;
  }

  .tp-row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

  .tp-row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }

  .tp-row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }

  .tp-row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .tp-row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }

  .tp-row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }

  .tp-row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .tp-col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .tp-col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .tp-col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .tp-col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .tp-col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .tp-col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .tp-col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .tp-col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .tp-col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .tp-col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .tp-col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .tp-col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .tp-col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .tp-offset-xl-0 {
    margin-left: 0;
  }

  .tp-offset-xl-1 {
    margin-left: 8.33333333%;
  }

  .tp-offset-xl-2 {
    margin-left: 16.66666667%;
  }

  .tp-offset-xl-3 {
    margin-left: 25%;
  }

  .tp-offset-xl-4 {
    margin-left: 33.33333333%;
  }

  .tp-offset-xl-5 {
    margin-left: 41.66666667%;
  }

  .tp-offset-xl-6 {
    margin-left: 50%;
  }

  .tp-offset-xl-7 {
    margin-left: 58.33333333%;
  }

  .tp-offset-xl-8 {
    margin-left: 66.66666667%;
  }

  .tp-offset-xl-9 {
    margin-left: 75%;
  }

  .tp-offset-xl-10 {
    margin-left: 83.33333333%;
  }

  .tp-offset-xl-11 {
    margin-left: 91.66666667%;
  }

  .tp-g-xl-0,
.tp-gx-xl-0 {
    --tp-gutter-x: 0;
  }

  .tp-g-xl-1,
.tp-gx-xl-1 {
    --tp-gutter-x: 0.25rem;
  }

  .tp-g-xl-2,
.tp-gx-xl-2 {
    --tp-gutter-x: 0.5rem;
  }

  .tp-g-xl-3,
.tp-gx-xl-3 {
    --tp-gutter-x: 1rem;
  }

  .tp-g-xl-4,
.tp-gx-xl-4 {
    --tp-gutter-x: 1.5rem;
  }

  .tp-g-xl-5,
.tp-gx-xl-5 {
    --tp-gutter-x: 3rem;
  }
}
.mb-25 {
  margin-bottom: 25px;
}

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

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

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

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

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

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

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

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

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

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

.pt-25 {
  padding-top: 25px;
}

.pt-30 {
  padding-top: 30px;
}

.pt-35 {
  padding-top: 35px;
}

.pt-40 {
  padding-top: 40px;
}

.pt-60 {
  padding-top: 60px;
}

.pt-80 {
  padding-top: 80px;
}

.pt-90 {
  padding-top: 90px;
}

.pt-100 {
  padding-top: 100px;
}

.pt-120 {
  padding-top: 120px;
}

.pt-125 {
  padding-top: 125px;
}

.pt-135 {
  padding-top: 135px;
}

.pb-25 {
  padding-bottom: 25px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pb-35 {
  padding-bottom: 35px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pb-90 {
  padding-bottom: 90px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pb-120 {
  padding-bottom: 120px;
}

.pb-125 {
  padding-bottom: 125px;
}

.pb-135 {
  padding-bottom: 135px;
}

.w-full {
  width: 100%;
}

.d-none {
  display: none;
}

@media (min-width: 768px) {
  .d-md-block {
    display: block !important;
  }
}
.text-center {
  text-align: center;
}

.align-items-center {
  align-items: center;
}

/*----------------------------------------*/
/*  2.4 Animations
/*----------------------------------------*/
/* pulse effect animation */
/* 04. ========= btn-arrow-animation ========== */
@keyframes tfLeftToRight {
  49% {
    transform: translateX(30%);
  }
  50% {
    opacity: 0;
    transform: translateX(-30%);
  }
  51% {
    opacity: 1;
  }
}
@keyframes sunMove {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  25% {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  50% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  75% {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
/*----------------------------------------*/
/*  2.3 Buttons
/*----------------------------------------*/
.tp-btn {
  padding: 22px 47px;
  background: #ff965a;
  display: inline-block;
  font-size: 15px;
  letter-spacing: 0px;
  line-height: 20px;
  color: var(--tp-common-white);
  font-weight: 700;
  position: relative;
  transition: all 0.3s linear;
  overflow: hidden;
  font-family: var(--tp-ff-common);
  z-index: 1;
  line-height: 1;
  flex: 0 0 auto;
  overflow: hidden;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-btn {
    padding: 16px 32px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-btn {
    padding: 15px 18px;
  }
}
@media (max-width: 575px) {
  .tp-btn {
    padding: 15px 15px;
  }
}
.tp-btn-green {
  background: #007f61;
}
.tp-btn:not(:last-of-type) {
  margin-bottom: 10px;
}
.tp-btn::after {
  position: absolute;
  content: "";
  background-color: var(--tp-common-black);
  width: 100%;
  height: 0%;
  left: 50%;
  top: 50%;
  border-radius: 0px;
  transform: translate(-50%, -50%) rotate(-45deg);
  z-index: -1;
  transition: all 500ms ease;
}
.tp-btn:hover {
  color: #ffff;
}
.tp-btn:hover:after {
  height: 380%;
}
.tp-btn:focus {
  color: var(--tp-common-white);
}

@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}
@-moz-keyframes shine {
  100% {
    left: 125%;
  }
}
@-ms-keyframes shine {
  100% {
    left: 125%;
  }
}
@keyframes shine {
  100% {
    left: 125%;
  }
}
/*----------------------------------------*/
/*  2.5 Preloader
/*----------------------------------------*/
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
  background-color: #007f61;
  display: flex;
  align-items: center;
  justify-content: center;
}

.loading-container,
.loading {
  height: 100px;
  position: relative;
  width: 100px;
  border-radius: 100%;
}

.loading-container {
  margin: 40px auto;
}

.loading {
  border: 1px solid transparent;
  border-color: transparent #ffff transparent #ffff;
  animation: rotate-loading 1.5s linear 0s infinite normal;
  transform-origin: 50% 50%;
}

.loading-container:hover .loading,
.loading-container .loading {
  transition: all 0.5s ease-in-out;
}

#loading-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 100px;
  transform: translate(-50%, -50%);
}

@keyframes rotate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/*----------------------------------------*/
/*  2.15 Section Title
/*----------------------------------------*/
.tp-section-title-pre {
  font-family: var(--tp-ff-heading);
  font-weight: 500;
  font-size: 16px;
  color: var(--tp-theme-secondary);
  display: inline-block;
  margin-bottom: 10px;
}
@media (max-width: 575px) {
  .tp-section-title-pre br {
    display: none;
  }
}
.tp-section-title {
  font-weight: 600;
  font-size: 54px;
  line-height: 1.2;
  margin-bottom: 20px;
  color: var(--tp-heading-primary);
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-section-title {
    font-size: 45px;
  }
}

/*----------------------------------------*/
/*  2.3 backtotop
/*----------------------------------------*/
.back-to-top-wrapper {
  position: fixed;
  right: 20px;
  bottom: 0;
  height: 44px;
  width: 44px;
  cursor: pointer;
  display: block;
  border-radius: 50%;
  z-index: 99;
  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: #007f61;
  box-shadow: 0px 8px 16px rgba(3, 4, 28, 0.3);
  color: var(--tp-common-white);
  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);
}

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

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

a {
  text-decoration: none;
}

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

h1 {
  font-size: 40px;
}

h2 {
  font-size: 36px;
}

h3 {
  font-size: 28px;
}

h4 {
  font-size: 24px;
}

h5 {
  font-size: 20px;
}

h6 {
  font-size: 16px;
}

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

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

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

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

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

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

button:hover {
  cursor: pointer;
}

button:focus {
  outline: 0;
}

.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}

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

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

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

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

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

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

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

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

/*---------------------------------
    1.2 Common Classes
---------------------------------*/
html {
  scroll-behavior: smooth;
}

.w-img img {
  width: 100%;
}

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

.fix {
  overflow: hidden;
}

.clear {
  clear: both;
}

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

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

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

.p-relative {
  position: relative;
}

.p-absolute {
  position: absolute;
}

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

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

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

.cursor {
  position: fixed;
  top: 0;
  left: 0;
  width: 10px;
  height: 10px;
  transform: translate(-50%, -50%);
  background-color: #172B4D;
  border-radius: 50%;
  pointer-events: none;
}

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

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

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

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

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

@media (min-width: 1400px) {
  .container-large {
    max-width: 1325px;
  }
}
/*---------------------------------
    1.3 Default Spacing
---------------------------------*/
.pt-280 {
  padding-top: 280px;
}

.pt-350 {
  padding-top: 350px;
}

.pb-210 {
  padding-bottom: 210px;
}

.pt-230 {
  padding-top: 230px;
}

/*----------------------------------------*/
/*  7.4 demo css
/*----------------------------------------*/
.tp-demo-header {
  padding-top: 21px;
  padding-bottom: 16px;
}
@media (max-width: 575px) {
  .tp-demo-header-btn {
    text-align: start !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-demo-header-logo img {
    width: 100%;
  }
}
@media (max-width: 575px) {
  .tp-demo-header-logo img {
    width: 85%;
  }
}
.tp-demo-hero-area {
  position: relative;
  z-index: 1;
}
.tp-demo-box {
  padding-left: 80px;
  padding-right: 80px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-demo-box {
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-demo-box {
    padding-right: 30px;
    padding-left: 30px;
  }
}
@media (max-width: 575px) {
  .tp-demo-box {
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-demo-menu {
    display: none;
  }
}
.tp-demo-menu nav {
  text-align: center;
}
.tp-demo-menu nav ul li {
  display: inline-block;
  list-style: none;
}
.tp-demo-menu nav ul li:not(:last-of-type) {
  margin-right: 30px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-demo-menu nav ul li:not(:last-of-type) {
    margin-right: 20px;
  }
}
.tp-demo-menu nav .nav_link {
  font-size: 18px;
  line-height: 1;
  letter-spacing: 0;
  font-weight: 500;
  color: #4f4f4f;
  position: relative;
  padding: 0.5em 0;
}
.tp-demo-menu nav .nav_link::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #fff;
  transition: width 0.2s ease;
}
.tp-demo-menu nav .nav_link:hover {
  color: #007f61;
}
.tp-demo-menu nav .nav_link:hover::after {
  width: 100%;
}
.tp-demo-swiper-wrapper {
  height: auto !important;
}
.tp-demo-thumb {
  position: relative;
  padding: 30px 20px 0;
  background: #FFE5E5;
  box-shadow: 0px 4px 34px 0px rgba(35, 35, 49, 0.1);
  border-radius: 5px;
  margin-bottom: 28px;
  line-height: 1;
  z-index: 2;
}
@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-demo-thumb {
    margin-bottom: 30px;
  }
}
.tp-demo-thumb-spacing {
  padding: 60px 0;
}
.tp-demo-thumb-spacing::after {
  display: none;
}
.tp-demo-thumb::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 5px;
  position: absolute;
  top: 11px;
  left: 20px;
  z-index: 1;
  background-color: #fa5550;
  box-shadow: 13px 0 0 #fcb23e, 26px 0 0 #24bc46;
}
.tp-demo-thumb:hover .tp-demo-thumb-box::after {
  opacity: 0.6;
  visibility: visible;
}
.tp-demo-thumb:hover .tp-demo-thumb-btn {
  opacity: 1;
  transform: translate(-50%, -50%);
  visibility: visible;
  z-index: 1;
}
.tp-demo-thumb-box::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  opacity: 0;
  background-color: #1b1f2e;
  transition: all 0.3s ease-in-out;
}
.tp-demo-thumb img {
  width: 100%;
}
.tp-demo-thumb-title {
  font-size: 22px;
  font-weight: 500;
  display: inline-block;
  color: var(--tp-heading-primary);
  transition: all 600ms ease;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 2px no-repeat;
  text-transform: capitalize;
}
.tp-demo-thumb-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0;
  visibility: hidden;
  transform: translate(-50%, -30%);
}
.tp-demo-thumb-btn .tp-btn {
  padding: 16px 34px;
  min-width: 160px;
}
.tp-demo-thumb-wrapper {
  position: relative;
  transition: transform 0.3s ease;
  z-index: 1;
}
.tp-demo-thumb-wrapper:hover {
  transform: translateY(-10px);
}
.tp-demo-thumb-wrapper:hover .tp-demo-thumb-title {
  color: #007f61;
  background-size: 100% 2px;
}
@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-demo-thumb-wrapper {
    margin-bottom: 40px;
  }
}
.tp-demo-inner-thumb img {
  width: 100%;
}
.tp-demo-inner-slider-box {
  padding-left: 60px;
  padding-right: 60px;
}
@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-demo-inner-slider-box {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.tp-demo-inner-slider-box .tp-inner-active {
  padding-top: 30px;
}
@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-demo-hero-area {
    padding-top: 220px;
  }
}
@media (max-width: 575px) {
  .tp-demo-hero-area {
    padding-top: 180px;
  }
}
.tp-demo-hero-shape .shape-1 {
  position: absolute;
  bottom: 25%;
  left: 34%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-demo-hero-shape .shape-1 {
    left: 32%;
    bottom: 22%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-demo-hero-shape .shape-1 {
    left: 39%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-demo-hero-shape .shape-1 {
    bottom: 30%;
    left: 48%;
  }
}
@media (max-width: 575px) {
  .tp-demo-hero-shape .shape-1 {
    bottom: 12%;
    left: 67%;
  }
}
.tp-demo-hero-shape .shape-2 {
  position: absolute;
  top: 20%;
  left: 45%;
  animation: sunMove 10s linear infinite;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-demo-hero-shape .shape-2 {
    left: 70%;
    top: 30%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-demo-hero-shape .shape-2 {
    top: 70%;
    left: 70%;
  }
}
@media (max-width: 575px) {
  .tp-demo-hero-shape .shape-2 {
    display: none;
  }
}
.tp-demo-hero-shape-2 {
  position: absolute;
  bottom: 0;
  right: 40px;
  z-index: 1;
  width: 42%;
}
.tp-demo-hero-height {
  height: 840px;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}
@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) {
  .tp-demo-hero-height {
    background-position: center;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-demo-hero-height {
    height: 740px;
  }
}
@media (max-width: 575px) {
  .tp-demo-hero-height {
    height: 700px;
  }
}
.tp-demo-hero-content p {
  color: #fff;
  font-size: 16px;
  margin-bottom: 25px;
}
.tp-demo-hero-title {
  font-weight: 800;
  color: var(--tp-common-white);
  font-size: 78px;
  margin-bottom: 15px;
  line-height: 1;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-demo-hero-title {
    font-size: 50px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-demo-hero-title {
    font-size: 40px;
    margin-bottom: 15px;
  }
}
.tp-demo-hero-icon img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  object-fit: cover;
}
.tp-demo-hero-icon img:not(:last-of-type) {
  margin-right: 20px;
}
@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-demo-hero-img {
    display: none;
  }
}
.tp-demo-hero-img .shape-1 {
  position: absolute;
  bottom: 0;
  right: 20%;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-demo-hero-img .shape-1 {
    bottom: -16%;
  }
}
.tp-demo-hero-img .shape-2 {
  position: absolute;
  bottom: 0;
  right: 11%;
}
.tp-demo-hero-img .shape-3 {
  position: absolute;
  bottom: 39%;
  right: 1%;
}
.tp-demo-hero-img .shape-4 {
  position: absolute;
  bottom: 0;
  right: 0;
}
.tp-demo-features-wrapper {
  padding: 37px;
  background: var(--tp-common-white);
  box-shadow: 0px 4px 34px 0px rgba(35, 35, 49, 0.04);
  transition: all 0.3s ease-in-out;
}
.tp-demo-features-wrapper:hover {
  transform: translateY(-5px);
}
.tp-demo-features-thumb img {
  margin-bottom: 20px;
  width: 50px;
  height: 50px;
}
.tp-demo-features-thumb p {
  font-size: 16px;
  font-weight: 600;
}
.tp-demo-footer-bg {
  background-size: cover;
}
.tp-demo-footer-main {
  position: relative;
}
.tp-demo-footer-main p {
  font-size: 16px;
  font-weight: 400;
  color: #aab1cc;
  margin-bottom: 40px;
}
.tp-demo-footer-title {
  font-size: 60px;
  font-weight: 600;
  color: var(--tp-common-white);
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-demo-footer-title {
    font-size: 52px;
  }
}
@media (max-width: 575px) {
  .tp-demo-footer-title {
    font-size: 45px;
  }
}

.demo-box {
  padding-top: 120px;
}

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