:root {
  --bs-primary: #181820;
  --bs-light: #6b6b6b;
  --bs-white: #ffffff;
  --bs-background: #f3f5f7;
}
html {
  scroll-behavior: smooth;
}
::-webkit-scrollbar-track{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #eeeeee;
    height: 6px;
}

::-webkit-scrollbar{
    width: 8px;
    width: 5px;
    background-color: #eeeeee;
    height: 6px;
}

::-webkit-scrollbar-thumb{
    background-color: var(--bs-primary);
    border: 4px solid var(--bs-primary);
    height: 6px;
}
body {
    font-family: 'Inter', sans-serif;
    color: var(--bs-primary);
}
ul,
li {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
img {
	max-width: 100%;
}
#back-to-top {
    height: 48px;
    width: 48px;
    display: block;
    line-height: 48px;
    font-size: 26px;
    background-color: var(--bs-primary);
    border-radius: 4px;
    text-align: center;
    color: #fff;
    position: fixed;
    bottom: 30px;
    right: 30px;
    cursor: pointer;
    transition: all 0.5s;
    visibility: hidden;
    opacity: 0;
}
#back-to-top.show {
    opacity: 1;
    visibility: visible;
}
.slick-slide {
    float: left;
}
.slick-list {
    overflow-x: hidden;
}
.owl-nav.disabled, 
.owl-dots.disabled {
    display: none;
}
.owl-loaded {
    overflow: hidden;
}
.owl-item {
    float: left;
}
.owl-nav button,
.slide-arrow {
    background: var(--bs-primary);
    border: 1px solid var(--bs-primary);
    backdrop-filter: blur(4.5px);
    border-radius: 100%;
    transform: matrix(-1, 0, 0, 1, 0, 0);
    height: 70px;
    width: 70px;
    color: var(--bs-white);
    padding: 0;
    font-size: 30px;
    text-align: center;
    line-height: 36px;
}
.mt-10 {
    margin-top: 10px;
}
.mt-30 {
    margin-top: 30px;
}
.mt-40 {
    margin-top: 40px;
}
.btn.btn-primary {
    background: var(--bs-primary);
    border: 1px solid var(--bs-primary);
    border-radius: 10px;
    font-weight: 600;
    font-size: 16px;
    color: var(--bs-white);
    padding: 12px 15px;
    line-height: normal;
    outline: 0 !important;
    box-shadow: none !important;
    text-transform: capitalize;
}
.btn.btn-secondary {
    background: var(--bs-white);
    border: 1px solid var(--bs-primary);
    border-radius: 10px;
    font-weight: 600;
    font-size: 16px;
    padding: 12px 15px;
    line-height: normal;
    outline: 0 !important;
    box-shadow: none !important;
    color: var(--bs-primary);
}
.btn.btn-primary svg, 
.btn.btn-secondary svg {
    vertical-align: text-bottom;  
    display: inline-block;
    position: relative;
    top: -1px;
}
.page-paddings {
    padding: 100px 0px;
}
.page-background {
    background-color: var(--bs-background);
    padding: 100px 0px;
}
.page-title h2 {
    font-weight: 600;
    font-size: 50px;
    margin: 0px auto 12px;
    max-width: 1000px;
    text-transform: capitalize;
}
.page-title h4 {
    font-weight: 600;
    font-size: 22px;
    margin-bottom: 12px;
}
.page-title p {
    font-weight: 400;
    font-size: 20px;
    max-width: 915px;
    margin: 0px auto;
}
.form-group {
    position: relative;
    margin-bottom: 20px;
}
.form-group label {
    font-weight: 400;
    font-size: 16px;
    color: #000000;
    display: block;
    margin-bottom: 8px;
}
.form-group svg {
    position: absolute;
    top: 46px;
    left: 15px;
}
.form-group .form-control {
    font-weight: 400;
    font-size: 14px;
    color: #6B6B6B;
    padding: 18px 15px;
    background: #FAFAFA;
    border: 1px solid rgba(107, 107, 107, 0.1);
    border-radius: 10px;
    outline: 0;
    box-shadow: none;
}
/* Loader */
.loader {
    position: fixed;
    top: 0;
    bottom: 0px;
    left: 0px;
    right: 0px;
    z-index: 9999;
    background: #fff;
}
.loader .spinner-border {
    position: absolute;
    top: 50%;
    left: 0px;
    right: 0px;
    margin: 0px auto;
}    
.loader-inner span {
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 10px;
    background-color: var(--primary-clr);
    margin: 5px;
}
    
.loader-inner span:nth-child(1) {
    animation: bounce 1s ease-in-out infinite;
}
    
.loader-inner span:nth-child(2) {
    animation: bounce 1s ease-in-out 0.33s infinite;
}
    
.loader-inner span:nth-child(3) {
    animation: bounce 1s ease-in-out 0.66s infinite;
}
/* Loader */


.header-main {
    background: var(--bs-white);
    box-shadow: 0px 4px 26px rgb(0 0 0 / 5%);
    padding: 15px 0px;
    position: sticky;
    top: 0px;
    z-index: 99;
}
.header-box .navbar-expand-lg {
    padding: 0;
}
.header-box .navbar-expand-lg .navbar-nav .nav-item {
    padding: 0px 20px;
}
.header-box .navbar-expand-lg .navbar-nav .nav-link {
    font-weight: 400;
    font-size: 18px;
    color: var(--bs-primary) !important;
    padding: 0;
    position: relative;
}
.header-box .navbar-expand-lg .navbar-nav .nav-link.active {
    font-weight: 700;
}
.header-box .navbar-expand-lg .navbar-nav .nav-link::before {
    content: "";
    width: 0;
    height: 2px;
    background-color: var(--bs-primary);
    position: absolute;
    bottom: -3px;
    left: 0px;
    transition: all 0.5s;
}
.header-box .navbar-expand-lg .navbar-nav .nav-link.active::before,
.header-box .navbar-expand-lg .navbar-nav .nav-link:hover::before {
    width: 100%;
}

