@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&amp;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&amp;display=swap);
@import url(https://fonts.googleapis.com/css2?family=Monoton&amp;display=swap);

body,
p {
    font-family: var(--main-font-family);
    font-size: var(--font-size)
}

.pt-100,
.ptb-100 {
    padding-top: 100px
}

.pb-100,
.ptb-100 {
    padding-bottom: 100px
}

.default-btn,
body,
p {
    font-size: var(--font-size)
}

.about-wrap-content .about-bg-text,
.section-title .section-bg-text,
.services-section-content .services-bg-text {
    font-size: 95px;
    font-family: var(--monoton-font-family);
    line-height: 0
}

.cursor,
.next,
.prev,
.vert-tab>div {
    cursor: pointer
}

a,
a:focus,
a:hover {
    text-decoration: none
}

:root {
    --main-font-family: 'Open Sans', sans-serif;
    --heading-font-family: 'Jost', sans-serif;
    --monoton-font-family: 'Monoton', cursive;
    --main-color: #FEB302;
    --optional-color: #f6214b;
    --white-color: #ffffff;
    --black-color: #14042C;
    --paragraph-color: #646464;
    --font-size: 16px;
    --transition: .6s;
    --btn-gradient-color: #f6214b
}

.tech-img {
    width: 50% !important;
    margin: auto
}

body {
    padding: 0;
    margin: 0
}

a {
    -webkit-transition: var(--transition);
    transition: var(--transition);
    color: var(--black-color);
    display: inline-block
}

.ttt .nice-select {
    display: none !important
}

a:focus,
a:hover {
    color: #f6214b
}

button {
    outline: 0 !important
}

p {
    margin-bottom: 15px;
    color: #000;
    font-weight: 500;
    text-align: justify;
    line-height: 1.8
}

.billing-details .col-lg-12:last-child .form-group,
.billing-details .form-group .form-check,
.billing-details .form-group .form-check label,
.blog-card .blog-content p,
.blog-details-desc .article-content .list li:last-child,
.career-details-desc .career-content .list li:last-child,
.career-details-info .list li:last-child,
.career-item:last-child,
.cart-table table,
.faq-accordion .accordion-item:last-child,
.h1:last-child,
.h2:last-child,
.h3:last-child,
.h4:last-child,
.h5:last-child,
.h6:last-child,
.one-service-area .service-advisor .advisor-content ul li:last-child,
.order-details .order-table table,
.products-details-desc .products-meta span:last-child,
.projects-details-desc .article-projects-content .projects-list li:last-child,
.projects-details-desc .article-projects-with-info .projects-info-content .info-list li:last-child,
.projects-section-content p,
.services-details-desc .article-services-content .list li:last-child,
.single-about-card p,
.single-blog-card .blog-content p,
.single-pricing-card .pricing-list li:last-child,
.talk-content p,
.testimonials-item .item-box:last-child,
.widget-area .widget:last-child,
.widget-area .widget_categories .list li:last-child,
.widget-area .widget_insight .list li:last-child,
.widget-area .widget_recent_post .item:last-child,
.wishlist-table table,
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child,
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
}

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

.recr-content h3,
h1 {
    font-family: Poppins, sans-serif
}

.default-btn {
    padding: 15.8px 35px;
    text-align: center;
    color: var(--white-color) !important;
    font-weight: 600;
    -webkit-transition: var(--transition);
    transition: var(--transition);
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    border-radius: 10px;
    z-index: 0;
    background: var(--btn-gradient-color);
    -webkit-box-shadow: none;
    box-shadow: none;
    overflow: hidden;
    white-space: nowrap;
    font-family: var(--heading-font-family)
}

.main-banner-area,
.main-hero-item,
.partner-area {
    background-repeat: no-repeat
}

.apply-area,
.coming-soon-area,
.main-banner-area,
.main-hero-item,
.overview-area,
.page-banner-area,
.partner-area {
    background-position: center center;
    background-size: cover
}

.default-btn:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 550px;
    height: 550px;
    margin: auto;
    background-color: var(--main-color);
    border-radius: 50%;
    z-index: -1;
    -webkit-transform-origin: top center;
    transform-origin: top center;
    -webkit-transform: translateX(-50%) translateY(-5%) scale(.4);
    transform: translateX(-50%) translateY(-5%) scale(.4);
    -webkit-transition: -webkit-transform .9s;
    transition: transform .9s;
    transition: transform .9s, -webkit-transform .9s
}

.about-wrap-image,
.blog-card .blog-image,
.projects-details-desc .article-projects-content .image,
.projects-item .projects-image,
.services-area.with-radius,
.services-item .services-image,
.single-about-card .card-image,
.video-view-content .video-image {
    border-radius: 15px;
    overflow: hidden
}

.courses-details-info .image .video-btn:hover i,
.default-btn:hover,
.pricing-area.with-black-background .section-title h2,
.projects-item .projects-content h3 a,
.projects-item.bg-F2F1F3:hover .projects-content h3 a,
.services-area-style-two .section-title h2,
.services-area.bg-with-14042C-color .section-title h2,
.services-item .services-content h3 a,
.single-features-card:hover .content h3 a,
.single-features-card:hover .content p,
.single-features-card:hover .hover-content h3 a,
.single-features-card:hover .hover-content p,
.single-projects-item .projects-content h3 a {
    color: var(--white-color)
}

.default-btn:hover:before {
    -webkit-transition: -webkit-transform 1s;
    transition: transform 1s;
    transition: transform 1s, -webkit-transform 1s;
    -webkit-transform: translateX(-45%) translateY(0) scale(1);
    transform: translateX(-45%) translateY(0) scale(1);
    -webkit-transform-origin: bottom center;
    transform-origin: bottom center
}

.section-title {
    max-width: 1200px;
    margin: 0 auto 45px;
    text-align: center;
    position: relative
}

.section-title .section-bg-text {
    color: #f8f7f8;
    font-weight: 400;
    position: absolute;
    top: 15px;
    left: 0;
    right: 0;
    z-index: -1
}

.about-content span,
.about-wrap-content span,
.projects-details-desc .article-projects-with-info .projects-info-content span,
.projects-section-content span,
.section-title span,
.services-section-content span,
.skill-content span,
.talk-content span,
.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)
}

.projects-details-desc .article-projects-with-info .projects-info-content h3,
.section-title h2 {
    font-size: 42px;
    margin-bottom: 0;
    line-height: 1.4;
    position: relative
}

