﻿/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Utility
# Cards
# Common
# Form
# Navigations
# Animations
# Mobile Nav
# Search Popup
# Page Header
# Google Map
# Client Carousel
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Common
--------------------------------------------------------------*/
:root {
    --anity-font: "DM Sans", sans-serif;
    --anity-font-two: "Libre Baskerville", serif;
    --anity-font-three: 'fredoka_oneregular';
    --anity-gray: #727272;
    --anity-gray-rgb: 114, 114, 114;
    --anity-base: #276a14;
    /*--anity-base: #FF5528;*/
    --anity-base-rgb: 255, 85, 40;
    --anity-black: #343434;
    --anity-black-rgb: 52, 52, 52;
    --anity-primary: #FFA415;
    --anity-primary-rgb: 255, 164, 21;
    --anity-extra: #26CC8C;
    --anity-extra-rgb: 38, 204, 140;
    --anity-extra-two: #F2F0EC;
    --anity-extra-two-rgb: 242, 240, 236;
    --anity-white: #ffffff;
    --anity-white-rgb: 255, 255, 255;
    --anity-bdr-color: #e3e3e3;
    --anity-bdr-radius: 20px;
}

body {
    font-family: var(--anity-font);
    color: var(--anity-gray);
    font-size: 16px;
    line-height: 30px;
    font-weight: 350;
    /*   background-color: #f5fffaab;*/
}

    body.locked {
        overflow: hidden;
    }






















/*.row {
    --bs-gutter-x: 75px;
}

.gutter-y-30 {
    --bs-gutter-y: 30px;
}


a {
    color: var(--anity-base);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

    a,
    a:hover,
    a:focus,
    a:visited {
        text-decoration: none;
    }

::-webkit-input-placeholder {
    color: inherit;
    opacity: 1;
}

:-ms-input-placeholder {
    color: inherit;
    opacity: 1;
}

::-ms-input-placeholder {
    color: inherit;
    opacity: 1;
}

::placeholder {
    color: inherit;
    opacity: 1;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--anity-black);
    margin: 0;
}

p {
    margin: 0;
}

ul,
li {
    margin: 0;
    padding: 0;
    list-style: none;
}

dl,
ol,
ul {
    margin-top: 0;
    margin-bottom: 0;
}

::-webkit-input-placeholder {
    color: inherit;
    opacity: 1;
}

:-ms-input-placeholder {
    color: inherit;
    opacity: 1;
}

::-ms-input-placeholder {
    color: inherit;
    opacity: 1;
}

::placeholder {
    color: inherit;
    opacity: 1;
}

.page-wrapper {
    position: relative;
    margin: 0 auto;
    width: 100%;
    min-width: 300px;
    overflow: hidden;
}

.container {
    padding-left: 15px;
    padding-right: 15px;
}

.list-unstyled {
    padding-left: 0;
}*/

/*@media (min-width: 1320px) {
    .container {*/
/* max-width: 1429px;*/
/*max-width: 1583px;
    }
}

::-webkit-input-placeholder {
    color: inherit;
    opacity: 1;
}

:-ms-input-placeholder {
    color: inherit;
    opacity: 1;
}

::-ms-input-placeholder {
    color: inherit;
    opacity: 1;
}

::placeholder {
    color: inherit;
    opacity: 1;
}

#particles-js {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-position: 50% 50%;
    opacity: 0.4;
    z-index: -1;
}*/


/*--------------------------------------------------------------
# Custom Cursor
--------------------------------------------------------------*/
/*.custom-cursor__cursor {
    width: 25px;
    height: 25px;
    border-radius: 100%;
    border: 1px solid var(--anity-base);
    -webkit-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
    position: fixed;
    pointer-events: none;
    left: 0;
    top: 0;
    -webkit-transform: translate(calc(-50% + 5px), -50%);
    transform: translate(calc(-50% + 5px), -50%);
    z-index: 999991;
}

.custom-cursor__cursor-two {
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background-color: var(--anity-base);
    opacity: .3;
    position: fixed;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    pointer-events: none;
    -webkit-transition: width .3s, height .3s, opacity .3s;
    transition: width .3s, height .3s, opacity .3s;
    z-index: 999991;
}

.custom-cursor__hover {
    background-color: var(--anity-base);
    opacity: 0.4;
}

.custom-cursor__innerhover {
    width: 25px;
    height: 25px;
    opacity: .4;
}
*/


/* Section Title Css */
/*.section-title {
    position: relative;
    display: block;
    margin-top: 2px;
    margin-bottom: 16px;
    z-index: 1;
}

.section-title__tagline {
    position: relative;
    display: inline-block;
    font-size: 22px;
    line-height: 16px;
    color: var(--anity-base);
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2.6px;
    font-family: initial;
}

.section-title__title {
    color: var(--anity-black);
    font-size: 16px;
    line-height: 1.2em;
    font-weight: 700;
    letter-spacing: -.05em;
    margin: 2px 0 0;
}

    .section-title__title span {
        color: var(--anity-base);
        font-weight: 500;
    }


.section-title-two {
    position: relative;
    display: block;
    margin-top: -11px;
    margin-bottom: 55px;
    z-index: 1;
}

.section-title-two__tagline {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 16px;
    color: var(--anity-base);
    font-weight: 400;
}

.section-title-two__title {
    color: var(--anity-black);
    font-size: 30px;
    line-height: 1.2em;
    font-weight: 700;
    letter-spacing: -.04em;
    margin: 5px 0 0;
}

    .section-title-two__title span {
        position: relative;
        display: inline-block;
        z-index: 1;
    }

        .section-title-two__title span img {
            position: absolute;
            bottom: -15px;
            right: -5px;
            animation: leftRight 4s ease-in-out infinite;
            z-index: -1;
        }*/

/* Thm Btn Css */

.thm-btn {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    vertical-align: middle;
    -webkit-appearance: none;
    appearance: none;
    outline: none !important;
    font-weight: 700;
    font-size: 12px;
    color: var(--anity-black);
    border: 1px solid var(--anity-base);
    padding: 4px 4px 4px;
    padding-right: 3px;
    border-radius: 30px;
    transition: 0.5s ease-in-out;
    text-transform: uppercase;
    overflow: hidden;
    letter-spacing: 1.5px;
    gap: 10px;
    z-index: 2;
    text-align: center;
}

.login-btn {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    vertical-align: middle;
    -webkit-appearance: none;
    appearance: none;
    outline: none !important;
    font-weight: 700;
    font-size: 12px;
    color: var(--anity-black);
    border: 1px solid var(--anity-base);
    padding: 0px 5px 0px;
    padding-right: 9px;
    border-radius: 30px;
    transition: 0.5s ease-in-out;
    text-transform: uppercase;
    overflow: hidden;
    letter-spacing: 1.4px;
    gap: 10px;
    z-index: 2;
    text-align: center;
}

.thm-btn::after {
    content: "";
    background-color: var(--anity-black);
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    clip-path: circle(0% at 50% 50%);
    transition: all cubic-bezier(0, 0.96, 0.58, 1.1) 0.8s;
    z-index: -1;
}

.thm-btn:hover:after {
    clip-path: circle(100% at 50% 50%);
    transition: all cubic-bezier(0, 0.96, 0.58, 1.1) 4s;
}

