﻿@charset "UTF-8";
/*
@File: Coze Template Styles

* This file contains the styling for the actual template, this
is the file you need to edit to change the look of the
template.

This files table contents are outlined below>>>>>

*******************************************
*******************************************

** - Default CSS
** - Default Btn CSS
** - Section Title CSS
** - Main Slides Area CSS
** - Main Hero Area CSS
** - Main Banner Area CSS
** - Partner Area CSS
** - About Area CSS
** - Services Area CSS
** - Services Details Area CSS
** - Choose Area CSS
** - Video Area CSS
** - Projects Area CSS
** - Projects Details Area CSS
** - Testimonials Area CSS
** - Pricing Area CSS
** - Blog Area CSS
** - Blog Details Area CSS
** - Skill Area CSS
** - Features Area CSS
** - Talk Area CSS
** - Team Area CSS
** - Overview Area CSS
** - Page Banner Area CSS
** - Gallery Area CSS
** - FAQ Area CSS
** - Events Area CSS
** - Events Details Area CSS
** - Career Area CSS
** - Apply Area CSS
** - Career Details Area CSS
** - Profile Authentication Area CSS
** - Membership Levels Area CSS
** - Purchase Guide Area CSS
** - Terms of Service Area CSS
** - Privacy Policy Area CSS
** - 404 Error Area CSS
** - Coming Soon Area CSS
** - Courses Area CSS
** - Courses Details Area CSS
** - Products Area CSS
** - Cart Area CSS
** - Wishlist Area CSS
** - Checkout Area CSS
** - Products Details Area CSS
** - Widget Sidebar CSS
** - Pagination CSS

*/
/*================================================
Default CSS
=================================================*/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/*@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Monoton&display=swap");*/

:root {
    --main-font-family: "Poppins", sans-serif;
    --heading-font-family: "Montserrat", sans-serif;
    --monoton-font-family: "Monoton", cursive;
    --main-color: #FEB302;
    --optional-color: #3E019A;
    --white-color: #ffffff;
    --black-color: #14042C;
    --paragraph-color: #646464;
    --font-size: 16px;
    --transition: .6s;
    --btn-gradient-color: linear-gradient(to right, #090979, #007dff);
    /*--btn-gradient-color: radial-gradient(circle, #feb302, #f8c600, #eed900, #e0ec00, #cdff05);*/
}

body {
    padding: 0;
    margin: 0;
    font-family: var(--main-font-family);
    font-size: var(--font-size);
}

a {
    text-decoration: none;
    transition: var(--transition);
    color: var(--black-color);
    display: inline-block;
}

    a:hover, a:focus {
        color: #3ebf84;
        text-decoration: none;
    }

button {
    outline: 0 !important;
}

p {
    margin-bottom: 15px;
    line-height: 1.8;
    color: var(--paragraph-color);
    font-weight: 500;
    font-family: var(--main-font-family);
    font-size: var(--font-size);
}

    p:last-child {
        margin-bottom: 0;
    }

i {
    line-height: normal;
}

.d-table {
    width: 100%;
    height: 100%;
}

.d-table-cell {
    vertical-align: middle;
}

img {
    max-width: 100%;
    height: auto;
    display: inline-block;
}

.ptb-100 {
    padding-top: 100px;
    padding-bottom: 100px;
}

.ptb-25 {
    padding-top: 25px;
    padding-bottom: 25px;
}

.ptb-50 {
    padding-top: 50px;
    padding-bottom: 50px;
}

.ptb-40 {
    padding-top: 60px;
    padding-bottom: 40px;
}

.pt-100 {
    padding-top: 100px;
}

.pb-100 {
    padding-bottom: 100px;
}

.pb-75 {
    padding-bottom: 75px;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    color: var(--black-color);
    font-family: var(--heading-font-family);
    font-weight: 900;
}

    .h1:last-child, .h2:last-child, .h3:last-child, .h4:last-child, .h5:last-child, .h6:last-child, h1:last-child, h2:last-child, h3:last-child, h4:last-child, h5:last-child, h6:last-child {
        margin-bottom: 0;
    }

/*================================================
Default Btn CSS
=================================================*/
/*.default-btn {
    padding: 15.8px 35px;
    text-align: center;
    color: var(--black-color) !important;
    font-size: var(--font-size);
    font-weight: 600;
    transition: var(--transition);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    border-radius: 10px;
    z-index: 0;
    background: var(--btn-gradient-color);
    box-shadow: none;
    overflow: hidden;
    white-space: nowrap;
    font-family: var(--heading-font-family);
}*/
.default-btn {
    padding: 7px 14px;
    text-align: center;
    color: #ffffff !important;
    font-size: var(--font-size);
    font-weight: 400;
    transition: var(--transition);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    border-radius: 10px;
    z-index: 0;
    background: #0a3672;
    box-shadow: none;
    overflow: hidden;
    white-space: nowrap;
    font-family: var(--heading-font-family);
}

.default-btnn {
    padding: 5px 10px;
    text-align: center;
    color: #ffffff !important;
    font-size: var(--font-size);
    font-weight: 400;
    transition: var(--transition);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    border-radius: 10px;
    z-index: 0;
    background: #feb302;
    box-shadow: none;
    overflow: hidden;
    white-space: nowrap;
    font-family: var(--heading-font-family);
    border: 0;
}


.default-btn:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 550px;
    height: 550px;
    margin: auto;
    background-color: #3ebf84;
    border-radius: 50%;
    z-index: -1;
    transform-origin: top center;
    transform: translateX(-50%) translateY(-5%) scale(0.4);
    transition: transform 0.9s;
}

.default-btn:hover {
    color: var(--white-color);
}

    .default-btn:hover:before {
        transition: transform 1s;
        transform: translateX(-45%) translateY(0) scale(1);
        transform-origin: bottom center;
    }

/*================================================
Section Title CSS
=================================================*/
.section-title {
    max-width: 94%;
    /*max-width: 630px;*/
    margin: 0 auto 45px;
    text-align: center;
    position: relative;
}

.section-titlenew {
    max-width: 100%;
    /*max-width: 630px;*/
    margin: 0 auto 45px;
    text-align: center;
    position: relative;
}

    .section-titlenew .section-bg-text {
        color: #F8F7F8;
        font-size: 95px;
        font-family: var(--monoton-font-family);
        font-weight: 400;
        position: absolute;
        top: 15px;
        left: 0;
        right: 0;
        z-index: -1;
        line-height: 0;
    }

.section-title .section-bg-text {
    color: #F8F7F8;
    font-size: 95px;
    font-family: var(--monoton-font-family);
    font-weight: 400;
    position: absolute;
    top: 15px;
    left: 0;
    right: 0;
    z-index: -1;
    line-height: 0;
}

.section-title span {
    font-size: 20px;
    color: var(--main-color);
    font-weight: 600;
    display: inline-block;
    margin-bottom: 15px;
    font-family: var(--heading-font-family);
}

