
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;700&family=Jost:wght@300;400;500;600;700;800;900&family=Montaga&family=Outfit:wght@300;400;500;600;700;800;900&family=Pacifico&family=Roboto:wght@300;400;500;700;900&family=Satisfy&family=Syne:wght@400;500;600;700;800&display=swap" rel="stylesheet');
@font-face {
  font-family: "Satoshi";
  src: url("../fonts/Satoshi-Medium.otf") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
:root {
  /**
  @font family declaration
  */
  --tp-ff-body: Satoshi;
  --tp-ff-heading: 'Outfit', sans-serif;
  --tp-ff-satoshi: Satoshi;
  --tp-ff-fontawesome: Font Awesome 6 Pro;
  /**
  @color declaration
  */
  --tp-common-white: #ffffff;
  --tp-common-black: #09052F;
  --tp-common-black-2: #070707;
  --tp-common-black-3: #000000;
  --tp-common-black-4: #161b40;
  --tp-common-red: #FF3F4A;
  --tp-common-green: #245757;
  --tp-common-purple: #43BEE5;
  --tp-common-purple-2: #EFA500;
  --tp-common-pink: #F94E41;
  --tp-common-pink-2: #F8F3FF;
  --tp-common-pink-3: #FAF6FC;
  --tp-common-pink-4: #c0fe2d;
  --tp-heading-primary: #09052F;
  --tp-grey-1: #EEEEF5;
  --tp-grey-2: #F5F7FA;
  --tp-grey-3: #5B646B;
  --tp-grey-4: #787981;
  --tp-text-body: #72747C;
  --tp-theme-1: #161B40;
  --tp-theme-2: #43BEE5;
  --tp-theme-3: #c0fe2d;
  --tp-border-1: #EFF1F5;
}

@media (min-width: 1400px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1250px;
  }
  .container-large {
    max-width: 1490px;
  }
  .custom-container-1 {
    max-width: 1270px;
  }
  .custom-container-3 {
    max-width: 1330px;
  }
  .custom-container-4 {
    max-width: 1420px;
  }
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/*---------------------------------
	typography css start 
---------------------------------*/
body {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
  overflow-x: hidden;
  color: var(--tp-text-body);
  font-family: var(--tp-ff-body);
}

html, body {
  overflow-x: hidden;
}

a {
  text-decoration: none;
  transition: 0.3s;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0px;
  font-weight: 800;
  line-height: 1.1;
  transition: 0.3s;
  font-family: var(--tp-ff-heading);
  color: var(--tp-heading-primary);
}

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 {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: var(--tp-text-body);
  font-family: var(--tp-ff-body);
}

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

.z-index-9 {
  position: relative;
  z-index: 99999;
}

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;
}

li {
  list-style: none;
}

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

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

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

button:hover {
  cursor: pointer;
}

button:focus {
  outline: 0;
}

.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}

input,
textarea {
  outline: none;
  color: var(--tp-theme-2);
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: rgb(116, 116, 116);
}
input:-moz-placeholder,
textarea:-moz-placeholder {
  color: rgb(116, 116, 116);
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  color: rgb(116, 116, 116);
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: rgb(116, 116, 116);
}

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

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

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

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

*::-moz-placeholder {
  color: var(--tp-theme-1);
  font-size: var(--tp-fz-body);
  opacity: 1;
}

*::placeholder {
  color: var(--tp-theme-1);
  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-15 {
  --bs-gutter-x: 15px;
}

.gx-30 {
  --bs-gutter-x: 30px;
}

.gx-40 {
  --bs-gutter-x: 40px;
}

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

.gx-60 {
  --bs-gutter-x: 60px;
}

.gx-20 {
  --bs-gutter-x: 20px;
}

.gx-25 {
  --bs-gutter-x: 25px;
}

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

.tp-main-btn {
  display: inline-block;
  border-radius: 32px;
  height: 64px;
  line-height: 64px;
  padding: 0 30px;
  font-weight: 500;
  font-size: 15px;
  text-align: center;
  text-transform: capitalize;
  position: relative;
  transition: 0.3s;
  background: #FFF;
  color: var(--tp-common-black);
  box-shadow: 0px 1px 15px rgba(0, 0, 0, 0.06);
}
@media (max-width: 767px) {
  .tp-main-btn {
    padding: 0 25px;
  }
}
.tp-main-btn i {
  margin-left: 12px;
}
.tp-main-btn::before {
  position: absolute;
  content: "";
  background: #c0fe2d;
  border-radius: 32px;
  width: 98%;
  height: 98%;
  left: 6px;
  top: 6px;
  transition: 0.3s;
  z-index: -1;
}
.tp-main-btn:hover {
  color: var(--tp-common-black);
}
.tp-main-btn:hover::before {
  left: 1px;
  top: 0;
}

.tp-btn-sm {
  display: inline-block;
  height: 58px;
  line-height: 58px;
  padding: 0 28px;
  font-weight: 700;
  font-size: 14px;
  text-align: center;
  text-transform: capitalize;
  position: relative;
  transition: 0.3s;
  color: var(--tp-common-white);
  background: #6B14FA;
  border-radius: 100px;
}
@media (max-width: 767px) {
  .tp-btn-sm {
    padding: 0 25px;
  }
}
.tp-btn-sm i {
  margin-left: 12px;
}
.tp-btn-sm:hover {
  color: var(--tp-common-white);
  background-color: var(--tp-common-pink);
}

.tp-btn-lg {
  display: inline-block;
  border-radius: 32px;
  height: 64px;
  line-height: 64px;
  padding: 0 50px;
  font-weight: 500;
  font-size: 15px;
  text-align: center;
  text-transform: capitalize;
  position: relative;
  transition: 0.3s;
  background: #FFF;
  color: var(--tp-common-black);
}
@media (max-width: 767px) {
  .tp-btn-lg {
    padding: 0 28px;
  }
}
.tp-btn-lg i {
  margin-left: 12px;
}
.tp-btn-lg.large {
  padding: 0 62px;
}
.tp-btn-lg::before {
  position: absolute;
  content: "";
  background: #c0fe2d;
  border-radius: 32px;
  width: 98%;
  height: 98%;
  left: 6px;
  top: 6px;
  transition: 0.3s;
  z-index: -1;
}
.tp-btn-lg:hover {
  color: var(--tp-common-black);
}
.tp-btn-lg:hover::before {
  left: 1px;
  top: 0;
}

.tp-btn-gradiant {
  display: inline-block;
  border-radius: 32px;
  height: 64px;
  line-height: 64px;
  padding: 0 30px;
  font-weight: 500;
  font-size: 15px;
  text-align: center;
  text-transform: capitalize;
  position: relative;
  transition: 0.3s;
  background: #c0fe2d;
  color: var(--tp-common-white);
}
@media (max-width: 767px) {
  .tp-btn-gradiant {
    padding: 0 28px;
  }
}
.tp-btn-gradiant i {
  margin-left: 12px;
}
.tp-btn-gradiant:hover {
  transform: translateY(-5px);
  color: var(--tp-common-white);
}

.tp-btn-white {
  display: inline-block;
  height: 60px;
  line-height: 60px;
  padding: 0 40px;
  padding-right: 50px;
  font-size: 18px;
  font-weight: 500;
  text-transform: capitalize;
  color: var(--tp-common-black);
  background: var(--tp-common-white);
  border-radius: 100px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-btn-white {
    padding: 0 30px;
    padding-right: 40px;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .tp-btn-white {
    padding: 0 25px;
    padding-right: 35px;
    height: 48px;
    line-height: 48px;
    font-size: 15px;
  }
}
.tp-btn-white:hover {
  background-color: #FF8717;
  color: var(--tp-common-white);
}
.tp-btn-white:hover i {
  color: var(--tp-common-white);
}
.tp-btn-white.purple-bg-color:hover {
  background-color: var(--tp-common-purple);
  color: var(--tp-common-white);
}
.tp-btn-white.purple-bg-color:hover i {
  color: var(--tp-common-white);
}
.tp-btn-white i {
  margin-right: 11px;
  transition: 0.3s;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-btn-white i svg {
    width: 20px;
  }
}
@media (max-width: 767px) {
  .tp-btn-white i svg {
    width: 17px;
  }
}

.tp-btn-white-sm {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  padding: 0 25px;
  font-weight: 500;
  font-size: 15px;
  text-transform: capitalize;
  color: var(--tp-common-black);
  background: var(--tp-common-white);
  border-radius: 100px;
  transition: 0.3s;
}
@media (max-width: 767px) {
  .tp-btn-white-sm {
    padding: 0 25px;
    font-size: 13px;
  }
}
.tp-btn-white-sm:hover {
  color: var(--tp-common-white);
  background-color: var(--tp-common-purple-2);
}

.tp-border-btn-sm {
  display: inline-block;
  height: 40px;
  line-height: 36px;
  padding: 0 25px;
  font-weight: 500;
  font-size: 15px;
  text-transform: capitalize;
  color: var(--tp-common-black);
  border-radius: 100px;
  transition: 0.3s;
  border: 1px solid #E5E5E5;
}
@media (max-width: 767px) {
  .tp-border-btn-sm {
    padding: 0 25px;
  }
}
.tp-border-btn-sm:hover {
  border: 1px solid transparent;
  color: var(--tp-common-white);
  background-color: var(--tp-common-purple-2);
}

.tp-btn-purple-lg {
  display: inline-block;
  height: 52px;
  line-height: 52px;
  padding: 0 40px;
  font-weight: 500;
  font-size: 16px;
  text-align: center;
  text-transform: capitalize;
  position: relative;
  transition: 0.3s;
  background: var(--tp-theme-2);
  color: var(--tp-common-white);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), (max-width: 767px) {
  .tp-btn-purple-lg {
    font-size: 15px;
  }
}
.tp-btn-purple-lg:hover {
  background-color: #FF8717;
  color: var(--tp-common-white);
}

.tp-btn-purple {
  display: inline-block;
  border-radius: 32px;
  height: 58px;
  line-height: 58px;
  padding: 0 40px;
  font-weight: 500;
  font-size: 18px;
  text-align: center;
  text-transform: capitalize;
  position: relative;
  transition: 0.3s;
  background: var(--tp-common-purple);
  color: var(--tp-common-white);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), (max-width: 767px) {
  .tp-btn-purple {
    font-size: 15px;
  }
}
.tp-btn-purple:hover {
  background-color: #FF8717;
  color: var(--tp-common-white);
}

.tp-btn-purple-sm {
  height: 68px;
  padding: 0px 41px;
  display: inline-block;
  border-radius: 4px;
  line-height: 68px;
  font-weight: 500;
  font-size: 16px;
  text-align: center;
  text-transform: uppercase;
  transition: 0.3s;
  background: var(--tp-common-purple-2);
  color: var(--tp-common-white);
}
.tp-btn-purple-sm:hover {
  background-color: #FF8717;
  color: var(--tp-common-white);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-btn-purple-sm {
    height: 50px;
    padding: 0px 25px;
    line-height: 50px;
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .tp-btn-purple-sm {
    height: 50px;
    padding: 0px 25px;
    line-height: 50px;
    font-size: 12px;
  }
}

.tp-btn-square {
  height: 61px;
  padding: 0px 58px;
  display: inline-block;
  line-height: 61px;
  font-weight: 500;
  font-size: 16px;
  text-align: center;
  text-transform: uppercase;
  transition: 0.3s;
  background: var(--tp-common-purple-2);
  color: var(--tp-common-white);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-btn-square {
    height: 50px;
    padding: 0px 25px;
    line-height: 50px;
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .tp-btn-square {
    height: 50px;
    padding: 0px 25px;
    line-height: 50px;
    font-size: 12px;
  }
}
.tp-btn-square:hover {
  background-color: #FF8717;
  color: var(--tp-common-white);
}

.tp-btn-border {
  display: inline-block;
  height: 61px;
  line-height: 61px;
  padding: 0 50px;
  font-weight: 500;
  font-size: 18px;
  text-transform: capitalize;
  color: var(--tp-common-black);
  transition: 0.3s;
  border: 1px solid #E7F1FE;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-btn-border {
    padding: 0 33px;
    font-weight: 500;
    font-size: 16px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-btn-border {
    padding: 0 25px;
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .tp-btn-border {
    padding: 0 25px;
  }
}
.tp-btn-border:hover {
  border: 1px solid var(--tp-common-purple-2);
  background-color: var(--tp-common-purple-2);
  color: var(--tp-common-white);
}

.tp-btn-border-sm {
  display: inline-block;
  height: 41px;
  line-height: 41px;
  padding: 0 20px;
  font-weight: 500;
  font-size: 15px;
  border-radius: 30px;
  text-transform: capitalize;
  color: var(--tp-common-black);
  transition: 0.3s;
  border: 1px solid #E7F1FE;
}
.tp-btn-border-sm:hover {
  border: 1px solid var(--tp-common-purple-2);
  background-color: var(--tp-common-purple-2);
  color: var(--tp-common-white);
}

.tp-menu-btn {
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
  overflow: hidden;
  display: inline-block;
  font-weight: 500;
  font-size: 14px;
  position: relative;
  z-index: 9;
  color: var(--tp-common-white);
  background-color: var(--tp-common-pink-4);
}
.tp-menu-btn:hover {
  color: var(--tp-common-white);
  background-color: var(--tp-common-purple);
}

.tp-btn-cart {
  display: block;
  width: 100%;
  height: 40px;
  font-weight: 500;
  font-size: 14px;
  color: #fff;
  text-align: center;
  line-height: 40px;
  border-radius: 20px;
  background: #735CFC;
  font-family: var(--tp-ff-heading);
}
.tp-btn-cart:hover {
  background-color: #FF8717;
  color: var(--tp-common-white);
}
.tp-btn-cart span {
  margin-right: 4px;
  display: inline-block;
  transform: translateY(-2px);
}

/* 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 scrollText-2 {
  from {
    transform: translateX(-50%);
  }
  to {
    transform: translateX(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);
  }
}
@-webkit-keyframes lineDash {
  0% {
    stroke-dashoffset: 0;
  }
  100% {
    stroke-dashoffset: 1000;
  }
}
@keyframes lineDash {
  0% {
    stroke-dashoffset: 0;
  }
  100% {
    stroke-dashoffset: 1000;
  }
}
@keyframes pulse-2 {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(255, 153, 0, 0.2);
    box-shadow: 0 0 0 0 rgba(255, 153, 0, 0.2);
  }
  70% {
    -moz-box-shadow: 0 0 0 20px rgba(21, 165, 150, 0);
    box-shadow: 0 0 0 20px rgba(21, 165, 150, 0);
  }
  100% {
    -moz-box-shadow: 0 0 0 0 rgba(21, 165, 150, 0);
    box-shadow: 0 0 0 0 rgba(21, 165, 150, 0);
  }
}
@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: 70% 30% 46% 54%/30% 29% 71% 70%;
    transform: translate3d(0, 5px, 0) 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(0, -3px, 0) rotateZ(0.01deg);
  }
}
@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% {
    -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 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);
  }
  50% {
    transform: translatey(-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 rotate2 {
  from {
    transform: rotate(0deg);
  }
  to {
    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% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes circle-animation2 {
  0% {
    transform: scale(-1, 1) rotate(360deg);
  }
  100% {
    transform: scale(-1, 1) rotate(0deg);
  }
}
@keyframes zoom {
  0% {
    transform: scale(0.5);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.5);
  }
}
@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 */
@-webkit-keyframes bounceRight {
  0%, 20%, 50%, 80%, 100% {
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  40% {
    -ms-transform: translateX(-90px);
    transform: translateX(-90px);
  }
  60% {
    -ms-transform: translateX(-15px);
    transform: translateX(-15px);
  }
}
@-moz-keyframes bounceRight {
  0%, 20%, 50%, 80%, 100% {
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  40% {
    -ms-transform: translateX(-90px);
    transform: translateX(-90px);
  }
  60% {
    -ms-transform: translateX(-15px);
    transform: translateX(-15px);
  }
}
@keyframes bounceRight {
  0%, 20%, 50%, 80%, 100% {
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  40% {
    -ms-transform: translateX(-50px);
    transform: translateX(-50px);
  }
  60% {
    -ms-transform: translateX(-10px);
    transform: translateX(-10px);
  }
}
/* /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;
  }
}
@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 rotate2 {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes tpswing {
  0% {
    -webkit-transform: rotate(25deg);
    -ms-transform: rotate(25deg);
    transform: rotate(25deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@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);
  }
}
/*--- preloader ---*/
.dark #preloader {
  background-color: var(--tp-theme-1);
}

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000000;
  z-index: 999999;
}

.preloader {

box-sizing: border-box;
position: absolute;
display: flex;
align-items: center;
justify-content: center;
top: 30%;
left: 10%;
}

.preloader h1{
  font-size: 16em;
  font-family: fantasy;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px){
  .preloader {

    box-sizing: border-box;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 40%;
    left: 13%;
    }
  .preloader h1{
    font-size: 3em;
    font-family: fantasy;
  }
}

.preloader h1 span{
  display: block;
  float: left;
  animation: preloader 2.25s linear infinite;
  margin: 0 5px;
  padding: 0;
  position: relative;
  color: #111;
}

.preloader h1 span:nth-child(1){
  animation-delay: 0s;
}
.preloader h1 span:nth-child(2){
  animation-delay: .25s;
}
.preloader h1 span:nth-child(2){
  animation-delay: .5s;
}
.preloader h1 span:nth-child(3){
  animation-delay: .75s;
}
.preloader h1 span:nth-child(4){
  animation-delay: 1s;
}
.preloader h1 span:nth-child(5){
  animation-delay: 1.25s;
}
.preloader h1 span:nth-child(6){
  animation-delay: 1.5s;
}
.preloader h1 span:nth-child(7){
  animation-delay: 1.75s;
}




@keyframes preloader {
  0%, 100%{
    color: #fff;
    filter: blur(2px);
    text-shadow: 0 0 10px #c0fe2d,
      0 0 20px #c0fe2d,
      0 0 40px #c0fe2d,
      0 0 80px #c0fe2d,
      0 0 120px #c0fe2d,
      0 0 200px #c0fe2d,
      0 0 300px #c0fe2d,
      0 0 400px #c0fe2d;
  }
  5%, 95%{
    color: #767272;
    filter: blur(0px);
    text-shadow: none;
  }
}
/*--- end of preloader ---*/
.scroll-top {
  width: 50px;
  height: 50px;
  line-height: 50px;
  position: fixed;
  bottom: -10%;
  right: 50px;
  font-size: 16px;
  z-index: 999;
  color: var(--tp-common-white);
  text-align: center;
  cursor: pointer;
  background: var(--tp-theme-2);
  transition: 1s ease;
  border: none;
}

.scroll-top.open {
  bottom: 30px;
}

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

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

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

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

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

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

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

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

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

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

.body-overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background: rgba(24, 24, 24, 0.8);
  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.html), pointer;
}

.tpoffcanvas {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: fixed;
  top: 0;
  left: -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: 999999;
  padding: 50px;
  scrollbar-width: none;
  opacity: 0;
  visibility: hidden;
  transition: 0.45s ease-in-out;
  overflow-y: scroll;
}
.tpoffcanvas .homemenu {
  margin-bottom: 30px;
}
.tpoffcanvas .tp-main-menu-mobile {
  margin-bottom: 50px;
}
.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 {
  left: 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__title p {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.49);
  font-weight: 500;
  line-height: 1.6;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .tpoffcanvas__title p {
    font-size: 17px;
  }
}
.tpoffcanvas__contact-title h5 {
  font-size: 14px;
  color: #888888;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 30px;
  display: inline-block;
}
.tpoffcanvas__input-title h4 {
  font-size: 14px;
  color: #888888;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 30px;
  display: inline-block;
}
.tpoffcanvas__input {
  margin-bottom: 100px;
}
.tpoffcanvas__input input {
  background: rgba(118, 118, 130, 0.3);
  border: transparent;
  height: 60px;
  width: 100%;
  padding-left: 20px;
  padding-right: 80px;
  color: var(--tp-common-white);
}
.tpoffcanvas__input button {
  height: 60px;
  width: 60px;
  background-color: var(--tp-common-pink-4);
  color: var(--tp-common-white);
  font-size: 16px;
  position: absolute;
  top: 0;
  right: 0;
}
.tpoffcanvas__contact-info {
  margin-bottom: 50px;
}
.tpoffcanvas__contact-info ul li {
  font-size: 16px;
  color: var(--tp-common-white);
  margin-bottom: 15px;
  list-style-type: none;
}
@media (max-width: 767px) {
  .tpoffcanvas__contact-info ul li {
    font-size: 14px;
  }
}
.tpoffcanvas__contact-info ul li:last-child {
  margin-bottom: 0;
}
.tpoffcanvas__contact-info ul li a {
  margin-left: 10px;
  transition: 0.3s;
}
.tpoffcanvas__contact-info ul li a:hover {
  color: var(--tp-common-pink-4);
}
.tpoffcanvas__logo {
  margin-bottom: 60px;
}
.tpoffcanvas__logo a {
  display: block;
  width: 110px;
  height: auto;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tpoffcanvas__logo {
    padding-top: 0;
  }
}
@media (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .tpoffcanvas__logo {
    padding-top: 0;
  }
}
.tpoffcanvas__close-btn button {
  position: absolute;
  right: 30px;
  top: 30px;
  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: 40px;
  width: 40px;
  line-height: 45px;
  background-color: var(--tp-common-white);
  color: var(--tp-common-black);
}
.tpoffcanvas__close-btn button:hover i {
  transform: rotate(360deg);
}
.tpoffcanvas__close-btn button i {
  font-weight: 300;
  font-size: 20px;
  transition: 0.9s;
}
.tpoffcanvas__social {
  margin-top: 30px;
}
.tpoffcanvas__social .social-icon a {
  height: 55px;
  width: 55px;
  line-height: 58px;
  text-align: center;
  font-size: 16px;
  background-color: rgba(251, 251, 253, 0.08);
  color: var(--tp-common-white);
  margin-right: 15px;
  transition: 0.3s;
  display: inline-block;
  border-radius: 50%;
}
@media (max-width: 767px) {
  .tpoffcanvas__social .social-icon a {
    margin-right: 3px;
    height: 40px;
    width: 40px;
    line-height: 42px;
    font-size: 15px;
  }
}
.tpoffcanvas__social .social-icon a:hover {
  background-color: var(--tp-common-pink-4);
  color: var(--tp-common-white);
}

.tp-category-mobile-menu ul li.has-dropdown > a .dropdown-toggle-btn:hover {
  background-color: var(--tp-theme-green);
  border-color: var(--tp-theme-green);
  color: var(--tp-common-white);
}

.tp-category-mobile-menu ul li:hover > a .dropdown-toggle-btn i {
  color: var(--tp-theme-green);
}

.tp-category-mobile-menu ul li.has-dropdown > a.expanded {
  color: var(--tp-theme-green);
}

.tp-category-mobile-menu ul li.has-dropdown > a.expanded .dropdown-toggle-btn.dropdown-opened {
  background-color: var(--tp-theme-green);
  border-color: var(--tp-theme-green);
  color: var(--tp-common-white);
}

.tp-offcanvas-category-toggle {
  font-size: 16px;
  display: block;
  position: relative;
  width: 100%;
  text-align: left;
  color: var(--tp-common-white);
  background-color: var(--tp-common-purple);
  padding: 20px 20px;
}
.tp-offcanvas-category-toggle::after {
  position: absolute;
  content: "\f107";
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 16px;
  font-family: "Font Awesome 6 Pro";
}
.tp-offcanvas-category-toggle svg, .tp-offcanvas-category-toggle i {
  margin-right: 14px;
  font-size: 16px;
}

.tp-breadcrumb-height {
  padding-top: 130px;
  padding-bottom: 145px;
  background-repeat: no-repeat;
  background-size: cover;
  object-fit: cover;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-breadcrumb-height {
    padding: 120px 0;
  }
}

.tp-breadcrumb__title {
  font-size: 55px;
  font-style: normal;
  font-weight: 500;
  text-transform: capitalize;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-breadcrumb__title {
    font-size: 50px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-breadcrumb__title {
    font-size: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-breadcrumb__title {
    font-size: 45px;
  }
}
@media (max-width: 767px) {
  .tp-breadcrumb__title {
    font-size: 40px;
  }
}
.tp-breadcrumb__list {
  display: inline-block;
  padding: 5px 20px;
  margin-bottom: 15px;
  background-color: var(--tp-common-white);
  border-radius: 30px;
}
.tp-breadcrumb__list span {
  color: var(--tp-common-pink-4);
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-breadcrumb__list span {
    font-size: 13px;
  }
}
.tp-breadcrumb__list span.dvdr i {
  color: var(--tp-common-white);
  font-weight: 400;
  font-size: 13px;
}

.tp-custom-accordion .accordion-buttons {
  position: relative;
  width: 100%;
  padding: 22px 25px;
  background-color: var(--tp-common-white);
  text-align: left;
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 25px;
  border: 1px solid transparent;
  transition: 0.3s;
  border-radius: 4px;
  color: var(--tp-theme-1);
  line-height: 1.2;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-custom-accordion .accordion-buttons {
    font-size: 17px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-custom-accordion .accordion-buttons {
    padding: 25px 28px;
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .tp-custom-accordion .accordion-buttons {
    padding: 25px 28px;
    font-size: 16px;
    padding-right: 40px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-custom-accordion .accordion-buttons {
    font-size: 17px;
  }
}
.tp-custom-accordion .accordion-buttons::after {
  position: absolute;
  content: "\f068";
  font-family: "Font Awesome 5 Pro";
  top: 50%;
  transform: translateY(-50%);
  right: 30px;
  font-size: 16px;
  opacity: 1;
  color: var(--tp-common-orange);
}
@media (max-width: 767px) {
  .tp-custom-accordion .accordion-buttons::after {
    top: 35px;
    right: 25px;
    font-size: 13px;
  }
}
.tp-custom-accordion .accordion-buttons:not(.collapsed) {
  background: rgba(255, 255, 255, 0.5);
  box-shadow: 0px 11px 12px 0px rgba(0, 0, 0, 0.08);
}
.tp-custom-accordion .accordion-buttons.collapsed {
  border: 1px solid #E3EBF4;
}
.tp-custom-accordion .accordion-buttons.collapsed::after {
  content: "\f067";
}
.tp-custom-accordion .collapsed {
  position: relative;
  z-index: 99;
}
.tp-custom-accordion .accordion-body {
  background-color: var(--tp-common-white);
  padding-bottom: 20px;
  padding-left: 25px;
  padding-right: 50px;
  position: relative;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  z-index: 1;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-custom-accordion .accordion-body {
    font-size: 14px;
    padding-right: 65px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-custom-accordion .accordion-body {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .tp-custom-accordion .accordion-body {
    font-size: 13px;
    padding-right: 0px;
  }
}
.tp-custom-accordion .accordion-body::after {
  position: absolute;
  content: "";
  top: 6px;
  left: 70px;
  width: 1px;
  height: 75px;
  background-color: var(--tp-common-orange);
}
@media (max-width: 767px) {
  .tp-custom-accordion .accordion-body::after {
    display: none;
    visibility: hidden;
  }
}

.tp-custom-accordion-2 {
  position: relative;
  z-index: 2;
}
.tp-custom-accordion-2 .accordion-items {
  margin-bottom: 20px;
  background-color: var(--tp-common-white);
  overflow: hidden;
  border-radius: 5px;
}
.tp-custom-accordion-2 .accordion-items.tp-faq-active {
  border-radius: 5px;
}
.tp-custom-accordion-2 .accordion-buttons {
  position: relative;
  width: 100%;
  padding: 38px 28px;
  text-align: left;
  padding-right: 90px;
  font-weight: 500;
  color: #13141B;
  font-family: var(--tp-ff-heading);
  font-size: 24px;
  line-height: 24px;
  background-color: rgba(255, 255, 255, 0.5);
  color: var(--tp-common-black);
  transition: 0.3s;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-custom-accordion-2 .accordion-buttons {
    padding: 25px 28px;
    font-size: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-custom-accordion-2 .accordion-buttons {
    font-size: 18px;
    padding: 25px 28px;
  }
}
@media (max-width: 767px) {
  .tp-custom-accordion-2 .accordion-buttons {
    font-size: 18px;
    padding: 25px 28px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-custom-accordion-2 .accordion-buttons {
    padding: 20px 28px;
  }
}
.tp-custom-accordion-2 .accordion-buttons:not(.collapsed) {
  color: var(--tp-common-purple-2);
}
.tp-custom-accordion-2 .accordion-buttons:not(.collapsed)::after {
  color: var(--tp-common-purple-2);
}
.tp-custom-accordion-2 .accordion-buttons::after {
  position: absolute;
  content: "\f062";
  font-family: "Font Awesome 5 Pro";
  background-image: none;
  top: 50%;
  transform: translateY(-50%);
  right: 30px;
  width: auto;
  height: auto;
  font-weight: 700;
  font-size: 16px;
  opacity: 1;
  color: var(--tp-common-black);
  text-align: center;
  transition: 0.3s;
}
.tp-custom-accordion-2 .accordion-buttons.collapsed::after {
  content: "\f063";
}
.tp-custom-accordion-2 .collapsed {
  position: relative;
  z-index: 99;
}
.tp-custom-accordion-2 .accordion-body {
  position: relative;
  background-color: var(--tp-common-white);
  padding: 0;
  padding-top: 9px;
  padding-bottom: 40px;
  margin: 0 30px;
  z-index: 1;
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  color: #5C727D;
}
@media (max-width: 767px) {
  .tp-custom-accordion-2 .accordion-body {
    font-size: 15px;
  }
}

.tp-service-details-faq .tp-custom-accordion-2 .accordion-items {
  border: 1px solid rgba(4, 18, 31, 0.08);
  border-radius: 0;
}
.tp-service-details-faq .tp-custom-accordion-2 .accordion-body {
  border-top: 1px solid rgba(4, 18, 31, 0.08);
}

/*----------------------------------------*/
/*  2.178 Range Slider css start
/*----------------------------------------*/
.ui-button-icon-only, .ui-controlgroup-vertical .ui-controlgroup-item {
  box-sizing: border-box;
}

.ui-checkboxradio-disabled, .ui-state-disabled {
  pointer-events: none;
}

.ui-datepicker .ui-icon, .ui-icon {
  text-indent: -99999px;
  background-repeat: no-repeat;
}

.ui-helper-reset, .ui-menu {
  outline: 0;
  list-style: none;
}

.ui-helper-hidden, .ui-resizable-autohide .ui-resizable-handle, .ui-resizable-disabled .ui-resizable-handle {
  display: none;
}

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
}

.ui-helper-clearfix:after, .ui-helper-clearfix:before {
  content: "";
  display: table;
  border-collapse: collapse;
}

.ui-helper-clearfix:after {
  clear: both;
}

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0);
}

.ui-front {
  z-index: 100;
}

.ui-state-disabled {
  cursor: default !important;
}

.ui-icon {
  display: inline-block;
  vertical-align: middle;
  margin-top: -0.25em;
  position: relative;
  overflow: hidden;
}

.ui-widget-icon-block {
  left: 50%;
  margin-left: -8px;
  display: block;
}

.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ui-accordion .ui-accordion-header {
  display: block;
  cursor: pointer;
  position: relative;
  margin: 2px 0 0;
  padding: 0.5em 0.5em 0.5em 0.7em;
  font-size: 100%;
}

.ui-autocomplete, .ui-menu .ui-menu {
  position: absolute;
}

.ui-accordion .ui-accordion-content {
  padding: 1em 2.2em;
  border-top: 0;
  overflow: auto;
}

.ui-autocomplete {
  top: 0;
  left: 0;
  cursor: default;
}

.ui-menu {
  padding: 0;
  margin: 0;
  display: block;
}

.ui-button, .ui-controlgroup {
  display: inline-block;
  vertical-align: middle;
}

.ui-button, .ui-menu-icons, .ui-resizable {
  position: relative;
}

.ui-menu .ui-menu-item {
  margin: 0;
  cursor: pointer;
  list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}

.ui-menu .ui-menu-item-wrapper {
  position: relative;
  padding: 3px 1em 3px 0.4em;
}

.ui-menu .ui-menu-divider {
  margin: 5px 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  border-width: 1px 0 0;
}

.ui-menu .ui-state-active, .ui-menu .ui-state-focus {
  margin: -1px;
}

.ui-menu-icons .ui-menu-item-wrapper {
  padding-left: 2em;
}

.ui-button, .ui-controlgroup .ui-controlgroup-label {
  padding: 0.4em 1em;
}

.ui-menu .ui-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0.2em;
  margin: auto 0;
}

.ui-menu .ui-menu-icon {
  left: auto;
  right: 0;
}

.ui-button {
  line-height: normal;
  margin-right: 0.1em;
  cursor: pointer;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  overflow: visible;
}

.ui-button, .ui-button:active, .ui-button:hover, .ui-button:link, .ui-button:visited {
  text-decoration: none;
}

.ui-button-icon-only {
  width: 2em;
  text-indent: -9999px;
  white-space: nowrap;
}

input.ui-button.ui-button-icon-only {
  text-indent: 0;
}

.ui-button-icon-only .ui-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -8px;
  margin-left: -8px;
}

.ui-button.ui-icon-notext .ui-icon {
  padding: 0;
  width: 2.1em;
  height: 2.1em;
  text-indent: -9999px;
  white-space: nowrap;
}

input.ui-button.ui-icon-notext .ui-icon {
  width: auto;
  height: auto;
  text-indent: 0;
  white-space: normal;
  padding: 0.4em 1em;
}

button.ui-button::-moz-focus-inner, input.ui-button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.ui-controlgroup > .ui-controlgroup-item {
  float: left;
  margin-left: 0;
  margin-right: 0;
}

.ui-controlgroup > .ui-controlgroup-item.ui-visual-focus, .ui-controlgroup > .ui-controlgroup-item:focus {
  z-index: 9999;
}

.ui-controlgroup-vertical > .ui-controlgroup-item {
  display: block;
  float: none;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  text-align: left;
}

.ui-controlgroup .ui-controlgroup-label span {
  font-size: 80%;
}

.ui-controlgroup-horizontal .ui-controlgroup-label + .ui-controlgroup-item {
  border-left: none;
}

.ui-controlgroup-vertical .ui-controlgroup-label + .ui-controlgroup-item {
  border-top: none;
}

.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content {
  border-right: none;
}

.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content {
  border-bottom: none;
}

.ui-controlgroup-vertical .ui-spinner-input {
  width: 75%;
  width: calc(100% - 2.4em);
}

.ui-controlgroup-vertical .ui-spinner .ui-spinner-up {
  border-top-style: solid;
}

.ui-checkboxradio-label .ui-icon-background {
  box-shadow: inset 1px 1px 1px #ccc;
  border-radius: 0.12em;
  border: none;
}

.ui-checkboxradio-radio-label .ui-icon-background {
  width: 16px;
  height: 16px;
  border-radius: 1em;
  overflow: visible;
  border: none;
}

.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon, .ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {
  background-image: none;
  width: 8px;
  height: 8px;
  border-width: 4px;
  border-style: solid;
}

.ui-datepicker {
  width: 17em;
  padding: 0.2em 0.2em 0;
  display: none;
}

.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: 0.2em 0;
}

.ui-datepicker .ui-datepicker-next, .ui-datepicker .ui-datepicker-prev {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em;
}

.ui-datepicker .ui-datepicker-next-hover, .ui-datepicker .ui-datepicker-prev-hover {
  top: 1px;
}

.ui-datepicker .ui-datepicker-prev {
  left: 2px;
}

.ui-datepicker .ui-datepicker-next {
  right: 2px;
}

.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px;
}

.ui-datepicker .ui-datepicker-next-hover {
  right: 1px;
}

.ui-datepicker .ui-datepicker-next span, .ui-datepicker .ui-datepicker-prev span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px;
}

.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center;
}

.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0;
}

.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
  width: 45%;
}

.ui-datepicker table {
  width: 100%;
  font-size: 0.9em;
  border-collapse: collapse;
  margin: 0 0 0.4em;
}

.ui-datepicker th {
  padding: 0.7em 0.3em;
  text-align: center;
  font-weight: 700;
  border: 0;
}

.ui-datepicker td {
  border: 0;
  padding: 1px;
}

.ui-datepicker td a, .ui-datepicker td span {
  display: block;
  padding: 0.2em;
  text-align: right;
  text-decoration: none;
}

.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: 0.7em 0 0;
  padding: 0 0.2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}

.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: 0.5em 0.2em 0.4em;
  cursor: pointer;
  padding: 0.2em 0.6em 0.3em;
  width: auto;
  overflow: visible;
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current, .ui-datepicker-multi .ui-datepicker-group, .ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left;
}