.thm-btn span {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    background-color: var(--anity-base);
    border-radius: 50%;
    font-size: 14px;
    color: var(--anity-white);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.thm-btn:hover span {
    background-color: var(--anity-white);
    color: var(--anity-base);
    transition-delay: 200ms;
}

    .thm-btn:hover span i {
        -webkit-animation: bounceright .3s alternate ease infinite;
        animation: bounceright .3s alternate ease infinite;
    }

.thm-btn:hover {
    color: var(--anity-white);
    border: 1px solid var(--anity-black);
}


/* Proloader Css */

.preloader {
    position: fixed;
    background-color: #fff;
    background-position: center center;
    background-repeat: no-repeat;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99999;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
}

.preloader__image {
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: flipInY;
    animation-name: flipInY;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    background-image: url(../images/loader.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 60px auto;
    width: 100%;
    height: 100%;
}

/* scroll to top */
.scroll-to-top {
    display: flex;
    align-items: center;
    width: auto;
    height: 35px;
    background: transparent;
    position: fixed;
    bottom: 60px;
    right: -12px;
    z-index: 99;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    transform: rotate(-90deg);
    cursor: pointer;
    transition: all 0.2s ease;
}

    .scroll-to-top:hover {
        color: var(--anity-base);
    }

.scroll-to-top__text {
    display: inline;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-weight: 700;
    margin-left: 10px;
    /*color: antiquewhite;*/
    color: #71d77c;
}

.scroll-to-top__wrapper {
    display: inline-block;
    width: 30px;
    height: 4px;
    background-color: var(--anity-base);
    position: relative;
    overflow: hidden;
}

.scroll-to-top__inner {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: var(--anity-black);
}

.scroll-to-top.show {
    opacity: 1;
    visibility: visible;
    bottom: 70px;
}


/*--------------------------------------------------------------
# Navigations One
--------------------------------------------------------------*/
.main-header {
    position: relative;
    display: block;
    width: 100%;
    background: transparent;
    transition: all 500ms ease;
    z-index: 999;
}

.main-menu__top {
    position: relative;
    display: block;
    background: #103405;
    /* background-image: url('/images/ooo.jpg');*/
    /*    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3E%3Cg fill='%23ffffff' fill-opacity='0.12'%3E%3Cpath fill-rule='evenodd' d='M0 0h4v4H0V0zm4 4h4v4H4V4z'/%3E%3C/g%3E%3C/svg%3E"), #103405;
*/
}


.main-menu__top-inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 8px 0px;
}

.main-menu__contact-list {
    position: relative;
    display: flex;
    align-items: center;
}

    .main-menu__contact-list li {
        position: relative;
        display: flex;
        align-items: center;
    }

        .main-menu__contact-list li + li {
            margin-left: 46px;
        }

        .main-menu__contact-list li:before {
            content: "";
            position: absolute;
            top: 7px;
            bottom: 7px;
            left: -23px;
            width: 1px;
            background-color: rgba(var(--anity-white-rgb), .40);
        }

        .main-menu__contact-list li:first-child:before {
            display: none;
        }

        .main-menu__contact-list li .icon {
            position: relative;
            display: flex;
            align-items: center;
        }

            .main-menu__contact-list li .icon i {
                font-size: 16px;
                color: var(--anity-white);
            }

        .main-menu__contact-list li .text {
            margin-left: 10px;
        }

            .main-menu__contact-list li .text p {
                font-size: 16px;
                color: var(--anity-white);
            }

                .main-menu__contact-list li .text p a {
                    color: var(--anity-white);
                    -webkit-transition: all 500ms ease;
                    transition: all 500ms ease;
                }

                    .main-menu__contact-list li .text p a:hover {
                        color: var(--anity-black);
                    }

.main-menu__top-right {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.main-menu__social-box {
    position: relative;
    display: flex;
    align-items: center;
}

.main-menu__social-title {
    font-size: 16px;
    color: var(--anity-white);
    line-height: 16px;
}

.main-menu__social {
    position: relative;
    display: flex;
    align-items: center;
    margin-left: 20px;
}

    .main-menu__social a {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 35px;
        width: 35px;
        border: 2px solid rgba(var(--anity-white-rgb), .10);
        border-radius: 50%;
        font-size: 14px;
        color: rgba(var(--anity-white-rgb), 1);
        background-color: transparent;
        overflow: hidden;
        -webkit-transition: all 0.4s linear;
        -o-transition: all 0.4s linear;
        transition: all 0.4s linear;
        z-index: 1;
    }

        .main-menu__social a:hover {
            color: var(--anity-base);
            border: 1px solid transparent;
        }

        .main-menu__social a::before {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            bottom: 0;
            right: 0;
            background: var(--anity-white);
            transform: scale(0.5);
            border-radius: 50%;
            opacity: 0;
            -webkit-transition: all 0.4s linear;
            -o-transition: all 0.4s linear;
            transition: all 0.4s linear;
            z-index: -1;
        }

        .main-menu__social a:hover::before {
            transform: scale(1.0);
            opacity: 1;
        }

        .main-menu__social a + a {
            margin-left: 10px;
        }

.main-menu {
    position: relative;
    display: block;
}

.main-menu__wrapper {
    position: relative;
    display: block;
}

.main-menu__wrapper-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.main-menu__left {
    display: flex;
    align-items: center;
    gap: 26px;
}

.main-menu__logo {
    display: block;
    /*padding: 35px 0;*/
    padding: 20px 0;
}

.main-menu__main-menu-box {
    display: block;
}

.main-menu__right {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}

.main-menu__call {
    position: relative;
    display: flex;
    align-items: center;
}

.main-menu__call-icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    width: 40px;
    background-color: var(--anity-base);
    border-radius: 50%;
    color: var(--anity-white);
    font-size: 16px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

    .main-menu__call-icon:hover {
        background-color: var(--anity-black);
        color: var(--anity-white);
    }

.main-menu__call-content {
    margin-left: 10px;
    position: relative;
    top: 2px;
}

.main-menu__call-sub-title {
    font-size: 14px;
    font-weight: 500;
    color: var(--anity-gray);
    line-height: 14px;
}

.main-menu__call-number {
    font-size: 18px;
    font-weight: 600;
    line-height: 18px;
    margin-top: 6px;
}

    .main-menu__call-number a {
        color: var(--anity-black);
        -webkit-transition: all 500ms ease;
        transition: all 500ms ease;
    }

        .main-menu__call-number a:hover {
            color: var(--anity-base);
        }

.main-menu__search-box {
    position: relative;
    display: block;
}

.main-menu__search {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background-color: rgba(var(--anity-base-rgb), .20);
    border-radius: 50%;
    font-size: 16px;
    color: var(--anity-base);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

    .main-menu__search:hover {
        color: var(--anity-white);
        background-color: rgba(var(--anity-base-rgb), 1.0);
    }


.stricky-header.main-menu {
    background-color: var(--anity-white);
}

.main-menu .main-menu__list,
.main-menu .main-menu__list > li > ul,
.main-menu .main-menu__list > li > ul > li > ul,
.stricky-header .main-menu__list,
.stricky-header .main-menu__list > li > ul,
.stricky-header .main-menu__list > li > ul > li > ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: none;
}



@media (min-width: 1200px) {

    .main-menu .main-menu__list,
    .main-menu .main-menu__list > li > ul,
    .main-menu .main-menu__list > li > ul > li > ul,
    .stricky-header .main-menu__list,
    .stricky-header .main-menu__list > li > ul,
    .stricky-header .main-menu__list > li > ul > li > ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

.main-menu .main-menu__list > li,
.stricky-header .main-menu__list > li {
    padding-top: 45px;
    padding-bottom: 45px;
    position: relative;
}

    .main-menu .main-menu__list > li + li,
    .stricky-header .main-menu__list > li + li {
        margin-left: 25px;
    }

    .main-menu .main-menu__list > li > a,
    .stricky-header .main-menu__list > li > a {
        font-size: 16px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        color: var(--anity-black);
        position: relative;
        -webkit-transition: all 500ms ease;
        transition: all 500ms ease;
        font-weight: 700;
        text-transform: capitalize;
        line-height: 20px;
    }

    .main-menu .main-menu__list > li.current > a,
    .main-menu .main-menu__list > li:hover > a,
    .stricky-header .main-menu__list > li.current > a,
    .stricky-header .main-menu__list > li:hover > a {
        color: var(--anity-base);
    }

    .main-menu .main-menu__list > li > a::before,
    .stricky-header .main-menu__list > li > a::before {
        content: "";
        height: 2px;
        border-radius: 0px;
        opacity: 1;
        background-color: var(--anity-base);
        position: absolute;
        bottom: 0;
        left: 0px;
        right: 0px;
        transition: transform 500ms ease;
        transform: scale(0, 1);
        transform-origin: left center;
        z-index: 1;
    }

    .main-menu .main-menu__list > li.current > a::before,
    .main-menu .main-menu__list > li:hover > a::before,
    .stricky-header .main-menu__list > li.current > a::before,
    .stricky-header .main-menu__list > li:hover > a::before {
        transform: scale(1, 1);
        transform-origin: right center;
    }

    .main-menu .main-menu__list > li.dropdown > a {
        padding-right: 15px;
    }

        .main-menu .main-menu__list > li.dropdown > a:after {
            position: absolute;
            top: 56%;
            right: 0;
            font-family: "Font Awesome 5 Pro";
            content: "\f107";
            font-size: 14px;
            color: var(--anity-black);
            transform: translateY(-50%);
            font-weight: 400;
            -webkit-transition: all 500ms ease;
            transition: all 500ms ease;
            z-index: 1;
        }

    .main-menu .main-menu__list > li.current > a::after,
    .main-menu .main-menu__list > li:hover > a::after,
    .stricky-header .main-menu__list > li.current > a::after,
    .stricky-header .main-menu__list > li:hover > a::after {
        color: var(--anity-base);
    }



    .main-menu .main-menu__list > li > ul,
    .main-menu .main-menu__list > li > ul > li > ul,
    .stricky-header .main-menu__list > li > ul,
    .stricky-header .main-menu__list > li > ul > li > ul {
        position: absolute;
        top: 100%;
        left: 0;
        background-color: var(--anity-black);
        min-width: 280px;
        padding: 25px 30px 25px;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        text-align: left;
        opacity: 0;
        visibility: hidden;
        z-index: 99;
        transform: perspective(500px) rotatex(-20deg);
        transform-origin: 50% 0%;
        -webkit-box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 9%);
        -khtml-box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 9%);
        -moz-box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 9%);
        -ms-box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 9%);
        -o-box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 9%);
        box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 9%);
        -webkit-transition: all 300ms linear 0ms;
        -khtml-transition: all 300ms linear 0ms;
        -moz-transition: all 300ms linear 0ms;
        -ms-transition: all 300ms linear 0ms;
        -o-transition: all 300ms linear 0ms;
        transition: all 300ms linear 0ms;
    }

        .main-menu .main-menu__list > li:hover > ul,
        .main-menu .main-menu__list > li > ul > li:hover > ul,
        .stricky-header .main-menu__list > li:hover > ul,
        .stricky-header .main-menu__list > li > ul > li:hover > ul {
            opacity: 1;
            visibility: visible;
            transform: perspective(500px) rotatex(0);
        }

.shadow-box {
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
}

.main-menu .main-menu__list > li > ul > li > ul > li > ul,
.stricky-header .main-menu__list > li > ul > li > ul > li > ul {
    display: none;
}