.section-title h2 b,
.services-section-content h3 b {
    background: linear-gradient(to right, #f80503 0, #c5072d 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.about-content h3 .overlay,
.about-wrap-content h3 .overlay,
.main-banner-content h1 .overlay,
.main-hero-content h1 .overlay,
.main-slides-content h1 .overlay,
.projects-details-desc .article-projects-with-info .projects-info-content h3 .overlay,
.projects-section-content h3 .overlay,
.section-title h2 .overlay,
.services-section-content h3 .overlay,
.skill-content h3 .overlay,
.talk-content h3 .overlay,
.testimonials-section-content h3 .overlay {
    position: absolute;
    left: 0;
    top: 0;
    background: var(--btn-gradient-color);
    width: 100%;
    height: 100%;
    z-index: 1
}

.coming-soon-content form .validation-success,
.section-title p {
    margin-top: 15px
}

.events-details-desc h3:not(:first-child),
.main-banner-content .banner-btn,
.main-hero-content .slides-btn,
.main-slides-content .slides-btn,
.products-details-tabs .tab-content .tab-pane .review-form-wrapper,
.section-title.section-style-two,
.single-pricing-card .pricing-btn {
    margin-top: 30px
}

.preloader {
    background-color: var(--white-color);
    text-align: center;
    right: 0
}

.main-slides-item,
.services-area-style-two,
.services-area.bg-with-14042C-color,
.services-area.margin-zero,
.services-area.with-radius {
    background-color: var(--black-color)
}

.preloader .lds-spinner {
    color: official;
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px
}

.preloader .lds-spinner div {
    -webkit-transform-origin: 40px 40px;
    transform-origin: 40px 40px;
    -webkit-animation: 1.2s linear infinite lds-spinner;
    animation: 1.2s linear infinite lds-spinner
}

.main-slides-shape-2,
.services-shape-1 {
    -webkit-animation: 2s linear infinite moveleftbounce
}

.preloader .lds-spinner div::after {
    content: " ";
    display: block;
    position: absolute;
    top: 5px;
    left: 35px;
    width: 5px;
    height: 20px;
    border-radius: 20%;
    background: var(--main-color)
}

.preloader .lds-spinner div:first-child {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s
}

.preloader .lds-spinner div:nth-child(2) {
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg);
    -webkit-animation-delay: -1s;
    animation-delay: -1s
}

.preloader .lds-spinner div:nth-child(3) {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-animation-delay: -.9s;
    animation-delay: -.9s
}

.preloader .lds-spinner div:nth-child(4) {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-animation-delay: -.8s;
    animation-delay: -.8s
}

.preloader .lds-spinner div:nth-child(5) {
    -webkit-transform: rotate(120deg);
    transform: rotate(120deg);
    -webkit-animation-delay: -.7s;
    animation-delay: -.7s
}

.preloader .lds-spinner div:nth-child(6) {
    -webkit-transform: rotate(150deg);
    transform: rotate(150deg);
    -webkit-animation-delay: -.6s;
    animation-delay: -.6s
}

.preloader .lds-spinner div:nth-child(7) {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-animation-delay: -.5s;
    animation-delay: -.5s
}

.preloader .lds-spinner div:nth-child(8) {
    -webkit-transform: rotate(210deg);
    transform: rotate(210deg);
    -webkit-animation-delay: -.4s;
    animation-delay: -.4s
}

.preloader .lds-spinner div:nth-child(9) {
    -webkit-transform: rotate(240deg);
    transform: rotate(240deg);
    -webkit-animation-delay: -.3s;
    animation-delay: -.3s
}

.preloader .lds-spinner div:nth-child(10) {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
    -webkit-animation-delay: -.2s;
    animation-delay: -.2s
}

.preloader .lds-spinner div:nth-child(11) {
    -webkit-transform: rotate(300deg);
    transform: rotate(300deg);
    -webkit-animation-delay: -.1s;
    animation-delay: -.1s
}

.preloader .lds-spinner div:nth-child(12) {
    -webkit-transform: rotate(330deg);
    transform: rotate(330deg);
    -webkit-animation-delay: 0s;
    animation-delay: 0s
}

@-webkit-keyframes lds-spinner {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

@keyframes lds-spinner {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

.about-area,
.choose-area,
.main-hero-area,
.main-slides-area,
.projects-details-area,
.services-details-area,
.skill-area,
.team-area,
.testimonials-area {
    position: relative;
    z-index: 1;
    overflow: hidden
}

.main-slides-item {
    padding-top: 150px;
    padding-bottom: 100px
}

.main-banner-area .container-fluid,
.main-hero-item .container-fluid,
.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 p {
    margin-top: 18px;
    margin-bottom: 0;
    color: #cdc4d9
}

.hero-slides.owl-theme .owl-dots .owl-dot span,
.home-slides.owl-theme .owl-dots .owl-dot span,
.services-slides-two.owl-theme .owl-dots .owl-dot span,
.services-slides.owl-theme .owl-dots .owl-dot span,
.testimonials-slides.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    background-color: #d1cfdb;
    -webkit-transition: var(--transition);
    transition: var(--transition);
    border-radius: 50%;
    position: relative;
    margin: 0 5px
}

.hero-slides.owl-theme .owl-dots .owl-dot.active span,
.hero-slides.owl-theme .owl-dots .owl-dot:hover span,
.home-slides.owl-theme .owl-dots .owl-dot.active span,
.home-slides.owl-theme .owl-dots .owl-dot:hover span,
.services-slides-two.owl-theme .owl-dots .owl-dot.active span,
.services-slides-two.owl-theme .owl-dots .owl-dot:hover span {
    background: radial-gradient(circle, #000, #c666ef, #dd62df, #ee61cf, #fb64bf);
    width: 30px;
    border-radius: 30px
}

.hero-slides.owl-theme .owl-nav.disabled+.owl-dots,
.home-slides.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 0;
    line-height: 0;
    position: absolute;
    left: 30px;
    bottom: 170px
}

.article-image-slides.owl-theme .owl-nav,
.blog-slides.owl-theme .owl-nav,
.home-slides.owl-theme .owl-nav,
.projects-slides.owl-theme .owl-nav,
.services-slides-two.owl-theme .owl-nav.disabled+.owl-dots,
.talk-content.margin-zero {
    margin-top: 0
}

.main-slides-shape-1 {
    position: absolute;
    left: 50px;
    top: 65px;
    z-index: 1
}

.about-circle-shape img,
.blog-details-desc .article-content .article-quote .quote-shape img,
.blog-shape-1 img,
.hero-shape-1 img,
.hero-shape-2 img,
.main-banner-image .banner-circle img,
.main-slides-shape-1 img,
.main-slides-shape-4 img,
.overview-card .overview-shape img,
.pricing-shape-2 img,
.projects-details-desc .article-projects-quote .quote-shape img,
.projects-details-desc .article-projects-with-info .projects-info-image .info-shape img,
.projects-shape-3 img,
.services-details-desc .article-services-quote .quote-shape img,
.services-shape-2 img,
.skill-image .skill-shape-1 img,
.skill-image .skill-shape-2 img,
.talk-image .talk-circle img {
    -webkit-animation-name: rotateme;
    animation-name: rotateme;
    -webkit-animation-duration: 5s;
    animation-duration: 5s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear
}

.main-slides-shape-2 {
    position: absolute;
    top: 20%;
    left: 50%;
    -webkit-transform: translateY(-20%) translateX(-50%);
    transform: translateY(-20%) translateX(-50%);
    z-index: 1;
    animation: 2s linear infinite moveleftbounce
}

.main-slides-shape-3 {
    position: absolute;
    bottom: 10%;
    left: 20%;
    z-index: 1;
    -webkit-transform: translateY(-10%) translateX(-20%);
    transform: translateY(-10%) translateX(-20%);
    -webkit-animation: 1s linear infinite moveleftbounce;
    animation: 1s linear infinite moveleftbounce
}

.main-slides-shape-4 {
    position: absolute;
    bottom: 10%;
    right: 32%;
    -webkit-transform: translateY(-10%) translateX(-32%);
    transform: translateY(-10%) translateX(-32%);
    z-index: 1
}

.main-slides-shape-5 {
    position: absolute;
    bottom: 5%;
    right: 10%;
    -webkit-transform: translateY(-5%) translateX(-10%);
    transform: translateY(-5%) translateX(-10%);
    z-index: 1;
    -webkit-animation: 10s linear infinite animationFramesOne;
    animation: 10s linear infinite animationFramesOne
}

@-webkit-keyframes rotateme {
    from {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes rotateme {
    from {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-webkit-keyframes animationFramesOne {

    0%,
    100% {
        -webkit-transform: translate(0, 0) rotate(0);
        transform: translate(0, 0) rotate(0)
    }

    20% {
        -webkit-transform: translate(73px, -1px) rotate(36deg);
        transform: translate(73px, -1px) rotate(36deg)
    }

    40% {
        -webkit-transform: translate(141px, 72px) rotate(72deg);
        transform: translate(141px, 72px) rotate(72deg)
    }

    60% {
        -webkit-transform: translate(83px, 122px) rotate(108deg);
        transform: translate(83px, 122px) rotate(108deg)
    }

    80% {
        -webkit-transform: translate(-40px, 72px) rotate(144deg);
        transform: translate(-40px, 72px) rotate(144deg)
    }
}

@keyframes animationFramesOne {

    0%,
    100% {
        -webkit-transform: translate(0, 0) rotate(0);
        transform: translate(0, 0) rotate(0)
    }

    20% {
        -webkit-transform: translate(73px, -1px) rotate(36deg);
        transform: translate(73px, -1px) rotate(36deg)
    }

    40% {
        -webkit-transform: translate(141px, 72px) rotate(72deg);
        transform: translate(141px, 72px) rotate(72deg)
    }

    60% {
        -webkit-transform: translate(83px, 122px) rotate(108deg);
        transform: translate(83px, 122px) rotate(108deg)
    }

    80% {
        -webkit-transform: translate(-40px, 72px) rotate(144deg);
        transform: translate(-40px, 72px) rotate(144deg)
    }
}

@-webkit-keyframes moveleftbounce {

    0%,
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    50% {
        -webkit-transform: translateX(20px);
        transform: translateX(20px)
    }
}

@keyframes moveleftbounce {

    0%,
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    50% {
        -webkit-transform: translateX(20px);
        transform: translateX(20px)
    }
}

.main-hero-item {
    background-image: url(../images/Resize_rslide3.webp);
    padding-top: 165px;
    padding-bottom: 250px;
    position: relative;
    z-index: 1
}

.main-hero-item.item-bg-2 {
    background-image: url(../images/Resize_rslide1.webp)
}

.main-hero-item.item-bg-3 {
    background-image: url(../images/Resize_rslide2.webp)
}

.main-hero-item::before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    height: 100%;
    width: 100%
}

.main-hero-content {
    max-width: 1000px
}

.main-hero-content span {
    font-size: var(--font-size);
    font-weight: 600;
    color: #fff;
    display: block;
    margin-bottom: 18px;
    font-family: var(--heading-font-family)
}

.main-hero-content h1 {
    font-size: 55px;
    margin-bottom: 0;
    color: var(--white-color);
    position: relative
}

.main-hero-content p {
    margin-top: 18px;
    margin-bottom: 0;
    color: #cdc4d9;
    max-width: 825px
}

.hero-shape-1 {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 1
}

.hero-shape-2 {
    position: absolute;
    bottom: 20px;
    right: 20px;
    z-index: 1
}

.hero-shape-3 {
    position: absolute;
    bottom: 5%;
    left: 50%;
    z-index: 1;
    -webkit-transform: translateY(-5%) translateY(-50%);
    transform: translateY(-5%) translateY(-50%);
    -webkit-animation: 10s linear infinite animationFramesOne;
    animation: 10s linear infinite animationFramesOne
}

.main-banner-area {
    position: relative;
    z-index: 1;
    overflow: hidden;
    background-image: url(../images/main-banner/banner-bg.jpg);
    padding-top: 150px
}

.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 p {
    margin-top: 18px;
    margin-bottom: 0;
    max-width: 825px
}

.main-banner-image {
    position: relative;
    z-index: 1;
    text-align: center
}

.banner-dot-shape-1,
.banner-dot-shape-2,
.banner-dot-shape-3,
.banner-dot-shape-4,
.banner-dot-shape-5,
.banner-shape-1,
.banner-shape-2 {
    z-index: -1;
    position: absolute
}

.main-banner-image .banner-circle {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 100px;
    right: 0;
    margin: auto;
    z-index: -1
}

.banner-shape-1 {
    top: -100px;
    left: -100px;
    -webkit-animation: 1s linear infinite moveleftbounce;
    animation: 1s linear infinite moveleftbounce
}

.banner-shape-2 {
    bottom: 25px;
    right: -50px;
    -webkit-animation: 10s linear infinite animationFramesOne;
    animation: 10s linear infinite animationFramesOne
}

.banner-dot-shape-1 {
    top: 20%;
    left: 50%;
    -webkit-transform: translateY(-20%) translateX(-50%);
    transform: translateY(-20%) translateX(-50%);
    -webkit-animation: 25s linear infinite animationFramesOne;
    animation: 25s linear infinite animationFramesOne
}

.banner-dot-shape-2 {
    top: 15%;
    left: 5%;
    -webkit-transform: translateY(-15%) translateX(-5%);
    transform: translateY(-15%) translateX(-5%);
    -webkit-animation: 10s linear infinite animationFramesOne;
    animation: 10s linear infinite animationFramesOne
}

.banner-dot-shape-3 {
    bottom: 10%;
    left: 35%;
    -webkit-transform: translateY(-10%) translateX(-35%);
    transform: translateY(-10%) translateX(-35%);
    -webkit-animation: 20s linear infinite animationFramesOne;
    animation: 20s linear infinite animationFramesOne
}

.banner-dot-shape-4 {
    bottom: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    -webkit-animation: 15s linear infinite animationFramesOne;
    animation: 15s linear infinite animationFramesOne
}

.banner-dot-shape-5 {
    top: 20%;
    right: 10%;
    -webkit-transform: translateY(-20%) translateX(-10%);
    transform: translateY(-20%) translateX(-10%);
    -webkit-animation: 20s linear infinite animationFramesOne;
    animation: 20s linear infinite animationFramesOne
}

.partner-card a {
    display: block;
    position: relative
}

.partner-card a img {
    -webkit-transition: var(--transition);
    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
}

.blog-card:hover .blog-content .blog-btn::before,
.partner-card a:hover img:nth-child(2),
.products-details-image:hover .heart-fill,
.projects-item:hover .projects-content .projects-btn::before,
.services-item:hover .services-content .services-btn::before,
.single-blog-card:hover .blog-content .blog-btn::before,
.single-features-card .hover-content .features-btn:hover::before,
.single-features-card:hover .hover-content,
.single-products-card:hover .products-image .heart-fill,
.single-projects-item .projects-content .projects-btn:hover::before {
    opacity: 1;
    visibility: visible
}

.about-content {
    padding-left: 10px;
    position: relative;
    z-index: 1
}

.about-content h3,
.about-wrap-content h3,
.projects-section-content h3,
.skill-content h3,
.talk-content h3,
.testimonials-section-content h3 {
    font-size: 42px;
    margin-bottom: 15px;
    line-height: 1.4;
    position: relative
}

.about-content h3 b,
.about-wrap-content h3 b,
.talk-content h3 b,
.testimonials-section-content h3 b {
    background: radial-gradient(circle, #000, #c666ef, #dd62df, #ee61cf, #fb64bf);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.about-content .about-btn,
.courses-details-desc .tab-content .courses-overview h3:not(:first-child),
.error-content .default-btn,
.products-details-desc .products-meta,
.projects-section-content .projects-section-btn,
.services-section-content .services-section-btn,
.services-slides.owl-theme .owl-nav.disabled+.owl-dots,
.single-about-card .about-btn,
.single-blog-card .blog-content,
.single-products-card .products-content,
.single-team-card .team-content,
.skill-bar,
.talk-content #contactFormTwo,
.testimonials-section-content .testimonials-btn {
    margin-top: 25px
}

.about-shape-1,
.choose-shape-1 {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 50px;
    z-index: -1
}

.billing-details .form-group,
.blog-card,
.blog-details-desc .article-leave-comment .form-group,
.events-details-header,
.events-details-location,
.login-form form .form-group,
.register-form form .form-group,
.services-item,
.single-about-card,
.single-blog-card,
.single-choose-card,
.single-products-card,
.single-testimonials-card {
    margin-bottom: 25px
}

.about-wrap-image {
    margin-top: 50px
}

.about-wrap-image img,
.products-details-image img,
.single-about-card .card-image img,
.single-projects-item .projects-image a img {
    border-radius: 20px;
    -webkit-transition: var(--transition);
    transition: var(--transition)
}

.about-wrap-image:hover img,
.single-about-card .card-image:hover img {
    -webkit-transform: scale(1.1) !important;
    transform: scale(1.1) !important;
    -webkit-filter: blur(2px);
    filter: blur(2px)
}

.about-wrap-content {
    position: relative;
    z-index: 1;
    padding-left: 45px;
    text-align: end
}

.about-wrap-content .about-bg-text {
    color: #f8f7f8;
    font-weight: 400;
    position: absolute;
    top: 0;
    z-index: -1
}

.about-inner-box,
.courses-details-desc,
.products-details-tabs {
    margin-top: 50px
}

.single-about-card h3,
.single-choose-card .choose-content h3 {
    font-size: 22px;
    margin-bottom: 15px
}

.about-circle-shape {
    position: absolute;
    top: 50%;
    left: 5%;
    -webkit-transform: translateY(-50%) translateX(-5%);
    transform: translateY(-50%) translateX(-5%)
}

.blog-area,
.pricing-area,
.services-area {
    overflow: hidden;
    position: relative;
    z-index: 1
}

.services-area.with-radius {
    margin-left: 10px;
    margin-right: 10px
}

.projects-area.style-two-area .container-fluid,
.services-area .container-fluid {
    overflow: hidden;
    left: calc((100% - 1320px)/ 2);
    position: relative
}

.services-area.bg-with-14042C-color {
    border-radius: 0 0 100px 100px
}

.pricing-area.with-black-background .section-title p,
.projects-area.with-black-background .section-title p,
.services-area-style-two .section-title p,
.services-area.bg-with-14042C-color .section-title p,
.services-section-content p {
    color: #cdc4d9
}

.services-section-content h3,
.services-section-content h5 {
    line-height: 1.4;
    color: var(--white-color);
    margin-bottom: 15px
}

.services-area-style-two {
    position: relative;
    z-index: 1;
    overflow: hidden
}

.pricing-area.with-black-background .container-fluid,
.projects-area.with-black-background .container-fluid,
.services-area-style-two .container-fluid,
.testimonials-area .container-fluid {
    padding-left: 0;
    padding-right: 0
}

#journey .timeline-holder .year-box .logo,
.courses-details-image,
.products-grid-sorting .ordering form,
.projects-details-desc .article-projects-with-info .projects-info-image,
.projects-section-content,
.services-section-content,
.single-team-card .team-image,
.single-team-card:hover .team-image,
.single-testimonials-card .info-item-box,
.widget-area .widget_search form {
    position: relative
}

.services-section-content .services-bg-text {
    color: #24153a;
    font-weight: 350;
    position: absolute;
    top: 0;
    z-index: -1
}

.services-section-content h3 {
    font-size: 42px;
    position: relative
}

.services-section-content h5 {
    font-size: 30px;
    position: relative
}

.services-item {
    background-color: #2e2141;
    padding: 10px;
    border-radius: 15px;
    position: relative;
    -webkit-transition: var(--transition);
    transition: var(--transition)
}

.blog-card .blog-image a,
.cart-table table tbody tr td.product-thumbnail a,
.courses-details-desc .tab-content .courses-curriculum ul li,
.projects-item .projects-image a,
.recr-content.active .work_items_content,
.services-item .services-image a,
.single-blog-card .blog-image a,
.single-choose-card .choose-image a,
.single-products-card .products-image a,
.single-projects-item .projects-image a,
.wishlist-table table tbody tr td.product-thumbnail a {
    display: block
}

.blog-card .blog-image a img,
.blog-details-desc .article-image img,
.career-details-desc .career-details-image img,
.privacy-policy-content .privacy-policy-image img,
.projects-details-desc .article-projects-content .image img,
.projects-details-desc .article-projects-image img,
.projects-item .projects-image a img,
.purchase-guide-content .guide-image img,
.services-details-desc .article-services-image img,
.services-details-desc .article-services-middle-image img,
.services-item .services-image a img,
.single-blog-card .blog-image a img,
.single-products-card .products-image a img,
.terms-of-service-content .terms-of-service-image img {
    border-radius: 15px;
    -webkit-transition: var(--transition);
    transition: var(--transition)
}

.services-item .services-content {
    padding: 30px 15px 20px
}

.projects-details-desc .article-projects-text h3,
.services-item .services-content h3,
.single-projects-item .projects-content h3 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 15px
}

.services-item .services-content p,
.single-pricing-card p {
    color: #cdc4d9;
    margin-bottom: 0
}

.services-item .services-content .services-btn {
    background: var(--btn-gradient-color);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 700;
    margin-top: 20px;
    font-family: var(--heading-font-family);
    -webkit-transition: var(--transition);
    transition: var(--transition);
    position: relative
}

.blog-card .blog-content .blog-btn::before,
.projects-item .projects-content .projects-btn::before,
.services-item .services-content .services-btn::before,
.single-features-card .hover-content .features-btn::before,
.single-projects-item .projects-content .projects-btn::before {
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    width: 20px;
    height: 1.5px;
    background: var(--btn-gradient-color);
    -webkit-transition: .5s;
    transition: .5s;
    border-radius: 5px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: var(--transition);
    transition: var(--transition)
}

.blog-card:hover .blog-image a img,
.projects-details-desc .article-projects-content .image:hover img,
.projects-details-desc .article-projects-image:hover img,
.projects-item:hover .projects-image a img,
.services-details-desc .article-services-image:hover img,
.services-details-desc .article-services-middle-image:hover img,
.services-item:hover .services-image a img,
.single-gallery-item:hover a img,
.single-products-card:hover .products-image a img,
.single-projects-item:hover .projects-image a img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-filter: blur(2px);
    filter: blur(2px)
}

.blog-card:hover .blog-content h3 a,
.blog-details-desc .article-leave-comment .form-cookies-consent a,
.blog-grid-sorting form button:focus,
.blog-grid-sorting form button:hover,
.career-item .career-content h3 a:hover,
.cart-table table tbody tr td.product-name a:hover,
.courses-details-desc .tab-content .courses-curriculum ul li a .courses-meta .status.locked:hover,
.courses-details-desc .tab-content .courses-curriculum ul li a .courses-name:hover,
.courses-details-desc .tab-content .courses-curriculum ul li a:hover,
.events-details-info .events-btn-box p a,
.order-details .order-table table tbody tr td.product-name a:hover,
.overview-card span a:hover,
.page-banner-content ul li a:hover,
.page-banner-content.wrap-content ul li,
.page-banner-content.wrap-content ul li a:hover,
.products-details-desc .products-meta span a:focus,
.products-details-desc .products-meta span a:hover,
.products-grid-sorting .ordering form button:focus,
.products-grid-sorting .ordering form button:hover,
.projects-item:hover .projects-content h3 a,
.services-item:hover .services-content h3 a,
.single-blog-card:hover .blog-content h3 a,
.single-choose-card:hover .choose-content h3 a,
.single-products-card .products-content h3 a:hover,
.widget-area .widget_categories .list li a:hover,
.widget-area .widget_search form button:focus,
.widget-area .widget_search form button:hover,
.wishlist-table table tbody tr td.product-name a:hover {
    color: var(--main-color)
}

.blog-card:hover .blog-content .blog-btn,
.products-details-desc,
.projects-item:hover .projects-content .projects-btn,
.services-item:hover .services-content .services-btn,
.single-blog-card:hover .blog-content .blog-btn,
.single-features-card .hover-content .features-btn:hover,
.single-projects-item .projects-content .projects-btn:hover {
    padding-left: 25px
}

.services-slides .owl-item.active.center .services-item {
    -webkit-transition: var(--transition);
    transition: var(--transition);
    top: 20px
}

.services-slides.owl-theme .owl-dots .owl-dot.active span,
.services-slides.owl-theme .owl-dots .owl-dot:hover span,
.testimonials-slides.owl-theme .owl-dots .owl-dot.active span,
.testimonials-slides.owl-theme .owl-dots .owl-dot:hover span {
    background: var(--btn-gradient-color);
    width: 30px;
    border-radius: 30px
}

.services-all-btn {
    text-align: center;
    margin-top: 15px
}

.services-shape-1 {
    position: absolute;
    top: 20%;
    left: 5%;
    -webkit-transform: translateY(-20%) translateX(-5%);
    transform: translateY(-20%) translateX(-5%);
    animation: 2s linear infinite moveleftbounce
}

.services-shape-2 {
    position: absolute;
    top: 10%;
    right: 5%;
    -webkit-transform: translateY(-20%) translateX(-5%);
    transform: translateY(-20%) translateX(-5%)
}

.services-details-desc {
    max-width: 1200px;
    margin: auto
}

.services-details-desc .article-services-image {
    overflow: hidden;
    border-radius: 15px;
    text-align: center
}

.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,
.single-pricing-card .pricing-list {
    padding: 0;
    margin-top: 25px;
    margin-bottom: 0
}

.blog-details-desc .article-content .list li,
.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
}

.blog-details-desc .article-content .list li i,
.projects-details-desc .article-projects-content .projects-list li i,
.services-details-desc .article-services-content .list li i {
    position: absolute;
    left: 0;
    top: 2.8px;
    font-size: 18px;
    color: #000
}

.blog-details-desc .article-content .list li h4,
.projects-details-desc .article-projects-content .projects-list li h4,
.services-details-desc .article-services-content .list li h4,
.single-products-card .products-content h3,
.single-team-card .team-content h3 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 0
}

.projects-details-desc .article-projects-image,
.services-details-desc .article-services-middle-image {
    overflow: hidden;
    border-radius: 15px;
    margin-top: 35px
}

.projects-details-desc .article-projects-quote,
.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
}

.blog-details-desc .article-content .article-quote i,
.projects-details-desc .article-projects-quote i,
.services-details-desc .article-services-quote i {
    color: #cfc3e2;
    font-size: 65px;
    position: absolute;
    left: 45px;
    top: 10px;
    z-index: -1;
    -webkit-animation: 2s linear infinite moveleftbounce;
    animation: 2s linear infinite moveleftbounce
}

.blog-details-desc .article-content .article-quote p,
.projects-details-desc .article-projects-quote p,
.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
}

.blog-details-desc .article-content .article-quote .quote-shape,
.projects-details-desc .article-projects-quote .quote-shape,
.services-details-desc .article-services-quote .quote-shape {
    position: absolute;
    right: -45px;
    bottom: -45px;
    max-width: 100px
}

.pricing-bg-shape-1,
.projects-details-shape,
.services-details-shape,
.skill-bg-shape,
.team-shape {
    position: absolute;
    left: 0;
    right: 0;
    top: 100px;
    z-index: -1
}

.choose-area.bg-with-F5F5F5-color,
.courses-details-area,
.talk-area {
    background-color: #f5f5f5
}

.single-choose-card .choose-image {
    margin-bottom: 25px;
    position: relative;
    display: inline-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
}

.blog-card .blog-content h3 a,
.career-item .career-content h3 a,
.overview-card span a,
.page-banner-content.wrap-content h2,
.projects-item.bg-F2F1F3 .projects-content h3 a,
.single-blog-card .blog-content h3 a,
.single-choose-card .choose-content h3 a,
.single-features-card .content h3 a,
.single-features-card .hover-content h3 a,
.single-products-card .products-content h3 a,
.single-projects-item .projects-content h3 a:hover {
    color: var(--black-color)
}

.choose-shape-2 {
    position: absolute;
    left: 200px;
    margin: auto;
    top: -300px;
    z-index: -1
}

.video-area {
    position: relative;
    z-index: 1;
    margin-bottom: -110px
}

.video-view-content {
    text-align: center;
    position: relative;
    z-index: 1
}

.blog-details-desc .article-content .block-item img,
.video-view-content .video-image img {
    -webkit-transition: var(--transition);
    transition: var(--transition);
    border-radius: 15px
}

.video-view-content .video-btn {
    display: inline-block;
    width: 100px;
    height: 100px;
    line-height: 110px;
    background-color: var(--black-color);
    border-radius: 50%;
    color: var(--optional-color);
    position: absolute;
    z-index: 1;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    font-size: 65px;
    -webkit-transition: var(--transition);
    transition: var(--transition);
    border: 2px solid #fb64bf
}

.video-view-content .video-btn i {
    -webkit-transition: var(--transition);
    transition: var(--transition);
    background: #f6214b;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.blog-details-desc .article-image .video-btn::before,
.career-details-desc .career-details-image .video-btn::before,
.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 #fb64bf;
    -webkit-animation: 2s linear infinite ripple;
    animation: 2s linear infinite ripple
}

.blog-details-desc .article-image .video-btn:hover,
.career-details-desc .career-details-image .video-btn:hover,
.video-view-content .video-btn:hover {
    background-color: var(--optional-color)
}

.blog-details-desc .article-image .video-btn:hover i,
.career-details-desc .career-details-image .video-btn:hover i,
.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,
.widget-area .widget_recent_courses .item .info {
    overflow: hidden
}

.video-view-content:hover .video-image img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-filter: blur(5px);
    filter: blur(5px)
}