.e-commerce-hero {
    padding: 80px 0px;
}
.hero-intro h4 {
    font-weight: 600;
    font-size: 22px;
    line-height: 30px;
    text-transform: uppercase;
}
.hero-intro h1 {
    font-weight: 600;
    font-size: 64px;
    margin-bottom: 15px;
}
.e-commerce-hero .hero-intro h1 {
    font-weight: 800;
}
.e-commerce-hero .hero-intro h4 {
    font-weight: 400;
    font-size: 35px;
    text-transform: inherit;
    margin-bottom: 20px;
}
.hero-intro h1 span {
    display: block;
    font-weight: 800;
    font-size: 90px;
    text-transform: uppercase;
}
.hero-intro p {
    font-weight: 400;
    font-size: 20px;
    color: var(--bs-light);
    margin-bottom: 30px;
}
.hero .hero-media {
    margin-left: -240px;
    margin-right: -250px;
    margin-bottom: -12px;
}
.hero.hotel-booking-hero {
    padding: 80px 0px 30px;
}
.hero.hotel-booking-hero .hero-media {
    margin: 0;
}
.hero.hotel-booking-hero .shape {
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: -1;
}
.e-commerce-hero .shape {
    position: absolute;
    right: 0px;
    top: -220px;
    z-index: -1;
}
.e-commerce-hero .hero-media {
    margin: 0px 0px 0px -60px;
}
.social-ico {
    position: fixed;
    bottom: 30px;
    left: 30px;
    z-index: 99;
}
.social-ico > ul > li {
    margin-bottom: 16px;
}
.social-ico > ul > li:last-child {
    margin-bottom: 0px;
}

.about-intro h4 {
    font-weight: 600;
    font-size: 30px;
    color: var(--bs-primary);
    margin-bottom: 15px;
}
.about-intro h2 {
    font-weight: 600;
    font-size: 50px;
    margin-bottom: 30px;
}
.about-intro p {
    font-weight: 400;
    font-size: 20px;
    line-height: 1.6;
    margin-bottom: 30px;
}
.about-list-item p {
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 10px;
    position: relative;
    padding-left: 20px;
}
.about-list-item p:last-child {
    margin-bottom: 0px;
}
.about-list-item p::before {
    content: "";
    height: 8px;
    width: 8px;
    background-color: var(--bs-primary);
    border-radius: 100%;
    position: absolute;
    top: 10px;
    left: 0px;
}

.how-work-area {
    position: relative;
}
.how-work-area::before {
    content: "";
    height: 100%;
    width: 50%;
    background: #F3F5F7;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: -1;
}
.how-work-slider {
    position: relative;
}
.how-work-slider .work-media {
    text-align: center;
}
.how-work-slider .slide-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}
.how-work-slider .slide-arrow.prev-arrow {
    left: 47.2%;
    top: 44.5%;
}
.how-work-slider .slide-arrow.next-arrow {
    left: 47.2%;
    top: 58%;
}
.how-work-slider .owl-nav {
    width: 50px;
    position: absolute;
    top: 50%;
    left: 24px;
    transform: translateY(-50%);
    margin-left: -8px;
}
.how-work-intro .how-number {
    width: 100px;
    height: 100px;
    background: var(--bs-white);
    border-radius: 100%;
    margin-bottom: 20px;
    text-align: center;
    line-height: 100px;
    font-weight: 800;
    font-size: 68px;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #000000;
}
.how-work-intro h2 {
    font-weight: 800;
    font-size: 50px;
    margin-bottom: 14px;
}
.how-work-intro p {
    font-weight: 400;
    font-size: 20px;
    color: var(--bs-light);
    margin: 0px;
    max-width: 500px;
}
.how-work-slider .owl-nav button {
    display: block;
    margin-bottom: 15px;
}
.how-work-slider .owl-nav button:last-child {
    margin-bottom: 0px;
}

.include-script-header {
    position: relative;
    background-color: var(--bs-primary);
    padding: 80px 0px;
}
.include-script-header .script-media span {
    position: absolute;
    bottom: 0px;
}
.include-script-header .script-media span.left {
    left: 50px;
}
.include-script-header .script-media span.right {
    right: 50px;
}
.include-script-header::before {
    content: "";
    width: 0;
    height: 0;
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    border-top: 25px solid var(--bs-primary);
    position: absolute;
    bottom: -25px;
    left: 50%;
    transform: translateX(-50%);
}
.include-script-header .page-title h2,
.include-script-header .page-title p {
    color: var(--bs-white);
}
.include-script-tag .script-tag {
    padding: 80px 0px;
}
.script-tag {
    margin: -6px;
}
.script-tag a {
    font-weight: 600;
    font-size: 18px;
    color: var(--bs-primary);
    text-decoration: none;
    background: var(--bs-background);
    border-radius: 10px;
    padding: 12px 31px;
    display: inline-block;
    margin: 6px;
    transition: all 0.5s;
}
.script-tag a.active,
.script-tag a:hover {
    background-color: var(--bs-primary);
    color: var(--bs-white);
}
.script-intro .custom-tab .nav-tabs {
    display: block;
    margin-bottom: 0px;
}
.script-intro .custom-tab .nav-tabs .nav-link {
    padding: 10px 14px;
    font-size: 16px;
    border: 0px;
    background: var(--bs-background);
    margin: 6px;
    display: inline-block;
}