.main-menu .main-menu__list > li > ul > li,
.main-menu .main-menu__list > li > ul > li > ul > li,
.stricky-header .main-menu__list > li > ul > li,
.stricky-header .main-menu__list > li > ul > li > ul > li {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    width: 100%;
    position: relative;
}

    .main-menu .main-menu__list > li > ul > li + li,
    .main-menu .main-menu__list > li > ul > li > ul > li + li,
    .stricky-header .main-menu__list > li > ul > li + li,
    .stricky-header .main-menu__list > li > ul > li > ul > li + li {
        border-top: 1px solid rgba(var(--anity-white-rgb), 0.05);
        margin-top: 0px;
    }

    .main-menu .main-menu__list > li > ul > li > a,
    .main-menu .main-menu__list > li > ul > li > ul > li > a,
    .stricky-header .main-menu__list > li > ul > li > a,
    .stricky-header .main-menu__list > li > ul > li > ul > li > a {
        position: relative;
        display: flex;
        align-items: center;
        color: rgba(var(--anity-white-rgb), 0.80);
        font-size: 16px;
        line-height: 16px;
        font-weight: 400;
        padding: 17px 0px 17px;
        -webkit-transition: all 200ms linear 0ms;
        -khtml-transition: all 200ms linear 0ms;
        -moz-transition: all 200ms linear 0ms;
        -ms-transition: all 200ms linear 0ms;
        -o-transition: all 200ms linear 0ms;
        transition: all 200ms linear 0ms;
    }

    .main-menu .main-menu__list > li > ul > li:hover > a,
    .main-menu .main-menu__list > li > ul > li > ul > li:hover > a,
    .stricky-header .main-menu__list > li > ul > li:hover > a,
    .stricky-header .main-menu__list > li > ul > li > ul > li:hover > a {
        color: rgba(var(--anity-white-rgb), 1.0);
        padding-left: 5px;
    }

    .main-menu .main-menu__list > li > ul > li.dropdown > a::before,
    .main-menu .main-menu__list > li > ul > li > ul > li.dropdown > a::before,
    .stricky-header .main-menu__list > li > ul > li.dropdown > a::before,
    .stricky-header .main-menu__list > li > ul > li > ul > li.dropdown > a::before {
        position: absolute;
        top: 50%;
        right: 0px;
        font-family: "Font Awesome 5 Pro";
        font-weight: 400;
        content: "\f105";
        font-size: 14px;
        color: var(--anity-white);
        transform: translateY(-50%) scale(1.0) rotate(0deg);
        -webkit-transition: 500ms;
        transition: 500ms;
    }

    .main-menu .main-menu__list > li > ul > li.dropdown:hover > a::before,
    .main-menu .main-menu__list > li > ul > li > ul > li.dropdown:hover > a::before,
    .stricky-header .main-menu__list > li > ul > li.dropdown:hover > a::before,
    .stricky-header .main-menu__list > li > ul > li > ul > li.dropdown:hover > a::before {
        color: var(--anity-base);
        transform: translateY(-50%) scale(1) rotate(90deg);
    }

    .main-menu .main-menu__list > li > ul > li > ul,
    .stricky-header .main-menu__list > li > ul > li > ul {
        top: 0;
        left: 100%;
        border-left: 40px solid transparent;
        background-color: transparent;
        width: 320px;
    }

        .main-menu .main-menu__list > li > ul > li > ul::before,
        .stricky-header .main-menu__list > li > ul > li > ul::before {
            content: "";
            position: absolute;
            top: 0;
            left: 0px;
            bottom: 0;
            right: 0;
            background-color: var(--anity-black);
        }

.main-menu .main-menu__list li ul li > ul.right-align,
.stricky-header .main-menu__list li ul li > ul.right-align {
    top: 0;
    left: auto;
    right: 100%;
}

.main-menu-four__main-menu-box .main-menu__list > .megamenu,
.main-menu-three__main-menu-box .main-menu__list > .megamenu,
.main-menu-two__main-menu-box .main-menu__list > .megamenu,
.main-menu__wrapper .main-menu__list > .megamenu {
    position: static;
}

    .main-menu-four__main-menu-box .main-menu__list > .megamenu > ul,
    .main-menu-three__main-menu-box .main-menu__list > .megamenu > ul,
    .main-menu-two__main-menu-box .main-menu__list > .megamenu > ul,
    .main-menu__wrapper .main-menu__list > .megamenu > ul {
        top: 100% !important;
        left: 0 !important;
        right: 0 !important;
        background-color: transparent;
        box-shadow: none;
        padding: 0;
    }





        .main-menu-three__main-menu-box .main-menu__list > .megamenu > ul > li,
        .main-menu-two__main-menu-box .main-menu__list > .megamenu > ul > li,
        .main-menu__wrapper .main-menu__list > .megamenu > ul > li {
            padding: 0 !important;
        }

.stricky-header {
    position: fixed;
    z-index: 991;
    top: 0;
    left: 0;
    background-color: #fff;
    width: 100%;
    visibility: hidden;
    -webkit-transform: translateY(-120%);
    transform: translateY(-120%);
    -webkit-transition: visibility 500ms ease, -webkit-transform 500ms ease;
    transition: visibility 500ms ease, -webkit-transform 500ms ease;
    transition: transform 500ms ease, visibility 500ms ease;
    transition: transform 500ms ease, visibility 500ms ease, -webkit-transform 500ms ease;
    -webkit-box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
}

@media (max-width: 1199px) {
    .stricky-header {
        display: none !important;
    }
}

.stricky-header.stricky-fixed {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    visibility: visible;
}

.stricky-header .main-menu__inner {
    -webkit-box-shadow: none;
    box-shadow: none;
    padding-right: 0;
    max-width: 1170px;
    width: 100%;
    margin: 0 auto;
}

.mobile-nav__buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: auto;
    margin-right: 10px;
}

@media (min-width: 1200px) {
    .mobile-nav__buttons {
        display: none;
    }
}

.mobile-nav__buttons a {
    font-size: 20px;
    color: var(--anity-base);
    cursor: pointer;
}

    .mobile-nav__buttons a + a {
        margin-left: 10px;
    }

    .mobile-nav__buttons a:hover {
        color: var(--anity-base);
    }

.main-menu .mobile-nav__toggler {
    font-size: 20px;
    color: var(--anity-base);
    cursor: pointer;
    -webkit-transition: 500ms;
    transition: 500ms;
}

    .main-menu .mobile-nav__toggler:hover {
        color: var(--anity-black);
    }

@media (min-width: 1200px) {
    .main-menu .mobile-nav__toggler {
        display: none;
    }
}




/*--------------------------------------------------------------
# Mobile Nav
--------------------------------------------------------------*/
.mobile-nav__wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 999;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transform-origin: left center;
    transform-origin: left center;
    -webkit-transition: visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
    transition: visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
    transition: transform 500ms ease 500ms, visibility 500ms ease 500ms;
    transition: transform 500ms ease 500ms, visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
    visibility: hidden;
}

    .mobile-nav__wrapper .container {
        padding-left: 0;
        padding-right: 0;
    }

    .mobile-nav__wrapper.expanded {
        opacity: 1;
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
        visibility: visible;
        -webkit-transition: visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
        transition: visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
        transition: transform 500ms ease 0ms, visibility 500ms ease 0ms;
        transition: transform 500ms ease 0ms, visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
    }

.mobile-nav__overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #000000;
    opacity: 0.5;
    cursor: pointer;
}

.mobile-nav__content {
    width: 300px;
    background-color: var(--anity-black);
    z-index: 10;
    position: relative;
    height: 100%;
    overflow-y: auto;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 15px;
    padding-right: 15px;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
    transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
    transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, transform 500ms ease 0ms;
    transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, transform 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
}

.mobile-nav__wrapper.expanded .mobile-nav__content {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
    transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
    transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms, transform 500ms ease 500ms;
    transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms, transform 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
}

.mobile-nav__content .logo-box {
    margin-bottom: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.mobile-nav__close {
    position: absolute;
    top: 20px;
    right: 15px;
    font-size: 18px;
    color: var(--anity-white);
    cursor: pointer;
}

.mobile-nav__content .main-menu__list,
.mobile-nav__content .main-menu__list > li > ul,
.mobile-nav__content .main-menu__list > li > ul > li > ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

    .mobile-nav__content .main-menu__list > li > ul,
    .mobile-nav__content .main-menu__list > li > ul > li > ul {
        display: none;
        border-top: 1px solid rgba(255, 255, 255, 0.1);
        margin-left: 0.5em;
    }

        .mobile-nav__content .main-menu__list > li:not(:last-child),
        .mobile-nav__content .main-menu__list > li > ul > li:not(:last-child),
        .mobile-nav__content .main-menu__list > li > ul > li > ul > li:not(:last-child) {
            border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        }

    .mobile-nav__content .main-menu__list > li > a > .main-menu-border {
        display: none !important;
    }

    .mobile-nav__content .main-menu__list > li > a,
    .mobile-nav__content .main-menu__list > li > ul > li > a,
    .mobile-nav__content .main-menu__list > li > ul > li > ul > li > a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        line-height: 30px;
        color: #ffffff;
        font-size: 14px;
        font-family: var(--anity-font, "Rubik", sans-serif);
        font-weight: 500;
        height: 46px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-transition: 500ms;
        transition: 500ms;
    }

        .mobile-nav__content .main-menu__list > li > a.expanded .mobile-nav__content .main-menu__list > li > ul > li > a.expanded .mobile-nav__content .main-menu__list > li > ul > li > ul > li > a.expanded {
            color: var(--anity-base);
        }

    .mobile-nav__content .main-menu__list li a.expanded {
        color: var(--anity-base);
    }

    .mobile-nav__content .main-menu__list > li > a > button,
    .mobile-nav__content .main-menu__list > li > ul > li > a > button,
    .mobile-nav__content .main-menu__list > li > ul > li > ul > li > a > button {
        width: 30px;
        height: 30px;
        background-color: var(--anity-base);
        border: none;
        outline: none;
        color: #fff;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        -webkit-transition: -webkit-transform 500ms ease;
        transition: -webkit-transform 500ms ease;
        transition: transform 500ms ease;
        transition: transform 500ms ease, -webkit-transform 500ms ease;
        padding: 0;
    }

        .mobile-nav__content .main-menu__list > li > a > button.expanded,
        .mobile-nav__content .main-menu__list > li > ul > li > a > button.expanded,
        .mobile-nav__content .main-menu__list > li > ul > li > ul > li > a > button.expanded {
            -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
            background-color: #fff;
            color: var(--anity-base);
        }

    /* no menu after 2rd level dropdown */
    .mobile-nav__content .main-menu__list > li > ul > li > ul > li > a > button,
    .mobile-nav__content .main-menu__list > li > ul > li > ul > li > ul {
        display: none !important;
    }

    .mobile-nav__content .main-menu__list li.cart-btn span {
        position: relative;
        top: auto;
        right: auto;
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }

    .mobile-nav__content .main-menu__list li.cart-btn i {
        font-size: 16px;
    }

.mobile-nav__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 30px;
}

    .mobile-nav__top .main-menu__login a {
        color: var(--anity-text-dark);
    }

