@charset "UTF-8";
@-webkit-keyframes pulse {
  /*-----------------------------------------------------------------------------------

Theme Name: Quip – Saas Startup Multipurpose WordPress Theme
Theme URI: https://wp.fleexstudio.com/quip
Author: Sujon Mahamud
Author URI: https://sujon.fleexstudio.com/
Description: Quip – Saas Startup Multipurpose WordPress Theme
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: quip

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

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

    01. THEME DEFAULT CSS
    02. HEADER CSS



**********************************************/
  /*----------------------------------------*/
  /*  01. THEME DEFAULT CSS START
/*----------------------------------------*/
  /*---------------------------------
    typography css start
---------------------------------*/
  /*---------------------------------
    common classes css start
---------------------------------*/
  /*----------------------------------------
    Body Overlay
-----------------------------------------*/
  /*----------------------------------------
    Progress Wrap
-----------------------------------------*/
  /*----------------------------------------
    basic pagination
-----------------------------------------*/
  /*--
    - Background color
-----------------------------------------*/
  /*--
    - Spacing
-----------------------------------------*/
  /* pulse btn */
  /* header btn */
  /* theme btn */
  /* link btn */
  /* link btn */
  /* section title css start */
  /*----------------------------------------*/
  /*  BREADCRUMB CSS START
/*----------------------------------------*/
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
  }
  70% {
    -webkit-box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
  }
  70% {
    -moz-box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
  }
  100% {
    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
/*----------------------------------------*/
/*  02. HEADER CSS START
/*----------------------------------------*/
/* logo */
/* main menu css */
/* .main-menu ul li .submenu > li:last-child a{
  padding-bottom: 0;
}
.main-menu ul li .submenu  > li:first-child a{
  padding-top: 0;
} */
/* mobile menu css */
/*----------------------------------------*/
/*  03. MEAN MENU CSS START
/*----------------------------------------*/
/* mean menu customize */
/*----------------------------------------*/
/*  04. SLIDER CSS START
/*----------------------------------------*/
@-webkit-keyframes hero-bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}
@-moz-keyframes hero-bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}
@-ms-keyframes hero-bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}
@keyframes hero-bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}
@-webkit-keyframes hero-shadow {
  0% {
    transform: translatey(-15px);
  }
  100% {
    transform: translatey(15px);
  }
}
@-moz-keyframes hero-shadow {
  0% {
    transform: translatey(-15px);
  }
  100% {
    transform: translatey(15px);
  }
}
@-ms-keyframes hero-shadow {
  0% {
    transform: translatey(-15px);
  }
  100% {
    transform: translatey(15px);
  }
}
@keyframes hero-shadow {
  0% {
    transform: translatey(-15px);
  }
  100% {
    transform: translatey(15px);
  }
}
/*----------------------------------------*/
/*  05. FEATURES CSS START
/*----------------------------------------*/
/*----------------------------------------*/
/*  06. ABOUT CSS START
/*----------------------------------------*/
/*----------------------------------------*/
/*  10. RESEARCH CSS START
/*----------------------------------------*/
/*----------------------------------------*/
/*  11. BLOG CSS START
/*----------------------------------------*/
/* sidebar area */
/* comment box */
/*----------------------------------------*/
/*  12. CTA CSS START
/*----------------------------------------*/
/*----------------------------------------*/
/*  13. FOOTER CSS START
/*----------------------------------------*/
/*----------------------------------------*/
/*  14. OFFCANVAS CSS START
/*----------------------------------------*/
/*----------------------------------------*/
/*  15. CATEGORY CSS START
/*----------------------------------------*/
/*----------------------------------------*/
/*  16. EVENT CSS START
/*----------------------------------------*/
/*----------------------------------------*/
/*  17. TEAM CSS START
/*----------------------------------------*/
/*----------------------------------------*/
/*  18. TESTIMONIAL CSS START
/*----------------------------------------*/
/*----------------------------------------*/
/*  19. BRAND CSS START
/*----------------------------------------*/
/*----------------------------------------*/
/*  20. CERTIFICATE CSS START
/*----------------------------------------*/
/*----------------------------------------*/
/*  21. PRICE CSS START
/*----------------------------------------*/
/*----------------------------------------*/
/*  22. FAQ CSS START
/*----------------------------------------*/
/*----------------------------------------*/
/*  23. APP CSS START
/*----------------------------------------*/
/*----------------------------------------*/
/*  24. CONTACT CSS START
/*----------------------------------------*/
/*----------------------------------------*/
/*  25. TEACHER CSS START
/*----------------------------------------*/
/*----------------------------------------*/
/*  26. ERROR CSS START
/*----------------------------------------*/
/*----------------------------------------*/
/*  27. LOGIN CSS START
/*----------------------------------------*/
@keyframes signDot {
  0% {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
  }
  100% {
    transform: translateY(50px);
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -o-transform: translateY(50px);
  }
}
@keyframes signZigzag {
  0% {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
  }
  100% {
    transform: translateY(50px);
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -o-transform: translateY(50px);
  }
}
@keyframes signCircle {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/*----------------------------------------*/
/*  28. CART CSS START
/*----------------------------------------*/
/* 16. Cart */
/* 17. Checkout */
/*----------------------------------------*/
/*  29. PROFILE CSS START
/*----------------------------------------*/
/*# sourceMappingURL=quip-core.css.map */
:root {
  --tp-ff-body: "Figtree", sans-serif;
  --tp-ff-heading: "Figtree", sans-serif;
  --tp-ff-p: "Figtree", sans-serif;
  --tp-ff-fontawesome: "Font Awesome 6 Pro";
  --tp-common-white: #ffffff;
  --tp-common-black: #1E1D2F;
  --tp-common-black-2: #120101;
  --tp-common-black-3: #0C140F;
  --tp-common-black-4: #000000;
  --tp-common-black-5: #0e1133;
  --tp-common-green: #26C089;
  --tp-common-green-2: #3E8454;
  --tp-common-green-3: #27AA4D;
  --tp-common-green-4: #20AD96;
  --tp-common-blue: #4356FF;
  --tp-common-blue-2: #4270FF;
  --tp-common-blue-3: #3C66ED;
  --tp-common-blue-4: #3083FF;
  --tp-common-cream: #FFF1E0;
  --tp-common-pink: #FF6470;
  --tp-common-pink-2: #FC4C56;
  --tp-common-orange: #F37F43;
  --tp-common-orange-2: #EE6002;
  --tp-common-orange-3: #FF9F4B;
  --tp-common-purple: #E33CFF;
  --tp-common-purple-2: #E64DFF;
  --tp-common-yellow: #F5B455;
  --tp-common-yellow-2: #F47F42;
  --tp-common-yellow-3: #F4930E;
  --tp-common-yellow-4: #FFAA2C;
  --tp-common-yellow-5: #FF8D00;
  --tp-common-violet: #6151FB;
  --tp-common-violet-2: #A794C8;
  --tp-header-primary: #031220;
  --tp-header-2: #120101;
  --tp-grey-1: #F1F1F1;
  --tp-grey-2: #F5F6F8;
  --tp-grey-3: #F8F8F8;
  --tp-grey-4: #F5F8FF;
  --tp-grey-5: #F5F5F5;
  --tp-grey-6: #DCDCDC;
  --tp-grey-7: #F9F9F9;
  --tp-grey-8: #F4FBF9;
  --tp-grey-9: #F0F8F7;
  --tp-grey-10: #F3F3F3;
  --tp-text-body: #4E4D61;
  --tp-text-1: #08111A;
  --tp-text-2: #6A5CFF;
  --tp-text-3: #777A7C;
  --tp-text-4: #4B535A;
  --tp-text-5: #4A545C;
  --tp-text-6: #6F7377;
  --tp-text-7: #6B7882;
  --tp-text-8: #788086;
  --tp-text-9: #6B737A;
  --tp-text-10: #828282;
  --tp-text-11: #5F6160;
  --tp-text-12: #565958;
  --tp-text-13: #868D94;
  --tp-text-14: #56595C;
  --tp-text-15: #a1a2ab;
  --tp-theme-1: #6A5CFF;
  --tp-theme-2: #258E46;
  --tp-theme-3: #007A70;
  --tp-border-1: #dedede;
  --tp-fw-normal: normal;
  --tp-fw-elight: 200;
  --tp-fw-light: 300;
  --tp-fw-regular: 400;
  --tp-fw-medium: 500;
  --tp-fw-sbold: 600;
  --tp-fw-bold: 700;
  --tp-fw-ebold: 800;
  --tp-fw-black: 900;
  --tp-fz-body: 18px;
  --tp-fz-p: 18px;
  --tp-fz-h1: 40px;
  --tp-fz-h2: 36px;
  --tp-fz-h3: 24px;
  --tp-fz-h4: 20px;
  --tp-fz-h5: 16px;
  --tp-fz-h6: 14px;
  --btn-primary-color: #ff6a6a;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
*::after {
  -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;
}
*::before {
  -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;
}
*::-moz-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;
}
html {
  scroll-behavior: smooth;
}
body {
  font-family: var(--tp-ff-body);
  font-size: var(--tp-fz-body);
  font-weight: normal;
  color: var(--tp-text-body);
  line-height: 30px;
  overflow-x: hidden;
}
body:not(.logged-in) .account-link.account, body:not(.logged-in) .account-link.ai-tools {
  display: none;
}
@media only screen and (min-width: 992px) {
  body .main-menu .account-link {
    display: none;
  }
}
a {
  text-decoration: none;
  -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;
  color: #ff6a6a;
  outline: none;
  border: none;
  background: transparent;
}
a:focus {
  text-decoration: none;
  outline: none;
  color: #ff9d9d;
  text-decoration: none;
}
a:hover {
  color: #ff9d9d;
  text-decoration: none;
}
h1 {
  font-family: var(--tp-ff-heading);
  color: var(--tp-header-primary);
  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;
  font-size: var(--tp-fz-h1);
  -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;
}
h2 {
  font-family: var(--tp-ff-heading);
  color: var(--tp-header-primary);
  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;
  font-size: var(--tp-fz-h2);
  -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;
}
h3 {
  font-family: var(--tp-ff-heading);
  color: var(--tp-header-primary);
  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;
  font-size: var(--tp-fz-h3);
  -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;
}
h4 {
  font-family: var(--tp-ff-heading);
  color: var(--tp-header-primary);
  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;
  font-size: var(--tp-fz-h4);
  -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;
}
h5 {
  font-family: var(--tp-ff-heading);
  color: var(--tp-header-primary);
  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;
  font-size: var(--tp-fz-h5);
  -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;
}
h6 {
  font-family: var(--tp-ff-heading);
  color: var(--tp-header-primary);
  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;
  font-size: var(--tp-fz-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;
}
ul {
  margin: 0px;
  padding: 0px;
}
p {
  font-family: var(--tp-ff-p);
  font-size: var(--tp-fz-p);
  font-weight: var(--tp-fw-normal);
  color: var(--tp-text-body);
  margin-bottom: 15px;
  line-height: 30px;
  -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;
}
.btn {
  -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;
}
button {
  -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;
  color: #ff6a6a;
  outline: none;
  border: none;
  background: transparent;
}
button:hover {
  cursor: pointer;
}
button:focus {
  outline: 0;
  border: 0;
}
span {
  -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;
}
i {
  -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;
}
input {
  -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;
  outline: none;
}
select {
  -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;
}
textarea {
  -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 {
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
img {
  -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;
}
svg path {
  -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;
}
.transition-3 {
  -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;
}
.button:focus {
  text-decoration: none;
  outline: none;
}
.uppercase {
  text-transform: uppercase;
}
.capitalize {
  text-transform: capitalize;
}
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;
}
::selection {
  background: var(--tp-common-black);
  color: var(--tp-common-white);
  text-shadow: none;
}
.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 {
  z-index: 1;
}
.z-index-11 {
  z-index: 11;
}
.overflow-y-visible {
  overflow-x: hidden;
  overflow-y: visible;
}
.p-relative {
  position: relative;
}
.p-absolute {
  position: absolute;
}
.include-bg {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.body-overlay {
  background-color: rgba(var(--tp-common-black), 0.5);
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 99;
  left: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.body-overlay:hover {
  cursor: pointer;
}
.body-overlay.opened {
  opacity: 1;
  visibility: visible;
}
div.basic-pagination ul {
  padding-left: 0;
}
div.basic-pagination ul li {
  display: inline-block;
  margin-right: 10px;
}
div.basic-pagination ul li a {
  position: relative;
  overflow: hidden;
  background: transparent;
  display: inline-block;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  font-weight: 500;
  font-size: 18px;
  border: 2px solid #eef0f6;
  color: var(--tp-common-black);
}
div.basic-pagination ul li a:hover {
  background: var(--tp-theme-1);
  color: var(--tp-common-white);
  border-color: var(--tp-theme-1);
}
div.basic-pagination ul li span {
  position: relative;
  overflow: hidden;
  background: transparent;
  display: inline-block;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  font-weight: 500;
  font-size: 18px;
  border: 2px solid #eef0f6;
  color: var(--tp-common-black);
}
div.basic-pagination ul li span:hover {
  background: var(--tp-theme-1);
  color: var(--tp-common-white);
  border-color: var(--tp-theme-1);
}
div.basic-pagination ul li a.current {
  background: var(--tp-theme-1);
  color: var(--tp-common-white);
  border-color: var(--tp-theme-1);
}
div.basic-pagination ul li span.current {
  background: var(--tp-theme-1);
  color: var(--tp-common-white);
  border-color: var(--tp-theme-1);
}
div.basic-pagination ul li.active a {
  color: var(--tp-common-white);
  background: var(--tp-theme-1);
  border-color: var(--tp-theme-1);
}
.black-bg-1 {
  background: #1E1D2F;
}
.black-bg-2 {
  background: #101537;
}
.grey-bg-4 {
  background: var(--tp-grey-4);
}
.grey-bg-2 {
  background: var(--tp-grey-2);
}
.grey-bg-3 {
  background: var(--tp-grey-3);
}
.grey-bg-8 {
  background: var(--tp-grey-8);
}
.grey-bg-9 {
  background: var(--tp-grey-9);
}
.white-bg {
  background: #fff;
}
.black-bg {
  background: var(--tp-common-black);
}
.black-bg-5 {
  background: var(--tp-common-black-5);
}
.theme-bg-3 {
  background: var(--tp-theme-3);
}
.pulse-btn {
  display: inline-block;
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  background-color: var(--tp-common-white);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  color: var(--tp-common-black);
  animation: pulse 2s infinite;
}
.pulse-btn:hover {
  background-color: var(--tp-common-black);
  color: var(--tp-common-black);
}
.pulse-btn i {
  padding-left: 2px;
}
.header-btn {
  display: inline-block;
  height: 34px;
  line-height: 34px;
  text-align: center;
  font-size: 18px;
  color: var(--tp-common-white);
  background-color: var(--tp-common-black);
  font-weight: 500;
  text-transform: capitalize;
  padding: 0 25px;
}
.header-btn:hover {
  background-color: var(--tp-theme-1);
  color: var(--tp-common-white);
}
.header-btn:focus {
  background-color: var(--tp-theme-1);
  color: var(--tp-common-white);
}
.tp-btn {
  display: inline-block;
  font-size: 18px;
  font-weight: 500;
  color: var(--tp-common-white);
  background-color: var(--tp-theme-1);
  padding: 0 30px;
  height: 50px;
  line-height: 50px;
  text-transform: capitalize;
}
.tp-btn:hover {
  color: var(--tp-common-white);
  background-color: var(--tp-common-black);
}
.tp-btn:focus {
  color: var(--tp-common-white);
  background-color: var(--tp-common-black);
}
.tp-btn-2 {
  padding: 0 40px;
  height: 45px;
  line-height: 45px;
}
.tp-btn-3 {
  height: 44px;
  line-height: 44px;
  padding: 0 27px;
  background-color: var(--tp-grey-1);
  color: var(--tp-common-black);
}
.tp-btn-3:focus {
  color: var(--tp-common-white);
  background-color: var(--tp-common-black);
}
.tp-btn-4 {
  height: 44px;
  line-height: 44px;
  padding: 0 27px;
}
.tp-btn-5 {
  display: inline-block;
  color: var(--tp-common-black-3);
  font-weight: 500;
  font-size: 18px;
  height: 44px;
  line-height: 40px;
  text-align: center;
  padding: 0 34px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -o-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
  background-color: var(--tp-common-white);
  border: 2px solid rgba(12, 20, 15, 0.1);
}
.tp-btn-5:hover {
  background-color: var(--tp-theme-2);
  color: var(--tp-common-white);
  border-color: var(--tp-theme-2);
}
.tp-btn-5:focus {
  background-color: var(--tp-theme-2);
  color: var(--tp-common-white);
  border-color: var(--tp-theme-2);
}
.tp-btn-6 {
  height: 42px;
  line-height: 38px;
  padding: 0 25px;
}
.tp-btn-7 {
  height: 46px;
  line-height: 42px;
  padding: 0 27px;
}
.tp-btn-8 {
  height: 42px;
  line-height: 38px;
  padding: 0 35px;
}
.tp-btn-8:hover {
  background-color: var(--tp-theme-3);
  color: var(--tp-common-white);
  border-color: var(--tp-theme-3);
}
.tp-btn-8:focus {
  background-color: var(--tp-theme-3);
  color: var(--tp-common-white);
  border-color: var(--tp-theme-3);
}
.tp-btn-9 {
  display: inline-block;
  color: var(--tp-common-black);
  font-weight: 500;
  font-size: 18px;
  height: 44px;
  line-height: 43px;
  text-align: center;
  padding: 0 75px;
  -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);
}
.tp-btn-9:hover {
  background-color: var(--tp-theme-3);
  color: var(--tp-common-white);
}
.tp-btn-10 {
  height: 42px;
  line-height: 38px;
  padding: 0 46px;
}
.tp-btn-10:hover {
  background-color: var(--tp-theme-3);
  color: var(--tp-common-white);
  border-color: var(--tp-theme-3);
}
.tp-btn-10:focus {
  background-color: var(--tp-theme-3);
  color: var(--tp-common-white);
  border-color: var(--tp-theme-3);
}
.tp-btn-11 {
  background-color: var(--tp-theme-3);
  border-color: var(--tp-theme-3);
  color: var(--tp-common-white);
}
.tp-btn-11:hover {
  background-color: var(--tp-common-white);
  border-color: var(--tp-common-white);
  color: var(--tp-common-black);
}
.tp-btn-12 {
  height: 46px;
  line-height: 46px;
  padding: 0 27px;
}
.tp-btn-13 {
  height: 46px;
  line-height: 44px;
  padding: 0 38px;
}
.tp-btn-13:hover {
  background-color: var(--tp-theme-3);
  border-color: var(--tp-theme-3);
  color: var(--tp-common-white);
}
.tp-btn-13:focus {
  background-color: var(--tp-theme-3);
  border-color: var(--tp-theme-3);
  color: var(--tp-common-white);
}
.tp-btn-border {
  height: 44px;
  line-height: 40px;
  border: 2px solid rgba(3, 18, 32, 0.1);
  color: var(--tp-common-black);
  background-color: transparent;
}
.tp-btn-green {
  display: inline-block;
  color: var(--tp-common-white);
  font-weight: 500;
  font-size: 18px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  padding: 0 30px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -o-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
  background-color: var(--tp-theme-2);
}
.tp-btn-green:hover {
  background-color: var(--tp-common-black-3);
  color: var(--tp-common-white);
}
.tp-btn-green:focus {
  background-color: var(--tp-common-black-3);
  color: var(--tp-common-white);
}
.tp-price-btn {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  text-align: center;
  padding: 0 20px;
  background-color: var(--tp-common-white);
  color: var(--tp-common-black);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -o-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
  font-weight: 500;
}
.tp-price-btn:hover {
  background-color: var(--tp-common-black);
  color: var(--tp-common-white);
}
.tp-btn-subscribe {
  font-size: 18px;
  font-weight: 500;
  color: var(--tp-common-white);
  background-color: var(--tp-theme-1);
  height: 48px;
  line-height: 48px;
  text-align: center;
  padding: 0 17px;
}
.tp-btn-subscribe:hover {
  color: var(--tp-common-white);
  background-color: var(--tp-common-black);
}
.link-btn {
  font-size: 18px;
  color: var(--tp-common-black);
  font-weight: 500;
  display: inline-block;
}
.link-btn i {
  margin-left: 5px;
}
.link-btn:hover {
  color: #ff6a6a;
}
.link-btn-2 {
  position: relative;
  font-size: 18px;
  color: var(--tp-text-11);
  font-weight: 500;
  padding-right: 21px;
  display: inline-block;
}
.link-btn-2 i {
  font-size: 18px;
  position: absolute;
  top: 12px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: all ease 0.2s;
  -webkit-transition: all ease 0.2s;
  -moz-transition: all ease 0.2s;
  -ms-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
}
.link-btn-2 i:first-child {
  right: 10%;
  visibility: hidden;
  opacity: 0;
}
.link-btn-2 i:last-child {
  right: 0;
}
.link-btn-2:hover {
  color: #ff6a6a;
}
.link-btn-2:hover i:first-child {
  right: 0;
  visibility: visible;
  opacity: 1;
}
.link-btn-2:hover i:last-child {
  right: -10%;
  visibility: hidden;
  opacity: 0;
}
.link-btn-2.link-prev {
  padding-right: 0;
  padding-left: 21px;
}
.link-btn-2.link-prev i:first-child {
  left: 10%;
  right: auto;
}
.link-btn-2.link-prev i:last-child {
  left: 0;
  right: auto;
}
.link-btn-2.link-prev:hover i:first-child {
  left: 0%;
  right: auto;
}
.link-btn-2.link-prev:hover i:last-child {
  left: -10%;
  right: auto;
}
.link-btn-3 {
  position: relative;
  font-size: 12px;
  font-weight: 500;
  color: var(--tp-common-black);
  text-transform: uppercase;
  padding-right: 25px;
  width: 40px;
  height: 40px;
  display: inline-block;
  line-height: 36px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  border: 2px solid rgba(3, 18, 32, 0.2);
  overflow: hidden;
}
.link-btn-3 i {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: all ease 0.2s;
  -webkit-transition: all ease 0.2s;
  -moz-transition: all ease 0.2s;
  -ms-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
}
.link-btn-3 i:first-child {
  left: -100%;
  visibility: hidden;
  opacity: 0;
}
.link-btn-3 i:last-child {
  right: 35%;
}
.link-btn-3:hover {
  color: var(--tp-common-white);
  background-color: var(--tp-theme-1);
}
.link-btn-3:hover i:first-child {
  left: 35%;
  visibility: visible;
  opacity: 1;
}
.link-btn-3:hover i:last-child {
  right: -100%;
  visibility: hidden;
  opacity: 0;
}
.hamurger-btn {
  width: 30px;
  height: 30px;
  position: relative;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
  background: transparent;
  border: 0;
  outline: 0;
}
.hamurger-btn span {
  display: inline-block;
  width: 100%;
  background: var(--tp-common-black);
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  opacity: 1;
  left: 0;
  z-index: 1;
}
.hamurger-btn span:nth-child(1) {
  top: 0;
}
.hamurger-btn span:nth-child(2) {
  top: 10px;
}
.hamurger-btn span:nth-child(3) {
  top: 20px;
}
.section__title {
  font-size: 46px;
  font-weight: 700;
  margin-bottom: 3px;
}
.section__title-2 {
  font-size: 44px;
  font-weight: 800;
  margin-bottom: 8px;
  color: var(--tp-common-black-4);
}
.section__title-2-30 {
  font-size: 30px;
}
.section__title-3 {
  font-size: 44px;
  font-weight: 800;
  margin-bottom: 8px;
  color: var(--tp-common-black);
}
.section__title-3-30 {
  font-size: 30px;
}
.section__title-wrapper p {
  font-size: 18px;
}
.section__title-44 {
  font-size: 44px;
}
.section__title-40 {
  font-size: 40px;
}
.section__title-30 {
  font-size: 30px;
}
.section__title-pre {
  font-size: 18px;
  font-weight: 500;
  text-transform: capitalize;
  color: #ff6a6a;
  display: inline-block;
  margin-bottom: 5px;
}
.section__title-pre-2 {
  font-size: 18px;
  font-weight: 500;
  text-transform: capitalize;
  color: var(--tp-theme-2);
  display: inline-block;
  margin-bottom: 6px;
}
.section__title-pre-3 {
  font-size: 18px;
  font-weight: 500;
  text-transform: capitalize;
  color: var(--tp-common-orange-2);
  display: inline-block;
  margin-bottom: 6px;
}
.breadcrumb__title {
  font-size: 65px;
  color: var(--tp-common-white);
}
.breadcrumb__title-2 {
  font-size: 50px;
  line-height: 1.1;
  margin-top: 12px;
}
.breadcrumb__title-pre {
  display: inline-block;
  height: 24px;
  line-height: 26px;
  font-size: 18px;
  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: 18px;
  color: var(--tp-common-white);
  font-weight: 500;
  padding-right: 3px;
  margin-right: 3px;
  text-transform: capitalize;
}
.breadcrumb__list > span a:hover {
  color: #ff6a6a;
}
.breadcrumb__list-2 span {
  font-size: 18px;
  color: var(--tp-text-11);
  font-weight: 500;
  padding-right: 3px;
  margin-right: 3px;
  text-transform: capitalize;
}
.breadcrumb__list-2 span a:hover {
  color: #ff6a6a;
}
.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);
  background-size: cover;
}
.page__title-shape img {
  position: absolute;
  z-index: 1;
}
.page__title-shape img.page-title-shape-1 {
  left: 0;
  bottom: 105px;
}
.page__title-shape img.page-title-shape-2 {
  left: 105px;
  top: 35%;
}
.page__title-shape img.page-title-shape-3 {
  bottom: 35%;
  right: 0;
}
.page__title-shape img.page-title-shape-4 {
  bottom: 41%;
  right: 0;
}
.page__title-shape img.page-title-shape-5 {
  top: 61%;
  left: 0;
  z-index: -1;
}
.page__title-shape img.page-title-shape-6 {
  top: 43%;
  left: 5%;
  z-index: -1;
}
.page__title-shape img.page-title-shape-7 {
  top: 27%;
  right: 0;
  z-index: -1;
}
.page__title-shape img.page-title-shape-8 {
  top: 38%;
  right: 25%;
  z-index: -1;
}
#loading {
  background-color: #fff;
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 999999;
  margin-top: 0px;
  top: 0px;
}
#loader {
  height: 50px;
  width: 50px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  position: absolute;
}
#loading-center {
  width: 100%;
  height: 100%;
  position: relative;
}
#loading-center-absolute {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 25%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.loading-icon {
  max-width: 100px;
  max-height: 100px;
  animation-name: spin;
  animation-duration: 5000ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