section.include-script {
    border-bottom: 1px solid rgb(107 107 107 / 10%);
}
.script-app {
    border-top: 1px solid rgb(107 107 107 / 10%);
    padding: 40px 0px;
}
.script-web-left::before,
.script-web-right::after {
    content: "";
    background-color: var(--bs-background);
    width: 578px;
    height: 100%;
    position: absolute;
    top: 0px;
    z-index: -1;
}
.script-web-left::before {
    left: 0px;
}
.script-web-right::after {
    right: 0px;
}
.script-intro .script-features {
    background: var(--bs-background);
    border: 1px solid var(--bs-background);
    border-radius: 20px;
    padding: 25px 15px;
}
.script-intro .script-features p {
    font-weight: 400;
    font-size: 15px;
    color: var(--bs-primary);
    line-height: 1.6;
    margin: 0;
}
.script-intro .page-title h2,
.script-intro .script-tag {
    margin-bottom: 20px;
    text-transform: capitalize;
}
.script-intro .script-tag a {
    padding: 10px 16px;
    font-size: 16px;
}
.script-img.right-img {
    margin-right: -80px;
    text-align: right;
}
.script-img.left-img {
    margin-left: -80px;
    text-align: left;
}

.customization-area .customization-main .col-12 {
    margin-top: 30px;
}
.customization-main .customization-card {
    height: 100%;
    background: #FFFFFF;
    border: 1px solid rgb(107 107 107 / 20%);
    border-radius: 10px;
    text-align: center;
    padding: 30px 30px;
}
.customization-main .customization-card.white-bg {
    background-color: var(--bs-white);
}
.customization-card .customization-ico {
    margin-bottom: -25px;
}
.customization-card h3 {
    font-weight: 600;
    font-size: 20px;
    line-height: 1.4;
    text-align: center;
    color: var(--bs-primary);
    margin-bottom: 12px;
    text-transform: capitalize;
}
.customization-card p {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.6;
    text-align: center;
    color: var(--bs-light);
    margin: 0px;
}

.technologies .script-app {
    padding: 0px;
    border: 0;
}
.technologies .script-app .technologies-main {
    flex-wrap: wrap;
}
.technologies-main .technologies-item {
    width: auto;
    float: left;
    text-align: center;
    margin-top: 30px;
    padding: 0px 15px;
}
.technologies-item .technologies-ico {
    height: 154px;
    width: 154px;
    background: var(--bs-white);
    box-shadow: 0px 9px 14px rgb(0 0 0 / 5%);
    border-radius: 20px;
    margin: 0px auto;
    line-height: 150px;
}
.technologies-item .technologies-ico img {
    padding: 20px 0px;
}
.technologies-item p {
    font-weight: 400;
    font-size: 18px;
    text-align: center;
    color: var(--bs-primary);
    margin: 15px 0px 0px;
}
body .technologies .nav-tabs {
    border: 0;
    margin-top: 30px;
    margin-bottom: 0px;
}
body .technologies .nav-tabs .nav-link {
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #6B6B6B;
    background: #FFFFFF;
    border-radius: 10px;
    padding: 15px 20px;
    display: inline-block;
    margin-right: 30px;
    text-decoration: none;
    border: 0;
    margin-left: 0px;
}
body .technologies .nav-tabs .nav-link.active {
    background-color: var(--bs-primary);
    color: var(--bs-white);
}

.workflow-video.page-background {
    background-image: linear-gradient(180deg, var(--bs-background) 60%, transparent 50%);
    background-color: transparent;
}
.workflow-work {
    padding: 40px;
    background: var(--bs-primary);
    border-radius: 30px;
    text-align: center;
}
.workflow-work span {
    display: inline-block;
}
.workflow-slider {
    margin: 80px -14px 0px;
}
.workflow-slider .workflow-item {
    padding: 0px 20px;
}
.workflow-slider .owl-nav {
    display: flex;
    width: 100%;
    text-align: center;
    margin-top: 40px;
    flex-direction: row-reverse;
    justify-content: center;
    margin-top: 16px;
}
.workflow-slider .owl-nav button {
    margin: 0px 5px;
    height: 60px;
    width: 60px;
    font-size: 24px;
    line-height: 62px;
}