.mobile-nav__container {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-nav__social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    .mobile-nav__social a {
        font-size: 16px;
        color: var(--anity-white);
        -webkit-transition: 500ms;
        transition: 500ms;
    }

        .mobile-nav__social a + a {
            margin-left: 30px;
        }

        .mobile-nav__social a:hover {
            color: var(--anity-base);
        }

.mobile-nav__contact {
    margin-bottom: 0;
    margin-top: 20px;
    margin-bottom: 20px;
}

    .mobile-nav__contact li {
        color: var(--anity-text-dark);
        font-size: 14px;
        font-weight: 500;
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

        .mobile-nav__contact li + li {
            margin-top: 15px;
        }

        .mobile-nav__contact li a {
            color: #ffffff;
            -webkit-transition: 500ms;
            transition: 500ms;
        }

            .mobile-nav__contact li a:hover {
                color: var(--anity-base);
            }

        .mobile-nav__contact li > i {
            width: 30px;
            height: 30px;
            border-radius: 50%;
            background-color: var(--anity-base);
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            text-align: center;
            font-size: 11px;
            margin-right: 10px;
            color: #fff;
        }

.mobile-nav__container .main-logo,
.mobile-nav__container .topbar__buttons,
.mobile-nav__container .main-menu__language,
.mobile-nav__container .main-menu__login {
    display: none;
}

.mobile-nav__content .home-showcase {
    margin-top: 0;
    margin-bottom: 0;
}






/*--------------------------------------------------------------
# Home Showcase
--------------------------------------------------------------*/
.home-showcase {
    margin-top: 0px;
    margin-bottom: 0;
}

    .home-showcase .container {
        max-width: 1640.1px;
    }

    .home-showcase .row {
        --bs-gutter-x: 10px;
        --bs-gutter-y: 10px;
    }

.home-showcase__inner {
    padding: 30px 30px 30px;
    background-color: rgb(255, 255, 255);
    background-color: var(--anity-white);
    -webkit-box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 9%);
    -khtml-box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 9%);
    -moz-box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 9%);
    -ms-box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 9%);
    -o-box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 9%);
    box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 9%);
}

.home-showcase__item {
    position: relative;
    display: block;
    margin-bottom: 7px;
}

.home-showcase__image {
    position: relative;
    overflow: hidden;
    background-color: rgb(0, 0, 0, 0.10);
    padding: 1px;
}

    .home-showcase__image > img {
        width: 100%;
        transition: filter 500ms ease;
        filter: blur(0px);
    }

    .home-showcase__image:hover > img {
        filter: blur(2px);
    }

.home-showcase__buttons {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    transform: scale(1, 0);
    transition: transform 800ms ease, opacity 600ms linear;
    transform-origin: bottom center;
    opacity: 0.70;
    z-index: 1;
}

.home-showcase__image:hover .home-showcase__buttons {
    transform: scale(1, 1);
    opacity: 1.0;
    transform-origin: top center;
}

.home-showcase__buttons::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: -ms-linear-gradient(left, #ff5528 0%, #ffa415 100%);
    background-image: -moz-linear-gradient(left, #ff5528 0%, #ffa415 100%);
    background-image: -o-linear-gradient(left, #ff5528 0%, #ffa415 100%);
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #ff5528), color-stop(100, #ffa415));
    background-image: -webkit-linear-gradient(left, #ff5528 0%, #ffa415 100%);
    background-image: linear-gradient(to right, #ff5528 0%, #ffa415 100%);
    opacity: 1;
    transform: perspective(500px) rotatex(-20deg);
    transform-origin: 50% 0%;
    -webkit-box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 9%);
    -khtml-box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 9%);
    -moz-box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 9%);
    -ms-box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 9%);
    -o-box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 9%);
    box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 9%);
    -webkit-transition: all 300ms linear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
    z-index: -1;
}

.home-showcase__image:hover .home-showcase__buttons::before {
    opacity: 0.90;
    visibility: visible;
    transform: perspective(500px) rotatex(0);
}




.home-showcase__buttons__item {
    padding: 5px 20px 5px;
    padding-right: 15px;
    width: 150px;
    text-align: center;
    color: var(--anity-white);
    background-color: var(--anity-black);
    border: 1px solid var(--anity-black);
}

    .home-showcase__buttons__item::after {
        background-color: var(--anity-white);
    }

    .home-showcase__buttons__item span {
        background-color: var(--anity-white);
        color: var(--anity-black);
        display: none;
    }

    .home-showcase__buttons__item:hover {
        color: var(--anity-black);
        background-color: transparent;
        border: 1px solid transparent;
    }

    .home-showcase__buttons__item + .home-showcase__buttons__item {
        margin-top: 10px;
    }

.home-showcase__title {
    margin: 0;
    text-align: center;
    font-size: 18px;
    line-height: 40px;
    font-weight: 700;
    color: var(--anity-black);
    margin-top: 10px;
    text-transform: capitalize;
    font-family: var(--anity-font);
}

.mobile-nav__wrapper .home-showcase .row [class*=col-] {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
}

.mobile-nav__wrapper .home-showcase__inner {
    padding: 15px 0px;
    background-color: rgba(0, 0, 0, 0);
}

.mobile-nav__wrapper .home-showcase__title {
    color: var(--anity-white, #ffffff);
}

/*--------------------------------------------------------------
# Navigations Two
--------------------------------------------------------------*/
.main-header-two {
    position: relative;
    display: block;
    width: 100%;
    background: transparent;
    transition: all 500ms ease;
    z-index: 999;
}


.main-menu-two__wrapper {
    position: relative;
    display: block;
}

.main-menu-two__wrapper-inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0 150px;
    background-color: var(--anity-extra-two);
}

.main-menu-two__left {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 100px;
}

.main-menu-two__logo {
    display: block;
    padding: 35px 0;
}

.main-menu-two__main-menu-box {
    display: block;
}


.main-menu-two__right {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 30px;
}

.main-menu-two__call {
    position: relative;
    display: flex;
    align-items: center;
}

.main-menu-two__call-icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    width: 40px;
    background-color: var(--anity-base);
    border-radius: 50%;
    color: var(--anity-white);
    font-size: 16px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

    .main-menu-two__call-icon:hover {
        background-color: var(--anity-black);
        color: var(--anity-white);
    }

.main-menu-two__call-content {
    margin-left: 10px;
    position: relative;
    top: 2px;
}

.main-menu-two__call-sub-title {
    font-size: 14px;
    font-weight: 500;
    color: var(--anity-gray);
    line-height: 14px;
}

.main-menu-two__call-number {
    font-size: 18px;
    font-weight: 600;
    line-height: 18px;
    margin-top: 6px;
}

    .main-menu-two__call-number a {
        color: var(--anity-black);
        -webkit-transition: all 500ms ease;
        transition: all 500ms ease;
    }

        .main-menu-two__call-number a:hover {
            color: var(--anity-base);
        }

.main-menu-two__search-box {
    position: relative;
    display: block;
}