.ui-datepicker.ui-datepicker-multi {
  width: auto;
}

.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto 0.4em;
}

.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}

.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%;
}

.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%;
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header, .ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}

.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0;
}

.ui-datepicker-rtl {
  direction: rtl;
}

.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto;
}

.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current, .ui-datepicker-rtl .ui-datepicker-group, .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: right;
}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header, .ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}

.ui-datepicker .ui-icon {
  display: block;
  overflow: hidden;
  left: 0.5em;
  top: 0.3em;
}

.ui-dialog {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0.2em;
  outline: 0;
}

.ui-dialog .ui-dialog-titlebar {
  padding: 0.4em 1em;
  position: relative;
}

.ui-dialog .ui-dialog-title {
  float: left;
  margin: 0.1em 0;
  white-space: nowrap;
  width: 90%;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  right: 0.3em;
  top: 50%;
  width: 20px;
  margin: -10px 0 0;
  padding: 1px;
  height: 20px;
}

.ui-dialog .ui-dialog-content {
  position: relative;
  border: 0;
  padding: 0.5em 1em;
  background: 0 0;
  overflow: auto;
}

.ui-dialog .ui-dialog-buttonpane {
  text-align: left;
  border-width: 1px 0 0;
  background-image: none;
  margin-top: 0.5em;
  padding: 0.3em 1em 0.5em 0.4em;
}

.ui-dialog .ui-dialog-buttonpane button {
  margin: 0.5em 0.4em 0.5em 0;
  cursor: pointer;
}

.ui-dialog .ui-resizable-n {
  height: 2px;
  top: 0;
}

.ui-dialog .ui-resizable-e {
  width: 2px;
  right: 0;
}

.ui-dialog .ui-resizable-s {
  height: 2px;
  bottom: 0;
}

.ui-dialog .ui-resizable-w {
  width: 2px;
  left: 0;
}

.ui-dialog .ui-resizable-ne, .ui-dialog .ui-resizable-nw, .ui-dialog .ui-resizable-se, .ui-dialog .ui-resizable-sw {
  width: 7px;
  height: 7px;
}

.ui-dialog .ui-resizable-se {
  right: 0;
  bottom: 0;
}

.ui-dialog .ui-resizable-sw {
  left: 0;
  bottom: 0;
}

.ui-dialog .ui-resizable-ne {
  right: 0;
  top: 0;
}

.ui-dialog .ui-resizable-nw {
  left: 0;
  top: 0;
}

.ui-draggable .ui-dialog-titlebar {
  cursor: move;
}

.ui-draggable-handle, .ui-selectable, .ui-sortable-handle {
  -ms-touch-action: none;
  touch-action: none;
}

.ui-resizable-handle {
  position: absolute;
  font-size: 0.1px;
  display: block;
  -ms-touch-action: none;
  touch-action: none;
}

.ui-resizable-n {
  cursor: n-resize;
  height: 7px;
  width: 100%;
  top: -5px;
  left: 0;
}

.ui-resizable-s {
  cursor: s-resize;
  height: 7px;
  width: 100%;
  bottom: -5px;
  left: 0;
}

.ui-resizable-e {
  cursor: e-resize;
  width: 7px;
  right: -5px;
  top: 0;
  height: 100%;
}

.ui-resizable-w {
  cursor: w-resize;
  width: 7px;
  left: -5px;
  top: 0;
  height: 100%;
}

.ui-resizable-se {
  cursor: se-resize;
  width: 12px;
  height: 12px;
  right: 1px;
  bottom: 1px;
}

.ui-resizable-sw {
  cursor: sw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  bottom: -5px;
}

.ui-resizable-nw {
  cursor: nw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  top: -5px;
}

.ui-resizable-ne {
  cursor: ne-resize;
  width: 9px;
  height: 9px;
  right: -5px;
  top: -5px;
}

.ui-progressbar {
  height: 2em;
  text-align: left;
  overflow: hidden;
}

.ui-progressbar .ui-progressbar-value {
  margin: -1px;
  height: 100%;
}

.ui-progressbar .ui-progressbar-overlay {
  background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
  height: 100%;
  opacity: 0.25;
}

.ui-progressbar-indeterminate .ui-progressbar-value {
  background-image: none;
}

.ui-selectable-helper {
  position: absolute;
  z-index: 100;
  border: 1px dotted #000;
}

.ui-selectmenu-menu {
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}

.ui-selectmenu-menu .ui-menu {
  overflow: auto;
  overflow-x: hidden;
  padding-bottom: 1px;
}

.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
  font-size: 1em;
  font-weight: 700;
  line-height: 1.5;
  padding: 2px 0.4em;
  margin: 0.5em 0 0;
  height: auto;
  border: 0;
}

.ui-selectmenu-open {
  display: block;
}

.ui-selectmenu-text {
  display: block;
  margin-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ui-selectmenu-button.ui-button {
  text-align: left;
  white-space: nowrap;
  width: 14em;
}

.ui-selectmenu-icon.ui-icon {
  float: right;
  margin-top: 0;
}

.ui-slider {
  position: relative;
  text-align: left;
}

.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: default;
  -ms-touch-action: none;
  touch-action: none;
}

.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: 0.7em;
  display: block;
  border: 0;
  background-position: 0 0;
}

.ui-slider.ui-state-disabled .ui-slider-handle, .ui-slider.ui-state-disabled .ui-slider-range {
  filter: inherit;
}

.ui-slider-horizontal {
  height: 0.8em;
}

.ui-slider-horizontal .ui-slider-handle {
  top: -0.3em;
  margin-left: -0.6em;
}

.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}

.ui-slider-horizontal .ui-slider-range-min {
  left: 0;
}

.ui-slider-horizontal .ui-slider-range-max {
  right: 0;
}

.ui-slider-vertical {
  width: 0.8em;
  height: 100px;
}

.ui-slider-vertical .ui-slider-handle {
  left: -0.3em;
  margin-left: 0;
  margin-bottom: -0.6em;
}

.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%;
}

.ui-slider-vertical .ui-slider-range-min, .ui-spinner-down {
  bottom: 0;
}

.ui-slider-vertical .ui-slider-range-max, .ui-spinner-up {
  top: 0;
}

.ui-spinner {
  position: relative;
  display: inline-block;
  overflow: hidden;
  padding: 0;
  vertical-align: middle;
}

