@charset "UTF-8";
/*-----------------------------------------------------------------------------------

    Theme Name: Template Name – HTML5 Template
    Author: Theme Pure
    Support: basictheme@gmail.com
    Description: Template Name  – HTML5 Template
    Version: 1.0

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

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

    01. THEME DEFAULT CSS
	01. about CSS START
	02. blog CSS START
	03. brand CSS START
	04. brand CSS START
**********************************************/
/*----------------------------------------*/
/*  01. THEME DEFAULT CSS START
/*----------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;700&display=swap" rel="stylesheet');
:root {
  /**
  @font family declaration
  */
  --tp-ff-body: 'DM Sans', sans-serif;
  --tp-ff-heading: 'DM Sans', sans-serif;
  --tp-ff-p: 'DM Sans', sans-serif;
  --tp-ff-fontawesome: Font Awesome 5 Pro;
  /**
  @color declaration
  */
  --tp-common-white: #ffffff;
  --tp-common-black: #292930;
  --tp-common-blue: #82CEFD;
  --tp-common-pink: #FFADAD;
  --tp-common-dpink: #FD346E;
  --tp-common-paste: #1EE2CF;
  --tp-common-sky: #9DB9FF;
  --tp-heading-primary: #292930;
  --tp-grey-1: #F7F8FD;
  --tp-grey-2: #f8f8f8;
  --tp-text-body: #8A90A2;
  --tp-text-p: #8A90A2;
  --tp-theme-1: #5956E9;
  --tp-theme-2: #423EF3;
  --tp-theme-primary: #FFDC60;
  --tp-theme-secondary: #57c9da;
  --tp-border-1: #E8ECF2;
}

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

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

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

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--tp-ff-heading);
  color: var(--tp-header-1);
  margin-top: 0px;
  font-weight: var(--tp-fw-sbold);
  line-height: 1.2;
  -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;
}

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-family: var(--tp-ff-p);
  font-size: 18px;
  font-weight: 400;
  color: var(--tp-text-body);
  margin-bottom: 15px;
  line-height: 30px;
}

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

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 {
  outline: none;
}

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

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

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

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

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

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

/*---------------------------------
    common classes css start 
---------------------------------*/
.w-img img {
  width: 100%;
}

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

.fix {
  overflow: hidden;
}

.clear {
  clear: both;
}

.f-left {
  float: left;
}

.f-right {
  float: right;
}

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

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

.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-45 {
  --bs-gutter-x: 45px;
}
@media (max-width: 767px) {
  .gx-45 {
    --bs-gutter-x: 15px;
  }
}

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

.gx-40 {
  --bs-gutter-x: 40px;
}
@media (max-width: 767px) {
  .gx-40 {
    --bs-gutter-x: 0px;
  }
}