@-webkit-keyframes ripple {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    75% {
        -webkit-transform: scale(1.75);
        transform: scale(1.75);
        opacity: 1
    }

    100% {
        -webkit-transform: scale(2);
        transform: scale(2);
        opacity: 0
    }
}

@keyframes ripple {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    75% {
        -webkit-transform: scale(1.75);
        transform: scale(1.75);
        opacity: 1
    }

    100% {
        -webkit-transform: scale(2);
        transform: scale(2);
        opacity: 0
    }
}

.projects-area {
    overflow: hidden;
    position: relative
}

.projects-area.with-black-background {
    margin-left: 10px;
    margin-right: 10px;
    border-radius: 15px;
    overflow: hidden;
    padding-top: 200px
}

.projects-item {
    background-color: #2e2141;
    padding: 10px;
    border-radius: 15px;
    margin-bottom: 25px
}

.projects-item .projects-content {
    padding: 30px 20px 20px
}

.projects-item .projects-content h3 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 18px
}

.projects-item .projects-content .projects-btn,
.single-projects-item .projects-content .projects-btn {
    background: var(--btn-gradient-color);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 700;
    font-family: var(--heading-font-family);
    -webkit-transition: var(--transition);
    transition: var(--transition);
    position: relative
}

.projects-item.bg-F2F1F3 {
    background-color: #f2f1f3;
    position: relative;
    z-index: 1;
    overflow: hidden
}

.projects-item.bg-F2F1F3::before,
.single-features-card::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 0%;
    height: 0%;
    -webkit-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    background: linear-gradient(to right, #f6214b 0, #f6214b 100%);
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    border-radius: 50%;
    -webkit-transform: scale(1.5);
    transform: scale(1.5)
}

.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 .projects-btn {
    background: #fff;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.projects-item.bg-F2F1F3:hover .projects-content .projects-btn::before {
    background: #fff;
    opacity: 1;
    visibility: visible
}

.projects-slides-two.owl-theme .owl-nav [class*=owl-],
.projects-slides.owl-theme .owl-nav [class*=owl-] {
    margin: 0 10px;
    padding: 0;
    background: 0 0;
    color: #000;
    border: 2px solid #000;
    border-radius: 50%;
    -webkit-transition: var(--transition);
    transition: var(--transition);
    display: inline-block;
    width: 55px;
    height: 55px;
    line-height: 55px;
    text-align: center;
    font-size: 35px
}

.article-image-slides.owl-theme .owl-nav [class*=owl-] i,
.blog-slides.owl-theme .owl-nav [class*=owl-] i,
.projects-slides-two.owl-theme .owl-nav [class*=owl-] i,
.projects-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 i,
.blog-slides.owl-theme .owl-nav [class*=owl-].owl-next i,
.projects-slides-two.owl-theme .owl-nav [class*=owl-].owl-next i,
.projects-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,
.pagination-area .page-numbers.current,
.pagination-area .page-numbers.next:hover,
.pagination-area .page-numbers.prev:hover,
.pagination-area .page-numbers:hover,
.projects-slides-two.owl-theme .owl-nav [class*=owl-]:hover,
.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,
.testimonialsbg-shape {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: -1
}

.projects-shape-1 {
    position: absolute;
    top: 40%;
    left: 10%;
    -webkit-transform: translateY(-40%) translateX(-10%);
    transform: translateY(-40%) translateX(-10%);
    -webkit-animation: 10s linear infinite animationFramesOne;
    animation: 10s linear infinite animationFramesOne
}

.projects-shape-2 {
    position: absolute;
    bottom: 2%;
    left: 28%;
    -webkit-transform: translateY(-2%) translateX(-28%);
    transform: translateY(-2%) translateX(-28%);
    -webkit-animation: 1s linear infinite moveleftbounce;
    animation: 1s linear infinite moveleftbounce
}

.projects-shape-3 {
    position: absolute;
    top: 35%;
    right: 5%;
    -webkit-transform: translateY(-35%) translateX(-5%);
    transform: translateY(-35%) translateX(-5%)
}

.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);
    -webkit-box-shadow: 0 15px 35px rgba(0, 0, 0, .1);
    box-shadow: 0 15px 35px rgba(0, 0, 0, .1);
    border-radius: 15px;
    font-size: var(--font-size);
    font-weight: 600;
    font-family: var(--heading-font-family);
    margin-right: 15px;
    -webkit-transition: var(--transition);
    transition: var(--transition)
}

.single-projects-item .projects-content,
.single-projects-item::before {
    left: 0;
    bottom: 0;
    -webkit-transition: var(--transition);
    position: absolute;
    opacity: 0;
    visibility: hidden
}

.blog-details-desc .article-content .entry-list li:last-child,
.blog-details-desc .article-leave-comment .form-cookies-consent p:last-child,
.blog-details-desc .article-share .share-social li:last-child,
.career-item .career-content .list li:last-child,
.courses-details-desc .nav .nav-item:last-child,
.courses-details-desc .tab-content .courses-instructor .instructor-content .social-link li:last-child,
.courses-details-info .courses-share .share-info .social-link li:last-child,
.events-details-header .events-list li:last-child,
.events-details-info .events-share .share-info .social-link li:last-child,
.products-details-tabs .nav .nav-item:last-child,
.projects-filter-menu li:last-child,
.single-team-card .team-image .team-social li:last-child,
.single-testimonials-card .info-item-box .rating-list li:last-child {
    margin-right: 0
}

.projects-filter-menu .filter.mixitup-control-active,
.projects-filter-menu li:hover {
    background: radial-gradient(circle, #000, #c666ef, #dd62df, #ee61cf, #fb64bf);
    color: var(--white-color)
}

.overview-card,
.single-projects-item {
    margin-bottom: 25px;
    position: relative
}

.single-projects-item::before {
    content: '';
    top: 0;
    right: 0;
    transition: var(--transition);
    background: radial-gradient(circle, #000, #c666ef, #dd62df, #ee61cf, #fb64bf);
    border-radius: 20px;
    z-index: 1
}

.single-projects-item .projects-image {
    overflow: hidden;
    border-radius: 20px
}

.single-projects-item .projects-content {
    padding: 30px 30px 0;
    transition: var(--transition);
    z-index: 9
}

.single-projects-item:hover::before {
    margin: 10px;
    opacity: 1;
    visibility: visible
}

.single-projects-item:hover .projects-content {
    opacity: 1;
    visibility: visible;
    padding-bottom: 30px
}

.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-slides-two.owl-theme .owl-nav,
.testimonials-slides.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 10px
}

.projects-details-desc {
    margin: auto
}

.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-content {
    padding-left: 20px
}

.career-details-info .list,
.projects-details-desc .article-projects-with-info .projects-info-content .info-list {
    padding: 0;
    margin-top: 25px;
    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;
    color: var(--paragraph-color);
    list-style-type: none;
    margin-bottom: 10px;
    display: block;
    padding: 15px 30px;
    border-radius: 30px;
    background-color: var(--white-color);
    -webkit-box-shadow: 0 15px 35px rgba(0, 0, 0, .1);
    box-shadow: 0 15px 35px rgba(0, 0, 0, .1)
}

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

.projects-details-desc .article-projects-content .content h3 {
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 18px
}

.projects-details-desc .article-projects-content .content p {
    margin-bottom: 0;
    text-align: justify
}

.blog-details-desc .article-content .list,
.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: #000;
    position: relative;
    padding-left: 25px;
    font-weight: 500
}

.projects-details-desc .article-projects-text {
    padding-top: 35px;
    padding-right: 30px
}

.testimonials-section-content {
    padding-right: 35px
}

.testimonials-item .item-box {
    position: relative;
    border: 1px solid #f2f1f3;
    border-radius: 15px;
    padding: 30px 30px 30px 155px;
    margin-bottom: 25px;
    -webkit-transition: var(--transition);
    transition: var(--transition)
}

.testimonials-item .item-box img {
    position: absolute;
    left: 30px;
    top: 28px;
    max-width: 100px
}

.single-testimonials-card .info-item-box h4,
.testimonials-item .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,
.testimonials-item .item-box h4 span {
    font-weight: 400;
    color: var(--paragraph-color)
}

.testimonials-item .item-box:hover {
    border: 1px solid var(--white-color);
    -webkit-box-shadow: 0 15px 35px rgba(0, 0, 0, .1);
    box-shadow: 0 15px 35px rgba(0, 0, 0, .1)
}

.single-testimonials-card p {
    background-color: #f2f1f3;
    padding: 30px;
    border-radius: 25px 25px 25px 0;
    font-size: 16px;
    font-weight: 500;
    font-family: var(--main-font-family);
    color: var(--black-color);
    line-height: 1.8
}

.single-pricing-card .most-popular span,
.single-pricing-card h3 {
    background: radial-gradient(circle, #000, #c666ef, #dd62df, #ee61cf, #fb64bf)
}

.single-testimonials-card .info-item-box img {
    position: absolute;
    left: 0;
    top: 0;
    max-width: 55px
}

.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 i {
    color: #ffc744;
    font-size: var(--font-size)
}

.pricing-area.with-black-background {
    background-color: var(--black-color);
    margin-left: 10px;
    margin-right: 10px;
    border-radius: 15px;
    overflow: hidden
}

.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 {
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 0
}

.single-pricing-card .price {
    font-size: 35px;
    color: var(--white-color);
    font-family: var(--heading-font-family);
    font-weight: 700;
    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 .pricing-list li {
    list-style-type: none;
    margin-bottom: 20px;
    color: #f2f1f3;
    position: relative;
    padding-left: 35px
}

.single-pricing-card .pricing-list li i {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: inline-block;
    height: 25px;
    width: 25px;
    line-height: 25px;
    background-color: var(--black-color);
    border: 1px solid #000;
    border-radius: 50px;
    text-align: center;
    font-size: var(--font-size);
    -webkit-transition: var(--transition);
    transition: var(--transition)
}

.blog-card .blog-content .blog-btn,
.blog-card .blog-content .date {
    -webkit-transition: var(--transition);
    font-family: var(--heading-font-family)
}

.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 .most-popular {
    position: absolute;
    right: 20px;
    top: -15px
}

.single-pricing-card .most-popular span {
    display: inline-block;
    padding: 10px 20px;
    border-radius: 15px;
    color: var(--white-color);
    font-family: var(--heading-font-family);
    font-size: 15px;
    font-weight: 600
}

.pricing-shape-1 {
    position: absolute;
    top: 10%;
    right: 10%;
    -webkit-transform: translateY(-10%) translateX(-10%);
    transform: translateY(-10%) translateX(-10%);
    z-index: -1;
    -webkit-animation: 10s linear infinite animationFramesOne;
    animation: 10s linear infinite animationFramesOne
}

.pricing-shape-2 {
    position: absolute;
    bottom: 5%;
    left: 25%;
    -webkit-transform: translateY(-5%) translateX(-25%);
    transform: translateY(-5%) translateX(-25%);
    z-index: -1
}

.blog-card .blog-content .date {
    display: inline-block;
    font-size: var(--font-size);
    font-weight: 500;
    padding: 12px 25px;
    border-radius: 50px;
    border: 1px solid var(--white-color);
    -webkit-box-shadow: 0 15px 35px rgba(0, 0, 0, .1);
    box-shadow: 0 15px 35px rgba(0, 0, 0, .1);
    margin-bottom: 25px;
    color: var(--optional-color);
    transition: var(--transition)
}

.blog-card .blog-content h3,
.single-blog-card .blog-content h3 {
    font-size: 22px;
    line-height: 1.5;
    margin-bottom: 10px;
    font-weight: 700
}

.blog-card .blog-content .blog-btn {
    background: var(--btn-gradient-color);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 700;
    transition: var(--transition);
    position: relative;
    margin-top: 20px
}

.blog-card:hover .blog-content .date {
    background: #f6214b;
    color: var(--white-color)
}

.blog-slides.owl-theme .owl-nav [class*=owl-] {
    margin: 0 10px;
    padding: 0;
    background: 0 0;
    color: #000;
    border: 2px solid #000;
    border-radius: 50%;
    -webkit-transition: var(--transition);
    transition: var(--transition);
    display: inline-block;
    width: 55px;
    height: 55px;
    line-height: 55px;
    text-align: center;
    font-size: 35px;
    position: absolute;
    left: -80px;
    top: 45%;
    -webkit-transform: translateY(-45%);
    transform: translateY(-45%)
}

.blog-slides.owl-theme .owl-nav [class*=owl-].owl-next {
    left: auto;
    right: -80px
}

.blog-shape-1 {
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1
}

.blog-grid-sorting {
    margin-bottom: 45px;
    text-align: end
}

.blog-grid-sorting label,
.coze-grid-sorting .ordering label,
.products-grid-sorting .ordering 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;
    -webkit-transition: var(--transition);
    transition: var(--transition);
    padding: 0 0 0 25px;
    height: 70px;
    line-height: 70px;
    font-weight: 400;
    border-radius: 15px
}

.apply-form-wrap .apply-form .form-group .nice-select .list,
.blog-grid-sorting .nice-select .list,
.coze-grid-sorting .ordering .nice-select .list,
.products-grid-sorting .ordering .nice-select .list {
    background-color: var(--white-color);
    border-radius: 10px;
    -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, .2);
    box-shadow: 0 10px 30px rgba(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,
.coze-grid-sorting .ordering .nice-select .list .option,
.products-grid-sorting .ordering .nice-select .list .option {
    line-height: 38px;
    min-height: 38px;
    color: var(--black-color);
    position: relative;
    -webkit-transition: var(--transition);
    transition: var(--transition);
    padding-left: 15px;
    padding-right: 25px;
    font-weight: 600
}

.apply-form-wrap .apply-form .form-group .nice-select .list .option.selected.focus,
.blog-grid-sorting .nice-select .list .option.selected.focus,
.coze-grid-sorting .ordering .nice-select .list .option.selected.focus,
.products-grid-sorting .ordering .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,
.blog-grid-sorting .nice-select .list .option:hover,
.courses-details-desc .tab-content .courses-curriculum ul li a .courses-meta .duration:hover,
.courses-details-desc .tab-content .courses-curriculum ul li a .courses-meta .status:hover,
.coze-grid-sorting .ordering .nice-select .list .option:hover,
.products-grid-sorting .ordering .nice-select .list .option:hover,
.single-team-card .team-image .team-social li a i: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
}

.apply-form-wrap .apply-form .form-group .form-control:focus,
.apply-form-wrap .apply-form .form-group .nice-select:hover,
.blog-grid-sorting .nice-select:hover,
.coze-grid-sorting .ordering .nice-select:hover,
.products-grid-sorting .ordering .nice-select:hover,
.talk-content #contactFormTwo .form-group .form-control:focus {
    border-color: var(--main-color);
    background-color: transparent
}

.blog-grid-sorting form {
    position: relative;
    max-width: 450px
}

.blog-grid-sorting form .search-field,
.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;
    -webkit-transition: var(--transition);
    transition: var(--transition);
    font-size: 15px;
    font-weight: 400;
    outline: 0;
    background: #f2f1f3
}

.blog-grid-sorting form .search-field::-webkit-input-placeholder {
    color: #9b8dac;
    -webkit-transition: var(--transition);
    transition: var(--transition)
}

.blog-grid-sorting form .search-field:-ms-input-placeholder {
    color: #9b8dac;
    -webkit-transition: var(--transition);
    transition: var(--transition)
}

.blog-grid-sorting form .search-field::-ms-input-placeholder {
    color: #9b8dac;
    -webkit-transition: var(--transition);
    transition: var(--transition)
}

.blog-grid-sorting form .search-field::placeholder {
    color: #9b8dac;
    -webkit-transition: var(--transition);
    transition: var(--transition)
}

.blog-grid-sorting form .search-field:focus::-webkit-input-placeholder {
    color: transparent
}

.blog-grid-sorting form .search-field:focus:-ms-input-placeholder {
    color: transparent
}

.blog-grid-sorting form .search-field:focus::-ms-input-placeholder {
    color: transparent
}

.blog-grid-sorting form .search-field:focus::placeholder {
    color: transparent
}

.blog-grid-sorting form button,
.products-grid-sorting .ordering form button,
.widget-area .widget_search form button {
    border: none;
    background-color: transparent;
    color: var(--black-color);
    position: absolute;
    left: 32px;
    padding: 0;
    -webkit-transition: var(--transition);
    transition: var(--transition);
    top: 22.8px;
    font-size: 25px;
    line-height: 0
}