.section-title h2 {
    font-size: 42px;
    margin-bottom: 0;
    line-height: 1.4;
    position: relative;
}

    .section-title h2 b {
        background: #024798;
        /*background: radial-gradient(circle, #a66bff, #c666ef, #dd62df, #ee61cf, #fb64bf);*/
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    .section-title h2 .overlay {
        position: absolute;
        left: 0;
        top: 0;
        background: var(--btn-gradient-color);
        width: 100%;
        height: 100%;
        z-index: 1;
    }

.section-title p {
    /*margin-top: 15px;*/
}

.section-title.section-style-two {
    /*margin-top: 30px;*/
}

/*================================================
Preloader Area CSS
=================================================*/
.loader-wrapper {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    transition: 0.8s 1s ease;
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
}

.loader {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border-top: 4px solid var(--tp-theme-primary);
    box-sizing: border-box;
    position: relative;
    z-index: 11;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .loader::after {
        content: "";
        box-sizing: border-box;
        position: absolute;
        left: 0;
        top: 0;
        width: 100px;
        height: 100px;
        border-radius: 50%;
        animation: rotation 1s linear infinite;
        border-bottom: 4px solid #01499d;
    }

@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.loader-wrapper .loder-section {
    position: fixed;
    top: 0;
    width: 50%;
    height: 100%;
    background: #fff;
    z-index: 2;
}

    .loader-wrapper .loder-section.left-section {
        left: 0;
        transition: 1s 1.4s ease;
    }

    .loader-wrapper .loder-section.right-section {
        right: 0;
        transition: 1s 1.4s ease;
    }

.loader-brand-icon {
    width: 81px;
    height: 81px;
    padding: 9px;
}

.preloader {
    position: fixed;
    z-index: 999999;
    background-color: var(--white-color);
    width: 100%;
    height: 100%;
    text-align: center;
    left: 0;
    right: 0;
}

    .preloader .lds-spinner {
        color: official;
        display: inline-block;
        position: relative;
        width: 80px;
        height: 80px;
    }

        .preloader .lds-spinner div {
            transform-origin: 40px 40px;
            animation: lds-spinner 1.2s linear infinite;
        }

            .preloader .lds-spinner div::after {
                content: " ";
                display: block;
                position: absolute;
                top: 5px;
                left: 35px;
                width: 5px;
                height: 20px;
                border-radius: 20%;
                background: #054da1;
            }

            .preloader .lds-spinner div:nth-child(1) {
                transform: rotate(0deg);
                animation-delay: -1.1s;
            }

            .preloader .lds-spinner div:nth-child(2) {
                transform: rotate(30deg);
                animation-delay: -1s;
            }

            .preloader .lds-spinner div:nth-child(3) {
                transform: rotate(60deg);
                animation-delay: -0.9s;
            }

            .preloader .lds-spinner div:nth-child(4) {
                transform: rotate(90deg);
                animation-delay: -0.8s;
            }

            .preloader .lds-spinner div:nth-child(5) {
                transform: rotate(120deg);
                animation-delay: -0.7s;
            }

            .preloader .lds-spinner div:nth-child(6) {
                transform: rotate(150deg);
                animation-delay: -0.6s;
            }

            .preloader .lds-spinner div:nth-child(7) {
                transform: rotate(180deg);
                animation-delay: -0.5s;
            }

            .preloader .lds-spinner div:nth-child(8) {
                transform: rotate(210deg);
                animation-delay: -0.4s;
            }

            .preloader .lds-spinner div:nth-child(9) {
                transform: rotate(240deg);
                animation-delay: -0.3s;
            }

            .preloader .lds-spinner div:nth-child(10) {
                transform: rotate(270deg);
                animation-delay: -0.2s;
            }

            .preloader .lds-spinner div:nth-child(11) {
                transform: rotate(300deg);
                animation-delay: -0.1s;
            }

            .preloader .lds-spinner div:nth-child(12) {
                transform: rotate(330deg);
                animation-delay: 0s;
            }

@keyframes lds-spinner {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

/*================================================
Main Slides Area CSS
=================================================*/
.main-slides-area {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.main-slides-item {
    background-color: var(--black-color);
    padding-top: 150px;
    padding-bottom: 100px;
}

    .main-slides-item .container-fluid {
        padding-left: 30px;
        padding-right: 30px;
    }

.main-slides-content {
    padding-right: 50px;
}

    .main-slides-content span {
        font-size: var(--font-size);
        font-weight: 600;
        color: var(--main-color);
        display: block;
        margin-bottom: 18px;
        font-family: var(--heading-font-family);
    }

    .main-slides-content h1 {
        font-size: 85px;
        margin-bottom: 0;
        color: var(--white-color);
        position: relative;
    }

        .main-slides-content h1 .overlay {
            position: absolute;
            left: 0;
            top: 0;
            background: var(--btn-gradient-color);
            width: 100%;
            height: 100%;
            z-index: 1;
        }

    .main-slides-content p {
        margin-top: 18px;
        margin-bottom: 0;
        color: #CDC4D9;
    }

    .main-slides-content .slides-btn {
        margin-top: 30px;
    }

.home-slides.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    background-color: #D1CFDB;
    transition: var(--transition);
    border-radius: 50%;
    position: relative;
    margin-top: 0;
    margin-bottom: 0;
    margin: 0 5px;
}

.home-slides.owl-theme .owl-dots .owl-dot:hover span, .home-slides.owl-theme .owl-dots .owl-dot.active span {
    background: radial-gradient(circle, #a66bff, #c666ef, #dd62df, #ee61cf, #fb64bf);
    width: 30px;
    border-radius: 30px;
}

.home-slides.owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 0;
    line-height: 0;
    position: absolute;
    left: 30px;
    bottom: 170px;
}

.home-slides.owl-theme .owl-nav {
    margin-top: 0;
}

.main-slides-shape-1 {
    position: absolute;
    left: 50px;
    top: 65px;
    z-index: 1;
}

    .main-slides-shape-1 img {
        animation-name: rotateme;
        animation-duration: 5s;
        animation-iteration-count: infinite;
        animation-timing-function: linear;
    }

.main-slides-shape-2 {
    position: absolute;
    top: 20%;
    left: 50%;
    transform: translateY(-20%) translateX(-50%);
    z-index: 1;
    animation: moveleftbounce 2s linear infinite;
}

.main-slides-shape-3 {
    position: absolute;
    bottom: 10%;
    left: 20%;
    z-index: 1;
    transform: translateY(-10%) translateX(-20%);
    animation: moveleftbounce 1s linear infinite;
}

.main-slides-shape-4 {
    position: absolute;
    bottom: 10%;
    right: 32%;
    transform: translateY(-10%) translateX(-32%);
    z-index: 1;
}

    .main-slides-shape-4 img {
        animation-name: rotateme;
        animation-duration: 5s;
        animation-iteration-count: infinite;
        animation-timing-function: linear;
    }

.main-slides-shape-5 {
    position: absolute;
    bottom: 5%;
    right: 10%;
    transform: translateY(-5%) translateX(-10%);
    z-index: 1;
    animation: animationFramesOne 10s infinite linear;
}

@keyframes rotateme {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

@keyframes animationFramesOne {
    0% {
        transform: translate(0px, 0px) rotate(0deg);
    }

    20% {
        transform: translate(73px, -1px) rotate(36deg);
    }

    40% {
        transform: translate(141px, 72px) rotate(72deg);
    }

    60% {
        transform: translate(83px, 122px) rotate(108deg);
    }

    80% {
        transform: translate(-40px, 72px) rotate(144deg);
    }

    100% {
        transform: translate(0px, 0px) rotate(0deg);
    }
}

@keyframes moveleftbounce {
    0% {
        transform: translateX(0px);
    }

    50% {
        transform: translateX(20px);
    }

    100% {
        transform: translateX(0px);
    }
}
/*================================================
Main Hero Area CSS
=================================================*/
.main-hero-area {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

    .main-hero-area.main-hero-area-video::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        background-color: #24153A;
        opacity: 0.75;
        z-index: -1;
    }

    .main-hero-area.main-hero-area-video .background-video {
        /*position: absolute;*/
        left: 0;
        top: 0;
        width: auto;
        height: auto;
        min-height: 100%;
        min-width: 100%;
        z-index: -2;
    }

    .main-hero-area.main-hero-area-video .main-hero-item {
        background-image: none;
        position: relative;
        overflow: hidden;
        z-index: 3;
    }

.main-hero-item {
    /*background-image: url(../../assets/images/main-hero/slider1.png);*/
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    /*padding-top: 165px;
    padding-bottom: 250px;*/
    position: relative;
    z-index: 1;
}

    .main-hero-item.item-bg-2 {
        background-image: url(../../assets/images/main-hero/hero-bg-2.jpg);
    }

    .main-hero-item.item-bg-3 {
        background-image: url(../../assets/images/main-hero/hero-bg-3.jpg);
    }

    .main-hero-item::before {
        position: absolute;
        content: "";
        left: 0;
        right: 0;
        height: 100%;
        width: 100%;
    }

    .main-hero-item .container-fluid {
        padding-left: 30px;
        padding-right: 30px;
    }

.main-hero-content {
    max-width: 1050px;
}

    .main-hero-content span {
        font-size: var(--font-size);
        font-weight: 600;
        color: var(--main-color);
        display: block;
        margin-bottom: 18px;
        font-family: var(--heading-font-family);
    }

    .main-hero-content h1 {
        font-size: 85px;
        margin-bottom: 0;
        color: var(--white-color);
        position: relative;
    }

        .main-hero-content h1 .overlay {
            position: absolute;
            left: 0;
            top: 0;
            background: var(--btn-gradient-color);
            width: 100%;
            height: 100%;
            z-index: 1;
        }

    .main-hero-content p {
        margin-top: 18px;
        margin-bottom: 0;
        color: #CDC4D9;
        max-width: 825px;
    }

    .main-hero-content .slides-btn {
        margin-top: 30px;
    }

.hero-slides.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    background-color: #D1CFDB;
    transition: var(--transition);
    border-radius: 50%;
    position: relative;
    margin-top: 0;
    margin-bottom: 0;
    margin: 0 5px;
}

.hero-slides.owl-theme .owl-dots .owl-dot:hover span, .hero-slides.owl-theme .owl-dots .owl-dot.active span {
    background: radial-gradient(circle, #a66bff, #c666ef, #dd62df, #ee61cf, #fb64bf);
    width: 30px;
    border-radius: 30px;
}

.hero-slides.owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 0;
    line-height: 0;
    position: absolute;
    left: 30px;
    bottom: 170px;
}

.hero-shape-1 {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 1;
}

    .hero-shape-1 img {
        animation-name: rotateme;
        animation-duration: 5s;
        animation-iteration-count: infinite;
        animation-timing-function: linear;
    }

.hero-shape-2 {
    position: absolute;
    bottom: 20px;
    right: 20px;
    z-index: 1;
}

    .hero-shape-2 img {
        animation-name: rotateme;
        animation-duration: 5s;
        animation-iteration-count: infinite;
        animation-timing-function: linear;
    }

.hero-shape-3 {
    position: absolute;
    bottom: 5%;
    left: 50%;
    z-index: 1;
    transform: translateY(-5%) translateY(-50%);
    animation: animationFramesOne 10s infinite linear;
}

/*================================================
Main Banner Area CSS
=================================================*/
.main-banner-area {
    position: relative;
    z-index: 1;
    overflow: hidden;
    background-image: url(../../assets/images/main-banner/banner-bg.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 150px;
}

    .main-banner-area .container-fluid {
        padding-left: 30px;
        padding-right: 30px;
    }

.main-banner-content {
    margin-top: -120px;
    position: relative;
    z-index: 1;
}

    .main-banner-content span {
        font-size: var(--font-size);
        font-weight: 600;
        color: var(--optional-color);
        display: block;
        margin-bottom: 20px;
        font-family: var(--heading-font-family);
    }

    .main-banner-content h1 {
        font-size: 75px;
        margin-bottom: 0;
        position: relative;
    }

        .main-banner-content h1 .overlay {
            position: absolute;
            left: 0;
            top: 0;
            background: var(--btn-gradient-color);
            width: 100%;
            height: 100%;
            z-index: 1;
        }

    .main-banner-content p {
        margin-top: 18px;
        margin-bottom: 0;
        max-width: 825px;
    }

    .main-banner-content .banner-btn {
        margin-top: 30px;
    }

.main-banner-image {
    position: relative;
    z-index: 1;
    text-align: center;
}

    .main-banner-image .banner-circle {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 100px;
        right: 0;
        margin: auto;
        z-index: -1;
    }

        .main-banner-image .banner-circle img {
            animation-name: rotateme;
            animation-duration: 5s;
            animation-iteration-count: infinite;
            animation-timing-function: linear;
        }

.banner-shape-1 {
    position: absolute;
    top: -100px;
    left: -100px;
    animation: moveleftbounce 1s linear infinite;
    z-index: -1;
}

.banner-shape-2 {
    position: absolute;
    bottom: 25px;
    right: -50px;
    animation: animationFramesOne 10s infinite linear;
    z-index: -1;
}

.banner-dot-shape-1 {
    position: absolute;
    top: 20%;
    left: 50%;
    transform: translateY(-20%) translateX(-50%);
    animation: animationFramesOne 25s infinite linear;
    z-index: -1;
}

.banner-dot-shape-2 {
    position: absolute;
    top: 15%;
    left: 5%;
    transform: translateY(-15%) translateX(-5%);
    animation: animationFramesOne 10s infinite linear;
    z-index: -1;
}

.banner-dot-shape-3 {
    position: absolute;
    bottom: 10%;
    left: 35%;
    transform: translateY(-10%) translateX(-35%);
    animation: animationFramesOne 20s infinite linear;
    z-index: -1;
}

.banner-dot-shape-4 {
    position: absolute;
    bottom: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    animation: animationFramesOne 15s infinite linear;
    z-index: -1;
}

.banner-dot-shape-5 {
    position: absolute;
    top: 20%;
    right: 10%;
    transform: translateY(-20%) translateX(-10%);
    animation: animationFramesOne 20s infinite linear;
    z-index: -1;
}

/*================================================
Partner Area CSS
=================================================*/
.partner-area img {
    border-radius: 2px;
    border: 1px solid #d6d3d3;
    padding: 2px;
}

.partner-area {
    /*background-image: url(../../assets/images/partner/partner-bg.jpg);*/
    box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.partner-card a {
    display: block;
    position: relative;
}

    .partner-card a img {
        transition: var(--transition);
        margin: auto;
        width: auto !important;
    }

        .partner-card a img:nth-child(2) {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            margin: 0 auto;
            opacity: 0;
            visibility: hidden;
        }

    .partner-card a:hover img:nth-child(1) {
        opacity: 0;
        visibility: hidden;
    }

    .partner-card a:hover img:nth-child(2) {
        opacity: 1;
        visibility: visible;
    }

.tp-section-subtitle-3 {
    margin-bottom: 8px;
}

.partner-area {
    padding: 20px 20px;
    text-align: center;
}
/*================================================
About Area CSS
=================================================*/
.about-area {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.about-content {
    padding-left: 10px;
    position: relative;
    z-index: 1;
}

    .about-content span {
        /*font-size: var(--font-size);
  color: var(--main-color);*/
        font-size: 18px;
        color: #024695;
        font-weight: 600;
        display: inline-block;
        margin-bottom: 10px;
        font-family: var(--heading-font-family);
    }

    .about-content h3 {
        font-size: 35px;
        margin-bottom: 15px;
        line-height: 1.4;
        position: relative;
    }

        .about-content h3 b {
            background: radial-gradient(circle, #a66bff, #c666ef, #dd62df, #ee61cf, #fb64bf);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
        }

        .about-content h3 .overlay {
            position: absolute;
            left: 0;
            top: 0;
            background: var(--btn-gradient-color);
            width: 100%;
            height: 100%;
            z-index: 1;
        }

    .about-content .about-btn {
        margin-top: 25px;
    }

.about-shape-1 {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 50px;
    z-index: -1;
}

.about-wrap-image {
    overflow: hidden;
    border-radius: 15px;
}

    .about-wrap-image img {
        border-radius: 20px;
        transition: var(--transition);
    }

    .about-wrap-image:hover img {
        transform: scale(1.1) !important;
        filter: blur(2px);
    }

.about-wrap-content {
    position: relative;
    z-index: 1;
    padding-left: 45px;
}

    .about-wrap-content .about-bg-text {
        color: #F8F7F8;
        font-size: 95px;
        font-family: var(--monoton-font-family);
        font-weight: 400;
        position: absolute;
        top: 0;
        z-index: -1;
        line-height: 0;
    }

    .about-wrap-content span {
        font-size: var(--font-size);
        color: var(--main-color);
        font-weight: 600;
        display: inline-block;
        margin-bottom: 15px;
        font-family: var(--heading-font-family);
    }

    .about-wrap-content h3 {
        font-size: 42px;
        margin-bottom: 15px;
        line-height: 1.4;
        position: relative;
    }

        .about-wrap-content h3 b {
            background: radial-gradient(circle, #a66bff, #c666ef, #dd62df, #ee61cf, #fb64bf);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
        }

        .about-wrap-content h3 .overlay {
            position: absolute;
            left: 0;
            top: 0;
            background: var(--btn-gradient-color);
            width: 100%;
            height: 100%;
            z-index: 1;
        }

.about-inner-box {
    margin-top: 50px;
}

.single-about-card {
    margin-bottom: 25px;
}

    .single-about-card h3 {
        font-size: 22px;
        margin-bottom: 15px;
    }

    .single-about-card p {
        margin-bottom: 0;
    }

    .single-about-card .about-btn {
        margin-top: 25px;
    }

    .single-about-card .card-image {
        overflow: hidden;
        border-radius: 15px;
    }

        .single-about-card .card-image img {
            border-radius: 20px;
            transition: var(--transition);
        }

        .single-about-card .card-image:hover img {
            transform: scale(1.1) !important;
            /*filter: blur(2px);*/
        }

.about-circle-shape {
    position: absolute;
    top: 50%;
    left: 5%;
    transform: translateY(-50%) translateX(-5%);
}

    .about-circle-shape img {
        animation-name: rotateme;
        animation-duration: 5s;
        animation-iteration-count: infinite;
        animation-timing-function: linear;
    }

/*================================================
Services Area CSS
=================================================*/
.services-area {
    overflow: hidden;
    position: relative;
    z-index: 1;
}

    .services-area.with-radius {
        margin-left: 10px;
        margin-right: 10px;
        border-radius: 15px;
        background-color: var(--black-color);
        overflow: hidden;
    }

    .services-area .container-fluid {
        overflow: hidden;
        left: calc((100% - 1320px) / 2);
        position: relative;
    }

    .services-area.bg-with-14042C-color {
        background-color: #eef3f9;
        border-radius: 0 0 100px 100px;
    }

        .services-area.bg-with-14042C-color .section-title h2 {
            color: var(--white-color);
        }

        .services-area.bg-with-14042C-color .section-title p {
            color: #CDC4D9;
        }

    .services-area.margin-zero {
        background-color: var(--black-color);
    }

.services-area-style-two {
    background-color: #ededed;
    /*background-color: var(--black-color);*/
    position: relative;
    z-index: 1;
    overflow: hidden;
}

    .services-area-style-two .section-title h2 {
        color: var(--white-color);
    }

    .services-area-style-two .section-title p {
        color: #000000;
    }

    .services-area-style-two .container-fluid {
        padding-left: 0;
        padding-right: 0;
    }

.services-section-content {
    position: relative;
}

    .services-section-content .services-bg-text {
        color: #24153A;
        font-size: 95px;
        font-family: var(--monoton-font-family);
        font-weight: 400;
        position: absolute;
        top: 0;
        z-index: -1;
        line-height: 0;
    }

    .services-section-content span {
        font-size: var(--font-size);
        color: var(--main-color);
        font-weight: 600;
        display: inline-block;
        margin-bottom: 15px;
        font-family: var(--heading-font-family);
    }

    .services-section-content h3 {
        font-size: 42px;
        margin-bottom: 15px;
        line-height: 1.4;
        position: relative;
        color: var(--white-color);
    }

        .services-section-content h3 b {
            background: #1882ff;
            /*background: radial-gradient(circle, #a66bff, #c666ef, #dd62df, #ee61cf, #fb64bf);*/
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
        }

        .services-section-content h3 .overlay {
            position: absolute;
            left: 0;
            top: 0;
            background: var(--btn-gradient-color);
            width: 100%;
            height: 100%;
            z-index: 1;
        }

    .services-section-content p {
        color: #CDC4D9;
    }

    .services-section-content .services-section-btn {
        margin-top: 25px;
    }

.services-item {
    background-color: #114b9c;
    padding: 10px;
    max-width: 100%;
    width: 88%;
    text-align: center;
    border-radius: 6px;
    /*margin-bottom: 25px;*/
    position: relative;
    transition: var(--transition);
    min-height: 414px;
    height: auto;
}

    .services-item .services-image {
        overflow: hidden;
        border-radius: 15px;
    }

        .services-item .services-image a {
            display: block;
        }

            .services-item .services-image a img {
                border-radius: 15px;
                transition: var(--transition);
            }

    .services-item .services-content {
        padding: 13px 10px 13px;
    }

        .services-item .services-content h3 {
            font-size: 22px;
            font-weight: bold;
            margin-bottom: 15px;
        }

            .services-item .services-content h3 a {
                color: var(--white-color);
                font-size: 18px;
                font-weight: 600;
            }

        .services-item .services-content p {
            color: #CDC4D9;
            margin-bottom: 0;
            font-weight: 400;
        }

        .services-item .services-content .services-btn {
            color: #3ebf84;
            background: var(--btn-gradient-color);
            -webkit-background-clip: text;
            /*-webkit-text-fill-color: transparent;*/
            font-weight: bold;
            margin-top: 20px;
            font-family: var(--heading-font-family);
            transition: var(--transition);
            position: relative;
        }

            .services-item .services-content .services-btn::before {
                content: "";
                position: absolute;
                top: 50%;
                transform: translateY(-50%);
                left: 0;
                width: 20px;
                height: 1.5px;
                background: #3ebf84;
                /*background: var(--btn-gradient-color);*/
                transition: all ease 0.5s;
                border-radius: 5px;
                opacity: 0;
                visibility: hidden;
                transition: var(--transition);
            }

    .services-item:hover .services-image a img {
        transform: scale(1.1);
        /*filter: blur(2px);*/
    }

    .services-item:hover .services-content h3 a {
        color: #3ebf84;
    }

    .services-item:hover .services-content .services-btn {
        padding-left: 25px;
    }

        .services-item:hover .services-content .services-btn::before {
            opacity: 1;
            visibility: visible;
        }

.services-slides .owl-item.active.center .services-item {
    transition: var(--transition);
    top: 20px;
}

.services-slides.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    background-color: #D1CFDB;
    transition: var(--transition);
    border-radius: 50%;
    position: relative;
    margin-top: 0;
    margin-bottom: 0;
    margin: 0 5px;
}

.services-slides.owl-theme .owl-dots .owl-dot:hover span, .services-slides.owl-theme .owl-dots .owl-dot.active span {
    background: var(--btn-gradient-color);
    width: 30px;
    border-radius: 30px;
}

.services-slides.owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 25px;
}

.services-slides-two.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    background-color: #D1CFDB;
    transition: var(--transition);
    border-radius: 50%;
    position: relative;
    margin-top: 0;
    margin-bottom: 0;
    margin: 0 5px;
}

.services-slides-two.owl-theme .owl-dots .owl-dot:hover span, .services-slides-two.owl-theme .owl-dots .owl-dot.active span {
    background: #3ebf84;
    /*background: radial-gradient(circle, #a66bff, #c666ef, #dd62df, #ee61cf, #fb64bf);*/
    width: 30px;
    border-radius: 30px;
}

.services-slides-two.owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 0;
}

.services-all-btn {
    text-align: center;
    margin-top: 15px;
}

.services-shape-1 {
    position: absolute;
    top: 8%;
    left: 0%;
    transform: translateY(-20%) translateX(-5%);
    animation: moveleftbounce 2s linear infinite;
}

.services-shape-2 {
    position: absolute;
    top: 10%;
    right: 5%;
    transform: translateY(-20%) translateX(-5%);
}

    .services-shape-2 img {
        animation-name: rotateme;
        animation-duration: 5s;
        animation-iteration-count: infinite;
        animation-timing-function: linear;
    }

/*================================================
Services Details Area CSS
=================================================*/
.services-details-area {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.services-details-desc {
    max-width: 1050px;
    margin: auto;
}

    .services-details-desc .article-services-image {
        overflow: hidden;
        border-radius: 15px;
    }

        .services-details-desc .article-services-image img {
            border-radius: 15px;
            transition: var(--transition);
        }

        .services-details-desc .article-services-image:hover img {
            transform: scale(1.1);
            filter: blur(2px);
        }

    .services-details-desc .article-services-content {
        padding-top: 35px;
        padding-left: 45px;
        padding-right: 35px;
    }

        .services-details-desc .article-services-content h3 {
            font-size: 42px;
            margin-bottom: 18px;
        }

        .services-details-desc .article-services-content .list {
            padding: 0;
            margin-top: 25px;
            margin-bottom: 0;
        }

            .services-details-desc .article-services-content .list li {
                list-style-type: none;
                margin-bottom: 20px;
                color: var(--paragraph-color);
                position: relative;
                padding-left: 25px;
                font-weight: 500;
            }

                .services-details-desc .article-services-content .list li:first-child {
                    padding-left: 0;
                }

                .services-details-desc .article-services-content .list li:last-child {
                    margin-bottom: 0;
                }

                .services-details-desc .article-services-content .list li i {
                    position: absolute;
                    left: 0;
                    top: 2.8px;
                    font-size: 18px;
                    color: #A66BFF;
                }

                .services-details-desc .article-services-content .list li h4 {
                    font-size: 22px;
                    font-weight: bold;
                    margin-bottom: 0;
                }

    .services-details-desc .article-services-middle-image {
        overflow: hidden;
        border-radius: 15px;
        margin-top: 35px;
    }

        .services-details-desc .article-services-middle-image img {
            border-radius: 15px;
            transition: var(--transition);
        }

        .services-details-desc .article-services-middle-image:hover img {
            transform: scale(1.1);
            filter: blur(2px);
        }

    .services-details-desc .article-services-quote {
        background-color: #F5F5F5;
        padding: 30px 30px 30px 90px;
        border-radius: 15px;
        margin-top: 30px;
        position: relative;
        z-index: 1;
    }

        .services-details-desc .article-services-quote i {
            color: #CFC3E2;
            font-size: 65px;
            position: absolute;
            left: 45px;
            top: 10px;
            z-index: -1;
            animation: moveleftbounce 2s linear infinite;
        }

        .services-details-desc .article-services-quote p {
            font-size: 22px;
            font-weight: 400;
            color: var(--black-color);
            font-family: var(--heading-font-family);
            margin-bottom: 0;
        }

        .services-details-desc .article-services-quote .quote-shape {
            position: absolute;
            right: -45px;
            bottom: -45px;
            max-width: 100px;
        }

            .services-details-desc .article-services-quote .quote-shape img {
                animation-name: rotateme;
                animation-duration: 5s;
                animation-iteration-count: infinite;
                animation-timing-function: linear;
            }

.services-details-shape {
    position: absolute;
    left: 0;
    right: 0;
    top: 100px;
    z-index: -1;
}

/*================================================
Choose Area CSS
=================================================*/
.choose-area {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

    .choose-area.bg-with-F5F5F5-color {
        background-color: #F5F5F5;
        border-radius: 100px 100px 0 0;
    }

.single-choose-card {
    margin-bottom: 25px;
}

    .single-choose-card .choose-image {
        margin-bottom: 25px;
        position: relative;
        display: inline-block;
    }

        .single-choose-card .choose-image a {
            display: block;
        }

        .single-choose-card .choose-image .number {
            position: absolute;
            right: -35px;
            top: -30px;
            font-size: 100px;
            font-weight: 400;
            font-family: var(--monoton-font-family);
            color: #E7E5E9;
        }

    .single-choose-card .choose-content h3 {
        font-size: 22px;
        margin-bottom: 15px;
    }

        .single-choose-card .choose-content h3 a {
            color: var(--black-color);
        }

    .single-choose-card:hover .choose-content h3 a {
        color: var(--main-color);
    }

.choose-shape-1 {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 50px;
    z-index: -1;
}

.choose-shape-2 {
    position: absolute;
    left: 200px;
    margin: auto;
    top: -300px;
    z-index: -1;
}

/*================================================
Video Area CSS
=================================================*/
.video-area {
    position: relative;
    z-index: 1;
    /*margin-bottom: -110px;*/
    box-shadow: rgba(17, 12, 46, 0.15) 0px 0px 100px 0px;
}

.video-h4 {
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
}

.video-view-content {
    text-align: center;
    position: relative;
    z-index: 1;
}

    .video-view-content .video-image {
        overflow: hidden;        
    }

        .video-view-content .video-image img {
            transition: var(--transition);
            border-radius: 15px;
            border-top-left-radius: 0px;
            border-top-right-radius: 0px;
        }

    .video-view-content .video-btn {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 70px;
        height: 70px;
        line-height: 110px;
        background-color: var(--black-color);
        border-radius: 50%;
        color: var(--optional-color);
        position: absolute;
        z-index: 1;
        top: 50%;
        transform: translateY(-50%);
        left: 0;
        right: 0;
        margin: auto;
        text-align: center;
        font-size: 50px;
        transition: var(--transition);
        border: 2px solid #3ebf84;
    }

        .video-view-content .video-btn i {
            transition: var(--transition);
            background: #ff0000;
            /*background: radial-gradient(circle, #a66bff, #c666ef, #dd62df, #ee61cf, #fb64bf);*/
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
        }

        .video-view-content .video-btn::before {
            content: "";
            display: block;
            position: absolute;
            top: 0;
            right: 0;
            z-index: -1;
            bottom: 0;
            left: 0;
            border-radius: 50%;
            border: 2px solid #024695;
            animation: ripple 2s linear infinite;
        }

        .video-view-content .video-btn:hover {
            background-color: var(--optional-color);
        }

            .video-view-content .video-btn:hover i {
                background: var(--btn-gradient-color);
                -webkit-background-clip: text;
                -webkit-text-fill-color: transparent;
            }

    .video-view-content:hover .video-image {
        overflow: hidden;
    }

        .video-view-content:hover .video-image img {
            transform: scale(1.1);
            filter: blur(5px);
        }

@keyframes ripple {
    0% {
        transform: scale(1);
    }

    75% {
        transform: scale(1.75);
        opacity: 1;
    }

    100% {
        transform: scale(2);
        opacity: 0;
    }
}
/*================================================
Projects Area CSS
=================================================*/
.projects-area {
    overflow: hidden;
    position: relative;
}

    .projects-area.with-black-background {
        background-color: var(--black-color);
        margin-left: 10px;
        margin-right: 10px;
        border-radius: 15px;
        overflow: hidden;
        padding-top: 200px;
    }

        .projects-area.with-black-background .section-title h2 {
            color: var(--white-color);
        }

        .projects-area.with-black-background .section-title p {
            color: #CDC4D9;
        }

        .projects-area.with-black-background .container-fluid {
            padding-left: 0;
            padding-right: 0;
        }

    .projects-area.style-two-area .container-fluid {
        overflow: hidden;
        left: calc((100% - 1320px) / 2);
        position: relative;
    }

.projects-item {
    background-color: #2E2141;
    padding: 10px;
    border-radius: 15px;
    margin-bottom: 25px;
}

    .projects-item .projects-image {
        overflow: hidden;
        border-radius: 15px;
    }

        .projects-item .projects-image a {
            display: block;
        }

            .projects-item .projects-image a img {
                border-radius: 15px;
                transition: var(--transition);
            }

    .projects-item .projects-content {
        padding: 30px 20px 20px;
    }

        .projects-item .projects-content h3 {
            font-size: 22px;
            font-weight: bold;
            margin-bottom: 18px;
        }

            .projects-item .projects-content h3 a {
                color: var(--white-color);
            }

        .projects-item .projects-content .projects-btn {
            background: var(--btn-gradient-color);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            font-weight: bold;
            font-family: var(--heading-font-family);
            transition: var(--transition);
            position: relative;
        }

            .projects-item .projects-content .projects-btn::before {
                content: "";
                position: absolute;
                top: 50%;
                transform: translateY(-50%);
                left: 0;
                width: 20px;
                height: 1.5px;
                background: var(--btn-gradient-color);
                transition: all ease 0.5s;
                border-radius: 5px;
                opacity: 0;
                visibility: hidden;
                transition: var(--transition);
            }

    .projects-item:hover .projects-image a img {
        transform: scale(1.1);
        filter: blur(2px);
    }

    .projects-item:hover .projects-content h3 a {
        color: var(--main-color);
    }

    .projects-item:hover .projects-content .projects-btn {
        padding-left: 25px;
    }

        .projects-item:hover .projects-content .projects-btn::before {
            opacity: 1;
            visibility: visible;
        }

    .projects-item.bg-F2F1F3 {
        background-color: #F2F1F3;
        position: relative;
        z-index: 1;
        overflow: hidden;
    }

        .projects-item.bg-F2F1F3::before {
            content: "";
            position: absolute;
            left: 0;
            top: 0;
            width: 0%;
            height: 0%;
            transition: all 0.5s ease-in-out;
            background: radial-gradient(circle, #a66bff, #c666ef, #dd62df, #ee61cf, #fb64bf);
            z-index: -1;
            opacity: 0;
            visibility: hidden;
            border-radius: 50%;
            transform: scale(1.5);
        }

        .projects-item.bg-F2F1F3 .projects-content h3 a {
            color: var(--black-color);
        }

        .projects-item.bg-F2F1F3 .projects-content .projects-btn {
            background: var(--main-color);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
        }

            .projects-item.bg-F2F1F3 .projects-content .projects-btn::before {
                background: var(--main-color);
                opacity: 0;
                visibility: hidden;
            }

        .projects-item.bg-F2F1F3:hover::before {
            width: 100%;
            height: 100%;
            opacity: 1;
            visibility: visible;
        }

        .projects-item.bg-F2F1F3:hover .projects-content h3 a {
            color: var(--white-color);
        }

        .projects-item.bg-F2F1F3:hover .projects-content .projects-btn {
            background: var(--btn-gradient-color);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
        }

            .projects-item.bg-F2F1F3:hover .projects-content .projects-btn::before {
                background: var(--btn-gradient-color);
                opacity: 1;
                visibility: visible;
            }

.projects-slides.owl-theme .owl-nav {
    margin-top: 0;
}

    .projects-slides.owl-theme .owl-nav [class*=owl-] {
        margin: 0 10px;
        padding: 0;
        background: transparent;
        color: #A66BFF;
        border: 2px solid #A66BFF;
        border-radius: 50%;
        transition: var(--transition);
        display: inline-block;
        width: 55px;
        height: 55px;
        line-height: 50px;
        text-align: center;
        font-size: 35px;
    }

        .projects-slides.owl-theme .owl-nav [class*=owl-] i {
            position: relative;
            left: -2px;
            top: 2px;
        }

        .projects-slides.owl-theme .owl-nav [class*=owl-].owl-next i {
            position: relative;
            left: 2px;
            top: 2px;
        }

        .projects-slides.owl-theme .owl-nav [class*=owl-]:hover {
            color: var(--white-color);
            background-color: var(--main-color);
            border: 2px solid var(--main-color);
        }

.projects-bg-shape-1 {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: -1;
}

.projects-shape-1 {
    position: absolute;
    top: 40%;
    left: 10%;
    transform: translateY(-40%) translateX(-10%);
    animation: animationFramesOne 10s infinite linear;
}

.projects-shape-2 {
    position: absolute;
    bottom: 2%;
    left: 28%;
    transform: translateY(-2%) translateX(-28%);
    animation: moveleftbounce 1s linear infinite;
}

.projects-shape-3 {
    position: absolute;
    top: 35%;
    right: 5%;
    transform: translateY(-35%) translateX(-5%);
}

    .projects-shape-3 img {
        animation-name: rotateme;
        animation-duration: 5s;
        animation-iteration-count: infinite;
        animation-timing-function: linear;
    }

.projects-filter-menu {
    list-style-type: none;
    padding: 0;
    text-align: center;
    margin-bottom: 45px;
}

    .projects-filter-menu li {
        display: inline-block;
        padding: 10px 25px;
        background-color: var(--white-color);
        color: var(--black-color);
        box-shadow: 0px 15px 35px rgba(0, 0, 0, 0.1);
        border-radius: 15px;
        font-size: var(--font-size);
        font-weight: 600;
        font-family: var(--heading-font-family);
        margin-right: 15px;
        transition: var(--transition);
        cursor: pointer;
    }

        .projects-filter-menu li:last-child {
            margin-right: 0;
        }

        .projects-filter-menu li:hover {
            background: #3ebf84;
            /*background: radial-gradient(circle, #a66bff, #c666ef, #dd62df, #ee61cf, #fb64bf);*/
            color: var(--white-color);
        }

    .projects-filter-menu .filter.mixitup-control-active {
        background: #024798;
        /*background: radial-gradient(circle, #a66bff, #c666ef, #dd62df, #ee61cf, #fb64bf);*/
        color: var(--white-color);
    }

.single-projects-item {
    margin-bottom: 25px;
    position: relative;
}

    .single-projects-item::before {
        position: absolute;
        content: "";
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        opacity: 0;
        transition: var(--transition);
        visibility: hidden;
        background: #00000082;
        /*background: radial-gradient(circle, #a66bff, #c666ef, #dd62df, #ee61cf, #fb64bf);*/
        border-radius: 20px;
        z-index: 1;
    }

    .single-projects-item .projects-image {
        overflow: hidden;
        border-radius: 20px;
    }

        .single-projects-item .projects-image a {
            display: block;
        }

            .single-projects-item .projects-image a img {
                border-radius: 20px;
                transition: var(--transition);
            }

    .single-projects-item .projects-content {
        position: absolute;
        top: 0px;
        left: 0;
        right: 0;
        bottom: 0;
        opacity: 0;
        padding: 30px;
        padding-bottom: 0;
        visibility: hidden;
        transition: var(--transition);
        z-index: 9;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

        .single-projects-item .projects-content h3 {
            font-size: 22px;
            font-weight: bold;
            margin-bottom: 15px;
        }

            .single-projects-item .projects-content h3 a {
                color: var(--white-color);
            }

                .single-projects-item .projects-content h3 a:hover {
                    /*color: var(--black-color);*/
                    color: #3ebf84;
                }

        .single-projects-item .projects-content .projects-btn {
            background: var(--btn-gradient-color);
            -webkit-background-clip: text;
            color: white;
            /*-webkit-text-fill-color: transparent;*/
            font-weight: bold;
            font-family: var(--heading-font-family);
            transition: var(--transition);
            position: relative;
        }

            .single-projects-item .projects-content .projects-btn::before {
                content: "";
                position: absolute;
                top: 50%;
                transform: translateY(-50%);
                left: 0;
                width: 20px;
                height: 1.5px;
                background: var(--btn-gradient-color);
                transition: all ease 0.5s;
                border-radius: 5px;
                opacity: 0;
                visibility: hidden;
                transition: var(--transition);
            }

            .single-projects-item .projects-content .projects-btn:hover {
                padding-left: 25px;
            }

                .single-projects-item .projects-content .projects-btn:hover::before {
                    opacity: 1;
                    visibility: visible;
                }

    .single-projects-item:hover::before {
        margin: 10px;
        opacity: 1;
        visibility: visible;
    }

    .single-projects-item:hover .projects-image a img {
        transform: scale(0.9);
        /*filter: blur(2px);*/
    }

    .single-projects-item:hover .projects-content {
        opacity: 1;
        visibility: visible;
        padding-bottom: 30px;
    }

.projects-section-content {
    position: relative;
}

    .projects-section-content .projects-bg-text {
        color: #F7F7F8;
        font-size: 95px;
        font-family: var(--monoton-font-family);
        font-weight: 400;
        position: absolute;
        top: 0;
        z-index: -1;
        line-height: 0;
    }

    .projects-section-content span {
        font-size: var(--font-size);
        color: var(--main-color);
        font-weight: 600;
        display: inline-block;
        margin-bottom: 15px;
        font-family: var(--heading-font-family);
    }

    .projects-section-content h3 {
        font-size: 42px;
        margin-bottom: 15px;
        line-height: 1.4;
        position: relative;
    }

        .projects-section-content h3 .overlay {
            position: absolute;
            left: 0;
            top: 0;
            background: var(--btn-gradient-color);
            width: 100%;
            height: 100%;
            z-index: 1;
        }

    .projects-section-content p {
        margin-bottom: 0;
    }

    .projects-section-content .projects-section-btn {
        margin-top: 25px;
    }

.projects-slides-two.owl-theme .owl-nav {
    margin-top: 10px;
}

    .projects-slides-two.owl-theme .owl-nav [class*=owl-] {
        margin: 0 10px;
        padding: 0;
        background: transparent;
        color: #A66BFF;
        border: 2px solid #A66BFF;
        border-radius: 50%;
        transition: var(--transition);
        display: inline-block;
        width: 55px;
        height: 55px;
        line-height: 50px;
        text-align: center;
        font-size: 35px;
    }

        .projects-slides-two.owl-theme .owl-nav [class*=owl-] i {
            position: relative;
            left: -2px;
            top: 2px;
        }

        .projects-slides-two.owl-theme .owl-nav [class*=owl-].owl-next i {
            position: relative;
            left: 2px;
            top: 2px;
        }

        .projects-slides-two.owl-theme .owl-nav [class*=owl-]:hover {
            color: var(--white-color);
            background-color: var(--main-color);
            border: 2px solid var(--main-color);
        }

/*================================================
Projects Details Area CSS
=================================================*/
.projects-details-area {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.projects-details-desc {
    max-width: 1050px;
    margin: auto;
}

    .projects-details-desc .article-projects-with-info .projects-info-image {
        position: relative;
    }

        .projects-details-desc .article-projects-with-info .projects-info-image img {
            border-radius: 25px;
        }

        .projects-details-desc .article-projects-with-info .projects-info-image .info-shape {
            position: absolute;
            left: -55px;
            bottom: -50px;
        }

            .projects-details-desc .article-projects-with-info .projects-info-image .info-shape img {
                animation-name: rotateme;
                animation-duration: 5s;
                animation-iteration-count: infinite;
                animation-timing-function: linear;
            }

    .projects-details-desc .article-projects-with-info .projects-info-content {
        padding-left: 20px;
    }

        .projects-details-desc .article-projects-with-info .projects-info-content span {
            font-size: 20px;
            /*font-size: var(--font-size);*/
            color: var(--main-color);
            font-weight: 600;
            display: inline-block;
            margin-bottom: 15px;
            font-family: var(--heading-font-family);
        }

        .projects-details-desc .article-projects-with-info .projects-info-content h3 {
            font-size: 42px;
            margin-bottom: 0;
            line-height: 1.4;
            position: relative;
        }

            .projects-details-desc .article-projects-with-info .projects-info-content h3 .overlay {
                position: absolute;
                left: 0;
                top: 0;
                background: var(--btn-gradient-color);
                width: 100%;
                height: 100%;
                z-index: 1;
            }

        .projects-details-desc .article-projects-with-info .projects-info-content .info-list {
            padding: 0;
            margin-top: 10px;
            margin-bottom: 0;
            display: inline-block;
        }

            .projects-details-desc .article-projects-with-info .projects-info-content .info-list li {
                font-family: var(--heading-font-family);
                font-weight: 400;
                font-size: 16px;
                color: #000000;
                /*color: var(--paragraph-color);*/
                list-style-type: none;
                /*margin-bottom: 10px;*/
                display: block;
                padding: 15px 30px;
                border-radius: 30px;
                background-color: var(--white-color);
                box-shadow: 0px 15px 35px rgba(0, 0, 0, 0.1);
            }

                .projects-details-desc .article-projects-with-info .projects-info-content .info-list li:last-child {
                    margin-bottom: 0;
                }

                .projects-details-desc .article-projects-with-info .projects-info-content .info-list li span {
                    color: var(--optional-color);
                    font-weight: 600;
                    margin-bottom: 0;
                }

    .projects-details-desc .article-projects-content {
        padding-top: 35px;
        padding-left: 45px;
    }

        .projects-details-desc .article-projects-content .content h3 {
            font-size: 25px;
            font-weight: bold;
            margin-bottom: 18px;
        }

        .projects-details-desc .article-projects-content .content p {
            margin-bottom: 0;
        }

        .projects-details-desc .article-projects-content .image {
            overflow: hidden;
            border-radius: 15px;
        }

            .projects-details-desc .article-projects-content .image img {
                border-radius: 15px;
                transition: var(--transition);
            }

            .projects-details-desc .article-projects-content .image:hover img {
                transform: scale(1.1);
                /*filter: blur(2px);*/
            }

        .projects-details-desc .article-projects-content .projects-list {
            padding: 0;
            margin-top: 30px;
            margin-bottom: 0;
        }

            .projects-details-desc .article-projects-content .projects-list li {
                list-style-type: none;
                margin-bottom: 20px;
                color: var(--paragraph-color);
                position: relative;
                padding-left: 25px;
                font-weight: 500;
            }

                .projects-details-desc .article-projects-content .projects-list li:first-child {
                    padding-left: 0;
                }

                .projects-details-desc .article-projects-content .projects-list li:last-child {
                    margin-bottom: 0;
                }

                .projects-details-desc .article-projects-content .projects-list li i {
                    position: absolute;
                    left: 0;
                    top: 2.8px;
                    font-size: 18px;
                    color: #A66BFF;
                }

                .projects-details-desc .article-projects-content .projects-list li h4 {
                    font-size: 22px;
                    font-weight: bold;
                    margin-bottom: 0;
                }

    .projects-details-desc .article-projects-image {
        overflow: hidden;
        border-radius: 15px;
        margin-top: 35px;
    }

        .projects-details-desc .article-projects-image img {
            border-radius: 15px;
            transition: var(--transition);
        }

        .projects-details-desc .article-projects-image:hover img {
            transform: scale(1.1);
            filter: blur(2px);
        }

    .projects-details-desc .article-projects-quote {
        background-color: #F5F5F5;
        padding: 30px 30px 30px 90px;
        border-radius: 15px;
        margin-top: 30px;
        position: relative;
        z-index: 1;
    }

        .projects-details-desc .article-projects-quote i {
            color: #CFC3E2;
            font-size: 65px;
            position: absolute;
            left: 45px;
            top: 10px;
            z-index: -1;
            animation: moveleftbounce 2s linear infinite;
        }

        .projects-details-desc .article-projects-quote p {
            font-size: 22px;
            font-weight: 400;
            color: var(--black-color);
            font-family: var(--heading-font-family);
            margin-bottom: 0;
        }

        .projects-details-desc .article-projects-quote .quote-shape {
            position: absolute;
            right: -45px;
            bottom: -45px;
            max-width: 100px;
        }

            .projects-details-desc .article-projects-quote .quote-shape img {
                animation-name: rotateme;
                animation-duration: 5s;
                animation-iteration-count: infinite;
                animation-timing-function: linear;
            }

    .projects-details-desc .article-projects-text {
        padding-top: 35px;
        padding-left: 45px;
        padding-right: 30px;
    }

        .projects-details-desc .article-projects-text h3 {
            font-size: 22px;
            font-weight: bold;
            margin-bottom: 15px;
        }

.projects-details-shape {
    position: absolute;
    left: 0;
    right: 0;
    top: 100px;
    z-index: -1;
}

/*================================================
Testimonials Area CSS
=================================================*/
.testimonials-area {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

    .testimonials-area .container-fluid {
        padding-left: 0;
        padding-right: 0;
    }

.testimonials-section-content {
    padding-right: 35px;
}

    .testimonials-section-content span {
        font-size: var(--font-size);
        color: var(--main-color);
        font-weight: 600;
        display: inline-block;
        margin-bottom: 15px;
        font-family: var(--heading-font-family);
    }

    .testimonials-section-content h3 {
        font-size: 42px;
        margin-bottom: 15px;
        line-height: 1.4;
        position: relative;
    }

        .testimonials-section-content h3 b {
            background: radial-gradient(circle, #a66bff, #c666ef, #dd62df, #ee61cf, #fb64bf);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
        }

        .testimonials-section-content h3 .overlay {
            position: absolute;
            left: 0;
            top: 0;
            background: var(--btn-gradient-color);
            width: 100%;
            height: 100%;
            z-index: 1;
        }

    .testimonials-section-content .testimonials-btn {
        margin-top: 25px;
    }

.testimonials-item .item-box {
    position: relative;
    border: 1px solid #F2F1F3;
    border-radius: 15px;
    padding: 30px 30px 30px 155px;
    margin-bottom: 25px;
    transition: var(--transition);
}

    .testimonials-item .item-box:last-child {
        margin-bottom: 0;
    }

    .testimonials-item .item-box img {
        position: absolute;
        left: 30px;
        top: 28px;
        max-width: 100px;
    }

    .testimonials-item .item-box h4 {
        font-size: var(--font-size);
        margin-bottom: 0;
        font-weight: 500;
        color: var(--optional-color);
    }

        .testimonials-item .item-box h4 span {
            font-weight: 400;
            color: var(--paragraph-color);
        }

    .testimonials-item .item-box:hover {
        border: 1px solid var(--white-color);
        box-shadow: 0px 15px 35px rgba(0, 0, 0, 0.1);
    }

.single-testimonials-card {
    margin-bottom: 25px;
}

    .single-testimonials-card p {
        background-color: #F2F1F3;
        padding: 30px;
        border-radius: 25px 25px 25px 0;
        font-size: 20px;
        font-weight: 400;
        font-family: var(--heading-font-family);
        color: var(--black-color);
    }

    .single-testimonials-card .info-item-box {
        position: relative;
        margin-top: 25px;
        padding-left: 72px;
    }

        .single-testimonials-card .info-item-box img {
            position: absolute;
            left: 0;
            top: 0;
            max-width: 55px;
        }

        .single-testimonials-card .info-item-box h4 {
            font-size: var(--font-size);
            margin-bottom: 0;
            font-weight: 500;
            color: var(--optional-color);
        }

            .single-testimonials-card .info-item-box h4 span {
                font-weight: 400;
                color: var(--paragraph-color);
            }

        .single-testimonials-card .info-item-box .rating-list {
            padding: 0;
            margin-top: 15px;
            margin-bottom: 0;
        }

            .single-testimonials-card .info-item-box .rating-list li {
                list-style-type: none;
                margin-right: 2px;
                display: inline-block;
            }

                .single-testimonials-card .info-item-box .rating-list li:last-child {
                    margin-right: 0;
                }

                .single-testimonials-card .info-item-box .rating-list li i {
                    color: #FFC744;
                    font-size: var(--font-size);
                }

.testimonials-slides.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    background-color: #D1CFDB;
    transition: var(--transition);
    border-radius: 50%;
    position: relative;
    margin-top: 0;
    margin-bottom: 0;
    margin: 0 5px;
}

.testimonials-slides.owl-theme .owl-dots .owl-dot:hover span, .testimonials-slides.owl-theme .owl-dots .owl-dot.active span {
    background: var(--btn-gradient-color);
    width: 30px;
    border-radius: 30px;
}

.testimonials-slides.owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 10px;
}

.testimonialsbg-shape {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: -1;
}

/*================================================
Pricing Area CSS
=================================================*/
.pricing-area {
    overflow: hidden;
    position: relative;
    z-index: 1;
}

    .pricing-area.with-black-background {
        background-color: var(--black-color);
        margin-left: 10px;
        margin-right: 10px;
        border-radius: 15px;
        overflow: hidden;
    }

        .pricing-area.with-black-background .section-title h2 {
            color: var(--white-color);
        }

        .pricing-area.with-black-background .section-title p {
            color: #CDC4D9;
        }

        .pricing-area.with-black-background .container-fluid {
            padding-left: 0;
            padding-right: 0;
        }

    .pricing-area.margin-zero {
        margin-left: 0;
        margin-right: 0;
        border-radius: 0;
    }

.single-pricing-card {
    background-color: #2E2141;
    padding: 30px;
    border-radius: 15px;
    margin-bottom: 25px;
    position: relative;
}

    .single-pricing-card h3 {
        background: radial-gradient(circle, #a66bff, #c666ef, #dd62df, #ee61cf, #fb64bf);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        font-size: 20px;
        font-weight: bold;
        margin-bottom: 0;
    }

    .single-pricing-card .price {
        font-size: 35px;
        color: var(--white-color);
        font-family: var(--heading-font-family);
        font-weight: bold;
        margin-top: 15px;
        margin-bottom: 15px;
    }

        .single-pricing-card .price span {
            color: #9B8DAC;
            font-size: var(--font-size);
            font-weight: 400;
            position: relative;
            top: -2px;
        }

    .single-pricing-card p {
        color: #CDC4D9;
        margin-bottom: 0;
    }

    .single-pricing-card .pricing-list {
        padding: 0;
        margin-top: 25px;
        margin-bottom: 0;
    }

        .single-pricing-card .pricing-list li {
            list-style-type: none;
            list-style-type: none;
            margin-bottom: 20px;
            color: #F2F1F3;
            position: relative;
            padding-left: 35px;
        }

            .single-pricing-card .pricing-list li:last-child {
                margin-bottom: 0;
            }

            .single-pricing-card .pricing-list li i {
                position: absolute;
                left: 0;
                top: 50%;
                transform: translateY(-50%);
                display: inline-block;
                height: 25px;
                width: 25px;
                line-height: 25px;
                background-color: var(--black-color);
                border: 1px solid #A66BFF;
                border-radius: 50px;
                text-align: center;
                font-size: var(--font-size);
                transition: var(--transition);
            }

            .single-pricing-card .pricing-list li:hover i {
                background-color: var(--main-color);
                border: 1px solid var(--main-color);
                color: var(--black-color);
            }

    .single-pricing-card .pricing-btn {
        margin-top: 30px;
    }

    .single-pricing-card .most-popular {
        position: absolute;
        right: 20px;
        top: -15px;
    }

        .single-pricing-card .most-popular span {
            display: inline-block;
            background: radial-gradient(circle, #a66bff, #c666ef, #dd62df, #ee61cf, #fb64bf);
            padding: 10px 20px;
            border-radius: 15px;
            color: var(--white-color);
            font-family: var(--heading-font-family);
            font-size: 15px;
            font-weight: 600;
        }

.pricing-bg-shape-1 {
    position: absolute;
    left: 0;
    right: 0;
    top: 100px;
    z-index: -1;
}

.pricing-shape-1 {
    position: absolute;
    top: 10%;
    right: 10%;
    transform: translateY(-10%) translateX(-10%);
    z-index: -1;
    animation: animationFramesOne 10s infinite linear;
}

.pricing-shape-2 {
    position: absolute;
    bottom: 5%;
    left: 25%;
    transform: translateY(-5%) translateX(-25%);
    z-index: -1;
}

    .pricing-shape-2 img {
        animation-name: rotateme;
        animation-duration: 5s;
        animation-iteration-count: infinite;
        animation-timing-function: linear;
    }

/*================================================
Blog Area CSS
=================================================*/
.blog-area {
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.blog-card {
    margin-bottom: 25px;
}

    .blog-card .blog-image {
        overflow: hidden;
        border-radius: 15px;
    }

        .blog-card .blog-image a {
            display: block;
        }

            .blog-card .blog-image a img {
                border-radius: 15px;
                transition: var(--transition);
            }

    .blog-card .blog-content .date {
        display: inline-block;
        font-size: var(--font-size);
        font-weight: 500;
        font-family: var(--heading-font-family);
        padding: 12px 25px;
        border-radius: 50px;
        border: 1px solid var(--white-color);
        box-shadow: 0px 15px 35px rgba(0, 0, 0, 0.1);
        margin-bottom: 25px;
        color: var(--optional-color);
        transition: var(--transition);
    }

    .blog-card .blog-content h3 {
        font-size: 22px;
        line-height: 1.5;
        margin-bottom: 10px;
        font-weight: bold;
    }

        .blog-card .blog-content h3 a {
            color: var(--black-color);
        }

    .blog-card .blog-content p {
        margin-bottom: 0;
    }

    .blog-card .blog-content .blog-btn {
        background: var(--btn-gradient-color);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        font-weight: bold;
        font-family: var(--heading-font-family);
        transition: var(--transition);
        position: relative;
        margin-top: 20px;
    }

        .blog-card .blog-content .blog-btn::before {
            content: "";
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            left: 0;
            width: 20px;
            height: 1.5px;
            background: var(--btn-gradient-color);
            transition: all ease 0.5s;
            border-radius: 5px;
            opacity: 0;
            visibility: hidden;
            transition: var(--transition);
        }

    .blog-card:hover .blog-image a img {
        transform: scale(1.1);
        filter: blur(2px);
    }

    .blog-card:hover .blog-content .date {
        background: radial-gradient(circle, #a66bff, #c666ef, #dd62df, #ee61cf, #fb64bf);
        color: var(--white-color);
    }

    .blog-card:hover .blog-content h3 a {
        color: var(--main-color);
    }

    .blog-card:hover .blog-content .blog-btn {
        padding-left: 25px;
    }

        .blog-card:hover .blog-content .blog-btn::before {
            opacity: 1;
            visibility: visible;
        }

.blog-slides.owl-theme .owl-nav {
    margin-top: 0;
}

    .blog-slides.owl-theme .owl-nav [class*=owl-] {
        margin: 0 10px;
        padding: 0;
        background: transparent;
        color: #A66BFF;
        border: 2px solid #A66BFF;
        border-radius: 50%;
        transition: var(--transition);
        display: inline-block;
        width: 55px;
        height: 55px;
        line-height: 50px;
        text-align: center;
        font-size: 35px;
        position: absolute;
        left: -80px;
        top: 45%;
        transform: translateY(-45%);
    }

        .blog-slides.owl-theme .owl-nav [class*=owl-] i {
            position: relative;
            left: -2px;
            top: 2px;
        }

        .blog-slides.owl-theme .owl-nav [class*=owl-].owl-next {
            left: auto;
            right: -80px;
        }

            .blog-slides.owl-theme .owl-nav [class*=owl-].owl-next i {
                position: relative;
                left: 2px;
                top: 2px;
            }

        .blog-slides.owl-theme .owl-nav [class*=owl-]:hover {
            color: var(--white-color);
            background-color: var(--main-color);
            border: 2px solid var(--main-color);
        }

.blog-shape-1 {
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
}

    .blog-shape-1 img {
        animation-name: rotateme;
        animation-duration: 5s;
        animation-iteration-count: infinite;
        animation-timing-function: linear;
    }

.blog-grid-sorting {
    margin-bottom: 45px;
    text-align: end;
}

    .blog-grid-sorting label {
        display: inline-block;
        margin-bottom: 0;
        color: var(--paragraph-color);
        margin-right: 5px;
        font-weight: 600;
        font-size: 15px;
    }

    .blog-grid-sorting .nice-select {
        display: inline-block;
        width: 300px;
        background: #F2F1F3;
        border-color: #F2F1F3;
        color: #9B8DAC;
        transition: var(--transition);
        padding: 0 0 0 25px;
        height: 70px;
        line-height: 70px;
        font-weight: 400;
        border-radius: 15px;
    }

        .blog-grid-sorting .nice-select .list {
            background-color: var(--white-color);
            border-radius: 10px;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
            list-style-type: none;
            border: none;
            width: 100%;
            margin-top: 0;
            margin-bottom: 0;
            padding-left: 0;
            padding-top: 10px;
            padding-bottom: 10px;
        }

            .blog-grid-sorting .nice-select .list .option {
                line-height: 38px;
                min-height: 38px;
                color: var(--black-color);
                position: relative;
                transition: var(--transition);
                padding-left: 15px;
                padding-right: 25px;
                font-weight: 600;
            }

                .blog-grid-sorting .nice-select .list .option.selected.focus {
                    color: var(--main-color);
                    background-color: var(--white-color);
                }

                .blog-grid-sorting .nice-select .list .option:hover {
                    background-color: var(--main-color);
                    color: var(--white-color);
                }

        .blog-grid-sorting .nice-select:after {
            border-color: var(--black-color);
            height: 8px;
            width: 8px;
            margin-top: -5px;
            right: 20px;
        }

        .blog-grid-sorting .nice-select:hover {
            border-color: var(--main-color);
            background-color: transparent;
        }

    .blog-grid-sorting form {
        position: relative;
        max-width: 450px;
    }

        .blog-grid-sorting form .search-field {
            height: 70px;
            color: #9B8DAC;
            border: 1px solid #F2F1F3;
            display: block;
            width: 100%;
            border-radius: 15px;
            padding: 15px 20px 15px 70px;
            transition: var(--transition);
            font-size: 15px;
            font-weight: 400;
            outline: 0;
            background: #F2F1F3;
        }

            .blog-grid-sorting form .search-field::-moz-placeholder {
                color: #9B8DAC;
                -moz-transition: var(--transition);
                transition: var(--transition);
            }

            .blog-grid-sorting form .search-field::placeholder {
                color: #9B8DAC;
                transition: var(--transition);
            }

            .blog-grid-sorting form .search-field:focus::-moz-placeholder {
                color: transparent;
            }

            .blog-grid-sorting form .search-field:focus::placeholder {
                color: transparent;
            }

        .blog-grid-sorting form button {
            border: none;
            background-color: transparent;
            color: var(--black-color);
            position: absolute;
            left: 32px;
            padding: 0;
            transition: var(--transition);
            top: 22.8px;
            font-size: 25px;
            line-height: 0;
        }

            .blog-grid-sorting form button:hover, .blog-grid-sorting form button:focus {
                color: var(--main-color);
            }

.single-blog-card {
    margin-bottom: 25px;
}

    .single-blog-card .blog-image {
        position: relative;
        overflow: hidden;
        border-radius: 15px;
    }

        .single-blog-card .blog-image a {
            display: block;
        }

            .single-blog-card .blog-image a img {
                border-radius: 15px;
                transition: var(--transition);
            }

        .single-blog-card .blog-image .date {
            background: radial-gradient(circle, #a66bff, #c666ef, #dd62df, #ee61cf, #fb64bf);
            display: inline-block;
            font-size: 15px;
            font-weight: 500;
            font-family: var(--heading-font-family);
            padding: 12px 25px;
            border-radius: 50px;
            color: var(--white-color);
            position: absolute;
            left: 15px;
            bottom: 15px;
            transition: var(--transition);
        }

    .single-blog-card .blog-content {
        margin-top: 25px;
    }

        .single-blog-card .blog-content h3 {
            font-size: 22px;
            line-height: 1.5;
            margin-bottom: 10px;
            font-weight: bold;
        }

            .single-blog-card .blog-content h3 a {
                color: var(--black-color);
            }

        .single-blog-card .blog-content p {
            margin-bottom: 0;
        }

        .single-blog-card .blog-content .blog-btn {
            color: var(--optional-color);
            font-weight: 600;
            font-family: var(--heading-font-family);
            transition: var(--transition);
            position: relative;
            margin-top: 15px;
        }

            .single-blog-card .blog-content .blog-btn::before {
                content: "";
                position: absolute;
                top: 50%;
                transform: translateY(-50%);
                left: 0;
                width: 20px;
                height: 1.5px;
                background: var(--optional-color);
                transition: all ease 0.5s;
                border-radius: 5px;
                opacity: 0;
                visibility: hidden;
                transition: var(--transition);
            }

    .single-blog-card:hover .blog-image a img {
        transform: scale(1.1);
    }

    .single-blog-card:hover .blog-image .date {
        animation: bounce 1s;
    }

    .single-blog-card:hover .blog-content h3 a {
        color: var(--main-color);
    }

    .single-blog-card:hover .blog-content .blog-btn {
        padding-left: 25px;
    }

        .single-blog-card:hover .blog-content .blog-btn::before {
            opacity: 1;
            visibility: visible;
        }

/*================================================
Blog Details Area CSS
=================================================*/
.blog-details-desc .article-image {
    border-radius: 15px;
    overflow: hidden;
    margin-bottom: 30px;
    position: relative;
}

    .blog-details-desc .article-image img {
        border-radius: 15px;
        transition: var(--transition);
    }

    .blog-details-desc .article-image:hover img {
        transform: scale(1.1);
    }

    .blog-details-desc .article-image .video-btn {
        display: inline-block;
        width: 80px;
        height: 80px;
        line-height: 80px;
        background-color: var(--black-color);
        border-radius: 50%;
        color: var(--optional-color);
        position: absolute;
        z-index: 1;
        top: 50%;
        transform: translateY(-50%);
        left: 0;
        right: 0;
        margin: auto;
        text-align: center;
        font-size: 45px;
        transition: var(--transition);
        border: 2px solid #FB64BF;
    }

        .blog-details-desc .article-image .video-btn i {
            transition: var(--transition);
            background: radial-gradient(circle, #a66bff, #c666ef, #dd62df, #ee61cf, #fb64bf);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
        }

        .blog-details-desc .article-image .video-btn::before {
            content: "";
            display: block;
            position: absolute;
            top: 0;
            right: 0;
            z-index: -1;
            bottom: 0;
            left: 0;
            border-radius: 50%;
            border: 2px solid #FB64BF;
            animation: ripple 2s linear infinite;
        }

        .blog-details-desc .article-image .video-btn:hover {
            background-color: var(--optional-color);
        }

            .blog-details-desc .article-image .video-btn:hover i {
                background: var(--btn-gradient-color);
                -webkit-background-clip: text;
                -webkit-text-fill-color: transparent;
            }

.blog-details-desc .article-content .entry-list {
    padding: 0;
    margin-bottom: 18px;
}

    .blog-details-desc .article-content .entry-list li {
        color: var(--black-color);
        font-size: var(--font-size);
        font-family: var(--heading-font-family);
        font-weight: 400;
        list-style-type: none;
        display: inline-block;
        margin-right: 20px;
        position: relative;
        padding-left: 25px;
    }

        .blog-details-desc .article-content .entry-list li:last-child {
            margin-right: 0;
        }

        .blog-details-desc .article-content .entry-list li::before {
            content: "";
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            left: 0;
            width: 15px;
            height: 2.5px;
            background: var(--optional-color);
            transition: all ease 0.5s;
            border-radius: 50px;
        }

        .blog-details-desc .article-content .entry-list li a {
            color: var(--optional-color);
            font-weight: 500;
        }

.blog-details-desc .article-content h3 {
    font-size: 42px;
    margin-bottom: 15px;
    line-height: 1.5;
}

.blog-details-desc .article-content .list {
    padding: 0;
    margin-top: 30px;
    margin-bottom: 0;
}

    .blog-details-desc .article-content .list li {
        list-style-type: none;
        margin-bottom: 20px;
        color: var(--paragraph-color);
        position: relative;
        padding-left: 25px;
        font-weight: 500;
    }

        .blog-details-desc .article-content .list li:first-child {
            padding-left: 0;
        }

        .blog-details-desc .article-content .list li:last-child {
            margin-bottom: 0;
        }

        .blog-details-desc .article-content .list li i {
            position: absolute;
            left: 0;
            top: 2.8px;
            font-size: 18px;
            color: #A66BFF;
        }

        .blog-details-desc .article-content .list li h4 {
            font-size: 22px;
            font-weight: bold;
            margin-bottom: 0;
        }

.blog-details-desc .article-content .block-item {
    position: relative;
    overflow: hidden;
    border-radius: 15px;
    margin-top: 30px;
    margin-bottom: 30px;
}

    .blog-details-desc .article-content .block-item img {
        transition: var(--transition);
        border-radius: 15px;
    }

    .blog-details-desc .article-content .block-item:hover img {
        transform: scale(1.1);
    }

.blog-details-desc .article-content .article-quote {
    background-color: #F5F5F5;
    padding: 30px 30px 30px 90px;
    border-radius: 15px;
    position: relative;
    z-index: 1;
    margin-top: 30px;
    margin-bottom: 30px;
}

    .blog-details-desc .article-content .article-quote i {
        color: #CFC3E2;
        font-size: 65px;
        position: absolute;
        left: 45px;
        top: 10px;
        z-index: -1;
        animation: moveleftbounce 2s linear infinite;
    }

    .blog-details-desc .article-content .article-quote p {
        font-size: 22px;
        font-weight: 400;
        color: var(--black-color);
        font-family: var(--heading-font-family);
        margin-bottom: 0;
    }

    .blog-details-desc .article-content .article-quote .quote-shape {
        position: absolute;
        right: -45px;
        bottom: -45px;
        max-width: 100px;
    }

        .blog-details-desc .article-content .article-quote .quote-shape img {
            animation-name: rotateme;
            animation-duration: 5s;
            animation-iteration-count: infinite;
            animation-timing-function: linear;
        }

.blog-details-desc .article-share {
    background-color: #F2F1F3;
    padding: 30px;
    border-radius: 10px;
    margin-top: 30px;
}

    .blog-details-desc .article-share .share-content h4 {
        margin-bottom: 0;
        font-size: var(--font-size);
        font-weight: bold;
    }

    .blog-details-desc .article-share .share-social {
        padding: 0;
        margin-bottom: 0;
    }

        .blog-details-desc .article-share .share-social li {
            display: inline-block;
            list-style-type: none;
            margin-right: 5px;
        }

            .blog-details-desc .article-share .share-social li:last-child {
                margin-right: 0;
            }

            .blog-details-desc .article-share .share-social li a i {
                display: inline-block;
                transition: var(--transition);
                height: 35px;
                width: 35px;
                line-height: 35px;
                text-align: center;
                border-radius: 50px;
                background-color: var(--white-color);
                color: #9B8DAC;
                font-size: 18px;
            }

                .blog-details-desc .article-share .share-social li a i:hover {
                    color: var(--white-color);
                    background: radial-gradient(circle, #a66bff, #c666ef, #dd62df, #ee61cf, #fb64bf);
                }

.blog-details-desc .article-comments {
    margin-top: 35px;
}

    .blog-details-desc .article-comments h3 {
        font-size: 22px;
        margin-bottom: 35px;
    }

    .blog-details-desc .article-comments .comments-list {
        position: relative;
        padding-left: 150px;
        margin-bottom: 35px;
    }

        .blog-details-desc .article-comments .comments-list img {
            position: absolute;
            left: 0;
            top: 0;
            border-radius: 20px;
            max-width: 128px;
        }

        .blog-details-desc .article-comments .comments-list h5 {
            font-size: 18px;
            margin-bottom: 12px;
            color: var(--optional-color);
            font-weight: 600;
        }

            .blog-details-desc .article-comments .comments-list h5 span {
                font-size: var(--font-size);
                font-weight: 400;
                color: #9B8DAC;
            }

        .blog-details-desc .article-comments .comments-list p {
            margin-bottom: 12px;
        }

        .blog-details-desc .article-comments .comments-list .reply-btn {
            font-size: var(--font-size);
            font-weight: 600;
            color: var(--main-color);
            font-family: var(--heading-font-family);
        }

        .blog-details-desc .article-comments .comments-list.children {
            margin-left: 50px;
        }

.blog-details-desc .article-leave-comment {
    border-top: 1px solid #F2F1F3;
    margin-top: 45px;
    padding-top: 35px;
}

    .blog-details-desc .article-leave-comment h3 {
        font-size: 22px;
        margin-bottom: 35px;
    }

    .blog-details-desc .article-leave-comment .form-group {
        margin-bottom: 25px;
    }

        .blog-details-desc .article-leave-comment .form-group label {
            display: block;
            margin-bottom: 10px;
            color: var(--black-color);
            font-weight: 500;
            font-size: 15px;
        }

        .blog-details-desc .article-leave-comment .form-group .form-control {
            height: 55px;
            padding: 15px 20px;
            line-height: initial;
            color: #9B8DAC;
            background-color: var(--white-color);
            border: 1px solid var(--white-color);
            box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
            border-radius: 15px;
            transition: var(--transition);
            font-size: var(--font-size);
            font-weight: 400;
            outline: 0;
            font-family: var(--heading-font-family);
        }

            .blog-details-desc .article-leave-comment .form-group .form-control::-moz-placeholder {
                color: #9B8DAC;
            }

            .blog-details-desc .article-leave-comment .form-group .form-control::placeholder {
                color: #9B8DAC;
            }

            .blog-details-desc .article-leave-comment .form-group .form-control:focus {
                border: 1px solid var(--main-color);
            }

                .blog-details-desc .article-leave-comment .form-group .form-control:focus::-moz-placeholder {
                    color: transparent;
                    -moz-transition: var(--transition);
                    transition: var(--transition);
                }

                .blog-details-desc .article-leave-comment .form-group .form-control:focus::placeholder {
                    color: transparent;
                    transition: var(--transition);
                }

        .blog-details-desc .article-leave-comment .form-group textarea.form-control {
            min-height: 115px;
        }

    .blog-details-desc .article-leave-comment .form-cookies-consent {
        margin-bottom: 20px;
    }

        .blog-details-desc .article-leave-comment .form-cookies-consent a {
            color: var(--main-color);
        }

            .blog-details-desc .article-leave-comment .form-cookies-consent a:hover {
                color: var(--optional-color);
            }

        .blog-details-desc .article-leave-comment .form-cookies-consent [type=checkbox]:checked, .blog-details-desc .article-leave-comment .form-cookies-consent [type=checkbox]:not(:checked) {
            display: none;
        }

            .blog-details-desc .article-leave-comment .form-cookies-consent [type=checkbox]:checked + label, .blog-details-desc .article-leave-comment .form-cookies-consent [type=checkbox]:not(:checked) + label {
                position: relative;
                padding-left: 25px;
                cursor: pointer;
                display: inline-block;
                margin-bottom: 0;
                color: var(--paragraph-color);
                font-weight: 400;
                font-size: 15px;
            }

                .blog-details-desc .article-leave-comment .form-cookies-consent [type=checkbox]:checked + label:before, .blog-details-desc .article-leave-comment .form-cookies-consent [type=checkbox]:not(:checked) + label:before {
                    content: "";
                    position: absolute;
                    left: 0;
                    top: 5px;
                    width: 15px;
                    height: 15px;
                    transition: all 0.2s ease;
                    border: 1px solid #DDDDDD;
                    border-radius: 5px;
                    background: var(--white-color);
                }

                .blog-details-desc .article-leave-comment .form-cookies-consent [type=checkbox]:checked + label:after, .blog-details-desc .article-leave-comment .form-cookies-consent [type=checkbox]:not(:checked) + label:after {
                    content: "";
                    width: 5px;
                    height: 5px;
                    background: var(--main-color);
                    position: absolute;
                    top: 10.5px;
                    left: 5px;
                    transition: all 0.2s ease;
                    border-radius: 30px;
                }

                .blog-details-desc .article-leave-comment .form-cookies-consent [type=checkbox]:not(:checked) + label:after {
                    opacity: 0;
                    transform: scale(0);
                }

                .blog-details-desc .article-leave-comment .form-cookies-consent [type=checkbox]:checked + label:after {
                    opacity: 1;
                    transform: scale(1);
                }

        .blog-details-desc .article-leave-comment .form-cookies-consent [type=checkbox]:hover + label:before {
            border-color: var(--main-color);
        }

        .blog-details-desc .article-leave-comment .form-cookies-consent [type=checkbox]:checked + label:before {
            border-color: var(--main-color);
        }

        .blog-details-desc .article-leave-comment .form-cookies-consent p {
            display: inline-block;
            margin-bottom: 0;
            margin-right: 25px;
        }

            .blog-details-desc .article-leave-comment .form-cookies-consent p:last-child {
                margin-right: 0;
            }

    .blog-details-desc .article-leave-comment .default-btn {
        border: none;
    }

.article-image-slides.owl-theme .owl-nav {
    margin-top: 0;
}

    .article-image-slides.owl-theme .owl-nav [class*=owl-] {
        margin: 0;
        padding: 0;
        background: var(--main-color);
        color: var(--white-color);
        border: 2px solid var(--main-color);
        border-radius: 50%;
        transition: var(--transition);
        display: inline-block;
        width: 55px;
        height: 55px;
        line-height: 50px;
        text-align: center;
        font-size: 35px;
        position: absolute;
        left: 15px;
        top: 45%;
        transform: translateY(-45%);
    }

        .article-image-slides.owl-theme .owl-nav [class*=owl-] i {
            position: relative;
            left: -2px;
            top: 2px;
        }

        .article-image-slides.owl-theme .owl-nav [class*=owl-].owl-next {
            left: auto;
            right: 15px;
        }

            .article-image-slides.owl-theme .owl-nav [class*=owl-].owl-next i {
                position: relative;
                left: 2px;
                top: 2px;
            }

        .article-image-slides.owl-theme .owl-nav [class*=owl-]:hover {
            color: var(--white-color);
            background-color: var(--optional-color);
            border: 2px solid var(--optional-color);
        }

/*================================================
Skill Area CSS
=================================================*/
.skill-area {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.skill-content span {
    font-size: var(--font-size);
    color: var(--main-color);
    font-weight: 600;
    display: inline-block;
    margin-bottom: 15px;
    font-family: var(--heading-font-family);
}

.skill-content h3 {
    font-size: 42px;
    margin-bottom: 15px;
    line-height: 1.4;
    position: relative;
}

    .skill-content h3 .overlay {
        position: absolute;
        left: 0;
        top: 0;
        background: var(--btn-gradient-color);
        width: 100%;
        height: 100%;
        z-index: 1;
    }

.skill-bar {
    margin-top: 25px;
}

    .skill-bar .progress-title-holder {
        position: relative;
        margin-bottom: 10px;
    }

    .skill-bar .progress-title {
        font-size: var(--font-size);
        font-weight: 500;
        color: var(--black-color);
        font-family: var(--heading-font-family);
    }

    .skill-bar .progress-number-mark {
        position: absolute;
        bottom: 0;
        transform: translateX(-50%);
        font-size: var(--font-size);
        font-weight: 500;
        color: var(--black-color);
        font-family: var(--heading-font-family);
    }

    .skill-bar .progress-content-outter {
        background-color: var(--white-color);
        border-radius: 30px;
        border: 1px solid var(--optional-color);
        padding: 5px;
    }

        .skill-bar .progress-content-outter.bg-D5158F {
            border: 1px solid #D5158F;
        }

        .skill-bar .progress-content-outter.bg-FEB302 {
            border: 1px solid var(--main-color);
        }

        .skill-bar .progress-content-outter.bg-A66BFF {
            border: 1px solid #A66BFF;
        }

    .skill-bar .progress-content {
        height: 5px;
        background: var(--optional-color);
        border-radius: 30px;
        width: 0%;
    }

        .skill-bar .progress-content.bg-D5158F {
            background: #D5158F;
        }

        .skill-bar .progress-content.bg-FEB302 {
            background: var(--main-color);
        }

        .skill-bar .progress-content.bg-A66BFF {
            background: #A66BFF;
        }

.skill-bar-btn {
    margin-top: 35px;
}

.skill-image {
    padding-left: 45px;
    position: relative;
    z-index: 1;
}

    .skill-image .skill-shape-1 {
        position: absolute;
        right: 55px;
        top: -15px;
    }

        .skill-image .skill-shape-1 img {
            animation-name: rotateme;
            animation-duration: 5s;
            animation-iteration-count: infinite;
            animation-timing-function: linear;
        }

    .skill-image .skill-shape-2 {
        position: absolute;
        left: 0;
        bottom: -15px;
    }

        .skill-image .skill-shape-2 img {
            animation-name: rotateme;
            animation-duration: 5s;
            animation-iteration-count: infinite;
            animation-timing-function: linear;
        }

.skill-bg-shape {
    position: absolute;
    left: 0;
    right: 0;
    top: 100px;
    z-index: -1;
}

/*================================================
Features Area CSS
=================================================*/
.features-inner-box {
    position: relative;
    margin-top: -50px;
    z-index: 1;
}

.single-features-card {
    background-color: var(--white-color);
    box-shadow: 0px 15px 35px rgba(0, 0, 0, 0.1);
    padding: 25px 25px 25px 140px;
    border-radius: 15px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    margin-bottom: 25px;
}

    .single-features-card::before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 0%;
        height: 0%;
        transition: all 0.5s ease-in-out;
        background: radial-gradient(circle, #a66bff, #c666ef, #dd62df, #ee61cf, #fb64bf);
        z-index: -1;
        opacity: 0;
        visibility: hidden;
        border-radius: 50%;
        transform: scale(1.5);
    }

    .single-features-card .features-image {
        position: absolute;
        left: 25px;
        top: 22px;
        max-width: 90px;
    }

    .single-features-card .content {
        transition: var(--transition);
    }

        .single-features-card .content h3 {
            font-size: 22px;
            font-weight: bold;
            margin-bottom: 14px;
        }

            .single-features-card .content h3 a {
                color: var(--black-color);
            }

        .single-features-card .content p {
            margin-bottom: 0;
            transition: var(--transition);
        }

    .single-features-card .hover-content {
        position: absolute;
        top: 45px;
        opacity: 0;
        visibility: hidden;
        transition: var(--transition);
    }

        .single-features-card .hover-content h3 {
            font-size: 22px;
            font-weight: bold;
            margin-bottom: 14px;
        }

            .single-features-card .hover-content h3 a {
                color: var(--black-color);
            }

        .single-features-card .hover-content .features-btn {
            background: var(--btn-gradient-color);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            font-weight: bold;
            font-family: var(--heading-font-family);
            transition: var(--transition);
            position: relative;
        }

            .single-features-card .hover-content .features-btn::before {
                content: "";
                position: absolute;
                top: 50%;
                transform: translateY(-50%);
                left: 0;
                width: 20px;
                height: 1.5px;
                background: var(--btn-gradient-color);
                transition: all ease 0.5s;
                border-radius: 5px;
                opacity: 0;
                visibility: hidden;
                transition: var(--transition);
            }

            .single-features-card .hover-content .features-btn:hover {
                padding-left: 25px;
            }

                .single-features-card .hover-content .features-btn:hover::before {
                    opacity: 1;
                    visibility: visible;
                }

    .single-features-card:hover::before {
        opacity: 1;
        visibility: visible;
        width: 100%;
        height: 100%;
    }

    .single-features-card:hover .content {
        opacity: 0;
        visibility: hidden;
    }

        .single-features-card:hover .content h3 a {
            color: var(--white-color);
        }

        .single-features-card:hover .content p {
            color: var(--white-color);
        }

    .single-features-card:hover .hover-content {
        opacity: 1;
        visibility: visible;
    }

        .single-features-card:hover .hover-content h3 a {
            color: var(--white-color);
        }

        .single-features-card:hover .hover-content p {
            color: var(--white-color);
        }

/*================================================
Talk Area CSS
=================================================*/
.talk-area {
    background-color: #F5F5F5;
}

.talk-image {
    position: relative;
    z-index: 1;
}

    .talk-image .talk-circle {
        position: absolute;
        bottom: -12px;
        left: -50px;
    }

        .talk-image .talk-circle img {
            animation-name: rotateme;
            animation-duration: 5s;
            animation-iteration-count: infinite;
            animation-timing-function: linear;
        }

.talk-content {
    position: relative;
    z-index: 1;
    margin-top: 45px;
}

    .talk-content .talk-bg-text {
        color: #EEEDEE;
        font-size: 95px;
        font-family: var(--monoton-font-family);
        font-weight: 400;
        position: absolute;
        top: 0;
        z-index: -1;
        line-height: 0;
    }

    .talk-content span {
        font-size: 18px;
        color: #024695;
        font-weight: 600;
        display: inline-block;
        margin-bottom: 15px;
        font-family: var(--heading-font-family);
    }

    .talk-content h3 {
        font-size: 42px;
        margin-bottom: 15px;
        line-height: 1.4;
        position: relative;
    }

        .talk-content h3 b {
            background: radial-gradient(circle, #a66bff, #c666ef, #dd62df, #ee61cf, #fb64bf);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
        }

        .talk-content h3 .overlay {
            position: absolute;
            left: 0;
            top: 0;
            background: var(--btn-gradient-color);
            width: 100%;
            height: 100%;
            z-index: 1;
        }

    .talk-content p {
        margin-bottom: 0;
    }

    .talk-content #contactFormTwo {
        margin-top: 25px;
    }

        .talk-content #contactFormTwo .form-group {
            margin-bottom: 20px;
        }

            .talk-content #contactFormTwo .form-group .form-control {
                height: 55px;
                color: #9B8DAC;
                box-shadow: unset !important;
                border: 1px solid var(--white-color);
                background-color: var(--white-color);
                transition: var(--transition);
                border-radius: 10px;
                padding: 10px 20px;
                font-size: 15px;
            }

                .talk-content #contactFormTwo .form-group .form-control::-moz-placeholder {
                    color: #9B8DAC;
                    -moz-transition: var(--transition);
                    transition: var(--transition);
                }

                .talk-content #contactFormTwo .form-group .form-control::placeholder {
                    color: #9B8DAC;
                    transition: var(--transition);
                }

                .talk-content #contactFormTwo .form-group .form-control:focus {
                    border-color: var(--main-color);
                    background-color: transparent;
                }

                    .talk-content #contactFormTwo .form-group .form-control:focus::-moz-placeholder {
                        color: transparent;
                    }

                    .talk-content #contactFormTwo .form-group .form-control:focus::placeholder {
                        color: transparent;
                    }

            .talk-content #contactFormTwo .form-group textarea.form-control {
                height: auto;
                padding-top: 15px;
            }

        .talk-content #contactFormTwo .default-btn {
            border: none;
        }

        .talk-content #contactFormTwo .list-unstyled {
            padding: 0;
            margin-bottom: 0;
        }

            .talk-content #contactFormTwo .list-unstyled li {
                font-size: 14px;
                margin-top: 10px;
                color: red;
            }

        .talk-content #contactFormTwo .text-danger {
            font-size: 18px;
            margin-top: 20px;
            margin-bottom: 0;
        }

    .talk-content.margin-zero {
        margin-top: 0;
    }

/*================================================
Team Area CSS
=================================================*/
.team-area {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.single-team-card {
    margin-bottom: 25px;
    text-align: center;
}

    .single-team-card .team-image {
        position: relative;
    }

        .single-team-card .team-image .team-social {
            padding: 0;
            margin-bottom: 0;
            position: absolute;
            left: 0;
            right: 0;
            bottom: 0;
            opacity: 0;
            transition: var(--transition);
        }

            .single-team-card .team-image .team-social li {
                list-style-type: none;
                display: inline-block;
                margin-right: 5px;
            }

                .single-team-card .team-image .team-social li:last-child {
                    margin-right: 0;
                }

                .single-team-card .team-image .team-social li a i {
                    display: inline-block;
                    height: 40px;
                    width: 40px;
                    line-height: 40px;
                    background-color: var(--white-color);
                    color: var(--black-color);
                    text-align: center;
                    font-size: 18px;
                    border-radius: 50px;
                    transition: var(--transition);
                }

                    .single-team-card .team-image .team-social li a i:hover {
                        background-color: var(--main-color);
                        color: var(--white-color);
                    }

    .single-team-card .team-content {
        margin-top: 25px;
    }

        .single-team-card .team-content h3 {
            font-size: 22px;
            font-weight: bold;
            margin-bottom: 0;
        }

        .single-team-card .team-content span {
            font-size: 15px;
            color: #6a6a6a;
            font-weight: 500;
            display: inline-block;
        }

    .single-team-card:hover .team-image {
        position: relative;
    }

        .single-team-card:hover .team-image .team-social {
            bottom: 25px;
            opacity: 1;
        }

.team-shape {
    position: absolute;
    left: 0;
    right: 0;
    top: 100px;
    z-index: -1;
}

/*================================================
Overview Area CSS
=================================================*/
.overview-area {
    background-image: url(../../assets/images/overview/overview-bg.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    z-index: 2;
}

.col-lg-3:last-child .overview-card::before {
    display: none;
}

.overview-card {
    margin-bottom: 25px;
    position: relative;
}

    .overview-card p {
        color: black;
        font-size: 16px;
    }

    /*.overview-card::before {
        content: "";
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 40px;
        width: 80px;
        height: 2px;
        background-color: var(--white-color);
    }*/

    .overview-card h3 {
        /*font-size: var(--font-size);*/
        font-size: 18px;
        font-weight: bold;
        margin-bottom: 0;
        color: var(--optional-color);
    }

    .overview-card span {
        font-size: var(--font-size);
        font-family: var(--heading-font-family);
        color: var(--black-color);
        display: inline-block;
        margin-top: 15px;
        font-weight: 600;
    }

        .overview-card span a {
            color: var(--black-color);
        }

            .overview-card span a:hover {
                color: var(--main-color);
            }

    .overview-card .overview-shape {
        position: absolute;
        left: -15px;
        top: -15px;
        z-index: -1;
    }

        .overview-card .overview-shape img {
            animation-name: rotateme;
            animation-duration: 5s;
            animation-iteration-count: infinite;
            animation-timing-function: linear;
        }

/*================================================
Page Banner Area CSS
=================================================*/
.page-banner-area {
    /*background-image: url(../../assets/images/page-banner/banner-bg.jpg);*/
    /*background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 120px;
    padding-bottom: 150px;*/
}

    .page-banner-area.bg-2 {
        background-image: url(../../assets/images/page-banner/banner-bg-2.jpg);
    }

    .page-banner-area.bg-3 {
        background-image: url(../../assets/images/page-banner/aboutus.webp);
        background-size: cover;
        background-repeat: no-repeat;
        padding-top: 90px;
        padding-bottom: 90px;
    }

    .page-banner-area.bg-4 {
        background-image: url(../../assets/images/page-banner/banner-bg-4.jpg);
    }

    .page-banner-area.bg-5 {
        background-image: url(../../assets/images/page-banner/downloads.png);
        /*background-position: center center;*/
        background-size: cover;
        background-repeat: no-repeat;
        padding-top: 90px;
        padding-bottom: 90px;
    }

    .page-banner-area.bg-6 {
        background-image: url(../../assets/images/page-banner/banner-bg-6.jpg);
        background-attachment: fixed;
    }

.page-banner-content h2 {
    font-size: 60px;
    margin-bottom: 10px;
    font-weight: 700;
    font-family: var(--main-font-family);
    color: var(--white-color);
}

.page-banner-content ul {
    padding-left: 0;
    margin-bottom: 0;
}

    .page-banner-content ul li {
        display: inline-block;
        list-style-type: none;
        font-size: var(--font-size);
        font-family: var(--heading-font-family);
        font-weight: 600;
        color: #3ebf84;
        position: relative;
        margin-left: 25px;
    }

        .page-banner-content ul li::before {
            content: "";
            position: absolute;
            left: -15px;
            top: 4px;
            height: 15px;
            width: 2px;
            background: #CDC4D9;
            transform: rotate(20deg);
        }

        .page-banner-content ul li:first-child {
            margin-left: 0;
        }

            .page-banner-content ul li:first-child::before {
                display: none;
            }

        .page-banner-content ul li a {
            display: block;
            color: #ffffff;
            transition: var(--transition);
            font-family: var(--heading-font-family);
            font-size: 16px;
            font-weight: 500;
        }

            .page-banner-content ul li a:hover {
                color: #3ebf84;
            }

.page-banner-content.wrap-content h2 {
    color: var(--black-color);
}

.page-banner-content.wrap-content ul li {
    color: var(--main-color);
}

    .page-banner-content.wrap-content ul li::before {
        background: var(--paragraph-color);
    }

    .page-banner-content.wrap-content ul li a {
        color: var(--paragraph-color);
    }

        .page-banner-content.wrap-content ul li a:hover {
            color: var(--main-color);
        }

/*================================================
Gallery Area CSS
=================================================*/
.single-gallery-item {
    position: relative;
    margin-bottom: 25px;
    z-index: 1;
    border-radius: 10px;
    overflow: hidden;
}

    .single-gallery-item a {
        display: block;
        border-radius: 10px;
    }

        .single-gallery-item a img {
            transition: var(--transition);
        }

    .single-gallery-item:hover a img {
        transform: scale(1.1);
        /*filter: blur(2px);*/
    }

/*================================================
FAQ Area CSS
=================================================*/
.faq-accordion {
    max-width: 1050px;
    margin: auto;
}

    .faq-accordion .accordion-item {
        border: 1px solid #E5E5E5;
        margin-bottom: 15px;
        transition: var(--transition);
        border-radius: 5px;
    }

        .faq-accordion .accordion-item:last-child {
            margin-bottom: 0;
        }

        .faq-accordion .accordion-item .accordion-button {
            color: var(--black-color);
            position: relative;
            text-align: start;
            box-shadow: unset;
            margin-bottom: 0;
            display: block;
            border: none;
            width: 100%;
            font-size: 18px;
            font-weight: bold;
            padding: 20px 55px 20px 25px;
            transition: var(--transition);
            background-color: transparent;
            font-family: var(--heading-font-family);
        }

            .faq-accordion .accordion-item .accordion-button::before {
                position: absolute;
                right: 20px;
                top: 18px;
                content: "\ea78";
                font-family: "remixicon";
                font-size: 20px;
                color: var(--main-color);
            }

            .faq-accordion .accordion-item .accordion-button.collapsed::before {
                content: "\ea4e";
                color: var(--black-color);
            }

        .faq-accordion .accordion-item .accordion-body {
            padding: 0 25px 20px;
            border-bottom: 5px solid var(--main-color);
            transition: var(--transition);
            border-radius: 0 0 5px 5px;
        }

            .faq-accordion .accordion-item .accordion-body p {
                color: var(--paragraph-color);
                font-size: 15px;
            }

        .faq-accordion .accordion-item:hover {
            border-radius: 5px;
            border: 1px solid var(--main-color);
        }

            .faq-accordion .accordion-item:hover .accordion-body {
                border-radius: 5px;
            }

/*================================================
Events Area CSS
=================================================*/
.coze-grid-sorting {
    margin-bottom: 30px;
}

    .coze-grid-sorting .result-count p .count {
        font-weight: 600;
        background: radial-gradient(circle, #a66bff, #c666ef, #dd62df, #ee61cf, #fb64bf);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    .coze-grid-sorting .ordering {
        text-align: end;
    }

        .coze-grid-sorting .ordering label {
            display: inline-block;
            margin-bottom: 0;
            color: var(--paragraph-color);
            margin-right: 5px;
            font-weight: 600;
            font-size: 15px;
        }

        .coze-grid-sorting .ordering .nice-select {
            display: inline-block;
            width: 215px;
            background: #f8f8f8;
            border-color: #eeeeee;
            color: var(--black-color);
            transition: var(--transition);
            padding: 0 0 0 15px;
            height: 50px;
            line-height: 50px;
            font-weight: bold;
            border-radius: 5px;
        }

            .coze-grid-sorting .ordering .nice-select .list {
                background-color: var(--white-color);
                border-radius: 10px;
                box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
                list-style-type: none;
                border: none;
                width: 100%;
                margin-top: 0;
                margin-bottom: 0;
                padding-left: 0;
                padding-top: 10px;
                padding-bottom: 10px;
            }

                .coze-grid-sorting .ordering .nice-select .list .option {
                    line-height: 38px;
                    min-height: 38px;
                    color: var(--black-color);
                    position: relative;
                    transition: var(--transition);
                    padding-left: 15px;
                    padding-right: 25px;
                    font-weight: 600;
                }

                    .coze-grid-sorting .ordering .nice-select .list .option.selected.focus {
                        color: var(--main-color);
                        background-color: var(--white-color);
                    }

                    .coze-grid-sorting .ordering .nice-select .list .option:hover {
                        background-color: var(--main-color);
                        color: var(--white-color);
                    }

            .coze-grid-sorting .ordering .nice-select:after {
                border-color: var(--black-color);
                height: 8px;
                width: 8px;
                margin-top: -5px;
                right: 15px;
            }

            .coze-grid-sorting .ordering .nice-select:hover {
                border-color: var(--main-color);
                background-color: transparent;
            }

.single-events-box {
    transition: var(--transition);
    background-color: var(--white-color);
    margin-bottom: 25px;
}

    .single-events-box .image {
        position: relative;
        overflow: hidden;
        border-radius: 15px 15px 0 0;
    }

        .single-events-box .image .date {
            position: absolute;
            right: 10px;
            bottom: 10px;
            display: inline-block;
            background-color: var(--white-color);
            color: var(--optional-color);
            padding: 8px 20px;
            border-radius: 5px;
            font-size: 14px;
            font-weight: 500;
            font-family: var(--heading-font-family);
        }

        .single-events-box .image img {
            border-radius: 15px 15px 0 0;
            transition: var(--transition);
        }

    .single-events-box .content {
        padding: 25px 20px;
        position: relative;
        background-color: #f3f3f3;
        border-radius: 0 0 15px 15px;
    }

        .single-events-box .content h3 {
            margin-bottom: 0;
            line-height: 1.5;
            font-size: 22px;
            font-weight: bold;
        }

            .single-events-box .content h3 a {
                display: inline-block;
            }

        .single-events-box .content .location {
            display: block;
            color: var(--paragraph-color);
            margin-top: 20px;
            position: relative;
            padding-left: 22px;
            font-size: 14px;
            font-weight: 500;
        }

            .single-events-box .content .location i {
                color: var(--main-color);
                position: absolute;
                left: 0;
                top: 50%;
                transform: translateY(-50%);
                font-size: var(--font-size);
            }

    .single-events-box:hover .image img {
        transform: scale(1.1);
    }

/*================================================
Events Details Area CSS
=================================================*/
.events-details-area {
    background-color: #f9f9f9;
}

    .events-details-area .container-fluid {
        overflow: hidden;
        padding-left: 0;
        padding-right: 0;
    }

.events-details-image {
    position: relative;
    margin-bottom: 50px;
}

    .events-details-image #timer {
        position: absolute;
        z-index: 2;
        right: 0;
        left: 0;
        bottom: 50px;
    }

        .events-details-image #timer div {
            background: var(--btn-gradient-color);
            color: var(--white-color);
            width: 165px;
            height: 150px;
            z-index: 1;
            border-radius: 10px;
            font-size: 60px;
            font-weight: bold;
            margin-left: 8px;
            margin-right: 8px;
            font-family: var(--heading-font-family);
        }

            .events-details-image #timer div span {
                display: block;
                margin-top: -6px;
                font-size: var(--font-size);
                font-weight: 500;
                color: var(--black-color);
            }

.events-details-header {
    margin-bottom: 25px;
}

    .events-details-header .events-list {
        margin-bottom: 0;
        list-style-type: none;
        background-color: var(--white-color);
        padding: 30px;
        border-radius: 15px;
        border: 1px solid #f3f3f3;
    }

        .events-details-header .events-list li {
            display: inline-block;
            margin-right: 20px;
            color: var(--paragraph-color);
            position: relative;
            padding-left: 25px;
            font-size: 14px;
            font-weight: 500;
        }

            .events-details-header .events-list li i {
                color: var(--main-color);
                position: absolute;
                left: 0;
                top: 50%;
                transform: translateY(-50%);
                font-size: 18px;
            }

            .events-details-header .events-list li:last-child {
                margin-right: 0;
            }

.events-details-location {
    margin-bottom: 25px;
}

    .events-details-location iframe {
        height: 450px;
        width: 100%;
        border: none;
        border-radius: 15px;
    }

.events-details-desc h3 {
    margin-bottom: 20px;
    font-size: 22px;
}

    .events-details-desc h3:not(:first-child) {
        margin-top: 30px;
    }

.events-details-info {
    background-color: var(--white-color);
    border-radius: 15px;
    padding: 25px 30px 30px;
    border: 1px solid #f3f3f3;
}

    .events-details-info .info {
        margin-bottom: 0;
        list-style-type: none;
        padding-left: 0;
    }

        .events-details-info .info li {
            border-bottom: 1px solid #f3f3f3;
            color: var(--paragraph-color);
            font-size: var(--font-size);
            font-weight: 500;
            padding-top: 15px;
            padding-bottom: 15px;
        }

            .events-details-info .info li span {
                font-weight: 600;
                color: var(--black-color);
                position: relative;
            }

            .events-details-info .info li.price {
                padding-bottom: 10px;
                color: var(--main-color);
                font-size: 28px;
                font-weight: bold;
            }

                .events-details-info .info li.price span {
                    color: var(--black-color);
                    font-size: var(--font-size);
                    font-weight: bold;
                }

            .events-details-info .info li:first-child {
                padding-top: 0;
            }

    .events-details-info .events-btn-box {
        text-align: center;
        margin-top: 30px;
    }

        .events-details-info .events-btn-box p {
            margin-top: 20px;
        }

            .events-details-info .events-btn-box p a {
                color: var(--main-color);
            }

                .events-details-info .events-btn-box p a:hover {
                    text-decoration: underline;
                }

    .events-details-info .events-share {
        text-align: center;
        margin-top: 30px;
    }

        .events-details-info .events-share .share-info {
            display: inline-block;
            position: relative;
            cursor: pointer;
        }

            .events-details-info .events-share .share-info span {
                display: inline-block;
                color: var(--main-color);
                line-height: 1;
                font-size: var(--font-size);
                font-weight: bold;
                font-family: var(--heading-font-family);
            }

            .events-details-info .events-share .share-info .social-link {
                padding-left: 0;
                list-style-type: none;
                margin-bottom: 0;
                margin-top: 12px;
            }

                .events-details-info .events-share .share-info .social-link li {
                    display: inline-block;
                    margin-right: 5px;
                }

                    .events-details-info .events-share .share-info .social-link li:last-child {
                        margin-right: 0;
                    }

                    .events-details-info .events-share .share-info .social-link li a i {
                        display: inline-block;
                        width: 35px;
                        height: 35px;
                        line-height: 35px;
                        text-align: center;
                        background-color: #e1e1e1;
                        font-size: var(--font-size);
                        color: var(--black-color);
                        position: relative;
                        border-radius: 50px;
                        transition: var(--transition);
                    }

                        .events-details-info .events-share .share-info .social-link li a i:hover {
                            background-color: var(--main-color);
                            color: var(--white-color);
                            transform: translateY(-5px);
                        }

/*================================================
Career Area CSS
=================================================*/
.career-item {
    border: 1px solid #f5f5f5;
    padding: 30px;
    border-radius: 10px;
    margin-bottom: 25px;
}

    .career-item:last-child {
        margin-bottom: 0;
    }

    .career-item .career-content h3 {
        font-size: 22px;
        font-weight: bold;
        margin-bottom: 16.5px;
    }

        .career-item .career-content h3 a {
            color: var(--black-color);
        }

            .career-item .career-content h3 a:hover {
                color: var(--main-color);
            }

    .career-item .career-content p {
        margin-bottom: 18px;
    }

    .career-item .career-content .list {
        padding: 0;
        margin-bottom: 0;
    }

        .career-item .career-content .list li {
            font-family: var(--heading-font-family);
            list-style-type: none;
            display: inline-block;
            margin-right: 15px;
            color: var(--paragraph-color);
            font-weight: 500;
        }

            .career-item .career-content .list li:last-child {
                margin-right: 0;
            }

            .career-item .career-content .list li span {
                color: var(--main-color);
                font-weight: 500;
            }

/*================================================
Apply Area CSS
=================================================*/
.apply-area {
    background-image: url("../../assets/images/apply-bg.jpg");
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.apply-form-wrap {
    background-color: var(--white-color);
    padding: 45px;
    border-radius: 15px;
    max-width: 550px;
}

    .apply-form-wrap .content {
        margin-bottom: 30px;
    }

        .apply-form-wrap .content h3 {
            font-size: 22px;
            margin-bottom: 0;
        }

    .apply-form-wrap .apply-form .form-group {
        margin-bottom: 15px;
    }

        .apply-form-wrap .apply-form .form-group .form-control {
            height: 55px;
            color: var(--paragraph-color);
            box-shadow: unset !important;
            border: 1px solid #f5f5f5;
            background-color: #f5f5f5;
            transition: var(--transition);
            border-radius: 10px;
            padding: 15px 20px;
            font-size: 15px;
            font-weight: 400;
        }

            .apply-form-wrap .apply-form .form-group .form-control::-moz-placeholder {
                color: var(--paragraph-color);
                -moz-transition: var(--transition);
                transition: var(--transition);
            }

            .apply-form-wrap .apply-form .form-group .form-control::placeholder {
                color: var(--paragraph-color);
                transition: var(--transition);
            }

            .apply-form-wrap .apply-form .form-group .form-control:focus {
                border-color: var(--main-color);
                background-color: transparent;
            }

                .apply-form-wrap .apply-form .form-group .form-control:focus::-moz-placeholder {
                    color: transparent;
                }

                .apply-form-wrap .apply-form .form-group .form-control:focus::placeholder {
                    color: transparent;
                }

        .apply-form-wrap .apply-form .form-group textarea.form-control {
            height: 100px;
            padding-top: 15px;
        }

        .apply-form-wrap .apply-form .form-group .nice-select {
            display: inline-block;
            width: 100%;
            border: 1px solid #f5f5f5;
            background-color: #f5f5f5;
            color: var(--paragraph-color);
            transition: var(--transition);
            padding: 0 0 0 20px;
            height: 55px;
            line-height: 55px;
            font-size: 15px;
            font-weight: 400;
            border-radius: 10px;
        }

            .apply-form-wrap .apply-form .form-group .nice-select .list {
                background-color: var(--white-color);
                border-radius: 10px;
                box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
                list-style-type: none;
                border: none;
                width: 100%;
                margin-top: 0;
                margin-bottom: 0;
                padding-left: 0;
                padding-top: 10px;
                padding-bottom: 10px;
            }

                .apply-form-wrap .apply-form .form-group .nice-select .list .option {
                    line-height: 38px;
                    min-height: 38px;
                    color: var(--black-color);
                    position: relative;
                    transition: var(--transition);
                    padding-left: 15px;
                    padding-right: 25px;
                    font-weight: 400;
                }

                    .apply-form-wrap .apply-form .form-group .nice-select .list .option.selected.focus {
                        color: var(--main-color);
                        background-color: var(--white-color);
                    }

                    .apply-form-wrap .apply-form .form-group .nice-select .list .option:hover {
                        background-color: var(--main-color);
                        color: var(--white-color);
                    }

            .apply-form-wrap .apply-form .form-group .nice-select:after {
                border-color: var(--paragraph-color);
                height: 8px;
                width: 8px;
                margin-top: -5px;
                right: 20px;
            }

            .apply-form-wrap .apply-form .form-group .nice-select:hover {
                border-color: var(--main-color);
                background-color: transparent;
            }

    .apply-form-wrap .apply-form .default-btn {
        border: none;
        width: 100%;
        padding: 20px 25px;
    }

        .apply-form-wrap .apply-form .default-btn::before {
            width: 850px;
            height: 850px;
        }

/*================================================
Career Details Area CSS
=================================================*/
.career-details-desc h3 {
    font-size: 35px;
    margin-bottom: 0;
}

.career-details-desc .career-content {
    margin-top: 35px;
}

    .career-details-desc .career-content h4 {
        font-size: 22px;
        margin-bottom: 20px;
        font-weight: bold;
    }

    .career-details-desc .career-content .list {
        padding: 0;
        margin-bottom: 0;
    }

        .career-details-desc .career-content .list li {
            list-style-type: none;
            color: var(--paragraph-color);
            margin-bottom: 15px;
            position: relative;
            padding-left: 20px;
        }

            .career-details-desc .career-content .list li::before {
                position: absolute;
                content: "";
                left: 0;
                top: 7.5px;
                display: inline-block;
                height: 10px;
                width: 10px;
                background-color: var(--main-color);
                border-radius: 50px;
            }

            .career-details-desc .career-content .list li:last-child {
                margin-bottom: 0;
            }

.career-details-desc .career-details-image {
    margin-top: 35px;
    overflow: hidden;
    border-radius: 15px;
    position: relative;
}

    .career-details-desc .career-details-image img {
        border-radius: 15px;
        transition: var(--transition);
    }

    .career-details-desc .career-details-image:hover img {
        transform: scale(1.1);
    }

    .career-details-desc .career-details-image .video-btn {
        display: inline-block;
        width: 80px;
        height: 80px;
        line-height: 90px;
        background-color: var(--black-color);
        border-radius: 50%;
        color: var(--optional-color);
        position: absolute;
        z-index: 1;
        top: 50%;
        transform: translateY(-50%);
        left: 0;
        right: 0;
        margin: auto;
        text-align: center;
        font-size: 45px;
        transition: var(--transition);
        border: 2px solid #FB64BF;
    }

        .career-details-desc .career-details-image .video-btn i {
            transition: var(--transition);
            background: radial-gradient(circle, #a66bff, #c666ef, #dd62df, #ee61cf, #fb64bf);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
        }

        .career-details-desc .career-details-image .video-btn::before {
            content: "";
            display: block;
            position: absolute;
            top: 0;
            right: 0;
            z-index: -1;
            bottom: 0;
            left: 0;
            border-radius: 50%;
            border: 2px solid #FB64BF;
            animation: ripple 2s linear infinite;
        }

        .career-details-desc .career-details-image .video-btn:hover {
            background-color: var(--optional-color);
        }

            .career-details-desc .career-details-image .video-btn:hover i {
                background: var(--btn-gradient-color);
                -webkit-background-clip: text;
                -webkit-text-fill-color: transparent;
            }

.career-details-info {
    background-color: #f8f9fa;
    border-radius: 15px;
    padding: 30px;
}

    .career-details-info h3 {
        font-size: 22px;
        font-weight: bold;
        margin-bottom: 0;
        position: relative;
        padding-bottom: 15px;
    }

        .career-details-info h3::before {
            position: absolute;
            content: "";
            left: 0;
            bottom: 0;
            background: var(--optional-color);
            height: 2px;
            width: 50px;
        }

    .career-details-info .list {
        padding: 0;
        margin-top: 25px;
        margin-bottom: 0;
        display: inline-block;
    }

        .career-details-info .list li {
            list-style-type: none;
            margin-bottom: 20px;
            font-family: var(--heading-font-family);
            font-weight: 400;
            color: var(--paragraph-color);
        }

            .career-details-info .list li:last-child {
                margin-bottom: 0;
            }

            .career-details-info .list li span {
                color: var(--black-color);
                font-weight: 600;
                font-family: var(--heading-font-family);
                display: block;
                font-size: 18px;
                margin-bottom: 10px;
            }

/*================================================
Profile Authentication Area CSS
=================================================*/
.login-form {
    padding: 35px;
    border-radius: 15px;
    background-color: var(--white-color);
    box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
    max-width: 650px;
    margin: auto;
    border: 1px solid #e1e1e1;
}

    .login-form h2 {
        font-size: 30px;
        margin-bottom: 30px;
        font-weight: bold;
    }

    .login-form form .form-group {
        margin-bottom: 25px;
    }

        .login-form form .form-group label {
            display: block;
            margin-bottom: 8px;
            color: var(--paragraph-color);
            font-weight: 500;
            font-size: var(--font-size);
        }

        .login-form form .form-group .form-control {
            height: 55px;
            padding: 20px;
            line-height: initial;
            color: var(--btn-gradient-color);
            background-color: transparent;
            border: 1px solid #eeeeee;
            border-radius: 10px;
            box-shadow: unset;
            transition: var(--transition);
            font-size: 15px;
            font-weight: 500;
        }

            .login-form form .form-group .form-control:focus {
                border: 1px solid --main-color;
                background-color: transparent;
            }

                .login-form form .form-group .form-control:focus::-moz-placeholder {
                    color: transparent;
                    -moz-transition: var(--transition);
                    transition: var(--transition);
                }

                .login-form form .form-group .form-control:focus::placeholder {
                    color: transparent;
                    transition: var(--transition);
                }

    .login-form form .form-check-input:focus {
        border-color: var(--main-color);
        box-shadow: unset;
    }

    .login-form form .lost-your-password {
        text-align: end;
    }

        .login-form form .lost-your-password a {
            display: inline-block;
            position: relative;
            font-weight: 500;
            font-size: 15px;
            color: var(--paragraph-color);
        }

            .login-form form .lost-your-password a::before {
                width: 100%;
                height: 1px;
                position: absolute;
                left: 0;
                bottom: 0;
                content: "";
                transition: var(--transition);
                background-color: #eeeeee;
            }

            .login-form form .lost-your-password a::after {
                width: 0;
                height: 1px;
                position: absolute;
                left: 0;
                transition: var(--transition);
                bottom: 0;
                content: "";
                background-color: var(--main-color);
            }

            .login-form form .lost-your-password a:hover::before {
                width: 0;
            }

            .login-form form .lost-your-password a:hover::after {
                width: 100%;
            }

    .login-form form .default-btn {
        margin-top: 25px;
        padding: 15px 35px;
        width: 100%;
        border: none;
    }

        .login-form form .default-btn::before {
            width: 850px;
            height: 850px;
        }

.register-form {
    padding: 35px;
    border-radius: 15px;
    background-color: var(--white-color);
    box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
    max-width: 650px;
    margin: auto;
    border: 1px solid #e1e1e1;
}

    .register-form h2 {
        font-size: 30px;
        margin-bottom: 30px;
        font-weight: bold;
    }

    .register-form form .form-group {
        margin-bottom: 25px;
    }

        .register-form form .form-group label {
            display: block;
            margin-bottom: 8px;
            color: var(--paragraph-color);
            font-weight: 500;
            font-size: var(--font-size);
        }

        .register-form form .form-group .form-control {
            height: 55px;
            padding: 20px;
            line-height: initial;
            color: var(--black-color);
            background-color: transparent;
            border: 1px solid #eeeeee;
            border-radius: 10px;
            box-shadow: unset;
            transition: var(--transition);
            font-size: 15px;
            font-weight: 500;
        }

            .register-form form .form-group .form-control:focus {
                border: 1px solid --main-color;
                background-color: transparent;
            }

                .register-form form .form-group .form-control:focus::-moz-placeholder {
                    color: transparent;
                    -moz-transition: var(--transition);
                    transition: var(--transition);
                }

                .register-form form .form-group .form-control:focus::placeholder {
                    color: transparent;
                    transition: var(--transition);
                }

    .register-form form .description {
        font-style: italic;
        font-size: 14px;
        margin-top: -5px;
        margin-bottom: 15px;
    }

    .register-form form .default-btn {
        margin-top: 10px;
        padding: 15px 35px;
        width: 100%;
        border: none;
    }

        .register-form form .default-btn::before {
            width: 850px;
            height: 850px;
        }

/*================================================
Membership Levels Area CSS
=================================================*/
.membership-levels-table .table {
    margin-bottom: 0;
    border: 1px solid #f5f5f5;
}

    .membership-levels-table .table thead th {
        vertical-align: middle;
        background-color: var(--main-color);
        white-space: nowrap;
        padding: 20px;
        text-align: center;
        color: var(--white-color);
        border-left: 1px solid var(--white-color);
        border-right: 1px solid var(--white-color);
        border-bottom: none;
    }

        .membership-levels-table .table thead th .desc-1 {
            color: var(--white-color);
            margin-bottom: 0;
            font-size: 30px;
            font-weight: bold;
            display: block;
            font-family: var(--heading-font-family);
            line-height: 1;
        }

        .membership-levels-table .table thead th .desc-2 {
            color: var(--white-color);
            margin-top: 18px;
            margin-bottom: 10px;
            font-size: var(--font-size);
            font-weight: 400;
            display: block;
        }

        .membership-levels-table .table thead th .desc-3 {
            color: var(--white-color);
            font-size: var(--font-size);
            font-weight: 400;
            display: block;
        }

        .membership-levels-table .table thead th:first-child {
            border-left: none;
        }

        .membership-levels-table .table thead th:last-child {
            border-right: none;
        }

    .membership-levels-table .table tbody tr td {
        padding: 20px 25px;
        white-space: nowrap;
        vertical-align: middle;
        border: none;
        text-align: center;
        font-size: var(--font-size);
        font-weight: 600;
    }

        .membership-levels-table .table tbody tr td:first-child {
            text-align: start;
        }

        .membership-levels-table .table tbody tr td.item-check i {
            width: 20px;
            height: 20px;
            line-height: 20px;
            border-radius: 100%;
            background-color: #0eb582;
            color: var(--white-color);
            display: block;
            margin: 0 auto;
        }

        .membership-levels-table .table tbody tr td.item-none i {
            width: 20px;
            height: 20px;
            line-height: 20px;
            border-radius: 100%;
            background-color: var(--optional-color);
            color: var(--white-color);
            display: block;
            margin: 0 auto;
        }

        .membership-levels-table .table tbody tr td .select-btn {
            display: inline-block;
            color: var(--black-color);
            background-color: #f5f5f5;
            padding: 15px 35px;
            border-radius: 10px;
            font-size: var(--font-size);
            font-weight: 600;
        }

            .membership-levels-table .table tbody tr td .select-btn:hover {
                color: var(--white-color);
                background-color: var(--main-color);
            }

    .membership-levels-table .table tbody:not(:first-child) {
        border-top: unset;
    }

/*================================================
Purchase Guide Area CSS
=================================================*/
.purchase-guide-content .guide-image {
    overflow: hidden;
    border-radius: 15px;
    margin-bottom: 30px;
}

    .purchase-guide-content .guide-image img {
        border-radius: 15px;
        transition: var(--transition);
    }

    .purchase-guide-content .guide-image:hover img {
        transform: scale(1.1);
    }

.purchase-guide-content h3 {
    margin-top: 25px;
    margin-bottom: 15px;
    font-size: 22px;
    font-weight: bold;
}

.purchase-guide-content .blockquote, .purchase-guide-content blockquote {
    margin-top: 25px;
    margin-bottom: 30px;
    background-color: #e6f2f5;
    text-align: left !important;
    padding: 25px !important;
    border-radius: 10px;
}

    .purchase-guide-content .blockquote p, .purchase-guide-content blockquote p {
        margin-bottom: 0;
        line-height: 1.8;
        font-size: 15px !important;
        font-weight: 500;
    }

    .purchase-guide-content .blockquote::after, .purchase-guide-content blockquote::after {
        display: none;
    }

    .purchase-guide-content .blockquote::before, .purchase-guide-content blockquote::before {
        display: none;
    }

.purchase-guide-content ol, .purchase-guide-content ul {
    margin-top: 20px;
}

    .purchase-guide-content ol li, .purchase-guide-content ul li {
        margin-bottom: 10px;
        color: var(--paragraph-color);
        line-height: 1.8;
        font-weight: 500;
        font-size: 15px;
    }

/*================================================
Terms of Service Area CSS
=================================================*/
.terms-of-service-content .terms-of-service-image {
    overflow: hidden;
    border-radius: 15px;
    margin-bottom: 30px;
}

    .terms-of-service-content .terms-of-service-image img {
        border-radius: 15px;
        transition: var(--transition);
    }

    .terms-of-service-content .terms-of-service-image:hover img {
        transform: scale(1.1);
    }

.terms-of-service-content h3 {
    margin-top: 25px;
    margin-bottom: 15px;
    font-size: 22px;
    font-weight: bold;
}

.terms-of-service-content .blockquote, .terms-of-service-content blockquote {
    margin-top: 25px;
    margin-bottom: 30px;
    background-color: #e6f2f5;
    text-align: left !important;
    padding: 25px !important;
    border-radius: 10px;
}

    .terms-of-service-content .blockquote p, .terms-of-service-content blockquote p {
        margin-bottom: 0;
        line-height: 1.8;
        font-size: 15px !important;
        font-weight: 500;
    }

    .terms-of-service-content .blockquote::after, .terms-of-service-content blockquote::after {
        display: none;
    }

    .terms-of-service-content .blockquote::before, .terms-of-service-content blockquote::before {
        display: none;
    }

.terms-of-service-content ol, .terms-of-service-content ul {
    margin-top: 20px;
}

    .terms-of-service-content ol li, .terms-of-service-content ul li {
        margin-bottom: 10px;
        color: var(--paragraph-color);
        line-height: 1.8;
        font-weight: 500;
        font-size: 15px;
    }

/*================================================
Privacy Policy Area CSS
=================================================*/
.privacy-policy-content .privacy-policy-image {
    overflow: hidden;
    border-radius: 15px;
    margin-bottom: 30px;
}

    .privacy-policy-content .privacy-policy-image img {
        border-radius: 15px;
        transition: var(--transition);
    }

    .privacy-policy-content .privacy-policy-image:hover img {
        transform: scale(1.1);
    }

.privacy-policy-content h3 {
    margin-top: 25px;
    margin-bottom: 15px;
    font-size: 22px;
    font-weight: bold;
}

.privacy-policy-content .blockquote, .privacy-policy-content blockquote {
    margin-top: 25px;
    margin-bottom: 30px;
    background-color: #e6f2f5;
    text-align: left !important;
    padding: 25px !important;
    border-radius: 10px;
}

    .privacy-policy-content .blockquote p, .privacy-policy-content blockquote p {
        margin-bottom: 0;
        line-height: 1.8;
        font-size: 15px !important;
        font-weight: 500;
    }

    .privacy-policy-content .blockquote::after, .privacy-policy-content blockquote::after {
        display: none;
    }

    .privacy-policy-content .blockquote::before, .privacy-policy-content blockquote::before {
        display: none;
    }

.privacy-policy-content ol, .privacy-policy-content ul {
    margin-top: 20px;
}

    .privacy-policy-content ol li, .privacy-policy-content ul li {
        margin-bottom: 10px;
        color: var(--paragraph-color);
        line-height: 1.8;
        font-weight: 500;
        font-size: 15px;
    }

/*================================================
404 Error Area CSS
=================================================*/
.error-content {
    text-align: center;
}

    .error-content h3 {
        margin-top: 35px;
        margin-bottom: 20px;
        font-size: 30px;
    }

    .error-content p {
        max-width: 550px;
        margin: auto;
    }

    .error-content .default-btn {
        margin-top: 25px;
    }

/*================================================
Coming Soon Area CSS
=================================================*/
.coming-soon-area {
    background-image: url(../../assets/images/coming-soon-bg.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 120px;
    padding-bottom: 120px;
}

.coming-soon-content {
    max-width: 650px;
    background-color: var(--white-color);
    border-radius: 10px;
    overflow: hidden;
    text-align: center;
    padding: 35px;
    box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
    margin: 0 auto 0 0;
    transition: var(--transition);
    border: 1px solid var(--white-color);
}

    .coming-soon-content .logo {
        display: inline-block;
    }

    .coming-soon-content h2 {
        font-size: 35px;
        margin-top: 30px;
        margin-bottom: 0;
    }

    .coming-soon-content #timer {
        margin-top: 35px;
    }

        .coming-soon-content #timer div {
            background: var(--btn-gradient-color);
            color: var(--white-color);
            width: 130px;
            height: 130px;
            border-radius: 50%;
            font-size: 40px;
            font-weight: bold;
            margin-left: 5px;
            margin-right: 5px;
            transition: var(--transition);
        }

            .coming-soon-content #timer div:hover {
                transform: translateY(-5px);
            }

            .coming-soon-content #timer div span {
                display: block;
                margin-top: -2px;
                font-size: 15px;
                font-weight: 500;
            }

    .coming-soon-content form {
        max-width: 550px;
        margin-left: auto;
        margin-right: auto;
        margin-top: 35px;
    }

        .coming-soon-content form .form-group {
            margin-bottom: 15px;
        }

            .coming-soon-content form .form-group .form-control {
                height: 55px;
                padding: 15px 20px;
                line-height: initial;
                color: var(--paragraph-color);
                background-color: var(--white-color);
                border: 1px solid #E5E7EC;
                box-shadow: -12px 8px 25px rgba(217, 35, 12, 0.03);
                border-radius: 20px;
                transition: var(--transition);
                font-size: var(--font-size);
                font-weight: 400;
            }

                .coming-soon-content form .form-group .form-control::-moz-placeholder {
                    color: var(--paragraph-color);
                }

                .coming-soon-content form .form-group .form-control::placeholder {
                    color: var(--paragraph-color);
                }

                .coming-soon-content form .form-group .form-control:focus::-moz-placeholder {
                    color: transparent;
                    -moz-transition: var(--transition);
                    transition: var(--transition);
                }

                .coming-soon-content form .form-group .form-control:focus::placeholder {
                    color: transparent;
                    transition: var(--transition);
                }

        .coming-soon-content form .default-btn {
            width: 100%;
            border: none;
            border-radius: 20px;
        }

            .coming-soon-content form .default-btn::before {
                width: 850px;
                height: 850px;
            }

        .coming-soon-content form .validation-danger {
            margin-top: 15px;
            color: red;
        }

        .coming-soon-content form .validation-success {
            margin-top: 15px;
        }

    .coming-soon-content:hover {
        border: 1px solid var(--main-color);
    }

/*================================================
Courses Area CSS
=================================================*/
.single-courses-box {
    margin-bottom: 25px;
    transition: var(--transition);
}

    .single-courses-box .courses-image {
        border-radius: 10px 10px 0 0;
        position: relative;
        z-index: 1;
    }

        .single-courses-box .courses-image img {
            border-radius: 10px 10px 0 0;
            transition: var(--transition);
        }

        .single-courses-box .courses-image .price {
            display: inline-block;
            background: var(--btn-gradient-color);
            color: var(--white-color);
            width: 65px;
            height: 65px;
            border-radius: 50%;
            position: absolute;
            right: 20px;
            bottom: -32.5px;
            text-align: center;
            line-height: 65px;
            font-size: 25px;
            font-weight: 500;
            transition: var(--transition);
        }

    .single-courses-box .courses-content {
        border-radius: 0 0 10px 10px;
        padding: 25px;
        background-color: var(--white-color);
        box-shadow: 0px 8px 16px 0px rgba(146, 184, 255, 0.2);
    }

        .single-courses-box .courses-content .course-author {
            margin-bottom: 20px;
        }

            .single-courses-box .courses-content .course-author img {
                width: 45px;
                height: 45px;
                margin-right: 10px;
            }

            .single-courses-box .courses-content .course-author span {
                color: var(--optional-color);
                font-size: var(--font-size);
                font-weight: 600;
                font-family: var(--heading-font-family);
            }

        .single-courses-box .courses-content h3 {
            margin-bottom: 15px;
            line-height: 1.5;
            font-size: 22px;
            font-weight: bold;
        }

            .single-courses-box .courses-content h3 a {
                display: inline-block;
            }

        .single-courses-box .courses-content .courses-box-footer {
            list-style-type: none;
            padding-left: 0;
            margin-bottom: 0;
            margin-left: -7px;
            margin-right: -7px;
            margin-top: 25px;
        }

            .single-courses-box .courses-content .courses-box-footer li {
                color: var(--paragraph-color);
                font-size: 15px;
                font-weight: 500;
                position: relative;
                padding-left: 30px;
                padding-right: 8px;
            }

                .single-courses-box .courses-content .courses-box-footer li i {
                    color: var(--main-color);
                    position: absolute;
                    left: 6px;
                    top: 50%;
                    transform: translateY(-50%);
                    font-size: var(--font-size);
                }

    .single-courses-box:hover {
        transform: translateY(-5px);
    }

        .single-courses-box:hover .courses-image .price {
            animation: bounce 1s;
        }

/*================================================
Courses Details Area CSS
=================================================*/
.courses-details-area {
    background-color: #f5f5f5;
}

    .courses-details-area .container-fluid {
        padding-left: 0;
        padding-right: 0;
        overflow: hidden;
    }

.courses-details-image {
    position: relative;
}

    .courses-details-image img {
        transition: var(--transition);
    }

    .courses-details-image .video-btn {
        display: inline-block;
        width: 80px;
        height: 80px;
        line-height: 90px;
        background-color: var(--main-color);
        border-radius: 50px;
        color: var(--white-color);
        position: absolute;
        z-index: 1;
        left: 0;
        right: 0;
        margin: auto;
        top: 50%;
        transform: translateY(-50%);
        text-align: center;
    }

        .courses-details-image .video-btn i {
            font-size: 55px;
            position: relative;
            top: 12px;
            left: 2px;
        }

        .courses-details-image .video-btn::after {
            content: "";
            display: block;
            position: absolute;
            top: 0;
            right: 0;
            z-index: -1;
            bottom: 0;
            left: 0;
            border-radius: 50px;
            border: 1px solid var(--main-color);
            animation: ripple 2s linear 1s infinite;
        }

        .courses-details-image .video-btn::before {
            content: "";
            display: block;
            position: absolute;
            top: 0;
            right: 0;
            z-index: -1;
            bottom: 0;
            left: 0;
            border-radius: 50px;
            border: 1px solid var(--main-color);
            animation: ripple 2s linear infinite;
        }

        .courses-details-image .video-btn:hover {
            background-color: var(--optional-color);
            color: var(--white-color);
        }

.courses-details-desc {
    margin-top: 15px;
}

.courses-details-desc1 {
    margin-top: 0px;
}

.courses-details-desc .nav {
    margin-bottom: 0;
    list-style-type: none;
    background-color: #000000;
    border: none;
    border-radius: 5px;
}

    .courses-details-desc .nav .nav-item {
        margin-bottom: 0;
        margin-right: 20px;
    }

        .courses-details-desc .nav .nav-item .nav-link {
            border-radius: 0;
            border: none;
            padding: 0;
            transition: var(--transition);
            padding: 8px;
            border-radius: 10px;
            font-size: 16px;
            font-weight: 400;
            color: #ffffff;
        }

            .courses-details-desc .nav .nav-item .nav-link:hover, .courses-details-desc .nav .nav-item .nav-link.active {
                color: var(--white-color);
                background-color: #114b9c;
                font-weight: 400;
                padding: 7px;
                font-size: 16px;
            }

        .courses-details-desc .nav .nav-item:last-child {
            margin-right: 0;
        }

/*.courses-details-desc .tab-content {
        margin-top: 45px;
    }*/

.courses-details-desc .tab-content .courses-overview h3 {
    margin-bottom: 20px;
    font-size: 22px;
    font-weight: bold;
}

    .courses-details-desc .tab-content .courses-overview h3:not(:first-child) {
        margin-top: 25px;
    }

.courses-details-desc .tab-content .courses-curriculum {
    border: 1px solid #eeeeee;
    border-radius: 5px;
    padding: 30px;
}

    .courses-details-desc .tab-content .courses-curriculum h3 {
        margin-bottom: 5px;
        font-size: 20px;
        font-weight: bold;
    }

        .courses-details-desc .tab-content .courses-curriculum h3:not(:first-child) {
            margin-top: 20px;
        }

    .courses-details-desc .tab-content .courses-curriculum ul {
        padding-left: 0;
        margin-bottom: 0;
        list-style-type: none;
    }

        .courses-details-desc .tab-content .courses-curriculum ul li {
            display: block;
        }

.courses-curriculum ul li {
    line-height: 25px;
    font-family: var(--main-font-family);
    font-size: 15px;
    font-weight: 500;
}


.courses-details-desc .tab-content .courses-curriculum ul li a {
    /*background-color: #f8f9f8;*/
    color: var(--black-color);
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 15px;
    padding-bottom: 15px;
    /*margin-left: -30px;
    margin-right: -30px;*/
}

    .courses-details-desc .tab-content .courses-curriculum ul li a .courses-name {
        font-size: var(--font-size);
        font-weight: 500;
        color: var(--paragraph-color);
        transition: var(--transition);
    }

        .courses-details-desc .tab-content .courses-curriculum ul li a .courses-name:hover {
            color: var(--main-color);
        }

    .courses-details-desc .tab-content .courses-curriculum ul li a .courses-meta {
        text-align: right;
    }

        .courses-details-desc .tab-content .courses-curriculum ul li a .courses-meta .questions {
            display: inline-block;
            background: var(--main-color);
            color: var(--white-color);
            border-radius: 5px;
            margin-right: 5px;
            padding: 5px 10px;
            font-size: 15px;
            font-weight: 500;
            transition: var(--transition);
        }

            .courses-details-desc .tab-content .courses-curriculum ul li a .courses-meta .questions:hover {
                background-color: var(--optional-color);
                color: var(--white-color);
            }

        .courses-details-desc .tab-content .courses-curriculum ul li a .courses-meta .duration {
            display: inline-block;
            background: var(--optional-color);
            color: var(--white-color);
            border-radius: 5px;
            padding: 5px 10px;
            font-size: 15px;
            font-weight: 500;
            transition: var(--transition);
        }

            .courses-details-desc .tab-content .courses-curriculum ul li a .courses-meta .duration:hover {
                background-color: var(--main-color);
                color: var(--white-color);
            }

        .courses-details-desc .tab-content .courses-curriculum ul li a .courses-meta .status {
            display: inline-block;
            background: var(--black-color);
            color: var(--white-color);
            border-radius: 5px;
            margin-left: 5px;
            padding: 5px 10px;
            font-size: 15px;
            font-weight: 500;
            transition: var(--transition);
        }

            .courses-details-desc .tab-content .courses-curriculum ul li a .courses-meta .status:hover {
                background-color: var(--main-color);
                color: var(--white-color);
            }

            .courses-details-desc .tab-content .courses-curriculum ul li a .courses-meta .status.locked {
                color: var(--black-color);
                background-color: transparent;
                padding: 0;
                margin-left: 8px;
                border-radius: 0;
                position: relative;
                top: 1px;
                font-size: 18px;
                font-weight: normal;
                transition: var(--transition);
            }

                .courses-details-desc .tab-content .courses-curriculum ul li a .courses-meta .status.locked:hover {
                    color: var(--main-color);
                }

    .courses-details-desc .tab-content .courses-curriculum ul li a:hover {
        color: var(--main-color);
    }

.courses-details-desc .tab-content .courses-instructor .instructor-image img {
    border-radius: 15px;
}

.courses-details-desc .tab-content .courses-instructor .instructor-content {
    padding-left: 15px;
}

    .courses-details-desc .tab-content .courses-instructor .instructor-content h3 {
        font-size: 20px;
        margin-bottom: 18px;
        font-weight: bold;
    }

    .courses-details-desc .tab-content .courses-instructor .instructor-content span {
        font-weight: 500;
        color: var(--main-color);
        display: inline-block;
        margin-bottom: 15px;
        font-size: 15px;
    }

    .courses-details-desc .tab-content .courses-instructor .instructor-content p {
        margin-bottom: 20px;
    }

    .courses-details-desc .tab-content .courses-instructor .instructor-content .social-link {
        padding-left: 0;
        margin-bottom: 0;
        margin-top: 25px;
    }

        .courses-details-desc .tab-content .courses-instructor .instructor-content .social-link li {
            list-style-type: none;
            display: inline-block;
            margin-right: 8px;
        }

            .courses-details-desc .tab-content .courses-instructor .instructor-content .social-link li:last-child {
                margin-right: 0;
            }

            .courses-details-desc .tab-content .courses-instructor .instructor-content .social-link li a i {
                display: inline-block;
                width: 38px;
                height: 38px;
                line-height: 38px;
                text-align: center;
                background: var(--btn-gradient-color);
                transition: var(--transition);
                color: var(--white-color);
                border-radius: 50px;
                font-size: 18px;
            }

                .courses-details-desc .tab-content .courses-instructor .instructor-content .social-link li a i:hover {
                    transform: translateY(-5px);
                }

.courses-details-desc .tab-content .courses-reviews h3 {
    margin-bottom: 15px;
    display: inline-block;
    font-size: 22px;
    font-weight: bold;
}

.courses-details-desc .tab-content .courses-reviews .rating span {
    font-size: var(--font-size);
    color: #cecfd2;
}

    .courses-details-desc .tab-content .courses-reviews .rating span.checked {
        color: orange;
    }

.courses-details-desc .tab-content .courses-reviews .rating-count {
    margin-top: 10px;
    margin-bottom: 20px;
}

    .courses-details-desc .tab-content .courses-reviews .rating-count span {
        display: block;
        font-size: 15px;
        color: var(--paragraph-color);
        font-weight: 500;
    }

.courses-details-desc .tab-content .courses-reviews .row {
    overflow: hidden;
    margin-left: 0;
    margin-right: 0;
}

.courses-details-desc .tab-content .courses-reviews .side {
    float: left;
    width: 8%;
    margin-top: 10px;
    padding-left: 0;
    padding-right: 0;
}

    .courses-details-desc .tab-content .courses-reviews .side div {
        font-size: var(--font-size);
        font-weight: 600;
        font-family: var(--heading-font-family);
    }

.courses-details-desc .tab-content .courses-reviews .middle {
    margin-top: 14px;
    float: left;
    width: 82%;
}

.courses-details-desc .tab-content .courses-reviews .right {
    text-align: end;
}

.courses-details-desc .tab-content .courses-reviews .bar-container {
    width: 100%;
    background-color: var(--white-color);
    text-align: center;
    border-radius: 5px;
}

.courses-details-desc .tab-content .courses-reviews .bar-5 {
    width: 100%;
    height: 18px;
    background-color: #4CAF50;
    border-radius: 5px;
}

.courses-details-desc .tab-content .courses-reviews .bar-4 {
    width: 75%;
    height: 18px;
    background-color: #2196F3;
    border-radius: 5px;
    border-radius: 5px;
}

.courses-details-desc .tab-content .courses-reviews .bar-3 {
    width: 50%;
    height: 18px;
    background-color: #00bcd4;
    border-radius: 5px;
}

.courses-details-desc .tab-content .courses-reviews .bar-2 {
    width: 25%;
    height: 18px;
    background-color: #ff9800;
    border-radius: 5px;
}

.courses-details-desc .tab-content .courses-reviews .bar-1 {
    width: 0;
    height: 18px;
    background-color: #f44336;
    border-radius: 5px;
}

.courses-details-desc .tab-content .courses-review-comments {
    margin-top: 40px;
}

    .courses-details-desc .tab-content .courses-review-comments h3 {
        border-bottom: 1px solid var(--white-color);
        padding-bottom: 12px;
        margin-bottom: 10px;
        font-size: 20px;
        font-weight: bold;
    }

    .courses-details-desc .tab-content .courses-review-comments .user-review {
        border-bottom: 1px solid var(--white-color);
        padding: 20px 0 20px 110px;
        position: relative;
    }

        .courses-details-desc .tab-content .courses-review-comments .user-review img {
            position: absolute;
            left: 0;
            top: 20px;
            width: 90px;
            height: 90px;
            border-radius: 20px;
        }

        .courses-details-desc .tab-content .courses-review-comments .user-review .sub-comment {
            margin-bottom: 8px;
            font-weight: 500;
            font-size: 15px;
            color: var(--main-color);
        }

        .courses-details-desc .tab-content .courses-review-comments .user-review p {
            font-size: 15px;
        }

        .courses-details-desc .tab-content .courses-review-comments .user-review .review-rating {
            display: block;
            margin-bottom: 8px;
        }

            .courses-details-desc .tab-content .courses-review-comments .user-review .review-rating .review-stars {
                display: inline-block;
            }

                .courses-details-desc .tab-content .courses-review-comments .user-review .review-rating .review-stars i {
                    color: #cecfd2;
                    font-size: 15px;
                    display: inline-block;
                    margin-right: -2px;
                }

                    .courses-details-desc .tab-content .courses-review-comments .user-review .review-rating .review-stars i.checked {
                        color: orange;
                    }

            .courses-details-desc .tab-content .courses-review-comments .user-review .review-rating span {
                color: var(--black-color);
                position: relative;
                top: -2px;
                font-weight: 600;
                margin-left: 5px;
            }

.courses-details-info {
    background-color: var(--white-color);
    border-radius: 15px;
    padding: 12px 12px 35px 12px;
    margin-top: 50px;
    border: 1px solid #f3f3f3;
}

    .courses-details-info .image {
        text-align: center;
        position: relative;
    }

        .courses-details-info .image img {
            border-radius: 15px;
        }

        .courses-details-info .image .video-btn {
            display: inline-block;
            width: 70px;
            height: 70px;
            line-height: 70px;
            background-color: var(--white-color);
            border-radius: 50%;
            color: var(--black-color);
            position: absolute;
            z-index: 1;
            top: 50%;
            transform: translateY(-50%);
            right: 0;
            left: 0;
            margin: auto;
            text-align: center;
            transition: var(--transition);
        }

            .courses-details-info .image .video-btn i {
                font-size: 50px;
                position: relative;
                top: 10px;
                left: 2px;
                color: var(--main-color);
                transition: var(--transition);
            }

            .courses-details-info .image .video-btn::before {
                content: "";
                display: block;
                position: absolute;
                top: 0;
                right: 0;
                z-index: -1;
                bottom: 0;
                left: 0;
                border-radius: 50%;
                border: 2px solid var(--white-color);
                animation: ripple 2s linear infinite;
            }

            .courses-details-info .image .video-btn:hover {
                background-color: var(--main-color);
            }

                .courses-details-info .image .video-btn:hover i {
                    color: var(--white-color);
                }

    .courses-details-info .info {
        margin-bottom: 0;
        list-style-type: none;
        padding: 30px 20px;
    }

        .courses-details-info .info li {
            border-bottom: 1px solid #e5e5e7;
            color: var(--paragraph-color);
            font-size: var(--font-size);
            font-weight: 500;
            padding-top: 15px;
            padding-bottom: 15px;
        }

            .courses-details-info .info li span {
                font-weight: 600;
                color: var(--black-color);
            }

            .courses-details-info .info li.price {
                padding-bottom: 10px;
                color: var(--main-color);
                font-size: 28px;
                font-weight: bold;
                font-family: var(--heading-font-family);
            }

                .courses-details-info .info li.price span {
                    color: var(--black-color);
                    font-size: var(--font-size);
                    font-weight: bold;
                }

            .courses-details-info .info li:first-child {
                padding-top: 0;
            }

    .courses-details-info .courses-btn-box {
        text-align: center;
    }

    .courses-details-info .courses-share {
        text-align: center;
        margin-top: 25px;
    }

        .courses-details-info .courses-share .share-info {
            display: inline-block;
            position: relative;
            cursor: pointer;
        }

            .courses-details-info .courses-share .share-info span {
                display: inline-block;
                color: var(--main-color);
                line-height: 1;
                font-size: var(--font-size);
                font-weight: 500;
            }

            .courses-details-info .courses-share .share-info .social-link {
                padding-left: 0;
                list-style-type: none;
                margin-bottom: 0;
                margin-top: 12px;
            }

                .courses-details-info .courses-share .share-info .social-link li {
                    display: inline-block;
                    margin-right: 5px;
                }

                    .courses-details-info .courses-share .share-info .social-link li:last-child {
                        margin-right: 0;
                    }

                    .courses-details-info .courses-share .share-info .social-link li a i {
                        display: inline-block;
                        width: 35px;
                        height: 35px;
                        line-height: 35px;
                        text-align: center;
                        background: var(--btn-gradient-color);
                        font-size: var(--font-size);
                        color: var(--white-color);
                        position: relative;
                        border-radius: 50px;
                        transition: var(--transition);
                    }

                        .courses-details-info .courses-share .share-info .social-link li a i:hover {
                            transform: translateY(-5px);
                        }

/*================================================
Products Area CSS
=================================================*/
.products-grid-sorting {
    margin-bottom: 30px;
}

    .products-grid-sorting .ordering {
        text-align: end;
    }

        .products-grid-sorting .ordering label {
            display: inline-block;
            margin-bottom: 0;
            color: var(--paragraph-color);
            margin-right: 5px;
            font-weight: 600;
            font-size: 15px;
        }

        .products-grid-sorting .ordering .nice-select {
            display: inline-block;
            width: 100%;
            background: #F2F1F3;
            border-color: #F2F1F3;
            color: #9B8DAC;
            transition: var(--transition);
            padding: 0 0 0 15px;
            height: 70px;
            line-height: 70px;
            font-weight: 400;
            border-radius: 15px;
        }

            .products-grid-sorting .ordering .nice-select .list {
                background-color: var(--white-color);
                border-radius: 10px;
                box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
                list-style-type: none;
                border: none;
                width: 100%;
                margin-top: 0;
                margin-bottom: 0;
                padding-left: 0;
                padding-top: 10px;
                padding-bottom: 10px;
            }

                .products-grid-sorting .ordering .nice-select .list .option {
                    line-height: 38px;
                    min-height: 38px;
                    color: var(--black-color);
                    position: relative;
                    transition: var(--transition);
                    padding-left: 15px;
                    padding-right: 25px;
                    font-weight: 600;
                }

                    .products-grid-sorting .ordering .nice-select .list .option.selected.focus {
                        color: var(--main-color);
                        background-color: var(--white-color);
                    }

                    .products-grid-sorting .ordering .nice-select .list .option:hover {
                        background-color: var(--main-color);
                        color: var(--white-color);
                    }

            .products-grid-sorting .ordering .nice-select:after {
                border-color: var(--black-color);
                height: 8px;
                width: 8px;
                margin-top: -5px;
                right: 15px;
            }

            .products-grid-sorting .ordering .nice-select:hover {
                border-color: var(--main-color);
                background-color: transparent;
            }

        .products-grid-sorting .ordering form {
            position: relative;
        }

            .products-grid-sorting .ordering form .search-field {
                height: 70px;
                color: #9B8DAC;
                border: 1px solid #F2F1F3;
                display: block;
                width: 100%;
                border-radius: 15px;
                padding: 15px 20px 15px 70px;
                transition: var(--transition);
                font-size: 15px;
                font-weight: 400;
                outline: 0;
                background: #F2F1F3;
            }

                .products-grid-sorting .ordering form .search-field::-moz-placeholder {
                    color: #9B8DAC;
                    -moz-transition: var(--transition);
                    transition: var(--transition);
                }

                .products-grid-sorting .ordering form .search-field::placeholder {
                    color: #9B8DAC;
                    transition: var(--transition);
                }

                .products-grid-sorting .ordering form .search-field:focus::-moz-placeholder {
                    color: transparent;
                }

                .products-grid-sorting .ordering form .search-field:focus::placeholder {
                    color: transparent;
                }

            .products-grid-sorting .ordering form button {
                border: none;
                background-color: transparent;
                color: var(--black-color);
                position: absolute;
                left: 32px;
                padding: 0;
                transition: var(--transition);
                top: 22.8px;
                font-size: 25px;
                line-height: 0;
            }

                .products-grid-sorting .ordering form button:hover, .products-grid-sorting .ordering form button:focus {
                    color: var(--main-color);
                }

.single-products-card {
    margin-bottom: 25px;
}

    .single-products-card .products-image {
        overflow: hidden;
        border-radius: 15px;
        position: relative;
        text-align: center;
    }

        .single-products-card .products-image::before {
            position: absolute;
            content: "";
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            opacity: 0;
            transition: var(--transition);
            visibility: hidden;
            background: radial-gradient(circle, #fb64bf, #c666ef, #dd62df, #ee61cf, #fb64bf);
            border-radius: 15px;
            z-index: 1;
        }

        .single-products-card .products-image a {
            display: block;
        }

            .single-products-card .products-image a img {
                border-radius: 15px;
                transition: var(--transition);
            }

        .single-products-card .products-image .heart-line {
            position: absolute;
            right: 20px;
            top: 20px;
            opacity: 1;
            visibility: visible;
            transition: var(--transition);
            z-index: 1;
        }

            .single-products-card .products-image .heart-line a i {
                color: #FF3666;
                font-size: 25px;
                transition: var(--transition);
            }

        .single-products-card .products-image .heart-fill {
            position: absolute;
            right: 20px;
            top: 20px;
            opacity: 0;
            visibility: hidden;
            transition: var(--transition);
            z-index: 1;
        }

            .single-products-card .products-image .heart-fill a i {
                color: #FF3666;
                font-size: 25px;
                transition: var(--transition);
            }

        .single-products-card .products-image .add-to-cart-btn {
            position: absolute;
            left: -30px;
            right: 0;
            top: 50%;
            transform: translateY(-50%);
            z-index: 1;
            opacity: 0;
            visibility: hidden;
            transition: var(--transition);
        }

            .single-products-card .products-image .add-to-cart-btn .default-btn {
                display: inline-block;
            }

        .single-products-card .products-image .sale {
            position: absolute;
            left: 10px;
            bottom: 10px;
            z-index: 1;
            display: inline-block;
            background-color: #A66BFF;
            color: var(--white-color);
            padding: 5px 20px;
            font-size: 15px;
            border-radius: 10px;
            font-weight: 500;
            font-family: var(--heading-font-family);
        }

        .single-products-card .products-image .new {
            position: absolute;
            left: 10px;
            bottom: 10px;
            z-index: 1;
            display: inline-block;
            background-color: #A66BFF;
            color: var(--white-color);
            padding: 5px 20px;
            font-size: 15px;
            border-radius: 10px;
            font-weight: 500;
            font-family: var(--heading-font-family);
        }

    .single-products-card .products-content {
        margin-top: 25px;
    }

        .single-products-card .products-content h3 {
            font-size: 22px;
            font-weight: bold;
            margin-bottom: 0;
        }

            .single-products-card .products-content h3 a {
                color: var(--black-color);
            }

                .single-products-card .products-content h3 a:hover {
                    color: var(--main-color);
                }

        .single-products-card .products-content span {
            color: var(--paragraph-color);
            font-size: var(--font-size);
            font-weight: 600;
            display: inline-block;
            margin-top: 15px;
        }

    .single-products-card:hover .products-image::before {
        opacity: 80%;
        visibility: visible;
    }

    .single-products-card:hover .products-image a img {
        transform: scale(1.1);
        filter: blur(2px);
    }

    .single-products-card:hover .products-image .heart-line {
        opacity: 0;
        visibility: hidden;
    }

    .single-products-card:hover .products-image .heart-fill {
        opacity: 1;
        visibility: visible;
    }

    .single-products-card:hover .products-image .add-to-cart-btn {
        left: 0;
        opacity: 1;
        visibility: visible;
    }

/*================================================
Cart Area CSS
=================================================*/
.cart-table table {
    margin-bottom: 0;
}

    .cart-table table thead tr {
        border: none;
        border-bottom: 1px solid #F2F1F3;
    }

        .cart-table table thead tr th {
            vertical-align: middle;
            padding: 0 25px 25px 25px;
            white-space: nowrap;
            font-size: 18px;
            font-weight: 600;
            font-family: var(--heading-font-family);
            border: none;
        }

    .cart-table table tbody tr {
        border: none;
        border-bottom: 1px solid #F2F1F3;
    }

        .cart-table table tbody tr td {
            vertical-align: middle;
            color: var(--paragraph-color);
            white-space: nowrap;
            padding: 25px;
            font-weight: 400;
            font-size: var(--font-size);
            border: none;
        }

            .cart-table table tbody tr td.product-thumbnail a {
                display: block;
            }

                .cart-table table tbody tr td.product-thumbnail a img {
                    width: 100px;
                    border-radius: 5px;
                }

            .cart-table table tbody tr td.product-name a {
                font-size: 18px;
                display: inline-block;
                font-weight: 600;
                font-family: var(--heading-font-family);
                color: var(--paragraph-color);
            }

                .cart-table table tbody tr td.product-name a:hover {
                    color: var(--main-color);
                }

            .cart-table table tbody tr td.product-price .unit-amount {
                font-size: var(--font-size);
                font-weight: 600;
                color: var(--paragraph-color);
            }

            .cart-table table tbody tr td.product-subtotal .subtotal-amount {
                font-size: var(--font-size);
                font-weight: 600;
                color: var(--paragraph-color);
            }

            .cart-table table tbody tr td.product-subtotal .remove {
                color: red;
                float: right;
                position: relative;
                top: -1px;
                font-size: 18px;
            }

            .cart-table table tbody tr td.product-quantity .input-counter {
                text-align: center;
                display: inline-block;
                position: relative;
            }

                .cart-table table tbody tr td.product-quantity .input-counter span {
                    display: inline-block;
                    background-color: var(--optional-color);
                    cursor: pointer;
                    color: var(--white-color);
                    width: 50px;
                    height: 50px;
                    line-height: 55px;
                    transition: var(--transition);
                    font-size: 20px;
                    border-radius: 10px;
                }

                    .cart-table table tbody tr td.product-quantity .input-counter span:hover {
                        color: var(--white-color);
                        background-color: var(--main-color);
                    }

                .cart-table table tbody tr td.product-quantity .input-counter input {
                    height: 50px;
                    color: var(--optional-color);
                    outline: 0;
                    display: inline-block;
                    border: 1px solid #A868FB;
                    background-color: var(--white-color);
                    text-align: center;
                    width: 50px;
                    font-size: var(--font-size);
                    font-weight: bold;
                    border-radius: 10px;
                    position: relative;
                    top: -4px;
                }

                    .cart-table table tbody tr td.product-quantity .input-counter input::-moz-placeholder {
                        color: var(--optional-color);
                    }

                    .cart-table table tbody tr td.product-quantity .input-counter input::placeholder {
                        color: var(--optional-color);
                    }

    .cart-table table tbody:not(:first-child) {
        border-top: unset;
    }

.cart-buttons {
    margin-top: 30px;
    text-align: end;
}

    .cart-buttons .shopping-coupon-code {
        position: relative;
        max-width: 550px;
    }

        .cart-buttons .shopping-coupon-code .form-control {
            display: block;
            height: 60px;
            outline: 0;
            background-color: #F2F1F3;
            border: 1px solid #F2F1F3;
            border-radius: 10px;
            box-shadow: none;
            padding: 15px 25px;
            transition: var(--transition);
            font-size: var(--font-size);
            color: #9B8DAC;
        }

            .cart-buttons .shopping-coupon-code .form-control::-moz-placeholder {
                -moz-transition: var(--transition);
                transition: var(--transition);
                color: #9B8DAC;
            }

            .cart-buttons .shopping-coupon-code .form-control::placeholder {
                transition: var(--transition);
                color: #9B8DAC;
            }

            .cart-buttons .shopping-coupon-code .form-control:focus {
                outline: 0;
                box-shadow: none;
            }

                .cart-buttons .shopping-coupon-code .form-control:focus::-moz-placeholder {
                    color: transparent;
                }

                .cart-buttons .shopping-coupon-code .form-control:focus::placeholder {
                    color: transparent;
                }

        .cart-buttons .shopping-coupon-code button {
            position: absolute;
            right: 0;
            top: 0;
            height: 60px;
            border: none;
        }

            .cart-buttons .shopping-coupon-code button:hover {
                background-color: var(--optional-color);
                color: var(--black-color);
            }

    .cart-buttons .default-btn {
        padding: 18px 30px;
    }

.cart-totals {
    border: 1px dashed #9B8DAC;
    padding: 30px;
    max-width: 500px;
    margin: 50px auto 0;
    border-radius: 15px;
    text-align: center;
    transition: var(--transition);
}

    .cart-totals h3 {
        margin-bottom: 25px;
        font-size: 22px;
        font-weight: bold;
    }

    .cart-totals ul {
        padding-left: 0;
        margin: 0 0 25px;
        list-style-type: none;
    }

        .cart-totals ul li {
            border-bottom: 1px solid #F2F1F3;
            color: var(--paragraph-color);
            overflow: hidden;
            font-weight: bold;
            font-size: var(--font-size);
            margin-bottom: 15px;
            padding-bottom: 15px;
            font-family: var(--heading-font-family);
        }

            .cart-totals ul li:last-child span {
                color: var(--optional-color);
                font-weight: 500;
                font-size: 20px;
            }

    .cart-totals .default-btn {
        padding: 15px 30px;
    }

    .cart-totals:hover {
        border: 1px dashed var(--main-color);
    }

/*================================================
Wishlist Area CSS
=================================================*/
.wishlist-table table {
    margin-bottom: 0;
}

    .wishlist-table table thead tr {
        border: none;
        border-bottom: 1px solid #F2F1F3;
    }

        .wishlist-table table thead tr th {
            vertical-align: middle;
            padding: 0 25px 25px 25px;
            white-space: nowrap;
            font-size: 18px;
            font-weight: 600;
            font-family: var(--heading-font-family);
            border: none;
        }

    .wishlist-table table tbody tr {
        border: none;
        border-bottom: 1px solid #F2F1F3;
    }

        .wishlist-table table tbody tr td {
            vertical-align: middle;
            color: var(--paragraph-color);
            white-space: nowrap;
            padding: 25px;
            font-weight: 400;
            font-size: var(--font-size);
            border: none;
        }

            .wishlist-table table tbody tr td.product-thumbnail a {
                display: block;
            }

                .wishlist-table table tbody tr td.product-thumbnail a img {
                    width: 100px;
                    border-radius: 5px;
                }

            .wishlist-table table tbody tr td.product-name a {
                font-size: 18px;
                display: inline-block;
                font-weight: 600;
                font-family: var(--heading-font-family);
                color: var(--paragraph-color);
            }

                .wishlist-table table tbody tr td.product-name a:hover {
                    color: var(--main-color);
                }

            .wishlist-table table tbody tr td.product-price .unit-amount {
                font-size: var(--font-size);
                font-weight: 600;
                color: var(--paragraph-color);
            }

            .wishlist-table table tbody tr td.instock {
                color: #05CE69;
                font-size: var(--font-size);
                font-weight: 600;
            }

            .wishlist-table table tbody tr td.remove a i {
                color: #FF3666;
                font-size: 22px;
            }

    .wishlist-table table tbody:not(:first-child) {
        border-top: unset;
    }

/*================================================
Checkout Area CSS
=================================================*/
.user-actions {
    background-color: #f5f5f5;
    padding: 15px 20px;
    position: relative;
    margin-bottom: 40px;
    border-radius: 15px;
}

    .user-actions i {
        margin-right: 5px;
        font-size: 20px;
        position: relative;
        top: 3.5px;
        color: var(--paragraph-color);
    }

    .user-actions span {
        letter-spacing: 1px;
        display: inline-block;
        color: var(--paragraph-color);
        font-size: var(--font-size);
        font-weight: 600;
        font-family: var(--heading-font-family);
    }

        .user-actions span a {
            display: inline-block;
            color: var(--paragraph-color);
        }

            .user-actions span a:hover {
                color: var(--optional-color);
            }

.billing-details .title {
    margin-bottom: 30px;
    position: relative;
    font-size: 22px;
    font-weight: bold;
}

.billing-details .form-group {
    margin-bottom: 25px;
}

    .billing-details .form-group label {
        display: block;
        margin-bottom: 10px;
        font-weight: 500;
        font-size: var(--font-size);
        color: var(--paragraph-color);
        font-family: var(--heading-font-family);
    }

        .billing-details .form-group label .required {
            color: red;
        }

    .billing-details .form-group .form-control {
        height: 55px;
        padding: 15px 20px;
        line-height: initial;
        color: var(--paragraph-color);
        border: 1px solid #eeeeee;
        box-shadow: unset;
        border-radius: 10px;
        transition: var(--transition);
        font-size: 15px;
        font-weight: 500;
    }

        .billing-details .form-group .form-control::-moz-placeholder {
            color: var(--paragraph-color);
        }

        .billing-details .form-group .form-control::placeholder {
            color: var(--paragraph-color);
        }

        .billing-details .form-group .form-control:focus {
            border: 1px solid var(--main-color);
        }

            .billing-details .form-group .form-control:focus::-moz-placeholder {
                color: transparent;
                -moz-transition: var(--transition);
                transition: var(--transition);
            }

            .billing-details .form-group .form-control:focus::placeholder {
                color: transparent;
                transition: var(--transition);
            }

    .billing-details .form-group textarea.form-control {
        min-height: 115px;
    }

    .billing-details .form-group .nice-select {
        float: unset;
        height: 55px !important;
        line-height: 55px;
        color: var(--paragraph-color);
        padding-top: 0;
        padding-bottom: 0;
        font-size: 15px;
        font-weight: 500;
        border-radius: 10px;
    }

        .billing-details .form-group .nice-select .list {
            background: var(--btn-gradient-color);
            border-radius: 0;
            margin-top: 0;
            width: 100%;
            padding-top: 10px;
            padding-bottom: 10px;
        }

            .billing-details .form-group .nice-select .list .option {
                transition: var(--transition);
                padding-left: 20px;
                padding-right: 20px;
                color: var(--black-color);
                font-weight: 500;
            }

                .billing-details .form-group .nice-select .list .option:hover {
                    background-color: var(--main-color) !important;
                    color: var(--white-color);
                }

                .billing-details .form-group .nice-select .list .option.selected {
                    background-color: transparent;
                    font-weight: 400;
                }

        .billing-details .form-group .nice-select:after {
            right: 20px;
            width: 8px;
            height: 8px;
            margin-top: -5.5px;
        }

    .billing-details .form-group .form-check {
        margin-bottom: 0;
    }

        .billing-details .form-group .form-check .form-check-input {
            margin-top: 2.8px;
        }

            .billing-details .form-group .form-check .form-check-input:focus {
                outline: 0;
                box-shadow: unset;
            }

        .billing-details .form-group .form-check label {
            margin-bottom: 0;
        }

.billing-details .col-lg-12:last-child .form-group {
    margin-bottom: 0;
}

.order-details .title {
    margin-bottom: 30px;
    position: relative;
    font-size: 22px;
    font-weight: bold;
}

.order-details .order-table table {
    margin-bottom: 0;
}

    .order-details .order-table table thead tr th {
        border-bottom-width: 0;
        vertical-align: middle;
        border: 1px solid rgba(187, 187, 187, 0.15);
        padding: 14px 20px 10px;
        color: var(--paragraph-color);
        white-space: nowrap;
        letter-spacing: 1px;
        font-weight: 500;
        font-size: var(--font-size);
    }

    .order-details .order-table table tbody tr td {
        vertical-align: middle;
        color: var(--paragraph-color);
        white-space: nowrap;
        border: 1px solid rgba(187, 187, 187, 0.15);
        font-size: 15px;
        font-weight: 400;
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 15px;
        padding-bottom: 12px;
    }

        .order-details .order-table table tbody tr td.product-name a {
            display: inline-block;
            color: var(--paragraph-color);
        }

            .order-details .order-table table tbody tr td.product-name a:hover {
                color: var(--main-color);
            }

        .order-details .order-table table tbody tr td.order-subtotal span, .order-details .order-table table tbody tr td.order-shipping span, .order-details .order-table table tbody tr td.total-price span {
            color: var(--paragraph-color);
            font-weight: 500;
            font-size: var(--font-size);
        }

        .order-details .order-table table tbody tr td.shipping-price, .order-details .order-table table tbody tr td.order-subtotal-price, .order-details .order-table table tbody tr td.product-subtotal {
            color: var(--paragraph-color);
            font-weight: 500;
            font-size: var(--font-size);
        }

    .order-details .order-table table tbody:not(:first-child) {
        border-top: unset;
    }

.order-details .payment-box {
    background-color: #f5f5f5;
    margin-top: 30px;
    padding: 30px;
    border-radius: 15px;
}

    .order-details .payment-box .payment-method p {
        font-size: 15px;
    }

        .order-details .payment-box .payment-method p [type=radio]:checked, .order-details .payment-box .payment-method p [type=radio]:not(:checked) {
            display: none;
        }

            .order-details .payment-box .payment-method p [type=radio]:checked + label, .order-details .payment-box .payment-method p [type=radio]:not(:checked) + label {
                padding-left: 25.8px;
                cursor: pointer;
                display: block;
                color: var(--paragraph-color);
                position: relative;
                margin-bottom: 8px;
                font-weight: 600;
                font-size: var(--font-size);
                font-family: var(--heading-font-family);
            }

                .order-details .payment-box .payment-method p [type=radio]:checked + label::before, .order-details .payment-box .payment-method p [type=radio]:not(:checked) + label::before {
                    content: "";
                    position: absolute;
                    left: 0;
                    top: 3px;
                    width: 18px;
                    height: 18px;
                    border: 1px solid #dddddd;
                    border-radius: 50%;
                    background: var(--white-color);
                }

                .order-details .payment-box .payment-method p [type=radio]:checked + label::after, .order-details .payment-box .payment-method p [type=radio]:not(:checked) + label::after {
                    content: "";
                    width: 12px;
                    height: 12px;
                    background: var(--main-color);
                    position: absolute;
                    top: 6px;
                    left: 3px;
                    border-radius: 50%;
                    transition: var(--transition);
                }

                .order-details .payment-box .payment-method p [type=radio]:not(:checked) + label::after {
                    opacity: 0;
                    visibility: hidden;
                    transform: scale(0);
                }

                .order-details .payment-box .payment-method p [type=radio]:checked + label::after {
                    opacity: 1;
                    visibility: visible;
                    transform: scale(1);
                }

    .order-details .payment-box .default-btn {
        margin-top: 20px;
        display: block;
        width: 100%;
        text-align: center;
        transform: unset;
        border-radius: 50px;
        padding: 15px 30px;
    }

        .order-details .payment-box .default-btn::before {
            width: 750px;
            height: 750px;
        }

/*================================================
Products Details Area CSS
=================================================*/
.products-details-image {
    border-radius: 20px;
    overflow: hidden;
    position: relative;
}

    .products-details-image img {
        border-radius: 20px;
        transition: var(--transition);
    }

    .products-details-image .heart-line {
        position: absolute;
        right: 20px;
        top: 20px;
        opacity: 1;
        visibility: visible;
        transition: var(--transition);
        z-index: 1;
    }

        .products-details-image .heart-line a i {
            color: #FF3666;
            font-size: 25px;
            transition: var(--transition);
        }

    .products-details-image .heart-fill {
        position: absolute;
        right: 20px;
        top: 20px;
        opacity: 0;
        visibility: hidden;
        transition: var(--transition);
        z-index: 1;
    }

        .products-details-image .heart-fill a i {
            color: #FF3666;
            font-size: 25px;
            transition: var(--transition);
        }

    .products-details-image .sale {
        position: absolute;
        left: 10px;
        top: 10px;
        z-index: 1;
        display: inline-block;
        background-color: #A66BFF;
        color: var(--white-color);
        padding: 5px 20px;
        font-size: 15px;
        border-radius: 10px;
        font-weight: 500;
        font-family: var(--heading-font-family);
    }

    .products-details-image:hover img {
        transform: scale(1.1);
    }

    .products-details-image:hover .heart-line {
        opacity: 0;
        visibility: hidden;
    }

    .products-details-image:hover .heart-fill {
        opacity: 1;
        visibility: visible;
    }

.products-details-desc {
    padding-left: 25px;
}

    .products-details-desc h3 {
        margin-bottom: 20px;
        font-size: 35px;
        font-weight: bold;
    }

    .products-details-desc .price {
        margin-bottom: 15px;
        color: var(--paragraph-color);
        font-size: 22px;
        font-weight: 600;
        letter-spacing: 1px;
    }

        .products-details-desc .price .old-price {
            text-decoration: line-through;
            color: var(--optional-color);
            font-weight: 600;
            position: relative;
            top: -1px;
        }

    .products-details-desc p {
        margin-bottom: 0;
        color: var(--paragraph-color);
    }

    .products-details-desc .products-meta {
        margin-top: 25px;
    }

        .products-details-desc .products-meta span {
            display: block;
            color: var(--paragraph-color);
            margin-bottom: 20px;
            font-weight: 600;
            font-size: var(--font-size);
        }

            .products-details-desc .products-meta span:last-child {
                margin-bottom: 0;
            }

            .products-details-desc .products-meta span span {
                display: inline-block;
                margin-bottom: 0;
            }

                .products-details-desc .products-meta span span.sku {
                    color: var(--optional-color);
                }

                .products-details-desc .products-meta span span.in-stock {
                    color: #05CE69;
                }

            .products-details-desc .products-meta span a {
                display: inline-block;
                color: var(--paragraph-color);
            }

                .products-details-desc .products-meta span a:hover, .products-details-desc .products-meta span a:focus {
                    color: var(--main-color);
                }

    .products-details-desc .products-add-to-cart {
        margin-top: 25px;
        padding-top: 25px;
        border-top: 1px solid #F2F1F3;
    }

        .products-details-desc .products-add-to-cart .input-counter {
            text-align: center;
            display: inline-block;
            position: relative;
        }

            .products-details-desc .products-add-to-cart .input-counter span {
                display: inline-block;
                background-color: var(--optional-color);
                cursor: pointer;
                color: var(--white-color);
                width: 55px;
                height: 55px;
                line-height: 60px;
                transition: var(--transition);
                font-size: 20px;
                border-radius: 10px;
            }

                .products-details-desc .products-add-to-cart .input-counter span:hover {
                    color: var(--white-color);
                    background-color: var(--main-color);
                }

            .products-details-desc .products-add-to-cart .input-counter input {
                height: 55px;
                color: var(--optional-color);
                outline: 0;
                display: inline-block;
                border: 1px solid #A868FB;
                background-color: var(--white-color);
                text-align: center;
                width: 55px;
                font-size: var(--font-size);
                font-weight: bold;
                border-radius: 10px;
                position: relative;
                top: -4px;
            }

                .products-details-desc .products-add-to-cart .input-counter input::-moz-placeholder {
                    color: var(--optional-color);
                }

                .products-details-desc .products-add-to-cart .input-counter input::placeholder {
                    color: var(--optional-color);
                }

        .products-details-desc .products-add-to-cart .default-btn {
            padding: 15.5px 30px;
            border: none;
            margin-left: 10px;
            position: relative;
            top: -4px;
        }

.products-details-tabs {
    margin-top: 50px;
}

    .products-details-tabs .nav {
        margin-bottom: 35px;
        list-style-type: none;
        display: block;
        border-bottom: none;
        text-align: center;
    }

        .products-details-tabs .nav .nav-item {
            display: inline-block;
            margin-right: 20px;
        }

            .products-details-tabs .nav .nav-item:last-child {
                margin-right: 0;
            }

            .products-details-tabs .nav .nav-item .nav-link {
                border-radius: 0;
                border: none;
                padding: 0;
                transition: var(--transition);
                padding: 15px 30px;
                border-radius: 15px;
                font-size: var(--font-size);
                font-weight: bold;
                background-color: #F2F1F3;
                color: var(--black-color);
            }

                .products-details-tabs .nav .nav-item .nav-link:hover, .products-details-tabs .nav .nav-item .nav-link.active {
                    color: var(--white-color);
                    background: radial-gradient(circle, #a66bff, #c666ef, #dd62df, #ee61cf, #fb64bf);
                }

    .products-details-tabs .tab-content .tab-pane {
        padding: 30px;
        background: #f5f5f5;
        border-radius: 15px;
    }

        .products-details-tabs .tab-content .tab-pane .content p {
            line-height: 1.8;
        }

        .products-details-tabs .tab-content .tab-pane .products-reviews h3 {
            margin-bottom: 15px;
            display: inline-block;
            font-size: 22px;
            font-weight: bold;
        }

        .products-details-tabs .tab-content .tab-pane .products-reviews .rating span {
            font-size: var(--font-size);
            color: #cecfd2;
        }

            .products-details-tabs .tab-content .tab-pane .products-reviews .rating span.checked {
                color: orange;
            }

        .products-details-tabs .tab-content .tab-pane .products-reviews .rating-count {
            margin-top: 10px;
            margin-bottom: 20px;
        }

            .products-details-tabs .tab-content .tab-pane .products-reviews .rating-count span {
                display: block;
                font-size: 15px;
                color: var(--paragraph-color);
                font-weight: 500;
            }

        .products-details-tabs .tab-content .tab-pane .products-reviews .row {
            overflow: hidden;
            margin-left: 0;
            margin-right: 0;
        }

        .products-details-tabs .tab-content .tab-pane .products-reviews .side {
            float: left;
            width: 8%;
            margin-top: 10px;
            padding-left: 0;
            padding-right: 0;
        }

            .products-details-tabs .tab-content .tab-pane .products-reviews .side div {
                font-size: var(--font-size);
                font-weight: 600;
                font-family: var(--heading-font-family);
            }

        .products-details-tabs .tab-content .tab-pane .products-reviews .middle {
            margin-top: 14px;
            float: left;
            width: 82%;
        }

        .products-details-tabs .tab-content .tab-pane .products-reviews .right {
            text-align: end;
        }

        .products-details-tabs .tab-content .tab-pane .products-reviews .bar-container {
            width: 100%;
            background-color: var(--white-color);
            text-align: center;
            border-radius: 5px;
        }

        .products-details-tabs .tab-content .tab-pane .products-reviews .bar-5 {
            width: 100%;
            height: 18px;
            background-color: #4CAF50;
            border-radius: 5px;
        }

        .products-details-tabs .tab-content .tab-pane .products-reviews .bar-4 {
            width: 75%;
            height: 18px;
            background-color: #2196F3;
            border-radius: 5px;
            border-radius: 5px;
        }

        .products-details-tabs .tab-content .tab-pane .products-reviews .bar-3 {
            width: 50%;
            height: 18px;
            background-color: #00bcd4;
            border-radius: 5px;
        }

        .products-details-tabs .tab-content .tab-pane .products-reviews .bar-2 {
            width: 25%;
            height: 18px;
            background-color: #ff9800;
            border-radius: 5px;
        }

        .products-details-tabs .tab-content .tab-pane .products-reviews .bar-1 {
            width: 0;
            height: 18px;
            background-color: #f44336;
            border-radius: 5px;
        }

        .products-details-tabs .tab-content .tab-pane .products-review-comments {
            margin-top: 40px;
        }

            .products-details-tabs .tab-content .tab-pane .products-review-comments h3 {
                border-bottom: 1px solid var(--white-color);
                padding-bottom: 12px;
                margin-bottom: 10px;
                font-size: 20px;
                font-weight: bold;
            }

            .products-details-tabs .tab-content .tab-pane .products-review-comments .user-review {
                border-bottom: 1px solid var(--white-color);
                padding: 20px 0 20px 110px;
                position: relative;
            }

                .products-details-tabs .tab-content .tab-pane .products-review-comments .user-review img {
                    position: absolute;
                    left: 0;
                    top: 20px;
                    width: 90px;
                    height: 90px;
                    border-radius: 20px;
                }

                .products-details-tabs .tab-content .tab-pane .products-review-comments .user-review .sub-comment {
                    margin-bottom: 8px;
                    font-weight: 500;
                    font-size: 15px;
                    color: var(--main-color);
                }

                .products-details-tabs .tab-content .tab-pane .products-review-comments .user-review p {
                    font-size: 15px;
                }

                .products-details-tabs .tab-content .tab-pane .products-review-comments .user-review .review-rating {
                    display: block;
                    margin-bottom: 8px;
                }

                    .products-details-tabs .tab-content .tab-pane .products-review-comments .user-review .review-rating .review-stars {
                        display: inline-block;
                    }

                        .products-details-tabs .tab-content .tab-pane .products-review-comments .user-review .review-rating .review-stars i {
                            color: #cecfd2;
                            font-size: 15px;
                            display: inline-block;
                            margin-right: -2px;
                        }

                            .products-details-tabs .tab-content .tab-pane .products-review-comments .user-review .review-rating .review-stars i.checked {
                                color: orange;
                            }

                    .products-details-tabs .tab-content .tab-pane .products-review-comments .user-review .review-rating span {
                        color: var(--black-color);
                        position: relative;
                        top: -2px;
                        font-weight: 600;
                        margin-left: 5px;
                    }

        .products-details-tabs .tab-content .tab-pane .review-form-wrapper {
            margin-top: 30px;
        }

            .products-details-tabs .tab-content .tab-pane .review-form-wrapper h3 {
                margin-bottom: 10px;
                font-size: 18px;
                letter-spacing: 1px;
                color: var(--black-color);
                font-weight: bold;
            }

            .products-details-tabs .tab-content .tab-pane .review-form-wrapper .comment-notes span {
                color: red;
            }

            .products-details-tabs .tab-content .tab-pane .review-form-wrapper form {
                margin-top: 20px;
            }

                .products-details-tabs .tab-content .tab-pane .review-form-wrapper form .form-group {
                    margin-bottom: 25px;
                    text-align: start;
                }

                    .products-details-tabs .tab-content .tab-pane .review-form-wrapper form .form-group .form-control {
                        height: 55px;
                        padding: 15px 20px;
                        line-height: initial;
                        color: var(--paragraph-color);
                        background-color: var(--white-color);
                        box-shadow: unset;
                        border-radius: 15px;
                        transition: var(--transition);
                        font-size: 15px;
                        font-weight: 400;
                    }

                        .products-details-tabs .tab-content .tab-pane .review-form-wrapper form .form-group .form-control::-moz-placeholder {
                            color: var(--paragraph-color);
                        }

                        .products-details-tabs .tab-content .tab-pane .review-form-wrapper form .form-group .form-control::placeholder {
                            color: var(--paragraph-color);
                        }

                        .products-details-tabs .tab-content .tab-pane .review-form-wrapper form .form-group .form-control:focus {
                            border: 1px solid var(--main-color);
                        }

                            .products-details-tabs .tab-content .tab-pane .review-form-wrapper form .form-group .form-control:focus::-moz-placeholder {
                                color: transparent;
                                -moz-transition: var(--transition);
                                transition: var(--transition);
                            }

                            .products-details-tabs .tab-content .tab-pane .review-form-wrapper form .form-group .form-control:focus::placeholder {
                                color: transparent;
                                transition: var(--transition);
                            }

                    .products-details-tabs .tab-content .tab-pane .review-form-wrapper form .form-group textarea.form-control {
                        min-height: 115px;
                    }

                .products-details-tabs .tab-content .tab-pane .review-form-wrapper form .rating {
                    text-align: left;
                    overflow: hidden;
                    max-width: 115px;
                    margin-top: -5px;
                    margin-bottom: 30px;
                }

                    .products-details-tabs .tab-content .tab-pane .review-form-wrapper form .rating label {
                        float: right;
                        position: relative;
                        width: 23px;
                        height: 23px;
                        cursor: pointer;
                    }

                        .products-details-tabs .tab-content .tab-pane .review-form-wrapper form .rating label:not(:first-of-type) {
                            padding-right: 5px;
                        }

                        .products-details-tabs .tab-content .tab-pane .review-form-wrapper form .rating label:before {
                            content: "★";
                            transition: var(--transition);
                            font-size: 27px;
                            color: var(--paragraph-color);
                            line-height: 1;
                        }

                    .products-details-tabs .tab-content .tab-pane .review-form-wrapper form .rating input {
                        display: none;
                    }

                        .products-details-tabs .tab-content .tab-pane .review-form-wrapper form .rating input:checked ~ label:before, .products-details-tabs .tab-content .tab-pane .review-form-wrapper form .rating:not(:checked) > label:hover:before, .products-details-tabs .tab-content .tab-pane .review-form-wrapper form .rating:not(:checked) > label:hover ~ label:before {
                            color: #f6b500;
                        }

                .products-details-tabs .tab-content .tab-pane .review-form-wrapper form .comment-form-cookies-consent input {
                    margin-right: 5px;
                    position: relative;
                }

                .products-details-tabs .tab-content .tab-pane .review-form-wrapper form .default-btn {
                    margin-top: 22px;
                    border: none;
                    padding: 15px 30px;
                }

.related-title {
    text-align: start;
    margin-bottom: 35px;
}

    .related-title h2 {
        font-size: 22px;
        font-weight: bold;
    }

/*================================================
Widget Sidebar CSS
=================================================*/
.widget-area {
    padding-left: 30px;
}

    .widget-area .widget {
        margin-bottom: 30px;
    }

        .widget-area .widget:last-child {
            margin-bottom: 0;
        }

        .widget-area .widget .widget-title {
            margin-bottom: 25px;
            position: relative;
            padding-bottom: 15px;
            font-size: 20px;
            font-weight: bold;
        }

            .widget-area .widget .widget-title::before {
                content: "";
                position: absolute;
                left: 0;
                bottom: 0;
                width: 50px;
                height: 1px;
                bottom: -1px;
                background-color: var(--main-color);
            }

    .widget-area .widget_search form {
        position: relative;
    }

        .widget-area .widget_search form .search-field {
            height: 70px;
            color: var(--black-color);
            border: 1px solid #F2F1F3;
            display: block;
            width: 100%;
            border-radius: 15px;
            padding: 15px 20px 15px 70px;
            transition: var(--transition);
            font-size: 15px;
            font-weight: 400;
            outline: 0;
            background: #F2F1F3;
        }

            .widget-area .widget_search form .search-field::-moz-placeholder {
                color: var(--paragraph-color);
                -moz-transition: var(--transition);
                transition: var(--transition);
            }

            .widget-area .widget_search form .search-field::placeholder {
                color: var(--paragraph-color);
                transition: var(--transition);
            }

            .widget-area .widget_search form .search-field:focus::-moz-placeholder {
                color: transparent;
            }

            .widget-area .widget_search form .search-field:focus::placeholder {
                color: transparent;
            }

        .widget-area .widget_search form button {
            border: none;
            background-color: transparent;
            color: var(--black-color);
            position: absolute;
            left: 32px;
            padding: 0;
            transition: var(--transition);
            top: 22.8px;
            font-size: 25px;
            line-height: 0;
        }

            .widget-area .widget_search form button:hover, .widget-area .widget_search form button:focus {
                color: var(--main-color);
            }

    .widget-area .widget_categories .list {
        padding-left: 0;
        margin-bottom: 0;
        list-style-type: none;
    }

        .widget-area .widget_categories .list li {
            margin-bottom: 18px;
        }

            .widget-area .widget_categories .list li:last-child {
                margin-bottom: 0;
            }

            .widget-area .widget_categories .list li a {
                color: var(--paragraph-color);
                display: inline-block;
                font-weight: 500;
                font-family: var(--heading-font-family);
                padding: 15px 25px;
                background-color: var(--white-color);
                box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
                border-radius: 30px;
                width: 100%;
            }

                .widget-area .widget_categories .list li a:hover {
                    color: var(--main-color);
                }

    .widget-area .widget_recent_post {
        position: relative;
        overflow: hidden;
    }

        .widget-area .widget_recent_post .item {
            overflow: hidden;
            margin-bottom: 25px;
        }

            .widget-area .widget_recent_post .item:last-child {
                margin-bottom: 0;
            }

            .widget-area .widget_recent_post .item .thumb {
                float: left;
                height: 90px;
                overflow: hidden;
                display: block;
                position: relative;
                width: 90px;
                margin-right: 15px;
                z-index: 1;
            }

                .widget-area .widget_recent_post .item .thumb .fullimage {
                    width: 90px;
                    height: 90px;
                    display: inline-block;
                    border-radius: 10px;
                    background-size: cover !important;
                    background-repeat: no-repeat;
                    background-position: center center !important;
                }

                    .widget-area .widget_recent_post .item .thumb .fullimage.bg1 {
                        background-image: url(../../assets/images/blog/blog-1.jpg);
                    }

                    .widget-area .widget_recent_post .item .thumb .fullimage.bg2 {
                        background-image: url(../../assets/images/blog/blog-2.jpg);
                    }

                    .widget-area .widget_recent_post .item .thumb .fullimage.bg3 {
                        background-image: url(../../assets/images/blog/blog-3.jpg);
                    }

                .widget-area .widget_recent_post .item .thumb::before, .widget-area .widget_recent_post .item .thumb::after {
                    transition: all 0.8s cubic-bezier(0.2, 1, 0.22, 1);
                    content: "";
                    background-color: var(--white-color);
                    position: absolute;
                    z-index: 1;
                    top: 50%;
                    left: 50%;
                    opacity: 0;
                    transform: translate(-50%, -50%);
                }

                .widget-area .widget_recent_post .item .thumb::before {
                    width: 40px;
                    height: 1px;
                    left: 100%;
                }

                .widget-area .widget_recent_post .item .thumb::after {
                    height: 40px;
                    width: 1px;
                    top: 0;
                }

            .widget-area .widget_recent_post .item .info {
                overflow: hidden;
                margin-top: 2.5px;
            }

                .widget-area .widget_recent_post .item .info span {
                    display: block;
                    color: var(--optional-color);
                    margin-bottom: 12px;
                    font-size: 15px;
                    font-weight: 500;
                    font-family: var(--heading-font-family);
                }

                .widget-area .widget_recent_post .item .info .title {
                    margin-bottom: 0;
                    line-height: 1.5;
                    font-size: var(--font-size);
                    font-weight: 600;
                }

                    .widget-area .widget_recent_post .item .info .title a {
                        display: inline-block;
                    }

            .widget-area .widget_recent_post .item:hover .thumb::before, .widget-area .widget_recent_post .item:hover .thumb::after {
                opacity: 1;
                top: 50%;
                left: 50%;
            }

    .widget-area .widget_tag_cloud .widget-title {
        margin-bottom: 18px;
    }

    .widget-area .tagcloud a {
        display: inline-block;
        background: #f5f5f5;
        color: var(--paragraph-color);
        padding: 8px 15px;
        border: none;
        border-radius: 10px;
        font-size: 15px;
        font-weight: 500;
        margin-top: 8px;
        margin-right: 5px;
    }

        .widget-area .tagcloud a:hover, .widget-area .tagcloud a:focus {
            color: var(--white-color);
            background-color: var(--main-color);
        }

    .widget-area .widget_recent_courses {
        position: relative;
        overflow: hidden;
    }

        .widget-area .widget_recent_courses .item {
            overflow: hidden;
            margin-bottom: 20px;
            border-bottom: 1px solid #eeeeee;
            padding-bottom: 20px;
        }

            .widget-area .widget_recent_courses .item:last-child {
                margin-bottom: 0;
                border-bottom: none;
                padding-bottom: 0;
            }

            .widget-area .widget_recent_courses .item .thumb {
                float: left;
                height: 90px;
                overflow: hidden;
                display: block;
                position: relative;
                width: 90px;
                margin-right: 15px;
                z-index: 1;
            }

                .widget-area .widget_recent_courses .item .thumb .fullimage {
                    width: 90px;
                    height: 90px;
                    display: inline-block;
                    border-radius: 10px;
                    background-size: cover !important;
                    background-repeat: no-repeat;
                    background-position: center center !important;
                }

                    .widget-area .widget_recent_courses .item .thumb .fullimage.bg1 {
                        background-image: url(../../assets/images/courses/courses-1.jpg);
                    }

                    .widget-area .widget_recent_courses .item .thumb .fullimage.bg2 {
                        background-image: url(../../assets/images/courses/courses-2.jpg);
                    }

                    .widget-area .widget_recent_courses .item .thumb .fullimage.bg3 {
                        background-image: url(../../assets/images/courses/courses-3.jpg);
                    }

                .widget-area .widget_recent_courses .item .thumb::before, .widget-area .widget_recent_courses .item .thumb::after {
                    transition: all 0.8s cubic-bezier(0.2, 1, 0.22, 1);
                    content: "";
                    background-color: var(--white-color);
                    position: absolute;
                    z-index: 1;
                    top: 50%;
                    left: 50%;
                    opacity: 0;
                    transform: translate(-50%, -50%);
                }

                .widget-area .widget_recent_courses .item .thumb::before {
                    width: 40px;
                    height: 1px;
                    left: 100%;
                }

                .widget-area .widget_recent_courses .item .thumb::after {
                    height: 40px;
                    width: 1px;
                    top: 0;
                }

            .widget-area .widget_recent_courses .item .info {
                overflow: hidden;
            }

                .widget-area .widget_recent_courses .item .info span {
                    display: block;
                    color: var(--main-color);
                    margin-bottom: 14px;
                    font-size: 15px;
                    font-weight: 500;
                    font-style: italic;
                }

                .widget-area .widget_recent_courses .item .info .title {
                    margin-bottom: 0;
                    line-height: 1.5;
                    font-size: var(--font-size);
                    font-weight: 600;
                }

                    .widget-area .widget_recent_courses .item .info .title a {
                        display: inline-block;
                    }

            .widget-area .widget_recent_courses .item:hover .thumb::before, .widget-area .widget_recent_courses .item:hover .thumb::after {
                opacity: 1;
                top: 50%;
                left: 50%;
            }

    .widget-area .widget_insight {
        border-radius: 15px;
    }

        .widget-area .widget_insight .list {
            padding-left: 0;
            margin-bottom: 0;
            list-style-type: none;
        }

            .widget-area .widget_insight .list li {
                margin-bottom: 10px;
            }

                .widget-area .widget_insight .list li:last-child {
                    margin-bottom: 0;
                }

                .widget-area .widget_insight .list li a {
                    position: relative;
                    display: block;
                    padding: 15px 25px 15px 40px;
                    color: var(--paragraph-color);
                    border: 1px solid #eeeeee;
                    font-size: 15px;
                    font-weight: 500;
                    border-radius: 15px;
                }

                    .widget-area .widget_insight .list li a::before {
                        width: 5px;
                        height: 5px;
                        transition: var(--transition);
                        background-color: var(--main-color);
                        content: "";
                        position: absolute;
                        left: 25px;
                        top: 50%;
                        transform: translateY(-50%);
                        border-radius: 50%;
                    }

                    .widget-area .widget_insight .list li a:hover, .widget-area .widget_insight .list li a.active {
                        border-color: var(--main-color);
                        background-color: var(--main-color);
                        color: var(--white-color);
                    }

                        .widget-area .widget_insight .list li a:hover::before, .widget-area .widget_insight .list li a.active::before {
                            background-color: var(--white-color);
                        }

                .widget-area .widget_insight .list li.active a {
                    border-color: var(--main-color);
                    background-color: var(--main-color);
                    color: var(--white-color);
                }

                    .widget-area .widget_insight .list li.active a::before {
                        background-color: var(--white-color);
                    }

/*================================================
Pagination CSS
=================================================*/
.pagination-area {
    margin-top: 20px;
    text-align: center;
}

    .pagination-area .page-numbers {
        display: inline-block;
        width: 40px;
        height: 40px;
        line-height: 38px;
        background-color: var(--white-color);
        border: 2px solid var(--optional-color);
        color: var(--optional-color);
        text-align: center;
        border-radius: 50px;
        position: relative;
        margin: 0 2px;
        font-size: var(--font-size);
        font-weight: bold;
        font-family: var(--heading-font-family);
    }

        .pagination-area .page-numbers:hover, .pagination-area .page-numbers.current {
            color: var(--white-color);
            background-color: var(--main-color);
            border: 2px solid var(--main-color);
        }

        .pagination-area .page-numbers i {
            font-size: 20px;
        }

        .pagination-area .page-numbers.prev {
            background-color: #F2F1F3;
            border: 2px solid #F2F1F3;
        }

            .pagination-area .page-numbers.prev i {
                font-size: 25px;
                position: relative;
                top: 5px;
                left: -2px;
            }

            .pagination-area .page-numbers.prev:hover {
                color: var(--white-color);
                background-color: var(--main-color);
                border: 2px solid var(--main-color);
            }

        .pagination-area .page-numbers.next {
            background-color: #F2F1F3;
            border: 2px solid #F2F1F3;
        }

            .pagination-area .page-numbers.next i {
                font-size: 25px;
                position: relative;
                top: 5px;
                left: 2px;
            }

            .pagination-area .page-numbers.next:hover {
                color: var(--white-color);
                background-color: var(--main-color);
                border: 2px solid var(--main-color);
            }

.go-top {
    position: fixed;
    cursor: pointer;
    bottom: -100px;
    right: 20px;
    color: var(--white-color);
    background-color: #114b9c;
    z-index: 4;
    width: 45px;
    text-align: center;
    height: 45px;
    opacity: 0;
    visibility: hidden;
    border-radius: 50%;
    font-size: 22px;
    transition: var(--transition);
    overflow: hidden;
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
}

    .go-top i {
        position: absolute;
        right: 0;
        left: 0;
        top: 45%;
        transform: translateY(-45%);
        text-align: center;
        font-size: 30px;
        margin-left: auto;
        margin-right: auto;
    }

    .go-top.active {
        opacity: 1;
        visibility: visible;
        bottom: 50px;
        z-index: 999;
    }

    .go-top:hover {
        background-color: #3ebf84;
        color: var(--white-color);
        transition: var(--transition);
        box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
        transform: translateY(-5px);
    }

.lines {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    margin: auto;
    width: 90vw;
}

    .lines .line {
        position: absolute;
        width: 1px;
        height: 100%;
        top: 0;
        left: 50%;
        background: #DCE3FF;
        overflow: hidden;
    }

        .lines .line::after {
            content: "";
            display: block;
            position: absolute;
            height: 15vh;
            width: 100%;
            top: -50%;
            left: 0;
            background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #ffffff 75%, #ffffff 100%);
            animation: run 15s 0s infinite;
            animation-fill-mode: forwards;
            animation-timing-function: cubic-bezier(0.4, 0.26, 0, 0.97);
            border-radius: 50%;
        }

        .lines .line:nth-child(1) {
            margin-left: -25%;
        }

        .lines .line:nth-child(2) {
            margin-left: 0;
        }

        .lines .line:nth-child(3) {
            margin-left: 25%;
        }

@keyframes run {
    0% {
        top: -50%;
    }

    100% {
        top: 110%;
    }
}

.map-location iframe {
    height: 450px;
    width: 100%;
    border: none;
    border-radius: 15px;
}

.gm-style {
    border-radius: 10px !important;
}

    .gm-style .place-card-large {
        padding: 10px !important;
    }

/*=================================
Buy Now Btn
====================================*/
.buy-now-btn {
    right: 30px;
    z-index: 99;
    top: 50%;
    position: fixed;
    transform: translateY(-50%);
    border-radius: 30px;
    display: inline-block;
    color: var(--white-color) !important;
    background-color: #82b440;
    padding: 8px 20px 8px;
    font-size: 14px;
    font-weight: 500;
    animation-name: tada;
    animation-duration: 5s;
    animation-fill-mode: both;
    animation-iteration-count: infinite;
}

    .buy-now-btn:hover {
        background-color: var(--main-color);
        color: var(--white-color) !important;
    }

@keyframes tada {
    0% {
        transform: scale3d(1, 1, 1);
    }

    10%, 20% {
        transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    }

    30%, 50%, 70%, 90% {
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    }

    40%, 60%, 80% {
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    }

    100% {
        transform: scale3d(1, 1, 1);
    }
}
/*# sourceMappingURL=style.css.map */

/*Custom css*/

.about-images img {
    border-radius: 15px;
    height: 300px;
    width: 331px;
}

.choose-image img {
    width: 150px;
}

.team-image img {
    width: 225px;
    border-radius: 100px;
}

.gettouch p {
    color: #ebebeb;
    font-size: 16px;
}


/*New CSS Video*/
.navbar-area {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99;
}

.video-overlay {
    background-color: rgb(0 0 0 / 17%);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 99;
}

/*indexpage css*/
.about-image img {
    height: 500px;
    width: 450px;
}

.text-justify {
    text-align: justify;
}

.about-content p {
    color: #000000;
    font-size: 16px;
    font-weight: 400;
}

.about-chairmen p {
    color: #000000;
    font-size: 15px;
    font-weight: 400;
    text-align: justify;
}

.about-chairmen span {
    /*font-size: var(--font-size);
  color: var(--main-color);*/
    font-size: 16px;
    color: #024695;
    font-weight: 600;
    display: inline-block;
    margin-bottom: 10px;
    font-family: var(--heading-font-family);
}

.linear-wipe {
    background: linear-gradient(to right, #000 20%, #54540b 40%, #3ebf84 60%, #4e2a2a 80%);
    background-size: 200% auto;
    color: #000;
    background-clip: text;
    text-fill-color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-animation: shine 1s linear infinite;
    animation: shine 1s linear infinite;
}

@-webkit-keyframes shine {
    to {
        background-position: 200% center;
    }
}

@keyframes shine {
    to {
        background-position: 200% center;
    }
}

.text-green {
    color: #3ebf84;
}

/*home Director*/
.single-team-card .team-image {
    background: #cfcfcf;
    border: 2px solid #3ebf84;
    display: block;
    border-radius: 100px;
    overflow: hidden;
    max-width: 180px;
    margin: 0px auto 0;
    padding: 8px;
}

.team-image:hover {
    background: #114b9c;
    border: 2px solid green;
    padding: 6px;
}

.team-image {
    transition: all 0.4s;
}

.about-chairmen .list li i {
    color: #114b9c;
    font-size: 16px;
    font-weight: 600;
    margin-right: 10px;
}

.about-chairmen p i {
    color: #114b9c;
    font-size: 16px;
    font-weight: 600;
    margin-right: 10px;
}

.moralb {
    font-size: 30px;
    color: #114b9c;
    font-weight: 700;
    font-family: var(--heading-font-family);
}

.about-chairmen p {
    border-bottom: 1px solid #e5e5e5;
}

/*Moral Agro*/
.agro-images img {
    width: 100%;
    height: auto;
}

/*Pharmaceuticals*/
.list-pharma li {
    font-size: 15px;
    border-bottom: 1px solid #d9d9d9;
    line-height: 30px;
}

/*Services for Bootstrap 5*/

a:hover,
a:focus {
    text-decoration: none;
    outline: none;
}

.vertical-tab {
    font-family: 'Montserrat', sans-serif;
    display: table;
}

    .vertical-tab .nav-tabs {
        width: 13%;
        min-width: 27%;
        border: none;
        vertical-align: top;
        display: table-cell;
    }

.nav-pills .nav-link {
    float: none;
}

.nav-pills .nav-link {
    color: #fff !important;
    background: #222;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0px;
    text-align: start;
    /*text-transform: uppercase;*/
    padding: 12px 14px 12px;
    margin: 0;
    margin-bottom: 0.1rem;
    border: none;
    border-radius: 0;
    overflow: hidden;
    position: relative;
    z-index: 1;
    transition: all 0.3s ease 0.3s;
    width: 100%;
}

    .nav-pills .nav-link:hover,
    .nav-pills .nav-link.active {
        color: #fff;
        background: #222;
        border: none;
    }

        .nav-pills .nav-link.active:hover,
        .nav-pills .nav-link.active {
            color: #fff;
        }

    .nav-pills .nav-link:before,
    .nav-pills .nav-link:after {
        content: "";
        background: #3ebf84;
        height: 100%;
        width: 100%;
        opacity: 0;
        position: absolute;
        top: 0;
        right: 0;
        z-index: -1;
        transition: all 0.5s ease 0s;
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    }

    .nav-pills .nav-link:after {
        background: #024695;
    }

    .nav-pills .nav-link.active:before,
    .nav-pills .nav-link:hover:before {
        opacity: 1;
        clip-path: polygon(0 0, 100% 0, 5% 10%, 0% 100%);
    }

    .nav-pills .nav-link.active:after,
    .nav-pills .nav-link:hover:after {
        opacity: 1;
        clip-path: polygon(95% 90%, 100% 0, 100% 100%, 0% 100%);
    }

.vertical-tab .tab-content {
    color: #444;
    background: #fff;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 23px;
    padding: 20px;
    border: 1px solid #d5d5d5;
    display: table-cell;
    width: 30%;
}

    .vertical-tab .tab-content h3 {
        color: #222;
        font-size: 20px;
        font-weight: 700;
        text-transform: uppercase;
        margin: 0 0 7px;
    }

ul.nav.nav-tabs li {
    /*margin-bottom: -5px;*/
}

@media only screen and (max-width: 479px) {
    .vertical-tab .nav-tabs {
        width: 100%;
        display: block;
    }

        .vertical-tab .nav-tabs li a {
            padding: 15px 10px 14px;
        }

    .vertical-tab .tab-content {
        font-size: 14px;
        display: block;
        width: 100%;
    }

    .service-dir {
        display: flex;
        flex-direction: column;
    }
}

/*Articles & News*/
.news span img {
    height: 95px;
}


/*social-icons*/
.menu_overlay {
    width: 100%;
    height: 66%;
    filter: blur(34px);
    background: #ffffff;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 1;
}

.navigation {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 44px;
    height: 44px;
    position: fixed;
    bottom: 107px;
    right: 21px;
    z-index: 99;
    transition: all 0.3s 0s ease-out;
}

.menuToggle {
    position: relative;
    width: 44px;
    height: 44px;
    background-color: #fff;
    border-radius: 70px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 15px 25px rgba(0, 0, 0, 0.15);
}

    .menuToggle::before {
        content: '+';
        position: absolute;
        font-size: 2em;
        font-weight: 400;
        color: #087fe0;
        transition: 1.5s;
    }

    .menuToggle.active::before {
        transform: rotate(315deg);
    }

.menu {
    position: absolute;
    width: 30px;
    height: 30px;
    background: #fff;
    border-radius: 70px;
    z-index: -1;
    transition: transform 0.5s, width 0.5s, height 0.5s;
    transition-delay: 1s, 0.5s, 0.5s;
    transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
}

.menuToggle.active ~ .menu {
    padding: 5px;
    width: fit-content;
    height: fit-content;
    z-index: 1;
    transform: translate(-60px, -5px);
    transition-delay: 0s, 0.5s, 0.5s;
    box-shadow: 0 15px 25px rgba(0, 0, 0, 0.1);
}

.menu::before {
    content: '';
    position: absolute;
    width: 16px;
    height: 16px;
    background: #fff;
    /* left: calc(32% - 8px); */
    bottom: 4px;
    transform: rotate(45deg);
    border-radius: 2px;
    transition: 0.5s;
    top: 34%;
    right: 3px;
}

.menuToggle.active ~ .menu::before {
    transition-delay: 0.5s;
    bottom: -6px;
    top: 48%;
    right: -7px;
}

.menu ul {
    position: relative;
    /* display: flex; */
    justify-content: center;
    align-items: center;
    height: 185px;
    gap: 30px;
    padding-left: 0;
}

    .menu ul li {
        list-style: none;
        cursor: pointer;
        opacity: 0;
        visibility: hidden;
        transform: translateY(-30px);
        transition: 0.25s;
        transition-delay: calc(0s + var(--i));
    }

.menuToggle.active ~ .menu ul li {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
    transition-delay: calc(0.75s + var(--i));
    display: flex;
    align-items: center;
    justify-content: center;
}

.menu ul li a {
    display: block;
    font-size: 1.5em;
    padding: 5px 5px 7px 7px;
}

.bottom-48 {
    bottom: 48px !important;
}

@media (min-width: 1100px) {
    .text-md-nowrap {
        white-space: nowrap;
    }
}

.background-video {
    max-height: 650px !important;
    object-fit: cover !important;
}


.apps-btn {
    position: relative;
    display: inline-block;
    padding: 7px 16px;
    border-radius: 50px;
    color: #fff;
    background: linear-gradient(45deg, #ff416c, #ff4b2b);
    text-decoration: none;
    overflow: hidden;
    font-weight: 600;
    transition: 0.3s ease;
}

    .apps-btn::before {
        content: "";
        position: absolute;
        top: 0;
        left: -75%;
        width: 50%;
        height: 100%;
        background: rgba(255,255,255,0.3);
        transform: skewX(-25deg);
        transition: 0.5s;
    }

    .apps-btn:hover::before {
        left: 125%;
    }

    .apps-btn:hover {
        box-shadow: 0 0 20px rgba(255, 75, 43, 0.6);
        transform: translateY(-2px);
        color: #fff;
    }
.nice-select {
        height: 38px;
    line-height: 38px;
}
.video-image img {
    /*height: 225px;
    object-fit: cover;*/
}
.cus-card {
        box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
        border: 0;
}
.form-control:focus, .btn:focus, select:focus {
    box-shadow: none;
    outline: none;
}