.review-area .page-title p {
    margin: 0;
    color: #6B6B6B;
}
.review-area .reviews-media {
    text-align: right;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.review-area .reviews-media a {
    background: #FFFFFF;
    border: 3px solid rgba(107, 107, 107, 0.1);
    border-radius: 20px;
    display: flex;
    height: 245px;
    vertical-align: middle;
    padding: 30px 30px;
    margin-right: 30px;
    align-items: center;
}
.review-area .reviews-media a:last-child {
    margin-right: 0px;
}
.review-area svg {
    position: absolute;
    bottom: -120px;
    max-width: 120px;
    -webkit-animation: mover 1s infinite alternate;
    animation: mover 1s infinite alternate;
}

.comparison-table table {
    width: 100%;
    table-layout: fixed;
    border-bottom: 1px solid rgb(107 107 107 / 20%);
}
.comparison-table table thead {
    background: var(--bs-primary);
}
.comparison-table table tbody tr:nth-child(2n) {
    background-color: var(--bs-background);
}
.comparison-table table thead tr > th {
    font-weight: 700;
    font-size: 18px;
    color: var(--bs-white);
    padding: 16px 20px;
    border-right: 1px solid rgb(107 107 107 / 40%);
}
.comparison-table table thead tr > th:last-child {
    border-right: 0px;
}
.comparison-table table tbody tr > td {
    font-weight: 500;
    font-size: 15px;
    color: #000000;
    padding: 20px 20px;
    border-right: 1px solid rgb(107 107 107 / 20%);
}
.comparison-table table tbody tr > td:last-child {
    border-right: 0px;
}

.custom-tab .nav-tabs {
    border: 0;
    margin-bottom: 30px;
}
.custom-tab .nav-tabs .nav-link {
    font-weight: 600;
    font-size: 18px;
    color: var(--bs-primary);
    border: 1px solid var(--bs-primary);
    border-radius: 10px;
    padding: 10px 25px;
    margin: 0px 6px;
    text-transform: capitalize;
}
.custom-tab .nav-tabs .nav-link.active {
    background: var(--bs-primary);
    color: var(--bs-white);
}
.faq-area .faq-box.release-date .content h4 {
    font-weight: 700;
    font-size: 18px;
    color: var(--bs-primary);
    margin-bottom: 8px;
    margin-top: 15px;
}
.faq-area .faq-box.release-date .content ul {
    padding-left: 20px;
}
.faq-area .faq-box.release-date .content ul > li {
    font-weight: 500;
    font-size: 16px;
    color: var(--bs-light);
    padding-bottom: 5px;
    list-style: disc;
}
.faq-area .faq-box.release-date .content ul > li:last-child {
    padding-bottom: 0px;
}

.faq-area .faq-box {
    max-width: 1170px;
    margin: 0px auto;
}
.faq-box .faq-box-list {
    background: var(--bs-background);
    border-radius: 20px;
    margin-bottom: 20px;
    padding: 20px 20px;
}
.faq-box .faq-box-list:last-child {
    margin-bottom: 0px;
}
.faq-box .faq-box-list a {
    font-weight: 500;
    font-size: 20px;
    color: var(--bs-primary);
    text-decoration: none;
    position: relative;
    padding-right: 50px;
    display: block;
}
.faq-box .faq-box-list a > i {
    height: 35px;
    width: 35px;
    line-height: 36px;
    background: var(--bs-white);
    box-shadow: 0px 0px 20px rgb(0 0 0 / 5%);
    border-radius: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0px;
    text-align: center;
    font-size: 15px;
}
.faq-box .faq-box-list a.active > i::before {
    content: "\f068";
}
.faq-box .faq-box-list .content {
    display: none;
}
.faq-box .faq-box-list .content p {
    font-weight: 400;
    font-size: 17px;
    line-height: 1.8;
    color: var(--bs-light);
    margin-top: 15px;
    margin-bottom: 0px;
}

.testimonial .page-title {
    margin-bottom: 45px !important;
}
.testimonials-card .testimonials-img {
    margin-bottom: 12px;
}
.testimonials-card h3 {
    font-weight: 700;
    font-size: 36px;
    color: var(--bs-primary);
    margin-bottom: 12px;
}
.testimonials-card p {
    font-size: 22px;
    line-height: 1.7;
    color: var(--bs-light);
    margin-bottom: 15px;
}
.testimonials-card {
    position: relative;
}
.testimonials-slider .owl-nav {
    margin-top: 12px;
    text-align: center;
}
.testimonials-slider .owl-nav button, 
.testimonials-slider .slide-arrow {
    height: 55px;
    width: 55px;
    font-size: 24px;
    line-height: 56px;
    margin: 0px 5px;
    color: #fff;
    transform: none;
}
.owl-item.active.center .testimonials-card {
    transform: none;
}
.owl-item.active.center .testimonials-card {
    background-color: var(--bs-white);
    padding-bottom: 8px;
}
.testimonials-card .testimonials-quate {
    margin-bottom: 15px;
}
.owl-item.active.center .testimonials-card .testimonials-quate {
    top: 8px;
}
.testimonials-slider .owl-stage {
    display: flex;
    align-items: end;
}
.owl-item.center .testimonials-card .testimonials-img img {
    height: 192px;
    width: 192px;
}
.owl-item.center .user-ratting svg {
    display: block;
}
.user-ratting img {
    max-height: 21px;
}
.owl-item.center .testimonials-card .user-ratting img {
    max-height: 34px;
}
.testimonials-slider .testimonials-img img {
    border-radius: 8px;
}


.bradcrumb {
    border-bottom: 1px solid #e5e5e5;
    padding: 15px 0px;
}
.bradcrumb-text .breadcrumb-left {
    font-size: 16px;
}
.bradcrumb-text .breadcrumb-left > a {
    display: inline-block;
    font-weight: 600;
    text-decoration: none;
    color: #3e7ee9;
}
.breadcrumb-left .breadcrumb-separator {
    padding: 0px 8px;
    display: inline-block;
}
.bradcrumb-text .form-group .form-control {
    padding-right: 50px;
}
.bradcrumb-text .form-group .search-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 15px;
    padding: 0px;
    background: transparent;
    border: 0;
    color: var( --bs-primary);
    font-size: 20px;
    cursor: pointer;
}


.exclusive-section,
.product-section {
    padding: 40px 0px;
}
.all-items {
    background-color: var(--bs-background);
    padding: 15px 15px;
    border-radius: 5px;
}
.all-items h2 {
    font-size: 24px;
    font-weight: 600;
    margin: 0px;
    text-transform: capitalize;
}
.items-right .form-group {
    margin-right: 15px;
    margin-bottom: 0px;
}
.items-right .form-group:last-child {
    margin-right: 0px;
}
.items-right .form-group > label {
    margin: 0px;
    font-size: 15px;
    margin-right: 6px;
}