.single-blog-card .blog-image {
    position: relative;
    overflow: hidden;
    border-radius: 15px
}

.single-blog-card .blog-image .date {
    background: radial-gradient(circle, #000, #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;
    -webkit-transition: var(--transition);
    transition: var(--transition)
}

.single-blog-card .blog-content .blog-btn {
    color: var(--optional-color);
    font-weight: 600;
    font-family: var(--heading-font-family);
    -webkit-transition: var(--transition);
    transition: var(--transition);
    position: relative;
    margin-top: 15px
}

.single-blog-card .blog-content .blog-btn::before {
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    width: 20px;
    height: 1.5px;
    background: var(--optional-color);
    -webkit-transition: .5s;
    transition: .5s;
    border-radius: 5px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: var(--transition);
    transition: var(--transition)
}

.blog-details-desc .article-content .block-item:hover img,
.blog-details-desc .article-image:hover img,
.career-details-desc .career-details-image:hover img,
.privacy-policy-content .privacy-policy-image:hover img,
.products-details-image:hover img,
.purchase-guide-content .guide-image:hover img,
.single-blog-card:hover .blog-image a img,
.single-events-box:hover .image img,
.terms-of-service-content .terms-of-service-image:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.single-blog-card:hover .blog-image .date,
.single-courses-box:hover .courses-image .price {
    -webkit-animation: 1s bounce;
    animation: 1s bounce
}

.blog-details-desc .article-image {
    border-radius: 15px;
    overflow: hidden;
    margin-bottom: 30px;
    position: relative
}

.blog-details-desc .article-image .video-btn,
.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%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    font-size: 45px;
    -webkit-transition: var(--transition);
    transition: var(--transition);
    border: 2px solid #fb64bf
}

.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),
.buy-now-btn,
.col-lg-3:last-child .overview-card::before,
.i4ewOd-pzNkMb-haAclf,
.mySlides,
.order-details .payment-box .payment-method p [type=radio]:checked,
.order-details .payment-box .payment-method p [type=radio]:not(:checked),
.page-banner-content ul li:first-child::before,
.privacy-policy-content .blockquote::after,
.privacy-policy-content .blockquote::before,
.privacy-policy-content blockquote::after,
.privacy-policy-content blockquote::before,
.products-details-tabs .tab-content .tab-pane .review-form-wrapper form .rating input,
.purchase-guide-content .blockquote::after,
.purchase-guide-content .blockquote::before,
.purchase-guide-content blockquote::after,
.purchase-guide-content blockquote::before,
.recr-content.active h3,
.terms-of-service-content .blockquote::after,
.terms-of-service-content .blockquote::before,
.terms-of-service-content blockquote::after,
.terms-of-service-content blockquote::before,
.work_items_content {
    display: none
}

.blog-details-desc .article-image .video-btn i,
.career-details-desc .career-details-image .video-btn i {
    -webkit-transition: var(--transition);
    transition: var(--transition);
    background: radial-gradient(circle, #000, #c666ef, #dd62df, #ee61cf, #fb64bf);
    -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: 20px
}

.blog-details-desc .article-content .entry-list li::before {
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    width: 15px;
    height: 2.5px;
    background: var(--optional-color);
    -webkit-transition: .5s;
    transition: .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 li:first-child {
    padding-left: 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 .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-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: 700
}

.blog-details-desc .article-share .share-social,
.career-details-desc .career-content .list,
.career-item .career-content .list,
.talk-content #contactFormTwo .list-unstyled {
    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 a i {
    display: inline-block;
    -webkit-transition: var(--transition);
    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,
.products-details-tabs .nav .nav-item .nav-link.active,
.products-details-tabs .nav .nav-item .nav-link:hover {
    color: var(--white-color);
    background-color: #f6214b
}

.blog-details-desc .article-comments,
.career-details-desc .career-content,
.coming-soon-content #timer,
.skill-bar-btn {
    margin-top: 35px
}

.blog-details-desc .article-comments h3,
.blog-details-desc .article-leave-comment 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 .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);
    -webkit-box-shadow: rgba(149, 157, 165, .2) 0 8px 24px;
    box-shadow: rgba(149, 157, 165, .2) 0 8px 24px;
    border-radius: 15px;
    -webkit-transition: var(--transition);
    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::-webkit-input-placeholder {
    color: #9b8dac
}

.blog-details-desc .article-leave-comment .form-group .form-control:-ms-input-placeholder {
    color: #9b8dac
}

.blog-details-desc .article-leave-comment .form-group .form-control::-ms-input-placeholder {
    color: #9b8dac
}

.blog-details-desc .article-leave-comment .form-group .form-control::placeholder {
    color: #9b8dac
}

.billing-details .form-group .form-control:focus,
.blog-details-desc .article-leave-comment .form-group .form-control:focus,
.coming-soon-content:hover,
.products-details-tabs .tab-content .tab-pane .review-form-wrapper form .form-group .form-control:focus,
.skill-bar .progress-content-outter.bg-FEB302 {
    border: 1px solid var(--main-color)
}

.blog-details-desc .article-leave-comment .form-group .form-control:focus::-webkit-input-placeholder {
    color: transparent;
    -webkit-transition: var(--transition);
    transition: var(--transition)
}

.blog-details-desc .article-leave-comment .form-group .form-control:focus:-ms-input-placeholder {
    color: transparent;
    -webkit-transition: var(--transition);
    transition: var(--transition)
}

.blog-details-desc .article-leave-comment .form-group .form-control:focus::-ms-input-placeholder {
    color: transparent;
    -webkit-transition: var(--transition);
    transition: var(--transition)
}

.blog-details-desc .article-leave-comment .form-group .form-control:focus::placeholder {
    color: transparent;
    -webkit-transition: var(--transition);
    transition: var(--transition)
}

.billing-details .form-group textarea.form-control,
.blog-details-desc .article-leave-comment .form-group textarea.form-control,
.products-details-tabs .tab-content .tab-pane .review-form-wrapper form .form-group textarea.form-control {
    min-height: 115px
}

.blog-details-desc .article-leave-comment .form-cookies-consent,
.courses-details-desc .tab-content .courses-instructor .instructor-content p,
.one-service-area .service-advisor .advisor-content p,
.single-courses-box .courses-content .course-author,
.talk-content #contactFormTwo .form-group {
    margin-bottom: 20px
}

.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+label,
.blog-details-desc .article-leave-comment .form-cookies-consent [type=checkbox]:not(:checked)+label {
    position: relative;
    padding-left: 25px;
    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;
    -webkit-transition: .2s;
    transition: .2s;
    border: 1px solid #ddd;
    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;
    -webkit-transition: .2s;
    transition: .2s;
    border-radius: 30px
}

.apply-area,
.coming-soon-area,
.overview-area,
.page-banner-area {
    background-repeat: no-repeat
}

.blog-details-desc .article-leave-comment .form-cookies-consent [type=checkbox]:not(:checked)+label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0)
}

.blog-details-desc .article-leave-comment .form-cookies-consent [type=checkbox]:checked+label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1)
}

.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]:hover+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 .default-btn,
.talk-content #contactFormTwo .default-btn {
    border: none
}

.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%;
    -webkit-transition: var(--transition);
    transition: var(--transition);
    display: inline-block;
    width: 55px;
    height: 55px;
    line-height: 55px;
    text-align: center;
    font-size: 35px;
    position: absolute;
    left: 15px;
    top: 45%;
    -webkit-transform: translateY(-45%);
    transform: translateY(-45%)
}

.article-image-slides.owl-theme .owl-nav [class*=owl-].owl-next {
    left: auto;
    right: 15px
}

.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-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;
    -webkit-transform: translateX(-50%);
    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-A66BFF {
    border: 1px solid #000
}

.skill-bar .progress-content {
    height: 5px;
    background: var(--optional-color);
    border-radius: 30px;
    width: 0%
}

.page-banner-area.Accounting,
.page-banner-area.Businesses,
.page-banner-area.ComputerBaba,
.page-banner-area.Construction,
.page-banner-area.GymMan,
.page-banner-area.Offshore,
.page-banner-area.Payroll,
.page-banner-area.SEO,
.page-banner-area.Schools,
.page-banner-area.Software,
.page-banner-area.SpotMe,
.page-banner-area.SwiftTicket,
.page-banner-area.Team,
.page-banner-area.UIUX,
.page-banner-area.Vizter,
.page-banner-area.android_main,
.page-banner-area.bg-6,
.page-banner-area.bike,
.page-banner-area.computer,
.page-banner-area.digital,
.page-banner-area.ecer,
.page-banner-area.grocery,
.page-banner-area.ios,
.page-banner-area.mail,
.page-banner-area.priv,
.page-banner-area.project,
.page-banner-area.sem,
.page-banner-area.social,
.page-banner-area.term,
.page-banner-area.thank,
.page-banner-area.whatsapp {
    background-attachment: fixed
}

.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: #000
}

.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-2 {
    position: absolute;
    left: 0;
    bottom: -15px
}

.features-inner-box {
    position: relative;
    margin-top: -50px;
    z-index: 1
}

.single-features-card {
    background-color: var(--white-color);
    -webkit-box-shadow: 0 15px 35px rgba(0, 0, 0, .1);
    box-shadow: 0 15px 35px rgba(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 .features-image {
    position: absolute;
    left: 25px;
    top: 22px;
    max-width: 90px
}

.courses-details-image img,
.single-features-card .content,
.single-gallery-item a img {
    -webkit-transition: var(--transition);
    transition: var(--transition)
}

.single-features-card .content h3 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 14px
}

.single-features-card .content p {
    margin-bottom: 0;
    -webkit-transition: var(--transition);
    transition: var(--transition)
}

.single-features-card .hover-content {
    position: absolute;
    top: 45px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: var(--transition);
    transition: var(--transition)
}

.single-features-card .hover-content h3 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 14px;
    color: #fff
}

.single-features-card .hover-content p {
    color: #fff !important
}

.single-features-card .hover-content .features-btn {
    background: var(--btn-gradient-color);
    -webkit-background-clip: text;
    font-weight: 700;
    font-family: var(--heading-font-family);
    -webkit-transition: var(--transition);
    transition: var(--transition);
    position: relative
}

.single-features-card:hover::before {
    opacity: 1;
    visibility: visible;
    width: 100%;
    height: 100%
}

.products-details-image:hover .heart-line,
.single-features-card:hover .content,
.single-products-card:hover .products-image .heart-line {
    opacity: 0;
    visibility: hidden
}

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

.talk-image .talk-circle {
    position: absolute;
    bottom: -12px;
    left: -50px
}

.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 #contactFormTwo .form-group .form-control {
    height: 55px;
    color: #9b8dac;
    -webkit-box-shadow: unset !important;
    box-shadow: unset !important;
    border: 1px solid var(--white-color);
    background-color: var(--white-color);
    -webkit-transition: var(--transition);
    transition: var(--transition);
    border-radius: 10px;
    padding: 10px 20px;
    font-size: 15px
}

.talk-content #contactFormTwo .form-group .form-control::-webkit-input-placeholder {
    color: #9b8dac;
    -webkit-transition: var(--transition);
    transition: var(--transition)
}

.talk-content #contactFormTwo .form-group .form-control:-ms-input-placeholder {
    color: #9b8dac;
    -webkit-transition: var(--transition);
    transition: var(--transition)
}

.talk-content #contactFormTwo .form-group .form-control::-ms-input-placeholder {
    color: #9b8dac;
    -webkit-transition: var(--transition);
    transition: var(--transition)
}

.talk-content #contactFormTwo .form-group .form-control::placeholder {
    color: #9b8dac;
    -webkit-transition: var(--transition);
    transition: var(--transition)
}

.talk-content #contactFormTwo .form-group .form-control:focus::-webkit-input-placeholder {
    color: transparent
}

.talk-content #contactFormTwo .form-group .form-control:focus:-ms-input-placeholder {
    color: transparent
}

.talk-content #contactFormTwo .form-group .form-control:focus::-ms-input-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 .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
}

.single-team-card {
    margin-bottom: 25px;
    text-align: center
}

.single-team-card .team-image .team-social {
    padding: 0;
    margin-bottom: 0;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    -webkit-transition: var(--transition);
    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 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;
    -webkit-transition: var(--transition);
    transition: var(--transition)
}

.single-team-card .team-content span {
    font-size: 14px;
    color: var(--paragraph-color);
    font-weight: 600;
    display: inline-block;
    margin-top: 15px
}

.single-team-card:hover .team-image .team-social {
    bottom: 25px;
    opacity: 1
}

.overview-area {
    background-image: url(../images/overview/overview-bg.webp);
    position: relative;
    z-index: 1
}

.overview-card::before {
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 80px;
    height: 2px;
    background-color: var(--white-color)
}

.overview-card h3 {
    font-size: var(--font-size);
    font-weight: 700;
    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 .overview-shape {
    position: absolute;
    left: -15px;
    top: -15px;
    z-index: -1
}

.page-banner-area {
    background-image: url(../images/page-banner/banner-bg.jpg);
    padding-top: 120px;
    padding-bottom: 150px
}

.page-banner-area.GymMan {
    background-image: url(../images/products/Gym_Man.jpg) !important
}

.page-banner-area.ComputerBaba {
    background-image: url(../images/products/ComputerBaba.jpg) !important
}

.page-banner-area.SpotMe {
    background-image: url(../images/products/SpotMe.jpg) !important
}

.page-banner-area.Vizter {
    background-image: url(../images/products/Vizter.jpg) !important
}

.page-banner-area.SwiftTicket {
    background-image: url(../images/products/SwiftTicket.jpg) !important
}

.page-banner-area.Team {
    background-image: url(../images/products/Team.jpg) !important
}

.page-banner-area.Offshore {
    background-image: url(../images/services-details/off_shore_details.jpg) !important
}

.page-banner-area.term {
    background-image: url(../images/services-details/term.jpg) !important
}

.page-banner-area.thank {
    background-image: url(../images/services-details/thank.jpg) !important
}

.page-banner-area.priv {
    background-image: url(../images/services-details/priv.jpg) !important
}

.page-banner-area.Manufacturing {
    background-image: url(../images/services-details/Manufacturing.jpg) !important;
    background-attachment: fixed
}

.page-banner-area.Payroll {
    background-image: url(../images/services-details/Payroll.jpg) !important
}

.page-banner-area.Construction {
    background-image: url(../images/services-details/Construction.jpg) !important
}

.page-banner-area.Schools {
    background-image: url(../images/services-details/Schools.jpg) !important
}

.page-banner-area.Businesses {
    background-image: url(../images/services-details/Businesses.jpg) !important
}

.page-banner-area.Accounting {
    background-image: url(../images/services-details/Accounting.jpg) !important
}

.page-banner-area.Software {
    background-image: url(../images/services-details/Software.jpg) !important
}

.page-banner-area.mail {
    background-image: url(../images/services-details/mail.jpg) !important
}

.page-banner-area.digital {
    background-image: url(../images/services/digital.jpg) !important
}

.page-banner-area.android_main {
    background-image: url(../images/services/android_bed.jpg) !important
}

.page-banner-area.SEO {
    background-image: url(../images/services/seo_top.jpg) !important
}

.page-banner-area.ios {
    background-image: url(../images/services/ios_bred.jpg) !important
}

.page-banner-area.sem {
    background-image: url(../images/services/SEM11.jpg) !important
}

.page-banner-area.whatsapp {
    background-image: url(../images/services/whatsapp.jpg) !important
}

.page-banner-area.social {
    background-image: url(../images/services/social.jpg) !important
}

.page-banner-area.bg-2 {
    background-image: url(../images/page-banner/banner-bg-2.jpg)
}

.page-banner-area.Blog {
    background-image: url(../images/page-banner/Blog.jpg)
}

.page-banner-area.career {
    background-image: url(../images/page-banner/career.jpg)
}

.page-banner-area.services {
    background-image: url(../images/page-banner/services.jpg)
}

.page-banner-area.product {
    background-image: url(../images/page-banner/Products.jpg)
}

.page-banner-area.gallery {
    background-image: url(../images/page-banner/gallery.jpg)
}

.page-banner-area.faq {
    background-image: url(../images/page-banner/faq.jpg)
}

.page-banner-area.contact {
    background-image: url(../images/page-banner/contact.jpg)
}

.page-banner-area.bg-3 {
    background-image: url(../images/page-banner/banner-bg-3.jpg)
}

.page-banner-area.bg-4 {
    background-image: url(../images/page-banner/banner-bg-4.jpg)
}

.page-banner-area.bg-5 {
    background-image: url(../images/page-banner/banner-bg-5.jpg)
}

.page-banner-area.bg-6 {
    background-image: url(../images/page-banner/banner-bg-6.jpg)
}

.page-banner-area.computer {
    background-image: url(../images/page-banner/com-bg.jpg)
}

.page-banner-area.UIUX {
    background-image: url(../images/page-banner/UI_UX.jpg)
}

.page-banner-area.bike {
    background-image: url(../images/page-banner/bike.jpg)
}

.page-banner-area.project {
    background-image: url(../images/page-banner/project.jpg)
}

.page-banner-area.ecer {
    background-image: url(../images/page-banner/ecer.jpg)
}

.page-banner-area.grocery {
    background-image: url(../images/page-banner/grocery.jpg)
}

.page-banner-area.android {
    background-image: url(../images/page-banner/Android-Application-Development.jpg)
}

.page-banner-area.cloud {
    background-image: url(../images/page-banner/Cloud-Hosting.jpg)
}

.page-banner-area.website {
    background-image: url(../images/page-banner/Website-development.jpg)
}

.page-banner-area.custom {
    background-image: url(../images/page-banner/Custom-Domain-mails.jpg)
}

.page-banner-area.iso {
    background-image: url(../images/page-banner/iOS-Application-Development.jpg)
}

.page-banner-area.mlm {
    background-image: url(../images/page-banner/mlm.jpg)
}

.page-banner-content h2 {
    font-size: 70px;
    margin-bottom: 20px;
    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-weight: 400;
    color: var(--main-color);
    position: relative;
    margin-left: 25px
}

.page-banner-content ul li::before {
    content: '';
    position: absolute;
    left: -15px;
    top: 6px;
    height: 15px;
    width: 1px;
    background: #cdc4d9;
    -webkit-transform: rotate(20deg);
    transform: rotate(20deg)
}

.lines .line:nth-child(2),
.page-banner-content ul li:first-child {
    margin-left: 0
}

.page-banner-content ul li a {
    display: block;
    color: #cdc4d9;
    -webkit-transition: var(--transition);
    transition: var(--transition)
}

.page-banner-content.wrap-content ul li::before {
    background: var(--paragraph-color)
}

.page-banner-content.wrap-content ul li a {
    color: var(--paragraph-color)
}

.single-gallery-item {
    position: relative;
    margin-bottom: 25px;
    z-index: 1;
    overflow: hidden
}

.single-gallery-item a {
    display: block;
    border-radius: 10px
}

.faq-accordion {
    max-width: 1050px;
    margin: auto
}

.faq-accordion .accordion-item {
    border: 1px solid #e5e5e5;
    margin-bottom: 15px;
    -webkit-transition: var(--transition);
    transition: var(--transition);
    border-radius: 5px
}

.faq-accordion .accordion-item .accordion-button {
    color: var(--black-color);
    position: relative;
    text-align: start;
    -webkit-box-shadow: unset;
    box-shadow: unset;
    margin-bottom: 0;
    display: block;
    border: none;
    width: 100%;
    font-size: 18px;
    font-weight: 700;
    padding: 20px 55px 20px 25px;
    -webkit-transition: var(--transition);
    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);
    -webkit-transition: var(--transition);
    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
}

