.tp-product-add-to-cart-4 svg, .tp-best-add-to-cart-btn svg {
  -webkit-transform: translateY(-3px);
  -moz-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  -o-transform: translateY(-3px);
  transform: translateY(-3px);
}

.tp-order-details-icon span svg, .tp-cart-list tr td .tp-cart-action-btn svg, .tp-shop-top-tab .nav-tabs .nav-item .nav-link svg, .tp-product-details-thumb-wrapper .nav-tabs .nav-link .nav-video-btn svg, .tp-product-details-thumb-arrow button svg, .tp-product-details-action-sm-btn svg, .tp-product-details-wishlist-btn svg, .tp-product-action-btn-3 svg, .tp-special-arrow button svg {
  -webkit-transform: translateY(-2px);
  -moz-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  -o-transform: translateY(-2px);
  transform: translateY(-2px);
}

.tp-product-details-views > span svg {
  -webkit-transform: translateY(-1px);
  -moz-transform: translateY(-1px);
  -ms-transform: translateY(-1px);
  -o-transform: translateY(-1px);
  transform: translateY(-1px);
}

.tp-cart-checkout-shipping-option label::after, .tp-cart-checkout-shipping-option label::before, .tp-cart-plus,
.tp-cart-minus, .tp-shop-widget-categories ul li a::after, .tp-shop-widget-categories ul li a span, .tp-shop-widget-checkbox-circle-number, .tp-product-details-thumb-wrapper .nav-tabs .nav-link::after, .tp-product-details-review-input-eye span, .tp-product-details-tab-line, .tp-product-sm-item-5, .tp-product-sm-thumb-5 img, .tp-product-action-4, .tp-product-thumb-4 img, .tp-product-price-4, .tp-product-add-to-cart-4, .tp-product-price-wrapper-4, .tp-best-add-to-cart-btn, .tp-product-tag-3 span, .tp-product-thumb-3 img, .tp-product-action-3, .tp-special-hotspot-content, .tp-product-tag a::after, .tp-product-action, .tp-product-thumb img, .product-action-btn .product-action-tooltip, .tp-product-tooltip {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

:root {
  /**
  @font family declaration
  */
  --tp-ff-body: 'Plus Jakarta Sans', sans-serif;
  --tp-ff-heading: 'Plus Jakarta Sans', sans-serif;
  --tp-ff-fontawesome: "Font Awesome 5 Pro";
  --tp-ff-mont: 'Montserrat Alternates', sans-serif;
  --tp-ff-urban: 'Urbanist', sans-serif;
  --tp-ff-dm: 'DM Serif Display', serif;
  /**
  @color declaration
  */
  --tp-common-white: #ffffff;
  --tp-common-black: #000229;
  --tp-common-orange: #FF7A41;
  --tp-common-purple: #FF75F9;
  --tp-common-green: #5FC33B;
  --tp-common-green-2: #21B641;
  --tp-common-yellow: #FFAB0A;
  --tp-common-yellow-2: #FFCE57;
  --tp-common-yellow-3: #F8FF35;
  --tp-common-yellow-4: #FFC530;
  --tp-common-blue: #6865FF;
  --tp-common-blue-2: #1117A0;
  --tp-common-blue-3: #5138EE;
  --tp-common-blue-4: #600EE4;
  --tp-common-red: #FF3C82;
  --tp-common-gra-1: #B1FF36;
  --tp-common-gra-2: #1D863C;
  --tp-heading-primary: #000229;
  --tp-grey-1: #5F6368;
  --tp-grey-2: #9A9DA7;
  --tp-grey-3: #F5F5F5;
  --tp-grey-4: #F2F3F5;
  --tp-grey-5: #888B95;
  --tp-grey-6: #EEEEF5;
  --tp-grey-7: #F6F5FA;
  --tp-grey-8: #F7F9FB;
  --tp-text-body: #5F6368;
  --tp-theme-1: #6865FF;
  --tp-theme-2: #AEE87C;
  --tp-theme-3: #FFA8B8;
  --tp-theme-4: #F1A0AF;
  --tp-border-1: #EDF5FA;
  --tp-border-2: #EBECF0;
}

/*-----------------------------------------------------------------------------------

    Theme Name: Softec - Data analytics HTML5 Template
    Author: Theme Pure
    Support: https://help.themepure.net/support/
    Version: 1.0

-----------------------------------------------------------------------------------

/************ TABLE OF CONTENTS ***************

    01. THEME DEFAULT CSS
	02. MEANMENU CSS START
	03. ABOUT CSS START
	04. ACCOUNT CSS START
	05. BLOG CSS START
    06. BRAND CSS START
    07. CAREER CSS START
    08. CONTACT CSS START
	09. COUNTER CSS START
	10. CTA CSS START
	11. ERROR CSS START
	12. FAQ CSS START
	13. FEATURE CSS START
	14. FOOTER CSS START
	15. HEADER CSS START
	16. HERO CSS START
	17. INTEGRATION CSS START
	18. PAYMENT CSS START
	19. PRICE CSS START
	20. PROJECT CSS START
	21. RANK CSS START
	22. SECURITY CSS START
	23. SERVICE CSS START
	24. TEAM CSS START
	25. TESTIMONIAL CSS START
    26. VIDEO CSS START

**********************************************/
/*----------------------------------------*/
/*  01. THEME DEFAULT CSS START
/*----------------------------------------*/
@media (min-width: 1200px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1200px;
  }
}
.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
  --bs-gutter-x: 30px;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

/*---------------------------------
	typography css start 
---------------------------------*/
body {
  font-family: var(--tp-ff-body);
  font-size: 15px;
  font-weight: 400;
  color: var(--tp-text-body);
  line-height: 1.3;
  overflow-x: hidden;
}

body.monserat {
  font-family: var(--tp-ff-monserat);
}

html, body {
  overflow-x: hidden;
}

a {
  text-decoration: none;
  transition: 0.3s;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--tp-ff-heading);
  color: var(--tp-heading-primary);
  margin-top: 0px;
  font-weight: 700;
  line-height: 1.1;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

img {
  max-width: 100%;
}

h1 {
  font-size: 40px;
}

h2 {
  font-size: 32px;
}

h3 {
  font-size: 28px;
}

h4 {
  font-size: 24px;
}

h5 {
  font-size: 20px;
}

h6 {
  font-size: 16px;
}

ul {
  margin: 0px;
  padding: 0px;
}

p {
  color: var(--tp-text-body);
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}

.z-index {
  position: relative;
  z-index: 2;
}

.z-index-3 {
  position: relative;
  z-index: 3;
}

.z-index-4 {
  position: relative;
  z-index: 4;
}

.z-index-5 {
  position: relative;
  z-index: 5;
}

.z-index-6 {
  position: relative;
  z-index: 6;
}

a,
.btn,
button,
input,
select,
textarea,
li,
img,
.transition-3,
h1,
h2,
h3,
h4,
h5,
h6 {
  -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;
}

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,
textarea {
  outline: none;
  color: var(--tp-common-black);
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #70737D;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #70737D;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #70737D;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #70737D;
}

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-theme-1);
  color: var(--tp-common-white);
  text-shadow: none;
}

::-moz-selection {
  background: var(--tp-theme-1);
  color: var(--tp-common-white);
  text-shadow: none;
}

::selection {
  background: var(--tp-theme-1);
  color: var(--tp-common-white);
  text-shadow: none;
}

*::-moz-placeholder {
  color: var(--tp-common-black);
  font-size: var(--tp-fz-body);
  opacity: 1;
}

*::placeholder {
  color: var(--tp-common-black);
  font-size: var(--tp-fz-body);
  opacity: 1;
}

/*---------------------------------
    common classes css start 
---------------------------------*/
.w-img img {
  width: 100%;
}

.m-img img {
  max-width: 100%;
}

.fix {
  overflow: hidden;
}

.clear {
  clear: both;
}

.f-left {
  float: left;
}

.f-right {
  float: right;
}

.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;
}

.gx-10 {
  --bs-gutter-x: 10px;
}

.gx-30 {
  --bs-gutter-x: 30px;
}

.gx-40 {
  --bs-gutter-x: 40px;
}

.gx-50 {
  --bs-gutter-x: 12px;
}

.gx-60 {
  --bs-gutter-x: 65px;
}

.gx-20 {
  --bs-gutter-x: 20px;
}

.gx-25 {
  --bs-gutter-x: 25px;
}

.gx-60 {
  --bs-gutter-x: 60px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .gx-60 {
    --bs-gutter-x: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .gx-60 {
    --bs-gutter-x: 0;
  }
}

/*--
    - Spacing
-----------------------------------------*/
.tp-btn {
  display: inline-block;
  background-color: var(--tp-common-blue);
  color: var(--tp-common-white);
  height: 45px;
  line-height: 45px;
  border-radius: 30px;
  padding: 0 35px;
  font-size: 15px;
  font-weight: 600;
  text-align: center;
  text-transform: capitalize;
  position: relative;
  overflow: hidden;
  z-index: 1;
  transition: 0.5s;
}
.tp-btn span {
  position: relative;
  z-index: 5;
  transition: 0.3s;
  transition-delay: 0.3s;
  color: var(--tp-common-white);
}
.tp-btn:hover span {
  color: var(--tp-common-white);
  transition-delay: 0.1s;
}

.tp-btn-white {
  background-color: var(--tp-common-white);
  color: var(--tp-common-black);
  height: 45px;
  line-height: 45px;
  border-radius: 30px;
  padding: 0 35px;
  font-size: 15px;
  font-weight: 600;
  text-align: center;
  text-transform: capitalize;
  overflow: hidden;
  transition: color 0.5s ease;
  transition-duration: 0.4s;
}
.tp-btn-white span {
  position: relative;
  z-index: 5;
  transition: 0.5s;
  transition-delay: 0.1s;
}
.tp-btn-white:hover {
  color: var(--tp-common-black);
  transition-duration: 0.5s;
}
.tp-btn-white:hover span.white-text {
  color: var(--tp-common-white);
}

.tp-btn-orange {
  display: inline-block;
  background-color: var(--tp-common-orange);
  color: var(--tp-common-white);
  height: 36px;
  line-height: 36px;
  border-radius: 30px;
  padding: 0 30px;
  font-size: 15px;
  font-weight: 600;
  text-align: center;
  text-transform: capitalize;
  position: relative;
  overflow: hidden;
  z-index: 1;
  transition: 0.5s;
}
.tp-btn-orange span {
  z-index: 99;
  position: relative;
  transition: 0.3s;
  transition-delay: 0.3s;
  color: var(--tp-common-white);
}
.tp-btn-orange:hover span {
  color: var(--tp-common-black);
  transition-delay: 0.1s;
}

.tp-btn-green-sm {
  display: inline-block;
  color: var(--tp-common-white);
  font-family: var(--tp-ff-mont);
  height: 42px;
  line-height: 42px;
  padding: 0 30px;
  font-weight: 600;
  font-size: 15px;
  text-align: center;
  letter-spacing: -0.02em;
  position: relative;
  overflow: hidden;
  display: inline-block;
  z-index: 1;
  transition: 0.5s;
  background: linear-gradient(180deg, var(--tp-common-gra-1) -23%, var(--tp-common-gra-2) 100%);
  box-shadow: 0px 2px 3px rgba(3, 22, 3, 0.2);
  border-radius: 10px;
}
.tp-btn-green-sm:hover {
  box-shadow: 0px 8px 24px 0px rgba(25, 118, 41, 0.3);
  transform: translateY(-2px);
  color: var(--tp-common-white);
}

.tp-btn-green {
  display: inline-block;
  color: var(--tp-common-white);
  font-family: var(--tp-ff-mont);
  height: 52px;
  line-height: 52px;
  padding: 0 30px;
  font-weight: 600;
  font-size: 16px;
  text-align: center;
  letter-spacing: -0.02em;
  position: relative;
  overflow: hidden;
  display: inline-block;
  z-index: 1;
  transition: 0.5s;
  background: linear-gradient(180deg, var(--tp-common-gra-1) -23%, var(--tp-common-gra-2) 100%);
  box-shadow: 0px 2px 3px rgba(3, 22, 3, 0.2);
  border-radius: 10px;
}
.tp-btn-green:hover {
  box-shadow: 0px 8px 24px 0px rgba(25, 118, 41, 0.3);
  transform: translateY(-2px);
  color: var(--tp-common-white);
}

.tp-btn-blue-lg {
  display: inline-block;
  background: #5B6CFF;
  box-shadow: inset -2px -2px 2px rgba(7, 13, 29, 0.3) !important;
  border-radius: 100px;
  color: var(--tp-common-white);
  font-family: var(--tp-ff-urban);
  height: 60px;
  line-height: 61px;
  padding: 0 35px;
  font-weight: 700;
  font-size: 16px;
  text-align: center;
  letter-spacing: 0.02em;
  position: relative;
  display: inline-block;
  z-index: 1;
  overflow: hidden;
  transition: 0.3s;
  transition-duration: 1s;
}
@media (max-width: 767px) {
  .tp-btn-blue-lg {
    height: 50px;
    line-height: 50px;
    padding: 0 25px;
  }
}
.tp-btn-blue-lg.purple-bg {
  background-color: var(--tp-common-blue-4);
}
.tp-btn-blue-lg.circle-effect {
  position: relative;
}
.tp-btn-blue-lg.circle-effect::after {
  background-color: var(--tp-common-black);
  border-radius: 95px;
  bottom: -100%;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: -100%;
  width: 100%;
  transform: scaleY(0);
  transform-origin: bottom;
  transition-duration: 1s;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.14, 0, 0, 1.01);
  will-change: transform;
  z-index: -1;
}
.tp-btn-blue-lg.circle-effect-black {
  position: relative;
}
.tp-btn-blue-lg.circle-effect-black::after {
  background-color: var(--tp-common-black);
  border-radius: 95px;
  bottom: -100%;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: -100%;
  width: 100%;
  transform: scaleY(0);
  transform-origin: bottom;
  transition-duration: 1s;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.14, 0, 0, 1.01);
  will-change: transform;
  z-index: -1;
}
.tp-btn-blue-lg span {
  position: relative;
  z-index: 5;
  transition: 0.5s;
  color: var(--tp-common-white);
}
.tp-btn-blue-lg:hover {
  color: var(--tp-common-white);
}
.tp-btn-blue-lg:hover.circle-effect::after {
  transform: scaleY(1);
  transform-origin: top;
}
.tp-btn-blue-lg:hover.circle-effect-black {
  color: var(--tp-common-white);
  transition: 0.3s;
}
.tp-btn-blue-lg:hover.circle-effect-black::after {
  transform: scaleY(1);
  transform-origin: top;
}
.tp-btn-blue-lg:hover.purple-bg {
  background-color: transparent;
}
.tp-btn-blue-lg:hover span.text-color-black {
  color: var(--tp-common-black);
}

.tp-btn-blue-sm {
  display: inline-block;
  background: #5B6CFF;
  box-shadow: inset -2px -2px 2px rgba(7, 13, 29, 0.3);
  border-radius: 100px;
  color: var(--tp-common-white);
  font-family: var(--tp-ff-urban);
  height: 48px;
  line-height: 48px;
  padding: 0 35px;
  font-weight: 700;
  font-size: 16px;
  text-align: center;
  letter-spacing: 0.02em;
  position: relative;
  overflow: hidden;
  display: inline-block;
  z-index: 1;
  transition: 0.5s;
}
.tp-btn-blue-sm span {
  position: relative;
  z-index: 5;
  transition: 0.3s;
  transition-delay: 0.3s;
  color: var(--tp-common-white);
}
.tp-btn-blue-sm:hover span {
  color: var(--tp-common-white);
  transition-delay: 0.1s;
}

.tp-btn-border {
  display: inline-block;
  color: var(--tp-common-white);
  font-family: var(--tp-ff-urban);
  border: 1px solid #5B6CFF;
  border-radius: 100px;
  height: 60px;
  line-height: 60px;
  padding: 0 35px;
  font-weight: 700;
  font-size: 16px;
  text-align: center;
  letter-spacing: 0.02em;
  position: relative;
  overflow: hidden;
  display: inline-block;
  z-index: 1;
}
@media (max-width: 767px) {
  .tp-btn-border {
    height: 50px;
    line-height: 50px;
    padding: 0 25px;
  }
}
.tp-btn-border span {
  position: relative;
  z-index: 5;
  transition: 0.7s;
  color: var(--tp-theme-1);
}
.tp-btn-border:hover {
  border-color: var(--tp-common-black);
}
.tp-btn-border:hover span {
  color: var(--tp-common-white);
}

.tp-btn-white-solid {
  display: inline-block;
  color: var(--tp-common-white);
  font-family: var(--tp-ff-urban);
  background: rgba(255, 255, 255, 0.24);
  backdrop-filter: blur(5px);
  border-radius: 100px;
  height: 36px;
  padding: 0 22px;
  font-weight: 700;
  font-size: 15px;
  line-height: 36px;
  text-align: center;
  letter-spacing: 0.02em;
  position: relative;
  overflow: hidden;
  display: inline-block;
  z-index: 1;
  transition: 0.5s;
}

.tp-btn-yellow {
  display: inline-block;
  background: var(--tp-common-yellow-3);
  border-radius: 100px;
  height: 42px;
  padding: 0 32px;
  font-weight: 500;
  font-size: 16px;
  line-height: 42px;
  text-align: center;
  letter-spacing: 0.02em;
  position: relative;
  overflow: hidden;
  display: inline-block;
  z-index: 1;
  transition: 0.5s;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-btn-yellow {
    height: 42px;
    padding: 0 20px;
    font-size: 14px;
  }
}
.tp-btn-yellow span {
  position: relative;
  z-index: 5;
  transition: 0.3s;
  color: var(--tp-common-black);
}
.tp-btn-yellow span:hover {
  color: var(--tp-common-black);
}
.tp-btn-yellow.inner-color {
  background: #FFCE5A;
  color: var(--tp-common-black);
}
.tp-btn-yellow.inner-color:hover span {
  color: var(--tp-common-white);
}

.tp-btn-yellow-sm {
  display: inline-block;
  color: var(--tp-common-black);
  background: var(--tp-common-yellow-3);
  backdrop-filter: blur(5px);
  border-radius: 100px;
  height: 50px;
  padding: 0 24px;
  font-weight: 500;
  font-size: 17px;
  line-height: 50px;
  text-align: center;
  position: relative;
  overflow: hidden;
  display: inline-block;
  z-index: 1;
  transition: 0.5s;
}

.tp-btn-yellow-lg {
  display: inline-block;
  color: var(--tp-common-black);
  background: #FFCE5A;
  border-radius: 100px;
  height: 60px;
  padding: 0 32px;
  font-weight: 600;
  font-size: 16px;
  line-height: 60px;
  text-align: center;
  position: relative;
  overflow: hidden;
  z-index: 1;
  transition: 0.5s;
  transition-duration: 1s;
}
@media (max-width: 767px) {
  .tp-btn-yellow-lg {
    height: 50px;
    line-height: 50px;
    padding: 0 25px;
  }
}
.tp-btn-yellow-lg::after {
  background-color: var(--tp-common-white);
  border-radius: 100px;
  bottom: -100%;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: -100%;
  width: 100%;
  transform: scaleY(0);
  transform-origin: bottom;
  transition-duration: 1s;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.14, 0, 0, 1.01);
  will-change: transform;
  z-index: -1;
}
.tp-btn-yellow-lg:hover {
  background-color: transparent;
  color: var(--tp-common-black);
}
.tp-btn-yellow-lg:hover::after {
  transform: scaleY(1);
  transform-origin: top;
}
.tp-btn-yellow-lg.yellow-bg {
  background-color: #F8FF35;
}

.tp-btn-yellow-border {
  height: 60px;
  line-height: 57px;
  padding-left: 38px;
  padding-right: 28px;
  border-radius: 100px;
  border: 2px solid var(--tp-common-yellow-3);
  color: var(--tp-common-yellow-3);
  font-size: 16px;
  position: relative;
  overflow: hidden;
  z-index: 1;
  display: inline-block;
  font-weight: 600;
  font-size: 16px;
  transition: 0.3s;
}
.tp-btn-yellow-border i {
  padding-left: 60px;
  position: relative;
  z-index: 5;
  color: var(--tp-common-black);
  font-size: 22px;
  transform: translateY(2px);
}
.tp-btn-yellow-border::before {
  content: "";
  position: absolute;
  right: 0px;
  top: 0px;
  height: 100%;
  width: 60px;
  background: var(--tp-common-yellow-3);
  z-index: -1;
  transition: 0.3s;
}
.tp-btn-yellow-border:hover {
  color: var(--tp-common-black);
  border: 2px solid #F8FF35;
}
.tp-btn-yellow-border:hover::before {
  width: 100%;
  background: #F8FF35;
}

.tp-btn-service {
  height: 40px;
  line-height: 35px;
  border: 1.5px solid rgba(255, 255, 255, 0.1);
  color: var(--tp-common-yellow-3);
  border-radius: 20px;
  display: inline-block;
  position: relative;
  z-index: 1;
  padding: 0px 30px;
  font-weight: 600;
  font-size: 15px;
  transition: 0.3s;
}
.tp-btn-service:hover {
  background-color: var(--tp-common-yellow-3);
  color: var(--tp-common-black);
  border-color: var(--tp-common-yellow-3);
}

.tp-btn-grey {
  height: 60px;
  line-height: 60px;
  color: var(--tp-common-black);
  border-radius: 30px;
  display: inline-block;
  position: relative;
  z-index: 1;
  padding: 0px 35px;
  font-weight: 600;
  font-size: 16px;
  background: var(--tp-common-white);
  transition: 0.3s;
  transition-duration: 1s;
  overflow: hidden;
}
@media (max-width: 767px) {
  .tp-btn-grey {
    height: 50px;
    line-height: 50px;
    padding: 0 25px;
  }
}
.tp-btn-grey::after {
  background-color: var(--tp-common-black);
  border-radius: 100px;
  bottom: -100%;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: -100%;
  width: 100%;
  transform: scaleY(0);
  transform-origin: bottom;
  transition-duration: 1s;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.14, 0, 0, 1.01);
  will-change: transform;
  z-index: -1;
}
.tp-btn-grey:hover {
  background-color: transparent;
  color: var(--tp-common-white);
}
.tp-btn-grey:hover::after {
  transform: scaleY(1);
  transform-origin: top;
}

.tp-btn-purple {
  height: 40px;
  line-height: 38px;
  color: var(--tp-common-black);
  border-radius: 30px;
  display: inline-block;
  position: relative;
  z-index: 1;
  padding: 0px 35px;
  font-weight: 600;
  font-size: 14px;
  background: #F7F9FB;
  transition: 0.3s;
}
.tp-btn-purple:hover {
  color: var(--tp-common-white);
  background: #6B14FA;
}

.tp-btn-purple-lg {
  height: 60px;
  line-height: 60px;
  color: var(--tp-common-white);
  background: #6B14FA;
  border-radius: 30px;
  display: inline-block;
  position: relative;
  z-index: 1;
  padding: 0px 35px;
  font-weight: 600;
  font-size: 16px;
  transition: 0.3s;
}
.tp-btn-purple-lg:hover {
  color: var(--tp-common-white);
  background: #6B14FA;
}

.tp-btn-yellow-solid {
  height: 60px;
  line-height: 60px;
  color: var(--tp-common-black);
  background: #DDFF7B;
  border-radius: 30px;
  display: inline-block;
  position: relative;
  z-index: 1;
  padding: 0px 35px;
  font-weight: 600;
  font-size: 16px;
  transition: 0.3s;
  overflow: hidden;
}
.tp-btn-yellow-solid.circle-effect {
  position: relative;
}
.tp-btn-yellow-solid.circle-effect::after {
  background-color: var(--tp-common-white);
  border-radius: 95px;
  bottom: -100%;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: -100%;
  width: 100%;
  transform: scaleY(0);
  transform-origin: bottom;
  transition-duration: 1s;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.14, 0, 0, 1.01);
  will-change: transform;
  z-index: -1;
}
.tp-btn-yellow-solid:hover {
  color: var(--tp-common-black);
  background: #DDFF7B;
}
.tp-btn-yellow-solid:hover.circle-effect::after {
  transform: scaleY(1);
  transform-origin: top;
}

.tp-btn-hover {
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.tp-btn-hover b {
  position: absolute;
  width: 0px;
  height: 0px;
  background-color: var(--tp-common-black);
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
  z-index: 1;
}
.tp-btn-hover:hover b {
  width: 400px;
  height: 400px;
  display: inline-block;
}
.tp-btn-hover.alt-color b {
  background-color: var(--tp-theme-1);
}
.tp-btn-hover.alt-color-black b {
  background-color: var(--tp-common-black);
}
.tp-btn-hover.alt-color-white b {
  background-color: var(--tp-common-white);
}

.tp-btn-price {
  display: inline-block;
  background: rgba(89, 86, 233, 0.08);
  color: var(--tp-common-blue);
  height: 45px;
  line-height: 45px;
  border-radius: 30px;
  padding: 0 35px;
  font-size: 15px;
  font-weight: 600;
  text-align: center;
  text-transform: capitalize;
  position: relative;
  overflow: hidden;
  z-index: 1;
  transition: 0.5s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.submit-btn {
  background-color: var(--tp-common-blue-4);
  text-align: center;
  height: 55px;
  padding: 0px 20px;
  display: inline-block;
  line-height: 55px;
  color: var(--tp-common-white);
  font-weight: 600;
  font-size: 16px;
}
.submit-btn:hover {
  color: var(--tp-common-white);
}

.signin-btn {
  background-color: var(--tp-common-blue-4);
  text-align: center;
  height: 55px;
  padding: 0px 100px;
  display: inline-block;
  line-height: 55px;
  color: var(--tp-common-white);
  font-weight: 600;
  font-size: 16px;
  border-radius: 12px;
}
.signin-btn:hover {
  background-color: rgb(108, 20, 250);
  color: var(--tp-common-white);
}

.tp-btn-inner {
  display: inline-block;
  background: var(--tp-common-blue-4);
  color: var(--tp-common-white);
  height: 50px;
  line-height: 50px;
  border-radius: 30px;
  padding: 0 35px;
  font-size: 15px;
  font-weight: 600;
  text-align: center;
  text-transform: capitalize;
  position: relative;
  overflow: hidden;
  z-index: 1;
  transition: 0.5s;
}
.tp-btn-inner.white-bg:hover {
  transform: translateY(-2px);
  box-shadow: 0px 8px 24px 0px rgba(25, 118, 41, 0.3);
}
.tp-btn-inner span {
  position: relative;
  z-index: 5;
  transition: 0.3s;
  transition-delay: 0.3s;
  color: var(--tp-common-white);
  display: inline-block;
  transform: translateY(-2px);
}
.tp-btn-inner:hover span {
  color: var(--tp-common-white);
  transition-delay: 0.1s;
}

.tp-btn-inner-border {
  display: inline-block;
  color: var(--tp-common-white);
  height: 40px;
  line-height: 36px;
  border-radius: 30px;
  padding: 0 30px;
  font-size: 15px;
  font-weight: 600;
  text-align: center;
  position: relative;
  overflow: hidden;
  z-index: 1;
  transition: 0.5s;
  border: 1.5px solid rgba(255, 255, 255, 0.2);
  border-radius: 30px;
}
.tp-btn-inner-border i {
  padding-left: 7px;
  transform: rotate(45deg) translateY(-3px);
}
.tp-btn-inner-border:hover {
  color: var(--tp-common-yellow-3);
}

/* pulse effect animation */
@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
  }
  70% {
    -webkit-box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
  }
  70% {
    -moz-box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
  }
  100% {
    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
@keyframes section_stroke {
  0% {
    stroke-dashoffset: 560;
  }
  50% {
    stroke-dashoffset: 0;
  }
  100% {
    stroke-dashoffset: -560;
  }
}
@keyframes section-animation {
  0% {
    width: 0;
  }
  15% {
    width: 100%;
  }
  85% {
    opacity: 1;
  }
  90% {
    width: 100%;
    opacity: 0;
  }
  to {
    width: 0;
    opacity: 0;
  }
}
@keyframes about-sm {
  100% {
    transform: translateY(60px);
  }
  100% {
    transform: translateY(50px);
  }
}
@keyframes hero-thumb-animation {
  0% {
    transform: translateY(-20px);
  }
  100% {
    transform: translateY(0px);
  }
}
@keyframes tpleftright {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    -o-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}
@keyframes tprotate {
  0% {
    transform: rotateY(0deg);
  }
  100% {
    transform: rotateY(360deg);
  }
}
@keyframes tptranslateY2 {
  0% {
    -webkit-transform: translateY(-30px);
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -o-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  100% {
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
  }
}
@-webkit-keyframes dash {
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes dash {
  to {
    stroke-dashoffset: 0;
  }
}
@-webkit-keyframes lineDash {
  0% {
    stroke-dashoffset: 0;
  }
  100% {
    stroke-dashoffset: 1000;
  }
}
@keyframes lineDash {
  0% {
    stroke-dashoffset: 0;
  }
  100% {
    stroke-dashoffset: 1000;
  }
}
@-webkit-keyframes lineDash-2 {
  0% {
    stroke-dashoffset: 0;
  }
  100% {
    stroke-dashoffset: -1000;
  }
}
@keyframes lineDash-2 {
  0% {
    stroke-dashoffset: 0;
  }
  100% {
    stroke-dashoffset: -1000;
  }
}
@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 RL_smooth {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(5px);
    transform: translateX(5px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes slide_up_down {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}
@keyframes tptranslateX2 {
  0% {
    -webkit-transform: translateX(-30px);
    -moz-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    -o-transform: translateX(-30px);
    transform: translateX(-30px);
  }
  100% {
    -webkit-transform: translatXY(20px);
    -moz-transform: translateX(20px);
    -ms-transform: translateX(20px);
    -o-transform: translateX(20px);
    transform: translateX(20px);
  }
}
@keyframes rotate-center {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes scale_up_down {
  0% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes dash {
  to {
    stroke-dashoffset: 0px;
    stroke-dasharray: 3000;
  }
}
@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 tpswing {
  0% {
    -webkit-transform: rotate(6deg);
    -moz-transform: rotate(6deg);
    -ms-transform: rotate(6deg);
    -o-transform: rotate(6deg);
    transform: rotate(6deg);
  }
  100% {
    -webkit-transform: rotate(-6deg);
    -moz-transform: rotate(-6deg);
    -ms-transform: rotate(-6deg);
    -o-transform: rotate(-6deg);
    transform: rotate(-6deg);
  }
}
@keyframes borderanimate2 {
  0% {
    transform: translate(-50%, -50%) scale(0.8);
  }
  60% {
    opacity: 1;
  }
  100% {
    transform: translate(-50%, -50%) scale(2.5);
    opacity: 0;
  }
}
@keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  80% {
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes moving {
  0% {
    transform: translatey(0px);
  }
  25% {
    transform: translatex(20px);
  }
  50% {
    transform: translatey(-20px);
  }
  75% {
    transform: translatex(-20px);
  }
  100% {
    transform: translatey(0px);
  }
}
@keyframes about-circle {
  0% {
    -webkit-transform: translateX(100px);
    -moz-transform: translateX(100px);
    -ms-transform: translateX(100px);
    -o-transform: translateX(100px);
    transform: translateX(100px);
  }
  100% {
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px);
  }
}
@keyframes services-triangle {
  0% {
    -webkit-transform: rotate(0deg) translateX(-50px);
    -moz-transform: rotate(0deg) translateX(-50px);
    -ms-transform: rotate(0deg) translateX(-50px);
    -o-transform: rotate(0deg) translateX(-50px);
    transform: rotate(0deg) translateX(-50px);
  }
  100% {
    -webkit-transform: rotate(360deg) translateY(100px);
    -moz-transform: rotate(360deg) translateY(100px);
    -ms-transform: rotate(360deg) translateY(100px);
    -o-transform: rotate(360deg) translateY(100px);
    transform: rotate(360deg) translateY(100px);
  }
}
@keyframes hero-3-dot-2 {
  0% {
    transform: translateY(-50px);
  }
  100% {
    transform: translateY(0px);
  }
}
@keyframes tfLeftToRight {
  49% {
    transform: translateX(30%);
  }
  50% {
    opacity: 0;
    transform: translateX(-30%);
  }
  51% {
    opacity: 1;
  }
}
@keyframes tfLeftToRight2 {
  0% {
    transform: translateX(30%) translateY(1px);
  }
  49% {
    transform: translateX(30%) translateY(1px);
  }
  50% {
    opacity: 0;
    transform: translateX(-30%) translateY(1px);
  }
  51% {
    opacity: 1;
  }
}
@keyframes rotate2 {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes rotate3 {
  from {
    transform: rotateZ(0deg);
  }
  to {
    transform: rotateZ(360deg);
  }
}
@keyframes circle-animations {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes moving {
  0% {
    transform: translatey(0px);
  }
  20% {
    transform: translateX(-50px);
  }
  50% {
    transform: translatey(-40px);
  }
  100% {
    transform: translatey(0px);
  }
}
@keyframes leftright {
  0% {
    transform: translatex(0);
  }
  50% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes movinglight {
  0% {
    transform: translatey(0px);
  }
  20% {
    transform: translateX(-70px);
  }
  50% {
    transform: translatey(-70px);
  }
  100% {
    transform: translatey(0px);
  }
}
@keyframes movinglight2 {
  0% {
    transform: translatey(0px);
  }
  20% {
    transform: translateX(70px);
  }
  50% {
    transform: translatey(70px);
  }
  100% {
    transform: translatey(0px);
  }
}
@keyframes movingtop {
  0% {
    transform: translatey(0px);
  }
  20% {
    transform: translatey(70px);
  }
  50% {
    transform: translatey(-70px);
  }
  100% {
    transform: translatey(0px);
  }
}
@keyframes circle-animation {
  0% {
    right: 0;
  }
  50% {
    right: 100%;
  }
  100% {
    right: 0%;
  }
}
@keyframes section_stroke {
  0% {
    stroke-dashoffset: 560;
  }
  50% {
    stroke-dashoffset: 560;
  }
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes headerSlideDown {
  0% {
    margin-top: -150px;
  }
  100% {
    margin-top: 0;
  }
}
@keyframes movingleftright1 {
  0% {
    -webkit-transform: translateX(0) translateY(0);
    transform: translateX(0) translateY(0);
  }
  40% {
    -webkit-transform: translateX(50px) translateY(-50px);
    transform: translateX(50px) translateY(-50px);
  }
  75% {
    -webkit-transform: translateX(200px);
    transform: translateX(200px);
  }
  100% {
    -webkit-transform: translateY(0) translateX(0);
    transform: translateY(0) translateX(0);
  }
}
@keyframes circle-animation-2 {
  0% {
    left: 0;
  }
  50% {
    left: 100%;
  }
  100% {
    left: 0%;
  }
}
@keyframes scroll1 {
  0% {
    top: 0%;
  }
  50% {
    top: 95%;
  }
  100% {
    top: 0%;
  }
}
@keyframes movingX {
  0% {
    -webkit-transform: translateY(0) rotateX(0deg);
    transform: translateY(0) rotateX(0deg);
  }
  50% {
    -webkit-transform: translateY(calc(100vh - 100%));
    transform: translateY(calc(100vh - 100%));
  }
  51% {
    -webkit-transform: translateY(calc(100vh - 100%)) rotateX(180deg);
    transform: translateY(calc(100vh - 100%)) rotateX(180deg);
  }
  100% {
    -webkit-transform: translateY(0) rotateX(180deg);
    transform: translateY(0) rotateX(180deg);
  }
}
@keyframes tracking-in-contract-bck {
  0% {
    letter-spacing: 20px;
    -webkit-transform: translateZ(150px);
    transform: translateZ(150px);
    opacity: 0;
  }
  40% {
    opacity: 0.6;
  }
  100% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}
@keyframes tracking-in-contract-bck-2 {
  0% {
    letter-spacing: 20px;
    -webkit-transform: translateZ(150px) translateY(150px);
    transform: translateZ(150px) translateY(150px);
    opacity: 0;
  }
  40% {
    opacity: 0.6;
  }
  100% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}
@keyframes animationglob {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes zoom {
  0% {
    transform: scale(0.7);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.7);
  }
}
@keyframes sliderShape {
  0%, 100% {
    border-radius: 42% 58% 70% 30%/45% 45% 55% 55%;
    transform: translate3d(0, 0, 0) rotateZ(0.01deg);
  }
  34% {
    border-radius: 36% 64% 41% 59%/54% 41% 59% 46%;
    transform: translate3d(1px, 5px, 2px) rotateZ(0.01deg);
  }
  50% {
    transform: translate3d(0, 0, 0) rotateZ(0.01deg);
  }
  67% {
    border-radius: 100% 60% 60% 100%/100% 100% 60% 60%;
    transform: translate3d(-1px, -3px, -2px) rotateZ(0.01deg);
  }
}
@keyframes zoom2 {
  0% {
    transform: scale(0.9);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.9);
  }
}
@keyframes wobble-vertical {
  10% {
    transform: translateY(-10px);
  }
  50% {
    transform: skew(15deg);
  }
  80% {
    transform: rotate(10deg);
  }
  100% {
    transform: translate(0);
  }
}
@-webkit-keyframes section-highlight {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@-moz-keyframes section-highlight {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@-ms-keyframes section-highlight {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@keyframes section-highlight {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@keyframes widthcalc {
  0% {
    width: 20%;
  }
  50% {
    width: 50%;
  }
  75% {
    width: 90%;
  }
  90% {
    opacity: 75%;
  }
  90% {
    opacity: 100%;
  }
}
/* right bounce */
@keyframes bounceRight {
  0%, 20%, 50%, 80%, 100% {
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -ms-transform: translateY(-35px);
    transform: translateY(-35px);
  }
  60% {
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}
/* /right bounce */
@keyframes icon-bounce {
  0%, 100%, 20%, 50%, 80% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  60% {
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}
@keyframes light-one {
  0% {
    opacity: 1;
  }
  25% {
    opacity: 0.4;
  }
  50% {
    opacity: 0.6;
  }
  75% {
    opacity: 0.8;
  }
  100% {
    opacity: 1;
  }
}
/*--- preloader ---*/
.dark #preloader {
  background-color: var(--tp-theme-1);
}

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #f7f7f7;
  z-index: 999999;
}

.preloader {
  width: 50px;
  height: 50px;
  display: inline-block;
  padding: 0px;
  text-align: left;
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -25px;
  margin-top: -25px;
}

.preloader span {
  position: absolute;
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background: var(--tp-theme-1);
  -webkit-animation: preloader 1.3s linear infinite;
  animation: preloader 1.3s linear infinite;
}

.preloader span:last-child {
  animation-delay: -0.9s;
  -webkit-animation-delay: -0.9s;
}

@keyframes preloader {
  0% {
    transform: scale(0, 0);
    opacity: 0.5;
  }
  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}
@-webkit-keyframes preloader {
  0% {
    -webkit-transform: scale(0, 0);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: scale(1, 1);
    opacity: 0;
  }
}
/*--- end of preloader ---*/
.scroll-top {
  width: 50px;
  height: 50px;
  line-height: 50px;
  position: fixed;
  bottom: -10%;
  right: 50px;
  font-size: 16px;
  border-radius: 6px;
  z-index: 9;
  color: var(--tp-common-white);
  text-align: center;
  cursor: pointer;
  background: var(--tp-common-black);
  transition: 1s ease;
  border: none;
}

.scroll-top.open {
  bottom: 80px;
}

/*---------------------------------------*/
/*Background color
/*-----------------------------------------*/
.grey-bg {
  background: var(--tp-grey-7);
}

.grey-bg-2 {
  background: var(--tp-grey-6);
}

.grey-bg-3 {
  background: var(--tp-grey-8);
}

.white-bg {
  background: var(--tp-common-white);
}

.black-bg {
  background: var(--tp-common-black);
}

.theme-bg {
  background: var(--tp-theme-1);
}

.theme-bg-3 {
  background: var(--tp-theme-3);
}

.blue-bg {
  background: var(--tp-common-blue-2);
}

.blue-bg-2 {
  background: var(--tp-common-blue-4);
}

.swiper-slide-active .blog-grid-slider-meta {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
  -webkit-animation-duration: 0.4s;
  animation-duration: 0.4s;
}

.swiper-slide-active .blog-grid-slider-title {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
}

.swiper-slide-active .blog-grid-slider-title-box p {
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
  -webkit-animation-duration: 0.7s;
  animation-duration: 0.7s;
}

.swiper-slide-active .blog-grid-avata-box {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
  -webkit-animation-duration: 0.9s;
  animation-duration: 0.9s;
}

.swiper-slide-active .blog-grid-slider-meta,
.swiper-slide-active .blog-grid-slider-title,
.swiper-slide-active .blog-grid-slider-title-box p,
.swiper-slide-active .blog-grid-avata-box {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.body-overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
  background: rgba(24, 24, 24, 0.6);
  visibility: hidden;
  opacity: 0;
  transition: 0.45s ease-in-out;
}
.body-overlay.apply {
  opacity: 1;
  visibility: visible;
}
.body-overlay:hover {
  cursor: url(../img/cross-out.png), pointer;
}

.tp-instagram img {
  width: 100%;
}

.tpoffcanvas {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: fixed;
  top: 0;
  right: -100%;
  width: 480px;
  bottom: 0;
  box-shadow: 0 16px -32px 0 rgba(0, 0, 0, 0.8);
  background-color: var(--tp-common-black);
  z-index: 9999;
  padding: 50px;
  scrollbar-width: none;
  opacity: 0;
  visibility: hidden;
  transition: 0.45s ease-in-out;
  overflow-y: scroll;
}
.tpoffcanvas.opened {
  opacity: 1;
  visibility: visible;
}
@media (max-width: 767px) {
  .tpoffcanvas {
    width: 300px;
    padding: 40px 35px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tpoffcanvas {
    width: 400px;
    padding: 40px;
  }
}
.tpoffcanvas.opened {
  right: 0;
  -webkit-transition: all 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-transition: all 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: all 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition-duration: 0.6s;
}
.tpoffcanvas__logo {
  margin-bottom: 40px;
}
@media (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .tpoffcanvas__logo {
    padding-top: 0;
  }
}
.tpoffcanvas__logo img {
  width: 157px;
  height: 100%;
}
.tpoffcanvas__instagram {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .tpoffcanvas__instagram {
    text-align: left;
  }
}
.tpoffcanvas__instagram img {
  width: 80px;
  margin: 0px 5px;
  margin-bottom: 15px;
}
.tpoffcanvas__instagram-title h4 {
  color: var(--tp-common-white);
  text-transform: capitalize;
  margin-bottom: 30px;
}
.tpoffcanvas__close-btn button {
  position: absolute;
  right: 0px;
  top: 0px;
  transition: 1s;
  -webkit-transition: all 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-transition: all 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: all 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition-duration: 0.3s;
  height: 50px;
  width: 50px;
  background-color: var(--tp-common-white);
  color: var(--tp-common-black);
}
.tpoffcanvas__close-btn button i {
  font-weight: 300;
  font-size: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tpoffcanvas__close-btn button {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .tpoffcanvas__close-btn button {
    font-size: 28px;
  }
}
.tpoffcanvas__content {
  margin-bottom: 30px;
}
.tpoffcanvas__content p {
  font-size: 16px;
  color: #fff;
  font-weight: 400;
  line-height: 1.6;
  margin-bottom: 25px;
}
.tpoffcanvas__content span {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 5px;
  display: inline-block;
}
.tpoffcanvas__content a {
  font-size: 30px;
  line-height: 51px;
  font-weight: 700;
  color: var(--tp-common-white);
  display: inline-block;
}
@media (max-width: 767px) {
  .tpoffcanvas__content a {
    font-size: 27px;
  }
}
.tpoffcanvas__social .social-icon a {
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 18px;
  background-color: var(--tp-common-white);
  color: var(--tp-theme-1);
  margin-right: 15px;
  transition: 0.3s;
  display: inline-block;
  border-radius: 10px;
}
@media (max-width: 767px) {
  .tpoffcanvas__social .social-icon a {
    margin-right: 3px;
  }
}
.tpoffcanvas__social .social-icon a:hover {
  background-color: var(--tp-theme-1);
  color: var(--tp-common-white);
}
.tpoffcanvas__info {
  margin-bottom: 40px;
}
.tpoffcanvas__info .offcanva-title {
  color: var(--tp-common-white);
  padding-bottom: 5px;
}
.tpoffcanvas__info a {
  color: rgba(255, 255, 255, 0.6);
  line-height: 1.2;
}

.mobile-menu.mean-container {
  margin-bottom: 50px;
}

.offcan-social-title {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 15px;
  display: inline-block;
}

.tpoffcanvas-social {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.about-shape-1 {
  position: absolute;
  top: 10%;
  left: 0;
}
.about-shape-2 {
  position: absolute;
  top: 0%;
  right: 0%;
}
.about-banner {
  background-color: #600EE4;
  height: 540px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-banner {
    height: 580px;
  }
}
@media (max-width: 767px) {
  .about-banner {
    height: 400px;
  }
}
.about-banner-title {
  font-style: normal;
  font-weight: 600;
  font-size: 110px;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: var(--tp-common-white);
  position: relative;
  z-index: -1;
  margin-top: 190px;
  display: inline-block;
  margin-left: 100px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-banner-title {
    font-size: 90px;
    margin-top: 150px;
  }
}
@media (max-width: 767px) {
  .about-banner-title {
    font-size: 50px;
    margin-left: 50px;
    margin-top: 132px;
  }
}

.about-img-height {
  min-height: 620px;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 30px;
  margin-top: -215px;
  overflow: hidden;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .about-img-height {
    min-height: 550px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-img-height {
    min-height: 550px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-img-height {
    min-height: 400px;
    margin-top: -320px;
  }
}
@media (max-width: 767px) {
  .about-img-height {
    min-height: 300px;
    margin-top: -200px;
  }
}
.about-img-title {
  font-style: normal;
  font-weight: 600;
  font-size: 110px;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: #600EE4;
  margin-left: 100px;
  margin-top: -140px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-img-title {
    font-size: 90px;
    margin-top: -115px;
  }
}
@media (max-width: 767px) {
  .about-img-title {
    font-size: 50px;
    margin-left: 50px;
    margin-top: -67px;
  }
}

.breadcrumb__shape-1 {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
.breadcrumb__shape-2 {
  position: absolute;
  top: 0;
  right: 0;
}
.breadcrumb__sub-img {
  position: absolute;
  top: 35px;
  right: -5px;
}
.breadcrumb-height {
  padding-top: 145px;
  padding-bottom: 80px;
}
.breadcrumb-height-2 {
  padding-top: 105px;
  padding-bottom: 80px;
}
.breadcrumb-height-3 {
  padding-top: 125px;
  padding-bottom: 290px;
}
.breadcrumb-ptb-3 {
  padding-top: 155px;
  padding-bottom: 40px;
}
.breadcrumb-ptb-3 .breadcrumb__content {
  margin-top: 25px;
}
.breadcrumb-ptb-4 {
  padding-top: 190px;
  padding-bottom: 260px;
}
@media (max-width: 767px) {
  .breadcrumb-ptb-4 {
    padding-top: 150px;
    padding-bottom: 240px;
  }
}
.breadcrumb-ptb-5 {
  padding-top: 180px;
  padding-bottom: 305px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .breadcrumb-ptb-5 {
    padding-left: 100px;
    padding-right: 100px;
  }
}
.breadcrumb-overlay {
  position: relative;
}
.breadcrumb-overlay::after {
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  background: rgba(229, 174, 255, 0.2);
}
.breadcrumb-overlay .breadcrumb__text p {
  color: rgba(95, 97, 104, 0.7);
}
@media (max-width: 767px) {
  .breadcrumb__content {
    margin-bottom: 30px;
  }
}
.breadcrumb__client-info span {
  font-weight: 500;
  font-size: 14px;
  line-height: 12px;
  text-align: center;
  letter-spacing: 0.06em;
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 15px;
  display: inline-block;
}
.breadcrumb__client-info p {
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  color: var(--tp-common-white);
  margin-bottom: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .breadcrumb__client-info p {
    font-size: 15px;
  }
}
.breadcrumb__text p {
  font-weight: 500;
  font-size: 17px;
  line-height: 26px;
  text-align: center;
  color: rgba(255, 255, 255, 0.7);
}
@media (max-width: 767px) {
  .breadcrumb__text p br {
    display: none;
  }
}
.breadcrumb__text span {
  font-weight: 600;
  font-size: 14px;
  line-height: 12px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.6);
  padding-bottom: 10px;
  display: inline-block;
}
.breadcrumb__img {
  display: inline-block;
}
.breadcrumb__title {
  font-weight: 700;
  font-size: 70px;
  line-height: 1.1;
  letter-spacing: -0.02em;
  color: #FFFFFF;
  padding-bottom: 12px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .breadcrumb__title {
    font-size: 60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .breadcrumb__title {
    font-size: 55px;
  }
}
@media (max-width: 767px) {
  .breadcrumb__title {
    font-size: 40px;
    line-height: 1.2;
  }
}
.breadcrumb__list {
  display: inline-block;
}
.breadcrumb__list span {
  font-weight: 600;
  font-size: 17px;
  line-height: 24px;
  color: #FFFFFF;
}
.breadcrumb__list span a span {
  color: rgba(255, 255, 255, 0.7);
  transition: 0.3s;
}
.breadcrumb__list span a:hover span {
  color: #fff;
}
@media (max-width: 767px) {
  .breadcrumb__list span {
    font-size: 15px;
  }
}
.breadcrumb__list span.child-one {
  color: rgba(255, 255, 255, 0.7);
  font-weight: 400;
}
.breadcrumb__list span.dvdr i {
  font-weight: 400;
  font-size: 17px;
  line-height: 16px;
  color: rgba(255, 255, 255, 0.7);
  padding: 0px 8px;
  transform: translateY(1px);
}

.pd-border-right {
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}
.pd-border-right .space-left-2 {
  padding-left: 50px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .pd-border-right .space-left-2 {
    padding-left: 30px;
  }
}
@media (max-width: 767px) {
  .pd-border-right .space-left-2 {
    padding-left: 0px;
  }
}
.pd-border-right .space-left-3 {
  padding-left: 50px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .pd-border-right .space-left-3 {
    padding-left: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pd-border-right .space-left-3 {
    padding-left: 0px;
  }
}
@media (max-width: 767px) {
  .pd-border-right .space-left-3 {
    padding-left: 0px;
  }
}
.pd-border-right .space-left-4 {
  padding-left: 50px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .pd-border-right .space-left-4 {
    padding-left: 30px;
  }
}
@media (max-width: 767px) {
  .pd-border-right .space-left-4 {
    padding-left: 0px;
  }
}

.breadcrumb-height-3 .container .row [class*=col-]:last-child {
  border-right: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .breadcrumb-height-3 .container .row [class*=col-]:nth-child(2) {
    border-right: none;
  }
}
@media (max-width: 767px) {
  .breadcrumb-height-3 .container .row [class*=col-] {
    border-right: none;
  }
}

.breadcrumb__shape-3 {
  position: absolute;
  bottom: 12%;
  left: 8%;
  -moz-animation: circle-animations 3s ease-in-out 1s forwards infinite alternate;
  -webkit-animation: circle-animations 3s ease-in-out 1s forwards infinite alternate;
  animation: circle-animations 3s ease-in-out 1s forwards infinite alternate;
}
.breadcrumb__shape-4 {
  position: absolute;
  bottom: 12%;
  left: 9%;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .breadcrumb__shape-4 {
    bottom: 50%;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .breadcrumb__content-wrap {
    padding-left: 80px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .breadcrumb__content-wrap {
    padding-left: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .breadcrumb__content-wrap {
    padding-left: 50px;
  }
}

.tp-custom-accordion .accordion-items {
  border-bottom: 1px solid #EBECF0;
  padding: 0 20px;
  position: relative;
  transition: 0.3s;
}
.tp-custom-accordion .accordion-items.tp-faq-active {
  box-shadow: 0px 20px 20px rgba(3, 4, 28, 0.08);
  border-radius: 0 0 20px 20px;
}
.tp-custom-accordion .accordion-items.boxsadow {
  box-shadow: none;
  border-radius: none;
}
.tp-custom-accordion .accordion-buttons {
  position: relative;
  width: 100%;
  font-weight: 600;
  font-size: 22px;
  line-height: 20px;
  font-family: var(--tp-ff-mont);
  text-align: left;
  padding: 35px 0;
}
@media (max-width: 767px) {
  .tp-custom-accordion .accordion-buttons {
    font-size: 14px;
  }
}
.tp-custom-accordion .accordion-buttons .accordion-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  display: inline-block;
  width: 26px;
  height: 26px;
  border: 1px solid #C0C2C8;
  border-radius: 50%;
  transition: 0.3s;
}
.tp-custom-accordion .accordion-buttons .accordion-btn::after {
  position: absolute;
  content: "";
  width: 12px;
  height: 2px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: #525258;
  border-radius: 2px;
}
.tp-custom-accordion .accordion-buttons .accordion-btn::before {
  position: absolute;
  content: "";
  width: 2px;
  height: 12px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: #525258;
  border-radius: 2px;
  transition: 0.4s;
}
.tp-custom-accordion .accordion-buttons:not(.collapsed) {
  padding-bottom: 22px;
}
.tp-custom-accordion .accordion-buttons:not(.collapsed) .accordion-btn {
  border-color: var(--tp-common-black);
}
.tp-custom-accordion .accordion-buttons:not(.collapsed) .accordion-btn::before {
  transform: translate(-50%, -50%) rotate(90deg);
}
.tp-custom-accordion .accordion-body {
  padding: 0px 0 40px 0;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  font-family: var(--tp-ff-mont);
  padding-right: 35px;
}
@media (max-width: 767px) {
  .tp-custom-accordion .accordion-body {
    font-size: 13px;
    padding-right: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-custom-accordio-2 {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .tp-custom-accordio-2 {
    margin-bottom: 50px;
  }
}
.tp-custom-accordio-2 .accordion-items {
  margin-bottom: 15px;
  background: #F7F9FB;
  border-radius: 16px;
}
.tp-custom-accordio-2 .accordion-buttons {
  position: relative;
  width: 100%;
  text-align: left;
  padding: 30px 35px;
  font-weight: 500;
  font-size: 22px;
  line-height: 20px;
  background: #F7F9FB;
  border-radius: 16px;
}
@media (max-width: 767px) {
  .tp-custom-accordio-2 .accordion-buttons {
    font-size: 19px;
  }
}
.tp-custom-accordio-2 .accordion-buttons::after {
  position: absolute;
  content: "\f106";
  font-family: "Font Awesome 5 Pro";
  background-image: none;
  top: 25px;
  right: 35px;
  width: auto;
  height: auto;
  font-weight: 700;
  font-size: 20px;
  opacity: 1;
  height: 30px;
  width: 30px;
  line-height: 27px;
  background-color: var(--tp-common-blue);
  color: var(--tp-common-white);
  text-align: center;
  border-radius: 50%;
  transform: rotate(180deg);
  transition: 0.5s;
  font-weight: 300;
}
.tp-custom-accordio-2 .accordion-buttons.collapsed::after {
  background-color: var(--tp-common-black);
  color: var(--tp-common-white);
  transform: rotate(90deg);
}
.tp-custom-accordio-2 .accordion-body {
  padding: 40px 35px;
  padding-top: 0px;
  position: relative;
  z-index: 1;
  font-weight: 400;
  font-size: 17px;
  line-height: 28px;
  color: #595B62;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-custom-accordio-2 .accordion-body {
    font-size: 14px;
    line-height: 23px;
    padding: 30px 35px;
    padding-top: 15px;
  }
}
@media (max-width: 767px) {
  .tp-custom-accordio-2 .accordion-body {
    font-size: 15px;
    line-height: 24px;
  }
}

.tp-inner-font .accordion-items button {
  font-family: var(--tp-ff-body);
}
.tp-inner-font .accordion-items .accordion-body {
  font-family: var(--tp-ff-body);
}

/*----------------------------------------*/
/*  SEARCH CSS START
/*----------------------------------------*/
.search__popup {
  padding-top: 70px;
  padding-bottom: 100px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 9999;
  -webkit-transform: translateY(calc(-100% - 80px));
  -moz-transform: translateY(calc(-100% - 80px));
  -ms-transform: translateY(calc(-100% - 80px));
  -o-transform: translateY(calc(-100% - 80px));
  transform: translateY(calc(-100% - 80px));
  -webkit-transition: transform 0.6s ease-in-out, opacity 0.6s ease-in-out;
  -moz-transition: transform 0.6s ease-in-out, opacity 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, opacity 0.6s ease-in-out;
  transition-delay: 0.7s;
}
.search__popup.search-opened {
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -ms-transform: translateY(0%);
  -o-transform: translateY(0%);
  transform: translateY(0%);
  transition-delay: 0s;
}
.search__popup.search-opened .search__input {
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
  opacity: 1;
  transition-delay: 0.3s;
}
.search__popup.search-opened .search__input::after {
  width: 100%;
  transition-delay: 0.5s;
}
.search__popup-2 {
  background-color: var(--tp-common-black-13);
}
.search__popup-2 .search__input .search-input-field ~ .search-focus-border {
  background-color: var(--tp-theme-8);
}
.search__popup-3 .search__input .search-input-field ~ .search-focus-border {
  background-color: var(--tp-theme-10);
}
.search__top {
  margin-bottom: 80px;
}
.search__input {
  position: relative;
  height: 80px;
  transition: all 0.3s ease-out 0s;
  transition-delay: 0.5s;
  opacity: 0;
}
.search__input::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 0%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.3);
  transition: all 0.3s ease-out 0s;
  transition-delay: 0.3s;
}
.search__input input {
  width: 100%;
  height: 100%;
  background-color: transparent;
  border: 0;
  outline: 0;
  font-size: 24px;
  color: var(--tp-common-white);
  border-bottom: 1px solid transparent;
  padding: 0;
  padding-right: 30px;
}
.search__input input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
  font-size: 24px;
}
.search__input input:-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
  font-size: 24px;
}
.search__input input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
  font-size: 24px;
}
.search__input input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
  font-size: 24px;
}
.search__input button {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 18px;
  color: var(--tp-common-white);
}
.search__input .search-input-field ~ .search-focus-border {
  position: absolute;
  bottom: 0;
  left: auto;
  right: 0;
  width: 0;
  height: 1px;
  background-color: var(--tp-common-orange);
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}
.search__input .search-input-field:focus ~ .search-focus-border {
  width: 100%;
  left: 0;
  right: auto;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}

.search__close-btn {
  font-size: 25px;
  color: rgba(255, 255, 255, 0.3);
}
.search__close-btn:hover {
  color: var(--tp-common-white);
}
.search__result-title {
  font-size: 50px;
  letter-spacing: -0.04em;
  margin-bottom: 0;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .search__result-title {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .search__result-title {
    font-size: 35px;
  }
}
.search__result-title span {
  color: var(--tp-theme-1);
  display: inline-block;
}
.search__result-content p {
  font-size: 16px;
  line-height: 1.62;
  color: var(--tp-text-1);
}
.search__result-input {
  position: relative;
}
.search__result-input-box {
  position: relative;
  margin-bottom: 20px;
}
.search__result-input-box button {
  position: absolute;
  top: 0;
  right: 0;
  padding: 22px 43px;
}
@media (max-width: 767px) {
  .search__result-input-box button {
    position: relative;
    margin-top: 15px;
  }
}
.search__result-input-box button:hover {
  background-color: var(--tp-common-black);
}
.search__result-input input {
  width: 100%;
  height: 70px;
  padding-left: 60px;
  padding-right: 177px;
  background-color: var(--tp-common-white);
  border: 1px solid var(--tp-common-white);
  box-shadow: -3px 0px 0px var(--tp-theme-1), 0px 1px 2px rgba(3, 4, 28, 0.14);
}
@media (max-width: 767px) {
  .search__result-input input {
    padding-right: 25px;
  }
}
.search__result-input span {
  position: absolute;
  top: 50%;
  left: 30px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 18px;
  color: #A0A0B5;
}
.search__result-input span svg {
  -webkit-transform: translateY(-2px);
  -moz-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  -o-transform: translateY(-2px);
  transform: translateY(-2px);
}
.search__result-tags a {
  display: inline-block;
  font-family: var(--tp-ff-space);
  font-size: 13px;
  font-weight: 500;
  border: 1px solid #D5D5DD;
  padding: 5px 18px;
  line-height: 1;
  margin-right: 2px;
  margin-bottom: 7px;
}
.search__result-tags a:hover {
  background-color: var(--tp-theme-1);
  border-color: var(--tp-theme-1);
  color: var(--tp-common-white);
}
.search__blog-item {
  padding: 50px 50px;
  border: 1px solid #EAEAEF;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .search__blog-item {
    padding: 30px 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .search__blog-item {
    padding: 25px;
  }
}
@media (max-width: 767px) {
  .search__blog-item {
    padding: 20px;
  }
}
.search__blog-title {
  font-size: 30px;
  line-height: 1.2;
  letter-spacing: -0.04em;
  margin-bottom: 13px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .search__blog-title {
    font-size: 28px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .search__blog-title {
    font-size: 21px;
  }
  .search__blog-title br {
    display: none;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .search__blog-title br {
    display: none;
  }
}
@media (max-width: 767px) {
  .search__blog-title {
    font-size: 25px;
  }
}
.search__blog-title a:hover {
  color: var(--tp-theme-1);
}
.search__blog-tag {
  margin-bottom: 10px;
}
.search__blog-tag a {
  display: inline-block;
  background-color: rgba(99, 100, 219, 0.06);
  font-family: var(--tp-ff-space);
  font-weight: 500;
  font-size: 15px;
  line-height: 1;
  color: var(--tp-common-purple);
  padding: 4px 12px;
}
.search__blog-tag a:hover {
  background-color: var(--tp-common-purple);
  color: var(--tp-common-white);
}
.search__blog-meta span {
  color: var(--tp-text-1);
  margin-right: 15px;
  margin-bottom: 10px;
  display: inline-block;
}
.search__blog-meta span i, .search__blog-meta span svg {
  margin-right: 2px;
}
.search__blog-meta span svg {
  -webkit-transform: translateY(-1px);
  -moz-transform: translateY(-1px);
  -ms-transform: translateY(-1px);
  -o-transform: translateY(-1px);
  transform: translateY(-1px);
}
.search__blog-meta span svg path {
  stroke: #7A7E83;
}
.search__blog-meta-author {
  margin-bottom: 10px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .search__blog-meta-author {
    margin-right: 20px;
  }
}
.search__blog-meta-author-thumb img {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  margin-right: 10px;
}
.search__blog-meta-author-content span {
  display: inline-block;
  font-family: var(--tp-ff-inter);
  font-size: 14px;
  color: #7A7E83;
}
.search__blog-meta-author-content span a {
  color: var(--tp-common-black-11);
  font-weight: 500;
}
.search__blog-meta-author-content span a:hover {
  color: var(--tp-theme-1);
}
.search__blog-content p {
  font-size: 15px;
  line-height: 1.47;
  color: var(--tp-text-1);
  margin-bottom: 20px;
}
.search__blog-btn .tp-btn-border {
  padding: 8px 29px;
}
.search__blog-btn .tp-btn-border svg, .search__blog-btn .tp-btn-border i {
  margin-left: 5px;
}
.search__blog-btn .tp-btn-border svg {
  -webkit-transform: translateY(-1px);
  -moz-transform: translateY(-1px);
  -ms-transform: translateY(-1px);
  -o-transform: translateY(-1px);
  transform: translateY(-1px);
}
.search__blog-btn .tp-btn-border:hover {
  background-color: var(--tp-theme-1);
  border-color: var(--tp-theme-1);
  color: var(--tp-common-white);
}

/*----------------------------------------*/
/*  2.13 Tab
/*----------------------------------------*/
.tp-tab .nav-tabs {
  padding: 0;
  margin: 0;
  border: 0;
}
.tp-tab .nav-tabs .nav-link {
  padding: 0;
  margin: 0;
  border: 0;
}

.tp-section-title {
  font-weight: 700;
  font-size: 50px;
  line-height: 1.2;
}
.tp-section-title span {
  color: var(--tp-theme-3);
}
.tp-section-title span img {
  width: 47px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-section-title {
    font-size: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-section-title {
    font-size: 40px;
  }
  .tp-section-title br {
    display: none;
  }
}
@media (max-width: 767px) {
  .tp-section-title {
    font-size: 33px;
  }
}

.tp-section-title-lg {
  font-weight: 600;
  font-size: 60px;
  line-height: 1.1;
  letter-spacing: -0.04em;
  font-family: var(--tp-ff-mont);
}
.tp-section-title-lg span {
  color: var(--tp-theme-1);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-section-title-lg {
    font-size: 55px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-section-title-lg {
    font-size: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-section-title-lg {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .tp-section-title-lg {
    font-size: 32px;
  }
  .tp-section-title-lg br {
    display: none;
  }
}

.tp-section-title-3 {
  font-family: var(--tp-ff-urban);
  font-weight: 700;
  font-size: 58px;
  line-height: 1.1;
  margin-bottom: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-section-title-3 {
    font-size: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-section-title-3 {
    font-size: 53px;
  }
}
@media (max-width: 767px) {
  .tp-section-title-3 {
    font-size: 35px;
  }
  .tp-section-title-3 br {
    display: none;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-section-title-3 {
    font-size: 38px;
  }
  .tp-section-title-3 br {
    display: none;
  }
}
.tp-section-title-3 span {
  font-family: "DM Serif Display";
  font-style: italic;
  font-weight: 400;
}

.tp-section-title-4 {
  font-weight: 700;
  font-size: 60px;
  line-height: 1.1;
  color: var(--tp-common-white);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-section-title-4 {
    font-size: 45px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-section-title-4 {
    font-size: 50px;
  }
}
@media (max-width: 767px) {
  .tp-section-title-4 {
    font-size: 40px;
  }
}

.tp-section-title-5 {
  font-weight: 200;
  font-size: 50px;
  line-height: 1.2;
  color: var(--tp-common-white);
  letter-spacing: -0.03em;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-section-title-5 {
    font-size: 42px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-section-title-5 br {
    display: none;
  }
}
@media (max-width: 767px) {
  .tp-section-title-5 {
    font-size: 35px;
  }
  .tp-section-title-5 br {
    display: none;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-section-title-5 br {
    display: none;
  }
}
.tp-section-title-5 span {
  font-weight: 700;
}
.tp-section-title-5 i {
  font-style: normal;
  overflow: hidden;
  display: inline-block;
}
.tp-section-title-5 i i.child-2 {
  transform: translateY(0px);
  opacity: 1;
  display: inline-block;
  padding-bottom: 20px;
}

.tp-section-subtitle {
  font-weight: 600;
  font-size: 13px;
  line-height: 14px;
  color: var(--tp-common-blue);
  background: rgba(89, 86, 233, 0.05);
  border-radius: 30px;
  display: inline-block;
  padding: 10px 17px;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.inner-section-subtitle {
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.06em;
  color: #6B14FA;
  padding-bottom: 10px;
  display: inline-block;
  text-transform: uppercase;
}

.tp-section-subtitle-2 {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: var(--tp-common-black);
  border-bottom: 2px solid var(--tp-theme-2);
  font-family: var(--tp-ff-mont);
  display: inline-block;
}

.tp-section-subtitle-4 {
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--tp-common-yellow-3);
  display: inline-block;
}
.tp-section-subtitle-4::before {
  content: "";
  height: 1.5px;
  width: 20px;
  background-color: var(--tp-common-yellow-3);
  display: inline-block;
  transform: translateY(-5px);
  margin-right: 10px;
}
.tp-section-subtitle-4.both {
  position: relative;
}
.tp-section-subtitle-4.both::before {
  content: "";
  height: 1.5px;
  width: 20px;
  background-color: var(--tp-common-yellow-3);
  display: inline-block;
  transform: translateY(-5px);
  margin-right: 10px;
}
.tp-section-subtitle-4.both::after {
  content: "";
  height: 1.5px;
  width: 20px;
  background-color: var(--tp-common-yellow-3);
  display: inline-block;
  transform: translateY(-5px);
  margin-left: 10px;
}

.tp-section-subtitle-5 {
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--tp-common-white);
  padding-bottom: 15px;
  display: inline-block;
}

.tp-orange-color {
  transition: 0.3s;
  display: inline-block;
}
.tp-orange-color:hover {
  color: var(--tp-common-orange);
}

.tp-theme-color {
  transition: 0.3s;
  display: inline-block;
}
.tp-theme-color:hover {
  color: var(--tp-theme-1);
}

.tp-green-color {
  transition: 0.3s;
  display: inline-block;
}
.tp-green-color:hover {
  color: var(--tp-common-green);
}

.tp-purple-color {
  transition: 0.3s;
  display: inline-block;
}
.tp-purple-color:hover {
  color: var(--tp-common-purple);
}

.tp-yellow-color {
  transition: 0.3s;
  display: inline-block;
}
.tp-yellow-color:hover {
  color: var(--tp-common-yellow);
}

.bbbbb {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

/*----------------------------------------*/
/*  03. MEANMENU CSS START
/*----------------------------------------*/
.mobile-menu.mean-container {
  overflow: hidden;
}
@media (max-width: 767px) {
  .mobile-menu.mean-container {
    margin-bottom: 30px;
  }
}

.mobile-menu .sidebar-list {
  clear: both;
}
.mobile-menu .sidebar-list li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 5px;
  color: var(--tp-common-white);
}
.mobile-menu .sidebar-list li::after {
  top: 10px;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  border: 1px solid #c00;
  background-color: transparent;
  content: "";
  display: inline-block;
  position: absolute;
}
.mobile-menu .tp-sidebar-social {
  margin-top: 20px;
}
.mobile-menu .tp-sidebar-social a {
  margin-right: 5px;
  background-color: var(--tp-theme-primary);
  color: #fff;
  display: inline-block;
  width: 35px;
  height: 35px;
  text-align: center;
  font-size: 14px;
  line-height: 34px;
}

.sidebar-title h3 {
  color: var(--tp-common-white);
}

/* mean menu customize */
.mean-container a.meanmenu-reveal {
  display: none;
}

.mean-container .mean-nav {
  background: none;
  margin-top: 0;
}

.mean-container .mean-bar {
  padding: 0;
  min-height: auto;
  background: none;
}

.mean-container .mean-nav > ul {
  padding: 0;
  margin: 0;
  width: 100%;
  list-style-type: none;
  display: block !important;
}

.mean-container a.meanmenu-reveal {
  display: none !important;
}

.mean-container .mean-nav ul li a {
  width: 100%;
  padding: 15px 0;
  color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 14px;
  line-height: 1.5;
  font-weight: 700;
}
.mean-container .mean-nav ul li a:hover {
  color: var(--tp-theme-3);
}

.mean-container .mean-nav ul li a.mean-expand {
  margin-top: 10px;
  padding: 0 !important;
  line-height: 14px;
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
  height: 30px;
  width: 30px;
  line-height: 30px;
  color: #fff;
  line-height: 30px;
  top: 0;
  font-weight: 400;
}
.mean-container .mean-nav ul li a.mean-expand:hover {
  color: var(--tp-theme-2);
  border-color: #888888;
}

.mean-container .mean-nav ul li > a > i {
  display: none;
}

.mean-container .mean-nav ul li > a.mean-expand i {
  display: inline-block;
}

.mean-container .mean-nav > ul > li:first-child > a {
  border-top: 0;
}

.mean-container .mean-nav ul li a.mean-expand.mean-clicked {
  color: var(--tp-theme-2);
}

.mean-container .mean-nav ul li a.mean-expand.mean-clicked i {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  color: var(--tp-common-white);
}

/*----------------------------------------*/
/*  15. HEADER CSS START
/*----------------------------------------*/
.header-top__space {
  padding: 20px 0;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .header-top__space {
    padding: 20px 0;
    padding-left: 60px;
    padding-right: 60px;
  }
}
.header-top__link span {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.1;
  color: var(--tp-common-black);
  margin-right: 5px;
}
.header-top__link span i {
  font-style: normal;
  color: var(--tp-grey-1);
}
.header-top__link a {
  height: 23px;
  width: 23px;
  line-height: 22px;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
  background-color: var(--tp-common-blue);
}
.header-top__link a:hover {
  background-color: var(--tp-theme-1);
}
.header-top__link a svg {
  margin-left: 2px;
}
.header-top__link a i {
  color: #fff;
}
.header-top__support span {
  font-weight: 400;
  font-size: 14px;
  line-height: 10px;
}
.header-top__support span a {
  color: var(--tp-common-black);
  font-weight: 500;
}
.header-top__support span a:hover {
  color: var(--tp-common-red);
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .header__space {
    padding: 15px 0;
  }
}

.header-bottom__area-2.header-sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  opacity: 1;
  visibility: visible;
  width: 100%;
  box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
  animation: 0.95s ease 0s normal forwards 1 running headerSlideDown;
  z-index: 999;
}
.header-bottom__area-2.header-sticky .tp-btn-white {
  box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
}
.header-bottom__area-2.header-sticky .header-bottom__main-menu > nav > ul > li > a {
  padding: 30px 0;
}
.header-bottom__area-2.header-sticky .header-bottom__bar {
  box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
}

.header-blur.header-sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  opacity: 1;
  visibility: visible;
  width: 100%;
  animation: 600ms ease-in-out 0s normal none 1 running fadeInDown;
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
  box-shadow: 0px 1px 3px rgba(3, 4, 28, 0.12);
  z-index: 999;
}
.header-blur.header-sticky.header-bottom__plr-4 {
  border: none;
}

.header-bottom__plr-5.header-sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: var(--tp-common-white);
  opacity: 1;
  visibility: visible;
  width: 100%;
  animation: 600ms ease-in-out 0s normal none 1 running fadeInDown;
  z-index: 999;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.header-bottom__plr-5.header-sticky .header-bottom__main-menu-5 nav > ul > li > a {
  padding: 31px 0;
}

.header-sticky-bg-2.header-sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: var(--tp-common-white);
  opacity: 1;
  visibility: visible;
  width: 100%;
  box-shadow: 0px 4px 10px rgba(3, 4, 28, 0.1);
  animation: 600ms ease-in-out 0s normal none 1 running fadeInDown;
  z-index: 999;
}
.header-sticky-bg-2.header-sticky .black-logo {
  display: block;
}
.header-sticky-bg-2.header-sticky .white-logo {
  display: none;
}
.header-sticky-bg-2.header-sticky .header-bottom__main-menu-inner ul li a {
  color: var(--tp-common-black);
}
.header-sticky-bg-2.header-sticky .header-bottom__bar {
  box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
}
.header-sticky-bg-2.header-sticky .header-bottom__main-menu-4 ul li a {
  color: var(--tp-common-black);
}
.header-sticky-bg-2.header-sticky .tp-header-2__main-menu > nav > ul > li > a {
  color: var(--tp-common-black);
  padding: 31px 0;
}
.header-sticky-bg-2.header-sticky .tp-header-2__right .tp-header-2__login {
  color: var(--tp-common-black);
  flex: 0 0 auto;
}
.header-sticky-bg-2.header-sticky .tp-header-2__right .tp-header-2__login:hover {
  color: #57B639;
}
.header-sticky-bg-2.header-sticky .tp-btn-white {
  box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
}
.header-sticky-bg-2.header-sticky .header-bottom__action-4 a svg {
  color: var(--tp-common-black);
}
.header-sticky-bg-2.header-sticky .header-bottom__action-4 a span {
  color: var(--tp-common-black);
}

.black-logo {
  display: none;
}

.header-bottom__lang > ul > li {
  position: relative;
  list-style: none;
}
.header-bottom__lang > ul > li > a {
  display: flex;
  align-items: center;
  height: 32px;
  padding: 0 5px 0 15px;
  border-radius: 30px;
  font-weight: 700;
  font-size: 14px;
  color: var(--tp-common-white);
  line-height: 0;
}
.header-bottom__lang > ul > li > a svg.child-1 {
  margin-right: 7px;
}
.header-bottom__lang > ul > li > a svg.child-2 {
  margin-left: 10px;
  transition: 0.4s;
}
.header-bottom__lang-submenu {
  position: absolute;
  top: 140%;
  left: 0px;
  width: 120px;
  background: var(--tp-common-white);
  z-index: 9;
  box-shadow: 0 30px 70px 6px rgba(11, 6, 70, 0.08);
  padding: 15px 20px;
  border-radius: 4px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.header-bottom__lang-submenu li {
  list-style: none;
  margin-bottom: 15px;
}
.header-bottom__lang-submenu li:last-child {
  margin-bottom: 0;
}
.header-bottom__lang-submenu li:hover {
  color: var(--tp-text-primary);
}
.header-bottom__lang-submenu.open {
  top: 100%;
  opacity: 1;
  visibility: visible;
}
.header-bottom__transparent {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 6;
}
.header-bottom__plr-4 {
  padding: 0px 315px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
@media only screen and (min-width: 1600px) and (max-width: 1800px) {
  .header-bottom__plr-4 {
    padding: 0px 230px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .header-bottom__plr-4 {
    padding: 0px 120px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .header-bottom__plr-4 {
    padding: 0px 15px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-bottom__plr-4 {
    padding: 0px 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .header-bottom__plr-4 {
    padding: 15px 15px;
  }
}
.header-bottom__plr-5 {
  padding: 0px 315px;
}
@media only screen and (min-width: 1600px) and (max-width: 1800px) {
  .header-bottom__plr-5 {
    padding: 0px 230px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .header-bottom__plr-5 {
    padding: 0px 120px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .header-bottom__plr-5 {
    padding: 0px 60px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-bottom__plr-5 {
    padding: 0px 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .header-bottom__plr-5 {
    padding: 15px 15px;
  }
}
.header-bottom__bdr {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .header-bottom__bdr {
    padding: 15px 0px;
  }
}
.header-bottom__main-menu nav ul {
  margin-left: -45px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-bottom__main-menu nav ul {
    margin-left: -2px;
  }
}
.header-bottom__main-menu nav ul li {
  display: inline-block;
  margin: 0px 17px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-bottom__main-menu nav ul li {
    margin: 0px 12px;
  }
}
.header-bottom__main-menu nav ul li:hover a {
  color: var(--tp-theme-1);
}
.header-bottom__main-menu nav ul li a {
  font-weight: 500;
  font-size: 15px;
  color: var(--tp-common-black);
  display: inline-block;
  padding: 40px 0;
}
.header-bottom__main-menu nav ul li .submenu {
  position: absolute;
  background-color: #fff;
  width: 240px;
  z-index: 999;
  margin-left: -1px;
  padding: 30px 0px;
  top: 100%;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
  box-shadow: 0px 8px 20px rgba(61, 110, 168, 0.2);
  transform: scaleY(0);
  transform-origin: top center;
}
.header-bottom__main-menu nav ul li .submenu > li {
  margin: 0;
  display: block;
  margin-bottom: 15px;
  padding: 0 40px;
}
.header-bottom__main-menu nav ul li .submenu > li:last-child {
  margin-bottom: 0;
}
.header-bottom__main-menu nav ul li .submenu > li > a {
  padding: 0;
  margin: 0;
  display: inline-block;
  text-transform: capitalizes;
  font-size: 14px;
  color: var(--tp-common-black);
  position: relative;
  letter-spacing: 1px;
  font-weight: 500;
}
.header-bottom__main-menu nav ul li .submenu > li > a::after {
  content: "";
  position: absolute;
  bottom: -2px;
  right: 0;
  left: auto;
  height: 1px;
  width: 0;
  background-color: var(--tp-theme-1);
  transition: 0.7s;
  display: inline-block;
}
.header-bottom__main-menu nav ul li .submenu > li:hover > a {
  color: var(--tp-theme-1);
}
.header-bottom__main-menu nav ul li .submenu > li:hover > a::after {
  width: 100%;
  right: auto;
  left: 0;
}
.header-bottom__main-menu nav ul li .submenu > li .submenu {
  left: 100%;
  top: 0;
}
.header-bottom__main-menu nav ul li:hover > .submenu {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
  transform: scaleY(1);
}
.header-bottom__main-menu nav ul li.menu-last li .submenu {
  right: 100% !important;
  left: auto !important;
}
.header-bottom__main-menu nav ul li.menu-last li:hover > .submenu {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
  transform: scaleY(1);
}
.header-bottom__main-menu-3 nav ul {
  margin-left: -20px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-bottom__main-menu-3 nav ul {
    margin-left: 0px;
  }
}
.header-bottom__main-menu-3 nav ul li {
  margin: 0px 12px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-bottom__main-menu-3 nav ul li {
    margin: 0px 8px;
  }
}
.header-bottom__main-menu-3 nav ul li a {
  font-weight: 500;
  font-size: 16px;
  line-height: 14px;
  letter-spacing: 0.02em;
  font-family: var(--tp-ff-urban);
  color: var(--tp-common-black);
  margin: 0px 7px;
}
.header-bottom__main-menu-4 > nav > ul {
  margin-left: 30px;
}
.header-bottom__main-menu-4 > nav > ul > li {
  margin: 0;
  position: relative;
}
.header-bottom__main-menu-4 > nav > ul > li .submenu {
  border-radius: 0;
  left: 1px;
  text-align: left;
}
.header-bottom__main-menu-4 > nav > ul > li::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0%;
  content: "";
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.14) 100%);
  filter: drop-shadow(0px 2px 0px #F8FF35);
  transition: 0.3s;
}
.header-bottom__main-menu-4 > nav > ul > li::before {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0%;
  height: 2px;
  content: "";
  background-color: var(--tp-common-yellow-3);
  transition: 0.3s;
}
.header-bottom__main-menu-4 > nav > ul > li > a {
  color: var(--tp-common-white);
  position: relative;
  z-index: 5;
  padding: 30px 0;
  padding-left: 22px;
  padding-right: 22px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-bottom__main-menu-4 > nav > ul > li > a {
    padding: 30px 15px;
  }
}
.header-bottom__main-menu-4 > nav > ul > li:hover::after {
  height: 100%;
}
.header-bottom__main-menu-4 > nav > ul > li:hover::before {
  width: 100%;
}
.header-bottom__main-menu-4 > nav > ul > li:hover a {
  color: var(--tp-common-white);
}
.header-bottom__main-menu-4.header-bottom__main-menu-inner nav ul {
  margin-left: -20px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-bottom__main-menu-4.header-bottom__main-menu-inner nav ul {
    margin-left: 25px;
  }
}
.header-bottom__main-menu-4.header-bottom__main-menu-inner nav ul li::after {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.1) 100%);
  filter: drop-shadow(0px 2px 0px #FFFFFF);
}
.header-bottom__main-menu-4.header-bottom__main-menu-inner nav ul li::before {
  background-color: white;
}
.header-bottom__main-menu-4.header-bottom__main-menu-inner nav ul li a {
  padding: 30px 22px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-bottom__main-menu-4.header-bottom__main-menu-inner nav ul li a {
    padding: 30px 18px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-bottom__main-menu-5 nav ul {
    margin-left: 0;
  }
}
.header-bottom__main-menu-5 nav ul li {
  margin: 0px 22px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-bottom__main-menu-5 nav ul li {
    margin: 0px 15px;
  }
}
.header-bottom__main-menu-5 nav ul li ul.submenu li {
  text-align: left;
}
.header-bottom__main-menu-5 nav ul li a {
  font-weight: 500;
  font-size: 16px;
  line-height: 14px;
  padding: 35px 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-bottom__main-menu-5 nav ul li a {
    font-size: 16px;
  }
}
.header-bottom__main-menu-5 nav ul li a:hover {
  color: var(--tp-common-blue-3);
}
.header-bottom__main-menu-5 nav ul li .submenu {
  border-radius: 0;
}
.header-bottom__action a {
  font-weight: 500;
  font-size: 15px;
  color: var(--tp-common-black);
  padding-left: 25px;
  margin-left: 25px;
  position: relative;
}
.header-bottom__action a svg {
  transform: translateY(-2px);
  transition: 0.3s;
}
.header-bottom__action a:hover {
  color: var(--tp-theme-1);
}
.header-bottom__action a:hover svg {
  color: var(--tp-theme-1);
}
.header-bottom__action a span {
  line-height: 0;
  margin-left: 5px;
}
.header-bottom__action a:first-child {
  padding-left: 0;
  margin-right: 0;
}
.header-bottom__action a:last-child::after {
  content: "";
  position: absolute;
  top: -4px;
  left: 0;
  width: 1px;
  height: 30px;
  background-color: var(--tp-common-black);
  opacity: 0.2;
}
.header-bottom__action .border-none:last-child::after {
  display: none;
}
.header-bottom__action-4 a {
  padding-left: 0px;
  margin-left: 0px;
  color: var(--tp-common-white);
}
.header-bottom__action-4 a:hover {
  color: var(--tp-common-yellow-3);
}
.header-bottom__action-4 a:hover svg {
  color: var(--tp-common-yellow-3);
}
.header-bottom__btn {
  line-height: 0;
}
.header-bottom__btn a {
  margin-left: 25px;
}
@media (max-width: 767px) {
  .header-bottom__btn a {
    box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
  }
}
.header-bottom__bar {
  height: 45px;
  width: 45px;
  border-radius: 50%;
  line-height: 45px;
  text-align: center;
  background-color: var(--tp-common-white);
  color: var(--tp-common-black);
  font-size: 18px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .header-mob-space {
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .header-mob-space {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

.tp-header-2__transparent {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 4;
}
.tp-header-2__plr {
  padding-left: 310px;
  padding-right: 310px;
}
@media only screen and (min-width: 1600px) and (max-width: 1800px) {
  .tp-header-2__plr {
    padding-left: 250px;
    padding-right: 250px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-header-2__plr {
    padding-left: 180px;
    padding-right: 180px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-header-2__plr {
    padding-left: 80px;
    padding-right: 80px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-header-2__plr {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-header-2__plr {
    padding: 15px 0;
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-header-2__plr {
    padding: 15px 15px;
  }
}
@media (max-width: 767px) {
  .tp-header-2__plr {
    padding: 15px 0;
  }
}
.tp-header-2__main-menu > nav > ul {
  margin-left: 15px;
}
.tp-header-2__main-menu > nav > ul > li {
  display: inline-block;
  list-style-type: none;
  margin: 0 23px;
  position: relative;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-header-2__main-menu > nav > ul > li {
    margin: 0 17px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-header-2__main-menu > nav > ul > li {
    margin: 0 12px;
    font-size: 15px;
  }
}
.tp-header-2__main-menu > nav > ul > li > .submenu {
  position: absolute;
  background-color: #fff;
  width: 240px;
  z-index: 999;
  margin-left: 0;
  padding: 30px 0px;
  top: 100%;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
  box-shadow: 0px 8px 20px rgba(61, 110, 168, 0.2);
  transform: scaleY(0);
  transform-origin: top center;
  text-align: left;
}
.tp-header-2__main-menu > nav > ul > li > .submenu > li {
  margin: 0;
  display: block;
  margin-bottom: 15px;
  padding: 0 40px;
}
.tp-header-2__main-menu > nav > ul > li > .submenu > li:last-child {
  margin-bottom: 0;
}
.tp-header-2__main-menu > nav > ul > li > .submenu > li > a {
  padding: 0;
  margin: 0;
  display: inline-block;
  text-transform: capitalizes;
  font-size: 14px;
  color: var(--tp-common-black);
  font-family: var(--tp-ff-mont);
  position: relative;
  letter-spacing: 1px;
  font-weight: 500;
}
.tp-header-2__main-menu > nav > ul > li > .submenu > li:hover a {
  color: var(--tp-common-green);
}
.tp-header-2__main-menu > nav > ul > li > .submenu > li .submenu {
  left: 100%;
  top: 0;
}
.tp-header-2__main-menu > nav > ul > li:hover > a {
  color: var(--tp-theme-2);
}
.tp-header-2__main-menu > nav > ul > li:hover > a::after {
  width: 100%;
  right: auto;
  left: 0;
}
.tp-header-2__main-menu > nav > ul > li:hover .submenu {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
  transform: scaleY(1);
}
.tp-header-2__main-menu > nav > ul > li > a {
  padding: 40px 0;
  font-weight: 500;
  font-size: 16px;
  line-height: 14px;
  color: var(--tp-common-white);
  font-family: var(--tp-ff-mont);
  display: inline-block;
  position: relative;
}
.tp-header-2__main-menu > nav > ul > li > a::after {
  content: "";
  position: absolute;
  bottom: 35%;
  right: 0;
  left: auto;
  height: 1.5px;
  width: 0;
  background-color: var(--tp-theme-2);
  transition: 0.7s;
  display: inline-block;
  box-shadow: 0px 4px 12px rgba(1, 16, 61, 0.14);
  border-radius: 6px;
}
.tp-header-2__login {
  font-weight: 600;
  font-size: 15px;
  line-height: 12px;
  letter-spacing: -0.02em;
  font-family: var(--tp-ff-mont);
  color: var(--tp-common-white);
}
.tp-header-2__login:hover {
  color: var(--tp-theme-2);
}
.tp-header-2__right a {
  margin-left: 25px;
  flex: 0 0 auto;
}

.inner-header-2 .header-bottom__main-menu-inner nav ul li::before {
  background-color: var(--tp-common-blue-4);
}
.inner-header-2 .header-bottom__main-menu-inner nav ul li::after {
  background: linear-gradient(180deg, rgba(96, 14, 228, 0) 0%, rgba(96, 14, 228, 0.1) 100%);
  filter: drop-shadow(0px 2px 0px #600EE4);
}
.inner-header-2 .header-bottom__main-menu-inner nav ul li a {
  color: var(--tp-common-black);
}
.inner-header-2.header-bottom__bdr {
  border-color: rgba(8, 8, 41, 0.1);
}
.inner-header-2 .header-bottom__action-2 svg {
  color: var(--tp-common-black);
  transition: 0.3s;
}
.inner-header-2 .header-bottom__action-2 span {
  color: var(--tp-common-black);
  transition: 0.3s;
}
.inner-header-2 .header-bottom__action-2:hover svg {
  color: var(--tp-common-blue-4);
}
.inner-header-2 .header-bottom__action-2:hover span {
  color: var(--tp-common-blue-4);
}

/*----------------------------------------*/
/*  16. HERO CSS START
/*----------------------------------------*/
.tp-hero__pl-pr {
  padding-top: 63px;
}
.tp-hero__bg {
  padding-top: 182px;
  padding-bottom: 400px;
  border-radius: 30px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-hero__bg {
    padding-top: 140px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-hero__bg {
    padding-top: 170px;
  }
}
@media (max-width: 767px) {
  .tp-hero__bg {
    padding-top: 50px;
    padding-bottom: 100px;
  }
}
.tp-hero__hero-title {
  font-weight: 700;
  font-size: 80px;
  line-height: 1.1;
  padding-bottom: 50px;
  overflow: hidden;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-hero__hero-title {
    font-size: 60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-hero__hero-title {
    font-size: 50px;
  }
}
@media (max-width: 767px) {
  .tp-hero__hero-title {
    font-size: 40px;
    padding-bottom: 28px;
  }
}
.tp-hero__title-shape {
  position: absolute;
  bottom: 22px;
  left: 0;
  right: 0;
  z-index: 1;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-hero__title-shape {
    bottom: 0;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-hero__title-shape svg {
    width: 50%;
  }
}
.tp-hero__title-shape svg path.line1 {
  stroke-width: 2.7px;
  stroke: var(--tp-theme-1);
  stroke-dasharray: 2300;
  stroke-dashoffset: 3200;
  animation: dash 2s linear both;
}
.tp-hero__sm-img {
  height: 170px !important;
}
.tp-hero__sm-img img {
  height: 170px !important;
}
.tp-hero__content-box p {
  font-weight: 400;
  font-size: 15px;
  line-height: 14px;
  color: rgba(1, 16, 61, 0.6);
}
.tp-hero__input {
  margin: 0px 170px;
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-hero__input {
    margin: 0px 70px;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .tp-hero__input {
    margin: 0px;
    margin-bottom: 20px;
  }
}
.tp-hero__input input {
  background-color: var(--tp-common-white);
  border: none;
  height: 60px;
  width: 100%;
  border-radius: 40px;
  padding-left: 55px;
  padding-right: 180px;
  font-weight: 400;
  font-size: 14px;
}
@media (max-width: 767px) {
  .tp-hero__input input {
    padding-right: 20px;
  }
}
.tp-hero__input button {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .tp-hero__input button {
    position: static;
    transform: translate(0);
    margin-top: 20px;
  }
}
.tp-hero__input svg {
  position: absolute;
  top: 50%;
  left: 25px;
  transform: translateY(-50%);
}
.tp-hero__thumb-wrapper-main {
  position: relative;
}
.tp-hero__thumb-wrapper-main::after {
  position: absolute;
  content: "";
  top: 47px;
  left: -40px;
  right: 0;
  height: 100%;
  width: 108%;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.0224) 0%, rgba(255, 255, 255, 0) 100%);
  border: 1px solid rgba(255, 255, 255, 0.14);
  filter: drop-shadow(0px 30px 50px rgba(1, 6, 20, 0.12));
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: 0px 30px 50px rgba(1, 6, 20, 0.12);
  border-radius: 20px;
  z-index: -1;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-hero__thumb-wrapper-main::after {
    top: 39px;
    left: -26px;
  }
}
@media (max-width: 767px) {
  .tp-hero__thumb-wrapper-main::after {
    top: 22px;
    left: -13px;
  }
}
.tp-hero__thumb-wrapper {
  border: 6px solid var(--tp-common-white);
  padding: 30px;
  position: relative;
  background: #F1EFF4;
  box-shadow: 0px 1px 3px rgba(18, 20, 32, 0.2);
  border-radius: 20px;
  margin-top: -340px;
}
@media (max-width: 767px) {
  .tp-hero__thumb-wrapper {
    margin-top: -365px;
  }
}
.tp-hero__box-shadow-none img {
  box-shadow: none;
}
.tp-hero__shape-img-1 {
  position: absolute;
  top: 20%;
  left: -18%;
  animation: tpupdown 0.8s infinite alternate;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-hero__shape-img-1 {
    left: -17%;
  }
}
.tp-hero__shape-img-2 {
  position: absolute;
  bottom: -19%;
  right: -16%;
  animation: tpupdown 1s infinite alternate;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-hero__shape-img-2 {
    bottom: -32%;
    right: -5%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-hero__shape-img-2 {
    bottom: -36%;
    right: -5%;
  }
}
@media (max-width: 767px) {
  .tp-hero__shape-img-2 {
    bottom: -74%;
    right: -10%;
  }
}

.tp-hero-2__ptb {
  padding-top: 200px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-hero-2__ptb {
    padding-top: 130px;
  }
}
@media (max-width: 767px) {
  .tp-hero-2__ptb {
    padding-top: 150px;
  }
}
.tp-hero-2__plr {
  padding-left: 310px;
  padding-right: 310px;
}
@media only screen and (min-width: 1600px) and (max-width: 1800px) {
  .tp-hero-2__plr {
    padding-left: 250px;
    padding-right: 250px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-hero-2__plr {
    padding-left: 180px;
    padding-right: 180px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-hero-2__plr {
    padding-left: 80px;
    padding-right: 80px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-hero-2__plr {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-hero-2__plr {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 767px) {
  .tp-hero-2__plr {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.tp-hero-2__title {
  font-weight: 600;
  font-size: 96px;
  line-height: 1;
  letter-spacing: -0.04em;
  color: var(--tp-common-white);
  font-family: var(--tp-ff-mont);
  padding-bottom: 35px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-hero-2__title {
    font-size: 90px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-hero-2__title {
    font-size: 80px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-hero-2__title {
    font-size: 77px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-hero-2__title {
    font-size: 65px;
  }
}
@media (max-width: 767px) {
  .tp-hero-2__title {
    font-size: 46px;
  }
}
.tp-hero-2__user {
  padding-bottom: 70px;
}
.tp-hero-2__user h4 {
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: rgba(255, 255, 255, 0.6);
  font-family: var(--tp-ff-mont);
}
.tp-hero-2__user h4 span {
  color: var(--tp-common-white);
  padding: 0px 8px;
}
.tp-hero-2__btn {
  padding-bottom: 110px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-hero-2__btn {
    padding-bottom: 45px;
  }
}
@media (max-width: 767px) {
  .tp-hero-2__btn {
    padding-bottom: 40px;
  }
}
.tp-hero-2__user-img {
  padding-top: 12px;
}
.tp-hero-2__shape-1 {
  position: absolute;
  top: 13px;
  left: 39px;
}
.tp-hero-2__shape-1 svg path {
  stroke: var(--tp-common-white);
  stroke-dasharray: 560;
  stroke-dashoffset: 560;
  animation: section_stroke 2s linear forwards;
  -webkit-animation: section_stroke 2s linear forwards;
}
.tp-hero-2__main-img {
  margin-right: -60px;
}
@media only screen and (min-width: 1600px) and (max-width: 1800px) {
  .tp-hero-2__main-img {
    margin-right: -130px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-hero-2__main-img {
    margin-right: -150px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-hero-2__main-img {
    margin-right: -60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-hero-2__main-img {
    margin-right: 0px;
  }
}
.tp-hero-2__main-img img {
  max-width: inherit;
}
@media (max-width: 767px) {
  .tp-hero-2__main-img img {
    max-width: 100%;
  }
}
.tp-hero-2__sub-img-1 {
  position: absolute;
  top: 25%;
  right: -8%;
  overflow: hidden;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-hero-2__sub-img-1 {
    right: 0px;
  }
}
.tp-hero-2__sub-img-1 img {
  backdrop-filter: blur(12px);
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 20px !important;
}
.tp-hero-2__sub-img-2 {
  position: absolute;
  top: 46%;
  right: -10%;
}
@media only screen and (max-width: 1050px) and (min-width: 991px) {
  .tp-hero-2__sub-img-2 {
    top: 49%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-hero-2__sub-img-2 {
    right: 0px;
  }
}
.tp-hero-2__sub-img-3 {
  position: absolute;
  bottom: 20%;
  left: 5%;
  z-index: -1;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-hero-2__sub-img-3 {
    left: 3px;
  }
}
.tp-hero-2__sub-img-4 {
  position: absolute;
  top: 6%;
  right: 6%;
}
.tp-hero-2__shape-img-1 {
  position: absolute;
  top: 68%;
  left: 30%;
}

.tp-hero-left-shape {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

@media (max-width: 767px) {
  .tp-hero-pt {
    padding-top: 120px;
  }
}

.tp-hero-title-3 {
  font-weight: 700;
  font-size: 86px;
  line-height: 0.88;
  letter-spacing: -0.01em;
  font-family: var(--tp-ff-urban);
  color: var(--tp-common-black);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-hero-title-3 {
    font-size: 73px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-hero-title-3 {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .tp-hero-title-3 {
    font-size: 37px;
  }
}
.tp-hero-title-3 i {
  font-style: normal;
  overflow: hidden;
  display: inline-block;
}
.tp-hero-title-3 i i.child-1 {
  transform: translateY(150px);
  overflow: hidden;
  opacity: 0;
}
.tp-hero-title-3 span {
  font-style: italic;
  font-weight: 400;
  font-family: var(--tp-ff-dm);
}

.tp-hero-title-box p {
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0.01em;
  color: #595B62;
  font-family: var(--tp-ff-urban);
  padding-bottom: 20px;
}
@media (max-width: 767px) {
  .tp-hero-title-box p {
    font-size: 15px;
    line-height: 22px;
  }
  .tp-hero-title-box p br {
    display: none;
  }
}

.tp-hero-gradient-bg {
  position: absolute;
  top: 0;
  left: 0;
  background-color: var(--tp-common-white);
  width: 100%;
}
.tp-hero-gradient-bg img {
  background: linear-gradient(180deg, #D9D9D9 0%, rgba(217, 217, 217, 0) 55.86%);
  background-blend-mode: soft-light;
  width: 100%;
}

.tp-hero-browser-item {
  text-align: center;
  margin: 0px 7px;
  margin-bottom: 10px;
}
.tp-hero-browser-item a {
  display: inline-block;
  margin-bottom: 7px;
}
.tp-hero-browser-item p {
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 0.02em;
  color: #A0A3AB;
  font-family: var(--tp-ff-urban);
  margin-bottom: 0;
}

.tp-hero-btn-3 {
  margin-bottom: 15px;
}
.tp-hero-btn-3 a {
  margin: 0px 7px;
  margin-bottom: 20px;
}

.tp-hero-3-shape-1 {
  position: absolute;
  top: 0%;
  right: 8%;
}
.tp-hero-3-shape-2 {
  position: absolute;
  bottom: 2%;
  right: 33%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-hero-3-shape-2 {
    bottom: -7%;
    right: 30%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-hero-3-shape-2 {
    bottom: -6%;
    right: 43%;
  }
}
@media (max-width: 767px) {
  .tp-hero-3-shape-2 {
    bottom: -9%;
  }
}
.tp-hero-3-shape-3 {
  position: absolute;
  top: 16%;
  left: -3%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-hero-3-shape-3 {
    top: 6%;
    left: 2%;
  }
}
.tp-hero-3-shape-4 {
  position: absolute;
  top: 16%;
  right: -8%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-hero-3-shape-4 {
    top: -41%;
    right: 2%;
  }
}
.tp-hero-3-shape-5 {
  position: absolute;
  top: 32%;
  left: -10%;
  z-index: 33;
}
.tp-hero-3-shape-5 img {
  transform-origin: bottom right;
  animation: jumpTwo 5s infinite linear;
}
.tp-hero-3-shape-6 {
  position: absolute;
  top: 21%;
  right: -2%;
  z-index: 3;
}
.tp-hero-3-shape-6 span svg path {
  stroke: var(--tp-common-black);
  stroke-dasharray: 560;
  stroke-dashoffset: 560;
  animation: section_stroke 2s linear forwards;
  -webkit-animation: section_stroke 2s linear forwards;
}

.tp-hero-overlay {
  background-color: var(--tp-common-blue-2);
  position: relative;
  z-index: 1;
}
.tp-hero-overlay::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(358.24deg, rgba(13, 92, 225, 0.9) 1.52%, rgba(13, 92, 225, 0) 90.93%);
  transform: matrix(1, 0, 0, -1, 0, 0);
  z-index: -1;
}
@media (max-width: 767px) {
  .tp-hero-overlay {
    padding-top: 130px;
  }
}

.tp-hero-glob-img {
  position: absolute;
  right: 15%;
  bottom: -6%;
  -webkit-animation: animationglob 50s cubic-bezier(1, 0.99, 0.03, 0.01) infinite;
  animation: animationglob 30s cubic-bezier(1, 0.99, 0.03, 0.01) infinite;
}

.tp-hero-4-main-img {
  animation: tpupdown 0.8s infinite alternate;
}

.tp-hero-4-sub-img {
  position: absolute;
  bottom: -27%;
  right: 11%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-hero-4-sub-img {
    right: 2%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-hero-4-sub-img {
    bottom: -23%;
    right: 23%;
  }
}
@media (max-width: 767px) {
  .tp-hero-4-sub-img {
    bottom: -38%;
    right: -2%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-hero-4-sub-img {
    bottom: -22%;
    right: 13%;
  }
}
.tp-hero-4-shape-img {
  position: absolute;
  left: 0;
  top: 10%;
}

.tp-hero-title-4 {
  font-weight: 600;
  font-size: 96px;
  line-height: 1.1;
  letter-spacing: -0.02em;
  color: var(--tp-common-white);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-hero-title-4 {
    font-size: 85px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-hero-title-4 {
    font-size: 70px;
  }
}
@media (max-width: 767px) {
  .tp-hero-title-4 {
    font-size: 42px;
    padding-bottom: 20px;
  }
}

@media (max-width: 767px) {
  .tp-hero-4-section-box {
    margin-bottom: 50px;
  }
}

.tp-hero-title-5 {
  font-weight: 200;
  font-size: 74px;
  line-height: 0.85;
  letter-spacing: -0.03em;
  overflow: hidden;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-hero-title-5 {
    font-size: 65px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-hero-title-5 {
    font-size: 55px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-hero-title-5 {
    font-size: 47px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-hero-title-5 {
    font-size: 57px;
    line-height: 0.8;
  }
  .tp-hero-title-5 br {
    display: none;
  }
}
@media (max-width: 767px) {
  .tp-hero-title-5 {
    font-size: 35px;
    line-height: 0.8;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-hero-title-5 {
    font-size: 55px;
    line-height: 0.8;
  }
}
.tp-hero-title-5 i {
  font-style: normal;
  overflow: hidden;
  display: inline-block;
}
.tp-hero-title-5 i i.child-2 {
  transform: translateY(150px);
  opacity: 0;
  display: inline-block;
  padding-bottom: 20px;
}
.tp-hero-title-5 span.child-1 {
  font-weight: 700;
  letter-spacing: -0.03em;
  color: var(--tp-common-blue-4);
}
.tp-hero-title-5 span.child-1 svg {
  position: absolute;
  bottom: 0;
  left: 0;
}
.tp-hero-title-5 span.child-2 {
  font-weight: 700;
  letter-spacing: -0.03em;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-hero-five-section-box p {
    font-size: 15px;
  }
}

.tp-hero-five__plr-5 {
  padding: 0px 315px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-hero-five__plr-5 {
    padding: 0px 120px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-hero-five__plr-5 {
    padding: 0px 60px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-hero-five__plr-5 {
    padding: 0 15px;
  }
}
@media (max-width: 767px) {
  .tp-hero-five__plr-5 {
    padding: 0px;
  }
}
.tp-hero-five__ptb-5 {
  padding-top: 270px;
  padding-bottom: 170px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-hero-five__ptb-5 {
    padding-top: 210px;
    padding-bottom: 150px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-hero-five__ptb-5 {
    padding-top: 160px;
    padding-bottom: 100px;
  }
}
@media (max-width: 767px) {
  .tp-hero-five__ptb-5 {
    padding-top: 160px;
    padding-bottom: 100px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-hero-five-thumb {
    text-align: end;
  }
}
.tp-hero-five-thumb img {
  max-width: inherit;
  box-shadow: -14px 20px 50px rgba(32, 33, 36, 0.2);
  border-radius: 16px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-hero-five-thumb img {
    max-width: 100%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-hero-five-thumb img {
    width: 90%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-hero-five-thumb img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .tp-hero-five-thumb img {
    max-width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-hero-five-btn-box {
    margin-bottom: 40px;
  }
}
.tp-hero-five__bg {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 31%;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
  transform: rotateX(-180deg);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-hero-five__bg {
    width: 28%;
  }
}
@media (max-width: 767px) {
  .tp-hero-five__bg {
    display: none;
  }
}
.tp-hero-five-section-box p {
  padding-bottom: 30px;
}
@media (max-width: 767px) {
  .tp-hero-five-section-box p {
    font-size: 15px;
  }
  .tp-hero-five-section-box p br {
    display: none;
  }
}
.tp-hero-five__shape-1 {
  position: absolute;
  bottom: 7%;
  left: 9%;
  z-index: -1;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-hero-five__shape-1 {
    bottom: 3%;
  }
}
.tp-hero-five__shape-2 {
  position: absolute;
  top: 14%;
  left: -3%;
  animation: moving 9s linear infinite;
}
.tp-hero-five__shape-3 {
  position: absolute;
  top: 27%;
  left: 3%;
  animation: movingleftright1 infinite 18s;
}
.tp-hero-five__shape-4 {
  position: absolute;
  bottom: 12%;
  left: 45%;
  animation: moving 9s linear infinite;
}

@media (max-width: 767px) {
  .tp-hero-five-btn-box {
    flex-wrap: wrap;
    margin-bottom: 30px;
  }
}

.mouse-scroll-btn {
  display: inline-block;
  width: 16px;
  height: 25px;
  border: 2px solid #5F6168;
  border-radius: 30px;
  outline: none;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 28px;
  z-index: 5;
}
.mouse-scroll-btn::before {
  position: absolute;
  top: 4px;
  left: 3px;
  content: "";
  height: 6px;
  width: 6px;
  border: 2px solid #5F6168;
  border-radius: 50%;
  animation: scroll 1s infinite ease-in-out alternate;
}

.tp-hero-2__mouse-scroll {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 6px;
  z-index: 5;
}
.tp-hero-2__mouse-scroll span {
  display: block;
  font-family: var(--tp-ff-mont);
  font-weight: 500;
  font-size: 14px;
  color: #5F6168;
  transform: translateY(-4px);
}

.scroll-bg {
  position: absolute;
  bottom: -2px;
  left: 50%;
  transform: translateX(-50%);
}

.tp-hero-2__shape-img-1 svg path.line-2 {
  stroke: var(--tp-common-white);
  stroke-dasharray: 2300;
  stroke-dashoffset: 3500;
  animation: dash 4s linear forwards;
}

.tp-hero-3-border-wrap .redius-shape-1 {
  height: 500px;
  width: 500px;
  background-color: var(--tp-theme-3);
  display: inline-block;
  border-radius: 50%;
  position: absolute;
  top: 132px;
  left: 25px;
  will-change: border-radius, transform, opacity;
  animation: sliderShape 8s linear infinite;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-hero-3-border-wrap .redius-shape-1 {
    top: 70px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-hero-3-border-wrap .redius-shape-1 {
    height: 300px;
    width: 330px;
    top: 100px;
  }
}
.tp-hero-3-border-wrap .redius-shape-2 {
  top: 62%;
  left: 38%;
  height: 200px;
  width: 200px;
  background-color: #65CB7B;
  position: absolute;
  border-radius: 36% 64% 43% 57%/34% 45% 55% 66%;
  display: inline-block;
  will-change: border-radius, transform, opacity;
  animation: sliderShape 15s linear infinite;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-hero-3-border-wrap .redius-shape-2 {
    top: 48%;
  }
}
.tp-hero-3-border-wrap .redius-shape-3 {
  top: 2%;
  right: 8%;
  height: 375px;
  width: 375px;
  background-color: #807DFB;
  position: absolute;
  border-radius: 50%;
  display: inline-block;
  will-change: border-radius, transform, opacity;
  animation: sliderShape 7s linear infinite;
}

.tp-hero-five-2-thumb {
  mask-image: url(../img/hero/hero-5.svg);
  -webkit-mask-image: url(../img/hero/hero-5.svg);
  height: 100%;
  width: 100%;
  mask-repeat: no-repeat;
  background-position: center center;
  overflow: hidden;
}
@media only screen and (min-width: 1600px) and (max-width: 1800px) {
  .tp-hero-five-2-thumb {
    transform: scale(0.9);
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-hero-five-2-thumb {
    transform: scale(0.8);
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-hero-five-2-thumb {
    transform: scale(0.8);
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-hero-five-2-thumb {
    transform: scale(0.8);
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-hero-five-2-thumb {
    mask-image: none;
    -webkit-mask-image: none;
  }
}

.tp-hero-five-2-thumb-main {
  position: absolute;
  top: 0;
  right: 0;
}
@media only screen and (min-width: 1600px) and (max-width: 1800px) {
  .tp-hero-five-2-thumb-main {
    top: -2%;
    right: -5%;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-hero-five-2-thumb-main {
    top: -6%;
    right: -8%;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-hero-five-2-thumb-main {
    top: -6%;
    right: -20%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-hero-five-2-thumb-main {
    position: absolute;
    top: -12%;
    right: -25%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-hero-five-2-thumb-main {
    position: static;
  }
}

.tp-hero-five-2-thumb-inner {
  margin-top: 60px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-hero-five-2-thumb-inner {
    margin-top: 0;
  }
}

.tp-hero-five-section-wrap {
  margin-left: -60px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-hero-five-section-wrap {
    margin-left: 0;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-hero-five-section-wrap {
    margin-left: 45px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-hero-five-section-wrap {
    margin-left: 0px;
    padding-top: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-hero-five-section-wrap {
    margin-left: 0px;
  }
}
@media (max-width: 767px) {
  .tp-hero-five-section-wrap {
    margin-left: 0px;
  }
}

.tp-hero-five-2-sub-img-1 {
  position: absolute;
  top: 32%;
  left: 35%;
  animation: tptranslateX2 4s infinite alternate;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-hero-five-2-sub-img-1 {
    top: 40%;
    left: 38%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-hero-five-2-sub-img-1 {
    top: 52%;
    left: 38%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-hero-five-2-sub-img-1 img {
    width: 70%;
  }
}
.tp-hero-five-2-sub-img-2 {
  position: absolute;
  bottom: 11%;
  left: 7%;
  animation: tpupdown 1.5s infinite alternate;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-hero-five-2-sub-img-2 {
    bottom: 19%;
    left: 17%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-hero-five-2-sub-img-2 {
    bottom: 30%;
    left: 30%;
  }
}
.tp-hero-five-2-sub-img-2 img {
  box-shadow: 0px 30px 50px rgba(18, 17, 22, 0.04);
  backdrop-filter: blur(10px);
  border-radius: 24px;
  height: 100%;
  width: 100%;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-hero-five-2-sub-img-2 img {
    width: 80%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-hero-five-2-sub-img-2 img {
    width: 60%;
  }
}

.tp-hero-bg-single {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-hero-bg-single img {
    height: 700px;
  }
}
@media (max-width: 767px) {
  .tp-hero-bg-single {
    top: 15px;
  }
  .tp-hero-bg-single img {
    height: 500px;
  }
}

@media (max-width: 767px) {
  .tp-hero-five-2-thumb {
    margin-right: -100px;
  }
}

/*ss code here */
.tp-hero-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  background: linear-gradient(180.21deg, #FFF9F9 -64.58%, rgba(255, 255, 255, 0.1) 115.31%), linear-gradient(90deg, #FFC368 0%, #D569E1 50%, #4164E1 100%);
  opacity: 0.9;
  border-radius: 30px;
  margin: auto;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-hero-bg {
    width: 110%;
    left: -50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-hero-bg {
    width: 110%;
    left: -40px;
  }
}
@media (max-width: 767px) {
  .tp-hero-bg {
    width: 120%;
    left: -40px;
    top: 20px;
  }
}
@media (max-width: 600px) {
  .tp-hero-bg {
    width: 100%;
    left: 0;
    top: 20px;
  }
}
.tp-hero-bg img {
  position: absolute;
  width: 100%;
  height: 100% !important;
}

.tp-hero-mlr {
  padding-left: 0;
  padding-right: 0;
  margin-left: 60px;
  margin-right: 60px;
}

.tp-hero-shape-1 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0.6;
}
.tp-hero-shape-2 {
  position: absolute;
  right: 0;
  top: 0;
  mix-blend-mode: soft-light;
  opacity: 0.6;
}

/*----------------------------------------*/
/*  13. FEATURE CSS START
/*----------------------------------------*/
.tp-feature__bottom-shape {
  position: absolute;
  left: 0;
  bottom: -125px;
  z-index: -1;
  width: 100%;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-feature__bottom-shape {
    bottom: -15px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-feature__bottom-shape {
    bottom: 22px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-feature__bottom-shape {
    bottom: 75px;
  }
}
@media (max-width: 767px) {
  .tp-feature__bottom-shape {
    bottom: 90px;
  }
}
.tp-feature__bottom-shape img {
  width: 100%;
}
@media (max-width: 767px) {
  .tp-feature__pt-pb {
    padding-top: 80px;
  }
}
.tp-feature__item {
  background: #FFFFFF;
  box-shadow: 0px 1px 3px rgba(18, 20, 32, 0.2);
  border-radius: 30px;
  padding: 50px 40px;
  transition: 0.3s;
}
.tp-feature__item:hover {
  box-shadow: 0px 20px 30px rgba(1, 6, 20, 0.1);
  border-radius: 30px;
}
.tp-feature__item:hover .tp-feature__icon img {
  transform: scaleX(-1);
}
.tp-feature__icon {
  margin-bottom: 35px;
}
.tp-feature__icon img {
  transition: transform 0.5s ease;
}
.tp-feature__title-sm {
  font-weight: 700;
  font-size: 24px;
  line-height: 1.3;
  padding-bottom: 20px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-feature__title-sm {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .tp-feature__title-sm {
    font-size: 21px;
  }
}
.tp-feature__link {
  display: inline-block;
}
.tp-feature__link:hover a {
  box-shadow: inset 0 0 0 30px var(--tp-common-blue);
}
.tp-feature__link:hover a svg {
  color: var(--tp-common-white);
}
.tp-feature__link a {
  height: 44px;
  width: 44px;
  line-height: 41px;
  border-radius: 50%;
  background: rgba(41, 93, 251, 0.1);
  display: inline-block;
  text-align: center;
  transition: 0.4s;
}
.tp-feature__link a svg {
  transition: 0.4s;
  color: var(--tp-theme-1);
}

.tp-feature-five-section-box p {
  font-weight: 400;
  font-size: 17px;
  line-height: 26px;
  color: #5F6168;
}
@media (max-width: 767px) {
  .tp-feature-five-section-box p br {
    display: none;
  }
}
.tp-feature-five-section-box p span {
  font-weight: 600;
  font-size: 17px;
  line-height: 26px;
  color: #141125;
}
.tp-feature-five-wrapper-main {
  padding-top: 10px;
  padding-bottom: 70px;
}
.tp-feature-five-wrapper {
  transition: 0.3s;
}
.tp-feature-five-wrapper:hover {
  box-shadow: 0px 30px 60px rgba(32, 33, 36, 0.2);
  border-radius: 16px;
  position: relative;
  z-index: 9;
}
.tp-feature-five-item {
  box-shadow: 0px 1px 2px rgba(32, 33, 36, 0.1);
  border-radius: 16px 0px 0px 16px;
  padding: 40px;
  background-color: var(--tp-common-white);
  overflow: hidden;
  transition: 0.3s;
}
.tp-feature-five-icon {
  height: 85px;
  width: 85px;
  line-height: 85px;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
  margin-bottom: 40px;
}
.tp-feature-five-title-sm {
  font-weight: 600;
  font-size: 20px;
  line-height: 26px;
  text-align: center;
  color: #141125;
  padding-bottom: 5px;
}
.tp-feature-five-content p {
  font-weight: 400;
  font-size: 15px;
  line-height: 24px;
  text-align: center;
  color: #5F6168;
  padding-bottom: 15px;
}
.tp-feature-five-shape-color {
  height: 100%;
  width: 100%;
  background-color: #FF7A59;
  border-radius: 50%;
  position: absolute;
  top: 0%;
  left: 0%;
  transition: 0.3s;
  z-index: -1;
}
.tp-feature-five-shape-color-2 {
  background: #FFE01B;
}
.tp-feature-five-shape-color-3 {
  background: #AAE0F4;
}
.tp-feature-five-shape-color-4 {
  background: #03363D;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-feature-five-item-1 {
    border-radius: 16px 0px 0px 0px;
  }
}
.tp-feature-five-item-1:hover {
  position: relative;
  z-index: 5;
  transform: scale(1.1);
  border-radius: 16px;
  box-shadow: none;
}
.tp-feature-five-item-1:hover .tp-feature-five-shape-color {
  transform: scale(3.7);
  top: -125%;
}
.tp-feature-five-item-2 {
  border-radius: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-feature-five-item-2 {
    border-radius: 0px 16px 16px 0px;
  }
}
.tp-feature-five-item-2:hover {
  position: relative;
  z-index: 5;
  transform: scale(1.1);
  border-radius: 16px;
  box-shadow: none;
}
.tp-feature-five-item-2:hover .tp-feature-five-shape-color {
  transform: scale(3.5);
  top: -105%;
}
.tp-feature-five-item-3 {
  border-radius: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-feature-five-item-3 {
    border-radius: 0px 0px 0px 16px;
  }
}
.tp-feature-five-item-3:hover {
  position: relative;
  z-index: 5;
  transform: scale(1.1);
  border-radius: 16px;
  box-shadow: none;
}
.tp-feature-five-item-3:hover .tp-feature-five-shape-color {
  transform: scale(3.5);
  top: -105%;
}
.tp-feature-five-item-4 {
  border-radius: 0px 16px 16px 0px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-feature-five-item-4 {
    border-radius: 0px 0px 16px 0px;
  }
}
.tp-feature-five-item-4:hover {
  position: relative;
  z-index: 5;
  transform: scale(1.1);
  border-radius: 16px;
  box-shadow: none;
}
.tp-feature-five-item-4:hover .tp-feature-five-shape-color {
  transform: scale(3.5);
  top: -105%;
}
.tp-feature-five-link span {
  font-weight: 400;
  font-size: 22px;
  line-height: 24px;
  text-align: center;
  color: var(--tp-common-black);
}
@media (max-width: 767px) {
  .tp-feature-five-link span {
    font-size: 20px;
    line-height: 24px;
  }
}
.tp-feature-five-link span a {
  font-weight: 600;
  font-size: 22px;
  line-height: 24px;
  color: #6B14FA;
  text-decoration: underline;
}
@media (max-width: 767px) {
  .tp-feature-five-link span a {
    font-size: 20px;
    line-height: 24px;
  }
}

/*----------------------------------------*/
/*  18. PAYMENT CSS START
/*----------------------------------------*/
.tp-payment__mlr {
  margin-left: 100px;
  margin-right: 100px;
}
.tp-payment__title-box p {
  font-weight: 400;
  font-size: 20px;
  color: var(--tp-grey-1);
}
@media (max-width: 767px) {
  .tp-payment__title-box p {
    font-size: 16px;
  }
}
.tp-payment__item {
  background: linear-gradient(284.05deg, #EBD1FF 8.66%, rgba(244, 233, 252, 0.54) 92.88%);
  border-radius: 40px;
  padding: 55px 70px;
  overflow: hidden;
  min-height: 440px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-payment__item {
    padding: 35px;
  }
}
@media (max-width: 767px) {
  .tp-payment__item {
    padding: 30px;
  }
}
.tp-payment__title {
  font-weight: 600;
  font-size: 30px;
  line-height: 40px;
  font-family: var(--tp-ff-mont);
  padding-bottom: 10px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-payment__title {
    font-size: 20px;
    line-height: 26px;
  }
}
@media (max-width: 767px) {
  .tp-payment__title {
    font-size: 24px;
    line-height: 28px;
  }
}
.tp-payment__content {
  position: relative;
  z-index: 9;
}
.tp-payment__content.tp-payment__content-space {
  padding-top: 35px;
}
.tp-payment__content p {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  padding-bottom: 90px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-payment__content p br {
    display: none;
  }
}
@media (max-width: 767px) {
  .tp-payment__content p {
    font-size: 15px;
    padding-bottom: 10px;
  }
  .tp-payment__content p br {
    display: none;
  }
}
.tp-payment__content a {
  font-weight: 600;
  font-size: 16px;
  line-height: 12px;
  font-family: var(--tp-ff-mont);
  color: var(--tp-common-black);
  position: relative;
}
.tp-payment__content a::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: -2px;
  width: 0;
  height: 1px;
  background-color: var(--tp-common-black);
  transition: width 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.tp-payment__content a i {
  margin-left: 6px;
  transition: transform 0.3s cubic-bezier(0.25, 1, 0.5, 1);
}
.tp-payment__content a:hover {
  color: var(--tp-common-black);
}
.tp-payment__content a:hover::after {
  width: 100%;
}
.tp-payment__content a:hover i {
  transform: translateX(4px);
}
.tp-payment__shape-1 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.tp-payment__shape-1 img {
  opacity: 0.1;
}
.tp-payment__shape-2 {
  position: absolute;
  bottom: -1px;
  right: 90px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-payment__shape-2 {
    right: 0;
  }
}
@media (max-width: 767px) {
  .tp-payment__shape-2 {
    position: relative;
    right: 0;
    padding-bottom: 0px;
    top: 30px;
  }
}
.tp-payment__shape-3 {
  position: absolute;
  bottom: 14%;
  right: 34%;
  z-index: -1;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-payment__shape-3 {
    bottom: -1%;
    right: 31%;
  }
}
.tp-payment__shape-4 {
  position: absolute;
  bottom: 16%;
  right: 36%;
}
.tp-payment__shape-5 {
  position: absolute;
  bottom: -26%;
  right: -3%;
}
.tp-payment__shape-6 {
  position: absolute;
  bottom: 9%;
  right: 4%;
  z-index: -1;
  opacity: 0.5;
}
.tp-payment__shape-7 {
  position: absolute;
  bottom: -4%;
  left: 10%;
}
.tp-payment__shape-7 img {
  width: 70%;
}
.tp-payment__shape-8 {
  position: absolute;
  bottom: 18%;
  left: -2%;
}
.tp-payment__shape-8 img {
  width: 80%;
}
.tp-payment__shape-9 {
  position: absolute;
  bottom: 6%;
  right: 0%;
}
.tp-payment__shape-10 {
  position: absolute;
  bottom: 12%;
  left: 0%;
}
.tp-payment__shape-11 {
  position: absolute;
  bottom: -5%;
  left: 31%;
}
.tp-payment__bg-color-2 {
  background: linear-gradient(142.23deg, #FFF7F1 7.63%, #FAE9EF 99.01%), linear-gradient(142.23deg, #FFF7F1 7.63%, #FAE9EF 99.01%);
  border-radius: 40px;
}
.tp-payment__bg-color-3 {
  background: linear-gradient(142.23deg, #F3F8FF 7.63%, #CEDBFF 99.01%);
  border-radius: 40px;
}

@media (max-width: 767px) {
  .tp-account-bg {
    margin-bottom: 60px;
  }
}

.tp-payment-method__space {
  padding-bottom: 250px;
}
@media (max-width: 767px) {
  .tp-payment-method__space {
    padding-bottom: 100px;
  }
}
.tp-payment-method__main-img {
  display: inline-block;
}
.tp-payment-method__main-img img {
  border-radius: 50% !important;
  box-shadow: 0px 20px 60px rgba(0, 0, 0, 0.1) !important;
  border-radius: 100px !important;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-payment-method__title-box {
    padding-bottom: 30px;
  }
}
.tp-payment-method__circle::after {
  position: absolute;
  content: "";
  width: 7px;
  height: 7px;
  background-color: var(--tp-theme-2);
  border-radius: 50%;
  top: -3px;
  right: 0;
}
.tp-payment-method__circle.circle-1::after {
  animation: circle-animation 30s linear infinite;
}
.tp-payment-method__circle.circle-2::after {
  left: 0;
  animation: circle-animation-2 20s linear infinite;
}
.tp-payment-method__circle.circle-3::after {
  animation: circle-animation 30s linear infinite;
}
.tp-payment-method__circle.circle-4::after {
  left: 0;
  animation: circle-animation-2 20s linear infinite;
}
.tp-payment-method__circle.circle-5::after {
  animation: circle-animation 30s linear infinite;
}
.tp-payment-method__circle.circle-6::after {
  animation: circle-animation 30s linear infinite;
}
.tp-payment-method__circle.circle-7::after {
  left: 0;
  animation: circle-animation-2 20s linear infinite;
}
.tp-payment-method__circle.circle-8::after {
  animation: circle-animation 30s linear infinite;
}
.tp-payment-method__circle.circle-9::after {
  left: 0;
  animation: circle-animation-2 20s linear infinite;
}
.tp-payment-method__circle.circle-10::after {
  animation: circle-animation 30s linear infinite;
}
.tp-payment-method__circle.circle-11::after {
  left: 0;
  animation: circle-animation-2 20s linear infinite;
}
.tp-payment-method__circle.circle-12::after {
  animation: circle-animation 30s linear infinite;
}
.tp-payment-method__circle.circle-13::after {
  left: 0;
  animation: circle-animation-2 20s linear infinite;
}
.tp-payment-method__circle.circle-14::after {
  animation: circle-animation 30s linear infinite;
}
.tp-payment-method__circle.circle-15::after {
  left: 0;
  animation: circle-animation-2 20s linear infinite;
}
.tp-payment-method__circle.circle-16::after {
  animation: circle-animation 30s linear infinite;
}
.tp-payment-method__main-circle {
  display: inline-block;
}
.tp-payment-method__line-1 {
  position: absolute;
  left: -150%;
  top: 50%;
  transform: translate(-50%) rotate(-14deg);
  text-align: center;
  display: inline-block;
  transform-origin: right center;
  height: 1px;
  width: 610px;
  background-color: var(--tp-theme-2);
}
.tp-payment-method__line-1 span {
  transform: translateY(-50%) rotate(14deg);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-payment-method__line-1 {
    width: 510px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-payment-method__line-1 {
    width: 380px;
    left: -68%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-payment-method__line-1 {
    width: 250px;
    left: -35%;
    transform: translate(-50%) rotate(-18deg);
  }
  .tp-payment-method__line-1 span {
    transform: translateY(-50%) rotate(18deg);
  }
}
@media (max-width: 767px) {
  .tp-payment-method__line-1 {
    width: 140px;
    left: 6%;
  }
}
.tp-payment-method__line-2 {
  position: absolute;
  left: -9%;
  top: 50%;
  transform: translate(-50%) rotate(-44deg);
  text-align: center;
  display: inline-block;
  transform-origin: right center;
  height: 1px;
  width: 190px;
  background-color: var(--tp-theme-2);
}
.tp-payment-method__line-2 span {
  transform: translateY(-50%) rotate(44deg);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-payment-method__line-2 {
    width: 250px;
    left: -35%;
    transform: translate(-50%) rotate(-72deg);
  }
  .tp-payment-method__line-2 span {
    transform: translateY(-50%) rotate(72deg);
  }
}
@media (max-width: 767px) {
  .tp-payment-method__line-2 {
    width: 140px;
    left: 6%;
  }
}
.tp-payment-method__line-3 {
  position: absolute;
  left: -74%;
  top: 50%;
  transform: translate(-50%) rotate(-24deg);
  text-align: center;
  display: inline-block;
  transform-origin: right center;
  height: 1px;
  width: 380px;
  background-color: var(--tp-theme-2);
}
.tp-payment-method__line-3 span {
  transform: translateY(-50%) rotate(24deg);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-payment-method__line-3 {
    width: 250px;
    left: -35%;
    transform: translate(-50%) rotate(-51deg);
  }
  .tp-payment-method__line-3 span {
    transform: translateY(-50%) rotate(51deg);
  }
}
@media (max-width: 767px) {
  .tp-payment-method__line-3 {
    width: 140px;
    left: 6%;
    transform: translate(-50%) rotate(-43deg);
  }
  .tp-payment-method__line-3 span {
    transform: translateY(-50%) rotate(43deg);
  }
}
.tp-payment-method__line-4 {
  position: absolute;
  left: -90%;
  top: 50%;
  transform: translate(-50%) rotate(-2deg);
  text-align: center;
  display: inline-block;
  transform-origin: right center;
  height: 1px;
  width: 430px;
  background-color: var(--tp-theme-2);
}
.tp-payment-method__line-4 span {
  transform: translateY(-50%) rotate(2deg);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-payment-method__line-4 {
    width: 250px;
    left: -35%;
    transform: translate(-50%) rotate(-9deg);
  }
  .tp-payment-method__line-4 span {
    transform: translateY(-50%) rotate(9deg);
  }
}
@media (max-width: 767px) {
  .tp-payment-method__line-4 {
    width: 140px;
    left: 6%;
  }
}
.tp-payment-method__line-5 {
  position: absolute;
  left: -137%;
  top: 50%;
  transform: translate(-50%) rotate(10deg);
  text-align: center;
  display: inline-block;
  transform-origin: right center;
  height: 1px;
  width: 570px;
  background-color: var(--tp-theme-2);
}
.tp-payment-method__line-5 span {
  transform: translateY(-50%) rotate(-10deg);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-payment-method__line-5 {
    width: 380px;
    left: -68%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-payment-method__line-5 {
    width: 250px;
    left: -35%;
    transform: translate(-50%) rotate(14deg);
  }
  .tp-payment-method__line-5 span {
    transform: translateY(-50%) rotate(-14deg);
  }
}
@media (max-width: 767px) {
  .tp-payment-method__line-5 {
    width: 140px;
    left: 6%;
  }
}
.tp-payment-method__line-6 {
  position: absolute;
  left: -63%;
  top: 50%;
  transform: translate(-50%) rotate(26deg);
  text-align: center;
  display: inline-block;
  transform-origin: right center;
  height: 1px;
  width: 350px;
  background-color: var(--tp-theme-2);
}
.tp-payment-method__line-6 span {
  transform: translateY(-50%) rotate(-26deg);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-payment-method__line-6 {
    width: 250px;
    left: -35%;
    transform: translate(-50%) rotate(41deg);
  }
  .tp-payment-method__line-6 span {
    transform: translateY(-50%) rotate(-41deg);
  }
}
@media (max-width: 767px) {
  .tp-payment-method__line-6 {
    width: 140px;
    left: 6%;
  }
}
.tp-payment-method__line-7 {
  position: absolute;
  left: 6%;
  top: 50%;
  transform: translate(-50%) rotate(51deg);
  text-align: center;
  display: inline-block;
  transform-origin: right center;
  height: 1px;
  width: 140px;
  background-color: var(--tp-theme-2);
}
.tp-payment-method__line-7 span {
  transform: translateY(-50%) rotate(-51deg);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-payment-method__line-7 {
    width: 250px;
    left: -35%;
    transform: translate(-50%) rotate(63deg);
  }
  .tp-payment-method__line-7 span {
    transform: translateY(-50%) rotate(-63deg);
  }
}
@media (max-width: 767px) {
  .tp-payment-method__line-7 {
    width: 140px;
    left: 6%;
  }
}
.tp-payment-method__line-8 {
  position: absolute;
  left: 1%;
  top: 50%;
  transform: translate(-50%) rotate(130deg);
  text-align: center;
  display: inline-block;
  transform-origin: right center;
  height: 1px;
  width: 160px;
  background-color: var(--tp-theme-2);
}
.tp-payment-method__line-8 span {
  transform: translateY(-50%) rotate(-130deg);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-payment-method__line-8 {
    width: 250px;
    left: -35%;
    transform: translate(-50%) rotate(90deg);
  }
  .tp-payment-method__line-8 span {
    transform: translateY(-50%) rotate(-90deg);
  }
}
@media (max-width: 767px) {
  .tp-payment-method__line-8 {
    width: 140px;
    left: 6%;
  }
}
.tp-payment-method__line-9 {
  position: absolute;
  left: -73%;
  top: 50%;
  transform: translate(-50%) rotate(150deg);
  text-align: center;
  display: inline-block;
  transform-origin: right center;
  height: 1px;
  width: 380px;
  background-color: var(--tp-theme-2);
}
.tp-payment-method__line-9 span {
  transform: translateY(-50%) rotate(-150deg);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-payment-method__line-9 {
    width: 250px;
    left: -35%;
    transform: translate(-50%) rotate(116deg);
  }
  .tp-payment-method__line-9 span {
    transform: translateY(-50%) rotate(-116deg);
  }
}
@media (max-width: 767px) {
  .tp-payment-method__line-9 {
    width: 140px;
    left: 6%;
    transform: translate(-50%) rotate(99deg);
  }
  .tp-payment-method__line-9 span {
    transform: translateY(-50%) rotate(-99deg);
  }
}
.tp-payment-method__line-10 {
  position: absolute;
  left: -146%;
  top: 50%;
  transform: translate(-50%) rotate(160deg);
  text-align: center;
  display: inline-block;
  transform-origin: right center;
  height: 1px;
  width: 600px;
  background-color: var(--tp-theme-2);
}
.tp-payment-method__line-10 span {
  transform: translateY(-50%) rotate(-160deg);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-payment-method__line-10 {
    width: 380px;
    left: -68%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-payment-method__line-10 {
    width: 250px;
    left: -35%;
    transform: translate(-50%) rotate(142deg);
  }
  .tp-payment-method__line-10 span {
    transform: translateY(-50%) rotate(-142deg);
  }
}
@media (max-width: 767px) {
  .tp-payment-method__line-10 {
    width: 140px;
    left: 6%;
  }
}
.tp-payment-method__line-11 {
  position: absolute;
  left: -89%;
  top: 50%;
  transform: translate(-50%) rotate(170deg);
  text-align: center;
  display: inline-block;
  transform-origin: right center;
  height: 1px;
  width: 430px;
  background-color: var(--tp-theme-2);
}
.tp-payment-method__line-11 span {
  transform: translateY(-50%) rotate(-170deg);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-payment-method__line-11 {
    width: 250px;
    left: -35%;
    transform: translate(-50%) rotate(160deg);
  }
  .tp-payment-method__line-11 span {
    transform: translateY(-50%) rotate(-160deg);
  }
}
@media (max-width: 767px) {
  .tp-payment-method__line-11 {
    width: 140px;
    left: 6%;
    transform: translate(-50%) rotate(148deg);
  }
  .tp-payment-method__line-11 span {
    transform: translateY(-50%) rotate(-148deg);
  }
}
.tp-payment-method__line-12 {
  position: absolute;
  left: -146%;
  top: 50%;
  transform: translate(-50%) rotate(180deg);
  text-align: center;
  display: inline-block;
  transform-origin: right center;
  height: 1px;
  width: 600px;
  background-color: var(--tp-theme-2);
}
.tp-payment-method__line-12 span {
  transform: translateY(-50%) rotate(-180deg);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-payment-method__line-12 {
    width: 560px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-payment-method__line-12 {
    width: 380px;
    left: -68%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-payment-method__line-12 {
    width: 250px;
    left: -35%;
  }
}
@media (max-width: 767px) {
  .tp-payment-method__line-12 {
    width: 140px;
    left: 6%;
  }
}
.tp-payment-method__line-13 {
  position: absolute;
  left: -45%;
  top: 50%;
  transform: translate(-50%) rotate(190deg);
  text-align: center;
  display: inline-block;
  transform-origin: right center;
  height: 1px;
  width: 300px;
  background-color: var(--tp-theme-2);
}
.tp-payment-method__line-13 span {
  transform: translateY(-50%) rotate(-190deg);
}
.tp-payment-method__line-13 img {
  box-shadow: 0px 10px 50px rgba(32, 33, 36, 0.1) !important;
  border-radius: 50% !important;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-payment-method__line-13 {
    width: 250px;
    left: -35%;
    transform: translate(-50%) rotate(198deg);
  }
  .tp-payment-method__line-13 span {
    transform: translateY(-50%) rotate(-198deg);
  }
}
@media (max-width: 767px) {
  .tp-payment-method__line-13 {
    width: 140px;
    left: 6%;
  }
}
.tp-payment-method__line-14 {
  position: absolute;
  left: -129%;
  top: 50%;
  transform: translate(-50%) rotate(199deg);
  text-align: center;
  display: inline-block;
  transform-origin: right center;
  height: 1px;
  width: 550px;
  background-color: var(--tp-theme-2);
}
.tp-payment-method__line-14 span {
  transform: translateY(-50%) rotate(-199deg);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-payment-method__line-14 {
    width: 380px;
    left: -68%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-payment-method__line-14 {
    width: 250px;
    left: -35%;
    transform: translate(-50%) rotate(215deg);
  }
  .tp-payment-method__line-14 span {
    transform: translateY(-50%) rotate(-215deg);
  }
}
@media (max-width: 767px) {
  .tp-payment-method__line-14 {
    width: 140px;
    left: 6%;
  }
}
.tp-payment-method__line-15 {
  position: absolute;
  left: -70%;
  top: 50%;
  transform: translate(-50%) rotate(211deg);
  text-align: center;
  display: inline-block;
  transform-origin: right center;
  height: 1px;
  width: 370px;
  background-color: var(--tp-theme-2);
}
.tp-payment-method__line-15 span {
  transform: translateY(-50%) rotate(-211deg);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-payment-method__line-15 {
    width: 250px;
    left: -35%;
    transform: translate(-50%) rotate(236deg);
  }
  .tp-payment-method__line-15 span {
    transform: translateY(-50%) rotate(-236deg);
  }
}
@media (max-width: 767px) {
  .tp-payment-method__line-15 {
    width: 140px;
    left: 6%;
    transform: translate(-50%) rotate(236deg);
  }
  .tp-payment-method__line-15 span {
    transform: translateY(-50%) rotate(-236deg);
  }
}
.tp-payment-method__line-16 {
  position: absolute;
  left: -3%;
  top: 50%;
  transform: translate(-50%) rotate(228deg);
  text-align: center;
  display: inline-block;
  transform-origin: right center;
  height: 1px;
  width: 170px;
  background-color: var(--tp-theme-2);
}
.tp-payment-method__line-16 span {
  transform: translateY(-50%) rotate(-228deg);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-payment-method__line-16 {
    width: 250px;
    left: -35%;
    transform: translate(-50%) rotate(273deg);
  }
  .tp-payment-method__line-16 span {
    transform: translateY(-50%) rotate(-273deg);
  }
}
@media (max-width: 767px) {
  .tp-payment-method__line-16 {
    width: 140px;
    left: 6%;
    transform: translate(-50%) rotate(276deg);
  }
  .tp-payment-method__line-16 span {
    transform: translateY(-50%) rotate(-273deg);
  }
}
.tp-payment-method__line-1 span, .tp-payment-method__line-2 span, .tp-payment-method__line-3 span, .tp-payment-method__line-4 span, .tp-payment-method__line-5 span, .tp-payment-method__line-6 span, .tp-payment-method__line-7 span, .tp-payment-method__line-8 span, .tp-payment-method__line-9 span, .tp-payment-method__line-10 span, .tp-payment-method__line-11 span, .tp-payment-method__line-12 span, .tp-payment-method__line-13 span, .tp-payment-method__line-14 span, .tp-payment-method__line-15 span, .tp-payment-method__line-16 span {
  position: absolute;
  left: -40px;
  top: 50%;
}
.tp-payment-method__line-1 span:hover img, .tp-payment-method__line-2 span:hover img, .tp-payment-method__line-3 span:hover img, .tp-payment-method__line-4 span:hover img, .tp-payment-method__line-5 span:hover img, .tp-payment-method__line-6 span:hover img, .tp-payment-method__line-7 span:hover img, .tp-payment-method__line-8 span:hover img, .tp-payment-method__line-9 span:hover img, .tp-payment-method__line-10 span:hover img, .tp-payment-method__line-11 span:hover img, .tp-payment-method__line-12 span:hover img, .tp-payment-method__line-13 span:hover img, .tp-payment-method__line-14 span:hover img, .tp-payment-method__line-15 span:hover img, .tp-payment-method__line-16 span:hover img {
  transform: scale(1.1);
}
.tp-payment-method__wrapper {
  padding-top: 170px;
  padding-bottom: 150px;
}
@media (max-width: 767px) {
  .tp-payment-method__wrapper {
    padding-top: 130px;
  }
}

.tp-platform-text p {
  font-weight: 400;
  font-size: 17px;
  line-height: 26px;
  color: rgba(255, 255, 255, 0.8);
  position: relative;
  padding-left: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-platform-text p {
    padding-left: 0;
  }
}
.tp-platform-text p::after {
  position: absolute;
  content: "";
  top: -4px;
  left: 0;
  height: 60px;
  width: 1.5px;
  background: rgba(255, 255, 255, 0.1);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-platform-text p::after {
    top: -15px;
  }
}

.row-custom {
  display: flex;
  margin: 0 -15px;
  padding-left: 30px;
  padding-right: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .row-custom {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .row-custom {
    flex-direction: column;
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
  }
}

.col-custom {
  flex: 0.4;
  width: 90px;
  height: 360px;
  background-size: cover;
  margin: 15px;
  background: #3137D2;
  box-shadow: 0px -3px 0px #F8FF35;
  border-radius: 30px;
  padding: 50px 50px;
  transition: 0.3s;
  cursor: pointer;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .col-custom {
    padding: 40px 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .col-custom {
    padding: 40px 25px;
  }
}
@media (max-width: 767px) {
  .col-custom {
    width: 100%;
    padding: 40px 30px;
  }
}
.col-custom.active {
  flex: 7;
}
.col-custom.active .tp-panel-item {
  display: none;
}
.col-custom.active .tp-panel-item-2 {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
  transition-delay: 0.3s;
  transition: 0.3s;
}

.tp-platform-inner .col-custom {
  background: #F5F3F8;
  box-shadow: 0px -3px 0px #6B14FA;
}
.tp-platform-inner .tp-panel-title {
  color: var(--tp-common-black);
}
.tp-platform-inner .tp-panel-content span {
  color: var(--tp-common-black);
}
.tp-platform-inner .tp-panel-content-2 span {
  color: var(--tp-common-black);
}
.tp-platform-inner .tp-panel-title-2 {
  color: var(--tp-common-black);
}
.tp-platform-inner .tp-panel-content-2 p {
  color: var(--tp-common-black);
}

.tp-panel-title {
  width: 200px;
  transform: rotate(90deg) translate(90px, 88px);
  font-weight: 500;
  font-size: 22px;
  line-height: 20px;
  color: #FFFFFF;
  opacity: 0.7;
  margin-bottom: 0;
}
.tp-panel-title.child-one, .tp-panel-title.child-1 {
  transform: rotate(90deg) translate(80px, 88px);
}
.tp-panel-title.child-three, .tp-panel-title.child-3 {
  transform: rotate(90deg) translate(75px, 88px);
}
.tp-panel-title.child-four, .tp-panel-title.child-4 {
  transform: rotate(90deg) translate(88px, 88px);
}

.tp-panel-content {
  text-align: center;
}
.tp-panel-content span {
  font-weight: 700;
  font-size: 26px;
  line-height: 28px;
  color: var(--tp-common-white);
  margin-left: -7px;
  display: inline-block;
}

.tp-panel-content-2 span {
  font-weight: 700;
  font-size: 60px;
  line-height: 40px;
  color: var(--tp-common-white);
  padding-bottom: 80px;
  display: inline-block;
}
.tp-panel-content-2 p {
  font-weight: 400;
  font-size: 17px;
  line-height: 26px;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 0;
}

.tp-panel-content-2 span {
  visibility: hidden;
  display: inline-block;
  opacity: 0;
  transform: translateY(5px);
  transition-delay: 0.4s;
  -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-panel-title-2 {
  transform: translateY(5px);
  visibility: hidden;
  opacity: 0;
  transition-delay: 0.2s;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.tp-panel-content-2 p {
  transform: translateY(5px);
  visibility: hidden;
  opacity: 0;
  transition-delay: 0.2s;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.col-custom.active .tp-panel-content-2 span {
  transform: translateY(0);
  visibility: visible;
  opacity: 1;
  transition-delay: 0.3s;
}

.col-custom.active .tp-panel-title-2 {
  transform: translateY(0);
  visibility: visible;
  opacity: 1;
  transition-delay: 0.4s;
}

.col-custom.active .tp-panel-content-2 p {
  transform: translateY(0);
  visibility: visible;
  opacity: 1;
  transition-delay: 0.4s;
}

.tp-panel-title-2 {
  font-weight: 600;
  font-size: 30px;
  line-height: 20px;
  color: var(--tp-common-white);
  padding-bottom: 15px;
}

.tp-panel-item-2 {
  opacity: 0;
  visibility: hidden;
  transform: scale(0.7);
}

.tp-platform-img-box img {
  max-width: inherit !important;
  margin-left: -100px;
  animation: tptranslateX2 4s forwards infinite alternate;
}

.tp-platform-bg {
  background-size: cover;
  background-repeat: no-repeat;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-platform-section-box {
    margin-bottom: 40px;
  }
}

.tp-section-title-shape svg {
  position: absolute;
  bottom: -2px;
  left: 60px;
  z-index: -1;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-section-title-shape svg {
    left: 33%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-section-title-shape svg {
    left: 21%;
  }
}
@media (max-width: 767px) {
  .tp-section-title-shape svg {
    left: 100px;
  }
}

/*----------------------------------------*/
/*  03. ABOUT CSS START
/*----------------------------------------*/
@media (max-width: 767px) {
  .tp-about__pt-pb {
    padding-top: 40px;
    padding-bottom: 100px;
  }
}
.tp-about__main-img {
  padding-right: 40px;
  animation: scale_up_down 3s infinite alternate both;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-about__main-img {
    padding-right: 0;
  }
}
.tp-about__main-img img {
  box-shadow: 0px 16px 20px 10px rgba(1, 16, 61, 0.1) !important;
  border-radius: 20px !important;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-about__img-wrapper {
    margin-bottom: 150px;
  }
}
@media (max-width: 767px) {
  .tp-about__img-wrapper {
    margin-bottom: 70px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-about__img-wrapper {
    margin-bottom: 140px;
  }
}
.tp-about__sub-img-1 {
  position: absolute;
  bottom: -37%;
  left: 42%;
  animation: tptranslateY2 4s forwards infinite alternate;
}
.tp-about__sub-img-1 img {
  box-shadow: 10px 40px 40px rgba(1, 16, 61, 0.06), -20px -20px 120px rgba(1, 16, 61, 0.12) !important;
  border-radius: 20px !important;
}
.tp-about__sub-img-2 {
  position: absolute;
  top: -24%;
  left: 5%;
  animation: tptranslateX2 4s forwards infinite alternate;
}
@media (max-width: 767px) {
  .tp-about__sub-img-2 {
    padding-top: 80px;
  }
}
.tp-about__sub-img-2 img {
  box-shadow: 10px 40px 40px rgba(1, 16, 61, 0.06), -20px -20px 120px rgba(1, 16, 61, 0.12) !important;
  border-radius: 20px !important;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-about__sub-img-2 {
    top: -35%;
    left: 0%;
  }
}
.tp-about__sub-img-3 {
  position: absolute;
  bottom: -27%;
  left: 4%;
}
.tp-about__sub-img-3 img {
  height: 170px;
  width: 150px;
}
.tp-about__bg-shape {
  position: absolute;
  top: -41%;
  right: -4px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-about__bg-shape {
    right: 0px;
  }
}
.tp-about__right {
  padding-left: 100px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-about__right {
    padding-left: 70px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-about__right {
    padding-left: 60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-about__right {
    padding-left: 0px;
  }
}
.tp-about__section-box {
  padding-bottom: 20px;
}
.tp-about__section-box p {
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-about__section-box p {
    display: none;
  }
}
.tp-about__list {
  padding-bottom: 45px;
}
.tp-about__list ul li {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.1;
  position: relative;
  padding-left: 30px;
  margin-bottom: 30px;
  color: var(--tp-common-black);
  list-style-type: none;
}
.tp-about__list ul li:last-child {
  margin-bottom: 0;
}
.tp-about__list ul li i {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  line-height: 20px;
  text-align: center;
  border-radius: 50%;
  font-size: 8px;
  color: var(--tp-common-white);
  background-color: var(--tp-common-red);
  font-weight: 400;
}

.tp-security-section-wrapper {
  padding-left: 100px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-security-section-wrapper {
    padding-left: 55px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-security-section-wrapper {
    padding-left: 0px;
  }
}
.tp-security-section-box p {
  font-weight: 400;
  font-size: 17px;
  line-height: 26px;
  color: rgba(255, 255, 255, 0.7);
  position: relative;
  margin-bottom: 0;
  padding-left: 30px;
}
.tp-security-section-box p::after {
  position: absolute;
  content: "";
  top: -4px;
  left: 0;
  height: 90px;
  width: 1.5px;
  background: rgba(255, 255, 255, 0.1);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-security-section-box p::after {
    top: -20px;
  }
}
@media (max-width: 767px) {
  .tp-security-section-box p::after {
    top: 8px;
  }
}

.tp-about-left-img {
  padding-left: 40px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-about-left-img {
    padding-left: 0px;
    margin-bottom: 70px;
  }
}
@media (max-width: 767px) {
  .tp-about-left-img {
    padding-left: 0px;
    margin-bottom: 50px;
  }
}

.tp-security-feature {
  margin-bottom: 60px;
}
.tp-security-feature ul li {
  list-style-type: none;
  position: relative;
  padding-left: 36px;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  color: var(--tp-common-white);
  margin-bottom: 20px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-security-feature ul li br {
    display: none;
  }
}
.tp-security-feature ul li:last-child {
  margin-bottom: 0;
}
.tp-security-feature ul li i {
  position: absolute;
  top: 0;
  left: 0;
  height: 22px;
  width: 22px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  text-align: center;
  line-height: 22px;
  color: var(--tp-common-white);
  font-size: 10px;
}

.ab-brand-title {
  font-weight: 700;
  font-size: 36px;
  line-height: 40px;
  color: #080829;
  padding-bottom: 10px;
}

.ab-brand-item img {
  box-shadow: 0px 16px 32px rgba(0, 0, 0, 0.06) !important;
  border-radius: 8px !important;
}

.ab-brand-border-bottom {
  border-bottom: 1px solid rgba(8, 8, 41, 0.1);
}

.ab-company-section-space {
  margin-bottom: 80px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .ab-company-section-space {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .ab-company-section-space {
    margin-bottom: 20px;
  }
}
.ab-company-section-text p {
  font-weight: 400;
  font-size: 17px;
  line-height: 26px;
  color: #5F6168;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ab-company-section-text p {
    font-size: 16px;
  }
}
.ab-company-section-text p span {
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  color: #202124;
}
@media (max-width: 767px) {
  .ab-company-section-text p span {
    font-size: 18px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .ab-company-video {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .ab-company-video {
    margin-bottom: 40px;
  }
}
.ab-company-video a {
  height: 70px;
  width: 70px;
  background-color: var(--tp-common-yellow-2);
  text-align: center;
  line-height: 70px;
  display: inline-block;
  border-radius: 50%;
  color: var(--tp-common-black);
  font-size: 18px;
  margin-right: 20px;
  transition: 0.3s;
}
.ab-company-video a i {
  margin-left: 5px;
}
.ab-company-video a:hover {
  background-color: var(--tp-theme-1);
  color: var(--tp-common-white);
}
.ab-company-video span {
  font-weight: 500;
  font-size: 18px;
  color: #000000;
}
.ab-company-fun-fact span {
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0.04em;
  color: #B2B2B8;
  padding-bottom: 10px;
  display: inline-block;
}
.ab-company-fun-fact h4 {
  font-weight: 700;
  font-size: 44px;
  line-height: 36px;
  color: #080829;
  padding-bottom: 5px;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .ab-company-fun-fact h4 {
    font-size: 30px;
  }
}
.ab-company-fun-fact h4 em {
  font-weight: 400;
  font-size: 30px;
  line-height: 36px;
  color: #6B14FA;
  font-style: normal;
}
.ab-company-fun-fact p {
  font-weight: 500;
  font-size: 17px;
  line-height: 14px;
  color: #5F6168;
}
.ab-company-fun-fact-wrap {
  border-right: 1px solid rgba(8, 8, 41, 0.1);
}
@media (max-width: 767px) {
  .ab-company-fun-fact-wrap {
    border-right: 0;
  }
}
.ab-company-border-none {
  border-right: none;
}

.tp-team-inner-section .tp-team-section-box {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .tp-team-inner-section .tp-team-section-box {
    margin-bottom: 20px;
  }
}

.journey-grey-bg {
  height: 310px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.journey-slider-item {
  background-color: var(--tp-common-white);
  box-shadow: 0px 14px 20px rgba(8, 8, 41, 0.08);
  border-radius: 20px;
  padding: 50px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .journey-slider-item {
    padding: 45px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .journey-slider-item {
    padding: 40px;
  }
}
@media (max-width: 767px) {
  .journey-slider-item {
    padding: 30px;
  }
}
.journey-slider-meta span {
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #ABABB0;
  padding-bottom: 10px;
  display: inline-block;
}
.journey-slider-title {
  font-weight: 400;
  font-size: 26px;
  line-height: 1.3;
  color: #080829;
  padding-bottom: 10px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .journey-slider-title {
    font-size: 20px;
  }
}
.journey-slider-content P {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #5F6168;
}
@media only screen and (min-width: 1600px) and (max-width: 1800px), only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .journey-slider-content P br {
    display: none;
  }
}

.journey-slider-wrapper {
  margin-left: -100px;
  margin-right: -305px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .journey-slider-wrapper {
    margin-right: -200px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .journey-slider-wrapper {
    margin-left: 0px;
    margin-right: 0px;
  }
}
.journey-slider-wrapper .tp-scrollbar {
  background: rgba(1, 16, 61, 0.16);
  height: 2px;
  width: 50%;
  position: relative;
  left: 0;
  right: 0;
  text-align: center;
  margin: auto;
}
.journey-slider-wrapper .swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  background: #202124;
  border-radius: 4px;
  left: 0;
  top: 0;
}

.journey-slider-active {
  padding: 60px 0;
}

.journey-stroke-text {
  position: absolute;
  top: 25px;
  right: 25px;
}
.journey-stroke-text h2 {
  font-size: 100px;
  background-clip: border-box;
  background: linear-gradient(-90deg, rgba(8, 8, 41, 0.12) 0%, rgb(255, 255, 255) 91%);
  background: -webkit-linear-gradient(-90deg, rgba(8, 8, 41, 0.12) 0%, rgb(255, 255, 255) 91%);
  background: -moz-linear-gradient(-90deg, rgba(8, 8, 41, 0.12) 0%, rgb(255, 255, 255) 91%);
  background: -ms-linear-gradient(-90deg, rgba(8, 8, 41, 0.12) 0%, rgb(255, 255, 255) 91%);
  -webkit-background-clip: text;
  -webkit-text-stroke: 2px transparent;
  -webkit-text-fill-color: #fff;
  color: #fff;
}

.job-post-box {
  background: #F7F9FC;
  padding: 23px 60px;
  border-radius: 12px;
  transform: scaleX(0.9);
  transition: 0.6s;
  margin-bottom: 12px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .job-post-box {
    padding: 20px 20px;
  }
}
@media (max-width: 767px) {
  .job-post-box {
    padding: 20px 30px;
  }
}
.job-post-box:hover {
  background-color: var(--tp-common-white);
  box-shadow: 0px 20px 50px rgba(8, 8, 41, 0.08);
  border-radius: 12px;
  transform: scaleX(1);
  position: relative;
  z-index: 9;
}

@media (max-width: 767px) {
  .job-post-wrapper {
    padding-bottom: 20px;
  }
}

.job-post-category span {
  font-weight: 600;
  font-size: 22px;
  line-height: 20px;
  color: #080829;
  display: inline-block;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .job-post-category span {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .job-post-category span {
    padding-bottom: 20px;
    font-size: 18px;
    line-height: 30px;
  }
}
.job-post-time {
  margin-right: 100px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .job-post-time {
    margin-right: 50px;
  }
}
@media (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .job-post-time {
    margin-right: 30px;
  }
}
.job-post-time span {
  font-weight: 400;
  font-size: 16px;
  color: #5F6168;
  margin-left: 5px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .job-post-time span {
    font-size: 14px;
  }
}
.job-post-time span i {
  flex: 0 0 auto;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .job-post-location {
    padding-left: 0px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .job-post-location {
    padding-left: 30px;
  }
}
.job-post-location span {
  font-weight: 400;
  font-size: 16px;
  color: #5F6168;
  margin-left: 5px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .job-post-location span {
    font-size: 14px;
  }
}

.tp-about-top-img {
  position: absolute;
  top: -30px;
  left: 30px;
  right: 0;
  text-align: center;
  animation: tpupdown 0.8s infinite alternate;
}

.tp-about-top-img-2 {
  position: absolute;
  top: -6%;
  left: 14%;
  mix-blend-mode: overlay;
}

.tp-platform-bg-shape {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background-color: var(--tp-common-blue-2);
  opacity: 0.1;
  height: 100%;
  width: 100%;
}

.border-tb {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

/*----------------------------------------*/
/*  23. SERVICE CSS START
/*----------------------------------------*/
.tp-service__section-box p {
  font-size: 18px;
  line-height: 28px;
}
.tp-service__item {
  border: 1px solid rgba(1, 16, 61, 0.08);
  border-radius: 30px;
  padding: 50px 42px;
  transition: 0.3s;
}
.tp-service__item:hover {
  border: 1px solid #E8EAF1;
  box-shadow: 0px 20px 30px rgba(1, 6, 20, 0.1);
  border-radius: 30px;
}
.tp-service__item:hover .tp-service__icon {
  animation: icon-bounce 0.8s 1;
}
.tp-service__icon {
  margin-bottom: 25px;
}
.tp-service__title-sm {
  font-weight: 700;
  font-size: 22px;
  line-height: 1.1;
  padding-bottom: 5px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-service__title-sm {
    font-size: 20px;
  }
}
.tp-service__content p {
  padding-bottom: 7px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-service__content p br {
    display: none;
  }
}
.tp-service__link a {
  height: 44px;
  width: 44px;
  line-height: 41px;
  border-radius: 50%;
  background: rgba(41, 93, 251, 0.1);
  display: inline-block;
  text-align: center;
  transition: 0.4s;
}
.tp-service__link a:hover {
  box-shadow: 0px 8px 20px rgba(41, 93, 251, 0.25), inset 0 0 0 30px var(--tp-common-blue);
}
.tp-service__link a:hover svg {
  color: var(--tp-common-white);
}
.tp-service__link a svg {
  transition: 0.4s;
  color: var(--tp-theme-1);
}
.tp-service__dashboard {
  background-repeat: no-repeat;
  overflow: hidden;
  max-height: 500px;
  border-radius: 30px;
  background-size: cover;
}
.tp-service__top-content {
  padding: 57px 40px 20px 40px;
}
.tp-service__top-content p {
  font-weight: 500;
  font-size: 15px;
  line-height: 24px;
  color: var(--tp-common-white);
  opacity: 0.7;
  padding-bottom: 10px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), (max-width: 767px) {
  .tp-service__top-content p br {
    display: none;
  }
}
.tp-service__title-white {
  font-weight: 700;
  font-size: 30px;
  color: var(--tp-common-white);
  line-height: 1.2;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), (max-width: 767px) {
  .tp-service__title-white {
    font-size: 26px;
  }
  .tp-service__title-white br {
    display: none;
  }
}
.tp-service__dashdboard-sm-img {
  margin-right: -150px;
}
.tp-service__grey-shape {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60px;
  z-index: -1;
}

@media (max-width: 767px) {
  .tp-service-2__section-box {
    padding-bottom: 40px;
  }
}
.tp-service-2__section-box p {
  font-weight: 400;
  font-size: 18px;
  line-height: 16px;
}
@media (max-width: 767px) {
  .tp-service-2__section-box p {
    font-size: 17px;
  }
}
.tp-service-2__shape {
  position: absolute;
  top: -145px;
  left: 0;
  width: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-service-2__shape {
    top: -75px;
  }
}
@media (max-width: 767px) {
  .tp-service-2__shape {
    top: -53px;
  }
}
.tp-service-2__shape img {
  width: 100%;
}
.tp-service-2__user {
  padding-left: 65px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-service-2__user {
    padding-left: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-service-2__user {
    padding-left: 0;
    padding-right: 65px;
    margin-top: 50px;
  }
}
@media (max-width: 767px) {
  .tp-service-2__user {
    padding-left: 0;
    padding-right: 20px;
  }
}
.tp-service-2__user span {
  font-weight: 600;
  font-size: 40px;
  line-height: 24px;
  color: var(--tp-common-black);
  font-family: var(--tp-ff-mont);
  padding-bottom: 16px;
  display: inline-block;
}
.tp-service-2__user span i {
  font-style: normal;
}
.tp-service-2__user i {
  font-weight: 600;
  font-size: 40px;
  line-height: 24px;
  color: var(--tp-common-black);
  font-family: var(--tp-ff-mont);
  padding-bottom: 16px;
  display: inline-block;
  font-style: normal;
}
.tp-service-2__user p {
  font-weight: 500;
  font-size: 14px;
  line-height: 14px;
}
@media (max-width: 767px) {
  .tp-service-2__user p {
    font-size: 10px;
  }
}
.tp-service-2__user-shape {
  position: absolute;
  bottom: -18px;
  right: 18px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .tp-service-2__user-shape {
    right: auto;
    left: 0;
  }
}
@media (max-width: 767px) {
  .tp-service-2__user-shape svg {
    width: 100%;
  }
}
.tp-service-2__item-wrapper {
  min-height: 280px;
  width: 100%;
}
.tp-service-2__item-wrapper:hover .tp-service-2__bg-shape {
  transform: rotate(0);
}
.tp-service-2__item-wrapper:hover .tp-service-2__item {
  box-shadow: rgba(10, 10, 10, 0.1) 0px 100px 100px, rgba(255, 255, 255, 0.1) 0px 0px 0px 0.5px inset;
}
.tp-service-2__item-wrapper:hover .tp-service-2__text {
  transform: translateY(12px);
}
.tp-service-2__item-wrapper:hover .tp-service-2__link {
  opacity: 1;
  visibility: visible;
}
.tp-service-2__item {
  background: rgba(255, 255, 255, 0.3);
  mix-blend-mode: normal;
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0px 30px 30px rgba(1, 10, 10, 0.1), inset 0px 0px 0.5px rgba(255, 255, 255, 0.25);
  backdrop-filter: blur(20px);
  border-radius: 20px;
  position: relative;
  height: 280px;
  width: 100%;
  padding: 50px 30px 45px;
  transition: 0.3s;
}
.tp-service-2__bg-shape {
  background: linear-gradient(41.25deg, #B2D6F8 25.09%, #81E0F5 94.14%);
  border-radius: 20px;
  position: absolute;
  top: 0;
  left: 0;
  right: 20px;
  height: 99%;
  width: 100%;
  transform: rotate(-10deg);
  z-index: -1;
  transition: all 0.8s cubic-bezier(0.075, 0.82, 0.165, 1) 0s;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-service-2__bg-shape {
    transform: rotate(-4deg);
  }
}
.tp-service-2__title-sm {
  font-weight: 600;
  font-size: 22px;
  line-height: 16px;
  color: var(--tp-common-black);
  font-family: var(--tp-ff-mont);
  padding-bottom: 0;
  margin-bottom: 11px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-service-2__title-sm {
    font-size: 20px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-service-2__title-sm {
    font-size: 17px;
  }
}
.tp-service-2__link {
  font-weight: 600;
  font-size: 16px;
  line-height: 16px;
  font-family: var(--tp-ff-mont);
  color: var(--tp-common-black);
  padding-top: 5px;
  display: inline-block;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  position: relative;
}
.tp-service-2__link::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: -2px;
  width: 0;
  height: 1px;
  background-color: var(--tp-common-black);
  transition: width 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-service-2__link {
    font-size: 15px;
  }
}
.tp-service-2__link i {
  margin-left: 6px;
  position: relative;
  top: 1px;
  transition: transform 0.3s cubic-bezier(0.25, 1, 0.5, 1);
}
.tp-service-2__link:hover {
  color: var(--tp-common-black);
}
.tp-service-2__link:hover::after {
  width: 100%;
}
.tp-service-2__link:hover i {
  transform: translateX(4px);
}
.tp-service-2__color-2 {
  background: linear-gradient(180deg, #B0F248 -9.62%, #6DD18A 100%);
}
.tp-service-2__color-3 {
  background: linear-gradient(24.55deg, #FF94C7 22.06%, #FFDBBA 92.53%);
}
.tp-service-2__color-4 {
  background: linear-gradient(25.41deg, #B67DFF 22.21%, #ADBFFF 91.18%);
}
.tp-service-2__bottom-wrapper {
  min-height: 230px;
}
.tp-service-2__feature-item {
  padding: 50px 87px 35px;
  min-height: 230px;
  background: linear-gradient(142.23deg, #FFF7F1 7.63%, #FAE9EF 99.01%), linear-gradient(142.23deg, #FFF7F1 7.63%, #FAE9EF 99.01%);
  border-radius: 30px;
}
@media (max-width: 767px) {
  .tp-service-2__feature-item {
    padding: 20px;
  }
}
.tp-service-2__bottom-bg-shape {
  position: absolute;
  position: absolute;
  top: -15px;
  left: -29px;
  z-index: -1;
}
.tp-service-2__text {
  transform: translateY(41px);
  transition: 0.3s;
}
.tp-service-2__feature-list ul li {
  list-style-type: none;
  font-weight: 500;
  font-size: 15px;
  color: #44464D;
  position: relative;
  padding-left: 13px;
  width: 25%;
  float: left;
  margin-bottom: 14px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-service-2__feature-list ul li {
    font-size: 12px;
    line-height: 24px;
  }
}
@media (max-width: 767px) {
  .tp-service-2__feature-list ul li {
    font-size: 12px;
    line-height: 24px;
    width: 50%;
  }
}
.tp-service-2__feature-list ul li::after {
  position: absolute;
  top: 9px;
  left: 0;
  height: 5px;
  width: 5px;
  border-radius: 50%;
  background-color: #44464D;
  content: "";
}
.tp-service-2__feature-title {
  font-weight: 600;
  font-size: 24px;
  line-height: 1.1;
  font-family: var(--tp-ff-mont);
  padding-bottom: 20px;
  margin-bottom: 13px;
}

.tp-service-3-item {
  background-repeat: no-repeat;
  background-size: cover;
  padding: 40px;
  border-radius: 30px;
  overflow: hidden;
}
.tp-service-3-content span {
  font-weight: 600;
  font-size: 13px;
  line-height: 12px;
  text-transform: uppercase;
  opacity: 0.7;
  color: var(--tp-common-white);
  font-family: var(--tp-ff-urban);
  padding-bottom: 10px;
  display: inline-block;
}
.tp-service-3-icon {
  margin-bottom: 55px;
}
.tp-service-3-title-sm {
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  font-family: var(--tp-ff-urban);
  color: var(--tp-common-white);
  padding-bottom: 25px;
}
.tp-service-3-shape {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
}

.tp-service-sm-item {
  border: 1px solid #E9EBF1;
  border-radius: 20px;
  padding: 45px;
  min-height: 360px;
  overflow: hidden;
  transition: 0.3s;
}
.tp-service-sm-item:hover {
  box-shadow: 0px 8px 16px -2px rgba(32, 33, 36, 0.06), 0px 16px 32px -2px rgba(32, 33, 36, 0.1);
}
.tp-service-sm-item:hover .tp-service-sm-link {
  opacity: 1;
  visibility: visible;
}
.tp-service-sm-item:hover .tp-service-sm-content {
  margin-bottom: 0px;
}
.tp-service-sm-item:hover .tp-service-sm-icon svg {
  color: #5B6CFF;
  width: 45px;
}
.tp-service-sm-icon svg {
  transition: 0.3s;
  color: var(--tp-common-black);
}
.tp-service-sm-content {
  margin-bottom: -47px;
  transition: 0.3s;
}
.tp-service-sm-content span {
  font-weight: 700;
  font-size: 11px;
  line-height: 8px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  border: 1px solid rgba(32, 33, 36, 0.1);
  border-radius: 100px;
  height: 26px;
  line-height: 24px;
  display: inline-block;
  padding: 0px 15px;
  margin-bottom: 13px;
}
.tp-service-sm-title {
  font-family: var(--tp-ff-urban);
  font-weight: 700;
  font-size: 24px;
  line-height: 30px;
  color: var(--tp-common-black);
  margin-bottom: 0;
  padding-bottom: 20px;
  transition: 0.3s;
}
.tp-service-sm-title a:hover {
  color: var(--tp-theme-1);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-service-sm-title {
    font-size: 22px;
    line-height: 28px;
  }
  .tp-service-sm-title br {
    display: none;
  }
}
@media (max-width: 767px) {
  .tp-service-sm-title {
    font-size: 18px;
    line-height: 23px;
  }
  .tp-service-sm-title br {
    display: none;
  }
}
.tp-service-sm-link {
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}
.tp-service-sm-link a {
  font-weight: 600;
  font-size: 16px;
  line-height: 14px;
  color: var(--tp-common-black);
  font-family: var(--tp-ff-urban);
  transition: 0.3s;
}
.tp-service-sm-link a i {
  margin-left: 4px;
  transition: 0.3s;
  position: relative;
  top: 0;
}
.tp-service-sm-link a:hover {
  color: var(--tp-theme-1);
}
.tp-service-sm-link a:hover i {
  animation: tfLeftToRight 0.4s forwards;
}
.tp-service-sm-link a span::before {
  content: "";
  height: 1px;
  width: 20px;
  background-color: var(--tp-common-black);
  display: inline-block;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-service__dashdboard-sm-img img {
    margin-left: 140px;
    margin-top: 34px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-service-section-wrapper .tp-section-title-3 {
    padding-bottom: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-service-section-wrapper {
    flex-wrap: wrap;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-service-section-four {
    padding-bottom: 30px;
  }
}

.tp-service-sction-content p {
  font-weight: 400;
  font-size: 17px;
  line-height: 26px;
  color: rgba(255, 255, 255, 0.8);
  position: relative;
  padding-left: 27px;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .tp-service-sction-content p {
    padding-left: 17px;
  }
  .tp-service-sction-content p br {
    display: none;
  }
}
.tp-service-sction-content p::after {
  position: absolute;
  content: "";
  left: 0;
  top: -2px;
  width: 1.5px;
  height: 60px;
  background-color: rgba(255, 255, 255, 0.1);
}
@media (max-width: 767px) {
  .tp-service-sction-content p::after {
    top: -4px;
  }
}

.tp-service-4-item {
  padding: 50px 40px;
  position: relative;
  border-radius: 0px 0px 20px 20px;
  overflow: hidden;
}
.tp-service-4-item::before {
  position: absolute;
  top: 0;
  left: 0;
  height: 4px;
  width: 100%;
  background-color: var(--tp-common-yellow-3);
  content: "";
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}
@media (max-width: 767px) {
  .tp-service-4-item::before {
    opacity: 1;
    visibility: visible;
  }
}
.tp-service-4-item::after {
  position: absolute;
  top: 0;
  left: 0;
  height: 0%;
  width: 100%;
  background: transparent;
  backdrop-filter: blur(6px);
  border-radius: 0px 0px 20px 20px;
  transition: 0.4s;
  content: "";
  z-index: -1;
}
@media (max-width: 767px) {
  .tp-service-4-item::after {
    background-color: #3137D2;
    height: 100%;
  }
}
.tp-service-4-item:hover::after {
  background-color: #3137D2;
  height: 100%;
  animation: bounceRight 2s;
}
.tp-service-4-item:hover::before {
  opacity: 1;
  visibility: visible;
}
.tp-service-4-item:hover .tp-service-4-content span {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}
.tp-service-4-item:hover .tp-service-4-content .tp-btn-service {
  background-color: var(--tp-common-yellow-3);
  color: var(--tp-common-black);
  border-color: var(--tp-common-yellow-3);
}
.tp-service-4-title {
  font-weight: 700;
  font-size: 22px;
  line-height: 32px;
  color: var(--tp-common-white);
  padding-bottom: 15px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-service-4-title {
    font-size: 20px;
  }
}
.tp-service-4-content span {
  font-weight: 500;
  font-size: 12px;
  line-height: 11px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.7);
  padding-bottom: 10px;
  display: inline-block;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  transform: translateY(-10px);
}
.tp-service-4-icon {
  margin-bottom: 60px;
  min-height: 96px;
}
.tp-service-4-border-right {
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  position: relative;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-service-4-border-right {
    border: 0;
  }
}
.tp-service-4-border-right::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 1px;
  height: 30px;
  background: #F8FF35;
  animation: scroll1 15s infinite;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-service-4-border-right::after {
    display: none;
  }
}
.tp-service-4-border-right.service-border-trang-2::after {
  animation: scroll1 20s infinite;
}
.tp-service-4-border-right.service-border-trang-3::after {
  animation: scroll1 30s infinite;
}
.tp-service-4-border-top {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-service-4-border-top {
    border: 0;
  }
}

.tp-service-shape-right {
  position: absolute;
  bottom: -22%;
  right: 0%;
}

.tp-service-area .container .row [class*=col-]:last-child {
  border-right: 0;
}
.tp-service-area .container .row [class*=col-]:first-child::after {
  display: none;
}

.tp-service-five-section-box {
  padding-left: 350px;
  padding-right: 60px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-service-five-section-box {
    padding-left: 170px;
    padding-right: 0px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-service-five-section-box {
    padding-left: 100px;
    padding-right: 0px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-service-five-section-box {
    padding-left: 30px;
    padding-right: 0px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-service-five-section-box {
    padding-left: 30px;
    padding-right: 0px;
    padding-top: 50px;
    padding-bottom: 50px;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .tp-service-five-section-box {
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 40px;
    padding-bottom: 40px;
    text-align: center;
  }
}
.tp-service-five-section-box p {
  font-weight: 400;
  font-size: 17px;
  line-height: 26px;
  color: var(--tp-common-white);
}
@media (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-service-five-section-box p br {
    display: none;
  }
}
.tp-service-five-wrapper {
  transform: translateY(50px);
  transition: 0.3s;
}
.tp-service-five-bg {
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-service-five-bg {
    width: 100%;
  }
}
.tp-service-five-item {
  padding: 40px 60px;
  transition: 0.4s;
  position: relative;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-service-five-item {
    padding: 40px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-service-five-item {
    padding: 30px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-service-five-item {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .tp-service-five-item {
    padding: 30px;
  }
}
.tp-service-five-item:hover {
  z-index: 9;
}
.tp-service-five-item:hover .tp-service-five-wrapper {
  transform: translateY(0px);
}
.tp-service-five-item:hover .tp-service-five-content p {
  opacity: 1;
  visibility: visible;
}
.tp-service-five-item:hover .tp-service-five-btn a {
  transform: scale(1.2);
  background-color: var(--tp-common-blue);
  color: var(--tp-common-white);
}
.tp-service-five-item:hover .tp-services-five-item-bg {
  transform: scale(1.05);
  box-shadow: 0px 16px 40px rgba(32, 33, 36, 0.1);
}
.tp-service-five-item:hover .tp-services-five-item-bg .inner {
  transform: translate(-50%, 50%) scale(1);
}
.tp-service-five-item .tp-services-five-item-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transform-origin: 50% 100%;
  box-shadow: none;
  transform: scale(1);
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition-property: all;
  transition-property: transform, box-shadow;
  overflow: hidden;
  background-color: #fff;
}
.tp-service-five-item .tp-services-five-item-bg .inner {
  display: block;
  width: 230%;
  height: 230%;
  border-radius: 50%;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%) scale(0);
  opacity: 1;
  transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.5s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  background-color: #F7F9FB;
}

.tp-service-five-content p {
  font-size: 15px;
}
.tp-service-five-title-sm {
  font-weight: 500;
  font-size: 26px;
  line-height: 33px;
  color: var(--tp-common-black);
  padding-bottom: 5px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-service-five-title-sm {
    font-size: 23px;
    line-height: 30px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-service-five-title-sm {
    font-size: 19px;
    line-height: 25px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-service-five-title-sm {
    font-size: 22px;
    line-height: 28px;
  }
}
.tp-service-five-icon {
  margin-bottom: 30px;
  width: 60px;
  height: 60px;
}
.tp-service-five-content p {
  color: #595B62;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}
.tp-service-five-btn {
  position: relative;
  z-index: 9;
}
.tp-service-five-btn a {
  height: 55px;
  width: 55px;
  box-shadow: 0px 1px 2px rgba(32, 33, 36, 0.1) !important;
  border-radius: 50%;
  background-color: var(--tp-common-white);
  display: inline-block;
  text-align: center;
  line-height: 55px;
  color: var(--tp-common-black);
  font-weight: 700;
  transition: 0.3s;
}
.tp-service-five-btn a:hover {
  background-color: var(--tp-common-blue);
  color: var(--tp-common-white);
}
.tp-service-five-btn a:hover i {
  animation: tfLeftToRight 0.4s forwards;
}

.tp-services-five-item-bg-color .row [class*=col-]:first-child .tp-service-five-item .tp-services-five-item-bg {
  background-color: #F7F9FB;
}
.tp-services-five-item-bg-color .row [class*=col-]:first-child .tp-service-five-item .inner {
  background-color: white;
}
.tp-services-five-item-bg-color .row [class*=col-]:nth-child(4) .tp-service-five-item .tp-services-five-item-bg {
  background-color: #F7F9FB;
}
.tp-services-five-item-bg-color .row [class*=col-]:nth-child(4) .tp-service-five-item .inner {
  background-color: white;
}

.sv-details-category {
  background: #F7F9FC;
  border-radius: 20px;
  padding: 50px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .sv-details-category {
    padding: 30px;
  }
}
@media (max-width: 767px) {
  .sv-details-category {
    padding: 30px;
  }
}
.sv-details-title-sm {
  font-weight: 600;
  font-size: 20px;
  line-height: 16px;
  color: #000000;
  padding-bottom: 20px;
}
.sv-details-title {
  font-weight: 700;
  font-size: 40px;
  line-height: 50px;
  letter-spacing: -0.02em;
  color: #202124;
}
@media (max-width: 767px) {
  .sv-details-title {
    font-size: 35px;
  }
}
.sv-details-category-list ul li {
  list-style-type: none;
  background: #FFFFFF;
  box-shadow: 0px 1px 3px rgba(32, 33, 36, 0.08);
  border-radius: 8px;
  transition: 0.5s;
  margin-bottom: 1px;
}
.sv-details-category-list ul li:last-child {
  margin-bottom: 0;
}
.sv-details-category-list ul li:hover {
  transform: scaleX(1.1);
}
.sv-details-category-list ul li.active {
  transform: scaleX(1.1);
}
.sv-details-category-list ul li.active a {
  color: var(--tp-common-blue-3);
}
.sv-details-category-list ul li.active a span::before {
  background-color: var(--tp-common-blue-3);
}
.sv-details-category-list ul li.active a i {
  color: var(--tp-common-blue-3);
}
.sv-details-category-list ul li a {
  font-weight: 400;
  font-size: 17px;
  color: #202124;
  display: block;
  display: flex;
  justify-content: space-between;
  transition: 0.3s;
  padding: 25px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .sv-details-category-list ul li a {
    font-size: 15px;
  }
}
.sv-details-category-list ul li a:hover {
  color: var(--tp-common-blue-3);
}
.sv-details-category-list ul li a:hover span::before {
  background-color: var(--tp-common-blue-3);
}
.sv-details-category-list ul li a:hover i {
  color: var(--tp-common-blue-3);
}
.sv-details-category-list ul li a span::before {
  content: "";
  height: 4px;
  width: 4px;
  background-color: var(--tp-common-black);
  border-radius: 50%;
  transition: 0.3s;
  display: inline-block;
  margin-right: 15px;
  transform: translateY(-4px);
}
.sv-details-category-list ul li a i {
  font-size: 20px;
  transition: 0.3s;
  transform: translateX(3px);
}
.sv-details-social-link a {
  margin-right: 25px;
  font-size: 18px;
  color: #82868C;
  transition: 0.3s;
}
.sv-details-social-link a:hover {
  color: var(--tp-common-blue-3);
}
.sv-details-wrapper {
  padding-left: 70px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .sv-details-wrapper {
    padding-left: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .sv-details-wrapper {
    padding-left: 0px;
  }
}
.sv-details-thumb img {
  border-radius: 20px;
}
.sv-details-title-box p {
  font-weight: 400;
  font-size: 17px;
  line-height: 26px;
  color: #5F6168;
}
@media (max-width: 767px) {
  .sv-details-title-box p {
    font-size: 15px;
  }
}
.sv-details-text-title {
  font-weight: 700;
  font-size: 24px;
  line-height: 20px;
  color: #202124;
  padding-bottom: 15px;
}
.sv-details-text ul li {
  list-style-type: none;
  position: relative;
  padding-left: 35px;
  margin-bottom: 10px;
}
.sv-details-text ul li p {
  font-weight: 600;
  font-size: 16px;
  line-height: 26px;
  color: #202124;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .sv-details-text ul li p {
    font-size: 15px;
  }
}
.sv-details-text ul li p span {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: var(--tp-text-body);
}
.sv-details-text ul li i {
  height: 20px;
  width: 20px;
  text-align: center;
  line-height: 20px;
  border-radius: 50%;
  background: rgba(20, 17, 37, 0.08);
  font-size: 10px;
  font-weight: 400;
  color: var(--tp-common-black);
  position: absolute;
  top: 5px;
  left: 0;
}
.sv-details-text-2 p {
  font-weight: 400;
  font-size: 17px;
  line-height: 26px;
  color: #5F6168;
}
@media (max-width: 767px) {
  .sv-details-text-2 p {
    font-size: 15px;
  }
}

/*----------------------------------------*/
/*  20. PROJECT CSS START
/*----------------------------------------*/
.tp-project__item {
  background-color: var(--tp-common-white);
  border-radius: 30px;
  overflow: hidden;
  transition: 0.3s;
}
@media (max-width: 767px) {
  .tp-project__item {
    flex-wrap: wrap;
  }
}
.tp-project__item:hover {
  box-shadow: 0px 16px 20px rgba(1, 16, 61, 0.1);
  border-radius: 30px;
}
.tp-project__thumb {
  flex: 0 0 auto;
}
@media (max-width: 767px) {
  .tp-project__thumb {
    width: 100%;
  }
  .tp-project__thumb img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .tp-project__meta {
    flex-wrap: wrap;
  }
}
.tp-project__content {
  padding: 0px 50px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-project__content {
    padding: 0px 40px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-project__content {
    padding: 0px 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-project__content {
    padding: 0px 30px;
  }
}
@media (max-width: 767px) {
  .tp-project__content {
    padding: 20px 20px;
  }
}
.tp-project__brand-icon {
  margin-bottom: 30px;
}
.tp-project__brand-icon img {
  width: 100px;
  height: 28px;
}
.tp-project__title-sm {
  font-weight: 700;
  font-size: 30px;
  padding-bottom: 5px;
}
@media (max-width: 767px) {
  .tp-project__title-sm {
    font-size: 25px;
  }
}
.tp-project__title-box p {
  border-bottom: 1px solid rgba(1, 16, 61, 0.08);
  padding-bottom: 37px;
  margin-bottom: 38px;
  padding-right: 12px;
}
@media (max-width: 767px) {
  .tp-project__title-box p {
    font-size: 14px;
    padding-right: 0;
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
}
.tp-project__author-info {
  margin-right: 40px;
}
.tp-project__author-info span {
  font-weight: 500;
  font-size: 14px;
  color: var(--tp-grey-2);
  padding-bottom: 8px;
  display: inline-block;
}
.tp-project__author-info h4 {
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 0;
}
.tp-project__budget {
  margin-right: 60px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-project__budget {
    margin-right: 45px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-project__budget {
    margin-right: 60px;
  }
}
@media (max-width: 767px) {
  .tp-project__budget {
    margin-right: 0px;
  }
}
.tp-project__budget span {
  font-weight: 500;
  font-size: 14px;
  color: var(--tp-grey-2);
  padding-bottom: 8px;
  display: inline-block;
}
.tp-project__budget h4 {
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 0;
}
.tp-project__link {
  margin-left: 22px;
}
@media (max-width: 767px) {
  .tp-project__link {
    margin-top: 20px;
    margin-left: 40px;
  }
}
.tp-project__link a {
  height: 44px;
  width: 44px;
  line-height: 41px;
  border-radius: 50%;
  background: rgba(41, 93, 251, 0.1);
  display: inline-block;
  text-align: center;
  transition: 0.4s;
}
.tp-project__link a svg {
  transition: 0.4s;
  color: var(--tp-theme-1);
}
.tp-project__link a:hover {
  box-shadow: inset 0 0 0 30px var(--tp-common-blue);
}
.tp-project__link a:hover svg {
  color: var(--tp-common-white);
}
.tp-project__slider-active {
  margin: 0px -260px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-project__slider-active {
    margin: 0px -450px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-project__slider-active {
    margin: 0px -500px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-project__slider-active {
    margin: 0px;
    padding: 0px 30px;
  }
}
@media (max-width: 767px) {
  .tp-project__slider-active {
    margin: 0px;
    padding: 0px 15px;
  }
}
.tp-project__slider-wrapper {
  padding-top: 50px;
  padding-bottom: 70px;
}
.tp-project__slider-section .tp-scrollbar {
  background: rgba(1, 16, 61, 0.16);
  height: 2px;
  width: 50%;
  position: relative;
  left: 0;
  right: 0;
  text-align: center;
  margin: auto;
}

.inner-project {
  height: 100%;
}
.inner-project-item {
  border: 1px solid #F0F0F0;
  border-radius: 20px;
  padding: 10px;
  transition: 0.3s;
}
.inner-project-item:hover {
  box-shadow: 0px 10px 20px rgba(1, 16, 61, 0.1);
  border-radius: 20px;
}
.inner-project-item:hover .inner-project-img {
  border-radius: 20px;
}
.inner-project-item:hover .inner-project-img img {
  transform: scale(1.2);
}
.inner-project-img {
  margin-bottom: 30px;
  border-radius: 20px;
}
.inner-project-img img {
  border-radius: 20px !important;
  width: 100%;
  transition: 0.7s;
}
.inner-project-brand {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 25px;
}
.inner-project-brand img {
  box-shadow: 0px 10px 10px rgba(6, 22, 34, 0.06);
  backdrop-filter: blur(30px);
  border-radius: 100px;
}
.inner-project-content {
  padding-left: 20px;
}
.inner-project-content p {
  padding-bottom: 10px;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .inner-project-content p {
    font-size: 14px;
    line-height: 20px;
  }
}
.inner-project-category-title {
  font-weight: 500;
  font-size: 12px;
  line-height: 12px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #9959FF;
  padding-bottom: 15px;
  display: inline-block;
}
.inner-project-title {
  font-weight: 700;
  font-size: 26px;
  line-height: 20px;
  color: #080829;
  padding-bottom: 10px;
  transition: 0.3s;
}
.inner-project-title:hover {
  color: var(--tp-common-blue-3);
}
@media (max-width: 767px) {
  .inner-project-title {
    font-size: 20px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .inner-project-title {
    font-size: 18px;
  }
}

.portfolio-filter button {
  font-weight: 600;
  font-size: 14px;
  line-height: 12px;
  color: #5F6168;
  border: 1px solid #F0F0F0;
  border-radius: 20px;
  margin: 0px 5px;
  transition: 0.3s;
  margin-bottom: 15px;
}
.portfolio-filter button:hover {
  border-color: var(--tp-common-blue-3);
}
.portfolio-filter button span {
  padding: 10px 30px;
  display: inline-block;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .portfolio-filter button span {
    padding: 10px 25px;
  }
}
.portfolio-filter button.active {
  background-color: var(--tp-common-blue-3);
  border-color: var(--tp-common-blue-3);
  color: var(--tp-common-white);
}

.pd-solution-paragraph {
  padding-left: 15px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .pd-solution-paragraph {
    padding-left: 0;
  }
}

.pd-thumb {
  margin-top: -250px;
  position: relative;
  z-index: 3;
}
.pd-thumb img {
  border-radius: 30px;
}

.pd-details-social-box {
  position: sticky;
  top: 50px;
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .pd-details-social-box {
    margin-bottom: 30px;
  }
}
.pd-details-social-title {
  font-weight: 500;
  font-size: 15px;
  line-height: 20px;
  color: #57575A;
  padding-bottom: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .pd-details-social-title br {
    display: none;
  }
}
.pd-details-social {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .pd-details-social {
    flex-direction: row;
  }
}
.pd-details-social a {
  height: 45px;
  width: 45px;
  text-align: center;
  line-height: 42px;
  border: 1px solid #F0F0F0;
  border-radius: 50%;
  display: inline-block;
  margin-bottom: 8px;
  color: #9497A3;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .pd-details-social a {
    margin-right: 8px;
  }
}
.pd-details-social a:hover {
  background-color: #600EE4;
  border-color: #600EE4;
  color: var(--tp-common-white);
}

.pd-details-wrapper {
  padding-right: 169px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .pd-details-wrapper {
    padding-right: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .pd-details-wrapper {
    padding-right: 0px;
  }
}

.pd-details-title {
  font-weight: 600;
  font-size: 34px;
  color: #080829;
  padding-bottom: 20px;
}
@media (max-width: 767px) {
  .pd-details-title {
    font-size: 30px;
  }
}

.pd-details-info {
  padding-bottom: 20px;
}
.pd-details-info p {
  font-weight: 400;
  font-size: 17px;
  line-height: 28px;
  color: #5F6168;
}

@media (max-width: 767px) {
  .pd-details-solution-img-box {
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .pd-details-solution-img-box {
    flex-wrap: inherit;
  }
}

.pd-details-solution-img {
  padding-bottom: 60px;
}
@media (max-width: 767px) {
  .pd-details-solution-img {
    margin-right: 0;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .pd-details-solution-img {
    margin: 0px 15px;
  }
}
.pd-details-solution-img img {
  border-radius: 30px;
}

.pd-details-overview {
  padding-bottom: 50px;
}
.pd-details-overview ul {
  padding-bottom: 40px;
}
.pd-details-overview ul li {
  font-weight: 400;
  font-size: 16px;
  line-height: 36px;
  color: #5F6168;
  list-style-type: none;
  position: relative;
  padding-left: 20px;
}
.pd-details-overview ul li::before {
  content: "";
  height: 4px;
  width: 4px;
  background-color: #5F6168;
  border-radius: 50%;
  display: inline-block;
  transform: translateY(-3px);
  position: absolute;
  top: 20px;
  left: 0;
}

/*----------------------------------------*/
/*  04. ACCOUNT CSS START
/*----------------------------------------*/
.tp-account-main-img {
  position: absolute;
  top: -70px;
  left: 61px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-account-main-img {
    top: -2px;
    left: 19px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-account-main-img {
    left: 124px;
  }
}
@media (max-width: 767px) {
  .tp-account-main-img {
    top: -8px;
    left: 9px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-account-main-img {
    top: -66px;
    left: 23px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-account-section-box {
    margin-top: 70px;
  }
}
.tp-account-author {
  position: absolute;
  bottom: -6px;
  right: 32%;
}
@media (max-width: 767px) {
  .tp-account-author {
    bottom: -3px;
    right: 14%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-account-author {
    bottom: -3px;
    right: 31%;
  }
}
.tp-account-shape-1 {
  position: absolute;
  top: -14px;
  left: -2%;
  animation: tpupdown 0.8s infinite alternate;
}
.tp-account-shape-2 {
  position: absolute;
  bottom: -6px;
  right: 2%;
  animation: moving 9s linear infinite;
}
.tp-account-step-wrapper {
  padding-left: 40px;
  padding-right: 60px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-account-step-wrapper {
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .tp-account-step-wrapper {
    padding-left: 0px;
    padding-right: 0px;
  }
}
.tp-account-item {
  padding-bottom: 29px;
  margin-bottom: 27px;
  border-bottom: 1px solid var(--tp-border-1);
}
.tp-account-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.tp-account-item span {
  font-weight: 500;
  font-size: 30px;
  color: var(--tp-common-black);
  margin-right: 35px;
  min-width: 40px;
  flex: 0 0 auto;
}
@media (max-width: 767px) {
  .tp-account-item span {
    margin-right: 20px;
  }
}
.tp-account-item p {
  margin-bottom: 0;
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
  font-family: var(--tp-ff-mont);
  color: var(--tp-common-black);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-account-item p {
    font-size: 19px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-account-item p {
    font-size: 18px;
  }
  .tp-account-item p br {
    display: none;
  }
}
@media (max-width: 767px) {
  .tp-account-item p {
    font-size: 17px;
    line-height: 23px;
  }
  .tp-account-item p br {
    display: none;
  }
}
.tp-account-btn-box p {
  font-weight: 500;
  font-size: 13px;
  line-height: 12px;
  color: var(--tp-grey-5);
}

/*----------------------------------------*/
/*  21. RANK CSS START
/*----------------------------------------*/
.tp-rank__feature {
  margin-bottom: 50px;
}
.tp-rank__feature ul li {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.1;
  position: relative;
  padding-left: 30px;
  margin-bottom: 20px;
  color: var(--tp-common-black);
  list-style-type: none;
}
.tp-rank__feature ul li:last-child {
  margin-bottom: 0;
}
.tp-rank__feature ul li i {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  line-height: 20px;
  text-align: center;
  border-radius: 50%;
  font-size: 8px;
  color: var(--tp-common-white);
  background-color: var(--tp-common-orange);
  font-weight: 400;
}
.tp-rank__wrapper {
  padding-left: 70px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-rank__wrapper {
    padding-left: 5px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-rank__wrapper {
    margin-bottom: 150px;
  }
}
@media (max-width: 767px) {
  .tp-rank__wrapper {
    padding-left: 0;
    margin-bottom: 70px;
  }
}
.tp-rank__circle-shape-1 {
  position: absolute;
  left: 41%;
  bottom: -24%;
}
.tp-rank__circle-shape-2 {
  position: absolute;
  left: 51%;
  bottom: -35%;
}
.tp-rank__circle-shape-3 {
  position: absolute;
  left: 38%;
  bottom: -39%;
}
.tp-rank__circle-shape-4 {
  position: absolute;
  left: 48%;
  bottom: -29%;
}
.tp-rank__circle-shape-5 {
  position: absolute;
  left: 45%;
  bottom: -37%;
}
.tp-rank__circle-shape-6 {
  position: absolute;
  left: 43%;
  bottom: -31%;
}
.tp-rank__circle-shape-7 {
  position: absolute;
  left: 45%;
  bottom: -46%;
}
.tp-rank__bg-shape {
  position: absolute;
  top: -35px;
  right: 65px;
  z-index: -1;
  transform: rotate(-12deg);
}
.tp-rank__item {
  box-shadow: 0px 20px 40px rgba(1, 16, 61, 0.14);
  background-color: var(--tp-common-white);
  display: inline-block;
  text-align: center;
  border-radius: 20px;
  max-width: 150px;
  padding: 55px 15px 30px 15px;
  margin: 0 -10px 0 -10px;
  transition: all 4s cubic-bezier(0.2, 0.8, 0.2, 1) 0s !important;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-rank__item {
    margin: 0 -12px 0 -12px;
  }
}
@media (max-width: 767px) {
  .tp-rank__item {
    margin: 0;
    width: 140px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-rank__item {
    width: 120px;
  }
}
.tp-rank__item:nth-child(2) {
  transform: translateY(30px);
}
@media (max-width: 767px) {
  .tp-rank__item:nth-child(2) {
    transform: translateY(0px);
  }
}
.tp-rank__item:nth-child(3) {
  transform: translateY(70px);
}
@media (max-width: 767px) {
  .tp-rank__item:nth-child(3) {
    transform: translateY(0px);
  }
}
.tp-rank__item.active {
  background: linear-gradient(16.46deg, #5956E9 11.15%, #9B99FF 99.48%);
  box-shadow: 0px 14px 20px rgba(1, 16, 61, 0.1);
  border-radius: 20px;
}
.tp-rank__item.active .tp-rank__number i {
  color: var(--tp-common-white);
  opacity: 0.3;
}
.tp-rank__item.active .tp-rank__number span {
  color: var(--tp-common-white);
}
.tp-rank__item.active .tp-rank__company span {
  background-color: var(--tp-common-white);
  border-color: var(--tp-common-white);
}
.tp-rank__item.active .tp-rank__company-info a {
  color: var(--tp-common-white);
}
.tp-rank__item.active .tp-rank__company-info span {
  color: rgba(255, 255, 255, 0.8);
}
.tp-rank__item:hover {
  webkit-transform: translate(-20px, -30px);
  -ms-transform: translate(-20px, -30px);
  transform: translate(-20px, -30px);
  transition-delay: all 4s cubic-bezier(0.2, 0.8, 0.2, 1) 0s !important;
}
.tp-rank__cup {
  position: absolute;
  top: -10px;
  left: 0;
  right: 0;
  text-align: center;
}
.tp-rank__cup span {
  height: 25px;
  width: 25px;
  line-height: 17px;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
  background-color: var(--tp-common-white);
  border: 2px solid var(--tp-theme-1);
}
.tp-rank__number {
  margin-bottom: 40px;
  margin-left: -25px;
}
.tp-rank__number i {
  font-weight: 400;
  font-size: 24px;
  color: var(--tp-common-black);
  opacity: 0.3;
  margin-right: 7px;
}
.tp-rank__number span {
  font-weight: 500;
  font-size: 66px;
  color: var(--tp-common-black);
  display: inline-block;
}
.tp-rank__company {
  margin-bottom: 12px;
}
.tp-rank__company span {
  height: 36px;
  width: 36px;
  line-height: 30px;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  background-color: var(--tp-common-white);
  border: 1px solid rgba(1, 16, 61, 0.1);
}
.tp-rank__company-info a {
  font-weight: 600;
  font-size: 15px;
  color: var(--tp-common-black);
}
.tp-rank__company-info span {
  font-weight: 500;
  font-size: 12px;
}

/*----------------------------------------*/
/*  12. FAQ CSS START
/*----------------------------------------*/
.tp-faq-img {
  position: absolute;
  bottom: -52%;
  left: 33%;
  z-index: -1;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-faq-img {
    bottom: 4%;
    left: 54%;
  }
}
@media (max-width: 767px) {
  .tp-faq-img {
    display: none;
  }
}
.tp-faq-border-shape {
  position: absolute;
  bottom: 9%;
  left: -21%;
}
.tp-faq-left-wrapper {
  padding-right: 80px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-faq-left-wrapper {
    padding-right: 0;
    padding-bottom: 100px;
  }
}
@media (max-width: 767px) {
  .tp-faq-left-wrapper {
    padding-right: 0;
    margin-bottom: 40px;
  }
}
.tp-faq-section-box p {
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  font-family: var(--tp-ff-mont);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-faq-section-box p br {
    display: none;
  }
}
@media (max-width: 767px) {
  .tp-faq-section-box p {
    font-size: 16px;
  }
  .tp-faq-section-box p br {
    display: none;
  }
}

.tp-inner-faq-box .tp-section-subtitle-2 {
  border-bottom: 0;
}

/*----------------------------------------*/
/*  10. CTA CSS START
/*----------------------------------------*/
.tp-cta-bg {
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 40px;
  padding: 70px 40px;
}
.tp-cta-content p {
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
  color: rgba(255, 255, 255, 0.8);
  font-family: var(--tp-ff-mont);
  padding-bottom: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-cta-content p br {
    display: none;
  }
}
@media (max-width: 767px) {
  .tp-cta-content p {
    font-size: 15px;
  }
  .tp-cta-content p br {
    display: none;
  }
}
.tp-cta-grey-bg {
  height: 170px;
  width: 100%;
  position: absolute;
  bottom: 0;
  z-index: -1;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-card-thumb-wrapper {
    margin-bottom: 170px;
  }
}
@media (max-width: 767px) {
  .tp-card-thumb-wrapper {
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-card-thumb-wrapper {
    margin-bottom: 170px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-card-space {
    padding-bottom: 100px;
  }
}
@media (max-width: 767px) {
  .tp-card-space {
    padding-bottom: 0px;
  }
}
.tp-card-main-img img {
  border-radius: 30px !important;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-card-main-img img {
    width: 100%;
  }
}
.tp-card-img-1 {
  position: absolute;
  top: -53px;
  left: 45px;
  animation: rotate2 15s linear infinite;
}
.tp-card-img-2 {
  position: absolute;
  bottom: -57%;
  left: 0px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-card-img-2 {
    bottom: -37%;
  }
}
.tp-card-img-3 {
  position: absolute;
  top: -11%;
  right: 57px;
  z-index: -1;
}
.tp-card-img-4 {
  position: absolute;
  top: 19%;
  right: 28px;
  z-index: -1;
}
.tp-card-img-5 {
  position: absolute;
  top: 43%;
  right: 19%;
  animation: tptranslateX2 5s forwards infinite alternate;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-card-img-5 {
    top: 55%;
  }
}
@media (max-width: 767px) {
  .tp-card-img-5 {
    top: 32%;
    right: -2%;
  }
}
.tp-card-title-box {
  padding-left: 70px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-card-title-box {
    padding-left: 50px;
  }
  .tp-card-title-box br {
    display: none;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-card-title-box {
    padding-left: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-card-title-box {
    padding-left: 0;
  }
}
.tp-card-title-box p {
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  font-family: var(--tp-ff-urban);
  padding-bottom: 17px;
}
@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-card-title-box p br {
    display: none;
  }
}
@media (max-width: 767px) {
  .tp-card-title-box p {
    font-size: 16px;
    line-height: 25px;
  }
  .tp-card-title-box p br {
    display: none;
  }
}

.tp-sales-space {
  padding-top: 90px;
  padding-bottom: 170px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-sales-space {
    padding-top: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-sales-img-wrapper {
    margin-bottom: 100px;
  }
}
@media (max-width: 767px) {
  .tp-sales-img-wrapper {
    margin-bottom: 50px;
  }
}
.tp-sales-section-box p {
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  font-family: var(--tp-ff-urban);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-sales-section-box p br {
    display: none;
  }
}
@media (max-width: 767px) {
  .tp-sales-section-box p {
    font-size: 16px;
    line-height: 25px;
  }
  .tp-sales-section-box p br {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-sales-main-thumb img {
    width: 100%;
  }
}
.tp-sales-feature ul {
  display: inline-block;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-sales-feature ul {
    margin-bottom: 40px;
  }
}
.tp-sales-feature ul li {
  position: relative;
  padding: 8px 12px;
  list-style-type: none;
  clear: both;
  float: left;
  margin-bottom: 17px;
}
.tp-sales-feature ul li:last-child {
  margin-bottom: 0;
}
.tp-sales-feature ul li::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: linear-gradient(90.27deg, #FFB545 2.18%, rgba(255, 181, 69, 0) 99.77%);
  opacity: 0.2;
  border-radius: 30px;
}
.tp-sales-feature ul li.purple-2::after, .tp-sales-feature ul li.sale-color-2::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: linear-gradient(90.27deg, #625FFB 2.18%, rgba(98, 95, 251, 0) 99.77%);
  opacity: 0.2;
  border-radius: 30px;
}
.tp-sales-feature ul li.purple-2 span i, .tp-sales-feature ul li.sale-color-2 span i {
  background-color: var(--tp-theme-1);
}
.tp-sales-feature ul li.purple-2 span em, .tp-sales-feature ul li.sale-color-2 span em {
  color: var(--tp-theme-1);
}
.tp-sales-feature ul li.green-3::after, .tp-sales-feature ul li.sale-color-3::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: linear-gradient(90.27deg, #65CB7B 2.18%, rgba(101, 203, 123, 0) 99.77%);
  opacity: 0.2;
  border-radius: 30px;
}
.tp-sales-feature ul li.green-3 span i, .tp-sales-feature ul li.sale-color-3 span i {
  background-color: var(--tp-common-green);
}
.tp-sales-feature ul li.green-3 span em, .tp-sales-feature ul li.sale-color-3 span em {
  color: var(--tp-common-green);
}
.tp-sales-feature ul li span {
  position: relative;
  padding-left: 35px;
  z-index: 2;
}
.tp-sales-feature ul li span i {
  height: 22px;
  width: 22px;
  line-height: 22px;
  border-radius: 50%;
  text-align: center;
  background-color: var(--tp-common-yellow);
  color: var(--tp-common-white);
  position: absolute;
  top: 0;
  left: 0;
}
.tp-sales-feature ul li span em {
  font-weight: 600;
  font-size: 16px;
  color: var(--tp-common-yellow);
  font-family: var(--tp-ff-urban);
  font-style: normal;
}
@media (max-width: 767px) {
  .tp-sales-feature ul li span em {
    font-size: 14px;
  }
}
.tp-sales-sub-img-1 {
  position: absolute;
  bottom: 14%;
  left: 0%;
  animation: tpupdown 1s infinite alternate;
}
.tp-sales-sub-img-1 img {
  filter: drop-shadow(0px 20px 40px rgba(32, 33, 36, 0.14));
  border-radius: 20px;
}
.tp-sales-sub-img-2 {
  position: absolute;
  bottom: -12%;
  right: -7%;
  z-index: -1;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-sales-sub-img-2 {
    right: -4%;
  }
}

.tp-inner-font p {
  font-family: var(--tp-ff-body);
}

.tp-plan-space {
  padding-top: 120px;
  padding-bottom: 120px;
}
@media (max-width: 767px) {
  .tp-plan-space {
    padding-bottom: 40px;
  }
}
.tp-plan-section-box p {
  padding-right: 10px;
}
@media (max-width: 767px) {
  .tp-plan-section-box p {
    padding-right: 0;
  }
  .tp-plan-section-box p br {
    display: none;
  }
}
.tp-plan-img-box {
  margin-right: 70px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-plan-img-box {
    margin-right: 10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-plan-img-box {
    margin-right: 0px;
  }
}
.tp-plan-img-1 img {
  border-radius: 30px !important;
  width: 100%;
}
.tp-plan-img-2 {
  position: absolute;
  top: 18%;
  left: 18%;
  z-index: 1;
}
.tp-plan-img-3 {
  position: absolute;
  top: 11%;
  right: 12%;
  animation: tptranslateX2 4s forwards infinite alternate;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-plan-img-3 {
    top: 9%;
    right: 7%;
  }
}
.tp-plan-img-4 {
  position: absolute;
  bottom: 12%;
  right: 13%;
  z-index: 2;
  animation: tptranslateY2 4s forwards infinite alternate;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-plan-img-4 {
    bottom: 3%;
    right: 5%;
  }
}
.tp-plan-img-5 {
  position: absolute;
  bottom: 33%;
  left: 15%;
  z-index: 2;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-plan-img-5 {
    left: 12%;
    bottom: 27%;
  }
}
.tp-plan-img-5 img {
  box-shadow: 0px 20px 50px rgba(32, 33, 36, 0.14);
  border-radius: 10px;
  animation: tptranslateX2 4s forwards infinite alternate;
}
.tp-plan-img-6 {
  position: absolute;
  bottom: 25%;
  left: 20%;
  z-index: 2;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-plan-img-6 {
    bottom: 20%;
  }
}
.tp-plan-img-6 img {
  box-shadow: 0px -30px 50px rgba(29, 12, 7, 0.1);
  border-radius: 10px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-plan-wrapper {
    margin-bottom: 100px;
  }
}
@media (max-width: 767px) {
  .tp-plan-wrapper {
    margin-bottom: 50px;
  }
}
.tp-plan-feature ul li {
  list-style-type: none;
  margin-bottom: 15px;
  position: relative;
  padding-left: 35px;
  font-weight: 400;
  font-size: 17px;
  color: #595B62;
}
.tp-plan-feature ul li i {
  height: 22px;
  width: 22px;
  background-color: rgba(20, 17, 37, 0.08);
  border-radius: 50%;
  text-align: center;
  line-height: 22px;
  font-size: 10px;
  color: var(--tp-common-black);
  position: absolute;
  top: 0;
  left: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-plan-section-box {
    margin-bottom: 40px;
    margin-top: 20px;
  }
}

.tp-plan-2-space {
  padding-bottom: 120px;
}
.tp-plan-2-img-box {
  margin-left: 95px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-plan-2-img-box {
    margin-left: 10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-plan-2-img-box {
    margin-left: 0px;
  }
}
.tp-plan-2-img-1 img {
  border-radius: 30px !important;
  width: 100%;
}
.tp-plan-2-img-2 {
  position: absolute;
  top: 26%;
  left: 29%;
  z-index: 2;
}
.tp-plan-2-img-2 img {
  border-radius: 16px !important;
  box-shadow: 0px 20px 50px rgba(32, 33, 36, 0.14) !important;
  border-radius: 10px !important;
}
.tp-plan-2-img-3 {
  position: absolute;
  top: 13%;
  right: 11%;
  animation: tptranslateY2 4s forwards infinite alternate;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-plan-2-img-3 {
    top: 13%;
    right: 19%;
  }
}
.tp-plan-2-img-3 img {
  border-radius: 16px !important;
  box-shadow: 0px 20px 50px rgba(32, 33, 36, 0.14) !important;
  border-radius: 10px !important;
}
.tp-plan-2-img-4 {
  position: absolute;
  bottom: 23%;
  left: 12%;
  animation: tptranslateY2 4s forwards infinite alternate;
}
@media (max-width: 767px) {
  .tp-plan-2-img-4 {
    bottom: 8%;
    left: 12%;
  }
}
.tp-plan-2-img-4 img {
  border-radius: 16px !important;
  box-shadow: 0px 20px 50px rgba(32, 33, 36, 0.14) !important;
  border-radius: 10px !important;
}
.tp-plan-2-img-5 {
  position: absolute;
  bottom: 18%;
  right: 10%;
  animation: tptranslateX2 4s forwards infinite alternate;
}
.tp-plan-2-img-6 {
  position: absolute;
  top: 18%;
  left: 18%;
}

.tp-cta-five-bg {
  background-repeat: no-repeat;
  background-size: cover;
  margin-left: 315px;
  margin-right: 315px;
  border-radius: 25px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-cta-five-bg {
    margin-right: 150px;
    margin-left: 150px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-cta-five-bg {
    margin-right: 80px;
    margin-left: 80px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-cta-five-bg {
    margin-right: 30px;
    margin-left: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-cta-five-bg {
    margin-right: 0px;
    margin-left: 0px;
  }
}
.tp-cta-five-shape-1 {
  position: absolute;
  right: 17%;
  bottom: -6%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-cta-five-shape-1 {
    right: 9%;
  }
}
.tp-cta-five-shape-1 img {
  width: 140px;
}
.tp-cta-five-shape-2 {
  width: 215px;
  position: absolute;
  left: -5%;
  bottom: -7%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-cta-five-shape-2 {
    left: -2%;
  }
}

/*----------------------------------------*/
/*  05. BLOG CSS START
/*----------------------------------------*/
.tp-blog-thumb {
  margin-bottom: 30px;
  border-radius: 30px;
}
div.tp-blog-thumb img {
  border-radius: 30px;
  width: 100%;
  transition: transform 0.3s linear;
  width: 370px;
  height: 330px;
  object-fit: cover;
}

.tp-blog-thumb:hover img {
  transform: scale(1.1);
}
.tp-blog-meta {
  margin-bottom: 12px;
}
.tp-blog-category span {
  font-weight: 700;
  font-size: 12px;
  line-height: 8px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--tp-common-blue);
  font-family: var(--tp-ff-urban);
  border: 1px solid rgba(91, 108, 255, 0.1);
  border-radius: 30px;
  display: inline-block;
  padding: 8px 12px;
}
.tp-blog-date span {
  font-weight: 500;
  font-size: 14px;
  line-height: 12px;
  color: #787B83;
  padding-left: 12px;
  margin-left: 12px;
  position: relative;
}
.tp-blog-date span::after {
  position: absolute;
  content: "";
  top: 8px;
  left: 0;
  height: 4px;
  width: 4px;
  border-radius: 50%;
  background-color: #5F6168;
}
.tp-blog-title-box {
  padding-bottom: 22px;
  margin-bottom: 20px;
  border-bottom: 1px solid #E9EBF1;
}
.tp-blog-title-sm {
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  color: var(--tp-common-black);
  font-family: var(--tp-ff-urban);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-blog-title-sm {
    font-size: 20px;
    line-height: 28px;
  }
  .tp-blog-title-sm br {
    display: none;
  }
}
@media (max-width: 767px) {
  .tp-blog-title-sm {
    font-size: 21px;
    line-height: 29px;
  }
  .tp-blog-title-sm br {
    display: none;
  }
}
.tp-blog-title-sm:hover {
  color: var(--tp-theme-1);
}
.tp-blog-avata {
  margin-right: 15px;
}
.tp-blog-avata img {
  width: 48px !important;
  height: 48px !important;
  border-radius: 50% !important;
}
.tp-blog-author-info h5 {
  font-weight: 600;
  font-size: 16px;
  line-height: 16px;
  color: var(--tp-common-black);
  font-family: var(--tp-ff-urban);
  margin-bottom: 3px;
  text-transform: capitalize;
}
.tp-blog-author-info span {
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: #787B83;
  font-family: var(--tp-ff-urban);
}

.category-color-2 span {
  border-color: rgba(255, 154, 0, 0.2);
  color: #FF9A00;
}

.category-color-3 span {
  border-color: rgba(33, 182, 65, 0.1);
  color: var(--tp-common-green);
}

.tp-blog-four-section-space {
  margin-bottom: 60px;
}
.tp-blog-four-item {
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 30px;
}
.tp-blog-four-item:hover .tp-blog-four-img img {
  transform: scale(1.1) rotate(2deg);
}
.tp-blog-four-img img {
  border-radius: 20px 20px 0 0;
  transition: 0.6s;
}
.tp-blog-four-content-wrapper {
  padding: 35px 40px 50px 40px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-blog-four-content-wrapper {
    padding: 35px 30px 50px 30px;
  }
}
@media (max-width: 767px) {
  .tp-blog-four-content-wrapper {
    padding: 20px;
  }
}
.tp-blog-four-meta {
  margin-bottom: 25px;
}
.tp-blog-four-meta span.child-1 {
  font-weight: 600;
  font-size: 14px;
  line-height: 12px;
  text-transform: uppercase;
  color: var(--tp-common-white);
  padding-right: 15px;
  margin-right: 15px;
  position: relative;
}
.tp-blog-four-meta span.child-1::after {
  position: absolute;
  top: 3px;
  right: 0;
  width: 1px;
  height: 15px;
  background-color: rgba(255, 255, 255, 0.2);
  content: "";
}
.tp-blog-four-meta span.child-2 {
  font-weight: 600;
  font-size: 14px;
  line-height: 12px;
  color: var(--tp-common-white);
  opacity: 0.8;
}
.tp-blog-four-title-sm {
  font-weight: 700;
  font-size: 30px;
  line-height: 30px;
  color: var(--tp-common-white);
  padding-bottom: 10px;
  transition: 0.3s;
  display: inline-block;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-blog-four-title-sm {
    font-size: 25px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-blog-four-title-sm {
    font-size: 20px;
    line-height: 24px;
  }
}
@media (max-width: 767px) {
  .tp-blog-four-title-sm {
    font-size: 19px;
    line-height: 24px;
  }
}
.tp-blog-four-title-sm:hover {
  color: var(--tp-common-yellow-3);
}
.tp-blog-four-info p {
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: rgba(255, 255, 255, 0.7);
  padding-bottom: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-blog-four-info p {
    font-size: 16px;
    line-height: 23px;
  }
}
@media (max-width: 767px) {
  .tp-blog-four-info p {
    font-size: 16px;
    line-height: 23px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-blog-four-section-box {
    margin-bottom: 40px;
  }
}

.blog-grid-slider-height {
  min-height: 500px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .blog-grid-slider-height {
    height: 450px;
  }
}
.blog-grid-slider-bg {
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 30px;
  overflow: hidden;
  position: relative;
}
.blog-grid-slider-bg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(269.88deg, rgba(2, 6, 17, 0) -0.76%, rgba(1, 4, 10, 0) 46.85%, rgba(0, 0, 0, 0.72) 99.9%, rgba(0, 0, 0, 0.72) 99.9%);
  filter: drop-shadow(0px 1px 3px rgba(1, 16, 61, 0.1));
  border-radius: 20px;
}
.blog-grid-slider-wrapper {
  padding: 30px 100px;
  position: relative;
  z-index: 5;
}
@media (max-width: 767px) {
  .blog-grid-slider-wrapper {
    padding: 25px;
  }
  .blog-grid-slider-wrapper br {
    display: none;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .blog-grid-slider-wrapper {
    padding: 80px;
  }
  .blog-grid-slider-wrapper br {
    display: none;
  }
}
.blog-grid-slider-meta {
  padding-bottom: 13px;
}
.blog-grid-slider-meta span.child-one {
  font-weight: 600;
  font-size: 14px;
  line-height: 12px;
  color: #202124;
  background-color: var(--tp-common-white);
  padding: 8px 20px;
  display: inline-block;
  border-radius: 30px;
  margin-right: 13px;
}
.blog-grid-slider-meta span.child-two {
  font-weight: 500;
  font-size: 14px;
  line-height: 6px;
  color: rgba(255, 255, 255, 0.8);
}
.blog-grid-slider-title {
  font-weight: 700;
  font-size: 40px;
  line-height: 50px;
  color: #FFFFFF;
  padding-bottom: 5px;
  transition: 0.3s;
}
.blog-grid-slider-title:hover {
  color: var(--tp-common-yellow-3);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-grid-slider-title {
    font-size: 35px;
  }
}
@media (max-width: 767px) {
  .blog-grid-slider-title {
    font-size: 26px;
    line-height: 35px;
  }
}
.blog-grid-slider-title-box p {
  font-weight: 500;
  font-size: 17px;
  line-height: 26px;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 35px;
}

.blog-grid-arrow button {
  font-size: 20px;
}
.blog-grid-arrow .grid-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -11px;
  z-index: 9;
}
.blog-grid-arrow .grid-next i {
  transform: translateX(18px) translateY(3px);
}
.blog-grid-arrow .grid-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -1px;
  z-index: 9;
}
.blog-grid-arrow .grid-prev i {
  transform: translateX(32px) translateY(3px);
}

@media (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .postbox__wrapper {
    padding-right: 0px;
    margin-bottom: 50px;
  }
}

.postbox__p-right {
  margin-right: 20px;
}
@media (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .postbox__p-right {
    margin-right: 0px;
  }
}
.postbox__thumb .play-btn {
  position: absolute;
  top: calc(50% - 20px);
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
  height: 90px;
  width: 90px;
  background-color: var(--tp-common-white);
  text-align: center;
  line-height: 90px;
  color: var(--tp-common-black);
  border-radius: 50%;
  animation: pulse 2s infinite;
}
.postbox__thumb .play-btn:hover {
  background-color: var(--tp-common-blue-4);
  color: var(--tp-common-white);
}
.postbox__thumb img, .postbox__thumb iframe {
  border-radius: 20px;
  margin-bottom: 40px;
}
.postbox__audio {
  height: 100%;
  width: 100%;
}
.postbox__audio iframe {
  width: 100%;
  height: 100%;
  border: none;
}
.postbox__item-single:hover {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
.postbox__content p img {
  margin-bottom: 30px;
  max-width: 100%;
  border-radius: 10px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .postbox__content p img {
    width: 100%;
  }
}
.postbox__content-single {
  padding-left: 0;
  padding-right: 0;
  border: none;
}
.postbox__title {
  color: var(--tp-common-black);
  line-height: 1.3;
  font-weight: 700;
  font-size: 30px;
  color: #202124;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .postbox__title {
    font-size: 33px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .postbox__title {
    font-size: 28px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .postbox__title {
    font-size: 33px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .postbox__title {
    font-size: 30px;
  }
  .postbox__title br {
    display: none;
  }
}
@media (max-width: 767px) {
  .postbox__title {
    font-size: 25px;
  }
  .postbox__title br {
    display: none;
  }
}
.postbox__title a:hover {
  color: var(--tp-common-blue-4);
}
.postbox__meta {
  margin-bottom: 20px;
}
.postbox__meta span {
  font-weight: 500;
  font-size: 14px;
  line-height: 12px;
  color: #888888;
  display: inline-block;
  margin-right: 12px;
}
.postbox__meta span:first-child {
  padding: 8px 12px;
  border: 1px solid #F0F0F0;
  border-radius: 20px;
}
.postbox__meta span:last-child {
  margin-right: 0;
}
.postbox__meta span i {
  color: var(--tp-theme-1);
  margin-right: 3px;
  font-weight: 500;
}
.postbox__meta span:hover {
  color: var(--tp-common-blue-4);
}
.postbox__text {
  padding-right: 30px;
}
@media (max-width: 768px) {
  .postbox__text {
    padding-right: 0;
  }
}
.postbox__text img {
  max-width: 100%;
}
.postbox__text p {
  font-size: 17px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .postbox__text p {
    font-size: 16px;
  }
}
.postbox__text-single p {
  margin-bottom: 15px;
}
.postbox__slider button {
  position: absolute;
  left: 50px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
  font-size: 30px;
  color: var(--tp-common-white);
}
.postbox__slider button.slick-next {
  left: auto;
  right: 50px;
}
@media (max-width: 767px) {
  .postbox__slider button.slick-next {
    right: 10px;
  }
}
@media (max-width: 767px) {
  .postbox__slider button {
    left: 10px;
  }
}
.postbox__comment ul li.comment-list {
  list-style: none;
}
.postbox__comment ul li.comment-list .postbox__comment-box {
  margin-bottom: 30px;
  padding-bottom: 30px;
  list-style: none;
  border-bottom: 1px solid var(--tp-border-1);
}
.postbox__comment ul li.comment-list:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}
.postbox__comment ul li.comment-list.children {
  margin-left: 100px;
}
@media (max-width: 767px) {
  .postbox__comment ul li.comment-list.children {
    margin-left: 0px;
  }
}
.postbox__comment ul-title {
  font-size: 20px;
  font-weight: 500;
  color: var(--tp-common-black);
  margin-bottom: 40px;
  margin-right: 20px;
}
.postbox__comment ul ul, .postbox__comment ul ol {
  margin-left: 15px;
}
.postbox__comment ul ol {
  padding-left: 0;
}
.postbox__comment-title {
  font-weight: 600;
  font-size: 26px;
  line-height: 18px;
  letter-spacing: -0.02em;
  color: #202124;
  margin-bottom: 40px;
}
.postbox__comment-avater img {
  width: 50px;
  height: 50px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.postbox__comment-name {
  margin-bottom: 5px;
}
.postbox__comment-name h5 {
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: var(--tp-common-black);
  padding-right: 10px;
  margin-right: 10px;
  position: relative;
  text-transform: capitalize;
}
.postbox__comment-name h5::after {
  content: "";
  height: 4px;
  width: 4px;
  background-color: var(--tp-common-black);
  display: inline-block;
  position: absolute;
  right: -1px;
  bottom: 4px;
}
.postbox__comment-name span {
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  color: #888888;
}
@media (max-width: 767px) {
  .postbox__comment-text {
    margin-left: 0;
    margin-top: 15px;
  }
}
.postbox__comment-text p {
  font-size: 16px;
  margin-bottom: 15px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .postbox__comment-text p {
    font-size: 15px;
  }
  .postbox__comment-text p br {
    display: none;
  }
}
@media (max-width: 767px) {
  .postbox__comment-text p br {
    display: none;
  }
}
.postbox__comment-reply {
  margin-top: 20px;
}
.postbox__comment-reply a {
  display: inline-block;
  height: 30px;
  line-height: 27px;
  padding: 0 18px;
  font-weight: 500;
  font-size: 13px;
  color: #202124;
  border: 1px solid #F0F0F0;
  border-radius: 20px;
  transition: 0.3s;
}
.postbox__comment-reply a:hover {
  color: var(--tp-common-white);
  background: var(--tp-common-blue-4);
  border-color: var(--tp-common-blue-4);
}
.postbox__comment-reply a:hover svg {
  color: var(--tp-common-white);
}
.postbox__comment-reply a svg {
  transform: translateY(-2px);
  margin-right: 6px;
  color: #202124;
  transition: 0.3s;
}
.postbox__comment-agree {
  margin-bottom: 30px;
}
.postbox__comment-agree .form-check-label {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.3;
  color: #87888A;
}
.postbox__comment-agree .form-check-input:checked {
  background-color: var(--tp-common-blue-4);
  border-color: transparent;
}
.postbox__comment-agree .form-check-input:focus {
  box-shadow: none;
}
.postbox__comment-agree .form-check-input.form-check-input[type=checkbox] {
  border-radius: 2px;
  margin-top: 4px;
}
.postbox__tag span {
  font-size: 20px;
  margin-bottom: 17px;
  color: var(--tp-common-black);
  margin-right: 30px;
  font-weight: 500;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .postbox__social {
    margin-top: 40px;
  }
}
.postbox__social span {
  font-size: 20px;
  color: var(--tp-common-black);
  font-weight: 500;
}
.postbox__social a {
  font-size: 15px;
  padding-left: 30px;
}
.postbox__social a .tp-linkedin {
  color: #0E6BA1;
}
.postbox__social a .tp-pinterest {
  color: #D70220;
}
.postbox__social a .tp-facebook {
  color: #0E6BA1;
}
.postbox__social a .tp-twitter {
  color: #36B6ED;
}
@media (max-width: 767px) {
  .postbox__navigation-more {
    flex-wrap: wrap;
  }
}
.postbox__navigation-img {
  margin-right: 15px;
}
.postbox__navigation-img img {
  border-radius: 12px;
  width: 90px;
  height: 90px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .postbox__navigation-left {
    margin-bottom: 30px;
  }
}
.postbox__navigation-content a:hover span {
  color: var(--tp-common-blue-4);
}
.postbox__navigation-content span {
  font-weight: 500;
  font-size: 12px;
  line-height: 12px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #5F6168;
  padding-bottom: 15px;
  display: inline-block;
  transition: 0.3s;
}
.postbox__navigation-content span i {
  margin-right: 10px;
}
.postbox__navigation-content h5 {
  font-weight: 700;
  font-size: 18px;
  line-height: 16px;
  color: #202124;
  transition: 0.3s;
}
@media (max-width: 767px) {
  .postbox__navigation-content h5 {
    font-size: 16px;
  }
}
.postbox__navigation-content h5:hover {
  color: var(--tp-common-blue-4);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .postbox__navigation-content h5 {
    font-size: 15px;
  }
}
.postbox__navigation-right .postbox__navigation-img {
  margin-right: 0;
  margin-left: 15px;
}
.postbox__navigation-right .postbox__navigation-content span i {
  margin-right: 0;
  margin-left: 10px;
}

.blog-grid-inner .tp-blog-item {
  border: 1px solid #F0F0F0;
  border-radius: 30px;
  transition: 0.3s;
  background-color: var(--tp-common-white);
}
.blog-grid-inner .tp-blog-item:hover {
  border: 1px solid #F0F0F0;
  box-shadow: 0px 10px 20px rgba(1, 16, 61, 0.1);
  border-radius: 30px;
}
.blog-grid-inner .tp-blog-content {
  padding: 30px;
}
@media (max-width: 767px) {
  .blog-grid-inner .tp-blog-content {
    padding: 25px;
  }
}
.blog-grid-inner .tp-blog-thumb {
  margin-bottom: 0;
  border-radius: 20px 20px 0 0;
}
.blog-grid-inner .tp-blog-thumb img {
  border-radius: 20px 20px 0 0;
}
.blog-grid-inner .tp-blog-title-box {
  margin-bottom: 0px;
  border-bottom: none;
}
.blog-grid-inner .tp-blog-title-sm {
  font-family: var(--tp-ff-body);
}
.blog-grid-inner .tp-blog-title-sm br {
  display: none;
}

.form-label-action.active .postbox__comment-input label {
  top: 0;
  color: var(--tp-common-blue-4);
  font-size: 13px;
  font-weight: 400;
}
.form-label-action.active .postbox__comment-input span {
  top: -14px;
  color: var(--tp-common-blue-4);
  font-size: 13px;
  font-weight: 400;
}

.blog-grid-bg {
  position: relative;
}
.blog-grid-bg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(180deg, rgba(247, 249, 252, 0) 0%, #F7F9FC 100%);
  transform: matrix(1, 0, 0, -1, 0, 0);
  height: 50%;
  width: 100%;
  display: inline-block;
  z-index: -1;
}

.postbox__comment-form-title {
  margin-bottom: 30px;
  font-weight: 600;
  font-size: 26px;
  line-height: 22px;
  letter-spacing: -0.02em;
  color: var(--tp-common-black);
}
@media (max-width: 767px) {
  .postbox__comment-form-title {
    font-size: 25px;
  }
}

.postbox__social-wrapper {
  border-bottom: 1px solid #ECEEF3;
  padding-bottom: 40px;
  margin-bottom: 40px;
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .postbox__comment-form {
    margin-bottom: 50px;
  }
}

.aproch-title {
  font-size: 36px;
  margin-bottom: 15px;
}

.approch-item {
  margin-bottom: 65px;
}
.approch-item ul li {
  position: relative;
  padding-left: 30px;
}
.approch-item ul li i {
  color: var(--tp-theme-2);
  font-size: 14px;
  font-weight: 600;
  position: absolute;
  top: 5px;
  left: 0;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .approch-thumb {
    margin-bottom: 40px;
  }
}
.approch-thumb img {
  border-radius: 10px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .approch-thumb img {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .postbox__comment-box {
    flex-wrap: wrap;
  }
}
.postbox__comment-info {
  flex: 0 0 auto;
}

.rc__post {
  margin-bottom: 20px;
}
.rc__post:last-child {
  margin-bottom: 0;
}
.rc__post ul li:not(:last-child) {
  margin-bottom: 15px;
}
.rc__post-thumb {
  flex: 0 0 auto;
}
.rc__post-thumb img {
  border-radius: 10px;
  width: 75px;
  height: 75px;
  flex: 0 0 auto;
  object-fit: cover;
}
.rc__post-title {
  margin-bottom: 6px;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  color: var(--tp-common-black);
}
.rc__post-title a:hover {
  color: var(--tp-common-blue-4);
}
.rc__meta span {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 500;
  color: #6A6A74;
}

.sidebar__wrapper {
  padding-left: 10px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .sidebar__wrapper {
    padding-left: 0;
  }
}
.sidebar__widge-title-box {
  border-radius: 14px 14px 0px 0px;
}
@media (max-width: 767px) {
  .sidebar__widget-content {
    padding: 35px 25px;
  }
}
.sidebar__widget {
  border: 1px solid #E5E5E5;
  border-radius: 14px;
  padding: 40px 30px;
}
.sidebar__widget-title {
  font-weight: 600;
  font-size: 18px;
  line-height: 16px;
  color: var(--tp-common-black);
  padding-bottom: 20px;
  margin-bottom: 30px;
  border-bottom: 1px solid #EDEDED;
}
.sidebar__widget:last-child-title {
  border-bottom: 0;
}
.sidebar__widget ul li {
  list-style: none;
  margin-bottom: 25px;
}
.sidebar__widget ul li:last-child {
  margin-bottom: 0;
}
.sidebar__widget ul li a {
  font-weight: 500;
  font-size: 14px;
  line-height: 12px;
  color: #5F6168;
  justify-content: space-between;
  line-height: 18px;
}
.sidebar__widget ul li a:hover {
  color: var(--tp-common-blue-4);
}
.sidebar__widget ul li a i {
  font-size: 18px;
  transform: translateY(2px);
  margin-right: 10px;
}
.sidebar__widget ul li a:before {
  position: relative;
  content: "\f105";
  display: inline-block;
  font-family: "Font Awesome 5 Pro";
  margin-right: 10px;
}
.sidebar__search {
  position: relative;
}
.sidebar__search input {
  width: 100%;
  height: 60px;
  line-height: 60px;
  padding: 0 25px;
  text-transform: capitalize;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -o-border-radius: 7px;
  -ms-border-radius: 7px;
  border-radius: 7px;
  border: 0;
  outline: none;
  padding-right: 60px;
  border: 1px solid #E5E5E5;
  border-radius: 14px;
}
@media (max-width: 767px) {
  .sidebar__search input {
    padding-right: 40px;
    padding-left: 15px;
  }
}
.sidebar__search input:focus {
  border-color: var(--tp-common-blue-4);
}
.sidebar__search input::placeholder {
  color: #777777;
}
.sidebar__search button {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  padding: 0 24px;
  color: #fff;
  line-height: 60px;
  -webkit-border-radius: 0 7px 7px 0;
  -moz-border-radius: 0 7px 7px 0;
  -o-border-radius: 0 7px 7px 0;
  -ms-border-radius: 0 7px 7px 0;
  border-radius: 0 7px 7px 0;
  color: var(--tp-common-black);
}
.sidebar__banner-content {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
  background: var(--tp-theme-1);
}
.sidebar__banner-content h4 {
  padding: 15px 20px;
  font-size: 24px;
  color: var(--tp-common-white);
  text-transform: uppercase;
  margin-bottom: 0;
}

.tagcloud a {
  border: 1px solid #F2F4F6;
  color: #8A879F;
  display: inline-block;
  line-height: 1;
  padding: 10px 25px;
  margin-bottom: 8px;
  margin-right: 8px;
  border-radius: 30px;
  transition: 0.3s;
  font-weight: 500;
  font-size: 14px !important;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tagcloud a {
    padding: 8px 15px;
    font-size: 13px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tagcloud a {
    padding: 10px 15px;
    font-size: 13px;
  }
}
@media (max-width: 767px) {
  .tagcloud a {
    padding: 10px 15px;
    font-size: 13px;
  }
}
.tagcloud a:hover {
  background: var(--tp-common-blue-4);
  color: var(--tp-common-white);
  border-color: var(--tp-common-blue-4);
}
.tagcloud span {
  font-weight: 600;
  font-size: 16px;
  line-height: 12px;
  color: #202124;
  margin-right: 8px;
}

.basic-pagination ul {
  border: 1px solid #EBEBEB;
  border-radius: 100px;
  display: inline-block;
  padding: 10px;
}
.basic-pagination ul li {
  display: inline-block;
  margin-left: 5px;
}
.basic-pagination ul li a {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  font-size: 16px;
  font-weight: 600;
  transition: 0.3s;
}
.basic-pagination ul li span {
  display: inline-block;
  transform: translateY(-4px);
}
.basic-pagination ul li a.current {
  background: #F2F2F2;
  color: var(--tp-common-black);
}
.basic-pagination ul li a:hover {
  background: #F2F2F2;
  border-color: #F2F2F2;
  color: var(--tp-common-black);
}
.basic-pagination ul li .current {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  font-size: 16px;
  font-weight: 600;
  transition: 0.3s;
  background: #F2F2F2;
  color: var(--tp-common-black);
  transform: translateY(0px);
}
.basic-pagination ul li .current:hover {
  background: #F2F2F2;
  border-color: #F2F2F2;
  color: var(--tp-common-black);
}

.blog-grid-avata-box .tp-blog-author-info h5 {
  font-weight: 700;
  font-size: 17px;
  line-height: 16px;
  color: #FFFFFF;
}
.blog-grid-avata-box .tp-blog-author-info span {
  font-weight: 500;
  font-size: 13px;
  line-height: 16px;
  color: rgba(255, 255, 255, 0.7);
}

.blog-details-title-box span {
  font-weight: 600;
  font-size: 14px;
  line-height: 12px;
  color: #FFFFFF;
  padding: 8px 20px;
  border: 1.5px solid rgba(255, 255, 255, 0.2);
  border-radius: 20px;
  margin-bottom: 10px;
  display: inline-block;
}
.blog-details-banner-title {
  font-weight: 700;
  font-size: 70px;
  line-height: 1.1;
  letter-spacing: -0.02em;
  color: #FFFFFF;
  padding-bottom: 25px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .blog-details-banner-title {
    font-size: 57px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-details-banner-title {
    font-size: 50px;
  }
}
@media (max-width: 767px) {
  .blog-details-banner-title {
    font-size: 45px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .blog-details-banner-title {
    font-size: 40px;
  }
}
.blog-details-banner .tp-blog-author-info h5 {
  font-weight: 800;
  font-size: 17px;
  line-height: 16px;
  color: #FFFFFF;
  text-transform: capitalize;
}
.blog-details-banner .tp-blog-author-info span {
  font-weight: 600;
  font-size: 13px;
  line-height: 10px;
  color: rgba(255, 255, 255, 0.7);
}
@media (max-width: 767px) {
  .blog-details-social-box {
    margin-top: 30px;
  }
}
.blog-details-social-box a {
  height: 42px;
  width: 42px;
  line-height: 40px;
  border-radius: 50%;
  border: 1.5px solid rgba(255, 255, 255, 0.2);
  border-radius: 100px;
  display: inline-block;
  text-align: center;
  color: var(--tp-common-white);
  margin-left: 6px;
  transition: 0.3s;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-details-social-box a {
    height: 35px;
    width: 35px;
    line-height: 33px;
    margin-left: 0px;
    font-size: 13px;
  }
}
@media (max-width: 767px) {
  .blog-details-social-box a {
    margin-left: 0px;
    margin-right: 6px;
  }
}
.blog-details-social-box a:hover {
  background-color: var(--tp-common-yellow-4);
  border-color: var(--tp-common-yellow-4);
  color: var(--tp-common-black);
}
.blog-details-big-img {
  margin-top: -200px;
  position: sticky;
  top: 100px;
}
.blog-details-big-img img {
  border-radius: 30px;
  margin-bottom: 0;
  width: 100%;
}

.postbox__details-checkmark {
  padding-bottom: 40px;
}
.postbox__details-checkmark ul li {
  list-style-type: none;
  position: relative;
  padding-left: 35px;
  margin-bottom: 20px;
  font-weight: 500;
  font-size: 17px;
  line-height: 1.2;
  color: #202124;
}
@media (max-width: 767px) {
  .postbox__details-checkmark ul li {
    font-size: 14px;
  }
}
.postbox__details-checkmark ul li::last-child {
  margin-bottom: 0;
}
.postbox__details-checkmark ul li i {
  height: 20px;
  width: 20px;
  background-color: var(--tp-common-black);
  color: var(--tp-common-white);
  border-radius: 50%;
  line-height: 20px;
  text-align: center;
  font-size: 10px;
  transform: translateX(2px);
  position: absolute;
  top: -2px;
  left: 0;
}
.postbox__details-title {
  font-weight: 700;
  font-size: 34px;
  line-height: 1.2;
  color: #080829;
  padding-bottom: 10px;
}
.postbox__details-title-box p {
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  color: #5F6168;
}
.postbox__details-img-box {
  padding-bottom: 20px;
}
.postbox__details-img-box span img {
  border-radius: 20px;
  margin-bottom: 20px;
}
.postbox__details-img-caption {
  font-weight: 400;
  font-size: 13px;
  line-height: 10px;
  color: #87888A;
}
.postbox__details-img-caption span {
  font-weight: 500;
  font-size: 13px;
  line-height: 10px;
  color: #5F6168;
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .postbox__details-wrapper {
    padding-right: 0;
  }
}
.postbox__details-qoute {
  background: linear-gradient(90.21deg, #FAFAFA -0.62%, rgba(255, 255, 255, 0) 18.02%);
  padding: 40px 50px;
  border-left: 3px solid var(--tp-common-blue-4);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .postbox__details-qoute {
    padding: 40px 40px;
  }
}
@media (max-width: 767px) {
  .postbox__details-qoute {
    padding: 30px;
  }
}
.postbox__details-qoute blockquote {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .postbox__details-qoute blockquote {
    flex-wrap: wrap;
  }
}
.postbox__details-qoute-icon svg {
  transform: translateY(5px);
  margin-right: 30px;
}
@media (max-width: 767px) {
  .postbox__details-qoute-icon svg {
    margin-bottom: 20px;
  }
}
.postbox__details-qoute-text P {
  font-weight: 500;
  font-size: 23px;
  line-height: 34px;
  color: #202124;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .postbox__details-qoute-text P {
    font-size: 21px;
  }
}
@media (max-width: 767px) {
  .postbox__details-qoute-text P {
    font-size: 17px;
    line-height: 26px;
  }
}
.postbox__details-qoute-text span {
  font-weight: 500;
  font-size: 15px;
  line-height: 14px;
  color: var(--tp-common-blue-4);
}
.postbox__details-qoute-text span::before {
  content: "";
  height: 1px;
  width: 16px;
  background-color: var(--tp-common-blue-4);
  display: inline-block;
  transform: translateY(-4px);
  margin-right: 10px;
}
.postbox__details-author-info-box {
  background-color: #F8F8F8;
  border-radius: 14px;
  padding: 50px 45px;
}
@media (max-width: 767px) {
  .postbox__details-author-info-box {
    flex-wrap: wrap;
    padding: 40px 30px;
  }
}
.postbox__details-author-avata {
  flex: 0 0 auto;
  margin-right: 25px;
}
@media (max-width: 767px) {
  .postbox__details-author-avata {
    margin-bottom: 20px;
  }
}
.postbox__details-author-avata img {
  flex: 0 0 auto;
  border-radius: 50%;
  width: 100px;
  height: 100px;
}
.postbox__details-author-title {
  font-weight: 600;
  font-size: 18px;
  line-height: 16px;
  color: #202124;
  text-transform: capitalize;
}
.postbox__details-author-social a {
  height: 36px;
  width: 36px;
  border-radius: 50%;
  text-align: center;
  line-height: 38px;
  box-shadow: 0px 1px 1px rgba(32, 33, 36, 0.12);
  display: inline-block;
  font-size: 12px;
  margin-right: 6px;
  transition: 0.3s;
  background-color: var(--tp-common-white);
}
.postbox__details-author-social a:hover {
  background-color: var(--tp-common-blue-4);
  color: var(--tp-common-white);
}

.postbox__comment-input {
  position: relative;
}
.postbox__comment-input .eye-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  cursor: pointer;
}
.postbox__comment-input .eye-btn span {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.postbox__comment-input .eye-btn .eye-on {
  transform: scale(0);
}
.postbox__comment-input .eye-btn.open .eye-on {
  transform: scale(1) translateY(-50%);
}
.postbox__comment-input .eye-btn.open .eye-off {
  transform: scale(0);
}
.postbox__comment-input .inputText {
  border-radius: 12px;
  padding: 0px 20px;
  font-size: 14px;
  width: 100%;
  height: 55px;
  border: 0;
  outline: 0;
  font-weight: 500;
  font-size: 15px;
  color: #87888A;
  box-shadow: inset 0 0 0 1px #E5E5E5;
  transition: box-shadow 0.3s cubic-bezier(0.3, 0, 0, 0.3);
  color: var(--tp-common-black);
}
.postbox__comment-input .inputText:focus {
  box-shadow: 0px 1px 2px 1px rgba(32, 33, 36, 0.06), inset 0 0 0 2px #600EE4;
}
.postbox__comment-input .inputText.password {
  padding-right: 55px;
}
.postbox__comment-input .textareaText {
  border-radius: 12px;
  padding: 20px;
  font-size: 14px;
  width: 100%;
  height: 160px;
  resize: none;
  border: 0;
  outline: 0;
  font-weight: 500;
  font-size: 15px;
  color: #87888A;
  box-shadow: inset 0 0 0 1px #E5E5E5;
  transition: box-shadow 0.3s cubic-bezier(0.3, 0, 0, 0.3);
  color: var(--tp-common-black);
}
.postbox__comment-input .textareaText:focus {
  box-shadow: 0px 1px 2px 1px rgba(32, 33, 36, 0.06), inset 0 0 0 2px #600EE4;
}
.postbox__comment-input .floating-label {
  position: absolute;
  pointer-events: none;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.2s ease all;
}
.postbox__comment-input .floating-label.floating-label-floated {
  top: 0;
  left: 20px;
  font-size: 13px;
  font-weight: 400;
  color: var(--tp-common-blue-4);
  background-color: var(--tp-common-white);
  padding: 0px 4px;
}
.postbox__comment-input .floating-label-2 {
  position: absolute;
  pointer-events: none;
  left: 20px;
  top: 20px;
  transition: 0.2s ease all;
}
.postbox__comment-input .floating-label-2.floating-label-floated {
  top: -9px;
  left: 20px;
  font-size: 13px;
  font-weight: 400;
  color: var(--tp-common-blue-4);
  background-color: var(--tp-common-white);
  padding: 0px 4px;
}

.tp-text-white {
  color: #fff;
}

.blog-details-slider-wrapper .swiper-container {
  overflow: hidden;
}

/*----------------------------------------*/
/*  06. BRAND CSS START
/*----------------------------------------*/
.tp-barnd-title-sm {
  font-weight: 700;
  font-size: 22px;
  line-height: 30px;
  color: var(--tp-common-white);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-barnd-title-sm {
    font-size: 19px;
    line-height: 28px;
  }
}
@media (max-width: 767px) {
  .tp-barnd-title-sm {
    font-size: 17px;
    line-height: 23px;
  }
}

.tp-barnd-icon {
  margin-right: 20px;
}

.tp-brand-item {
  text-align: center;
  padding: 0px 5px;
}

.tp-barnd-slider-active .slick-slide img {
  display: inline-block;
  width: 100%;
}

.tp-barnd-slider-wrapper {
  padding: 0px 65px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-barnd-slider-wrapper {
    padding: 0px 80px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-barnd-left-item {
    margin-bottom: 25px;
  }
}

.tp-barnd-slider-active button {
  height: 60px;
  width: 60px;
  border-radius: 50%;
  border: 1px solid var(--tp-common-white);
  font-size: 22px;
  font-weight: 700;
  color: var(--tp-common-white);
  text-align: center;
  line-height: 56px;
  position: relative;
  transition: 0.3s;
}
@media (max-width: 767px) {
  .tp-barnd-slider-active button {
    height: 50px;
    width: 50px;
    line-height: 50px;
  }
}
.tp-barnd-slider-active button::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: var(--tp-common-white);
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
  z-index: 3;
  transform: scale(0.2);
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}
.tp-barnd-slider-active button.slick-prev {
  position: absolute;
  left: -75px;
}
.tp-barnd-slider-active button.slick-prev i {
  position: relative;
  z-index: 5;
  margin-left: -3px;
}
.tp-barnd-slider-active button.slick-next {
  position: absolute;
  right: -75px;
  top: 0;
}
.tp-barnd-slider-active button.slick-next i {
  position: relative;
  z-index: 5;
  margin-right: -3px;
}
.tp-barnd-slider-active button:hover {
  color: var(--tp-common-black);
}
.tp-barnd-slider-active button:hover::after {
  opacity: 1;
  visibility: visible;
  transform: scale(0.8);
}

.tp-barnd-main-wrapper {
  padding: 25px 0;
  position: relative;
}
.tp-barnd-main-wrapper::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #2329C1;
  transform: scale(1) perspective(300px) rotateX(-5deg);
  border-radius: 14px;
  z-index: -1;
}

.tp-barnd-shape-1 {
  position: absolute;
  top: 0%;
  left: -1%;
}

.tp-barnd-shape-2 {
  position: absolute;
  top: 0%;
  right: -1%;
}

.tp-barnd-plr {
  padding: 0px 300px;
}
@media only screen and (min-width: 1600px) and (max-width: 1800px) {
  .tp-barnd-plr {
    padding: 0px 180px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-barnd-plr {
    padding: 0px 70px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-barnd-plr {
    padding: 0px 50px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-barnd-plr {
    padding: 0px 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-barnd-plr {
    padding: 0px 30px;
  }
}
@media (max-width: 767px) {
  .tp-barnd-plr {
    padding: 0px 15px;
  }
}

@media (max-width: 767px) {
  .tp-barnd-left-item {
    margin-bottom: 10px;
  }
}

.tp-brand-title-5 {
  font-weight: 500;
  font-size: 20px;
  line-height: 20px;
}

.barnd-slider-active-five .slick-slide {
  text-align: center;
}
.barnd-slider-active-five .slick-slide img {
  display: inline-block;
}

/*----------------------------------------*/
/*  09. COUNTER CSS START
/*----------------------------------------*/
.tp-counter-wrapper {
  background: rgba(255, 255, 255, 0.03);
  box-shadow: 0px 20px 80px rgba(7, 13, 32, 0.08);
  backdrop-filter: blur(5px);
  border-radius: 100px;
  border: 1px solid var(--tp-common-white);
}
@media (max-width: 767px) {
  .tp-counter-space {
    padding-bottom: 100px;
  }
}
.tp-counter-item p {
  margin-bottom: 0;
  font-family: var(--tp-ff-urban);
  font-weight: 500;
  font-size: 18px;
  line-height: 20px;
  letter-spacing: 0.04em;
}
@media (max-width: 767px) {
  .tp-counter-item p {
    font-size: 16px;
  }
}
.tp-counter-item h4 {
  font-weight: 400;
  font-size: 40px;
  line-height: 50px;
  font-style: normal;
  margin-bottom: 0;
  font-family: var(--tp-ff-dm);
}
.tp-counter-item h4 span {
  font-family: var(--tp-ff-dm);
  font-style: italic;
  font-weight: 400;
  font-size: 60px;
  line-height: 50px;
  letter-spacing: -0.02em;
}
@media (max-width: 767px) {
  .tp-counter-item h4 span {
    font-size: 45px;
  }
}
.tp-counter-item h4 em {
  font-weight: 400;
  font-size: 60px;
  line-height: 50px;
  font-style: italic;
  font-family: var(--tp-ff-dm);
}
.tp-counter-shape-1 {
  position: absolute;
  top: 17%;
  left: 16.5%;
  z-index: -1;
}
@media only screen and (min-width: 1600px) and (max-width: 1800px) {
  .tp-counter-shape-1 {
    left: 9.5%;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-counter-shape-1 {
    left: 9.5%;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-counter-shape-1 {
    left: 2.5%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-counter-shape-1 {
    left: -0.5%;
  }
}
.tp-counter-shape-2 {
  position: absolute;
  bottom: 37%;
  right: 36%;
  z-index: -1;
  animation: rotate2 10s linear infinite;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-counter-shape-2 {
    top: -5%;
    left: 22%;
  }
}
.tp-counter-shape-3 {
  position: absolute;
  top: -19%;
  right: 21%;
  z-index: -1;
}
.tp-counter-shape-4 {
  position: absolute;
  top: 27%;
  left: 18.5%;
  z-index: -1;
}
@media only screen and (min-width: 1600px) and (max-width: 1800px) {
  .tp-counter-shape-4 {
    right: 12.5%;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-counter-shape-4 {
    right: 11.5%;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-counter-shape-4 {
    right: 9.5%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-counter-shape-4 {
    top: -12%;
    right: 0.5%;
  }
}

.tp-counter-wrap {
  border-right: 1px solid #EDEFF5;
  padding: 40px 0;
}
@media (max-width: 767px) {
  .tp-counter-wrap {
    margin-bottom: 20px;
    border-right: none;
  }
}

.tp-counter-wrapper .row [class*=col-]:last-child .tp-counter-wrap {
  border-right: 0;
}

.tp-fun-fact-item h4 {
  font-weight: 700;
  font-size: 50px;
  line-height: 48px;
  color: var(--tp-common-white);
  padding-right: 20px;
  position: relative;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-fun-fact-item h4 {
    font-size: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-fun-fact-item h4 {
    font-size: 31px;
  }
}
@media (max-width: 767px) {
  .tp-fun-fact-item h4 {
    font-size: 35px;
  }
}
.tp-fun-fact-item h4::after {
  position: absolute;
  top: -23px;
  left: -22px;
  height: 100px;
  width: 100px;
  border-radius: 50%;
  background: linear-gradient(145.27deg, rgba(255, 255, 255, 0.1) 15.55%, rgba(255, 255, 255, 0) 86.81%);
  content: "";
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-fun-fact-item h4::after {
    top: -15px;
    left: -22px;
    height: 80px;
    width: 80px;
  }
}
@media (max-width: 767px) {
  .tp-fun-fact-item h4::after {
    top: -17px;
    left: -10px;
    height: 80px;
    width: 80px;
  }
}
.tp-fun-fact-item p {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .tp-fun-fact-item p br {
    display: none;
  }
}
.tp-fun-fact-space-1 {
  padding-left: 100px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-fun-fact-space-1 {
    padding-left: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-fun-fact-space-1 {
    padding-left: 0px;
  }
}
@media (max-width: 767px) {
  .tp-fun-fact-space-1 {
    padding-left: 0px;
  }
}
.tp-fun-fact-space-2 {
  padding-left: 70px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-fun-fact-space-2 {
    padding-left: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-fun-fact-space-2 {
    padding-left: 0px;
  }
}
@media (max-width: 767px) {
  .tp-fun-fact-space-2 {
    padding-left: 0px;
  }
}
.tp-fun-fact-space-3 {
  padding-left: 70px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-fun-fact-space-3 {
    padding-left: 35px;
  }
}
@media (max-width: 767px) {
  .tp-fun-fact-space-3 {
    padding-left: 0px;
  }
}

.tp-counter-br {
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-counter-br {
    border: 0;
  }
}

.tp-fun-fact-area .container .row [class*=col-]:last-child {
  border-right: 0;
}

.tp-vedio-bg {
  padding-top: 265px;
  padding-bottom: 265px;
  border-radius: 20px;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  .tp-vedio-bg {
    padding-top: 150px;
    padding-bottom: 150px;
  }
}

.tp-vedio-grey-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 310px;
  z-index: -1;
}

.tp-vedio-play-btn a {
  height: 130px;
  width: 130px;
  background-color: var(--tp-common-yellow-3);
  text-align: center;
  line-height: 130px;
  color: var(--tp-common-black);
  display: inline-block;
  border-radius: 50%;
  font-size: 25px;
}
@media (max-width: 767px) {
  .tp-vedio-play-btn a {
    height: 100px;
    width: 100px;
    line-height: 100px;
    font-size: 18px;
  }
}
.tp-vedio-play-btn a a {
  margin-left: 10px;
}

.swiper-slide {
  transition: 0.3s;
}

.dragged .swiper-slide {
  transform: scale(0.97);
}

.tp-fun-fact-2 .tp-fun-fact-item h4 {
  color: var(--tp-common-black);
}
.tp-fun-fact-2 .tp-fun-fact-item h4::after {
  background: linear-gradient(145.27deg, rgba(133, 117, 224, 0.2) 15.55%, rgba(185, 173, 255, 0) 86.81%);
  border-radius: 100px;
}
.tp-fun-fact-2 .tp-fun-fact-item p {
  color: var(--tp-common-black);
}
.tp-fun-fact-2 .tp-counter-br {
  border-color: rgba(20, 17, 37, 0.1);
}

.tp-fun-fact-title {
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
}

/*----------------------------------------*/
/*  26. VIDEO CSS START
/*----------------------------------------*/
.tp-vedio-wrap {
  text-align: center;
  margin: 0 auto;
  cursor: none;
}
.tp-vedio-wrap video {
  height: 600px;
  width: 1290px;
  object-fit: cover;
  border-radius: 30px;
  cursor: none;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-vedio-wrap video {
    width: 1170px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-vedio-wrap video {
    width: 960px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-vedio-wrap video {
    width: 735px;
    height: 450px;
  }
}
@media (max-width: 767px) {
  .tp-vedio-wrap video {
    width: 300px;
    height: 300px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-vedio-wrap video {
    width: 545px;
    height: 300px;
  }
}

.cursor-outer {
  margin-left: -15px;
  margin-top: -15px;
  width: 30px;
  height: 30px;
  border: 2px solid var(--tp-common-blue-4);
  box-sizing: border-box;
  z-index: 10000000;
  opacity: 0.5;
  transition: all 0.08s ease-out;
  cursor: none;
}

.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: none;
}

.cursor-inner {
  margin-left: -3px;
  margin-top: -3px;
  width: 6px;
  height: 6px;
  z-index: 10000001;
  background-color: var(--tp-common-blue-4);
  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 a {
  color: #fff;
  line-height: 100px;
  transform: scale(0);
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 16px;
  margin-left: 3px;
  opacity: 0;
  visibility: hidden;
}
.cursor-inner.cursor-big {
  cursor: none;
}
.cursor-inner.cursor-big a {
  transform: scale(1);
  opacity: 1;
  visibility: visible;
}

.mouseCursor.cursor-big {
  width: 100px;
  height: 100px;
  cursor: none;
}

.mouseCursor.cursor-big {
  cursor: none;
}
.mouseCursor.cursor-big.cursor-outer {
  display: none;
}

.tp-cursor-point-area {
  cursor: none;
}

.tp-vedio-title {
  font-weight: 500;
  font-size: 60px;
  line-height: 1.1;
  text-align: center;
  letter-spacing: -0.02em;
  color: var(--tp-common-black);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-vedio-title {
    font-size: 42px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-vedio-title {
    font-size: 42px;
  }
}
@media (max-width: 767px) {
  .tp-vedio-title {
    font-size: 38px;
  }
}

@media (max-width: 767px) {
  .tp-vedio-sction-box {
    padding-bottom: 40px;
  }
}

/*----------------------------------------*/
/*  17. INTEGRATION CSS START
/*----------------------------------------*/
.tp-integration-mlr {
  margin-left: 310px;
  margin-right: 310px;
}
@media only screen and (min-width: 1600px) and (max-width: 1800px) {
  .tp-integration-mlr {
    margin-left: 200px;
    margin-right: 200px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-integration-mlr {
    margin-left: 100px;
    margin-right: 100px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-integration-mlr {
    margin-left: 45px;
    margin-right: 45px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-integration-mlr {
    margin-left: 0px;
    margin-right: 0px;
  }
}
.tp-integration-slider-wrapper {
  border-radius: 30px;
}
.tp-integration-section-space {
  margin-bottom: 50px;
}
.tp-integration-wrapper {
  border-radius: 30px;
  display: inline-block;
}
.tp-integration-subtitle {
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
  color: var(--tp-common-blue);
  margin-bottom: 0;
}
.tp-integration-slider-active-2 .slick-slide {
  padding: 0px 10px;
}
.tp-integration-slider-item {
  background-color: var(--tp-common-white);
  box-shadow: 0px 1px 3px rgba(3, 8, 24, 0.1);
  border-radius: 100px;
}
.tp-integration-slider-main.slick-slide {
  padding: 15px 10px;
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-integration-btn {
    margin-top: 30px;
  }
}

.tp-intigration-five-space {
  padding-top: 160px;
  padding-bottom: 240px;
}
@media (max-width: 767px) {
  .tp-intigration-five-space {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}
.tp-intigration-five-section-box p {
  padding-bottom: 30px;
}
.tp-intigration-five-circle-img-1 {
  position: absolute;
  top: 0%;
  left: 0%;
}
.tp-intigration-five-circle-img-1 img {
  box-shadow: 20px 30px 100px rgba(5, 12, 31, 0.1) !important;
  border-radius: 50% !important;
}
.tp-intigration-five-circle-img-2 {
  position: absolute;
  top: 66%;
  left: -8%;
}
.tp-intigration-five-circle-img-2 img {
  box-shadow: 20px 30px 100px rgba(5, 12, 31, 0.1) !important;
  border-radius: 50% !important;
}
.tp-intigration-five-circle-img-3 {
  position: absolute;
  top: 78%;
  left: 5%;
}
.tp-intigration-five-circle-img-3 img {
  box-shadow: 20px 30px 100px rgba(5, 12, 31, 0.1) !important;
  border-radius: 50% !important;
}
.tp-intigration-five-circle-img-4 {
  position: absolute;
  top: 123%;
  left: -7%;
}
.tp-intigration-five-circle-img-4 img {
  box-shadow: 20px 30px 100px rgba(5, 12, 31, 0.1) !important;
  border-radius: 50% !important;
}
.tp-intigration-five-circle-img-5 {
  position: absolute;
  top: 103%;
  left: 18%;
}
.tp-intigration-five-circle-img-5 img {
  box-shadow: 20px 30px 100px rgba(5, 12, 31, 0.1) !important;
  border-radius: 50% !important;
}
.tp-intigration-five-circle-img-6 {
  position: absolute;
  top: 103%;
  right: 18%;
}
.tp-intigration-five-circle-img-6 img {
  box-shadow: 20px 30px 100px rgba(5, 12, 31, 0.1) !important;
  border-radius: 50% !important;
}
.tp-intigration-five-circle-img-7 {
  position: absolute;
  top: -3%;
  right: 7%;
}
.tp-intigration-five-circle-img-7 img {
  box-shadow: 20px 30px 100px rgba(5, 12, 31, 0.1) !important;
  border-radius: 50% !important;
}
.tp-intigration-five-circle-img-8 {
  position: absolute;
  top: 38%;
  right: 6%;
}
.tp-intigration-five-circle-img-8 img {
  box-shadow: 20px 30px 100px rgba(5, 12, 31, 0.1) !important;
  border-radius: 50% !important;
}
.tp-intigration-five-circle-img-9 {
  position: absolute;
  top: 35%;
  right: -13%;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-intigration-five-circle-img-9 {
    top: 41%;
    right: -9%;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-intigration-five-circle-img-9 {
    top: 70%;
    right: 0;
  }
}
.tp-intigration-five-circle-img-9 img {
  box-shadow: 20px 30px 100px rgba(5, 12, 31, 0.1) !important;
  border-radius: 50% !important;
}
.tp-intigration-five-circle-img-10 {
  position: absolute;
  bottom: -43%;
  right: -4%;
}
.tp-intigration-five-circle-img-10 img {
  box-shadow: 20px 30px 100px rgba(5, 12, 31, 0.1) !important;
  border-radius: 50% !important;
}
.tp-intigration-five-circle-img-11 {
  position: absolute;
  bottom: -34%;
  left: 3%;
  z-index: -1;
  animation: moving 9s linear infinite;
}
.tp-intigration-five-circle-img-12 {
  position: absolute;
  bottom: 49%;
  left: 7%;
  z-index: -1;
  animation: movingleftright1 infinite 18s;
}
.tp-intigration-five-circle-img-13 {
  position: absolute;
  bottom: -42%;
  right: 14%;
  animation: moving 9s linear infinite;
}
.tp-intigration-five-circle-img-14 {
  position: absolute;
  bottom: 21%;
  right: -11%;
  z-index: -1;
  animation: movingleftright1 infinite 18s;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-intigration-five-circle-img-14 {
    bottom: 13%;
    right: -6%;
  }
}

.tp-feature-inner .tp-feature-five-wrapper .tp-feature-five-item {
  box-shadow: -1px -1px 4px rgba(20, 17, 37, 0.04), 0px 1px 4px rgba(32, 33, 36, 0.06);
}

/*----------------------------------------*/
/*  25. TESTIMONIAL CSS START
/*----------------------------------------*/
.tp-testimonial__rating span {
  margin: 0px 5px;
}
.tp-testimonial__wrapper {
  background-color: var(--tp-common-white);
  box-shadow: 0px 16px 20px rgba(1, 16, 61, 0.1);
  border-radius: 30px;
}
.tp-testimonial__left-item {
  display: inline-block;
  padding: 60px;
  background: linear-gradient(126.78deg, #706DFF 11.46%, #5956E9 90.23%);
  box-shadow: 0px 16px 20px rgba(1, 16, 61, 0.1);
  border-radius: 30px 60px 0px 30px;
}
@media (max-width: 767px) {
  .tp-testimonial__left-item {
    padding: 30px;
  }
}
.tp-testimonial__bottom-img {
  position: absolute;
  bottom: 0;
  right: 10px;
}
.tp-testimonial__bottom-img img {
  mix-blend-mode: luminosity;
}
.tp-testimonial__content p {
  font-weight: 600;
  font-size: 24px;
  color: var(--tp-common-white);
  line-height: 1.5;
  padding-bottom: 20px;
  padding-right: 30px;
}
@media (max-width: 767px) {
  .tp-testimonial__content p {
    font-size: 15px;
  }
}
.tp-testimonial__author-info span {
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  display: block;
  color: var(--tp-common-white);
  padding-bottom: 5px;
}
.tp-testimonial__author-info i {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 12px;
  color: rgba(255, 255, 255, 0.7);
}
.tp-testimonial__right-item {
  padding: 75px 45px;
  height: 100%;
}
@media (max-width: 767px) {
  .tp-testimonial__right-item {
    padding: 30px;
  }
}
.tp-testimonial__logo {
  margin-bottom: 20px;
}
.tp-testimonial__increase span {
  font-weight: 700;
  font-size: 60px;
  line-height: 50px;
  color: var(--tp-common-black);
  padding-bottom: 18px;
  display: inline-block;
}
@media (max-width: 767px) {
  .tp-testimonial__increase span {
    font-size: 50px;
  }
}
.tp-testimonial__increase p {
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
}
@media (max-width: 767px) {
  .tp-testimonial__increase p {
    font-size: 16px;
  }
}
.tp-testimonial__link a {
  font-weight: 600;
  font-size: 15px;
  line-height: 12px;
  color: var(--tp-theme-1);
}
.tp-testimonial__link a svg {
  margin-left: 7px;
}
.tp-testimonial__link a:hover svg {
  animation: tfLeftToRight 0.5s forwards;
}

.tp-testimonial__slider-active {
  margin: 0 -50px;
}

.tp-testimonial__slider-active .tp-testimonial__wrapper {
  margin: 40px 50px;
}
@media (max-width: 600px) {
  .tp-testimonial__slider-active .tp-testimonial__wrapper {
    margin: 50px 30px;
  }
}

.tp-testimonial__img-item svg {
  display: inline-block;
  color: #8C87A6;
}

.tp-testimonial__img-item img {
  opacity: 0.5;
}

.tp-testimonial__img-item {
  text-align: center;
  cursor: pointer;
}

.tp-testimonial__img-active {
  margin: 0px 120px;
}
@media (max-width: 767px) {
  .tp-testimonial__img-active {
    margin: 0 30px;
  }
}

.tp-testimonial__img-active .swiper-slide img {
  display: inline-block;
}
.tp-testimonial__img-active .tp-testimonial__img-wrap.swiper-slide.swiper-slide-thumb-active .tp-testimonial__img-item img {
  opacity: 1;
}
.tp-testimonial__img-active .tp-testimonial__img-wrap.swiper-slide.swiper-slide-thumb-active svg {
  color: var(--tp-common-black);
}

.tp-testimonial-2-border-shape {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 102%;
  z-index: -1;
}
.tp-testimonial-2-border-shape img {
  height: 100% !important;
  width: 100%;
}
.tp-testimonial-2-item {
  background: linear-gradient(239.18deg, rgba(255, 255, 255, 0.16) 17.93%, rgba(255, 255, 255, 0.04) 81.51%);
  backdrop-filter: blur(20px);
  border-radius: 20px;
  padding: 60px 40px;
  transition: 0.4s;
}
.tp-testimonial-2-item:hover {
  box-shadow: 0px 20px 20px rgba(28, 9, 61, 0.2);
}
.tp-testimonial-2-star {
  margin-bottom: 13px;
}
.tp-testimonial-2-star span {
  color: var(--tp-common-yellow-2);
}
.tp-testimonial-2-content p {
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  color: var(--tp-common-white);
  margin-bottom: 40px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-testimonial-2-content p {
    font-size: 19px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-testimonial-2-content p {
    font-size: 18px;
  }
}
.tp-testimonial-2-author-info h5 {
  font-weight: 700;
  font-size: 18px;
  line-height: 20px;
  color: var(--tp-common-white);
  font-family: var(--tp-ff-mont);
  margin-bottom: 0;
}
.tp-testimonial-2-author-info span {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: rgba(255, 255, 255, 0.7);
  font-family: var(--tp-ff-mont);
}
.tp-testimonial-2-img {
  margin-right: 13px;
}
.tp-testimonial-2-img img {
  width: 50px;
  height: 50px;
}
.tp-testimonial-2-section {
  margin: 0px -15px;
}
.tp-testimonial-2-slider-active .slick-slide {
  padding: 40px 15px;
  padding-bottom: 60px;
}
.tp-testimonial-2-slider-active .slick-dots {
  text-align: center;
}
.tp-testimonial-2-slider-active .slick-dots li {
  display: inline-block;
  margin: 0 3px;
}
.tp-testimonial-2-slider-active .slick-dots li.slick-active button {
  background-color: var(--tp-common-white);
  border-color: var(--tp-common-white);
}
.tp-testimonial-2-slider-active .slick-dots li button {
  height: 12px;
  width: 12px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  font-size: 0;
  border-radius: 50%;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-rated-title-box .tp-section-title-3 br {
    display: none;
  }
}
.tp-rated-shape-1 {
  position: absolute;
  top: 6%;
  right: 7%;
  transform-origin: top right;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-rated-shape-1 img {
    width: 60%;
  }
}
.tp-rated-shape-2 {
  position: absolute;
  top: 22%;
  left: 9%;
  -moz-animation: circle-animations 3s ease-in-out 1s forwards infinite alternate;
  -webkit-animation: circle-animations 3s ease-in-out 1s forwards infinite alternate;
  animation: circle-animations 3s ease-in-out 1s forwards infinite alternate;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-rated-shape-2 {
    top: 5%;
  }
}
.tp-rated-bg {
  background-repeat: no-repeat;
  background-size: cover;
  margin-left: 60px;
  margin-right: 60px;
  border-radius: 60px;
  height: 980px;
  overflow: hidden;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-rated-bg {
    margin-left: 0px;
    margin-right: 0px;
  }
}
.tp-rated-icon {
  padding-bottom: 20px;
}
.tp-rated-icon span {
  margin: 0px 4px;
}

@media (max-width: 767px) {
  .author-rated {
    margin-bottom: 60px;
  }
}
.author-rated-wrapper {
  padding: 0px 70px;
  padding-bottom: 50px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .author-rated-wrapper {
    padding: 0px 30px;
    padding-bottom: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .author-rated-wrapper {
    padding: 0px 0px;
    padding-bottom: 50px;
  }
}
.author-rated p {
  font-weight: 400;
  font-size: 20px;
  line-height: 26px;
  color: var(--tp-common-white);
  margin-bottom: 0;
  padding-bottom: 25px;
}
@media (max-width: 767px) {
  .author-rated p {
    padding-bottom: 10px;
  }
}
.author-rated-icon {
  padding-bottom: 15px;
}
.author-rated-icon span {
  color: var(--tp-common-yellow);
}

.tp-testimonial-3-mlr {
  margin: 0px 60px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-testimonial-3-mlr {
    margin: 0px;
  }
}
.tp-testimonial-3-bg {
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 60px;
}
.tp-testimonial-3-slider-active {
  margin-left: -645px;
  margin-right: -380px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-testimonial-3-slider-active {
    margin-right: -500px;
    margin-left: -700px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-testimonial-3-slider-active {
    margin-right: -800px;
    margin-left: -800px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-testimonial-3-slider-active {
    margin-right: 0px;
    margin-left: 0px;
  }
}
.tp-testimonial-3-slider-active .slick-slide {
  padding: 0px 15px;
  padding-bottom: 130px;
}
.tp-testimonial-3-item {
  background: linear-gradient(108.44deg, rgba(255, 255, 255, 0.1) 20.99%, rgba(255, 255, 255, 0.025) 84.05%);
  border: 2px solid rgba(255, 255, 255, 0.14);
  box-shadow: 0px 30px 60px rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(8px);
  border-radius: 30px;
  padding: 30px;
  padding-left: 65px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-testimonial-3-item {
    padding-left: 40px;
  }
}
@media (max-width: 767px) {
  .tp-testimonial-3-item {
    flex-wrap: wrap;
    padding: 20px;
  }
}
.tp-testimonial-3-review {
  padding-bottom: 22px;
}
.tp-testimonial-3-review span {
  color: var(--tp-common-yellow);
}
.tp-testimonial-3-content-box p {
  font-weight: 600;
  font-size: 26px;
  line-height: 36px;
  color: var(--tp-common-white);
  font-family: var(--tp-ff-urban);
  padding-bottom: 35px;
  padding-right: 60px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-testimonial-3-content-box p {
    font-size: 21px;
    line-height: 31px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-testimonial-3-content-box p {
    font-size: 25px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-testimonial-3-content-box p {
    font-size: 20px;
    line-height: 27px;
    padding-right: 44px;
  }
}
@media (max-width: 767px) {
  .tp-testimonial-3-content-box p {
    padding-right: 0px;
    font-size: 18px;
    line-height: 26px;
    padding-bottom: 15px;
  }
}
.tp-testimonial-3-thumb {
  flex: 0 0 auto;
}
@media (max-width: 767px) {
  .tp-testimonial-3-thumb {
    flex: auto;
  }
}
.tp-testimonial-3-thumb img {
  border-radius: 20px !important;
  max-width: 300px !important;
}
.tp-testimonial-3-sm-thumb {
  height: 100%;
  width: 60px;
  margin-right: 20px;
}
.tp-testimonial-3-sm-thumb img {
  border-radius: 10px;
}
@media (max-width: 767px) {
  .tp-testimonial-3-author-info {
    margin-bottom: 20px;
  }
}
.tp-testimonial-3-author-info h5 {
  font-weight: 700;
  font-size: 18px;
  line-height: 16px;
  color: var(--tp-common-white);
  font-family: var(--tp-ff-urban);
}
.tp-testimonial-3-author-info span {
  font-weight: 500;
  font-size: 16px;
  line-height: 16px;
  color: rgba(255, 255, 255, 0.6);
  font-family: var(--tp-ff-urban);
}
@media (max-width: 767px) {
  .tp-testimonial-3-author-info span {
    font-size: 14px;
  }
}

.tp-test-arrow {
  z-index: 3;
}
.tp-test-arrow button {
  height: 60px;
  width: 60px;
  line-height: 68px;
  border-radius: 50%;
  color: var(--tp-common-white);
  border: 2px solid rgba(255, 255, 255, 0.16);
  margin-left: 10px;
  transition: 0.4s;
  position: relative;
}
@media (max-width: 767px) {
  .tp-test-arrow button {
    height: 50px;
    width: 50px;
    line-height: 55px;
  }
}
.tp-test-arrow button::after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: var(--tp-common-white);
  transform: scale(0.3);
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}
.tp-test-arrow button:hover {
  color: var(--tp-common-black);
  border-color: var(--tp-common-white);
}
.tp-test-arrow button:hover::after {
  transform: scale(1.1);
  opacity: 1;
  visibility: visible;
}
.tp-test-arrow button i {
  font-size: 30px;
}

.tp-testimonial-five-section-space {
  margin-bottom: 70px;
}
@media (max-width: 767px) {
  .tp-testimonial-five-section-box {
    padding-bottom: 20px;
  }
}
.tp-testimonial-five-item {
  background-color: var(--tp-common-white);
  border-radius: 16px;
  overflow: hidden;
}
.tp-testimonial-five-wrapper {
  padding: 30px 70px 30px 60px;
  background: #F7F9FB;
  border-radius: 16px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-testimonial-five-wrapper {
    padding: 30px 30px 30px 30px;
  }
}
@media (max-width: 767px) {
  .tp-testimonial-five-wrapper {
    padding: 25px;
  }
}
.tp-testimonial-five-avata {
  margin-right: 20px;
}
.tp-testimonial-five-avata img {
  height: 80px !important;
  width: 80px !important;
  border-radius: 50% !important;
}
.tp-testimonial-five-author-info h4 {
  font-weight: 700;
  font-size: 24px;
  line-height: 20px;
}
.tp-testimonial-five-author-info span {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #5F6168;
}
@media (max-width: 767px) {
  .tp-testimonial-five-author-info span {
    font-size: 14px;
  }
}
.tp-testimonial-five-content {
  padding: 40px 60px 50px 60px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-testimonial-five-content {
    padding: 40px 40px 50px 40px;
  }
}
@media (max-width: 767px) {
  .tp-testimonial-five-content {
    padding: 25px;
  }
}
.tp-testimonial-five-content p {
  font-weight: 400;
  font-size: 20px;
  line-height: 32px;
  color: #5F6168;
  padding-right: 30px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-testimonial-five-content p {
    padding-right: 0;
    font-size: 18px;
    line-height: 29px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-testimonial-five-content p {
    font-size: 17px;
    line-height: 29px;
    padding-right: 0px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-testimonial-five-content p {
    font-size: 18px;
    line-height: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-testimonial-five-content p {
    font-size: 16px;
    line-height: 27px;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .tp-testimonial-five-content p {
    font-size: 16px;
    line-height: 26px;
    padding-right: 0px;
  }
}

.testimonial-five-slider-active {
  margin: 0px -420px;
  padding-bottom: 60px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .testimonial-five-slider-active {
    margin: 0px -500px;
  }
}
@media (max-width: 767px) {
  .testimonial-five-slider-active {
    margin: 0 15px;
  }
}

.tp-testimonial-five-slider-section .tp-scrollbar {
  background: rgba(255, 255, 255, 0.2);
  height: 2px;
  width: 50%;
  position: relative;
  left: 0;
  right: 0;
  text-align: center;
  margin: auto;
}
.tp-testimonial-five-slider-section .swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: var(--tp-common-white);
  box-shadow: 0px 0px 6px rgba(187, 255, 94, 0.3);
  border-radius: 4px;
  left: 0;
  top: 0;
}

.tp-testimonial-five-arrow button {
  height: 55px;
  width: 55px;
  background-color: var(--tp-common-white);
  color: var(--tp-common-black);
  border-radius: 50%;
  text-align: center;
  line-height: 55px;
  font-weight: 300;
  transition: 0.3s;
}
.tp-testimonial-five-arrow button:hover {
  background: #FFCE5A;
  box-shadow: 0px 1px 2px rgba(32, 33, 36, 0.1);
  color: var(--tp-common-black);
  transform: scale(1.1);
}
.tp-testimonial-five-arrow .test-prev {
  margin-left: 10px;
}

@media (max-width: 767px) {
  .tp-testimonial-five-section-box .tp-section-title-5 {
    margin-bottom: 20px;
  }
}

/*----------------------------------------*/
/*  19. PRICE CSS START
/*----------------------------------------*/
.tp-price__pl-pr {
  margin: 0px 60px;
  background: linear-gradient(180deg, #F6F5FA 0.01%, rgba(246, 245, 250, 0) 100%);
  border-radius: 40px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-price__pl-pr {
    margin: 0px 15px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-price__pl-pr {
    margin: 0px;
  }
}
.tp-price__section-box p {
  font-size: 18px;
}
.tp-price__item {
  background-color: var(--tp-common-white);
  box-shadow: 0px 1px 0px rgba(1, 16, 61, 0.1), 0px -20px 70px rgba(1, 16, 61, 0.03);
  border-radius: 30px;
  padding: 50px 60px;
  overflow: hidden;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-price__item {
    padding: 35px 28px;
  }
}
@media (max-width: 767px) {
  .tp-price__item {
    padding: 30px;
  }
}
.tp-price__item:hover .tp-price__btn a {
  opacity: 1;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  visibility: visible;
}
.tp-price__item:hover .tp-price__btn a i {
  transform: translateY(2px);
  margin-left: 10px;
}
.tp-price__item:hover .tp-price__btn span {
  transform: translateX(30px);
}
.tp-price__item.active {
  background: linear-gradient(358.1deg, #5956E9 49.57%, #908DFF 107.48%);
  border-radius: 30px;
}
.tp-price__item.active .tp-price__title-sm {
  color: var(--tp-common-white);
}
.tp-price__item.active .tp-price__title-box p {
  color: var(--tp-common-white);
  border-color: rgba(255, 255, 255, 0.2);
}
.tp-price__item.active .tp-price__feature ul li {
  color: var(--tp-common-white);
}
.tp-price__item.active .tp-price__feature ul li svg path.price-path-2 {
  color: #fff;
}
.tp-price__item.active .tp-price__feature ul li svg path.price-path-1 {
  color: #fff;
}
.tp-price__item.active .tp-price__btn {
  background-color: var(--tp-common-white);
  border-radius: 30px;
}
.tp-price__item.active .tp-price__btn a {
  background-color: #18171F;
}
.tp-price__btn {
  overflow: hidden;
  position: relative;
}
.tp-price__btn span {
  transform: translateX(0px);
  transition: 0.3s;
}
.tp-price__btn a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 45px;
  border-radius: 30px;
  background-color: var(--tp-common-blue);
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 10;
  opacity: 0;
  -webkit-transform: translateX(-50px);
  -ms-transform: translateX(-50px);
  transform: translateX(-50px);
  visibility: hidden;
}
.tp-price__shape-1 {
  position: absolute;
  top: -6px;
  right: -5px;
}
.tp-price__shape-2 {
  position: absolute;
  top: -6px;
  right: -5px;
}
.tp-price__shape-3 {
  position: absolute;
  top: -6px;
  right: -5px;
}
.tp-price__feature {
  margin-bottom: 45px;
}
.tp-price__feature ul li {
  font-weight: 600;
  font-size: 14px;
  position: relative;
  padding-left: 32px;
  margin-bottom: 20px;
  list-style-type: none;
}
.tp-price__feature ul li.inactive span svg path.price-path-3 {
  color: #D9DADC;
}
.tp-price__feature ul li.inactive span svg path.price-path-2 {
  color: #D9DADC;
}
.tp-price__feature ul li.inactive span svg path.price-path-1 {
  color: #D9DADC;
}
.tp-price__feature ul li:last-child {
  margin-bottom: 0;
}
.tp-price__feature ul li span {
  position: absolute;
  top: 0;
  left: 0;
}
.tp-price__feature ul li span svg path.price-path-3 {
  color: #FF94BA;
}
.tp-price__feature ul li span svg path.price-path-2 {
  color: var(--tp-common-blue);
}
.tp-price__feature ul li span svg path.price-path-1 {
  color: var(--tp-common-blue);
}
.tp-price__icon {
  padding-bottom: 12px;
}
.tp-price__title-sm {
  font-weight: 700;
  font-size: 22px;
  padding-bottom: 5px;
}
.tp-price__title-box p {
  font-weight: 400;
  font-size: 14px;
  line-height: 14px;
  margin-bottom: 35px;
  padding-bottom: 35px;
  border-bottom: 1px solid rgba(1, 16, 61, 0.1);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-price__title-box p {
    font-size: 13px;
    margin-bottom: 30px;
    padding-bottom: 30px;
  }
}

.tp-price-header {
  padding-left: 40px;
}
.tp-price-header-img {
  padding-bottom: 20px;
}
.tp-price-header-content p {
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 0;
}
.tp-price-header-content p span {
  font-weight: 600;
  color: var(--tp-common-white);
}

.tp-price-top-item {
  width: 33.33%;
  float: left;
  padding: 40px 20px;
}
.tp-price-top-item.active {
  background: rgba(255, 255, 255, 0.06);
  border-radius: 20px 20px 0px 0px;
}
.tp-price-top-item.active .tp-btn-service {
  background-color: var(--tp-common-yellow-3);
  color: var(--tp-common-black);
  border-color: var(--tp-common-yellow-3);
  transition: 0.3s;
}
.tp-price-top-item.active .tp-btn-service:hover {
  background-color: var(--tp-common-white);
  color: var(--tp-common-black);
  border-color: var(--tp-common-white);
}
.tp-price-top-tag-wrapper span {
  font-weight: 700;
  font-size: 16px;
  line-height: 14px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--tp-common-white);
  padding-bottom: 10px;
  display: inline-block;
}
.tp-price-top-tag-wrapper p {
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  color: rgba(255, 255, 255, 0.7);
  padding-bottom: 10px;
}
.tp-price-top-title-wrapper h4 {
  font-weight: 600;
  font-size: 50px;
  line-height: 49px;
  color: #FFFFFF;
  padding-bottom: 8px;
}
.tp-price-top-title-wrapper h4 span {
  font-weight: 500;
  font-size: 18px;
  line-height: 14px;
}
.tp-price-top-title-wrapper h4 em {
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 17px;
  color: #FFFFFF;
  margin-right: 5px;
  transform: translateY(-23px);
  display: inline-block;
}
.tp-price-top-title-wrapper p {
  font-weight: 500;
  font-size: 14px;
  line-height: 14px;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 0;
  padding-bottom: 30px;
}

.tp-price-feature-wrapper {
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 20px;
}
.tp-price-feature-box {
  border-radius: 20px 0 0 20px;
  background: rgba(255, 255, 255, 0.06);
}
.tp-price-feature-item {
  height: 65px;
  line-height: 65px;
  padding: 0px 40px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}
.tp-price-feature-item:last-child {
  border-bottom: 0;
}
.tp-price-feature-item span {
  color: var(--tp-common-white);
  font-weight: 600;
  font-size: 16px;
  line-height: 14px;
  margin-right: 5px;
}
.tp-price-feature-info-item {
  width: 33.33%;
  float: left;
}
.tp-price-feature-info-item.active {
  background: rgba(255, 255, 255, 0.06);
}
.tp-price-feature-info {
  height: 65px;
  line-height: 65px;
  padding: 0px 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}
.tp-price-feature-info:last-child {
  border-bottom: 0;
}
.tp-price-feature-info span {
  font-weight: 400;
  font-size: 16px;
  line-height: 14px;
  color: var(--tp-common-white);
}
.tp-price-feature-tooltip {
  background-color: var(--tp-common-white);
  padding: 10px 20px;
  border-radius: 14px;
  position: absolute;
  bottom: 25px;
  left: -30px;
  width: 270px;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}
.tp-price-feature-tooltip::after {
  position: absolute;
  content: "";
  left: 35px;
  bottom: 2px;
  width: 18px;
  height: 18px;
  background-color: var(--tp-common-white);
  -webkit-transform: rotate(45deg) translateY(50%);
  -moz-transform: rotate(45deg) translateY(50%);
  -ms-transform: rotate(45deg) translateY(50%);
  -o-transform: rotate(45deg) translateY(50%);
  transform: rotate(45deg) translateY(50%);
}
.tp-price-feature-tooltip p {
  margin-bottom: 0;
  font-size: 14px;
}

.tp-price-feature-tooltip-box {
  display: inline-block;
  cursor: pointer;
}
.tp-price-feature-tooltip-box:hover svg {
  color: var(--tp-common-white);
}
.tp-price-feature-tooltip-box:hover .tp-price-feature-tooltip {
  visibility: visible;
  opacity: 1;
  bottom: 45px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-price-table {
    overflow-x: scroll;
    scrollbar-color: rgba(255, 255, 255, 0.559) rgba(255, 255, 255, 0.14);
  }
}

.tp-price-table-wrapper {
  width: 1170px;
}

@media (max-width: 767px) {
  .plan-section-box p br {
    display: none;
  }
}

.tp-price__btn-box {
  display: inline-block;
}
.tp-price__btn-bg {
  background: #FFFFFF;
  box-shadow: 0px 1px 1px rgba(18, 20, 32, 0.14);
  border-radius: 50px;
  position: relative;
}
@media (max-width: 767px) {
  .tp-price__btn-bg {
    transform: translateY(40px);
  }
}
.tp-price__btn-bg button {
  font-weight: 700;
  font-size: 14px;
  line-height: 14px;
  color: #222;
  position: relative;
  z-index: 999;
  padding: 18px 30px;
  transition: 0.3s;
}
.tp-price__btn-bg button.active {
  color: var(--tp-common-white);
}
.tp-price__btn-bg button.monthly.active ~ .test, .tp-price__btn-bg button.adv-tab-1.active ~ .test {
  transform: translateX(0px);
}
.tp-price__btn-bg button.yearly.active, .tp-price__btn-bg button.adv-tab-2.active {
  transform: translateX(-10px);
}
.test {
  position: absolute;
  transition: transform 0.2s ease-in-out;
  will-change: transform;
  width: 100px;
  height: calc(100% - 8px);
  position: absolute;
  left: 5px;
  top: 4px;
  display: block;
  content: "";
  background: var(--tp-common-blue);
  box-shadow: 0px 2px 2px -1px rgba(89, 86, 233, 0.15), 0px 0px 1px rgba(89, 86, 233, 0.1);
  border-radius: 30px;
  transform: translateX(104px);
}

.price-shape-line {
  position: absolute;
  right: 35%;
  top: -18px;
  -webkit-animation: lineDash 90s linear infinite;
  animation: lineDash 90s linear infinite;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .price-shape-line {
    right: 25%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .price-shape-line {
    right: 17%;
  }
}

.price-offer-badge {
  height: 50px;
  width: 50px;
  background: linear-gradient(149deg, #FF4386 -12.19%, #413DFF 89.78%);
  box-shadow: 0px 1px 3px rgba(75, 8, 69, 0.3);
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  position: absolute;
  right: 31%;
  top: -33px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .price-offer-badge {
    right: 20%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .price-offer-badge {
    right: 11%;
  }
}
.price-offer-badge span {
  color: var(--tp-common-white);
  font-weight: 800;
  font-size: 11px;
  line-height: 1.2;
  text-align: center;
  letter-spacing: -0.02em;
  display: inline-block;
  margin-top: 12px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-price__section-box .tp-section-title br {
    display: none;
  }
}

.price-banner-title {
  font-weight: 700;
  font-size: 70px;
  line-height: 1;
  letter-spacing: -0.02em;
  color: #FFFFFF;
  padding-bottom: 22px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .price-banner-title {
    font-size: 63px;
  }
}
@media (max-width: 767px) {
  .price-banner-title {
    font-size: 48px;
    padding-bottom: 12px;
  }
}
.price-banner-title-box p {
  font-weight: 500;
  font-size: 17px;
  line-height: 16px;
  color: #FFFFFF;
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .price-banner-title-box p {
    font-size: 14px;
  }
}

.price-inner-white-bg {
  background-color: var(--tp-common-white);
  border-radius: 40px 40px 0 0;
}
.price-inner-white-bg .tp-price-table-wrapper {
  padding-top: 40px;
}
.price-inner-white-bg .tp-price-feature-wrapper {
  border-color: #EFF1F7;
}
.price-inner-white-bg .tp-price-feature-box {
  background: #F7F9FC;
}
.price-inner-white-bg .tp-price-feature-item {
  border-color: #EFF1F7;
}
.price-inner-white-bg .tp-price-feature-item span {
  color: var(--tp-common-black);
}
.price-inner-white-bg .tp-price-feature-info {
  border-color: #EFF1F7;
}
.price-inner-white-bg .tp-price-feature-info span {
  color: var(--tp-common-black);
}
.price-inner-white-bg .tp-price-feature-info-item.active {
  background: #F7F9FC;
}
.price-inner-white-bg .tp-price-header-content p {
  color: #5F6168;
}
.price-inner-white-bg .tp-price-header-content p span {
  color: #202124;
}
.price-inner-white-bg .tp-price-top-item.active {
  background: #F7F9FC;
}
.price-inner-white-bg .tp-price-top-item.active .tp-price-top-title-wrapper .tp-btn-service {
  background-color: var(--tp-common-blue-4);
  color: var(--tp-common-white);
  border-color: var(--tp-common-blue-4);
}
.price-inner-white-bg .tp-price-top-item.active .tp-price-top-title-wrapper .tp-btn-service:hover {
  background-color: var(--tp-common-black);
  color: var(--tp-common-white);
}
.price-inner-white-bg .tp-price-top-tag-wrapper span {
  color: var(--tp-common-black);
}
.price-inner-white-bg .tp-price-top-tag-wrapper p {
  color: #5F6168;
}
.price-inner-white-bg .tp-price-top-title-wrapper h4 {
  color: var(--tp-common-black);
}
.price-inner-white-bg .tp-price-top-title-wrapper p {
  color: #5F6168;
}
.price-inner-white-bg .tp-price-top-title-wrapper .tp-btn-service {
  background-color: var(--tp-common-black);
  color: var(--tp-common-white);
}
.price-inner-white-bg .tp-price-top-title-wrapper .tp-btn-service:hover {
  background-color: var(--tp-common-blue-4);
  color: var(--tp-common-white);
  border-color: var(--tp-common-blue-4);
}
.price-inner-white-bg .tp-price-feature-tooltip {
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.tp-price__btn-box {
  position: relative;
}
.tp-price__btn-box .tp-price__btn-line {
  position: absolute;
  right: -20px;
  top: -55px;
  animation: lineDash-2 90s linear infinite;
}
.tp-price__btn-box .tp-price__btn-offer-tag {
  height: 50px;
  width: 50px;
  border-radius: 50%;
  background: linear-gradient(146.58deg, #FF96F9 11.28%, #C32BAC 43.24%);
  box-shadow: 0px 1px 3px rgba(75, 8, 69, 0.3);
  display: inline-block;
  text-align: center;
  position: absolute;
  top: -75px;
  right: -75px;
  z-index: 2222;
}
.tp-price__btn-box .tp-price__btn-offer-tag span {
  font-weight: 600;
  font-size: 11px;
  letter-spacing: -0.02em;
  color: var(--tp-common-white);
  display: inline-block;
  text-align: center;
  transform: translateY(11px);
}

.tp-price__btn-inner .tp-price__btn-bg .test {
  background-color: var(--tp-common-blue-4);
}

.pr-feature-wrapper {
  background: #F0F2F5;
  box-shadow: 0px 1px 2px rgba(32, 33, 36, 0.14);
  border-radius: 20px 20px 0px 0px;
  padding: 30px 40px;
  padding-right: 0;
}
.pr-feature-head ul {
  padding-left: 20px;
}
.pr-feature-head ul li {
  width: 33.33%;
  float: left;
  text-align: center;
  list-style-type: none;
}
.pr-feature-title {
  font-weight: 700;
  font-size: 22px;
  line-height: 1.1;
  color: var(--tp-common-black);
  margin-bottom: 0;
}
.pr-feature-title-sm {
  font-weight: 400;
  font-size: 17px;
  line-height: 1.1;
  color: var(--tp-common-black);
}
.pr-feature-height {
  height: 100px;
  padding: 0px 40px;
  padding-right: 0;
}
.pr-feature-item h5 {
  font-weight: 700;
  font-size: 15px;
  line-height: 14px;
  text-transform: uppercase;
  color: #202124;
  padding-bottom: 5px;
}
.pr-feature-bottom ul {
  text-align: center;
  padding-left: 20px;
}
.pr-feature-bottom ul li {
  width: 33.33%;
  float: left;
  list-style-type: none;
}
.pr-feature-bottom ul li span {
  font-weight: 400;
  font-size: 16px;
  line-height: 14px;
  color: var(--tp-common-black);
}
.pr-feature-bottom ul li i {
  height: 26px;
  width: 26px;
  border-radius: 50%;
  color: var(--tp-common-blue-4);
  font-size: 12px;
  background: rgba(96, 14, 228, 0.06);
  line-height: 29px;
}
.pr-feature-bottom ul li i.times, .pr-feature-bottom ul li i.fa-times {
  color: #5F6168;
  background-color: #EAEAEA;
  font-size: 14px;
}

.pr-feature-wrapper-2 .pr-feature-height:nth-child(2n) {
  background-color: #F7F9FC;
}

.pr-feature-item .tp-btn-service:hover {
  background-color: var(--tp-common-blue-4);
  border-color: var(--tp-common-blue-4);
}
.pr-feature-item.active .tp-btn-service {
  background-color: var(--tp-common-blue-4);
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .price-inner-white-bg {
    overflow-x: scroll;
    scrollbar-color: rgba(255, 255, 255, 0.559) rgba(255, 255, 255, 0.14);
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .pr-feature-main {
    width: 930px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .pr-feature-box {
    overflow-x: scroll;
    scrollbar-color: rgba(255, 255, 255, 0.559) rgba(255, 255, 255, 0.14);
  }
}

/*----------------------------------------*/
/*  24. TEAM CSS START
/*----------------------------------------*/
.tp-team-top-content p {
  font-weight: 400;
  font-size: 17px;
  line-height: 26px;
  color: rgba(255, 255, 255, 0.8);
  position: relative;
  padding-left: 30px;
}
@media (max-width: 767px) {
  .tp-team-top-content p {
    margin-bottom: 0;
  }
  .tp-team-top-content p br {
    display: none;
  }
}
.tp-team-top-content p::after {
  position: absolute;
  content: "";
  top: -4px;
  left: 0;
  height: 60px;
  width: 1.5px;
  background: rgba(255, 255, 255, 0.1);
}
@media (max-width: 767px) {
  .tp-team-top-content p::after {
    top: 12px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-team-top-content p::after {
    top: -3px;
  }
}
.tp-team-img {
  margin-bottom: 30px;
}
.tp-team-img img {
  mix-blend-mode: luminosity;
}
.tp-team-title-sm {
  font-weight: 700;
  font-size: 22px;
  line-height: 26px;
  color: var(--tp-common-white);
}
.tp-team-title-sm:hover {
  color: var(--tp-common-yellow-3);
}
.tp-team-content {
  margin-bottom: 30px;
}
.tp-team-content span {
  font-weight: 500;
  font-size: 14px;
  line-height: 14px;
  color: var(--tp-common-white);
  opacity: 0.7;
}
.tp-team-social a {
  color: var(--tp-common-white);
  opacity: 0.8;
  font-size: 15px;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  text-align: center;
  line-height: 40px;
  display: inline-block;
  position: relative;
  transition: 0.4s;
}
.tp-team-social a span {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #0080FB;
  box-shadow: 0px 20px 40px rgba(9, 11, 65, 0.3);
  border-radius: 50%;
  z-index: -1;
  transform: scale(0.5);
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
}
.tp-team-social a:hover {
  opacity: 1;
}
.tp-team-social a:hover span {
  opacity: 1;
  visibility: visible;
  transform: scale(1.2);
}
.tp-team-border-right {
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  position: relative;
}
.tp-team-border-right::after {
  position: absolute;
  bottom: 0;
  right: -1px;
  width: 1px;
  height: 24px;
  background-color: var(--tp-common-yellow-3);
  content: "";
  animation: scroll1 15s forwards infinite;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-team-border-right {
    border-right: 0;
  }
}
.tp-team-border-right.tp-border-after-2::after {
  animation: scroll1 20s infinite;
}
.tp-team-border-right.tp-border-after-3::after {
  animation: scroll1 30s infinite;
}

.tp-team-inner-title-color .tp-team-title-sm {
  color: var(--tp-common-black);
}
.tp-team-inner-title-color .tp-team-title-sm:hover {
  color: var(--tp-common-blue-3);
}

.tp-team-social .icon-color-2 span {
  background: linear-gradient(225.09deg, #8000FF 6.72%, #D50087 54.13%, #FFD600 93.85%);
  box-shadow: 0px 20px 40px rgba(9, 11, 65, 0.3);
}
.tp-team-social .icon-color-3 span {
  background: #1DA7FC;
  box-shadow: 0px 20px 40px rgba(9, 11, 65, 0.3);
}
.tp-team-social .icon-color-4 span {
  background: #087AED;
  box-shadow: 0px 20px 40px rgba(9, 11, 65, 0.3);
}

.tp-team-area .container .row .tp-team-border-right:last-child {
  border-right: 0;
}
.tp-team-area .container .row .tp-team-border-right:last-child::after {
  display: none;
}

.tp-team-inner .container .row .team-inner-border-right:nth-child(4n) {
  border-right: 0;
}
.tp-team-inner .container .row .team-inner-border-right:nth-child(4n)::after {
  display: none;
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-team-section-box {
    margin-bottom: 40px;
  }
}

.team-inner-border-right {
  border-right: 1px solid rgba(8, 8, 41, 0.08);
  position: relative;
}
.team-inner-border-right::after {
  position: absolute;
  bottom: 0;
  right: -1px;
  width: 1px;
  height: 24px;
  background-color: var(--tp-theme-1);
  content: "";
  animation: scroll1 15s forwards infinite;
}
.team-inner-border-right .tp-team-content span {
  color: #5F6168;
  opacity: 0.7;
}
.team-inner-border-right .tp-team-social a {
  color: #5F6168;
}
.team-inner-border-right .tp-team-social a:hover {
  color: var(--tp-common-white);
}

.tp-team-item {
  transition: 0.4s;
}
.tp-team-item .tp-team-img {
  background-color: #B2B6FF;
  border-radius: 50%;
  width: 180px;
  height: 180px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}
.tp-team-item .tp-team-img img {
  mix-blend-mode: luminosity;
  border-radius: 100px;
  transform: translateY(15px);
}
.tp-team-item:hover .tp-team-img img {
  mix-blend-mode: normal;
}

.team-details-wrapper {
  background: #F5F7FA;
  border-radius: 30px;
  padding: 60px 40px 70px 40px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .team-details-wrapper {
    padding: 60px 25px 60px 25px;
  }
}
.team-details-img img {
  border-radius: 50% !important;
}
@media (max-width: 767px) {
  .team-details-img-box {
    margin-bottom: 40px;
  }
}
.team-details-work-tag {
  background: #0B0416;
  border-radius: 30px 30px 0px 30px;
  display: inline-block;
  padding: 10px 13px;
  transform: translateY(-15px);
}
.team-details-work-tag span svg {
  margin-right: 8px;
  color: var(--tp-common-white);
}
.team-details-work-tag span {
  font-weight: 600;
  font-size: 13px;
  line-height: 14px;
  letter-spacing: -0.02em;
  color: var(--tp-common-white);
}
.team-details-work-location span svg {
  margin-right: 8px;
}
.team-details-work-location span {
  font-weight: 600;
  font-size: 13px;
  line-height: 14px;
  letter-spacing: -0.02em;
  color: #5F6168;
}
.team-details-client-title {
  font-weight: 600;
  font-size: 46px;
  line-height: 36px;
  letter-spacing: -0.02em;
  color: #202124;
  padding-bottom: 20px;
}
@media (max-width: 767px) {
  .team-details-client-title {
    font-size: 38px;
  }
}
@media (max-width: 767px) {
  .team-details-social-info {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .team-details-social-info {
    margin-bottom: 0px;
  }
}
.team-details-social-info a {
  height: 36px;
  width: 36px;
  border-radius: 50%;
  text-align: center;
  line-height: 36px;
  background-color: #FEFEFE;
  display: inline-block;
  font-size: 12px;
  transition: 0.3s;
  margin-right: 3px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .team-details-social-info a {
    margin-right: 2px;
  }
}
.team-details-social-info a:hover {
  background-color: var(--tp-common-blue-3);
  color: var(--tp-common-white);
}
.team-details-contact-box {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .team-details-contact-box {
    flex-wrap: wrap;
  }
}
.team-details-personal-info {
  margin-left: 7px;
}
@media (max-width: 767px) {
  .team-details-personal-info {
    margin-left: 0;
    margin-right: 7px;
  }
}
.team-details-personal-info a {
  background-color: #FEFEFE;
  padding: 8px 20px;
  border-radius: 30px;
  margin-right: 7px;
}
.team-details-personal-info a svg {
  transform: translateY(-2px);
  margin-right: 5px;
}
.team-details-expricence-box {
  padding-bottom: 35px;
}
.team-details-expricence-box-1 {
  margin-right: 100px;
}
@media (max-width: 767px) {
  .team-details-expricence-box-1 {
    margin-right: 0;
    margin: 0px 20px;
  }
}
.team-details-expricence-box-1 span {
  font-weight: 400;
  font-size: 14px;
  line-height: 14px;
  color: #87888A;
  padding-bottom: 10px;
  display: inline-block;
}
.team-details-expricence-box-1 em {
  font-weight: 600;
  font-size: 22px;
  line-height: 14px;
  color: #202124;
  font-style: normal;
}
.team-details-skill h5 {
  font-weight: 400;
  font-size: 14px;
  line-height: 14px;
  color: #87888A;
  padding-bottom: 10px;
}
.team-details-skill span {
  padding: 10px 20px;
  background-color: var(--tp-common-white);
  display: inline-block;
  border-radius: 30px;
  font-weight: 500;
  font-size: 14px;
  line-height: 12px;
  color: #5F6168;
  margin-right: 5px;
  margin-bottom: 10px;
}
.team-details-title {
  font-weight: 600;
  font-size: 30px;
  line-height: 30px;
  color: #000000;
  padding-bottom: 10px;
}
.team-details-text {
  padding-bottom: 10px;
}
.team-details-text p {
  font-weight: 400;
  font-size: 17px;
  line-height: 28px;
  color: #5F6168;
  padding-right: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .team-details-text p {
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .team-details-text p {
    padding-right: 0;
    font-size: 16px;
  }
}
.team-details-feature-list ul {
  padding-bottom: 30px;
  padding-left: 30px;
}
@media (max-width: 767px) {
  .team-details-feature-list ul {
    padding-left: 0;
  }
}
.team-details-feature-list ul li {
  list-style-type: none;
  position: relative;
  padding-left: 20px;
  font-weight: 400;
  font-size: 17px;
  line-height: 34px;
  color: #5F6168;
}
@media (max-width: 767px) {
  .team-details-feature-list ul li {
    font-size: 16px;
  }
  .team-details-feature-list ul li br {
    display: none;
  }
}
.team-details-feature-list ul li::after {
  position: absolute;
  content: "";
  top: 13px;
  left: 0;
  height: 7px;
  width: 7px;
  border-radius: 50%;
  background-color: #5F6168;
}
.team-details-feature-list p {
  font-weight: 400;
  font-size: 17px;
  line-height: 28px;
  color: #5F6168;
}
@media (max-width: 767px) {
  .team-details-feature-list p {
    font-size: 16px;
  }
}

/*----------------------------------------*/
/*  07. CAREER CSS START
/*----------------------------------------*/
.career-details-wrapper {
  padding-right: 70px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .career-details-wrapper {
    padding-right: 30px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .career-details-wrapper {
    padding-right: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .career-details-wrapper {
    padding-right: 0px;
    margin-bottom: 80px;
  }
}
.career-details-title-box span {
  font-weight: 600;
  font-size: 14px;
  line-height: 12px;
  color: #5F6168;
  border: 1px solid rgba(95, 97, 104, 0.2);
  border-radius: 100px;
  padding: 8px 20px;
  display: inline-block;
  margin-bottom: 15px;
}
.career-details-title {
  font-weight: 600;
  font-size: 40px;
  line-height: 1;
  letter-spacing: -0.02em;
  color: var(--tp-common-black);
  padding-bottom: 20px;
}
@media (max-width: 767px) {
  .career-details-title {
    font-size: 30px;
  }
}
.career-details-location-box {
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(32, 33, 36, 0.1);
}
.career-details-location-box span {
  font-weight: 400;
  font-size: 15px;
  line-height: 14px;
  color: #5F6168;
  padding-right: 15px;
  margin-right: 15px;
  position: relative;
}
@media (max-width: 767px) {
  .career-details-location-box span {
    font-size: 14px;
    padding-right: 10px;
    margin-right: 10px;
  }
}
.career-details-location-box span:last-child::after {
  display: none;
}
.career-details-location-box span::after {
  position: absolute;
  right: 0;
  top: -2px;
  background: rgba(32, 33, 36, 0.1);
  height: 25px;
  width: 1px;
  content: "";
}
.career-details-location-box span svg {
  transform: translateY(-1px);
  margin-right: 8px;
}
.career-details-title-sm {
  font-weight: 700;
  font-size: 24px;
  line-height: 24px;
  color: var(--tp-common-black);
  padding-bottom: 10px;
}
.career-details-job-responsiblity p {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #5F6168;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .career-details-job-responsiblity p {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .career-details-job-responsiblity p {
    font-size: 15px;
  }
}
.career-details-job-list ul li {
  position: relative;
  list-style-type: none;
  padding-left: 30px;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #5F6168;
  padding-bottom: 15px;
}
@media (max-width: 767px) {
  .career-details-job-list ul li {
    font-size: 15px;
  }
  .career-details-job-list ul li br {
    display: none;
  }
}
.career-details-job-list ul li i {
  position: absolute;
  top: 3px;
  left: 0;
}
.career-details-title-xs {
  font-weight: 600;
  font-size: 17px;
  line-height: 14px;
  color: var(--tp-common-black);
}
.career-details-profile-box p {
  font-weight: 400;
  font-size: 15px;
  line-height: 14px;
  color: #5F6168;
}

.parallax-main {
  overflow: hidden;
  border-radius: 20px;
  width: 100%;
  height: 620px;
  background-color: red;
}

.parallax-img {
  min-height: 1000px;
  margin-top: -300px;
}

.career-details-profile-box {
  padding-top: 30px;
}

@media (max-width: 767px) {
  .carrer-banner-img-item {
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .job-section-box .tp-section-title br {
    display: none;
  }
}

.carrer-banner-img-item img {
  border-radius: 20px !important;
  width: 100%;
}

.carrer-banner-space {
  margin-top: -280px;
  position: relative;
  z-index: 3;
}

.postbox__select {
  display: inline-block;
  width: 100%;
}
.postbox__select .nice-select {
  width: 100%;
  border: 1px solid #E5E5E5;
  border-radius: 12px;
  height: 55px;
  line-height: 55px;
  padding: 0px 20px;
  position: relative;
}
.postbox__select .nice-select::after {
  border: none;
  background-color: transparent;
  transform: translateY(-45%);
  margin-top: 0;
  right: 20px;
  content: "\f107";
  font-family: "Font Awesome 5 Pro";
  transform-origin: center;
  color: var(--tp-common-black);
  font-weight: 500;
  height: auto;
  width: auto;
  color: #5F6168;
}
.postbox__select .nice-select span {
  font-weight: 500;
  font-size: 15px;
  color: #5F6168;
}
.postbox__select .nice-select.open::after {
  transform: translateY(-45%) rotate(-180deg);
}
.postbox__select .nice-select .list {
  width: 100%;
}
.postbox__select .nice-select .list li:last-child {
  border-bottom: 0;
}
.postbox__select .nice-select .selected {
  color: var(--tp-common-blue-4);
  font-weight: 600;
}

.postbox__authorization {
  margin-bottom: 40px;
}
.postbox__authorization .switcher label {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.postbox__authorization .switcher label * {
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
  color: #5F6168;
  position: relative;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .postbox__authorization .switcher label * {
    font-size: 13px;
  }
}
.postbox__authorization .switcher label * svg {
  position: absolute;
  top: 0;
  left: 0;
}
.postbox__authorization .switcher label .switcher-icon {
  position: relative;
  padding-left: 25px;
  cursor: pointer;
}
.postbox__authorization .switcher label .switcher-icon svg {
  position: absolute;
  top: 6px;
  left: 0;
}
.postbox__authorization .switcher label input {
  display: none;
}
.postbox__authorization .switcher label input + span {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 24px;
  background: #E6E8EB;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  flex: 0 0 auto;
}
.postbox__authorization .switcher label input + span small {
  position: absolute;
  display: block;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  transition: all 0.3s ease-in-out;
  left: 4px;
  top: 3px;
  background: linear-gradient(180deg, #FFFFFF 0%, #E7E2F0 100%);
  box-shadow: 1px 2px 3px rgba(18, 20, 32, 0.3);
}
.postbox__authorization .switcher label input:checked + span {
  background: var(--tp-common-blue-4);
}
.postbox__authorization .switcher label input:checked + span small {
  left: 56%;
}

.career-border-bottom {
  border-bottom: 1px solid #EBEBEB;
}

.postbox__resume label {
  width: 100%;
  height: 130px;
  border: 2px dashed #C1C4CE;
  border-radius: 12px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.postbox__resume label span {
  background-color: #F3F3F3;
  border-radius: 8px;
  padding: 10px 20px;
  font-weight: 500;
  font-size: 14px;
  color: var(--tp-common-black);
}
.postbox__resume label span:first-child {
  display: none;
}
.postbox__resume label span input {
  cursor: pointer;
  display: none;
}
@media (max-width: 767px) {
  .postbox__resume label span {
    padding: 10px 10px;
    font-size: 12px;
  }
}
.postbox__resume label span svg {
  margin-right: 10px;
}

.career-details-social-box {
  text-align: center;
}
.career-details-social-box a {
  padding: 15px 45px;
  display: inline-block;
  border: 1px solid #EBEBEB;
  border-radius: 12px;
  margin: 0px 3px;
  font-size: 18px;
  font-weight: 400;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .career-details-social-box a {
    padding: 15px 40px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .career-details-social-box a {
    padding: 15px 30px;
  }
}
@media (max-width: 767px) {
  .career-details-social-box a {
    margin-bottom: 10px;
  }
}
.career-details-social-box a.facebook, .career-details-social-box a.social-1 {
  color: #1B74E4;
  transition: 0.3s;
}
.career-details-social-box a.facebook:hover, .career-details-social-box a.social-1:hover {
  background-color: #1B74E4;
  color: var(--tp-common-white);
  border-color: #1B74E4;
}
.career-details-social-box a.twitter, .career-details-social-box a.social-2 {
  color: #1D9BF0;
  transition: 0.3s;
}
.career-details-social-box a.twitter:hover, .career-details-social-box a.social-2:hover {
  background-color: #1D9BF0;
  color: var(--tp-common-white);
  border-color: #1D9BF0;
}
.career-details-social-box a.instagram, .career-details-social-box a.social-3 {
  position: relative;
}
.career-details-social-box a.instagram:hover, .career-details-social-box a.social-3:hover {
  background: linear-gradient(266.81deg, #D500BF -6.56%, #F80095 34.02%, #FF005D 60.87%, #FFC300 103.55%);
}
.career-details-social-box a.instagram i, .career-details-social-box a.social-3 i {
  background: linear-gradient(261.91deg, #B900B4 0%, #F50000 40%, #FFD723 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: 0.3s;
  font-weight: 500;
  font-size: 19px;
}
.career-details-social-box a.instagram .insta-bg, .career-details-social-box a.social-3 .insta-bg {
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: -1;
  top: 0;
  left: 0;
  background: linear-gradient(266.81deg, #D500BF -6.56%, #F80095 34.02%, #FF005D 60.87%, #FFC300 103.55%);
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  border-radius: 12px;
  opacity: 0;
  visibility: hidden;
}
.career-details-social-box a.instagram:hover i, .career-details-social-box a.social-3:hover i {
  -webkit-text-fill-color: inherit;
  color: var(--tp-common-white);
  position: relative;
  z-index: 99;
}
.career-details-social-box a.instagram:hover .insta-bg, .career-details-social-box a.social-3:hover .insta-bg {
  opacity: 1;
  visibility: visible;
}
.career-details-social-box a.linkedin, .career-details-social-box a.social-4 {
  color: #0A66C2;
  transition: 0.3s;
}
.career-details-social-box a.linkedin:hover, .career-details-social-box a.social-4:hover {
  background-color: #0A66C2;
  color: var(--tp-common-white);
  border-color: #0A66C2;
}

.postbox__apply-btn-border {
  position: relative;
}
.postbox__apply-btn-border::after {
  content: "";
  top: 0px;
  left: 0;
  right: 0;
  height: 2px;
  width: 100%;
  background-color: var(--tp-common-blue-4);
  position: absolute;
  text-align: center;
  margin: 0 auto;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .career-details-hide-wrapper .postbox__comment-form {
    margin-bottom: 0px;
  }
}

@media (max-width: 767px) {
  .job-section-box p br {
    display: none;
  }
}

.tp-platform-inner .tp-section-subtitle-4 {
  color: var(--tp-common-blue-4);
}
.tp-platform-inner .tp-section-subtitle-4::before {
  background-color: var(--tp-common-blue-4);
}
.tp-platform-inner .tp-section-title-4 {
  color: var(--tp-common-black);
}
.tp-platform-inner .tp-platform-text p {
  color: var(--tp-common-black);
}

/*----------------------------------------*/
/*  11. ERROR CSS START
/*----------------------------------------*/
.tp-error-ptb {
  padding-top: 200px;
  padding-bottom: 170px;
}
.tp-error-content-box {
  position: relative;
}
.tp-error-content-box span {
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translateX(-50%);
}
.tp-error-left-shape {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.tp-error-header {
  border-bottom: 1px solid #F2F2F2;
}
.tp-error-header .header-bottom__main-menu-4 nav ul li::after {
  background: linear-gradient(180deg, rgba(32, 33, 36, 0) 0%, rgba(32, 33, 36, 0.03) 100%);
  filter: drop-shadow(0px 2px 0px #FFC530);
}
.tp-error-header .header-bottom__main-menu-4 nav ul li::before {
  background-color: #FFC530;
}
.tp-error-header .header-bottom__main-menu-4 nav ul li a {
  color: var(--tp-common-black);
}

.error-title-sm {
  font-weight: 700;
  font-size: 44px;
  letter-spacing: -0.02em;
  color: #202124;
  padding-bottom: 10px;
}

.tp-error-text-box p {
  padding-bottom: 20px;
}

/*----------------------------------------*/
/*  22. SECURITY CSS START
/*----------------------------------------*/
.tp-security-slider-wrapper {
  position: relative;
}
.tp-security-slider-wrapper::after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: -50px;
  width: 1320px;
  height: 230px;
  margin: 0 auto;
  border-radius: 30px;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.1);
  z-index: -1;
  overflow: hidden;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-security-slider-wrapper::after {
    width: 1000px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-security-slider-wrapper::after {
    width: 900px;
    height: 200px;
  }
}
@media (max-width: 767px) {
  .tp-security-slider-wrapper::after {
    display: none;
  }
}
.tp-security-wrapper {
  background: #3137D2;
  box-shadow: -3px 0px 0px #F8FF35;
  border-radius: 100px;
  padding: 25px 40px;
  min-width: 355px;
  height: 110px;
  transition: 0.3s;
}
.tp-security-wrapper:hover {
  background-color: var(--tp-common-yellow-3);
}
.tp-security-wrapper:hover .tp-security-title-sm {
  color: var(--tp-common-blue-2);
}
.tp-security-wrapper:hover .tp-security-link a svg {
  color: var(--tp-common-blue-2);
}
.tp-security-title-sm {
  font-weight: 600;
  font-size: 22px;
  line-height: 28px;
  color: var(--tp-common-white);
  margin-bottom: 0;
  transition: 0.3s;
}
.tp-security-img {
  margin-right: 20px;
  width: 70px;
}
.tp-security-link a svg {
  color: var(--tp-common-white);
  transition: 0.3s;
}

.tp-security-main {
  padding: 0px 10px;
}

.tp-security-slider-active {
  margin: 0px -50px;
}
@media (max-width: 767px) {
  .tp-security-slider-active {
    margin: 0;
  }
}

.tp-security-slider__shape-1 {
  position: absolute;
  top: -45%;
  left: 14%;
}

/*----------------------------------------*/
/*  08. CONTACT CSS START
/*----------------------------------------*/
.tp-contact-overlay {
  position: relative;
}
.tp-contact-overlay::after {
  position: absolute;
  background: linear-gradient(359.33deg, rgba(13, 92, 225, 0.9) 0.59%, rgba(13, 92, 225, 0) 99.43%);
  transform: matrix(1, 0, 0, -1, 0, 0);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  z-index: -1;
}
.tp-contact-glob-img {
  position: absolute;
  top: -11%;
  left: 5%;
  animation: animationglob 30s cubic-bezier(1, 0.99, 0.03, 0.01) infinite;
}
.tp-contact-info-box ul li {
  position: relative;
  padding-left: 40px;
  margin-bottom: 15px !important;
  list-style-type: none !important;
  width: 100% !important;
}
.tp-contact-info-box ul li p.number {
  font-weight: 600;
  font-size: 22px;
  line-height: 16px;
  letter-spacing: -0.06em;
  color: #FFFFFF;
  padding-bottom: 0;
  margin-bottom: 0;
}
.tp-contact-info-box ul li p.email {
  font-weight: 500;
  font-size: 15px;
  line-height: 22px;
  color: rgba(255, 255, 255, 0.8);
  padding-bottom: 0;
  margin-bottom: 0;
}
.tp-contact-info-box ul li p.address {
  font-weight: 500;
  font-size: 15px;
  line-height: 22px;
  color: rgba(255, 255, 255, 0.8);
  padding-bottom: 0;
  margin-bottom: 0;
}
.tp-contact-info-box ul li:first-child a {
  font-weight: 600;
  font-size: 22px;
  line-height: 16px;
  letter-spacing: -0.06em;
  color: #FFFFFF;
}
.tp-contact-info-box ul li:nth-child(2) svg {
  top: 4px;
}
.tp-contact-info-box ul li:nth-child(3) svg {
  top: 4px;
}
.tp-contact-info-box ul li a {
  font-weight: 500;
  font-size: 15px;
  line-height: 22px;
  color: rgba(255, 255, 255, 0.8);
}
.tp-contact-info-box ul li svg {
  position: absolute;
  top: 0;
  left: 0;
}
.tp-contact-input-wrapper {
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0px -1px 1px rgba(15, 56, 191, 0.2), 0px 1px 1px rgba(8, 18, 79, 0.2);
  backdrop-filter: blur(6px);
  border-radius: 30px;
  padding: 60px 50px;
}
@media (max-width: 767px) {
  .tp-contact-input-wrapper {
    padding: 30px 20px;
  }
}
.tp-contact-input input {
  background: rgba(255, 255, 255, 0.08);
  border: 2px solid rgba(255, 255, 255, 0.14);
  box-shadow: 0px 1px 1px rgba(12, 40, 133, 0.2);
  border-radius: 30px;
  padding: 20px 30px;
  font-weight: 500;
  font-size: 15px;
  line-height: 14px;
  color: var(--tp-common-white);
  width: 100%;
}
.tp-contact-input input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.54);
}
.tp-contact-input input:-moz-placeholder {
  color: rgba(255, 255, 255, 0.54);
}
.tp-contact-input input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.54);
}
.tp-contact-input input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.54);
}
.tp-contact-input input:focus {
  border-color: var(--tp-common-white);
}
.tp-contact-input textarea {
  margin-top: 20px;
  width: 100%;
  background: rgba(255, 255, 255, 0.08);
  border: 2px solid rgba(255, 255, 255, 0.14);
  box-shadow: 0px 1px 1px rgba(12, 40, 133, 0.2);
  border-radius: 30px;
  padding: 20px 30px;
  font-weight: 500;
  font-size: 15px;
  line-height: 14px;
  color: var(--tp-common-white);
  width: 100%;
  resize: none;
  height: 160px;
}
.tp-contact-input textarea:focus {
  border-color: var(--tp-common-white);
}
.tp-contact-input textarea::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.54);
}
.tp-contact-input textarea:-moz-placeholder {
  color: rgba(255, 255, 255, 0.54);
}
.tp-contact-input textarea::-moz-placeholder {
  color: rgba(255, 255, 255, 0.54);
}
.tp-contact-input textarea:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.54);
}

.contact-info-title-box p {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #848587;
}

.tp-contact-shape {
  position: absolute;
  bottom: -1%;
  right: -8%;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-contact-info-box {
    margin-bottom: 50px;
  }
}

.contact-inner-title-sm-wrap p {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.3;
  color: #5F6168;
}
.contact-inner-title-sm {
  font-weight: 700;
  font-size: 34px;
  line-height: 40px;
  color: var(--tp-common-black);
}
.contact-inner-wrapper {
  background: #F7F7F7;
  border-radius: 100px;
  padding-left: 25px;
}
@media (max-width: 767px) {
  .contact-inner-wrapper {
    border-radius: 30px;
    padding-left: 0;
  }
}
.contact-inner-wrapper .row [class*=col-]:last-child .contact-inner-item {
  border-right: 0;
}
.contact-inner-item {
  padding: 45px 50px;
  border-right: 2px solid var(--tp-common-white);
  height: 100%;
}
@media (max-width: 767px) {
  .contact-inner-item {
    flex-wrap: wrap;
    padding: 30px 20px;
  }
}
.contact-inner-img {
  margin-right: 20px;
  flex: 0 0 auto;
}
.contact-inner-img img {
  filter: drop-shadow(-10px 20px 20px rgba(13, 70, 85, 0.3));
}
.contact-inner-img.contact-img-2 img {
  filter: drop-shadow(10px 20px 20px rgba(100, 62, 11, 0.2));
}
.contact-inner-img.contact-img-3 img {
  filter: drop-shadow(-10px 20px 20px rgba(77, 10, 74, 0.25));
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .contact-inner-img {
    margin-right: 10px;
  }
}
.contact-inner-link .cont-info-title {
  font-weight: 400;
  font-size: 20px;
  line-height: 16px;
  color: #5F6168;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), (max-width: 767px) {
  .contact-inner-link .cont-info-title {
    font-size: 16px;
  }
}

.contact-form-section-box p {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #5F6168;
}
@media (max-width: 767px) {
  .contact-form-section-box p br {
    display: none;
  }
}
.contact-form-social-item {
  padding-bottom: 40px;
  border-bottom: 1px solid #E5E5E5;
}
.contact-form-social-item a {
  height: 36px;
  width: 36px;
  border-radius: 50%;
  text-align: center;
  line-height: 34px;
  border: 1px solid #E5E5E5;
  display: inline-block;
  font-size: 14px;
  transition: 0.3s;
  margin-right: 6px;
}
.contact-form-social-item a:hover {
  background-color: var(--tp-common-blue-4);
  border-color: var(--tp-common-blue-4);
  color: var(--tp-common-white);
}
.contact-form-section-img {
  position: absolute;
  top: -35px;
  right: 50px;
}
@media (max-width: 767px) {
  .contact-form-section-img {
    right: 0;
  }
}
.contact-form-right-warp {
  padding: 0px 70px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .contact-form-right-warp {
    padding: 0px 35px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact-form-right-warp {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .contact-form-right-warp {
    padding: 0;
  }
}
.contact-form-right-warp .postbox__btn-box .submit-btn {
  border-radius: 12px;
}
.contact-form-left {
  padding-right: 20px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .contact-form-left {
    padding-left: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact-form-left {
    padding-left: 0;
    margin-bottom: 80px;
  }
}
@media (max-width: 767px) {
  .contact-form-left {
    padding: 0;
    margin-bottom: 80px;
  }
}

.postbox__comment-form .postbox__btn-box .submit-btn {
  border-radius: 12px;
}

.contact-info-item {
  border: 1px solid #E5E5E5;
  border-radius: 12px;
  text-align: center;
  padding: 55px 30px;
  overflow: hidden;
}
.contact-info-img {
  margin-bottom: 35px;
  display: inline-block;
}
.contact-info-title-sm {
  font-weight: 600;
  font-size: 20px;
  line-height: 16px;
  color: var(--tp-common-black);
  padding-bottom: 6px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .contact-info-title-box p br {
    display: none;
  }
}
.contact-info-badge {
  position: absolute;
  top: 4px;
  left: 50%;
  transform: translateX(-50%);
}
.contact-info-badge span {
  background: rgba(107, 20, 250, 0.06);
  border-radius: 0px 0px 24px 24px;
  transform: matrix(1, 0, 0, -1, 0, 0);
  padding: 8px 30px;
  font-weight: 700;
  font-size: 12px;
  line-height: 12px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--tp-common-blue-4);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .contact-info-badge span {
    padding: 8px 25px;
  }
}
@media (max-width: 767px) {
  .contact-info-badge span {
    padding: 8px 20px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .contact-form-section-box .tp-section-title br {
    display: none;
  }
}

.header-signin-ptb {
  padding: 30px 55px;
}
@media (max-width: 767px) {
  .header-signin-ptb {
    padding: 15px 0px;
  }
}

.header-signin-bar button {
  height: 60px;
  width: 60px;
  border-radius: 60px;
  text-align: center;
  line-height: 60px;
  border: 1px solid #EEEEEE;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-signin-bar button {
    border-color: rgba(255, 255, 255, 0.2);
  }
}
@media (max-width: 767px) {
  .header-signin-bar button {
    border-color: rgba(255, 255, 255, 0.2);
    height: 45px;
    width: 45px;
    line-height: 48px;
  }
}
.header-signin-bar button i {
  position: relative;
  display: inline-block;
}
.header-signin-bar button span {
  height: 2px;
  width: 10px;
  background-color: var(--tp-common-black);
  border-radius: 10px;
  display: block;
  transition: 0.4s;
  margin: 3px auto;
  margin-left: auto;
  margin-right: inherit;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .header-signin-bar button span {
    background-color: var(--tp-common-white);
  }
}
.header-signin-bar button span:nth-child(1) {
  margin-right: auto;
  margin-left: 0;
}
.header-signin-bar button span:nth-child(2) {
  width: 20px;
}
.header-signin-bar button span:nth-child(3) {
  margin-left: auto;
}
.header-signin-bar button:hover span {
  width: 20px;
}

.signin-banner-bg {
  padding: 200px 75px;
  height: 960px;
  width: 575px;
  background-repeat: no-repeat;
  background-size: cover;
  flex: 0 0 auto;
  overflow: hidden;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .signin-banner-bg {
    height: 780px;
    padding: 150px 75px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .signin-banner-bg {
    height: 768px;
    padding: 150px 75px;
    width: 500px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .signin-banner-bg {
    height: 768px;
    width: 100%;
    padding: 150px 75px;
  }
}
@media (max-width: 767px) {
  .signin-banner-bg {
    height: 400px;
    width: 100%;
    padding: 150px 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .signin-banner-main-wrap {
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .signin-banner-from-wrap {
    padding: 100px 0;
  }
}
.signin-banner-img-box {
  padding-left: 120px;
}
.signin-banner-img img {
  border-radius: 20px;
}
.signin-banner-img.signin-img-1 {
  animation: scale_up_down 3s infinite alternate both;
}
.signin-banner-img.signin-img-2 {
  position: absolute;
  top: -50px;
  left: 0;
  animation: tptranslateX2 4s forwards infinite alternate;
}
.signin-banner-img.signin-img-3 {
  position: absolute;
  right: 63px;
  bottom: -85px;
  animation: tptranslateY2 4s forwards infinite alternate;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .signin-banner-img.signin-img-3 {
    right: 31px;
  }
}
.signin-banner-img.signin-img-4 {
  position: absolute;
  bottom: -150px;
  left: 0;
}
.signin-banner-title {
  font-weight: 700;
  font-size: 36px;
  line-height: 46px;
  letter-spacing: -0.02em;
  color: var(--tp-common-white);
}
@media (max-width: 767px) {
  .signin-banner-title br {
    display: none;
  }
}
.signin-banner-bottom-shape {
  position: absolute;
  bottom: -30px;
  right: 0;
}
.signin-banner-from {
  width: 100%;
  height: 100%;
}
.signin-banner-from-wrap {
  width: 470px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .signin-banner-from-wrap {
    width: 410px;
  }
}
@media (max-width: 767px) {
  .signin-banner-from-wrap {
    width: 100%;
    padding: 60px 15px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .signin-banner-from-wrap {
    width: 100%;
    padding: 100px 15px;
  }
}
.signin-banner-from-title {
  font-weight: 700;
  font-size: 28px;
  line-height: 25px;
  color: var(--tp-common-black);
  padding-bottom: 30px;
}
.signin-banner-login-browser {
  padding-bottom: 15px;
}
.signin-banner-login-browser a {
  height: 55px;
  padding: 0px 35px;
  border: 1px solid #E5E5E5;
  border-radius: 12px;
  display: inline-block;
  line-height: 50px;
  font-weight: 500;
  font-size: 16px;
  color: var(--tp-common-black);
  margin-bottom: 15px;
  margin-right: 15px;
}
.signin-banner-from-subtitle {
  font-weight: 400;
  font-size: 14px;
  line-height: 14px;
  color: #939498;
  padding-bottom: 35px;
}
.signin-banner-from-subtitle::before {
  content: "";
  height: 1px;
  width: 150px;
  background-color: #E5E5E5;
  display: inline-block;
  transform: translateY(-4px);
  margin-right: 18px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .signin-banner-from-subtitle::before {
    width: 120px;
  }
}
@media (max-width: 767px) {
  .signin-banner-from-subtitle::before {
    width: 60px;
  }
}
.signin-banner-from-subtitle::after {
  content: "";
  height: 1px;
  width: 150px;
  background-color: #E5E5E5;
  display: inline-block;
  transform: translateY(-4px);
  margin-left: 18px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .signin-banner-from-subtitle::after {
    width: 120px;
  }
}
@media (max-width: 767px) {
  .signin-banner-from-subtitle::after {
    width: 60px;
  }
}
.signin-banner-form-remember .form-check label {
  font-weight: 400;
  font-size: 15px;
  line-height: 14px;
  color: #7C7C7C;
}
.signin-banner-form-remember .postbox__comment-agree .form-check-input.form-check-input[type=checkbox] {
  border-radius: 3px;
  margin-top: 4px;
}
.signin-banner-form-remember .postbox__forget a {
  font-weight: 400;
  font-size: 15px;
  line-height: 14px;
  color: var(--tp-common-black);
}
.signin-banner-from-register a {
  font-weight: 400;
  font-size: 15px;
  line-height: 14px;
  color: #7C7C7C;
}
.signin-banner-from-register a span {
  font-weight: 500;
  font-size: 15px;
  line-height: 14px;
  color: var(--tp-common-blue-4);
}

.tp-contact-select .nice-select {
  background: rgba(255, 255, 255, 0.08);
  border: 2px solid rgba(255, 255, 255, 0.14);
  box-shadow: 0px 1px 1px rgba(12, 40, 133, 0.2);
  border-radius: 30px;
  padding: 0px 30px;
  font-weight: 500;
  font-size: 15px;
  line-height: 14px;
  width: 100%;
  height: 60px;
  line-height: 55px;
  color: rgba(255, 255, 255, 0.54);
  position: relative;
}
.tp-contact-select .nice-select.open {
  border: 2px solid var(--tp-common-white);
}
.tp-contact-select .nice-select.open::after {
  transform: translateY(-45%) rotate(-180deg);
}
.tp-contact-select .nice-select .option.selected {
  font-weight: 600;
}
.tp-contact-select .nice-select::after {
  border: none;
  background-color: transparent;
  transform: translateY(-45%);
  margin-top: 0;
  right: 20px;
  content: "\f107";
  font-family: "Font Awesome 5 Pro";
  transform-origin: center;
  color: var(--tp-common-white);
  font-weight: 500;
  height: auto;
  width: auto;
  font-size: 20px;
  font-weight: 300;
  transition: 0.3s;
}
.tp-contact-select .nice-select ul {
  position: absolute;
  width: 100%;
  top: 100%;
  left: 0;
  right: 0;
  text-align: center;
  margin: 0 auto;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
  padding: 20px 0;
  background: #fff;
}
.tp-contact-select .nice-select ul li {
  color: var(--tp-common-black);
  margin-bottom: 10px;
  font-weight: 400;
  font-size: 14px;
}
.tp-contact-select .nice-select ul li:last-child {
  margin-bottom: 0;
}
.tp-contact-select .nice-select .option {
  line-height: 1;
  min-height: 0;
}
.tp-contact-select .nice-select.open ul {
  opacity: 1;
  visibility: visible;
}

/*----------------------------------------*/
/*  14. FOOTER CSS START
/*----------------------------------------*/
.tp-footer__widget-logo {
  display: inline-block;
}
@media (max-width: 767px) {
  .tp-footer__widget-logo {
    margin-bottom: 30px;
  }
}
.tp-footer__top-text span {
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  color: #FFFFFF;
}
.tp-footer__border-bottom {
  padding-bottom: 50px;
  position: relative;
}
.tp-footer__border-bottom::after {
  content: "";
  height: 1px;
  width: 100%;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 48.44%, rgba(255, 255, 255, 0.151515) 99.99%, rgba(255, 255, 255, 0) 100%);
  opacity: 0.2;
  bottom: 0;
  left: 0;
  position: absolute;
}
.tp-footer__border-bottom-4 {
  padding-top: 70px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.tp-footer__icon-space {
  padding-top: 3px;
}
.tp-footer__top-space {
  margin-top: 60px;
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.tp-footer__tp-border-bottom {
  border-bottom: 1px solid #DFDFEA;
  padding-bottom: 45px;
}
.tp-footer__input input {
  background-color: var(--tp-common-white);
  border: none;
  height: 60px;
  width: 100%;
  border-radius: 40px;
  padding-left: 55px;
  padding-right: 80px;
  font-weight: 400;
  font-size: 14px;
}
.tp-footer__input button {
  position: absolute;
  top: 50%;
  right: 6px;
  transform: translateY(-50%);
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 50%;
  background-color: var(--tp-common-red);
}
.tp-footer__input button svg {
  color: var(--tp-common-white);
  transform: rotate(-45deg);
  margin-left: 2px;
  margin-top: 0;
}
.tp-footer__input button:hover {
  box-shadow: inset 0 0 0 30px var(--tp-theme-1);
  background-color: transparent;
}
.tp-footer__input .wpcf7-form div {
  position: absolute;
  top: 50%;
  left: 25px;
  transform: translateY(-50%);
}
.tp-footer__input .wpcf7-form .wpcf7-response-output {
  margin-top: 50px !important;
  color: #fff;
}
.tp-footer__input .wpcf7-form .wpcf7-not-valid-tip {
  position: absolute;
  margin-top: 40px;
  color: #fff;
  border: 1px solid red;
  padding: 1px 10px;
  left: 6%;
}
.tp-footer__text p {
  font-weight: 400;
  font-size: 16px;
  color: var(--tp-common-white);
  line-height: 26px;
  padding-bottom: 12px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-footer__text p {
    padding-right: 10px;
  }
  .tp-footer__text p br {
    display: none;
  }
}
.tp-footer__widget-title {
  font-weight: 700;
  font-size: 18px;
  color: var(--tp-common-white);
  padding-bottom: 25px;
}
.tp-footer__social a {
  height: 40px;
  width: 40px;
  line-height: 36px;
  border-radius: 50%;
  font-size: 14px;
  text-align: center;
  color: var(--tp-grey-2);
  border: 1.5px solid rgba(255, 255, 255, 0.15);
  display: inline-block;
  margin-right: 10px;
  transform: scale(1);
  transition: 0.3s;
}
.tp-footer__social a:hover {
  background-color: var(--tp-theme-1);
  border-color: var(--tp-theme-1);
  color: var(--tp-common-white);
  transform: scale(1.1);
}
.tp-footer__widget_2 ul li {
  list-style-type: none;
  margin-bottom: 20px;
}
.tp-footer__widget_2 ul li :last-child {
  margin-bottom: 0;
}
.tp-footer__widget_2 ul li a {
  font-weight: 500;
  font-size: 16px;
  color: rgba(245, 245, 250, 0.6);
  transition: 0.3s;
  display: inline-block;
}
.tp-footer__widget_2 ul li a:hover {
  color: var(--tp-common-white);
  margin-left: 5px;
}
.tp-footer__content ul li {
  list-style-type: none;
  margin-bottom: 20px;
}
.tp-footer__content ul li :last-child {
  margin-bottom: 0;
}
.tp-footer__content ul li a {
  font-weight: 500;
  font-size: 16px;
  color: rgba(245, 245, 250, 0.6);
  transition: 0.3s;
}
.tp-footer__content ul li a:hover {
  color: var(--tp-common-white);
  margin-left: 5px;
}
.tp-footer__contact-info a {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  font-family: var(--tp-ff-mont);
}
.tp-footer__contact-info p {
  font-weight: 500;
  font-size: 15px;
  line-height: 20px;
  color: #F5F5FA;
}
.tp-footer__contact-info p.number {
  font-size: 20px;
}
.tp-footer__contact-info ul li {
  position: relative !important;
  list-style-type: none !important;
  padding-left: 35px !important;
  margin-bottom: 18px;
}
.tp-footer__contact-info ul li:last-child {
  margin-bottom: 0;
}
.tp-footer__contact-info ul li:first-child a {
  font-weight: 500;
  font-size: 20px;
}
.tp-footer__contact-info ul li span {
  position: absolute;
  top: 0;
  left: 0;
}
.tp-footer__contact-info ul li a {
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
  color: #F5F5FA;
}
.tp-footer__qrcode {
  flex: 0 0 auto;
  transition: 0.3s;
}
.tp-footer__qrcode img {
  border-radius: 10px;
}
.tp-footer__qrcode:hover {
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.tp-footer__social-3 h4 {
  font-weight: 600;
  font-size: 18px;
  line-height: 16px;
  color: #202124;
  padding-bottom: 10px;
}
.tp-footer__social-3 a {
  height: 44px;
  width: 44px;
  border-radius: 40px;
  display: inline-block;
  text-align: center;
  line-height: 43px;
  transition: 0.3s;
  margin-left: 6px;
  background-color: var(--tp-common-white);
  box-shadow: 0px 1px 3px rgba(3, 7, 22, 0.1);
  margin-bottom: 5px;
}
.tp-footer__social-3 a i {
  color: #82868C;
  transition: 0.3s;
}
.tp-footer__social-3 a i.fa-instagram {
  font-size: 16px;
  transform: translateX(1px);
}
.tp-footer__social-3 a:hover {
  background-color: #5B6CFF;
  border-radius: 100px;
  color: var(--tp-common-white);
}
.tp-footer__social-3 a:hover i {
  color: var(--tp-common-white);
}
.tp-footer__social-4 a {
  color: var(--tp-common-white);
  opacity: 0.8;
  font-size: 15px;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  text-align: center;
  line-height: 40px;
  display: inline-block;
  position: relative;
  transition: 0.4s;
}
.tp-footer__social-4 a i {
  color: var(--tp-common-white);
}
.tp-footer__social-4 a::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(225.09deg, #8000FF 6.72%, #D50087 54.13%, #FFD600 93.85%);
  box-shadow: 0px 20px 40px rgba(9, 11, 65, 0.3);
  border-radius: 50%;
  z-index: -1;
  transform: scale(0.5);
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
}
.tp-footer__social-4 a:hover {
  opacity: 1;
  visibility: visible;
}
.tp-footer__social-4 a:hover::after {
  opacity: 1;
  visibility: visible;
  transform: scale(1.2);
}

.footer-col-4 {
  padding-left: 25px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), (max-width: 767px) {
  .footer-col-4 {
    padding-left: 0;
  }
}

.tp-footer-bottom-shape {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}

.footer-widget-2 .tp-footer__contact-info p.description {
  padding-bottom: 20px;
  display: inline-block;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  font-family: var(--tp-ff-mont);
  color: var(--tp-text-body);
  margin-bottom: 0;
}
.footer-widget-2 .tp-footer__contact-info p.number {
  font-weight: 500;
  font-size: 20px;
  line-height: 20px;
  color: var(--tp-text-body);
  font-family: var(--tp-ff-mont);
}
.footer-widget-2 .tp-footer__contact-info p.email {
  color: var(--tp-text-body);
  font-weight: 500;
  font-size: 15px;
  line-height: 20px;
}
.footer-widget-2 .tp-footer__contact-info li::after {
  content: none !important;
}
.footer-widget-2 .tp-footer__contact-info a {
  padding-bottom: 20px;
  display: inline-block;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer-widget-2 .tp-footer__contact-info a {
    font-size: 15px;
  }
  .footer-widget-2 .tp-footer__contact-info a br {
    display: none;
  }
}
.footer-widget-2 .tp-footer__contact-info ul li {
  margin-bottom: 0;
}
.footer-widget-2 .tp-footer__contact-info ul li span {
  position: absolute;
  top: 0;
  left: 0;
}
.footer-widget-2 .tp-footer__contact-info ul li a {
  font-weight: 500;
  font-size: 15px;
  line-height: 20px;
  color: var(--tp-text-body);
  font-family: var(--tp-ff-mont);
}
.footer-widget-2 .tp-footer__contact-info ul li a.first-child {
  font-weight: 500;
  font-size: 20px;
}
.footer-widget-2.tp-footer__widget_3 ul li {
  position: relative;
  padding-left: 13px;
  margin-bottom: 15px;
  list-style: none;
}
.footer-widget-2.tp-footer__widget_3 ul li a {
  font-weight: 500;
  font-size: 15px;
  font-family: var(--tp-ff-mont);
  color: var(--tp-text-body);
  transition: 0.3s;
  position: relative;
}
.footer-widget-2.tp-footer__widget_3 ul li a:hover {
  color: var(--tp-common-black);
  margin-left: 5px;
}
.footer-widget-2.tp-footer__widget_3 ul li a:hover::before {
  width: 100%;
  right: auto;
  left: 0;
}
.footer-widget-2.tp-footer__widget_3 ul li a::before {
  content: "";
  position: absolute;
  bottom: -1px;
  right: 0;
  left: auto;
  height: 1px;
  width: 0;
  background-color: var(--tp-common-black);
  transition: 0.7s;
  display: inline-block;
  box-shadow: 0px 4px 12px rgba(1, 16, 61, 0.14);
  border-radius: 6px;
}
.footer-widget-2.tp-footer__widget_3 ul li::after {
  position: absolute;
  top: 10px;
  left: 0;
  height: 4px;
  width: 4px;
  border-radius: 50%;
  background-color: var(--tp-text-body);
  content: "";
}
.footer-widget-2 .tp-footer__widget-title {
  color: var(--tp-common-black);
  font-size: 20px;
  font-family: var(--tp-ff-mont);
}
.footer-widget-2 .tp-footer__content ul li {
  position: relative;
  padding-left: 13px;
  margin-bottom: 15px;
}
.footer-widget-2 .tp-footer__content ul li a {
  font-weight: 500;
  font-size: 15px;
  font-family: var(--tp-ff-mont);
  color: var(--tp-text-body);
  transition: 0.3s;
  position: relative;
}
.footer-widget-2 .tp-footer__content ul li a:hover {
  color: var(--tp-common-black);
}
.footer-widget-2 .tp-footer__content ul li a:hover::before {
  width: 100%;
  right: auto;
  left: 0;
}
.footer-widget-2 .tp-footer__content ul li a::before {
  content: "";
  position: absolute;
  bottom: -1px;
  right: 0;
  left: auto;
  height: 1px;
  width: 0;
  background-color: var(--tp-common-black);
  transition: 0.7s;
  display: inline-block;
  box-shadow: 0px 4px 12px rgba(1, 16, 61, 0.14);
  border-radius: 6px;
}
.footer-widget-2 .tp-footer__content ul li::after {
  position: absolute;
  top: 10px;
  left: 0;
  height: 4px;
  width: 4px;
  border-radius: 50%;
  background-color: var(--tp-text-body);
  content: "";
}

.footer-col-2-2 {
  padding-left: 60px;
}
@media (max-width: 767px) {
  .footer-col-2-2 {
    padding-left: 0;
  }
}

.footer-col-2-3 {
  padding-left: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .footer-col-2-3 {
    padding-left: 0;
  }
}

.footer-widget-3 .tp-footer__widget-title {
  color: #202124;
  font-size: 22px;
  font-weight: 600;
  font-family: var(--tp-ff-urban);
}
.footer-widget-3 .tp-footer__contact-info p.description {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #595B62;
  font-family: var(--tp-ff-urban);
  padding-bottom: 5px;
}
.footer-widget-3 .tp-footer__contact-info p.number {
  font-weight: 400;
  font-size: 20px;
  line-height: 16px;
  color: #4F5055;
  font-family: var(--tp-ff-dm);
}
.footer-widget-3 .tp-footer__contact-info p.email {
  font-weight: 400;
  font-size: 20px;
  line-height: 16px;
  color: #4F5055;
  font-family: var(--tp-ff-dm);
}
.footer-widget-3 .tp-footer__contact-info p {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #595B62;
  font-family: var(--tp-ff-urban);
  padding-bottom: 5px;
}
.footer-widget-3 .tp-footer__contact-info ul li a {
  font-weight: 400;
  font-size: 20px;
  line-height: 16px;
  color: #4F5055;
  font-family: var(--tp-ff-dm);
}
.footer-widget-3 .tp-footer__contact-info ul li a.first-child {
  font-weight: 400;
  font-size: 20px;
  line-height: 16px;
  color: #4F5055;
  font-family: var(--tp-ff-dm);
}
.footer-widget-3 .tp-footer__content ul li {
  margin-bottom: 10px;
}
.footer-widget-3 .tp-footer__content ul li a {
  font-weight: 500;
  font-size: 16px;
  color: #595B62;
  font-family: var(--tp-ff-urban);
}
.footer-widget-3 .tp-footer__content ul li a:hover {
  color: var(--tp-common-black);
}
.footer-widget-3 ul li {
  margin-bottom: 10px;
  list-style: none;
}
.footer-widget-3 ul li a {
  font-weight: 500;
  font-size: 16px;
  color: #595B62;
  font-family: var(--tp-ff-urban);
}
.footer-widget-3 ul li a:hover {
  color: var(--tp-common-black);
  margin-left: 5px;
}
.footer-widget-3 .tp-footer__input input {
  box-shadow: 0px 1px 3px rgba(3, 7, 22, 0.1);
  border-radius: 40px;
}
.footer-widget-3 .tp-footer__input button {
  background: #5B6CFF;
  border-radius: 100px;
  line-height: 0;
}
.footer-widget-3 .tp-footer__input button:hover {
  box-shadow: inset 0 0 0 30px var(--tp-common-black);
}

.footer-col-3-2 {
  padding-left: 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer-col-3-2 {
    padding-left: 60px;
  }
}
@media (max-width: 767px) {
  .footer-col-3-2 {
    padding-left: 0px;
  }
}

.footer-col-3-4 {
  padding-left: 10px;
}
@media (max-width: 767px) {
  .footer-col-3-4 {
    padding-left: 0px;
  }
}

.tp-copyright__social a {
  box-shadow: 0px 1px 2px rgba(1, 16, 61, 0.14);
  border-radius: 10px;
  background-color: var(--tp-common-white);
  height: 38px;
  width: 38px;
  text-align: center;
  line-height: 38px;
  display: inline-block;
  font-size: 15px;
  transition: 0.3s;
  margin-right: 5px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-copyright__social a {
    height: 33px;
    width: 33px;
    line-height: 34px;
    font-size: 12px;
    margin-right: 2px;
  }
}
.tp-copyright__social a:hover {
  background-color: var(--tp-common-black);
  color: var(--tp-common-white);
}
.tp-copyright__text span {
  font-weight: 500;
  font-size: 15px;
  line-height: 12px;
  color: rgba(245, 245, 250, 0.6);
  display: inline-block;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-copyright__text span {
    font-size: 13px;
  }
}
@media (max-width: 767px) {
  .tp-copyright__text span {
    font-size: 12px;
    margin-bottom: 20px;
  }
}
.tp-copyright__text span a {
  color: var(--tp-common-red);
}
.tp-copyright__lang span {
  line-height: 0;
}
.tp-copyright__lang > ul > li {
  position: relative;
  list-style: none;
}
.tp-copyright__lang > ul > li > a {
  display: flex;
  align-items: center;
  height: 32px;
  padding: 0 5px 0 15px;
  border-radius: 30px;
  font-weight: 400;
  font-size: 12px;
  color: var(--tp-common-white);
  background: rgba(217, 217, 217, 0.1);
  line-height: 0;
}
.tp-copyright__lang > ul > li > a i {
  height: 20px;
  width: 20px;
  line-height: 22px;
  border-radius: 50%;
  font-size: 14px;
  font-weight: 400;
  margin-left: 15px;
  text-align: center;
  color: var(--tp-common-black);
  background-color: var(--tp-common-white);
  display: inline-block;
}
.tp-copyright__lang > ul > li > a i::before {
  transform: translateX(0.6px);
  display: inline-block;
}
.tp-copyright__lang-submenu {
  position: absolute;
  bottom: 140%;
  left: 0px;
  width: 120px;
  background: var(--tp-common-white);
  z-index: 9;
  box-shadow: 0 30px 70px 6px rgba(11, 6, 70, 0.08);
  padding: 15px 20px;
  border-radius: 4px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.tp-copyright__lang-submenu li {
  list-style: none;
  margin-bottom: 15px;
}
.tp-copyright__lang-submenu li:last-child {
  margin-bottom: 0;
}
.tp-copyright__lang-submenu li a:hover {
  color: var(--tp-common-red);
}
.tp-copyright__lang-submenu.open {
  bottom: 100%;
  opacity: 1;
  visibility: visible;
}
.tp-copyright__text-2 span {
  color: var(--tp-text-body);
  font-family: var(--tp-ff-mont);
}
.tp-copyright__text-2 span a {
  color: var(--tp-common-black);
}
.tp-copyright__text-3 span {
  color: var(--tp-text-body);
  font-family: var(--tp-ff-urban);
}
.tp-copyright__text-3 span a {
  color: var(--tp-common-black);
}
.tp-copyright__text-4 span {
  color: rgba(255, 255, 255, 0.6);
}
.tp-copyright__text-4 span a {
  color: var(--tp-common-yellow-3);
}
.tp-copyright__lang-2 {
  background-color: var(--tp-common-white);
  box-shadow: 0px 1px 2px rgba(1, 16, 61, 0.14);
  border-radius: 10px;
}
.tp-copyright__lang-2 ul li a {
  font-family: var(--tp-ff-mont);
  color: var(--tp-text-body);
  font-weight: 500;
  font-size: 13px;
}
.tp-copyright__lang-2 ul li a i {
  margin-left: 5px;
}

@media (max-width: 767px) {
  .tp-copyright__social {
    margin-bottom: 20px;
  }
}

@media (max-width: 767px) {
  .tp-footer__top-text {
    margin-bottom: 30px;
  }
}

.tp-browser-bg-shape {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.footer-slide-item {
  box-shadow: 0px 1px 3px rgba(3, 7, 22, 0.1);
  border-radius: 40px;
  display: inline-block;
  background-color: var(--tp-common-white);
  height: 50px;
  line-height: 50px;
  padding: 0px 20px;
}
.footer-slide-item i {
  height: 24px;
  width: 24px;
  border-radius: 50%;
  line-height: 24px;
  text-align: center;
  border: 1.5px solid rgba(89, 91, 98, 0.2);
  color: #595B62;
  font-weight: 400;
  margin-right: 5px;
  font-size: 12px;
}
.footer-slide-item span {
  font-weight: 500;
  font-size: 18px;
  line-height: 18px;
  color: #595B62;
  font-family: var(--tp-ff-urban);
}

.footer-slide-wrapper {
  padding: 30px 10px;
}

.footer-slide-active {
  margin: 0px -100px;
}

.footer-widget-4 .tp-footer__widget-title {
  font-weight: 700;
  font-size: 22px;
  line-height: 16px;
}
.footer-widget-4 .tp-footer__content ul li {
  width: 50%;
  float: left;
}
.footer-widget-4 .tp-footer__content ul li a {
  font-weight: 500;
  font-size: 16px;
  color: #FFFFFF;
  transition: 0.3s;
}
@media (max-width: 767px) {
  .footer-widget-4 .tp-footer__content ul li a {
    font-size: 15px;
  }
}
.footer-widget-4 .tp-footer__content ul li a:hover {
  color: var(--tp-common-yellow-3);
}
.footer-widget-4 ul li {
  width: 50%;
  float: left;
  list-style: none;
  margin-bottom: 20px;
}
.footer-widget-4 ul li:last-child {
  margin-bottom: 0;
}
.footer-widget-4 ul li a {
  font-weight: 500;
  font-size: 16px;
  color: #FFFFFF;
  transition: 0.3s;
}
@media (max-width: 767px) {
  .footer-widget-4 ul li a {
    font-size: 15px;
  }
}
.footer-widget-4 ul li a:hover {
  color: var(--tp-common-yellow-3);
  margin-left: 5px;
}
.footer-widget-4 p {
  font-weight: 500;
  font-size: 13px;
  line-height: 16px;
  color: rgba(255, 255, 255, 0.5);
  padding-bottom: 10px;
}
.footer-widget-4 p a {
  text-decoration: underline;
}
.footer-widget-4 .tp-footer__input button {
  background-color: var(--tp-common-yellow-3);
}
.footer-widget-4 .tp-footer__input button svg {
  color: var(--tp-common-blue-2);
  transition: 0.3s;
}
.footer-widget-4 .tp-footer__input button:hover {
  box-shadow: none;
  color: var(--tp-common-black);
}
.footer-widget-4 .tp-footer__input button:hover svg {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}

.footer-col-4-1 {
  padding-right: 40px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer-col-4-1 {
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .footer-col-4-1 {
    padding-right: 0px;
  }
}

.footer-col-4-2 {
  padding-left: 70px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-col-4-2 {
    padding-left: 20px;
  }
}
@media (max-width: 767px) {
  .footer-col-4-2 {
    padding-left: 0px;
  }
}

.footer-col-4-3 {
  padding-left: 30px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .footer-col-4-3 {
    padding-left: 20px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer-col-4-3 {
    padding-left: 0px;
    margin-left: -21px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-col-4-3 {
    padding-left: 0px;
  }
}
@media (max-width: 767px) {
  .footer-col-4-3 {
    padding-left: 0px;
  }
}

.footer-subtitle-3 {
  font-weight: 600;
  font-size: 13px;
  line-height: 12px;
  color: rgba(255, 255, 255, 0.7);
  padding-bottom: 10px;
}

.tp-footer__shape-1 {
  position: absolute;
  left: 5%;
  top: 15%;
  animation: tpupdown 0.8s infinite alternate;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-footer__shape-1 {
    position: absolute;
    left: 2%;
    top: -40%;
  }
}
.tp-footer__shape-2 {
  position: absolute;
  right: 16%;
  bottom: -9%;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-footer__shape-2 {
    position: absolute;
    right: 3%;
    bottom: -9%;
  }
}

.tp-footer__widget-inner ul li a {
  position: relative;
}
.tp-footer__widget-inner ul li a::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  left: auto;
  height: 1px;
  width: 0;
  background-color: #5138EE;
  transition: 0.7s;
  display: inline-block;
  box-shadow: 0px 4px 12px rgba(1, 16, 61, 0.14);
  border-radius: 6px;
}
.tp-footer__widget-inner ul li a:hover {
  color: #5138EE !important;
}
.tp-footer__widget-inner ul li a:hover::after {
  width: 100%;
  right: auto;
  left: 0;
}

.tp-custom-accordion {
  min-height: 550px;
}

.tp-footer__input-inner .tp-footer__input input {
  box-shadow: none;
  border: 1px solid rgba(8, 8, 41, 0.1);
}
.tp-footer__input-inner .tp-footer__input button {
  background: #5138EE;
}
.tp-footer__input-inner .tp-footer__widget-title {
  color: #202124;
}
.tp-footer__input-inner .tp-footer__social-3 h4 {
  padding-bottom: 8px;
  margin-bottom: 0;
}
.tp-footer__input-inner .tp-footer__social-3 a {
  transition: 0.3s;
  box-shadow: none;
  width: inherit;
  height: inherit;
  margin-right: 20px;
  background: none;
}
.tp-footer__input-inner .tp-footer__social-3 a:hover {
  background-color: inherit;
}
.tp-footer__input-inner .tp-footer__social-3 a:hover i {
  color: #5138EE;
}
.tp-footer__input-inner .tp-footer__contact-info ul li a.first-child {
  font-family: var(--tp-ff-urban);
}
.tp-footer__input-inner .tp-footer__contact-info ul li a {
  font-family: var(--tp-ff-urban);
}

.footer-black-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  margin: 0 auto;
  height: 100%;
  text-align: center;
  background-color: var(--tp-common-black);
  z-index: -1;
}

.tp-footer__app img {
  transition: 0.3s;
  display: block;
  border-radius: 10px;
}
.tp-footer__app img:hover {
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.footer-widget-5 .tp-footer__input {
  box-shadow: none;
}
.footer-widget-5 .tp-footer__input input {
  background: #F7F9FB;
  box-shadow: none;
  border-radius: 40px;
  border: none;
}
.footer-widget-5 .tp-footer__social-3 a {
  transition: 0.3s;
  box-shadow: none;
  width: inherit;
  height: inherit;
  margin-right: 20px;
  background: none;
}
.footer-widget-5 .tp-footer__social-3 a:hover i {
  color: var(--tp-common-blue-3);
}

.tp-footer-style-2 .tp-copyright__lang-submenu li a:hover {
  color: #57B639;
}
.tp-footer-style-2 .footer-widget-2 .tp-footer__contact-info ul li a:hover {
  color: var(--tp-common-black);
}

.tp-footer-subscribe-input-box {
  position: relative;
}
.tp-footer-subscribe-input-box button {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 18px;
  color: #060931;
  width: 60px;
  height: 60px;
  border-radius: 0 30px 30px 0;
  background-color: #F8FF35;
}
.tp-footer-subscribe-input-box button svg {
  -webkit-transform: translateY(-2px) rotate(-45deg);
  -moz-transform: translateY(-2px) rotate(-45deg);
  -ms-transform: translateY(-2px) rotate(-45deg);
  -o-transform: translateY(-2px) rotate(-45deg);
  transform: translateY(-2px) rotate(-45deg);
  transition: all 0.3s ease;
}
.tp-footer-subscribe-input-box button:hover svg {
  -webkit-transform: translateY(-2px) rotate(0deg);
  -moz-transform: translateY(-2px) rotate(0deg);
  -ms-transform: translateY(-2px) rotate(0deg);
  -o-transform: translateY(-2px) rotate(0deg);
  transform: translateY(-2px) rotate(0deg);
}
.tp-footer-subscribe-input {
  position: relative;
}
.tp-footer-subscribe-input div {
  color: white;
  position: absolute;
  top: 50%;
  left: 26px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.tp-footer-subscribe-input div svg {
  -webkit-transform: translateY(-2px);
  -moz-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  -o-transform: translateY(-2px);
  transform: translateY(-2px);
}
.tp-footer-subscribe-input input {
  width: 100%;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0px 1px 1px rgba(12, 40, 133, 0.2);
  border-radius: 30px;
  height: 60px;
  padding-left: 55px;
  padding-right: 70px;
  color: var(--tp-common-white);
}
.tp-footer-subscribe-input input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.tp-footer-subscribe-input input:-moz-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.tp-footer-subscribe-input input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.tp-footer-subscribe-input input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
}

.footer-widget-5 .tp-footer__social-3 h4 {
  margin-bottom: 0;
}
.footer-widget-5 .tp-footer__input button {
  background: #FFCE5A;
  border-radius: 100px;
  line-height: 0;
  color: var(--tp-common-black);
}
.footer-widget-5 .tp-footer__input button svg {
  color: inherit;
}
.footer-widget-5 .tp-footer__input button:hover {
  color: var(--tp-common-white);
}
.footer-widget-5 .tp-footer__contact-info p {
  font-weight: 500;
}

.footer-widget-4 .menu-platform-container {
  overflow: hidden;
}

/*----------------------------------------*/
/*  45. WOOCOMMERCE CSS START
/*----------------------------------------*/
.product__widget .yith-wcan-filters .yith-wcan-filter {
  margin-bottom: 0;
  padding-bottom: 30px;
}
.product__widget .yith-wcan-filters .yith-wcan-filter .filter-title {
  font-family: var(--tp-ff-roboto);
  font-weight: 400;
  font-size: 17px;
  line-height: 12px;
  color: var(--tp-common-black-solid);
  border-bottom: 1px solid #DADCE0;
  padding: 10px 0;
  margin-bottom: 0;
  position: relative;
}
.product__widget .yith-wcan-filters .yith-wcan-filter .filter-title::after {
  position: absolute;
  content: "\f107";
  font-family: var(--tp-ff-fontawesome);
  background-image: none;
  top: 37%;
  color: var(--tp-common-black-solid);
  right: 0;
  width: auto;
  height: auto;
  font-weight: 500;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.product__widget .yith-wcan-filters .yith-wcan-filter .filter-title:hover {
  color: var(--tp-theme-1);
  cursor: pointer;
}
.product__widget .yith-wcan-filters .yith-wcan-filter .filter-title:hover::after {
  color: var(--tp-theme-1);
}
.product__widget .yith-wcan-filters .yith-wcan-filter .filter-content {
  margin-top: 25px;
}
.product__widget .yith-wcan-filters .yith-wcan-filter.checkbox-design .term-label {
  font-family: var(--tp-ff-roboto);
  font-weight: 400;
  font-size: 14px;
  color: var(--tp-text-1);
  position: relative;
  padding-left: 31px;
}
.product__widget .yith-wcan-filters .yith-wcan-filter.checkbox-design .term-label::after, .product__widget .yith-wcan-filters .yith-wcan-filter.checkbox-design .term-label::before {
  position: absolute;
  content: "";
  top: -1px;
  left: 0;
  width: 18px;
  height: 18px;
  border: 1px solid #DADCE0;
  border-top-color: rgb(218, 220, 224);
  border-right-color: rgb(218, 220, 224);
  border-bottom-color: rgb(218, 220, 224);
  border-left-color: rgb(218, 220, 224);
  -webkit-transition: all 0.1s ease-out 0s;
  -moz-transition: all 0.1s ease-out 0s;
  -ms-transition: all 0.1s ease-out 0s;
  -o-transition: all 0.1s ease-out 0s;
  transition: all 0.1s ease-out 0s;
}
.product__widget .yith-wcan-filters .yith-wcan-filter.checkbox-design .term-label::before {
  content: "\f00c";
  font-family: var(--tp-ff-fontawesome);
  color: transparent;
  z-index: 1;
  border: 0;
  width: inherit;
  height: inherit;
  top: -3px;
  left: 4px;
  font-size: 12px;
}
.product__widget .yith-wcan-filters .yith-wcan-filter.checkbox-design .filter-item > label > a {
  color: var(--tp-text-1);
}
.product__widget .yith-wcan-filters .yith-wcan-filter.checkbox-design .filter-item > label > a:hover {
  color: var(--tp-common-black);
}
.product__widget .yith-wcan-filters .yith-wcan-filter.checkbox-design .filter-item.active > label a {
  color: var(--tp-common-black);
}
.product__widget .yith-wcan-filters .yith-wcan-filter.checkbox-design .filter-item.checkbox input {
  display: none;
}
.product__widget .yith-wcan-filters .yith-wcan-filter.checkbox-design .filter-item.checkbox input:checked ~ .term-label::before {
  color: var(--tp-common-white);
}
.product__widget .yith-wcan-filters .yith-wcan-filter.checkbox-design .filter-item.checkbox input:checked ~ .term-label::after {
  background-color: var(--tp-common-black);
  border-color: var(--tp-common-black);
}
.product__widget .yith-wcan-filters .yith-wcan-filter .filter-items.filter-color {
  margin: 0;
}
.product__widget .yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.active.color:not(.no-color):not(.no-image):not(.label-right) > a::after {
  content: "\f00c";
  right: auto;
  top: 46%;
  left: 4px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  font-family: var(--tp-ff-fontawesome);
  background-image: none;
  background-color: transparent;
  font-size: 12px;
}
.product__widget .yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.color {
  display: block;
  height: inherit;
  width: inherit;
  margin: inherit;
  margin-bottom: 5px;
}
.product__widget .yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.color .term-color {
  border: 0;
  width: 22px;
  height: 22px;
}
.product__widget .yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.color .term-label {
  display: inline-block;
  font-family: var(--tp-ff-roboto);
  font-weight: 400;
  font-size: 14px;
  color: var(--tp-text-1);
  position: relative;
  margin-left: 3px;
  -webkit-transform: translateY(-2px);
  -moz-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  -o-transform: translateY(-2px);
  transform: translateY(-2px);
}

.tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart::before {
  margin-right: 0;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.tp-product-action .product-action-btn .br_compare_button_text {
  display: none;
}

.product__list-action .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart::before {
  font-size: 23px;
  margin-right: 0;
}

.product-action-btn {
  display: inline-block;
  color: #999999;
}
.product-action-btn .br_compare_button.br_compare_added i:first-child {
  display: none;
}
.product-action-btn .br_compare_button.br_compare_added i:nth-child(2) {
  display: block;
}
.product-action-btn .br_compare_button i:nth-child(2) {
  display: none;
}
.product-action-btn:hover {
  color: var(--tp-text-body);
}

.product-thumbnails .slick-list {
  margin: 0 -6px;
}
.product-thumbnails .slick-slide {
  margin: 0 6px;
}

.woocommerce-product-gallery img {
  max-width: 100%;
}

.tinv-wishlist.tinvwl-after-add-to-cart .tinvwl_add_to_wishlist_button {
  margin-top: 0;
}

.tp-product-details-bottom .tp-product-details-description h2 {
  font-size: 26px;
  color: var(--tp-common-black);
  font-weight: 600;
}

span.required {
  color: red;
}

.tp-product-details-description ol.commentlist {
  padding-left: 0;
}
.tp-product-details-description ol.commentlist li {
  margin-bottom: 15px;
}
.tp-product-details-description ol.commentlist .review .comment_container {
  overflow: hidden;
}
.tp-product-details-description ol.commentlist .review .comment_container img {
  float: left;
  overflow: hidden;
  border-radius: 50%;
}
.tp-product-details-description ol.commentlist .review .comment_container .comment-text {
  overflow: hidden;
  margin-left: 75px;
}
.tp-product-details-description ol.commentlist .review .comment_container .comment-text .meta {
  margin-bottom: 5px;
}
.tp-product-details-description label {
  display: block;
  font-size: 15px;
}
.tp-product-details-description input:not([type=submit]), .tp-product-details-description textarea {
  border-radius: 12px;
  padding: 0px 20px;
  font-size: 14px;
  width: 100%;
  height: 55px;
  border: 0;
  outline: 0;
  font-weight: 500;
  font-size: 15px;
  color: #87888A;
  box-shadow: inset 0 0 0 1px #E5E5E5;
  transition: box-shadow 0.3s cubic-bezier(0.3, 0, 0, 0.3);
  color: var(--tp-common-black);
}
.tp-product-details-description input:not([type=submit]):focus, .tp-product-details-description textarea:focus {
  box-shadow: 0px 1px 2px 1px rgba(32, 33, 36, 0.06), inset 0 0 0 2px #600EE4;
}
.tp-product-details-description textarea {
  padding-top: 20px;
  height: 180px;
  line-height: 1.2;
  padding-bottom: 20px;
  resize: none;
}
.tp-product-details-description input[type=submit] {
  background-color: var(--tp-common-blue-4);
  text-align: center;
  height: 55px;
  padding: 0px 40px;
  display: inline-block;
  line-height: 55px;
  color: var(--tp-common-white);
  font-weight: 600;
  font-size: 16px;
  border: none;
  border-radius: 12px;
}
.tp-product-details-description input[type=submit]:hover {
  background-color: #5104CE;
  color: var(--tp-common-white);
}
.tp-product-details-description .woocommerce-Reviews-title {
  font-family: var(--tp-ff-roboto);
  font-weight: 600;
  font-size: 24px;
  letter-spacing: -0.02em;
  margin-bottom: 25px;
}
.tp-product-details-description .woocommerce-review__author {
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: var(--tp-common-black);
  position: relative;
  text-transform: capitalize;
}
.tp-product-details-description .woocommerce-review__published-date {
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  color: #888888;
}
.tp-product-details-description .comment-form-rating label {
  font-weight: 500;
  font-size: 15px;
  line-height: 14px;
  letter-spacing: -0.02em;
  color: var(--tp-text-1);
}
.tp-product-details-description .comment-form-rating .stars > span {
  color: var(--tp-theme-1);
}
.tp-product-details-description .comment-form-rating .nice-select {
  display: none;
}
.tp-product-details-description .comment-form-rating select {
  display: none;
}
.tp-product-details-description .comment-form-rating span {
  margin-right: 5px;
}
.tp-product-details-description .comment-reply-title {
  font-family: var(--tp-ff-roboto);
  font-weight: 600;
  font-size: 19px;
  letter-spacing: -0.02em;
  margin-bottom: 4px;
  color: var(--tp-common-black);
}
.tp-product-details-description .comment-form-comment label {
  font-family: var(--tp-ff-roboto);
  font-weight: 500;
  font-size: 15px;
  line-height: 14px;
  letter-spacing: -0.02em;
  color: var(--tp-text-1);
  display: inline-block;
  margin-bottom: 20px;
}
.tp-product-details-description .comment-form-author, .tp-product-details-description .comment-form-email {
  width: 48%;
  display: inline-block;
  margin-right: 30px;
}
@media (max-width: 1200px) {
  .tp-product-details-description .comment-form-author, .tp-product-details-description .comment-form-email {
    width: 100%;
  }
}
.tp-product-details-description .comment-form-email {
  margin-right: 0;
  width: 49%;
}
@media (max-width: 1200px) {
  .tp-product-details-description .comment-form-email {
    width: 100%;
  }
}

.tp-product-details-description table tbody > tr:nth-child(odd) > td,
.tp-product-details-description table tbody > tr:nth-child(odd) > th {
  background-color: inherit;
}
.tp-product-details-description table {
  border: 1px solid #E0E2E3;
  width: 100%;
}
.tp-product-details-description table th, .tp-product-details-description table td {
  padding: 0;
  line-height: 1.5;
  vertical-align: middle;
  border: 1px solid #ECEDED;
  text-align: left;
  background-color: transparent;
}
.tp-product-details-description table th p, .tp-product-details-description table td p {
  margin-bottom: 0;
}
.tp-product-details-description table tr:not(:last-child) {
  border-bottom: 1px solid #ECEDED;
}
.tp-product-details-description table tr th {
  font-size: 14px;
  color: var(--tp-common-black);
  background-color: #F9F9F9 !important;
  width: 306px;
  padding: 12px 34px;
  font-weight: 500;
}
.tp-product-details-description table tr td {
  padding: 12px 34px;
}
.tp-product-details-description table tr td:first-child {
  font-size: 14px;
  color: var(--tp-common-black);
  background-color: #F9F9F9;
  width: 306px;
}
.tp-product-details-description table tr td:last-child {
  font-size: 14px;
  color: var(--tp-text-body);
}
.tp-product-details-description table tr td p {
  margin-bottom: 0;
  font-size: 14px;
}

.product-additional-info-title {
  margin-bottom: 15px;
}

.woocommerce-message {
  background: #F8F8F8;
  padding: 9px 20px;
  margin-bottom: 20px;
  border-top: 3px solid var(--tp-theme-1);
  color: var(--tp-text-body);
}
.woocommerce-message a.wp-element-button {
  float: right;
  color: var(--tp-common-black);
}
.woocommerce-message a.wp-element-button:hover {
  color: var(--tp-theme-1);
}
.woocommerce-message .wc-forward {
  float: right;
}
.woocommerce-message .wc-forward:hover {
  color: var(--bs-link-hover-color);
}

.product-type-variable .tp-product-details-wrapper .product-percentage-badges {
  transform: translateY(0px);
}

.tp-product-details-wrapper .variations_form table,
.tp-product-details-action-wrapper .variations_form table {
  position: relative;
  margin-bottom: 30px;
}
.tp-product-details-wrapper .variations_form table td,
.tp-product-details-action-wrapper .variations_form table td {
  padding: 12px 12px;
}
.tp-product-details-wrapper .variations_form table tr .nice-select,
.tp-product-details-action-wrapper .variations_form table tr .nice-select {
  width: 100%;
  background-color: #F9F9F9;
  border: 1px solid rgba(1, 15, 28, 0.1);
  border-radius: 0;
  font-size: 14px;
  color: var(--tp-common-black);
  height: 40px;
  line-height: 38px;
  padding: 0 25px;
  min-width: 204px;
  float: none;
}
.tp-product-details-wrapper .variations_form table tr .nice-select::after,
.tp-product-details-action-wrapper .variations_form table tr .nice-select::after {
  position: absolute;
  content: "\f107";
  top: 50%;
  right: 15px;
  font-family: var(--tp-ff-fontawesome);
  color: var(--tp-common-black);
  font-weight: 500;
  pointer-events: none;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  margin-top: 0;
  transform-origin: center;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: auto;
  height: auto;
}
.tp-product-details-wrapper .variations_form table tr .nice-select.open::after,
.tp-product-details-action-wrapper .variations_form table tr .nice-select.open::after {
  -webkit-transform: translateY(-50%) rotate(-180deg);
  -moz-transform: translateY(-50%) rotate(-180deg);
  -ms-transform: translateY(-50%) rotate(-180deg);
  -o-transform: translateY(-50%) rotate(-180deg);
  transform: translateY(-50%) rotate(-180deg);
}
.tp-product-details-wrapper .variations_form table tr .nice-select.open .list,
.tp-product-details-action-wrapper .variations_form table tr .nice-select.open .list {
  -webkit-transform: scale(1) translateY(0px);
  -moz-transform: scale(1) translateY(0px);
  -ms-transform: scale(1) translateY(0px);
  -o-transform: scale(1) translateY(0px);
  transform: scale(1) translateY(0px);
}
.tp-product-details-wrapper .variations_form table tr .nice-select .list,
.tp-product-details-action-wrapper .variations_form table tr .nice-select .list {
  margin-top: 0;
  border-radius: 0;
  transform-origin: center center;
  -webkit-transform: scale(0.9) translateY(0px);
  -moz-transform: scale(0.9) translateY(0px);
  -ms-transform: scale(0.9) translateY(0px);
  -o-transform: scale(0.9) translateY(0px);
  transform: scale(0.9) translateY(0px);
  width: 100%;
  padding: 10px 0;
}
.tp-product-details-wrapper .variations_form table tr .nice-select .list .option,
.tp-product-details-action-wrapper .variations_form table tr .nice-select .list .option {
  line-height: 1.2;
  min-height: inherit;
  padding-top: 5px;
  padding-bottom: 5px;
}
.tp-product-details-wrapper .variations_form table tr .nice-select .list .option:hover,
.tp-product-details-action-wrapper .variations_form table tr .nice-select .list .option:hover {
  color: var(--tp-theme-1);
}
.tp-product-details-wrapper .variations_form .disabled,
.tp-product-details-action-wrapper .variations_form .disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.tp-product-details-wrapper .variations_form .quantity,
.tp-product-details-action-wrapper .variations_form .quantity {
  position: relative;
  width: 120px;
}
.tp-product-details-wrapper .variations_form .reset_variations,
.tp-product-details-action-wrapper .variations_form .reset_variations {
  color: red;
  position: absolute;
  bottom: -10px;
}
.tp-product-details-wrapper .reset_variations,
.tp-product-details-action-wrapper .reset_variations {
  display: none;
}
.tp-product-details-wrapper .single_variation_wrap .single_variation,
.tp-product-details-action-wrapper .single_variation_wrap .single_variation {
  margin-bottom: 30px;
}
.tp-product-details-wrapper .single_variation_wrap .single_variation .amount,
.tp-product-details-action-wrapper .single_variation_wrap .single_variation .amount {
  font-weight: 600;
  font-size: 24px;
  color: var(--tp-common-black);
  margin-left: 1px;
}
.tp-product-details-wrapper .single_variation_wrap .single_variation .woocommerce-variation-price span,
.tp-product-details-action-wrapper .single_variation_wrap .single_variation .woocommerce-variation-price span {
  font-weight: 500;
  font-size: 24px;
  letter-spacing: -0.02em;
  color: var(--tp-common-black);
}
.tp-product-details-wrapper .single_variation_wrap .single_variation .woocommerce-variation-price del,
.tp-product-details-action-wrapper .single_variation_wrap .single_variation .woocommerce-variation-price del {
  text-decoration: none;
}
.tp-product-details-wrapper .single_variation_wrap .single_variation .woocommerce-variation-price del span,
.tp-product-details-action-wrapper .single_variation_wrap .single_variation .woocommerce-variation-price del span {
  font-weight: 400;
  font-size: 16px;
  text-decoration-line: line-through;
  color: #767A7D;
}
.tp-product-details-wrapper .single_variation_wrap .single_variation .woocommerce-variation-price ins,
.tp-product-details-action-wrapper .single_variation_wrap .single_variation .woocommerce-variation-price ins {
  text-decoration: none;
}
.tp-product-details-wrapper .single_variation_wrap .single_variation .woocommerce-variation-price ins span,
.tp-product-details-action-wrapper .single_variation_wrap .single_variation .woocommerce-variation-price ins span {
  color: var(--tp-common-black);
}

.woosw-popup {
  transition: all 0.3s;
}
.woosw-popup .added_to_cart {
  font-size: 0 !important;
}

.woosc-area .woosc-inner .woosc-bar .woosc-bar-btn {
  background-color: var(--tp-theme-1) !important;
}
.woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items table thead th .woosc-remove,
.woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items table thead th .woosc-table-settings {
  -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;
}
.woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items table thead th .woosc-remove:hover,
.woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items table thead th .woosc-table-settings:hover {
  color: var(--tp-theme-1);
}
.woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items table tbody tr td .woocommerce a.button.add_to_cart_button, .woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items table tbody tr td .added_to_cart.wc-forward {
  font-size: 14px;
  color: var(--tp-common-white);
  background-color: var(--tp-theme-1);
  width: 100%;
  padding: 5px 15px;
  display: inline-block;
  text-align: center;
  font-weight: 500;
}
.woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items table tbody tr td .woocommerce a.button.add_to_cart_button svg, .woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items table tbody tr td .added_to_cart.wc-forward svg {
  -webkit-transform: translateY(-2px);
  -moz-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  -o-transform: translateY(-2px);
  transform: translateY(-2px);
}
.woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items table tbody tr td .woocommerce a.button.add_to_cart_button svg, .woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items table tbody tr td .woocommerce a.button.add_to_cart_button i, .woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items table tbody tr td .added_to_cart.wc-forward svg, .woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items table tbody tr td .added_to_cart.wc-forward i {
  margin-right: 4px;
}
.woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items table tbody tr td .woocommerce a.button.add_to_cart_button:hover, .woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items table tbody tr td .added_to_cart.wc-forward:hover {
  background-color: var(--tp-common-black);
  color: var(--tp-common-white);
}
.woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items table tbody tr td .woocommerce a.button.add_to_cart_button.loading::before, .woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items table tbody tr td .added_to_cart.wc-forward.loading::before {
  color: var(--tp-common-white) !important;
}
.woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items table tbody tr td .woocommerce a.button.add_to_cart_button.added, .woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items table tbody tr td .added_to_cart.wc-forward.added {
  display: none;
}
.woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items table tbody tr td .added_to_cart.wc-forward::before {
  font-size: 15px;
  font-weight: 400;
  margin-right: 4px;
}
.woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items table tbody tr td p {
  margin-bottom: 0;
}
.woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items table tbody tr td span {
  font-family: var(--tp-ff-inter);
  font-weight: 500;
  font-size: 15px;
  color: var(--tp-text-1);
}
.woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items table tbody tr td .star-rating span {
  font-size: 0;
}
.woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items table tbody tr td .star-rating span::before {
  font-size: 11px;
}
.woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items table tbody tr td del {
  font-family: var(--tp-ff-inter);
  font-weight: 500;
  font-size: 15px;
  color: #c2c2d3;
}
.woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items table tbody tr td del .woocommerce-Price-amount, .woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items table tbody tr td del span {
  font-size: 13px;
  color: #c2c2d3;
}
.woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items table tbody tr td ins {
  text-decoration: none;
  font-family: var(--tp-ff-inter);
  font-weight: 500;
}
.woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items table tbody tr td ins .woocommerce-Price-amount {
  font-size: 16px;
  color: var(--tp-common-black);
}
.woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items table tbody tr td ins span {
  color: var(--tp-common-black);
}
.woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items table tbody tr td:first-child {
  padding-left: 30px;
}

.woosc-quick-table {
  margin-bottom: 60px;
}
.woosc-quick-table h2 {
  margin-bottom: 25px;
}
.woosc-quick-table table thead th {
  padding: 15px;
}
.woosc-quick-table table tbody tr td {
  z-index: 1;
}
.woosc-quick-table table tbody tr td .add_to_cart_button, .woosc-quick-table table tbody tr td .product_type_grouped, .woosc-quick-table table tbody tr td .product-action-btn {
  font-size: 14px;
  color: var(--tp-common-white);
  background-color: var(--tp-theme-1);
  width: 100%;
  padding: 5px 15px;
  display: inline-block;
  text-align: center;
  font-weight: 500;
}
.woosc-quick-table table tbody tr td .add_to_cart_button svg, .woosc-quick-table table tbody tr td .product_type_grouped svg, .woosc-quick-table table tbody tr td .product-action-btn svg {
  -webkit-transform: translateY(-2px);
  -moz-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  -o-transform: translateY(-2px);
  transform: translateY(-2px);
}
.woosc-quick-table table tbody tr td .add_to_cart_button svg, .woosc-quick-table table tbody tr td .add_to_cart_button i, .woosc-quick-table table tbody tr td .product_type_grouped svg, .woosc-quick-table table tbody tr td .product_type_grouped i, .woosc-quick-table table tbody tr td .product-action-btn svg, .woosc-quick-table table tbody tr td .product-action-btn i {
  margin-right: 4px;
}
.woosc-quick-table table tbody tr td .add_to_cart_button:hover, .woosc-quick-table table tbody tr td .product_type_grouped:hover, .woosc-quick-table table tbody tr td .product-action-btn:hover {
  background-color: var(--tp-common-black);
  color: var(--tp-common-white);
}
.woosc-quick-table table tbody tr td p {
  margin-bottom: 0;
}
.woosc-quick-table table tbody tr td span {
  font-weight: 500;
  font-size: 11px;
  display: inline-block;
}
.woosc-quick-table table tbody tr td del {
  font-family: var(--tp-ff-inter);
  font-weight: 500;
  font-size: 15px;
  color: #c2c2d3;
}
.woosc-quick-table table tbody tr td del .woocommerce-Price-amount, .woosc-quick-table table tbody tr td del span {
  font-size: 13px;
  color: #c2c2d3;
}
.woosc-quick-table table tbody tr td ins {
  text-decoration: none;
  font-family: var(--tp-ff-inter);
  font-weight: 500;
}
.woosc-quick-table table tbody tr td ins .woocommerce-Price-amount {
  font-size: 16px;
  color: var(--tp-common-black);
}
.woosc-quick-table table tbody tr td ins span {
  color: var(--tp-common-black);
}
.woosc-quick-table table tbody tr td:first-child {
  padding-left: 30px;
}
.woosc-quick-table table tbody tr:not(:first-child) td {
  padding: 15px 10px;
}
.woosc-quick-table table tbody tr:nth-child(2n) {
  background-color: var(--tp-grey-16);
}

.tp-product-details-wrapper .grouped_form .tp-product-details-quantity {
  margin-bottom: 0;
}
.tp-product-details-wrapper .grouped_form tbody tr td {
  border: 1px solid #eaedff;
}
.tp-product-details-wrapper .grouped_form tbody tr td:first-child {
  padding: 0px 15px;
}
.tp-product-details-wrapper .grouped_form tbody tr td:not(:first-child) {
  padding: 15px 15px;
}
.tp-product-details-wrapper .grouped_form tbody tr td span {
  font-family: var(--tp-ff-inter);
  font-weight: 500;
  font-size: 15px;
  color: var(--tp-text-1);
}
.tp-product-details-wrapper .grouped_form tbody tr td del {
  font-family: var(--tp-ff-inter);
  font-weight: 500;
  font-size: 15px;
  color: #c2c2d3;
}
.tp-product-details-wrapper .grouped_form tbody tr td del .woocommerce-Price-amount, .tp-product-details-wrapper .grouped_form tbody tr td del span {
  font-size: 13px;
  color: #c2c2d3;
}
.tp-product-details-wrapper .grouped_form tbody tr td ins {
  text-decoration: none;
  font-family: var(--tp-ff-inter);
  font-weight: 500;
}
.tp-product-details-wrapper .grouped_form tbody tr td ins .woocommerce-Price-amount {
  font-size: 16px;
  color: var(--tp-common-black);
}
.tp-product-details-wrapper .grouped_form tbody tr td ins span {
  color: var(--tp-common-black);
}
.tp-product-details-wrapper .grouped_form .woocommerce-grouped-product-list {
  margin-bottom: 35px;
}
.tp-product-details-wrapper .grouped_form .woocommerce-grouped-product-list-item__label a {
  color: var(--tp-common-black);
}
.tp-product-details-wrapper .grouped_form .woocommerce-grouped-product-list-item__label a:hover {
  color: var(--tp-theme-1);
}
.tp-product-details-wrapper .grouped_form .single_add_to_cart_button {
  padding: 12px 30px;
}
.tp-product-details-wrapper .grouped_form .single_add_to_cart_button:hover {
  background-color: var(--tp-common-black);
  color: var(--tp-common-white);
}

.tp-product-action .product-action-btn > a {
  width: 100%;
  height: 100%;
}
.tp-product-action .woosc-btn {
  font-size: 0;
  width: 100%;
  height: 100%;
}
.tp-product-action .woosc-btn::before {
  font-size: 16px;
  content: "\f0ec";
  font-family: var(--tp-ff-fontawesome);
  margin: 0;
  font-weight: 400;
  display: inline-block;
}
.tp-product-action .woosc-btn.woosc-btn-added::before {
  content: "\f00c";
  font-family: var(--tp-ff-fontawesome);
}
.tp-product-action .product-add-wishlist-btn button {
  font-size: 0;
  width: 100%;
  height: 100%;
}
.tp-product-action .product-add-wishlist-btn button::before {
  font-size: 16px;
  content: "\f004";
  font-family: var(--tp-ff-fontawesome);
  margin: 0;
  font-weight: 400;
  display: inline-block;
  -webkit-transform: translate(0px, -1px);
  -moz-transform: translate(0px, -1px);
  -ms-transform: translate(0px, -1px);
  -o-transform: translate(0px, -1px);
  transform: translate(0px, -1px);
}
.tp-product-action .product-add-wishlist-btn button.woosw-btn-added::before {
  font-weight: 700;
}

.woosw-item--time {
  display: none !important;
}

.woosw-item--price span {
  font-family: var(--tp-ff-inter);
  font-weight: 500;
  font-size: 15px;
  color: var(--tp-text-1);
}
.woosw-item--price del {
  font-family: var(--tp-ff-inter);
  font-weight: 500;
  font-size: 15px;
  color: #c2c2d3;
}
.woosw-item--price del .woocommerce-Price-amount, .woosw-item--price del span {
  font-size: 13px;
  color: #c2c2d3;
}
.woosw-item--price ins {
  text-decoration: none;
  font-family: var(--tp-ff-inter);
  font-weight: 500;
}
.woosw-item--price ins .woocommerce-Price-amount {
  font-size: 16px;
  color: var(--tp-common-black);
}
.woosw-item--price ins span {
  color: var(--tp-common-black);
}

.woosw-item--add .add_to_cart_button, .woosw-item--add .added_to_cart, .woosw-item--add .product-action {
  font-weight: 600;
  color: var(--tp-common-black);
  background-color: #fff;
  display: inline-block;
  text-align: center;
  font-size: 0;
  border: 1px solid #eaedff;
  width: 50px;
  height: 50px;
  line-height: 55px;
}
.woosw-item--add .add_to_cart_button.added_to_cart, .woosw-item--add .added_to_cart.added_to_cart, .woosw-item--add .product-action.added_to_cart {
  line-height: 50px;
}
.woosw-item--add .add_to_cart_button:hover, .woosw-item--add .added_to_cart:hover, .woosw-item--add .product-action:hover {
  background-color: var(--tp-theme-1);
  color: var(--tp-common-white);
}
.woosw-item--add .add_to_cart_button svg, .woosw-item--add .add_to_cart_button i, .woosw-item--add .added_to_cart svg, .woosw-item--add .added_to_cart i, .woosw-item--add .product-action svg, .woosw-item--add .product-action i {
  font-size: 14px;
  margin-right: 0;
}
.woosw-item--add .add_to_cart_button svg, .woosw-item--add .added_to_cart svg, .woosw-item--add .product-action svg {
  -webkit-transform: translate(0px, -3px);
  -moz-transform: translate(0px, -3px);
  -ms-transform: translate(0px, -3px);
  -o-transform: translate(0px, -3px);
  transform: translate(0px, -3px);
}
.woosw-item--add .add_to_cart_button .product-action-tooltip, .woosw-item--add .added_to_cart .product-action-tooltip, .woosw-item--add .product-action .product-action-tooltip {
  display: none;
}
.woosw-item--add .woocommerce a.added_to_cart {
  font-size: 14px;
}
.woosw-item--add .woocommerce a.added_to_cart::before {
  color: var(--tp-common-black);
  -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;
}
.woosw-item--add .woocommerce a.added_to_cart:hover {
  background-color: var(--tp-common-black);
  color: var(--tp-common-white);
  border-color: var(--tp-common-black);
}
.woosw-item--add .woocommerce a.added_to_cart:hover::before {
  color: var(--tp-common-white);
}
.woosw-item--add .woocommerce a.button.loading::before {
  color: black;
}
.woosw-item--add .woocommerce a.button.loading:hover {
  background-color: var(--tp-common-black);
  color: var(--tp-common-white);
  border-color: var(--tp-common-black);
}
.woosw-item--add .woocommerce a.button.loading:hover::before {
  color: var(--tp-common-black);
}

.woosw-item--name a {
  color: var(--tp-common-black);
}
.woosw-item--name a:hover {
  color: var(--tp-theme-1);
}

.woosw-popup-content-bot .woosw-popup-content-bot-inner a {
  color: var(--tp-common-black);
}
.woosw-popup-content-bot .woosw-popup-content-bot-inner a:hover {
  color: var(--tp-theme-1) !important;
  border-color: var(--tp-theme-1) !important;
}

.woosw-popup.woosw-popup-right .woosw-popup-inner .woosw-popup-content .woosw-popup-content-top {
  background-color: var(--tp-common-white);
  border-bottom: 1px solid #eaedff;
}

.woosw-popup .woosw-popup-inner .woosw-popup-content .woosw-popup-content-top .woosw-popup-close:hover {
  color: var(--tp-theme-1);
}

.product_meta {
  padding-top: 34px;
  border-top: 1px solid #DADCE0;
  margin-top: 32px;
}

/* cart page css */
div.woocommerce .woocommerce-cart-form table {
  width: 100%;
  border: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  div.woocommerce .woocommerce-cart-form table {
    width: 840px;
  }
}
div.woocommerce .woocommerce-cart-form table thead {
  border-bottom: 1px solid var(--tp-border-1);
  font-weight: 600;
}
div.woocommerce .woocommerce-cart-form table thead th {
  border: 0;
  text-align: left;
  font-family: var(--tp-ff-inter);
  font-weight: 600;
  font-size: 14px;
  color: var(--tp-common-black);
}
div.woocommerce .woocommerce-cart-form table thead th.product-name {
  padding-left: 30px;
}
div.woocommerce .woocommerce-cart-form table tbody tr:not(:last-child) {
  border-bottom: 1px solid var(--tp-border-1);
}
div.woocommerce .woocommerce-cart-form table tbody tr td {
  border: 0;
  text-align: left;
}
div.woocommerce .woocommerce-cart-form table tbody tr td.product-thumbnail {
  width: 80px;
  padding: 12px;
}
div.woocommerce .woocommerce-cart-form table tbody tr td.product-thumbnail img {
  width: 100%;
}
div.woocommerce .woocommerce-cart-form table tbody tr td.product-name {
  padding: 12px 12px 12px 20px;
}
div.woocommerce .woocommerce-cart-form table tbody tr td.product-name a {
  text-align: left;
  font-weight: 400;
  font-size: 16px;
  color: var(--tp-common-black);
}
div.woocommerce .woocommerce-cart-form table tbody tr td.product-name a:hover {
  color: var(--tp-theme-1);
}
div.woocommerce .woocommerce-cart-form table tbody tr td.product-price span {
  font-weight: 400;
  font-size: 16px;
  color: var(--tp-common-black);
}
div.woocommerce .woocommerce-cart-form table tbody tr td.product-subtotal span {
  font-weight: 400;
  font-size: 16px;
  color: var(--tp-common-black);
}
div.woocommerce .woocommerce-cart-form table tbody tr td.product-quantity .tp-product-details-quantity {
  margin-bottom: 0;
}
div.woocommerce .woocommerce-cart-form table tbody tr td.product-quantity .tp-product-quantity {
  width: 100px;
}
div.woocommerce .woocommerce-cart-form table tbody tr td.product-quantity .tp-product-quantity .tp-cart-plus, div.woocommerce .woocommerce-cart-form table tbody tr td.product-quantity .tp-product-quantity .tp-cart-minus {
  height: 34px;
  line-height: 34px;
  width: 40px;
  left: 5px;
}
div.woocommerce .woocommerce-cart-form table tbody tr td.product-quantity .tp-product-quantity .tp-cart-plus::after, div.woocommerce .woocommerce-cart-form table tbody tr td.product-quantity .tp-product-quantity .tp-cart-minus::after {
  display: none;
}
div.woocommerce .woocommerce-cart-form table tbody tr td.product-quantity .tp-product-quantity .tp-cart-plus svg, div.woocommerce .woocommerce-cart-form table tbody tr td.product-quantity .tp-product-quantity .tp-cart-minus svg {
  width: 10px;
}
div.woocommerce .woocommerce-cart-form table tbody tr td.product-quantity .tp-product-quantity .tp-cart-plus i, div.woocommerce .woocommerce-cart-form table tbody tr td.product-quantity .tp-product-quantity .tp-cart-minus i {
  font-size: 12px;
  -webkit-transform: translateY(-2px);
  -moz-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  -o-transform: translateY(-2px);
  transform: translateY(-2px);
}
div.woocommerce .woocommerce-cart-form table tbody tr td.product-quantity .tp-product-quantity .tp-cart-plus {
  right: -5px;
  left: auto;
}
div.woocommerce .woocommerce-cart-form table tbody tr td.product-quantity .tp-product-quantity .tp-cart-input[type=text] {
  padding: 0 25px;
  height: 34px;
}
div.woocommerce .woocommerce-cart-form table tbody tr td.product-remove a {
  color: #818487;
  font-size: 25px;
}
div.woocommerce .woocommerce-cart-form table tbody tr td.product-remove a:hover {
  color: var(--tp-theme-1);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  div.woocommerce .woocommerce-cart-form .shop_table_wrapper {
    overflow-x: auto;
  }
}
div.woocommerce .woocommerce-cart-form .actions {
  padding-left: 0;
  padding-top: 35px;
}
div.woocommerce .woocommerce-cart-form .actions .coupon {
  float: left;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  div.woocommerce .woocommerce-cart-form .actions .coupon {
    float: none;
  }
}
div.woocommerce .woocommerce-cart-form .actions .coupon label {
  display: block;
  font-size: 14px;
  color: var(--tp-common-black);
  font-weight: 500;
  margin-bottom: 7px;
}
div.woocommerce .woocommerce-cart-form .actions .coupon #coupon_code {
  padding: 0px 20px;
  font-size: 14px;
  width: 55%;
  height: 45px;
  line-height: 45px;
  border: 0;
  outline: 0;
  font-weight: 500;
  font-size: 14px;
  color: #87888A;
  box-shadow: inset 0 0 0 1px #E5E5E5;
  transition: box-shadow 0.3s cubic-bezier(0.3, 0, 0, 0.3);
  color: var(--tp-common-black);
  border-radius: 8px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  div.woocommerce .woocommerce-cart-form .actions .coupon #coupon_code {
    width: 68%;
  }
}
@media (max-width: 767px) {
  div.woocommerce .woocommerce-cart-form .actions .coupon #coupon_code {
    width: 100%;
  }
}
div.woocommerce .woocommerce-cart-form .actions .coupon #coupon_code:focus {
  border-color: var(--tp-theme-1);
}
div.woocommerce .woocommerce-cart-form .actions button {
  transform: translateY(-1px);
  margin-top: 10px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  div.woocommerce .woocommerce-cart-form .actions button {
    margin-top: 10px;
  }
}
div.woocommerce .woocommerce-cart-form .actions button[name=update_cart]:disabled {
  color: #C2C2D3;
  background-color: #F3F3F6;
  cursor: not-allowed;
  transform: translateY(0);
}
div.woocommerce .woocommerce-cart-form .actions button:hover {
  background-color: var(--tp-common-black);
  color: var(--tp-common-white);
}
div.woocommerce .woocommerce-cart-form .actions > button {
  float: right;
  margin-top: 30px;
}
div.woocommerce .select2-container .select2-selection--single {
  height: 46px;
  line-height: 44px;
  border: 1px solid #eaedff;
  background-color: #EFF0F2;
  border-radius: 0;
}
div.woocommerce .select2-container .select2-selection--single:focus {
  background-color: var(--tp-common-white);
}
div.woocommerce .select2-container .select2-selection--single:focus .select2-selection--single {
  background-color: var(--tp-common-white);
  border-color: var(--tp-theme-1);
}
div.woocommerce .select2-container .select2-selection__rendered {
  line-height: 44px;
  padding-left: 29px;
  padding-right: 29px;
}
div.woocommerce .select2-container .select2-selection__arrow {
  height: 46px;
  right: 25px;
}
div.woocommerce .cart_totals {
  background-color: var(--tp-common-white);
  box-shadow: 0px 30px 70px rgba(1, 15, 28, 0.1);
  padding: 20px 24px 24px;
}
div.woocommerce .cart_totals > h2 {
  font-weight: 600;
  font-size: 26px;
  margin-bottom: 25px;
}
div.woocommerce .cart_totals table {
  width: 100%;
  border: 0;
}
div.woocommerce .cart_totals table tbody tr:not(:last-child) {
  border-bottom: 1px solid #E0E2E3;
}
div.woocommerce .cart_totals table tbody tr th {
  border: 0;
  text-align: left;
  font-weight: 500;
  font-size: 15px;
  color: var(--tp-common-black);
  padding-left: 0;
}
div.woocommerce .cart_totals table tbody tr td {
  border: 0;
  text-align: right;
  font-size: 15px;
  font-weight: 500;
  color: #8a90a2;
}
div.woocommerce .cart_totals table tbody tr td:last-child {
  padding-right: 0;
}
div.woocommerce .cart_totals table tbody tr td[data-title=Shipping] {
  text-align: left;
  line-height: 1.3;
  padding-left: 15px;
}
div.woocommerce .cart_totals table tbody tr td[data-title=Total] {
  font-size: 16px;
  font-weight: 400;
}
div.woocommerce .cart_totals table tbody tr td .woocommerce-shipping-calculator .shipping-calculator-button {
  margin-top: 7px;
  display: inline-block;
  color: var(--tp-theme-1);
}
div.woocommerce .cart_totals table tbody tr td .woocommerce-shipping-calculator .shipping-calculator-button:hover {
  color: var(--tp-theme-1);
}
div.woocommerce .cart_totals table tbody tr td .woocommerce-shipping-calculator .shipping-calculator-form {
  margin-top: 14px;
}
div.woocommerce .cart_totals table tbody tr td .woocommerce-shipping-calculator input {
  border-width: 1px;
  height: 46px;
  border: 1px solid #e7e7e7;
  padding: 0 10px;
  width: 100%;
  font-size: 16px;
  background-color: transparent;
}
div.woocommerce .cart_totals table tbody tr td .woocommerce-shipping-calculator input:focus {
  border-color: var(--tp-theme-1);
  background-color: var(--tp-common-white);
}
div.woocommerce .cart_totals table tbody tr td .woocommerce-shipping-calculator .select2.select2-container {
  width: 215px !important;
}
div.woocommerce .cart_totals table tbody tr td .woocommerce-shipping-calculator .nice-select {
  min-width: 100%;
  font-family: var(--tp-ff-space);
  color: var(--tp-common-black);
  font-size: 14px;
  border: 0;
  padding-left: 10px;
  padding-right: 50px;
  font-weight: 500;
  border-radius: 0;
  border: 1px solid #e7e7e7;
  float: none;
  height: 46px;
  line-height: 44px;
  background-color: var(--tp-grey-15);
  color: var(--tp-common-black);
  width: 100%;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  div.woocommerce .cart_totals table tbody tr td .woocommerce-shipping-calculator .nice-select {
    width: 100%;
    border-radius: 40px;
    border: 1px solid var(--tp-border-2);
    height: 50px;
    line-height: 50px;
  }
}
div.woocommerce .cart_totals table tbody tr td .woocommerce-shipping-calculator .nice-select::after {
  right: 25px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  div.woocommerce .cart_totals table tbody tr td .woocommerce-shipping-calculator .nice-select::after {
    right: 25px;
  }
}
div.woocommerce .cart_totals table tbody tr td .woocommerce-shipping-calculator .nice-select .list {
  margin-top: 0;
  border-radius: 0;
  width: 100%;
  padding-bottom: 10px;
  padding-top: 9px;
}
@media (max-width: 767px) {
  div.woocommerce .cart_totals table tbody tr td .woocommerce-shipping-calculator .nice-select .list {
    margin-top: 0;
  }
}
div.woocommerce .cart_totals table tbody tr td .woocommerce-shipping-calculator .nice-select .list .option {
  line-height: 29px;
  min-height: 29px;
  padding-left: 18px;
  padding-right: 18px;
}
div.woocommerce .cart_totals table tbody tr td .woocommerce-shipping-calculator .nice-select .list .option:hover {
  color: var(--tp-theme-1);
}
div.woocommerce .cart_totals table tbody tr td .woocommerce-shipping-calculator .nice-select .list .option.selected {
  color: var(--tp-theme-1);
}
div.woocommerce .cart_totals table tbody tr td .woocommerce-shipping-calculator .nice-select:focus {
  border-color: var(--tp-theme-1);
  background-color: var(--tp-common-white);
}
div.woocommerce .cart_totals table tbody tr.order-total td {
  color: var(--tp-common-black);
}
div.woocommerce .woocommerce-billing-fields__field-wrapper .select2-selection--single, div.woocommerce .woocommerce-shipping-fields__field-wrapper .select2-selection--single {
  height: 46px;
  line-height: 44px;
  border: 1px solid #eaedff;
  background-color: #fff;
  border-radius: 0;
}
div.woocommerce .woocommerce-billing-fields__field-wrapper .select2-selection--single:focus, div.woocommerce .woocommerce-shipping-fields__field-wrapper .select2-selection--single:focus {
  background-color: var(--tp-common-white);
}
div.woocommerce .woocommerce-billing-fields__field-wrapper .select2-selection--single:focus .select2-selection--single, div.woocommerce .woocommerce-shipping-fields__field-wrapper .select2-selection--single:focus .select2-selection--single {
  background-color: var(--tp-common-white);
  border-color: var(--tp-theme-1);
}
div.woocommerce .woocommerce-billing-fields__field-wrapper .select2-selection__rendered, div.woocommerce .woocommerce-shipping-fields__field-wrapper .select2-selection__rendered {
  line-height: 44px;
  padding-left: 29px;
  padding-right: 29px;
}
div.woocommerce .woocommerce-billing-fields__field-wrapper .select2-selection__arrow, div.woocommerce .woocommerce-shipping-fields__field-wrapper .select2-selection__arrow {
  height: 46px;
  right: 25px;
}
div.woocommerce .woocommerce-shipping-totals .woocommerce-shipping-methods {
  padding-left: 0;
}
div.woocommerce .woocommerce-shipping-totals .woocommerce-shipping-methods li {
  list-style: none;
}
div.woocommerce .woocommerce-shipping-totals .woocommerce-shipping-methods li label {
  margin-left: 5px;
}
div.woocommerce .woocommerce-shipping-totals .woocommerce-shipping-methods li label:hover {
  cursor: pointer;
}

/* checkout css start */
.woocommerce-checkout .tp-page-area {
  background-color: var(--tp-grey-4);
}
.woocommerce-checkout .woocommerce-form-coupon-toggle {
  position: relative;
}
.woocommerce-checkout .woocommerce-form-coupon-toggle::before {
  color: var(--tp-theme-1);
  position: absolute;
  left: 26px;
  top: 50%;
  transform: translateY(-50%);
  text-rendering: auto;
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 500;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f02e";
  z-index: 1;
}
.woocommerce-checkout .woocommerce-form-coupon-toggle .showcoupon {
  color: #6f7172;
  cursor: pointer;
  transition: 0.3s;
  font-weight: 500;
  color: var(--tp-theme-1);
}
.woocommerce-checkout .woocommerce-form-coupon-toggle .showcoupon:hover {
  color: var(--tp-theme-1);
}
.woocommerce-checkout .woocommerce-form-coupon-toggle .woocommerce-info {
  background-color: #fff;
  border-top: 3px solid var(--tp-theme-1);
  font-size: 14px;
  font-weight: 500;
  margin: 0 0 0;
  padding: 1em 2em 1em 3.5em;
  position: relative;
  width: auto;
}
.woocommerce-checkout .checkout_coupon {
  margin-bottom: 30px;
  padding: 20px 30px;
}
.woocommerce-checkout .checkout_coupon p {
  font-size: 14px;
  color: var(--tp-common-black);
  margin-bottom: 0;
}
.woocommerce-checkout .checkout_coupon p:first-child {
  font-size: 14px;
  margin-bottom: 10px;
  color: #6f7172;
  font-weight: 500;
}
.woocommerce-checkout .checkout_coupon #coupon_code {
  width: 350px;
  height: 46px;
  line-height: 46px;
  margin-bottom: 15px;
  border: 1px solid #eaedff;
  background-color: transparent;
}
.woocommerce-checkout .checkout_coupon #coupon_code:focus {
  border-color: var(--tp-theme-1);
}
.woocommerce-checkout #customer_form_details {
  border: 1px solid #eaedff;
  border-radius: 0;
  padding: 30px;
}
@media (max-width: 600px) {
  .woocommerce-checkout #customer_form_details {
    padding: 15px;
  }
}
.woocommerce-checkout #customer_form_details .woocommerce-billing-fields h3 {
  font-weight: 600;
  font-size: 26px;
  margin-bottom: 35px;
}
.woocommerce-checkout #customer_form_details .woocommerce-billing-fields .validate-state .nice-select.state_select {
  display: none !important;
}
.woocommerce-checkout #customer_form_details .woocommerce-billing-fields .validate-state .state_select {
  display: inline-block !important;
}
.woocommerce-checkout #customer_form_details .woocommerce-billing-fields__field-wrapper .country_to_state {
  display: inline-block !important;
}
.woocommerce-checkout #customer_form_details .woocommerce-billing-fields__field-wrapper .country_to_state.nice-select {
  display: none !important;
}
.woocommerce-checkout #customer_form_details .woocommerce-billing-fields__field-wrapper .form-row > label {
  line-height: 2;
  margin-left: 0;
  margin-top: 10px;
  color: #6f7172;
  font-size: 14px;
  margin-bottom: 4px;
}
.woocommerce-checkout #customer_form_details .woocommerce-billing-fields__field-wrapper .form-row input, .woocommerce-checkout #customer_form_details .woocommerce-billing-fields__field-wrapper .form-row textarea {
  background: #ffffff;
  border: 1px solid #eaedff;
  border-radius: 12px;
  height: 45px;
  padding: 0 26px;
  width: 100%;
  outline: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
.woocommerce-checkout #customer_form_details .woocommerce-billing-fields__field-wrapper .form-row input::placeholder, .woocommerce-checkout #customer_form_details .woocommerce-billing-fields__field-wrapper .form-row textarea::placeholder {
  color: #6f7172;
}
.woocommerce-checkout #customer_form_details .woocommerce-billing-fields__field-wrapper .form-row input:focus, .woocommerce-checkout #customer_form_details .woocommerce-billing-fields__field-wrapper .form-row textarea:focus {
  border-color: var(--tp-theme-1);
}
.woocommerce-checkout #customer_form_details .woocommerce-billing-fields__field-wrapper .form-row textarea {
  padding-top: 15px;
  padding-bottom: 15px;
  resize: none;
  line-height: 1.2;
}
.woocommerce-checkout #customer_form_details .woocommerce-billing-fields__field-wrapper .select2-container .select2-results__options .select2-results__option {
  font-weight: 400;
  padding-left: 18px;
  padding-right: 29px;
  text-align: left;
}
.woocommerce-checkout #customer_form_details .woocommerce-billing-fields__field-wrapper .select2-container .select2-selection--single {
  border: 1px solid #eaedff;
}
.woocommerce-checkout #customer_form_details .woocommerce-billing-fields__field-wrapper .select2-container .select2-selection__rendered {
  height: 45px;
  padding-left: 26px;
  width: 100%;
  color: #6f7172;
  margin-bottom: 20px;
}
.woocommerce-checkout #customer_form_details .woocommerce-billing-fields__field-wrapper .select2-container .select2-selection__arrow {
  height: 54px;
  right: 25px;
}
.woocommerce-checkout #customer_form_details .woocommerce-billing-fields__field-wrapper .woocommerce-form__input[type=checkbox] {
  width: 20px;
  height: 20px;
  border: 1px solid #eaedff;
}
.woocommerce-checkout #customer_form_details .woocommerce-additional-fields .woocommerce-additional-fields__field-wrapper .form-row.notes {
  margin-bottom: 0;
}
.woocommerce-checkout #customer_form_details .woocommerce-additional-fields .woocommerce-additional-fields__field-wrapper .form-row > label {
  margin-bottom: 10px;
  margin-left: 0;
}
.woocommerce-checkout #customer_form_details .woocommerce-additional-fields .woocommerce-additional-fields__field-wrapper .form-row input {
  background: var(--tp-common-white);
  border: 1px solid #eaedff;
}
.woocommerce-checkout #customer_form_details .woocommerce-additional-fields .woocommerce-additional-fields__field-wrapper .form-row input:focus {
  border-color: var(--tp-theme-1);
}
.woocommerce-checkout #customer_form_details .woocommerce-additional-fields .woocommerce-additional-fields__field-wrapper .form-row input, .woocommerce-checkout #customer_form_details .woocommerce-additional-fields .woocommerce-additional-fields__field-wrapper .form-row textarea {
  border: 1px solid #eaedff;
  height: 46px;
  padding: 0 26px;
  width: 100%;
  outline: 0;
  font-size: 14px;
  border-radius: 12px;
}
.woocommerce-checkout #customer_form_details .woocommerce-additional-fields .woocommerce-additional-fields__field-wrapper .form-row input::placeholder, .woocommerce-checkout #customer_form_details .woocommerce-additional-fields .woocommerce-additional-fields__field-wrapper .form-row textarea::placeholder {
  color: #6f7172;
}
.woocommerce-checkout #customer_form_details .woocommerce-additional-fields .woocommerce-additional-fields__field-wrapper .form-row input:focus, .woocommerce-checkout #customer_form_details .woocommerce-additional-fields .woocommerce-additional-fields__field-wrapper .form-row textarea:focus {
  border-color: var(--tp-theme-1);
}
.woocommerce-checkout #customer_form_details .woocommerce-additional-fields .woocommerce-additional-fields__field-wrapper .form-row textarea {
  background-color: transparent;
  line-height: 1.3;
  resize: none;
  padding-top: 15px;
  padding-bottom: 15px;
  height: 150px;
}
.woocommerce-checkout .woocommerce-form-login-toggle .woocommerce-info {
  margin-bottom: 15px;
  display: block;
  border: 1px dashed #AAB0B2;
  font-weight: 400;
  font-size: 14px;
  color: var(--tp-common-black);
  padding: 8px 25px;
}
.woocommerce-checkout .woocommerce-form-login-toggle .woocommerce-info a {
  color: var(--tp-theme-1);
  text-decoration: underline;
}
.woocommerce-checkout .woocommerce-form-login {
  margin-bottom: 30px;
}
.woocommerce-checkout .woocommerce-form-login p {
  font-size: 14px;
  color: var(--tp-common-black);
  margin-bottom: 0;
}
.woocommerce-checkout .woocommerce-form-login p:first-child {
  margin-bottom: 15px;
}
.woocommerce-checkout .woocommerce-form-login label {
  margin: 0;
  display: block;
  height: auto;
}
.woocommerce-checkout .woocommerce-form-login label.woocommerce-form-login__rememberme input {
  border: 1px solid #eaedff;
  background-color: transparent;
  margin-right: 5px;
  height: auto;
}
.woocommerce-checkout .woocommerce-form-login label.woocommerce-form-login__rememberme:hover {
  cursor: pointer;
}
.woocommerce-checkout .woocommerce-form-login .lost_password {
  margin-top: 15px;
  padding-bottom: 15px;
}
.woocommerce-checkout .woocommerce-form-login .lost_password a:hover {
  color: var(--tp-theme-1);
}
.woocommerce-checkout .woocommerce-form-login input {
  height: 54px;
  background-color: var(--tp-common-white);
  border-color: var(--tp-common-white);
  margin-bottom: 15px;
  border-width: 1px;
}
.woocommerce-checkout .woocommerce-form-login input:focus {
  border-color: var(--tp-theme-1);
}
.woocommerce-checkout .woocommerce-form-login .tp-btn {
  padding: 14px 30px;
}
.woocommerce-checkout .woocommerce-form-login .tp-btn:hover {
  background-color: var(--tp-common-black);
  color: var(--tp-common-white);
}
.woocommerce-checkout .woocommerce-form-login .woocommerce-button {
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  color: var(--tp-common-white);
  background: var(--tp-theme-1);
  text-align: center;
  font-family: var(--tp-ff-space);
  padding: 14px 30px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  letter-spacing: -0.02em;
}
.woocommerce-checkout .woocommerce-form-login .woocommerce-button:hover {
  background-color: var(--tp-common-black);
}
.woocommerce-checkout .tp-free-progress-bar {
  background-color: var(--tp-common-white);
}
.woocommerce-checkout #ship-to-different-address {
  font-weight: 600;
  font-size: 26px;
  margin-bottom: 35px;
}

/* wishlist css start */
.woosw-list .woosw-items {
  width: 100%;
}
.woosw-list .woosw-items .woosw-item--add .add_to_cart_button {
  font-size: 16px;
  font-weight: 500;
}
.woosw-list .woosw-items .woosw-item--add .add_to_cart_button i, .woosw-list .woosw-items .woosw-item--add .add_to_cart_button svg {
  margin-right: 7px;
}
.woosw-list .woosw-items .woosw-item--add .add_to_cart_button svg {
  -webkit-transform: translateY(-2px);
  -moz-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  -o-transform: translateY(-2px);
  transform: translateY(-2px);
}

/* product details */
.single-product .tp-shop-area .related.products h2 {
  margin-bottom: 25px;
}

.tp-login-wrapper .tp-btn {
  background-color: var(--tp-common-black);
}
.tp-login-wrapper .tp-btn:hover {
  background-color: var(--tp-theme-1);
}

/* order details css start */
.woocommerce-order .woocommerce-notice--success.woocommerce-thankyou-order-received {
  font-size: 24px;
  font-weight: 600;
  color: var(--tp-common-black);
  border: 2px dashed var(--tp-common-green-2);
  padding: 35px 30px;
  text-align: center;
  margin-bottom: 25px;
}
.woocommerce-order .woocommerce-order-overview.woocommerce-thankyou-order-details.order_details {
  padding-left: 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 20px 20px 0;
  box-shadow: 1px 6px 19px rgba(3, 4, 28, 0.1);
  margin-bottom: 55px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .woocommerce-order .woocommerce-order-overview.woocommerce-thankyou-order-details.order_details {
    justify-content: start;
  }
}
.woocommerce-order .woocommerce-order-overview.woocommerce-thankyou-order-details.order_details li {
  list-style: none;
  display: inline-block;
  margin-bottom: 20px;
  margin-right: 30px;
}
.woocommerce-order .woocommerce-order-overview.woocommerce-thankyou-order-details.order_details li strong {
  display: block;
}

.woocommerce-order-received .tp-page-area {
  background-color: transparent;
}

.tp-order-details-wrapper {
  display: flex;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .tp-order-details-wrapper {
    display: block;
  }
}
.tp-order-details-wrapper .woocommerce-order-details {
  flex: 50%;
  margin-right: 50px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .tp-order-details-wrapper .woocommerce-order-details {
    flex: 100%;
    margin-right: 0;
    margin-bottom: 50px;
  }
}
.tp-order-details-wrapper .woocommerce-order-details .woocommerce-order-details__title {
  margin-bottom: 15px;
  font-size: 22px;
}
.tp-order-details-wrapper .woocommerce-customer-details {
  flex: 50%;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .tp-order-details-wrapper .woocommerce-customer-details {
    flex: 100%;
  }
}
.tp-order-details-wrapper .woocommerce-customer-details [class*=col-] {
  width: inherit;
}
.tp-order-details-wrapper .woocommerce-customer-details .woocommerce-column__title {
  margin-bottom: 15px;
  font-size: 22px;
}
.tp-order-details-wrapper .woocommerce-customer-details .woocommerce-column--billing-address {
  margin-bottom: 35px;
}
.tp-order-details-wrapper .shop_table {
  width: 100%;
}
.tp-order-details-wrapper .shop_table thead tr th {
  text-align: left;
  padding: 8px 12px;
  color: var(--tp-heading-primary);
  font-weight: 700;
  border-color: var(--tp-border-5);
}
.tp-order-details-wrapper .shop_table tbody tr td {
  padding: 8px 12px;
  border-color: var(--tp-border-5);
}
.tp-order-details-wrapper .shop_table tbody tr td.product-name {
  text-align: left;
}
.tp-order-details-wrapper .shop_table tbody tr td.product-name a {
  color: var(--tp-heading-primary);
}
.tp-order-details-wrapper .shop_table tbody tr td.product-total {
  text-align: left;
}
.tp-order-details-wrapper .shop_table tfoot tr th {
  padding: 8px 12px;
  text-align: left;
  font-weight: 700;
  color: var(--tp-heading-primary);
  border-color: var(--tp-border-5);
}
.tp-order-details-wrapper .shop_table tfoot tr td {
  border-color: var(--tp-border-5);
  padding: 8px 12px;
  text-align: left;
}

.tp-empty-cart {
  text-align: center;
  margin-bottom: 35px;
}
.tp-empty-cart img {
  max-width: 450px;
}

.cart-empty.woocommerce-info {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 35px;
}

/* my account css */
div.woocommerce .woocommerce-MyAccount-navigation ul {
  padding-left: 0;
  border-bottom: 1px solid #eaedff;
}
div.woocommerce .woocommerce-MyAccount-navigation ul li {
  list-style: none;
  display: inline-block;
  margin-bottom: 0;
  margin-right: 20px;
}
div.woocommerce .woocommerce-MyAccount-navigation ul li.is-active a::after {
  width: 100%;
  left: 0;
  right: auto;
}
div.woocommerce .woocommerce-MyAccount-navigation ul li a {
  font-size: 16px;
  padding: 8px 0;
  display: inline-block;
  position: relative;
}
div.woocommerce .woocommerce-MyAccount-navigation ul li a:hover {
  color: var(--tp-theme-1);
}
div.woocommerce .woocommerce-MyAccount-navigation ul li a::after {
  position: absolute;
  content: "";
  left: auto;
  right: 0;
  height: 2px;
  width: 0;
  bottom: 0;
  background-color: var(--tp-theme-1);
}
div.woocommerce .woocommerce-MyAccount-content > p a {
  color: var(--tp-theme-1);
}
div.woocommerce .woocommerce-MyAccount-content .my_account_orders {
  width: 100%;
}
div.woocommerce .woocommerce-MyAccount-content .woocommerce-order-downloads .shop_table {
  width: 100%;
}
div.woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses.u-columns {
  display: flex;
  flex-wrap: wrap;
}
div.woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address {
  width: 50%;
}
div.woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address .woocommerce-Address-title {
  display: flex;
  align-items: center;
}
div.woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address .woocommerce-Address-title > a {
  color: var(--tp-theme-1);
  font-weight: 500;
  font-size: 16px;
  margin-left: 40px;
  margin-bottom: 5px;
}
div.woocommerce .woocommerce-MyAccount-content .woocommerce-MyAccount-orders th {
  font-weight: 700;
}
div.woocommerce .woocommerce-MyAccount-content .edit-account fieldset {
  margin-top: 35px;
}
div.woocommerce .woocommerce-MyAccount-content .edit-account legend {
  font-size: 22px;
  color: var(--tp-common-black);
  font-weight: 500;
}
div.woocommerce .woocommerce-MyAccount-content .edit-account label {
  color: var(--tp-common-black);
}
div.woocommerce .woocommerce-MyAccount-content .edit-account input {
  height: 46px;
  line-height: 46px;
}
div.woocommerce .woocommerce-MyAccount-content .edit-account .tp-btn:hover {
  background-color: var(--tp-common-black);
  color: var(--tp-common-white);
}
div.woocommerce .woocommerce-MyAccount-content .woocommerce-address-fields__field-wrapper input {
  height: 46px;
  line-height: 46px;
}
div.woocommerce .woocommerce-MyAccount-content .tp-btn:hover {
  background-color: var(--tp-common-black);
}

/* tp progress bar */
.tp-free-progress-bar {
  padding: 20px 30px 30px;
  border: 1px solid #eaedff;
  width: 100%;
  margin-bottom: 30px;
}
.tp-free-progress-bar .free-shipping-notice {
  color: var(--tp-common-black);
  font-size: 13px;
  margin-bottom: 5px;
  font-weight: 500;
}
.tp-free-progress-bar .free-shipping-notice a {
  color: var(--tp-theme-1);
}
.tp-free-progress-bar .free-shipping-notice span {
  color: var(--tp-theme-1);
  font-weight: 700;
}
.tp-free-progress-bar .tp-progress-bar {
  height: 6px;
  background-color: #f2f3f5;
  border-radius: 10px;
  overflow: hidden;
}
.tp-free-progress-bar .tp-progress-bar .progress {
  background-color: var(--tp-theme-1);
  height: 6px;
}
.tp-free-progress-bar .progress-bar-striped {
  background-image: linear-gradient(45deg, rgb(255, 255, 255) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0.5) 75%, transparent 75%, transparent);
}

.cartmini__widget .woocommerce-mini-cart__total {
  padding: 20px;
  margin-bottom: 0;
}
.cartmini__widget .woocommerce-mini-cart__total span {
  float: right;
}
.cartmini__widget .product_list_widget {
  max-height: 700px;
  overflow-y: scroll;
  overscroll-behavior-y: contain;
  scrollbar-width: thin;
  scrollbar-color: rgba(245, 9, 99, 0.5) #fff;
}
.cartmini__widget .product_list_widget::-webkit-scrollbar {
  display: thin; /* for Chrome, Safari, and Opera */
}
.cartmini__widget .woocommerce-mini-cart__buttons {
  padding: 20px;
}
.cartmini__widget .woocommerce-mini-cart__buttons .button {
  display: inline-block;
  font-weight: 500;
  color: var(--tp-common-black);
  font-family: var(--tp-ff-space);
  padding: 10px 30px;
  font-size: 15px;
  text-transform: capitalize;
  border: 1px solid #eaedff;
  text-align: center;
  width: 100%;
}
.cartmini__widget .woocommerce-mini-cart__buttons .button:hover {
  background-color: var(--tp-common-black);
  color: var(--tp-common-white);
}
.cartmini__widget .woocommerce-mini-cart__buttons .button:not(.checkout) {
  background-color: var(--tp-grey-1);
  color: var(--tp-common-black);
  margin-bottom: 15px;
}
.cartmini__widget .woocommerce-mini-cart__buttons .button:not(.checkout):hover {
  color: var(--tp-common-white);
  background-color: var(--tp-common-black);
  border-color: var(--tp-common-black);
}

.woosq-open .select2-container {
  z-index: 9;
}

/* product sidebar */
div.product__widget {
  /* rating filter */
  /* product filter by color list*/
  /* filter categories */
}
div.product__widget .product__widget-title {
  font-family: var(--tp-ff-roboto);
  font-weight: 400;
  font-size: 17px;
  line-height: 12px;
  color: var(--tp-common-black-solid);
  border-bottom: 1px solid #DADCE0;
  padding: 10px 0;
  margin-bottom: 25px;
  position: relative;
}
div.product__widget .product__widget-title::after {
  position: absolute;
  content: "\f107";
  font-family: var(--tp-ff-fontawesome);
  background-image: none;
  top: 37%;
  right: 0;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  color: var(--tp-common-black-solid);
  width: auto;
  height: auto;
  font-weight: 500;
  -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;
}
div.product__widget .product__widget-title:hover {
  cursor: pointer;
  color: var(--tp-theme-1);
}
div.product__widget .product__widget-title:hover::after {
  color: var(--tp-theme-1);
}
div.product__widget .product__widget-title.tp-widget-active::after {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}
div.product__widget .select2-container {
  margin-bottom: 20px;
}
div.product__widget .select2-container .select2-selection--single {
  height: 40px;
  line-height: 38px;
  border: 1px solid #eaedff;
  background-color: var(--tp-common-white);
  border-radius: 0;
}
div.product__widget .select2-container .select2-selection--single:focus {
  background-color: var(--tp-common-white);
}
div.product__widget .select2-container .select2-selection--single:focus .select2-selection--single {
  background-color: var(--tp-common-white);
  border-color: var(--tp-theme-1);
}
div.product__widget .select2-container .select2-selection__rendered {
  line-height: 40px;
  padding-left: 20px;
  padding-right: 20px;
}
div.product__widget .select2-container .select2-selection__arrow {
  height: 40px;
  right: 20px;
}
div.product__widget .select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: 700;
  padding-right: 4px;
  z-index: 2;
  background-color: var(--tp-common-white);
  top: -2px;
}
div.product__widget.widget_rating_filter ul li {
  list-style: none;
}
div.product__widget .woocommerce-widget-layered-nav-list li {
  list-style: none;
  font-size: 14px;
  color: #998f8f;
  margin-bottom: 5px;
}
div.product__widget .woocommerce-widget-layered-nav-list li span {
  font-weight: 400;
}
div.product__widget .woocommerce-widget-layered-nav-list li a {
  position: relative;
  padding-left: 15px;
  color: var(--tp-text-1);
}
div.product__widget .woocommerce-widget-layered-nav-list li a:hover {
  color: var(--tp-theme-1);
}
div.product__widget .woocommerce-widget-layered-nav-list li a::after {
  position: absolute;
  content: "";
  left: 0;
  top: 53%;
  height: 4px;
  width: 4px;
  background-color: var(--tp-text-1);
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
div.product__widget .woocommerce-widget-layered-nav-list li a:hover {
  color: var(--tp-theme-1);
}
div.product__widget.widget_product_categories li {
  list-style: none;
}
div.product__widget.widget_product_categories li a {
  position: relative;
  padding-left: 15px;
}
div.product__widget.widget_product_categories li a:hover {
  color: var(--tp-theme-1);
}
div.product__widget.widget_product_categories li a::after {
  position: absolute;
  content: "";
  left: 0;
  top: 53%;
  height: 4px;
  width: 4px;
  background-color: var(--tp-text-1);
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
div.product__widget.widget_product_categories li .children {
  padding-left: 15px;
  padding-top: 0;
  padding-bottom: 0;
}
div.product__widget.widget_top_rated_products ul li, div.product__widget.widget_recent_reviews ul li, div.product__widget.widget_products ul li {
  list-style: none;
}
div.product__widget.widget_top_rated_products ul li:not(:last-child), div.product__widget.widget_recent_reviews ul li:not(:last-child), div.product__widget.widget_products ul li:not(:last-child) {
  margin-bottom: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid #eaedff;
}
div.product__widget .tp-product-sidebar-rating-thumb img {
  max-width: inherit;
  width: 90px;
}
div.product__widget .tp-product-sidebar-rating-title {
  font-size: 16px;
}
div.product__widget .tp-product-sidebar-rating-title a:hover {
  color: var(--tp-theme-1);
}
div.product__widget .tp-product-sidebar-rating-price span {
  font-family: var(--tp-ff-inter);
  font-weight: 500;
  font-size: 13px;
  color: var(--tp-text-1);
}
div.product__widget .tp-product-sidebar-rating-price del {
  color: #c2c2d3;
}
div.product__widget .tp-product-sidebar-rating-price del .woocommerce-Price-amount, div.product__widget .tp-product-sidebar-rating-price del span {
  font-size: 13px;
  color: #c2c2d3;
}
div.product__widget .tp-product-sidebar-rating-price ins {
  text-decoration: none;
}
div.product__widget .tp-product-sidebar-rating-price ins .woocommerce-Price-amount {
  font-size: 14px;
  color: var(--tp-common-black);
}
div.product__widget .tp-product-sidebar-rating-price ins span {
  color: var(--tp-common-black);
}
div.product__widget .tp-product-sidebar-rating-content .star-rating {
  display: block;
}
div.product__widget .tp-product-sidebar-rating-content .reviewer span {
  font-weight: 400;
}
div.product__widget .tp-product-sidebar-rating-content .reviewer span span {
  font-weight: 500;
}
div.product__widget.widget_product_tag_cloud .tagcloud a {
  border: 1px solid #EAEAEF;
  box-shadow: none;
}

.tp-shop-sidebar {
  /* price range slider */
}
.tp-shop-sidebar .price_slider_wrapper {
  padding-top: 5px;
}
.tp-shop-sidebar .ui-widget-content {
  position: relative;
  height: 4px;
  background-color: #ECECEC;
  margin-bottom: 1.5625rem;
}
.tp-shop-sidebar .ui-widget-content .ui-slider-range {
  position: absolute;
  display: block;
  width: 100%;
  height: 4px;
  border: 0;
  background-color: var(--tp-theme-1);
  border-radius: 8px;
  z-index: 1;
}
.tp-shop-sidebar .ui-widget-content .ui-slider-handle {
  left: 0%;
  position: absolute;
  z-index: 2;
  outline: 0;
  cursor: pointer;
  background-color: var(--tp-theme-1);
  border-radius: 100%;
  border: 2px solid #fff;
  height: 14px;
  top: -5px;
  width: 14px;
  margin: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transform: translateX(0px);
  transform: translateX(0px);
}
.tp-shop-sidebar .ui-widget-content .ui-slider-handle:last-child {
  left: 100%;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}
.tp-shop-sidebar .price_slider_amount {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.tp-shop-sidebar .price_slider_amount .button {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  height: auto;
  margin-left: auto;
  padding: 0;
  border: 0;
  background-color: transparent;
  color: var(--tp-heading-primary);
}
.tp-shop-sidebar .price_slider_amount .button:hover {
  color: var(--tp-theme-1);
}
.tp-shop-sidebar .price_slider_amount .price_label {
  font-size: 14px;
}
.tp-shop-sidebar .price_slider_amount .price_label span {
  font-weight: 500;
  color: var(--tp-heading-primary);
}

.woocommerce-ordering .nice-select ul.list {
  width: auto;
  left: auto;
  right: 0;
}

.tp-product-details-price del .woocommerce-Price-amount bdi, .tp-product-details-price del .woocommerce-Price-currencySymbol bdi {
  margin-right: 7px;
}
.tp-product-details-price .price ins {
  text-decoration: none;
}

.woosc-quick-table-products .woosc_table td img {
  width: 100px;
}
.woosc-quick-table-products .woosc_table .star-rating {
  display: inline-block;
}
.woosc-quick-table-products .woosc_table a.added_to_cart.wc-forward {
  background: var(--tp-theme-1);
  padding: 5px 20px;
  color: #fff;
}
.woosc-quick-table-products .woosc_table a.ajax_add_to_cart.added {
  display: none !important;
}

.woocommerce-product-gallery ol.product-thumbnails {
  padding-left: 0;
  margin-top: 20px;
}

.outofstock .woocommerce-grouped-product-list-item__quantity .cart-button {
  display: none;
}

.stock.out-of-stock {
  text-decoration: underline;
  color: var(--tp-theme-1);
}

.product-filter-area .nice-select.open .list {
  width: auto;
  z-index: 15;
}

@media (max-width: 575px) {
  .woocommerce-ordering .nice-select ul.list {
    left: auto;
  }
}
.tpproduct-details__list-img .tpproduct__thumb-topsall {
  left: 25px;
  right: auto;
  position: absolute;
  top: 25px;
  padding: 10px 12px 10px;
  background-color: var(--tp-theme-1);
  color: var(--tp-text-body);
  font-size: 13px;
  line-height: 1;
  z-index: 2;
}

/*mini cart */
.tp-mini-card {
  display: inline-block;
  position: relative;
  cursor: pointer;
}
.tp-mini-card div.mini_shopping_cart_box {
  position: absolute;
  top: 110%;
  right: 0;
  width: 300px;
  background: #fff;
  padding: 1.25rem;
  background-color: #fff;
  -webkit-box-shadow: 0px 5px 10px rgba(62, 68, 90, 0.1);
  box-shadow: 0px 5px 10px rgba(62, 68, 90, 0.1);
  border: 1px solid #edeef5;
  border-radius: 10px;
  transition: 0.3s;
  opacity: 0 !important;
  visibility: hidden;
  z-index: 10;
  text-align: left;
}
@media (max-width: 767px) {
  .tp-mini-card div.mini_shopping_cart_box {
    display: none;
  }
}
.tp-mini-card div.mini_shopping_cart_box .cartmini__empty .tp-btn {
  margin-left: 0;
  font-size: 14px;
}
.tp-mini-card div.mini_shopping_cart_box .mini_cart_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  border-bottom: 1px solid #EDEEF5;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.tp-mini-card div.mini_shopping_cart_box .mini_cart_item .cartmini__thumb a {
  margin-left: 0;
}
.tp-mini-card div.mini_shopping_cart_box .mini_cart_item .cartmini__thumb a img {
  width: 60px;
}
.tp-mini-card div.mini_shopping_cart_box .mini_cart_item .mini-cart-remove a:hover {
  color: var(--tp-theme-1);
}
.tp-mini-card div.mini_shopping_cart_box .mini_cart_item .cartmini__content {
  position: static;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 0;
}
.tp-mini-card div.mini_shopping_cart_box .mini_cart_item .cartmini__content h5 {
  margin-bottom: 0;
}
.tp-mini-card div.mini_shopping_cart_box .mini_cart_item .cartmini__content a {
  font-size: 14px;
  margin-left: 10px;
  font-weight: 600;
  display: inline-block;
}
.tp-mini-card div.mini_shopping_cart_box .mini_cart_item .cartmini__content a:hover {
  color: var(--tp-theme-1);
}
.tp-mini-card div.mini_shopping_cart_box .mini_cart_item .cartmini__content .cartmini__price-wrapper {
  margin-left: 10px;
}
.tp-mini-card div.mini_shopping_cart_box .mini_cart_item .cartmini__content .cartmini__price-wrapper .quantity {
  display: inline-block;
  margin-right: 0;
  margin-bottom: 0;
  font-size: 14px;
}
.tp-mini-card div.mini_shopping_cart_box .mini_cart_item .cartmini__content .cartmini__price-wrapper .quantity .woocommerce-Price-amount.amount {
  color: var(--tp-theme-1);
}
.tp-mini-card div.mini_shopping_cart_box .woocommerce-mini-cart__total {
  margin-top: 20px;
}
.tp-mini-card div.mini_shopping_cart_box .woocommerce-mini-cart__total > strong {
  font-size: 15px;
  font-weight: 600;
  color: #C2C2D3;
}
.tp-mini-card div.mini_shopping_cart_box .woocommerce-mini-cart__total .woocommerce-Price-amount {
  float: right;
}
.tp-mini-card div.mini_shopping_cart_box .woocommerce-mini-cart__total .woocommerce-Price-amount bdi {
  font-weight: 600;
  color: var(--tp-theme-1);
}
.tp-mini-card div.mini_shopping_cart_box .woocommerce-mini-cart__buttons .wc-forward {
  float: none;
  color: #222;
  display: block;
  border: 1px solid #ddd;
  text-align: center;
  padding: 7px 15px;
  margin-top: 10px;
  background: none;
  margin-left: 0;
  font-size: 20px;
}
.tp-mini-card div.mini_shopping_cart_box .woocommerce-mini-cart__buttons .wc-forward.checkout {
  background: var(--tp-theme-1);
  border-color: var(--tp-theme-1);
  color: #fff;
}

.tp-mini-card:hover .mini_shopping_cart_box {
  opacity: 1 !important;
  visibility: visible;
  top: 105%;
}

#woosq-popup .variations select {
  -webkit-tap-highlight-color: transparent;
  background-color: #fff;
  border-radius: 5px;
  border: solid 1px #e8e8e8;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  float: left;
  font-family: inherit;
  font-size: 14px;
  font-weight: normal;
  height: 42px;
  line-height: 40px;
  outline: none;
  padding-left: 18px;
  padding-right: 30px;
  position: relative;
  text-align: left !important;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  width: auto;
}
#woosq-popup .star-rating {
  display: inline-block;
}

#review_form .comment-input label {
  font-size: 15px;
  color: var(--tp-text-body);
  font-weight: 500;
  margin-bottom: 10px;
}
#review_form .comment-respond > h3 {
  margin-bottom: 15px;
}

.woocommerce-cart-form .tpproduct-details__quantity {
  padding: 10px 15px;
}
.woocommerce-cart-form input {
  width: 100px;
  margin: 0 5px;
}

#customer_login {
  display: flex;
}
@media (max-width: 768px) {
  #customer_login {
    display: block;
  }
}
#customer_login .u-column1, #customer_login .u-column2 {
  width: 50%;
  display: inline-block;
  padding: 20px;
}
@media (max-width: 768px) {
  #customer_login .u-column1, #customer_login .u-column2 {
    width: 100%;
  }
}
#customer_login .u-column1 h2, #customer_login .u-column2 h2 {
  font-size: 28px;
  font-weight: 600;
  color: var(--tp-common-black);
  margin-bottom: 15px;
}
#customer_login .u-column1 label, #customer_login .u-column2 label {
  margin-left: 0;
  font-size: 14px;
  margin-bottom: 10px;
}
#customer_login .u-column1 label.woocommerce-form__label-for-checkbox, #customer_login .u-column2 label.woocommerce-form__label-for-checkbox {
  display: flex;
  align-items: center;
}
#customer_login .u-column1 label.woocommerce-form__label-for-checkbox span, #customer_login .u-column2 label.woocommerce-form__label-for-checkbox span {
  font-size: 16px;
  cursor: pointer;
}
#customer_login .u-column1 input, #customer_login .u-column2 input {
  border-radius: 12px;
  padding: 0px 20px;
  font-size: 14px;
  width: 100%;
  height: 55px;
  border: 0;
  outline: 0;
  font-weight: 500;
  font-size: 15px;
  color: #87888A;
  box-shadow: inset 0 0 0 1px #E5E5E5;
  transition: box-shadow 0.3s cubic-bezier(0.3, 0, 0, 0.3);
  color: var(--tp-common-black);
}
#customer_login .u-column1 input[type=checkbox], #customer_login .u-column2 input[type=checkbox] {
  width: 15px;
  margin-right: 8px;
  cursor: pointer;
}
#customer_login .u-column1 input:focus, #customer_login .u-column2 input:focus {
  box-shadow: 0px 1px 2px 1px rgba(32, 33, 36, 0.06), inset 0 0 0 2px #600EE4;
}
#customer_login .u-column1 .woocommerce-form-login__submit, #customer_login .u-column1 .woocommerce-form-register__submit, #customer_login .u-column2 .woocommerce-form-login__submit, #customer_login .u-column2 .woocommerce-form-register__submit {
  background: var(--tp-theme-1);
  border-radius: 6px;
  color: var(--tp-common-white);
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 0;
  padding: 20px 50px;
  text-align: center;
  touch-action: manipulation;
  transition: all 0.3s ease 0s;
  vertical-align: middle;
  white-space: nowrap;
}
#customer_login .u-column1 .woocommerce-form-login__submit:hover, #customer_login .u-column1 .woocommerce-form-register__submit:hover, #customer_login .u-column2 .woocommerce-form-login__submit:hover, #customer_login .u-column2 .woocommerce-form-register__submit:hover {
  background: var(--tp-common-black);
  color: #fff;
}
#customer_login .u-column1 .lost_password, #customer_login .u-column2 .lost_password {
  font-size: 16px;
  color: #6f7172;
  text-decoration: underline;
}
#customer_login .u-column1 .lost_password:hover, #customer_login .u-column2 .lost_password:hover {
  color: var(--tp-theme-1);
}

.woocommerce-ResetPassword label {
  margin-left: 0;
  font-size: 14px;
  margin-bottom: 10px;
}
.woocommerce-ResetPassword label.woocommerce-form__label-for-checkbox {
  display: flex;
  align-items: center;
}
.woocommerce-ResetPassword label.woocommerce-form__label-for-checkbox span {
  font-size: 16px;
  cursor: pointer;
}
.woocommerce-ResetPassword input {
  border-radius: 12px;
  padding: 0px 20px;
  font-size: 14px;
  width: 100%;
  height: 55px;
  border: 0;
  outline: 0;
  font-weight: 500;
  font-size: 15px;
  color: #87888A;
  box-shadow: inset 0 0 0 1px #E5E5E5;
  transition: box-shadow 0.3s cubic-bezier(0.3, 0, 0, 0.3);
  color: var(--tp-common-black);
}
.woocommerce-ResetPassword input[type=checkbox] {
  width: 15px;
  margin-right: 8px;
  cursor: pointer;
}
.woocommerce-ResetPassword input:focus {
  box-shadow: 0px 1px 2px 1px rgba(32, 33, 36, 0.06), inset 0 0 0 2px #600EE4;
}
.woocommerce-ResetPassword .woocommerce-Button {
  background: var(--tp-theme-1);
  border-radius: 6px;
  color: var(--tp-common-white);
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 0;
  padding: 20px 50px;
  text-align: center;
  touch-action: manipulation;
  transition: all 0.3s ease 0s;
  vertical-align: middle;
  white-space: nowrap;
}
.woocommerce-ResetPassword .woocommerce-Button:hover {
  background: var(--tp-common-black);
  color: #fff;
}

.woocommerce-notices-wrapper .woocommerce-error {
  list-style: none;
  padding-left: 20px;
}
.woocommerce-notices-wrapper .woocommerce-error li {
  background-color: #f6f6f6;
  border-top: 3px solid rgba(213, 18, 67, 0.3);
  font-size: 16px;
  font-weight: 500;
  margin: 0 0 25px;
  padding: 1em 2em 1em 3.5em;
  position: relative;
  width: auto;
}

.woocommerce-form-login label {
  margin-left: 0;
  margin-bottom: 0;
  font-size: 14px;
}
.woocommerce-form-login label.woocommerce-form__label-for-checkbox {
  display: flex;
  align-items: center;
}
.woocommerce-form-login label.woocommerce-form__label-for-checkbox span {
  font-size: 14px;
}
.woocommerce-form-login input {
  background: #ffffff;
  border: 1px solid #eaedff;
  border-radius: 0;
  height: 45px;
  padding: 0 0 0 10px;
  width: 100%;
  outline: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  display: block;
}
.woocommerce-form-login input[type=checkbox] {
  width: 15px;
  margin-right: 8px;
}
.woocommerce-form-login .woocommerce-form-login__submit {
  background: var(--tp-theme-1);
  border-radius: 6px;
  color: var(--tp-common-white);
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 0;
  padding: 22px 50px;
  text-align: center;
  touch-action: manipulation;
  transition: all 0.3s ease 0s;
  vertical-align: middle;
  white-space: nowrap;
}
.woocommerce-form-login .woocommerce-form-login__submit:hover {
  background: var(--tp-theme-1);
  color: var(--tp-common-white);
}

.edit-account label {
  margin-left: 0;
  font-size: 14px;
  margin-bottom: 10px;
}
.edit-account label.woocommerce-form__label-for-checkbox {
  display: flex;
  align-items: center;
}
.edit-account label.woocommerce-form__label-for-checkbox span {
  font-size: 16px;
  cursor: pointer;
}
.edit-account input {
  border-radius: 12px;
  padding: 0px 20px;
  font-size: 14px;
  width: 100%;
  height: 55px;
  border: 0;
  outline: 0;
  font-weight: 500;
  font-size: 15px;
  color: #87888A;
  box-shadow: inset 0 0 0 1px #E5E5E5;
  transition: box-shadow 0.3s cubic-bezier(0.3, 0, 0, 0.3);
  color: var(--tp-common-black);
}
.edit-account input[type=checkbox] {
  width: 15px;
  margin-right: 8px;
  cursor: pointer;
}
.edit-account input:focus {
  box-shadow: 0px 1px 2px 1px rgba(32, 33, 36, 0.06), inset 0 0 0 2px #600EE4;
}
.edit-account .woocommerce-Button {
  background: var(--tp-theme-1);
  border-radius: 6px;
  color: var(--tp-common-white);
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 0;
  padding: 20px 50px;
  text-align: center;
  touch-action: manipulation;
  transition: all 0.3s ease 0s;
  vertical-align: middle;
  white-space: nowrap;
}
.edit-account .woocommerce-Button:hover {
  background: var(--tp-common-black);
  color: #fff;
}

.woosw-copy-label {
  color: #6f7172;
}

#woosw_copy_btn {
  padding: 3px 20px;
  background: var(--tp-theme-1);
  color: #fff;
  font-weight: 500;
  border: none;
  margin-left: 10px;
}

.tp-product-action .tinvwl_add_to_wishlist-text {
  display: none;
}

a.icon-btn.woosq-btn {
  display: none;
}

.product__list-action span.tinvwl_add_to_wishlist-text {
  display: none;
}

.tp-product-action a.icon-btn.woosq-btn, .product__list-action a.icon-btn.woosq-btn {
  display: inline-block;
}

.tinv-wraper.woocommerce.tinv-wishlist.tinvwl-after-add-to-cart.tinvwl-loop-button-wrapper {
  display: none;
}

/*rating*/
.product__rating .star-rating {
  margin-bottom: 0;
}

.star-rating {
  position: relative;
  font-size: 11px;
  width: 77px;
  overflow: hidden;
  line-height: 1;
  display: flex;
}

.tpproduct-details__tag-area .star-rating {
  margin-left: 15px;
}

.star-rating::before {
  font-family: "Font Awesome 5 Pro";
  content: "\f005\f005\f005\f005\f005";
  text-transform: uppercase;
  letter-spacing: 3px;
  color: #D9D9EA;
  font-size: 11px;
  line-height: 1.2;
}

.star-rating span {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  font-size: 0;
}

.star-rating span::before {
  font-family: "Font Awesome 5 Pro";
  content: "\f005\f005\f005\f005\f005";
  text-transform: uppercase;
  letter-spacing: 3px;
  color: #ffb21d;
  font-weight: 900;
  display: inline-block;
  font-size: 11px;
  line-height: 1.2;
}

/*rating end*/
a.ajax_add_to_cart.added {
  display: none;
}

.woocommerce p.stars a {
  position: relative;
  height: 1em;
  width: 1em;
  text-indent: -999em;
  display: inline-block;
  text-decoration: none;
  color: #ffb21d;
}

.woocommerce p.stars a::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 1em;
  height: 1em;
  line-height: 1;
  font-family: var(--tp-ff-fontawesome);
  content: "\f004";
  text-indent: 0;
}

.woocommerce p.stars a:hover ~ a::before {
  content: "\f004";
  font-weight: 400;
}

.woocommerce p.stars:hover a::before {
  content: "\f004";
  font-weight: 700;
}

.woocommerce p.stars.selected a.active::before {
  content: "\f004";
  font-weight: 700;
}

.woocommerce p.stars.selected a.active ~ a::before {
  content: "\f004";
  font-weight: 400;
}

.woocommerce p.stars.selected a:not(.active)::before {
  content: "\f004";
  font-weight: 700;
}

/*spinner */
@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.woocommerce a.button.loading::before,
.woocommerce button.button.loading::after,
.woocommerce input.button.loading::after {
  font-family: var(--tp-ff-fontawesome);
  content: "\f110";
  vertical-align: top;
  font-weight: 400;
  top: 0.618em;
  font-size: 14px;
  right: 1em;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
  color: var(--tp-common-black);
  display: inline-block;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.tp-product-action .added_to_cart.wc-forward {
  font-size: 0;
}

.loading svg {
  display: none;
}

/*compare*/
.woosc-area {
  background: no-repeat !important;
}

/* archive */
.tpproduct__rating .star-rating span::before {
  color: var(--tp-theme-1);
}

.product__item .added_to_cart.wc-forward {
  font-size: 0;
}

.tp-core-product:hover {
  position: relative;
  z-index: 10;
}

section.woosc-quick-table > h2 {
  font-size: 26px;
  color: var(--tp-text-body);
  font-weight: 600;
}

a.cart-button.icon-btn.button.stock-out {
  cursor: not-allowed;
}

.tpproduct-details__pera {
  margin-bottom: 30px;
}

.tpproduct-details__title-area {
  margin-bottom: 7px;
}

.tpproduct-details__tag-area.d-flex.align-items-center.mb-5 {
  margin-bottom: 8px !important;
}

.grouped_form a {
  color: var(--tp-text-body);
}
.grouped_form a:hover {
  color: var(--tp-theme-1);
}
.grouped_form .variations .nice-select {
  float: none;
}
.grouped_form .tpproduct-details__quantity {
  padding: 5px 13px;
  margin-right: 5px;
  margin-top: 0;
  margin-bottom: 0;
}
.grouped_form .tpproduct-details__quantity .tp-cart-minus, .grouped_form .tpproduct-details__quantity .tp-cart-plus {
  font-size: 14px;
}
.grouped_form .tpproduct-details__quantity input {
  font-size: 14px;
}
.grouped_form del {
  font-size: 16px;
  color: var(--tp-grey-6);
  font-weight: 600;
}
.grouped_form del .woocommerce-Price-amount {
  font-size: 15px;
  color: var(--tp-grey-6);
  font-weight: 500;
}
.grouped_form ins {
  text-decoration: none;
}
.grouped_form ins .woocommerce-Price-amount {
  color: var(--tp-text-body);
  font-weight: 600;
  font-size: 16px;
}
.grouped_form .woocommerce-Price-amount {
  color: var(--tp-text-body);
  font-weight: 600;
  font-size: 16px;
}

.footer-logo img {
  width: 115px;
}

.woocommerce-shop .woocommerce-notices-wrapper {
  display: none;
}
.woocommerce-shop .tpproduct__thumb-topsall {
  position: absolute;
  right: 25px;
  top: 15px;
}
.woocommerce-shop .tpproduct__thumb-topsall span {
  background-color: var(--tp-theme-1);
  color: var(--tp-text-body);
  padding: 10px 12px 10px;
}

a.added_to_cart.wc-forward::before {
  content: "\f00c";
  font-family: var(--tp-ff-fontawesome);
  position: relative;
  font-size: 16px;
  font-weight: 400;
}

.tp-product-price .woocommerce-Price-amount {
  font-weight: 400;
  font-size: 16px;
  color: var(--tp-theme-1);
}
.tp-product-price ins {
  text-decoration: none;
}
.tp-product-price del .woocommerce-Price-amount {
  font-weight: 400;
  font-size: 16px;
  color: var(--tp-text-1);
}

.tp-product-filterby-rating-widget .woocommerce-Price-currencySymbol {
  color: var(--tp-theme-1);
}
.tp-product-filterby-rating-widget del .woocommerce-Price-currencySymbol {
  color: var(--tp-text-1);
}

.tpproduct-details__cart .product-add-cart-btn {
  margin-right: 5px;
}
.tpproduct-details__cart .product-add-cart-btn svg {
  -webkit-transform: translateY(-2px);
  -moz-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  -o-transform: translateY(-2px);
  transform: translateY(-2px);
  margin-right: 3px;
}
.tpproduct-details__cart .product-action-btn .woosw-btn {
  font-size: 0;
  width: 48px;
  height: 48px;
  line-height: 47px;
  text-align: center;
  color: var(--tp-common-black);
  border: 1px solid #DADCE0;
  border-radius: 4px;
}
.tpproduct-details__cart .product-action-btn .woosw-btn:hover {
  color: var(--tp-common-white);
  background-color: var(--tp-theme-1);
  border-color: var(--tp-theme-1);
}
.tpproduct-details__cart .product-action-btn .woosw-btn::before {
  font-size: 16px;
  content: "\f004";
  font-family: var(--tp-ff-fontawesome);
  margin: 0;
}
.tpproduct-details__cart .product-action-btn .woosw-btn.woosw-btn-added::before {
  font-weight: 700;
}
.tpproduct-details__cart .product-action-btn .woosc-btn {
  font-size: 0;
  width: 48px;
  height: 48px;
  line-height: 47px;
  text-align: center;
  color: var(--tp-common-black);
  border: 1px solid #DADCE0;
  border-radius: 4px;
}
.tpproduct-details__cart .product-action-btn .woosc-btn:hover {
  color: var(--tp-common-white);
  background-color: var(--tp-theme-1);
  border-color: var(--tp-theme-1);
}
.tpproduct-details__cart .product-action-btn .woosc-btn::before {
  font-size: 16px;
  content: "\f0ec";
  font-family: var(--tp-ff-fontawesome);
  margin: 0;
}
.tpproduct-details__cart .product-action-btn .woosc-btn.woosc-btn-added::before {
  font-size: 16px;
  content: "\f00c";
  font-family: var(--tp-ff-fontawesome);
  margin: 0;
  font-weight: 700;
}

#review_form_wrapper .stars {
  margin-top: 5px;
  margin-bottom: 0;
}

.related-products .tpsection__title {
  font-size: 26px;
  color: var(--tp-text-body);
  font-weight: 600;
}

.related-products .woocommerce-notices-wrapper {
  display: none;
}
.related-products .tpproduct__thumb-topsall {
  position: absolute;
  right: 25px;
  top: 15px;
}
.related-products .tpproduct__thumb-topsall span {
  background-color: var(--tp-theme-1);
  color: var(--tp-text-body);
  padding: 10px 12px 10px;
}

.flex-control-thumbs.product-thumbnails .slick-list {
  margin: 0 -6px;
}
.flex-control-thumbs.product-thumbnails .slick-slide {
  margin: 0 6px;
}
.flex-control-thumbs.product-thumbnails .slick-slide {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  cursor: pointer;
  border: 1px solid transparent;
  border-radius: 0;
  -webkit-transition: border-color 0.3s cubic-bezier(0.28, 0.12, 0.22, 1);
  transition: border-color 0.3s cubic-bezier(0.28, 0.12, 0.22, 1);
}
.flex-control-thumbs.product-thumbnails .slick-slide.slick-current.slick-active {
  border-color: var(--tp-theme-1);
}
.flex-control-thumbs.product-thumbnails .slick-slide.slick-current.slick-active {
  border-color: var(--tp-theme-1);
}
.flex-control-thumbs.product-thumbnails .slick-slide img {
  width: 110px;
  height: 110px;
  object-fit: cover;
  width: 100%;
}
.flex-control-thumbs.product-thumbnails .slick-slide:hover {
  cursor: pointer;
}

.product-thumbnails {
  padding-left: 0;
  margin-top: 15px;
}

.woocommerce-checkout .cart-wrapper {
  padding: 30px 40px 45px;
  background-color: var(--tp-common-white);
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .cart-wrapper .cart_totals {
    margin-top: 40px;
  }
}
.cart-wrapper .cart_totals table tr, .cart-wrapper .cart_totals table tbody {
  border: none;
}
.cart-wrapper .cart_totals .tp-btn:hover {
  background-color: var(--tp-common-black);
  color: var(--tp-common-white);
}
@media (max-width: 600px) {
  .cart-wrapper {
    padding: 15px;
  }
}
.cart-wrapper .wc_payment_methods {
  padding-left: 0;
  list-style: none;
}
.cart-wrapper .wc_payment_methods .woocommerce-notice {
  list-style: none;
  color: var(--tp-theme-1);
}
.cart-wrapper #order_review_heading {
  font-weight: 600;
  font-size: 26px;
  margin-bottom: 35px;
}
.cart-wrapper .order-review-wrapper table tbody, .cart-wrapper .order-review-wrapper table td, .cart-wrapper .order-review-wrapper table tfoot, .cart-wrapper .order-review-wrapper table th, .cart-wrapper .order-review-wrapper table thead, .cart-wrapper .order-review-wrapper table tr {
  border: none;
}
.cart-wrapper .order-review-wrapper table {
  width: 100%;
  border: 0;
}
.cart-wrapper .order-review-wrapper table thead th {
  border: none;
  border-bottom: 1px solid #EDEEF5;
  padding-left: 0;
  padding-bottom: 0.75rem;
  text-align: left;
  font-size: 15px;
  font-weight: 700;
  color: var(--tp-common-black);
}
.cart-wrapper .order-review-wrapper table thead th:last-child {
  text-align: right;
  padding-right: 0;
}
.cart-wrapper .order-review-wrapper table tbody tr {
  border-bottom: 1px solid #eaedff;
}
.cart-wrapper .order-review-wrapper table tbody tr.cart_item td {
  font-size: 15px;
}
.cart-wrapper .order-review-wrapper table tbody tr.cart_item td:first-child {
  border-top: medium none;
  color: #6f7172;
  font-weight: normal;
  text-align: left;
  vertical-align: middle;
  white-space: nowrap;
  width: 250px;
}
.cart-wrapper .order-review-wrapper table tbody tr.cart_item td:last-child {
  padding-right: 0;
  text-align: right;
  color: var(--tp-common-black);
}
.cart-wrapper .order-review-wrapper table tbody tr.cart_item td strong {
  color: var(--tp-common-black);
}
.cart-wrapper .order-review-wrapper table tbody tr td {
  border: 0;
  padding: 15px 0;
}
.cart-wrapper .order-review-wrapper table tfoot tr {
  border-bottom: 1px solid #eaedff;
}
.cart-wrapper .order-review-wrapper table tfoot tr.woocommerce-shipping-totals.shipping th {
  border: none;
  border-bottom: 1px solid #EDEEF5;
  padding-left: 0;
  color: var(--tp-common-black);
  padding-bottom: 0.75rem;
  text-align: left;
  font-size: 14px;
  font-weight: 600;
}
.cart-wrapper .order-review-wrapper table tfoot tr.woocommerce-shipping-totals.shipping td {
  text-align: right;
  padding: 10px 0 10px;
}
.cart-wrapper .order-review-wrapper table tfoot tr.cart-subtotal th {
  border: none;
  border-bottom: 1px solid #EDEEF5;
  padding-left: 0;
  color: var(--tp-common-black);
  padding-bottom: 0.75rem;
  text-align: left;
  font-size: 14px;
  font-weight: 600;
}
.cart-wrapper .order-review-wrapper table tfoot tr.cart-subtotal td {
  border: none;
  border-bottom: 1px solid #EDEEF5;
  padding-left: 0;
  color: #6f7172;
  padding-bottom: 0.75rem;
  text-align: right;
  font-size: 14px;
}
.cart-wrapper .order-review-wrapper table tfoot tr.order-total th {
  text-align: left;
}
.cart-wrapper .order-review-wrapper table tfoot tr.order-total td {
  text-align: right;
}
.cart-wrapper .order-review-wrapper table tfoot tr th {
  border: 0;
  padding-left: 0;
}
.cart-wrapper .order-review-wrapper table tfoot tr td {
  border: 0;
  padding-right: 0;
}

.tp-checkout-billing-wrapper {
  background-color: var(--tp-common-white);
}
.tp-checkout-billing-wrapper label {
  position: static;
  border: 0;
  margin-bottom: 7px;
  display: block;
  width: auto;
  color: var(--tp-common-black);
}
.tp-checkout-billing-wrapper label abbr.required {
  color: red;
  text-decoration: none;
}
.tp-checkout-billing-wrapper .woocommerce-input-wrapper span {
  display: block;
}
.tp-checkout-billing-wrapper input[type=text], .tp-checkout-billing-wrapper input[type=email], .tp-checkout-billing-wrapper input[type=tel], .tp-checkout-billing-wrapper input[type=url], .tp-checkout-billing-wrapper input[type=password] {
  outline: 0;
  border-radius: 12px;
  height: 46px;
  background: #FFFFFF;
  border: 1px solid #E0E2E3;
  font-size: 14px;
  color: var(--tp-common-black);
  padding: 0 25px;
  line-height: 46px;
  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: 767px) {
  .tp-checkout-billing-wrapper input[type=text], .tp-checkout-billing-wrapper input[type=email], .tp-checkout-billing-wrapper input[type=tel], .tp-checkout-billing-wrapper input[type=url], .tp-checkout-billing-wrapper input[type=password] {
    width: 100%;
  }
}
.tp-checkout-billing-wrapper input[type=text]:focus, .tp-checkout-billing-wrapper input[type=email]:focus, .tp-checkout-billing-wrapper input[type=tel]:focus, .tp-checkout-billing-wrapper input[type=url]:focus, .tp-checkout-billing-wrapper input[type=password]:focus {
  border-color: var(--tp-theme-1);
}
.tp-checkout-billing-wrapper .nice-select {
  height: 50px;
  line-height: 48px;
  border-radius: 0;
  border: 1px solid #D5D8DB;
  color: var(--tp-common-black);
  float: none;
  padding: 0 26px;
}
.tp-checkout-billing-wrapper .nice-select::after {
  right: 26px;
}
.tp-checkout-billing-wrapper .nice-select.open .list {
  -webkit-transform: scale(1) translateY(0px);
  -moz-transform: scale(1) translateY(0px);
  -ms-transform: scale(1) translateY(0px);
  -o-transform: scale(1) translateY(0px);
  transform: scale(1) translateY(0px);
}
.tp-checkout-billing-wrapper .nice-select .list {
  margin-top: 0;
  border-radius: 0;
  transform-origin: center center;
  -webkit-transform: scale(0.9) translateY(0px);
  -moz-transform: scale(0.9) translateY(0px);
  -ms-transform: scale(0.9) translateY(0px);
  -o-transform: scale(0.9) translateY(0px);
  transform: scale(0.9) translateY(0px);
  width: 100%;
  padding: 12px 0;
}
.tp-checkout-billing-wrapper .nice-select .list .option {
  line-height: 1.2;
  min-height: inherit;
  padding-top: 5px;
  padding-bottom: 5px;
}
.tp-checkout-billing-wrapper .nice-select .list .option:hover {
  color: var(--tp-theme-primary);
}
.tp-checkout-billing-wrapper .select2-container .select2-selection--single {
  height: 46px;
  margin-bottom: 28px;
}
.tp-checkout-billing-wrapper .select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #E0E2E3;
  border-radius: 0;
}
.tp-checkout-billing-wrapper .select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 25px;
  padding-right: 35px;
}
.tp-checkout-billing-wrapper .select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 0;
  right: 17px;
  height: 46px;
}
.tp-checkout-billing-wrapper .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: var(--tp-common-black);
  line-height: 46px;
}
.tp-checkout-billing-wrapper button[name=save_address], .tp-checkout-billing-wrapper button[name=save_account_details] {
  border-radius: 0;
  border: 0;
  outline: 0;
  font-size: 16px;
  font-weight: 500;
  color: var(--tp-common-white);
  padding: 11px 45px;
  background-color: var(--tp-common-black);
  margin-bottom: 15px;
  text-transform: capitalize;
}
.tp-checkout-billing-wrapper button[name=save_address]:hover, .tp-checkout-billing-wrapper button[name=save_account_details]:hover {
  background-color: var(--tp-theme-1);
  color: var(--tp-common-white);
}
.tp-checkout-billing-wrapper button[name=save_account_details] {
  margin-top: 20px;
}
.tp-checkout-billing-wrapper .woocommerce-form-row {
  margin-bottom: 0;
}
.tp-checkout-billing-wrapper button.woocommerce-form-login__submit[type=submit], .tp-checkout-billing-wrapper button.woocommerce-form-register__submit[name=register] {
  border-radius: 0;
  border: 0;
  outline: 0;
  font-size: 16px;
  font-weight: 500;
  color: var(--tp-common-white);
  padding: 11px 45px;
  background-color: var(--tp-theme-1);
  margin-bottom: 15px;
  display: block;
}
.tp-checkout-billing-wrapper button.woocommerce-form-login__submit[type=submit]:hover, .tp-checkout-billing-wrapper button.woocommerce-form-register__submit[name=register]:hover {
  background-color: var(--tp-common-black);
  color: var(--tp-common-white);
}
.tp-checkout-billing-wrapper .woocommerce-privacy-policy-text p a {
  color: var(--tp-theme-1);
}
.tp-checkout-billing-wrapper .woocommerce-privacy-policy-text p a:hover {
  text-decoration: underline !important;
}
.tp-checkout-billing-existing-login, .tp-checkout-billing-coupon {
  margin-bottom: 15px;
}
.tp-checkout-billing-existing-login label, .tp-checkout-billing-coupon label {
  position: static;
  border: 0;
  margin-bottom: 7px;
  display: inline-block;
  width: auto;
  color: var(--tp-common-black);
}
.tp-checkout-billing-existing-login label abbr.required, .tp-checkout-billing-coupon label abbr.required {
  color: red;
  text-decoration: none;
}
.tp-checkout-billing-existing-login .woocommerce-info, .tp-checkout-billing-coupon .woocommerce-info {
  font-size: 15px;
  color: var(--tp-common-black);
  display: inline-block;
  padding: 8px 26px;
  width: 100%;
}
.tp-checkout-billing-existing-login .woocommerce-info a, .tp-checkout-billing-coupon .woocommerce-info a {
  color: var(--tp-theme-1);
  position: relative;
  border-bottom: 1px solid var(--tp-theme-1);
}
.tp-checkout-billing-existing-login .checkout_coupon.woocommerce-form-coupon, .tp-checkout-billing-existing-login .woocommerce-form.woocommerce-form-login, .tp-checkout-billing-coupon .checkout_coupon.woocommerce-form-coupon, .tp-checkout-billing-coupon .woocommerce-form.woocommerce-form-login {
  margin-top: 14px;
  background-color: var(--tp-common-white);
  position: relative;
}
.tp-checkout-billing-existing-login input[type=text], .tp-checkout-billing-existing-login input[type=email], .tp-checkout-billing-existing-login input[type=tel], .tp-checkout-billing-existing-login input[type=url], .tp-checkout-billing-existing-login input[type=password], .tp-checkout-billing-coupon input[type=text], .tp-checkout-billing-coupon input[type=email], .tp-checkout-billing-coupon input[type=tel], .tp-checkout-billing-coupon input[type=url], .tp-checkout-billing-coupon input[type=password] {
  outline: 0;
  border-radius: 0;
  height: 46px;
  background: #FFFFFF;
  border: 1px solid #E0E2E3;
  font-size: 14px;
  color: var(--tp-common-black);
  padding: 0 25px;
  line-height: 46px;
  margin-bottom: 0;
  margin-right: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .tp-checkout-billing-existing-login input[type=text], .tp-checkout-billing-existing-login input[type=email], .tp-checkout-billing-existing-login input[type=tel], .tp-checkout-billing-existing-login input[type=url], .tp-checkout-billing-existing-login input[type=password], .tp-checkout-billing-coupon input[type=text], .tp-checkout-billing-coupon input[type=email], .tp-checkout-billing-coupon input[type=tel], .tp-checkout-billing-coupon input[type=url], .tp-checkout-billing-coupon input[type=password] {
    width: 100%;
  }
}
.tp-checkout-billing-existing-login input[type=text]:focus, .tp-checkout-billing-existing-login input[type=email]:focus, .tp-checkout-billing-existing-login input[type=tel]:focus, .tp-checkout-billing-existing-login input[type=url]:focus, .tp-checkout-billing-existing-login input[type=password]:focus, .tp-checkout-billing-coupon input[type=text]:focus, .tp-checkout-billing-coupon input[type=email]:focus, .tp-checkout-billing-coupon input[type=tel]:focus, .tp-checkout-billing-coupon input[type=url]:focus, .tp-checkout-billing-coupon input[type=password]:focus {
  border-color: var(--tp-theme-1);
}
.tp-checkout-billing-existing-login button[type=submit], .tp-checkout-billing-coupon button[type=submit] {
  display: inline-block;
  background-color: var(--tp-common-blue);
  color: var(--tp-common-white);
  height: 45px;
  line-height: 45px;
  border-radius: 30px;
  padding: 0 35px;
  font-size: 15px;
  font-weight: 600;
  text-align: center;
  text-transform: capitalize;
  position: relative;
  overflow: hidden;
  z-index: 1;
  transition: 0.5s;
}
.tp-checkout-billing-existing-login button[type=submit]:hover, .tp-checkout-billing-coupon button[type=submit]:hover {
  background-color: var(--tp-common-black);
  color: var(--tp-common-white);
}
.tp-checkout-billing-existing-login .woocommerce-form__label.woocommerce-form__label-for-checkbox.woocommerce-form-login__rememberme, .tp-checkout-billing-coupon .woocommerce-form__label.woocommerce-form__label-for-checkbox.woocommerce-form-login__rememberme {
  margin-bottom: 15px;
}
.tp-checkout-billing-existing-login .woocommerce-form__label.woocommerce-form__label-for-checkbox.woocommerce-form-login__rememberme input, .tp-checkout-billing-coupon .woocommerce-form__label.woocommerce-form__label-for-checkbox.woocommerce-form-login__rememberme input {
  display: none;
}
.tp-checkout-billing-existing-login .woocommerce-form__label.woocommerce-form__label-for-checkbox.woocommerce-form-login__rememberme input:checked ~ span::after, .tp-checkout-billing-coupon .woocommerce-form__label.woocommerce-form__label-for-checkbox.woocommerce-form-login__rememberme input:checked ~ span::after {
  background-color: var(--tp-theme-1);
  border-color: var(--tp-theme-1);
}
.tp-checkout-billing-existing-login .woocommerce-form__label.woocommerce-form__label-for-checkbox.woocommerce-form-login__rememberme input:checked ~ span::before, .tp-checkout-billing-coupon .woocommerce-form__label.woocommerce-form__label-for-checkbox.woocommerce-form-login__rememberme input:checked ~ span::before {
  visibility: visible;
  opacity: 1;
}
.tp-checkout-billing-existing-login .woocommerce-form__label.woocommerce-form__label-for-checkbox.woocommerce-form-login__rememberme span, .tp-checkout-billing-coupon .woocommerce-form__label.woocommerce-form__label-for-checkbox.woocommerce-form-login__rememberme span {
  font-size: 15px;
  color: #55585B;
  position: relative;
  padding-left: 26px;
  z-index: 1;
}
.tp-checkout-billing-existing-login .woocommerce-form__label.woocommerce-form__label-for-checkbox.woocommerce-form-login__rememberme span::after, .tp-checkout-billing-coupon .woocommerce-form__label.woocommerce-form__label-for-checkbox.woocommerce-form-login__rememberme span::after {
  position: absolute;
  content: "";
  top: 2px;
  left: 0;
  width: 18px;
  height: 18px;
  line-height: 16px;
  text-align: center;
  border: 1px solid #C3C7C9;
  z-index: -1;
  -webkit-transition: all 0.2s 0s ease-out;
  -moz-transition: all 0.2s 0s ease-out;
  -ms-transition: all 0.2s 0s ease-out;
  -o-transition: all 0.2s 0s ease-out;
  transition: all 0.2s 0s ease-out;
}
.tp-checkout-billing-existing-login .woocommerce-form__label.woocommerce-form__label-for-checkbox.woocommerce-form-login__rememberme span::before, .tp-checkout-billing-coupon .woocommerce-form__label.woocommerce-form__label-for-checkbox.woocommerce-form-login__rememberme span::before {
  position: absolute;
  content: url("../icons/check.svg");
  top: 2px;
  left: 0;
  width: 18px;
  height: 18px;
  line-height: 16px;
  text-align: center;
  visibility: hidden;
  opacity: 0;
  color: var(--tp-common-white);
  -webkit-transition: all 0.2s 0s ease-out;
  -moz-transition: all 0.2s 0s ease-out;
  -ms-transition: all 0.2s 0s ease-out;
  -o-transition: all 0.2s 0s ease-out;
  transition: all 0.2s 0s ease-out;
}
.tp-checkout-billing-existing-login .woocommerce-form__label.woocommerce-form__label-for-checkbox.woocommerce-form-login__rememberme span a:hover, .tp-checkout-billing-coupon .woocommerce-form__label.woocommerce-form__label-for-checkbox.woocommerce-form-login__rememberme span a:hover {
  color: var(--tp-theme-1);
}
.tp-checkout-billing-existing-login .woocommerce-form__label.woocommerce-form__label-for-checkbox.woocommerce-form-login__rememberme span:hover, .tp-checkout-billing-coupon .woocommerce-form__label.woocommerce-form__label-for-checkbox.woocommerce-form-login__rememberme span:hover {
  cursor: pointer;
}
.tp-checkout-billing-existing-login .lost_password a, .tp-checkout-billing-coupon .lost_password a {
  color: var(--tp-common-black);
  -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-checkout-billing-existing-login .lost_password a:hover, .tp-checkout-billing-coupon .lost_password a:hover {
  color: var(--tp-theme-1);
}

.woocommerce-form.woocommerce-form-login .woocommerce-form__label.woocommerce-form__label-for-checkbox.woocommerce-form-login__rememberme {
  margin-bottom: 15px;
}
.woocommerce-form.woocommerce-form-login .woocommerce-form__label.woocommerce-form__label-for-checkbox.woocommerce-form-login__rememberme input {
  display: none;
}
.woocommerce-form.woocommerce-form-login .woocommerce-form__label.woocommerce-form__label-for-checkbox.woocommerce-form-login__rememberme input:checked ~ span::after {
  background-color: var(--tp-theme-1);
  border-color: var(--tp-theme-1);
}
.woocommerce-form.woocommerce-form-login .woocommerce-form__label.woocommerce-form__label-for-checkbox.woocommerce-form-login__rememberme input:checked ~ span::before {
  visibility: visible;
  opacity: 1;
}
.woocommerce-form.woocommerce-form-login .woocommerce-form__label.woocommerce-form__label-for-checkbox.woocommerce-form-login__rememberme span {
  font-size: 15px;
  color: #55585B;
  position: relative;
  padding-left: 26px;
  z-index: 1;
}
.woocommerce-form.woocommerce-form-login .woocommerce-form__label.woocommerce-form__label-for-checkbox.woocommerce-form-login__rememberme span::after {
  position: absolute;
  content: "";
  top: 4px;
  left: 0;
  width: 16px;
  height: 16px;
  line-height: 16px;
  text-align: center;
  border: 1px solid #C3C7C9;
  z-index: -1;
  border-radius: 4px;
  -webkit-transition: all 0.2s 0s ease-out;
  -moz-transition: all 0.2s 0s ease-out;
  -ms-transition: all 0.2s 0s ease-out;
  -o-transition: all 0.2s 0s ease-out;
  transition: all 0.2s 0s ease-out;
}
.woocommerce-form.woocommerce-form-login .woocommerce-form__label.woocommerce-form__label-for-checkbox.woocommerce-form-login__rememberme span::before {
  position: absolute;
  content: url("../img/svg/check.svg");
  top: 2px;
  left: 0;
  width: 16px;
  height: 16px;
  line-height: 16px;
  text-align: center;
  visibility: hidden;
  opacity: 0;
  color: var(--tp-common-white);
  border-radius: 4px;
  -webkit-transition: all 0.2s 0s ease-out;
  -moz-transition: all 0.2s 0s ease-out;
  -ms-transition: all 0.2s 0s ease-out;
  -o-transition: all 0.2s 0s ease-out;
  transition: all 0.2s 0s ease-out;
}
.woocommerce-form.woocommerce-form-login .woocommerce-form__label.woocommerce-form__label-for-checkbox.woocommerce-form-login__rememberme span a:hover {
  color: var(--tp-theme-1);
}
.woocommerce-form.woocommerce-form-login .woocommerce-form__label.woocommerce-form__label-for-checkbox.woocommerce-form-login__rememberme span:hover {
  cursor: pointer;
}
.woocommerce-form.woocommerce-form-login .lost_password a {
  color: var(--tp-common-black);
  -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;
}
.woocommerce-form.woocommerce-form-login .lost_password a:hover {
  color: var(--tp-theme-1);
}

.woocommerce-MyAccount-content .woosw-list .woosw-items .woosw-item--add .add_to_cart_button {
  font-size: 0;
}
.woocommerce-MyAccount-content .woosw-list .woosw-items .woosw-item--add .add_to_cart_button svg {
  margin-right: 0;
}

.woocommerce-checkout-payment .wc_payment_methods {
  padding-left: 0;
  padding-bottom: 26px;
  margin-bottom: 24px;
  border-bottom: 1px solid #E0E2E3;
}
.woocommerce-checkout-payment .wc_payment_methods .wc_payment_method {
  list-style: none;
}
.woocommerce-checkout-payment .wc_payment_methods .wc_payment_method:not(:last-child) {
  margin-bottom: 10px;
}
.woocommerce-checkout-payment .wc_payment_methods .wc_payment_method input {
  display: none;
}
.woocommerce-checkout-payment .wc_payment_methods .wc_payment_method input:checked ~ label::after {
  border-color: var(--tp-theme-1);
}
.woocommerce-checkout-payment .wc_payment_methods .wc_payment_method input:checked ~ label::before {
  opacity: 1;
  visibility: visible;
}
.woocommerce-checkout-payment .wc_payment_methods .wc_payment_method label {
  font-size: 14px;
  position: relative;
  padding-left: 27px;
  font-weight: 500;
  color: var(--tp-common-black);
}
.woocommerce-checkout-payment .wc_payment_methods .wc_payment_method label:hover {
  cursor: pointer;
}
.woocommerce-checkout-payment .wc_payment_methods .wc_payment_method label::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 1px solid #BCBCBC;
  -webkit-transition: all 0.2s 0s ease-out;
  -moz-transition: all 0.2s 0s ease-out;
  -ms-transition: all 0.2s 0s ease-out;
  -o-transition: all 0.2s 0s ease-out;
  transition: all 0.2s 0s ease-out;
}
.woocommerce-checkout-payment .wc_payment_methods .wc_payment_method label::before {
  position: absolute;
  content: "";
  left: 3px;
  top: 3px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: var(--tp-theme-1);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.2s 0s ease-out;
  -moz-transition: all 0.2s 0s ease-out;
  -ms-transition: all 0.2s 0s ease-out;
  -o-transition: all 0.2s 0s ease-out;
  transition: all 0.2s 0s ease-out;
}
.woocommerce-checkout-payment .wc_payment_methods .wc_payment_method label img {
  margin-left: 14px;
  -webkit-transform: translateY(-2px);
  -moz-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  -o-transform: translateY(-2px);
  transform: translateY(-2px);
}
.woocommerce-checkout-payment .wc_payment_methods .wc_payment_method label a {
  margin-left: 20px;
  position: relative;
}
.woocommerce-checkout-payment .wc_payment_methods .wc_payment_method label a::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 3px;
  width: 100%;
  height: 1px;
  background-color: var(--tp-common-black);
}
.woocommerce-checkout-payment .wc_payment_methods .wc_payment_method .payment_box {
  position: relative;
  padding-top: 10px;
  display: none;
}
.woocommerce-checkout-payment .wc_payment_methods .wc_payment_method .payment_box::after {
  position: absolute;
  content: "";
  left: 57px;
  top: 0;
  width: 16px;
  height: 16px;
  background-color: #F6F7F9;
  -webkit-transform: translateY(3px) rotate(45deg);
  -moz-transform: translateY(3px) rotate(45deg);
  -ms-transform: translateY(3px) rotate(45deg);
  -o-transform: translateY(3px) rotate(45deg);
  transform: translateY(3px) rotate(45deg);
}
.woocommerce-checkout-payment .wc_payment_methods .wc_payment_method .payment_box p {
  background-color: #F6F7F9;
  padding: 19px 30px;
  margin-left: 27px;
  font-size: 14px;
  line-height: 1.57;
  color: #55585B;
  margin-bottom: 0;
}

/*----------------------------------------*/
/*  20. SHOP CSS START
/*----------------------------------------*/
.tp-shop-list-title {
  font-weight: 400;
  font-size: 16px;
  color: #818487;
  margin-bottom: 0;
}

.woocommerce-ordering .orderby {
  background-color: #F9F9F9;
  border: 1px solid rgba(1, 15, 28, 0.1);
  border-radius: 0;
  font-size: 14px;
  color: var(--tp-common-black);
  height: 40px;
  line-height: 38px;
  padding: 0 25px;
  min-width: 204px;
  float: none;
}
.woocommerce-ordering .orderby:after {
  border-bottom: 2px solid #999 !important;
  border-right: 2px solid #999 !important;
}

/*----------------------------------------*/
/*  8.1 Ecommerce Common START
/*----------------------------------------*/
.tp-product-quantity-product-quantity {
  width: 148px;
  position: relative;
}
.tp-product-quantity-cart-plus, .tp-product-quantity-cart-minus {
  width: 45px;
  height: 44px;
  line-height: 44px;
  display: inline-block;
  text-align: center;
  font-size: 16px;
  color: var(--tp-common-black);
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.tp-product-quantity-cart-plus::after, .tp-product-quantity-cart-minus::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 26px;
  top: 50%;
  right: 0;
  background-color: #DADCE0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.tp-product-quantity-cart-plus svg, .tp-product-quantity-cart-minus svg {
  -webkit-transform: translateY(-2px);
  -moz-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  -o-transform: translateY(-2px);
  transform: translateY(-2px);
}
.tp-product-quantity-cart-plus:hover, .tp-product-quantity-cart-minus:hover {
  cursor: pointer;
  color: var(--tp-theme-primary);
}
.tp-product-quantity-cart-plus.tp-product-quantity-cart-plus, .tp-product-quantity-cart-minus.tp-product-quantity-cart-plus {
  left: auto;
  right: 0;
}
.tp-product-quantity-cart-plus.tp-product-quantity-cart-plus::after, .tp-product-quantity-cart-minus.tp-product-quantity-cart-plus::after {
  left: 0;
  right: auto;
}
.tp-product-quantity-cart-input[type=text] {
  width: 100%;
  height: 44px;
  text-align: center;
  font-size: 14px;
  border: 1px solid #DADCE0;
  background-color: var(--tp-common-white);
  padding: 0 45px;
}
.tp-product-quantity-cart-input[type=text]:focus {
  outline: none;
}

/*----------------------------------------*/
/*  8.2 Cartmini CSS START
/*----------------------------------------*/
.cartmini__style-darkRed .cartmini__shipping .progress-bar {
  background-color: var(--tp-theme-secondary);
}
.cartmini__style-darkRed .cartmini__price {
  color: var(--tp-theme-secondary);
}
.cartmini__style-darkRed .cartmini__checkout-btn .tp-btn:hover {
  background-color: var(--tp-theme-secondary);
  border-color: var(--tp-theme-secondary);
}
.cartmini__style-darkRed .cartmini__del:hover, .cartmini__style-darkRed .cartmini__title a:hover {
  color: var(--tp-theme-secondary);
}
.cartmini__style-brown .cartmini__shipping .progress-bar {
  background-color: var(--tp-theme-brown);
}
.cartmini__style-brown .cartmini__price {
  color: var(--tp-theme-brown);
}
.cartmini__style-brown .cartmini__checkout-btn .tp-btn:hover {
  background-color: var(--tp-theme-brown);
  border-color: var(--tp-theme-brown);
}
.cartmini__style-brown .cartmini__del:hover, .cartmini__style-brown .cartmini__title a:hover {
  color: var(--tp-theme-brown);
}
.cartmini__style-green .cartmini__shipping .progress-bar {
  background-color: var(--tp-theme-green);
}
.cartmini__style-green .cartmini__price {
  color: var(--tp-theme-green);
}
.cartmini__style-green .cartmini__checkout-btn .tp-btn:hover {
  background-color: var(--tp-theme-green);
  border-color: var(--tp-theme-green);
}
.cartmini__style-green .cartmini__del:hover, .cartmini__style-green .cartmini__title a:hover {
  color: var(--tp-theme-green);
}
.cartmini__area {
  position: fixed;
  right: 0;
  top: 0;
  width: 320px;
  height: 100%;
  -webkit-transform: translateX(calc(100% + 80px));
  -moz-transform: translateX(calc(100% + 80px));
  -ms-transform: translateX(calc(100% + 80px));
  -o-transform: translateX(calc(100% + 80px));
  transform: translateX(calc(100% + 80px));
  background: var(--tp-common-white) none repeat scroll 0 0;
  -webkit-transition: 0.45s ease-in-out, opacity 0.45s ease-in-out;
  -moz-transition: 0.45s ease-in-out, opacity 0.45s ease-in-out;
  -ms-transition: 0.45s ease-in-out, opacity 0.45s ease-in-out;
  -o-transition: 0.45s ease-in-out, opacity 0.45s ease-in-out;
  transition: 0.45s ease-in-out, opacity 0.45s ease-in-out;
  z-index: 9999;
  scrollbar-width: none;
}
.cartmini__area::-webkit-scrollbar {
  display: none; /* for Chrome, Safari, and Opera */
}
.cartmini__area.cartmini-opened {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
.cartmini__wrapper {
  position: relative;
  min-height: 100%;
  padding-left: 25px;
  padding-right: 25px;
}
.cartmini__top-title {
  padding: 20px 0;
  border-bottom: 1px solid var(--tp-border-primary);
}
.cartmini__top-title h4 {
  font-size: 16px;
  text-transform: capitalize;
  font-weight: 600;
  margin-bottom: 0;
}
.cartmini__close {
  position: absolute;
  top: 17px;
  right: 0;
}
.cartmini__close-btn {
  background: transparent;
  color: var(--tp-common-black);
  font-size: 22px;
}
.cartmini__close-btn:hover {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.cartmini__shipping {
  padding: 15px 0;
  border-bottom: 1px solid var(--tp-border-primary);
}
.cartmini__shipping .progress {
  height: 10px;
  border-radius: 0;
}
.cartmini__shipping .progress-bar {
  background-color: var(--tp-theme-primary);
}
.cartmini__shipping p {
  margin-bottom: 5px;
}
.cartmini__shipping p span {
  color: var(--tp-pink-1);
  font-weight: 600;
}
.cartmini__widget {
  height: calc(100vh - 380px);
  overflow-y: scroll;
  overscroll-behavior-y: contain;
  scrollbar-width: none;
}
.cartmini__widget::-webkit-scrollbar {
  display: none; /* for Chrome, Safari, and Opera */
}
.cartmini__widget-item {
  position: relative;
  display: flex;
  padding: 20px 0;
  border-bottom: 1px solid rgba(129, 129, 129, 0.2);
}
.cartmini__widget-item:last-child {
  border-bottom: 0;
}
.cartmini__thumb {
  border: 1px solid var(--tp-border-primary);
  margin-right: 15px;
}
.cartmini__thumb img {
  width: 70px;
  height: auto;
}
.cartmini__title {
  font-size: 15px;
  margin-bottom: 4px;
  font-weight: 500;
}
.cartmini__title a:hover {
  color: var(--tp-theme-primary);
}
.cartmini__content {
  padding-right: 15px;
}
.cartmini__content .tp-product-quantity {
  width: 75px;
  padding: 0;
}
.cartmini__content .tp-product-quantity .tp-cart-input[type=text] {
  height: 30px;
  text-align: center;
  font-size: 13px;
  border: 1px solid var(--tp-border-primary);
  background-color: var(--tp-common-white);
  padding: 0;
}
.cartmini__content .tp-product-quantity .tp-cart-plus,
.cartmini__content .tp-product-quantity .tp-cart-minus {
  width: 20px;
  height: 30px;
  line-height: 30px;
  display: inline-block;
  text-align: center;
  font-size: 13px;
  left: 3px;
}
.cartmini__content .tp-product-quantity .tp-cart-plus svg,
.cartmini__content .tp-product-quantity .tp-cart-minus svg {
  -webkit-transform: translateY(-1px);
  -moz-transform: translateY(-1px);
  -ms-transform: translateY(-1px);
  -o-transform: translateY(-1px);
  transform: translateY(-1px);
  width: 10px;
}
.cartmini__content .tp-product-quantity .tp-cart-plus::after,
.cartmini__content .tp-product-quantity .tp-cart-minus::after {
  display: none;
}
.cartmini__content .tp-product-quantity .tp-cart-plus {
  left: auto;
  right: 3px;
}
.cartmini__del {
  position: absolute;
  top: 15px;
  right: 0;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  color: var(--tp-common-black);
  font-size: 14px;
}
.cartmini__del:hover {
  color: var(--tp-theme-primary);
}
.cartmini__checkout {
  padding-top: 15px;
  padding-bottom: 85px;
  width: 100%;
  background: var(--tp-common-white);
  border-top: 2px solid var(--tp-border-primary);
}
.cartmini__checkout-title h4 {
  font-size: 15px;
  display: inline-block;
  font-weight: 500;
  margin-bottom: 0;
  text-transform: capitalize;
}
.cartmini__checkout-title span {
  float: right;
  font-size: 15px;
  color: var(--tp-common-black);
  font-weight: 500;
}
.cartmini__checkout-btn .tp-btn {
  font-size: 15px;
  text-transform: capitalize;
  padding: 10px 30px;
  text-align: center;
}
.cartmini__checkout-btn .tp-btn:hover {
  background-color: var(--tp-theme-primary);
  color: var(--tp-common-white);
  border-color: var(--tp-theme-primary);
}
.cartmini__checkout-btn .tp-btn-border:hover {
  background-color: var(--tp-theme-primary);
  color: var(--tp-common-white);
  border-color: var(--tp-theme-primary);
}
.cartmini__price {
  font-size: 14px;
  font-weight: 500;
  color: var(--tp-theme-primary);
}
.cartmini__quantity {
  font-size: 12px;
  font-weight: 500;
}
.cartmini__empty {
  margin-top: 150px;
}
.cartmini__empty img {
  margin-bottom: 30px;
}
.cartmini__empty p {
  font-size: 16px;
  color: var(--tp-common-black);
  margin-bottom: 15px;
}
.cartmini__empty .tp-btn {
  background-color: var(--tp-grey-1);
  font-size: 15px;
  text-transform: capitalize;
  color: var(--tp-common-black);
  padding: 10px 30px;
  text-align: center;
}
.cartmini__empty .tp-btn:hover {
  background-color: var(--tp-common-black);
  color: var(--tp-common-white);
}

/*----------------------------------------*/
/*  8.3 Cart Modal CSS START
/*----------------------------------------*/
/*----------------------------------------*/
/*  8.6 Tooltip CSS START
/*----------------------------------------*/
.tp-product-tooltip {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 100%;
  font-weight: 500;
  font-size: 12px;
  color: var(--tp-common-white);
  background-color: var(--tp-common-black);
  display: inline-block;
  width: max-content;
  line-height: 1;
  padding: 4px 6px;
  border-radius: 4px;
  visibility: hidden;
  opacity: 0;
  z-index: 1;
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24), -webkit-transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
  -moz-transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24), -webkit-transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
  -ms-transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24), -webkit-transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
  -o-transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24), -webkit-transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24), -webkit-transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
}
.tp-product-tooltip::before {
  position: absolute;
  content: "";
  right: -4px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-left: 8px solid var(--tp-common-black);
  border-bottom: 8px solid transparent;
}
.tp-product-tooltip-right {
  left: 100%;
  right: auto;
}
.tp-product-tooltip-right::before {
  left: -4px;
  right: auto;
  border-left: 0;
  border-right: 8px solid var(--tp-common-black);
}

/*----------------------------------------*/
/*  8.10 Product Card Style 2 CSS
/*----------------------------------------*/
.tp-product-item:hover .tp-product-thumb img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.tp-product-item:hover .tp-product-action {
  left: 24px;
  visibility: visible;
  opacity: 1;
}
.tp-product-badge {
  position: absolute;
  top: 16px;
  left: 20px;
  z-index: 1;
}
.tp-product-badge span {
  font-weight: 500;
  font-size: 14px;
  line-height: 1;
  color: var(--tp-common-white);
  background-color: #3e97ff;
  border-radius: 4px;
  display: inline-block;
  padding: 3px 10px 5px;
  text-transform: capitalize;
}
.tp-product-badge span.tp-product-on-sale {
  background-color: #3e97ff;
}
.tp-product-title {
  font-weight: 500;
  font-size: 20px;
  margin-bottom: 10px;
}
.tp-product-title a:hover {
  color: var(--tp-theme-1);
}
.tp-product-tag {
  margin-bottom: 2px;
}
.tp-product-tag a {
  font-size: 14px;
  position: relative;
  display: inline-block;
  line-height: 1;
}
.tp-product-tag a::after {
  position: absolute;
  content: "";
  left: auto;
  right: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background-color: var(--tp-theme-1);
}
.tp-product-tag a:hover {
  color: var(--tp-theme-1);
}
.tp-product-tag a:hover::after {
  left: 0;
  right: auto;
  width: 100%;
}
.tp-product-price-wrapper .price span {
  font-weight: 500;
  font-size: 14px;
  color: var(--tp-common-black);
  text-decoration: none;
}
.tp-product-price-wrapper .price ins {
  text-decoration: none;
}
.tp-product-price-wrapper .price del {
  text-decoration: none;
}
.tp-product-price-wrapper .price del span {
  font-weight: 400;
  font-size: 13px;
  text-decoration-line: line-through;
  color: var(--tp-text-body);
}
.tp-product-action {
  position: absolute;
  left: 0;
  top: 57px;
  right: auto;
  bottom: auto;
  z-index: 1;
  visibility: hidden;
  opacity: 0;
}
@media (max-width: 767px) {
  .tp-product-action {
    top: 30px;
  }
}
.tp-product-action .product-action-btn {
  position: relative;
  display: inline-block;
  width: 42px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  font-size: 0;
  color: var(--tp-common-black);
  background-color: var(--tp-common-white);
  border-bottom: 0;
  box-shadow: 0px 1px 2px rgba(1, 15, 28, 0.2);
  border-radius: 50%;
  margin-bottom: 6px;
  -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-product-action .product-action-btn:hover, .tp-product-action .product-action-btn.loading:hover {
  color: var(--tp-common-white);
  background-color: var(--tp-common-black);
}
.tp-product-action .product-action-btn:hover .tp-product-tooltip, .tp-product-action .product-action-btn.loading:hover .tp-product-tooltip {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateX(8px) translateY(-50%);
  -moz-transform: translateX(8px) translateY(-50%);
  -ms-transform: translateX(8px) translateY(-50%);
  -o-transform: translateX(8px) translateY(-50%);
  transform: translateX(8px) translateY(-50%);
}
.tp-product-action .product-action-btn:hover::before, .tp-product-action .product-action-btn:hover::after, .tp-product-action .product-action-btn.loading:hover::before, .tp-product-action .product-action-btn.loading:hover::after {
  color: var(--tp-common-white) !important;
}
.tp-product-action .product-action-btn.icon-btn.woosq-btn {
  display: block;
}
.tp-product-action .product-action-btn .button.br_compare_button {
  transition: color 0.3s ease-out;
  display: inline-block;
  padding: 0;
  margin: 0 !important;
}
.tp-product-action .product-action-btn .button.br_compare_button i {
  width: auto;
}
.tp-product-action .product-action-btn .button.br_compare_button:hover {
  color: #fff;
  background-color: transparent;
}
.tp-product-action .product-action-btn:hover {
  background-color: var(--tp-theme-1);
  color: var(--tp-common-white);
}
.tp-product-thumb img {
  width: 100%;
}
.tp-product-rating-icon {
  margin-bottom: 5px;
}

.product-action-btn {
  position: relative;
}
.product-action-btn .product-action-tooltip {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 90%;
  font-weight: 500;
  font-size: 12px;
  color: var(--tp-common-white);
  background-color: var(--tp-common-black);
  z-index: 1;
  display: inline-block;
  width: max-content;
  line-height: 1;
  padding: 4px 8px;
  margin-left: 8px;
  visibility: hidden;
  opacity: 0;
}
.product-action-btn .product-action-tooltip::after {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  -moz-transform: translate(-50%, -50%) rotate(45deg);
  -ms-transform: translate(-50%, -50%) rotate(45deg);
  -o-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
  height: 8px;
  width: 8px;
  background-color: var(--tp-common-black);
}
.product-action-btn svg {
  -webkit-transform: translate(1px, 0px);
  -moz-transform: translate(1px, 0px);
  -ms-transform: translate(1px, 0px);
  -o-transform: translate(1px, 0px);
  transform: translate(1px, 0px);
}
.product-action-btn:hover .product-action-tooltip {
  visibility: visible;
  opacity: 1;
  left: 100%;
}

/*----------------------------------------*/
/* 8.11 Product Card Style 3 CSS
/*----------------------------------------*/
.tp-product-item-3:hover .tp-product-thumb-3 img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.tp-product-item-3:hover .tp-product-action-3 {
  right: 20px;
  visibility: visible;
  opacity: 1;
}
.tp-product-item-3:hover .tp-product-add-cart-btn-large-wrapper {
  bottom: 0;
  visibility: visible;
  opacity: 1;
}
.tp-product-item-3 .tp-product-add-cart-btn-large-wrapper .tp-product-add-cart-btn-large {
  font-weight: 400;
  font-size: 16px;
  color: var(--tp-common-white);
  padding: 5px 30px;
}
.tp-product-item-3 .tp-product-add-cart-btn-large-wrapper .tp-product-add-cart-btn-large:hover {
  background-color: var(--tp-theme-brown);
}
.tp-product-item-3.tp-product-style-primary .tp-product-title-3 a:hover {
  color: var(--tp-theme-primary);
}
.tp-product-item-3.tp-product-style-primary .tp-product-badge span {
  border-radius: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .tp-product-item-3.tp-product-style-primary .tp-product-thumb-3 img {
    width: 100%;
  }
}
.tp-product-item-3.tp-product-style-primary .tp-product-add-cart-btn-large-wrapper .tp-product-add-cart-btn-large:hover {
  background-color: var(--tp-theme-primary);
}
.tp-product-title-3 {
  font-weight: 400;
  font-size: 20px;
  margin-bottom: 8px;
}
.tp-product-title-3 a:hover {
  color: var(--tp-theme-brown);
}
.tp-product-tag-3 span {
  position: relative;
  display: inline-block;
  line-height: 1;
  font-weight: 400;
  font-size: 12px;
  text-transform: uppercase;
  color: var(--tp-text-2);
}
.tp-product-tag-3 span:hover {
  color: var(--tp-theme-brown);
}
.tp-product-thumb-3 img {
  width: 100%;
}
.tp-product-price-3 {
  font-weight: 500;
  font-size: 16px;
  color: var(--tp-common-black);
}
.tp-product-price-3.new-price {
  color: var(--tp-common-black);
}
.tp-product-price-3.old-price {
  font-weight: 400;
  font-size: 14px;
  text-decoration-line: line-through;
  color: var(--tp-text-1);
}
.tp-product-action-3 {
  position: absolute;
  top: 20px;
  right: 0;
  bottom: auto;
  z-index: 1;
  visibility: hidden;
  opacity: 0;
}
@media (max-width: 767px) {
  .tp-product-action-3 {
    top: 30px;
  }
}
.tp-product-action-btn-3 {
  position: relative;
  display: inline-block;
  height: 40px;
  width: 40px;
  line-height: 40px;
  background: var(--tp-common-white);
  border: 1px solid #DFE0E1;
  box-shadow: 0px 1px 1px rgba(1, 15, 28, 0.1);
  margin-bottom: 4px;
}
.tp-product-action-btn-3:last-child {
  margin-bottom: 0;
}
.tp-product-action-btn-3 .tp-product-tooltip {
  font-weight: 600;
  font-size: 12px;
}
.tp-product-action-btn-3:hover {
  color: var(--tp-common-white);
  border-color: var(--tp-common-black);
  background: var(--tp-common-black);
  box-shadow: 0px 1px 1px rgba(1, 15, 28, 0.1);
}
.tp-product-action-btn-3:hover .tp-product-tooltip {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateX(-8px) translateY(-50%);
  -moz-transform: translateX(-8px) translateY(-50%);
  -ms-transform: translateX(-8px) translateY(-50%);
  -o-transform: translateX(-8px) translateY(-50%);
  transform: translateX(-8px) translateY(-50%);
}
.tp-product-badge-3 {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 1;
}
.tp-product-badge-3 span {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: var(--tp-common-black);
  border-radius: 50%;
  color: var(--tp-common-white);
  font-weight: 500;
  font-size: 13px;
  letter-spacing: -0.02em;
}
.tp-product-more-3 .tp-btn {
  font-weight: 400;
  font-size: 14px;
  padding: 6px 19px;
  color: var(--tp-common-black);
  background-color: var(--tp-common-white);
  border-color: var(--tp-common-white);
}
.tp-product-more-3 .tp-btn:hover {
  background-color: var(--tp-common-black);
  border-color: var(--tp-common-black);
  color: var(--tp-common-white);
}
.tp-product-tab-inner-3 .nav-tabs {
  border-bottom: 1px solid #DFE0E1;
  padding-bottom: 2px;
}

/* special item */
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .tp-special-item .tp-product-thumb-3 img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .tp-special-slider {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.tp-special-slider-dot .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--tp-theme-brown);
}
.tp-special-slider-thumb {
  position: relative;
  height: 100%;
  margin-right: -13px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .tp-special-slider-thumb {
    min-height: 400px;
    margin-right: 0;
  }
}
.tp-special-slider-thumb-active {
  height: 100%;
}
.tp-special-arrow button {
  position: absolute;
  top: 34%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: -70px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 16px;
  color: var(--tp-common-black);
  background-color: var(--tp-common-white);
  z-index: 1;
}
.tp-special-arrow button.tp-special-slider-button-next {
  left: auto;
  right: -70px;
}
.tp-special-arrow button:hover {
  background-color: var(--tp-common-black);
  color: var(--tp-common-white);
}
.tp-special-wrapper {
  margin-left: 12px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .tp-special-wrapper {
    margin-left: 0;
    margin-top: 10px;
  }
}
.tp-special-thumb img {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  object-fit: cover;
}
.tp-special-hotspot-1 {
  position: absolute;
  top: 35%;
  left: 19%;
}
.tp-special-hotspot-2 {
  position: absolute;
  bottom: 17%;
  right: 22%;
}
.tp-special-hotspot-item {
  width: 44px;
}
.tp-special-hotspot-item:hover .tp-special-hotspot-content {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translate(-37%, 55px);
  -moz-transform: translate(-37%, 55px);
  -ms-transform: translate(-37%, 55px);
  -o-transform: translate(-37%, 55px);
  transform: translate(-37%, 55px);
}
.tp-special-hotspot-content {
  background-color: var(--tp-common-white);
  position: relative;
  min-width: 165px;
  padding: 15px 20px;
  -webkit-transform: translate(-37%, 60px);
  -moz-transform: translate(-37%, 60px);
  -ms-transform: translate(-37%, 60px);
  -o-transform: translate(-37%, 60px);
  transform: translate(-37%, 60px);
  transform-origin: top center;
  visibility: hidden;
  opacity: 0;
}
.tp-special-hotspot-content::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 14px;
  height: 14px;
  background-color: var(--tp-common-white);
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  -moz-transform: translate(-50%, -50%) rotate(45deg);
  -ms-transform: translate(-50%, -50%) rotate(45deg);
  -o-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}
.tp-special-hotspot-content p {
  line-height: 1.2;
  margin-top: 10px;
  margin-bottom: 0;
}
.tp-special-hotspot-title {
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  text-align: center;
  margin-bottom: 0;
}

/*----------------------------------------*/
/*  8.12 Product Card Style 4 CSS
/*----------------------------------------*/
.tp-product-item-4:hover .tp-product-price-4 {
  visibility: hidden;
  opacity: 0;
}
.tp-product-item-4:hover .tp-product-add-to-cart-4 {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
}
.tp-product-item-4:hover .tp-product-action-4 {
  visibility: visible;
  opacity: 1;
  right: 20px;
}
.tp-product-item-4:hover .tp-product-thumb-4 img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.tp-product-action-4 {
  position: absolute;
  top: 20px;
  right: 0;
  bottom: auto;
  z-index: 1;
  visibility: hidden;
  opacity: 0;
}
@media (max-width: 767px) {
  .tp-product-action-4 {
    top: 30px;
  }
}
.tp-product-action-4.has-shadow .tp-product-action-btn-3 {
  box-shadow: 0px 1px 1px rgba(1, 15, 28, 0.1);
  border: 0;
}
.tp-product-action-4 .tp-product-action-btn-3 {
  box-shadow: none;
}
.tp-product-thumb-4 {
  position: relative;
  margin-bottom: 21px;
}
.tp-product-thumb-4 img {
  width: 100%;
}
.tp-product-title-4 {
  font-weight: 400;
  font-size: 20px;
  line-height: 1;
  margin-bottom: 2px;
}
.tp-product-title-4 a:hover {
  color: var(--tp-theme-brown);
}
.tp-product-info-4 p {
  font-size: 14px;
  margin-bottom: 2px;
}
.tp-product-price-4 {
  font-weight: 500;
  font-size: 16px;
  color: var(--tp-common-black);
  display: inline-block;
}
.tp-product-price-4.old-price {
  font-size: 14px;
  text-decoration: line-through;
  color: var(--tp-text-2);
  font-weight: 400;
}
.tp-product-add-to-cart-4 {
  position: absolute;
  bottom: 0;
  left: 0;
  margin: auto;
  background-color: var(--tp-common-white);
  font-weight: 500;
  font-size: 16px;
  color: var(--tp-common-black);
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  -ms-transform: translateY(10px);
  -o-transform: translateY(10px);
  transform: translateY(10px);
}
.tp-product-add-to-cart-4:hover {
  color: var(--tp-theme-brown);
}

.tp-best-slider .tp-swiper-scrollbar {
  background-color: #D3D8DD;
  width: calc(100% - 600px);
  margin: auto;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-best-slider .tp-swiper-scrollbar {
    width: calc(100% - 300px);
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-best-slider .tp-swiper-scrollbar {
    width: calc(100% - 200px);
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-best-slider .tp-swiper-scrollbar {
    width: calc(100% - 100px);
  }
}
@media (max-width: 767px) {
  .tp-best-slider .tp-swiper-scrollbar {
    width: 100%;
  }
}
.tp-best-item-4:hover .tp-product-price-wrapper-4 {
  visibility: hidden;
  opacity: 0;
}
.tp-best-item-4:hover .tp-best-add-to-cart-btn {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
}
.tp-best-price {
  position: relative;
}
.tp-best-add-to-cart-btn {
  position: absolute;
  bottom: 0;
  left: 0;
  margin: auto;
  background-color: var(--tp-common-white);
  font-weight: 500;
  font-size: 16px;
  color: var(--tp-common-black);
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  -ms-transform: translateY(10px);
  -o-transform: translateY(10px);
  transform: translateY(10px);
}
.tp-best-add-to-cart-btn:hover {
  color: var(--tp-theme-brown);
}

/*----------------------------------------*/
/*  8.13 Product Card Style 5 CSS
/*----------------------------------------*/
.tp-product-item-5:hover .tp-product-thumb-5 img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.tp-product-item-5:hover .tp-product-action-5 {
  left: 24px;
  visibility: visible;
  opacity: 1;
}
.tp-product-tag-5 span {
  font-size: 16px;
}
.tp-product-tag-5 span a:hover {
  color: var(--tp-theme-green);
}
.tp-product-title-5 {
  font-weight: 400;
  font-size: 20px;
  margin-bottom: 1px;
}
.tp-product-title-5 a:hover {
  color: var(--tp-theme-green);
}
.tp-product-rating-5 {
  margin-bottom: 6px;
  display: flex;
  align-items: center;
}
.tp-product-rating-5 span {
  color: var(--tp-yellow-3);
  font-size: 12px;
}
.tp-product-rating-5 span:not(:last-child) {
  margin-right: 2px;
}
.tp-product-thumb-5 {
  border-radius: 16px;
}
.tp-product-thumb-5 img {
  -webkit-transition: all 0.2s 0s ease-out;
  -moz-transition: all 0.2s 0s ease-out;
  -ms-transition: all 0.2s 0s ease-out;
  -o-transition: all 0.2s 0s ease-out;
  transition: all 0.2s 0s ease-out;
  width: 100%;
}
.tp-product-action-greenStyle .tp-product-action-btn-2:hover {
  background-color: var(--tp-theme-green);
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-product-action-5 {
    top: 30px;
  }
}
.tp-product-price-5 {
  font-weight: 500;
  font-size: 16px;
  color: var(--tp-common-black);
}
.tp-product-price-5.new-price {
  color: var(--tp-common-black);
}
.tp-product-price-5.old-price {
  font-weight: 400;
  font-size: 14px;
  text-decoration-line: line-through;
  color: var(--tp-text-1);
}
.tp-product-sm-item-wrapper-5.is-translate-24 {
  margin-left: -24px;
}
@media (max-width: 767px) {
  .tp-product-sm-item-wrapper-5.is-translate-24 {
    margin-left: 0;
  }
}
.tp-product-sm-section-title {
  position: relative;
  z-index: 1;
  font-size: 26px;
  font-weight: 500;
  margin-bottom: 32px;
  display: inline-block;
}
.tp-product-sm-section-title svg {
  position: absolute;
  bottom: -8px;
  left: 26px;
  z-index: -1;
}
.tp-product-sm-item-5 {
  padding: 11px;
  border: 1px solid rgba(0, 2, 41, 0.1);
  border-radius: 16px;
}
.tp-product-sm-item-5:hover {
  border-color: var(--tp-theme-green);
}
.tp-product-sm-item-5:hover .tp-product-sm-thumb-5 img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.tp-product-sm-item-5:not(:last-child) {
  margin-bottom: 12px;
}
.tp-product-sm-thumb-5 {
  flex: 0 0 auto;
  border-radius: 8px;
  overflow: hidden;
  margin-right: 24px;
}
.tp-product-sm-thumb-5 img {
  width: 140px;
  height: 140px;
  border-radius: 8px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .tp-product-sm-thumb-5 img {
    margin-right: 15px;
  }
}
.tp-product-sm-tag-5 {
  line-height: 1;
  margin-bottom: 2px;
}
.tp-product-sm-tag-5 span {
  font-size: 14px;
  color: var(--tp-text-2);
}
.tp-product-sm-tag-5 span a:hover {
  color: var(--tp-theme-green);
}
.tp-product-sm-title-5 {
  font-weight: 400;
  font-size: 16px;
  margin-bottom: 14px;
}
.tp-product-sm-title-5 a:Hover {
  color: var(--tp-theme-green);
}
.tp-product-sm-rating-5 {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
  line-height: 1;
}
.tp-product-sm-rating-5 span {
  color: var(--tp-yellow-3);
  font-size: 12px;
}
.tp-product-sm-rating-5 span:not(:last-child) {
  margin-right: 2px;
}
.tp-product-sm-price-5 {
  font-weight: 500;
  font-size: 15px;
  color: var(--tp-common-black);
  letter-spacing: -0.02em;
}
.tp-product-sm-price-5.new-price {
  color: var(--tp-common-black);
}
.tp-product-sm-price-5.old-price {
  font-weight: 400;
  font-size: 13px;
  text-decoration-line: line-through;
  color: var(--tp-text-1);
}

.tp-best-slider-5:hover .tp-best-slider-arrow-5 button {
  visibility: visible;
  opacity: 1;
  left: 0;
}
.tp-best-slider-5:hover .tp-best-slider-arrow-5 button.tp-best-slider-5-button-next {
  left: auto;
  right: 0;
}
.tp-best-slider-arrow-5 button {
  position: absolute;
  top: 28%;
  z-index: 1;
  left: 20px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 56px;
  height: 56px;
  line-height: 50px;
  text-align: center;
  font-size: 18px;
  color: var(--tp-text-2);
  background-color: var(--tp-common-white);
  border: 3px solid #F7F7F7;
  border-radius: 50%;
  visibility: hidden;
  opacity: 0;
}
.tp-best-slider-arrow-5 button svg {
  -webkit-transform: translate(-1px, -2px);
  -moz-transform: translate(-1px, -2px);
  -ms-transform: translate(-1px, -2px);
  -o-transform: translate(-1px, -2px);
  transform: translate(-1px, -2px);
}
.tp-best-slider-arrow-5 button:hover {
  background-color: var(--tp-theme-green);
  color: var(--tp-common-white);
  border-color: var(--tp-common-white);
}
.tp-best-slider-arrow-5 button.tp-best-slider-5-button-next {
  left: auto;
  right: 20px;
  -webkit-transform: translateX(50%);
  -moz-transform: translateX(50%);
  -ms-transform: translateX(50%);
  -o-transform: translateX(50%);
  transform: translateX(50%);
}
.tp-best-slider-arrow-5 button.tp-best-slider-5-button-next svg {
  -webkit-transform: translate(1px, -2px);
  -moz-transform: translate(1px, -2px);
  -ms-transform: translate(1px, -2px);
  -o-transform: translate(1px, -2px);
  transform: translate(1px, -2px);
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .tp-best-slider-wrapper-5 {
    margin-top: 50px;
  }
}
.tp-best-slider-dot-5 .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--tp-theme-green);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-best-item-5 .tp-product-action-5 {
    top: 15px;
  }
}

/*----------------------------------------*/
/*  8.14 Product Details CSS
/*----------------------------------------*/
.tp-product-details-wrapper {
  margin-left: 21px;
}
.tp-product-details-wrapper.has-sticky {
  position: sticky;
  top: 120px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-product-details-wrapper {
    margin-left: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .tp-product-details-wrapper {
    margin-left: 0;
    margin-top: 50px;
  }
}
.tp-product-details-wrapper > p {
  font-size: 15px;
  line-height: 1.7;
}
.tp-product-details-wrapper > p span {
  font-weight: 500;
  color: var(--tp-theme-1);
}
.tp-product-details-nav-main-thumb {
  position: relative;
}
.tp-product-details-thumb-wrapper {
  position: sticky;
  top: 120px;
}
.tp-product-details-thumb-wrapper .nav-tabs {
  margin-right: 10px;
}
.tp-product-details-thumb-wrapper .nav-tabs .nav-link {
  width: 78px;
  height: 100px;
  position: relative;
}
@media (max-width: 767px) {
  .tp-product-details-thumb-wrapper .nav-tabs .nav-link {
    margin-right: 10px;
    margin-bottom: 10px;
  }
}
.tp-product-details-thumb-wrapper .nav-tabs .nav-link:not(:last-child) {
  margin-bottom: 10px;
}
.tp-product-details-thumb-wrapper .nav-tabs .nav-link::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: transparent;
  border: 1px solid transparent;
  top: 0;
  left: 0;
}
.tp-product-details-thumb-wrapper .nav-tabs .nav-link.active::after, .tp-product-details-thumb-wrapper .nav-tabs .nav-link:hover::after {
  border-color: var(--tp-common-black);
}
.tp-product-details-thumb-wrapper .nav-tabs .nav-link img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.tp-product-details-thumb-wrapper .nav-tabs .nav-link .nav-video-btn {
  position: absolute;
  top: 0;
  right: 0;
  width: 24px;
  height: 24px;
  background-color: var(--tp-common-black);
  color: var(--tp-common-white);
  font-size: 15px;
}
.tp-product-details-thumb-slider {
  position: sticky;
  top: 120px;
}
.tp-product-details-thumb-slider:hover .tp-product-details-thumb-arrow button {
  visibility: visible;
  opacity: 1;
  left: 20px;
}
.tp-product-details-thumb-slider:hover .tp-product-details-thumb-arrow button.tp-product-details-thumb-slider-5-button-next {
  left: auto;
  right: 20px;
}
.tp-product-details-thumb-arrow button {
  position: absolute;
  top: 50%;
  left: 0px;
  z-index: 1;
  width: 40px;
  height: 40px;
  line-height: 36px;
  text-align: center;
  border-radius: 50%;
  margin: 0 5px;
  background-color: var(--tp-common-white);
  color: var(--tp-common-black);
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.01);
  visibility: hidden;
  opacity: 0;
}
.tp-product-details-thumb-arrow button.tp-product-details-thumb-slider-5-button-next {
  left: auto;
  right: 0;
}
.tp-product-details-thumb-arrow button:hover {
  background-color: var(--tp-theme-1);
  color: var(--tp-common-white);
  box-shadow: none;
}
.tp-product-details-thumb-video-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: var(--tp-common-black);
  border-radius: 50%;
  display: inline-block;
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  background-color: var(--tp-common-white);
  -webkit-animation: tp-pulse-2 2s infinite;
  -moz-animation: tp-pulse-2 2s infinite;
  -ms-animation: tp-pulse-2 2s infinite;
  -o-animation: tp-pulse-2 2s infinite;
  animation: tp-pulse-2 2s infinite;
}
.tp-product-details-thumb-video-btn:hover {
  color: var(--tp-common-white);
  background-color: var(--tp-theme-1);
}
.tp-product-details-thumb-gallery-item img {
  width: 100%;
}
.tp-product-details-category {
  margin-bottom: 10px;
}
.tp-product-details-category span {
  font-size: 14px;
  line-height: 1;
}
.tp-product-details-category span a:hover {
  color: var(--tp-theme-1);
}
.tp-product-details-title {
  font-size: 34px;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 15px;
}
.tp-product-details-stock {
  margin-right: 12px;
}
.tp-product-details-stock span {
  display: inline-block;
  font-size: 14px;
  color: #3e97ff;
  background-color: #eef6ff;
  line-height: 1;
  font-weight: 500;
  padding: 4px 12px 5px;
}
.tp-product-details-rating {
  margin-right: 11px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
.tp-product-details-rating span {
  font-size: 12px;
  color: #FFB21D;
}
.tp-product-details-rating span:not(:last-child) {
  margin-right: 3px;
}
.tp-product-details-price-wrapper span {
  font-weight: 500;
  font-size: 24px;
  letter-spacing: -0.02em;
  color: var(--tp-common-black);
}
.tp-product-details-price-wrapper del {
  text-decoration: none;
}
.tp-product-details-price-wrapper del span {
  font-weight: 400;
  font-size: 16px;
  text-decoration-line: line-through;
  color: #767A7D;
}
.tp-product-details-price-wrapper ins {
  text-decoration: none;
}
.tp-product-details-price-wrapper ins span {
  color: var(--tp-common-black);
}
.tp-product-details-variation {
  margin-bottom: 30px;
}
.tp-product-details-variation-title {
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 4px;
}
.tp-product-details-variation-item:not(:last-child) {
  margin-bottom: 15px;
}
.tp-product-details-variation-list button {
  display: inline-block;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  position: relative;
  -webkit-transition: box-shadow 0.2s 0s linear;
  -moz-transition: box-shadow 0.2s 0s linear;
  -ms-transition: box-shadow 0.2s 0s linear;
  -o-transition: box-shadow 0.2s 0s linear;
  transition: box-shadow 0.2s 0s linear;
}
.tp-product-details-variation-list button span[data-bg-color] {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  background-color: var(--tp-common-white);
  border-radius: 50%;
  -webkit-transition: all 0.2s 0s linear;
  -moz-transition: all 0.2s 0s linear;
  -ms-transition: all 0.2s 0s linear;
  -o-transition: all 0.2s 0s linear;
  transition: all 0.2s 0s linear;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.tp-product-details-variation-list button .tp-color-variation-tootltip {
  position: absolute;
  bottom: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(2px);
  -moz-transform: translateX(-50%) translateY(2px);
  -ms-transform: translateX(-50%) translateY(2px);
  -o-transform: translateX(-50%) translateY(2px);
  transform: translateX(-50%) translateY(2px);
  width: max-content;
  background-color: var(--tp-common-black);
  color: var(--tp-common-white);
  text-align: center;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  padding: 4px 6px;
  border-radius: 4px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24), -webkit-transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
  -moz-transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24), -webkit-transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
  -ms-transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24), -webkit-transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
  -o-transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24), -webkit-transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24), -webkit-transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
}
.tp-product-details-variation-list button .tp-color-variation-tootltip::before {
  position: absolute;
  content: "";
  bottom: -6px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-top: 6px solid var(--tp-common-black);
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
}
.tp-product-details-variation-list button.tp-size-variation-btn {
  width: 40px;
  height: 40px;
  border: 1px solid rgba(0, 2, 41, 0.2);
  border-radius: 0;
  -webkit-transition: all 0.2s 0s linear;
  -moz-transition: all 0.2s 0s linear;
  -ms-transition: all 0.2s 0s linear;
  -o-transition: all 0.2s 0s linear;
  transition: all 0.2s 0s linear;
}
.tp-product-details-variation-list button.tp-size-variation-btn:hover, .tp-product-details-variation-list button.tp-size-variation-btn.active {
  box-shadow: none;
  border-color: var(--tp-common-black);
  box-shadow: none;
  color: var(--tp-common-black);
}
.tp-product-details-variation-list button:hover, .tp-product-details-variation-list button.active {
  box-shadow: 0px 1px 2px rgba(1, 15, 28, 0.2);
}
.tp-product-details-variation-list button:hover span[data-bg-color], .tp-product-details-variation-list button.active span[data-bg-color] {
  -webkit-transform: translate(-50%, -50%) scale(0.7);
  -moz-transform: translate(-50%, -50%) scale(0.7);
  -ms-transform: translate(-50%, -50%) scale(0.7);
  -o-transform: translate(-50%, -50%) scale(0.7);
  transform: translate(-50%, -50%) scale(0.7);
}
.tp-product-details-variation-list button:hover .tp-color-variation-tootltip {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateX(-50%) translateY(-6px);
  -moz-transform: translateX(-50%) translateY(-6px);
  -ms-transform: translateX(-50%) translateY(-6px);
  -o-transform: translateX(-50%) translateY(-6px);
  transform: translateX(-50%) translateY(-6px);
}
.tp-product-details-action-title {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 13px;
}
.tp-product-details-action-compare button {
  position: relative;
}
.tp-product-details-action-compare button::before {
  content: "\f0ec";
  font-family: var(--tp-ff-fontawesome);
  margin-right: 6px;
}
.tp-product-details-action-compare button.woosc-btn.woosc-btn-added::before {
  content: "\f00c";
  margin-right: 6px;
}
.tp-product-details-action-wishlist button {
  position: relative;
}
.tp-product-details-action-wishlist button::before {
  content: "\f004";
  font-family: var(--tp-ff-fontawesome);
  margin-right: 3px;
}
.tp-product-details-action-wishlist button.woosw-btn.woosw-btn-added::before {
  content: "\f00c";
  margin-right: 3px;
}
.tp-product-details-quantity .tp-product-quantity {
  width: 122px;
  border-radius: 0;
}
.tp-product-details-quantity .tp-cart-plus, .tp-product-details-quantity .tp-cart-minus {
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  border-radius: 50%;
  left: 14px;
}
.tp-product-details-quantity .tp-cart-plus:hover, .tp-product-details-quantity .tp-cart-minus:hover {
  background-color: var(--tp-common-white);
  color: var(--tp-theme-1);
}
.tp-product-details-quantity .tp-cart-plus {
  left: auto;
  right: 14px;
}
.tp-product-details-quantity .tp-cart-input[type=text] {
  height: 46px;
  line-height: 46px;
  background-color: #F3F5F6;
  border: 0;
  border-radius: 4px;
  font-size: 16px;
  color: var(--tp-common-black);
}
.tp-product-details-add-to-cart-btn {
  font-size: 16px;
  color: var(--tp-common-black);
  text-align: center;
  padding: 12px 30px;
  border: 1px solid #DADCE0;
  border-radius: 4px;
}
.tp-product-details-add-to-cart-btn:hover {
  background-color: var(--tp-common-black);
  border-color: var(--tp-common-black);
  color: var(--tp-common-white);
}
.tp-product-details-buy-now-btn {
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  padding: 10px 30px;
  background-color: var(--tp-theme-1);
  color: var(--tp-common-white);
}
.tp-product-details-buy-now-btn:hover {
  background-color: var(--tp-common-black);
  color: var(--tp-common-white);
}
.tp-product-details-action-wrapper {
  margin-bottom: 17px;
}
.tp-product-details-action-sm {
  padding-bottom: 9px;
  border-bottom: 1px solid #EAEBED;
  margin-bottom: 25px;
}
.tp-product-details-action-sm-btn {
  font-size: 16px;
  margin-bottom: 10px;
}
.tp-product-details-action-sm-btn:not(:last-child) {
  margin-right: 17px;
}
.tp-product-details-action-sm-btn i, .tp-product-details-action-sm-btn svg {
  margin-right: 2px;
}
.tp-product-details-action-sm-btn:hover {
  color: var(--tp-theme-1);
}
.tp-product-details-query {
  margin-bottom: 22px;
}
.tp-product-details-query-item:not(:last-child) {
  margin-bottom: 3px;
}
.tp-product-details-query-item > span {
  font-size: 15px;
  color: var(--tp-common-black);
  line-height: 1.4;
  margin-right: 6px;
}
.tp-product-details-query-item p {
  font-size: 15px;
  margin-bottom: 0;
  line-height: 1.4;
}
.tp-product-details-social {
  margin-bottom: 22px;
  margin-top: 22px;
}
.tp-product-details-social span {
  font-size: 15px;
  color: var(--tp-common-black);
  margin-right: 2px;
}
.tp-product-details-social a {
  display: inline-block;
  width: 38px;
  height: 38px;
  line-height: 34px;
  text-align: center;
  border: 1px solid #E6E7E8;
  border-radius: 50%;
}
.tp-product-details-social a:hover {
  background-color: var(--tp-theme-1);
  border-color: var(--tp-theme-1);
  color: var(--tp-common-white);
}
.tp-product-details-msg ul li {
  list-style: none;
  position: relative;
  font-size: 15px;
  padding-left: 25px;
}
.tp-product-details-msg ul li::after {
  position: absolute;
  content: url("../img/product/icons/check-3.svg");
  top: 4px;
  left: 0;
  width: 18px;
  height: 18px;
  line-height: 16px;
  text-align: center;
  color: var(--tp-common-white);
  -webkit-transition: all 0.2s 0s linear;
  -moz-transition: all 0.2s 0s linear;
  -ms-transition: all 0.2s 0s linear;
  -o-transition: all 0.2s 0s linear;
  transition: all 0.2s 0s linear;
}
.tp-product-details-payment {
  background-color: #F3F5F6;
  padding: 18px 30px;
}
.tp-product-details-payment p {
  font-size: 16px;
  line-height: 1;
  margin-bottom: 0;
  margin-right: 46px;
  flex: 0 0 auto;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-product-details-payment p {
    margin-right: 25px;
  }
}
@media (max-width: 767px) {
  .tp-product-details-payment p {
    margin-right: 0;
    margin-bottom: 15px;
  }
  .tp-product-details-payment p br {
    display: none;
  }
}
.tp-product-details-desc-title {
  font-size: 34px;
  font-weight: 500;
  margin-bottom: 13px;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-product-details-desc-title {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .tp-product-details-desc-title {
    font-size: 26px;
  }
}
.tp-product-details-desc-title-2 {
  font-size: 34px;
  font-weight: 400;
  margin-bottom: 14px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .tp-product-details-desc-title-2 {
    font-size: 25px;
  }
}
.tp-product-details-desc-content {
  margin-bottom: 25px;
  padding-right: 45px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), (max-width: 767px) {
  .tp-product-details-desc-content {
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .tp-product-details-desc-content {
    padding-left: 0;
  }
}
.tp-product-details-desc-content span {
  font-size: 20px;
  color: var(--tp-common-black);
}
.tp-product-details-desc-content p {
  font-size: 16px;
  line-height: 1.6;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .tp-product-details-desc-content-2 {
    padding-right: 0;
    padding-left: 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .tp-product-details-desc-content-2.pt-75 {
    padding-top: 25px;
  }
}
.tp-product-details-desc-content-2 p {
  font-size: 16px;
  line-height: 1.6;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .tp-product-details-desc-thumb img {
    max-width: 100%;
  }
}
.tp-product-details-desc-list {
  padding-top: 13px;
}
.tp-product-details-desc-list ul li {
  list-style: none;
  font-size: 16px;
  color: var(--tp-common-black);
  position: relative;
  padding-left: 17px;
}
.tp-product-details-desc-list ul li:not(:last-child) {
  margin-bottom: 3px;
}
.tp-product-details-desc-list ul li::after {
  position: absolute;
  content: "";
  left: 0;
  top: 11px;
  width: 4px;
  height: 4px;
  background-color: #A8ACB0;
  border-radius: 50%;
}
.tp-product-details-desc-fact-thumb img {
  margin-bottom: 16px;
}
.tp-product-details-desc-fact-content span {
  display: inline-block;
  font-size: 50px;
  line-height: 1.2;
  color: var(--tp-common-black);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-product-details-desc-fact-content span {
    font-size: 35px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-product-details-desc-fact-content span {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .tp-product-details-desc-fact-content span {
    font-size: 25px;
  }
}
.tp-product-details-desc-fact-content p {
  font-size: 22px;
}
@media (max-width: 767px) {
  .tp-product-details-desc-fact-content p {
    font-size: 20px;
  }
}
.tp-product-details-additional-info {
  padding-top: 60px;
}
@media (max-width: 767px) {
  .tp-product-details-additional-info {
    overflow-x: scroll;
  }
}
.tp-product-details-additional-info-title {
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 16px;
  display: none;
}
.tp-product-details-additional-info.tp-table-style-2 {
  padding-top: 50px;
}
.tp-product-details-additional-info.tp-table-style-2 .tp-product-details-additional-info-title {
  display: block;
}
.tp-product-details-additional-info.tp-table-style-2 table {
  border: 0;
  border-collapse: separate;
  border-spacing: 0 7px;
}
.tp-product-details-additional-info.tp-table-style-2 table tr {
  border: 0;
}
.tp-product-details-additional-info.tp-table-style-2 table tr:not(:last-child) {
  border: 0;
  margin-bottom: 6px;
}
.tp-product-details-additional-info.tp-table-style-2 table tr td {
  padding: 7px 24px;
  border: 1px solid #E6E7E8;
}
.tp-product-details-additional-info.tp-table-style-2 table tr td:first-child {
  padding-left: 24px;
  border-right: 0;
}
.tp-product-details-additional-info.tp-table-style-2 table tr td:last-child {
  padding-left: 34px;
}
.tp-product-details-additional-info table {
  border: 1px solid #E0E2E3;
  width: 100%;
}
.tp-product-details-additional-info table tr:not(:last-child) {
  border-bottom: 1px solid #ECEDED;
}
.tp-product-details-additional-info table tr td {
  padding: 12px 34px;
}
.tp-product-details-additional-info table tr td:first-child {
  font-size: 16px;
  color: var(--tp-common-black);
  background-color: #F9F9F9;
  width: 306px;
}
.tp-product-details-additional-info table tr td:last-child {
  font-size: 16px;
  color: var(--tp-text-body);
}
.tp-product-details-review-number {
  border: 1px solid #E0E2E3;
  padding: 35px 43px 33px 40px;
}
@media (max-width: 767px) {
  .tp-product-details-review-number {
    padding: 35px 25px 33px 25px;
  }
}
.tp-product-details-review-number-title {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 14px;
}
.tp-product-details-review-summery {
  margin-bottom: 12px;
}
.tp-product-details-review-summery-value span {
  font-size: 40px;
  font-weight: 500;
  color: var(--tp-common-black);
  margin-right: 8px;
}
.tp-product-details-review-summery-rating {
  margin-right: 3px;
}
.tp-product-details-review-summery-rating span {
  color: #FFB21D;
}
.tp-product-details-review-summery-rating p {
  margin-left: 4px;
  font-size: 14px;
  margin-bottom: 0;
}
.tp-product-details-review-rating-item > span {
  color: #A0A2A4;
  font-size: 15px;
  margin-right: 10px;
}
.tp-product-details-review-rating-bar {
  width: 260px;
  background-color: #EDEEEE;
  height: 10px;
  position: relative;
  margin-right: 12px;
}
@media (max-width: 767px) {
  .tp-product-details-review-rating-bar {
    width: 130px;
  }
}
.tp-product-details-review-rating-bar-inner {
  height: 100%;
  background-color: #FFB21D;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}
.tp-product-details-review-rating-percent span {
  font-size: 14px;
}
.tp-product-details-review-title {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 22px;
}
@media (max-width: 767px) {
  .tp-product-details-review-list {
    padding-right: 0;
  }
}
.tp-product-details-review-avater:not(:last-child) {
  margin-bottom: 32px;
}
.tp-product-details-review-avater-thumb img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 20px;
}
.tp-product-details-review-avater-rating {
  line-height: 1;
  margin-bottom: 3px;
}
.tp-product-details-review-avater-rating span {
  font-size: 10px;
  margin-right: 2px;
  color: #FFB21D;
}
.tp-product-details-review-avater-title {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 9px;
  display: inline-block;
}
.tp-product-details-review-avater-meta {
  font-size: 14px;
  position: relative;
  padding-left: 11px;
  margin-left: 3px;
}
.tp-product-details-review-avater-meta::after {
  position: absolute;
  content: "";
  left: 0;
  top: 8px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #A8ACB0;
}
.tp-product-details-review-avater-comment p {
  font-size: 14px;
  margin-bottom: 0;
  line-height: 1.4;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .tp-product-details-review-form {
    margin-top: 50px;
  }
}
.tp-product-details-review-form > p {
  font-size: 16px;
  margin-bottom: 8px;
}
.tp-product-details-review-form-title {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 4px;
}
.tp-product-details-review-form-rating {
  margin-bottom: 28px;
}
.tp-product-details-review-form-rating p {
  margin-bottom: 0;
  font-size: 14px;
  margin-right: 8px;
}
.tp-product-details-review-form-rating-icon span {
  font-size: 12px;
  color: #FFB21D;
}
.tp-product-details-review-input-wrapper {
  margin-bottom: 11px;
}
.tp-product-details-review-input-box {
  position: relative;
}
.tp-product-details-review-input-box:not(:last-child) {
  margin-bottom: 29px;
}
.tp-product-details-review-input input {
  height: 56px;
  background: #FFFFFF;
  border: 1px solid #E0E2E3;
  font-size: 14px;
  color: var(--tp-common-black);
}
.tp-product-details-review-input input::-webkit-input-placeholder {
  color: #95999D;
}
.tp-product-details-review-input input:-moz-placeholder {
  color: #95999D;
}
.tp-product-details-review-input input::-moz-placeholder {
  color: #95999D;
}
.tp-product-details-review-input input:-ms-input-placeholder {
  color: #95999D;
}
.tp-product-details-review-input textarea {
  height: 165px;
  resize: none;
}
.tp-product-details-review-input-title label {
  font-size: 14px;
  color: var(--tp-common-black);
  position: absolute;
  top: -7px;
  left: 20px;
  padding: 0 5px;
  background-color: var(--tp-common-white);
  line-height: 1;
}
.tp-product-details-review-input-eye {
  position: absolute;
  right: 26px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.tp-product-details-review-input-eye .open-eye {
  display: none;
}
.tp-product-details-review-input-eye:hover {
  cursor: pointer;
}
.tp-product-details-review-input-eye:hover span {
  color: var(--tp-common-black);
}
.tp-product-details-review-remeber input {
  display: none;
}
.tp-product-details-review-remeber input:checked ~ label::after {
  background-color: var(--tp-theme-1);
  border-color: var(--tp-theme-1);
}
.tp-product-details-review-remeber input:checked ~ label::before {
  visibility: visible;
  opacity: 1;
}
.tp-product-details-review-remeber label {
  font-size: 15px;
  color: #55585B;
  position: relative;
  padding-left: 26px;
  z-index: 1;
}
.tp-product-details-review-remeber label::after {
  position: absolute;
  content: "";
  top: 4px;
  left: 0;
  width: 18px;
  height: 18px;
  line-height: 16px;
  text-align: center;
  border: 1px solid #C3C7C9;
  z-index: -1;
  -webkit-transition: all 0.2s 0s ease-out;
  -moz-transition: all 0.2s 0s ease-out;
  -ms-transition: all 0.2s 0s ease-out;
  -o-transition: all 0.2s 0s ease-out;
  transition: all 0.2s 0s ease-out;
}
.tp-product-details-review-remeber label::before {
  position: absolute;
  content: url("../img/product/icons/check.svg");
  top: 4px;
  left: 0;
  width: 18px;
  height: 18px;
  line-height: 16px;
  text-align: center;
  visibility: hidden;
  opacity: 0;
  color: var(--tp-common-white);
  -webkit-transition: all 0.2s 0s ease-out;
  -moz-transition: all 0.2s 0s ease-out;
  -ms-transition: all 0.2s 0s ease-out;
  -o-transition: all 0.2s 0s ease-out;
  transition: all 0.2s 0s ease-out;
}
.tp-product-details-review-remeber label a:hover {
  color: var(--tp-theme-1);
}
.tp-product-details-review-remeber label:hover {
  cursor: pointer;
}
.tp-product-details-review-btn {
  font-size: 16px;
  font-weight: 500;
  color: var(--tp-common-white);
  padding: 9px 45px;
  background-color: var(--tp-theme-1);
}
.tp-product-details-tab-nav .nav-tabs {
  padding-bottom: 12px;
  border-bottom: 1px solid #E0E2E3;
}
@media (max-width: 767px) {
  .tp-product-details-tab-nav .nav-tabs {
    padding-bottom: 0;
  }
}
.tp-product-details-tab-nav .nav-tabs .nav-link {
  font-size: 20px;
  color: #A0A2A4;
  padding-left: 9px;
  padding-right: 7px;
  position: relative;
}
.tp-product-details-tab-nav .nav-tabs .nav-link:not(:first-child) {
  margin-left: 40px;
}
.tp-product-details-tab-nav .nav-tabs .nav-link.active, .tp-product-details-tab-nav .nav-tabs .nav-link:hover {
  color: var(--tp-common-black);
}
.tp-product-details-tab-nav .nav-tabs .nav-link.active::after, .tp-product-details-tab-nav .nav-tabs .nav-link:hover::after {
  width: 100%;
  left: 0;
  right: auto;
}
@media (max-width: 767px) {
  .tp-product-details-tab-nav .nav-tabs .nav-link::after {
    position: absolute;
    content: "";
    left: auto;
    right: 0;
    bottom: -1px;
    width: 0%;
    height: 2px;
    background-color: var(--tp-common-black);
    -webkit-transition: all 0.3s 0s ease-in-out;
    -moz-transition: all 0.3s 0s ease-in-out;
    -ms-transition: all 0.3s 0s ease-in-out;
    -o-transition: all 0.3s 0s ease-in-out;
    transition: all 0.3s 0s ease-in-out;
  }
}
@media (max-width: 767px) {
  .tp-product-details-tab-nav .nav-tabs span#productTabMarker {
    display: none !important;
  }
}
.tp-product-details-tab-line {
  position: absolute;
  bottom: 0;
  height: 1px;
  background-color: var(--tp-common-black);
  display: block;
}
.tp-product-details-views {
  margin-bottom: 10px;
}
.tp-product-details-views > span {
  color: var(--tp-common-black);
  font-size: 16px;
  margin-right: 8px;
}
.tp-product-details-views p {
  font-size: 16px;
  margin-bottom: 0;
}
.tp-product-details-views p span {
  color: var(--tp-common-black);
  font-weight: 500;
}
.tp-product-details-stock-bar p {
  font-size: 15px;
  margin-bottom: 5px;
}
.tp-product-details-stock-bar p span {
  font-weight: 500;
  color: var(--tp-common-black);
}
.tp-product-details-stock-bar-line {
  height: 4px;
  position: relative;
}
.tp-product-details-stock-bar-line-inner {
  position: absolute;
  top: 0;
  left: 0;
  background-color: var(--tp-theme-1);
  height: 100%;
  display: inline-block;
}
.tp-product-details-wishlist-btn {
  display: inline-block;
  width: 46px;
  height: 46px;
  line-height: 46px;
  text-align: center;
  background-color: var(--tp-common-white);
  box-shadow: 0px 1px 3px rgba(1, 15, 28, 0.1);
}
.tp-product-details-wishlist-btn:hover {
  background-color: var(--tp-common-black);
  color: var(--tp-common-white);
}
.tp-product-details-countdown {
  padding: 10px 20px;
  border: 1px solid var(--tp-pink-1);
  background-color: rgba(253, 75, 107, 0.05);
}
.tp-product-details-countdown-title {
  font-size: 18px;
  font-weight: 500;
  color: var(--tp-pink-1);
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .tp-product-details-countdown-title {
    margin-bottom: 7px;
  }
}
.tp-product-details-countdown-time ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
.tp-product-details-countdown-time ul li {
  list-style: none;
  font-size: 16px;
  font-weight: 500;
  color: var(--tp-pink-1);
  position: relative;
}
.tp-product-details-countdown-time ul li:not(:last-child) {
  margin-right: 24px;
}
.tp-product-details-countdown-time ul li:not(:last-child)::after, .tp-product-details-countdown-time ul li:not(:last-child)::before {
  position: absolute;
  content: "";
  right: -13px;
  top: 7px;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background-color: var(--tp-pink-1);
}
.tp-product-details-countdown-time ul li:not(:last-child)::before {
  top: 15px;
}
.tp-product-details-review-wrapper-2 .tp-product-details-review-item-wrapper-2 {
  padding-bottom: 80px;
  border-bottom: 1px solid #E6E7E8;
}
.tp-product-details-review-wrapper-2 .tp-product-details-review-avater-title {
  display: block;
  margin-bottom: 2px;
}
.tp-product-details-review-wrapper-2 .tp-product-details-review-avater-meta {
  padding-left: 0;
}
.tp-product-details-review-wrapper-2 .tp-product-details-review-avater-meta::after {
  display: none;
}
.tp-product-details-review-wrapper-2 .tp-product-details-review-avater-rating {
  margin-bottom: 9px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .tp-product-details-review-wrapper-2 .tp-product-details-review-avater-rating {
    margin-top: 20px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .tp-product-details-review-wrapper-2 .tp-product-details-review-input-wrapper {
    margin-bottom: -11px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .tp-product-details-review-wrapper-2 .tp-product-details-review-input-box {
    margin-bottom: 29px;
  }
}
.tp-product-details-review-wrapper-2 .tp-product-details-review-form-title {
  font-size: 34px;
  font-weight: 500;
}
.tp-product-details-review-wrapper-title-2 {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 33px;
}
.tp-product-details-review-item-2:not(:last-child) {
  margin-bottom: 55px;
}

/*----------------------------------------*/
/*  8.15 Product Widget CSS
/*----------------------------------------*/
.tp-shop-sidebar-right {
  margin-right: 0;
  margin-left: 10px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .tp-shop-sidebar-right {
    margin-top: 60px;
  }
}

.tp-shop-widget-title {
  font-weight: 500;
  font-size: 18px;
  border-bottom: 1px solid #EEEEEE;
  padding-bottom: 5px;
  margin-bottom: 25px;
}
.tp-shop-widget-title.no-border {
  border: 0;
  padding-bottom: 0;
  margin-bottom: 14px;
}
.tp-shop-widget-filter .ui-widget.ui-widget-content {
  height: 3px;
  background-color: #EDEDED;
  border: 0;
}
.tp-shop-widget-filter .ui-slider-horizontal .ui-slider-range {
  background-color: var(--tp-theme-primary);
}
.tp-shop-widget-filter .ui-slider .ui-slider-handle {
  top: -7px;
  width: 5px;
  height: 17px;
  border: 0;
  padding: 0;
  margin: 0;
  border-radius: 0;
  background-color: var(--tp-theme-primary);
}
.tp-shop-widget-filter-info .input-range input {
  width: auto;
  height: auto;
  background-color: transparent;
  color: var(--tp-common-black);
  padding: 0;
  border: 0;
  font-weight: 500;
  font-size: 14px;
}
.tp-shop-widget-filter-info .tp-shop-widget-filter-btn {
  font-weight: 400;
  font-size: 14px;
  color: var(--tp-common-black);
  background-color: #F5F5F5;
  padding: 2px 21px;
}
.tp-shop-widget-filter-info .tp-shop-widget-filter-btn:hover {
  color: var(--tp-common-white);
  background-color: var(--tp-common-black);
}
.tp-shop-widget-checkbox ul li {
  list-style: none;
}
.tp-shop-widget-checkbox ul li:not(:last-child) {
  margin-bottom: 4px;
}
.tp-shop-widget-checkbox ul li input {
  display: none;
}
.tp-shop-widget-checkbox ul li input .single-widget-category input:checked + label::after {
  opacity: 1;
  visibility: visible;
}
.tp-shop-widget-checkbox ul li input:checked ~ label::after {
  background-color: var(--tp-theme-primary);
  border-color: var(--tp-theme-primary);
}
.tp-shop-widget-checkbox ul li input:checked ~ label::before {
  visibility: visible;
  opacity: 1;
}
.tp-shop-widget-checkbox ul li label {
  font-size: 16px;
  color: #55585B;
  position: relative;
  padding-left: 26px;
}
.tp-shop-widget-checkbox ul li label::after {
  position: absolute;
  content: "";
  top: 5px;
  left: 0;
  width: 16px;
  height: 16px;
  line-height: 12px;
  text-align: center;
  border: 2px solid #DADADA;
  z-index: -1;
  -webkit-transition: all 0.2s 0s ease-out;
  -moz-transition: all 0.2s 0s ease-out;
  -ms-transition: all 0.2s 0s ease-out;
  -o-transition: all 0.2s 0s ease-out;
  transition: all 0.2s 0s ease-out;
}
.tp-shop-widget-checkbox ul li label::before {
  position: absolute;
  content: url("../img/product/icons/check.svg");
  top: 6px;
  left: 0;
  width: 16px;
  height: 16px;
  line-height: 12px;
  text-align: center;
  visibility: hidden;
  opacity: 0;
  color: var(--tp-common-white);
  -webkit-transition: all 0.2s 0s ease-out;
  -moz-transition: all 0.2s 0s ease-out;
  -ms-transition: all 0.2s 0s ease-out;
  -o-transition: all 0.2s 0s ease-out;
  transition: all 0.2s 0s ease-out;
}
.tp-shop-widget-checkbox ul li label:hover {
  cursor: pointer;
}
.tp-shop-widget-categories {
  height: 288px;
  overflow-y: scroll;
  overflow-y: scroll;
  overscroll-behavior-y: contain;
  scrollbar-width: thin;
  padding-right: 10px;
}
.tp-shop-widget-categories ul li {
  list-style: none;
  width: 100%;
}
.tp-shop-widget-categories ul li:not(:last-child) {
  margin-bottom: 10px;
}
.tp-shop-widget-categories ul li a {
  font-weight: 400;
  font-size: 15px;
  color: var(--tp-text-body);
  position: relative;
  padding-left: 16px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.tp-shop-widget-categories ul li a::after {
  position: absolute;
  content: "";
  top: 10px;
  left: 0;
  width: 6px;
  height: 6px;
  text-align: center;
  background-color: #E7E7E7;
  border-radius: 50%;
}
.tp-shop-widget-categories ul li a:hover {
  color: var(--tp-theme-primary);
}
.tp-shop-widget-categories ul li a:hover::after {
  background-color: var(--tp-theme-primary);
}
.tp-shop-widget-categories ul li a:hover span {
  background-color: var(--tp-theme-primary);
  border-color: var(--tp-theme-primary);
  color: var(--tp-common-white);
}
.tp-shop-widget-categories ul li a span {
  font-weight: 500;
  font-size: 12px;
  line-height: 1;
  border: 1px solid #EAEAEA;
  border-radius: 8px;
  padding: 5px 6px 3px;
}
.tp-shop-widget-checkbox-circle {
  position: relative;
}
.tp-shop-widget-checkbox-circle-list ul li {
  list-style: none;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.tp-shop-widget-checkbox-circle-list ul li:not(:last-child) {
  margin-bottom: 5px;
}
.tp-shop-widget-checkbox-circle-list ul li:hover .tp-shop-widget-checkbox-circle-number {
  background-color: var(--tp-theme-primary);
  border-color: var(--tp-theme-primary);
  color: var(--tp-common-white);
}
.tp-shop-widget-checkbox-circle-number {
  font-weight: 500;
  font-size: 12px;
  line-height: 1;
  border: 1px solid #EAEAEA;
  border-radius: 8px;
  padding: 5px 6px 3px;
}
.tp-shop-widget-checkbox-circle .tp-shop-widget-checkbox-circle-self {
  position: absolute;
  content: "";
  top: 4px;
  left: 0;
  width: 18px;
  height: 18px;
  line-height: 18px;
  text-align: center;
  z-index: -1;
  border-radius: 50%;
  -webkit-transition: all 0.2s 0s ease-out;
  -moz-transition: all 0.2s 0s ease-out;
  -ms-transition: all 0.2s 0s ease-out;
  -o-transition: all 0.2s 0s ease-out;
  transition: all 0.2s 0s ease-out;
}
.tp-shop-widget-checkbox-circle input {
  display: none;
}
.tp-shop-widget-checkbox-circle input .single-widget-category input:checked + label::after {
  opacity: 1;
  visibility: visible;
}
.tp-shop-widget-checkbox-circle input:checked ~ label::before {
  visibility: visible;
  opacity: 1;
}
.tp-shop-widget-checkbox-circle label {
  font-size: 16px;
  color: #55585B;
  position: relative;
  padding-left: 26px;
}
.tp-shop-widget-checkbox-circle label::before {
  position: absolute;
  content: url("../img/product/icons/check-2.svg");
  top: 3px;
  left: 0;
  width: 18px;
  height: 18px;
  line-height: 18px;
  text-align: center;
  visibility: hidden;
  opacity: 0;
  color: var(--tp-common-white);
  -webkit-transition: all 0.1s 0s ease-out;
  -moz-transition: all 0.1s 0s ease-out;
  -ms-transition: all 0.1s 0s ease-out;
  -o-transition: all 0.1s 0s ease-out;
  transition: all 0.1s 0s ease-out;
}
.tp-shop-widget-checkbox-circle label:hover {
  cursor: pointer;
}
.tp-shop-widget-product-item:not(:last-child) {
  margin-bottom: 20px;
}
.tp-shop-widget-product-rating {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  margin-right: 4px;
}
.tp-shop-widget-product-rating span {
  font-size: 12px;
  color: #FFB21D;
  margin-right: 1px;
}
.tp-shop-widget-product-rating-number span {
  font-weight: 500;
  font-size: 12px;
  color: #818487;
}
.tp-shop-widget-product-thumb {
  flex: 0 0 auto;
}
.tp-shop-widget-product-thumb img {
  width: 70px;
  height: 70px;
  object-fit: cover;
  margin-right: 14px;
}
.tp-shop-widget-product-title {
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 0;
}
.tp-shop-widget-product-price {
  font-size: 14px;
  color: #55585B;
}
.tp-shop-widget-brand {
  margin-right: 40px;
}
.tp-shop-widget-brand-item {
  width: 50%;
  flex: 0 0 50%;
  margin-bottom: 30px;
}

/*----------------------------------------*/
/*  8.16 Shop CSS
/*----------------------------------------*/
.tp-shop-top {
  position: relative;
}
.tp-shop-top-select .nice-select {
  background-color: #F9F9F9;
  border: 1px solid rgba(0, 2, 41, 0.1);
  border-radius: 0;
  font-size: 14px;
  color: var(--tp-common-black);
  height: 40px;
  line-height: 38px;
  padding: 0 25px;
  min-width: 204px;
  float: none;
}
@media (max-width: 767px) {
  .tp-shop-top-select .nice-select {
    max-width: 280px;
  }
}
.tp-shop-top-select .nice-select::after {
  right: 20px;
  color: #767A7D;
}
.tp-shop-top-select .nice-select.open .list {
  -webkit-transform: scale(1) translateY(0px);
  -moz-transform: scale(1) translateY(0px);
  -ms-transform: scale(1) translateY(0px);
  -o-transform: scale(1) translateY(0px);
  transform: scale(1) translateY(0px);
}
.tp-shop-top-select .nice-select .list {
  margin-top: 0;
  border-radius: 0;
  transform-origin: center center;
  -webkit-transform: scale(0.9) translateY(0px);
  -moz-transform: scale(0.9) translateY(0px);
  -ms-transform: scale(0.9) translateY(0px);
  -o-transform: scale(0.9) translateY(0px);
  transform: scale(0.9) translateY(0px);
  width: 100%;
  padding: 10px 0;
}
.tp-shop-top-select .nice-select .list .option {
  line-height: 1.2;
  min-height: inherit;
  padding-top: 5px;
  padding-bottom: 5px;
}
.tp-shop-top-filter {
  margin-left: 16px;
}
@media (max-width: 767px) {
  .tp-shop-top-filter {
    margin-left: 0;
    margin-top: 15px;
  }
}
.tp-shop-top-result p {
  font-weight: 400;
  font-size: 16px;
  color: #818487;
  margin-bottom: 0;
}
.tp-shop-top-tab {
  margin-right: 22px;
}
@media (max-width: 767px) {
  .tp-shop-top-tab {
    margin-right: 10px;
  }
}
.tp-shop-top-tab .nav-tabs .nav-item .nav-link {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 38px;
  text-align: center;
  font-size: 18px;
  color: #818487;
  border: 1px solid rgba(0, 2, 41, 0.1);
  border-radius: 0;
  margin-right: 6px;
}
.tp-shop-top-tab .nav-tabs .nav-item .nav-link.active {
  color: var(--tp-common-black);
  border-color: var(--tp-common-black);
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .tp-shop-top-right {
    margin-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: 767px) {
  .tp-shop-top-right:not(.tp-shop-top-right-2) {
    margin-top: 30px;
  }
}

.tp-shop-main-wrapper {
  position: relative;
}
.tp-shop-full-width-padding {
  padding-left: 80px;
  padding-right: 80px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-shop-full-width-padding {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .tp-shop-full-width-padding {
    padding-left: 0;
    padding-right: 0;
  }
}

.tp-shop-item-primary .tp-product-tag-2 a:hover,
.tp-shop-item-primary .tp-product-title-2 a:hover {
  color: var(--tp-theme-primary);
}
.tp-shop-item-primary .tp-product-tag-2 a::after {
  background-color: var(--tp-theme-primary);
}

@media (min-width: 1400px) {
  .container-shop {
    max-width: 1630px;
  }
}
.btn-loadmore-text {
  display: none;
  font-size: 16px;
  text-align: center;
}

/*----------------------------------------*/
/*  8.18 Product Quantity CSS
/*----------------------------------------*/
.quantity {
  position: relative;
}

.tp-product-quantity {
  width: 100px;
  position: relative;
  border-radius: 20px;
}

.tp-cart-plus,
.tp-cart-minus {
  display: inline-block;
  text-align: center;
  font-size: 16px;
  color: var(--tp-common-black);
  position: absolute;
  top: 50%;
  left: 16px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.tp-cart-plus svg,
.tp-cart-minus svg {
  -webkit-transform: translateY(-2px);
  -moz-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  -o-transform: translateY(-2px);
  transform: translateY(-2px);
}
.tp-cart-plus:hover,
.tp-cart-minus:hover {
  cursor: pointer;
  color: var(--tp-theme-1);
}
.tp-cart-plus.tp-cart-plus,
.tp-cart-minus.tp-cart-plus {
  left: auto;
  right: 16px;
}
.tp-cart-plus.tp-cart-plus::after,
.tp-cart-minus.tp-cart-plus::after {
  left: 0;
  right: auto;
}

.tp-cart-input[type=text] {
  height: 34px;
  text-align: center;
  font-size: 14px;
  border: 1px solid #DADCE0;
  background-color: var(--tp-common-white);
  padding: 0 30px;
  border-radius: 20px;
}
.tp-cart-input[type=text]:focus {
  outline: none;
}

/*----------------------------------------*/
/*  8.19 Cart CSS
/*----------------------------------------*/
.tp-cart-header-product {
  padding-left: 30px !important;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .tp-cart-list {
    overflow-x: scroll;
  }
}
.tp-cart-list .table > :not(caption) > * > * {
  padding: 20px 0;
  box-shadow: none;
  vertical-align: middle;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .tp-cart-list table {
    width: 840px;
  }
}
.tp-cart-list thead {
  background-color: #F1F3F4;
}
.tp-cart-list thead th {
  font-weight: 500;
  font-size: 14px;
  color: var(--tp-common-black);
  border: 0 !important;
  padding-top: 9px !important;
  padding-bottom: 9px !important;
}
.tp-cart-list tr td {
  border-color: #E0E2E3;
}
.tp-cart-list tr td .tp-cart-action-btn {
  font-weight: 400;
  font-size: 14px;
  color: #818487;
}
.tp-cart-list tr td .tp-cart-action-btn:hover {
  color: #FF1826;
}
.tp-cart-list tr td.tp-cart-add-to-cart .tp-btn {
  border-radius: 0;
}
.tp-cart-list tbody tr:first-child td {
  padding-top: 30px !important;
}
.tp-cart-img {
  width: 78px;
  margin-right: 20px;
}
.tp-cart-img img {
  width: 78px;
  height: 100px;
  object-fit: cover;
}
.tp-cart-title a {
  margin-left: 20px;
  font-weight: 400;
  font-size: 16px;
  color: var(--tp-common-black);
}
.tp-cart-title a:hover {
  color: var(--tp-theme-primary);
}
.tp-cart-price {
  width: 126px;
}
.tp-cart-price span {
  font-size: 16px;
  color: var(--tp-common-black);
}
.tp-cart-quantity {
  width: 180px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .tp-cart-coupon {
    margin-bottom: 20px;
  }
}
.tp-cart-coupon-input-box label {
  font-size: 14px;
  color: var(--tp-common-black);
  margin-bottom: 7px;
}
.tp-cart-coupon-input input {
  background: #FFFFFF;
  border: 1px solid #D6D9DC;
  height: 46px;
  line-height: 46px;
  margin-right: 4px;
  max-width: 282px;
}
.tp-cart-coupon-input input::-webkit-input-placeholder {
  color: #818487;
}
.tp-cart-coupon-input input:-moz-placeholder {
  color: #818487;
}
.tp-cart-coupon-input input::-moz-placeholder {
  color: #818487;
}
.tp-cart-coupon-input input:-ms-input-placeholder {
  color: #818487;
}
.tp-cart-coupon-input button {
  font-weight: 500;
  font-size: 16px;
  color: var(--tp-common-white);
  background-color: var(--tp-common-black);
  padding: 10px 30px;
}
.tp-cart-coupon-input button:hover {
  color: var(--tp-common-white);
  background-color: var(--tp-theme-primary);
}
.tp-cart-update-btn {
  font-weight: 500;
  font-size: 16px;
  color: var(--tp-common-black);
  background-color: var(--tp-common-white);
  padding: 9px 29px;
  border: 1px solid rgba(0, 2, 41, 0.1);
}
.tp-cart-update-btn:hover {
  background-color: var(--tp-theme-primary);
  border-color: var(--tp-theme-primary);
  color: var(--tp-common-white);
}
.tp-cart-checkout-wrapper {
  background: var(--tp-common-white);
  box-shadow: 0px 30px 70px rgba(1, 15, 28, 0.1);
  padding: 36px 24px 28px;
  margin-left: -24px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .tp-cart-checkout-wrapper {
    margin-top: 50px;
    margin-left: 0;
  }
}
.tp-cart-checkout-top {
  padding-bottom: 13px;
  margin-bottom: 19px;
  border-bottom: 1px solid #E0E2E3;
}
.tp-cart-checkout-top span {
  font-size: 20px;
  color: var(--tp-common-black);
  font-weight: 500;
}
.tp-cart-checkout-shipping {
  padding-bottom: 16px;
  border-bottom: 1px solid #E0E2E3;
  margin-bottom: 15px;
}
.tp-cart-checkout-shipping-title {
  font-weight: 500;
  font-size: 15px;
  margin-bottom: 7px;
}
.tp-cart-checkout-shipping-option:not(:last-child) {
  margin-bottom: 4px;
}
.tp-cart-checkout-shipping-option input {
  display: none;
}
.tp-cart-checkout-shipping-option input:checked + label::after {
  border-color: var(--tp-theme-primary);
}
.tp-cart-checkout-shipping-option input:checked + label::before {
  opacity: 1;
  visibility: visible;
}
.tp-cart-checkout-shipping-option label {
  font-weight: 400;
  font-size: 14px;
  color: #161C2D;
  position: relative;
  padding-left: 25px;
}
.tp-cart-checkout-shipping-option label:hover {
  cursor: pointer;
}
.tp-cart-checkout-shipping-option label span {
  color: var(--tp-theme-primary);
}
.tp-cart-checkout-shipping-option label::after {
  position: absolute;
  content: "";
  left: 0;
  top: 5px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 1px solid #BCBCBC;
}
.tp-cart-checkout-shipping-option label::before {
  position: absolute;
  content: "";
  left: 4px;
  top: 9px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: var(--tp-theme-primary);
  visibility: hidden;
  opacity: 0;
}
.tp-cart-checkout-total {
  margin-bottom: 25px;
}
.tp-cart-checkout-total span {
  font-weight: 500;
  font-size: 18px;
  color: var(--tp-common-black);
}
.tp-cart-checkout-btn {
  font-size: 16px;
  font-weight: 500;
  color: var(--tp-common-white);
  background-color: var(--tp-common-black);
  display: inline-block;
  padding: 10px 30px;
  text-align: center;
}
.tp-cart-checkout-btn:hover {
  background-color: var(--tp-theme-primary);
  color: var(--tp-common-white);
}

/*----------------------------------------*/
/*  8.20 Order CSS
/*----------------------------------------*/
.tp-order-details {
  padding: 70px 100px 55px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-order-details {
    padding: 70px 70px 55px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-order-details {
    padding: 70px 30px 55px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-order-details {
    padding: 70px 50px 55px;
  }
}
@media (max-width: 767px) {
  .tp-order-details {
    padding: 40px 30px 45px;
  }
}
.tp-order-details-icon {
  margin-bottom: 22px;
}
.tp-order-details-icon span {
  display: inline-block;
  width: 120px;
  height: 120px;
  line-height: 118px;
  text-align: center;
  font-size: 55px;
  color: var(--tp-common-white);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
}
.tp-order-details-title {
  font-size: 30px;
  font-weight: 600;
  color: var(--tp-common-white);
  margin-bottom: 7px;
}
.tp-order-details-content p {
  font-size: 16px;
  color: var(--tp-common-white);
  line-height: 1.38;
}
.tp-order-details-item {
  margin-bottom: 38px;
}
.tp-order-details-item-wrapper .row [class*=col-]:nth-child(2n) .tp-order-details-item {
  padding-left: 40px;
}
@media (max-width: 767px) {
  .tp-order-details-item-wrapper .row [class*=col-]:nth-child(2n) .tp-order-details-item {
    padding-left: 0;
  }
}
.tp-order-details-item h4 {
  font-size: 18px;
  color: var(--tp-common-white);
  margin-bottom: 0;
  font-weight: 400;
}
.tp-order-details-item p {
  font-weight: 700;
  font-size: 18px;
  color: var(--tp-common-white);
  margin-bottom: 0;
}
.tp-order-info-wrapper {
  padding: 42px 50px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-order-info-wrapper {
    padding: 42px 40px;
  }
}
@media (max-width: 767px) {
  .tp-order-info-wrapper {
    padding: 42px 30px;
  }
}
.tp-order-info-title {
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 40px;
}
.tp-order-info-list ul li {
  list-style: none;
  padding: 15px 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.tp-order-info-list ul li:not(:last-child) {
  border-bottom: 1px solid #E0E2E3;
}
.tp-order-info-list ul li span {
  font-size: 15px;
  color: var(--tp-common-black);
}
.tp-order-info-list ul li.tp-order-info-list-header {
  padding-top: 0;
  padding-bottom: 12px;
}
.tp-order-info-list ul li.tp-order-info-list-header h4 {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 0;
}
.tp-order-info-list ul li.tp-order-info-list-desc p {
  font-size: 15px;
  margin-bottom: 0;
}
.tp-order-info-list ul li.tp-order-info-list-desc p span {
  font-size: 15px;
  font-weight: 500;
}
.tp-order-info-list ul li.tp-order-info-list-subtotal span:last-child {
  color: var(--tp-theme-primary);
}
.tp-order-info-list ul li.tp-order-info-list-shipping span input {
  display: none;
}
.tp-order-info-list ul li.tp-order-info-list-shipping span input:checked ~ label::after {
  border-color: var(--tp-theme-primary);
}
.tp-order-info-list ul li.tp-order-info-list-shipping span input:checked ~ label::before {
  opacity: 1;
  visibility: visible;
}
.tp-order-info-list ul li.tp-order-info-list-shipping span label {
  font-size: 14px;
  position: relative;
  padding-right: 27px;
}
.tp-order-info-list ul li.tp-order-info-list-shipping span label span {
  color: var(--tp-theme-primary);
}
.tp-order-info-list ul li.tp-order-info-list-shipping span label:hover {
  cursor: pointer;
}
.tp-order-info-list ul li.tp-order-info-list-shipping span label::after {
  position: absolute;
  content: "";
  right: 0;
  top: 5px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 1px solid #BCBCBC;
  -webkit-transition: all 0.2s 0s ease-out;
  -moz-transition: all 0.2s 0s ease-out;
  -ms-transition: all 0.2s 0s ease-out;
  -o-transition: all 0.2s 0s ease-out;
  transition: all 0.2s 0s ease-out;
}
.tp-order-info-list ul li.tp-order-info-list-shipping span label::before {
  position: absolute;
  content: "";
  right: 4px;
  top: 9px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: var(--tp-theme-primary);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.2s 0s ease-out;
  -moz-transition: all 0.2s 0s ease-out;
  -ms-transition: all 0.2s 0s ease-out;
  -o-transition: all 0.2s 0s ease-out;
  transition: all 0.2s 0s ease-out;
}
.tp-order-info-list ul li.tp-order-info-list-total {
  padding: 14px 0;
}
.tp-order-info-list ul li.tp-order-info-list-total span {
  font-size: 16px;
  font-weight: 500;
}
.tp-order-inner {
  background-color: var(--tp-common-white);
  box-shadow: 0px 30px 70px rgba(1, 15, 28, 0.1);
}

/*# sourceMappingURL=softec-core.css.map */