.product-wrap {
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    margin-top: 30px;
}
.product-wrap .product-info {
    padding: 15px 15px;
}
.product-info .shop_author {
    margin-bottom: 6px;
    font-size: 15px;
    color: rgb(0 0 0 / 50%);
}
.product-info .pro-review svg {
    position: relative;
    top: -3px;
}
.product-wrap .wdp-ribbon {
    display: inline-block;
    padding: 3px 12px;
    position: absolute;
    top: 8px;
    right: 8px;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    text-shadow: none;
    background-color: #f35900;
    border-radius: 4px;
    font-size: 14px;
    color: #fff;
    font-weight: 500;
    letter-spacing: 1px;
}
.wdp-ribbon-six{
    background: none !important;
    position: relative;
    box-sizing: border-box;
    position: absolute;
    width: 65px;
    height: 65px;
    top:0px;
    right:0px;
    padding:0px;
    overflow: hidden;
}
.wdp-ribbon-inner-wrap{
    -ms-transform: rotateX(0deg) rotateY(0deg) rotateZ(0deg);
    -webkit-transform: rotateX(0deg) rotateY(0deg) rotateZ(0deg);
    transform: rotateX(0deg) rotateY(0deg) rotateZ(0deg);
}
.wdp-ribbon-border {
    width: 0;
    height: 0;
    border-right: 65px solid #f35900;
    border-bottom: 65px solid transparent;
    z-index: 12;
    position: relative;
    top: -20px;
}
.wdp-ribbon-text {
    font-size: 15px;
    font-weight: 500;
    text-transform: capitalize;
    line-height: 13px;
    letter-spacing: 1px;
    position: absolute;
    z-index: 14;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 15px;
    left: -1px;
    width: 91px;
    text-align: center;
    color: #fff;
}
.product-info h3 {
    font-size: 18px;
    line-height: 1.5;
    font-weight: 500;
    margin-bottom: 4px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.product-info h3 > a {
    color: #000;
    text-decoration: none;
}
.product-wrap .product-action {
    border-top: 1px solid #e5e5e5;
    margin-top: 15px;
    padding-top: 15px;
}
.product-action > h4 {
    font-size: 18px;
    font-weight: 600;
    margin: 0px;
}
.product-action ul > li {
    margin-right: 8px;
}
.product-action ul > li:last-child {
    margin-right: 0px;
}
.product-action ul > li .btn.btn-primary {
    font-size: 15px;
    padding: 8px 10px;
    border-color: #3e7ee9;
    background-color: #3e7ee9;
    border-radius: 5px;
}
.product-action ul > li .btn.btn-primary.preview {
    border-color: #e5e5e5;
    background-color: transparent;
    color: var(--bs-primary);
    padding: 8px 15px;
}
.product-sales svg {
    margin-right: 8px;
}
.tt_product .product-sales {
    font-size: 15px;
    color: rgb(0 0 0 / 50%);
}
.tt_product .product-sales .sale-counter {
    font-weight: 500;
    margin-right: 4px;
}


.pro-slider .owl-dots {
    display: none;
}
.pro-slider .owl-nav {
    display: block;
}
.pro-slider .owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    height: 45px;
    width: 45px;
    background-color: #fff !important;
    border: 2px solid #3e7ee9;
    color: #3e7ee9;
    line-height: 42px;
    font-size: 22px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s;
    border-radius: 5px;
}
.pro-slider:hover .owl-nav button {
    opacity: 1;
    visibility: visible;
}
.pro-slider .owl-nav button.disabled {
    cursor: no-drop;
    border-color: rgb(0 0 0 / 30%);
    color: rgb(0 0 0 / 30%);
}
.pro-slider .owl-nav button.owl-prev {
    left: 15px;
}
.pro-slider .owl-nav button.owl-next {
    right: 15px;
}

.product-section .pro-card.pro-top {
    border: 0px;
    padding: 0px;
    box-shadow: none;
}
.pro-category ul li svg,
.pro-category ul li > i {
    margin-right: 5px;
}
.pro-category ul li .review {
    vertical-align: baseline;
}
.product-section .pro-card {
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    box-shadow: 0 0 12px 0 rgba(21, 17, 148, 0.06);
    padding: 20px;
    margin-bottom: 30px;
}
.pro-card h1 {
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 10px;
}
.pro-category ul li {
    font-size: 16px;
    color: rgb(0 0 0 / 80%);
    position: relative;
    padding-right: 20px;
    margin-right: 20px;
}
.pro-category ul li:last-child {
    margin-right: 0px;
    padding-right: 0px;
}
.pro-category ul li::after {
    content: "";
    background-color: rgb(0 0 0 / 60%);
    position: absolute;
    height: 12px;
    width: 1px;
    top: 50%;
    transform: translateY(-50%);
    right: 0px;
}
.pro-category ul li:last-child::after {
    content: none;
}
.product-section .pro-card .pro-header {
    border-bottom: 1px solid #e5e5e5;
    padding: 20px;
    margin: -20px -20px 0px;
}
.product-section .pro-card .pro-header h2 {
    font-weight: 600;
    font-size: 24px;
    color: #000000;
    margin: 0px;
}
.pro-card .pro-category {
    margin-bottom: 20px;
}
/*.preview_buttons .btn {
    background-color: #3e7ee9;
    border-color: #3e7ee9;
}*/