.apply-form-wrap .content,
.coze-grid-sorting,
.products-grid-sorting,
.widget-area .widget {
    margin-bottom: 30px
}

.coze-grid-sorting .result-count p .count {
    font-weight: 600;
    background: radial-gradient(circle, #000, #c666ef, #dd62df, #ee61cf, #fb64bf);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.about-btn,
.courses-details-desc .tab-content .courses-reviews .right,
.coze-grid-sorting .ordering,
.login-form form .lost-your-password,
.products-details-tabs .tab-content .tab-pane .products-reviews .right,
.products-grid-sorting .ordering {
    text-align: end
}

.coze-grid-sorting .ordering .nice-select {
    display: inline-block;
    width: 215px;
    background: #f8f8f8;
    border-color: #eee;
    color: var(--black-color);
    -webkit-transition: var(--transition);
    transition: var(--transition);
    padding: 0 0 0 15px;
    height: 50px;
    line-height: 50px;
    font-weight: 700;
    border-radius: 5px
}

.coze-grid-sorting .ordering .nice-select:after,
.products-grid-sorting .ordering .nice-select:after {
    border-color: var(--black-color);
    height: 8px;
    width: 8px;
    margin-top: -5px;
    right: 15px
}

.single-events-box {
    -webkit-transition: var(--transition);
    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;
    -webkit-transition: var(--transition);
    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: 700
}

.coming-soon-content .logo,
.courses-details-desc .tab-content .courses-review-comments .user-review .review-rating .review-stars,
.one-service-area .service-advisor .advisor-content .advisor-link,
.products-details-tabs .tab-content .tab-pane .products-review-comments .user-review .review-rating .review-stars,
.single-courses-box .courses-content h3 a,
.single-events-box .content h3 a,
.single-products-card .products-image .add-to-cart-btn .default-btn,
.widget-area .widget_recent_courses .item .info .title a,
.widget-area .widget_recent_post .item .info .title 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%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: var(--font-size)
}

.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: 700;
    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 .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%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 18px
}

.events-details-location iframe,
.map-location iframe {
    height: 450px;
    width: 100%;
    border: none;
    border-radius: 15px
}

.events-details-desc h3 {
    margin-bottom: 20px;
    font-size: 22px
}

.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: 700
}

.courses-details-info .info li.price span,
.events-details-info .info li.price span {
    color: var(--black-color);
    font-size: var(--font-size);
    font-weight: 700
}

.courses-details-info .info li:first-child,
.events-details-info .info li:first-child {
    padding-top: 0
}

.login-form form .form-group .form-control,
.register-form form .form-group .form-control {
    padding: 20px;
    line-height: initial;
    height: 55px;
    background-color: transparent;
    font-size: 15px
}

.events-details-info .events-btn-box,
.events-details-info .events-share {
    text-align: center;
    margin-top: 30px
}

.courses-details-desc .tab-content .courses-curriculum h3:not(:first-child),
.events-details-info .events-btn-box p,
.privacy-policy-content ol,
.privacy-policy-content ul,
.products-details-tabs .tab-content .tab-pane .review-form-wrapper form,
.purchase-guide-content ol,
.purchase-guide-content ul,
.terms-of-service-content ol,
.terms-of-service-content ul {
    margin-top: 20px
}

.events-details-info .events-btn-box p a:hover {
    text-decoration: underline
}

.courses-details-info .courses-share .share-info,
.events-details-info .events-share .share-info {
    display: inline-block;
    position: relative
}

.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: 700;
    font-family: var(--heading-font-family)
}

.courses-details-info .courses-share .share-info .social-link,
.events-details-info .events-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,
.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 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;
    -webkit-transition: var(--transition);
    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);
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px)
}

.career-item {
    border: 1px solid #f5f5f5;
    padding: 30px;
    border-radius: 10px;
    margin-bottom: 25px
}

.career-item .career-content h3 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 16.5px
}

.career-item .career-content p,
.widget-area .widget_categories .list li,
.widget-area .widget_tag_cloud .widget-title {
    margin-bottom: 18px
}

.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 span {
    color: var(--main-color);
    font-weight: 500
}

.apply-area {
    background-image: url(../images/apply-bg.jpg)
}

.apply-form-wrap {
    background-color: var(--white-color);
    padding: 45px;
    border-radius: 15px;
    max-width: 650px
}

.apply-form-wrap .content h3 {
    font-size: 22px;
    margin-bottom: 0
}

.apply-form-wrap .apply-form .form-group,
.coming-soon-content form .form-group {
    margin-bottom: 15px
}

.apply-form-wrap .apply-form .form-group .form-control {
    height: 55px;
    color: var(--paragraph-color);
    -webkit-box-shadow: unset !important;
    box-shadow: unset !important;
    border: 1px solid #f5f5f5;
    background-color: #f5f5f5;
    -webkit-transition: var(--transition);
    transition: var(--transition);
    border-radius: 10px;
    padding: 15px 20px;
    font-size: 15px;
    font-weight: 400
}

.apply-form-wrap .apply-form .form-group .form-control::-webkit-input-placeholder {
    color: var(--paragraph-color);
    -webkit-transition: var(--transition);
    transition: var(--transition)
}

.apply-form-wrap .apply-form .form-group .form-control:-ms-input-placeholder {
    color: var(--paragraph-color);
    -webkit-transition: var(--transition);
    transition: var(--transition)
}

.apply-form-wrap .apply-form .form-group .form-control::-ms-input-placeholder {
    color: var(--paragraph-color);
    -webkit-transition: var(--transition);
    transition: var(--transition)
}

.apply-form-wrap .apply-form .form-group .form-control::placeholder {
    color: var(--paragraph-color);
    -webkit-transition: var(--transition);
    transition: var(--transition)
}

.apply-form-wrap .apply-form .form-group .form-control:focus::-webkit-input-placeholder {
    color: transparent
}

.apply-form-wrap .apply-form .form-group .form-control:focus:-ms-input-placeholder {
    color: transparent
}

.apply-form-wrap .apply-form .form-group .form-control:focus::-ms-input-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);
    -webkit-transition: var(--transition);
    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 .option {
    line-height: 38px;
    min-height: 38px;
    color: var(--black-color);
    position: relative;
    -webkit-transition: var(--transition);
    transition: var(--transition);
    padding-left: 15px;
    padding-right: 25px;
    font-weight: 400
}

.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 .default-btn {
    border: none;
    width: 100%;
    padding: 20px 25px
}

.apply-form-wrap .apply-form .default-btn::before,
.coming-soon-content form .default-btn::before,
.login-form form .default-btn::before,
.register-form form .default-btn::before {
    width: 850px;
    height: 850px
}

.career-details-desc h3 {
    font-size: 35px;
    margin-bottom: 0
}

.career-details-desc .career-content h4 {
    font-size: 22px;
    margin-bottom: 20px;
    font-weight: 700
}

.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;
    left: 0;
    top: 7.5px;
    display: inline-block;
    height: 10px;
    width: 10px;
    background-color: var(--main-color);
    border-radius: 50px
}

.career-details-desc .career-details-image {
    margin-top: 35px;
    overflow: hidden;
    border-radius: 15px;
    position: relative
}

.career-details-info {
    background-color: #f8f9fa;
    border-radius: 15px;
    padding: 30px
}

.career-details-info h3 {
    font-size: 22px;
    font-weight: 700;
    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 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 span {
    color: var(--black-color);
    font-weight: 600;
    font-family: var(--heading-font-family);
    display: block;
    font-size: 18px;
    margin-bottom: 10px
}

.login-form,
.register-form {
    padding: 35px;
    border-radius: 15px;
    background-color: var(--white-color);
    -webkit-box-shadow: 0 0 1.25rem rgba(108, 118, 134, .1);
    box-shadow: 0 0 1.25rem rgba(108, 118, 134, .1);
    max-width: 650px;
    margin: auto;
    border: 1px solid #e1e1e1
}

.login-form h2,
.register-form h2 {
    font-size: 30px;
    margin-bottom: 30px;
    font-weight: 700
}

.login-form form .form-group label,
.register-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 {
    color: var(--btn-gradient-color);
    border: 1px solid #eee;
    border-radius: 10px;
    -webkit-box-shadow: unset;
    box-shadow: unset;
    -webkit-transition: var(--transition);
    transition: var(--transition);
    font-weight: 500
}

.login-form form .form-group .form-control:focus,
.register-form form .form-group .form-control:focus {
    border: 1px solid --main-color;
    background-color: transparent
}

.login-form form .form-group .form-control:focus::-webkit-input-placeholder {
    color: transparent;
    -webkit-transition: var(--transition);
    transition: var(--transition)
}

.login-form form .form-group .form-control:focus:-ms-input-placeholder {
    color: transparent;
    -webkit-transition: var(--transition);
    transition: var(--transition)
}

.login-form form .form-group .form-control:focus::-ms-input-placeholder {
    color: transparent;
    -webkit-transition: var(--transition);
    transition: var(--transition)
}

.login-form form .form-group .form-control:focus::placeholder {
    color: transparent;
    -webkit-transition: var(--transition);
    transition: var(--transition)
}

.login-form form .form-check-input:focus {
    border-color: var(--main-color);
    -webkit-box-shadow: unset;
    box-shadow: unset
}

.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: '';
    -webkit-transition: var(--transition);
    transition: var(--transition);
    background-color: #eee
}

.login-form form .lost-your-password a::after {
    width: 0;
    height: 1px;
    position: absolute;
    left: 0;
    -webkit-transition: var(--transition);
    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,
.one-service-area .service-advisor .advisor-img img {
    width: 100%
}

.login-form form .default-btn {
    margin-top: 25px;
    padding: 15px 35px;
    width: 100%;
    border: none
}

.register-form form .form-group .form-control {
    color: var(--black-color);
    border: 1px solid #eee;
    border-radius: 10px;
    -webkit-box-shadow: unset;
    box-shadow: unset;
    -webkit-transition: var(--transition);
    transition: var(--transition);
    font-weight: 500
}

.cart-table table tbody tr td.product-quantity .input-counter span:hover,
.courses-details-desc .nav .nav-item .nav-link.active,
.courses-details-desc .nav .nav-item .nav-link:hover,
.membership-levels-table .table tbody tr td .select-btn:hover,
.membership-levels-table .table thead th,
.products-details-desc .products-add-to-cart .input-counter span:hover,
.widget-area .tagcloud a:focus,
.widget-area .tagcloud a:hover {
    background-color: var(--main-color);
    color: var(--white-color)
}

.register-form form .form-group .form-control:focus::-webkit-input-placeholder {
    color: transparent;
    -webkit-transition: var(--transition);
    transition: var(--transition)
}

.register-form form .form-group .form-control:focus:-ms-input-placeholder {
    color: transparent;
    -webkit-transition: var(--transition);
    transition: var(--transition)
}

.register-form form .form-group .form-control:focus::-ms-input-placeholder {
    color: transparent;
    -webkit-transition: var(--transition);
    transition: var(--transition)
}

.register-form form .form-group .form-control:focus::placeholder {
    color: transparent;
    -webkit-transition: var(--transition);
    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
}

.membership-levels-table .table {
    margin-bottom: 0;
    border: 1px solid #f5f5f5
}

.membership-levels-table .table thead th {
    vertical-align: middle;
    white-space: nowrap;
    padding: 20px;
    text-align: center;
    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: 700;
    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
}

.cart-table table tbody:not(:first-child),
.membership-levels-table .table tbody:not(:first-child),
.order-details .order-table table tbody:not(:first-child),
.wishlist-table table tbody:not(:first-child) {
    border-top: unset
}

.privacy-policy-content .privacy-policy-image,
.purchase-guide-content .guide-image,
.terms-of-service-content .terms-of-service-image {
    overflow: hidden;
    border-radius: 15px;
    margin-bottom: 30px
}

.privacy-policy-content h3,
.purchase-guide-content h3,
.terms-of-service-content h3 {
    margin-top: 25px;
    margin-bottom: 15px;
    font-size: 22px;
    font-weight: 700
}

.privacy-policy-content .blockquote,
.privacy-policy-content blockquote,
.purchase-guide-content .blockquote,
.purchase-guide-content blockquote,
.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
}

.privacy-policy-content .blockquote p,
.privacy-policy-content blockquote p,
.purchase-guide-content .blockquote p,
.purchase-guide-content blockquote p,
.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
}

.privacy-policy-content ol li,
.privacy-policy-content ul li,
.purchase-guide-content ol li,
.purchase-guide-content ul li,
.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
}

.courses-details-info .courses-btn-box,
.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
}

.coming-soon-area {
    background-image: url(../images/coming-soon-bg.jpg);
    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;
    -webkit-box-shadow: 0 0 1.25rem rgba(108, 118, 134, .1);
    box-shadow: 0 0 1.25rem rgba(108, 118, 134, .1);
    margin: 0 auto 0 0;
    -webkit-transition: var(--transition);
    transition: var(--transition);
    border: 1px solid var(--white-color)
}

.coming-soon-content h2 {
    font-size: 35px;
    margin-top: 30px;
    margin-bottom: 0
}

.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: 700;
    margin-left: 5px;
    margin-right: 5px;
    -webkit-transition: var(--transition);
    transition: var(--transition)
}

.coming-soon-content #timer div:hover,
.courses-details-desc .tab-content .courses-instructor .instructor-content .social-link li a i:hover,
.courses-details-info .courses-share .share-info .social-link li a i:hover,
.single-courses-box:hover {
    -webkit-transform: translateY(-5px);
    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 .form-control {
    height: 55px;
    padding: 15px 20px;
    line-height: initial;
    color: var(--paragraph-color);
    background-color: var(--white-color);
    border: 1px solid #e5e7ec;
    -webkit-box-shadow: -12px 8px 25px rgba(217, 35, 12, .03);
    box-shadow: -12px 8px 25px rgba(217, 35, 12, .03);
    border-radius: 20px;
    -webkit-transition: var(--transition);
    transition: var(--transition);
    font-size: var(--font-size);
    font-weight: 400
}

.coming-soon-content form .form-group .form-control::-webkit-input-placeholder {
    color: var(--paragraph-color)
}

.coming-soon-content form .form-group .form-control:-ms-input-placeholder {
    color: var(--paragraph-color)
}

.coming-soon-content form .form-group .form-control::-ms-input-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::-webkit-input-placeholder {
    color: transparent;
    -webkit-transition: var(--transition);
    transition: var(--transition)
}

.coming-soon-content form .form-group .form-control:focus:-ms-input-placeholder {
    color: transparent;
    -webkit-transition: var(--transition);
    transition: var(--transition)
}

.coming-soon-content form .form-group .form-control:focus::-ms-input-placeholder {
    color: transparent;
    -webkit-transition: var(--transition);
    transition: var(--transition)
}

.coming-soon-content form .form-group .form-control:focus::placeholder {
    color: transparent;
    -webkit-transition: var(--transition);
    transition: var(--transition)
}

.coming-soon-content form .default-btn {
    width: 100%;
    border: none;
    border-radius: 20px
}

.coming-soon-content form .validation-danger {
    margin-top: 15px;
    color: red
}

.single-courses-box {
    margin-bottom: 25px;
    -webkit-transition: var(--transition);
    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;
    -webkit-transition: var(--transition);
    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;
    -webkit-transition: var(--transition);
    transition: var(--transition)
}

.single-courses-box .courses-content {
    border-radius: 0 0 10px 10px;
    padding: 25px;
    background-color: var(--white-color);
    -webkit-box-shadow: 0 8px 16px 0 rgba(146, 184, 255, .2);
    box-shadow: 0 8px 16px 0 rgba(146, 184, 255, .2)
}

.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: 700
}