.ui-spinner-input {
  border: none;
  background: 0 0;
  color: inherit;
  padding: 0.222em 0;
  margin: 0.2em 2em 0.2em 0.4em;
  vertical-align: middle;
}

.ui-spinner-button {
  width: 1.6em;
  height: 50%;
  font-size: 0.5em;
  padding: 0;
  margin: 0;
  text-align: center;
  position: absolute;
  cursor: default;
  display: block;
  overflow: hidden;
  right: 0;
}

.ui-spinner a.ui-spinner-button {
  border-top-style: none;
  border-bottom-style: none;
  border-right-style: none;
}

.ui-tabs {
  position: relative;
  padding: 0.2em;
}

.ui-tabs .ui-tabs-nav {
  margin: 0;
  padding: 0.2em 0.2em 0;
}

.ui-tabs .ui-tabs-nav li {
  list-style: none;
  float: left;
  position: relative;
  top: 0;
  margin: 1px 0.2em 0 0;
  border-bottom-width: 0;
  padding: 0;
  white-space: nowrap;
}

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
  float: left;
  padding: 0.5em 1em;
  text-decoration: none;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
  margin-bottom: -1px;
  padding-bottom: 1px;
}

.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor, .ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor, .ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
  cursor: text;
}

.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
  cursor: pointer;
}

.ui-tabs .ui-tabs-panel {
  display: block;
  border-width: 0;
  padding: 1em 1.4em;
  background: 0 0;
}

.ui-tooltip {
  padding: 8px;
  position: absolute;
  z-index: 9999;
  max-width: 300px;
}

body .ui-tooltip {
  border-width: 2px;
}

.ui-widget, .ui-widget button, .ui-widget input, .ui-widget select, .ui-widget textarea {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
}

.ui-widget .ui-widget {
  font-size: 1em;
}

.ui-widget.ui-widget-content {
  border: 1px solid #c5c5c5;
}

.ui-widget-content {
  border: 1px solid #ddd;
  background: #fff;
  color: #333;
}

.ui-widget-content a, .ui-widget-header a {
  color: #333;
}

.ui-widget-header {
  border: 1px solid #ddd;
  background: #e9e9e9;
  color: #333;
  font-weight: 700;
}

.ui-button, .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, html .ui-button.ui-state-disabled:active, html .ui-button.ui-state-disabled:hover {
  border: 1px solid #c5c5c5;
  background: #f6f6f6;
  font-weight: 400;
  color: #454545;
}

.ui-button, .ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited, a.ui-button, a:link.ui-button, a:visited.ui-button {
  color: #454545;
  text-decoration: none;
}

.ui-button:focus, .ui-button:hover, .ui-state-focus, .ui-state-hover, .ui-widget-content .ui-state-focus, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-focus, .ui-widget-header .ui-state-hover {
  border: 1px solid #ccc;
  background: #ededed;
  font-weight: 400;
  color: #2b2b2b;
}

.ui-state-focus a, .ui-state-focus a:hover, .ui-state-focus a:link, .ui-state-focus a:visited, .ui-state-hover a, .ui-state-hover a:hover, .ui-state-hover a:link, .ui-state-hover a:visited, a.ui-button:focus, a.ui-button:hover {
  color: #2b2b2b;
  text-decoration: none;
}

.ui-visual-focus {
  box-shadow: 0 0 3px 1px #5e9ed6;
}

.ui-button.ui-state-active:hover, .ui-button:active, .ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active {
  border: 1px solid #003eff;
  background: #007fff;
  font-weight: 400;
  color: #fff;
}

.ui-icon-background, .ui-state-active .ui-icon-background {
  border: #003eff;
  background-color: #fff;
}

.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
  color: #fff;
  text-decoration: none;
}

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
  border: 1px solid #dad55e;
  background: #fffa90;
  color: #777620;
}

.ui-state-checked {
  border: 1px solid #dad55e;
  background: #fffa90;
}

.ui-state-highlight a, .ui-widget-content .ui-state-highlight a, .ui-widget-header .ui-state-highlight a {
  color: #777620;
}

.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {
  border: 1px solid #f1a899;
  background: #fddfdf;
  color: #5f3f3f;
}

.ui-state-error a, .ui-state-error-text, .ui-widget-content .ui-state-error a, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error a, .ui-widget-header .ui-state-error-text {
  color: #5f3f3f;
}

.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary {
  font-weight: 700;
}

.ui-priority-secondary, .ui-widget-content .ui-priority-secondary, .ui-widget-header .ui-priority-secondary {
  opacity: 0.7;
  filter: Alpha(Opacity=70);
  font-weight: 400;
}

.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled {
  opacity: 0.35;
  filter: Alpha(Opacity=35);
  background-image: none;
}

.ui-state-disabled .ui-icon {
  filter: Alpha(Opacity=35);
}

.ui-icon {
  width: 16px;
  height: 16px;
}

.ui-icon, .ui-widget-content .ui-icon, .ui-widget-header .ui-icon {
  background-image: url("images/ui-icons_444444_256x240.html");
}

.ui-button:focus .ui-icon, .ui-button:hover .ui-icon, .ui-state-focus .ui-icon, .ui-state-hover .ui-icon {
  background-image: url("images/ui-icons_555555_256x240.html");
}

.ui-button:active .ui-icon, .ui-state-active .ui-icon {
  background-image: url("images/ui-icons_ffffff_256x240.html");
}

.ui-button .ui-state-highlight.ui-icon, .ui-state-highlight .ui-icon {
  background-image: url("images/ui-icons_777620_256x240.html");
}

.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {
  background-image: url("images/ui-icons_cc0000_256x240.html");
}

.ui-button .ui-icon {
  background-image: url("images/ui-icons_777777_256x240.html");
}

.ui-icon-blank {
  background-position: 16px 16px;
}

.ui-icon-caret-1-n {
  background-position: 0 0;
}

.ui-icon-caret-1-ne {
  background-position: -16px 0;
}

.ui-icon-caret-1-e {
  background-position: -32px 0;
}

.ui-icon-caret-1-se {
  background-position: -48px 0;
}

.ui-icon-caret-1-s {
  background-position: -65px 0;
}

.ui-icon-caret-1-sw {
  background-position: -80px 0;
}

.ui-icon-caret-1-w {
  background-position: -96px 0;
}

.ui-icon-caret-1-nw {
  background-position: -112px 0;
}

.ui-icon-caret-2-n-s {
  background-position: -128px 0;
}

.ui-icon-caret-2-e-w {
  background-position: -144px 0;
}

.ui-icon-triangle-1-n {
  background-position: 0 -16px;
}

.ui-icon-triangle-1-ne {
  background-position: -16px -16px;
}

.ui-icon-triangle-1-e {
  background-position: -32px -16px;
}

.ui-icon-triangle-1-se {
  background-position: -48px -16px;
}

.ui-icon-triangle-1-s {
  background-position: -65px -16px;
}

.ui-icon-triangle-1-sw {
  background-position: -80px -16px;
}

.ui-icon-triangle-1-w {
  background-position: -96px -16px;
}

.ui-icon-triangle-1-nw {
  background-position: -112px -16px;
}

.ui-icon-triangle-2-n-s {
  background-position: -128px -16px;
}

.ui-icon-triangle-2-e-w {
  background-position: -144px -16px;
}

.ui-icon-arrow-1-n {
  background-position: 0 -32px;
}

.ui-icon-arrow-1-ne {
  background-position: -16px -32px;
}

.ui-icon-arrow-1-e {
  background-position: -32px -32px;
}

.ui-icon-arrow-1-se {
  background-position: -48px -32px;
}

.ui-icon-arrow-1-s {
  background-position: -65px -32px;
}

.ui-icon-arrow-1-sw {
  background-position: -80px -32px;
}

.ui-icon-arrow-1-w {
  background-position: -96px -32px;
}

.ui-icon-arrow-1-nw {
  background-position: -112px -32px;
}

.ui-icon-arrow-2-n-s {
  background-position: -128px -32px;
}

.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px;
}

.ui-icon-arrow-2-e-w {
  background-position: -160px -32px;
}

.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px;
}

.ui-icon-arrowstop-1-n {
  background-position: -192px -32px;
}

.ui-icon-arrowstop-1-e {
  background-position: -208px -32px;
}

.ui-icon-arrowstop-1-s {
  background-position: -224px -32px;
}

.ui-icon-arrowstop-1-w {
  background-position: -240px -32px;
}

.ui-icon-arrowthick-1-n {
  background-position: 1px -48px;
}

.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px;
}

.ui-icon-arrowthick-1-e {
  background-position: -32px -48px;
}

.ui-icon-arrowthick-1-se {
  background-position: -48px -48px;
}

.ui-icon-arrowthick-1-s {
  background-position: -64px -48px;
}

.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px;
}

.ui-icon-arrowthick-1-w {
  background-position: -96px -48px;
}

.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px;
}

.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px;
}

.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px;
}

.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px;
}

.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px;
}

.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px;
}

.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px;
}

.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px;
}

.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px;
}

.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px;
}

.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px;
}

.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px;
}

.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px;
}

.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px;
}

.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px;
}

.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px;
}

.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px;
}

.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px;
}

.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px;
}

.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px;
}

.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px;
}

.ui-icon-arrow-4 {
  background-position: 0 -80px;
}

.ui-icon-arrow-4-diag {
  background-position: -16px -80px;
}

.ui-icon-extlink {
  background-position: -32px -80px;
}

.ui-icon-newwin {
  background-position: -48px -80px;
}

.ui-icon-refresh {
  background-position: -64px -80px;
}

.ui-icon-shuffle {
  background-position: -80px -80px;
}

.ui-icon-transfer-e-w {
  background-position: -96px -80px;
}

.ui-icon-transferthick-e-w {
  background-position: -112px -80px;
}

.ui-icon-folder-collapsed {
  background-position: 0 -96px;
}

.ui-icon-folder-open {
  background-position: -16px -96px;
}

.ui-icon-document {
  background-position: -32px -96px;
}

.ui-icon-document-b {
  background-position: -48px -96px;
}

.ui-icon-note {
  background-position: -64px -96px;
}

.ui-icon-mail-closed {
  background-position: -80px -96px;
}

.ui-icon-mail-open {
  background-position: -96px -96px;
}

.ui-icon-suitcase {
  background-position: -112px -96px;
}

.ui-icon-comment {
  background-position: -128px -96px;
}

.ui-icon-person {
  background-position: -144px -96px;
}

.ui-icon-print {
  background-position: -160px -96px;
}

.ui-icon-trash {
  background-position: -176px -96px;
}

.ui-icon-locked {
  background-position: -192px -96px;
}

.ui-icon-unlocked {
  background-position: -208px -96px;
}

.ui-icon-bookmark {
  background-position: -224px -96px;
}

.ui-icon-tag {
  background-position: -240px -96px;
}

.ui-icon-home {
  background-position: 0 -112px;
}

.ui-icon-flag {
  background-position: -16px -112px;
}

.ui-icon-calendar {
  background-position: -32px -112px;
}

.ui-icon-cart {
  background-position: -48px -112px;
}

.ui-icon-pencil {
  background-position: -64px -112px;
}

.ui-icon-clock {
  background-position: -80px -112px;
}

.ui-icon-disk {
  background-position: -96px -112px;
}

.ui-icon-calculator {
  background-position: -112px -112px;
}

.ui-icon-zoomin {
  background-position: -128px -112px;
}

.ui-icon-zoomout {
  background-position: -144px -112px;
}

.ui-icon-search {
  background-position: -160px -112px;
}

.ui-icon-wrench {
  background-position: -176px -112px;
}

.ui-icon-gear {
  background-position: -192px -112px;
}

.ui-icon-heart {
  background-position: -208px -112px;
}

.ui-icon-star {
  background-position: -224px -112px;
}

.ui-icon-link {
  background-position: -240px -112px;
}

.ui-icon-cancel {
  background-position: 0 -128px;
}

.ui-icon-plus {
  background-position: -16px -128px;
}

.ui-icon-plusthick {
  background-position: -32px -128px;
}

.ui-icon-minus {
  background-position: -48px -128px;
}

.ui-icon-minusthick {
  background-position: -64px -128px;
}

.ui-icon-close {
  background-position: -80px -128px;
}

.ui-icon-closethick {
  background-position: -96px -128px;
}

.ui-icon-key {
  background-position: -112px -128px;
}

.ui-icon-lightbulb {
  background-position: -128px -128px;
}

.ui-icon-scissors {
  background-position: -144px -128px;
}

.ui-icon-clipboard {
  background-position: -160px -128px;
}

.ui-icon-copy {
  background-position: -176px -128px;
}

.ui-icon-contact {
  background-position: -192px -128px;
}

.ui-icon-image {
  background-position: -208px -128px;
}

.ui-icon-video {
  background-position: -224px -128px;
}

.ui-icon-script {
  background-position: -240px -128px;
}

.ui-icon-alert {
  background-position: 0 -144px;
}

.ui-icon-info {
  background-position: -16px -144px;
}

.ui-icon-notice {
  background-position: -32px -144px;
}

.ui-icon-help {
  background-position: -48px -144px;
}

.ui-icon-check {
  background-position: -64px -144px;
}

.ui-icon-bullet {
  background-position: -80px -144px;
}

.ui-icon-radio-on {
  background-position: -96px -144px;
}

.ui-icon-radio-off {
  background-position: -112px -144px;
}

.ui-icon-pin-w {
  background-position: -128px -144px;
}

.ui-icon-pin-s {
  background-position: -144px -144px;
}

.ui-icon-play {
  background-position: 0 -160px;
}

.ui-icon-pause {
  background-position: -16px -160px;
}

.ui-icon-seek-next {
  background-position: -32px -160px;
}

.ui-icon-seek-prev {
  background-position: -48px -160px;
}

.ui-icon-seek-end {
  background-position: -64px -160px;
}

.ui-icon-seek-first, .ui-icon-seek-start {
  background-position: -80px -160px;
}

.ui-icon-stop {
  background-position: -96px -160px;
}

.ui-icon-eject {
  background-position: -112px -160px;
}

.ui-icon-volume-off {
  background-position: -128px -160px;
}

.ui-icon-volume-on {
  background-position: -144px -160px;
}

.ui-icon-power {
  background-position: 0 -176px;
}

.ui-icon-signal-diag {
  background-position: -16px -176px;
}

.ui-icon-signal {
  background-position: -32px -176px;
}

.ui-icon-battery-0 {
  background-position: -48px -176px;
}

.ui-icon-battery-1 {
  background-position: -64px -176px;
}

.ui-icon-battery-2 {
  background-position: -80px -176px;
}

.ui-icon-battery-3 {
  background-position: -96px -176px;
}

.ui-icon-circle-plus {
  background-position: 0 -192px;
}

.ui-icon-circle-minus {
  background-position: -16px -192px;
}

.ui-icon-circle-close {
  background-position: -32px -192px;
}

.ui-icon-circle-triangle-e {
  background-position: -48px -192px;
}

.ui-icon-circle-triangle-s {
  background-position: -64px -192px;
}

.ui-icon-circle-triangle-w {
  background-position: -80px -192px;
}

.ui-icon-circle-triangle-n {
  background-position: -96px -192px;
}

.ui-icon-circle-arrow-e {
  background-position: -112px -192px;
}

.ui-icon-circle-arrow-s {
  background-position: -128px -192px;
}

.ui-icon-circle-arrow-w {
  background-position: -144px -192px;
}

.ui-icon-circle-arrow-n {
  background-position: -160px -192px;
}

.ui-icon-circle-zoomin {
  background-position: -176px -192px;
}

.ui-icon-circle-zoomout {
  background-position: -192px -192px;
}

.ui-icon-circle-check {
  background-position: -208px -192px;
}

.ui-icon-circlesmall-plus {
  background-position: 0 -208px;
}

.ui-icon-circlesmall-minus {
  background-position: -16px -208px;
}

.ui-icon-circlesmall-close {
  background-position: -32px -208px;
}

.ui-icon-squaresmall-plus {
  background-position: -48px -208px;
}

.ui-icon-squaresmall-minus {
  background-position: -64px -208px;
}

.ui-icon-squaresmall-close {
  background-position: -80px -208px;
}

.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px;
}

.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px;
}

.ui-icon-grip-solid-vertical {
  background-position: -32px -224px;
}

.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px;
}

.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px;
}

.ui-icon-grip-diagonal-se {
  background-position: -80px -224px;
}

.ui-corner-all, .ui-corner-left, .ui-corner-tl, .ui-corner-top {
  border-top-left-radius: 3px;
}

.ui-corner-all, .ui-corner-right, .ui-corner-top, .ui-corner-tr {
  border-top-right-radius: 3px;
}