.product-section .card-sidebar {
    position: sticky;
    top: 118px;
}
.sidebar-widget {
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    box-shadow: 0 0 12px 0 rgba(21, 17, 148, 0.06);
    margin-bottom: 30px;
}
.sidebar-widget:last-child {
    margin-bottom: 0px;
}
.sidebar-widget .pro-header {
    border-bottom: 1px solid #e5e5e5;
    padding: 20px;
}
.sidebar-widget .pro-header h3 {
    font-weight: 700;
    font-size: 18px;
    color: #000000;
    margin: 0px;
}
.sidebar-widget .pro-header h3 svg {
    vertical-align: bottom;
}
.sidebar-widget .pro-header h2 {
    font-weight: 700;
    font-size: 24px;
    color: #000000;
    margin: 0px;
}
.sidebar-widget .sidebar-info {
    padding: 20px;
}
.sidebar-widget .sidebar-info .theme-description {
    margin: 15px 0px 0px;
    font-size: 16px;
    font-style: italic;
}
.pr-features li {
    font-size: 16px;
    margin-bottom: 10px;
    position: relative;
    color: rgb(0 0 0 / 60%);
    padding-left: 24px;
}
.pr-features li:last-child {
    margin-bottom: 0px;
}
.pr-features li > i {
    font-size: 12px;
    color: rgb(0 0 0 / 50%);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0px;
}
.sidebar-widget .card-footer {
    padding: 20px;
    background-color: transparent;
    border-top: 1px solid #e5e5e5;
}
.sidebar-widget .card-footer .btn {
    width: 100%;
    margin-right: 15px;
}
.sidebar-widget .card-footer .btn:last-child {
    margin-right: 0px;
}
.sidebar-widget .card-footer .btn.btn-secondary {
    background-color: #3e7ee9;
    border-color: #3e7ee9;
    color: #ffffff;
}
.sidebar-payment {
    background-color: #3e7ee915;
    padding: 8px 15px;
}
.pro-header .pro-review {
    font-size: 15px;
}
.pro-header .pro-review svg {
    vertical-align: text-bottom;
    width: 20px;
    height: 20px;
}
.sidebar-info .review-item {
    margin-bottom: 12px;
    font-size: 15px;
    color: #000;
}
.sidebar-info .review-item:last-child {
    margin-bottom: 0px;
}
.sidebar-info .review-item > small > span {
    font-weight: 600;
}
.sidebar-info .review-item .progress {
    height: 6px;
    margin-top: 5px;
}
.marketplace-content li {
    font-size: 15px;
    margin-bottom: 15px;
    position: relative;
    color: rgb(0 0 0 / 80%);
}
.marketplace-content li:last-child {
    margin-bottom: 0px;
}
.marketplace-content li span.w-45 {
    width: 45%;
    display: inline-block;
    color: #000;
    font-weight: 500;
    vertical-align: top;
}
.marketplace-content li span.w-55 {
    width: 55%;
    display: inline-block;
}
.marketplace-content li span.w-55 > a {
    text-decoration: none;
    color: #6c757d;
}

.sidebar-widget.live-support {
    background-color: #f1f1f7;
}
.sidebar-info .doken-wrap {
    margin-bottom: 12px;
}
.doken-wrap h6 {
    font-weight: 700;
    font-size: 18px;
    color: #000000;
    margin: 0px;
}
.doken-wrap > span {
    font-size: 14px;
    line-height: 15px;
    color: #3e7ee9;
    font-weight: 500;
    font-style: italic;
    margin: 0 0 0 10px;
    position: relative;
    padding: 0 0 0 22px;
}
.doken-wrap > span::before {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    left: 5px;
    right: auto;
    top: 0;
    bottom: 0;
    margin: auto;
    background: #3e7ee9;
    border-radius: 10px;
    z-index: 3;
}
.doken-wrap > span::after {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation: pulsate1 2s;
    animation: pulsate1 2s;
    animation-iteration-count: 1;
    -webkit-animation-direction: forwards;
    animation-direction: forwards;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: steps;
    animation-timing-function: steps;
    opacity: 1;
    border-radius: 50%;
    border: 5px solid #3e7ee9;
    top: 0;
    left: 0;
    background: rgba(198,16,0,0);
    z-index: 0;
    margin: auto;
    bottom: 0;
}
@keyframes pulsate1 {
    0% {
        -webkit-transform: scale(.6);
        transform: scale(.6);
        opacity: 1;
        box-shadow: inset 0 0 25px 3px rgba(255,255,255,.75), 0 0 25px 10px rgba(255,255,255,.75);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
        box-shadow: none;
    }
}
.doken-description {
    font-style: italic;
    font-size: 16px;
    color: #666;
    margin-bottom: 20px;
}




.pro-left h1 {
    font-weight: 600;
    font-size: 44px;
    color: #000000;
    margin-bottom: 25px;
    line-height: normal;
}
.pro-info h4 {
    font-size: 22px;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-left: 30px;
    position: relative;
    font-weight: 500;
}
.pro-info h4::before {
    content: "";
    width: 18px;
    height: 18px;
    background-image: url(../images/icon.svg);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 5px;
    left: 0px;
}
.pro-info ul {
    padding-left: 20px;
    margin-bottom: 15px;
}
.pro-info ul > li {
    font-size: 15px;
    margin-bottom: 10px;
    position: relative;
    color: rgb(0 0 0 / 80%);
}
.pro-info ul > li:last-child {
    margin-bottom: 0px;
}
.pro-info ul > li::before {
    content: "";
    background-color: rgb(108 117 125 / 40%);
    width: 6px;
    height: 6px;
    position: absolute;
    left: -18px;
    top: 8px;
}