.single-courses-box .courses-content .courses-box-footer {
    list-style-type: none;
    padding-left: 0;
    margin: 25px -7px 0
}

.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%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: var(--font-size)
}

.courses-details-area .container-fluid {
    padding-left: 0;
    padding-right: 0;
    overflow: hidden
}

.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%;
    -webkit-transform: translateY(-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);
    -webkit-animation: 2s linear 1s infinite ripple;
    animation: 2s linear 1s infinite ripple
}

.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);
    -webkit-animation: 2s linear infinite ripple;
    animation: 2s linear infinite ripple
}

.courses-details-desc .tab-content .courses-curriculum ul li a .courses-meta .questions:hover,
.courses-details-image .video-btn:hover {
    background-color: var(--optional-color);
    color: var(--white-color)
}

.courses-details-desc .nav {
    margin-bottom: 0;
    list-style-type: none;
    background-color: var(--white-color);
    border: none;
    border-radius: 15px
}

.courses-details-desc .nav .nav-item {
    margin-bottom: 0;
    margin-right: 20px
}

.courses-details-desc .nav .nav-item .nav-link {
    border-radius: 15px;
    border: none;
    padding: 30px;
    -webkit-transition: var(--transition);
    transition: var(--transition);
    font-size: var(--font-size);
    font-weight: 700;
    color: var(--black-color)
}

.courses-details-desc .tab-content {
    margin-top: 45px
}

.courses-details-desc .tab-content .courses-overview h3 {
    margin-bottom: 20px;
    font-size: 22px;
    font-weight: 700
}

.courses-details-desc .tab-content .courses-curriculum h3,
.courses-details-desc .tab-content .courses-instructor .instructor-content h3 {
    font-size: 20px;
    margin-bottom: 18px;
    font-weight: 700
}

.courses-details-desc .tab-content .courses-curriculum {
    border: 1px solid #eee;
    border-radius: 5px;
    padding: 30px
}

.courses-details-desc .tab-content .courses-curriculum ul,
.widget-area .widget_categories .list,
.widget-area .widget_insight .list {
    padding-left: 0;
    margin-bottom: 0;
    list-style-type: none
}

.courses-details-desc .tab-content .courses-curriculum ul li a {
    background-color: #f8f9f8;
    color: var(--black-color);
    padding: 15px 30px;
    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);
    -webkit-transition: var(--transition);
    transition: var(--transition)
}

.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;
    -webkit-transition: var(--transition);
    transition: var(--transition)
}

.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;
    -webkit-transition: var(--transition);
    transition: var(--transition)
}

.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;
    -webkit-transition: var(--transition);
    transition: var(--transition)
}

.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: 400;
    -webkit-transition: var(--transition);
    transition: var(--transition)
}

.bord,
.courses-details-desc .tab-content .courses-instructor .instructor-image img,
.courses-details-info .image img,
.widget-area .widget_insight {
    border-radius: 15px
}

.courses-details-desc .tab-content .courses-instructor .instructor-content {
    padding-left: 15px
}

.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 .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 a i {
    display: inline-block;
    width: 38px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    background: var(--btn-gradient-color);
    -webkit-transition: var(--transition);
    transition: var(--transition);
    color: var(--white-color);
    border-radius: 50px;
    font-size: 18px
}

.courses-details-desc .tab-content .courses-reviews h3,
.products-details-tabs .tab-content .tab-pane .products-reviews h3 {
    margin-bottom: 15px;
    display: inline-block;
    font-size: 22px;
    font-weight: 700
}

.courses-details-desc .tab-content .courses-reviews .rating span,
.products-details-tabs .tab-content .tab-pane .products-reviews .rating span {
    font-size: var(--font-size);
    color: #cecfd2
}

.courses-details-desc .tab-content .courses-review-comments .user-review .review-rating .review-stars i.checked,
.courses-details-desc .tab-content .courses-reviews .rating span.checked,
.products-details-tabs .tab-content .tab-pane .products-review-comments .user-review .review-rating .review-stars i.checked,
.products-details-tabs .tab-content .tab-pane .products-reviews .rating span.checked {
    color: orange
}

.courses-details-desc .tab-content .courses-reviews .rating-count,
.products-details-tabs .tab-content .tab-pane .products-reviews .rating-count {
    margin-top: 10px;
    margin-bottom: 20px
}

.courses-details-desc .tab-content .courses-reviews .rating-count span,
.products-details-tabs .tab-content .tab-pane .products-reviews .rating-count span {
    display: block;
    font-size: 15px;
    color: var(--paragraph-color);
    font-weight: 500
}

.courses-details-desc .tab-content .courses-reviews .row,
.products-details-tabs .tab-content .tab-pane .products-reviews .row {
    overflow: hidden;
    margin-left: 0;
    margin-right: 0
}

.courses-details-desc .tab-content .courses-reviews .side,
.products-details-tabs .tab-content .tab-pane .products-reviews .side {
    float: left;
    width: 8%;
    margin-top: 10px;
    padding-left: 0;
    padding-right: 0
}

.courses-details-desc .tab-content .courses-reviews .side div,
.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)
}

.courses-details-desc .tab-content .courses-reviews .middle,
.products-details-tabs .tab-content .tab-pane .products-reviews .middle {
    margin-top: 14px;
    float: left;
    width: 82%
}

.courses-details-desc .tab-content .courses-reviews .bar-container,
.products-details-tabs .tab-content .tab-pane .products-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,
.products-details-tabs .tab-content .tab-pane .products-reviews .bar-5 {
    width: 100%;
    height: 18px;
    background-color: #4caf50;
    border-radius: 5px
}

.courses-details-desc .tab-content .courses-reviews .bar-4,
.products-details-tabs .tab-content .tab-pane .products-reviews .bar-4 {
    width: 75%;
    height: 18px;
    background-color: #2196f3;
    border-radius: 5px
}

.courses-details-desc .tab-content .courses-reviews .bar-3,
.products-details-tabs .tab-content .tab-pane .products-reviews .bar-3 {
    width: 50%;
    height: 18px;
    background-color: #00bcd4;
    border-radius: 5px
}

.courses-details-desc .tab-content .courses-reviews .bar-2,
.products-details-tabs .tab-content .tab-pane .products-reviews .bar-2 {
    width: 25%;
    height: 18px;
    background-color: #ff9800;
    border-radius: 5px
}

.courses-details-desc .tab-content .courses-reviews .bar-1,
.products-details-tabs .tab-content .tab-pane .products-reviews .bar-1 {
    width: 0;
    height: 18px;
    background-color: #f44336;
    border-radius: 5px
}

.courses-details-desc .tab-content .courses-review-comments,
.products-details-tabs .tab-content .tab-pane .products-review-comments {
    margin-top: 40px
}

.courses-details-desc .tab-content .courses-review-comments h3,
.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: 700
}

.courses-details-desc .tab-content .courses-review-comments .user-review,
.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
}

.courses-details-desc .tab-content .courses-review-comments .user-review img,
.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
}

.courses-details-desc .tab-content .courses-review-comments .user-review .sub-comment,
.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)
}

.courses-details-desc .tab-content .courses-review-comments .user-review p,
.order-details .payment-box .payment-method p,
.products-details-tabs .tab-content .tab-pane .products-review-comments .user-review p {
    font-size: 15px
}

.courses-details-desc .tab-content .courses-review-comments .user-review .review-rating,
.products-details-tabs .tab-content .tab-pane .products-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 i,
.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
}

.courses-details-desc .tab-content .courses-review-comments .user-review .review-rating span,
.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
}

.courses-details-info {
    background-color: var(--white-color);
    border-radius: 15px;
    padding: 12px 12px 35px;
    margin-top: 50px;
    border: 1px solid #f3f3f3
}

.courses-details-info .image {
    text-align: center;
    position: relative
}

.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%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    left: 0;
    margin: auto;
    text-align: center;
    -webkit-transition: var(--transition);
    transition: var(--transition)
}

.courses-details-info .image .video-btn i {
    font-size: 50px;
    position: relative;
    top: 10px;
    left: 2px;
    color: var(--main-color);
    -webkit-transition: var(--transition);
    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);
    -webkit-animation: 2s linear infinite ripple;
    animation: 2s linear infinite ripple
}

.courses-details-info .image .video-btn:hover {
    background-color: var(--main-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: 700;
    font-family: var(--heading-font-family)
}

.courses-details-info .courses-share {
    text-align: center;
    margin-top: 25px
}

.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 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;
    -webkit-transition: var(--transition);
    transition: var(--transition)
}

.products-grid-sorting .ordering .nice-select {
    display: inline-block;
    width: 100%;
    background: #f2f1f3;
    border-color: #f2f1f3;
    color: #9b8dac;
    -webkit-transition: var(--transition);
    transition: var(--transition);
    padding: 0 0 0 15px;
    height: 70px;
    line-height: 70px;
    font-weight: 400;
    border-radius: 15px
}

.products-grid-sorting .ordering form .search-field::-webkit-input-placeholder {
    color: #9b8dac;
    -webkit-transition: var(--transition);
    transition: var(--transition)
}

.products-grid-sorting .ordering form .search-field:-ms-input-placeholder {
    color: #9b8dac;
    -webkit-transition: var(--transition);
    transition: var(--transition)
}

.products-grid-sorting .ordering form .search-field::-ms-input-placeholder {
    color: #9b8dac;
    -webkit-transition: var(--transition);
    transition: var(--transition)
}

.products-grid-sorting .ordering form .search-field::placeholder {
    color: #9b8dac;
    -webkit-transition: var(--transition);
    transition: var(--transition)
}

.products-grid-sorting .ordering form .search-field:focus::-webkit-input-placeholder {
    color: transparent
}

.products-grid-sorting .ordering form .search-field:focus:-ms-input-placeholder {
    color: transparent
}

.products-grid-sorting .ordering form .search-field:focus::-ms-input-placeholder {
    color: transparent
}

.products-grid-sorting .ordering form .search-field:focus::placeholder {
    color: transparent
}

.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;
    -webkit-transition: var(--transition);
    transition: var(--transition);
    visibility: hidden;
    background: radial-gradient(circle, #fb64bf, #c666ef, #dd62df, #ee61cf, #fb64bf);
    border-radius: 15px;
    z-index: 1
}

.products-details-image .heart-line,
.single-products-card .products-image .heart-line {
    position: absolute;
    right: 20px;
    top: 20px;
    opacity: 1;
    visibility: visible;
    -webkit-transition: var(--transition);
    transition: var(--transition);
    z-index: 1
}

.products-details-image .heart-fill a i,
.products-details-image .heart-line a i,
.single-products-card .products-image .heart-fill a i,
.single-products-card .products-image .heart-line a i {
    color: #ff3666;
    font-size: 25px;
    -webkit-transition: var(--transition);
    transition: var(--transition)
}

.products-details-image .heart-fill,
.single-products-card .products-image .heart-fill {
    position: absolute;
    right: 20px;
    top: 20px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: var(--transition);
    transition: var(--transition);
    z-index: 1
}

.single-products-card .products-image .add-to-cart-btn {
    position: absolute;
    left: -30px;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: var(--transition);
    transition: var(--transition)
}

.single-products-card .products-image .new,
.single-products-card .products-image .sale {
    position: absolute;
    left: 10px;
    bottom: 10px;
    z-index: 1;
    display: inline-block;
    background-color: #000;
    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 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 .add-to-cart-btn {
    left: 0;
    opacity: 1;
    visibility: visible
}

.cart-table table tbody tr,
.cart-table table thead tr,
.wishlist-table table tbody tr,
.wishlist-table table thead tr {
    border: none;
    border-bottom: 1px solid #f2f1f3
}

.cart-table table thead tr th,
.wishlist-table table thead tr th {
    vertical-align: middle;
    padding: 0 25px 25px;
    white-space: nowrap;
    font-size: 18px;
    font-weight: 600;
    font-family: var(--heading-font-family);
    border: none
}

.cart-table table tbody tr td,
.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
}

.cart-table table tbody tr td.product-thumbnail a img,
.wishlist-table table tbody tr td.product-thumbnail a img {
    width: 100px;
    border-radius: 5px
}

.cart-table table tbody tr td.product-name a,
.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)
}

.cart-table table tbody tr td.product-price .unit-amount,
.cart-table table tbody tr td.product-subtotal .subtotal-amount,
.wishlist-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 .remove {
    color: red;
    float: right;
    position: relative;
    top: -1px;
    font-size: 18px
}

.cart-table table tbody tr td.product-quantity .input-counter,
.products-details-desc .products-add-to-cart .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);
    color: var(--white-color);
    width: 50px;
    height: 50px;
    line-height: 55px;
    -webkit-transition: var(--transition);
    transition: var(--transition);
    font-size: 20px;
    border-radius: 10px
}

.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: 700;
    border-radius: 10px;
    position: relative;
    top: -4px
}

.cart-table table tbody tr td.product-quantity .input-counter input::-webkit-input-placeholder {
    color: var(--optional-color)
}

.cart-table table tbody tr td.product-quantity .input-counter input:-ms-input-placeholder {
    color: var(--optional-color)
}

.cart-table table tbody tr td.product-quantity .input-counter input::-ms-input-placeholder {
    color: var(--optional-color)
}

.cart-table table tbody tr td.product-quantity .input-counter input::placeholder {
    color: var(--optional-color)
}

.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;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 15px 25px;
    -webkit-transition: var(--transition);
    transition: var(--transition);
    font-size: var(--font-size);
    color: #9b8dac
}

.cart-buttons .shopping-coupon-code .form-control::-webkit-input-placeholder {
    -webkit-transition: var(--transition);
    transition: var(--transition);
    color: #9b8dac
}

.cart-buttons .shopping-coupon-code .form-control:-ms-input-placeholder {
    -webkit-transition: var(--transition);
    transition: var(--transition);
    color: #9b8dac
}

.cart-buttons .shopping-coupon-code .form-control::-ms-input-placeholder {
    -webkit-transition: var(--transition);
    transition: var(--transition);
    color: #9b8dac
}

.cart-buttons .shopping-coupon-code .form-control::placeholder {
    -webkit-transition: var(--transition);
    transition: var(--transition);
    color: #9b8dac
}

.cart-buttons .shopping-coupon-code .form-control:focus {
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

.cart-buttons .shopping-coupon-code .form-control:focus::-webkit-input-placeholder {
    color: transparent
}

.cart-buttons .shopping-coupon-code .form-control:focus:-ms-input-placeholder {
    color: transparent
}

.cart-buttons .shopping-coupon-code .form-control:focus::-ms-input-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;
    -webkit-transition: var(--transition);
    transition: var(--transition)
}

.cart-totals h3 {
    margin-bottom: 25px;
    font-size: 22px;
    font-weight: 700
}

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

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

.order-details .order-table table tbody tr td.product-name a,
.products-details-desc .products-meta span a,
.user-actions span a {
    display: inline-block;
    color: var(--paragraph-color)
}

.products-details-desc .products-meta span span.sku,
.user-actions span a:hover {
    color: var(--optional-color)
}

.billing-details .title,
.order-details .title {
    margin-bottom: 30px;
    position: relative;
    font-size: 22px;
    font-weight: 700
}

.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,
.products-details-tabs .tab-content .tab-pane .review-form-wrapper .comment-notes span {
    color: red
}

.billing-details .form-group .form-control {
    height: 55px;
    padding: 15px 20px;
    line-height: initial;
    color: var(--paragraph-color);
    border: 1px solid #eee;
    -webkit-box-shadow: unset;
    box-shadow: unset;
    border-radius: 10px;
    -webkit-transition: var(--transition);
    transition: var(--transition);
    font-size: 15px;
    font-weight: 500
}

.billing-details .form-group .form-control::-webkit-input-placeholder {
    color: var(--paragraph-color)
}

.billing-details .form-group .form-control:-ms-input-placeholder {
    color: var(--paragraph-color)
}

.billing-details .form-group .form-control::-ms-input-placeholder {
    color: var(--paragraph-color)
}

.billing-details .form-group .form-control::placeholder {
    color: var(--paragraph-color)
}

.billing-details .form-group .form-control:focus::-webkit-input-placeholder {
    color: transparent;
    -webkit-transition: var(--transition);
    transition: var(--transition)
}

.billing-details .form-group .form-control:focus:-ms-input-placeholder {
    color: transparent;
    -webkit-transition: var(--transition);
    transition: var(--transition)
}

.billing-details .form-group .form-control:focus::-ms-input-placeholder {
    color: transparent;
    -webkit-transition: var(--transition);
    transition: var(--transition)
}

.billing-details .form-group .form-control:focus::placeholder {
    color: transparent;
    -webkit-transition: var(--transition);
    transition: var(--transition)
}

