
:root {
    /* Typography */
    --font-family-base: "Nunito Sans", sans-serif;
    --font-family-headings: "Onest", sans-serif;
    --font-family-btn: "Onest", sans-serif;
    --bs-border-color: #D8DDE1;
    --font-size-base: 16px;
    --font-weight-base: 400;
    --line-height-base: 26px;
    /*Color*/
    --primary: #1A685B;
    --primary-rgb: 26, 104, 91;
    --secondary: #732169;
    --secondary-rgb: 255, 172, 0;
    --tertiary: #122F2A;
    --white: #fff;
    --white-rgb: 255, 255, 255;
    --shade: #f6f6f6;
    --success: #23e219;
    --body-color: #302d2d;
    --theme-border: #D8DDE1;
    --black: #000;
    --dark: #1F1F1F;
    --headings-color: #1F1F1F;
    --blue: #1D1354;
    --light: #f9fdf7;
    --theme-mute: #829592;
    --danger: #dc3545;
    --purple: Purple;
    /*--Custom-color : #14497c;*/
}

/*! mixins */
/*=================================
Mixes
*/
/**============================
Text Color 
**/
.text-primary {
    color: teal !important;
}

.text-secondary {
    color: purple !important;
}

.text-tertiary {
    color: #122F2A !important;
}

.text-success {
    color: #23e219 !important;
}

.text-danger {
    color: #dc3545 !important;
}

.text-warning {
    color: #ffc107 !important;
}

.text-info {
    color: #fff !important;
}

.text-light {
    color: #f9fdf7 !important;
}

.text-dark {
    color: #1F1F1F !important;
}

.text-theme-mute {
    color: rgba(255, 255, 255, 0.7) !important;
}

.text-shade {
    color: #f6f6f6 !important;
}

.text-body {
    color: #545A66 !important;
}

h1,
.h1,
.sc-media-wrap .success-year span {
    font-family: var(--font-family-headings, "Onest", sans-serif);
    font-size: 84px;
    font-weight: 600;
    line-height: 1.19;
    color: var(--headings-color);
}

h2,
.h2 {
    font-family: var(--font-family-headings, "Onest", sans-serif);
    font-size: 48px;
    font-weight: 600;
    line-height: 1.19;
    color: var(--headings-color);
}

h3,
.h3,
.slide-transtion .swiper-slide p,
.about-sec4 .about-inner .success-year span {
    font-family: var(--font-family-headings, "Onest", sans-serif);
    font-size: 40px;
    font-weight: 600;
    line-height: 1.19;
    color: var(--headings-color);
}

h4,
.h4 {
    font-family: var(--font-family-headings, "Onest", sans-serif);
    font-size: 32px;
    font-weight: 600;
    line-height: 1.19;
    color: var(--headings-color);
}

h5,
.h5 {
    font-family: var(--font-family-headings, "Onest", sans-serif);
    font-size: 24px;
    font-weight: 600;
    line-height: 1.19;
    color: var(--headings-color);
}

h6,
.h6,
.payment-option .accordion-button,
.product-details-tab .nav-tabs li .nav-link,
.portfolio-menu .nav .nav-link,
.cause-widget .donar-s .donar-info span,
.cause-widget ul li,
.review-top .lead,
.review-top .lead-sm,
.event-entry2 .event-txt .event-meta span,
.quick-call a,
.footer-widget .footer-info .single-conn .conn-txt a {
    font-family: var(--font-family-headings, "Onest", sans-serif);
    font-size: 20px;
    font-weight: 600;
    line-height: 1.19;
    color: var(--headings-color);
}

.display-1 {
    font-family: var(--font-family-headings, "Onest", sans-serif);
    font-size: 84px;
    font-weight: 600;
    line-height: 1.19;
    color: var(--headings-color);
}

.display-2, .sec-title {
    font-family: var(--font-family-headings, "Onest", sans-serif);
    font-size: 36px;
    font-weight: 600 !important;
    line-height: 1.39;
    color: var(--headings-color);
}

.display-3, .sc-media-wrap .success-year .sy-txt {
    font-family: var(--font-family-headings, "Onest", sans-serif);
    font-size: 40px;
    font-weight: 600;
    line-height: 1.19;
    color: var(--headings-color);
}

.display-4 {
    font-family: var(--font-family-headings, "Onest", sans-serif);
    font-size: 32px;
    font-weight: 600;
    line-height: 1.19;
    color: var(--headings-color);
}

.display-5, .process-card .count, .review-entry2 .rev-inner p, .event-tabs .nav.nav-tabs li span, .widget-title, .footer-widget .widget-title {
    font-family: var(--font-family-headings, "Onest", sans-serif);
    font-size: 18px;
    font-weight: 600;
    line-height: 1.19;
    color: var(--headings-color);
}

.display-6, .navbar .navbar-nav > li a.nav-link, ul.check li, a.link-btn, .btn-2 {
    font-family: var(--font-family-headings, "Onest", sans-serif);
    font-size: 20px;
    font-weight: 600;
    line-height: 1.19;
    color: var(--headings-color);
}

/*
  $shadow-color: red;  // could also be a #F9F8F6 type color
  @include box-shadow(0 0px 12px rgba($shadow-color, .9));
*/
/*! typography */
/*
Typography Start
*/
body {
    font-family: var(--font-family-base);
    font-size: var(--font-size-base);
    font-weight: var(--font-weight-base);
    line-height: var(--line-height-base);
    color: var(--body-color);
    position: relative;
    height: 100%;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

@media (min-width: 1200px) {
    .container {
        max-width: 1290px;
    }
}

@media (min-width: 1400px) {
    .ct-container {
        max-width: 1730px;
    }
}

input[type=checkbox] {
    width: 18%;
    height: 1.1rem;
    -moz-border-radius: 50% !important;
    -webkit-border-radius: 50% !important;
    border-radius: 50% !important;
}

.btn-gradient {
    /* background: linear-gradient(90deg, #A50021, #E34234, #FF6A00);*/
    border: none;
    color: #fff;
    cursor: pointer;
    transition: all 0.3s ease;
    background: linear-gradient(90deg, #5a005a, #800080, #a64ca6);
}

    .btn-gradient:hover {
        /*background: linear-gradient(90deg, #FF6A00, #E34234, #A50021);*/
        transform: translateY(-2px);
        box-shadow: 0 6px 15px rgba(0, 0, 0, 0.25);
        color: #fff;
        background: linear-gradient(90deg, #4b004b, #700070, #944194);
    }

    .btn-gradient:focus {
        outline: none;
        box-shadow: 0 0 0 3px rgba(255, 106, 0, 0.5);
        color: #fff;
    }

    .btn-gradient:active {
        transform: scale(0.97);
        box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2);
        color: #fff;
    }


.btn-check:checked + .btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check) + .btn:active {
    color: var(--primary);
    border-color: var(--primary);
    background-color: var(--primary);
}

.bg-primary {
    background-color: #1A685B !important;
}

.bg-tertiary {
    background-color: #122F2A !important;
}

.btn-secondary {
    background-color: #FFAC00;
    border-color: #FFAC00;
    color: #fff;
}

    .btn-secondary:hover, .btn-secondary:focus {
        background-color: rgb(204, 137.6, 0);
        border-color: rgb(204, 137.6, 0);
        color: #fff;
    }

.btn-purple {
    background: linear-gradient(90deg, #5a005a, #800080, #a64ca6);
    border: none;
    color: #fff;
}

    .btn-purple:hover, .btn-purple:focus {
        background: linear-gradient( 90deg, #4bØØ4b, n #944194);
        border: none;
        color: #fff;
    }

.btn-teal {
    background: linear-gradient(135deg, #0f766e, #2dd4bf);
    border: none;
    color: #fff;
}

    .btn-teal:hover, .btn-teal:focus {
        background: linear-gradient(135deg, #0b5d56, #14b8a6);
        border: none;
        color: #fff;
    }

.bg-secondary {
    background-color: #FFAC00 !important;
}

.bg-shade {
    background-color: #eaecff !important;
    box-shadow: 0 8px 25px rgba(3, 54, 146, 0.15);
    border-radius: 8px !important;
}

.forgot {
    color: #E34234;
    text-decoration: none;
}

    .forgot:hover {
        color: #FF6A00;
        text-decoration: underline;
    }

.register-now {
    color: #FF6A00;
    text-decoration: underline;
}

    .register-now:hover {
        color: #E34234;
        text-decoration: none;
    }



.bg-info {
    background-color: #fff !important;
}

.bg-dark {
    background-color: #1F1F1F !important;
}

.bg-dark-alt {
    background-color: !important;
}

a {
    color: var(--headings-color);
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    --ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    text-decoration: none;
}

    a:focus, a:hover {
        text-decoration: none;
        -webkit-transition: all 0.4s ease;
        -moz-transition: all 0.4s ease;
        --ms-transition: all 0.4s ease;
        -o-transition: all 0.4s ease;
        transition: all 0.4s ease;
        color: var(--headings-color);
    }

.badge {
    text-transform: capitalize;
    font-weight: 500;
}

.lead-sm {
    font-size: 20px;
}

input,
textarea,
select,
.form-control {
    font-family: var(--font-family-base);
    width: 100%;
    color: var(--body-color);
    padding: 14.5px 20px;
    border: 1px solid var(--theme-border);
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    --ms-border-radius: 30px;
    border-radius: 30px;
}

    input:focus,
    textarea:focus,
    select:focus,
    .form-control:focus {
        outline: 0 none;
        box-shadow: 0 0 0 0.05rem rgba(var(--primary), 0.2);
    }

    input::placeholder,
    textarea::placeholder,
    select::placeholder,
    .form-control::placeholder {
        opacity: 1;
        color: var(--body-color);
    }

    input:-ms-input-placeholder,
    textarea:-ms-input-placeholder,
    select:-ms-input-placeholder,
    .form-control:-ms-input-placeholder {
        /* Internet Explorer 10-11 */
        color: var(--body-color);
    }

    input::-ms-input-placeholder,
    textarea::-ms-input-placeholder,
    select::-ms-input-placeholder,
    .form-control::-ms-input-placeholder {
        /* Microsoft Edge */
        color: var(--body-color);
    }

    input[type=checkbox] {
        padding: 0px;
    }

.btn:focus-visible {
    color: var(--headings-color);
    background-color: var(--primary);
    border-color: var(--primary);
    outline: 0;
    box-shadow: none;
}

/*! animation */
/* ------------------------------------
    Annimation CSS Start
*/
.anim-img {
    position: absolute;
    backface-visibility: hidden;
    animation: jumping 5s ease-in-out 2s infinite alternate;
    animation-timing-function: cubic-bezier(0.65, 0.05, 0.36, 1);
    user-select: none;
    will-change: transform;
}

    .anim-img.left-bottom {
        right: auto;
        left: 0px;
        top: auto;
        bottom: 20px;
    }

    .anim-img.right-bottom {
        right: 20px;
        bottom: 20px;
    }

    .anim-img.center-bottom {
        left: 20%;
        bottom: 0px;
    }

    .anim-img.right-top {
        right: 20px;
        top: 20px;
    }

    .anim-img.spin {
        animation: spin 8s ease-in-out 2s infinite alternate;
    }

    .anim-img.zoom {
        animation: zoom 8s ease-in-out 2s infinite alternate;
    }

    .anim-img.anim-2 {
        animation: jumping2 8s ease-in-out 2s infinite alternate;
    }

@media (max-width: 575.98px) {
    .anim-img {
        display: none;
    }
}

@keyframes jumping {
    0% {
        transform: translateY(0px) translateX(0) rotate(0) scale(0.5);
        opacity: 0.2;
    }

    50% {
        transform: translateY(-50px) translateX(-50px) rotate(15deg) scale(0.7);
        opacity: 0.7;
    }

    100% {
        transform: translateY(-75px) translateX(-75px) rotate(0) scale(1);
        opacity: 1;
    }
}

@keyframes jumping2 {
    0% {
        transform: translateY(-150px) translateX(-10px) rotate(0) scale(1);
        opacity: 0.2;
    }

    50% {
        transform: translateY(-50px) translateX(-10px) rotate(5deg) scale(0.8);
        opacity: 0.5;
    }

    100% {
        transform: translateY(0px) translateX(0) rotate(0) scale(0.7);
    }
}

@keyframes animate_pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(255, 172, 0, 0.2), 0 0 0 0 rgba(255, 172, 0, 0.4);
    }

    40% {
        box-shadow: 0 0 0 50px rgba(255, 172, 0, 0), 0 0 0 0 rgba(255, 172, 0, 0.4);
    }

    80% {
        box-shadow: 0 0 0 50px rgba(255, 172, 0, 0), 0 0 0 30px rgba(255, 172, 0, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(255, 172, 0, 0), 0 0 0 30px rgba(255, 172, 0, 0);
    }
}

@keyframes animate_pulse_w {
    0% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.2), 0 0 0 0 rgba(255, 255, 255, 0.4);
    }

    40% {
        box-shadow: 0 0 0 50px rgba(255, 255, 255, 0), 0 0 0 0 rgba(255, 255, 255, 0.4);
    }

    80% {
        box-shadow: 0 0 0 50px rgba(255, 255, 255, 0), 0 0 0 30px rgba(255, 255, 255, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0), 0 0 0 30px rgba(255, 255, 255, 0);
    }
}

.spin {
    animation: spin 10s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0);
        left: 50%;
    }

    40% {
        transform: rotate(90deg);
        left: 55%;
    }

    80% {
        transform: rotate(180deg);
        left: 60%;
    }

    100% {
        transform: rotate(360deg);
        left: 50%;
    }
}

.moveX {
    animation: moveX 12s linear infinite;
}

.moveXS, .footer-widget .widget-title::after {
    animation: moveXS 8s linear infinite;
}

@keyframes moveX {
    0% {
        transform: translateX(0);
    }

    25% {
        transform: translateX(150px);
    }

    50% {
        transform: translateX(120px);
    }

    75% {
        transform: translateX(140px);
    }

    100% {
        transform: translateX(0);
    }
}

@keyframes moveXS {
    0% {
        transform: translateX(0);
    }

    30% {
        transform: translateX(20px);
    }

    70% {
        transform: translateX(50px);
    }

    100% {
        transform: translateX(0);
    }
}

.moveY {
    animation: moveY 7s ease-in-out infinite;
}

.moveYS {
    animation: moveYS 9s ease-in-out infinite;
}

@keyframes moveY {
    0% {
        transform: translateY(-80px);
    }

    50% {
        transform: translateY(60px);
    }

    100% {
        transform: translateY(-80px);
    }
}

@keyframes moveYS {
    0% {
        transform: translateY(-15px);
    }

    50% {
        transform: translateY(15px);
    }

    100% {
        transform: translateY(-15px);
    }
}

.rotate {
    animation: rotate 7s linear infinite;
}