.product-tabs .nav-tabs {
    border: 0px;
    margin-bottom: 1px;
}
.tab-main .comment-main {
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid #e5e5e5;
    padding: 20px 20px;
}
.product-tabs .nav-tabs .nav-link {
    font-size: 18px;
    padding: 12px 30px;
    color: #000000;
    border: 0px;
    border-radius: 0px;
    font-weight: 600;
    background-color: #e9ecef;
    margin-right: 10px;
}
.product-tabs .nav-tabs .nav-link:last-child {
    margin-right: 0px;
}
.product-tabs .nav-tabs .nav-link.active {
    background-color: rgb(62 126 233 / 15%);
    color: #3e7ee9;
    outline: 0;
    position: relative;
}
.product-tabs .nav-tabs .nav-link.active::before {
    content: "";
    height: 2px;
    width: 100%;
    background-color: #e2ecfc;
    position: absolute;
    bottom: -1px;
    left: 0px;
}
.comment-item {
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    padding: 20px 20px;
    margin-bottom: 20px;
}
.comments-header {
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 20px;
    padding-bottom: 20px;
}
.comments-header .verify-user {
    font-size: 12px;
    color: #6c757d;
}
.user-text .meta .review-author {
    font-size: 18px;
    margin-right: 5px;
}
.user-text .meta .review-date {
    font-size: 15px;
    color: #6c757d;
}
.comments-text p {
    margin: 0px;
    font-size: 15px;
    line-height: 1.8;
    color: #6c757d;
}
.must-log-in {
    background-color: #f1f1f7;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    box-shadow: 0 0 12px 0 rgba(21, 17, 148, 0.06);
    margin-top: 20px;
    padding: 20px;
}
.must-log-in p {
    margin: 0px;
}
.must-log-in p > a {
    font-weight: 600;
    text-decoration: none;
}


.comment-form {
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid #e5e5e5;
    padding: 20px 20px;
    margin-top: 20px;
}
.comment-form .comment-title {
    margin: -20px -20px 20px;
    padding: 20px;
    border-bottom: 1px solid #e5e5e5;
    background-color: rgb(62 126 233 / 8%);
}
.comment-title h3 {
    font-weight: 700;
    font-size: 22px;
    color: #000000;
    margin: 0px;
}
.comment-info .rating-box {
    margin-bottom: 15px;
    display: flex;
    flex-wrap: wrap;
}
.rating-box .form-label {
    margin: 0px 10px 0px 0px;
    font-weight: 500;
    width: 100%;
    color: #6c757d;
}
.rate:not(:checked) > input {
  position:absolute;
  top:-9999px;
}
.rate:not(:checked) > label {
  float:right;
  width:1em;
  overflow:hidden;
  white-space:nowrap;
  cursor:pointer;
  font-size:30px;
  color:#ccc;
}
.rate:not(:checked) > label:before {
  content: '★ ';
}
.rate > input:checked ~ label {
  color: #ffc700;
}
.rate:not(:checked) > label:hover,
.rate:not(:checked) > label:hover ~ label {
  color: #deb217;
}
.rate > input:checked + label:hover,
.rate > input:checked + label:hover ~ label,
.rate > input:checked ~ label:hover,
.rate > input:checked ~ label:hover ~ label,
.rate > label:hover ~ input:checked ~ label {
  color: #c59b08;
}



/* pagination */
.pagination-box .pagination .page-item {
    margin: 5px 5px;
    display: inline-block;
}
.pagination-box .pagination .page-item .page-link {
    background: #FFFFFF;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    height: 40px;
    width: 40px;
    padding: 0px;
    font-weight: 700;
    font-size: 17px;
    text-align: center;
    color: #000000;
    line-height: 38px;
    outline: 0;
    box-shadow: none;
}
.pagination-box .pagination .page-item .page-link.active,
.pagination-box .pagination .page-item .page-link:hover {
    color: #356ad1;
    border-color: #356ad1;
}
.pagination-box .pagination .page-item.disabled {
    opacity: .5;
    cursor: no-drop;
}
/* pagination */

/* Cart css */
.cart-area {
    padding: 50px 0px;
}
.cart-area .page-title p {
    font-size: 18px;
    color: rgb(0 0 0 / 50%);
}
.cart-area .card-cart {
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    box-shadow: 0 0 12px 0 rgba(21, 17, 148, 0.06);
    padding: 20px;
}
.cart-item {
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.cart-item:last-child {
    border-bottom: 0px;
    padding-bottom: 0px;
    margin-bottom: 0px;
}
.cart-item a {
    text-decoration: none;
    color: #000;
    width: 75%;
}
.cart-left .cart-media {
    width: 100px;
    margin-right: 15px;
}
.cart-media img {
    width: 100px;
    border-radius: 5px;
    object-fit: cover;
}
.cart-right h3 {
    font-size: 18px;
    margin-bottom: 6px;
    line-height: 1.4;
}
.cart-right .shop_author {
    font-size: 15px;
    color: rgb(0 0 0 / 50%);
}
.cart-price h2 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 6px;
}
.cart-price > span {
    font-size: 12px;
}
.cart-price > span > a {
    color: rgb(0 0 0 / 50%);
}
.cart-item .cart-price {
    border-left: 1px solid #e5e5e5;
    padding-left: 30px;
    text-align: end;
}
.cart_totals th, .cart_totals td {
    font-size: 16px;
    padding: 15px 0px;
    border-color: #e5e5e5;
}
.card-cart .text-center strong {
    font-size: 20px;
}
.card-cart .fs--1 {
    font-size: 15px;
    color: rgb(0 0 0 / 50%);
    max-width: 420px;
    margin: 0px auto;
}
.svg-inline--fa {
    color: #3e7ee9;
}
/* Cart css */