.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 {
    -webkit-transition: var(--transition);
    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 .form-check-input {
    margin-top: 2.8px
}

.billing-details .form-group .form-check .form-check-input:focus {
    outline: 0;
    -webkit-box-shadow: unset;
    box-shadow: unset
}

.order-details .order-table table thead tr th {
    border-bottom-width: 0;
    vertical-align: middle;
    border: 1px solid rgba(187, 187, 187, .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, .15);
    font-size: 15px;
    font-weight: 400;
    padding: 15px 20px 12px
}

.order-details .order-table table tbody tr td.order-shipping span,
.order-details .order-table table tbody tr td.order-subtotal span,
.order-details .order-table table tbody tr td.order-subtotal-price,
.order-details .order-table table tbody tr td.product-subtotal,
.order-details .order-table table tbody tr td.shipping-price,
.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 .payment-box {
    background-color: #f5f5f5;
    margin-top: 30px;
    padding: 30px;
    border-radius: 15px
}

.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;
    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 #ddd;
    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%;
    -webkit-transition: var(--transition);
    transition: var(--transition)
}

.order-details .payment-box .payment-method p [type=radio]:not(:checked)+label::after {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scale(0);
    transform: scale(0)
}

.order-details .payment-box .payment-method p [type=radio]:checked+label::after {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    transform: scale(1)
}

.order-details .payment-box .default-btn {
    margin-top: 20px;
    display: block;
    width: 100%;
    text-align: center;
    -webkit-transform: unset;
    transform: unset;
    border-radius: 50px;
    padding: 15px 30px
}

.order-details .payment-box .default-btn::before {
    width: 750px;
    height: 750px
}

.products-details-image {
    border-radius: 20px;
    overflow: hidden;
    position: relative
}

.products-details-image .sale {
    position: absolute;
    left: 10px;
    top: 10px;
    z-index: 1;
    display: inline-block;
    background-color: #000;
    color: var(--white-color);
    padding: 5px 20px;
    font-size: 15px;
    border-radius: 10px;
    font-weight: 500;
    font-family: var(--heading-font-family)
}

.products-details-desc h3 {
    margin-bottom: 20px;
    font-size: 35px;
    font-weight: 700
}

.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 span {
    display: block;
    color: var(--paragraph-color);
    margin-bottom: 20px;
    font-weight: 600;
    font-size: var(--font-size)
}

.products-details-desc .products-meta span span {
    display: inline-block;
    margin-bottom: 0
}

.products-details-desc .products-meta span span.in-stock {
    color: #05ce69
}

.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 span {
    display: inline-block;
    background-color: var(--optional-color);
    color: var(--white-color);
    width: 55px;
    height: 55px;
    line-height: 60px;
    -webkit-transition: var(--transition);
    transition: var(--transition);
    font-size: 20px;
    border-radius: 10px
}

.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: 700;
    border-radius: 10px;
    position: relative;
    top: -4px
}

.products-details-desc .products-add-to-cart .input-counter input::-webkit-input-placeholder {
    color: var(--optional-color)
}

.products-details-desc .products-add-to-cart .input-counter input:-ms-input-placeholder {
    color: var(--optional-color)
}

.products-details-desc .products-add-to-cart .input-counter input::-ms-input-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 .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 .nav-link {
    border-radius: 15px;
    border: none;
    padding: 10px 22px;
    -webkit-transition: var(--transition);
    transition: var(--transition);
    font-size: var(--font-size);
    font-weight: 700;
    background-color: #f2f1f3;
    color: var(--black-color)
}

.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 .review-form-wrapper h3 {
    margin-bottom: 10px;
    font-size: 18px;
    letter-spacing: 1px;
    color: var(--black-color);
    font-weight: 700
}

.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);
    -webkit-box-shadow: unset;
    box-shadow: unset;
    border-radius: 15px;
    -webkit-transition: var(--transition);
    transition: var(--transition);
    font-size: 15px;
    font-weight: 400
}

.products-details-tabs .tab-content .tab-pane .review-form-wrapper form .form-group .form-control::-webkit-input-placeholder {
    color: var(--paragraph-color)
}

.products-details-tabs .tab-content .tab-pane .review-form-wrapper form .form-group .form-control:-ms-input-placeholder {
    color: var(--paragraph-color)
}

.products-details-tabs .tab-content .tab-pane .review-form-wrapper form .form-group .form-control::-ms-input-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::-webkit-input-placeholder {
    color: transparent;
    -webkit-transition: var(--transition);
    transition: var(--transition)
}

.products-details-tabs .tab-content .tab-pane .review-form-wrapper form .form-group .form-control:focus:-ms-input-placeholder {
    color: transparent;
    -webkit-transition: var(--transition);
    transition: var(--transition)
}

.products-details-tabs .tab-content .tab-pane .review-form-wrapper form .form-group .form-control:focus::-ms-input-placeholder {
    color: transparent;
    -webkit-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;
    -webkit-transition: var(--transition);
    transition: var(--transition)
}

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

.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: "\2605";
    -webkit-transition: var(--transition);
    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: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
}

.go-top,
.go-top i,
.pagination-area {
    text-align: center
}

.related-title h2 {
    font-size: 22px;
    font-weight: 700
}

.widget-area {
    padding-left: 30px
}

.widget-area .widget .widget-title {
    margin-bottom: 25px;
    position: relative;
    padding-bottom: 15px;
    font-size: 20px;
    font-weight: 700
}

.widget-area .widget .widget-title::before {
    content: '';
    position: absolute;
    left: 0;
    width: 50px;
    height: 1px;
    bottom: -1px;
    background-color: var(--main-color)
}

.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;
    -webkit-transition: var(--transition);
    transition: var(--transition);
    font-size: 15px;
    font-weight: 400;
    outline: 0;
    background: #f2f1f3
}

.widget-area .widget_search form .search-field::-webkit-input-placeholder {
    color: var(--paragraph-color);
    -webkit-transition: var(--transition);
    transition: var(--transition)
}

.widget-area .widget_search form .search-field:-ms-input-placeholder {
    color: var(--paragraph-color);
    -webkit-transition: var(--transition);
    transition: var(--transition)
}

.widget-area .widget_search form .search-field::-ms-input-placeholder {
    color: var(--paragraph-color);
    -webkit-transition: var(--transition);
    transition: var(--transition)
}

.widget-area .widget_search form .search-field::placeholder {
    color: var(--paragraph-color);
    -webkit-transition: var(--transition);
    transition: var(--transition)
}

.widget-area .widget_search form .search-field:focus::-webkit-input-placeholder {
    color: transparent
}

.widget-area .widget_search form .search-field:focus:-ms-input-placeholder {
    color: transparent
}

.widget-area .widget_search form .search-field:focus::-ms-input-placeholder {
    color: transparent
}

.widget-area .widget_search form .search-field:focus::placeholder {
    color: transparent
}

.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);
    -webkit-box-shadow: rgba(149, 157, 165, .2) 0 8px 24px;
    box-shadow: rgba(149, 157, 165, .2) 0 8px 24px;
    border-radius: 30px;
    width: 100%
}

.widget-area .widget_recent_courses,
.widget-area .widget_recent_post {
    position: relative;
    overflow: hidden
}

.widget-area .widget_recent_post .item {
    overflow: hidden;
    margin-bottom: 25px
}

.widget-area .widget_recent_courses .item .thumb,
.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_courses .item .thumb .fullimage,
.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(../images/blog/blog-1.jpg)
}

.widget-area .widget_recent_post .item .thumb .fullimage.bg2 {
    background-image: url(../images/blog/blog-2.jpg)
}

.widget-area .widget_recent_post .item .thumb .fullimage.bg3 {
    background-image: url(../images/blog/blog-3.jpg)
}

.widget-area .widget_recent_courses .item .thumb::after,
.widget-area .widget_recent_courses .item .thumb::before,
.widget-area .widget_recent_post .item .thumb::after,
.widget-area .widget_recent_post .item .thumb::before {
    -webkit-transition: .8s cubic-bezier(.2, 1, .22, 1);
    transition: .8s cubic-bezier(.2, 1, .22, 1);
    content: '';
    background-color: var(--white-color);
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    opacity: 0;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.widget-area .widget_recent_courses .item .thumb::before,
.widget-area .widget_recent_post .item .thumb::before {
    width: 40px;
    height: 1px;
    left: 100%
}

.widget-area .widget_recent_courses .item .thumb::after,
.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_courses .item .info .title,
.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_courses .item:hover .thumb::after,
.widget-area .widget_recent_courses .item:hover .thumb::before,
.widget-area .widget_recent_post .item:hover .thumb::after,
.widget-area .widget_recent_post .item:hover .thumb::before {
    opacity: 1;
    top: 50%;
    left: 50%
}

.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 .widget_recent_courses .item {
    overflow: hidden;
    margin-bottom: 20px;
    border-bottom: 1px solid #eee;
    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 .fullimage.bg1 {
    background-image: url(../images/courses/courses-1.jpg)
}

.widget-area .widget_recent_courses .item .thumb .fullimage.bg2 {
    background-image: url(../images/courses/courses-2.jpg)
}

.widget-area .widget_recent_courses .item .thumb .fullimage.bg3 {
    background-image: url(../images/courses/courses-3.jpg)
}

.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_insight .list li {
    margin-bottom: 10px
}

.widget-area .widget_insight .list li a {
    position: relative;
    display: block;
    padding: 15px 25px 15px 40px;
    color: var(--paragraph-color);
    border: 1px solid #eee;
    font-size: 15px;
    font-weight: 500;
    border-radius: 15px
}

.widget-area .widget_insight .list li a::before {
    width: 5px;
    height: 5px;
    -webkit-transition: var(--transition);
    transition: var(--transition);
    background-color: var(--main-color);
    content: '';
    position: absolute;
    left: 25px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: 50%
}

.widget-area .widget_insight .list li a.active,
.widget-area .widget_insight .list li a:hover,
.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 a.active::before,
.widget-area .widget_insight .list li a:hover::before,
.widget-area .widget_insight .list li.active a::before {
    background-color: var(--white-color)
}

.pagination-area {
    margin-top: 20px
}

.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: 700;
    font-family: var(--heading-font-family)
}

.go-top,
.go-top:hover {
    background-color: var(--main-color);
    color: var(--white-color)
}

.pagination-area .page-numbers i {
    font-size: 20px
}

.pagination-area .page-numbers.next,
.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.next i {
    font-size: 25px;
    position: relative;
    top: 5px;
    left: 2px
}

.go-top {
    position: fixed;
    bottom: -100px;
    right: 20px;
    z-index: 4;
    width: 45px;
    height: 45px;
    opacity: 0;
    visibility: hidden;
    border-radius: 50%;
    font-size: 22px;
    -webkit-transition: var(--transition);
    transition: var(--transition);
    overflow: hidden;
    -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, .1);
    box-shadow: 0 3px 10px rgba(0, 0, 0, .1)
}

.lines,
.lines .line {
    height: 100%;
    top: 0;
    position: absolute
}

.go-top i {
    position: absolute;
    right: 0;
    left: 0;
    top: 45%;
    -webkit-transform: translateY(-45%);
    transform: translateY(-45%);
    font-size: 30px;
    margin-left: auto;
    margin-right: auto
}

.go-top.active {
    opacity: 1;
    visibility: visible;
    bottom: 50px
}

.go-top:hover {
    -webkit-transition: var(--transition);
    transition: var(--transition);
    -webkit-box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08);
    box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08);
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px)
}

.buy-now-btn,
.buy-now-btn:hover {
    color: var(--white-color) !important
}

.lines {
    left: 0;
    right: 0;
    margin: auto;
    width: 90vw
}

.lines .line {
    width: 1px;
    left: 50%;
    background: #dce3ff;
    overflow: hidden
}

.lines .line::after {
    content: "";
    display: block;
    position: absolute;
    height: 15vh;
    width: 100%;
    top: -50%;
    left: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(75%, #fff), to(#fff));
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, #fff 75%, #fff 100%);
    -webkit-animation: 15s cubic-bezier(0.4, 0.26, 0, 0.97) infinite run;
    animation: 15s cubic-bezier(0.4, 0.26, 0, 0.97) infinite run;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    border-radius: 50%
}

.lines .line:first-child {
    margin-left: -25%
}

.lines .line:nth-child(3) {
    margin-left: 25%
}

@-webkit-keyframes run {
    0% {
        top: -50%
    }

    100% {
        top: 110%
    }
}

@keyframes run {
    0% {
        top: -50%
    }

    100% {
        top: 110%
    }
}

.gm-style {
    border-radius: 10px !important
}

.gm-style .place-card-large {
    padding: 10px !important
}

.buy-now-btn {
    right: 30px;
    z-index: 99;
    top: 50%;
    position: fixed;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: 30px;
    background-color: #82b440;
    padding: 8px 20px;
    font-size: 14px;
    font-weight: 500;
    -webkit-animation-name: tada;
    animation-name: tada;
    -webkit-animation-duration: 5s;
    animation-duration: 5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

.buy-now-btn:hover {
    background-color: var(--main-color)
}

@-webkit-keyframes tada {

    0%,
    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }

    10%,
    20% {
        -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg)
    }

    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg)
    }

    40%,
    60%,
    80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg)
    }
}

@keyframes tada {

    0%,
    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }

    10%,
    20% {
        -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg)
    }

    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg)
    }

    40%,
    60%,
    80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg)
    }
}

.ico-google {
    height: 15px
}

.footer_text {
    color: #fff;
    font-family: Jost, sans-serif
}

.default-btn1 {
    font-family: var(--heading-font-family)
}

.app_btn {
    width: 100%;
    border: 0;
    margin-top: 10px
}

@media only screen and (max-width:600px) {
    .topbar-area .mobb {
        display: none
    }
}

.whatsapp_img {
    top: 75% !important;
    right: 0 !important;
    position: fixed !important;
    height: auto !important;
    font-weight: 500 !important;
    color: rgba(0, 0, 0, .6) !important;
    line-height: 32px !important;
    padding: 3px 3px 3px 9px !important;
    border-top-left-radius: 16px !important;
    border-bottom-left-radius: 16px !important;
    background-color: #40c351 !important;
    z-index: 104 !important;
    width: auto
}

.font-weight-bold,
.main-banner-content h1,
.next,
.prev,
.slide-data {
    font-weight: 700
}

.main-navbar {
    background-color: #ffffffb3
}

.about-area img {
    border-radius: 20px
}

.grecaptcha-badge {
    visibility: hidden
}

.slide-data {
    position: fixed;
    background: #f6214b;
    width: 140px;
    right: -55px;
    height: auto;
    font-size: 16px;
    padding: 10px;
    transition: left .4s ease-in-out;
    -o-transition: left .4s ease-in-out;
    -ms-transition: left .4s ease-in-out;
    -moz-transition: left .4s ease-in-out;
    -webkit-transition: left .4s ease-in-out;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    color: #fff;
    display: flex;
    align-items: center;
    transform: rotate(-90deg);
    border-radius: 10px;
    z-index: 999999
}

.single-pricing-card1 {
    background-color: var(--white-color);
    padding: 20px;
    border-radius: 15px;
    margin-bottom: 25px;
    width: fit-content;
    box-shadow: rgb(149 157 165 / 20%) 0 8px 24px;
    margin-left: 10px
}

ul.tags-list li a {
    display: block;
    border: 1px solid #f5f9ff;
    color: #555;
    font-size: 15px;
    line-height: 1em;
    padding: 10px 19px;
    -webkit-transition: .4s;
    transition: .4s;
    background: #f5f9ff
}

ul.tags-list li {
    display: inline-block;
    vertical-align: middle;
    padding: 0 5px;
    margin-bottom: 10px
}

.tags-list {
    padding: 0
}

.box {
    margin-top: -5px;
    margin-left: 10px
}

.just {
    text-align: justify
}

.preloader {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 999999999999999999;
    background-color: #fff;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(../images/logo.gif);
    padding: 20px
}

.fa-eye:before {
    color: #f6214b
}

.default-btn1 {
    color: var(--btn-gradient-color);
    font-size: var(--font-size);
    -webkit-transition: var(--transition);
    transition: var(--transition);
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 2px solid var(--btn-gradient-color)
}

.one-service-area nav .nav-tabs .nav-default {
    display: inline-block;
    margin-bottom: 30px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    padding-left: 15px;
    padding-right: 15px
}

.active,
.demo:hover,
.one-service-area nav .nav-tabs .nav-default.active .service-item:before {
    opacity: 1
}

.banner-text p,
.one-service-area nav .nav-tabs .nav-default.active .service-item i,
.one-service-area nav .nav-tabs .nav-default.active .service-item span {
    color: #fff
}

.one-service-area nav .nav-tabs .nav-default.active .service-item img {
    filter: invert(19%) sepia(15%) saturate(300%) hue-rotate(322deg) brightness(100%) contrast(100%)
}

.one-service-area .service-advisor {
    padding: 35px;
    border-radius: 4px;
    -webkit-box-shadow: 0 0 20px 0 #dddddd96;
    box-shadow: 0 0 20px 0 #dddddd96
}

.one-service-area .service-advisor .advisor-content h2 {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 16px
}

.one-service-area .service-advisor .advisor-content ul {
    margin: 0 0 22px;
    padding: 0
}

.one-service-area .service-advisor .advisor-content ul li {
    list-style-type: none;
    display: block;
    color: #000;
    margin-bottom: 12px;
    font-size: 16px
}

.one-service-area .service-advisor .advisor-content ul li i {
    display: inline-block;
    font-size: 20px;
    position: relative;
    top: 3px;
    margin-right: 3px;
    background: #000;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.one-service-area .service-advisor .advisor-content .advisor-link:hover i {
    left: -3px
}