@keyframes rotate {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

@keyframes zoom {
    0% {
        -moz-transform: scale(0.3);
        -o-transform: scale(0.3);
        -ms-transform: scale(0.3);
        -webkit-transform: scale(0.3);
        transform: scale(0.3);
    }

    20% {
        -moz-transform: scale(0.8);
        -o-transform: scale(0.8);
        -ms-transform: scale(0.8);
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }

    50% {
        -moz-transform: scale(1);
        -o-transform: scale(1);
        -ms-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    100% {
        -moz-transform: scale(0.4);
        -o-transform: scale(0.4);
        -ms-transform: scale(0.4);
        -webkit-transform: scale(0.4);
        transform: scale(0.4);
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
        transform: translateX(-20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}

/*! theme */
/*=================================
Theme Style
*/
.overly, blockquote cite, blockquote, .pricing-entry .pricing-body ul li, .pricing-sec .pricing-wrap, .process-card .count, .blog-sec3, .blog-entry3 .entry-content h3, .faq-accordion .accordion-item .accordion-body, .review-thumb, .review-entry .review-quote, .event-list .event-footer, .event-list .event-thumb, .event-sec, .team-entry2, .stat-sec .row > div, .stat-sec2 .row > div, .slide-transtion .swiper-slide, .card-entry, .service-entry, .card-entry2, .sc-media-wrap, .cta-sec3 .video-box a, .cta-sec, .cause-list .cause-thumb, .cause-list .cause-txt .donate-stat, .cause-entry, .cause-entry3, .about-sec4 .about-imgs, .abstat-wrap .donate-stat, .about-sec3 .about-process, .about-sec3 .about-thumbs, .about-feature .single-feat ul li, .about-sec .about-media .about-feat, .swiper-pagination span.swiper-pagination-bullet-active, .instagram-widget .widget-inner .insta-wrap a, .recent-entry .rc-entry, .footer-2 .footer-top .single-conn span, .footer-nav ul li, .footer-widget ul li, .footer-widget .widget-title, .footer, .header.header-3 .navbar-brand, .header.header-2 .nav-cta, .header.header-2 .header-top, .header.header-1 nav.navbar, .header.header-1 .header-top, .btn-close, .header-actions a.text-reset.user-account, .navbar-line, .header-top .header-socials span, ul.check li, .ct-list li, a.link-btn, .sec-intro .sec-meta, .sub-title {
    position: relative;
    z-index: 1;
}

    .overly::before, blockquote cite::before, blockquote::before, .pricing-entry .pricing-body ul li::before, .pricing-sec .pricing-wrap::before, .process-card .count::before, .blog-sec3::before, .blog-entry3 .entry-content h3::before, .faq-accordion .accordion-item .accordion-body::before, .review-thumb::before, .review-entry .review-quote::before, .event-list .event-footer::before, .event-list .event-thumb::before, .event-sec::before, .team-entry2::before, .stat-sec .row > div::before, .stat-sec2 .row > div::before, .slide-transtion .swiper-slide::before, .card-entry::before, .service-entry::before, .card-entry2::before, .sc-media-wrap::before, .cta-sec3 .video-box a::before, .cta-sec::before, .cause-list .cause-thumb::before, .cause-list .cause-txt .donate-stat::before, .cause-entry::before, .cause-entry3::before, .about-sec4 .about-imgs::before, .abstat-wrap .donate-stat::before, .about-sec3 .about-process::before, .about-sec3 .about-thumbs::before, .about-feature .single-feat ul li::before, .about-sec .about-media .about-feat::before, .swiper-pagination span.swiper-pagination-bullet-active::before, .instagram-widget .widget-inner .insta-wrap a::before, .recent-entry .rc-entry::before, .footer-2 .footer-top .single-conn span::before, .footer-nav ul li::before, .footer-widget ul li::before, .footer-widget .widget-title::before, .footer::before, .header.header-3 .navbar-brand::before, .header.header-2 .nav-cta::before, .header.header-2 .header-top::before, .header.header-1 nav.navbar::before, .header.header-1 .header-top::before, .btn-close::before, .header-actions a.text-reset.user-account::before, .navbar-line::before, .header-top .header-socials span::before, ul.check li::before, .ct-list li::before, a.link-btn::before, .sec-intro .sec-meta::before, .sub-title::before {
        position: absolute;
        content: "";
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: -1;
        background: var(--theme-border);
    }

.container-fluid {
    --bs-gutter-x: 30px;
}

.sec-title {
    margin-bottom: 20px;
    font-weight: 700;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .sec-title {
        font-size: 45px;
    }
}

@media (max-width: 767.98px) {
    .sec-title {
        font-size: 40px;
    }
}

@media (max-width: 575.98px) {
    .sec-title {
        overflow: hidden;
        font-size: 36px;
    }
}

.sub-title {
    font-family: "Caveat", cursive;
    display: inline-block;
    color: var(--purple);
    font-size: 28px;
    margin-bottom: 15px;
}

    .sub-title::before, .sub-title::after {
        background: url("../images/icons/arrow-right.svg") no-repeat center left/contain;
        width: 70px;
        height: 18px;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        top: 50%;
        left: -90px;
    }

    .sub-title:after {
        position: absolute;
        content: "";
        left: auto;
        right: -90px;
        background: url("../images/icons/arrow-left.svg") no-repeat center right/contain;
    }

    .sub-title img {
        margin-right: 10px;
    }

    .sub-title.single {
        margin-left: 100px;
    }

        .sub-title.single::after {
            display: none;
        }

@media (max-width: 575.98px) {
    .sub-title {
        overflow: hidden;
        font-size: 26px;
    }

        .sub-title.single {
            margin-left: 0;
        }
}

.round, .gallery-item .gallery-hover a, .blog-entry3, .faq-accordion .accordion-item, .header.header-2 .header-top::before {
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    --ms-border-radius: 30px;
    border-radius: 30px;
}

.sec-intro {
    margin: 0 0 60px;
    max-width: 700px;
}

    .sec-intro .sec-meta {
        font-size: 20px;
        padding-left: 100px;
        display: inline-block;
    }

        .sec-intro .sec-meta::before {
            height: 1px;
            width: 93px;
            position: absolute;
            top: 50%;
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
        }

        .sec-intro .sec-meta.text-primary::before {
            background-color: var(--primary);
        }

    .sec-intro .sec-title {
        margin-top: 10px;
    }

    .sec-intro.full {
        max-width: max-content;
    }

.sec-padding {
    padding: 50px 0;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .sec-padding {
        padding: 100px 0;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .sec-padding {
        padding: 90px 0;
    }
}

@media (max-width: 767.98px) {
    .sec-padding {
        padding: 70px 0;
    }
}

.btn-primary {
    background-color: #1A685B;
    border-color: #1A685B;
    color: #fff;
}

    .btn-primary:hover, .btn-primary:focus {
        background-color: rgb(15.8, 63.2, 55.3);
        border-color: rgb(15.8, 63.2, 55.3);
        color: #fff;
    }

.btn {
    font-family: var(--font-family-btn);
    font-size: 18px;
    font-weight: 500;
    text-transform: capitalize;
    padding: 12px 25px;
    border-radius: 30px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    --ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

@media (max-width: 1199.98px) {
    .btn {
        padding: 13px 35px;
    }
}

.btn i.fa-arrow-right {
    transform: rotate(-30deg);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    --ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.btn:hover i.fa-arrow-right {
    transform: rotate(0deg);
}

.btn.btn-xs {
    padding: 12px 26px;
    font-size: 14px;
}

.rounded-4 {
    border-radius: 20px !important;
}

.btn-dark:hover,
.btn-dark:focus {
    background-color: var(--primary);
    border: 1px solid var(--primary);
    color: var(--headings-color);
}

img.f-panzoom__content {
    border-radius: 35px;
}

.btn-primary:hover,
.btn-primary:focus {
    background-color: var(--purple);
    border: 1px solid var(--purple);
}

.zoom-th {
    overflow: hidden;
}

    .zoom-th img {
        transform: scale(1);
        -webkit-transition: all 0.6s linear;
        -moz-transition: all 0.6s linear;
        --ms-transition: all 0.6s linear;
        -o-transition: all 0.6s linear;
        transition: all 0.6s linear;
    }

    .zoom-th:hover img {
        transform: scale(1.05);
    }

.icon, .btn-2 span, .icon-xl, .icon-lg, .gallery-item .gallery-hover a, .icon-xs {
    height: 46px;
    width: 46px;
    text-align: center;
    display: flex;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    font-size: 16px;
}

    .icon i, .btn-2 span i, .icon-xl i, .icon-lg i, .gallery-item .gallery-hover a i, .icon-xs i {
        display: table-cell;
        vertical-align: middle;
    }

.icon-xs {
    width: 40px;
    height: 40px;
    font-size: 13px;
}

.icon-lg, .gallery-item .gallery-hover a {
    width: 60px;
    height: 60px;
}

.icon-xl {
    width: 100px;
    height: 100px;
}

p.lead, p.lead-sm {
    font-size: 18px;
    line-height: 1.6;
    font-weight: 500;
}

    p.lead a, p.lead-sm a {
        text-decoration: underline;
    }

@media (max-width: 991.98px) {
    p.lead, p.lead-sm {
        font-size: 20px;
    }
}

.abs-bg {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
}

.btn-2 {
    font-size: 16px;
}

    .btn-2 span {
        display: inline-table;
        background-color: var(--shade);
        text-align: center;
        vertical-align: middle;
        border-radius: 50%;
        margin-right: 12px;
        -webkit-transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        --ms-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
    }

    .btn-2:hover span {
        color: var(--headings-color);
    }

a.link-btn {
    text-transform: capitalize;
    font-size: 16px;
}

    a.link-btn::before {
        background-color: var(--headings-color);
        top: 22px;
        height: 1px;
        width: 100%;
        position: absolute;
        left: 0;
        -webkit-transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        --ms-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
    }

    a.link-btn i {
        transform: rotate(-30deg);
        -webkit-transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        --ms-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
    }

    a.link-btn:hover {
        color: var(--primary);
    }

        a.link-btn:hover::before {
            background-color: var(--primary);
        }

        a.link-btn:hover i {
            transform: rotate(0deg);
        }

    a.link-btn.text-primary::before {
        background-color: var(--primary);
    }

.ratings {
    font-size: 14px;
}

.custom-pin {
    position: sticky;
    top: 100px;
}

.shadow-1 {
    -webkit-box-shadow: 0px 10px 50px rgb(232, 232, 232);
    -moz-box-shadow: 0px 10px 50px rgb(232, 232, 232);
    box-shadow: 0px 10px 50px rgb(232, 232, 232);
}

.shadow-2 {
    -webkit-box-shadow: 0px 2px 50px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0px 2px 50px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 2px 50px rgba(0, 0, 0, 0.05);
}

.social-share a {
    background-color: var(--primary);
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    --ms-border-radius: 50px;
    border-radius: 50px;
    color: var(--white);
    display: inline-flex;
    align-items: center;
    justify-content: space-around;
    width: 40px;
    height: 40px;
    margin-right: 10px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    --ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

    .social-share a i {
        display: table-cell;
        vertical-align: middle;
    }

    .social-share a:last-child {
        margin-right: 0;
    }

    .social-share a:hover {
        background-color: var(--purple);
        color: var(--white);
    }

.social-share.outline a {
    border: 1px solid var(--theme-border);
    background-color: transparent;
    color: var(--headings-color);
}

    .social-share.outline a:hover {
        background-color: var(--primary);
        border: 1px solid var(--primary);
        color: var(--white);
    }

.social-share.null a {
    background-color: transparent;
    width: auto;
    height: auto;
    color: var(--headings-color);
}

    .social-share.null a:hover {
        color: var(--purple);
    }

.bg-cover {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.scroll-top {
    position: fixed;
    right: 1.875rem;
    bottom: 1.875rem;
    height: 3.125rem;
    width: 3.125rem;
    cursor: pointer;
    display: block;
    border-radius: 50%;
    z-index: 10000;
    opacity: 1;
    visibility: hidden;
    transform: translateY(2.8125rem);
    transition: all 300ms linear;
    background-color: var(--white);
    box-shadow: rgba(0, 0, 0, 0.14) 0rem 0.3125rem 0.9375rem;
}

    .scroll-top:after {
        content: "\f106";
        font-family: fontawesome;
        font-weight: 700;
        position: absolute;
        text-align: center;
        line-height: 3.125rem;
        font-size: 1.25rem;
        color: var(--headings-color);
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        cursor: pointer;
        display: block;
        z-index: 1;
        border-radius: 50%;
    }

    .scroll-top.show {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }

    .scroll-top svg {
        color: var(--white);
        border-radius: 50%;
    }

    .scroll-top .progress-circle path {
        stroke: purple;
        stroke-width: 0.5rem;
        box-sizing: border-box;
        transition: all 400ms linear;
    }

#preloader.done {
    visibility: hidden;
    opacity: 0;
}

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #f7f7f7;
    z-index: 999999;
}

.preloader {
    width: 50px;
    height: 50px;
    display: inline-block;
    padding: 0px;
    text-align: left;
    box-sizing: border-box;
    position: absolute;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

    .preloader span {
        position: absolute;
        display: inline-block;
        width: 50px;
        height: 50px;
        border-radius: 100%;
        background: var(--primary);
        -webkit-animation: preloader 1.3s linear infinite;
        animation: preloader 1.3s linear infinite;
    }

        .preloader span:last-child {
            animation-delay: -0.8s;
            -webkit-animation-delay: -0.8s;
        }

@keyframes preloader {
    0% {
        transform: scale(0, 0);
        opacity: 0.5;
    }

    100% {
        transform: scale(1, 1);
        opacity: 0;
    }
}

@-webkit-keyframes preloader {
    0% {
        -webkit-transform: scale(0, 0);
        opacity: 0.5;
    }

    100% {
        -webkit-transform: scale(1, 1);
        opacity: 0;
    }
}

.tv-spin {
    animation: tv-spin 6s linear infinite;
}

.tv-move {
    animation: tv-move 16s linear infinite;
}

.ct-list {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

    .ct-list li {
        margin-bottom: 15px;
        margin-left: 40px;
        font-weight: 400;
    }

        .ct-list li::before {
            height: 1px;
            width: 16px;
            left: -25px;
            position: absolute;
            top: 50%;
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
        }

.video-play-btn {
    position: absolute;
    display: flex;
    place-content: center;
    text-align: center;
    height: 100px;
    width: 100px;
    font-size: 25px;
    display: inline-block;
    border-radius: 50px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: var(--headings-color);
    background-color: var(--white);
    animation: animate_pulse 3s linear infinite;
}

.reveal {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    visibility: hidden;
    overflow: hidden;
}

    .reveal img {
        height: 100%;
        width: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        -webkit-transform-origin: left;
        transform-origin: left;
    }

.pager nav.navigation.pagination {
    display: block;
}

.pager a,
.pager span {
    width: 45px;
    height: 45px;
    line-height: 45px;
    display: inline-flex;
    align-items: center;
    justify-content: space-around;
    font-size: 17px;
    font-weight: 500;
    background-color: rgba(var(--primary-rgb), 0.15);
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    --ms-border-radius: 50px;
    border-radius: 50px;
    text-align: center;
    margin-right: 5px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    --ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

    .pager .current,
    .pager a:hover {
        background-color: var(--primary);
        color: var(--white);
    }

    .pager a.next,
    .pager a.prev {
        width: 100px;
        padding: 3px 10px;
        line-height: 1;
        text-transform: uppercase;
    }

.abs-img {
    position: absolute;
    left: 0;
    top: 0;
}

.round, .gallery-item .gallery-hover a, .blog-entry3, .faq-accordion .accordion-item, .header.header-2 .header-top::before {
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    --ms-border-radius: 30px;
    border-radius: 30px;
}

.ratings i {
    color: var(--purple);
}

.progress {
    box-shadow: none;
    height: 8px;
    overflow: visible;
    position: relative;
    border-radius: 10px;
    display: block;
    background-color: transparent;
    border: 1px solid var(--primary);
}

    .progress:last-child {
        margin-bottom: 0px;
    }

    .progress .meta {
        font-size: 16px;
        left: 0;
        position: absolute;
        top: -28px;
        font-weight: 600;
        color: var(--headings-color);
    }

    .progress .progress-bar {
        display: block;
        background: var(--primary);
        float: left;
        height: 7px;
        overflow: visible;
    }

        .progress .progress-bar span {
            background: var(--primary);
            float: right;
            margin-top: -32px;
            position: relative;
            padding: 0 5px;
            font-weight: 700;
            font-size: 15px;
            padding: 0 8px;
            border-radius: 5px;
            font-family: caveat;
        }

            .progress .progress-bar span:before, .progress .progress-bar span:after {
                border: medium solid transparent;
                content: "";
                height: 0;
                pointer-events: none;
                position: absolute;
                top: 100%;
                width: 0;
            }

            .progress .progress-bar span:before {
                border-top-color: var(--primary);
                border-width: 5px;
                left: 50%;
                margin-left: -5px;
            }

.accordion-button:not(.collapsed) {
    box-shadow: none;
}

ul.check,
.single-feat ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

    ul.check li {
        margin-left: 40px;
        font-weight: 500;
    }

        ul.check li span {
            color: var(--purple);
        }

        ul.check li::before {
            content: "\f058";
            font-family: fontawesome;
            background: transparent;
            color: var(--purple);
            font-size: 22px;
            left: -40px;
            top: 2px;
        }

.parallax-overly {
    position: absolute;
    inset: 0;
    background-color: var(--primary);
    opacity: 0.9;
    --ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    filter: alpha(opacity=90);
    mix-blend-mode: multiply;
    z-index: -1;
}

.nav-tabs {
    border: 0;
}

    .nav-tabs .nav-item {
        margin-right: 30px;
        -webkit-transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        --ms-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
    }

@media (max-width: 575.98px) {
    .nav-tabs .nav-item {
        margin-bottom: 15px;
    }
}

.nav-tabs .nav-item .nav-link {
    margin: 0;
    color: var(--body-color);
    font-weight: 600;
    border-radius: 30px;
    border: 1px solid var(--theme-border);
    padding: 7px 23px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    --ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

    .nav-tabs .nav-item .nav-link:hover, .nav-tabs .nav-item .nav-link.active {
        color: var(--white);
        background-color: var(--primary);
        border: 1px solid var(--primary);
    }

.nice-select.tv-select {
    height: auto !important;
    width: 100%;
    border: 1px solid var(--theme-border);
    padding: 7px 20px;
    border-radius: 30px;
    font-size: 16px;
}

.success {
    padding: 15px;
    margin-bottom: 20px;
    color: var(--white);
    background-color: var(--primary);
    border: 1px solid var(--primary);
    border-radius: 5px;
}

.error {
    padding: 15px;
    margin-bottom: 20px;
    color: var(--white);
    background-color: var(--danger);
    border: 1px solid var(--danger);
    border-radius: 5px;
}

/*! header */
/* important comment */
.icon-button {
    border: 0 none;
    background-color: transparent;
}

.main-overlay {
    opacity: 0;
    visibility: hidden;
    filter: blur(2px);
    background: var(--black);
    position: fixed;
    height: 100vh;
    width: 100%;
    z-index: 5;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

    .main-overlay.active {
        opacity: 0.6;
        visibility: visible;
    }

.canvas-menu {
    background: var(--white);
    height: 100vh;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 40px;
    position: fixed;
    right: -100%;
    scrollbar-width: none;
    overflow-y: scroll;
    top: 0;
    width: 400px;
    opacity: 0;
    transition: 0.45s ease-in-out;
    visibility: hidden;
    z-index: 10;
    /* === Vertical Menu === */
    /* === Submenu === */
}

@media (max-width: 575.98px) {
    .canvas-menu {
        width: 100%;
    }
}

.canvas-menu.open {
    visibility: visible;
    opacity: 1;
    right: 0;
    transition: all 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition-duration: 0.6s;
}

.canvas-menu.position-left {
    left: 0;
    right: auto;
    -moz-transform: translateX(-350px);
    -o-transform: translateX(-350px);
    -ms-transform: translateX(-350px);
    -webkit-transform: translateX(-350px);
    transform: translateX(-350px);
}

    .canvas-menu.position-left.open {
        -moz-transform: translateX(0);
        -o-transform: translateX(0);
        -ms-transform: translateX(0);
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

.canvas-menu .social-icons li:hover a {
    color: var(--purple);
}

.canvas-menu a.btn.btn-primary {
    max-width: 160px;
    margin-top: 15px;
}

.canvas-menu .canvas-close {
    box-sizing: content-box;
    border: 0 none;
    padding: 0;
    background-color: transparent;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    --ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

    .canvas-menu .canvas-close:focus {
        outline: none;
        box-shadow: none;
    }

    .canvas-menu .canvas-close:hover {
        opacity: 1;
        transform: rotate(90deg);
    }

.canvas-menu nav {
    width: 100%;
}

.canvas-menu .vertical-menu {
    list-style: none;
    padding: 0;
    margin-bottom: 0;
}

    .canvas-menu .vertical-menu li.openmenu > a {
        color: var(--dark);
    }

    .canvas-menu .vertical-menu li.openmenu .switcher {
        -moz-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    .canvas-menu .vertical-menu li {
        padding: 0;
        position: relative;
        list-style: none;
        -webkit-transition: 0.2s 0.4s ease-in-out;
        -moz-transition: 0.2s 0.4s ease-in-out;
        --ms-transition: 0.2s 0.4s ease-in-out;
        -o-transition: 0.2s 0.4s ease-in-out;
        transition: 0.2s 0.4s ease-in-out;
    }

        .canvas-menu .vertical-menu li:after {
            content: "";
            display: block;
            height: 1px;
            margin-bottom: 10px;
            margin-top: 10px;
            width: 100%;
        }

        .canvas-menu .vertical-menu li.active a {
            color: var(--primary);
        }

        .canvas-menu .vertical-menu li.active .submenu a {
            color: var(--headings-color);
        }

            .canvas-menu .vertical-menu li.active .submenu a:hover {
                color: var(--body-color);
            }

        .canvas-menu .vertical-menu li .switcher {
            border: solid 1px var(--theme-border);
            border-radius: 5px;
            display: flex;
            font-size: 14px;
            width: 30px;
            align-items: center;
            justify-content: space-around;
            height: 30px;
            cursor: pointer;
            color: var(--primary);
            position: absolute;
            top: 0px;
            right: 0;
            -moz-transform: rotate(0deg);
            -o-transform: rotate(0deg);
            -ms-transform: rotate(0deg);
            -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
            -webkit-transition: 0.2s 0.4s ease-in-out;
            -moz-transition: 0.2s 0.4s ease-in-out;
            --ms-transition: 0.2s 0.4s ease-in-out;
            -o-transition: 0.2s 0.4s ease-in-out;
            transition: 0.2s 0.4s ease-in-out;
            -webkit-backface-visibility: hidden;
        }

        .canvas-menu .vertical-menu li a {
            color: var(--headings-color);
            font-weight: 500;
            text-decoration: none;
            position: relative;
        }

            .canvas-menu .vertical-menu li a:hover {
                color: var(--primary);
            }

.canvas-menu .submenu {
    display: none;
    padding: 10px 20px;
}

    .canvas-menu .submenu li {
        padding: 5px 0;
    }

        .canvas-menu .submenu li:after {
            content: "";
            display: none;
        }

        .canvas-menu .submenu li a {
            color: var(--headings-color);
            font-size: 14px;
            font-weight: 400;
        }

            .canvas-menu .submenu li a:hover {
                color: var(--dark);
            }

.header-top .logo {
    position: relative;
    top: 7px;
}

.header-top .header-socials span {
    color: var(--dark);
    font-weight: 500;
}

    .header-top .header-socials span::before {
        width: 1px;
        height: 11px;
        left: 85px;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }

@media (max-width: 991.98px) {
    .header-top p {
        text-overflow: ellipsis;
        overflow: hidden;
        text-wrap: nowrap;
    }

    .header-top .header-socials {
        width: 325px;
        text-align: right;
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .header-top .header-socials {
        width: 510px;
    }
}

@media (max-width: 575.98px) {
    .header-top p {
        display: none;
    }

    .header-top .header-socials {
        width: 100%;
        text-align: center;
        justify-content: center;
    }
}

@media (max-width: 575.98px) {
    .header-top {
        background-color: var(--shade);
    }
}

.header {
    position: relative;
    z-index: 9;
}

    .header .header-wrapper {
        position: absolute;
        width: 100%;
        top: 0;
        left: 0;
        right: 0;
        background-color: var(--white);
    }

@media (min-width: 1200px) {
    .header .header-wrapper .btn {
        padding: 15px 30px;
    }
}

.navbar-line::before {
    width: calc(100% - 30px);
    left: 50%;
    transform: translateX(-50%);
    height: 0px;
    top: 100%;
}

@media (min-width: 992px) {
    .navbar-line::before {
        height: 1px;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .navbar-line::before {
        top: 135%;
    }
}

.navbar {
    padding: 0px;
}

    .navbar .dropdown,
    .navbar .dropdown-center,
    .navbar .dropend,
    .navbar .dropstart,
    .navbar .dropup,
    .navbar .dropup-center {
        position: relative;
    }

@media (max-width: 1199.98px) {
    .navbar .dropdown,
    .navbar .dropdown-center,
    .navbar .dropend,
    .navbar .dropstart,
    .navbar .dropup,
    .navbar .dropup-center {
        width: 100%;
    }
}

.navbar .navbar-nav > li a.nav-link {
    padding: 25px 20px;
    text-transform: capitalize;
    font-weight: 500;
    font-size: 1rem;
    font-family: var(--font-family-headings);
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
    .navbar .navbar-nav > li a.nav-link {
        padding: 32px 18px;
    }
}

.navbar .navbar-nav > li a.nav-link::after {
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    --ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

@media (min-width: 1200px) {
    .navbar .navbar-nav > li:first-child a.nav-link {
        padding-left: 0;
    }
}

@media (max-width: 1199.98px) {
    .navbar .navbar-nav > li {
        width: 100%;
    }
}

.navbar .navbar-nav > .nav-item > .dropdown-menu::before {
    position: absolute;
    content: "";
    top: -12px;
    left: 22px;
    z-index: 8;
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 12px solid var(--white);
}

.navbar .navbar-nav .dropdown-menu {
    border: none;
    border-radius: 8px;
    margin-top: 0;
    padding: 15px 0;
    min-width: 250px;
    top: 100%;
    left: 0;
    background-color: var(--white);
    box-shadow: -2px 2px 70px -25px rgba(0, 0, 0, 0.35);
    z-index: 10;
    transform: translateY(15px);
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    --ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

    .navbar .navbar-nav .dropdown-menu .dropdown-item {
        align-items: center;
        display: flex;
        font-weight: 500;
        padding: 7px 15px;
        padding-left: 25px;
        width: 100%;
        font-size: 15px;
        font-family: var(--font-family-headings);
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        --ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

        .navbar .navbar-nav .dropdown-menu .dropdown-item:hover, .navbar .navbar-nav .dropdown-menu .dropdown-item:focus {
            background-color: transparent;
            color: var(--purple);
            padding-left: 28px !important;
        }

    .navbar .navbar-nav .dropdown-menu .dropdown-submenu a:after {
        position: absolute;
        right: 16px;
        transform: rotate(-90deg);
    }

    .navbar .navbar-nav .dropdown-menu .dropdown-submenu.dropend .dropdown-menu {
        left: 100%;
        right: auto;
        top: -10px;
    }

    .navbar .navbar-nav .dropdown-menu > li.dropdown-submenu.dropend:focus > a,
    .navbar .navbar-nav .dropdown-menu > li.dropdown-submenu.dropend:hover > a {
        color: var(--primary);
        background-color: transparent;
        padding-left: 30px;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        --ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

.navbar .navbar-nav > .dropdown:hover > .dropdown-menu {
    opacity: 1;
    --ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    visibility: visible;
    transform: translateY(0);
}

.navbar .navbar-brand {
    margin-right: 0;
}

@media (max-width: 991.98px) {
    .navbar .navbar-brand img {
        max-width: 145px;
    }
}

@media (max-width: 575.98px) {
    .navbar .navbar-brand img {
        max-width: 135px;
    }
}

.navbar .navbar-toggler:focus {
    box-shadow: none;
}

.navbar .dropdown .dropdown-toggle:after {
    content: "\f107";
    font-family: fontawesome;
    border: 0 none;
    margin-left: 5px;
    float: right;
    font-size: 13px;
    margin-top: 1px;
}

@media (max-width: 767.98px) {
    .navbar .dropdown .dropdown-toggle:after {
        margin-left: auto;
        margin-right: 10px;
    }
}

.navbar button.navbar-toggler.offcanvas-nav-btn {
    border: 0;
    font-size: 18px;
    color: var(--headings-color);
    text-transform: uppercase;
    padding: 0;
    font-weight: 700;
}

    .navbar button.navbar-toggler.offcanvas-nav-btn i {
        top: 0.125rem;
        position: relative;
    }

.navbar .dropdown-header {
    color: var(--headings-color);
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.0625rem;
    padding: 3px 15px 7px 25px;
    text-transform: uppercase;
}

.navbar .custom-btn {
    border-radius: 30px;
    padding: 9px 28px;
}

.navbar .nav-banner > a img {
    margin: 10px 0;
}

.navbar .nav-cta .burger-menu {
    background-color: var(--white);
    border: 0 none;
}

    .navbar .nav-cta .burger-menu i {
        font-size: 19px;
    }

    .navbar .nav-cta .burger-menu svg {
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        --ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    .navbar .nav-cta .burger-menu:hover, .navbar .nav-cta .burger-menu:focus {
        background-color: var(--purple);
        color: var(--white);
        border: 1px solid var(--purple);
    }

        .navbar .nav-cta .burger-menu:hover svg path, .navbar .nav-cta .burger-menu:focus svg path {
            fill: var(--white);
        }

@media (max-width: 1199.98px) {
    .navbar .nav-cta .btn {
        padding: 12px 23px;
    }

    .navbar .nav-cta .icon-lg, .navbar .nav-cta .gallery-item .gallery-hover a, .gallery-item .gallery-hover .navbar .nav-cta a {
        width: 50px;
        height: 50px;
    }
}

.navbar .nav-cta .btn-secondary:hover,
.navbar .nav-cta .btn-secondary:focus {
    background-color: var(--white);
    border-color: var(--white);
    color: var(--headings-color);
}

.navbar.scroll-on .container::before {
    display: none;
}

.navbar.scroll-on .navbar-nav li a.nav-link {
    padding: 25px;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .navbar.scroll-on .navbar-nav li a.nav-link {
        padding: 22px 15px;
    }
}

.navbar.scroll-on .navbar-nav li:first-child a.nav-link {
    padding-left: 0;
}

header .header-nav-wrapper.header-sticky.scroll-on {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    z-index: 99;
    background: var(--white);
    box-shadow: 0 0.25rem 1.25rem rgba(0, 0, 0, 0.07);
    width: 100%;
    animation: headerSlideDown 1.3s ease forwards;
}

    header .header-nav-wrapper.header-sticky.scroll-on .navbar-line:before {
        display: none;
    }

    header .header-nav-wrapper.header-sticky.scroll-on .navbar .navbar-nav > li a.nav-link {
        padding: 28px 18px;
    }

@media (max-width: 1199.98px) {
    header .header-nav-wrapper.header-sticky.scroll-on .navbar .navbar-nav > li a.nav-link {
        padding: 21px 18px;
    }
}

@media (max-width: 575.98px) {
    header .header-nav-wrapper.header-sticky.scroll-on .navbar .navbar-nav > li a.nav-link {
        padding: 17px 18px;
    }
}

header .header-nav-wrapper.header-sticky.scroll-on .navbar .container-fluid {
    border: 0 none;
}

.navbar.nav-center .offcanvas {
    max-width: 700px;
}

@media (max-width: 991.98px) {
    .navbar.nav-center .offcanvas {
        max-width: calc(100% - 20px);
    }
}

.navbar.nav-center .navbar-nav li:last-child a.nav-link {
    padding-right: 0;
}

@media (min-width: 1200px) {
    .row-cols-lg-4 > * {
        flex: 0 0 auto;
        width: 33.33%;
    }

    .navbar .navbar-nav > li:hover > a.nav-link {
        color: var(--purple);
    }

        .navbar .navbar-nav > li:hover > a.nav-link::after {
            transform: rotate(180deg);
        }

    .navbar .navbar-nav .dropdown-menu {
        display: block;
        opacity: 0;
        --ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
        visibility: hidden;
        transform: translateY(20px);
    }

    .navbar .navbar-nav .dropdown-submenu.dropend:hover > .dropdown-menu {
        opacity: 1;
        --ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        filter: alpha(opacity=100);
        visibility: visible;
        transform: translateY(0);
    }
}

@media (max-width: 1199.98px) {
    .navbar .offcanvas-header {
        margin-bottom: 15px;
    }

        .navbar .offcanvas-header img {
            max-width: 140px;
        }

    .navbar .navbar-nav .dropdown-menu {
        background-color: transparent;
        min-width: 0 !important;
    }

        .navbar .navbar-nav .dropdown-menu .dropdown-item {
            font-size: 15px;
        }

    .navbar .offcanvas.bg-dark .dropdown-menu {
        background-color: var(--white);
    }

    .navbar .offcanvas.bg-dark .navbar-nav .nav-item .nav-link {
        border-bottom: 1px solid #2b2b2b;
    }

    .navbar .dropdown-menu .dropdown-submenu.dropend .dropdown-menu {
        margin-left: 10px;
    }

    .navbar .navbar-nav .nav-item .nav-link {
        border-radius: 0;
        padding: 17px 18px;
        font-size: 16px;
        line-height: 1;
    }

    .navbar .navbar-nav .nav-item:last-child .nav-link {
        border: 0 none;
    }
}

.header-actions a.btn {
    padding: 13px 24px;
}

.header-actions a.text-reset.user-account {
    font-weight: 500;
    margin: 0 22px;
}

    .header-actions a.text-reset.user-account::before {
        width: 1px;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        left: -15px;
        height: 20px;
    }

@media (min-width: 1200px) and (max-width: 1399.98px) {
    .header-actions a.icon, .header-actions a.icon-xs, .header-actions a.icon-lg, .header-actions .gallery-item .gallery-hover a, .gallery-item .gallery-hover .header-actions a, .header-actions a.icon-xl {
        width: 45px;
        flex: 0 0 45px;
        height: 45px;
    }

    .header-actions a.text-reset.user-account {
        margin: 0 14px;
    }

        .header-actions a.text-reset.user-account::before {
            left: -10px;
        }
}

@media (max-width: 1199.98px) {
    .header-actions a.icon, .header-actions a.icon-xs, .header-actions a.icon-lg, .header-actions .gallery-item .gallery-hover a, .gallery-item .gallery-hover .header-actions a, .header-actions a.icon-xl {
        width: 45px;
        flex: 0 0 45px;
        height: 45px;
    }

    .header-actions a.text-reset.user-account {
        margin: 0 14px;
    }

        .header-actions a.text-reset.user-account::before {
            left: -10px;
        }
}

.header-actions .cart-num {
    background-color: var(--purple);
    color: var(--white);
    display: inline-block;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    --ms-border-radius: 50%;
    border-radius: 50%;
    display: inline-block;
    width: 24px;
    height: 24px;
    font-weight: 500;
    text-align: center;
    position: absolute;
    top: -2px;
    right: 0;
    font-size: 13px;
    line-height: 24px;
}

@keyframes headerSlideDown {
    0% {
        margin-top: -6.25rem;
    }

    to {
        margin-top: 0;
    }
}

.search-popup .search-form {
    position: relative;
}

    .search-popup .search-form:after {
        content: "\f002";
        font-family: fontawesome;
        position: absolute;
        transform: translateY(-50%);
        z-index: 1;
        width: 20px;
        left: 15px;
        background-color: transparent;
        top: 50%;
        transform: translateY(-50%);
    }

    .search-popup .search-form input {
        padding-left: 40px;
    }

        .search-popup .search-form input:focus {
            box-shadow: none;
        }

.search-popup .btn-close {
    position: absolute;
    right: 0;
    top: 20px;
}

.offcanvas-header .btn-close {
    padding: 4px;
}

.btn-close {
    width: 30px;
    height: 30px;
    line-height: 36px;
    flex: 0 0 30px;
    text-align: center;
    display: table;
    background: 0 0;
    opacity: 0.9;
    --ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    filter: alpha(opacity=90);
    background-color: transparent;
}

    .btn-close:focus {
        border: 0 none;
        box-shadow: none;
    }

    .btn-close:before {
        font-family: fontawesome;
        content: "\f00d";
        color: var(--white);
        background-color: transparent;
        opacity: 1;
        --ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        filter: alpha(opacity=100);
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        --ms-border-radius: 50%;
        border-radius: 50%;
        line-height: 37px;
    }

.header.header-1 {
    height: 96px;
}

    .header.header-1 .header-top {
        padding: 20px 0 40px;
    }

        .header.header-1 .header-top::before {
            background: url(../images/logo-bg.png) no-repeat left center;
        }

@media (max-width: 1199.98px) {
    .header.header-1 .header-top::before {
        display: none;
    }
}

@media (max-width: 1599.98px) {
    .header.header-1 .header-top::before {
        left: -9%;
    }
}

@media (max-width: 1199.98px) {
    .header.header-1 .header-top {
        padding: 10px 0px 17px;
    }
}

.header.header-1 .nav-cta .nav-donate a {
    font-weight: 700;
    color: var(--white);
}

.header.header-1 .nav-cta .burger-menu {
    background-color: var(--purple);
}

.header.header-1 nav.navbar {
    position: absolute;
    right: 0px;
    width: calc(100% - 170px);
    padding: 0;
    bottom: -50px;
    background-color: var(--white);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    --ms-border-radius: 10px;
    border-radius: 10px;
}

    .header.header-1 nav.navbar::before {
        background-color: var(--purple);
        width: 250px;
        border-top-right-radius: 10px;
        border-bottom-right-radius: 10px;
        left: auto;
        right: 0;
    }

@media (min-width: 1200px) and (max-width: 1399.98px) {
    .header.header-1 nav.navbar {
        bottom: -60px;
    }
}

@media (max-width: 1199.98px) {
    .header.header-1 nav.navbar {
        width: 100%;
        padding: 5px;
        min-height: 50px;
    }
}

@media (max-width: 575.98px) {
    .header.header-1 nav.navbar {
        padding: 15px 0px;
    }

        .header.header-1 nav.navbar::before {
            display: none;
        }
}

@media (min-width: 1200px) {
    .header.header-1 nav.navbar .navbar-nav > li:first-child a.nav-link {
        padding-left: 35px;
    }
}

.header.header-1 nav.navbar .nav-donate {
    margin-left: 50px;
}

    .header.header-1 nav.navbar .nav-donate .burger-menu {
        border-left: 1px solid rgba(var(--white-rgb), 0.25);
    }

.header.header-1 .header-nav-wrapper.header-sticky.scroll-on {
    background-color: transparent;
}

    .header.header-1 .header-nav-wrapper.header-sticky.scroll-on nav.navbar {
        position: relative;
        bottom: auto;
        width: 100%;
        right: 0;
        border-radius: 0;
    }

        .header.header-1 .header-nav-wrapper.header-sticky.scroll-on nav.navbar::before {
            border-radius: 0;
        }

@media (min-width: 1600px) {
    .header.header-1 .header-nav-wrapper.header-sticky.scroll-on nav.navbar::before {
        width: 330px;
    }
}

@media (min-width: 1200px) {
    .header.header-1 .header-nav-wrapper.header-sticky.scroll-on nav.navbar .btn {
        padding: 15px 35px;
    }

        .header.header-1 .header-nav-wrapper.header-sticky.scroll-on nav.navbar .btn:hover, .header.header-1 .header-nav-wrapper.header-sticky.scroll-on nav.navbar .btn:focus {
            background-color: var(--primary);
            color: var(--white);
            border-color: var(--primary);
        }
}

.header.header-1 .header-nav-wrapper.header-sticky.scroll-on .header-buttons {
    top: 25px;
}

    .header.header-1 .header-nav-wrapper.header-sticky.scroll-on .header-buttons::before {
        height: 85px;
    }

@media (max-width: 575.98px) {
    .header.header-1 .single-conn .icon, .header.header-1 .single-conn .icon-xs, .header.header-1 .single-conn .icon-lg, .header.header-1 .single-conn .gallery-item .gallery-hover a, .gallery-item .gallery-hover .header.header-1 .single-conn a, .header.header-1 .single-conn .icon-xl, .header.header-1 .single-conn .btn-2 span, .btn-2 .header.header-1 .single-conn span {
        width: 38px;
        height: 38px;
        font-size: 14px;
    }

    .header.header-1 .single-conn .conn-txt {
        margin-left: 5px !important;
        line-height: 1.3;
    }

        .header.header-1 .single-conn .conn-txt small {
            font-size: 13px;
        }

        .header.header-1 .single-conn .conn-txt span,
        .header.header-1 .single-conn .conn-txt a {
            font-size: 14px;
        }
}

.header.header-2 {
    min-height: 135px;
}

    .header.header-2 .container-fluid {
        padding: 0px 20px;
    }

@media (max-width: 1199.98px) {
    .header.header-2 {
        min-height: 130px;
    }
}

@media (max-width: 991.98px) {
    .header.header-2 {
        min-height: 100px;
    }
}

.header.header-2 .header-top {
    padding: 12px 20px;
    margin: 10px 10px 0;
}

    .header.header-2 .header-top .container-fluid {
        padding: 0 10px;
    }

    .header.header-2 .header-top::before {
        /*background-color: var(--primary);*/
        max-width: calc(100% - 16px);
        position: absolute;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translate(-50%);
        background: linear-gradient(135deg, #0f766e, #2dd4bf);
        border-bottom: 1px solid #0b5d56;
    }

    /*    .header.header-2 .header-top .header-socials span,
    .header.header-2 .header-top .social-share a {
        color: var(--white);
    }*/

    .header.header-2 .header-top .social-share a:hover {
        color: var(--purple);
    }

.header.header-2 .nav-cta {
    margin-left: 70px;
}

    .header.header-2 .nav-cta .d-flex {
        gap: 40px;
    }

@media (min-width: 992px) and (max-width: 1199.98px) {
    .header.header-2 .nav-cta .d-flex {
        gap: 20px;
    }
}

.header.header-2 .nav-cta .d-flex .quick-call a {
    font-size: 24px;
}

.header.header-2 .nav-cta::before {
    width: 1px;
    left: -40px;
}

.header.header-2 .header-nav-wrapper.header-sticky.scroll-on .navbar .navbar-nav > li a.nav-link {
    padding: 22px 18px;
}

@media (max-width: 1199.98px) {
    .header.header-2 .header-nav-wrapper.header-sticky.scroll-on .navbar .navbar-nav > li a.nav-link {
        padding: 17px 18px;
    }
}

@media (min-width: 576px) {
    .header.header-3 {
        position: absolute;
        top: 0;
        right: 0;
        width: 100%;
    }
}

.header.header-3 .header-wrapper {
    top: 15px;
    background: transparent;
}

@media (max-width: 767.98px) {
    .header.header-3 .header-wrapper {
        top: 0px;
    }
}

.header.header-3 .header-wrapper .header-nav-wrapper .container-fluid {
    background-color: var(--white);
    margin: 0 40px;
    border-radius: 100px;
}

@media (min-width: 1600px) {
    .header.header-3 .header-wrapper .header-nav-wrapper .container-fluid {
        margin: 0 100px;
    }
}

@media (max-width: 1199.98px) {
    .header.header-3 .header-wrapper .header-nav-wrapper .container-fluid {
        margin: 0 20px;
        padding: 10px;
    }
}

.header.header-3 .header-wrapper .navbar {
    padding: 0;
}

    .header.header-3 .header-wrapper .navbar ul li a {
        padding: 36px 20px;
    }

@media (min-width: 1600px) {
    .header.header-3 .header-wrapper .navbar ul li a {
        padding: 40px 20px;
    }
}

@media (max-width: 767.98px) {
    .header.header-3 .header-wrapper .navbar ul li a {
        padding: 17px 18px;
    }
}

.header.header-3 .header-wrapper .navbar .navbar-nav .dropdown-menu .dropdown-item {
    padding: 7px 15px 7px 25px;
}

.header.header-3 .header-top {
    background: var(--primary);
    max-width: 860px;
    margin-left: auto;
    margin-right: 120px;
    border-radius: 30px 30px 0 0;
    padding: 15px 30px;
}

@media (min-width: 1600px) {
    .header.header-3 .header-top {
        margin-right: 190px;
    }
}

.header.header-3 .header-top .social-share a,
.header.header-3 .header-top .header-socials span {
    color: var(--white);
}

@media (max-width: 767.98px) {
    .header.header-3 .header-top {
        border-radius: 0;
    }
}

.header.header-3 .navbar-brand::before {
    border-right: 3px solid var(--purple);
    border-radius: 1000px 30px 30px 1000px;
    width: 230px;
    height: 115px;
    background-color: var(--white);
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    --ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

@media (max-width: 1199.98px) {
    .header.header-3 .navbar-brand::before {
        display: none;
    }
}

@media (min-width: 1600px) {
    .header.header-3 .navbar-brand::before {
        height: 130px;
    }
}

.header.header-3 .header-nav-wrapper.header-sticky.scroll-on .navbar .nav-cta .burger-menu {
    border-color: var(--tartiary) !important;
}

.header.header-3 .header-nav-wrapper.header-sticky.scroll-on .navbar-brand:before {
    display: none;
}

.header.header-3 .navbar .nav-cta .btn-secondary:hover,
.header.header-3 .search-btn:hover,
.header.header-3 .burger-menu:hover,
.header.header-3 .navbar .nav-cta .btn-secondary:focus,
.header.header-3 .search-btn:focus,
.header.header-3 .burger-menu:focus {
    background-color: var(--primary) !important;
    border-color: var(--primary) !important;
    color: var(--white) !important;
}

.header-transparent {
    position: absolute;
    top: 20px;
    left: 0;
    right: 0;
    z-index: 9;
    width: 100%;
}

    .header-transparent .container-fluid {
        padding: 5px 15px;
        border: 1px solid rgba(var(--white-rgb), 0.2);
        border-radius: 100px;
    }

    .header-transparent .navbar .navbar-nav > li a.nav-link {
        color: var(--white);
    }

@media (max-width: 1199.98px) {
    .header-transparent .navbar .navbar-nav > li a.nav-link {
        color: var(--headings-color);
    }
}

.header-transparent .navbar button.navbar-toggler.offcanvas-nav-btn {
    color: var(--white);
}

.header-transparent .navbar .nav-cta a.phone span {
    color: var(--white);
}

    .header-transparent .navbar .nav-cta a.phone span small {
        color: rgba(var(--white-rgb), 0.7);
    }

.header-transparent .header-nav-wrapper.header-sticky.scroll-on {
    background-color: var(--headings-color);
}

section.promo-sec {
    padding: 190px 0 100px;
}

@media (max-width: 767.98px) {
    section.promo-sec {
        padding: 130px 0 70px;
    }
}

section.promo-sec .parallax-overly {
    z-index: -1;
    background-color: #122F2A;
    opacity: 0.9;
    --ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    filter: alpha(opacity=90);
}

section.promo-sec h1 {
    font-size: 64px;
    font-weight: 700;
}

@media (max-width: 767.98px) {
    section.promo-sec h1 {
        font-size: 45px;
    }
}

.bread-crumb {
    position: relative;
    padding: 10px 0px;
    margin-top: 15px;
    background: linear-gradient(135deg, #0f766e, #2dd4bf);
    border-bottom: 1px solid #0b5d56;
    color: palegoldenrod;
    /*color: #e6f2ff;
    border-bottom: 1px solid #0f355a;
    background: linear-gradient(135deg, #14497c, #4da3ff);*/
}

    .bread-crumb .fa {
        color: #e6fffb;
        transition: color 0.3s ease;
        margin: 0px 2px;
    }

    .bread-crumb a {
        color: #e6fffb;
        transition: color 0.3s ease;
        margin: 0px 2px;
    }

        .bread-crumb a:hover {
            color: #ffffff;
        }




section.promo-sec ol.breadcrumb {
    display: block;
}

    section.promo-sec ol.breadcrumb .breadcrumb-item {
        display: inline-block;
        text-transform: capitalize;
        font-size: 16px;
    }

        section.promo-sec ol.breadcrumb .breadcrumb-item a {
            color: var(--purple);
        }

        section.promo-sec ol.breadcrumb .breadcrumb-item.active {
            color: var(--white);
        }

section.promo-sec .breadcrumb-item + .breadcrumb-item::before {
    font-style: normal;
    color: var(--white);
    font-size: 18px;
}

/*! footer */
.footer {
    /*padding-top: 120px;*/
    background-color: var(--tertiary);
    background-blend-mode: multiply;
}

@media (max-width: 575.98px) {
    .footer {
        padding-top: 70px;
    }
}

.footer:before {
    background: url(../images/footer-sh1.png) no-repeat 100% 100%;
    width: 250px;
    height: 272px;
    left: auto;
    right: 0;
    top: auto;
    bottom: 0;
    background-size: contain;
    z-index: 1;
}

@media (max-width: 1599.98px) {
    .footer:before {
        width: 130px;
    }
}

@media (max-width: 575.98px) {
    .footer:before {
        display: none;
    }
}

.footer .copy-right a {
    font-weight: 600;
    color: var(--purple);
}

.footer-top .subs-widget {
    flex: 0 0 450px;
    margin-left: inherit;
}

@media (max-width: 1199.98px) {
    .footer-top .subs-widget {
        flex: 0 0 300px;
    }
}

@media (max-width: 767.98px) {
    .footer-top .subs-widget {
        margin: 30px 0;
    }
}

.footer-top .subs-widget form {
    position: relative;
}

    .footer-top .subs-widget form input {
        border-radius: 30px;
        background-color: var(--white);
        color: var(--body-color);
        padding-left: 30px;
        border: 1px solid rgba(var(--white-rgb), 0.2);
    }

        .footer-top .subs-widget form input::placeholder {
            color: var(--body-color);
        }

    .footer-top .subs-widget form button {
        border: 0;
        color: var(--white);
        width: 96px;
        height: 52px;
        font-size: 20px;
        right: 2px;
        position: absolute;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }

.footer-top h2.display-4 {
    font-size: 40px;
}

@media (max-width: 1199.98px) {
    .footer-top h2.display-4 {
        font-size: 28px;
    }
}

.footer-top .subs-head p {
    margin: 0;
    color: #829592;
}

@media (max-width: 767.98px) {
    .footer-widget {
        margin-bottom: 45px;
    }
}

.footer-widget .f-logo {
    margin-bottom: 35px;
}

.footer-widget .widget-title {
    margin-bottom: 45px;
    color: var(--white);
}

    .footer-widget .widget-title::before {
        width: 150px;
        height: 1px;
        background-color: var(--purple);
        top: 38px;
    }

    .footer-widget .widget-title::after {
        position: absolute;
        content: "";
        width: 15px;
        height: 3px;
        background-color: var(--white);
        opacity: 0.8;
        --ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
        filter: alpha(opacity=80);
        top: 36.5px;
        left: 0;
        z-index: -1;
    }

@media (min-width: 992px) and (max-width: 1199.98px) {
    .footer-widget .widget-title {
        font-size: 20px;
    }
}

@media (max-width: 1199.98px) {
    .footer-widget .widget-title {
        max-width: fit-content;
    }

        .footer-widget .widget-title::before {
            max-width: 100%;
        }

        .footer-widget .widget-title::after {
            animation: none;
        }
}

.footer-widget ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
    padding-left: 20px;
}

    .footer-widget ul li {
        margin-bottom: 12px;
    }

        .footer-widget ul li::before {
            content: "\f105";
            background-color: transparent;
            font-family: fontawesome;
            color: #efefef;
            left: -20px;
            top: 0;
            width: 25px;
            height: 25px;
            -webkit-transition: all 0.4s ease-in-out;
            -moz-transition: all 0.4s ease-in-out;
            --ms-transition: all 0.4s ease-in-out;
            -o-transition: all 0.4s ease-in-out;
            transition: all 0.4s ease-in-out;
        }

        .footer-widget ul li a {
            color: var(--theme-mute);
        }

        .footer-widget ul li:hover a {
            color: var(--purple);
        }

.footer-widget p {
    color: var(--theme-mute);
}

.footer-widget.rc-widget {
    flex: 0 0 325px;
    padding-left: 30px;
}

@media (max-width: 767.98px) {
    .footer-widget.rc-widget {
        padding-left: 0;
    }
}

.footer-widget.rc-widget .ls-entry {
    margin-bottom: 20px;
}

    .footer-widget.rc-widget .ls-entry > img {
        height: 80px;
        flex: 0 0 80px;
    }

    .footer-widget.rc-widget .ls-entry .ls-info {
        text-align: left;
    }

        .footer-widget.rc-widget .ls-entry .ls-info span.cat-meta {
            color: var(--theme-mute);
        }

            .footer-widget.rc-widget .ls-entry .ls-info a, .footer-widget.rc-widget .ls-entry .ls-info span.cat-meta i {
                color: var(--white);
            }

        .footer-widget.rc-widget .ls-entry .ls-info h6 {
            margin-top: 5px;
            font-size: 16px;
            font-weight: 500;
            line-height: 26px;
        }

    .footer-widget.rc-widget .ls-entry:hover h6 a {
        color: var(--purple);
    }

.footer-widget .footer-info {
    margin-top: 30px;
}

    .footer-widget .footer-info > div:nth-child(1) .icon, .footer-widget .footer-info > div:nth-child(1) .icon-xs, .footer-widget .footer-info > div:nth-child(1) .icon-lg, .footer-widget .footer-info > div:nth-child(1) .gallery-item .gallery-hover a, .gallery-item .gallery-hover .footer-widget .footer-info > div:nth-child(1) a, .footer-widget .footer-info > div:nth-child(1) .icon-xl, .footer-widget .footer-info > div:nth-child(1) .btn-2 span, .btn-2 .footer-widget .footer-info > div:nth-child(1) span {
        background-color: var(--primary);
    }

    .footer-widget .footer-info > div:nth-child(2) .icon, .footer-widget .footer-info > div:nth-child(2) .icon-xs, .footer-widget .footer-info > div:nth-child(2) .icon-lg, .footer-widget .footer-info > div:nth-child(2) .gallery-item .gallery-hover a, .gallery-item .gallery-hover .footer-widget .footer-info > div:nth-child(2) a, .footer-widget .footer-info > div:nth-child(2) .icon-xl, .footer-widget .footer-info > div:nth-child(2) .btn-2 span, .btn-2 .footer-widget .footer-info > div:nth-child(2) span {
        background-color: var(--purple);
    }

    .footer-widget .footer-info .single-conn {
        margin-bottom: 20px;
    }

        .footer-widget .footer-info .single-conn .icon, .footer-widget .footer-info .single-conn .icon-xs, .footer-widget .footer-info .single-conn .icon-lg, .footer-widget .footer-info .single-conn .gallery-item .gallery-hover a, .gallery-item .gallery-hover .footer-widget .footer-info .single-conn a, .footer-widget .footer-info .single-conn .icon-xl, .footer-widget .footer-info .single-conn .btn-2 span, .btn-2 .footer-widget .footer-info .single-conn span {
            color: var(--white);
            font-size: 18px;
        }

        .footer-widget .footer-info .single-conn .conn-txt small {
            display: block;
            color: var(--theme-mute);
        }

        .footer-widget .footer-info .single-conn .conn-txt a {
            color: var(--white);
            font-weight: 500;
        }

.footer-widget.news-widget {
    padding-left: 60px;
}

@media (max-width: 767.98px) {
    .footer-widget.news-widget {
        padding-left: 0;
    }
}

.footer-widget.news-widget form {
    position: relative;
}

    .footer-widget.news-widget form input {
        border: 1px solid rgba(255, 255, 255, 0.2);
        border-radius: 30px;
        background: rgba(var(--primary-rgb), 0.4);
        padding: 10px 20px;
        color: rgba(var(--white-rgb), 0.8);
    }

    .footer-widget.news-widget form button {
        position: absolute;
        width: 72px;
        right: 5px;
        top: 6px;
        border: 0 none;
        height: 36px;
        color: var(--white);
    }

.footer-widgets {
    margin-top: 60px;
    padding: 60px 0 50px;
    border-top: 1px solid rgba(var(--white-rgb), 0.2);
}

@media (max-width: 991.98px) {
    .footer-widgets {
        margin-bottom: 20px;
    }
}

@media (max-width: 575.98px) {
    .footer-widgets {
        margin-bottom: 0px;
    }
}

.footer-nav ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

    .footer-nav ul li {
        display: inline-block;
    }

        .footer-nav ul li::before {
            width: 1px;
            height: 19px;
            background-color: #20937f;
            position: absolute;
            top: 50%;
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
        }

        .footer-nav ul li:first-child::before {
            display: none;
        }

        .footer-nav ul li a {
            color: var(--white);
            display: block;
            padding: 15px 20px;
        }

        .footer-nav ul li:last-child a {
            padding-right: 0;
        }

        .footer-nav ul li:hover a {
            color: var(--purple);
        }

@media (max-width: 767.98px) {
    .footer-nav ul li:first-child a {
        padding-left: 0;
    }
}

.footer-2 {
    margin: 80px 20px 0px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    --ms-border-radius: 50px;
    border-radius: 50px;
}

    .footer-2::before {
        display: none;
    }

@media (max-width: 575.98px) {
    .footer-2 .f-logo img {
        max-width: 120px;
    }
}

.footer-2 .footer-top {
    background-color: var(--white);
    padding: 45px 60px;
    -webkit-box-shadow: 0 16px 50px 10px rgba(12, 12, 13, 0.07);
    -moz-box-shadow: 0 16px 50px 10px rgba(12, 12, 13, 0.07);
    box-shadow: 0 16px 50px 10px rgba(12, 12, 13, 0.07);
    -webkit-border-radius: 1000px;
    -moz-border-radius: 1000px;
    --ms-border-radius: 1000px;
    border-radius: 1000px;
    margin-top: -195px;
}

    .footer-2 .footer-top h4 {
        margin: 0;
        font-size: 20px;
        font-weight: 500;
    }

    .footer-2 .footer-top .single-conn span {
        color: var(--white);
    }

        .footer-2 .footer-top .single-conn span::before {
            background-color: transparent;
            width: 63px;
            height: 63px;
            position: absolute;
            top: 50%;
            left: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
            -webkit-border-radius: 100px;
            -moz-border-radius: 100px;
            --ms-border-radius: 100px;
            border-radius: 100px;
        }

    .footer-2 .footer-top .single-conn small {
        text-transform: capitalize;
    }

@media (min-width: 768px) and (max-width: 991.98px) {
    .footer-2 .footer-top > div:last-child {
        display: none !important;
    }
}

@media (max-width: 767.98px) {
    .footer-2 .footer-top > div:nth-child(4),
    .footer-2 .footer-top > div:nth-child(3) {
        display: none !important;
    }
}

@media (max-width: 1199.98px) {
    .footer-2 .footer-top {
        padding: 25px;
    }

        .footer-2 .footer-top h4 {
            font-size: 18px;
        }
}

@media (max-width: 767.98px) {
    .footer-2 .footer-top {
        margin-top: -130px;
        padding: 20px 50px;
    }

        .footer-2 .footer-top h4 a {
            font-size: 20px;
        }

        .footer-2 .footer-top .single-conn {
            margin-top: 10px;
        }
}

.footer-2 .footer-widgets2 {
    padding: 80px 0 60px;
}

    .footer-2 .footer-widgets2 .rc-widget {
        margin-left: 30px;
        max-width: 310px;
    }

@media (max-width: 767.98px) {
    .footer-2 .footer-widgets2 .rc-widget {
        margin-left: 0;
    }
}

.footer-2 .footer-widgets2 .footer-widget .ls-entry .ls-info span {
    color: var(--theme-mute);
}

.footer-2 .social-share a {
    background-color: var(--white);
    color: var(--headings-color);
}

    .footer-2 .social-share a:hover {
        background-color: var(--purple);
    }

.footer-2 .footer-widget ul li a,
.footer-2 .footer-widget.rc-widget .ls-entry .ls-info a {
    color: rgba(var(--white-rgb), 0.9);
}

    .footer-2 .footer-widget ul li a:hover,
    .footer-2 .footer-widget.rc-widget .ls-entry .ls-info a:hover {
        color: var(--purple);
    }

/*! widget */
/* =====================================
Widgets Style */
.sidebar-spacing {
    padding: 40px 50px 0 0;
}

@media (max-width: 1199.98px) {
    .sidebar-spacing {
        padding: 40px 10px 0 0;
    }
}

.widget-title {
    margin-bottom: 30px;
}

@media (max-width: 767.98px) {
    .sidebar {
        margin-top: 40px;
    }
}

.widget {
    margin-bottom: 40px;
    background-color: var(--shade);
    padding: 40px 35px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    --ms-border-radius: 30px;
    border-radius: 30px;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .widget {
        padding: 30px 15px;
    }
}

@media (max-width: 767.98px) {
    .widget {
        padding: 30px 20px;
        margin-bottom: 30px;
    }
}

.widget ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

    .widget ul li {
        margin-bottom: 15px;
        border: 1px solid var(--theme-border);
        background-color: var(--white);
        padding: 16px 30px;
        text-align: right;
        cursor: pointer;
        -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
        --ms-border-radius: 30px;
        border-radius: 30px;
        -webkit-transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        --ms-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
    }

        .widget ul li a {
            display: block;
            float: left;
            -webkit-border-radius: 5px;
            -moz-border-radius: 5px;
            --ms-border-radius: 5px;
            border-radius: 5px;
            color: var(--body-color);
        }

        .widget ul li:hover {
            background: var(--primary);
            color: var(--white);
        }

            .widget ul li:hover a {
                color: var(--white);
            }

        .widget ul li span.count {
            float: right;
        }

        .widget ul li:last-child {
            margin-bottom: 0;
        }

.ls-entry {
    margin-bottom: 20px;
    align-items: center;
}

    .ls-entry .blog-meta span,
    .ls-entry .blog-meta a {
        font-size: 14px;
    }

    .ls-entry i {
        color: var(--purple);
        margin-right: 5px;
    }

    .ls-entry h6 {
        margin: 5px 0 0;
        font-size: 18px;
    }

.sidebar .blog-widget ul {
    border: 1px solid var(--theme-border-colors);
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    --ms-border-radius: 8px;
    border-radius: 8px;
    padding: 20px;
    margin-top: 25px;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .sidebar .blog-widget ul {
        padding: 15px;
    }
}

.search-widget input {
    border: 1px solid var(--theme-border);
    padding: 16px 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    --ms-border-radius: 30px;
    border-radius: 30px;
    color: var(--body-color);
}

.search-widget .btn {
    right: 5px;
    width: 46px;
    text-align: center;
    height: 46px;
    display: inline-block;
    padding: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

    .search-widget .btn i {
        margin-left: 0;
    }

.recent-entry .rc-entry {
    margin-bottom: 25px;
    padding-bottom: 20px;
}

    .recent-entry .rc-entry::before {
        width: calc(100% - 100px);
        left: auto;
        right: 0;
        height: 1px;
        top: 100%;
    }

    .recent-entry .rc-entry .course-info {
        flex: 0 0 70%;
    }

    .recent-entry .rc-entry:last-child {
        margin-bottom: 0;
        padding-bottom: 0;
    }

        .recent-entry .rc-entry:last-child::before {
            display: none;
        }

.instagram-widget .widget-inner .insta-wrap a {
    overflow: hidden;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    --ms-border-radius: 5px;
    border-radius: 5px;
    display: block;
}

    .instagram-widget .widget-inner .insta-wrap a::before {
        background-color: var(--black);
        z-index: 1;
        -webkit-transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        --ms-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
        opacity: 0;
        --ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
    }

    .instagram-widget .widget-inner .insta-wrap a span {
        opacity: 0;
        --ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
        position: absolute;
        left: 50%;
        top: 30%;
        transform: translate(-50%, -50%);
        z-index: 2;
        font-size: 40px;
        color: var(--white);
    }

    .instagram-widget .widget-inner .insta-wrap a:hover::before {
        opacity: 0.7;
        --ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
        filter: alpha(opacity=70);
    }

    .instagram-widget .widget-inner .insta-wrap a:hover span {
        opacity: 1;
        --ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        filter: alpha(opacity=100);
        top: 50%;
    }

.tagcloud a {
    display: inline-block;
    font-size: 14px !important;
    line-height: 1;
    background-color: var(--white);
    padding: 11px 15px;
    margin: 2% 1%;
    font-weight: 600;
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.05);
    text-transform: capitalize;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    --ms-border-radius: 50px;
    border-radius: 50px;
}

    .tagcloud a:hover {
        background-color: var(--primary);
        color: var(--white);
    }

.product-sidebar .widget {
    padding: 30px 20px;
    margin-bottom: 30px;
}

    .product-sidebar .widget ul li {
        padding: 13px 20px;
    }

/*! swiper */
/*=================================
Swiper Slider Style
*/
.swiper-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
}

    .swiper-pagination span {
        width: 10px;
        height: 10px;
        background-color: transparent;
        margin: 0 8px !important;
        border: 2px solid var(--body-color);
        opacity: 1;
        --ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        filter: alpha(opacity=100);
    }

        .swiper-pagination span.swiper-pagination-bullet-active {
            border: 2px solid var(--purple);
            background-color: var(--purple);
        }

            .swiper-pagination span.swiper-pagination-bullet-active::before {
                width: 30px;
                height: 30px;
                background-color: var(--purple);
                left: 50%;
                top: 50%;
                opacity: 0.2;
                --ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
                filter: alpha(opacity=20);
                transform: translate(-50%, -50%);
                -webkit-border-radius: 50%;
                -moz-border-radius: 50%;
                --ms-border-radius: 50%;
                border-radius: 50%;
            }

.swiper-button-next,
.swiper-button-prev {
    background: var(--primary);
    display: inline-table;
    width: 56px;
    height: 56px;
    text-align: center;
    z-index: 9;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    --ms-border-radius: 50%;
    border-radius: 50%;
    color: var(--white);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    --ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    left: 0;
}

    .swiper-button-next:hover,
    .swiper-button-prev:hover {
        background-color: var(--purple);
    }

.swiper-button-next {
    left: auto;
    right: 0;
}

    .swiper-button-next:after,
    .swiper-button-prev:after {
        content: "\f061";
        font-family: "fontawesome" !important;
        font-size: 17px;
        display: table-cell;
        vertical-align: middle;
    }

.swiper-button-prev:after {
    content: "\f060";
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: 1;
    --ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
}

.custom-nav > div {
    background-color: var(--primary);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    --ms-border-radius: 50%;
    border-radius: 50%;
    font-size: 22px;
}

.product-slider {
    height: 80%;
    width: 100%;
}

.product-thumbs {
    height: 20%;
    box-sizing: border-box;
    padding: 10px 0;
}

    .product-thumbs .swiper-slide {
        width: 25%;
        height: 100%;
        opacity: 0.9;
        cursor: pointer;
    }

        .product-thumbs .swiper-slide img {
            display: block;
            width: 100%;
            height: 100%;
            object-fit: cover;
            -webkit-border-radius: 10px;
            -moz-border-radius: 10px;
            --ms-border-radius: 10px;
            border-radius: 10px;
        }

    .product-thumbs .swiper-slide-thumb-active {
        opacity: 1;
    }

/*! hero-slider */
.slide-item {
    padding: 180px 0;
}

    .slide-item .slide-bg {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
    }

    .slide-item .slide-content {
        position: relative;
        z-index: 2;
        max-width: 650px;
    }

        .slide-item .slide-content h1 {
            color: var(--white);
            font-weight: 800;
            margin: 15px 0 20px;
            font-size: 80px;
        }

        .slide-item .slide-content p {
            color: var(--white);
        }

        .slide-item .slide-content .play-btn {
            animation: animate_pulse 3s linear infinite;
            height: 56px;
            width: 56px;
            margin-left: 30px;
        }

@media (max-width: 767.98px) {
    .slide-item {
        padding: 100px 0;
    }

        .slide-item .slide-content h1 {
            font-size: 45px;
        }

        .slide-item .slide-content p {
            font-size: 18px;
        }
}

@media (max-width: 575.98px) {
    .slide-item .slide-content h1 {
        font-size: 40px;
    }

        .slide-item .slide-content h1 img {
            width: 40px;
        }
}

.hero-slider1 .slide-bg {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: opacity 2500ms ease-in, -webkit-transform 9000ms ease;
    transition: opacity 2500ms ease-in, -webkit-transform 9000ms ease;
    transition: transform 9000ms ease, opacity 2500ms ease-in;
    transition: transform 9000ms ease, opacity 2500ms ease-in, -webkit-transform 9000ms ease;
}

.hero-slider1 .swiper-slide-active .slide-bg {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

@keyframes zoomBg {
    from {
        transform: scale(1);
    }

    to {
        transform: scale(1.12);
    }
}

.slider-sec {
    overflow: hidden;
}

    .slider-sec .anim-alt {
        position: absolute;
        z-index: 2;
        max-height: 165px;
    }

@media (max-width: 767.98px) {
    .slider-sec .anim-alt {
        max-height: 100px;
    }
}

.slider-sec .anim-alt.right-bottom {
    right: 0;
    bottom: 0;
}

.slider-sec .abs-img {
    position: absolute;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translate(-50%);
    top: 200px;
    z-index: 4;
}

.slider-sec .anim-img {
    z-index: 2;
}

    .slider-sec .anim-img.top-center {
        left: 50%;
        top: 200px;
    }

    .slider-sec .anim-img.right-top {
        top: 100px;
        animation: zoom 8s ease infinite;
    }

    .slider-sec .anim-img.right-bottom {
        animation: jumping2 8s ease infinite;
    }

.swiper-slide .title-box {
    transform: translateY(-80px);
    opacity: 0;
}

.swiper-slide .content-box {
    transform: translateY(80px);
    opacity: 0;
}

.swiper-slide .slide-stat {
    transform: translateY(110px);
    opacity: 0;
}

.swiper-slide.swiper-slide-active .title-box {
    opacity: 1;
    transform: translateY(0px);
    transition: all 2500ms ease;
}

.swiper-slide.swiper-slide-active .content-box {
    opacity: 1;
    transform: translateY(0px);
    transition: all 2500ms ease;
}

.swiper-slide.swiper-slide-active .slide-stat {
    opacity: 1;
    transform: translateY(0px);
    transition: all 3000ms ease;
}

.slider-2-sec {
    margin: 15px 20px;
    overflow: hidden;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    --ms-border-radius: 50px;
    border-radius: 50px;
}

    .slider-2-sec .parallax-overly {
        opacity: 1;
        background-color: #103731;
    }

@media (max-width: 575.98px) {
    .slider-2-sec {
        margin: 15px 0;
        border-radius: 0px;
    }
}

.slider-2-sec .anim-img {
    z-index: 2;
}

@media (max-width: 991.98px) {
    .slider-2-sec .anim-img {
        display: none;
    }
}

.slider-2-sec .swiper-pagination {
    top: 38%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    width: 100px;
    left: -10px;
    height: 140px;
}

@media (max-width: 575.98px) {
    .slider-2-sec .swiper-pagination {
        display: none;
    }
}

.slider-2-sec .swiper-pagination-bullet {
    margin: 12px 0 !important;
    background-color: transparent;
    border: 1px solid rgba(var(--white-rgb), 0.45);
}

.slider-2-sec .sub-title {
    font-size: 34px;
}

.slider-2-sec .slide-stat .display-1 {
    font-size: 70px;
}

.slider-2-sec .slide-entry .slide-content .slide-actions > a {
    margin-right: 20px;
}

.thumb-stat {
    z-index: 3;
    position: absolute;
    bottom: 50px;
    right: 50px;
    max-width: 350px;
    padding: 30px;
    background: rgba(var(--white-rgb), 0.15);
    backdrop-filter: blur(64px);
    -webkit-backdrop-filter: blur(64px);
}

    .thumb-stat p {
        margin-bottom: 0;
    }

.slider-left {
    z-index: 2;
    position: absolute;
    height: 100%;
    width: 706px;
    top: 0;
    right: 0;
    background-size: contain;
    background-position: right top;
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
    .slider-left {
        right: -60px;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .slider-left {
        right: -22%;
    }

        .slider-left .thumb-stat {
            right: 35%;
        }
}

@media (max-width: 991.98px) {
    .slider-left {
        display: none;
    }
}

.slide-entry {
    padding: 170px 0 100px;
    position: relative;
    z-index: 9;
}

@media (max-width: 767.98px) {
    .slide-entry {
        padding: 80px 0 60px;
    }
}

@media (max-width: 575.98px) {
    .slide-entry {
        padding: 40px 0 30px;
    }
}

.slide-entry .slide-content {
    max-width: 740px;
    margin-left: 9%;
    z-index: 1;
}

    .slide-entry .slide-content h1 {
        color: var(--white);
        font-size: 64px;
        line-height: 72px;
        font-weight: 800;
        text-transform: capitalize;
        margin-bottom: 50px;
    }

@media (min-width: 768px) and (max-width: 991.98px) {
    .slide-entry .slide-content h1 {
        font-size: 70px;
        line-height: 1.3;
    }
}

@media (max-width: 767.98px) {
    .slide-entry .slide-content h1 {
        font-size: 45px;
        line-height: 1.3;
    }
}

@media (max-width: 575.98px) {
    .slide-entry .slide-content h1 {
        font-size: 35px;
    }
}

.slide-entry .slide-content p {
    color: var(--white);
    margin: 20px 0 40px;
    font-size: 18px;
}

.slide-entry .slide-content .slide-actions > a {
    margin-right: 30px;
}

@media (max-width: 575.98px) {
    .slide-entry .slide-content .slide-actions > a {
        margin: 0 0 20px;
    }
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
    .slide-entry {
        padding: 120px 0 80px;
    }

        .slide-entry .slide-content {
            margin-left: 6%;
        }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .slide-entry {
        padding: 90px 0 70px;
    }

        .slide-entry .slide-content {
            max-width: 560px;
        }

            .slide-entry .slide-content h1 {
                font-size: 55px;
                line-height: 1.3;
            }

            .slide-entry .slide-content .slide-stat .display-1 {
                font-size: 50px;
            }
}

@media (max-width: 767.98px) {
    .slide-entry .slide-content {
        margin: 0 15px;
    }

    .slide-entry .slide-stat .display-1 {
        font-size: 40px;
    }
}

.slide-entry .slide-stat {
    padding-top: 80px;
    z-index: 2;
}

    .slide-entry .slide-stat span {
        line-height: 1;
    }

    .slide-entry .slide-stat span,
    .slide-entry .slide-stat p {
        color: var(--white);
    }

    .slide-entry .slide-stat p {
        margin: 15px 0 0;
        font-size: 20px;
        font-weight: 600;
    }

@media (max-width: 575.98px) {
    .slide-entry .slide-stat {
        padding-top: 50px;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .slide-entry {
        padding: 60px 0 50px;
    }

        .slide-entry .display-1 {
            font-size: 60px;
        }
}

.hero-3 {
    z-index: 1;
    padding: 300px 0 200px;
    position: relative;
}

@media (max-width: 1199.98px) {
    .hero-3 {
        padding: 240px 0 100px;
    }
}

@media (max-width: 575.98px) {
    .hero-3 {
        padding: 200px 0 100px;
    }
}

.hero-3 .anim-img {
    z-index: 2;
}

.hero-3 .hero-bg {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
}

    .hero-3 .hero-bg .parallax-overly {
        opacity: 1;
    }

.hero-3 .hero-txt {
    z-index: 2;
    position: relative;
    margin-left: 60px;
    max-width: 760px;
}

@media (min-width: 1600px) {
    .hero-3 .hero-txt {
        max-width: 890px;
    }
}

@media (min-width: 1400px) {
    .hero-3 .hero-txt {
        margin-left: 85px;
    }
}

.hero-3 .hero-txt h1 {
    font-weight: 800;
    font-size: 72px;
    text-transform: capitalize;
    color: var(--white);
}

@media (min-width: 1600px) {
    .hero-3 .hero-txt h1 {
        font-size: 84px;
    }
}

@media (max-width: 991.98px) {
    .hero-3 .hero-txt h1 {
        font-size: 62px;
    }
}

.hero-3 .hero-txt p {
    color: var(--white);
    margin: 30px 0 40px;
    max-width: 700px;
}

@media (max-width: 767.98px) {
    .hero-3 .hero-txt {
        margin-left: 15px;
    }

        .hero-3 .hero-txt h1 {
            font-size: 40px;
        }
}

@media (max-width: 575.98px) {
    .hero-3 .hero-txt .btn {
        margin-bottom: 20px;
    }
}

.hero-3 .hero-thumb {
    position: absolute;
    right: 0;
    top: 0;
    width: 62%;
    height: 100%;
    z-index: 1;
    background-size: cover;
}

@media (max-width: 991.98px) {
    .hero-3 .hero-thumb {
        display: none;
    }
}

/*! about */
.af-item {
    padding: 0 0 5px 25px;
    margin-bottom: 13px;
}

    .af-item p {
        margin: 0;
    }

@media (min-width: 992px) and (max-width: 1199.98px) {
    .af-item p {
        font-size: 15px;
    }
}

.af-item h3 {
    font-size: 22px;
}

@media (max-width: 575.98px) {
    .af-item {
        padding: 10px 0;
    }
}

.about-features {
    background-repeat: no-repeat;
    background-position: center left;
    background-size: contain;
}

@media (max-width: 575.98px) {
    .about-features {
        background-image: none !important;
    }
}

.quick-call {
    display: flex;
    align-items: center;
}

@media (max-width: 575.98px) {
    .quick-call {
        margin-top: 20px;
    }
}

.quick-call small {
    display: block;
    font-weight: 400;
    color: #575C67;
}

.quick-call i {
    font-size: 20px;
}

@media (max-width: 1199.98px) {
    .about-sec .anim-img.right-bottom {
        display: none;
    }
}

.about-sec .about-content {
    padding-left: 30px;
}

@media (max-width: 575.98px) {
    .about-sec .about-content {
        margin-top: 20px;
    }
}

@media (max-width: 991.98px) {
    .about-sec .about-content {
        padding-left: 0;
    }
}

.about-sec .about-content p.lead, .about-sec .about-content p.lead-sm {
    color: var(--headings-color);
    margin: 30px 0 40px;
}

@media (min-width: 1200px) {
    .about-sec .about-media {
        margin-left: -30px;
    }
}

.about-sec .about-media:before {
    background: url(../images/about-sh1.png) no-repeat top left/contain;
    left: -30%;
    top: -50px;
}

.about-sec .about-media > img {
    position: absolute;
    left: 209px;
    bottom: -125px;
    z-index: 1;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .about-sec .about-media > img {
        left: 20px;
        bottom: -200px;
        width: 100%;
    }
}

@media (min-width: 1200px) {
    .about-sec .about-media .about-feat {
        width: 475px;
        height: 571px;
    }
}

.about-sec .about-media .about-feat img {
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    --ms-border-radius: 30px;
    border-radius: 30px;
}

.about-sec .about-media .about-feat::before {
    background: transparent;
    border: 2px solid var(--purple);
    left: 40px;
    top: 40px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    --ms-border-radius: 30px;
    border-radius: 30px;
    z-index: -1;
}

@media (max-width: 991.98px) {
    .about-sec .about-media .about-feat::before {
        display: none;
    }
}

@media (max-width: 767.98px) {
    .about-sec .about-media .about-feat {
        margin-bottom: 20px;
    }

        .about-sec .about-media .about-feat::before {
            background: transparent;
            border: 2px solid var(--purple);
            left: 40px;
            top: 40px;
        }

    .about-sec .about-media > img {
        position: relative;
        left: auto;
        bottom: auto;
        max-width: 100%;
    }
}

.about-stat {
    position: absolute;
    right: 40px;
    top: 60px;
    padding: 30px 25px;
    z-index: 1;
}

    .about-stat p {
        color: var(--white);
        margin: 0;
    }

@media (max-width: 767.98px) {
    .about-stat {
        right: 0;
        top: 33%;
        padding: 20px 15px;
    }

        .about-stat .display-2, .about-stat .sec-title {
            font-size: 40px;
        }
}

@media (max-width: 575.98px) {
    .about-stat {
        position: inherit;
    }
}

.about-sec2 .anim-img.anim-img.right-bottom {
    right: 0;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .about-sec2 .about-thumb-wrap {
        max-width: 78%;
        margin-bottom: 60px;
    }
}

@media (max-width: 991.98px) {
    .about-sec2 .about-thumb-wrap {
        margin-bottom: 60px;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .about-sec2 .about-content {
        max-width: 70%;
    }
}

.about-sec2 .about-content ul.check li {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
}

.about-sec2 .about-thumbs {
    position: relative;
    padding-top: 30px;
    height: 545px;
    margin-right: 40px;
    margin-left: -159px;
}

@media (max-width: 575.98px) {
    .about-sec2 .about-thumbs {
        margin: 0;
        height: 475px;
    }
}

.about-sec2 .about-thumbs .ab-card.bg-primary {
    position: absolute;
    width: 320px;
    padding: 35px 20px;
    right: -10px;
    bottom: 0px;
    border: 15px solid #fff;
}

    .about-sec2 .about-thumbs .ab-card.bg-primary h4 {
        font-size: 30px;
    }

    .about-sec2 .about-thumbs .ab-card.bg-primary h4,
    .about-sec2 .about-thumbs .ab-card.bg-primary a {
        color: var(--white);
    }

        .about-sec2 .about-thumbs .ab-card.bg-primary a.link-btn::before {
            background: var(--white);
        }

.about-header h6 {
    font-weight: 500;
}

    .about-header h6 span {
        font-weight: 700;
        width: 75px;
        display: inline-grid;
    }

.about-feature {
    margin: 40px 0;
}

    .about-feature h4 {
        font-size: 22px;
    }

    .about-feature .single-feat {
        margin-bottom: 40px;
        max-width: 465px;
    }

        .about-feature .single-feat ul {
            padding-left: 35px;
        }

            .about-feature .single-feat ul li {
                margin-top: 20px;
            }

                .about-feature .single-feat ul li::before {
                    background: url("../images/icons/love-s.png") no-repeat left top;
                    left: -30px;
                    top: 4px;
                }

        .about-feature .single-feat:nth-child(2) ul li:first-child {
            margin: 40px 0;
        }

            .about-feature .single-feat:nth-child(2) ul li:first-child::after {
                position: absolute;
                content: "";
                left: -25px;
                bottom: -20px;
                width: 550px;
                height: 1px;
                background-color: var(--theme-border);
            }

@media (max-width: 1399.98px) {
    .about-feature .single-feat:nth-child(2) ul li:first-child::after {
        width: 100%;
    }
}

.about-sec3 .about-thumbs {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    padding-right: 30px;
}

@media (max-width: 1199.98px) {
    .about-sec3 .about-thumbs {
        margin-bottom: 60px;
    }
}

.about-sec3 .about-thumbs::before {
    background-color: var(--purple);
    width: 190px;
    height: 190px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    --ms-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    left: 40%;
    top: 58%;
}

.about-sec3 .about-thumbs > img:nth-child(1) {
    border-radius: 0 50px 50px 50px;
    width: 240px;
    height: 286px;
}

.about-sec3 .about-thumbs img:nth-child(2) {
    border-radius: 50px 0 50px 50px;
    width: 313px;
    height: 347px;
    margin-top: -60px;
}

.about-sec3 .about-thumbs img:nth-child(3) {
    border-radius: 50px 50px 50px 0;
    width: 178px;
    height: 192px;
    margin-left: 80px;
}

.about-sec3 .about-thumbs .about-stat {
    right: 130px;
    padding: 30px 25px;
    border-radius: 50px 50px 0 50px;
    top: auto;
    bottom: -13px;
}

    .about-sec3 .about-thumbs .about-stat::before {
        position: absolute;
        content: "";
        border: 2px solid var(--purple);
        border-radius: 30px 30px 0 30px;
        width: 100%;
        height: 100%;
        top: 15px;
        left: 15px;
        z-index: 1;
    }

@media (max-width: 575.98px) {
    .about-sec3 .about-thumbs {
        padding: 0;
    }

        .about-sec3 .about-thumbs .about-stat {
            right: 0;
        }
}

.about-sec3 p.h6, .about-sec3 .payment-option p.accordion-button, .payment-option .about-sec3 p.accordion-button, .about-sec3 .product-details-tab .nav-tabs li p.nav-link, .product-details-tab .nav-tabs li .about-sec3 p.nav-link, .about-sec3 .portfolio-menu .nav p.nav-link, .portfolio-menu .nav .about-sec3 p.nav-link, .about-sec3 .review-top p.lead, .review-top .about-sec3 p.lead, .about-sec3 .review-top p.lead-sm, .review-top .about-sec3 p.lead-sm {
    line-height: 28px;
    margin-bottom: 20px;
    font-size: 16px;
}

    .about-sec3 p.h6 span, .about-sec3 .payment-option p.accordion-button span, .payment-option .about-sec3 p.accordion-button span, .about-sec3 .product-details-tab .nav-tabs li p.nav-link span, .product-details-tab .nav-tabs li .about-sec3 p.nav-link span, .about-sec3 .portfolio-menu .nav p.nav-link span, .portfolio-menu .nav .about-sec3 p.nav-link span, .about-sec3 .review-top p.lead span, .review-top .about-sec3 p.lead span, .about-sec3 .review-top p.lead-sm span, .review-top .about-sec3 p.lead-sm span {
        color: var(--purple);
    }

.about-sec3 .about-process {
    margin: 40px 0;
    gap: 5rem;
}

    .about-sec3 .about-process::before {
        width: 1px;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        left: 48%;
    }

@media (max-width: 575.98px) {
    .about-sec3 .about-process::before {
        display: none;
    }
}

@media (max-width: 575.98px) {
    .about-sec3 .about-process > div {
        margin-bottom: 50px;
    }
}

.about-sec3 .about-process > div h4 {
    margin-left: 30px;
}

.about-sec3 .about-process > div:last-child {
    margin-left: auto;
}

.abstat-wrap {
    padding: 55px 0 30px;
    overflow: hidden;
}

    .abstat-wrap .progress {
        background: rgba(var(--secondary-rgb), 0.15);
        height: 11px;
        border: 0 none;
        margin-top: 30px;
    }

        .abstat-wrap .progress .progress-bar {
            background-color: var(--purple);
            height: 10px;
            border-radius: 10px;
        }

            .abstat-wrap .progress .progress-bar span {
                font-size: 20px;
            }

    .abstat-wrap .donate-stat {
        margin-top: 15px;
    }

        .abstat-wrap .donate-stat::before {
            width: 265px;
            height: 1px;
            position: absolute;
            top: 50%;
            left: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

@media (max-width: 575.98px) {
    .abstat-wrap .donate-stat::before {
        height: 0;
    }
}

.abstat-wrap .donate-stat h6 {
    margin: 0;
    font-size: 16px;
}

    .abstat-wrap .donate-stat h6 span {
        font-weight: 400;
        color: var(--body-color);
    }

.brands-sec {
    padding: 80px 0 70px;
}

    .brands-sec h4 {
        font-size: 30px;
        margin-bottom: 40px;
    }

    .brands-sec .swiper-slide {
        text-align: center;
    }

.brands-carousel img {
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    --ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

    .brands-carousel img:hover {
        filter: brightness(0.4);
    }

.about-sec4 .about-feature {
    margin: 40px 0 20px;
}

.about-sec4 .about-imgs {
    margin-top: 20px;
}

    .about-sec4 .about-imgs::before {
        border: 2px solid var(--purple);
        border-radius: 30px;
        width: 430px;
        height: 520px;
        background-color: transparent;
        left: 60px;
        top: 40px;
    }

    .about-sec4 .about-imgs .abst-img {
        position: absolute;
        right: -90px;
        bottom: -80px;
    }

@media (max-width: 767.98px) {
    .about-sec4 .about-imgs::before {
        display: none;
    }

    .about-sec4 .about-imgs .abst-img {
        position: inherit;
        right: 0px;
        max-width: 100%;
        bottom: 0;
        margin: 20px 0;
    }
}

.about-sec4 .about-inner {
    padding: 30px 0 0 120px;
}

@media (max-width: 767.98px) {
    .about-sec4 .about-inner {
        padding: 20px 0;
    }
}

.about-sec4 .about-inner ul li {
    margin-bottom: 12px;
    color: var(--headings-color);
}

    .about-sec4 .about-inner ul li::marker {
        color: var(--purple);
        font-size: 18px;
    }

    .about-sec4 .about-inner ul li:last-child {
        margin-bottom: 0;
    }

.about-sec4 .about-inner .about-process > div {
    flex: 0 0 200px;
}

@media (max-width: 575.98px) {
    .about-sec4 .about-inner .about-process > div {
        margin-bottom: 15px;
    }
}

.about-sec4 .about-inner .about-process > div span {
    margin-right: 20px;
}

.about-sec4 .about-inner .about-process > div h4 {
    font-size: 18px;
}

.about-sec4 .about-inner .success-year {
    width: 120px;
    height: 125px;
    text-align: center;
    -webkit-box-shadow: 0px 13px 25px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0px 13px 25px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 13px 25px rgba(0, 0, 0, 0.05);
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    --ms-border-radius: 15px;
    border-radius: 15px;
    margin-right: 20px;
}

    .about-sec4 .about-inner .success-year span {
        font-size: 36px;
        color: var(--primary);
        padding-top: 15px;
        display: block;
    }

/*! cause */
.cause-entry, .cause-entry3 {
    overflow: hidden;
    padding: 10px;
    box-shadow: 0 16px 50px 10px rgba(12, 12, 13, 0.07);
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    --ms-border-radius: 30px;
    border-radius: 30px;
}

    .cause-entry::before, .cause-entry3::before {
        background: url("../images/icons/love-w.png") no-repeat right bottom;
        left: auto;
        top: auto;
        right: 20px;
        bottom: 20px;
    }

    .cause-entry .cause-thumb, .cause-entry3 .cause-thumb {
        overflow: hidden;
        -webkit-border-radius: 15px;
        -moz-border-radius: 15px;
        --ms-border-radius: 15px;
        border-radius: 15px;
    }

        .cause-entry .cause-thumb img, .cause-entry3 .cause-thumb img {
            transform: scale(1);
            -webkit-transition: all 0.5s ease-in-out;
            -moz-transition: all 0.5s ease-in-out;
            --ms-transition: all 0.5s ease-in-out;
            -o-transition: all 0.5s ease-in-out;
            transition: all 0.5s ease-in-out;
        }

@media (max-width: 1199.98px) {
    .cause-entry .cause-thumb img, .cause-entry3 .cause-thumb img {
        width: 100%;
    }
}

.cause-entry .cause-txt, .cause-entry3 .cause-txt {
    padding: 20px 15px 20px;
    overflow: hidden;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .cause-entry .cause-txt, .cause-entry3 .cause-txt {
        padding: 40px 15px 20px;
    }
}

.cause-entry .cause-txt h3, .cause-entry3 .cause-txt h3 {
    font-size: 24px;
    margin: 24px 0 30px;
}

.cause-entry .cause-txt .prog-stat, .cause-entry3 .cause-txt .prog-stat {
    overflow: hidden;
}

    .cause-entry .cause-txt .prog-stat .progress, .cause-entry3 .cause-txt .prog-stat .progress {
        margin-top: 35px;
    }

.cause-entry .cause-txt .donate-stat, .cause-entry3 .cause-txt .donate-stat {
    margin-top: 8px;
}

    .cause-entry .cause-txt .donate-stat small, .cause-entry3 .cause-txt .donate-stat small {
        color: var(--headings-color);
        font-weight: 600;
    }

.cause-entry .cause-txt .btn, .cause-entry3 .cause-txt .btn {
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    --ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.cause-entry:hover .cause-thumb img, .cause-entry3:hover .cause-thumb img {
    transform: scale(1.2) rotate(5deg);
}

.cause-entry:hover h3 a, .cause-entry3:hover h3 a,
.cause-entry:hover span.cause-meta a,
.cause-entry3:hover span.cause-meta a {
    color: var(--purple);
}

.cause-entry:hover .btn, .cause-entry3:hover .btn {
    background-color: var(--purple) !important;
    border: 1px solid var(--purple);
}

.causes-sec .cause-entry, .causes-sec .cause-entry3,
.causes-sec3 .cause-entry,
.causes-sec3 .cause-entry3 {
    box-shadow: none;
}

.cause-list {
    display: flex;
    padding: 30px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.05);
    border: 1px solid var(--theme-border);
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .cause-list {
        padding: 20px;
    }
}

.cause-list h3 {
    font-size: 24px;
}

.cause-list .cause-txt {
    padding-right: 20px;
}

    .cause-list .cause-txt .donate-stat {
        margin-top: 6px;
    }

        .cause-list .cause-txt .donate-stat::before {
            width: 2px;
            height: 33px;
            position: absolute;
            top: 50%;
            left: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .cause-list .cause-txt .donate-stat h6 {
            font-size: 1rem;
        }

    .cause-list .cause-txt .btn {
        margin-top: 20px;
    }

    .cause-list .cause-txt .progress {
        margin-top: 20px;
        background-color: #EAE2CC;
        border: 0 none;
    }

        .cause-list .cause-txt .progress .progress-bar {
            height: 7px;
            background-color: var(--purple);
        }

.cause-list .cause-thumb {
    flex: 0 0 50%;
    overflow: hidden;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    --ms-border-radius: 16px;
    border-radius: 16px;
    text-align: right;
}

    .cause-list .cause-thumb::before {
        content: "";
        background: url("../images/cause-sh.png") no-repeat left center;
        width: 80px;
        z-index: 1;
        position: absolute;
    }

    .cause-list .cause-thumb img {
        object-fit: cover;
        height: 100%;
    }

    .cause-list .cause-thumb span {
        position: absolute;
        background-color: var(--purple);
        width: 60px;
        color: var(--white);
        right: 20px;
        top: 20px;
        text-align: center;
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        --ms-border-radius: 8px;
        border-radius: 8px;
    }

@media (max-width: 575.98px) {
    .cause-list {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        padding: 15px;
    }

        .cause-list .cause-txt {
            order: 2;
            padding: 10px 0px;
        }

        .cause-list .cause-thumb {
            order: 1;
            flex: 0 0 100%;
        }

            .cause-list .cause-thumb a {
                display: block;
            }

                .cause-list .cause-thumb a img {
                    width: 100%;
                }

            .cause-list .cause-thumb::before {
                display: none;
            }
}

.cause-slider {
    padding-bottom: 100px;
    padding-top: 20px;
}

    .cause-slider .swiper-slide {
        width: 630px;
    }

@media (max-width: 767.98px) {
    .cause-slider .swiper-slide {
        width: 100%;
    }
}

.feature-mt {
    position: relative;
    overflow: visible;
    /* important */
}

.causes-sec .causes-carousel {
    padding-bottom: 80px;
}

.causes-sec3 {
    position: relative;
    padding: 200px 0;
    overflow: hidden;
}

@media (max-width: 991.98px) {
    .causes-sec3 {
        padding: 100px 0;
    }
}

.causes-sec3 .cause-content p {
    margin: 40px 0;
}

.causes-sec3 .cause-content .swiper-pagination {
    justify-content: start;
    top: 120%;
}

.slider-wrap {
    position: absolute;
    top: 0;
    right: 0;
    width: 62vw;
    height: 100%;
    display: flex;
    align-items: center;
}

@media (max-width: 991.98px) {
    .slider-wrap {
        position: relative;
        width: auto;
    }
}

.slider-wrap .swiper-slide {
    width: 410px;
}

@media (max-width: 575.98px) {
    .slider-wrap .swiper-slide {
        width: 100%;
    }
}

.cause-entry2 {
    padding: 20px;
}

@media (max-width: 991.98px) {
    .cause-entry2 {
        margin-bottom: 30px;
    }
}

.cause-entry2 .cause-thumb {
    position: relative;
}

    .cause-entry2 .cause-thumb span.badge {
        position: absolute;
        left: 20px;
        top: 20px;
        font-size: 16px;
        border-radius: 30px;
        padding: 10px 15px;
    }

.cause-entry2 .cause-details {
    padding-top: 25px;
}

.cause-entry2 .cause-progress {
    padding: 30px;
    margin-top: 20px;
}

    .cause-entry2 .cause-progress .progress {
        border: 0 none;
        background-color: #eae2cc;
    }

    .cause-entry2 .cause-progress .progress-bar {
        background-color: var(--purple);
    }

    .cause-entry2 .cause-progress > p {
        font-size: 18px;
        font-weight: 500;
        color: var(--headings-color);
    }

        .cause-entry2 .cause-progress > p span.number {
            color: var(--primary);
        }

    .cause-entry2 .cause-progress .donate-stat {
        margin: 10px 0 30px;
    }

        .cause-entry2 .cause-progress .donate-stat p {
            margin-bottom: 0;
        }

.cause-entry3 {
    padding: 20px;
}

    .cause-entry3::before {
        display: none;
    }

    .cause-entry3 .cause-thumb {
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        --ms-border-radius: 20px;
        border-radius: 20px;
    }

    .cause-entry3 .cause-txt {
        padding: 20px 0px 0px;
    }

        .cause-entry3 .cause-txt .progress {
            border-radius: 0;
        }

        .cause-entry3 .cause-txt h3 {
            margin: 5px 0 48px;
        }

        .cause-entry3 .cause-txt .btn {
            width: 100%;
            margin-top: 30px;
        }

    .cause-entry3:hover .btn.btn-primary {
        background-color: var(--purple) !important;
    }

.causes-sec4 .container {
    max-width: 1365px;
}

@media (max-width: 575.98px) {
    .feat-list {
        margin-top: 30px;
    }

    .img-gall {
        margin-bottom: 15px;
    }
}
/*! cta */
.cta-wrap {
    max-width: 760px;
}

.cta-sec {
    background: #122F2A;
    background-blend-mode: multiply;
    background-position: center center;
    background-size: cover;
    overflow: hidden;
}

    .cta-sec::before {
        background: #122F2A;
        background: linear-gradient(90deg, rgb(18, 47, 42) 26%, rgba(18, 47, 42, 0.69) 100%);
        background-blend-mode: multiply;
        opacity: 0.4;
        --ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
        filter: alpha(opacity=40);
    }

    .cta-sec .parallax-overly {
        position: absolute;
        inset: 0;
        background-color: #1b5e53;
        opacity: 1;
        mix-blend-mode: multiply;
        z-index: -1;
    }

    .cta-sec h2 {
        margin: 20px 0 30px;
    }

    .cta-sec .abs-img {
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
    }

@media (max-width: 575.98px) {
    .cta-sec .abs-img {
        max-width: 95px;
    }
}

.cta-sec .abs-img.right {
    left: auto;
    right: 0;
}

.cta-sec .abs-img.right-bottom {
    left: auto;
    top: auto;
    right: 0;
    bottom: 0;
}

.cta-sec3 .parallax-overly {
    opacity: 1;
    --ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
}

.cta-sec3 .video-box {
    text-align: center;
    max-width: 160px;
    margin-left: auto;
}

    .cta-sec3 .video-box h6 {
        font-family: caveat;
        font-size: 30px;
        margin-top: 20px;
    }

    .cta-sec3 .video-box a {
        display: inline-flex;
        font-size: 22px;
        width: 80px;
        height: 80px;
    }

        .cta-sec3 .video-box a::before {
            width: 120px;
            height: 120px;
            border-radius: 100%;
            background: rgba(255, 255, 255, 0.4);
            border: 1px solid var(--theme-border);
            position: absolute;
            top: 50%;
            left: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

@media (max-width: 767.98px) {
    .cta-sec3 .video-box {
        max-width: 100%;
        margin: 100px 0 0;
    }
}

/*! contact */
.contact-form .form-group.half-group, .vol-form .form-group.half-group {
    flex: 0 0 48%;
}

.contact-form .form-group, .vol-form .form-group {
    margin-bottom: 30px;
}

    .contact-form .form-group input, .vol-form .form-group input,
    .contact-form .form-group textarea,
    .vol-form .form-group textarea {
        border-radius: 0;
        color: var(--body-text);
        border: 1px solid var(--theme-border);
        background-color: transparent;
    }

        .contact-form .form-group input::placeholder, .vol-form .form-group input::placeholder,
        .contact-form .form-group textarea::placeholder,
        .vol-form .form-group textarea::placeholder {
            color: var(--body-text);
        }

.contact-form textarea, .vol-form textarea {
    height: 160px;
}

.contact-map {
    /*box-shadow: 0 4px 50px 0 #efefef;
  padding: 40px;*/
}

    .contact-map .map-info {
        flex: 0 0 360px;
    }

        .contact-map .map-info .m-inf-item {
            margin-bottom: 40px;
        }

            .contact-map .map-info .m-inf-item .icon-lg, .contact-map .map-info .m-inf-item .gallery-item .gallery-hover a, .gallery-item .gallery-hover .contact-map .map-info .m-inf-item a {
                width: 80px;
                height: 80px;
                margin-right: 20px;
                -webkit-border-radius: 24px;
                -moz-border-radius: 24px;
                --ms-border-radius: 24px;
                border-radius: 24px;
                background-color: var(--primary);
            }

            .contact-map .map-info .m-inf-item h5 {
                margin-bottom: 5px;
                font-size: 22px;
            }

            .contact-map .map-info .m-inf-item p {
                margin: 0;
            }

            .contact-map .map-info .m-inf-item:nth-child(2) .icon-lg, .contact-map .map-info .m-inf-item:nth-child(2) .gallery-item .gallery-hover a, .gallery-item .gallery-hover .contact-map .map-info .m-inf-item:nth-child(2) a {
                background-color: var(--purple);
            }

            .contact-map .map-info .m-inf-item:nth-child(3) .icon-lg, .contact-map .map-info .m-inf-item:nth-child(3) .gallery-item .gallery-hover a, .gallery-item .gallery-hover .contact-map .map-info .m-inf-item:nth-child(3) a {
                background-color: var(--tertiary);
            }

            .contact-map .map-info .m-inf-item:nth-child(4) .icon-lg, .contact-map .map-info .m-inf-item:nth-child(4) .gallery-item .gallery-hover a, .gallery-item .gallery-hover .contact-map .map-info .m-inf-item:nth-child(4) a {
                background-color: var(--tertiary);
            }

            .contact-map .map-info .m-inf-item:nth-child(5) {
                margin-bottom: 0;
            }

                .contact-map .map-info .m-inf-item:nth-child(5) .icon-lg, .contact-map .map-info .m-inf-item:nth-child(5) .gallery-item .gallery-hover a, .gallery-item .gallery-hover .contact-map .map-info .m-inf-item:nth-child(5) a {
                    background-color: var(--danger);
                }

.map-loc {
    flex: 1;
    margin-left: 50px;
    border-radius: 30px;
    overflow: hidden;
}

    .map-loc iframe {
        height: 100%;
        width: 100%;
    }

@media (max-width: 767.98px) {
    .map-loc {
        margin-left: 0;
        margin-top: 30px;
    }

        .map-loc iframe {
            height: 300px;
        }
}

.donar-thumb {
    text-align: center;
    margin-right: 60px;
    border-radius: 30px;
    background-color: #FDF8EA;
    mask-image: url(../images/contact-mask.png);
    mask-repeat: no-repeat;
}

@media (max-width: 991.98px) {
    .donar-thumb {
        margin-bottom: 60px;
    }
}

.contact-form2 {
    padding: 40px;
}

    .contact-form2 .form-group {
        margin-bottom: 30px;
    }

        .contact-form2 .form-group input,
        .contact-form2 .form-group textarea {
            border-radius: 30px;
            padding-left: 30px;
        }

        .contact-form2 .form-group textarea {
            height: 180px;
        }

.account-form {
    padding: 60px;
}

.errot-txt {
    margin: 60px 0 0;
}

    .errot-txt p {
        max-width: 450px;
        margin: 0 auto 40px;
    }

    .errot-txt i {
        margin-right: 10px;
    }

    .errot-txt .btn {
        padding: 15px 28px;
    }

.contact-sec2 {
    margin: 0 20px;
}

    .contact-sec2 .contact-bg {
        position: absolute;
        width: 44%;
        height: 100%;
        left: 0;
        top: 0;
    }

        .contact-sec2 .contact-bg::before {
            background: url("../images/contact-bg2.png") no-repeat top right/contain;
            right: -135px;
            top: 0;
            position: absolute;
            content: "";
            width: 770px;
            height: 100%;
        }

@media (min-width: 1600px) {
    .contact-sec2 .contact-bg::before {
        right: -100px;
    }
}

@media (max-width: 767.98px) {
    .contact-sec2 .contact-bg {
        display: none;
    }

    .account-form {
        padding: 40px 15px;
    }
}

.contact-sec2 .contact-wrapper {
    max-width: 660px;
    margin-left: auto;
    margin-right: 0;
    z-index: 2;
    position: relative;
}

    .contact-sec2 .contact-wrapper .contact-form input, .contact-sec2 .contact-wrapper .vol-form input,
    .contact-sec2 .contact-wrapper .contact-form textarea,
    .contact-sec2 .contact-wrapper .vol-form textarea {
        border-radius: 30px;
        padding-left: 25px;
    }

/*! story */
.story-sec {
    overflow: hidden;
}

    .story-sec .sec-title {
        font-weight: 700;
    }

    .story-sec .progress {
        border: 0 none;
        background-color: #F6F6F6;
    }

.story-txt {
    max-width: 690px;
}

    .story-txt .success-stat {
        padding-top: 45px;
    }

        .story-txt .success-stat .progress {
            margin-bottom: 60px;
        }

            .story-txt .success-stat .progress .meta {
                top: -33px;
            }

            .story-txt .success-stat .progress .meta,
            .story-txt .success-stat .progress span {
                font-size: 20px;
            }

@media (max-width: 767.98px) {
    .story-txt .success-stat .progress .meta,
    .story-txt .success-stat .progress span {
        font-size: 16px;
    }
}

.story-txt .success-stat .progress:last-child .progress-bar {
    background-color: var(--purple);
}

.success-quote {
    max-width: 340px;
    background: var(--white);
    padding: 40px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    --ms-border-radius: 30px;
    border-radius: 30px;
    -webkit-box-shadow: 0 16px 32px -4px rgba(12, 12, 13, 0.1);
    -moz-box-shadow: 0 16px 32px -4px rgba(12, 12, 13, 0.1);
    box-shadow: 0 16px 32px -4px rgba(12, 12, 13, 0.1);
    position: absolute;
    bottom: -16%;
}

    .success-quote p {
        margin-bottom: 0;
    }

.sc-media-wrap::before {
    background: url("../images/story-bg.png") no-repeat center center/cover;
    left: 34px;
    top: -2px;
    width: 640px;
}

.sc-media-wrap .success-media img {
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    --ms-border-radius: 30px;
    border-radius: 30px;
}

.sc-media-wrap .success-media > img:nth-child(2) {
    margin-top: 60px;
}

@media (max-width: 767.98px) {
    .sc-media-wrap .success-media > img:nth-child(2) {
        margin-top: 20px;
    }
}

.sc-media-wrap .success-year {
    background: var(--white);
    position: absolute;
    bottom: 50px;
    padding: 13px 30px;
    border-radius: 20px;
    box-shadow: 0 16px 32px -4px rgba(0, 0, 0, 0.2);
    display: inline-flex;
    align-items: center;
}

@media (min-width: 576px) {
    .sc-media-wrap .success-year {
        width: 320px;
    }
}

.sc-media-wrap .success-year span {
    font-weight: 700;
    font-size: 74px;
    color: var(--primary);
    width: 100px;
}

@media (max-width: 767.98px) {
    .sc-media-wrap .success-year span {
        font-size: 65px;
    }
}

.sc-media-wrap .success-year .sy-txt {
    font-weight: 600;
    font-size: 30px;
    color: #797E88;
}

    .sc-media-wrap .success-year .sy-txt small {
        color: var(--purple);
        display: block;
        font-size: 18px;
        font-weight: 500;
    }

@media (max-width: 575.98px) {
    .sc-media-wrap {
        margin-top: 30px;
    }
}

/*! card */
.card-entry, .service-entry, .card-entry2 {
    padding: 30px;
    background-color: var(--white);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    --ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    -webkit-box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.06);
    -moz-box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.06);
    box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.06);
}

    .card-entry::before, .service-entry::before, .card-entry2::before {
        background: url("/images/love-lg-h.png") no-repeat center bottom;
        opacity: 0.05;
        transition: opacity 0.5s ease-in-out;
    }

    .card-entry p, .service-entry p, .card-entry2 p {
        -webkit-transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        --ms-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
    }

    .card-entry .icon, .service-entry .icon, .card-entry2 .icon, .card-entry .icon-xs, .service-entry .icon-xs, .card-entry2 .icon-xs, .card-entry .icon-lg, .card-entry .gallery-item .gallery-hover a, .gallery-item .gallery-hover .card-entry a, .service-entry .icon-lg, .service-entry .gallery-item .gallery-hover a, .gallery-item .gallery-hover .service-entry a, .card-entry2 .icon-lg, .card-entry2 .gallery-item .gallery-hover a, .gallery-item .gallery-hover .card-entry2 a, .card-entry .icon-xl, .service-entry .icon-xl, .card-entry2 .icon-xl, .card-entry .btn-2 span, .service-entry .btn-2 span, .card-entry2 .btn-2 span, .btn-2 .card-entry span, .btn-2 .service-entry span, .btn-2 .card-entry2 span {
        margin: 0 auto;
        width: 82px;
        height: 82px;
        background: url("/images/serv-icon.png") no-repeat center center;
        -webkit-transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        --ms-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
    }

        .card-entry .icon svg path, .service-entry .icon svg path, .card-entry2 .icon svg path, .card-entry .icon-xs svg path, .service-entry .icon-xs svg path, .card-entry2 .icon-xs svg path, .card-entry .icon-lg svg path, .card-entry .gallery-item .gallery-hover a svg path, .gallery-item .gallery-hover .card-entry a svg path, .service-entry .icon-lg svg path, .service-entry .gallery-item .gallery-hover a svg path, .gallery-item .gallery-hover .service-entry a svg path, .card-entry2 .icon-lg svg path, .card-entry2 .gallery-item .gallery-hover a svg path, .gallery-item .gallery-hover .card-entry2 a svg path, .card-entry .icon-xl svg path, .service-entry .icon-xl svg path, .card-entry2 .icon-xl svg path, .card-entry .btn-2 span svg path, .service-entry .btn-2 span svg path, .card-entry2 .btn-2 span svg path, .btn-2 .card-entry span svg path, .btn-2 .service-entry span svg path, .btn-2 .card-entry2 span svg path {
            fill: var(--white);
            -webkit-transition: all 0.4s ease-in-out;
            -moz-transition: all 0.4s ease-in-out;
            --ms-transition: all 0.4s ease-in-out;
            -o-transition: all 0.4s ease-in-out;
            transition: all 0.4s ease-in-out;
        }

    .card-entry h3, .service-entry h3, .card-entry2 h3 {
        margin: 25px 0 15px;
    }

    .card-entry .link-btn, .service-entry .link-btn, .card-entry2 .link-btn {
        color: var(--primary);
    }

        .card-entry .link-btn::before, .service-entry .link-btn::before, .card-entry2 .link-btn::before {
            background-color: var(--primary);
        }

    .card-entry:hover, .service-entry:hover, .card-entry2:hover {
        background-color: var(--primary);
    }

        .card-entry:hover::before, .service-entry:hover::before, .card-entry2:hover::before {
            opacity: 0.7;
        }

        .card-entry:hover h3 a, .service-entry:hover h3 a, .card-entry2:hover h3 a,
        .card-entry:hover p,
        .service-entry:hover p,
        .card-entry2:hover p {
            color: var(--white);
        }

        .card-entry:hover .link-btn, .service-entry:hover .link-btn, .card-entry2:hover .link-btn {
            color: var(--purple);
        }

            .card-entry:hover .link-btn::before, .service-entry:hover .link-btn::before, .card-entry2:hover .link-btn::before {
                background: var(--purple);
            }

            .card-entry:hover .link-btn i, .service-entry:hover .link-btn i, .card-entry2:hover .link-btn i {
                transform: rotate(0deg);
            }

        .card-entry:hover .icon, .service-entry:hover .icon, .card-entry2:hover .icon, .card-entry:hover .icon-xs, .service-entry:hover .icon-xs, .card-entry2:hover .icon-xs, .card-entry:hover .icon-lg, .card-entry:hover .gallery-item .gallery-hover a, .gallery-item .gallery-hover .card-entry:hover a, .service-entry:hover .icon-lg, .service-entry:hover .gallery-item .gallery-hover a, .gallery-item .gallery-hover .service-entry:hover a, .card-entry2:hover .icon-lg, .card-entry2:hover .gallery-item .gallery-hover a, .gallery-item .gallery-hover .card-entry2:hover a, .card-entry:hover .icon-xl, .service-entry:hover .icon-xl, .card-entry2:hover .icon-xl, .card-entry:hover .btn-2 span, .service-entry:hover .btn-2 span, .card-entry2:hover .btn-2 span, .btn-2 .card-entry:hover span, .btn-2 .service-entry:hover span, .btn-2 .card-entry2:hover span {
            background: url("../images/serv-icon-h.png") no-repeat center center;
        }

            .card-entry:hover .icon svg path, .service-entry:hover .icon svg path, .card-entry2:hover .icon svg path, .card-entry:hover .icon-xs svg path, .service-entry:hover .icon-xs svg path, .card-entry2:hover .icon-xs svg path, .card-entry:hover .icon-lg svg path, .card-entry:hover .gallery-item .gallery-hover a svg path, .gallery-item .gallery-hover .card-entry:hover a svg path, .service-entry:hover .icon-lg svg path, .service-entry:hover .gallery-item .gallery-hover a svg path, .gallery-item .gallery-hover .service-entry:hover a svg path, .card-entry2:hover .icon-lg svg path, .card-entry2:hover .gallery-item .gallery-hover a svg path, .gallery-item .gallery-hover .card-entry2:hover a svg path, .card-entry:hover .icon-xl svg path, .service-entry:hover .icon-xl svg path, .card-entry2:hover .icon-xl svg path, .card-entry:hover .btn-2 span svg path, .service-entry:hover .btn-2 span svg path, .card-entry2:hover .btn-2 span svg path, .btn-2 .card-entry:hover span svg path, .btn-2 .service-entry:hover span svg path, .btn-2 .card-entry2:hover span svg path {
                fill: var(--white);
            }

.banner-feature {
    padding: 125px 45px 80px;
    background-color: var(--shade);
    position: relative;
    margin: -50px 20px 0;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
}

@media (min-width: 1200px) {
    .banner-feature .container {
        max-width: 1460px;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .banner-feature {
        padding: 80px 10px 50px;
    }
}

@media (max-width: 767.98px) {
    .banner-feature {
        padding: 60px 0px 40px;
    }
}

.banner-feature h3 {
    font-size: 22px;
}

.card-list {
    display: flex;
}

    .card-list .card-txt {
        max-width: 320px;
        margin-left: 30px;
    }

.card-entry2 {
    padding: 40px 35px;
}

.services-sec2 {
    padding-bottom: 120px;
}

@media (max-width: 767.98px) {
    .services-sec2 {
        padding-bottom: 80px;
    }
}

.services-sec2 .serv-wrapper {
    position: relative;
    margin-top: -145px;
}

.services-sec2 .service-bg {
    height: 530px;
    margin: 0 20px;
    border-radius: 30px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .services-sec2 .service-bg .serv-header {
        z-index: 2;
        max-width: 750px;
    }

@media (max-width: 575.98px) {
    .services-sec2 .service-bg .serv-header {
        margin-bottom: 20px;
    }
}

.services-sec2 .serv-loader {
    padding-top: 60px;
}

    .services-sec2 .serv-loader .sub-title {
        color: var(--headings-color);
    }

        .services-sec2 .serv-loader .sub-title::before, .services-sec2 .serv-loader .sub-title::after {
            display: none;
        }

        .services-sec2 .serv-loader .sub-title a {
            margin-left: 20px;
        }

.service-entry {
    position: relative;
    box-shadow: none;
    border: 1px solid var(--theme-border);
}

@media (max-width: 991.98px) {
    .service-entry {
        margin-bottom: 130px;
    }
}

.service-entry .card-content {
    padding-bottom: 30px;
}

    .service-entry .card-content h3 {
        margin-top: 0;
    }

.service-entry .card-thumbs {
    position: absolute;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translate(-50%);
    bottom: -110px;
}

    .service-entry .card-thumbs::after {
        position: absolute;
        content: "";
        width: 200px;
        height: 180px;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        background: url("../images/servc-bg.png") no-repeat center center;
        border-radius: 50%;
        z-index: -1;
        top: 60%;
    }

    .service-entry .card-thumbs .icon, .service-entry .card-thumbs .icon-xs, .service-entry .card-thumbs .icon-lg, .service-entry .card-thumbs .gallery-item .gallery-hover a, .gallery-item .gallery-hover .service-entry .card-thumbs a, .service-entry .card-thumbs .icon-xl, .service-entry .card-thumbs .btn-2 span, .btn-2 .service-entry .card-thumbs span {
        background: var(--primary);
        width: 48px;
        height: 48px;
        margin-top: 20px;
    }

        .service-entry .card-thumbs .icon i, .service-entry .card-thumbs .icon-xs i, .service-entry .card-thumbs .icon-lg i, .service-entry .card-thumbs .gallery-item .gallery-hover a i, .gallery-item .gallery-hover .service-entry .card-thumbs a i, .service-entry .card-thumbs .icon-xl i, .service-entry .card-thumbs .btn-2 span i, .btn-2 .service-entry .card-thumbs span i {
            transform: rotate(-25deg);
            -webkit-transition: all 0.4s ease;
            -moz-transition: all 0.4s ease;
            --ms-transition: all 0.4s ease;
            -o-transition: all 0.4s ease;
            transition: all 0.4s ease;
        }

.service-entry:hover .icon, .service-entry:hover .icon-xs, .service-entry:hover .icon-lg, .service-entry:hover .gallery-item .gallery-hover a, .gallery-item .gallery-hover .service-entry:hover a, .service-entry:hover .icon-xl, .service-entry:hover .btn-2 span, .btn-2 .service-entry:hover span {
    background: var(--purple);
}

    .service-entry:hover .icon i, .service-entry:hover .icon-xs i, .service-entry:hover .icon-lg i, .service-entry:hover .gallery-item .gallery-hover a i, .gallery-item .gallery-hover .service-entry:hover a i, .service-entry:hover .icon-xl i, .service-entry:hover .btn-2 span i, .btn-2 .service-entry:hover span i {
        transform: rotate(0deg);
    }

.services-sec3 {
    padding-bottom: 215px;
}

@media (max-width: 991.98px) {
    .services-sec3 {
        padding-bottom: 100px;
    }
}

/*! text-slide */
.text-slide .swiper-slide {
    width: auto;
}

.slide-transtion .swiper-slide p {
    font-weight: 800;
    font-size: 84px;
    text-transform: capitalize;
    line-height: 1;
    color: var(--headings-color);
}

@media (max-width: 767.98px) {
    .slide-transtion .swiper-slide p {
        font-size: 50px;
    }
}

.slide-transtion .swiper-slide::before {
    background: url("../images/text-overly.png") no-repeat center left;
    left: -63px;
}

.text-slider-sec {
    padding-bottom: 120px;
}

@media (max-width: 767.98px) {
    .text-slider-sec {
        padding-bottom: 60px;
    }
}

.text-slider-sec .swiper-slide:nth-child(even) p {
    color: transparent;
    -webkit-text-stroke: 1px var(--body-color);
}

.slide-transtion {
    -webkit-transition-timing-function: linear !important;
    transition-timing-function: linear !important;
}

/*! stat */
.stat-card .display-2, .stat-card .sec-title {
    font-weight: 700;
}

.stat-card h3 {
    margin-bottom: 0;
}

.stat-card p {
    color: #42454B;
    font-weight: 600;
}

.stat-card span {
    color: var(--primary);
}

.stat-sec .row > div::before, .stat-sec2 .row > div::before {
    width: 2px;
    height: 65px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: auto;
    right: 0;
}

@media (max-width: 991.98px) {
    .stat-sec .row > div::before, .stat-sec2 .row > div::before {
        display: none;
    }
}

.stat-sec .row > div:nth-child(1)::before, .stat-sec2 .row > div:nth-child(1)::before {
    right: 0;
}

.stat-sec .row > div:nth-child(3), .stat-sec2 .row > div:nth-child(3) {
    padding-left: 0;
}

@media (max-width: 991.98px) {
    .stat-sec .row > div:nth-child(3), .stat-sec2 .row > div:nth-child(3) {
        padding-left: 15px;
    }
}

.stat-sec .row > div:nth-child(3)::before, .stat-sec2 .row > div:nth-child(3)::before {
    right: 0;
}

.stat-sec .row > div:last-child::before, .stat-sec2 .row > div:last-child::before {
    display: none;
}

.stat-sec .row > div:nth-child(even) .stat-card span, .stat-sec2 .row > div:nth-child(even) .stat-card span {
    color: var(--white);
}

.stat-sec .row:last-child, .stat-sec2 .row:last-child {
    margin-left: auto;
}

.stat-sec2 {
    padding: 80px 0 70px;
}

    .stat-sec2 .stat-card h3 {
        margin-bottom: 0;
        line-height: 1;
        text-align: center;
    }

    .stat-sec2 .stat-card span {
        color: var(--white);
    }

@media (max-width: 575.98px) {
    .stat-sec2 .stat-card span {
        font-size: 40px;
    }
}

.stat-sec2 .stat-card p {
    color: var(--white);
    text-align: center;
}

/*! team */
.team-entry {
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    --ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    background-color: #FDF8EA;
    /*mask-image: url("../images/team-mask.png");
  -webkit-mask-image: url("../images/team-mask.png");
  mask-size: cover;
  --webkit-mask-size: cover;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;*/
    padding: 20px;
}

@media (max-width: 1199.98px) {
    .team-entry {
        margin-bottom: 30px;
        max-width: 300px;
    }
}

.team-entry .team-media .team-thumb {
    overflow: hidden;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    --ms-border-radius: 20px;
    border-radius: 20px;
}

    .team-entry .team-media .team-thumb img {
        transform: scale(1);
        -webkit-transition: all 0.6s ease;
        -moz-transition: all 0.6s ease;
        --ms-transition: all 0.6s ease;
        -o-transition: all 0.6s ease;
        transition: all 0.6s ease;
    }

.team-entry .team-media .social-share {
    display: flex;
    flex-direction: column;
    gap: 14px;
    margin: 0px;
    padding: 0px;
    list-style: none;
}

    .team-entry .team-media .social-share a {
        background-color: #eaecff;
        box-shadow: 0 2px 0 0px rgba(12, 12, 13, 0.1);
        color: #A50021;
        width: 36px;
        height: 36px;
        margin-left: 5px;
    }

        .team-entry .team-media .social-share a:hover {
            background-color: var(--purple);
            color: var(--white);
        }

.team-entry .team-txt {
    padding-top: 5px;
    padding-left: 38px;
}

    .team-entry .team-txt h3 {
        margin: 10px 0 0;
    }

.team-entry:hover .team-media .team-thumb img {
    transform: scale(1.1);
}

.team-entry:hover h3 a {
    color: var(--primary);
}

.team-entry2 {
    text-align: center;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    --ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    padding: 30px 0;
}

    .team-entry2::before {
        height: 50%;
        top: auto;
        bottom: 0;
        border-radius: 30px;
        border-top-left-radius: 100px;
        border-top-right-radius: 100px;
        background: #FDF8EA;
        -webkit-transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        --ms-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
    }

    .team-entry2 .social-share {
        position: absolute;
        bottom: 100px;
        left: 50%;
        z-index: 3;
        width: 100%;
        position: absolute;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translate(-50%);
    }

        .team-entry2 .social-share .icon, .team-entry2 .social-share .icon-xs, .team-entry2 .social-share .icon-lg, .team-entry2 .social-share .gallery-item .gallery-hover a, .gallery-item .gallery-hover .team-entry2 .social-share a, .team-entry2 .social-share .icon-xl, .team-entry2 .social-share .btn-2 span, .btn-2 .team-entry2 .social-share span {
            position: absolute;
            opacity: 0;
            --ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
            filter: alpha(opacity=0);
            background-color: #eaecff;
            color: #A50021;
        }

            .team-entry2 .social-share .icon i, .team-entry2 .social-share .icon-xs i, .team-entry2 .social-share .icon-lg i, .team-entry2 .social-share .gallery-item .gallery-hover a i, .gallery-item .gallery-hover .team-entry2 .social-share a i, .team-entry2 .social-share .icon-xl i, .team-entry2 .social-share .btn-2 span i, .btn-2 .team-entry2 .social-share span i {
                -webkit-transition: all 0.4s ease-in-out;
                -moz-transition: all 0.4s ease-in-out;
                --ms-transition: all 0.4s ease-in-out;
                -o-transition: all 0.4s ease-in-out;
                transition: all 0.4s ease-in-out;
            }

            .team-entry2 .social-share .icon.plus, .team-entry2 .social-share .plus.icon-xs, .team-entry2 .social-share .plus.icon-lg, .team-entry2 .social-share .gallery-item .gallery-hover a.plus, .gallery-item .gallery-hover .team-entry2 .social-share a.plus, .team-entry2 .social-share .plus.icon-xl, .team-entry2 .social-share .btn-2 span.plus, .btn-2 .team-entry2 .social-share span.plus {
                position: relative;
                opacity: 1;
                transform: none;
                z-index: 2;
                pointer-events: auto;
                /*background-color: var(--primary);*/
                color: var(--white);
                background: linear-gradient(90deg, #A50021, #E34234, #FF6A00);
            }

        .team-entry2 .social-share.active .icon.plus, .team-entry2 .social-share.active .plus.icon-xs, .team-entry2 .social-share.active .plus.icon-lg, .team-entry2 .social-share.active .gallery-item .gallery-hover a.plus, .gallery-item .gallery-hover .team-entry2 .social-share.active a.plus, .team-entry2 .social-share.active .plus.icon-xl, .team-entry2 .social-share.active .btn-2 span.plus, .btn-2 .team-entry2 .social-share.active span.plus {
            transform: rotate(-50deg);
            background-color: var(--purple);
        }

    .team-entry2 .team-txt {
        padding-top: 30px;
    }

        .team-entry2 .team-txt h3 {
            margin: 10px 0 0;
        }

        .team-entry2 .team-txt small {
            -webkit-transition: all 0.4s ease-in-out;
            -moz-transition: all 0.4s ease-in-out;
            --ms-transition: all 0.4s ease-in-out;
            -o-transition: all 0.4s ease-in-out;
            transition: all 0.4s ease-in-out;
        }

    .team-entry2.team-entry2::before {
        height: 100%;
        border-radius: 30px;
    }

    /* Hover effects */
    .team-entry2.active::before {
        background-color: #c6a343;
    }

    .team-entry2.active .icon.plus, .team-entry2.active .plus.icon-xs, .team-entry2.active .plus.icon-lg, .team-entry2.active .gallery-item .gallery-hover a.plus, .gallery-item .gallery-hover .team-entry2.active a.plus, .team-entry2.active .plus.icon-xl, .team-entry2.active .btn-2 span.plus, .btn-2 .team-entry2.active span.plus {
        background-color: var(--purple);
    }

        .team-entry2.active .icon.plus i.fa-plus, .team-entry2.active .plus.icon-xs i.fa-plus, .team-entry2.active .plus.icon-lg i.fa-plus, .team-entry2.active .gallery-item .gallery-hover a.plus i.fa-plus, .gallery-item .gallery-hover .team-entry2.active a.plus i.fa-plus, .team-entry2.active .plus.icon-xl i.fa-plus, .team-entry2.active .btn-2 span.plus i.fa-plus, .btn-2 .team-entry2.active span.plus i.fa-plus {
            transform: rotate(45deg);
        }

    .team-entry2.active h3 a,
    .team-entry2.active small {
        color: var(--white);
    }

    .team-entry2.active .social-share .icon, .team-entry2.active .social-share .icon-xs, .team-entry2.active .social-share .icon-lg, .team-entry2.active .social-share .gallery-item .gallery-hover a, .gallery-item .gallery-hover .team-entry2.active .social-share a, .team-entry2.active .social-share .icon-xl, .team-entry2.active .social-share .btn-2 span, .btn-2 .team-entry2.active .social-share span {
        opacity: 1;
        --ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        filter: alpha(opacity=100);
    }

        .team-entry2.active .social-share .icon:nth-child(1), .team-entry2.active .social-share .icon-xs:nth-child(1), .team-entry2.active .social-share .icon-lg:nth-child(1), .team-entry2.active .social-share .gallery-item .gallery-hover a:nth-child(1), .gallery-item .gallery-hover .team-entry2.active .social-share a:nth-child(1), .team-entry2.active .social-share .icon-xl:nth-child(1), .team-entry2.active .social-share .btn-2 span:nth-child(1), .btn-2 .team-entry2.active .social-share span:nth-child(1) {
            transform: translate(-50px, -18px);
            transition-delay: 0.1s;
        }

        .team-entry2.active .social-share .icon:nth-child(2), .team-entry2.active .social-share .icon-xs:nth-child(2), .team-entry2.active .social-share .icon-lg:nth-child(2), .team-entry2.active .social-share .gallery-item .gallery-hover a:nth-child(2), .gallery-item .gallery-hover .team-entry2.active .social-share a:nth-child(2), .team-entry2.active .social-share .icon-xl:nth-child(2), .team-entry2.active .social-share .btn-2 span:nth-child(2), .btn-2 .team-entry2.active .social-share span:nth-child(2) {
            transform: translate(-93px, -48px);
            transition-delay: 0.2s;
        }

        .team-entry2.active .social-share .icon:nth-child(4), .team-entry2.active .social-share .icon-xs:nth-child(4), .team-entry2.active .social-share .icon-lg:nth-child(4), .team-entry2.active .social-share .gallery-item .gallery-hover a:nth-child(4), .gallery-item .gallery-hover .team-entry2.active .social-share a:nth-child(4), .team-entry2.active .social-share .icon-xl:nth-child(4), .team-entry2.active .social-share .btn-2 span:nth-child(4), .btn-2 .team-entry2.active .social-share span:nth-child(4) {
            transform: translate(5px, -13px);
            transition-delay: 0.1s;
        }

        .team-entry2.active .social-share .icon:nth-child(5), .team-entry2.active .social-share .icon-xs:nth-child(5), .team-entry2.active .social-share .icon-lg:nth-child(5), .team-entry2.active .social-share .gallery-item .gallery-hover a:nth-child(5), .gallery-item .gallery-hover .team-entry2.active .social-share a:nth-child(5), .team-entry2.active .social-share .icon-xl:nth-child(5), .team-entry2.active .social-share .btn-2 span:nth-child(5), .btn-2 .team-entry2.active .social-share span:nth-child(5) {
            transform: translate(50px, -49px);
            transition-delay: 0.2s;
        }

.team-sec .team-wrap > div:nth-child(2) .team-entry2.active::before {
    background-color: #36b25e;
}

.team-sec .team-wrap > div:nth-child(2) .team-entry2::before {
    background-color: #ddffe8;
}

.team-sec .team-wrap > div:nth-child(3) .team-entry2.active::before {
    background-color: #ce9944;
}

.team-sec .team-wrap > div:nth-child(3) .team-entry2::before {
    background: #fde8c5;
}

.team-sec .team-wrap > div:nth-child(4) .team-entry2.active::before {
    background-color: #3b438c;
}

.team-sec .team-wrap > div:nth-child(4) .team-entry2::before {
    background-color: #eaecff;
}

.team-entry2::before {
    height: 100%;
    border-radius: 30px;
}

.team-entry3 .team-thumb {
    overflow: hidden;
    border-radius: 30px;
}

    .team-entry3 .team-thumb img {
        transform: scale(1);
        -webkit-transition: all 1s ease;
        -moz-transition: all 1s ease;
        --ms-transition: all 1s ease;
        -o-transition: all 1s ease;
        transition: all 1s ease;
    }

.team-entry3:hover h3 a {
    color: var(--purple);
}

.team-entry3:hover .team-thumb img {
    transform: scale(1.1);
}

.team-details-page .contact-form h3, .team-details-page .vol-form h3 {
    margin-bottom: 30px;
}

.team-details-page .contact-form .form-group.half-group, .team-details-page .vol-form .form-group.half-group {
    flex: 0 0 48%;
}

.team-details-page .contact-form .form-group input, .team-details-page .vol-form .form-group input,
.team-details-page .contact-form .form-group textarea,
.team-details-page .vol-form .form-group textarea {
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    --ms-border-radius: 30px;
    border-radius: 30px;
    padding-left: 30px;
}

.team-details-page .skill {
    padding: 50px 0 0;
    overflow: hidden;
}

    .team-details-page .skill .progress {
        margin-bottom: 55px;
    }

.team-details-page .team-head {
    margin: 30px 0;
}

    .team-details-page .team-head .display-4 {
        font-size: 36px;
    }

    .team-details-page .team-head span {
        color: var(--primary);
    }

.team-details-page .ts-single {
    margin-bottom: 25px;
}

    .team-details-page .ts-single span {
        color: #797E88;
        font-size: 14px;
    }

    .team-details-page .ts-single h5 {
        font-size: 18px;
        font-weight: 500;
    }

    .team-details-page .ts-single .social-share a {
        background-color: var(--theme-border);
        color: var(--headings-color);
    }

        .team-details-page .ts-single .social-share a:hover {
            background-color: var(--primary);
            color: var(--white);
        }

.volunteer-new {
    padding-top: 120px;
}

.vol-form .form-group input,
.vol-form .form-group textarea,
.vol-form .form-group select {
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    --ms-border-radius: 30px;
    border-radius: 30px;
}

.vol-txt {
    padding-right: 50px;
}

    .vol-txt h5 {
        margin: 30px 0;
    }

    .vol-txt .check {
        margin-top: 40px;
    }

        .vol-txt .check li {
            font-size: 16px;
            margin-bottom: 15px;
            margin-left: 40px;
        }

            .vol-txt .check li::before {
                font-size: 18px;
                color: var(--primary);
                top: 0;
                left: -35px;
            }

/*! event */
.event-sec::before {
    background: url("../images/event-right.png") no-repeat center right;
}

@media (max-width: 1199.98px) {
    .event-sec::before {
        display: none;
    }
}

.s-schedule {
    background: rgba(var(--white-rgb), 0.25);
    margin-bottom: 20px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    --ms-border-radius: 50px;
    border-radius: 50px;
    border: 1px solid var(--theme-border);
    align-items: center;
    padding: 7px;
}

    .s-schedule h4,
    .s-schedule span {
        color: var(--white);
    }

    .s-schedule h4 {
        margin-bottom: 0;
        font-weight: 500;
    }

    .s-schedule .sc-info {
        margin-left: 10px;
    }

    .s-schedule .icon, .s-schedule .icon-xs, .s-schedule .icon-lg, .s-schedule .gallery-item .gallery-hover a, .gallery-item .gallery-hover .s-schedule a, .s-schedule .icon-xl, .s-schedule .btn-2 span, .btn-2 .s-schedule span {
        width: 50px;
        height: 50px;
        font-size: 20px;
    }

@media (min-width: 768px) {
    .row.event-top {
        max-width: 80%;
        margin: 0 auto;
    }
}

.event-bg.bg-cover {
    position: absolute;
    height: 475px;
    top: 0;
    left: 0;
    width: 100%;
    z-index: -1;
    background: var(--primary);
    background-blend-mode: multiply;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

@media (max-width: 991.98px) {
    .event-bg.bg-cover {
        height: 530px;
    }
}

.event-tabs {
    padding: 20px;
    position: relative;
    background-color: var(--white);
    -webkit-box-shadow: 0 4px 40px rgba(0, 0, 0, 0.06);
    -moz-box-shadow: 0 4px 40px rgba(0, 0, 0, 0.06);
    box-shadow: 0 4px 40px rgba(0, 0, 0, 0.06);
    max-width: 920px;
    margin: 55px auto 60px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    --ms-border-radius: 100px;
    border-radius: 100px;
}

@media (max-width: 575.98px) {
    .event-tabs {
        padding: 10px;
    }
}

.event-tabs .nav.nav-tabs {
    text-align: center;
    border: 1px solid var(--theme-border);
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    --ms-border-radius: 100px;
    border-radius: 100px;
    overflow: hidden;
}

    .event-tabs .nav.nav-tabs li {
        font-weight: 500;
        font-size: 18px;
        flex: 1;
        margin-right: 0;
    }

        .event-tabs .nav.nav-tabs li span {
            display: block;
            -webkit-transition: all 0.4s ease-in-out;
            -moz-transition: all 0.4s ease-in-out;
            --ms-transition: all 0.4s ease-in-out;
            -o-transition: all 0.4s ease-in-out;
            transition: all 0.4s ease-in-out;
        }

        .event-tabs .nav.nav-tabs li button.nav-link {
            border: 0 none;
            color: var(--body-color);
            padding: 22px 30px;
            width: 100%;
            border-right: 1px solid var(--theme-border);
            border-radius: 0;
            outline: 0 none;
        }

            .event-tabs .nav.nav-tabs li button.nav-link.active, .event-tabs .nav.nav-tabs li button.nav-link:hover {
                background-color: var(--primary);
                color: var(--white);
                border-color: var(--primary);
            }

                .event-tabs .nav.nav-tabs li button.nav-link.active span, .event-tabs .nav.nav-tabs li button.nav-link:hover span {
                    color: var(--white);
                }

        .event-tabs .nav.nav-tabs li:last-child button.nav-link {
            border: 0;
        }

@media (max-width: 575.98px) {
    .event-tabs .nav.nav-tabs li {
        flex: 0 0 50%;
    }

        .event-tabs .nav.nav-tabs li button.nav-link {
            padding: 15px 20px;
            font-size: 14px;
        }

            .event-tabs .nav.nav-tabs li button.nav-link span {
                font-size: 20px;
            }
}

.event-entry {
    min-height: 420px;
    position: relative;
    overflow: hidden;
}

@media (min-width: 1600px) {
    .event-entry {
        min-height: 480px;
    }
}

@media (max-width: 1199.98px) {
    .event-entry {
        margin-bottom: 30px;
    }
}

.event-entry .event-thumb {
    height: 100%;
    max-height: 420px;
    transition: max-height 0.4s ease;
    position: relative;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    --ms-border-radius: 20px;
    border-radius: 20px;
    overflow: hidden;
}

@media (min-width: 1600px) {
    .event-entry .event-thumb {
        max-height: 480px;
    }
}

.event-entry .event-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.event-entry .event-thumb .badge {
    position: absolute;
    left: 20px;
    top: 20px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    --ms-border-radius: 8px;
    border-radius: 8px;
    padding: 10px 15px;
    font-weight: 500;
}

.event-entry .event-txt {
    position: absolute;
    bottom: 0;
    width: 100%;
    max-width: 305px;
    transform: translateY(100%);
    transition: transform 0.4s ease;
    opacity: 0;
}

    .event-entry .event-txt .event-meta span {
        margin-right: 10px;
    }

        .event-entry .event-txt .event-meta span i {
            margin-right: 5px;
            color: var(--primary);
        }

    .event-entry .event-txt h3 {
        margin: 10px 0 20px;
    }

.event-entry .link-btn {
    color: var(--primary);
    font-weight: 400;
}

    .event-entry .link-btn::before {
        display: none;
    }

.event-entry:hover .event-txt {
    transform: translateY(0);
    opacity: 1;
    --ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
}

.event-entry:hover .event-thumb {
    max-height: 260px;
}

@media (min-width: 1600px) {
    .event-entry:hover .event-thumb {
        max-height: 315px;
    }
}

.event-entry:hover .event-thumb img {
    transform: scale(1.05);
}

.event-entry2 {
    padding-bottom: 40px;
    margin-bottom: 40px;
    border-bottom: 1px solid var(--theme-border);
}

    .event-entry2 .event-head {
        max-width: 190px;
    }

        .event-entry2 .event-head h5 {
            margin-top: 40px;
        }

        .event-entry2 .event-head .btn-xs {
            padding: 5px 15px;
        }

    .event-entry2 .event-txt h3 {
        font-size: 30px;
        margin-bottom: 20px;
    }

@media (max-width: 575.98px) {
    .event-entry2 .event-txt h3 {
        font-size: 25px;
    }
}

.event-entry2 .event-txt .event-meta {
    display: flex;
    gap: 15px;
}

    .event-entry2 .event-txt .event-meta span {
        font-size: 14px;
    }

        .event-entry2 .event-txt .event-meta span i {
            color: var(--purple);
            margin-right: 5px;
        }

        .event-entry2 .event-txt .event-meta span:last-child {
            font-family: var(--font-family-base);
        }

.event-entry2 .event-txt .event-speaker {
    margin: 20px 0 30px;
}

    .event-entry2 .event-txt .event-speaker span {
        margin-right: -15px;
    }

.event-entry2 .event-thumb {
    text-align: right;
}

    .event-entry2 .event-thumb img {
        transform: scale(1);
        -webkit-transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        --ms-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
    }

.event-entry2:hover .btn {
    background: var(--purple);
    border: 1px solid var(--purple);
}

.event-entry2:hover .event-thumb img {
    transform: scale(1.3);
}

.event-list {
    padding: 20px;
    box-shadow: 0 16px 50px 10px rgba(12, 12, 13, 0.07);
    background: var(--white);
}

    .event-list .event-thumb {
        flex: 0 0 218px;
        margin-right: 30px;
    }

        .event-list .event-thumb::before {
            background: url("../images/event-bg.png") no-repeat top left;
            z-index: 1;
        }

        .event-list .event-thumb img {
            border-radius: 20px;
        }

    .event-list h3 {
        font-size: 24px;
        margin-top: 10px;
    }

    .event-list .event-footer {
        border-top: 1px solid var(--theme-border);
        margin-top: 30px;
        padding-top: 30px;
    }

        .event-list .event-footer::before {
            width: 1px;
            position: absolute;
            top: 50%;
            left: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
            height: 48px;
            top: 70%;
            left: 45%;
        }

        .event-list .event-footer h6 {
            font-size: 16px;
            font-weight: 500;
        }

        .event-list .event-footer .link-btn {
            font-size: 14px;
        }

.event-meta {
    margin: 10px 0 15px;
}

    .event-meta span {
        margin-right: 10px;
        font-size: 14px;
    }

        .event-meta span i {
            color: var(--purple);
            margin-right: 5px;
        }

.event-page h1 {
    font-size: 40px;
    margin-bottom: 20px;
}

.event-page h3 {
    font-size: 32px;
    margin-bottom: 20px;
}

.event-page .event-single ul {
    margin-top: 30px;
}

@media (max-width: 767.98px) {
    .event-page .event-single ul {
        padding-left: 20px;
    }
}

.event-page .event-single ul li {
    font-size: 16px;
    display: inline-flex;
    align-items: center;
    margin: 0 40px 25px 20px;
}

    .event-page .event-single ul li:before {
        font-size: 16px;
        top: 0;
        left: -30px;
    }

@media (max-width: 991.98px) {
    .event-page .event-single h1 {
        font-size: 30px;
    }

    .event-page .event-single h3 {
        font-size: 25px;
    }

    .event-page .event-single .p-gallery img {
        margin-bottom: 20px;
    }
}

.event-page .event-footer {
    border-top: 1px solid var(--theme-border);
    border-bottom: 1px solid var(--theme-border);
    margin-top: 30px;
    padding: 30px 0;
}

.event-speaker h3 {
    margin-bottom: 40px;
}

.single-speaker {
    padding: 30px 40px 30px 30px;
    margin-bottom: 30px;
}

    .single-speaker:last-child {
        margin-bottom: 0;
    }

    .single-speaker .speaker-thumb {
        flex: 0 0 170px;
        margin-right: 30px;
    }

    .single-speaker .sp-head {
        margin-bottom: 15px;
        padding-bottom: 15px;
    }

    .single-speaker .social-share a {
        background-color: var(--white);
        box-shadow: 0 1px 4px 0 rgba(12, 12, 13, 0.05), 0 1px 4px 0 rgba(12, 12, 13, 0.1);
        color: var(--headings-color);
    }

        .single-speaker .social-share a:hover {
            background-color: var(--primary);
            color: var(--white);
        }

@media (max-width: 767.98px) {
    .single-speaker .sp-name {
        margin: 20px 0;
    }
}

/*! review */
.review-entry .review-quote {
    padding: 120px 40px 40px;
    height: 100%;
}

    .review-entry .review-quote::before {
        background: url("../images/quote-n.png") no-repeat left top;
        top: 40px;
        left: 40px;
    }

    .review-entry .review-quote h3 {
        font-size: 30px;
        margin-top: 50px;
    }

    .review-entry .review-quote p {
        font-size: 18px;
        font-weight: 600;
        line-height: 28px;
        margin-bottom: 0;
    }

@media (max-width: 991.98px) {
    .review-entry .review-quote {
        margin-top: 30px;
    }
}

.review-thumb {
    max-width: 460px;
}

@media (max-width: 991.98px) {
    .review-thumb {
        margin-bottom: 30px;
    }
}

.review-thumb::before {
    background: url("../images/rev-th.png") no-repeat center top;
    left: -190px;
}

.review-thumb img {
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    --ms-border-radius: 30px;
    border-radius: 30px;
}

.review-thumb .rv-rate {
    background: var(--primary);
    position: absolute;
    right: 0;
    top: 0;
    width: 100px;
    height: 114px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--white);
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    --ms-border-radius: 50px;
    border-radius: 50px;
    border-top-right-radius: 0px;
}

    .review-thumb .rv-rate i {
        color: var(--purple);
    }

.review-top {
    padding-bottom: 50px;
    margin-bottom: 60px;
}

    .review-top .lead, .review-top .lead-sm {
        max-width: 200px;
        margin: 0px 0 0px 20px;
        font-weight: 500;
    }

@media (max-width: 767.98px) {
    .review-top .tr-ratings {
        margin-top: 25px;
    }
}

.review-top .tr-ratings h3 {
    font-size: 64px;
    margin-bottom: 0;
}

.review-sec {
    overflow: hidden;
    padding-bottom: 80px;
}

@media (max-width: 767.98px) {
    .review-sec {
        padding-bottom: 20px;
    }
}

.review-sec .swiper-button-prev,
.review-sec .swiper-button-next {
    top: 0;
    right: 30px;
    left: auto;
    transform: rotate(90deg);
}

@media (max-width: 767.98px) {
    .review-sec .swiper-button-prev,
    .review-sec .swiper-button-next {
        display: none;
    }
}

.review-sec .swiper-button-next {
    top: auto;
    bottom: 0;
}

.review-sec .ct-navas {
    position: absolute;
    width: 60px;
    height: 300px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
    right: -20px;
    z-index: 2;
}

@media (max-width: 1199.98px) {
    .review-sec .ct-navas {
        right: -50px;
    }
}

@media (max-width: 767.98px) {
    .review-sec .ct-navas {
        display: none;
    }
}

.review-sec .ct-navas::before, .review-sec .ct-navas::after {
    position: absolute;
    content: "";
    background: url("../images/rev-line.png") no-repeat left top;
    left: 0;
    top: 45px;
    width: 100%;
    height: 100%;
}

.review-sec .ct-navas::after {
    top: auto;
    bottom: 65px;
    background: url("../images/rev-line.png") no-repeat left bottom;
}

.review-sec .ct-navas .swiper-pagination-number {
    position: absolute;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 48%;
    align-content: center;
    height: 60px;
    width: 60px;
    left: -26px;
}

    .review-sec .ct-navas .swiper-pagination-number span {
        font-size: 16px;
        color: var(--primary);
        background-color: transparent;
        width: auto;
        height: auto;
        border: 0 none;
    }

.review-sec2 .review-thumbs {
    margin-left: -50px;
    margin-top: 90px;
}

@media (max-width: 991.98px) {
    .review-sec2 .review-thumbs {
        display: none;
    }
}

.review-sec2 .review-pagination {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

    .review-sec2 .review-pagination .swiper-pagination-bullet {
        width: 200px;
        height: 74px;
        border-radius: 100px;
        overflow: hidden;
        background: transparent;
        opacity: 1;
        --ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        filter: alpha(opacity=100);
        -webkit-transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        --ms-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
    }

        .review-sec2 .review-pagination .swiper-pagination-bullet:nth-child(2) {
            margin-left: 40px;
        }

        .review-sec2 .review-pagination .swiper-pagination-bullet:nth-child(3) {
            margin-left: 80px;
        }

        .review-sec2 .review-pagination .swiper-pagination-bullet:nth-child(4) {
            margin-left: 120px;
        }

        .review-sec2 .review-pagination .swiper-pagination-bullet img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

    .review-sec2 .review-pagination .swiper-pagination-bullet-active {
        width: 345px;
        height: 118px;
        background: transparent;
    }

.review-entry2 {
    max-width: 850px;
    border: 1px solid var(--theme-border);
    padding: 10px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    --ms-border-radius: 20px;
    border-radius: 20px;
}

    .review-entry2 .review-header {
        padding: 10px 20px;
    }

    .review-entry2 .rev-inner {
        padding: 60px 40px;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        --ms-border-radius: 20px;
        border-radius: 20px;
    }

        .review-entry2 .rev-inner p {
            line-height: 1.5;
            color: #42454b;
        }

@media (max-width: 575.98px) {
    .review-entry2 .rev-inner {
        padding: 20px;
    }

        .review-entry2 .rev-inner p {
            font-size: 20px;
        }
}

.review-entry2 .review-footer {
    margin-top: 30px;
}

/*! project */
.project-entry2 {
    display: flex;
    width: 100%;
    overflow: hidden;
    align-items: stretch;
    min-height: 450px;
    /* HOVER STATE (80% image + 20% text) */
}

@media (min-width: 1600px) {
    .project-entry2 {
        min-height: 490px;
    }
}

.project-entry2 .project-txt {
    width: 0;
    opacity: 0;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    --ms-border-radius: 20px;
    border-radius: 20px;
    pointer-events: none;
}

    .project-entry2 .project-txt .project-head {
        height: 100%;
        align-items: center;
        text-align: left;
        overflow: hidden;
        padding: 8px 0 0 5px;
    }

    .project-entry2 .project-txt h3,
    .project-entry2 .project-txt small,
    .project-entry2 .project-txt a {
        writing-mode: vertical-lr;
        margin: 0;
        transform: rotate(180deg);
        margin: 0;
        color: var(--white);
    }

        .project-entry2 .project-txt a.icon, .project-entry2 .project-txt a.icon-xs, .project-entry2 .project-txt a.icon-lg, .project-entry2 .project-txt .gallery-item .gallery-hover a, .gallery-item .gallery-hover .project-entry2 .project-txt a, .project-entry2 .project-txt a.icon-xl {
            position: absolute;
            bottom: 20px;
            right: 20px;
        }

.project-entry2 .project-thumb {
    width: 100%;
    flex-shrink: 0;
    border-radius: 20px;
    overflow: hidden;
}

    .project-entry2 .project-thumb img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        /* keep height fixed */
        transition: width 0.4s ease;
    }

.project-entry2:hover .project-txt {
    width: 20%;
    opacity: 1;
    pointer-events: auto;
}

.project-entry2:hover .project-thumb {
    width: 80%;
}

.project-entry2 .project-txt,
.project-entry2 .project-thumb {
    transition: all 0.4s ease;
}

/*! accordion */
.faq-accordion {
    padding-left: 60px;
}

@media (max-width: 1199.98px) {
    .faq-accordion {
        padding-left: 0;
        margin-top: 45px;
    }
}

.faq-accordion .accordion-item {
    margin-bottom: 22px;
    border: 1px solid var(--theme-border);
    padding: 25px 30px;
}

    .faq-accordion .accordion-item .accordion-body p:last-child {
        margin: 0;
    }

    .faq-accordion .accordion-item .accordion-header {
        padding: 0px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        --ms-border-radius: 10px;
        border-radius: 10px;
    }

    .faq-accordion .accordion-item .accordion-button {
        border: 0 none;
        box-shadow: none !important;
        border-radius: 10px !important;
        font-size: 17px;
        font-weight: 600;
    }

        .faq-accordion .accordion-item .accordion-button:after {
            background-image: none;
            position: absolute;
            content: "\f106";
            font-family: fontawesome;
            background: transparent;
            right: 0;
            color: var(--primary);
            position: absolute;
            top: 50%;
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
        }

        .faq-accordion .accordion-item .accordion-button:focus {
            box-shadow: none;
        }

    .faq-accordion .accordion-item .accordion-body {
        padding: 40px 50px 0 0;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        --ms-border-radius: 10px;
        border-radius: 10px;
    }

@media (max-width: 575.98px) {
    .faq-accordion .accordion-item .accordion-body {
        padding: 40px 0 0;
    }
}

.faq-accordion .accordion-item .accordion-body::before {
    height: 1px;
    left: 50%;
    transform: translateX(-50%);
    top: 20px;
}

.faq-accordion .accordion-item:last-child {
    margin-bottom: 0;
}

.faq-accordion .accordion-button:not(.collapsed) {
    border: 0 none;
    box-shadow: none;
    background-color: transparent;
    outline: 0 none;
}

    .faq-accordion .accordion-button:not(.collapsed):after {
        content: "\f107";
    }

.faq-sec {
    overflow: hidden;
}

    .faq-sec h2.sec-title {
        font-size: 45px;
    }

@media (max-width: 767.98px) {
    .faq-sec h2.sec-title {
        font-size: 36px;
    }
}

.faq-sec .video-play-btn {
    height: 56px;
    width: 56px;
    font-size: 16px;
    color: var(--white);
    top: 83%;
    left: 11%;
    background-color: var(--purple);
    animation: animate_pulse_w 2s linear infinite;
}

.faq-sec .faq-content p {
    margin: 30px 0 20px;
}

.faq-video {
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    --ms-border-radius: 30px;
    border-radius: 30px;
    margin-top: 30px;
}

.faq-card {
    margin-top: 30px;
}

    .faq-card .icon-lg, .faq-card .gallery-item .gallery-hover a, .gallery-item .gallery-hover .faq-card a {
        background: #f6f3ee;
        width: 80px;
        height: 80px;
    }

        .faq-card .icon-lg i, .faq-card .gallery-item .gallery-hover a i, .gallery-item .gallery-hover .faq-card a i {
            color: var(--primary);
            font-size: 30px;
        }

.faq-page .faq-accordion {
    padding-left: 30px;
}

    .faq-page .faq-accordion .accordion-item {
        margin-bottom: 30px;
    }

.faq-page .faq-content {
    max-width: 580px;
}

    .faq-page .faq-content .btn {
        margin-top: 30px;
        margin-bottom: 20px;
    }

/*! blog */
.blog-entry, .blog-standard, .blog-entry2 {
    background-color: var(--white);
    padding: 10px;
}

    .blog-entry .blog-thumb, .blog-standard .blog-thumb, .blog-entry2 .blog-thumb {
        overflow: hidden;
    }

        .blog-entry .blog-thumb img, .blog-standard .blog-thumb img, .blog-entry2 .blog-thumb img {
            transform: scale(1);
            -webkit-transition: all 0.5s ease-in-out;
            -moz-transition: all 0.5s ease-in-out;
            --ms-transition: all 0.5s ease-in-out;
            -o-transition: all 0.5s ease-in-out;
            transition: all 0.5s ease-in-out;
        }

    .blog-entry .blog-content, .blog-standard .blog-content, .blog-entry2 .blog-content {
        padding: 20px 15px 15px;
    }

        .blog-entry .blog-content .blog-meta span, .blog-standard .blog-content .blog-meta span, .blog-entry2 .blog-content .blog-meta span,
        .blog-entry .blog-content .blog-meta a,
        .blog-standard .blog-content .blog-meta a,
        .blog-entry2 .blog-content .blog-meta a {
            color: var(--theme-mute);
            margin-right: 10px;
            text-transform: capitalize;
        }

            .blog-entry .blog-content .blog-meta span i, .blog-standard .blog-content .blog-meta span i, .blog-entry2 .blog-content .blog-meta span i,
            .blog-entry .blog-content .blog-meta a i,
            .blog-standard .blog-content .blog-meta a i,
            .blog-entry2 .blog-content .blog-meta a i {
                color: var(--purple);
                margin-right: 5px;
            }

        .blog-entry .blog-content h3, .blog-standard .blog-content h3, .blog-entry2 .blog-content h3 {
            margin: 10px 0;
        }

        .blog-entry .blog-content .btn, .blog-standard .blog-content .btn, .blog-entry2 .blog-content .btn {
            margin-top: 10px;
        }

    .blog-entry:hover .blog-thumb img, .blog-standard:hover .blog-thumb img, .blog-entry2:hover .blog-thumb img {
        transform: scale(1.2) rotate(5deg);
    }

    .blog-entry:hover h3 a, .blog-standard:hover h3 a, .blog-entry2:hover h3 a {
        color: var(--purple);
    }

    .blog-entry:hover .btn-primary, .blog-standard:hover .btn-primary, .blog-entry2:hover .btn-primary {
        background-color: var(--purple);
        border: 1px solid var(--purple);
    }

    .blog-entry.list, .list.blog-standard, .list.blog-entry2 {
        display: flex;
        align-items: center;
        padding: 20px;
    }

        .blog-entry.list .entry-thumb, .list.blog-standard .entry-thumb, .list.blog-entry2 .entry-thumb {
            flex: 0 0 200px;
            overflow: hidden;
            height: 250px;
            background-size: cover;
            background-position: center center;
        }

        .blog-entry.list .entry-txt, .list.blog-standard .entry-txt, .list.blog-entry2 .entry-txt {
            padding: 0 35px;
        }

@media (max-width: 575.98px) {
    .blog-entry.list, .list.blog-standard, .list.blog-entry2 {
        display: block;
    }

        .blog-entry.list .entry-thumb, .list.blog-standard .entry-thumb, .list.blog-entry2 .entry-thumb {
            display: block;
            flex: none;
            width: 100%;
            height: 180px !important;
        }

        .blog-entry.list .entry-txt, .list.blog-standard .entry-txt, .list.blog-entry2 .entry-txt {
            padding: 20px 0;
        }
}

.entry-meta span i {
    margin-right: 5px;
    color: var(--purple);
}

.entry-meta span,
.entry-meta span a {
    color: var(--body-color);
}

.blog-entry2 .blog-content {
    padding: 20px 15px 15px;
}

    .blog-entry2 .blog-content h3 {
        margin: 15px 0 30px;
    }

@media (max-width: 575.98px) {
    .blog-entry2 .blog-content {
        padding: 20px 8px 10px;
    }
}

.blog-entry2 .blog-meta span {
    margin-right: 20px;
}

    .blog-entry2 .blog-meta span a {
        color: var(--body-color);
    }

        .blog-entry2 .blog-meta span a:hover {
            color: var(--primary);
        }

.blog-entry3 {
    border: 1px solid var(--theme-border);
}

    .blog-entry3 .entry-meta {
        padding: 20px 25px;
        justify-content: space-between;
        display: flex;
    }

    .blog-entry3 .entry-thumb {
        overflow: hidden;
    }

        .blog-entry3 .entry-thumb img {
            transform: scale(1);
            -webkit-transition: all 1s ease-in-out;
            -moz-transition: all 1s ease-in-out;
            --ms-transition: all 1s ease-in-out;
            -o-transition: all 1s ease-in-out;
            transition: all 1s ease-in-out;
        }

    .blog-entry3 .entry-content {
        padding: 30px;
    }

        .blog-entry3 .entry-content h3 {
            margin-bottom: 30px;
            padding-bottom: 30px;
            border-bottom: 1px solid var(--theme-border);
            font-size: 22px;
        }

            .blog-entry3 .entry-content h3::before {
                width: 107px;
                height: 1px;
                top: auto;
                bottom: 0;
                background-color: var(--headings-color);
                -webkit-transition: all 0.4s ease-in-out;
                -moz-transition: all 0.4s ease-in-out;
                --ms-transition: all 0.4s ease-in-out;
                -o-transition: all 0.4s ease-in-out;
                transition: all 0.4s ease-in-out;
            }

        .blog-entry3 .entry-content .btn {
            padding: 9px 18px;
            font-size: 14px;
        }

@media (max-width: 767.98px) {
    .blog-entry3 .entry-content .btn {
        padding: 7px 14px;
    }
}

.blog-entry3:hover .entry-thumb img {
    transform: scale(1.05);
}

.blog-entry3:hover h3::before {
    width: 100%;
}

.blog-entry3:hover .btn {
    background-color: var(--purple);
    border: 1px solid var(--purple);
}

    .blog-entry3:hover .btn i {
        transform: rotate(0deg);
    }

.blog-entry3:hover h3 a {
    color: var(--purple);
}

.blog-sec3::before {
    background: url("../images/devider.png");
    background-position: center top;
    height: 50px;
}

.blog-sec3 .anim-img.right-bottom {
    right: 0;
    bottom: 50px;
}

.blog-standard {
    margin-bottom: 40px;
}

    .blog-standard .blog-content {
        padding: 20px 0;
    }

        .blog-standard .blog-content h3 {
            font-size: 36px;
            margin-bottom: 20px;
        }

        .blog-standard .blog-content .btn {
            margin-top: 30px;
        }

/*! features */
section.feature-cause.sec-padding.jarallax {
    margin: 0 20px;
    border-radius: 30px;
    overflow: hidden;
}

.feature-sec .sec-intro {
    margin: 60px 0 30px;
}

.feature-sec .feat-thumb {
    position: relative;
    margin-top: -65px;
    padding-right: 30px;
}

@media (max-width: 767.98px) {
    .feature-sec .feat-thumb {
        margin: 20px 0 0;
        padding-right: 0;
    }
}

@media (max-width: 767.98px) {
    .feature-sec .single-feat {
        margin-bottom: 30px;
    }
}

.feat-tabs .nav-tabs {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid var(--theme-border);
}

.feat-tabs ul.check li {
    margin-bottom: 30px;
    font-size: 18px;
}

    .feat-tabs ul.check li:nth-child(2)::before {
        color: #FF5528;
    }

    .feat-tabs ul.check li:last-child {
        margin-bottom: 0;
    }

        .feat-tabs ul.check li:last-child::before {
            color: var(--primary);
        }

.feature-sec3 .sec-intro {
    margin: 0 0 30px;
}

.feature-sec3 .feature-content {
    max-width: 582px;
}

@media (max-width: 1199.98px) {
    .feature-sec3 .feature-content {
        max-width: 100%;
        margin-top: 60px;
    }
}

.feature-sec3 .feature-content h5 {
    margin-bottom: 30px;
}

@media (max-width: 991.98px) {
    .feature-sec3 .feature-content .feat-img {
        margin-bottom: 20px;
    }
}

.feature-sec3 .feature-content .check li {
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 25px;
}

    .feature-sec3 .feature-content .check li::before {
        color: var(--purple);
        top: -2px;
    }

    .feature-sec3 .feature-content .check li:nth-child(1)::before {
        color: var(--primary);
    }

    .feature-sec3 .feature-content .check li:nth-child(2)::before {
        color: #ff5528;
    }

    .feature-sec3 .feature-content .check li:nth-child(4)::before {
        color: var(--headigns-color);
    }

.feature-sec3 .feat-stat {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 30px;
}

@media (max-width: 575.98px) {
    .feature-sec3 .feature-media img {
        margin-bottom: 20px;
    }
}

/*! video */
.video-cta {
    text-align: center;
    flex: 0 0 48%;
    background-size: cover;
    padding: 100px 30px;
    background-position: center center;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .video-cta {
        background-size: contain;
        flex: 0 0 50%;
    }
}

.video-cta .cta-inner {
    max-width: 470px;
}

    .video-cta .cta-inner h3 {
        color: var(--white);
        font-size: 32px;
        margin: 20px 0;
    }

@media (min-width: 992px) and (max-width: 1199.98px) {
    .video-cta .cta-inner {
        max-width: 300px;
    }

        .video-cta .cta-inner h3 {
            font-size: 26px;
        }
}

.video-cta .btn {
    min-width: 179px;
    margin-top: 20px;
}

.video-wrap .video-cta:last-child .cta-inner {
    margin-left: auto;
}

.video-sec {
    margin: 0 20px;
}

    .video-sec .video-play-btn {
        height: 80px;
        width: 80px;
        font-size: 20px;
        color: var(--purple);
        background-color: var(--white);
        animation: animate_pulse 3s linear infinite;
        z-index: 1;
    }

    .video-sec .jarallax {
        border-radius: 30px;
        overflow: hidden;
    }

/*! donation-form */
.donate-form {
    position: relative;
}

    .donate-form ul {
        margin: 0px;
        padding: 0px;
        list-style: none;
    }

        .donate-form ul li {
            margin-bottom: 10px;
            margin-right: 10px;
            display: inline-block;
        }

            .donate-form ul li button {
                border: 0 none;
                padding: 5px 30px;
                -webkit-border-radius: 100px;
                -moz-border-radius: 100px;
                --ms-border-radius: 100px;
                border-radius: 100px;
                background-color: var(--shade);
                font-weight: 600;
            }

@media (min-width: 992px) and (max-width: 1199.98px) {
    .donate-form ul li button {
        padding: 5px 14px;
    }
}

.donate-form ul li:last-child button {
    padding: 10px 30px;
    margin-top: 7px;
}

.donate-form ul li.active button, .donate-form ul li:hover button {
    background-color: var(--purple);
    color: var(--white);
}

.donate-form button.btn.btn-xs.btn-secondary {
    position: absolute;
    left: 195px;
    top: 52px;
    font-weight: 600;
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .donate-form button.btn.btn-xs.btn-secondary {
        top: 100px;
    }
}

@media (max-width: 575.98px) {
    .donate-form button.btn.btn-xs.btn-secondary {
        position: relative;
        left: auto;
        top: auto;
    }
}

.donation-wrapper {
    padding: 45px;
}

@media (max-width: 575.98px) {
    .donation-wrapper {
        padding: 0px;
    }
}

.donation-wrapper h3 {
    font-size: 36px;
    margin: 30px 0 40px;
}

@media (max-width: 991.98px) {
    .donation-wrapper h3 {
        font-size: 28px;
        margin: 10px 0 20px;
    }
}

@media (max-width: 991.98px) {
    .donation-wrapper h3 {
        font-size: 28px;
    }
}

.donation-wrapper .donate-stat {
    margin: 15px 0px 40px;
}

.f-cuase-entry {
    background: url("../images/f-cause-bg.png") no-repeat center center/contain;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    --ms-border-radius: 50px;
    border-radius: 50px;
    padding: 20px;
    justify-content: space-between;
}

    .f-cuase-entry img.position-absolute {
        top: -190px;
        right: 50px;
    }

    .f-cuase-entry .transparent-box {
        flex: 0 0 50%;
        -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
        --ms-border-radius: 30px;
        border-radius: 30px;
    }

@media (max-width: 991.98px) {
    .f-cuase-entry {
        background: var(--white);
    }

        .f-cuase-entry .transparent-box {
            flex: 0 0 0;
        }
}

.donation-sec2 {
    padding: 300px 0 110px;
}

@media (max-width: 767.98px) {
    .donation-sec2 {
        padding: 200px 0 100px;
    }
}

@media (max-width: 991.98px) {
    .donation-sec2 .donation-head {
        margin-bottom: 20px;
    }
}

.donation-sec2 .parallax-overly {
    opacity: 0.8;
}

.donation-sec2 .donation-wrapper {
    padding: 60px;
}

@media (max-width: 575.98px) {
    .donation-sec2 .donation-wrapper {
        padding: 20px;
    }
}

.donation-sec2 .donation-wrapper .donate-form ul li {
    margin-bottom: 20px;
}

    .donation-sec2 .donation-wrapper .donate-form ul li button,
    .donation-sec2 .donation-wrapper .donate-form ul li input {
        padding: 10px 40px;
        border: 1px solid var(--theme-border);
        background-color: transparent;
        -webkit-transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        --ms-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
        border-radius: 100px;
    }

    .donation-sec2 .donation-wrapper .donate-form ul li:hover button, .donation-sec2 .donation-wrapper .donate-form ul li.active button {
        background-color: var(--primary);
        border: 1px solid var(--primary);
    }

@media (max-width: 1199.98px) {
    .donation-sec2 .donation-wrapper .donate-form ul li {
        margin-bottom: 10px;
    }

        .donation-sec2 .donation-wrapper .donate-form ul li button {
            padding: 10px 32px;
        }
}

@media (max-width: 575.98px) {
    .donation-sec2 .donation-wrapper .donate-form ul li button {
        padding: 5px 24px;
    }
}

.donation-sec2 .donation-wrapper .donate-form .donation-action > div {
    flex: 0 0 47%;
}

    .donation-sec2 .donation-wrapper .donate-form .donation-action > div input {
        border-radius: 100px;
        padding-left: 30px;
    }

@media (max-width: 575.98px) {
    .donation-sec2 .donation-wrapper .donate-form .donation-action > div input {
        padding: 11px 24px;
        margin: 10px 0 20px;
    }
}

.donation-sec2 .donation-wrapper .donate-form .donation-action > div button {
    width: 100%;
}

.donation-sec2 .donation-head {
    flex: 0 0 400px;
}

    .donation-sec2 .donation-head h2 {
        margin-bottom: 15px;
    }

.donation-sec .stat-prev {
    border: 1px solid var(--purple);
    padding: 50px;
    text-align: center;
    background-color: #FDF8EA;
    position: relative;
    z-index: 2;
}

.donation-sec .donation-options {
    padding: 90px 0 50px;
    text-align: center;
    margin-top: -30px;
}

    .donation-sec .donation-options ul li button {
        background-color: var(--white);
        padding: 7px 36px;
        -webkit-transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        --ms-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
    }

    .donation-sec .donation-options ul li.active button, .donation-sec .donation-options ul li:hover button {
        background-color: var(--primary);
    }

.donation-sec .form-body {
    padding-top: 60px;
}

    .donation-sec .form-body h3 {
        margin-bottom: 30px;
    }

    .donation-sec .form-body .form-group input,
    .donation-sec .form-body .form-group textarea {
        border-radius: 30px;
        padding-left: 30px;
    }

.donation-sec .alert-status {
    background: #f6f3ee;
    border-left: 3px solid var(--purple);
    border-radius: 0 100px 100px 0;
    margin: 70px 0px;
}

    .donation-sec .alert-status span {
        font-weight: 400;
        font-family: var(--font-family-base);
    }

.donation-sec ul#gateway-radio-list li {
    display: flex;
    border: 1px solid #d8dde1;
    border-radius: 100px;
    height: 56px;
    align-items: center;
    padding-left: 25px;
    font-weight: 600;
    font-size: 18px;
}

    .donation-sec ul#gateway-radio-list li input {
        width: auto;
        margin-right: 7px;
    }

    .donation-sec ul#gateway-radio-list li label {
        width: 100%;
        display: block;
        cursor: pointer;
    }

.donation-sec .donation-status .ds-inner {
    max-width: 700px;
    margin: 0 auto;
}

    .donation-sec .donation-status .ds-inner h5 {
        margin: 30px 0;
    }

/*! process */
.process-card {
    text-align: center;
}

@media (max-width: 991.98px) {
    .process-card {
        margin-bottom: 40px;
    }
}

.process-card .count {
    border-radius: 0 0 30px 30px;
    width: 56px;
    height: 56px;
    margin: 0 auto;
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.05);
    background: var(--white);
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
}

    .process-card .count::before {
        height: 5px;
        background-color: var(--purple);
    }

.process-card h3 {
    margin: 30px 0;
}

.process-card .process-icon {
    box-shadow: 0 16px 50px 10px rgba(12, 12, 13, 0.07);
    width: 156px;
    height: 156px;
    margin: 0 auto;
    background-color: var(--white);
    margin-top: 30px;
}

.process-sec {
    overflow: hidden;
}

    .process-sec .process-shape {
        position: absolute;
        position: absolute;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translate(-50%);
        top: 46%;
        z-index: -1;
    }

@media (max-width: 1199.98px) {
    .process-sec .process-shape {
        display: none;
    }
}

.process-sec .row > div:nth-child(even) .process-card .process-icon {
    margin-bottom: 30px;
    margin-top: 0;
}

/*! pricing */
.pricing-sec {
    padding-top: 120px;
    overflow: hidden;
}

    .pricing-sec .pricing-entry {
        padding-bottom: 120px;
        padding-top: 35px;
    }

@media (max-width: 991.98px) {
    .pricing-sec .pricing-entry {
        padding-bottom: 30px;
    }
}

.pricing-sec .pricing-wrap::before {
    width: 1px;
    background-color: var(--theme-border);
    right: -20px;
    top: auto;
    bottom: 0;
    left: auto;
    height: calc(100% - 60px);
}

@media (max-width: 991.98px) {
    .pricing-sec .pricing-wrap::before {
        display: none;
    }
}

.pricing-entry {
    padding-left: 40px;
    border-left: 1px solid var(--theme-border);
}

@media (max-width: 767.98px) {
    .pricing-entry {
        border: 0 none;
        padding-left: 0;
    }
}

.pricing-entry .pricing-header h2 {
    font-size: 30px;
    margin-bottom: 10px;
}

.pricing-entry .pricing-header p {
    margin: 20px 0 10px;
}

.pricing-entry .pricing-header span.display-2, .pricing-entry .pricing-header span.sec-title {
    font-weight: 700;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    --ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

    .pricing-entry .pricing-header span.display-2 sub, .pricing-entry .pricing-header span.sec-title sub {
        font-size: 20px;
        color: var(--body-color);
        -webkit-transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        --ms-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
        font-weight: 400;
    }

.pricing-entry .pricing-header .btn {
    margin-top: 20px;
}

.pricing-entry .pricing-body {
    padding: 30px;
    margin-top: 30px;
    background-color: var(--white);
}

    .pricing-entry .pricing-body ul {
        margin: 0px;
        padding: 0px;
        list-style: none;
    }

        .pricing-entry .pricing-body ul li {
            margin-bottom: 15px;
            padding-left: 35px;
        }

            .pricing-entry .pricing-body ul li::before {
                background-color: transparent;
                content: "\f058";
                font-family: fontawesome;
                color: var(--primary);
                transition: 0.4s;
            }

            .pricing-entry .pricing-body ul li.disabled::before {
                color: var(--theme-border);
            }

.pricing-entry:hover .btn {
    background-color: var(--purple);
    border: 1px solid var(--purple);
}

.pricing-entry:hover .pricing-body li::before,
.pricing-entry:hover span.display-2,
.pricing-entry:hover span.sec-title,
.pricing-entry:hover span.display-2 sub,
.pricing-entry:hover span.sec-title sub {
    color: var(--purple);
}

/*! single-post */
.post-header {
    margin: 40px 0 50px;
}

    .post-header .ph-inner img {
        margin-right: 20px;
    }

    .post-header .pm-info span {
        font-size: 14px;
    }

    .post-header .pm-info h5 {
        font-size: 20px;
        font-weight: 500;
    }

.post-single h1 {
    font-weight: 700;
}

.post-single .post-thumb {
    margin: 0px 0 35px;
}

.post-single ul.check {
    /*max-width: 800px;
    margin: 40px 0;*/
    margin: 20px 40px;
    width: 100%;
}

    .post-single ul.check li {
        /*font-size: 16px;
        display: inline-flex;
        align-items: center;
        margin: 0 40px 25px 20px;*/
        font-size: 15px;
        margin: 0 40px 15px 20px;
        font-weight: 400;
    }

        .post-single ul.check li:before {
            font-size: 16px;
            top: 0;
            left: -30px;
        }

.post-single h3 {
    font-size: 36px;
    margin: 0 0 30px;
}

.post-single > p {
    margin: 0 0 30px;
    color: #42454B;
}

@media (max-width: 767.98px) {
    .post-single {
        overflow: hidden;
    }

        .post-single h1 {
            font-size: 32px;
        }

        .post-single .p-gallery img {
            margin-bottom: 15px;
        }

        .post-single ul {
            padding-left: 15px;
        }
}

.article-footer {
    padding: 35px 0;
    border-top: 1px solid var(--theme-border);
    border-bottom: 1px solid var(--theme-border);
}

    .article-footer h4 {
        margin-bottom: 0;
    }

@media (max-width: 767.98px) {
    .article-footer h4 {
        margin: 0 0 20px !important;
    }
}

.article-footer .tagcloude a {
    border: 1px solid var(--theme-border);
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    --ms-border-radius: 30px;
    border-radius: 30px;
    padding: 7px 20px;
    margin-right: 10px;
    display: inline-block;
}

@media (max-width: 991.98px) {
    .article-footer .tagcloude a {
        margin-bottom: 10px;
    }
}

.article-footer .tagcloude a:hover {
    background-color: var(--primary);
    color: var(--white);
    border: 1px solid var(--primary);
}

blockquote {
    padding: 30px 75px;
}

    blockquote::before {
        background: url("../images/icons/quote2.png") no-repeat top left;
        left: 0px;
        top: 30px;
    }

    blockquote p {
        font-size: 24px;
        color: var(--headings-color);
        border-radius: 5px;
        line-height: 32px;
        font-weight: 600;
        margin-bottom: 0;
    }

    blockquote cite {
        font-size: 20px;
        padding-left: 120px;
    }

        blockquote cite::before {
            height: 1px;
            width: 100px;
            background-color: var(--headings-color);
            position: absolute;
            top: 50%;
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
        }

@media (max-width: 575.98px) {
    blockquote {
        padding: 20px;
        margin-top: 50px;
    }

        blockquote::before {
            top: -30px;
        }
}

.blog-gallery img {
    max-width: 50%;
}

/* =====================================
Post Comment Style */
.post-comments > ol {
    padding-left: 0;
}

.post-comments ol {
    list-style: none;
}

.post-comments .comment-entry {
    position: relative;
    margin-bottom: 30px;
    border-bottom: 1px solid var(--theme-border);
}

    .post-comments .comment-entry .comment-thumb {
        flex: 0 0 5.625rem;
    }

@media (max-width: 991.98px) {
    .post-comments .comment-entry .comment-thumb {
        margin-right: 1.25rem;
    }
}

.post-comments .comment-entry .commentor p {
    margin: 0;
}

.post-comments .comment-entry .commentor a.h6, .post-comments .comment-entry .commentor .payment-option a.accordion-button, .payment-option .post-comments .comment-entry .commentor a.accordion-button, .post-comments .comment-entry .commentor .product-details-tab .nav-tabs li a.nav-link, .product-details-tab .nav-tabs li .post-comments .comment-entry .commentor a.nav-link, .post-comments .comment-entry .commentor .portfolio-menu .nav a.nav-link, .portfolio-menu .nav .post-comments .comment-entry .commentor a.nav-link, .post-comments .comment-entry .commentor .footer-widget .footer-info .single-conn .conn-txt a, .footer-widget .footer-info .single-conn .conn-txt .post-comments .comment-entry .commentor a, .post-comments .comment-entry .commentor .quick-call a, .quick-call .post-comments .comment-entry .commentor a, .post-comments .comment-entry .commentor .review-top a.lead, .review-top .post-comments .comment-entry .commentor a.lead, .post-comments .comment-entry .commentor .review-top a.lead-sm, .review-top .post-comments .comment-entry .commentor a.lead-sm {
    font-size: 14px;
    text-transform: uppercase;
}

@media (max-width: 575.98px) {
    .post-comments .comment-entry .comment-thumb {
        margin-bottom: 0.9375rem;
    }

    .post-comments .comment-entry .commentor::before {
        top: -0.625rem;
        left: 0.9375rem;
    }
}

/*! single-cause */
.single-cause .donation-stat {
    padding: 30px 30px 40px;
    margin: 40px 0 50px;
}

    .single-cause .donation-stat .abstat-wrap {
        flex: 1;
        margin-right: 40px;
        padding: 0;
    }

        .single-cause .donation-stat .abstat-wrap .donate-stat:before {
            width: 235px;
        }

.single-cause h1 {
    font-size: 36px;
    margin: 30px 0;
}

.single-cause h3 {
    font-size: 32px;
    margin: 0px 0 30px;
}

.single-cause ul.check li {
    margin-left: 30px;
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 20px;
}

    .single-cause ul.check li:before {
        font-size: 18px;
        left: -35px;
        top: 0px;
    }

.cause-widget {
    background: url("../images/widget-bg.png") repeat center center;
    padding: 40px;
    margin-bottom: 30px;
}

    .cause-widget .widget-title {
        font-size: 30px;
    }

    .cause-widget .organiser-img {
        flex: 0 0 80px;
        margin-right: 20px;
    }

    .cause-widget .organiser-txt span {
        font-family: caveat;
        font-size: 24px;
        color: var(--danger);
    }

    .cause-widget ul {
        margin: 0px;
        padding: 0px;
        list-style: none;
        margin-top: 20px;
    }

        .cause-widget ul li {
            color: var(--body-color);
            font-weight: 500;
            margin-bottom: 10px;
        }

            .cause-widget ul li i {
                color: var(--danger);
                margin-right: 5px;
            }

    .cause-widget .donar-s {
        margin-bottom: 20px;
    }

        .cause-widget .donar-s img {
            flex: 0 0 60px;
            margin-right: 20px;
        }

        .cause-widget .donar-s .donar-info h5 {
            margin-bottom: 0;
            font-size: 22px;
        }

        .cause-widget .donar-s .donar-info span {
            font-size: 16px;
            font-weight: 700;
            color: var(--primary);
        }

    .cause-widget.donate-widget {
        padding: 50px;
    }

        .cause-widget.donate-widget span.price.display-2, .cause-widget.donate-widget span.price.sec-title {
            background: var(--purple);
            display: flex;
            width: 120px;
            height: 120px;
            align-items: center;
            justify-content: center;
            margin: 0 auto;
            border-radius: 50%;
            color: var(--white);
        }

        .cause-widget.donate-widget h5 {
            margin: 25px 0;
        }

/*! gallery */
.portfolio-menu .nav .nav-link {
    color: var(--headings-color);
    position: relative;
    background-color: var(--shade);
    padding: 13px 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    --ms-border-radius: 30px;
    border-radius: 30px;
}

    .portfolio-menu .nav .nav-link.active, .portfolio-menu .nav .nav-link:hover {
        background-color: var(--primary);
        color: var(--white);
    }

.gallery-grid .grid-sizer {
    width: 33.3333%;
}

.gallery-item {
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    --ms-border-radius: 30px;
    border-radius: 30px;
}

    .gallery-item figure {
        margin: 0;
    }

    .gallery-item img {
        width: 100%;
        height: auto;
        display: block;
    }

    .gallery-item .gallery-hover {
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        text-align: center;
        background: 0 0;
        content: "";
        -webkit-transition: -webkit-transform 0.4s ease;
        transition: -webkit-transform 0.4s ease;
        transition: transform 0.4s ease;
        transition: transform 0.4s ease, -webkit-transform 0.4s ease;
        -webkit-transform: scale(0, 1);
        -ms-transform: scale(0, 1);
        transform: scale(0, 1);
        -webkit-transform-origin: right center;
        -ms-transform-origin: right center;
        transform-origin: right center;
        overflow: hidden;
        -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
        --ms-border-radius: 30px;
        border-radius: 30px;
    }

        .gallery-item .gallery-hover::before {
            position: absolute;
            content: "";
            position: absolute;
            top: 50%;
            left: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
            background: var(--primary);
            background-blend-mode: multiply;
            width: 100%;
            height: 100%;
            opacity: 0.9;
            --ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
            filter: alpha(opacity=90);
        }

        .gallery-item .gallery-hover a {
            position: absolute;
            z-index: 3;
            position: absolute;
            top: 50%;
            left: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
            font-size: 20px;
            background-color: var(--purple);
            color: var(--white);
        }

    .gallery-item:hover .gallery-hover {
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        transform: scale(1, 1);
        -webkit-transform-origin: left center;
        -ms-transform-origin: left center;
        transform-origin: left center;
    }

.grid-sizer {
    visibility: hidden;
    height: 0;
}

/*! shop */
/*=================================
Product Style
*/
.shop-section {
    padding: 120px 0 90px;
}

.product-entry, .product-entry3, .product-entry2 {
    margin-bottom: 30px;
    overflow: hidden;
}

    .product-entry .product-thumb, .product-entry3 .product-thumb, .product-entry2 .product-thumb {
        overflow: hidden;
    }

        .product-entry .product-thumb img, .product-entry3 .product-thumb img, .product-entry2 .product-thumb img {
            width: 100%;
            transform: scale(1);
            -webkit-transition: all 1s ease;
            -moz-transition: all 1s ease;
            --ms-transition: all 1s ease;
            -o-transition: all 1s ease;
            transition: all 1s ease;
        }

    .product-entry .product-txt, .product-entry3 .product-txt, .product-entry2 .product-txt {
        padding: 20px;
    }

@media (max-width: 1399.98px) {
    .product-entry .product-txt, .product-entry3 .product-txt, .product-entry2 .product-txt {
        padding: 20px 15px;
    }

        .product-entry .product-txt .ratings img, .product-entry3 .product-txt .ratings img, .product-entry2 .product-txt .ratings img {
            width: 16px;
        }
}

.product-entry .badge, .product-entry3 .badge, .product-entry2 .badge {
    position: absolute;
    background: var(--primary);
    font-size: 14px;
    left: 15px;
    top: 15px;
    font-weight: 600;
    z-index: 1;
}

.product-entry .product-cta, .product-entry3 .product-cta, .product-entry2 .product-cta {
    position: absolute;
    right: -10px;
    top: 30px;
    visibility: hidden;
    opacity: 0;
    --ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    --ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

    .product-entry .product-cta a, .product-entry3 .product-cta a, .product-entry2 .product-cta a {
        display: table;
        width: 48px;
        height: 48px;
        text-align: center;
        background-color: var(--purple);
        margin-bottom: 10px;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        --ms-border-radius: 50%;
        border-radius: 50%;
    }

        .product-entry .product-cta a i, .product-entry3 .product-cta a i, .product-entry2 .product-cta a i {
            color: var(--white);
            display: table-cell;
            vertical-align: middle;
        }

.product-entry h3, .product-entry3 h3, .product-entry2 h3 {
    font-size: 18px;
}

.product-entry .price, .product-entry3 .price, .product-entry2 .price {
    color: var(--headings-color);
    font-weight: 600;
}

    .product-entry .price del, .product-entry3 .price del, .product-entry2 .price del {
        color: var(--body-color);
        font-size: 14px;
    }

.product-entry:hover h3 a, .product-entry3:hover h3 a, .product-entry2:hover h3 a {
    color: var(--black);
}

.product-entry:hover .product-cta, .product-entry3:hover .product-cta, .product-entry2:hover .product-cta {
    opacity: 1;
    --ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    visibility: visible;
    right: 20px;
}

.product-entry:hover .product-thumb img, .product-entry3:hover .product-thumb img, .product-entry2:hover .product-thumb img {
    transform: scale(1.2);
}

.result select {
    min-width: 60px;
    width: auto;
    padding: 9px 15px;
}

.filter a.bg-primary {
    color: var(--white);
}

.product-entry2 .product-cta a {
    background-color: var(--sky);
}

    .product-entry2 .product-cta a i {
        color: var(--white);
    }

.product-entry2:hover h3 a {
    color: var(--sky);
}

.product-entry3 .product-cta a i {
    color: var(--white);
}

.product-entry3 .product-cta a:hover {
    background-color: var(--tertiary);
}

.shop-wrapper .icon i, .shop-wrapper .icon-xs i, .shop-wrapper .icon-lg i, .shop-wrapper .icon-xl i, .shop-wrapper .btn-2 span i, .btn-2 .shop-wrapper span i, .shop-wrapper .gallery-item .gallery-hover a i, .gallery-item .gallery-hover .shop-wrapper a i {
    font-size: 18px;
}

.shop-wrapper .nice-select {
    background: var(--shade);
    height: 46px;
    line-height: 46px;
    min-width: 60px;
    margin-left: 10px;
    font-size: 18px;
    border: 1px solid var(--theme-border);
}

/*! single-product */
/*=================================
Single Product Style
*/
.product-media-left {
    display: flex;
    flex-direction: column;
    margin-right: 20px;
    width: 20%;
}

    .product-media-left .product-thumb {
        height: 500px;
    }

        .product-media-left .product-thumb img {
            max-width: 110px;
        }

@media (max-width: 991.98px) {
    .product-media-left {
        margin-right: 10px;
    }
}

@media (max-width: 767.98px) {
    .product-media-left .product-thumb {
        height: 425px;
    }

        .product-media-left .product-thumb img {
            width: 95px;
        }
}

.product-media-left .swiper-button-next,
.product-media-left .swiper-button-prev {
    top: 3px;
    transform: rotate(270deg);
    left: 36%;
    width: 35px;
    height: 35px;
    background-color: var(--white);
    color: var(--black);
    -webkit-box-shadow: 0 0px 12px rgba(var(--dark), 0.25);
    -moz-box-shadow: 0 0px 12px rgba(var(--dark), 0.25);
    box-shadow: 0 0px 12px rgba(var(--dark), 0.25);
}

    .product-media-left .swiper-button-next::after,
    .product-media-left .swiper-button-prev::after {
        font-size: 17px;
    }

.product-media-left .swiper-button-prev {
    top: auto;
    bottom: -10px;
}

@media (max-width: 575.98px) {
    .product-media-left {
        width: 100%;
        margin-right: 0;
        display: inline-block;
    }

        .product-media-left .product-thumb {
            height: auto;
            margin-bottom: 20px;
        }

            .product-media-left .product-thumb img {
                height: auto;
            }

        .product-media-left .swiper-button-prev,
        .product-media-left .swiper-button-next {
            transform: rotate(0deg);
            left: 0;
            top: 40%;
        }

        .product-media-left .swiper-button-prev {
            bottom: auto;
            right: 0;
            left: auto;
        }
}

.coverItem {
    width: 80%;
}

@media (max-width: 575.98px) {
    .coverItem {
        width: 100%;
        text-align: center;
    }
}

.select-color .color {
    margin-right: 10px;
    width: 82px;
    height: 82px;
    cursor: pointer;
}

    .select-color .color span {
        display: none;
    }

    .select-color .color .active img {
        opacity: 0.6;
        --ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
        filter: alpha(opacity=60);
    }

.cart-cta .btn {
    width: 215px;
    margin-left: 10px;
}

@media (max-width: 575.98px) {
    .cart-cta .btn {
        margin-top: 20px;
    }
}

.cart-number .quantity {
    flex-basis: 180px;
}

    .cart-number .quantity .cart-counter {
        border: 1px solid var(--theme-border);
        -webkit-border-radius: 50px;
        -moz-border-radius: 50px;
        --ms-border-radius: 50px;
        border-radius: 50px;
        padding: 0px 20px;
    }

        .cart-number .quantity .cart-counter > div {
            cursor: pointer;
        }

    .cart-number .quantity input {
        text-align: center;
        border: 0 none;
        padding: 0;
        width: 56px;
        height: 56px;
        font-size: 22px;
    }

.product-meta p {
    margin: 0 0 15px;
}

    .product-meta p strong {
        color: var(--black);
    }

.payment-method span {
    width: 240px;
}

@media (max-width: 575.98px) {
    .pay-options img {
        margin-bottom: 10px;
    }
}

.product-details-tab .nav-tabs {
    margin: 0 0 60px;
}

    .product-details-tab .nav-tabs li {
        margin: 0 10px;
    }

        .product-details-tab .nav-tabs li .nav-link {
            text-transform: capitalize;
            padding: 17px 40px 15px;
            margin: 0;
            border: 1px solid var(--theme-border);
            -webkit-border-radius: 50px;
            -moz-border-radius: 50px;
            --ms-border-radius: 50px;
            border-radius: 50px;
            line-height: 1;
            -webkit-transition: all 0.4s ease-in-out;
            -moz-transition: all 0.4s ease-in-out;
            --ms-transition: all 0.4s ease-in-out;
            -o-transition: all 0.4s ease-in-out;
            transition: all 0.4s ease-in-out;
        }

            .product-details-tab .nav-tabs li .nav-link.active, .product-details-tab .nav-tabs li .nav-link:focus, .product-details-tab .nav-tabs li .nav-link:hover {
                background-color: var(--primary);
                border: 1px solid var(--primary);
                color: var(--white);
            }

@media (max-width: 575.98px) {
    .product-details-tab .nav-tabs li {
        margin-bottom: 10px;
    }
}

.product-details-tab .ratings-form.contact-form2 {
    max-width: 675px;
    margin: 0;
    padding: 0;
}

    .product-details-tab .ratings-form.contact-form2 .form-group input,
    .product-details-tab .ratings-form.contact-form2 .form-group textarea {
        background-color: var(--shade);
        border-radius: 5px;
    }

.product-details-tab .ratings a {
    color: var(--primary);
}

    .product-details-tab .ratings a:hover {
        color: gold;
    }

.product-details-tab .tab-content ul li {
    margin-bottom: 15px;
}

.product-additional-info .item {
    margin-bottom: 15px;
}

    .product-additional-info .item label {
        font-size: 18px;
        min-width: 150px;
    }

.ratings-form .form-group label {
    margin-bottom: 5px;
}

.ratings-form .form-group input,
.ratings-form .form-group textarea {
    background-color: var(--theme-mute);
}

    .ratings-form .form-group input[type=checkbox] {
        padding: 8px;
    }

.ratings-form .form-group.checkbox-group {
    margin: 20px 0 40px;
}

/*! cart */
/* ==================================
 Cart Style
*/
.woocommerce {
    background-color: var(--theme-mute);
    padding: 30px;
}

@media (max-width: 575.98px) {
    .woocommerce {
        padding: 10px;
    }

        .woocommerce .woocommerce-cart-form {
            overflow-x: auto;
            margin-bottom: 30px;
            overflow-y: hidden;
        }
}

.woocommerce .shop_table {
    text-align: left;
    width: 100%;
    border-collapse: separate;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    --ms-border-radius: 10px;
    border-radius: 10px;
    border-spacing: 0 20px;
}

    .woocommerce .shop_table thead tr th {
        padding: 15px 20px;
        background-color: var(--white);
        font-size: 18px;
        font-weight: 600;
        color: var(--headings-color);
    }

@media (max-width: 575.98px) {
    .woocommerce .shop_table thead tr th {
        font-size: 18px;
        padding: 20px;
    }
}

.woocommerce .shop_table thead tr th:first-child, .woocommerce .shop_table thead tr th:last-child {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    --ms-border-radius: 10px;
    border-radius: 10px;
}

.woocommerce .shop_table tr {
    background-color: var(--white);
    color: var(--purple);
}

    .woocommerce .shop_table tr td:first-child {
        border-left-style: solid;
        border-top-left-radius: 10px;
        border-bottom-left-radius: 10px;
    }

    .woocommerce .shop_table tr td:last-child {
        border-right-style: solid;
        border-bottom-right-radius: 10px;
        border-top-right-radius: 10px;
    }

.woocommerce .shop_table tbody tr.woocommerce-cart-form__cart-item.cart_item td {
    font-weight: 600;
    align-items: center;
    vertical-align: middle;
}

@media (max-width: 575.98px) {
    .woocommerce .shop_table tbody tr.woocommerce-cart-form__cart-item.cart_item td {
        font-size: 14px;
    }
}

.woocommerce .shop_table tbody tr.woocommerce-cart-form__cart-item.cart_item td.product-thumbnail {
    width: 15%;
    padding: 15px 0 15px 15px;
}

@media (max-width: 575.98px) {
    .woocommerce .shop_table tbody tr.woocommerce-cart-form__cart-item.cart_item td.product-thumbnail {
        padding: 5px 0 5px 5px;
    }

        .woocommerce .shop_table tbody tr.woocommerce-cart-form__cart-item.cart_item td.product-thumbnail img {
            max-width: 100%;
        }
}

.woocommerce .shop_table td.product-quantity input {
    padding: 0;
    width: 40px;
    margin: 0 5px;
    text-align: center;
}

.woocommerce th {
    font-weight: 700;
    padding: 9px 12px;
    line-height: 1.5em;
}

.woocommerce td.product-remove a.remove {
    height: 25px;
    width: 25px;
    line-height: 25px;
    background: var(--primary);
    display: inline-block;
    text-align: center;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    --ms-border-radius: 50px;
    border-radius: 50px;
}

    .woocommerce td.product-remove a.remove i {
        color: var(--headings-color);
        font-weight: 600;
        font-size: 15px;
    }

@media (max-width: 575.98px) {
    .woocommerce .table.shop_table.cart > tbody > tr > td.product-price,
    .woocommerce .table.shop_table.cart > tbody > tr > th.product-price,
    .woocommerce .table.shop_table.cart > tfoot > tr > td.product-price,
    .woocommerce .table.shop_table.cart > tfoot > tr > th.product-price,
    .woocommerce .table.shop_table.cart > thead > tr > td.product-price,
    .woocommerce .table.shop_table.cart > thead > tr > th.product-price,
    .woocommerce table.shop_table.cart > tbody > tr > td.product-price,
    .woocommerce table.shop_table.cart > tbody > tr > th.product-price,
    .woocommerce table.shop_table.cart > tfoot > tr > td.product-price,
    .woocommerce table.shop_table.cart > tfoot > tr > th.product-price,
    .woocommerce table.shop_table.cart > thead > tr > td.product-price,
    .woocommerce table.shop_table.cart > thead > tr > th.product-price {
        display: none;
    }
}

.woocommerce .coupon {
    position: relative;
    flex: 0 0 50%;
}

    .woocommerce .coupon input {
        border: 1px solid var(--theme-border);
        padding: 14px;
        font-size: 15px;
    }

        .woocommerce .coupon input:focus {
            outline: 0 none;
            box-shadow: none;
        }

    .woocommerce .coupon .btn {
        position: absolute;
        right: -2px;
        border-radius: 5px;
        top: -1px;
        font-size: 15px;
        height: 101%;
        line-height: 1;
    }

@media (max-width: 575.98px) {
    .woocommerce .coupon {
        flex: 0 0 100%;
    }
}

.woocommerce .shop_table tr:last-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.cart-quanty {
    display: flex;
    justify-content: space-between;
    width: 100px;
    padding: 4px 13px;
    background-color: var(--theme-mute);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    --ms-border-radius: 5px;
    border-radius: 5px;
    font-size: 15px;
}

    .cart-quanty input {
        padding: 0;
        background: transparent;
        text-align: center;
        font-weight: 600;
    }

    .cart-quanty i {
        cursor: pointer;
    }

@media (max-width: 575.98px) {
    .cart-totals {
        margin-top: 30px;
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .cart-totals {
        margin-top: 30px;
    }
}

.cart-totals table {
    width: 100%;
    border-spacing: 0 10px;
    border-collapse: separate;
}

    .cart-totals table th {
        color: var(--headings-color);
    }

    .cart-totals table td {
        font-weight: 500;
    }

    .cart-totals table tbody tr td {
        padding: 15px 10px;
        text-align: right;
    }

    .cart-totals table tr:first-child {
        font-weight: 700;
    }

    .cart-totals table tr.product-list {
        background: #fff;
    }

        .cart-totals table tr.product-list th,
        .cart-totals table tr.product-list td {
            padding-left: 20px;
            padding: 10px 15px;
            color: var(--headings-color);
        }

        .cart-totals table tr.product-list th {
            border-top-left-radius: 10px;
            border-bottom-left-radius: 10px;
        }

        .cart-totals table tr.product-list td {
            border-bottom-right-radius: 10px;
            border-top-right-radius: 10px;
            font-size: 20px;
        }

/*! checkout */
/* ==================================
Checkout Style
*/
@media (max-width: 575.98px) {
    .order-summery {
        margin-top: 30px;
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .order-summery {
        margin-top: 30px;
    }
}

.coupon-wrap input {
    flex: 0 0 65%;
}

@media (max-width: 991.98px) {
    .coupon-wrap {
        margin-bottom: 20px;
    }

        .coupon-wrap input {
            flex: 0 0 55%;
        }
}

.checkout-coupon h6 {
    margin-bottom: 0;
}

    .checkout-coupon h6 button {
        border: 0;
        color: var(--tertiary);
        background: transparent;
    }

.checkout-coupon form {
    max-width: 600px;
}

    .checkout-coupon form .btn {
        border-radius: 5px;
    }

form.form.checkout-form label {
    margin-bottom: 5px;
    font-weight: 500;
    color: var(--headings-color);
    font-size: 17px;
}

form.form.checkout-form select {
    display: block !important;
    width: 100%;
    border: 1px solid var(--theme-border);
    color: var(--headigns-color);
    background-color: var(--white);
}

form.form.checkout-form input,
form.form.checkout-form select {
    font-size: 16px;
    margin-bottom: 30px;
}

    form.form.checkout-form input[type=checkbox] {
        width: auto;
    }

.payment-option {
    margin-bottom: 30px;
}

    .payment-option .accordion-button:after {
        right: 0px;
        background: transparent;
        border-radius: 0;
        background-repeat: no-repeat;
        background-position: center center;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-chevron-down' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
        box-shadow: none;
    }

    .payment-option .accordion-button:not(.collapsed):after {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-chevron-down' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
        background-color: transparent;
        transform: rotate(0deg);
    }
/*# sourceMappingURL=style.css.map */