.main-menu-two__search {
    position: relative;
    display: flex;
    align-items: center;
    font-size: 20px;
    color: var(--anity-black);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

    .main-menu-two__search:hover {
        color: var(--anity-base);
    }


.stricky-header.main-menu-two {
    background-color: var(--anity-white);
}

/*--------------------------------------------------------------
# Navigations three
--------------------------------------------------------------*/
.main-header-three {
    position: relative;
    display: block;
    width: 100%;
    background: transparent;
    transition: all 500ms ease;
    z-index: 999;
}

.main-menu-three__wrapper {
    position: relative;
    display: block;
}

.main-menu-three__wrapper-inner {
    position: static;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.main-menu-three__left {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.main-menu-three__logo {
    display: block;
    padding: 35px 0;
}

.main-menu-three__right {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 30px;
}

.main-menu-three__main-menu-box {
    display: block;
}

.main-menu-three__user-box {
    position: relative;
    display: block;
}

.main-menu-three__user {
    position: relative;
    display: flex;
    align-items: center;
    font-size: 20px;
    color: var(--anity-black);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

    .main-menu-three__user:hover {
        color: var(--anity-base);
    }

.main-menu-three__search-box {
    position: relative;
    display: block;
}

.main-menu-three__search {
    position: relative;
    display: flex;
    align-items: center;
    font-size: 20px;
    color: var(--anity-black);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

    .main-menu-three__search:hover {
        color: var(--anity-base);
    }




/*--------------------------------------------------------------
# Search Popup
--------------------------------------------------------------*/
.search-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 9999;
    padding-left: 20px;
    padding-right: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transform: translateY(-110%);
    transform: translateY(-110%);
    -webkit-transition: opacity 500ms ease, -webkit-transform 500ms ease;
    transition: opacity 500ms ease, -webkit-transform 500ms ease;
    transition: transform 500ms ease, opacity 500ms ease;
    transition: transform 500ms ease, opacity 500ms ease, -webkit-transform 500ms ease;
}

    .search-popup.active {
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
    }

.search-popup__overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: var(--anity-black);
    opacity: 0.75;
    cursor: pointer;
}

.search-popup__content {
    width: 100%;
    max-width: 560px;
}

    .search-popup__content form {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        position: relative;
        background-color: #fff;
        border-radius: 5px;
        overflow: hidden;
    }

        .search-popup__content form input[type="search"],
        .search-popup__content form input[type="text"] {
            width: 100%;
            background-color: #fff;
            font-size: 16px;
            border: none;
            outline: none;
            height: 66px;
            padding-left: 30px;
        }

    .search-popup__content .thm-btn {
        padding: 0;
        width: 68px;
        height: 68px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center;
        position: absolute;
        top: 0;
        right: -1px;
        border-radius: 0;
        background-color: var(--anity-base);
        border: 0;
        -webkit-transition: all 500ms ease;
        transition: all 500ms ease;
    }

        .search-popup__content .thm-btn::after {
            background-color: var(--anity-black);
            border-radius: 0;
        }

        .search-popup__content .thm-btn::before {
            background-color: var(--anity-black);
            border-radius: 0;
        }

        .search-popup__content .thm-btn i {
            height: auto;
            width: auto;
            background-color: transparent;
            border-radius: 50%;
            color: var(--anity-white);
            font-size: 22px;
            line-height: inherit;
            text-align: center;
            top: 0;
            margin-right: 0;
            padding-left: 0;
            -webkit-transition: all 500ms ease;
            transition: all 500ms ease;
        }

        .search-popup__content .thm-btn:hover i {
            color: var(--anity-white);
        }


/*--------------------------------------------------------------
# Edit All Css
--------------------------------------------------------------*/
.donate-one__btn {
    color: var(--anity-white);
    border: 1px solid var(--anity-white);
}

    .donate-one__btn span {
        background-color: var(--anity-black);
    }

.cta-one__btn-1 {
    padding: 8px 26px 8px;
    padding-right: 9px;
    background-color: var(--anity-primary);
    border: none;
}

    .cta-one__btn-1:hover {
        border: none;
    }

    .cta-one__btn-1 span {
        background-color: var(--anity-black);
    }

.cta-one__btn-2 {
    padding: 8px 26px 8px;
    padding-right: 9px;
    background-color: var(--anity-white);
    border: none;
}

    .cta-one__btn-2:hover {
        border: none;
    }

    .cta-one__btn-2 span {
        background-color: var(--anity-black);
    }

.donate-two__single-2 .donate-two__btn-2 {
    border: 1px solid var(--anity-extra);
}

    .donate-two__single-2 .donate-two__btn-2::after {
        background-color: var(--anity-extra);
    }

    .donate-two__single-2 .donate-two__btn-2 span {
        background-color: var(--anity-extra);
    }

    .donate-two__single-2 .donate-two__btn-2:hover {
        border: 1px solid var(--anity-extra);
    }

        .donate-two__single-2 .donate-two__btn-2:hover span {
            background-color: var(--anity-white);
            color: var(--anity-extra);
        }

.donate-two__single-3 .donate-two__btn-2 {
    border: 1px solid var(--anity-primary);
}

    .donate-two__single-3 .donate-two__btn-2::after {
        background-color: var(--anity-primary);
    }

    .donate-two__single-3 .donate-two__btn-2 span {
        background-color: var(--anity-primary);
    }

    .donate-two__single-3 .donate-two__btn-2:hover span {
        background-color: var(--anity-white);
        color: var(--anity-primary);
    }

.counter-one__needy-btn {
    color: var(--anity-white);
}

    .counter-one__needy-btn:hover {
        border: 1px solid var(--anity-base);
    }

    .counter-one__needy-btn::after {
        background-color: var(--anity-base);
    }

.footer-widget-two__btn {
    color: var(--anity-white);
}

    .footer-widget-two__btn::after {
        background-color: var(--anity-base);
    }

    .footer-widget-two__btn:hover {
        border: 1px solid var(--anity-base);
    }

.cta-two__btn {
    color: var(--anity-white);
}

    .cta-two__btn::after {
        background-color: var(--anity-base);
    }

    .cta-two__btn:hover {
        border: 1px solid var(--anity-base);
    }

.contact-one__btn {
    background-color: transparent;
}

.volinteer-page__btn {
    background-color: transparent;
}

.contact-three__btn {
    background-color: transparent;
}

.main-slider__btn {
    border: none;
    background-color: var(--anity-base);
    color: var(--anity-white);
    padding: 8px 25px 8px;
    padding-right: 9px;
}

    .main-slider__btn span {
        background-color: var(--anity-black);
    }

    .main-slider__btn:hover {
        border: 0px solid transparent;
    }

.main-slider-two__btn {
    border: none;
    background-color: var(--anity-base);
    color: var(--anity-white);
    padding: 8px 25px 8px;
    padding-right: 9px;
}

    .main-slider-two__btn span {
        background-color: var(--anity-black);
    }

    .main-slider-two__btn:hover span {
        background-color: var(--anity-base);
        color: var(--anity-white);
    }

    .main-slider-two__btn:hover {
        border: 0px solid transparent;
        color: var(--anity-base);
    }

    .main-slider-two__btn::after {
        background-color: var(--anity-white);
    }

.donation-details__btn {
    border: none;
    background-color: var(--anity-base);
    color: var(--anity-white);
    padding: 8px 25px 8px;
    padding-right: 9px;
    width: 100%;
}

    .donation-details__btn span {
        background-color: var(--anity-black);
    }

    .donation-details__btn:hover span {
        background-color: var(--anity-base);
        color: var(--anity-white);
    }

    .donation-details__btn:hover {
        border: 0px solid transparent;
        color: var(--anity-base);
    }

    .donation-details__btn::after {
        background-color: var(--anity-white);
    }


.donation-one__btn {
    border: none;
    background-color: var(--anity-base);
    color: var(--anity-white);
    padding: 8px 25px 8px;
    padding-right: 9px;
}

    .donation-one__btn span {
        background-color: var(--anity-black);
    }

    .donation-one__btn:hover span {
        background-color: var(--anity-base);
        color: var(--anity-white);
    }

    .donation-one__btn:hover {
        border: 0px solid transparent;
        color: var(--anity-base);
    }

    .donation-one__btn::after {
        background-color: var(--anity-white);
    }

.sidebar__call-to-action-btn {
    border: 1px solid var(--anity-white);
    color: var(--anity-white);
}

    .sidebar__call-to-action-btn span {
        background-color: var(--anity-black);
    }

.product__all-btn {
    font-size: 12px;
    padding: 5px 20px 5px;
}

.review-form-one__btn {
    background-color: transparent;
    padding: 12px 25px 12px;
}

.account__form-btn {
    background-color: transparent;
}

.coming-soon-page__btn {
    background-color: var(--anity-base);
    color: var(--anity-white);
}

    .coming-soon-page__btn:hover {
        color: var(--anity-black);
        border: 1px solid transparent;
        background-color: transparent;
    }

    .coming-soon-page__btn span {
        background-color: var(--anity-white);
        color: var(--anity-black);
    }

    .coming-soon-page__btn:hover span {
        background-color: var(--anity-black);
        color: var(--anity-white);
    }

    .coming-soon-page__btn::after {
        background-color: var(--anity-white);
    }



/*--------------------------------------------------------------
# Carousle Dot Style
--------------------------------------------------------------*/

/*.carousel-dot-style.owl-carousel .owl-stage-outer {
    overflow: visible;
}

.carousel-dot-style.owl-carousel .owl-item {
    opacity: 0;
    visibility: hidden;
    transition: opacity 500ms ease, visibility 500ms ease;
}

    .carousel-dot-style.owl-carousel .owl-item.active {
        opacity: 1;
        visibility: visible;
    }

.carousel-dot-style.owl-carousel .owl-dots {
    position: absolute;
    bottom: -50px;
    left: 0px;
    right: 0;
    text-align: center;
    margin: 0 !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .carousel-dot-style.owl-carousel .owl-dots .owl-dot {
        position: relative;
        display: inline-block;
        width: 10px;
        height: 10px;
        border-radius: 50%;
        background-color: var(--anity-base);
        margin: 0px 5px;
        padding: 0px;
        transition: all 100ms linear;
        transition-delay: 0.1s;
    }

.carousel-dot-style.owl-carousel .owl-dot.active {
    width: 10px;
    height: 10px;
    background-color: var(--anity-black);
}

.carousel-dot-style.owl-carousel .owl-dot:focus {
    outline: none;
}

.carousel-dot-style.owl-carousel .owl-dots .owl-dot span {
    display: none;
}
*/

/*--------------------------------------------------------------
             home-4
--------------------------------------------------------------*/
/*--------------------------------------------------------------
             Slogan One
--------------------------------------------------------------*/
.slogan-one {
    position: relative;
    display: block;
    padding: 15px 0px 26px;
}

.slogan-one__bg {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    mix-blend-mode: multiply;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center center;
}

    .slogan-one__bg::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        background: rgba(0, 0, 0, .8);
    }

.slogan-one__content {
    position: relative;
    display: block;
}

    .slogan-one__content .title-box {
        position: relative;
        display: block;
        padding-bottom: 27px;
    }

        .slogan-one__content .title-box h2 {
            color: var(--anity-white);
            font-size: 30px;
            line-height: 1.0em;
            font-weight: 700;
            text-transform: capitalize;
        }

    .slogan-one__content .text-box {
        position: relative;
        display: block;
    }

        .slogan-one__content .text-box p {
            color: #c5c5c5;
            font-size: 18px;
            line-height: 30px;
        }

    .slogan-one__content .btn-box {
        position: relative;
        display: block;
        line-height: 0;
        padding-top: 41px;
    }

        .slogan-one__content .btn-box .thm-btn {
            color: var(--anity-white);
        }

            .slogan-one__content .btn-box .thm-btn::after {
                background-color: var(--anity-base);
            }


/*--------------------------------------------------------------
             Mission One
--------------------------------------------------------------*/
.mission-one {
    position: relative;
    display: block;
    padding: 140px 0px 110px;
}

.single-mission-one {
    position: relative;
    display: block;
    box-shadow: 0px 0px 60px rgba(0, 0, 0, 0.05);
    margin-bottom: 30px;
    padding: 30px 29px 30px;
    border-radius: 10px;
}

    .single-mission-one .icon-box,
    .single-mission-one .content-box {
        display: table-cell;
        vertical-align: top;
    }

    .single-mission-one .inner-box {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 65px;
        height: 65px;
        border: 2px solid var(--anity-base);
        background: var(--anity-base);
        text-align: center;
        color: var(--anity-white);
        line-height: 63px;
        margin-right: 27px;
        transition: all .3s ease;
    }

    .single-mission-one:hover .inner-box {
        background: var(--anity-white);
        border-color: var(--anity-base);
        color: var(--anity-base);
    }




    .single-mission-one .inner-box i:before {
        font-size: 30px;
    }

    .single-mission-one .content-box .text h3 {
        color: #202A30;
        font-size: 22px;
        line-height: 30px;
        font-weight: 700;
        text-transform: capitalize;
        margin-bottom: 15px;
    }

    .single-mission-one .content-box .text p {
        margin-bottom: 15px;
    }

    .single-mission-one .content-box .btn-box {
        position: relative;
        display: block;
        line-height: 0;
    }

        .single-mission-one .content-box .btn-box a {
            padding: 14px 25px 14px;
            line-height: 20px;
        }




/*-------------------------------------------
  Mission Two
--------------------------------------------*/
.mission-two {
    position: relative;
    display: block;
    padding: 140px 0px 110px;
}

.single-mission-two {
    position: relative;
    display: block;
    overflow: hidden;
    background-color: var(--anity-white);
    box-shadow: 0px 0px 60px rgba(0, 0, 0, 0.05);
    padding: 35px 30px 31px;
    border-radius: 10px;
    margin-bottom: 30px;
    z-index: 1;
}

    .single-mission-two::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 5px;
        background-image: -ms-linear-gradient(left, #ff5528 0%, #ffa415 100%);
        background-image: -moz-linear-gradient(left, #ff5528 0%, #ffa415 100%);
        background-image: -o-linear-gradient(left, #ff5528 0%, #ffa415 100%);
        background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #ff5528), color-stop(100, #ffa415));
        background-image: -webkit-linear-gradient(left, #ff5528 0%, #ffa415 100%);
        background-image: linear-gradient(to right, #ff5528 0%, #ffa415 100%);
        z-index: -1;
        -webkit-transition: all 300ms ease;
        -ms-transition: all 300ms ease;
        -o-transition: all 300ms ease;
        -moz-transition: all 300ms ease;
        transition: all 300ms ease;
    }

    .single-mission-two:hover::before {
        height: 100%;
    }




.single-mission-two__icon {
    position: absolute;
    top: 20px;
    right: 20px;
    color: rgb(0, 0, 0, .1);
    font-size: 30px;
    line-height: 0;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.single-mission-two:hover .single-mission-two__icon {
    color: rgb(255, 85, 40, .2);
}

.single-mission-two__content {
    position: relative;
    display: block;
    z-index: 1;
}

    .single-mission-two__content .title {
        position: relative;
        display: block;
        padding-bottom: 12px;
    }

        .single-mission-two__content .title h3 {
            font-size: 24px;
            line-height: 34px;
        }

            .single-mission-two__content .title h3 a {
                color: var(--anity-black);
                transition: all 200ms linear;
                transition-delay: 0.1s;
            }

.single-mission-two:hover:hover .single-mission-two__content .title h3 a {
    color: var(--anity-white);
}

.single-mission-two__content .title h3 a:hover {
    color: var(--anity-base);
}

.single-mission-two__content .text {
    position: relative;
    display: block;
}

    .single-mission-two__content .text p {
        line-height: 28px;
        transition: all 200ms linear;
        transition-delay: 0.1s;
    }

.single-mission-two:hover:hover .single-mission-two__content .text p {
    color: rgba(255, 255, 255, 0.9);
}





/*--------------------------------------------------------------*/
.contact-section .info-column {
    margin-bottom: 50px;
}

    .contact-section .info-column a {
        color: #253d4a;
    }

    .contact-section .info-column h4 {
        font-size: 15px;
        font-weight: 700;
        text-transform: uppercase;
        margin-bottom: 5px;
    }

    .contact-section .info-column .inner-box {
        position: relative;
        padding-left: 70px;
    }

        .contact-section .info-column .inner-box .icon {
            position: absolute;
            left: 0px;
            top: 0px;
            width: 70px;
            line-height: 70px;
            font-size: 30px;
            color: #fb5e1c;
        }



/*-------------------------------------------
  welcome One
--------------------------------------------*/
.welcome-one {
    position: relative;
    display: block;
    background-color: var(--anity-white);
    padding: 0px 0 0;
    z-index: 100;
}

.welcome-one__inner {
    position: relative;
    display: block;
    padding-bottom: 140px;
}

    .welcome-one__inner::before {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        right: 0;
        height: 3px;
        background: rgb(255, 85, 40);
        background: linear-gradient(90deg, rgba(255, 85, 40, 0) 0%, rgba(255, 85, 40, 0.29735644257703087) 15%, rgba(255, 85, 40, 0.05085784313725494) 50%, rgba(255, 85, 40, 0.30015756302521013) 90%, rgba(255, 85, 40, 0) 100%);
    }


.welcome-one__content {
    position: relative;
    display: block;
    padding-top: 120px;
}

    .welcome-one__content .section-title {
        margin-bottom: 32px;
    }

    .welcome-one__content .text {
        position: relative;
        display: block;
    }

        .welcome-one__content .text p {
            margin: 0;
        }

            .welcome-one__content .text p.color {
                color: var(--anity-black);
                font-weight: 600;
            }

            .welcome-one__content .text p + p {
                margin-top: 12px;
            }

    .welcome-one__content .list-item {
        position: relative;
        margin-top: 28px;
    }

        .welcome-one__content .list-item li {
            position: relative;
            display: flex;
            align-items: center;
        }

            .welcome-one__content .list-item li .icon {
                position: relative;
                display: flex;
                align-items: center;
                justify-content: center;
                overflow: hidden;
                width: 70px;
                height: 70px;
                background-color: var(--anity-white);
                box-shadow: 0px 0px 60px rgba(0, 0, 0, 0.08);
                color: var(--anity-base);
                font-size: 30px;
                line-height: 0;
                transition: 0.5s;
                z-index: 1;
            }

            .welcome-one__content .list-item li:hover .icon {
                color: var(--anity-white);
                background-color: transparent;
            }

            .welcome-one__content .list-item li .icon::before {
                content: "";
                position: absolute;
                top: 0;
                left: 0;
                bottom: 0;
                right: 0;
                opacity: 0;
                background-color: var(--anity-base);
                transform: scale(0);
                transition: 0.5s;
                z-index: -1;
            }

            .welcome-one__content .list-item li:hover .icon::before {
                opacity: 1;
                transform: scale(1);
            }

            .welcome-one__content .list-item li .title {
                position: relative;
                display: block;
                margin-left: 25px;
                flex: 1;
            }

                .welcome-one__content .list-item li .title h4 {
                    color: var(--anity-base);
                    font-size: 18px;
                    line-height: 25px;
                    font-weight: 800;
                }

                .welcome-one__content .list-item li .title h3 {
                    font-size: 22px;
                    line-height: 27px;
                    font-weight: 800;
                    margin-top: 8px;
                }

    .welcome-one__content .btn-box {
        position: relative;
        display: block;
        line-height: 0;
        padding-top: 50px;
    }




.donation-form-one {
    position: relative;
    display: block;
    background-color: var(--anity-white);
    box-shadow: 0px 0px 60px rgba(0, 0, 0, 0.05);
    padding: 43px 50px 50px;
    margin-top: -100px;
    border-radius: 8px;
}

    .donation-form-one .inner-title {
        position: relative;
        display: block;
        text-align: center;
        padding-bottom: 30px;
    }

        .donation-form-one .inner-title h3 {
            font-size: 30px;
            line-height: 40px;
            font-weight: 800;
        }

    .donation-form-one form {
        position: relative;
        display: block;
        padding-top: 0px;
    }

        .donation-form-one form .form-group {
            position: relative;
            display: block;
            margin-bottom: 21px;
        }

        .donation-form-one form .form-group--1 {
            padding-top: 39px;
        }

        .donation-form-one form .form-group .input-box {
            position: relative;
            display: block;
        }

        .donation-form-one form .form-group input[type="text"],
        .donation-form-one form .form-group input[type="email"] {
            position: relative;
            display: block;
            border-radius: 0px;
            border: 1px solid var(--anity-bdr-color);
            background-color: transparent;
            width: 100%;
            height: 60px;
            color: var(--anity-gray);
            font-size: 16px;
            font-family: var(--anity-font);
            font-weight: 400;
            font-style: normal;
            padding-left: 20px;
            padding-right: 20px;
            transition: all 500ms ease;
        }

            .donation-form-one form .form-group input[type="text"]:focus,
            .donation-form-one form .form-group input[type="email"]:focus {
                outline: none;
            }

            .donation-form-one form .form-group input[type="text"]::-webkit-input-placeholder {
                color: var(--anity-gray);
            }

            .donation-form-one form .form-group input[type="text"]:-moz-placeholder {
                color: var(--anity-gray);
            }

            .donation-form-one form .form-group input[type="text"]::-moz-placeholder {
                color: var(--anity-gray);
            }

            .donation-form-one form .form-group input[type="text"]:-ms-input-placeholder {
                color: var(--anity-gray);
            }

            .donation-form-one form .form-group input[type="email"]::-webkit-input-placeholder {
                color: var(--anity-gray);
            }

            .donation-form-one form .form-group input[type="email"]:-moz-placeholder {
                color: var(--anity-gray);
            }

            .donation-form-one form .form-group input[type="email"]::-moz-placeholder {
                color: var(--anity-gray);
            }

            .donation-form-one form .form-group input[type="email"]:-ms-input-placeholder {
                color: var(--anity-gray);
            }

        .donation-form-one form .nice-select {
            position: relative;
            display: block;
            border-radius: 0px;
            border: 1px solid var(--anity-bdr-color);
            background-color: transparent;
            width: 100%;
            height: 60px;
            color: var(--anity-gray);
            font-size: 16px;
            font-family: var(--anity-font);
            font-weight: 400;
            font-style: normal;
            padding: 5px 20px 0px;
            transition: all 500ms ease;
        }

            .donation-form-one form .nice-select::after {
                width: 8px;
                height: 8px;
                border-bottom: 2px solid var(--anity-black);
                border-right: 2px solid var(--anity-black);
                right: 20px;
                margin-top: 0px;
                top: 50%;
                transform: translateY(-50%) rotate(45deg);
                z-index: 10;
            }

            .donation-form-one form .nice-select .list {
                display: block;
                background-color: var(--anity-white);
                border-radius: 0px;
                box-shadow: 0 0 10px rgb(0 0 0 / 10%);
                padding: 0px 0 0px;
                margin-top: 10px;
                -webkit-transform-origin: 100% 0;
                -ms-transform-origin: 100% 0;
                transform-origin: 100% 0;
                -webkit-transform: scale(1.0) translateY(30px);
                -ms-transform: scale(1.0) translateY(30px);
                transform: scale(1.0) translateY(30px);
                -webkit-transition: all 0.4s linear;
                -o-transition: all 0.4s linear;
                transition: all 0.4s linear;
                height: auto;
                width: 100%;
                right: 0 !important;
                left: auto !important;
                z-index: 100;
            }

            .donation-form-one form .nice-select.open .list {
                opacity: 1;
                pointer-events: auto;
                -webkit-transform: scale(1) translateY(0);
                -ms-transform: scale(1) translateY(0);
                transform: scale(1) translateY(0);
                height: auto;
            }

            .donation-form-one form .nice-select .option {
                color: var(--anity-black);
                padding-left: 20px;
                padding-right: 20px;
                font-size: 16px;
                line-height: 40px;
                min-height: 40px;
                transition: background-color 0.5s ease;
                transition: all 0.5s ease;
                margin-left: 0;
                float: none;
            }

                .donation-form-one form .nice-select .option + .option {
                    border-top: 1px solid rgba(0, 0, 0, 0.10);
                    margin-top: 0;
                }

                .donation-form-one form .nice-select .option:hover,
                .donation-form-one form .nice-select .option.focus,
                .donation-form-one form .nice-select .option.selected.focus {
                    color: var(--anity-white) !important;
                    background-color: var(--anity-base);
                }


        .donation-form-one form .form-group label {
            position: relative;
            display: block;
            color: var(--anity-black);
            font-size: 16px;
            line-height: 22px;
            font-family: var(--anity-font);
            font-weight: 700;
        }



        .donation-form-one form .form-group ul {
            position: relative;
            display: block;
            overflow: hidden;
            margin-top: 12px;
        }

            .donation-form-one form .form-group ul li {
                position: relative;
                display: block;
                float: left;
            }

                .donation-form-one form .form-group ul li + li {
                    margin-left: 10px;
                }

                .donation-form-one form .form-group ul li input[type=radio] {
                    position: absolute;
                    top: 0;
                    left: 0;
                    opacity: 0;
                }

                .donation-form-one form .form-group ul li label {
                    position: relative;
                    display: block;
                    padding-left: 20px;
                    color: var(--anity-black);
                    font-size: 14px;
                    line-height: 16px;
                    font-weight: 700;
                    cursor: pointer;
                    transition: all 200ms linear;
                    transition-delay: 0.1s;
                }

                .donation-form-one form .form-group ul li input[type=radio] + label i {
                    position: absolute;
                    top: 0px;
                    left: 0;
                    width: 15px;
                    height: 15px;
                    overflow: hidden;
                    border: 1px solid var(--anity-bdr-color);
                    border-radius: 50%;
                    transition: all 200ms linear;
                    transition-delay: 0.1s;
                }

                .donation-form-one form .form-group ul li label i::before {
                    content: "";
                    position: absolute;
                    top: -1px;
                    left: -1px;
                    bottom: -1px;
                    right: -1px;
                    transform: scale(0);
                    background-color: var(--anity-base);
                    border-radius: 50%;
                    transition: all 200ms linear;
                    transition-delay: 0.1s;
                }

                .donation-form-one form .form-group ul li input[type=radio]:checked + label {
                }

                    .donation-form-one form .form-group ul li input[type=radio]:checked + label i {
                        border-color: var(--anity-base);
                    }

                        .donation-form-one form .form-group ul li input[type=radio]:checked + label i::before {
                            transform: scale(1.0);
                        }

        .donation-form-one form .btn-box {
            position: relative;
            display: block;
            padding-top: 20px;
        }

            .donation-form-one form .btn-box .thm-btn {
                background: transparent;
            }


/*--------------------------------------------------------------
           #Faq Style1
--------------------------------------------------------------*/
.faq-style1 {
    position: relative;
    display: block;
    background-color: var(--anity-white);
    padding: 140px 0px 140px;
}

    .faq-style1 .row {
    }

.faq-style1__content {
    position: relative;
    display: block;
}

    .faq-style1__content .section-title {
        margin-bottom: 27px;
    }

    .faq-style1__content .title {
        position: relative;
        display: block;
    }

        .faq-style1__content .title h3 {
            font-size: 20px;
            line-height: 30px;
            font-weight: 700;
        }

    .faq-style1__content .text {
        position: relative;
        display: block;
        padding-top: 30px;
    }

        .faq-style1__content .text p {
            margin: 0;
        }

            .faq-style1__content .text p + p {
                margin-top: 15px;
            }

            .faq-style1__content .text p.color {
                color: var(--anity-black);
                font-weight: 600;
            }

    .faq-style1__content .btn-box {
        position: relative;
        display: block;
        line-height: 0;
        padding-top: 38px;
    }

.faq-style1__right {
    position: relative;
    display: block;
    margin-left: 30px;
}



/*== Accordion Box Css ======*/
.accordion-box {
    position: relative;
    display: block;
}

    .accordion-box li + li {
        margin-top: 20px;
    }

    .accordion-box .block {
        position: relative;
        display: block;
        overflow: hidden;
        box-shadow: 0px 0px 60px rgba(0, 0, 0, 0.05);
        transition-delay: .1s;
        transition-timing-function: ease-in-out;
        transition-duration: .3s;
        transition-property: all;
    }

        .accordion-box .block .acc-content.current {
            display: block;
        }

        .accordion-box .block .acc-btn {
            position: relative;
            display: block;
            cursor: pointer;
            background: transparent;
            border: 1px solid var(--anity-bdr-color);
            border-radius: 7px;
            padding: 17px 30px 17px;
            transition: all 500ms ease;
        }

            .accordion-box .block .acc-btn.active {
                background: var(--anity-white);
                border-color: var(--anity-white);
            }

            .accordion-box .block .acc-btn h3 {
                color: var(--anity-black);
                font-size: 16px;
                line-height: 24px;
                font-family: var(--anity-font-two);
                font-weight: 700;
                transition: all 500ms ease;
            }

            .accordion-box .block .acc-btn.active h3 {
                color: var(--anity-base);
            }

            .accordion-box .block .acc-btn::before {
                /*font-family: 'icomoon' !important;*/
                position: absolute;
                content: "\e900";
                top: 50%;
                right: 20px;
                display: flex;
                align-items: center;
                justify-content: center;
                width: 30px;
                height: 30px;
                border-radius: 50%;
                background-color: transparent;
                color: var(--anity-black);
                font-size: 8px;
                font-weight: 700;
                transform: translateY(-50%);
                transition: all 500ms ease 0s;
            }

            .accordion-box .block .acc-btn.active::before {
                content: "\e900";
                transform: rotate(180deg) translateY(50%);
                color: var(--anity-white);
                background-color: var(--anity-base);
            }

        .accordion-box .block .acc-content {
            position: relative;
            display: none;
            border: none;
            background-color: var(--anity-white);
            padding: 4px 30px 33px;
            padding-right: 70px;
        }

            .accordion-box .block .acc-content p {
                margin: 0;
            }



/*
================================
      Project Style1 Css
================================
*/
.project-style1 {
    background-color: mintcream;
}

    .project-style1 .container {
        max-width: 100%;
        padding: 0px;
    }

.project-style1__inner {
    position: relative;
    display: flex;
    flex-wrap: wrap; /* Handle layout adjustments for responsiveness */
    padding-bottom: 0; /* Remove extra bottom padding */
    height: 210px;
}

.single-project-style1 {
    position: relative;
    display: block;
    margin-bottom: 0;
}

    .single-project-style1 .img-box {
        position: relative;
        display: block;
        overflow: hidden;
        margin-bottom: 0; /* Ensure no spacing below images */
    }

        .single-project-style1 .img-box::before {
            content: "";
            position: absolute;
            top: 20px;
            left: 20px;
            bottom: 20px;
            right: 20px;
            background-color: var(--anity-base);
            opacity: 0;
            transform: perspective(400px) scaleX(0);
            transform-origin: center;
            transition: all 500ms ease;
            z-index: 1;
        }

    .single-project-style1:hover .img-box::before {
        opacity: .8;
        transform: perspective(400px) scaleX(1.0);
        margin-bottom: 0; /* Ensure no spacing between image and container */
    }

    .single-project-style1 .img-box img {
        width: 100%;
        transform: scale(1.0);
        transition: all 500ms ease;
    }

    .single-project-style1:hover .img-box img {
        transform: scale(1.05) rotate(0deg);
    }

    .single-project-style1 .img-box .overlay-icon {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        opacity: 0;
        transform: perspective(400px) scale(0) translateY(-40px);
        transition: all 400ms ease;
        z-index: 5;
    }

    .single-project-style1:hover .img-box .overlay-icon {
        opacity: 1;
        transform: perspective(400px) scale(1.0) translateY(0px);
        transition-delay: 400ms;
    }

    .single-project-style1 .img-box .overlay-icon a {
        position: relative;
        display: inline-block;
        color: var(--anity-white);
        font-size: 40px;
    }

/*
.project-style1 .owl-carousel {
    position: relative;
    display: block;
    max-width: 100%;
    width: 100%;
    margin: 0 auto 0;
}

    .project-style1 .owl-carousel .owl-stage-outer {
    }
*/


/*--------------------------------------------------------------
# Upcoming Events One
--------------------------------------------------------------*/
.upcoming-events-one {
    position: relative;
    display: block;
    background-color: var(--anity-white);
    padding: 120px 0px 90px;
}

.upcoming-events-one__bg {
    position: absolute;
    top: 0px;
    left: 0;
    bottom: 0px;
    overflow: hidden;
    width: calc((100% - 15%) / 2);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: cover;
    z-index: 1;
}

.upcoming-events-one__content {
    position: relative;
    display: block;
    padding-left: 600px;
}

    .upcoming-events-one__content .section-title-two {
        margin-bottom: 42px;
    }

    .upcoming-events-one__content .text-box {
        position: relative;
        display: block;
    }

        .upcoming-events-one__content .text-box p {
            margin: 0;
        }

.upcoming-events-one__event {
    position: relative;
    display: block;
    padding-top: 28px;
}

.upcoming-events-one__single {
    position: relative;
    display: block;
    margin-bottom: 30px;
}

    .upcoming-events-one__single .top {
        position: relative;
        display: flex;
        align-items: center;
        background-color: var(--anity-white);
        box-shadow: 0px 0px 60px rgba(0, 0, 0, 0.05);
        padding: 20px 20px 20px;
    }

        .upcoming-events-one__single .top .date {
            position: relative;
            display: flex;
            align-items: center;
            justify-content: center;
            flex-direction: column;
            width: 70px;
            height: 70px;
            background-color: transparent;
            border: 1px solid var(--anity-base);
        }

            .upcoming-events-one__single .top .date h3 {
                font-size: 25px;
                line-height: 27px;
                font-weight: 900;
            }

            .upcoming-events-one__single .top .date p {
                color: var(--anity-base);
                line-height: 20px;
                font-weight: 500;
            }

        .upcoming-events-one__single .top .text {
            position: relative;
            display: block;
            margin-left: 20px;
            flex: 1;
        }

            .upcoming-events-one__single .top .text p {
                color: var(--anity-base);
                line-height: 26px;
            }

                .upcoming-events-one__single .top .text p span {
                    color: var(--anity-black);
                    font-weight: 600;
                }

    .upcoming-events-one__single .title {
        position: relative;
        display: block;
        padding-top: 21px;
    }

        .upcoming-events-one__single .title h3 {
            font-size: 24px;
            line-height: 34px;
            font-weight: 600;
        }

            .upcoming-events-one__single .title h3 a {
                color: var(--anity-black);
                transition: all 200ms linear;
                transition-delay: 0.1s;
            }

                .upcoming-events-one__single .title h3 a:hover {
                    color: var(--anity-base);
                }

    .upcoming-events-one__single .meta-box {
        position: relative;
        display: flex;
        align-items: center;
        padding-top: 18px;
    }

        .upcoming-events-one__single .meta-box li {
            position: relative;
            display: flex;
            align-items: center;
        }

            .upcoming-events-one__single .meta-box li + li {
                margin-left: 15px;
            }

            .upcoming-events-one__single .meta-box li .icon {
                position: relative;
                display: block;
                color: var(--anity-base);
                font-size: 16px;
                line-height: 0;
                margin-right: 5px;
            }

            .upcoming-events-one__single .meta-box li p {
                color: var(--anity-black);
                line-height: 22px;
            }

    .upcoming-events-one__single .btn-box {
        position: relative;
        display: block;
        padding-top: 37px;
    }

        .upcoming-events-one__single .btn-box .thm-btn {
            padding-right: 25px;
        }

        .upcoming-events-one__single .btn-box a + a {
            margin-left: 15px;
        }

.des {
    background-color: #60774975;
    border-radius: 20px;
}

.bell-icon {
    height: 40px;
    width: auto;
    vertical-align: middle;
}

.se {
    width: 495px;
}


/* ==============================
   Top Leaders Banner
================================ */

.top-leaders-banner {
    background-color: #1aa39a;
    background-image: repeating-linear-gradient( 45deg, rgba(255,255,255,0.05), rgba(255,255,255,0.05) 1px, transparent 1px, transparent 6px );
    padding: 40px 0;
}

.leader-card {
    background-color: white;
    border-radius: var(--anity-bdr-radius);
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
}

/*.leader-img {
    width: 97px;
    height: 100px;
    overflow: hidden;
}*/

    .leader-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }


.leader-designation {
    font-size: 14px;
    opacity: 0.9;
    margin: 0;
    color: Black;
}

.bg-img {
    background-color: #e9f5ff40;
}


/*--------------------------------------------------------------
# End
--------------------------------------------------------------*/
/* Circle navigation buttons */
.circle-nav-btn {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border: 2px solid #ffffff;
    background: transparent;
    padding: 0;
    position: relative;
    cursor: pointer;
    transition: all 0.3s ease;
}

    /* Inner dot (active state) */
    .circle-nav-btn.active::after {
        content: "";
        width: 8px;
        height: 8px;
        background: #ffffff;
        border-radius: 50%;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    /* Hover effect */
    .circle-nav-btn:hover {
        transform: scale(1.15);
    }

/* Optional dark background visibility */
.main-slider {
    position: relative;
}



/* Ministers card design */

/* Card container */
/ /* Compact card */
.leader-card {
    position: relative;
    border: none;
    border-radius: 28px;
    background: linear-gradient(180deg, #f4f9f4 0%, #ffffff 70%);
    box-shadow: 0 6px 14px rgba(16, 52, 5, 0.14);
    padding: 8px 6px 12px;
    transition: all 0.25s ease;
    overflow: hidden;
    height: 300px;
}

/* Top accent */
/*.leader-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 3px;
    width: 100%;
    background: #103405;
}*/

/* Image – smaller for xl-2 */
.leader-img {
    width: 97px;
    height: 100px;
    object-fit: cover;
    border-radius: 50%;
    border: 3px solid #dfeadf;
    background: #ffffff;
}
/* Name */
.leader-name {
    font-size: 13px !important;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 14px;
    margin-top: 18px;
    text-transform: uppercase;
    color: #103405 !important;
}


/* Designation badge */
.leader-designation {
    display: inline-block;
    font-size: 0.7rem;
    font-weight: 500;
    color: #3f6b3a;
    background: #eef6ee;
    padding: 0px 7px;
    border-radius: 12px;
    white-space: nowrap;
}

/* Hover */
.leader-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(16, 52, 5, 0.22);
}

.fot-img {
    margin-top: 40px !important;
}

/* 🔽 Responsive Adjustments */

/* Tablet */
@media (max-width: 1191px) {
    .leader-img {
        max-width: 100px !important;
    }

    .leader-name {
        font-size: 12px !important;
    }

    .leader-designation {
        font-size: 10px !important;
        padding: 0px 5px !important;
    }
}

/* Mobile */
@media (max-width: 576px) {
    .leader-img {
        max-width: 85px!important;
    }

    .leader-name {
        font-size: 12px!important;
    }

    .leader-designation {
        font-size: 0.65rem!important;
        padding: 2px 8px!important;
        white-space: normal!important; /* allow wrap on small screen */
    }

    .fot-img {
        margin-top: 20px;
    }
}


/*Home Gallery*/

.pm-gallery {
    opacity: 0;
    transform: translateY(100px);
    transition: all 1s ease-out;
    animation: fadeUp 1s ease-out forwards;
    animation-play-state: paused;
}

.view-more-btn {
    display: none;
}

@keyframes fadeUp {
    from {
        opacity: 0;
        transform: translateY(100px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.gallery-item {
    overflow: hidden;
    border-radius: 10px;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
}

    .gallery-item:hover {
        transform: scale(1.05);
        box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
    }

    .gallery-item img {
        transition: transform 1s ease;
    }

    .gallery-item:hover img {
        transform: scale(1.1);
    }
/* === Home Gallery Section === */


.pm-gallery {
    margin-top: 80px;
    text-align: center;
    margin-bottom: 10em;
}

.gallery-section {
    padding: 60px 20px;
    max-width: 1200px;
    margin: 0 auto;
}

.gallery-title {
    font-size: 36px;
    font-weight: 700;
    color: #333;
    margin-bottom: 40px;
}

.gallery-tabs {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 15px;
    margin-top: 10px;
    margin-bottom: 60px;
}

.tab-btn {
    padding: 10px 25px;
    border: 2px solid #50589C;
    background: #fff;
    color: #333;
    font-size: 14px;
    font-weight: 500;
    border-radius: 25px;
    cursor: pointer;
    transition: all 0.3s ease;
}

    .tab-btn.active,
    .tab-btn:hover {
        background: #50589C;
        color: #fff;
    }


.gallery-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-bottom: 40px;
}

.gallery-item {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

    .gallery-item img,
    .gallery-item video {
        width: 100%;
        height: 200px;
        object-fit: cover;
        display: block;
    }

.video-large {
    grid-column: span 1;
}

    .video-large video {
        width: 100%;
        height: 200px;
        object-fit: cover;
    }

/* Responsive */
@media (max-width: 992px) {
    .gallery-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .video-large {
        grid-column: span 2;
    }
}

@media (max-width: 600px) {
    .gallery-grid {
        grid-template-columns: 1fr;
    }

    .video-large {
        grid-column: span 1;
    }
}

.gallery-item iframe {
    width: 100%;
    height: auto;
    border-radius: 5px;
    object-fit: cover;
}

.gallery-item.video-item iframe {
    height: 200px;
}

@media (max-width: 767px) {
    .gallery-tabs {
        justify-content: center;
        gap: 5px;
    }

        .gallery-tabs .tab-btn {
            flex: 1 1 auto;
            min-width: 100px;
            font-size: 12px;
            padding: 8px 12px;
        }
}


.pagination-signature h4 {
    margin-bottom: 0;
    font-size: 20px;
}

.pagination-signature span {
    font-size: 14px;
}
/* === Home Gallery Section === */

.impLink {
    background-color: #e4e2e22e;
}

.contact-info {
    margin-top: -29px !important;
}

/* ===== Card Wrapper ===== */
.agency-card {
    position: relative;
    border-radius: 18px;
    background: #ffffff;
    overflow: hidden;
    transition: all 0.35s ease;
    box-shadow: 0 8px 22px rgba(0, 0, 0, 0.08);
}

    .agency-card:hover {
        transform: translateY(-6px);
        box-shadow: 0 18px 35px rgba(25, 135, 84, 0.25);
    }

/* ===== Gradient Header ===== */
.agency-header {
    height: 35px;
    background: linear-gradient(135deg, #103405, #038238);
    display: flex;
    align-items: center;
    padding: 15px;
}

.agency-avatar {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #ffffff;
    color: #198754;
    font-weight: 800;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}

/* ===== Body ===== */
.agency-body {
    padding: 18px;
}

.agency-title {
    font-size: 1.15rem;
    font-weight: 800;
    color: #198754;
    margin-bottom: 12px;
    margin-top: -20px;
}

.agency-info li {
    display: flex;
    align-items: flex-start;
    margin-bottom: 10px;
    font-size: 0.95rem;
}

.agency-info i {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: rgba(25, 135, 84, 0.1);
    color: #198754;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    font-size: 0.85rem;
}

/* ===== No Record ===== */
.no-record {
    text-align: center;
    padding: 70px 15px;
}

    .no-record img {
        max-width: 240px;
        margin-bottom: 25px;
    }

    .no-record h3 {
        font-weight: 800;
        color: #dc3545;
    }

    .no-record p {
        color: #6c757d;
    }

    /* activity */

.sidebar-post-item {
    transition: all 0.3s ease;
    background: #ffffff;
}

    .sidebar-post-item:hover {
        transform: translateY(-4px);
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
    }

.title-hover:hover {
    color: #0d6efd !important;
}

.sidebar__post-image img {
    border-radius: 10px;
}
.gallery-card {
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
    transition: transform 0.3s ease;
}

    .gallery-card:hover {
        transform: translateY(-5px);
    }

.gallery-img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.gallery-card:hover .gallery-img {
    transform: scale(1.1);
}

.gallery-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: opacity 0.3s ease;
    color: #fff;
    font-size: 24px;
}

.gallery-card:hover .gallery-overlay {
    opacity: 1;
}