.footer-main {
    background-color: #181820;
}
.footer-main .footer-top {
    padding: 40px 0px 30px;
    margin-top: 50px;
}
.footer-main .footer-item {
    margin-top: 30px;
}
.footer-main .footer-item p {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.6;
    color: var(--bs-light);
    margin-bottom: 20px;
    max-width: 400px;
}
.footer-main .footer-item ul {
    margin: 0px;
}
.footer-main .footer-item ul li {
    margin-bottom: 8px;
}
.footer-main .footer-item ul li:last-child {
    margin-bottom: 0px;
}
.footer-main .footer-item ul li > a {
    display: flex;align-items: center;
    font-weight: 400;
    font-size: 16px;
    color: var(--bs-white);
    text-decoration: none;
}
.footer-main .footer-item ul li > a svg {
    margin-right: 6px;
}
.footer-main .footer-item h3 {
    font-weight: 600;
    font-size: 24px;
    letter-spacing: 0.04em;
    color: var(--bs-white);
    margin-bottom: 26px;
}
.footer-main .footer-item .footer-intro ul {
    padding-left: 0px;
}
.footer-main .footer-item .footer-intro ul li > a {
    color: var(--bs-background);
}
.footer-main .footer-item .footer-intro ul li {
    list-style: none;
    color: var(--bs-background);
    opacity: 0.5;
}
.footer-main .footer-item .footer-intro ul li:hover, 
.footer-main .footer-item .footer-intro ul li > a:hover {
    opacity: 1;
    text-decoration: none !important;
}
.footer-copyright {
    border-top: 1px solid #2e2e36;
    padding: 15px 0px;
}
.copyright-text p {
    font-weight: 500;
    font-size: 15px;
    color: var(--bs-white);
    margin: 0px;
}
.footer-copyright .copyright-right {
    text-align: right;
}


.customize-work {
    background-color: #181820;
    border: 2px solid #2e2e36;
    padding: 30px;
    border-radius: 15px;
    margin-top: -90px;
    margin-bottom: 30px;
}
.customize-work i {
    font-size: 40px;
}
.customize-work .btn-main {
    background: #356AD1;
    border: 1px solid #356AD1;
    border-radius: 5px;
    padding: 12px 25px;
    display: inline-block;
    font-weight: 600;
    font-size: 15px;
    color: #FFFFFF;
    text-decoration: none;
}
.footer-top .footer-links {
    margin-top: 15px;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}
.footer-icon-box {
    float: left;
}
.footer-icon-box a {
    font-size: 15px;
    width: 30px;
    height: 30px;
    border-radius: 5px;
    color: #ffffff;
    background: #343434;
    line-height: 31px;
    vertical-align: top;
    display: inline-block;
    text-align: center;
}
.footer-icon-box a i {
    line-height: 30px;
}
.footer-icon-box .u01b__icon-home {
    height: 16px;
    width: 16px;
    line-height: 30px;
    display: block;
    margin: 7px auto;
}



/* Tolkus */
.lets-tolkus {
    padding: 60px 0px;
    border-top: 1px solid rgb(238 238 238 / 86%);
}
.lets-tolkus .page-title p {
    max-width: 750px;
}
.talk-ul {
    max-width: 1150px;
    margin: 0px auto;
    padding: 0px;
}
.talk-ul li {
    display: inline-block;
    padding: 0 30px 0;
    text-align: center;
    position: relative;
    width: calc(100% / 3 - 10px);
    margin-top: 40px;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
}
.talk-ul li:hover {
    transform: translateY(-5px);
    -webkit-transform: translateY(-3px);
    -moz-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    -o-transform: translateY(-3px);
}
.talk-ul li>a {
    text-decoration: none
}
.talk-ul li .ani_bg {
    background-color: #fff!important;
    color: #fff
}
.talk-ul li .ani_bg-2 {
    background-color: #0063c140!important
}
.talk-ul li.call-us .ani_bg .ani_bg-2 {
    background-color: rgba(203,26,197,.25)!important
}
.talk-ul li.mail-us .ani_bg .ani_bg-2 {
    background-color: rgba(12,174,193,.25)!important
}
.talk-ul li .ani_bg {
    height: 60px;
    width: 60px;
    border-radius: 50%;
    background: #fff;
    line-height: 60px;
    margin: auto;
    position: relative;
    margin-bottom: 15px;
    padding-top: 16px
}
.ani_bg img {
    width: 30px
}
.talk-icon {
    width: 30px;
    height: 30px;
    background-position: center;
    margin: auto
}
.call-talk {
    background: url('../images/all-icon.png') no-repeat;
    background-position: -426px -17px
}
.mail-talk {
    background: url('../images/all-icon.png') no-repeat;
    background-position: -474px -17px
}
.skype-talk {
    background: url('../images/all-icon.png') no-repeat;
    background-position: -521px -17px
}
.talk-ul li .ani_bg-2 {
    height: 60px;
    width: 60px;
    border-radius: 50%;
    margin: auto;
    line-height: 115px;
    transition: .5s;
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1
}
.call-us:hover .anlimited-ani {
    display: none!important
}
.anlimited-ani {
    animation: wobble1 2s infinite linear
}
.talk-ul li:hover .ani_bg-2 {
    animation: wobble1 2s infinite linear
}
.privacy-content{
    margin-bottom: 24px;
    }
@keyframes wobble1 {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    100% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
        opacity: 0
    }
}
.talk-label {
    font-size: 18px;
    color: #222;
    font-weight: 400;
    margin-bottom: 6px;
}
.talk-resource {
    font-size: 22px;
    font-weight: 600;
    color: #0063c1;
    margin: 0;
}
.link ul li a {
    font-size: 14px
}
/* Tolkus */



@media screen and (min-width: 1200px){
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1430px;
    }
    .footer-main .container {
        max-width: 1250px;
    }
}