.one-service-area .service-advisor .advisor-content .advisor-link a {
    display: inline-block;
    font-weight: 600;
    font-size: 16px;
    background: -webkit-gradient(linear, left top, right top, color-stop(23%, #10c317), color-stop(64%, #15d09a));
    background: linear-gradient(90deg, #10c317 23%, #15d09a 64%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.one-service-area .service-advisor .advisor-content .advisor-link i {
    display: inline-block;
    color: #12ca59;
    font-size: 21px;
    position: relative;
    top: 4px;
    left: 0;
    -webkit-transition: .5s;
    transition: .5s
}

.one-service-area .service-item {
    text-align: center;
    border-radius: 4px;
    position: relative;
    z-index: 1
}

.one-service-area .service-item:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: -webkit-gradient(linear, left top, right top, color-stop(23%, #10c317), color-stop(64%, #15d09a));
    background: linear-gradient(90deg, #f6214b 10%, #f6214b 64%);
    border-radius: 4px;
    opacity: 0;
    z-index: -1
}

.one-service-area .service-item i {
    display: block;
    color: #0d1820;
    font-size: 50px;
    margin-bottom: 15px;
    -webkit-transition: .5s;
    transition: .5s
}

.one-service-area .service-item span {
    display: block;
    color: #0d1820;
    font-weight: 500;
    font-size: 16px;
    -webkit-transition: .5s;
    transition: .5s
}

.nav {
    justify-content: space-evenly !important
}

.next,
.prev {
    position: absolute;
    top: 40%;
    width: auto;
    padding: 16px;
    margin-top: -50px;
    color: #fff;
    font-size: 20px;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none
}

.next {
    right: 0;
    border-radius: 3px 0 0 3px
}

.next:hover,
.prev:hover {
    background-color: rgba(0, 0, 0, .8)
}

.numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0
}

.caption-container {
    text-align: center;
    background-color: #222;
    padding: 2px 16px;
    color: #fff
}

.row:after {
    content: "";
    display: table;
    clear: both
}

.column {
    float: left;
    width: 16.66%
}

.demo {
    opacity: .6
}

h1 {
    text-align: left;
    font-size: 40px
}

.vert-tab>div {
    margin-left: 15px;
    margin-right: 15px;
    width: 10%;
    height: auto;
    transition: .5s;
    overflow: hidden
}

.recr-content {
    background: #f6214b;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 36px 28px;
    margin-top: 36px;
    border: 1px solid #f6214b
}

#journey,
.login-block {
    padding: 50px 0
}

.recr-content h3 {
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0;
    text-align: left;
    color: #000a19;
    white-space: nowrap;
    transform: rotate(269deg)
}

.vert-tab-content h2,
.vert-tab-content h4 {
    font-family: Poppins, sans-serif;
    font-weight: 700;
    color: #000a19;
    letter-spacing: 0;
    text-align: left
}

.vert_tab_image_wrrapeer {
    display: flex;
    align-items: center
}

.vert-tab-content h2 {
    font-size: 74px;
    line-height: 81px;
    margin-bottom: 30px
}

.vert-tab-content h4 {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 20px
}

.vert-tab-content p {
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: 0;
    text-align: justify;
    max-width: 96%;
    color: #000;
    margin-left: 0;
    margin-right: auto
}

.vert-tab-content ul li {
    margin: 5px;
    text-align: justify
}

.recr-content.active {
    width: 100%;
    background: #fff;
    border-color: #ababc8
}

.vert-tab {
    display: flex
}

#journey h2 {
    font-size: 34px;
    letter-spacing: -.5px;
    color: #16141a;
    position: relative;
    display: inline-block
}

#journey h2::before {
    content: "";
    position: absolute;
    right: -3px;
    bottom: 5px;
    z-index: -1;
    width: 123px;
    height: 16px;
    background-color: #ece5ff
}

#journey .timeline-holder {
    padding: 75px 0 0
}

#journey .timeline-holder svg {
    margin: auto;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

#journey .timeline-holder .mask-path {
    -webkit-transform: translate(329px, 1403px);
    transform: translate(329px, 1403px);
    stroke: white;
    stroke-dasharray: 10000;
    stroke-dashoffset: 10000
}

#journey .timeline-holder .path-holder {
    max-width: 700px;
    position: relative;
    margin-left: auto
}

#journey .timeline-holder .year-box {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: auto
}

#journey .timeline-holder .year-box .text {
    text-align: left;
    margin-right: 10%
}

#journey .timeline-holder .year-box .text h3 {
    font-size: 18px;
    letter-spacing: -.18px;
    color: #5d36a9
}

#journey .timeline-holder .year-box .text h4 {
    font-size: 26px;
    font-weight: 400;
    letter-spacing: -.26px;
    color: #16141a
}

#journey .timeline-holder .year-box .logo .logo-holder {
    font-size: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 170px;
    height: 170px;
    border-radius: 100%;
    border: 10px solid #dfdcfe;
    background-color: #fff
}

#journey .timeline-holder .year-box .logo::before {
    content: "";
    position: absolute;
    left: -20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 30px 20px 0;
    border-color: transparent #dfdcfe transparent transparent
}

#journey .timeline-holder .year-box.yb-2021 {
    top: -1%;
    width: 75%;
    left: 22%
}

#journey .timeline-holder .year-box.yb-2011 img,
#journey .timeline-holder .year-box.yb-2014 img,
#journey .timeline-holder .year-box.yb-2016 img,
#journey .timeline-holder .year-box.yb-2016-2 img,
#journey .timeline-holder .year-box.yb-2018 img,
#journey .timeline-holder .year-box.yb-2018-3 img,
#journey .timeline-holder .year-box.yb-2019 img,
#journey .timeline-holder .year-box.yb-2021 img {
    max-width: 80px
}

#journey .timeline-holder .year-box.yb-2020 {
    top: 8.5%;
    width: 75%;
    left: 3%
}

#journey .timeline-holder .year-box.yb-2020 .text {
    -webkit-transform: translate(-5%, -140%);
    transform: translate(-5%, -140%)
}

#journey .timeline-holder .year-box.yb-2018-2 .logo .logo-holder,
#journey .timeline-holder .year-box.yb-2019-2 .logo .logo-holder,
#journey .timeline-holder .year-box.yb-2020 .logo .logo-holder {
    background-color: #5d36a9;
    color: #fff;
    font-weight: 600;
    font-stretch: normal;
    letter-spacing: .9px
}

#journey .timeline-holder .year-box.yb-2020 .logo::before {
    top: 7%;
    right: 6%;
    left: auto;
    -webkit-transform: translateY(-50%) rotate(129deg);
    transform: translateY(-50%) rotate(129deg)
}

#journey .timeline-holder .year-box.yb-2019 {
    top: 18.5%;
    width: 75%;
    left: -16%
}

#journey .timeline-holder .year-box.yb-2019 .text {
    -webkit-transform: translate(95%, -220%);
    transform: translate(95%, -220%)
}

#journey .timeline-holder .year-box.yb-2017 .logo::before,
#journey .timeline-holder .year-box.yb-2019 .logo::before {
    top: -4%;
    right: 43%;
    left: auto;
    -webkit-transform: translateY(-50%) rotate(90deg);
    transform: translateY(-50%) rotate(90deg)
}

#journey .timeline-holder .year-box.yb-2019-2 {
    top: 20%;
    width: 50%;
    left: 70%
}

#journey .timeline-holder .year-box.yb-2018-2 .text,
#journey .timeline-holder .year-box.yb-2019-2 .text {
    -webkit-transform: translate(-235%, 100%);
    transform: translate(-235%, 100%)
}

#journey .timeline-holder .year-box.yb-2018-2 .logo::before,
#journey .timeline-holder .year-box.yb-2019-2 .logo::before {
    top: 86%;
    left: 1%;
    right: auto;
    -webkit-transform: translateY(-50%) rotate(319deg);
    transform: translateY(-50%) rotate(319deg)
}

#journey .timeline-holder .year-box.yb-2018 {
    top: 28%;
    width: 75%;
    left: -16%
}

#journey .timeline-holder .year-box.yb-2018 .text {
    -webkit-transform: translate(185%, 210%);
    transform: translate(185%, 210%)
}

#journey .timeline-holder .year-box.yb-2018 .logo::before {
    top: 86%;
    right: 1%;
    left: auto;
    -webkit-transform: translateY(-50%) rotate(223deg);
    transform: translateY(-50%) rotate(223deg)
}

#journey .timeline-holder .year-box.yb-2018-2 {
    top: 38%;
    width: 75%;
    left: 10%
}

#journey .timeline-holder .year-box.yb-2018-3 {
    top: 47.5%;
    width: 75%;
    left: 25%
}

#journey .timeline-holder .year-box.yb-2016 .text,
#journey .timeline-holder .year-box.yb-2018-3 .text {
    -webkit-transform: translate(60%, -175%);
    transform: translate(60%, -175%)
}

#journey .timeline-holder .year-box.yb-2011 .logo .logo-holder,
#journey .timeline-holder .year-box.yb-2014 .logo .logo-holder,
#journey .timeline-holder .year-box.yb-2016 .logo .logo-holder,
#journey .timeline-holder .year-box.yb-2016-2 .logo .logo-holder,
#journey .timeline-holder .year-box.yb-2018-3 .logo .logo-holder {
    border: 10px solid #e6eaeb
}

#journey .timeline-holder .year-box.yb-2014 .logo::before,
#journey .timeline-holder .year-box.yb-2016 .logo::before,
#journey .timeline-holder .year-box.yb-2016-2 .logo::before,
#journey .timeline-holder .year-box.yb-2018-3 .logo::before {
    border-color: transparent #e6eaeb transparent transparent;
    top: -4%;
    right: 43%;
    left: auto;
    -webkit-transform: translateY(-50%) rotate(90deg);
    transform: translateY(-50%) rotate(90deg)
}

#journey .timeline-holder .year-box.yb-2017 {
    top: 57%;
    width: 75%;
    left: -20%
}

#journey .timeline-holder .year-box.yb-2017 img {
    max-width: 100px
}

#journey .timeline-holder .year-box.yb-2017 .text {
    -webkit-transform: translate(130%, -165%);
    transform: translate(130%, -165%)
}

#journey .timeline-holder .year-box.yb-2016 {
    top: 66.5%;
    width: 75%;
    left: 25%
}

#journey .timeline-holder .year-box.yb-2016-2 {
    top: 76.5%;
    width: 75%;
    left: -18%
}

#journey .timeline-holder .year-box.yb-2016-2 .text {
    -webkit-transform: translate(100%, -175%);
    transform: translate(100%, -175%)
}

#journey .timeline-holder .year-box.yb-2014 {
    top: 86%;
    width: 75%;
    left: 26%
}

#journey .timeline-holder .year-box.yb-2014 .text {
    -webkit-transform: translate(115%, -205%);
    transform: translate(115%, -205%)
}

#journey .timeline-holder .year-box.yb-2011 {
    top: 96%;
    width: 75%;
    left: -18%
}

#journey .timeline-holder .year-box.yb-2011 .text {
    -webkit-transform: translate(200%, -5%);
    transform: translate(200%, -5%)
}

#journey .timeline-holder .year-box.yb-2011 .logo::before {
    border-color: transparent #e6eaeb transparent transparent;
    top: 52%;
    right: -12%;
    left: auto;
    -webkit-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg)
}

#journey .timeline-holder .yearbook {
    position: relative;
    display: inline-block
}

#journey .timeline-holder .yearbook ul {
    position: relative;
    font-size: 15px;
    font-weight: 400;
    line-height: 2.83;
    letter-spacing: -.18px;
    color: #16141a;
    padding: 0;
    margin: 0
}

#journey .timeline-holder .yearbook ul li {
    list-style: none
}

#journey .timeline-holder .yearbook ul li a {
    color: #16141a;
    text-decoration: none
}

#journey .timeline-holder .yearbook ul li.active a {
    color: #a381fb
}

#journey .timeline-holder .yearbook ul::before {
    content: "";
    position: absolute;
    width: 16px;
    height: 100%;
    opacity: .42;
    right: -50%;
    border-radius: 4px;
    background-color: #dfdcfe
}

#journey .timeline-holder .yearbook .indicator {
    -webkit-transition: -webkit-transform .4s;
    transition: transform .4s;
    transition: transform .4s, -webkit-transform .4s;
    position: absolute;
    top: 7px;
    right: -65%;
    width: 28px;
    height: 28px;
    border: 3px solid #5d36a9;
    background-color: #fff;
    border-radius: 100%;
    display: none
}

.banner-sec,
.carousel-inner {
    border-radius: 0 10px 10px 0
}

.banner-text h2:after,
.login-sec h2:after {
    content: " ";
    width: 100px;
    height: 5px;
    margin-top: 20px;
    border-radius: 3px
}

#journey .timeline-holder .yearbook .indicator::before {
    content: "";
    position: absolute;
    left: -10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 10px 5px 0;
    border-color: transparent #5c36a9 transparent transparent
}

@media only screen and (min-width:992px) {

    #journey,
    #journey .timeline-holder {
        padding: 100px 0 0
    }

    #journey h2 {
        font-size: 50px
    }

    #journey h2::before {
        right: -23px;
        bottom: -6px;
        width: 195px;
        height: 36px
    }

    #journey .timeline-holder .wrap-yearbook {
        position: relative
    }

    #journey .timeline-holder .year-box.yb-2018-2 .logo .logo-holder,
    #journey .timeline-holder .year-box.yb-2019-2 .logo .logo-holder,
    #journey .timeline-holder .year-box.yb-2020 .logo .logo-holder {
        font-size: 56px
    }

    #journey .timeline-holder .year-box.yb-2019-2 .logo .logo-holder small,
    #journey .timeline-holder .year-box.yb-2020 .logo .logo-holder small {
        font-size: 34px
    }

    #journey .timeline-holder .yearbook {
        position: -webkit-sticky;
        position: sticky;
        top: 100px
    }

    #journey .timeline-holder .yearbook ul {
        font-size: 18px
    }

    #journey .timeline-holder .yearbook ul::before {
        right: -80%
    }

    #journey .timeline-holder .yearbook .indicator {
        right: -95%;
        display: block
    }
}

.login-block {
    background: #de6262;
    background: -webkit-linear-gradient(to bottom, #ffb88c, #de6262);
    background: linear-gradient(to bottom, #ffb88c, #de6262);
    float: left;
    width: 100%
}

.banner-sec {
    background: url(https://static.pexels.com/photos/33972/pexels-photo.jpg) left bottom/cover no-repeat;
    min-height: 500px;
    padding: 0
}

.carousel-caption {
    text-align: left;
    left: 5%
}

.login-sec {
    padding: 50px 30px;
    position: relative
}

.login-sec .copy-text {
    position: absolute;
    width: 80%;
    bottom: 20px;
    font-size: 13px;
    text-align: center
}

.login-sec .copy-text i {
    color: #feb58a
}

.login-sec .copy-text a {
    color: #e36262
}

.login-sec h2 {
    margin-bottom: 30px;
    font-weight: 800;
    font-size: 30px;
    color: #de6262
}

.banner-text h2,
.btn-login {
    color: #fff;
    font-weight: 600
}

.login-sec h2:after {
    background: #feb58a;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.btn-login {
    background: #de6262
}

.banner-text {
    width: 70%;
    position: absolute;
    bottom: 40px;
    padding-left: 20px
}

.repeat_section,
.section_headerpart {
    width: 100%;
    clear: both;
    display: block
}

.banner-text h2:after {
    background: #fff;
    display: block
}

.CARD:hover {
    transform: scale(1.05);
    transition: transform .3s
}

.repeat_section {
    position: relative;
    padding: 85px 0
}

.repeat_section:after,
.repeat_section:before,
.section_headerpart:after,
.section_headerpart:before {
    content: "";
    display: block;
    clear: both
}

.section_headerpart {
    text-align: center;
    max-width: 86%;
    margin: 0 auto;
    padding-bottom: 62px
}

.repeat_section.lightSky_bg {
    background: #e1e9ec
}

.repeat_section.blue_darkbg_dark {
    background: #0c6cd4;
    background: -moz-linear-gradient(left, #0c6cd4 28%, #1cacf4 100%);
    background: -webkit-linear-gradient(left, #0c6cd4 28%, #1cacf4 100%);
    background: linear-gradient(to right, #0c6cd4 28%, #1cacf4 100%)
}

.big_icon_home_cover {
    display: block;
    padding: 20px 0 20px 80px;
    border-right: 2px solid rgba(255, 255, 255, .15)
}

@media only screen and (max-width:1199px) {

    .form-dark,
    .vertical-tabs-section {
        display: none
    }

    .main-hero-area {
        margin-top: 50px
    }
}

.default-btn1 {
    padding: 9.8px 18px;
    text-align: center;
    color: var(--white-color) !important;
    font-size: var(--font-size);
    font-weight: 600;
    -webkit-transition: var(--transition);
    transition: var(--transition);
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    border-radius: 10px;
    z-index: 0;
    background: var(--btn-gradient-color);
    -webkit-box-shadow: none;
    box-shadow: none;
    overflow: hidden;
    white-space: nowrap;
    width: -webkit-fill-available;
    margin-top: 10px
}

@media only screen and (min-width:920px) {
    .yyfv {
        display: none
    }
}

.form-control {
    background-color: #e5eff9
}

.ri-mail-send-line {
    color: #fff;
    font-size: 24px;
    line-height: 1.8
}

.partner-area {
    background-color: #f1f1f1 !important
}

.select2-container--bootstrap-5 .select2-selection {
    background-color: #f5f5f5 !important
}