.gx-120 {
  --bs-gutter-x: 120px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .gx-120 {
    --bs-gutter-x: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .gx-120 {
    --bs-gutter-x: 40px;
  }
}
@media (max-width: 767px) {
  .gx-120 {
    --bs-gutter-x: 0px;
  }
}

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

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

.tp-gx-15 {
  --bs-gutter-x: 15px;
}

.gx-6 {
  --bs-gutter-x: 60px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .gx-6 {
    --bs-gutter-x: 40px;
  }
}
@media (max-width: 767px) {
  .gx-6 {
    --bs-gutter-x: 15px;
  }
}

.gx-7 {
  --bs-gutter-x: 70px;
}
@media (max-width: 767px) {
  .gx-7 {
    --bs-gutter-x: 0px;
  }
}

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

.gx-50 {
  --bs-gutter-x: 50px;
}
@media (max-width: 767px) {
  .gx-50 {
    --bs-gutter-x: 0px;
  }
}

.radius-20 {
  border-radius: 20px;
}

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

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

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

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

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

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

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

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

.tp-prv-tm-bg {
  background-color: var(--tp-theme-secondary);
}

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

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

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

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

/*--
    - Spacing
-----------------------------------------*/
.box-plr-115 {
  padding-left: 80px;
  padding-right: 70px;
}
@media only screen and (min-width: 1601px) and (max-width: 1800px) {
  .box-plr-115 {
    padding-left: 90px;
    padding-right: 90px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  .box-plr-115 {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .box-plr-115 {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .box-plr-115 {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .box-plr-115 {
    padding-left: 0;
    padding-right: 0;
  }
}

.tp-btn {
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  color: var(--tp-common-white);
  background: var(--tp-theme-1);
  height: 70px;
  line-height: 70px;
  text-align: center;
  padding: 0 50px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 10px;
  text-transform: capitalize;
}
.tp-btn i {
  padding-left: 17px;
}
.tp-btn:hover {
  color: var(--tp-common-black);
  background-color: var(--tp-theme-primary);
}
.tp-btn:hover i {
  animation: tfLeftToRight 0.5s forwards;
}
.tp-btn::before, .tp-btn::after {
  content: "";
  background: #FFDC60;
  height: 50%;
  width: 0;
  position: absolute;
  transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -webkit-transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  z-index: -1;
}
.tp-btn::before {
  top: 0;
  left: 0;
  right: auto;
}
.tp-btn::after {
  bottom: 0;
  right: 0;
  left: auto;
}
.tp-btn:hover::before {
  width: 100%;
  right: 0;
  left: auto;
}
.tp-btn:hover::after {
  width: 100%;
  left: 0;
  right: auto;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-btn {
    height: 60px;
    line-height: 60px;
  }
}
@media (max-width: 767px) {
  .tp-btn {
    height: 56px;
    line-height: 56px;
  }
}

.tp-btn-sky-similar {
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  color: var(--tp-common-black);
  background: var(--tp-common-blue);
  height: 70px;
  line-height: 70px;
  text-align: center;
  padding: 0 50px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 10px;
  text-transform: capitalize;
}
.tp-btn-sky-similar i {
  padding-left: 17px;
}
.tp-btn-sky-similar:hover {
  color: var(--tp-common-black);
  background-color: var(--tp-theme-primary);
}
.tp-btn-sky-similar:hover i {
  animation: tfLeftToRight 0.5s forwards;
}
.tp-btn-sky-similar::before, .tp-btn-sky-similar::after {
  content: "";
  background: #fff;
  height: 50%;
  width: 0;
  position: absolute;
  transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -webkit-transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  z-index: -1;
}
.tp-btn-sky-similar::before {
  top: 0;
  left: 0;
  right: auto;
}
.tp-btn-sky-similar::after {
  bottom: 0;
  right: 0;
  left: auto;
}
.tp-btn-sky-similar:hover::before {
  width: 100%;
  right: 0;
  left: auto;
}
.tp-btn-sky-similar:hover::after {
  width: 100%;
  left: 0;
  right: auto;
}

.tp-btn-sm-sky {
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  color: var(--tp-common-black);
  background: var(--tp-common-blue);
  height: 60px;
  line-height: 60px;
  text-align: center;
  padding: 0 50px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 10px;
  text-transform: capitalize;
}
.tp-btn-sm-sky i {
  padding-left: 17px;
}
.tp-btn-sm-sky:hover {
  color: var(--tp-common-black);
  background-color: var(--tp-theme-primary);
}
.tp-btn-sm-sky:hover i {
  animation: tfLeftToRight 0.5s forwards;
}
.tp-btn-sm-sky::before, .tp-btn-sm-sky::after {
  content: "";
  background: #FFDC60;
  height: 50%;
  width: 0;
  position: absolute;
  transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -webkit-transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  z-index: -1;
}
.tp-btn-sm-sky::before {
  top: 0;
  left: 0;
  right: auto;
}
.tp-btn-sm-sky::after {
  bottom: 0;
  right: 0;
  left: auto;
}
.tp-btn-sm-sky:hover::before {
  width: 100%;
  right: 0;
  left: auto;
}
.tp-btn-sm-sky:hover::after {
  width: 100%;
  left: 0;
  right: auto;
}

.tp-btn-sky {
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  color: var(--tp-common-black);
  background: var(--tp-common-blue);
  height: 70px;
  line-height: 70px;
  text-align: center;
  padding: 0 50px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 10px;
  text-transform: capitalize;
}
@media (max-width: 767px) {
  .tp-btn-sky {
    height: 56px;
    line-height: 56px;
  }
}
.tp-btn-sky i {
  padding-left: 17px;
}
.tp-btn-sky:hover {
  color: var(--tp-common-black);
  background-color: var(--tp-theme-primary);
}
.tp-btn-sky:hover i {
  animation: tfLeftToRight 0.5s forwards;
}
.tp-btn-sky::before, .tp-btn-sky::after {
  content: "";
  background: #FFDC60;
  height: 50%;
  width: 0;
  position: absolute;
  transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -webkit-transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  z-index: -1;
}
.tp-btn-sky::before {
  top: 0;
  left: 0;
  right: auto;
}
.tp-btn-sky::after {
  bottom: 0;
  right: 0;
  left: auto;
}
.tp-btn-sky:hover::before {
  width: 100%;
  right: 0;
  left: auto;
}
.tp-btn-sky:hover::after {
  width: 100%;
  left: 0;
  right: auto;
}

.tp-btn-black {
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  color: var(--tp-common-white);
  background: var(--tp-theme-1);
  height: 70px;
  line-height: 70px;
  text-align: center;
  padding: 0 50px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 10px;
  text-transform: capitalize;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-btn-black {
    height: 60px;
    line-height: 60px;
  }
}
.tp-btn-black i {
  padding-left: 17px;
}
.tp-btn-black:hover {
  color: var(--tp-common-white);
}
.tp-btn-black:hover i {
  animation: tfLeftToRight 0.5s forwards;
}
.tp-btn-black::before, .tp-btn-black::after {
  content: "";
  background: var(--tp-common-black);
  height: 50%;
  width: 0;
  position: absolute;
  transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -webkit-transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  z-index: -1;
}
.tp-btn-black::before {
  top: 0;
  left: 0;
  right: auto;
}
.tp-btn-black::after {
  bottom: 0;
  right: 0;
  left: auto;
}
.tp-btn-black:hover::before {
  width: 100%;
  right: 0;
  left: auto;
}
.tp-btn-black:hover::after {
  width: 100%;
  left: 0;
  right: auto;
}
@media (max-width: 767px) {
  .tp-btn-black {
    height: 56px;
    line-height: 56px;
  }
}

.tp-btn-sm {
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  color: var(--tp-common-white);
  background: var(--tp-theme-1);
  height: 50px;
  line-height: 50px;
  text-align: center;
  padding: 0 50px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 10px;
  text-transform: capitalize;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-btn-sm {
    margin-right: 30px;
  }
}
.tp-btn-sm i {
  padding-left: 17px;
}
.tp-btn-sm:hover {
  color: var(--tp-common-black);
}
.tp-btn-sm:hover i {
  animation: tfLeftToRight 0.5s forwards;
}
.tp-btn-sm::before, .tp-btn-sm::after {
  content: "";
  background: #FFDC60;
  height: 50%;
  width: 0;
  position: absolute;
  transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -webkit-transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  z-index: -1;
}
.tp-btn-sm::before {
  top: 0;
  left: 0;
  right: auto;
}
.tp-btn-sm::after {
  bottom: 0;
  right: 0;
  left: auto;
}
.tp-btn-sm:hover::before {
  width: 100%;
  right: 0;
  left: auto;
}
.tp-btn-sm:hover::after {
  width: 100%;
  left: 0;
  right: auto;
}

.tp-btn-grey {
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  color: var(--tp-theme-1);
  background: #EBEBF9;
  height: 70px;
  line-height: 70px;
  text-align: center;
  padding: 0 50px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 10px;
  text-transform: capitalize;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-btn-grey {
    height: 60px;
    line-height: 60px;
  }
}
.tp-btn-grey i {
  padding-left: 17px;
}
.tp-btn-grey:hover {
  color: var(--tp-common-white);
}
.tp-btn-grey:hover i {
  animation: tfLeftToRight 0.5s forwards;
}
.tp-btn-grey::before, .tp-btn-grey::after {
  content: "";
  background: var(--tp-theme-1);
  height: 50%;
  width: 0;
  position: absolute;
  transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -webkit-transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  z-index: -1;
}
.tp-btn-grey::before {
  top: 0;
  left: 0;
  right: auto;
}
.tp-btn-grey::after {
  bottom: 0;
  right: 0;
  left: auto;
}
.tp-btn-grey:hover::before {
  width: 100%;
  right: 0;
  left: auto;
}
.tp-btn-grey:hover::after {
  width: 100%;
  left: 0;
  right: auto;
}
@media (max-width: 767px) {
  .tp-btn-grey {
    height: 56px;
    line-height: 56px;
  }
}

.tp-btn-grey-sm {
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  color: var(--tp-theme-1);
  background: rgba(89, 86, 233, 0.1);
  height: 45px;
  line-height: 45px;
  text-align: center;
  padding: 0 35px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 10px;
  text-transform: uppercase;
}
.tp-btn-grey-sm i {
  padding-left: 17px;
}
.tp-btn-grey-sm:hover {
  color: var(--tp-common-black);
  background-color: var(--tp-theme-primary);
}
.tp-btn-grey-sm:hover i {
  animation: tfLeftToRight 0.5s forwards;
}

.tp-btn-lg-yellow {
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  color: var(--tp-common-black);
  background: var(--tp-theme-primary);
  height: 70px;
  line-height: 70px;
  text-align: center;
  padding: 0 50px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 10px;
  text-transform: capitalize;
  outline: none;
  border: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-btn-lg-yellow {
    padding: 0 35px;
  }
}
.tp-btn-lg-yellow i {
  padding-left: 17px;
}
.tp-btn-lg-yellow:hover {
  color: var(--tp-common-black);
  background-color: var(--tp-theme-1);
}
.tp-btn-lg-yellow:hover i {
  animation: tfLeftToRight 0.5s forwards;
}
.tp-btn-lg-yellow::before, .tp-btn-lg-yellow::after {
  content: "";
  background: var(--tp-common-white);
  color: var(--tp-common-black);
  height: 50%;
  width: 0;
  position: absolute;
  transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -webkit-transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  z-index: -1;
}
.tp-btn-lg-yellow::before {
  top: 0;
  left: 0;
  right: auto;
}
.tp-btn-lg-yellow::after {
  bottom: 0;
  right: 0;
  left: auto;
}
.tp-btn-lg-yellow:hover::before {
  width: 100%;
  right: 0;
  left: auto;
}
.tp-btn-lg-yellow:hover::after {
  width: 100%;
  left: 0;
  right: auto;
}
@media (max-width: 767px) {
  .tp-btn-lg-yellow {
    height: 56px;
    line-height: 56px;
  }
}

.tp-btn-yellow {
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  color: var(--tp-common-black);
  background: var(--tp-theme-primary);
  height: 60px;
  line-height: 60px;
  text-align: center;
  padding: 0 50px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 10px;
  text-transform: capitalize;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-btn-yellow {
    padding: 0 30px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-btn-yellow {
    padding: 0 35px;
  }
}
@media (max-width: 767px) {
  .tp-btn-yellow {
    height: 56px;
    line-height: 56px;
    left: 0;
    right: auto;
  }
}
.tp-btn-yellow i {
  padding-left: 17px;
}
.tp-btn-yellow:hover {
  color: var(--tp-common-white);
  background-color: var(--tp-theme-secondary);
}
.tp-btn-yellow:hover i {
  animation: tfLeftToRight 0.5s forwards;
}
.tp-btn-yellow::before, .tp-btn-yellow::after {
  content: "";
  background: var(--tp-theme-1);
  height: 50%;
  width: 0;
  position: absolute;
  transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -webkit-transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  z-index: -1;
}
.tp-btn-yellow::before {
  top: 0;
  left: 0;
  right: auto;
}
.tp-btn-yellow::after {
  bottom: 0;
  right: 0;
  left: auto;
}
.tp-btn-yellow:hover::before {
  width: 100%;
  right: 0;
  left: auto;
}
.tp-btn-yellow:hover::after {
  width: 100%;
  left: 0;
  right: auto;
}

.tp-btn-border-sm {
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  color: var(--tp-common-black);
  height: 50px;
  line-height: 50px;
  text-align: center;
  padding: 0 30px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 10px;
  text-transform: capitalize;
  border: 1px solid #F6F6F6;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-btn-border-sm {
    padding: 0 35px;
  }
}
.tp-btn-border-sm i {
  padding-left: 17px;
}
.tp-btn-border-sm:hover {
  color: var(--tp-common-black);
  background-color: var(--tp-theme-primary);
}
.tp-btn-border-sm:hover i {
  animation: tfLeftToRight 0.5s forwards;
}
@media (max-width: 767px) {
  .tp-btn-border-sm {
    height: 56px;
    line-height: 56px;
  }
}

.tp-btn-yellow-sm {
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  color: var(--tp-common-black);
  background: var(--tp-theme-primary);
  height: 50px;
  line-height: 50px;
  text-align: center;
  padding: 0 50px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 10px;
  text-transform: capitalize;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-btn-yellow-sm {
    padding: 0 35px;
  }
}
.tp-btn-yellow-sm i {
  padding-left: 17px;
}
.tp-btn-yellow-sm:hover {
  color: var(--tp-common-white);
  background-color: var(--tp-theme-secondary);
}
.tp-btn-yellow-sm:hover i {
  animation: tfLeftToRight 0.5s forwards;
}
.tp-btn-yellow-sm::before, .tp-btn-yellow-sm::after {
  content: "";
  background: var(--tp-theme-1);
  height: 50%;
  width: 0;
  position: absolute;
  transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -webkit-transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  z-index: -1;
}
.tp-btn-yellow-sm::before {
  top: 0;
  left: 0;
  right: auto;
}
.tp-btn-yellow-sm::after {
  bottom: 0;
  right: 0;
  left: auto;
}
.tp-btn-yellow-sm:hover::before {
  width: 100%;
  right: 0;
  left: auto;
}
.tp-btn-yellow-sm:hover::after {
  width: 100%;
  left: 0;
  right: auto;
}
@media (max-width: 767px) {
  .tp-btn-yellow-sm {
    height: 56px;
    line-height: 56px;
  }
}

.tp-btn-yellow-semilar {
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  color: var(--tp-common-black);
  background: var(--tp-theme-primary);
  height: 60px;
  line-height: 60px;
  text-align: center;
  padding: 0 50px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 10px;
  text-transform: capitalize;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-btn-yellow-semilar {
    padding: 0 30px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-btn-yellow-semilar {
    padding: 0 35px;
  }
}
@media (max-width: 767px) {
  .tp-btn-yellow-semilar {
    height: 56px;
    line-height: 56px;
    left: 0;
    right: auto;
  }
}
.tp-btn-yellow-semilar i {
  padding-left: 17px;
}
.tp-btn-yellow-semilar:hover {
  color: var(--tp-common-black);
  background-color: var(--tp-common-white);
}
.tp-btn-yellow-semilar:hover i {
  animation: tfLeftToRight 0.5s forwards;
}
.tp-btn-yellow-semilar::before, .tp-btn-yellow-semilar::after {
  content: "";
  background: var(--tp-theme-secondary);
  height: 50%;
  width: 0;
  position: absolute;
  transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -webkit-transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  z-index: -1;
}
.tp-btn-yellow-semilar::before {
  top: 0;
  left: 0;
  right: auto;
}
.tp-btn-yellow-semilar::after {
  bottom: 0;
  right: 0;
  left: auto;
}
.tp-btn-yellow-semilar:hover::before {
  width: 100%;
  right: 0;
  left: auto;
}
.tp-btn-yellow-semilar:hover::after {
  width: 100%;
  left: 0;
  right: auto;
}
@media (max-width: 767px) {
  .tp-btn-yellow-semilar {
    height: 56px;
    line-height: 56px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-news-button .tp-btn-yellow-semilar {
    padding: 0 50px;
    height: 60px;
    line-height: 60px;
  }
}

.tp-btn-white-border {
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  color: var(--tp-common-black);
  background: var(--tp-common-white);
  height: 70px;
  line-height: 70px;
  text-align: center;
  padding: 0 50px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 10px;
  text-transform: capitalize;
  border-bottom: 3px solid var(--tp-theme-1);
  box-shadow: 0px 2px 55px rgba(168, 182, 218, 0.32);
}
@media (max-width: 767px) {
  .tp-btn-white-border {
    height: 50px;
    line-height: 50px;
    padding: 0 20px;
  }
}
.tp-btn-white-border i {
  padding-left: 17px;
}
.tp-btn-white-border:hover {
  color: var(--tp-common-white);
}
.tp-btn-white-border:hover i {
  animation: tfLeftToRight 0.5s forwards;
}
.tp-btn-white-border::before, .tp-btn-white-border::after {
  content: "";
  background: var(--tp-theme-1);
  height: 50%;
  width: 0;
  position: absolute;
  transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -webkit-transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  z-index: -1;
}
.tp-btn-white-border::before {
  top: 0;
  left: 0;
  right: auto;
}
.tp-btn-white-border::after {
  bottom: 0;
  right: 0;
  left: auto;
}
.tp-btn-white-border:hover::before {
  width: 100%;
  right: 0;
  left: auto;
}
.tp-btn-white-border:hover::after {
  width: 100%;
  left: 0;
  right: auto;
}

.tp-btn-white {
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  color: var(--tp-common-black);
  background: var(--tp-common-white);
  height: 70px;
  line-height: 70px;
  text-align: center;
  padding: 0 50px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 10px;
  text-transform: capitalize;
  box-shadow: 0px 2px 55px rgba(168, 182, 218, 0.32);
}
.tp-btn-white i {
  padding-left: 17px;
}
.tp-btn-white:hover {
  color: var(--tp-common-white);
}
.tp-btn-white:hover i {
  animation: tfLeftToRight 0.5s forwards;
}
.tp-btn-white::before, .tp-btn-white::after {
  content: "";
  background: var(--tp-theme-1);
  height: 50%;
  width: 0;
  position: absolute;
  transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -webkit-transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  z-index: -1;
}
.tp-btn-white::before {
  top: 0;
  left: 0;
  right: auto;
}
.tp-btn-white::after {
  bottom: 0;
  right: 0;
  left: auto;
}
.tp-btn-white:hover::before {
  width: 100%;
  right: 0;
  left: auto;
}
.tp-btn-white:hover::after {
  width: 100%;
  left: 0;
  right: auto;
}
@media (max-width: 767px) {
  .tp-btn-white {
    height: 56px;
    line-height: 56px;
  }
}

.tp-btn-white-md {
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  color: var(--tp-common-black);
  background: var(--tp-common-white);
  height: 60px;
  line-height: 60px;
  text-align: center;
  padding: 0 20px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 10px;
  text-transform: capitalize;
  box-shadow: 0px 11px 12px #EBE9F3;
}
.tp-btn-white-md i {
  padding-left: 40px;
}
.tp-btn-white-md:hover {
  color: var(--tp-common-white);
  background-color: var(--tp-theme-1);
}
.tp-btn-white-md:hover i {
  animation: tfLeftToRight 0.5s forwards;
}
.tp-btn-white-md::before, .tp-btn-white-md::after {
  content: "";
  background: var(--tp-theme-1);
  height: 50%;
  width: 0;
  position: absolute;
  transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -webkit-transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  z-index: -1;
}
.tp-btn-white-md::before {
  top: 0;
  left: 0;
  right: auto;
}
.tp-btn-white-md::after {
  bottom: 0;
  right: 0;
  left: auto;
}
.tp-btn-white-md:hover::before {
  width: 100%;
  right: 0;
  left: auto;
}
.tp-btn-white-md:hover::after {
  width: 100%;
  left: 0;
  right: auto;
}

.tp-btn-white-brand {
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  color: var(--tp-common-black);
  background: var(--tp-common-white);
  height: 60px;
  line-height: 60px;
  text-align: center;
  padding: 0 50px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 10px;
  text-transform: capitalize;
  box-shadow: 0px 11px 12px #EBE9F3;
}
.tp-btn-white-brand i {
  padding-left: 15px;
}
.tp-btn-white-brand:hover {
  color: var(--tp-theme-1);
}
.tp-btn-white-brand:hover i {
  animation: tfLeftToRight 0.5s forwards;
}

.tp-btn-white-sm {
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  color: var(--tp-common-black);
  background: var(--tp-common-white);
  height: 60px;
  line-height: 60px;
  text-align: center;
  padding: 0 50px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 10px;
  text-transform: capitalize;
  box-shadow: 0px 11px 12px #EBE9F3;
}
.tp-btn-white-sm i {
  padding-left: 15px;
}
.tp-btn-white-sm:hover {
  color: var(--tp-common-white);
  background-color: var(--tp-theme-1);
}
.tp-btn-white-sm:hover i {
  animation: tfLeftToRight 0.5s forwards;
}
.tp-btn-white-sm::before, .tp-btn-white-sm::after {
  content: "";
  background: var(--tp-theme-1);
  height: 50%;
  width: 0;
  position: absolute;
  transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -webkit-transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  z-index: -1;
}
.tp-btn-white-sm::before {
  top: 0;
  left: 0;
  right: auto;
}
.tp-btn-white-sm::after {
  bottom: 0;
  right: 0;
  left: auto;
}
.tp-btn-white-sm:hover::before {
  width: 100%;
  right: 0;
  left: auto;
}
.tp-btn-white-sm:hover::after {
  width: 100%;
  left: 0;
  right: auto;
}

.tp-btn-white-lg {
  display: inline-block;
  font-size: 18px;
  font-weight: 700;
  color: var(--tp-common-black);
  background: var(--tp-common-white);
  height: 90px;
  line-height: 90px;
  text-align: center;
  padding-left: 30px;
  padding-right: 50px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 10px;
  text-transform: capitalize;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-btn-white-lg {
    height: 80px;
    line-height: 80px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-btn-white-lg {
    width: 100%;
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-btn-white-lg {
    height: 75px;
    line-height: 75px;
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .tp-btn-white-lg {
    height: 70px;
    line-height: 70px;
    padding-right: 10px;
    padding-left: 10px;
    margin-bottom: 15px;
    display: block;
  }
}
.tp-btn-white-lg i {
  padding-left: 40px;
}
.tp-btn-white-lg:hover {
  color: var(--tp-common-white);
  background-color: var(--tp-theme-1);
}
.tp-btn-white-lg:hover i {
  animation: tfLeftToRight 0.5s forwards;
}
.tp-btn-white-lg::before, .tp-btn-white-lg::after {
  content: "";
  background: var(--tp-theme-1);
  height: 50%;
  width: 0;
  position: absolute;
  transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -webkit-transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  z-index: -1;
}
.tp-btn-white-lg::before {
  top: 0;
  left: 0;
  right: auto;
}
.tp-btn-white-lg::after {
  bottom: 0;
  right: 0;
  left: auto;
}
.tp-btn-white-lg:hover::before {
  width: 100%;
  right: 0;
  left: auto;
}
.tp-btn-white-lg:hover::after {
  width: 100%;
  left: 0;
  right: auto;
}

.tp-btn-border {
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  border: 1px solid #3F3F47;
  height: 70px;
  line-height: 70px;
  text-align: center;
  padding: 0 50px;
  position: relative;
  color: var(--tp-theme-primary);
  z-index: 1;
  overflow: hidden;
  border-radius: 10px;
  text-transform: capitalize;
}
.tp-btn-border i {
  padding-left: 18px;
}
.tp-btn-border:hover {
  color: var(--tp-common-white);
  border-color: var(--tp-theme-1);
}
.tp-btn-border::before, .tp-btn-border::after {
  content: "";
  background: var(--tp-theme-1);
  height: 50%;
  width: 0;
  position: absolute;
  transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -webkit-transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  z-index: -1;
}
.tp-btn-border::before {
  top: 0;
  left: 0;
  right: auto;
}
.tp-btn-border::after {
  bottom: 0;
  right: 0;
  left: auto;
}
.tp-btn-border:hover::before {
  width: 100%;
  right: 0;
  left: auto;
}
.tp-btn-border:hover::after {
  width: 100%;
  left: 0;
  right: auto;
}
@media (max-width: 767px) {
  .tp-btn-border {
    height: 56px;
    line-height: 56px;
  }
}

.tp-btn-border-2 {
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  border: 1px solid #383737;
  height: 55px;
  line-height: 55px;
  text-align: center;
  padding: 0 70px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 10px;
  text-transform: capitalize;
}
.tp-btn-border-2 i {
  padding-left: 18px;
}
.tp-btn-border-2:hover {
  color: var(--tp-common-white);
}
.tp-btn-border-2::before, .tp-btn-border-2::after {
  content: "";
  background: var(--tp-theme-1);
  height: 50%;
  width: 0;
  position: absolute;
  transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -webkit-transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  z-index: -1;
}
.tp-btn-border-2::before {
  top: 0;
  left: 0;
  right: auto;
}
.tp-btn-border-2::after {
  bottom: 0;
  right: 0;
  left: auto;
}
.tp-btn-border-2:hover::before {
  width: 100%;
  right: 0;
  left: auto;
}
.tp-btn-border-2:hover::after {
  width: 100%;
  left: 0;
  right: auto;
}
@media (max-width: 767px) {
  .tp-btn-border-2 {
    height: 56px;
    line-height: 56px;
    padding: 0 55px;
  }
}

/* tp range slider css */
.tp-range-slider .inside-slider {
  padding-left: 7px;
  padding-right: 17px;
}
.tp-range-slider .noUi-target {
  background-color: #191C3C;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -o-border-radius: 12px;
  -ms-border-radius: 12px;
  border-radius: 12px;
  border: 0;
  box-shadow: none;
}
.tp-range-slider .noUi-connect {
  background-color: var(--tp-theme-1);
}
.tp-range-slider .noUi-horizontal {
  height: 6px;
}
.tp-range-slider .noUi-handle {
  height: 24px;
  width: 24px;
  background-color: var(--tp-theme-1);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  border: 4px solid var(--tp-common-white);
  box-shadow: 0px 4px 10px rgba(5, 9, 43, 0.3);
  top: -9px;
}
.tp-range-slider .noUi-handle:hover {
  cursor: pointer;
}
.tp-range-slider .noUi-handle::before, .tp-range-slider .noUi-handle::after {
  display: none;
}
.tp-range-slider-dark .noUi-handle {
  border: 4px solid #2D314B;
}

/*----------------------------------------*/
/*  OFFCANVAS CSS START
/*----------------------------------------*/
@media (max-width: 767px) {
  .offcanvas__area {
    width: 290px;
  }
}
.offcanvas__wrapper {
  position: relative;
  padding: 45px;
  height: 100%;
  background-color: var(--tp-common-black);
  overflow: auto;
}
@media (max-width: 767px) {
  .offcanvas__wrapper {
    padding: 20px;
  }
}
.offcanvas__close-btn {
  display: inline-block;
  font-size: 16px;
  height: 40px;
  width: 40px;
  line-height: 36px;
  background: var(--tp-theme-blue);
  color: #fff;
}
.offcanvas__close-btn:hover {
  background: var(--tp-theme-1);
}
.offcanvas__top {
  padding-bottom: 20px;
}
.offcanvas__color {
  margin-bottom: 40px;
}
.offcanvas__color h5 {
  font-size: 22px;
  margin-bottom: 15px;
}
.offcanvas__color input {
  display: none;
}
.offcanvas__color label {
  width: 100%;
  height: 60px;
  background-color: var(--tp-theme-1);
}
.offcanvas__color label:hover {
  cursor: pointer;
}
.offcanvas__color-2 label {
  background-color: var(--tp-theme-2);
}
.offcanvas__search {
  position: relative;
}
.offcanvas__search input {
  width: 100%;
  height: 40px;
  line-height: 40px;
  padding-right: 20px;
  background: transparent;
  border: none;
  outline: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  font-size: 14px;
  color: var(--tp-common-white);
}
.offcanvas__search input::placeholder {
  color: var(--tp-text-1);
}
.offcanvas__search input:focus {
  border-color: rgba(255, 255, 255, 0.5);
}
.offcanvas__search button {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 14px;
  color: var(--tp-text-blue);
}
.offcanvas__text p {
  margin-bottom: 25px;
}
.offcanvas__contact h4 {
  font-size: 22px;
  margin-bottom: 20px;
  text-transform: uppercase;
  color: var(--tp-common-white);
}
.offcanvas__contact ul li:not(:last-child) {
  margin-bottom: 20px;
}
.offcanvas__contact ul li:hover i {
  background: var(--tp-theme-secondary);
  color: var(--tp-common-white);
  border-color: var(--tp-theme-secondary);
}
.offcanvas__contact ul li:hover a {
  color: var(--tp-theme-secondary);
}
.offcanvas__contact-icon i {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: var(--tp-common-white);
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -o-border-radius: 7px;
  -ms-border-radius: 7px;
  border-radius: 7px;
}
.offcanvas__contact-text a {
  font-size: 18px;
  font-weight: 500;
  color: var(--tp-text-1);
}
.offcanvas__wallet-btn {
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  color: var(--tp-common-white);
  padding: 0;
  background-color: var(--tp-theme-1);
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -o-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
  padding: 5px 22px;
  padding-right: 24px;
}
.offcanvas__wallet-btn svg {
  width: 16px;
  -webkit-transform: translateY(-2px);
  -moz-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  -o-transform: translateY(-2px);
  transform: translateY(-2px);
  margin-right: 2px;
}
.offcanvas__wallet-btn svg path {
  fill: none;
}
.offcanvas__wallet-btn:hover {
  color: var(--tp-common-white);
  background-color: var(--tp-common-black);
}
.offcanvas__wallet-btn:hover svg path {
  stroke: var(--tp-common-white);
}
.offcanvas__map iframe {
  width: 100%;
  height: 200px;
  border: none;
}
.offcanvas__social ul li {
  display: inline-block;
}
.offcanvas__social ul li:not(:last-child) {
  margin-right: 5px;
}
.offcanvas__social ul li a {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 42px;
  text-align: center;
  background: var(--tp-grey-1);
  color: var(--tp-theme-1);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}
.offcanvas__social ul li a:hover {
  background: var(--tp-theme-secondary);
  color: var(--tp-common-white);
}
.offcanvas__notification-icon a {
  font-size: 14px;
  color: var(--tp-common-black);
  position: relative;
}
.offcanvas__notification-icon a .notification-count {
  position: absolute;
  top: -4px;
  right: -13px;
  display: inline-block;
  width: 20px;
  height: 20px;
  line-height: 22px;
  font-size: 12px;
  font-weight: 600;
  background-color: var(--tp-theme-1);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  color: var(--tp-common-white);
  text-align: center;
}
.offcanvas__notification-text p {
  margin-bottom: 0;
  font-weight: 500;
  color: var(--tp-common-black);
  font-size: 14px;
}
.offcanvas__notification-text p .notification-number {
  color: var(--tp-theme-1);
}
.offcanvas__notification-text p a {
  color: var(--tp-theme-1);
}
.offcanvas__btn a {
  margin-bottom: 20px;
}

.cartmini__title {
  padding: 20px 20px;
  border-bottom: 1px solid var(--tp-border-1);
  box-shadow: 0 0 10px 0 rgba(129, 129, 129, 0.2);
}
.cartmini__title h4 {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 0;
}
.cartmini__close {
  position: absolute;
  top: 17px;
  right: 20px;
}
.cartmini__close-btn {
  background: transparent;
  color: var(--tp-common-black);
  font-size: 22px;
}
.cartmini__close-btn:hover {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.cartmini__widget {
  overflow-y: scroll;
  height: 100%;
}
.cartmini__inner ul li {
  position: relative;
  display: flex;
  padding: 20px;
  padding-right: 35px;
  border-bottom: 1px solid rgba(129, 129, 129, 0.2);
  transition: background-color 0.3s;
}
.cartmini__inner ul li:hover {
  background: #F9F9F9;
}
.cartmini__thumb {
  margin-right: 15px;
}
.cartmini__thumb img {
  width: 70px;
  height: 90px;
}
.cartmini__content h5 {
  font-size: 13px;
  margin-bottom: 12px;
  font-weight: 500;
}
.cartmini__content h5 a:hover {
  color: var(--tp-theme-1);
}
.cartmini__del {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  color: var(--tp-common-black);
  font-size: 12px;
  background: transparent;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.cartmini__del:hover {
  background: var(--tp-common-white);
}
.cartmini__checkout {
  padding: 20px;
  padding-bottom: 85px;
  width: 100%;
  background: var(--tp-common-white);
  border-top: 2px solid var(--tp-border-1);
}
.cartmini__checkout-title h4 {
  font-size: 18px;
  display: inline-block;
  font-weight: 600;
  margin-bottom: 0;
}
.cartmini__checkout-title span {
  float: right;
  font-size: 20px;
  color: var(--tp-common-black);
  font-weight: 600;
  color: var(--tp-theme-1);
}

.cart-plus,
.cart-minus {
  width: 25px;
  height: 30px;
  border: 2px solid var(--tp-border-1);
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  font-size: 14px;
}
.cart-plus:hover,
.cart-minus:hover {
  cursor: pointer;
  color: var(--tp-common-white);
  background: var(--tp-theme-1);
  border-color: var(--tp-theme-1);
}

.cart-input {
  height: 30px;
  width: 32px;
  text-align: center;
  font-size: 14px;
  border: none;
  border-top: 2px solid var(--tp-border-1);
  border-bottom: 2px solid var(--tp-border-1);
  display: inline-block;
  vertical-align: middle;
  margin: 0 -3px;
  padding-bottom: 0px;
}
.cart-input:focus {
  outline: none;
}

/* section title css */
.section__title {
  font-weight: 700;
  font-size: 50px;
  line-height: 1.2;
  color: var(--tp-common-black);
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .section__title {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .section__title {
    font-size: 24px;
  }
}
.section__title span {
  font-weight: 700;
}
.section__title-white {
  color: var(--tp-theme-primary);
}
.section__title-pre {
  color: rgba(41, 41, 48, 0.6);
  display: inline-block;
  line-height: 30px;
  font-size: 18px;
  line-height: 30px;
}
@media (max-width: 767px), only screen and (min-width: 576px) and (max-width: 767px) {
  .section__title-pre {
    font-size: 16px;
    line-height: 26px;
  }
}
@media (max-width: 767px), only screen and (min-width: 576px) and (max-width: 767px) {
  .section__title-pre br {
    display: none;
  }
}
.section__title-color {
  color: #ACB1C0;
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
}

.prv-white-title {
  color: var(--tp-common-white);
}

.tp-subtitle {
  font-size: 18px;
  font-weight: 500;
  color: #8A90A2;
  margin-bottom: 20px;
}
.tp-subtitle::before {
  height: 12px;
  width: 12px;
  background-color: var(--tp-theme-primary);
  content: "";
  display: inline-block;
  border-radius: 50%;
  margin-right: 10px;
}

.tp-subtitle-before-color {
  color: rgba(41, 41, 48, 0.6);
}
.tp-subtitle-before-color::before {
  background-color: rgba(41, 41, 48, 0.6);
}

.tp-title {
  font-size: 60px;
  font-weight: 700;
  color: var(--tp-common-black);
  margin-bottom: 40px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-title {
    font-size: 50px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-title {
    font-size: 42px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-title {
    font-size: 35px;
  }
}
@media (max-width: 767px) {
  .tp-title {
    font-size: 35px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-title {
    font-size: 35px;
  }
}

.tp-title-sm {
  font-size: 50px;
  letter-spacing: 0;
  color: var(--tp-common-black);
  font-weight: 700;
  letter-spacing: -2px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-title-sm {
    font-size: 45px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-title-sm {
    font-size: 38px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-title-sm {
    font-size: 38px;
  }
}
@media (max-width: 767px) {
  .tp-title-sm {
    font-size: 35px;
  }
}

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

.subtitle-secondary-color {
  color: #d2d2d2;
}

.tp-section-highlight {
  position: relative;
  z-index: 1;
  display: inline-block;
}
.tp-section-highlight svg {
  position: absolute;
  bottom: 11px;
  left: 2px;
  z-index: -1;
  width: 0%;
  -moz-animation: section-highlight 1s ease-in-out 0.3s forwards;
  -webkit-animation: section-highlight 1s ease-in-out 0.3s forwards;
  animation: section-highlight 1s ease-in-out 0.3s forwards;
}

.section__title span b {
  color: #2E2AEB;
  border-bottom: 4px solid;
  line-height: 1;
}

/*----------------------------------------*/
/*  24. BREADCRUMB CSS START
/*----------------------------------------*/
.breadcrumb__title {
  font-size: 48px;
  color: var(--tp-common-white);
}
.breadcrumb__title-2 {
  font-size: 50px;
  line-height: 1.1;
  margin-top: 12px;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .breadcrumb__title-2 {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .breadcrumb__title-2 {
    font-size: 26px;
  }
}
.breadcrumb__title-pre {
  display: inline-block;
  height: 24px;
  line-height: 26px;
  font-size: 14px;
  color: #ffffff;
  font-weight: 500;
  background: var(--tp-theme-2);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 0 7px;
  margin-bottom: 12px;
}
.breadcrumb__list span {
  font-size: 16px;
  color: var(--tp-common-white);
  font-weight: 500;
  padding-right: 3px;
  margin-right: 3px;
  text-transform: capitalize;
}
.breadcrumb__list span a:hover {
  color: var(--tp-theme-1);
}
.breadcrumb__list-2 span {
  font-size: 14px;
  color: var(--tp-text-11);
  font-weight: 500;
  padding-right: 3px;
  margin-right: 3px;
  text-transform: capitalize;
}
.breadcrumb__list-2 span a:hover {
  color: var(--tp-theme-1);
}
.breadcrumb__overlay {
  position: relative;
}
.breadcrumb__overlay::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 3, 32, 0.6);
}

@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
  }
  70% {
    -webkit-box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
  }
  70% {
    -moz-box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
  }
  100% {
    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
#loading {
  background-color: #fff;
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 999999;
  margin-top: 0px;
  top: 0px;
  display: none;
}

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

#loading-center-absolute {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 25%;
  transform: translate(-50%, -50%);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  #loading-center-absolute {
    width: 40%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #loading-center-absolute {
    width: 40%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #loading-center-absolute {
    width: 45%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  #loading-center-absolute {
    width: 50%;
  }
}
@media (max-width: 575px) {
  #loading-center-absolute {
    width: 60%;
  }
}
#loading {
  background-color: #fff;
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 999999;
  margin-top: 0px;
  top: 0px;
}

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

#loading-center-absolute {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.object {
  width: 20px;
  height: 20px;
  background-color: #5f3afc;
  -moz-border-radius: 50% 50% 50% 50%;
  -webkit-border-radius: 50% 50% 50% 50%;
  border-radius: 50% 50% 50% 50%;
  margin-right: 20px;
  margin-bottom: 20px;
  position: absolute;
}

#object_one {
  -webkit-animation: object 2s linear infinite;
  animation: object 2s linear infinite;
}

#object_two {
  -webkit-animation: object 2s linear infinite -0.4s;
  animation: object 2s linear infinite -0.4s;
}

#object_three {
  -webkit-animation: object 2s linear infinite -0.8s;
  animation: object 2s linear infinite -0.8s;
}

#object_four {
  -webkit-animation: object 2s linear infinite -1.2s;
  animation: object 2s linear infinite -1.2s;
}

#object_five {
  -webkit-animation: object 2s linear infinite -1.6s;
  animation: object 2s linear infinite -1.6s;
}

@-webkit-keyframes object {
  0% {
    left: 100px;
    top: 0;
  }
  80% {
    left: 0;
    top: 0;
  }
  85% {
    left: 0;
    top: -20px;
    width: 20px;
    height: 20px;
  }
  90% {
    width: 40px;
    height: 15px;
  }
  95% {
    left: 100px;
    top: -20px;
    width: 20px;
    height: 20px;
  }
  100% {
    left: 100px;
    top: 0;
  }
}
@keyframes object {
  0% {
    left: 100px;
    top: 0;
  }
  80% {
    left: 0;
    top: 0;
  }
  85% {
    left: 0;
    top: -20px;
    width: 20px;
    height: 20px;
  }
  90% {
    width: 40px;
    height: 15px;
  }
  95% {
    left: 100px;
    top: -20px;
    width: 20px;
    height: 20px;
  }
  100% {
    left: 100px;
    top: 0;
  }
}
.loading-icon .loading-logo {
  width: 64px;
  height: 64px;
  -webkit-animation: ghurche 4s linear infinite -1.2s;
  animation: ghurche 4s linear infinite -1.2s;
}

@media (max-width: 575px) {
  .loading-icon .loading-logo {
    margin-bottom: 10px;
  }
}
@-webkit-keyframes ghurche {
  0% {
    left: 100px;
    top: 0;
  }
  100% {
    left: 100px;
    top: 0;
  }
}
@keyframes ghurche {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/*----------------------------------------*/
/*  02. HEADER CSS START
/*----------------------------------------*/
.header__transparent {
  position: fixed !important;
  left: 0;
  margin: auto;
  top: 0;
  width: 100%;
  z-index: 99;
  background: transparent;
}
.header__search-input {
  position: relative;
}
.header__search-input input {
  width: 100%;
  height: 40px;
  background-color: var(--tp-grey-1);
  border: 1px solid var(--tp-grey-1);
  padding: 0 20px;
  padding-right: 60px;
}
.header__search-input input::-webkit-input-placeholder {
  color: var(--tp-text-3);
}
.header__search-input input:-moz-placeholder {
  color: var(--tp-text-3);
}
.header__search-input input::-moz-placeholder {
  color: var(--tp-text-3);
}
.header__search-input input:-ms-input-placeholder {
  color: var(--tp-text-3);
}
.header__search-btn {
  position: absolute;
  top: 46%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 15px;
  font-size: 16px;
  color: var(--tp-common-black);
  padding-left: 17px;
  background-color: var(--tp-grey-1);
}
.header__search-btn::after {
  position: absolute;
  content: "";
  left: 0;
  top: 57%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 100%;
  width: 1px;
  background-color: rgba(3, 18, 32, 0.1);
}
.header__search-2 {
  margin-left: 13px;
}
.header__search-2 input {
  height: 44px;
  line-height: 44px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -o-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
  background-color: var(--tp-grey-5);
}
.header__search-2 input::-webkit-input-placeholder {
  color: var(--tp-text-10);
}
.header__search-2 input:-moz-placeholder {
  color: var(--tp-text-10);
}
.header__search-2 input::-moz-placeholder {
  color: var(--tp-text-10);
}
.header__search-2 input:-ms-input-placeholder {
  color: var(--tp-text-10);
}
.header__search-2 button::after {
  background-color: rgba(62, 132, 84, 0.14);
}
.header__search-3 button svg path {
  stroke: var(--tp-theme-3);
}
.header__hamburger {
  margin-top: 3px;
}
.header__action ul li {
  list-style: none;
}
.header__action ul li a {
  display: inline-block;
  width: 44px;
  height: 44px;
  line-height: 38px;
  text-align: center;
  border: 2px solid rgba(12, 20, 15, 0.08);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.header__action ul li a:hover {
  border-color: var(--tp-common-black-3);
}
.header__sticky.header-sticky {
  position: fixed !important;
  left: 0;
  margin: auto;
  top: 0;
  width: 100%;
  box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.07);
  z-index: 99;
  -webkit-animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
  animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
  -webkit-box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
  background: var(--tp-common-white);
  opacity: 1;
  visibility: visible;
}
.header__sticky.header-sticky .main-menu ul li a {
  padding: 33px 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .header__padding {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}

/* logo */
.logo img {
  width: 150px;
}

/* main menu css */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .main-menu {
    margin-left: 50px;
  }
}
.main-menu ul li {
  position: relative;
  list-style: none;
  display: inline-block;
  margin-right: 60px;
}
.main-menu ul li:last-child {
  margin-right: 0;
}
@media only screen and (min-width: 1601px) and (max-width: 1800px) {
  .main-menu ul li {
    margin-right: 50px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  .main-menu ul li {
    margin-right: 40px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .main-menu ul li {
    margin-right: 40px;
  }
}
.main-menu ul li a {
  display: inline-block;
  font-size: 14px;
  color: #8A879F;
  padding: 35px 0;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
}
.main-menu ul li.has-dropdown > a {
  position: relative;
}
.main-menu ul li.has-dropdown > a::after {
  content: "\f107";
  -webkit-transform: translateY(1px);
  -moz-transform: translateY(1px);
  -ms-transform: translateY(1px);
  -o-transform: translateY(1px);
  transform: translateY(1px);
  font-size: 14px;
  color: var(--tp-common-white);
  font-family: var(--tp-ff-fontawesome);
  font-weight: 700;
  margin-left: 5px;
  display: inline-block;
}
.main-menu ul li .submenu {
  position: absolute;
  top: 120%;
  left: 0;
  width: 200px;
  background: var(--tp-common-white);
  z-index: 99;
  -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;
  visibility: hidden;
  opacity: 0;
  -webkit-box-shadow: 0px 30px 70px 0px rgba(11, 6, 70, 0.08);
  -moz-box-shadow: 0px 30px 70px 0px rgba(11, 6, 70, 0.08);
  -ms-box-shadow: 0px 30px 70px 0px rgba(11, 6, 70, 0.08);
  -o-box-shadow: 0px 30px 70px 0px rgba(11, 6, 70, 0.08);
  box-shadow: 0px 30px 70px 0px rgba(11, 6, 70, 0.08);
}
.main-menu ul li .submenu li {
  display: block;
  width: 100%;
  margin: 0;
}
.main-menu ul li .submenu li:not(:last-child) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.main-menu ul li .submenu li.has-dropdown > a::after {
  position: absolute;
  top: 50%;
  right: 25px;
  -webkit-transform: translateY(-50%) rotate(-90deg);
  -moz-transform: translateY(-50%) rotate(-90deg);
  -ms-transform: translateY(-50%) rotate(-90deg);
  -o-transform: translateY(-50%) rotate(-90deg);
  transform: translateY(-50%) rotate(-90deg);
}
.main-menu ul li .submenu li a {
  padding: 10px 25px;
  font-size: 13px;
  position: relative;
  z-index: 1;
  color: var(--tp-common-black);
  width: 100%;
}
.main-menu ul li .submenu li a::before {
  position: absolute;
  content: "";
  top: 0;
  left: auto;
  right: 0;
  width: 0;
  height: 100%;
  background-color: var(--tp-theme-1);
  z-index: -1;
}
.main-menu ul li .submenu li .submenu {
  left: 120%;
  top: 0;
  visibility: hidden;
  opacity: 0;
}
.main-menu ul li .submenu li:hover > a {
  color: var(--tp-common-white);
}
.main-menu ul li .submenu li:hover > a::after {
  color: var(--tp-common-white);
}
.main-menu ul li .submenu li:hover > a::before {
  left: 0;
  right: auto;
  width: 100%;
}
.main-menu ul li .submenu li:hover > .submenu {
  left: 100%;
  visibility: visible;
  opacity: 1;
}
.main-menu ul li:hover > a, .main-menu ul li.active > a {
  color: var(--tp-theme-1);
}
.main-menu ul li:hover > a::after, .main-menu ul li.active > a::after {
  color: var(--tp-common-black);
}
.main-menu ul li:hover > .submenu, .main-menu ul li.active > .submenu {
  top: 100%;
  visibility: visible;
  opacity: 1;
}

.header__bottom {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
}

.hamurger-btn {
  font-size: 30px;
  color: #222;
}

/*----------------------------------------*/
/*  03. MEAN MENU CSS START
/*----------------------------------------*/
/* 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: 10px 0;
  color: var(--tp-common-white);
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  font-size: 14px;
  line-height: 1.5;
  font-weight: 700;
}
.mean-container .mean-nav ul li a:hover {
  color: var(--tp-theme-secondary);
}

.mean-container .mean-nav ul li a.mean-expand {
  margin-top: 5px;
  padding: 0 !important;
  line-height: 14px;
  border: 1px solid #ebebeb !important;
  height: 30px;
  width: 30px;
  line-height: 30px;
  color: var(--tp-common-black);
  line-height: 30px;
  top: 0;
  font-weight: 400;
}
.mean-container .mean-nav ul li a.mean-expand:hover {
  background: var(--tp-theme-1);
  color: var(--tp-common-white);
  border-color: var(--tp-theme-1);
}

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

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

/*----------------------------------------*/
/*  04. HERO CSS START
/*----------------------------------------*/
.hero__bg {
  position: relative;
}
.hero__bg::after {
  content: "";
  height: 960px;
  width: 960px;
  background-color: var(--tp-common-white);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  border-radius: 50%;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero__bg::after {
    height: 750px;
    width: 750px;
    top: 100px;
  }
}
@media (max-width: 767px) {
  .hero__bg::after {
    display: none;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .hero__bg::after {
    height: 500px;
    width: 500px;
    top: 35px;
  }
}
.hero__height {
  min-height: 960px;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .hero__height {
    min-height: 750px;
  }
}
@media (max-width: 767px) {
  .hero__height {
    min-height: 550px;
  }
}
.hero__overlay {
  background-position: center;
  background-size: cover;
}
.hero__content {
  position: relative;
  z-index: 1;
  margin-bottom: 35px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .hero__content {
    margin-bottom: 0;
  }
}
.hero__logo img {
  box-shadow: 0px 2px 55px rgb(220, 223, 230);
  border-radius: 10px;
}
.hero__icon {
  margin: 0px 17px;
}
.hero__icon img {
  width: 90px;
  height: 90px;
  border-radius: 50%;
}
@media (max-width: 767px) {
  .hero__icon {
    margin: 0px 10px;
  }
}
.hero__subtitle {
  font-weight: 700;
  font-size: 20px;
  color: var(--tp-theme-secondary);
  text-transform: uppercase;
  display: inline-block;
}
.hero__title {
  font-weight: 700;
  font-size: 50px;
  line-height: 1.3;
  margin-bottom: 50px;
  color: var(--tp-common-black);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .hero__title {
    font-size: 46px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .hero__title br {
    display: none;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .hero__title {
    font-size: 50px;
  }
}
@media (max-width: 767px) {
  .hero__title {
    margin-bottom: 50px;
    font-size: 25px;
  }
}
.hero__title span {
  font-weight: 700;
}
.hero__prev-img {
  position: absolute;
  left: 0;
  top: 0;
  width: auto;
  height: 100%;
  z-index: 1;
}
@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  .hero__prev-img {
    left: -16%;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .hero__prev-img {
    left: -30%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero__prev-img {
    left: -46%;
    top: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero__prev-img {
    left: -6%;
    top: 35%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .hero__prev-img {
    left: -6%;
    top: 57%;
  }
}
@media (max-width: 767px) {
  .hero__prev-img {
    left: -22%;
    top: 57%;
  }
}

.hero-img-1 {
  position: absolute;
  top: 30px;
  left: 40px;
  z-index: 3;
}
.hero-img-1 img {
  border-radius: 15px;
  max-width: 100%;
}

.hero-img-2 {
  position: absolute;
  top: 270px;
  left: 40px;
  z-index: 3;
}
.hero-img-2 img {
  border-radius: 15px;
  max-width: 100%;
}
@media only screen and (min-width: 1400px) and (max-width: 1600px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .hero-img-2 {
    top: 223px;
  }
}

.hero-img-3 {
  position: absolute;
  bottom: 50px;
  left: 40px;
  z-index: 3;
}
.hero-img-3 img {
  border-radius: 15px;
  max-width: 100%;
}
@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  .hero-img-3 {
    bottom: 195px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .hero-img-3 {
    bottom: 195px;
    left: -35px;
  }
}

.hero-img-4 {
  position: absolute;
  top: 30px;
  right: 40px;
  z-index: 3;
}
.hero-img-4 img {
  border-radius: 15px;
  max-width: 100%;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .hero-img-4 {
    right: -42px;
  }
}

.hero-img-5 {
  position: absolute;
  top: 360px;
  right: 40px;
  z-index: 3;
}
.hero-img-5 img {
  border-radius: 15px;
  max-width: 100%;
}
@media only screen and (min-width: 1400px) and (max-width: 1600px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .hero-img-5 {
    right: -147px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .hero-img-5 {
    right: -249px;
  }
}

.hero-img-6 {
  position: absolute;
  bottom: 50px;
  right: 120px;
  z-index: 3;
}
.hero-img-6 img {
  border-radius: 15px;
  max-width: 100%;
}
@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  .hero-img-6 {
    bottom: 96px;
    right: 0px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .hero-img-6 {
    bottom: 96px;
    right: -83px;
  }
}

@media only screen and (min-width: 1400px) and (max-width: 1600px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .hero-img-1 img,
  .hero-img-2 img,
  .hero-img-3 img,
  .hero-img-4 img,
  .hero-img-5 img,
  .hero-img-6 img {
    width: 80%;
  }
}

.particle-banner .ball {
  position: absolute;
  border-radius: 100%;
  opacity: 1;
}

.hero__overlay {
  background-position: center;
  background-size: cover;
  background-image: none !important;
  background-color: #57C9DA;
}

/*----------------------------------------*/
/*  05. FEATURES CSS START
/*----------------------------------------*/
.features__bg-text {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: -1;
  width: 100%;
}
.features__bg-text h3 {
  font-size: 310px;
  text-transform: uppercase;
  color: var(--tp-common-white);
  opacity: 0.04;
  font-weight: 800;
  letter-spacing: 30px;
}
@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  .features__bg-text h3 {
    font-size: 220px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .features__bg-text h3 {
    font-size: 180px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .features__bg-text h3 {
    font-size: 150px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .features__bg-text h3 {
    font-size: 100px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .features__bg-text h3 {
    display: none;
  }
}
.features__title {
  font-size: 24px;
  font-weight: 600;
  color: var(--tp-theme-primary);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .features__title {
    font-size: 18px;
  }
}
.features__item {
  position: relative;
  padding: 49px 30px;
  justify-content: center;
}
@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  .features__item {
    padding-right: 40px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .features__item {
    padding: 49px 1px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .features__item {
    padding: 49px 12px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .features__item {
    display: block !important;
    padding: 30px 10px 30px 18px;
  }
}
@media (max-width: 767px) {
  .features__item {
    padding: 50px 0;
    display: block !important;
    text-align: center;
  }
}
.features__item::after {
  position: absolute;
  content: "";
  right: -12px;
  top: 50%;
  height: 100%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 1px;
  background-color: #E6E8F3;
  opacity: 0.9;
}
@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  .features__item::after {
    right: 10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .features__item::after {
    right: -18px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .features__item::after {
    right: 0;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .features__item::after {
    display: none;
  }
}
.features__item-border .row [class*=col-]:last-child .features__item::after {
  display: none;
}
.features__item-2 {
  position: relative;
  z-index: 1;
  padding: 40px 50px;
  background-color: var(--tp-common-white);
  border-radius: 20px;
}
@media (max-width: 767px) {
  .features__item-2 {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.features__item-2:hover .features__icon-2 i, .features__item-2:hover .features__icon-2 span {
  -webkit-transform: translateY(-5px) translate3d(0, -5px, 0);
  -moz-transform: translateY(-5px) translate3d(0, -5px, 0);
  -ms-transform: translateY(-5px) translate3d(0, -5px, 0);
  transform: translateY(-5px) translate3d(0, -5px, 0);
}
.features__icon {
  margin-right: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .features__icon {
    margin-right: 0;
  }
}
.features__icon i {
  font-size: 50px;
  color: var(--tp-theme-secondary);
}
.features__icon-2 {
  margin-bottom: 34px;
}
.features__icon-2 span, .features__icon-2 i {
  display: inline-block;
  font-size: 60px;
  background: linear-gradient(260.52deg, #1C99FE -4.98%, #7644FF 48.42%, #FD4766 96.9%);
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: transform 0.3s cubic-bezier(0.21, 0.6, 0.44, 2.18);
  -moz-transition: transform 0.3s cubic-bezier(0.21, 0.6, 0.44, 2.18);
  -ms-transition: transform 0.3s cubic-bezier(0.21, 0.6, 0.44, 2.18);
  -o-transition: transform 0.3s cubic-bezier(0.21, 0.6, 0.44, 2.18);
  transition: transform 0.3s cubic-bezier(0.21, 0.6, 0.44, 2.18);
}
.features__icon-2 span {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.features__icon-2 span img {
  width: 60px;
  margin: auto;
}
.features__content p {
  font-size: 16px;
  color: var(--tp-theme-primary);
  line-height: 1.6;
  margin-bottom: 0;
}
.features__content-2 p {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 0;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .features__content-2 p {
    font-size: 16px;
  }
}
.features__shape-1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.features__shape-2 {
  position: absolute;
  top: -30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: -1;
}
.features__shape-3 {
  position: absolute;
  bottom: -30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: -1;
}

.demofeaturebox {
  border: 1px solid #E6E8F3;
}

/*----------------------------------------*/
/*  06. HOME CSS START
/*----------------------------------------*/
.home__item {
  padding: 70px 70px 50px 70px;
  display: inline-block;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .home__item {
    padding: 50px 50px 30px 50px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .home__item {
    padding: 40px 40px 20px 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .home__item {
    padding: 30px 20px 25px 20px;
  }
}
@media (max-width: 767px) {
  .home__item {
    padding: 30px 15px 30px 15px;
  }
}
.home__item:hover {
  background-color: var(--tp-theme-1);
}
.home__item:hover .home__thumb img {
  box-shadow: none;
}
.home__item:hover .home__title {
  color: var(--tp-common-white);
}
.home__item:hover .home__shape {
  opacity: 1;
  height: 100%;
}
.home__badge span {
  position: absolute;
  top: 0;
  right: 0;
  background-color: red;
  color: #fff;
  padding: 5px 15px;
  font-size: 16px;
  font-weight: 700;
}
.home__thumb {
  margin-bottom: 40px;
}
.home__thumb img {
  filter: drop-shadow(0px 19px 21px rgba(184, 189, 209, 0.16));
}
.home__title {
  font-weight: 500;
  font-size: 30px;
  color: var(--tp-common-black);
  margin: 0;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .home__title {
    font-size: 24px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px), only screen and (min-width: 576px) and (max-width: 767px) {
  .home__title {
    font-size: 20px;
  }
}
.home__title a {
  display: block;
}
@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) {
  .home__title a {
    padding-bottom: 20px;
  }
}
@media (max-width: 767px), only screen and (min-width: 576px) and (max-width: 767px) {
  .home__title a {
    padding-bottom: 40px;
  }
}

.tphomedemo {
  border-top: 1px solid rgb(230, 232, 243);
  border-bottom: 1px solid rgb(230, 232, 243);
}

.tp-hm-bdr {
  position: relative;
}
.tp-hm-bdr::after {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  height: 100%;
  width: 1px;
  border-right: 1px solid rgb(230, 232, 243);
}

/*----------------------------------------*/
/*  07. BANNER CSS START
/*----------------------------------------*/
.banner__title {
  font-size: 50px;
  color: var(--tp-common-white);
  font-weight: 700;
}
.banner__title span {
  font-weight: 300;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .banner__title {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .banner__title {
    font-size: 30px;
  }
}
.banner__bg {
  background: linear-gradient(330.62deg, #1C99FE 7.84%, #7644FF 49.62%, #FD4766 93.15%);
}
.banner__content {
  padding: 0 40px;
}

/*----------------------------------------*/
/*  08. INNER CSS START
/*----------------------------------------*/
.inner__slider {
  margin-right: -45px;
  margin-left: -45px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .inner__slider {
    margin-left: 0;
    margin-right: 0;
  }
}
.inner__slider-wrapper {
  position: relative;
  z-index: 1;
}
.inner__slider-top {
  z-index: 1;
  padding-top: 100px;
  padding-bottom: 205px;
  background: linear-gradient(330.62deg, #1C99FE 7.84%, #7644FF 49.62%, #FD4766 93.15%);
}
.inner__bg-text {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: -1;
  width: 100%;
  text-align: center;
}
.inner__bg-text h3 {
  font-size: 270px;
  text-transform: uppercase;
  color: var(--tp-common-white);
  opacity: 0.04;
  font-weight: 800;
  letter-spacing: 30px;
}
@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  .inner__bg-text h3 {
    font-size: 150px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .inner__bg-text h3 {
    font-size: 150px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .inner__bg-text h3 {
    font-size: 100px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .inner__bg-text h3 {
    font-size: 75px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .inner__bg-text h3 {
    display: none;
  }
}
.inner__item:hover .inner__thumb img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .inner__item:hover .inner__thumb img {
    max-width: 100%;
  }
}
.inner__title {
  font-size: 22px;
  font-weight: 500;
  color: var(--tp-common-white);
}
.inner__title a:hover {
  color: var(--tp-theme-1);
}
.inner__thumb {
  position: relative;
  overflow: hidden;
}
.inner__thumb img {
  max-width: 100%;
}
.inner__content {
  padding-top: 35px;
}
.inner__nav button {
  font-size: 50px;
  color: var(--tp-common-white);
  opacity: 0.3;
  margin: 0 35px;
}
.inner__nav button:hover {
  opacity: 1;
}
.inner__preview-btn {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.inner-2-side {
  margin-left: -295px;
  margin-right: -310px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .inner-2-side {
    margin-left: 0;
    margin-right: 0;
  }
}

.tpplugin__img img {
  max-width: 100%;
}
.tpplugin__img2 {
  max-width: inherit;
  margin-left: -75px;
}
.tpplugin__img2 img {
  max-width: 100%;
}
@media only screen and (min-width: 1400px) and (max-width: 1600px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .tpplugin__img2 {
    margin-left: -40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tpplugin__img2 {
    margin-left: 0px;
  }
}
@media (max-width: 767px) {
  .tpplugin__img2 {
    margin-left: 0px;
  }
}
.tpplugin__img2 img {
  max-width: 100%;
}

/*----------------------------------------*/
/*  09. FAQ CSS START
/*----------------------------------------*/
.faq__accordion .accordion-item:first-of-type .accordion-button {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.faq__accordion .accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.faq__accordion .accordion-item:last-of-type {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.faq__accordion .accordion-item {
  background-color: transparent;
  border: 0;
  border-bottom: 1px solid rgba(23, 17, 81, 0.12);
}
.faq__accordion .accordion-button {
  padding: 30px 0;
  padding-right: 15px;
  font-size: 24px;
  font-weight: 500;
  color: var(--tp-common-black);
  background-color: transparent;
}
@media only screen and (min-width: 1601px) and (max-width: 1800px) {
  .faq__accordion .accordion-button {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .faq__accordion .accordion-button {
    font-size: 16px;
  }
}
.faq__accordion .accordion-button::after {
  position: absolute;
  content: "\f107";
  font-family: "Font Awesome 5 Pro";
  background-image: none;
  top: 28%;
  right: 0;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  color: var(--tp-common-black);
  width: auto;
  height: auto;
  font-weight: 500;
}
.faq__accordion .accordion-button.collapsed::after {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}
.faq__accordion .accordion-button:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
.faq__accordion .accordion-button:hover {
  color: var(--tp-theme-1);
}
.faq__accordion .accordion-button:not(.collapsed) {
  color: var(--tp-theme-1);
  background-color: transparent;
  box-shadow: none;
}
.faq__accordion .accordion-button:focus {
  box-shadow: none;
  border: 0;
}
.faq__accordion .accordion-body {
  padding: 0 0 25px;
}
.faq__accordion .accordion-body p {
  font-size: 16px;
  color: var(--tp-common-black);
}

/*----------------------------------------*/
/*  10. SUPPORT CSS START
/*----------------------------------------*/
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .support__wrapper {
    padding-left: 0;
    margin-top: 50px;
  }
}
@media (max-width: 767px) {
  .support__icon {
    margin-bottom: 25px;
  }
}
.support__icon img {
  max-width: 100%;
}
.support__item {
  padding: 65px 78px;
  border: 1px solid #171151;
}
@media only screen and (min-width: 1601px) and (max-width: 1800px) {
  .support__item {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media only screen and (min-width: 1601px) and (max-width: 1800px) {
  .support__item {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  .support__item {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .support__item {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .support__item {
    padding-left: 60px;
    padding-right: 60px;
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .support__item {
    padding: 50px 20px;
    margin-bottom: 40px;
  }
}
.support__title {
  font-size: 22px;
  font-weight: 600;
  color: var(--tp-common-white);
  margin-bottom: 35px;
}
@media only screen and (min-width: 1601px) and (max-width: 1800px) {
  .support__title {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .support__title {
    font-size: 20px;
    margin-bottom: 25px;
  }
}

/*----------------------------------------*/
/*  24. service CSS START
/*----------------------------------------*/
.tp-service-item {
  background-color: var(--tp-common-white);
  padding: 70px 60px;
  border-radius: 20px;
  position: relative;
  z-index: 2;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-service-item {
    padding: 50px 30px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-service-item {
    padding: 30px 25px;
  }
}
@media (max-width: 767px) {
  .tp-service-item {
    flex-wrap: wrap;
    padding: 35px 20px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-service-item {
    padding: 49px 30px;
  }
}
@media (max-width: 767px) {
  .tp-service-item .tp-sv-img {
    margin-bottom: 20px;
  }
}
.tp-service-item:hover .tp-sv-img {
  -webkit-transform: translate3d(0, -10px, 0);
  -moz-transform: translate3d(0, -10px, 0);
  transform: translate3d(0, -10px, 0);
}

.tp-sv-box {
  position: relative;
}
.tp-sv-box:before {
  content: "";
  background-image: linear-gradient(-90deg, #5956E9 0%, #FFDC60 100%);
  opacity: 0.3;
  height: 27px;
  width: 84%;
  bottom: 0px;
  position: absolute;
  left: 0;
  border-radius: 30px;
  right: 0;
  margin: auto;
  z-index: 1;
  transition: 0.4s;
}
.tp-sv-box:hover:before {
  bottom: -20px;
}

.tp-sv-img {
  backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: transform 0.3s cubic-bezier(0.21, 0.6, 0.44, 2.18);
  -moz-transition: transform 0.3s cubic-bezier(0.21, 0.6, 0.44, 2.18);
  transition: transform 0.3s cubic-bezier(0.21, 0.6, 0.44, 2.18);
}
.tp-sv-img img {
  min-height: 90px;
  min-width: 90px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-sv-content {
    padding-left: 30px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-sv-content {
    padding-left: 15px;
  }
}
@media (max-width: 767px) {
  .tp-sv-content {
    padding-left: 0px;
  }
}
.tp-sv-content .tp-sv-title {
  color: var(--tp-common-black);
  font-size: 32px;
  font-weight: 500;
}
.tp-sv-content .tp-sv-title:hover {
  color: var(--tp-theme-1);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-sv-content .tp-sv-title {
    font-size: 25px;
  }
}
@media (max-width: 767px) {
  .tp-sv-content .tp-sv-title {
    font-size: 25px;
  }
}
.tp-sv-content p {
  line-height: 26px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-sv-content p {
    font-size: 15px;
  }
}

.tp-sv-item-two {
  border: 1px solid #3F3F47;
  border-radius: 20px;
  padding-top: 90px;
  padding-bottom: 90px;
  padding-left: 50px;
  position: relative;
  padding-right: 44px;
  transition: 0.4s;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-sv-item-two {
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 42px;
    position: relative;
    padding-right: px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-sv-item-two {
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 39px;
    padding-right: 26px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-sv-item-two {
    padding-top: 60px;
    padding-bottom: 60px;
    padding-left: 50px;
    padding-right: 25px;
  }
}
@media (max-width: 767px) {
  .tp-sv-item-two {
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 33px;
    padding-right: 11px;
  }
}
.tp-sv-item-two:hover {
  background-color: #2F2F36;
  border-color: transparent;
}

.tp-sv-content-tow .tp-sv-product-design {
  font-size: 32px;
  font-weight: 500;
  color: var(--tp-common-white);
  margin-bottom: 40px;
}
.tp-sv-content-tow p {
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  color: #B5B8C1;
  margin-bottom: 0;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-sv-content-tow p {
    font-size: 16px;
  }
}

/*----------------------------------------*/
/*  11. MORE DEMO CSS START
/*----------------------------------------*/
.more__slider {
  margin-right: -140px;
  margin-left: -170px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .more__slider {
    margin-left: 0;
    margin-right: 0;
  }
}
.more__slider-wrapper {
  margin-top: -145px;
  position: relative;
  z-index: 1;
}
.more__slider-top {
  z-index: 1;
  padding-top: 100px;
  padding-bottom: 205px;
  background: linear-gradient(330.62deg, #1C99FE 7.84%, #7644FF 49.62%, #FD4766 93.15%);
}
.more__bg-text {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: -1;
  width: 100%;
  text-align: center;
}
.more__bg-text h3 {
  font-size: 270px;
  text-transform: uppercase;
  color: var(--tp-common-white);
  opacity: 0.04;
  font-weight: 800;
  letter-spacing: 30px;
}
@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  .more__bg-text h3 {
    font-size: 150px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .more__bg-text h3 {
    font-size: 150px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .more__bg-text h3 {
    font-size: 100px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .more__bg-text h3 {
    font-size: 75px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .more__bg-text h3 {
    display: none;
  }
}
.more__item:hover .more__thumb img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.more__title {
  font-size: 22px;
  font-weight: 500;
  color: var(--tp-common-white);
}
.more__title a:hover {
  color: var(--tp-theme-1);
}
.more__thumb {
  position: relative;
  overflow: hidden;
}
.more__content {
  display: none;
  padding-top: 35px;
}
.more__nav button {
  font-size: 50px;
  color: var(--tp-common-white);
  opacity: 0.3;
  margin: 0 35px;
}
.more__nav button:hover {
  opacity: 1;
}
.more__preview-btn {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/*----------------------------------------*/
/*  19. news CSS START
/*----------------------------------------*/
.tp-news-letter-box {
  background-color: var(--tp-theme-1);
  padding-top: 82px;
  padding-bottom: 82px;
  border-radius: 20px;
  background-position: right;
  background-repeat: no-repeat;
  background-size: contain;
}
@media (max-width: 767px) {
  .tp-news-letter-box {
    background-size: cover;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-news-button .tp-btn-yellow {
    padding: 0 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-news-button .tp-btn-yellow {
    height: 50px;
    line-height: 50px;
    padding: 0 25px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-news-wrapper {
    padding-left: 35px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-news-wrapper {
    padding-left: 25px;
  }
}
@media (max-width: 767px) {
  .tp-news-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (max-width: 767px) {
  .tp-news-sub-wrapper {
    padding-right: 0px;
  }
}

.tp-news-shape-img {
  position: absolute;
  bottom: -22px;
  left: -60px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-news-shape-img {
    left: -35px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-news-shape-img {
    left: -25px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-news-shape-img {
    bottom: -55px;
    left: -33px;
  }
}
@media (max-width: 767px) {
  .tp-news-shape-img {
    left: -16px;
  }
}

@media (max-width: 767px) {
  .tp-news-letter-img {
    padding-top: 30px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-news-letter-img img {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .tp-news-letter-img img {
    max-width: 100%;
    padding-top: 25px;
  }
}

.tp-newsletter-left-img {
  max-width: inherit;
  margin-left: -100px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-newsletter-left-img {
    margin-left: -30px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-newsletter-left-img {
    margin-left: -30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-newsletter-left-img {
    margin-left: -30px;
  }
}
@media (max-width: 767px) {
  .tp-newsletter-left-img {
    margin-left: 0px;
    padding-top: 0;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-newsletter-left-img img {
    max-width: 100%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-newsletter-left-img img {
    max-width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-newsletter-left-img img {
    max-width: 110%;
  }
}
@media (max-width: 767px) {
  .tp-newsletter-left-img img {
    max-width: 100%;
  }
}

@media (max-width: 767px) {
  .tp-news-letter-section-box-two {
    padding-bottom: 100px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-news-letter-section-box .tp-title {
    font-size: 45px;
  }
}
@media (max-width: 767px) {
  .tp-news-letter-section-box .tp-title {
    font-size: 30px;
  }
}

.news-shape-img {
  position: absolute;
  top: -50px;
  left: 57px;
  animation: zoom2 5s infinite;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .news-shape-img {
    left: 0px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .news-shape-img {
    left: -33px;
  }
}
@media (max-width: 767px) {
  .news-shape-img {
    left: -61px;
  }
}

@media (max-width: 767px) {
  .tp-news-button .tp-btn-lg-yellow {
    margin-bottom: 20px;
  }
}

/*----------------------------------------*/
/*  20. newsletter CSS START
/*----------------------------------------*/
.tp-suscribe-newslatter {
  background-repeat: no-repeat;
}

.tp-news-letter-bg {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.tp-news-title {
  font-size: 45px;
  font-weight: 700;
  color: var(--tp-common-white);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-news-title {
    font-size: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-news-title {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .tp-news-title {
    font-size: 29px;
    margin-bottom: 20px;
  }
}

.tp-submit-button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
}
@media (max-width: 767px) {
  .tp-submit-button {
    position: relative;
    top: 0;
    transform: inherit;
  }
}

.tp-news-button input {
  height: 80px;
  width: 100%;
  border: 0;
  background-color: #6461FF;
  box-shadow: 0px, 14px rgba(35, 33, 142, 0.04);
  border-radius: 5px;
  font-weight: 400;
  font-size: 14px;
  color: var(--tp-common-white);
  padding-left: 30px;
  padding-right: 240px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-news-button input {
    padding-right: 200px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-news-button input {
    height: 60px;
  }
}
@media (max-width: 767px) {
  .tp-news-button input {
    padding-left: 20px;
    padding-right: 10px;
    height: 60px;
    margin-bottom: 20px;
  }
}
.tp-news-button input::placeholder {
  color: var(--tp-common-white);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-news-sub-wrapper {
    margin-bottom: 70px;
  }
}

/*----------------------------------------*/
/*  26. testimonial CSS START
/*----------------------------------------*/
.tp-testimonial-item {
  background-color: #3A3A42;
  padding: 60px 45px;
  border-radius: 20px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-testimonial-item {
    padding: 60px 35px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-testimonial-item {
    padding: 20px 40px;
  }
}
@media (max-width: 767px) {
  .tp-testimonial-item {
    padding: 25px 20px;
  }
}
@media (max-width: 767px) {
  .tp-testimonial-item .tp-testi-meta {
    flex-direction: column;
    margin-bottom: 20px;
  }
}

.tp-testi-icon-box {
  flex: 0 0 auto;
}

.tp-testi-client-position h3 {
  color: var(--tp-common-white);
  font-size: 18px;
  font-weight: 700;
}
.tp-testi-client-position h6 {
  color: var(--tp-common-white);
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 500;
}

@media (max-width: 767px) {
  .tp-testi-ratting {
    margin-top: 15px;
  }
}
.tp-testi-ratting i {
  color: var(--tp-theme-primary);
}

.tp-testi-p-text p {
  color: var(--tp-common-white);
  line-height: 30px;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 0;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-testi-p-text p {
    font-size: 16px;
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-testi-p-text p {
    font-size: 16px;
    margin-bottom: 0;
  }
}

.testimonial-slider-active {
  margin-left: -55px;
  margin-right: -55px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .testimonial-slider-active {
    margin-left: -390px;
    margin-right: -390px;
  }
}
@media (max-width: 767px) {
  .testimonial-slider-active {
    margin-left: 0;
    margin-right: 0;
  }
}

.testimonial-slider-active-2 {
  margin-left: -390px;
  margin-right: -390px;
}
@media (max-width: 767px) {
  .testimonial-slider-active-2 {
    margin-left: 0;
    margin-right: 0;
  }
}

.tp-testi-img img {
  border-radius: 10px;
}

.tp-testimonial-slider-section .swiper-slide.swiper-slide-active {
  border: 1px solid #FFDC60;
  border-radius: 20px;
}

.tp-testimonial-info img {
  border-radius: 10px;
  width: 69px;
  height: 69px;
  border-radius: 50%;
  object-fit: cover;
  margin-bottom: 25px;
}
.tp-testimonial-info h4 {
  font-size: 18px;
  color: var(--tp-common-black);
  font-weight: 700;
}
.tp-testimonial-info span {
  font-size: 12px;
  font-weight: 500;
  color: #8A90A2;
  margin-bottom: 30px;
  display: inline-block;
}
.tp-testimonial-info span i {
  color: var(--tp-theme-primary);
}
.tp-testimonial-info span .fa-stars-1 {
  padding-left: 8px;
}
.tp-testimonial-info p {
  color: var(--tp-common-black);
  font-size: 24px;
  line-height: 1.6;
  font-weight: 400;
  max-width: 750px;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-testimonial-info p {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .tp-testimonial-info p {
    font-size: 18px;
  }
}

.testimonial-slider-dots .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 50%;
  background-color: var(--tp-theme-1);
  margin: 0px 3px;
  opacity: 0.5;
  transition: 0.3s;
}
.testimonial-slider-dots .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--tp-theme-1);
  width: 30px;
  border-radius: 30px;
  opacity: 1;
}

.testimonial-shape-1 {
  position: absolute;
  top: 210px;
  left: 120px;
  animation: moving 6s linear infinite;
}

.testimonial-shape-2 {
  position: absolute;
  top: 309px;
  left: 325px;
  animation: rotate 8s linear infinite;
}

.testimonial-shape-3 {
  position: absolute;
  top: 50%;
  left: 70px;
  animation: rotate 8s linear infinite;
}

.testimonial-shape-4 {
  position: absolute;
  bottom: 160px;
  left: 280px;
  animation: rotate 8s linear infinite;
}

.testimonial-shape-5 {
  position: absolute;
  bottom: 100px;
  left: 90px;
  animation: rotate 8s linear infinite;
}

.testimonial-shape-6 {
  position: absolute;
  top: 160px;
  right: 300px;
  animation: rotate 8s linear infinite;
}

.testimonial-shape-7 {
  position: absolute;
  top: 150px;
  right: 80px;
  animation: rotate 8s linear infinite;
}

.testimonial-shape-8 {
  position: absolute;
  top: 50%;
  right: 315px;
  animation: rotate 8s linear infinite;
}

.testimonial-shape-9 {
  position: absolute;
  top: 50%;
  right: 80px;
  animation: rotate 8s linear infinite;
}

.testimonial-shape-10 {
  position: absolute;
  bottom: 160px;
  right: 210px;
  animation: rotate 8s linear infinite;
}

.tp-testimonial-box {
  background-color: var(--tp-common-white);
  padding: 75px 63px;
  border-radius: 20px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-testimonial-box {
    padding: 54px 63px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-testimonial-box {
    padding: 40px 35px;
  }
}
@media (max-width: 767px) {
  .tp-testimonial-box {
    padding: 40px 20px;
  }
}
.tp-testimonial-box__rating span {
  color: var(--tp-theme-primary);
  font-size: 26px;
  padding-right: 5px;
  margin-bottom: 55px;
  display: inline-block;
}
@media (max-width: 767px) {
  .tp-testimonial-box__rating span {
    margin-bottom: 35px;
    font-size: 20px;
  }
}
.tp-testimonial-box__rating p {
  font-size: 24px;
  font-weight: 400;
  color: var(--tp-common-black);
  line-height: 1.7;
  margin-bottom: 75px;
  padding-right: 5px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-testimonial-box__rating p {
    font-size: 23px;
  }
}
@media (max-width: 767px) {
  .tp-testimonial-box__rating p {
    font-size: 15px;
    margin-bottom: 30px;
  }
}
.tp-testimonial-box__testi-title .testi-heading {
  font-size: 24px;
  font-weight: 700;
  color: var(--tp-common-black);
  margin-bottom: 4px;
}
@media (max-width: 767px) {
  .tp-testimonial-box__testi-title .testi-heading {
    font-size: 17px;
  }
}
.tp-testimonial-box__testi-title span {
  display: block;
  color: #8A90A2;
  font-size: 14px;
  font-weight: 500;
}

.testi-slider-active-four {
  margin-left: -320px;
  margin-right: -320px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testi-slider-active-four {
    margin-left: 0px;
    margin-right: 0px;
  }
}
@media (max-width: 767px) {
  .testi-slider-active-four {
    margin-left: 0px;
    margin-right: 0px;
  }
}

.testi-slider-opacity {
  opacity: 0.3;
}

.testi-slider-opacity.swiper-slide.swiper-slide-active {
  opacity: 1;
}

.testimonial-slider-dots-four .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 50%;
  background-color: var(--tp-theme-1);
  margin: 0px 3px;
  opacity: 0.5;
  transition: 0.3s;
}
.testimonial-slider-dots-four .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--tp-theme-1);
  width: 30px;
  border-radius: 30px;
  opacity: 1;
}

.tp-testimonial-item-four {
  background: #2F2F36;
  padding: 0px 46px;
  padding-top: 50px;
  padding-bottom: 60px;
  border-radius: 20px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-testimonial-item-four {
    padding: 0px 35px;
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-testimonial-item-four {
    padding: 0px 15px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .tp-testimonial-item-four {
    padding: 0px 20px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-testimonial-item-four__meta {
    margin-bottom: 35px;
  }
}
@media (max-width: 767px) {
  .tp-testimonial-item-four__meta {
    margin-bottom: 25px;
  }
}
.tp-testimonial-item-four__rating span {
  color: var(--tp-theme-primary);
  line-height: 1;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), (max-width: 767px) {
  .tp-testimonial-item-four .tp-testi-paragraph {
    margin-bottom: 0;
    padding-bottom: 10px;
  }
}
.tp-testimonial-item-four .tp-testi-paragraph p {
  font-size: 18px;
  font-weight: 400;
  color: #A0A2A4;
  line-height: 32px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-testimonial-item-four .tp-testi-paragraph p {
    font-size: 16px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-testimonial-item-four .tp-testi-paragraph p {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .tp-testimonial-item-four .tp-testi-paragraph p {
    font-size: 15px;
  }
}
.tp-testimonial-item-four__position h4 {
  font-size: 20px;
  font-weight: 700;
  color: var(--tp-common-white);
}
.tp-testimonial-item-four__position span {
  color: #8A90A2;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  .tp-testi-wrapper {
    flex-wrap: wrap;
  }
}

@media (max-width: 767px) {
  .tp-testimonial-title-box {
    margin-bottom: 40px;
  }
}

.ce-testi-shape {
  position: absolute;
  bottom: 150px;
  left: 45px;
  animation: rotate2 15s linear infinite;
}
@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  .ce-testi-shape {
    bottom: 20px;
  }
}

.tp-testimonial-thumb img {
  max-width: 100%;
}

.tptestimonial__rating-5 span {
  color: var(--tp-theme-primary);
  padding-right: 2px;
  margin-bottom: 55px;
  display: inline-block;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tptestimonial__rating-5 span {
    margin-bottom: 35px;
  }
}
@media (max-width: 767px) {
  .tptestimonial__rating-5 span {
    margin-bottom: 25px;
  }
}
.tptestimonial__rating-5 p {
  font-size: 30px;
  font-weight: 400;
  color: var(--tp-common-black);
  line-height: 1.4;
  padding-bottom: 55px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tptestimonial__rating-5 p {
    font-size: 28px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tptestimonial__rating-5 p {
    font-size: 25px;
    margin-bottom: 25px;
  }
}
@media (max-width: 767px) {
  .tptestimonial__rating-5 p {
    font-size: 18px;
    padding-bottom: 20px;
  }
}
.tptestimonial__meta-5 span {
  font-size: 14px;
  font-weight: 500;
  color: #8A90A2;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  .testimonial-pd-slider-section {
    padding-left: 0px;
  }
}

.tp-pd-testi-title {
  color: var(--tp-common-black);
  font-weight: 700;
  font-size: 24px;
}

.project-blue-dots {
  padding-top: 0px;
  position: absolute;
}
.project-blue-dots .swiper-pagination-bullet {
  background-color: rgb(137, 206, 251);
}
@media (max-width: 767px) {
  .project-blue-dots {
    padding-top: 20px;
    position: static;
  }
}

.project-blue-dots .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--tp-common-blue);
  box-shadow: 0px 2px 2px rgba(89, 86, 233, 0.25);
}

.bp-testi-shape-1 {
  position: absolute;
  top: 150px;
  left: 330px;
  animation: moving 9s linear infinite;
}

.bp-testi-shape-2 {
  position: absolute;
  top: 130px;
  right: 120px;
  animation: rotate2 15s linear infinite;
}

.bs-testi-shape-1 {
  position: absolute;
  bottom: 70px;
  left: 40px;
  animation: rotate2 15s linear infinite;
}

.ac-testimonial-right img {
  max-width: 100%;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ac-testimonial-info {
    margin-bottom: 70px;
  }
}

.testimonial-html-space {
  padding-left: 45px;
  padding-right: 120px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial-html-space {
    padding-right: 45px;
  }
}
@media (max-width: 767px) {
  .testimonial-html-space {
    padding-right: 20px;
    padding-left: 20px;
  }
}

.basic-pagination ul li:not(:last-child) {
  margin-right: 10px;
}

.basic-pagination ul li {
  display: inline-block;
}

.basic-pagination ul li a, .basic-pagination ul li span {
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 46px;
  text-align: center;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -o-border-radius: 7px;
  -ms-border-radius: 7px;
  border-radius: 7px;
  border: 2px solid #f1f1f1;
  font-size: 18px;
  font-weight: 600;
}

.basic-pagination ul li a:hover, .basic-pagination ul li a.current, .basic-pagination ul li span:hover, .basic-pagination ul li span.current {
  background: var(--tp-theme-primary);
  border-color: var(--tp-theme-primary);
  color: var(--tp-common-black);
}

/*----------------------------------------*/
/*  13. PURCHASE CSS START
/*----------------------------------------*/
.purchase__logo {
  text-align: center;
  line-height: 148px;
  border-radius: 50%;
  margin: 0 auto;
  margin-top: -80px;
  margin-bottom: 70px;
}
.purchase__bg-text {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: -1;
  width: 100%;
  text-align: center;
}
.purchase__bg-text h3 {
  font-size: 270px;
  text-transform: uppercase;
  color: var(--tp-common-white);
  opacity: 0.04;
  font-weight: 800;
  letter-spacing: 30px;
}
@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  .purchase__bg-text h3 {
    font-size: 150px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .purchase__bg-text h3 {
    font-size: 150px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .purchase__bg-text h3 {
    font-size: 100px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .purchase__bg-text h3 {
    font-size: 75px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .purchase__bg-text h3 {
    display: none;
  }
}
.purchase__title {
  font-size: 45px;
  font-weight: 400;
  color: var(--tp-common-white);
  margin-bottom: 70px;
  line-height: 1.33;
}
.purchase__title span {
  font-weight: 700;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px), only screen and (min-width: 576px) and (max-width: 767px) {
  .purchase__title br {
    display: none;
  }
}
@media (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .purchase__title {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .purchase__title {
    font-size: 22px;
  }
}

.tpplugin__thumb {
  padding: 44px 20px;
  text-align: center;
  background: #fff;
  border-radius: 25px;
  height: 100%;
  -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;
}
.tpplugin__thumb:hover {
  transform: translateY(-5px) translate3d(0, -5px, 0);
}
.tpplugin__thumb img {
  width: 90px;
}

/*----------------------------------------*/
/*  00. BLOG CSS START
/*----------------------------------------*/
.postbox__thumb .play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
}
.postbox__audio {
  height: 455px;
  width: 100%;
}
.postbox__audio iframe {
  width: 100%;
  height: 100%;
  border: none;
}
.postbox__item:hover {
  -webkit-box-shadow: 0px 16px 32px 0px rgba(40, 89, 196, 0.1);
  -moz-box-shadow: 0px 16px 32px 0px rgba(40, 89, 196, 0.1);
  -ms-box-shadow: 0px 16px 32px 0px rgba(40, 89, 196, 0.1);
  -o-box-shadow: 0px 16px 32px 0px rgba(40, 89, 196, 0.1);
  box-shadow: 0px 16px 32px 0px rgba(40, 89, 196, 0.1);
}
.postbox__item-single:hover {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
.postbox__content {
  border: 2px solid #ededed;
  border-top: none;
  padding: 40px 50px;
}
@media (max-width: 767px) {
  .postbox__content {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.postbox__content-single {
  padding-left: 0;
  padding-right: 0;
  border: none;
}
.postbox__title {
  font-size: 38px;
  margin-bottom: 20px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .postbox__title {
    font-size: 28px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .postbox__title {
    font-size: 33px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .postbox__title {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .postbox__title {
    font-size: 25px;
  }
}
.postbox__title a:hover {
  color: var(--tp-theme-1);
}
.postbox__meta {
  margin-bottom: 5px;
}
.postbox__meta span {
  font-size: 14px;
  font-weight: 600;
  color: var(--tp-common-black);
  text-transform: uppercase;
  display: inline-block;
  margin-right: 30px;
}
.postbox__meta span:last-child {
  margin-right: 0;
}
.postbox__meta span i {
  color: var(--tp-theme-1);
  margin-right: 3px;
}
.postbox__meta span:hover {
  color: var(--tp-theme-2);
}
.postbox__meta span:hover i {
  color: var(--tp-theme-2);
}
.postbox__text img {
  max-width: 100%;
}
.postbox__text p {
  margin-bottom: 28px;
}
.postbox__text-single p {
  margin-bottom: 15px;
}
.postbox__slider button {
  position: absolute;
  left: 50px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
  font-size: 30px;
  color: var(--tp-common-white);
}
.postbox__slider button.postbox-slider-button-next {
  left: auto;
  right: 50px;
}
@media (max-width: 767px) {
  .postbox__slider button.postbox-slider-button-next {
    right: 10px;
  }
}
@media (max-width: 767px) {
  .postbox__slider button {
    left: 10px;
  }
}
.postbox__comment ul li {
  margin-bottom: 10px;
  list-style: none;
}
.postbox__comment ul li.children {
  margin-left: 100px;
}
@media (max-width: 767px) {
  .postbox__comment ul li.children {
    margin-left: 15px;
  }
}
.postbox__comment-form {
  margin-bottom: 20px;
  padding: 40px 30px;
  box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.09);
  background: var(--tp-common-white);
}
.postbox__comment-form-title {
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 40px;
}
.postbox__comment-input {
  position: relative;
  margin-bottom: 20px;
}
.postbox__comment-input span {
  font-weight: 600;
  color: var(--tp-common-black);
  margin-bottom: 12px;
  display: block;
}
.postbox__comment-input input, .postbox__comment-input textarea {
  height: 55px;
  padding: 0 20px;
  width: 100%;
  font-size: 14px;
  color: var(--tp-common-black);
  outline: none;
  border: 1px solid transparent;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -o-border-radius: 7px;
  -ms-border-radius: 7px;
  border-radius: 7px;
  background: #f7f7f7;
}
.postbox__comment-input textarea {
  height: 175px;
  resize: none;
  padding-top: 20px;
  padding-bottom: 20px;
}
.postbox__comment-title {
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 20px;
}
.postbox__comment-box {
  padding: 30px;
  padding-right: 40px;
  padding-top: 25px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
.postbox__comment-avater img {
  width: 50px;
  height: 50px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.postbox__comment-name {
  margin-bottom: 5px;
}
.postbox__comment-name h5 {
  font-size: 16px;
  line-height: 1;
  margin-bottom: 0;
}
.postbox__comment-name span {
  font-size: 14px;
  color: var(--tp-text-1);
}
@media (max-width: 767px) {
  .postbox__comment-text {
    margin-left: 0;
    margin-top: 15px;
  }
}
.postbox__comment-text p {
  font-size: 16px;
  color: var(--tp-text-11);
  margin-bottom: 15px;
}
.postbox__comment-reply {
  margin-top: 10px;
}
.postbox__comment-reply a {
  display: inline-block;
  color: var(--tp-theme-1);
  background: rgba(61, 108, 231, 0.1);
  height: 22px;
  line-height: 22px;
  padding: 0 10px;
  font-weight: 500;
  font-size: 14px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
.postbox__comment-reply a:hover {
  color: var(--tp-common-white);
  background: var(--tp-theme-1);
}
.postbox__comment-agree {
  padding-left: 5px;
}
.postbox__comment-agree input {
  margin: 0;
  appearance: none;
  -moz-appearance: none;
  display: block;
  width: 14px;
  height: 14px;
  background: var(--tp-common-white);
  border: 1px solid #b9bac1;
  outline: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  flex: 0 0 auto;
  -webkit-transform: translateY(-1px);
  -moz-transform: translateY(-1px);
  -ms-transform: translateY(-1px);
  -o-transform: translateY(-1px);
  transform: translateY(-1px);
}
.postbox__comment-agree input:checked {
  position: relative;
  background-color: var(--tp-theme-1);
  border-color: transparent;
}
.postbox__comment-agree input:checked::after {
  box-sizing: border-box;
  content: "\f00c";
  position: absolute;
  font-family: var(--tp-ff-fontawesome);
  font-size: 10px;
  color: var(--tp-common-white);
  top: 46%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.postbox__comment-agree input:hover {
  cursor: pointer;
}
.postbox__comment-agree label {
  padding-left: 8px;
  color: var(--tp-text-1);
  line-height: 1;
}
.postbox__comment-agree label a {
  color: var(--tp-common-black);
  font-weight: 600;
  padding-left: 4px;
}
.postbox__comment-agree label a:hover {
  color: var(--tp-theme-1);
}
.postbox__comment-agree label:hover {
  cursor: pointer;
}
.postbox__tag span {
  font-size: 16px;
  margin-bottom: 17px;
  color: var(--tp-common-black);
  margin-right: 10px;
}

.rc__post ul li:not(:last-child) {
  margin-bottom: 15px;
}
.rc__post-thumb img {
  width: 80px;
  height: 80px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.rc__post-title {
  margin-bottom: 6px;
  font-size: 17px;
}
.rc__post-title a:hover {
  color: var(--tp-theme-1);
}
.rc__meta span {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 600;
}

.sidebar__widget {
  padding: 30px;
  background: var(--tp-common-white);
  border: 2px solid #ededed;
  -webkit-box-shadow: 0px 8px 16px 0px rgba(200, 183, 255, 0.2);
  -moz-box-shadow: 0px 8px 16px 0px rgba(200, 183, 255, 0.2);
  -ms-box-shadow: 0px 8px 16px 0px rgba(200, 183, 255, 0.2);
  -o-box-shadow: 0px 8px 16px 0px rgba(200, 183, 255, 0.2);
  box-shadow: 0px 8px 16px 0px rgba(200, 183, 255, 0.2);
}
.sidebar__widget-title {
  position: relative;
  display: inline-block;
  font-size: 20px;
  padding-left: 30px;
  margin-bottom: 30px;
}
.sidebar__widget-title::after {
  left: 0px;
  height: 20px;
  width: 2px;
  background: var(--tp-theme-1);
  position: absolute;
  top: 50%;
  content: "";
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.sidebar__widget ul li {
  list-style: none;
}
.sidebar__widget ul li:not(:last-child) a {
  border-bottom: 1px solid #eaeaea;
}
.sidebar__widget ul li:last-child {
  padding-bottom: 0;
}
.sidebar__widget ul li:first-child {
  padding-top: 0;
}
.sidebar__widget ul li a {
  padding: 15px 0;
  color: var(--tp-common-black);
  display: block;
  font-weight: 500;
  text-transform: capitalize;
}
.sidebar__widget ul li a:hover {
  color: var(--tp-theme-1);
}
.sidebar__widget ul li ul {
  padding-left: 15px;
}
.sidebar__search {
  position: relative;
}
.sidebar__search input {
  width: 100%;
  height: 60px;
  line-height: 60px;
  background: var(--tp-grey-1);
  padding: 0 25px;
  text-transform: capitalize;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -o-border-radius: 7px;
  -ms-border-radius: 7px;
  border-radius: 7px;
  border: 2px solid var(--tp-grey-1);
  outline: none;
  padding-top: 3px;
  padding-right: 80px;
}
.sidebar__search button {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  padding: 0 24px;
  color: #fff;
  line-height: 60px;
  -webkit-border-radius: 0 7px 7px 0;
  -moz-border-radius: 0 7px 7px 0;
  -o-border-radius: 0 7px 7px 0;
  -ms-border-radius: 0 7px 7px 0;
  border-radius: 0 7px 7px 0;
  background: var(--tp-theme-1);
}
.sidebar__banner::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.sidebar__banner-content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
  background: var(--tp-common-white);
}
.sidebar__banner-content h4 {
  padding: 15px 20px;
  font-size: 24px;
  color: var(--tp-common-black);
  text-transform: uppercase;
  margin-bottom: 0;
}

.tagcloud a {
  background: var(--tp-grey-1);
  color: var(--tp-common-black);
  display: inline-block;
  font-size: 13px;
  font-weight: 600;
  line-height: 1;
  padding: 8px 21px;
  padding-bottom: 8px;
  margin-bottom: 8px;
  margin-right: 5px;
  text-transform: uppercase;
  border-radius: 40px;
  border: 0;
}
.tagcloud a:hover {
  background: var(--tp-common-black);
  color: var(--tp-common-white);
}

blockquote {
  background: var(--tp-grey-1);
  padding: 35px 50px;
  margin-bottom: 35px;
}
@media (max-width: 767px) {
  blockquote {
    padding-left: 15px;
    padding-right: 15px;
  }
}
blockquote p {
  line-height: 1.5;
  font-size: 20px;
  color: #57565e;
  font-weight: 400;
}
blockquote cite {
  font-size: 18px;
  display: block;
  margin-top: 10px;
  color: #070337;
  font-style: inherit;
  font-weight: 600;
  position: relative;
}
blockquote cite::before {
  content: "";
  font-size: 28px;
  color: var(--tp-theme-1);
  padding-bottom: 0px;
  display: inline-block;
  background: var(--tp-theme-1);
  height: 2px;
  width: 40px;
  font-weight: 400;
  text-align: center;
  top: -4px;
  margin-right: 10px;
  position: relative;
}

/*----------------------------------------*/
/*  00. FOOTER CSS START
/*----------------------------------------*/
.footer__widget-title {
  font-size: 22px;
  color: var(--tp-common-black);
  margin-bottom: 20px;
}
.footer__widget ul li {
  list-style: none;
}
.footer__widget ul li a {
  font-size: 14px;
  color: var(--tp-text-1);
}

.tp-prvfooter-bg {
  background-position: center;
  background-size: cover;
}

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