.ui-corner-all, .ui-corner-bl, .ui-corner-bottom, .ui-corner-left {
  border-bottom-left-radius: 3px;
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-br, .ui-corner-right {
  border-bottom-right-radius: 3px;
}

.ui-widget-overlay {
  background: #aaa;
  opacity: 0.3;
  filter: Alpha(Opacity=30);
}

.ui-widget-shadow {
  -webkit-box-shadow: 0 0 5px #666;
  box-shadow: 0 0 5px #666;
}

.tp-section-subtitle {
  font-weight: 500;
  font-size: 20px;
  line-height: 27px;
  color: var(--tp-common-black);
  position: relative;
  display: inline-block;
  margin-bottom: 15px;
}
.tp-section-subtitle::before {
  content: "";
  width: 9px;
  height: 2px;
  background-color: var(--tp-common-red);
  display: inline-block;
  margin-right: 8px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-section-subtitle {
    font-size: 18px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-section-subtitle {
    font-size: 16px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-section-subtitle {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .tp-section-subtitle {
    font-size: 14px;
    padding: 8px 20px;
  }
}

.tp-section-subtitle-2 {
  font-weight: 500;
  font-size: 20px;
  line-height: 22px;
  color: var(--tp-common-black);
  position: relative;
  display: inline-block;
  margin-bottom: 20px;
  padding: 9px 15px;
  background-color: var(--tp-common-white);
  border-radius: 30px;
  margin-bottom: 5px;
}
.tp-section-subtitle-2::before {
  content: "";
  width: 7px;
  height: 2px;
  background-color: var(--tp-common-red);
  display: inline-block;
  margin-right: 8px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-section-subtitle-2 {
    font-size: 16px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-section-subtitle-2 {
    font-size: 17px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-section-subtitle-2 {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .tp-section-subtitle-2 {
    font-size: 15px;
    padding: 8px 20px;
  }
}

.tp-section-subtitle-3 {
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  color: var(--tp-common-black);
  position: relative;
  display: inline-block;
  margin-bottom: 20px;
  padding: 7px 18px;
  background-color: var(--tp-common-white);
  border-radius: 30px;
  margin-bottom: 20px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.02);
}
.tp-section-subtitle-3::before {
  content: "";
  width: 7px;
  height: 2px;
  background-color: var(--tp-common-red);
  display: inline-block;
  margin-right: 8px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-section-subtitle-3 {
    font-size: 16px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-section-subtitle-3 {
    font-size: 17px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-section-subtitle-3 {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .tp-section-subtitle-3 {
    font-size: 15px;
    padding: 8px 20px;
  }
}

.tp-section-subtitle-4 {
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  color: var(--tp-common-white);
  position: relative;
  display: inline-block;
  margin-bottom: 20px;
  padding: 7px 18px;
  background: rgba(255, 255, 255, 0.14);
  border-radius: 15px;
  margin-bottom: 20px;
}
.tp-section-subtitle-4::before {
  content: "";
  width: 7px;
  height: 2px;
  background-color: var(--tp-common-red);
  display: inline-block;
  margin-right: 8px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-section-subtitle-4 {
    font-size: 16px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-section-subtitle-4 {
    font-size: 17px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-section-subtitle-4 {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .tp-section-subtitle-4 {
    font-size: 15px;
    padding: 8px 20px;
  }
}

.tp-section-subtitle-5 {
  font-weight: 500;
  font-size: 14px;
  line-height: 1;
  text-transform: capitalize;
  color: var(--tp-common-black);
  display: inline-block;
  margin-bottom: 7px;
}
@media (max-width: 767px) {
  .tp-section-subtitle-5 {
    font-size: 13px;
  }
}

.tp-section-subtitle-6 {
  font-weight: 500;
  font-size: 20px;
  line-height: 1;
  text-transform: capitalize;
  color: var(--tp-common-purple-2);
  display: inline-block;
  margin-bottom: 18px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-section-subtitle-6 {
    font-size: 16px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-section-subtitle-6 {
    font-size: 15px;
  }
}

.tp-gradiant-section-subtitle {
  font-weight: 500;
  font-size: 15px;
  text-align: center;
  text-transform: capitalize;
  background: #c0fe2d;
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.06);
  border-radius: 28px;
  padding: 5px 15px;
  display: inline-block;
  margin-bottom: 25px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-gradiant-section-subtitle {
    font-size: 16px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-gradiant-section-subtitle {
    font-size: 17px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-gradiant-section-subtitle {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .tp-gradiant-section-subtitle {
    font-size: 15px;
    padding: 8px 20px;
  }
}

.tp-section-title {
  font-weight: 500;
  line-height: 1.2;
  font-size: 50px;
  text-transform: capitalize;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-section-title {
    font-size: 45px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-section-title {
    font-size: 40px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-section-title {
    font-size: 39px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-section-title {
    font-size: 37px;
  }
  .tp-section-title br {
    display: none;
  }
}
@media (max-width: 767px) {
  .tp-section-title {
    font-size: 30px;
  }
  .tp-section-title br {
    display: none;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-section-title {
    font-size: 39px;
  }
  .tp-section-title br {
    display: none;
  }
}
@media only screen and (min-width: 440px) and (max-width: 575px) {
  .tp-section-title {
    font-size: 35px;
  }
}


.tp-contact-3__area {
  padding-top: 50px;
  padding-bottom: 50px;
}

.tp-section-title-3 {
  font-weight: 500;
  line-height: 1.1;
  font-size: 55px;
  text-transform: capitalize;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-section-title-3 {
    font-size: 41px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-section-title-3 {
    font-size: 40px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-section-title-3 {
    font-size: 39px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-section-title-3 {
    font-size: 37px;
  }
  .tp-section-title-3 br {  
    display: none;
  }
}
@media (max-width: 767px) {
  .tp-section-title-3 {
    font-size: 30px;
  }
  .tp-section-title-3 br {
    display: none;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-section-title-3 {
    font-size: 39px;
  }
  .tp-section-title-3 br {
    display: none;
  }
}
@media only screen and (min-width: 440px) and (max-width: 575px) {
  .tp-section-title-3 {
    font-size: 35px;
  }
}


.tp-title-shape {
  position: absolute;
  bottom: -20px;
  left: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-title-shape {
    bottom: -15px;
  }
}
@media (max-width: 767px) {
  .tp-title-shape {
    bottom: -13px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-title-shape {
    bottom: -20px;
  }
}
.tp-title-shape svg {
  animation: section-animation 4s infinite;
}



/** slider title**/
.tp-hero-subtitle {
  font-weight: 500;
  font-size: 20px;
  line-height: 27px;
  color: var(--tp-common-black);
  position: relative;
  display: inline-block;
  margin-bottom: 23px;
}
.tp-hero-subtitle::before {
  content: "";
  width: 9px;
  height: 2px;
  background-color: var(--tp-common-red);
  display: inline-block;
  margin-right: 8px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-hero-subtitle {
    font-size: 16px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-hero-subtitle {
    font-size: 17px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-hero-subtitle {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .tp-hero-subtitle {
    font-size: 15px;
    padding: 8px 20px;
  }
}

.tp-hero-2-subtitle {
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  color: var(--tp-common-black);
  position: relative;
  display: inline-block;
  margin-bottom: 20px;
  padding: 9px 15px;
  background-color: var(--tp-common-white);
  border-radius: 30px;
  margin-bottom: 20px;
}
.tp-hero-2-subtitle::before {
  content: "";
  width: 7px;
  height: 2px;
  background-color: var(--tp-common-red);
  display: inline-block;
  margin-right: 8px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-hero-2-subtitle {
    font-size: 16px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-hero-2-subtitle {
    font-size: 16px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-hero-2-subtitle {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .tp-hero-2-subtitle {
    font-size: 13px;
    padding: 8px 20px;
  }
}

.tp-hero-3-subtitle {
  font-weight: 500;
  font-size: 15px;
  line-height: 22px;
  color: var(--tp-common-white);
  display: inline-block;
  margin-bottom: 3px;
  padding: 4px 16px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 30px;
  font-family: var(--tp-ff-heading);
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-hero-3-subtitle {
    font-size: 15px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-hero-3-subtitle {
    font-size: 15px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-hero-3-subtitle {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .tp-hero-3-subtitle {
    font-size: 13px;
    padding: 8px 20px;
  }
}

.tp-hero-4-subtitle {
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 1;
  display: inline-block;
  margin-bottom: 15px;
  color: var(--tp-common-white);
  font-family: var(--tp-ff-heading);
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-hero-4-subtitle {
    font-size: 15px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-hero-4-subtitle {
    font-size: 15px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-hero-4-subtitle {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .tp-hero-4-subtitle {
    font-size: 13px;
  }
}

.tp-hero-5-subtitle {
  font-size: 20px;
  color: var(--tp-common-white);
  font-family: var(--tp-ff-heading);
  font-size: 16px;
  font-weight: 500;
  background-color: #FF8717;
  text-transform: capitalize;
  height: 27px;
  line-height: 27px;
  padding: 0px 15px;
  display: inline-block;
  margin-bottom: 20px;
  clip-path: polygon(0 0, 100% 0, 96% 100%, 0% 100%);
}
@media (max-width: 767px) {
  .tp-hero-5-subtitle {
    font-size: 13px;
  }
}



.tp-hero-2-title {
  font-weight: 500;
  line-height: 1.2;
  font-size: 70px;
  text-transform: capitalize;
  margin-bottom: 0;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-hero-2-title {
    font-size: 65px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-hero-2-title {
    font-size: 50px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-hero-2-title {
    font-size: 58px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-hero-2-title {
    font-size: 50px;
  }
  .tp-hero-2-title br {
    display: none;
  }
}
@media (max-width: 767px) {
  .tp-hero-2-title {
    font-size: 42px;
  }
  .tp-hero-2-title br {
    display: none;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-hero-2-title {
    font-size: 48px;
  }
  .tp-hero-2-title br {
    display: none;
  }
}
@media only screen and (min-width: 440px) and (max-width: 575px) {
  .tp-hero-2-title {
    font-size: 54px;
  }
}

.tp-hero-3-title {
  font-weight: 600;
  line-height: 1.1;
  font-size: 75px;
  text-transform: capitalize;
  margin-bottom: 0;
  color: #fff;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-hero-3-title {
    font-size: 65px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-hero-3-title {
    font-size: 57px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-hero-3-title {
    font-size: 58px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-hero-3-title {
    font-size: 49px;
  }
  .tp-hero-3-title br {
    display: none;
  }
}
@media (max-width: 767px) {
  .tp-hero-3-title {
    font-size: 41px;
  }
  .tp-hero-3-title br {
    display: none;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-hero-3-title {
    font-size: 48px;
  }
  .tp-hero-3-title br {
    display: none;
  }
}
@media only screen and (min-width: 440px) and (max-width: 575px) {
  .tp-hero-3-title {
    font-size: 54px;
  }
}

.tp-hero-4-title {
  font-size: 70px;
  font-style: normal;
  font-weight: 500;
  text-transform: capitalize;
  line-height: 1.1;
  color: var(--tp-common-white);
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-hero-4-title {
    font-size: 68px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-hero-4-title {
    font-size: 64px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-hero-4-title {
    font-size: 58px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-hero-4-title {
    font-size: 55px;
  }
  .tp-hero-4-title br {
    display: none;
  }
}
@media (max-width: 767px) {
  .tp-hero-4-title {
    font-size: 41px;
  }
  .tp-hero-4-title br {
    display: none;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-hero-4-title {
    font-size: 46px;
  }
  .tp-hero-4-title br {
    display: none;
  }
}
@media only screen and (min-width: 440px) and (max-width: 575px) {
  .tp-hero-4-title {
    font-size: 54px;
  }
}

.tp-hero-5-title {
  color: var(--tp-common-white);
  font-size: 55px;
  font-weight: 600;
  line-height: 1.2;
  text-transform: uppercase;
  margin-bottom: 0;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-hero-5-title {
    font-size: 56px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-hero-5-title {
    font-size: 50px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-hero-5-title {
    font-size: 47px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-hero-5-title {
    font-size: 46px;
  }
}
@media (max-width: 767px) {
  .tp-hero-5-title {
    font-size: 38px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-hero-5-title {
    font-size: 52px;
  }
}
@media only screen and (min-width: 440px) and (max-width: 575px) {
  .tp-hero-5-title {
    font-size: 45px;
  }
}

.tp-slider-title-shape {
  position: absolute;
  bottom: -33px;
  left: 0;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-slider-title-shape {
    bottom: -27px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-slider-title-shape {
    bottom: -27px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-slider-title-shape {
    bottom: -25px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-slider-title-shape {
    bottom: -24px;
  }
}
@media (max-width: 767px) {
  .tp-slider-title-shape {
    bottom: -20px;
  }
}
.tp-slider-title-shape svg {
  animation: section-animation 4s infinite;
}

.tp-slider-2-title-shape {
  position: absolute;
  bottom: -25px;
  left: 0;
}
.tp-slider-2-title-shape svg {
  animation: section-animation 4s infinite;
}
@media (max-width: 767px) {
  .tp-slider-2-title-shape {
    bottom: -16px;
  }
}

.tp-slider-3-title-shape {
  position: absolute;
  bottom: -71%;
  left: 22%;
  transform: rotate(61deg);
  z-index: -1;
}
@media only screen and (min-width: 1600px) and (max-width: 1800px) {
  .tp-slider-3-title-shape svg {
    max-width: 200px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-slider-3-title-shape svg {
    max-width: 180px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-slider-3-title-shape svg {
    max-width: 180px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-slider-3-title-shape svg {
    max-width: 120px;
  }
}
@media only screen and (min-width: 1600px) and (max-width: 1800px) {
  .tp-slider-3-title-shape {
    bottom: -88%;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-slider-3-title-shape {
    bottom: -97%;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-slider-3-title-shape {
    bottom: -97%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-slider-3-title-shape {
    bottom: -160%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-slider-3-title-shape {
    bottom: -15px;
  }
}
@media (max-width: 767px) {
  .tp-slider-3-title-shape {
    bottom: -13px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-slider-3-title-shape {
    bottom: -20px;
  }
}
.tp-slider-3-title-shape svg {
  animation: section-animation 4s infinite;
}

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

/*----------------------------------------*/
/*  02. header css start 
/*----------------------------------------*/
.header-sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  opacity: 1;
  visibility: visible;
  width: 100%;
  z-index: 999;
  background-color: var(--tp-common-white);
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  animation: 0.5s ease-in-out 0s normal none 1 running fadeInDown;
}
.header-sticky .tp-header__transparent {
  background-color: var(--tp-common-white);
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.header-sticky.tp-header-2__space {
  background-color: var(--tp-common-white);
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.header-sticky.tp-header-4__area {
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.header-sticky.tp-header-4__area .tp-header-4__border {
  border: none;
}
.header-sticky.tp-header-5-area {
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.tp-header-top__space {
  padding: 9px 0;
}
.tp-header-top__countdown ul li {
  display: inline-block;
  list-style: none;
  margin: 0px 5px;
}
.tp-header-top__countdown ul li span {
  display: block;
  font-weight: 700;
  font-size: 14px;
  line-height: 1;
  text-align: center;
  letter-spacing: -0.04em;
  text-transform: uppercase;
  color: var(--tp-common-white);
}
.tp-header-top__left-box span {
  color: var(--tp-common-white);
  font-weight: 500;
  font-size: 16px;
  text-transform: capitalize;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), (max-width: 767px) {
  .tp-header-top__left-box span {
    font-size: 14px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-header-top__left-box span {
    font-size: 13px;
  }
}
.tp-header-top__left-box svg {
  margin-right: 10px;
}
.tp-header-top__shop-box {
  margin-left: 20px;
}
.tp-header-top__shop-box span {
  font-weight: 500;
  font-size: 16px;
  color: var(--tp-common-white);
  margin-right: 12px;
  text-transform: capitalize;
}
.tp-header-top__shop-box > a {
  font-weight: 500;
  font-size: 13px;
  color: var(--tp-common-white);
  width: 85px;
  display: inline-block;
  height: 25px;
  line-height: 24px;
  text-align: center;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 2px;
}
.tp-header-top__right-box span {
  font-weight: 400;
  font-size: 16px;
  color: var(--tp-common-white);
  font-family: "Satisfy", cursive;
  text-transform: capitalize;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-header-top__right-box span {
    font-size: 13px;
  }
}
.tp-header-top__right-box span i {
  color: var(--tp-common-pink);
  font-style: normal;
}
.tp-header-top__right-box.space {
  padding-left: 100px;
}
.tp-header-top__pl {
  padding-left: 103px;
}

.tp-header__transparent {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 11;
  border-bottom: 1px solid #fff;
}
.tp-header__main-menu {
  margin-left: -35px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-header__main-menu {
    margin-left: -75px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-header__main-menu {
    margin-left: 0px;
  }
}
.tp-header__main-menu ul li {
  list-style-type: none;
  display: inline-block;
  position: relative;
  border-right: 1px solid #fff;
  padding: 0 38px;
}
.tp-header__main-menu 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__main-menu ul li:hover > a {
  color: var(--tp-common-pink-4);
}
.tp-header__main-menu ul li .submenu {
  position: absolute;
  top: 100%;
  left: -5px;
  width: 240px;
  z-index: 999;
  padding: 30px 40px;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
  transform: scaleY(0);
  transform-origin: top center;
  text-align: start;
  background-color: var(--tp-common-white);
  border-top: 5px solid var(--tp-common-pink-4);
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.tp-header__main-menu ul li .submenu > li {
  margin: 0;
  padding: 0;
  margin-bottom: 15px;
  display: block;
}
.tp-header__main-menu ul li .submenu > li:last-child {
  margin-bottom: 0;
}
.tp-header__main-menu ul li .submenu > li a {
  padding: 0;
  font-size: 14px;
  text-transform: uppercase;
  color: var(--tp-common-black);
  position: relative;
}
.tp-header__main-menu ul li .submenu > li a::after {
  content: "";
  position: absolute;
  bottom: 0px;
  right: 0;
  left: auto;
  height: 1px;
  width: 0;
  background-color: var(--tp-common-pink);
  transition: 0.7s;
  display: inline-block;
}
.tp-header__main-menu ul li .submenu > li:hover > a {
  color: var(--tp-common-pink-4);
}
.tp-header__main-menu ul li .submenu > li:hover > a::after {
  width: 100%;
  right: auto;
  left: 0;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-header__main-menu ul li {
    padding: 0 28px;
  }
}
.tp-header__main-menu ul li:last-child {
  border-right: none;
}
.tp-header__main-menu ul li > a {
  font-family: var(--tp-ff-satoshi);
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  color: var(--tp-common-black);
  padding: 34px 0px;
  display: inline-block;
  text-transform: capitalize;
  transition: 0.3s;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-header__main-menu ul li > a {
    font-size: 15px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-header__main-menu ul li > a {
    font-size: 14px;
  }
}
.tp-header__bar {
  margin-right: 40px;
}
.tp-header__bar button i {
  font-size: 23px;
  color: var(--tp-common-black);
  display: inline-block;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  border-radius: 50%;
  background: #FFFFFF;
  box-shadow: 0px 4px 8px rgba(51, 92, 154, 0.04);
}
.tp-header__chat-box {
  margin-left: 43px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-header__chat-box {
    display: none;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-header__chat-box {
    display: none;
  }
}
@media (max-width: 767px) {
  .tp-header__chat-box {
    display: none;
  }
}
.tp-header__chat-box span {
  width: 50px;
  height: 50px;
  line-height: 50px;
  display: inline-block;
  background: #735CFC;
  border-radius: 50%;
  text-align: center;
  margin-left: 10px;
}
.tp-header__chat-box a {
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.05em;
  text-transform: capitalize;
  color: var(--tp-common-black);
}
.tp-header__icon-box span {
  padding: 0 7px;
  display: inline-block;
}
.tp-header__icon-box span.heart {
  color: var(--tp-common-black);
  font-size: 20px;
  font-weight: 300;
  display: inline-block;
  transform: translateY(4px);
}
.tp-header__right-box {
  margin-left: -120px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-header__right-box {
    margin-left: 0;
  }
}
.tp-header__right-box ul li {
  display: inline-block;
}
.tp-header__icon-text {
  position: absolute;
  top: -11px;
  right: -3px;
  display: inline-block;
  font-family: "Jost", sans-serif;
  font-weight: 500;
  font-size: 12px;
  color: var(--tp-common-white);
  width: 16px;
  height: 16px;
  line-height: 16px;
  border-radius: 50%;
  background: #DD1D29;
  display: flex;
  align-items: center;
  justify-content: center;
  font-style: normal;
}
@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-header__left-box {
    padding: 10px 0;
  }
}
.tp-header__logo {
  width: 110px;
  height: auto;
}
@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-header__logo {
    margin: 10px 0;
  }
}

.tp-header-top-2__space {
  padding: 9px 0;
}
.tp-header-top-2__left-box a {
  color: var(--tp-common-white);
  font-weight: 500;
  font-size: 16px;
  transition: 0.3s;
}
.tp-header-top-2__left-box a:hover {
  color: #98999a;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-header-top-2__left-box a {
    font-size: 14px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-header-top-2__left-box a {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .tp-header-top-2__left-box a {
    font-size: 13px;
  }
}
.tp-header-top-2__left-box a:not(:last-child) {
  padding-right: 30px;
}
@media (max-width: 767px) {
  .tp-header-top-2__left-box a:not(:last-child) {
    padding-right: 15px;
  }
}
.tp-header-top-2__left-box a svg {
  display: inline-block;
  transform: translateY(-2px);
  margin-right: 5px;
}
.tp-header-top-2__right-box ul li {
  display: inline-block;
  list-style: none;
}
.tp-header-top-2__text {
  margin-left: 50px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-header-top-2__text {
    margin-left: 0;
  }
}
@media only screen and (min-width: 1700px) and (max-width: 1850px) {
  .tp-header-top-2__text {
    margin-left: 20px;
  }
}
.tp-header-top-2__text span {
  color: var(--tp-common-white);
  text-transform: capitalize;
  font-weight: 500;
  font-size: 16px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-header-top-2__text span {
    font-size: 14px;
  }
}
.tp-header-top-2__social-box a {
  color: var(--tp-common-white);
  font-size: 15px;
  margin: 0 11px;
  transition: 0.3s;
}
.tp-header-top-2__social-box a:hover {
  color: var(--tp-common-black);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-header-top-2__social-box a {
    margin: 0 6px;
  }
}
.tp-header-top-2__value {
  position: relative;
  padding-left: 20px;
  border-left: 1px solid var(--tp-border-1);
  margin-left: 10px;
}
.tp-header-top-2__value.border-color {
  border-left: none;
  padding-left: 0;
  margin-left: 0;
}
.tp-header-top-2__value.border-color ul li {
  list-style-type: none;
}
.tp-header-top-2__value.border-color ul li a {
  font-weight: 400;
  font-size: 16px;
}
.tp-header-top-2__value.border-color ul li a img {
  padding-right: 5px;
  transform: translateY(-2px);
}
.tp-header-top-2__value.border-color ul li a span {
  margin-left: 2px;
}
.tp-header-top-2__value.border-color ul li a span svg {
  transform: translateY(-2px);
}
.tp-header-top-2__value.border-color ul li ul.tp-header-top-2__value-submenu li a {
  font-size: 14px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-header-top-2__value {
    margin-left: 20px;
  }
}
.tp-header-top-2__value ul li {
  list-style-type: none;
}
.tp-header-top-2__value ul li a {
  color: var(--tp-common-white);
  font-weight: 400;
  font-size: 14px;
  font-family: var(--tp-ff-heading);
}
.tp-header-top-2__value ul li a span {
  margin-left: 5px;
}
.tp-header-top-2__value ul li a span svg {
  transform: translateY(-2px);
}
.tp-header-top-2__value ul li ul.tp-header-top-2__value-submenu {
  position: absolute;
  top: 160%;
  left: 0px;
  width: 80px;
  background: var(--tp-common-white);
  z-index: 99;
  box-shadow: 0 30px 70px 6px rgba(11, 6, 70, 0.08);
  padding: 15px 20px;
  border-radius: 4px;
  transition: all 0.3s ease-out 0s;
  opacity: 0;
  visibility: hidden;
  text-align: left;
}
.tp-header-top-2__value ul li ul.tp-header-top-2__value-submenu.open {
  opacity: 1;
  visibility: visible;
  top: 149%;
}
.tp-header-top-2__value ul li ul.tp-header-top-2__value-submenu li {
  line-height: 1;
  margin-bottom: 10px;
  list-style-type: none;
}
.tp-header-top-2__value ul li ul.tp-header-top-2__value-submenu li:last-child {
  margin-bottom: 0;
}
.tp-header-top-2__value ul li ul.tp-header-top-2__value-submenu li a {
  color: var(--tp-common-black);
  transition: 0.3s;
}
.tp-header-top-2__value ul li ul.tp-header-top-2__value-submenu li a:hover {
  color: var(--tp-common-purple);
}

.tp-header-2__plr {
  padding: 0 225px;
}
@media only screen and (min-width: 1600px) and (max-width: 1800px) {
  .tp-header-2__plr {
    padding: 0 100px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-header-2__plr {
    padding: 0 15px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-header-2__plr {
    padding: 0px;
  }
}
.tp-header-2__space {
  background-color: var(--tp-common-white);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-header-2__space {
    padding: 15px 0;
  }
}
.tp-header-2__logo {
  width: 110px;
  height: auto;
}
.tp-header-2__main-menu {
  margin-left: 35px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-header-2__main-menu {
    margin-left: 0px;
  }
}
.tp-header-2__main-menu ul li {
  list-style-type: none;
  display: inline-block;
  position: relative;
  border-right: 1px solid #fff;
  padding: 0 38px;
}
@media only screen and (min-width: 1700px) and (max-width: 1850px) {
  .tp-header-2__main-menu ul li {
    padding: 0 30px;
  }
}
@media only screen and (min-width: 1600px) and (max-width: 1800px) {
  .tp-header-2__main-menu ul li {
    padding: 0 36px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-header-2__main-menu ul li {
    padding: 0 35px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-header-2__main-menu ul li {
    padding: 0 29px;
  }
}
.tp-header-2__main-menu ul li:last-child {
  border-right: none;
}
.tp-header-2__main-menu ul li > a {
  font-family: var(--tp-ff-satoshi);
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  color: var(--tp-common-black);
  padding: 29px 0px;
  display: inline-block;
  text-transform: capitalize;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-header-2__main-menu ul li > a {
    font-size: 14px;
  }
}
.tp-header-2__chat-box {
  margin-left: 45px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-header-2__chat-box {
    margin-left: 20px;
  }
}
.tp-header-2__chat-box span {
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.05em;
  text-transform: capitalize;
  color: var(--tp-common-black);
  margin-right: 13px;
}
.tp-header-2__chat-box a {
  width: 50px;
  height: 50px;
  line-height: 50px;
  display: inline-block;
  background: #735CFC;
  border-radius: 50%;
  text-align: center;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-header-2__icon-box {
    margin-left: -60px;
  }
}
.tp-header-2__icon-box span {
  padding: 0 8px;
  display: inline-block;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-header-2__icon-box span {
    padding: 0 5px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-header-2__icon-box span svg {
    width: 20px;
  }
}
.tp-header-2__icon-box span.heart {
  color: var(--tp-common-black);
  font-size: 20px;
  font-weight: 300;
  display: inline-block;
  transform: translateY(4px);
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-header-2__right-box {
    margin-left: -50px;
  }
}
.tp-header-2__right-box ul li {
  display: inline-block;
}
.tp-header-2__icon-text {
  position: absolute;
  top: -15px;
  right: -3px;
  display: inline-block;
  font-family: "Jost", sans-serif;
  font-weight: 500;
  font-size: 12px;
  color: var(--tp-common-white);
  width: 16px;
  height: 16px;
  line-height: 16px;
  border-radius: 50%;
  background: #DD1D29;
  display: flex;
  align-items: center;
  justify-content: center;
  font-style: normal;
}
@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-header-2__left-box {
    padding: 10px 0;
  }
}
.tp-header-2__bar {
  margin-left: 25px;
}
@media (max-width: 767px) {
  .tp-header-2__bar {
    margin-left: 0;
  }
}
.tp-header-2__bar.bar-height {
  margin-left: 0;
  margin: 10px 0;
}
.tp-header-2__bar button i {
  font-size: 23px;
  color: var(--tp-common-white);
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 50%;
  background: var(--tp-common-purple);
  box-shadow: 0px 4px 8px rgba(51, 92, 154, 0.04);
}

.tp-header-2__plr-2 {
  padding: 0 220px;
}
@media only screen and (min-width: 1600px) and (max-width: 1800px) {
  .tp-header-2__plr-2 {
    padding: 0 100px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-header-2__plr-2 {
    padding: 0 15px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-header-2__plr-2 {
    padding: 0px;
  }
}
@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-header-2__plr-2 {
    padding: 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) {
  .tp-header-2__space.tp-header-2__plr-2 {
    padding: 15px 0;
  }
}
.tp-header-2__logo-3-box span {
  position: absolute;
  top: -4px;
  left: 0;
  z-index: 1;
}
.tp-header-2__logo-3 {
  position: relative;
  top: 8px;
  left: 34px;
  width: 101px;
  height: 100%;
}
.tp-header-2__main-menu-3 ul li a::after {
  display: none;
}
.tp-header-2__text p {
  font-size: 20px;
  line-height: 32px;
  text-transform: capitalize;
  color: #FFFFFF;
}


.tp-main-menu-mobile .tp-submenu {
  display: none;
}
.tp-main-menu-mobile .header-icon {
  display: none;
}
.tp-main-menu-mobile ul {
  position: static;
  display: block;
  box-shadow: none;
}
.tp-main-menu-mobile ul li {
  list-style: none;
  position: relative;
  width: 100%;
  padding: 0;
}
.tp-main-menu-mobile ul li a {
  text-transform: capitalize;
}
.tp-main-menu-mobile ul li:not(:last-child) > a {
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}
.tp-main-menu-mobile ul li.has-dropdown > a .dropdown-toggle-btn {
  position: absolute;
  right: 0;
  top: 28%;
  -webkit-transform: translateY(-2px);
  -moz-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  -o-transform: translateY(-2px);
  transform: translateY(-2px);
  font-size: 18px;
  color: #7F8387;
  font-family: "Font Awesome 5 Pro";
  transition: all 0.3s ease-in-out;
  z-index: 1;
  width: 25px;
  height: 25px;
  line-height: 22px;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.12);
  transition: background-color 0.3s ease-in-out, border-color 0.3s ease-in-out, color 0.3s ease-in-out;
}
.tp-main-menu-mobile ul li.has-dropdown > a .dropdown-toggle-btn i {
  transition: all 0.3s ease-in-out;
  margin-left: 2px;
}
.tp-main-menu-mobile ul li.has-dropdown > a .dropdown-toggle-btn.dropdown-opened i {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.tp-main-menu-mobile ul li.has-dropdown > a .dropdown-toggle-btn:hover {
  background-color: var(--tp-common-orange);
  border-color: var(--tp-theme-1);
  color: var(--tp-common-orange);
}
.tp-main-menu-mobile ul li.has-dropdown > a .dropdown-toggle-btn:hover i {
  color: var(--tp-common-pink);
}
.tp-main-menu-mobile ul li.has-dropdown > a.expanded {
  color: var(--tp-common-pink-4);
}
.tp-main-menu-mobile ul li.has-dropdown > a.expanded .dropdown-toggle-btn.dropdown-opened {
  background-color: var(--tp-common-pink-4);
  border-color: var(--tp-common-pink-4);
  color: var(--tp-common-white);
}
.tp-main-menu-mobile ul li.has-dropdown > a.expanded .dropdown-toggle-btn.dropdown-opened i {
  color: var(--tp-common-white);
}
.tp-main-menu-mobile ul li.has-dropdown:hover > a::after {
  color: var(--tp-common-orange);
}
.tp-main-menu-mobile ul li:last-child a span {
  border-bottom: 0;
}
.tp-main-menu-mobile ul li > a {
  display: block;
  font-size: 16px;
  color: var(--tp-common-white);
  position: relative;
  padding: 15px 0;
  padding-right: 20px;
}
.tp-main-menu-mobile ul li > a svg {
  -webkit-transform: translateY(-2px);
  -moz-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  -o-transform: translateY(-2px);
  transform: translateY(-2px);
}
.tp-main-menu-mobile ul li > a > i {
  display: inline-block;
  width: 11%;
  margin-right: 13px;
  -webkit-transform: translateY(4px);
  -moz-transform: translateY(4px);
  -ms-transform: translateY(4px);
  -o-transform: translateY(4px);
  transform: translateY(4px);
  font-size: 21px;
  line-height: 1;
}
.tp-main-menu-mobile ul li > a .menu-text {
  font-size: 16px;
  line-height: 11px;
  border-bottom: 1px solid #EAEBED;
  width: 82%;
  display: inline-block;
  padding: 19px 0 17px;
}
.tp-main-menu-mobile ul li img {
  width: 100%;
}
.tp-main-menu-mobile ul li ul {
  padding: 0;
}
.tp-main-menu-mobile ul li ul li {
  padding: 0;
}
.tp-main-menu-mobile ul li ul li a {
  margin-left: auto;
  width: 93%;
  padding: 10px 5%;
  text-shadow: none !important;
  visibility: visible;
  padding-left: 0;
  padding-right: 20px;
}
.tp-main-menu-mobile ul li ul li li a {
  width: 88%;
  padding: 10px 7%;
  padding-left: 0;
  padding-right: 20px;
}
.tp-main-menu-mobile ul li ul li li li a {
  width: 83%;
  padding: 10px 9%;
  padding-left: 0;
  padding-right: 20px;
}
.tp-main-menu-mobile ul li ul li li li li a {
  width: 68%;
  padding: 10px 11%;
  padding-left: 0;
  padding-right: 20px;
}
.tp-main-menu-mobile ul li:hover > a {
  color: var(--tp-common-pink-4);
}
.tp-main-menu-mobile ul li:hover > a::after {
  color: var(--tp-theme-1);
}
.tp-main-menu-mobile ul li:hover > a .dropdown-toggle-btn i {
  color: var(--tp-theme-1);
}
.tp-main-menu-mobile ul li:hover .mega-menu {
  visibility: visible;
  opacity: 1;
  top: 0;
}
.tp-main-menu-mobile ul li .mega-menu, .tp-main-menu-mobile ul li .submenu {
  position: static;
  min-width: 100%;
  padding: 0;
  box-shadow: none;
  visibility: visible;
  opacity: 1;
  display: none;
}
.tp-main-menu-mobile ul li .mega-menu li, .tp-main-menu-mobile ul li .submenu li {
  float: none;
  display: block;
  width: 100%;
  padding: 0;
}
.tp-main-menu-mobile ul li .mega-menu li:hover a .dropdown-toggle-btn, .tp-main-menu-mobile ul li .submenu li:hover a .dropdown-toggle-btn {
  color: var(--tp-theme-1);
}
.tp-main-menu-mobile .tp-main-menu-content ul li:not(:last-child) .home-menu-title a {
  border-bottom: none;
}
.tp-main-menu-mobile * ul, .tp-main-menu-mobile * li {
  transition: none !important;
}

.tp-category-menu {
  position: relative;
  width: 80%;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-category-menu {
    width: 90%;
  }
}
.tp-category-menu-btn {
  font-weight: 500;
  font-size: 14px;
  width: 100%;
  padding: 20px 30px;
  text-align: left;
  position: relative;
  color: var(--tp-common-white);
  background-color: var(--tp-common-purple);
  border-radius: 4px 4px 0 0;
  width: 100%;
}
.tp-category-menu-btn::after {
  position: absolute;
  content: "\f107";
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  font-family: "Font Awesome 6 Pro";
}
.tp-category-menu-btn span {
  margin-right: 8px;
}
.tp-category-menu-btn:hover {
  background-color: #FF8717;
  color: var(--tp-common-white);
}
.tp-category-menu nav ul {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: #FFFFFF;
  box-shadow: 0px 1px 3px rgba(1, 15, 28, 0.1);
  z-index: 9;
  display: none;
  padding: 20px 0;
}
.tp-category-menu nav ul li {
  list-style: none;
  padding: 0 30px;
  position: relative;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-category-menu nav ul li {
    padding: 0 25px;
  }
}
.tp-category-menu nav ul li::after {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  width: 2px;
  height: 0;
  background-color: var(--tp-theme-primary);
  transform: translateY(-50%);
  visibility: hidden;
  opacity: 0;
  transition: 0.3s;
}
.tp-category-menu nav ul li img {
  width: 100%;
}
.tp-category-menu nav ul li.has-dropdown > a:not(.mega-menu-title)::after {
  position: absolute;
  content: "\f105";
  right: 0;
  top: 50%;
  font-family: "Font Awesome 6 Pro";
  font-size: 16px;
  transform: translateY(-50%);
  transition: 0.3s;
  color: var(--tp-text-6);
}
.tp-category-menu nav ul li:last-child a {
  border: none;
}
.tp-category-menu nav ul li a {
  font-size: 15px;
  display: inline-block;
  width: 100%;
  padding: 13px 0 12px;
  font-weight: 500;
  position: relative;
  color: var(--tp-common-black-2);
  border-bottom: 1px solid var(--tp-border-1);
}
.tp-category-menu nav ul li a span {
  color: var(--tp-text-6);
  margin-right: 5px;
  transition: 0.3s;
}
.tp-category-menu nav ul li a span svg {
  transform: translateY(-2px);
}
.tp-category-menu nav ul li .tp-submenu {
  position: absolute;
  left: 110%;
  top: 0%;
  visibility: hidden;
  opacity: 0;
  min-width: 300px;
  background-color: var(--tp-common-white);
  transition: 0.3s;
  padding-top: 10px;
  padding-bottom: 10px;
  display: block;
}
.tp-category-menu nav ul li .tp-submenu li a {
  font-size: 15px;
  padding: 6px 0 7px;
}
.tp-category-menu nav ul li .tp-submenu li ul {
  display: block;
}
.tp-category-menu nav ul li:hover::after {
  visibility: visible;
  opacity: 1;
  height: 30px;
}
.tp-category-menu nav ul li:hover > a {
  color: var(--tp-common-purple);
}
.tp-category-menu nav ul li:hover > a::after {
  color: var(--tp-common-purple);
}
.tp-category-menu nav ul li:hover > a span {
  color: var(--tp-common-purple);
}
.tp-category-menu nav ul li:hover > a .dropdown-toggle-btn {
  color: var(--tp-common-purple);
}
.tp-category-menu nav ul li:hover > .tp-submenu {
  opacity: 1;
  visibility: visible;
  left: 100%;
}

.tp-header-4-category-btn .tp-category-menu-btn {
  border-radius: 0;
}

.tp-category-mobile-menu ul {
  position: static;
  padding: 0 0;
  padding-top: 15px;
  box-shadow: none;
}
.tp-category-mobile-menu ul li {
  list-style: none;
  position: relative;
  width: 100%;
  padding: 0;
}
.tp-category-mobile-menu ul li:not(:last-child) a {
  border-bottom: 1px solid rgba(127, 131, 135, 0.3);
}
.tp-category-mobile-menu ul li:last-child {
  border-bottom: 0;
}
.tp-category-mobile-menu ul li a {
  display: block;
  font-size: 16px;
  color: var(--tp-common-white);
  position: relative;
  padding: 15px 0;
  padding-right: 20px;
}
.tp-category-mobile-menu ul li a svg {
  margin-right: 3px;
}
.tp-category-mobile-menu ul li a > i {
  display: inline-block;
  width: 11%;
  margin-right: 13px;
  font-size: 21px;
  line-height: 1;
}
.tp-category-mobile-menu ul li a .menu-text {
  font-size: 16px;
  line-height: 11px;
  border-bottom: none;
  width: 82%;
  display: inline-block;
  padding: 19px 0 17px;
}
.tp-category-mobile-menu ul li img {
  max-width: 100%;
}
.tp-category-mobile-menu ul li ul {
  padding: 0;
}
.tp-category-mobile-menu ul li ul li a {
  margin-left: auto;
  width: 93%;
  padding: 10px 5%;
  text-shadow: none !important;
  visibility: visible;
  padding-left: 0;
  padding-right: 20px;
}
.tp-category-mobile-menu ul li ul li li a {
  width: 88%;
  padding: 10px 7%;
  padding-left: 0;
  padding-right: 20px;
}
.tp-category-mobile-menu ul li ul li li li a {
  width: 83%;
  padding: 10px 9%;
  padding-left: 0;
  padding-right: 20px;
}
.tp-category-mobile-menu ul li ul li li li li a {
  width: 68%;
  padding: 10px 11%;
  padding-left: 0;
  padding-right: 20px;
}
.tp-category-mobile-menu ul li:hover > a {
  color: var(--tp-common-pink-4);
}
.tp-category-mobile-menu ul li:hover > a::after {
  color: var(--tp-common-pink-4);
}
.tp-category-mobile-menu ul li:hover > a .dropdown-toggle-btn i {
  color: var(--tp-common-pink-4);
}
.tp-category-mobile-menu ul li:hover .mega-menu {
  visibility: visible;
  opacity: 1;
  top: 0;
}
.tp-category-mobile-menu ul li.has-dropdown > a .dropdown-toggle-btn {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 16px;
  color: #7F8387;
  transition: 0.3s;
  z-index: 1;
  width: 30px;
  height: 30px;
  line-height: 28px;
  text-align: center;
  border: 1px solid rgba(127, 131, 135, 0.3);
}
.tp-category-mobile-menu ul li.has-dropdown > a .dropdown-toggle-btn i {
  transition: 0.3s;
}
.tp-category-mobile-menu ul li.has-dropdown > a .dropdown-toggle-btn.dropdown-opened i {
  transform: rotate(90deg);
}
.tp-category-mobile-menu ul li.has-dropdown > a .dropdown-toggle-btn:hover {
  background-color: var(--tp-common-pink-4);
  border-color: var(--tp-common-pink-4);
  color: var(--tp-common-white);
}
.tp-category-mobile-menu ul li.has-dropdown > a .dropdown-toggle-btn:hover i {
  color: var(--tp-common-white);
}
.tp-category-mobile-menu ul li.has-dropdown > a.expanded {
  color: var(--tp-theme-primary);
}
.tp-category-mobile-menu ul li.has-dropdown > a.expanded .dropdown-toggle-btn.dropdown-opened {
  background-color: var(--tp-common-pink-4);
  border-color: var(--tp-common-pink-4);
  color: var(--tp-common-white);
}
.tp-category-mobile-menu ul li.has-dropdown > a.expanded .dropdown-toggle-btn.dropdown-opened i {
  color: var(--tp-common-white);
}
.tp-category-mobile-menu ul li.has-dropdown:hover > a::after {
  color: var(--tp-theme-green);
}
.tp-category-mobile-menu ul li:last-child a span {
  border-bottom: 0;
}
.tp-category-mobile-menu ul li .tp-mega-menu, .tp-category-mobile-menu ul li .tp-submenu {
  position: static;
  min-width: 100%;
  padding: 0;
  box-shadow: none;
  visibility: visible;
  opacity: 1;
  display: none;
}
.tp-category-mobile-menu ul li .tp-mega-menu li, .tp-category-mobile-menu ul li .tp-submenu li {
  float: none;
  display: block;
  width: 100%;
  padding: 0;
}
.tp-category-mobile-menu ul li .tp-mega-menu li:hover a .dropdown-toggle-btn, .tp-category-mobile-menu ul li .tp-submenu li:hover a .dropdown-toggle-btn {
  color: var(--tp-theme-primary);
}
.tp-category-mobile-menu ul li .mega-menu-brand a {
  display: inline-block;
  border: 0;
  padding-right: 18px;
}
.tp-category-mobile-menu ul li .mega-menu-right {
  background-color: transparent !important;
}
.tp-category-mobile-menu ul li .menu-shop-thumb {
  width: 90px;
  margin-right: 15px;
}
.tp-category-mobile-menu ul li .menu-shop-thumb a {
  border: none;
}
.tp-category-mobile-menu ul li .menu-shop-thumb .menu-text {
  display: none;
}
.tp-category-mobile-menu ul li .menu-shop-meta span a {
  padding: 0;
  border-bottom: 0;
  font-size: 14px;
}
.tp-category-mobile-menu ul li .menu-shop-title a {
  padding: 0;
  border-bottom: 0;
}
.tp-category-mobile-menu ul li .mega-menu-right-title {
  margin-bottom: 15px;
  padding-top: 15px;
}
.tp-category-mobile-menu nav {
  display: none;
}
.tp-category-mobile-menu * ul, .tp-category-mobile-menu * li {
  transition: none !important;
}
.tp-category-mobile-menu .mega-menu-list > ul {
  padding-top: 20px;
}

.tp-header__main-menu nav ul li .has-homemenu {
  width: 1000px;
  padding: 30px 30px 10px 30px;
  opacity: 0;
  visibility: hidden;
  background-color: var(--tp-common-white);
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.tp-header__main-menu nav ul li .has-homemenu .homemenu {
  padding: 0px 10px;
  position: relative;
  margin-bottom: 20px;
}

.tp-header-4__main-menu nav ul li .has-homemenu {
  width: 1000px;
  padding: 30px 30px 10px 30px;
  opacity: 0;
  visibility: hidden;
  background-color: var(--tp-common-white);
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.tp-header-4__main-menu nav ul li .has-homemenu .homemenu {
  padding: 0px 10px;
  position: relative;
  margin-bottom: 20px;
}

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

.homemenu-title {
  font-size: 18px;
  margin-bottom: 0;
  color: var(--tp-common-pink-4);
  display: inline-block;
  font-weight: 400;
}
.homemenu-title:hover {
  color: var(--tp-theme-2);
}

.homemenu-thumb {
  position: relative;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.homemenu-thumb:hover .homemenu-btn {
  opacity: 1;
  visibility: visible;
  bottom: 50%;
  transform: translateY(50%);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-header__main-menu ul li .submenu.has-homemenu {
    position: absolute;
    left: -200px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-header-2__main-menu.tp-header__main-menu ul li .submenu.has-homemenu {
    position: absolute;
    left: -100px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-header-4__main-menu ul li .submenu.has-homemenu {
    position: absolute;
    left: -200px;
  }
}

/*----------------------------------------*/
/*  23. slider css start 
/*----------------------------------------*/
.tp-hero__bg {
  padding-top: 235px;
  padding-bottom: 205px;
  position: relative;
  z-index: -2;
  background-repeat: no-repeat;
  background-size: cover;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-hero__bg {
    padding-top: 180px;
    padding-bottom: 160px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-hero__bg {
    padding-top: 140px;
    padding-bottom: 130px;
  }
}
@media (max-width: 767px) {
  .tp-hero__bg {
    padding-top: 120px;
    padding-bottom: 100px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-hero__bg {
    padding-top: 150px;
  }
}
.tp-hero__left-text p {
  font-size: 20px;
  line-height: 32px;
  padding-right: 50px;
  margin-bottom: 40px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-hero__left-text p {
    font-size: 16px;
    padding-right: 160px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-hero__left-text p {
    font-size: 16px;
    padding-right: 160px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-hero__left-text p {
    font-size: 15px;
    padding-right: 75px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-hero__left-text p {
    font-size: 18px;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .tp-hero__left-text p {
    font-size: 15px;
    padding-right: 0;
  }
}
.tp-hero__section-box {
  padding-bottom: 30px;
}
.tp-hero__thumb-box {
  padding-right: 45px;
  position: relative;
  z-index: 12;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-hero__thumb-box {
    padding-right: 0;
  }
}
.tp-hero__contact-box {
  position: absolute;
  top: 19%;
  right: -1.3%;
  transform: rotate(-90deg);
  z-index: 22;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-hero__contact-box {
    right: -2.7%;
  }
}
.tp-hero__contact-box a {
  font-weight: 400;
  font-size: 17px;
  color: var(--tp-common-black);
  font-family: var(--tp-ff-heading);
  transition: 0.3s;
}
.tp-hero__contact-box a:hover {
  color: var(--tp-theme-2);
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-hero__contact-box a {
    font-size: 14px;
  }
}
.tp-hero__social-box {
  position: absolute;
  bottom: 27%;
  right: -5%;
  z-index: 22;
  transform: rotate(-90deg);
}
@media only screen and (min-width: 1600px) and (max-width: 1800px) {
  .tp-hero__social-box {
    right: -5.5%;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-hero__social-box {
    right: -7%;
  }
}
.tp-hero__social-box a {
  font-weight: 400;
  font-size: 17px;
  color: var(--tp-common-black);
  font-family: var(--tp-ff-heading);
  margin-left: 35px;
  transition: 0.3s;
  font-family: var(--tp-ff-heading);
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-hero__social-box a {
    font-size: 14px;
  }
}
.tp-hero__social-box a:hover {
  color: var(--tp-theme-2);
}
.tp-hero__social-box a:first-child {
  margin-left: 0;
}
.tp-hero__shape-1 {
  position: absolute;
  top: 12%;
  left: 2%;
  z-index: 1;
  animation: moving 9s linear infinite;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-hero__shape-1 {
    top: 9%;
    left: -3%;
  }
}
.tp-hero__shape-2 {
  position: absolute;
  top: -9.4%;
  right: -7.6%;
  animation: tptranslateX2 4s infinite alternate;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-hero__shape-2 {
    right: -0.5%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-hero__shape-2 img {
    max-width: 70%;
  }
}
.tp-hero__shape-3 {
  position: absolute;
  bottom: -17.4%;
  left: -5%;
  z-index: 1;
  animation: tptranslateY2 2s forwards infinite alternate;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-hero__shape-3 {
    left: -13%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-hero__shape-3 {
    left: -25%;
    bottom: -10.4%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-hero__shape-3 {
    left: 1%;
    bottom: -4.4%;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-hero__shape-3 img {
    max-width: 80%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-hero__shape-3 img {
    max-width: 50%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-hero__shape-3 img {
    max-width: 80%;
  }
}
.tp-hero__shape-4 {
  position: absolute;
  bottom: -7.4%;
  right: -16.6%;
  z-index: -1;
  animation: zoom 7s infinite;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-hero__shape-4 {
    right: -7.6%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-hero__shape-4 {
    right: -1.6%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-hero__shape-4 {
    right: -7.6%;
    bottom: 6%;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-hero__shape-4 img {
    max-width: 70%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-hero__shape-4 img {
    max-width: 50%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-hero__shape-4 img {
    max-width: 70%;
  }
}
.tp-hero__shape-5 {
  position: absolute;
  bottom: 16.6%;
  right: 9.4%;
  animation: moving 9s linear infinite;
}
@media only screen and (min-width: 1600px) and (max-width: 1800px) {
  .tp-hero__shape-5 {
    bottom: 13.6%;
    right: 10.4%;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-hero__shape-5 {
    bottom: 12.6%;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-hero__shape-5 {
    bottom: 15.6%;
    right: 8.4%;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-hero__shape-5 img {
    max-width: 50%;
  }
}
.tp-hero__shape-6 {
  position: absolute;
  top: 19.3%;
  right: -6.1%;
  animation: tptranslateX2 4s infinite alternate;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-hero__shape-6 img {
    max-width: 50%;
  }
}
.tp-hero__shape-7 {
  position: absolute;
  top: 32.3%;
  left: 4%;
  animation: moving 9s linear infinite;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-hero__shape-7 {
    top: 21.3%;
    left: 4%;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-hero__shape-7 {
    top: 20.3%;
    left: 4%;
  }
}
.tp-hero__shape-8 {
  position: absolute;
  bottom: 10.3%;
  left: 0%;
}
.tp-hero__shape-9 {
  position: absolute;
  bottom: 6.3%;
  right: 35%;
  z-index: -1;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-hero__left-box {
    margin-bottom: 90px;
  }
}

.tp-hero-2__bg {
  background-repeat: no-repeat;
  background-size: cover;
  padding-top:7%;
  height: 905px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-hero-2__bg {
    height: 830px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-hero-2__bg {
    height: 600px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-hero-2__bg {
    height: 820px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-hero-2__bg {
    padding-top: 115px;
    height: 1150px;
  }
}
@media (max-width: 767px) {
  .tp-hero-2__bg {
    padding-top: 90px;
    height: 830px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-hero-2__bg {
    height: 950px;
  }
}
@media only screen and (min-width: 440px) and (max-width: 575px) {
  .tp-hero-2__bg {
    height: 900px;
  }
}
.tp-hero-2__text p {
  font-weight: 400;
  font-size: 20px;
  line-height: 32px;
  padding-right: 70px;
  margin-bottom: 45px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-hero-2__text p {
    font-size: 16px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-hero-2__text p {
    padding-right: 0;
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .tp-hero-2__text p {
    padding-right: 0;
    font-size: 16px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-hero-2__left-box {
    margin-bottom: -75px;
  }
}
.tp-hero-2__main-thumb {
  margin-left: -35px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-hero-2__main-thumb {
    margin-left: 0;
    margin-top: 40%;
  }
}
.tp-hero-2__main-thumb img {
  max-width: inherit;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-hero-2__main-thumb img {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .tp-hero-2__main-thumb img {
    max-width: 100%;
  }
}
.tp-hero-2__shape-1 {
  position: absolute;
  right: 6%;
  top: 10%;
  animation: moving 9s linear infinite;
}
@media only screen and (min-width: 1600px) and (max-width: 1800px) {
  .tp-hero-2__shape-1 {
    right: 2%;
    top: 6%;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-hero-2__shape-1 {
    right: 4%;
    top: 4%;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-hero-2__shape-1 {
    right: 4%;
    top: 3%;
  }
}
.tp-hero-2__shape-2 {
  position: absolute;
  left: 0%;
  bottom: 18%;
  animation: tpupdown 0.8s infinite alternate;
}
@media only screen and (min-width: 1600px) and (max-width: 1800px) {
  .tp-hero-2__shape-2 {
    left: 1%;
    bottom: 5%;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-hero-2__shape-2 {
    bottom: 2%;
  }
}
.tp-hero-2__shape-3 {
  position: absolute;
  left: 12%;
  bottom: 41%;
  animation: moving 9s linear infinite;
}
@media only screen and (min-width: 1600px) and (max-width: 1800px) {
  .tp-hero-2__shape-3 {
    left: 6%;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-hero-2__shape-3 {
    left: 1%;
  }
}
.tp-hero-2__mouse-scroll {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 71px;
  z-index: 22;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-hero-2__mouse-scroll {
    bottom: -1px;
  }
}
.tp-hero-2__mouse-scroll span {
  color: #09052F;
  font-weight: 500;
  font-size: 14px;
  font-family: var(--tp-ff-heading);
}

.tp-hero-3__content-box {
  padding: 220px 0;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-hero-3__content-box {
    padding: 200px 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-hero-3__content-box {
    padding: 170px 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-hero-3__content-box {
    padding: 190px 0;
  }
}
@media (max-width: 767px) {
  .tp-hero-3__content-box {
    padding: 120px 0;
  }
}
@media (max-width: 767px) {
  .tp-hero-3__content-box {
    padding: 120px 0;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-hero-3__content-box {
    padding: 150px 0;
  }
}
.tp-hero-3__text {
  position: relative;
  z-index: 1;
}
.tp-hero-3__text p {
  font-weight: 400;
  font-size: 20px;
  line-height: 32px;
  text-transform: capitalize;
  color: #FFFFFF;
  margin-bottom: 42px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-hero-3__text p {
    font-size: 17px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-hero-3__text p {
    font-size: 17px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-hero-3__text p {
    font-size: 16px;
  }
  .tp-hero-3__text p br {
    display: none;
  }
}
.tp-hero-3__bg {
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 767px) {
  .tp-hero-3__bg {
    background-position: right;
  }
}
.tp-hero-3__shape-animation {
  position: absolute;
  top: 117px;
  left: -156px;
  z-index: -1;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-hero-3__shape-animation {
    left: -50px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-hero-3__shape-animation {
    left: -35px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-hero-3__shape-animation {
    left: -20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-hero-3__shape-animation {
    left: -30px;
  }
}
@media (max-width: 767px) {
  .tp-hero-3__shape-animation {
    display: none;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-hero-3__shape-animation {
    left: -20px;
  }
}
.tp-hero-3__shape-animation span {
  background: linear-gradient(180deg, rgba(255, 55, 127, 0.8) 0%, rgba(143, 77, 238, 0.8) 59.35%, rgba(84, 123, 250, 0.8) 100%);
  transform: rotate(-32.23deg);
  border-radius: 62% 47% 82% 35%/45% 45% 80% 66%;
  will-change: border-radius, transform, opacity;
  display: block;
  -webkit-animation: sliderShape 8s linear infinite;
  height: 619px;
  width: 640px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-hero-3__shape-animation span {
    height: 590px;
    width: 600px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-hero-3__shape-animation span {
    height: 500px;
    width: 520px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-hero-3__shape-animation span {
    height: 470px;
    width: 520px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-hero-3__shape-animation span {
    height: 400px;
    width: 450px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-hero-3__shape-animation span {
    height: 300px;
    width: 350px;
  }
}
.tp-hero-3__big-text {
  position: absolute;
  top: 31%;
  right: 13%;
  transform: rotate(-61.88deg);
}
@media only screen and (min-width: 1600px) and (max-width: 1800px) {
  .tp-hero-3__big-text {
    right: 10%;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-hero-3__big-text {
    right: 8%;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-hero-3__big-text {
    right: 6%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-hero-3__big-text {
    right: 3%;
  }
}
.tp-hero-3__big-text span {
  font-family: "Pacifico", cursive;
  font-weight: 400;
  font-size: 150px;
  line-height: 263px;
  text-align: center;
  text-transform: capitalize;
  color: #FFFFFF;
}
@media only screen and (min-width: 1600px) and (max-width: 1800px) {
  .tp-hero-3__big-text span {
    font-size: 120px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-hero-3__big-text span {
    font-size: 110px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-hero-3__big-text span {
    font-size: 110px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-hero-3__big-text span {
    font-size: 70px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-hero-3__big-text span {
    font-size: 60px;
  }
}
.tp-hero-3__mouse-scroll {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  z-index: 22;
}
.tp-hero-3__mouse-scroll span {
  font-size: 14px;
  line-height: 12px;
  color: #5F6168;
  font-family: var(--tp-ff-heading);
}

.scroll-bg {
  position: absolute;
  bottom: 77px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 4;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .scroll-bg {
    bottom: -1px;
  }
}

.scroll-bg-2 {
  position: absolute;
  bottom: -1px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 4;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .scroll-bg-2 {
    bottom: -1px;
  }
}

.mouse-scroll-btn {
  display: inline-block;
  width: 16px;
  height: 25px;
  border: 2px solid #09052F;
  border-radius: 30px;
  outline: none;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 28px;
  z-index: 5;
}
.mouse-scroll-btn::after {
  position: absolute;
  top: 4px;
  left: 3px;
  content: "";
  height: 6px;
  width: 6px;
  border: 2px solid #09052F;
  border-radius: 50%;
  animation: scroll 1s infinite ease-in-out alternate;
}

.mouse-scroll-btn-2 {
  display: inline-block;
  width: 16px;
  height: 25px;
  border: 2px solid #343640;
  border-radius: 30px;
  outline: none;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 28px;
  z-index: 5;
}
.mouse-scroll-btn-2::after {
  position: absolute;
  top: 4px;
  left: 3px;
  content: "";
  height: 6px;
  width: 6px;
  border: 2px solid #343640;
  border-radius: 50%;
  animation: scroll 1s infinite ease-in-out alternate;
}

.tp-hero-4__bg {
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 80px;
  padding-bottom: 75px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-hero-4__bg {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media (max-width: 767px) {
  .tp-hero-4__bg {
    padding: 80px 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-hero-4__left-box {
    margin-bottom: 30px;
  }
}
.tp-hero-4__content span {
  font-size: 46px;
  font-family: var(--tp-ff-heading);
  color: var(--tp-common-white);
  font-weight: 400;
  display: inline-block;
  padding-bottom: 30px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-hero-4__content span {
    font-size: 37px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-hero-4__content span {
    font-size: 30px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-hero-4__content span {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .tp-hero-4__content span {
    font-size: 28px;
  }
}
.tp-hero-4__content span del {
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  padding-left: 30px;
}
.tp-hero-4__content p {
  font-size: 22px;
  font-family: var(--tp-ff-heading);
  font-style: normal;
  font-weight: 400;
  line-height: 31px;
  color: var(--tp-common-white);
  padding-bottom: 25px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-hero-4__content p {
    font-size: 18px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-hero-4__content p {
    font-size: 16px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-hero-4__content p {
    font-size: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-hero-4__content p {
    font-size: 17px;
  }
}
@media (max-width: 767px) {
  .tp-hero-4__content p {
    font-size: 15px;
  }
}
.tp-hero-4__thumb-box {
  margin-left: -20px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-hero-4__thumb-box {
    margin-left: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-hero-4__main-thumb {
    text-align: center;
  }
}
.tp-hero-4__main-thumb img {
  max-width: inherit;
}
@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-hero-4__main-thumb img {
    max-width: 100%;
  }
}
.tp-hero-4__shape-1 {
  position: absolute;
  bottom: 10%;
  left: 22%;
  animation: tpupdown 0.8s infinite alternate;
}
.tp-hero-4__shape-2 {
  position: absolute;
  top: 13%;
  left: 1%;
  animation: moving 9s linear infinite;
}
.tp-hero-4__shape-3 {
  position: absolute;
  bottom: 7%;
  left: -2%;
  animation: tptranslateX2 4s infinite alternate;
}
.tp-hero-4__shape-4 {
  position: absolute;
  top: 5%;
  left: 14%;
  animation: tptranslateX2 4s infinite alternate;
}
.tp-hero-4__shape-5 {
  position: absolute;
  top: 15%;
  right: -6%;
  animation: zoom 7s infinite;
}
.tp-hero-4__shape-6 {
  position: absolute;
  top: 20%;
  right: -23%;
  animation: moving 9s linear infinite;
}

.tp-slider-5__space {
  padding-top: 100px;
  padding-bottom: 80px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-slider-5__space {
    padding: 120px 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-slider-5__left-box {
    margin-bottom: 50px;
  }
}
.tp-slider-5__content-box p {
  color: #FF8717;
  font-size: 16px;
  font-weight: 500;
  text-transform: capitalize;
}
.tp-slider-5__content-box span {
  color: var(--tp-common-white);
  font-size: 34px;
  font-weight: 500;
  text-transform: capitalize;
  display: block;
  padding-bottom: 35px;
}
@media only screen and (min-width: 1600px) and (max-width: 1800px) {
  .tp-slider-5__content-box span {
    font-size: 32px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-slider-5__content-box span {
    font-size: 28px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-slider-5__content-box span {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .tp-slider-5__content-box span {
    font-size: 25px;
  }
}
.tp-slider-5__content-box span del {
  color: #FF1515;
  font-size: 24px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-slider-5__content-box span del {
    font-size: 19px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-slider-5__content-box span del {
    font-size: 19px;
  }
}
@media (max-width: 767px) {
  .tp-slider-5__content-box span del {
    font-size: 17px;
  }
}
.tp-slider-5__section-box {
  padding-bottom: 7px;
}
.tp-slider-5__main-thumb {
  position: relative;
  z-index: 1;
}
.tp-slider-5__main-thumb img {
  max-width: inherit;
}
@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) {
  .tp-slider-5__main-thumb img {
    max-width: 100%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-slider-5__main-thumb img {
    max-width: 93%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-slider-5__main-thumb img {
    width: 100%;
  }
}
.tp-slider-5__thumb-text {
  position: absolute;
  bottom: 23%;
  left: 1%;
  height: 90px;
  width: 90px;
  line-height: 116px;
  border-radius: 50%;
  text-align: center;
  background-color: #FF8717;
}
.tp-slider-5__thumb-text span {
  color: var(--tp-common-white);
  font-family: var(--tp-ff-heading);
  font-size: 24px;
  font-weight: 500;
  line-height: 21px;
  display: inline-block;
  text-transform: uppercase;
}
.tp-slider-5__thumb-text span strong {
  font-size: 15px;
  font-weight: 400;
}
.tp-slider-5__shape-1 {
  position: absolute;
  top: 1%;
  left: 5%;
  animation: tptranslateX2 4s infinite alternate;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-slider-5__shape-1 {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-slider-5__shape-1 {
    left: 0;
  }
}
@media (max-width: 767px) {
  .tp-slider-5__shape-1 {
    display: none;
  }
}
@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) {
  .tp-slider-5__shape-1 img {
    max-width: 90%;
  }
}
.tp-slider-5__shape-2 {
  position: absolute;
  top: 0%;
  right: 5%;
  animation: zoom 4s infinite;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-slider-5__shape-2 {
    display: none;
  }
}
@media (max-width: 767px) {
  .tp-slider-5__shape-2 {
    display: none;
  }
}
@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) {
  .tp-slider-5__shape-2 img {
    max-width: 90%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-slider-5__shape-2 img {
    max-width: 90%;
  }
}
.tp-slider-5__shape-3 {
  position: absolute;
  top: 44px;
  left: 0;
  animation: tptranslateY2 4s infinite alternate;
}
.tp-slider-5__shape-4 {
  position: absolute;
  bottom: 0;
  left: 0;
}
@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) {
  .tp-slider-5__shape-4 {
    margin-bottom: -3%;
  }
}
.tp-slider-5__shape-5 {
  position: absolute;
  top: 0;
  right: 0;
}
.tp-slider-5__shape-6 {
  position: absolute;
  top: 40%;
  right: 10%;
  animation: tptranslateY2 4s infinite alternate;
}
.tp-slider-5__shape-8 {
  position: absolute;
  bottom: 20%;
  right: 56%;
  animation: moving 9s linear infinite;
}
.tp-slider-5__shape-9 {
  position: absolute;
  top: 16%;
  right: 11%;
  animation: rotate2 15s linear infinite;
}
@media (max-width: 767px) {
  .tp-slider-5__arrow-box {
    display: none;
  }
}
.tp-slider-5__arrow {
  position: absolute;
  right: 80px;
  bottom: 60px;
  z-index: 2;
}
.tp-slider-5__arrow .test-prev button {
  height: 50px;
  width: 50px;
  background-color: rgba(255, 255, 255, 0.15);
  color: var(--tp-common-white);
  border-radius: 50%;
  transition: 0.3s;
  line-height: 50px;
}
.tp-slider-5__arrow .test-prev button svg {
  display: inline-block;
  transform: translateY(-1px);
}
.tp-slider-5__arrow .test-prev button.active {
  background-color: #FF8617;
}
.tp-slider-5__arrow .test-next {
  margin-right: 20px;
}
.tp-slider-5__arrow .test-next button {
  height: 50px;
  width: 50px;
  line-height: 50px;
  background-color: rgba(255, 255, 255, 0.15);
  color: var(--tp-common-white);
  border-radius: 50%;
  transition: 0.3s;
}
.tp-slider-5__arrow .test-next button svg {
  display: inline-block;
  transform: translateY(-1px);
}
.tp-slider-5__arrow .test-next button:hover {
  background-color: #FF8617;
}

/*----------------------------------------*/
/*  17. feature css start 
/*----------------------------------------*/
.tp-feature__border {
  padding-top: 65px;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--tp-border-1);
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-feature__border {
    border: none;
  }
}
.tp-feature__content p {
  margin-bottom: 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-feature__content p {
    font-size: 14px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-feature__content p {
    font-size: 14px;
    padding-right: 70px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-feature__content p {
    font-size: 14px;
  }
}
.tp-feature__title {
  font-weight: 500;
  font-size: 24px;
  padding-bottom: 3px;
  text-transform: capitalize;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-feature__title {
    font-size: 22px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-feature__title {
    font-size: 21px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-feature__title {
    font-size: 21px;
  }
}
.tp-feature__icon {
  margin-right: 25px;
}
.tp-feature__item {
  position: relative;
}
.tp-feature__item::after {
  content: "";
  border: 1px dashed #CACACA;
  height: 55px;
  width: 1px;
  top: 50%;
  transform: translateY(-50%);
  right: -30px;
  position: absolute;
}
@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-feature__item::after {
    display: none;
  }
}
.tp-feature__item.border-none::after {
  display: none;
}
.tp-feature__shape-1 {
  position: absolute;
  bottom: 20%;
  left: 8%;
  animation: tptranslateX2 4s infinite alternate;
}

.feature-col-2 {
  margin-left: 35px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .feature-col-2 {
    margin-left: 0;
  }
}

.feature-col-3 {
  margin-left: 28px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .feature-col-3 {
    margin-left: 0;
  }
}

.tp-feature-2__thumb-box {
  margin-right: -10px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-feature-2__thumb-box {
    margin-right: 0;
    margin-left: -17px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-feature-2__thumb-box {
    margin-right: 50px;
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .tp-feature-2__thumb-box {
    margin-right: 0;
    margin-bottom: 50px;
  }
}
.tp-feature-2__main-thumb {
  padding-top: 85px;
  padding-bottom: 105px;
}
@media (max-width: 767px) {
  .tp-feature-2__main-thumb {
    position: static;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .tp-feature-2__main-thumb img {
    width: 100%;
  }
}
.tp-feature-2__thumb-1 {
  position: absolute;
  left: 17px;
  top: 0%;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-feature-2__thumb-1 {
    left: 50px;
  }
}
@media (max-width: 767px) {
  .tp-feature-2__thumb-1 {
    position: static;
  }
}
@media (max-width: 767px) {
  .tp-feature-2__thumb-1 img {
    width: 100%;
  }
}
.tp-feature-2__thumb-2 {
  position: absolute;
  left: 17px;
  bottom: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-feature-2__thumb-2 {
    left: 50px;
  }
}
@media (max-width: 767px) {
  .tp-feature-2__thumb-2 {
    position: static;
  }
}
@media (max-width: 767px) {
  .tp-feature-2__thumb-2 img {
    width: 100%;
  }
}
.tp-feature-2__thumb-text {
  position: absolute;
  bottom: 6%;
  left: 17%;
  background-color: var(--tp-common-white);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.04);
  border-radius: 4px;
  transform: rotate(-20.23deg);
  padding: 13px 22px;
}
.tp-feature-2__thumb-text span {
  font-size: 18px;
  font-weight: 400;
  color: var(--tp-common-black);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-feature-2__thumb-text span {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .tp-feature-2__thumb-text span {
    font-size: 14px;
  }
}
.tp-feature-2__thumb-text span b {
  color: var(--tp-common-pink);
  font-size: 25px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-feature-2__thumb-text span b {
    font-size: 19px;
  }
}
@media (max-width: 767px) {
  .tp-feature-2__thumb-text span b {
    font-size: 15px;
  }
}
.tp-feature-2__right-box {
  margin-left: 70px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-feature-2__right-box {
    margin-left: 30px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-feature-2__right-box {
    margin-left: 0;
  }
}
.tp-feature-2__title {
  font-weight: 600;
  font-size: 18px;
  line-height: 23px;
  text-transform: capitalize;
  margin-bottom: 10px;
  position: relative;
}
@media (max-width: 767px) {
  .tp-feature-2__title {
    font-size: 16px;
  }
}
.tp-feature-2__title::after {
  content: "";
  display: inline-block;
  height: 5px;
  width: 5px;
  background-color: var(--tp-common-pink);
  border-radius: 50%;
  margin-left: 10px;
  transform: translateY(-3px);
  transition: 0.3s;
  opacity: 0;
  visibility: hidden;
}
.tp-feature-2__item {
  padding: 20px 30px;
  background-color: var(--tp-common-white);
  position: relative;
  transition: 0.3s;
  margin-bottom: 5px;
}
.tp-feature-2__item:last-child {
  margin-bottom: 0;
}
.tp-feature-2__item.active {
  box-shadow: 0px 7px 22px rgba(0, 0, 0, 0.04);
}
.tp-feature-2__item.active::after {
  opacity: 1;
  visibility: visible;
}
.tp-feature-2__item.active .tp-feature-2__title::after {
  opacity: 1;
  visibility: visible;
  animation: icon-bounce 0.8s ease-out infinite;
}
.tp-feature-2__item:hover {
  box-shadow: 0px 7px 22px rgba(0, 0, 0, 0.04);
}
.tp-feature-2__item:hover::after {
  opacity: 1;
  visibility: visible;
}
.tp-feature-2__item:hover .tp-feature-2__title::after {
  opacity: 1;
  visibility: visible;
  animation: icon-bounce 0.8s ease-out infinite;
}
.tp-feature-2__item::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  height: 44px;
  width: 1px;
  background-color: var(--tp-common-pink);
  border-radius: 50%;
  transform: translateY(-50%);
  transition: 0.3s;
  opacity: 0;
  visibility: hidden;
}
.tp-feature-2__item p {
  font-size: 16px;
  line-height: 29px;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .tp-feature-2__item p {
    font-size: 14px;
  }
}
.tp-feature-2__thumb-shape {
  position: absolute;
  top: 45px;
  left: 77px;
  z-index: -1;
}
.tp-feature-2__shape-1 {
  position: absolute;
  left: 20px;
  top: 0;
  animation: moving 9s linear infinite;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-feature-2__shape-1 {
    left: -3px;
    top: -64px;
  }
}
.tp-feature-2__shape-2 {
  position: absolute;
  right: -4%;
  bottom: -39%;
  animation: tptranslateX2 4s infinite alternate;
  z-index: -1;
}
.tp-feature-2__shape-3 {
  position: absolute;
  left: 9%;
  top: 16%;
  animation: zoom 7s infinite;
}
@media only screen and (min-width: 1600px) and (max-width: 1800px) {
  .tp-feature-2__shape-3 {
    left: 2%;
    top: 20%;
  }
}
.tp-feature-2__shape-4 {
  position: absolute;
  left: 10.7%;
  bottom: 26%;
  animation: tpupdown 0.8s infinite alternate;
}
@media only screen and (min-width: 1600px) and (max-width: 1800px) {
  .tp-feature-2__shape-4 {
    left: 2.7%;
    bottom: 13%;
  }
}

.tp-feature-3__item {
  position: relative;
}
.tp-feature-3__item::after {
  height: 22px;
  width: 1px;
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: #D9D9D9;
}
@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-feature-3__item::after {
    display: none;
  }
}
.tp-feature-3__item.item-border-4::after {
  display: none;
}
.tp-feature-3__item.item-border-3::after {
  right: -42px;
}
.tp-feature-3__icon {
  margin-right: 18px;
}
.tp-feature-3__text h5 {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  text-transform: capitalize;
  color: #09052F;
  font-family: var(--tp-ff-heading);
  margin-bottom: 5px;
}
.tp-feature-3__text span {
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  font-family: "Jost", sans-serif;
}
@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-feature-3__text span {
    font-size: 13px;
  }
}
.tp-feature-3__plr {
  background: #FFFFFF;
  box-shadow: 0px 17px 27px rgba(0, 0, 0, 0.04);
  margin: 0 305px;
  padding: 35px 40px;
}
@media only screen and (min-width: 1600px) and (max-width: 1800px) {
  .tp-feature-3__plr {
    margin: 0 100px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-feature-3__plr {
    margin: 0 50px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-feature-3__plr {
    margin: 0px;
  }
}
@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-feature-3__plr {
    margin: 0px;
    padding: 35px 15px;
  }
}

.feature-col-6 {
  margin-left: 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) {
  .feature-col-6 {
    margin-left: 0px;
  }
}

.feature-col-7 {
  margin-left: 50px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .feature-col-7 {
    margin-left: 42px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .feature-col-7 {
    margin-left: 0px;
  }
}

.feature-col-8 {
  margin-left: 70px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .feature-col-8 {
    margin-left: 40px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .feature-col-8 {
    margin-left: 0px;
  }
}

.tp-feature-top-4__title {
  color: var(--tp-common-black);
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 27px;
  text-transform: capitalize;
  padding: 0 15px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-feature-top-4__title {
    font-size: 17px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-feature-top-4__title {
    font-size: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-feature-top-4__title {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .tp-feature-top-4__title {
    font-size: 15px;
    padding: 0 65px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-feature-top-4__title {
    font-size: 15px;
    padding: 0 45px;
  }
}
.tp-feature-top-4__item span {
  padding-bottom: 20px;
  display: inline-block;
}
.tp-feature-top-4__item span svg {
  width: 58px;
  height: 58px;
}
.tp-feature-top-4__border {
  position: relative;
}
.tp-feature-top-4__border::after {
  content: "";
  width: 1080px;
  height: 1px;
  background: rgba(217, 217, 217, 0.31);
  position: absolute;
  left: 9%;
  top: 32px;
  z-index: -1;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-feature-top-4__border::after {
    width: 900px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-feature-top-4__border::after {
    width: 790px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-feature-top-4__border::after {
    display: none;
  }
}

.tp-feature-4__content {
  position: absolute;
  bottom: 40px;
  left: 25px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-feature-4__content {
    bottom: 25px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-feature-4__content {
    bottom: 20px;
    left: 20px;
  }
}
@media (max-width: 767px) {
  .tp-feature-4__content {
    bottom: 20px;
    left: 20px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-feature-4__content {
    bottom: 40px;
    left: 40px;
  }
}
.tp-feature-4__content span {
  color: #FF000F;
  font-family: var(--tp-ff-heading);
  font-size: 13px;
  font-weight: 400;
  text-transform: uppercase;
  padding-bottom: 17px;
  display: inline-block;
}
.tp-feature-4__title {
  font-family: var(--tp-ff-heading);
  color: var(--tp-common-black);
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
  padding-bottom: 40px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-feature-4__title {
    font-size: 16px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-feature-4__title {
    font-size: 15px;
    padding-bottom: 20px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-feature-4__title {
    font-size: 18px;
    padding-bottom: 40px;
  }
}
.tp-feature-4__thumb img {
  width: 100%;
}

.tp-feature-5__space {
  padding-top: 54px;
  padding-bottom: 80px;
}
.tp-feature-5__item-box {
  padding: 31px 15px;
  border-right: 1px solid #E7F1FE;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-feature-5__item-box {
    border: none;
  }
}
@media only screen and (min-width: 1600px) and (max-width: 1800px), only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-feature-5__item-box {
    padding: 31px 9px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-feature-5__item-box {
    padding: 31px 0px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-feature-5__item-box {
    padding: 31px 9px;
  }
}
.tp-feature-5__item-box.border-none {
  border-right: none;
}
.tp-feature-5__border {
  border: 1px solid #E7F1FE;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-feature-5__border {
    border: none;
  }
}
@media only screen and (min-width: 1600px) and (max-width: 1800px) {
  .tp-feature-5__area .tp-feature-3__icon {
    margin-right: 16px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-feature-5__area .tp-feature-3__icon {
    margin-right: 13px;
  }
}
@media only screen and (min-width: 1600px) and (max-width: 1800px) {
  .tp-feature-5__area .tp-feature-3__icon h5 {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1600px) and (max-width: 1800px) {
  .tp-feature-5__area .tp-feature-3__icon span {
    font-size: 12px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-feature-5__area .tp-feature-3__text span {
    font-size: 14px;
  }
}

/*----------------------------------------*/
/*  03. about css start 
/*----------------------------------------*/
.tp-about__space {
  padding-top: 5cqi;
  padding-bottom: 50px;
}
.tp-about__section-box {
  padding-bottom: 35px;
}
.tp-about__section-box p {
  margin-bottom: 0;
  line-height: 32px;
  font-size: 18px;
  padding-right: 180px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-about__section-box p {
    padding-right: 20px;
    font-size: 16px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-about__section-box p {
    font-size: 14px;
    padding-right: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-about__section-box p {
    font-size: 14px;
    padding-right: 0;
  }
}
.tp-about__item-wrap {
  margin-left: 31px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-about__item-wrap {
    margin-left: 20px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-about__item-wrap {
    margin-left: 0px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-about__item-wrap {
    margin-left: 0px;
  }
}
.tp-about__title-sm {
  font-weight: 500;
  font-size: 16px;
}
.tp-about__icon {
  margin-right: 15px;
}
.tp-about__text p {
  font-size: 13px;
  line-height: 20px;
  font-weight: 400;
  padding-right: 30px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-about__text p {
    padding-right: 40px;
  }
}
@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__text p {
    padding-right: 10px;
  }
}
.tp-about__list-box ul li {
  position: relative;
  padding-left: 30px;
  font-size: 15px;
}
.tp-about__list-box ul li:not(:last-child) {
  padding-bottom: 18px;
}
.tp-about__list-box ul li span {
  position: absolute;
  top: -3px;
  left: 0;
}
.tp-about__item-box {
  padding-bottom: 30px;
  padding-right: 105px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-about__item-box {
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .tp-about__item-box {
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-about__item-box {
    flex-wrap: nowrap;
  }
}
.tp-about__thumb-box {
  margin-left: -115px;
  position: relative;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-about__thumb-box {
    margin-left: -85px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-about__thumb-box {
    margin-left: 0px;
  }
}
@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__thumb-box {
    margin-left: 0px;
    margin-bottom: 70px;
  }
}
.tp-about__thumb img {
  max-width: inherit;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-about__thumb img {
    max-width: 100%;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-about__thumb img {
    max-width: 100%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-about__thumb img {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .tp-about__thumb img {
    max-width: 100%;
  }
}
.tp-about__thumb-text-box {
  position: absolute;
  right: 144px;
  bottom: -6px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.04);
  border-radius: 4px;
  background-color: #fff;
  padding: 11px 13px;
  z-index: 11;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-about__thumb-text-box {
    right: 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-about__thumb-text-box {
    right: 85px;
    bottom: -35px;
  }
}
@media (max-width: 767px) {
  .tp-about__thumb-text-box {
    right: 20px;
    bottom: -35px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-about__thumb-text-box {
    right: 110px;
    bottom: -6px;
  }
}
@media only screen and (min-width: 440px) and (max-width: 575px) {
  .tp-about__thumb-text-box {
    right: 70px;
  }
}
.tp-about__thumb-text {
  border: 1px dashed rgba(0, 0, 0, 0.16);
  border-radius: 3px;
  padding: 13px 22px;
}
.tp-about__thumb-text span {
  font-size: 18px;
  font-weight: 400;
  color: var(--tp-common-black);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-about__thumb-text span {
    font-size: 15px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-about__thumb-text span {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .tp-about__thumb-text span {
    font-size: 14px;
  }
}
.tp-about__thumb-text span b {
  color: var(--tp-theme-2);
  font-size: 25px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-about__thumb-text span b {
    font-size: 20px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-about__thumb-text span b {
    font-size: 19px;
  }
}
@media (max-width: 767px) {
  .tp-about__thumb-text span b {
    font-size: 15px;
  }
}
.tp-about__shape-1 {
  position: absolute;
  bottom: 5px;
  left: 80px;
}
.tp-about__shape-2 {
  position: absolute;
  top: 11%;
  left: 15%;
  animation: tpswing 1s forwards infinite alternate;
}
.tp-about__shape-3 {
  position: absolute;
  bottom: 12%;
  left: 20%;
  z-index: -1;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-about__shape-3 img {
    max-width: 80%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-about__shape-3 img {
    max-width: 95%;
  }
}
@media (max-width: 767px) {
  .tp-about__shape-3 img {
    max-width: 90%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-about__shape-3 {
    bottom: -4%;
    left: 5%;
    z-index: -1;
  }
}
@media (max-width: 767px) {
  .tp-about__shape-3 {
    bottom: 4%;
    left: 5%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-about__shape-3 {
    left: 11%;
  }
}
.tp-about__shape-4 {
  position: absolute;
  top: 9%;
  right: 17%;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-about__shape-4 {
    right: 11%;
  }
}
.tp-about__shape-5 {
  position: absolute;
  top: 34%;
  left: 17%;
}
.tp-about__shape-6 {
  position: absolute;
  bottom: 8%;
  right: 6%;
  z-index: -1;
  animation: zoom 7s infinite;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-about__shape-6 {
    right: 0%;
  }
}
.tp-about__shape-7 {
  position: absolute;
  bottom: 13%;
  right: -3%;
  z-index: -1;
}
.tp-about__shape-8 {
  position: absolute;
  left: 10%;
  bottom: 21%;
  animation: moving 9s linear infinite;
}
.tp-about__shape-9 {
  position: absolute;
  right: 0;
  bottom: 0%;
  z-index: -1;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-about__shape-9 {
    display: none;
  }
}


/*----------------------------------------*/
/*  26. work css start 
/*----------------------------------------*/
.tp-work-2__blue-bg {
  background: linear-gradient(116.21deg, #683DFB 15.24%, #5A9AF6 76.79%, #7101FF 100%);
}
.tp-work-2__form {
  padding-top: 70px;
}
.tp-work-2__form form input {
  border-bottom: 1px solid var(--tp-common-white);
  background-color: transparent;
  color: var(--tp-common-white);
  font-size: 18px;
  font-family: "Syne", sans-serif;
  padding-left: 45px;
  padding-right: 130px;
  text-transform: capitalize;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-work-2__form form input {
    font-size: 15px;
  }
}
.tp-work-2__form form input::-webkit-input-placeholder {
  color: var(--tp-common-white);
}
.tp-work-2__form form input:-moz-placeholder {
  color: var(--tp-common-white);
}
.tp-work-2__form form input::-moz-placeholder {
  color: var(--tp-common-white);
}
.tp-work-2__form form input:-ms-input-placeholder {
  color: var(--tp-common-white);
}
.tp-work-2__icon {
  position: absolute;
  bottom: 21px;
  left: 3px;
  margin-right: 45px;
}
.tp-work-2__icon::after {
  margin-left: 8px;
  height: 12px;
  width: 1px;
  background-color: var(--tp-common-white);
  content: "";
  display: inline-block;
}
.tp-work-2__icon span {
  color: var(--tp-common-white);
  font-size: 18px;
}
.tp-work-2__btn {
  position: absolute;
  right: 0;
  bottom: 21px;
}
.tp-work-2__btn button {
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: var(--tp-common-white);
  font-family: "Syne", sans-serif;
  text-transform: capitalize;
}
.tp-work-2__btn button svg {
  display: inline-block;
  margin-left: 10px;
  font-size: 18px;
  transform: translateY(-2px);
}
.tp-work-2__thumb {
  position: relative;
  overflow: hidden;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-work-2__thumb {
    width: 100%;
  }
}
.tp-work-2__thumb img {
  transition: 0.6s;
}
.tp-work-2__thumb:hover img {
  transform: scale(1.2) rotate(-3deg);
}
.tp-work-2__thumb:hover .tp-work-2__thumb-text {
  transform: scale(1, 1);
  opacity: 1;
  visibility: visible;
}
.tp-work-2__thumb-text {
  position: absolute;
  bottom: 90px;
  left: 50px;
  padding: 6px 15px;
  padding-right: 40px;
  background: #161b40;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  transform: scale(1, 0.3);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-work-2__thumb-text {
    bottom: 70px;
    left: 30px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-work-2__thumb-text {
    bottom: 60px;
    left: 20px;
  }
}
@media (max-width: 767px) {
  .tp-work-2__thumb-text {
    bottom: 50px;
    left: 20px;
  }
}
.tp-work-2__thumb-text span {
  font-weight: 600;
  font-size: 27px;
  font-family: "Syne", sans-serif;
  text-transform: capitalize;
  color: var(--tp-common-white);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-work-2__thumb-text span {
    font-size: 21px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-work-2__thumb-text span {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .tp-work-2__thumb-text span {
    font-size: 15px;
  }
}
.tp-work-2__thumb-text span img {
  margin-right: 5px;
  display: inline-flex;
}
.tp-work-2__thumb-text-2 {
  position: absolute;
  top: 100%;
  left: 0;
  padding: 3px 20px;
  background: #c0fe2d;
}
.tp-work-2__thumb-text-2 span {
  text-transform: capitalize;
  color: #181717;
  font-weight: 600;
  font-size: 20px;
  font-family: "Syne", sans-serif;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-work-2__thumb-text-2 span {
    font-size: 17px;
  }
}
@media (max-width: 767px) {
  .tp-work-2__thumb-text-2 span {
    font-size: 14px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-work-2__thumb-box {
    flex-wrap: wrap;
  }
}


/*----------------------------------------*/
/*  11. choose css start 
/*----------------------------------------*/
.tp-choose-3__sub-thumb-1 {
  position: absolute;
  top: -105px;
  right: 0;
  z-index: 2;
  transition: all 4s cubic-bezier(0.2, 0.8, 0.2, 1) 0s !important;
}
.tp-choose-3__sub-thumb-1:hover {
  transform: translate(-20px, -30px);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-choose-3__sub-thumb-1 {
    right: 30px;
  }
}
@media (max-width: 767px) {
  .tp-choose-3__sub-thumb-1 {
    position: static;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .tp-choose-3__sub-thumb-1 img {
    width: 100%;
  }
}
.tp-choose-3__sub-thumb-2 {
  position: absolute;
  top: -170px;
  left: 55px;
  transition: all 4s cubic-bezier(0.2, 0.8, 0.2, 1) 0s !important;
}
.tp-choose-3__sub-thumb-2:hover {
  transform: translate(-20px, -30px);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-choose-3__sub-thumb-2 {
    left: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-choose-3__sub-thumb-2 {
    left: 90px;
  }
}
@media (max-width: 767px) {
  .tp-choose-3__sub-thumb-2 {
    position: static;
  }
}
@media (max-width: 767px) {
  .tp-choose-3__sub-thumb-2 img {
    width: 100%;
  }
}
.tp-choose-3__main-thumb {
  margin-left: 180px;
  position: relative;
  z-index: 1;
  display: inline-block;
  transition: all 4s cubic-bezier(0.2, 0.8, 0.2, 1) 0s !important;
}
@media (max-width: 767px) {
  .tp-choose-3__main-thumb {
    width: 100%;
  }
}
.tp-choose-3__main-thumb img {
  width: 100%;
}
.tp-choose-3__main-thumb:hover {
  transform: translate(-20px, -30px);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-choose-3__main-thumb {
    margin-left: 120px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-choose-3__main-thumb {
    margin-left: 0;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .tp-choose-3__main-thumb {
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .tp-choose-3__main-thumb img {
    width: 100%;
  }
}
.tp-choose-3__shape-1 {
  position: absolute;
  top: -200px;
  right: 55px;
  z-index: -1;
  animation: zoom 7s infinite;
}
.tp-choose-3__shape-2 {
  position: absolute;
  bottom: 130px;
  left: 21%;
  animation: moving 9s linear infinite;
}
.tp-choose-3__shape-3 {
  position: absolute;
  bottom: 40px;
  right: 15%;
  animation: tpupdown 0.8s infinite alternate;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-choose-3__content {
    margin-bottom: 240px;
  }
}
@media (max-width: 767px) {
  .tp-choose-3__content {
    margin-bottom: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-choose-3__thumb-box {
    text-align: center;
  }
}

.tp-choose-5__space {
  padding-top: 120px;
}
@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-choose-5__space {
    padding-bottom: 100px;
  }
}
.tp-choose-5__area .tp-choose-3__content {
  margin-left: 60px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-choose-5__area .tp-choose-3__content {
    margin-left: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-choose-5__area .tp-choose-3__content {
    margin-left: 0;
    margin-bottom: 40px;
  }
}
.tp-choose-5__area .tp-service-2__list-box-2 {
  margin-right: 35px;
}
.tp-choose-5__area .tp-service-2__list-box-2 {
  margin-right: 35px;
}
@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-choose-5__area .tp-service-2__list-box-2 {
    margin-right: 0;
  }
}
.tp-choose-5__area .tp-service-2__text p {
  padding-right: 60px;
  color: #707481;
}
@media (max-width: 767px) {
  .tp-choose-5__area .tp-service-2__text p {
    padding-right: 0;
    font-size: 14px;
  }
}
.tp-choose-5__main-thumb {
  position: relative;
  z-index: 1;
}
.tp-choose-5__thumb-box {
  margin-left: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-choose-5__thumb-box {
    margin-left: 0;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .tp-choose-5__thumb-box {
    margin-left: 0;
    text-align: center;
  }
}
.tp-choose-5__shape-1 {
  position: absolute;
  top: 15%;
  left: 13%;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-choose-5__shape-1 {
    display: none;
  }
}
.tp-choose-5__shape-2 {
  position: absolute;
  top: 55%;
  left: 44%;
  z-index: 2;
  animation: tptranslateY2 4s infinite alternate;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-choose-5__shape-2 {
    display: none;
  }
}
.tp-choose-5__shape-3 {
  position: absolute;
  top: 27%;
  left: 4%;
  animation: tptranslateX2 4s infinite alternate;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-choose-5__shape-3 {
    left: 1%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-choose-5__shape-3 {
    display: none;
  }
}
.tp-choose-5__shape-4 {
  position: absolute;
  bottom: 14%;
  right: 27%;
  animation: moving 9s linear infinite;
  z-index: 2;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-choose-5__shape-4 {
    right: 20%;
  }
}
@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-choose-5__shape-4 {
    display: none;
  }
}

.tp-choose-6__icon {
  margin-bottom: 30px;
}
.tp-choose-6__icon span {
  position: relative;
  display: inline-block;
  color: var(--tp-common-purple-2);
}
.tp-choose-6__icon span svg {
  transition: all 0.3s ease-out 0s;
}
.tp-choose-6__icon span::after {
  height: 47px;
  width: 47px;
  border-radius: 50%;
  background-color: rgba(115, 92, 252, 0.07);
  position: absolute;
  right: -12px;
  top: 0;
  content: "";
}
.tp-choose-6__area{
  padding-top: 20px;
  padding-bottom: 50px;
}
.tp-choose-6__title {
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  text-transform: capitalize;
  margin-bottom: 25px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-choose-6__title {
    font-size: 19px;
  }
}
.tp-choose-6__content p {
  font-size: 16px;
  font-weight: 500;
  line-height: 29px;
  margin-bottom: 0;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-choose-6__content p {
    font-size: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-choose-6__content p {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .tp-choose-6__content p {
    font-size: 13px;
  }
}
.tp-choose-6__item {
  padding: 55px 35px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-choose-6__item {
    padding: 55px 28px;
  }
}
.tp-choose-6__item:hover .tp-choose-6__icon span svg {
  animation: icon-bounce 0.8s 1;
}
.tp-choose-6__item-wrap {
  background: #FFF;
  box-shadow: 0px 4px 17px 0px rgba(0, 0, 0, 0.08);
  height: 350px;
}
.tp-choose-6__item-wrap .wcu-icon .bi::before{
  font-size: 35px;
  color: #161b40;
  vertical-align: 0.7em;
}
.tp-choose-6__item-wrap.space {
  margin-top: 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-choose-6__item-wrap.space {
    margin-top: 0;
  }
}

/*----------------------------------------*/
/*  04. banner css start 
/*----------------------------------------*/
.tp-banner__left-box {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 50px 55px;
  padding-right: 0;
  padding-bottom: 35px;
}
@media (max-width: 767px) {
  .tp-banner__left-box {
    padding: 50px 30px;
  }
}
.tp-banner__content {
  position: relative;
  z-index: 11;
}
.tp-banner__content.color p {
  color: var(--tp-common-green);
}
.tp-banner__content p {
  color: var(--tp-common-white);
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 0;
  padding-bottom: 12px;
}
.tp-banner__content span {
  color: var(--tp-common-white);
  font-family: var(--tp-common-white);
  font-size: 16px;
  font-weight: 400;
  display: block;
  padding-bottom: 25px;
}
.tp-banner__content span strong {
  color: #FF8617;
  padding-left: 5px;
}
.tp-banner__title {
  color: var(--tp-common-white);
  font-size: 36px;
  font-weight: 500;
  line-height: 32.4px;
  text-transform: capitalize;
  padding-bottom: 10px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-banner__title {
    font-size: 32px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-banner__title {
    font-size: 30px;
  }
}
.tp-banner__title-2 {
  color: var(--tp-common-white);
  font-size: 30px;
  font-weight: 500;
  line-height: 32.4px;
  text-transform: capitalize;
  padding-bottom: 10px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-banner__title-2 {
    font-size: 27px;
  }
}
@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-banner__title-2 {
    font-size: 25px;
  }
}
.tp-banner__right-box {
  background-color: #F3ECEA;
  padding: 50px 35px;
  padding-right: 0;
  padding-bottom: 35px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 767px) {
  .tp-banner__right-box {
    padding: 50px 30px;
  }
}

.tp-banner-2__bg {
  position: relative;
}
.tp-banner-2__bg::after {
  content: "";
  height: 135px;
  width: 100%;
  background-color: var(--tp-grey-2);
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.tp-banner-2__item {
  padding-top: 70px;
  padding-left: 50px;
  padding-bottom: 55px;
  border-radius: 16px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), (max-width: 767px) {
  .tp-banner-2__item {
    padding: 35px 0;
    padding-left: 50px;
  }
}
@media (max-width: 767px) {
  .tp-banner-2__item {
    padding-left: 30px;
  }
}
.tp-banner-2__item.gradiant .tp-banner__content {
  margin-left: 300px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-banner-2__item.gradiant .tp-banner__content {
    margin-left: 200px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-banner-2__item.gradiant .tp-banner__content {
    margin-left: 150px;
  }
}
@media (max-width: 767px) {
  .tp-banner-2__item.gradiant .tp-banner__content {
    margin-left: 0px;
  }
}


/*----------------------------------------*/
/*  12. contact css start 
/*----------------------------------------*/
.tp-contact-3__contact-list ul li {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #EBEDF5;
  display: block;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-contact-3__contact-list ul li {
    display: block;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-contact-3__contact-list ul li {
    display: block;
  }
}
.tp-contact-3__contact-item span {
  display: inline-block;
  margin-right: 20px;
  transform: translateY(-3px);
}
.tp-contact-3__contact-item span .bi{
  color: #161b40;
  font-size: 35px;
}
@media (max-width: 767px) {
  .tp-contact-3__contact-item span {
    margin-right: 10px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-contact-3__contact-item span svg {
    width: 35px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-contact-3__contact-item span svg {
    width: 33px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-contact-3__contact-item span svg {
    width: 31px;
  }
}
@media (max-width: 767px) {
  .tp-contact-3__contact-item span svg {
    width: 27px;
  }
}
.tp-contact-3__contact-item a {
  color: var(--tp-common-black);
  font-size: 24px;
  font-weight: 500;
  display: inline-block;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-contact-3__contact-item a {
    font-size: 23px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-contact-3__contact-item a {
    font-size: 21px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-contact-3__contact-item a {
    font-size: 21px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-contact-3__contact-item a {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .tp-contact-3__contact-item a {
    font-size: 17px;
  }
}
.tp-contact-3__address-item h5 {
  font-size: 24px;
  font-weight: 500;
  text-transform: capitalize;
  padding-bottom: 10px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-contact-3__address-item h5 {
    font-size: 22px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-contact-3__address-item h5 {
    font-size: 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-contact-3__address-item h5 {
    font-size: 21px;
  }
}
.tp-contact-3__address-item h5 span {
  display: inline-block;
  transform: translateY(-2px);
  margin-left: 10px;
}
.tp-contact-3__address-item p {
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-contact-3__address-item p {
    font-size: 16px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-contact-3__address-item p {
    font-size: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-contact-3__address-item p {
    font-size: 14px;
  }
}
.tp-contact-3__address-info ul li {
  display: inline-block;
}
.tp-contact-3__address-info ul li:first-child {
  padding-right: 45px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-contact-3__address-info ul li:first-child {
    padding-right: 160px;
  }
}
.tp-contact-3__form-box {
  background-color: var(--tp-common-white);
  padding: 60px 45px;
  padding-bottom: 85px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-contact-3__form-box {
    padding: 60px 35px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-contact-3__form-box {
    padding: 50px 25px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-contact-3__form-box {
    padding: 50px 25px;
  }
}
@media (max-width: 767px) {
  .tp-contact-3__form-box {
    padding: 50px 15px;
  }
}
.tp-contact-3__input input {
  color: rgba(20, 33, 43, 0.8);
  font-size: 18px;
  font-family: var(--tp-ff-heading);
  font-weight: 400;
  border-bottom: 1px solid #EBEDF5;
  padding-left: 0;
  margin-bottom: 55px;
}
.tp-contact-3__input input:focus {
  border-color: var(--tp-theme-2);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-contact-3__input input {
    font-size: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-contact-3__input input {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .tp-contact-3__input input {
    font-size: 14px;
  }
}
.tp-contact-3__textarea textarea {
  color: rgba(20, 33, 43, 0.8);
  font-size: 18px;
  font-family: var(--tp-ff-heading);
  font-weight: 400;
  width: 100%;
  resize: none;
  padding-left: 0;
  height: 175px;
  padding-top: 5px;
  border-bottom: 1px solid #EBEDF5;
  line-height: 30px;
  margin-bottom: 30px;
  text-transform: capitalize;
}
.tp-contact-3__textarea textarea:focus {
  border-color: var(--tp-theme-2);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-contact-3__textarea textarea {
    font-size: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-contact-3__textarea textarea {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .tp-contact-3__textarea textarea {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .tp-contact-3__comment-agree {
    padding-right: 0;
  }
}
.tp-contact-3__comment-agree .form-check-label {
  font-size: 15px;
  font-family: var(--tp-ff-heading);
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  color: var(--tp-common-black);
}
@media (max-width: 767px) {
  .tp-contact-3__comment-agree .form-check-label {
    padding-top: 10px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-contact-3__comment-agree .form-check-label {
    font-size: 12px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-contact-3__comment-agree .form-check-label {
    padding-top: 0px;
  }
}
.tp-contact-3__comment-agree .form-check-label:hover {
  cursor: pointer;
}
.tp-contact-3__comment-agree .form-check-label span {
  color: var(--tp-theme-2);
}
.tp-contact-3__comment-agree input {
  height: 17px;
  width: 16px;
  transform: translateY(2px);
  margin-right: 12px;
  color: #949392;
}
.tp-contact-3__comment-agree .form-check-input:checked {
  background-color: var(--tp-theme-2);
  border-color: transparent;
}
.tp-contact-3__comment-agree .form-check-input:focus {
  box-shadow: none;
}
.tp-contact-3__comment-agree .form-check-input.form-check-input[type=checkbox] {
  border-radius: 2px;
  margin-top: 4px;
}
.tp-contact-3__left-box {
  padding-top: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-contact-3__left-box {
    margin-bottom: 50px;
  }
}



/*----------------------------------------*/
/*  27. footer css start 
/*----------------------------------------*/


.tp-footer-2__bg {
  background: #161b40;
}
.tp-footer-2__top-text {
  position: absolute;
  top: 0;
  left: 50%;
}
.tp-footer-2__top-text span {
  transform: rotate(-18.85deg);
  color: var(--tp-common-white);
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  display: inline-block;
}
.tp-footer-2__form {
  position: relative;
  margin-right: -75px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-footer-2__form {
    margin-right: -20px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-footer-2__form {
    margin-right: 0;
  }
}
.tp-footer-2__form input {
  background: #F5F5F8;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.04);
  border-radius: 50px;
  font-size: 16px;
  font-family: var(--tp-ff-heading);
  width: 100%;
  padding-left: 55px;
  padding-right: 170px;
  height: 70px;
  line-height: 70px;
}
@media (max-width: 767px) {
  .tp-footer-2__form input {
    font-size: 14px;
  }
}
.tp-footer-2__form button {
  position: absolute;
  top: 50%;
  right: 7px;
  transform: translateY(-50%);
}
.tp-footer-2__form button span {
  height: 44px;
  width: 44px;
  border-radius: 50%;
  background-color: var(--tp-common-purple);
  display: inline-block;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tp-footer-2__input-icon {
  position: absolute;
  top: 47%;
  left: 27px;
  transform: translateY(-50%);
}
.tp-footer-2__top-title {
  font-weight: 600;
  font-size: 32px;
  line-height: 46px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #FFFFFF;
  font-family: var(--tp-ff-heading);
  margin-bottom: 0;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-footer-2__top-title {
    font-size: 26px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-footer-2__top-title {
    font-size: 26px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-footer-2__top-title {
    font-size: 22px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-footer-2__top-title {
    font-size: 20px;
    line-height: 36px;
  }
}
@media (max-width: 767px) {
  .tp-footer-2__top-title {
    line-height: 36px;
    font-size: 18px;
  }
}
.tp-footer-2__top-box {
  margin-left: 50px;
}
@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-footer-2__top-box {
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .tp-footer-2__top-box {
    margin-left: 0;
    margin-bottom: 30px;
  }
}
.tp-footer-2__border {
  padding-bottom: 35px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.04);
  position: relative;
}
.tp-footer-2__shape-1 {
  position: absolute;
  top: 1%;
  left: -6%;
}
.tp-footer-2__ptb {
  padding-top: 75px;
  padding-bottom: 35px;
}
.tp-footer-2__contact-list a {
  font-weight: 400;
  font-size: 18px;
  line-height: 16px;
  font-family: var(--tp-ff-heading);
  color: var(--tp-common-white);
  display: block;
  margin-bottom: 20px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-footer-2__contact-list a {
    font-size: 16px;
  }
}
@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-footer-2__contact-list a {
    font-size: 15px;
  }
}
.tp-footer-2__contact-list a:last-child {
  margin-bottom: 25px;
}
.tp-footer-2__social-box a {
  font-size: 18px;
  color: var(--tp-common-white);
  transition: 0.3s;
  padding-right: 25px;
}
.tp-footer-2__social-box a:hover {
  color: var(--tp-common-purple);
}
.tp-footer-2__logo {
  margin-bottom: 15px;
  width: 110px;
  height: auto;
}
.tp-footer-2__widget-title {
  font-weight: 500;
  font-size: 22px;
  line-height: 28px;
  text-transform: capitalize;
  color: #FFFFFF;
  font-family: var(--tp-ff-heading);
  margin-bottom: 29px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-footer-2__widget-title {
    font-size: 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-footer-2__widget-title {
    font-size: 19px;
  }
}
.tp-footer-2__list ul li:not(:last-child) {
  padding-bottom: 20px;
}
.tp-footer-2__list ul li a {
  font-weight: 500;
  font-size: 16px;
  color: #FFFFFF;
  transition: 0.3s;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-footer-2__list ul li a {
    font-size: 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-footer-2__list ul li a {
    font-size: 14px;
  }
}
.tp-footer-2__list ul li a:hover {
  color: var(--tp-common-purple);
}
.tp-footer-2__location {
  padding-top: 5px;
  margin-bottom: 10px;
}
.tp-footer-2__location iframe {
  width: 100%;
  height: 147px;
}
.tp-footer-2__text p {
  color: var(--tp-common-white);
  font-weight: 500;
  font-size: 16px;
  line-height: 29px;
  padding-bottom: 5px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-footer-2__text p {
    font-size: 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-footer-2__text p {
    font-size: 14px;
  }
}
.tp-footer-2__text svg {
  margin-right: 5px;
}
.tp-footer-2__text span {
  font-weight: 400;
  font-size: 15px;
  line-height: 19px;
  text-decoration-line: underline;
  text-transform: capitalize;
  color: #FFFFFF;
  font-family: var(--tp-ff-heading);
}
@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-footer-2__text span {
    font-size: 13px;
  }
}
@media (max-width: 767px) {
  .tp-footer-2__text span {
    font-size: 12px;
  }
}
.tp-footer-2__text span strong {
  color: #DD1D26;
  text-transform: capitalize;
  text-decoration-line: underline;
}



.footer-col-2 {
  margin-left: 50px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .footer-col-2 {
    margin-left: 0;
  }
}

.footer-col-3 {
  margin-left: 100px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .footer-col-3 {
    margin-left: 0;
  }
}

.footer-col-4 {
  margin-left: 50px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .footer-col-4 {
    margin-left: 0;
  }
}

.footer-col-6 {
  margin-left: 33px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .footer-col-6 {
    margin-left: 0;
  }
}

.footer-col-9 {
  margin-right: -11px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .footer-col-9 {
    margin-right: 0;
  }
}

.footer-col-10 {
  margin-left: 55px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer-col-10 {
    margin-left: 25px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .footer-col-10 {
    margin-left: 0;
  }
}

.footer-col-11 {
  margin-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) {
  .footer-col-11 {
    margin-left: 0;
  }
}

.footer-col-12 {
  margin-left: 65px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .footer-col-12 {
    margin-left: 0;
  }
}

.footer-col-14 {
  margin-left: 40px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .footer-col-14 {
    margin-left: 26px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .footer-col-14 {
    margin-left: 0;
  }
}

.footer-col-15 {
  margin-left: 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) {
  .footer-col-15 {
    margin-left: 0;
  }
}

.footer-col-16 {
  margin-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) {
  .footer-col-16 {
    margin-left: 0;
  }
}

/*-- copyright css start --*/

.tp-copyright__text-2 {
  margin-left: 10px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-copyright__text-2 {
    text-align: end;
    margin-left: 0;
  }
}
.tp-copyright__text-2 span {
  font-weight: 500;
  font-size: 16px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-copyright__text-2 span {
    font-size: 15px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-copyright__text-2 span {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .tp-copyright__text-2 span {
    font-size: 13px;
  }
}
.tp-copyright__text-2 span i {
  font-style: normal;
  color: var(--tp-common-black);
}
.tp-copyright__text-2 a {
  font-weight: 500;
  font-size: 16px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-copyright__text-2 a {
    font-size: 15px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-copyright__text-2 a {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .tp-copyright__text-2 a {
    font-size: 12px;
  }
}
.tp-copyright__text-2 a i {
  font-style: normal;
  color: var(--tp-common-black);
}
.tp-copyright__lang {
  position: relative;
}
.tp-copyright__lang > ul > li {
  list-style-type: none;
}
.tp-copyright__lang > ul > li > a {
  font-weight: 500;
  font-size: 13px;
  font-family: var(--tp-ff-heading);
  display: inline-block;
  background-color: var(--tp-common-purple);
  color: var(--tp-common-white);
  box-shadow: 0px 1px 2px rgba(1, 16, 61, 0.1);
  border-radius: 4px;
  width: 135px;
  height: 36px;
  line-height: 36px;
  text-align: center;
}
.tp-copyright__lang > ul > li > a span {
  margin-left: 5px;
}
.tp-copyright__lang > ul > li ul.tp-copyright__lang-submenu {
  position: absolute;
  bottom: 130%;
  left: 0px;
  z-index: 9;
  transition: all 0.3s ease-out 0s;
  opacity: 0;
  visibility: hidden;
  background-color: var(--tp-common-white);
  padding: 12px 22px;
  box-shadow: 0 30px 70px 6px rgba(11, 6, 70, 0.08);
  width: 100%;
}
.tp-copyright__lang > ul > li ul.tp-copyright__lang-submenu.open {
  opacity: 1;
  visibility: visible;
  bottom: 104%;
}
.tp-copyright__lang > ul > li ul.tp-copyright__lang-submenu > li {
  list-style-type: none;
  padding-bottom: 5px;
}
.tp-copyright__lang > ul > li ul.tp-copyright__lang-submenu > li a {
  border-radius: 0;
  font-size: 13px;
  transition: 0.3s;
}
.tp-copyright__lang > ul > li ul.tp-copyright__lang-submenu > li a:hover {
  color: var(--tp-theme-2);
}
.tp-copyright__lang > ul > li ul.tp-copyright__lang-submenu > li:last-child {
  margin-bottom: 0;
}

.tp-copyright-2__bdr {
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  padding: 31px 0;
}
@media (max-width: 767px) {
  .tp-copyright-2__bdr {
    padding: 15px 0;
  }
}
.tp-copyright-2__text span {
  font-size: 18px;
  line-height: 23px;
  font-family: var(--tp-ff-heading);
  color: var(--tp-common-white);
}
.tp-copyright-2__text span strong {
  color: #735CFC;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-copyright-2__text span {
    font-size: 17px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-copyright-2__text span {
    font-size: 16px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-copyright-2__text span {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .tp-copyright-2__text span {
    font-size: 14px;
  }
}