.loading-text h4 {
  font-size: 40px;
  line-height: 50px;
  margin-top: 20px;
  letter-spacing: 2px;
}
.backtotop-text {
  font-size: 18px;
  color: #6A5CFF;
  -webkit-transform: rotate(-90deg) translate(38%, -1px);
  -moz-transform: rotate(-90deg) translate(38%, -1px);
  -ms-transform: rotate(-90deg) translate(38%, -1px);
  -o-transform: rotate(-90deg) translate(38%, -1px);
  transform: rotate(-90deg) translate(38%, -1px);
  font-weight: 500;
}
#bttp {
  position: fixed;
  transition: transform 1.25s cubic-bezier(0.19, 1, 0.22, 1);
  top: 50%;
  right: 40px;
  -webkit-transform: translate(calc(100% + 80px), -50%);
  -moz-transform: translate(calc(100% + 80px), -50%);
  -ms-transform: translate(calc(100% + 80px), -50%);
  -o-transform: translate(calc(100% + 80px), -50%);
  transform: translate(calc(100% + 80px), -50%);
  z-index: 99999;
}
#bttp.show {
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.tp-backtotop-line {
  width: 1px;
  height: 60px;
  -webkit-transform: rotate(0deg) translate3d(0, 0, 0);
  -moz-transform: rotate(0deg) translate3d(0, 0, 0);
  -ms-transform: rotate(0deg) translate3d(0, 0, 0);
  -o-transform: rotate(0deg) translate3d(0, 0, 0);
  transform: rotate(0deg) translate3d(0, 0, 0);
  background-color: #6A5CFF;
  position: relative;
}
div#scroll-progress {
  display: inline-block;
  width: 7px;
  height: 7px;
  position: absolute;
  top: -3px;
  left: -3px;
  border-radius: 8px;
  background-color: #6A5CFF;
}
.header__transparent {
  position: fixed !important;
  left: 0;
  margin: auto;
  top: 0;
  width: 100%;
  z-index: 99;
  background: transparent;
}
.header__info ul li {
  list-style: none;
  display: inline-block;
  margin-right: 20px;
}
.header__info ul li:last-child {
  margin-right: 0;
}
.header__info ul li a {
  color: var(--tp-text-2);
  font-size: 13px;
}
.header__info ul li a:hover {
  color: #ff6a6a;
}
.header__info ul li a i {
  margin-right: 5px;
}
.header__info ul li a svg {
  width: 13px;
  height: 13px;
  margin-right: 5px;
}
.header__info ul li a svg path {
  fill: var(--tp-text-4);
}
.header__border {
  border-bottom: 1px solid rgba(3, 18, 32, 0.07);
}
.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: 18px;
  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__login a {
  color: var(--tp-common-black);
}
.header__login a:hover {
  color: #ff6a6a;
}
.header__login a svg {
  width: 13px;
  height: 13px;
  margin-right: 5px;
}
.header__login a svg path {
  stroke: var(--tp-common-black);
}
.header__login-2 {
  border-left: 1.5px solid rgba(12, 20, 15, 0.08);
}
.header__login-icon a {
  display: inline-block;
  width: 36px;
  height: 36px;
  line-height: 30px;
  text-align: center;
  border: 1.5px 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__login-icon a:hover {
  border-color: var(--tp-common-black-3);
}
.header__login-content p {
  margin-bottom: 4px;
  line-height: 1;
  color: var(--tp-text-11);
}
.header__bottom-3 {
  padding-top: 18px;
  padding-bottom: 18px;
}
.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);
}
.header__area.header-3 a.theme-btn.theme-btn-3 {
  min-width: 130px;
  padding-inline: 0.3em;
}
.header-action-btn {
  position: relative;
}
.header-action-btn .menu-dropdown {
  display: none;
  list-style: none;
  padding: 0;
  margin: 0;
  position: absolute;
  top: 100%;
  left: 0;
  background: #f5f8ff;
  width: 100%;
  box-shadow: 0 2px 5px 1px #f1f1f1;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.header-action-btn .menu-dropdown a {
  display: block;
  padding: 0 12px;
  border-bottom: solid 1px #e7e8ff;
  text-align: center;
}
.header-action-btn:hover .menu-dropdown {
  display: block;
}
.header__call-content h4 {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 4px;
}
.header__call-content h4 a:hover {
  color: var(--tp-theme-3);
}
.header__call-content p {
  color: var(--tp-text-2);
  margin-bottom: 0;
  line-height: 1;
}
.header__call-content p a:hover {
  color: var(--tp-theme-3);
}
.header__lang .nice-select {
  padding: 0;
  padding-right: 17px;
  font-size: 18px;
  border: 0;
  color: var(--tp-text-11);
}
.header__lang .nice-select .current {
  color: var(--tp-text-11);
  font-size: 18px;
}
.header__lang .nice-select::after {
  right: 0;
  border-width: 1.5px;
  border-color: var(--tp-text-11);
  height: 6px;
  width: 6px;
  margin-top: -6px;
}
.header__lang .nice-select .list {
  border-radius: 0;
  margin-top: 0;
  left: auto;
  right: 0;
}
.header__lang .nice-select .list .option:hover {
  color: var(--tp-theme-3);
}
.header__lang .nice-select .list .option.selected.focus {
  color: var(--tp-theme-3);
}
.header__lang ul li {
  position: relative;
}
.header__lang ul ul {
  position: absolute;
  top: 120%;
  background: #fff;
  width: 110px;
  padding: 16px;
  z-index: 2;
  box-shadow: 0px 10px 20px 0px rgba(8, 0, 42, 0.1);
  right: 0;
  border: 1px solid #f6f6f6;
  padding-bottom: 4px;
  display: none;
}
.header__lang ul ul li {
  line-height: 1;
  margin-bottom: 12px;
}
.header__lang ul ul li a:hover {
  color: var(--tp-theme-3);
}
.header__category-content .nice-select {
  padding: 0;
  padding-right: 17px;
  font-size: 18px;
  border: 0;
  color: var(--tp-common-white);
  background-color: transparent;
  height: 20px;
  line-height: 20px;
}
.header__category-content .nice-select .current {
  color: var(--tp-common-white);
  font-size: 18px;
}
.header__category-content .nice-select::after {
  right: 0;
  border-width: 1.5px;
  border-color: var(--tp-common-white);
  height: 6px;
  width: 6px;
  margin-top: -4px;
}
.header__category-content .nice-select .list {
  border-radius: 0;
  left: auto;
  right: 0;
}
.header__category-content .nice-select .list .option {
  color: var(--tp-common-black);
}
.header__category-content .nice-select .list .option:hover {
  color: var(--tp-theme-3);
}
.header__category-content .nice-select .list .option.selected.focus {
  color: var(--tp-theme-3);
}
.header__category-content ul li {
  position: relative;
}
.header__category-content ul li .submenu {
  position: absolute;
  background: #fff;
  width: 200px;
  z-index: 2;
  padding: 25px;
  top: 40px;
  right: 0;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  position: absolute;
}
.header__category-content ul li .submenu li {
  margin-bottom: 15px;
  line-height: 1;
}
.header__category-content ul li .submenu li:last-child {
  margin-bottom: 0px;
}
.header__category-content ul li .submenu li a {
  color: #333;
  font-weight: 400;
  font-size: 18px;
}
.header__category-content ul li:hover .submenu {
  opacity: 1;
  visibility: visible;
  top: 34px;
}
.header__category-content ul li a {
  color: #fff;
  font-weight: 500;
}
.logo img {
  width: 130px;
}
.main-menu {
  text-align: center;
}
.main-menu ul {
  display: inline-block;
  border-radius: 210px;
  border: 1px solid rgba(106, 92, 255, 0.1);
  background: var(--Email-Marketing-Color-Gray-Color, #ECE9FE);
  padding: 0 12px;
}
.main-menu ul li {
  position: relative;
  list-style: none;
  display: inline-block;
}
.main-menu ul li:last-child {
  margin-right: 0;
}
.main-menu ul li a {
  padding: 16px 16px;
  color: var(--Email-Marketing-Color-Text-Color, #17133D);
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  text-transform: capitalize;
  display: block;
}
.main-menu ul li .submenu {
  position: absolute;
  top: 120%;
  left: 0;
  width: 260px;
  padding: 20px 0;
  background: var(--tp-common-white);
  -webkit-box-shadow: 0px 10px 20px 0px rgba(8, 0, 42, 0.08);
  -moz-box-shadow: 0px 10px 20px 0px rgba(8, 0, 42, 0.08);
  -ms-box-shadow: 0px 10px 20px 0px rgba(8, 0, 42, 0.08);
  -o-box-shadow: 0px 10px 20px 0px rgba(8, 0, 42, 0.08);
  box-shadow: 0px 10px 20px 0px rgba(8, 0, 42, 0.08);
  -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;
  z-index: 11;
  text-align: left;
  border-radius: 8px;
  transform-origin: top;
  transition-duration: 0.1s;
  -webkit-transform: perspective(300px) rotateX(-18deg);
  -moz-transform: perspective(300px) rotateX(-18deg);
  -ms-transform: perspective(300px) rotateX(-18deg);
  -o-transform: perspective(300px) rotateX(-18deg);
  transform: perspective(300px) rotateX(-18deg);
}
.main-menu ul li .submenu li {
  display: block;
  width: 100%;
  margin: 0;
}
.main-menu ul li .submenu li a:hover {
  padding-left: 28px;
  transition: all 0.3s;
}
.main-menu ul li .submenu li > a {
  position: relative;
  z-index: 2;
  width: 100%;
  display: block;
  text-transform: capitalize;
  color: var(--tp-text-1);
  font-weight: 400;
  position: relative;
  line-height: 24px;
  text-align: left;
  padding: 6px 25px;
  transition: all 0.3s;
  font-size: 18px;
}
.main-menu ul li .submenu li > a:before {
  position: absolute;
  content: "";
  height: 100%;
  width: 0;
  background: #ff6a6a;
  left: 0;
  top: 0;
  z-index: -1;
}
.main-menu ul li .submenu li > a:hover:before {
  width: 5px;
}
.main-menu ul li .submenu li > a::after {
  right: 30px;
  -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 .submenu {
  left: 120%;
  top: 0;
  visibility: hidden;
  opacity: 0;
}
.main-menu ul li .submenu li:hover > a {
  color: #ff6a6a;
}
.main-menu ul li .submenu li:hover > a::after {
  color: #ff6a6a;
}
.main-menu ul li .submenu li:hover > a::before {
  left: 0;
  right: auto;
  width: 4px;
}
.main-menu ul li .submenu li:hover > .submenu {
  left: 100%;
  visibility: visible;
  opacity: 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:hover > a {
  color: #ff6a6a;
}
.main-menu ul li:hover > a::after {
  color: #ff6a6a;
}
.main-menu ul li:hover > .submenu {
  top: 100%;
  visibility: visible;
  opacity: 1;
  transition-duration: 0.3s;
  -webkit-transform: perspective(300px) rotateX(0deg);
  -moz-transform: perspective(300px) rotateX(0deg);
  -ms-transform: perspective(300px) rotateX(0deg);
  -o-transform: perspective(300px) rotateX(0deg);
  transform: perspective(300px) rotateX(0deg);
}
.main-menu ul li.has-dropdown > a {
  position: relative;
}
.main-menu ul li.has-dropdown > a::after {
  content: "";
  -webkit-transform: translateY(1px);
  -moz-transform: translateY(1px);
  -ms-transform: translateY(1px);
  -o-transform: translateY(1px);
  transform: translateY(1px);
  font-size: 18px;
  color: var(--tp-common-black);
  font-family: var(--tp-ff-fontawesome);
  font-weight: 400;
  margin-left: 5px;
  display: inline-block;
}
.main-menu-2 ul li a {
  font-weight: 500;
}
.main-menu-2 ul li:hover > a {
  color: var(--tp-theme-2);
}
.main-menu-2 ul li:hover > a::after {
  color: var(--tp-theme-2);
}
.main-menu-2 ul li .submenu {
  border-color: var(--tp-theme-2);
}
.main-menu-2 ul li .submenu li a::before {
  background-color: var(--tp-theme-2);
}
.main-menu-2 ul li .submenu li:hover > a {
  color: var(--tp-theme-2);
}
.main-menu-2 ul li .submenu li:hover > a::after {
  color: var(--tp-theme-2);
}
.main-menu-3 ul li {
  margin-right: 33px;
}
.main-menu-3 ul li a {
  padding: 9px 0;
  font-weight: 500;
  color: var(--tp-common-white);
  font-size: 18px;
}
.main-menu-3 ul li:hover > a {
  color: var(--tp-common-white);
}
.main-menu-3 ul li:hover > a::after {
  color: var(--tp-common-white);
}
.main-menu-3 ul li .submenu {
  border-color: var(--tp-theme-3);
}
.main-menu-3 ul li .submenu li a::before {
  background-color: var(--tp-theme-3);
}
.main-menu-3 ul li .submenu li:hover > a {
  color: var(--tp-theme-3);
}
.main-menu-3 ul li .submenu li:hover > a::after {
  color: var(--tp-common-white);
}
.main-menu-3 ul li.has-dropdown > a::after {
  color: var(--tp-common-white);
}
.main-menu-mobile ul li {
  margin-right: 33px;
}
.main-menu-mobile ul li:hover > a {
  color: var(--tp-theme-3);
}
.main-menu-mobile ul li:hover > a::after {
  color: var(--tp-theme-3);
}
.main-menu-mobile ul li .submenu li a::after {
  background-color: var(--tp-common-black);
}
.main-menu-mobile ul li .submenu li:hover a {
  color: var(--tp-theme-3);
}
.main-menu-mobile ul li .submenu li:hover a::after {
  background-color: var(--tp-theme-3);
}
.main-menu-mobile ul li.has-dropdown > a::after {
  color: var(--tp-common-black);
}
.main-menu-mobile ul li.has-dropdown:hover a::after {
  color: var(--tp-theme-3);
}
.main-menu-border {
  position: relative;
}
.main-menu-border::after {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 1px;
  height: 24px;
  background-color: rgba(12, 20, 15, 0.14);
}
.main-menu-icon svg {
  -webkit-transform: translateY(-2px);
  -moz-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  -o-transform: translateY(-2px);
  transform: translateY(-2px);
}
header .logo {
  padding: 15px 0;
}
.mobile__menu {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
}
.mobile__menu.header__sticky {
  visibility: visible;
  opacity: 1;
}
.mean-container a.meanmenu-reveal {
  display: none;
  display: none !important;
}
.mean-container .mean-nav {
  background: none;
  margin-top: 0;
}
.mean-container .mean-nav > ul {
  padding: 0;
  margin: 0;
  width: 100%;
  list-style-type: none;
  display: block !important;
}
.mean-container .mean-nav > ul > li:first-child > a {
  border-top: 0;
}
.mean-container .mean-nav ul li a {
  width: 100%;
  padding: 10px 0;
  color: var(--tp-common-black);
  border-top: 1px solid #ebebeb;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 700;
}
.mean-container .mean-nav ul li a:hover {
  color: #FF6A6A;
}
.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 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);
}
.mean-container .mean-bar {
  padding: 0;
  min-height: auto;
  background: none;
}
.slider__height {
  min-height: 845px;
}
.slider__height-2 {
  min-height: 900px;
}
.slider__height-3 {
  min-height: 775px;
}
.slider__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.slider__overlay {
  position: absolute;
}
.slider__overlay::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: linear-gradient(0deg, rgba(0, 1, 9, 0.8) -2.84%, rgba(0, 2, 17, 0) 67.7%, rgba(0, 2, 17, 0.1) 99.11%);
  background: -o-linear-gradient(0deg, rgba(0, 1, 9, 0.8) -2.84%, rgba(0, 2, 17, 0) 67.7%, rgba(0, 2, 17, 0.1) 99.11%);
  background: -ms-linear-gradient(0deg, rgba(0, 1, 9, 0.8) -2.84%, rgba(0, 2, 17, 0) 67.7%, rgba(0, 2, 17, 0.1) 99.11%);
  background: -moz-linear-gradient(0deg, rgba(0, 1, 9, 0.8) -2.84%, rgba(0, 2, 17, 0) 67.7%, rgba(0, 2, 17, 0.1) 99.11%);
  background: -webkit-linear-gradient(0deg, rgba(0, 1, 9, 0.8) -2.84%, rgba(0, 2, 17, 0) 67.7%, rgba(0, 2, 17, 0.1) 99.11%);
}
.slider__overlay-3::after {
  background: linear-gradient(0deg, #0C0C0D 0.03%, rgba(12, 12, 13, 0) 72.59%, rgba(12, 12, 13, 0.2) 99.96%);
  background: -o-linear-gradient(0deg, #0C0C0D 0.03%, rgba(12, 12, 13, 0) 72.59%, rgba(12, 12, 13, 0.2) 99.96%);
  background: -ms-linear-gradient(0deg, #0C0C0D 0.03%, rgba(12, 12, 13, 0) 72.59%, rgba(12, 12, 13, 0.2) 99.96%);
  background: -moz-linear-gradient(0deg, #0C0C0D 0.03%, rgba(12, 12, 13, 0) 72.59%, rgba(12, 12, 13, 0.2) 99.96%);
  background: -webkit-linear-gradient(0deg, #0C0C0D 0.03%, rgba(12, 12, 13, 0) 72.59%, rgba(12, 12, 13, 0.2) 99.96%);
}
.slider__content span {
  display: inline-block;
  font-size: 18px;
  font-weight: var(--tp-fw-medium);
  color: var(--tp-common-white);
  text-transform: uppercase;
}
.slider__content p {
  font-size: 22px;
  line-height: 30px;
  color: var(--tp-common-white);
  padding-right: 10px;
  margin-bottom: 40px;
}
.slider__content-2 span {
  font-size: 18px;
  font-weight: 500;
  color: var(--tp-theme-2);
  display: inline-block;
  margin-bottom: 7px;
}
.slider__content-2 p {
  font-size: 18px;
  line-height: 28px;
  color: var(--tp-text-11);
  padding-right: 50px;
  margin-bottom: 30px;
}
.slider__content-3 span {
  font-size: 18px;
  font-weight: 500;
  color: var(--tp-common-yellow-5);
  display: inline-block;
  margin-bottom: 3px;
  text-transform: uppercase;
  -webkit-transform: translateY(-2px);
  -moz-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  -o-transform: translateY(-2px);
  transform: translateY(-2px);
  margin-right: 3px;
}
.slider__content-3 p {
  font-size: 18px;
  line-height: 28px;
  color: var(--tp-text-11);
  padding-right: 50px;
  margin-bottom: 30px;
}
.slider__title {
  font-size: 74px;
  line-height: 1.1;
  color: var(--tp-common-white);
  font-weight: 900;
  margin-bottom: 15px;
}
.slider__title-2 {
  font-size: 60px;
  font-weight: 700;
  color: var(--tp-common-black-3);
  letter-spacing: -0.03em;
  margin-bottom: 13px;
}
.slider__title-3 {
  font-size: 60px;
  font-weight: 800;
  color: var(--tp-common-white);
  margin-bottom: 24px;
}
.slider__thumb-mask {
  position: relative;
  display: inline-block;
  width: 565px;
  height: 590px;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
  z-index: 1;
}
.slider__thumb-mask img {
  position: relative;
  bottom: -30px;
  left: 0;
  z-index: 1;
}
.slider__thumb-mask::after {
  position: absolute;
  content: "";
  top: 13%;
  right: 0;
  width: 467px;
  height: 508px;
  background: linear-gradient(207.02deg, rgba(239, 161, 70, 0.7) -12.37%, rgba(239, 126, 70, 0) 66.8%);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.slider__shape-1 {
  position: absolute;
  bottom: 18%;
  left: -18%;
  z-index: 11;
}
.slider__shape-2 {
  position: absolute;
  top: 0;
  left: -10%;
}
.slider__shape-3 {
  position: absolute;
  top: 10%;
  right: -19%;
}
.slider__shape-4 {
  position: absolute;
  bottom: -5%;
  left: -11%;
  -webkit-box-shadow: 0px 40px 70px rgba(12, 20, 15, 0.1);
  -moz-box-shadow: 0px 40px 70px rgba(12, 20, 15, 0.1);
  -ms-box-shadow: 0px 40px 70px rgba(12, 20, 15, 0.1);
  -o-box-shadow: 0px 40px 70px rgba(12, 20, 15, 0.1);
  box-shadow: 0px 40px 70px rgba(12, 20, 15, 0.1);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  z-index: 11;
  animation-duration: 5s;
  animation-fill-mode: both;
  animation-iteration-count: infinite;
  animation-name: hero-bounce;
}
.slider__shape-5 {
  position: absolute;
  top: 0;
  right: 0;
  -webkit-box-shadow: 0px 40px 60px rgba(95, 43, 0, 0.14);
  -moz-box-shadow: 0px 40px 60px rgba(95, 43, 0, 0.14);
  -ms-box-shadow: 0px 40px 60px rgba(95, 43, 0, 0.14);
  -o-box-shadow: 0px 40px 60px rgba(95, 43, 0, 0.14);
  box-shadow: 0px 40px 60px rgba(95, 43, 0, 0.14);
  z-index: 11;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  -webkit-animation: hero-shadow 3s ease-in-out infinite alternate;
  animation: hero-shadow 3s ease-in-out infinite alternate;
}
.slider__search-input {
  width: 400px;
}
.slider__search-input input {
  width: 100%;
  height: 60px;
  background-color: var(--tp-common-white);
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -o-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
  border: 0;
  outline: 0;
  padding-left: 50px;
  padding-right: 117px;
}
.slider__search-input input::-webkit-input-placeholder {
  color: var(--tp-text-10);
}
.slider__search-input input:-moz-placeholder {
  color: var(--tp-text-10);
}
.slider__search-input input::-moz-placeholder {
  color: var(--tp-text-10);
}
.slider__search-input input:-ms-input-placeholder {
  color: var(--tp-text-10);
}
.slider__search-input button {
  position: absolute;
  top: 50%;
  right: 8px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  display: inline-block;
  height: 46px;
  line-height: 46px;
  text-align: center;
  padding: 0 28px;
  font-size: 18px;
  font-weight: 500;
  color: var(--tp-common-white);
  background-color: var(--tp-theme-3);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -o-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
}
.slider__search-input button:hover {
  background-color: var(--tp-common-black-3);
  color: var(--tp-common-white);
}
.slider__search-input button:focus {
  background-color: var(--tp-common-black-3);
  color: var(--tp-common-white);
}
.slider__search-input-icon {
  position: absolute;
  top: 50%;
  left: 25px;
  -webkit-transform: translateY(-52%);
  -moz-transform: translateY(-52%);
  -ms-transform: translateY(-52%);
  -o-transform: translateY(-52%);
  transform: translateY(-52%);
}
.slider__list ul li {
  list-style: none;
  font-size: 18px;
  color: var(--tp-common-white);
  font-weight: 500;
  margin-bottom: 7px;
}
.slider__list ul li i {
  display: inline-block;
  width: 22px;
  height: 22px;
  line-height: 22px;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.14);
  color: var(--tp-common-white);
  font-size: 10px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  margin-right: 10px;
}
.slider__list ul li:hover i {
  background-color: var(--tp-common-white);
  color: var(--tp-common-black);
}
.main-slider-paginations button {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 50px;
  display: inline-block;
  width: 60px;
  height: 60px;
  line-height: 56px;
  text-align: center;
  font-size: 18px;
  color: var(--tp-common-white);
  border: 2px solid rgba(255, 255, 255, 0.2);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  z-index: 1;
}
.main-slider-paginations button:hover {
  background-color: var(--tp-common-white);
  border-color: var(--tp-common-white);
  color: var(--tp-common-black);
}
.main-slider-paginations button.slider-button-next {
  left: auto;
  right: 50px;
}
.main-slider-paginations-2 button {
  left: 25px;
}
.main-slider-paginations-2 button.slider-button-next {
  left: auto;
  right: 25px;
}
.slider__shape .slider__shape-4 {
  -webkit-box-shadow: 0px 40px 70px rgba(12, 20, 15, 0.1);
  -moz-box-shadow: 0px 40px 70px rgba(12, 20, 15, 0.1);
  -ms-box-shadow: 0px 40px 70px rgba(12, 20, 15, 0.1);
  -o-box-shadow: 0px 40px 70px rgba(12, 20, 15, 0.1);
  box-shadow: 0px 40px 70px rgba(12, 20, 15, 0.1);
}
.features__inner {
  margin-top: -70px;
  padding: 40px 60px;
  padding-bottom: 10px;
  -webkit-box-shadow: 0px 30px 50px rgba(26, 31, 35, 0.07);
  -moz-box-shadow: 0px 30px 50px rgba(26, 31, 35, 0.07);
  -ms-box-shadow: 0px 30px 50px rgba(26, 31, 35, 0.07);
  -o-box-shadow: 0px 30px 50px rgba(26, 31, 35, 0.07);
  box-shadow: 0px 30px 50px rgba(26, 31, 35, 0.07);
}
.features__item {
  padding-right: 55px;
}
.features__icon i {
  font-size: 45px;
  color: #ff6a6a;
}
.features__icon svg {
  height: 45px;
  width: 45px;
}
.features__content p {
  line-height: 20px;
  margin-bottom: 10px;
}
.features__title {
  font-size: 19px;
  font-weight: 600;
  margin-bottom: 5px;
}
.features__title a:hover {
  color: #ff6a6a;
}
.features__border-right {
  position: relative;
}
.features__border-right::after {
  position: absolute;
  content: "";
  right: 5px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: rgba(3, 18, 32, 0.1);
  height: 120px;
  width: 1px;
}
.about__content p {
  font-size: 18px;
  line-height: 30px;
  color: var(--tp-text-5);
  margin-bottom: 30px;
}
.about__list ul li {
  font-size: 18px;
  color: var(--tp-common-black);
  list-style: none;
  margin-bottom: 10px;
}
.about__list ul li i {
  display: inline-block;
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  background-color: rgba(38, 192, 137, 0.08);
  color: var(--tp-common-green);
  font-size: 13px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  margin-right: 7px;
}
.about__list ul li:hover i {
  color: var(--tp-common-white);
  background-color: var(--tp-common-green);
}
.about__shape-1 {
  position: absolute;
  z-index: -1;
  left: -11%;
  top: 30%;
}
.about__shape-2 {
  position: absolute;
  left: -24%;
  top: 17%;
  z-index: -1;
}
.about__shape-3 {
  position: absolute;
  right: -7%;
  top: 5%;
}
.ab-left-1 {
  max-width: 241px;
}
.ab-left-2 {
  max-width: 171px;
}
.research__item {
  padding: 40px 40px 15px;
}
.research__item:hover {
  background-color: var(--tp-common-white);
}
.research__item.active {
  background-color: var(--tp-common-white);
}
.research__item-border {
  position: relative;
}
.research__item-border::after {
  position: absolute;
  content: "";
  right: -15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: rgba(3, 18, 32, 0.08);
  width: 1px;
  height: 350px;
}
.research__thumb img {
  width: 200px;
  height: 200px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.research__thumb-2 {
  position: absolute;
  bottom: 0;
  right: -35px;
  z-index: 1;
}
.research__title {
  font-size: 20px;
  font-weight: 600;
  color: var(--tp-common-black-2);
}
.research__title-2 {
  font-size: 26px;
  line-height: 32px;
  color: var(--tp-common-black-4);
  margin-bottom: 20px;
}
.research__content p {
  font-size: 18px;
  line-height: 24px;
}
.research__content-2 {
  width: 60%;
  z-index: 11;
}
.research__wrapper-2 p {
  font-size: 18px;
  color: var(--tp-text-11);
  padding-right: 170px;
  margin-bottom: 25px;
}
.research__download {
  position: relative;
  height: 200px;
  padding: 40px 40px 30px;
  border-radius: 20px;
}
.research__download-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  -o-border-radius: 14px;
  -ms-border-radius: 14px;
  border-radius: 14px;
}
.research__store ul li {
  list-style: none;
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 10px;
}
.research__store ul li a {
  display: inline-block;
  border: 2px solid rgba(3, 18, 32, 0.1);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -o-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
  height: 36px;
  line-height: 32px;
  text-align: center;
  font-size: 13px;
  font-weight: 600;
  color: var(--tp-common-black);
  padding: 0 17px;
}
.research__store ul li a img {
  margin-right: 2px;
  height: 17px;
  width: 14px;
  -webkit-transform: translateY(-2px);
  -moz-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  -o-transform: translateY(-2px);
  transform: translateY(-2px);
}
.research__store ul li a:hover {
  background-color: var(--tp-common-white);
  border-color: var(--tp-common-white);
}
.research__features-item:hover span {
  background-color: var(--tp-common-violet);
}
.research__features-item:hover span svg path {
  stroke: var(--tp-common-white);
}
.research__features-item:hover span.yellow-bg {
  background-color: var(--tp-common-yellow-3);
}
.research__features-item:hover span.yellow-bg svg path {
  stroke: var(--tp-common-white);
}
.research__features-item:hover span.green-bg {
  background-color: var(--tp-common-green-4);
}
.research__features-item:hover span.green-bg svg path {
  stroke: var(--tp-common-white);
}
.research__features-icon span {
  display: inline-block;
  width: 66px;
  height: 66px;
  line-height: 66px;
  text-align: center;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  background-color: rgba(97, 81, 251, 0.08);
}
.research__features-icon span.yellow-bg span {
  background-color: rgba(244, 147, 14, 0.08);
}
.research__features-icon span.green-bg span {
  background-color: rgba(32, 173, 150, 0.08);
}
.research__features-content h4 {
  font-size: 20px;
  font-weight: 600;
}
.research__features-content p {
  font-size: 18px;
  line-height: 24px;
  color: var(--tp-text-11);
}
.research__shape-1 {
  position: absolute;
  left: 135px;
  top: 0;
  opacity: 0.3;
  z-index: -1;
}
.research__shape-2 {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.3;
  z-index: -1;
}
.research__shape-3 {
  position: absolute;
  right: 85px;
  bottom: 0;
  z-index: -1;
}
div.research__thumb img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.blog__item {
  -webkit-box-shadow: 0px 30px 50px -10px rgba(26, 31, 35, 0.1);
  -moz-box-shadow: 0px 30px 50px -10px rgba(26, 31, 35, 0.1);
  -ms-box-shadow: 0px 30px 50px -10px rgba(26, 31, 35, 0.1);
  -o-box-shadow: 0px 30px 50px -10px rgba(26, 31, 35, 0.1);
  box-shadow: 0px 30px 50px -10px rgba(26, 31, 35, 0.1);
}
.blog__item:hover .blog__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);
}
.blog__item-float {
  min-height: 400px;
  -webkit-box-shadow: 0px 30px 50px -10px rgba(26, 31, 35, 0.1);
  -moz-box-shadow: 0px 30px 50px -10px rgba(26, 31, 35, 0.1);
  -ms-box-shadow: 0px 30px 50px -10px rgba(26, 31, 35, 0.1);
  -o-box-shadow: 0px 30px 50px -10px rgba(26, 31, 35, 0.1);
  box-shadow: 0px 30px 50px -10px rgba(26, 31, 35, 0.1);
}
.blog__item-float:hover .blog__thumb-bg 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);
}
.blog__item-float .blog__thumb-bg {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.blog__item-float-overlay {
  position: relative;
}
.blog__item-float-overlay::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(181.6deg, rgba(3, 18, 32, 0) 24.31%, rgba(3, 18, 32, 0) 24.32%, rgba(3, 18, 32, 0.9) 98.64%);
}
.blog__tag {
  margin-bottom: 4px;
}
.blog__tag a {
  font-size: 18px;
  font-weight: 500;
  color: #ff6a6a;
}
.blog__tag-float a {
  display: inline-block;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background-color: var(--tp-theme-1);
  color: var(--tp-common-white);
  font-weight: 600;
  text-transform: capitalize;
  padding: 0 14px;
}
.blog__tag-float a:hover {
  color: var(--tp-common-white);
  background-color: var(--tp-common-black);
}
.blog__title {
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
}
.blog__title a:hover {
  color: #ff6a6a;
}
.blog__title-float {
  font-size: 30px;
  font-weight: 800;
  color: var(--tp-common-white);
  margin-bottom: 12px;
}
.blog__meta ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
.blog__meta ul li {
  display: inline-block;
  list-style: none;
}
.blog__meta ul li:not(:last-child) {
  margin-right: 16px;
}
.blog__meta ul li span {
  font-size: 13px;
  font-weight: 500;
  color: var(--tp-text-6);
  text-transform: capitalize;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
.blog__meta ul li span i {
  margin-right: 10px;
}
.blog__meta ul li span svg {
  margin-right: 10px;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
}
.blog__meta ul li span svg path {
  stroke: var(--tp-text-6);
}
.blog__meta ul li span:hover {
  color: #ff6a6a;
}
.blog__meta-float ul li {
  display: inline-block;
  list-style: none;
}
.blog__meta-float ul li:not(:last-child) {
  margin-right: 20px;
}
.blog__meta-float ul li span {
  color: var(--tp-common-white);
}
.blog__meta-float ul li span i {
  margin-right: 10px;
}
.blog__meta-float ul li span svg {
  margin-right: 10px;
  -webkit-transform: translateY(-2px);
  -moz-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  -o-transform: translateY(-2px);
  transform: translateY(-2px);
}
.blog__meta-float ul li span svg path {
  stroke: var(--tp-common-white);
}
.blog__content {
  padding: 0 30px;
  padding-top: 13px;
  padding-bottom: 25px;
}
.blog__content-float {
  width: 65%;
  position: relative;
  left: 40px;
  z-index: 1;
  margin-bottom: 30px;
}
.blog__shape-1 {
  position: absolute;
  right: 17%;
  bottom: 9%;
  z-index: -1;
  opacity: 0.3;
}
.blog__shape-2 {
  position: absolute;
  right: 14%;
  bottom: 4%;
  z-index: -1;
  opacity: 0.3;
}
.blog__shape-3 {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
}
.blog__shape-4 {
  position: absolute;
  left: 17%;
  top: 39%;
  z-index: -1;
}
.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__thumb .play-btn:hover {
  color: var(--tp-common-white);
}
.postbox__thumb img {
  border-radius: 4px 4px 0 0;
}
.postbox__audio {
  height: 455px;
  width: 100%;
}
.postbox__audio iframe {
  width: 100%;
  height: 100%;
  border: none;
}
.postbox__item {
  -webkit-box-shadow: 0px 30px 40px 0px rgba(1, 11, 60, 0.1);
  -moz-box-shadow: 0px 30px 40px 0px rgba(1, 11, 60, 0.1);
  -ms-box-shadow: 0px 30px 40px 0px rgba(1, 11, 60, 0.1);
  -o-box-shadow: 0px 30px 40px 0px rgba(1, 11, 60, 0.1);
  box-shadow: 0px 30px 40px 0px rgba(1, 11, 60, 0.1);
  border-radius: 4px;
}
.postbox__item:hover {
  -webkit-box-shadow: 0px 30px 40px 0px rgba(1, 11, 60, 0.1);
  -moz-box-shadow: 0px 30px 40px 0px rgba(1, 11, 60, 0.1);
  -ms-box-shadow: 0px 30px 40px 0px rgba(1, 11, 60, 0.1);
  -o-box-shadow: 0px 30px 40px 0px rgba(1, 11, 60, 0.1);
  box-shadow: 0px 30px 40px 0px rgba(1, 11, 60, 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 {
  padding: 40px 40px;
  padding-top: 33px;
}
.postbox__content-single {
  padding-left: 0;
  padding-right: 0;
  border: none;
}
.postbox__title {
  font-size: 30px;
  margin-bottom: 20px;
}
.postbox__title a:hover {
  color: #ff6a6a;
}
.postbox__meta {
  margin-bottom: 10px;
}
.postbox__meta span {
  font-size: 18px;
  font-weight: 500;
  color: #6a727f;
  text-transform: capitalize;
  display: inline-block;
  margin-right: 30px;
}
.postbox__meta span i {
  color: #ff6a6a;
  margin-right: 3px;
}
.postbox__meta span:hover {
  color: #ff6a6a;
}
.postbox__meta span:hover i {
  color: #ff6a6a;
}
.postbox__meta-3 span {
  font-size: 18px;
  color: var(--tp-common-black);
  font-weight: 500;
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px;
}
.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;
}
.postbox__quote {
  padding: 40px 50px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
.postbox__quote blockquote {
  margin-bottom: 0;
}
.postbox__quote p {
  font-size: 24px;
  color: #0e1133;
  font-weight: 500;
  line-height: 1.3;
  margin-bottom: 25px;
}
.postbox__quote h4 {
  font-size: 20px;
  padding-left: 30px;
  position: relative;
  margin-bottom: 0;
}
.postbox__quote h4::after {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 19px;
  height: 2px;
  background: var(--tp-common-black);
}
.postbox__quote img.quote {
  position: absolute;
  bottom: -34px;
  right: 50px;
}
.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-title {
  font-size: 27px;
  margin-bottom: 0;
}
.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 {
  height: 55px;
  padding: 0 20px;
  width: 100%;
  font-size: 18px;
  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;
  width: 100%;
  height: 56px;
  line-height: 56px;
  border: 2px solid var(--tp-grey-2);
  background: var(--tp-grey-2);
  color: var(--tp-common-black);
  font-size: 18px;
  outline: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  padding: 0 24px;
}
.postbox__comment-input input::placeholder {
  font-size: 18px;
  color: #6d6e75;
}
.postbox__comment-input input:focus {
  background: var(--tp-common-white);
  border-color: var(--tp-theme-1);
}
.postbox__comment-input textarea {
  height: 55px;
  padding: 0 20px;
  width: 100%;
  font-size: 18px;
  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;
  height: 175px;
  resize: none;
  padding-top: 20px;
  padding-bottom: 20px;
  width: 100%;
  height: 56px;
  line-height: 56px;
  border: 2px solid var(--tp-grey-2);
  background: var(--tp-grey-2);
  color: var(--tp-common-black);
  font-size: 18px;
  outline: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  padding: 0 24px;
  height: 180px;
  resize: none;
  line-height: 1.2;
  padding: 23px;
  padding-top: 19px;
}
.postbox__comment-input textarea::placeholder {
  font-size: 18px;
  color: #6d6e75;
}
.postbox__comment-input textarea:focus {
  background: var(--tp-common-white);
  border-color: var(--tp-theme-1);
}
.postbox__tag h4 {
  font-size: 20px;
  margin-bottom: 17px;
}
.postbox__tag a {
  color: var(--tp-common-black);
  display: inline-block;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 10px 25px;
  padding-bottom: 8px;
  margin-right: 5px;
  margin-bottom: 10px;
  position: relative;
  z-index: 1;
  border-radius: 40px;
  background: var(--tp-grey-1);
}
.postbox__tag a:hover {
  color: var(--tp-common-white);
  background: var(--tp-common-black);
}
.postbox__details .postbox__item {
  -webkit-box-shadow: 0px 30px 40px 0px rgba(1, 11, 60, 0.1);
  -moz-box-shadow: 0px 30px 40px 0px rgba(1, 11, 60, 0.1);
  -ms-box-shadow: 0px 30px 40px 0px rgba(1, 11, 60, 0.1);
  -o-box-shadow: 0px 30px 40px 0px rgba(1, 11, 60, 0.1);
  box-shadow: 0px 30px 40px 0px rgba(1, 11, 60, 0.1);
}
.postbox__details .postbox__content {
  padding: 35px 40px 30px 40px;
}
.postbox__details .postbox__content p {
  margin-bottom: 20px;
}
.postbox__details .postbox__quote p {
  font-size: 24px;
  color: #0e1133;
  font-weight: 500;
  line-height: 1.3;
  margin-bottom: 25px;
}
.postbox__comment h3 {
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 40px;
}
.blog__sidebar {
  position: sticky;
  top: 20px;
}
.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;
}
.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: "";
  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-11);
  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: #ff6a6a;
}
.postbox__comment-agree label:hover {
  cursor: pointer;
}
.sidebar__widget-title {
  font-size: 20px;
  padding-bottom: 12px;
  border-bottom: 1px solid #f0f0f5;
}
.sidebar__widget ul li {
  list-style: none;
}
.sidebar__widget ul li:not(:last-child) {
  margin-bottom: 10px;
}
.sidebar__widget ul li a {
  font-size: 18px;
  font-weight: 500;
  color: var(--tp-text-11);
  position: relative;
}
.sidebar__widget ul li a:hover {
  color: #ff6a6a;
}
.sidebar__widget ul li a:hover::after {
  background: var(--tp-theme-1);
}
.sidebar__widget ul li ul {
  padding-top: 10px;
  padding-left: 15px;
}
.sidebar__search input {
  width: 100%;
  height: 60px;
  line-height: 56px;
  background: var(--tp-grey-2);
  border: 2px solid var(--tp-grey-2);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  padding-left: 30px;
  padding-right: 45px;
}
.sidebar__search input::placeholder {
  color: #8d8e9a;
  font-weight: 500;
}
.sidebar__search input:focus {
  border-color: var(--tp-theme-1);
  background-color: var(--tp-common-white);
}
.sidebar__search button {
  position: absolute;
  top: 50%;
  right: 20px;
  left: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.sidebar__search button svg {
  width: 18px;
  height: 18px;
}
.sidebar__search button svg .st0 {
  fill: var(--tp-text-1);
}
.sidebar__search button svg .st1 {
  fill: var(--tp-common-black);
}
.tagcloud a {
  display: inline-block;
  height: 36px;
  line-height: 38px;
  padding: 0 15px;
  font-size: 16px !important;
  font-weight: 500;
  color: var(--tp-text-11);
  background: var(--tp-grey-2);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  margin-right: 8px;
  margin-bottom: 10px;
}
.tagcloud a:hover {
  color: var(--tp-common-white);
  background: var(--tp-theme-1);
}
.rc__post:not(:last-child) {
  margin-bottom: 30px;
}
.rc__meta span {
  font-size: 18px;
  color: #6a727f;
  font-weight: 500;
}
.rc__thumb img {
  width: 75px;
  height: 75px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -o-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
  object-fit: cover;
}
.rc__title {
  font-size: 18px;
  font-weight: 500;
  color: var(--tp-common-black);
  line-height: 1.4;
}
.rc__title a:hover {
  color: #ff6a6a;
}
.latest-comments h3 {
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 20px;
}
.latest-comments ul li {
  margin-bottom: 10px;
}
.latest-comments ul li ul li.children-2 {
  margin-left: 100px;
  margin-top: 10px;
}
.latest-comments ul li.children {
  margin-left: 100px;
}
.comments-box {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  padding: 30px;
  padding-right: 40px;
  padding-top: 25px;
}
.comments-avatar img {
  width: 50px;
  height: 50px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.avatar-name {
  margin-bottom: 5px;
}
.avatar-name h5 {
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 0;
  text-transform: capitalize;
}
.avatar-name span {
  font-size: 18px;
  color: var(--tp-text-11);
}
.comments-text p {
  color: var(--tp-text-11);
  margin-bottom: 15px;
}
.comments-replay {
  margin-top: 10px;
}
.comments-replay a {
  display: inline-block;
  color: #ff6a6a;
  background: rgba(61, 108, 231, 0.1);
  line-height: 19px;
  padding: 0 10px;
  font-weight: 500;
  font-size: 18px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  padding: 8px 16px;
}
.comments-replay a:hover {
  color: var(--tp-common-white);
  background: var(--tp-theme-1);
}
ul.wp-block-navigation__submenu-container li.wp-block-pages-list__item {
  margin-bottom: 0;
}
li.wp-block-pages-list__item.has-child .wp-block-pages-list__item {
  margin-bottom: 0;
}
a.wp-block-file__button {
  padding: 2px 10px;
}
ul.wp-block-page-list {
  padding-left: 24px;
  padding-left: 0;
  padding-left: 24px;
}
ul.wp-block-page-list li.wp-block-pages-list__item {
  margin-bottom: 0;
}
figure.wp-block-video {
  margin-top: 24px;
}
.wp-block-media-text {
  margin-top: 24px;
}
.wp-block-columns {
  margin-bottom: 24px;
}
.wp-block-buttons {
  margin-bottom: 24px;
}
ul.wp-block-post-template {
  padding-left: 0;
  padding-left: 0;
}
li.wp-block-pages-list__item {
  margin-bottom: 24px;
  margin-bottom: 24px;
}
.wp-block-post {
  margin-bottom: 30px;
  margin-bottom: 30px;
}
.format-quote {
  padding: 30px;
  font-style: italic;
  background: #fff;
  border-radius: 4px;
  box-shadow: 0px 30px 40px 0px rgba(1, 11, 60, 0.1);
  border-radius: 4px;
}
.format-quote p {
  font-size: 24px;
  line-height: 34px;
  margin-bottom: 0;
}
.format-audio {
  border-radius: 4px;
  overflow: hidden;
}
.wp-block-query-paginatio a {
  border: 1px solid #ddd;
  border: 1px solid #ddd;
}
.wp-block-query-pagination-numbers a {
  border: 1px solid #ddd;
  padding: 8px 12px;
  border: 1px solid #ddd;
  padding: 8px 12px;
}
.wp-block-query-pagination-numbers span {
  border: 1px solid #ddd;
  padding: 8px 12px;
  border: 1px solid #ddd;
  padding: 8px 12px;
}
.wp-block-query-pagination-numbers span.current {
  border-color: #000;
  border-color: #000;
}
a.wp-block-query-pagination-next {
  border: 1px solid #ddd;
  display: inline-block;
  padding: 4px 12px;
  border: 1px solid #ddd;
  display: inline-block;
  padding: 4px 12px;
}
p.form-submit input, .login-submit input {
  border-radius: 230px;
  background: var(--Email-Marketing-Color-Main-Color, #ff6a6a);
  color: #FFF;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 18px;
  padding: 18px 24px;
  border: 3px solid #E7E8FF;
  width: 100%;
}
p.form-submit input:hover, .login-submit input:hover {
  opacity: 0.7;
}
.page-account .wppb-error, .page-account .wppb-alert, .page-account .wppb-success {
  padding: 5px 15px;
  border-radius: 3px;
  color: #fff !important;
}
.page-account .wppb-error a, .page-account .wppb-alert a, .page-account .wppb-success a {
  text-decoration: underline;
  color: #fff;
}
.wppb-error {
  background: #ff0b0b !important;
  box-shadow: 0 0 0 1px #ff6767 !important;
}
.wppb-alert {
  background: #ece9fe !important;
  box-shadow: 0 0 0 1px #ccc3fd !important;
}
.wppb-success {
  background: #ff6b6b !important;
  color: #fff !important;
}
.wp-block-search {
  margin-bottom: 24px;
}
.tp-blog-area .wp-block-social-links {
  padding-left: 0;
}
.tp-blog-area .wp-block-social-links li {
  padding: 0;
}
.wp-block-comments {
  margin-bottom: 30px;
}
a.comment-reply-link {
  padding: 4px 12px;
  border: 1px solid #ddd;
  margin-top: 10px;
  display: inline-block;
}
.elementor-widget-container .blog__thumb img {
  min-height: 247px;
  object-fit: cover;
}
.post-comments .latest-comments ul li {
  padding: 0;
}
.cta__title {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 5px;
}
.cta__icon span {
  display: inline-block;
  width: 90px;
  height: 90px;
  line-height: 90px;
  text-align: center;
  background-color: var(--tp-common-cream);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.cta__content p {
  font-size: 18px;
  line-height: 25px;
  margin-bottom: 30px;
}
.cta__inner {
  border-top: 1px solid rgba(61, 108, 231, 0.1);
}
.cta__item-border {
  border-right: 1px solid rgba(61, 108, 231, 0.1);
}
.footer__logo {
  margin-bottom: 20px;
}
.footer__info p {
  margin-bottom: 17px;
}
.footer__widget-title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 32px;
}
.footer__widget ul li {
  list-style: none;
  line-height: 1;
  margin-bottom: 24px;
}
.footer__widget ul li:last-child {
  margin-bottom: 0;
}
.footer__widget ul li a {
  color: var(--tp-text-body);
  font-size: 18px;
  font-weight: 400;
}
.footer__widget ul li a:hover {
  color: #ff6a6a;
  padding-left: 3px;
}
.footer__widget-2 ul li a:hover {
  color: var(--tp-theme-2);
}
.footer__widget-2 .footer__subscribe-input button {
  background-color: var(--tp-theme-2);
}
.footer__widget-2 .footer__subscribe-input button:hover {
  background-color: var(--tp-common-black-2);
}
.footer__widget-3 .footer__subscribe-input button {
  background-color: var(--tp-theme-3);
}
.footer__widget-3 .footer__subscribe-input button:hover {
  background-color: var(--tp-common-black-3);
}
.footer__social h4 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
}
.footer__social ul li {
  display: inline-block;
}
.footer__social ul li:not(:last-child) {
  margin-right: 7px;
}
.footer__social ul li a {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  -webkit-box-shadow: 0px 1px 2px rgba(26, 31, 35, 0.1);
  -moz-box-shadow: 0px 1px 2px rgba(26, 31, 35, 0.1);
  -ms-box-shadow: 0px 1px 2px rgba(26, 31, 35, 0.1);
  -o-box-shadow: 0px 1px 2px rgba(26, 31, 35, 0.1);
  box-shadow: 0px 1px 2px rgba(26, 31, 35, 0.1);
  color: var(--tp-text-7);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  background-color: var(--tp-common-white);
}
.footer__social ul li a:hover {
  background-color: var(--tp-theme-1);
  color: var(--tp-common-white);
}
.footer__social-3 ul li a:hover {
  background-color: var(--tp-theme-3);
}
.footer__subscribe p {
  margin-bottom: 20px;
}
.footer__subscribe-input {
  position: relative;
}
.footer__subscribe-input input {
  width: 100%;
  height: 60px;
  padding: 0 25px;
  padding-right: 120px;
  border: none;
  outline: 0;
  background-color: var(--tp-common-white);
  -webkit-box-shadow: 0px 1px 2px rgba(26, 31, 35, 0.07);
  -moz-box-shadow: 0px 1px 2px rgba(26, 31, 35, 0.07);
  -ms-box-shadow: 0px 1px 2px rgba(26, 31, 35, 0.07);
  -o-box-shadow: 0px 1px 2px rgba(26, 31, 35, 0.07);
  box-shadow: 0px 1px 2px rgba(26, 31, 35, 0.07);
}
.footer__subscribe-input input::placeholder {
  color: var(--tp-text-8);
}
.footer__subscribe-input button {
  position: absolute;
  top: 6px;
  right: 6px;
  z-index: 1;
}
.footer__subscribe-3 p {
  font-size: 18px;
  color: var(--tp-text-14);
}
.footer__subscribe-3 button {
  background-color: var(--tp-theme-3);
}
.footer__bottom-inner {
  padding: 22px 0;
  border-top: 1px solid rgba(3, 18, 32, 0.06);
}
.footer__bottom-link ul li {
  list-style: none;
  display: inline-block;
  position: relative;
  padding-right: 15px;
  margin-right: 15px;
}
.footer__bottom-link ul li:last-child {
  margin-right: 0;
  padding-right: 0;
}
.footer__bottom-link ul li:last-child::after {
  display: none;
}
.footer__bottom-link ul li::after {
  position: absolute;
  content: "";
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 1px;
  height: 10px;
  background-color: var(--tp-text-9);
}
.footer__bottom-link ul li a {
  font-size: 18px;
  color: var(--tp-text-9);
}
.footer__copyright p {
  margin-bottom: 0;
  color: #4E4D61;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
}
.footer__contact ul {
  line-height: 1;
}
.footer__contact ul li {
  list-style: none;
  line-height: 1;
}
.footer__contact ul li:not(:last-child) {
  margin-bottom: 15px;
}
.footer__contact ul li p {
  font-size: 18px;
  color: var(--tp-text-11);
  margin-bottom: 3px;
  line-height: 1;
}
.footer__contact ul li h4 {
  font-size: 18px;
  color: var(--tp-common-black);
  font-weight: 400;
  margin-bottom: 0;
}
.footer__white .footer__social ul li a {
  background-color: var(--tp-grey-5);
}
.footer__white .footer__social ul li a:hover {
  background-color: var(--tp-theme-1);
  color: var(--tp-common-white);
}
.footer__white .footer__subscribe-input input {
  background-color: var(--tp-grey-5);
}
.footer__black .footer__social h4 {
  color: var(--tp-common-white);
}
.footer__black .footer__social ul li a {
  background-color: var(--tp-grey-5);
  line-height: 40px !important;
}
.footer__black .footer__social ul li a:hover {
  background-color: var(--tp-theme-1);
  color: var(--tp-common-white);
}
.footer__black .footer__social ul li a.fb {
  color: #fff;
  background: #285da1;
}
.footer__black .footer__social ul li a.fb:hover {
  color: #285da1;
  background: #fff;
}
.footer__black .footer__social ul li a.tw {
  color: #fff;
  background: #03a9f4;
}
.footer__black .footer__social ul li a.tw:hover {
  color: #03a9f4;
  background: #fff;
}
.footer__black .footer__social ul li a.pin {
  color: #fff;
  background: #d8163f;
}
.footer__black .footer__social ul li a.pin:hover {
  color: #d8163f;
  background: #fff;
}
.footer__black .footer__subscribe-input input {
  background-color: var(--tp-grey-5);
}
.footer__black .footer__widget-content p {
  color: var(--tp-text-15);
}
.footer__black .footer__widget-title {
  color: var(--tp-common-white);
}
.footer__black ul li {
  list-style: none;
  line-height: 1;
  margin-bottom: 12px;
}
.footer__black ul li a {
  font-size: 18px;
  line-height: 1.2;
  color: var(--tp-text-15);
}
.footer__black ul li a:hover {
  color: var(--tp-common-white);
}
.footer__black .footer__subscribe p {
  color: var(--tp-text-15);
}
.footer__black .footer__bottom-inner {
  border-top: 1px solid #1c1f3f;
}
.footer__black .footer__copyright p {
  color: var(--tp-text-15);
}
.footer-col-1 {
  padding-right: 0px;
}
.footer-col-2 {
  padding-left: 20px;
}
.footer-col-4 {
  padding-left: 0px;
}
.footer-col-2-1 .footer__social ul li a:hover {
  background-color: var(--tp-theme-2);
}
.offcanvas__area .modal.show .modal-dialog {
  transform: none !important;
}
.offcanvas__area .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(100px, 0px);
}
.offcanvas__area .modal-dialog {
  position: absolute;
  top: 0;
  right: 0;
  max-width: 450px;
  width: 100%;
  height: 100%;
  margin: 0;
  background: var(--clr-common-white);
}
.offcanvas__area .modal-content {
  border: 0;
}
.offcanvas__wrapper {
  position: relative;
  padding: 45px;
}
.offcanvas__close-btn {
  display: inline-block;
  font-size: 18px;
  height: 45px;
  width: 45px;
  line-height: 46px;
  background: var(--tp-theme-1);
  color: #fff;
  border-radius: 50%;
}
.offcanvas__close-btn:hover {
  background: var(--tp-common-black);
}
.offcanvas__top {
  padding-bottom: 20px;
  border-bottom: 1px solid var(--tp-border-1);
}
.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 var(--tp-border-1);
  font-size: 18px;
}
.offcanvas__search input::placeholder {
  color: var(--tp-text-1);
}
.offcanvas__search input:focus {
  border-color: var(--tp-common-black);
}
.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: 18px;
  color: var(--tp-text-1);
}
.offcanvas__text p {
  margin-bottom: 25px;
}
.offcanvas__contact h4 {
  font-size: 22px;
  margin-bottom: 20px;
}
.offcanvas__contact ul li:not(:last-child) {
  margin-bottom: 20px;
}
.offcanvas__contact ul li:hover i {
  background: var(--tp-theme-1);
  color: var(--tp-common-white);
  border-color: var(--tp-theme-1);
}
.offcanvas__contact ul li:hover a {
  color: var(--tp-common-black);
}
.offcanvas__contact-icon i {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border: 1px solid var(--tp-border-1);
  -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-2);
}
.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: #ff6a6a;
  -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-1);
  color: var(--tp-common-white);
}
.category__wrapper .section__title-wrapper-2 {
  padding-right: 110px;
}
.category__wrapper p {
  font-size: 18px;
  color: var(--tp-text-11);
  padding-right: 85px;
  margin-bottom: 25px;
}
.category__wrapper-3 p {
  font-size: 18px;
  color: var(--tp-text-11);
  margin-bottom: 5px;
  padding-right: 35px;
}
.category__item:hover .category__icon a {
  background-color: var(--tp-common-blue-2);
}
.category__item:hover .category__icon a svg path {
  stroke: var(--tp-common-white);
}
.category__item:hover .category__icon.pink-bg a {
  background-color: var(--tp-common-pink);
}
.category__item:hover .category__icon.pink-bg a svg path {
  stroke: var(--tp-common-white);
}
.category__item:hover .category__icon.green-bg a {
  background-color: var(--tp-common-green-3);
}
.category__item:hover .category__icon.green-bg a svg path {
  fill: var(--tp-common-white);
  stroke: var(--tp-common-white);
}
.category__item:hover .category__icon.orange-bg a {
  background-color: var(--tp-common-orange);
}
.category__item:hover .category__icon.orange-bg a svg path {
  stroke: var(--tp-common-white);
}
.category__item:hover .category__icon.purple-bg a {
  background-color: var(--tp-common-purple);
}
.category__item:hover .category__icon.purple-bg a svg path {
  stroke: var(--tp-common-white);
}
.category__item:hover .category__icon.green-bg-2 a {
  background-color: var(--tp-common-green-4);
}
.category__item:hover .category__icon.green-bg-2 a svg path {
  stroke: var(--tp-common-white);
}
.category__item:hover .category__icon.yellow-bg a {
  background-color: var(--tp-common-yellow);
}
.category__item:hover .category__icon.yellow-bg a svg path {
  stroke: var(--tp-common-white);
  fill: var(--tp-common-white);
}
.category__item:hover .category__icon.violet-bg a {
  background-color: var(--tp-common-violet);
}
.category__item:hover .category__icon.violet-bg a svg path {
  fill: var(--tp-common-white);
}
.category__item:hover .category__icon.add a {
  background-color: var(--tp-common-green-2);
  color: var(--tp-common-white);
}
.category__item:hover .category__icon.add a svg path {
  fill: var(--tp-common-white);
}
.category__item-3 {
  border: 2px solid rgba(3, 18, 32, 0.06);
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  -o-border-radius: 14px;
  -ms-border-radius: 14px;
  border-radius: 14px;
}
.category__item-3:hover {
  border-color: var(--tp-theme-3);
}
.category__icon {
  margin-bottom: 10px;
}
.category__icon a {
  display: inline-block;
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  -o-border-radius: 14px;
  -ms-border-radius: 14px;
  border-radius: 14px;
  background-color: rgba(66, 112, 255, 0.1);
}
.category__icon.pink-bg a {
  background-color: rgba(255, 100, 112, 0.1);
}
.category__icon.green-bg a {
  background-color: rgba(39, 170, 77, 0.1);
}
.category__icon.orange-bg a {
  background-color: rgba(243, 127, 67, 0.1);
}
.category__icon.purple-bg a {
  background-color: rgba(227, 60, 255, 0.1);
}
.category__icon.green-bg-2 a {
  background-color: rgba(32, 173, 150, 0.1);
}
.category__icon.yellow-bg a {
  background-color: rgba(245, 180, 85, 0.1);
}
.category__icon.violet-bg a {
  background-color: rgba(97, 81, 251, 0.1);
}
.category__icon.violet-bg a svg path {
  fill: #6151FB;
}
.category__icon.add a {
  background-color: transparent;
  border: 1px solid var(--tp-common-green-2);
  font-size: 35px;
  color: var(--tp-common-green-2);
}
.category__title {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 0;
}
.category__title a:hover {
  color: var(--tp-theme-2);
}
.category__title.add {
  color: var(--tp-common-green-2);
}
.category__title-3 {
  font-size: 20px;
  font-weight: 700;
  color: var(--tp-common-black-3);
  background-color: var(--tp-grey-7);
  margin-bottom: 0;
  padding: 20px 30px;
}
.category__list {
  padding-top: 10px;
  padding-bottom: 5px;
}
.category__list ul li {
  list-style: none;
}
.category__list ul li a {
  font-size: 18px;
  color: var(--tp-common-black-3);
  position: relative;
  padding-left: 14px;
  padding: 7px 30px 10px;
  padding-left: 40px;
  display: block;
}
.category__list ul li a i {
  margin-left: 30px;
  visibility: hidden;
  opacity: 0;
  color: var(--tp-theme-3);
}
.category__list ul li a::after {
  position: absolute;
  content: "";
  left: 28px;
  top: 44%;
  -webkit-transform: tranlateY(-50%);
  -moz-transform: tranlateY(-50%);
  -ms-transform: tranlateY(-50%);
  -o-transform: tranlateY(-50%);
  transform: tranlateY(-50%);
  width: 3px;
  height: 3px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  background-color: var(--tp-common-black-3);
}
.category__list ul li a:hover {
  background-color: rgba(0, 122, 112, 0.06);
}
.category__list ul li a:hover i {
  visibility: visible;
  opacity: 1;
}
.category__btn-3 {
  padding: 20px 30px 35px;
}
.category__more {
  flex: 0 0 auto;
}
.event__item {
  padding: 15px 50px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: 0px 30px 50px rgba(3, 18, 32, 0.08);
  -moz-box-shadow: 0px 30px 50px rgba(3, 18, 32, 0.08);
  -ms-box-shadow: 0px 30px 50px rgba(3, 18, 32, 0.08);
  -o-box-shadow: 0px 30px 50px rgba(3, 18, 32, 0.08);
  box-shadow: 0px 30px 50px rgba(3, 18, 32, 0.08);
}
.event__item::after {
  position: absolute;
  content: "";
  left: -3px;
  top: auto;
  bottom: 0;
  width: 30px;
  height: 0;
  background-color: var(--tp-theme-2);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  z-index: -1;
}
.event__item:hover::after {
  top: 0;
  bottom: auto;
  height: 100%;
}
.event__date {
  padding-right: 40px;
  margin-right: 30px;
  position: relative;
  flex: 0 0 auto;
}
.event__date::after {
  position: absolute;
  content: "";
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 1px;
  height: 90px;
  background-color: rgba(3, 18, 32, 0.08);
}
.event__date h4 {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 0;
  line-height: 1;
}
.event__date p {
  color: var(--tp-text-11);
  font-size: 18px;
  margin-bottom: 0;
}
.event__meta ul li {
  list-style: none;
}
.event__meta ul li a {
  font-size: 18px;
  color: var(--tp-text-11);
}
.event__meta ul li a i {
  margin-right: 7px;
}
.event__meta ul li a svg {
  margin-right: 7px;
  -webkit-transform: translateY(-2px);
  -moz-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  -o-transform: translateY(-2px);
  transform: translateY(-2px);
}
.event__title {
  font-size: 20px;
  font-weight: 600;
}
.event__title a:hover {
  color: var(--tp-theme-2);
}
.event__person ul li {
  list-style: none;
  display: inline-block;
}
.event__person ul li a img {
  width: 26px;
  height: 26px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  margin-left: -8px;
  border: 2px solid var(--tp-common-white);
}
.event__person ul li a img:first-child {
  margin-left: 0;
  border: none;
}
.event__person ul li a span {
  font-size: 18px;
  font-weight: 500;
  color: var(--tp-text-11);
  margin-left: 5px;
}
.event__time span {
  display: inline-block;
  height: 30px;
  line-height: 30px;
  color: var(--tp-theme-2);
  background-color: rgba(37, 142, 70, 0.06);
  font-size: 18px;
  font-weight: 500;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -o-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
  padding: 0 15px;
}
.event__time span i {
  margin-right: 5px;
}
.event__time span svg {
  margin-right: 3px;
  -webkit-transform: translateY(-2px);
  -moz-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  -o-transform: translateY(-2px);
  transform: translateY(-2px);
}
.event__right {
  flex: 0 0 auto;
}
.event__details h3 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 15px;
}
.event__details p {
  font-size: 18px;
  line-height: 28px;
  color: var(--tp-text-11);
}
.event__allow h3 {
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 15px;
}
.event__allow ul li {
  font-size: 18px;
  color: var(--tp-common-black);
  list-style: none;
}
.event__allow ul li:not(:last-child) {
  margin-bottom: 5px;
}
.event__allow ul li i {
  display: inline-block;
  width: 18px;
  height: 18px;
  text-align: center;
  line-height: 18px;
  font-size: 10px;
  font-weight: 500;
  color: var(--tp-theme-2);
  background: rgba(37, 142, 70, 0.1);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  margin-right: 10px;
}
.event__tag {
  border-top: 1px solid #e4e6ef;
  padding-top: 25px;
}
.event__tag span {
  font-size: 18px;
  color: #ff6a6a;
  margin-right: 7px;
}
.event__tag a {
  font-size: 18px;
  color: var(--tp-text-11);
  font-weight: 600;
}
.event__tag a:hover {
  color: #ff6a6a;
}
.event__info-price h5 {
  font-size: 26px;
  display: inline-block;
  margin-bottom: 0;
}
.event__info-price h5 span {
  font-size: 20px;
  font-weight: 600;
}
.event__info-price h5.old-price {
  text-decoration: line-through;
  color: var(--tp-text-3);
  font-weight: 500;
  font-size: 18px;
  padding-left: 10px;
}
.event__info-discount span {
  display: inline-block;
  font-size: 18px;
  height: 24px;
  line-height: 24px;
  padding: 0 12px;
  color: var(--tp-common-pink-2);
  background: rgba(252, 76, 86, 0.08);
  font-weight: 600;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
.event__info-content ul li:not(:last-child) {
  padding-bottom: 12px;
  margin-bottom: 12px;
  border-bottom: 1px solid #eef0f6;
}
.event__info-icon svg {
  width: 16px;
  height: 20px;
  margin-right: 12px;
}
.event__info-icon svg .st0 {
  fill: none;
  stroke: var(--tp-theme-1);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 2.6667;
}
.event__info-item h5 {
  margin-bottom: 0;
  font-weight: 400;
  color: var(--tp-text-3);
  font-size: 18px;
  line-height: 1;
}
.event__info-item h5 span {
  font-weight: 500;
  color: var(--tp-common-black);
  padding-right: 5px;
}
.event__sidebar-widget {
  position: relative;
  padding: 30px;
  -webkit-box-shadow: 0px 30px 50px 0px rgba(1, 11, 60, 0.1);
  -moz-box-shadow: 0px 30px 50px 0px rgba(1, 11, 60, 0.1);
  -ms-box-shadow: 0px 30px 50px 0px rgba(1, 11, 60, 0.1);
  -o-box-shadow: 0px 30px 50px 0px rgba(1, 11, 60, 0.1);
  box-shadow: 0px 30px 50px 0px rgba(1, 11, 60, 0.1);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
.event__sidebar-shape img {
  position: absolute;
  z-index: -1;
}
.event__sidebar-shape img.events-sidebar-img-2 {
  top: 40px;
  left: -25px;
}
.event__sidebar-shape img.events-sidebar-img-3 {
  bottom: 90px;
  right: -30px;
}
.event__join-btn a {
  background: var(--tp-common-pink-2);
}
.event__join-btn a i {
  padding-left: 5px;
}
.event__social h4 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 0px;
  margin-right: 10px;
}
.event__social ul li {
  display: inline-block;
  margin-left: 5px;
}
.event__social ul li a {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 13px;
  color: var(--tp-common-black);
  background: var(--tp-grey-1);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
.event__social ul li a.fb {
  color: #285da1;
  background: rgba(40, 93, 161, 0.1);
}
.event__social ul li a.fb:hover {
  color: var(--tp-common-white);
  background: #285da1;
}
.event__social ul li a.tw {
  color: #03a9f4;
  background: rgba(3, 169, 244, 0.1);
}
.event__social ul li a.tw:hover {
  color: var(--tp-common-white);
  background: #03a9f4;
}
.event__social ul li a.pin {
  color: #d8163f;
  background: rgba(216, 22, 63, 0.1);
}
.event__social ul li a.pin:hover {
  color: var(--tp-common-white);
  background: #d8163f;
}
.event__sponsor-title {
  font-size: 20px;
  margin-bottom: 20px;
}
.event__sponsor-info h3 {
  font-size: 18px;
}
.event__sponsor-info > h4 {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 10px;
}
.event__sponsor-info > h4 span {
  font-weight: 400;
  color: var(--tp-text-3);
}
.team__wrapper p {
  font-size: 18px;
  color: var(--tp-text-11);
}
.team__item:hover .team__social {
  visibility: visible;
  opacity: 1;
  bottom: 20px;
}
.team__thumb {
  position: relative;
  z-index: 1;
}
.team__thumb-shape::after {
  position: absolute;
  content: "";
  width: 90%;
  height: 90%;
  background-color: #A794C8;
  -webkit-transform: scale(1) perspective(900px) rotateX(24deg);
  -moz-transform: scale(1) perspective(900px) rotateX(24deg);
  -ms-transform: scale(1) perspective(900px) rotateX(24deg);
  -o-transform: scale(1) perspective(900px) rotateX(24deg);
  transform: scale(1) perspective(900px) rotateX(24deg);
  left: 0;
  right: 0;
  margin: auto;
  z-index: -1;
  bottom: -2px;
  border-radius: 10px;
  box-shadow: 0px 20px 20px rgba(60, 0, 165, 0.1);
}
.team__thumb-shape-yellow::after {
  background-color: #F7A26A;
  box-shadow: 0px 20px 20px rgba(111, 44, 0, 0.14);
}
.team__thumb-shape-blue::after {
  background-color: #7F92D8;
  box-shadow: 0px 20px 20px rgba(0, 30, 139, 0.1);
}
.team__thumb-shape-pink::after {
  background-color: #EDA0A8;
  box-shadow: 0px 20px 20px rgba(136, 0, 14, 0.1);
}
.team__shape {
  position: absolute;
  z-index: -1;
  left: 0;
  bottom: -41px;
  width: 100%;
}
.team__shape img {
  width: 100%;
}
.team__content {
  padding-top: 20px;
  position: relative;
  z-index: 1;
}
.team__title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 0;
}
.team__title a:hover {
  color: var(--tp-theme-2);
}
.team__designation {
  display: inline-block;
  font-size: 18px;
  color: var(--tp-text-11);
}
.team__social {
  position: absolute;
  bottom: 0px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 80%;
  visibility: hidden;
  opacity: 0;
}
.team__social a {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: var(--tp-text-7);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  background-color: var(--tp-common-white);
  margin: 0 2px;
}
.team__social a:hover {
  background-color: var(--tp-theme-1);
  color: var(--tp-common-white);
}
.team-bg {
  position: relative;
}
.testimonial__slider .owl-stage-outer {
  overflow: visible;
}
.testimonial__slider .owl-item {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.testimonial__slider .owl-item.active {
  opacity: 1;
  visibility: visible;
}
.testimonial__slider .owl-dots {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  position: absolute;
  bottom: -52px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.testimonial__slider .owl-dots .owl-dot {
  margin: 0 6px;
  width: 8px;
  height: 8px;
  background-color: var(--tp-grey-6);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.testimonial__slider .owl-dots .owl-dot.active {
  width: 12px;
  height: 12px;
  background-color: var(--tp-theme-2);
}
.testimonial__active.swiper-container {
  overflow: visible;
}
.testimonial__item {
  padding: 40px 45px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: 0px 30px 40px rgba(3, 18, 32, 0.06);
  -moz-box-shadow: 0px 30px 40px rgba(3, 18, 32, 0.06);
  -ms-box-shadow: 0px 30px 40px rgba(3, 18, 32, 0.06);
  -o-box-shadow: 0px 30px 40px rgba(3, 18, 32, 0.06);
  box-shadow: 0px 30px 40px rgba(3, 18, 32, 0.06);
}
.testimonial__avater {
  margin-bottom: 30px;
}
.testimonial__avater img {
  width: 66px !important;
  height: 66px;
  display: inline-block !important;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.testimonial__avater-info h3 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 0;
}
.testimonial__avater-info span {
  color: var(--tp-text-11);
}
.testimonial__text h4 {
  font-size: 20px;
  font-weight: 600;
}
.testimonial__text p {
  font-size: 18px;
  line-height: 30px;
  color: var(--tp-text-12);
  margin-bottom: 20px;
}
.testimonial__rating ul li {
  display: inline-block;
  margin: 0 0;
}
.testimonial__rating ul li a {
  font-size: 18px;
  color: var(--tp-common-yellow-4);
}
div.testimonial__avater img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.brand__wrapper p {
  font-size: 18px;
  color: var(--tp-text-11);
  margin-bottom: 30px;
}
.certificate__content p {
  color: var(--tp-text-11);
  font-size: 18px;
  margin-bottom: 40px;
}
.certificate__inner {
  padding: 95px 70px 90px;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  -o-border-radius: 14px;
  -ms-border-radius: 14px;
  border-radius: 14px;
}
.certificate__links .play-video {
  display: inline-block;
  height: 44px;
  line-height: 44px;
  text-align: center;
  padding: 0 34px;
  padding-right: 28px;
  font-size: 18px;
  font-weight: 500;
  color: var(--tp-common-black);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
  -webkit-box-shadow: 0px 1px 2px rgba(3, 18, 32, 0.1);
  -moz-box-shadow: 0px 1px 2px rgba(3, 18, 32, 0.1);
  -ms-box-shadow: 0px 1px 2px rgba(3, 18, 32, 0.1);
  -o-box-shadow: 0px 1px 2px rgba(3, 18, 32, 0.1);
  box-shadow: 0px 1px 2px rgba(3, 18, 32, 0.1);
  background-color: var(--tp-common-white);
}
.certificate__links .play-video i {
  margin-right: 5px;
}
.certificate__links .play-video:hover {
  background-color: var(--tp-theme-3);
  color: var(--tp-common-white);
}
.certificate__links ul {
  margin-left: 30px;
}
.certificate__links ul li {
  list-style: none;
  display: inline-block;
}
.certificate__links ul li:not(:last-child) {
  margin-right: 30px;
}
.certificate__links ul li:last-child a::after {
  display: none;
}
.certificate__links ul li a {
  font-size: 18px;
  font-weight: 500;
  color: var(--tp-common-black);
  position: relative;
  padding-right: 30px;
}
.certificate__links ul li a::after {
  position: absolute;
  content: "";
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 1px;
  height: 36px;
  background-color: rgba(3, 18, 32, 0.1);
}
.certificate__links ul li a:hover {
  color: var(--tp-theme-3);
}
.certificate__thumb {
  position: absolute;
  right: 45px;
  bottom: -30px;
}
.price__banner {
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  -o-border-radius: 14px;
  -ms-border-radius: 14px;
  border-radius: 14px;
  padding: 50px 30px 275px;
}
.price__banner-content h3 {
  font-size: 30px;
  color: var(--tp-common-white);
  margin-bottom: 15px;
}
.price__banner-content h3 span {
  display: block;
  color: rgba(255, 255, 255, 0.6);
  font-weight: 400;
}
.price__banner-content p {
  font-size: 18px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 25px;
  padding-right: 50px;
}
.price__item {
  border: 2px solid rgba(3, 18, 32, 0.06);
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  -o-border-radius: 14px;
  -ms-border-radius: 14px;
  border-radius: 14px;
}
.price__item:hover {
  border-color: var(--tp-theme-3);
}
.price__item.active {
  border-color: var(--tp-theme-3);
}
.price__item.active .price__btn .tp-btn-9.tp-btn-12 {
  background-color: var(--tp-theme-3);
  border-color: var(--tp-theme-3);
  color: var(--tp-common-white);
}
.price__thumb {
  position: absolute;
  bottom: 0;
  right: 15px;
}
.price__thumb::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  mix-blend-mode: luminosity;
}
.price__thumb img {
  mix-blend-mode: luminosity;
  filter: grayscale(100%);
}
.price__shape {
  position: absolute;
  top: 0;
  right: 0;
}
.price__title {
  font-size: 24px;
  font-weight: 600;
  color: var(--tp-common-black-3);
  background-color: var(--tp-grey-3);
  margin-bottom: 0;
  padding: 20px 40px;
}
.price__list ul li {
  list-style: none;
  position: relative;
  padding-left: 14px;
  padding-bottom: 10px;
  margin-bottom: 18px;
  border-bottom: 1.5px solid rgba(3, 18, 32, 0.06);
  color: var(--tp-common-black);
  font-size: 18px;
}
.price__list ul li::after {
  position: absolute;
  content: "";
  left: 0;
  top: 37%;
  -webkit-transform: tranlateY(-50%);
  -moz-transform: tranlateY(-50%);
  -ms-transform: tranlateY(-50%);
  -o-transform: tranlateY(-50%);
  transform: tranlateY(-50%);
  width: 3px;
  height: 3px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  background-color: var(--tp-common-black-3);
}
.price__list ul li span {
  float: right;
  display: inline-block;
  width: 16px;
  height: 16px;
  line-height: 14px;
  text-align: center;
  background-color: var(--tp-theme-3);
  color: var(--tp-common-white);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  font-size: 10px;
  margin-top: 5px;
  border: 1px solid var(--tp-theme-3);
}
.price__list ul li.unavailable {
  color: var(--tp-text-13);
}
.price__list ul li.unavailable::after {
  background-color: var(--tp-text-13);
}
.price__list ul li.unavailable span {
  background-color: transparent;
  border-color: var(--tp-text-13);
  color: var(--tp-text-13);
}
.price__content {
  padding: 30px 40px 45px;
}
.price__amount h4 {
  font-size: 34px;
  font-weight: 700;
}
.price__amount h4 span {
  font-size: 18px;
  color: var(--tp-text-11);
  opacity: 0.7;
  font-weight: 400;
}
.badge-price {
  position: absolute;
  top: 0;
  right: 0;
  background: #007A70;
  color: #fff;
  padding: 4px 20px;
}
.faq__accordion .accordion-item {
  border: none;
  border-bottom: 1px solid rgba(3, 18, 32, 0.06);
  padding: 15px 0;
  padding-left: 65px;
}
.faq__accordion .accordion-item:first-of-type .accordion-button {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
.faq__accordion .accordion-button {
  font-size: 18px;
  font-weight: 600;
  color: var(--tp-common-black);
  border: 0;
  padding: 15px 0;
  padding-left: 25px;
  position: relative;
  -webkit-border-radius: 20px 20px 0 0;
  -moz-border-radius: 20px 20px 0 0;
  -o-border-radius: 20px 20px 0 0;
  -ms-border-radius: 20px 20px 0 0;
  border-radius: 20px 20px 0 0;
}
.faq__accordion .accordion-button::after {
  position: absolute;
  top: 50%;
  left: -65px;
  -webkit-transform: translateY(-50%) rotate(0deg);
  -moz-transform: translateY(-50%) rotate(0deg);
  -ms-transform: translateY(-50%) rotate(0deg);
  -o-transform: translateY(-50%) rotate(0deg);
  transform: translateY(-50%) rotate(0deg);
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background-color: var(--tp-grey-10);
  background-image: none;
  content: "+";
  font-family: var(--tp-ff-fontawesome);
  font-weight: 500;
  margin: inherit;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.faq__accordion .accordion-button:focus {
  box-shadow: none;
}
.faq__accordion .accordion-button:not(.collapsed) {
  background-color: transparent;
  box-shadow: none;
  background-color: var(--tp-grey-7);
}
.faq__accordion .accordion-button:not(.collapsed)::after {
  -webkit-transform: translateY(-50%) rotate(45deg);
  -moz-transform: translateY(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) rotate(45deg);
  -o-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  background-color: var(--tp-theme-3);
  color: var(--tp-common-white);
}
.faq__accordion .accordion-body {
  padding: 0;
  padding-right: 50px;
  padding-left: 25px;
  padding-bottom: 25px;
}
.faq__accordion .accordion-body p {
  font-size: 18px;
  color: var(--tp-text-11);
  line-height: 24px;
  margin-bottom: 0;
}
.faq__accordion .accordion-collapse {
  -webkit-border-radius: 0 0 20px 20px;
  -moz-border-radius: 0 0 20px 20px;
  -o-border-radius: 0 0 20px 20px;
  -ms-border-radius: 0 0 20px 20px;
  border-radius: 0 0 20px 20px;
  background-color: var(--tp-grey-7);
}
.faq__wrapper p {
  font-size: 18px;
  margin-bottom: 20px;
}
.faq__wrapper p a {
  color: var(--tp-theme-3);
  font-weight: 500;
}
.app__bg {
  position: relative;
}
.app__bg::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100px;
  background-color: var(--tp-grey-9);
  z-index: -1;
}
.app__inner {
  padding: 50px 70px;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  -o-border-radius: 14px;
  -ms-border-radius: 14px;
  border-radius: 14px;
  -webkit-box-shadow: 0px 40px 50px rgba(2, 29, 26, 0.14);
  -moz-box-shadow: 0px 40px 50px rgba(2, 29, 26, 0.14);
  -ms-box-shadow: 0px 40px 50px rgba(2, 29, 26, 0.14);
  -o-box-shadow: 0px 40px 50px rgba(2, 29, 26, 0.14);
  box-shadow: 0px 40px 50px rgba(2, 29, 26, 0.14);
}
.app__title {
  font-size: 44px;
  font-weight: 800;
  color: var(--tp-common-white);
  margin-bottom: 0;
}
.app__item a {
  font-size: 18px;
  line-height: 1;
  font-weight: 600;
  color: var(--tp-common-white);
  border: 2px solid rgba(255, 255, 255, 0.3);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -o-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
  display: inline-block;
  padding: 5px 24px;
  padding-left: 20px;
}
.app__item a img {
  margin-right: 5px;
}
.app__item a:hover {
  background-color: var(--tp-common-white);
  border-color: var(--tp-common-white);
  color: var(--tp-common-black);
}
.app__item a .apple {
  transform: translateY(-3px);
  display: inline-block;
}
.app__item a.active {
  background-color: var(--tp-common-white);
  border-color: var(--tp-common-white);
  color: var(--tp-common-black);
}
.app__shape-1 {
  position: absolute;
  top: 0;
  left: 45px;
}
.app__shape-2 {
  position: absolute;
  right: 0;
  bottom: 0;
  mix-blend-mode: luminosity;
}
.contact__form-input input {
  width: 100%;
  height: 56px;
  line-height: 54px;
  padding: 0 23px;
  background: var(--tp-grey-2);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  border: 2px solid var(--tp-grey-2);
  color: var(--tp-common-black);
  font-size: 18px;
  margin-bottom: 20px;
}
.contact__form-input input::placeholder {
  font-size: 18px;
  color: var(--tp-text-11);
}
.contact__form-input input:focus {
  border-color: var(--tp-theme-1);
  outline: none;
  background: var(--tp-common-white);
}
.contact__form-input textarea {
  width: 100%;
  height: 56px;
  line-height: 54px;
  padding: 0 23px;
  background: var(--tp-grey-2);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  border: 2px solid var(--tp-grey-2);
  color: var(--tp-common-black);
  font-size: 18px;
  margin-bottom: 20px;
  height: 180px;
  padding: 23px 25px;
  line-height: 1.1;
  resize: none;
  margin-bottom: 13px;
}
.contact__form-input textarea::placeholder {
  font-size: 18px;
  color: var(--tp-text-11);
}
.contact__form-input textarea:focus {
  border-color: var(--tp-theme-1);
  outline: none;
  background: var(--tp-common-white);
}
.contact__form-agree {
  padding-left: 5px;
}
.contact__form-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;
}
.contact__form-agree input:checked {
  position: relative;
  background-color: var(--tp-theme-1);
  border-color: transparent;
}
.contact__form-agree input:checked::after {
  box-sizing: border-box;
  content: "";
  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%);
}
.contact__form-agree input:hover {
  cursor: pointer;
}
.contact__form-agree label {
  padding-left: 8px;
  color: var(--tp-text-11);
}
.contact__form-agree label a {
  color: var(--tp-common-black);
  font-weight: 600;
  padding-left: 4px;
}
.contact__form-agree label a:hover {
  color: #ff6a6a;
}
.contact__form-agree label:hover {
  cursor: pointer;
}
.contact__info-inner {
  padding: 45px 40px;
  padding-right: 70px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0px 30px 50px 0px rgba(1, 11, 60, 0.1);
  -moz-box-shadow: 0px 30px 50px 0px rgba(1, 11, 60, 0.1);
  -ms-box-shadow: 0px 30px 50px 0px rgba(1, 11, 60, 0.1);
  -o-box-shadow: 0px 30px 50px 0px rgba(1, 11, 60, 0.1);
  box-shadow: 0px 30px 50px 0px rgba(1, 11, 60, 0.1);
  position: relative;
  z-index: 1;
}
.contact__info-inner ul li {
  list-style: none;
}
.contact__info-icon svg {
  fill: none;
  stroke: var(--tp-theme-1);
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.contact__info-icon svg.map {
  width: 16px;
  height: 20px;
}
.contact__info-icon svg.mail {
  width: 18px;
  height: 18px;
}
.contact__info-icon svg.call {
  width: 18px;
  height: 18px;
}
.contact__info-text h4 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 6px;
}
.contact__info-text p {
  margin-bottom: 0;
  color: var(--tp-text-11);
}
.contact__info-text p a:hover {
  color: var(--tp-text-11);
}
.contact__social h4 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 13px;
}
.contact__social ul li {
  display: inline-block;
  margin-right: 10px;
}
.contact__social ul li a {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 13px;
  color: var(--tp-common-black);
  background: var(--tp-grey-2);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
.contact__social ul li a.fb {
  color: #285da1;
  background: rgba(40, 93, 161, 0.1);
}
.contact__social ul li a.fb:hover {
  color: var(--tp-common-white);
  background: #285da1;
}
.contact__social ul li a.tw {
  color: #03a9f4;
  background: rgba(3, 169, 244, 0.1);
}
.contact__social ul li a.tw:hover {
  color: var(--tp-common-white);
  background: #03a9f4;
}
.contact__social ul li a.pin {
  color: #d8163f;
  background: rgba(216, 22, 63, 0.1);
}
.contact__social ul li a.pin:hover {
  color: var(--tp-common-white);
  background: #d8163f;
}
.contact__icon {
  margin-bottom: 28px;
}
.contact__icon svg {
  width: 70px;
  height: 70px;
  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);
}
.contact__icon svg .st0 {
  fill: none;
  stroke: var(--tp-theme-1);
  stroke-width: 0.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.contact__icon i {
  color: #ff6a6a;
  font-size: 20px;
  margin: 0;
  margin-top: 2px;
}
.contact__item {
  padding: 50px 80px;
  padding-bottom: 62px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -o-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0px 40px 50px 0px rgba(1, 11, 60, 0.08);
  -moz-box-shadow: 0px 40px 50px 0px rgba(1, 11, 60, 0.08);
  -ms-box-shadow: 0px 40px 50px 0px rgba(1, 11, 60, 0.08);
  -o-box-shadow: 0px 40px 50px 0px rgba(1, 11, 60, 0.08);
  box-shadow: 0px 40px 50px 0px rgba(1, 11, 60, 0.08);
  position: relative;
  z-index: 1;
}
.contact__item:hover .contact__icon svg {
  -webkit-transform: translate3d(0, -10px, 0);
  -moz-transform: translate3d(0, -10px, 0);
  -ms-transform: translate3d(0, -10px, 0);
  -o-transform: translate3d(0, -10px, 0);
  transform: translate3d(0, -10px, 0);
}
.contact__title {
  font-size: 26px;
  margin-bottom: 8px;
}
.contact__content p {
  font-size: 18px;
  color: var(--tp-text-11);
  margin-bottom: 30px;
}
.contact__shape img {
  position: absolute;
}
.contact__shape img.contact-shape-1 {
  bottom: 75px;
  left: -30px;
  z-index: -1;
}
.contact__shape img.contact-shape-2 {
  top: 30px;
  right: -30px;
}
.contact__shape img.contact-shape-3 {
  right: -45%;
  top: 50%;
}
.contact__shape img.contact-shape-4 {
  right: 180px;
  bottom: -21%;
}
.contact__shape img.contact-shape-5 {
  left: 0;
  bottom: 142px;
}
.contact_info_icon ul li:nth-child(1) a {
  color: #285da1;
  background: rgba(40, 93, 161, 0.1);
}
.contact_info_icon ul li:nth-child(1) a:hover {
  color: var(--tp-common-white);
  background: #285da1;
}
.contact_info_icon ul li:nth-child(2) a {
  color: #03a9f4;
  background: rgba(3, 169, 244, 0.1);
}
.contact_info_icon ul li:nth-child(2) a:hover {
  color: var(--tp-common-white);
  background: #03a9f4;
}
.contact_info_icon ul li:nth-child(3) a {
  color: #d8163f;
  background: rgba(216, 22, 63, 0.1);
}
.contact_info_icon ul li:nth-child(3) a:hover {
  color: var(--tp-common-white);
  background: #d8163f;
}
.teacher__item {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -o-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
  padding: 30px;
}
.teacher__item:hover {
  background: var(--tp-common-white);
  -webkit-box-shadow: 0px 30px 40px 0px rgba(1, 11, 60, 0.1);
  -moz-box-shadow: 0px 30px 40px 0px rgba(1, 11, 60, 0.1);
  -ms-box-shadow: 0px 30px 40px 0px rgba(1, 11, 60, 0.1);
  -o-box-shadow: 0px 30px 40px 0px rgba(1, 11, 60, 0.1);
  box-shadow: 0px 30px 40px 0px rgba(1, 11, 60, 0.1);
}
.teacher__item:hover .teacher__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);
}
.teacher__content {
  padding-top: 25px;
}
.teacher__content span {
  font-size: 18px;
  color: var(--tp-text-11);
}
.teacher__title {
  display: inline-block;
  font-size: 20px;
  margin-bottom: 10px;
}
.teacher__social ul li {
  display: inline-block;
  margin: 0 5px;
}
.teacher__social ul li a {
  display: inline-block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  font-size: 13px;
  text-align: center;
  border: 2px solid var(--tp-grey-2);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  color: var(--tp-common-black);
}
.teacher__social ul li a:hover {
  background: var(--tp-theme-1);
  color: var(--tp-common-white);
  border-color: var(--tp-theme-1);
}
.teacher__social-2 h4 {
  font-size: 18px;
  font-weight: 500;
  color: var(--tp-text-11);
  margin-bottom: 0;
}
.teacher__social-2 ul li {
  display: inline-block;
  margin-right: 5px;
}
.teacher__social-2 ul li a {
  font-size: 18px;
  color: #898a93;
}
.teacher__social-2 ul li a:hover {
  color: #ff6a6a;
}
.teacher__rating span {
  font-size: 18px;
}
.teacher__rating span i {
  padding-right: 5px;
  color: var(--tp-common-yellow);
}
.teacher__rating h5 {
  font-size: 18px;
  color: var(--tp-text-11);
  font-weight: 600;
  margin-bottom: 0;
}
.teacher__rating ul li {
  display: inline-block;
}
.teacher__rating ul li a {
  font-size: 18px;
  color: var(--tp-common-yellow);
}
.teacher__rating-inner p {
  font-size: 18px;
  color: var(--tp-common-black);
  font-weight: 600;
  margin-bottom: 0;
  padding-left: 3px;
}
.teacher__info h4 {
  font-size: 40px;
  margin-bottom: 0;
}
.teacher__info span {
  font-size: 18px;
  color: var(--tp-text-11);
}
.teacher__follow-btn {
  display: inline-block;
  height: 40px;
  line-height: 36px;
  text-align: center;
  padding: 0 25px;
  border: 2px solid #eef0f6;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  color: var(--tp-common-black);
  font-weight: 500;
  text-transform: capitalize;
  background: var(--tp-common-white);
}
.teacher__follow-btn:hover {
  background: var(--tp-theme-1);
  color: var(--tp-common-white);
  border-color: var(--tp-theme-1);
}
.teacher__top {
  padding-bottom: 20px;
  border-bottom: 1px solid #e8eaf0;
}
.teacher__bio {
  padding-bottom: 50px;
  padding-top: 35px;
  border-bottom: 1px solid #e8eaf0;
}
.teacher__bio h3 {
  font-size: 20px;
  margin-bottom: 15px;
}
.teacher__bio p {
  font-size: 18px;
  line-height: 30px;
  color: var(--tp-text-11);
  margin-bottom: 0;
}
.teacher__courses .section__title {
  font-size: 30px;
}
.teacher__details-thumb img {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -o-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
}
.teacher__details-shape img {
  position: absolute;
  z-index: -1;
  width: auto;
}
.teacher__details-shape img.teacher-details-shape-1 {
  right: 0px;
  bottom: 70px;
}
.teacher__details-shape img.teacher-details-shape-2 {
  left: -27px;
  top: 55px;
}
.error__title {
  font-size: 60px;
  line-height: 0.9;
  margin-bottom: 25px;
}
.error__content p {
  font-size: 20px;
  color: var(--tp-text-1);
  margin-bottom: 30px;
  padding: 0 100px;
  line-height: 30px;
}
.sign__wrapper {
  padding: 30px 40px;
  max-width: 700px;
  margin: 0 auto;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: 0px 40px 80px 0px rgba(2, 2, 26, 0.14);
  -moz-box-shadow: 0px 40px 80px 0px rgba(2, 2, 26, 0.14);
  -ms-box-shadow: 0px 40px 80px 0px rgba(2, 2, 26, 0.14);
  -o-box-shadow: 0px 40px 80px 0px rgba(2, 2, 26, 0.14);
  box-shadow: 0px 40px 80px 0px rgba(2, 2, 26, 0.14);
  z-index: 11;
}
.sign__wrapper .wppb-subscription-plans table {
  width: 100%;
}
.sign__wrapper .wppb-subscription-plans .pms-upgrade__message {
  color: var(--tp-header-primary);
  font-weight: var(--tp-fw-sbold);
  line-height: 1.2;
  font-size: var(--tp-fz-h4);
  margin-bottom: 1em;
}
.sign__wrapper .wppb-subscription-plans .pms-upgrade__message strong {
  color: var(--Email-Marketing-Color-Main-Color, #ff6a6a);
  text-transform: uppercase;
}
.sign__wrapper.account {
  min-width: 100%;
}
.sign__wrapper.account .sign__title {
  display: flex;
  justify-content: space-between;
}
.sign__wrapper.account .sign__title a {
  font-size: 0.5em;
}
.sign__wrapper.account .wppb-edit-user[action*="_subscription"] {
  padding: 0;
}
.sign__wrapper.account .wppb-edit-user[action*="_subscription"] .wppb-subscription-plans {
  position: static;
  width: auto;
}
.sign__wrapper.account .wppb-edit-user[action*="_subscription"] .wppb-subscription-plans ~ li {
  display: none;
}
.sign__wrapper.account .wppb-edit-user[action*="_subscription"] ~ .form-submit {
  display: none;
}
.sign__wrapper .sign__title {
  text-align: center;
}
.sign__wrapper .wppb-form-field > label {
  margin-bottom: 0.5em;
}
.wppb-user-forms ul {
  padding-left: 0 !important;
  list-style: none;
}
.wppb-user-forms .wppb-form-error {
  color: red;
  font-size: 85%;
  display: block;
  line-height: normal;
}
.wppb-user-forms.wppb-register-user ul {
  padding-left: 0;
}
.wppb-user-forms.wppb-register-user .pms-credit-card-information {
  margin-top: 30px;
}
.wppb-user-forms.wppb-register-user h4 {
  font-size: 25px;
}
.wppb-user-forms [type="submit"][name*="_subscription"], .wppb-user-forms [type="submit"][name="pms_redirect_back"] {
  width: auto;
}
.wppb-user-forms [type="submit"][name*="_subscription"] {
  background-color: var(--btn-primary-color);
  color: #fff;
}
.wppb-user-forms [type="submit"][name*="_subscription"]:hover, .wppb-user-forms [type="submit"][name*="_subscription"]:focus {
  background: #ff1e1e;
}
.wppb-user-forms [type="submit"][name="pms_redirect_back"] {
  background-color: #fff;
  border: solid 1px;
}
.wppb-user-forms [type="submit"][name="pms_redirect_back"]:hover, .wppb-user-forms [type="submit"][name="pms_redirect_back"]:focus {
  background: #d9d9d9;
}
.wppb-subscription-plans {
  margin-bottom: 30px;
}
.pms-subscription-plan {
  position: relative;
}
.pms-subscription-plan > label {
  padding: 15px 15px 45px;
  box-shadow: 0 0 1px 1px #ffd1d1;
  border-radius: 5px;
}
.pms-subscription-plan > label [type="radio"]:checked, .pms-subscription-plan > label [type="radio"]:focus {
  box-shadow: none;
}
.pms-subscription-plan .pms-subscription-plan-name {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1.2rem;
  color: #000;
}
.pms-subscription-plan .pms-subscription-plan-price {
  color: #ff6a6a;
  font-weight: bolder;
  font-size: 1.2rem;
}
.pms-subscription-plan .pms-subscription-plan-description {
  position: absolute;
  bottom: 10px;
  left: 0;
  font-size: 1.2rem;
  line-height: 1em;
  margin-left: 0.9em;
}
.sign__shape img {
  position: absolute;
  z-index: -1;
}
.sign__shape img.man-1 {
  left: 28%;
  top: 60%;
  z-index: 1;
}
.sign__shape img.man-2 {
  right: 24%;
  top: 65%;
}
.sign__shape img.man-2.man-22 {
  top: 50%;
}
.sign__shape img.circle {
  right: 32%;
  top: 38%;
  animation: signCircle 5s linear 0s infinite alternate;
  -webkit-animation: signCircle 5s linear 0s infinite alternate;
}
.sign__shape img.dot {
  right: 34%;
  top: 43%;
  animation: signDot 5s linear 0s infinite alternate;
  -webkit-animation: signDot 5s linear 0s infinite alternate;
}
.sign__shape img.bg {
  left: 33%;
  top: 26%;
  opacity: 0.06;
  max-width: 100%;
  animation: signBg 5s linear 0s infinite alternate;
  -webkit-animation: signBg 5s linear 0s infinite alternate;
}
.sign__shape img.zigzag {
  left: 32%;
  top: 43%;
  animation: signZigzag 5s linear 0s infinite alternate;
  -webkit-animation: signZigzag 5s linear 0s infinite alternate;
}
.sign__shape img.flower {
  bottom: 13%;
  right: 30%;
}
.sign__header {
  padding: 0 35px;
}
.sign__header p {
  margin-bottom: 0;
  color: #53545b;
  position: relative;
  padding: 0 40px;
  display: inline-block;
}
.sign__header p span {
  position: absolute;
  top: 40%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.sign__header p span:last-child {
  left: auto;
  right: 0;
}
.sign__header p a:hover {
  color: #ff6a6a;
}
.sign__social {
  display: block;
  height: 50px;
  background: #eeedf2;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -o-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
  position: relative;
  line-height: 52px;
  padding-left: 23px;
  z-index: 1;
  overflow: hidden;
  font-size: 18px;
}
.sign__social::after {
  position: absolute;
  content: "";
  left: -55%;
  top: 45%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 220px;
  width: 220px;
  background: #3360bd;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  z-index: -1;
}
.sign__social i {
  color: var(--tp-common-white);
  font-size: 18px;
  margin-right: 50px;
}
.sign__social:hover {
  color: var(--tp-common-white);
}
.sign__social:hover::after {
  width: 100%;
  height: 150%;
  left: 0;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -o-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
}
.sign__social.g-plus::after {
  background: #e93e30;
}
.sign__form h5 {
  font-size: 18px;
  font-weight: 500;
  color: var(--tp-common-black);
  margin-bottom: 11px;
}
.sign__input, .wppb-form-field {
  position: relative;
}
.sign__input input, .wppb-form-field input {
  width: 100%;
  height: 60px;
  line-height: 52px;
  padding: 0 20px;
  font-size: 18px;
  border: 2px solid transparent;
  background: var(--tp-grey-2);
  color: var(--tp-common-black);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -o-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
}
.sign__input input::placeholder, .wppb-form-field input::placeholder {
  color: #8e8c94;
}
.sign__input input:focus, .wppb-form-field input:focus {
  outline: none;
  background: var(--tp-common-white);
  border-color: var(--tp-theme-1);
  -webkit-box-shadow: 0px 1px 4px 0px rgba(8, 0, 42, 0.2);
  -moz-box-shadow: 0px 1px 4px 0px rgba(8, 0, 42, 0.2);
  -ms-box-shadow: 0px 1px 4px 0px rgba(8, 0, 42, 0.2);
  -o-box-shadow: 0px 1px 4px 0px rgba(8, 0, 42, 0.2);
  box-shadow: 0px 1px 4px 0px rgba(8, 0, 42, 0.2);
}
.sign__input input[type="checkbox"], .sign__input input[type="radio"], .wppb-form-field input[type="checkbox"], .wppb-form-field input[type="radio"] {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 7px;
  vertical-align: text-top;
}
.sign__input i, .wppb-form-field i {
  position: absolute;
  top: 51%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 25px;
  font-size: 18px;
  color: #8e8c94;
}
.sign__agree input {
  margin: 0;
  appearance: none;
  -moz-appearance: none;
  display: block;
  width: 14px;
  height: 14px;
  background: transparent;
  border: 1px solid #7a797f;
  outline: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
.sign__agree input:checked {
  position: relative;
  background-color: var(--tp-theme-1);
  border-color: transparent;
}
.sign__agree input:checked::after {
  box-sizing: border-box;
  content: "";
  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%);
}
.sign__agree input:hover {
  cursor: pointer;
}
.sign__agree label {
  padding-left: 10px;
  font-size: 18px;
}
.sign__agree label:hover {
  cursor: pointer;
}
.sign__agree label a {
  color: var(--tp-common-black);
  font-weight: 500;
}
.sign__agree label a:hover {
  color: #ff6a6a;
}
.sign__forgot, .login-register-lost-password {
  text-align: center;
}
.sign__forgot a, .login-register-lost-password a {
  color: #7a797f;
}
.sign__forgot a:hover, .login-register-lost-password a:hover {
  color: #ff6a6a;
}
.sign__new p {
  color: #7a797f;
  margin-bottom: 0;
}
.sign__new p a {
  color: #ff6a6a;
}
.table-content table {
  background: #ffffff;
  border-color: #e4e4e4;
  border-radius: 0;
  border-style: solid;
  border-width: 1px 0 0 1px;
  text-align: center;
  width: 100%;
  margin-bottom: 0;
}
.table-content table td.product-name {
  font-size: 18px;
  font-weight: 400;
  text-transform: capitalize;
}
.table-content table td.product-name a:hover {
  color: #ff6a6a;
}
.table-content table td {
  border-top: medium none;
  padding: 20px 10px;
  vertical-align: middle;
  font-size: 18px;
  border-bottom: 1px solid #e4e4e4;
  border-right: 1px solid #e4e4e4;
}
.table-content table td .cart-plus-minus {
  float: none;
  margin: 0 auto;
  position: relative;
}
.table-content table th {
  border-bottom: 1px solid #e4e4e4;
  border-right: 1px solid #e4e4e4;
}
.table-content table td.product-subtotal {
  font-size: 18px;
}
.table-content .table >:not(:first-child) {
  border-top: none;
}
.table-content .table >:not(:last-child) >:last-child > * {
  border-bottom-color: #e4e4e4;
}
.table-content .product-quantity {
  float: none;
}
.product-quantity input {
  color: #000;
  font-size: 18px;
  font-weight: normal;
  border: 1px solid #dcdcdc;
}
.product-quantity > input {
  width: 80px;
  border-radius: 3px;
}
.table td {
  border-top: 1px solid #e4e4e4;
}
.table th {
  border-top: 1px solid #e4e4e4;
}
.coupon-all {
  margin-top: 50px;
}
.coupon {
  float: left;
}
.coupon input[type=submit] {
  background: #252525 none repeat scroll 0 0;
  border: medium none;
  color: #fff;
  display: inline-block;
  float: left;
  font-size: 12px;
  font-weight: 700;
  height: 40px;
  line-height: 40px;
  margin-right: 15px;
  padding: 0 15px;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
}
#coupon_code {
  height: 50px;
  border: 2px solid #e4e4e4;
  padding: 0 20px;
  margin-right: 10px;
  width: 100%;
}
#coupon_code:focus {
  border-color: var(--tp-theme-1);
}
#coupon_code::placeholder {
  color: #6f7172;
}
.coupon2 {
  float: right;
}
.cart-page-total {
  padding-top: 50px;
}
.cart-page-total > h2 {
  font-size: 25px;
  margin-bottom: 20px;
  text-transform: capitalize;
}
.cart-page-total > ul {
  border: 1px solid #e4e4e4;
}
.cart-page-total > ul > li {
  list-style: none;
  font-size: 18px;
  color: #6f7172;
  padding: 10px 30px;
  border-bottom: 1px solid #e4e4e4;
  font-weight: 400;
}
.cart-page-total ul > li > span {
  float: right;
}
.cart-page-total li:last-child {
  border-bottom: 0;
}
td.product-thumbnail img {
  width: 125px;
}
.coupon-accordion h3 {
  background-color: var(--tp-grey-2);
  border-top: 3px solid var(--tp-theme-1);
  font-size: 18px;
  font-weight: 400;
  margin: 0 0 25px;
  padding: 1em 2em 1em 3.5em;
  position: relative;
  width: auto;
}
.coupon-accordion h3::before {
  content: "";
  left: 15px;
  top: 13px;
  position: absolute;
  color: #6f7172;
  font-family: "Font Awesome 6 Pro";
  font-weight: 700;
}
.coupon-accordion span {
  color: #6f7172;
  cursor: pointer;
  transition: 0.3s;
  font-weight: 500;
}
.coupon-accordion span:hover {
  color: #222;
}
p.lost-password {
  margin-top: 15px;
}
p.lost-password a {
  color: #6f6f6f;
}
p.lost-password a:hover {
  color: #222;
}
.coupon-content {
  border: 1px solid #e4e4e4;
  display: none;
  margin-bottom: 20px;
  padding: 30px;
}
.coupon-info p.coupon-text {
  margin-bottom: 15px;
}
.coupon-info p {
  margin-bottom: 0;
}
.coupon-info p.form-row-first label {
  display: block;
  color: #6f7172;
}
.coupon-info p.form-row-first label span.required {
  color: red;
  font-weight: 700;
}
.coupon-info p.form-row-first input {
  width: 100%;
  height: 60px;
  line-height: 56px;
  background: var(--tp-grey-2);
  border: 2px solid var(--tp-grey-2);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  padding-left: 30px;
  padding-right: 45px;
  margin-bottom: 20px;
}
.coupon-info p.form-row-first input::placeholder {
  color: #8d8e9a;
  font-weight: 500;
}
.coupon-info p.form-row-first input:focus {
  border-color: var(--tp-theme-1);
  background-color: var(--tp-common-white);
}
.coupon-info p.form-row-last label {
  display: block;
  color: #6f7172;
}
.coupon-info p.form-row-last label span.required {
  color: red;
  font-weight: 700;
}
.coupon-info p.form-row-last input {
  width: 100%;
  height: 60px;
  line-height: 56px;
  background: var(--tp-grey-2);
  border: 2px solid var(--tp-grey-2);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  padding-left: 30px;
  padding-right: 45px;
  margin-bottom: 20px;
}
.coupon-info p.form-row-last input::placeholder {
  color: #8d8e9a;
  font-weight: 500;
}
.coupon-info p.form-row-last input:focus {
  border-color: var(--tp-theme-1);
  background-color: var(--tp-common-white);
}
.coupon-info p.form-row input[type=submit] {
  background: #252525 none repeat scroll 0 0;
  border: medium none;
  color: #fff;
  display: inline-block;
  float: left;
  font-size: 12px;
  font-weight: 700;
  height: 40px;
  line-height: 40px;
  margin-right: 15px;
  padding: 0 15px;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
}
.coupon-info p.form-row input[type=submit]:hover {
  background: var(--tp-theme-1) none repeat scroll 0 0;
}
.coupon-info p.form-row input[type=checkbox] {
  position: relative;
  top: 2px;
}
p.checkout-coupon input[type=submit]:hover {
  background: var(--tp-theme-1) none repeat scroll 0 0;
}
p.checkout-coupon input[type=text] {
  width: 100%;
  height: 60px;
  line-height: 56px;
  background: var(--tp-grey-2);
  border: 2px solid var(--tp-grey-2);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  padding-left: 30px;
  padding-right: 45px;
  margin-bottom: 20px;
}
p.checkout-coupon input[type=text]::placeholder {
  color: #8d8e9a;
  font-weight: 500;
}
p.checkout-coupon input[type=text]:focus {
  border-color: var(--tp-theme-1);
  background-color: var(--tp-common-white);
}
.form-row > label {
  margin-top: 15px;
  margin-left: 15px;
  color: #6f7172;
}
.buttons-cart input {
  background: #252525 none repeat scroll 0 0;
  border: medium none;
  color: #fff;
  display: inline-block;
  float: left;
  font-size: 12px;
  font-weight: 700;
  height: 40px;
  line-height: 40px;
  margin-right: 15px;
  padding: 0 15px;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
}
.buttons-cart a {
  background: #252525 none repeat scroll 0 0;
  border: medium none;
  color: #fff;
  display: inline-block;
  float: left;
  font-size: 12px;
  font-weight: 700;
  height: 40px;
  line-height: 40px;
  margin-right: 15px;
  padding: 0 15px;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
}
.coupon-checkout-content {
  display: none;
}
.checkbox-form h3 {
  border-bottom: 1px solid #e4e4e4;
  font-size: 26px;
  margin: 0 0 20px;
  padding-bottom: 10px;
  width: 100%;
}
.country-select {
  margin-bottom: 30px;
  position: relative;
}
.country-select select {
  width: 100%;
  background-color: transparent;
  border: 1px solid #e4e4e4;
  padding: 0 10px;
  height: 50px;
}
.country-select .nice-select {
  width: 100%;
  height: 60px;
  line-height: 56px;
  background: var(--tp-grey-2);
  border: 2px solid var(--tp-grey-2);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  padding-left: 30px;
  padding-right: 45px;
  border: 1px solid #e4e4e4;
  height: 45px;
  padding-left: 10px;
  width: 100%;
  color: #6f7172;
  margin-bottom: 20px;
  border-radius: 0;
  height: 45px;
  line-height: 45px;
}
.country-select .nice-select::after {
  margin-top: -5px;
  margin-top: -3px;
}
.country-select .nice-select:focus {
  border: 1px solid var(--tp-theme-1);
}
.country-select .nice-select .list {
  width: 100%;
}
.country-select label {
  color: #6f7172;
  display: block;
  margin: 0 0 5px;
}
.country-select label span.required {
  color: red;
}
.checkout-form-list {
  margin-bottom: 30px;
}
.checkout-form-list label {
  color: #6f7172;
  display: block;
  margin: 0 0 5px;
  color: #6f7172;
}
.checkout-form-list label span.required {
  color: red;
}
.checkout-form-list input[type=text] {
  width: 100%;
  height: 60px;
  line-height: 56px;
  background: var(--tp-grey-2);
  border: 2px solid var(--tp-grey-2);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  padding-left: 30px;
  padding-right: 45px;
}
.checkout-form-list input[type=text]::placeholder {
  color: #8d8e9a;
  font-weight: 500;
  color: #6f7172;
  opacity: 1;
}
.checkout-form-list input[type=text]:focus {
  border-color: var(--tp-theme-1);
  background-color: var(--tp-common-white);
}
.checkout-form-list input[type=text]::-moz-placeholder {
  color: #6f7172;
  opacity: 1;
}
.checkout-form-list input[type=password] {
  width: 100%;
  height: 60px;
  line-height: 56px;
  background: var(--tp-grey-2);
  border: 2px solid var(--tp-grey-2);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  padding-left: 30px;
  padding-right: 45px;
}
.checkout-form-list input[type=password]::placeholder {
  color: #8d8e9a;
  font-weight: 500;
  color: #6f7172;
  opacity: 1;
}
.checkout-form-list input[type=password]:focus {
  border-color: var(--tp-theme-1);
  background-color: var(--tp-common-white);
}
.checkout-form-list input[type=password]::-moz-placeholder {
  color: #6f7172;
  opacity: 1;
}
.checkout-form-list input[type=email] {
  width: 100%;
  height: 60px;
  line-height: 56px;
  background: var(--tp-grey-2);
  border: 2px solid var(--tp-grey-2);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  padding-left: 30px;
  padding-right: 45px;
}
.checkout-form-list input[type=email]::placeholder {
  color: #8d8e9a;
  font-weight: 500;
  color: #6f7172;
  opacity: 1;
}
.checkout-form-list input[type=email]:focus {
  border-color: var(--tp-theme-1);
  background-color: var(--tp-common-white);
}
.checkout-form-list input[type=email]::-moz-placeholder {
  color: #6f7172;
  opacity: 1;
}
.checkout-form-list input[type=checkbox] {
  display: inline-block;
  margin-right: 10px;
  position: relative;
  top: 1px;
}
.create-acc label {
  color: #6f7172;
  display: inline-block;
}
.create-account {
  display: none;
}
.ship-different-title h3 label {
  display: inline-block;
  margin-right: 20px;
  color: #6f7172;
}
.order-notes textarea {
  width: 100%;
  height: 150px;
  background: var(--tp-grey-2);
  border: 2px solid var(--tp-grey-2);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  padding-left: 30px;
  padding-right: 45px;
  padding-top: 20px;
  padding-bottom: 20px;
  resize: none;
}
.order-notes textarea::placeholder {
  color: #8d8e9a;
  font-weight: 500;
  color: #6f7172;
  opacity: 1;
}
.order-notes textarea:focus {
  border-color: var(--tp-theme-1);
  background-color: var(--tp-common-white);
}
.order-notes textarea::-moz-placeholder {
  color: #6f7172;
  opacity: 1;
}
#ship-box-info {
  display: none;
}
.panel-group .panel {
  border-radius: 0;
}
.panel-default > .panel-heading {
  border-radius: 0;
}
.your-order {
  padding: 30px 40px 45px;
  border: 3px solid #e4e4e4;
}
.your-order h3 {
  border-bottom: 1px solid #e4e4e4;
  font-size: 30px;
  margin: 0 0 20px;
  padding-bottom: 10px;
  width: 100%;
}
.your-order-table table {
  background: none;
  border: 0;
  width: 100%;
}
.your-order-table table th {
  border-bottom: 1px solid #e4e4e4;
  border-right: medium none;
  color: #6f7172;
  font-size: 18px;
  padding: 15px 0;
  text-align: left;
  border-top: medium none;
  color: #6f7172;
  font-weight: normal;
  text-align: left;
  vertical-align: middle;
  white-space: nowrap;
  width: 250px;
}
.your-order-table table td {
  border-bottom: 1px solid #e4e4e4;
  border-right: medium none;
  color: #6f7172;
  font-size: 18px;
  padding: 15px 0;
  text-align: left;
}
.your-order-table table .shipping ul li input {
  position: relative;
  top: 2px;
}
.your-order-table table .shipping ul li label {
  color: #6f7172;
}
.your-order-table table .shipping th {
  vertical-align: top;
}
.your-order-table table .order-total th {
  border-bottom: 0;
  font-size: 18px;
}
.your-order-table table .order-total td {
  border-bottom: medium none;
}
.your-order-table table tr.cart_item:hover {
  background: #F9F9F9;
}
.your-order-table table tr.order-total td span {
  color: #222;
  font-size: 18px;
  font-weight: 500;
}
.your-order-table ul li {
  list-style: none;
}
.panel-body > p {
  color: #222;
}
.payment-method {
  margin-top: 40px;
}
.payment-method .accordion-item {
  background-color: #fff;
  border: 0;
  border-bottom: 1px solid #e4e4e4;
}
.payment-method .accordion-item:last-of-type {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.payment-method .accordion-button {
  font-size: 18px;
  font-weight: 500;
  color: #222;
  padding: 23px 0;
  border: none;
}
.payment-method .accordion-button:focus {
  box-shadow: none;
}
.payment-method .accordion-button::after {
  position: absolute;
  content: "";
  left: auto;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-family: "Font Awesome 6 Pro";
  font-size: 18px;
  font-weight: 400;
  margin-left: 0;
  background-image: none;
}
.payment-method .accordion-button:not(.collapsed) {
  color: #222;
  background-color: #fff;
  box-shadow: none;
}
.payment-method .accordion-button:not(.collapsed)::after {
  content: "";
}
.payment-method .accordion-body {
  padding: 0;
  padding-bottom: 20px;
}
.payment-method .accordion-body p {
  margin-bottom: 0;
}
.payment-method .accordion-collapse {
  border: none;
}
.payment-method .btn-link {
  -moz-user-select: none;
  background: no-repeat;
  border: medium none;
  border-radius: 0;
  color: #444;
  cursor: pointer;
  display: inline-block;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 1;
  margin-bottom: 0;
  padding: 3px 10px;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
  vertical-align: middle;
  white-space: nowrap;
  text-decoration: none;
}
.payment-method .card {
  background-color: #ffffff;
  border: 1px solid #e4e4e4;
  border-radius: 0;
  margin-bottom: 10px;
}
.payment-method .accordion .card:first-of-type {
  border: 1px solid #e4e4e4;
}
.payment-method .card-header {
  background-color: #ffffff;
  border-bottom: 1px solid #e4e4e4;
}
.panel-title > a {
  display: block;
}
.order-button-payment input {
  background: #232323 none repeat scroll 0 0;
  border: medium none;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  height: 40px;
  margin: 0px 0 0;
  padding: 0;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
  width: 100%;
}
.order-button-payment input:hover {
  background: #ff8429 none repeat scroll 0 0;
}
.order-button-payment button {
  width: 100%;
}
.card-header:first-child {
  border-radius: 0;
}
.cart-plus-minus {
  width: 180px;
}
.cart-plus-minus input {
  border: 0px;
  outline: 0px;
  background: none;
  font-weight: 400;
  color: #222;
  font-size: 18px;
  display: inline-block;
  height: 45px;
  list-style: 45px;
  padding: 0 50px;
  width: 180px;
  border: 1px solid #ebebeb;
  text-align: center;
  border-radius: 0;
}
.cart-plus-minus .qtybutton {
  font-size: 20px;
  color: #222;
  display: inline-block;
  position: absolute;
  top: 50%;
  height: 22px;
  width: 22px;
  background: transparent;
  border-radius: 30px;
  line-height: 1;
  cursor: pointer;
  text-align: center;
  border-radius: 0;
  transform: translateY(-50%);
}
.cart-plus-minus .dec {
  left: 20px;
}
.cart-plus-minus .inc {
  right: 20px;
}
.woocommerce #respond input#submit.alt {
  background-color: #406EE8;
  color: #fff;
  font-size: 18px;
  padding: 0 35px;
}
.woocommerce #respond input#submit.alt:hover {
  background-color: #040404;
  color: #fff;
}
.woocommerce a.button.alt {
  background-color: #406EE8;
  color: #fff;
  font-size: 18px;
  padding: 0 35px;
}
.woocommerce a.button.alt:hover {
  background-color: #040404;
  color: #fff;
}
.woocommerce button.button.alt {
  background-color: #406EE8;
  color: #fff;
  font-size: 18px;
  padding: 0 35px;
}
.woocommerce button.button.alt:hover {
  background-color: #040404;
  color: #fff;
}
.woocommerce input.button.alt {
  background-color: #406EE8;
  color: #fff;
  font-size: 18px;
  padding: 0 35px;
}
.woocommerce input.button.alt:hover {
  background-color: #040404;
  color: #fff;
}
.woocommerce-message {
  border-top-color: #416FE7;
}
.woocommerce-message::before {
  content: "";
  color: #416FE7;
}
.profile__basic-inner {
  border-bottom: 1px solid #eceaea;
  padding: 15px 30px;
  padding-right: 40px;
}
.profile__basic-thumb img {
  width: 70px;
  height: 70px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid #e4e4e4;
}
.profile__basic-title {
  font-size: 22px;
  color: var(--tp-common-black);
  font-weight: 400;
  margin-bottom: 5px;
}
.profile__basic-title span {
  font-weight: 600;
}
.profile__basic-content p {
  font-size: 18px;
  font-weight: 400;
  color: var(--tp-text-5);
  margin-bottom: 0;
}
.profile__basic-content p a {
  font-weight: 500;
  color: #ff6a6a;
}
.profile__basic-cart .cart-info a {
  font-size: 18px;
  color: var(--tp-common-black);
  text-transform: capitalize;
  font-weight: 500;
}
.profile__basic-cart .cart-info a:hover {
  color: #ff6a6a;
}
.profile__basic-cart .cart-item a {
  position: relative;
  font-size: 18px;
  color: var(--tp-common-black);
}
.profile__basic-cart .cart-item a:hover {
  color: #ff6a6a;
}
.profile__basic-cart .cart-quantity {
  position: absolute;
  bottom: -4px;
  right: -7px;
  font-size: 10px;
  display: inline-block;
  width: 17px;
  height: 17px;
  text-align: center;
  line-height: 17px;
  background-color: var(--tp-theme-1);
  color: var(--tp-common-white);
  font-weight: 500;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.profile__menu-left {
  padding: 26px 20px 5px;
  border: 1px solid #eceaea;
}
.profile__menu-title {
  font-size: 18px;
  font-weight: 600;
  color: #ff6a6a;
  border-bottom: 1px solid #eceaea;
  margin-bottom: 0;
  padding-bottom: 20px;
}
.profile__menu-title i {
  width: 10px;
  margin-right: 10px;
  display: inline-block;
}
.profile__menu-tab .nav-tabs {
  padding: 0;
  margin: 0;
  border: 0;
}
.profile__menu-tab .nav-tabs .nav-link {
  padding: 0;
  margin: 0;
  border: 0;
  font-size: 18px;
  font-weight: 500;
  color: var(--tp-text-5);
  text-align: left;
  padding: 15px 0;
}
.profile__menu-tab .nav-tabs .nav-link:not(:last-child) {
  border-bottom: 1px solid #e4e4e4;
}
.profile__menu-tab .nav-tabs .nav-link:hover {
  color: #ff6a6a;
}
.profile__menu-tab .nav-tabs .nav-link i {
  margin-right: 10px;
  width: 10px;
  display: inline-block;
}
.profile__menu-tab .nav-tabs .nav-link.active {
  color: #ff6a6a;
}
.profile__info-top {
  padding: 20px 70px;
  background-color: var(--tp-common-white);
  margin-bottom: 15px;
}
.profile__info-btn {
  font-size: 18px;
  color: var(--tp-text-5);
  font-weight: 500;
}
.profile__info-btn i {
  margin-right: 5px;
}
.profile__info-btn:hover {
  color: #ff6a6a;
}
.profile__info-title {
  font-size: 18px;
  font-weight: 600;
  color: var(--tp-text-5);
  margin-bottom: 0;
}
.profile__info-title i {
  width: 10px;
  margin-right: 10px;
  display: inline-block;
}
.profile__info-wrapper {
  padding: 0 70px;
}
.profile__info-item {
  padding: 30px 0;
}
.profile__info-item:not(:last-child) {
  border-bottom: 1px solid #eceaea;
}
.profile__info-item p {
  font-size: 18px;
  text-transform: capitalize;
  color: var(--tp-text-5);
  margin-bottom: 10px;
  line-height: 1;
}
.profile__info-item h4 {
  font-size: 18px;
  line-height: 1;
  margin-bottom: 0;
}
.profile__edit-wrapper {
  padding: 40px 60px;
}
.profile__edit-input {
  margin-bottom: 25px;
}
.profile__edit-input p {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 0;
  color: var(--tp-text-5);
}
.profile__edit-input input {
  width: 100%;
  height: 60px;
  line-height: 56px;
  background: var(--tp-grey-2);
  border: 2px solid var(--tp-grey-2);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  padding-left: 30px;
  padding-right: 45px;
}
.profile__edit-input input::placeholder {
  color: #8d8e9a;
  font-weight: 500;
}
.profile__edit-input input:focus {
  border-color: var(--tp-theme-1);
  background-color: var(--tp-common-white);
}
.profile__edit-close {
  position: absolute;
  top: 15px;
  right: 15px;
}
.profile__edit-close-btn {
  font-size: 18px;
  color: #6f7172;
  height: 30px;
  width: 30px;
  line-height: 30px;
  text-align: center;
  border: 1px solid #e4e4e4;
}
.profile__edit-close-btn:hover {
  color: var(--tp-common-white);
  background-color: var(--tp-theme-1);
  border-color: var(--tp-theme-1);
}
.order__info-top {
  padding: 20px 70px;
  background-color: var(--tp-common-white);
  margin-bottom: 15px;
}
.order__info-btn {
  font-size: 18px;
  color: var(--tp-text-5);
  font-weight: 500;
}
.order__info-btn i {
  margin-right: 5px;
}
.order__info-btn:hover {
  color: #ff6a6a;
}
.order__info-title {
  font-size: 18px;
  font-weight: 600;
  color: var(--tp-text-5);
  margin-bottom: 0;
}
.order__info-title i {
  width: 10px;
  margin-right: 10px;
  display: inline-block;
}
.order__info-wrapper {
  padding: 0 70px;
}
.order__info-item {
  padding: 30px 0;
}
.order__info-item:not(:last-child) {
  border-bottom: 1px solid #eceaea;
}
.order__info-item p {
  font-size: 18px;
  text-transform: capitalize;
  color: var(--tp-text-5);
  margin-bottom: 10px;
  line-height: 1;
}
.order__info-item h4 {
  font-size: 18px;
  line-height: 1;
  margin-bottom: 0;
}
.order__list {
  padding: 35px 70px 5px;
}
.order__list table {
  border: 0;
}
.order__list table th {
  border-bottom: 1px solid #e4e4e4;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 600;
}
.order__list table th td {
  padding-left: 0;
  padding-right: 0;
}
.order__list table tr:not(:last-child) {
  border-bottom: 1px solid #e4e4e4;
}
.order__list table >:not(:first-child) {
  border-top: 1px solid #e4e4e4;
}
.order__list .table >:not(caption) > * > * {
  border: 0;
  padding-left: 0;
  padding-right: 0;
}
.order__list tbody tr td {
  padding: 20px 0;
}
.order__id {
  color: #ff6a6a;
  font-weight: 500;
}
.order__view-btn {
  font-weight: 500;
  color: var(--tp-common-black);
}
.order__view-btn:hover {
  color: #ff6a6a;
}
.order__title:hover {
  color: #ff6a6a;
}
.password__change-top {
  padding: 20px 70px;
  background-color: var(--tp-common-white);
  margin-bottom: 15px;
}
.password__change-btn {
  font-size: 18px;
  color: var(--tp-text-5);
  font-weight: 500;
}
.password__change-btn i {
  margin-right: 5px;
}
.password__change-btn:hover {
  color: #ff6a6a;
}
.password__change-title {
  font-size: 18px;
  font-weight: 600;
  color: var(--tp-text-5);
  margin-bottom: 0;
}
.password__change-title i {
  width: 10px;
  margin-right: 10px;
  display: inline-block;
}
.password__change-wrapper {
  padding: 0 70px;
}
.password__change-item {
  padding: 30px 0;
}
.password__change-item:not(:last-child) {
  border-bottom: 1px solid #eceaea;
}
.password__change-item p {
  font-size: 18px;
  text-transform: capitalize;
  color: var(--tp-text-5);
  margin-bottom: 10px;
  line-height: 1;
}
.password__change-item h4 {
  font-size: 18px;
  line-height: 1;
  margin-bottom: 0;
}
.password__form {
  padding: 35px 70px;
}
.password__input {
  margin-bottom: 25px;
}
.password__input p {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 0;
  color: var(--tp-text-5);
}
.password__input input {
  width: 100%;
  height: 60px;
  line-height: 56px;
  background: var(--tp-grey-2);
  border: 2px solid var(--tp-grey-2);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  padding-left: 30px;
  padding-right: 45px;
}
.password__input input::placeholder {
  color: #8d8e9a;
  font-weight: 500;
}
.password__input input:focus {
  border-color: var(--tp-theme-1);
  background-color: var(--tp-common-white);
}
@media (max-width: 575px) {
  .progress-wrap {
    right: 15px;
    bottom: 15px;
  }
  div.basic-pagination ul li {
    margin-right: 5px;
  }
  .section__title {
    font-size: 32px;
  }
  .section__title-2 {
    font-size: 28px;
  }
  .section__title-3 {
    font-size: 28px;
  }
  .section__title-44 {
    font-size: 35px;
  }
  .section__title-40 {
    font-size: 30px;
  }
  .breadcrumb__title {
    font-size: 35px;
  }
  .breadcrumb__title-2 {
    font-size: 26px;
  }
  .page__title-shape img.page-title-shape-2 {
    left: 30px;
    top: 28%;
  }
  .page__title-shape img.page-title-shape-6 {
    top: 9%;
    left: 3%;
  }
  .header__bottom {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .main-menu-border::after {
    display: none;
  }
  header .logo {
    padding: 0;
  }
  .slider__height {
    min-height: 545px;
  }
  .slider__height-2 {
    min-height: 950px;
  }
  .slider__height-3 {
    min-height: 575px;
  }
  .slider__overlay::after {
    width: 150%;
  }
  .slider__content span {
    margin-bottom: 10px;
  }
  .slider__content p {
    font-size: 18px;
    line-height: 26px;
  }
  .slider__content-2 p {
    padding-right: 0;
  }
  .slider__content-3 p {
    padding-right: 0;
  }
  .slider__title {
    font-size: 30px;
  }
  .slider__title-2 {
    font-size: 28px;
  }
  .slider__title-3 {
    font-size: 28px;
  }
  .slider__thumb-mask {
    width: 290px;
    height: 290px;
    margin-top: 50px;
  }
  .slider__thumb-mask img {
    width: 290px;
    height: 290px;
  }
  .slider__thumb-mask::after {
    width: 290px;
    height: 290px;
    top: 0;
  }
  .slider__shape-1 {
    bottom: -9%;
    left: 0;
  }
  .slider__shape-2 {
    top: 7%;
    left: 0;
  }
  .slider__shape-3 {
    top: 10%;
    right: 0;
  }
  .slider__shape-4 {
    display: none;
  }
  .slider__shape-5 {
    display: none;
  }
  .slider__search-input {
    width: 100%;
  }
  .main-slider-paginations {
    display: none;
  }
  .main-slider-paginations-2 button {
    display: none;
  }
  .main-slider-paginations-2 button.slider-button-next {
    display: none;
  }
  .features__inner {
    padding-left: 35px;
    padding-right: 35px;
  }
  .features__item {
    padding: 0;
  }
  .features__icon {
    margin-bottom: 20px;
  }
  .features__border-right::after {
    display: none;
  }
  .about__content {
    margin-top: 50px;
    padding-left: 0;
  }
  .about__thumb-wrapper {
    margin-right: 0;
  }
  .about__thumb-left {
    margin-right: 0;
  }
  .about__thumb-left img {
    width: 100%;
  }
  .about__thumb-2 img {
    width: 100%;
  }
  .about__shape-3 {
    right: 0;
    top: -4%;
  }
  .ab-left-1 {
    max-width: 100%;
  }
  .ab-left-2 {
    max-width: 100%;
  }
  .research__item {
    padding-left: 30px;
    padding-right: 30px;
    background-color: var(--tp-common-white);
  }
  .research__item-border::after {
    display: none;
  }
  .research__thumb-2 {
    right: 12px;
  }
  .research__content-2 {
    width: inherit;
  }
  .research__wrapper-2 p {
    padding-right: 0;
  }
  .research__download {
    height: 550px;
    padding-left: 30px;
    padding-right: 30px;
  }
  .research__features-icon {
    margin-bottom: 20px;
  }
  .blog__title-float {
    font-size: 25px;
  }
  .blog__content-float {
    width: 80%;
    left: 20px;
  }
  .blog__sidebar {
    padding-left: 0;
    margin-top: 50px;
  }
  .postbox__content {
    padding-left: 20px;
    padding-right: 20px;
  }
  .postbox__title {
    font-size: 25px;
  }
  .postbox__meta span {
    margin-right: 9px;
  }
  .postbox__slider button.postbox-slider-button-next {
    right: 10px;
  }
  .postbox__slider button {
    left: 10px;
  }
  .postbox__quote {
    padding: 20px 30px;
  }
  .postbox__details .postbox__content {
    padding: 35px 30px 30px 30px;
  }
  .postbox__details .postbox__quote {
    padding: 20px 20px;
  }
  .postbox__details .postbox__quote p {
    font-size: 18px;
  }
  .latest-comments ul li.children {
    margin-left: 15px;
  }
  .latest-comments ul li ul li.children-2 {
    margin-left: 15px;
  }
  .comments-text {
    margin-left: 0;
    margin-top: 15px;
  }
  .cta__icon {
    margin-bottom: 25px;
  }
  .cta__item {
    padding-left: 0;
  }
  .cta__item-border {
    border: 0;
    padding-right: 0;
  }
  .footer__social-3 {
    margin-top: 30px;
  }
  .footer-col-1 {
    padding-right: 0;
  }
  .footer-col-2 {
    padding-left: 0;
  }
  .footer-col-4 {
    padding-left: 0;
  }
  .offcanvas__area {
    width: 290px;
  }
  .offcanvas__wrapper {
    padding: 20px;
  }
  .category__wrapper .section__title-wrapper-2 {
    padding-right: 0;
  }
  .category__wrapper p {
    padding-right: 0;
  }
  .category__wrapper-3 p {
    margin-bottom: 15px;
  }
  .category__item-wrapper {
    margin-top: 50px;
  }
  .event__item {
    padding-left: 20px;
    padding-right: 20px;
  }
  .event__date {
    margin-bottom: 15px;
  }
  .event__date::after {
    display: none;
  }
  .event__right {
    margin-top: 25px;
  }
  .event__more {
    margin-left: 0;
    margin-top: 15px;
  }
  .event__sidebar {
    padding-left: 0;
    margin-top: 50px;
  }
  .event__sidebar-shape img.events-sidebar-img-3 {
    right: -10px;
  }
  .event__social h4 {
    margin-bottom: 10px;
  }
  .event__social ul li {
    margin-left: 0;
    margin-right: 5px;
  }
  .team__wrapper {
    padding-left: 0;
  }
  .team__shape {
    bottom: -44px;
  }
  .testimonial__item {
    padding-left: 15px;
    padding-right: 15px;
  }
  .brand__item-wrapper {
    padding-left: 0;
    margin-top: 50px;
  }
  .certificate__content .section__title.section__title-44 {
    font-size: 23px;
  }
  .certificate__inner {
    padding-left: 30px;
    padding-right: 30px;
  }
  .certificate__links ul {
    margin-left: 0;
    margin-top: 30px;
  }
  .certificate__thumb {
    display: none;
  }
  .price__thumb {
    bottom: -80px;
    right: -20px;
  }
  .faq__accordion .accordion-body {
    padding-right: 15px;
  }
  .faq__item-wrapper {
    padding-left: 0;
    margin-top: 50px;
  }
  .app__wrapper {
    margin-bottom: 50px;
  }
  .app__inner {
    padding-left: 15px;
    padding-right: 15px;
  }
  .app__title {
    font-size: 23px;
  }
  .app__item {
    margin-bottom: 15px;
  }
  .contact__info-inner {
    margin-top: 50px;
    padding-right: 35px;
  }
  .contact__item {
    padding-left: 20px;
    padding-right: 20px;
  }
  .contact__shape img.contact-shape-2 {
    right: 0px;
  }
  .contact__shape img.contact-shape-3 {
    right: 0%;
  }
  .teacher__social-2 {
    margin-bottom: 30px;
  }
  .teacher__rating {
    margin-bottom: 30px;
  }
  .teacher__info {
    margin-bottom: 30px;
  }
  .teacher__details-thumb {
    margin-bottom: 50px;
    padding-right: 0;
  }
  .teacher__details-thumb .team-thumb {
    width: 100%;
  }
  .error__title {
    font-size: 37px;
  }
  .error__thumb img {
    width: 100%;
  }
  .sign__wrapper {
    margin: 0;
    padding: 30px 20px;
    padding-bottom: 25px;
  }
  .sign__shape img.man-1 {
    display: none;
  }
  .sign__shape img.man-2 {
    display: none;
  }
  .sign__shape img.circle {
    display: none;
  }
  .sign__shape img.dot {
    display: none;
  }
  .sign__shape img.bg {
    display: none;
  }
  .sign__shape img.zigzag {
    display: none;
  }
  .sign__shape img.flower {
    right: 1%;
    bottom: 3%;
  }
  .sign__header {
    padding: 0px;
  }
  .sign__social::after {
    left: -62%;
  }
  .sign__social i {
    margin-right: 35px;
  }
  .profile__basic-thumb {
    margin-bottom: 20px;
  }
  .profile__basic-cart {
    margin-top: 25px;
  }
  .profile__info-top {
    padding-left: 15px;
    padding-right: 15px;
  }
  .profile__info-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }
  .profile__edit-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }
  .order__info-top {
    padding-left: 15px;
    padding-right: 15px;
  }
  .order__list {
    padding-left: 15px;
    padding-right: 15px;
  }
  .order__list .table {
    width: 600px;
  }
  .password__change-top {
    padding-left: 15px;
    padding-right: 15px;
  }
  .password__change-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }
  .password__form {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .section__title {
    font-size: 42px;
  }
  .page__title-shape img.page-title-shape-2 {
    top: 24%;
  }
  .page__title-shape img.page-title-shape-6 {
    top: 20%;
    left: 3%;
  }
  .header__bottom-right {
    padding-left: 0;
  }
  .main-menu {
    margin-left: 50px;
  }
  .main-menu-3 {
    margin-left: 0;
  }
  .main-menu-mobile {
    margin-left: 0;
  }
  header .logo {
    padding: 0;
  }
  .slider__title {
    font-size: 68px;
  }
  .slider__title-2 {
    font-size: 45px;
  }
  .slider__thumb-mask {
    width: 465px;
    height: 490px;
  }
  .slider__shape-3 {
    top: -17%;
    right: 0;
  }
  .main-slider-paginations button {
    left: 0;
  }
  .main-slider-paginations button.slider-button-next {
    right: 0;
  }
  .features__inner {
    padding-left: 20px;
    padding-right: 20px;
  }
  .features__item {
    padding-right: 35px;
  }
  .about__content {
    padding-left: 0;
  }
  .about__thumb-2 img {
    width: 100%;
  }
  .research__item {
    padding-left: 30px;
    padding-right: 30px;
  }
  .research__wrapper-2 p {
    padding-right: 55px;
  }
  .research__download {
    height: 246px;
  }
  .research__features-wrapper {
    padding-left: 50px;
  }
  .blog__sidebar {
    padding-left: 0;
  }
  .postbox__title {
    font-size: 28px;
  }
  .cta__item {
    padding-left: 35px;
  }
  .cta__item-border {
    padding-right: 45px;
    padding-left: 0;
  }
  .footer-col-1 {
    padding-right: 0px;
  }
  .footer-col-2 {
    padding-left: 0px;
  }
  .footer-col-4 {
    padding-left: 0px;
  }
  .category__wrapper .section__title-wrapper-2 {
    padding-right: 0;
  }
  .category__wrapper p {
    padding-right: 0;
  }
  .event__sidebar {
    padding-left: 0;
  }
  .event__sidebar-shape img.events-sidebar-img-3 {
    right: -15px;
  }
  .team__shape {
    bottom: -44px;
  }
  .testimonial__item {
    padding-left: 15px;
    padding-right: 15px;
  }
  .certificate__thumb {
    right: -20px;
    bottom: -80px;
  }
  .contact__shape img.contact-shape-2 {
    right: -20px;
  }
  .contact__shape img.contact-shape-3 {
    right: -5%;
  }
  .teacher__details-thumb .team-thumb {
    width: 100%;
  }
  .sign__shape img.man-1 {
    left: 7%;
  }
  .sign__shape img.man-2 {
    top: 60%;
    right: 7%;
  }
  .sign__shape img.man-2.man-22 {
    top: 60%;
    right: 7%;
  }
  .sign__shape img.circle {
    right: 11%;
  }
  .sign__shape img.dot {
    right: 18%;
  }
  .sign__shape img.zigzag {
    left: 11%;
  }
  .sign__shape img.flower {
    right: 12%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section__title-40 {
    font-size: 35px;
  }
  .page__title-shape img.page-title-shape-2 {
    top: 29%;
  }
  .page__title-shape img.page-title-shape-6 {
    top: 20%;
    left: 3%;
  }
  .header__bottom {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .main-menu-border::after {
    display: none;
  }
  header .logo {
    padding: 0;
  }
  .slider__height {
    min-height: 645px;
  }
  .slider__height-2 {
    min-height: 1200px;
  }
  .slider__title {
    font-size: 64px;
  }
  .slider__shape-1 {
    left: 0;
  }
  .slider__shape-2 {
    top: 18%;
    left: 0;
  }
  .slider__shape-3 {
    top: 33%;
    right: 9%;
  }
  .slider__shape-4 {
    bottom: -14%;
    left: 0;
  }
  .slider__shape-5 {
    right: 20%;
  }
  .main-slider-paginations button {
    left: 0;
  }
  .main-slider-paginations button.slider-button-next {
    right: 0;
  }
  .main-slider-paginations-2 button {
    display: none;
  }
  .main-slider-paginations-2 button.slider-button-next {
    display: none;
  }
  .features__inner {
    padding-left: 45px;
    padding-right: 45px;
  }
  .features__inner .row [class*=col-]:nth-child(2) .features__border-right {
    padding-left: 13px;
  }
  .features__inner .row [class*=col-]:nth-child(2) .features__border-right::after {
    display: none;
  }
  .features__item {
    padding-right: 30px;
  }
  .about__content {
    margin-top: 50px;
    padding-left: 0;
  }
  .about__shape-3 {
    right: -4%;
  }
  .research__border .row [class*=col-]:nth-child(2) .research__item-border::after {
    display: none;
  }
  .research__item {
    background-color: var(--tp-common-white);
  }
  .blog__sidebar {
    padding-left: 0;
    margin-top: 50px;
  }
  .postbox__title {
    font-size: 33px;
  }
  .cta__item {
    padding-left: 0;
  }
  .cta__item-border {
    border: 0;
  }
  .footer-col-2 {
    padding-left: 0;
  }
  .footer-col-4 {
    padding-left: 0;
  }
  .category__item-wrapper {
    margin-top: 50px;
  }
  .event__right {
    margin-top: 25px;
  }
  .event__sidebar {
    padding-left: 0;
    margin-top: 50px;
  }
  .team__wrapper {
    padding-left: 0;
  }
  .team__shape {
    bottom: -50px;
  }
  .testimonial__item {
    padding-left: 15px;
    padding-right: 15px;
  }
  .brand__item-wrapper {
    padding-left: 0;
    margin-top: 50px;
  }
  .certificate__thumb img {
    width: 240px;
  }
  .price__thumb {
    bottom: -35px;
    right: 0;
  }
  .faq__item-wrapper {
    padding-left: 0;
    margin-top: 50px;
  }
  .app__wrapper {
    margin-bottom: 50px;
  }
  .contact__info-inner {
    margin-top: 50px;
  }
  .contact__item {
    padding-left: 30px;
    padding-right: 30px;
  }
  .contact__shape img.contact-shape-2 {
    right: -20px;
  }
  .contact__shape img.contact-shape-3 {
    right: -5%;
  }
  .teacher__details-thumb {
    margin-bottom: 50px;
  }
  .teacher__details-thumb .team-thumb {
    width: 100%;
  }
  .sign__shape img.man-1 {
    left: 2%;
  }
  .sign__shape img.man-2 {
    top: 60%;
    right: 0%;
    z-index: 1;
  }
  .sign__shape img.man-2.man-22 {
    top: 60%;
    right: 0%;
    z-index: 1;
  }
  .sign__shape img.circle {
    right: 4%;
  }
  .sign__shape img.dot {
    right: 5%;
  }
  .sign__shape img.bg {
    left: 10%;
  }
  .sign__shape img.zigzag {
    left: 3%;
  }
  .sign__shape img.flower {
    right: 3%;
  }
  .order__list .table {
    width: 600px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .breadcrumb__title {
    font-size: 40px;
  }
  .breadcrumb__title-2 {
    font-size: 40px;
  }
  .page__title-shape img.page-title-shape-2 {
    left: 50px;
    top: 28%;
  }
  .page__title-shape img.page-title-shape-6 {
    top: 20%;
    left: 3%;
  }
  .header__bottom {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .main-menu-border::after {
    display: none;
  }
  header .logo {
    padding: 0;
  }
  .slider__height {
    min-height: 545px;
  }
  .slider__height-2 {
    min-height: 1200px;
  }
  .slider__height-3 {
    min-height: 575px;
  }
  .slider__overlay::after {
    width: 150%;
  }
  .slider__title {
    font-size: 45px;
  }
  .slider__title-2 {
    font-size: 45px;
  }
  .slider__title-3 {
    font-size: 45px;
  }
  .slider__thumb-mask {
    width: 500px;
    height: 520px;
  }
  .slider__shape-1 {
    bottom: -25%;
    left: 0;
  }
  .slider__shape-2 {
    top: 10%;
    left: 0;
  }
  .slider__shape-3 {
    top: -13%;
    right: 0;
  }
  .slider__shape-4 {
    left: 0;
  }
  .main-slider-paginations {
    display: none;
  }
  .main-slider-paginations-2 button {
    display: none;
  }
  .main-slider-paginations-2 button.slider-button-next {
    display: none;
  }
  .features__border-right::after {
    display: none;
  }
  .about__content {
    margin-top: 50px;
    padding-left: 0;
  }
  .about__thumb-wrapper {
    margin-right: 0;
  }
  .about__thumb-2 img {
    width: 100%;
  }
  .about__shape-3 {
    right: -5%;
  }
  .research__item {
    background-color: var(--tp-common-white);
  }
  .research__item-border::after {
    display: none;
  }
  .research__thumb-2 {
    right: -30px;
  }
  .research__download {
    padding-left: 25px;
  }
  .blog__content-float {
    width: 78%;
  }
  .blog__sidebar {
    padding-left: 0;
    margin-top: 50px;
  }
  .postbox__title {
    font-size: 30px;
  }
  .cta__item {
    padding-left: 0;
  }
  .cta__item-border {
    border: 0;
  }
  .footer__social-3 {
    margin-top: 30px;
  }
  .footer-col-1 {
    padding-right: 0px;
  }
  .footer-col-2 {
    padding-left: 0;
  }
  .footer-col-4 {
    padding-left: 0;
  }
  .category__item-wrapper {
    margin-top: 50px;
  }
  .event__right {
    margin-top: 25px;
  }
  .event__sidebar {
    padding-left: 0;
    margin-top: 50px;
  }
  .team__wrapper {
    padding-left: 0;
  }
  .team__shape img {
    width: auto;
  }
  .brand__item-wrapper {
    padding-left: 0;
    margin-top: 50px;
  }
  .certificate__inner {
    padding-left: 30px;
    padding-right: 30px;
  }
  .certificate__thumb {
    display: none;
  }
  .faq__item-wrapper {
    padding-left: 0;
    margin-top: 50px;
  }
  .app__wrapper {
    margin-bottom: 50px;
  }
  .app__inner {
    padding-left: 45px;
    padding-right: 45px;
  }
  .app__title {
    font-size: 35px;
  }
  .contact__info-inner {
    margin-top: 50px;
  }
  .contact__shape img.contact-shape-2 {
    right: -20px;
  }
  .contact__shape img.contact-shape-3 {
    right: -5%;
  }
  .teacher__social-2 {
    margin-bottom: 30px;
  }
  .teacher__rating {
    margin-bottom: 30px;
  }
  .teacher__info {
    margin-bottom: 30px;
  }
  .teacher__details-thumb {
    margin-bottom: 50px;
  }
  .teacher__details-thumb .team-thumb {
    width: 100%;
  }
  .error__title {
    font-size: 60px;
  }
  .error__thumb img {
    width: 100%;
  }
  .sign__shape img.man-1 {
    left: 1%;
  }
  .sign__shape img.man-2 {
    top: 60%;
    right: 0%;
    z-index: 1;
  }
  .sign__shape img.man-2.man-22 {
    top: 60%;
    right: 0%;
    z-index: 1;
  }
  .sign__shape img.circle {
    right: 2%;
  }
  .sign__shape img.dot {
    right: 3%;
  }
  .sign__shape img.bg {
    left: 0%;
  }
  .sign__shape img.zigzag {
    left: 2%;
  }
  .sign__shape img.flower {
    right: 1%;
  }
  .sign__header {
    padding: 0 10px;
  }
  .profile__basic-thumb {
    margin-bottom: 20px;
  }
  .profile__basic-cart {
    margin-top: 25px;
  }
  .order__list .table {
    width: 600px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  .page__title-shape img.page-title-shape-2 {
    left: 40px;
  }
  .contact__shape img.contact-shape-3 {
    right: -20%;
  }
  .sign__shape img.man-1 {
    left: 19%;
  }
  .sign__shape img.man-2 {
    top: 55%;
    right: 20%;
  }
  .sign__shape img.man-2.man-22 {
    top: 55%;
    right: 20%;
  }
  .sign__shape img.circle {
    right: 25%;
  }
  .sign__shape img.dot {
    right: 29%;
  }
  .sign__shape img.zigzag {
    left: 24%;
  }
  .sign__shape img.flower {
    right: 24%;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .page__title-shape img.page-title-shape-2 {
    top: 28%;
  }
  .page__title-shape img.page-title-shape-6 {
    top: 20%;
    left: 3%;
  }
  .slider__shape-3 {
    top: 34%;
    right: -35px;
  }
  .main-slider-paginations button {
    left: 0;
  }
  .main-slider-paginations button.slider-button-next {
    right: 0;
  }
  .main-slider-paginations-2 button {
    display: none;
  }
  .main-slider-paginations-2 button.slider-button-next {
    display: none;
  }
  .about__content {
    padding-left: 40px;
  }
  .blog__meta ul li:not(:last-child) {
    margin-right: 10px;
  }
  .blog__content {
    padding-left: 20px;
    padding-right: 20px;
  }
  .footer-col-1 {
    padding-right: 0px;
  }
  .category__wrapper .section__title-wrapper-2 {
    padding-right: 0;
  }
  .team__wrapper {
    padding-left: 30px;
  }
  .contact__shape img.contact-shape-3 {
    right: -10%;
  }
  .sign__shape img.man-1 {
    left: 16%;
  }
  .sign__shape img.man-2 {
    top: 60%;
    right: 15%;
  }
  .sign__shape img.man-2.man-22 {
    top: 60%;
    right: 15%;
  }
  .sign__shape img.circle {
    right: 22%;
  }
  .sign__shape img.dot {
    right: 26%;
  }
  .sign__shape img.zigzag {
    left: 23%;
  }
  .sign__shape img.flower {
    right: 24%;
  }
}
@media (min-width: 992px) {
  .sign__wrapper.account {
    min-width: 100%;
  }
  .sign__wrapper.account .wppb-edit-user {
    position: relative;
    padding-right: 52%;
  }
  .sign__wrapper.account .wppb-edit-user .wppb-subscription-plans {
    width: 48%;
    position: absolute;
    top: 0;
    right: 0;
  }
  .sign__wrapper.account .wppb-edit-user[action*="_subscription"] .wppb-subscription-plans {
    display: flex;
    flex-wrap: wrap;
  }
  .sign__wrapper.account .wppb-edit-user[action*="_subscription"] .wppb-subscription-plans .pms-upgrade__group {
    width: 55%;
    padding-right: 2%;
    margin-bottom: 30px;
    order: -1;
  }
  .sign__wrapper.account .wppb-edit-user[action*="_subscription"] .wppb-subscription-plans .pms-credit-card-information {
    width: 45%;
    order: -1;
  }
  .sign__wrapper.account .wppb-edit-user[action*="_subscription"] .wppb-subscription-plans #pms-submit-button-loading-placeholder-text {
    width: 100%;
    margin-bottom: 1e;
  }
}
@media (max-width: 767px) {
  .coupon {
    float: none;
  }
  #coupon_code {
    margin-bottom: 15px;
  }
  .coupon2 {
    float: none;
    margin-top: 15px;
  }
  .your-order {
    padding: 15px;
  }
  .your-order-table table th {
    padding-right: 10px;
  }
  .your-order-table table td {
    padding-right: 10px;
  }
  .pms-subscription-plan .pms-subscription-plan-trial {
    display: block;
  }
}
.ai-form .field {
  margin-bottom: 1em;
}
.ai-form .field:last-child {
  margin-bottom: 0;
}
.ai-form .field > label {
  display: block;
  width: 100%;
  color: #000000;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 0.35em;
}
.ai-form .field input::placeholder, .ai-form .field textarea::placeholder {
  color: #b3b3b3;
  font-size: 1em;
}
.ai-form .field input::-ms-input-placeholder, .ai-form .field textarea::-ms-input-placeholder {
  color: #b3b3b3;
  font-size: 1em;
}
.ai-form .field input[type="text"], .ai-form .field input[type="number"], .ai-form .field input[type="date"], .ai-form .field select, .ai-form .field textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 6px;
  margin-bottom: 5px;
  background: #f5f8ff;
}
.ai-form .field input[type="radio"] {
  margin-right: 5px;
}
.ai-form .field textarea {
  border: 5px solid #ff6b6b;
  background: #fff;
  font-size: 1rem;
}
.ai-form .field textarea:focus {
  outline: none;
  border-color: #ff0505;
}
.ai-form .field .note {
  width: 100%;
  font-size: 12px;
  color: #666;
  margin-top: 4px;
}
.ai-form .field .input-group {
  flex-wrap: nowrap;
}
.ai-form .field .input-group input {
  margin-bottom: 0;
}
.ai-form .field .input-group input[type="file"] {
  display: none;
}
.ai-form .field .input-group button {
  white-space: nowrap;
}
.ai-form .field.has-error input[type="text"], .ai-form .field.has-error input[type="number"], .ai-form .field.has-error select, .ai-form .field.has-error textarea {
  border-color: red;
}
.ai-form .field .field-error {
  color: red;
  font-size: 14px;
  margin-top: 2px;
  width: 100%;
}
.ai-form .field.file-field {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.ai-form .field.file-field .file-info label {
  font-weight: bold;
  color: #000;
}
.ai-form .field.file-field .file-info .file-name {
  margin-right: 5px;
}
.ai-form .field.file-field .input-group {
  width: auto;
}
.ai-form .field.file-field button {
  font-size: 1rem;
  padding: 5px 15px;
}
.ai-form .field.field-inline {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.ai-form .field.field-inline label, .ai-form .field.field-inline input, .ai-form .field.field-inline select {
  width: auto;
  margin-bottom: 0;
}
.ai-form .field.field-inline label {
  line-height: normal;
  margin-right: 10px;
}
.ai-form .field.field-group {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
.ai-form .field.field-group .field {
  margin: 0;
}
.ai-form .inline-fields-group {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  gap: 15px;
}
.ai-form .inline-fields-group .field {
  margin: 0;
  flex: auto;
}
.ai-form .inline-fields-group .field input, .ai-form .inline-fields-group .field select {
  margin-bottom: 0;
}
.ai-form .inline-fields-group .field select, .ai-form .inline-fields-group .field button {
  height: 54px;
}
.ai-form .inline-fields-group .field button {
  width: 100%;
}
@media (max-width: 639px) {
  .ai-form .inline-fields-group .text-bar {
    width: 100%;
  }
  .ai-form .inline-fields-group .select-field {
    width: 45%;
  }
}
@media (min-width: 1220px) {
  .ai-form .inline-fields-group .select-field, .ai-form .inline-fields-group .actions {
    max-width: 200px;
  }
}
.ai-form .checkbox-group.tone-buttons .checkbox-field {
  position: relative;
}
.ai-form .checkbox-group.tone-buttons input[type="checkbox"] {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}
.ai-form .checkbox-group.tone-buttons input[type="checkbox"]:checked + .value {
  background-color: #ff6b6b;
  color: #fff;
  border-color: #ff6b6b;
}
.ai-form .tone-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 8px;
}
.ai-form .tone-buttons .tone-btn {
  background: none;
  border: 1px solid #ddd;
  padding: 6px 12px;
  border-radius: 20px;
  cursor: pointer;
  font-size: 14px;
  transition: all 0.3s;
}
.ai-form .tone-buttons .tone-btn:hover {
  background-color: #ff6b6b;
  color: #fff;
  border-color: #ff6b6b;
}
.ai-form .prompt-area {
  width: 100%;
  min-height: 100px;
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 6px;
  resize: vertical;
}
.ai-form .button-group {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
}
.ai-form .button {
  padding: 10px 20px;
  border-radius: 6px;
  background-color: #f5f8ff;
  color: #333;
  border: 1px solid #ddd;
  text-align: center;
}
.ai-form .button:hover, .ai-form .button.active {
  background: #cfcfcf;
}
.ai-form .button.btn-xs {
  padding: 0.1em 1em;
  font-size: 0.8em;
}
.ai-form .button.btn-sm {
  font-size: 1rem;
  padding: 0.4rem 1rem;
}
.ai-form .button.primary-btn {
  background-color: #ff6b6b;
  color: #fff;
}
.ai-form .button.primary-btn:hover, .ai-form .button.primary-btn.active {
  background: #ff1f1f;
}
.ai-form .button.secondary-btn:not(:first-child) {
  margin-left: 10px;
}
.ai-form .button.btn-danger {
  color: #fff !important;
  background-color: #dc3545 !important;
  border-color: #dc3545 !important;
}
.ai-form .button.loading {
  cursor: not-allowed;
  opacity: 0.7;
  position: relative;
  pointer-events: none;
}
.ai-form .button.loading:before {
  content: "Loading...";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: inherit;
}
.ai-form a.button {
  display: inline-block;
}
.ai-form .download-prompt {
  background-color: #FF7F7F;
  color: white;
  border: none;
  padding: 6px 12px;
  border-radius: 4px;
  font-size: 12px;
  float: right;
  cursor: pointer;
}
.ai-form .form-messages {
  margin-top: 20px;
}
.ai-form .form-messages:empty {
  display: none;
}
.ai-form .form-result p {
  color: #000;
  font-size: 16px;
  line-height: 1.3em;
}
.ai-form .form-result ul, .ai-form .form-result ol {
  padding-left: 1em;
  margin-bottom: 1em;
  font-size: 16px;
}
.ai-form .form-result.result-columns .result-header {
  font-weight: bold;
}
.ai-form .form-result .output:not(:last-child) {
  margin-bottom: 1em;
}
@media (max-width: 479px) {
  .ai-form .field.actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
  }
  .ai-form .field.actions .button {
    width: 100%;
    margin: 0;
  }
}
.ai-form .result-container {
  border-radius: 12px;
  padding: 15px;
  margin-top: 20px;
  border: solid 2px #ff6b6b;
  color: #000;
}
.ai-form .result-container:empty {
  display: none;
}
.ai-form .result-container .result-header {
  font-weight: bold;
}
.ai-form .result-container .result-header .tooltip {
  position: relative;
  display: inline-block;
}
.ai-form .result-container .result-header .tooltip .tooltiptext {
  visibility: hidden;
  width: 140px;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px;
  position: absolute;
  z-index: 1;
  bottom: 150%;
  left: 50%;
  margin-left: -75px;
  opacity: 0;
  transition: opacity 0.3s;
}
.ai-form .result-container .result-header .tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}
.ai-form .result-container .result-header .tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}
.ai-form .result-container .section-header {
  font-weight: bold;
}
.result-columns .ai-form .result-container {
  margin: 0 0 15px;
  font-size: 16px;
  color: #000;
  background: #f9e2e2;
  border: solid 2px #ff6b6b;
}
.result-columns .ai-form .result-container p {
  line-height: normal;
  color: #000;
  font-size: 16px;
}
.ai-form table {
  width: 100%;
  border: solid 5px #ff6b6b;
  color: #000;
  border-top: 0;
  font-size: 15px;
}
.ai-form table thead {
  background: #ff6b6b;
  color: #fff;
}
.ai-form table thead th {
  border-top: 0 !important;
}
.ai-form table th, .ai-form table td {
  padding: 3px 10px;
  border: 1px solid #e1e1e1;
}
.form-loader {
  width: 48px;
  height: 48px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  margin: auto;
  left: 0;
  right: 0;
  display: none;
}
.form-loader::after, .form-loader::before {
  content: "";
  box-sizing: border-box;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 2px solid #ff6b6b;
  position: absolute;
  left: 0;
  top: 0;
  animation: animloader 2s linear infinite;
}
.form-loader::after {
  animation-delay: 1s;
}
.form-loading {
  position: relative;
}
.form-loading:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: #fff;
  z-index: 10;
  opacity: 0.7;
}
.form-loading .form-loader {
  display: block;
  z-index: 20;
}
@keyframes animloader {
  0% {
    transform: scale(0);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}
.page-free-seo-testing-tool .tp-page-content form {
  margin: 1em 0;
  padding: 1em 0;
  border-top: solid 1px #ededed;
  border-bottom: solid 1px #ededed;
}
.page-free-seo-testing-tool .seo-impact-analysis label, .page-free-seo-testing-tool .seo-impact-analysis strong {
  font-weight: bold;
  color: #000;
}
.page-free-seo-testing-tool .seo-impact-analysis .col-title {
  font-weight: bold;
  font-size: 1.7rem;
  color: #000;
}
.page-free-seo-testing-tool .seo-impact-analysis .field-cols {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 1rem;
}
.page-free-seo-testing-tool .seo-impact-analysis .field-cols:last-child {
  margin-bottom: 0;
}
.page-free-seo-testing-tool .seo-impact-analysis .field-cols .col {
  flex: auto;
}
.page-free-seo-testing-tool .seo-impact-analysis .field-cols .button, .page-free-seo-testing-tool .seo-impact-analysis .field-cols input {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .page-free-seo-testing-tool .seo-impact-analysis .fieldset {
    max-width: 800px;
  }
  .page-free-seo-testing-tool .seo-impact-analysis .field-cols {
    flex-direction: row;
    align-items: center;
  }
  .page-free-seo-testing-tool .seo-impact-analysis .field-cols .col {
    width: 30%;
    margin: 0;
    max-width: 30%;
  }
  .page-free-seo-testing-tool .seo-impact-analysis .field-cols .col.result-summary {
    min-width: 50%;
  }
}
/*# sourceMappingURL=quip-core.css.map */